﻿@charset "UTF-8";
html{
  font-size: 5.208vw;
}
@media screen and  (min-width: 1920px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
body::-webkit-scrollbar{ width: 5px;}
body::-webkit-scrollbar-track{ background-color: #F1F1F1;}
body::-webkit-scrollbar-thumb{ width: 5px;  background-color: #985d01;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #985d01;width: 20px;}
@media  screen and (max-width:1024px){
.slick-dots li{border-radius:6px;width:6px; height:6px; margin:0 4px;}
.slick-dots li.slick-active{width: 18px;}
}

.w_1920{max-width:1920px; margin-right: auto; margin-left: auto;}
.w_1500{max-width:1500px; margin-right: auto; margin-left: auto;}
.w_width{max-width:1480px; margin-right: auto; margin-left: auto;}
.ctext{padding-left: 100px;padding-right: 100px;}
@media  screen and (max-width: 1024px){
.ctext{padding-left: 15px;padding-right: 15px;}
}
/*PC head*/
body.on{overflow: hidden;height: 100vh;}
.wyb_s{width: 100%;position: fixed;left: 0;top: 0;z-index: 99999;}
.wyb_s.on{box-shadow: 0 0 12px rgba(0,0,0,0.12);}
.t_navs{ width: 100%;padding-top: 20px;position: relative;background: url(img/img16.jpg)no-repeat center center;background-size: cover;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 90px;}
.t_navs .top .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .menu .l1{position: relative;padding: 39.5px 12px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #3F3F3F; position: relative;padding: 0 24px;line-height: 37px; font-size: 18px;}
.t_navs .top .menu .l1 .a1 span{position: relative;z-index: 10;}
.t_navs .top .menu .l1 .a1::after{content: "";display: block;width: 100%;height: 100%;background: url(img/img17.png)no-repeat center center;background-size: 100% 100%;position: absolute;left: 0;top: 0;z-index: 5;opacity: 0;}
.t_navs .top .menu .l1.on .a1{ color: #fff!important;}
.t_navs .top .menu .l1.on .a1::after{opacity: 1;}
.t_navs .top .menu .l1:hover .a1{color: #985d01;}
.t_navs .top .u2{min-width: 140px; top:100%; left: 50%;z-index: 4;box-shadow: 0 0 30px rgba(0,0,0,0.1);height: auto;position: absolute;background: rgba(152, 93, 1, .4);backdrop-filter: blur(5px);padding: 20px 0px;border-radius: 5px;opacity: 0;visibility: hidden;
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 .l1:hover .u2{-webkit-transition: all .85s;opacity: 1;visibility: visible;}
.t_navs .top .u2 .l2{ width: 100%;}
.t_navs .top .u2 .l2 .a2{ display: block; text-align: center;font-size: 16px;line-height: 35px;padding: 0 30px;white-space:nowrap;-webkit-transform: translateY(5px);opacity: 0;position: relative;
transition: All 0s ease-in-out;
-webkit-transition: All 0s ease-in-out;
-moz-transition: All 0s ease-in-out;
-o-transition: All 0s ease-in-out;}
.t_navs .top .u2 .l2 .a2::after{width: 0px;height: 1px;position: absolute;left: 50%;margin-left: 0px;content: '';bottom: 0px;background: rgba(255, 255, 255, .3);-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);}
.t_navs .top .u2 .l2 .a2>div{color: rgba(255, 255, 255, .75);
transition: All 0.2s ease-in-out;
-webkit-transition: All 0.2s ease-in-out;
-moz-transition: All 0.2s ease-in-out;
-o-transition: All 0.2s ease-in-out;}
.t_navs .top .u2 .l2 .a2:hover::after{width: 60px;margin-left: -30px;}
.t_navs .top .u2 .l2 .a2:hover>div{color: #fff;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .pcYy_box{position: relative;}
.t_navs .top .pcYy_box ._t{display: flex;justify-content: flex-start;align-items: center;cursor: pointer;}
.t_navs .top .pcYy_box ._t .wz{font-size: 18px;color: #3F3F3F;line-height: 116px;margin-right: 9px;}
.t_navs .top .pcYy_box ._t img{width: 9px;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;}
.t_navs .top .pcYy_box ._t.on img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.t_navs .top .pcYy_box ._b{width: 120px;position: absolute;left: 50%;top: 100%;transform: translate(-50%,0);background: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);border-radius: 8px;padding: 20px 0;display: none;}
.t_navs .top .pcYy_box ._b a{display: block;font-size: 16px;color: #333;line-height: 20px;text-align: center;margin-bottom: 20px;}
.t_navs .top .pcYy_box ._b a:last-child{margin-bottom: 0;}
.t_navs .top .pcYy_box ._b a:hover{color: #985d01;}
.t_navs .top .pcSs_box{position: relative;margin-left: 28px;}
.t_navs .top .pcSs_box .t_ico{width: 24px;height: 24px;cursor: pointer;}
.t_navs .top .pcSs_box .t_ico img{width: 100%;display: block;}
.t_navs .top .pcSs_box .b_inp{width: 100%;position: fixed;left: 0;top: 136px;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.15);padding: 40px;display: none;}
.t_navs .top .pcSs_box .b_inp>div{width: 900px;margin: 0 auto;position: relative;}
.t_navs .top .pcSs_box .b_inp input{width: 100%;height: 50px;display: block;font-size: 16px;color: #333;border: 1px solid #eee;padding: 0 100px 0 20px;}
.t_navs .top .pcSs_box .b_inp .ss_btn{width: 24px;display: block;position: absolute;right: 20px;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 136px;opacity: 0;}
@media screen and (max-width:1540px) {
.t_navs .top .menu .l1{padding: 39.5px 8px;}
.t_navs .top .menu .l1 .a1{padding: 0 14px;font-size: 16px;}
}
@media screen and (max-width:1300px) {
.t_navs .top .logo img{height: 70px;}
.t_navs .top .menu .l1{padding: 39.5px 6px;}
.t_navs .top .menu .l1 .a1{padding: 0 10px;font-size: 14px;}
.t_navs .top .pcYy_box ._t .wz{font-size: 14px;margin-right: 6px;}
}
@media screen and (max-width:1080px) {
.t_navs .top .logo img{height: 60px;}
.t_navs .top .menu .l1{padding: 39.5px 6px;}
.t_navs .top .menu .l1 .a1{padding: 0 8px;font-size: 13px;}
.t_navs .top .pcYy_box ._t .wz{font-size: 13px;margin-right: 6px;}
.t_navs .top .pcSs_box{margin-left: 18px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 60px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .pcYy_box ._t .wz{font-size: 14px;line-height: 60px;margin-right: 6px;}
.t_navs .top .pcYy_box ._t img{width: 8px;}
.t_navs .top .pcYy_box ._b{width: 80px;padding: 14px 0;border-radius: 4px;}
.t_navs .top .pcYy_box ._b a{font-size: 14px;margin-bottom: 14px;}
.t_navs .top .pcSs_box{margin-left: 20px;margin-right: 30px;}
.t_navs .top .pcSs_box .b_inp{top: 60px;padding: 20px 30px;}
.t_navs .top .pcSs_box .b_inp>div{width: 100%;}
.t_navs .top .pcSs_box .b_inp input{height: 40px;font-size: 14px;padding: 0 60px 0 12px;}
.t_navs .top .pcSs_box .b_inp .ss_btn{width: 22px;right: 12px;}
.t_navs .top .logo{ margin: 5px 0;}
.t_navs .top .logo img{ height: 50px;}
.t_navs .menuph{float: right; width: 40px; height: 40px; cursor: pointer; text-align: center; margin: 5px 0;}
.t_navs .menuph .menu-toggle {width: 40px;height: 40px;position: absolute;overflow: hidden;z-index: 111;}
.t_navs .menuph .cd-nav-trigger {display: block;width: 40px;height: 40px;}
.t_navs .menuph .menu-toggle span.hamburger {content:"";display:block;width:18px;height:2px;background:#985d01;position:absolute;top:50%;margin-top:-1px;left: 8px;margin-left:0;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.t_navs .menuph .menu-toggle span.hamburger:after,
.t_navs .menuph .menu-toggle span.hamburger:before{content:"";display:block;width:24px;height:2px;background:#985d01;position:absolute;top:50%;margin-top:-1px;left:0;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.t_navs .menuph .menu-toggle span.hamburger:after {margin-top:-8px;top:0;transition-delay:0.27s;}
.t_navs .menuph .menu-toggle span.hamburger:before {margin-top:8px;top:0;transition-delay:0.2s;}
.t_navs .menuph .menu-toggle span.hamburger span{width: 2px;height: 2px;display: block;background: #985d01;position: absolute;right: 20px;top:50%;margin-top:-1px;}
.t_navs .menuph .menu-toggle span.hamburger .span1{margin-top: -9px;}
.t_navs .menuph .menu-toggle span.hamburger .span3{margin-top: 7px;}
.t_navs .menuph .menu-toggle span.cross:before,
.t_navs .menuph .menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#985d01;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.t_navs .menuph .menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.t_navs .menuph .menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.t_navs .menuph .cross::before,
.t_navs .menuph .cross::after {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.t_navs .menuph.active .menu-toggle span.hamburger,
.t_navs .menuph.active .menu-toggle span.hamburger:after,
.t_navs .menuph.active .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.t_navs .menuph.active .menu-toggle span.hamburger:after {transition-delay:0s;}
.t_navs .menuph.active .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.t_navs .menuph.active .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #333;}
.t_navs .menuph.active .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #333;}
.t_navs .xialaph{ position: fixed; right: 0; top: 50px;width: 100%; height: calc(100vh - 50px);overflow: scroll; padding: 10px 20px 60px 20px;z-index:3; background: #fff;display: none;}
.t_navs .xialaph .a1box,
.t_navs .xialaph .a2box{position: relative;}
.t_navs .xialaph .icobox{width: 40px;height: 40px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .xialaph .ico{height: 28px;position: absolute;right: 0;top: 50%;margin-top: -14px;z-index: 4;
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 .ico img{height: 100%;display: block;}
.t_navs .xialaph .ico img.img2{display: none;}
.t_navs .xialaph .icobox.on img.img1{display: none;}
.t_navs .xialaph .icobox.on img.img2{display: block;}
.t_navs .xialaph .icobox.on .ico{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);}
.t_navs .xialaph .u1{width: 100%;margin-bottom: 20px;}
.t_navs .xialaph .l1{width: 100%;}
.t_navs .xialaph .a1{width: 100%;font-size: 16px;color: #333;line-height: 26px;position: relative;padding: 12px 40px 12px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u2{width: 100%;padding-left: 20px;padding-right: 20px;border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2{width: 100%;}
.t_navs .xialaph .a2{width: 100%;font-size: 16px;color: #333;line-height: 22px;position: relative;padding: 10px 40px 10px 0;display: block;border-bottom: 1px solid rgba(0,0,0,0.1);}
.t_navs .xialaph .u3{padding-left: 20px;padding-right: 20px; border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l2:last-child .u3{border-bottom: 0;}
.t_navs .xialaph .l2:last-child .a2{border-bottom: 0;}
.t_navs .xialaph .l3{width: 100%;}
.t_navs .xialaph .a3{font-size: 14px;color: #333;line-height: 20px;padding-top: 8px;padding-bottom: 8px;border-bottom: 1px solid rgba(0,0,0,0.1);display: block;}
.t_navs .xialaph .l3:last-child .a3{border-bottom: 0;}
}

/*底部*/
.b_nav{width: 100%;padding-top: 72px;padding-bottom: 24px;}
.b_nav .cont1{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 72px;}
.b_nav .cont1 .left{width: 48.13953488372093%;padding-right: 146px;}
.b_nav .cont1 .left .logo{margin-bottom: 24px;}
.b_nav .cont1 .left .logo img{height: 90px;display: block;}
.b_nav .cont1 .left .info{font-size: 14px;color: #F9F7DD;line-height: 23px;margin-bottom: 24px;}
.b_nav .cont1 .left ul{margin: 0 -8px;width: calc(100% + 16px);display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .cont1 .left ul li{width: 16.66666666666667%;padding: 0 8px;}
.b_nav .cont1 .left ul .ewm{ padding-bottom: 100%; position: relative; overflow: hidden;}
.b_nav .cont1 .left ul .ewm 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%);}
.b_nav .cont1 .left ul .wz{font-size: 14px;color: #FFFFFF;line-height: 18px;text-align: center;margin-top: 6px;}
.b_nav .cont1 .right{width: 51.86046511627907%;}
.b_nav .cont1 .right ul{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont1 .right .yj a{display: block;font-size: 18px;color: #F9F7DD;line-height: 33px;font-weight: bold;}
.b_nav .cont1 .right .ej{margin-top: 28px;}
.b_nav .cont1 .right .ej a{display: block;font-size: 16px;color: #FFFFFF;line-height: 20px;margin-bottom: 16px;}
.b_nav .cont1 .right .ej a:last-child{margin-bottom: 0;}
.b_nav .cont1 .right .yj a:hover,
.b_nav .cont1 .right .ej a:hover{color: #C9A063;}
.b_nav .cont1 .right .ej2{margin-top: 28px;}
.b_nav .cont1 .right .ej2 a{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 16px;}
.b_nav .cont1 .right .ej2 a:last-child{margin-bottom: 0;}
.b_nav .cont1 .right .ej2 a img{width: 24px;display: block;margin-right: 8px;}
.b_nav .cont1 .right .ej2 a .wz{font-size: 16px;color: #FFFFFF;line-height: 20px;}
.b_nav .cont1 .right .ej2 a:hover .wz{color: #C9A063;}
.b_nav .cont2{display: flex;justify-content: space-between;align-items: center;}
.b_nav .cont2 .left{font-size: 14px;color: #C9A063;line-height: 22px;}
.b_nav .cont2 .left a{color: #C9A063;}
.b_nav .cont2 .right{display: flex;justify-content: flex-start;align-items: center;}
.b_nav .cont2 .right a{display: block;font-size: 14px;color: #C9A063;line-height: 22px;margin-right: 15px;position: relative;}
.b_nav .cont2 .right a::after{content: "";display: block;width: 1px;height: 16px;background: #C9A063;position: absolute;right: -8px;top: 50%;transform: translate(0,-50%);}
.b_nav .cont2 .right a:last-child{margin-right: 0;}
.b_nav .cont2 .right a:last-child::after{display: none;}
.b_nav .cont2 .right a:hover{text-decoration: underline;}
@media screen and (max-width:1680px) {
.b_nav .cont1 .left{padding-right: 40px;}
.b_nav .cont1 .left .logo img{height: 76px;}
.b_nav .cont1 .left ul{margin: 0 -6px;width: calc(100% + 12px);}
.b_nav .cont1 .left ul li{padding: 0 6px;}
.b_nav .cont1 .left ul .wz{font-size: 12px;}
.b_nav .cont1 .right .yj a{font-size: 16px;line-height: 24px;}
.b_nav .cont1 .right .ej{margin-top: 16px;}
.b_nav .cont1 .right .ej a{font-size: 14px;margin-bottom: 12px;}
.b_nav .cont1 .right .ej2{margin-top: 16px;}
.b_nav .cont1 .right .ej2 a{margin-bottom: 12px;}
.b_nav .cont1 .right .ej2 a img{width: 22px;margin-right: 5px;}
.b_nav .cont1 .right .ej2 a .wz{font-size: 14px;}
}
@media screen and (max-width:1280px) {
.b_nav{padding-left: 60px;padding-right: 60px;}
}
@media screen and (max-width:1024px) {
.b_nav{background: url(img/img28.jpg)no-repeat center center!important;background-size: cover!important;padding: 30px 15px 20px 15px;margin-bottom: 60px;}
.b_nav .cont1{display: block;margin-bottom: 20px;}
.b_nav .cont1 .left{width: 100%;padding-right: 0;margin-bottom: 14px;}
.b_nav .cont1 .left .logo{margin-bottom: 14px;display: flex;justify-content: center;align-items: flex-start;}
.b_nav .cont1 .left .logo img{height: 40px;}
.b_nav .cont1 .left .info{line-height: 20px;margin-bottom: 14px;text-align: center;}
.b_nav .cont1 .left ul{margin: -6px;width: calc(100% + 12px);flex-wrap: wrap;justify-content: center;}
.b_nav .cont1 .left ul li{width: 25.1%;padding: 6px;}
.b_nav .cont1 .right{width: 100%;}
.b_nav .cont1 .right ul{display: block;}
.b_nav .cont1 .right li{display: none;}
.b_nav .cont1 .right .l2{display: flex;justify-content: left;align-items: center;}
.b_nav .cont1 .right .yj a{font-size: 16px;line-height: 20px;text-align: center;margin-right: 20px;}
.b_nav .cont1 .right .ej2{margin-top: 0;display: flex;justify-content: center;align-items: flex-start;}
.b_nav .cont1 .right .ej2 a{margin-right: 12px; margin-bottom: 0;}
.b_nav .cont1 .right .ej2 a:last-child{margin-right: 0;}
.b_nav .cont1 .right .ej2 a img{width: 20px;}
.b_nav .cont1 .right .ej2 a .wz{font-size: 14px;}
.b_nav .cont2{display: block;}
.b_nav .cont2 .left{line-height: 20px;font-size: 13px;text-align: center;}
.b_nav .cont2 .left a{display: block;}
.b_nav .cont2 .right{justify-content: center;}
.b_nav .cont2 .right a{font-size: 13px;line-height: 20px;margin-right: 13px;}
.b_nav .cont2 .right a::after{height: 12px;background: #C9A063;position: absolute;right: -7px;}
}

/*电脑端漂浮*/
.pf_right{width: 80px;position: fixed;right: 13px;top: 60%;transform: translate(0,-50%);z-index: 999;opacity: 0;
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;}
.pf_right.on{opacity: 1;}
.pf_right .boxs1{position: relative;margin-bottom: 16px;}
.pf_right .boxs1 a{display: block;padding: 40px 0 32px 0;background: #985D00;border-radius: 40px;box-shadow: 0 0 12px rgba(0,0,0,0.1);}
.pf_right .boxs1 a img{width: 24px;display: block;margin: 0 auto 8px auto;}
.pf_right .boxs1 a .wz{font-size: 16px;color: #FFFFFF;line-height: 20px;text-align: center;}
.pf_right .boxs1 .posi_img{max-width: 116px;display: block;position: absolute;right: -13px;bottom: calc(100% - 40px);}
.pf_right .boxs1 .posi_ico{max-width: 24px;display: block;position: absolute;right: calc(100% - 6px);bottom: calc(100% + 60px);cursor: pointer;}
.pf_right .boxs1 .posi_wz{padding: 20px;border-radius: 4px;background: #985D00;box-shadow: 0 0 20px rgba(0,0,0,0.1);position: absolute;right: calc(100% + 22px);top: 50%;transform: translate(0,-50%) scale(0);font-size: 16px;color: #F9F7DD;line-height: 30px;font-weight: bold;white-space:nowrap;
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;}
.pf_right .boxs1:hover .posi_wz{transform: translate(0,-50%) scale(1);}
.pf_right .boxs1 .posi_wz::after{content: "";display: block;width: 0;height: 0;border: 7px solid;border-color: transparent transparent transparent #985D00;position: absolute;left: 100%;top: 50%;transform: translate(0,-50%);}
.pf_right .boxs2{margin-bottom: 12px;}
.pf_right .boxs2 li{background: #fff;position: relative;box-shadow: 0 0 12px rgba(0,0,0,0.1);cursor: pointer;}
.pf_right .boxs2 li:first-child{border-radius: 40px 40px 0 0;}
.pf_right .boxs2 li:last-child{border-radius: 0 0 40px 40px;}
.pf_right .boxs2 li .icobox{width: 100%;padding: 24px 0;}
.pf_right .boxs2 li .icobox img{width: 32px;display: block;margin: 0 auto;}
.pf_right .boxs2 li .icobox .ico2{display: none;}
.pf_right .boxs2 li:hover{background: #985d01;}
.pf_right .boxs2 li:hover .icobox .ico1{display: none;}
.pf_right .boxs2 li:hover .icobox .ico2{display: block;}
.pf_right .boxs2 li .ewm{width: 132px;padding: 16px; position: absolute;right: calc(100% + 22px);top: -10px;transform: scale(0);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);border-radius: 4px;
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;}
.pf_right .boxs2 li .ewm img{width: 100%;display: block;}
.pf_right .boxs2 li .ewm .wz{font-size: 14px;color: #1E1E1E;line-height: 22px;text-align: center;margin-top: 10px;}
.pf_right .boxs2 li .ewm::after{content: "";display: block;width: 0;height: 0;border: 7px solid;border-color: transparent transparent transparent #fff;position: absolute;left: 100%;top: 50%;transform: translate(0,-50%);}
.pf_right .boxs2 li:hover .ewm{transform: scale(1);}
.pf_right .boxs2 li .abox{width: 144px;position: absolute;right: calc(100% + 22px);top: 50%;transform: translate(0,-50%) scale(0);background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);border-radius: 4px;padding: 16px;
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;}
.pf_right .boxs2 li:hover .abox{transform: translate(0,-50%) scale(1);}
.pf_right .boxs2 li .abox::after{content: "";display: block;width: 0;height: 0;border: 7px solid;border-color: transparent transparent transparent #fff;position: absolute;left: 100%;top: 50%;transform: translate(0,-50%);}
.pf_right .boxs2 li .abox a{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 16px;}
.pf_right .boxs2 li .abox a:last-child{margin-bottom: 0;}
.pf_right .boxs2 li .abox img{width: 24px;display: block;}
.pf_right .boxs2 li .abox .wz{font-size: 16px;color: #3F3F3F;line-height: 20px;width: calc(100% - 24px);padding-left: 8px;}
.pf_right .boxs2 li .abox a:hover .wz{color: #985D00;}
.pf_right .boxs3{width: 100%;width: 56px;margin: 0 auto;height: 56px;box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);background: rgb(255, 255, 255);border-radius: 100%;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.pf_right .boxs3 img{width: 24px;display: block;}
.pf_right .boxs3 .ico2{display: none;}
.pf_right .boxs3:hover{background: #985d01;}
.pf_right .boxs3:hover .ico1{display: none;}
.pf_right .boxs3:hover .ico2{display: block;}
.pf_right .cont2{width: 100%;cursor: pointer;display: none;}
.pf_right .cont2 .img{max-width: 116px;width: 116px;position: absolute;right: -13px;bottom: calc(100% + 14px);}
.pf_right .cont2 .ico{width: 24px;display: block;margin: 0 auto;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.pf_right.act .cont1{display: none;}
.pf_right.act .cont2{display: block;}
@media screen and (max-width:1680px) {
.pf_right{width: 60px;}
.pf_right .boxs1{margin-bottom: 10px;}
.pf_right .boxs1 a{padding: 30px 0 22px 0;border-radius: 30px;}
.pf_right .boxs1 a img{width: 22px;}
.pf_right .boxs1 a .wz{font-size: 14px;line-height: 18px;}
.pf_right .boxs1 .posi_img{max-width: 100px;bottom: calc(100% - 30px);}
.pf_right .boxs1 .posi_ico{max-width: 22px;bottom: calc(100% + 60px);}
.pf_right .boxs2{margin-bottom: 10px;}
.pf_right .boxs2 li:first-child{border-radius: 30px 30px 0 0;}
.pf_right .boxs2 li:last-child{border-radius: 0 0 30px 30px;}
.pf_right .boxs2 li .icobox{padding: 18px 0;}
.pf_right .boxs2 li .icobox img{width: 26px;}
.pf_right .boxs3{width: 46px;height: 46px;}
.pf_right .boxs3 img{width: 22px;}
.pf_right .cont2 .img{max-width: 100px;width: 100px;}
.pf_right .cont2 .ico{width: 22px;}
}
@media screen and (max-width:1024px) {
.pf_right{display: none;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0;position: relative;}
.pf_down li a{ width:100%; float: left; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.pf_down li .ico7{ width: 100%; float: left; height: 24px; line-height:0; display: flex; justify-content: center; align-items: center;}
.pf_down li .ico7 img{ width:24px; height: 24px;}
.pf_down li .ico7 .show{ display: block;}
.pf_down li .ico7 .hide{ display: none;}
.pf_down li .d_name{ width: 100%; float: left; margin-top:2px; font-size:14px; color: #985d01; line-height: 14px;}
.pf_down li .posi_dp{width: 160px;background: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);position: absolute;left: 50%;transform: translate(-50%,0) scale(0);bottom: calc(100% + 22px);padding: 12px;border-radius: 8px;
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;}
.pf_down li:hover .posi_dp{transform: translate(-50%,0) scale(1);}
.pf_down li .posi_dp::after{content: "";display: block;width: 0;height: 0;border: 6px solid;border-color: #fff transparent transparent  transparent;position: absolute;top: 100%;left: 50%;transform: translate(-50%,0);}
.pf_down li .posi_dp a{justify-content: flex-start;align-items: center;margin-bottom: 8px;}
.pf_down li .posi_dp a img{width: 20px;display: block;}
.pf_down li .posi_dp a .wz{width: calc(100% - 20px);padding-left: 12px;text-align: left;}
.pf_down li .posi_dp a:last-child{margin-bottom: 0;}
.pf_down li:hover .ico7{ background: #985d01; width:44px; height:44px; border-radius: 50%; border:3px solid #fff; position: relative; margin-top:-18px;}
.pf_down li:hover .ico7 .show{ display: none;}
.pf_down li:hover .ico7 .hide{ display: block;}
.pf_down li:hover .ico7 img{ width:22px; height: 22px;}
.pf_down li:hover .d_name{ margin-top:0;}

._pop{ float:left; width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999999; display:none;background-color: rgba(0,0,0,0.8);}
._col{ float:left;  font-size: 0; position:absolute; right:-60px; top:-44px; width:44px; height:44px; border-radius: 100%;color: #999;cursor: pointer;background: url(img/img58.png)no-repeat center center;background-size: cover;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);}
._htm{ float:left; width:800px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);background-color: rgba(255,255,255,0.5);padding: 12px;}
._htm video{width: 100%;display: block;margin: 0 auto;}
._htm img{width: 100%;display: block;margin: 0 auto;}
@media  screen and (max-width: 1680px){
._htm{ float:left; width:600px;}
}
@media  screen and (max-width: 991px){
._col{ float:left;  font-size: 50px; position:absolute; right:-50px; top:0; width:34px; height:34px; border-radius: 100%;color: #999;cursor: pointer;background: url(images);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:500px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}           
@media  screen and (max-width: 767px){
._col{ float:left;  font-size: 50px; position:absolute; right:10px; top:-55px; width:20px; height:20px; border-radius: 100%;color: #999;cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width: calc(100% - 30px);position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}

/*首页*/
.sy_banner{width: 100%;position: relative;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul .pcshow{width: 100%;height: calc(100vh - 136px);}
.sy_banner .posi_ico{width: 30px;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 30px;
-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;
animation:myfirst 1s infinite;
-moz-animation:myfirst 1s infinite; 
-webkit-animation:myfirst 1s infinite; 
-o-animation:myfirst 1s infinite;}
@keyframes myfirst
{
0%   { bottom:30px;}
50%  { bottom:40px;}
75%  { bottom:40px;}
100% { bottom:30px;}
}

@-moz-keyframes myfirst
{
0%   { bottom:30px;}
50%  { bottom:40px;}
75%  { bottom:40px;}
100% { bottom:30px;}
}

@-webkit-keyframes myfirst 
{
0%   { bottom:30px;}
50%  { bottom:40px;}
75%  { bottom:40px;}
100% { bottom:30px;}
}

@-o-keyframes myfirst 
{
0%   { bottom:30px;}
50%  { bottom:40px;}
75%  { bottom:40px;}
100% { bottom:30px;}
}
.sy_banner .qh_box{position: absolute;right: 100px;bottom: 60px;display: flex;justify-content: flex-start;align-items: center;}
.sy_banner .qh_box .qh_l{position: relative;margin-right: 32px;display: flex;justify-content: flex-start;align-items: center;}
.sy_banner .qh_box .qh_l .num{font-size: 14px;color: #F9F7DD;line-height: 20px;}
.sy_banner .qh_box .qh_l .syBan_dots{margin: 0 12px;}
.sy_banner .qh_box .qh_l .slick-dots{height: 1px;}
.sy_banner .qh_box .qh_l .slick-dots li{border-radius:0; height:1px;margin:0;background: rgba(255,255,255,0.61);width: 24px;}
.sy_banner .qh_box .qh_l .slick-dots li.slick-active{ background: #fff;width: 24px;}
.sy_banner .qh_box .qh_r{position: relative;margin-right: 32px;display: flex;justify-content: flex-start;align-items: center;}
.sy_banner .qh_box .qh_r .btn{margin-right: 22px;width: 30px;cursor: pointer;}
.sy_banner .qh_box .qh_r .btn img{width: 100%;display: block;}
.sy_banner .qh_box .qh_r .btn .ico2{display: none;}
.sy_banner .qh_box .qh_r .btn:hover .ico1{display: none;}
.sy_banner .qh_box .qh_r .btn:hover .ico2{display: block;}
@media screen and (max-width:1024px) {
.sy_banner .posi_ico{display: none;}
.sy_banner .qh_box{width: 100%; right: 0;bottom: 30px;justify-content: center;}
.sy_banner .qh_box .qh_l{margin-right: 0;}
.sy_banner .qh_box .qh_l .syBan_dots{margin: 0 10px;}
.sy_banner .qh_box .qh_l .slick-dots li{width: 20px;}
.sy_banner .qh_box .qh_l .slick-dots li.slick-active{width: 20px;}
.sy_banner .qh_box .qh_r{display: none;}
}

.sy_tit{position: relative;padding-bottom: 50px;}
.sy_tit .bt{font-size: 48px;color: #985D00;line-height: 72px;text-align: center;}
.sy_tit .jj{font-size: 18px;color: #3F3F3F;line-height: 27px;text-align: center;}
.sy_tit .posi_back{width: 607px;display: block;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;}
@media screen and (max-width:1024px) {
.sy_tit{padding-bottom: 30px;}
.sy_tit .bt{font-size: 20px;line-height: 30px;margin-bottom: 6px;}
.sy_tit .jj{font-size: 13px;line-height: 20px;}
.sy_tit .posi_back{width: 100%;transform: translate(-50%,0);}
}

.sy_more{width: 100%;display: flex;justify-content: flex-start;align-items: center;}
.sy_more a{display: flex;justify-content: center;align-items: center;width: 130px;justify-content: center;align-items: center;background: #C11920;border-radius: 20px;}
.sy_more a div{font-size: 14px;color: #fff;line-height: 40px;margin-right: 11px;
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_more a img{width: 14px;display: block;}
.sy_more a:hover{box-shadow: 0px 4px 17px 0px rgba(222, 83, 7, 0.48);}
.sy_more a:hover div{margin-right: 7px;}
@media screen and (max-width:1024px) {
.sy_more a{width: 110px;border-radius: 17px;}
.sy_more a div{line-height: 34px;margin-right: 8px;font-size: 13px;}
.sy_more a:hover div{margin-right: 5px;}
.sy_more a img{width: 12px;}
}

.sy_section1{width: 100%;padding-top: 100px;padding-bottom: 80px;position: relative;overflow: hidden;}
.sy_section1 .sec1Posi_back{width: 80%;position: absolute;left: 0;top: 0%;}
.sy_section1 .w_width{position: relative;z-index: 10;}
.sy_section1 .cont1{margin-bottom: 90px;display: flex;justify-content: flex-start;align-items: center;margin-top: 30px;}
.sy_section1 .cont1 .left{width: 51.28378378378378%;padding-right: 62px;}
.sy_section1 .cont1 .left .bt{width: 192px;display: block;margin-bottom: 16px;}
.sy_section1 .cont1 .left .info1{font-size: 40px;color: #985D00;line-height: 60px;margin-bottom: 32px;}
.sy_section1 .cont1 .left .info2{font-size: 16px;color: #3F3F3F;line-height: 24px;margin-bottom: 56px;}
.sy_section1 .cont1 .right{width: 48.71621621621622%;cursor: pointer;}
.sy_section1 .cont1 .right .pic{ padding-bottom: 53.398%; position: relative; overflow: hidden;}
.sy_section1 .cont1 .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%);}
.sy_section1 .cont1 .right .pic .posi{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_section1 .cont1 .right .pic .posi img{width: 56px;display: block;margin: 0 auto 12px auto;}
.sy_section1 .cont1 .right .pic .posi .wz{font-size: 16px;color: #F9F7DD;line-height: 22px;text-align: center;}
.sy_section1 .cont2{width: 100%;}
.sy_section1 .cont2 ul{display: flex;justify-content: flex-start;align-items: flex-start;width: calc(100% + 58px);margin: 0 -29px;}
.sy_section1 .cont2 ul li{width: 25%;padding: 0 29px;}
.sy_section1 .cont2 ul .libox{width: 100%;position: relative;}
.sy_section1 .cont2 ul img{width: 100%;display: block;}
.sy_section1 .cont2 ul .posi_wz{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section1 .cont2 ul .posi_wz ._t{display: flex;justify-content: center;align-items: flex-end;font-size: 18px;color: #C11920;line-height: 27px;margin-bottom: 8px;}
.sy_section1 .cont2 ul .posi_wz ._t span{font-size: 48px;color: #C11920;line-height: 54px;margin-right: 2px;font-weight: bold;}
.sy_section1 .cont2 ul .posi_wz ._b{font-size: 20px;color: #3F3F3F;line-height: 30px;text-align: center;}
@media screen and (max-width:1680px) {
.sy_section1 .cont1 .left{padding-right: 50px;}
.sy_section1 .cont1 .left .bt{width: 160px;margin-bottom: 14px;}
.sy_section1 .cont1 .left .info1{font-size: 26px;line-height: 46px;margin-bottom: 20px;}
.sy_section1 .cont1 .left .info2{font-size: 14px;line-height: 22px;margin-bottom: 40px;}
.sy_section1 .cont2 ul{width: calc(100% + 32px);margin: 0 -16px;}
.sy_section1 .cont2 ul li{padding: 0 16px;}
.sy_section1 .cont2 ul .posi_wz ._t{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.sy_section1 .cont2 ul .posi_wz ._t span{font-size: 32px;line-height: 40px;}
.sy_section1 .cont2 ul .posi_wz ._b{font-size: 16px;line-height: 24px;}
}
@media screen and (max-width:1400px) {
.sy_section1 .cont1 .left .info1{font-size: 20px;line-height: 32px;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .sec1Posi_back{width: 70%;}
.sy_section1 .cont1{margin-bottom: 20px;display: block;margin-top: 20px;}
.sy_section1 .cont1 .left{width: 100%;padding-right: 0;margin-bottom: 14px;}
.sy_section1 .cont1 .left .bt{width: 100px;margin-bottom: 12px;}
.sy_section1 .cont1 .left .info1{font-size: 16px;line-height: 30px;margin-bottom: 10px;letter-spacing: 0;}
.sy_section1 .cont1 .left .info2{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.sy_section1 .cont1 .right{width: 100%;}
.sy_section1 .cont1 .right .pic .posi img{width: 40px;margin: 0 auto 10px auto;}
.sy_section1 .cont1 .right .pic .posi .wz{font-size: 14px;line-height: 20px;}
.sy_section1 .cont2 ul{width: calc(100% + 12px);margin: -6px;flex-wrap: wrap;}
.sy_section1 .cont2 ul li{width: 50%;padding: 6px;}
.sy_section1 .cont2 ul .posi_wz ._t{font-size: 12px;line-height: 18px;margin-bottom: 6px;}
.sy_section1 .cont2 ul .posi_wz ._t span{font-size: 20px;line-height: 24px;}
.sy_section1 .cont2 ul .posi_wz ._b{font-size: 14px;line-height: 20px;}
}

/*20250421start*/
.sy_section2{width: 100%;padding-top: 196px;padding-bottom: 90px;position: relative;}
/*20250421end*/
.sy_section2 .qh_t{margin-bottom: 72px;}
.sy_section2 .qh_t .libox{display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section2 .qh_t .left{width: 37.33333333333333%;padding-right: 3px;}
.sy_section2 .qh_t .left .bt{font-size: 38px;color: #F9F7DD;line-height: 60px;margin-bottom: 32px;}
.sy_section2 .qh_t .left .fbt{width: 421px;position: relative;}
.sy_section2 .qh_t .left .fbt img{width: 100%;display: block;}
.sy_section2 .qh_t .left .fbt .wz{font-size: 28px;color:#F9F7DD;line-height: 32px;position: absolute;left: 0;width: 100%;top: 50%;transform: translate(0,-50%);text-align: center;}
.sy_section2 .qh_t .left .jj{font-size: 16px;color: #F9F7DD;line-height: 24px;margin-bottom: 64px;margin-top: 32px;}
.sy_section2 .qh_t .right{width: 62.66666666666667%;}
.sy_section2 .qh_t .right img{width: 100%;display: block ;}
.sy_section2 .cont2{padding: 0 40px;position: relative;}
.sy_section2 .cont2::after{content: "";display: block;width: 100%;height: 1px;background: #fff;position: absolute;left: 0;top: 57px;}
.sy_section2 .qh_b{width: calc(100% + 8px);margin: -40px -4px;position: relative;z-index: 20;}
.sy_section2 .qh_b li{padding: 40px 4px;cursor: pointer;}
.sy_section2 .qh_b .icobox{width: 35px;margin: 0 auto 12px auto;height: 35px;position: relative;}
.sy_section2 .qh_b .icobox .ico1{width: 100%;display: none;box-shadow: 0px 0px 1.26px 0px rgb(255, 255, 255),0px 0px 2.52px 0px rgb(255, 255, 255),0px 0px 8.82px 0px rgb(255, 255, 255),0px 0px 17.64px 0px rgb(255, 255, 255),0px 0px 30.24px 0px rgb(255, 255, 255),0px 0px 52.92px 0px rgb(255, 255, 255);border-radius: 100%;}
.sy_section2 .qh_b .icobox .ico2{width: 14px;height: 14px;border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);box-shadow: 0px 0px 1.26px 0px rgb(255, 255, 255),0px 0px 2.52px 0px rgb(255, 255, 255),0px 0px 8.82px 0px rgb(255, 255, 255),0px 0px 17.64px 0px rgb(255, 255, 255),0px 0px 30.24px 0px rgb(255, 255, 255),0px 0px 52.92px 0px rgb(255, 255, 255);background: rgb(255, 255, 255);}
.sy_section2 .qh_b .wz{font-size: 18px;color: #F9F7DD;line-height: 27px;text-align: center;}
.sy_section2 .qh_b li.slick-current .icobox .ico1{display: block;}
.sy_section2 .qh_b li.slick-current .icobox .ico2{display: none;}
.sy_section2 .qh_b .slick-prev{width: 40px;height: 40px;background: url(img/img157.svg) no-repeat center center; background-size: cover;left: -10px;top: 38px;transform: translate(0,0);}
.sy_section2 .qh_b .slick-next{width: 40px;height: 40px;background: url(img/img158.svg) no-repeat center center; background-size: cover;right: -10px;top: 38px;transform: translate(0,0);}
@media screen and (max-width:1680px) {
.sy_section2{padding-top: 140px;}
.sy_section2 .qh_t{margin-bottom: 50px;}
.sy_section2 .qh_t .left{width: 42%;padding-right: 3px;}
.sy_section2 .qh_t .left .bt{font-size: 26px;line-height: 40px;margin-bottom: 20px;}
.sy_section2 .qh_t .left .fbt{width: 400px;}
.sy_section2 .qh_t .left .fbt img{width: 400px;}
.sy_section2 .qh_t .left .fbt .wz{font-size: 20px;line-height: 24px;}
.sy_section2 .qh_t .left .jj{font-size: 14px;line-height: 20px;margin-bottom: 40px;margin-top: 20px;}
.sy_section2 .qh_t .right{width: 58%;}
.sy_section2 .cont2{padding: 0 30px;}
.sy_section2 .qh_b .wz{font-size: 12px;line-height: 24px;}
.sy_section2 .qh_b .slick-prev{width: 32px;height: 32px;top: 42px;}
.sy_section2 .qh_b .slick-next{width: 32px;height: 32px;top: 42px;}
}
@media screen and (max-width:1680px) {
.sy_section2 .qh_t .left .fbt{width: 340px;}
.sy_section2 .qh_t .left .fbt img{width: 340px;}
}
@media screen and (max-width:1024px) {
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .qh_t{margin-bottom: 20px;}
.sy_section2 .qh_t .libox{display: block;}
.sy_section2 .qh_t .left{width: 100%;padding-right: 0;margin-bottom: 14px;}
.sy_section2 .qh_t .left .bt{font-size: 20px;line-height: 25px;margin-bottom: 12px;text-align: center;}
.sy_section2 .qh_t .left .fbt{width: 84%;margin: 0 auto; text-align: center;}
.sy_section2 .qh_t .left .fbt .wz{font-size: 18px;line-height: 24px;}
.sy_section2 .qh_t .left .jj{font-size: 14px;line-height: 22px;margin-bottom: 14px;margin-top: 12px;}
.sy_section2 .qh_t .left .sy_more{justify-content: center;}
.sy_section2 .qh_t .right{width: 100%;}
.sy_section2 .cont2{padding: 0 15px;}
.sy_section2 .cont2::after{top: 53px;}
.sy_section2 .qh_b .icobox{width: 26px;margin: 0 auto 8px auto;height: 26px;}
.sy_section2 .qh_b .icobox .ico2{width: 10px;height: 10px;}
.sy_section2 .qh_b .wz{font-size: 14px;line-height: 22px;}
.sy_section2 .qh_b .slick-prev{width: 32px;height: 32px;background: url(img/img157.svg) no-repeat center center; background-size: cover;left: 0;top: 38px;transform: translate(0,0);}
.sy_section2 .qh_b .slick-next{width: 32px;height: 32px;background: url(img/img158.svg) no-repeat center center; background-size: cover;right: 0;top: 38px;transform: translate(0,0);}
}

.sy_section3{width: 100%;padding-top: 120px;padding-bottom: 120px;}
.sy_section3 .content{margin-top: 40px;margin-bottom: 32px;display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section3 .content .left{width: 73.44594594594595%;padding-right: 40px;}
.sy_section3 .content .left ul{display: flex;justify-content: flex-start;align-items: flex-start;width: calc(100% + 40px);margin: 0 -20px;}
.sy_section3 .content .left li{width: 50%;padding: 0 20px;}
.sy_section3 .content .left a{display: block;border-bottom: 0.5px solid rgb(201, 160, 99);padding-bottom: 22px;}
.sy_section3 .content .left a .pic{ width: 100%; padding-bottom: 67.3267%; position: relative; overflow: hidden;
-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 .content .left 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;}
.sy_section3 .content .left 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);}
.sy_section3 .content .left a .wzbox{padding-top: 20px;}
.sy_section3 .content .left a .bt{font-size: 20px;color: #131313;line-height: 30px;margin-bottom: 12px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section3 .content .left a .date{font-size: 14px;color: #985D00;line-height: 21px;}
.sy_section3 .content .left a:hover .bt{color: #985D00;}
.sy_section3 .content .right{width: 26.55405405405405%;}
.sy_section3 .content .right ul{width: 100%;}
.sy_section3 .content .right li{border-bottom: 1px solid  rgb(201, 160, 99);padding-bottom: 24px;margin-bottom: 27px;}
.sy_section3 .content .right li:last-child{margin-bottom: 0;}
.sy_section3 .content .right a .bt{font-size: 20px;color: #131313;line-height: 30px;margin-bottom: 15px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section3 .content .right a .date{font-size: 14px;color: #985D00;line-height: 21px;}
.sy_section3 .content .right a:hover .bt{color: #985D00;}
@media screen and (max-width:1680px) {
.sy_section3 .content .left{width: 65%;}
.sy_section3 .content .right{width: 35%;}
.sy_section3 .content .right li{padding-bottom: 14px;margin-bottom: 14px;}
.sy_section3 .content .right a .bt{line-height: 30px;margin-bottom: 16px;}
.sy_section3 .content .right a .date{line-height: 21px;}
}
@media screen and (max-width:1400px) {
.sy_section3 .content .left a .bt{font-size: 16px;}
.sy_section3 .content .right li{padding-bottom: 14px;margin-bottom: 14px;}
.sy_section3 .content .right a .bt{font-size: 16px; line-height: 26px;margin-bottom: 12px;}
.sy_section3 .content .right a .date{line-height: 20px;}
}
@media screen and (max-width:1280px) {
.sy_section3 .content .right li{padding-bottom: 12px;margin-bottom: 12px;}
.sy_section3 .content .right a .bt{font-size: 16px; line-height: 26px;margin-bottom: 11px;}
.sy_section3 .content .right a .date{line-height: 20px;}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .content{margin-top: 20px;margin-bottom: 20px;display: block;}
.sy_section3 .content .left{width: 100%;padding-right: 0;margin-bottom: 20px;}
.sy_section3 .content .left ul{width: calc(100% + 12px);margin: 0 -6px;}
.sy_section3 .content .left li{padding: 0 6px;}
.sy_section3 .content .left a{padding-bottom: 14px;}
.sy_section3 .content .left a .wzbox{padding-top: 14px;}
.sy_section3 .content .left a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.sy_section3 .content .left a .date{line-height: 20px;}
.sy_section3 .content .right{width: 100%;}
.sy_section3 .content .right li{padding-bottom: 14px;margin-bottom: 14px;}
.sy_section3 .content .right a .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.sy_section3 .content .right a .date{line-height: 20px;}
}

.sy_section4{width: 100%;padding-top: 100px;padding-bottom: 120px;}
.sy_section4 .content{margin-top: 32px;margin-bottom: 32px;}
.sy_section4 .content .ul{margin: 0 -12px;width: calc(100% + 24px);}
.sy_section4 .content .ul .li{padding: 0 12px;}
.sy_section4 .content .ul a{display: block;width: 100%;position: relative;}
.sy_section4 .content .ul a:hover{background: #C9A063;}
.sy_section4 .content .ul a .back{width: 100%;display: block;}
.sy_section4 .content .ul a .posi_box{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 14px 32px;}
.sy_section4 .content .ul a .posi_box .wzbox{margin-bottom: 42px;}
.sy_section4 .content .ul a .posi_box .wz{font-size: 20px;color: #3F3F3F;line-height: 30px;text-align: center;min-height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .content .ul a:hover .posi_box .wz{color: #fff;}
.sy_section4 .content .ul a .posi_box .pic{ padding-bottom: 71.034%; position: relative; overflow: hidden;}
.sy_section4 .content .ul a .posi_box .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_section4 .content .ul .slick-prev{width: 36px;height: 36px;background: url(img/img77.svg) no-repeat center center; background-size: cover;left: -52px;top: 50%;}
.sy_section4 .content .ul .slick-next{width: 36px;height: 36px;background: url(img/img78.svg) no-repeat center center; background-size: cover;right: -52px;top: 50%;}
.sy_section4 .content .ul .slick-prev:hover,
.sy_section4 .content .ul .slick-next:hover{opacity: 0.8;}
@media screen and (max-width:1680px) {
.sy_section4 .content .ul a .posi_box{padding: 14px 20px;}
.sy_section4 .content .ul a .posi_box .wzbox{margin-bottom: 24px;}
.sy_section4 .content .ul a .posi_box .wz{font-size: 16px;line-height: 20px;min-height: 40px;}
}
@media screen and (max-width:1024px) {
.sy_section4{padding-top: 30px;padding-bottom: 30px;}
.sy_section4 .content{margin-top: 20px;margin-bottom: 20px;}
.sy_section4 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section4 .content .ul .li{padding: 0 6px;}
.sy_section4 .content .ul a .posi_box{padding: 14px 20px;}
.sy_section4 .content .ul a .posi_box .wzbox{margin-bottom: 12px;}
.sy_section4 .content .ul a .posi_box .wz{font-size: 14px;line-height: 20px;min-height: 40px;-webkit-line-clamp:2;}
.sy_section4 .content .ul .slick-dots{margin-top: 14px;}
}

/*内页banner*/
.ny_banner{width: 100%;position: relative;}
.ny_banner::after{content: "";display: block;width: 100%;height: 100%;background: linear-gradient(270.00deg, rgba(0, 0, 0, 0) 0.183%,rgba(0, 0, 0, 0.35) 54.092%,rgba(0, 0, 0, 0) 100%);position: absolute;left: 0;top: 0;z-index: 2;}
.ny_banner .img{width: 100%;display: block;position: relative;z-index: 1;}
.ny_banner .posi_wz{width: 100%;position: absolute;left: 0;top: 40%;transform: translate(0,-50%);z-index: 5;}
.ny_banner .posi_wz .bt,
.ny_banner .posi_wz .jj{color: #F9F7DD;}
.ny_banner .posi_wz .posi_back{left: 49%;}
.ny_banner .posi_dqsec{width: 100%;position: absolute;left: 0;bottom: 94px;z-index: 5;}
.ny_banner .posi_dqsec .w_width{display: flex;justify-content: flex-end;align-items: center;}
.ny_banner .posi_dqsec a{display: block;font-size: 14px;color: #FFFFFF;line-height: 20px;}
.ny_banner .posi_dqsec img{width: 20px;display: block;}
.ny_banner .posi_dqsec span{display: block;font-size: 14px;color: #FFFFFF;line-height: 20px;margin: 0 4px;}
.ny_banner .posi_dqsec a:hover,
.ny_banner .posi_dqsec a.on{text-decoration: underline;}
.ny_banner .posi_nav{width: 100%;position: absolute;left: 0;bottom: 0;z-index: 5;padding-top: 16px;padding-bottom: 16px;}
.ny_banner .posi_nav::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: url(img/img82.png)no-repeat center center;background-size: cover;z-index: 1;}
.ny_banner .posi_nav .w_width{position: relative;z-index: 10;}
.ny_banner .posi_nav ul{display: flex;justify-content: center;align-items: center;}
.ny_banner .posi_nav ul li{margin-right: 12px;}
.ny_banner .posi_nav ul li:last-child{margin-right: 0;}
.ny_banner .posi_nav ul a{display: block;font-size: 16px;color: #F9F7DD;line-height: 40px;border-radius: 20px;padding: 0 26px;}
.ny_banner .posi_nav ul li.on a,
.ny_banner .posi_nav ul li:hover a{background: rgb(252, 244, 218);color: #985D00;}
.ny_banner2 .posi_wz{top: 50%;}
.ny_banner2 .posi_dqsec{bottom: 20px;}
@media screen and (max-width:1680px) {
.ny_banner .posi_nav ul a{padding: 0 22px;}
}
@media screen and (max-width:1024px) {
.ny_banner .posi_wz .posi_back{width: calc(100% - 30px);left: 50%;}
.ny_banner .posi_dqsec{display: none;}
.ny_banner .posi_nav{padding-top: 12px;padding-bottom: 12px;}
.ny_banner .posi_nav ul{display: block;margin: 0 -6px;width: calc(100% + 16px);padding: 0 36px;text-align: center;}
.ny_banner .posi_nav ul .slick-track{display: inline-block;vertical-align: middle;}
.ny_banner .posi_nav ul li{margin-right: 0;padding: 0 6px;}
.ny_banner .posi_nav ul a{font-size: 13px;line-height: 32px;border-radius: 16px;padding: 0 6px;text-align: center;}
.ny_banner .posi_nav ul .slick-prev{width: 24px;height: 24px;background: url(img/img157.svg) no-repeat center center; background-size: cover;left:4px;top: 50%;}
.ny_banner .posi_nav ul .slick-next{width: 24px;height: 24px;background: url(img/img158.svg) no-repeat center center; background-size: cover;right: 4px;top: 50%;}
}

.page_section{width: 100%;}
.page_section .phpage{display: none;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage .page_l{display: flex;justify-content: center;align-items: center;margin-right: 32px;}
.page_section .pcpage a{display: block;font-size: 14px;color: #1C1C1E;line-height: 18px;margin-right: 32px;}
.page_section .pcpage a:last-child{margin-right: 0;}
.page_section .pcpage a img{width: 7px;display: block;}
.page_section .pcpage a .ico2{display: none;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{color: #C11920;}
.page_section .pcpage a:hover .ico1{display: none;}
.page_section .pcpage a:hover .ico2{display: block;}
.page_section .pcpage .page_r{display: flex;justify-content: flex-start;align-items: center;font-size: 14px;color: #1C1C1E;line-height: 18px;}
.page_section .pcpage .page_r input{width: 60px;padding: 0 12px;font-size: 14px;color: #1C1C1E;height: 28px;border: 1px solid #DCDFE5;border-radius: 3px;text-align: center;margin: 0 6px;}
@media screen and (max-width:1024px) {
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage a{display: block;}
.page_section .phpage a img{width: 7px;display: block;}
.page_section .phpage a .ico2{display: none;}
.page_section .phpage a:hover .ico1{display: none;}
.page_section .phpage a:hover .ico2{display: block;}
.page_section .phpage span{font-size: 14px;color: #555;line-height: 20px;margin: 0 20px;}
.page_section .pcpage{display: none;}
}

.cp_section{width: 100%;padding-top: 48px;padding-bottom: 66px;overflow: hidden;}
.cp_section .w_width{display: flex;justify-content: flex-start;align-items: flex-start;}
.cp_section .left{width: 280px;position: relative;}
.cp_section .left::after{content: "";display: block;width: 10000px;height: 10000px;background: #985D00;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
/*20250421start*/
.cp_section .left .ph_top{display: none;}
/*20250421end*/
.cp_section .left ul{position: relative;z-index: 10;border-radius: 8px 0 0 8px;overflow: hidden;}
.cp_section .left ul li{margin-bottom: 9px;}
.cp_section .left ul li:last-child{margin-bottom: 0;}
.cp_section .left ul a{display: flex;justify-content: center;align-items: center;padding: 20px 14px;background: rgba(0, 0, 0, 0.1);}
.cp_section .left ul a .wz{font-size: 16px;color: #F9F7DD;line-height: 24px;}
.cp_section .left ul a img{width: 11px;display: block;margin-left: 9px;display: none;}
.cp_section .left ul li.on a{background: rgb(252, 244, 218);;}
.cp_section .left ul li.on a .wz{color: #C11920!important;}
.cp_section .left ul li:hover a .wz{color: #fff;}
.cp_section .left ul li.on a img{display: block;}
.cp_section .right{width: calc(100% - 280px);padding-left: 50px;}
.cp_section .right .titbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 42px;}
.cp_section .right .titbox .bt1{font-size: 24px;color: #C11920;line-height: 36px;margin-bottom: 2px;font-weight: bold;}
.cp_section .right .titbox .bt2{font-size: 20px;color: #3F3F3F;line-height: 30px;}
.cp_section .right .titbox ._r{font-size: 20px;color: #3F3F3F;line-height: 24px;margin-top: 10px;}
.cp_section .right .titbox ._r span{color: #C11920;}
.cp_section .right .content{margin-bottom: 62px;}
.cp_section .right .content ul{margin: -12px;width: calc(100% + 24px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.cp_section .right .content ul li{width: 50%;padding: 12px;}
.cp_section .right .content ul a{display: flex;justify-content: flex-start;align-items: center;border-radius: 24px;background: rgb(255, 255, 255);padding: 40px;border: 1px solid rgba(255,255,255,0);}
.cp_section .right .content ul a:hover{border-color: rgba(201, 160, 99, 0.66); box-shadow: 0px 0px 0px 0px rgba(138, 138, 138, 0.1),-1px 7px 15px 0px rgba(138, 138, 138, 0.1),-3px 27px 27px 0px rgba(138, 138, 138, 0.09),-7px 60px 36px 0px rgba(138, 138, 138, 0.05),-12px 107px 43px 0px rgba(138, 138, 138, 0.01),-19px 167px 47px 0px rgba(138, 138, 138, 0);}
.cp_section .right .content ul a ._l{width: 54.47470817120623%;}
.cp_section .right .content ul a .pic{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cp_section .right .content ul 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;}
.cp_section .right .content 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);}
.cp_section .right .content ul a ._r{width: 45.52529182879377%;padding-left: 40px;}
.cp_section .right .content ul a .bt{font-size: 22px;color: #3F3F3F;line-height: 36px;margin-bottom: 8px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cp_section .right .content ul a .jj{font-size: 14px;color: #3F3F3F;line-height: 21px;margin-bottom: 46px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cp_section .right .content ul a .more{display: flex;justify-content: center;align-items: center;}
.cp_section .right .content ul a .more div{font-size: 12px;color: #C11920;line-height: 18px;margin-right: 7px;}
.cp_section .right .content ul a .more img{width: 11px;display: block;}
.cp_section .right .content ul a .more .ico2{display: none;}
.cp_section .right .content ul a:hover .more div{color: #985d01;}
.cp_section .right .content ul a:hover .more .ico1{display: none;}
.cp_section .right .content ul a:hover .more .ico2{display: block;}
.cp_section .right .content ul a:hover .bt{color: #985d01;}
@media screen and (max-width:1680px) {
.cp_section .right .content ul a ._l{width: 46%;}
.cp_section .right .content ul a ._r{width: 54%;padding-left: 30px;}
}
@media screen and (max-width:1024px) {
.cp_section{padding-top: 30px;padding-bottom: 30px;}
.cp_section .w_width{display: block;}
.cp_section .left{width: 100%;padding: 20px 0;}
.cp_section .left::after{width: 10000px;height: 100%;right: auto;left: 50%; top: 0;transform: translate(-50%,0);}
/*20250421start*/
.cp_section .left .ph_top{background: rgb(252, 244, 218);display: flex;justify-content: space-between;align-items: center;padding: 0 14px;position: relative;z-index: 50;}
.cp_section .left .ph_top .wzs{font-size: 16px;color: #333;line-height: 50px;}
.cp_section .left .ph_top img{width: 24px;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;}
.cp_section .left .ph_top.on img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.cp_section .left ul{display: block; border-radius: 0;width: 100%; margin-top: 12px;display: none;}
.cp_section .left ul li{margin-bottom: 0;padding: 0;margin-bottom: 4px;}
.cp_section .left ul li:last-child{margin-bottom: 0;}
.cp_section .left ul .slick-prev{width: 24px;height: 24px;background: url(img/img157.svg) no-repeat center center; background-size: cover;left:4px;top: 50%;}
.cp_section .left ul .slick-next{width: 24px;height: 24px;background: url(img/img158.svg) no-repeat center center; background-size: cover;right: 4px;top: 50%;}
.cp_section .left ul a{padding: 6px 20px;}
.cp_section .left ul a .wz{font-size: 14px;;line-height: 20px;}
.cp_section .left ul a img{width: 10px;margin-left: 6px;}
/*20250421end*/
.cp_section .right{width: 100%;padding-left: 0;padding-top: 20px;}
.cp_section .right .titbox{margin-bottom: 14px;}
.cp_section .right .titbox .bt1{font-size: 18px;line-height: 24px;margin-bottom: 6px;}
.cp_section .right .titbox .bt2{font-size: 16px;line-height: 20px;}
.cp_section .right .titbox ._r{font-size: 14px;line-height: 20px;margin-top: 30px;}
.cp_section .right .content{margin-bottom: 20px;}
.cp_section .right .content ul{margin: -6px;width: calc(100% + 12px);}
.cp_section .right .content ul li{width: 50%;padding: 6px;}
.cp_section .right .content ul a{display: block;border-radius: 12px;padding: 0 14px 14px 14px;}
.cp_section .right .content ul a ._l{width: 100%;}
.cp_section .right .content ul a ._r{width: 100%;padding-left: 0;margin-top: 6px;}
.cp_section .right .content ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.cp_section .right .content ul a .jj{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
}

.dq_section{display: flex;justify-content: flex-end;align-items: center;}
.dq_section a{display: block;font-size: 14px;color: #3F3F3F;line-height: 20px;}
.dq_section img{width: 20px;display: block;}
.dq_section span{display: block;font-size: 14px;color: #3F3F3F;line-height: 20px;margin: 0 4px;}
.dq_section a:hover,
.dq_section a.on{color: #985D00;}
@media screen and (max-width:1024px) {
.dq_section{display: none;}
}

.cpxq_section1{width: 100%;padding-top: 110px;padding-bottom: 110px;min-height: 662px;position: relative;}
.cpxq_section1 .w_width{position: relative;z-index: 10;}
.cpxq_section1 .logo{display: block;width: 112px;margin: 0 auto 12px auto;}
.cpxq_section1 .wz1{font-size: 48px;color: #F9F7DD;line-height: 72px;text-align: center;margin-bottom: 12px;font-weight: bold;}
.cpxq_section1 .wz2{display: flex;justify-content: center;align-items: center;margin-bottom: 12px;}
.cpxq_section1 .wz2 div{font-size: 16px;color: #FFFFFF;line-height: 30px;padding: 0 14px;border-radius: 15px;background: #3F3F3F;}
.cpxq_section1 .wz3{font-size: 16px;color: #F9F7DD;line-height: 24px;text-align: center;}
.cpxq_section1 .posi_back_left{display: block;width: 1169px;position: absolute;right: 39.63541666666667%;bottom: 0;z-index: 3;}
.cpxq_section1 .posi_back_right{display: block;width: 1169px;position: absolute;left: 67.166667%;bottom: -40px;z-index: 3;}
.cpxq_section1 .posi_img{width: 800px;position: absolute;left: 50%;transform: translate(-50%,0);bottom: -65px;z-index: 12;}
.cpxq_section1 .posi_img img{width: 100%;display: block;}
@media screen and (max-width:1680px) {
.cpxq_section1{min-height: 500px;}
.cpxq_section1 .posi_img{width: 500px;}
}
@media screen and (max-width:1024px) {
.cpxq_section1{padding-top: 30px;padding-bottom: 30px;min-height: 1px;}
.cpxq_section1 .logo{width: 80px;}
.cpxq_section1 .wz1{font-size: 24px;line-height: 30px;}
.cpxq_section1 .wz2 div{font-size: 14px;}
.cpxq_section1 .wz3{font-size: 14px;line-height: 20px;margin-bottom: 20px;}
.cpxq_section1::after{width: 100%!important;border-radius: 0!important;}
.cpxq_section1 .posi_back_left{display: block;width: 1169px;position: absolute;right: 39.63541666666667%;bottom: 0;z-index: 3;}
.cpxq_section1 .posi_back_right{display: block;width: 1169px;position: absolute;left: 67.166667%;bottom: -40px;z-index: 3;}
.cpxq_section1 .posi_img{width: 300px;position: static;transform: translate(0,0);margin: 0 auto;}
.cpxq_section1 .posi_back_left{width: 100%;left: 0;top: 0;display: none;}
.cpxq_section1 .posi_back_right{width: 100%;left: 0;bottom: 0;}
}

/*20250421start*/
.cpxq_section2{width: 100%;padding-top: 120px;padding-bottom: 120px;}
.cpxq_section2 .content{margin-top: 14px;background: #FFFFFF;border-radius: 24px;}
.cpxq_section2 .cont1{width: 100%;padding: 50px;border-bottom: 1px solid #ebeae6;}
.cpxq_section2 .cont1 .btbox{display: flex;justify-content: center;align-items: center;margin-bottom: 18px;}
.cpxq_section2 .cont1 .btbox img{width: 90px;display: block;}
.cpxq_section2 .cont1 .btbox div{font-size: 24px;color: #3F3F3F;line-height: 36px;margin: 0 16px;font-weight: bold;}
.cpxq_section2 .cont1 .boxs{width: 100%;font-size: 16px;color: #3F3F3F;line-height: 24px;text-align: center;}
.cpxq_section2 .cont1 .boxsa img{max-width: 100%;display: block;}
.cpxq_section2 .cont2{width: 100%;padding: 56px 52px 46px 52px;display: flex;justify-content: space-between;align-items: center;}
.cpxq_section2 .cont2 .btn{width: calc(50% - 100px);}
.cpxq_section2 .cont2 .btn a{display: flex;justify-content: flex-start;align-items: center;}
.cpxq_section2 .cont2 .btn a img{width: 12px;display: block;}
.cpxq_section2 .cont2 .btn a .wz{font-size: 14px;color: #C11920;line-height: 20px;width: calc(100% - 12px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.cpxq_section2 .cont2 .btn a:hover{opacity: 0.8;}
.cpxq_section2 .cont2 .prev a .wz{padding-left: 7px;}
.cpxq_section2 .cont2 .next a .wz{padding-right: 7px;text-align: right;}
.cpxq_section2 .cont2 .back{width: 120px;}
.cpxq_section2 .cont2 .back a{display: block;font-size: 16px;color: #fff;line-height: 40px;border-radius: 20px;background: #985D00;text-align: center;}
.cpxq_section2 .cont2 .back a:hover{opacity: 0.8;}
@media screen and (max-width:1024px) {
.cpxq_section2{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section2 .content{margin-top: 0;border-radius: 12px;}
.cpxq_section2 .cont1{padding: 20px;}
.cpxq_section2 .cont1 .btbox{margin-bottom: 12px;}
.cpxq_section2 .cont1 .btbox img{width: 50px;}
.cpxq_section2 .cont1 .btbox div{font-size: 18px;line-height: 24px;margin: 0 10px;}
.cpxq_section2 .cont1 .boxs{font-size: 14px;line-height: 20px;text-align: left;}
.cpxq_section2 .cont2{padding: 20px;display: block;position: relative;}
.cpxq_section2 .cont2 .btn{width: calc(100% - 120px);margin-bottom: 10px;}
.cpxq_section2 .cont2 .btn:last-child{margin-bottom: 0;}
.cpxq_section2 .cont2 .btn a img{width: 10px;}
.cpxq_section2 .cont2 .btn a .wz{font-size: 13px;width: calc(100% - 10px);}
.cpxq_section2 .cont2 .prev a .wz{padding-left: 5px;}
.cpxq_section2 .cont2 .next a .wz{padding-right: 0;padding-left: 5px; text-align: left;}
.cpxq_section2 .cont2 .back{width: 100px;position: absolute;right: 20px;top: 50%;transform: translate(0,-50%);}
.cpxq_section2 .cont2 .back a{font-size: 14px;line-height: 32px;border-radius: 16px;}

}
/*20250421end*/

.cpxq_section3{width: 100%;padding-top: 80px;padding-bottom: 80px;background: #F4F4F3;}
.cpxq_section3 .btbox{display: flex;justify-content: center;align-items: center;margin-bottom: 48px;}
.cpxq_section3 .btbox img{width: 90px;display: block;}
.cpxq_section3 .btbox div{font-size: 24px;color: #3F3F3F;line-height: 36px;margin: 0 16px;font-weight: bold;}
.cpxq_section3 .content{padding: 0 135px;}
.cpxq_section3 .content .ul{margin: -12px;width: calc(100% + 24px);}
.cpxq_section3 .content .ul .li{width: 50%;padding: 12px;}
.cpxq_section3 .content .ul a{display: flex;justify-content: flex-start;align-items: center;border-radius: 24px;background: rgb(255, 255, 255);padding: 40px;border: 1px solid rgba(255,255,255,0);}
.cpxq_section3 .content .ul a:hover{border-color: rgba(201, 160, 99, 0.66); box-shadow: 0px 0px 12px rgba(138, 138, 138, 0.1);}
.cpxq_section3 .content .ul a ._l{width: 54.47470817120623%;}
.cpxq_section3 .content .ul a .pic{ width: 100%; padding-bottom: 100%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.cpxq_section3 .content .ul 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;}
.cpxq_section3 .content .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);}
.cpxq_section3 .content .ul a ._r{width: 45.52529182879377%;padding-left: 40px;}
.cpxq_section3 .content .ul a .bt{font-size: 24px;color: #3F3F3F;line-height: 36px;margin-bottom: 8px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cpxq_section3 .content .ul a .jj{font-size: 14px;color: #3F3F3F;line-height: 21px;margin-bottom: 46px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cpxq_section3 .content .ul a .more{display: flex;justify-content: center;align-items: center;}
.cpxq_section3 .content .ul a .more div{font-size: 12px;color: #C11920;line-height: 18px;margin-right: 7px;}
.cpxq_section3 .content .ul a .more img{width: 11px;display: block;}
.cpxq_section3 .content .ul a:hover .bt{color: #985d01;}
.cpxq_section3 .content .ul .slick-prev{width: 40px;height: 40px;background: url(img/img113.svg) no-repeat center center; background-size: cover;left: -122px;top: 50%;}
.cpxq_section3 .content .ul .slick-next{width: 40px;height: 40px;background: url(img/img114.svg) no-repeat center center; background-size: cover;right: -122px;top: 50%;}
.cpxq_section3 .content .ul .slick-prev:hover,
.cpxq_section3 .content .ul .slick-next:hover{opacity: 0.8;}
@media screen and (max-width:1680px) {
.cpxq_section3 .content .ul a ._l{width: 46%;}
.cpxq_section3 .content .ul a ._r{width: 54%;padding-left: 30px;}
.cpxq_section3 .content{padding: 0 90px;}
.cpxq_section3 .content .ul .slick-prev{width: 40px;height: 40px;background: url(img/img113.svg) no-repeat center center; background-size: cover;left: -76px;top: 50%;}
.cpxq_section3 .content .ul .slick-next{width: 40px;height: 40px;background: url(img/img114.svg) no-repeat center center; background-size: cover;right: -76px;top: 50%;}
}
@media screen and (max-width:1024px) {
.cpxq_section3{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section3 .btbox{margin-bottom: 12px;}
.cpxq_section3 .btbox img{width: 50px;}
.cpxq_section3 .btbox div{font-size: 18px;line-height: 24px;margin: 0 10px;}
.cpxq_section3 .content{padding: 0;}
.cpxq_section3 .content .ul{margin: -6px;width: calc(100% + 12px);}
.cpxq_section3 .content .ul .li{width: 50%;padding: 6px;}
.cpxq_section3 .content .ul a{display: block;border-radius: 12px;padding: 0 14px 14px 14px;}
.cpxq_section3 .content .ul a ._l{width: 100%;}
.cpxq_section3 .content .ul a ._r{width: 100%;padding-left: 0;margin-top: 6px;}
.cpxq_section3 .content .ul a .bt{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.cpxq_section3 .content .ul a .jj{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.cpxq_section3 .content .ul .slick-dots{margin-top: 10px;}
}

.xw_section{width: 100%;padding-top: 86px;padding-bottom: 70px;}
.xw_section ul{margin: -24px -12px;width: calc(100% + 24px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.xw_section ul li{width: 33.333%;padding: 24px 12px;}
.xw_section ul li a{display: block;width: 100%;position: relative;overflow: hidden;}
.xw_section ul li a .pic{ width: 100%; padding-bottom: 67.5%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xw_section ul li 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;}
.xw_section ul li 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);}
.xw_section ul li a .wzbox{width: 100%;border-bottom: 1px solid rgb(201, 160, 99);padding: 20px 0;position: relative;z-index: 10;}
.xw_section ul li a .wzbox .bt{font-size: 18px;color: #131313;line-height: 28px;margin-bottom: 11px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xw_section ul li a .wzbox .date{font-size: 13px;color: #985D00;line-height: 20px;}
.xw_section ul li .posi_back{display: block;position: absolute;right: 0;bottom: 0;width: 70%;opacity: 0;
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;}
.xw_section ul li a:hover{background: #C9A063;padding: 22px 16px 0 16px;}
.xw_section ul li a:hover .wzbox .bt,
.xw_section ul li a:hover .wzbox .date{color: #fff;}
.xw_section ul li a:hover .posi_back{opacity: 1;}
.xw_section .page_section{margin-top: 84px;}
@media screen and (max-width:1024px) {
.xw_section{padding-top: 30px;padding-bottom: 30px;}
.xw_section ul{margin: -6px;width: calc(100% + 12px);}
.xw_section ul li{width: 50%;padding: 6px;}
.xw_section ul li a{display: block;width: 100%;position: relative;overflow: hidden;}
.xw_section ul li a .wzbox{padding: 14px 0;}
.xw_section ul li a .wzbox .bt{font-size: 15px;line-height: 20px;margin-bottom: 8px;min-height: 4px;-webkit-line-clamp:2;}
.xw_section ul li a .wzbox .date{font-size: 12px;}
.xw_section ul li a:hover{padding: 16px 12px 0 12px;}
.xw_section .page_section{margin-top: 20px;}
}

.xwxq_section{width: 100%;padding-top: 16px;padding-bottom: 54px;position: relative;}
.xwxq_section .posi_back{width: 63.22916666666667%;display: block;position: absolute;left: 0;top: -40px;opacity: 0.2;}
.xwxq_section .w_width{position: relative;z-index: 10;}
.xwxq_section .cont1{display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;}
.xwxq_section .cont1 .back a{display: flex;justify-content: flex-start;align-items: center;}
.xwxq_section .cont1 .back a img{width: 14px;display: block;margin-right: 9px;}
.xwxq_section .cont1 .back a .wz{font-size: 14px;color: #3F3F3F;line-height: 20px;}
.xwxq_section .cont1 .back a:hover .wz{color: #985d01;}
.xwxq_section .cont2{margin-bottom: 40px;}
.xwxq_section .cont2 .title{font-size: 36px;color: #3F3F3F;line-height: 52px;margin-bottom: 4px;font-weight: bold;}
.xwxq_section .cont2 .date{display: flex;justify-content: flex-start;align-items: center;}
.xwxq_section .cont2 .date img{width: 13px;display: block;margin-right: 5px;}
.xwxq_section .cont2 .date .wz{font-size: 14px;color: #3F3F3F;line-height: 24px;}
.xwxq_section .cont3{width: 100%;display: flex;justify-content: space-between;align-items: stretch;}
.xwxq_section .cont3 .left{width: calc(100% - 500px);border-radius: 12px;background: rgb(255, 255, 255);padding: 40px;}
.xwxq_section .cont3 .left .content{font-size: 16px;color: #2C2B28;line-height: 32px;margin-bottom: 40px;}
.xwxq_section .cont3 .left .content img{display: block;}
.xwxq_section .cont3 .left .dianz{display: flex;justify-content: center;align-items: center;margin-bottom: 40px;}
.xwxq_section .cont3 .left .dianz>div{display: flex;justify-content: center;align-items: center;cursor: pointer;}
.xwxq_section .cont3 .left .dianz img{width: 18px;display: block;}
.xwxq_section .cont3 .left .dianz .ico2{display: none;}
.xwxq_section .cont3 .left .dianz .wz{font-size: 14px;color: #000000;line-height: 20px;margin-left: 12px;}
.xwxq_section .cont3 .left .dianz>div.on .ico1{display: none;}
.xwxq_section .cont3 .left .dianz>div.on .ico2{display: block;}
.xwxq_section .cont3 .left .dianz>div.on .wz{color: #985d01;}
.xwxq_section .cont3 .left .page{width: 100%;border-top: 1px solid #E1E6EF;}
.xwxq_section .cont3 .left .page a{display: flex;justify-content: flex-start;align-items: center;border-bottom: 1px solid #E1E6EF;padding: 24px;}
.xwxq_section .cont3 .left .page a img{width: 11px;display: block;}
.xwxq_section .cont3 .left .page a .ico2{display: none;}
.xwxq_section .cont3 .left .page a .wz{font-size: 14px;color: #3F3F3F;line-height: 26px;width: calc(100% - 11px);padding-left: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xwxq_section .cont3 .left .page a:hover{background: #C11920;}
.xwxq_section .cont3 .left .page a:hover .ico1{display: none;}
.xwxq_section .cont3 .left .page a:hover .ico2{display: block;}
.xwxq_section .cont3 .left .page a:hover .wz{color: #fff;}
.xwxq_section .cont3 .right{width: 476px;border-radius: 12px;background: rgb(255, 255, 255);padding: 40px 30px;}
.xwxq_section .cont3 .right .tit{font-size: 24px;color: #985D00;line-height: 28px;margin-bottom: 8px;}
.xwxq_section .cont3 .right .line{width: 32px;height: 4px;background: #C11920;border-radius: 2px;margin-bottom: 30px;}
.xwxq_section .cont3 .right .boxs1{position: relative;}
.xwxq_section .cont3 .right .boxs1 a{display: block;width: 100%;}
.xwxq_section .cont3 .right .boxs1 a .pic{ width: 100%;border-radius: 12px; padding-bottom: 67.298%; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xwxq_section .cont3 .right .boxs1 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;}
.xwxq_section .cont3 .right .boxs1 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);}
.xwxq_section .cont3 .right .boxs1 a .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;padding: 15px 24px;}
.xwxq_section .cont3 .right .boxs1 a .wz{font-size: 16px;color: #FFFFFF;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xwxq_section .cont3 .right .boxs2 ul{width: 100%;}
.xwxq_section .cont3 .right .boxs2 li{padding-top: 24px;padding-bottom: 24px;border-bottom: 0.5px solid rgb(201, 160, 99);}
.xwxq_section .cont3 .right .boxs2 li .bt{font-size: 20px;color: #131313;line-height: 30px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.xwxq_section .cont3 .right .boxs2 li .date{font-size: 14px;color: #985D00;line-height: 21px;}
.xwxq_section .cont3 .right .boxs2 li:hover .bt{color: #985D00;}
@media screen and (max-width:1400px) {
.xwxq_section .cont3 .left{width: calc(100% - 340px);}
.xwxq_section .cont3 .right{width: 320px;}
}
@media screen and (max-width:1024px) {
.xwxq_section{width: 100%;padding-top: 20px;padding-bottom: 30px;}
.xwxq_section .cont1{justify-content: flex-end;margin-bottom: 20px;}
.xwxq_section .cont1 .back a img{width: 12px;margin-right: 8px;}
.xwxq_section .cont1 .back a .wz{font-size: 13px;}
.xwxq_section .cont2{margin-bottom: 20px;}
.xwxq_section .cont2 .title{font-size: 18px;line-height: 20px;margin-bottom: 10px;}
.xwxq_section .cont2 .date img{width: 11px;}
.xwxq_section .cont2 .date .wz{font-size: 13px;line-height: 20px;}
.xwxq_section .cont3{display: block;}
.xwxq_section .cont3 .left{width: 100%;padding: 20px;}
.xwxq_section .cont3 .left .content{font-size: 14px;line-height: 22px;margin-bottom: 14px;}
.xwxq_section .cont3 .left .content video,
.xwxq_section .cont3 .left .content img{max-width: 100%;}
.xwxq_section .cont3 .left .dianz{margin-bottom: 14px;}
.xwxq_section .cont3 .left .dianz img{width: 16px;}
.xwxq_section .cont3 .left .dianz .wz{font-size: 13px;line-height: 18px;margin-left: 8px;}
.xwxq_section .cont3 .left .page a{padding: 12px;}
.xwxq_section .cont3 .left .page a img{width: 10px;}
.xwxq_section .cont3 .left .page a .wz{font-size: 13px;line-height: 20px;width: calc(100% - 10px);padding-left: 10px;}
.xwxq_section .cont3 .right{display: none;}
}

.gysy_section{width: 100%;padding-bottom: 52px;}
.gysy_section ul{margin-bottom: 40px;}
.gysy_section ul li{width: 100%;}
.gysy_section ul a{display: flex;justify-content: flex-start;align-items: center;}
.gysy_section ul li:nth-child(even) a{flex-direction:row-reverse;}
.gysy_section ul li .left{width: 50%;}
.gysy_section ul li .left .pic{ width: calc(100% + 2px); padding-bottom: 63.5416%; position: relative; overflow: hidden;margin-left: -1px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.gysy_section ul 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;}
.gysy_section ul 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);}
.gysy_section ul li .right{width: 50%;position: relative;}
.gysy_section ul li .right .pic{ padding-bottom: 63.5416%; position: relative; overflow: hidden;}
.gysy_section ul li .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%);}
.gysy_section ul li .right .posi_box{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 0 210px 0 158px;}
.gysy_section ul li .right .bt{font-size: 24px;color: #3F3F3F;line-height: 42px;margin-bottom: 24px;font-weight: bold;}
.gysy_section ul li .right .date{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 24px;}
.gysy_section ul li .right .date div{display: flex;justify-content: flex-start;align-items: center;padding: 0 14px;background: #985D00;border-radius: 17px;}
.gysy_section ul li .right .date div img{width: 20px;display: block;}
.gysy_section ul li .right .date div .wz{font-size: 16px;color: #F9F7DD;line-height: 34px;}
.gysy_section ul li .right .jj{font-size: 16px;color: #3F3F3F;line-height: 33px;}
.gysy_section ul li:hover .right .bt{color: #985d01;}
@media screen and (max-width:1680px) {
.gysy_section ul li .right .posi_box{padding: 0 140px 0 80px;}
.gysy_section ul li .right .bt{font-size: 18px;line-height: 26px;margin-bottom: 14px;}
.gysy_section ul li .right .date{margin-bottom: 20px;}
.gysy_section ul li .right .jj{font-size: 14px;line-height: 26px;}
}
@media screen and (max-width:1024px) {
.gysy_section{padding: 30px 15px;}
.gysy_section ul{margin-bottom: 20px;}
.gysy_section ul a{display: block;}
.gysy_section ul li{margin-bottom: 14px;}
.gysy_section ul li:last-child{margin-bottom: 0;}
.gysy_section ul li .left{width: 100%;}
.gysy_section ul li .left .pic{ width: 100%;margin: 0;}
.gysy_section ul li .right{width: 100%;}
.gysy_section ul li .right .pic{display: none;}
.gysy_section ul li .right .posi_box{position: static;transform: translate(0,0);padding: 14px;background: url(img/img136.jpeg)no-repeat center center;background-size: 100% 100%;}
.gysy_section ul li .right .bt{font-size: 16px;line-height: 24px;margin-bottom: 12px;}
.gysy_section ul li .right .date{margin-bottom: 12px;}
.gysy_section ul li .right .date div{border-radius: 16px;}
.gysy_section ul li .right .date div img{width: 18px;}
.gysy_section ul li .right .date div .wz{font-size: 14px;line-height: 32px;}
.gysy_section ul li .right .jj{font-size: 14px;line-height: 22px;}
}

.lxwm_section{width: 100%;padding-top: 150px;padding-bottom: 110px;}
.lxwm_section .content{margin-top: 90px;border-radius: 12px;overflow: hidden;display: flex;justify-content: flex-start;align-items: stretch;}
.lxwm_section .content .left{width: 41.01351351351351%;padding: 32px 32px 60px 32px;background: #fff;}
.lxwm_section .content .left ul{width: 100%;}
.lxwm_section .content .left ul li{margin-bottom: 24px;}
.lxwm_section .content .left ul li:last-child{margin-bottom: 0;}
.lxwm_section .content .left ul .bt{font-size: 16px;color: #333333;line-height: 20px;margin-bottom: 10px;}
.lxwm_section .content .left ul .bt span{color: #FF0000;}
.lxwm_section .content .left ul .input{width: 100%;}
.lxwm_section .content .left ul .input input{width: 100%;height: 40px;border: 1px solid rgb(204, 204, 204);border-radius: 3px;padding: 0 20px;}
.lxwm_section .content .left ul .textbox textarea{width: 100%;height: 114px;display: block;border: 1px solid rgb(204, 204, 204);border-radius: 3px;padding: 10px 20px;}
.lxwm_section .content .left ul .yzm{width: 340px;position: relative;border: 1px solid rgb(204, 204, 204);border-radius: 3px;overflow: hidden;}
.lxwm_section .content .left ul .yzm input{width: 100%;height: 43px;padding: 0 120px 0 20px;}
.lxwm_section .content .left ul .yzm img{width: 99px;height: 41px;display: block;position: absolute;right: 1px;top: 50%;transform: translate(0,-50%);}
.lxwm_section .content .left ul .button{width:180px;display: flex;justify-content: center;align-items: center;border-radius: 8px;background: rgb(193, 25, 32);cursor: pointer;}
.lxwm_section .content .left ul .button div{font-size: 18px;color: #FFFFFF;line-height: 52px;margin-right: 18px;}
.lxwm_section .content .left ul .button img{width: 20px;display: block;}
.lxwm_section .content .left ul .button:hover{opacity: 0.8;}
.lxwm_section .content .right{width: 58.98648648648649%;padding: 56px 70px 56px 97px;}
.lxwm_section .content .right .bt{font-size: 32px;color: #F9F7DD;line-height: 36px;margin-bottom: 56px;}
.lxwm_section .content .right .cont1{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 80px;}
.lxwm_section .content .right .cont1 ._l{width: calc(100% - 150px);}
.lxwm_section .content .right .cont1 ._l div{font-size: 20px;color: #F9F7DD;line-height: 24px;margin-bottom: 20px;padding-left: 30px;position: relative;}
.lxwm_section .content .right .cont1 ._l div:last-child{margin-bottom: 0;}
.lxwm_section .content .right .cont1 ._l div::after{content: "";display: block;width: 4px;height: 6px;background: #F9F7DD;border-radius: 4px;position: absolute;left: 12px;top: 9px;}
.lxwm_section .content .right .cont1 ._r{width: 116px;}
.lxwm_section .content .right .cont1 ._r a{display: flex;justify-content: center;align-items: center;align-items: center;border-radius: 18px;background: #fbf4da;}
.lxwm_section .content .right .cont1 ._r img{width: 11px;display: block;margin-right: 5px;}
.lxwm_section .content .right .cont1 ._r .wz{font-size: 16px;color: #3F3F3F;line-height: 36px;}
.lxwm_section .content .right .cont1 ._r a:hover{opacity: 0.8;}
.lxwm_section .content .right .cont2{width: 100%;}
.lxwm_section .content .right .cont2 ul{margin: 0 -8px;width: calc(100% + 16px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.lxwm_section .content .right .cont2 li{width: 16.66666666666667%;padding: 0 8px;}
.lxwm_section .content .right .cont2 .ewm{ padding-bottom: 100%; position: relative; overflow: hidden;}
.lxwm_section .content .right .cont2 .ewm 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%);}
.lxwm_section .content .right .cont2 .wz{font-size: 14px;color: #FFFFFF;line-height: 18px;text-align: center;margin-top: 6px;}
@media screen and (max-width:1680px) {
.lxwm_section .content .right{padding: 56px 40px 56px 70px;}
.lxwm_section .content .right .cont2 .wz{font-size: 12px;}
}
@media screen and (max-width:1024px) {
.lxwm_section{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section .content{margin-top: 20px;display: block;}
.lxwm_section .content .left{width: 100%;padding: 20px;}
.lxwm_section .content .left ul li{margin-bottom: 14px;}
.lxwm_section .content .left ul .bt{font-size: 14px;margin-bottom: 8px;}
.lxwm_section .content .left ul .input input{height: 36px;padding: 0 12px;}
.lxwm_section .content .left ul .textbox textarea{height: 100px;padding: 8px 12px;}
.lxwm_section .content .left ul .yzm{width: 100%;}
.lxwm_section .content .left ul .yzm input{height: 40px;padding: 0 120px 0 12px;}
.lxwm_section .content .left ul .yzm img{width: 80px;height: 36px;}
.lxwm_section .content .left ul .button{width:120px;margin: 0 auto;}
.lxwm_section .content .left ul .button div{font-size: 14px;line-height: 40px;margin-right: 10px;}
.lxwm_section .content .left ul .button img{width: 18px;}
.lxwm_section .content .right{width: 100%;padding: 20px;background: #c01920!important;}
.lxwm_section .content .right .bt{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.lxwm_section .content .right .cont1{margin-bottom: 14px;display: block;}
.lxwm_section .content .right .cont1 ._l{width: 100%;margin-bottom: 14px;}
.lxwm_section .content .right .cont1 ._l div{font-size: 14px;line-height: 20px;margin-bottom: 10px;padding-left: 20px;}
.lxwm_section .content .right .cont1 ._l div::after{left: 7px;top: 7px;}
.lxwm_section .content .right .cont1 ._r{width: 110px;}
.lxwm_section .content .right .cont1 ._r a{border-radius: 16px;}
.lxwm_section .content .right .cont1 ._r img{width: 10px;}
.lxwm_section .content .right .cont1 ._r .wz{font-size: 14px;line-height: 32px;}
.lxwm_section .content .right .cont2 ul{margin: -6px;width: calc(100% + 12px);}
.lxwm_section .content .right .cont2 li{width: 33.33333%;padding: 6px;}
}

.ny_tit{position: relative;width: 100%;padding-top: 8px;padding-bottom: 18px;}
.ny_tit .wz{font-size: 36px;color: #985D00;line-height: 40px;position: relative;z-index: 10;text-align: center;}
.ny_tit img{display: block;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;}
@media screen and (max-width:1024px) {
.ny_tit{padding-bottom: 14px;}
.ny_tit .wz{font-size: 20px;line-height: 30px;}
.ny_tit img{width: 200px;}
}

.gywm_section1{width: 100%;padding-top: 115px;position: relative;overflow: hidden;}
.gywm_section1 .posi_backimg{width: 100%;display: block;position: absolute;left: 0;bottom: -40px;z-index: 1;}
.gywm_section1 .w_width{position: relative;z-index: 2;}
.gywm_section1 .cont1{margin-top: 84px;margin-bottom: 52px;display: flex;justify-content: flex-start;align-items: stretch;flex-direction:row-reverse;}
.gywm_section1 .cont1 .left{width: 51.82432432432432%;padding-right: 67px;font-size: 16px;color: #3F3F3F;line-height: 30px;}
.gywm_section1 .cont1 .right{width: 48.17567567567568%;min-height: 360px;position: relative;}
.gywm_section1 .cont1 .right .pic{width: 113.1837307152875%;position: absolute;left: 0;top: -42px;}
.gywm_section1 .cont2{display: flex;justify-content: flex-start;align-items: flex-end;}
.gywm_section1 .cont2 .left{width: 36.01351351351351%;padding-left: 94px;}
.gywm_section1 .cont2 .left .pic img{width: 100%;display: block;}
.gywm_section1 .cont2 .right{width: 63.98648648648649%;padding-bottom: 28px;padding-left: 17px;}
.gywm_section1 .cont2 .right .name{font-size: 30px;color: #985D00;line-height: 34px;margin-bottom: 10px;}
.gywm_section1 .cont2 .right .jj1{font-size: 18px;color: #985D00;line-height: 24px;margin-bottom: 10px;}
.gywm_section1 .cont2 .right .jj2{font-size: 16px;color: #3F3F3F;line-height: 24px;}
@media screen and (max-width:1680px) {
.gywm_section1 .posi_backimg{bottom: 0;}
.gywm_section1 .cont1{margin-top: 80px;margin-bottom: 40px;}
.gywm_section1 .cont1 .left{width: 50%;padding-right: 40px;font-size: 14px;line-height: 24px;}
.gywm_section1 .cont1 .right{width: 50%;}
.gywm_section1 .cont2{display: flex;justify-content: flex-start;align-items: flex-end;}
.gywm_section1 .cont2 .left{width: 36.01351351351351%;padding-left: 94px;}
.gywm_section1 .cont2 .left .pic img{width: 100%;display: block;}
.gywm_section1 .cont2 .right{width: 63.98648648648649%;padding-bottom: 28px;padding-left: 17px;}
.gywm_section1 .cont2 .right .name{font-size: 24px;color: #985D00;line-height: 30px;margin-bottom: 8px;}
.gywm_section1 .cont2 .right .jj1{font-size: 16px;color: #985D00;line-height: 20px;margin-bottom: 8px;}
.gywm_section1 .cont2 .right .jj2{font-size: 14px;color: #3F3F3F;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.gywm_section1{padding-top: 30px;padding-bottom: 30px;}
.gywm_section1 .posi_backimg{bottom: -24px;}
.gywm_section1 .cont1{margin-top: 20px;margin-bottom: 0;display: block;}
.gywm_section1 .cont1 .left{width:100%;padding-right: 0;font-size: 14px;line-height: 22px;margin-bottom: 0;}
.gywm_section1 .cont1 .right{width:100%;min-height: 1px;flex-wrap: wrap;}
.gywm_section1 .cont1 .right .pic{width: 100%;position: static;}
.gywm_section1 .cont2{flex-wrap: wrap;}
.gywm_section1 .cont2 .left{width: 160px;padding-left: 0;}
.gywm_section1 .cont2 .right{width: calc(100% - 160px);padding-bottom: 0;padding-left: 0;align-items: center;}
.gywm_section1 .cont2 .right .name{font-size: 18px;line-height: 24px;margin-bottom: 8px;}
.gywm_section1 .cont2 .right .jj1{font-size: 14px;line-height: 20px;margin-bottom: 0;}
.gywm_section1 .cont2 .right .jj2{display: none;}
.gywm_section1 .cont2 .jj2{font-size: 14px;line-height: 22px;margin-top: 12px;padding-left: 12px;}
}

.gywm_section2{width: 100%;padding-top: 130px;padding-bottom: 160px;}
.gywm_section2 .cont1{margin-bottom: 100px;margin-top: 56px;min-height: 314px;}
.gywm_section2 .cont1 .qh_t{width: calc(100% + 20px);}
.gywm_section2 .cont1 .qh_t .slick-track{padding: 26px 0;}
.gywm_section2 .cont1 .qh_t .li{opacity: 0.53;
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_section2 .cont1 a{display: flex;justify-content: flex-start;align-items: center;padding: 40px;background: rgb(201, 160, 99);border-radius: 14px;flex-direction:row-reverse;}
.gywm_section2 .cont1 a .left{width: 51.42857142857143%;padding-right: 24px;}
.gywm_section2 .cont1 a .left img{height: 21px;display: block;margin-bottom: 10px;}
.gywm_section2 .cont1 a .left .year{font-size: 48px;color: #F9F7DD;line-height: 52px;font-weight: bold;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 14px;}
.gywm_section2 .cont1 a .left .year span{font-weight: 400;font-size: 24px;color: #F9F7DD;line-height: 52px;display: block;margin-left: 4px;margin-top: 4px;}
.gywm_section2 .cont1 a .left .jj{font-size: 16px;color: #F9F7DD;line-height: 24px;}
.gywm_section2 .cont1 .qh_t .li.slick-current{margin-top: 0;z-index: 10;transform: scale(1.14);opacity: 1;position: relative;}
.gywm_section2 .cont1 a .right{width: 48.57142857142857%;}
.gywm_section2 .cont1 a .right .pic{ width: 100%; padding-bottom: 62.94%; position: relative; overflow: hidden;border-radius: 12px;
-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 .cont1 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;}
.gywm_section2 .cont1 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);}
.gywm_section2 .cont2{padding: 0 120px;position: relative;}
.gywm_section2 .cont2::after{content: "";display: block;width: 4000px;height: 1px;background: #C9A063;position: absolute;left: 50%;transform: translate(-50%,0);top: 62px;}
.gywm_section2 .cont2 .qh_b{margin: -50px 0;position: relative;z-index: 20;}
.gywm_section2 .cont2 .li{padding: 50px 12px;}
.gywm_section2 .cont2 .icobox{width: 26px;height: 26px;position: relative;margin: 0 auto 16px auto;}
.gywm_section2 .cont2 .icobox img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 1000px;}
.gywm_section2 .cont2 .icobox .ico2{display: none;}
.gywm_section2 .cont2 .wz{font-size: 24px;color: #985D00;line-height: 32px;text-align: center;text-align: center;}
.gywm_section2 .cont2 .li.slick-current .icobox .ico1{display: none;}
.gywm_section2 .cont2 .li.slick-current .icobox .ico2{display: block;}
.gywm_section2 .cont2 .li.slick-current .wz{color: #C11920;}
.gywm_section2 .cont2 .slick-prev{width: 40px;height: 40px;background: url(img/img157.svg) no-repeat center center; background-size: cover;left: -120px;top: 42px;transform: translate(0,0);}
.gywm_section2 .cont2 .slick-next{width: 40px;height: 40px;background: url(img/img158.svg) no-repeat center center; background-size: cover;right: -120px;top: 42px;transform: translate(0,0);}
@media screen and (max-width:1024px) {
.gywm_section2{padding-top: 30px;padding-bottom: 30px;}
.gywm_section2 .cont1{margin-bottom: 20px;margin-top: 20px;min-height: 1px;}
.gywm_section2 .cont1 .qh_t{margin: 0;width: 100%;}
.gywm_section2 .cont1 .qh_t .li{padding: 0;margin-top: 0;}
.gywm_section2 .cont1 .qh_t .slick-track{padding: 0 0;}
.gywm_section2 .cont1 .qh_t .li.slick-current{margin-top: 0;z-index: 10;transform: scale(1);}
.gywm_section2 .cont1 a{display: block;padding: 20px;}
.gywm_section2 .cont1 a .left{width: 100%;padding-right: 0;margin-top: 14px;}
.gywm_section2 .cont1 a .left img{height: 18px;}
.gywm_section2 .cont1 a .left .year{font-size: 24px;line-height: 24px;margin-bottom: 12px;}
.gywm_section2 .cont1 a .left .year span{font-size: 16px;line-height: 24px;margin-top: 4px;}
.gywm_section2 .cont1 a .left .jj{font-size: 16px;color: #F9F7DD;line-height: 24px;}
.gywm_section2 .cont1 .qh_t .li.slick-current a{padding: 20px;}
.gywm_section2 .cont1 a .right{width: 100%;}
.gywm_section2 .cont2{padding: 0 40px;}
.gywm_section2 .cont2::after{top: 60px;}
.gywm_section2 .cont2 .icobox{width: 22px;height: 22px;margin: 0 auto 6px auto;}
.gywm_section2 .cont2 .icobox img{max-width: 80px;}
.gywm_section2 .cont2 .icobox .ico1{width: 10px;}
.gywm_section2 .cont2 .wz{font-size: 16px;line-height: 20px;}
.gywm_section2 .cont2 .slick-prev{width: 32px;height: 32px;left: -42px;top: 45px;}
.gywm_section2 .cont2 .slick-next{width: 32px;height: 32px;;right: -42px;top: 45px;}
}

.gywm_section3{width: 100%;padding-top: 120px;padding-bottom: 120px;}
.gywm_section3 .content{margin-top: 48px;display: flex;justify-content: flex-start;align-items: flex-start;}
.gywm_section3 .content .left{width: 32.16216216216216%;height: 590px;position: relative;}
.gywm_section3 .content .left img{display: block;position: absolute;left: -100px;top: 0;max-width: 933px;}
.gywm_section3 .content .right{width: 67.83783783783784%;padding-left: 16px;display: flex;justify-content: flex-start;align-items: flex-start;position: relative;z-index: 10;}
.gywm_section3 .content .name{font-size: 30px;color: #985D00;line-height: 36px;writing-mode: vertical-rl;font-weight: bold;width: 36px;}
.gywm_section3 .content .jj{font-size: 16px;color: #3F3F3F;line-height: 25px;writing-mode: vertical-rl;width: 50px;margin-left: 22px;letter-spacing: 3px;}
.gywm_section3 .content .line{width: 1px;height: 570px;background: #C9A063;position: relative;margin: 0 40px 0 45px;}
.gywm_section3 .content .line::before{content: "";display: block;width: 5px;height: 5px;background: #C9A063;border-radius: 100%;position: absolute;left: -2px;top: 0;}
.gywm_section3 .content .line::after{content: "";display: block;width: 5px;height: 5px;background: #C9A063;border-radius: 100%;position: absolute;left: -2px;bottom: 0;}
.gywm_section3 .content .info{font-size: 16px;color: #3F3F3F;line-height: 30px;width: calc(100% - 190px); overflow: hidden;overflow-y: auto;max-height: 570px;padding-right: 50px;}
.gywm_section3 .content .info::-webkit-scrollbar{ width: 10px;}
.gywm_section3 .content .info::-webkit-scrollbar-track{background-color: rgba(201, 160, 99, 0.3);;border-radius: 10px;}
.gywm_section3 .content .info::-webkit-scrollbar-thumb{width: 10px;background-color: rgba(201, 160, 99, 1);;border-radius: 10px;}
@media screen and (max-width:1400px) {
.gywm_section3 .content .left{height: 400px;}
.gywm_section3 .content .left img{left: -50px;;max-width: 600px;}
.gywm_section3 .content .line{width: 1px;height: 400px;}
.gywm_section3 .content .info{font-size: 14px;line-height: 26px;max-height: 390px;}
}
@media screen and (max-width:1024px) {
.gywm_section3{padding-top: 30px;padding-bottom: 30px;}
.gywm_section3 .content{margin-top: 20px;display: block;}
.gywm_section3 .content .left{width: 100%;height: auto;margin-bottom: 20px;}
.gywm_section3 .content .left img{position: static;max-width:70%;margin: auto;}
.gywm_section3 .content .right{width:100%;padding-left: 0;display: block;}
.gywm_section3 .content .name{font-size: 18px;line-height: 24px;writing-mode: horizontal-tb;width: 100%;margin-bottom: 12px;}
.gywm_section3 .content .jj{font-size: 14px;line-height: 22px;writing-mode: horizontal-tb;width: 100%;margin-left: 0;letter-spacing: 0;}
.gywm_section3 .content .line{width: 100%;height: 1px;margin: 14px 0;}
.gywm_section3 .content .line::before{left: 0;top: -2px;}
.gywm_section3 .content .line::after{left: auto;right: 0; bottom: -2px;}
.gywm_section3 .content .info{font-size: 14px;line-height: 22px;width: 100%; max-height: 308px;padding-right: 8px;}
.gywm_section3 .content .info::-webkit-scrollbar{ width: 4px;}
.gywm_section3 .content .info::-webkit-scrollbar-track{background-color: rgba(201, 160, 99, 0.3);;border-radius: 4px;}
.gywm_section3 .content .info::-webkit-scrollbar-thumb{width: 4px;background-color: rgba(201, 160, 99, 1);;border-radius: 4px;}
}

.gywm_section4{width: 100%;padding-top: 120px;padding-bottom: 200px;}
.gywm_section4 .content{margin-top: 50px;}
.gywm_section4 .content .ulbox{overflow: hidden;}
.gywm_section4 .content .ulbox.on{height: auto!important;}
.gywm_section4 .content .ul{margin: -12px;width: calc(100% + 24px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.gywm_section4 .content .ul .li{padding: 12px;width: 25%;}
.gywm_section4 .content .ul a{display: block;width: 100%;position: relative;}
.gywm_section4 .content .ul a:hover{background: #C9A063;}
.gywm_section4 .content .ul a .back{width: 100%;display: block;}
.gywm_section4 .content .ul a .posi_box{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);padding: 14px 32px;}
.gywm_section4 .content .ul a .posi_box .wzbox{margin-bottom: 42px;}
.gywm_section4 .content .ul a .posi_box .wz{font-size: 20px;color: #3F3F3F;line-height: 30px;text-align: center;min-height: 60px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.gywm_section4 .content .ul a .posi_box .pic{ padding-bottom: 71.034%; position: relative; overflow: hidden;}
.gywm_section4 .content .ul a .posi_box .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%);}
.gywm_section4 .content .ul .slick-prev{width: 36px;height: 36px;background: url(img/img77.svg) no-repeat center center; background-size: cover;left: -52px;top: 50%;}
.gywm_section4 .content .ul .slick-next{width: 36px;height: 36px;background: url(img/img78.svg) no-repeat center center; background-size: cover;right: -52px;top: 50%;}
.gywm_section4 .content .ul .slick-prev:hover,
.gywm_section4 .content .ul .slick-next:hover{opacity: 0.8;}
.gywm_section4 .content .zk_btn{width: 138px;margin: 48px auto  auto;display: flex;justify-content: center;align-items: center;background: #C11920;border-radius: 25px;cursor: pointer;}
.gywm_section4 .content .zk_btn .wz{font-size: 16px;color: #F9F7DD;line-height: 50px;}
.gywm_section4 .content .zk_btn img{width: 10px;display: block;margin-left: 7px;
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_section4 .content .zk_btn.on img{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
@media screen and (max-width:1680px) {
.gywm_section4{padding-bottom: 120px;}
.gywm_section4 .content .ul a .posi_box{padding: 14px 20px;}
.gywm_section4 .content .ul a .posi_box .wzbox{margin-bottom: 24px;}
.gywm_section4 .content .ul a .posi_box .wz{font-size: 16px;line-height: 20px;min-height: 40px;}
}
@media screen and (max-width:1400px) {
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1024px) {
.gywm_section4{padding-top: 30px;padding-bottom: 30px;}
.gywm_section4 .content{margin-top: 20px;}
.gywm_section4 .content .ul{margin: -6px;width: calc(100% + 12px);}
.gywm_section4 .content .ul .li{padding: 6px;width: 50%;}
.gywm_section4 .content .ul a .posi_box{padding: 14px 20px;}
.gywm_section4 .content .ul a .posi_box .wzbox{margin-bottom: 12px;}
.gywm_section4 .content .ul a .posi_box .wz{font-size: 14px;line-height: 20px;}
.gywm_section4 .content .ul .slick-dots{margin-top: 14px;}
.gywm_section4 .content .zk_btn{width: 110px;margin: 20px auto  auto;border-radius: 18px;}
.gywm_section4 .content .zk_btn .wz{font-size: 14px;line-height: 36px;}
.gywm_section4 .content .zk_btn img{width: 8px;margin-left: 5px;}
}

.gywm_section5{width: 100%;padding-top: 120px;padding-bottom: 100px;}
.gywm_section5 .content{margin-top: 50px;}
.gywm_section5 .boxs{margin-bottom: 50px;padding: 0 360px;}
.gywm_section5 .boxs .ul{margin: 0 -15px;width: calc(100% + 30px);}
.gywm_section5 .boxs .ul .slick-list{overflow: visible;}
.gywm_section5 .boxs .ul .li{padding: 0 15px;}
.gywm_section5 .boxs .ul .picbox{position: relative;margin-bottom: 26px;}
.gywm_section5 .boxs .ul .pic{ width: 100%; padding-bottom: 53.168%; position: relative; overflow: hidden;z-index: 1;
-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_section5 .boxs .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_section5 .boxs .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);}
.gywm_section5 .boxs .ul .picbox::after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 3;background: rgba(0, 0, 0, 0.4);}
.gywm_section5 .boxs .ul .picbox .ico{width: 56px;display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 5;}
.gywm_section5 .boxs .ul .li.slick-current .picbox::after{background: rgba(0, 0, 0, 0.2);}
.gywm_section5 .boxs .ul .wz{font-size: 18px;color: #3F3F3F;line-height: 26px;text-align: center;}
.gywm_section5 .btnbox{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.gywm_section5 .btnbox .btn{width: 40px;cursor: pointer;}
.gywm_section5 .btnbox .btn img{width: 100%;display: block;}
.gywm_section5 .btnbox .gywm_sec5_dots{width: calc(100% - 120px);}
.gywm_section5 .btnbox .gywm_sec5_dots .slick-dots{background: #D1D1D1;border-radius: 16px;overflow: hidden;}
.gywm_section5 .btnbox .gywm_sec5_dots .slick-dots li{border-radius:16px;flex: 1; width:auto; height:4px;margin:0;background: rgba(255,255,255,0);}
.gywm_section5 .btnbox .gywm_sec5_dots .slick-dots li.slick-active{ background: #C9A063;width: auto;}
@media  screen and (max-width:1680px){
.gywm_section5 .boxs{padding: 0 180px;}
}
@media  screen and (max-width:1024px){
.gywm_section5{padding-top: 30px;padding-bottom: 30px;}
.gywm_section5 .content{margin-top: 20px;}
.gywm_section5 .boxs{margin-bottom: 20px;padding: 0 40px;}
.gywm_section5 .boxs .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gywm_section5 .boxs .ul .li{padding: 0 6px;}
.gywm_section5 .boxs .ul .picbox{margin-bottom: 14px;}
.gywm_section5 .boxs .ul .picbox .ico{width: 36px;}
.gywm_section5 .boxs .ul .wz{font-size: 14px;line-height: 20px;}
.gywm_section5 .btnbox .btn{width: 32px;}
.gywm_section5 .btnbox .gywm_sec5_dots{width: calc(100% - 82px);}
.gywm_section5 .btnbox .gywm_sec5_dots .slick-dots{background: #D1D1D1;border-radius: 16px;overflow: hidden;}
.gywm_section5 .btnbox .gywm_sec5_dots .slick-dots li{border-radius:16px;flex: 1; width:auto; height:4px;margin:0;background: rgba(255,255,255,0);}
.gywm_section5 .btnbox .gywm_sec5_dots .slick-dots li.slick-active{ background: #C9A063;width: auto;}
}

.gywm_section6{width: 100%;padding-top: 120px;padding-bottom: 100px;}
.gywm_section6 .content{margin-top: 50px;}
.gywm_section6 .content .ul{margin: 0 -0.5px;width: calc(100% + 1px);display: flex;justify-content: flex-start;align-items: flex-start;}
.gywm_section6 .content .ul .li{padding: 0 0.5px;width: 10.331%;
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_section6 .content .ul .libox{width: 100%;height: 476px;position: relative;cursor: pointer;}
.gywm_section6 .content .ul .libox::after{content: "";display: block;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6);position: absolute;left: 0;bottom: 0;z-index: 3;}
.gywm_section6 .content .ul .libox .cont1{position: absolute;left: 50%;transform: translate(-50%,0);top: 66px;z-index: 5;}
.gywm_section6 .content .ul .libox .cont1 img{width: 34px;display: block;margin: 0 auto 14px auto;border-radius: 100%;}
.gywm_section6 .content .ul .libox .cont1 .wz{font-size: 18px;color: #F9F7DD;line-height: 26px;width: 24px;text-align: center;margin: 0 auto;}
.gywm_section6 .content .ul .libox .cont2{display: none;width: 100%;position: absolute;left: 0;bottom: 0;padding: 20px;font-size: 18px;color: #F9F7DD;line-height: 26px;text-align: center;z-index: 5;}
.gywm_section6 .content .ul .li.on{width: 48.345%;}
.gywm_section6 .content .ul .li.on .cont1{display: none;}
.gywm_section6 .content .ul .li.on .cont2{display: block;}
.gywm_section6 .content .ul .li.on .libox::after{height: 106px;background: linear-gradient(0.00deg, rgb(0, 0, 0),rgba(0, 0, 0, 0) 100%);opacity: 0.86;}
.gywm_section6 .content .slick-prev{width: 40px;height: 40px;background: url(img/img157.svg) no-repeat center center; background-size: cover;left: -60px;top: 50%;}
.gywm_section6 .content .slick-next{width: 40px;height: 40px;background: url(img/img158.svg) no-repeat center center; background-size: cover;right: -60px;top: 50%;}
@media  screen and (max-width:1024px){
.gywm_section6{padding-top: 30px;padding-bottom: 30px;}
.gywm_section6 .content{margin-top: 20px;}
.gywm_section6 .content .ul{margin: 0;width: 100%;display: block;}
.gywm_section6 .content .ul .li{padding: 0;width: 100%;}
.gywm_section6 .content .ul .libox{height: auto;}
.gywm_section6 .content .ul .pic{ padding-bottom: 66.76%; position: relative; overflow: hidden;}
.gywm_section6 .content .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%);}
.gywm_section6 .content .ul .libox .cont1{ left: 0;transform: translate(0,0);top: auto;bottom: 0; display: flex!important;justify-content: center;align-items: center;width: 100%;padding: 14px;}
.gywm_section6 .content .ul .libox .cont1 img{width: 30px;margin: 0;}
.gywm_section6 .content .ul .libox .cont1 .wz{font-size: 15px;line-height: 20px;width: auto;max-width: calc(100% - 30px); text-align: left;margin: 0;padding-left: 12px;}
.gywm_section6 .content .ul .libox .cont2{display: none!important;}
.gywm_section6 .content .ul .li.on{width: 100%;}
.gywm_section6 .content .ul .li .libox::after{height: 80px;background: linear-gradient(0.00deg, rgb(0, 0, 0),rgba(0, 0, 0, 0) 100%);opacity: 0.86;}
.gywm_section6 .content .ul .slick-dots{margin-top: 20px;}
}

.zws_section{width: 100%;margin-top: -136px;opacity: 0;height: 136px;position: relative;z-index: -99;}
@media  screen and (max-width:1024px){
.zws_section{margin-top: -60px;height: 60px;}
}


.cpxq_section2.pagecon{padding-top:50px; padding-bottom:50px;}
@media  screen and (max-width:1024px){
.cpxq_section2.pagecon{padding-top:20px; padding-bottom:20px;}
}

.sitemap{ width:100%; overflow:hidden;}
.sitemap li{border-bottom:1px dashed #d2d2d2; padding:7px 0; float:left; line-height:40px;width:98%; padding-left:2%;  }
.sitemap li a{ margin-right:10px;font-size:12px; float:left; white-space: nowrap; font-size:14px;}
.sitemap li a:hover{color:#985D00;}
.sitemap li .font16{ font-size:16px;  /*color:#135fb1*/}
.sitemap li .font14{font-size:14px; }
.sitemap li .font12{ font-size:12px;  color:#999}