* {
    box-sizing: border-box;
    transition: all .4s;
}
*{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@font-face { 
    font-family: 'InterRegular';
    src: url('https://s.resistor.today/cloud/fonts/Source_Han_Sans_SC_Regular.woff2');
        

}
body,html{
    font-family: 'Noto Sans SC'!important;
    min-width: 1400px!important;
    overflow-x: hidden;overflow-y: auto;
}
video{
    width: 100%;
    height: 100%;
}
.prism-big-play-btn{
    left: 50%!important;
    top:50%!important;
    transform:translate(-50%,-50%);
}
@media screen and (max-width: 1440px) {
    header{
        margin: 0 5%!important;
    }
    .effect-box{
        overflow: hidden!important;
    }
    .effect-box .top .tips-mack{
        padding-left: 0!important;
    }

    .count-num-box .count-num-item .num{
        font-size: 30px!important;
    }

    .count-content .count-desc .count-line.two .two-item .icon i{
        font-size: 30px!important;
    }

    .count-content .count-desc .count-line .count-num-box .count-num-item{
        margin-bottom: 30px!important;
    }

    .count-content .count-desc .count-line.two{
        height: 120px!important;
    }
    .count-content .count-desc .count-line.two .two-item{
        font-size: 14px!important;
    }

    .service-box{
        height: 800px!important;
    }

    .service-box .service-item .title{
        font-size: 35px!important;
    }
    .service-box .service-item .desc-box .title{
        font-size: 25px!important;
    }


    .service-box .service-item .desc-box .desc-line{
        font-size: 14px!important;
    }


}
@media screen and (max-width: 1920px) {
    .address{
        width: 95%  ;
    }

    .address span{
        font-size: 10px;
    }
    .res{
        font-size: 10px;
    }

}
@media screen and (min-width: 1920px) {
    .address{
        width: 70%  ;
    }
    .address span{
        font-size: 14px;
    }
}
.address i{
    font-size: 15px;
}
.container{
    width: 100%;
}
.res{
    color: white;
    padding-top: 10px
}

.box-ml {
    margin-left: 10vw;
}

.box-mr {
    margin-right: 10vw;
}

.box-ml-mr {
    margin-left: 10vw;
    margin-right: 10vw;
}

header{
    padding: 0 10%;
    position: relative;
    top: 0;
    left: 0;
    z-index:90;
}

.header{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.logo {
    width: 340px;
    height: 86px;
    display: block;
}
.logo img{
    width: 100%;
    height: 100%;
}

.logo-font {
    text-align: center;
}
.header .nav{
    width: calc(100% - 340px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header .nav a {
    margin-right: 5%;
    padding: 10px 0;
    text-decoration: none;
    font-weight: bolder;
    letter-spacing: 3px;
}
.header .nav a:last-child{
    margin-right: 0;
}
.header .nav  a:visited {
    color: inherit;
}

.header .nav  a:link {
    color: inherit
}

.header .nav  a:hover {
    color: #304DB4;
}


.box-fooler {
    background-color: #252525;
}

footer *, .can-copy *{
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.footer {
    float: left;

}

.footer-l {
    padding-left: 10%;
    padding-top: 5%;
    width: 50%;
}

.footer-r {
    width: 50%;
    background-color: #123EAB;
    padding-top: 5%;
    padding-bottom: 30px;
}

.box-foo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.strong {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

.c-name {
    padding-top: 25px;
    color: #919191;;
    font-weight: bold;
    font-size: 36px;
}

.footer-nav {
    padding-top: 50px;
    width: 100%;
    color: white;

    /*font-weight: bold;*/

}

.footer-nav .footer-nav-div {

    float: left;
}
.footer-nav-divs{
    padding-left: 20%;
}

.footer-nav a {
    text-decoration: none;
}

.footer-nav .footer-nav-a {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.footer-nav .nav-title:visited {
    color: white;
}

.footer-nav .nav-title:link {
    color: white;
}

.footer-nav .nav-title:hover {
    color: white;
}
.footer-nav .nav-title{
    flex: 1;
    font-weight: bolder;
}
.nav-div{
    padding-top: 35%;
}
.nav-p {
    padding-top: 20px;
}

.nav-p a:visited {
    color: #919191;
}

.nav-p a:link {
    color: #919191;
}

.footer-nav a:hover {
    color: #ffffff;
    text-decoration: underline;
}


a,a:hover{
    text-decoration:none
}
.footer-row{
    width: 100%;
    height: 1px;
    border-top: solid white 1px;
}

.address{
    padding-top: 30px;
    border-top: solid #919191 2px;

    text-align: left;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.address a, .address a:hover, .copyright a,.copyright a:hover{
    color: #fff;
}
.address a:hover span{
    text-decoration: underline;
}
.address i,.res i{
    margin-right: 5px;
}
.address div{
    text-align: left;
}

.copyright{
    padding-top: 1.5%;
    color: white;
    font-size: 13px;
}
.footer-r-content{
    padding-left: 5%;
    color: white;
}
.footer-r-title{
    font-size: 20px;
}
.footer-r-name{
    padding-top: 5%;
    font-weight: bold;
    font-size: 40px;
}
.footer-r-strong{
    padding-top: 10px;
    font-weight: bold;
    font-size: 90px;
}
.sc-code{
    padding-top: 5%;
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.code {
    width: 160px;
}
.code img{
    width: 100%;
}
.code-1{
    margin-left: 5%;
}
.code p{
    text-align: center;
    color: white;
}

.swiper-pagination-bullet , .swiper-pagination-switch{
    width: 20px!important;
    height: 20px!important;
    background: #ffffff;
    opacity: 1;
    outline:unset;
    margin: 0 12px!important;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;

}
.swiper-pagination-bullet-active, .swiper-active-switch{
    background: #123EAB;
    border: 1px solid #cccccc;
}
.swiper-pagination{
    width: auto!important;
    margin-left: 10%;
    left: 0;
    bottom: 10%!important;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    cursor: pointer;
}
