﻿@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
body{font-size:14px; font-family:"微软雅黑";}
html{overflow-x: hidden;}
ul,ol,li{ list-style:none;}
img{border:none; vertical-align:middle;}
h1, h2, h3, h4, h5, h6, hr, blockquote, form, ul, ol, li, p, pre, dl, dt, dd, fieldset, legend, button, input, textarea{margin:0; padding:0; font-weight:normal;}
a:link{color:#333; text-decoration:none;}
a:visited{color:#333; text-decoration:none;}
a:hover{color:#333; text-decoration:none;}
b{font-weight: normal;}
.clear{clear:both; font-size:0; font-family:"sans-serif"; height:0; line-height:0;}
.clear_fix:after{content: ""; clear: both; height: 0; overflow: hidden; display: block; visibility: hidden;}
.fl{float:left}
.fr{float:right;}
.cen{text-align: center;}


/* 公用样式 */
.box{ width:1600px; margin:0 auto; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.box1{ width:1200px; margin:0 auto; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
@media screen and (max-width: 1440px) and (min-width:1025px) {/* 小屏幕的尺寸 */
  .box{ width:1200px;}
  .box1{ width:1200px;}
}
@media screen and (max-width: 1024px) and (min-width:0px) {/* pad */
  .box{ width:95%; margin:0 auto; overflow: hidden;}
  .box1{ padding-left:2%; padding-right:2%;}
}
@media screen and (max-width: 767px) and (min-width:0px) {/* 移动端的尺寸 */
  .box{ width:95%; margin:0 auto; overflow: hidden;}
  .box1{ width:auto; padding-left:5%; padding-right:5%;}
}

.container{max-width: 1600px; margin:0 auto; position: relative;}
.c-nav .show{display:inline-block}
.c-nav .hiden{display:none}
.c-nav{width: 100%;}
.c-nav .navFlex{display:flex;display:-webkit-flex;align-items:center; -webkit-align-content:center;color:#fff;
/*justify-content:space-between;-webkit-justify-content:space-between;*/}
.c-nav .logo{margin-right: 177px;}
.c-nav ul{ margin-top: 0px;}
.c-nav ul li{display:inline-block;line-height:80px; font-size:16px; margin-right: 44px; /*border-bottom: 4px solid #f2f2f2;*/}
.c-nav ul li a{color:#000;text-decoration:none;width:100%}
.c-nav ul li.active{ border-bottom: 4px solid #f2980a;}
.c-nav ul li.active a{color:#f2980a; font-weight: bold;}
.c-nav ul li:hover{ border-bottom: 4px solid #f2980a;}
.c-nav ul li:hover a{color:#f2980a; font-weight: bold;}
.c-nav .btnImg{height:20px;width:25px;padding:3px 8px 3px 8px;box-sizing:content-box;margin-right:5px;}
.c-nav .header-btn{position: absolute; right: 0px; top: 25px; color: #f2980a;}
.c-nav .header-btn span{color: #f2980a; height: 30px; line-height: 30px; margin-left: 15px; width: 80px; text-align: center; display: inline-block; border: 1px solid #f2980a;}
.c-nav .header-btn span:hover{background: #f2980a; color: #fff;}
.c-nav .header-btn span.active{background: #f2980a; color: #fff;}

@media screen and (max-width: 1420px) and (min-width:1200px){
  .c-nav .logo{margin-right: 40px;}
  .c-nav ul li{margin-right:20px}

}
@media screen and (max-width: 1238px) and (min-width:1200px){
  .c-nav .logo{margin-right: 40px; width: 400px;}
  .c-nav .logo img{width: 100%;}
  .c-nav ul li{margin-right:18px}
  .c-nav .header-btn{display: none;}
}
@media screen and (max-width:1200px){
  .c-nav .logo{margin-right: 40px; width: 350px;}
  .c-nav .logo img{width: 100%;}
  .c-nav ul li{margin-right:15px}
  .c-nav .header-btn{display: none;}
}
@media screen and (max-width:992px){
  .c-nav ul li{margin-right:10px}
  .c-nav .header-btn{display: none;}
}
@media screen and (max-width:768px){
}
@media screen and (max-width:576px){

.c-nav{padding:10px 0 10px 0;opacity:.9; margin: 0;}
.c-nav .navFlex{font-size:20px;justify-content:space-between;flex-wrap:wrap;}
.c-nav .logo{margin-left:.5rem;width:50%; margin-right: 0;}
.c-nav ul{margin-top:10px}
.c-nav ul li{padding-top:0;margin-left:0;display:block;line-height:3rem;background:#000; border-bottom: none; margin-right: 0;}
.c-nav ul li a{color:#fff;width:100%;display:block}
.c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){display:block}
.c-nav .hiden{display:block; position: absolute; right: 0.5rem; top: 0rem;}
.c-nav .show{width:100%;font-size:14px;text-align:center;display:none}
.c-nav .header-btn{display: none;}

}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.swiper .swiper-button-prev,
.swiper .swiper-button-next{padding: 5px;}
.swiper:hover .swiper-button-prev{box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);}
.swiper:hover .swiper-button-next{box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);}


@media screen and (max-width:576px){
    .swiper{height: 250px; display:none;}
    .swiper-slide img{max-width:100%; height: 250px;}

}

#banner{display: none;}
/*PC端- banner*/
.center{width:100%;height:630px;background:#ccc}
.content_middle{height:630px;margin:0 auto;position:relative}
.content_middle:hover .common{display:block}
.content_middle .common{display:block;width:50px;height:100px;position:absolute;z-index:25;top:40%;display:none}
.content_middle .btnLeft{opacity:.5;left:0;background:url(../images/l.png) no-repeat}
.content_middle .btnRight{opacity:.5;right:0;background:url(../images/r.png) no-repeat;margin-right:20px}
.content_middle ul li{width:100%;height:630px;position:absolute;margin:0 auto}
.content_middle ul li a{display:block; width:100%; height:80%; position:relative}
.content_middle .table{width:120px;height:10px;position:absolute;bottom:10px;left:50%;z-index:9;line-height:24px}
.content_middle .table a{width:10px;height:10px;margin:0 5px;border-radius:10px;background:#fff;float:left;overflow:hidden}
.content_middle .table a.small_active{background:#00a0e9;color:#fff}
/*PC端- banner*/

@media screen and (max-width:576px){
.center{display: none;}
/*移动端-banner*/
#banner{ width:100%; /*height:300px; */display: block;}
.addWrap{width:100%;background:#fff;margin:auto;position:relative;}
.addWrap .swipe{/*height:300px;*/overflow: hidden;visibility: hidden;position:relative;}
.addWrap .swipe-wrap{overflow:hidden;position:relative;}
.addWrap .swipe-wrap img{ width:100%;}
.addWrap .swipe-wrap > div {float: left;width: 100%;position:relative;}

#position{ position:absolute;padding:0; margin:0; bottom:2px; width:100%;text-align:center; z-index:10;}
#position li{width:10px;height:10px;margin:0 3px;-webkit-border-radius:5px;border-radius:5px;background-color:#AFAFAF;display:inline-block; *display:inline;  }
#position li.cur{background-color:#00a0e9;}
#position li a{ position:absolute; left:0px;}
#addtitle{ position:absolute; bottom:0px;width:100%; height:20px;overflow:hidden; line-height:30px; font-size:14px; background:rgba(0,0,0,0.5); cursor:pointer; }
#addtitle li{width:100%;height:30px; color:#fff; text-indent:1em; display:none;}
#addtitle a{ text-decoration:none;color:#fff;}
#addtitle .cur{ display:block;}
/*移动端-banner*/
}

.index-inquiry-box{position: relative; height: 535px; background: url(../images/index-inquiry-bg.jpg) no-repeat center 75px;}
.index-inquiry-tab{text-align: center; padding-top: 230px;}
.index-inquiry-tab-list{width: 380px; margin: 0 20px; display: inline-block; height: 55px; line-height: 55px; text-align: center; font-size: 20px; color: #fff; border-radius: 20px;}
.index-inquiry-tab-list:hover{cursor: pointer;}
.index-inquiry-tab-orange{ background: #f38022;}
.index-inquiry-tab-violet{background: #7752ae; }
.index-inquiry-explain{font-size: 18px; color: #333; text-align: center; margin: 40px 0 35px;}
.index-inquiry-content{}
.index-inquiry-content .index-inquiry-content-list{ display: none;}
.index-inquiry-tit{font-size: 18px; color: #333; font-weight: bold; margin-bottom: 30px;}
.index-inquiry-select select{ width: 250px; font-size: 16px; box-sizing: border-box; padding-left: 10px; height: 50px; cursor: pointer; display: inline-block; margin-right: 10px; background: #f5f5f5; border-radius: 3px;
   border: 1px solid #e3e3e3;}
   .index-inquiry-select2 select{ width: 200px; font-size: 16px; box-sizing: border-box; padding-left: 10px; height: 50px; cursor: pointer; display: inline-block; margin-right: 10px; background: #f5f5f5; border-radius: 3px;
   border: 1px solid #e3e3e3;}
.index-inquiry-btn{width: 250px; cursor: pointer; font-size: 16px; height: 50px; background: #f2980a; display: inline-block; line-height: 50px; text-align: center; border-radius: 10px; color: #fff;}

@media screen and (max-width:576px){
  .index-inquiry-box{position: relative; height: auto; background: url(../images/index-inquiry-bg.jpg) no-repeat center 1rem;}
  .index-inquiry-tab{text-align: center; padding-top: 240px;}
  .index-inquiry-tab-list{width: 150px; box-sizing: border-box; margin: 0 1rem; display: inline-block; height: 55px; line-height: 55px; text-align: center;
     font-size: 1.2rem; color: #fff; border-radius: 20px;}
  .index-inquiry-tab-list:hover{cursor: pointer;}
  .index-inquiry-tab-orange{ background: #f38022;}
  .index-inquiry-tab-violet{background: #7752ae; }
  .index-inquiry-explain{font-size: 1rem; color: #333; text-align: center; margin: 1.5rem 0 ;}
  .index-inquiry-content{}
  .index-inquiry-content .index-inquiry-content-list{ display: none;}
  .index-inquiry-tit{font-size: 1.2rem; color: #333; font-weight: bold; margin-bottom: 1rem;}
  .index-inquiry-select select{ width: 45%; font-size: 16px; box-sizing: border-box; padding-left: 10px; height: 50px; cursor: pointer; display: inline-block; margin-right: 10px; background: #f5f5f5; border-radius: 3px;
     border: 1px solid #e3e3e3; margin-bottom: 1rem;}
  .index-inquiry-btn{width: 250px; margin: 1rem auto; cursor: pointer; font-size: 16px; height: 50px; background: #f2980a; display: block; line-height: 50px; text-align: center; border-radius: 10px; color: #fff;}

}

.index-notice-box{background: #f2f2f2;}
.index-notice{padding: 60px 0;}
.index-notice-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 40px;} 
.index-notice-list{width: 31.5%; float: left; margin-right: 1.8%; margin-bottom: 35px; background: #fff; box-sizing: border-box; padding: 40px; position: relative;}

.index-notice-list .index-notice-list-tit{font-size: 20px; color: #222; margin-bottom: 1rem; font-weight: bold; height:60px; line-height:30px; width:85%}
.index-notice-list .index-notice-list-dis{font-size: 16px; color: #666; margin-bottom: 1rem;}
.index-notice-list .index-notice-list-info{font-size: 14px; color: #333; line-height: 2rem;}
.index-notice-list .index-notice-icon-box{position: absolute; right: 2rem; top: 2rem; width: 60px; text-align: center;}
.index-notice-list .index-notice-icon{width: 60px; height: 60px; border-radius: 100%;}
.index-notice-list .index-notice-icon img{width: 100%;}
.index-notice-icon-jt{margin: 1.5rem 0;}


@media screen and (max-width:576px){

  .index-notice-box{background: #f2f2f2;}
  .index-notice{padding: 1.5rem 0;}
  .index-notice-tit{font-size: 1.4rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .index-notice-list{width: 100%; float: none; margin-right: 0; margin-bottom: 1rem; background: #fff; box-sizing: border-box; padding: 40px; position: relative;}
  
  .index-notice-list .index-notice-list-tit{font-size: 20px; color: #222; margin-bottom: 1rem; font-weight: bold; height:auto;}
  .index-notice-list .index-notice-list-dis{font-size: 16px; color: #666; margin-bottom: 1rem;}
  .index-notice-list .index-notice-list-info{font-size: 14px; color: #333; line-height: 2rem;}
  .index-notice-list .index-notice-icon-box{position: absolute; right: 1rem; top: 2rem; width: 60px; text-align: center;}
  .index-notice-list .index-notice-icon{width: 60px; height: 60px; border-radius: 100%;}
  .index-notice-list .index-notice-icon img{width: 100%;}
  .index-notice-icon-jt{margin: 1.5rem 0;}
  }

.index-seller{padding: 60px 0;}
.index-seller-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 40px;} 
.index-seller-list{margin-bottom: 30px;}
.index-seller-list-pic{width: 55%; float: left;}
.index-seller-list-pic img{width: 100%;}
.index-seller-list-information{width: 45%; position: relative; float: left; box-sizing: border-box; padding: 120px 70px;}
.index-seller-list-information-info{ width: 80%; position: absolute; left: 70px; top: 120px; z-index: 1;}
.index-seller ul li:nth-child(2) .index-seller-list-information-info{top: 60px;}
.index-seller-list-information-icon{float: right;}
.index-seller-list-information-text{float: left;}
.index-seller-list-information-tit{font-size: 24px; color: #333; margin-bottom: 20px;}
.index-seller-list-information-dis{font-size: 16px; color: #666; line-height: 40px;}
.index-seller-list-information-dis b{font-weight: bold; font-size:18px; color:#165fb8}
.index-seller-list-information-dis a{font-weight: bold; font-size:18px; color:#165fb8}
.index-seller-list-information-bg{position: absolute; left: 90px; top: 70px; color: #f7f7f7; font-size: 100px; z-index: 0; text-transform:uppercase}

@media screen and (max-width:576px){

  .index-seller{padding: 1rem 0;}
  .index-seller-tit{font-size: 1.4rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .index-seller-list{margin-bottom: 30px; border: 1px solid #f2980a; box-sizing: border-box;}
  .index-seller-list-pic{width: 100%; float: none;}
  .index-seller-list-pic img{width: 100%;}
  .index-seller-list-information{width: 100%; position: relative; float: left; box-sizing: border-box; padding: 1rem 0.8rem; height: 370px;}
  .index-seller-list-information-info{ width: 90%; position: absolute; left: 1rem; top: 1rem; z-index: 1;}
  .index-seller ul li:nth-child(2) .index-seller-list-information-info{top: 7rem;}
  .index-seller ul li:nth-child(2) .index-seller-list-information{height: 340px;}
  .index-seller ul li:nth-child(3) .index-seller-list-information{height: 280px;}
  .index-seller-list-information-icon{float: right;}
  .index-seller-list-information-text{float: left;}
  .index-seller-list-information-tit{font-size: 24px; color: #333; margin-bottom: 20px;}
  .index-seller-list-information-dis{font-size: 16px; color: #666; line-height: 40px;}
  .index-seller-list-information-dis b{font-weight: bold; font-size:18px; color:#165fb8}
  .index-seller-list-information-dis a{font-weight: bold; font-size:18px; color:#165fb8}
  .index-seller-list-information-bg{position: absolute; left: 1rem; top: 1rem; color: #f7f7f7; font-size: 60px; z-index: 0; text-transform:uppercase}
  
 }
 
.index-advantage-box{background: #f2f2f2;}
.index-advantage{padding: 60px 0;}
.index-advantage-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
.index-advantage-dis{font-size: 18px; color: #333; text-align: center;}
.index-advantage-list-top-tit{font-size: 24px; color: #333; text-align: center; margin: 65px 0 50px;}
.index-advantage-list{}
.index-advantage-list ul li{width: 31.25%; height: 200px; margin-bottom: 50px; position: relative; box-sizing: border-box; float: left; margin-right: 3.125%; background: #fff; padding: 40px 95px;}
.index-advantage-list ul li:nth-child(3n){margin-right: 0;}
.index-advantage-list ul li .index-advantage-list-icon{ position: absolute; left: 47px; top: 40px;}
.index-advantage-list ul li .index-advantage-list-info{ margin-left: 40px;}
.index-advantage-list ul li .index-advantage-list-info-tit{font-size: 24px; color: #333; margin-bottom: 20px;}
.index-advantage-list ul li .index-advantage-list-info-dis{font-size: 16px; color: #666; line-height: 30px;}
.index-advantage-list ul li .index-advantage-list-bg{position: absolute; right: 20px; top: 10px; font-size: 80px; color: #f7f7f7;}

@media screen and (max-width:576px){

  .index-advantage-box{background: #f2f2f2;}
  .index-advantage{padding: 1rem 0;}
  .index-advantage-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .index-advantage-dis{font-size: 1rem; color: #333; text-align: center; line-height: 1.8rem; margin: 0 1rem;}
  .index-advantage-list-top-tit{font-size: 1rem; color: #333; text-align: center; margin: 1rem 0;}
  .index-advantage-list{}
  .index-advantage-list ul li{width: 100%; height: 200px; margin-bottom: 1rem; position: relative; box-sizing: border-box; float: left; margin-right: 0; background: #fff; padding: 2rem 4rem;}
  .index-advantage-list ul li:nth-child(3n){margin-right: 0;}
  .index-advantage-list ul li .index-advantage-list-icon{ position: absolute; left: 1rem; top: 2rem;}
  .index-advantage-list ul li .index-advantage-list-info{ margin-left: 1.5rem;}
  .index-advantage-list ul li .index-advantage-list-info-tit{font-size: 24px; color: #333; margin-bottom: 20px;}
  .index-advantage-list ul li .index-advantage-list-info-dis{font-size: 16px; color: #666; line-height: 30px;}
  .index-advantage-list ul li .index-advantage-list-bg{position: absolute; right: 1rem; top: 0rem; font-size: 80px; color: #f7f7f7;}
 }
 
.index-cooperation{padding: 60px 0;}
.index-cooperation-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
.index-cooperation-list{}
.index-cooperation-list ul li{ border: 1px solid #ccc; width: 232px; height: 80px; float: left; margin-right: 32px; margin-bottom: 30px;}
 

@media screen and (max-width:576px){

  .index-cooperation{padding: 1rem 0;}
  .index-cooperation-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
  .index-cooperation-list{}
  .index-cooperation-list ul li{ border: 1px solid #ccc; width: 49%; box-sizing: border-box; height: 80px; float: left; margin-right: 0; margin-bottom: 1rem;}
  .index-cooperation-list ul li img{width: 100%;}
  .index-cooperation-list ul li:nth-child(2n){float: right;}
   
 
}

.footer-box{background: #232e31; overflow: hidden;}
.footer{ margin: 40px auto;}
.footer-l{float: left;}
.footer-list{font-size: 16px; color: #fff; margin-bottom: 50px;}
.footer-list a{color: #fff; border-right: 2px solid #bcbebf; padding-right: 16px; margin-right: 16px;}
.footer-list a:last-child{border-right: none;}
.footer-information{color: #ccc; line-height: 30px;}
.footer-r{float: right; font-size: 14px; color: #aaa;}
.footer-r ul li{text-align: center; float: left; margin-left: 34px;}
.footer-r ul li p{margin: 10px 0;}

@media screen and (max-width:576px){
  .footer-box{background: #232e31; overflow: hidden;}
  .footer{width: 95%; margin: 2rem auto;}
  .footer-l{float: none; margin-bottom: 1rem;}
  .footer-list{font-size: 16px; color: #fff; margin-bottom: 1rem;}
  .footer-list a{color: #fff; border-right: 2px solid #bcbebf; padding-right: 0; margin-right: 0; margin-bottom: 1rem; display: inline-block; width: 30%; box-sizing: border-box; text-align: center;}
  .footer-list a:nth-child(3n){border-right: none;}
  .footer-information{color: #ccc; line-height: 30px;}
  .footer-r{float: none; font-size: 14px; color: #aaa;}
  .footer-r ul li{text-align: center; float: left; margin-left: 0; margin-right: 2rem;}
  .footer-r ul li p{margin: 10px 0;}
}



/*关于我们*/
.about-ban{position: relative;}
.pc-ban{display: block;}
.mobile-ban{display: none;}
.about-ban-information{position: absolute; left: 12%; top: 15%;}
.about-ban-tit{font-size: 48px; font-weight: bold; color: #fff; margin-bottom: 30px;}
.about-ban-dis{font-size: 30px; color: #fff;}

.about-company{padding: 60px 0;}
.about-company-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
.about-company-video{width: 50%; float: left;}
.about-company-information{width: 50%; float: left; box-sizing: border-box; padding-left: 20px; font-size: 16px; color: #444; line-height: 28px;}
.about-company-information-tit{font-size: 18px;}
.about-company-information-tit .y{color: #f2980a; font-size: 18px; font-weight: bold;}

.about-channel-box{background: #f5f5f5;}
.about-channel{padding: 60px 0;}
.about-channel-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;} 
.about-channel-line{width: 50px; height: 3px; background: #f2980a; margin: 30px auto;}
.about-channel-dis{font-size: 18px; color: #666; line-height: 30px; text-align: center; margin-bottom: 50px;}

.about-channel-list{}
.about-channel-list ul li{width: 31.875%; float: left; margin-right: 2.1875%; margin-bottom: 15px;}
.about-channel-list ul li:nth-child(3n){margin-right: 0;}
.about-channel-list-tit{line-height: 60px; text-align: center; font-size: 18px; color: #333;}

.about-support{padding: 60px 0;}
.about-support-tit{font-size: 36px; font-weight: bold; color: #333; text-align: center; margin-bottom: 30px;}
.about-support-dis{font-size: 18px; color: #666; text-align: center; margin-bottom: 40px;}
.about-support-list ul li{width: 31.875%; float: left; margin-right: 2.1875%; margin-bottom: 15px; position: relative;}
.about-support-list ul li:nth-child(3n){margin-right: 0;}
.about-support-list-tit{line-height: 60px; text-align: center; font-size: 18px; color: #333;}
.about-support-list ul li .about-support-list-info{width: 100%; height: 100%; box-sizing: border-box; padding: 70px 0; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.4); text-align: center;}
.about-support-list ul li .about-support-list-tit{font-size: 24px; color: #fff; }
.about-support-list ul li .about-support-list-dis{font-size: 18px; color: #fff; line-height: 40px; margin: 25px 0;}

@media screen and (max-width:576px){
  .pc-ban{display: none;}
  .mobile-ban{display: block;}
  .about-ban-information{position: absolute; left: 5%; top: 10%; }
  .about-ban-tit{font-size: 1.4rem; font-weight: bold; color: #fff; margin-bottom: 0.5rem;}
  .about-ban-dis{font-size: 1.2rem; color: #fff;}

  .about-company{padding: 1rem 0;}
  .about-company-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .about-company-video{width: 100%; float: none; margin-bottom: 1rem;}
  .about-company-information{width: 100%; float: none; padding-left: 0; padding: 0.8rem;}

  .video-js.vjs-fluid,
  .video-js.vjs-16-9,
  .video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0; 
  }


  .about-channel-box{background: #f5f5f5;}
  .about-channel{padding: 1rem 0;}
  .about-channel-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;} 
  .about-channel-line{width: 50px; height: 3px; background: #f2980a; margin: 30px auto;}
  .about-channel-dis{font-size: 18px; color: #666; line-height: 30px; text-align: center; margin-bottom: 1rem;}
  .about-channel-list{}
  .about-channel-list ul li{width: 100%; float: left; margin-right: 0%;}
  .about-channel-list ul li:nth-child(3n){margin-right: 0;}
  .about-channel-list-tit{line-height: 3rem; text-align: center; font-size: 1rem; color: #333;}

  .about-support{padding: 1rem 0;}
  .about-support-tit{font-size: 1.6rem; font-weight: bold; color: #333; text-align: center; margin-bottom: 1rem;}
  .about-support-dis{font-size: 1rem; color: #666; text-align: center; margin-bottom: 1rem;}
  .about-support-list ul li{width: 100%; float: left; margin-right: 0%; margin-bottom: 1.5rem; position: relative;}
  .about-support-list ul li:nth-child(3n){margin-right: 0;}
  .about-support-list-tit{line-height: 60px; text-align: center; font-size: 1.2rem; color: #333;}
  .about-support-list ul li .about-support-list-pic img{width: 100%;}
  .about-support-list ul li .about-support-list-info{width: 100%; height: 100%; box-sizing: border-box; padding: 1rem 0; position: absolute; left: 0; top: 0; background: rgba(0,0,0,0.4); text-align: center;}
  .about-support-list ul li .about-support-list-tit{font-size: 1.2rem; color: #fff; }
  .about-support-list ul li .about-support-list-dis{font-size: 1rem; color: #fff; line-height: 2.5rem; margin: 1rem 0;}


}
/*关于我们*/


/*快速下单*/
.Member-login{width: 320px; height: 60px; text-align: center; line-height: 60px; margin: 0 auto; background: #f2980a; border-radius: 10px; font-size: 18px; color: #fff; margin-top: 160px; letter-spacing: 3px;}
@media screen and (max-width:576px){
  .Member-login{margin-top: 30px; margin-bottom: 30px; width: 60%; height: 3.5rem; line-height: 3.5rem; font-size: 1.2rem;}
  }
/*快速下单*

/*新闻资讯*/
.news{padding: 60px 0; width: 1200px; margin: 0 auto;}
.news-tit{font-size: 36px; color: #333; margin-bottom: 50px;}
.news-tit span{color: #666; font-size: 16px; margin-left: 30px;}
.news-tit a{margin: 0 20px;}
.news-tit a.on{color: #f2980a;}
.news-list ul li{border-bottom: 1px solid #dedede; padding-bottom: 30px; margin-bottom: 30px;}
.news-list ul li .news-list-pic{width: 30%; float: left;}
.news-list ul li .news-list-pic img{width: 100%;}
.news-list ul li .news-list-info{width: 68%; float: right; padding: 20px 0;}
.news-list ul li .news-list-info-time{font-size: 16px; color: #333;}
.news-list ul li .news-list-info-tit{font-size: 24px; color: #222; margin: 30px 0;}
.news-list ul li .news-list-info-dis{font-size: 16px; color: #666; line-height: 30px;}
.news-list ul li .news-list-info-more{font-size: 16px; color: #333; text-decoration: underline; margin-top: 50px;}
@media screen and (max-width:576px){

  .news{padding: 1rem 0; width: 95%; margin: 0 auto;}
  .news-tit{font-size: 1.6rem; color: #333; margin-bottom: 1rem;}
  .news-tit span{color: #666; font-size: 16px; margin-left: 1rem;}
  .news-tit a{margin: 0 1rem;}
  .news-tit a.on{color: #f2980a;}
  .news-list ul li{border-bottom: 1px solid #dedede; padding-bottom: 1rem; margin-bottom: 1rem;}
  .news-list ul li .news-list-pic{width: 100%; float: none;}
  .news-list ul li .news-list-pic img{width: 100%;}
  .news-list ul li .news-list-info{width: 100%; float: right; padding: 1rem 0;}
  .news-list ul li .news-list-info-time{font-size: 1rem; color: #333;}
  .news-list ul li .news-list-info-tit{font-size: 1.2rem; color: #222; margin: 1rem 0; line-height: 2.2rem;}
  .news-list ul li .news-list-info-dis{font-size: 1rem; color: #666; line-height: 30px;}
  .news-list ul li .news-list-info-more{font-size: 1rem; color: #333; text-decoration: underline; margin-top: 1rem;}

}

/*新闻资讯*/


#waplogin{display:none}
#wapreg{display:none}
@media screen and (max-width:576px){
#waplogin{display:block}
#wapreg{display:block}
}




/*跨境电商服务*/

/*首页新增*/
.index-project{position:relative;padding-top:57.8125%;background-image:url(../images/index-bg4_02.jpg);background-repeat:no-repeat;background-position:left top;
  background-size:75% 66.7%}
.index-project .bg-white{background-color:#fff}
.index-project .project-item{position:absolute;width:25%;padding-top:19.3%; 
  transition: all 0.33s ease-in 0s;}
  .index-project .project-item .bg-img,
  .index-project .project-item .bg-img-last{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}
.index-project .project-item .bg-img .mask{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000}
.index-project .project-item .bg-img img{height:100%;width:100%;object-fit:cover}
.index-project .project-item .bg-img .mask,.index-project .project-item .bg-img img{opacity:0}
.index-project .project-item .index-project-list{opacity: 0; text-align:center; margin-top: 20px;transition: all 0.33s ease-in 0s;}
.index-project .project-item .index-project-list ul li{width:20%;display:inline-block;height:30px;line-height:30px;text-align:center; background: #f27d0a; margin: 0 15px;}
.index-project .project-item .index-project-list ul li a{color:#fff;}
.index-project .project-item .index-project-list ul li:hover{background: #fff;} 
.index-project .project-item .index-project-list ul li:hover a{ color: #f27d0a;} 
.index-project .project-item .item{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;text-align:center}
.index-project .project-item span{display:flex;justify-content:center;align-items:center;margin:0 auto;border-radius:50%;color:#fff}
.index-project .project-item h4{margin:20px 0 12px;font-size:24px;font-weight:700;color:#666}
.index-project .project-item p{font-size:15px;color:#9b9b9b; transition: all 0.33s ease-in 0s;}
.index-project .project-item:hover p{opacity: 0; }
  .index-project .project-item:hover .index-project-list{opacity: 1; margin-top: 30px;}
.index-project .project-item:hover .bg-img .mask{opacity:.3}
.index-project .project-item:hover .bg-img img{opacity:1}

.index-project .bg-yellow{background-color:#f27d0a}
.index-project .bg-yellow .item h4,
.index-project .bg-yellow .item p{color:#fff}
.index-project .bg-yellow:hover .item span,.index-project .bg-white:hover .item span{color:#fff;background-color:transparent}
.index-project .bg-yellow:hover .item h4,.index-project .bg-white:hover .item h4{color:#fff}

.index-project .project-item:nth-child(1){top:0;right:0}
.index-project .project-item:nth-child(2){top:33.3%;right:0}
.index-project .project-item:nth-child(3){box-sizing:border-box;top:33.3%;right:25%;border-left:1px solid #e9e9e9}
.index-project .project-item:nth-child(4){top:33.3%;right:50%}
.index-project .project-item:nth-child(5){top:66.6%;left:0}
.index-project .project-item:nth-child(6){top:66.6%;left:25%}
.index-project .project-item:nth-child(7){top:66.6%;right:25%}
.index-project .project-item:nth-child(8){top:66.6%;right:0%}
.index-project-title{position:absolute;top:16%;left:27%}
@media (min-width:1260px){.index-project-title{max-width:46%}
}
.index-project-title h2{font-size:48px;font-weight:700;color:#fff;margin-bottom:10px}
.index-project-title p{font-size:24px;color:#fff}
@media screen and (max-width:576px){

  .index-project{display: none;}

}

/*首页新增*/





.pages { margin: 20px auto 40px; text-align: center; clear:both}
.pages a {/*margin: 0 10px; *//*height: 28px; line-height: 28px; padding: 4px 8px;*/border: solid 1px #dedede; color: #999; cursor: pointer;}
.pages a.on,.page a:hover { color: #fff; background-color:  #cc0005; border: solid 1px #cc0005;}

.paginator { font: 12px "微软雅黑"; margin:0 auto; }
.paginator a {border:solid 1px #dedede;color:#000000;cursor:pointer;text-decoration:none;}
.paginator a:visited {/*padding: 1px 6px;*/ border: solid 1px #dedede; background: #fff; text-decoration: none; color:#000000}
.paginator .cpb {border:1px solid #00a0e9;color:#FFF;background-color:#00a0e9; font-family:"微软雅黑"}
.paginator a:hover {border:solid 1px #00a0e9;color:#fff;text-decoration:none; background:#00a0e9; display:block}
.paginator a,.paginator a:visited,.paginator .cpb,.paginator a:hover  
{/*height:20px;line-height:20px;min-width:20px;_width:10px;*/margin-right:5px;text-align:center;
 white-space:nowrap;font-size:14px;font-family:"微软雅黑";padding:5px 10px; display:inline-block}



























































































































































































































































































