﻿@charset "UTF-8";
html{
  font-size: 6.666vw;
}
@media screen and  (min-width: 1500px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
.w_width{max-width:1500px; margin-right: auto; margin-left: auto;}
.w_1920{max-width:1920px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 0.6rem;padding-right: 0.6rem;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{position: fixed; left: 0;top: 0;z-index: 99;width: 100%;}
.t_navs{ width: 100%;border-bottom: 1px solid rgba(255,255,255,0.1);padding-left: 60px;padding-right: 60px;}
.t_navs.on{background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.t_navs::after{content: "";display: block;clear: both;}
.t_navs .top{ width: 100%; float: left; position: relative;}
.t_navs .top .logo{ margin: 15px 0; line-height: 0; float: left;}
.t_navs .top .logo img{ width: auto; height: 58px;}
.t_navs .top .right{ float: right;}
.t_navs .top .right .menu{float: left;margin-right: 120px;}
.t_navs .top .right .menu ul{float: left;}
.t_navs .top .menu .nli{ float: left; position: relative;padding: 0 22px;}
.t_navs .top .menu .nli span a{ display: block;color: #ffffff; position: relative;padding: 0 6px;line-height: 88px; font-size: 16px;}
.t_navs.on .top .menu .nli span a{color: #000;}
.t_navs .top .menu .nli.on span a,.t_navs .top .menu .nli:hover span a{ color: #c28e50;}
.t_navs .top .menu .nli.on span a::after,.t_navs .top .menu .nli:hover span a::after{ content: ""; display: block; width: 100%; height: 1px; background: #c28e50; position: absolute; bottom: 0; left: 0;}
.t_navs .top .sub{ display: none; position: absolute; width: 140px; top:100%; left: 50%; background: #fff; z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.t_navs .top .sub .l2{ width: 100%;}
.t_navs .top .sub .l2 a{ display: block; color: #555;text-align: center;font-size: 16px;line-height: 40px;}
.t_navs .top .sub .l2 a:hover{ color: #fff;background: #c28e50;}
.t_navs .menuph{ display: none;} 
.t_navs .xialaph{ display: none;}
/*搜索*/
.t_navs .top .right .search{float: left;margin: 34px 0;position: relative;}
.t_navs .top .right .search input{width: 0;position: absolute;right: -10px;top: 50%;margin-top: -18px;height: 36px;background: #c28e50;z-index: 1;font-size: 14px;color: #fff;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .right .search.on input{width: 300px;padding: 0 80px 0 12px;}
.t_navs .top .right .search .but{overflow: hidden;cursor: pointer;position: relative;z-index: 2;}
.t_navs .top .right .search .but img{float: left;width: 18px;margin-right: 8px;margin-top: 1px;}
.t_navs .top .right .search .but img.img2{display: none;}
.t_navs.on .top .right .search .but img.img1{display: none;}
.t_navs.on .top .right .search .but img.img2{display: block;}
.t_navs .top .right .search .but .words{font-size: 16px;color: #ffffff;line-height: 20px;float: left;}
.t_navs.on .top .right .search .but .words{color: #000;}
@media screen and (max-width:1680px) {
.t_navs .top .right .menu{margin-right: 60px;}
.t_navs .top .menu .nli{padding: 0 16px;}
.t_navs .top .menu .nli span a{padding: 0 4px;font-size: 14px;}
}
@media screen and (max-width:1200px) {
.t_navs .top .menu .nli{padding: 0 10px;}
.t_navs{padding-left: 40px;padding-right: 40px;}
}
@media screen and (max-width:1070px) {
.t_navs .top .menu .nli{padding: 0 8px;}
.t_navs .top .right .menu{margin-right: 30px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .menu{ display: none;}
.t_navs .top .right .search{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_navs .top{ padding: 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4; background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
.t_navs .menuph{ float: right; width: 28px; height: 22px; cursor: pointer; text-align: center; margin: 14px 0;}
.t_navs .menuph .point { display: inline-block;  width: 28px;  height: 22px; position: relative;}
.t_navs .menuph .navbtn { position: absolute; top: 10px; right: 0; display: inline-block; width: 21px; height: 2px; background: #c28e50;
-webkit-transition: all .3s ease-out 0s; 
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.t_navs .menuph .navbtn::after,
.t_navs .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 28px; height: 2px; content: ''; background: #c28e50;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
.t_navs .menuph .navbtn::after { top: -11px;}
.t_navs .menuph .navbtn::before { top: 11px;}
.t_navs .menuph .point.active .navbtn{ background: transparent;}
.t_navs .menuph .point.active .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0;}
.t_navs .menuph .point.active .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0;}
.t_navs .xialaph{ position: fixed; left: 0; top: 0; float: left; width: 100%; height: 100%; overflow: scroll; padding: 60px 15px 100px 15px; display: none; z-index:3; background:#fff;}
.t_navs .xialaph .ul2,
.t_navs .xialaph .ul3{ display: none;}
.t_navs .xialaph .ul1{width: 100%;overflow: hidden;padding-bottom: 14px;border-bottom: 1px solid #eee;}
.t_navs .xialaph .ul1 li{float: left;width: 100%;}
.t_navs .xialaph h4 a{ float: left; width: 80%; color: #333333;line-height: 50px;font-size: 16px;} 
.t_navs .xialaph h4{ float: left; width: 100%; position: relative;}
.t_navs .xialaph h4:hover a,
.t_navs .xialaph h5:hover a{ color: #c28e50;}
.t_navs .xialaph h5 a{ float: left; width: 100%; color: #1f1f1f;line-height: 40px; text-transform: uppercase;font-size: 14px;}
.t_navs .xialaph h5{ float: left; width: 100%; position: relative;}
.t_navs .xialaph h5::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph h4 img{ width: 15px; height: 8px; float: right; margin-top: 22px; cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph h5 img{ width: 11px; height: 6px; float: right; margin-top: -25px; margin-right: 18px; cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .xialaph h4.active img,
.t_navs .xialaph h5.active img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.t_navs .xialaph .ul2{ float: left; width: 100%; padding: 0 10px;width: 100%;}
.t_navs .xialaph .ul2 li{width: 100%;float: left;}
.t_navs .xialaph .ul3{padding-bottom: 10px; padding-left: 15px;  position: relative;width: 100%;float: left;}
.t_navs .xialaph .ul3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
.t_navs .xialaph .ul3 li a{ color: #333;line-height: 35px; display: block;font-size: 14px;}
.t_navs .xialaph .ul3 li:hover a{color: #c28e50;}
.t_navs .xialaph .ul3 li{ padding-top: 5px;float: left;width: 100%;}
.t_navs .img_d,
.t_navs .disno{ display: none;} 
.t_navs .xialaph .inputbox{width: 100%;position: relative;border: 1px solid #eee;margin-top: 20px;}
.t_navs .xialaph .inputbox input{width: 100%;height: 36px;display: block;padding: 0 50px 0 12px;font-size: 14px;color: #333;}
.t_navs .xialaph .inputbox img{width: 26px;display: block;position: absolute;right: 12px;top: 50%;margin-top: -13px;cursor: pointer;}
.t_navs .xialaph .yyqh{width: 100%;font-size: 0;text-align: center;margin-top: 20px;}
.t_navs .xialaph .yyqh a{display: inline-block;vertical-align: middle;font-size: 16px;color: #555;line-height: 20px;}
.t_navs .xialaph .yyqh span{display: inline-block;vertical-align: middle;font-size: 16px;color: #555;line-height: 20px;margin: 0 6px;}
.t_navs .xialaph .yyqh a:hover,
.t_navs .xialaph .yyqh a.on{color: #c28e50;}
.t_navs .xialaph .number{font-size: 18px;color: #c28e50;line-height: 24px;text-align: center;font-weight: bolder;margin-top: 16px;}
.t_navs .xialaph .number span{margin-right: 8px;}
}

/*botNav*/
.bottomnav{width: 100%;background: #2c2c2c;}
.bottomnav .top{width: 100%;padding-top: calc(22px + 0.3rem);padding-bottom: calc(22px + 0.3rem);border-bottom: 1px solid rgba(71,71,71,0.36);}
.bottomnav .top .w_width::after{content: "";display: block;clear: both;}
.bottomnav .top .left{float: left;}
.bottomnav .top .left img{height: calc(30px + 0.24rem);display: block;}
.bottomnav .top .right{float: right;}
.bottomnav .top ul{float: left;}
.bottomnav .top li{float: left;margin-left: calc(20px + 0.5rem);}
.bottomnav .top li:first-child{margin-left: 0;}
.bottomnav .top li a{font-size: calc(14px + 0.04rem);color: #616161;line-height: calc(30px + 0.24rem);}
.bottomnav .top li a:hover{color: #d19b56;}
.bottomnav .bottom{width: 100%;}
.bottomnav .bottom .listbox{width: 100%;border-bottom: 1px solid rgba(71,71,71,0.36);padding-top: calc(20px + 0.5rem);padding-bottom: calc(20px + 0.46rem);display: flex; flex-direction: row; justify-content: space-between; align-items: left;}
.bottomnav .bottom .list{display: inline-block;vertical-align: top;}
.bottomnav .bottom .list ._t{font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(18px + 0.02rem);margin-bottom: calc(10px + 0.12rem);}
.bottomnav .bottom .list ._t span{font-size: calc(14px + 0.04rem);color: #d19b56;}
.bottomnav .bottom .list ._b{width: 100%;font-size: 14px;color: #616161;line-height: 20px;}
.bottomnav .bottom .bq{width: 100%;text-align: center;font-size: 14;color: rgba(109,108,108,0.51);line-height: 20px;padding-top: calc(10px + 0.14rem);padding-bottom: calc(10px + 0.14rem);}
.bottomnav .bottom .bq a{color: rgba(109,108,108,0.51);}
@media screen and (max-width:1680px) {
.bottomnav .top li{margin-left: calc(20px + 0.2rem);}
}
@media screen and (max-width:1024px) {
.bottomnav{margin-bottom: 50px;}
.bottomnav .top{padding-top: calc(18px + 0.22rem);padding-bottom: 14px;border-bottom: 0;}
.bottomnav .top .left{width: 100%;}
.bottomnav .top .right{display: none;}
.bottomnav .bottom .listbox{padding-top: 0;padding-bottom: calc(18px + 0.22rem);display: block;}
.bottomnav .bottom .list{width: 100%;display: block;margin-bottom: 12px;}
.bottomnav .bottom .list:last-child{margin-bottom: 0;}
.bottomnav .bottom .list ._t{margin-bottom: 8px;}
}

.b_navs .pf_down{ width: 100%; float: left; position: fixed; left: 0; bottom: 0; height: 50px; background: #c28e50; z-index: 16; box-shadow: 0 -5px 10px rgba(0,0,0,0.2);}
.b_navs .pf_down li{ width: 33.3%; float: left; text-align: center; padding: 7px 0 4px 0; border-right: 1px solid #fff;}
.b_navs .pf_down li .ico7{ width: 100%; float: left; height: 20px;}
.b_navs .pf_down li .d_name{ width: 100%; float: left; margin-top: 4px; font-size: 12px; color: #fff; line-height: 14px;}
.b_navs .pf_down li.l1 .ico7{ background: url(img/img4.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li.l2 .ico7{ background: url(img/img3.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li.l3 .ico7{ background: url(img/img2.png) no-repeat center; background-size: 20px 20px;}
.b_navs .pf_down li:last-child{ border: none;}
.b_navs .pf_down li:nth-child(3n){ border: none;}

/*首页banner*/
.sy_banner{width: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul img{width: 100%;display: block;}
.sy_banner .ul .slick-dots{position: absolute; bottom: calc(20px + 0.24rem); height: calc(6px + 0.02rem); text-align: center;}
.sy_banner .ul .slick-dots li{ vertical-align: top; width: calc(6px + 0.02rem); height: calc(6px + 0.02rem);border-radius: 100%; margin: 0 4px; background: rgba(255,255,255,0.5);}
.sy_banner .ul .slick-dots li.slick-active{ background: #fff;}
.sy_banner .ul .slick-prev{width: 20px;height: 14px;background: url(img/img10.png) no-repeat center center; background-size: cover;left: 50%;top: auto;bottom: calc(17px + 0.17rem);margin-left: -70px;}
.sy_banner .ul .slick-next{width: 20px;height: 14px;background: url(img/img11.png) no-repeat center center; background-size: cover;right: 50%;top: auto;bottom: calc(17px + 0.17rem);margin-right: -70px;}
.sy_banner .ul .slick-prev:hover,
.sy_banner .ul .slick-next:hover{opacity: 0.5;}
@media screen and (max-width:1024px) {
.sy_banner{margin-top: 50px;}
.sy_banner .ul .slick-prev{width: 0;height: 0;opacity: 0;}
.sy_banner .ul .slick-next{width: 0;height: 0;opacity: 0;}
}

/*首页标题*/
.sy_tit_box{width: 100%;position: relative;}
.sy_tit_box .words{font-size: calc(20px + 0.2rem);color: #101010;line-height: calc(24px + 0.2rem);}
.sy_tit_box .more{width: calc(20px + 0.2rem);height: calc(20px + 0.2rem);border-radius: 100%;background: #d19b56;position: absolute;right: 0;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.sy_tit_box .more a{display: block;width: calc(20px + 0.2rem);height: calc(20px + 0.2rem);position: relative;}
.sy_tit_box .more img{width: calc(14px + 0.07rem);display: block;position: absolute;left: -0.05rem;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_tit_box .more a:hover img{left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);}

/*首页*/
.sy_section1{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.sy_section1 .top{width: 100%;overflow: hidden;margin-bottom: 0.8rem;}
.sy_section1 .top .left{width: 53.33333333333333%;float: left;padding-right: 0.76rem;}
.sy_section1 .top .left .tit2{font-size: calc(20px + 0.16rem);color: #101010;line-height: calc(24px + 0.16rem);margin-top: calc(10px + 0.08rem);margin-bottom: calc(14px + 0.27rem);}
.sy_section1 .top .left ul{width: 100%;padding-right: 1.8rem;display: flex; flex-direction: row; justify-content: space-between; align-items: left;}
.sy_section1 .top .left li{display: inline-block;vertical-align: top;}
.sy_section1 .top .left ._t{margin-bottom: calc(10px + 0.04rem);font-size: calc(14px + 0.04rem);color: #d19b56;line-height: calc(18px + 0.04rem);}
.sy_section1 .top .left ._t span{font-size: calc(20px + 0.16rem);color: #d19b56;line-height: calc(24px + 0.16rem);font-weight: 900;margin-right: calc(10px + 0.08rem);vertical-align: top;}
.sy_section1 .top .left ._b{font-size: calc(14px + 0.1rem);color: #262626;line-height: calc(18px + 0.1rem);}
.sy_section1 .top .right{width: 46.66666666666667%;float: right;font-size: calc(14px + 0.04rem);color: #101010;line-height: calc(23px + 0.1rem);}
.sy_section1 .bottom{width: 100%;}
.sy_section1 .bottom img{width: 100%;display: block;}
@media screen and (max-width:1024px) {
.sy_section1 .top{width: 100%;overflow: hidden;margin-bottom: 0.8rem;}
.sy_section1 .top .left{width: 100%;padding-right: 0;margin-bottom: 14px;}
.sy_section1 .top .right{width: 100%;}
.sy_section1 .top .right{font-size: 14px;line-height: 24px;}
.sy_section1 .top .left .tit2{font-size: calc(20px + 0.2rem);}
.sy_section1 .top .left ul{padding-right: 0;}
}

.sy_section2{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;background: #f7f7f7;}
.sy_section2 ul{margin-top: 0.58rem;}
.sy_section2 li{width: 100%;;margin-bottom: calc(14px + 0.16rem);}
.sy_section2 li::after{content: "";display: block;clear: both;}
.sy_section2 li:last-child{margin-bottom: 0;}
.sy_section2 li .left{width: 64.66666666666667%;float: left;}
.sy_section2 li .right{width: 33.33333333333333%;float: right;}
.sy_section2 li a{display: block;width: 100%;position: relative;border-radius: calc(5px + 0.05rem);overflow: hidden;}
.sy_section2 li a::after{content: "";display: block;width: 100%;height: 100%;background: url(img/img20.png)no-repeat center center;background-size: cover;z-index: 2;position: absolute;left: 0;bottom: 0;}
.sy_section2 li .ba_pic{width: 100%;position: relative;z-index: 1;}
.sy_section2 li .ba_pic img{width: 100%;display: block;}
.sy_section2 li .wordsbox{width: 100%;position: absolute;left: 0;bottom: calc(16px + 0.24rem);padding: 0 0.4rem;z-index: 3;}
.sy_section2 li .wordsbox .words1{font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(18px + 0.02rem);margin-bottom: calc(6px + 0.06rem);}
.sy_section2 li .wordsbox .words2{font-size: calc(14px + 0.1rem);color: #ffffff;line-height: calc(18px + 0.1rem);font-weight: bolder;}
.sy_section2 li .wordsbox .words3{font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(18px + 0.02rem);margin-bottom: calc(12px + 0.18rem);margin-top: calc(6px + 0.06rem);display: none;}
.sy_section2 li .wordsbox .words3 div{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section2 li a:hover .wordsbox .words3{display: block;}
.sy_section2 li .wordsbox .more{width: 100%;overflow: hidden;display: none;}
.sy_section2 li a:hover .wordsbox .more{display: block;}
.sy_section2 li .wordsbox .more .words{font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(18px + 0.08rem);float: left; margin-right: calc(6px + 0.04rem);}
.sy_section2 li .wordsbox .more img{width: calc(18px + 0.08rem);float: left;display: block;}
.sy_section2 li:nth-child(even) .left{float: right;}
.sy_section2 li:nth-child(even) .right{float: left;}
@media screen and (max-width:1024px) {
.sy_section2 li .left{width:100%;margin-bottom: calc(14px + 0.16rem);}
.sy_section2 li .right{width: 100%;}
.sy_section2 li a{height: 170px;}
.sy_section2 li a:hover::after{background: rgba(0,0,0,0.2)!important;}
}

.sy_section3{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.sy_section3 .content{width: 100%;margin-top: 0.66rem;}
.sy_section3 .content::after{content: "";display: block;clear: both;}
.sy_section3 .left{width: 52.33%;float: left;padding-right: 0.74rem;}
.sy_section3 .left ul{width: 100%;}
.sy_section3 .left li{width: 100%;border-bottom: 1px solid #e7e7e7;}
.sy_section3 .left li:last-child{;border-bottom: 0;}
.sy_section3 .left a{display: block;width: 100%;padding: 0.42rem 0.38rem;overflow: hidden;}
.sy_section3 .left a:hover{background: #2c2c2c;}
.sy_section3 .left a .date{width: calc(80px + 0.5rem);float: left;}
.sy_section3 .left a .date .date1{font-size: calc(14px + 0.22rem);color: #d19b56;line-height: calc(18px + 0.22rem);margin-bottom: 7px;font-weight: bolder;}
.sy_section3 .left a .date .date2{font-size: calc(14px + 0.02rem);color: #d19b56;line-height: calc(18px + 0.02rem);font-weight: bolder;}
.sy_section3 .left a .wordsbox{width: calc(100% - 80px - 0.5rem);float: left;}
.sy_section3 .left a .words1{font-size: calc(14px + 0.04rem);color: #101010;line-height: calc(18px + 0.04rem);margin-bottom: calc(10px + 0.07rem);font-weight: bolder;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section3 .left a:hover .words1{color: #d19b56;}
.sy_section3 .left a .words2{font-size: calc(14px + 0.02rem);color: #afafaf;line-height: calc(18px + 0.08rem);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section3 .right{width: 47.67%;float: right;padding-left: 0.34rem;position: relative;}
.sy_section3 .right::after{content: "";display: block;width: calc(72.05882352941176% + 0.34rem);height: 2.62rem;background: #f5f5f5;position: absolute;left: 0;bottom: 0;border-radius: 0.18rem 0 0 0.18rem;z-index: 1;}
.sy_section3 .right .boxs1{width: 72.05882352941176%;float: left;position: relative;z-index: 2;}
.sy_section3 .right .boxs1 .pic{ width: 100%; padding-bottom: 64.21%; position: relative; overflow: hidden; min-height: 50px;box-shadow: 0 0 30px rgba(0,0,0,0.21);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section3 .right .boxs1 .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section3 .right .boxs1:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section3 .right .boxs1 .wordsbox{width: 100%;padding: 0.4rem 0.4rem 0.46rem 0.22rem;}
.sy_section3 .right .boxs1 .wordsbox .tit{font-size: calc(14px + 0.04rem);color: #101010;line-height: calc(18px + 0.1rem);margin-bottom: calc(8px + 0.04rem);font-weight: bolder;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section3 .right .boxs1:hover .wordsbox .tit{color: #d19b56;}
.sy_section3 .right .boxs1 .wordsbox .info{font-size: calc(14px + 0.02rem);color: #afafaf;line-height: calc(18px + 0.08rem);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section3 .right .boxs2{width: 27.94117647058824%;float: right;margin-top: 0.4rem;position: relative;z-index: 2;height: calc(200px + 2.82rem);padding-top: 3.48rem;padding-left: 0.32rem;}
.sy_section3 .right .boxs2 .date1{font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(18px + 0.02rem);margin-bottom: ;font-weight: bolder;}
.sy_section3 .right .boxs2 .date2{font-size: calc(30px + 0.3rem);color: #ffffff;line-height: calc(30px + 0.3rem);font-weight: bolder;}
@media screen and (max-width:1400px) {
.sy_section3 .right .boxs2{;height: calc(156px + 2.82rem);padding-top: 3rem;}
}
@media screen and (max-width:1024px) {
.sy_section3 .left{width: 100%;float: left;padding-right: 0;}
.sy_section3 .left a .date{width: 70px;}
.sy_section3 .left a .wordsbox{width: calc(100% - 70px);}
.sy_section3 .right{width: 100%;margin-top: 14px;}
.sy_section3 .right::after{height: 5rem;width: calc(80% + 0.34rem);}
.sy_section3 .right .boxs2{height: calc(186px + 2.82rem);padding-top: calc(100px + 2rem);}
.sy_section3 .right .boxs1{width: 80%;}
.sy_section3 .right .boxs2{padding-top: 6.9rem;width: 20%;}
.sy_section3 .left a .words2{font-size: 14px;}
}

.sy_section4{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.sy_section4 .content{width: 100%;margin-top: 0.66rem;position: relative;}
.sy_section4 .content .banner_number{position: absolute;left: 0.46rem;bottom: 0.46rem;font-size: calc(14px + 0.04rem);color: #cdcdcd;line-height: calc(18px + 0.04rem);font-weight: bolder;}
.sy_section4 .content .banner_number font:nth-child(1){font-size: calc(14px + 0.16rem);color: #d19b56;line-height: calc(18px + 0.16rem);font-weight: bolder;margin-right: 0.06rem;}
.sy_section4 .content .banner_number font:nth-child(2){color: rgba(42,42,42,0.5);margin-left: 0.06rem;}
.sy_section4 .ul{width: 100%;}
.sy_section4 .li{width: 100%;}
.sy_section4 a{display: block;width: 100%;overflow: hidden;background: #f5f5f5;}
.sy_section4 a .left{width: 50%;float: left;padding: 0.62rem 0.46rem 0.2rem 0.46rem;}
.sy_section4 a .left .tit{font-size: calc(14px + 0.16rem);color: #101010;line-height: calc(18px + 0.16rem);margin-bottom: calc(10px + 0.26rem);}
.sy_section4 a:hover .left .tit{color: #d19b56;}
.sy_section4 a .left .info{font-size: calc(14px + 0.04rem);color: #101010;line-height: calc(20px + 0.2rem);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section4 a .right{width: 50%;float: right;}
.sy_section4 a .right .pic{ width: 100%; padding-bottom: 50.66%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section4 a .right .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section4 a:hover .right .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section4 .slick-prev{width: 56px;height: 56px;background: url(img/img24.jpg) no-repeat center center; background-size: cover;left: 50%;top: auto;bottom: 0.3rem;margin-left: -56px;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.sy_section4 .slick-next{width: 56px;height: 56px;background: url(img/img27.jpg) no-repeat center center; background-size: cover;right: 50%;top: auto;bottom: 0.3rem;margin-right: -56px;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.sy_section4 .slick-prev:hover{background: url(img/img25.jpg) no-repeat center center; background-size: cover;}
.sy_section4 .slick-next:hover{background: url(img/img26.jpg) no-repeat center center; background-size: cover;}
@media screen and (max-width:1680px) {
.sy_section4 .content .banner_number{left: 0.46rem;bottom: 0.46rem;}
.sy_section4 .content .banner_number{bottom: 0.3rem;}
.sy_section4 a .left{padding: 0.5rem;}
.sy_section4 .slick-prev{width: 40px;height: 40px;bottom: 0.3rem;margin-left: -40px;}
.sy_section4 .slick-next{width: 40px;height: 40px;bottom: 0.3rem;margin-right: -40px;}
}
@media screen and (max-width:1024px) {
.sy_section4 .content .banner_number{left: 0.4rem;bottom: auto;top: 4.8rem;}
.sy_section4 ul{padding-bottom: 60px;}
.sy_section4 a .left{width: 100%;padding: 0.4rem 0.4rem 40px 0.4rem;}
.sy_section4 a .right{width: 100%;}
.sy_section4 .slick-prev{bottom: 0}
.sy_section4 .slick-next{bottom: 0}
.sy_section4 a .left .tit{margin-bottom: 12px;}
}

.sy_section5{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;background: #f5f5f5;}
.sy_section5 .sy_tit_box{margin-bottom: 0.64rem;}
.sy_section5 .con1{width: 100%;}
.sy_section5 .ul{border-left: 1px solid #e5e5e5;border-top: 1px solid #e5e5e5;width: 100%;}
.sy_section5 .ul::after{content: "";display: block;clear: both;}
.sy_section5 .li{width: 16.66666666666667%;float: left;border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.sy_section5 a{display: block;width: 100%;position: relative;background: #fff;overflow: hidden;}
.sy_section5 .ba_pic{ padding-bottom: 47.58%; position: relative; overflow: hidden;}
.sy_section5 .ba_pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.sy_section5 .pic{ padding-bottom: 47.58%; position: absolute;left: 0;top: 0; overflow: hidden;width: 100%;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section5 a:hover .pic{top: -4px;}
.sy_section5 .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
@media screen and (max-width:1024px) {
.sy_section5 .li{border: 0;}
.sy_section5 a{border-bottom: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;}
.sy_section5 .ul{margin-bottom: 26px;}
.sy_section5 .slick-dots{position: absolute; bottom: -26px; height: 8px; text-align: center;}
.sy_section5 .slick-dots li{ vertical-align: top; width: 6px; height: 6px;border-radius: 3px; margin: 0 4px; background: #dddddd;}
.sy_section5 .slick-dots li.slick-active{ background: #d19b56;width: 16px;}
}

/*内页banner*/
.ny_banner{width: 100%;position: relative;}
.ny_banner .ba_pic{width: 100%;}
.ny_banner .ba_pic img{width: 100%;display: block;}
.ny_banner .wordsbox{width: 100%;position: absolute;left: 0;bottom: 0;}
.ny_banner .content{width: 100%;overflow: hidden;background: rgba(44,44,44,0.88);border-radius: 0 0.3rem 0 0;}
.ny_banner .content .left{float: left;background: #c28e50;font-size: 0;padding: 0 0.6rem 0 0.5rem;border-radius: 0 0.3rem 0 0;}
.ny_banner .content .left .ico{width: calc(20px + 0.2rem);display: inline-block;vertical-align: middle;margin-right: calc(6px + 0.02rem);}
.ny_banner .content .left img{width: 100%;display: block;}
.ny_banner .content .left .words{font-size: calc(14px + 0.18rem);color: #ffffff;line-height: calc(32px + 0.4rem);display: inline-block;vertical-align: middle;}
.ny_banner .content .right{float: right;font-size: 0;padding-right: 0.32rem;}
.ny_banner .content .right a{display: inline-block;vertical-align: middle;font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(32px + 0.4rem);}
.ny_banner .content .right span{display: inline-block;vertical-align: middle;font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(32px + 0.4rem);}
.ny_banner .content .right span.span2{margin: 0 4px;}
.ny_banner .content .right a:hover,
.ny_banner .content .right a.on{color: #d19b56;text-decoration:underline;}
@media screen and (max-width:1024px) {
.ny_banner .content .left{padding: 0 0.4rem;;}
.ny_banner .content .left .words{font-size: calc(14px + 0.1rem);}
.ny_banner .content .right{float: right;font-size: 0;padding-right: 0.2rem;display: none;}
.ny_banner .content .right a{font-size: 14px;}
.ny_banner .content .right span{font-size: 14px;}
.ny_banner .content .right span.span2{margin: 0 2px;}
}

.gywm_section1{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.gywm_section1 .top{width: 100%;margin-bottom: 0.4rem;overflow: hidden;}
.gywm_section1 .top .left{width: 61.33333333333333%;float: left;padding-right: 0.4rem;}
.gywm_section1 .top .left h1{font-size: calc(14px + 0.22rem);color: #101010;line-height: calc(30px + 0.3rem);font-weight: bolder;}
.gywm_section1 .top .right{width: 38.66666666666667%;float: right;padding-top: 0.1rem;}
.gywm_section1 .top .right .listbox{display: flex; flex-direction: row; justify-content: space-between; align-items: left;}
.gywm_section1 .top .right .listbox .list{display: inline-block;vertical-align: top;}
.gywm_section1 .top .right .listbox ._t{font-size: calc(14px + 0.04rem);color: #d19b56;line-height: calc(18px + 0.04rem);margin-bottom: 0.22rem;vertical-align: top;}
.gywm_section1 .top .right .listbox ._t span{font-size: calc(14px + 0.34rem);color: #d19b56;line-height: calc(18px + 0.34rem);font-weight: bolder;vertical-align: top;margin-right: 0.08rem;}
.gywm_section1 .top .right .listbox ._b{font-size: calc(14px + 0.1rem);color: #262626;line-height: calc(18px + 0.1rem);}
.gywm_section1 .center{font-size: calc(14px + 0.04rem);color: #101010;line-height: calc(20px + 0.12rem);margin-bottom: calc(14px + 0.36rem);}
.gywm_section1 .bottom{width: 100%;}
.gywm_section1 .bottom ul{width: 100%;overflow: hidden;}
.gywm_section1 .bottom li{width: 20.06%;float: left;border-right: 1px solid rgba(255,255,255,0.2);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.gywm_section1 .bottom li.on{background: rgba(209,155,86,0.8);}
.gywm_section1 .bottom li.on{width: 39.82%;}
.gywm_section1 .bottom li a{display: block;width: 100%;padding: 0.46rem 0.56rem 0.4rem 0.52rem;}
.gywm_section1 .bottom li .tit{font-size: calc(14px + 0.1rem);color: #ffffff;line-height: calc(18px + 0.1rem);margin-bottom: 0.3rem;}
.gywm_section1 .bottom li .border{width: calc(20px + 0.12rem);height: 2px;background: #fff;margin-bottom: calc(12px + 0.1rem);}
.gywm_section1 .bottom li .infobox{margin-bottom: 0.3rem;opacity: 0;}
.gywm_section1 .bottom li.on .infobox{opacity: 1;}
.gywm_section1 .bottom li .info{font-size: calc(14px + 0.04rem);color: #ffffff;line-height: calc(20px + 0.12rem);overflow: hidden; overflow-y: auto; scrollbar-width: thin; height: calc(160px + 0.96rem);}
.gywm_section1 .bottom li .info::-webkit-scrollbar{ width: 3px;}
.gywm_section1 .bottom li .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.gywm_section1 .bottom li .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #d19b56; border-radius: 3px;}
.gywm_section1 .bottom li .num{font-size: calc(14px + 0.04rem);color: rgba(255,255,255,0.3);line-height: calc(18px + 0.04rem);text-align: right;}
.gywm_section1 .bottom li.on .num{color: #fff;}
@media screen and (max-width:1024px) {
.gywm_section1 .top .left{width: 100%;margin-bottom: 12px; padding-right: 0;}
.gywm_section1 .top .right{width: 100%;padding-top: 0;}
.gywm_section1 .bottom li{width: 100%;border-right: 0;border-bottom: 1px solid rgba(255,255,255,0.2);}
.gywm_section1 .bottom li.on{width: 100%;}
.gywm_section1 .bottom li a{;padding: 0.4rem;}
.gywm_section1 .bottom li .infobox{display: none;}
.gywm_section1 .bottom li.on .infobox{display: block;}
.gywm_section1 .top .left h1{font-size: calc(14px + 0.16rem);}
}

.gywm_section2{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.gywm_section2 h2{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: 0.58rem;}
.gywm_section2 .boxs1{width: 100%;margin-bottom: 0.8rem;}
.gywm_section2 .boxs1 ul{margin: 0 -0.16rem;width: calc(100% + 0.32rem);overflow: hidden;}
.gywm_section2 .boxs1 li{width: 50%;float: left;padding: 0 0.16rem;}
.gywm_section2 .boxs1 a{display: block;width: 100%;font-size: 0;}
.gywm_section2 .boxs1 .ico{width: calc(50px + 0.52rem);display: inline-block;vertical-align: middle;}
.gywm_section2 .boxs1 .ico img{width: 100%;display: block;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.gywm_section2 .boxs1 li:hover .ico img{transform: rotateY(180deg);}
.gywm_section2 .boxs1 .wordsbox{width: calc(100% - 50px - 0.52rem);display: inline-block;vertical-align: middle;padding-left: 0.28rem;}
.gywm_section2 .boxs1 .wordsbox .tit{font-size: calc(14px + 0.1rem);color: #c28e50;line-height: calc(18px + 0.1rem);margin-bottom: calc(8px + 0.06rem);font-weight: bolder;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.gywm_section2 .boxs1 .wordsbox .info{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(22px + 0.1rem);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.gywm_section2 .boxs2{width: 100%;}
.gywm_section2 .boxs2 ul{margin: 0 -0.14rem;width: calc(100% + 0.28rem);overflow: hidden;}
.gywm_section2 .boxs2 ul li{width: 25%;float: left;padding: 0 0.14rem;}
.gywm_section2 .boxs2 ul a{display: block;width: 100%;border-radius: 0 0.2rem 0 0.2rem;overflow: hidden;}
.gywm_section2 .boxs2 ul .pic{ width: 100%; padding-bottom: 72.31%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.gywm_section2 .boxs2 ul .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.gywm_section2 .boxs2 ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
@media screen and (max-width:1024px) {
.gywm_section2 .boxs1 ul{margin: 0;width: 100%;}
.gywm_section2 .boxs1 li{width: 100%;padding: 0;margin-bottom: 12px;}
.gywm_section2 .boxs1 li:last-child{margin-bottom: 0;}
.gywm_section2 .boxs2 ul{margin: -0.14rem;}
.gywm_section2 .boxs2 ul li{width: 50%;padding: 0.14rem;}
.gywm_section2 .boxs1 .ico{vertical-align: top;}
.gywm_section2 .boxs1 .wordsbox{vertical-align: top;}
}

.gywm_section3{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;position: relative;}
.gywm_section3::after{content: "";display: block;width: 100%;height: 1px;background: rgba(255,255,255,0.2);position: absolute;left: 0;top: 374px;z-index: 1;}
.gywm_section3 .w_width{position: relative;z-index: 2;}
.gywm_section3 h3{font-size: calc(14px + 0.34rem);color: #ffffff;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(10px + 0.1rem);}
.gywm_section3 ul{margin: 0 -0.1rem;width: calc(100% + 0.2rem);padding-left: 0.6rem;padding-right: 0.6rem;}
.gywm_section3 ul li{padding: 0 0.1rem;}
.gywm_section3 ul li ._t{width: 100%;position: relative;height: calc(96px + 0.32rem);}
.gywm_section3 ul li ._b{width: 100%;position: relative;height: calc(96px + 0.32rem);}
.gywm_section3 ul li ._t div{position: absolute;left: 0;bottom: 0;width: 100%;}
.gywm_section3 ul li ._b div{position: absolute;left: 0;top: 0;width: 100%;}
.gywm_section3 ul li .info{font-size: calc(14px + 0.04rem);color: #ffffff;line-height: calc(24px + 0.08rem);text-align: center;overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: calc(96px + 0.32rem);}
.gywm_section3 ul li .info::-webkit-scrollbar{ width: 3px;}
.gywm_section3 ul li .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.gywm_section3 ul li .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #d19b56; border-radius: 3px;}
.gywm_section3 ul li .year{font-size: calc(14px + 0.16rem);color: #ffffff;line-height: calc(18px + 0.16rem);text-align: center;}
.gywm_section3 ul li:hover .year,
.gywm_section3 ul li:hover .info{color: #d19b56;}
.gywm_section3 ul li .dian{width: 25px;height: 25px;background: url(img/img72.png)no-repeat center center;background-size: cover; margin: calc(12px + 0.3rem) auto;}
.gywm_section3 ul .slick-prev{width: calc(26px + 0.3rem);height: calc(26px + 0.3rem);background: url(img/img24.jpg) no-repeat center center; background-size: cover;left: -46px;top: 50%;}
.gywm_section3 ul .slick-next{width: calc(26px + 0.3rem);height: calc(26px + 0.3rem);background: url(img/img27.jpg) no-repeat center center; background-size: cover;right: -46px;top: 50%;}
.gywm_section3 ul .slick-prev:hover{background: url(img/img25.jpg) no-repeat center center; background-size: cover;}
.gywm_section3 ul .slick-next:hover{background: url(img/img26.jpg) no-repeat center center; background-size: cover;}
@media screen and (max-width:1680px) {
.gywm_section3 ul li .info br{display: none;}
.gywm_section3::after{top: 342px;}
}
@media screen and (max-width:1024px) {
.gywm_section3 ul{padding-left: 0;padding-right: 0;}
.gywm_section3::after{top: 205px;}
.gywm_section3 ul{padding-bottom: 50px;}
.gywm_section3 ul .slick-prev{top: auto;bottom: 0;left: 50%;margin-left: -33.48px;}
.gywm_section3 ul .slick-next{top: auto;bottom: 0;right: 50%;margin-right: -33.48px;}
}

.gywm_section4{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.gywm_section4 h4{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(8px + 0.08rem);}
.gywm_section4 .content{width: 100%;overflow: hidden;position: relative;}
.gywm_section4 .content::after{content: "";display: block;width: 100%;height: 1px;background: #dedede;position: absolute;left: 0;bottom: 0.28rem;z-index: 1;}
.gywm_section4 .left{width: calc(100% - 165px - 2rem);float: left;padding-right: 1.06rem;padding-top: 0.8rem;position: relative;z-index: 2;}
.gywm_section4 .left ul{padding-bottom: 0.96rem;}
.gywm_section4 .left ul .slick-prev{width: calc(30px + 0.26rem);height: calc(30px + 0.26rem);background: url(img/img24.jpg) no-repeat center center; background-size: cover;left: 0;top: auto;bottom: 0;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.gywm_section4 .left ul .slick-next{width: calc(30px + 0.26rem);height: calc(30px + 0.26rem);background: url(img/img27.jpg) no-repeat center center; background-size: cover;right: auto;left: calc(30px + 0.26rem);top: auto;bottom: 0;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.gywm_section4 .left ul .slick-prev:hover{background: url(img/img25.jpg) no-repeat center center; background-size: cover;}
.gywm_section4 .left ul .slick-next:hover{background: url(img/img26.jpg) no-repeat center center; background-size: cover;}
.gywm_section4 .right{width: calc(165px + 2rem);float: right;}
.gywm_section4 .right img{width: 100%;display: block;}
@media screen and (max-width:1680px) {
.gywm_section4 .left{padding-top: 1.6rem;}
}
@media screen and (max-width:1024px) {
.gywm_section4 .content::after{display: none;}
.gywm_section4 .left{width: 100%;padding-right: 0;padding-top: 0;float: none;}
.gywm_section4 .left ul{padding-bottom: 2rem;}
.gywm_section4 .right{width: 50%;float: none;margin: 0 auto;}
}

/*财税记账*/
.csjz_section1{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.csjz_section1 h1{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);margin-bottom: calc(10px + 0.06rem);text-align: center;font-weight: bolder;}
.csjz_section1 .tit{width: 100%;margin-bottom: calc(20px + 0.3rem);font-size: 0;text-align: center;}
.csjz_section1 .tit .words{font-size: calc(14px + 0.06rem);color: #fefefe;line-height: calc(30px + 0.1rem);padding: 0 calc(10px + 0.05rem);background: #c28e50;border-radius: 0 0.16rem 0 0.16rem;display: inline-block;}
.csjz_section1 .ul{margin: -0.16rem;width: calc(100% + 0.32rem);overflow: hidden;display:flex; flex-wrap: wrap; align-items: flex-start;}
.csjz_section1 .li{width: 33.33333%;float: left;padding: 0.16rem;}
.csjz_section1 .li a{width: 100%;background: #f5f5f5;border-radius: 0.65rem;display: block;font-size: 0 ;padding: 8px;}
.csjz_section1 .li .ico{width: calc(50px + 0.64rem);display: inline-block;vertical-align: middle;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.csjz_section1 .li:hover .ico{transform: rotateY(180deg);}
.csjz_section1 .li .ico img{width: 100%;display: block;}
.csjz_section1 .li .wordsbox{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(26px + 0.06rem);display: inline-block;vertical-align: middle;width: calc(100% - 50px - 0.64rem);padding: 0 0.9rem 0 0.32rem;}
@media screen and (max-width:1680px) {
.csjz_section1 .li .wordsbox{padding: 0 0.4rem;}
}
@media screen and (max-width:1024px) {
.csjz_section1 .ul{margin: 0;width: 100%;}
.csjz_section1 .li{width: 100%;padding: 0;margin-bottom: 12px;}
.csjz_section1 .li:last-child{margin-bottom: 0;}
}

.csjz_section2{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.csjz_section2 h2{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(12px + 0.36rem);font-weight: bolder;}
.csjz_section2 ul{margin: -0.25rem -0.775rem;overflow: hidden;width: calc(100% + 1.55rem);display:flex; flex-wrap: wrap; align-items: flex-start;}
.csjz_section2 ul li{width: 33.33333%;float: left;padding: 0.25rem 0.775rem;}
.csjz_section2 ul a{display: block;width: 100%;}
.csjz_section2 ul .num{font-size: calc(14px + 0.1rem);color: #ffffff;line-height: calc(30px + 0.34rem);width: calc(82px + 1rem);background: #c28e50;border-radius: 0 0.3rem 0 0.3rem;text-align: center;position: relative;z-index: 2;}
.csjz_section2 ul .wordsbox{width: 100%;position: relative;margin-top: -0.24rem;z-index: 1;}
.csjz_section2 ul .ba_pic{width: 100%;}
.csjz_section2 ul .ba_pic img{width: 100%;display: block;}
.csjz_section2 ul .info{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(24px + 0.08rem);padding: 0 0.48rem;position: absolute;left: 0;top: 50%;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.csjz_section2 ul a:hover .info{color: #d19b56;}
.csjz_section2 ul li:nth-child(4){margin-left: 16.666665%;}
@media screen and (max-width:1024px) {
.csjz_section2 ul{margin: -0.3rem;width: calc(100% + 0.6rem);}
.csjz_section2 ul li{width: 50%;padding: 0.3rem;}
.csjz_section2 ul li:nth-child(5){width: 100%;}
.csjz_section2 ul a{display: block;width: 100%;}
.csjz_section2 ul .info{font-size: 14px;line-height: 22px;padding: 0 0.4rem;}
.csjz_section2 ul li:nth-child(4){margin-left: 0%;}
.csjz_section2 ul .ba_pic{height: 100px;}
}

.csjz_section3{width: 100%;padding-top: 0.43rem;padding-bottom: 0.43rem;}
.csjz_section3 .content{width: 100%;font-size: 0;}
.csjz_section3 .content .left{width: calc(100% - 200px - 1.36rem);display: inline-block;vertical-align: middle;padding-right: 0.5rem;}
.csjz_section3 .content .left h3{font-size: calc(14px + 0.34rem);color: #c28e50;line-height: calc(18px + 0.34rem);margin-bottom: calc(10px + 0.08rem);font-weight: bolder;font-style: italic;}
.csjz_section3 .content .left .info{font-size: calc(14px + 0.06rem);color: #c28e50;line-height: calc(24px + 0.12rem);}
.csjz_section3 .content .right{width: calc(200px + 1.36rem);display: inline-block;vertical-align: middle;font-size: 0;}
.csjz_section3 .content .right .ico{width: calc(30px + 0.42rem);display: inline-block;vertical-align: middle;}
.csjz_section3 .content .right .ico img{width: 100%;display: block;}
.csjz_section3 .content .right .ico .img2{display: none;}
.csjz_section3 .content .right .wordsbox{width: calc(100% - 40px - 0.32rem);display: inline-block;vertical-align: middle;padding-left: 0.2rem;}
.csjz_section3 .content .right .wordsbox .words1{font-size: calc(14px + 0.06rem);color: #2c2c2c;line-height: calc(18px + 0.06rem);margin-bottom: calc(8px + 0.04rem);}
.csjz_section3 .content .right .wordsbox .words2{font-size: calc(14px + 0.22rem);color: #2c2c2c;line-height: calc(18px + 0.22rem);font-weight: bold;}
@media screen and (max-width:1680px) {
.csjz_section3{padding-top: 0.2rem;padding-bottom: 0.2rem;}
}
@media screen and (max-width:1024px) {
.csjz_section3{padding-top: 0.6rem;padding-bottom: 0.6rem;background: #2c2c2c!important;}
.csjz_section3 .content .left{width: 100%;padding-right: 0;}
.csjz_section3 .content .left .info br{display: none;}
.csjz_section3 .content .right{width: 100%;margin-top: 14px;background: #d19b56;padding: 12px;}
.csjz_section3 .content .right .ico img{width: 100%;display: block;}
.csjz_section3 .content .right .wordsbox .words1{display: inline-block;vertical-align: middle;line-height: calc(18px + 0.22rem);margin-bottom: 0;}
.csjz_section3 .content .right .wordsbox .words2{display: inline-block;vertical-align: middle;line-height: calc(18px + 0.22rem);}
}

.csjz_section4{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.csjz_section4 h4{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(12px + 0.32rem);font-weight: bolder;}
.csjz_section4 h5{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(24px + 0.08rem);text-align: center;margin-bottom: calc(14px + 0.36rem);}
.csjz_section4 ul{width: 100%;}
.csjz_section4 li{width: 100%;margin-bottom: calc(12px + 0.18rem);}
.csjz_section4 li:last-child{margin-bottom: 0;}
.csjz_section4 a{display: block;width: 100%;border-radius: 0 0.4rem 0 0.4rem; background: #2c2c2c;overflow: hidden;position: relative;}
.csjz_section4 a:hover{background: #c28e50;}
.csjz_section4 a .left{width: 50%;float: left;}
.csjz_section4 a .left .pic{ width: 100%; padding-bottom: 55.2%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.csjz_section4 a .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.csjz_section4 a:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.csjz_section4 a .right{width: 50%;position: absolute;right: 0;top: 0;height: 100%;}
.csjz_section4 a .right .wordsbox{width: 100%;position: absolute;left: 0;top: 50%;padding: 0 0.9rem;
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-o-transform: translate(0,-50%);}
.csjz_section4 a .right .wordsbox .tit{font-size: calc(14px + 0.1rem);color: #ffffff;line-height: calc(18px + 0.1rem);margin-bottom: calc(12px + 0.22rem);padding-left: calc(10px + 0.1rem);position: relative;}
.csjz_section4 a .right .wordsbox .tit::after{content: "";display: block;width: 7px;height: 7px;background: #c28e50;position: absolute;left: 0;top: 10.5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.csjz_section4 a:hover .right .wordsbox .tit::after{background: #fff;}
.csjz_section4 a .right .wordsbox .info{font-size: calc(14px + 0.04rem);color: #ffffff;line-height: calc(24px + 0.08rem);overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: calc(120px + 0.4rem);}
.csjz_section4 a .right .wordsbox .info::-webkit-scrollbar{ width: 3px;}
.csjz_section4 a .right .wordsbox .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.csjz_section4 a .right .wordsbox .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #d19b56; border-radius: 3px;}
.csjz_section4 a .right .ico{width: calc(90px + 1.08rem);display: block;position: absolute;right: 0;bottom: 0;}
.csjz_section4 li:nth-child(even) .left{float: right;}
.csjz_section4 li:nth-child(even) .right{left: 0;}
.csjz_section4 li:nth-child(even) .right .ico{left: 0;}
@media screen and (max-width:1024px) {
.csjz_section4 h5 br{display: none;}
.csjz_section4 a .left{width: 100%;float: none;}
.csjz_section4 a .right{width: 100%;position: static;}
.csjz_section4 a .right .wordsbox{position: static;padding: 0.9rem;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.csjz_section4 a .right .wordsbox .tit::after{top: 7px;}
.csjz_section4 a .right .wordsbox .info{max-height: 100000px;}
.csjz_section4 a .right .wordsbox .info::-webkit-scrollbar{ width: 0;}
.csjz_section4 a .right .wordsbox .info::-webkit-scrollbar-track{ border-radius: 0;}
.csjz_section4 a .right .wordsbox .info::-webkit-scrollbar-thumb{ width: 0;  border-radius: 0;}
.csjz_section4 a .right .wordsbox .info::-webkit-scrollbar{ display: none;}
.csjz_section4 a .right .ico{width: calc(90px + 1.08rem);display: block;position: absolute;right: 0;bottom: 0;}
.csjz_section4 li:nth-child(even) .left{float: none;}
}

.csjz_section5{width: 100%;padding-top: 1.2rem;padding-bottom: 0.45rem;background: #f5f5f5;}
.csjz_section5 h5{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);margin-bottom: 0.46rem;text-align: center;font-weight: bolder;}
.csjz_section5 .content{width: 100%;overflow: hidden;}
.csjz_section5 .left{width: 69.2%;float: left;padding-right: 0.8rem;padding-top: 0.28rem;}
.csjz_section5 .left ul{width: 100%;}
.csjz_section5 .left li{width: 100%;margin-bottom: calc(12px + 0.24rem);}
.csjz_section5 .left li:last-child{margin-bottom: 0;}
.csjz_section5 .left li .top{width: 100%;margin-bottom: 8px;overflow: hidden;}
.csjz_section5 .left li .bottom{width: 100%;overflow: hidden;}
.csjz_section5 .left li .ico{width: calc(30px + 0.1rem);float: left;}
.csjz_section5 .left li .ico img{width: 100%;display: block;}
.csjz_section5 .left li .wordsbox{width: calc(100% - 30px - 0.1rem);float: left;padding-left: calc(10px + 0.08rem);}
.csjz_section5 .left li .top .words{font-size: calc(14px + 0.06rem);color: #c28e50;line-height: calc(30px + 0.1rem);}
.csjz_section5 .left li .bottom .words{font-size: calc(14px + 0.02rem);color: #221815;line-height: calc(24px + 0.06rem);}
.csjz_section5 .left li:hover .bottom .words{color: #c28e50;}
.csjz_section5 .right{width: 30.8%;float: right;}
.csjz_section5 .right img{width: 100%;display: block;}
@media screen and (max-width:1024px) {
.csjz_section5 .left{width: 100%;padding-right: 0;padding-top: 0;float: none;}
.csjz_section5 .right{width: 60%;margin: 0 auto;float: none;margin-top: 20px;}
}

/*政策咨询*/
.zcz_section1{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.zcz_section1 h1{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);margin-bottom: 0.42rem;text-align: center;font-weight: bolder;}
.zcz_section1 .h1_words{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(24px + 0.08rem);text-align: center;margin-bottom: calc(16px + 0.3rem);text-align: left;}
.zcz_section1 ul{margin: -0.15rem;width: calc(100% + 0.3rem);overflow: hidden;display:flex; flex-wrap: wrap; align-items: flex-start;}
.zcz_section1 ul li{width: 33.33333%;float: left;padding: 0.15rem;}
.zcz_section1 ul a{display: block;width: 100%;background: #f5f5f5;border-radius: 0 0.4rem 0 0.4rem;padding: 0.42rem 0.5rem;}
.zcz_section1 ul .pic{width: calc(50px + 1.24rem);margin: 0 auto 0.3rem auto;}
.zcz_section1 ul .pic img{width: 100%;display: block;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.zcz_section1 ul li:hover .pic img{transform: rotateY(180deg);}
.zcz_section1 ul .info{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(26px + 0.06rem);text-align: center;height: calc(104px + 0.24rem);overflow: hidden; overflow-y: auto; scrollbar-width: thin;}
.zcz_section1 ul .info::-webkit-scrollbar{ width: 3px;}
.zcz_section1 ul .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.zcz_section1 ul .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #d19b56; border-radius: 3px;}
@media screen and (max-width:1680px) {
.zcz_section1 ul .info{font-size: 14px;}
}
@media screen and (max-width:1024px) {
.zcz_section1 ul li{width:100%;}
.zcz_section1 ul a{padding: 0.3rem;}
.zcz_section1 ul .info{font-size: 12px;line-height: 24px;height: auto;text-align: center;}
.zcz_section1 ul .info br{display: none;}
}

.zcz_section2{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.zcz_section2 h2{font-size: calc(14px + 0.34rem);color: #ffffff;line-height: calc(18px + 0.34rem);margin-bottom: 0.32rem;text-align: center;font-weight: bolder;}
.zcz_section2 .h2_words{font-size: calc(14px + 0.04rem);color: #ffffff;line-height: calc(24px + 0.04rem);padding: calc(8px + 0.05rem) 0.1rem calc(8px + 0.05rem) calc(12px + 0.13rem);background: #c28e50;}
.zcz_section2 .content{width: 100%;position: relative;background: linear-gradient(to bottom,#fdfdfd,#f5f5f5);padding: 0.26rem 0.56rem 0.56rem 0.56rem;}
.zcz_section2 .content .ba_pic{width: calc(200px + 4.1rem);position: relative;}
.zcz_section2 .content .ba_pic img{width: 100%;display: block;}
.zcz_section2 .content .ba_pic .wordsbox{background: rgba(255,255,255,0.8);width: calc(100px + 1rem);border-radius: 100%;height: calc(100px + 1rem);position: absolute;padding: 0.16rem;left: 0.04rem;bottom: 0.3rem;}
.zcz_section2 .content .ba_pic .wordsbox .words{font-size: calc(14px + 0.22rem);color: #ffffff;line-height: calc(30px + 0.18rem);text-align: center;background: #c28e50;width: 100%;border-radius: 100%;padding-top: 0.36rem;padding-bottom: 0.36rem;height: 100%;}
.zcz_section2 .content .list{width: 52.66666666666667%;font-size: 0;position: absolute;}
.zcz_section2 .content .list .ico{width: calc(50px + 0.46rem);display: inline-block;vertical-align: middle;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.zcz_section2 .content .list:hover .ico{transform: rotateY(180deg);}
.zcz_section2 .content .list .ico img{width: 100%;display: block;}
.zcz_section2 .content .list .wordsbox{width: calc(100% - 50px - 0.46rem);display: inline-block;vertical-align: middle;padding-left: 0.3rem;}
.zcz_section2 .content .list .tit{font-size: calc(14px + 0.1rem);color: #221815;line-height: calc(18px + 0.1rem);margin-bottom: calc(6px + 0.16rem);}
.zcz_section2 .content .list:hover .tit{color: #d19b56;}
.zcz_section2 .content .list .info{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(24px + 0.08rem);}
.zcz_section2 .content .list:nth-child(1){left: 43.33333333333333%;top: 10%;}
.zcz_section2 .content .list:nth-child(2){left: 47.06666666666667%;top: 40.5%;width: 49%;}
.zcz_section2 .content .list:nth-child(3){left: 43.33333333333333%;top: 70%;}
.zcz_section2 .content .list:nth-child(1)::after{content: "";display: block;width: calc(84px + 0.6rem);height: calc(20px + 0.2rem);background: url(img/img108.png)no-repeat center center;background-size: cover;position: absolute;right: calc(100% - 0.1rem);top: 50%;}
.zcz_section2 .content .list:nth-child(2)::after{content: "";display: block;width: calc(89px + 0.4rem);height: 2px;background: url(img/img109.png)no-repeat center center;background-size: cover;position: absolute;right: 100%;top: 50%;margin-top: calc(10px - 0.1rem);}
.zcz_section2 .content .list:nth-child(3)::after{content: "";display: block;width: calc(84px + 0.6rem);height: calc(20px + 0.2rem);background: url(img/img110.png)no-repeat center center;background-size: cover;position: absolute;right: calc(100% - 0.1rem);top: calc(5px + 0.05rem);}
@media screen and (max-width:1680px) {
.zcz_section2 .content .list{width: 44%;}
.zcz_section2 .content .list:nth-child(1){left: 53%;}
.zcz_section2 .content .list:nth-child(2){left: 55%;width: 40%;}
.zcz_section2 .content .list:nth-child(3){left: 53%;}
.zcz_section2 .content .list .info{font-size: 14px;line-height: 24px;}
}
@media screen and (max-width:1024px) {
.zcz_section2 .content{padding: 0.4rem;}
.zcz_section2 .content .ba_pic{width: calc(240px + 1rem);margin-bottom: 20px;margin: 0 auto 20px auto;}
.zcz_section2 .content .ba_pic .wordsbox{width: 80px;height: 80px;padding: 0.16rem;left: 0;bottom: 0.2rem;}
.zcz_section2 .content .ba_pic .wordsbox .words{padding-top: 10px;padding-bottom: 10px;font-size: 20px;line-height: 24px;}
.zcz_section2 .content .list{width: 100%;position: static;padding-bottom: 12px;margin-bottom: 12px;border-bottom: 1px solid #d19b56;}
.zcz_section2 .content .list .ico{width: calc(50px + 0.46rem);vertical-align: top;}
.zcz_section2 .content .list .wordsbox{vertical-align: top;}
.zcz_section2 .content .list:nth-child(2){width: 100%;}
.zcz_section2 .content .list:nth-child(1)::after{display: none;width: 0;height: 0;}
.zcz_section2 .content .list:nth-child(2)::after{display: none;width: 0;height: 0;}
.zcz_section2 .content .list:nth-child(3)::after{display: none;width: 0;height: 0;}
.zcz_section2 .content .list:nth-child(3){padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
}

.zcz_section3{width: 100%;padding-bottom: 1.2rem;}
.zcz_section3 h3{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);margin-bottom: 0.6rem;text-align: center;font-weight: bolder;}
.zcz_section3 .content1{width: 100%;margin-bottom: 0.76rem;overflow: hidden;}
.zcz_section3 .content1 .left{width: 70.54%;float: left;padding-right: 1.3rem;}
.zcz_section3 .content1 .left .listbox{width: 100%;}
.zcz_section3 .content1 .left .list{width: 100%;margin-bottom: 0.42rem;}
.zcz_section3 .content1 .left .list:last-child{margin-bottom: 0;}
.zcz_section3 .content1 .left .words1{width: 100%;margin-bottom: calc(10px + 0.06rem);font-size: calc(14px + 0.1rem);color: #c28e50;line-height: calc(18px + 0.1rem);}
.zcz_section3 .content1 .left .words2{width: 100%;font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(18px + 0.14rem);}
.zcz_section3 .content1 .right{width: 29.46%;float: right;}
.zcz_section3 .content1 .right .tit{font-size: calc(14px + 0.06rem);color: #221815;line-height: calc(18px + 0.06rem);margin-bottom: calc(10px + 0.1rem);text-align: center;}
.zcz_section3 .content1 .right img{width: 100%;display: block;}
.zcz_section3 .content2{width: 100%;background: #f5f5f5;font-size: 0;position: relative;}
.zcz_section3 .content2::after{content: "";display: block;width: calc(100px + 2.3rem);height: 100%;background: #c28e50;position: absolute;left: 0;top: 0;z-index: 1;}
.zcz_section3 .content2 .left{width: calc(100px + 2.3rem);background: #c28e50;font-size: calc(14px + 0.16rem);color: #ffffff;line-height: calc(16px + 0.16rem);z-index: 2;position: relative;display: inline-block;vertical-align: middle;text-align: center;}
.zcz_section3 .content2 .right{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(26px + 0.06rem);width: calc(100% - 100px - 2.3rem);display: inline-block;vertical-align: middle;padding: 0.48rem 0.4rem;}
@media screen and (max-width:1024px) {
.zcz_section3 .content1 .left{width: 100%;padding-right: 0;}
.zcz_section3 .content1 .left .list{width: 100%;margin-bottom: 0.42rem;}
.zcz_section3 .content1 .left .list:last-child{margin-bottom: 0;}
.zcz_section3 .content1 .left .words1{width: 100%;margin-bottom: calc(10px + 0.06rem);font-size: calc(14px + 0.1rem);color: #c28e50;line-height: calc(18px + 0.1rem);}
.zcz_section3 .content1 .left .words2{width: 100%;font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(18px + 0.14rem);}
.zcz_section3 .content1 .right{width:100%;margin-top: 20px;}
.zcz_section3 .content1 .right img{width: 60%;margin: 0 auto;}
.zcz_section3 .content2::after{display: none;}
.zcz_section3 .content2 .left{width: 100%;line-height: calc(30px + 0.16rem);}
.zcz_section3 .content2 .right{width: 100%;}
}

/*联系我们*/
.lxwm_section1{width: 100%;padding-top: 1rem;padding-bottom: 1rem;}
.lxwm_section1 .top{width: 100%;font-size: 0;margin-bottom: calc(14px + 0.16rem);background: #f7f7f7;}
.lxwm_section1 .top .left{width: calc(200px + 2.46rem);background: #c28e50;display: inline-block;vertical-align: middle;}
.lxwm_section1 .top .left img{width: 100%;display: block;}
.lxwm_section1 .top .right{width: calc(100% - 200px - 2.46rem);display: inline-block;vertical-align: middle;padding-left: 0.5rem;padding-right: 0.4rem;}
.lxwm_section1 .top .right ul{margin: 0 -0.25rem;width: calc(100% + 0.5rem);overflow: hidden;}
.lxwm_section1 .top .right li{width: 50%;float: left;padding: 0 0.25rem;}
.lxwm_section1 .top .right a{display: block;width: 100%;font-size: 0;}
.lxwm_section1 .top .right .wordsbox{width: calc(100% - 80px - 0.46rem);display: inline-block;vertical-align: middle;padding-right: 0.24rem;}
.lxwm_section1 .top .right .wordsbox .tit{font-size: calc(14px + 0.1rem);color: #000000;line-height: calc(18px + 0.1rem);margin-bottom: calc(8px + 0.06rem);}
.lxwm_section1 .top .right .wordsbox .info{font-size: calc(14px + 0.04rem);color: #333333;line-height: calc(26px + 0.06rem);letter-spacing: 0;}
.lxwm_section1 .top .right .ewmbox{width: calc(80px + 0.46rem);display: inline-block;vertical-align: middle;}
.lxwm_section1 .top .right .ewmbox img{width: 100%;display: block;}
.lxwm_section1 .top .right .ewmbox .words{font-size: calc(14px + 0.04rem);color: #333333;line-height: calc(18px + 0.04rem);text-align: center;margin-top: calc(4px + 0.04rem);}
.lxwm_section1 .bottom{width: 100%;}
.lxwm_section1 .bottom ul{width: 100%;}
.lxwm_section1 .bottom li{width: 100%;margin-bottom: calc(14px + 0.16rem);font-size: 0;background: #f5f5f5;}
.lxwm_section1 .bottom li:last-child{margin-bottom: 0;}
.lxwm_section1 .bottom li .left{width: 63.73333333333333%;display: inline-block;vertical-align: middle;}
.lxwm_section1 .bottom li .left .pic{ width: 100%; padding-bottom: 47.9%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.lxwm_section1 .bottom li .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.lxwm_section1 .bottom li:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.lxwm_section1 .bottom li .right{width: 36.26666666666667%;display: inline-block;vertical-align: middle;padding: 0 0.8rem;}
.lxwm_section1 .bottom li .right .tit{font-size: calc(14px + 0.18rem);color: #221815;line-height: calc(18px + 0.18rem);margin-bottom: calc(12px + 0.14rem);}
.lxwm_section1 .bottom li .right .info{font-size: calc(14px + 0.04rem);color: #333333;line-height: calc(26px + 0.06rem);margin-bottom: calc(16px + 0.36rem);}
.lxwm_section1 .bottom li .right .more{width: 100%;}
.lxwm_section1 .bottom li .right .more a{display: block;width: calc(80px + 0.8rem);font-size: calc(14px + 0.04rem);color: #ffffff;line-height: calc(30px + 0.18rem);text-align: center;background: #c28e50;}
.lxwm_section1 .bottom li .right .more a:hover{opacity: 0.8;}
@media screen and (max-width:1024px) {
.lxwm_section1 .top .left{width: 100%;}
.lxwm_section1 .top .right{width: 100%;padding: 0.5rem;}
.lxwm_section1 .top .right ul{margin: 0;width: 100%;}
.lxwm_section1 .top .right li{width: 100%;padding: 0;margin-bottom: 12px;padding-bottom: 12px;border-bottom: 1px solid #eee;}
.lxwm_section1 .top .right li:last-child{margin-bottom: 0;}
.lxwm_section1 .bottom li .left{width: 100%;}
.lxwm_section1 .bottom li .right{width: 100%;padding: 14px;}
.lxwm_section1 .bottom li .right .tit{font-size: calc(14px + 0.18rem);color: #221815;line-height: calc(18px + 0.18rem);margin-bottom: calc(8px + 0.14rem);}
.lxwm_section1 .bottom li .right .info{font-size: calc(14px + 0.04rem);color: #333333;line-height: calc(26px + 0.06rem);margin-bottom: calc(10px + 0.14rem);}
.lxwm_section1 .bottom li .right .more{width: 100%;}
.lxwm_section1 .bottom li .right .more a{display: block;width: calc(80px + 0.8rem);font-size: calc(14px + 0.04rem);color: #ffffff;line-height: calc(30px + 0.18rem);text-align: center;background: #c28e50;}
.lxwm_section1 .bottom li .right .more a:hover{opacity: 0.8;}
}

/*人才落户*/
.rclh_section1{width: 100%;padding-top: 1.2rem;padding-bottom: calc(20px + 0.22rem);}
.rclh_section1 h1{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(16px + 0.3rem);font-weight: bolder;}
.rclh_section1 .top{width: 100%;overflow: hidden;margin-bottom: calc(12px + 0.18rem);}
.rclh_section1 .top .left{width: 57.8%;float: left;}
.rclh_section1 .top .left .bt{font-size: calc(14px + 0.26rem);color: #221815;line-height: calc(18px + 0.26rem);margin-bottom: calc(14px + 0.22rem);font-weight: bolder;}
.rclh_section1 .top .left ul{width: 100%;}
.rclh_section1 .top .left li{width: 100%;margin-bottom: calc(12px + 0.18rem);}
.rclh_section1 .top .left li:last-child{margin-bottom: 0;}
.rclh_section1 .top .left li .tit{font-size: calc(14px + 0.06rem);color: #c28e50;line-height: calc(18px + 0.06rem);margin-bottom: calc(12px + 0.02rem);font-weight: bolder;}
.rclh_section1 .top .left li .info{font-size: calc(14px + 0.02rem);color: #221815;line-height: calc(26px + 0.06rem);}
.rclh_section1 .top .right{width: 42.2%;float: right;}
.rclh_section1 .top .right img{width: 100%;}
.rclh_section1 .bottom{width: 100%;}
.rclh_section1 .bottom .tit{ margin-top: calc(12px + 0.18rem); font-size: calc(14px + 0.06rem);color: #c28e50;line-height: calc(18px + 0.06rem);margin-bottom: calc(12px + 0.02rem);font-weight: bolder;}
.rclh_section1 .bottom .tit:first-child{margin-top:0;}
.rclh_section1 .bottom .info{font-size: calc(14px + 0.02rem);color: #221815;line-height: calc(26px + 0.06rem);}
.rclh_section1 .bottom .info span{color: #c28e50;}
.rclh_section1 .bottom .right{width: 100%;}
.rclh_section1 .bottom .right img{width: 100%;display: block;margin-top: 20px;}
@media screen and (max-width:1024px) {
.rclh_section1 .top .left{width: 100%;}
}

.rclh_section2{width: 100%;padding-bottom: 1.2rem;}
.rclh_section2 .ul{margin: 0 -0.15rem;width: calc(100% + 0.3rem);overflow: hidden;}
.rclh_section2 .li{padding: 0 0.15rem;}
.rclh_section2 a{display: block;width: 100%;border: 1px solid #e5e5e5;background: linear-gradient(to bottom,#fff,#d19b56);padding: calc(10px + 0.1rem);}
.rclh_section2 a .pic{ width: 100%; padding-bottom: 63.63%; position: relative; overflow: hidden; min-height: 50px;margin-bottom: calc(12px + 0.02rem);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.rclh_section2 a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.rclh_section2 a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.rclh_section2 a .info{font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(26px + 0.06rem);height: calc(130px + 0.3rem);overflow: hidden; overflow-y: auto; scrollbar-width: thin;padding-right: 4px;}
.rclh_section2 a .info::-webkit-scrollbar{ width: 3px;}
.rclh_section2 a .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.rclh_section2 a .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #2c2c2c; border-radius: 3px;}
@media screen and (max-width:1024px) {
.rclh_section2 .ul{padding-bottom: 26px;}
.rclh_section2 .ul .slick-dots{position: absolute; bottom: 0; height: 8px; text-align: center;}
.rclh_section2 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.rclh_section2 .ul .slick-dots li.slick-active{ background: #d19b56;}
}

.rclh_section3{width: 100%;padding-top: 1.2rem;padding-bottom: 1.7rem;}
.rclh_section3 h2{font-size: calc(14px + 0.26rem);color: #ffffff;line-height: calc(18px + 0.26rem);text-align: center;margin-bottom: calc(14px + 0.28rem);}
.rclh_section3 .h2_words{font-size: calc(14px + 0.02rem);color: #ffffff;line-height: calc(26px + 0.06rem);text-align: center;margin-bottom: calc(14px + 0.3rem);}
.rclh_section3 .content{width: 100%;position: relative;}
.rclh_section3 ul{width: 100%;}
.rclh_section3 ul li{width: 100%;}
.rclh_section3 ul a{display: block;width: 100%;overflow: hidden;background: #f5f5f5;}
.rclh_section3 ul a .left{width: 50%;float: left;padding: 0.62rem 0.62rem 0.2rem 0.46rem;}
.rclh_section3 ul a .left .tit{font-size: calc(14px + 0.16rem);color: #101010;line-height: calc(18px + 0.16rem);margin-bottom: calc(14px + 0.16rem);}
.rclh_section3 ul a .left .info{font-size: calc(14px + 0.02rem);color: #101010;line-height: calc(26px + 0.06rem);
overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: calc(182px + 0.42rem);}
.rclh_section3 ul a .left .info::-webkit-scrollbar{ width: 3px;}
.rclh_section3 ul a .left .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.rclh_section3 ul a .left .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #d19b56; border-radius: 3px;}
.rclh_section3 ul a .right{width: 50%;float: right;}
.rclh_section3 ul a .right .pic{ width: 100%; padding-bottom: 64.53%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.rclh_section3 ul a .right .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.rclh_section3 ul a:hover .right .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.rclh_section3 .banner_number{position: absolute;left: 0.46rem;bottom: 0.5rem;font-size: calc(14px + 0.04rem);color: #cdcdcd;line-height: calc(18px + 0.04rem);font-weight: bolder;}
.rclh_section3 .banner_number font:nth-child(1){font-size: calc(14px + 0.16rem);color: #d19b56;line-height: calc(18px + 0.16rem);font-weight: bolder;margin-right: 0.06rem;}
.rclh_section3 .banner_number font:nth-child(2){color: rgba(42,42,42,0.5);margin-left: 0.06rem;}
.rclh_section3 .slick-prev{width: 56px;height: 56px;background: url(img/img24.jpg) no-repeat center center; background-size: cover;left: 50%;top: auto;bottom: 0.38rem;margin-left: -56px;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.rclh_section3 .slick-next{width: 56px;height: 56px;background: url(img/img27.jpg) no-repeat center center; background-size: cover;right: 50%;top: auto;bottom: 0.38rem;margin-right: -56px;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.rclh_section3 .slick-prev:hover{background: url(img/img25.jpg) no-repeat center center; background-size: cover;}
.rclh_section3 .slick-next:hover{background: url(img/img26.jpg) no-repeat center center; background-size: cover;}
@media screen and (max-width:1680px) {
.rclh_section3 ul a .left{padding: 0.4rem 0.4rem 0.2rem 0.4rem;}
.rclh_section3 ul a .left .info{font-size: 14px;line-height: 24px; max-height: 168px;}
}
@media screen and (max-width:1024px) {
.rclh_section3 .h2_words{text-align: left;}
.rclh_section3 ul{padding-bottom: 54px;}
.rclh_section3 ul a .left{width: 100%;padding: 12px;}
.rclh_section3 ul a .left .info{ max-height: 100000px;}
.rclh_section3 ul a .left .info::-webkit-scrollbar{ display: none;}
.rclh_section3 ul a .left .info::-webkit-scrollbar{ width: 0;}
.rclh_section3 ul a .left .info::-webkit-scrollbar-track{border-radius: 0;}
.rclh_section3 ul a .left .info::-webkit-scrollbar-thumb{ width: 0; border-radius: 0;}
.rclh_section3 ul a .right{width: 100%;}
.rclh_section3 .slick-prev{top: auto;bottom: 0;width: 40px;height: 40px;margin-left: -40px;}
.rclh_section3 .slick-next{top: auto;bottom: 0;width: 40px;height: 40px;margin-right: -40px;}
.rclh_section3 .banner_number{bottom: 2.5rem;}
}

.rclh_section4{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.rclh_section4 .w_width::after{content: "";display: block;clear: both;}
.rclh_section4 .left{width: 50%;float: left;}
.rclh_section4 .left img{width: 100%;display: block;}
.rclh_section4 .right{width: 50%;float: right;padding-left: 0.9rem;}
.rclh_section4 .right .tit{font-size: calc(14px + 0.26rem);color: #221815;line-height: calc(18px + 0.26rem);margin-bottom: calc(14px + 0.15rem)}
.rclh_section4 .right .info{font-size: calc(16px + 0.02rem);color: #221815;line-height: calc(26px + 0.06rem);}
@media screen and (max-width:1024px) {
.rclh_section4 .left{width: 100%;}
.rclh_section4 .right{width: 100%;padding-left: 0;margin-bottom: 20px;}
}

.rclh_section5{width: 100%;}
.rclh_section5 .w_width{font-size: 0;}
.rclh_section5 .w_width::after{content: "";display: block;clear: both;}
.rclh_section5 .left{width: calc(100% - 228px);display: inline-block;vertical-align: middle;padding-right: 0.4rem;}
.rclh_section5 .left .tit{font-size: calc(14px + 0.26rem);color: #ffffff;line-height: calc(18px + 0.26rem);margin-bottom: calc(14px + 0.24rem);}
.rclh_section5 .left .info{font-size: calc(14px + 0.06rem);color: #ffffff;line-height: calc(18px + 0.06rem);}
.rclh_section5 .left .info br{display: none;}
.rclh_section5 .left .info a{color: #fff;}
.rclh_section5 .left .info a:hover{text-decoration:underline;}
.rclh_section5 .right{width: 228px;display: inline-block;vertical-align: middle;}
.rclh_section5 .right img{width: 100%;display: block;}
@media screen and (max-width:1024px) {
.rclh_section5{background: #d19b56!important;padding-top: 1rem;padding-bottom: 1rem;}
.rclh_section5 .left{width: calc(100% - 100px);padding-right: 12px;}
.rclh_section5 .left .tit{margin-bottom: calc(12px + 0.1rem);}
.rclh_section5 .w_width{position: relative;}
.rclh_section5 .right{width: 100px;float: right;position: absolute;right: 0;bottom: -1rem;}
.rclh_section5 .left .info br{display: block;}
}

.rclh_section6{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.rclh_section6 h3{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(14px + 0.32rem);font-weight: bolder;}
.rclh_section6 ul{margin: -0.15rem;overflow: hidden;width: calc(100% + 0.3rem);}
.rclh_section6 ul li{width: 50%;float: left;padding: 0.15rem;}
.rclh_section6 ul a{display: block;width: 100%;background: #f7f7f7;padding: 0.48rem 0.5rem 0.48rem 0.54rem;}
.rclh_section6 ul a .titbox{width: 100%;border-bottom: 1px solid #dedede;margin-bottom: 0.34rem;}
.rclh_section6 ul a .titbox::after{content: "";display: block;clear: both;}
.rclh_section6 ul a .titbox .tit_l{float: left;position: relative;font-size: calc(14px + 0.1rem);color: #d19b56;line-height: calc(18px + 0.26rem);font-weight: bolder;padding-bottom: calc(12px + 0.18rem);}
.rclh_section6 ul a .titbox .tit_l::after{content: "";display: block;width: 100%;height: 3px;background: #d19b56;position: absolute;left: 0;bottom: -1px;}
.rclh_section6 ul a .titbox .num_r{float: right;font-size: calc(14px + 0.26rem);color: #d19b56;line-height: calc(18px + 0.26rem);font-weight: bolder;}
.rclh_section6 ul a .info{font-size: calc(14px + 0.02rem);color: #221815;line-height: calc(26px + 0.06rem);padding-right: 4px;}
.rclh_section6 ul a .info::-webkit-scrollbar{ width: 3px;}
.rclh_section6 ul a .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.rclh_section6 ul a .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #d19b56; border-radius: 3px;}
.rclh_section6 ul a .info1{overflow: hidden; overflow-y: auto; scrollbar-width: thin; height: calc(52px + 0.12rem);}
.rclh_section6 ul a .info2{overflow: hidden; overflow-y: auto; scrollbar-width: thin; height: calc(130px + 0.3rem);}
.rclh_section6 ul a .info3{overflow: hidden; overflow-y: auto; scrollbar-width: thin; height: calc(78px + 0.18rem);}
.rclh_section6 .pic{width: 100%;margin-top: calc(14px + 0.16rem);margin-bottom: calc(14px + 0.16rem);}
.rclh_section6 .pic img{width: 100%;display: block;}
@media screen and (max-width:1680px) {
.rclh_section6 ul a .info{font-size: 14px;}
}
@media screen and (max-width:1024px) {
.rclh_section6 ul{margin: 0;width: 100%;}
.rclh_section6 ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.rclh_section6 ul li:last-child{margin-bottom: 0;}
.rclh_section6 ul a{padding: 0.4rem;}
.rclh_section6 ul a .info::-webkit-scrollbar{ width: 0;}
.rclh_section6 ul a .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 0;}
.rclh_section6 ul a .info::-webkit-scrollbar-thumb{ width: 0;  background-color: #d19b56; border-radius: 0;}
.rclh_section6 ul a .info::-webkit-scrollbar{ display: none;}
.rclh_section6 ul a .info1{height: auto;}
.rclh_section6 ul a .info2{height: auto;}
.rclh_section6 ul a .info3{height: auto;}
}

/*注册公司*/
.zcgs_section1{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.zcgs_section1 h1{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(14px + 0.32rem);font-weight: bolder;}
.zcgs_section1 .content{width: 100%;}
.zcgs_section1 .ul{width: 100%;}
.zcgs_section1 .ul .li{background: #f5f5f5;}
.zcgs_section1 .ul .li:nth-child(even){background: #f1f1f1;}
.zcgs_section1 .ul a{display: block;width: 100%;padding: 0.54rem 0.2rem 0 0.2rem;}
.zcgs_section1 .ul a .mum{font-size: calc(14px + 0.34rem);color: #c28e50;line-height: calc(18px + 0.34rem);text-align: center;font-weight: bolder;margin-bottom: calc(14px + 0.2rem);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.zcgs_section1 .ul a:hover· .mum{font-size: calc(14px + 0.4rem);}
.zcgs_section1 .ul a .info{font-size: calc(14px + 0.06rem);color: #221815;line-height: calc(26px + 0.06rem);text-align: center;margin-bottom: calc(14px + 0.14rem);height: calc(52px + 0.12rem);}
.zcgs_section1 .ul a .border{width: calc(4px + 0.04rem);height: calc(10px + 0.1rem);background: #c28e50;margin: 0 auto;}
@media screen and (max-width:1024px) {
.zcgs_section1 .ul{padding-bottom: 26px;}
.zcgs_section1 .ul a .info{font-size: 14px;line-height: 24px;height: 48px;}
.zcgs_section1 .ul .slick-dots{position: absolute; bottom: 0; height: 8px; text-align: center;}
.zcgs_section1 .ul .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.zcgs_section1 .ul .slick-dots li.slick-active{ background: #d19b56;}
}

.zcgs_section2{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.zcgs_section2 h2{font-size: calc(14px + 0.34rem);color: #ffffff;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(12px + 0.32rem);font-weight: bold;}
.zcgs_section2 .content{width: 100%;background: linear-gradient(to bottom,#fff,#f7f7f7);}
.zcgs_section2 ul{width: 100%;overflow: hidden;}
.zcgs_section2 li{width: 50%;float: left;border-right: 1px solid #e0e0e0;}
.zcgs_section2 li:last-child{border-right: 0;}
.zcgs_section2 a{display: block;width: 100%;padding: 0.4rem 0.4rem 0.46rem 0.4rem;}
.zcgs_section2 a .pic{ width: 100%; padding-bottom: 50.44%; position: relative; overflow: hidden; min-height: 50px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.zcgs_section2 a .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.zcgs_section2 a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.zcgs_section2 a .wordsbox{width: 100%;padding-top: calc(14px + 0.3rem);}
.zcgs_section2 a .wordsbox .tit{font-size: calc(14px + 0.1rem);color: #221815;line-height: calc(18px + 0.1rem);text-align: center;margin-bottom: calc(12px + 0.22rem);}
.zcgs_section2 a .wordsbox .info{font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(26px + 0.06rem);text-align: center;}
@media screen and (max-width:1680px) {
.zcgs_section2 a .wordsbox .info{font-size: 14px;}
}
@media screen and (max-width:1024px) {
.zcgs_section2 li{width: 100%;border-right: 0;border-bottom: 1px solid #e0e0e0;}
.zcgs_section2 li:last-child{border-right: 0;border-bottom: 0;}
.zcgs_section2 a{padding: 14px;}
.zcgs_section2 a .wordsbox .info br{display: none;}
}

.zcgs_section3{width: 100%;padding-bottom: 1.2rem;}
.zcgs_section3 h3{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: 6px;font-weight: bolder;}
.zcgs_section3 ul{width: calc(100% + 0.48rem);margin: 0 -0.24rem;}
.zcgs_section3 ul::after{content: "";display: block;width: 100%;height: 1px;background: #cccccc;position: absolute;left: 0;top: 50%;margin-top: -0.5px;z-index: 1;}
.zcgs_section3 ul .slick-list{z-index: 2;}
.zcgs_section3 li{padding: 0 0.24rem;}
.zcgs_section3 .libox{width: 100%;}
.zcgs_section3 .top{width: 100%;position: relative;height: calc(104px + 0.24rem);}
.zcgs_section3 .bottom{width: 100%;position: relative;height: calc(104px + 0.24rem);}
.zcgs_section3 .center{width: calc(10px + 0.1rem);height: calc(10px + 0.1rem);background: #fff;border-radius: 100%;border: calc(2px + 0.02rem) solid #c28e50;position: relative;margin: calc(20px + 0.1rem) auto;}
.zcgs_section3 .info{width: 100%; font-size: calc(14px + 0.04rem);color: #221815;line-height: calc(26px + 0.06rem);text-align: center;overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: calc(104px + 0.24rem);}
.zcgs_section3 .info::-webkit-scrollbar{ width: 3px;}
.zcgs_section3 .info::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 3px;}
.zcgs_section3 .info::-webkit-scrollbar-thumb{ width: 3px;  background-color: #d19b56; border-radius: 3px;}
.zcgs_section3 .top .info{position: absolute;left: 0;bottom: 0;}
.zcgs_section3 .bottom .info{position: absolute;left: 0;top: 0;}
.zcgs_section3 .num{width: calc(40px + 0.31rem);position: relative;}
.zcgs_section3 .top .num::after{content: "";display: block;width: 1px;height: calc(20px + 0.14rem);background: #c28e50;position: absolute;left: 31px;top: 100%;}
.zcgs_section3 .bottom .num::after{content: "";display: block;width: 1px;height: calc(20px + 0.14rem);background: #c28e50;position: absolute;left: 32px;bottom: 100%;}
.zcgs_section3 .num img{width: 100%;display: block;}
.zcgs_section3 .num .words{font-size: calc(14px + 0.18rem);color: #ffffff;line-height: calc(18px + 0.18rem);font-weight: bolder;position: absolute;left: calc(12px + 0.12rem);top: calc(6px + 0.06rem);}
.zcgs_section3 .bottom .num .words{bottom: calc(8px + 0.06rem);top: auto;}
.zcgs_section3 .top .num{position: absolute;left: calc(50% + 4px);bottom: 0;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.zcgs_section3 .bottom .num{position: absolute;left: calc(50% + 4px);top: 0;
transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-o-transform: translate(-50%,0);}
.zcgs_section3 .slick-prev{width: calc(30px + 0.26rem);height: calc(30px + 0.26rem);background: url(img/img24.jpg) no-repeat center center; background-size: cover;left: -0.34rem;top: 50%;}
.zcgs_section3 .slick-next{width: calc(30px + 0.26rem);height: calc(30px + 0.26rem);background: url(img/img27.jpg) no-repeat center center; background-size: cover;right: -0.34rem;top: 50%;}
.zcgs_section3 .slick-prev:hover{background: url(img/img25.jpg) no-repeat center center; background-size: cover;}
.zcgs_section3 .slick-next:hover{background: url(img/img26.jpg) no-repeat center center; background-size: cover;}
@media screen and (max-width:1680px) {
.zcgs_section3 .top .num::after{content: "";display: block;width: 1px;height: calc(20px + 0.14rem);background: #c28e50;position: absolute;left: 30px;top: 100%;}
.zcgs_section3 .bottom .num::after{content: "";display: block;width: 1px;height: calc(20px + 0.14rem);background: #c28e50;position: absolute;left: 30px;bottom: 100%;}
}
@media screen and (max-width:1024px) {
.zcgs_section3 .center::after{height: calc(20px + 0.18rem);bottom: 108%;}
.zcgs_section3 li:nth-child(even) .center::after{top: 108%;}
.zcgs_section3 .info{font-size: 14px;}
.zcgs_section3 .info::-webkit-scrollbar{ width: 0;}
.zcgs_section3 .info::-webkit-scrollbar-track{ border-radius: 0;}
.zcgs_section3 .info::-webkit-scrollbar-thumb{ width: 0; border-radius: 0;}
.zcgs_section3 .info::-webkit-scrollbar{ display: none;}
.zcgs_section3 .top .info{position: absolute;left: 0;bottom: 0;}
.zcgs_section3 .bottom .info{position: absolute;left: 0;top: 0;}
.zcgs_section3 .num{width: calc(40px + 0.31rem);position: relative;}
.zcgs_section3 .num img{width: 100%;display: block;}
.zcgs_section3 .num .words{font-size: calc(14px + 0.18rem);color: #ffffff;line-height: calc(18px + 0.18rem);font-weight: bolder;position: absolute;left: calc(12px + 0.12rem);top: calc(6px + 0.06rem);}
.zcgs_section3 .bottom .num .words{bottom: calc(8px + 0.06rem);top: auto;}
.zcgs_section3 .top .num{left: calc(50% + 2px);}
.zcgs_section3 .bottom .num{left: calc(50% + 2px);}
.zcgs_section3 ul{padding-bottom: 60px;}
.zcgs_section3 .slick-prev{top: auto;bottom: 0;left: 50%;margin-left: -36.48px;}
.zcgs_section3 .slick-next{top: auto;bottom: 0;right: 50%;margin-right: -36.48px;}

.zcgs_section3 .top .num::after{left: 21px;top: 100%;}
.zcgs_section3 .bottom .num::after{left: 21px;bottom: 100%;}

.zcgs_section3 .num .words{left: calc(12px + 0.16rem);top: calc(6px + 0.1rem);}
.zcgs_section3 .bottom .num .words{bottom: calc(8px + 0.1rem);}
}

.zcgs_section4{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.zcgs_section4 h4{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(14px + 0.3rem);font-weight: bolder;}
.zcgs_section4 .content{width: 100%;background: #ffffff;border-radius: 0 0.4rem 0 0.4rem;font-size: 0;}
.zcgs_section4 .content .left{width: calc(190px + 2rem);display: inline-block;vertical-align: middle;border-radius: 0 0.4rem 0 0.4rem;overflow: hidden;}
.zcgs_section4 .content .left img{width: 100%;display: block;}
.zcgs_section4 .content .right{width: calc(100% - 190px - 2rem);display: inline-block;vertical-align: middle;padding: 0.5rem 0.16rem 0.4rem 0.62rem;}
.zcgs_section4 .content ul{width: 100%;padding-right: 0.62rem;overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: calc(222px + 3rem);}
.zcgs_section4 .content ul::-webkit-scrollbar{ width: 6px;}
.zcgs_section4 .content ul::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 6px;}
.zcgs_section4 .content ul::-webkit-scrollbar-thumb{ width: 6px;  background-color: #d19b56; border-radius: 6px;}
.zcgs_section4 .content li{width: 100%;margin-bottom: calc(12px + 0.2rem);}
.zcgs_section4 .content li:last-child{margin-bottom: 0;}
.zcgs_section4 .content .top{width: 100%;overflow: hidden;padding-bottom: calc(8px + 0.08rem);margin-bottom: calc(8px + 0.08rem);position: relative;}
.zcgs_section4 .content .top::after{content: "";display: block;width: calc(100% - 38px - 0.16rem);height: 1px;background: #e5e5e5;position: absolute;right: 0;bottom: 0;}
.zcgs_section4 .content .top .ico{width: calc(30px + 0.1rem);float: left;}
.zcgs_section4 .content .top img{width: 100%;display: block;}
.zcgs_section4 .content .top .wordsbox{width: calc(100% - 30px - 0.1rem);float: left;padding-left: calc(8px + 0.06rem);}
.zcgs_section4 .content .top .wordsbox .words{font-size: calc(14px + 0.06rem);color: #d19b56;line-height: calc(30px + 0.1rem);font-weight: bolder;}
.zcgs_section4 .content .bottom{width: 100%;overflow: hidden;}
.zcgs_section4 .content .bottom .ico{width: calc(30px + 0.1rem);float: left;}
.zcgs_section4 .content .bottom img{width: 100%;display: block;}
.zcgs_section4 .content .bottom .wordsbox{width: calc(100% - 30px - 0.1rem);float: left;padding-left: calc(8px + 0.06rem);}
.zcgs_section4 .content .bottom .wordsbox .words{font-size: calc(14px + 0.02rem);color: #221815;line-height: calc(24px + 0.06rem);}
@media screen and (max-width:1024px) {
.zcgs_section4 .content .left{width: 100%;height: 200px;}
.zcgs_section4 .content .right{width: 100%;padding: 0.5rem;}
.zcgs_section4 .content ul{padding-right: 0;max-height: 340px;}
.zcgs_section4 .content ul::-webkit-scrollbar{ width: 0;}
.zcgs_section4 .content ul::-webkit-scrollbar-track{ border-radius: 0;}
.zcgs_section4 .content ul::-webkit-scrollbar-thumb{ width: 0; border-radius: 0;}
.zcgs_section4 .content ul::-webkit-scrollbar{ display: none;}
.zcgs_section4 .content .top{width: 100%;overflow: hidden;padding-bottom: calc(8px + 0.08rem);margin-bottom: calc(8px + 0.08rem);position: relative;}
.zcgs_section4 .content .top::after{content: "";display: block;width: calc(100% - 38px - 0.16rem);height: 1px;background: #e5e5e5;position: absolute;right: 0;bottom: 0;}
.zcgs_section4 .content .top .ico{width: calc(30px + 0.1rem);float: left;}
.zcgs_section4 .content .top img{width: 100%;display: block;}
.zcgs_section4 .content .top .wordsbox{width: calc(100% - 30px - 0.1rem);float: left;padding-left: calc(8px + 0.06rem);}
.zcgs_section4 .content .top .wordsbox .words{font-size: calc(14px + 0.06rem);color: #d19b56;line-height: calc(30px + 0.1rem);font-weight: bolder;}
.zcgs_section4 .content .bottom{width: 100%;overflow: hidden;}
.zcgs_section4 .content .bottom .ico{width: calc(30px + 0.1rem);float: left;}
.zcgs_section4 .content .bottom img{width: 100%;display: block;}
.zcgs_section4 .content .bottom .wordsbox{width: calc(100% - 30px - 0.1rem);float: left;padding-left: calc(8px + 0.06rem);}
.zcgs_section4 .content .bottom .wordsbox .words{font-size: calc(14px + 0.02rem);color: #221815;line-height: calc(24px + 0.06rem);}
}

.zcgs_section5{width: 100%;padding-top: 1.2rem;padding-bottom: 1.2rem;}
.zcgs_section5 h5{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(14px + 0.3rem);font-weight: bolder;}
.zcgs_section5 ul{width: 100%;}
.zcgs_section5 li{width: 100%;margin-bottom: calc(6px + 0.04rem);}
.zcgs_section5 li:last-child{margin-bottom: 0;}
.zcgs_section5 .top{width: 100%;background: #c28e50;padding: 0 0.2rem 0 0.26rem;overflow: hidden;cursor: pointer;}
.zcgs_section5 li.on .top{background: #2c2c2c;}
.zcgs_section5 .top .left{width: calc(100% - 1rem);float: left;}
.zcgs_section5 .top .left .words{font-size: calc(14px + 0.06rem);color: #ffffff;line-height: calc(30px + 0.34rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zcgs_section5 .top .right{float: right;}
.zcgs_section5 .top .right img{width: 12px;display: block;margin-top: 0.21rem;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.zcgs_section5 li.on .top .right img{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.zcgs_section5 .bottom{width: 100%;background: #f5f5f5;padding: 0.5rem 0.56rem 0.54rem 0.56rem;font-size: calc(14px + 0.02rem);color: #221815;line-height: calc(24px + 0.06rem);display: none;}



































/* zzh */
._banner{width: 100%;line-height: 0;}
/* 新闻中心 */
.news_main{width: 100%;padding-top: calc(10px + 0.9rem);padding-bottom: calc(10px + 0.9rem);}
.news_main h1{font-size: calc(14px + 0.34rem);color: #221815;line-height: calc(18px + 0.34rem);text-align: center;margin-bottom: calc(20px + 0.16rem);font-weight: bolder;}
.news_main::after{content: "";display: block;clear: both;}
.news{float: left;width: 100%;}
.news .newlist{float: left;width: calc(100% + 0.3rem);margin: -0.15rem;}
.news .nli{float: left;width: 33.333333%;padding: 0.15rem;}
.news a{float: left;width: 100%;background: #f5f5f5;border-bottom-left-radius:calc(6px + 0.1rem);border-bottom-right-radius: calc(6px + 0.1rem);overflow: hidden;}
.news ._t{float: left;width: 100%;line-height: 0;overflow: hidden;}
.news img{display: block;width: 100%;transition: all .5s ease .1s;}
.news ._b{float: left;width: 100%;padding: calc(10px + 0.23rem) calc(10px + 0.2rem) calc(10px + 0.2rem) calc(10px + 0.3rem);}
.news .text_1{float: left;width:calc(100% - 20px - 0.7rem);}
.news .text_1 .t1{float: left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.08rem);color: #101010;font-weight: bold;margin-bottom: calc(4px + 0.06rem);overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news .text_1 .t2{float: left;width: 100%;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.06rem);color: #afafaf;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news .time_r{float: right;width:calc(20px + 0.5rem);color: #c28e50;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin-top: calc(10px + 0.1rem);}
.news .time_r .year{float: left;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.06rem);}
.news .time_r .day{float: left;font-size: calc(16px + 0.44rem);line-height: calc(20px + 0.4rem);font-weight: bold;}
.news a:hover img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.news a:hover{background: #2c2c2c;}
.news a:hover .t1{color: #d19b56;}
.news_main .contlist{float: left;width: 100%;margin-top:calc(10px + 0.2rem);margin-bottom: calc(10px + 0.9rem);}
.news_main .ul1{float: left;width: 100%;}
.news_main .li1{float: left;width: 100%;margin-bottom: calc(10px + 0.1rem);}
.news_main .li1:last-child{margin-bottom: 0;}
.news_main .li1 a{float: left;width: 100%;background: #f5f5f5;padding: calc(10px + 0.3rem);}
.news_main .li1 .time{float: left;color: #d19b56;width: calc(20px + 0.4rem);}
.news_main .li1 .t1{display: block;font-size: calc(14px + 0.22rem);line-height: calc(20px + 0.2rem);font-weight: bold;}
.news_main .li1 .t2{display: block;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.12rem);font-weight: bolder;}
.news_main .li1 .cont{float: left;width: calc(100% - 20px - 0.4rem);padding-left: calc(10px + 0.38rem);}
.news_main .li1 .tit{float: left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.1rem);color: #101010;font-weight: bold;margin-bottom: calc(4px + 0.06rem);}
.news_main .li1 .text{float: left;width: 100%;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.06rem);color: #afafaf;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news_main .li1 a:hover{background: #2c2c2c;}
.news_main .li1 a:hover .tit{color: #d19b56;}
@media screen and (max-width:767px) {
.news .nli{width: 100%;}
.news_main .li1 .cont{padding-left: calc(20px + 0.38rem);}
.news .text_1{width: 100%;}
.news .text_1 .t1{float: left;width: 100%;font-size: calc(14px + 0.04rem);line-height: calc(20px + 0.08rem);color: #101010;font-weight: bold;margin-bottom: calc(4px + 0.06rem);}
.news .text_1 .t2{float: left;width: 100%;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.06rem);color: #afafaf;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.news .time_r{width: 100%; margin-top: 8px;align-items: left;justify-content: left;}
.news .time_r .year{font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem);}
.news .time_r .day{font-size: calc(16px + 0.2rem);line-height: calc(20px + 0.2rem); font-weight: bolder;margin-left: 8px;}
.news .newlist{width: calc(100% + 24px);margin: -12px;}
.news .nli{padding: 12px;}
.news .newlists{padding-bottom: 12px;}
.news .newlists .slick-dots{position: absolute; bottom: 0; height: 8px; text-align: center;}
.news .newlists .slick-dots li{ vertical-align: top; width: 8px; height: 8px;border-radius: 100%; margin: 0 4px; background: #dddddd;}
.news .newlists .slick-dots li.slick-active{ background: #d19b56;}
}

/* 分页 */
.page{float: left;width: 100%;display: flex;align-items: center;justify-content: center;}
.page ul{float: left;}
.page li{float: left;width: calc(20px + 0.18rem);margin:calc(2px + 0.03rem);}
.page .fy{width:calc(50px + 0.5rem);}
.page li a{border: 1px solid #e1e1e1; float: left;width: 100%;font-size: calc(12px + 0.02rem);line-height: calc(20px + 0.18rem);color: #555555;background: #f5f5f5;display: flex;align-items: center;justify-content: center;}
.page li a:hover,
.page li a.on{background: #2c2c2c;color: #d19b56;border-color: #2c2c2c;}
.page_ph{float: left;width: 100%;display: none;text-align: center;}
.page_ph .fy{float: left;width: 20%;font-size: calc(12px + 0.02rem);line-height:30px;background: #2c2c2c;color: #d19b56;}
.page_ph .numb{float: left;width: 60%;font-size: calc(12px + 0.02rem);line-height: 30px;color: #555555;background: #f5f5f5;}
@media screen and (max-width:767px) {
.page{display: none;}
.page_ph{display: block;}
}
/* 新闻中心详情页 */
.news_detail{width: 100%;background: #f5f5f5;padding: calc(10px + 0.9rem) calc(10px + 0.4rem) calc(10px + 0.34rem) calc(10px + 0.4rem);}
.news_detail img{/*display: block;width: 100%;*/}
.news_detail::after{content: "";display: block;clear: both;}
.news_detail .titbox{float: left;width: 100%;border-bottom: 1px solid #e5e5e5;padding-bottom:calc(10px + 0.18rem);}
.news_detail .titbox ._t{float: left;width: 100%;font-size: calc(14px + 0.14rem);line-height: calc(20px + 0.1rem);color: #101010;font-weight: bold;}
.news_detail .titbox ._b{float: left;width: 100%;margin-top: calc(7px + 0.1rem);}
.news_detail .titbox .info{float: left;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.1rem);color: #555555;margin-right: calc(6px + 0.1rem);}
.news_detail .titbox .info:last-child{float: right;cursor: pointer;}




.news_detail .titbox i{display: inline-block;line-height: 0;width: calc(10px + 0.1rem);height: calc(10px + 0.06rem);margin-right: calc(2px + 0.05rem);}
.news_detail .textbox{float: left;width: 100%;padding-top:calc(10px + 0.15rem);font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.12rem);color: #555555;padding-bottom: calc(20px + 0.54rem);}
.news_detail .imgbox{width: 100%;display: flex;align-items: center;justify-content: space-between;margin: calc(10px + 0.32rem) 0;}
.news_detail .imgbox .t_img{width: 49.14%;line-height: 0;}
.news_detail ._bot{float: left;width: 100%;position: relative;}
.news_detail ._bot .opt{float: left;width: 50%;border-top: 1px solid #e5e5e5;}
.news_detail ._bot .opt a{float: left; width: 100%;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.1rem);color: #555555;padding-top: calc(10px + 0.13rem);padding-bottom: calc(4px + 0.03rem);}
.news_detail ._bot .opt a:hover{color: #c28e50;}
.news_detail ._bot ._r{text-align: right;border-left: 1px solid #e5e5e5;}
.news_detail ._bot .return{display: block;position: absolute;width:calc(30px + 0.48rem);height: calc(30px + 0.48rem);border-radius: calc(30px + 0.48rem); background: #c28e50;left: 50%;top: 0;transform: translate(-50%,-50%);}
.news_detail .return:hover{opacity: 0.8;}
.news_detail .return .r1{display: block;width: calc(10px + 0.1rem);height: calc(10px + 0.1rem);line-height: 0;margin: 0.12rem auto 0 auto;}
.news_detail .return .r2{display: block;width: 100%;font-size: calc(12px + 0.04rem);line-height: calc(20px + 0.1rem);color: #ffffff;text-align: center;}


.gywm_section1.pagecon{padding-top:0.5rem;padding-bottom:0.5rem;}
.gywm_section1.pagecon .center{margin-bottom:0;}


/*20221215satrt*/
.bshare-custom.icon-medium a.bshare-more.more-style-addthis{background: url()!important;}
.bsBox,
.bsBox *{-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;}

video{max-width:100%;}

@media  screen and (max-width: 1024px){
.news_detail .titbox .info:last-child{display: none;}
.news_detail img{max-width:100%; height:auto !important; }


.news_detail video{max-width:100%; height:auto !important; }

}
/*20221215end*/