﻿@charset "UTF-8";
html{
  font-size: 7.142vw;
}
@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: #E4007F;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #E4007F;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_1600{max-width: 1600px;margin-left: auto;margin-right: auto;}
.w_1920{max-width: 1920px;margin-left: auto;margin-right: auto;}
.w_width{max-width:1400px; 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;background: #fff;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs{ width: 100%;padding-left: 60px;padding-right: 60px;}
.t_navs .other{width: 100%;display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #e5e5e5;padding-top: 8px;padding-bottom: 8px;}
.t_navs .other .left{font-size: 16px;color: #333333;line-height: 30px;}
.t_navs .other .left span{font-size: 24px;color: #e4007f;margin: 0 4px;font-weight: bold;}
.t_navs .other .center{padding: 0 40px;}
.t_navs .other .center ul{display: flex;justify-content: center;align-items: center;}
.t_navs .other .center li{margin-right: 30px;}
.t_navs .other .center li:last-child{margin-right: 0;}
.t_navs .other .center a{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .other .center a img{height: 36px;display: block;}
.t_navs .other .center a .wz{font-size: 16px;color: #333;;line-height: 30px;margin-left: 10px;}
.t_navs .other .center a:hover{text-decoration: underline;}
.t_navs .other .right{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .other .right .input{width: 260px;position: relative;margin-right: 18px;}
.t_navs .other .right .input input{width: 100%;height: 30px;display: block;background: #edf0f3;padding: 0 40px 0 10px;font-size: 14px;color: #333333;}
.t_navs .other .right .input input::-webkit-input-placeholder{font-size:14px;color:#888888;opacity: 1;}
.t_navs .other .right .input input::-moz-placeholder{font-size:14px;color:#888888;opacity: 1;}
.t_navs .other .right .input input::moz-placeholder{font-size:14px;color:#888888;opacity: 1;}
.t_navs .other .right .input input:-ms-input-placeholder{font-size:14px;color:#888888;opacity: 1;}
.t_navs .other .right .input img{width: 20px;display: block;position: absolute;right: 7px;top: 50%;transform: translate(0,-50%);}
.t_navs .other .right .btn{margin-right: 14px;padding-right: 15px;position: relative;}
.t_navs .other .right .btn::after{content: "";display: block;width: 1px;height: 14px;background: #e5e5e5;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .other .right .btn:last-child{margin-right: 0;padding-right: 0;}
.t_navs .other .right .btn:last-child::after{display: none;}
.t_navs .other .right .btn a{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .other .right .btn img{width: 20px;display: block;}
.t_navs .other .right .btn .wz{font-size: 14px;color: #333333;line-height: 20px;margin-left: 2px;}
.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: 44px;}
.t_navs .top .logo .img2{display: none;}
.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: 0 12px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #333333; position: relative;padding: 0 8px;line-height: 82px; font-size: 16px;}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #E4007F;}
.t_navs .top .menu .l1 .a1::after,.t_navs .top .menu .l1 .a1::after{ content: ""; display: block; width: 0; height: 2px; background: #E4007F; position: absolute; bottom: 0; left: 50%;transform: translate(-50%,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;}
.t_navs .top .menu .l1.on .a1::after,.t_navs .top .menu .l1:hover .a1::after{width: 100%;}
.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(0, 0, 0, .2);backdrop-filter: blur(5px);padding: 10px 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: #E4007F;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 129px;opacity: 0;}
.wyb_s.on{box-shadow: 0 0 20px rgba(0,0,0,0.1);top: -47px;}
@media screen and (max-width:1790px) {
.t_navs .top .logo img{height: 38px;}
.t_navs .top .menu .l1{padding: 0 8px;}
.t_navs .top .menu .l1 .a1{padding: 0 6px;font-size: 14px;}
}
@media screen and (max-width:1500px) {
.t_navs .top .logo img{height: 30px;}
.t_navs .top .menu .l1{padding: 0 6px;}
.t_navs .top .menu .l1 .a1{padding: 0 4px;font-size: 14px;}
}
@media screen and (max-width:1300px) {
.t_navs .top .logo img{height: 26px;}
.t_navs .top .menu .l1{padding: 0 4px;}
.t_navs .top .menu .l1 .a1{padding: 0 2px;font-size: 13px;}
}
@media screen and (max-width:1300px) {
.t_navs .top .logo img{height: 24px;}
.t_navs .top .menu .l1{padding: 0 4px;}
.t_navs .top .menu .l1 .a1{padding: 0;font-size: 12px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .other{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 .top .logo .img1{display: none;}
.t_navs .top .logo .img2{display: block;}
.t_navs .top .btnbox{display: flex!important;justify-content: flex-start;align-items: center;margin-right: 20px;}
.t_navs .top .btnbox .btn{margin-right: 13px;padding-right: 12px;position: relative;}
.t_navs .top .btnbox .btn::after{content: "";display: block;width: 1px;height: 14px;background: #e5e5e5;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .top .btnbox .btn:last-child{margin-right: 0;padding-right: 0;}
.t_navs .top .btnbox .btn:last-child::after{display: none;}
.t_navs .top .btnbox .btn a{display: flex;justify-content: flex-start;align-items: center;}
.t_navs .top .btnbox .btn img{width: 20px;display: block;}
.t_navs .top .btnbox .btn .wz{font-size: 13px;color: #333333;line-height: 20px;margin-left: 4px;}
.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:#E4007F;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:#E4007F;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: #E4007F;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:#E4007F;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%;background: #E4007F;position:relative;z-index:20;}
.b_nav .nav1{width: 100%;padding-top: 20px;padding-bottom: 20px;background-color: rgba(0,0,0,.10);}
.b_nav .nav1 .w_1600{display: flex;justify-content: space-between;align-items: center;}
.b_nav .nav1 .left a{display: block;}
.b_nav .nav1 .left img{height: 44px;display: block;}
.b_nav .nav1 .right ul{display: flex;justify-content: flex-start;align-items: flex-start;}
.b_nav .nav1 .right li{padding-right: 30px;margin-right: 26px;position: relative;}
.b_nav .nav1 .right a{display: block;font-size: 16px;color: #fff;line-height: 24px;}
.b_nav .nav1 .right li::after{content: "";display: block;width: 4px;height: 4px;background: #fff;border-radius: 100%;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.b_nav .nav1 .right li:last-child{padding-right: 0;margin-right: 0;}
.b_nav .nav1 .right li:last-child::after{display: none;}
.b_nav .nav1 .right a:hover{text-decoration:underline;}
.b_nav .nav2{width: 100%;}
.b_nav .nav2 .cont1{width: 100%;padding-top: 40px;padding-bottom: 40px;border-bottom: solid 1px #ec4da6;display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .nav2 .cont1>div{width: calc(50% - 80px);display: flex;justify-content: flex-start;align-items: flex-end;}
.b_nav .nav2 .cont1 .left{width: calc(100% - 110px);padding-right: 40px;}
.b_nav .nav2 .cont1>div:nth-child(2) .left{width: calc(100% - 160px);}
.b_nav .nav2 .cont1 .left .bt{font-size: 20px;color: #fff;line-height: 24px;margin-bottom: 26px;font-weight: bold;}
.b_nav .nav2 .cont1 .left ul{width: 100%;}
.b_nav .nav2 .cont1 .left li{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 20px;}
.b_nav .nav2 .cont1 .left li:last-child{margin-bottom: 0;}
.b_nav .nav2 .cont1 .left img{width: 20px;display: block;}
.b_nav .nav2 .cont1 .left .wz{font-size: 14px;color: #fff;line-height: 20px;padding-left: 10px;width: calc(100% - 20px);}
.b_nav .nav2 .cont1 .right{width: 110px;}
.b_nav .nav2 .cont1 .right img{width: 100%;display: block;}
.b_nav .nav2 .cont1 .fx_ico{width: 32px;margin-bottom: 78px;margin-left: 18px;}
.b_nav .nav2 .cont1 .fx_ico a{display: block;width: 100%;height: 32px;background: #fff;border-radius: 4px;display: flex;justify-content: center;align-items: center;}
.b_nav .nav2 .cont1 .fx_ico a img{width: 24px;display: block;}
.b_nav .nav2 .cont1 .fx_ico a:hover{opacity: 0.8;}
.b_nav .nav2 .cont2{width: 100%;padding-top: 30px;padding-bottom: 30px;border-bottom: solid 1px #ec4da6;}
.b_nav .nav2 .cont2 .bt{font-size: 20px;color: #fff;line-height: 24px;margin-bottom: 16px;font-weight: bold;}
.b_nav .nav2 .cont2 ul{margin: 0 -12px;width: calc(100% + 24px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.b_nav .nav2 .cont2 ul li{padding: 0 12px;position: relative;}
.b_nav .nav2 .cont2 ul a{display: block;font-size: 14px;color: #fff;line-height: 30px;}
.b_nav .nav2 .cont2 ul li::after{content: "";display: block;width: 2px;height: 16px;background: rgba(255,255,255,0.4);position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.b_nav .nav2 .cont2 ul a:hover{text-decoration:underline;}
.b_nav .nav2 .cont3{width: 100%;padding-top: 16px;padding-bottom: 16px;font-size: 14px;color: #fff;line-height: 24px;text-align: center;}
.b_nav .nav2 .cont3 a{color: #fff;}
@media screen and (max-width:1680px) {
.b_nav .nav1 .left img{height: 36px;}
.b_nav .nav1 .right li{padding-right: 20px;margin-right: 16px;}
.b_nav .nav1 .right a{font-size: 14px;line-height: 20px;}
}
@media screen and (max-width:1350px) {
.b_nav .nav1 .left img{height: 30px;}
.b_nav .nav1 .right li{padding-right: 16px;margin-right: 12px;}
.b_nav .nav1 .right a{font-size: 13px;line-height: 20px;}
}
@media screen and (max-width:1190px) {
.b_nav .nav1 .left img{height: 24px;}
.b_nav .nav1 .right li{padding-right: 10px;margin-right: 8px;}
.b_nav .nav1 .right a{font-size: 12px;line-height: 20px;}
.b_nav .nav2 .cont1>div{width: calc(50% - 30px);}
}
@media screen and (max-width:1024px) {
.b_nav .nav1{display: none;}
.b_nav .nav2{width: 100%;}
.b_nav .nav2 .cont1{padding-top: 20px;padding-bottom: 20px;display: block;}
.b_nav .nav2 .cont1>div{width: 100%;margin-bottom: 20px;}
.b_nav .nav2 .cont1>div:last-child{margin-bottom: 0;}
.b_nav .nav2 .cont1 .left{width: calc(100% - 90px);padding-right: 20px;}
.b_nav .nav2 .cont1>div:nth-child(2) .left{width: calc(100% - 130px);}
.b_nav .nav2 .cont1 .left .bt{font-size: 16px;line-height: 20px;margin-bottom: 14px;}
.b_nav .nav2 .cont1 .left li{margin-bottom: 10px;}
.b_nav .nav2 .cont1 .right{width: 90px;}
.b_nav .nav2 .cont1 .fx_ico{width: 30px;margin-bottom: 60px;margin-left: 10px;}
.b_nav .nav2 .cont1 .fx_ico a{height: 30px;}
.b_nav .nav2 .cont1 .fx_ico a img{width: 22px;}
.b_nav .nav2 .cont2{display: none;}
.b_nav .nav2 .cont3{padding-top: 12px;padding-bottom: 12px;line-height: 20px;font-size: 13px;}
.b_nav .nav2 .cont3 a{display: block;}
.b_nav .nav2 .cont3 span{font-size: 11px;display: block;}
}

/*手机端底漂浮*/
.b_nav_zw{width: 100%;height: 0;}
.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: #E4007F; 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;}
@media screen and (max-width:1024px) {
.b_nav_zw{width: 100%;height: 60px;}
}

/*首页*/
.sy_banner{width: 100%;position: relative;z-index: 1;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul a{display: block;width: 100%;}
.sy_banner .ul img{width: 100%;display: block;}
.sy_banner .slick-dots{position: absolute;left: 50%;transform: translate(-50%,0);bottom: 100px;}
.sy_banner .slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 5px;background: rgba(255, 255, 255, 0.5);}
.sy_banner .slick-dots li.slick-active{ background: #ffffff;width: 24px;}
@media  screen and (max-width:1024px){
.sy_banner .slick-dots{bottom: 20px;}
.sy_banner .slick-dots li{border-radius:6px;width:6px; height:6px; margin:0 4px;}
.sy_banner .slick-dots li.slick-active{width: 18px;}
}

.sy_more{width: 100%;display: flex;justify-content: flex-end;align-items: flex-start;}
.sy_more a{width: 170px;display: block;font-size: 16px;color: #E4007F;line-height: 46px;border: 1px solid #E4007F;text-align: center;border-radius: 24px;}
.sy_more a:hover{background: #E4007F;color: #fff;}
@media  screen and (max-width:1024px){
.sy_more a{width: 120px;font-size: 14px;line-height: 32px;border-radius: 17px;margin: 0 auto;}
}

.sy_section1{width: 100%;position: absolute;left: 0;top: 0;transform: translate(0,-50%);}
.sy_section1 ul{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;background: #EDF0F3;}
.sy_section1 li{ flex: 1;padding: 30px;display: flex;justify-content: center;align-items: center;}
.sy_section1 ul img{width: 80px;display: block;}
.sy_section1 ul .wzbox{padding-left: 20px;}
.sy_section1 ul .wz1{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 10px;}
.sy_section1 ul .wz1 .span1{font-size: 40px;color: #000;line-height: 44px;font-weight: bold;}
.sy_section1 ul .wz1 .span2{font-size: 16px;color: #000;line-height: 20px;}
.sy_section1 ul .wz2{font-size: 16px;color: #000;line-height: 20px;}
@media  screen and (max-width:1024px){
.sy_section1{width: 100%;position: static;background: #EDF0F3;padding-top: 20px;padding-bottom: 20px;transform: translate(0,0);}
.sy_section1 li{padding: 0;display: block;}
.sy_section1 ul img{width: 36px;display: block;margin: 0 auto 8px auto;}
.sy_section1 ul .wzbox{padding-left: 0;text-align: center;}
.sy_section1 ul .wz1{justify-content: center;margin-bottom: 6px;}
.sy_section1 ul .wz1 .span1{font-size: 18px;line-height: 22px;}
.sy_section1 ul .wz1 .span2{font-size: 12px;line-height: 18px;}
.sy_section1 ul .wz2{font-size: 14px;line-height: 18px;}
}

.sy_section2{width: 100%;padding-top: 200px;padding-bottom: 120px;}
.sy_section2 .cont1{margin-bottom: 40px;display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section2 .cont1 .left{width: 50%;padding-right: 20px;}
.sy_section2 .cont1 .left .bt{font-size: 40px;color: #000;line-height: 44px;margin-bottom: 40px;font-weight: bold;}
.sy_section2 .cont1 .left .info{font-size: 18px;color: #231F20;line-height: 40px;}
.sy_section2 .cont1 .right{width: 50%;padding-left: 20px;}
.sy_section2 .cont1 .right .sy_more{margin-bottom: 40px;}
.sy_section2 .cont1 .right ul{width: 100%;display: flex;justify-content: flex-end;align-items: flex-start;}
.sy_section2 .cont1 .right li{margin-right: 70px;}
.sy_section2 .cont1 .right li:last-child{margin-right: 0;}
.sy_section2 .cont1 .right .ico{width: 60px;display: block;margin: 0 auto 16px 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_section2 .cont1 .right li:hover .ico{transform: rotateY(180deg);}
.sy_section2 .cont1 .right .wzbox{width: 100%;text-align: center;}
.sy_section2 .cont1 .right .wzbox .wz1{font-size: 16px;color: #333333;line-height: 24px;margin-bottom: 4px;}
.sy_section2 .cont1 .right .wzbox .wz2{font-size: 14px;color: #888888;line-height: 20px;}
.sy_section2 .cont2{width: 100%;position: relative;}
.sy_section2 .cont2 .vidbox{ padding-bottom: 30.625%; position: relative; overflow: hidden;}
.sy_section2 .cont2 .vidbox img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-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_section2 .cont2 .ico{width: 48px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #e4007f;height: 48px;display: flex;justify-content: center;align-items: center;cursor: pointer; border-radius: 100%;}
.sy_section2 .cont2 .ico:hover::after{background: #e4007f;}
.sy_section2 .cont2 .ico img{width: 24px;display: block;position: relative;z-index: 5;}
.sy_section2 .cont2 .ico::after{content: "";display: block;width: 64px;height: 64px;border: 1px dashed #e4007f;border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-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;}
@media  screen and (max-width:1680px){
.sy_section2 .cont1 .left .bt{font-size: 30px;line-height: 34px;margin-bottom: 26px;}
.sy_section2 .cont1 .left .info{font-size: 14px;line-height: 30px;}
.sy_section2 .cont1 .right li{margin-right: 40px;}
.sy_section2 .cont1 .right .ico{width: 50px;margin: 0 auto 14px auto;}
.sy_section2 .cont2 .videos{height: 380px;}
}
@media  screen and (max-width:1024px){
.sy_section2{padding-top: 30px;padding-bottom: 30px;}
.sy_section2 .cont1{margin-bottom: 20px;display: block;}
.sy_section2 .cont1 .left{width: 100%;padding-right: 0;margin-bottom: 14px;}
.sy_section2 .cont1 .left .bt{font-size: 20px;line-height: 24px;margin-bottom: 12px;}
.sy_section2 .cont1 .left .info{font-size: 14px;line-height: 24px;}
.sy_section2 .cont1 .left .info br{display: none;}
.sy_section2 .cont1 .right{width: 100%;padding-left: 0;}
.sy_section2 .cont1 .right .sy_more{margin-bottom: 0;margin-top: 12px;}
.sy_section2 .cont1 .right ul{align-items: center;width: calc(100% + 20px);margin: 0 -10px;}
.sy_section2 .cont1 .right li{margin-right: 0;flex: 1;padding: 0 10px;}
.sy_section2 .cont1 .right .ico{width: 32px;margin: 0 auto 10px auto;}
.sy_section2 .cont1 .right .wzbox .wz1{font-size: 15px;line-height: 20px;}
.sy_section2 .cont1 .right .wzbox .wz2{font-size: 13px;line-height: 18px;width: 76%;margin: 0 auto;}
.sy_section2 .cont2{width: 100%;position: relative;}
.sy_section2 .cont2 .vidbox{ padding-bottom: 50%;}
.sy_section2 .cont2 .vidbox video{min-height: 1px;height: 100%;}
.sy_section2 .cont2 .ico{width: 36px;height: 36px;}
.sy_section2 .cont2 .ico img{width: 20px;}
.sy_section2 .cont2 .ico::after{width: 44px;height: 44px;}
}

.sy_section3{width: 100%;padding-top: 120px;padding-bottom: 120px;background-color: #edf0f3;}
.sy_section3 h2{font-size: 40px;color: #000000;line-height: 48px;text-align: center;margin-bottom: 8px;font-weight: bold;}
.sy_section3 .jj{font-size: 16px;color: #555555;line-height: 30px;text-align: center;margin-bottom: 40px;}
.sy_section3 .content{margin-bottom: 40px;width: 100%;}
.sy_section3 .content ul{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_section3 .content li{width: 8.75%;position: relative;background: #e4007f;cursor: pointer;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .content li:nth-child(even){background: #e93399;}
.sy_section3 .content .cont1{width: 100%;height: 610px;}
.sy_section3 .content .cont1 .ico{width: 1px;height: 106px;background: #fff;margin: 0 auto 36px auto;position: relative;}
.sy_section3 .content .cont1 .ico::after{content: "";display: block;width: 10px;height: 10px;background: #fff;border-radius: 100%;position: absolute;left: 50%;bottom: 0;transform: translate(-50%,0);}
.sy_section3 .content .cont1 .wzbox{width: 100%;display: flex;justify-content: center;align-items: flex-start;}
.sy_section3 .content .cont1 .wzbox .wz{font-size: 22px;color: #ffffff;line-height: 30px;writing-mode: vertical-rl;max-height: 420px;}
.sy_section3 .content .cont2{display: none;width: 100%;height: 610px;position: relative;}
.sy_section3 .content .cont2 .ico{width: 48px;height: 48px;display: flex;justify-content: center;align-items: center;background: #e4007f;border-radius: 100%;position: absolute;right: 32px;bottom: 32px;}
.sy_section3 .content .cont2 .ico img{width: 30px;display: block;position: relative;z-index: 3;}
.sy_section3 .content .cont2 .ico::after{content: "";display: block;width: 64px;height: 64px;border: 1px dashed #e4007f;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);border-radius: 100%;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 .content li.on{width: 56.25%;}
.sy_section3 .content li.on .cont1{display: none;}
.sy_section3 .content li.on .cont2{display: block;}
.sy_section3 .content .cont2 .ico:hover::after{background: #e4007f;}
.sy_section3 .sy_more{justify-content: center;}
@media  screen and (max-width:1680px){
.sy_section3 .content .cont1{height: 480px;}
.sy_section3 .content .cont1 .ico{height: 86px;}
.sy_section3 .content .cont1 .wzbox .wz{font-size: 18px;line-height: 26px;max-height: 340px;}
.sy_section3 .content .cont2{height: 480px;}
}
@media  screen and (max-width:1024px){
.sy_section3{padding: 30px 15px;}
.sy_section3 h2{font-size: 20px;line-height: 24px;}
.sy_section3 .jj{font-size: 14px;line-height: 24px;width: 70%;margin: 0 auto 12px auto;}
.sy_section3 .content{margin-bottom: 20px;}
.sy_section3 .content ul{display: block;}
.sy_section3 .content li{width: 100%;}
.sy_section3 .content .cont1{height: auto;padding: 20px 20px 20px 0;}
.sy_section3 .content .cont1 .ico{width: 120px;height: 1px;margin: 0 0 12px 0;}
.sy_section3 .content .cont1 .ico::after{width: 6px;height: 6px;left: auto;right: 0; bottom: auto;top: 50%; transform: translate(0,-50%);}
.sy_section3 .content .cont1 .wzbox{display: block;padding-left: 20px;}
.sy_section3 .content .cont1 .wzbox .wz{font-size: 16px;line-height: 24px;writing-mode: horizontal-tb;max-height: 100000000000px;width: 100%;}
.sy_section3 .content .cont2{height: auto;background: url()!important;}
.sy_section3 .content .cont2 .pic{width: 100%;}
.sy_section3 .content .cont2 .pic img{width: 100%;display: block;}
.sy_section3 .content .cont2 .ico{width: 36px;height: 36px;right: 12px;bottom: 12px;}
.sy_section3 .content .cont2 .ico img{width: 24px;}
.sy_section3 .content .cont2 .ico::after{width: 44px;height: 44px;}
.sy_section3 .content li.on{width: 100%;}
}

.sy_section4{width: 100%;padding-top: 120px;padding-bottom: 120px;}
.sy_section4 h3{font-size: 40px;color: #000000;line-height: 48px;text-align: center;margin-bottom: 8px;font-weight: bold;}
.sy_section4 .jj{font-size: 16px;color: #555555;line-height: 30px;text-align: center;margin-bottom: 40px;}
.sy_section4 .content{width: 100%;margin-bottom: 40px;}
.sy_section4 .content ul{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section4 .content ul li{padding: 10px;width: 25%;}
.sy_section4 .content ul a{display: block;width: 100%;position: relative;}
.sy_section4 .content ul a::after{content: "";display: block;transition: all 0.6s ease;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(85, 136, 170, 0);transform: scale(0.4);opacity: 1;z-index: 2;}
.sy_section4 .content ul a:hover::after{opacity: 1;transform: scale(1.04);background: #E4007F;box-shadow: 0px 8px 13px rgba(0 0 0 / 34%);z-index: 20;}
.sy_section4 .content ul a .pic{ width: 100%; padding-bottom: 66.49%; 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;}
.sy_section4 .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;}
.sy_section4 .content ul a:hover .pic img{transform: translate(-50%,-50%)scale(0.7);}
.sy_section4 .content ul a .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);z-index: 21;padding: 0 30px;transition: all 0.6s ease;opacity: 0;}
.sy_section4 .content ul a .bt{font-size: 16px;color: #fff;line-height: 30px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .content ul a .line{width: 30px;height: 1px;background: rgba(255,255,255,0.5);margin: 16px auto;}
.sy_section4 .content ul a .info{font-size: 14px;color: rgba(255, 255, 255, 0.8);line-height: 24px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .content ul a .more{font-size: 20px;width: 40px;height: 24px;color: #fff;text-align: center;line-height: 18px;margin: 20px auto 0px;transition: all .36s ease;border: 1px solid rgba(255, 255, 255, 0.4) !important;}
.sy_section4 .content ul a:hover .wzbox{opacity: 1;}
.sy_section4 .content ul .l2 a .pic video{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align: middle;
-ms-interpolation-mode: bicubic;}
.sy_section4 .content ul .l2 a .ico{width: 46px;height: 46px;background: #E4007F;border-radius: 100%;display: flex;justify-content: center;align-items: center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;}
.sy_section4 .content ul .l2 a .ico img{width: 30px;display: block;}
.sy_section4 .sy_more{justify-content: center;}
@media  screen and (max-width:1680px){
.sy_section4 .content ul a .wzbox{padding: 0 20px;}
.sy_section4 .content ul a .bt{font-size: 14px;line-height:24px;}
.sy_section4 .content ul a .line{width: 30px;margin: 12px auto;}
.sy_section4 .content ul a .info{font-size: 13px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.sy_section4{padding-top: 30px;padding-bottom: 30px;}
.sy_section4 h3{font-size: 20px;line-height: 24px;}
.sy_section4 .jj{font-size: 14px;line-height: 24px;margin: 0 auto 12px auto;}
.sy_section4 .content{margin-bottom: 20px;}
.sy_section4 .content ul{margin: -6px;width: calc(100% + 12px);}
.sy_section4 .content ul li{padding: 6px;width: 50%;}
.sy_section4 .content ul a .wzbox{padding: 0 12px;}
.sy_section4 .content ul a .bt{font-size: 15px;line-height: 20px;-webkit-line-clamp:2;}
.sy_section4 .content ul a .line{width: 24px;margin: 10px auto;}
.sy_section4 .content ul a .info{font-size: 13px;line-height: 20px;-webkit-line-clamp:2;}
.sy_section4 .content ul a .more{display: none;}
.sy_section4 .content ul .l2 a .ico{width: 36px;height: 36px;top: 40%;display: none;}
.sy_section4 .content ul .l2 a .ico img{width: 24px;}
.sy_section4 .sy_more{justify-content: center;}
}

.sy_section5{width: 100%;padding-top: 100px;padding-bottom: 120px;position: relative;background: #edf0f3;}
.sy_section5::after{content: "";display: block;width: 100%;height: 334px;position: absolute;left: 0;top: 0;z-index: 1;}
.sy_section5 .tit_box{width: 100%;position: absolute;left: 0;top: 124px;z-index: 2;}
.sy_section5 .tit_box .bt{font-size: 40px;color: #ffffff;line-height: 44px;font-weight: bold;margin-bottom: 14px;}
.sy_section5 .tit_box .jj{font-size: 16px;color: #ffffff;line-height: 20px;}
.sy_section5 .content{width: 100%;position: relative;z-index: 30;padding-top: 220px;padding-bottom: 40px;}
.sy_section5 .content .sbanner {width: 96%;margin: 0 auto;position: relative;overflow: hidden;}
.sy_section5 .content .sbanner img {width: 100%;display: block;}
.sy_section5 .content .sbanner .swiper-pagination-bullet-active {background-color: #fff;opacity: .8;}
.sy_section5 .content .sbanner .swiper-button-next,
.sy_section5 .content .sbanner .swiper-button-prev {color: #fff;opacity: .8;transition: .5s;}
.sy_section5 .content .renyuan .gund .swiper-slide a {position: relative;}
.sy_section5 .content .renyuan .gund .xia {opacity: 0;transition: .6s;position: absolute;bottom: 0;background-color: #fff;left: 0;right: 0;padding: 5px;border-top-right-radius: 15px;}
.sy_section5 .content .renyuan .gund .xia .float-right {width: 20px;height: 20px;border-radius: 50%;border: 1px solid #eee;display: flex;justify-content: center;align-items: center;}
.sy_section5 .content .renyuan .gund .xia .float-right img {width: 10px;height: 10px;display: block;}
.sy_section5 .content .renyuan_page .t1 {width: 50%;float: left;}
.sy_section5 .content .renyuan_page .t2 {float: right;width: 40%;}
.sy_section5 .content .renyuan_page .container {overflow: hidden;}
.sy_section5 .content .renyuan_page .glb_title {text-align: left;}
.sy_section5 .content .renyuan_page .subtitle {font-size: 18px;padding: 20px 0;border-bottom: 1px solid #eee;}
.sy_section5 .content .renyuan_page .xiazai {color: #b36443;padding: 30px 0;font-size: 18px;}
.sy_section5 .content .renyuan_page .xiazai a {color: #b36443;font-size: 18px;}
.sy_section5 .content .renyuan_page .chenguo {font-size: 28px;padding-top: 60px;padding-bottom: 10px;}
.sy_section5 .content .renyuan_page .t1 ul {padding-left: 16px;}
.sy_section5 .content .renyuan_page .t1 ul li::marker {color: #b36443;}
.sy_section5 .content .renyuan .gund .xia .tt {font-size: 11px;font-weight: bold;transform: scale(.8);transform-origin: left;line-height: 1;}
.sy_section5 .content .renyuan .gund .xia .con {width:100%; font-size: 11px;color: #999;transform: scale(.7);transform-origin: left;line-height: 1.3;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; max-height:40px;

}
.sy_section5 .content .renyuan .gund .swiper-slide {padding: 180px 50px 0 50px;transition: .5s;}
.sy_section5 .content .renyuan .gund .swiper-slide p {position: absolute;bottom: -50px;z-index: 999;text-align: center;padding-left: 15%;}
.sy_section5 .content .renyuan .gund .swiper-slide-active,
.sy_section5 .content .renyuan .gund .swiper-slide-duplicate-active {transform: scale(1.9);transform-origin: bottom;}
.sy_section5 .content .renyuan .gund .swiper-slide-active a,
.sy_section5 .content .renyuan .gund .swiper-slide-duplicate-active a {display: block;box-shadow: 0 1px 15px 0px rgba(0, 0, 0, .2);}
.sy_section5 .content .renyuan .gund .swiper-slide a {display: block;}
.sy_section5 .content .renyuan .gund .swiper-slide-active .xia,
.sy_section5 .content .renyuan .gund .swiper-slide-duplicate-active .xia {opacity: 1;}
.sy_section5 .content .renyuan .gund .sbanner {margin-top: -190px;padding-top: 60px;padding-bottom: 40px;}
.sy_section5 .content .renyuan .tops .t1 .glb_title {text-align: left;}
.sy_section5 .content .renyuan .tops .t1 p {max-width: 500px;}
.sy_section5 .content .renyuan .tops {position: relative;padding-bottom: 120px;}
.sy_section5 .content .renyuan .tops .bj {position: absolute;bottom: 0;width: 100%;z-index: -1;}
.sy_section5 .content .renyuan .tops .bj img {max-width: none;width: 100%;}
.sy_section5 .sy_more{justify-content: center;}
.sy_section5 .float-right {float: right !important}
@media  screen and (max-width:1024px){
.sy_section5{padding-top: 30px;padding-bottom: 30px;}
.sy_section5::after{height: 180px;}
.sy_section5 .tit_box{width: 100%;position: relative;left: 0;top: 0;z-index: 2;}
.sy_section5 .tit_box .bt{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.sy_section5 .tit_box .jj{font-size: 14px;line-height: 18px;}
.sy_section5 .content{padding-top: 0;padding-left: 30px;padding-right: 30px;padding-bottom: 0;}
.sy_section5 .content .renyuan .gund .swiper-slide {padding: 20px;}
.sy_section5 .content .renyuan .gund .sbanner {margin-top: 0px;padding-top: 0;padding-bottom: 0;}
.sy_section5 .content .renyuan .gund .swiper-slide-active,
.sy_section5 .content .renyuan .gund .swiper-slide-duplicate-active {transform: scale(1);}
.sy_section5 .content .renyuan .tops {padding-bottom: 50px;}
.sy_section5 .content .renyuan .gund .xia .con,
.sy_section5 .content .renyuan .gund .xia .tt {font-size: 14px;transform: scale(1);line-height: 2;}
.sy_section5 .content .renyuan_page .t2 {float: none;width:100%;}
.sy_section5 .content .renyuan_page .t1 {width: 100%;float: none;}
.sy_section5 .content .renyuan_page .subtitle {font-size: 14px;}
.sy_section5 .content .renyuan_page .xiazai {font-size: 14px;}
.sy_section5 .content .renyuan_page .xiazai a {font-size: 14px;}
.sy_section5 .content .renyuan_page .chenguo {font-size: 18px;}
.sy_section5 .content .renyuan .gund .xia{padding: 12px;}

.sy_section5 .sy_more{justify-content: center;}

.sy_section5 .content .renyuan .gund .xia .con{max-height:56px;}

}

.sy_section6{width: 100%;padding-top: 120px;padding-bottom: 120px;}
.sy_section6 h4{font-size: 40px;color: #000000;line-height: 48px;text-align: center;margin-bottom: 8px;font-weight: bold;}
.sy_section6 .jj{font-size: 16px;color: #555555;line-height: 30px;text-align: center;margin-bottom: 40px;}
.sy_section6 .cont1{margin-bottom: 30px;}
.sy_section6 .cont1 .ul{width: 100%;}
.sy_section6 .cont1 .li{width: 100%;}
.sy_section6 .cont1 a{display: flex;justify-content: flex-start;align-items: stretch;background: #edf0f3;}
.sy_section6 .cont1 a .left{width: 630px;}
.sy_section6 .cont1 a .pic{ width: 100%; padding-bottom: 63.49%; 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_section6 .cont1 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_section6 .cont1 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_section6 .cont1 a .right{width: calc(100% - 630px);padding: 72px 62px 72px 66px;}
.sy_section6 .cont1 a .right .btbox{width: 100%;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 32px;}
.sy_section6 .cont1 a .right .ico{width: 64px;height: 64px;background: #e4007f;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section6 .cont1 a .right .ico img{width: 30px;display: block;}
.sy_section6 .cont1 a .right .wzbox{width: calc(100% - 64px);padding-left: 15px;}
.sy_section6 .cont1 a .right .bt{font-size: 20px;color: #000000;line-height: 24px;margin-bottom: 8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section6 .cont1 a:hover .right .bt{font-weight: bold;color: #E4007F;}
.sy_section6 .cont1 a .right .date{font-size: 16px;color: #555555;line-height: 20px;}
.sy_section6 .cont1 a .right .info{font-size: 16px;color: #555555;line-height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section6 .cont1 .slick-dots{position: absolute;left: 696px;bottom: 40px;width: auto;}
.sy_section6 .cont1 .slick-dots li{border-radius:0;width:30px; height:4px;margin:0 10px 0 0;background: #d5d8da;}
.sy_section6 .cont1 .slick-dots li.slick-active{ background: #e4007f;width: 30px;}
.sy_section6 .cont2{width: 100%;margin-bottom: 40px;}
.sy_section6 .cont2 .ul{width: calc(100% + 20px);margin: 0 -10px;}
.sy_section6 .cont2 .ul .li{padding: 0 10px;}
.sy_section6 .cont2 .ul a{display: block;width: 100%;background: #edf0f3;margin-top: 15px;padding: 0 60px;height: 280px;}
.sy_section6 .cont2 .ul a .datebox{width: 100px;transform: translate3d(0,-15px,0);background: #E4007F;padding: 24px 20px 24px 20px;transition: all 0.3s ease-out 0s;margin-bottom: 20px;}
.sy_section6 .cont2 .ul a .datebox .date1{font-size: 20px;color: #fff;line-height: 24px;margin-bottom: 6px;font-weight: bold;}
.sy_section6 .cont2 .ul a .datebox .date2{font-size: 16px;color: #fff;line-height: 20px;font-weight: lighter;}
.sy_section6 .cont2 .ul a .bt{font-size: 20px;color: #000;line-height: 30px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section6 .cont2 .ul a .info{font-size: 16px;color: #555555;line-height: 30px;margin-top: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section6 .cont2 .ul a:hover{background: #E4007F;}
.sy_section6 .cont2 .ul a:hover .datebox{background: #edf0f3;padding-top: 40px;}
.sy_section6 .cont2 .ul a:hover .datebox .date1,
.sy_section6 .cont2 .ul a:hover .datebox .date2{color: #E4007F;}
.sy_section6 .cont2 .ul a:hover .bt,
.sy_section6 .cont2 .ul a:hover .info{color: #fff;}
.sy_section6 .sy_more{justify-content: center;}
@media  screen and (max-width:1680px){
.sy_section6{padding-top: 100px;padding-bottom: 100px;}
.sy_section6 .cont1{margin-bottom: 20px;}
.sy_section6 .cont1 a .left{width: 400px;}
.sy_section6 .cont1 a .right{width: calc(100% - 400px);padding: 40px;}
.sy_section6 .cont1 a .right .btbox{margin-bottom: 24px;}
.sy_section6 .cont1 a .right .ico{width: 50px;height: 50px;}
.sy_section6 .cont1 a .right .ico img{width: 24px;}
.sy_section6 .cont1 a .right .wzbox{width: calc(100% - 50px);}
.sy_section6 .cont1 a .right .bt{font-size: 18px;}
.sy_section6 .cont1 a .right .date{font-size: 14px;}
.sy_section6 .cont1 a .right .info{font-size: 14px;line-height: 24px;}
.sy_section6 .cont1 .slick-dots{left: 440px;bottom: 30px;}
.sy_section6 .cont2 .ul a{padding: 0 30px;}
}
@media  screen and (max-width:1024px){
.sy_section6{padding-top: 30px;padding-bottom: 30px;}
.sy_section6 h4{font-size: 20px;line-height: 24px;}
.sy_section6 .jj{font-size: 14px;line-height: 24px;margin: 0 auto 12px auto;}
.sy_section6 .cont1{margin-bottom: 20px;}
.sy_section6 .cont1 a{display: block;}
.sy_section6 .cont1 a .left{width: 100%;}
.sy_section6 .cont1 a .right{width: 100%;padding: 20px 20px 40px 20px;}
.sy_section6 .cont1 a .right .btbox{margin-bottom: 12px;}
.sy_section6 .cont1 a .right .ico{width: 46px;height: 46px;}
.sy_section6 .cont1 a .right .ico img{width: 24px;}
.sy_section6 .cont1 a .right .wzbox{width: calc(100% - 46px);padding-left: 12px;}
.sy_section6 .cont1 a .right .bt{font-size: 16px;line-height: 20px;}
.sy_section6 .cont1 a .right .date{font-size: 14px;line-height: 18px;}
.sy_section6 .cont1 a .right .info{font-size: 14px;line-height: 24px;min-height: 48px;-webkit-line-clamp:2;}
.sy_section6 .cont1 .slick-dots{position: absolute;left: 20px;bottom: 20px;width: auto;}
.sy_section6 .cont1 .slick-dots li{border-radius:0;width:20px; height:2px;margin:0 6px 0 0;}
.sy_section6 .cont1 .slick-dots li.slick-active{width: 20px;}
.sy_section6 .cont2{margin-bottom: 20px;}
.sy_section6 .cont2 .ul{width: calc(100% + 12px);margin: 0 -6px;}
.sy_section6 .cont2 .ul .li{padding: 0 6px;}
.sy_section6 .cont2 .ul a{margin-top: 12px;padding: 0 20px;height: 140px;}
.sy_section6 .cont2 .ul a .datebox{width: 80px;transform: translate3d(0,-12px,0);padding: 12px;margin-bottom: 12px;}
.sy_section6 .cont2 .ul a .datebox .date1{font-size: 16px;line-height: 20px;}
.sy_section6 .cont2 .ul a .datebox .date2{font-size: 14px;line-height: 18px;}
.sy_section6 .cont2 .ul a .bt{font-size: 16px;line-height: 24px;-webkit-line-clamp:2;}
.sy_section6 .cont2 .ul a .info{font-size: 14px;line-height: 20px;margin-top: 12px;min-height: 40px;display: none;}
.sy_section6 .cont2 .ul a:hover .datebox{padding-top: 20px;}
.sy_section6 .cont2 .ul .slick-dots{margin-top: 16px;}
.sy_section6 .cont2 .ul .slick-dots li{border-radius:0;width:20px; height:2px;margin:0 6px 0 0;}
.sy_section6 .cont2 .ul .slick-dots li.slick-active{width: 20px;}
}

.sy_section7{width: 100%;}
.sy_section7 .li{height: 840px;cursor: pointer;position: relative;}
.sy_section7 .cont1{width: 100%;height: 840px;padding: 120px 160px 60px 160px;background: #E4007F;position: absolute;left: 0;top: 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_section7 .cont1 .bt{font-size: 40px;color: #fff;line-height: 44px;font-weight: bold;margin-bottom: 40px;;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.sy_section7 .cont1 .pic{ padding-bottom: 63.89%; position: relative; overflow: hidden;margin-bottom: 20px;}
.sy_section7 .cont1 .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_section7 .cont1 .info{font-size: 16px;color: #fff;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section7 .cont2{width: 100%;position: relative;position: absolute;left: 0;top: 0;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;
transform: scale(0.7);
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-o-transform: scale(0.7);
-ms-transform: scale(0.7);}
.sy_section7 .cont2 .pic div{width: 100%;height: 840px;}
.sy_section7 .cont2 .info{font-size: 24px;color: #fff;line-height: 48px;padding: 0 60px;position: absolute;left: 0;bottom: 50px;width: 100%;}
.sy_section7 .li.on .cont1{opacity: 0;}
.sy_section7 .li.on .cont2{opacity: 1;
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){
.sy_section7 .li{height: 620px;}
.sy_section7 .cont1{height: 620px;padding: 100px 100px 40px 100px;}
.sy_section7 .cont1 .info{font-size: 14px;line-height: 20px;}
.sy_section7 .cont2 .pic div{width: 100%;height: 620px;}
.sy_section7 .cont2 .info{font-size: 18px;color: #fff;line-height: 30px;padding: 0 40px;bottom: 40px;}
}
@media  screen and (max-width:1024px){
.sy_section7{padding: 0 15px 30px 15px;}
.sy_section7 .li{height: auto;}
.sy_section7 .cont1{height: auto;padding: 20px;position: static;}
.sy_section7 .cont1 .bt{font-size: 18px;line-height: 24px;margin-bottom: 14px;}
.sy_section7 .cont1 .pic{margin-bottom: 14px;}
.sy_section7 .cont1 .info{font-size: 14px;line-height: 20px;-webkit-line-clamp:100;}
.sy_section7 .cont2{display: none;}
.sy_section7 .li.on .cont1{opacity: 1;}
.sy_section7 .slick-dots{margin-top: 20px;}
}

/*20250221start*/
.sy_section8{width: 100%;padding-top: 120px;padding-bottom: 120px;position:relative;}
.sy_section8::after{content:"";display:block;width:100%;height:120px;background:#fff;position:absolute;left:0;bottom:0;z-index:20;}
.sy_section8 h4{font-size: 40px;color: #000000;line-height: 48px;text-align: center;margin-bottom: 8px;font-weight: bold;}
.sy_section8 .jj{font-size: 16px;color: #555555;line-height: 30px;text-align: center;margin-bottom: 40px;}
.sy_section8 .content{width:100%;position:relative;padding-bottom:1020px;}
.sy_section8 .content .cont{width:100%;position:absolute;left:0;top:0;}
.sy_section8 .content img{width:100%;display:block;}
@media  screen and (max-width:1024px){
.sy_section8{padding-top: 30px;padding-bottom: 30px;}
.sy_section8::after{height:30px;}
.sy_section8 h4{font-size: 20px;line-height: 24px;}
.sy_section8 .jj{font-size: 14px;line-height: 24px;margin: 0 auto 12px auto;}
.sy_section8 .content{padding-bottom:200px;}
}
/*20250221end*/


.sy_section9{background: #edf0f3;padding-top: 120px;padding-bottom: 120px;position:relative;z-index:20;}
.sy_section9 .w_1600{display: flex;justify-content: flex-start;align-items: center;}
.sy_section9 .left{width: 56%;}
.sy_section9 .left h5{font-size: 40px;color: #000000;line-height: 48px;margin-bottom: 8px;font-weight: bold;}
.sy_section9 .left .jj{font-size: 16px;color: #555555;line-height: 30px;margin-bottom: 40px;}
.sy_section9 .left .ul{margin: 0 -5px;width: calc(100% + 10px);}
.sy_section9 .left .ul .li{padding: 0 5px;}
.sy_section9 .left .ul a{margin-bottom: 10px;display: block; width: 100%;}
.sy_section9 .left .ul a:last-child{margin-bottom: 0;}
.sy_section9 .left .ul a .pic{ width: 100%; padding-bottom: 39.473%; 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_section9 .left .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_section9 .left .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_section9 .right{width: 44%;}
.sy_section9 .right::after{content: "";display: block;clear: both;}
.sy_section9 .right .r_box{zoom:0.84;float: right;}
.sy_section9 .right .r_box .index-partners {color: #fff; }
.sy_section9 .right .r_box .index-partners .wal {position: relative; }
.sy_section9 .right .r_box .index-partners .content {font-size: 16px;line-height: 36px;position: relative;padding: 65px 0 30px 0;max-width: 50%; }
.sy_section9 .right .r_box .index-partners .content:before {content: "";display: block;position: absolute;left: 0;top: 30px;width: 30px;height: 2px;background: #fff; }
.sy_section9 .right .r_box .index-partners .content p {padding-bottom: 10px; }
.sy_section9 .right .r_box .index-partners .container {width: 650px;height: 650px;position: relative;z-index: 10;right: 45px;top: auto;bottom: auto; margin-top: 32px;}
.sy_section9 .right .r_box .index-partners .container .box{content: "";display: block;position: absolute;left: 50%;top: 50%;z-index: 11;width: 184px;height: 184px;margin-left: -92px;margin-top: -92px;background: url() center no-repeat;background-size: 100%;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%; }
.sy_section9 .right .r_box .index-partners .container .box .box2{display: none;}
.sy_section9 .right .r_box .index-partners .container:after {content: "";display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background-size: 100%; }
.sy_section9 .right .r_box .index-partners .container .yuan-1 {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: url("img/img85.png") center no-repeat;background-size: 100%;
animation-name: rotate;
animation-duration: 10s;
animation-iteration-count: infinite;
animation-timing-function: linear;}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.sy_section9 .right .r_box .index-partners .container .yuan-2 {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: url("img/img86.png") center no-repeat;background-size: 100%;
animation-name: rotate;
animation-duration: 26s;
animation-iteration-count: infinite;
animation-timing-function: linear;}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.sy_section9 .right .r_box .index-partners .container .yuan-3 {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: url("img/img87.png") center no-repeat;background-size: 100%;
animation-name: rotate;
animation-duration: 10s;
animation-iteration-count: infinite;
animation-timing-function: linear;}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.sy_section9 .right .r_box .index-partners .btn {width: 440px;height: 440px;position: absolute;z-index: 10;left: 50%;right: auto;top: 50%;bottom: auto;margin-left: -220px;margin-top: -220px; }
.sy_section9 .right .r_box .index-partners .btn li {width: 50%;height: 220px;overflow: hidden;position: relative;cursor: pointer; }
.sy_section9 .right .r_box .index-partners .btn li:before {content: "";display: block;position: absolute;width: 200px;height: 200px;background: #E4007F; transition: all 0.5s;}
.sy_section9 .right .r_box .index-partners .btn li .name {font-size: 20px;line-height: 36px;color: #FFF;position: absolute;z-index: 10;left: auto;right: auto;top: auto;bottom: auto;margin-top: 0; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(1):before {border-top-left-radius: 220px;-webkit-border-top-left-radius: 220px;right: 2px;bottom: 2px; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(1) .name {right: 75px;top: 90px; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(1) .name div:nth-child(2) {position: relative;left: -10px; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(2):before {border-top-right-radius: 220px;-webkit-border-top-right-radius: 220px;left: 2px;bottom: 2px; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(2) .name {left: 75px;top: 90px; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(2) .name div:nth-child(2) {position: relative;left: 1em; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(3):before {border-bottom-left-radius: 220px;-webkit-border-bottom-left-radius: 220px;right: 2px;top: 2px; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(3) .name {right: 45px;top: 75px; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(3) .name div:nth-child(1) {position: relative;left: -1em; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(4):before {border-bottom-right-radius: 220px;-webkit-border-bottom-right-radius: 220px;left: 2px;top: 2px; }
.sy_section9 .right .r_box .index-partners .btn li:nth-child(4) .name {left: 75px;top: 75px;text-align: right; }
.sy_section9 .right .r_box .index-partners .btn li.on:before {background: #E4007F;width: 216px;height: 216px; }
.sy_section9 .right .r_box .index-partners .btn li.on .name {font-size: 28px;line-height: 42px;margin-top: 6px; }
.sy_section9 .right .r_box .index-partners .list li {position: absolute;z-index: 9;left: 50%;right: auto;top: 50%;bottom: auto;margin-left: 0;margin-top: 0;opacity: 0; }
.sy_section9 .right .r_box .index-partners .list li a {display: block;width: 110px;height: 110px;padding: 5px;background: #fff;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;margin-left: -55px;margin-top: -55px; }
.sy_section9 .right .r_box .index-partners .list.show li {opacity: 1; }
.sy_section9 .right .r_box .index-partners .list.show li:nth-child(1) {margin-top: -305px; }
.sy_section9 .right .r_box .index-partners .list.show li:nth-child(2) {margin-left: 305px; }
.sy_section9 .right .r_box .index-partners .list.show li:nth-child(3) {margin-left: 145px;margin-top: 270px; }
.sy_section9 .right .r_box .index-partners .list.show li:nth-child(4) {margin-left: -208px;margin-top: 225px; }
.sy_section9 .right .r_box .index-partners .list.show li:nth-child(5) {margin-left: -290px;margin-top: -105px; }
.sy_section9 .right .r_box .index-partners .list-1.show li:nth-child(1) {margin-top: -305px; }
.sy_section9 .right .r_box .index-partners .list-1.show li:nth-child(2) {margin-left: 300px;margin-top: 55px; }
.sy_section9 .right .r_box .index-partners .list-1.show li:nth-child(3) {margin-left: -63px;margin-top: 295px; }
.sy_section9 .right .r_box .index-partners .list-1.show li:nth-child(4) {margin-left: -300px;margin-top: 65px; }
.sy_section9 .right .r_box .index-partners .list-3.show li:nth-child(1) {margin-top: -285px;margin-left: 115px; }
.sy_section9 .right .r_box .index-partners .list-3.show li:nth-child(2) {margin-left: 145px;margin-top: 270px; }
.sy_section9 .right .r_box .index-partners .list-3.show li:nth-child(3) {margin-left: -288px;margin-top: -103px; }
.sy_section9 .right .r_box .btn ul{display: flex;flex-wrap: wrap;}
.sy_section9 .right .r_box .index-partners .list li a img{max-width: 100%;vertical-align: middle;line-height: 10px;top: 50%;transform: translate(-50%, -50%);position: relative;left:50%}
@media  screen and (max-width:1680px){
.sy_section9 .right .r_box{zoom:0.74;}
}
@media  screen and (max-width:1400px){
.sy_section9 .right .r_box{zoom:0.6;}
}
@media  screen and (max-width:1024px){
.sy_section9{padding-top: 30px;padding-bottom: 30px;}
.sy_section9 .w_1600{display: block;}
.sy_section9 .left{width: 100%;margin-bottom: 30px;}
.sy_section9 .left h5{font-size: 20px;line-height: 24px;text-align: center;}
.sy_section9 .left .jj{font-size: 14px;line-height: 24px;margin: 0 auto 12px auto;width: 70%;text-align: center;}
.sy_section9 .right{width: 100%;height: 320px;}
.sy_section9 .right .r_box{zoom:0.4;position: absolute;left: 50%;top: 50%;transform: translate(-45%,-50%);}
}

/*内页banne*/
.ny_banner{width: 100%;position: relative;}
.ny_banner .back_img{width: 100%;display: block;position: relative;z-index: 1;}
.ny_banner .zheg_img{width: 100%;position: absolute;left: 0;top: 0;display: block;z-index: 2;}
.ny_banner .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);z-index: 4;}
.ny_banner .wzbox .wz1{font-size: 20px;color: #ffffff;line-height: 24px;margin-bottom: 8px;font-weight: lighter;}
.ny_banner .wzbox .info{font-size: 36px;color: #ffffff;line-height: 48px;margin-bottom: 24px;}
.ny_banner .wzbox .date{font-size: 18px;color: #ffffff;line-height: 24px;margin-bottom: 10px;font-weight: lighter;display: flex;justify-content: flex-start;align-items: center;}
.ny_banner .wzbox .date span{margin-right: 10px;padding-right: 14px;position: relative;display: block;}
.ny_banner .wzbox .date span::after{content: "";display: block;width: 2px;height: 14px;background: #fff;position: absolute;right: 0;top: 56%;transform: translate(0,-50%);}
.ny_banner .wzbox .wz2{font-size: 18px;color: #ffffff;line-height: 24px;}
@media  screen and (max-width:1680px){
.ny_banner .wzbox .wz1{font-size: 16px;line-height: 20px;margin-bottom: 6px;}
.ny_banner .wzbox .info{font-size: 30px;line-height: 36px;margin-bottom: 16px;}
.ny_banner .wzbox .date{font-size: 14px;line-height: 20px;margin-bottom: 8px;}
.ny_banner .wzbox .date span{margin-right: 8px;padding-right: 10px;}
.ny_banner .wzbox .date span::after{top: 56%;}
.ny_banner .wzbox .wz2{font-size: 14px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.ny_banner .wzbox .wz1{font-size: 13px;line-height: 20px;margin-bottom: 8px;}
.ny_banner .wzbox .info{font-size: 15px;line-height: 20px;margin-bottom: 8px;}
.ny_banner .wzbox .date{font-size: 13px;line-height: 20px;margin-bottom: 8px;}
.ny_banner .wzbox .date span{margin-right: 6px;padding-right: 8px;}
.ny_banner .wzbox .date span::after{height: 12px;top: 52%;}
.ny_banner .wzbox .wz2{font-size: 13px;line-height: 20px;}
}

/*二级导航*/
.ej_section{width: 100%;border-bottom: solid 1px #e5e5e5;}
.ej_section .w_width{display: flex;justify-content: space-between;align-items: center;}
.ej_section .left ul{display: flex;justify-content: flex-start;align-items: flex-start;}
.ej_section .left li{margin-right: 60px;}
.ej_section .left li:last-child{margin-right: 0;}
.ej_section .left a{display: block;font-size: 16px;color: #000;line-height: 24px;position: relative;padding: 20px 0;}
.ej_section .left li.on a::after{content: "";display: block;width: 100%;height: 2px;background: #E4007F;position: absolute;left: 0;bottom: 0;}
.ej_section .left li.on a{font-weight: bold;color: #E4007F;}
.ej_section .left li:hover a{color: #E4007F;}
.ej_section .right{display: flex;justify-content: flex-start;align-items: center;}
.ej_section .right img{width: 16px;display: block;margin-right: 8px;}
.ej_section .right a{display: block;font-size: 14px;color: #8c8c8c;line-height: 24px;}
.ej_section .right span{display: block;font-size: 14px;color: #8c8c8c;line-height: 24px;margin: 0 4px;}
.ej_section .right a:hover,
.ej_section .right a.on{color: #E4007F;}
@media  screen and (max-width:1680px){
.ej_section .left li{margin-right: 36px;}
.ej_section .left a{font-size: 14px;}
}
@media  screen and (max-width:1024px){
.ej_section .w_width{display: block;}
.ej_section .left{width: 100%;}
.ej_section .left ul{white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.ej_section .left ul::-webkit-scrollbar{ display: none;}
.ej_section .left li{margin-right: 12px;}
.ej_section .left a{font-size: 14px;line-height: 20px;padding: 12px 0;}
.ej_section .left li.on a::after{height: 1px;}
.ej_section .right{display: none;}
}

/*详情二级分类*/
.ej_section2{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.ej_section2 .left{display: flex;justify-content: flex-start;align-items: center;}
.ej_section2 .left img{width: 16px;display: block;margin-right: 8px;}
.ej_section2 .left a{display: block;font-size: 14px;color: #8c8c8c;line-height: 24px;}
.ej_section2 .left span{display: block;font-size: 14px;color: #8c8c8c;line-height: 24px;margin: 0 4px;}
.ej_section2 .left a:hover,
.ej_section2 .left a.on{color: #E4007F;}
.ej_section2 .right a{display: flex;justify-content: flex-start;align-items: center;}
.ej_section2 .right a .wz{font-size: 14px;color: #555555;line-height: 24px;margin-right: 10px;}
.ej_section2 .right a .ico{width: 24px;height: 24px;background: #E4007F;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.ej_section2 .right a .ico img{width: 16px;}
.ej_section2 .right a:hover .wz{color: #E4007F;}
@media  screen and (max-width:1024px){
.ej_section2{justify-content: flex-end;}
.ej_section2 .left{display: none;}
.ej_section2 .right a .wz{margin-right: 6px;}
}

/*关于大会*/
.gydh_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.gydh_section1 h2{font-size: 40px;color: #231F20;line-height: 48px;font-weight: bold;margin-bottom: 40px;text-align: center;}
.gydh_section1 .cont1{margin-bottom: 40px;}
.gydh_section1 .cont1 ul{width: 100%;}
.gydh_section1 .cont1 li{margin-bottom: 40px;}
.gydh_section1 .cont1 li:last-child{margin-bottom: 0;}
.gydh_section1 .cont1 .bt{font-size: 24px;color: #E4007F;line-height: 30px;margin-bottom: 20px;font-weight: bold;}
.gydh_section1 .cont1 .jj{font-size: 16px;color: #231F20;line-height: 30px;}
.gydh_section1 .cont2{width: 100%;background: #E4007F;}
.gydh_section1 .cont2 ul{width: 100%;display: flex;justify-content: flex-start;align-items: flex-start;}
.gydh_section1 .cont2 li{flex: 1;padding: 30px;display: flex;justify-content: center;align-items: center;}
.gydh_section1 .cont2 ul img{width: 80px;display: block;}
.gydh_section1 .cont2 ul .wzbox{padding-left: 20px;}
.gydh_section1 .cont2 ul .numbox{font-size: 40px;color: #fff;line-height: 44px;margin-bottom: 10px;font-weight: bold; display: flex;justify-content: flex-start;align-items: flex-start;}
.gydh_section1 .cont2 ul .numbox div:nth-child(2){font-size: 16px;color: #fff;line-height: 20px;font-weight: 400;}
.gydh_section1 .cont2 ul .wz{font-size: 16px;color: #fff;line-height: 20px;}
.gydh_section1 .cont2 ul li:nth-child(1) .numbox div:nth-child(1),
.gydh_section1 .cont2 ul li:nth-child(2) .numbox div:nth-child(1){min-width: 111px;}
.gydh_section1 .cont2 ul li:nth-child(3) .numbox div:nth-child(1){min-width: 88.8px;}
@media  screen and (max-width:1024px){
.gydh_section1{padding-top: 30px;padding-bottom: 30px;}
.gydh_section1 h2{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.gydh_section1 .cont1{margin-bottom: 20px;}
.gydh_section1 .cont1 li{margin-bottom: 20px;}
.gydh_section1 .cont1 .bt{font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.gydh_section1 .cont1 .jj{font-size: 14px;line-height: 24px;}
.gydh_section1 .cont2 li{padding: 12px;display: block;}
.gydh_section1 .cont2 ul img{width: 50px;margin: 0 auto 8px auto;}
.gydh_section1 .cont2 ul .wzbox{padding-left: 0;}
.gydh_section1 .cont2 ul .numbox{font-size: 16px;line-height: 24px;margin-bottom: 4px;justify-content: center;}
.gydh_section1 .cont2 ul .numbox div:nth-child(2){font-size: 12px;line-height: 20px;}
.gydh_section1 .cont2 ul .wz{font-size: 13px;line-height: 18px;text-align: center;}
.gydh_section1 .cont2 ul li:nth-child(1) .numbox div:nth-child(1),
.gydh_section1 .cont2 ul li:nth-child(2) .numbox div:nth-child(1){min-width: 1px;}
.gydh_section1 .cont2 ul li:nth-child(3) .numbox div:nth-child(1){min-width: 1px;}
}

.gydh_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #edf0f3;}
.gydh_section2 h3{font-size: 40px;color: #231F20;line-height: 48px;text-align: center;font-weight: bold;margin-bottom: 40px;}
.gydh_section2 .content{width: 100%;}
.gydh_section2 .content ul{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.gydh_section2 .content li{width: 25%;padding: 10px;cursor: pointer;}
.gydh_section2 .content .libox{width: 100%;background: #fff;padding: 50px 35px;}
.gydh_section2 .content .libox .ico{width: 80px;height: 80px;background: #e4007f;border-radius: 100%;display: flex;justify-content: center;align-items: center;margin: 0 auto 20px auto;}
.gydh_section2 .content .libox .ico img{width: 40px;display: block;}
.gydh_section2 .content .libox .wz{font-size: 16px;color: rgba(35, 31, 32, 1);line-height: 30px;text-align: center;}
.gydh_section2 .content .libox:hover .ico{transform: rotateY(360deg);-ms-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}
@media  screen and (max-width:1024px){
.gydh_section2{padding-top: 30px;padding-bottom: 30px;}
.gydh_section2 h3{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.gydh_section2 .content ul{margin: -6px;width: calc(100% + 12px);}
.gydh_section2 .content li{width: 50%;padding: 6px;}
.gydh_section2 .content .libox{padding: 20px;}
.gydh_section2 .content .libox .ico{width: 50px;height: 50px;margin: 0 auto 12px auto;}
.gydh_section2 .content .libox .ico img{width: 24px;}
.gydh_section2 .content .libox .wz{font-size: 14px;line-height: 20px;}
}

.gydh_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.gydh_section3 h4{font-size: 40px;color: #231F20;line-height: 48px;text-align: center;font-weight: bold;margin-bottom: 40px;}
.gydh_section3 .cont1{margin-bottom: 40px;position: relative;}
.gydh_section3 .cont1::after{content: "";display: block;width: 100%;height: 1px;background: #e5e5e5;position: absolute;left: 0;top: 86px;}
.gydh_section3 .cont1 ul{display: flex;justify-content: space-between;align-items: center;padding: 0 40px;position: relative;z-index: 10;}
.gydh_section3 .cont1 ul .date1{font-size: 24px;color: #e4007f;line-height: 30px;margin-bottom: 8px;text-align: center;font-weight: bolder;}
.gydh_section3 .cont1 ul .date2{font-size: 16px;color: #000000;line-height: 20px;text-align: center;}
.gydh_section3 .cont1 ul .dian{width: 9px;height: 9px;background: #e4007f;margin: 24px auto;border-radius: 100%;}
.gydh_section3 .cont1 ul .wz{font-size: 16px;color: #000000;line-height: 20px;text-align: center;}
.gydh_section3 .cont2{width: 100%;}
.gydh_section3 .cont2 a{display: block;width: 100%;position: relative;}
.gydh_section3 .cont2 a .pic{ width: 100%; padding-bottom: 39.2857%; 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;}
.gydh_section3 .cont2 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;}
.gydh_section3 .cont2 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);}
.gydh_section3 .cont2 a .wzbox{width: 100%;position: absolute;left: 0;bottom: 0;background: rgba(0,0,0,0.4);padding: 25px 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;}
.gydh_section3 .cont2 a .wz{font-size: 16px;color: #fff;line-height: 20px;}
.gydh_section3 .cont2 a:hover .wzbox{background: rgba(0,0,0,0.7);}
.gydh_section3 .cont2 a:hover .wz{color: #fff;}
@media  screen and (max-width:1680px){
.gydh_section3 .cont1 ul{padding: 0;}
}
@media  screen and (max-width:1024px){
.gydh_section3{padding-top: 30px;padding-bottom: 30px;}
.gydh_section3 h4{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.gydh_section3 .cont1{margin-bottom: 20px;}
.gydh_section3 .cont1::after{top: 64px;}
.gydh_section3 .cont1 ul{white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.gydh_section3 .cont1 ul::-webkit-scrollbar{ display: none;}
.gydh_section3 .cont1 ul li{margin-right: 20px;}
.gydh_section3 .cont1 ul li:last-child{margin-right: 0;}
.gydh_section3 .cont1 ul .date1{font-size: 16px;line-height: 24px;margin-bottom: 6px;}
.gydh_section3 .cont1 ul .date2{font-size: 14px;}
.gydh_section3 .cont1 ul .dian{width: 7px;height: 7px;margin: 12px auto;}
.gydh_section3 .cont1 ul .wz{font-size: 14px;}
.gydh_section3 .cont2 a .pic{padding-bottom: 50%;}
.gydh_section3 .cont2 a .wzbox{padding: 12px;}
.gydh_section3 .cont2 a .wz{font-size: 14px;line-height: 20px;}
}

.gydh_section4{width: 100%;padding-top: 40px;padding-bottom: 40px;background-color: #edf0f3;}
.gydh_section4 ul{display: flex;justify-content: flex-start;align-items: flex-start;border-left: 1px solid #CCD0D3;}
.gydh_section4 ul li{flex: 1;border-right: 1px solid #CCD0D3;}
.gydh_section4 ul .pic{width: 100%;display: flex;justify-content: center;align-items: flex-start;}
.gydh_section4 ul img{width: 60px;display: block;}
.gydh_section4 ul li:hover img{transform: rotateY(360deg);-ms-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}
.gydh_section4 ul .wzbox{width: 100%;padding-top: 16px;text-align: center;}
.gydh_section4 ul .wz1{font-size: 16px;color: #333333;line-height: 24px;margin-bottom: 4px;}
.gydh_section4 ul .wz2{font-size: 14px;color: #888888;line-height: 20px;}
@media  screen and (max-width:1024px){
.gydh_section4{padding-top: 30px;padding-bottom: 30px;}
.gydh_section4 ul li{padding: 0 12px;}
.gydh_section4 ul img{width: 30px;}
.gydh_section4 ul .wzbox{padding-top: 10px;}
.gydh_section4 ul .wz1{font-size: 14px;line-height: 20px;margin-bottom: 4px;}
.gydh_section4 ul .wz2{font-size: 13px;line-height: 18px;}
}

/*下载中心*/
.down_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.down_section h2{font-size: 40px;color: #231F20;line-height: 48px;font-weight: bold;text-align: center;margin-bottom: 40px;}
.down_section .content{width: 100%;margin-bottom: 40px;}
.down_section .content .top{width: 100%;background: #E4007F;display: flex;justify-content: flex-start;align-items: flex-start;padding: 0 30px;margin-bottom: 1px;}
.down_section .content .top .list{font-size: 16px;color: #fff;line-height: 32px;padding: 16px 0;font-weight: bold;padding-right: 12px;}
.down_section .content .top .list:nth-child(1){width: 35%;}
.down_section .content .top .list:nth-child(2){width: 30%;text-align: center;}
.down_section .content .top .list:nth-child(3){width: 15%;text-align: center;margin-right: 0;}
.down_section .content .bottom{width: 100%;}
.down_section .content .bottom ul{width: 100%;}
.down_section .content .bottom li{border-bottom: 1px solid rgba(235, 235, 235, 1);}
.down_section .content .bottom a{display: flex;justify-content: flex-start;align-items: flex-start;padding: 0 30px;}
.down_section .content .bottom a .list1{font-size: 16px;color: #333;line-height: 32px;padding: 16px 0;padding-right: 12px;}
.down_section .content .bottom a .list1:nth-child(1){width: 35%;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.down_section .content .bottom a .list1:nth-child(2){width: 30%;text-align: center;}
.down_section .content .bottom a .list1:nth-child(3){width: 15%;text-align: center;margin-right: 0;}
.down_section .content .bottom a .list2{display: flex;justify-content: flex-end;align-items: center;width: 20%;padding: 16px 0;}
.down_section .content .bottom a .list2 img{width: 18px;display: block;}
.down_section .content .bottom a .list2 .ico2{display: none;}
.down_section .content .bottom a .list2 .wz{font-size: 16px;color: #666;line-height: 32px;margin-left: 10px;}
.down_section .content .bottom a:hover{background: #E4007F;}
.down_section .content .bottom a:hover .list1{color: #fff;}
.down_section .content .bottom a:hover .list2 .ico1{display: none;}
.down_section .content .bottom a:hover .list2 .ico2{display: block;}
.down_section .content .bottom a:hover .list2 .wz{color: #fff;}
@media  screen and (max-width:1024px){
.down_section{padding-top: 30px;padding-bottom: 30px;}
.down_section h2{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.down_section .content{margin-bottom: 20px;}
.down_section .content .top{display: none;}
.down_section .content .bottom{border-top: 1px solid rgba(235, 235, 235, 1);}
.down_section .content .bottom a{padding: 10px;flex-wrap: wrap;}
.down_section .content .bottom a .list1{font-size: 14px;line-height: 20px;padding: 0;padding-right: 12px;}
.down_section .content .bottom a .list1:nth-child(1){width: calc(100% - 80px);-webkit-line-clamp:2;}
.down_section .content .bottom a .list1:nth-child(2){display: none;}
.down_section .content .bottom a .list1:nth-child(3){display: none;}
.down_section .content .bottom a .list2{justify-content: flex-start;width: 80px;padding: 0;}
.down_section .content .bottom a .list2 img{width: 16px;}
.down_section .content .bottom a .list2 .wz{font-size: 14px;line-height: 20px;margin-left: 6px;}
}

/*分页*/
.page_section{width: 100%;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a{display: block;font-size: 14px;color: #333;line-height: 30px;width: 30px;line-height: 30px;height: 30px;border-radius: 5px;margin-right: 12px;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage a:last-child{margin-right: 0;}
.page_section .pcpage a img{width: 20px;display: block;}
.page_section .pcpage a .ico2{display: none;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{background: #E4007F;color: #fff;}
.page_section .pcpage a:hover .ico1{display: none;}
.page_section .pcpage a:hover .ico2{display: block;}

.page_section .pcpage a.on .ico1{display: none;}
.page_section .pcpage a.on .ico2{display: block;}

.page_section .phpage{display: none;}
@media  screen and (max-width:1024px){
.page_section .pcpage{display: none;}
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage a{display: block;width: 26px;line-height: 26px;height: 26px;border-radius: 5px;display: flex;justify-content: center;align-items: center;background: #E4007F;}
.page_section .phpage a img{width: 20px;display: block;}
.page_section .phpage a .ico1{display: none;}
.page_section .phpage span{display: block;font-size: 16px;color: #333;line-height: 20px;margin: 0 20px;}
}

/*展商名录*/
.zsml_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.zsml_section h2{font-size: 40px;color: #231F20;line-height: 48px;text-align: center;font-weight: bold;margin-bottom: 40px;}
.zsml_section .cont1{width: 100%;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);margin-bottom: 40px;padding: 32px 32px 24px 32px;display: flex;justify-content: flex-start;align-items: flex-start;}
.zsml_section .cont1 .left{width: 146px;font-size: 18px;color: #000000;line-height: 24px;font-weight: bold;}
.zsml_section .cont1 .right{width: calc(100% - 106px);}
.zsml_section .cont1 ul{margin: -12px -26px;width: calc(100% + 52px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.zsml_section .cont1 ul li{padding: 12px 26px;}
.zsml_section .cont1 ul a{display: block;font-size: 18px;color: #4c4948;line-height: 24px;padding-bottom: 8px;position: relative;font-weight: lighter;}
.zsml_section .cont1 ul li.on a::after{content: "";display: block;width: 100%;height: 2px;background: #e4007f;position: absolute;left: 0;bottom: 0;}
.zsml_section .cont1 ul li:hover a,
.zsml_section .cont1 ul li.on a{color: #e4007f;}
.zsml_section .cont2{margin-bottom: 40px;}
.zsml_section .cont2 ul{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.zsml_section .cont2 ul li{width: 20%;padding: 10px;}
.zsml_section .cont2 ul a{display: block;width: 100%;border: 1px solid #e5e5e5;background: #fff;}
.zsml_section .cont2 ul a:last-child{margin-bottom: 0;}
.zsml_section .cont2 ul a .picbox{width: 100%;padding: 10px;border-bottom: 1px solid #e5e5e5;}
.zsml_section .cont2 ul a .pic{ width: 100%; padding-bottom: 39.473%; position: relative; overflow: hidden;border: 2px solid rgba(255,255,255,0);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.zsml_section .cont2 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;}
.zsml_section .cont2 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);}
.zsml_section .cont2 ul a:hover .pic{border-color: #E4007F;}
.zsml_section .cont2 ul a .wzbox{width: 100%;padding: 16px 24px;}
.zsml_section .cont2 ul a .wz{font-size: 16px;color: #333;line-height: 20px;margin-bottom: 8px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zsml_section .cont2 ul a .ico{font-size: 20px;color: #555;line-height: 24px;text-align: center;}
.zsml_section .cont2 ul a:hover .wzbox{background: #E4007F;}
.zsml_section .cont2 ul a:hover .wz,
.zsml_section .cont2 ul a:hover .ico{color: #fff;}
@media  screen and (max-width:1024px){
.zsml_section{padding-top: 30px;padding-bottom: 30px;}
.zsml_section h2{font-size: 20px;line-height: 24px;margin-bottom: 14px;}
.zsml_section .cont1{margin-bottom: 14px;padding: 12px 12px 8px 12px;display: block;}
.zsml_section .cont1 .left{width: 100%;font-size: 16px;line-height: 20px;margin-bottom: 10px;}
.zsml_section .cont1 .right{width: 100%;}
.zsml_section .cont1 ul{margin: -6px;width: calc(100% + 12px);}
.zsml_section .cont1 ul li{padding: 6px;}
.zsml_section .cont1 ul a{font-size: 14px;line-height: 20px;padding-bottom: 4px;}
.zsml_section .cont1 ul li.on a::after{height: 1px;}
.zsml_section .cont2{margin-bottom: 20px;}
.zsml_section .cont2 ul{margin: -6px;width: calc(100% + 12px);}
.zsml_section .cont2 ul li{padding: 6px;width: 50%;}
.zsml_section .cont2 ul a .picbox{padding: 6px;}
.zsml_section .cont2 ul a .wzbox{padding: 8px;}
.zsml_section .cont2 ul a .wz{font-size: 14px;line-height: 18px;margin-bottom: 4px;}
.zsml_section .cont2 ul a .ico{font-size: 16px;line-height: 20px;}
}

/*会议专区_讲师介绍*/
.hyzqjs_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.hyzqjs_section h2{font-size: 40px;color: #231F20;line-height: 48px;text-align: center;margin-bottom: 40px;font-weight: bold;}
.hyzqjs_section .content{width: 100%;margin-bottom: 40px;}
.hyzqjs_section .content ul{margin: -24px;width: calc(100% + 48px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.hyzqjs_section .content ul li{width: 50%;padding: 24px;}
.hyzqjs_section .content ul .libox{width: 100%;position: relative;padding: 0 0 20px 20px;}
.hyzqjs_section .content ul .libox::after{content: "";display: block;width: 265px;height: 270px;background: url(img/img116.png)no-repeat right bottom;background-size: cover;position: absolute;left: 0;bottom: 0;z-index: 1;}

.hyzqjs_section .content ul a{display: block;width: 100%;display: flex;justify-content: flex-start;align-items: center;padding: 30px 40px 30px 30px;position: relative;z-index: 3;background: #ffffff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.hyzqjs_section .content ul a:hover{background: #edf0f3;}
.hyzqjs_section .content ul a .left{width: 166px;}
.hyzqjs_section .content ul a .pic{ padding-bottom: 132.53%; position: relative; overflow: hidden;}
.hyzqjs_section .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%);}
.hyzqjs_section .content ul a .right{width: calc(100% - 166px);padding-left: 40px;}
.hyzqjs_section .content ul a .name{font-size: 24px;color: #000000;line-height: 30px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.hyzqjs_section .content ul a .line{width: 100%;height: 1px;background: #e4007f;margin: 20px 0;}
.hyzqjs_section .content ul a .info{font-size: 16px;color: #333333;line-height: 30px;margin-bottom: 22px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.hyzqjs_section .content ul a .more{width: 30px;height: 30px;background: #edf0f3;border-radius: 100%;color: #0f0f0f;font-size:20px;line-height: 30px;text-align: center;}
.hyzqjs_section .content ul a:hover .name{color: #e4007f;}
.hyzqjs_section .content ul a:hover .more{background: #e4007f;color: #fff;}
@media  screen and (max-width:1680px){
.hyzqjs_section .content ul a{padding: 26px;}
.hyzqjs_section .content ul a .left{width: 130px;}
.hyzqjs_section .content ul a .right{width: calc(100% - 130px);padding-left: 30px;}
.hyzqjs_section .content ul a .name{font-size: 18px;line-height: 24px;}
.hyzqjs_section .content ul a .line{margin: 16px 0;}
.hyzqjs_section .content ul a .info{font-size: 14px;line-height: 24px;margin-bottom: 16px;}
}
@media  screen and (max-width:1024px){
.hyzqjs_section{padding-top: 30px;padding-bottom: 30px;}
.hyzqjs_section h2{font-size: 20px;line-height: 24px;margin-bottom: 20px;}
.hyzqjs_section .content{margin-bottom: 20px;}
.hyzqjs_section .content ul{margin: 0;width: 100%;}
.hyzqjs_section .content ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.hyzqjs_section .content ul li:last-child{margin-bottom: 0;}
.hyzqjs_section .content ul .libox{padding: 0 0 10px 10px;}
.hyzqjs_section .content ul .libox::after{width: 100px;height: 120px;}
.hyzqjs_section .content ul a{padding: 14px;}
.hyzqjs_section .content ul a .left{width: 110px;}
.hyzqjs_section .content ul a .right{width: calc(100% - 110px);padding-left: 14px;}
.hyzqjs_section .content ul a .name{font-size: 16px;line-height: 20px;}
.hyzqjs_section .content ul a .line{margin: 12px 0;}
.hyzqjs_section .content ul a .info{font-size: 14px;line-height: 22px;margin-bottom: 12px;-webkit-line-clamp:3;}
.hyzqjs_section .content ul a .more{width: 26px;height: 26px;line-height: 24px;font-size: 18px;}
}

/*讲师介绍_详情*/
.jsxq_section{width: 100%;padding-top: 16px;padding-bottom: 60px;background: #edf0f3;}
.jsxq_section .content{width: 100%;margin-top: 16px;background: #fff;padding: 40px 80px 40px 40px;}
.jsxq_section .cont1{width: 100%;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 40px;padding-bottom: 40px;border-bottom: 1px solid #e5e5e5;}
.jsxq_section .cont1 .left{width: 345px;}
.jsxq_section .cont1 .pic{ padding-bottom: 133.043%; position: relative; overflow: hidden;}
.jsxq_section .cont1 .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%);}
.jsxq_section .cont1 .right{width: calc(100% - 345px);padding-left: 80px;}
.jsxq_section .cont1 .name{font-size: 30px;color: #000000;line-height: 34px;padding-bottom: 30px;margin-bottom: 30px;border-bottom: solid 1px #E4007F;font-weight: bold;}
.jsxq_section .cont1 .info{font-size: 16px;color: #333333;line-height: 30px;overflow: hidden;overflow-y: auto;max-height: 360px;padding-right: 10px;}
.jsxq_section .cont1 .info::-webkit-scrollbar{ width: 3px;}
.jsxq_section .cont1 .info::-webkit-scrollbar-track{background-color: #e5e5e5;border-radius: 3px;}
.jsxq_section .cont1 .info::-webkit-scrollbar-thumb{width: 3px;background-color: #E4007F;border-radius: 3px;}
.jsxq_section .cont2{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.jsxq_section .cont2 .btn{width: calc(50% - 50px);}
.jsxq_section .cont2 .btn a{display: block;font-size: 16px;color: #333333;line-height: 24px;}
.jsxq_section .cont2 .btn:last-child a{text-align: right;}
.jsxq_section .cont2 .btn a:hover{color: #E4007F;}
@media  screen and (max-width:1680px){
.jsxq_section .content{padding: 40px 60px;}
.jsxq_section .cont1{margin-bottom: 30px;padding-bottom: 30px;}
.jsxq_section .cont1 .left{width: 280px;}
.jsxq_section .cont1 .right{width: calc(100% - 280px);padding-left: 50px;}
.jsxq_section .cont1 .name{font-size: 26px;line-height: 30px;}
.jsxq_section .cont1 .info{font-size: 14px;line-height: 26px;max-height: 286px;}
}
@media  screen and (max-width:1024px){
.jsxq_section{padding-top: 16px;padding-bottom: 30px;}
.jsxq_section .content{margin-top: 16px;padding:20px;}
.jsxq_section .cont1{display: block; margin-bottom: 14px;padding-bottom: 14px;}
.jsxq_section .cont1 .left{width: 180px;margin: 0 auto;}
.jsxq_section .cont1 .right{width: 100%;padding-left: 0;margin-top: 14px;}
.jsxq_section .cont1 .name{font-size: 16px;line-height: 20px;padding-bottom: 12px;margin-bottom: 12px;}
.jsxq_section .cont1 .info{font-size: 14px;line-height: 22px;max-height: 10000000000px;padding-right: 0;}
.jsxq_section .cont1 .info::-webkit-scrollbar{ width: 0;}
.jsxq_section .cont1 .info::-webkit-scrollbar-track{background-color: rgba(255,255,255,0);border-radius: 0;}
.jsxq_section .cont1 .info::-webkit-scrollbar-thumb{width: 0;background-color: rgba(255,255,255,0);border-radius: 0;}
.jsxq_section .cont1 .info::-webkit-scrollbar{ display: none;}
.jsxq_section .cont2 .btn{width: calc(50% - 10px);}
.jsxq_section .cont2 .btn a{font-size: 14px;line-height: 20px;}
}

/*奖项专栏*/
.jxzl_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.jxzl_section ul{margin: -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.jxzl_section ul li{width: 50%;padding: 15px;}
.jxzl_section ul a{display: block;width: 100%;}
.jxzl_section ul a .pic{ width: 100%; padding-bottom: 56.35%; 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;}
.jxzl_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;}
.jxzl_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);}
.jxzl_section ul a .wzbox{width: 100%;padding: 14px 20px;background: #edf0f3;display: flex;justify-content: space-between;align-items: center;position: relative;}
.jxzl_section ul a .wz{width: calc(100% - 60px);font-size: 16px;color: #1e1e1e;line-height: 30px;position: relative;z-index: 2;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.jxzl_section ul a .ico{width: 34px;font-size: 16px;color: #E4007F;line-height: 30px;text-align: right;border-left: 1px solid #d6d6d6;position: relative;z-index: 2;}
.jxzl_section ul a .wzbox::after{content: "";display: block;width: 0%;height: 100%;background: #E4007F;position: absolute;left: 0;top: 0;
transition: All 0.5s ease-in-out;
-webkit-transition: All 0.5s ease-in-out;
-moz-transition: All 0.5s ease-in-out;
-o-transition: All 0.5s ease-in-out;}
.jxzl_section ul a:hover .wzbox::after{width: 100%;}
.jxzl_section ul a:hover .wz{color: #fff;}
.jxzl_section ul a:hover .ico{color: #fff;border-left-color: #fff;}
.jxzl_section .page_section{margin-top: 40px;}
@media  screen and (max-width:1024px){
.jxzl_section{padding-top: 30px;padding-bottom: 30px;}
.jxzl_section ul{margin: 0;width: 100%;}
.jxzl_section ul li{width: 100%;padding: 0;margin-bottom: 12px;}
.jxzl_section ul a .wzbox{padding: 10px 12px;}
.jxzl_section ul a .wz{width: calc(100% - 50px);font-size: 14px;line-height: 24px;}
.jxzl_section ul a .ico{width: 30px;font-size: 14px;line-height: 24px;}
.jxzl_section .page_section{margin-top: 20px;}
}

/*资讯中心*/
.new_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.new_section ul{width: 100%;margin-bottom: 40px;}
.new_section ul li{width: 100%;margin-bottom: 20px;}
.new_section ul li:last-child{margin-bottom: 0;}
.new_section ul a{display: block;width: 100%;padding: 20px;background: #edf0f3;display: flex;justify-content: flex-start;align-items: center;}
.new_section ul a .left{width: 300px;}
.new_section ul a .pic{ width: 100%; padding-bottom: 63.49%; 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;}
.new_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;}
.new_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);}
.new_section ul a .right{width: calc(100% - 300px);padding-left: 40px;padding-right: 20px;}
.new_section ul a .bt{font-size:20px;color: #000;line-height: 24px;margin-bottom: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.new_section ul a .info{font-size:16px;color: rgba(51, 51, 51, 1);line-height: 30px;margin-bottom: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.new_section ul a .boxs{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.new_section ul a .boxs .l_wz{font-size: 14px;color: rgba(136, 136, 136, 1);line-height: 20px;}
.new_section ul a .boxs .r_wz{font-size: 16px;color: rgba(51, 51, 51, 1);line-height: 20px;}
.new_section ul a:hover .bt,
.new_section ul a:hover .boxs .r_wz{color: #E4007F;}
@media  screen and (max-width:1024px){
.new_section{padding-top: 30px;padding-bottom: 30px;}
.new_section ul{margin-bottom: 20px;}
.new_section ul li{margin-bottom: 12px;}
.new_section ul a{display: block;}
.new_section ul a .left{width: 100%;}
.new_section ul a .right{width: 100%;padding-left: 0;padding-top: 14px;}
.new_section ul a .bt{font-size:16px;line-height: 20px;margin-bottom: 10px;}
.new_section ul a .info{font-size:14px;line-height: 22px;margin-bottom: 12px;}
.new_section ul a .boxs .l_wz{}
.new_section ul a .boxs .r_wz{font-size: 14px;}
}

/*资讯中心_纯文字列表*/
.new_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.new_section2 ul{margin: -15px;width: calc(100% + 30px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.new_section2 ul li{width: 33.3333%;padding: 15px;}
.new_section2 ul a{display: block;width: 100%;background: #edf0f3;margin-top: 15px;padding: 0 60px;height: 280px;}
.new_section2 ul a .datebox{width: 100px;transform: translate3d(0,-15px,0);background: #E4007F;padding: 24px 20px 24px 20px;transition: all 0.3s ease-out 0s;margin-bottom: 20px;}
.new_section2 ul a .datebox .date1{font-size: 20px;color: #fff;line-height: 24px;margin-bottom: 6px;font-weight: bold;}
.new_section2 ul a .datebox .date2{font-size: 16px;color: #fff;line-height: 20px;font-weight: lighter;}
.new_section2 ul a .bt{font-size: 20px;color: #000;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.new_section2 ul a .info{font-size: 16px;color: #555555;line-height: 30px;margin-top: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.new_section2 ul a:hover{background: #E4007F;}
.new_section2 ul a:hover .datebox{background: #edf0f3;padding-top: 40px;}
.new_section2 ul a:hover .datebox .date1,
.new_section2 ul a:hover .datebox .date2{color: #E4007F;}
.new_section2 ul a:hover .bt,
.new_section2 ul a:hover .info{color: #fff;}
.new_section2 .page_section{margin-top: 40px;}
@media  screen and (max-width:1680px){
.new_section2 ul a{padding: 0 30px;}
}
@media  screen and (max-width:1024px){
.new_section2{padding-top: 30px;padding-bottom: 30px;}
.new_section2 ul{width: calc(100% + 12px);margin: -6px;}
.new_section2 ul li{padding: 6px;width: 100%;}
.new_section2 ul a{margin-top: 12px;padding: 0 20px;height: 160px;}
.new_section2 ul a .datebox{width: 70px;transform: translate3d(0,-12px,0);padding: 12px;margin-bottom: 0;}
.new_section2 ul a .datebox .date1{font-size: 16px;line-height: 20px;}
.new_section2 ul a .datebox .date2{font-size: 14px;line-height: 18px;}
.new_section2 ul a .bt{font-size: 16px;line-height: 20px;}
.new_section2 ul a .info{font-size: 14px;line-height: 20px;margin-top: 12px;min-height: 40px;}
.new_section2 ul a:hover .datebox{padding-top: 20px;}
.new_section2 ul .slick-dots{margin-top: 12px;}
.new_section2 ul .slick-dots li{border-radius:0;width:20px; height:2px;margin:0 6px 0 0;}
.new_section2 ul .slick-dots li.slick-active{width: 20px;}
.new_section2 .page_section{margin-top: 20px;}
}

/*资讯详情*/
.zxxq_section{width: 100%;padding-top: 16px;padding-bottom: 60px;background: #edf0f3;}
.zxxq_section .content{width: 100%;margin-top: 16px;display: flex;justify-content: space-between;align-items: flex-start;}
.zxxq_section .content .left{width: 74%;background: #fff;padding: 40px;}
.zxxq_section .content .left h2{font-size: 28px;color: #000000;line-height: 32px;margin-bottom: 16px;font-weight: bold;}
.zxxq_section .content .left .cont1{width: 100%;padding-bottom: 40px;margin-bottom: 30px;border-bottom: solid 1px #e5e5e5;display: flex;justify-content: flex-start;align-items: center;}
.zxxq_section .content .left .cont1 .date{font-size: 16px;color: #555555;line-height: 24px;margin-right: 32px;}
.zxxq_section .content .left .cont1 .fenx{display: flex;justify-content: flex-start;align-items: center;}
.zxxq_section .content .left .cont1 .fenx span{font-size: 16px;color: #555555;line-height: 24px;display: block;}
.zxxq_section .content .left .cont1 .fenx .abox{position: relative;margin-right: 6px;}
.zxxq_section .content .left .cont1 .fenx .abox:last-child{margin-right: 0;}
.zxxq_section .content .left .cont1 .fenx .abox img{display: block;}
.zxxq_section .content .left .cont1 .fenx .abox a{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 10;padding: 0;margin: 0;opacity: 0;}
.zxxq_section .content .left .cont2{width: 100%;font-size: 16px;color: #333333;line-height: 30px;padding-bottom: 80px;border-bottom: 1px solid #e5e5e5;}
.zxxq_section .content .left .cont3{width: 100%;padding-top: 24px;position: relative;display: flex;justify-content: space-between;align-items: flex-start;}
.zxxq_section .content .left .cont3::before{content: "";display: block;width: 386px;height: 1px;background: #e5e5e5;position: absolute;left: 50%;transform: translate(-50%,0);top: -9px;}
.zxxq_section .content .left .cont3 .page_btn{width: 50%;}
.zxxq_section .content .left .cont3 .page_btn a{overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;font-size: 16px;color: rgba(51, 51, 51, 1);line-height: 30px;}
.zxxq_section .content .left .cont3 .page_btn a span{display: block;}
.zxxq_section .content .left .cont3 .page_btn a:hover{color: #E4007F;}
.zxxq_section .content .left .cont3 .prev a{border-right: 1px solid #e5e5e5;padding-right: 20px;}
.zxxq_section .content .left .cont3 .next a{text-align: right;padding-left: 20px;}
.zxxq_section .content .left .cont3 .back{position: absolute;left: 50%;top: 0;transform: translate(-50%,-50%);z-index: 3;}
.zxxq_section .content .left .cont3 .back a{display: block;font-size: 15px;color: #fff;line-height: 56px;width: 56px;background: #E4007F;border-radius: 100%;text-align: center;}
.zxxq_section .content .left .cont3 .back a:hover{opacity: 0.8;}
.zxxq_section .content .right{width: 24.57142857142857%;}
.zxxq_section .content .right .tit{font-size: 24px;color: #fff;line-height: 30px;padding: 23px;background: #E4007F;font-weight: bold;margin-bottom: 20px;text-align: center;}
.zxxq_section .content .right  ul{width: 100%;}
.zxxq_section .content .right  ul li{width: 100%;margin-bottom: 20px;}
.zxxq_section .content .right  ul li:last-child{margin-bottom: 0;}
.zxxq_section .content .right  ul a{display: block;width: 100%;background: #fff;margin-top: 30px;padding: 0 20px;height: 180px;}
.zxxq_section .content .right  ul a .datebox{width: 80px;transform: translate3d(0,-15px,0);background: #E4007F;padding: 10px 6px 10px 16px;transition: all 0.3s ease-out 0s;margin-bottom: 6px;}
.zxxq_section .content .right  ul a .datebox .date1{font-size: 16px;color: #fff;line-height: 20px;margin-bottom: 2px;font-weight: bold;}
.zxxq_section .content .right  ul a .datebox .date2{font-size: 14px;color: #fff;line-height: 20px;font-weight: lighter;}
.zxxq_section .content .right  ul a .bt{font-size: 16px;color: #000;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.zxxq_section .content .right  ul a .info{font-size: 14px;color: #555555;line-height: 24px;margin-top: 16px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.zxxq_section .content .right  ul a:hover{background: #E4007F;}
.zxxq_section .content .right  ul a:hover .datebox{background: #fff;padding-top: 20px;}
.zxxq_section .content .right  ul a:hover .datebox .date1,
.zxxq_section .content .right  ul a:hover .datebox .date2{color: #E4007F;}
.zxxq_section .content .right  ul a:hover .bt,
.zxxq_section .content .right  ul a:hover .info{color: #fff;}
@media  screen and (max-width:1024px){
.zxxq_section{padding-top: 16px;padding-bottom: 30px;}
.zxxq_section .content{display: block;}
.zxxq_section .content .left{width: 100%;padding: 20px;}
.zxxq_section .content .left h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.zxxq_section .content .left .cont1{padding-bottom: 12px;margin-bottom: 12px;}
.zxxq_section .content .left .cont1 .date{font-size: 14px;line-height: 20px;margin-right: 0;}
.zxxq_section .content .left .cont1 .fenx{display: none;}
.zxxq_section .content .left .cont2{font-size: 14px;line-height: 24px;padding-bottom: 36px;}
.zxxq_section .content .left .cont3{padding-top: 14px;}
.zxxq_section .content .left .cont3::before{width: 200px;height: 1px;background: #e5e5e5;position: absolute;left: 50%;transform: translate(-50%,0);top: -9px;}
.zxxq_section .content .left .cont3 .page_btn a{font-size: 14px;line-height: 22px;}
.zxxq_section .content .left .cont3 .prev a{padding-right: 12px;-webkit-line-clamp:3;}
.zxxq_section .content .left .cont3 .next a{padding-left: 12px;-webkit-line-clamp:3;}
.zxxq_section .content .left .cont3 .back a{font-size: 14px;line-height: 46px;width: 46px;}
.zxxq_section .content .right{display: none;}
}

/*联系我们*/
.lxwm_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.lxwm_section ul{width: 100%;}
.lxwm_section ul li{margin-bottom: 60px;}
.lxwm_section ul li:last-child{margin-bottom: 0;}
.lxwm_section ul .bt{font-size: 24px;color: #E4007F;line-height: 30px;font-weight: bold;margin-bottom: 20px;}
.lxwm_section ul .cont1{width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;margin: -10px;}
.lxwm_section ul .cont1 .list{flex: 1; padding: 10px;}
.lxwm_section ul .cont1 .libox{width: 100%;background: rgba(237,240,243,1);padding: 40px;}
.lxwm_section ul .cont1 img{width: 48px;display: block;margin: 0 auto 10px auto;}
.lxwm_section ul .cont1 .wz1{font-size: 20px;color: #000;line-height: 30px;text-align: center;margin-bottom: 10px;}
.lxwm_section ul .cont1 .wz2{font-size: 16px;color: #000;line-height: 24px;text-align: center;}
.lxwm_section ul .cont1 .list:hover img{transform: rotateY(360deg);-ms-transition: all 0.5s ease-out 0s;transition: all 0.5s ease-out 0s;}
.lxwm_section ul .cont2{width: 100%;position: relative;}
.lxwm_section ul .cont2 .ba_img{width: 100%;display: block;}
.lxwm_section ul .cont2 .posi_box{width: 400px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.lxwm_section ul .cont2 .wzbox{width: 100%;padding: 14px 10px;background: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.2);position: relative;}
.lxwm_section ul .cont2 .wzbox::after{content: "";display: block;width: 0;height: 0;border: 8px solid;border-color: #fff transparent transparent transparent;position: absolute;left: 50%;top: 100%;transform: translate(-50%,0);}
.lxwm_section ul .cont2 .wzbox .wz{font-size: 16px;color: #000000;line-height: 24px;text-align: center;margin-bottom: 10px;}
.lxwm_section ul .cont2 .wzbox .btn{width: 120px;font-size: 16px;color: #ffffff;line-height: 21px;height: 24px; text-align: center;background: #e4007f;margin: 0 auto;}
.lxwm_section ul .cont2 .wzbox .btn:hover{opacity: 0.8;}
.lxwm_section ul .cont2 img{width: 22px;display: block;margin: 15px auto 0 auto;}
@media  screen and (max-width:1024px){
.lxwm_section{padding-top: 30px;padding-bottom: 30px;}
.lxwm_section ul li{margin-bottom: 20px;}
.lxwm_section ul .bt{font-size: 18px;line-height: 24px;margin-bottom: 16px;}
.lxwm_section ul .cont1{width: 100%;margin: 0;display: block;}
.lxwm_section ul .cont1 .list{width: 100%;padding: 0;margin-bottom: 12px;}
.lxwm_section ul .cont1 .list:last-child{margin-bottom: 0;}
.lxwm_section ul .cont1 .libox{padding: 20px;display: flex;justify-content: flex-start;align-items: center;}
.lxwm_section ul .cont1 img{width: 28px;margin: 0;}
.lxwm_section ul .cont1 .wzbox{display: flex;justify-content: flex-start;align-items: center;padding-left: 12px;width: calc(100% - 28px);}
.lxwm_section ul .cont1 .wz1{font-size: 16px;line-height: 20px;margin-bottom: 0;margin-right: 10px;}
.lxwm_section ul .cont1 .wz2{font-size: 14px;line-height: 22px;}
.lxwm_section ul .cont2 .posi_box{width: 240px;}
.lxwm_section ul .cont2 .wzbox{padding: 14px;}
.lxwm_section ul .cont2 .wzbox .wz{font-size: 14px;line-height: 20px;margin: 0 auto 8px auto;}
.lxwm_section ul .cont2 .wzbox .btn{width: 110px;font-size: 14px;line-height: 26px;height: 26px;}
.lxwm_section ul .cont2 img{width: 20px;margin: 14px auto 0 auto;}
}
  
/*文章单页*/
.wzdy_section{width: 100%;padding-top: 50px;padding-bottom: 100px;}
.wzdy_section h2{font-size: 40px;color: #231F20;line-height: 48px;text-align: center;margin-bottom: 40px;font-weight: bold;}
.wzdy_section .content{font-size: 16px;color: #231F20;line-height: 30px;}
@media  screen and (max-width:1024px){
.wzdy_section{padding-top: 30px;padding-bottom: 30px;}
.wzdy_section h2{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.wzdy_section .content{font-size: 14px;line-height: 22px;}
}

/*同期活动*/
.tqhd_section{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.tqhd_section .content{width: 100%;}
.tqhd_section .content ul{margin: -10px;width: calc(100% + 20px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.tqhd_section .content ul li{padding: 10px;width: 33.33333%;}
.tqhd_section .content ul a{display: block;width: 100%;position: relative;}
.tqhd_section .content ul a::after{content: "";display: block;transition: all 0.6s ease;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(85, 136, 170, 0);transform: scale(0.4);opacity: 1;z-index: 2;}
.tqhd_section .content ul a:hover::after{opacity: 1;transform: scale(1.04);background: #E4007F;box-shadow: 0px 8px 13px rgba(0 0 0 / 34%);z-index: 20;}
.tqhd_section .content ul a .pic{ width: 100%; padding-bottom: 66.49%; 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;}
.tqhd_section .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;}
.tqhd_section .content ul a:hover .pic img{transform: translate(-50%,-50%)scale(0.7);}
.tqhd_section .content ul a .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);z-index: 21;padding: 0 30px;transition: all 0.6s ease;opacity: 0;}
.tqhd_section .content ul a .bt{font-size: 16px;color: #fff;line-height: 30px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.tqhd_section .content ul a .line{width: 30px;height: 1px;background: rgba(255,255,255,0.5);margin: 16px auto;}
.tqhd_section .content ul a .info{font-size: 14px;color: rgba(255, 255, 255, 0.8);line-height: 24px;text-align: center;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.tqhd_section .content ul a .more{font-size: 20px;width: 40px;height: 24px;color: #fff;text-align: center;line-height: 18px;margin: 20px auto 0px;transition: all .36s ease;border: 1px solid rgba(255, 255, 255, 0.4) !important;}
.tqhd_section .content ul a:hover .wzbox{opacity: 1;}
.tqhd_section .content ul .l2 a .pic video{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;object-fit: cover;
-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;}
.tqhd_section .content ul .l2 a .ico{width: 46px;height: 46px;background: #E4007F;border-radius: 100%;display: flex;justify-content: center;align-items: center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;}
.tqhd_section .content ul .l2 a .ico img{width: 30px;display: block;}
.tqhd_section .page_section{margin-top: 40px;}
@media  screen and (max-width:1680px){
.tqhd_section .content ul a .wzbox{padding: 0 20px;}
.tqhd_section .content ul a .bt{font-size: 14px;line-height:24px;}
.tqhd_section .content ul a .line{width: 30px;margin: 12px auto;}
.tqhd_section .content ul a .info{font-size: 13px;line-height: 20px;}
}
@media  screen and (max-width:1024px){
.tqhd_section{padding-top: 30px;padding-bottom: 30px;}
.tqhd_section .content ul{margin: -6px;width: calc(100% + 12px);}
.tqhd_section .content ul li{padding: 6px;width: 50%;}
.tqhd_section .content ul a .wzbox{padding: 0 12px;}
.tqhd_section .content ul a .bt{font-size: 15px;line-height: 20px;-webkit-line-clamp:2;}
.tqhd_section .content ul a .line{width: 24px;margin: 10px auto;}
.tqhd_section .content ul a .info{font-size: 13px;line-height: 20px;-webkit-line-clamp:2;}
.tqhd_section .content ul a .more{display: none;}
.tqhd_section .content ul .l2 a .ico{width: 36px;height: 36px;top: 40%;display: none;}
.tqhd_section .content ul .l2 a .ico img{width: 24px;}
.tqhd_section .page_section{margin-top: 20px;}
}

._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/img147.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;height: 400px;object-fit: cover;}
._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%);}
._htm video{height: 220px;}
}

/*侧悬浮*/
.cxf_section{width: 95px;position: fixed;right: 12px;bottom: 10%; background: #E4007F;border-radius: 47.5px;box-shadow: 0 0 20px rgba(0,0,0,0.1);opacity: 0;z-index: 99;
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;}
.cxf_section.on{opacity: 1;}
.cxf_section ul{width: 100%;padding: 10px 10px 10px 10px;}
.cxf_section .l2{border-bottom: 1px solid rgba(255,255,255,0.2);}
.cxf_section .l2 a{display: block;width: 100%;padding-top: 16px;padding-bottom: 16px;}
.cxf_section .l2 img{width: 30px;display: block;margin: 0 auto 4px auto;}
.cxf_section .l2 .wz{font-size: 12px;color: #ffffff;line-height: 18px;text-align: center;}
.cxf_section .l3{cursor: pointer;width: 74px;height: 74px;background: rgba(255,255,255,0.2);border-radius: 100%;margin: 14px auto 0 auto;display: flex;justify-content: center;align-items: center;
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;}
.cxf_section .l3:hover{background: rgba(255,255,255,0.4);}
.cxf_section .l3 img{width: 30px;display: block;}
.cxf_section li .ico2{display: none;}
.cxf_section a:hover{opacity: 0.8;}
@media screen and (max-width:1680px) {
.cxf_section{width: 85px;right: 8px;border-radius: 42.5px;}
.cxf_section ul{padding: 8px 8px 8px 8px;}
.cxf_section .l1{padding-bottom: 12px;}
.cxf_section .l1 img{width: 32px;}
.cxf_section .l2 a{padding-top: 12px;padding-bottom: 12px;}
.cxf_section .l2 img{width: 22px;}
.cxf_section .l2 .wz{font-size: 12px;line-height: 16px;}
.cxf_section .l3{width: 54px;height: 54px;margin: 8px auto 0 auto;}
.cxf_section .l3 img{width: 24px;}
}
@media screen and (max-width:1024px) {
.cxf_section{display: none;}
}


.new_section ul a .left{position:relative;}
.new_section ul a .ico{width: 46px;height: 46px;background: #E4007F;border-radius: 100%;display: flex;justify-content: center;align-items: center;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 10;}
.new_section ul a .ico img{width: 30px;display: block;}
@media  screen and (max-width:1024px){
.new_section ul a .ico{width: 36px;height: 36px;}
.new_section ul a .ico img{width: 24px;}
}


.videobox{margin-bottom:30px;}
.videobox video{width:100%; object-fit:cover;}
@media  screen and (max-width:1024px){
.videobox{margin-bottom:20px;}
}


.lxwm_content{font-size: 16px;color: #333;line-height: 26px;margin-top: 40px;}
@media  screen and (max-width:1024px){
.lxwm_content{font-size: 14px;line-height: 22px;margin-top: 20px;}

}
