@charset "utf-8";
/* CSS Document */
.body{min-width: 1200px;margin: 0 auto;background-color: #fff;}
/*公共部分*/
.w{padding: 70px 0 60px;}
.dw{display: block;width: 1200px;margin: 0 auto;}
.title{text-align: center;}
.title > h6{color: #333;line-height: 24px;font-size: 24px;}
.title > em{display: block;width: 84px;height: 1px;background-color: #ccc;margin: 10px auto 6px}
.title > span {color: #999;line-height:18px;font-size: 18px;}
.more {text-align: center;display: inline-block;}
.more a , input.more{display: block; width: 180px;background-color: #0094e4;line-height: 36px;color: #fff; border-radius: 4px; }
/*头部*/
.top{background-color:#f2f6f7;border-bottom: 1px solid #eee;height: 24px;}
.top .top_c{color: #666;font-size: 12px;line-height: 24px;}
.top .top_c .set{color: #999;}
/*logo和电话*/
.header{padding: 24px 0}
.header .header_c .logo{width: 486px;overflow: hidden;}
.header .header_c .logo img{width: 100%}
.header .header_c .message p{font-size: 14px;color: #666;margin-left: 60px;}
.header .header_c .message span{font-size:16px;color: #ff3312;font-weight: bold;margin-left: 60px}
.header .header_c .email ,.header .header_c .tel{display: inline-block; top: 0;left: 0;height: 48px;}
.header .header_c .email {background:url( ../img/email.png) no-repeat;}
.header .header_c .tel{background:url( ../img/tel.png) no-repeat;}
.header .header_c em{display: inline-block;width: 1px;height: 24px;background-color: #ccc;margin:0 14px}
/*导航*/
.nav{background-color:#0094e4;height: 48px;}
.nav .nav_c > ul > li{float: left;text-align: center;position: relative}
.nav .nav_c > ul > li > a{display:block; width: 120px;line-height:48px;font-size: 15px;color: #fff;}
.nav .nav_c > ul > li.lic{background-color: rgba(0,0,0,.5)}
.nav .nav_c > ul > li > a:hover{background-color: rgba(0,0,0,.5)}
.nav .nav_c > ul > li > .subnav{display:none;position: absolute;right:-120px;top: 100%;margin: 0;padding: 0;z-index: 2}
.nav .nav_c > ul > li > .subnav > li{transition: 0.5s;}
.nav .nav_c > ul > li > .subnav > li > a{display: block; width:240px; font-size:14px;color: #fff;background-color: rgba(0,0,0,.5);line-height: 42px;}
.nav .nav_c > ul > li:hover .subnav{display: block;}
.nav .nav_c > ul > li > .subnav > li > a:hover{display: block;background-color: #fff;color: #666;}
/*轮播*/
.sban{position: relative;z-index: 1;}
.sban .dots{position: absolute;z-index: 3;bottom: 12px;left: 0;width: 100%;text-align: center}
.sban .dots li{display: inline-block;width:12px;height:3px;border-radius: 4px;background: #fff;border: 1px solid #eee;margin: 0 6px;font-size: 0;line-height: 0}
.sban .dots li.on{background: #ff3312;border: 1px solid #fff;}
/*关于我们*/
.about .about_c .about_c1{position: relative;}
.about .about_c .about_c1 .about_c1_c{width:960px;height:300px; background-color: #f2f6f7;margin: 48px 0 0 240px;padding: 40px 30px 40px 106px;}
.about .about_c .about_c1 .about_c1_pic{position: absolute;top:67.5px;left: 0;}
.about .about_c .about_c1 .about_c1_pic img{width: 100%}
.about .about_c .about_c1 .about_c1_c h5{font-size: 18px;color: #333;line-height: 18px;}
.about .about_c .about_c1 .about_c1_c span{width: 38px;height: 2px;background-color: #0094e4;margin: 12px 0 20px;}
.about .about_c .about_c1 .about_c1_c p{font-size: 15px;color: #666;overflow: hidden;text-overflow:ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;height: 90px;text-align: justify;}
.about .about_c .about_c1 .about_c1_c > .more{margin-top:32px;}
/*产品中心*/
.product{background-color: #f2f6f7;}
.product .product_c{text-align: center;}
.product .product_c .title_s{text-align: center;position: relative;z-index: 1;margin:48px 0 12px 0;}
.product .product_c .title_s:before{content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: -1;}
.product .product_c .title_s ul{white-space: nowrap;}
.product .product_c .title_s ul li{display: inline-block;padding: 0 24px;margin: 0 6px;border-radius: 24px;background: #fff;border: 1px solid #eee;font-size: 15px;color: #333; line-height: 36px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.product .product_c .title_s ul li a{display:block;}
.product .product_c .title_s ul li:hover{background-color:#0094e4;color: #fff;}
.product .product_c .product_c1 ul li{display: inline-block;width:282px;background-color: #fff;border: 1px solid #eee;margin: 24px 24px 0 0;}
.product .product_c .product_c1 ul li .product_c1_pic{margin: 12px;background: no-repeat center transparent;background-size:cover;height: 156px;}
.product .product_c .product_c1 ul li p{margin: 0 12px 12px;text-align: center;font-size: 14px;line-height:14px;height:14px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.product .product_c .product_c1 ul li:hover p{color: #0094e4;}
.product .product_c .more{margin:36px auto 0;}
/*通栏*/
.bj1{background: url(../img/bj1.png) no-repeat top center;background-size: cover;}
.bj1 > h6{text-align: center;font-size: 36px;line-height: 36px; color: #fff;padding: 40px 0;font-weight: bold;}
/*产品优势*/
.adv .adv_c1{font-size: 0;margin-top: 48px;}
.adv .adv_c1 .adv_c1_left , .adv .adv_c1 .adv_c1_center , .adv .adv_c1 .adv_c1_right{display: inline-block;}
.adv .adv_c1 .adv_c1_left li , .adv .adv_c1 .adv_c1_right li{background-color: #f2f6f7;width: 480px;margin-bottom: 14px;position: relative;}
.adv .adv_c1 .adv_c1_left li p , .adv .adv_c1 .adv_c1_right li  p{line-height:1.5;font-size: 15px;color: #333;padding:10px 30px;}
.adv .adv_c1 .adv_c1_left li:after{content: "";display:inline-block;position: absolute; top: 50%;right:10px; width: 8px;height: 8px;background-color: #ff3312;border-radius: 8px;margin-top: -4px;}
.adv .adv_c1 .adv_c1_center{ background: url(../img/bj2.png) no-repeat top center;background-size: cover;padding: 70px 62px;margin: 0 10px;color: #fff;font-weight: bold;text-align: center;}
.adv .adv_c1 .adv_c1_center h6{font-size:24px;}
.adv .adv_c1 .adv_c1_center span{display: block;width: 72px;height: 1px;background-color: #fff;margin:10px auto}
.adv .adv_c1 .adv_c1_center p{font-size:16px;}
.adv .adv_c1 .adv_c1_right li:before{content: "";display:inline-block;position: absolute; top: 50%;left:10px; width: 8px;height: 8px;background-color: #ff3312;border-radius: 8px;margin-top: -4px;}
/*技术资料*/
.infor{background-color: #f2f6f7;}
.infor .infor_c1{margin-top: 48px;}
.infor_c1_title{height: 48px;line-height: 48px;padding: 0 12px;border-bottom: 1px solid #ccc}
.infor_c1_title h6{float: left;font-size: 16px;color: #0094e4;}
.infor_c1_title span{float: right; font-size:14px;color: #ff3312;}
.infor .infor_c1 .infor_c1_left{width: 710px;background-color: #fff;}
.infor .infor_c1 .infor_c1_left .infor_c1_c{position: relative;z-index:1;}
.bton{position: absolute;top:50%;z-index: 999;width:20px;height:69px;margin: -34.5px 0}
.bton img{width: 100%;height: auto}
.prev{left: 0;}
.next{right: 0;}
.infor .infor_c1 .infor_c1_left .infor_c1_c .infor_c1_c1{margin:8px 31px;overflow: hidden;}
.infor .infor_c1 .infor_c1_left .infor_c1_c .infor_c1_c1 ul{white-space: nowrap;font-size: 0;line-height: 0;}
.infor .infor_c1 .infor_c1_left .infor_c1_c .infor_c1_c1 ul >.infor_bo{display: inline-block} 
.infor .infor_c1 .infor_c1_left .infor_c1_c .infor_c1_c1 ul >.infor_bo > ul li{} 
.infor .infor_c1 .infor_c1_left .infor_c1_c .infor_c1_c1 ul >.infor_bo > ul li .infor_bo{margin: 12px 6px; width: 150px;height: 150px;background-color: #fff;border: 1px solid #eee;} 
.infor .infor_c1 .infor_c1_left .infor_c1_c .infor_c1_c1 ul >.infor_bo > ul li .infor_bo img{width:100%;margin: 17px 0} 
.infor .infor_c1 .infor_c1_right{width:466px;height: 400px; background-color: #fff;text-align: center;}
.infor .infor_c1 .infor_c1_right .infor_c1_right1{margin: 30px 0 18px}
.infor .infor_c1 .infor_c1_right .infor_c1_right1 .infor_c1_right1_pic{width:438px;overflow: hidden;margin: 0 auto}
.infor .infor_c1 .infor_c1_right .infor_c1_right1 .infor_c1_right1_pic img{width: 100%;}
/*用心服务*/
.bj3{background: url(../img/bj3.png) no-repeat top center;background-size: cover;color: #fff;}
.bj3 > .dw{padding: 56px 0}
.bj3 .bj3_left{margin-left: 194px;}
.bj3 .bj3_left h5{font-size:36px;font-weight: bold;}
.bj3 .bj3_left h6{font-size:24px;}
.bj3 .bj3_right{line-height: 90px;margin-right: 120px;}
.bj3 .bj3_right p{font-size: 20px;}
.bj3 .bj3_right p span{;margin-left: 12px; font-size: 32px;font-weight: bold;color: #ff3312}
/*新闻中心*/
.news{background-color: #f2f6f7}
.news .news_bj{background: url(../img/bj4.png) no-repeat top center;background-size: cover;color: #fff;margin:48px 0 24px}
.news .news_bj .news_bj_t{padding: 64px 0 56px 245px}
.news .news_bj .news_bj_t > h6{font-size: 36px;font-weight: bold;line-height: 36px;}
.news .news_bj .news_bj_t > span{font-size: 16px;line-height: 16px;}
.news .news_bj .news_bj_t > em{display: block; width: 48px;height: 1px;background-color: #fff;margin: 12px 0}
.news .news_c1 ul > .news_c1_c{float: left; width: 384px;background-color: #fff;border: 1px solid #eee;margin-right: 24px;}
.news .news_c1 .news_c1_c1{}
.news .news_c1 ul > .news_c1_c > .news_c1_c1 > ul{margin: 12px 10px}
.news .news_c1 ul > .news_c1_c > .news_c1_c1 > ul > li{line-height: 36px;border-bottom: 1px dashed #eee;}
.news .news_c1 ul > .news_c1_c > .news_c1_c1 > ul > li > a > p{font-size: 14px;color: #666;margin: 0 6px;text-overflow: ellipsis;overflow: hidden;}
.news .news_c1 ul > .news_c1_c > .news_c1_c1 > ul > li > a > p > span{float: right; font-size: 12px;color: #999;}
.news .news_c1 ul > .news_c1_c > .news_c1_c1 > ul > li > a > p:hover{color: #0094e4;}
/*底部开始*/
/*联系我们*/
.contact .contact_c1{margin-top: 48px;color:#5a5959;}
.contact .contact_c1 h6{font-size: 16px;font-weight: bold;}
.contact .contact_c1 p{font-size: 14px;line-height: 14px;margin-top: 26px}
.contact .contact_c1 .contact_c1_left em{display:block; width: 48px;height: 2px;background-color: #0094e4;margin: 16px 0 36px}
.contact .contact_c1 .contact_c1_right{width: 518px;}
.contact .contact_c1 .contact_c1_right .contact_c1_right1{text-align: center;}
.contact .contact_c1 .contact_c1_right .contact_c1_right1 > p{line-height: 36px;margin-top: 0}
.contact .contact_c1 .contact_c1_right form{text-align: center;}
.contact .contact_c1 .contact_c1_right form li{}
.contact .contact_c1 .contact_c1_right form li input , .contact .contact_c1 .contact_c1_right form li textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 2px 4px;
    font-size: 14px;
    line-height: 36px;
    border-color: transparent;
    border-bottom: 1px solid #cfcfcf;
    height: 32px;
    }
input.more{display: inline-block; margin-top: 20px;}
/*友情链接*/
.link{background-color: #555;color: #fff;font-size: 14px;line-height: 24px;}
.link:before, .link:after {content: "";display: block;height: 18px;}
.link .dw:before {
    content: "友情链接：";
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    color: #fff;}
.link .dw ul{display: inline-block;
    vertical-align: top;
    white-space: normal;}
.link .dw ul li{display: inline-block;
    vertical-align: middle;
    margin: 0 4px;}
/*版权*/
.copy{background-color: #777}
.copy > .dw{text-align: center;}
.copy .dw > p{font-size: 12px; color: #fff;line-height: 32px;}
/*回到顶部*/
.dingbu{ position: fixed;
    bottom: 24px;
    right: 12px;
    height:40px;
    width:40px;
background-color: #e5e5e5;border: 1px solid #ddd;border-radius:5px;display: none;
z-index: 999;}
.go2top{
    position: fixed;
    bottom: 24px;
    right: 12px;
    overflow: hidden;
    z-index: 9996;
	height: 40px;width: 40px;
}
.icn{background:url(../img/jiantou.png) no-repeat center;background-size: 70%;}
