@charset "utf-8";
* { margin: 0; padding: 0;box-sizing: border-box; }
body { margin: 0; padding: 0; height: 100%; font-size: 14px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; color: #333; line-height: 24px; word-break: break-all; }
dd, dl, dt, li, ol, ul { margin: 0; padding: 0; list-style: none }
input { font-size: 12px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; vertical-align: middle }
select { font-family: Arial; font-size: 12px }
textarea { font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; font-size: 12px }
h3, h4, h5 { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px }
.fl { float: left }
.fr { float: right }
.clear { clear: both; font-size: 0; }
a { text-decoration: none; transition: all .2s linear 0s; color: #666; }
:focus { outline: 0 }
img { border: 0 }
p { line-height: 24px }
.container{max-width: 1920px;margin: 0 auto;overflow: hidden;}
.flex{display: flex;display: -ms-flexbox;justify-content:space-between;-ms-flex-pack: justify;}
.flex-default{display: flex;}
.flex-wrap {display: flex; flex-wrap: wrap;}
.wrap { width: 1200px; margin: auto; }

.hd_tit{
    display: flex;
    justify-content: flex-start;
}
.hd_tit h2{
    font-size: 80px;
    font-family: fangsong;
    font-weight: bold;
    color: #333333;
}
.hd_tit p{
    margin-left: 10px;
    position: relative;
    top: -15px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}
.hd_tit p .cn{
    color: #009944;
}
.hd_tit p .en{
    position: relative;
    top: 14px;
    font-size: 16px;
    color: #666666;
}
/*other*/
.swiper-container { width: 100%;height: 100%;}
/*headtop*/
.headtop{width: 100%;height: 40px;line-height: 40px;background-color: #009944;font-size: 14px;color: #e6e1e1;}
.headtop .fr img {
    margin-right: 5px;
    position: relative;
    top: 13px;
    height: 14px;
}
.headtop .fr {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    display: flex;
    height: 40px;
}
.headtop .fr span {
    font-weight: bold;
    font-size: 33px;
    position: relative;
    top: 0;
}
.headtop .fr a{color: #e6e1e1;font-size: 14px;}
/*header*/
.header { width: 100%; height:110px;position: relative;}
.header .wrap{align-items: center;height: 100%;}

.logo a {
    color: #333;
    line-height: 110px;
    font-size: 34px;
}

.nav  {text-transform: uppercase;font-size: 0;}
.nav > li {
    font-size: 18px;
    text-align: center;
    padding: 37px 15px;
    float: left;
}
.nav li:first-child{padding-left: 0;}
.nav li:last-child{padding-right: 0;}
.nav li a { display: block;color: #333;width: 85px;}
.nav li:hover .nava{border-bottom: 1px solid #009944;}

.nav li.active > a, .nav li a:hover{border-bottom: 1px solid #009944;}
.nav li.active > i{opacity: 1;}
.nav li.gbksub { cursor: pointer; }
.sub-menu { position: absolute; top:75px;  visibility: hidden; opacity: 0; z-index: -1;background: #009944; }
.nav li:hover .sub-menu { top:70px; visibility: visible; opacity: 1; z-index: 999; }
.sub-menu > li > a {color: #fff; text-align: center; background: rgba(255, 255, 255,0.1); border-top: 1px solid #CCC;height:40px; font-size:12px; line-height:40px;border-color: rgba(255, 255, 255, 0.2);}
.sub-menu li:hover a,.sub-menu li.on a { background:  #009944; color: #fff;}
.transition {-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; }
.nav li i{
    position: relative;
    top: -3px;
    left: 38px;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/111.png);
    opacity: 0;
}
.nav li:hover i{opacity: 1;}
/*banner*/ 
.banner{width: 100%;}
.swiper-container-banner{overflow: hidden;position: relative;}
.swiper-container-banner img{width: 100%;}
.swiper-button-next-banner{position: absolute;right: 5%;top: 50%;--swiper-theme-color: #bb2222;}
.swiper-button-prev-banner{position: absolute;left: 5%;top: 50%;--swiper-theme-color: #bb2222;}
.swiper-button-next-banner,.swiper-button-prev-banner{width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next-banner:after,.swiper-button-prev-banner:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}
.swiper-button-next-banner:after{content: 'next';}
.swiper-button-prev-banner:after{content: 'prev';}
.swiper-pagination-banner{position: absolute;z-index: 2;text-align: center;--swiper-theme-color: #bb2222;}
/*首页*/

.hot{height: 50px; background: #f5f5f5;line-height: 50px;}
/* .hot .wrap {height: 50px; background: #f5f5f5;line-height: 50px;padding-left: 16px;padding-right: 11px;} */
.hot p span{color: #FD881D; font-weight: bold;display: inline-block; margin-right: 10px;}
.hot p {color: #959494; line-height: 50px;}
.tuo_dz{display: inline-block;}
.tou_dy { float: right; margin-top: 8px; }
.tou_dy .ank{border: 1px solid rgb(16,78,191,0.2); width: 266px; height: 35px; text-indent:15px;  }
.tou_dy .anniu{ border:none; background: url(../img/search-white.png) 16px center no-repeat #009944;width: 50px;height: 35px; color: #fff;text-indent: 20px;}
.tou_dy form {display: flex;}

.abou_t{
    position: relative;
    padding:86px 0;
}
.abou_t .pink{
    position: relative;
    float: left;
    width: 350px;
    height: 450px;
    background: #addec3;
}
.abou_t .pink img{
    position: absolute;
    left: 51px;
    top: 44px;
}
.abou_t .main {
    float: right;
}

.abou_t .hd_tit{
    padding-left: 45px;
    padding-top: 16px;
}
.abou_t .main .cont{
    position: relative;
    padding-right: 28px;
}
.abou_t .main .cont h3{
    padding-left: 45px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 25px;
}
.abou_t .main .cont i{
    margin-left: 45px;
    margin-top: 25px;
    display: block;
    width: 50px;
    height: 2px;
    opacity: 0.2;
    background: #010103;
}
.abou_t .main .cont p {
    padding-left: 45px;
    padding-top: 15px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    width: 523px;
}
.abou_t .main .cont .more{
    display: block;
    width: 573px;
    height: 55px;
    line-height: 55px;
    padding-left: 48px;
    background: #009944;
    color: #fafafa;
    font-weight: bold;
    margin-top: 58px;
}
.abou_t .main .aside{
    float: right;
    position: absolute;
    top: -125px;
    right: 0;
}
.abou_t .main .aside p{
    width: 14px;
    writing-mode:vertical-rl;
    font-size: 16px;
    color: #cccccc;
}
.abou_t .main .aside i{
    display: block;
    margin-top: 55px;
    width: 1px;
    height: 220px;
    opacity: 0.1;
    background: #000000;
    margin-left: 30px;
}

.products{
    background: #f7f7f7;
    padding-top: 88px;
    padding-bottom: 47px;
}
.products .hd_tit{justify-content: center;}
.products .nav_items{padding: 35px 115px;}
.products .nav_items li{
    width: 130px;
    text-align: center;
}
.new_s .main .top li img {
    width: 190px;
    margin-right: 20px;
    height: 142px;
    object-fit: cover;
}
.new_s .main .top li div {
    width: 60%;
}

.products .nav_items li a{
    display: block;
    margin-top: 7px;
    height: 40px;
    line-height: 40px;
    background: #009944;
    font-size: 16px;
    color: #fefcfc;
}
.products .nav_items li p.num{
    font-weight: bold;
    color: #262626;
 }
.products .nav_items li p.en{
    font-size: 12px;
    color: #666666;
    margin-top: 7px;
 }
.products .nav_items li p.num i{
     position: relative;
     top: -4px;
     display: inline-block;
     width: 11px;
     height: 3px;
     background: #262626;
 }
 .products .nav_items li:hover a{
    background: #009944;
 }
 .products .nav_items li:hover .num{
    color: #009944;
 }
 .products .nav_items li:hover .num i{
     background: #009944;
 }
 .products .pro_list{
     flex-wrap: wrap;
     padding: 0 87px;
     padding-top: 35px;
 }
 .products .pro_list li{
     width: 400px;
     height: 308px;
     padding: 10px 11px 0 11px;
     border: 1px solid rgba(0,0,0,.1);
     margin-bottom: 38px;
 }
 .products .pro_list .pic{
    width: 378px;
    height: 247px;
    overflow: hidden;
}
.products .pro_list .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.products .pro_list a:hover img{
     transform: scale(1.2);
     transition: 2.5s;
}
.products .pro_list li p{
    margin-top: 14px;
}
.products .pro_list li p i{
    display: inline-block;
    position: relative;
    top: 4px;
    float: right;
    width: 17px;
    height: 17px;
    background: url(../img/pro_i.png) no-repeat;
}
.products .pro_list li:hover i{
    background: url(../img/+.png) no-repeat;
}

.adv{ padding-top: 91px;padding-bottom: 94px;}
.adv .lft{width: 351px;}
.adv .hd_tit{padding-top: 18px;}
.adv .lft h4{
    margin-top: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.adv .lft i{
    margin-top: 17px;
    display: block;
    width: 50px;
    height: 2px;
    opacity: 0.2;
    background: #010103;
}
.adv .lft p.txt{
    margin-top: 20px;
    color: #666666;
    line-height: 30px;
}
.adv .lft .adves{
    flex-wrap: wrap;
    margin-top: 40px;
}
.adv .lft .adves img{
    width: auto;
}
.adv .lft .adves div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 175px;
    height: 138px;
    align-items: center;
    font-weight: bold;
}
.adv .lft .adves div p{margin-top: 15px;}
.adv .lft .adves div:nth-child(1){
    background: #009944;
    color: #f2f2f2;
}
.adv .lft .adves div:nth-child(2){
    border-top: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
    color: #666666;
}
.adv .lft .adves div:nth-child(3){
    background: #f2f2f2;
    color: #666666;
}
.adv .lft .adves div:nth-child(4){
    background: #262626;
    color: #f2f2f2;
}
.adv .rht{width: 750px;}
.adv .rht .pink2{
    position: relative;
    width: 750px;
    height: 200px;
    background: #addec3;
}
.adv .rht .pink2 img{
    position: absolute;
    left: 41px;
    top: 53px;
}
.adv .rht .pink2 .t_el{
    height: 69px;
    line-height: 69px;
    position: absolute;
    top: 463px;
    left: 43px;
    font-size: 24px;
    color: #333333;
}
.adv .rht .pink2 .t_el span{
    display: inline-block;
    width: 266px;
    height: 1px;
    opacity: 0.1;
    background: #000000;
    margin-left: 75px;
    margin-right: 82px;
    position: relative;
    top: -8px;
}
.adv .rht .pink2 .t_el i{
    float: right;
    display: inline-block;
    width: 69px;
    height: 69px;
    background: url(../img/t_el.png);
}
article.youshi{
    padding-bottom:50px;
}
.yslb ul li:last-child {
    margin-right: 0;
}
.yslb ul li {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 24px 0px rgba(175,175,175,0.2);
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 54px;
        height: 280px;
}
.yslb ul li img {
    display: block;
    margin: 0 auto;
}
.yslb ul li span {
    display: block;
    text-align: center;
    line-height: 59px;
    font-weight: bold;
    font-size: 21px;
}
.yslb ul li p{
    text-align:center;
}

.new_s{
    padding-top: 92px;
    padding-bottom: 73px;
    background: #f5f5f5;
}
.new_s .hd_tit{padding-top: 10px;position: relative;}
.new_s .hd_tit .ctr{position: relative;left: 105px;}
.new_s .hd_tit .ctr span{
    display: inline-block;
    width: 173px;
    height: 2px;
    opacity: 0.5;
    border: 1px solid #009944;
}
.new_s .hd_tit .ctr i{
    position: relative;
    top: 8px;
    left: -5px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    opacity: 0.5;
    border: 2px solid #009944;
}
.new_s .hd_tit .rht{
    position:absolute;
    right: 0;
    top: 0px;
}
.new_s .hd_tit .rht a{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-left: 54px;
}
.new_s .hd_tit .rht a:hover{
    color: #009944;
}
.new_s .hd_tit .rht a:first-child i{
    position: relative;
    top: 8px;
    left: -3px;
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(../img/new01.png);
}   
.new_s .hd_tit .rht a:last-child i{
    position: relative;
    top: 8px;
    left: -3px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../img/new02.png);
} 
.new_s .main .top{padding-top: 50px;}
.new_s .main .top li{
    width: 560px;
    height: 185px;
    border: 1px solid #d5d5d5;
    padding: 20px 13px 19px 20px;
}
.new_s .main .top li h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_s .main .top li p{
    margin-top: 15px;
    width: 100%;
    color: #666666;
    line-height: 24px;
    display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.new_s .main .top li .more{
    margin-top: 28px;
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #f2f2f2;
    background: #009944;
    border-radius: 5px;
}
.new_s .main .top li:hover h3{
        color: #009944;
        font-weight: bold;
        transition: 0.7s;
}
.new_s .main .botm{
  padding-top: 45px;
  justify-content: flex-start;
}
.new_s .main .botm li{
    position: relative;
    width: 25%;
    height: 340px;
    padding: 42px 34px 0 39px;
    border: 1px solid #bcbcbc;
    border-right: none;
    display: block;
}
.new_s .main .botm li:last-child{
    border-right: 1px solid #bcbcbc;
}
.new_s .main .botm li:hover{border: 1px solid #009944;}
.new_s .main .botm li .y{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.new_s .main .botm li h3 {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_s .main .botm li p{
    margin-top: 25px;
    font-size: 14px;
    color: 666666;
    line-height: 30px;
    display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.new_s .main .botm li:hover h3{
    color: #009944;
    font-weight: bold;
}
.new_s .main .botm li .md{
    display: block;
    margin-top: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}
.new_s .main .botm li i{
    opacity: 0;
    position: absolute;
    right: 40px;
    bottom: 46px;
    display: block;
    width: 28px;
    height: 28px;
    background: url(../img/news03.png);
}
.new_s .main .botm li:hover i{
    opacity: 1;
}
/*分站*/
.citys {width: 100%; min-width: 1200px; padding: 50px 0 15px;}
.citys .dq ul {padding:15px; background: #fafafa; border: 1px solid #e6e6e6; display: flex; display: -ms-flexbox; justify-content: space-between; -ms-flex-pack: justify;}
.citys .dq ul li {font-size: 16px; color: #666;}
.citys .dq ul li:hover {cursor: pointer;}
.citys .dq ul li i {    width: 1px;
    height: 11px;
    margin: 8px 0 0 38px;
    float: right;
    background: #C7C7C7;}
.citys .cs ul {padding: 15px; display: flex; display: -ms-flexbox; flex-wrap:wrap; -ms-flex-wrap: wrap; border: 1px solid #e6e6e6; border-top: none;}
.citys .cs ul li a {padding: 5px 12px;}
.dqli {font-weight: bold;}


/*内页*/
.ban { width: 100%; height: 400px; }
.about p { line-height: 36px; }
.videolist ul {display: flex; flex-wrap: wrap; justify-content: space-between; flex-wrap: wrap; -ms-flex-wrap: wrap;}
.videolist ul li  {margin-bottom: 20px;}
.videolist ul li .title {text-align: center; line-height: 45px; background: #f2f2f2;}
.videolist ul li .title:hover {background: #009944; color: #fff;}
.videolist ul li img {width:285px ; height: 250px;}
.location { width: 100%; border-bottom: 1px solid #e4e4e4; height: 45px; line-height: 45px;  }
.location .breadrumb { background: url(../img/address.png) left center no-repeat; padding-left: 20px; }
.c_wrap { margin:40px auto;}
.c_wrap_l { width: 240px; float: left; }
.c_wrap_l .tit { background: #333; font-size: 20px; color: #fff; font-weight:bold; padding: 15px; text-align:center; }
.c_wrap_l .tellbg {background: url(../img/tellbg.jpg) center no-repeat; background-size:auto; padding:15px 0; }
.c_wrap_l .telltest {  width:60%; height: 64px; background: #a15605; background: rgba(33, 33, 33, 0.5); line-height:40px;font-size:20px; color: #fff; padding-left:15px; font-weight:bold;}
.c_wrap_l .telltest p{font-family: Arial;font-weight:100; line-height:10px;}
.c_wrap_l .tit p { font-size: 14px; text-transform: uppercase; font-family: Arial; padding-top: 10px; }
.c_wrap_l .box #leftnav dl dt {display: flex; justify-content: space-between;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt a {flex:1; display: inline-block; text-indent:5px;font-size: 14px; margin:0 10px;}
.c_wrap_l .box #leftnav dl dt span {width: 19px; height: 19px; display: block; float:right; color: #444; font-size: 18px; margin-right: 15px;}
.c_wrap_l .box #leftnav dl dt:hover {background: #009944;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt:hover a {color: #fff;border-bottom: 1px dashed #009944;}
.c_wrap_l .box #leftnav .list2 { color: #333; line-height:40px; } 
.c_wrap_l .box #leftnav .list2 a {display:block; width:200px; margin:0 auto;  padding-left:20px;  border-bottom: 1px dashed #d7d7d7;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav .list2 a:hover {color: #fff; background: #009944;border-bottom: 0px;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box { background: #f6f6f6; margin-bottom: 30px; padding-bottom:10px;}
.c_wrap_l .box dt a{ display:block; margin:0 auto;  height: 45px; line-height: 45px;  transition: all .2s linear 0s;border-bottom: 1px dashed #d6d6d6;  position: relative; }
.c_wrap_l .box #leftnav dt a {display: inline-block; }
.c_wrap_l .box dl dt:hover span{width:10px; height: 15px; display: inline-block; color:#fff !important;}
.c_wrap_l .box dl dt:hover {cursor: pointer; color: #fff;}
.c_wrap_l .box dl .active{background: #009944; border-bottom: 1px dashed #009944;}
.c_wrap_l .box dl .active a,.c_wrap_l .box dl .active span{color: #fff !important;border-bottom: 0px ;}

.c_wrap_l .box dl dt span:hover {cursor: pointer;}
.c_wrap_l .box.contact { padding: 15px 15px; background: #f6f6f6; }
.c_wrap_l .box.tags { padding: 15px; }
.c_wrap_l .box.tags .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; margin-bottom: 10px; }
.c_wrap_l .box.tags .badge i { display: inline-block; width: 12px; height: 12px; background: url(../img/tags.png) no-repeat; margin-right: 5px; }
.c_wrap_r { width: 930px; float: right; }
.c_wrap_r iframe{ min-height:350px !important;}

.prolist { width: 280px; float: left; }
.prolist { width: 280px; float: left; margin: 0 15px; margin-bottom: 28px; }
.prolist img { width: 280px;}
.prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; }
.prolist p.title:hover { background: #009944; color: #fff; }
.newslist { padding-bottom: 30px; }
.overf { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list_item { position: relative; padding: 33px 0; transition: all .2s linear 0s; }
.list_item .news_con { position: absolute; width: 719px; padding: 0 30px; }
.list_item .name { padding: 15px 0 5px; font-weight: normal; margin-bottom: 10px; font-size: 18px; color: #343434; }
.list_item .news_con .des { overflow: hidden; height: 72px; font-size: 14px; line-height: 22px; color: #999999; text-align: left; }
.list_item .news_con .xian { position: absolute; top: 16px; height: 16px; width: 4px; background: #999; transition: all .2s linear 0s; }
.list_item .news_others { position: relative; overflow: hidden; width: 160px; padding: 0 40px; height: 126px; }
.list_item .news_others .inform { position: absolute; width: 100%; top: 10px; }
.list_item .news_others .date { margin-bottom: 10px; font-size: 40px; line-height: 1; font-family: 'PingFang-Light'; opacity: 0.7; color: #999; display: block; padding-bottom: 5px; }
.list_item .news_others .year { margin-bottom: 5px; font-size: 14px; opacity: 0.6; color: #999; }
.list_item .news_others .more { display: block; width: 42px; height: 20px; opacity: 0; transform: translateX(-20px); border-bottom: 2px solid #009944; padding-bottom: 8px; font-size: 12px; transition: all .2s linear 0s; }
.list_item .news_xian { display: block; width: 1px; height: 192px; background: #e3e3e4; position: absolute; left: 210px; margin-left: -0.5px; top: 0; z-index: 0; }
.odd .list_item { padding-left: 50%; }
.odd .list_item .news_con { left: 0; }
.odd .list_item .news_con .xian { right: -2px; }
.even .list_item .news_con { right: 0; }
.even .list_item .news_con .xian { left: -2px; }
.list_item:hover { box-shadow: 0 0 20px #ddd; }
.list_item:hover .news_con .xian { height: 80%; background: #009944; }
.list_item:hover .news_con .name { color: #009944; font-weight: normal; }
.list_item:hover .news_others .date, .list_item:hover .news_others .year { opacity: 1; color: #009944; }
.list_item:hover .news_others .more { opacity: 1; transform: translateX(0); color: #009944; }
.list_item:hover .news_others .img { opacity: 1; }
.c_wrap_r h1 { font-weight: 400; font-size: 24px; text-align: center; padding: 15px 0; }
.c_wrap_r p.news_oth { text-align: center; color: #888; border-bottom: 1px dashed #e4e4e4; padding-bottom: 10px; }
.c_wrap_r p.news_oth span { margin: 0 10px; }
.summary { position: relative; background: #fafafa; margin: 20px 10px 0; padding: 40px 20px 20px; font-family: 微软雅黑; color: #6c7480; font-style: italic; line-height: 150%; border: 1px solid #eee; border-radius: 5px; }
.summary span { position: absolute; left: -1px; top: 15px; padding: 0 0 0 20px; font-size: 1.2em; font-style: normal; color: #c2c6cc; border-left: 4px solid #c2c6cc; }
.content { padding: 20px 10px; line-height: 30px; }
.content img {display: block; margin: 0 auto;}
.content p { margin-bottom: 10px; }
.content h2, .interested .tit { height: 48px; line-height: 48px; font-size: 16px; color: #202020; background: #eee; text-indent: 15px; font-weight: 400; border-left: 5px solid #009944; margin-bottom: 10px; }
.pro_c { margin-bottom: 40px; padding:0px 50px; }
.pro_c .img { width: 95%;text-align: center;border: 1px dashed #ccc;padding:10px;border-radius: 15px; }
.pro_c .img img { width: 100%; border-radius: 10px; cursor: pointer;margin: 0 auto; }
.pro_c .img .swiper-pagination { background: rgba(0,0,0,.5); color: #fff; width: auto; left: 50%; margin-left: -25px; padding: 0 10px; border-radius: 24px; line-height: 24px; height: 24px; font-size: 12px; }
.pro_c .text { text-align: center; margin-bottom: 20px;}
.pro_c .text .tit h1 { font-size: 18px; font-weight: 400; text-align: left; display: inline-block; padding: 0; font-weight:bold; }
.pro_c .des {margin-top: 20px; line-height: 30px; color: #777777;text-align: center; }
.interested+.content { padding-top: 0; }
.taglist .list { display: none; border-bottom: 1px solid #f5f5f5; height: 50px; line-height: 50px; padding: 0 10px; }
.taglist .list span { margin-right: 20px; }
.taglist .list a { display: block; color: #777; background: url(../img/jt1.jpg) right center no-repeat; }
.tag { border-bottom: 1px dashed #ccc; padding-bottom: 16px; margin-top: 50px; font-size: 14px; color: #29282d; margin-bottom:30px; }
.tag a { display: inline-block; height: 25px; line-height: 25px; padding: 0 10px; border: 1px solid #999; margin-left: 6px; color: #29282d; border-radius: 3px; }
.pagebox { height: 36px;  text-align: center; }
.pagebox #pagesize { display: inline-block; }
.pagebox #pagesize li { float: left; }
.pagenav { overflow: hidden; margin-top: 30px; margin-bottom: 62px; }
.pagenav p { width: 45%; font-size: 14px; color: #777; }
.pagenav p.next { float: left; }
.pagenav p.prev { float: right; text-align: right; }
.interested { padding-bottom: 20px; }
.interested .list { border-bottom: 1px dashed #ddd; height: 50px; line-height: 50px; padding-right:5px; padding-left:20px; background:url(../img/jt_right.png) no-repeat center left; }
.interested .list span { float:right; color:#CCC;}
.interested .list a { display: block; color: #777; }
.interested .prolist { width: 212px; float: left; margin: 15px 10px; margin-bottom: 30px; }
.interested .prolist img { width: 212px;}
.interested .prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; }
.interested .prolist p.title:hover { background: #009944; color: #fff; }
.photolist {float: left; margin-right: 40px;margin-bottom: 28px;}
.photolist img{width:269px;}
.photolist .title {height: 45px; text-align: center; line-height: 45px;background: #f2f2f2; transition: all .2s;}
.photolist .title:hover {background: #cd0208;color: #fff;}


.zxly{ padding-left:5px; margin-bottom:30px; line-height:40px; font-size:15px;}
.zxly span{ font-weight:bold; font-size:16px;}

.ny_lxwm .t{ font-size:24px; color:#333; font-weight:bold; line-height:50px;}
.ny_lxwm li{float:left; width:400px; background:url(../img/lx_ico.png) left 18px  no-repeat;line-height:70px; height:70px; border-bottom:1px solid #eee;padding-left:65px;}
.ny_lxwm li.li1{ background-position:0px 20px;}
.ny_lxwm li.li2{ background-position:00px -50px;}
.ny_lxwm li.li3{ background-position:0px -120px;}
.ny_lxwm li.li4{ background-position:0px -190px;}
.ny_lxwm li.li5{ background-position:0px -260px;}
.ny_lxwm li.li6{ background-position:0px -330px;}
.lxtjyc{ display:none;}

.link {height: 60px; background: #fff; line-height: 60px; border-bottom: 1px solid #333; }
.link .wrap { color: #333;  line-height: 60px;}
.link .wrap a { color: #999; margin: 0 5px; }
.link img{width: 90px;height: 33px;}

/*底部*/
.footer {background: #242424;}
.footer header{
    padding-top: 38px;
    height: 88px;
    border-bottom: 1px solid #404040;
}
.footer header .wrap{padding-right: 18px;}
.footer header span{
    margin-top: 24px;
    display: block;
    width: 50px;
    height: 2px;
    background: #009944;
}
.footer header p{
    font-size: 18px;
    color: #ffffff;
}
.foot_p4 span a {
    color: #fff;
    font-weight: bold;
}
.foot_p4{color: #fff;line-height: 55px;}
.footer p span{padding: 0 10px;}
.footer .main{padding-top: 33px;color: #fff;padding-bottom: 30px;}
.footer .main .tel1{
    vertical-align: middle;
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../img/tel1.png);
}
.footer .main .dz{
    vertical-align: middle;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/dz.png);
}
.footer .main .tel_num{
    position: relative;
    top: 2px;
    font-size: 24px;
    color: #ffffff;
}
.footer .main .call{
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    width: 112px;
    height: 40px;
    line-height: 40px;
    background: #009944;
    border-radius: 20px;
    color: #FFFFFF;
}
.footer .main .sit{padding-left: 38px;}
.footer .botm{
    border-top: 1px solid #404040;
    text-align: center;
    line-height: 44px;
}
.footer .botm p{
    line-height: 44px;
}
.footer .botm .footp_span img{
    position: relative;
    top: 5px;
}
p#fzwz {
    display: inline-block;
}
.fix-right-v2 { position: fixed; right: 20px; bottom: 100px; width: 38px; height: 38px; background: #fff; z-index: 1001; }
.fix-right-v2 table { width: 100%; height: 100%; }
.fix-right-v2 table, .fix-right-v2 td { margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse; height: 38px; }
.fix-right-v2 li { position: relative; }
.fix-right-v2 a { display: block; width: 38px; font-size: 0; background-image: url(../img/sidebar_spritev2.png); overflow: hidden; cursor: pointer; transition: none; }
.fix-right-v2 .download a { height: 38px; background-position: -38px -176px; }
.fix-right-v2 .download:hover a { background-position: 0 -176px; }
.fix-right-v2 .download img { width: 90px; height: 90px; }
.fix-right-v2 li span { position: absolute; right: 58px; top: 0; visibility: hidden; padding: 0 14px; opacity: 0; color: #fff; font-size: 12px; background: #009944; transition: .3s all ease-in; -webkit-transition: .3s all ease-in; -moz-transition: .3s all ease-in; -o-transition: .3s all ease-in; white-space: nowrap; }
.fix-right-v2 li .popup-qr { top: -30px; padding: 8px; background: #fff; }
.fix-right-v2 li span i { position: absolute; right: 0; top: 50%; width: 0; height: 0; margin: -5px -10px 0 0; font-size: 0; border: 5px solid; border-color: transparent transparent transparent #009944; overflow: hidden; }
.fix-right-v2 li .popup-qr i { border-color: transparent transparent transparent #fff; }
.fix-right-v2 .feedback a, .fix-right-v2 .feedback span { height: 38px; line-height: 38px; }
.fix-right-v2 .feedback a { background-position: -38px -252px; }
.fix-right-v2 .feedback:hover a { background-position: 0 -252px; }
.fix-right-v2 li:hover span { right: 38px; opacity: 1; visibility: visible; }
.fix-right-v2 .gotop { position: absolute; bottom: 38px; }
.fix-right-v2 .gotop a, .fix-right-v2 .gotop span { height: 38px; line-height: 38px; }
.fix-right-v2 .gotop a { background-position: -38px -290px; }
.fix-right-v2 .gotop:hover a { background-position: 0 -290px; }
/**/
#dituContentn{ width:100%; height:340px !important;}
.companywab{background:url(../img/ba.png) no-repeat left center; padding-left:25px;}