:root{
    --title--:#606266;
    --h1--:#303133;
    --font--:#909399;
    --green--:#009A53;
    --font--:#606266;
    --yellow--:#FFE71C;
}
body{
    overflow-x:hidden;
}
@font-face {
    font-family:DINPro-Medium;
    src:url('../font/DINPro-Medium.ttf')
}
@font-face {
    font-family:AlibabaPuHuiTi-2-45-Light;
    src:url('../font/AlibabaPuHuiTi-2-45-Light.ttf')
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'Arial','微软雅黑','PingFang SC';
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
}
img{
    border:none;
    max-width:100%;
}
body{
    width: 100%;
    min-width:320px;
    max-width:640px;
    margin:0 auto;
    background: #fff;
    font-size:14px;
    font-family:'-apple-system','Helvetica','sans-serif';
    line-height:1.5;
    overflow-X: hidden;
}
.containers{
    margin:0 auto;
    padding:0 .25rem;
}
.navi{
    position: absolute;
    width:.65rem;
    z-index: 999999;
    top:.4rem;
    right:.525rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.navi a{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.navi span{
    width:100%;
    background:#ffffff;
    border-radius: 1.5px;
    height:2px;
    margin-top:7px;
    display:block;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
header.on .navi span,
.navi.on span{
    background: #1e2229;
}
.navi.on{
    top:.6rem;
}
.navi span:nth-child(2){
    width: 80%;
}
.navi.on span:last-child{
    display:none;
}
.navi.on span:nth-child(1){
    transform: skewY(46deg) translateX(.1rem);
    -webkit-transform: skewY(46deg) translateX(.1rem);
    -moz-transform: skewY(46deg) translateX(.1rem);
    -ms-transform: skewY(46deg) translateX(.1rem);
    -o-transform: skewY(46deg) translateX(.1rem);
}
.navi.on span:nth-child(2){
    width:100%;
    transform:skewY(-46deg) translateX(.1rem);
    -webkit-transform:skewY(-46deg) translateX(.13rem);
    -moz-transform:skewY(-46deg) translateX(.13rem);
    -ms-transform:skewY(-46deg) translateX(.13rem);
    -o-transform:skewY(-46deg) translateX(.13rem);
}
header{
    min-width:320px;
    max-width:640px;
    width: 100%;
    min-height:1.675rem;
    position:fixed;
    top:0;
    z-index: 1001;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
header .logo{
    display:flex;
    justify-content: center;
    align-items:center;
    position: absolute;
    top:.4rem;
    left:20px;
    width:200px;
}
header .logo a{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
header.on .logo a img:first-child,
.open .logo a img:first-child,
header .logo a img:last-child{
    display: none;
}
header.on .logo a img:last-child,
.open .logo a img:last-child{
    display: block;
}
header.open{
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    background-color: #ffffff !important;
    box-shadow: 0 2px 3.92px 0.08px rgb(0 0 0 / 5%);
}
header.on{
    background-color: #ffffff !important;
    box-shadow: 0 2px 3.92px 0.08px rgb(0 0 0 / 5%);
}
.header-nav{
    background: #ffffff;
    display: none;
    width:100%;
    position: fixed;
    left:0;
    top:1.7rem;
    z-index: 444;
}
.header-nav>ul>li>a{
    position: relative;
    display: block;
    padding:.5rem .125rem;
    border-top: .0313rem solid #b7b7b8;
    font-size:.375rem;
    color:#081f2c;
    font-weight:800;
}
.header-nav>ul>li>a::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.header-nav>ul>li.nav-parent>a::after{
    background: url(../images/icon_plus_black.svg) no-repeat center;
    background-size: 11px 11px;
    width: 11px;
    height: 11px
}
.header-nav>ul>li.nav-minus>a::after{
    background: url(../images/icon_minus_black.svg) no-repeat center;
    background-size: 11px 11px;
    width: 11px;
    height: 11px
}
.header-nav>ul>li>ul{
    display:none;
}
.header-nav>ul>li>ul>li>a{
    position: relative;
    display: block;
    padding:.375rem .125rem;
    border-top: 1px solid #b7b7b8;
    font-size:.375rem;
    color:#081f2c;
}
.header-nav>ul>li>ul>li>a::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url(../images/icon_menu-arrow.svg) no-repeat center;
    background-size: 7px 13px;
    width: 7px;
    height: 13px
}
.banner .swiper-pagination-bullet{
    width: 16px;
    height: 6px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -ms-border-radius:4px;
    -o-border-radius:4px;
    background: rgba(255, 255, 255, .4);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.banner .swiper-pagination-bullet-active{
    width:.625rem;
}
.banner-li img,
.banner .swiper-slide a img{
    width:100%;
}
.banner-li{
    position: relative;
    line-height: 0;
}
.banner-li::after{
    content: '';
    width:100%;
    height:100%;
    background: url(../images/banner_after.png) no-repeat right bottom;
    background-size: 90%;
    position: absolute;
    bottom: 0;
    right:0;
}
.banner-li2::after{
    display: none;
}
.banner-txt{
    position: absolute;
    left:50%;
    top:26%;
    width:90%;
    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: flex-end;
}
.banner-li2 .banner-txt{
    align-items: flex-start;
}
.banner-txt span{
    text-shadow: 0px 1px 7px rgba(20, 40, 63, 0.27);
    color:  #FFF;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.36px;
    text-transform: uppercase;
}
.banner-txt p{
    margin-top:.5rem;
    color:#FFF;
    text-align: right;
    font-family: 'DINPro-Medium';
    font-size:1rem;
    font-style: normal;
    font-weight: 500;
    line-height:1.2;
    letter-spacing: 3.44px;
    text-transform: uppercase;
}
.banner-li2 .banner-txt p{
    text-align: left;
}
.banner .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: none;
    transform: rotate(45deg);
    border: 4px solid  #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.banner .swiper-pagination-bullet-active{
    border: 4px solid  #183883;
}
.banner .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%);
}
.tab{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tab span{
    color:#303133;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
    letter-spacing: 0.8px;
    position: relative;
}
.tab p{
    margin-top:10px;
    color:#909399;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.26px;
}
.secure.on .tab p,
.secure.on .tab span{
    color:#ffffff;
}
.tab p b{
    color:#009A53;
}
.secure{
    background:#F5F6F8;
    background-size:contain;
    padding:2rem 0;
}
.secure.on{
    background:#F5F6F8 url(../images/secure.jpg) no-repeat center top;
    background-size:contain;
}
.secure-main{
    position: relative;
    width:84%;
    margin:0 auto;
    padding-top:.5rem;
    padding-bottom: 1.2rem;
}
.secure-box{
    border-radius: 12px;
    overflow: hidden;
    display:block;
    position: relative;
    line-height: 0;
}
.secure-span{
    position: absolute;
    width:100%;
    left:50%;
    top:50%;
    color:#FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.secure-main .swiper-button-prev,
.secure-main .swiper-button-next{
    width: 40px;
    height:40px;
    right:10px;
    margin-top:15px;
    top:calc( 50% - .6rem);
    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%);
}
.secure.on .secure-main .swiper-button-prev,
.secure.on .secure-main .swiper-button-next{
    opacity: .5;
}
.secure.on .secure-main .swiper-button-prev:hover,
.secure.on .secure-main .swiper-button-next:hover{
    background: #E95412;
    opacity: 1;
}
.secure-main .swiper-button-prev{
    right:auto;
    left:10px;
    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);
}
.secure-main .swiper-button-prev::after,
.secure-main .swiper-button-next::after{
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/business-next.svg');
    background-size: cover;
}

.secure.on .secure-main .swiper-button-prev:hover::after,
.secure.on .secure-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);
}
.secure-main .swiper-button-prev:hover::after,
.secure-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);
}
.secure-main .swiper-pagination{
    bottom: 0;
    width:100%;
    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;
}
.secure-main .swiper-pagination-bullet{
    flex:1;
    height:3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.secure-main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.secure-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0;
}
.secure-main .swiper-pagination-bullet-active{
    opacity: 1;
    background: #e95412;
}
.story{
    background:#183883;
    padding:1.5rem 0 0 0;
}
.story-top{
    padding-top: 12px;
    position: relative;
    width:80%;
    margin:0 auto;
}
.story-top::before{
    content: '';
    width: 60px;
    height: 37px;
    background: url(../images/story-top.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    left:-40px;
    top:-40px;
    z-index: 555;
}
.story-hot{
    position: relative;
    display: block;
}
.story-hot::before{
    content: '';
    width: 55px;
    height: 42px;
    background: url(../images/story-hot.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left:16px;
    top:-6px;
    z-index: 444;
}
.story-hot::after{
    content: '';
    width: 75%;
    height: 80%;
    background: #1E439A;
    position: absolute;
    bottom:-20px;
    right:-20px;
    z-index: 111;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}
.swiper-slide-active .story-hot::after{
    bottom:0px;
    right:0px;
}
.hot-pic{
    position: relative;
    overflow: hidden;
    z-index: 333;
}
.story-txt{
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 222;
    display: flex;
    padding:0 16px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 78px;
    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: 16px;
    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;
}
.story-txt p{
    margin-top:6px;
    color:#FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.14px;
}
.story-main{
    border-top:1px solid rgba(255, 255, 255, .15);
    margin-top:1.2rem;
    padding:.8rem 16px;
}
.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 10px;
}
.story-nav ul li::after{
    content: '';
    width: 1px;
    height: 12px;
    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: 20px;
    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: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.story-nav ul li.on a{
    color:#E95412;
}
.story-more{
    position: relative;
    display: block;
    color:#E95412;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    padding-right: 26px;
}
.story-more::after{
    content:'';
    width: 16px;
    height: 16px;
    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-ul{
    padding:20px 0 10px 0;
}
.story-ul li{
    display: flex;
    flex-direction: column;
    border-bottom:1px solid rgba(255, 255, 255, .15);
    padding:10px;
}
.story-ul li a{
    color:#FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.26px;
}
.story-ul li span{
    display: block;
    margin-top:10px;
    color:#EBEEF5;
    font-size:12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.21px;
    opacity: .5;
}
.about{
    background:#F5F6F8;
}
.about-desc{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding:1rem 26px;
}
.about-desc em{
    color: #E95412;
    text-align: right;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.5px;
}
.about-desc b{
    margin-top:10px;
    color:#303133;
    text-align: right;
    font-family: 'DINPro-Medium';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.about-desc span{
    display: block;
    margin:16px 0;
    color:#303133;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.about-p{
    margin-top:20px;
}
.about-p p{
    color: #606266;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height:1.6;
    text-indent: 20px;
}
.about-more{
    position: relative;
    margin:30px auto 0 auto;
    color:#183883;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
}
.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:-26px;
    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;
}
.cooper{
    background: url(../images/cooper.jpg) no-repeat center;
    background-size: cover;
    padding:1rem 0 1.2rem 0;
}
.cooper .tab span{
    color:#FFF;
    font-family: 'Poppins-Medium';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.cooper .tab p{
    margin-top:0px;
    color:#FFF;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center;
}
.cooper .tab p img{
    width:26px;
    margin-right:6px;
}
.cooper-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cooper-box a{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 314px;
    height: 70px;
    background: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top:26px;
}
.cooper-box a img{
    display: block;
    padding:6px;
    max-width:70%;
}
.cooper-main{
    padding:.6rem .4rem .2rem .4rem;
}





.foot{
    padding:.2rem 20px .5rem 20px;
    background:#303133;
}
.foot-logo{
    display: flex;
    justify-content: center;
    padding:.5rem 0 .3rem 0;
}
.foot-logo a{
    position: relative;
    width:70%;
    margin:0 auto;
}
.foot-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .3rem .4rem 0;
    border-bottom: 1px solid #383D46;
}
.foot-menu li{
    width:30%;
    margin-top:8px;
}
.foot-menu li a{
    padding:4px 0;
    display: flex;
    justify-content: center;
    color:#ffffff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
}
.foot-tel{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:.5rem .5rem .2rem .5rem;
}
.foot-tel span{
    color:#E4E7ED;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.828px;
}
.foot-tel p{
    margin-top:10px;
    color: #FFF;
    font-family: 'Poppins-Mediu';
    font-size:36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.738px;
}
.foot-code{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding:.5rem 0;
    border-bottom: 1px solid #383D46;
}
.foot-code li{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:30%;
}
.foot-code li span{
    margin-top:.2rem;
    color:#B3B9C3;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.514px; 
}
.foot-code li p{
    width:90px;
    height:90px;
    background: #ffffff;
    padding:6px;
}
.foot-code li:first-child p{
    padding:0px;
}
.foot-code li p img{
    width:100%;
    /*height:100%;*/
}
.copyright p{
    color: #909399;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.4px;
}
.copyright p:last-child{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top:.5rem;
}
.copyright p a{
    margin-right: .3rem;
    color: #909399;
    text-align: justify;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
}
.page-bar{
    line-height: 0;
    position: relative;
}
.page-bar .containers{
    position: absolute;
    width:90%;
    left:50%;
    bottom:40%;
    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{
    color:#FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.9px;
}
.nav{
    height:40px;
    background: #f8f8f8;
}
.nav .containers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.nav-l{
    position: relative;
    padding-left:20px;
}
.nav-l::before{
    content:'';
    width:20px;
    height:20px;
    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 2px;
}
.nav-l a,
.nav-l{
    color: #3b3a44;
    font-size:14px;
}
.pager {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width:100%;
}
.pagination{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display:flex;
    padding:.2rem 0 .3rem 0;
}
.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{
    display: none;
}
.pager li:last-child,
.pager li:first-child{
    display: flex;
    margin:0 .4rem;
}
.pager li:last-child a,
.pager li:last-child span{
    border-right: 1px solid #E4E7ED;
}
.pager li a:hover,
.pagination > .active > span {
	background:var(--green--);
	color:#fff;
    border-top: 1px solid var(--green--);
    border-left: 1px solid var(--green--);
    border-bottom: 1px solid var(--green--);
}
.pagination > .disabled > span {
	background: white !important;
	color:#909399;
}
.layout {
    background: #F5F5F5;
    padding: 20px 0 30px 0;
}
.news-list li{
    margin-bottom:16px;
    width:100%;
    border-radius: 10px;
    background: #FFF;
}
.news-list li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:12px 10px;
}
.news-pic{
    width: 120px;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.news-txt{
    flex:1;
    margin-left:10px;
}
.news-txt span{
    color: var(--h1--);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-list .news-txt span{
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
}
.news-txt p{
    margin:6px 0;
    color: var(--font--);
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; 
    letter-spacing: 0.36px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.trends-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.trends-time em{
    color: var(--font--);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
    display: flex;
    align-items: center;
    margin-right:.2rem;
}
.trends-time em img{
    width:12px;
    height:12px;
    margin-right:2px;
}

.view-main h1{
    margin:0;
    color:#303133;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.72px;
    text-align: center;
}
.view-main .trends-time{
    margin-top:14px;
    justify-content:center;
}
.view-main .trends-time em{
    margin-right: 10px;
}
.content{
    padding:16px 0;
}
.content,
.content p{
    color: var(--h1--);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.36px;
}
.turning{
    margin-top:10px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border-top:1px solid #E2E2E2;
}
.turning li,
.turning li a{
    color:var(--h1--);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.32px;
}
.turning li a{
    display: inline-block;
    width:60%;
    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;
    margin-top:6px;
    width:100%;
}
.profile{
    padding-top:20px;
    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: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}
.profile-top p{
    padding-top:6px;
    color: #606266;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.46px;
}
.profile-desc{
    padding:20px 0;
}
.profile-desc p{
    color:#606266;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-indent: 20px;
}
.profile-box{
    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;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin:20px 0 40px 0;
}
.profile-tv{
    line-height: 0;
}
.profile-info{
    display:flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:center;
    background: #ffffff;
}
.profile-info li{
    width:50%;
    height:140px;
    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:6px;
    color:#606266;
    font-size:16px;
    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: 14px;
    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: 30px;
    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{
    background: url(../images/culture-bg.jpg) no-repeat center;
    background-size: cover;
    padding:50px 0;
    position: relative;
}
#culture{
    position: absolute;
    left:0;
    top:-80px;
}
.culture .tab span{
    color:#FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1px;
}
.culture-ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top:14px;
}
.culture-ul li{
    width:96%;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: rgba(255, 255, 255, .1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding:16px 4px;
}
.culture-ul li img{
    width: 60px;
    height: 60px;
}
.culture-ul li span{
    display: block;
    margin-top:10px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
}
.culture-ul li p{
    display: block;
    margin-top:10px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.32px;
}
.culture-ul li em{
    display: block;
    margin-top:10px;
    width: 40px;
    height: 24px;
    background: url(../images/culture-em.svg) no-repeat center;
    background-size: cover;
}
.honner{
    padding-top:40px;
    position: relative;
}
#honner_point{
    position: absolute;
    top:-80px;
    left:0;
}
.honner-main{
    position: relative;
    padding:40px 10px 20px 10px;
}
#honner .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.honner-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.honner-pic{
    width:100%;
    overflow: hidden;
}
.honner-pic img{
    height: 100%;
}
.honner-box span{
    display: flex;
    align-items: center;
    height:30px;
    color: #202020;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.36px;
}
.history{
    padding:20px 0;
}
.develop{
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top:20px;
    padding-bottom:40px;
}
.develop::after{
    content: '';
    width:1px;
    background: #E4E7ED;
    height:calc( 100% - 200px);
    position: absolute;
    left:4.5%;
    top:80px;
    z-index: 111;
}
.develop li{
    width: 90%;
    margin-left:10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top:16px;
}
.develop-box{
    width: 96%;
    height:auto;
    display: flex;
    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%;
    left:0;
    z-index: 222;
    transform: translateY(-50%) translateX(-45%) rotateY(180deg);
    -webkit-transform: translateY(-50%) translateX(-45%) rotateY(180deg);
    -moz-transform: translateY(-50%) translateX(-45%) rotateY(180deg);
    -ms-transform: translateY(-50%) translateX(-45%) rotateY(180deg);
    -o-transform: translateY(-50%) translateX(-45%) rotateY(180deg);
}
.develop-pic{
    width: 100px;
    height: 78px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 333;
}
.develop-txt{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:8px 14px;
    background: #ffffff;
}
.develop-txt span{
    color:#183883;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
    letter-spacing: 0.56px;
}
.develop-txt p{
    color: var(--title--);
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    letter-spacing: 0.3px;
}
.team{
    padding:30px 0;
}
.team-ul{
    display: flex;
    flex-wrap:wrap;
    padding-top:20px;
}
.team-ul li{
    width:49%;
    margin-right:2%;
    margin-top:20px;
    overflow: hidden;
}
.team-ul li:nth-child(2n+2){
    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:66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 12px;
    background:linear-gradient(87deg, #183883 39.26%, rgba(24, 56, 131, 0.24) 99.21%);
}
.team-txt span{
    color: #FFF;
    font-size:14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.26px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.team-txt p{
    margin-top:4px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.team-pic{
    line-height: 0;
}
.business-box{
    position: relative;
    display: flex;
    overflow: hidden;
    line-height: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.business-pic{
    width:100%;
    height:100%;
}
.business-txt{
    position: absolute;
    width:80%;
    height:30%;
    top:40%;
    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: 18px;
    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: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    opacity: 1;
}
.business-box .business-txt p{
    text-shadow: 0px 4px 1px rgba(0, 0, 0, .3);
}
.business-txt span::after{
    content: '';
    position: absolute;
    right:-20px;
    width:16px;
    height:16px;
    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>');
    background-size: cover;
}
.product-ul{
    display: flex;
    flex-wrap: wrap;
    padding:0 10px 16px 10px;
}
.product-ul li{
    margin-top:20px;
}
.list-ul li{
    position: relative;
    height:80px;
    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 10px;
}
.list-ul li a p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #303133;
    margin-bottom: 6px;
}
.list-ul li a p .highlight{
    color:#E95412;
    font-style: normal;
}
.list-ul li a:hover p{
    color:#333333;
}
.list-ul li::after{
    content: '';
    width:22px;
    height:22px;
    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%);
}
.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:16px;
    height:16px;
    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:20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #909399;
}
.contact-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding:16px 10px;
}
.contact-t{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #ebeef5;
}
.contact-t span{
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.481672px;
    color: #303133;
}
.contact-t p{
    padding-top:6px;
    font-size: 16px;
    line-height:1.6;
    letter-spacing: 0.04em;
    color: #202020;
}
.contact-t b{
    display: inline-block;
    margin-left:6px;
    font-family: 'DINPro-Medium';
    font-size: 18px;
    line-height:1.5;
    color: #202020;
}
.contact-b{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:10px 0;
}
.contact-b ul li{
    font-size: 16px;
    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);
}
.ask{
    background:url(../images/ask-bg.jpg) no-repeat center;
    background-size: cover;
    padding:40px 0 60px 0;
    position: relative;
}
#ask{
    position: absolute;
    top:-60px;
}
.ask-box{
    width:96%;
    margin:0 auto;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2.5px);
    padding-top:20px;
}
.ask-box .tab p{
    margin-top:6px;
}
.ask-sub{
    margin:10px auto 20px auto;
    width: 160px;
    height: 40px; 
    border-radius: 100px;
    background: var(--green--);
    border:none;
    color:#FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.457px;
}
.ask-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:16px;
    padding:0 10px;
}
.ask-txt{
    width: 48%;
    height: 40px; 
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding:8px;
}   
.ask-txt>span{
    width:40px;
    font-size:12px;
}
.ask-txt select,
.ask-max textarea::placeholder,
.ask-max textarea,
.ask-txt input::placeholder,
.ask-txt input{
    width:100%;
    height:22px;
    border:none;
    color:#909399;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.457px;
    background: none;
}
.ask-txt select{
    width:100px;
    appearance: none;
    -moz-appearance: none;
    background: url(../images/pick-arrow.svg) no-repeat top right;
    background-size: auto;
}
.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: 16px;
    width:100%;
}


.parnet-ul{
  padding-top:40px; 
  margin-bottom: 20px;
}
.parnet-ul .list-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.parnet-name{
    color: #303133;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}
.list-ul li{
    width:100%;
}
.parnet-ul .list-ul li a p{
    width:90%;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#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: 46px;

	height: 46px;

	bottom: 10%;

	left: 50%;

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

	cursor: pointer;

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

}

#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; /* 鍘绘帀澶栧彂鍏夋晥鏋� */
}
