﻿*{padding:0; margin:0; border:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,textarea,img{border:0;margin:0;padding:0;}
/** 设置默认字体 **/
body,textarea,input,button,select,keygen,legend{font:14px/1.5 Arial,'Microsoft YaHei'; color:#666;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
/** 重置列表元素 **/
ul,li,ol {list-style:none;}
/** 重置超链接元素 **/
a{text-decoration:none;color:#666;}
a:hover{color:#00a9e5; text-decoration:none; -webkit-transition:.3s; transition:.3s;}
/** 重置图片元素 **/
.fl{float:left;} .fr{float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

.top_bg{width:100%; height:80px; margin:auto; background:rgba(0,0,0,.5); position:fixed; top:0; left:0; right:0; z-index:9999;}
.w1400{width:95%; max-width:1400px; margin:auto;}
.logo{float:left; margin-top:10px;}

.navMenu{float:left; position:relative;}
.navMenu>li{float:left; position:relative; line-height:80px; height:80px; font-size:16px;}
.navMenu>li>a{padding:0 40px; color:#fff; text-transform:uppercase; display:block;}
.navMenu>li>a:after{content:''; display:block; width:56px; height:3px; background:#00a9e5; position:absolute; left:50%; bottom:0; margin-left:-28px; -webkit-transition:all .3s; transition:all .3s; -webkit-transform:scaleX(0); transform:scaleX(0);}
.navMenu>li:hover>a:after,.navMenu>li.on>a:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.navMenu>li>a:hover,.navMenu>li.on>a{color:#00a9e5;}
		
/* navMenu */
.navMenubox{float:left; margin-left:120px;}
.navMenu>li{position:relative;}
.navMenu>li>ul.sub-menu{position:absolute; left:50%; top:80px; z-index:3; display:none; background:#fff; width:180px; margin-left:-90px; box-shadow:0 5px 10px #666;}
.navMenu>li>ul.sub-menu li{background:none; margin:0; padding:0; position:relative; border-bottom:1px solid #e6e6e6; text-align:center;}
.navMenu>li>ul.sub-menu li:last-of-type{border-bottom:none;}
.navMenu>li>ul.sub-menu li>a{display:block; font-size:15px; line-height:40px; padding:0 26px; clear:both; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.navMenu>li>ul.sub-menu li>a.active, .navMenu>li>ul.sub-menu li>a:hover, .navMenu>li>ul.sub-menu>li.active >a{background:#00a9e5; color:#fff;}

.top_right{float:right; margin-top:25px;}
.top_rlg{float:left; margin-right:60px; background:url(../images/top_rlg.png) no-repeat left center; padding-left:30px; color:#fff;}
.top_rlg a{color:#fff; line-height:30px; font-size:16px;}
.top_rlg a:hover{color:#00a9e5;}

.Hsrch{float:right; margin-top:3px;}
.Hsrch-menu{display:block; width:22px; height:22px; background:url(../images/fdj.png) no-repeat center center / cover;}
.Hsrch-box{width:100%; height:80px; background:#fff; border-top:1px solid #ddd; position:absolute; top:0px; left:0px; display:none; z-index:1002;}
.Hsrch-block{width:73% !important; height:32px; margin:25px auto 0;}
.Hsrch-block .btn{width:24px;height:32px;background:url(../images/icon-Hsrch2.png) no-repeat center center;float:left;}
.Hsrch-block .close{display:block;width:24px;height:32px;background:url(../images/icon-close2.png) no-repeat center center;float:right;}
.Hsrch-block .text{width:95%;height:32px;font-size:14px;float:left;margin:0 0 0 20px;}
.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}
.Hlang:hover .Hlang-box{display:block;}

.phxia,.sj{display:none!important;}

.flexslider{width:100%; height:100%; position:relative; overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:100%; overflow:hidden;}
.slides li img{width:100%; display:block; transform:scale(1.1);-o-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transition:all 0.4s linear 1.2s; -moz-transition:all 0.4s linear 1.2s; -ms-transition:all 0.4s linear 1.2s; -o-transition:all 0.4s linear 1.2s; transition:all 0.4s linear 1.2s;}
.slides li.flex-active-slide img{transition-delay:0.4s !important;transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);-webkit-transition:all 5.0s linear; -moz-transition:all 5.0s linear; -ms-transition:all 5.0s linear; -o-transition:all 5.0s linear; transition:all 5.0s linear;}
.flex-control-nav{position:absolute;bottom:40px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block; width:52px; height:2px; margin:0 5px;}
.flex-control-nav a{display:inline-block; width:52px; height:2px; line-height:45px; overflow:hidden; background:#fff; cursor:pointer;}
.flex-control-nav .flex-active{background:#00a9e5;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:50%; transform:translateY(-50%);}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; padding:10px; background-size:30px 30px !important; border-radius:50%;}
.flex-direction-nav li a.flex-prev{left:150px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-prev:hover{background:rgba(0,0,0,0.5) url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:150px;background:url(../images/next.png) center center no-repeat;}
.flex-direction-nav li a.flex-next:hover{background:rgba(0,0,0,0.5) url(../images/next.png) center center no-repeat;}

/* 首页产品中心部分 */
.in_probg{margin:auto; background:url(../images/in_probg.jpg) fixed center center; background-size:cover; padding:60px 0;}
.in_title{width:100%; margin:auto; text-align:center;}
.in_title h2{font-size:36px; line-height:36px; display:block; color:#00a9e5;}
.in_title h2 a{color:#00a9e5;}
.in_title h2 a:hover{color:#40cdff;}
.in_title h2 span{position: relative;}
.in_title h2 span::before{content:""; display:block; width:268px; height:14px; background:url(../images/in_titl_fgx.png) no-repeat; position:absolute; top:15px; right:115%;}
.in_title h2 span::after{content:""; display:block; width:268px; height:14px; background:url(../images/in_titr_fgx.png) no-repeat; position:absolute; top:15px; left:115%;}
.in_title p{font-size:16px; text-transform:uppercase; color:#999; margin-top:10px;}

.in_pro_nav{width:100%; margin:40px auto 0;}
.in_pro_nav ul{text-align:center; overflow:hidden; width:100%;}
.in_pro_nav ul li{display:inline-block; margin:10px 10px 0 0; position:relative;}
.in_pro_nav ul li a{display:block; line-height:65px; font-size:18px; text-align:center; padding:0 50px 0 95px; background:#fff; border:1px solid #ddd; color:#000; text-decoration:none; border-radius:30px;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.in_pro_nav ul li i{position:absolute; top:18px; left:46px; display:block; width:34px; height:30px;}
.in_pro_nav ul li:nth-child(1) i{background:url(../images/in_pro_tb.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:hover:nth-child(1) i,.in_pro_nav ul li.on:nth-child(1) i{background:url(../images/in_pro_tbh.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:nth-child(2) i{background:url(../images/in_pro_tb2.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:hover:nth-child(2) i,.in_pro_nav ul li.on:nth-child(2) i{background:url(../images/in_pro_tb2h.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:nth-child(3) i{background:url(../images/in_pro_tb3.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:hover:nth-child(3) i,.in_pro_nav ul li.on:nth-child(3) i{background:url(../images/in_pro_tb3h.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:nth-child(4) i{background:url(../images/in_pro_tb4.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:hover:nth-child(4) i,.in_pro_nav ul li.on:nth-child(4) i{background:url(../images/in_pro_tb4h.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:nth-child(5) i{background:url(../images/in_pro_tb5.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li:hover:nth-child(5) i,.in_pro_nav ul li.on:nth-child(5) i{background:url(../images/in_pro_tb5h.png) no-repeat left center; background-size:34px 30px;}
.in_pro_nav ul li a:hover,.in_pro_nav ul li.on a{background:#00a9e5; color:#fff; border-color:#00a9e5;}

.in_pronr{width:100%; float:left; margin-top:40px; position:relative; display:none;}
.in_pro_img{width:95%; max-width:1400px; margin:auto; text-align:center; overflow:hidden;}
.in_pro_img ul{width:10000%; position:relative; padding:25px;}
.in_pro_img ul li{width:0.31%; float:left; background:#fff; border:1px solid #d6d6d6; margin-right:0.0233%; position:relative; -webkit-transition:all .3s; transition:all .3s; border-radius:25px; padding:25px; margin-bottom:30px;}
.in_pro_img ul li:hover{-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5); box-shadow:0 5px 20px rgba(0,0,0,.5);}
.in_pro_img ul li .pic{width:100%; float:left; overflow:hidden;}
.in_pro_img ul li .pic img{width:100%; display:block; -webkit-transition:.3s; transition:.3s;}
.in_pro_img ul li:hover .pic img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.in_pro_img ul li .tit{width:100%; float:left; margin-top:20px; text-align:center; color:#000;}
.in_pro_img ul li .tit h3{font-size:18px; line-height:18px; color:#000; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.in_pro_img ul li .tit h3 a{color:#000;}
.in_pro_img ul li .tit h3 a:hover{color:#00a9e5;}
.in_pro_img ul li .tit p{margin-top:10px; line-height:24px; color:#666; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
  display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}

.in_pro_l,.in_pro_r{position:absolute; top:50%; margin-top:-27px; width:54px; height:15px; -webkit-transition:.3s; transition:.3s; cursor:pointer; overflow:hidden;}
.in_pro_l{left:8px; background:url(../images/left.png) center no-repeat;}
.in_pro_l:hover{background:url(../images/lefth.png) center no-repeat;}
.in_pro_r{right:-12px; background:url(../images/right.png) center no-repeat;}
.in_pro_r:hover{background:url(../images/righth.png) center no-repeat;}

/* 首页产品优势部分 */
.in_cpysbg{margin:auto; background:url(../images/in_cpysbg.jpg) fixed center center; background-size:cover; padding:80px 0; overflow:hidden;}
.in_cpys_list{width:100%; min-height:466px; margin:70px auto 0; position:relative; background:url(../images/in_cpys_dp.png) no-repeat center center;}
.in_cpys_listl{width:32%; float:left;}
.in_cpys_listl1{width:100%; float:left; background:url(../images/in_cpys_tb.png) no-repeat right center; padding-right:122px; text-align:right;}
.in_cpys_listl1 h3{font-size:30px; line-height:30px; font-weight:bold; color:#fff;}
.in_cpys_listl1 p{font-size:18px; line-height:30px; color:#fff; margin-top:20px;}
.in_cpys_listl2{width:100%; float:left; background:url(../images/in_cpys_tb2.png) no-repeat right center; padding-right:122px; text-align:right; margin-top:155px;}
.in_cpys_listl2 h3{font-size:30px; line-height:30px; font-weight:bold; color:#fff;}
.in_cpys_listl2 p{font-size:18px; line-height:30px; color:#fff; margin-top:20px;}
.in_cpys_listr{width:32%; float:right;}
.in_cpys_listr3{width:100%; float:left; background:url(../images/in_cpys_tb3.png) no-repeat left center; padding-left:122px; text-align:left;}
.in_cpys_listr3 h3{font-size:30px; line-height:30px; font-weight:bold; color:#fff;}
.in_cpys_listr3 p{font-size:18px; line-height:30px; color:#fff; margin-top:20px;}
.in_cpys_listr4{width:100%; float:left; background:url(../images/in_cpys_tb4.png) no-repeat left center; padding-left:122px; text-align:left; margin-top:155px;}
.in_cpys_listr4 h3{font-size:30px; line-height:30px; font-weight:bold; color:#fff;}
.in_cpys_listr4 p{font-size:18px; line-height:30px; color:#fff; margin-top:20px;}

/* 首页新闻中心部分 */
.in_news{width:95%; max-width:1400px; margin:60px auto 0;}
.news_t{width:100%; float:left; margin-top:40px; height:64px; line-height:64px; position:relative;}
.news_t:before{content:"";display:block; width:100%; height:1px; background: #e6e6e6; position:absolute; bottom:0; left:0;}
.news_t ul li{width:180px; height:64px; float:left; margin-right:1px;}
.news_t ul li a{width:180px; height:64px; font-size:20px; color:#333; display:block; text-align:center; line-height:64px; background:#f4f4f4; overflow:hidden;}
.news_t ul li a:hover,.news_t ul li.on a{color: #fff; font-weight: bold;}
.news_t span{float:right;}
.news_t span a{font-size:16px; color:#333;}
.news_t span a:hover{color:#00a9e5;}
.news_t ul li a {-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px transparent;position: relative;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;}
.news_t ul li a:before{content:""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #00a9e5; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;}
.news_t ul li a:hover:before,.news_t ul li.on a:before{-webkit-transform:scaleX(1); transform:scaleX(1);}
.news_m{width:100%; float:left; margin-top:40px;}
.news_l{width:70%; float:left;}
.news_l dl{background:#f2f2f2; overflow: hidden; margin-bottom:10px;}
.news_l dl dt{width:50%; float:left; overflow:hidden;}
.news_l dl dt img{width:100%; display:block; -webkit-transition:all .5s; transition:all .5s;}
.news_l dl dt:hover img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.news_l dl dd{width:50%; float:left;padding:40px;}
.news_l dl dd h5{height:30px; line-height:30px;overflow: hidden;}
.news_l dl dd h5 a{width:100%; font-size:18px; font-weight:bold; color:#000; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_l dl dd h5 a:hover,.news_l ul li a:hover{color:#00a9e5;}
.news_desc{line-height:24px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical; margin-top:10px;}
.news_time{color:#333; font-weight:bold; line-height:24px; padding:20px 0 0;}
.news_time b{display: block;font-size: 26px;}
.news_l ul li{ height:60px; line-height:60px; overflow:hidden; border-bottom:#dadada 1px solid;}
.news_l ul li a{width:85%; font-size:16px; font-weight:bold; color:#000; display:block; float:left; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_l ul li span{display:block; float:right; color:#999; font-weight:normal; width:15%; text-align:right; font-size:16px;}
.news_r{width:26%; float:right;}
.news_r dl{width:100%; float:left; border-bottom:1px solid #ddd; padding-bottom:20px; margin-bottom:40px;}
.news_r dl dt a{display:block; font-size:16px; color:#000; height:25px; line-height:25px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:70%; float:left;}
.news_r dl dt a:hover{color:#00a9e5;}
.news_r dl dt span{float:right; padding-left:25px; background:url(../images/in_news_sjtb.jpg) no-repeat left center; text-align:right;}
.news_r dl dd{width:100%; float:left; line-height:24px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical; margin-top:6px;}
.news_r dl dd a{display:block;}
.news_r dl:last-of-type{margin-bottom:0;}

/* 首页关于我们部分 */
.in_aboutbg{background:#f6f6f6; height:580px; margin:60px auto 0; overflow:hidden;}
.in_about{width:95%; max-width:1400px; margin:auto}
.in_about dl{position:relative; height:580px;}
.in_about dl dt{width:960px; height:580px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 50%;}
.in_about dl dt img{width:960px; height:580px;}
.in_about dl dd{width:50%; float:left; padding:60px 40px 0 0;}
.in_about dl dd h2{font-size:40px; color: #00a9e5;line-height: 40px; overflow:hidden; background: url(../images/in_about_fgx.jpg) no-repeat 0 bottom; padding-bottom:30px;}
.in_about dl dd h2 a{color:#00a9e5;}
.in_about dl dd h2 a:hover{color: #000;}
.in_about dl dd h2 p{font-size:16px; color:#666; margin-top:20px; line-height:14px;}
.ab_desc{line-height: 30px;text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; line-clamp:5; -webkit-box-orient:vertical; margin-top:30px;}
.in_about dl dd span{display: block; padding:30px 0 0;}
.in_about dl dd span a{display: block;font-size: 15px;color: #fff;width: 180px;height: 48px;line-height: 48px;background:#00a9e5 url(../images/in_about_gdjh.png) no-repeat 130px 15px; overflow: hidden;padding: 0 0 0 50px; border-radius:25px;}
.in_about dl dd span a{ -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform-origin: 0 100%; transform-origin: 0 100%;}
.in_about dl dd span a:hover{-webkit-transform: skew(-10deg); transform: skew(-10deg);}
/* 首页荣誉资质部分 */
.xc_bj{width:95%; max-width:1400px; margin:auto; position:relative;}
.xc_c{width:100%; margin:auto;}
.xc_a{display:none;}
.xc_qh{width:400px; height:100px; background:#eee; overflow:hidden; position:relative; top:-100px; margin:auto;}
.xc_qh li{width:200px; height:100px; float:left; text-align:center;}
.xc_qh li i{display:inline-block; margin:30px 13px 0 0; vertical-align:top; width:44px; height:44px; overflow:hidden;}
.xc_qh li:nth-child(1) i{background:url(../images/in_about_xtb.png) no-repeat;}
.xc_qh li:hover:nth-child(1) i,.xc_qh li.on:nth-child(1) i{background:url(../images/in_about_xtbh.png) no-repeat;}
.xc_qh li:nth-child(2) i{background:url(../images/in_about_xtb2.png) no-repeat;}
.xc_qh li:hover:nth-child(2) i,.xc_qh li.on:nth-child(2) i{background:url(../images/in_about_xtb2h.png) no-repeat;}
.xc_qh li span{display:inline-block;padding-top:33px; text-align:left; font-size:12px; color:#999;text-transform:uppercase;}
.xc_qh li span em{display:block; font-size:20px; color:#000; height:24px; line-height:24px;}
.xc_qh li.on{background:#00a9e5;}
.xc_qh li.on span,.xc_qh li.on span em{color:#fff; font-weight:bold;}
.xc_nr{width:100%; margin:-40px auto 0;  padding:16px 0; overflow:hidden;}
.xc_nr ul{ width:10000%; position:relative;}
.xc_nr li{float:left;width:255px;overflow: hidden;margin-right:30px;}
.xc_nr li:hover{box-shadow:0 3px 10px #999;}
.xc_nr li span{display:block; background:#fff; border:1px solid #ddd; border-top:none; height:60px;padding:0 16px; line-height:60px; font-size:16px; color:#333;}
.xc_nr li span:hover,.link_txt a:hover{color:#00a9e5;}
.xc_nr li span img {float:right;padding-top:17px;}
.xc_nr li i{display: block;font-size:0;line-height:0;width:255px;overflow: hidden;}
.xc_nr li i img{width:100%; display:block; transition: all 0.5s; -webkit-transition: all 0.5s;}
.xc_nr li:hover i img{-webkit-transform:scale(1.1); transform:scale(1.1);}

/* 首页底部部分 */
.footer_bg{height:440px; margin:60px auto 0; background:#666 url(../images/footer_bg.jpg); background-size:cover; overflow:hidden;}
.footer{width:95%; max-width:1400px; margin:auto;}
.foot_left{width:22%; height:361px; float:left; background:#00a9e5; text-align:center;}
.foot_left_logo{width:200px; margin:35px auto 0;}
.foot_left_ewm{width:140px; margin:40px auto 0; color:#fff;}
.foot_left_ewm img{width:100%; display:block; margin-bottom:10px;}
.foot_center{width:35%; float:left; margin:75px 0 0 10%;}
.foot_center_nav{width:100%; float:left; border-top:2px solid #515151; border-bottom:2px solid #515151; padding:10px 0;}
.foot_center_nav li{width:49%; float:left; margin-right:2%;}
.foot_center_nav li:nth-child(2n){margin-right:0;}
.foot_center_nav li a{display:block; font-size:16px; line-height:40px; color:#ddd; background:url(../images/foot_xtb.jpg) no-repeat left center; padding-left:20px;}
.foot_center_nav li a:hover,.foot_center_bq a:hover,.foot_right li a:hover{color:#00a9e5;}
.foot_center_bq{width:100%; float:left; margin-top:30px; line-height:28px; color:#ddd;}
.foot_center_bq a,.foot_right li a{color:#ddd;}
.foot_right{width:25%; float:right; margin-top:20px;}
.foot_right li{width:100%; float:left; margin-top:50px; padding-left:35px; font-size:14px; font-weight:bold; color:#ddd;} 
.foot_right li:nth-child(1){background:url(../images/f_ico1.png) no-repeat left center;}
.foot_right li:nth-child(2){background:url(../images/f_ico2.png) no-repeat left center;}
.foot_right li:nth-child(3){background:url(../images/f_ico3.png) no-repeat left center;}
.foot_right li h4{font-size:16px; font-weight:bold;}

.Dplink{margin:auto; background:url(../images/link_fgx.jpg) top repeat-x; padding-top:30px;}
.link{width:95%; max-width:1400px; margin:auto;}
.link_tit{float:left; font-size:16px; font-weight:bold; color:#999;}
.link_txt{float:left; margin-left:40px; line-height:24px; color:#999;}
.link_txt a{padding-right:4px; color:#999;}

/* 右侧浮动客服 */
.y-kefu-box{position:fixed; right:0; top:20%; z-index:9999; font-size:13px;}
.y-kefu-box img{display: block; width:100%; height:auto;}
.y-kefu-box01 .icon{display:block; background:url(../images/icons01.png) no-repeat; margin:0 auto 6px;}
.y-kefu-box01{width:54px; color: #666; text-align: center;}
.y-kefu-box01 .kf-close-btn{width:27px; height:27px; background-position:-5px -115px; position: relative; cursor:pointer;}
.y-kefu-box01 .kf-close-btn:before{content:''; display: block; width:1px; height:12px; background-color:#00a9e5; position: absolute; bottom:-12px; left:13px; z-index: 1;}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div{display:block; width:52px; padding:8px 0 12px; background-color:#fff; border-left:solid 1px #efefef; border-top:solid 1px #efefef; border-right:solid 1px #efefef; position:relative;}
.y-kefu-box01 .show-status{position: relative;}
.y-kefu-box01 .show-status .kf-qiao{background-color:#00a9e5; border-color: #00a9e5; color: #fff;}
.y-kefu-box01 .kf-qiao{border-radius:2px;}
.y-kefu-box01 .kf-qiao i{width:21px; height:22px; background-position:-30px -150px;}
.y-kefu-box01 .kf-QQ{border-top-left-radius:2px;border-top-right-radius:2px;}
.y-kefu-box01 .kf-QQ>i{width:21px; height:22px; background-position:-5px -5px;}
.y-kefu-box01 .kf-QQ:hover>i{background-position:-30px -5px;}
.y-kefu-box01 .kf-zixun{border-radius:2px;}
.y-kefu-box01 .kf-zixun i{width:21px;height:22px;background-position:-30px -150px;}
.y-kefu-box01 .kf-mobile{border-top-left-radius:2px; border-top-right-radius:2px;}
.y-kefu-box01 .kf-mobile>i{width:18px; height:18px; background-position:-5px -32px;}
.y-kefu-box01 .kf-mobile:hover>i{background-position:-30px -32px;}
.y-kefu-box01 .kf-weChat>i{width:22px; height:19px; background-position:-5px -55px;}
.y-kefu-box01 .kf-weChat:hover>i{background-position:-30px -55px;}
.y-kefu-box01 .kf-email{border-bottom-left-radius:2px; border-bottom-right-radius:2px;}
.y-kefu-box01 .kf-email>i{width:18px; height:14px; background-position:-5px -80px;}
.y-kefu-box01 .kf-email:hover>i{background-position:-30px -80px;}
.y-kefu-box01 .back-top i{width:13px; height:11px; background-position:-5px -98px;}
.y-kefu-box01 .back-top:hover i{background-position:-30px -98px;}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .back-top{margin-top:-1px; border-radius:2px; left:55px;}
.y-kefu-box01 .hver:hover{background-color:#00a9e5; border-color:#00a9e5;}
.y-kefu-box01 .hver:hover>p{color:#fff;}
.y-kefu-box01 .mobile-infos,.y-kefu-box01 .QQ-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos{background-color:#fff; border:solid 1px #efefef; position:absolute; right:90px; z-index:2; border-radius:2px; display:none;}
.y-kefu-box01 .mobile-infos{width:215px; text-align:left; top:0;}
.y-kefu-box01 .mobile-infos>div{padding:20px 0 20px 45px; position:relative;}
.y-kefu-box01 .mobile-infos>div i{width:15px; height:15px; background-position:-52px -32px; position:absolute; top:22px; left:20px; z-index:2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#999;}
.y-kefu-box01 .mobile-infos p{color:#00a9e5; font-size:18px;}
.y-kefu-box01 .QQ-infos{width:320px;text-align: left;top: 0;}
.y-kefu-box01 .part01{padding:20px 20px 20px 30px; border-bottom:solid 1px #e9e9e9; position:relative;}
.y-kefu-box01 .part01 p{font-size:16px; color:#00a9e5; padding-bottom:5px;}
.y-kefu-box01 .part01 i{width:28px; height: 26px; background-position:-40px -5px; position: absolute; left:0; top:18px; z-index:2;}
.y-kefu-box01 .part02{padding:20px;}
.y-kefu-box01 .part02 li{width:86px; float:left; position:relative; margin:10px; padding-left:30px;}
.y-kefu-box01 .part02 i{width:22px; height:22px; background-position:-5px -5px; position:absolute; left:0; top:0; z-index:2;}
.y-kefu-box01 .part02 li:hover a{color:#00a9e5;}
.ri{width:12px; height:12px; position:absolute; right:-12px; top:24px;}
.ri-arrow1,.ri-arrow2{width:0; height:0; display:block; position:absolute; left:0; top:0; border-top:6px transparent dashed; border-right:6px transparent dashed; border-bottom:6px transparent dashed; border-left:6px white solid; overflow:hidden;}
.ri-arrow1{left:1px; border-left:6px #efefef solid;}
.ri-arrow2{border-left:6px white solid;}

.y-kefu-box01 .y-ewm-box{width:151px; height:178px; top:-60px;}
.y-kefu-box01 .y-ewm-box>div{width:151px; height:178px;}
.y-kefu-box01 .y-ewm-box img{width:94px; height:94px; margin:30px auto 10px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img1{width:150px; border-right:solid 1px #efefef;}
.y-kefu-box01 .y-ewm-box .right{top:84px;}

.y-kefu-box01 .y-email-infos{padding:28px 20px 28px 45px; color:#999; text-align:left; bottom:0;}
.y-kefu-box01 .y-email-infos p{color:#00a9e5; font-size:16px;}
.y-kefu-box01 .y-email-infos>i{width:18px; height:13px; background-position:-52px -80px; position:absolute; left:15px; top:30px;}
.y-kefu-box01 .y-email-infos .right{top:55px;}
.y-kefu-box01 .hide-status{width:54px; height:65px; background-color:#00a9e5; position:absolute; top:37px; left:55px; z-index:9;}
.y-kefu-box01 .hide-status .kf-zixun{padding:10px 0 7px; color:#fff; cursor:pointer;}

/* 内页焦点图 */
.ny_bn{width:100%; height:400px; margin:auto; position:relative; overflow:hidden;}
.ny_bn img{width:2580px; position:absolute; left:50%; top:0; margin-left:-1290px;}

.dw{width:100%; float:left; border-bottom:1px solid #e6e6e6; padding-bottom:15px;}
.dw_tit{float:left; font-size:18px; color:#00a9e5; font-weight:bold; position:relative;}
.dw_tit:after{content:""; display:block; width:2px; height:30px; background:#00a9e5; position:absolute; left:-41px; top:0;}
.dw_wz{background:url(../images/home_tb.png) left center no-repeat; margin-top:5px; float:right; padding-left:30px; font-size:14px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.dw_wz span{color:#00a9e5;}

.ny_main{width:95%; max-width:1400px; margin:60px auto;}
.ny_left{width:22%; float:left;}
.nyl_list{width:100%; float:left;}
.nyl_list h2{width:100%; height:60px; line-height:60px; padding:0 20px; float:left; overflow:hidden; background:#00a9e5 url(../images/lb_tb.png) 93% center no-repeat; font-size:14px; font-family:Arial; color:#fff; text-transform:uppercase; font-weight:normal; border-radius:5px 5px 0 0;}
.nyl_list h2 a{display:block; font-size:20px; color:#fff; font-weight:bold;}
.sidebarMenu{width:100%; float:left; background:#fff; border:1px solid #ddd; border-top:none; margin-bottom:20px; border-radius:0 0 5px 5px;}
.sidebarMenu li{width:100%; float:left;} 
.sidebarMenu li a{height:50px;line-height:50px;background:url(../images/slide_li.png) no-repeat 90% center;display:block; padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-top:1px solid #e9e9e9; font-size:16px; color:#000;}
.sidebarMenu li a.cur,.sidebarMenu li a:hover{background:#00a9e5 url(../images/slide_lih.png) no-repeat 90% center;color:#fff}
.sidebarMenu li ul{font-size:12px;padding:0}
.sidebarMenu ul li{background:0 0;padding-top:0;}
.sidebarMenu li ul a{background:url(../images/ly_li.png) no-repeat 20px center;padding-left:35px;color:#666;height:36px;line-height:36px;font-size:14px;}
.sidebarMenu li ul .cur,.sidebarMenu li ul a:hover{background:url(../images/ly_li.png) no-repeat 20px center;color:#00a9e5;padding-left:35px}

.nyl_cont{width:100%; float:left; margin-top:20px;}
.nyl_cont h2{width:100%; height:60px; line-height:60px; padding:0 20px; float:left; overflow:hidden; background:#00a9e5 url(../images/lb_tb.png) 93% center no-repeat; font-family:Arial; color:#fff; text-transform:uppercase; font-weight:normal; border-radius:5px 5px 0 0;}
.nyl_cont h2 a{display:block; font-size:22px; color:#fff; font-weight:bold; }
.nyl_list h2 a:hover,.nyl_cont h2 a:hover{color:#000;}
.nyl_cont_text{width:100%; float:left; font-size:15px; line-height:28px; padding:20px 15px; background:#fff; border:1px solid #e6e6e6; border-radius:0 0 5px 5px;}
.nyl_cont_text h3{font-size:18px; font-weight:bold; color:#00a9e5; border-bottom:1px solid #e6e6e6; margin-bottom:10px; padding-bottom:10px; letter-spacing:2px;}
.nyl_cont_text a{color:#666;} .nyl_cont_text a:hover{color:#00a9e5;}

.ny_right{width:75%; float:right; background:#fff; border:1px solid #e6e6e6; padding:30px 40px 40px; border-radius:5px;}
.nyr_text{width:100%; float:left; margin-top:40px; line-height:30px; font-size:16px;}
.nyr_text img{width:100%; display:block;}

/* 发展历程部分 */
.brand-history{width:100%; float:left; margin-top:40px;}
#brand-history-list{padding-bottom:20px; *zoom:1;}
#brand-history-list:after{content:''; display:block; width:0; height:0; clear:both;}
#brand-history-list li{position:relative; height:130px; width:50.6%; background-size:auto 80%!important;}
#brand-history-list li h3{color:#000; font-size:40px; font-weight:bold; font-family:Arial; white-space:nowrap; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
#brand-history-list li:hover h3{color:#00a9e5; cursor: pointer;}
#brand-history-list li p{color:#999; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; font-size:16px; line-height:26px;}
#brand-history-list li:hover p{color:#333;}
#brand-history-list li:nth-of-type(2n+1), #brand-history-list li.left{float:left; background:url(../images/history_01.png) 100% 100% no-repeat;}
#brand-history-list li:nth-of-type(2n+1) h3, #brand-history-list li.left h3{position:absolute; bottom:10%; right:10%;}
#brand-history-list li:nth-of-type(2n+1) p, #brand-history-list li.left p{position:absolute; top:105%; right:10%; width:84%; text-align:right;}
#brand-history-list li:nth-of-type(2n), #brand-history-list li.right{float:right; background:url(../images/history_02.png) 0 100% no-repeat;}
#brand-history-list li:nth-of-type(2n) h3, #brand-history-list li.right h3{position:absolute; bottom:10%; left:10%;}
#brand-history-list li:nth-of-type(2n) p, #brand-history-list li.right p{position:absolute; top:105%; left:10%; width:84%;}

/* 荣誉资质部分 */
.honor_r_img{width:100%; float:left;}
.honor_r_img li{width:23%; float:left; margin:40px 2.5% 0 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #ddd; border-bottom:3px solid #ddd; position:relative;}
.honor_r_img li:nth-child(4n){margin-right:0;}
.honor_r_img li img{width:100%; display:block;}
.honor_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.honor_r_img li:hover::before{width:100%; background:#00a9e5; transition:all .5s}
.honor_r_img li p{font-size:16px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.honor_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}

/* 公司风采部分 */
.gsfc_r_img{width:100%; float:left;}
.gsfc_r_img li{width:32%; float:left; margin:40px 2% 0 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #ddd; border-bottom:3px solid #ddd; position:relative;}
.gsfc_r_img li:nth-child(3n){margin-right:0;}
.gsfc_r_img li img{width:100%; display:block;}
.gsfc_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.gsfc_r_img li:hover::before{width:100%; background:#00a9e5; transition:all .5s}
.gsfc_r_img li p{font-size:16px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.gsfc_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}

.pagination{width:100%; height:auto; float:left; text-align:center; font-size:0px; position:relative; overflow:hidden; margin:60px 0 20px;}
.pagination a,.pagination span{display:inline-block; padding:0 14px; line-height:30px; font-size:14px; border:1px solid #e5e5e5; margin:0 5px;}
.pagination span.current,.pagination a:hover{color:#fff; border-color:#00a9e5; background:#00a9e5;}

/* 产品中心部分 */
.pro_img{width:100%; float:left;}
.pro_img li{width:31%; float:left; background:#fff; border:1px solid #d6d6d6; margin:40px 3.5% 0 0; position:relative; -webkit-transition:all .3s; transition:all .3s; border-radius:25px; padding:25px;}
.pro_img li:nth-child(3n){margin-right:0;}
.pro_img li:hover{-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5); box-shadow:0 5px 20px rgba(0,0,0,.5);}
.pro_img li .pic{width:100%; float:left; overflow:hidden;}
.pro_img li .pic img{width:100%; display:block; -webkit-transition:.3s; transition:.3s;}
.pro_img li:hover .pic img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.pro_img li .tit{width:100%; float:left; margin-top:20px; text-align:center; color:#000;}
.pro_img li .tit h3{font-size:18px; line-height:18px; color:#000; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.pro_img li .tit h3 a{color:#000;}
.pro_img li .tit h3 a:hover{color:#00a9e5;}
.pro_img li .tit p{margin-top:10px; line-height:24px; color:#666; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
  display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}

.products{width:100%; float:left; margin-top:40px;}
.promore_l{width:45%;float:left;}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:100%; border:1px solid #d6d6d6; border-radius:25px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}

/*图片小图预览列表*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:20px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:13px;}
.spec-scroll .items{float:left;position:relative;width:83%; height:64px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:54px;height:54px;}
.spec-scroll .items ul li img:hover{border:2px solid #00a9e5; padding:1px; border-radius:5px;}
.spec-scroll .items ul li.on img{border:2px solid #00a9e5; padding:1px; border-radius:5px;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:1px dashed #e6e6e6;}
.pros_right_top h2{overflow:hidden; display:inline-block; font-size:24px; font-weight:bold; color:#00a9e5; padding-bottom:10px;}
.proleft{width:100%;float:left; line-height:30px; margin-top:20px;}
.f16{font-size:16px; line-height:24x; font-weight:bold; color:#00a9e5;}
.proleft_btn{width:100%; float:left; margin-top:20px;}
.proleft_btn li{width:160px; float:left; margin-right:10px;}
.proleft_btn li a{width:160px; line-height:40px; text-align:center; font-size:16px; background:#eee; display:block; border-radius:5px;}
.proleft_btn li span{float:left; padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#00a9e5; color:#fff;}

.tabs-basic{width:100%; margin-top:60px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6; background:#fff;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:18px; text-transform:uppercase; position:relative;}
.tabs-basic ul li a.tab-active::after{content:''; position:absolute; bottom:-9px; height:0; width:0; margin:auto; left:0; right:0; border:9px solid transparent; border-top:9px solid #00a9e5; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.tabs-basic ul li a{display:block; text-decoration:none; background:#eee; padding:15px 52px; color:#000; border-radius:5px 5px 0 0;}
.tabs-basic .tab-active{border-bottom:2px solid #00a9e5; color:#fff; background:#00a9e5; font-weight:bold;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; background:#fff; float:left; border-bottom:1px solid #ddd;}
.hot_pro2_tit h3{width:180px; float:left; color:#fff; line-height:52px; font-size:18px; padding:0 20px; background:#00a9e5; text-align:center; font-weight:bold; position:relative; border-radius:5px 5px 0 0;}
.hot_pro2_tit h3:after{content:''; position:absolute; bottom:-9px; height:0; width:0; margin:auto; left:0; right:0; border:9px solid transparent; border-top:9px solid #00a9e5; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}

.scrollleft2{width:100%; float:left; margin-top:40px;}
.scrollleft2 li{width:240px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:100%; display:block; border:1px solid #e6e6e6; border-radius:5px;}
.scrollleft2 li img:hover{border:1px solid #00a9e5;}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}

/** 产品中心代码 End **/

.newsList{width:100%; float:left; margin-top:40px;}
.newsList li{border:1px solid #e2e2e2; background:#fff; padding:30px; overflow:hidden; margin-bottom:20px; transition:all .3s; border-radius:5px;}
.newsList li:last-of-type{margin-bottom:0;}
.newsList li .font{width:73%; float:right; overflow:hidden; color:#333;}
.newsList li .date{width:80px; height:110px; float:right; background:#00a9e5; color:#d6d6d6; padding-left:15px; font-size:14px; position:relative; margin-left:40px; transition:all .4s;}
.newsList li .date a{color:#fff;}
.newsList li .date a:hover{color:#fff;}
.newsList li .date span{display:block; padding-top:30px; font-size:24px; color:#fff;}
.newsList li .date:after{position:absolute; content:""; width:50px; right:60px; background:#00a9e5; height:1px; top:10px; width:0; transition:all .3s; -webkit-transition:.3s;}
.newsList li h3{font-size:20px; font-weight:bold; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:10px;}
.newsList li h3 a{color:#000;} 
.newsList:hover li h3 a{color:#00a9e5;}
.newsList li .txt{color:#666; font-size:15px; line-height:30px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
 display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical;}
.newsList li .btn{width:140px; float:left; margin-top:10px;}
.newsList li .btn a{width:140px; display:block; line-height:36px; background:#fff; border:1px solid #ddd; border-radius:5px; text-align:center; transition:all .3s;  -webkit-transition:.3s;}
.newsList li:hover .btn a{width:180px; background:#00a9e5; color:#fff; border-color:#00a9e5;}
.newsList li .pic{width:25%; float:left; overflow:hidden;}
.newsList li img{width:100%; display:block; transition:all .5s; height:180px; object-fit:cover;}
.newsList li:hover .date{margin-left:60px;}
.newsList li:hover .date:after{width:80%;}
.newsList li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.newsList li:hover{box-shadow:0 5px 20px #d6d6d6;}

.new-view-title{width:100%; float:left; text-align:center; padding-bottom:10px; border-bottom:1px solid #e6e6e6; margin-top:40px;}
.new-view-title h2{line-height:30px; font-size:24px; font-weight:bold; color:#00a9e5;}
.new-view-wz{width:100%; float:left; text-align:center; line-height:30px; color:#999;}
.newsmore_text{width:100%;float:left; margin-top:40px; font-size:16px; line-height:30px;}

.news_bot{width:100%; float:left; margin-top:60px; position:relative; padding:30px 0; border-top:1px solid #ddd;}
.news_bot a{font-size:16px; line-height:60px; color:#444;-webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
.news_bot .prev{float:left;}
.news_bot .next{float:right;}
.news_bot .prev .img{margin-right:20px; position:relative; display:inline-block; vertical-align:middle;}
.news_bot .next .img{margin-left:20px; position:relative; display:inline-block; vertical-align:middle;}
.news_bot a .img img{-webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -ms-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out; opacity:1; display:block;}
.news_bot .next .img img{-webkit-transform:rotateZ(180deg); -moz-transform:rotateZ(180deg); -ms-transform:rotateZ(180deg); -o-transform:rotateZ(180deg);transform:rotateZ(180deg);}
.news_bot a .img img:nth-child(2),.news_bot a .img img:nth-child(2){opacity:0; position:absolute; top:0; left:0;}
.news_bot a:hover{color:#00a9e5;}
.news_bot a:hover .img img,.news_bot a:hover .img img{opacity:0;}
.news_bot a:hover .img img:nth-child(2),.news_bot a:hover .img img:nth-child(2){opacity:1;}
.news_bot .back{position:absolute; left:0; right:0; top:0; bottom:0; margin:auto; text-align:center; width:60px; height:28px; line-height:28px; 
	font-size:16px; color:#666;}
.news_bot .back .img{margin-right:6px; display:inline-block; vertical-align:middle; position:relative;}

.new_s2{width:100%;float:left; margin-top:20px;}
.news_random2{width:100%;float:left; margin-top:20px;}
.news_random2 ul li{width:48%; float:left; font-size:15px; line-height:42px; overflow:hidden; margin-right:4%; border-bottom:1px dashed #e6e6e6;}
.news_random2 ul li:nth-child(2n){margin-right:0;}
.news_random2 ul li a{width:74%; float:left; background:url(../images/ly_li.png) no-repeat left center; padding-left:15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.news_random2 ul li a:hover{color:#00a9e5;}
.news_random2 ul li span{float:right; color:#999;}

/** 新闻中心代码 End **/

.message{width:100%; float:left; margin-top:40px;}
.message h2{text-align:center; color:#333; font-size:24px; font-weight:bold;}
.message ol{width:100%;float:left; margin-top:30px;}
.message ol li{float: left; width:49%; margin-bottom:20px; background:#fff; border:1px solid #e6e6e6;}
.message ol li:nth-child(2n){float:right;}
.message ol li:nth-child(6){float:left;}
.message ol li:nth-child(7){float:right;}
.message ol li input{width:100%; height:50px;  background:none; border:none; color:#999; padding:0 15px; outline:none; -webkit-appearance:none;}
.message ol li textarea{padding:10px 15px; width:100%; height:180px; border:none; background:none; color:#999; outline:none; -webkit-appearance: none;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; cursor:pointer;}
.message ol li .btn{background:#00a9e5;}
.message ol li .btn2{background:#999; color:#fff;}

/**客户留言代码 End**/

.contact2{width:100%; float:left; margin-top:40px;}
.contact2 h2{font-size:24px; font-weight:bold; color:#00a9e5; text-align:center; margin:0;}
.contact2 p.en{text-transform:uppercase; text-align:center; margin:0 0 40px; color:#999; font-family:Arial;}
.contact2 li{width:32%; float:left; margin-right:2%; text-align:center;}
.contact2 li:last-of-type{margin-right:0;}
.contact2 ul{overflow:hidden; margin-bottom:80px; border:2px solid #eee; padding:40px 0; border-width:2px 0;}
.contact2 li h3{font-size:16px; font-weight:bold; color:#000;}
.contact2 li p{margin:5px 0;}

.contact3{width:100%; float:left; position:relative; overflow:visible;}
.map{position: relative; bottom:0; z-index:99;}
.look-map{position:absolute; top:-25px; height:50px; width:300px; line-height:50px; color:#fff; padding-left:107px; background:url(../images/bz.png) no-repeat 83px center #00a9e5; font-size:14px; display:inline-block; left:50%; margin-left:-150px; border-radius:24px; z-index:9; transition:all .5s; z-index:100;}
.look-map:hover{color:#fff; background-color:#000;}
.look-map:visited, .look-map:focus{color: #fff;}

/**联系我们代码 End**/

.map_ul{width:100%; float:left; margin-top:20px;}
.map_ul li{display:block; width:100%; padding-bottom:20px; margin:20px 10px 0 0; display:inline; border-bottom:1px solid #e6e6e6;float:left;}
.map_ul li a{font-size:16px; font-weight:bold; float:left; width:100%; line-height:24px; color:#000;}
.map_ul li a:hover{color:#00a9e5;}
.map_ul .list-inline{display:block; width:100%; min-height:30px;}
.map_ul .list-inline li{height:32px; line-height:32px; border-bottom:0; text-align:center; width:auto; padding:0px;}
.map_ul .list-inline li a{font-weight:normal; display:block; line-height:32px; display:inline-block; border:1px solid #dcdcdc; width:auto; padding:0 10px; font-size:15px; color:#666; border-radius:5px;}
.map_ul .list-inline li a:hover{background:#00a9e5; color:#fff; border:1px solid #00a9e5;}

/**网站地图代码 End**/