﻿@charset "UTF-8";
html{
  font-size: 6.1728vw;
}
@media screen and  (min-width: 1620px){ /*主体宽度*/
  html{
  font-size: 100px;
}
}
@media screen and  (max-width:300px){
  html{
  font-size:100px;
}
}
body::-webkit-scrollbar{ width: 5px;}
body::-webkit-scrollbar-track{ background-color: #F1F1F1;}
body::-webkit-scrollbar-thumb{ width: 5px;  background-color: #bf0f0f;}

/* Dots*/
.slick-dots li{border-radius:8px;width:8px; height:8px;margin:0 8px;background: #bdbdbd;}
.slick-dots li.slick-active{ background: #bf0f0f;width: 20px;}
@media  screen and (max-width:1024px){
.slick-dots li{border-radius:6px;width:6px; height:6px; margin:0 4px;}
.slick-dots li.slick-active{width: 18px;}
}

.w_width{max-width:1620px; margin-right: auto; margin-left: auto;}
.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;
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: 0 30px;}
.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: 34px;}
.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 20px;}
.t_navs .top .menu .l1 .a1{ display: block;color: #000000; position: relative;padding: 0 5px;line-height: 110px; font-size: 18px;display: flex;justify-content: center;align-items: center;}
.t_navs .top .menu .l1 .a1 img{width: 22px;margin-left: 4px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .menu .l1 .a1 img.on{
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);}
.t_navs .top .menu .l1.on .a1,.t_navs .top .menu .l1:hover .a1{ color: #bf0f0f;}
.t_navs .top .menu .l1 .a1::after,.t_navs .top .menu .l1 .a1::after{ content: ""; display: block; width: 0; height: 1px; background: #bf0f0f; position: absolute; bottom: 30px; 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: calc(100% - 40px); top:calc(100% - 30px); left: 50%;z-index: 4;height: auto;position: absolute;padding: 0;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; border-bottom: 1px solid #bf0f0f;font-size: 18px;line-height: 40px;padding: 0;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>div{color: #000000;
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>div{color: #bf0f0f;}
.t_navs .top .l1:hover .u2 .l2 .a2{-webkit-transition: all .5s ease 0s;-webkit-transform: translateY(0px);opacity: 1;}
.t_navs .top .ej_box2{width: 100%;position: fixed;left: 0;top: 110px;background-color: #777777;height: calc(100vh - 110px);padding-top: 100px;padding-bottom: 100px;overflow: hidden;display: none;}
.t_navs .top .ej_box2 .title{font-size: 60px;color: #ffffff;line-height: 64px;font-weight: bold;margin-bottom: 50px;font-family: "微软雅黑";position: relative;z-index: 10;}
.t_navs .top .ej_box2 .content{width: 100%;display: flex;}
.t_navs .top .ej_box2 .content a{display: flex;justify-content: space-between;align-items: center;background-color: #333333;border-radius: 12px;padding: 0 20px;height: 60px;}
.t_navs .top .ej_box2 .content .on>a{background-color: #bf0f0f;}
.t_navs .top .ej_box2 .content a .wz{font-size: 20px;color: #ffffff;line-height: 24px;width: calc(100% - 40px);}
.t_navs .top .ej_box2 .content a img{width: 24px;display: block;}
.t_navs .top .ej_box2 .left{width: 33.33333333333333%;position: relative;padding-right: 70px;}
.t_navs .top .ej_box2 .left::after{content: "";display: block;width: 50000px;height: 50000px;background-color: #555555;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .top .ej_box2 .left .qh_l{position: relative;z-index: 10;padding-right: 30px;overflow: hidden;overflow-y: auto;height: calc(100vh - 424px);}
.t_navs .top .ej_box2 .left .qh_l::-webkit-scrollbar{ width: 3px;}
.t_navs .top .ej_box2 .left .qh_l::-webkit-scrollbar-track{background-color: #fff;border-radius: 3px;}
.t_navs .top .ej_box2 .left .qh_l::-webkit-scrollbar-thumb{width: 3px;background-color: #bf0f0f;border-radius: 3px;}
.t_navs .top .ej_box2 .left .qh_l .list{margin-bottom: 10px;}
.t_navs .top .ej_box2 .left .qh_l .list:last-child{margin-bottom: 0;}
.t_navs .top .ej_box2 .center{width: 33.33333333333333%;padding: 0 30px 0 50px;}
.t_navs .top .ej_box2 .center .qh_c{width: 100%;position: relative;}
.t_navs .top .ej_box2 .center .qh_c .list{width: 100%;position: absolute;left:0;top: 0;z-index: -1;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .ej_box2 .center .qh_c .list.on{position: relative;z-index: 5;opacity: 1;}
.t_navs .top .ej_box2 .center .qh_c .dl{overflow: hidden;overflow-y: auto;height: calc(100vh - 424px);padding-right: 20px;}
.t_navs .top .ej_box2 .center .qh_c .dl::-webkit-scrollbar{ width: 3px;}
.t_navs .top .ej_box2 .center .qh_c .dl::-webkit-scrollbar-track{background-color: #fff;border-radius: 3px;}
.t_navs .top .ej_box2 .center .qh_c .dl::-webkit-scrollbar-thumb{width: 3px;background-color: #bf0f0f;border-radius: 3px;}
.t_navs .top .ej_box2 .center .qh_c .dd{margin-bottom: 10px;}
.t_navs .top .ej_box2 .center .qh_c .dd:last-child{margin-bottom: 0;}
.t_navs .top .ej_box2 .right{width: 33.33333333333333%;padding-right: 30px;position: relative;padding-left: 50px;}
.t_navs .top .ej_box2 .right::after{content: "";display: block;width: 50000px;height: 50000px;background-color: #aaaaaa;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.t_navs .top .ej_box2 .right .qh_r{position: relative;z-index: 10;}
.t_navs .top .ej_box2 .right .qh_r .list{width: 100%;position: absolute;left:0;top: 0;z-index: -1;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .ej_box2 .right .qh_r .list.on{position: relative;z-index: 5;opacity: 1;}
.t_navs .top .ej_box2 .right .qh_r .dl{width: 100%;position: relative;}
.t_navs .top .ej_box2 .right .qh_r .dl .dd{width: 100%;position: absolute;left:0;top: 0;z-index: -1;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.t_navs .top .ej_box2 .right .qh_r .dl .dd.on{position: relative;z-index: 5;opacity: 1;}
.t_navs .top .ej_box2 .right .qh_r .ol{padding-right: 20px;overflow: hidden;overflow-y: auto;height: calc(100vh - 424px);}
.t_navs .top .ej_box2 .right .qh_r .ol::-webkit-scrollbar{ width: 3px;}
.t_navs .top .ej_box2 .right .qh_r .ol::-webkit-scrollbar-track{background-color: #fff;border-radius: 3px;}
.t_navs .top .ej_box2 .right .qh_r .ol::-webkit-scrollbar-thumb{width: 3px;background-color: #bf0f0f;border-radius: 3px;}
.t_navs .top .ej_box2 .right .qh_r .od{margin-bottom: 10px;}
.t_navs .top .ej_box2 .right .qh_r .od:last-child{margin-bottom: 0;}
.t_navs .top .ej_box2 .right .qh_r .od:hover a{background-color: #bf0f0f;}
.t_navs .top .pcSs_box{position: relative;margin-left: 8px;}
.t_navs .top .pcSs_box .t_ico{width: 24px;height: 24px;cursor: pointer;margin: 23px 0;}
.t_navs .top .pcSs_box .t_ico img{width: 100%;display: block;}
.t_navs .top .pcSs_box .b_inp{width: 100%;position: fixed;right: 0;top: 100px;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.15);padding: 50px;display: none;}
.t_navs .top .pcSs_box .b_inp>div{width: 800px;margin: 0 auto;position: relative;}
.t_navs .top .pcSs_box .b_inp input{width: 100%;height: 56px;display: block;font-size: 16px;color: #333;border: 1px solid #eee;padding: 0 100px 0 20px;}
.t_navs .top .pcSs_box .b_inp .ss_btn{width: 24px;display: block;position: absolute;right: 12px;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.t_navs .top .pcSs_box .b_inp .ss_btn img{width: 100%;display: block;}
.t_navs .top .pcSs_box .b_inp .ss_btn .ico2{display: none;}
.t_navs .top .pcSs_box .b_inp .ss_btn:hover .ico1{display: none;}
.t_navs .top .pcSs_box .b_inp .ss_btn:hover .ico2{display: block;}
.wyb_s.on{background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .menu .l1 .a1{line-height: 80px;}
.wyb_s.on .t_navs .top .menu .l1 .a1::after,.wyb_s.on .t_navs .top .menu .l1 .a1::after{ bottom: 0;}
.wyb_s.on .t_navs .top .u2{ top:100%;background-color: #fff;box-shadow: 0 0 12px rgba(0,0,0,0.1);}
.wyb_s.on .t_navs .top .u2 .l2 .a2{padding: 0 12px;}
.wyb_s.on .t_navs .top .u2 .l2:last-child .a2{border-bottom: 0;}
.wyb_s.on .t_navs .top .pcSs_box .b_inp{top: 80px;}
.wyb_s.on .t_navs .top .ej_box2{top: 80px;height: calc(100vh - 80px);}
.wyb_s.on .t_navs .top .ej_box2 .left .qh_l{height: calc(100vh - 394px);}
.wyb_s.on .t_navs .top .ej_box2 .center .qh_c .dl{height: calc(100vh - 394px);}
.wyb_s.on .t_navs .top .ej_box2 .right .qh_r .ol{height: calc(100vh - 394px);}
.t_navs .menuph{ display: none;}
.t_navs .xialaph{ display: none;}
.t_nav_zw{width: 100%;height: 0;opacity: 0;}
@media screen and (max-width:1680px) {
.t_navs .top .ej_box2{padding-top: 60px;padding-bottom: 60px;}
.t_navs .top .ej_box2 .title{font-size: 40px;line-height: 50px;margin-bottom: 30px;}
.t_navs .top .ej_box2 .content a{padding: 0 14px;height: 50px;}
.t_navs .top .ej_box2 .content a .wz{font-size: 15px;line-height: 20px;width: calc(100% - 30px);}
.t_navs .top .ej_box2 .content a img{width: 22px;}
.t_navs .top .ej_box2 .left{padding-right: 50px;}
.t_navs .top .ej_box2 .center{padding: 0 20px 0 40px;}
.t_navs .top .ej_box2 .right{padding-right: 20px;padding-left: 40px;}
.t_navs .top .ej_box2 .left .qh_l{height: calc(100vh - 320px);}
.t_navs .top .ej_box2 .center .qh_c .dl{height: calc(100vh - 320px);}
.t_navs .top .ej_box2 .right .qh_r .ol{height: calc(100vh - 320px);}
.wyb_s.on .t_navs .top .ej_box2 .left .qh_l{height: calc(100vh - 290px);}
.wyb_s.on .t_navs .top .ej_box2 .center .qh_c .dl{height: calc(100vh - 290px);}
.wyb_s.on .t_navs .top .ej_box2 .right .qh_r .ol{height: calc(100vh - 290px);}
}
@media screen and (max-width:1180px) {
.t_navs .top .menu .l1{padding: 0 12px;}
.t_navs .top .menu .l1 .a1{padding: 0 4px;font-size: 16px;}
}
@media screen and (max-width:1024px) {
/*WAP head*/
.t_navs .top .menu{ display: none;}
.t_navs .top .pcSs_box{display: none;}
.t_navs .menuph{ display: block;}
.t_navs .xialaph{ display: block;}
.t_nav_zw{height: 50px;}
.t_navs .top{ padding: 0 8px 0 15px; width: 100%; position: fixed; top: 0; left: 0; z-index: 4;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.t_navs .top .logo{ margin: 10px 0;}
.t_navs .top .logo img{ height: 20px;}
.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:#bf0f0f;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:#bf0f0f;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: #bf0f0f;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:#bf0f0f;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,
.t_navs .xialaph .a3box{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: 10px;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 .u4{width: 100%;padding-left: 20px;padding-right: 10px;border-bottom: 1px solid rgba(0,0,0,0.1);display: none;}
.t_navs .xialaph .l4{width: 100%;}
.t_navs .xialaph .a4{width: 100%;font-size: 12px;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: 10px;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 .l4:last-child .a4{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;}
}

/* 底部 */
.b_nav{width: 100%;padding-top: 100px;padding-bottom: 46px;}
.b_nav .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.b_nav .left{width: 36.41975308641975%;padding-right: 40px;}
.b_nav .left .logo img{height: 34px;display: block;}
.b_nav .left .dl{margin-bottom: 28px;margin-top: 34px;}
.b_nav .left .dl .dd{margin-bottom: 30px;display: flex;justify-content: flex-start;align-items: center;}
.b_nav .left .dl .dd:last-child{margin-bottom: 0;}
.b_nav .left .dl .dd img{width: 50px;display: block;}
.b_nav .left .dl .dd .wzbox{width: calc(100% - 50px);padding-left: 12px;}
.b_nav .left .dl .dd .wzbox .wz1{font-size: 26px;color: #000000;line-height: 30px;margin-bottom: 6px;font-weight: bold;}
.b_nav .left .dl .dd .wzbox .wz2{font-size: 14px;color: #000000;line-height: 18px;}
.b_nav .left .dl .dd .wzbox .wz3{font-size: 20px;color: #000000;line-height: 24px;font-weight: bold;}
.b_nav .left ul{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 24px;}
.b_nav .left ul li{margin-right: 20px;}
.b_nav .left ul li:last-child{margin-right: 0;}
.b_nav .left ul li img{width: 30px;display: block;}
.b_nav .left ul li a:hover{opacity: 0.8;}
.b_nav .left .banquan{font-size: 20px;color: #999999;line-height: 24px;}
.b_nav .left .banquan a{color: #999999;}
.b_nav .right{width: 63.58024691358025%;}
.b_nav .right ul{display: flex;justify-content: space-between;}
.b_nav .right ul .yj{display: flex;}
.b_nav .right ul .yj a{display: block;font-size: 18px;color: #000000;line-height: 24px;padding-bottom: 18px;position: relative;display: block;}
.b_nav .right ul .yj a::after{content: "";display: block;width: 100%;height: 3px;background-color: #000000;position: absolute;left: 0;bottom: 0;}
.b_nav .right ul .yj a:hover{color: #bf0f0f;}
.b_nav .right ul .yj a:hover::after{background-color: #bf0f0f;}
.b_nav .right ul .ej{margin-top: 30px;}
.b_nav .right ul .ej a{display: block;font-size: 16px;color: #000000;line-height: 32px;}
.b_nav .right ul .ej a:hover{color: #bf0f0f;}
@media screen and (max-width:1460px) {
.b_nav .left{width: 34%;padding-right: 30px;}
.b_nav .left .logo img{height: 30px;}
.b_nav .left .dl .dd{margin-bottom: 24px;}
.b_nav .left .dl .dd img{width: 40px;}
.b_nav .left .dl .dd .wzbox{width: calc(100% - 40px);}
.b_nav .left .dl .dd .wzbox .wz1{font-size: 20px;line-height: 24px;}
.b_nav .left .dl .dd .wzbox .wz2{font-size: 13px;line-height: 17px;}
.b_nav .left .dl .dd .wzbox .wz3{font-size: 16px;line-height: 20px;}
.b_nav .left ul li{margin-right: 14px;;}
.b_nav .left .banquan{font-size: 16px;}
.b_nav .right{width: 66%;}
.b_nav .right ul .yj a{font-size: 16px;line-height: 20px;padding-bottom: 14px;}
.b_nav .right ul .ej{margin-top: 24px;}
.b_nav .right ul .ej a{font-size: 14px;line-height: 26px;}
}
@media screen and (max-width:1300px) {
.b_nav .left{width: 30%;padding-right: 20px;}
.b_nav .left .logo img{height: 30px;}
.b_nav .left .dl .dd{margin-bottom: 24px;}
.b_nav .left .dl .dd img{width: 40px;}
.b_nav .left .dl .dd .wzbox{width: calc(100% - 40px);}
.b_nav .left .dl .dd .wzbox .wz1{font-size: 20px;line-height: 24px;}
.b_nav .left .dl .dd .wzbox .wz2{font-size: 13px;line-height: 17px;}
.b_nav .left .dl .dd .wzbox .wz3{font-size: 16px;line-height: 20px;}
.b_nav .left ul li{margin-right: 10px;;}
.b_nav .left .banquan{font-size: 14px;}
.b_nav .right{width: 70%;}
.b_nav .right ul .yj a{font-size: 15px;line-height: 20px;padding-bottom: 14px;}
.b_nav .right ul .ej{margin-top: 24px;}
.b_nav .right ul .ej a{font-size: 13px;line-height: 26px;}
}
@media screen and (max-width:1100px) {
.b_nav .left{width: 30%;padding-right: 20px;}
.b_nav .left .logo img{height: 30px;}
.b_nav .left .dl .dd{margin-bottom: 24px;}
.b_nav .left .dl .dd img{width: 40px;}
.b_nav .left .dl .dd .wzbox{width: calc(100% - 40px);}
.b_nav .left .dl .dd .wzbox .wz1{font-size: 18px;line-height: 24px;}
.b_nav .left .dl .dd .wzbox .wz2{font-size: 12px;line-height: 17px;}
.b_nav .left .dl .dd .wzbox .wz3{font-size: 14px;line-height: 20px;}
.b_nav .left ul li{margin-right: 8px;;}
.b_nav .left .banquan{font-size: 12px;}
.b_nav .right{width: 70%;}
.b_nav .right ul .yj a{font-size: 14px;line-height: 20px;padding-bottom: 14px;}
.b_nav .right ul .ej{margin-top: 24px;}
.b_nav .right ul .ej a{font-size: 12px;line-height: 26px;}
}
@media screen and (max-width:1024px) {
.b_nav{padding-top: 30px;padding-bottom: 30px;margin-bottom: 60px;}
.b_nav .w_width{display: block;}
.b_nav .left{width: 100%;padding-right: 0;}
.b_nav .left .logo{display: flex;justify-content: center;}
.b_nav .left .logo img{height: 26px;}
.b_nav .left .dl{margin-bottom: 14px;margin-top: 14px;}
.b_nav .left .dl .dd{margin-bottom: 12px;justify-content: center;}
.b_nav .left .dl .dd img{width: 36px;display: block;}
.b_nav .left .dl .dd .wzbox{width: 200px;padding-left: 10px;}
.b_nav .left .dl .dd .wzbox .wz1{font-size: 16px;line-height: 24px;margin-bottom: 4px;}
.b_nav .left .dl .dd .wzbox .wz2{font-size: 14px;line-height: 20px;}
.b_nav .left .dl .dd .wzbox .wz3{font-size: 16px;line-height: 20px;}
.b_nav .left ul{margin-bottom: 14px;justify-content: center;}
.b_nav .left ul li{margin-right: 12px;}
.b_nav .left ul li img{width: 26px;}
.b_nav .left .banquan{font-size: 15px;line-height: 20px;text-align: center;}
.b_nav .right{display: none;}
}

/* 电脑端漂浮 */
.pf_right{width: 40px;position: fixed;right: 45px;top: 50%;transform: translate(0,-50%);z-index: 999;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.pf_right.on{opacity: 1;}
.pf_right li{margin-bottom: 20px;}
.pf_right li:last-child{margin-bottom: 0;}
.pf_right li a{display: block;width: 100%;position: relative;}
.pf_right li a::after{content: "";display: block;width: calc(100% - 4px);height: calc(100% - 4px);background-color: #fff;border-radius: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.pf_right li a .ico{width: 100%;display: block;box-shadow: 0 0 20px rgba(0,0,0,0.1);border-radius: 100%;position: relative;z-index: 5;}
.pf_right li a .posi_wz{font-size: 24px;color: #333;line-height: 30px;padding: 15px 20px;background-color: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1);position: absolute;right: calc(100% + 20px);top: 50%;white-space:nowrap;font-weight: bold;margin-top: -30px;border-radius: 10px;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);}
.pf_right li a:hover .posi_wz{
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);}
@media screen and (max-width:1680px) {
.pf_right{width: 32px;right: 24px;}
.pf_right li{margin-bottom: 14px;}
}
@media screen and (max-width:1024px) {
.pf_right{display: none;}
}

/*手机端底漂浮*/
.pf_down{ width: 100%; float: left; position: fixed; left: 0; background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.1); z-index: 99;bottom: 0; padding-bottom: constant(safe-area-inset-bottom);padding-bottom: env(safe-area-inset-bottom);}
.pf_down li{ width:25%; float: left; text-align: center; padding:10px 0;}
.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: #bf0f0f; 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;}

/* 首页 */
.sy_banner{width: 100%;}
.sy_banner .ul{width: 100%;}
.sy_banner .ul .li{width: 100%;}
.sy_banner .ul .pcshow{width: 100%;height: 100vh;}
.sy_banner .ul .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.sy_banner .ul .wzbox .title{font-size: 50px;color: #000000;line-height: 60px;margin-bottom: 140px;font-weight: bold;font-family: "微软雅黑";}
.sy_banner .ul .wzbox .btnbox{display: flex;justify-content: flex-start;align-items: flex-start;}
.sy_banner .ul .wzbox .btn1{margin-right: 10px;width: 50px;}
.sy_banner .ul .wzbox .btn1 img{width: 100%;display: block;}
.sy_banner .ul .wzbox .btn1 a:hover{opacity: 0.6;}
.sy_banner .ul .wzbox .btn2 a{display: flex;justify-content: center;align-items: center;background-color: #fff;border-radius: 25px;padding: 0 16px 0 6px;}
.sy_banner .ul .wzbox .btn2 a img{width: 40px;display: block;}
.sy_banner .ul .wzbox .btn2 a .wz{font-size: 18px;color: #000000;line-height: 50px;margin-left: 10px;}
.sy_banner .ul .wzbox .btn2 a:hover{background-color: #bf0f0f;}
.sy_banner .ul .wzbox .btn2 a:hover .wz{color: #fff;}
.sy_banner .ul .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.4); left: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .ul .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img35.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .ul .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.4); right: 50px;top: auto;transform: translate(0,0);bottom: 50px;border-radius: 100%;}
.sy_banner .ul .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img36.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.sy_banner .ul .slick-prev:hover,
.sy_banner .ul .slick-next:hover{background-color: #bf0f0f;}
@media screen and (max-width:1680px) {
.sy_banner .ul .wzbox .title{font-size: 36px;line-height: 46px;margin-bottom: 60px;}
.sy_banner .ul .wzbox .btn1{width: 40px;}
.sy_banner .ul .wzbox .btn2 a{border-radius: 20px;;}
.sy_banner .ul .wzbox .btn2 a img{width: 30px;}
.sy_banner .ul .wzbox .btn2 a .wz{font-size: 15px;line-height: 40px;margin-left: 8px;}
}
@media screen and (max-width:1024px) {
.sy_banner .ul .phshow{display: block;}
.sy_banner .ul .wzbox{width: 100%;position: absolute;left: 0;top: 70px;transform: translate(0,0);}
.sy_banner .ul .wzbox .title{font-size: 24px;line-height: 30px;margin-bottom: 12px;text-align: center;}
.sy_banner .ul .wzbox .title br{display: none;}
.sy_banner .ul .wzbox .btnbox{display: flex;justify-content: center;align-items: flex-start;}
.sy_banner .ul .wzbox .btn1{width: 36px;}


.sy_banner .ul .wzbox .btn2 a{border-radius: 18px;padding: 0 12px 0 6px;}
.sy_banner .ul .wzbox .btn2 a img{width: 28px;}
.sy_banner .ul .wzbox .btn2 a .wz{font-size: 14px;line-height:36px;margin-left: 6px;}
.sy_banner .ul .slick-prev{width: 32px;height: 32px; left: 20px;bottom: 20px;}
.sy_banner .ul .slick-prev::after{width: 18px;height: 18px;}
.sy_banner .ul .slick-next{width: 32px;height: 32px; right: 20px;bottom: 20px;}
.sy_banner .ul .slick-next::after{width: 18px;height: 18px;}
}

.sy_section1{width: 100%;padding-top: 30px;padding-bottom: 60px;}
.sy_section1 .w_width{display: flex;justify-content: space-between;align-items: flex-start;}
.sy_section1 .left{width: 41.97530864197531%;padding-top: 68px;}
.sy_section1 .left .title1{font-size: 50px;color: #000000;line-height: 50px;margin-bottom: 14px;/*font-style: italic;*/}
.sy_section1 .left .title2{font-size: 40px;color: #bf0f0f;line-height: 48px;/*font-style: italic;*/font-weight: bold;}
.sy_section1 .left .title2 span{margin-right: 32px;}
.sy_section1 .left .title2 span:last-child{margin-right: 0;}
.sy_section1 .right{width: 49.38271604938272%;position: relative;}
.sy_section1 .right img{width: 100%;display: block;}
.sy_section1 .right .posi_wz{font-size: 92px;line-height: 100px;font-weight: bold;font-family: "微软雅黑";/*font-style: italic;*/position: absolute;right: 0;top: 50%;transform: translate(0,-50%);text-align: right;padding-right: 10px;
background: linear-gradient(to right, #bf0f0f, #363231); /* 从左到右的渐变 */
-webkit-background-clip: text; /* 文本裁剪 */
-webkit-text-fill-color: transparent; /* 文本透明 */
background-clip: text; /* 标准属性 */
color: transparent; /* 兼容非Webkit浏览器 */}
@media screen and (max-width:1680px) {
.sy_section1 .left{width: 46%;padding-top: 68px;}
.sy_section1 .left .title1{font-size: 36px;line-height: 40px;margin-bottom: 12px;}
.sy_section1 .left .title2{font-size: 26px;line-height: 36px;}
.sy_section1 .left .title2 span{margin-right: 20px;}
.sy_section1 .right .posi_wz{font-size: 56px;line-height: 60px;}
}
@media screen and (max-width:1024px) {
.sy_section1{padding-top: 30px;padding-bottom: 30px;}
.sy_section1 .w_width{display: block;}
.sy_section1 .left{width: 100%;padding-top: 0;margin-bottom: 20px;}
.sy_section1 .left .title1{font-size: 24px;line-height: 30px;margin-bottom: 12px;}
.sy_section1 .left .title2{font-size: 16px;line-height: 24px;}
.sy_section1 .left .title2 span{margin-right: 12px;}
.sy_section1 .right{width: 100%;}
.sy_section1 .right .posi_wz{font-size: 38px;line-height: 50px;text-align: center;width: 100%;}
}

.sy_section2{width: 100%;padding-bottom: 100px;}
.sy_section2 .btbox{margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;}
.sy_section2 .btbox .title{font-size: 50px;color: #999999;line-height: 54px;font-weight: bold;font-family: "微软雅黑";}
.sy_section2 .btbox .btnbox{display: flex;justify-content: flex-start;align-items: center;}
.sy_section2 .btbox .btn{margin-right: 10px;}
.sy_section2 .btbox .btn:last-child{margin-right: 0;}
.sy_section2 .btbox .btn a{display: block;width: 50px;height: 50px;border: 1px solid #aaaaaa;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section2 .btbox .btn img{width: 26px;display: block;}
.sy_section2 .btbox .btn .ico2{display: none;}
.sy_section2 .btbox .btn a:hover{background-color: #bf0f0f;border-color: #bf0f0f;}
.sy_section2 .btbox .btn a:hover .ico1{display: none;}
.sy_section2 .btbox .btn a:hover .ico2{display: block;}
.sy_section2 .content .ul{margin: 0 -10px;width: calc(100% + 20px);}
.sy_section2 .content .li{padding: 0 10px;}
.sy_section2 .content a{margin-bottom: 20px;background-color: #f6f7f8;border-radius: 14px;height: 420px;display: flex;justify-content: center;flex-wrap: wrap;}
.sy_section2 .content a:last-child{margin-bottom: 0;}
.sy_section2 .content a .boxs1{width: 100%;padding: 30px 40px 30px 30px;display: flex;align-items: stretch;}
.sy_section2 .content a .boxs1 .left{width: 31.23287671232877%;padding-right: 40px;position: relative;}
.sy_section2 .content a .boxs1 .right{width: 68.76712328767123%;}
.sy_section2 .content a .boxs1 .right .bt{margin-bottom: 30px;}
.sy_section2 .content a .boxs1 .right .pic{ padding-bottom: 50.996%; position: relative; overflow: hidden;}
.sy_section2 .content a .boxs1 .right .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.sy_section2 .content a .boxs2{display: flex;justify-content: space-between;align-items: stretch;padding: 30px 50px 40px 30px;flex-direction:row-reverse;width:100%;}
.sy_section2 .content a .boxs2 .left{width: 32.68156424581006%;}
.sy_section2 .content a .boxs2 .left .pic{ padding-bottom: 141.452%; position: relative; overflow: hidden;}
.sy_section2 .content a .boxs2 .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.sy_section2 .content a .boxs2 .right{width: calc(67.31843575418994% - 56px);position: relative;}
.sy_section2 .content a .boxs2 .right .bt{margin-top: 46px;}
.sy_section2 .content a .bq{font-size: 16px;color: #525252;line-height: 20px;margin-bottom: 14px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section2 .content a .line{width: 50px;height: 1px; /*background-color: #ed2827;*/}
.sy_section2 .content a .more{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background-color: #000000;border-radius: 100%;position: absolute;left: 0;bottom: 24px;}
.sy_section2 .content a .more img{width: 28px;display: block;}
.sy_section2 .content a .bt{font-size: 30px;color: #000000;line-height: 36px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section2 .content a:hover{background-color: #e7e7e7;}
.sy_section2 .content a:hover .bt{color: #bf0f0f;}
.sy_section2 .content a:hover .more{background-color: #bf0f0f;}
@media screen and (max-width:1680px) {
.sy_section2 .btbox .title{font-size: 36px;line-height: 40px;}
.sy_section2 .content a{height: 300px;}
.sy_section2 .content a .boxs1{padding: 30px;}
.sy_section2 .content a .boxs1 .left{width: 32%;padding-right: 30px;}
.sy_section2 .content a .boxs1 .right{width: 68%;}
.sy_section2 .content a .boxs1 .right .bt{margin-bottom: 20px;}
.sy_section2 .content a .boxs2{padding: 30px;}
.sy_section2 .content a .boxs2 .left{width: 32%;}
.sy_section2 .content a .boxs2 .right{width: calc(68% - 30px);}
.sy_section2 .content a .boxs2 .right .bt{margin-top: 30px;}
.sy_section2 .content a .bq{font-size: 14px;margin-bottom: 12px;}
.sy_section2 .content a .line{width: 40px;}
.sy_section2 .content a .more{width: 40px;height: 40px;bottom: 20px;}
.sy_section2 .content a .more img{width: 24px;}
.sy_section2 .content a .bt{font-size: 20px;line-height: 30px;}
}
@media screen and (max-width:1024px) {
.sy_section2{padding-bottom: 30px;}
.sy_section2 .btbox{margin-bottom: 20px;}
.sy_section2 .btbox .title{font-size: 18px;line-height: 24px;}
.sy_section2 .btbox .btn a{width: 32px;height: 32px;}
.sy_section2 .btbox .btn img{width: 20px;}
.sy_section2 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section2 .content .li{padding: 0 6px;}
.sy_section2 .content a{margin-bottom: 12px;border-radius: 12px;height: 340px;align-items: center;}
.sy_section2 .content a .boxs1{padding: 20px;display: block;}
.sy_section2 .content a .boxs1 .left{width: 100%;padding-right: 0;}
.sy_section2 .content a .boxs1 .right{width: 100%;}
.sy_section2 .content a .boxs1 .right .bt{margin-bottom: 14px;}
.sy_section2 .content a .boxs2{display: block;padding: 20px;}
.sy_section2 .content a .boxs2 .left{width: 40%;margin: 14px auto 0 auto;}
.sy_section2 .content a .boxs2 .right{width: 100%;}
.sy_section2 .content a .boxs2 .right .bt{margin-top: 35px;}
.sy_section2 .content a .bq{font-size: 14px;margin-bottom: 10px;-webkit-line-clamp:1;}
.sy_section2 .content a .bq br{display: none;}
.sy_section2 .content a .line{width: 40px;margin-bottom: 10px;}
.sy_section2 .content a .more{width:32px;height: 32px;position: absolute;left: auto;bottom: auto;top: 0;right: 0;}
.sy_section2 .content a .more img{width: 24px;}
.sy_section2 .content a .bt{font-size: 16px;line-height: 24px;}
}

.sy_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f6f7f8;}
.sy_section3 .title{font-size: 50px;color: #999999;line-height: 54px;font-weight: bold;font-family: "微软雅黑";margin-bottom: 48px;}
.sy_section3 ul{margin: -16px;width: calc(100% + 32px);display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.sy_section3 ul li{width: 25%;padding: 16px;}
.sy_section3 ul a{width: 100%;background-color: #ffffff;border-radius: 12px;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 240px;position: relative;overflow: hidden;}
.sy_section3 ul a .icobox{width: 64px;display: block;margin: 0 auto 16px auto;position: relative;z-index: 5;}
.sy_section3 ul a .icobox img{width: 100%;display: block;}
.sy_section3 ul a .icobox .ico2{display: none;}
.sy_section3 ul a .wz{font-size: 24px;color: #000000;line-height: 28px;text-align: center;min-height: 56px;position: relative;z-index: 5;}
.sy_section3 ul a .ba_img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 3;opacity: 0;
transition: All 0.3s ease-in-out;
-webkit-transition: All 0.3s ease-in-out;
-moz-transition: All 0.3s ease-in-out;
-o-transition: All 0.3s ease-in-out;}
.sy_section3 ul a:hover .ba_img{opacity: 1;}
.sy_section3 ul a:hover .icobox .ico1{display: none;}
.sy_section3 ul a:hover .icobox .ico2{display: block;}
.sy_section3 ul a:hover .wz{color: #fff;}
@media screen and (max-width:1680px) {
.sy_section3 .title{font-size: 36px;line-height: 40px;}
.sy_section3 ul a{height: 180px;}
.sy_section3 ul a .icobox{width: 48px;margin: 0 auto 14px auto;}
.sy_section3 ul a .wz{font-size: 16px;line-height: 24px;min-height: 48px;}
}
@media screen and (max-width:1024px) {
.sy_section3{padding-top: 30px;padding-bottom: 30px;}
.sy_section3 .title{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.sy_section3 ul{margin: -6px;width: calc(100% + 12px);}
.sy_section3 ul li{width: 50%;padding: 6px;}
.sy_section3 ul a{height: 120px;}
.sy_section3 ul a .icobox{width: 32px;margin: 0 auto 12px auto;}
.sy_section3 ul a .wz{font-size: 15px;line-height: 20px;min-height: 40px;}
}

.sy_section4{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.sy_section4 .btbox{margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;}
.sy_section4 .btbox .title{font-size: 50px;color: #999999;line-height: 54px;font-weight: bold;font-family: "微软雅黑";}
.sy_section4 .btbox .btnbox{display: flex;justify-content: flex-start;align-items: center;}
.sy_section4 .btbox .btn{margin-right: 10px;}
.sy_section4 .btbox .btn:last-child{margin-right: 0;}
.sy_section4 .btbox .btn a{display: block;width: 50px;height: 50px;border: 1px solid #aaaaaa;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section4 .btbox .btn img{width: 26px;display: block;}
.sy_section4 .btbox .btn .ico2{display: none;}
.sy_section4 .btbox .btn a:hover{background-color: #bf0f0f;border-color: #bf0f0f;}
.sy_section4 .btbox .btn a:hover .ico1{display: none;}
.sy_section4 .btbox .btn a:hover .ico2{display: block;}
.sy_section4 .content .ul{width: 100%;}
.sy_section4 .content .ul .li{width: 100%;}
.sy_section4 .content .ul a{display: flex;align-items: center;background-color: #f6f7f8;border-radius: 12px;overflow: hidden;}
.sy_section4 .content .ul a .left{width: 50%;}
.sy_section4 .content .ul a .pic{ width: 100%; padding-bottom: 61.72%; 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_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{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section4 .content .ul a .right{width: 50%;padding: 20px 80px 20px 100px;}
.sy_section4 .content .ul a .right .bt{font-size: 40px;color: #000000;line-height: 54px;margin-bottom: 70px;font-weight: bold;font-family: "微软雅黑";
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.sy_section4 .content .ul a .right .date{font-size: 16px;color: #999999;line-height: 20px;margin-bottom: 32px;}
.sy_section4 .content .ul a .right .jj{font-size: 16px;color: #999999;line-height: 24px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section4 .content .ul a:hover .right .bt{color: #bf0f0f;}
@media screen and (max-width:1680px) {
.sy_section4 .btbox .title{font-size: 36px;line-height: 40px;}
.sy_section4 .content .ul a .right{padding: 20px 60px;}
.sy_section4 .content .ul a .right .bt{font-size: 26px;line-height: 32px;margin-bottom: 40px;}
.sy_section4 .content .ul a .right .date{font-size: 14px;line-height: 18px;margin-bottom: 24px;}
.sy_section4 .content .ul a .right .jj{font-size: 14px;line-height: 20px;}
}
@media screen and (max-width:1024px) {
.sy_section4{padding-top: 30px;padding-bottom: 30px;}
.sy_section4 .btbox{margin-bottom: 20px;}
.sy_section4 .btbox .title{font-size: 18px;line-height: 24px;}
.sy_section4 .btbox .btn a{width: 32px;height: 32px;}
.sy_section4 .btbox .btn img{width: 20px;}
.sy_section4 .content .ul a{display: block;}
.sy_section4 .content .ul a .left{width: 100%;}
.sy_section4 .content .ul a .right{width: 100%;padding: 14px;}
.sy_section4 .content .ul a .right .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.sy_section4 .content .ul a .right .date{font-size: 14px;margin-bottom: 12px;}
.sy_section4 .content .ul a .right .jj{font-size: 14px;}
}

.sy_section5{padding-bottom: 100px;}
.sy_section5 .btbox{margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;}
.sy_section5 .btbox .title{font-size: 50px;color: #999999;line-height: 54px;font-weight: bold;font-family: "微软雅黑";}
.sy_section5 .btbox .btnbox{display: flex;justify-content: flex-start;align-items: center;}
.sy_section5 .btbox .btn{margin-right: 10px;}
.sy_section5 .btbox .btn:last-child{margin-right: 0;}
.sy_section5 .btbox .btn a{display: block;width: 50px;height: 50px;border: 1px solid #aaaaaa;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.sy_section5 .btbox .btn img{width: 26px;display: block;}
.sy_section5 .btbox .btn .ico2{display: none;}
.sy_section5 .btbox .btn a:hover{background-color: #bf0f0f;border-color: #bf0f0f;}
.sy_section5 .btbox .btn a:hover .ico1{display: none;}
.sy_section5 .btbox .btn a:hover .ico2{display: block;}
.sy_section5 .content .ul{margin: 0 -30px;width: calc(100% + 60px);}
.sy_section5 .content .ul .li{padding: 0 30px;}
.sy_section5 .content .ul a{display: block;width: 100%;}
.sy_section5 .content .ul a .date{font-size: 16px;color: #999999;line-height: 20px;margin-bottom: 20px;}
.sy_section5 .content .ul a .bt{font-size: 26px;color: #000000;line-height: 40px;margin-bottom: 10px;min-height: 120px;letter-spacing: -0.8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section5 .content .ul a .info{font-size: 16px;color: #999999;line-height: 24px;margin-bottom: 50px;min-height: 76px;letter-spacing: -0.8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.sy_section5 .content .ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.sy_section5 .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_section5 .content .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.sy_section5 .content .ul a:hover .bt{color: #bf0f0f;}
@media screen and (max-width:1680px) {
.sy_section5 .btbox .title{font-size: 36px;line-height: 40px;}
.sy_section5 .content .ul a .bt{font-size: 18px;line-height: 30px;min-height: 90px;}
}
@media screen and (max-width:1024px) {
.sy_section5{padding-bottom: 30px;}
.sy_section5 .btbox{margin-bottom: 20px;}
.sy_section5 .btbox .title{font-size: 18px;line-height: 24px;}
.sy_section5 .btbox .btn a{width: 32px;height: 32px;}
.sy_section5 .btbox .btn img{width: 20px;}
.sy_section5 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.sy_section5 .content .ul .li{padding: 0 6px;}
.sy_section5 .content .ul a .date{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.sy_section5 .content .ul a .bt{font-size: 16px;line-height: 28px;margin-bottom: 10px;min-height: 56px;-webkit-line-clamp:2;}
.sy_section5 .content .ul a .info{font-size: 14px;line-height: 20px;margin-bottom: 12px;min-height: 20px;-webkit-line-clamp:2;}
}

.sy_section6{width: 100%;}
.sy_section6 .w_width{position: relative;}
.sy_section6 .ba_img{width: 100%;display: block;border-radius: 12px;}
.sy_section6 .wzbox{width: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: space-between;align-items: flex-start;padding: 100px 80px 50px 100px;}
.sy_section6 .wzbox .left{width: 44%;}
.sy_section6 .wzbox .left .bt{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 8px;font-weight: bold;font-family: "微软雅黑";}
.sy_section6 .wzbox .left .jj{font-size: 18px;color: #999999;line-height: 24px;margin-bottom: 18px;}
.sy_section6 .wzbox .left .more a{width: 50px;display: block;}
.sy_section6 .wzbox .left .more a img{width: 100%;display: block;}
.sy_section6 .wzbox .left .more a .ico2{display: none;}
.sy_section6 .wzbox .left .more a:hover .ico1{display: none;}
.sy_section6 .wzbox .left .more a:hover .ico2{display: block;}
.sy_section6 .wzbox .right{width: 44%;font-size: 24px;color: #ffffff;line-height: 32px;letter-spacing: -0.8px;text-align: right;padding-right: 10px;
overflow: hidden;overflow-y: auto;height: 192px;}
.sy_section6 .wzbox .right::-webkit-scrollbar{ width: 3px;}
.sy_section6 .wzbox .right::-webkit-scrollbar-track{background-color: #e5e5e5;border-radius: 3px;}
.sy_section6 .wzbox .right::-webkit-scrollbar-thumb{width: 3px;background-color: #bf0f0f;border-radius: 3px;}
@media screen and (max-width:1680px) {
.sy_section6 .wzbox{padding: 100px 100px 50px 100px;}
.sy_section6 .wzbox .left{width: 48%;}
.sy_section6 .wzbox .left .bt{font-size: 36px;line-height: 40px;}
.sy_section6 .wzbox .left .jj{font-size: 14px;line-height: 20px;margin-bottom: 14px;}
.sy_section6 .wzbox .left .more a{width: 40px;}
.sy_section6 .wzbox .right{width: 48%;font-size: 18px;line-height: 24px;letter-spacing: 0;}
}
@media screen and (max-width:1400px) {
.sy_section6 .wzbox{padding: 50px;}
}
@media screen and (max-width:1024px) {
.sy_section6{width: 100%;}
.sy_section6 .w_width{position: relative;}
.sy_section6 .wzbox{position: relative;display: flex;padding: 40px 30px;border-radius: 12px;display: block;overflow: hidden;background: url(img/img29.jpg)no-repeat center center;background-size: cover;}
.sy_section6 .wzbox::after{content: "";display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.3);position: absolute;left: 0;top: 0;}
.sy_section6 .wzbox .left{width: 100%;position: relative;z-index: 10;}
.sy_section6 .wzbox .left .bt{font-size: 24px;line-height: 30px;margin-bottom: 8px;}
.sy_section6 .wzbox .left .jj{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.sy_section6 .wzbox .left .more a{width: 32px;}
.sy_section6 .wzbox .right{width: 100%;font-size: 15px;line-height: 24px;letter-spacing: 0;text-align: left;margin-top: 14px;position: relative;z-index: 10;padding-right: 0;
height: auto;}
.sy_section6 .wzbox .right::-webkit-scrollbar{ width: 0;}
.sy_section6 .wzbox .right::-webkit-scrollbar-track{background-color: rgba(255,255,255,0);border-radius: 0;}
.sy_section6 .wzbox .right::-webkit-scrollbar-thumb{width: 0;background-color: rgba(255,255,255,0);border-radius: 0;}
.sy_section6 .wzbox .right::-webkit-scrollbar{ display: none;}
}

.zws_section{width: 100%;margin-top: -80px;opacity: 0;height: 80px;position: relative;z-index: -99;}
@media screen and (max-width:1024px) {
.zws_section{margin-top: -50px;height: 50px;}
}

/* 产品详情 */
.cpxq_section1{padding-top: 100px;overflow: hidden;}
.cpxq_section1 .w_width{display: flex;flex-direction:row-reverse;}
.cpxq_section1 .left{width: 33.95061728395062%;padding: 100px 60px 90px 0;position: relative;}
.cpxq_section1 .left::after{content: "";display: block;width: 50000px;height: 50000px;position: absolute;right: 0;top: 0;background-color: #bf0f0f;}
.cpxq_section1 .left>div{position: relative;z-index: 10;}
.cpxq_section1 .left .bq{font-size: 22px;color: #ffffff;line-height: 26px;margin-bottom: 18px;}
.cpxq_section1 .left .line{width: 100px;height: 1px;background-color: #ffffff;margin-bottom: 50px;}
.cpxq_section1 .left .bt{font-size: 60px;color: #ffffff;line-height: 72px;margin-bottom: 150px;font-weight: bold;font-family: "微软雅黑";}
.cpxq_section1 .left .btnbox{display: flex;margin-bottom: 60px;}
.cpxq_section1 .left .btn{margin-right: 10px;}
.cpxq_section1 .left .btn:last-child{margin-right: 0;}
.cpxq_section1 .left .btn a{display: flex;justify-content: flex-start;align-items: center;padding: 0 16px 0 6px;background-color: #ffffff;border-radius: 25px;}
.cpxq_section1 .left .btn a .ico{width: 40px;margin-right: 8px;}
.cpxq_section1 .left .btn a .ico img{width: 100%;display: block;border-radius: 100%;}
.cpxq_section1 .left .btn a .wz{font-size: 18px;color: #000000;line-height: 50px;}
.cpxq_section1 .left .btn a:hover{opacity: 0.8;}
.cpxq_section1 .left .dq_box{padding-right: 30px;}
.cpxq_section1 .left .dq_box a{font-size: 18px;color: #ffffff;line-height: 22px;}
.cpxq_section1 .left .dq_box span{font-size: 18px;color: #ffffff;line-height: 22px;}
.cpxq_section1 .left .dq_box a:hover,
.cpxq_section1 .left .dq_box a.on{text-decoration: underline;}
.cpxq_section1 .right{width: 66.04938271604938%;padding-left: 90px;padding-top: 84px;}
.cpxq_section1 .right .ul{width: 100%;padding-bottom: 125px;}
.cpxq_section1 .right .ul .li{width: 100%;}
.cpxq_section1 .right .ul .pic{ padding-bottom: 55.306%; position: relative; overflow: hidden;}
.cpxq_section1 .right .ul .pic img{ 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%);}
.cpxq_section1 .right .ul .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.4); left: -40px;top: auto;transform: translate(0,0);bottom: 0;border-radius: 100%;}
.cpxq_section1 .right .ul .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img35.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cpxq_section1 .right .ul .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.4); right: -100px;top: auto;transform: translate(0,0);bottom: 0;border-radius: 100%;}
.cpxq_section1 .right .ul .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img36.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cpxq_section1 .right .ul .slick-prev:hover,
.cpxq_section1 .right .ul .slick-next:hover{background-color: #bf0f0f;}
@media screen and (max-width:1680px) {
.cpxq_section1 .left{padding: 80px 50px 80px 0;}
.cpxq_section1 .left .bq{font-size: 16px;line-height: 20px;margin-bottom: 12px;}
.cpxq_section1 .left .line{margin-bottom: 24px;}
.cpxq_section1 .left .bt{font-size: 32px;line-height: 42px;margin-bottom: 60px;}
.cpxq_section1 .left .btnbox{margin-bottom: 30px;}
.cpxq_section1 .left .btn a{border-radius: 20px;padding: 0 12px 0 6px;}
.cpxq_section1 .left .btn a .ico{width: 32px;margin-right: 6px;}
.cpxq_section1 .left .btn a .wz{font-size: 14px;line-height: 40px;}
.cpxq_section1 .left .dq_box{padding-right: 0;}
.cpxq_section1 .left .dq_box a{font-size: 14px;line-height: 20px;}
.cpxq_section1 .left .dq_box span{font-size: 14px;line-height: 20px;}
.cpxq_section1 .right{padding-left: 80px;padding-top: 40px;}
.cpxq_section1 .right .ul{padding-bottom: 40px;}
.cpxq_section1 .right .ul .slick-prev{width: 40px;height: 40px; left: -30px;}
.cpxq_section1 .right .ul .slick-prev::after{width: 20px;height: 20px;}
.cpxq_section1 .right .ul .slick-next{width: 40px;height: 40px; right: -80px;}
.cpxq_section1 .right .ul .slick-next::after{width: 20px;height: 20px;}
}
@media screen and (max-width:1300px) {
.cpxq_section1 .left{padding: 60px 30px 60px 0;}
.cpxq_section1 .left .btn a .ico{width: 28px;margin-right: 4px;}
.cpxq_section1 .left .btn a .wz{font-size: 13px;}
}
@media screen and (max-width:1024px) {
.cpxq_section1{padding-top: 50px;}
.cpxq_section1 .w_width{display: block;}
.cpxq_section1 .left{width: 100%;padding: 20px 0;}
.cpxq_section1 .left::after{right: auto;left: 50%;transform: translate(-50%,0);height: 100%;}
.cpxq_section1 .left .bq{font-size: 14px;line-height: 20px;margin-bottom: 10px;}
.cpxq_section1 .left .line{width: 60px;margin-bottom: 12px;}
.cpxq_section1 .left .bt{font-size: 18px;line-height: 26px;margin-bottom: 12px;}
.cpxq_section1 .left .bt br{display: none;}
.cpxq_section1 .left .btnbox{margin-bottom: 12px;}
.cpxq_section1 .left .btn a{padding: 0 12px 0 6px;border-radius: 18px;}
.cpxq_section1 .left .btn a .ico{width: 30px;margin-right: 6px;}
.cpxq_section1 .left .btn a .wz{font-size: 14px;line-height: 36px;}
.cpxq_section1 .left .dq_box{display: none;}
.cpxq_section1 .right{width: 100%;padding-left: 0;padding-top: 0;}
.cpxq_section1 .right .ul{padding-bottom: 0;padding: 40px 50px;}
.cpxq_section1 .right .ul .slick-prev{width: 32px;height: 32px;left: 0;bottom: auto;top: 50%;transform: translate(0,-50%);}
.cpxq_section1 .right .ul .slick-prev::after{width: 22px;height: 22px;}
.cpxq_section1 .right .ul .slick-next{width: 32px;height: 32px;right: 0;bottom: auto;top: 50%;transform: translate(0,-50%);}
.cpxq_section1 .right .ul .slick-next::after{width: 22px;height: 22px;}
}

.cpxq_section2{width: 100%;border-bottom: 1px solid #eeeeee;}
.cpxq_section2 ul{display: flex;}
.cpxq_section2 ul li{margin-right: 58px;}
.cpxq_section2 ul li:last-child{margin-right: 0;}
.cpxq_section2 ul a{display: block;font-size: 24px;color: #000000;line-height: 40px;padding: 30px 0;position: relative;}
.cpxq_section2 ul a::after{content: "";display: block;width: 100%;height: 1px;position: absolute;left: 0;bottom: -1px;background-color: #bf0f0f;opacity: 0;}
.cpxq_section2 ul li.on a::after{opacity: 1;}
.cpxq_section2 ul li.on a,
.cpxq_section2 ul li:hover a{color: #bf0f0f;}
@media screen and (max-width:1024px) {
.cpxq_section2 ul{justify-content: center;}
.cpxq_section2 ul li{margin-right: 14px;}
.cpxq_section2 ul a{font-size: 16px;line-height: 20px;padding: 10px 0;}
}

.cpxq_section3{width: 100%;padding-top: 100px;}
.cpxq_section3 .title{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 56px;font-weight: bold;font-family: "微软雅黑";}
.cpxq_section3 .info{font-size: 20px;color: #545454;line-height: 28px;}
@media screen and (max-width:1680px) {
.cpxq_section3 .title{font-size: 36px;line-height: 40px;}
}
@media screen and (max-width:1024px) {
.cpxq_section3{padding-top: 30px;}
.cpxq_section3 .title{font-size: 20px;line-height: 24px;margin-bottom: 10px;}
.cpxq_section3 .info{font-size: 14px;line-height: 22px;}
}

.cpxq_section4{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.cpxq_section4 .btbox{margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;}
.cpxq_section4 .btbox .title{font-size: 50px;color: #999999;line-height: 54px;font-weight: bold;font-family: "微软雅黑";}
.cpxq_section4 .btbox .btnbox{display: flex;justify-content: flex-start;align-items: center;}
.cpxq_section4 .btbox .btn{margin-right: 10px;}
.cpxq_section4 .btbox .btn:last-child{margin-right: 0;}
.cpxq_section4 .btbox .btn a{display: block;width: 50px;height: 50px;border: 1px solid #aaaaaa;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.cpxq_section4 .btbox .btn img{width: 26px;display: block;}
.cpxq_section4 .btbox .btn .ico2{display: none;}
.cpxq_section4 .btbox .btn a:hover{background-color: #bf0f0f;border-color: #bf0f0f;}
.cpxq_section4 .btbox .btn a:hover .ico1{display: none;}
.cpxq_section4 .btbox .btn a:hover .ico2{display: block;}
.cpxq_section4 .content{width: 100%;}
.cpxq_section4 .content .ul{width: 100%;}
.cpxq_section4 .content .ul .li{width: 100%;}
.cpxq_section4 .content .ul .pic{ padding-bottom: 43.209%; position: relative; overflow: hidden;border-radius: 20px;}
.cpxq_section4 .content .ul .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
@media screen and (max-width:1680px) {
.cpxq_section4 .btbox .title{font-size: 36px;line-height: 40px;}
}
@media screen and (max-width:1024px) {
.cpxq_section4{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section4 .btbox{margin-bottom: 20px;}
.cpxq_section4 .btbox .title{font-size: 18px;line-height: 24px;}
.cpxq_section4 .btbox .btn a{width: 32px;height: 32px;}
.cpxq_section4 .btbox .btn img{width: 20px;}
.cpxq_section4 .content .ul .pic{border-radius: 12px;}
}

.cpxq_section5{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f6f7f8;}
.cpxq_section5 .title{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 56px;font-weight: bold;font-family: "微软雅黑";}
.cpxq_section5 .content{border-radius: 12px;overflow: hidden;}
.cpxq_section5 table{width: 100%;table-layout: fixed;}
.cpxq_section5 table tr{background-color: #bbbbbb;}
.cpxq_section5 table tr:nth-child(even){background-color: #cccccc;}
.cpxq_section5 table tr:nth-child(1){background-color: #bf0f0f;}
.cpxq_section5 table th{font-size: 24px;color: #ffffff;line-height: 28px;height: 60px;border-right: 1px solid #f6f7f8;padding: 0 12px;}
.cpxq_section5 table td{font-size: 20px;color: #000000;line-height: 24px;height: 60px;border-right: 1px solid #f6f7f8;text-align: center;padding: 0 12px;}
@media screen and (max-width:1680px) {
.cpxq_section5 .title{font-size: 36px;line-height: 40px;;}
.cpxq_section5 table th{font-size: 18px;line-height: 24px;height: 60px;}
.cpxq_section5 table td{font-size: 15px;line-height: 20px;height: 60px;}
}
@media screen and (max-width:1024px) {
.cpxq_section5{padding-top: 30px;padding-bottom: 30px;}
.cpxq_section5 .title{font-size: 18px;line-height: 24px;margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;}
.cpxq_section5 .title .wz_r{font-size: 12px;line-height: 16px;font-weight: 400;color: #333;}
.cpxq_section5 .content{white-space:nowrap;overflow: hidden;overflow-x: auto; max-width: 100%;}
.cpxq_section5 .content::-webkit-scrollbar{ display: none;}
.cpxq_section5 table{width: 1000px;}
.cpxq_section5 table th{font-size: 15px;line-height: 20px;height: 40px;padding: 0 10px;}
.cpxq_section5 table td{font-size: 13px;line-height: 20px;height: 40px;padding: 0 10px;}
}

.cpxq_section6{width: 100%;padding-top: 100px;}
.cpxq_section6 ul{margin: 0 -10px;width: calc(100% + 20px);display: flex;}
.cpxq_section6 ul li{padding: 0 10px;width: 50%;}
.cpxq_section6 ul .page_wz{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 46px;font-weight: bold;font-family: "微软雅黑";}
.cpxq_section6 ul a{margin-bottom: 20px;background-color: #f6f7f8;border-radius: 14px;height: 420px;display: flex;justify-content: center;flex-wrap: wrap;}
.cpxq_section6 ul a:last-child{margin-bottom: 0;}
.cpxq_section6 ul a .boxs1{width: 100%;padding: 30px 40px 30px 30px;display: flex;align-items: stretch;}
.cpxq_section6 ul a .boxs1 .left{width: 31.23287671232877%;padding-right: 40px;position: relative;}
.cpxq_section6 ul a .boxs1 .right{width: 68.76712328767123%;}
.cpxq_section6 ul a .boxs1 .right .bt{margin-bottom: 30px;}
.cpxq_section6 ul a .boxs1 .right .pic{ padding-bottom: 50.996%; position: relative; overflow: hidden;}
.cpxq_section6 ul a .boxs1 .right .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.cpxq_section6 ul a .boxs2{display: flex;justify-content: space-between;align-items: stretch;padding: 30px 50px 40px 30px;flex-direction:row-reverse;}
.cpxq_section6 ul a .boxs2 .left{width: 32.68156424581006%;}
.cpxq_section6 ul a .boxs2 .left .pic{ padding-bottom: 141.452%; position: relative; overflow: hidden;}
.cpxq_section6 ul a .boxs2 .left .pic img{ width: 100%; position: absolute; left: 50%; top: 50%; min-height: 100%;
-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}
.cpxq_section6 ul a .boxs2 .right{width: calc(67.31843575418994% - 56px);position: relative;}
.cpxq_section6 ul a .boxs2 .right .bt{margin-top: 46px;}
.cpxq_section6 ul a .bq{font-size: 16px;color: #525252;line-height: 20px;margin-bottom: 14px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cpxq_section6 ul a .line{width: 50px;height: 1px;background-color: #ed2827;}
.cpxq_section6 ul a .more{width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background-color: #000000;border-radius: 100%;position: absolute;left: 0;bottom: 24px;}
.cpxq_section6 ul a .more img{width: 28px;display: block;}
.cpxq_section6 ul a .bt{font-size: 30px;color: #000000;line-height: 36px;font-weight: bold;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.cpxq_section6 ul a:hover{background-color: #e7e7e7;}
.cpxq_section6 ul a:hover .bt{color: #bf0f0f;}
.cpxq_section6 ul a:hover .more{background-color: #bf0f0f;}
@media screen and (max-width:1680px) {
.cpxq_section6 ul .page_wz{font-size: 36px;line-height: 40px;}
.cpxq_section6 ul a{height: 300px;}
.cpxq_section6 ul a .boxs1{padding: 30px;}
.cpxq_section6 ul a .boxs1 .left{width: 32%;padding-right: 30px;}
.cpxq_section6 ul a .boxs1 .right{width: 68%;}
.cpxq_section6 ul a .boxs1 .right .bt{margin-bottom: 20px;}
.cpxq_section6 ul a .boxs2{padding: 30px;}
.cpxq_section6 ul a .boxs2 .left{width: 32%;}
.cpxq_section6 ul a .boxs2 .right{width: calc(68% - 30px);}
.cpxq_section6 ul a .boxs2 .right .bt{margin-top: 30px;}
.cpxq_section6 ul a .bq{font-size: 14px;margin-bottom: 12px;}
.cpxq_section6 ul a .line{width: 40px;}
.cpxq_section6 ul a .more{width: 40px;height: 40px;bottom: 20px;}
.cpxq_section6 ul a .more img{width: 24px;}
.cpxq_section6 ul a .bt{font-size: 20px;line-height: 30px;}
}
@media screen and (max-width:1024px) {
.cpxq_section6{padding-top: 30px;}
.cpxq_section6 ul{margin: 0;width: 100%;display: block;}
.cpxq_section6 ul li{padding: 0;width: 100%;margin-bottom: 20px;}
.cpxq_section6 ul li:last-child{margin-bottom: 0;}
.cpxq_section6 ul .page_wz{font-size: 18px;line-height: 24px;margin-bottom: 8px;}
.cpxq_section6 ul a{margin-bottom: 12px;border-radius: 12px;height: 130px;align-items: center;}
.cpxq_section6 ul a .boxs1{padding: 20px;display: block;}
.cpxq_section6 ul a .boxs1 .left{width: 100%;padding-right: 0;}
.cpxq_section6 ul a .boxs1 .right{width: 100%;}
.cpxq_section6 ul a .boxs1 .right .bt{margin-bottom: 14px;}
.cpxq_section6 ul a .boxs2{display: block;padding: 20px;}
.cpxq_section6 ul a .boxs2 .left{display: none;}
.cpxq_section6 ul a .boxs2 .right{width: 100%;}
.cpxq_section6 ul a .boxs2 .right .bt{margin-top: 0;}
.cpxq_section6 ul a .bq{font-size: 14px;margin-bottom: 10px;-webkit-line-clamp:1;}
.cpxq_section6 ul a .bq br{display: none;}
.cpxq_section6 ul a .line{width: 40px;margin-bottom: 10px;}
.cpxq_section6 ul a .more{width:32px;height: 32px;position: absolute;left: auto;bottom: auto;top: 0;right: 0;}
.cpxq_section6 ul a .more img{width: 24px;}
.cpxq_section6 ul a .bt{font-size: 16px;line-height: 24px;}
.cpxq_section6 ul a .boxs1 .right .pic{display: none;}
.cpxq_section6 ul a .boxs2 .left .pic{display: none;}
}

/* 内页banner */
.ny_banner{width: 100%;position: relative;}
.ny_banner img{width: 100%;display: block;}
.ny_banner .wzbox{width: 100%;position: absolute;left: 0;top: 50%;transform: translate(0,-50%);}
.ny_banner .wzbox h1{font-size: 60px;color: #ffffff;line-height: 64px;margin-bottom: 50px;font-weight: bold;font-family: "微软雅黑";}
.ny_banner .wzbox .info{font-size: 20px;color: #ffffff;line-height: 24px;margin-bottom: 36px;}
.ny_banner .wzbox .info br{display: none;}
.ny_banner .wzbox .dq_sec a{font-size: 18px;color: #ffffff;line-height: 24px;}
.ny_banner .wzbox .dq_sec span{font-size: 18px;color: #ffffff;line-height: 24px;}
.ny_banner .wzbox .dq_sec a:hover,
.ny_banner .wzbox .dq_sec a.on{text-decoration: underline;}
@media screen and (max-width:1024px) {
.ny_banner .wzbox h1{font-size: 24px;line-height: 30px;margin-bottom: 10px;text-align: center;}
.ny_banner .wzbox .info{font-size: 16px;;line-height: 24px;margin-bottom: 0;text-align: center;}
.ny_banner .wzbox .dq_sec{display: none;}
.ny_banner .wzbox .info br{display: block;}
}

/* 分页 */
.page_section{width: 100%;}
.page_section .pcpage{display: flex;justify-content: center;align-items: center;}
.page_section .pcpage .btn{width: 70px;display: flex;justify-content: center;align-items: center;}
.page_section .pcpage .btn img{width: 30px;display: block;}
.page_section .pcpage .btn .ico2{display: none;}
.page_section .pcpage a{display: block;font-size: 16px;color: #888888;line-height: 50px;width: 50px;height: 50px;border-radius: 8px;text-align: center;background-color: #ffffff;margin-right: 10px;}
.page_section .pcpage a:last-child{margin-right: 0;}
.page_section .pcpage a:hover,
.page_section .pcpage a.on{color: #fff;background-color: #bf0f0f;}
.page_section .pcpage .btn:hover .ico1{display: none;}
.page_section .pcpage .btn:hover .ico2{display: block;}
.page_section .phpage{display: none;}
@media screen and (max-width:1024px) {
.page_section{width: 100%;}
.page_section .phpage{display: flex;justify-content: center;align-items: center;}
.page_section .phpage .btn{width: 40px;display: flex;justify-content: center;align-items: center;height: 30px;border-radius: 4px;background-color: #ffffff;}
.page_section .phpage .btn img{width: 22px;display: block;}
.page_section .phpage .btn .ico2{display: none;}
.page_section .phpage .btn:hover{color: #fff;background-color: #bf0f0f;}
.page_section .phpage .btn:hover .ico1{display: none;}
.page_section .phpage .btn:hover .ico2{display: block;}
.page_section .phpage span{display: block;font-size: 16px;color: #333;line-height: 20px;margin: 0 20px;}
.page_section .pcpage{display: none;}
}

/* 新闻 */
.xw_section{padding-top: 100px;padding-bottom: 60px;}
.xw_section .page_section{margin-top: 100px;}
.xw_section .ul{margin: -48px -30px;width: calc(100% + 60px);display: flex;flex-wrap: wrap;}
.xw_section .ul .li{padding: 48px 30px;width: 33.333%;}
.xw_section .ul a{display: block;width: 100%;}
.xw_section .ul a .date{font-size: 16px;color: #999999;line-height: 20px;margin-bottom: 20px;}
.xw_section .ul a .bt{font-size: 26px;color: #000000;line-height: 40px;margin-bottom: 10px;min-height: 120px;letter-spacing: -0.8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.xw_section .ul a .info{font-size: 16px;color: #999999;line-height: 24px;margin-bottom: 30px;min-height: 76px;letter-spacing: -0.8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.xw_section .ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.xw_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;}
.xw_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);}
.xw_section .ul a:hover .bt{color: #bf0f0f;}
@media screen and (max-width:1680px) {
.xw_section .ul a .bt{font-size: 18px;line-height: 30px;min-height: 90px;}
}
@media screen and (max-width:1024px) {
.xw_section{padding-top: 30px;padding-bottom: 0;}
.xw_section .page_section{margin-top: 20px;}
.xw_section .ul{margin: -10px -6px;width: calc(100% + 12px);}
.xw_section .ul .li{padding: 10px 6px;width: 50%;}
.xw_section .ul a .date{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.xw_section .ul a .bt{font-size: 16px;line-height: 24px;margin-bottom: 6px;min-height: 48px;-webkit-line-clamp:2;}
.xw_section .ul a .info{font-size: 14px;line-height: 20px;margin-bottom: 10px;min-height: 20px;-webkit-line-clamp:2;}
}

/* 服务支持 */
.supp_section1{width: 100%;padding-top: 100px;padding-bottom: 120px;}
.supp_section1 .title{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 26px;font-weight: bold;font-family: "微软雅黑";}
.supp_section1 .info{font-size: 20px;color: #545454;line-height: 24px;margin-bottom: 66px;}
.supp_section1 ul{margin: 0 -75px;width: calc(100% + 150px);display: flex;flex-wrap: wrap;}
.supp_section1 ul li{width: 33.333%;padding: 0 75px;}
.supp_section1 ul a{display: flex;justify-content: space-between;align-items: center;padding: 10px 0;border-top: 1px solid #000000;border-bottom: 1px solid #000000;}
.supp_section1 ul a .wzbox{width: calc(100% - 50px);}
.supp_section1 ul a .wz{font-size: 30px;color: #000000;line-height: 40px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:1;}
.supp_section1 ul a .icobox{width: 30px;}
.supp_section1 ul a .icobox img{width: 100%;display: block;}
.supp_section1 ul a .icobox .ico2{display: none;}
.supp_section1 ul a:hover{border-color: #bf0f0f;}
.supp_section1 ul a:hover .wz{color: #bf0e0e;}
.supp_section1 ul a:hover .icobox .ico1{display: none;}
.supp_section1 ul a:hover .icobox .ico2{display: block;}
@media screen and (max-width:1680px) {
.supp_section1 .title{font-size:36px;line-height: 40px;}
.supp_section1 ul{margin: 0 -40px;width: calc(100% + 80px);}
.supp_section1 ul li{padding: 0 40px;}
}
@media screen and (max-width:1024px) {
.supp_section1{padding-top: 30px;padding-bottom: 30px;}
.supp_section1 .title{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.supp_section1 .info{font-size: 14px;line-height: 20px;margin-bottom: 20px;}
.supp_section1 ul{margin: 0;width: 100%;}
.supp_section1 ul li{width: 100%;padding: 0;margin-bottom: 10px;}
.supp_section1 ul li:last-child{margin-bottom: 0;}
.supp_section1 ul a{padding: 12px;border:1px solid #000}
.supp_section1 ul a .wzbox{width: calc(100% - 40px);}
.supp_section1 ul a .wz{font-size: 16px;line-height: 20px;}
.supp_section1 ul a .icobox{width: 24px;}
}

.supp_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f6f7f8;}
.supp_section2 .title{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 46px;font-weight: bold;font-family: "微软雅黑";}
.supp_section2 ul{margin: -16px;width: calc(100% + 32px);display: flex;flex-wrap: wrap;}
.supp_section2 ul li{width: 25%;padding: 16px;}
.supp_section2 ul a{display: block;width: 100%;height: 240px;background-color: #fff;border-radius: 12px;}
.supp_section2 ul a>div{width: 100%;padding: 54px 20px 20px 20px;}
.supp_section2 ul a .icobox{width: 68px;margin: 0 auto 12px auto;}
.supp_section2 ul a .icobox img{width: 100%;display: block;}
.supp_section2 ul a .icobox .ico2{display: none;}
.supp_section2 ul a .bt{font-size: 24px;color: #000000;line-height: 28px;text-align: center;font-weight: bold;font-family: "微软雅黑";word-wrap:break-word; word-break:normal;}
.supp_section2 ul a .jj{font-size: 20px;color: #999999;line-height: 24px;text-align: center;margin-top: 3px;word-wrap:break-word; word-break:normal;}
.supp_section2 ul a:hover{background-color: #bf0f0f;}
.supp_section2 ul a:hover .icobox .ico1{display: none;}
.supp_section2 ul a:hover .icobox .ico2{display: block;}
.supp_section2 ul a:hover .bt,
.supp_section2 ul a:hover .jj{color: #fff;}
@media screen and (max-width:1680px) {
.supp_section2 .title{font-size: 36px;line-height: 40px;}
.supp_section2 ul{margin: -10px;width: calc(100% + 20px);}
.supp_section2 ul li{padding: 10px;}
.supp_section2 ul a{height: 180px;}
.supp_section2 ul a>div{padding: 40px 12px 12px 12px;}
.supp_section2 ul a .icobox{width: 40px;}
.supp_section2 ul a .bt{font-size: 17px;line-height: 24px;}
.supp_section2 ul a .jj{font-size: 16px;line-height: 22px;}
}
@media screen and (max-width:1024px) {
.supp_section2{padding-top: 30px;padding-bottom: 30px;}
.supp_section2 .title{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.supp_section2 ul{margin: -6px;width: calc(100% + 12px);}
.supp_section2 ul li{width: 50%;padding: 6px;}
.supp_section2 ul a{height: 152px;}
.supp_section2 ul a>div{padding: 14px;}
.supp_section2 ul a .icobox{width: 30px;margin: 0 auto 10px auto;}
.supp_section2 ul a .bt{font-size: 16px;line-height: 20px;}
.supp_section2 ul a .jj{font-size: 14px;line-height: 22px;}
}

.even_section{width: 100%;padding-top: 100px;padding-bottom: 60px;}
.even_section .cont1{margin-bottom: 90px;}
.even_section .cont1 .btbox{margin-bottom: 40px;display: flex;justify-content: space-between;align-items: center;}
.even_section .cont1 .btbox .title{font-size: 50px;color: #999999;line-height: 54px;font-weight: bold;font-family: "微软雅黑";}
.even_section .cont1 .btbox .btnbox{display: flex;justify-content: flex-start;align-items: center;}
.even_section .cont1 .btbox .btn{margin-right: 10px;}
.even_section .cont1 .btbox .btn:last-child{margin-right: 0;}
.even_section .cont1 .btbox .btn a{display: block;width: 50px;height: 50px;border: 1px solid #aaaaaa;border-radius: 100%;display: flex;justify-content: center;align-items: center;}
.even_section .cont1 .btbox .btn img{width: 26px;display: block;}
.even_section .cont1 .btbox .btn .ico2{display: none;}
.even_section .cont1 .btbox .btn a:hover{background-color: #bf0f0f;border-color: #bf0f0f;}
.even_section .cont1 .btbox .btn a:hover .ico1{display: none;}
.even_section .cont1 .btbox .btn a:hover .ico2{display: block;}
.even_section .cont1 .content .ul{width: 100%;}
.even_section .cont1 .content .ul .li{width: 100%;}
.even_section .cont1 .content .ul a{display: flex;align-items: center;background-color: #f6f7f8;border-radius: 12px;overflow: hidden;}
.even_section .cont1 .content .ul a .left{width: 50%;}
.even_section .cont1 .content .ul a .pic{ width: 100%; padding-bottom: 61.72%; 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;}
.even_section .cont1 .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;}
.even_section .cont1 .content .ul a:hover .pic img{ -webkit-transform: translate(-50%, -50%) scale(1.1); -moz-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.even_section .cont1 .content .ul a .right{width: 50%;padding: 20px 80px 20px 100px;}
.even_section .cont1 .content .ul a .right .bt{font-size: 40px;color: #000000;line-height: 56px;margin-bottom: 70px;font-weight: bold;font-family: "微软雅黑";
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.even_section .cont1 .content .ul a .right .date{font-size: 16px;color: #999999;line-height: 20px;margin-bottom: 32px;}
.even_section .cont1 .content .ul a .right .jj{font-size: 16px;color: #999999;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.even_section .cont1 .content .ul a:hover .right .bt{color: #bf0f0f;}
.even_section .cont2{margin-bottom: 100px;}
.even_section .cont2 .title{font-size: 50px;color: #999999;line-height: 54px;font-weight: bold;font-family: "微软雅黑";margin-bottom: 46px;}
.even_section .cont2 .ul{margin: -48px -30px;width: calc(100% + 60px);display: flex;flex-wrap: wrap;}
.even_section .cont2 .ul .li{padding: 48px 30px;width: 33.333%;}
.even_section .cont2 .ul a{display: block;width: 100%;}
.even_section .cont2 .ul a .date{font-size: 16px;color: #999999;line-height: 20px;margin-bottom: 20px;}
.even_section .cont2 .ul a .bt{font-size: 26px;color: #000000;line-height: 40px;margin-bottom: 50px;min-height: 80px;letter-spacing: -0.8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.even_section .cont2 .ul a .info{font-size: 16px;color: #999999;line-height: 24px;margin-bottom: 30px;min-height: 76px;letter-spacing: -0.8px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3;}
.even_section .cont2 .ul a .pic{ width: 100%; padding-bottom: 56%; position: relative; overflow: hidden;border-radius: 12px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
.even_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;}
.even_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);}
.even_section .cont2 .ul a:hover .bt{color: #bf0f0f;}
@media screen and (max-width:1680px) {
.even_section .cont1 .btbox .title{font-size: 36px;line-height: 40px;}
.even_section .cont2 .title{font-size: 36px;line-height: 40px;}
.even_section .cont1 .content .ul a .right{padding: 20px 60px;}
.even_section .cont1 .content .ul a .right .bt{font-size: 26px;line-height: 32px;margin-bottom: 40px;}
.even_section .cont1 .content .ul a .right .date{font-size: 14px;line-height: 18px;margin-bottom: 24px;}
.even_section .cont1 .content .ul a .right .jj{font-size: 14px;line-height: 18px;}
.even_section .cont2 .ul a .bt{font-size: 18px;line-height: 30px;min-height: 90px;}
}
@media screen and (max-width:1024px) {
.even_section{padding-top: 30px;padding-bottom: 0;}
.even_section .cont1{margin-bottom: 30px;}
.even_section .cont1 .btbox{margin-bottom: 20px;}
.even_section .cont1 .btbox .title{font-size: 18px;line-height: 24px;}
.even_section .cont1 .btbox .btn a{width: 32px;height: 32px;}
.even_section .cont1 .btbox .btn img{width: 20px;}
.even_section .cont1 .content .ul a{display: block;}
.even_section .cont1 .content .ul a .left{width: 100%;}
.even_section .cont1 .content .ul a .right{width: 100%;padding: 14px;}
.even_section .cont1 .content .ul a .right .bt{font-size: 18px;line-height: 24px;margin-bottom: 12px;}
.even_section .cont1 .content .ul a .right .date{font-size: 14px;margin-bottom: 12px;}
.even_section .cont1 .content .ul a .right .jj{font-size: 14px;}
.even_section .cont2{margin-bottom: 20px;}
.even_section .cont2 .title{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.even_section .cont2 .ul{margin: -10px -6px;width: calc(100% + 12px);}
.even_section .cont2 .ul .li{padding: 10px 6px;width: 50%;}
.even_section .cont2 .ul a .date{font-size: 14px;line-height: 20px;margin-bottom: 6px;}
.even_section .cont2 .ul a .bt{font-size: 16px;line-height: 24px;margin-bottom: 6px;min-height: 48px;}
.even_section .cont2 .ul a .info{font-size: 14px;line-height: 20px;margin-bottom: 10px;min-height: 20px;-webkit-line-clamp:2;}
}

/* 新闻详情 */
.xwxq_section1{width: 100%;padding-top: 248px;padding-bottom: 100px;}
.xwxq_section1 .w_width>div{width: 48%;}
.xwxq_section1 .title{font-size: 60px;color: #ffffff;line-height: 72px;margin-bottom: 26px;font-weight: bold;font-family: "微软雅黑";}
.xwxq_section1 .date{font-size: 18px;color: #aaaaaa;line-height: 24px;margin-bottom: 36px;}
.xwxq_section1 .info{font-size: 18px;color: #ffffff;line-height: 25px;margin-bottom: 120px;}
.xwxq_section1 .dq_sec a{font-size: 18px;color: #ffffff;line-height: 24px;}
.xwxq_section1 .dq_sec span{font-size: 18px;color: #ffffff;line-height: 24px;}
.xwxq_section1 .dq_sec a:hover,
.xwxq_section1 .dq_sec a.on{text-decoration: underline;}
@media screen and (max-width:1680px) {
.xwxq_section1 .w_width>div{width: 70%;}
}
@media screen and (max-width:1024px) {
.xwxq_section1{padding-top: 50px;padding-bottom: 50px;}
.xwxq_section1 .w_width>div{width: 100%;}
.xwxq_section1 .title{font-size: 24px;line-height: 32px;margin-bottom: 12px;}
.xwxq_section1 .date{font-size: 14px;line-height: 20px;margin-bottom: 12px;}
.xwxq_section1 .info{font-size: 14px;line-height: 20px;margin-bottom: 0;}
.xwxq_section1 .dq_sec{display: none;}
}

.xwxq_section2{width: 100%;padding-top: 110px;padding-bottom: 100px;}
.xwxq_section2 .content{font-size: 18px;color: #000000;line-height: 25px;}
@media screen and (max-width:1024px) {
.xwxq_section2{padding-top: 30px;padding-bottom: 30px;}
.xwxq_section2 .content{font-size: 14px;line-height: 22px;}
}

.xwxq_section3{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #f6f7f8;}
.xwxq_section3 ul{width: 100%;display: flex;}
.xwxq_section3 ul li{width: 50%;padding-right: 126px;}
.xwxq_section3 ul .page_wz{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 38px;font-weight: bold;font-family: "微软雅黑";}
.xwxq_section3 ul .date{font-size: 16px;color: #999999;line-height: 20px;margin-bottom: 22px;}
.xwxq_section3 ul .bt{font-size: 26px;color: #000000;line-height: 36px;margin-bottom: 28px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwxq_section3 ul .info{font-size: 16px;color: #999999;line-height: 20px;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2;}
.xwxq_section3 ul a:hover .bt{color: #bf0f0f;}
@media screen and (max-width:1024px) {
.xwxq_section3 ul .page_wz{font-size: 36px;line-height: 40px;;}
}
@media screen and (max-width:1024px) {
.xwxq_section3{padding-top: 30px;padding-bottom: 30px;}
.xwxq_section3 ul{display: block;}
.xwxq_section3 ul li{width: 100%;padding-right: 0;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #999;}
.xwxq_section3 ul li:last-child{margin-bottom: 0;padding-bottom: 0;border-bottom: 0;}
.xwxq_section3 ul .page_wz{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
.xwxq_section3 ul .date{font-size: 14px;line-height: 18px;margin-bottom: 8px;}
.xwxq_section3 ul .bt{font-size: 16px;line-height: 20px;margin-bottom: 8px;-webkit-line-clamp:1;}
.xwxq_section3 ul .info{font-size: 14px;line-height: 20px;-webkit-line-clamp:1;}
}

.comp_section1{width: 100%;padding-top: 100px;padding-bottom: 100px;}
.comp_section1 .cont1{margin-bottom: 100px;display: flex;justify-content: space-between;align-items: stretch;}
.comp_section1 .cont1 .left{width: 39.50617283950617%;padding-right: 40px;display: flex;align-items: stretch;flex-direction: column;justify-content: space-between;}
.comp_section1 .cont1 .left .title{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 38px;font-weight: bold;font-family: "微软雅黑";}
.comp_section1 .cont1 .left .logo{width: 550px;display: block;}
.comp_section1 .cont1 .right{width: 60.49382716049383%;font-size: 18px;color: #000000;line-height: 25px;}
.comp_section1 .cont2{width: 100%;}
.comp_section1 .cont2 .pic{ padding-bottom: 43.209%; position: relative; overflow: hidden;border-radius: 12px;}
.comp_section1 .cont2 .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%);}
.comp_section1 .cont2 .slick-prev{width: 50px;height: 50px;background: rgba(0,0,0,0.4); left: -100px;border-radius: 100%;}
.comp_section1 .cont2 .slick-prev::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img35.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.comp_section1 .cont2 .slick-next{width: 50px;height: 50px;background: rgba(0,0,0,0.4); right: -100px;border-radius: 100%;}
.comp_section1 .cont2 .slick-next::after{content: "";display: block;width: 24px;height: 24px;background: url(img/img36.svg)no-repeat center center;background-size: cover;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.comp_section1 .cont2 .slick-prev:hover,
.comp_section1 .cont2 .slick-next:hover{background-color: #bf0f0f;}
@media screen and (max-width:1680px) {
.comp_section1 .cont1 .left .title{font-size: 36px;line-height: 40px;}
.comp_section1 .cont2 .slick-prev{width: 40px;height: 40px;left: -60px;}
.comp_section1 .cont2 .slick-next{width: 40px;height: 40px; right: -60px;}
}
@media screen and (max-width:1024px) {
.comp_section1{padding-top: 30px;padding-bottom: 30px;}
.comp_section1 .cont1{margin-bottom: 20px;display: block;}
.comp_section1 .cont1 .left{width: 100%;padding-right: 0;flex-direction: row;align-items: center;justify-content: space-between;margin-bottom: 14px;}
.comp_section1 .cont1 .left .title{font-size: 18px;line-height: 24px;margin-bottom: 0;}
.comp_section1 .cont1 .left .logo{width: 160px;}
.comp_section1 .cont1 .right{width: 100%;font-size: 14px;line-height: 24px;}
.comp_section1 .cont2{width: 100%;}
.comp_section1 .cont2 .slick-dots{margin-top: 12px;}
}

.comp_section2{width: 100%;padding-top: 100px;padding-bottom: 100px;background-color: #bf0f0f;}
.comp_section2 .title{font-size: 50px;color: #999999;line-height: 54px;margin-bottom: 50px;font-weight: bold;font-family: "微软雅黑";}
.comp_section2 ul{margin: -15px;width: calc(100% + 30px);display: flex;flex-wrap: wrap;}
.comp_section2 ul li{width: 33.333%;padding: 15px;}
.comp_section2 ul .input{width: 100%;}
.comp_section2 ul .input input{width: 100%;height: 70px;display: block;background-color: #ffffff;padding: 0 22px;font-size: 18px;color: #333;border-radius: 12px;}
.comp_section2 ul .text textarea{width: 100%;height: 150px;display: block;border-radius: 12px;padding: 20px 22px;background-color: #ffffff;font-size: 18px;color: #333;}
.comp_section2 ul .yzm{display: flex;justify-content: flex-start;}
.comp_section2 ul .yzm input{width: 22.22222222222222%;height: 70px;display: block;background-color: #ffffff;padding: 0 22px;font-size: 18px;color: #333;border-radius: 12px;margin-right: 10px;}
.comp_section2 ul .yzm .img{width: 150px;height: 70px;border-radius: 12px;display: block;cursor: pointer;margin-right: 30px;}
.comp_section2 ul .yzm .btn{width: 150px;cursor: pointer;display: flex;justify-content: center;align-items: center;border-radius: 12px;background-color: #000000;}
.comp_section2 ul .yzm .btn .wz{font-size: 18px;color: #ffffff;line-height: 70px;margin-right: 6px;}
.comp_section2 ul .yzm .btn img{width: 20px;display: block;}
.comp_section2 ul .yzm .btn:hover{opacity: 0.8;}
.comp_section2 ul .srk::-webkit-input-placeholder{font-size:18px;color:#999999;opacity: 1;}
.comp_section2 ul .srk::-moz-placeholder{font-size:18px;color:#999999;opacity: 1;}
.comp_section2 ul .srk::moz-placeholder{font-size:18px;color:#999999;opacity: 1;}
.comp_section2 ul .srk:-ms-input-placeholder{font-size:18px;color:#999999;opacity: 1;}
@media screen and (max-width:1680px) {
.comp_section2 .title{font-size: 36px;line-height: 40px;}
}
@media screen and (max-width:1024px) {
.comp_section2{padding-top: 30px;padding-bottom: 30px;}
.comp_section2 .title{font-size: 18px;line-height: 24px;margin-bottom: 20px;}
.comp_section2 ul{margin: -6px;width: calc(100% + 12px);}
.comp_section2 ul li{width: 100%;padding: 6px;}
.comp_section2 ul .input input{height: 40px;padding: 0 12px;font-size: 14px;border-radius: 6px;}
.comp_section2 ul .text textarea{height: 100px;padding: 10px 12px;font-size: 14px;border-radius: 6px;}
.comp_section2 ul .yzm{justify-content: space-between;}
.comp_section2 ul .yzm input{width: 45%;height: 40px;padding: 0 12px;font-size: 14px;border-radius: 6px;margin-right: 0;}
.comp_section2 ul .yzm .img{width: calc(25% - 12px);height: 40px;border-radius: 6px;margin-right: 0;}
.comp_section2 ul .yzm .btn{width: calc(30% - 12px);border-radius: 6px;}
.comp_section2 ul .yzm .btn .wz{font-size: 14px;line-height: 40px;margin-right: 4px;}
.comp_section2 ul .yzm .btn img{width: 18px;}
.comp_section2 ul .srk::-webkit-input-placeholder{font-size:14px;}
.comp_section2 ul .srk::-moz-placeholder{font-size:14px;}
.comp_section2 ul .srk::moz-placeholder{font-size:14px;}
.comp_section2 ul .srk:-ms-input-placeholder{font-size:14px;}
}

.pagecon{padding-bottom:0;}
.pagecon .cont1{margin-bottom:0;}
.pagecon .cont1 .right{width:100%;}