.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:rgb(255,255,255);width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color:rgb(199,34,27);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;background: #FFFFFF;box-shadow: 0px 10px 14px 0px rgba(83, 83, 83, 0.08);}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom: 1px solid #E6E6E6;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent: 0;margin: 0px 16px;}
.mobile-inner-nav h2.h2tit {line-height: 36px;text-decoration:none;font-size: 14px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color: #030303;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(../images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(../images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,9%,0);}
to {opacity:1;transform:none;}
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
input{
    -webkit-appearance: none;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}
img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}
.wrap{
    width: 1300px;
    padding: 0px 15px;
    max-width: 100%;
    margin: auto;
}
.head{
    background: #FFFFFF;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 55px;
    z-index: 9999;
    box-shadow: 0px -1px 0px 0px #E8E8E8, 0px 1px 0px 0px #E8E8E8;
}
.head .logo{
    
padding-top: 17px;
    
float: left;
    
font-size: 0;
}
.head .logo img{
    
height: 20px;
    
vertical-align: middle;
    
position: relative;
    
display: inline-block;
    
top: 4px;
}
.head .logo span{
    
padding-left: 10px;
    
font-size: 16px;
    
font-family: PingFangSC-Regular, PingFang SC;
    
font-weight: 400;
    
color: #737373;
    
display: inline-block;
    
vertical-align: middle;
    
line-height: 22px;
}
.head .right{
    
float: right;
}
.head .right li{
    
float: left;
    
margin-left: 40px;
}
.head .right ul{
    
}
.head .right  li:hover .h2tit a:after,
.head .right li.current .h2tit  a:after{
    width:25px;
}
.head .right .h2tit a:after{
    content:"";
    position:absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 25px;
    height: 3px;
    background: #FF5050;
    top: 0;
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
    width: 0;
}
.head .right .h2tit{
    
}
.head .right .h2tit a{
    
font-size: 14px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #737373;
    
display: block;
    
line-height: 55px;
    
position: relative;
    
-webkit-transition: all 0.4s;
    
-o-transition:all 0.4s;
    
-moz-transition:all 0.4s;
    
-ms-transition:all 0.4s;
    
transition:all 0.4s;
}
.head .right li.current .h2tit a,
.head .right li:hover .h2tit a{
    
color: #FF5050;
}
.head,.head *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.fullpage{

}
.fullpage .block_1{
    /* padding-top: 55px; */
    overflow: hidden;
}
.fullpage .block_1 .list{

}
.fullpage .block_1 .list .imgbox{
    position: relative;
}
.fullpage .block_1 .list .img,.banner .imgbox{
    /* min-height: 400px; */
    height:  calc(100vh - 400px);
}
.fullpage .block_1 .list .text{
    
position: absolute;
    
top: 50%;
    
left: 50%;
    
-o-transform: translate(-50%, -50%);
    
-webkit-transform: translate(-50%, -50%);
    
-moz-transform: translate(-50%, -50%);
    
-ms-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
    
width: 100%;
}
.fullpage .block_1 .list .h2tit{
    
font-size: 36px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #FFFFFF;
    
line-height: 50px;
    
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    
text-align: center;
}
.fullpage .block_1 .list .dec{
    
font-size: 20px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #FFFFFF;
    
line-height: 28px;
    
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
    
padding-top: 8px;
    
width: 700px;
    
max-width: 100%;
    
margin: auto;
    
text-align: center;
}
.fullpage .block_1 .list2{
    width: 966px;
    max-width: 100%;
    margin: auto;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    padding-top: 47px;
}
.fullpage .block_1 .list2 li:nth-child(3){
    margin-right: 0px;
}
.fullpage .block_1 .list2 li{
    
height: 250px;
    
background: #F9F9F9;
float: left;

width: calc((100% - 66px)/3);
margin-right: 33px;
    
border-radius: 4px;
}
.fullpage .block_1 .list2 li .icon{
    padding-top: 28px;
}
.fullpage .block_1 .list2 li .icon img{
    height: 50px;
}
.fullpage .block_1 .list2 li .title{
    font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000;
line-height: 28px;
padding-top: 17px;
padding-bottom: 11px;
}
.fullpage .block_1 .list2 li .dec2{
    font-size: 16px;
font-family: PingFangSC-Light, PingFang SC;
font-weight: 300;
color: #333333;
line-height: 22px;
padding-left: 24px;
padding-right: 24px;
text-align: left;
}
.swiper-pagination{
    bottom: 22px  !important;
    height: 5px !important;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 12px;
height: 5px;
background: #FFFFFF;
border-radius: 3px;
opacity: 1;
margin: 0px 5px;

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 20px;
    background: #FF5050;
}
.fullpage .block_2{
 /* padding-top: 55px; */
 /* position: relative; */
 background: url(../images/1_1c2@2x.png) no-repeat right bottom;
 background-size: 540px;
 height: 100%;
 position: relative;
}
.fullpage .block_2 .content{
 position: relative;
 width: 720px;
 position: absolute;
 top: 50%;
 left: 50%;
 -o-transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -moz-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 padding-top: 55px;
 max-width: 92%;
 padding-bottom: 55px;
}
.fullpage .block_2 .imgbox{
    position: relative;
    float: left;
    width: 187px;
}
.fullpage .block_2 .icon{
    width: 223px;
    position: absolute;
    top: -82px;
    right: 78px;
}
.fullpage .block_2 .default{
 width: 187px;
 position: relative;
 z-index: 4;
}
.fullpage .block_2 .right{
    
width: calc(100% - 187px);
    
padding-left: 36px;
    
float: left;
}
.fullpage .block_2 .title{
    
font-size: 26px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #000;
    
line-height: 36px;
}
.fullpage .block_2 .dec{
    
font-size: 16px;
    
font-family: PingFangSC-Light, PingFang SC;
    
font-weight: 300;
    
color: #333333;
    
line-height: 26px;
    
padding-top: 6px;
}
.fullpage .block_3{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding-top: 55px; */
    overflow: hidden;
    height: 100%;
}
.fullpage .block_3 .titlemodel{
    text-align: center;
    font-size: 26px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000;
line-height: 36px;
padding-bottom: 6px;
}
.fullpage .block_3 .list{
    width: 1140px;
    padding: 0px 15px;
    max-width: 100%;
    margin: 0 auto;
}
.fullpage .block_3 .swiper-slide{
    padding: 18px;
}
.fullpage .block_3 .list .imgbox{
    background: #FFFFFF;
box-shadow: 0px 3px 13px 0px rgba(51, 51, 51, 0.15);
}
.fullpage .block_3 .imgbox img:hover{
    opacity:1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}
.fullpage .block_3 .imgbox  img{
    -webkit-transition: all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: .6;
    width: 100%;
}
.fullpage .block_3 .swiper-pagination{
    display: none;
}
.fullpage .block_4{
    /* overflow: hidden; */
    position: relative;
    height: 100%;
    display: block;
}

.fullpage .block_4 .titlemodel{
    font-size: 26px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000;
line-height: 36px;
}
.fullpage .block_4 .dec{
    padding-top: 12px;
    padding-bottom: 36px;
    font-size: 16px;
font-family: PingFangSC-Light, PingFang SC;
font-weight: 300;
color: #333333;
line-height: 26px;
}
.pt{
    padding-top: 55px;
}
 .pt2{
    
height: 100%;
    
display: -webkit-box;
    
display: -moz-box;
    
display: -webkit-flex;
    
display: -moz-flex;
    
display: -ms-flexbox;
    
display: flex;
    
flex-direction: column;
    
justify-content: center;
    
padding-top: 55px;
}
.fullpage .block_4 .pt2{
    width: 1104px;
    margin: auto;
    max-width: 100%;
    padding: 0px 15px;
    padding-top: 55px;
    padding-bottom: 55px;
}
.fullpage .block_4 .list{
    
zoom: 1;
    
overflow: hidden;
}
.fullpage .block_4 .list li:nth-child(4){
    margin-right:0px;
}
.fullpage .block_4 .list li{
    
float: left;
    
margin-right: 30px;
    
position: relative;
    
width: calc((100% - 90px)/4);
}
.fullpage .block_4 .imgbox{
    
height: 330px;
}
.fullpage .block_4 .imgbox img{
    
width: 100%;
    
border-radius: 6px;
}
.fullpage .block_4 .content{
    
position: absolute;
    
left: 0px;
    
top: 0px;
    
z-index: 5;
    
height: 100%;
}
.fullpage .block_4 .text{
    
font-size: 16px;
    
font-family: PingFangSC-Light, PingFang SC;
    
font-weight: 300;
    
color: #333333;
    
line-height: 26px;
    
padding-left: 25px;
    
padding-right: 25px;
    
margin-top: 20px;
    
height: 182px;
    
margin-bottom: 14px;
}
.fullpage .block_4 .infor{
    
text-align: center;
    
width: 100%;
    
position: absolute;
    
left: 0;
    
height: 96px;
    
bottom: 19px;
}
.fullpage .block_4 .name{
    
font-size: 16px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #333333;
    
line-height: 26px;
    
padding-bottom: 2px;
}
.fullpage .block_4 .descrption{
    
font-size: 14px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #333333;
    
line-height: 22px;
}


.h{
    height: 55px;
}

.footer{
    
position: absolute;
    
width: 100%;
    
bottom: 0px;
    
left: 0;
}
.footer .bottom{position: absolute;left: 0;font-size: 0;bottom: 0;width: 100%;background: #F9F9F9;text-align: center;font-size: 14px;font-family: PingFangSC-Regular, PingFang SC;font-weight: 400;color: #333333;z-index: 66;font-size: 0;}
.footer .bottom p{
    
display: inline-block;
    
line-height: 55px;
    
font-size: 14px;
}
.footer .bottom a{
    
color: #333;
}
.footer .bottom .email{
    
padding-left: 32px;
    
padding-right: 32px;
    
border-left: 1px solid #979797;
    
margin-left: 32px;
}
.footer .bottom .tel{
    
padding-left: 32px;
    
padding-right: 32px;
    
border-left: 1px solid #979797;
    
border-right: 1px solid #979797;
    
display: block;
    
line-height: 22px;
}
.footer .bottom .ewm{position: relative;display: inline-block;margin-left: 32px;}
.footer .bottom .ewm > img{
    
width: 22px;
    
cursor: pointer;
}
.footer .bottom .sliders{
    
position: absolute;
    
bottom: 33px;
    
left: 50%;
    
-o-transform: translate(-50%, 0%);
    
-webkit-transform: translate(-50%, 0%);
    
-moz-transform: translate(-50%, 0%);
    
-ms-transform: translate(-50%, 0%);
    
transform: translate(-50%, 0%);
    
border-radius: 3px;
    
-webkit-transition: all 0.4s;
    
-o-transition:all 0.4s;
    
-moz-transition:all 0.4s;
    
-ms-transition:all 0.4s;
    
transition:all 0.4s;
    
visibility: hidden;
    
opacity: 0;
    
z-index: -1;
    
bottom: 43px;
}
.footer .bottom .sliders img{
    
width: 120px;
}
.section {/* position:relative; */}


.footer .bottom .sliders:before{

}

.footer .bottom .ewm:hover .sliders{
    bottom:28px;
    
    visibility:visible;
    opacity:1;
    z-index:5;
}
.wap_list1 {
text-align: center;
    width: 966px;
    max-width: 100%;
    margin: auto;
    zoom: 1;
    overflow: hidden;
    text-align: center;
    padding-top: 47px;
}
.wap_list1 .content{
    
background: #F9F9F9;
    
border-radius: 4px;
    
height: 250px;
}
.wap_list1 .icon{
    
padding-top: 28px;
}
.wap_list1 .icon img{
    
height: 50px;
}
.wap_list1 .title{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    padding-top: 17px;
    padding-bottom: 11px;
}
.wap_list1 .dec2{
   font-size: 16px;
   font-family: PingFangSC-Light, PingFang SC;
   font-weight: 300;
   color: #333333;
   line-height: 22px;
   text-align: left;
   padding-left: 24px;
   padding-right: 24px;
}
.wap_list1 .swiper-pagination .swiper-pagination-bullet{
    background: #000 ;
    opacity: .5;
}
.wap_list1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    background: #FF5050
}



.block_3  .swiper-pagination .swiper-pagination-bullet{
    background: #000 ;
    opacity: .5;
}
.block_3  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    background: #FF5050
}



.footer .bottom a:hover{
    color: #000
}

.fp-tableCell{
position: relative;
}
.section{
    overflow: hidden;
}


.wap_list1 .swiper-pagination{
    display: none
}


.fullpage .block_1 .upgcontent1{
    width: 1150px;
    max-width: 100%;
    margin: auto;
    padding: 0px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-top: 50px;
}
.fullpage .block_1 .upgcontent1 .imgbox{
    
}
.fullpage .block_1 .upgcontent1 .imgbox img{
 width: 280px;   
}
.fullpage .block_1 .upgcontent1 .right{
    padding-left: 40px;
    width: 835px;
    width: calc(100% - 280px);
}
.fullpage .block_1 .upgcontent1 .title{
    font-size: 26px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000;
line-height: 36px;
}
.fullpage .block_1 .upgcontent1 .dec0{
    font-size: 16px;
font-family: PingFangSC-Light, PingFang SC;
font-weight: 300;
color: #333333;
line-height: 26px;
padding-top: 15px;
}
.fullpage .upg_1{
    
height: 100%;
    
background: url(../images/2_1ba2@2x.png) no-repeat center bottom;
    
background-size: 100%;
}
.fullpage .upg_1 .content{
    width: 625px;
    position:absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-top: 55px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.fullpage .upg_1 .titlemodel{
    font-size: 26px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000;
line-height: 36px;
}
.fullpage .upg_1 .dec{
    padding-top: 11px;
    padding-bottom: 36px;
    font-size: 16px;
font-family: PingFangSC-Light, PingFang SC;
font-weight: 300;
color: #333333;
line-height: 26px;
}
.fullpage .upg_1 .list{
    
}
.fullpage .upg_1 .list li:nth-child(2n){
    margin-right: 0px;
}
.fullpage .upg_1 .list li{
    float: left;
    margin-right: 40px;
    width: calc((100% - 40px)/2);

}
.fullpage .upg_1 .imgbox{
    background: #FFFFFF;
box-shadow: 0px 3px 13px 0px rgba(51, 51, 51, 0.15);
margin-bottom: 11px;
padding: 14px;
}
.fullpage .upg_1 .imgbox img{
    width: 100%;
    
}
.fullpage .upg_1 .title{
 text-align: center;
 font-size: 16px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 26px;   
}
.fullpage .upg_2{
    
}
.fullpage .upg_2 .content{
    
width: 970px;
    
max-width: 100%;
    
padding: 0px 15px;
    
position: absolute;
    
top: 50%;
    
left: 50%;
    
-o-transform: translate(-50%, -50%);
    
-webkit-transform: translate(-50%, -50%);
    
-moz-transform: translate(-50%, -50%);
    
-ms-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
    
display: -webkit-box;
    
display: -moz-box;
    
display: -webkit-flex;
    
display: -moz-flex;
    
display: -ms-flexbox;
    
display: flex;
    
padding-top: 55px;
    
align-items: center;
    
padding-bottom: 55px;
}
.fullpage .upg_2 .imgbox{
    
width: 39%;
}
.fullpage .upg_2 .imgbox img{
    
width: 100%;
}
.fullpage .upg_2 .type2 .right{
    width: calc(100% - 506px);
}
.fullpage .upg_2 .right{
    
padding-left: 70px;
    
width: 61%;
}
.fullpage .upg_2 .titlemodel{
    
font-size: 26px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #000;
    
line-height: 36px;
}
.fullpage .upg_2 .dec1{
    
font-size: 16px;
    
font-family: PingFangSC-Light, PingFang SC;
    
font-weight: 300;
    
color: #333333;
    
line-height: 26px;
    
padding-top: 27px;
    
padding-bottom: 21px;
}
.fullpage .upg_2 .dec2{
    
font-size: 16px;
    
font-family: PingFangSC-Regular, PingFang SC;
    
font-weight: 400;
    
color: #333333;
    
line-height: 26px;
}
.fullpage .upg_2 .dec2 strong{
    
color: #000;
    
font-weight: normal;
}
.fullpage .upg_2 .dec3{
    
font-size: 16px;
    
font-family: PingFangSC-Regular, PingFang SC;
    
font-weight: 400;
    
color: #333333;
    
line-height: 26px;
    
padding-top: 24px;
}
.fullpage .upg_2 .type2 .right{
    /* width: 360px; */
    width: 48%;
}
.fullpage .upg_2 .type2 .imgbox{width: 52%;}
.fullpage .upg_2{
    position: relative;height: 100%;
    overflow: hidden;
}
.fullpage .upg_2:after{
    content: "";
    width: 540px;
    height: 540px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 5030px;
    background: linear-gradient(180deg, #FF5050 0%, rgba(252, 111, 111, 0.75) 31%, rgba(238, 238, 238, 0) 100%);
    opacity: 0.2;
    right: -120px;
    bottom: -220px;
}
.fullpage .upg_2.none:after{
    display: none;
}

.fullpage .block_1 .list .ty{
background: #000
}
.fullpage .block_1 .list .ty .imgbox .img{
    opacity: .8;
}

.cul_1{
    height: 100%;
    position: relative;
}
.cul_1 .content{
        width: 1220px;
        max-width: 100%;
        padding: 0px 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 55px;
        align-items: center;
        /* padding-bottom: 55px; */
}
.cul_1 .content .imgbox{
    width: 42%;
}
.cul_1 .content .imgbox img{
    width: 100%;
}
.cul_1 .content .right{
    width: 58%;
    padding-left: 20px;
}
.cul_1 .content .title{
    font-size: 26px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #000;
line-height: 37px;
}
.cul_1 .content .dec{
    font-size: 16px;
font-family: PingFangSC-Light, PingFang SC;
font-weight: 300;
color: #333333;
line-height: 22px;
padding-top: 8px
}
.cul_1 .content li{
    background: #F9F9F9;
border-radius: 4px;
margin-bottom: 20px;
padding: 27px 25px 30px;
}
.cul_1 .content li:nth-child(3){
    margin-bottom: 0px;
}
.cul_2{
    height: 100%;
    position: relative;
    background: url(../images/3_1bg3@2x.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.cul_2 .titletext {
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 36px;
    padding-bottom: 43px;
}
.cul_2 .content{
    
width: 1130px;
    
max-width: 100%;
    
padding: 55px 15px;
    
position: absolute;
    
top: 50%;
    
left: 50%;
    
-o-transform: translate(-50%, -50%);
    
-webkit-transform: translate(-50%, -50%);
    
-moz-transform: translate(-50%, -50%);
    
-ms-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
}
.cul_2 .list{
    
}
.cul_2 .contents{
    
background: #FFFFFF;
    
border-radius: 4px;
    
height: 267px;
}
.cul_2 .icon{
    
padding-top: 31px;
    
padding-bottom: 10px;
}
.cul_2 .icon img{
    
height: 53px;
}
.cul_2 .title{
    
font-size: 20px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #000;
    
line-height: 30px;
}
.cul_2 .dec{
    text-align: left;
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 22px;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.cul_2 .swiper-pagination{
    display: none
}
.cul_2 .list2{
    
}
.cul_2 .title2{
    
font-size: 20px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #000;
    
line-height: 30px;
    
padding-top: 19px;
    
padding-bottom: 10px;
}
.cul_2 .imgbox{
    
}
.cul_2 .imgbox img{
    
width: 100%;
}
.cul_2 .dec2{
    
font-size: 16px;
    
font-family: PingFangSC-Light, PingFang SC;
    
font-weight: 300;
    
color: #333333;
    
line-height: 22px;
    
padding: 0px 25px;
    
text-align: left;
}
.cul_2 .inner{
    background: #F9F9F9;
    border-radius: 4px;
    border-bottom: 4px solid #FF5050;
    height: 388px;
}
.bawhite{
    background: #fff !important;
}
.cul_2 .width2.content{
width: 850px;
}

.cul_2 .width2 .inner{
    height: 341px;
}

.cul_2 .content,
.cul_2 .content *,
.cul_1 .content,
.cul_1 .content *,
.fullpage .upg_1,
.fullpage .upg_1 *,
.fullpage .upg_2,
.fullpage .upg_2 *,
.fullpage .block_1 .upgcontent1,
.fullpage .block_1 .upgcontent1 *,
.fullpage .block_1 .list2,.fullpage .block_1 .list2 *,
.fullpage .block_2 .content,.fullpage .block_2 .content *,
.fullpage .block_4 .pt2,.fullpage .block_4 .pt2 *,
.fullpage .block_1 .list .imgbox,
.fullpage .block_1 .list .imgbox *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}

.manager_1{
    text-align: center;
    height: 100%;
    position: relative;
}
.manager_1 .content0{
    max-width: 100%;
    padding: 55px 15px;
    max-width: 100%;
    position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 980px;
}
.manager_1 .titletext{
    font-size: 26px;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #333333;
line-height: 36px;
}
.manager_1 .title{
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000;
    line-height: 37px;
    padding-top: 6%;
    padding-bottom: 18px;
}
.manager_1 .swiper-slide{
    padding-top: 27px;
}
.manager_1 .list{
    padding: 0px 22px;
    
}
.manager_1 .content{
    position: relative;
    height: 189px;
background: #F9F9F9;
border-radius: 4px;
padding-top: 49px;
}
.manager_1 .num{
    width: 60px;
    height: 60px;
    position: absolute;
    top: -27px;
    left: 50%;
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background: url(../images/c.png) no-repeat center center;
    background-size: 100%;
    line-height: 60px;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #DF1414;
}
.manager_1 .dec{
    text-align: left;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #333333;
    line-height: 22px;
    padding: 0px 16px;0px
    padding-right:;
}
.manager_2{
 height: 100%;   
 position: relative;
 overflow: hidden;
     background: url(../images/1_1c2@2x.png) no-repeat right bottom;
    background-size: 540px;
}
.manager_2:after{

}
.manager_2 .content{
    
width: 936px;
    
max-width: 100%;
    
padding: 55px 15px;
    
position: absolute;
    
top: 50%;
    
left: 50%;
    
-o-transform: translate(-50%, -50%);
    
-webkit-transform: translate(-50%, -50%);
    
-moz-transform: translate(-50%, -50%);
    
-ms-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
    
display: -webkit-box;
    
display: -moz-box;
    
display: -webkit-flex;
    
display: -moz-flex;
    
display: -ms-flexbox;
    
display: flex;
    
align-items: center;
}
.manager_2 .imgbox{
    
width: 57%;
    
position: relative;
}
.manager_2 .imgbox img{
    
}
.manager_2 .imgbox img.default{
    
width: 100%;
    
position: relative;
    
z-index: 5;
}
.manager_2 .imgbox img.bg{
    
position: absolute;
    
width: 255px;
    
left: -57px;
    
top: -100px;
}
.manager_2 .right{
    
width: 43%;
    
padding-left: 8px;
}
.manager_2 .title{
    
font-size: 26px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #333333;
    
line-height: 24px;
}
.manager_2 .dec{
    
font-size: 16px;
    
font-family: PingFangSC-Light, PingFang SC;
    
font-weight: 300;
    
color: #333333;
    
line-height: 24px;
    
padding-top: 22px;
}
.manager_3{
    
height: 100%;
    
position: relative;
}
.manager_3 .content0{
    
width: 1180px;
    
padding: 55px 15px;
    
max-width: 100%;
    
position: absolute;
    
top: 50%;
    
left: 50%;
    
-o-transform: translate(-50%, -50%);
    
-webkit-transform: translate(-50%, -50%);
    
-moz-transform: translate(-50%, -50%);
    
-ms-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
}
.manager_3 .num:after{
    content:"";
    position:absolute;
    left:0px;
    top:0px;
    background: linear-gradient(0deg, #FF5050 0%, rgba(252, 111, 111, 0.75) 31%, rgba(238, 238, 238, 0) 100%);
    width: 100%;
    height: 100%;
}
.manager_3 .titletext{
    
text-align: center;
    
font-size: 26px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #333333;
    
line-height: 37px;
    
padding-bottom: 37px;
}
.manager_3 .list{
    
}
.manager_3 .content{
    
height: 130px;
    
background: #F9F9F9;
    
border-radius: 4px;
    
position: relative;
    
overflow: hidden;
    
padding-left: 80px;
    
padding-top: 11px;
}
.manager_3 .num{
    
font-size: 30px;
    
font-family: PingFangSC-Semibold, PingFang SC;
    
font-weight: 600;
    
color: #FFFFFF;
    
text-shadow: 0px 2px 10px rgba(223, 20, 20, 0.59);
    
display: block;
    
position: absolute;
    
z-index: 5;
    
width: 80px;
    
line-height: 80px;
    
overflow: hidden;
    
border-radius: 500px;
    
text-align: center;
    
left: -19px;
    
top: -25px;
    
height: 80px;
    
padding-top: 9px;
    
padding-left: 10px;
}
.manager_3 .num span{
    
display: block;
    
position: relative;
    
z-index: 5;
}
.manager_3 .text{
    
}
.manager_3 .tit{
    
font-size: 20px;
    
font-family: PingFangSC-Semibold, PingFang SC;
    
font-weight: 600;
    
color: #333333;
    
line-height: 28px;
    
padding-bottom: 10px;
}
.manager_3 .dec{
    
font-size: 16px;
    
font-family: PingFangSC-Light, PingFang SC;
    
font-weight: 300;
    
color: #333333;
    
line-height: 22px;
    
padding-right: 30px;
}
.manager_3 .swiper-pagination{
    display: none;
}
.manager_4{
    height: 100%;
    position: relative;
}

.manager_4 .content0{

position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

    padding: 55px 15px;
    max-width: 100%;
    width: 900px;
}
.manager_4 .titletext{
    text-align: center;
    font-size: 26px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 37px;
padding-bottom: 37px;
}
.manager_4 .list{
    
}
.manager_4 .content{
    background: #F9F9F9;
    height: 272px;
    border-bottom: 4px solid #fe6363;
    text-align: center;
}
.manager_4 .icon{
    padding-top: 28px;
    padding-bottom: 23px;
}
.manager_4 .icon img{
    height: 50px;
}
.manager_4 .title{
    font-size: 20px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 28px;
padding-bottom: 3px;
}
.manager_4 .dec{
    font-size: 16px;
font-family: PingFangSC-Light, PingFang SC;
font-weight: 300;
color: #333333;
line-height: 22px;
padding: 0px 20px;
}
.manager_1 .swiper-pagination,
.manager_4 .swiper-pagination{
    display: none
}
.fullpage .block_1 .list .dec2{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);
    width: 842px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.banner{
    position: relative;
    text-align: center;
    margin-top: 55px;
}
.banner .imgbox{
    /* height: 400px */
}
.banner .h2tit span{
    display: block;
    font-size: 36px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 50px;
text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
width: 100%;
text-align: center;

}
.banner .h2tit{
    
position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

}
.activity *,
.activity{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.activity{

padding-top: 20px;

padding-bottom: 50px;
}
.wrap2{

width: 1166px;

max-width: 100%;

margin: auto;

padding: 0px 15px;
}
.activity .list{

}
.activity .list li{

}
.activity .list li a{display: block;padding-bottom: 35px;border-bottom: 1px solid #D3D6D8;padding-top: 27px;}
.activity .list li a span{
    display: block;

}
.activity .list .title{font-size: 26px;font-family: PingFangSC-Medium, PingFang SC;font-weight: 500;color: #333333;position: relative;line-height: 37px;padding-bottom: 9px;}
.activity .list .title:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
    width: 38px;
    height: 1px;
    background: #979797;
}
.activity .list .dec{font-size: 16px;font-family: PingFangSC-Light, PingFang SC;font-weight: 300;color: #666666;padding-top: 12px;line-height: 22px;}



.activity .list li a:hover .dec,
.activity .list li a:hover .title{
    color: #FF5050;
}

.activity .list li a:hover .title:after{
    background:#FF5050;
    height: 2px;
}

.article{
    
padding-top: 108px;
    
padding-bottom: 52px;
}
 .wrap3{
    
width: 1010px;
    
padding: 0px 15px;
    
margin: auto;
    
max-width: 100%;
}
.article .title{
    
font-size: 26px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #333333;
    
line-height: 30px;
    
padding-bottom: 22px;
}
.article .contentText{
    
font-size: 16px;
    
font-family: PingFangSC-Regular, PingFang SC;
    
font-weight: 400;
    
color: #737373;
    
line-height: 26px;
}
.article .contentText img{
    height: auto !important;
    margin-bottom: 20px;
}
.article .contentText *{
    max-width: 100%
}
.article .contentText p{
    
padding-bottom: 21px;
}
.article .back{
    
padding-bottom: 40px;
    
border-bottom: 1px solid #E8E8E8;
}
.article .back a{
    
display: inline-block;
    
padding-left: 40px;
    
background: url(../images/jt@2x.png) no-repeat left center;
    
background-size: 28px;
    
font-size: 16px;
    
font-family: PingFangSC-Medium, PingFang SC;
    
font-weight: 500;
    
color: #000;
    
line-height: 22px;
}

.footer .bottomwap{
    text-align: left;
 background: #F9F9F9;
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
 padding: 0px 25px;
 z-index: 99;
 height: 80px;
 padding-top: 12px;
}
.footer .bottomwap p{
    font-size: 12px;
    margin-bottom: 7px;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #333333;
line-height: 14px;
}
.footer .bottomwap p:nth-child(2){
    
    background: url(../images/shouji@2x.png) no-repeat left center ;
    background-size: 10px;
}
.footer .bottomwap p:nth-child(3){
    margin-bottom: 0px;
    padding-left: 0;
}
.footer .bottomwap p:nth-child(1){
    background: url(../images/youxiang-2@2x.png) no-repeat left center ;
    background-size: 11px;
}
.footer .bottomwap  img{
    width:62px;
    position:absolute;
    right: 24px;
    top: 9px;
}
.footer .bottomwap p{
    
padding-left: 16px;
}


.cul_2 .width2 .inner {
    height: 341px;
}