@import 'reset.css';

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
}


@font-face {
    font-family: 'pingfang_regular';
    src: url('../font/iconfont.eot');
    src: url('../font/pingfang_regular.ttf') format('truetype');
}

html,body{margin:0;padding:0;}

body{
    font-size:0px;
    font-family:'arial','pingfang_regular';
    line-height: 1.5;
    overflow: auto;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layer{
    width: 1920px;
    margin: 0 auto;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.fontbd{
    font-weight: bold;
}

.fs40{
    font-size: 40px;
}

.clearfix:after{
    content: '';
    display: block;
    clear: both;
}

.header{
    height: 90px;
    background-color: #111417;
    margin: 0 auto;
}

.header h1{
    font-size: 24px;
    float: left;
    margin-left: 80px;
}

.header .logo img{
    line-height: 90px;
    display: block;
    width: 143px;
    height: 42px;
    border-color: #fff;
    padding: 24px 0;
    order: 1;
    overflow: hidden;
}

.header .nav{
    order: 2;
    float: left;
    margin: 0 200px;
}

.header .nav>ul>li{
    float: left;
    color: #fefefe;
    font-size: 14px;
    line-height: 90px;
    margin-right: 69px;
}

.header .nav ul>li>a.fisrt-menu{
    color: #fff;
    text-decoration: none;
    position: relative;
}

.header .nav ul li span.dropdownIcon{
    display: inline-block;
    width: 8px;
    height: 8px;
    font-size: 12px;
    line-height:90px;
    margin-left: 7px;
}

.header .nav .menu-bg{
    display: none;
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: #f1f2f2;
    height: 160px;
    opacity: 0.8;
    width: 100%;
}

.header .nav ul li:hover .menu-bg{
    display:block;
    z-index: 100;
}

.header .nav .menu-bg .sub-menu{
    text-align: center;
}


.header .nav .menu-bg .sub-menu li{
    display: inline-block;
    margin-left: 7%;
}



.header .nav .menu-bg .sub-menu li>a{
    color: #414042;
    text-decoration: none;
    display: inline-block;
}

.header .nav .menu-bg .sub-menu li a:hover{
    color:red;
}


.header .nav .menu-bg .sub-menu li a:hover span.menu-icon
{
    font-size: 60px;
    animation:turn 1s linear;
}


@keyframes turn{
    0%{-webkit-transform:rotateY(0deg);}
    25%{-webkit-transform:rotateY(90deg);}
    50%{-webkit-transform:rotateY(180deg);}
    75%{-webkit-transform:rotateY(270deg);}
    100%{-webkit-transform:rotateY(360deg);}
}


.header .nav .menu-bg .sub-menu li span.menu-icon{
    display: block;
    font-size: 50px;
    font-variant:small-caps;
    /*line-height: 80px;*/
    height: 60px;
    color: #000;
    padding-top: 20px;
}

.header .nav .menu-bg .sub-menu li a:hover .menu-icon{
    color:red;
}

.header .nav .menu-bg .sub-menu li span.fs40{
    font-size: 40px;
}


.header .rightSide{
    height: 90px;
    order: 3;
    float: right;
    margin-right: 100px;
}

.header .rightSide .brand{
    display: inline-block;
    width: 190px;
    font-size: 14px;
    line-height: 14px;
}

.header .rightSide a.language span,div.searchBtn span{
    color: #fff;
}

.header .language,.slash-line{
    display: inline-block;
    text-decoration: none;
    color: #fefefe;
    line-height: 90px;
}

.slash-line{
    height: 90px;
    color: #fff;
    font-size: 14px;
}

.header .language .languageText{
    /*padding-left: 7px;*/
    font-size: 14px;
    text-transform: uppercase;
}

.header .searchBtn{
    display: inline-block;
    margin-left: 37px;
    cursor: pointer;
}

.search-box{
    display: none;
    position: absolute;
    right: 20px;
    top: 0;
}

.search-box .search-form{
    display: inline-block;
    margin:22px 0;
}

.search-box .close-btn{
    position: absolute;
    cursor: pointer;
    left: 5px;
    top: 37px;
    transition: transform .3s ease 0s;
}


.search-box .search-form .search-keywords{
    height: 45px;
    width: 180px;
    line-height: 90px;
    outline: none;
    border: none;
    vertical-align: middle;
    box-sizing: border-box;
    text-indent: 21px;
    font-size: 20px;
    border-radius: 20px 0 0 20px;
}

.search-box .search-form .submit-btn{
    height: 45px;
    vertical-align: middle;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
}

#brand-video{
    object-fit: fill;
}

.footer{
    background-color:#000;
    /*height:470px;*/
    color:#fff;
    text-align: left;
}


.footer .logo .brand-logo{
    width: 181px;
    height: 28px;
    background: url(../images/footer-logo.png) center no-repeat;
}

.footer-link,.footer .logo{
    width: 100%;
    margin:0 auto;
}

.footer .logo{
    padding-top:60px;
    padding-bottom:40px;
    width: 64%;
}

.footer-link{
    box-sizing: border-box;
    padding:0 230px;
    padding-top: 50px;
}

.footer-link .menu-link{
    display: inline-block;
    float: left;
    width:136px;
    padding-right: 87px;
}

.footer-link .menu-link dt,.newsletter .title{
    font-size: 14px;
    padding-bottom: 32px;
}

.footer-link .menu-link dd{
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 26px;
}

.footer-link .menu-link dd a{
    color:#d1d3d4;
}

.footer .newsletter{
    width: 380px;
    display: inline-block;
}

.footer .newsletter .detail{
    font-size: 14px;
    padding-bottom:23px;
}

.footer .newsletter .policy{
    font-size: 12px;
    color:#d1d3d5;
    padding-bottom:17px;
}

.footer .newsletter .subscribe{
    padding-bottom: 30px;
}

.footer .newsletter .subscribe input#email{
    width: 240px;
    height: 40px;
    border: none;
    outline: none;
    text-indent: 20px;
    font-size: 14px;
    vertical-align: middle;
}


.footer .newsletter .subscribe input#subscribe{
    width: 120px;
    height: 40px;
    background-color: #33373c;
    border: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.footer .social-link ul li{
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-right: 3%;
}


.footer .social-link ul li a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    background-color:#141415;
}


.footer .social-link ul li a.facebook:hover{
    background-color: #3d5b99;
}
.footer .social-link ul li a.twitter:hover{
    background-color: #00aced;
}
.footer .social-link ul li a.ins:hover{
    background-color: #125688;
}
.footer .social-link ul li a.youtube:hover{
    background-color: #e64a41;
}

.footer .social-link ul li a.facebook:hover,.footer .social-link ul li a.twitter:hover,
.footer .social-link ul li a.ins:hover,.footer .social-link ul li a.youtube:hover{
    transition-duration: .5s;
    transform: scale(1.1);
}


.footer .social-link ul li span{
    font-size: 40px;
    line-height: 40px;
}


.footer .powerby,.footer .copyright{
    margin: 0 230px;
}

.footer .powerby a{
    display: block;
    font-size: 12px;
    width: 100%;
    margin-bottom:20px;
    text-decoration: none;
    color: #fff;
}

.footer .copyright span{
    color:#939598;
    font-size: 12px;
    width: 100%;
}

.footer .cfu-logo{
    display: inline-block;
    float: left;
    height: 50px;
}


.footer .cfu-text{
    float: left;
    height: 50px;
    margin-left: 25px;
}

.footer .cfu-text::before{
    content: " ";
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}

.footer .cfu-text span{
    display: inline-block;
    vertical-align: middle;
}


.tool-bar{
    position: fixed;
    z-index: 333;
    bottom: 120px;
    right: 20px;
}

.tool-bar #back-to-top{
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.tool-bar #back-to-top span{
    font-size: 40px;
    line-height: 40px;
    color: #000;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #fff;
}


.mobile-header{
    display: none;
}


.age-validation {
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55,55,55,.6);
    height: 100%;
}

.age-title{
    font-size: 34px;
    text-align: center;
    color: #fff;
    margin-top: 32px;
}

.age-validation .age-content {
    margin: 200px auto;
    text-align: center;
    width: 510px;
    height: 510px;
    background: url("../images/18age_bg.jpg") center no-repeat;
}

.age-content .brand-logo{
    padding-top: 80px;
}

.age-content .warning-content{
    margin-top: 32px;
    padding: 0 50px;
}

.age-validation .warning-content,.age-validation .age-btn-group a{
    font-size: 18px;
    color: #fff;
}

.age-validation .age-btn-group{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 32px;
}

.age-validation .age-btn-group .under-age,.age-validation .age-btn-group .legal-age{
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 8px;
}

.age-btn-group .legal-age{
    background: red;
}

/*媒体查询*/

@media screen and (max-width:1600px) {
    .header .rightSide{
        margin-right:80px
    }

    .header h1{
        margin-left: 80px;
    }

    .footer .powerby,.footer .copyright{
        margin:0 80px;
    }

    .footer-link{
        padding: 50px 80px 0 80px;
    }

    .footer-link .menu-link{
        padding-right:40px;
    }
}


@media  screen and (max-width: 1440px) {
    .header .nav{
        margin:0 150px;
    }
}

@media  screen and (max-width: 1366px) {
    .header .rightSide{
        margin-right:40px
    }

    .header h1{
        margin-left: 40px;
    }

    .header .nav{
        margin:0 150px;
    }

    .header .nav>ul>li:first-child .menu-bg .sub-menu{
        margin-left: -500px;
    }

    .footer .powerby, .footer .copyright{
        margin:0;
    }

    .footer-link,.footer .powerby, .footer .copyright{
        padding: 30px 60px 20px 80px;
    }

    .footer-link .menu-link{
        padding-right:40px;
    }

    .footer-link .menu-link:nth-child(4){
        padding-right: 150px;
    }

    .footer-link dt.menu-link:first-child+dt+dt{
        padding-right: 150px;
    }

}

@media (min-width: 1024px) and (max-width: 1365px) {
    .header .nav{
        margin:0 80px;
    }
}


@media  screen and (max-width: 1024px) {
    body{
        overflow-y: auto;
    }
    .header h1{
        margin-left: 3%;
    }
    .header .rightSide{
        margin-right: 3%;
    }
    .header .nav{
        margin:0 5%;
    }
    .footer-link,.footer .powerby, .footer .copyright{
        margin:0 240px;
    }
}

/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {
    .header h1{
        margin-left: 0;
    }
    .header .rightSide{
        margin-right: 0;
    }
    .header .nav{
        margin:0 40px;
    }
    .footer-link,.footer .powerby, .footer .copyright{
        margin:0 40px;
    }
}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {
    div.main-content{
        margin-top: 60px;
    }

    div.header{
        display: none;
    }

    .mobile-header{
        display: block;
        background-color: #111417;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }

    .mobile-header  .m-nav-menu{
        display: none;
        background-color: #f1f1f1;
        font-size: 20px;
        color: #fff;
        position: fixed;
        left: 0px;
        top: 60px;
        width: 100%;
        z-index: 9999;
        height: 100%;
        overflow-y: auto;
    }

    .mobile-header  .m-nav-menu ul li a{
        font-size: 20px;
    }


    .mobile-header .navigation{
        display: block;
        position: relative;
    }


    .mobile-header .navigation .left-nav{
        float: left;
        padding: 10px 0;
        margin: 0 20px;
    }

    .mobile-header .navigation .left-nav .line{
        display: block;
        border-bottom: 2px solid #fff;
        width: 40px;
        height: 2px;
        margin-bottom: 10px;
    }

    .mobile-header .navigation .logo-wrapper{
        display: inline-block;
        width: 143px;
        margin: 0 60px;
    }

    .mobile-header .navigation .language-wrapper{
        float: right;
    }

    .language-wrapper .language{
        display: block;
        width: 40px;
    }


    .mobile-header  .m-nav-menu .menu-list{
        display: block;
        margin: 0 auto;
        transition: visibility 0s linear 1s;
        padding: 25px 20px 0;
    }

    .mobile-header  .m-nav-menu .menu-list li.menu-item{
        margin-bottom: 20px;
    }


    .mobile-header  .m-nav-menu .menu-list .menu-item .sub-menu li{
        text-indent: 20px;
    }



    .mobile-header .navigation .left-nav a.menu-toggle{
        display: block;
    }


    .mobile-header .navigation .logo-wrapper{
        margin: 0 220px
    }

    .mobile-header .navigation .logo{
        display: block;
        width: 143px;
        height: 42px;
        border-color: #fff;
        padding: 9px 0;
        background: url('../images/logo.png') center no-repeat;
        order: 1;
        text-indent: -9999px;
        overflow: hidden;
    }


    .mobile-header .navigation .language-wrapper{
        margin-right: 20px;
    }

    .mobile-header .navigation .language-wrapper a .languageText{
        font-size: 30px;
        line-height: 60px;
        color: #fff;
    }

    .mobile-header .navigation .language-wrapper .language .m-language{
        font-size: 60px;
        /*line-height: 110px;*/
        color: #fff;
    }


    .main-content .video-player{
        display: none;
    }

    .footer-link{
        margin: 0 20px;
    }

    .footer-link .menu-link{
        display: none;
    }

    .footer .social-link{
        text-align: center;
    }

    .footer .newsletter{
        width: 100%;
        text-align: center;
    }

    .newsletter .title{
        font-size: 25px;
    }

    .footer .newsletter .detail{
        font-size: 20px;
        padding: 10px 16px;
    }
}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 375px) and (max-width: 767px) {
    div.main-content{
        margin-top: 60px;
    }

    div.header{
        display: none;
    }

    .mobile-header{
        display: block;
        background-color: #111417;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }

    .mobile-header  .m-nav-menu{
        display: none;
        background-color: #f1f1f1;
        font-size: 20px;
        color: #fff;
        position: fixed;
        left: 0px;
        top: 60px;
        width: 100%;
        z-index: 9999;
        height: 100%;
        overflow-y: auto;
    }

    .mobile-header  .m-nav-menu ul li a{
        font-size: 20px;
    }


    .mobile-header .navigation{
        display: block;
        position: relative;
    }


    .mobile-header .navigation .left-nav{
        float: left;
        padding: 10px 0;
        margin: 0 16px;
    }

    .mobile-header .navigation .left-nav .line{
        display: block;
        border-bottom: 2px solid #fff;
        width: 40px;
        height: 2px;
        margin-bottom: 10px;
    }

    .mobile-header .navigation .logo-wrapper{
        display: inline-block;
        width: 143px;
        margin: 0 60px;
    }

    .mobile-header .navigation .language-wrapper{
        float: right;
    }

    .language-wrapper .language{
        display: block;
        width: 40px;
    }


    .mobile-header  .m-nav-menu .menu-list{
        display: block;
        margin: 0 auto;
        transition: visibility 0s linear 1s;
        padding: 25px 20px 0;
    }

    .mobile-header  .m-nav-menu .menu-list li.menu-item{
        margin-bottom: 20px;
    }


    .mobile-header  .m-nav-menu .menu-list .menu-item .sub-menu li{
        text-indent: 20px;
    }



    .mobile-header .navigation .left-nav a.menu-toggle{
        display: block;
    }


    .mobile-header .navigation .logo-wrapper{

    }

    .mobile-header .navigation .logo{
        display: block;
        width: 143px;
        height: 42px;
        border-color: #fff;
        padding: 9px 0;
        background: url('../images/logo.png') center no-repeat;
        order: 1;
        text-indent: -9999px;
        overflow: hidden;
    }


    .mobile-header .navigation .language-wrapper{

    }

    .mobile-header .navigation .language-wrapper a .languageText{
        font-size: 30px;
        line-height: 60px;
        color: #fff;
    }

    .mobile-header .navigation .language-wrapper .language .m-language{
        font-size: 60px;
        /*line-height: 110px;*/
        color: #fff;
    }


    .main-content .video-player{
        display: none;
    }

    .footer-link{
        margin: 0 8px;
    }

    .footer .powerby, .footer .copyright{
        margin:0 auto;
    }

    .footer-link .menu-link{
        display: none;
    }

    .footer .social-link{
        text-align: center;
    }

    .footer .newsletter{
        width: 100%;
        text-align: center;
    }

    .footer-link .menu-link dt, .newsletter .title{
        font-size: 20px;
        padding-bottom: 0;
    }

    .footer .newsletter .detail{
        font-size: 16px;
        padding: 10px 16px;
    }

    .footer .newsletter .subscribe input#email{
        width: 180px;
    }

    .footer-link,.footer .powerby, .footer .copyright{
        padding: 10px;
    }

    .age-validation .age-content{
        width: 100%;
    }
}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 374px) {
    div.main-content{
        margin-top: 60px;
    }

    div.header{
        display: none;
    }

    .mobile-header{
        display: block;
        background-color: #111417;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }

    .mobile-header  .m-nav-menu{
        display: none;
        background-color: #f1f1f1;
        font-size: 20px;
        color: #fff;
        position: fixed;
        left: 0px;
        top: 60px;
        width: 100%;
        z-index: 9999;
        height: 100%;
        overflow-y: auto;
    }

    .mobile-header  .m-nav-menu ul li a{
        font-size: 20px;
    }


    .mobile-header .navigation{
        display: block;
        position: relative;
    }


    .mobile-header .navigation .left-nav{
        float: left;
        padding: 10px 0;
        margin: 0 16px;
    }

    .mobile-header .navigation .left-nav .line{
        display: block;
        border-bottom: 2px solid #fff;
        width: 40px;
        height: 2px;
        margin-bottom: 10px;
    }

    .mobile-header .navigation .logo-wrapper{
        display: inline-block;
        width: 143px;
        margin: 0 20px;
    }

    .mobile-header .navigation .language-wrapper{
        float: right;
    }

    .language-wrapper .language{
        display: block;
        width: 40px;
    }


    .mobile-header  .m-nav-menu .menu-list{
        display: block;
        margin: 0 auto;
        transition: visibility 0s linear 1s;
        padding: 25px 20px 0;
    }

    .mobile-header  .m-nav-menu .menu-list li.menu-item{
        margin-bottom: 20px;
    }


    .mobile-header  .m-nav-menu .menu-list .menu-item .sub-menu li{
        text-indent: 20px;
    }



    .mobile-header .navigation .left-nav a.menu-toggle{
        display: block;
    }


    .mobile-header .navigation .logo-wrapper{

    }

    .mobile-header .navigation .logo{
        display: block;
        width: 143px;
        height: 42px;
        border-color: #fff;
        padding: 9px 0;
        background: url('../images/logo.png') center no-repeat;
        order: 1;
        text-indent: -9999px;
        overflow: hidden;
    }


    .mobile-header .navigation .language-wrapper{

    }

    .mobile-header .navigation .language-wrapper a .languageText{
        font-size: 30px;
        line-height: 60px;
        color: #fff;
    }

    .mobile-header .navigation .language-wrapper .language .m-language{
        font-size: 60px;
        /*line-height: 110px;*/
        color: #fff;
    }


    .main-content .video-player{
        display: none;
    }

    .footer-link{
        margin: 0 8px;
    }

    .footer .powerby, .footer .copyright{
        margin:20px auto;
    }

    .footer-link .menu-link{
        display: none;
    }

    .footer .social-link{
        text-align: center;
    }

    .footer .newsletter{
        width: 100%;
        text-align: center;
    }

    .newsletter .title{
        font-size: 25px;
    }

    .footer .newsletter .subscribe input#email{
        width: 190px;
    }

    .footer .newsletter .subscribe input#subcribe{
        width: 80px;
    }

    .footer .newsletter .detail{
        font-size: 20px;
        padding: 10px 16px;
    }

    .footer .social-link ul li{
        width: 40px;
        height: 40px;
    }

    .footer-link,.footer .powerby, .footer .copyright{
        padding: 10px;
    }
}




/***main-content**/


.slogan .slogan-content{
    background-color: #111417;
    text-align: center;
    color: #fff;
}

.slogan .slogan-content h1.title{
    font-size: 35px;
    line-height: 35px;
    padding-top: 38px;
}


.slogan .slogan-content p.sub-title{
    font-size: 20px;
    padding-top: 19px;
}

.slogan .slogan-content a.watch{
    display: inline-block;
    height: 49px;
    text-decoration: none;
    line-height: 49px;
    margin-top: 23px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 25px;
    width: 224px;
    margin-bottom: 38px;
}


.slogan .slogan-content a.watch span{
    font-size: 15px;
    color:#fff;
    padding: 17px 14px;
    line-height: 49px;
    font-weight: bold;
}

.product-category{
    width: 100%;
    background-color: #e1e1e2;
}

.product-category .categories{
    text-align: center;
    padding-bottom: 20px;
}

.product-category ul.categories li{
    display: inline-block;
    padding-top: 148px;
    text-align: left;
    overflow: hidden;
    float: left;
}


.product-category ul.categories li a:hover img{
    overflow: hidden;
    transition-duration: .5s;
    transform: scale(0.98);
}

.product-category ul.categories .c-title{
    font-size: 25px;
    padding-top: 32px;
}

.product-category ul.categories li a:hover .c-title{
    padding-top:12px;
    transition: all .5s;
    transform: scale(0.98);
}

.product-category ul.categories li a:hover .c-desc{
    transition: all .5s;
    transform: scale(0.98);
}




.product-category ul.categories .c-desc{
    font-size: 15px;
    padding-top: 10px;
}

.technology{
    background: url(../images/technology-bg.jpg) center center no-repeat;
    background-size: cover;
    color:#fff;
    text-align: center;
}


.technology .logo{
    display: block;
    width: 244px;
    height: 38px;
    border-color: #fff;
    margin: 0 auto;
    background: url('../images/t-logo.png') center no-repeat;
    padding-top: 90px;
}

.technology .t_title,.technology .t_list .counter{
    font-size: 35px;
}

.technology .t_title{
    padding-top: 54px;
}


.technology .t_list{
    margin:0 auto;
    padding-top: 76px;
}

.technology .t_list li{
    display: inline-block;
    margin-left: 114px;
    font-size: 15px;
}

.technology .learn-more{
    display: inline-block;
    width: 224px;
    height: 47px;
    text-decoration: none;
    line-height: 47px;
    margin-top: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    margin-bottom: 40px;
}

.technology .learn-more span{
    font-size: 15px;
    line-height: 47px;
    font-weight: bold;
    color:#fff;
}

.news{
    text-align: center;
}

.news .news-list{
    padding: 100px 0;
}

.news .news-list li{
    text-align: left;
    padding-left: 30px;
    display: inline-block;
    float: left;
    width: 47%;
}

.news .news-list li a{
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.news .news-list li a .img-box{
    overflow: hidden;
}

.news .news-list li a img{
    width: 100%;
}

.news .news-list li a img:hover{
    transition-duration: .5s;
    transform: scale(1.1);
}

.news .news-list .news-title{
    padding-top: 32px;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 19px;
}

.news .news-list .news-date{
    font-size: 15px;
    line-height: 15px;
    color:#414042;
}

.contact-us{
    background:url(../images/contact-us.png) center center no-repeat;
    background-size: cover;
    text-align: center;
    color:#fff;
}

.contact-us .title{
    font-size: 35px;
    padding-top: 126px;
}

.contact-us .desc{
    font-size: 20px;
    padding-top: 37px;
}

.contact-us .contact-us-btn{
    display: inline-block;
    width: 224px;
    height: 47px;
    text-decoration: none;
    line-height: 47px;
    margin-top: 79px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    margin-bottom: 40px;
}

.contact-us .contact-us-btn span{
    font-size: 15px;
    line-height: 47px;
    font-weight: bold;
    color:#fff;
}



/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {

    .product-category .categories{
        width: 97%;
        margin:0 auto;
    }

    .product-category ul.categories li{
        width: 32%;
        margin-right: 2%;
    }

    .product-category ul.categories li:nth-child(3){
        margin-right: 0;
    }
    /*IE兼容*/
    .product-category ul.categories li:first-child+li+li{
        margin-right: 0;
    }

    .product-category ul.categories li a img{
        width: 100%;
        height: auto;
    }

    .news .news-list .news-date{
        display: inline-block;
    }

    .news .news-list li a{
        display: inline-block;
    }
}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {
    .product-category ul.categories li{
        display: block;
        padding-top: 20px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    .product-category ul.categories li a img{
        width: 100%;
    }

    .technology .t_list li{
        margin-left: 100px;
    }

    .news .news-list{
        display: block;
        padding:0;
    }

    .news .news-list li{
        padding-left:0;
        padding-bottom: 15px;
        width: 100%;
    }

    .news .news-list li a{
        width: 100%;
        margin-top: 20px;
    }
}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {
    .slogan .slogan-content h1.title{
        word-break: break-word;
        font-size: 25px;
        padding-top: 0;
    }

    .slogan .slogan-content a.watch{
        margin-bottom: 20px;
    }


    .product-category ul.categories{
        display: block;

    }

    .product-category ul.categories li{
        display: block;
        padding-top: 0px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    .product-category ul.categories li:first-child{
        padding-top: 10px;
    }


    .product-category ul.categories li a img{
        width: 100%;
    }

    .product-category ul.categories .c-desc{
        padding-bottom: 10px;
    }

    .technology .logo{
        padding-top: 20px;
    }

    .technology .t_title{
        padding-top:30px;
    }

    .technology .t_list{
        display: block;
        padding-top:20px;
    }

    .technology .t_list li{
        display: block;
    }

    .technology .learn-more{
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .technology .t_title, .technology .t_list .counter{
        font-size: 20px;
    }

    .news .news-list{
        display: block;
        padding:0;
    }

    .news .news-list li{
        padding-left:0;
        padding-bottom: 15px;
        width: 100%;
    }

    .contact-us .title{
        padding-top: 36px;
    }

    .news .news-list .news-title,.news .news-list .news-date{
        padding: 10px 16px;
    }

    .contact-us .contact-us-btn{
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 375px) and (max-width: 767px) {
    .slogan .slogan-content h1.title{
        word-break: break-word;
        font-size: 25px;
        padding-top: 0;
    }

    .slogan .slogan-content a.watch{
        margin-bottom: 20px;
    }


    .product-category ul.categories{
        display: block;

    }

    .product-category ul.categories li{
        display: block;
        padding-top: 0px;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    .product-category ul.categories li:first-child{
        padding-top: 10px;
    }


    .product-category ul.categories li a img{
        width: 100%;
    }

    .product-category ul.categories .c-desc{
        padding-bottom: 10px;
    }

    .technology .logo{
        padding-top: 20px;
    }

    .technology .t_title{
        padding-top:30px;
    }

    .technology .t_list{
        display: block;
        padding-top:20px;
    }

    .technology .t_list li{
        display: block;
        margin-left: 0;
    }

    .technology .learn-more{
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .technology .t_title, .technology .t_list .counter{
        font-size: 20px;
    }

    .news .news-list{
        display: block;
        padding:0;
    }

    .news .news-list li{
        padding-left:0;
        padding-bottom: 15px;
        width: 100%;
    }

    .contact-us .title{
        padding-top: 36px;
    }

    .news .news-list .news-title,.news .news-list .news-date{
        padding: 10px 16px;
    }

    .contact-us .contact-us-btn{
        margin-top: 30px;
        margin-bottom: 20px;
    }
}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 374px) {
    .product-category ul.categories li{
        margin-left: 0;
        padding-top: 20px;
    }

    .product-category ul.categories li a img{
        width: 100%;
    }

    .technology .t_list li{
        margin-left: 0;
    }

    .technology,.contact-us{
        background-size: cover;
    }

    .news .news-list{
        padding: 50px 0;
    }

    .news .news-list li{
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .contact-us .title{
        padding-top: 20px;
    }

    .contact-us .contact-us-btn{
        margin-top: 20px;
    }
}

.brand-banner img{
    width: 100%;
}

.technology-intro{
    text-align: left;
    width: 80%;
    margin: 0 auto;
}

.technology-intro h4.title{
    font-size: 33px;
    font-weight: bold;
    padding-top: 62px;
}

.technology-intro p.sub-title{
    font-size: 33px;
    padding-bottom: 56px;
}

.technology-intro .description{
    color: #414042;
    font-size: 18px;
}

.technology-intro .description p{
    padding-bottom: 20px;
}

.technology-intro .line{
    border:1px solid #939598;
}

.params-intro{
    color: #000;
    box-sizing: content-box;
}

.params-intro h4{
    font-size: 33px;
    padding-top: 65px;
}

.params-intro .badge-contect{
    display: flex;
    justify-content: space-between;
    padding:70px 0;
}

.params-intro .badge-contect li{
    display: inline-block;
}

.params-intro .badge-contect li:nth-child(4){
    padding-right: 0px;
    font-size: 45px;
}

.params-intro .badge-contect .badge-value{
    font-size: 25px;
}

.params-intro .badge-contect .badge-value span{
    font-size: 45px;
}

.params-intro .badge-contect li:nth-child(4) .badge-value{
    font-size: 45px;
}

.params-intro .badge-contect .badge-desc{
    font-size: 20px;
}


.history-silder{
    height: 500px;
    background-color: #141414;
    margin:0;
}

.get-in-touch{
    margin: 0 320px;
    padding-top: 139px;
}

.get-in-touch .contact-info{
    float: left;
}

.get-in-touch .contact-us-form{
    float: right;
}

.get-in-touch .contact-info h4{
    font-size: 33px;
    padding-bottom: 48px;
}

.get-in-touch .contact-info .contact-line{
    border:1px solid #d1d3d5;
    width: 500px;
}

.contact-info a{
    display: block;
}

.contact-info .phone,.contact-info .inquiry-email,.contact-info .affair-email{
    font-size: 15px;
    padding-top: 27px;
}


.contact-info .affair-email label,.contact-info .inquiry-email label,.contact-info .phone label{
    display: inline-block;
    width:130px;
}


.contact-info .affair-email span,.contact-info .inquiry-email span,.contact-info .phone span{
    color: #808285;
    padding-left: 30px;
}

.contact-us-form{
    padding-bottom: 21px;
}

.contact-us-form input{
    display:block;
    width: 588px;
    height: 52px;
    text-indent: 5px;
    margin-bottom: 21px;
    border: 1px solid #d1d3d5;
    outline: none;
}

.contact-us-form textarea{
    height: 166px;
    width: 588px;
    resize: none;
    text-indent: 5px;
    border: 1px solid #d1d3d5;
    font-family: pingfang_regular;
    outline: none;
}

.contact-us-form .submit-btn{
    width: 215px;
    height: 53px;
    background-color: #33373c;
    color: #fff;
    margin:33px 0px  133px 380px;
    font-size: 15px;
}




.container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
}

/*.title {
  font-size: 38px;
  color: #616161;
  font-style: italic;
  font-weight: 800;
}*/

.timeline {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
}
.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
}
.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 310px;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}
.timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    color: #d4a024;
    font-weight: 300;
    opacity: 0;
    transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}
.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #d4a024;
    margin: 15px 0 !important;
    position: relative;
}
.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #d4a024;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}
.timeline .swiper-pagination-bullet-active {
    color: #d4a024;
}
.timeline .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
}
.timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
.timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}




@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
    }
    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 310px;
        font-size: 11px;
        text-align: right;
    }
    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }
    .timeline .swiper-slide .timeline-title {
        font-size: 30px;
        margin: 0;
    }
    .timeline .swiper-pagination {
        display: flex;
    }
    .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }
    .timeline .swiper-button-prev:hover {
        -webkit-transform: rotate(90deg) translate(-3px, 10px);
        transform: rotate(90deg) translate(-3px, 10px);
    }
    .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }
    .timeline .swiper-button-next:hover {
        -webkit-transform: rotate(90deg) translate(3px, 10px);
        transform: rotate(90deg) translate(3px, 10px);
    }
}


@media screen and (max-width:1600px) {
    .get-in-touch{
        margin:0 200px;
    }
}


@media  screen and (max-width: 1440px) {

}

@media  screen and (max-width: 1366px) {
    .get-in-touch{
        margin:0 100px;
    }
}


@media  screen and (max-width: 1024px) {

}


@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    .technology-intro{
        width: 100%;
    }


    .technology-intro h4.title{
        padding:0;
        padding: 10px 16px;
    }


    .technology-intro p.sub-title{
        padding-bottom: 30px;
        padding: 10px 16px;
    }

    .technology-intro .description{
        padding: 10px 16px;
    }



    .params-intro .badge-contect{
        padding: 30px 0;
    }


    .params-intro .badge-contect li{
        height: auto;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }


    .history-silder{
        height: auto;
    }


    .params-intro .badge-contect{
        display: block;
    }


    .contact-us-form input,.contact-us-form textarea{
        width: 80%;
    }

    .contact-us-form input{
        height: 48px;
    }



    .get-in-touch{
        margin: 0;
        padding-top:20px;
    }

    .get-in-touch .contact-info{
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }

    .get-in-touch .contact-info .contact-line{
        width: 100%;
    }

    .get-in-touch .contact-us-form{
        float: none;
        text-align: center;
    }

    .contact-us-form input,.contact-us-form textarea{
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    .contact-us-form input.submit-btn{
        text-align: center;
        margin:20px auto;
    }
}

@media (min-width: 375px) and (max-width: 767px) {

}

@media (max-width: 374px) {

}

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
    }
    .timeline .swiper-slide-content {
        right: 25%;
    }
}


