@import url(font-awesome.min.css);
@import url(animate.min.css);
@import url(swiper.min.css);

/* 公用样式表*/
body, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, p, div, input, i, span, a, strong, em, b, s, img, table, tr, th, td { margin: 0; padding: 0; list-style: none; list-style-type: none; }
h1, h2, h3, h4, h5, h6, video { font-family: 'Open Sans', Verdana, Geneva, sans-serif; color: #222; }
* { padding: 0; margin: 0; -webkit-transform-style: preserve-3d; -webkit-transform-style: flat; }
html, body { margin: 0px; width: 100%; height: 100%; }
body { font-family: 'Open Sans', Verdana, Geneva, sans-serif; color: #444; overflow-x: hidden; }
a { text-decoration: none; }
img { border: 0; vertical-align: middle;    /*  去掉图片底部默认的3像素空白缝隙*/ }
table { border-collapse: collapse;    /*合并外连线*/ }
input, textarea, select { outline: 0; }

/*公共类*/
.fl { float: left; }
.fr { float: right; }
.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }
.t-index { text-indent: 2em }
.hide { display: none; }
.all-height { line-height: 27px; }

/*清除浮动*/
.clearfix:before, .clearfix:after {    /*清除浮动，最好最标准的写法*/
content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;    /*IE/7/6*/    /*兼容IE6下的写法*/ }

/*css3文字阴影闪烁*/
@keyframes change {
	0% { text-shadow: 0 0 4px #7cfff4 }
	50% { text-shadow: 0 0 30px #7cfff4 }
	100% { text-shadow: 0 0 4px #7cfff4 }
}
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*鼠标hover移入效果*/
a:hover, .main-nav-down a, .footer-about:hover h2 span:after, .footer-team:hover h2 span:after, .footer-contact:hover h2 span:after, .h-cont-block a:hover .h-c-text h3 i, .contact-form li input[type="submit"]:hover, .payment-list dl dt:hover, .request-submit input[type="submit"]:hover, .warehousing-banner:hover .swiper-button-next, .warehousing-banner:hover .swiper-button-prev, .o-t-pop-close:hover, .video-list ul li a:hover .play-icon, .jihuo_btn:hover, .pop-s-search-input:hover, .pop-s-search:hover .pop-s-btn span, .about-n-cont ul li a:hover span { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

/*鼠标移出效果*/
a, .footer-about h2 span:after, .footer-team h2 span:after, .footer-contact h2 span:after, .h-cont-block a .h-c-text h3 i, .contact-form li input[type="submit"], .payment-list dl dt, .request-submit input[type="submit"], .warehousing-banner .swiper-button-next, .warehousing-banner .swiper-button-prev, .o-t-pop-close, .video-list ul li a .play-icon, .jihuo_btn, .pop-s-search-input, .pop-s-search .pop-s-btn span, .about-n-cont ul li a span { transition: all 0.5s linear; -moz-transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -o-transition: all 0.5s linear; }

/* css3鼠标经过图片放大 */

/* img{ -webkit-transition: all ease .3s; transition: all ease .3s }
:hover img{ -webkit-transform: scale(1.10); transform: scale(1.10); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
 */

/*图片缓动放大 */

/* img{ width: 100%; transform: scale(1, 1); -webkit-transform: scale(1, 1); animation: scal 15s ease infinite alternate; -webkit-animation: scal 15s ease infinite alternate; }
 */

/* css3鼠标经过图片缩小 */

/* img{ -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: all ease .5s; transition: all ease .5s; width: 100%; }
:hover img{ -webkit-transform: scale(1.0); transform: scale(1.0); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } */
@keyframes scal {
	from { -webkit-transform: scale(1, 1); }
	to { -webkit-transform: scale(1.1, 1.1); }
}
@-webkit-keyframes scal {
	from { -webkit-transform: scale(1, 1); }
	to { -webkit-transform: scale(1.1, 1.1); }
}

/* 公用遮罩层 */
.all-mask { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 90; background: rgba(1, 1, 1, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; visibility: hidden; opacity: 0; }
.all-mask.all-mask-show { opacity: 1; visibility: visible; }
.all-mask2 { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 90; background: rgba(1, 1, 1, 0.6); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; visibility: hidden; opacity: 0; }
.all-mask2.all-mask-show2 { opacity: 1; visibility: visible; }
.bodyadd { position: fixed; }

/* 返回顶部 */
.jihuo_btn { position: fixed; right: 1%; width: 38px; height: 38px; bottom: 50px; background: #fff url(../images/return-top.png) no-repeat center; border-radius: 50%; cursor: pointer; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); z-index: 99; }
.jihuo_btn:hover { box-shadow: 0 0 20px rgba(255, 164, 0, 0.8); background: #fff url(../images/return-top-cur.png) no-repeat center; }

/* header */

/*=============================公共模块=============================*/

/* header */
.header-height { width: 100%; }
.header { width: 100%; position: fixed; z-index: 9; top: 0; left: 0; background: #fff; box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05); }

/* header-top */
.header-top { color: #ccc; height: 32px; line-height: 32px; width: 100%; background: #23282d; font-size: 12px; }
.header-t-cont { width: 96%; margin: 0 2%; }
.header-t-cont a { color: #ccc; }
.header-t-cont a:hover { color: #ffa400; }
.language-links a { display: inline-block; margin-left: 30px; font-size: 12px; margin-top: 9px; }
.language-links a i { display: inline-block; width: 20px; margin-right: 5px; vertical-align: middle; line-height: 14px; }
.language-links a i img { width: 100%; }
.language-links a span { display: inline-block; vertical-align: middle; font-size: 12px; line-height: 14px; }
.header-cont { width: 96%; margin: 1% 2%; font-size: 12px; color: #000; }
.logo { width: 15%; }
.logo a { display: block; }
.logo img { max-width: 100%; }
.head-search { width: 5%; text-align: right; position: relative; }
.head-search a { display: inline-block; border: 1px solid #ccc; width: 30px; height: 30px; border-radius: 50%; text-align: center; margin-top: 6%; color: #000; letter-spacing: 1px; }
.head-search i { font-size: 14px; line-height: 30px; }
.head-search a:hover { border: 1px solid #ffa400; color: #ffa400; }
.head-search input { border: 1px solid #ffa400; color: #ffa400; position: absolute; top: 0; right: 0; }

/* 手机按钮 */
.wap-nav { float: right; display: none; height: 50px; position: fixed; top: 0; right: 1%; width: 50px; text-align: right; }
.wap-nav>a { display: block; height: 100%; width: 50px; float: right; position: relative; }
.wap-nav>a i { content: ''; display: block; height: 2px; width: 22px; background: #b7b7b7; position: absolute; top: 50%; left: 50%; margin-left: -11px; margin-top: -1px; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.wap-nav>a:after { content: ''; display: block; height: 2px; width: 22px; background: #b7b7b7; position: absolute; top: 50%; left: 50%; margin-left: -11px; margin-top: -7px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.wap-nav>a:before { content: ''; display: block; height: 2px; width: 22px; background: #b7b7b7; position: absolute; top: 50%; left: 50%; margin-left: -11px; margin-top: 6px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.wap-nav-cur>a:after { content: ''; display: block; height: 2px; width: 22px; background: #b7b7b7; position: absolute; top: 50%; left: 50%; margin-left: -11px; margin-top: -1px;    /* Rotate div */ transform: rotate(-45deg); -ms-transform: rotate(-45deg);    /* Internet Explorer */ -moz-transform: rotate(-45deg);    /* Firefox */ -webkit-transform: rotate(-45deg);    /* Safari 和 Chrome */ -o-transform: rotate(-45deg);    /* Opera */ }
.wap-nav-cur>a:before { content: ''; display: block; height: 2px; width: 22px; background: #b7b7b7; position: absolute; top: 50%; left: 50%; margin-left: -11px; margin-top: -1px;    /* Rotate div */ transform: rotate(45deg); -ms-transform: rotate(45deg);    /* Internet Explorer */ -moz-transform: rotate(45deg);    /* Firefox */ -webkit-transform: rotate(45deg);    /* Safari 和 Chrome */ -o-transform: rotate(45deg);    /* Opera */ }
.wap-nav-cur>a i { width: 0; }

/* main-nav */
.main-nav { width: 80%; font-size: 0; text-align: right; }
.main-nav>ul>li { display: inline-block; position: relative; }
.main-nav>ul>li>a { font-size: 14px; color: #222; display: block; padding: 10% 15px 10% 15px; position: relative; vertical-align: middle; }
.main-nav>ul>li:hover>a { color: #ffa400; }
.main-nav>ul>li>a:hover { color: #ffa400; }
.main-nav>ul>li.main-nav-a-d>a { padding-right: 30px; }
.main-nav-a-d>a:before { position: absolute; top: 19px; top: 50%; margin-top: -4px; right: 14px; display: block; width: 2px; height: 8px; background: #000; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; }
.main-nav-a-d>a:after { position: absolute; top: 50%; margin-top: -1px; right: 11px; width: 8px; height: 2px; display: block; background: #000; content: ''; }
.main-nav>ul>li.main-nav-a-d:hover a:before { background: #ffa400; -moz-transform: scale(0); -webkit-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.main-nav>ul>li.main-nav-a-d:hover a:after { background: #ffa400; }
.main-nav .main-nav-down { position: absolute; background: #fff; top: 30px; left: 0; width: 200px; z-index: 1; border-radius: 5px; padding: 20px 0 10px 0; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05); -webkit-transition: opacity .25s linear, top .25s linear; transition: opacity .25s linear, top .25s linear; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; opacity: 0; visibility: hidden; }
.main-nav .main-nav-down a { display: block; font-size: 14px; line-height: 34px; text-align: left; color: #444; border-bottom: 1px solid #f1f1f1; padding: 0 15px; }
.main-nav .main-nav-down a i { display: none; }
.main-nav .main-nav-down a:last-child { border-bottom: 0; }
.main-nav .main-nav-down a:hover { color: #ffa400; background: #f9f9f9; }
.main-nav>ul>li:hover .main-nav-down { opacity: 1; visibility: visible; }
.main-nav>ul>li.cur>a { color: #ffa400; }
.main-nav>ul>li>p { position: absolute; top: 0; right: 0; width: 30%; height: 50px; text-align: center; display: none; cursor: pointer; }
.main-nav>ul>li>p>i { position: absolute; top: 50%; margin-top: -10px; right: 0; width: 50px; height: 20px; line-height: 20px; text-align: center; font-size: 14px; }
.wap-language-links { display: none; }

/* main-nav */
.wap-main-nav { position: fixed; display: none; background: #fff; top: 50px; right: -100%; width: 40%; height: 100%; box-shadow: -10px 0 10px rgba(0, 0, 0, 0.05); transition: All 0.4s; -webkit-transition: All 0.4s; -moz-transition: All 0.4s; -o-transition: All 0.4s; overflow: auto; height: 100%; z-index: 50; }
.wap-main-nav.wap-main-nav-show { right: 0; }
.wap-main-nav>ul>li { display: inline-block; position: relative; }
.wap-main-nav>ul>li>a { font-size: 12px; color: #000; display: block; padding: 10% 15px 10% 15px; position: relative; }
.wap-main-nav>ul>li:hover>a { color: #ffa400; }
.wap-main-nav>ul>li>a:hover { color: #ffa400; }
.wap-main-nav>ul>li.main-nav-a-d>a { padding-right: 30px; }
.wap-main-nav>ul>li.main-nav-a-d a:after, .wap-main-nav>ul>li.main-nav-a-d a:before { display: none; }
.wap-main-nav .main-nav-down { display: none; margin-bottom: 1%; }
.wap-main-nav .main-nav-down a { display: block; font-size: 12px; color: #000; border-top: 1px solid #efefef; padding: 0 20px; line-height: 40px; }
.wap-main-nav .main-nav-down a i { display: inline-block; vertical-align: top; width: 15px; text-align: center; line-height: 33px; }
.wap-main-nav .main-nav-down a:last-child { border-bottom: 0; }
.wap-main-nav .main-nav-down a:hover { color: #ffa400; background: #f9f9f9; }
.wap-main-nav>ul>li.cur a { color: #ffa400; }
.wap-main-nav>ul>li>p { position: absolute; top: 0; right: 0; width: 30%; height: 50px; text-align: center; cursor: pointer; }
.wap-main-nav>ul>li>p>i { position: absolute; top: 50%; margin-top: -10px; right: 0; width: 50px; height: 20px; line-height: 20px; text-align: center; font-size: 14px; }
.wap-main-nav>ul { margin-top: 50px; }
.wap-main-nav>ul>li { width: 100%; display: block; border-bottom: 1px solid #ddd; }
.wap-main-nav>ul>li>a { padding: 0 5%; height: 50px; line-height: 50px; text-align: left; }
.wap-main-nav>ul>li.main-nav-a-d>a { padding-right: 0; }
.wap-main-nav>ul>li.hover>a { color: #ffa400; }
.wap-main-nav>ul>li.hover>p>i { color: #ffa400; }

/* 搜索 */
.pop-search-box { position: fixed; z-index: 91; width: 100%; background-color: #fff; background-color: rgba(255, 255, 255, 1); -webkit-transition: opacity 0.25s linear, top 0.25s linear; transition: opacity 0.25s linear, top 0.25s linear; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; opacity: 0; visibility: hidden; top: 0; }
.pop-search-box.pop-search-show { display: block; opacity: 1; visibility: visible; top: 0;    /* top: -110px; */ }
.pop-chat-list li:hover .wxewm-pop { position: absolute; opacity: 1; visibility: visible; top: -110px; }
.pop-chat-list li .wxewm-pop { width: 100px; height: 100px; position: absolute; left: -32px; top: -130px; text-align: center; background: #fff; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); position: absolute; opacity: 0; visibility: hidden; -webkit-transition: opacity .25s linear, top .25s linear; transition: opacity .25s linear, top .25s linear; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
.pop-search-cont { width: 60%; margin: 0 auto; padding: 4% 0 2% 0; text-align: right; position: relative; }
.pop-search-close { position: absolute; top: 0; right: 0; font-size: 35px; color: #c3c1c2; }
.pop-search-close:hover { color: #4f4f4f; }
.pop-s-hd { margin-bottom: 6%; }
.pop-s-hd h2 { font-size: 26px; }
.pop-s-search { margin: 0 auto; position: relative; }
.pop-s-search-input { padding-right: 100px; border-bottom: 1px solid #c3c1c2; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.pop-s-search-input:hover { border-bottom: 1px solid #4f4f4f; }
.pop-s-search input[type="text"] { border: 0; width: 100%; font-size: 22px; color: #333; height: 45px; padding: 10px; -moz-box-sizing: border-box;    /*Firefox3.5+*/ -webkit-box-sizing: border-box;    /*Safari3.2+*/ -o-box-sizing: border-box;    /*Opera9.6*/ -ms-box-sizing: border-box;    /*IE8*/ box-sizing: border-box; border-radius: 0; }
.pop-s-btn { position: absolute; right: 0; top: 0; width: 80px; height: 40px; background: #c3c1c2; }
.pop-s-btn-submit { width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #fff; border: 0; cursor: pointer; background: transparent; position: relative; z-index: 2; }
.pop-s-btn span { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; z-index: 1; background: #c3c1c2 }
.pop-s-search:hover .pop-s-btn span { z-index: 1; opacity: 1; background: #ffa400; color: #fff; }
.wap-search-language { display: none; }

/* footer */
.footer { width: 100%; background: #171b26 url(../images/footer-bg.jpg) no-repeat center center/cover; }
.footer-cont { margin: 3% 2% 2% 2%; width: 96%; }
.footer-about { width: 25%; margin-right: 10%; }
.footer-about h2 { font-size: 16px; color: #fff; margin-bottom: 6%; }
.footer-about h2 span { display: inline-block; }
.footer-about h2 span:after { content: ""; display: block; height: 2px; background-color: #ffa400; width: 40px; margin-top: 10px; }
.footer-about:hover h2 span:after { width: 100%; }
.footer-logo { margin-bottom: 5%; width: 32%; }
.footer-logo img { width: 100%; }
.footer-map { line-height: 24px; font-family: 'Open Sans', Verdana, Geneva, sans-serif; font-size: 12px; color: #fff; }
.footer-map img { width: 80%; }
.footer-team { width: 35%; margin-right: 2%; }
.footer-team h2 { font-size: 16px; color: #fff; margin-bottom: 6%; }
.footer-team h2 span:after { content: ""; display: block; height: 2px; background-color: #ffa400; width: 40px; margin-top: 10px; }
.footer-team h2 span { display: inline-block; }
.footer-team:hover h2 span:after { width: 100%; }
.footer-c-text { line-height: 30px; font-family: 'Open Sans', Verdana, Geneva, sans-serif; font-size: 12px; color: #fff; }
.footer-t-list { margin-top: 6%; font-size: 0; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.footer-t-phone { width: 60px; height: 60px; margin-bottom: 3%; }
.footer-t-list h3 { color: #fff; font-size: 14px; margin-bottom: 15px; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.footer-t-list h4 { font-weight: normal; color: #fff; font-size: 12px; margin-bottom: 10px; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.footer-t-list p { font-weight: normal; color: #fff; font-size: 12px; margin-bottom: 10px; }
.footer-t-list a { color: #ffa400; }
.footer-t-list a:hover { color: #fff; text-decoration: underline; }
.footer-t-list ul li { display: inline-block; width: 50%; vertical-align: top; word-wrap: break-word; margin-bottom: 5%; }
.footer-contact { width: 28%; }
.footer-contact h2 { font-size: 16px; color: #fff; margin-bottom: 5%; }
.footer-contact h2 span { display: inline-block; }
.footer-contact h2 span:after { content: ""; display: block; height: 2px; background-color: #ffa400; width: 40px; margin-top: 10px; }
.footer-contact:hover h2 span:after { width: 100%; }
.footer-c-text { line-height: 30px; font-family: 'Open Sans', Verdana, Geneva, sans-serif; font-size: 12px; color: #fff; }
.footer-bottom { width: 100%; border-top: 1px solid #2f323c; color: #fff;    /* height: 56px; */ font-size: 12px; }
.footer-bottom .copyright { line-height: 56px; }
.footer-b-cont { margin: 0 2%; width: 96%; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.footer-b-link li { display: inline-block; vertical-align: top; border-left: 1px solid #2f323c; }
.footer-b-link li a { color: #8b8d92; font-size: 18px; display: block; padding: 0 15px; height: 56px; line-height: 56px; }
.footer-b-link li a:hover { color: #ffa400; }
.footer-b-link li a i { height: 56px; line-height: 56px; }

/*=============================首页=============================*/
.h-cont { width: 100%; border-bottom: 10px solid #000; }
.h-cont-block { width: 100%; position: relative; }
.h-cont-block { width: 100%; }
.h-cont-block a { width: 100%; float: left; display: block; }
.h-cont-pic { width: 100%; height: 11rem; }
.h-cont-pic img { object-fit: cover; object-position: 5rem 0; height: 11rem; }
.h-cont-block .h-c-text { width: 96%; top: 34%; margin: 0 2%; position: absolute; }
.h-cont-block .h-c-text h2 { color: #fff; font-size: 32px; line-height: 32px; font-weight: normal; margin-bottom: 15px; font-family: "Georgia", "Times New Roman", Times, serif; }
.h-cont-block .h-c-text h3 { color: #fff; font-size: 12px; line-height: 12px; font-weight: normal; }
.h-cont-block .h-c-text h3 i { font-style: normal; margin-left: 5px; display: inline-block; }
.h-cont-block a:hover .h-c-text h3 i { margin-left: 15px; }
.h-c-t-c { -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.h-cont-block:hover .h-c-t-c { margin-left: 30px; line-height: 12px; }
.h-cont-block a:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: #000; background: rgba(0, 0, 0, 0); -webkit-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; }
.h-cont:hover .h-cont-block a:after { background: #000; background: rgba(0, 0, 0, 0.5); }
.h-cont .h-cont-block:hover a:after { background: #000; background: rgba(0, 0, 0, 0); }

/*=============================内页=============================*/

/* 关于我们 */
.about-box { width: 100%; background: url(../images/corporat-collage.jpg) no-repeat center top; background-size: cover; }
.about-cont { float: left; text-align: center; margin: 8% 0 10% 0; }
.about-title { width: 86%; margin: 0 7% 6% 7%; }
.about-title h2 { font-size: 42px; color: #fff; margin-bottom: 3%; font-family: Georgia, "Times New Roman", Times, serif; }
.about-title p { font-size: 18px; color: #ffa400; line-height: 32px; }
.about-title h3 { font-size: 18px; color: #ffa400; line-height: 32px; }
.about-list { font-size: 0; }
.about-list li { display: inline-block; vertical-align: top; text-align: center; width: 33.33%; }
.about-list li i { font-size: 58px; color: #ffa400; display: block; margin-bottom: 6%; }
.about-list li h3 { font-size: 52px; line-height: 52px; color: #fff; }
.about-list li h3:after { content: ""; display: block; height: 1px; background: #fff; width: 30px; margin: 5% auto 5% auto; }
.about-list li h4 { font-size: 14px; color: #fff; font-weight: normal }
.solution-box { width: 100%; }
.soluton-cont { width: 100%; margin-top: 6%; margin-bottom: 3%; }
.soluton-list { width: 100%; margin-bottom: 3%; }
.soluton-l-pic { width: 45%; margin-right: 6%; }
.soluton-l-pic img { width: 100%; }
.soluton-l-text { width: 49%; }
.soluton-l-text h2 { font-size: 24px; }
.soluton-l-text h2:after { content: ""; display: block; height: 1px; background: #f1f1f1; margin: 3% 0; }
.soluton-l-text h3 { font-size: 16px; font-weight: normal; line-height: 27px; }
.soluton-box2 { background: #f1f1f1; width: 100%; }
.soluton-cont2 { width: 100%; margin: 4% 0 6% 0; }
.soluton-cont2 h2 { font-size: 24px; }
.soluton-cont2 h2:after { content: ""; display: block; height: 2px; background: #ffa400; width: 60px; margin: 1% 0; }
.soluton-cont2 p { background: #f1f1f1; font-size: 14px; width: 80%; line-height: 24px; }
.about-value { width: 100%; margin-bottom: 5%; }
.about-value-cont { width: 100%; margin: 4% 0 2% 0; }
.about-value-cont h2 { font-size: 24px; margin-bottom: 2%; }
.about-value-cont h2:after { content: ""; display: block; height: 2px; background: #ffa400; width: 60px; margin: 1% 0; }
.about-v-tab { font-size: 0; background: #ccc; background-image: linear-gradient(#eee, #c1c1c1); background-image: -webkit-linear-gradient(#eee, #c1c1c1); background-image: -moz-linear-gradient(#eee, #c1c1c1); background-image: -ms-linear-gradient(#eee, #c1c1c1); background-image: -0-linear-gradient(#eee, #c1c1c1); padding: 5px 0 0 10px; }
.about-v-tab .tab li { font-size: 16px; display: inline-block; cursor: pointer; padding: 8px 20px; border-radius: 3px 3px 0 0; color: #000;    /*  border: 1px solid #fff; */ border-bottom: 0; margin-right: 10px; background-image: linear-gradient(#dbdbdb, #eee); background-image: -webkit-linear-gradient(#dbdbdb, #eee); background-image: -moz-linear-gradient(#dbdbdb, #eee); background-image: -ms-linear-gradient(#dbdbdb, #eee); background-image: -0-linear-gradient(#dbdbdb, #eee); }
.about-v-tab .tab li.cur { background: #fff; color: #ffa400; border-color: #fff; }
.about-v-t-cont { border: 1px solid #ccc; padding: 2% 3%; border-top: 0; }
.about-v-t-c { font-size: 14px; display: none; width: 70%; line-height: 22px; }
.about-value-cont2 { width: 100%; position: relative; border: 1px solid #ccc; }
.about-value-swiper { padding: 2% 2% 4% 2%; }
.about-value-list { float: left; width: 100%; }
.about-value-list dl dt { float: left; width: 80px; height: 80px; margin-right: 5%; border-radius: 50%; overflow: hidden; margin-top: 1%; }
.about-value-list dl dt img { width: 100%; }
.about-value-list dl dd { float: left; width: 80%; }
.about-value-list dl dd h3 { width: 70%; font-size: 24px; margin-bottom: 1%; }
.about-value-list dl dd h4 { font-size: 12px; font-weight: normal; margin-bottom: 2%; }
.about-value-list dl dd p { font-size: 14px; font-weight: normal; line-height: 24px }
.about-value-cont2 .swiper-pagination { width: 100%; bottom: 20px; z-index: 2; }
.about-value-cont2 .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: #000; opacity: .2; margin: 0 4px; }
.about-value-cont2 .swiper-pagination-bullet-active { background: #ffa400; opacity: 1; }
.about-vision { width: 100%; }
.about-v-cont { width: 100%; margin: 6% 0 9% 0; }
.about-v-list { width: 45%; float: left; margin-right: 5%; }
.about-v-list h2 { font-size: 24px; color: #fff; margin-bottom: 3%; }
.about-v-list h2:after { content: ""; display: block; height: 2px; background: #ffa400; width: 60px; margin: 2% 0; }
.about-v-list p { color: #fff; font-size: 16px; line-height: 24px; }
.about-board { width: 100%; margin-bottom: 6%; }
.about-board-cont { width: 100%; margin-top: 4%; }
.about-board-cont h2 { font-size: 24px; margin-bottom: 2%; }
.about-board-cont h2:after { content: ""; display: block; height: 2px; background: #ffa400; width: 60px; margin: 1% 0; }
.about-b-cont { width: 100%; position: relative; border: 1px solid #ccc; }
.about-b-swiper { padding: 2% 2% 4% 2%; }
.about-b-list { float: left; width: 90%; margin: 0 5%; }
.about-b-list dl dt { float: left; overflow: hidden; margin-bottom: 2%; width: 20%; }
.about-b-list dl dt .about-b-l-photo { width: 15%; margin-right: 5%; float: left; }
.about-b-list dl dt img { width: 100%; }
.about-b-list dl .about-b-l-name { float: left; width: 80%; }
.about-b-list dl .about-b-l-name h3 { width: 70%; font-size: 24px; margin-bottom: 1%; }
.about-b-list dl .about-b-l-name h4 { font-size: 12px; font-weight: normal; margin-bottom: 2%; }
.about-b-list dl dd { float: left; width: 100%; }
.about-b-list dl dd h3 { width: 70%; font-size: 24px; margin-bottom: 1%; }
.about-b-list dl dd h4 { font-size: 12px; font-weight: normal; margin-bottom: 2%; }
.about-b-list dl dd p { font-size: 14px; font-weight: normal; line-height: 24px }
.about-b-cont .swiper-pagination { width: 100%; bottom: 20px; z-index: 2; }
.about-b-cont .swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; border-radius: 100%; background: #000; opacity: .2; margin: 0 4px; }
.about-b-cont .swiper-pagination-bullet-active { background: #ffa400; opacity: 1; }
.about-network { width: 100%; background: url(../images/about-network-bg.jpg) no-repeat center; background-size: cover; }
.about-n-cont { width: 100%; text-align: center; margin: 5% 0 8% 0; }
.about-n-title { width: 60%; margin: 0 auto 3% auto; }
.about-n-cont h2 { color: #fff; font-size: 24px; margin-bottom: 1%; }
.about-n-cont h3 { color: #fff; font-size: 16px; }
.about-n-cont ul { font-size: 0; }
.about-n-cont ul li { width: 50%; display: inline-block; }
.about-n-cont ul li .about-n-icon { width: 80px; height: 80px; border: 1px solid #fff; border-radius: 50%; margin: 0 auto 2% auto; }
.about-n-cont ul li .about-n-icon i { font-size: 36px; line-height: 80px; color: #fff; }
.about-n-cont ul li h4 { font-size: 18px; color: #fff; margin-bottom: 1%; }
.about-n-cont ul li h5 { font-size: 14px; color: #fff; font-weight: normal; margin-bottom: 4%; }
.about-n-cont ul li span { display: inline-block; font-size: 12px; color: #fff; background: #ffa400; border-radius: 20px; height: 35px; line-height: 35px; padding: 0 20px; }
.about-n-cont ul li a:hover span { background: #34ccff; }
.contact-list-banner { width: 100%; height: 300px; background: url(../images/Ourteam.jpg); background-size: cover; background-repeat: repeat; background-attachment: inherit; background-position: center center; }
.qualifications-box { width: 100%; margin: 4% 0 6% 0; }
.qualifications-cont { width: 100%; }
.qualifications-hd { margin-bottom: 3%; }
.qualifications-hd h2 { font-size: 42px; text-align: center; font-family: Georgia, "Times New Roman", Times, serif; text-transform: uppercase; }
.qualifications-cont { text-align: center; }
.qualifications-cont ul li { display: inline-block; margin: 0 5%; width: 30%; vertical-align: middle; }
.qualifications-cont ul li img { width: 100%; }
.qualifications-cont ul li p { text-align: center; margin-top: 5%; font-size: 18px; }

/* 联系我们 */
.contact-banner { width: 100%; height: 400px; background-color: rgba(0, 0, 0, 1); background-color: rgb(0, 0, 0); background-image: url(../images/contact-bg.jpg); background-size: cover; background-repeat: repeat; background-attachment: inherit; background-position: center bottom; position: relative; }
.contact-b-cont {    /* position: absolute; */
margin-top: 9%; float: left; width: 100%; }
.contact-b-cont h1 { font-size: 42px; color: #fff; margin-bottom: 1%; text-align: center; font-family: "Georgia", "Times New Roman", Times, serif; }
.contact-b-cont h3 { font-size: 24px; color: #fff; text-align: center; }
.contact-cont { width: 100%; margin-bottom: 6%; background: url(../images/world_bg.png) no-repeat center top; }
.contact-c-l { width: 50%; margin-top: 15%; line-height: 36px; }
.contact-c-l h2 { width: 100%; font-size: 36px; padding-bottom: 1%; color: #ffa400; margin-bottom: 1%; text-transform: uppercase; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.contact-c-l a { color: #ffa400; }
.contact-c-l a:hover { color: #34ccff; }
.contact-c-r { width: 50%; margin-top: 5%; }
.contact-c-r h2 { margin-bottom: 3%; }
.contact-c-r h2 span { color: red; }
.contact-form li { margin-bottom: 3% }
.contact-form li span { color: red; }
.contact-form li input[type="text"] { border: 0; border-bottom: 1px solid #000; height: 50px; line-height: 50px; width: 100%; }
.contact-form li textarea { border: 0; border-bottom: 1px solid #000; height: 200px; line-height: 60px; width: 100%; }
.contact-form li input[type="submit"] { background: #ffa400; color: #fff; border: 0; height: 50px; line-height: 50px; padding: 0 40px; border-radius: 30px; cursor: pointer; font-size: 18px; }
.contact-form li input[type="submit"]:hover { background: #34ccff; }

/* 支付 */
.payment-box { width: 100%; margin: 3% 0 6% 0; }
.jsz-box { text-align: center; min-height: 150px; display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack: center; -moz-box-pack: center; -webkit-box-align: center; -moz-box-align: center; }

/* 通知 */
.notifications-box { width: 100%; margin: 3% 0 6% 0; }
.notifications-cont { width: 100%; }
.notifications-cont h2 { text-align: center; font-size: 42px; text-transform: uppercase; font-family: 'Open Sans', Verdana, Geneva, sans-serif; margin-bottom: 3%; }
.notifications-list { float: left; border: 1px solid #fbc7c5; border-bottom: 5px solid #fbc7c5; color: #a3231f; background: #fef5f5; padding: 2% 1%; margin-bottom: 1%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;

}
.noti-l-icon { font-size: 30px; color: #ff0000; width: 8%; float: left; text-align: center; margin-top: 1%; }
.noti-l-cont { width: 90%; float: left; line-height: 27px; word-wrap: break-word; word-break: normal; word-break: break-all; }
.noti-l-cont a { color: #34ccff; }
.noti-l-cont a:hover { color: #ffa400; }
.notifications-cont2 { width: 100%; }
.notifications-list2 { float: left; border: 2px solid #34ccff; color: #5e7f96; padding: 2% 1%; margin-bottom: 1%; width: 60%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.noti-l-icon2 { font-size: 30px; color: #34ccff; width: 12%; float: left; text-align: center; margin-top: 1%; }
.noti-l-cont2 { width: 80%; float: left; line-height: 27px; }
.noti-l-cont2 p { margin-bottom: 1%; }
.notifications-list3 { float: right; border: 2px solid #34ccff; color: #5e7f96; padding: 2% 1%; margin-bottom: 1%; width: 33%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.noti-l-icon3 { font-size: 30px; color: #34ccff; width: 15%; float: left; text-align: center; margin-top: 1%; }
.noti-l-cont3 { width: 80%; float: left; line-height: 27px; }
.noti-l-cont3 ul li { margin-bottom: 1%; font-size: 16px; }
.noti-l-cont3 a { color: #34ccff; }
.noti-l-cont3 a:hover { color: #ffa400; }
.noti-l-inner { margin-bottom: 5%; }
.noti-l-title { margin-bottom: 2%; }
.noti-l-title h3 { font-size: 28px; margin-bottom: 10px; color: #a3231f; }
.noti-l-title p { font-size: 14px; }
.noti-l-text p { margin-bottom: 1%; }
.noti-l-list { float: left; width: 100%; }
.noti-l-list li { border-top: 1px solid #fbc7c5; float: left; width: 100%; font-size: 16px; }
.noti-l-list li a { display: block; padding: 2% 0; color: #a3231f; float: left; width: 100%; }
.noti-l-list li a:hover { color: #ff0000; }
.noti-l-list li a i { margin-right: 10px }
.noti-l-list li a span { float: left; }
.noti-l-list li a em { float: right; font-style: normal; }

/* 要求加价 */
.request-banner { width: 100%; height: 400px; background-color: rgba(0, 0, 0, 1); background-color: rgb(0, 0, 0); background-image: url(../images/bg_image_contact.jpg); background-size: cover; background-repeat: repeat; background-attachment: inherit; background-position: center center; position: relative; }
.request-b-cont {    /* position: absolute; */
margin-top: 9%; float: left; width: 100%; text-align: center; }
.request-b-cont h1 { font-size: 42px; color: #fff; margin-bottom: 1%; font-family: "Georgia", "Times New Roman", Times, serif; }
.request-b-cont h3 { font-size: 24px; color: #fff; }
.request-cont { width: 100%; margin-bottom: 4%; background: url(../images/world_bg.png) no-repeat center top; }
.request-c-info { width: 100%; margin-top: 5%; }
.request-c-info h2 { margin-bottom: 3%; }
.request-c-info h2 span { color: red; }
.request-c-hd { width: 49%; }
.request-c-hd p { font-weight: bold; }
.request-c-hd [type="text"] { border: 0; border-bottom: 2px solid #000; height: 50px; line-height: 50px; width: 100%; margin-bottom: 3%; }
.request-form li { margin-bottom: 3%; float: left; border: 1px solid #f1f1f1; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-left: -1px; padding: 1%; }
.request-form li p { font-weight: bold; }
.request-form li span { color: red; }
.request-form li input[type="text"] { border: 0; border-bottom: 2px solid #000; height: 50px; line-height: 50px; width: 100%; }
.request-form li textarea { border: 0; border-bottom: 2px solid #000; height: 200px; line-height: 60px; width: 100%; }
.request-form-list li { width: 50%; }
.request-list { margin-bottom: 1%; }
.request-list [type="text"] { border: 0; border-bottom: 2px solid #000; height: 50px; line-height: 50px; width: 100%; }
.request-list a { color: #34ccff; }
.request-list a:hover { color: #ffa400; }
.request-list h3 { font-weight: normal; margin-bottom: 1%; font-size: 18px; }
.request-list h3 span { color: red; }
.request-list h5 span { color: red; }
.request-list h5 { font-weight: normal; font-size: 16px; }
.request-list p { line-height: 35px }
.request-list textarea { border: 0; border-bottom: 2px solid #000; height: 200px; line-height: 60px; width: 100%; }
.request-file { margin-bottom: 2%; }
.request-list input[type="file"] { cursor: pointer; display: block; font-size: 18px; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.request-checkbox { font-size: 18px; font-weight: bold; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.request-checkbox span { margin-right: 2%; display: inline-block }
.request-checkbox input[type="checkbox"] { width: 18px; height: 18px; margin-right: 5px; vertical-align: middle; display: inline-block }
.request-submit input[type="submit"] { background: #ffa400; color: #fff; border: 0; height: 50px; line-height: 50px; padding: 0 40px; border-radius: 30px; cursor: pointer; font-size: 18px; }
.request-submit input[type="submit"]:hover { background: #34ccff; }

/* 仓储 */

/* banner */
.warehousing-banner { height: 650px; width: 100%; position: relative; }
.warehousing-banner .swiper-slide { height: 650px; position: relative; }
.warehousing-banner-cont { width: 65%; margin: 0 auto; color: #fff; margin-top: 11%; text-align: center; position: relative; z-index: 2; }
.warehousing-banner-text { width: 100%; margin: 0 auto; }
.warehousing-banner-text h2 { color: #fff; font-size: 46px; text-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); margin-top: 3%; margin-bottom: 1%; }
.warehousing-banner-text h3 { color: #ffa400; font-size: 24px; text-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); font-weight: normal; line-height: 27px; }
.warehousing-banner-text .warehousing-banner-btn { color: #fff; background: #124795; display: inline-block; border-radius: 5px; padding: 12px 12px 12px 12px; font-size: 14px; margin-top: 5%; width: 110px; margin: 6% auto 0 auto; }
.warehousing-banner-text .warehousing-banner-btn:hover { background: #50bd00; }
.warehousing-banner-text .warehousing-banner-btn i { background: url(../images/warehousing-banner-btn-icon.png) no-repeat center; width: 17px; height: 12px; display: inline-block; vertical-align: middle; margin-left: 10px; }
.warehousing-banner-text .warehousing-banner-btn:hover i { margin-left: 15px; }
.warehousing-banner .swiper-pagination { bottom: 30px; }
.warehousing-banner .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0px 12px 0px 0px; opacity: .75; background: #fff; background: #fff; border-radius: 0px; }
.warehousing-banner .swiper-pagination-bullet:hover { width: 8px; height: 8px; background: #ffa400; }
.warehousing-banner .swiper-pagination-bullet-active { opacity: 1; background: #ffa400; width: 8px; height: 8px; }
.warehousing-banner .swiper-button-next { right: 50px; height: 100%; top: 0; margin-top: 0; width: 5%; color: #fff; background: none }
.warehousing-banner .swiper-button-prev { left: 50px; height: 100%; top: 0; margin-top: 0; width: 5%; color: #fff; background: none }
.warehousing-banner .swiper-button-next, .warehousing-banner .swiper-button-prev { opacity: 0; visibility: hidden; }
.warehousing-banner .swiper-button-next i, .warehousing-banner .swiper-button-prev i { display: block; width: 65px; height: 65px; color: #fff; font-size: 42px; text-align: center; line-height: 65px; background: #ffa400; position: absolute; top: 50%; margin-top: -50px; }
.warehousing-banner:hover .swiper-button-next, .warehousing-banner:hover .swiper-button-prev { opacity: 0.6; visibility: visible; }
.warehousing-banner .swiper-button-next:hover, .warehousing-banner .swiper-button-prev:hover { opacity: 1; -webkit-transition: opacity .25s linear, top .25s linear; transition: opacity .25s linear, top .25s linear; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
.warehousing-banner:hover .swiper-button-next.swiper-button-disabled, .warehousing-banner:hover .swiper-button-prev.swiper-button-disabled { opacity: .2; -webkit-transition: opacity .25s linear, top .25s linear; transition: opacity .25s linear, top .25s linear; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
.h-b-mb { background-color: #03320e; background-color: rgba(3, 50, 15, 0.15); top: 0; left: 0; width: 100%; height: 100%; position: absolute; z-index: 1; }
.warehousing-cont1 { width: 100%; background: #24449d url(../images/port.jpg) no-repeat right top; margin-bottom: 4%; }
.ware-c1-info { width: 80%; margin: 6% 10% 9% 10% }
.ware-c1-info-hd { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 3%; }
.ware-c1-info-hd h3 { font-size: 24px; color: #fff; text-align: center; margin: 0; word-wrap: break-word; -webkit-box-flex: 0; -webkit-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; }
.ware-c1-info-hd .vc_sep_holder { height: 1px; position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; min-width: 10%; }
.ware-c1-info-hd .vc_sep_holder .vc_sep_line { height: 1px; border-top: 1px solid #ebebeb; border-top-color: rgb(235, 235, 235); display: block; position: relative; top: 1px; width: 100%; }
.ware-c1-info p { font-size: 16px; color: #fff; line-height: 24px; margin-bottom: 3%; }
.ware-c1-info ul { margin-left: 5%; }
.ware-c1-info ul li { font-size: 16px; color: #000; margin-bottom: 5px; }
.ware-c1-info ul li i { font-style: normal; font-size: 18px; color: #fff; vertical-align: middle; margin-right: 10px; }
.ware-c1-info ul li span { vertical-align: middle; color: #fff; }
.warehousing-cont2 { width: 100%; margin-bottom: 6%; }
.ware-c2-pic { width: 100%; margin-bottom: 2%; }
.ware-c2-pic img { width: 100%; }
.ware-c2-info { width: 100%; }
.ware-c2-text { width: 45%; }
.ware-c2-text h2 { font-size: 24px; margin-bottom: 2%; }
.ware-c2-text p { font-size: 18px; line-height: 27px; color: #444; }
.wpb_column { width: 45%; }
.vc_column_container>.vc_column-inner { box-sizing: border-box; padding-left: 15px; padding-right: 15px; width: 100%; }
.vc_progress_bar .vc_single_bar { background: #f7f7f7; position: relative; margin-bottom: 11.66666667px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset; box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_label { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }
.vc_progress_bar .vc_single_bar .vc_label { display: block; padding: 15px 20px; position: relative; z-index: 1; }
.vc_progress_bar.vc_progress-bar-color-bar_blue .vc_single_bar .vc_bar { background-color: #0074cc; }
.vc_progress_bar .vc_single_bar .vc_bar.animated { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; }
.vc_progress_bar .vc_single_bar .vc_bar.striped { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px; }
.vc_progress_bar .vc_single_bar .vc_bar { display: block; position: absolute; height: 100%; background-color: #e0e0e0; width: 0%; top: 0; left: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; transition: width 1s linear; -moz-transition: width 1s linear; -webkit-transition: width 1s linear; -o-transition: width 1s linear; }
.animated { -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; }
.warehousing-cont3 { width: 100%; margin-bottom: 6%; }
.ware-c3-pic { width: 100%; margin-bottom: 2%; }
.ware-c3-info { width: 100%; }
.ware-c3-text { width: 60%; margin: 0 20% 2% 20%; }
.ware-c3-text h2 { font-size: 24px; margin-bottom: 2%; text-align: center; }
.ware-c3-text h2:after { content: ""; display: block; height: 3px; width: 50px; background: #ffa400; margin: 1% auto 2% auto; }
.ware-c3-text p { font-size: 16px; line-height: 27px; color: #444; }
.ware-c3-list { width: 100%; overflow: hidden; }
.ware-c3-list ul { width: 102%; }
.ware-c3-list li { width: 23%; margin-right: 2%; float: left; position: relative; overflow: hidden; }
.ware-c3-list li a { display: block; overflow: hidden; }
.ware-c3-list li img { width: 100%; -webkit-transition: -webkit-transform .6s; transition: transform .6s; position: relative; display: block; min-height: 100%; max-width: 100%; -moz-


webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
.ware-c3-list li:hover img { webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); }
.ware-c3-l-hd { position: absolute; width: 100%; top: 0; left: 0; text-align: center; background: rgba(0, 0, 0, 0.6); color: #fff; transition: all .8s; -moz-transition: all .8s; -webkit-transition: all .8s; opacity: 1; visibility: visible; }
.ware-c3-l-hd h2 { color: #fff; display: block; text-align: center; margin: 0 auto 10px auto; font-weight: normal; padding: 15px 10px; font-size: 18px; }
.ware-c3-l1 .ware-c3-l-hd h2 { background-color: #23a1b8; }
.ware-c3-l2 .ware-c3-l-hd h2 { background-color: #4877bb; }
.ware-c3-l3 .ware-c3-l-hd h2 { background-color: #2c5c9e; }
.ware-c3-l4 .ware-c3-l-hd h2 { background-color: #fa981d; }
.ware-c3-l-hd p { font-size: 14px; margin-bottom: 10px; }
.ware-c3-l-more { position: absolute; left: 0; top: 100%; margin-top: -6px; width: 100%; height: 100%; z-index: 1; transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; }
.ware-c3-l1 .ware-c3-l-more { background-color: #23a1b8; background-color: rgba(35, 161, 184, 1); }
.ware-c3-l2 .ware-c3-l-more { background-color: #4877bb; background-color: rgba(72, 119, 187, 1); }
.ware-c3-l3 .ware-c3-l-more { background-color: #2c5c9e; background-color: rgba(44, 92, 158, 1); }
.ware-c3-l4 .ware-c3-l-more { background-color: #fa981d; background-color: rgba(250, 152, 29, 1); }
.ware-c3-l-more h3 { position: absolute; width: 100%; left: 0; bottom: 0; height: 100%; text-align: center; color: #fff; font-size: 24px; height: 24px; line-height: 24px; top: 50%; margin-top: -12px; }
.ware-c3-list li a:hover .ware-c3-l-hd { opacity: 0; visibility: hidden; }
.ware-c3-list li a:hover .ware-c3-l-more { top: 0; margin-top: 0; }
.ware-c3-list li.ware-c3-l1 a:hover .ware-c3-l-more { background-color: #23a1b8; background-color: rgba(35, 161, 184, 0.7); }
.ware-c3-list li.ware-c3-l2 a:hover .ware-c3-l-more { background-color: #4877bb; background-color: rgba(72, 119, 187, 0.7); }
.ware-c3-list li.ware-c3-l3 a:hover .ware-c3-l-more { background-color: #2c5c9e; background-color: rgba(44, 92, 158, 0.7); }
.ware-c3-list li.ware-c3-l4 a:hover .ware-c3-l-more { background-color: #fa981d; background-color: rgba(250, 152, 29, 0.7); }
@-webkit-keyframes progress-bar-stripes {
	from { background-position: 40px 0 }
	to { background-position: 0 0 }
}
@-moz-keyframes progress-bar-stripes {
	from { background-position: 40px 0 }
	to { background-position: 0 0 }
}
@-ms-keyframes progress-bar-stripes {
	from { background-position: 40px 0 }
	to { background-position: 0 0 }
}
@-o-keyframes progress-bar-stripes {
	from { background-position: 0 0 }
	to { background-position: 40px 0 }
}
@keyframes progress-bar-stripes {
	from { background-position: 40px 0 }
	to { background-position: 0 0 }
}

/* amazon-fba */
.amazon-fba-box { width: 100%; margin: 3% 0 6% 0; }
.amazon-fba-cont { width: 100%; }
.amazon-f-c-l { width: 65%; }
.services-name { color: #ffa400; margin-bottom: 2%; text-transform: uppercase; font-family: 'Open Sans', Verdana, Geneva, sans-serif; }
.services-name i { display: none; vertical-align: middle; width: 6px; height: 32px; background: #ffa400; margin-right: 15px; border-radius: 5px; }
.services-name span { display: inline-block; vertical-align: middle; font-family: "Georgia", "Times New Roman", Times, serif; font-size: 32px; }
.amazon-f-c-l-list { width: 88%; }
.amazon-f-c-l-list:nth-child(2) { margin-right: 0%; }
.amazon-f-c-l-list h2 { font-size: 32px; margin-bottom: 3%; }
.amazon-f-c-l-text { font-size: 18px; line-height: 36px; color: #444; }
.amazon-f-c-l-text p { margin-bottom: 3%; }
.amazon-fba-info { font-size: 0; margin-top: 4%; float: left; width: 100%; }
.amazon-fba-info ul li { display: inline-block; width: 33.33%; text-align: center; vertical-align: top; }
.amazon-fba-info ul li i { display: block; color: #ffa400; font-size: 52px; }
.amazon-fba-info ul li span { display: block; font-size: 14px; }

/* air-freighta-box */
.air-freighta-box { width: 100%; margin: 3% 0 5% 0; }
.air-freighta-cont { width: 100%; }
.air-fr-c-l { width: 68%; }
.air-fr-c-l-pic img { max-width: 100%; }
.air-fr-c-l-text { line-height: 27px; width: 100%; }
.air-fr-c-l-text .air-fr-c-l-pic { margin-bottom: 5%; }
.air-fr-c-l-text h2 { font-size: 20px; margin-bottom: 2%; vertical-align: top; }

/* .air-fr-c-l-text p{  margin-bottom: 20px;	 } */
.air-fr-c-l-pic2 { width: 35%; margin: 0 40px 10px 0; }
.air-fr-c-l-list { width: 100%; }
.air-fr-c-l-l-pic { margin-right: 5%; width: 40% }
.air-fr-c-l-l-pic img { width: 100% }
.air-fr-c-l-list li { list-style: disc; margin-bottom: 5px; }
.air-fr-c-l-l-text { margin-top: 2%; margin-left: 5%; }
.air-fr-c-r { width: 25%; }
.air-fr-c-r-info { margin-bottom: 10%; }
.air-fr-c-r-info img { max-width: 100%; }
.air-fr-c-r-info a { font-size: 18px; color: #ffa400; }
.air-fr-c-r-info a:hover { text-decoration: underline; }
.air-fr-c-r h2 { border-bottom: 1px solid #eee; padding-bottom: 20px; font-size: 18px; }
.air-fr-nav { margin-bottom: 8% }
.air-fr-nav ul li { border-bottom: 1px solid #eee; padding: 12px 0; }
.air-fr-nav ul li a { font-size: 16px; color: #222; }
.air-fr-nav ul li a:hover { color: #ffa400; }
.air-fr-nav ul li.cur a { color: #ffa400; }
.air-fr-down { margin-bottom: 10% }
.air-fr-down ul li { border-bottom: 1px solid #eee; padding: 12px 0; }
.air-fr-down ul li a { font-size: 16px; color: #222; }
.air-fr-down ul li a i { display: inline-block; vertical-align: middle; margin-right: 10px; }
.air-fr-down ul li a span { display: inline-block; vertical-align: middle; }
.air-fr-down ul li a:hover { color: #ffa400; }
.air-fba-info { font-size: 0; margin-top: 4%; float: left; width: 100%; }
.air-fba-info ul li { display: inline-block; width: 33.33%; text-align: center; vertical-align: top }
.air-fba-info ul li i { display: block; color: #ffa400; font-size: 52px; }
.air-fba-info ul li span { display: block; font-size: 14px; }
.page-nav-cont { display: none; }

/* 视频 */
.video-box { width: 100%; margin: 3% 0 6% 0; font-family: 'Open Sans', Verdana, Geneva, sans-serif }
.video-cont { width: 100%; }
.video-hd { margin-bottom: 3%; }
.video-hd h2 { font-size: 42px; text-align: center; font-family: 'Open Sans', Verdana, Geneva, sans-serif }
.video-inner { width: 100%; overflow: hidden; }
.video-list { width: 103%; }
.videolist { position: relative; float: left; width: 30%; margin-right: 3%; margin-bottom: 3%; }
.videolist:hover { cursor: pointer; }
.videolist>img { width: 100% }
.videoed { display: none; width: 50px; height: 50px; position: absolute; left: 45%; top: 45%; z-index: 99; border-radius: 100%; }
.videos { display: none; position: fixed; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 100; width: 50%; }
.videos #video { width: 100%; display: block; }
.vclose { position: absolute; right: 0; top: -40px; border-radius: 100%; cursor: pointer; z-index: 999; color: #fff; width: 44px; height: 44px; line-height: 44px; text-align: center; color: #fff; background-color: transparent; font-style: normal; font-size: 28px; }
.video-pic img { width: 100% }
.video-name { position: absolute; width: 100%; left: 0; bottom: 0; color: #fff; }
.video-name h3 { padding: 10px; font-size: 16px; color: #fff; font-weight: normal; }
.play-icon { display: block; width: 65px; height: 65px; position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; border: 1px solid #fff; transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; border-radius: 50%; }
.videolist:hover .play-icon { background: #000; background: rgba(0, 0, 0, 0.35); transition: all 0.4s; -moz-transition: all 0.4s; -webkit-transition: all 0.4s; -o-transition: all 0.4s; }
.play-icon img { width: 45%; position: absolute; top: 50%; left: 55%; -ms-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; }

/* 搜索 */
.search-box { width: 100%; margin: 3% 0 6% 0; }
.search-cont { width: 90%; margin: 0 auto; }
.search-name { color: #ffa400; margin-bottom: 1%; text-transform: uppercase; vertical-align: middle; font-family: "Georgia", "Times New Roman", Times, serif; font-size: 42px; }
.search-list { font-size: 18px; line-height: 36px; }
.search-list li { border-bottom: 1px solid #f1f1f1; padding: 10px 0; }
.search-list li a { color: #444; }
.search-list li a:hover { color: #ffa400 }

/****************分辨率范围***************/

/*默认版本PC-1440以上大分辨率CSS（不含1440分辨率）*/
.row { width: 1400px; margin: 0 auto; }

/*宽屏 笔记本1280-1440分辨率（不含1280分辨率-含1440分辨率）*/
@media screen and (min-width:1280px) and (max-width:1440px) {
	.row { width: 1200px; margin: 0 auto; }
	.warehousing-banner { height: 420px; }
	.warehousing-banner .swiper-slide { height: 420px; }
	.warehousing-banner-cont { margin-top: 10%; }
	.h-cont-pic { height: 10rem; }
	.h-cont-pic img { object-fit: cover; width: 100%; object-position: -5rem 0; height: 10rem; }
}

/*笔记本窄屏 1024-1280分辨率（不含1024分辨率-含1280分辨率）*/
@media screen and (min-width:1024px) and (max-width:1280px) {
	.row { width: 90%; margin: 0 5%; }
	.warehousing-banner { height: 400px; }
	.warehousing-banner .swiper-slide { height: 400px; }
	.warehousing-banner-cont { width: 75%; }
	.warehousing-banner-text h2 { font-size: 42px; }
	.main-nav > ul > li > a { font-size: 12px; padding: 10% 9px 10% 9px; }
	.main-nav .main-nav-down a { font-size: 12px; }
	.h-cont-pic { height: 10rem; }
	.h-cont-pic img { object-fit: cover; width: 100%; object-position: -10rem 0; height: 10rem; }
}

/*移动设备竖向1024分辨率以下（含1024px）*/
@media only screen and (max-width:1024px) {
	.row { width: 90%; margin: 0 5%; }

	/* 头部 */
	.header-top { height: 0 }
	.header-top-text { display: none; }
	.header-cont { height: 50px; margin: 0 2%; }
	.head-search { display: none; }
	.logo { margin-top: 11px; width: 125px }
	.language-links { position: fixed; width: 30%; top: 50px; right: -35%; text-align: center; background-color: #fff; margin-left: 0; z-index: 99; transition: All 0.4s; -webkit-transition: All 0.4s; -moz-transition: All 0.4s; -o-transition: All 0.4s; }
	.wap-search-language { display: block; transition: All 0.4s; -webkit-transition: All 0.4s; -moz-transition: All 0.4s; -o-transition: All 0.4s; position: fixed; z-index: 91; background: #fff; top: 100px; height: 50px; top: 50px; width: 40%; right: -45%; border-bottom: 1px solid #ddd; }
	.wap-search-language.wap-search-language-show { top: 50px; right: 0; }

	/* 搜索 */
	.pop-search-box.pop-search-show { display: none }
	.wap-search-box { background: #fff; top: 50px; height: 50px; width: 100%; float: left; }
	.pop-s-search:hover .pop-s-btn span { background: #ffa400; }
	.pop-s-btn-submit { height: 35px; line-height: 35px; font-size: 12px; }
	.pop-s-search-input { border: 0; padding-right: 69px; }
	.pop-s-search-input:hover { border-bottom: 0; }
	.pop-s-search input[type="text"] { width: 100%; font-size: 12px; height: 35px; line-height: 35px; background: #f1f1f1; }
	.pop-search-cont { width: 96%; padding: 7px 0; margin: 0 0 0 2%; }
	.pop-search-close { display: none; }
	.pop-s-btn { width: 70px; height: 35px; background: #ffa400; }
	.pop-s-btn:hover { background: #ffa400; }
	.pop-s-btn span { background: #ffa400; }

	/* 语言版本 */
	.wap-language-links { display: block; width: 100%; margin-top: 5% }
	.wap-language-links a { padding: 10px 15px; display: inline-block; }
	.wap-language-links a span { display: none; color: #000; }

	/* 手机按钮 */
	.wap-nav { display: block; }
	.main-nav { display: none; }

	/* 主导航 */
	.wap-main-nav { right: -45%; display: block; }
	.wap-main-nav > ul > li > a { padding: 0 15px; }

	/* footer */
	.footer-about { width: 30%; margin-right: 5%; }
	.footer-team { width: 38%; }
	.footer-contact { width: 25%; margin-right: 0; float: right; }
	.footer-t-list ul li { width: 45%; margin-right: 5%; }

	/* page-nav-cont */
	.page-nav-cont { position: fixed; top: 50px; width: 100%; left: 0; background: #fff; z-index: 2; }
	.page-nav-inner { margin: 90%; margin: 0 5%; height: 35px; position: relative; }
	.page-nav-box { width: 85%; height: 35px; overflow: hidden; }
	.page-nav-cont ul li { float: left; position: relative; width: 33%; height: 35px; }
	.page-nav-cont ul li a { display: block; height: 35px; line-height: 35px; font-size: 14px; color: #07365f; text-align: center; position: relative; }
	.page-nav-cont ul li a:hover { color: #ffa400; }
	.page-nav-cont ul li.cur a { color: #ffa400; position: relative; width: auto; z-index: 2; left: -2px; right: -2px; }
	.page-nav-cont ul li.cur a:before { bottom: 0; width: 100%; height: 2px; display: block; background: #ffa400; content: ''; position: absolute; }
	.page-nav-cur { position: fixed; z-index: 2; height: 40px; box-shadow: 0 4px 20px rgba(7, 53, 94, 0.5); }
	.page-nav-cur ul li a { height: 40px; line-height: 40px; }
	.page-nav-cur ul li.cur a { color: #ffa400; }
	.page-nav-cur ul li.cur a:before { height: 1px; }
	.page-nav-wrap { width: 100%; height: 35px; }
	.page-nav-btn { width: 20%; position: absolute; right: -5%; top: 0; display: block; }
	.page-nav-btn a { background: #ffa400; color: #fff; display: block; font-size: 12px; text-align: center; height: 35px; line-height: 35px; width: 100%; }
	.wab-page-nav { display: block; position: absolute; z-index: 9; width: 110%; left: -5%; top: 35px; background: #fff; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1); -webkit-transition: opacity .25s linear, top .25s linear; transition: opacity .25s linear, top .25s linear; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; opacity: 0; visibility: hidden; }
	.wab-page-nav-show { opacity: 1; visibility: visible; }
	.wab-page-nav ul li.cur a:before { display: none; }
	.wab-page-nav ul li::before { display: none; }
	.wab-page-nav ul li:last-child::after { display: none; }
	.wab-page-nav ul { padding: 15px; float: left; }
	.wab-page-nav ul li { width: auto; display: inline-block; margin: 0 2% 2% 1%; border-radius: 3px; height: 30px; line-height: 30px; background: #f9f9f9; }
	.wab-page-nav ul li a { height: 30px; line-height: 30px; padding: 0 10px; }
	.wab-page-nav ul li.cur { background: #ffa400; color: #fff; }
	.wab-page-nav ul li.cur a { color: #fff; }
}

/*ipad横向768-1024以内样式表（不含768分辨率-含1024分辨率）*/
@media screen and (min-width:768px) and (max-width:1024px) {
	.row { width: 90%; margin: 0 5%; }

	/* footer */
	.jsz-box { font-size: 14px; }

	/*============================== 首页 ============================== */
	.h-cont-pic { height: 8rem; }
	.h-cont-pic img { object-fit: cover; width: 100%; object-position: -6rem 0; height: 8rem; }
	.h-cont-block:hover .h-c-t-c { margin-left: 0; }
	.h-cont-block .h-c-text { z-index: 3; width: 90%; margin: 0 5%; }
	.h-cont-block .h-c-text h2 { font-size: 28px; }
	.h-cont .h-cont-block a:after { background: #000; background: rgba(0, 0, 0, 0.5); }
	.h-cont .h-cont-block:hover a:after { background: #000; background: rgba(0, 0, 0, 0.5); }
	.h-cont-block a:hover .h-c-text h3 i { margin-left: 5px; }

	/*============================== 内页 ============================== */

	/* 关于我们 */
	.about-title { width: 100%; margin: 0 0 8% 0; }
	.about-title h2 { font-size: 32px; }
	.about-title h3 { font-size: 16px; font-weight: normal; line-height: 27px }
	.about-title p { font-size: 16px; font-weight: normal; line-height: 27px }
	.about-list li i { font-size: 32px; margin-bottom: 6%; }
	.about-list li h3 { font-size: 24px; line-height: 32px; color: #fff; }
	.about-list li h4 { font-size: 14px; }
	.soluton-list { margin-bottom: 5%; }
	.soluton-l-text h2 { font-size: 22px; }
	.soluton-l-text h2:after { margin: 2% 0; }
	.soluton-l-text h3 { font-size: 14px; line-height: 27px; }
	.soluton-cont2 { margin: 5% 0 5% 0; }
	.soluton-cont2 h2 { font-size: 22px; }
	.soluton-cont2 h2:after { margin: 2% 0; }
	.soluton-cont2 p { line-height: 27px; font-size: 14px; width: 100%; }
	.about-value { margin-bottom: 10%; }
	.about-value-cont { margin: 6% 0 6% 0; }
	.about-value-cont h2 { font-size: 16px; margin-bottom: 2%; }
	.about-value-cont h2:after { margin: 3% 0; }
	.about-v-tab .tab li { font-size: 14px; }
	.about-v-t-cont { padding: 3% 5%; }
	.about-v-t-c { font-size: 14px; width: 100%; }
	.about-value-swiper { padding: 5% 5% 13% 5%; }
	.about-value-list dl dt { float: none; margin-right: 0; margin: 0 auto 3% auto; }
	.about-value-list dl dd { float: left; width: 100%; }
	.about-value-list dl dd h3 { width: 100%; font-size: 16px; margin-bottom: 3%; text-align: center; }
	.about-value-list dl dd h4 { margin-bottom: 5%; text-align: center; color: #666; }
	.about-value-list dl dd p { text-align: center; line-height: 22px; }
	.about-v-cont { margin: 6% 0 5% 0; }

	/* .about-v-list { width: 100%; margin-right: 0; margin-bottom: 5%; } */
	.about-v-list h2 { font-size: 22px; color: #fff; margin-bottom: 3%; }
	.about-v-list p { font-size: 14px; line-height: 27px; }
	.about-board-cont { width: 100%; margin: 10% 0 8% 0; }
	.about-board-cont h2 { font-size: 20px; }
	.about-board-cont h2:after { margin: 3% 0; }
	.about-b-swiper { padding: 5% 5% 13% 5%; }
	.about-b-list { width: 100%; margin: 0; }
	.about-b-list dl dt { float: none; width: 60%; margin: 0 auto 5% auto; }
	.about-b-list dl dd h3 { width: 100%; font-size: 16px; margin-bottom: 3%; text-align: center; }
	.about-b-list dl dd h4 { margin-bottom: 5%; text-align: center; color: #666; font-size: 12px; }
	.about-b-list dl dd { line-height: 20px; }
	.about-b-list dl dd p { line-height: 22px; font-size: 14px; text-align: center; }
	.about-n-cont { margin: 8% 0 5% 0; }
	.about-n-title { width: 100%; margin-bottom: 5%; }
	.about-n-cont h2 { font-size: 22px; margin-bottom: 3%; }
	.about-n-cont h2:after { margin: 3% 0; }
	.about-n-cont h3 { font-size: 14px; line-height: 27px; font-weight: normal; }
	.about-n-cont ul li { margin-bottom: 8%; vertical-align: top; }
	.about-n-cont ul li h4 { font-size: 14px; color: #fff; margin-bottom: 1%; }
	.qualifications-hd h2 { font-size: 32px; }
	.qualifications-cont ul li { margin: auto 5% auto; width: 39%; }
	.qualifications-cont ul li p { font-size: 14px; }
	.contact-list-banner { height: 12rem; }

	/* 视频 */
	.video-box { margin: 5% 0 6% 0; }
	.video-hd h2 { font-size: 32px; }
	.play-icon { width: 50px; height: 50px; }
	.videos { width: 60%; }

	/* 通知 */
	.noti-l-icon { font-size: 26px; }
	.notifications-cont h2 { font-size: 32px; }
	.notifications-list { padding-top: 3%; }
	.noti-l-cont { font-size: 14px; line-height: 27px; }
	.noti-l-title h3 { font-size: 20px; margin-bottom: 5px; c }
	.noti-l-title p { font-size: 14px; }
	.noti-l-list li { font-size: 14px; }

	/* 要求加价 */
	.request-banner { height: 18rem; }
	.request-banner img { object-fit: cover; width: 100%; object-position: -48rem 0; height: 18rem; }
	.request-b-cont { width: 90%; margin: 12% 5% 0 5%; }
	.request-b-cont h1 { font-size: 32px; margin-bottom: 1%; }
	.request-b-cont h3 { font-size: 18px; }
	.request-c-info { width: 100%; margin: 6% 0 5% 0; }
	.request-c-info h2 { font-size: 20px }
	.request-c-hd p { font-size: 14px; }
	.request-form-list li { font-size: 14px; }
	.request-c-hd [type="text"] { border-bottom: 1px solid #000; height: 35px; line-height: 35px; }
	.request-form li input[type="text"] { border-bottom: 1px solid #000; height: 35px; line-height: 35px; }
	.request-list { margin-bottom: 3%; }
	.request-list h3 { margin-bottom: 3%; font-size: 14px; }
	.request-list [type="text"] { border-bottom: 1px solid #000; height: 35px; line-height: 35px; }
	.request-list [type="text"] { border-bottom: 1px solid #000; height: 35px; line-height: 35px; }
	.request-list textarea { height: 50px; line-height: 50px; border-bottom: 1px solid #000; }
	.request-checkbox { font-size: 14px; }
	.request-list h5 { font-size: 14px; }
	.request-list p { font-size: 14px; }
	.request-list input[type="file"] { font-size: 14px; }
	.request-submit input[type="submit"] { font-size: 14px; height: 40px; line-height: 40px; }

	/* 仓储 */

	/* banner */
	.warehousing-banner { height: 20rem; width: 100%; position: relative; }
	.warehousing-banner .swiper-slide { height: 20rem; position: relative; }
	.warehousing-banner:hover .swiper-button-next, .warehousing-banner:hover .swiper-button-prev { opacity: 0; visibility: hidden; }
	.warehousing-banner .swiper-button-next:hover, .warehousing-banner .swiper-button-prev:hover { opacity: 0; visibility: hidden; }
	.warehousing-banner:hover .swiper-button-next.swiper-button-disabled, .warehousing-banner:hover .swiper-button-prev.swiper-button-disabled { opacity: 0; visibility: hidden; }
	.warehousing-banner .swiper-pagination { bottom: 15px; }
	.warehousing-banner-cont { width: 90%; margin-top: 10%; }
	.warehousing-banner-text h2 { font-size: 32px; margin-bottom: 1%; }
	.warehousing-banner-text p { font-size: 18px; line-height: 24px; }
	.ware-c1-info { width: 90%; margin: 6% 5% 8% 5%; }
	.ware-c1-info p { font-size: 14px; margin-bottom: 3%; }
	.ware-c1-info ul { margin-left: 5%; }
	.ware-c1-info ul li { font-size: 14px; color: #000; margin-bottom: 5px; }
	.ware-c2-text p { font-size: 14px; line-height: 27px; }
	.vc_progress_bar .vc_single_bar .vc_label { display: block; padding: 5px 20px; position: relative; z-index: 1; }
	.vc_column_container > .vc_column-inner { padding: 0; }
	.warehousing-cont1 { margin-bottom: 6%; }
	.warehousing-cont2 { margin-bottom: 5%; }
	.ware-c2-pic { width: 80%; margin: 0 10% 2% 10%; }
	.ware-c3-text { width: 100%; margin: 0 0 3% 0; }
	.ware-c3-text p { font-size: 14px; line-height: 27px; }
	.ware-c3-list { width: 100%; margin: 0; }
	.ware-c3-list ul { width: 103%; }
	.amazon-f-c-l { width: 68%; margin-right: 0; }
	.amazon-f-c-l-list h2 { font-size: 20px; margin-bottom: 2%; }
	.amazon-f-c-l-text p { margin-bottom: 2%; }
	.amazon-f-c-l-text { font-size: 14px; line-height: 27px; }
	.amazon-fba-info { margin: 3% 0 5% 0; }
	.air-freighta-box { width: 100%; margin: 3% 0 6% 0; }
	.air-fr-c-l { width: 68%; }
	.air-fr-c-l-text { font-size: 14px; line-height: 27px; width: 100%; }
	.air-fr-c-r h2 { font-size: 16px; }
	.air-fr-nav ul li a { font-size: 14px; }
	.air-fr-down ul li a { font-size: 14px; }
	.air-fr-c-r-info a { font-size: 16px; }
	.ware-c3-l-hd h2 { font-size: 16px; }
	.ware-c3-l-hd p { font-size: 14px; }
	.page-nav-wrap { display: none; }

	/* 联系我们 */
	.contact-banner { height: 18rem; }
	.contact-banner img { object-fit: cover; width: 100%; object-position: -48rem 0; height: 18rem; }
	.contact-b-cont { text-align: center; width: 90%; margin-top: 12%; }
	.contact-b-cont h1 { font-size: 28px; margin-bottom: 1%; }
	.contact-b-cont h3 { font-size: 18px; }
	.contact-c-l { font-size: 14px; }
	.contact-c-l h2 { font-size: 32px; }
	.contact-c-l h3 { font-size: 20px; margin-bottom: 2%; }
	.contact-c-r h2 { font-size: 24px; }
	.contact-form li input[type="text"] { font-size: 14px; height: 40px; line-height: 40px; }
	.contact-form li textarea { height: 100px; font-size: 14px; }
	.contact-form li input[type="submit"] { font-size: 14px; height: 40px; line-height: 40px; margin-top: 5%; }

	/* 搜索 */
	.search-box { margin: 5% 0 6% 0; }
	.search-name { margin-bottom: 2%; font-size: 32px; }
	.search-list { font-size: 16px; line-height: 36px; }
}

/*phone横向480-ipad竖向768分辨率（不含480分辨率-含768分辨率）*/
@media screen and (min-width:480px) and (max-width:768px) {
	.row { width: 90%; margin: 0 5%; }

	/* 主导航 */
	.wap-main-nav { right: -75%; width: 70%; }
	.wap-search-language { right: -75%; width: 70%; }

	/* footer */
	.footer-logo { width: 35%; }
	.footer-cont { width: 86%; margin: 10% 7% 5% 7%; }
	.footer-about { width: 90%; margin: 0 0 10% 0; }
	.footer-about h2 { font-size: 14px; }
	.footer-team { width: 100%; margin: 0 0 4% 0; }
	.footer-team h2 { font-size: 14px; margin-bottom: 3%; }
	.footer-t-list { margin-top: 3%; }
	.footer-t-list h3 { font-size: 14px; }
	.footer-t-list h4 { margin-bottom: 2%; }
	.footer-t-list ul li { width: 47%; margin-bottom: 2%; }
	.footer-t-list ul li:nth-child(even) { margin-right: 0; }
	.footer-contact { width: 100%; margin-right: 0; margin-bottom: 6%; float: right; }
	.footer-contact h2 { font-size: 14px; margin-bottom: 2%; }
	.footer-c-text { line-height: 27px; }
	.footer-bottom .copyright { line-height: 18px; margin: 3% 5%; text-align: center; }
	.footer-b-link { display: none; }
	.jsz-box { font-size: 14px; }

	/*============================== 首页 ============================== */
	.h-cont-pic { height: 10rem; }
	.h-cont-pic img { object-fit: cover; width: 100%; object-position: -36rem 0; height: 10rem; }
	.h-cont-block:hover .h-c-t-c { margin-left: 0; }
	.h-cont-block .h-c-text { z-index: 3; width: 90%; margin: 0 5%; }
	.h-cont-block .h-c-text h2 { font-size: 24px; line-height: 27px; }
	.h-cont .h-cont-block a:after { background: #000; background: rgba(0, 0, 0, 0.5); }
	.h-cont .h-cont-block:hover a:after { background: #000; background: rgba(0, 0, 0, 0.5); }
	.h-cont-block a:hover .h-c-text h3 i { margin-left: 5px; }

	/*============================== 内页 ============================== */

	/* 关于我们 */
	.about-title { width: 100%; margin: 0 0 8% 0; }
	.about-title h2 { font-size: 24px; }
	.about-title h3 { font-size: 14px; font-weight: normal; line-height: 27px }
	.about-title p { font-size: 14px; font-weight: normal; line-height: 27px }
	.about-list li i { font-size: 32px; margin-bottom: 6%; }
	.about-list li h3 { font-size: 22px; line-height: 23px; color: #fff; }
	.about-list li h4 { font-size: 12px; }
	.soluton-list { margin-bottom: 3%; }
	.soluton-l-pic { width: 100%; margin-right: 0; margin-bottom: 5%; }
	.soluton-l-text { width: 100%; }
	.soluton-l-text h2 { font-size: 18px; }
	.soluton-l-text h2:after { margin: 3% 0; }
	.soluton-l-text h3 { font-size: 14px; line-height: 27px; }
	.soluton-cont2 { margin: 5% 0 5% 0; }
	.soluton-cont2 h2 { font-size: 18px; }
	.soluton-cont2 h2:after { margin: 2% 0; }
	.soluton-cont2 p { line-height: 27px; font-size: 14px; width: 100%; }
	.about-value { margin-bottom: 10%; }
	.about-value-cont { margin: 6% 0 6% 0; }
	.about-value-cont h2 { font-size: 18px; margin-bottom: 2%; }
	.about-value-cont h2:after { margin: 3% 0; }
	.about-v-tab .tab li { font-size: 14px; }
	.about-v-t-cont { padding: 3% 5%; }
	.about-v-t-c { font-size: 14px; width: 100%; }
	.about-value-swiper { padding: 5% 5% 13% 5%; }
	.about-value-list dl dt { float: none; margin-right: 0; margin: 0 auto 3% auto; }
	.about-value-list dl dd { float: left; width: 100%; }
	.about-value-list dl dd h3 { width: 100%; font-size: 16px; margin-bottom: 3%; text-align: center; }
	.about-value-list dl dd h4 { margin-bottom: 5%; text-align: center; color: #666; }
	.about-value-list dl dd p { text-align: center; line-height: 22px; }
	.about-v-cont { margin: 6% 0 5% 0; }
	.about-v-list { width: 100%; margin-right: 0; margin-bottom: 5%; }
	.about-v-list h2 { font-size: 18px; color: #fff; margin-bottom: 3%; }
	.about-v-list p { font-size: 14px; line-height: 27px; }
	.about-board-cont { width: 100%; margin: 10% 0 8% 0; }
	.about-board-cont h2 { font-size: 16px; }
	.about-board-cont h2:after { margin: 3% 0; }
	.about-b-swiper { padding: 5% 5% 13% 5%; }
	.about-b-list { width: 100%; margin: 0; }
	.about-b-list dl dt { float: none; width: 60%; margin: 0 auto 5% auto; }
	.about-b-list dl dd h3 { width: 100%; font-size: 16px; margin-bottom: 3%; text-align: center; }
	.about-b-list dl dd h4 { margin-bottom: 5%; text-align: center; color: #666; font-size: 12px; }
	.about-b-list dl dd { line-height: 20px; }
	.about-b-list dl dd p { line-height: 22px; font-size: 14px; text-align: center; }
	.about-n-cont { margin: 10% 0 5% 0; }
	.about-n-title { width: 100%; margin-bottom: 10%; }
	.about-n-cont h2 { font-size: 18px; margin-bottom: 3%; }
	.about-n-cont h2:after { margin: 3% 0; }
	.about-n-cont h3 { font-size: 14px; line-height: 27px; font-weight: normal; }
	.about-n-cont ul li { width: 100%; margin-bottom: 8%; }
	.about-n-cont ul li h4 { font-size: 14px; color: #fff; margin-bottom: 1%; }
	.qualifications-hd h2 { font-size: 24px; }
	.qualifications-cont ul li { margin: auto 5% auto; width: 39%; }
	.qualifications-cont ul li p { font-size: 14px; }
	.contact-list-banner { height: 12rem; }

	/* 支付 */
	.payment-cord { width: 70%; margin: 0 15% 5% 15%; }
	.payment-box { margin: 6% 0 12% 0; }
	.payment-list dl { width: 100%; float: left; }
	.payment-list dl dt { border: 1px solid #f19c02; border-bottom: 0; height: auto; line-height: 20px; font-size: 14px; padding: 4% 0; float: left; width: 100%; }
	.payment-list dl dt i { width: 20px; float: left; margin-top: 2px; }
	.payment-list dl dt em { width: 30px; float: left; margin-top: 2px; }
	.payment-list dl dt span { float: left; width: 80%; }
	.payment-list dl dd { width: 100%; float: left; }
	.payment-table { width: 98%; margin: 1% 1% 2% 1%; font-size: 12px; }
	.payment-table td { word-wrap: break-word; word-break: normal; word-break: break-all; padding: 2% 3%; }
	.payment-lsit { font-size: 12px; line-height: 20px; }
	.payment-lsit li { margin-bottom: 2%; }

	/* 通知 */
	.noti-l-icon { font-size: 24px; }
	.notifications-cont h2 { font-size: 24px; margin-bottom: 4%; }
	.noti-l-icon { width: 12%; }
	.noti-l-cont { width: 80%; font-size: 14px; line-height: 27px; }
	.notifications-list { margin-bottom: 5%; }
	.notifications-list2 { width: 100%; margin-bottom: 5%; border: 1px solid #34ccff; padding: 2% 1%; }
	.noti-l-cont2 { width: 80%; font-size: 14px; line-height: 22px; }
	.notifications-list3 { width: 100%; margin-bottom: 5%; border: 1px solid #34ccff; }
	.noti-l-cont3 { width: 80%; font-size: 14px; line-height: 22px; }
	.notifications-list { padding-top: 3%; }
	.noti-l-cont { font-size: 14px; line-height: 27px; }
	.noti-l-title h3 { font-size: 20px; margin-bottom: 5px; c }
	.noti-l-title p { font-size: 14px; }
	.noti-l-title { margin-bottom: 4%; }
	.noti-l-list li { font-size: 14px; }

	/* 要求加价 */
	.request-banner { height: 17rem; }
	.request-b-cont { width: 90%; margin: 14% 5% 0 5%; }
	.request-b-cont h1 { font-size: 28px; margin-bottom: 3%; }
	.request-b-cont h3 { font-size: 14px; }
	.request-c-info { width: 100%; margin: 6% 0 12% 0; }
	.request-c-info h2 { font-size: 20px }
	.request-c-hd p { font-size: 14px; }
	.request-c-hd { width: 100%; }
	.request-form-list li { width: 100%; font-size: 14px; }
	.request-form li p { font-weight: normal; }
	.request-c-hd [type="text"] { border-bottom: 1px solid #000; height: 35px; line-height: 35px; }
	.request-form li input[type="text"] { border-bottom: 1px solid #000; height: 35px; line-height: 35px; }
	.request-list { margin-bottom: 3%; }
	.request-list h3 { margin-bottom: 3%; font-size: 14px; }
	.request-list [type="text"] { border-bottom: 1px solid #000; height: 35px; line-height: 35px; }
	.request-list [type="text"] { border-bottom: 1px solid #000; height: 35px; line-height: 35px; }
	.request-list textarea { height: 80px; border-bottom: 1px solid #000; }
	.request-checkbox { font-size: 14px; font-weight: normal; }
	.request-list h5 { font-weight: normal; font-size: 14px; }
	.request-list p { font-size: 14px; }
	.request-list input[type="file"] { font-size: 14px; }
	.request-submit input[type="submit"] { font-size: 14px; height: 40px; line-height: 40px; }

	/* 仓储 */

	/* banner */
	.warehousing-banner { height: 17rem; width: 100%; position: relative; }
	.warehousing-banner .swiper-slide { height: 17rem; position: relative; }
	.warehousing-banner:hover .swiper-button-next, .warehousing-banner:hover .swiper-button-prev { opacity: 0; visibility: hidden; }
	.warehousing-banner .swiper-button-next:hover, .warehousing-banner .swiper-button-prev:hover { opacity: 0; visibility: hidden; }
	.warehousing-banner:hover .swiper-button-next.swiper-button-disabled, .warehousing-banner:hover .swiper-button-prev.swiper-button-disabled { opacity: 0; visibility: hidden; }
	.warehousing-banner .swiper-pagination { bottom: 15px; }
	.warehousing-banner-cont { width: 90%; margin-top: 10%; }
	.warehousing-banner-text h2 { font-size: 28px; }
	.warehousing-banner-text h3 { font-size: 18px; }
	.warehousing-banner-text p { font-size: 14px; line-height: 24px; }
	.ware-c1-info { width: 90%; margin: 6% 5% 8% 5%; }
	.ware-c1-info-hd h3 { font-size: 20px; }
	.ware-c1-info p { font-size: 14px; color: #fff; line-height: 27px; margin-bottom: 3%; }
	.ware-c1-info ul { margin-left: 5%; }
	.ware-c1-info ul li { font-size: 14px; color: #000; margin-bottom: 5px; }
	.ware-c2-text { width: 100%; margin: 0 0 4% 0; }
	.ware-c2-text h2 { font-size: 20px; }
	.ware-c2-text p { font-size: 14px; line-height: 27px; }
	.wpb_column { width: 100%; }
	.vc_progress_bar .vc_single_bar .vc_label { display: block; padding: 5px 20px; position: relative; z-index: 1; }
	.vc_column_container > .vc_column-inner { padding: 0; }
	.warehousing-cont1 { margin-bottom: 6%; }
	.warehousing-cont2 { margin-bottom: 5%; }
	.ware-c2-pic { width: 80%; margin: 0 10% 2% 10%; }
	.ware-c3-text { width: 100%; margin: 0 0 3% 0; }
	.ware-c3-text h2 { font-size: 20px; }
	.ware-c3-text h2:after { margin: 2% auto; }
	.ware-c3-text p { font-size: 14px; line-height: 27px; }
	.ware-c3-list { width: 100%; margin: 0; }
	.ware-c3-list ul { width: 103%; }
	.ware-c3-list li { width: 47%; margin-right: 3%; margin-bottom: 3%; float: left; position: relative; }
	.amazon-fba-box { width: 90%; margin: 5% 5% 6% 5%; }
	.amazon-f-c-l { width: 100%; margin-right: 0; }
	.amazon-f-c-l-list { width: 100%; margin-right: 0; }
	.amazon-f-c-l-list h2 { font-size: 18px; margin-bottom: 2%; }
	.amazon-f-c-l-text p { margin-bottom: 2%; }
	.amazon-f-c-l-text { font-size: 14px; line-height: 27px; }
	.amazon-fba-info { margin: 3% 0 5% 0; }
	.air-freighta-box { width: 90%; margin: 3% 5% 6% 5%; }
	.air-fr-c-l { width: 100%; margin-right: 0; margin-bottom: 10%; }
	.services-name { margin-bottom: 4%; }
	.services-name i { width: 4px; height: 22px; margin-right: 8px; }
	.services-name span { font-size: 24px; }
	.air-fr-c-l-text .air-fr-c-l-pic { margin-bottom: 5%; }
	.air-fr-c-l-text { font-size: 14px; line-height: 27px; width: 100%; }
	.air-fr-c-l-text h2 { font-size: 18px; }
	.air-fr-c-l-l-pic { margin-right: 0%; width: 100%; }
	.air-fr-c-r { width: 100%; margin-right: 0; }
	.air-fr-c-r h2 { font-size: 16px; }
	.air-fr-nav ul li a { font-size: 14px; }
	.air-fr-down ul li a { font-size: 14px; }
	.air-fr-c-r-info a { font-size: 18px; display: block; color: #ffa400; }
	.air-fr-nav { display: none; }
	.page-nav-cont { display: block; }
	.ware-c3-l-hd h2 { font-size: 14px; }
	.ware-c3-l-hd p { font-size: 14px; }
	.ware-c3-l-more h3 { font-size: 20px; }

	/* 视频 */
	.video-box { margin: 6% 0 10% 0; }
	.video-hd h2 { font-size: 24px; }
	.videolist { width: 47%; }
	.videos { width: 80%; }
	.video-name h3 { font-size: 14px; }
	.play-icon { width: 50px; height: 50px; }

	/* 联系我们 */
	.contact-banner { height: 17rem; }
	.contact-b-cont { text-align: center; width: 90%; margin: 14% 5% 0 5%; }
	.contact-b-cont h1 { font-size: 28px; }
	.contact-b-cont h3 { font-size: 14px; }
	.contact-cont { margin-bottom: 10%; }
	.contact-c-l { width: 100%; margin-top: 6%; margin-bottom: 5%; font-size: 14px; line-height: 27px; }
	.contact-c-l h2 { font-size: 24px; }
	.contact-c-l h3 { font-size: 20px; margin-bottom: 2%; }
	.contact-c-r { width: 100%; margin-top: 0%; }
	.contact-c-r h2 { width: 100%; font-size: 20px; }
	.contact-form li { font-size: 14px; margin-bottom: 10px; }
	.contact-form li input[type="text"] { font-size: 14px; height: 35px; line-height: 35px; }
	.contact-form li textarea { height: 80px; font-size: 14px; }
	.contact-form li input[type="submit"] { font-size: 14px; height: 40px; line-height: 40px; margin-top: 5%; }

	/* 搜索 */
	.search-box { margin: 5% 0 10% 0; }
	.search-cont { width: 100%; }
	.search-name { margin-bottom: 2%; font-size: 24px; }
	.search-list { font-size: 14px; line-height: 23px; }
}

/*phone竖向480分辨率以下（含480px）*/
@media only screen and (max-width:480px) {
	.row { width: 90%; margin: 0 5%; }

	/* 主导航 */
	.wap-main-nav { right: -105%; width: 100%; }
	.wap-search-language { right: -105%; width: 100%; }

	/* footer */
	.footer-logo { width: 35%; }
	.footer-cont { width: 90%; margin: 10% 5% 5% 5%; }
	.footer-about { width: 100%; margin: 0 0 15% 0; }
	.footer-about h2 { font-size: 14px; margin-bottom: 4%; }
	.footer-about h2 span:after { height: 1px; }
	.footer-team { width: 100%; margin: 0 0 6% 0; }
	.footer-team h2 { font-size: 14px; margin-bottom: 4% }
	.footer-team h2 span:after { height: 1px; }
	.footer-contact h2 { font-size: 14px; margin-bottom: 4%; }
	.footer-contact h2 span:after { height: 1px; }
	.footer-t-list { margin-top: 5%; }
	.footer-t-list h3 { font-size: 12px; }
	.footer-t-list ul li { width: 47%; }
	.footer-t-list ul li:nth-child(even) { margin-right: 0; }
	.footer-contact { width: 100%; margin-right: 0; margin-bottom: 6%; float: right; }
	.footer-c-text { line-height: 27px; }
	.footer-bottom .copyright { line-height: 18px; margin: 3% 5%; text-align: center; }
	.footer-b-link { display: none; }
	.jsz-box { text-align: center; min-height: 190px; font-size: 12px; }

	/*============================== 首页 ============================== */
	.h-cont-pic { height: 8rem; }
	.h-cont-pic img { object-fit: cover; width: 100%; object-position: -35rem 0; height: 8rem; }
	.h-cont-block:hover .h-c-t-c { margin-left: 0; }
	.h-cont-block .h-c-text { z-index: 3; width: 90%; margin: 0 5%; }
	.h-cont-block .h-c-text h2 { font-size: 24px; line-height: 24px; }
	.h-cont-block .h-c-text h3 { font-size: 12px; }
	.h-cont .h-cont-block a:after { background: #000; background: rgba(0, 0, 0, 0.5); }
	.h-cont .h-cont-block:hover a:after { background: #000; background: rgba(0, 0, 0, 0.5); }
	.h-cont-block a:hover .h-c-text h3 i { margin-left: 5px; }

	/*============================== 内页 ============================== */

	/* 关于我们 */
	.about-title { width: 100%; margin: 0 0 8% 0; }
	.about-title h2 { font-size: 22px; }
	.about-title h3 { font-size: 14px; font-weight: normal; line-height: 27px }
	.about-title p { font-size: 14px; font-weight: normal; line-height: 23px }
	.about-list li i { font-size: 32px; margin-bottom: 6%; }
	.about-list li h3 { font-size: 14px; line-height: 27px; color: #fff; }
	.about-list li h4 { font-size: 11px; }
	.soluton-list { margin-bottom: 3%; }
	.soluton-l-pic { width: 100%; margin-right: 0; margin-bottom: 5%; }
	.soluton-l-text { width: 100%; }
	.soluton-l-text h2 { font-size: 16px; }
	.soluton-l-text h2:after { margin: 3% 0; }
	.soluton-l-text h3 { font-size: 14px; line-height: 23px; }
	.soluton-cont2 { margin: 6% 0 8% 0; }
	.soluton-cont2 h2 { font-size: 16px; }
	.soluton-cont2 h2:after { margin: 3% 0; height: 2px; }
	.soluton-cont2 p { line-height: 23px; font-size: 14px; width: 100%; }
	.about-value { margin-bottom: 10%; }
	.about-value-cont { margin: 6% 0 6% 0; }
	.about-value-cont h2 { font-size: 16px; margin-bottom: 2%; }
	.about-value-cont h2:after { margin: 3% 0; }
	.about-v-tab .tab li { font-size: 14px; }
	.about-v-t-cont { padding: 3% 5%; }
	.about-v-t-c { font-size: 14px; width: 100%; }
	.about-value-swiper { padding: 5% 5% 13% 5%; }
	.about-value-list dl dt { float: none; margin-right: 0; margin: 0 auto 3% auto; }
	.about-value-list dl dd { float: left; width: 100%; }
	.about-value-list dl dd h3 { width: 100%; font-size: 16px; margin-bottom: 3%; text-align: center; }
	.about-value-list dl dd h4 { margin-bottom: 5%; text-align: center; color: #666; }
	.about-value-list dl dd p { text-align: center; line-height: 22px; }
	.about-v-cont { margin: 10% 0 9% 0; }
	.about-v-list { width: 100%; margin-right: 0; margin-bottom: 8%; }
	.about-v-list h2 { font-size: 16px; color: #fff; margin-bottom: 3%; }
	.about-v-list h2:after { height: 2px; }
	.about-v-list p { font-size: 14px; line-height: 23px; }
	.about-board-cont { width: 100%; margin: 10% 0 8% 0; }
	.about-board-cont h2 { font-size: 16px; }
	.about-board-cont h2:after { margin: 3% 0; }
	.about-b-swiper { padding: 5% 5% 13% 5%; }
	.about-b-list { width: 100%; margin: 0; }
	.about-b-list dl dt { float: none; width: 60%; margin: 0 auto 5% auto; }
	.about-b-list dl dd h3 { width: 100%; font-size: 16px; margin-bottom: 3%; text-align: center; }
	.about-b-list dl dd h4 { margin-bottom: 5%; text-align: center; color: #666; font-size: 12px; }
	.about-b-list dl dd { line-height: 20px; }
	.about-b-list dl dd p { line-height: 22px; font-size: 14px; text-align: center; }
	.about-n-cont { margin: 10% 0 5% 0; }
	.about-n-title { width: 100%; margin-bottom: 10%; }
	.about-n-cont h2 { font-size: 16px; margin-bottom: 3%; }
	.about-n-cont h2:after { margin: 3% 0; }
	.about-n-cont h3 { font-size: 14px; line-height: 23px; font-weight: normal; }
	.about-n-cont ul li { width: 100%; margin-bottom: 8%; }
	.about-n-cont ul li h4 { font-size: 14px; color: #fff; margin-bottom: 1%; }
	.qualifications-hd h2 { font-size: 22px; }
	.qualifications-box { margin: 6% 0; }
	.qualifications-cont ul li { display: block; margin: 0 auto 10% auto; width: 80%; }
	.about-n-cont ul li h5 { font-size: 12px; }
	.qualifications-cont ul li p { font-size: 12px; }
	.contact-list-banner { height: 12rem; }
	.warehousing-banner-text h3 { font-size: 14px; line-height: 21px; }

	/* 支付 */
	.payment-cord { width: 70%; margin: 0 15% 5% 15%; }
	.payment-box { margin: 6% 0 12% 0; }
	.payment-list dl { width: 100%; float: left; }
	.payment-list dl dt { border: 1px solid #f19c02; border-bottom: 0; height: auto; line-height: 20px; font-size: 14px; padding: 4% 0; float: left; width: 100%; }
	.payment-list dl dt i { width: 20px; float: left; margin-top: 2px; }
	.payment-list dl dt em { width: 30px; float: left; margin-top: 2px; }
	.payment-list dl dt span { float: left; width: 80%; }
	.payment-list dl dd { width: 100%; float: left; }
	.payment-table { width: 98%; margin: 1% 1% 2% 1%; font-size: 12px; }
	.payment-table td { word-wrap: break-word; word-break: normal; word-break: break-all; padding: 2% 3%; }
	.payment-lsit { font-size: 12px; line-height: 20px; }
	.payment-lsit li { margin-bottom: 2%; }

	/* 通知 */
	.noti-l-icon { font-size: 24px; }
	.notifications-cont h2 { font-size: 22px; margin-bottom: 4%; }
	.noti-l-icon { width: 12%; }
	.noti-l-cont { width: 80%; line-height: 23px; }
	.notifications-list { margin-bottom: 5%; }
	.notifications-list2 { width: 100%; margin-bottom: 5%; border: 1px solid #34ccff; padding: 2% 1%; }
	.noti-l-cont2 { width: 80%; font-size: 14px; line-height: 22px; }
	.notifications-list3 { width: 100%; margin-bottom: 5%; border: 1px solid #34ccff; }
	.noti-l-cont3 { width: 80%; font-size: 14px; line-height: 22px; }
	.notifications-list { padding-top: 5%; }
	.noti-l-cont { font-size: 14px; line-height: 27px; }
	.noti-l-title h3 { font-size: 20px; margin-bottom: 5px; }
	.noti-l-title { margin-bottom: 5%; }
	.noti-l-title p { font-size: 12px; }
	.noti-l-list li { font-size: 14px; }
	.noti-l-list li a { padding: 3% 0; font-size: 14px; }

	/* 要求加价 */
	.request-banner { height: 12rem; }
	.request-b-cont { width: 90%; margin: 14% 5% 0 5%; }
	.request-b-cont h1 { font-size: 22px; margin-bottom: 3%; }
	.request-b-cont h3 { font-size: 12px; }
	.request-c-info { width: 100%; margin: 6% 0 12% 0; }
	.request-c-info h2 { font-size: 18px }
	.request-c-hd p { font-size: 12px; }
	.request-c-hd { width: 100%; }
	.request-form-list li { width: 100%; font-size: 12px; }
	.request-form li p { font-weight: normal; }
	.request-c-hd [type="text"] { border-bottom: 1px solid #000; height: 30px; line-height: 30px; }
	.request-form li input[type="text"] { border-bottom: 1px solid #000; height: 30px; line-height: 30px; }
	.request-list { margin-bottom: 3%; }
	.request-list h3 { margin-bottom: 3%; font-size: 12px; }
	.request-list [type="text"] { border-bottom: 1px solid #000; height: 30px; line-height: 30px; }
	.request-list [type="text"] { border-bottom: 1px solid #000; height: 30px; line-height: 30px; }
	.request-list textarea { height: 50px; border-bottom: 1px solid #000; }
	.request-checkbox { font-size: 12px; font-weight: normal; }
	.request-list h5 { font-weight: normal; font-size: 12px; }
	.request-list p { font-size: 12px; line-height: 23px; }
	.request-list input[type="file"] { font-size: 12px; }
	.request-submit { margin-top: 5%; }
	.request-submit input[type="submit"] { font-size: 12px; height: 40px; line-height: 40px; }

	/* 仓储 */

	/* banner */
	.warehousing-banner { height: 12rem; width: 100%; position: relative; }
	.warehousing-banner .swiper-slide { height: 12rem; position: relative; }
	.warehousing-banner:hover .swiper-button-next, .warehousing-banner:hover .swiper-button-prev { opacity: 0; visibility: hidden; }
	.warehousing-banner .swiper-button-next:hover, .warehousing-banner .swiper-button-prev:hover { opacity: 0; visibility: hidden; }
	.warehousing-banner:hover .swiper-button-next.swiper-button-disabled, .warehousing-banner:hover .swiper-button-prev.swiper-button-disabled { opacity: 0; visibility: hidden; }
	.warehousing-banner .swiper-pagination { bottom: 15px; }
	.warehousing-banner-cont { width: 90%; margin-top: 12%; }
	.warehousing-banner-text h2 { font-size: 18px; margin-bottom: 0; }
	.warehousing-banner-text p { font-size: 12px; line-height: 23px; }
	.ware-c1-info { width: 96%; margin: 10% 2% 12% 2%; }
	.ware-c1-info-hd h3 { font-size: 18px; }
	.ware-c1-info p { font-size: 12px; color: #fff; line-height: 23px; margin-bottom: 3%; }
	.ware-c1-info ul { margin-left: 5%; }
	.ware-c1-info ul li { font-size: 12px; color: #000; margin-bottom: 5px; }
	.ware-c2-text { width: 100%; margin: 0 0% 6% 0%; }
	.ware-c2-text h2 { font-size: 18px; }
	.ware-c2-text p { font-size: 14px; line-height: 23px; }
	.wpb_column { width: 100%; }
	.vc_progress_bar .vc_single_bar .vc_label { display: block; padding: 5px 20px; position: relative; z-index: 1; }
	.warehousing-cont1 { margin-bottom: 6%; }
	.warehousing-cont2 { margin-bottom: 8%; }
	.ware-c2-pic { width: 90%; margin: 0 5% 2% 5%; }
	.ware-c3-text { width: 100%; margin: 0 0% 3% 0%; }
	.ware-c3-text h2 { font-size: 18px; }
	.ware-c3-text h2:after { margin: 2% auto; }
	.ware-c3-text p { font-size: 14px; line-height: 23px; }
	.ware-c3-list { width: 100%; margin: 0; }
	.ware-c3-list ul { width: 102%; }
	.ware-c3-list li { width: 48%; margin-right: 2%; margin-bottom: 2%; float: left; position: relative; }
	.amazon-fba-box { width: 100%; margin: 5% 0% 6% 0%; }
	.amazon-f-c-l { width: 100%; margin-right: 0; margin-bottom: 5%; }
	.amazon-f-c-l-list { width: 100%; margin-right: 0; }
	.amazon-f-c-l-list h2 { font-size: 16px; margin-bottom: 2%; }
	.amazon-f-c-l-text { font-size: 14px; line-height: 23px; }
	.amazon-fba-info { margin: 6% 0; }
	.amazon-fba-info ul li span { font-size: 12px; }
	.amazon-fba-info ul li i img { max-width: 100%; }
	.ware-c3-l-hd h2 { font-size: 14px; }
	.ware-c3-l-hd p { font-size: 12px; }
	.ware-c3-l-more h3 { font-size: 18px; }
	.air-freighta-box { width: 100%; margin: 6% 0 6% 0; }
	.air-fr-c-l { width: 100%; margin-right: 0; margin-bottom: 10%; }
	.services-name { margin-bottom: 4%; }
	.services-name i { width: 4px; height: 16px; margin-right: 8px; }
	.services-name span { font-size: 22px; }
	.air-fr-c-l-text .air-fr-c-l-pic { margin-bottom: 5%; }
	.air-fr-c-l-text { font-size: 14px; line-height: 23px; width: 100%; }
	.air-fr-c-l-text h2 { font-size: 16px; }
	.air-fba-info ul li span { font-size: 12px; }
	.air-fba-info ul li i img { max-width: 100%; }
	.air-fr-c-l-l-pic { margin-right: 0%; width: 100%; }
	.air-fr-c-r { width: 100%; margin-right: 0; }
	.air-fr-c-r h2 { font-size: 16px; }
	.air-fr-nav ul li a { font-size: 14px; }
	.air-fr-down ul li a { font-size: 14px; }
	.air-fr-nav { display: none; }
	.air-fba-info ul li span { font-size: 12px; }
	.air-fr-c-r-info a { display: block; font-size: 14px; }
	.page-nav-cont { display: block; }
	.page-nav-cont ul li { width: 50%; }
	.page-nav-cont .wab-page-nav ul li { width: 38%; }
	.page-nav-cont ul li a { font-size: 12px; }

	/* 视频 */
	.video-box { margin: 5% 0 10% 0; }
	.video-hd { margin-bottom: 4%; }
	.video-hd h2 { font-size: 22px; }
	.video-list { width: 100%; }
	.videolist { width: 100%; margin-right: 0; }
	.videos { width: 90%; }
	.video-name h3 { font-size: 14px; }
	.play-icon { width: 40px; height: 40px; }

	/* 联系我们 */
	.contact-banner { height: 12rem; }
	.contact-b-cont { text-align: center; width: 90%; margin: 14% 5% 0 5%; }
	.contact-b-cont h1 { font-size: 20px; margin-bottom: 3%; }
	.contact-b-cont h3 { font-size: 14px; }
	.contact-cont { margin-bottom: 10%; }
	.contact-c-l { width: 100%; margin-top: 6%; margin-bottom: 5%; font-size: 14px; line-height: 23px; }
	.contact-c-l h3 { font-size: 20px; margin-bottom: 2%; }
	.contact-c-r { width: 100%; margin-top: 0%; }
	.contact-c-r h2 { width: 100%; font-size: 18px; }
	.contact-form li { font-size: 14px; margin-bottom: 10px; }
	.contact-form li input[type="text"] { font-size: 14px; height: 30px; line-height: 30px; }
	.contact-form li textarea { height: 60px; font-size: 14px; line-height: 18px }
	.contact-form li input[type="submit"] { font-size: 14px; height: 40px; line-height: 40px; margin-top: 5%; }
	.contact-c-l h2 { font-size: 22px; }

	/* 搜索 */
	.search-box { margin: 8% 0 15% 0; }
	.search-cont { width: 100%; }
	.search-name { margin-bottom: 2%; font-size: 22px; }
	.search-list { font-size: 14px; line-height: 23px; }
}
