@charset "UTF-8";
/*CSS reset*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,input,select,textarea,div,table,td,th,tr,dt,dd,dl{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
ul,ol{list-style:none;}
strong,b{font-weight:normal;}
em,i{font-style:normal;}
img{border:0;vertical-align:middle;}
input,select{vertical-align:middle;font-size:100%;line-height:150%;font-family:arial,'\5FAE\8F6F\96C5\9ED1',sans-serif;-webkit-appearance:none;}
a{text-decoration:none;outline:none;color: inherit;}
.fl-l{float: left;}
.fl-r{float: right;}
.clearfix:after{content: '';display: block;clear: both;}
.fs28{font-size: .28rem;}
html{font-size: 100px;}
body{
    min-width: 320px;
    max-width: 750px;
    font-size: 16px;
    margin: auto;
}
header{
    width: 7.5rem;
    height: 0.88rem;
}
header .h-inner{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6.7rem;
    height: 0.88rem;
    margin: auto;
}
header .h-inner input{
    position: absolute;
    overflow: hidden;
    top: calc(50% - .2rem);
    left: calc(50% - 1.5rem);
    width: 3rem;
    height: 0;
    line-height: .4rem;
    text-align: center;
    border: 0;
    outline: none;
    font-size: .2rem;
    background-color: transparent;
    transition: .3s;
}
header .h-inner .h-left .search-con{
    width: 0.33rem;
    height: 0.33rem;
    background: url("../img/icon/search.png") no-repeat center/0.33rem 0.33rem;
    transition: .5s;
}
header .h-inner .h-middle a img{
    width: 0.94rem;
    height: 0.32rem;
}
header .h-inner .h-right .btn-con{
    width: 0.33rem;
    height: 0.33rem;
    background: url("../img/icon/open.png") no-repeat center/0.33rem 0.33rem;
    transition: 1s;
}
/*header .h-inner .h-right .btn1{transition: 5s;}*/
.banner{
    overflow: hidden;
    position: relative;
    width: 7.5rem;
    /*height: calc(100% - 0.88rem);*/
    /*background: #eee;*/
    height: 100%;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide,
.img-con{height: 100%;}
.img-con{position: relative;}
.banner .swiper-pagination{
    top: .4rem;
    height: .3rem;
}
.swiper-pagination-bullet{
    width: .08rem;
    height: .08rem;
    background: #999;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    width: .1rem;
    height: .1rem;
    background: #fff;
}
.banner .bg1{
    background: url("../img/bg/background_home_1.jpg")no-repeat center center/7.5rem auto;
}
.banner .bg1 .bg1-desc{
    padding-top: 1rem;
    text-align: center;
}
.banner .bg1 .bg1-desc .line1{
    font-size: .92rem;
    color: #fefefe;
}.banner .bg1 .bg1-desc .line2{
    font-size: .64rem;
    color: #fefefe;
}.banner .bg1 .bg1-desc .line3{
    font-size: .69rem;
    color: #999;
}.banner .bg1 .bg1-desc .line4{
    font-size: .28rem;
    color: #999;
}
.banner .bg2{
    background: url("../img/bg/background_fundo.jpg")no-repeat center center/7.5rem auto;
}
.banner .bg2 .bg2-desc{
    padding-top: 2rem;
}
.banner .bg2 .bg2-desc .desc-title{
    margin-bottom: .5rem;
    text-align: center;
    font-size: .6rem;
    color: #fefefe;
}
.banner .bg2 .bg2-desc .desc{
    width: 5.5rem;
    margin: auto;
    font-size: .28rem;
    color: #d2d2d2;
}
.banner .bg3{
    background: url("../img/bg/background_cpu.jpg")no-repeat center center/7.5rem auto;
}
.banner .bg3 .bg3-desc{
    text-align: center;
    padding-top: 2.8rem;
}
.banner .bg3 .bg3-desc .size60{
    font-size: .65rem;
    color: #fefefe;
    margin: .3rem 0;
}
.banner .bg3 .bg3-desc .size30{
    font-size: .3rem;
    color: #d2d2d2;
}
.right-menu{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 2rem;
    height: 100%;
    background-color: #fff;
    transform: translate(100%);
    transition: .5s;
}
.menu2{height: 7.2rem;}
.right-menu>ul>li{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    /*text-indent: .69rem;*/
    font-size: .28rem;
    background: url("../img/icon/last_black.png")no-repeat .4rem 50%/.16rem .28rem;
}
.right-menu>ul>li:hover{background-color: #f8f8f8;}
.right-menu>ul>li:hover .list2{
    width: 3rem;
}
.right-menu .list2{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 1px; /*屏幕变窄时有*/
    transform: translate(-100%);
    width: 0;
    height: 100%;
    background-color: #f8f8f8;
}
.right-menu .list2 li:hover{
    /*line-height: 1.5;*/
    background-color: #eee;
}
.right-menu li a{
    display: inline-block;
    text-indent: .69rem;
    width: 100%;
    height: 100%;
}


/*main*/
.main{
    overflow: hidden;
    position: relative;
}
.middle-title{font-size: .3rem;}
.main .nav-title{
    padding: .2rem 0 .2rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.main .nav-title ul{
    display: flex;
    height: .4rem;
    text-align: center;
}
.main .nav-title ul li{
    flex-grow: 1;
    border-right: 1px solid #eee;
    font-size: .28rem;
}
.main .nav-title ul li:nth-child(4){
    color: #ec6941;
    border-right: none;
    background: url("../img/icon/decline_choose.png") no-repeat 80% 50%/.16rem .1rem;
}
.main .product-con ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3rem;
    padding: .2rem .4rem;
    box-sizing: border-box;
}
.main .product-con ul li:nth-child(even){background-color: #f8f8f8;}
.main .product-con ul li .detail1{
    width: 2rem;
    height: 2.5rem;
}
.main .product-con ul li .detail1 img{
    width: 100%;
    height: auto;
}
.main .product-con ul li .detail2{
    width: 2.95rem;
}
.main .product-con ul li .detail2 b{
    font-size: .34rem;
}
.main .product-con ul li .detail2 p{
    font-size: .28rem;
    color: #999;
}
.main .product-con ul li .detail2 .sale-detail{margin-top: .2rem;}
.main .product-con ul li .detail2 i,
.main .product-con ul li .detail2 span{
    font-size: .24rem;
    color: #d2d2d2;
}
.main .product-con ul li .detail2 i:nth-of-type(2){margin-left: .1rem;}
.main .product-con ul li .detail3 .price1{
    font-size: .34rem;
    color: #ff0000;
}.main .product-con ul li .detail3 .price2{
    font-size: .28rem;
    color: #999;
    text-decoration: line-through;
}

/*watch1*/
.watch{
    background-color: #f1f5f7;
}
.main .w-banner{
    height: 3rem;
}
.main .w-banner .swiper-slide img{
    width: 100%;
    height: 100%;
}

.watch .mar10{
    margin-top: .1rem;
    background: #fff;
}
.watch .w-con{
    padding: .4rem;
}
.watch .w-desc h2{
    font-size: .5rem;
}
.watch .w-desc p{
    font-size: .28rem;
    color: #999999;
}
.watch .w-desc .p{
    height: .6rem;
    line-height: .6rem;
}
.watch .w-desc .p>i,
.watch .w-desc .p>span{
    font-size: .24rem;
    color: #d2d2d2;
}
.watch .w-desc .p>i:nth-of-type(2){
    margin-left: .4rem;
}

.watch .w-desc .p .price1{
    color: #ff0000;
    font-size: .34rem;
    margin-right: .1rem;
}
.watch .w-desc .p .price2{
    font-size: .28rem;
    color: #999;
    text-decoration: line-through;
}
.h100{
    height: 1rem;
    line-height: 1rem;
}
.watch .address span{
    font-size: .28rem;
}
.watch .address .selected{
    border-bottom: 1px solid #eee;
}
.watch .address .selected,
.watch .address .adr{
    padding: 0 .4rem 0 .4rem;
}
.watch .address a{
    overflow: hidden;
    min-width: .05rem;
    max-width: 4rem;
    padding-right: .3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .24rem;
    color: #d2d2d2;
    background: url("../img/icon/next_black.png") no-repeat center right/.16rem .28rem;
}
.watch .purchase{
    text-align: center;
    color: #fff;
    font-size: .34rem;

    background-color: #ff0000;
}
.watch>.detail nav{
    padding: .2rem 0 .2rem 0;
    border-bottom: 1px solid #eee;
}
.watch>.detail ul{
    display: flex;
    font-size: .28rem;
}
.watch>.detail ul li{
    flex-grow: 1;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    border-right: 1px solid #eee;
}
.watch>.detail ul li.active{color: #ec6941;}
.watch>.detail ul li:last-child{
    border-right: none;
}
.watch>.detail ul li i,
.watch>.detail ul li span{
    color: #d2d2d2;
}
.watch>.detail .introduce img{
    width: 100%;
    height: auto;
}
.watch>.detail .parameter{
    text-align: center;
}
.watch>.detail .parameter h3{
    margin: .4rem 0 .2rem 0;
    font-size: .28rem;
    color: #555;
}
.watch>.detail .parameter p{
    font-size: .24rem;
    color: #b5b5b5;
}

/*solution*/
.con100{
    height: calc(100% - 0.88rem);
}
.con100 .c100{
    height: 100%;
}

/**pay con*/
.pay-con{
    /*height: 100%;*/
    background: url("../img/solution/pay_second.jpg")no-repeat center/7.5rem auto;
}
.c100 h3{
    padding: 1.44rem 0 .2rem 0;
    text-align: center;
    font-size: .5rem;
}
.c100 p{
    width: 5.87rem;
    margin: auto;
    font-size: .28rem;
    color: #999;
}
.pet-con{
    background: url("../img/solution/pet_second.jpg")no-repeat center/7.5rem auto;
}
.pet-con h3{
    padding-top: .47rem;
}
.car-con{
    background: url("../img/solution/car_second.jpg")no-repeat center/7.5rem auto;
}
.car-con h3{
    padding-top: .86rem;
    color: #fff;
}
.car-con p{
    color: #d2d2d2;
}
.game-con{
    background: url("../img/solution/game_second.jpg")no-repeat center/7.5rem auto;
}
.game-con h3{padding-top: .64rem;}
.sport-con{
    background: url("../img/solution/sport_second.jpg")no-repeat center/7.5rem auto;
}
.smart-con{
    background: url("../img/solution/home_furnishing_second.jpg")no-repeat center/7.5rem auto;
}
.call4g-con{
    background: url("../img/solution/4g_second.jpg")no-repeat center/7.5rem auto;
}
.call4g-con h3{
    padding-top: 1.14rem;
    color: #fff;
}
@media screen and (min-width: 3.2rem) and (max-width: 412px) {
    .pay-con{
        background: url("../img/solution/pay_second.jpg")no-repeat center/7.5rem 100%;
    }
    .pet-con{
        background: url("../img/solution/pet_second.jpg")no-repeat center/7.5rem 100%;
    }
    .car-con{
        background: url("../img/solution/car_second.jpg")no-repeat center/7.5rem 100%;
    }
    .game-con{
        background: url("../img/solution/game_second.jpg")no-repeat center/7.5rem 100%;
    }
    .sport-con{
        background: url("../img/solution/sport_second.jpg")no-repeat center/7.5rem 100%;
    }
    .smart-con{
        background: url("../img/solution/home_furnishing_second.jpg")no-repeat center/7.5rem 100%;
    }
    .call4g-con{
        background: url("../img/solution/4g_second.jpg")no-repeat center/7.5rem 100%;
    }
}
/*new*/
.new .n-banner{height: 3rem;}
.new .swiper-pagination{
    top: .1rem;
    height: .15rem;
}
.new .n-banner .swiper-slide{
    position: relative;
}
.new .n-banner .swiper-slide img{
    width: 100%;
    height: 100%;
}
.new .n-banner .swiper-slide .n-desc{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .8rem;
    padding: .03rem .3rem .03rem .3rem;
    color: #fff;
    font-size: .28rem;
    background-color: rgba(0,0,0,.5);
    box-sizing: border-box;
}
.new .n-nav{
    padding: .15rem 0;
    border-bottom: 1px solid #eee;}
.new .n-nav ul{
    display: flex;
    height: .7rem;
    line-height: .7rem;
}
.new .n-nav ul li{
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #eee;
}
.new .n-nav ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.new .n-nav ul li a.active{color: #ec6941}
.new .n-nav ul li:last-child{
    border-right: 0;
}
.new .new-con li{
    height: 1.8rem;
    padding: .4rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.new .new-con li p{
    font-size: .28rem;
    height: .74rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.new .new-con li .rig{
    font-size: .24rem;
    color: #d2d2d2;
}
.new .new-con>div{
    display: none;
}

.new .new-con>div:target{
    display: block;
}
.new .new-detail-con{border-top: 1px solid #eee;}
.new .new-detail-con h3{
    margin: .4rem .4rem .2rem .4rem;
    font-size: .34rem;
}
.new .new-detail-con .date{
    text-align: center;
    font-size: .24rem;
    color: #d2d2d2;
    margin-bottom: .4rem;
}
.new .new-detail-con .date i:last-of-type{margin-left: .2rem;}
.new .new-detail-con .new-words{
    margin: 0 .4rem .4rem .4rem;
}
.new .new-detail-con .new-pic{
    padding: 0 .4rem .4rem .4rem;
}
.new .new-detail-con .new-pic img{
    width: 100%;
    height: auto;
}
.new .new-footer{
    padding: .2rem .4rem;
}
.new .new-footer ul{
    display: flex;
    height: .6rem;
    line-height: .6rem;
}
.new .new-footer ul li{
    flex-grow: 1;
    border-right: 1px solid #eee;
    text-align: center;
    /*box-sizing: border-box;*/
}
.new .new-footer ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.new .new-footer ul li:nth-child(1){
    background: url("../img/icon/last_black.png") no-repeat 15% center/.16rem .28rem;
}
/* .new .new-footer ul li:nth-child(2){
    background: url("../img/icon/share.png") no-repeat 23% center/.25rem .27rem;
} */
.new .new-footer ul li:nth-child(2){
    border-right: 0;
    background: url("../img/icon/next_black.png") no-repeat 85% center/.16rem .28rem;
}

/*about*/
.main .ceo-con{background: url("../img/about/ceo_second.jpg") no-repeat center/7.5rem auto;}
.main .ceo-con h3{padding-top: 0.92rem;}
.main .ceo-con h3 hr{
    display: inline-block;
    width: .5rem;
    vertical-align: middle;
}
.main .ceo-con h3 span{
    font-size: .34rem;
    color: #999;
}
.main .ceo-con p{margin-left: 2.17rem;}

.about .join-us{border-top: 1px solid #eee;}
.about .join-us .con{
    margin: .4rem .4rem 0 .4rem;
}
.about .join-us h3{
    font-size: .5rem;
    text-align: center;
    margin-bottom: .1rem;
}
.about .join-us .title2{
    text-align: center;
    font-size: .34rem;
    color: #999;
    margin-bottom: .4rem;
}
.about .join-us p{
    font-size: .28rem;
    color: #999;
    line-height: .45rem;
}
.about .join-us .position-con li{
    margin-top: .4rem;
    text-align: center;
    height: .7rem;
    line-height: .7rem;
    border: 1px solid #555;
    font-size: .28rem;
}
.about .join-us .position-con li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.about .company-introduce nav{
    padding: .2rem 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.about .company-introduce nav ul{
    display: flex;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
}
.about .company-introduce nav ul li{
    flex-grow: 1;
    text-align: center;
}
.about .company-introduce nav ul li.active{color: #ec6941;}
.about .company-introduce nav ul li{border-right: 1px solid #eee;}
.about .culture{
    position: relative;
    width: 7.5rem;
    height: 10rem;
    background: url("../img/about/culture.jpg");
}
.about .culture ul{
    position: absolute;
    top: 2.07rem;
    left: 1.26rem;
}
.about .culture ul li{margin-bottom: .35rem;}
.about .culture ul li i{
    display: inline-block;
    width: 1.42rem;
    font-size: .28rem;
}
.about .culture ul li span{
    display: inline-block;
    vertical-align: top;
    width: 3.4rem;
    font-size: .28rem;
    color: #999;
}
.about .introduce{
    display: none;
    padding: 0 .4rem;
}
.about .introduce h3{
    font-size: .34rem;
    text-align: center;
    margin-bottom: .2rem;
}
.about .introduce p{
    text-indent: .4rem;
    font-size: .28rem;
    color: #999;
    line-height: .4rem;
}
.about .introduce .pic img{
    width: 100%;
    height: 100%;
    margin-top: .4rem;
}
.about .introduce .detail ul{
    width: 2.7rem;
    margin: .4rem auto 0;
}
.about .introduce .detail li{
    font-size: .28rem;
}
.contact-con{background: url("../img/about/call_us.jpg") no-repeat center/7.5rem auto;}
.contact-con .tact{
    margin-left: 1rem;
}
.contact-con .tact h4{
    font-size: .5rem;
    padding-top: .74rem;
}
.contact-con .tact .d{
    font-size: .28rem;
    color: #999;
}
.contact-con .tact .d a{
    color: #000;
    text-decoration: underline;
}
.contact-con .call{margin-top: .4rem;}
.contact-con .call span{color: #999;}
@media screen and (min-width: 3.2rem) and (max-width: 420px){
    .contact-con{background: url("../img/about/call_us.jpg") no-repeat bottom/7.5rem 100%;}
}
.about .arithmetic{border-top: 1px solid #eee;}
.about .arithmetic .big-title{
    width: 5rem;
    margin: .4rem auto 0;
    border: 1px solid #000;
    height: 1rem;
    text-align: center;
    font-size: .5rem;
    line-height: 1rem;
}
.about .arithmetic .con{margin: .4rem .4rem 0;}
.about .arithmetic .con div{
    font-size: .34rem;
    margin-bottom: .25rem;
}
.about .arithmetic .con p{
    font-size: .28rem;
    line-height: .45rem;
    color: #999;
    padding-left: .05rem;
}