﻿@charset "UTF-8";
html{
  font-size: 6.17283vw;
}
@media screen and  (min-width: 1620px){ /*主体宽度*/
  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: #9f7350;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #9f7350;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_width{max-width:1620px; margin-right: auto; margin-left: auto;}
.w_1920{max-width:1920px; 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;}
.t_navs{ width: 100%;}
.t_navs .top{ width: 100%;position: relative;display: flex;justify-content: space-between;align-items: center;padding: 0 25px;}
.t_navs .top .logo{line-height: 0; }
.t_navs .top .logo a{display: block;}
.t_navs .top .logo img{ width: auto; height: 50px;}
.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: 25px 4px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #ffffff; position: relative;padding: 0 20px;line-height: 50px; font-size: 20px;border-radius: 25px;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{background-color: rgba(255,255,255,0.4); }
.t_navs .top .u2{min-width: 100%; top:85px; left: 50%;z-index: 4;position: absolute;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%;margin-bottom: 10px;}
.t_navs .top .u2 .l2:last-child{margin-bottom: 0;}
.t_navs .top .u2 .l2 .a2{display: block; white-space:nowrap;-webkit-transform: translateY(5px);opacity: 0;
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>div{background-color: rgba(255,255,255,0.4);border-radius: 25px;text-align: center;color: #ffffff; display: block; text-align: center;font-size: 16px;line-height: 50px;padding: 0 20px;position: relative;box-shadow: 0 0 12px rgba(0,0,0,0.1);
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:hover .a2>div{background-color: #9f7350!important;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.wyb_s.on{background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .menu .l1 .a1{color: #333; }
.wyb_s.on .t_navs .top .menu .l1.on .a1,.wyb_s.on .t_navs .top .menu .l1:hover .a1{background-color: rgba(51,51,51,0.6); color: #fff;}
.wyb_s.on .t_navs .top .u2 .l2 .a2>div{background-color: rgba(51,51,51,0.6); color: #fff;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 0;opacity: 0;}
@media screen and (max-width:1450px) {
.t_navs .top .logo img{height: 40px;}
.t_navs .top .menu .l1 .a1{padding: 0 14px;font-size: 18px;}
}
@media screen and (max-width:1210px) {
.t_navs .top .logo img{height: 34px;}
.t_navs .top .menu .l1{padding: 32px 4px;}
.t_navs .top .menu .l1 .a1{padding: 0 12px;font-size: 16px;line-height: 36px;}
}
@media screen and (max-width:1064px) {
.t_navs .top .logo img{height: 32px;}
.t_navs .top .menu .l1{padding: 32px 4px;}
.t_navs .top .menu .l1 .a1{padding: 0 10px;font-size: 15px;line-height: 36px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 50px;}
.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 .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 30px;}
.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:#9f7350;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:#9f7350;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: #9f7350;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:#9f7350;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;}
.t_navs .xialaph .input_box{width: 100%;border-bottom: 1px solid rgba(0,0,0,0.1);margin-bottom: 20px;position: relative;}
.t_navs .xialaph .input_box input{width: 100%;height: 40px;padding-right: 60px;font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::-webkit-input-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::-moz-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input::moz-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box input:-ms-input-placeholder{font-size: 16px;color: #5a5a5a;}
.t_navs .xialaph .input_box img{width: 24px;cursor: pointer;position: absolute;right: 14px;top: 50%;margin-top: -12px;}
.t_navs .xialaph .yyqh_box{width: 100%;font-size: 0;text-align: center;}
.t_navs .xialaph .yyqh_box a{display: inline-block;vertical-align: middle;font-size: 16px;color: #5a5a5a;line-height: 20px;margin-right: 14px;}
.t_navs .xialaph .yyqh_box a:last-child{margin-right: 0;}
.t_navs .xialaph .yyqh_box a.on,
.t_navs .xialaph .yyqh_box a:hover{color: #333;}
}

/* 底部 */
.b_nav{width: 100%;}
.b_nav .cont1{padding-top: 50px;padding-bottom: 30px;}
.b_nav .cont1 .boxs1{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.b_nav .cont1 .boxs1 .logo img{height: 100px;display: block;}
.b_nav .cont1 .boxs1 .ewm img{width: 100px;display: block;}
.b_nav .cont1 .boxs2{width: 100%;background-color: rgba(0,0,0,0.2);border-radius: 8px;padding: 60px 32px 30px 50px;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont1 .boxs2 .left{width: 37.71131339401821%;font-size: 18px;color: #ffffff;line-height: 32px;}
.b_nav .cont1 .boxs2 .left a{color: #ffffff;}
.b_nav .cont1 .boxs2 .right{width: 62.28868660598179%;}
.b_nav .cont1 .boxs2 .right ul{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .cont1 .boxs2 .right ul .yj{margin-bottom: 12px;padding-left: 10px;position: relative;}
.b_nav .cont1 .boxs2 .right ul .yj a{display: block;font-size: 20px;color: #ffffff;line-height: 24px;}
.b_nav .cont1 .boxs2 .right ul .yj::after{content: "";display: block;width: 2px;height: 20px;background-color: #ffffff;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.b_nav .cont1 .boxs2 .right ul .yj:hover::after{width: 5px;background-color: #fadfb5;}
.b_nav .cont1 .boxs2 .right ul .yj:hover a{color: #fadfb5;}
.b_nav .cont1 .boxs2 .right ul .ej{padding-left: 10px;}
.b_nav .cont1 .boxs2 .right ul .ej a{display: block;font-size: 16px;color: #ffffff;line-height: 20px;margin-bottom: 8px;}
.b_nav .cont1 .boxs2 .right ul .ej a:last-child{margin-bottom: 0;}
.b_nav .cont1 .boxs2 .right ul .ej a:hover{color: #fadfb5;}
.b_nav .cont2{padding-top: 25px;padding-bottom: 25px;background-color: rgba(0,0,0,0.1);}
.b_nav .cont2 .w_width{display: flex;justify-content: space-between;align-items: center;}
.b_nav .cont2 .left a{font-size: 16px;color: #ffffff;line-height: 30px;}
.b_nav .cont2 .left span{font-size: 16px;color: #ffffff;line-height: 30px;}
.b_nav .cont2 .left a:hover{text-decoration: underline;}
.b_nav .cont2 .right a{display: block;font-size: 16px;color: #ffffff;line-height: 30px;}
.b_nav .cont2 .right a:hover{text-decoration: underline;}
@media screen and (max-width:1680px) {
.b_nav .cont1{padding-top: 40px;padding-bottom: 24px;}
.b_nav .cont1 .boxs1{margin-bottom: 30px;}
.b_nav .cont1 .boxs1 .logo img{height: 80px;}
.b_nav .cont1 .boxs1 .ewm img{width: 80px;}
.b_nav .cont1 .boxs2{padding: 30px;}
.b_nav .cont1 .boxs2 .left{font-size: 15px;line-height: 26px;padding-right: 60px;}
.b_nav .cont1 .boxs2 .right ul .yj{padding-left: 6px;}
.b_nav .cont1 .boxs2 .right ul .yj a{font-size: 16px;line-height: 20px;}
.b_nav .cont1 .boxs2 .right ul .yj:hover::after{width: 3px;}
.b_nav .cont1 .boxs2 .right ul .ej{padding-left: 6px;}
.b_nav .cont1 .boxs2 .right ul .ej a{font-size: 13px;line-height: 18px;margin-bottom: 6px;}
}
@media screen and (max-width:1300px) {
.b_nav .cont1 .boxs2{padding: 20px;}
.b_nav .cont1 .boxs2 .right ul .yj a{font-size: 14px;}
.b_nav .cont1 .boxs2 .right ul .ej a{font-size: 12px;}
}
@media screen and (max-width:1024px) {
.b_nav{margin-bottom: 60px;}
.b_nav .cont1{padding-top: 30px;padding-bottom: 20px;}
.b_nav .cont1 .boxs1{margin-bottom: 20px;}
.b_nav .cont1 .boxs1 .logo img{height: 40px;}
.b_nav .cont1 .boxs1 .ewm img{width: 60px;}
.b_nav .cont1 .boxs2{padding: 14px;display: block;}
.b_nav .cont1 .boxs2 .left{width: 100%;font-size: 15px;line-height: 26px;}
.b_nav .cont1 .boxs2 .right{display: none;}
.b_nav .cont2{padding-top: 14px;padding-bottom: 14px;}
.b_nav .cont2 .w_width{display: block;}
.b_nav .cont2 .left{flex-wrap: wrap;display: flex;}
.b_nav .cont2 .left a{font-size: 14px;line-height: 20px;display: block;}
.b_nav .cont2 .left span{font-size: 14px;line-height: 20px;display: block;}
.b_nav .cont2 .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;}
.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: #000; line-height: 14px;}
.pf_down li:hover .ico7{ background: #9f7350; 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;}

/* 电脑端漂浮 */
.pf_right{width: 50px;position: fixed;right: 30px;top: 50%;transform: translate(0,-50%);opacity: 0;z-index: 999;
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 ul li{margin-bottom: 10px;}
.pf_right ul li:last-child{margin-bottom: 0;}
.pf_right ul a{display: block;width: 100%;position: relative;}
.pf_right ul a .ico{width: 100%;display: block;border-radius: 100%;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.pf_right ul a .posi_wz{font-size: 24px;color: #333;box-shadow: 0 0 20px rgba(0,0,0,0.1); line-height: 30px;padding: 10px 30px;background-color: #fff;position: absolute;right: calc(100% + 12px);top: 50%;margin-top: -25px;font-weight: bold;
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;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.pf_right ul a:hover .posi_wz{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
.pf_right ul a .posi_ewm{width: 120px;box-shadow: 0 0 20px rgba(0,0,0,0.1); background-color: #fff;position: absolute;right: calc(100% + 12px);top: 50%;margin-top: -60px;
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;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.pf_right ul a .posi_ewm img{width: 100%;display: block;}
.pf_right ul a:hover .posi_ewm{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
@media screen and (max-width:1680px) {
.pf_right{width: 40px;right: 30px;}
}

/* 首页 */
.sy_banner{width: 100%;position: relative;}
.sy_banner::after{content: "";display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);position: absolute;left: 0;top: 0;}
.sy_banner .li a img{display: block;width: 100%;}
.sy_banner .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.7);left: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img24.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.7);right: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img25.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .slick-prev:hover,
.sy_banner .slick-next:hover{background-color: #9f7350;}
@media screen and (max-width:1024px) {
.sy_banner .slick-prev{width: 36px;height: 36px;left: 20px;bottom: auto;top: 50%;transform: translate(0,-50%);}
.sy_banner .slick-prev::after{width: 20px;height: 20px;}
.sy_banner .slick-next{width: 36px;height: 36px;right: 20px;bottom: auto;top: 50%;transform: translate(0,-50%);}
.sy_banner .slick-next::after{width: 20px;height: 20px;}
}

.sy_section1{width: 100%;padding-top: 50px;padding-bottom: 50px;}
.sy_section1 .btbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24px;}
.sy_section1 .btbox .title{font-size: 30px;color: #9f7350;line-height: 34px;padding-left: 22px;position: relative;}
.sy_section1 .btbox .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section1 .btbox .qh_t{display: flex;justify-content: flex-start;align-items: center;}
.sy_section1 .btbox .qh_t .list{margin-right: 42px;font-size: 20px;color: #545454;line-height: 24px;cursor: pointer;padding-left: 18px;position: relative;}
.sy_section1 .btbox .qh_t .list::after{content: "";display: block;width: 5px;height: 20px;background-color: #545454;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section1 .btbox .qh_t .list:last-child{margin-right: 0;}
.sy_section1 .btbox .qh_t .list.on{color: #9f7350;}
.sy_section1 .btbox .qh_t .list.on::after{background-color: #9f7350;}
.sy_section1 .qh_b{width: 100%;position: relative;}
.sy_section1 .qh_b .list{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;display: flex;justify-content: flex-start;align-items: flex-start;
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_section1 .qh_b .list.on{opacity: 1;position: relative;z-index: 10;}
.sy_section1 .qh_b .left{width: 49.38271604938272%;position: relative;}
.sy_section1 .qh_b .left .pic{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;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; padding-bottom:55.796%; overflow:hidden;}
.sy_section1 .qh_b .left .pic.on{opacity: 1;position: relative;z-index: 10;}
.sy_section1 .qh_b .left .pic img{width: 100%;display: block;}

.sy_section1 .qh_b .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;}

.sy_section1 .qh_b .right{width: 50.61728395061728%;padding-left: 40px;}
.sy_section1 .qh_b .right ul li{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #dddddd;}
.sy_section1 .qh_b .right ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
.sy_section1 .qh_b .right ul a{display: flex;}
.sy_section1 .qh_b .right ul a .datebox{width: 100px;}
.sy_section1 .qh_b .right ul a .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 4px;}
.sy_section1 .qh_b .right ul a .datebox .dat2{font-size: 19px;color: #dddddd;line-height: 24px;}
.sy_section1 .qh_b .right ul a .wzbox{width: calc(100% - 100px);}
.sy_section1 .qh_b .right ul a .wzbox .bt{font-size: 24px;color: #000000;line-height: 28px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section1 .qh_b .right ul a .wzbox .jj{font-size: 16px;color: #999999;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section1 .qh_b .right ul a:hover .wzbox .bt,
.sy_section1 .qh_b .right ul li.on .wzbox .bt{color: #9f7350;}
@media screen and (max-width:1680px) {
.sy_section1 .qh_b .right ul li{padding-bottom: 20px;margin-bottom: 20px;}
.sy_section1 .qh_b .right ul a .datebox{width: 80px;}
.sy_section1 .qh_b .right ul a .datebox .dat1{font-size: 20px;line-height: 24px;}
.sy_section1 .qh_b .right ul a .datebox .dat2{font-size: 16px;line-height: 20px;}
.sy_section1 .qh_b .right ul a .wzbox{width: calc(100% - 80px);}
.sy_section1 .qh_b .right ul a .wzbox .bt{font-size: 18px;line-height: 22px;margin-bottom: 12px;-webkit-line-clamp:1;}
.sy_section1 .qh_b .right ul a .wzbox .jj{font-size: 14px;line-height: 20px;-webkit-line-clamp:2;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .btbox{margin-bottom: 20px;}
.sy_section1 .btbox .title{font-size: 20px;line-height: 24px;padding-left: 16px;}
.sy_section1 .btbox .title::after{width: 3px;height: 24px;}
.sy_section1 .btbox .qh_t .list{margin-right: 12px;font-size: 15px;line-height: 20px;padding-left: 10px;}
.sy_section1 .btbox .qh_t .list::after{width: 3px;height: 18px;}
.sy_section1 .qh_b .list{display: block;}
.sy_section1 .qh_b .left{width: 100%;}
.sy_section1 .qh_b .right{width: 100%;padding-left: 0;margin-top: 16px;}
.sy_section1 .qh_b .right ul li{padding-bottom: 13px;margin-bottom: 13px;}
.sy_section1 .qh_b .right ul a{display: block;}
.sy_section1 .qh_b .right ul a .datebox{width: 100%;margin-bottom: 10px;display: flex;justify-content: flex-start;align-items: center;}
.sy_section1 .qh_b .right ul a .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.sy_section1 .qh_b .right ul a .datebox .dat2{font-size: 14px;line-height: 20px;}
.sy_section1 .qh_b .right ul a .wzbox{width: 100%;}
.sy_section1 .qh_b .right ul a .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;}
.sy_section1 .qh_b .right ul a .wzbox .jj{font-size: 14px;-webkit-line-clamp:2;}
}

.sy_section2{width: 100%;padding-top: 50px;padding-bottom: 50px;background-color: #f4f4f4;}
.sy_section2 .dl{margin: 0 -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section2 .dl .dd{width: 33.333%;padding: 0 15px;}
.sy_section2 .dl .btbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24px;}
.sy_section2 .dl .btbox .title{font-size: 30px;color: #9f7350;line-height: 34px;padding-left: 22px;position: relative;}
.sy_section2 .dl .btbox .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section2 .dl .btbox .qh_t{display: flex;justify-content: flex-start;align-items: center;}
.sy_section2 .dl .btbox .qh_t .list{margin-right: 42px;font-size: 20px;color: #545454;line-height: 24px;cursor: pointer;padding-left: 18px;position: relative;}
.sy_section2 .dl .btbox .qh_t .list::after{content: "";display: block;width: 5px;height: 20px;background-color: #545454;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section2 .dl .btbox .qh_t .list:last-child{margin-right: 0;}
.sy_section2 .dl .btbox .qh_t .list.on{color: #9f7350;}
.sy_section2 .dl .btbox .qh_t .list.on::after{background-color: #9f7350;}
.sy_section2 .dl .qh_b{width: 100%;position: relative;}
.sy_section2 .dl .qh_b .list{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;opacity: 0;background-color: #fff;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section2 .dl .qh_b .list.on{opacity: 1;position: relative;z-index: 10;}
.sy_section2 .dl .qh_b .picbox{position: relative;}
.sy_section2 .dl .qh_b .pic{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;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; padding-bottom:55.796%; overflow:hidden;}
.sy_section2 .dl .qh_b .pic.on{opacity: 1;position: relative;z-index: 10;}
.sy_section2 .dl .qh_b .pic img{width: 100%;display: block;}

.sy_section2 .dl .qh_b .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_section2 .dl .qh_b ul{padding: 0 30px;}
.sy_section2 .dl .qh_b li a{padding-top: 16px;padding-bottom: 16px;border-bottom: 1px solid #dddddd;display: flex;}
.sy_section2 .dl .qh_b li:last-child a{border-bottom:0;}
.sy_section2 .dl .qh_b li .datebox{width: 82px;}
.sy_section2 .dl .qh_b li .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 5px;}
.sy_section2 .dl .qh_b li .datebox .dat2{font-size: 20px;color: #dddddd;line-height: 24px;}
.sy_section2 .dl .qh_b li .wzbox{width: calc(100% - 82px);}
.sy_section2 .dl .qh_b li .wzbox .bt{font-size: 20px;color: #000000;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section2 .dl .qh_b li:hover .wzbox .bt,
.sy_section2 .dl .qh_b li.on .wzbox .bt{color: #9f7350;}
@media screen and (max-width:1400px) {
.sy_section2 .dl .btbox .title{font-size: 22px;line-height: 30px;padding-left: 16px;}
.sy_section2 .dl .btbox .qh_t .list{margin-right: 24px;font-size: 16px;padding-left: 14px;}
}
@media screen and (max-width:1024px) {
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .dl{margin: 0 ;width: 100%;display: block;}
.sy_section2 .dl .dd{width: 100%;padding: 0 0;margin-bottom: 30px;}
.sy_section2 .dl .dd:last-child{margin-bottom: 0;}
.sy_section2 .dl .btbox{margin-bottom: 20px;}
.sy_section2 .dl .btbox .title{font-size: 20px;line-height: 24px;padding-left: 16px;}
.sy_section2 .dl .btbox .title::after{width: 3px;height: 24px;}
.sy_section2 .dl .btbox .qh_t .list{margin-right: 12px;font-size: 15px;line-height: 20px;padding-left: 10px;}
.sy_section2 .dl .btbox .qh_t .list::after{width: 3px;height: 18px;}
.sy_section2 .dl .qh_b ul{padding: 0 12px;}
.sy_section2 .dl .qh_b li a{padding-top: 12px;padding-bottom: 12px;display: block;}
.sy_section2 .dl .qh_b li .datebox{width: 100%;margin-bottom: 10px;display: flex;justify-content: flex-start;align-items: center;}
.sy_section2 .dl .qh_b li .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.sy_section2 .dl .qh_b li .datebox .dat2{font-size: 14px;line-height: 20px;}
.sy_section2 .dl .qh_b li .wzbox{width: 100%;}
.sy_section2 .dl .qh_b li .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;}
}

.sy_section3{width: 100%;padding-bottom: 50px;background-color: #f4f4f4;}
.sy_section3 .cont1{margin-bottom: 46px;}
.sy_section3 .cont1 img{width: 100%;display: block;}
.sy_section3 .cont2{width: 100%;}
.sy_section3 .cont2 .btbox{display: flex;justify-content: space-between;align-items: center;margin-bottom: 24px;}
.sy_section3 .cont2 .btbox .title{font-size: 30px;color: #9f7350;line-height: 34px;padding-left: 22px;position: relative;}
.sy_section3 .cont2 .btbox .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section3 .cont2 .btbox .qh_t{display: flex;justify-content: flex-start;align-items: center;}
.sy_section3 .cont2 .btbox .qh_t .list{margin-right: 42px;font-size: 20px;color: #545454;line-height: 24px;cursor: pointer;padding-left: 18px;position: relative;}
.sy_section3 .cont2 .btbox .qh_t .list::after{content: "";display: block;width: 5px;height: 20px;background-color: #545454;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section3 .cont2 .btbox .qh_t .list:last-child{margin-right: 0;}
.sy_section3 .cont2 .btbox .qh_t .list.on{color: #9f7350;}
.sy_section3 .cont2 .btbox .qh_t .list.on::after{background-color: #9f7350;}
.sy_section3 .cont2 .qh_b{width: 100%;position: relative;overflow: hidden;}
.sy_section3 .cont2 .qh_b .list{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;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;}
.sy_section3 .cont2 .qh_b .list.on{opacity: 1;position: relative;z-index: 10;}
.sy_section3 .cont2 .qh_b ul{margin: -15px;width: calc(100% + 30px);display: flex;flex-wrap: wrap;}
.sy_section3 .cont2 .qh_b ul li{width: 25%;padding: 15px;}
.sy_section3 .cont2 .qh_b ul a{display: block;width: 100%;background-color: #ffffff;}
.sy_section3 .cont2 .qh_b ul a .pic{ width: 100%; padding-bottom: 57.894%; 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 .cont2 .qh_b 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;}
.sy_section3 .cont2 .qh_b 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);}
.sy_section3 .cont2 .qh_b ul a .wzbox{width: 100%;padding: 16px 24px;display: flex;}
.sy_section3 .cont2 .qh_b ul a .datebox{width: 80px;}
.sy_section3 .cont2 .qh_b ul a .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 5px;}
.sy_section3 .cont2 .qh_b ul a .datebox .dat2{font-size: 20px;color: #dddddd;line-height: 24px;}
.sy_section3 .cont2 .qh_b ul a .bt{width: calc(100% - 80px);font-size: 20px;color: #000000;line-height: 24px;min-height: 72px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section3 .cont2 .qh_b ul a:hover .bt{color: #9f7350;}
@media screen and (max-width:1680px) {
.sy_section3 .cont2 .qh_b ul a .wzbox{padding: 12px;}
.sy_section3 .cont2 .qh_b ul a .datebox{width: 70px;}
.sy_section3 .cont2 .qh_b ul a .datebox .dat1{font-size: 20px;line-height: 24px;}
.sy_section3 .cont2 .qh_b ul a .datebox .dat2{font-size: 16px;line-height: 20px;}
.sy_section3 .cont2 .qh_b ul a .bt{width: calc(100% - 70px);font-size: 15px;line-height: 20px;min-height: 60px;}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-bottom: 30px;}
.sy_section3 .cont1{margin-bottom: 20px;}
.sy_section3 .cont2 .btbox{margin-bottom: 20px;}
.sy_section3 .cont2 .btbox .title{font-size: 20px;line-height: 24px;padding-left: 16px;}
.sy_section3 .cont2 .btbox .title::after{width: 3px;height: 24px;}
.sy_section3 .cont2 .btbox .qh_t .list{margin-right: 12px;font-size: 15px;line-height: 20px;padding-left: 10px;}
.sy_section3 .cont2 .btbox .qh_t .list::after{width: 3px;height: 18px;}
.sy_section3 .cont2 .qh_b ul{margin: -6px;width: calc(100% + 12px);}
.sy_section3 .cont2 .qh_b ul li{width: 50%;padding: 6px;}
.sy_section3 .cont2 .qh_b ul a .wzbox{padding: 12px;display: block;}
.sy_section3 .cont2 .qh_b ul a .datebox{width: 100%;margin-bottom: 10px;display: flex;justify-content: flex-start;align-items: center;}
.sy_section3 .cont2 .qh_b ul a .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.sy_section3 .cont2 .qh_b ul a .datebox .dat2{font-size: 14px;line-height: 20px;}
.sy_section3 .cont2 .qh_b ul a .bt{width: 100%;font-size: 16px;line-height: 22px;min-height: 1px;-webkit-line-clamp:2;}
}

.sy_section4{width: 100%;padding-top: 50px;padding-bottom: 50px;}
.sy_section4 .title{font-size: 30px;color: #9f7250;line-height: 34px;margin-bottom: 96px;padding-left: 22px;position: relative;}
.sy_section4 .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_section4 .title2{font-size: 30px;color: #000000;line-height: 34px;margin-bottom: 36px;}
.sy_section4 .cont1{display: flex;margin-bottom: 100px;}
.sy_section4 .cont1 .left{width: 44.44444444444444%;padding-right: 124px;}
.sy_section4 .cont1 .left .info{font-size: 18px;color: #000000;line-height: 32px;margin-bottom: 40px;}
.sy_section4 .cont1 .left .more a{display: block;width: 50px;height: 50px;border: 1px solid #000000;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section4 .cont1 .left .more a img{width: 30px;display: block;}
.sy_section4 .cont1 .left .more a .ico2{display: none;}
.sy_section4 .cont1 .left .more a:hover{background-color: #000;}
.sy_section4 .cont1 .left .more a:hover .ico1{display: none;}
.sy_section4 .cont1 .left .more a:hover .ico2{display: block;}
.sy_section4 .cont1 .right{width: 55.55555555555556%;}
.sy_section4 .cont1 .right ul{margin: 0 -16px;width: calc(100% + 32px);display: flex;}
.sy_section4 .cont1 .right ul li{width: 25%;padding: 0 16px;}
.sy_section4 .cont1 .right ul a{display: block;width: 100%;background-color: #8f734c;border-radius: 10px;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 200px;}
.sy_section4 .cont1 .right ul a:hover{background-color: #9A7644;}
.sy_section4 .cont1 .right ul a img{width: 60px;display: block;margin: 0 auto 22px auto;
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_section4 .cont1 .right ul a:hover img{transform: rotateY(180deg);}
.sy_section4 .cont1 .right ul a .wz{font-size: 24px;color: #ffffff;line-height: 30px;text-align: center;}
.sy_section4 .cont2 ul{margin: 0 -9px;width: calc(100% + 18px);display: flex;}
.sy_section4 .cont2 ul li{width: 20%;padding: 9px;}
.sy_section4 .cont2 ul a{display: block;font-size: 24px;color: #ffffff;line-height: 28px;padding: 0 20px;height: 100px;background-color: rgba(255,255,255,0.15);display: flex;justify-content: center;align-items: center;border-radius: 10px;}
@media screen and (max-width:1680px) {
.sy_section4{width: 100%;padding-top: 40px;padding-bottom: 40px;}
.sy_section4 .title{margin-bottom: 40px;}
.sy_section4 .title2{font-size: 24px;line-height: 30px;margin-bottom: 20px;}
.sy_section4 .cont1{margin-bottom: 60px;}
.sy_section4 .cont1 .left{padding-right: 80px;}
.sy_section4 .cont1 .left .info{font-size: 16px;line-height: 24px;margin-bottom: 24px;}
.sy_section4 .cont1 .right ul a{height: 120px;}
.sy_section4 .cont1 .right ul a img{width: 40px;margin: 0 auto 14px auto;}
.sy_section4 .cont1 .right ul a .wz{font-size: 18px;line-height: 24px;}
.sy_section4 .cont2 ul a{font-size: 18px;line-height: 24px;height: 80px;}
}
@media screen and (max-width:1024px) {
.sy_section4{padding-top: 30px;padding-bottom: 30px;background: linear-gradient(to right,#fed890,#9f764a)!important;position: relative;}
.sy_section4::after{content: "HPMI";display: block;font-size: 120px;color: rgba(255,255,255,0.1);line-height: 120px;position: absolute;left: 50%;font-family: "微软雅黑"; top: 36%;transform: translate(-50%,-50%);font-weight: bold;font-style: italic;}
.sy_section4 .title{font-size: 20px;line-height: 24px;margin-bottom: 20px;padding-left: 16px;z-index: 5;}
.sy_section4 .title::after{width: 3px;height: 24px;}
.sy_section4 .title2{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.sy_section4 .cont1{margin-bottom: 20px;display: block;position: relative;z-index: 5;}
.sy_section4 .cont1 .left{width: 100%;padding-right: 0;margin-bottom: 14px;}
.sy_section4 .cont1 .left .info{font-size: 14px;line-height: 22px;margin-bottom: 12px;}
.sy_section4 .cont1 .left .more a{width: 36px;height: 36px;}
.sy_section4 .cont1 .left .more a img{width: 24px;}
.sy_section4 .cont1 .right{width: 100%;}
.sy_section4 .cont1 .right ul{margin: -6px;width: calc(100% + 12px);}
.sy_section4 .cont1 .right ul li{width: 50%;padding: 6px;}
.sy_section4 .cont1 .right ul a{border-radius: 8px;height: 80px;}
.sy_section4 .cont1 .right ul a img{width: 26px;margin: 0 auto 0 auto;}
.sy_section4 .cont1 .right ul a .wz{font-size: 14px;line-height: 22px;}
.sy_section4 .cont2{position: relative;z-index: 5;}
.sy_section4 .cont2 ul{margin: -6px;width: calc(100% + 12px);flex-wrap: wrap;}
.sy_section4 .cont2 ul li{width: 50%;padding: 6px;}
.sy_section4 .cont2 ul li:nth-child(1){width: 100%;}
.sy_section4 .cont2 ul li:nth-child(1) a br{display: none;}
.sy_section4 .cont2 ul a{font-size: 15px;line-height: 20px;padding: 0 12px;height: 70px;border-radius: 6px;}
}

/* 内页banner */
.ny_banner{width: 100%;position: relative;}
.ny_banner img{width: 100%;display: block;}
.ny_banner .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.ny_banner .wzbox .title{font-size: 60px;color: #ffffff;line-height: 64px;margin-bottom: 34px;}
.ny_banner .wzbox .mbx{display: flex;}
.ny_banner .wzbox .mbx a{font-size: 18px;color: #ffffff;line-height: 24px;}
.ny_banner .wzbox .mbx span{font-size: 18px;color: #ffffff;line-height: 24px;margin: 0 4px;}
.ny_banner .wzbox .mbx a:hover,
.ny_banner .wzbox .mbx a.on{color: #9f7350;}
@media screen and (max-width:1680px) {
.ny_banner .wzbox .title{font-size: 40px;line-height: 46px;margin-bottom: 24px;}
.ny_banner .wzbox .mbx a{font-size: 14px;}
.ny_banner .wzbox .mbx span{font-size: 14px;}
}
@media screen and (max-width:1024px) {
.ny_banner .wzbox .title{font-size: 24px;line-height: 30px;margin-bottom: 0;font-weight: bold;text-align: center;}
.ny_banner .wzbox .mbx{display: none;}
}

/* 协会动态 */
.xh_section1{width: 100%;padding-top: 50px;padding-bottom: 50px;}
.xh_section1 .title{font-size: 30px;color: #9f7250;line-height: 34px;margin-bottom: 26px;padding-left: 22px;position: relative;}
.xh_section1 .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.xh_section1 .content{display: flex;justify-content: flex-start;align-items: flex-start;}
.xh_section1 .content .left{width: 49.38271604938272%;position: relative;}
.xh_section1 .content .left .pic{width: 100%;position: absolute;left: 0;top: 0;z-index: -1;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; padding-bottom:55.796%; overflow:hidden;}
.xh_section1 .content .left .pic.on{opacity: 1;position: relative;z-index: 10;}
.xh_section1 .content .left .pic img{width: 100%;display: block;}

.xh_section1 .content .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;}

.xh_section1 .content .right{width: 50.61728395061728%;padding-left: 40px;}
.xh_section1 .content .right ul li{padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #dddddd;}
.xh_section1 .content .right ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
.xh_section1 .content .right ul a{display: flex;}
.xh_section1 .content .right ul a .datebox{width: 100px;}
.xh_section1 .content .right ul a .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 4px;}
.xh_section1 .content .right ul a .datebox .dat2{font-size: 19px;color: #dddddd;line-height: 24px;}
.xh_section1 .content .right ul a .wzbox{width: calc(100% - 100px);}
.xh_section1 .content .right ul a .wzbox .bt{font-size: 24px;color: #000000;line-height: 28px;margin-bottom: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xh_section1 .content .right ul a .wzbox .jj{font-size: 16px;color: #999999;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.xh_section1 .content .right ul a:hover .wzbox .bt,
.xh_section1 .content .right ul li.on .wzbox .bt{color: #9f7350;}
.xh_section1 .cont2{margin-bottom: 50px;}
@media screen and (max-width:1680px) {
.xh_section1 .content .right ul li{padding-bottom: 20px;margin-bottom: 20px;}
.xh_section1 .content .right ul a .datebox{width: 80px;}
.xh_section1 .content .right ul a .datebox .dat1{font-size: 20px;line-height: 24px;}
.xh_section1 .content .right ul a .datebox .dat2{font-size: 16px;line-height: 20px;}
.xh_section1 .content .right ul a .wzbox{width: calc(100% - 80px);}
.xh_section1 .content .right ul a .wzbox .bt{font-size: 18px;line-height: 22px;margin-bottom: 12px;-webkit-line-clamp:1;}
.xh_section1 .content .right ul a .wzbox .jj{font-size: 14px;line-height: 20px;-webkit-line-clamp:2;}
}
@media screen and (max-width:1024px) {
.xh_section1{padding-top: 30px;padding-bottom: 30px;}
.xh_section1 .title{font-size: 20px;line-height: 24px;margin-bottom: 20px;padding-left: 16px;}
.xh_section1 .title::after{width: 3px;height: 24px;}
.xh_section1 .content{display: block;}
.xh_section1 .content .left{width: 100%;}
.xh_section1 .content .right{width: 100%;padding-left: 0;margin-top: 16px;}
.xh_section1 .content .right ul li{padding-bottom: 13px;margin-bottom: 13px;}
.xh_section1 .content .right ul a{display: block;}
.xh_section1 .content .right ul a .datebox{width: 100%;margin-bottom: 10px;display: flex;justify-content: flex-start;align-items: center;}
.xh_section1 .content .right ul a .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.xh_section1 .content .right ul a .datebox .dat2{font-size: 14px;line-height: 20px;}
.xh_section1 .content .right ul a .wzbox{width: 100%;}
.xh_section1 .content .right ul a .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;}
.xh_section1 .content .right ul a .wzbox .jj{font-size: 14px;-webkit-line-clamp:2;}
}

.xh_section2{width: 100%;padding-top: 50px;padding-bottom: 50px;background-color: #f4f4f4;}
.xh_section2 ul{margin-bottom: 50px;}
.xh_section2 ul li{margin-bottom: 30px;}
.xh_section2 ul li:last-child{margin-bottom: 0;}
.xh_section2 ul li a{display: flex;background-color: #fff;}
.xh_section2 ul li a .left{width: 520px;}
.xh_section2 ul li a .left .pic{ width: 100%; padding-bottom: 55.769%; 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;}
.xh_section2 ul li a .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.xh_section2 ul li a:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.xh_section2 ul li a .right{width: calc(100% - 520px);padding: 16px 60px 16px 30px;display: flex;}
.xh_section2 ul li a .right .datebox{width: 90px;}
.xh_section2 ul li a .right .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 4px;}
.xh_section2 ul li a .right .datebox .dat2{font-size: 19px;color: #dddddd;line-height: 24px;}
.xh_section2 ul li a .right .wzbox{width: calc(100% - 90px);}
.xh_section2 ul li a .right .wzbox .bt{font-size: 24px;color: #000000;line-height: 28px;margin-bottom: 12px;min-height: 50px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xh_section2 ul li a .right .wzbox .jj{font-size: 16px;color: #999999;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:5;}
.xh_section2 ul li a .right:hover .wzbox .bt{color: #9f7350;}
@media screen and (max-width:1680px) {
.xh_section2 ul li a .left{width: 400px;}
.xh_section2 ul li a .right{width: calc(100% - 400px);padding: 16px 20px;}
.xh_section2 ul li a .right .datebox{width: 80px;}
.xh_section2 ul li a .right .datebox .dat1{font-size: 20px;line-height: 24px;}
.xh_section2 ul li a .right .datebox .dat2{font-size: 16px;line-height: 20px;}
.xh_section2 ul li a .right .wzbox{width: calc(100% - 80px);}
.xh_section2 ul li a .right .wzbox .bt{font-size: 18px;line-height: 22px;margin-bottom: 12px;-webkit-line-clamp:1;}
.xh_section2 ul li a .right .wzbox .jj{font-size: 14px;line-height: 20px;-webkit-line-clamp:2;}
}
@media screen and (max-width:1024px) {
.xh_section2{padding-top: 30px;padding-bottom: 30px;}
.xh_section2 ul{margin-bottom: 20px;}
.xh_section2 ul li{margin-bottom: 15px;}
.xh_section2 ul li a{display: block;}
.xh_section2 ul li a .left{width: 100%;}
.xh_section2 ul li a .right{width: 100%;padding: 20px;display: block;}
.xh_section2 ul li a .right .datebox{width: 100%;margin-bottom: 10px;display: flex;justify-content: flex-start;align-items: center;}
.xh_section2 ul li a .right .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.xh_section2 ul li a .right .datebox .dat2{font-size: 13px;line-height: 20px;}
.xh_section2 ul li a .right .wzbox{width: 100%;}
.xh_section2 ul li a .right .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:1;}
.xh_section2 ul li a .right .wzbox .jj{font-size: 14px;-webkit-line-clamp:2;}
}

/* 分页 */
.page_section{width: 100%;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage .btn{width: 70px;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage .btn img{width: 30px;display: block;}
.page_section .pcpage .btn .ico2{display: none;}
.page_section .pcpage a{display: block;font-size: 16px;color: #888888;line-height: 50px;width: 50px;height: 50px;border-radius: 8px;text-align: center;background-color: #ffffff;margin-right: 10px;}
.page_section .pcpage a:last-child{margin-right: 0;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{color: #fff;background-color: #555555;}
.page_section .pcpage .btn:hover .ico1{display: none;}
.page_section .pcpage .btn:hover .ico2{display: block;}
.page_section .phpage{display: none;}
@media screen and (max-width:1024px) {
.page_section{width: 100%;}
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage .btn{width: 40px;display: flex;justify-content: center;align-items: center;height: 30px;border-radius: 4px;background-color: #ffffff;}
.page_section .phpage .btn img{width: 22px;display: block;}
.page_section .phpage .btn .ico2{display: none;}
.page_section .phpage .btn:hover{color: #fff;background-color: #555555;}
.page_section .phpage .btn:hover .ico1{display: none;}
.page_section .phpage .btn:hover .ico2{display: block;}
.page_section .phpage span{display: block;font-size: 16px;color: #333;line-height: 20px;margin: 0 20px;}
.page_section .pcpage{display: none;}
}

/* 党建引领 */
.dsyl_section1{width: 100%;padding-top: 50px;padding-bottom: 50px;background-color: #f4f4f4;}
.dsyl_section1 ul{margin: -15px;width: calc(100% + 30px);display: flex;flex-wrap: wrap;}
.dsyl_section1 ul li{width: 33.333%;padding: 15px;}
.dsyl_section1 ul a{display: block;width: 100%;background-color: #fff;}
.dsyl_section1 ul a .pic{ width: 100%; padding-bottom: 55.769%; 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;}
.dsyl_section1 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;}
.dsyl_section1 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);}
.dsyl_section1 ul a .wzbox{width: 100%;padding: 18px 32px 26px 32px;display: flex;justify-content: flex-start;align-items: flex-start;}
.dsyl_section1 ul a .wzbox .datebox{width: 80px;}
.dsyl_section1 ul a .wzbox .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 5px;}
.dsyl_section1 ul a .wzbox .datebox .dat2{font-size: 20px;color: #dddddd;line-height: 24px;}
.dsyl_section1 ul a .wzbox .bt{width: calc(100% - 80px);font-size: 20px;color: #000000;line-height: 24px;min-height: 72px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.dsyl_section1 ul a:hover .wzbox .bt{color: #9f7350;}
.dsyl_section1 .page_section{margin-top: 50px;}
@media screen and (max-width:1024px) {
.dsyl_section1{padding-top: 30px;padding-bottom: 30px;}
.dsyl_section1 ul{margin: -6px;width: calc(100% + 12px);}
.dsyl_section1 ul li{width: 50%;padding: 6px;}
.dsyl_section1 ul a .wzbox{padding: 12px;display: block;}
.dsyl_section1 ul a .wzbox .datebox{width: 100%;margin-bottom: 6px;display: flex;justify-content: flex-start;align-items: center;}
.dsyl_section1 ul a .wzbox .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.dsyl_section1 ul a .wzbox .datebox .dat2{font-size: 14px;line-height: 20px;}
.dsyl_section1 ul a .wzbox .bt{width: 100%;font-size: 16px;line-height: 22px;min-height: 1px;-webkit-line-clamp:2;}
.dsyl_section1 .page_section{margin-top: 20px;}
}

/* 政策法规 */
.zcfg_section{width: 100%;padding-top: 50px;padding-bottom: 50px;background-color: #f4f4f4;}
.zcfg_section ul{margin: -15px -20px;width: calc(100% + 40px);display: flex;flex-wrap: wrap;}
.zcfg_section ul li{width: 50%;padding: 15px 20px;}
.zcfg_section ul a{display: flex;padding: 18px 32px 22px 32px;background-color: #ffffff;}
.zcfg_section ul a .datebox{width: 80px;}
.zcfg_section ul a .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 5px;}
.zcfg_section ul a .datebox .dat2{font-size: 20px;color: #dddddd;line-height: 24px;}
.zcfg_section ul a .bt{width: calc(100% - 80px);font-size: 20px;color: #000000;line-height: 24px;min-height: 48px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.zcfg_section ul a:hover .bt{color: #9f7350;}
.zcfg_section .page_section{margin-top: 50px;}
@media screen and (max-width:1024px) {
.zcfg_section{padding-top: 30px;padding-bottom: 30px;}
.zcfg_section ul{margin: -6px;width: calc(100% + 12px);}
.zcfg_section ul li{width: 100%;padding: 6px;}
.zcfg_section ul a{padding: 14px;display: block;}
.zcfg_section ul a .datebox{width: 100%;margin-bottom: 6px;display: flex;justify-content: flex-start;align-items: center;}
.zcfg_section ul a .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.zcfg_section ul a .datebox .dat2{font-size: 14px;line-height: 20px;}
.zcfg_section ul a .bt{width: 100%;font-size: 16px;line-height: 22px;min-height: 1px;-webkit-line-clamp:2;}
.zcfg_section .page_section{margin-top: 20px;}
}

/* 会员风采 */
.hyfc_section{width: 100%;padding-top: 50px;padding-bottom: 50px;background-color: #f4f4f4;}
.hyfc_section ul{margin: -15px;width: calc(100% + 30px);display: flex;flex-wrap: wrap;}
.hyfc_section ul li{width: 25%;padding: 15px;}
.hyfc_section ul a{display: block;width: 100%;background-color: #ffffff;}
.hyfc_section ul a .pic{ width: 100%; padding-bottom: 57.894%; 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;}
.hyfc_section 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;}
.hyfc_section 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);}
.hyfc_section ul a .wzbox{width: 100%;padding: 16px 24px;display: flex;}
.hyfc_section ul a .datebox{width: 80px;}
.hyfc_section ul a .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 5px;}
.hyfc_section ul a .datebox .dat2{font-size: 20px;color: #dddddd;line-height: 24px;}
.hyfc_section ul a .bt{width: calc(100% - 80px);font-size: 20px;color: #000000;line-height: 24px;min-height: 72px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.hyfc_section ul a:hover .bt{color: #9f7350;}
.hyfc_section .page_section{margin-top: 50px;}
@media screen and (max-width:1680px) {
.hyfc_section ul a .wzbox{padding: 12px;}
.hyfc_section ul a .datebox{width: 70px;}
.hyfc_section ul a .datebox .dat1{font-size: 20px;line-height: 24px;}
.hyfc_section ul a .datebox .dat2{font-size: 16px;line-height: 20px;}
.hyfc_section ul a .bt{width: calc(100% - 70px);font-size: 15px;line-height: 20px;min-height: 60px;}
}

@media screen and (max-width:1024px) {
.hyfc_section{padding-top: 30px;padding-bottom: 30px;}
.hyfc_section ul{margin: -6px;width: calc(100% + 12px);}
.hyfc_section ul li{width: 50%;padding: 6px;}
.hyfc_section ul a .wzbox{padding: 12px;display: block;}
.hyfc_section ul a .datebox{width: 100%;margin-bottom: 6px;display: flex;justify-content: flex-start;align-items: center;}
.hyfc_section ul a .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.hyfc_section ul a .datebox .dat2{font-size: 14px;line-height: 20px;}
.hyfc_section ul a .bt{width: 100%;font-size: 16px;line-height: 22px;min-height: 1px;-webkit-line-clamp:2;}
.hyfc_section .page_section{margin-top: 20px;}
}

/* 行业动态 */
.hydt_section{width: 100%;padding-top: 50px;padding-bottom: 50px;background-color: #f4f4f4;}
.hydt_section ul{margin: -15px -20px;width: calc(100% + 40px);display: flex;flex-wrap: wrap;}
.hydt_section ul li{width: 50%;padding: 15px 20px;}
.hydt_section ul a{display: flex;background-color: #ffffff;}
.hydt_section ul a .left{width: 48.10126582278481%;}
.hydt_section ul a .left .pic{ width: 100%; padding-bottom: 57.8947%; 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;}
.hydt_section ul a .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.hydt_section ul a:hover .left .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.hydt_section ul a .right{width: 51.89873417721519%;padding: 16px 32px 10px 22px;display: flex;}
.hydt_section ul a .right .datebox{width: 80px;}
.hydt_section ul a .right .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 4px;}
.hydt_section ul a .right .datebox .dat2{font-size: 19px;color: #dddddd;line-height: 24px;}
.hydt_section ul a .right .wzbox{width: calc(100% - 80px);}
.hydt_section ul a .right .wzbox .bt{font-size: 20px;color: #000000;line-height: 24px;margin-bottom: 12px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.hydt_section ul a .right .wzbox .jj{font-size: 16px;color: #999999;line-height: 19px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4;}
.hydt_section ul a .right:hover .wzbox .bt{color: #9f7350;}
.hydt_section .page_section{margin-top: 50px;}
@media screen and (max-width:1680px) {
.hydt_section ul a .right{padding: 12px 20px;}
.hydt_section ul a .right .datebox{width: 66px;}
.hydt_section ul a .right .datebox .dat1{font-size: 20px;line-height: 24px;}
.hydt_section ul a .right .datebox .dat2{font-size: 16px;line-height: 20px;}
.hydt_section ul a .right .wzbox{width: calc(100% - 66px);}
.hydt_section ul a .right .wzbox .bt{font-size: 18px;line-height: 22px;margin-bottom: 12px;-webkit-line-clamp:2;}
.hydt_section ul a .right .wzbox .jj{font-size: 14px;line-height: 20px;-webkit-line-clamp:3;}
}
@media screen and (max-width:1024px) {
.hydt_section{padding-top: 30px;padding-bottom: 30px;}
.hydt_section ul{margin: -6px;width: calc(100% + 12px);}
.hydt_section ul li{width: 100%;padding: 6px;}
.hydt_section ul a{display: block;}
.hydt_section ul a .left{width: 100%;}
.hydt_section ul a .right{width: 100%;padding: 20px;display: block;}
.hydt_section ul a .right{width: 100%;padding: 20px;display: block;}
.hydt_section ul a .right .datebox{width: 100%;margin-bottom: 10px;display: flex;justify-content: flex-start;align-items: center;}
.hydt_section ul a .right .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.hydt_section ul a .right .datebox .dat2{font-size: 13px;line-height: 20px;}
.hydt_section ul a .right .wzbox{width: 100%;}
.hydt_section ul a .right .wzbox .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;-webkit-line-clamp:2;}
.hydt_section ul a .right .wzbox .jj{font-size: 14px;-webkit-line-clamp:3;}
.hydt_section .page_section{margin-top: 20px;}
}

/* 详情 */
.details_section{width: 100%;overflow: hidden;}
.details_section .w_1920{display: flex;justify-content: flex-start;align-items: stretch;}
.details_section .left{width: 72.91666666666667%;padding: 50px 50px 60px 150px;}
.details_section .left .title{font-size: 34px;color: #000000;line-height: 38px;text-align: center;margin-bottom: 22px;}
.details_section .left .date{font-size: 18px;color: #aaaaaa;line-height: 24px;text-align: center;margin-bottom: 30px;}
.details_section .left .content{padding-top: 44px;font-size: 18px;color: #333333;line-height: 32px;border-top: 1px solid #cccccc;}
.details_section .right{width: 27.08333333333333%;position: relative;padding: 50px 80px 50px 60px;}
.details_section .right::after{content: "";display: block;width: 3000px;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background-color: #f4f4f4;}
.details_section .right .dd{margin-bottom: 50px;position: relative;z-index: 5;}
.details_section .right .dd:last-child{margin-bottom: 0;}
.details_section .right .boxs{background-color: #ffffff;margin-bottom: 18px;}
.details_section .right .boxs .pic{ width: 100%; padding-bottom: 57.8947%; 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;}
.details_section .right .boxs .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;}
.details_section .right a:hover .boxs .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);}
.details_section .right .boxs .wzbox{width: 100%;padding: 16px 22px;display: flex;}
.details_section .right .boxs .wzbox .datebox{width: 80px;}
.details_section .right .boxs .wzbox .datebox .dat1{font-size: 26px;color: #dddddd;line-height: 30px;margin-bottom: 4px;}
.details_section .right .boxs .wzbox .datebox .dat2{font-size: 19px;color: #dddddd;line-height: 24px;}
.details_section .right .boxs .wzbox .bt{font-size: 20px;color: #000000;line-height: 24px;width: calc(100% - 80px);
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.details_section .right a:hover .boxs .bt{color: #9f7350;}
.details_section .right .page_wz{font-size: 18px;color: #000000;line-height: 24px;}
.details_section .right a:hover .page_wz{color: #9f7350;}
@media screen and (max-width:1680px) {
.details_section .left{width: 70%;padding: 50px 50px 60px 100px;}
.details_section .right{width: 30%;position: relative;padding: 50px 40px;}
}
@media screen and (max-width:1024px) {
.details_section .w_1920{display: block;}
.details_section .left{width: 100%;padding: 30px 15px 20px 15px;}
.details_section .left .title{font-size: 20px;line-height: 30px;margin-bottom: 10px;}
.details_section .left .date{font-size: 14px;line-height: 20px;margin-bottom: 14px;}
.details_section .left .content{padding-top: 14px;font-size: 14px;line-height: 24px;}
.details_section .right{background-color: #f4f4f4;padding: 20px 15px;width: 100%;display: flex;}
.details_section .right::after{display: none;}
.details_section .right .dd{margin-bottom: 0;width: calc(50% - 6px);margin-right: 12px;}
.details_section .right .dd:last-child{margin-right: 0;}
.details_section .right .boxs{margin-bottom: 10px;}
.details_section .right .boxs .wzbox{padding: 12px;display: block;}
.details_section .right .boxs .wzbox .datebox{width: 100%;margin-bottom: 6px;display: flex;justify-content: flex-start;align-items: center;}
.details_section .right .boxs .wzbox .datebox .dat1{font-size: 20px;line-height: 24px;margin-bottom: 0;margin-right: 6px;}
.details_section .right .boxs .wzbox .datebox .dat2{font-size: 13px;line-height: 20px;}
.details_section .right .boxs .wzbox .bt{width: 100%;font-size: 15px;line-height: 20px;-webkit-line-clamp:2;}
.details_section .right .page_wz{font-size: 15px;line-height: 20px;}
}

.ny_banner .posi_mess{width: 560px;position: absolute;right: 150px;top: 56%;transform: translate(0,-50%);}
.ny_banner .posi_mess .dd{margin-bottom: 10px;}
.ny_banner .posi_mess .dd:last-child{margin-bottom: 0;}
.ny_banner .posi_mess .input input{width: 100%;height: 70px;display: block;border-radius: 8px;padding: 0 22px;background-color: #fff;font-size: 18px;color: #333;}
.ny_banner .posi_mess .srk::-webkit-input-placeholder{font-size:18px;color:#999999;opacity: 1;}
.ny_banner .posi_mess .srk::-moz-placeholder{font-size:18px;color:#999999;opacity: 1;}
.ny_banner .posi_mess .srk::moz-placeholder{font-size:18px;color:#999999;opacity: 1;}
.ny_banner .posi_mess .srk:-ms-input-placeholder{font-size:18px;color:#999999;opacity: 1;}
.ny_banner .posi_mess .text textarea{width: 100%;height: 150px;background-color: #fff;font-size: 18px;color: #333;display: block;border-radius: 8px;padding: 22px;}
.ny_banner .posi_mess .yzm{display: flex;justify-content: space-between;align-items: stretch;}
.ny_banner .posi_mess .yzm input{width: calc(100% - 160px);height: 70px;display: block;border-radius: 8px;padding: 0 22px;background-color: #fff;font-size: 18px;color: #333;}
.ny_banner .posi_mess .yzm img{width: 150px;height: 70px;display: block;cursor: pointer;}
.ny_banner .posi_mess .btn a{display: flex;justify-content: center;align-items: center;background-color: #e0c797;width: 150px;border-radius: 8px;}
.ny_banner .posi_mess .btn a .wz{font-size: 18px;color: #ffffff;line-height: 70px;margin-right: 8px;}
.ny_banner .posi_mess .btn a img{width: 24px;display: block;}
.ny_banner .posi_mess .btn a:hover{opacity: 0.9;}
@media screen and (max-width:1680px) {
.ny_banner .posi_mess{width: 320px;}
.ny_banner .posi_mess .dd{margin-bottom: 8px;}
.ny_banner .posi_mess .input input{height: 40px;padding: 0 16px;font-size: 15px;}
.ny_banner .posi_mess .srk::-webkit-input-placeholder{font-size:15px;}
.ny_banner .posi_mess .srk::-moz-placeholder{font-size:15px;}
.ny_banner .posi_mess .srk::moz-placeholder{font-size:15px;}
.ny_banner .posi_mess .srk:-ms-input-placeholder{font-size:15px;}
.ny_banner .posi_mess .text textarea{height: 80px;font-size: 16px;padding: 16px;}
.ny_banner .posi_mess .yzm input{width: calc(100% - 140px);height: 40px;padding: 0 16px;font-size: 15px;}
.ny_banner .posi_mess .yzm img{width: 130px;height: 40px;}
.ny_banner .posi_mess .btn a{width: 120px;}
.ny_banner .posi_mess .btn a .wz{font-size: 15px;line-height: 40px;margin-right: 8px;}
.ny_banner .posi_mess .btn a img{width: 20px;}
}
@media screen and (max-width:1024px) {
.ny_banner .posi_mess{width: 100%;position: static;transform: translate(0,0);padding: 30px 15px;}
.ny_banner .posi_mess .dd{box-shadow: 0 0 10px rgba(0,0,0,0.08);margin-bottom: 14px;}
.ny_banner .posi_mess .dd:last-child{box-shadow: 0 0 0 rgba(0,0,0,0);}
.ny_banner .posi_mess .input input{height: 40px;padding: 0 12px;font-size: 15px;}
.ny_banner .posi_mess .srk::-webkit-input-placeholder{font-size:15px;}
.ny_banner .posi_mess .srk::-moz-placeholder{font-size:15px;}
.ny_banner .posi_mess .srk::moz-placeholder{font-size:15px;}
.ny_banner .posi_mess .srk:-ms-input-placeholder{font-size:15px;}
.ny_banner .posi_mess .text textarea{height: 80px;font-size: 15px;padding: 12px;}
.ny_banner .posi_mess .yzm input{width: calc(100% - 110px);height: 40px;padding: 0 12px;font-size: 15px;}
.ny_banner .posi_mess .yzm img{width: 100px;height: 40px;}
.ny_banner .posi_mess .btn a{width: 120px;}
.ny_banner .posi_mess .btn a .wz{font-size: 15px;line-height: 42px;margin-right: 8px;}
.ny_banner .posi_mess .btn a img{width: 22px;}
}

/* 关于我们 */
.gy_section1{width: 100%;padding-top: 50px;padding-bottom: 50px;}
.gy_section1 .title{font-size: 30px;color: #9f7250;line-height: 34px;margin-bottom: 26px;padding-left: 22px;position: relative;}
.gy_section1 .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.gy_section1 .content{display: flex;}
.gy_section1 .content .left{width: 43.51851851851852%;}
.gy_section1 .content .left img{width: 100%;display: block;}
.gy_section1 .content .right{width: 56.48148148148148%;padding-left: 136px;}
.gy_section1 .content .right .bt{font-size: 40px;color: #333333;line-height: 44px;margin-bottom: 16px;}
.gy_section1 .content .right .info{font-size: 18px;color: #333333;line-height: 30px;text-align: justify;}
@media screen and (max-width:1680px) {
.gy_section1 .content .right{padding-left: 60px;}
.gy_section1 .content .right .bt{font-size: 24px;line-height: 30px;margin-bottom: 12px;}
.gy_section1 .content .right .info{font-size: 14px;line-height: 22px;}
}
@media screen and (max-width:1024px) {
.gy_section1{padding-top: 30px;padding-bottom: 30px;}
.gy_section1 .title{font-size: 20px;line-height: 24px;margin-bottom: 20px;padding-left: 16px;}
.gy_section1 .title::after{width: 3px;height: 24px;}
.gy_section1 .content{display: block;}
.gy_section1 .content .left{width: 100%;}
.gy_section1 .content .right{width: 100%;padding-left: 0;margin-top: 16px;}
.gy_section1 .content .right .bt{font-size:16px;line-height: 20px;margin-bottom: 12px;}
.gy_section1 .content .right .info{font-size: 14px;line-height: 22px;}
}

.gy_section2{width: 100%;padding-top: 50px;background-color: #f4f4f4;}
.gy_section2 ul{margin: 0 -20px;width: calc(100% + 40px);display: flex;}
.gy_section2 ul li{width: 23.494%;padding: 0 20px;
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;}
.gy_section2 ul li .title{font-size: 30px;color: #9f7250;line-height: 34px;margin-bottom: 36px;padding-left: 22px;position: relative;}
.gy_section2 ul li .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.gy_section2 ul li .cont1{width: 100%;height: 300px;display: flex;justify-content: center;align-items: center;border-radius: 10px;cursor: pointer;}
.gy_section2 ul li:hover .cont1{background:#045ebf!important;}
.gy_section2 ul li .cont1 img{width: 50px;display: block;margin: 0 auto 26px auto;}
.gy_section2 ul li .cont1 .wz{font-size: 28px;color: #ffffff;line-height: 32px;text-align: center;margin-bottom: 36px;}
.gy_section2 ul li .cont1 .btn{width: 150px;font-size: 18px;color: #545454;line-height: 50px;border-radius: 25px;text-align: center;background-color: #fff; margin:0 auto;}
.gy_section2 ul li .cont2{display: none;width: 100%;padding: 50px 34px 50px 50px;border-radius: 10px;cursor: pointer;}
.gy_section2 ul li .cont2>div{padding-right: 25px;overflow: hidden;overflow-y: auto;max-height: 200px;}
.gy_section2 ul li .cont2>div::-webkit-scrollbar{ width: 5px;}
.gy_section2 ul li .cont2>div::-webkit-scrollbar-track{background-color: #ecc583;}
.gy_section2 ul li .cont2>div::-webkit-scrollbar-thumb{width: 5px;background-color: #b28958;}
.gy_section2 ul li .cont2 .bt{font-size: 30px;color: #ffffff;line-height: 34px;margin-bottom: 28px;}
.gy_section2 ul li .cont2 .jj{font-size: 18px;color: #ffffff;line-height: 28px;}
.gy_section2 ul li.on{width: 53.012%;}
.gy_section2 ul li.on .cont1{display: none;}
.gy_section2 ul li.on .cont2{display: block;}
@media screen and (max-width:1024px) {
.gy_section2{padding-top: 30px;}
.gy_section2 ul{margin: 0;width: 100%;display: block;}
.gy_section2 ul li{width: 100%!important;padding: 0;margin-bottom: 12px;}
.gy_section2 ul li:last-child{margin-bottom: 0;}
.gy_section2 ul li .title{font-size: 20px;line-height: 24px;margin-bottom: 20px;padding-left: 16px;}
.gy_section2 ul li .cont2{padding: 14px;border-radius: 8px;}
.gy_section2 ul li .cont2>div{padding-right: 0;max-height: 100000px;}
.gy_section2 ul li .cont2>div::-webkit-scrollbar{ width: 0;}
.gy_section2 ul li .cont2>div::-webkit-scrollbar-track{background-color: rgba(255,255,255,0);}
.gy_section2 ul li .cont2>div::-webkit-scrollbar-thumb{width: 0;background-color: rgba(255,255,255,0);}
.gy_section2 ul li .cont2>div::-webkit-scrollbar{ display: none;}
.gy_section2 ul li .cont2 .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gy_section2 ul li .cont2 .jj{font-size: 13px;line-height: 22px;}

.gy_section2 ul li .cont1{height: 160px;}

.gy_section2 ul li .cont1 img{width: 32px;margin: 0 auto 12px auto;}
.gy_section2 ul li .cont1 .wz{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.gy_section2 ul li .cont1 .btn{width: 100px;font-size: 14px;line-height: 32px;border-radius: 16px;margin: 0 auto;}
}

.gy_section3{width: 100%;background-color: #f4f4f4;padding-top: 40px;}
.gy_section3 .title{font-size: 30px;color: #9f7250;line-height: 34px;margin-bottom: 26px;padding-left: 22px;position: relative;}
.gy_section3 .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.gy_section3 .content{position: relative;}
.gy_section3 .content .ba_img{width: 100%;display: block;border-radius: 10px;}
.gy_section3 .content .posi_box{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);display: flex;justify-content: center;align-items: center;}
.gy_section3 .content .posi_box ._l{width: calc(50% - 60px);padding-right: 22px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.gy_section3 .content .posi_box ._l img{width: 51px;display: block;margin-bottom: 24px;}
.gy_section3 .content .posi_box ._l .wz{font-size: 16px;color: #ffffff;line-height: 20px;width: 100%;text-align: right;}
.gy_section3 .content .posi_box ._c{width: 120px;}
.gy_section3 .content .posi_box ._c img{width: 100%;display: block;}
.gy_section3 .content .posi_box ._r{width: calc(50% - 60px);padding-left: 30px;}
.gy_section3 .content .posi_box ._r .bt{font-size: 30px;color: #ffffff;line-height: 34px;margin-bottom: 6px;font-weight: bold;}
.gy_section3 .content .posi_box ._r .info{font-size: 20px;color: #ffffff;line-height: 28px;}
@media screen and (max-width:1024px) {
.gy_section3{padding-top: 30px;}
.gy_section3 .title{font-size: 20px;line-height: 24px;margin-bottom: 20px;padding-left: 16px;}
.gy_section3 .title::after{width: 3px;height: 24px;}
.gy_section3 .content .ba_img{border-radius: 8px;}
.gy_section3 .content .posi_box{position: static;transform: translate(0,0);flex-wrap: wrap;}
.gy_section3 .content .posi_box ._l{width: 100%;padding-right: 0;margin-top: 16px;margin-bottom: 12px;}
.gy_section3 .content .posi_box ._l img{width: 24px;margin-bottom: 0;margin-right: 10px;}
.gy_section3 .content .posi_box ._l .wz{font-size: 14px;color: #333;line-height: 20px;text-align: left;display: flex;width: calc(100% - 34px);}
.gy_section3 .content .posi_box ._l .wz br{display: none;}
.gy_section3 .content .posi_box ._c{width: 120px;margin: 0;}
.gy_section3 .content .posi_box ._r{width: calc(100% - 120px);padding-left: 12px;}
.gy_section3 .content .posi_box ._r .bt{font-size: 18px;line-height: 22px;color: #333;}
.gy_section3 .content .posi_box ._r .info{font-size: 16px;line-height: 24px;color: #333;}
}

.gy_section4{width: 100%;padding-bottom: 34px;background-color: #f4f4f4;padding-top: 50px;}
.gy_section4 .title{font-size: 30px;color: #9f7250;line-height: 34px;padding-left: 22px;position: relative;}
.gy_section4 .title::after{content: "";display: block;width: 5px;height: 30px;background-color: #9f7450;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
@media screen and (max-width:1024px) {
.gy_section4{padding-bottom: 20px;padding-top: 30px;}
.gy_section4 .title{font-size: 20px;line-height: 24px;padding-left: 16px;}
.gy_section4 .title::after{width: 3px;height: 24px;}
}

.gy_section5{width: 100%;position: relative;}
.gy_section5 .ba_img{width: 100%;display: block;}
.gy_section5 .posi_box{width: 600px;background-color: rgba(0,0,0,0.6);border-radius: 12px;position: absolute;right: 8.333333333333333%;top: 28.49002849002849%;padding: 36px 50px;}
.gy_section5 .posi_box li{margin-bottom: 20px;display: flex;justify-content: flex-start;align-items: center;}
.gy_section5 .posi_box li:last-child{margin-bottom: 0;}
.gy_section5 .posi_box li img{width: 50px;display: block;}
.gy_section5 .posi_box li .wz{font-size: 20px;color: #ffffff;line-height: 24px;width: calc(100% - 50px);padding-left: 20px;}
@media screen and (max-width:1024px) {
.gy_section5 .posi_box{width: calc(100% - 75px);border-radius: 8px;right: auto;left: 45px; top: 50%;transform: translate(0,-50%); padding: 14px;}
.gy_section5 .posi_box li{margin-bottom: 12px;}
.gy_section5 .posi_box li img{width: 30px;}
.gy_section5 .posi_box li .wz{font-size: 15px;line-height: 20px;width: calc(100% - 30px);padding-left: 12px;}
}

.zws_section{width: 100%;margin-top: -100px;opacity: 0;height: 100px;position: relative;z-index: -99;}
@media screen and (max-width:1024px) {
.zws_section{margin-top: -50px;height: 50px;}
}

.pagecon .left{width:100%;}
.pagecon .left .content{padding-top:0; border-top:0;}