﻿*{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:#00a29a; 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:100px; margin:auto; background:#fff; position:fixed; top:0; left:0; right:0; z-index:9999; -webkit-transition:0.3s; transition:0.3s; box-shadow:-20px 20px 30px 0px rgba(158,158,158,.3);}
.w1400{width:95%; max-width:1400px; margin:auto;}
.logo{float:left; margin-top:20px;}
/* 首页导航栏目部分 */
.headNav{margin-left:4%; float:left;}
.headNav .menu1>li{float:left;}
.headNav .menu1>li>a{display:block; height:100px; line-height:100px; font-size:18px; color:#000; margin:0 30px; transition:all .5s; position:relative;}
.headNav .menu1>li>a:after{position:absolute; content:""; width:0; bottom:0; left:50%; height:3px; background-color:#00a29a; transition:all .5s;}
.headNav .menu1>li>a:hover, .headNav .menu1>li>.current{color:#00a29a}
.headNav .menu1>li>a:hover:after,.headNav .menu1>li>.current:after{width:100%; left:0;}
.headNav .menu1>li:last-child>a{margin-right:0;}
.headNav .menu2{left:0; right:0; background:#fff; position:absolute; background:rgba(255,255,255,.9); padding:40px; box-shadow:0 0 6px #999; z-index:10; display:none;}
.headNav .menu2 .menuWrap{width:1200px; margin:0 auto;}
.headNav .menu2 img{float:left; width:30%; margin-right:5%;}
.headNav .menu2 .menulist{float:right; width:65%;}
.headNav .menu2 .menulist>li{width:48.5%; margin-right:3%; float:left;}
.headNav .menu2 .menulist>li:nth-child(2n){margin-right:0;}
.headNav .menu2 .menulist>li>a{color:#333; display: block; border-bottom: solid 1px #e6e8ea; text-align:left; line-height:40px; font-size:15px; background: url(../images/ly_li.png) left no-repeat; padding-left:15px; position:relative;}
.headNav .menu2 .menulist>li:hover>a{color:#00a29a;}
.headNav .menu2 .menulist>li a:after{content:""; position:absolute; left:0; width:0; transition:all .5s; bottom:-1px; height:1px; background:#00a29a;}
.headNav .menu2 .menulist>li a:hover:after{width:100%;}

.top_r{float:right; margin-top:35px; position:relative;}
.top_rlg{float:left; font-size:16px; color:#000; background:url(../images/top_rlg.jpg) no-repeat left center; padding-left:30px; line-height:30px;}
.in_search{float:right; margin-left:20px; vertical-align:middle;}
.search_icon{display:block; width:21px; height:20px; background: url(../images/fdj.jpg) no-repeat center center; margin-top:5px;}
.in_search{float:left;}
.in_search .search_box{position:absolute; overflow:hidden; top:65px; width:300px; right:0; background-color:#fff; padding:20px 15px; display:none; border-bottom:1px solid #e6e6e6;}
.in_search .search_box input{display:block; height:40px; line-height:40px; font-size:14px; }
.in_search .search_box .search_txt{width:80%; text-indent:10px; display:block; float:left; border:1px solid #e6e6e6; border-right-color:#00a29a;}
.in_search .search_box .search_txt::-webkit-input-placeholder{/* WebKit browsers */ color:#999;}
.in_search .search_box .search_txt:-moz-placeholder{/* Mozilla Firefox 4 to 18 */ color:#999;}
.in_search .search_box .search_txt::-moz-placeholder{/* Mozilla Firefox 19+ */ color:#999;}
.in_search .search_box .search_txt:-ms-input-placeholder{/* Internet Explorer 10+ */ color:#999;}
.in_search .search_box .search_btn {width:20%; z-index:2; color:#fff; display:block; background-color:#00a29a; -webkit-transition: all .3s; -o-transition: all .3s; -moz-transition: all .3s; transition: all .3s; float: left;}

/* 首页焦点图部分 */
.flexslider{width:100%; height:100%; position:relative; overflow:hidden; margin-top:100px;}
.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);-webkit-transition:all 5.0s linear; transition:all 5.0s linear;}
.flex-control-nav{position:absolute;bottom:60px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block; width:60px; height:2px; margin:0 5px;}
.flex-control-nav a{display:inline-block; width:60px; height:2px; line-height:45px; overflow:hidden; background:#fff; cursor:pointer;}
.flex-control-nav .flex-active{background:#00a29a;}
.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;}
.flex-direction-nav li a.flex-prev{left:100px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-prev:hover{background:rgba(37,158,152,.5) url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:100px;background:url(../images/next.png) center center no-repeat;}
.flex-direction-nav li a.flex-next:hover{background:rgba(37,158,152,.5) url(../images/next.png) center center no-repeat;}
.phxia,.banner,.sj{display:none!important;}

/* 首页应用领域部分 */
.in_yyly{width:95%; max-width:1400px; margin:60px auto 0;}
.in_title{width:100%; float:left; text-align:center;}
.in_title h2{font-size:30px; line-height:30px; font-weight:bold; color:#000;}
.in_title h2::after{content:""; display:block; width:40px; height:3px; background:#00a29a; margin:20px auto 0;}
.in_title h2 a{color:#000;}
.in_title h2 a:hover{color:#00a29a;}
.in_yylynr{width:100%; float:left; margin-top:40px; position:relative;}
.in_yyly_img{width:100%; margin:auto; overflow:hidden;}
.in_yyly_img ul{width:10000%; position:relative;}
.in_yyly_img ul li{width:0.31%; float:left; margin:0 0.0333% 20px 0; position:relative; background:#fff; -webkit-transition:all .4s; transition:all .4s; border: 1px solid #ddd;}
.in_yyly_img ul li:hover{border-color:#00a29a; box-shadow:0 5px 15px #ddd;}
.in_yyly_img ul li .pic{width:100%; float:left; overflow:hidden;}
.in_yyly_img ul li .pic img{width:100%; display:block;-webkit-transition:all .3s; transition:all .3s;}
.in_yyly_img ul li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.in_yyly_img ul li .text{width:100%; float:left; /*border:1px solid #ddd;*/ text-align:center; border-top:none; padding:20px 30px;}
.in_yyly_img ul li .text h3{font-size:24px; line-height:24px; font-weight:bold; color:#333; }
.in_yyly_img ul li .text h3::after{content:""; display:block; width:40px; height:2px; margin:20px auto 0; background:#00a29a;}
.in_yyly_img ul li a .text h3{color:#333;}
.in_yyly_img ul li a:hover .text h3{color:#00a29a;}
.in_yyly_img ul li .text p{margin-top:10px; line-height:28px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical;}

.in_yyly_l,.in_yyly_r{position:absolute; top:50%; margin-top:-20px; width:36px; height:39px; transition:0.3s; cursor:pointer; overflow:hidden;}
.in_yyly_l{left:-76px; background:url(../images/left.jpg) center no-repeat;}
.in_yyly_l:hover,.in_yyly_l:hover{background:url(../images/lefth.jpg) center no-repeat;}
.in_yyly_r{right:-76px; background:url(../images/right.jpg) center no-repeat;}
.in_yyly_r:hover,.in_yyly_r:hover{background:url(../images/righth.jpg) center no-repeat;}







/* 首页产品展示 */

.main_probg{width:100%; background: #f2f2f2; padding:60px 0px;  overflow:hidden;}
.main_pro{width:1200px; margin:auto;}
.main_pro_tit{width:744px; height:34px; margin:auto;  padding-top:64px; text-align:center;}
.main_pro_tit h1{font-size:36px; color:#00728d; line-height:30px;} 
.main_pro_tit h1 a,.main_about_tit a{color:#00a29a;} 
.main_pro_tit h1 a:hover,.main_about_tit a:hover{color:#e65700;}
.main_pro_list{width:1200px; margin:50px auto 0;}
.main_pro_list li{width:23%; float:left; margin-right:2%;}
.main_pro_list li:nth-child(6n){margin-right:0;}
.main_pro_list li a{width:100%; padding:8px 0; float:left; background:#fff; border:1px solid #d6d6d6; text-align:center; font-size:16px; color:#787876;}
.main_pro_list li a span{font-size:14px; font-family:Arial; float:left; text-transform:uppercase; width:100%;}
.main_pro_list li a:hover,.main_pro_list li a.on{display:block; background:#00a29a; color:#fff; border:1px solid #07948d;}

.main_pro_img{width:100%; margin:44px auto 0;}
.main_pro_img li{width:295px; height:320px; float:left; margin:6px 6px 0 0; padding:40px 0; background:#ececec; overflow:hidden;}
.main_pro_img li:nth-child(4n){margin-right:0;}
.main_pro_img li .pic{width:230px; margin:auto;}
.main_pro_img li .pic img{width:100%; display:block;}
.main_pro_img li .wz{width:100%; margin:20px auto 0; text-align:center;}
.main_pro_img li .wz_tit{font-size:18px; color:#787876;}
.main_pro_img li .wz_more{width:98px; height:23px; line-height:23px; margin:10px auto 0; font-family:Arial; text-transform:uppercase; color:#787876; text-align:center; border:1px solid #787876;}
.main_pro_img li:hover{display:block; background:#fff; -moz-box-shadow:0px 1px 10px #d6d6d6; -webkit-box-shadow:0px 1px 10px #d6d6d6; box-shadow:0px 1px 10px #d6d6d6;}
.main_pro_img li a:hover .wz_tit{color:#00728d;}
.main_pro_img li a:hover .wz_more{border:1px solid #00728d; color:#00728d;}



/* 首页产品展示 */
















/* 首页关于佳安部分 */
.in_aboutbg{width:100%; margin:60px auto 0; background:url(../images/in_aboutbg.jpg) fixed  center center; background-size:cover; padding:80px 0; overflow:hidden;}
.in_title2{width:100%; float:left; text-align:center;}
.in_title2 h2{font-size:30px; line-height:30px; font-weight:bold; color:#fff;}
.in_title2 h2::after{content:""; display:block; width:40px; height:3px; background:#fff; margin:20px auto 0;}
.in_title2 h2 a{color:#fff;}
.in_title2 h2 a:hover{color:#00a29a;}
.in_about_text{width:100%; float:left; margin-top:40px; text-align:center; font-size:16px; line-height:40px; color:#fff;}
.in_about_btn{width:180px; height:52px; line-height:52px; margin:40px auto 0; position:relative; text-align:center; overflow:hidden; }
.in_about_btn a{font-size:16px; display:block;}
.in_about_btn:hover a{color:#fff;}
.in_about_btn a:after{content:""; position:absolute; left:0; top:0; width:100%; height:2px; background:#fff;}
.in_about_btn a:before{content:""; position:absolute; left:0; bottom:0; width:100%; height:2px; background:#fff;}
.in_about_btn:after{content:""; position:absolute; left:0; top:0; width:2px; height:100%; background:#fff; z-index:2; transition:all .6s cubic-bezier(.645,.045,.355,1); -webkit-transition:all .6s cubic-bezier(.645,.045,.355,1);}
.in_about_btn:before{content:""; position:absolute; right:0; top:0; width:2px; height:100%; background:#fff; transition:all .6s cubic-bezier(.645,.045,.355,1); -webkit-transition:all .6s cubic-bezier(.645,.045,.355,1);}
.in_about_btn a{position:relative; z-index:3; color:#fff; transition:all .6s cubic-bezier(.645,.045,.355,1); -webkit-transition:all .6s cubic-bezier(.645,.045,.355,1);}
.in_about_btn:hover:after{width:100%; background:#00a29a;}
.in_about_btn:hover:before{width:100%; background:#00a29a;}
.in_about_btn:hover a:after{background:#00a29a;}
.in_about_btn:hover a:before{background:#00a29a;}

/* 首页关于佳安参数部分 */
.in_about_canshu{width:100%; margin:80px auto 0;}
.in_about_canshu li{width:31.333%; float:left; margin:0 3% 0 0; text-align:center;}
.in_about_canshu li:nth-child(3n){margin-right:0;}
.in_about_canshu li .tubiao{width:100px; margin:auto;}
.in_about_canshu li .shuzi{width:100%; margin:20px auto 0; display:flex; justify-content:center;}
.in_about_canshu li .shuzi h3{font-size:48px; line-height:48px; font-weight:bold; color:#fff; float:left;}
.in_about_canshu li .shuzi em{vertical-align:middle; font-size:30px; margin-left:10px; color:#fff; float:left;}
.in_about_canshu li .txt{width:100%; margin:10px auto 0; font-size:16px; line-height:30px; color:#fff;}

/* 首页新闻资讯部分 */
.in_news{width:95%; max-width:1400px; margin:60px auto 0;}
.in_newsnr{width:100%; margin:60px auto 0; position:relative;}
.in_news_img{width:100%; margin:auto; overflow:hidden;}
.in_news_img ul{width:10000%; position:relative;}
.in_news_img ul li{width:0.31%; float:left; position:relative; margin:0 0.0333% 20px 0; box-shadow:0 0 10px 2px #e6e6e6;}
.in_news_img ul li .news-img{width:100%; overflow:hidden;}
.in_news_img ul li .news-img img{width:100%; object-fit:cover; -webkit-transition: all 1s ease; transition: all 1s ease;}
.in_news_img ul li .news-wd{width:100%; padding:20px 20px 40px 20px; position:relative; z-index:2;}
.in_news_img ul li .news-wdtit{width:100%; position:relative;}
.in_news_img ul li .news-wdtit h3{font-size:16px; font-weight:bold; color:#000; line-height:30px; transition: all .4s ease; position:relative; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.in_news_img ul li .news-wdtit i{width:0; height:6px; position:absolute; top:-38px; left:-30px;background:#fff; transition:all .4s ease; opacity:0;}
.in_news_img ul li .news-wddes{width:100%; border-top:2px solid #eee; margin-top:10px; transition:all .4s ease;}
.in_news_img ul li .news-wddes p{width:100%; margin-top:10px; font-size:14px; line-height:28px; color:#888; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; transition:all .4s ease;}
.in_news_img ul li .news-wddes h4{width:100%; display:block; margin-top:10px;}
.in_news_img ul li .news-wddes h4 i{float:left; background:url(../images/in_news_sjtb.png) no-repeat left center; padding-left:25px; font-style:normal;}
.in_news_img ul li .news-wddes h4 span{float:right; width:22px; height:12px; margin-top:6px; background:url(../images/in_news_xjt.png) no-repeat center; transition: all .4s ease;}
.in_news_img ul li .news-sd{position:absolute; z-index:1; width:100%; height:100%; left:0; bottom:0; background:url(../images/in_news_tbg.png) repeat-x left bottom;opacity:0; transition:all .3s ease;}
.in_news_img ul li a:hover .news-sd{opacity:1;}
.in_news_img ul li a:hover .news-wdtit h3{transform:translateY(-12px); color:#fff;}
.in_news_img ul li a:hover .news-wddes{border-top-color:#fff;}
.in_news_img ul li a:hover .news-wddes p{color:#fff;}
.in_news_img ul li a:hover .news-wddes h4 i{background:url(../images/in_news_sjtbh.png) no-repeat left center; color:#fff;}
.in_news_img ul li a:hover .news-wddes h4 span{background-image:url(../images/in_news_xjth.png);}
.in_news_img ul li a:hover .news-wdtit i{width:68px; opacity:1; transform:translateY(-12px);}
.in_news_img ul li a:hover .news-img img{-webkit-transform:scale(1.04); transform:scale(1.04);}

.in_news_l,.in_news_r{position:absolute; top:50%; margin-top:-26px; width:52px; height:52px; transition:all .3s; transition:all .3s; cursor:pointer; overflow:hidden;}
.in_news_l{left:-76px; background:url(../images/left.jpg) center no-repeat;}
.in_news_l:hover{background:url(../images/lefth.jpg) center no-repeat;}
.in_news_r{right:-76px; background:url(../images/right.jpg) center no-repeat;}
.in_news_r:hover{background:url(../images/righth.jpg) center no-repeat;}

/* 首页底部信息部分 */
.footer{width:100%; margin:50px auto 0; background:#1c1a1b; border-top:10px solid #00a29a; padding:50px 0 30px; overflow:hidden;}
.foot_list{width:65%; float:left;}
.foot_list ul{width:20%; float:left; margin-right:4%; min-height:180px;}
.foot_list ul:nth-child(4n){margin-right:0;}
.foot_list ul li{width:100%; float:left;}
.foot_list ul li.foot_l_bt a{color:#fff; font-size:16px; float:left; font-weight:bold; margin-bottom:10px;}
.foot_list ul li.foot_l_bt.on{background:url(../images/img-74.png) no-repeat right center; background-size:16px;}
.foot_list ul li a{line-height:30px; font-size:14px; color:#999; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.foot_list ul li a:hover{color:#00a29a;}

.foot_cont{width:22%; float:left;}
.foot_cont_dh{width:100%; float:left; font-size:18px; color:#999;}
.foot_cont_dh span{display:block; font-size:30px; color:#fff; font-weight:bold; line-height:30px; margin-top:5px;}
.foot_cont_txt{width:100%; float:left; font-size:14px; color:#999; line-height:30px; margin-top:10px;}
.foot_cont_txt a{color:#999;}
.foot_cont_tit a:hover,.foot_cont_txt a:hover{color:#00a29a;}

.foot_ewm{width:10%; float:right; text-align:center;}
.foot_ewm img{width:100%; display:block;}
.foot_ewm p{margin-top:10px; color:#999;}

/* 底部版权部分 */
.copy_bg{width:100%; margin:60px auto 0; background:url(../images/copy_fgx.jpg) repeat-x; padding-top:20px;} 
.copy{width:95%; max-width:1400px; margin:auto; font-size:14px; text-align:center; color:#666; line-height:30px;}


/*右侧浮动*/
.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:#00a29a; 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:#00a29a; border-color: #00a29a; color: #fff; margin: 10px 0 7px;}
.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:#00a29a; border-color:#00a29a;}
.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:#00a29a; 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:#00a29a; 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:#00a29a;}
.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:#00a29a; 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:#00a29a; 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:100px auto 0; position:relative; overflow:hidden;}
.ny_bn img{width:100%; position:absolute; left:50%; top:0; margin-left:-50%;}

.listMenu{width:100%; padding:20px 0; background:#fff; border-bottom:1px solid #e6e6e6;}
.listMenu .menu{width:70%; float:left; overflow:hidden;}
.listMenu .menu li{float:left; font-size:16px; color:#333; margin-right:40px; position:relative;}
.listMenu .menu li a:after{content:""; display:block; position:absolute; left:0; bottom:0; width:0; height:1px; -webkit-transition:all .4s; transition:all .4s; background:#00a29a;}
.listMenu .menu li a{color:#333; line-height:40px;}
.listMenu .menu li a:hover,.listMenu .menu li a.cur{color:#00a29a;}
.listMenu .menu li a:hover:after,.listMenu .menu li a.cur:after{width:100%;}

.listMenu_tit{float:right; background:url(../images/dw.png) no-repeat left center; padding-left:25px; margin-top:5px;}
.listMenu_tit a{padding:0 5px; line-height:30px;}
.listMenu_tit span{color:#00a29a; font-weight:bold; margin-left:5px;}

.ny_main{width:95%; max-width:1400px; margin:60px auto;}
.ny_title{width:100%; float:left; text-align:center;}
.ny_title h2{font-size:30px; line-height:30px; color:#000;}
.ny_title h2::after{content:""; display:block; width:40px; height:3px; background:#00a29a; margin:20px auto 0;}
.ny_title h2 a{color:#000;}
.ny_title h2 a:hover{color:#00a29a;}
.ny_text{width:100%; float:left; font-size:16px; line-height:32px; margin-top:5px;}
.m30{margin-top:30px;}
.f18{font-size:18px; color:#00a29a; font-weight:bold;}
.f16{font-size:16px; color:#000; font-weight:bold;}

/* 内页发展历程部分 */
.fzlc_box{width:100%; float:left;}
.fzlc_box .tit{font-size:30px; line-height:30px; font-weight:bold; color:#000; text-align:center}
.fzlc_box .tit:after{content:"";background-color:#00a29a;display:block;height:5px;width:52px;margin-top:15px;margin-right:auto;margin-left:auto}
.fzlc_box .box{margin-top:60px}
.fzlc_box .box ul li{display:block;padding-top:30px;padding-bottom:30px;position:relative;padding-left:50%;padding-right:24px; cursor:pointer;}
.fzlc_box .box ul li:before{content:"";display:block;height:8px;width:8px;margin-top:-7px;margin-left:-7px;border:5px solid #e3e3e3;position:absolute;left:50%;top:50%;right:50%;bottom:50%;border-radius:50%;background-color:#fff;z-index:2;-webkit-transition:all .3s;transition:all .3s}
.fzlc_box .box ul li:hover:before{border:5px solid #00a29a}
.fzlc_box .box ul li:nth-child(1):after{top:50%}
.fzlc_box .box ul li:after{content:"";background-color:#e3e3e3;width:3px;margin-left:0;position:absolute;left:50%;top:0;right:50%;bottom:0;display:block}
.fzlc_box .box ul li .tubiao{text-align:right;position:absolute;height:75px;width:50%;left:-10px;top:0;}
.fzlc_box .box ul li .tubiao img{width:75px; height:75px;}
.fzlc_box .box ul li .date{text-align:right;position:absolute;height:20px;width:50%;left:0;top:65%;bottom:50%;margin-top:-10px;font-size:22px;font-weight:700;padding-right:20px;-webkit-transition:all .3s;transition:all .3s}
.fzlc_box .box ul li:hover .date{color:#00a29a}
.fzlc_box .box ul li .text{padding-left:34px;position:relative;font-size:16px;}
.fzlc_box .box ul li:nth-child(2n) .tubiao{left:100px;}
.fzlc_box .box ul li:nth-child(2n) .date{left:auto;right:0;text-align:left;padding-left:20px;padding-right:auto}
.fzlc_box .box ul li:nth-child(2n){padding-right:50%;padding-left:auto;padding-right:auto;padding-left:24px;text-align:right}
.fzlc_box .box ul li:nth-child(2n) .text{padding-left:auto;padding-right:34px}
.fzlc_box .box ul li:nth-child(2n) .text:before{left:auto;right:30px}
.fzlc_box .box ul li .text:before{content:"";background-color:#e3e3e3;display:block;height:20px;width:20px;margin-top:-10px;position:absolute;left:30px;top:50%;bottom:50%;transform:rotate(45deg);-webkit-transition:all .3s;transition:all .3s}
.fzlc_box .box ul li:hover .text:before{background-color:#00a29a}
.fzlc_box .box ul li .text span{display:inline-block;padding:28px;background-color:#e3e3e3;border-radius:10px;position:relative;-webkit-transition:all .3s;transition:all .3s}
.fzlc_box .box ul li:hover .text span{background-color:#00a29a;color:#fff}

/* 内页荣誉资质部分 */
.honor_r_img{width:100%; float:left; margin-top:20px;}
.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 .pImg{display:block; width:245px; height:180px; padding:4px; border:1px solid #e3e3e3; background:#fff; display:table-cell;}
.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:#00a29a; 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;}

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

/* 内页企业品牌部分 */
.qypp_text{width:100%; float:left; margin:40px 0; line-height:30px; font-size:15px;}
.qypp_tit{width:100%; background:#fff; float:left; border-bottom:1px solid #ddd;}
.qypp_tit h3{width:180px; float:left; color:#fff; line-height:40px; font-size:18px; padding:10px 20px; background:#00a29a; text-align:center; font-weight:bold; position:relative;}
.qypp_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 #00a29a; border-bottom:none; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.qypp_list{width:100%; float:left; margin-top:40px;}
.qypp_list ul{margin-top:30px;}
.qypp_list ul li{width:31.333%; float:left; margin-right:3%; text-align:center;}
.qypp_list ul li:nth-child(3n){margin-right:0;}
.qypp_list ul li img{width:100%; display:block;}

/* 内页产品中心部分 */
.pro_img{width:100%; float:left; margin-top:20px;}
.pro_img li{width:23%; float:left; margin:40px 2% 0 0; overflow:hidden;}
.pro_img li:nth-child(4n){margin-right:0;}
.pro_img li figure{width:100%; overflow:hidden; margin:0;}
.pro_img li a{position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,162,154,.8); opacity:0; color:#fff;}
.pro_img li a:hover{opacity:1;}
.pro_img li i{background:url(../images/pro_tb.png) no-repeat; margin:5% auto 0; width:46px; height:46px; background-size:100%; display:block; transition: .7s;-moz-transition: .7s; -webkit-transition:.7s; -o-transition:.7s;}
.pro_img li a:hover i{-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform: rotate(360deg);}
.pro_img li h3{font-size:20px; font-weight:bold; line-height:30px; text-align:center; color:#fff; margin:22% auto 0;}
.pro_img li p{font-size:14px; padding:0 5%; color:#fff; text-transform:uppercase; margin-top:10px; text-align:center; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; line-clamp:4; -webkit-box-orient:vertical;}

.casezoom{width:100%; overflow:hidden; position:relative; display:inline-block}
.casezoom img{width:100%; display:block; transition: .7s; -webkit-transition: .7s;}
.casezoom:hover img{transform:scale(1.2); -webkit-transform:scale(1.2);}

.hover_line{width:100%; height:100%; background:transparent; left:0; top:0; cursor:pointer; position:absolute; opacity:1;-webkit-transition: all .8s ease-in-out;-moz-transition: all .8s ease-in-out;-ms-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;transition: all .8s ease-in-out}
.hover_line::before,.hover_line::after{position:absolute; top:12px; right:12px; z-index:1; bottom:12px; left:12px; content: ''; opacity: 0; -webkit-transition:opacity 0.8s, -webkit-transform 0.8s; transition:opacity 0.8s, transform 0.8s;}
.hover_line::before{border-top:1px solid; border-bottom:1px solid; -webkit-transform:scale(0,1); transform:scale(0,1); opacity:0;}
.hover_line::after{border-right:1px solid; border-left:1px solid; -webkit-transform:scale(1,0); transform:scale(1,0); opacity:0;}
.casezoom a:hover.hover_line::before,.casezoom a:hover.hover_line::after{opacity:1; -webkit-transform:scale(1); transform:scale(1);}
.hover_line::before,.hover_line::after{top:12px; right:12px; bottom:12px; left:12px}

/* 内页新闻资讯部分 */
.newsL{width:100%; float:left; margin-top:40px;}
.newsL li{margin:16px auto; padding:30px 0; -webkit-transition:all .2s linear;transition:all .2s linear;overflow: hidden;border-bottom:1px solid #f0f0f0;}
.newsL li:first-child{border-top:1px solid #f0f0f0;}
.newsL li .newsL-pic{width:25%; float:left; overflow:hidden;}
.newsL li .newsL-pic img{width:100%; display:block; -webkit-transition:all .5s; transition:all .5s;}
.newsL li:hover .newsL-pic img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.newsL li .newsL-note{width:60%; float:left; margin-left:3%; padding-top:20px;}
.newsL li .newsL-note h3{font-size:18px; font-weight:bold; color:#000;}
.newsL li .newsL-note h3 a{color:#000;}
.newsL li .newsL-note h3 a:hover{color: #00a29a;}
.newsL li .newsL-note p{color:#666;font-size:15px; margin:20px auto 30px; line-height:26px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; line-clamp:4; -webkit-box-orient:vertical;}
.newsL li .newsL-note a.more{color:#666;background:url(../images/icon_more.jpg) no-repeat left center;padding-left:35px;height:28px;display:inline-block;line-height:28px;}
.newsL li .newsL-note a.more:hover{color: #00a29a;}
.newsL li .newsL-date{width:10%; float:right; text-align:right; padding-top:30px;}
.newsL li .newsL-date span{color:#d7dcd8;font-size:40px;margin-bottom:20px;padding-bottom:10px;display:block;position: relative;}
.newsL li .newsL-date span:after{content:"";position:absolute;right:0;bottom:0px;width:30px;height:1px;background:#d7dadc;}
.newsL li .newsL-date p{font-size:18px;color:#d7dadc;}
.newsL li:hover{border-bottom:1px solid #00a29a;}
.newsL .pagination a,.caseL .pagination a,.file-Down .pagination a{border:1px solid #e5e5e5;}
.newsL .pagination a:hover,.caseL .pagination a:hover,.file-Down .pagination a:hover{border-color:#00a29a;}

.c_news{width:100%; float:left;}
.c_news_fl{width:75%; float:left;}
.c_news_fl .news-back{color:#00a29a;font-size:14px;border-bottom:1px solid #e5e5e5;margin-bottom:20px;padding-bottom:20px;}
.newsCon h2{font-size:24px; line-height:26px; color:#000;}
.newsCon .info{margin:25px auto 55px;margin-bottom:20px;padding-bottom:20px;color:#999;font-size:14px;}
.newsCon .date{float:left;}
.newsCon p{color:#666;line-height:28px;font-size:15px;}
.newsCon .content{width:100%; padding-top:60px; font-size:15px; line-height:30px;}
.newsCon .content img{max-width:100%; display:block; margin:20px auto;}
.newsCon .nShare{width:150px;float:left;height:20px;margin-left:10px;}
.nShare span{float:left;color:#999;position:relative;}
.nShare a{width:20px!important; height:20px!important; display:inline-block; background:url(../images/icon_share.png) no-repeat left center!important;padding:0px!important; margin:0px 5px!important;}
.nShare a.bds_weixin{background-position:left center!important;}
.nShare a.bds_tsina{background-position:-20px center!important;}
.nShare a.bds_more{background-position:-40px center!important;}
#bdshare_weixin_qrcode_dialog,#bdshare_weixin_qrcode_dialog *{box-sizing:content-box!important;}

.flip_page{width:100%; float:left; margin-top:40px; overflow:hidden; position:relative; border-top:1px solid #e5e5e5; padding-top:30px; font-size:15px;}
.flip_page .prev{margin-bottom:20px;}
.flip_page span{color:#00a29a; font-size:14px;}
.flip_page a:hover{color:#00a29a;}
.flip_page .back{margin-top:20px; font-size:16px; position:absolute; top:0; right:0;}

.c_news_fr{width:20%; float:right;}
.c_news_fr h2{font-size:24px; line-height:24px; color:#000;}
.hotnews li{margin-top:30px;}
.hotnews .hot-nimg{width:100%; overflow:hidden;}
.hotnews .hot-nimg img{width:100%; display:block; -webkit-transition:all .5s; transition:all .5s;}
.hotnews .hot-nimg img:hover{-webkit-transform:scale(1.1); transform:scale(1.1);}
.hotnews .note{width:100%;}
.hotnews .note h3{color:#666; margin-top:10px; line-height:28px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.hotnews li:hover .note h3{color:#00a29a;}
.hotnews .note p{color:#888; margin:10px 0; background:url(../images/in_news_sjtb.jpg) no-repeat left center; padding-left:30px;}

/* 内页客服中心部分 */
.report{width:100%; float:left; margin-top:20px;}
.report li{width:31.333%; float:left; margin:35px 3% 0 0; background:#f8f8f8; border:1px solid #e6e6e6; padding:30px; -webkit-transition:all .3s linear; transition:all .3s linear;}
.report li:nth-child(3n){margin-right:0;}
.report li p{margin-top:20px; padding-top:20px; border-top:1px solid #e6e6e6; line-height:32px; font-size:16px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical;}
.report li:hover p{color:#00a29a;}
.report li .more{overflow:hidden;}
.report li .date{float:left;}
.report li:hover .date{color:#999;}
.report li .mr{float:right; width:37px; height:16px; border-left:1px solid #e6e6e6; display:block; background:url(../images/more.png) no-repeat center right;}
.report li:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1); box-shadow:0 15px 30px rgba(0,0,0,.1); -webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0); cursor:pointer;}

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

/* 内页服务网络部分 */
.network_pic{width:100%; float:left; margin-top:40px;}
.network_list{width:100%; float:left;}
.network_list li{width:31.333%; min-height:200px; float:left; margin:40px 3% 0 0; background:#f8f8f8; border:1px solid #eee; padding:30px; -webkit-transition:all .3s linear; transition:all .3s linear;}
.network_list li:hover{-webkit-box-shadow:0 15px 30px rgba(0,0,0,.1); box-shadow:0 15px 30px rgba(0,0,0,.1); -webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0); cursor:pointer;}
.network_list li:nth-child(3n){margin-right:0;}
.network_list li .title{width:100%; float:left; border-bottom:1px solid #eee; padding-bottom:10px;}
.network_list li .title h3{font-size:16px; font-weight:bold; color:#000;}
.network_list li .text{width:100%; float:left; font-size:15px; line-height:30px; margin-top:10px;}

/* 内页下载中心部分 */
.shouce-list{width:100%; float:left; margin-top:20px;}
.shouce-list ul{list-style:none; text-align:left; margin-bottom:0; padding:0; border-bottom:none;}
.shouce-list li{width:32%; margin:40px 2% 0 0; float:left; background:#fff; transition:all .5s; -webkit-transition:all .5s;}
.shouce-list li:nth-child(3n){margin-right:0;}
.shouce-list li:hover{-webkit-transform:translateY(-5px); transform:translateY(-5px);}
.shouce-in{display:block; width:100%; border-radius:4px; border:1px solid #e6e6e6; background:#fff; position:relative; padding:40px 5% 50px 5%;}
.shouce-in:hover{box-shadow:0 3px 15px rgba(0,0,0,.3);}
.shouce-in h3{font-size:18px; color:#000; line-height:28px;}
.shouce-in p{font-size:14px; color:#999;line-height:24px; margin-top:10px;}
.shouce-in>span{display:block; width:82px; height:82px; position:absolute; right:20px; top:40px; text-align:center; line-height:82px;}
.shouce-in:hover>span img{display:none;}
.shouce-in:hover>span{background:url(../images/xiazai3.png) no-repeat center; background-size:100% 100%;}
.shouce-in>span em{display:none; font-size:14px; color:#000; text-align:center; width:82px; position:absolute; right:0; top:18px;}
.shouce-in:hover>span em{display:block;}

/* 内页人才招聘部分 */
.jobctit{background:#00a29a;height:80px;line-height:80px;font-size:18px;color:#fff;margin-top:60px;}
.jobctit span{display:inline-block; width:18%; text-align:center;}
.job-content{width:100%; float:left; margin-bottom:20px; background:#fff;}
.job-content dl{width:100%; float:left;}
.job-content dl dt{height:62px; line-height:62px; cursor:pointer; border-bottom:1px solid #e6e6e6; font-size:15px; display:block; overflow:hidden;}
.job-content span.job_cls{width:6%;}
.job-content dl dt .down{width:11px; height:60px; background:url(../images/dl.png) no-repeat center; display:block; margin:auto;}
.job-content dl dt.cur .down{background:url(../images/dlon.png) no-repeat center;}
.job-content dl dt span{float:left; width:18.3%; text-align:center; color:#666;}
.job-content dl dd{background:#f8f8f8; padding:25px; line-height:30px; font-size:15px; overflow:hidden;}
.job-content dl dd p{color:#666; margin-top:10px;}
.job-content dl dd p span{font-weight:bold; color:#00a29a; font-size:16px;}
.job-content dl dd .cont{width:100%; border-top:1px solid #e6e6e6; padding:10px 0 20px; margin:20px 0;}
.job-content dl dd .cont li{float:left; margin-right:3%; padding-left:30px;}
.job-content dl dd .cont li:nth-child(1){background:url(../images/dianhua.png) left no-repeat; background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(2){background:url(../images/dingwei.png) left no-repeat; background-size:25px 25px;}
.job-content dl dd .cont li:nth-child(3){background:url(../images/youxiang.png) left no-repeat; background-size:25px 25px;}

/* 内页联系我们部分 */
.cont_list{width:100%; float:left; margin-top:20px;}
.cont_list li{width:100%; float:left; min-height:260px; background:#fff; border:1px solid #e6e6e6; padding:30px; margin:40px 4% 0 0; box-shadow:0 3px 22px #e6e6e6;}
.cont_list li:nth-child(2n){margin-right:0;}
.cont_list li .title{width:100%; float:left; border-bottom:1px solid #e6e6e6; padding-bottom:20px; font-weight:bold; font-size:16px; color:#000;}
.cont_list li .text{width:100%; float:left; margin-top:20px; font-size:15px; line-height:30px;}
.map{width:100%; float:left; margin-top:60px;}
.map h3{font-size:24px; font-weight:bold; color:#000; line-height:30px; border-left:3px #00a29a solid; padding-left:25px; margin-bottom:40px;}

/* 内页在线留言部分 */
.message{width:100%; float:left; margin-top:60px; background:#f4f4f4; padding:40px; border-radius:5px; overflow:hidden;}
.message h2{text-align:center; color:#333; font-size:24px; font-weight:bold;}
.message ol{width:100%;float:left; margin-top:40px;}
.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; border:none;}
.message ol li:nth-child(7){float:right; border:none;}
.message ol li input{width:100%; height:42px; background:none; border:none; color:#999; padding:0 15px;}
.message ol li textarea{padding:15px; width:100%; height:200px; border:none; background:none; color:#999;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; border-radius:5px; cursor:pointer;}
.message ol li .btn{background:#00a29a;}
.message ol li .btn2{background:#005bac; color:#fff;}
.message input::-webkit-outer-spin-button,.message input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}
.message input::-moz-placeholder, textarea::-moz-placeholder{color: #999;}
.message input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #999;}
.message input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #999;}










/*产品详细页*/

.productss{width:100%;overflow: hidden; margin-top: 3%;}
.productss img{max-width: none !important;}
.promore_l{width:48%;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;}
.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:10px;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:5px;}
.spec-scroll .items{float:left;position:relative;width:80%;height:66px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:66px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6;padding:2px;width:57px;height:57px;}
.spec-scroll .items ul li img:hover{border:2px solid #c79f62;padding:1px;}
.pros_right{width:48%;float:right;overflow:hidden;}
.pros_right_top{overflow:hidden;border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden;font-size:24px;color:#333;padding-bottom:3%;}
.pros_right_top .pwz{overflow:hidden;font-size:16px;color:#333;line-height:25px;padding-bottom:3%;}
.proleft{font-size:14px;line-height:30px;margin:5% 0;}
.proleft .bt{font-size: 16px; font-weight: 600; color: #c79f62;}
.proleft p{font-size:14px;line-height:25px;}
.prorights{font-size:14px;line-height:30px;margin:2% 0; width: 68%; float: left; }
.prorights .bt{font-size: 16px; font-weight: 600; color: #c79f62;}
.prorights p{font-size:14px;line-height:25px; width: 48%; float: left; margin-right: 2%;}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.proleft_btn{width:100%;float:left;margin-top:3%;}
.proleft_btn li{width:150px;float:left;margin-right:10px;}
.proleft_btn li a{width:150px;height:40px;float:left;line-height:40px;text-align:center;font-size:16px;background:#eee;display:block;color: #333722}
.proleft_btn li span{float:left;padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#333;color:#fff;}
.tabs-basic{width:100%;margin-top:3%;float:left;}
/* The tabs*/.tabs-basic ul{list-style:none;text-align:left;margin:0;padding:0;border-bottom:1px solid #e6e6e6;background:#eee;}
.tabs-basic ul li{display:inline-block;margin-bottom:-1px;font-size:16px;text-transform:uppercase;}
.tabs-basic a{display:block;text-decoration:none;background:#333;border:1px solid transparent;padding:10px 40px;color: #fff}
.tabs-basic .tab-active{border-bottom:2px solid #00a29a;color:#fff;background:#00a29a;}
/* The content*/.tabs-basic .tabs-content-placeholder{overflow:hidden;margin:auto;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%;margin:auto;display: block;clear: both;}
.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:3%;}
.hot_pro2_tit{width:100%;height:45px;background:#f1f1f1;color:#333;line-height:45px;font-size:16px;padding:0 20px;border:1px solid #d6d6d6;box-sizing: border-box;}
.scrollleft2{width:100%;float:left;margin-top:20px;margin-bottom: 30px;}
.scrollleft2 li{width:200px;float:left;margin-right:20px;overflow:hidden;}
.scrollleft2 li img{width:99%;display:block;border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #c79f62;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block;width:100%;line-height:30px;margin-top:10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}


.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:33%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #246fb6;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#ed6d00;color:#fff;}
.pbtn a:nth-child(2){width:50%; background:#ed6d00;}



.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{ position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:50px;right:0; text-align:center;background:#00a29a;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px; width:150px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}


.PreveNext {border-top:1px #DEDEDE solid; margin:0px auto;width:100%;height:auto;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden; margin-top: 2%;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left;}
.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:45px;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#c79f62;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold;}
.relatedNews{margin:2% 0 0;overflow:hidden}
.relatedNews_font{font-size:13px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color: #666}
.relatedNews_font ul li a:hover{color: #c79f62}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}



/*产品详细面*/