body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #d11023
}

.color {
    color: #d11023;
}

.banner{width: 100%;position: relative;z-index: 0;overflow: hidden;}
.banner .flexslider{ width:1920px;position:relative;left: 50%;margin-left: -960px;overflow:hidden; min-width:1000px;}
.banner .slides{position:relative;z-index:1;}
.banner .slides li{}
.banner .slides li img{width: 100%; margin:0 auto; display:block;}
/*左右切换*/
.banner .flex-direction-nav {width: 1200px;height: 48px;position: absolute;left: 50%;top: 50%;margin:-24px 0 0 -600px;  z-index: 1}
.banner .flex-direction-nav a.flex-prev,
.banner .flex-direction-nav a.flex-next{position: absolute;width: 25px;height: 48px;background:none;font-size: 0}
.banner .flex-direction-nav a.flex-prev{left: 0;}
.banner .flex-direction-nav a.flex-next{right: 0;background-position:-25px 0; }
/*dot*/
.banner .flex-control-paging{}
.banner .flex-control-nav{ display: none; width: 1000px;position:absolute;left: 50%;margin-left: -500px;bottom: 50px; z-index:2;text-align:center;}
.banner .flex-control-nav li{display:inline-block;*display:inline;zoom:1;font-size: 0;margin: 0 6px;}
.banner .flex-control-nav a{display:block;width:20px;height:4px;border-radius:5px;background:#999;cursor:pointer;}
.banner .flex-control-nav .flex-active{background: #0461bb; width: 40px; height: 4px; position: relative; }
.maincolor{
    color:#d11023;
}

/*header*/

/*首页banner*/
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;

    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.main{width:1200px;margin:0 auto;padding:0;}

.header{height:auto; 
/*background:url(../images/header_bg.jpg) no-repeat top;*/
    
}


.header .top1{height:50px;line-height:50px; overflow:hidden; border-bottom:1px solid #c3ccd9;}

.header .top1 .top_left{float:left;background:url(../images/top_t.png) no-repeat left; padding-left:30px;}
.header .top1 .top_left a{color:#606060;}

.header .top1 .top_right{float:right;}
.header .top1 .top_right a{float:left;color:#606060;display:block; background:url(../images/top_rt_line.jpg) no-repeat;margin:0 2px;padding-left:28px;}
.header .top1 .top_right a:first-child{width:30px;border:none;}
.header .top1 .top_right a:last-child{padding-left:48px;}


.daohang{
    height: 55px;
    background-color: #fff;
    box-shadow: 0 -8px 15px -6px rgba(0, 0, 0, 0.2);
}
.header .center{height:84px; overflow:hidden; margin-top:14px;}
.header .center .logo{height:auto;float:left;}
.header .center .logo img{max-width:100%;}

.header .center .tel{height:55px;float:right;color:#ffffff;background:url(../images/tel.png) no-repeat left center;margin-top:10px;padding-left:52px;}
.header .center .tel font{font-size:10px; line-height:28px;color: #000;}
.header .center .tel p{font-size:28px; line-height:16px;color:#d11023;}

.header .nav{height:55px;line-height:55px;background-color:#fff;}
.header .nav ul{text-align:left;margin:0;padding:0;}
.header .nav ul li{float:left;margin:0 52px;position:relative;}
.header .nav ul li a{display:block;font-size:16px;color:#000;}
.header .nav ul li a:after{content:"";display:block;width:0px; position:absolute; bottom:0; left:0;height:3px;margin:0 auto;background:#fff;opacity:0;transition:0.2s;}
.header .nav ul li a:hover:after{width:100%;opacity:1;}

.header .nav ul li ul{position:absolute;z-index:4;width:200px;top:59px;left:-34px;background-color:#d11023;text-align:left;opacity:0;visibility:hidden;transition:0.2s;}

.header .nav ul li ul li{height:38px;line-height:38px;float:none;margin:0;}
.header .nav ul li ul li a{display:block;font-size:14px;padding-left:18px; margin:0 15px;border-bottom:1px dashed rgba(255,255,255,0.2);}
.header .nav ul li ul li:hover{background-color:#000;}
.header .nav ul li:hover>ul{opacity:1;visibility:visible;top:55px;}
.header .nav ul li ul li:hover>ul{ left:100%; top:0px;}
.header .nav ul li ul li a:after{display:none}


@media (max-width:720px){
	.main{ width:96%; padding:0 2%;}
	.header{ display:none;}

	.app_header{ padding:15px 0; height:auto; overflow:hidden; background:url(../images/header_bg.jpg) no-repeat top; border-bottom:5px solid #d11023;}
	.app_header .app_logo{ width:180px; height:45px; float:left;}
	.app_header .app_logo img{ width:100%;}
	
	.app_header .morenav{ float:right; display:block; background:#d11023 url(../images/app_nav_line.png) no-repeat center center; width:40px; height:40px; margin-top:2px;}
	.app_header .morenavon{}
	.app_header .nav{height: 0; overflow: hidden; -webkit-transition: all .2s ease-in; transition: all .2s ease-in;position:relative;z-index:2; border-top:none;}
	.app_header .navon{height:72px;}
	
}







/*footer*/
/*footer底部的CSS布局*/
.footer{height:auto;overflow:hidden;background:url(../images/footer_bg.jpg) no-repeat top;}
.footer .footer_box{width:auto;float:left;padding: -3px 0 0 56px;margin-right:90px;}
.footer .footer_box ul{text-align:left;margin:0;padding:0;width:500px;}
.footer .footer_box ul li{width: 80px;height:auto;line-height:25px;margin-right:30px;float: left;}
.footer .footer_box ul li a{font-size:14px;color:#ffffff;line-height: 30px;}
.footer .footer_box .econtent{font-size:14px;color:#ffffff; float:left; width:100%;}
.footer .footer_box .font{height:40px;overflow:hidden;display:block;margin:25px 0;font-size:18px;color:#ffffff;background:url(../images/footer_line1.jpg) no-repeat bottom left;}
.econtent p{line-height: 30px;}
.footer .footer_box .p{height:40px;overflow:hidden;display:block;margin:25px 0;font-size:18px;color:#ffffff;background:url(../images/footer_line2.jpg) no-repeat bottom left;}

.wechat{height:auto;overflow:hidden;float:right;padding:75px 0;}
.wechat .we_img{height:auto;overflow:hidden;margin-right:10px;}
.wechat .we_img img{max-width:100%;}

.wechat p{font-size:12px;color:#ffffff;padding:10px 15px 0;}

.bottom1{height:auto;overflow:hidden;padding:20px 0;background-color:#262425;text-align: center;}
.bottom1 .b_left{height:auto;overflow:hidden;font-size:14px;color:#ffffff;}
.bottom1 .b_right{height:auto;overflow:hidden;float:right;}
.bottom1 .b_right a{font:14px;color:#ffffff;}

.liuyan{ width:140px; height:210px;background:#2ba1e2; position:fixed; z-index:999; bottom:130px; right:5px; color:#FFF;}

.liuyan .ly_tel{ height:44px; padding:12px 10px; text-align:center; background:#7dc041;}
.liuyan .ly_tel font{ display:block; font-size:18px;}
.liuyan .ly_tel span{ font-size:12px;}

.liuyan .ly_QQ{ width:58px; height:43px; margin:15px auto; padding-bottom:15px; border-bottom:1px dashed rgba(255,255,255,0.4);}
.liuyan .ly_QQ:hover{ opacity:0.8}
.liuyan .ly_wx{ width:58px; height:43px; margin:15px auto; position:relative;}
.liuyan .ly_wx:hover{ opacity:0.8}
.liuyan .ly_wx .wxewm{ width:80px; height:80px; position:absolute; right:130px; top:-15px; opacity:0; transition:0.5s;}
.liuyan .ly_wx .wxewm img{ max-width:100%;}
.liuyan .ly_wx:hover .wxewm{ opacity:1; right:92px;}

/**返回顶部**/
.backTop{width:140px; height:49px; background:#165d85 url(../images/dingbu.jpg) no-repeat center center; position:fixed; bottom:81px; right:5px; z-index:99999999;}

@media (max-width:720px){
.footer{ display:none;}
.bottom{ text-align:center; line-height:24px; margin-bottom:54px;}
.bottom .b_left{float:none;}
.bottom .b_right{float:none;}


/*app悬浮*/
.app_botm{ overflow:hidden; background:#8ec45d; position:fixed; bottom:0; left:0; right:0; height:54px; z-index:9999;}
.app_botm ul{ margin:0; padding:8px 0 0; text-align:center;}
.app_botm ul li{ width:30%; display:inline-block;}
.app_botm ul li .pic{}
.app_botm ul li a{ color:#FFF;}

}
