.Navigation .top_1{
    height: 110px;
}
.Navigation-m{
    display: none;
}
.Navigation .top_1 .logo{
    height: 68px;
}
.Navigation .top_1 .search{
    width: 294px;
    height: 40px;
    box-sizing: border-box;
    border: 2px solid #f7931e;
    background-color: #f7931e;
}
.Navigation .top_1 .search input{
    width: 204px;
    height: 36px;
    border-width: 0;
    padding: 5px 10px;
    box-sizing: border-box;
}
.Navigation .top_1 .search button{
    width: 86px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #f7931e;
    color: #fff;
    border-width: 0;
    cursor: pointer;
}
.Navigation .top_1 .lan{
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.Navigation .top_1 .lan img{
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 40px;
    font-size: 20px;
}
.Navigation .menu{
    background-color: #f1891a;
}
.Navigation .menu .menu-content{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: calc(100% / 7);
    color: #fff;
    z-index: 999;
    background-color: transparent;
}
.Navigation .menu .menu-content a{
    display: block;
    font-size: 16px;
}
.Navigation .menu .menu-content dt a{
    color: #fff;
}
.Navigation .menu .menu-content dd{
    background-color: #fff;
    transition: .5s all;
    height: 0;
    overflow: hidden;
}
.Navigation .menu .menu-content dd a{
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    position: relative;
    background-color: transparent;
}
.Navigation .menu .menu-content dd a:before{
    position: absolute;
    content: '';
    border-bottom: 1px dashed #ffce94;
    left: 25px;
    bottom: 0;
    width: calc(100% - 50px);
}
.Navigation .menu .menu-content dd a:last-child:before{
    border-width: 0;
}
.Navigation .menu .menu-content.active{
    background-color: #f9972e;
}
.Navigation .menu .menu-content:hover,.Navigation .menu .menu-content dd a:hover{
    transition: .5s all;
    color: #fff;
    background-color: #f7931e;
}
.Navigation .menu .menu-content:hover dd{
    height: auto;
}
.slideBox .swiper-slide img{
    width: 100%;
}
.slideBox .swiper-button-prev{
    left: 130px;
    opacity: 1;
    cursor: pointer;
    background-image: url("/tpl/images/slide-left.png");
}
.slideBox .swiper-button-next{
    right: 130px;
    opacity: 1;
    cursor: pointer;
    background-image: url("/tpl/images/slide-right.png");
}
.slideBox .swiper-pagination span{
    background-color: #fff;
    width: 12px;
    height: 12px;
}
.slideBox .swiper-pagination .swiper-pagination-bullet-active{
    width: 46px;
    background-color: #f7931e;
    border-radius: 100px;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.message{
    height: 194px;
    background-image: url("/tpl/images/message-ba.jpg");
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
}
.message .content{
    padding-top: 45px;
}
.message .content p{
    text-align: center;
    font-size: 28px;
    color: #fff;
}
.message .content a{
    text-align: center;
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #0273bc;
    background-color: #fff;
    display: block;
    margin: 36px auto 0;
    font-size: 18px;
    transition: .5s all;
    box-sizing: border-box;
}
.message .content a:hover{
    padding-left: 10px;
}
.titleBox .title{
    position: relative;
    padding-top: 70px;
    font-size: 48px;
    text-align: center;
}
.titleBox .title span{
    font-size: 48px;
    position: relative;
}
.titleBox .title span:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 114px;
    top: 50%;
    left: -130px;
    background-image: linear-gradient(to right, #fff , #388dc7);
}
.titleBox .title span:after{
    position: absolute;
    content: '';
    height: 1px;
    width: 114px;
    top: 50%;
    right: -130px;
    background-image: linear-gradient(to left, #fff , #388dc7);
}
.titleBox .subTitle{
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}
.titleBox .subTitle:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 3px;
    background-color: #000;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}
.home_1{
    padding-top: 40px;
}
.home_1 li{
    width: 222px;
    height: 302px;
    background-image: url("/tpl/images/home_1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50%;
}
.home_1 li span{
    width: 105px;
    display: block;
    padding-top: 20px;
    margin:auto;
}
.home_1 li img{
    width: 100%;
}
.home_1 li p{
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-top: 34px;
    line-height: 22px;
}
.home_1 li div{
    text-align: center;
    color: #fff;
    padding: 20px 5px 0 5px;
}
.en .home_1 li div{
	padding: 20px 2px 0 2px;
}
.home_1 li:nth-child(2n){
    margin-top: 86px;
}
.home_1 .home_1_1{
    padding-top: 80px;
}
.home_1 .home_1_1 .home_1_1_1 dd{
    width: calc(100% / 4);
}
.home_1 .home_1_1 .home_1_1_2 dd{
    width: calc(100% / 5);
}
.home_1 .home_1_1 .home_1_1_1 dd,.home_1 .home_1_1 .home_1_1_2 dd,.home_1 .home_1_1 .home_1_1_1 dd div,.home_1 .home_1_1 .home_1_1_2 dd div{
    position: relative;
}
.home_1 .home_1_1 .home_1_1_1 dd div{
    padding-bottom: calc(405 / 480 * 100%);
}
.home_1 .home_1_1 .home_1_1_2 dd div{
    padding-bottom: calc(405 / 385 * 100%);
}
.home_1 .home_1_1 .home_1_1_1 dd img,.home_1 .home_1_1 .home_1_1_1 dd video,.home_1 .home_1_1 .home_1_1_2 dd img,.home_1 .home_1_1 .home_1_1_2 dd video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-height: none;
    max-width: none;
}
.home_2 .home_2_1{
    padding: 24px 0;
    border-bottom: 1px dashed #d2d2d2;
}
.home_2 .home_2_1 a:nth-child(1){
    color: #fff;
    background-color: #0670b9;
}
.home_2 .home_2_1 a{
    border-radius: 100px;
    padding: 10px 14px;
    margin: 0 20px;
    transition: .5s all;
}
.home_2 .home_2_1 a:hover{
    color: #fff;
    background-color: #0670b9;
}
.home_2 .home_2_2{
    margin-top: 42px;
}
.home_2 .home_2_2 a{
    width: calc((100% - 70px) / 3);
}
.home_2 .home_2_2 .thumb{
    overflow: hidden;
}
.home_2 .home_2_2 .thumb div{
    padding-bottom: calc(248 / 375 * 100%);
    transition: .5s all;
}
.home_2 .home_2_2 .title{
    margin-top: 20px;
    font-size: 18px;
    height: 48px;
    line-height: 24px;
    color: #333;
}
.home_2 .home_2_2 .des{
    margin-top: 14px;
    margin-bottom: 20px;
    height: 42px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}
.home_2 .home_2_2 .time{
    color: #808080;
    font-size: 16px;
}
.home_2 .home_2_2 .details{
    color: #0670b9;
    font-size: 16px;
    transition: .5s all;
}
.home_2 .home_2_2 a:hover .thumb div{
    transform: scale(1.1);
}
.home_2 .home_2_2 a:hover .details{
    padding-right: 5px;
}
.home_2 .home_2_3{
    display: block;
    width: 220px;
    height: 46px;
    box-sizing: border-box;
    border: 1px solid #000;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: #808080;
    margin: 60px auto;
    transition: .5s all;
}
.home_2 .home_2_3:hover{
    color: #0670b9;
    padding-left: 10px;
    border-color: #808080;
}
.home_3 img{
    width: 100%;
}
.partnet .thumb div{
    padding-bottom: calc(118 / 232 * 100%);
}
.partnet{
    margin-top: 36px;
    margin-bottom: 60px;
    position: relative;
}
.partnet .title{
    padding: 18px 0;
    text-align: center;
    font-size: 16px;
}
.partnet .swiper-button-prev{
    opacity: 1;
    width: 25px;
    height: 47px;
    top: 60px;
    left: -45px;
    background-image: url("/tpl/images/partnet-left.png");
}
.partnet .swiper-button-next{
    opacity: 1;
    width: 25px;
    height: 47px;
    top: 60px;
    right: -45px;
    background-image: url("/tpl/images/partnet-right.png");
}
.footer{
    background-color: #4d4d4d;
    padding-top: 64px;
    padding-bottom: 30px;
}
.footer *{
    color: #fff;
}
.footer .describe{
    width: 350px;
}
.footer .describe .logo{
    height: 52px;
}
.footer .describe .title{
    margin-top: 30px;
    height: 44px;
    line-height: 24px;
}
.footer .describe .des{
    margin-top: 30px;
    line-height: 24px;
    height:76px;
}
.footer .describe a{
    margin-top: 55px;
    font-size: 18px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.footer .columnTitle{
    font-size: 18px;
    padding-bottom: 10px;
    width: 94px;
    border-bottom: 1px solid #fff;
}
.footer .footer_nav a{
    display: block;
    margin-top: 20px;
    padding-left: 28px;
    background-image: url("/tpl/images/footer_nav.png");
    background-position: 0 50%;
    background-size: 6px;
    background-repeat: no-repeat;
}
.footer .feedback{
    width: 336px;
}
.footer .feedback .title{
    margin-top: 28px;
}
.footer .feedback input,.footer .feedback textarea,.footer .feedback button{
    border-width: 0;
    background-color: #fff;
    width: 100%;
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 18px 14px;
    color: #000;
}
.footer .feedback input{
    height: 50px;
}
.footer .feedback textarea{
    height: 90px;
}
.footer .feedback button{
    color: #fff;
    font-size: 16px;
    height: 48px;
    background-color: #f18d18;
    padding: 0;
}
.footer .footer_contact{
    width: 240px;
}
.footer .footer_contact .tel{
    font-size: 26px;
    padding-top: 40px;
}
.footer .footer_contact .workTime{
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}
.footer .footer_contact .customerService{
    display: block;
}
.footer .footer_contact .customerService img{
    width: 100%;
}
.footer.footer_en .describe .title{
    font-size: 12px;
    line-height: 20px;
}
.footer.footer_en .describe .des{
    font-size: 12px;
    line-height: 20px;
}
.footer.footer_en .footer_contact .workTime{
    height: unset;
}
.contact-content form{
    margin-top: -46px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    padding-bottom: 78px;
}
.contact-content .form-content{
    width: 1090px;
    margin: auto;
}
.contact-content .form-content .box{
    width: 350px;
}
.contact-content .form-content .box-text{
    width: 100%;
}
.contact-content .form-content input,.contact-content .form-content textarea{
    height: 46px;
    width: 100%;
    display: block;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
}
.contact-content .form-content textarea{
    height: 150px;
}
.contact-content .form-content .item{
    height: 68px;
    line-height: 68px;
    font-size: 16px;
}
.contact-content form button{
    width: 248px;
    height: 46px;
    display: block;
    margin: 44px auto;
    background-color: #f1891a;
    border-width: 0;
    color: #fff;
}
.contact-content .map{
    height: 526px;
    background-size: auto 100%;
}
.contact-content .map .box{
    width: 420px;
    margin-right: -55px;
    padding-bottom: 30px;
}
.contact-content .map .box .name{
    font-size: 24px;
    height: 48px;
    line-height: 48px;
}
.contact-content .map .box .contactInformation{
    margin-top: 40px;
}
.contact-content .map .box .contactInformation div{
    height: 24px;
    line-height: 24px;
}
.modular{
    padding: 60px 0;
}
.modular a{
    width: 378px;
    height: 256px;
    background-color: #fcf9fc;
}
.modular a:nth-child(2){
    background-color: #f7f4f8;
}
.modular a .box{
    width: 256px;
    height: 160px;
}
.modular a .box .title{
    font-size: 24px;
    text-align: center;
}
.modular a .box .text{
    height: 120px;
}
.modular a .box span{
    color: #e7271b;
    display: block;
    text-align: center;
}
.commerce{
    height: 480px;
}
.commerce .title{
    font-size: 24px;
}
.commerce i{
    height: 2px;
    width: 64px;
    background-color: #f1891a;
    display: block;
    margin: 40px 0;
}
.commerce a{
    height: 36px;
    width: 222px;
    line-height: 36px;
    text-align: center;
    display: block;
    background-color: #f1891a;
    color: #fff;
}
.commerce .commerce-1{
    width: 540px;
}
.commerce .commerce-2{
    width: 334px;
}
.commerce .commerce-3{
    width: 938px;
}
.goods .swiper-slide img{
    width: 100%;
}
.goods .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #f7931e;
}
.goodsClass{
    margin-top: 10px;
}
.goodsClass td div{
    height: 80px;
    overflow: hidden;
    transition: .5s all;
}
.goodsClass td:nth-child(1){
    width: 125px;
    color: #999999;
    text-indent: 22px;
}
.goodsClass td:nth-child(3){
    width: 100px;
    color: #999999;
    text-indent: 22px;
}
.goodsClass td a{
    display: inline-block;
    text-align: center;
    width: calc(100% / 8);
    height: 24px;
    line-height: 24px;
    border-radius: 200px;
    margin: 8px 0;
    transition: .5s all;
}
.goodsClass td a.isActive{
    background: #ff9900;
    color: #fff;
}
.goodsClass td span{
    cursor: pointer;
    display: block;
    width: 55px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.goodsClass,.goodsClass tr,.goodsClass td{
    background-color: #fff;
}
.goodsClass tr:nth-child(2) td{
    border-top: 1px solid #ddd;
}
.goodsList a{
    background-color: #fff;
    margin-top: 10px;
    padding: 20px;
}
.goodsList a .thumb{
    width: 250px;
}
.goodsList a .thumb div{
    padding-bottom: calc(250 / 250 * 100%);
}
.goodsList a .textContent{
    flex: 1;
    padding-left: 20px;
    padding-right: 30px;
}
.goodsList a .title{
    font-size: 20px;
    margin: 10px 0 16px;
    font-weight: bold;
}
.goodsList a .describe{
    color: #777;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
    max-height: 60px;
    overflow: hidden;
}
.goodsList a .price span{
    color: #ff2c2c;
    font-size: 18px;
    font-weight: bold;
}
.goodsList a .price,.goodsList a .country,.goodsList a .country{
    margin-top: 4px;
}
.goodsList a button{
    border-width: 0;
    color: #fff;
    width: 100px;
    height: 30px;
    text-align: center;
    margin-top: 10px;
    background-color: #ff9b00;
}
.goodsPage{
    padding: 20px 0;
}
.goodsPage input{
    width: 40px;
    height: 28px;
    text-align: center;
    border: 1px solid #ddd;
}
.goodsPage input::-webkit-outer-spin-button,
.goodsPage input::-webkit-inner-spin-button { -webkit-appearance: none; }
.goodsPage input[type="number"]{ -moz-appearance: textfield; }
.goodsPage button{
    width: 40px;
    height: 30px;
    text-align: center;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    background-color: #ff9b00;
}
.goodsTabs{
    padding: 28px 50px;
    background-color: #fff;
    margin-top: 20px;
}
.goodsTabs img{
    max-width: 100%;
}
.goodsTabs .goodsTabs-header{
    border-bottom: 1px solid #f7f7f7;
}
.goodsTabs .goodsTabs-header a{
    cursor: pointer;
}
.goodsTabs .goodsTabs-header a{
    width: 106px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
}
.goodsTabs .goodsTabs-header a + a{
    margin-left: 15px;
}
.goodsTabs .goodsTabs-header .isActive{
    background-color: #f1891a;
    color: #fff;
}
.goodsTabs .goodsTabs-body > div{
    display: none;
}
.goodsTabs .goodsTabs-body div.isActive{
    display: block;
}
.goodsTabs .goodsTabs-body .content,.goodsTabs .goodsTabs-body .content_m{
    padding-top: 20px;
}
.goodsTabs .goodsTabs-body .content_m{
    display: none;
}
.goodsTabs .goodsTabs-body .layout{
    height: 420px;
}
.recruit .recruit-box-header{
    font-size: 16px;
    line-height: 24px;
}
.recruit .box .title{
    font-size: 24px;
    color: #f7931e;
    margin-top: 50px;
}
.recruit .box .title span{
    float: right;
    color: #0670b9;
    font-size: 16px;
}
.recruit .box .content{
    padding-top: 16px;
}
@media screen and (max-width: 1200px) {
    .Navigation{display: none;}
    .Navigation-m{
        z-index: 99999;
        top: 0;
        left: 0;
        background-color: #fff;
        right: 0;
        height: 60px;
        display: block;
    }
    .Navigation-m-header{
        height: 60px;
        padding: 0 10px;
    }
    .Navigation-m-header .naviconBtn{
        font-size: 36px;
    }
    .Navigation-m-content{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0,0,0,.3);
        z-index: 99999;
        transition: all .5s;
        display: none;
    }
    .Navigation-m-content.isShow{
        display: block;
    }
    .Navigation-m-content .menuBox{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 40%;
        background-color: #3c3c3c;
        padding-top: 20px;
        overflow: hidden;
    }
    .Navigation-m-content .menuBox a{
        width: 95%;
        display: block;
        margin: auto;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        color: #fff;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }
    .Navigation-m-header .logo{
        width: 180px;
        display: block;
    }
    .Navigation-m-header .logo img{
        width: 100%;
    }
    .titleBox .title{
        padding-top: 20px;
        font-size: 22px;
    }
    .titleBox .title span{
        font-size: 22px;
    }
    .titleBox .subTitle{
        padding: 10px 0;
    }
    .slideBox .swiper-button-prev,.slideBox .swiper-button-next{
        display: none;
    }
    .message{
        height: auto;
        padding-bottom: 1px;
    }
    .message .content{
        padding-top: 20px;
    }
    .message .content p{
        font-size: 14px;
    }
    .message .content a{
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin:20px auto;
    }
    .home_1{
        padding-top: 0;
    }
    .home_1 ul{
        display: block;
    }
    .home_1 li{
        width: 100%;
        height: 280px;
        border-radius: 5px;
    }
    .home_1 li:nth-child(1n){
        margin-top: 10px;
    }
    .home_1 .home_1_1{
        padding-top: 20px;
    }
    .home_1 .home_1_1 .home_1_1_1 dd,.home_1 .home_1_1 .home_1_1_2 dd{
        width: 100%;
    }
    .home_1 .home_1_1 .home_1_1_1,.home_1 .home_1_1 .home_1_1_2{
        display: block;
        width: 95%;
        margin: auto;
    }
    .home_2 .home_2_1 a{
        margin: 0 8px;
    }
    body.en .home_2 .home_2_1 a{
        font-size: 12px;
    }
    .home_2 .home_2_2{
        display: block;
        margin-top: 0;
    }
    .home_2 .home_2_2 a{
        display: block;
        width: 100%;
    }
    .home_2 .home_2_2 a + a{
        margin-top: 20px;
    }
    .home_2 .home_2_3{
        margin: 20px auto;
    }
    .partnet .swiper-button-next,.partnet .swiper-button-prev{
        display: none;
    }
    .footer > div{
        display: block;
    }
    .footer .columnTitle{
        margin-top: 20px;
    }
    .footer .describe{
        display: block;
        margin: auto;
    }
    .footer .describe a{
        display: none;
    }
    .footer .footer_nav{
        display: none;
    }
    .footer .footer_contact{
        display: none;
    }
    .footer .feedback{
        display: block;
        margin: auto;
    }
    .commerce .title{
        font-size: 20px;
    }
    .contact-content .form-content{
        width: 95%;
    }
    .contact-content .form-content .box{
        width: 100%;
    }
    .contact-content form{
        padding-bottom: 20px;
        margin-top: 10px;
    }
    .contact-content .form-content textarea{
        height: 100px;
    }
    .contact-content form button{
        margin: 10px auto;
    }
    .contact-content .map{
        display: none;
    }
    .modular a + a{
        margin-top: 20px;
    }
    .commerce{
        height: auto;
        padding: 20px 0;
        justify-content: center;
    }
    .commerce i{
        margin: 20px 0;
    }
    .commerce a{
        margin-bottom: 20px;
    }
    .commerce .textBox,.commerce img{
        max-width: 90%;
    }
    .goodsClass td:nth-child(1){
        width: 50px;
        text-indent:0;
        text-align: center;
    }
    .goodsClass td a{
        width: auto;
        padding: 0 7px;
    }
    .goodsClass td:nth-child(3){
        width: 40px;
        text-indent: 0;
        text-align: center;
    }
}
@media screen and (max-width: 750px) {
    .goodsClass td div{
        overflow: auto;
    }
    .goodsClass td:nth-child(3){
        display: none;
    }
    .goodsList a{
        flex-wrap: wrap;
    }
    .goodsList a .thumb{
        width: 100%;
    }
    .goodsList a .textContent{
        padding: 0;
    }
    .goodsTabs{
        padding: 10px 15px;
    }
    .goodsTabs .goodsTabs-header a{
        font-size: 16px;
        width: 90px;
        height: 30px;
        text-align: center;
        line-height: 30px;
    }
    .goodsTabs .goodsTabs-body .content{
        display: none;
    }
    .goodsTabs .goodsTabs-body .content_m{
        display: block;
    }
    .recruit .container .main .content{
        display: block;
    }
}