@charset "utf-8";

/* 公共css部分 */
body{font-family: "Microsoft Yahei", Tahoma, Arial, serif;}
a:hover{text-decoration: none;}
.container{padding-left: 0;padding-right: 0; width:1400px;}

.ft12{ font-size:12px;}
.ft13{ font-size:13px;}
.ft14{ font-size:14px;}
.ft20{ font-size: 20px;}
.ft18{ font-size: 18px;}
.mt10{ margin-top:10px;}
.mt16{ margin-top:16px;}
.mt20{ margin-top:20px;}
.mt22{ margin-top:22px;}
.mt28{ margin-top:28px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.ml10{margin-left: 10px;}
.pt10{padding-top: 10px;}
.mt8{ margin-top:8px;}
.mt6{ margin-top:6px;}
.fb{ font-weight:bold;}
.tx_l{ text-align:left;}
.tx_r{ text-align:right;}
.tx_c{ text-align:center;}
.red{ color:#F00;}
.yellow{color: #ffff00;}
.b_b{ border-bottom:solid 1px #ccc;}
.pt6{ padding-top:6px;}
.pr6{ padding-right:6px;}
.pl5{padding-left: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.dis{ display:block;}
.udis{ display:none;}
.fl{ float:left;}
.ft0{ font-size:0;}
.ml3{ margin-left:3px;}
.box_center{ margin:20px auto 0 auto;}
.img-block img{ display:block;}
.marginbottom0{
    margin-bottom: 0!important;
}

.topbg{height: 40px;background: #f3f3f3;line-height: 40px;}
.top{padding: 0;color: #b3b3b3;}

.top div{float: right;}
.top div.top_welcome{width: 351px;font-size: 14px;color: #6f6f6f;}
.top a{color: #999;}
.top div.tx_r{color: #999;width: 350px;text-align: right;}
.cn,.en{cursor: pointer;}
.top div.tx_r a{display: inline-block;font-size: 14px;padding-right: 10px;border-right: solid 1px #CCCCCC;height: 16px;line-height: 16px;margin-right: 5px;}
.top div.tx_r a:last-child{padding-right: 0;margin-right: 0;border-right: none;}

.header_centent{}
.header{padding: 20px 0;}
.header div{float: left;}
.header .logo{width: 143px;position: relative;}
.header .logo img{width: 123px;height: 113px;}
.header .logo:after{content: '';position: absolute;right: 0;width: 1px;height: 100px;top: 21px;background-image: linear-gradient(#fff,#cdcdcd, #fff);}

.header .logo_text{width: 301px;padding-top: 30px;padding-left: 20px;font-size: 18px;color: #333333;}
.header .logo_text strong,.header .logo_text span{display: block;width:312px;}
.header .logo_text strong{font-size: 26px;line-height: 38px;}
.header .logo_text strong i{color: #669900;font-style: normal;}
.header .logo_text span{line-height: 26px;}

div.contact{float: right;width: 230px;text-align: right;padding-top: 25px;}
div.contact div{float: right;}
div.contact div.phone{width: 241px;text-align: right;background: url("../images/phone_ico.png") no-repeat left top;padding-left: 50px;}
div.contact div.phone *{float: left;}
div.contact div.phone span{color: #666;font-size: 14px;display: block;text-align: left;}
div.contact div.phone strong{color: #690;font-size: 27px;display: block;text-align: left;line-height: 28px;}


.nav_bg{height: 60px;background: #ededed}
.nav{}
.nav>ul>li{float: left;width: 140px; height: 60px;line-height: 60px;text-align: center;position: relative;}
.nav>ul>li a{color: #333;font-size: 16px;display: block;width: 140px;text-decoration: none;position: relative;z-index: 1;}
.nav>ul>li a span{
    display: block;width: 100%;height: 100%;
    position: relative;
    z-index: 999;
}
.nav>ul>li:not(:last-child)>a:before{
    content: '';
    position: absolute;
    height:60px;
    width: 1px;
    background-image: linear-gradient(#ededed,#CCCCCC, #ededed);
    right: 0;
    top: 0;
}
.nav>ul>li:not(:last-child) a:hover:before{
    display: none;
}

.nav>ul>li a:after{
    content: '';
    position: absolute;
    height: 0;
    top: 0;
    left: 0;
    width: 140px;
    background:#690;
    transition: all 0.5s ease 0s;
}
.nav>ul>li:hover a,.nav>ul>li.active a{color: #ffffff;z-index: 0;}
.nav>ul>li:hover a:after,.nav>ul>li.active a:after{
    display: block;
    height: 60px;
}



/* ============================================================
flex：定义布局为盒模型
flex-v：盒模型垂直布局
flex-1：子元素占据剩余的空间
flex-align-center：子元素垂直居中
flex-pack-center：子元素水平居中
flex-pack-justify：子元素两端对齐
兼容性：ios 4+、android 2.3+、winphone8+
============================================================ */
.nav ul.flex{display: flex;justify-content: space-between;}
.nav ul.flex .nav_li{}


.nav .nav_fir_bg{position: absolute;left: 0;width: 250px;background-color: rgba(255,255,255,.7);z-index: 999;display: none;margin-top: 0;border-top: solid 2px #c7c7c7;padding-bottom:-1px;}
.nav .nav_fir_bg:before{content: '';width: 100%;height: 3px;left: 0;bottom: -2px;background: #690;position: absolute;display: none;}

.nav_fir{width: 100%;}
.nav_fir_list ul li{position: relative;line-height: 40px;text-align: center;width: 165px;height: 40px;}
.nav_fir_list ul li:last-child{}


/*导航动画*/
.nav li .fadein-left,.nav li .fadein-right{-webkit-animation:.5s ease-out backwards;animation:.5s ease-out backwards}
.nav li .fadein-left{-webkit-animation-name:navfadeinL;animation-name:navfadeinL}
.nav li .fadein-right{-webkit-animation-name:navfadeinR;animation-name:navfadeinR}

@-webkit-keyframes navfadeinL{0%{opacity:0;-webkit-transform:translateX(-20px)}
    to{opacity:1;-webkit-transform:translateX(0)}
}
@keyframes navfadeinL{0%{opacity:0;transform:translateX(-20px)}
    to{opacity:1;transform:translateX(0)}
}
@-webkit-keyframes navfadeinR{0%{opacity:0;-webkit-transform:translateX(20px)}
    to{opacity:1;-webkit-transform:translateX(0)}
}
@keyframes navfadeinR{0%{opacity:0;transform:translateX(20px)}
    to{opacity:1;transform:translateX(0)}
}

.nav li .nav_fir_list ul li a{
    color: #666;font-weight: normal;font-size: 14px;width: 100%;display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.nav li .nav_fir_list ul li a:hover{
    color: #fff;background: #690;
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.nav li:hover .nav_fir_list ul li a:after{display: none;}

/*服务项目*/
.nav .nav_customer{left: -65px;}
.pro_nav_fir_list2 ul li{width: 250px;}


/*工程案例*/
.nav .art_nav_fir{width: 140px;left: 0;}
.art_nav_fir_list{width: 120px;}
.art_nav_fir_list ul li{width: 140px;}

/*工程案例*/
.nav .nav_pro.nav_fir_bg{width: 165px;left: -60px;}
.nav_pro_list{width: 165px;}
.nav_pro_list ul li{width: 165px;}

.nav_bg.navFixed{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    line-height: 30px;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-animation: docMenuFixed 0.2s ease-out;
    animation: docMenuFixed 0.2s ease-out;
}


.banner{width: 100%;margin: 0px auto;overflow: hidden;}
.banner img{width: 100%;}


.search_bg{
    height: 70px;
    background: #f3f3f3;
}
.search_box{height:70px;padding: 18px 0;position: relative;}
.search_box div{float: left;}

.search_key{width: 760px;line-height: 40px;color: #333333;}
.search_key span{font-size: 14px;margin-right: 5px;}
.search_key i{font-size: 12px;margin-right: 8px;color: #690;}
.search_key a{display: inline-block;font-size: 14px;color: #403e3e;margin-right: 20px;}

.search_form{background:#fff;height: 38px;width: 300px;border-radius: 30px;position: absolute;right: 12px;top: 18px;border: solid 1px #E5E5E5;}
.search_form .search_text{width: 238px;height: 36px;border: none;outline: none;float: left;margin-left: 14px;background: none; }
.search_form .search_btn{width: 36px;height: 36px;border: none;outline: none;padding: 0;background: none;float: right;border-radius: 0 4px 4px 0;margin-right: 10px;}
.search_form .search_btn i{font-size: 18px;color: #690; }


.ssxf_szys{
    position: relative;
    height: 270px;
}

.bays_text{width: 1400px;background: #ffffff;padding-top: 94px;}
.bays_text div{float: left;}
.bays_text div>*{display: block;color: #333;}
.bays_text div strong{font-size: 60px;font-weight: bold;position: relative;color: #000;line-height: 60px;}
.bays_text div strong i{font-style: normal;line-height: 20px;}
.bays_text div strong em{font-style: normal;line-height: 50px;}
.bays_text div span{font-size: 20px;}
.bays_text > div{

}
.bays_text div:nth-child(1){
    width: 315px;
}
.bays_text div:nth-child(2){
    width: 315px;
}
.bays_text div:nth-child(3){
    width: 315px;
}
.bays_text div:nth-child(4){
    width: 315px;
}
.bays_text div:nth-child(5){
    width: 140px;
}

.bays_text div strong:after{
    position:absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffffff;
    background: #690;
    font-size: 20px;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
    top: 10px;
    margin-left: 10px;
}
.bays_text div:nth-child(1) strong:after{content:'年';}
.bays_text div:nth-child(2) strong:after{content:'项';}
.bays_text div:nth-child(3) strong:after{content:'人';}
.bays_text div:nth-child(4) strong:after{content:'万';}
.bays_text div:nth-child(5) strong:after{content:'万';}

.bays_text div:hover strong:after{
    /*background: #333;*/
}

.jiejuefangan_bg{
    background: url("../images/fangan_bg.jpg") no-repeat center top;
    height: 600px;
    padding-top: 1px;
}

.jiejuefangan_bg .index_title1{
    color: #ffffff;
}

.index_title1{
    margin-top: 70px;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}
.index_title1 h3{font-size: 38px;font-weight: bold;margin: 0;}
.index_title1 h3>*{
    display: inline-block;
    vertical-align: middle;
}
.index_title1 h3 strong{}
.index_title1 h3 i{display: inline-block;border-radius: 50%;width: 10px;height: 10px;background: #fff;vertical-align: middle;margin: 0 5px;}
.index_title1 span{font-size: 18px;position: relative;height: 32px;display: block;line-height: 36px;}
.box_bg .index_title1 span{color: #666666;font-size: 16px;margin-top: 25px;margin-bottom: 25px;}
.box_bg .index_title1 h3 strong{font-size: 36px;}
.box_bg .index_title1{
    margin-top: 80px;
    padding-bottom: 40px;
}
.box_bg .no-padding.index_title1{
    padding-bottom: 0;
}



.jiejuefangan{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.jiejuefangan ul{
    display: flex;
}
.jiejuefangan ul li{
    flex:1;
    height: 340px;
    position: relative;
    padding-top: 40px;
    background: url("../images/case_li.gif") no-repeat center 260px;
}

.jiejuefangan ul li:last-child{
    border-right: none;
}
.jiejuefangan ul li a{
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.jiejuefangan ul li a>*{
    display: block;
    text-align: center;
}
.jiejuefangan ul li a i{
    font-size: 60px;
}
.jiejuefangan ul li a strong{
    margin-top: 40px;
}

.jiejuefangan ul li a span{
    margin-top: 15px;
}

.jiejuefangan ul li a em{
    font-size: 14px;
    color: #666;
    font-style: normal;
    display: none;
    margin-top: 20px;
    line-height: 26px;
}
@media (min-width: 1400px){
    .jiejuefangan ul li a i{
        font-size: 50px;
    }
    .jiejuefangan ul li a strong{
        font-size: 16px;
    }
    .jiejuefangan ul li a span{
        margin-top: 10px;
        font-size: 14px;
    }
}
@media (min-width: 1920px){
    .jiejuefangan ul li a i{
        font-size: 50px;
    }
    .jiejuefangan ul li a strong{
        font-size: 22px;
    }

    .jiejuefangan ul li a span{
        font-size: 18px;
    }
}


.jiejuefangan ul li:after{
    display: block;
    content: '';
    height: 300px;
    border-right: solid 1px rgba(102,153,102,.6);
    width:1px;
    position: absolute;
    right: 0;
    top: 0;
}
.jiejuefangan ul li.active:after,.jiejuefangan ul li:hover:after{
    display: none;
}
.jiejuefangan ul li.active a i,.jiejuefangan ul li:hover a i{
    color: #669900;
}
.jiejuefangan ul li.active a strong,
.jiejuefangan ul li.active a span,
.jiejuefangan ul li:hover a strong,
.jiejuefangan ul li:hover a span{
    color: #333333;
}
.jiejuefangan ul li.active a strong,
.jiejuefangan ul li:hover a strong{
    margin-top: 20px;
}
.jiejuefangan ul li:before{
    /*display: none;
    content: '';
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 340px;
    z-index: 0;
    left: 0;
    top: 0;*/
    z-index: 0;
    content: '';
    height: 340px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.jiejuefangan ul li.active:before,
.jiejuefangan ul li:hover:before{
    background-color: #ffffff;
    left: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.jiejuefangan ul li.active a em,
.jiejuefangan ul li:hover a em{
    display: block;
    padding: 10px 40px;
}

.fangan2{
    background: url("../images/wwyt_bg.png") no-repeat center top;
    padding-bottom: 75px;
    position: relative;
}
.fangan2>div{
    float: left;
    width: 50%;
}
.fangan2>div:nth-child(2n){
    float: right;
}

.fangan2>div>div:first-child{
    width: 290px;
    position: relative;
    margin-bottom: 30px;
}
.fangan2>div>div:nth-child(2){
    width: 100px;
    height: 100px;
    position: absolute;
    background: #f3f3f3;
    border-radius: 50%;
    left: 460px;
    top: 10px;
}

.fangan2>div:nth-child(2)>div:nth-child(2){
    left: 145px;
    top: 10px;
}
.fangan2>div:nth-child(3)>div:nth-child(2){
    left: 335px;
    top: -3px;
}
.fangan2>div:nth-child(4)>div:nth-child(2){
    left: 270px;
    top: 2px;
}

.fangan2>div:nth-child(5)>div:nth-child(2){
    left: 650px;
    top: -132px;
}

.fangan2>div>div:nth-child(2):before{
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    background: #690;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    z-index: 1;
}
.fangan2>div>div:nth-child(2) i{
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 50px;
    z-index: 2;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
}

.fangan2>div>div:last-child{
    width: 290px;
    font-size: 16px;
    line-height: 28px;
}
.fangan2>div>div:first-child *{
    display: block;
}

.fangan2>div>div:first-child strong{
    z-index: 1;
    position: relative;
    width: 60px;
    height: 60px;
    border: solid 3px #690;
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
}
.fangan2>div>div:first-child strong:before{
    content: '';
    height: 3px;
    width: 26px;
    background: #669900;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fangan2>div>div:first-child span{
    width: 220px;
    height: 50px;
    position: absolute;
    left: 48px;
    background: #ffffff;
    top: 23px;
    z-index: 2;
    font-size: 22px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 7px;
}

.fangan2>div:nth-child(2n)>div:first-child{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    float: right;
}
.fangan2>div:nth-child(2n)>div:first-child strong{
    float: right;
}

.fangan2>div:nth-child(2n)>div:first-child span{
    width: 220px;
    height: 50px;
    position: absolute;
    right: 48px;
    left: auto;
    background: #ffffff;
    top: 23px;
    z-index: 2;
    font-size: 22px;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 7px;
    text-align: right;
}

.fangan2>div:nth-child(2n)>div:last-child{
    float: right;
}

.fangan2>div:nth-child(1){
    height: 380px;
    margin-top: 60px;
}
.fangan2>div:nth-child(2){
    height: 380px;
    margin-top: 60px;
}
.fangan2>div:nth-child(3){
    height: 350px;
}
.fangan2>div:nth-child(4){
    height: 350px;
}
.fangan2>div:nth-child(5){
    width: 100%;
}

.fangan2>div:nth-child(5)>div:first-child{
    margin: 0 auto;
    width: 215px;
}

.fangan2>div:nth-child(5)>div:first-child span{
    width: 170px;
}

.fangan2>div:nth-child(5)>div:last-child{
    width: 450px;
    text-align: center;
    margin: 20px auto 0;
}




.index_product_bg{background:url("../images/product_bg.jpg") no-repeat center top #f3f3f3;padding-top:1px;padding-bottom: 50px;}
.index_product_bg .index_title1{
    color: #ffffff;
}

.index_product{}

.index_nav_list{
    text-align: center;
}
.index_nav_list a{
    display: inline-block;
    width: 160px;
    height: 36px;
    padding: 0 13px;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    margin-right: 25px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.index_nav_list a>*{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    height: 36px;
    line-height: 36px;
}
.index_nav_list a i{
    font-family: '黑体',sans-serif;
    font-style: normal;
    font-size: 12px;
    margin-right: 10px;
}

.index_nav_list a:hover,.index_nav_list a.active{
    color: #333;
    /*background: #ffffff;*/
}

.index_nav_list a:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 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;
}

.index_nav_list a:hover:before,.index_nav_list a.active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}





.product_index_list{padding-top: 35px;overflow: hidden}
.product_index_list ul{
    width: 99999px;
}
.product_index_list ul li{float: left;width: 710px;height: 690px;}
.product_index_list ul li:nth-child(4n){margin-right: 0;}

.product_index_list ul li>div{background: #ffffff;width: 690px;padding:0 60px 60px 60px;height: 690px;}
.product_index_list ul li>div>a{text-decoration: none;display: block;color: #333333;}
.product_index_list ul li>div>a:first-child{height: 480px;}
.product_index_list ul li>div> a span img{max-width: 570px;max-height: 420px;}
.product_index_list ul li>div> a span{
    width: 570px;
    height: 480px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    position: relative;
    overflow: hidden;
    border-bottom: solid 2px #edebeb;
}
.product_index_list ul li>div>a:nth-child(2){height: 120px;padding-top: 50px;color: #333333;}
.product_index_list ul li>div>a:nth-child(2):hover{color: #690;}
.product_index_list ul li>div>a:nth-child(2):hover i{border-color: #690;}
.product_index_list ul li>div>a:nth-child(2) *{
    display: block;
    float: right;
}
.product_index_list ul li>div>a:nth-child(2) strong{font-size: 26px;float: left}
.product_index_list ul li>div>a:nth-child(2) i{
    margin-top: 5px;
    width: 36px;
    height: 36px;
    text-align: left;
    padding-left: 4px;
    font-size: 36px;
    line-height: 30px;
}

.product_index_list ul li>div>div a{
    color: #666;
    font-size: 16px;
    margin-right: 38px;
    display: inline-block;
}
.product_index_list ul li>div>div a:last-child{
    margin-right: 0;
}
.product_index_list ul li>div>div a strong{
    font-weight: normal;
}

.heidian.index_title1 h3 i{background: #333;}
.xzly_bg{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.xzly_bg >div.xzly_left,.xzly_bg >div.xzly_right{
    width: 50%;
    float: left;
    position: relative;
}

.xzly_bg>div.xzly_right{
    overflow: hidden;
    height: 600px;
}

.xzly_right>div{
    opacity: 0;
    transition: all 0.5s ease 0s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.xzly_right>div.active{
    opacity: 1;
    z-index: 99;
}

.xzly_info{
    position: absolute;
    left: 50%;
    width: 1400px;
    margin-left: -700px;
}

.xzly_ico{width: 716px;height: 220px;box-shadow:2px 2px 10px rgba(0,0,0,.32);background: #ffffff;margin-top: 50px;padding: 10px 60px;position: relative;z-index: 100;}
.xzly_ico .xzly_list{float: left;width: 298px;height: 100px;padding-left: 57px;padding-top: 20px;cursor: pointer;}
.xzly_ico .xzly_list:nth-child(1){
    border-right: solid 1px #E5E5E5;
    border-bottom: solid 1px #E5E5E5;
}
.xzly_ico .xzly_list:nth-child(2){
    border-bottom: solid 1px #E5E5E5;
}
.xzly_ico .xzly_list:nth-child(3){
    border-right: solid 1px #E5E5E5;
}

.xzly_ico .xzly_list div > *{
    display: block;
    float: left;
}

.xzly_ico .xzly_list div > div{
    height: 62px;
    width: 56px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.xzly_ico .xzly_list div > div>div{
    display: block;
    height: 130px;
    width: 56px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition:all .5s;transition:all .5s;
}

.xzly_ico .xzly_list.active div>div>div{
    top: -65px;
}

.xzly_ico .xzly_list div em{
    display: block;
    height: 65px;
    width: 56px;
    position: relative;
}
.xzly_ico .xzly_list div strong{
    width: 184px;
    padding-left: 11px;
    padding-top: 5px;
    font-size: 20px;
}
.xzly_ico .xzly_list div span{
    width: 184px;
    padding-left: 11px;
}

.xzly_ico .xzly_list div em:last-child b{
    display: block;
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background: #690;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}
.xzly_ico .xzly_list div em:last-child b:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 18px;
    bottom: -6px;
    border-top: 10px solid #690;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    display: block;
}

.xzly_ico .xzly_list div em i{
    position: relative;
    font-size: 30px;
    z-index: 1;
    display: inline-block;
    padding-top: 5px;
}

.xzly_ico .xzly_list:nth-child(1) div em i{
    font-size: 34px;
}
.xzly_ico .xzly_list:nth-child(2) div em i{
     font-size: 34px;
 }
.xzly_ico .xzly_list:nth-child(3) div em i{
      font-size: 34px;
    padding-top: 5px;
  }
.xzly_ico .xzly_list.active:nth-child(3) div em i{
    padding-top: 5px;
  }
.xzly_ico .xzly_list:nth-child(4) div em i{
       font-size: 34px;
   }

.xzly_ico .xzly_list.active div em i{
    color: #ffffff;
}

.xzly_txt_box{
    /*height: 138px;*/
}
.xzly_txt{
    margin-top: 55px;
    margin-left: 60px;
    width: 597px;
}
.xzly_txt *{
    display: block;
}
.xzly_txt strong{font-size: 28px;width: auto;height: 60px;border-bottom: solid 1px #d2d2d2;line-height: 55px;}
.xzly_txt span{
    margin-top: 18px;
    line-height: 28px;
    font-size: 16px;
}

.xzly_nav{
    margin-top: 28px;
    margin-left: 60px;
    width: 507px;
}

.xzly_nav a{
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 35px;
    position: relative;
    text-indent: -9999px;
    border-radius: 50%;
    border: solid 1px transparent;
}
.xzly_nav a:hover,.xzly_nav a.active{
    border: solid 1px #000;
}
.xzly_nav a:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 4px;
    top: 4px;
    background: #000;
    border-radius: 50%;
}


.khml_nav ul{
    display: flex;
}

.khml_nav ul li{
    height: 100px;
    flex: 1;
    text-align: center;
    position: relative;
}

.khml_nav ul li:not(:last-child):before{
    content: '';
    position: absolute;
    height:60px;
    width: 1px;
    background-image: linear-gradient(#fff,#CCCCCC, #fff);
    right: 0;
    top: 20px;
}

.khml_nav ul li a>*{
    display: block;
}

.khml_nav ul li a strong{
    color: #333;
    font-weight: normal;
    font-size: 18px;
}
.khml_nav ul li a span{
    font-size: 12px;
}
.khml_nav ul li a i{
    font-size: 40px;
}
.khml_nav ul li a i,.khml_nav ul li a span{
    color: #ccc;
}

.khml_nav ul li.active a i,.khml_nav ul li.active a strong,
.khml_nav ul li:hover a i,.khml_nav ul li:hover a strong{
    color: #690;
}

.kfal_list{margin-top: 50px;}
.kfal_list ul{display: block;}
.kfal_list ul li{float: left;width: 450px;height: 338px;margin-right: 25px;margin-bottom: 25px;}
.kfal_list ul li:nth-child(3n){
    margin-right: 0;
}
.kfal_list ul li a{display:block;width: 450px;height: 338px;position: relative;}
.kfal_list ul li a span{display: block;width: 450px;height: 338px;overflow: hidden;}
.kfal_list ul li a span img{width: 450px;height: 338px;}
.kfal_list ul li a strong{display: block;position: absolute;left: 0;bottom: 0;height: 50px;background: rgba(0,0,0,.5);width:100%;font-size: 16px;color: #ffffff;text-align: center;line-height: 50px;font-weight: normal;overflow: hidden;padding: 0 15px;}

.kfal_list ul li a:hover strong{
    background: rgba(102,153,0,.8);
}


.kfal_logo .box{overflow: hidden;width: 1400px;height: 125px;}
.kfal_logo ul{display: block;width: 9999px;}
.kfal_logo{overflow: hidden;padding-top: 32px;}
.kfal_logo ul{display: block;width: 9999px;}
.kfal_logo ul li{width: 286px;height:125px;float: left;}
.kfal_logo ul li a{display: block;width: 250px;height: 125px;background: #ffffff;}
.kfal_logo ul li a span{
    border: solid 1px #e5e2e2;
    width: 250px;height: 125px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    position: relative;
    border-radius: 8px;
}

.kfal_logo ul li a span img{
    max-width: 248px;
    max-height: 123px;
}

.index_about_bg{background: #f3f3f3;width: 100%;padding-top: 1px;margin-top: 60px;padding-bottom: 80px;}
.index_about_bg .index_title1{margin-top: 42px;}
.index_about_box{}
.index_about_box>div{
    float: left;
}

.index_about_video{
    width: 700px;
    height: 395px;
    position: relative;
}

#video .vdo_img{
    position: absolute;
    width: 700px;
    height: 395px;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.index_about_content{
    width: 700px;
    padding-left: 40px;
}
.index_about_content>div{
    float: left;
}

.index_about_content>div:nth-child(1){
    width:310px;
}
.index_about_content>div:nth-child(1)>*{
    display: block;
}
.index_about_content>div:nth-child(1) strong{
    font-size: 26px;
    color: #333333;
    text-align: justify;
    text-align-last:justify;
}
.index_about_content>div:nth-child(1) span{
    font-size: 22px;
    color: #fff;
    width: 310px;
    height: 40px;
    background: #690;
    border-radius: 30px;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    line-height: 38px;
}
.index_about_content>div:nth-child(2){
    width: 350px;
    text-align: right;
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
}

.index_about_content>div:nth-child(3){
    font-size: 16px;
    color: #333333;
    margin-top: 25px;
    line-height: 32px;
    /*text-align: justify;*/
}

.index_about_content>div:nth-child(4){
    padding-top: 20px;
}
.index_about_content>div:nth-child(4) a{
    position: relative;
    display: block;
    float: left;
    margin-left: 12px;
    width: 120px;
    border: solid 1px #E5E5E5;
    background: #ffffff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #666;
    border-radius: 15px;
    margin-right: 30px;
    transition: all .4s ease
}
.index_about_content>div:nth-child(4) a:hover{
    transform: translate(0, -10px);
}
.index_about_content>div:nth-child(4) a i{
    position: absolute;
    left: -12px;
    top: 7px;
    height: 25px;
    width: 25px;
    background: #690;
    border-radius: 50%;
    color: #ffffff;
    vertical-align: top;
    line-height: 28px;

}

.index_album_bg{margin-top: 66px;}
.index_album_nav{width: 1080px; }
.index_album_nav ul li{width: 360px;float: left;position: relative;text-align: center;padding-left: 100px;padding-top: 10px;}
.index_album_nav ul li:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 70px;
    right: 0;
    top:0;
    background-image: linear-gradient(#ededed,#CCCCCC, #ededed);
}
.index_album_nav ul li:last-child:before{display: none;}
.index_album_nav ul li a{font-size: 18px;color: #666;}
.index_album_nav ul li a>*{display: block;float: left}
.index_album_nav ul li a span{width: 110px;line-height: 24px;margin-left: 6px;padding-top: 4px;}
.index_album_nav ul li a span>*{display: block;text-align: left;}

.index_album_nav ul li a span strong{font-size: 24px;color: #333333;}
.index_album_nav ul li a span b{font-size: 16px;font-weight: normal;line-height: 22px;}

/*新增上下浮动动画*/
.index_album_nav ul li a div{
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: block;
    position: relative;
}
.index_album_nav ul li a em{
    width: 50px;
    height: 100px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
    -webkit-transition:all .5s;
    transition:all .5s;
}
.index_album_nav ul li.active a em{
    top:-50px;
}
.index_album_nav ul li a div i{
    font-size: 48px;
    color: #333333!important;
    vertical-align: top;
    display: block;
    height: 50px;
    line-height: 50px;
}

.index_album_nav ul li a em i:last-child{
    color: #690!important;
}



.index_album_nav ul li:nth-child(2) a i{font-size: 52px;}
.index_album_nav ul li:nth-child(3) a i{font-size: 54px;}

.index_album_nav ul li.active,.index_album_nav ul li:hover{
    color: #690;
}

.index_album_nav ul li.active *,
.index_album_nav ul li:hover *{color: #690;}

.index_album_list_box{
    position: relative;
    overflow: hidden;
    height: 347px;
    padding-top: 46px;
}
.index_album_list{overflow: hidden;width:1400px;position: absolute;opacity: 0;z-index: 1;}
.index_album_list.active{opacity: 1;transition: all 0.5s ease 0s;z-index: 99;}
.index_album_list ul{display: block;width: 9999px;margin-bottom: 0;}
.index_album_list ul li{width: 355px;float: left;}
.index_album_list ul li a{display: block;width: 335px;}
.index_album_list ul li a span{display: block;width: 335px;height: 251px;overflow: hidden;}
.index_album_list ul li a img{width: 335px;height: 251px;transition: all 0.5s ease 0s;}
.index_album_list ul li a:hover img{transform:scale(1.12,1.12);-webkit-transform:scale(1.12,1.12)}
.index_album_list ul li a strong{
    display: block;
    width: 335px;
    height: 50px;
    line-height:50px;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    position: relative;
    /*-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);*/
    box-shadow: 0 0 1px transparent;
}
.index_album_list ul li a strong:before{
    content: '';
    height: 2px;
    background: #690;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.index_album_list ul li a strong:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index_album_list ul li a:hover strong:before{
    right: 0;
}
.index_album_list ul li a:hover strong:after{
    display: none;
}

.index_album_list ul li a:hover strong{color: #690;}

.meitibaodao_bg{
    background: url("../images/meitibaodao.jpg") no-repeat center top #f3f3f3;
    padding-top: 1px;
}

.meitibaodao_bg .index_title1{
    color: #fff;
}

.meitibaodao_list{

}
.meitibaodao_list li{
    float: left;
    width: 450px;
    margin-right: 25px;
}
.meitibaodao_list li:last-child{
    margin-right: 0;
}
.meitibaodao_list li a span{
    display: block;
    width: 450px;
    height: 270px;
    overflow: hidden;
}
.meitibaodao_list li a span img{
    width: 450px;
    height: 270px;
}
.meitibaodao_list li a strong{
    padding-top: 5px;
    display: block;
    height: 65px;
    line-height: 26px;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.index_more{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
}
.index_more a{
    display: inline-block;
    width: 150px;
    height: 50px;
    border: solid 1px #ccc;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    border-radius: 30px;
}
.index_more a:hover{
    border-color: #690;
    background: #690;
    color: #ffffff;
}


.inews_box{margin-bottom: 60px;}
.inews_box >div{float: left;}
.inews_list{width: 1100px;}
.inews_list ul li{
    float: left;
}
.inews_list ul li.list{width: 514px;margin-bottom: 44px; }
.inews_list ul li:last-child{margin-bottom: 0; }
.inews_list ul li.list a{color: #000;}
.inews_list ul li.list a span{display: block;width:80px;height: 80px;float: left;border: solid 1px rgba(191,191,191,.8);border-radius: 5px;padding-top: 8px;margin-right: 20px;}
.inews_list ul li.list:hover a span{
    background: #690;
    color: #ffffff;
    border: #690;
}

.inews_list ul li.list a strong{float: left;display: block;height: 28px;font-size:15px;width: 414px;color: #000; }
.inews_list ul li.list a:hover strong{color: #690;}
.inews_list ul li.list a em{float: left;width: 414px;display: block;height: 52px;line-height: 26px;font-style: normal;font-size: 14px;color: #333;}
.inews_list ul li.list a span>*{
    display: block;
    text-align: center;
}

.inews_list ul li.list a span i{
    font-size: 29px;
    font-style: normal;;

}
.inews_list ul li.list a span b{
    font-size: 14px;
    font-weight: normal;
}


.inews_list ul li.inews_img{
    width: 486px;
    height: 478px;
    margin-right: 50px;
    margin-bottom: 0;
}
.inews_list ul li.inews_img a{
    color: #333333;
}
.inews_list ul li.inews_img a:hover{
    color: #fff;
}

.inews_list ul li.inews_img a:hover span:nth-child(2){
    background: #690;
}

.inews_list ul li.inews_img > *,.inews_list ul li.inews_img span > *{
    display: block;
    width: 100%;
}
.inews_list ul li.inews_img span{
    display: block;
}
.inews_list ul li.inews_img span:nth-child(1){
    width: 486px;
    height: 291px;
    overflow: hidden;
}
.inews_list ul li.inews_img span:nth-child(2){
    width: 486px;
    height: 187px;
    background: #eeeeee;
    padding-left: 33px;
    padding-right: 33px;
}
.inews_list ul li.inews_img span img{
    width: 486px;
    height: 291px;
}

.inews_list ul li.inews_img span *{
    width: 100%;
}

.inews_list ul li.inews_img b{
    line-height: 50px;
    height: 50px;
}
.inews_list ul li.inews_img strong{
    line-height: 44px;
    height: 44px;
    font-size: 16px;
}

.inews_list ul li.inews_img em{
    line-height: 26px;
    border: none;
    font-size: 14px;
    font-style: normal;
}


.inews_nav{width: 300px;}
.inews_nav ul li{width: 300px;margin-right: 20px;height: 110px;margin-bottom: 15px;}
.inews_nav ul li:last-child{margin-bottom: 0;}
.inews_nav ul li a{width: 300px;position: relative;height: 110px;font-size: 16px;color: #333333;display: block;overflow: hidden;border-radius: 4px;}
.inews_nav ul li a img{
    display: block;
    position: relative;
    width: 300px;
    height: 110px;
    left: 0;
    top: 0;
}

.inews_nav ul li a>*{
    position: absolute;
    left: 100px;
    width: 100px;
    height: 40px;
    top: 35px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.inews_nav ul li a span{
    display: none;
}

.inews_nav ul li a:hover strong{
    display: none;
}
.inews_nav ul li a:hover span{
    display: block;
    background: #690;
    font-size: 16px;
}

.inews_nav ul li:nth-child(1){
    background: url("../images/news_tbg1.png") no-repeat;
}
.inews_nav ul li:nth-child(2){
    background: url("../images/news_tbg2.png") no-repeat;
}
.inews_nav ul li:nth-child(3){
    background: url("../images/news_tbg3.png") no-repeat;
}
.inews_nav ul li:nth-child(4){
    background: url("../images/news_tbg4.png") no-repeat;
}

/*底部*/
.footer_bg{background: #181818;padding-top: 80px;}
.footer_box{padding-bottom: 60px;}
.footer_box>div{
    float: left;
}
.footer_left{
    width: 280px;
}

.footer_left div:nth-child(2){
    padding-top: 25px;
    line-height: 26px;
    text-align: left;
    color: #999;
    font-size: 14px;
}

.footer_left div:nth-child(3){
    padding-top: 25px;
    line-height: 26px;
    text-align: center;
}

.footer_left div:nth-child(3) span{
    display: block;
    float: left;
    width: 120px;
    height: 160px;
    margin-right: 20px;
}

.footer_left div:nth-child(3) strong{
    font-weight: normal;
    color: #333333;
    line-height: 40px;
}

.footer_left a{
    color: #999;
}

.footer_center{
    margin-left: 100px;
    width: 1020px;
}

.footer_center ul{
    display: block;
    float: left;
    width: 190px;
    margin-right: 35px;
}

.footer_center ul:last-child{
    margin-right: 0;
    width: 345px;
}

.footer_center ul li:first-child{
    height: 60px;
    position: relative;
}
.footer_center ul li:first-child:before{
    position: absolute;
    display: block;
    content: '';
    height: 3px;
    left: 0;
    bottom: 0;
    width: 20px;
    background: #690;
    z-index: 2;
}
.footer_center ul li:first-child:after{
    position: absolute;
    display: block;
    content: '';
    height: 1px;
    width: 140px;
    background: #434343;
    left: 0;
    bottom: 1px;
    z-index: 1;
}
.footer_center ul li:first-child a{
    font-weight: bold;
    font-size: 16px;
}
.footer_center ul li{
    height: 28px;
    margin-bottom: 10px;
    line-height: 28px;
}
.footer_center ul li a{
    font-size: 14px;
    color: #999999;
}

.footer_center ul li a:hover{color: #ffffff}

.footer_center ul li:last-child{
    color: #999999;
    height: auto;
}

.footer_center ul li:last-child div:nth-child(1){
    color: #ffffff;
    margin-top: 35px;
}
.footer_center ul li:last-child div:nth-child(1) span{
    font-size: 14px;
    display: block;
    line-height: 28px;
}
.footer_center ul li:last-child div:nth-child(1) strong{
    display: block;
    font-size: 34px;
    line-height: 50px;
}

.footer_center ul li:last-child div:nth-child(2){
    line-height: 30px;
}

.footer_bg2{color: rgba(102,102,102,.98);text-align: center;font-size: 14px;background: #0e0e0e;padding: 15px 0;}

.link_box{text-align: left;line-height: 26px;}
.link_box a{color: rgba(102,102,102,.98);margin-right: 30px;white-space: nowrap;}
.link_box a:hover{color: #ffffff;}
.link_box span{display: inline-block;margin-left: 10px;}
.link_box strong{display: inline-block;font-weight: normal;margin-right: 20px;color: rgba(102,102,102,.98)}

.footer_qr_box{float: right;margin-top: -35px;}
.footer_qr{width:124px;float: left;margin-left: 62px;}
.footer_qr:first-child{margin-left: 0}
.footer_qr img{width: 124px;height: 124px; }
.footer_qr span{width:124px;text-align: center;display: block;padding-top: 10px;position: relative;color: #999;font-size: 14px;}

.footer_qr i{height: 124px;width: 124px;position: relative;overflow: hidden;display: block;margin: 0 auto;}
.footer_qr i:after{display:block;position:absolute;left:0;top:0;width:100%;height:35px;content:"";animation:light 5s infinite;-webkit-animation:light 5s infinite;background:url(../images/code_shadow1.png) no-repeat 0 0;background-size: 100% auto;}
@keyframes light{
    0%{top:0;}
    50%{top:100%;}
    100%{top:-40px;}
}


/*首页banner切换*/
.cxslide_y{overflow:hidden;position:relative;width:100%;max-width:1920px;height:700px;}
.cxslide_y .box{overflow:hidden;position:relative;width:100%;max-width:1920px;height:700px;}
.cxslide_y .list{overflow:hidden;height:9999px;position: relative;}
.cxslide_y .list li{overflow:hidden;position:relative;width:100%;height:700px;_vertical-align:top;}

.cxslide_y .list img{_vertical-align:top;}
.cxslide_y .list:hover img{opacity:0.7;}
.cxslide_y .list:hover img:hover{opacity:1;}

.cxslide_y .btn2{overflow:hidden;position:absolute;bottom:60px;left:0;right:0;margin:0 auto;width:auto;height:20px;padding:0;list-style: none;z-index: 100;text-align: center;}
.cxslide_y .btn2:focus{border: none;}
.cxslide_y .btn2 li{display:inline-block;width:40px;height:4px;margin:0 15px 0 0;border-radius:2px;text-align:center;cursor:pointer;font-size: 0;background: none;background: #ffffff}
.cxslide_y .btn2 li.selected{background:#690;color:#fff;}

.banner_nav{position: relative;height: 0;}
.banner_nav a{position: absolute;left: -52px;right:auto;top: -376px;display: none;width: 70px;height: 70px;z-index: 99;text-align: left;line-height:70px;background: rgba(0,0,0,.4);border-radius: 50%;padding-left: 15px;}
.banner_nav a i{font-size: 30px;color: #fff;padding-top: 10px;font-weight: normal;}
.banner_nav a:last-child{position: absolute;left:auto;right: -52px;padding-left: 20px;}
.banner_box:hover .banner_nav a{display: block;outline: none;}
.banner_box:hover .banner_nav a:hover{background: rgba(102,153,0,.4);}
.banner_box:hover .banner_nav a:active{text-decoration: none;outline: 0;}
.banner_box:hover .banner_nav a:focus{text-decoration: none;outline: 0;}

.index_more a:active,.index_more a:focus,a.job_show:active, a.job_show:focus{
    text-decoration: none;outline: 0;
}


.neiyebg{background: #F7F7F7;}

/*二级页面*/
.link_map_bg{height: 46px;line-height: 46px;color: #666666;vertical-align: top;}
.link_map_box *{float: left;display: block;margin: 0 3px;}
.link_map_box a{color: #666666;}
.link_map_box a:hover{color: #666666;}
.link_map_box i{color: #666666}
.link_map_box a,.link_map_box span{}
.link_map_box span.title{height: 46px;line-height: 46px;}
.link_map_box.link_pro span.title{width: 600px;height: 46px;line-height: 46px;}

.link_map_box span:first-child{margin: 0 3px 0 0;}
.link_map_box span:first-child i{margin: 0 3px 0 0;}

.about_box{
}

.box_bg{
    margin-bottom: 60px;
}
.about_box_bg{width: 100%;margin-top: 113px;padding-top: 1px;}
.about_box_bg .index_title1{margin-top: 42px;}

.page_nav_box{
    width: 100%;
    height: 140px;
    box-shadow:2px 2px 10px rgba(0,0,0,.06);
    padding-top: 75px;
}

.about_nav_box{
    height: 65px;
    overflow: hidden;
}
.about_nav{
    height: 56px;
    text-align: center;
    float: left; /* 自适应内容宽度 */
    position: relative;
    left: 50%;
}
.about_nav ul{
    display: block;
    position: relative;
    left: -50%;
}
.about_nav ul li{display: block;width: 147px;height: 40px;float: left;position: relative;}
.about_nav ul li:not(:last-child):before{
    content: '';
    height: 40px;
    width: 1px;
    background-image: linear-gradient(#ffffff,#CCCCCC, #ffffff);
    position: absolute;
    right: 0;
    top: 0;
}

.about_nav a{display: block;color: #333333;font-size: 22px;height: 40px;position: relative;line-height:  40px;z-index: 1;}
.about_nav a:hover,
.about_nav a.active{color: #690;font-weight: bold;}

.about_nav a:hover:before,
.about_nav a.active:before{
    content: '';
    width: 85px;
    height: 2px;
    background: #690;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.about_viewvideo{
    display: block;
    width: 180px;
    height: 46px;
    border-radius: 23px;
    border: solid 1px #ccc;
    line-height: 46px;
    color: #333333;
    font-size: 16px;
    margin: 15px auto 0;
}
.about_viewvideo>*{
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}
.about_viewvideo i{
    font-size: 22px;
    margin-left: 10px;
}

.about_pic_box{
    width: 100%;
    overflow: hidden;
}
.about_pic_box>div{
    width: 50%;
    float: left;
    position: relative;
}
.about_pic_box>div:nth-child(1){
    text-align: right;
}

.about_pic_text{
    position: absolute;
    right: 0;
    top:0;
    width: 700px;
    text-align: left;
    padding-top: 100px;
}

.about_pic_text div:nth-child(1){
    position: relative;
    padding-bottom: 10px;
}
.about_pic_text div:nth-child(1)>*{
    display: block;
    line-height: 60px;
}
.about_pic_text div:nth-child(1) strong{
    font-size: 38px;
    color: #690;
}
.about_pic_text div:nth-child(1) span{
    font-size: 26px;
    color: #333;
    line-height: 50px;
}

.about_pic_text div:nth-child(1):before{
    content: '';
    width: 100px;
    height: 3px;
    background: #690;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about_pic_text div:nth-child(2){
    font-size: 16px;
    color: #333333;
    padding-top: 35px;
}
.about_pic_text div:nth-child(2) p{
    line-height: 35px;
}

.chuangshiren_bg{
    background: #f3f3f3;
    padding-top: 1px;
    padding-bottom: 80px;
}

.chuangshiren_txt>div{
    float: left;
    width: 50%;
}

.chuangshiren_txt>div:nth-child(2){
    padding-left: 50px;
}
.chuangshiren_txt>div:nth-child(2) p{
    line-height: 35px;
    font-size: 16px;
}

.chuangshiren_txt>div:nth-child(2) div:nth-child(2){
    text-align: right;
}
.chuangshiren_txt>div:nth-child(2) div:nth-child(2)>*{
    display: inline-block;
    vertical-align: middle;
}

.chuangshiren_txt>div:nth-child(2) div:nth-child(2)> span{
    height: 1px;
    background: #333333;
    width: 65px;
    margin-right: 30px;
}

.culture_list{
    padding-bottom: 80px;
}
.culture_list li{
    float: left;
    width: 350px;
    height: 350px;
}

.culture_list li.culture_txt{
    padding-top: 60px;
    background: #f3f3f3;
}
.culture_list li.culture_txt>*{
    display: block;
    text-align: center;
}
.culture_list li.culture_txt i{
    font-size: 50px;
    color: #690;
}
.culture_list li.culture_txt strong{
    font-size: 22px;
    margin-top: 25px;
}
.culture_list li.culture_txt span{
    font-size: 16px;
    margin-top: 20px;
}

.reasons_box{
    background: #f3f3f3;
    padding-top: 1px;
}

.zhanluehuoban_list{
    position: relative;
    height: 450px;
}
.zhanluehuoban_list>div{
    width: 1400px;
    height: 450px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.zhanluehuoban_list>div.active{
    z-index: 2;
    opacity: 1;
}

.zhanluehuoban_list>div:nth-child(1){
    background: url("../images/zlhb1.jpg") no-repeat center top;
}
.zhanluehuoban_list>div:nth-child(2){
    background: url("../images/zlhb2.jpg") no-repeat center top;
}
.zhanluehuoban_list>div:nth-child(3){
    background: url("../images/zlhb3.jpg") no-repeat center top;
}
.zhanluehuoban_list>div:nth-child(4){
    background: url("../images/zlhb4.jpg") no-repeat center top;
}
.zhanluehuoban_list>div:nth-child(5){
    background: url("../images/zlhb5.jpg") no-repeat center top;
}

.zhanluehuoban_list>div>div{
    left: 50%;
    top:50%;
    position: absolute;
    width: 900px;
    height: 250px;
    background: rgba(0,0,0,.8);
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding: 0 65px;
}

.zhanluehuoban_list>div.active{
    display: block;
}

.zhanluehuoban_nav{
    margin-top: 50px;
}
.zhanluehuoban_nav li{
    float: left;
    width: 280px;
}
.zhanluehuoban_nav li span{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: solid 2px #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.zhanluehuoban_nav li span img{
    display: inline-block;
    filter: grayscale(100%);
}

.zhanluehuoban_nav li.active span{
    border-color: #690;
}
.zhanluehuoban_nav li.active img{
    filter: grayscale(0);
}

.course_txt{
    text-align: center;
    margin-top: 80px;
}
.course_txt div{
    display: inline-block;
    width: 540px;
    position: relative;
    height: 32px;
}
.course_txt div span{
    display: block;
    position: relative;
    z-index: 4;
    color: #333;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}
.course_txt div:before,.course_txt div:after{
    content: '';
    height: 32px;
    position: absolute;
    width: 540px;
    z-index: 1;
    background: #690;
    left: 0;
    top: 0;
    border-radius: 16px;
}
.course_txt div:after{
    content: '';
    height: 16px;
    width: 540px;
    z-index: 2;
    background: #ffffff;
    border-radius: 0;
}

.margintop0{margin-top: 0;}

.index_title1 em{display: block;position: absolute;top:-60px;}

.pro_list{padding-top: 53px;}
.pro_list ul li{float: left;width: 320px;height: 430px;margin-right:40px;background: #ffffff;margin-bottom: 40px;border: solid 1px #e3e1e1;}
.pro_list ul li:nth-child(4n){margin-right: 0;}

.pro_list ul li a{text-decoration: none;display: block;color: #333333;}
.pro_list ul li a span{display: block;width: 318px;height: 318px;}
.pro_list ul li a span img{max-width: 318px;max-height: 318px;}
.pro_list ul li a span{width: 318px;height: 318px;margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    position: relative;
    overflow: hidden;
}
.pro_list ul li a span i{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    color: #ffffff;
    padding: 0 10px;
    width: 318px;
    height: 318px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    display: table-cell;
    /* 针对IE的Hack */
    *display: block;
    transition: all 0.5s ease;
    opacity: 0;
}
.pro_list ul li a:hover span i{
    opacity: 1;
}


.pro_list ul li a span i em{
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    top: 50%;
    left: 50%;
}
.pro_list ul li a span i em:before{
    content: '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    top: 0;
    transition: all .5s ease;
}
.pro_list ul li a span i em:after{
    content: '';
    height: 1px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    bottom: 0;
    transition: all .5s ease;
}
.pro_list ul li a:hover span i em:before,.pro_list ul li a:hover span i em:after{
    width: 1rem;
}

.pro_list ul li a strong{display: block;line-height: 50px;text-align: center;font-size: 16px;height: 50px;overflow: hidden;padding: 0 10px;margin-top: 10px;}
.pro_list ul li a em{display: block;text-align: center;font-style: normal;color: #999999;font-size: 14px;line-height: 30px;}

.pro_list ul li:hover a{}
.pro_list ul li:hover a strong{color: #e60012;}


/*分页*/
.page{margin: 30px auto;text-align: center;}
.page .page_list *{display: inline-block;min-width: 38px;height: 25px;background: #e6e6e6;color: #666;margin-right: 10px;font-size: 14px;line-height: 25px;padding: 0 10px;}
.page .page_list *:first-child,.page .page_list *:last-child{color: #666;}
.page .page_list .active{background: #690;color: #ffffff;}
.page .page_list a:hover{background: #690;color: #ffffff;}

.page .page_list a.long_page{
    width: 70px;
}


.product_nav{
    margin-top: 50px;
    padding: 10px 50px;
    box-shadow:2px 2px 10px rgba(0,0,0,.32);
    position: relative;
    min-height: 128px;
}

.product_nav:after{
    content: '';
    position: absolute;
    height: 1px;
    border-bottom: solid 1px #e7e4e4;
    top: 50%;
    left: 50px;
    width: 1300px;
}

.product_nav a{color: #333;margin-right: 38px;font-size: 16px;line-height: 32px;display: inline-block;padding: 0 10px;border: solid 1px #fff;border-radius: 5px;margin-bottom: 10px;margin-top: 10px;}
.product_nav a:hover,.product_nav a.active{border: solid 1px #f00;color: #f00;}

.contact_top{
    margin-top: 60px;
}
.contact_top>div{
    float: left;
}
.contact_top>div:nth-child(1){
    width: 700px;
    height: 395px;
}

.contact_top>div:nth-child(2){
    width: 700px;
    height: 395px;
    padding: 30px;

}
.contact_top>div:nth-child(2) div:nth-child(1)>*{
    display: block;
}

.contact_top>div:nth-child(2) div:nth-child(1) strong{
    height: 50px;
    text-align: left;
    font-size: 24px;
    line-height: 50px;
}

.contact_top>div:nth-child(2) div:nth-child(1) span{
    margin-top: 25px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: justify;
}
.contact_top>div:nth-child(2) div:nth-child(2){
    margin-top: 30px;
}
.contact_top>div:nth-child(2) div:nth-child(2) a{
    display: inline-block;
    margin-left: 20px;
    width: 120px;
    height: 40px;
    background: #690;
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
}



.contact_bg{
    height: 345px;
    background: #f3f3f3;
    padding-top: 75px;
}

.contact_ico{

}
.contact_ico ul{
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.contact_ico ul li:first-child{
    width: 100%;
    border-bottom: solid 1px #e6e6e6;
    height: 50px;
    font-size: 22px;
    padding-left: 50px;
    margin-bottom: 10px;
}
.contact_ico ul li:first-child strong,.contact_ico ul li:first-child span{
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.contact_ico ul li:not(:first-child){
    width: 50%;
    height: 80px;
    float: left;
    padding-left: 50px;
    line-height: 80px;
}
.contact_ico ul li:hover{}

.contact_ico ul li:nth-child(1){
    background: url("../images/contact_ico1.png") no-repeat left top;
}
.contact_ico ul li:nth-child(2){
    background: url("../images/contact_ico2.png") no-repeat left center;
    width: 800px;
}
.contact_ico ul li:nth-child(3){
    background: url("../images/contact_ico3.png") no-repeat left center;
    width: 400px;
}
.contact_ico ul li:nth-child(4){
    background: url("../images/contact_ico4.png") no-repeat left center;
    width: 800px;
}
.contact_ico ul li:nth-child(5){
    background: url("../images/contact_ico5.png") no-repeat left center;
    width: 400px;
}


.contact_ico ul li>*{
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.contact_ico ul li span{
    color: #666666;
}

.contact_map{padding-top: 30px;position: relative;}
.contact_map img{border: solid 1px #ccc;width: 100%;}
#guest_book{position: absolute;bottom: 40px;width: 100px;height: 100px;}

.contact_online{
    margin-top: 70px;
}

.index_title4 strong{font-size: 24px;color: #666666;font-weight: normal;}
.index_title4 span{font-size: 16px;color: #999;}

.job_box{
    padding-top: 70px;
}

.job_list_tab{
    margin-bottom: 15px;
}
.job_list_tab div{
    width: 233px;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color:#999999;
}

.job_list{
    margin-bottom: 10px;
}

.job_list.active .job_info{
    display: block;
}
.job_list.active,.job_list.active a{
    color: #ffffff!important;
}

.job_list .job_nav{
    height: 50px;
    background: #edebeb;
}



.job_list .job_nav div{
    float: left;
    height: 50px;
    width: 233px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}

.job_list.active .job_nav{
    background: #690;

}

.job_list.active .job_nav div{
    color: #ffffff;
}

.job_list .job_nav div a{
    color: #690;
}

.job_info{
    padding: 25px 50px;
    display: none;
}
.job_title{
    font-size: 18px;
    color: #333333;
}
.job_info2{
    padding-top: 20px;
}
.job_info2 div{
    float: left;
    width: 33.33%;
    height: 28px;
    line-height: 28px;
    color: #999999;
}
.job_info2 div strong{
    font-weight: normal;
}

.job_info3{margin-top: 30px;}
.job_info3 .job_info_title{
    height: 30px;
}
.job_info3 .job_info_title{
    height: 30px;
    font-size: 16px;
    border-bottom: solid 1px #e6e6e6;
    padding-left: 13px;
    position: relative;
    color: #666666;
}

.job_info3 .job_info_title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 18px;
    width: 2px;
    background: #690;
}

.job_info3 .job_info_content{
    padding-top: 15px;
    line-height: 30px;
    color: #666666;
}


.article_bg{
    background: #f3f3f3;
    padding-top: 60px;
    border-top: solid 1px #e6e6e6;
    margin-bottom: 0;
    padding-bottom: 60px;
}

.article_nav_box{
    height: 50px;
    overflow: hidden;
}
.article_nav{
    height: 50px;
    text-align: center;
    float: left; /* 自适应内容宽度 */
    position: relative;
    left: 50%;
}
.article_nav ul{
    display: block;
    position: relative;
    left: -50%;
}
.article_nav ul li{display: block;width: 160px;height: 50px;float: left;position: relative;margin-right: 15px;}
.article_nav ul li:last-child{
    margin-right: 0;
}
.article_nav a{display: block;color: #333333;font-size: 16px;height: 50px;position: relative;line-height:  50px;z-index: 1;background: #ffffff}
.article_nav a:hover,
.article_nav a.active{background: #690;color: #ffffff}
.article_view_tab{
    display: none;
}
.article_view_tab.active{
    display: block;
}





.service{display: flex;margin-top: 50px;margin-bottom: 110px;}
.service>div:nth-child(1){
    width: 700px;
}
.service>div:nth-child(2){
    padding: 49px 0 0 49px;
}

.service>div:nth-child(2) div:nth-child(1){
    height: 180px;
    border: solid 5px #f00;
    padding: 40px;
}
.service>div:nth-child(2) div:nth-child(1)>*{
    display: block;
}
.service>div:nth-child(2) div:nth-child(1) strong{
    font-size: 30px;
}.service>div:nth-child(2) div:nth-child(1) span{
     font-size: 21px;
     line-height: 42px;
 }
.service>div:nth-child(2) div:nth-child(2){
    font-size: 17px;
    color: #333333;
    padding-top: 20px;
    line-height: 36px;
}

.honor_box{}
.honor_box ul{}

.honor_box ul li{width: 335px;height: 300px;float: left;margin-right: 20px;margin-bottom: 20px;}
.honor_box ul li:nth-child(4n){margin-right: 0;}
.honor_box ul li a{display: block;text-align: center;width: 335px;}
.honor_box ul li a span{
    padding: 4px;
    width: 335px;
    height: 250px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
    border: solid 1px #EBEBEB;
}
.honor_box ul li a span img{max-width: 325px;max-height: 240px;}
.honor_box ul li a strong{display: block;height: 50px;font-size: 15px;color: #333333;background: #EBEBEB;line-height: 50px;overflow: hidden;font-weight: normal;}

.honor_bg{
    background: #f3f3f3;
    padding-top: 1px;
}

.honor_bg .honor_box ul li{background: #ffffff;}
.honor_bg .honor_box ul li a span{
    padding: 4px;
    width: 335px;
    height: 250px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
    border: solid 1px #ffffff;
    border-bottom-color: #edebeb;
}
.honor_bg .honor_box ul li a span img{max-width: 325px;max-height: 240px;}
.honor_bg .honor_box ul li a strong{display: block;height: 50px;font-size: 15px;color: #333333;background: #ffffff;line-height: 50px;overflow: hidden;}


.album_box{padding: 60px 0;}
.album_ul{}
.album_ul li{float: left;margin-right: 20px;width: 335px;height:300px;text-align: center;margin-bottom: 30px;}
.album_ul li:nth-child(4n){margin-right: 0;}
.album_ul li a span{display: block;width: 335px;height: 250px;overflow: hidden;}
.album_ul li img{width: 335px;height: 250px;}
.album_ul li a:hover strong{color: #690;}
.album_ul li div{display: none;}

.album_ul li a strong{
    font-size: 15px;
    color: #333;
    font-weight: normal;
    height: 50px;
    line-height:50px;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0 0 1px transparent;
    text-align: center;
    /*-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);*/
}
.album_ul li a strong:before{
    content: '';
    height: 2px;
    background: #690;
    position: absolute;
    left: 0;
    right: 100%;
    bottom: 0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.album_ul li a strong:after{
    content: "";
    width: 100%;
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.album_ul li a:hover strong:before{
    right: 0;
}
.album_ul li a:hover strong:after{
    display: none;
}


.video_box{padding-top: 60px;}
.video_box ul li{width: 450px;height: 365px;float: left;margin-right: 25px;margin-bottom: 25px;padding: 8px;border: solid 1px #edebeb;}
.video_box ul li:nth-child(3n){margin-right: 0;}
.video_box ul li a span{
    width: 430px;
    height: 258px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
    position: relative;
}
.video_box ul li a span img{width: 430px;height: 258px;}
.video_box ul li a strong{display: block;height: 107px;font-size: 16px;line-height:26px;color: #333333;font-weight: normal;text-align: left;overflow: hidden;padding: 10px 0;}
.video_box ul li a span i{position: absolute;display: block;width: 430px;height: 258px;font-size: 40px;color: #ffffff;left: 0;top: 0;line-height: 248px;}
.video_box ul li a:hover span i{background: rgba(255,255,255,.3);}

.video_content{padding-top: 30px;padding-bottom: 40px;}
.newsviewtitle{text-align: center;}
.newsviewtitle h1{font-size: 24px;}

.customer_view{padding:30px 0;font-size: 16px;line-height: 32px; }

.video_list{width: 1200px;position: relative;}
.video_list .box{width: 1200px;height: 210px;overflow: hidden;}
.video_list ul li{width: 306px;height: 210px;float: left;}
.video_list ul li a{display: block;width:284px; }
.video_list ul li a span{display: block;width:284px;height: 160px;position: relative; }
.video_list ul li a span img{display: block;width:284px;height: 160px; }
.video_list ul li a span i{position: absolute;display: block;width: 284px;height: 160px;font-size: 30px;color: #ffffff;left: 0;top: 0;line-height: 160px;text-align: center;}
.video_list ul li a:hover span i{background: rgba(255,255,255,.3);}
.video_list ul li a strong{display: block;height: 50px;font-size: 15px;color: #333333;line-height: 50px;font-weight: normal;text-align: center;}


/*滚动插件样式*/
.cxscroll{}
.cxscroll .box{overflow:hidden;}
.cxscroll .list{overflow:hidden;width:9999px;margin-bottom: 0;}
.cxscroll .list li{float:left;}

.index_zszs_nav2{height: 1px;position: relative;width: 1200px;}
.index_zszs_nav2 a{display: block;position: absolute;left: -80px;top:-150px;}
.index_zszs_nav2 a:last-child{right: -80px;left: auto; }
.index_zszs_nav2 a i{font-size: 23px;color: #dbdbdb;width: 57px;height: 57px;line-height: 47px;display: inline-block;text-align: center; }
.index_zszs_nav2 a:hover i{color: #1357c6;}

.index_kfal_nav{height: 1px;position: relative;width: 1400px;}
.index_kfal_nav a{display: block;position: absolute;left: -50px;top:-181px;z-index: 999;}
.index_kfal_nav a:last-child{right: -50px;left: auto; }
.index_kfal_nav a i{font-size: 23px;color: #333;width: 40px;height: 40px;line-height: 40px;display: inline-block;text-align: center; }
.index_kfal_nav a:hover i{color: #f33;}


.dnews_box{margin-top: 30px;}
.dnews_box ul{}

.dnews_box ul li{width: 100%;height: 90px;border: solid 1px #EBEBEB;margin-bottom: 25px;}
.dnews_box ul li a{display: flex;text-align: left;width: 100%;}
.dnews_box ul li a:hover{display: flex;text-align: left;width: 100%;}
.dnews_box ul li a span{
    width: 1310px;
    display: block;
    height: 90px;
    line-height: 90px;
    padding-left: 45px;
    color: #666;
    font-size: 18px;
}

.dnews_box ul li a strong{
    display: block;
    width: 90px;
    height: 90px;

    color: #999;
    background: #ededed;
    line-height: 90px;
    text-align: center;
}
.dnews_box ul li a strong i{
    font-size: 25px;
}

.dnews_box ul li a:hover span{
    background: #690;
    color: #ffffff;
}

.dnews_box ul li a:hover strong{
    background: #f60;
    color: #ffffff;
}

.franchiseebg_box{
    background: #ffffff;
    margin-top: 30px;
    padding: 30px;
}
.franchisee_box{}
.franchisee_box ul li{width: 256px;height: 144px;float: left;margin-right: 15px;margin-bottom: 15px;border: solid 1px #e6e6e6;border-radius: 8px;}
.franchisee_box ul li:nth-child(5n){margin-right: 0;}
.franchisee_box ul li a{
    display: block;
}
.franchisee_box ul li a span{
    width: 254px;
    height: 142px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
}
.franchisee_box ul li a span img{max-width: 254px;max-height: 142px;}
.franchisee_box ul li a strong{display: none;height: 50px;font-size: 15px;color: #333333;line-height: 50px;font-weight: normal;text-align: center;background: #ECECEC;}


.article_box{padding-top: 30px;}
.article_box ul li{width: 450px;height: 388px;float: left;margin-right: 25px;margin-bottom: 25px;}
.article_box ul li:nth-child(3n){margin-right: 0;}
.article_box ul li a{
    display: block;
}
.article_box ul li a span{
    width: 450px;
    height: 338px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
    position: relative;
}
.article_box ul li a span img{width: 450px;height: 338px;}
.article_box ul li a strong{display: block;height: 50px;font-size: 16px;color: #333333;line-height: 49px;font-weight: normal;text-align: left;overflow: hidden;padding: 0 5px;border-bottom: solid 1px #e6e6e6;position: relative;}
.article_box ul li a:hover strong{background: #690;border-bottom-color: #690;padding-left: 20px;color: #ffffff;}

.article_box ul li a strong i{
    position: absolute;
    right: 20px;
    color: #999;
}
.article_box ul li a:hover strong i{
    color: #fff;
}

/*案例部分*/
.articleview_box{
    padding-top: 60px;
}

.articleview_left,.articleview_right{
    float: left;
    width: 700px;
    height: 552px;
}
.articleview_left img{
    width: 700px;
    height: 552px;
}

.articleview_right{
    padding-left: 60px;
}
.articleview_title{
    border-bottom: solid 1px #e6e6e6;
    position: relative;
    height: 55px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.articleview_title:before{
    content: '';
    height: 3px;
    width: 30px;
    background: #690;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.articleview_info{
    padding-top: 25px;
    line-height: 40px;
    height: 385px;
    overflow: hidden;
    font-size: 16px;
}

.articleview_contact{}
.articleview_contact>div{
    float: left;
}
.onLine_box{
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 55px;
}
.onLine_box a{
    display: block;
    border-radius: 30px;
    background: #690;
    width: 200px;
    height: 60px;
}
.onLine_box *{
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 22px;
}
.onLine_box i{
    font-size: 32px;
}

.phone{
    height: 60px;
    width: 270px;
    margin-left: 60px;
}
.phone *{
    float: left;
}
.phone i{
    width: 50px;
    height: 50px;
    font-size: 50px;
    vertical-align: top;
    line-height: 60px;
    margin-right: 5px;
}
.phone span,.phone strong{
    width: 215px;
}
.phone span{
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
}
.phone strong{
    font-size: 30px;
    line-height: 30px;
}

.article_tab{
    height: 60px;
    background: #f3f3f3;
    margin-top: 30px;
}

.article_tab ul li{
    width: 200px;
    float: left;
    text-align: center;
    line-height: 56px;
    border-top: solid 4px #f3f3f3;
    cursor: pointer;
    font-size: 16px;
}

.article_tab ul li.active{
    border-top-color:#690;
    background: #ffffff;
}

.article_content3{
    background: #f3f3f3;
    margin-top: 55px;
    padding-top: 50px;
    padding-bottom: 60px;
}

.article_real_title{
    height: 45px;
}

.article_real_title div{
    height: 45px;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
}
.article_real_title div:before{
    content: '';
    width: 30px;
    height: 2px;
    background: #690;
    position: absolute;
    left: 0;
    bottom: 1px;
}
.article_real_title div>*{
    display: block;
    width: 50%;
    float: left;
    height: 45px;
    line-height: 44px;

}
.article_real_title div>a{
    text-align: right;
    font-size: 14px;
    color: #666666;
}
.article_real_title div>strong{
    font-size: 20px;
    color: #333333;
}

.article_real_list{
    padding-top: 30px;
}
.article_real_list ul li{
    float: left;
    width: 335px;
    margin-right:20px;
    height: 300px;
}
.article_real_list ul li:last-child{
    margin-right: 0;
}

.article_real_list ul li a span{
    display: block;
    height: 250px;
    width: 335px;
    overflow: hidden;
}
.article_real_list ul li a span img{
    width: 335px;
    height: 250px;
}

.article_real_list ul li a strong{
    display: block;
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    overflow: hidden;
    font-weight: normal;
    color: #333333;
}

.article_real_list ul li a:hover strong{
    color: #690;
}

.article_news_title{
    height: 45px;
}

.article_news_title div{
    height: 45px;
    position: relative;
    border-bottom: solid 1px #e6e6e6;
}
.article_news_title div:before{
    content: '';
    width: 30px;
    height: 2px;
    background: #690;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.article_news_title div>*{
    display: block;
    width: 50%;
    float: left;
    height: 45px;
    line-height: 44px;

}
.article_news_title div>a{
    text-align: right;
    font-size: 14px;
    color: #666666;
}
.article_news_title div>strong{
    font-size: 20px;
    color: #333333;
}

.article_news_list{
    background: #ffffff;
    padding: 35px;
    position: relative;
    height: 198px;
}
.article_news_list:before{
    position: absolute;
    left: 50%;
    width: 1px;
    background: #f3f3f3;
    top: 35px;
    height: 140px;
}

.article_news_list ul li{
    height: 32px;
    float: left;
    width: 50%;
    position: relative;
    line-height: 32px;
    padding-left: 30px;
    padding-right: 30px;
}

.article_news_list ul li:nth-child(2n){
    padding-right: 0;
    padding-left: 60px;
}

.article_news_list ul li a{
    display: block;
    width: 100%;
    height: 32px;
}

.article_news_list ul li a>*{
    display: block;
    float: left;
}
.article_news_list ul li a strong{
    font-weight: normal;
    color: #333333;
    width: 440px;
    overflow: hidden;
    height: 32px;
    font-size: 16px;
}
.article_news_list ul li a:hover strong{
    color: #669900;
}
.article_news_list ul li a span{
    width: 70px;
    float: right;
    color: #666;
}

.article_news_list ul li:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 2px #690;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 12px;
}

.article_news_list ul li:nth-child(2n):before{
    left: 30px;
}


.news_box{
    margin-top: 30px;
}
.news_box>div{
}
.news_left{
    width: 1060px;
}
.new_right{
    width: 250px;
    margin-left: 90px;
}

.news_img_box{position: relative}
.news_img_box ul li{
    display: flex;
    height: 230px;
    padding: 40px;
    background: #ffffff;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
}

.news_img_box ul li:hover{
    box-shadow:2px 3px 10px rgba(0,0,0,.32);
    z-index: 2;
}
.news_img_box ul li:hover a{color: #690;}
.news_img_box ul li:hover .news_foot a{background: #690;color: #ffffff;border-color: #669900}

.news_img_box ul li img{
    transition: all 0.5s ease 0s;
}
.news_img_box ul li:hover img{
    transform:scale(1.12,1.12);-webkit-transform:scale(1.12,1.12)
}

.news_pic_box{width: 250px;height: 150px;overflow: hidden;}
.news_pic_box img{width: 250px;height: 150px;}

.news_right{width:1040px;margin-left: 30px;}
.news_right.noleft{width: 100%;margin-left: 0;}

.news_title>*{
    display: block;
}
.news_title a{font-size: 18px;color: #333333;height: 40px;line-height: 40px;}
.news_title span{font-size: 13px;color: #333333;line-height: 30px;}
.news_info{font-size: 14px;color: #666;line-height: 28px;padding-top: 20px;height: 76px;}

.news_foot{padding-top: 15px;text-align: right;position: relative;}
.news_foot a{
    right: 0;
    top: -6px;
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 25px;
    text-align: center;
    border: solid 3px #cdcdcd;
    border-radius: 50%;
    color: #cdcdcd;
    font-family: Simsun,sans-serif;
    font-weight: bold;
    padding-left: 3px;
}

.news_nav{}
.news_nav ul li{height: 50px;margin-bottom: 10px;}
.news_nav ul li a{display: block;background: #333333;color: #ffffff;border-radius: 25px;line-height: 50px;text-align: center;font-size: 18px;font-weight: bold;}
.news_nav ul li a:hover,.news_nav ul li a.active{
    background: #690;
}

.renews{
    margin-top: 40px;
}

.sec_title{margin-bottom: 10px;}
.sec_title>*{display: block;text-align: center;}
.sec_title strong{font-size: 24px;color: #f00;}
.sec_title span{font-size: 15px;color: #666;}

.renews_list{

}

.renews_list li{
    margin-bottom: 20px;
}

.renews_list li a span{
    display: block;
    overflow: hidden;
    border-radius: 8px;
    width: 250px;
    height: 150px;
}

.renews_list li a img{
    width: 250px;
    height: 150px;
}
.renews_list li a strong{
    font-weight: normal;
    color: #333333;
    font-size: 17px;
    padding-top: 12px;
    display: block;
    line-height: 28px;
    height: 68px;
    overflow: hidden;
}

.customer_title{font-size: 24px;color: #000;text-align: center;height: 60px;line-height: 60px;margin: 10px 0;font-weight: bold;}
.newsviewauthor{border-bottom: solid 1px #E5E5E5;color: #999;line-height: 36px;text-align: center;position: relative;font-size: 13px;}
.newsviewauthor span{
    display: inline-block;
    margin-right: 15px;
}
.newsviewauthor a{color: #999;font-size: 13px;}
.article_view_img{padding-top: 37px;}

.newsviewauthor a{color: #939393;}
.newsviewcontent{padding: 20px 0;line-height: 28px;color: #333;font-size: 16px;}
.newsviewcontent img{max-width: 100%;}

.page_box a.art_list{width: 100px;height: 32px;background: #eee;color: #999;position: absolute;right: 0;top: 0;text-align: center;line-height: 32px;}
.page_box .newsviewauthor a.art_list{right: 0;bottom: 0;top: auto;}
.page_box a.art_list:hover{background: #690;color: #fff;}

.page_keywords{border-top: solid 1px #E5E5E5;padding-top: 5px;position: relative;color: #999;margin-top: 30px;}
.page_keywords span{color: #666;font-size: 14px;}
.page_keywords a.page_tag{color: #666;font-size: 14px;margin-right: 13px;}
.page_keywords a.page_tag:hover{color: #690;}

.nextprea{
    position: relative;
}
.nextprea:before{
    position: absolute;
    content: '';
    width: 1325px;
    border-bottom: dashed 1px #ccc;
    right: 0;
    top: 50%;
}
.nextprea div{
    width: 100%;
}
.nextprea div:last-child{
    margin-top: 5px;
}
.nextprea div > *{
    display: block;
    float: left;
}

.nextprea div span{
    width: 60px;
    height: 30px;
    background: #999999;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.nextprea div>*:nth-child(2){
    margin-left: 15px;
    font-style: normal;
    display: block;
    width: 1325px;
    height: 30px;
    line-height: 30px;
}

.nextprea div a strong{
    width: 50%;
    display: block;
    font-weight: normal;
    float: left;
    color: #666666;
    font-size: 14px;
}
.nextprea div a strong:last-child{
    text-align: right;
}
.nextprea div a:hover strong{
    color: #690;
}


.custormer_box{
    padding: 30px 0 0 0;
}
.custormer_box ul li{
    float: left;
    width: 450px;
    height: 460px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.custormer_box ul li:nth-child(3n){
    margin-right: 0;
}
.custormer_box ul li em{
    display: block;
    overflow: hidden;
    width: 450px;
    height: 338px;
}.custormer_box ul li img{
    width: 450px;
    height: 338px;
}
.custormer_box ul li div{
    padding: 20px;
    border: solid 1px #e6e6e6;
    height: 122px;
}
.custormer_box ul li div *{
    display: block;
}

.custormer_box ul li div strong{
    height: 40px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}
.custormer_box ul li div span{
    font-size: 14px;
    color: #666;
}

/*现货供应*/
.partinfo_box{
    padding-top: 30px;
}

.partinfo_box ul li{
    float: left;
    width: 438px;
    height: 570px;
    margin-right:43px;
    margin-bottom: 43px;
}
.partinfo_box ul li:nth-child(3n){
    margin-right: 0;
}

.partinfo_box ul li span{
    border: solid 1px #e6e6e6;
    width: 438px;
    height: 438px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
    position: relative;
}

.partinfo_box ul li span img{
    max-width: 438px;
    max-height: 438px;
}

.partinfo_box ul li a div{
    height: 132px;
}

.partinfo_box ul li a div *{
    display: block;
}

.partinfo_box ul li a div strong{
    height: 55px;
    color: #333;
    font-weight: normal;
    font-size: 18px;
    line-height: 55px;
    position: relative;
    padding: 0 25px;
}
.partinfo_box ul li a div strong:before{
    content: '';
    position: absolute;
    background: #690;
    left: 0;
    top: 18px;
    width: 5px;
    height: 20px;
}

.partinfo_box ul li a div em{
    color: #666;
    font-size: 14px;
    font-style: normal;
    line-height: 28px;
}


.partinfo_real_list{
    padding-top: 30px;
}
.partinfo_real_list ul li{
    float: left;
    width: 335px;
    margin-right:20px;
    height: 385px;
}
.partinfo_real_list ul li:last-child{
    margin-right: 0;
}

.partinfo_real_list ul li a span{
    display: block;
    height: 335px;
    width: 335px;
    overflow: hidden;
}
.partinfo_real_list ul li a span img{
    width: 335px;
    height: 335px;
}

.partinfo_real_list ul li a strong{
    display: block;
    text-align: center;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    overflow: hidden;
    font-weight: normal;
    color: #333333;
}

.partinfo_real_list ul li a:hover strong{
    color: #690;
}

.partinfo_top{
    margin-top: 60px;
}
.partinfo_left{
    width: 700px;
    height: 700px;
    float: left;
    overflow: hidden;
    border: solid 1px #e6e6e6;
}
.partinfo_right{
    width: 700px;
    float: left;
    padding-left: 60px;
}


.partinfo_left .mySwiper {
    position: relative;
}
.partinfo_left .mySwiper .swiper-button-prev,.partinfo_left .mySwiper .swiper-button-next{
    color: #690;
}

.partinfo_left .mySwiper .swiper-pagination-fraction{
    text-align: right;
    padding-right: 20px;
}

.partinfo_left .swiper {
    width: 100%;
    height: 100%;
}

.partinfo_left .swiper-slide {
    text-align: center;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.partinfo_left .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partinfo_right{}
.partinfo_right .partinfo_title{
    height: 52px;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.partinfo_info{
    height: 105px;
    border-top: solid 1px #e6e6e6;
    background: #f3f3f3;
    padding: 14px 15px;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    position: relative;
}
.partinfo_info:before{
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 3px;
    width: 30px;
    background: #669900;
}

.partinfo_list{
    padding: 15px;
    height: 490px;
}
.partinfo_list>div>*{
    display: inline-block;
    color: #666666;
    font-weight: normal;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
}

.partinfo_contact>*{
    display: inline-block;
    width: 145px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

.partinfo_contact>*:nth-child(1) i{
    font-size: 22px;
}

.partinfo_contact>*:nth-child(1){
    background: #669900;
}

.partinfo_contact>*:nth-child(1) *{
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}

.partinfo_contact>*:nth-child(2){
    border: solid 1px #690;
    font-size: 18px;
    color: #360;
    font-weight: bold;
}
.partinfo_contact>*:nth-child(2):hover{
    background: #f7f7f7;
}

.partinfo_contact>*:nth-child(3){
    background: url("../images/product_ico1.png") no-repeat 25px 15px;
    border: solid 1px #e6e6e6;
    font-size: 18px;
    color: #666;
}

.partinfo_contact>*:nth-child(3):hover{
    background: url("../images/product_ico1.png") no-repeat 25px 15px #f7f7f7;

}
.partinfo_contact>*:nth-child(4){
    background: url("../images/product_ico2.png") no-repeat 18px 15px;
    border: solid 1px #e6e6e6;
    font-size: 18px;
    color: #666;
}

.partinfo_contact>*:nth-child(4):hover{
    background: url("../images/product_ico2.png") no-repeat 18px 15px #f7f7f7;

}

.partinfoview{
    padding-top: 30px;
    width: 1000px;
    margin: 0 auto;
}

.partinfoview img{
    display: block;
    margin: 0 auto;
}


    /*详情页产品滚动*/
.realpro_title strong{font-size: 18px;font-weight: normal;color: #333333;}
.realpro_title{font-size: 14px;color: #d4d4d4;margin-top: 30px;}

.realproduct{padding: 20px 0;}
.realproduct ul li{width: 270px;height: 281px;float: left;}
.realproduct ul li a{display: block;width: 240px;height: 281px;border: solid 1px #e6e6e6;}
.realproduct ul li a:hover{border-color: #c00;}
.realproduct ul li a span{
    width: 238px;
    height: 225px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
}
.realproduct ul li a span img{max-width: 238px;max-height: 225px;}
.realproduct ul li a strong{display: block;height: 56px;overflow: hidden;font-weight: normal;font-size: 15px;color: #333333;text-align: center;line-height: 56px;}

.productlistcontent_top{margin-top: 50px;}
.productlistcontent_left{float: left;}
.productlistcontent_right{float: right;width: 660px;}

.productlistcontent_left .connected-carousels .stage{float: left;}

.productlistcontent_right_title{font-size: 21px;color: #333333;border-bottom: solid 1px #dbdbdb;padding-bottom: 15px;}
.product_info{
    line-height: 28px;
    padding-top: 10px;
    height: 280px;
}

.zxzx2{width: 100%;height: 50px;}
.zxzx2>*{display: block;float: left;width: 180px;height: 50px;line-height: 50px;text-align: center;font-size: 17px;color: #ffffff;border-radius: 10px;}
.zxzx2 a{
    background: #e60012;
    color: #ffffff;
}

.zxzx2 a:hover{
    background: #d61b1b;
}

.zxzx2 a i{font-size: 22px;vertical-align: top;padding-top: -5px;}
.zxzx2 strong{
    background: #f90;
    margin-left: 60px;
}
.zxzx2 strong:hover{
    background-image: linear-gradient(90deg,rgba(255,140,0,.5),rgba(255,191,0,.5));
}
.zxzx2 strong i{font-weight: normal;font-size: 24px;vertical-align: middle;}

.caigou{margin-top: 30px;}
.caigou>*{display: block;width: 180px;height: 50px;color: #666;font-size: 16px;float: left;line-height: 50px;border: solid 1px #e3e1e1;border-radius: 10px;text-align: center;}


.caigou a:nth-child(1){
    background: url("../images/product_ico1.png") no-repeat 40px center;

}.caigou a:nth-child(1):hover{
     background: url("../images/product_ico1.png") no-repeat 40px center #f7f7f7;

 }
.caigou a:nth-child(2){
    margin-left: 60px;
    background: url("../images/product_ico2.png") no-repeat 30px center;
}
.caigou a:nth-child(2):hover{
    margin-left: 60px;
    background: url("../images/product_ico2.png") no-repeat 30px center #f7f7f7;
}


.pcontentbg{margin-top: 80px;}
.pdtitle{
    border-bottom: solid 1px #e3e1e1;
}
.pdtitle strong{display: inline-block;padding:0 25px;height: 45px;line-height: 45px;background: #f00;color: #ffffff;font-weight: normal;font-size: 18px;}
.pdcontent{
    padding: 30px 25px 50px 25px;
}


.pdcontent table tr p{
    margin-bottom: 0;
}

.baozhuang{

}
.baozhuang ul li{
    float: left;
    width: 320px;
    height: 430px;
    margin-right:40px;
    position: relative;
}
.baozhuang ul li div{
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease 0s;
}
.baozhuang ul li:hover div{
    top:-15px;
}

.baozhuang ul li:last-child{
    margin-right: 0;
}

.baozhuang ul li span{
    width: 320px;
    height: 360px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
    border-radius: 10px;
    border-bottom: solid 4px #ec0403;
    box-shadow:2px 2px 10px rgba(0,0,0,.32);
}

.baozhuang ul li strong{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 70px;
    font-weight: normal;
}

.scjd{}
.scjd ul li{float: left;width: 445px;height: 334px;margin-right: 32px;margin-bottom: 32px;overflow: hidden;}
.scjd ul li:nth-child(3n){
    margin-right: 0;
}

.ssyoushi{}
.ssyoushi ul li{display: flex;}
.cpys_text{padding: 70px;}

.youshi_secico_bg{
    height: 100px;
}
.youshi_secico{
    width: 298px;
    height: 100px;
}
.youshi_secico > *{
    display: block;
    float: left;
}
.youshi_secico em{
    height: 62px;
    width: 56px;
    text-align: center;
    position: relative;
}
.youshi_secico strong{
    width: 184px;
    padding-left: 11px;
    padding-top: 10px;
    font-size: 20px;
}
.youshi_secico span{
    width: 184px;
    padding-left: 11px;
    font-size: 14px;
}

.youshi_secico.active em:before{
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background: #e60012;
    z-index: 0;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.youshi_secico.active em:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 18px;
    bottom: 0;
    border-top: 10px solid #e60012;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.youshi_secico em i{
    position: relative;
    font-size: 30px;
    z-index: 1;
    display: inline-block;
    padding-top: 5px;
}

.youshi_secico.active em i{
    color: #ffffff;
}

.youshi_sectitle{
    font-weight: bold;
    font-size: 30px;
    color: #000;
    border-bottom: solid 1px #e3e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.youshi_info{
    font-size: 17px;
    color: #000;
    line-height: 28px;
}

.cpys_img{
    width: 700px;height: 438px;
}

.cpys_img a{
    display: block;
    width: 700px;height: 438px;
    overflow: hidden;
}

.hotproduct{padding: 20px 0;}
.hotproduct ul li{width: 360px;height: 427px;float: left;}
.hotproduct ul li div{display: block;width: 320px;height: 427px;border: solid 1px #e6e6e6;}
.hotproduct ul li div:hover{border-color: #c00;}
.hotproduct ul li div:hover strong{color: #c00;}
.hotproduct ul li div span{
    width: 318px;
    height: 318px;
    margin: 0 auto;
    /*非IE的主流浏览器识别的垂直居中的方法*/
    display: table-cell;
    vertical-align:middle;
    /*设置水平居中*/
    text-align:center;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family: Arial, serif;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    overflow: hidden;
}
.hotproduct ul li div span img{max-width: 318px;max-height: 318px;}
.hotproduct ul li div strong{display: block;overflow: hidden;font-size: 15px;color: #333333;text-align: center;line-height: 50px;height: 50px;}
.hotproduct ul li div em{display: block;text-align: center;font-style: normal;color: #999999;font-size: 14px;line-height: 30px;}

.sitemap{
    margin-top: 30px;
}

.sitemaplist1{
    margin-bottom: 40px;

}.sitemaplist1 div{
     margin-bottom: 15px;
 }
.sitemaplist1 div a{
    width: 180px;
    height: 48px;
    display: block;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background: #690;
    border-radius: 20px 0 20px 0;
}

.sitemaplist1 ul{
    display: block;
    background: url("../images/map_li.jpg") repeat-y left top;

}

.sitemaplist1 ul li{
    height: 52px;
    float: left;
    line-height: 52px;
    min-width: 200px;
    text-align: center;
}

.sitemaplist1.sitemapfangan1 ul li{
    height: 52px;
    float: left;
    line-height: 52px;
    text-align: left;
    width: 455px;
    padding-left: 70px;
}

/*售后服务*/
.fwlc_box{
    padding-bottom: 60px;
}
.fwlc_box ul li{
    float: left;
    margin-right: 20px;
    width: 122px;
    height: 250px;
    background: url("../images/fwlc_bg1.png") no-repeat left top;
    position: relative;
    padding-top: 50px;
    cursor: pointer;
}
.fwlc_box ul li:hover{
    background: url("../images/fwlc_bg2.png") no-repeat left top;
}
.fwlc_box ul li:last-child{
    margin-right: 0;
}

.fwlc_box ul li:hover span{
    background: #690;
}

.fwlc_box ul li span{
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    background: #999;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.fwlc_box ul li i{
    font-size: 50px;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #424242;
}
.fwlc_box ul li i:hover{
    color: #690;
}

.fwlc_box ul li:nth-child(1) i{
    font-size: 60px;
}
.fwlc_box ul li:nth-child(4) i{
    font-size: 60px;
}
.fwlc_box ul li:nth-child(6) i{
    font-size: 60px;
}
.fwlc_box ul li:nth-child(8) i{
    font-size: 80px;
}

.fwlc_box ul li strong{
    display: block;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    color: #333333;
}
.fwlc_box ul li em{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999999;
    font-style: normal;
}


.fwnr_bg{
    background: url("../images/fwnr_bg.jpg") no-repeat center top;
    padding-top: 1px;
}
.fwnr_bg .index_title1{
    color: #ffffff;
}

.fwnr_list{
    width: 1170px;
    padding-bottom: 80px;
}

.fwnr_list ul li{
    float: left;
    width: 350px;
    height: 580px;
    margin-right: 60px;
    background: #ffffff;
    border-radius: 60px 0 60px 0;
    text-align: center;
    color: #333333;
    padding: 60px 40px 0 40px;
}
.fwnr_list ul li:last-child{
    margin-right: 0;
}

.fwnr_list ul li>*{
    display: block;
}

.fwnr_list ul li i{
    font-size: 70px;
}

.fwnr_list ul li strong{
    font-size: 24px;
    margin-top: 50px;
}

.fwnr_list ul li p{
    font-size: 18px;
    margin-top: 50px;
    color: #666666;
    text-align: left;
}

.cjwenti_box{
    background: url("../images/cjwenti_box.png") no-repeat right center;
    height: 750px;
}
.cjwenti_box ul li{
    height: 280px;
    width: 820px;
    position: relative;
}
.cjwenti_box ul li:before{
    content: '';
    position: absolute;
    border-bottom: solid 1px #e6e6e6;
    left: 0;
    bottom: 60px;
    width: 820px;
    height: 1px;
}
.cjwenti_box ul li:last-child:before{
    display: none;
}

.cjwenti_box ul li>*{
    display: block;
    float: left;
}

.cjwenti_box ul li>i{
    width: 160px;
    height: 160px;
    font-size: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 160px;
}
.cjwenti_box ul li:nth-child(1)>i{
    color: #9d610a;
    background: #ffd581;
}
.cjwenti_box ul li:nth-child(2) i{
    color: #669;
    background: #a0b0db;
}
.cjwenti_box ul li:nth-child(2) i .icon{
    fill: #669;
}
.cjwenti_box ul li:nth-child(3)>i{
    color: #690;
    background: #9c6;
}

.cjwenti_box ul li>strong{
    font-size: 25px;
    color: #333333;
    width:660px;
    padding-left: 60px;
    padding-top: 40px;
}

.cjwenti_box ul li>span{
    width:660px;
    padding-left: 80px;
    padding-top: 20px;
    position: relative;
    font-size: 18px;
}

.cjwenti_box ul li>span:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 60px;
    top: 28px;
    position: absolute;
}
.cjwenti_box ul li:nth-child(1)>span:before{
    background: #9d610a;
}
.cjwenti_box ul li:nth-child(2)>span:before{
    background: #669;
}
.cjwenti_box ul li:nth-child(3)>span:before{
    background: #690;
}


.shfwxc_bg{
    background: #f3f3f3;
    padding-top: 80px;
    padding-bottom: 60px;
}
.shfwxc_bg>div>div{
    float: left;
}
.shfwxc_left{
    width: 700px;
}

.shfwxc_left img{
    margin-right: 10px;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.shfwxc_left img:nth-child(3){
    margin-right: 0;
}
.shfwxc_left img:nth-child(5){
    margin-right: 0;
}

.shfwxc_right{
    width: 700px;
    padding-left: 5px;
}
.shfwxc_right div:nth-child(1){
    height: 85px;
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.shfwxc_right div:nth-child(3){
    text-align: center;
    padding-top: 20px;
}
.shfwxc_right div:nth-child(3) span{
    display: inline-block;
    width: 400px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: solid 1px #999999;
    font-size: 18px;
    color: #666666;
}

.shfwxc_right div:nth-child(3) span strong{
    color: #690;
    font-size: 20px;
}

.sitemaplist1 ul li a{color: #666666;}
.sitemaplist1 ul li a:hover{color: #690;}

/*解决方案单独样式*/
.page_custormer_box{
    width: 100%;
    height: 170px;
    box-shadow:2px 2px 10px rgba(0,0,0,.06);
    padding-top: 30px;
}
.custormer_nav{
    height: 170px;
    text-align: center;
    position: relative;
}
.custormer_nav ul{
    display: block;
    position: relative;
    margin-bottom: 0;
}
.custormer_nav ul li{display: block;width: 460px;height: 50px;float: left;position: relative;margin-right: 10px;margin-bottom: 10px;}
.custormer_nav ul li:nth-child(3n){
    margin-right: 0;
}
.custormer_nav a{display: block;color: #333333;background:#f3f3f3;font-size: 16px;height: 50px;position: relative;line-height:  50px;z-index: 1;}
.custormer_nav a:hover,
.custormer_nav a.active{background: #690;color: #ffffff}


.csfzlc{}
.csfzlc ul li{
    float: left;
    width: 320px;
    height: 620px;
    margin-right: 40px;
    background: #f1f5fe;
    border-radius: 160px;
    padding-top: 20px;
    text-align: center;
}
.csfzlc ul li:last-child{
    margin-right: 0;
}

.csfzlc ul li div:nth-child(2) strong{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 320px;
    height: 100px;
    font-size: 24px;
    color: #333333;
}
.csfzlc ul li div:nth-child(3){
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.fahyzc_bg{
    background: #f3f3f3;
    padding-top: 1px;
    margin-top: 60px;
}

.fahyzc_pic div:nth-child(1){
    margin-bottom: 10px;
}
.fahyzc_txt{
    padding-top: 50px;
    padding-bottom: 40px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
}

.csxz_list{}
.csxz_list ul li{
    float: left;
    width: 450px;
    height: 320px;
    margin-right:25px;
    margin-bottom: 25px;
}
.csxz_list ul li:nth-child(3n){
    margin-right: 0;
}
.csxz_list ul li span{
    display: block;
    width: 450px;
    height: 270px;
}

.csxz_list ul li img{
    width: 450px;
    height: 270px;
}
.csxz_list ul li strong{
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#666666;
    font-size: 18px;
    font-weight: normal;
    display: block;
}

.cszkpsxtys_bg{
    background: #f3f3f3;
    padding-top: 1px;
    padding-bottom: 80px;
}

.cszkpsxtys_list{}
.cszkpsxtys_list ul li{
    float: left;
    width: 233px;
    height: 300px;
    border-right: solid 1px rgba(204,204,204,.8);
    cursor: pointer;
    text-align: center;
    padding:35px 0;
}
.cszkpsxtys_list ul li:hover{
    background: #ffffff;
}

.cszkpsxtys_list ul li>*{
    display: block;
}

.cszkpsxtys_list ul li i{
    font-size: 55px;
    color: #2c2c2c;
}
.cszkpsxtys_list ul li:hover i{
    font-size: 55px;
    color: #690;
}
.cszkpsxtys_list ul li strong{
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
}
.cszkpsxtys_list ul li:hover strong{
    font-weight: bold;
}

.cszkpsxtys_list ul li span{
    padding: 0 15px;
    font-size: 14px;
    color: #666666;
}

.cszkpsgs_bg{
    padding-bottom: 60px;
}
.cszkpsgs_content{}
.cszkpsgs_content div{
    width: 700px;
    height: 500px;
}
.cszkpsgs_content_right{
    padding-left: 60px;
}
.cszkpsgs_content_right ul li{
    width: 640px;
    height: 110px;
    border: solid 1px #3f3f3f;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
    padding: 30px 50px;
    font-size: 16px;
    color: #333333;
}
.cszkpsgs_content_right ul li:nth-child(3){
    padding: 20px 50px;
}
.cszkpsgs_content_right ul li strong{
    display: block;
    position: absolute;
    left: -25px;
    top: 30px;
    background: #690;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.cszkpsxtjg_bg{
    background: #f3f3f3;
    padding-top: 1px;
    padding-bottom: 60px;
}


.xgalbse_bg{
    padding-top: 60px;
}

.csxtdbys_bg{
    padding-bottom: 60px;
}
.csxtdbys_info>div{
    float: left;
}
.csxtdbys_left{
    width: 540px;
    height: 800px;
}
.csxtdbys_left div:nth-child(1){
    width: 540px;
    text-align: center;
    border: solid 1px #ededed;
    height: 550px;
    padding-top: 24px;
}
.csxtdbys_left div:nth-child(2){
    width: 540px;
    height: 250px;
    background: #f1f5fe;
    padding-left: 50px;
    padding-right: 50px;
}
.csxtdbys_left div:nth-child(2) strong{
    display: block;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.csxtdbys_left div:nth-child(2) ul li{
    height: 65px;
    position: relative;
    padding-left: 20px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}
.csxtdbys_left div:nth-child(2) ul li:before{
   content: '';
    width: 9px;
    height: 9px;
    background: #690;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.csxtdbys_right{
    width: 810px;
    float: right!important;
}

.csxtdbys_right div:nth-child(1){
    width: 810px;
    border: solid 1px #ededed;
    height: 550px;
    padding-top: 24px;
    text-align: center;
}

.csxtdbys_right div:nth-child(2){
    width: 810px;
    height: 250px;
    background: #f1f5fe;
    padding-left: 50px;
    padding-right: 50px;
}
.csxtdbys_right div:nth-child(2) strong{
    display: block;
    height: 95px;
    line-height: 95px;
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.csxtdbys_right div:nth-child(2) ul li{
    height: 65px;
    position: relative;
    padding-left: 20px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}
.csxtdbys_right div:nth-child(2) ul li:before{
    content: '';
    width: 9px;
    height: 9px;
    background: #690;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.yycj_lst{}
.yycj_lst ul li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 264px;
    height: 158px;
    text-align: center;
    cursor: pointer;
}
.yycj_lst ul li:nth-child(5n){
    margin-right: 0;
}

.yycj_lst ul li:nth-child(2n){
    background: #eee;
    border-radius: 10px;
    font-size: 24px;
    color: #333333;
    line-height: 158px;
}
.yycj_lst ul li:nth-child(2n):hover{
    background: #690;
    color: #ffffff;
}

/*高寒高海拔*/
.ghghbcs_list{}
.ghghbcs_list ul li{
    float: left;
    width: 335px;
    height: 201px;
    margin-right: 20px;
}

.ghghbcs_list ul li:last-child{
    margin-right: 0;
}

.ghghbcs_list2{
    margin-top: 40px;
}

.ghghbcs_list2 ul li{
    float: left;
    width: 400px;
    height: 430px;
    margin-right: 95px;
    line-height: 32px;
    font-size: 16px;
    color: #666666;
}
.ghghbcs_list2 ul li div:nth-child(1){
    margin-bottom: 10px;
    padding-top: 20px;
}
.ghghbcs_list2 ul li:nth-child(2) div:nth-child(1){
    margin-bottom: 10px;
    padding-top: 0;
}
.ghghbcs_list2 ul li:nth-child(3) div:nth-child(1){
    margin-bottom: 10px;
    padding-top: 53px;
}

.ghghbcs_list2 ul li strong{
 color: #333333;
}
.ghghbcs_list2 ul li:last-child{
    margin-right: 0;
    width: 410px;
}

.btlxcsbj_table{
    padding-bottom: 60px;
}
.btlxcsbj_table table{
    border-collapse: separate;
    margin-bottom: 0;
}
.btlxcsbj_table table thead th{
    background: #99cc66;
    height: 55px;
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.btlxcsbj_table table thead th{
    border-right: solid 1px #ffffff;
    border-left: none;
    border-bottom: none;
}

.btlxcsbj_table table thead th:nth-child(1){
    width: 180px;
}
.btlxcsbj_table table thead th:nth-child(2){
    width: 450px;
}
.btlxcsbj_table table thead th:nth-child(3){
    width: 318px;
}
.btlxcsbj_table table thead th:nth-child(4){
    border-right: none;
}

.btlxcsbj_table table tbody tr td{
    border-right: solid 1px #ffffff;
    background: #e2f0d9;
    border-bottom: solid 1px #ffffff;
    border-top: none;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
}

.btlxcsbj_table table tbody tr td:last-child{
    border-right: none;
}

.btlxcsbj_table table tbody tr:nth-child(2n) td{
    background: #fff;
}

.btlxcsbj_table table tbody tr td>*{
    display: inline-block;
    font-size: 16px;
    color: #333333;
    width: 90%;
}

.btlxcsbj_table table tbody tr td:first-child{
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

.btlxcsbj_table table tbody tr td:nth-child(2){
    padding: 15px 35px;
}
.btlxcsbj_table table tbody tr td:nth-child(3){
    text-align: center;
}


.btlxcsbj_table table tbody tr td strong{
    font-size: 20px;
    color: #333;
    text-align: center;
}

.btlxcsbj_table table tbody tr td span{
    text-align: center;
}
.btlxcsbj_table table tbody tr td span em{
    font-weight: bold;
    color: #669900;
    font-style: normal;
}

.ghhbcsxz_list{
    padding-bottom: 60px;
}
.ghhbcsxz_list>div{
    float: left;
}
.ghhbcsxz_list_left{
    width: 850px;
}
.ghhbcsxz_list_left img{
    float: left;
}

.ghhbcsxz_list_left img:nth-child(1){
    margin-right: 33px;
}
.ghhbcsxz_list_left img:nth-child(2){
    margin-bottom: 33px;
}

.ghhbcsxz_list_right{
    width: 550px;
    padding-left: 50px;
}

.ghhbcsxz_list_right ul li{
    margin-top: 50px;
    padding-left: 25px;
    position: relative;
    line-height: 28px;
    font-size: 18px;
}

.ghhbcsxz_list_right ul li:before{
    content: '◆';
    width: 11px;
    height: 11px;
    font-size: 20px;
    color: #333333;
    position: absolute;
    left: 0;
    top: 0;
}


.ghhbcsxz_list_contact{
    text-align: center;
    margin-top: 90px;
}
.ghhbcsxz_list_contact span{
    display: inline-block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    border: solid 1px #3f3f3f;
    border-radius: 30px;
}
.ghhbcsxz_list_contact span strong{
    font-size: 20px;
}


.chat_top{position: fixed;right: 4px;width: 60px;height: 348px;top:50%;z-index: 100000;margin-top: -174px;}
.chat_top ul li{padding-bottom: 6px;position: relative;}
.chat_top ul li:last-child{padding-bottom: 0;}
.chat_top ul li:last-child{display: none;}
.chat_top ul li a{display: block;height: 60px;width: 60px;position: relative;background: #cc0000;border-radius: 4px;text-align: center;padding-top:12px;z-index: 2;box-shadow:0 0 4px rgba(0,0,0,.4); }
.chat_top ul li a i{font-size: 28px;color: #ffffff;z-index: 99;}
.chat_top ul li:last-child a {padding-top: 8px;}
.chat_top ul li a em{font-size: 15px;color: #eaeaea;z-index: 99;font-style: normal;width: 30px;display: none;margin: 0 auto;}
.chat_top ul li a:hover em{display: block;}
.chat_top ul li a:hover i{display: none;}

.chat_top ul li strong,.chat_top ul li div{
    transition:all .5s ease-in-out;
    -wekbit-transition:all .5s ease-in-out;
    left: 84px;
    box-shadow:0 2px 14px #666;
}

.chat_top ul li:hover strong{
    left: -174px;
}
.chat_top ul li:nth-child(1):hover strong{
    left: -194px;
}
.chat_top ul li:hover div{
    left: -148px;
}

.chat_top ul li strong{position: absolute;width: 158px;height: 81px;background: #c00;top: 0;border-radius: 4px;line-height: 24px;color: #fff;font-size: 15px;text-align: center;padding-top: 20px;font-weight: normal;}

.chat_top ul li strong b{font-size: 16px;color: #ffffff;}

.chat_top ul li:nth-child(1) strong{
    padding-top: 15px;
    padding-left: 5px;
    width: 178px;
}
.chat_top ul li:nth-child(1) strong span{
    display: block;
    float: left;
    margin-left: 5px;
}
.chat_top ul li strong i{display: block;font-size: 38px;float: left;padding-top: 15px;}

.chat_top ul li strong:before{content:'';width:0;height:0;border-left:6px solid #c00;border-bottom:6px solid transparent;border-top:6px solid transparent;position: absolute;right: -6px;top: 20px;}

.chat_top ul li div{position: absolute;width: 132px;height: 142px;background: #c00;top: 0;border-radius: 4px;line-height: 24px;color: #fff;padding-top: 14px;text-align: center;font-size: 13px;z-index: 1;}
.chat_top ul li div img{width: 97px;display: block;margin: 0 auto;}
.chat_top ul li div:before{content:'';width:0;height:0;border-left:6px solid #c00;border-bottom:6px solid transparent;border-top:6px solid transparent;position: absolute;right: -6px;top: 20px;}

.connected-carousels .carousel-navigation li{border-color: #dbdbdb;}
.connected-carousels .carousel-navigation li.active{border-color: #f00;}


.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.link_map_bg{
    height: 400px;
    position: relative;
}
.link_map_bg .link_map_box{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
}
.link_map_bg .link_map_box i,.link_map_bg .link_map_box a{
    color: #ffffff;
}

.cp-more a {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.cp-more a:hover {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/*产品1*/
.product_top{

}
.product_top>div{
    float: left;
    width: 700px;
}

.product1_top_right{
    padding-left: 30px;
    padding-top: 30px;
}

.product1_top_right ul li{
    width: 310px;
    float: left;
    display: flex;
    margin-bottom: 30px;
}
.product1_top_right ul li:nth-child(odd){

}
.product1_top_right ul li:nth-child(even){
    padding-left: 50px;
}

.product1_top_right ul li div:last-child *{
    display: block;
}
.product1_top_right ul li div:nth-child(1){
    width: 30px;
}
.product1_top_right ul li div:nth-child(2){
    flex: 1;
}
.product1_top_right ul li div:nth-child(1) i{
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    color: #690;
}

.product1_top_right ul li div:last-child strong{
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #333333;
}
.product1_top_right ul li div:last-child span{
    font-size: 16px;
    color: #999;
}

.product_bg{
    background: #f3f3f3;
}

.product_ul_bg{
    padding: 50px 0 80px 0;
}

.product_ul{

}
.product_ul>ul{
    display: flex;
}

.product_ul>ul>li{
    width: 700px;
    display: flex;
    align-items:flex-start;
    flex-wrap:wrap;
    align-content:flex-start;
}
.product_ul>ul li div:nth-child(1){
    width: 700px;
    font-size: 30px;
    text-align: center;
    height: 100px;
    line-height: 70px;
}
.product_ul>ul li div:nth-child(2){
    width: 350px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.product_ul>ul li div:nth-child(2):before{
    content: '';
    height: 200px;
    width: 1px;
    background: #690;
    position: absolute;
    right: 0;
    top: 10px;
}
.product_ul>ul li div:nth-child(3){
    width: 350px;
    font-size: 14px;
    text-align: left;
    padding-left: 50px;
}
.product_ul>ul li div:nth-child(3) ul li{
    display: flex;
    line-height: 22px;
    min-height: 28px;
    padding: 3px 0;
}
.product_ul>ul li div:nth-child(3) ul li>*{
    display: block;
}
.product_ul>ul li div:nth-child(3) ul li>strong{
    font-weight: normal;
    white-space: nowrap;
    padding-right: 2px;
    color: #333333;
}
.product_ul>ul li div:nth-child(3) ul li>span{
    color: #999999;
}

.back_url{
    text-align: center;
}
.back_url a{
    display: inline-block;
    width: 200px;
    height: 50px;
    border: solid 1px #690;
    color: #690;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    vertical-align: top;
}
.back_url a span{
    line-height: 30px;
    display: inline-block;
    height: 30px;
}
.back_url a i{
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
}

/*第二个产品*/
.product_ul_nav{
    text-align: center;
}
.product_ul_nav a{
    display: inline-block;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #ccc;
    line-height: 48px;
    color: #666666;
    font-size: 18px;
}
.product_ul_nav a:first-child{
    margin-right: 25px;
}
.product_ul_nav a.active{
    background: #690;
    border-color: #690;
    color: #ffffff;
}

.product2_top{
    padding-top: 60px;
}
.product2_top>div{
    float: left;
}
.product2_top>div:first-child{
    width: 800px;
    height: 450px;
}

.product2_top_right{
    width: 520px;
    margin-left: 60px;
    padding-top: 60px;
}
.product2_top_right ul li{
    width: 520px;
    float: left;
    display: flex;
    margin-bottom: 90px;
}
.product2_top_right.product2_top_right2 ul li{
    margin-bottom: 60px;
}


.product2_top_right ul li div:last-child *{
    display: block;
}
.product2_top_right ul li div:nth-child(1){
    width: 30px;
}
.product2_top_right ul li div:nth-child(2){
    flex: 1;
}
.product2_top_right ul li div:nth-child(1) i{
    display: block;
    height: 35px;
    line-height: 25px;
    font-size: 20px;
    color: #690;
}

.product2_top_right ul li div:last-child span{
    font-size: 16px;
    color: #666666;
}

.product2_table{
    display: flex;
    padding-top: 40px;
    padding-bottom: 60px;
}
.product2_table.pb0{
    padding-bottom: 0;
}
.product2_table>div{
    width: 50%;
}
.product2_table>div:first-child{
    width: 50%;
    padding-right: 30px;
}
.product2_table>div:last-child{
    padding-left: 30px;
}

.product2_table>div div{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.product2_table>div table.table tr td{
    border: none;
    min-height: 50px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
}

.product2_table>div table.table tbody tr td:first-child{
    padding-left: 35px;
}

.product2_table1{
    padding-top: 20px;
    padding-bottom: 60px;
}
.product2_table1>div{
    width: 100%;
}

.product2_table1>div div{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.product2_table1>div table.table tr td{
    border: none;
    min-height: 50px;
    line-height: 28px;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
    padding: 15px 8px;
}
.product2_table1>div table.table tbody tr td:first-child{
    padding-left: 35px;
}


.product_ul_bg2{
    padding: 1px 0 80px 0;
}

.product2_pic1{
    padding-top: 60px;
}
.product2_pic1 ul li{
    float: left;
    width: 50%;
}
.product2_pic1 ul li:first-child{
    padding-right: 35px;
}
.product2_pic1 ul li:last-child{
    padding-left: 35px;
}

.product2_pic1 ul li>div:first-child{
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}
.product2_pic1 ul li:nth-child(2)>div:first-child{
    text-align: right;
}
.product2_pic1 ul li>div:first-child img{
    width: 95%;
}
.product2_pic1 ul li>div:last-child{
    padding-top: 55px;
}

.product2_pic1 ul li:nth-child(2)>div:last-child{
    padding-left: 30px;
}


.product2_pic1 ul li>div:last-child div{
    font-size: 18px;
    color: #333333;
    display: flex;
    padding-bottom: 20px;
}
.product2_pic1 ul li>div:last-child div strong{
    font-weight: normal;
    display: block;
    position: relative;
}

.product2_pic1 ul li>div:last-child span{
    display: block;
    width: 100%;
    font-size: 16px;
}
.product2_pic1 ul li>div:last-child span>*{
    display: inline-block;
    height: 28px;
    line-height: 28px;
}
.product2_pic1 ul li>div:last-child span i{
    color: #690;
    font-size: 14px;
    margin-right: 15px;
}

.product2_pic1 ul li:nth-child(2)>div:last-child span i{
    font-size: 18px;
    line-height: 32px;
}

.product2_pic1 ul li:nth-child(2)>div:last-child span em{
    line-height: 36px;
}
.product2_pic1 ul li>div:last-child span em{
    font-style: normal;
    line-height: 24px;
    color: #666666;
}

.product2_pic1 ul li:first-child>div:last-child div strong{
    margin-right: 15px;
    padding-left: 60px;
    height: 25px;
    line-height: 25px;
}
.product2_pic1 ul li:first-child>div:last-child div strong:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 25px;
    background: #f9c;
}
.product2_pic1 ul li:first-child>div:last-child div strong:nth-child(2):before{
    background: #69c;
}
.product2_pic1 ul li:first-child>div:last-child div strong:nth-child(3):before{
    background: #9c6;
}
.product2_pic1 ul li:first-child>div:last-child div strong:nth-child(4):before{
    background: #c00
}

.product2_pic2{
    margin-top: 60px;
}
.product2_pic2 div{

}
.product2_pic2 p{
    text-align: center;
    padding-top: 24px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

.product2_pic3{}
.product2_pic3 ul li{
    float: left;
    position: relative;
    width: 240px;
    margin-right: 50px;
}
.product2_pic3 ul li:last-child{
    margin-right: 0;
}
.product2_pic3 ul li>*{
    display: block;
}
.product2_pic3 ul li span{
    width: 240px;
    height: 240px;
}
.product2_pic3 ul li strong{
    width: 240px;
    height: 45px;
    background: #84ccc9;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-weight: normal;
}
.product2_pic3 ul li:nth-child(2n) strong{
    width: 240px;
    height: 45px;
    background: #88abda;
}
.product2_pic3 ul li em{
    width: 240px;
    font-size: 16px;
    font-style: normal;
    padding: 20px;
    color: #666666;
    line-height: 24px;
    text-align: center;
}

.product2_pic4{
    padding-top: 45px;
}
.product2_pic4 div:last-child{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    padding-top: 45px;
}

.product2_pic5{
    padding-top: 60px;
}
.product2_pic5 ul li{
    width: 320px;
    height: 530px;
    margin-right: 40px;
    float: left;
    background: #ffffff;
    padding:35px 20px 30px 25px;
}
.product2_pic5 ul li:last-child{
    margin-right: 0;
}

.product2_pic5 ul li div:nth-child(1){
    width: 320px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product2_pic5 ul li div:nth-child(1) img{
    max-height: 150px;
}
.product2_pic5 ul li div:nth-child(2){
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
    text-align: center;
}
.product2_pic5 ul li div:nth-child(2) strong{
    font-weight: normal;
}

.product2_pic5 ul li div:nth-child(3) span{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #666666;
}
.product2_pic5 ul li div:nth-child(3) span:before{
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    left: 0;
    top: 9px;
    position: absolute;
    border-radius: 50%;
}

.product2_pic6{
    padding-top: 60px;
}

.product2_pic6>div:last-child{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-top: 40px;
}
.product2_pic6>div:last-child i{
    color: #690;
    margin-right: 15px;
}

.product2_pic7{
    padding-top: 60px;
}
.product2_pic7 ul li{
    float: left;
    width: 320px;
    height: 500px;
    background: #ffffff;
    margin-right: 40px;
    padding: 40px 50px 0 50px;
}
.product2_pic7 ul li:last-child{
    margin-right: 0;
}

.product2_pic7 ul li div strong{
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    color: #333333;
}
.product2_pic7 ul li div span{
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.product2_pic8{}
.product2_pic8>div{
    float: left;
}
.product2_pic8>div:first-child{
    width: 700px;
    height: 700px;
}
.product2_pic8>div:last-child{
    width: 650px;
    height: 700px;
    margin-left: 50px;
}

.product2_pic8 ul li{
    width: 650px;
    height: 100px;
    background: #f3f3f3;
    margin-bottom: 20px;
    position: relative;
    padding: 20px 65px 20px 85px;
}
.product2_pic8 ul li:last-child{
    margin-bottom: 0;
}
.product2_pic8 ul li span{
    display: block;
    width: 50px;
    height: 50px;
    background: #690;
    border-radius: 50%;
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: -25px;
    top: 25px;
    color: #ffffff;
}
.product2_pic8 ul li strong{
    font-weight: normal;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.product2_pic9{

}
.product2_pic9 table tr td{
    border-right: solid 2px #f3f3f3;
    border-bottom: solid 2px #f3f3f3;
    height: 55px;
    border-top: none!important;
}
.product2_pic9 table thead tr td{
    height: 55px;
    background: #69c;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
}

.product2_pic9 table thead tr td:nth-child(1){
    width: 170px;
}
.product2_pic9 table thead tr td:nth-child(2){
    width: 340px;
}
.product2_pic9 table thead tr td:nth-child(3){
    width: 340px;
}
.product2_pic9 table thead tr td:nth-child(4){
    width: 371px;
    background: #690;
}
.product2_pic9 table thead tr td:nth-child(5){
    background: #690;
}


.product2_pic9 table tr td:last-child{
    border-right: none;
}

.product2_pic9 table tbody tr:last-child td{
    border-bottom: none;
}

.product2_pic9 table tbody tr td{
    height: 100px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}
.product2_pic9 table tbody tr:nth-child(2n) td:nth-child(-n+3){
    background: #e9ecf4;
}
.product2_pic9 table tbody tr:nth-child(2n-1) td:nth-child(-n+3){
    background: #d0d7e8;
}

.product2_pic9 table tbody tr:nth-child(2n) td:nth-child(n+4){
    background: #ccff99;
}
.product2_pic9 table tbody tr:nth-child(2n-1) td:nth-child(n+4){
    background: #a9d18e;
}

.product2_pic9 table tbody tr td:first-child{
    font-size: 18px;
}

.product2_pic9 table tbody tr td:last-child{
    font-size: 18px;
    font-weight: bold;
    color: #009900;
}

.product2_pic10{
    padding-top: 60px;
}
.product2_pic10 ul li{
    float: left;
    width: 335px;
    height: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.product2_pic10 ul li:nth-child(4n){
    margin-right: 0;
}

.product2_pic10 ul li span{
    display: block;
    width: 335px;
    height: 200px;
}
.product2_pic10 ul li span img{
    height: 200px;
}
.product2_pic10 ul li strong{
    display: block;
    width: 335px;
    height: 50px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    background: #696;
    font-size: 16px;
}

.product2_pic10 ul li:nth-child(2) strong {
    background: #ff6666;
}

.product2_pic10 ul li:nth-child(3) strong {
    background: #dac05a;
}

.product2_pic10 ul li:nth-child(4) strong {
    background: #25e6dd;
}

.product2_pic10 ul li:nth-child(5) strong {
    background: #1077ad;
}

.product2_pic10 ul li:nth-child(6) strong {
    background: #339632;
}

.product2_pic10 ul li:nth-child(7) strong {
    background: #94220e;
}

.product2_pic10 ul li:nth-child(8) strong {
    background: #cc3366;
}

.product2_pic11{
    padding-top: 60px;
}

.product2_pic11 div:last-child>*{
    display: block;
    text-align: center;
}

.product2_pic11 div:last-child>strong{
    padding-top: 30px;
    line-height: 40px;
    font-size: 18px;
}

.product2_pic11 div:last-child >span i{
    font-size: 15px;
    color: #690;
    margin-right: 10px;
}
.product2_pic11 div:last-child>span em{
    font-size: 16px;
    color: #666;
    font-style: normal;
    line-height: 30px;
}

.product2_pic12{
    padding-top: 60px;
}
.product2_pic12 ul li{
    float: left;
    width: 680px;
    height: 560px;
    margin-right: 40px;
    margin-bottom: 10px;
}
.product2_pic12 ul li:nth-child(2n){
    margin-right: 0;
}
.product2_pic12 ul li span{
    display: block;
    width: 680px;
    height: 510px;
}
.product2_pic12 ul li strong{
    display: block;
    width: 680px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 18px;
}

.hide.active{
    display: block!important;
}

.cstsnd_pic{
    position: relative;
    margin-top: 60px;
}
.cstsnd_pic>div:not(:last-child){
    position: absolute;
    height: 80px;
    width:290px;
}
.cstsnd_pic>div:not(:last-child)>*{
    display: block;
}
.cstsnd_pic>div:not(:last-child)>strong{
    font-size: 24px;
    color: #669900;
}
.cstsnd_pic>div:not(:last-child)>span{
    font-size: 16px;
    color: #666;
}

.cstsnd_pic>div:nth-child(1){
    left: 50px;
    top: 100px;
    text-align: right;
}
.cstsnd_pic>div:nth-child(2){
    right: 50px;
    top: 100px;
    text-align: left;
}
.cstsnd_pic>div:nth-child(3){
    left: 0;
    top: 355px;
    width: 200px;
    text-align: right;
}
.cstsnd_pic>div:nth-child(4){
    right: 0;
    top: 355px;
    width: 210px;
    text-align: left;
}



.cstsnd_pic>div:last-child{
    height: 520px;
    position: relative;
}
.cstsnd_pic>div:last-child>*{
    display: block;
    width: 262px;
    height: 292px;
    position: absolute;
}

.cstsnd_pic > div:last-child > :nth-child(1) {
    left: 435px;
    top: 0;
}

.cstsnd_pic > div:last-child > :nth-child(2) {
    left: 705px;
    top: 0;
}

.cstsnd_pic > div:last-child > :nth-child(3) {
    left: 300px;
    top: 226px;
}

.cstsnd_pic > div:last-child > :nth-child(4) {
    left: 570px;
    top: 226px;
}

.cstsnd_pic > div:last-child > :nth-child(5) {
    left: 840px;
    top: 226px;
}

.cstsnd_pic2{
    margin-top: 80px;
    padding-bottom: 80px;
}
.cstsnd_pic2 ul li{
    float: left;
    width: 320px;
    margin-right: 40px;
    height: 400px;
    background: #fff;
}
.cstsnd_pic2 ul li:last-child{
    margin-right: 0;
}
.cstsnd_pic2 ul li:first-child{
    color: #ffffff;
    font-size: 36px;
    background: #669900;
    font-weight: bold;
    text-align: center;
    padding-top: 145px;
}
.cstsnd_pic2 ul li:not(:first-child){
    padding-top: 40px;
}
.cstsnd_pic2 ul li:not(:first-child)>*{
    display: block;
    text-align: center;
}
.cstsnd_pic2 ul li:not(:first-child)>span{
    height: 150px;
}
.cstsnd_pic2 ul li:not(:first-child)>strong{
    height: 65px;
    line-height: 65px;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}
.cstsnd_pic2 ul li:not(:first-child)>em{
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
}


.cstsnd_pic3{
    margin-top: 30px;
}
.cstsnd_pic3 ul li{
    float: left;
    width: 264px;
    height: 352px;
    margin-right: 20px;
    margin-bottom: 70px;
    position: relative;
    background: #ffffff;
    padding-top: 40px;
}
.cstsnd_pic3 ul li:nth-child(5n){
    margin-right: 0;
}
.cstsnd_pic3 ul li>*{
    display: block;
}
.cstsnd_pic3 ul li em{
    width: 80px;
    height: 80px;
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    color: #ffffff;
    background: #669900;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}
.cstsnd_pic3 ul li strong{
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    color: #669900;
    text-align: center;
}
.cstsnd_pic3 ul li span{
    line-height: 28px;
    font-size: 16px;
    color: #666;
    text-align: left;
    width: 210px;
    margin: 0 auto;
}

.cstsnd_picbg4{
    background: url("../images/customer3/customerbg.jpg") no-repeat center top;
    height: 795px;
    padding-top: 1px;
}
.cstsnd_picbg4 .index_title1{color: #ffffff}
.cstsnd_picbg4 .index_title1 span{color: #ffffff}

.customer_3 .index_title1 span{margin-top: 0px;margin-bottom: 20px;}

.cstsnd_pic4{
    position: relative;
    height: 794px;
}
.cstsnd_pic4>div{
    position: absolute;
}
.cstsnd_pic4>div *{
    display: block;
    color: rgba(255,255,255,.95);
}
.cstsnd_pic4>div strong{
    font-size: 24px;
    position: relative;
}
.cstsnd_pic4>div strong em{
    font-size: 18px;
    font-style: normal;
    position: absolute;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: solid 2px rgba(255,255,255,.95);
    text-align: center;
    line-height: 26px;
}

.cstsnd_pic4>div span{
    text-align: right;
    font-size: 18px;
    padding-top: 10px;
}

.cstsnd_pic4>div:nth-child(1){
    width: 360px;
    height:60px;
    left: 70px;
    top: 110px;
}
.cstsnd_pic4>div:nth-child(1) strong{
    text-align: right;
    padding-right: 35px;
}
.cstsnd_pic4>div:nth-child(1) strong em{
    right: 0;
    top: 5px;
}
.cstsnd_pic4>div:nth-child(1) span{
    text-align: right;
    font-size: 18px;
    padding-top: 10px;
}

.cstsnd_pic4>div:nth-child(2){
    width: 360px;
    height:60px;
    right: 70px;
    top: 110px;
}
.cstsnd_pic4>div:nth-child(2) strong{
    text-align: left;
    padding-left: 35px;
}
.cstsnd_pic4>div:nth-child(2) strong em{
    left: 0;
    top: 5px;
}

.cstsnd_pic4>div:nth-child(3){
    width: 416px;
    height:60px;
    left: 50%;
    transform: translateX(-50%);
    top: 430px;
}
.cstsnd_pic4>div:nth-child(3) strong{
    text-align: center;
}
.cstsnd_pic4>div:nth-child(3) strong em{
    left: 51%;
    top: -35px;
    transform: translateX(-50%);
}
.cstsnd_pic5{
    padding-bottom: 80px;
}
.cstsnd_pic5>div{
    float: left;
}
.cstsnd_pic5>div:nth-child(1){
    width: 800px;
    height: 550px;
}
.cstsnd_pic5>div:nth-child(1)>div{
    float: left;
}
.cstsnd_pic5>div:nth-child(1)>div:nth-child(1){
    width: 412px;
    height: 550px;
    margin-right: 50px;
}
.cstsnd_pic5>div:nth-child(1)>div:nth-child(2){
    width: 142px;
    margin-right: 54px;
}
.cstsnd_pic5>div:nth-child(1)>div:nth-child(3){
    width: 142px;
}

.cstsnd_pic5>div:nth-child(1)>div:nth-child(2) strong,
.cstsnd_pic5>div:nth-child(1)>div:nth-child(3) strong{
    font-weight: normal;
    text-align: center;
    display: block;
    height: 38px;
    line-height: 48px;
    color: #669900;
    font-size: 16px;
}

.cstsnd_pic5>div:nth-child(1)>div:nth-child(4){
    height: 342px;
}

.cstsnd_pic5>div:nth-child(2){
    width: 600px;
    height: 550px;
    padding-left: 70px;
}

.cstsnd_pic5>div:nth-child(2) ul li{
    border-bottom: solid 1px #e8e5e5;
    padding-top: 14px;
    padding-bottom: 15px;
}
.cstsnd_pic5>div:nth-child(2) ul li:first-child{
    padding-top: 5px;
}
.cstsnd_pic5>div:nth-child(2) ul li:last-child{
    border-bottom: none;
}


.cstsnd_pic5>div:nth-child(2) ul li *{
    display: block;
}
.cstsnd_pic5>div:nth-child(2) ul li strong{
    height: 30px;
    font-size: 24px;
    color: #669900;
    margin-bottom: 6px;
}
.cstsnd_pic5>div:nth-child(2) ul li span{
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.cstsnd_pic5>div:nth-child(2) ul li span:last-child{
    margin-bottom: 0;
}
.cstsnd_pic5>div:nth-child(2) ul li span:before{
    content: '';
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    background: #669900;
    position: absolute;
    left: 6px;
    top: 10px;
}

.zkpsxt_ys{
    height: 800px;
    position: relative;
}

.zkpsxt_ys_nav{
    height: 80px;
}

.zkpsxt_ys_nav>div{
    width: 685px;
    height: 80px;
    float: left;
    background-image: linear-gradient(to bottom, rgba(51, 102, 0,1), rgba(102, 153, 0,1));
    border-radius: 15px 15px 0 0;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
}
.zkpsxt_ys_nav>div:last-child{
    float: right;
}

.zkpsxt_ys_vs{
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border:solid 3px rgba(255,255,255,.7);
    background: rgba(243,243,243,.7);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:200px;
}

.zkpsxt_ys_vs strong{
    margin: 67px auto;
    display: block;
    font-size:120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 360px;
    background-image: radial-gradient(rgba(99,150,0,.6), rgba(53,103,0,1));
}


.zkpsxt_ys ul li{
    height: 80px;
    background: #f3f3f3;
    margin-top: 10px;
    padding: 0 45px;
}

.zkpsxt_ys ul li>div{
    width: 50%;
    float: left;
    display: flex;
    height: 80px;
    align-items: center;
}
.zkpsxt_ys ul li>div:last-child{
    text-align: right;
    justify-content:flex-end ;
}














