:root{
    --title--:#606266;
    --h1--:#303133;
    --font--:#909399;
    --green--:#009A53;
    --yellow--:#FFE71C;
}
body{
    overflow-x:hidden;
}
@font-face {
    font-family:Poppins-Medium;
    src:url('../font/Poppins-Medium.ttf')
}
@font-face {
    font-family:DINPro-Medium;
    src:url('../font/DINPro-Medium.ttf')
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'AlibabaPuHuiTi-2-45-Light','微软雅黑','Arial','PingFang SC';
    outline: none;
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
    color:var(--h1--);
}
img{
    border:none;
    max-width:100%;
}
.cl{
    clear: both;
}
.containers{
    max-width:1300px;
    margin:0 auto;
}
.header{
    width:100%;
    height:104px;
    background: #fff;
}
.clearing{
    position: absolute;
    top:0;
    left:0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0);
}
.header .containers{
    max-width:1640px;
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width:1700px) {
    .header .containers{
        max-width: 1400px;
    }
}
@media (max-width:1441px) {
    .header .containers{
        max-width: 1300px;
    }
}
.logo{
    padding-bottom: 20px;
}
.logo a{
    display:block;
    width:323px;
    height:60px;
}
.clearing .logo a img:last-child,
.logo a img:first-child{
    display: none;
}
.clearing .logo a img:first-child{
    display: block;
}
.navigation{
    display: flex;
}
.navi{
    display: flex;
    margin-right:40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.navi>li{
    position: relative;
    margin:0 21px;
}
@media (max-width:1700px) {
    .navi>li{
        margin:0 12px;
    }
}
.navi>li::after{
    content: '';
    position: absolute;
    bottom: 0;
    left:0;
    width:0;
    height:3px;
    background:#183883;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.clearing .navi>li::after{
    background: #fff;
}
.navi>li.on::after{
    width:100%;
}
.navi>li>a{
    display: block;
    padding:26px 10px;
    color: var(--title--);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px; 
    letter-spacing: 0.18px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
@media (max-width:1700px) {
    .navi>li>a{
        padding:18px 8px;
    }
}
.clearing .navi>li.on>a,
.clearing .navi>li>a{
    color:#fff;
}

.navi>li.on>a,
.navi>li:hover>a{
    color:#183883;
}
.clearing .navi>li:hover>a{
    color:rgb(228, 228, 228);
}
.navi>li>dl{
    display: none;
    position: absolute;
    top: 73px;
    left:50%;
    width: 130%;
    z-index: 333;
    padding:4px 0;
    overflow: hidden;
    background: #ffffff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
@media (max-width:1700px) {
    .navi>li>dl{
        top:62px;
    }
}
.navi>li>dl>dd{
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}
.navi>li>dl>dd:last-child{
    border-bottom: none;
}
.navi>li>dl>dd:hover{
    background: #eaeaea;
}
.navi>li>dl>dd>a{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.navi>li>dl>dd>a:hover{
    color:#183883;
}
.search{
    display: flex;
    align-items: center;
}
.search input{
    width:0px;
    height:26px;
    background: none;
    border:none;
    font-size:12px;
    border-bottom:1px solid #606266;
    color:#606266;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    text-indent:4px;
    opacity: .6;
}
.clearing .search input{
    color:#fff;
    border-bottom:1px solid #ffffff;
}
.search input::placeholder{
    font-size:12px;
    color:#606266;
}
.clearing .search input::placeholder{
    color:#fff;
}
.search button{
    cursor: pointer;
    border:none;
    background: none;
    margin:0 10px;
}
.search button svg path{
    fill:#303133;
}
.clearing .search button svg path{
    fill:#fff;
}
.carousel .swiper-slide{
    line-height: 0;
}
.carousel .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #ffffff;
}
.carousel .swiper-pagination-bullet-active{
   background: #ffffff;
   opacity: 1;
}
.carousel .swiper-pagination{
    width:100px;
    display: flex;
    justify-content: space-between;
    left:50%;
    bottom:50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.carousel-box{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
.swiper-slide-active .carousel-box{
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}
.carousel-two .carousel-box{
    align-items: flex-start;
}
.carousel-box span{
    color: #FFF;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.carousel-txt{
    margin-top:20px;
}
.carousel-box p{
    color: #FFF;
    text-align: right;
    font-family: 'Poppins-Medium';
    font-size: 94px;
    font-style: normal;
    font-weight: 500;
    line-height: 102px;
    letter-spacing: 3.76px;
    text-transform: uppercase;
    background-image: url(../images/uFpLbYt.png);
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px rgba(255, 255, 255, 0.06);
    background-size: 200px 100px;
    background-repeat: repeat-x;
    opacity: 1;
    animation: wave-animation 1s infinite linear, loading-animation 5s infinite linear alternate;
    -webkit-animation: wave-animation 1s infinite linear, loading-animation 5s infinite linear alternate;
}
@keyframes wave-animation {
    0% {
      background-position: 0 bottom;
    }
  
    100% {
      background-position: 200px bottom;
    }
}
@keyframes loading-animation {
    0% {
      background-size: 200px 0px;
    }
  
    100% {
      background-size: 200px 200px;
    }
}
.carousel-two .carousel-box p{
    text-align: left;
    margin-right: 50px;
}
.carousel-two,
.carousel-one{
    position: absolute;
    width:100%;
    height:100%;
    overflow: hidden;
}
.carousel-two::after,
.carousel-one::after{
    content: '';
    width: 1185px;
    height: 930px;
    background: url(../images/carousel-one.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right:0%;
    bottom: 0;
    z-index: 222;
}
.carousel-one::after{
    transition: all 1.6s;
    -webkit-transition: all 1.6s;
    -moz-transition: all 1.6s;
    -ms-transition: all 1.6s;
    -o-transition: all 1.6s;
    transform-origin:bottom right;
    transform: translate(100%,100%);
    -webkit-transform: translate(100%,100%);
    -moz-transform: translate(100%,100%);
    -ms-transform: translate(100%,100%);
    -o-transform: translate(100%,100%);
    opacity: 0;
}
.swiper-slide-active .carousel-one::after{
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    opacity: 1;
}
.carousel-two::after{
    content: '';
    width: 486px;
    height: 930px;
    background: url(../images/carousel-two.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right:0;
    bottom: 0;
    z-index: 222;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transform-origin:bottom right;
    transform: translate(100%,0%);
    -webkit-transform: translate(100%,0%);
    -moz-transform: translate(100%,0%);
    -ms-transform: translate(100%,0%);
    -o-transform: translate(100%,0%);
}
.swiper-slide-active .carousel-two::after{
    opacity: 1;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
}
.carousel-two::before{
    content: '';
    width: 1152px;
    height: 930px;
    background: url(../images/carousel-before.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left:0;
    top: 0;
    z-index: 222;
    transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transform-origin:bottom left;
    transform: translate(-100%,100%);
    -webkit-transform: translate(-100%,100%);
    -moz-transform: translate(-100%,100%);
    -ms-transform: translate(-100%,100%);
    -o-transform: translate(-100%,100%);
}
.swiper-slide-active .carousel-two::before{
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
}
.carousel-two .containers,
.carousel-one .containers{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 1300px;
    position: absolute;
    left:50%;
    top:50%;
    z-index: 333;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.carousel-search{
    width:494px;
    height:50px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    margin-top:80px;
}
.carousel-search input{
    flex:1;
    background: none;
    border:0;
}
.carousel-search input,
.carousel-search input::placeholder{
    color: rgba(255, 255, 255, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}
.carousel-search button{
    border:0;
    background: none;
    cursor: pointer;
}

.tab{
   display: flex; 
   flex-direction: column;
   align-items: center;
}
.tab span{
    color:#303133;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
}
.tab p{
    max-width: 1000px;
    color:#909399;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
}
.business{
    padding:140px 0 100px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.business.on{
    background: url(../images/business.jpg) repeat-x top center;
}
.business.on .tab span{
    color:#fff;
}
.business.on .tab p{
    color:#E4E7ED;
}
.business-box{
    position: relative;
    display: flex;
    overflow: hidden;
    line-height: 0;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
.business-pic{
    width:100%;
    height:100%;
}
.business-pic img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.business-txt{
    position: absolute;
    width:80%;
    height:40%;
    top:45%;
    left:50%;
    z-index: 222;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.business-txt p{
    color:#FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}
.business-txt span{
    position: relative;
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.business-box:hover .business-txt span{
    opacity: 1;
}
.business-box:hover .business-txt p{
    text-shadow: 0px 4px 1px rgba(0, 0, 0, .3);
}
.business-box:hover .business-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.business-txt span::after{
    content: '';
    position: absolute;
    right:-26px;
    width:20px;
    height:20px;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.5 10H2.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M12.5 5L17.5 10L12.5 15" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.business-main{
    position: relative;
    padding:90px 0 130px 0;
}
.honner-main .swiper-button-prev,
.honner-main .swiper-button-next,
.business-main .swiper-button-prev,
.business-main .swiper-button-next{
    width: 60px;
    height: 60px;
    right:-140px;
    background: #E4E7ED;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.business.on .business-main .swiper-button-prev,
.business.on .business-main .swiper-button-next{
    opacity: .5;
}
.business.on .business-main .swiper-button-prev:hover,
.business.on .business-main .swiper-button-next:hover{
    background: #E95412;
    opacity: 1;
}
.honner-main .swiper-button-prev,
.business-main .swiper-button-prev{
    right:auto;
    left:-140px;
    transform: translateY(-50%) rotateY(-180deg);
    -webkit-transform: translateY(-50%) rotateY(-180deg);
    -moz-transform: translateY(-50%) rotateY(-180deg);
    -ms-transform: translateY(-50%) rotateY(-180deg);
    -o-transform: translateY(-50%) rotateY(-180deg);
}
.honner-main .swiper-button-prev::after,
.honner-main .swiper-button-next::after,
.business-main .swiper-button-prev::after,
.business-main .swiper-button-next::after{
    content: '';
    width: 27px;
    height: 27px;
    background: url('../images/business-next.svg');
    background-size: cover;
}

.business.on .business-main .swiper-button-prev:hover::after,
.business.on .business-main .swiper-button-next:hover::after{
    background: url('../images/business-next-on.svg');
    background-size: cover;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}
.honner-main .swiper-button-next:hover::after,
.honner-main .swiper-button-prev:hover::after,
.business-main .swiper-button-prev:hover::after,
.business-main .swiper-button-next:hover::after{
    background: url('../images/business-next-on2.svg');
    background-size: cover;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}
.business-main .swiper-pagination{
    bottom: 0;
    width:630px;
    left:50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.business-main .swiper-pagination-bullet{
    flex:1;
    height:4px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.business-main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.business-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0;
}
.business-main .swiper-pagination-bullet-active{
    opacity: 1;
    background: #e95412;
}
.story{
    background: url(../images/story-bg.jpg) no-repeat center;
    background-size: cover;
    height:967px;
    padding:170px 0;
}
.story .containers{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.story-top{
    padding-top: 12px;
    position: relative;
    width:532px;
}
.story-top::before{
    content: '';
    width: 89px;
    height: 55px;
    background: url(../images/story-top.svg) no-repeat center;
    position: absolute;
    left:-160px;
    top:-30px;
}
.story-hot{
    position: relative;
    display: block;
    padding:8px 0 36px 0;
}
.story-hot::before{
    content: '';
    width: 82px;
    height: 62px;
    background: url(../images/story-hot.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left:30px;
    top:0px;
    z-index: 444;
}
.story-hot::after{
    content: '';
    width: 367px;
    height: 584px;
    background: #1E439A;
    position: absolute;
    bottom:30px;
    right:30px;
    z-index: 222;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.animated .story-hot::after,
.swiper-slide-active .story-hot::after{
    bottom:0px;
    right:0px;
}
.hot-pic{
    width:500px;
    height:670px;
    position: relative;
    overflow: hidden;
    z-index: 333;
}
.hot-pic img{
    height:100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.story-hot:hover .hot-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.story-txt{
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 222;
    display: flex;
    padding:0 26px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 100px;
    background:linear-gradient(90deg, #14357F 1.4%, rgba(20, 53, 127, 0.81) 20.38%, rgba(20, 53, 127, 0.00) 99.61%);;
}
.story-txt span{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.2px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.hot-pic:hover .story-txt p,
.hot-pic:hover .story-txt span{
    color:#E95412;
}
.story-txt p{
    margin-top:4px;
    color:#FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
}
.story-pic{
    width:196px;
    height:134px;
    overflow: hidden;
}
.story-pic img{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.story-box:hover .story-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.story-ul{
    padding-top:40px;
}
.story-ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:8px 0 8px 10px;
    position: relative;
}
.story-ul li::before{
    content: '';
    width:6px;
    height:2px;
    background: #fff;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.story-ul li:hover::before{
    background: #E95412;
}
.story-ul li a{
    color:#FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.18px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.story-ul li span{
    color: #EBEEF5;
    opacity: .5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
}
.story-ul li:hover span,
.story-ul li:hover a{
    color:#E95412;
}
.story-sell{
    padding-top:16px;
}
.story-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:38px 0;
}
.story-desc {
    width:400px;
}
.story-desc span{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.story-box:hover .story-desc span{
    color:#E95412;
}
.story-desc p{
    margin:12px 0;
    color:#EBEEF5;
    opacity: .5;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.story-desc em{
    color: #E4E7ED;
    opacity: .5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.12px;
}
.story-main{
    width:614px;
}
.story-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.story-nav ul{
    display: flex;
    justify-content: center;
}
.story-nav ul li{
    position: relative;
    padding:0 20px;
}
.story-nav ul li::after{
    content: '';
    width: 1px;
    height: 18px;
    opacity: 0.2;
    background: #FFF;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.story-nav ul li.on::before{
    content: '';
    width: 4px;
    height: 27px;
    border-radius: 2.773px;
    background: linear-gradient(180deg, #E95412 51.85%, rgba(233, 84, 18, 0.00) 100%);
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.story-nav ul li:last-child::after{
    display: none;
}
.story-nav ul li a{
    color: #FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.story-nav ul li.on a{
    color:#E95412;
    /* font-size: 24px; */
}
.story-more{
    position: relative;
    display: block;
    color:#E95412;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding-right: 26px;
}
.story-more::after{
    content:'';
    width: 20px;
    height: 20px;
    position: absolute;
    top:50%;
    right:0;
    background: url(../images/story-more.svg) no-repeat center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.story-more:hover{
    color:#CC9D65;
}
.story-more:hover::after{
    right:-10px;
}
.about{
    background: url(../images/about-bg.jpg) no-repeat center;
    background-size: cover;
    height:862px;
}
.about .containers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.about-logo{
    width: 560px;
    height: 105px;
}
.about-desc{
    width:565px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.about-desc p{
    color: #606266;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-top:90px;
}
.about-desc span{
    color: #303133;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-top:30px;
}
.about-desc b{
    color:#303133;
    text-align: right;
    font-family: 'Poppins-Medium';
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}
.about-desc em{
    color: #E95412;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    display: block;
    margin-top:80px;
}
.about-more{
    margin-top:90px;
    position: relative;
    display: block;
    color:#183883;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    padding-right:26px;
}
.about-more:hover{
    color:#E95412;
}
.about-more::after{
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/about-more.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.about-more:hover::after{
    background: url(../images/about-more2.svg) no-repeat center;
    background-size: cover;
    right:-10px;
}
.along{
    background: url(../images/along-bg.jpg) no-repeat center;
    background-size: cover;
    height:358px;
}
#along .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.along .containers{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:100%;
    overflow: hidden;
}
.along-name{
    width:322px;
    display: flex;
    flex-direction:column;
    align-items: flex-end;
}
.along-name span{
    color:#FFF;
    font-family: 'Poppins-Medium';
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}
.along-name p{
    position: relative;
    padding-right:10px;
    display: block;
    color:#FFF;
    text-align: right;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
}
.along-name p::before{
    content: '';
    width: 37px;
    height: 37px;
    background: url(../images/along-name.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top:50%;
    left:-50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.along-box{
    width: 243px;
    height: 100px;
    border-radius: 8px;
    background:#FFF;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.along-box img{
    max-height: 44px;
}
.along-main{
    width:1040px;
    margin-right:-140px;
}
.foot{
    height:560px;
    background:#303133;
    position: relative;
    padding-top:60px;
}
.foot::after{
    content: '';
    width:100%;
    height:1px;
    background: rgba(255,255,255,.1);
    position: absolute;
    left:0;
    bottom:54px;
}
.foot-logo{
    width: 425px;
    height: 80px;
}
.foot-logo a{
    display: block;
}
.foot-main{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.foot-menu{
    padding-top:10px;
}
.foot-menu dl dt a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.2px;
}
.foot-menu dl dt:hover a{
    color:#f8f8f8;
}
.foot-menu dl dt{
    position: relative;
    padding-bottom:30px;
    margin:22px 0 10px 0;
}
.foot-menu dl dt::after{
    content: '';
    width: 23px;
    height: 3px;
    background:#183883;
    position: absolute;
    left:0;
    bottom: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.foot-menu dl dt:hover::after{
    width: 60px;
}
.foot-menu dl dd a{
    color:#C0C4CC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.foot-menu dl dd:hover a{
    color:#f5f5f5;
}
.foot-menu dl dd{
    padding:6px 0;
}
.foot-menu{
    display: flex;
    justify-content: space-between;
    width:640px;
}
.foot-tel{
    padding-top: 26px;
}
.foot-tel li{
    margin-top:16px;
    padding-left:60px;
    position: relative;
}
.foot-tel li::before{
    content: '';
    width:40px;
    height:40px;
    background: url(../images/foot-tel1.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.foot-tel li:nth-child(2):before{
    background: url(../images/foot-tel2.svg) no-repeat center;
    background-size: cover;
}
.foot-tel li:nth-child(3):before{
    background: url(../images/foot-tel3.svg) no-repeat center;
    background-size: cover;
}
.foot-tel li span{
    color:#C0C4CC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
}
.foot-tel li p{
    margin-top:5px;
    color: #F5F6F8;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
}
.foot-tel li p b{
    font-size: 24px;
}
.foot-code{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:160px;
    padding-top:50px;
    margin-left:60px;
}
.foot-code li{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.foot-code li>p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.foot-code li>span{
    display: block;
    margin-top:6px;
    color: #909399;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.514px;
}
.code-box{
    position: absolute;
    left:50%;
    bottom:70px;
    width:140px;
    height:171px;
    background: url(../images/code-box.png) no-repeat center;
    background-size: 140px 171px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:14px 11px 20px 11px;
    visibility: hidden;
}
.code-box p{
    width: 118px;
    height: 111px
}
.code-box span{
    display: block;
    margin-top:8px;
    color: #C0C4CC;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.514px;
}
.copyright{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:56px;
    margin-top:36px;
}
.copyright p{
    opacity: .4;
}
.copyright p a,
.copyright p{
    color:#909399;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.14px;
    display: flex;
    align-items: center;
}
.copyright p a{
    padding:0 8px;
    opacity: 1;
}
.copyright p a:hover{
    color:#E95412;
}
.gotop{
    position: absolute;
    top:40px;
    right:3%;
    cursor: pointer;
}
.page-bar{
    line-height: 0;
    position: relative;
}
.page-bar .containers{
    position: absolute;
    height:100%;
    width:1300px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    align-items: center;
}
.page-name{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.page-name span{
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px; 
    letter-spacing: 0.6px;
}
.page-name p{
    color:#FFF;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.84px;
}
.profile{
    padding-top:80px;
    position: relative;
}
#profile{
    position: absolute;
    left:0;
    top:-100px;
}
.profile-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profile-top span{
    color:#303133;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}
.profile-top p{
    color: #606266;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.46px;
}
.profile-desc{
    padding:30px 0;
}
.profile-desc p{
    color:#606266;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-indent: 2rem;
}
.profile-box{
    width: 1280px;
    height: 460px;
    overflow: hidden;
    background:#F5F6F8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin:40px 0 120px 0;
}
.profile-tv{
    width: 640px;
}
.profile-info{
    flex:1;
    height:460px;
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:center;
}
.profile-info li{
    width:50%;
    height:230px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.profile-info li:nth-child(3),
.profile-info li:last-child{
    background: #183883;
}
.profile-info li span{
    display: flex;
    align-items: flex-end;
}
.profile-info li p{
    margin-top:14px;
    color:#606266;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.21px;
}
.profile-info li span em{
    color: #202020;
    text-align: justify;
    font-size: 23.61px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.944px;
    padding-left:4px;
}
.profile-num{
    color: #202020;
    text-align: center;
    font-family: 'Poppins-Medium';
    font-size: 53px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.profile-info li:nth-child(3) p,
.profile-info li:nth-child(3) .profile-num,
.profile-info li:nth-child(3) span em,
.profile-info li:last-child span em,
.profile-info li:last-child .profile-num,
.profile-info li:last-child p{
    color:#ffffff;
}

.culture{
    height:751px;
    background: url(../images/culture-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top:120px;
    position: relative;
}
#culture{
    position: absolute;
    left:0;
    top:-100px;
}
.culture .tab span{
    color:#FFF;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}
.culture-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:50px;
}
.culture-ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 466px;
    height: 418px;
    cursor: pointer;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.culture-ul li.on{
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.culture-ul li img{
    width: 126px;
    height: 126px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.culture-ul li.on img{
    width: 88px;
    height: 88px;
}
.culture-ul li span{
    display: block;
    margin-top:18px;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.culture-ul li p{
    display: none;
    margin-top:30px;
    max-width: 452px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.culture-ul li em{
    display: none;
    margin-top:32px;
    width: 40px;
    height: 24px;
    background: url(../images/culture-em.svg) no-repeat center;
    background-size: cover;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
}
.culture-ul li.on p,
.culture-ul li.on em{
    display: block;
}
.honner{
    height:980px;
    padding-top:80px;
    position: relative;
}
#honner_point{
    position: absolute;
    top:-80px;
    left:0;
}
.honner-main{
    position: relative;
    padding-top:40px;
}
#honner{
    height:680px;
}
#honner .swiper-slide{
    height: calc(100% / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.honner-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.honner-pic{
    display: flex;
    flex-direction: column;
    align-items: center;
    height:260px;
    width:100%;
    overflow: hidden;
}
.honner-pic img{
    max-height: 100%;
}
.honner-box span{
    margin-top:16px;
    height:40px;
    color: #202020;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.36px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.history{
    padding:80px 0;
}
.develop{
    display: flex;
    flex-direction: column;
    position: relative;
    padding:40px 0;
    margin:40px auto 0 auto;
    width:1114px;
}
.develop::after{
    content: '';
    width:1px;
    background: #E4E7ED;
    height:calc(100% - 80px);
    position: absolute;
    left:50%;
    top:40px;
    z-index: 111;
}
.develop li{
    height:100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:-10px;
}
.develop li:nth-child(even){
    justify-content: flex-end;
}
.develop-box{
    width: 500px;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.develop-box::after{
    content: '';
    width:65px;
    height:16px;
    background: url(../images/develop-after.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    top:50%;
    right:0;
    z-index: 222;
    transform: translateY(-50%) translateX(100%);
    -webkit-transform: translateY(-50%) translateX(100%);
    -moz-transform: translateY(-50%) translateX(100%);
    -ms-transform: translateY(-50%) translateX(100%);
    -o-transform: translateY(-50%) translateX(100%);
}
.develop li:nth-child(even) .develop-box::after{
    right:auto;
    left:0;
    transform: translateY(-50%) translateX(-100%) rotateY(180deg);
    -webkit-transform: translateY(-50%) translateX(-100%) rotateY(180deg);
    -moz-transform: translateY(-50%) translateX(-100%) rotateY(180deg);
    -ms-transform: translateY(-50%) translateX(-100%) rotateY(180deg);
    -o-transform: translateY(-50%) translateX(-100%) rotateY(180deg);
}
.develop li:nth-child(even) .develop-box{
    flex-direction: row-reverse;
}
.develop-pic{
    width: 180px;
    height: 130px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.develop-txt{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding:26px 32px;
}
.develop li:nth-child(even) .develop-txt{
    align-items: flex-start;
}
.develop-txt span{
    color:#183883;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: 0.56px;
}
.develop-txt p{
    color: var(--title--);
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: 0.3px;
}
.develop li:nth-child(even) .develop-txt p{
    text-align: left;
}
.news{
    padding:60px 0;
}
.news .containers{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.left{
    flex:1;
}
.nav{
    height:50px;
    background: #F5F6F8;
}
.nav .containers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.nav-l{
    position: relative;
    padding-left:30px;
}
.nav-l::before{
    content:'';
    width:26px;
    height:26px;
    background:url(../images/nav.svg) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    z-index: 22;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
}
.nav-l a{
    overflow: hidden;
    padding:0 4px;
}
.nav-l a,
.nav-l{
    color: #3b3a44;
    font-size:16px;
}
.news-ul a{
    margin:0;
}
.news-ul li{
    position: relative;
    padding:0px 20px;
    margin-bottom:60px;
}
.news-ul li::after{
    content:'';
    width:100%;
    background:#C0C4CC;
    height:1px;
    position: absolute;
    left:0;
    bottom: -30px;
    opacity: .5;
    z-index: 222;
}
.news-ul li::before{
    content:'';
    width:0%;
    background:#E95412;
    height:1px;
    position: absolute;
    left:0;
    bottom: -30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: 333;
}
.news-ul li:hover::before{
    width:100%;
}
.news-ul .story-pic{
    width:260px;
    height:178px;
}
.news-ul .story-desc{
    flex:1;
    padding:20px 30px;
    height:178px;
}
.news-ul .story-desc span{
    color:#333333;
}
.news-ul .story-desc em,
.news-ul .story-desc p{
    color:#606266;
}
.news-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top:10px;
}
.news-more i{
    color:#303133;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.12px;
}
.pager {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width:100%;
}
.pagination{
    padding:4rem 0 2rem 0;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display:flex;
}
.pager li span,  .pager li a {
    padding:10px 16px;
    background: #ffffff;
    color: #909399;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
    margin:0 4px;
    transition:all .2s;
    -webkit-transition:all .2s;
    -moz-transition:all .2s;
    -ms-transition:all .2s;
    -o-transition:all .2s;
}
.pager li:last-child a,
.pager li:last-child span{
    border-right: 1px solid #E4E7ED;
}
.pager li a:hover,
.pagination > .active > span {
	background:#183883;
	color:#fff;
    border: 1px solid #183883;
}
.pagination > .disabled > span {
	background: white !important;
	color:#909399;
}
.viewlay{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.view-main{
    width:900px;
}
.view-main h1{
    margin:0;
    color:#303133;
    font-family:'AlibabaPuHuiTi-2-55-Regular';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
}
.view-main .trends-time em{
    margin-right: 40px;
}
.view-main .trends-time em:last-child{
    font-weight: 100;
}
.content{
    padding-top:10px;
}
.content,
.content p{
    color: var(--h1--);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.36px;
}
.turning{
    margin-top:30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top:1px solid #E2E2E2;
    padding:10px 16px;
}
.turning li,
.turning li a{
    color:var(--h1--);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:2;
    letter-spacing: 0.32px;
}
.turning li a{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.turning li{
    display: flex;
    align-items: center;
}
.view-side{
    width:352px;
}
.side-top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.side-top span{
    color: var(--h1--);
    font-family: 'AlibabaPuHuiTi-2-55-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px;
    letter-spacing: 0.4px;
}
.side-top p{
    height: 220px;
    width:100%;
    margin:10px 0;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.view-side ul li{
    padding:14px 0;
    border-bottom: 1px solid #EBEEF5;
}
.view-side ul li a{
    color:#606266;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.view-side ul li:hover a{
    color:var(--green--);
}
.trends-time{
    display: flex;
    align-items: center;
    margin:12px 0;
}
.trends-time em{
    display: flex;
    align-items: center;
    margin-right: 22px;
    color:var(--font--);
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}
.trends-time em img{
    margin-right:4px;
}
.team{
    padding:80px 0;
}
.team .tab p{
    margin-top:16px;
}
.team-ul{
    display: flex;
    flex-wrap:wrap;
    padding-top:30px;
}
.team-ul li{
    width: 306px;
    height: 482px;
    margin:30px 10px;
    overflow: hidden;
}
.team-ul li:nth-child(4n+4){
    margin-right:0;
}
.team-ul li a{
    position: relative;
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team-txt{
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    height:110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 20px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.team-ul li:hover .team-txt{
    background:linear-gradient(87deg, #183883 39.26%, rgba(24, 56, 131, 0.24) 99.21%);
}
.team-txt span{
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.26px;
}
.team-txt p{
    opacity: 0;
    margin-top:4px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    transition:all .3s;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -ms-transition:all .3s;
    -o-transition:all .3s;
}
.team-ul li:hover .team-txt p{
    opacity: 1;
}
.team-pic{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.team-ul li:hover .team-pic{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.contact{
    padding:100px 0;
    background: #f3f3f3;
}
.contact-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:426px;
}
.contact-pic{
    width: 635px;
    height:426px;
    overflow: hidden;
}
.contact-txt{
    width:665px;
    height:100%;
    background: #ffffff;
    padding:32px;
}
.contact-t{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ebeef5;
    padding-top:28px;
    padding-bottom: 26px;
}
.contact-t span{
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.481672px;
    color: #303133;
}
.contact-t p{
    padding-top:26px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #202020;
}
.contact-t b{
    display: block;
    padding-top:6px;
    font-family: 'DINPro-Medium';
    font-size: 28px;
    line-height: 36px;
    color: #202020;
}
.contact-b{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:24px 0;
}
.contact-code{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:140px;
}
.contact-code p{
    width:112px;
    height:112px;
}
.contact-code span{
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #202020;
}
.contact-b ul{
    width:400px;
}
.contact-b ul li{
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.481672px;
    color: #303133;
    padding:2px 0 0 36px;
    position: relative;
}
.contact-b ul li::before{
    content: '';
    width:20px;
    height:20px;
    position: absolute;
    left:0;
    top:8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-b ul li:nth-child(1)::before{
    background-image: url(../images/handset.svg);
}
.contact-b ul li:nth-child(2)::before{
    background-image: url(../images/network.svg);
}
.contact-b ul li:nth-child(3)::before{
    background-image: url(../images/address.svg);
}
#contact{
    width: 635px;
    height:426px;
}
.product-ul{
    display: flex;
    flex-wrap: wrap;
}
.product-ul li{
    width:396px;
    margin:18px;
}
.list-ul{
    width:100%;
}
.list-ul li{
    position: relative;
    height:113px;
    border-bottom: 1px solid #E4E7ED;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.list-ul li:hover{
    border-bottom: 1px solid #183883;
}
.list-ul li a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width:100%;
    height:100%;
    padding:0 16px;
}
.list-ul li a p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #303133;
    margin-bottom: 10px;
    width:90%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.parnet-ul li a p{
    font-size:18px;
}
.list-ul li a p .highlight{
    color:#E95412;
    font-style: normal;
}
.list-ul li a:hover p{
    color:#183883;
}
.list-ul li::after{
    content: '';
    width:26px;
    height:26px;
    background: url(../images/news-more.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.list-ul li:hover::after{
    background: url(../images/news-more2.svg) no-repeat center;
    background-size: cover;
}
.list-ul li a span::before{
    content: '';
    width:20px;
    height:20px;
    background: url(../images/date.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.list-ul li a span{
    position: relative;
    display: block;
    padding-left:30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #909399;
}

.ask{
    background:url(../images/ask-bg.jpg) no-repeat center;
    background-size: cover;
    height:905px;
    padding:130px 0;
}
.ask-box{
    height: 600px; 
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2.5px);
    padding-top:60px;
}
.ask-box .tab p{
    margin-top:16px;
}
.ask-sub{
    margin-top:30px;
    width: 240px;
    height: 60px; 
    border-radius: 100px;
    background:#183883;
    border:none;
    color:#FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.457px;
    cursor: pointer;
}
.ask-sub:hover{
    background: #E95412;
}
.ask-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:26px;
}
.ask-txt{
    width: 48%;
    height: 60px; 
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:18px;
}   
.ask-txt span{
    width:48px;
}
.ask-max textarea::placeholder,
.ask-max textarea,
.ask-txt input::placeholder,
.ask-txt input{
    width:190px;
    height:30px;
    border:none;
    color:#909399;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.457px;
    background: none;
}
.ask-max .ask-txt{
    width:100%;
    height:auto;
}
.ask-max textarea{
    width:100%;
    height:70px;
    border:none;
    resize:none;
}
.ask-side{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width:1010px;
}
.search-view{
    margin:10px auto 40px auto;
    width:auto;
}
.search-view.carousel-search input, 
.search-view.carousel-search input::placeholder{
    color:#606266;
}
.search-view.carousel-search input{
    width: 400px;
    height:40px;
    border:1px solid #bdbdbd;
    padding:0 10px;
    margin:0 8px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-info{
    margin-left:20px;
}


#willesPlay{

	margin: 0px auto;

	position: relative;

}

/*播放器头部*/

#willesPlay .playHeader{

	width: 100%;

	display:none;

}

#willesPlay .playHeader .videoName{

	font-size: 16px;

	width: 400px;

	height: 48px;

	line-height: 48px;

	text-align: center;

	margin: 0 auto;

	color: #7a7f82;



}

#willesPlay .playContent{

	position: relative;

	height: auto;

	overflow: hidden;

	background:#000;

	cursor: pointer;

}

#willesPlay .playContent .turnoff{

	position: absolute;

	z-index: 10;

	right: -40px;

	top: 50%;

	margin-top: -90px;

}

#willesPlay .playContent .turnoff li a{

	display: block;

	width: 40px;

	height: 40px;

	line-height: 40px;

	margin-bottom: 20px;

	text-align: center;

	font-size: 20px;

	color: #fff;

	background: rgba(0,0,0,.5);

}

#willesPlay .playContent .turnoff li a:hover{

	color: #666;

}

#willesPlay .playContent .playTip{

	position: absolute;

	width: 64px;

	height: 64px;

	top: 60%;

	left: 50%;

	transform:translateY(-50%) translateX(-50%);

	cursor: pointer;

	background: url(../images/play.png) no-repeat; 

}

#willesPlay .playControll{

	position: absolute;

	z-index: 222;

	width: 100%;

	height: 48px;

	bottom: -48px;

	background: url(../images/playheader.jpg) repeat-x;

	border-radius: 0px 0px 3px 3px;

	-moz-user-select:none;

    -webkit-user-select:none;

    user-select:none;   

}

#willesPlay .fullControll{

	background:rgba(0,0,0,.5);

}

#willesPlay .fullControll .timebar span{

	color: #FFFFFF;

}

#willesPlay .playControll .playPause{

	float: left;

	width: 20px;

	height: 25px;

	background: url(../images/control_01.png) 0px 0px no-repeat;

	margin: 11px 0px 0px 12px;

	cursor: pointer;

}

#willesPlay .playControll .playIcon{

	background-position: 0px -32px;

}

/*进度条*/

#willesPlay .playControll .timebar{

float: left;

width: calc(100% - 145px);

line-height: 48px;

overflow: hidden;

margin: 0 auto;

margin: 0px 0px 0px 20px;

}

#willesPlay .playControll .timebar .progress{

	float: left;

	width: 80%;

	margin: 19px 5px;

	height: 10px;

	cursor: pointer;

}

#willesPlay .playControll .timebar span{

	float: left;

	width: 8%;

	text-align: center;

}

#willesPlay .otherControl{

	float: right;

	position: relative;

}



#willesPlay .otherControl span{

	display: inline-block;

	width: 30px;

	height: 30px;

	text-align: center;

	line-height: 30px;

	vertical-align: middle;

	font-size: 20px;

	margin: 7px  7px;

	/*background: url(../images/control_01.png) no-repeat;*/

	cursor: pointer;

}

#willesPlay .otherControl span:nth-child(1){

	font-size: 28px;

	color: #ef6a6c;

}

/*#willesPlay .otherControl span:nth-child(2){

	background-position: -171px 0px;

}*/

#willesPlay .otherControl span:nth-child(2){

	color: #919597;

}

/*音量*/

#willesPlay .otherControl .volumeBar{

	display: none;

	position: absolute;

	top: -110px;

	left:4px;

	width: 26px;

	height: 100px;

	background:#f1f2f2;

	border-radius: 4px;

	cursor: pointer;

}

#willesPlay .otherControl .volumeBar:after{

	content:"";

	display: block;

	position:absolute;

	bottom: -7px;

	left: 5px;

	width: 0;

    height: 0;

    border-left:8px solid transparent;

    border-right: 8px solid transparent;

    border-top: 8px solid #f1f2f2;

}

#willesPlay .otherControl .volumeBar .volumewrap{

	background: #a2a7aa;

	width: 8px;

	height: 80px;

	position: absolute;

	bottom: 10px;

	left: 9px;

	border-radius: 4px;

}



#willesPlay .otherControl .volumeBar .progress{

	background: none;

}

#willesPlay .otherControl .volumeBar .progress-bar{

	position: absolute;

	bottom: 0px;

	left: 0px;

	border-radius: 4px;

}

video::-webkit-media-controls-enclosure {

    /*禁用播放器控制栏的样式*/

    display: none !important;

}

:-webkit-full-screen{}


video {
    object-fit:fill;
    border: none; /* 去掉边框 */
    outline: none; /* 去掉外发光效果 */
}

 .about{
    background: #f3f8fb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height:700px;
    height:auto;
}
@media (max-width:1441px) {
    .about{
        min-height:600px;
    }
}
.about-tv{
    width:50%;
    line-height: 0;
    position:relative;
    z-index: 222;
}
.about-tv video{
    line-height: 0
}
.about .containers{
    justify-content:flex-end;
    width:1300px;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
}
.parnet-ul{
  padding-top:60px; 
}
.parnet-ul .list-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.parnet-ul .list-ul li{
    width:48%;
}
.parnet-name{
    color: #303133;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}
