@import "old-copy-common.css";
*{
    margin: 0;
    padding: 0;
}
/*html, body{*/
/*	width:100%;*/
/*	font-family:PingHei,PingFang SC,STHeitiSC-Light,Microsoft Yahei,Arial,sans-serif;*/
/*    font-size: 16px;*/
/*    color: #444;*/
/*    height: 100%;*/
/*}*/
/*a,div,area{*/
/*    text-decoration: none;*/
/*    border: none;*/
/*    -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline: none*/
/*}*/
a:link,a:visited,a:hover,.a:active{
    outline: none;
}
button{
    cursor: pointer;
}
ul{
    list-style: none;
}
/*header{*/
/*    width: 100%;*/
/*    height: 100px;*/
/*    !* overflow: hidden; *!*/
/*    position: fixed;*/
/*    top:0;*/
/*    z-index: 1001;*/
/*    left : 0;*/
/*    right:  0;*/
/*    transform: translateZ(0);*/
/*}*/
/*.headerBg{*/
/*    background: rgba(255,255,255,.9);*/
/*}*/
.top{
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}
.logo{
    height: 100%;
    float: left;
    display: block;
    padding-left: 2%;
}
/*.logo img{
    height: 100px;
    display: block;
}*/

.slide-menu .logo img:nth-of-type(2){
    display: none;
}
.nav{
    color: #444444;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav>ul{
    list-style: none;
    padding:0;
    margin: 0;
    height: 100%;
}
.nav>ul>li{
    float: left;
    height: 100px;
    line-height: 100px;
    padding: 0 35px;
    cursor: pointer;
}
.nav>ul>li>a{
    color: #444444;
    height: 100%;
    display: block;
}
.isActive-menu{
    /* border-top:4px solid #0099ff; */
}
.isActive-menu>a{
    color: #0099ff !important;
}
.isActive-tabs{
    color: #0099ff;
}
.nav-level {
    position: relative;
    /* border-top: 4px solid transparent; */
}
.nav-level::before{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #fff;
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}
.nav-level:hover::before{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid #0099ff;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}
#activity{
    position: relative;
}
.activity-info{
    list-style: none;
    position: absolute;
    z-index: 999;
    width: 120px;
    background-color: rgba(255,255,255,.9);
    text-align: center;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.activity-info a{
    color: #444444;
}
.activity-info li{
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.activity-info li:nth-last-of-type(1){
    border-bottom: 0;
}
.activity-info .active,.activity-info li:hover{
    background-color: #0096ff;
}
.activity-info .active a,.activity-info li:hover a{
    color: #fff;
}
.activity-info .activity-active{
    background-color: #0099ff;
}
.activity-info .activity-active a{
    color: #fff;
}
.isActive-menu::before{
    border: 1px solid #0099ff;
    width: 100%;
    /* content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0;
    background:#0099ff;
    left: 0; */
}
.tright{
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 2%;
    height: 100%;
}
.tright li{
    float: left;
    line-height: 100px;
}
.tabs-level{
    color: #444444;
    /* float: left; */
}
.btn{
    outline: none;
    background-color: transparent;
    border:1px solid;
    border-radius: 50px;
    padding:10px 36px;
    margin-left: 36px;
}
.btn-bule{
    background-color: #0099ff;
    color: #fff;
    border: 1px solid #0099ff;
}
.btn-bule a{
    color: #fff;
}
.btn-white{
    background-color: transparent;
    border: 1px solid #0099ff;
    color: #0099ff;
}
.btn-white a{
    color: #0099ff;
}
/* .tright>li>a{
    float: left;
} */
.propaganda,.pre-order{
    display: none;
}
.mengban{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    bottom: 0;
    left: 0;
}
.propaganda-info{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    width: 35%;
    height: 40%;
    margin:auto;
}
.propaganda-info img{
    width: 100%;
}
.propaganda-close,.pre-close{
    display: block;
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -30px;
    top: -30px;
    background-image: url("../image/close.png")
}
.pre-close{
    width:20px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url("../image/pre_order_close.png");
    right: 0;
    background-size: contain;
}
.pre-order{
    position: absolute;
    top: -130px;
    right: 10px;
}
.pre-order img{
    width: 100px;
}
.conaniner{
    margin-top: 80px;
}
.content{
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.carousel-bg{
    /* cursor: pointer; */
    width: 100%;
    /* max-width: 100%;
    max-height: 100%;
    object-fit: contain; */
}
.carousel-bg:nth-of-type(2){
    display: none;
}
.carousel-title{
    font-size: 46px;
    padding: 3% 0 0 0;
}
.carousel-info{
    position: absolute;
    text-align: center;
    top: 25%;
    width: 100%;
    color: #fff;
    cursor: pointer;
}
.carousel-info .title-cn{
    padding: 50px 0 0;
}
.carousel-info .content-text{
    font-size: 16px;
}
.carousel .swiper-pagination-bullet-active{
    background:#0099ff !important;
}
.carousel .swiper-button-next>div{
    background-image: url('../image/prev.png');
    transform: rotate(180deg)
}
.carousel .swiper-button-prev>div{
    background-image: url('../image/prev.png');

    /* background-size:  */
    /* height: 50px; */
    /* transform: rotate(180deg) */
}
.carousel .swiper-button-prev,.carousel .swiper-button-next{
    background: rgba(0,0,0,.4);
    border-radius: 50px;
    background-image: none;
    width: 60px;
    height: 60px;
}
.carousel .swiper-button-prev>div,.carousel .swiper-button-next>div{
    height: 44px;
    width: 26px;
    margin: 8px auto;
    background-size: cover;
}
.friendlink .swiper-button-prev,.friendlink .swiper-button-next{
    height: 30px;
    width: 22px;
    background-size: 22px 30px
}
.friendlink .swiper-button-prev{
    background-image: url('../image/left_btn.png');
    transform: rotate(180deg);
    left: -30px;
}
.friendlink .swiper-button-next{
    background-image: url('../image/left_btn.png');

    right: -30px;
}
.conaniner>.swiper-container .swiper-pagination-bullet{
    width: 50px;
    height: 6px;
    border-radius:0;
    background:rgba(0,0,0,.5);
    margin:0 8px;
}
.rate{
    background-size: cover;
}
.rate-data{
    display: none;
}
.rate,.function{
    background-size: 100% 100%;
    background-repeat:no-repeat;
    width:100%;
    height: 100%;
}
.white-color{
    color: #fff;
}
.rate{
    background-image: url("https://www.tembin.com/wp-content/themes/tembin/images/old/computer.png");
}
.title-center{
    text-align: center;
}
.title-cn{
    font-size: 36px;
    padding:8% 0 0;
}
.title-cn span{
    color: #999999;
}
.title-en{
    font-size: 18px;
    color: #757575;
    padding-top: 20px;
    font-family: "Arial";
    text-transform: uppercase;
}
.rate-container{
    padding: 8% 0 14% 53%;
    width: 28%;
}
.rate-container .content-text{
    font-size: 14px;
}
.title{
    font-size: 24px;
    margin:10px 0;
}
.content-text{
    line-height: 1.8;
    font-size: 16px;
    margin-top: 20px;
    overflow: hidden;
}
.btn-details{
    clear: both;
    display: inline-block;
    margin:15% 0 0 0;
    padding: 10px 50px;
    box-shadow: 0 20px 20px rgba(0,0,0,.1)
}
.btn-details img{
    vertical-align: middle;
    margin-left: 10px;
    height: 21px;
}

/*.register::before{*/
/*content: '';*/
/*display: block;*/
/*width: 102px;*/
/*height: 32px;*/
/*position: absolute;*/
/*top: -31px;*/
/*left: 50%;*/
/*margin-left: -51px;*/
/*cursor: pointer;*/
/*background-image: url('../../images/old/next_page.png')*/
/*}*/
/*.register{*/
/*padding: 50px 0;*/
/*margin-top: 32px;*/
/*position: relative;*/
/*background-color: #0096ff;*/
/*}*/
.search{
    border:1px solid #fff;
    border-radius: 50px;
    margin-left: 15%;
    overflow: hidden;
    width: 394px;
    height: 42px;
}
.btn-reg{
    border:none;
    outline: none;
    background-color: #fff;
    color: #0099ff;
    /*padding: 12px 40px;*/
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    padding:0 36px;
    float: right;
}
.register-info{
    color: #fff;
}
.search input{
    outline: none;
    height: 100%;
    border:none;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    margin: 0 0 0 35px;
    width: 175px;
}
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.search input:-ms-input-placeholder{
    color: #fff;
}

.search input::-webkit-input-placeholder{
    color: #fff;
}
input:focus::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent
}

input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */

    color: transparent
}

input:focus:-ms-input-placeholder{
    color: transparent
}

input:focus::-webkit-input-placeholder{
    color: transparent
}
.function{
    background-image: url("../image/function.png");
    min-height: 530px;
    /* background-size: cover; */
}
.function-title{
    /* width: 1200px; */
    /* text-align: center; */
    padding-left: 22%;
    margin: auto;
}
.function-title .title-cn{
    padding: 4% 0 0 0;
}
.function-title .title-cn,.function-title .title-en{
    color: #fff;
}
.function-title .title-en{
    padding-top: 18px;
    font-size: 20px;
}
.function-title .content-text{
    color: #fff;
    margin-top: 22px;
    font-size: 18px;
}
.trilogy{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url('../image/city-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.trilogy-content{
    width: 1200px;
    margin:8% auto 6%;
    padding:0 0 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 25px 25px 20px rgba(0,0,0,.1);
}
.trilogy-content .content-text{
    /* margin-top: 40px; */
    color: #757575;
}
.list{
    width: 75%;
    margin:0 auto;
    padding: 4% 0;
    overflow: hidden;
}
.list-item{
    width: 33.33%;
    float: left;
    margin:auto;
    text-align: center;
}
.trilogy .list{
    padding: 0;
}
.trilogy .list-item{
    margin:4% auto;height: 210px;
}
.list-item .title{
    padding: 0;
}
.more{
    padding:14px 90px;
    margin:0 auto 30px;
    display: block;
    border-color: #757575;
    color: #757575;
}
.more a{
    color: #757575;
}
.products{
    overflow: hidden;
}
.products .left,.products .right{
    float: left;
    height: 100%;
}
.products .right{
    width: 55%;
    background-color: #eeeeee;
    position: relative;
}
/* .products .right::before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
} */
.products .left{
    width: 45%;
    background-image: url("../image/product.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px !important;
}
.product-title{
    color: #fff;
    font-size: 40px;
    padding:46% 0 54%;
    text-align: center;
    line-height: 1.6;
}
.subnav{
    list-style: none;
    position: absolute;
    /* height: 60%; */
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}
.submenu{
    padding:24px 20px;
    border-radius: 10px 0 0 10px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    clear: both;
    width: 10px;
    display: block;
    height: auto;
    opacity: 1;
}

.subnav .swiper-pagination-bullet-active{
    color:#0099ff;
}
.product-list{
    /* display: inline-block;
    vertical-align: middle; */
    /* text-align: center; */
    width: 88%;
    margin: auto;
}

.product-list .swiper-container{
    border-radius: 10px;
    background:#fff;
    padding: 70px 0;
    box-shadow: 4px 4px 2px rgba(0,0,0,.1);
    list-style: none;
    position: relative;
    width: 74%;
    margin: 0 auto 0;
    overflow: visible;
}
.product-list .swiper-container>div{
    overflow: hidden;
}
.btn-prev{
    background: url("../image/nav-prev.png") no-repeat;
    left: -20%;
}
.btn-next{
    background: url("../image/nav-next.png") no-repeat;
    right: -20%;
}
.btn-prev,.btn-next{
    position: absolute;
    display: block;
    content: '';
    width: 52px;
    height: 52px;
    /* top: 44%; */
    margin-top: -26px;
    cursor: pointer;
    background-size: cover;
}
.product-item{
    /* overflow: hidden;
    padding:0 4%; */
    width: 100%;
}
.product-img{
    float: left;
    width: 28%;
    height: 100%;
    text-align: center;
}
.product-img img{
    margin-top: 30px;
}
.product-info{
    float: left;
    width: 70%;
    margin-left: 2%;
}
.product-info .content-text{
    margin-top: 22px;
}
.partner-content{
    margin:58px 0 90px;
    overflow: hidden;
}
.partner-info{
    width: 16.66%;
    float: left;
    overflow: hidden;
    position: relative;
}
.partner-info>img{
    /* width: 100%; */
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}
.even{
    width: 90%;
    padding:0;
    margin: 50px auto 0;
}
.partner-text{
    font-size: 16px;
    line-height: 1.8;
    color: #757575;
}
.partner-name{
    font-size: 40px;
    font-weight: normal;
    margin: 14% 0 4%;
}
.text-right{
    text-align: right;
}
.company-name{
    font-size: 24px;
    font-weight: normal;
    margin-top: 14%;
}
.simple{
    color: #999;
    font-size: 14px;
}
.friendlink{
    width: 1200px;
    margin: auto;
    border-top: 1px solid #cccccc;
    padding: 74px 0;
    position: relative;
}
.friendlink .swiper-slide{
    text-align: center;
}
.friendlink img{
    height: 70px;
}
.toolbar{
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 1000;
}
.toolbar-box{
    display: block;
    width: 56px;
    clear: both;
    height: 56px;
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #444;
}
.toolbar-info{
    width: 200px;
    padding: 10px;
    background: #fff;
    position: absolute;
    top:0;
    left:0;
    transform: translateX(-110%);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
    font-size: 14px;
    text-align: center;
    display: none;
    cursor: pointer;
}
.toolbar-info>img{
    width: 150px;
}
.toolbar-info a{
    color: #444444;
}
.qq-img{
    vertical-align: middle;
}
.center{
    text-align: center;
}
.toolbar-box>img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -16px;
}
.toolbar-box:nth-last-of-type(1){
    cursor: pointer;
}
.info-text{
    margin-top: 6px;
    text-align: left;
}
.info-text1{
    margin-top: 10px;
}
.info-text2{
    bottom: 32%;
    top: auto;
}
.info-text3{
    bottom: 20px;
    top: auto;
}
.info-text3 p{
    text-align: left;
    margin: 10px 0 0 12px;
}
.position-flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* �ײ� */

footer{
    background-color: #eeeeee;
}
section{
    width: 1200px;
    margin: auto;
    padding: 60px 0 0;
    overflow: hidden;
}
.reg-info .title{
    font-size: 28px;
    color: #686868;
}
.reg-info .btn{
    padding: 12px 48px;
}
.footer-title{
    padding: 50px 0 40px;
    text-align: center;
    font-size: 22px;
    color: #000;
}
.siteinfo,.copyright{
    float: left;
    /* width: 50%; */
}
.siteinfo{
    padding-bottom: 10px;
}
.siteinfo .siteinfo-text{
    /* float: left; */
    display: inline-block;
    padding: 0 20px;
    list-style: none;
    color: #656565;
    font-size: 12px;
    height: 20px;
    cursor: pointer;
}
.siteinfo .siteinfo-text a{
    color: #656565;
    vertical-align: middle;
}

.siteinfo .active{
    font-size: 18px;
    font-weight: bold;
}
.reg-info{
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}
.copyright{
    color: #757575;
    font-size: 12px;
    text-align: right;
    line-height: 20px;
    height: 20px;
}
small{
    font-size: 12px;
    margin-right: 20px;
    vertical-align: middle;
}
.qr{
    width: 145px;
    height: 145px;
}
.qr-text{
    text-align: right;
    font-size: 14px;
    line-height: 1.8;
    color: #999;
}
.aq{
    display: inline-block;
    color: #757575;
    vertical-align: middle;
}
.aq img{
    margin-right: 2px;
    vertical-align: middle;
    width: 17px;
}
.menu-button{
    display: none;
}
.slide-menu{

    display: none;
}
.br{
    display: none;
}
.menu-wrap{
    display: none;
}
@media screen and (max-width:1680px) {

    /*header{*/
    /*    height: 95px;*/
    /*}*/
    /* .title-cn{
        font-size: 40px;
    } */
    .product-title{
        font-size: 36px;
    }
    .carousel-info .content-text{
        font-size: 16px;
    }
    .logo img{
        height: 95px;
    }
    .nav>ul>li{
        padding: 0 25px;
        height: 95px;
        line-height: 90px;
    }
    .conaniner{
        margin-top: 95px;
    }
    .tright li{
        line-height: 95px;
    }
    .btn{
        margin-left:30px;
    }
    .more{
        margin:0 auto 30px;
    }
    .btn-details{
        margin: 12% 0 0 0;
        font-size: 16px;
        padding: 8px 50px;
    }
    .even{
        margin:25px auto 0;
    }
    .company-name{
        font-size: 22px;
    }
    .partner-name{
        font-size: 32px;
    }
    .content-text{
        line-height: 1.4;
    }
    .function-title .content-text{
        font-size: 20px;
    }
    /* .title{
        font-size: 20px;
    } */
}
@media screen and (max-width:1480px) {
    .carousel-info{
        top: 16%;
    }
    header{
        height: 80px;
    }
    .logo img{
        height: 80px;
    }
    .nav>ul>li{
        height: 80px;
        line-height: 80px;
    }
    .conaniner{
        margin-top: 80px;
    }
    .tright li{
        line-height: 80px;
    }
    .btn{
        margin-left:20px;
    }
    .more{
        margin:0 auto 30px;
    }
    .btn-details{
        margin: 12% 0 0 0;
    }
    .rate-container{
        padding: 6% 0 10% 53%;
    }
    /* .title-cn{
        font-size: 36px;
    } */
    .product-title{
        font-size: 34px;
    }
    .partner-text{
        line-height: 1.6;
    }
    .company-name{
        font-size: 20px;
    }
    .partner-name{
        /* margin: 8% 0 2%; */
        font-size: 28px;
    }
}
@media screen and (max-width:1366px) {
    .list{
        width: 100%;
    }
    header{
        height: 75px;
    }
    .logo img{
        height: 75px;
    }
    .nav>ul>li{
        height: 75px;
        line-height: 75px;
    }
    .conaniner{
        margin-top: 75px;
    }
    .tright li{
        line-height: 75px;
    }
    /* .title-cn{
        font-size: 30px;
    } */
    /* .title{
        font-size: 18px;
    } */
    .btn-details{
        font-size: 14px;
    }
    .btn-details img{
        width: 20px;
    }
    .carousel-info img{
        width: 280px;
    }
    /* .trilogy .list-item img{
        height: 80px;
    } */
    /* .list-item .title{
        margin-top: 12px;
    } */
    .function-title .content-text{
        font-size: 16px;
    }
    .product-title{
        font-size: 28px;
    }
    .partner-name{
        font-size: 24px;
    }
    .partner-text{
        /* line-height: 1.4; */
        font-size: 12px;
    }
    .company-name{
        font-size: 16px;
    }
    /* .content-text,.function-title .content-text{
        font-size: 16px;
    } */
    /* .friendlink,.trilogy-content,.content{
         width: 1000px;
    } */
    .friendlink img{
        /* margin-right: 60px; */
        height: 56px;
    }
    .toolbar-box{
        width: 46px;
        height: 46px;
    }
    .toolbar-box img{
        width: 65%;
        margin-top:-12px;
        margin-left: -14px;
    }
    .toolbar-top img{
        margin-top: -20px;
        margin-left: -16px;
    }
    /* .product-img img{
        height: 90px;
    } */
    .subnav{
        left: -34px;
    }
    .submenu{
        padding: 14px 12px;
    }
    .btn{
        padding: 10px 32px;
        font-size: 12px;
    }
    .friendlink{
        padding: 40px 0;
    }
    .more{
        padding: 10px 50px;
    }
    section{
        padding:40px 0 0;
    }
    .reg-info .title{
        font-size: 24px;
    }
    .reg-info{
        padding: 0 0 40px;
    }
    .footer-title{
        padding: 30px 20px;
        font-size: 26px;
    }
    .product-list .swiper-container{
        padding:40px 0;
    }
}
@media screen and (max-width:1320px) {
    .nav >ul >li{
        padding: 0 18px;
    }
    .function-title .content-text{
        font-size: 14px;
    }
    .btn{
        padding: 8px 26px;
    }
    .logo img{
        height: 70px;
    }
    .more{
        padding: 10px 50px;
    }
    .friendlink{
        width: 1000px;
    }
    .product-list .swiper-container{
        width: 80%;
    }
}
@media screen and (max-width:1220px) {
    .friendlink, .trilogy-content,.content,section{
        width: 90%;
    }

    .friendlink img{
        height: 47px;
        /* margin-right: 60px; */
    }

    /* .function-title .content-text{
        font-size: 12px;
        margin-top:14px;
    } */
    .toolbar-box img{
        width: 54%;
        margin-top: -10px;
        margin-left: -12px;
    }
    .reg-info .title{
        font-size: 24px;
    }
    .toolbar-top img{
        margin-top: -14px;
        margin-left: -13px;
    }
}
@media screen and (max-width:1100px) {
    .carousel-info{
        top: 10%;
    }
    .carousel-info img{
        width: 300px;
    }
    .btn{
        padding: 6px 20px;
        margin-left: 10px;
    }
    .btn-details{
        margin-left: 0;
    }
    .more{
        padding: 12px 50px;
        margin: 0 auto 30px;
    }
    .btn-next{
        right: 5px;
    }
    .btn-prev{
        left: 5px;
    }
    .title-en,.function-title .title-en{
        font-size: 16px;
    }

}
@media screen and (max-width:1024px){
    /* .title-cn{
        font-size: 26px;
    } */
    header{
        font-size: 14px;
        height: 60px;
    }
    .logo img{
        height: 60px;
    }
    .nav>ul>li{
        padding: 0 12px;
        height: 60px;
        line-height: 60px;
    }
    .tright li{
        line-height: 60px;
    }
    .product-title{
        font-size: 22px;
    }
    .footer-title{
        font-size: 22px;
    }
    .rate{
        background-image: url("https://www.tembin.com/wp-content/themes/tembin/images/old/computer1.png")
    }
    .rate-data{
        display: none;
        width: 100%;
        margin-top: 40px;
    }
    .rate-container{
        width: 50%;
        margin: auto;
        padding: 6% 0 10%;
    }
    .product-list .swiper-container{
        width: 95%;
        /* margin:15% auto 0; */
    }
    .products .left{
        width: 40%;
    }
    .products .right{
        width: 60%;
    }
    .submenu{
        padding: 4px 12px;
    }
    .partner-info{
        width: 25%;
    }
    .activity-info a{
        font-size: 14px;
    }
    .conaniner{
        margin-top:60px;
    }
}
@media screen and (max-width:1000px){
    .conaniner{
        margin-top: 60px;
    }
    /* .carousel-info{
        top: 26%;
    } */
    .logo{
        width: 289px;
        margin: auto;
        float: none;
    }
    .top{
        display: none;
    }
    .slide-menu{
        position: relative;
    }
    .slide-menu .tright{
        position: absolute;
        top: 0;
        right: 0;
    }
    .slide-menu{
        display: block;
    }
    .menu-wrap{
        display: block;
    }
    header{
        height: 60px;
    }
    .slide-menu >.logo img{
        height: 60px;
    }
    .nav>ul>li{
        padding: 0 24px;
        height: 60px;
        line-height: 60px;
    }
    .tright li{
        line-height: 60px;
    }
    .slide-menu-button{
        width: 60px;
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1002;
        /* background:#0099ff; */
        cursor: pointer;
        padding-left: 20px;
        /* transition: width 1s;
        -moz-transition: width 1s;
        -webkit-transition: width 1s;
        -o-transition: width 1s; */
    }
    .slide-menu-button .slide-bar{
        margin-top: 8px;
    }
    .slide-menu-button .bar{
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        margin: 7px auto 0;
        background-color: #000;
        border-radius: 10px;
        clear: both;
        float: left;
    }
    .slide-menu-button .bar:nth-of-type(2){
        width: 10px;
    }
    .slide-content{
        position: fixed;
        background:#0099ff;
        width: 30%;
        z-index: 99;
        top: 60px;
        left: -30%;
        bottom: 0;
        transition: left 1s;
        -moz-transition: left 1s;	/* Firefox 4 */
        -webkit-transition: left 1s;	/* Safari �� Chrome */
        -o-transition: left 1s;
    }
    .slide-content .slide-nav{
        margin-top: 40%;
        text-align: center;
        line-height: 40px;
    }

    .slide-content .slide-nav a{
        color: #fff;
        font-size: 16px;
    }
    .slide-menu-button>.logo{
        display: none;
    }
    .isUp .slide-content{
        left: 0;
    }
    .isUp .slide-bar .bar{
        /* margin-right: 10px; */
    }
    .isUp .logo{
        display: block;
    }
    .title-en{
        padding-top: 14px;
    }
    .panding-cont{
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width:820px){
    .conaniner>.swiper-container .swiper-pagination-bullet{
        width: 20px;
    }
    .toolbar-box{
        width: 40px;
        height: 40px;
    }
    .toolbar-box img{
        width: 60%;
    }
    .friendlink, .trilogy-content, .content, section{
        width: 90%;
    }
    .trilogy-content .content-text{
        color: #fff;
    }
    .trilogy-content .title-center>p{
        color: #fff;
    }
    .trilogy-content{
        background:rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    .trilogy-content .list-item{
        width: 200px;
        background: #fff;
        padding: 20px 0 30px;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0,0,0,.1);
    }
    .trilogy-content .list{
        display: flex;
        justify-content: center;
    }
    .more{
        border:none;
        background: #0096ff;
        color: #fff;
    }
    .product-info .content-text{
        margin-top:16px;
    }
    .product-list .swiper-container{
        padding: 40px 0;
    }
    .products .left,.products .right{
        width: 100%;
    }
    .content-text{
        margin-top: 10px;
    }
    .rate-container{
        width: 60%;
    }
    .products{
        position: relative;
    }
    .products .right{
        height: auto;
    }
    .product-list{
        width: 80%;
    }
    .title-cn{
        font-size: 34px;
    }
    .product-title{
        padding: 40% 0;
        font-size: 30px;
    }
    .product-list .swiper-container{
        width: 100%;
        /* border-radius: 0; */
        margin:10px auto 10px;
        box-shadow: 0 0 0 #fff;
    }
    .subnav{
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
        top: -8px;
    }
    .submenu{
        width: auto;
        border-radius:10px 10px 0 0;
        margin-left: 10px;
        float: left;
        clear: none;
    }
    .subnav .submenu:nth-of-type(1){
        margin-left: 0;
    }
    .friendlink{
        width: 90%;
    }
    .friendlink img{
        height: 38px;
    }
    .function-list .list-item>div>img{
        height: 68px;
    }
    .fun-detail .list img{
        height: 68px;
    }
    .detail-img{
        max-height: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width:768px){
    .propaganda-info{
        width: 80%;
    }
    .pre-order img{
        width: 80px;
    }
    .even{
        margin: 15px auto 0;
    }
    .partner-name{
        margin:10px 0 0;
    }
    .carousel-info img{
        width: 200px;
    }
    .carousel-info{
        top: 20%;
    }
    .carousel-info .title-cn{
        padding: 30px 0 0 0;
    }
    .toolbar{
        bottom: 20px;
    }
    .rate-container{
        width: 88%;
    }
    .rate{
        background: none;
    }
    .rate-data{
        display: inline;
    }
    .title-cn{
        font-size: 30px;
    }
    .search{
        margin-left: 0;
    }
    .logo{
        width: 104px;
    }
    .slide-menu .logo img:nth-of-type(1){
        display: none;
    }
    .slide-menu .logo img:nth-of-type(2){
        display: block;
    }
    .product-list{
        width: 64%;
    }
    .carousel .swiper-button-prev, .carousel .swiper-button-next{
        display: none;
    }
    .btn-details{
        margin:20px 0 0 0;
    }
    .rate-container{
        padding: 6% 0 0;
    }
    .toolbar-info img{
        width: 100px;
    }
    .copyright{
        height: auto
    }
}
@media screen and (max-width:640px){
    /* header{
        height: 48px;
    }
    .slide-menu >.logo img{
        height: 48px;
    } */
    .function-title{
        padding:0;
        text-align: center;
    }
    .title-cn{
        padding: 60px 0 0 0;
    }
    .search{
        margin-top: 20px;
    }
    .trilogy-content .list{
        display: block;
    }
    .trilogy-content .list-item{
        /* width: 60%; */
        /* margin: auto; */
        float: none;
        margin-top:20px;
    }
    .product-list{
        width: 80%
    }
    .carousel-title{
        font-size: 38px;
    }
    .function-title{
        width: 90%;
    }
    .carousel-bg:nth-of-type(1){
        display: none;
    }

    .carousel-bg:nth-of-type(2){
        display: inline;
    }
    .carousel .swiper-pagination,
    .carousel .swiper-pagination{
        bottom: 5px;
    }
    .subnav{
        width: 100%;
        display: flex;
        justify-content: center;
        left:0;
        top: -8px;
    }
    .submenu:nth-of-type(1){
        margin-left:0;
    }
    .partner-content{
        width: 80%;
        margin:58px auto 90px;
    }
    /* .partner-content .partner-info:nth-of-type(2),
    .partner-content .partner-info:nth-of-type(4),
    .partner-content .partner-info:nth-of-type(6),
    .partner-content .partner-info:nth-of-type(7),
    .partner-content .partner-info:nth-of-type(9),
    .partner-content .partner-info:nth-of-type(11){
        display: none;
    }
    .partner-content .partner-info:nth-of-type(1),
    .partner-content .partner-info:nth-of-type(3),
    .partner-content .partner-info:nth-of-type(5),
    .partner-content .partner-info:nth-of-type(8),
    .partner-content .partner-info:nth-of-type(10),
    .partner-content .partner-info:nth-of-type(12){
        overflow: hidden;
        width: 50%;
    } */
    .partner-info{
        width: 50%;
    }
    .partner-info>img{
        position: static;
        transform: translateX(0);
    }
    .even{
        margin: 50px auto 0;
    }
    .rate-container{
        width: 88%;
    }
    .function{
        background-image: url("../image/function_mobile.png");
        min-height: 660px;
        /* background-size: cover; */
    }
    .list-info .left h3{
        text-align: center;
    }
    .partner-right{
        float: right;
    }
}
@media screen and (max-width:480px){
    header{
        height: 50px;
    }
    .slide-menu >.logo img{
        height: 50px;
    }
    .slide-menu-button{
        /* background: #fff; */
    }
    .slide-menu-button .bar{
        background: #0096ff;
        width: 20px;
        height: 2px;
    }
    .tright li{
        line-height: 50px;
    }
    .slide-menu-button{
        width: 50px;
        height: 50px;
    }
    .conaniner{
        margin-top: 50px;
    }
    .slide-content{
        top: 50px;
        width: 50%;
        left: -50%;
    }
    .friendlink{
        width: 80%;
    }
    .friendlink img{
        height: 48px;
    }
    .product-list{
        width: 95%;
    }
    .siteinfo .siteinfo-text{
        padding: 0 10px;
    }
    .function-title{
        /* width: 90%; */
    }
    .title-cn{
        /* font-size:25px; */
    }
    .copyright{
        text-align: center;
    }
    .title{
        font-size: 24px;
    }
    .partner-info>img{
        height: 100%;
    }
    .trilogy-content .list-item{
        padding: 10px 0;
    }
    .partner .title-center{
        width: 90%;
        margin:auto;
    }
    .search{
        width: 80%;
    }
    .search input{
        margin:0 0 0 20px;
    }
    .partner-content{
        margin: 58px auto 90px;
    }
    .function-title .content-text{
        width: 252px;
        margin:22px auto 0;
        min-height: 320px;
    }
    .function{
        min-height: 540px;
    }
    .even{
        margin:20px auto 0;
    }
    section{
        width: 96%;
    }
}
@media screen and (max-width:414px){
    /* .rate-container{
        width: 90%;
    } */
    .br{
        display: block;
    }
    .subnav{
        font-size: 14px;
        top: -7px;
    }
    .product-list{
        width: 100%;
        border-radius:0;
    }
    .product-img{
        width: 100%;
    }
    .product-info{
        width: 100%;
        text-align: center
    }
    .product-img img{
        margin-top: 0;
    }
    .reg-info .title{
        width: 250px;
    }
    .reg-info .btn{
        margin-left: 0;
    }
    .search input{
        width: 50%;
        margin:0 0 0 20px;
        font-size: 12px;
    }
    .register .btn-reg{
        padding: 0;
        width: 30%;
        font-size: 12px;
    }
    /* .partner-more{
        display: none;
    } */
    .partner-img{
        width: 100%;
        /* display: none; */
    }
    .partner-right{
        width: 64%;
        width: 100%;
    }
    .second{
        float: right
    }
    .text-right{
        text-align: left;
    }
    .even{
        margin:20px auto 10px;
    }
    .partner-text{
        font-size: 16px;
    }
    .simple{
        font-size: 14px;
    }
}
@media screen and (max-width:375px){
    .subnav{
        display: none;
    }
    .reg-info .title{
        /* font-size: 20px; */
    }
    .siteinfo .siteinfo-text{
        padding: 0 5px;
    }
    .linkApi>.btn{
        padding: 6px 12px;
    }
}