﻿.container{max-width:1200px;}

/*网站公共样式*/
.clear{clear:both;overflow:hidden;}
.info-content{font-size:15px;line-height:2.5;margin:0 auto;max-width:1000px;}
a{color:#000;text-decoration:none;}                                            
a:hover{color:#03a083}
a:focus{color:#03a083}
a.btn-more{display:inline-block;width:140px;height:34px;line-height:34px;border:1px #CCC solid;color:#999;transition:all 0.5s ease;font-size:14px;transition:all 0.5s ease;text-align:center;margin:0px auto;margin-top:30px}
a.btn-more:hover{background:#40312f;border-color:#40312f;color:white;}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}

.back {transform: rotateY(-180deg);transform-style: preserve-3d;transition: ease-in-out 600ms;}
.ycxs{display:none;}

.logo img{max-width:100%;width:auto;}



/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.header2{background:#f4f4f4;text-align:right}
.header2 a{float:right;line-height:35px;margin:0 10px;}
.header2 .topss{float:right;width:25%;}
.header1 {padding:30px 0;}
.header1 .nav-toggle{display:none}
.header1 .nav{margin-top:15px;padding-left:100px;}
.nav > ul{float:left;}
.nav>ul>li{float:left;text-align:center;line-height:30px;}
.nav>ul>li>ul{position:absolute;}       
.nav>ul>li>a{padding:0px 11px;color:#000;display:block;margin:0 10px;border-radius:5px;}
.nav >ul>li.current >a,.nav >ul>li> a:hover{color:#FFF;background:#03a083;}
.nav li:hover> ul{display:block;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#89584B;}

.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#ad7669;display:none;position:absolute;left:-18%;z-index:2;width:150px} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
}

@media (max-width:1000px) /*手机端*/
{
.header2{display:none;}
.header1 .logo{line-height:60px;text-align:left;}
.header1 .logo img{height:auto;width:auto;max-width:250px;max-height:40px;}
.header1 .nav-toggle{position:absolute;right:0px;top:0px;font-size:20px;color:#000;min-width:60px;height:60px;line-height:60px;text-align:center;cursor:pointer;z-index:1;}
.header1 .nav-toggle.active{color:#ccc;}

.topcoms .col-xs-12{padding:0 0;}


.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:3.5;border-bottom: 1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.nav ul li.current > a{color:#5a342b;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
}


/*子栏目样式*/
.web_navs{margin:30px 0 0 0;}
.zlm_dhxl{position:absolute;top:12px;right:10px;display:none;cursor:pointer;}
.zlm_dhxl i{font-size:18px;color:#FFF;}
.sub-nav-box {clear: both;position: relative;}
.sub-nav-box .sub-nav-title{display:none;}
.sub-nav-box .sub-nav-title span{display:block;text-align:center}
.sub-nav-box .sub-nav-title .s0{font-size:30px;color:#FFF;background:#0384bb;padding:20px 0;}

.sub-nav-box .sub-nav{clear:both;text-align:left;width:100%;overflow:visible;background:#f6f6f6;}
.sub-nav-box .sub-nav li{width:auto;padding:0px;text-align:center;position:relative;display:inline-block;}
.sub-nav-box .sub-nav li a{display:block;line-height:45px;font-size:14px;color:#000;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";font-size:15px;}
.sub-nav-box .sub-nav li a:hover{color:#FFF;background:#00987a}
.sub-nav-box .sub-nav li ul{display:none;width:100%;}
.sub-nav-box .sub-nav li ul li{display:block;position:relative;}
.sub-nav-box .sub-nav li ul li ul{position:absolute;top:0px;left:100%;}

.positions{position:absolute;top:45px;left:0px;background:#FFF;border:1px solid #DDD;z-index:100;}

.sub-nav-box li .arrow{display:none;position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.sub-nav-box .sub-nav li.current > a{color:#FFF;background:#00987a}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}



@media screen and (max-width:1000px) {
    .web_navs1{margin-top:20px;}
    .zlm_dhxl{display:block;}
    .sub-nav-box .sub-nav-title{display:block;}
    .sub-nav-box .sub-nav-title .s0{font-size:16px;color:#FFF;background:#00987a;padding:10px 0;text-align:left;padding-left:10px;}
    .sub-nav-box li .arrow{display:block;}
    .sub-nav-box .sub-nav{clear:both;text-align:left;width:100%;overflow:visible;background:#fafafa;margin:0 0 25px 0;}
    .sub-nav-box .sub-nav ul{display:none;}
    .sub-nav-box .sub-nav li{width:100%;padding:0px;text-align:left;position:relative;display:inline-block;}
    .sub-nav-box .sub-nav li a{padding-left:20px;}
    .sub-nav-box .sub-nav li.active > ul{display:block}
}



/*当前位置*/
.web_wz_wc .web_dqwz{border-bottom:1px solid #DDD;line-height:30px;background:url(images/Home1.png) no-repeat 10px 15px;padding-left:35px;}
.zlm_lby_tit{margin:50px 0 10px 0;padding-left:70px;background:url(images/mktitbg.jpg) no-repeat left 8px;}
.zlm_lby_tit span{display:block;text-align:left}
.zlm_lby_tit span.s1{font-size:34px;font-weight:bold;}
.zlm_lby_tit span.s2{font-size:26px;}

@media screen and (max-width:1000px) {
    .web_wz_wc .web_dqwz{position:static;top:0px;left:0px;}

    .zlm_lby_tit{margin:20px 0 10px 0;padding-left:20px;background:url(images/mktitbg.jpg) no-repeat left 8px;}
    .zlm_lby_tit span{display:block;text-align:left}
    .zlm_lby_tit span.s1{font-size:20px;font-weight:bold;}
    .zlm_lby_tit span.s2{font-size:16px;}
}


/*首页_模块通用*/
.sy_mk{padding:70px 0;}
.sy_mk .sy_mk_tit{margin:10px 0;padding-left:70px;background:url(images/mktitbg.jpg) no-repeat left 8px;}
.sy_mk .sy_mk_tit span{display:block;text-align:left}
.sy_mk .sy_mk_tit span.s1{font-size:34px;font-weight:bold;}
.sy_mk .sy_mk_tit span.s2{font-size:26px;}
.sy_mk .sy_mk_com{margin-top:30px;}


@media screen and (max-width:1000px){
    .sy_mk .sy_mk_tit{margin:10px 0;padding-left:20px;background:url(images/mktitbg.jpg) no-repeat 10px 8px;}
    .sy_mk .sy_mk_tit span{display:block;text-align:left}
    .sy_mk .sy_mk_tit span.s1{font-size:22px;font-weight:bold;}
    .sy_mk .sy_mk_tit span.s2{font-size:16px;}
}


/*首页企业概况*/
.sy_qimk{margin:0 auto;max-width:1100px;}
.sy_qimk .qyjjcom{line-height:32px;}
.sy_qiye{margin-top:30px;padding:0 20px;}
.sy_qiye span{display:block;}
.sy_qiye span.s1{color: #555555;font-family: simsun;font-size: 54px;font-weight: bold;}
.sy_qiye .syqy1{padding-left:80px;background:url(images/o1.png) no-repeat left 20px;margin:10px 0;}
.sy_qiye .syqy2{padding-left:80px;background:url(images/o2.png) no-repeat left 20px;margin:10px 0;}
.sy_qiye .syqy3{padding-left:80px;background:url(images/o3.png) no-repeat left 20px;margin:10px 0;}

@media screen and (max-width:1000px){
    .sy_qiye span.s1{color: #555555;font-family: simsun;font-size: 34px;font-weight: bold;}
}


/*首页产业布局*/
.sy_chanye{background:#ebebeb}
.sy_chanye .col-xs-12,.sy_chanye .col-sm-4{padding:0 0 0 0;}
.sy_cy_com .cy_li_com{position:relative;overflow:hidden;}
.sy_cy_com .cy_li_com .imgs{}
.sy_cy_com .cy_li_com .imgs img{transition:all 1.2s ease}
.sy_cy_com .cy_li_com:hover .imgs img{transform:scale(1.1,1.1)}
.sy_cy_com .cy_li_com .tits{position:absolute;bottom:20px;left:20px;z-index:10;}
.sy_cy_com .cy_li_com .tits a{color:#FFF;font-size:18px;}
.sy_cy_com .cy_li_com .tits span{display:block;color:#FFF;}


/*首页我们的优势*/
.sy_youshi_com{position:relative;}
.sy_ysc_tit{margin:0 auto;max-width:480px;background:url(images/index.png) no-repeat center center;height:680px;text-align:center;padding-top:270px;}
.sy_ysc_tit span{display:block}
.sy_ysc_tit span.tit1{font-size:30px;font-weight:bold;line-height:45px; color:#000;}
.sy_ysc_tit span.tit2{font-size:30px;line-height:45px;}


.wp-buttons_content{margin:50px auto 0 auto;width:130px;height:130px;z-index:20;position:relative;}
.wp-buttons_content img{width:100px;}
.btnarea{width:40px;height:40px;left:45px;position:absolute;top:30px;left:45px;}
.btnarea img{width:40px;}
.videocom{position:fixed;top:30%;left:36%;max-width:600px;text-align:center;width:100%;z-index:1000;display:none;}
.guanbi{width:30px;height:30px;position:absolute;top:0px;left:0px;z-index:100;background:#000;color:#FFF;text-align:center;line-height:30px;cursor:pointer}


.sy_ysc_com1{position:absolute;top:10px;left:110px;background:url(images/10_8g3e.png) no-repeat right bottom;height:140px;padding-bottom:10px;}
.bg1s{background:url(images/y1.png) no-repeat 230px 15px;}
.sy_ysc_com2{position:absolute;top:260px;left:45px;background:url(images/20_1p09.png) no-repeat right bottom;height:120px;padding-bottom:10px;}
.sy_ysc_com2 .sy_yscc_l{padding-right:140px;}
.bg2s{background:url(images/y2.png) no-repeat 230px 15px;}
.sy_ysc_com3{position:absolute;top:510px;left:110px;background:url(images/30_15xv.png) no-repeat right bottom;height:110px;padding-bottom:10px;}
.bg3s{background:url(images/y3.png) no-repeat 230px 15px;}
.sy_ysc_com4{position:absolute;top:510px;right:120px;background:url(images/60_6a0e.png) no-repeat left bottom;height:110px;padding-bottom:10px;}
.bg4s{background:url(images/y6.png) no-repeat 110px 15px;}
.sy_ysc_com5{position:absolute;top:260px;right:45px;background:url(images/50_hdav.png) no-repeat left bottom;height:120px;padding-bottom:10px;}
.sy_ysc_com5 .sy_yscc_r{padding-left:140px;}
.bg5s{background:url(images/y5.png) no-repeat 80px 15px;}
.sy_ysc_com6{position:absolute;top:10px;right:120px;background:url(images/40_mgev.png) no-repeat left bottom;height:140px;padding-bottom:10px;}
.bg6s{background:url(images/y4.png) no-repeat 110px 15px;}
.sy_yscc span{display:block;}
.sy_yscc span.s1{font-size:24px;font-weight:bold;line-height:35px;color:#000}
.sy_yscc span.s2{line-height:35px;}
.sy_yscc_l{padding-right:180px;}
.sy_yscc_l span{text-align:right}
.sy_yscc_r{padding-left:170px;}
.sy_yscc_r span{text-align:left}


@media screen and (max-width:1000px){
    .sy_youshi_com{position:relative;}
    .sy_ysc_tit{margin:0 auto;max-width:480px;background:none;height:auto;text-align:center;padding-top:20px;}
    .sy_ysc_tit span{display:block}
    .sy_ysc_tit span.tit1{font-size:30px;font-weight:bold;line-height:45px; color:#000;}
    .sy_ysc_tit span.tit2{font-size:30px;line-height:45px;}

    .wp-buttons_content{margin:20px auto 0 auto;width:130px;height:130px;z-index:20;position:relative;}
    .videocom{position:fixed;top:30%;left:0%;max-width:600px;text-align:center;width:100%;z-index:1000;display:none;}

    .sy_ysc_com1{position:static;top:0px;left:0px;background:none;height:auto;padding-bottom:10px;}
    .bg1s{background:url(images/y1.png) no-repeat 0px 15px;}
    .sy_ysc_com2{position:static;top:0px;left:0px;background:none;height:auto;padding-bottom:10px;}
    .sy_ysc_com2 .sy_yscc_l{padding-right:0px;}
    .bg2s{background:url(images/y2.png) no-repeat 0px 15px;}
    .sy_ysc_com3{position:static;top:0px;left:0px;background:none;height:auto;padding-bottom:10px;}
    .bg3s{background:url(images/y3.png) no-repeat 0px 15px;}
    .sy_ysc_com4{position:static;top:0px;right:0px;background:none;height:auto;padding-bottom:10px;}
    .bg4s{background:url(images/y6.png) no-repeat 0px 15px;}
    .sy_ysc_com5{position:static;top:0px;right:0px;background:none;height:auto;padding-bottom:10px;}
    .sy_ysc_com5 .sy_yscc_r{padding-left:50px;}
    .bg5s{background:url(images/y5.png) no-repeat 0px 15px;}
    .sy_ysc_com6{position:static;top:0px;right:0px;background:none;height:auto;padding-bottom:10px;}
    .bg6s{background:url(images/y4.png) no-repeat 0px 15px;}
    .sy_yscc span{display:block;}
    .sy_yscc span.s1{font-size:24px;font-weight:bold;line-height:35px;color:#000}
    .sy_yscc span.s2{line-height:35px;}
    .sy_yscc_l{padding-left:50px;padding-right:0px;}
    .sy_yscc_l span{text-align:left}
    .sy_yscc_r{padding-left:50px;padding-right:0px;}
    .sy_yscc_r span{text-align:left}
}


/*首页客户方案*/
.sy_kehu{background:url(images/khbg_akm6.jpg) no-repeat center center fixed;}
.sy_kehu .sy_kehubg{background:url(images/kh.png) no-repeat left top;padding-top:240px;}
.kh_li{margin-top:10px;margin-bottom:10px;}
.kh_li_com{height:400px;overflow:hidden;position:relative;}
.sy_kh_com{margin:20px 0;}
.kh_li_com .kh_lic_wz{padding:40px 20px;background:#f4f4f4;}
.kh_li_com .kh_lic_wz span{display:block;}
.kh_li_com .kh_lic_wz span.tits{font-size:18px;font-weight:bold;}
.kh_li_com .kh_lic_wz span.coms{margin-top:10px;}
.kh_li_com .pics{position:absolute;top:150px;left:0px;width:100%;}

@media screen and (max-width:1000px){
    .sy_kehu{background:none;}
    .sy_kehu .sy_kehubg{background:none;padding-top:0px;}
}



/*首页客户案例*/
.sy_kehuanli{background:#f4f4f4;}
.sy_kehuanli .alli{height:50px;text-align:center;padding:0 30px;margin:30px 0;}
.sy_kehuanli .alli img{height:100%;width:auto;max-width:100%;}


/*首页新闻资讯*/
.mk_news{margin:0 auto;max-width:1120px;}
.news_date_li{}
.news_date_li .titles{font-weight:bold;font-size:16px;min-height:60px;line-height:30px;display:block}
.news_date_li span {display: block;}
.news_date_li .date{line-height:30px;margin:10px 0;}
.news_date_li .coms{line-height:30px;margin:10px 0;min-height:90px;}
.mk_news_com{margin:30px 0;}
.mk_news_com .mores1{width:120px;height:40px;line-height:40px;display:block;text-align:center;border:1px solid #00987a;color:#00987a;border-radius:5px;margin-top:20px;}
.mk_news_com .mores2{width:120px;height:40px;line-height:40px;display:block;text-align:center;border:1px solid #0085c7;color:#0085c7;border-radius:5px;margin-top:20px;}
.mk_news_com .mores3{width:120px;height:40px;line-height:40px;display:block;text-align:center;border:1px solid #e63c00;color:#e63c00;border-radius:5px;margin-top:20px;}


@media screen and (max-width:750px) {
    .sy_mk_a{text-align:left}
}


.zlm_qywh{background:#F4f4f4}
.zlm_rongyu{background:#F4f4f4}


/*子栏目_企业概括_发展历程*/
.zlm_fzlc{position:relative;background:url(images/lc1.png) no-repeat center center;height:600px;}
.fazhan1{position:absolute;bottom:68px;left:140px;}
.fazhan1 span{display:block;text-align:center;max-width:200px;font-size:16px;}
.fazhan1 span.s2{margin:10px 0;}
.fazhan1 span.s2 img{width:20px;height:20px;}
.fazhan2{position:absolute;bottom:117px;left:340px;}
.fazhan2 span{display:block;text-align:center;max-width:200px;font-size:16px;}
.fazhan2 span.s2{margin:10px 0;}
.fazhan2 span.s2 img{width:20px;height:20px;}
.fazhan3{position:absolute;bottom:238px;left:650px;}
.fazhan3 span{display:block;text-align:center;max-width:200px;font-size:16px;}
.fazhan3 span.s2{margin:10px 0;}
.fazhan3 span.s2 img{width:20px;height:20px;}
.fazhan4{position:absolute;top:144px;right:140px;}
.fazhan4 span{display:block;text-align:center;max-width:200px;font-size:16px;}
.fazhan4 span.s2{margin:10px 0;}
.fazhan4 span.s2 img{width:20px;height:20px;}


@media screen and (max-width:1000px){
    .zlm_fzlc{position:relative;background:none;height:auto;}
    .fazhan1{position:static;bottom:0px;left:0px;}
    .fazhan1 span{display:block;text-align:left;max-width:100%;font-size:16px;}
    .fazhan1 span.s2{margin:10px 0;display:none;}
    .fazhan1 span.s2 img{width:20px;height:20px;}
    .fazhan2{position:static;bottom:0px;left:0px;margin-top:10px;}
    .fazhan2 span{display:block;text-align:left;max-width:100%;font-size:16px;}
    .fazhan2 span.s2{margin:10px 0;display:none;}
    .fazhan2 span.s2 img{width:20px;height:20px;}
    .fazhan3{position:static;bottom:0px;left:0px;margin-top:10px;}
    .fazhan3 span{display:block;text-align:left;max-width:100%;font-size:16px;}
    .fazhan3 span.s2{margin:10px 0;display:none;}
    .fazhan3 span.s2 img{width:20px;height:20px;}
    .fazhan4{position:static;top:0px;right:0px;margin-top:10px;}
    .fazhan4 span{display:block;text-align:left;max-width:100%;font-size:16px;}
    .fazhan4 span.s2{margin:10px 0;display:none;}
    .fazhan4 span.s2 img{width:20px;height:20px;}
}



.marqueeleft {height: 236px;max-width: 1200px;overflow: hidden;margin: 0px auto;}
.marqueeleft ul{float:left;}
.marqueeleft li{float:left;margin:0 5px;display:inline;width:208px;height:233px;overflow:hidden;}
.marqueeleft li .pic{display:block;width:205px;height:204px;padding:2px;overflow:hidden;}
.marqueeleft li .pic img{height:100%;width:100%;}
.marqueeleft li .txt{text-align:center;height:23px;line-height:23px;margin-top:10px;}

@media screen and (max-width:1000px){
    .marqueeleft{height:180px;}
    .marqueeleft ul{float:left;}
    .marqueeleft li{float:left;margin:0 5px;display:inline;width:158px;height:183px;overflow:hidden;}
    .marqueeleft li .pic{display:block;width:155px;height:144px;padding:2px;overflow:hidden;}
    .marqueeleft li .pic img{height:100%;width:100%;}
    .marqueeleft li .txt{text-align:center;height:23px;line-height:23px;margin-top:10px;}
}





.web_wz_wc{border:20px solid #f4f4f4;}
.web_wz_wc .web_wzwc_com{padding:50px 100px;}

@media screen and (max-width:1000px) {
    .sy_mk{margin:0 10px;padding:40px 0;}
    .sy_mk_news .sy_new_lmtit a{padding:0 10px;}

    .web_wz_wc{border:5px solid #f4f4f4;}
    .web_wz_wc .web_wzwc_com{padding:10px 10px;}
}


/*职位招聘*/
.zlm_zp_mx{}
.zlm_zp_mx .zpxinxi{border:1px solid #DDD;margin:20px 0;}
.zlm_zp_mx .zpxinxi .zpxxli{}
.zlm_zp_mx .zpxinxi .zpxxli span{display:inline-block;line-height:35px;}
.zlm_zp_mx .zpxinxi .zpxxli .s1{width:25%;border:1px solid #DDD;text-align:center;background:#f4f4f4}
.zlm_zp_mx .zpxinxi .zpxxli .s2{width:75%;border:1px solid #DDD;padding-left:20px;}
.zlm_zp_mx .zpxinxi .zpxxli .s3{width:25%;border:1px solid #DDD;padding-left:20px;}


.zhaopinxinxi{}
.zhaopinxinxi .zpxqli{margin:10px 0;}
.zhaopinxinxi .zpxqli span{display:inline-block;}
.zhaopinxinxi .zpxqli span.s1{font-weight:bold}


.rencaiku{}
.rencaiku .rencaili{border:1px solid #DDD;clear:both;overflow:hidden;}
.rencaiku .rencaili span{float:left;line-height:35px;display:block}
.rencaiku .rencaili .s1{width:25%;border:1px solid #DDD;text-align:center;background:#f4f4f4}
.rencaiku .rencaili .s2{width:75%;border:1px solid #DDD;}
.rencaiku .rencaili .s2 img{max-width:300px;}
.rencaiku .rencaili .s3{width:25%;border:1px solid #DDD;padding-left:20px;}
.rencaiku .rencaili .s4{width:75%;border:1px solid #DDD;padding-left:20px;}

@media screen and (max-width:1000px){
    .rencaiku .rencaili .s1{width:100%;border:1px solid #DDD;text-align:left;background:#f4f4f4;padding-left:20px;}
    .rencaiku .rencaili .s2{width:100%;border:1px solid #DDD;}
    .rencaiku .rencaili .s2 img{max-width:300px;}
    .rencaiku .rencaili .s3{width:100%;border:1px solid #DDD;padding-left:20px;}
    .rencaiku .rencaili .s4{width:100%;border:1px solid #DDD;padding-left:20px;}
}



/*子栏目_联系我们*/
.lianxifs{margin:20px 0;clear:both;overflow:hidden}
.lianxifs span{display:block;}
.lianxifs span.s1{font-size:14px;font-weight:bold;color:#000}

@media screen and (max-width:1000px){
    .zlm_lianxi1{padding:40px 20px;}
}



/*子栏目_产品中心*/
.zlm_pro_mx{padding:10px 0;}
.zlm_pro_mx .zlm_pro_mxpic{padding:50px 0;text-align:left;margin:10px 0;}
.zlm_pro_mx .zlm_pro_mxpic .pro_pic{display:block;text-align:center}
.zlm_pro_mx .zlm_pro_mxpic .pro_pic img{max-height:240px;width:auto;max-width:100%;}
.zlm_pro_mx .zlm_pro_mxpic .pro_tit{}
.zlm_pro_mx .zlm_pro_mxpic .pro_tit span{display:block}
.zlm_pro_mx .zlm_pro_mxpic .pro_tit span.cptitbg{font-size:18px;color:#00b050;font-weight:bold}
.zlm_pro_mx .zlm_pro_mxpic .pro_tit span.coms{line-height:30px;}
.zlm_pro_mx .zlm_pro_mxpic .pro_tit .tit{line-height:35px;font-size:18px;font-weight:bold;}





/*子栏目_新闻资讯*/
.zlm_news_mxlist{line-height:25px;margin:20px 0;}
.zlm_news_mxlist span{display:block;font-size:12px;}
.zlm_news_mxlist .tits{line-height:35px;font-size:16px;}
.zlm_news_mxlist .coms{line-height:30px;}

.zlm_rencai_mxlist{line-height:25px;padding:5px 0px;}
.zlm_rencai_mxlist span{display:inline-block;font-size:12px;float:right;}

.news_lis{border-bottom:1px solid #DDD;margin:0 20px;position:relative;padding:20px 0 20px 80px;}
.news_lis_date{position:absolute;top:28px;left:0px;width:70px;height:70px;background:#03a083}
.news_lis_date span{display:block;text-align:center;color:#FFF;}
.news_lis_date span.s1{font-size:22px;font-weight:bold;line-height:40px;}
.news_lis_date span.s2{font-size:12px;line-height:30px;}
.news_lis .titles{line-height:30px;font-size:14px;font-weight:bold;}
.news_lis .coms{line-height:25px;display:block;font-size:13px;min-height:50px;}

@media screen and (max-width:1000px){
    .news_lis{margin:0 0;}
}

/*联系方式*/
.lxylianxifs{border-bottom:1px solid #DDD;padding:50px 0;}
.lxfs1{}
.lxfs1 span{display:block;text-align:center}
.lxfs1 span.s1 img{max-width:100px;}
.lxfs2{}
.lxfs2 span{display:block;line-height:35px;font-size:16px;}
.lxfs2 span.s1{font-weight:bold;}




/*图片组*/
.tupianz{max-width:500px;margin:0px auto;}



/*搜索*/
.sousuo{border:1px solid #f67f19;border-radius:34px;height:40px;margin:10px 0;clear:both;overflow:hidden;}
.shurukuang{height:40px;margin-left:5%;float:left;width:75%;}
.shurukuang input{height:40px;width:100%;border:none;}
.queren{float:left;width:20%;}
.queren .s-btn{height:40px;background:url(images/ssbg.png) no-repeat center center #f67f19;width:100%; border:none;}

.topsousuo{margin:2px 0 0 0;}
.topsousuo .xiala{float:left;width:20%;height:30px;border:1px solid #DDD;}
.topsousuo .shurukuang{float:left;width:59%;margin-left:0px;height:30px;}
.topsousuo .shurukuang input{height:30px;}
.topsousuo .queren{float:left;width:20%;}
.topsousuo .queren .s-btns{height:30px;background:url(images/ssbg.jpg) no-repeat center center #FFF;width:100%; border:1px solid #DDD;}


@media screen and (max-width:1000px){
    .topsousuo .xiala{float:left;width:100%;height:30px;border:1px solid #DDD;margin-bottom:10px;}
    .topsousuo .shurukuang{float:left;width:79%;margin-left:0px;height:30px;border:1px solid #DDD}
    .topsousuo .shurukuang input{height:28px;}
    .topsousuo .queren{float:left;width:20%;}
}

/*产品内容页样式*/
.pro_xinghao{margin:10px 0;}
.pro_xinghao span{display:inline-block;}
.pro_xinghao span.s1{font-weight:bold;}
.pro_jianjie{margin:10px 0;}
.pro_jianjie span{display:block;}
.pro_jianjie span.s1{font-weight:bold;}
#tabWarp {max-width: 100%;margin: 10px auto;}
#tabMenu {max-width: 100%;height: 35px;overflow: hidden;border-bottom: 1px solid #ccc; margin-top: 5px;}
#tabMenu ul li {width: 100px;float: left;list-style: none;font-size: 14px; line-height: 35px;height: 35px;text-align: center;color: #000; cursor: pointer;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-top: 1px solid #ccc; margin: 0px 5px;}
#tabMenu ul li.curent {font-size: 13px; background: #FBF5E1; font-weight: bold;color: #FF6600;}
#tabContent {width: 100%;padding: 10px; font-size: 12px;border:1px solid #DDD;margin-top:10px;}
#tabContent .hide {display: none;}
#tabContent img{width:auto;}




/*在线留言表单*/
.ui-validForm{padding-top:30px;}
.form-group::before,.form-group::after{content:"";display:table} 
.form-group::after{clear:both} 
.form-group{position:relative;padding:5px 0px;}
.form-group .control-label{position:absolute;left:0px;top:10px;}
.form-group .controls{padding-left:100px;}
.form-group .form-control{border:1px solid #DDD;height:32px;line-height:32px;width:100%;padding:2px 5px;font-size:14px;color:#666;transition:all .5s ease-in-out}
.form-group .form-control:focus{border-color:burlywood}
.form-group textarea.form-control{height:300px}
.form-group .help-block{display:block}
.btn{color:#fff;height:35px;width:100%;border-radius:5px;}
.btn:hover{color:#FFF;}
.form-group .controls-verificationCodeImage{position:relative;}
.form-group .lb_verificationCodeImage{position:absolute;display:inline-block;right:1px;top:35px;height:32px;overflow:hidden}
.form-group .lb_verificationCodeImages{position:absolute;display:inline-block;right:1px;top:5px;height:32px;overflow:hidden}
.form-group .lb_verificationCodeImage img{height:30px;}



.lianxifs{margin-top:10px;margin-bottom:30px;}
.lianxifs span{display:block;line-height:30px;}
.lianxifs span.s1{font-size:16px;}
.lianxifs .lianxifsli1{padding-left:70px;background:url(images/lx1.png) no-repeat left 5px;}
.lianxifs .lianxifsli2{padding-left:70px;background:url(images/lx2.png) no-repeat left 5px;}
.lianxifs .lianxifsli3{padding-left:70px;background:url(images/lx3.png) no-repeat left 5px;}


/*底部*/
.pctit{margin-left:10px;}
.dibu2{background:#002639}
.dibucom{margin:0 auto;width:100%;max-width:1200px;padding:50px 0;}
.dibucom .dblogo{text-align:center}
.dibucom .dblogo img{max-width:240px;}
.dblx{margin-top:30px;padding:0 20px;}
.dblx span{display:block;line-height:35px;color:#FFF;}
.dblx .dibulx1{padding-left:50px;background:url(images/Full1.png) no-repeat left 10px;margin:10px 0;}
.dblx .dibulx2{padding-left:50px;background:url(images/Full2.png) no-repeat left 10px;margin:10px 0;}
.dblx .dibulx3{padding-left:50px;background:url(images/Full3.png) no-repeat left 10px;margin:10px 0;}

.wpsidebar-fkf {position: fixed;right: 18px;top: 50%;transform: translate(0,-50%);z-index:9999;}
.fkf-item {position: relative;width: 50px;height: 50px;border: 1px solid #ccc;padding: 10px;background-color: #fff;margin-bottom: 6px;box-sizing: border-box;cursor: pointer;}
.fkf-item img { width: 30px; height: 30px;}
.fkf-cart>span { position: absolute; display: block; width: 24px; height: 24px; border-radius: 50%; background-color: #ff6600; color: #fff; left: -12px; top: -12px; text-align: center; line-height: 24px;}
.fkf-item-right{ position: absolute; right: 35px; padding-right: 25px; top: -15px; display: none;}
.fkf-item:hover .fkf-item-right { display: block;}
.fkf-item-right-content{ width: 430px; border: 1px solid #ccc;   border-top: 4px solid #ff6800;padding: 20px;padding-top: 15px;background-color: #fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position: relative; }
.fkf-item-right-content .arrow, .right-content-ewm .arrow {position: absolute;width: 20px;height: 20px;right: -15px;top: 23px;z-index: 20;}
.fkf-item-right-content-top {padding-bottom: 10px;padding-top: 10px;padding-left: 70px;border-bottom: 1px solid #ccc;position: relative;white-space: nowrap;overflow:hidden;}
.fkf-item-right-content-top img {position: absolute;left: 0;top: 8px;width: 40px;height: 40px;}
.fkf-item-right-content-top h2 {margin-bottom: 8px;color: #ff6800;font-size: 22px;}
.fkf-item-right-content-bottom p {padding-top: 15px;padding-bottom: 15px;}
.fkf-item-right-content-bottom .content-bottom-item { display: inline-block; width: 32%; margin-bottom: 8px;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;}
.content-bottom-item img { width: 25px; height: 25px; margin-right: 5px; background-color: #333; vertical-align: top;}
.content-bottom-item span { display: inline-block; line-height: 25px;}
.content-bottom-item:hover img { background-color: #ff6800;}
.content-bottom-item:hover span { color: #ff6800}
.right-content-tele { width: 300px;}
.right-content-tele .fkf-item-right-content-top:last-child { border-bottom: 0; padding-bottom: 0; padding-top: 10px;}
/*.right-content-tele .fkf-item-right-content-top:last-child img { top: 28px;}*/
.right-content-ewm { padding: 20px;width: 150px;background-color: #fff;border: 1px solid #ccc;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position: relative;}
.right-content-ewm .ewm div {width: 130px;height: 130px;margin: 0 auto;border-radius: 50%;/*background-color: #198ede;*/margin-bottom: 10px}
.right-content-ewm .ewm div img { width: 100px; height: 100px; margin-top: 15px; margin-left: 15px; background: #fff;}
.right-content-ewm .ewm p { text-align: center; font-size: 16px; color: #ff6800;}
.fkf-item-right-ewm { top: initial; bottom: -15px;}
.right-content-ewm .arrow { top: initial; bottom: 23px;}

.dibubeian{border-top:1px solid #999;padding:10px 0;line-height:30px;color:#fff;line-height:30px;text-align:center;background:#000;}

@media screen and (max-width:1000px) {
    .dibucom .dibu_com3 .pctit{margin-left:0px;}
    .full_content{display:none;}
    .fkf-item{display:none;}
    .wpsidebar-fkf{top:90%;}
}

