@import url("reset.css");
@import url("fonts.css");
@import url("//at.alicdn.com/t/c/font_4966493_x4dnch1js2.css");
:root {
	--main-color: #a2cf00;
	--color-lan: #363f4d;
}
html{
	background:#fff;
}
body{
	font-size:14px;
	line-height: 1.5;
	overflow-x:hidden;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}
body{
	font-family:'PoppinsRegular',Arial,Helvetica,sans-serif;
}
body.lang-zh_cn{
	font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
}

a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration:none;
}
a:hover {
	color:#0554F2;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
.clear{clear:both; margin:0; padding:0;height:0;overflow:hidden;}
/** 公共样式 **/
.section{
	width: 100%;
	padding: 20px 0;
	height: auto;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
section{
	padding: 20px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.pc-hide{
	display: block;
}
.mb-hide-992{
	display: none;
}
.pc-hide-992{
	display: block;
}

@media (min-width: 768px) {
	body > section {
  		padding: 30px 0;
	}
	.section{
		padding: 30px 0;
	}
	.pc-hide{
		display: none;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
	.section{
		padding: 35px 0;
	}
	.mb-hide-992{
		display: block;
	}
	.pc-hide-992{
		display: none;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
	.section{
		padding: 45px 0;
	}
}
@media (min-width: 1400px) {
	body > section {
  		padding: 60px 0;
	}
	.section{
		padding: 60px 0;
	}
}

.container{
	/* padding-right: 15px;
	padding-left: 15px; */
	margin-right: auto;
	margin-left: auto;
	width: 92%;
	max-width: 1600px;
}
.container-1400{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1430px;
}
.container-1600{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1630px;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.container-nav{
	padding-left: 3.125vw;
	padding-right: 3.125vw;
}

.fl{float: left;}.fr{float: right;}
.txt-lt{text-align: left;}.txt-cr{text-align: center;}.txt-rt{text-align: right;}
.mgn-t5{margin-top: 5px;}
.mgn-t10{margin-top: 10px;}.mgn-t15{margin-top: 15px;}
.mgn-t20{margin-top: 20px;}.mgn-t25{margin-top: 25px;}
.mgn-t30{margin-top: 30px;}.mgn-t35{margin-top: 35px;}
.mgn-t40{margin-top: 40px;}.mgn-t45{margin-top: 45px;}
.mgn-t50{margin-top: 50px;}.mgn-t55{margin-top: 55px;}
.mgn-t60{margin-top: 60px;}
.img-block{display: block;margin: 0 auto;width: 100%;height: auto;}
.transitions{webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

h1,.h1{font-size: 36px;}
h2,.h2{font-size: 30px;}
h3,.h3{font-size: 24px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 14px;}

.pic{
	height: auto;
	overflow: hidden;
}
.pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: 0.5s;
}

/** 顶部 **/
.full-top{
	width: 100%;
	background-color: #fff;
	height: 47px;
	display: none;
	padding: 8px 0;
	border-bottom: 1px solid #c4c0bd;
}

@media (min-width: 992px) {
	.full-top{
		display: block;
	}	
}
/** header **/
.header{
	width: 100%;
	position: relative;
	z-index: 100;
	background-color: transparent;
}
.header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	transition: 0.5s;
}
.header.fixed.fixed-bgc{
	/* background-color: rgba(255,255,255,1); */
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.top-flex-nav{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.logo{
	height: 50px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items:Center;
	padding: 5px 0;
	overflow: hidden;
	transition: 0.5s;
}
.logo a{
	display:block;
	height: 100%;
	position: relative;
}
.logo img{
	display:block;
	max-height: 100%;
	width: auto;
	transition: 0.5s;
}

.header-right{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.top-rt-lang{
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	position: relative;
	margin-left: 15px;
	background-color: var(--main-color);
	border-radius: 999px;
	padding-left: 38px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: 24px;
	z-index: 200;
}
.lang-en .top-rt-lang{
	background-image: url(../images/us2.png);
}
.lang-zh_cn .top-rt-lang{
	background-image: url(../images/cn2.png);
}
.top-rt-lang i{
	display: inline-block;
	font-size: 12px;
	margin-left: 5px;
}
.lang-menu{
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 161, 233, 0.2);
	padding: 8px 15px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.5s;
	z-index: 200;
}
.lang-menu li{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}
.lang-menu li + li{
	margin-top: 10px;
}
.lang-menu li a{
	display: block;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 22px;
}
.lang-menu li a.cn{
	background-image: url(../images/cn2.png);
}
.lang-menu li a.en{
	background-image: url(../images/en.png);
}
.top-rt-lang:hover .lang-menu{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-wrap{
	height: 100%;
	overflow: visible;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
i.search-open{
	display: block;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 32px;
	color: #000;
}

.search-open-wrap{
	height: auto;
	overflow: hidden;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	padding: 20px;
}
.search-box{
	height: auto;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
	border: 1px solid #ddd;
}
.search-box .key_text{
	height:40px;
	width:300px;
	overflow:hidden;
	line-height:40px;
	outline:none;
	border:none;
	padding-left: 15px;
	padding-right: 15px;
	background:transparent;
	color: #000;
	font-size: 14px;
}
.search-box .search_btn{
	border:none;
	outline:none;
	width: 40px;
	height:40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: transparent;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
.search-box .search_btn i{
	font-size: 24px;
	color:#000;
}

/** nav **/
.nav {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.nav .nLi{
	float: left;
	height: 100%;
	position:relative;
	z-index: 100;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.nav .nLi i{
	margin-left: 5px;
	font-size: 14px;
}
.nav .nLi h3{
	display: block;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav .nLi.line{
	position: relative;
	width: 1px;
}
.nav .nLi.line::before{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav .nLi h3 a {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	
	font-size:16px;
	font-weight: normal;
	text-transform: uppercase;
	transition: 0.6s;
	color: #000;
	padding: 0;
	position: relative;
}
.nav .on h3 a{
	color: #000;
}

.sub-menu{
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:0 0 5px 5px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
	border-bottom: 4px solid #0554f2;
}
.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	text-align:center;
	white-space:nowrap
}
.lang-en .nav .sub li{
	text-align: left;
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
}
.nav .sub a.hassub{
	padding-right: 45px;
}
.nav .sub a i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
.nav .sub li:hover {
	background:#f2f7fc;
	transition:0.5s;
}
.nav .sub li:hover a{
	color: #333;
}
.pc-nav-bar{
	display: none;
}

.tan-lang{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.tan-lang i{
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
}
.tan-lang a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

.full-sec-nav{
	background-color: var(--color-lan);
	height: 45px;
	display: none;
	position: relative;
	z-index: 66;
}
.sec-nav-list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
	height: 45px;
}
.sec-nav-list li{
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.sec-nav-list li a{
	display: block;
	color: #fff;
	font-size: 14px;
}
.sec-nav-list li a i{
	display: inline-block;
	margin-left: 4px;
	font-size: 14px;
	vertical-align: middle;
}
.sec-menu{
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
}
.sec-menu li a{
	color: #000;
	font-size: 15px;
}
.sec-menu .dropdown-menu{
	display: none;
}

@media (min-width: 1200px) {
	.pc-nav-bar{
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.pc-nav-lt{
		height: 100%;
	}
	.logo{
		height: 70px;
		padding: 15px 0;
	}
	.nav .nLi h3 a {
		font-size: 14px;
		padding: 0 15px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size: 15px;
		padding: 0 20px;
	}
	.nav .nLi:last-child h3 a{
		padding-right: 0!important;
	}
	.top-rt-lang{
		margin-left: 20px;
		font-size: 16px;
	}
	.pc-nav-rt{
		margin-left: 20px;
	    width: 145px;
		height: 46px;
		line-height:46px;
		text-align:center;
		background: #FFE900;
		color: #0554F2;
		font-size: 16px;
		border-radius: 31px 31px 31px 31px;
	}
	.pc-nav-tel{
		margin-left:20px;
	}
	.pc-nav-tel dl{
	
	}
	.pc-nav-tel dl dt{
		width: 50px;
		height: 50px;
		line-height:50px;
		background: #0554F2;
		border-radius: 0px 0px 0px 0px;
		float:left;
		border-radius:100%;
		text-align:center;
		color:#fff;
	}
	.pc-nav-tel dl dt i{
		font-size:22px;
	}
	.pc-nav-tel dl dd{
		width: 250px;
		line-height:50px;
		float:right;
		text-align:left;
		margin-left:15px;
	}
	.pc-nav-tel dl dd h2{
	    font-size: 16px;
		line-height: 21px;
		color: #8F8F8F;
	}
	.pc-nav-tel dl dd h3{
	    font-size: 26px;
		color: #0554F2;
		line-height: 34px;
		font-weight: bold;
	}
	i.search-open{
		font-size: 28px;
	}
	.full-sec-nav{
		display: block;
	}
	.nav .nLi.mega-product{
		position: static!important;
	}
	.nav .nLi.mega-product .sub-menu{
		left: 0;
		right: 0;
		transform: translateX(0);
		background-color: #f6f6f6;
		padding: 40px 0;
	}
	.mega-flex-pro{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}
	.mega-flex-pro .item{
		width: 25%;
		padding: 15px;
	}
	.nav-tu{
		height: auto;
		overflow: hidden;
	}
	.nav-tu a{
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: relative;
		border-radius: 10px;
	}
	.nav-tu img{
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		transition: .5s;
	}
	.nav-tu .more{
		position: absolute;
		left: 0;
		right: 0;
		bottom: -105%;
		background-color: var(--main-color);
		text-align: center;
		color: #fff;
		font-size: 14px;
		padding: 10px 15px;
		text-transform: uppercase;
		opacity: 0;
		visibility: hidden;
		transition: 0.5s;
	}
	.nav-tu:hover img{
		transform: scale(1.05);
	}
	.nav-tu:hover .more{
		bottom: 0;
		opacity: 1;
		visibility: visible;
	}
	.sub-two-sort{
		height: auto;
		overflow: hidden;
		margin-top: 15px;
		font-size: 14px;
		font-weight: bold;
	}
	.sub-two-sort a{
		color: #000;
	}
	.sub-three-sort{
		height: auto;
		overflow: hidden;
		margin-top: 15px;
	}
	.three-list-mm{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}
	.three-list-mm li{
		width: 100%;
		padding: 6px 10px;
	}
	.three-list-mm li a{
		font-size: 14px;
		color: #666;
		padding-left: 8px;
		position: relative;
		display: block;
		line-height: 20px;
	}
	.three-list-mm li a::before{
		content: '';
		width: 4px;
		height: 4px;
		background-color: #666;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 8px;
	}
	.three-list-mm li a:hover{
		color: var(--main-color);
	}
	.sub-fort-list{
		height: auto;
		overflow: hidden;
		margin-top: 5px;
	}
	.sub-fort-list li{
		width: 100%;
		padding: 5px 0;
	}
	.sub-fort-list li a{
		display: block;
		position: relative;
		color: #999;
		font-size: 12px;
	}
	.sub-fort-list li a::before{
		display: none;
	}
	.sub-fort-list li a:hover{
		color: var(--main-color);
		text-decoration: underline;
	}
	
	.sec-menu .sub-two-sort a{
		color: #000;
	}
	.sec-menu .mega-flex-pro .item{
		width: 20%;
	}
	
}
@media (min-width: 1400px) {
	.nav .nLi h3 a {
		font-size: 15px;
		padding: 0 20px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size:16px;
		padding: 0 28px;
	}
	.top-rt-lang i{
		font-size: 16px;
	}
	.logo{
		height: 90px;
		padding: 20px 0;
	}
	.pc-nav-rt{
		margin-left: 25px;
	}
	.pc-nav-rt span{
		font-size: 30px;
	}
	.sec-nav-list li a{
		font-size: 15px;
	}
	.three-list-mm li{
		width: 50%;
	}
	.sub-fort-list li{
		width: 100%;
	}
	.sec-menu .three-list-mm li{
		width: 100%;
	}
}
@media (min-width: 1500px) {
	.nav .nLi h3 a {
	  font-size: 16px;
	  padding: 0 24px;
	}
}
@media (min-width: 1600px) {
	.logo{
		height: 90px;
		padding: 15px 0;
	}
	
	.pc-nav-rt{
		margin-left: 35px;
	}
	.nav .nLi h3 a {
		font-size: 18px;
		padding: 0 25px;
	}
	.lang-zh_cn .nav .nLi h3 a {
		font-size:18px;
		padding: 0 35px;
	}
	
	.search-box .key_text{
		font-size: 16px;
	}
	i.search-open{
		font-size: 32px;
	}
	.sec-nav-list li a{
		font-size: 18px;
	}
	.sec-menu li a{
		font-size: 15px;
	}
	.sub-two-sort{
		font-size: 18px;
	}
	
}

/** footer **/
.footer{
	width:100%;
	overflow:hidden;
	padding-top: 30px;
	padding-bottom: 0;
	background: #0554F2;
}
.foot-contact-wrap{
	height: auto;
	overflow: hidden;
	padding: 10px 0;
}
.foot-contact-info{
    width:100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 2;
}
.foot-contact-wrap .you{
	height: auto;
	overflow: hidden;
}


.foot-top-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.foot-top-flex .zou{
	width: 100%;
}
.foot-top-flex .you{
	width: 100%;
	margin-top: 15px;
}
.foot-ask{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
}
.lang-en .foot-ask,
.lang-sp .foot-ask{
	font-family: 'Gotham-Bold';
}
.lang-zh_cn .foot-ask{
	font-weight: bold;
}
.foot-lx-more{
	height: auto;
	overflow: hidden;
}
.foot-lx-more a{
	font-size: 14px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 999px;
	padding: 0 20px;
	line-height: 34px;
}

.foot-flex{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.foot-item{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 16px;
	position: relative;
	line-height: 46px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	z-index: 2;
}
.foot-sort-name.nobd{
	border-bottom: none;
}
.ft-mb-jia i{
	position: absolute;
	cursor: pointer;
	z-index: 3;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
}
.ft-mb-jia i::before{
	content: '';
	width: 13px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.ft-mb-jia i::after{
	content: '';
	width: 1px;
	height: 13px;
	background-color: #fff;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	transition: 0.5s;
	opacity: 1;
	visibility: visible;
	
}
.foot-item.on .ft-mb-jia i::after{
	transform: translateY(-50%) rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.foot-sort-name a{
	color: #fff;
	display: inline-block;
}
.foot-panel-wrap{
	padding-top: 8px;
	display: none;
}

.foot-sort-list{
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.foot-sort-list li:last-child{
	border-bottom: none;
}
.foot-sort-list li a{
	color: #fff;
	display: inline-block;
	padding-left: 5px;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #dfe001;
	text-decoration: underline;
}

.full-copyright{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	background-color: transparent;
	margin-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.copyright{
	color: #fff;
	font-size: 15px;
	line-height: 2;
	text-align: center;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.foot-flex{
		justify-content: space-between;
	}
	.foot-top-flex .zou{
		width: auto;
	}
	.foot-top-flex .you{
		width: auto;
		margin-top: 0;
	}
	
}
@media (min-width: 992px) {
	.footer{
		padding-top: 40px;
	}
	.full-copyright{
		margin-top: 50px;
	}
	.foot-flex{
		flex-wrap: nowrap;
	}
	.mb-hide2{
		display: block;
	}

	.foot-item{
		width: auto;
		max-width: 24%;
		/* padding: 0 10px; */
		/* max-width: 25%; */
	}
	.foot-item.last-item{
		max-width: 24%;
	}
	.ft-mb-jia i{
		display: none;
	}
	.foot-panel-wrap{
		display: block!important;
		padding-top: 0;
	}
	.foot-sort-name{
		border-bottom: none;
		line-height: 1.5;
		padding-bottom: 15px;
	}
	.foot-sort-list li{
		border-bottom: none;
		line-height: 1.5;
	}
	.foot-sort-list li + li{
		margin-top: 15px;
	}
	.foot-sort-list li a{
		padding-left: 0;
	}
	.foot-ask{
		font-size: 20px;
	}
	.foot-lx-more a{
		font-size: 16px;
		padding: 0 25px;
		line-height: 44px;
	}
	.foot-item-1{
		display: none;
	}
	
	.top-link{
		width: auto;
		margin-top: 0;
	}
	
	.foot-fstsort-list li {
	  border-bottom: none;
	  line-height: 1.5;
	  font-size: 16px;
	}
	.foot-fstsort-list li a{
		padding-left: 0;
	}
	.foot-fstsort-list li +li {
		margin-top: 15px;
	}
	
}
@media (min-width: 1200px) {
	.foot-sort-name{
		font-size: 18px;
	}
	.foot-ask{
		font-size: 24px;
	}
	.foot-lx-more a{
		font-size: 18px;
		padding: 0 40px;
		line-height: 60px;
	}
	.foot-item-1{
		display: block;
	}
	.foot-fstsort-list li {
		font-size: 18px;
	}
	
}
@media (min-width: 1400px) {
	.foot-sort-name{
		font-size: 18px;
	}	
	.foot-panel-wrap{
		margin-top: 0;
	}
	.foot-sort-list li{
		font-size: 16px;
		padding: 2px 0;
	}
	.foot-ask{
		font-size: 30px;
	}
	
}

@media (min-width: 1600px) {
	.foot-item{
		max-width: 15%;
	}
	.foot-item.two-item{
		max-width: 25%;
		width: 25%;
	}
	.foot-item.last-item{
		max-width: 38%;
		width: 32%;
	}
	.foot-sort-name{
		font-size: 20px;
	}
	.foot-ask{
		font-size: 40px;
	}
	.foot-contact-wrap{
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: 0;
	}
	.foot-contact-info{
		width: 52%;
		font-size: 16px;
	}
	.foot-contact-wrap .you{
		max-width: 46%;
	}
	
}

/** 首页样式 **/
.index-main-body{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.public-head{
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	text-align:left;
	margin-bottom: 20px;
}
.public-head-tow{
	color: #000;
	font-size: 48px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	text-align:center;
	margin-bottom: 20px;
}
.public-head.white{
	color: #fff;
}
.public-head span{
	display: inline-block;
	position: relative;
	padding-bottom: 18px;
}
.lang-en .public-head{
	 font-family: 'PoppinsSemiBold';
}
.lang-zh_cn .public-head{
	font-weight: bold;
}
.public-head span::after{
	content: '';
	width: 100%;
	height: 5px;
	background-image: url(../images/line1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}

.public-sml{
	color: #333;
	font-size: 16px;
	position: relative;
	font-family: 'PoppinsLight';
	line-height: 1.2;
}

.public-sml.white{
	color: #fff;
}
.public-more{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
}
.public-more a{
	display: inline-block;
	color: #fff;
	height: auto;
	line-height: 42px;
	padding: 0 35px;
	border-radius: 999px;
	background-color: var(--main-color);
}
.mb-hide{
	display: none;
}
.section-shili{
	margin-top:30px;
}
.section-shili .shuzi{
	width:53%;
	float:left;
	background:none;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;

}
.section-shili .shuzi ul{

}
.shuzi-box{
	padding-left:8px;
	padding-right:8px;
	width:33.333333%;
	margin-bottom:35px;
}
.section-shili .shuzi ul li{
    color: #8F8F8F;
	font-size: 16px;
}
.section-shili .shuzi ul li font{
    font-size: 50px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
}
.section-shili .shuzi ul li span{
    font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-left:15px;
}
.section-shili .tu{
	width:43%;
	float:right;
	position:relative;
}
.section-shili .tu img{
	width:auto;
	height:auto;
}
.section-shili .tu .tu-pic{
	position:absolute;
	left:0;
	bottom:0;
}
.section-shili .tu .tu-pic img{
	width:auto;
	height:auto;
}
.shuzi-more{
    width: 291px;
	height: 54px;
	line-height:54px;
	text-align:center;
	color: #0554F2;
	font-weight: bold;
	font-size: 16px;
	margin:50px auto 0 auto;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
}
.section-fulfillment{
    background: #F6F6F6;
	padding-top:30px;
}
.fulfillmentbox{
	background:#fff;
	padding:20px;
	border-radius:10px;
	margin-top:30px;
}
.fulfillmentbox-pic{
	width:740px;
	float:right;
	position:relative;
	}
.fulfillmentbox-pic .fulfillmentbox-pic{
    width:137px;
	height:137px;
	position:absolute;
	left:-65px;
	bottom:40px;
}
.section-fulfillment .fulfillmentbox-words{
	width:47%;
	float:left;
	background:none;

}
.section-fulfillment .fulfillmentbox-words h2{
    font-size: 38px;
	font-weight: bold;
	color: #000000;
	line-height: 49px;
	margin-bottom:20px;
}
.section-fulfillment .fulfillmentbox-words h3{
	font-size: 16px;
	color: #525252;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-fulfillment .fulfillmentbox-words h4{
	font-size: 16px;
	color: #525252;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.fulfillmentbox-words ul{

}
.fulfillmentbox-words ul li{
	margin-bottom:20px;
}
.fulfillmentbox-words ul li font{
	width: 22px;
	height: 22px;
	background: #E91478;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.fulfillmentbox-words ul li font i{
	font-size:13px;
}
.fulfillmentbox-words ul li span{
	width:400px;
	float:left;
	color:#E91478;
	font-weight:bold;
	margin-left:10px;
}
.fulfillmentbox-words-box-body{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.fulfillmentbox-words-box-body-main{
	width:33.3333%;
	padding-left:8px;
	padding-right:8px;
}
.fulfillmentbox-words-box{

}
.fulfillmentbox-words-box:hover .fulfillmentbox-words-box-shang{
	font-weight: bold;
	font-size: 36px;
	color: rgba(233,20,120,0);
	line-height: 39px;
	text-stroke: 1px #E91478;
	text-align: left;
	font-style: normal;
	text-transform: none;
	-webkit-text-stroke: 1px #E91478;
}
.fulfillmentbox-words-box:hover .fulfillmentbox-words-box-xia{
    color:#E91478;
}
.fulfillmentbox-words-box-shang{
    font-size: 36px;
	color: #D9D9D9;
	line-height: 39px;
	font-weight: bold;
}
.fulfillmentbox-words-box-xia{
	line-height: 48px;
	font-weight: bold;
	font-size: 22px;
	color: #8F8F8F;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top:15px;
}
.service1{
    width:415px;
	float:left;
}
.service2{
    width: 364px;
	float:left;
	margin-left:30px;
}
.service3{
    width: 364px;
	float:left;
	margin-left:30px;
	margin-top:70px;
}
.service4{
    width: 364px;
	float:right;
	margin-top:-20px;
}
.public-head-3{
	font-weight: bold;
	font-size: 46px;
	color: #000000;
	line-height: 51px;
	text-align: left;
}
.service1box{
	margin-left:80px;
	margin-top:80px;
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.service1box_title{
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	position:absolute;
	left:20px;
	bottom:30px;
}
.service1box .zhezhao{
	width:100%;
	height:100%;
	padding:20px;
	background: #0554F2;
	opacity: 0.8;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: top;
	color:#fff;
	font-size:16px;
	text-align:left;
}
.service1box:hover .zhezhao{
	opacity: 0.8;
	visibility: visible;
    transform: translateX(10px);
}
.service1box .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:100px;
}
.service1box .zhezhao h4{
	line-height: 54px;
	font-size: 25px;
	font-weight: bold;
}
.service1box .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service1box .zhezhao h5:hover{
	background: #FFE900;
}
.service2-shang{
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.service2-shang img{
    width:100%;
	height:auto;
}
.service2-shang-title{
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	position:absolute;
	left:20px;
	bottom:30px;
}
.service2-shang .zhezhao{
	width:100%;
	height:100%;
	padding:20px;
	background: #0554F2;
	opacity: 0.8;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: top;
	color:#fff;
	font-size:16px;
	text-align:left;
}
.service2-shang:hover .zhezhao{
	opacity: 0.8;
	visibility: visible;
    transform: translateX(10px);
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:100px;
}
.service2-shang .zhezhao h4{
	line-height: 54px;
	font-size: 25px;
	font-weight: bold;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-shang .zhezhao h5:hover{
	background: #FFE900;
}

.service2-xia{
	position:relative;
	margin-top:20px;
	border-radius:20px;
	overflow:hidden;
}
.service2-xia-title{
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	position:absolute;
	left:20px;
	bottom:30px;
}
.service2-xia .zhezhao{
	width:100%;
	height:100%;
	padding:20px;
	background: #0554F2;
	opacity: 0.8;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: top;
	color:#fff;
	font-size:16px;
	text-align:left;
}
.service2-xia:hover .zhezhao{
	opacity: 0.8;
	visibility: visible;
    transform: translateX(10px);
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:100px;
}
.service2-xia .zhezhao h4{
	line-height: 54px;
	font-size: 25px;
	font-weight: bold;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h5:hover{
	background: #FFE900;
}
.section-aboutus{
	background: #F5FBFF;
	padding:30px 0 30px 0;
}
.section-aboutus h2{
	line-height: 60px;
	font-weight: bold;
	font-size: 46px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-aboutus p{
	font-weight: 400;
	font-size: 18px;
	color: #525252;
	line-height: 31px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-aboutus ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:30px;
}
.section-aboutus ul li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
	cursor:pointer;
}
.section-aboutus ul li img{
	width:100%;
	height:auto;
}
.section-aboutus ul li img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-aboutus ul li:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-aboutus-more{
	width: 198px;
	height: 54px;
	line-height:54px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	margin:20px auto 0 auto;
	background: #0554F2;
	border-radius: 30px 30px 30px 30px;
}
.section-aboutus-more:hover{
	background: #104bc1;
}
.section-hezuo{

}
.section-hezuo h2{
	line-height: 60px;
	font-weight: bold;
	font-size: 46px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.section-hezuo ul{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:30px;
}
.section-hezuo ul li{
	width: 16.6666%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
	transition: 0.6s;
}
.section-hezuo ul li img{
    width:100%;
	height:auto;
	border:1px solid #ccc;

}
.section-hezuo ul li:hover{
    transform: translateY(-10px);
}
.section-telandmail{
	height:220px;
	background: #0554F2;
	border: 1px solid rgba(255,255,255,0.1);
	margin-top:60px;
}
.section-telandmail-left{
    width:13%;
	float:left;
	margin-top:100px;
}
.section-telandmail-right{
    width:81%;
	float:right;
	text-align:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:95px;
}
.section-telandmail-right dl{
	width: 28.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:20px;
}
.section-telandmail-right dl dt{
		width: 60px;
		height: 60px;
		line-height:60px;
		background: rgba(255,255,255,0.1);
		border-radius: 0px 0px 0px 0px;
		float:left;
		border-radius:100%;
		text-align:center;
		color:#fff;
		font-size:22px;
	}
.section-telandmail-right dl dd{
		width: 60%;
		line-height:50px;
		float:right;
		text-align:left;
		margin-left:15px;
	}
.section-telandmail-right dl dd h2{
	    font-size: 16px;
		line-height: 30px;
	    color: #fff;
	}
.section-telandmail-right dl dd h3{
	    font-size: 20px;
		color: #fff;
		line-height:28px;
		font-weight: normal;
	}
.section-telandmail-right .last{
		width:33.5%;
		float:right;
}
.section-telandmail-right .last dd{
		width:50%;
		font-size: 14px;
}
.section-telandmail-fudongbox{
		position:relative;
}
.section-telandmail-fudongbox-box{
		width: 1600px;
		height: 156px;
		background: linear-gradient( 90deg, #002485 0%, #005DFF 100%);
		box-shadow: 0px 4px 17px 0px rgba(14,31,67,0.25);
		border-radius: 20px 20px 20px 20px;
		margin:0 auto;
		position:absolute;
		left:0;
		right:0;
		top:-80px;
		z-index:99999999;
		padding:20px;
}
.section-telandmail-fudongbox-box-left{
		font-weight: bold;
		font-size: 32px;
		color: #FFFFFF;
		line-height: 38px;
		text-align: left;
		font-style: normal;
		text-transform: none;
		width:50%;
		float:left;
		padding-top:16px;
		padding-left:50px;
}
.section-telandmail-fudongbox-box-right{
		width: 198px;
		height: 54px;
		line-height:54px;
		text-align:center;
		color:#000;
		font-weight:bold;
		font-size:16px;
		background: #FFD200;
		border-radius: 30px 30px 30px 30px;
		float:right;
		margin-top:30px;
		margin-right:50px;
}
.section-telandmail-fudongbox-box-right:hover{
		background: #dab60f;
}
/** 内页样式
*** 左右结构
***************/
.ny_banner{
	width:100%;
	height: auto;
	overflow:visible;
	position: relative;
}
.ny_banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
/** swiper banner **/
.banSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banSwiper .swiper{
	width: 100%;
	height: auto;
}
.banSwiper .swiper .swiper-slide{
	overflow: hidden;
}
.banSwiper .swiper .swiper-slide a{
	display: block;
}
.banSwiper .swiper .swiper-slide .pic img{
	width: 100%;
	height: auto;
	/* transform: scale(1.5); */
	transition: 0.8s;
}
/* .banSwiper .swiper .swiper-slide.swiper-slide-active .pic img{
	transform: scale(1);
} */
.banSwiper .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	border-radius: 50%;
	background-color: rgba(255,233,0,0.7);
}
/* .banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
} */
.banSwiper .swiper .swiper-arrows.swiper-arrow-next{
	right: 20px;
}
.banSwiper .swiper .swiper-arrows.swiper-arrow-prev{
	left: 20px;
}
.banSwiper .swiper-page{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 6;
	height: 20px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
}
.banSwiper .swiper-page .swiper-pagination-bullet{
	width: 25px;
	height: 5px;
	border-radius: 999px;
	background: #fff;
	transition: 0.5s;
	opacity: 1;
}
/* .banSwiper .swiper-page .swiper-pagination-bullet i{
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
	border-radius: 50%;
	background: transparent;
	opacity: 1;
	border: 1px solid #fff;
	transition: all .6s ease;
}
.banSwiper .swiper-page .swiper-pagination-bullet i::before{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	background: transparent;
	transform: translate(-50%,-50%);
	transition: all .6s ease;
} */
/* .banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i{
	border-color: var(--main-color);
	border-color: var(--main-color);
}
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active i::before{
	background-color: var(--main-color);
} */
.banSwiper .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 50px;
	background-color:#004aba;
}
.pic-content1{
    position:absolute;
	left:0;
	right:0;
	top:50px;
	padding:150px 200px 0 200px;
}
.pic-content1 h2{
	font-weight: bold;
	font-size: 60px;
	color: #FFE900;
	line-height: 63px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.pic-content1 h3{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:40px;
}
.pic-content1 h4{
	width: 193px;
	height: 56px;
	line-height:56px;
	text-align:center;
	margin:0 auto;
	background: #FFE900;
	color:#0554F2;
	font-size:16px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content1 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.ny_banner{
	width:100%;
	height: auto;
	overflow:visible;
	position: relative;
}
.ny_banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.cover-ban{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	width: 32.3%;
	height: 128px;
	line-height: 128px;
	color:#fff;
	font-size:26px;
	text-align:center;
	background: #0554F2;
}
.ny_bannerbox{
	position:relative;
}
.section-fulfillments{
    margin-top:100px;
}
.section-fulfillments .wenzi{
    width:46.3%;
	float:left;
	text-align:left;
}
.section-fulfillments .wenzi h2{
	line-height: 60px;
	font-weight: bold;
	font-size: 46px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-fulfillments .wenzi p{
	font-size: 18px;
	color: #525252;
	line-height: 31px;
	text-align: left;
	font-style: normal;
}
.section-fulfillments .wenzi h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	background: #FFE900;
	font-size:16px;
	color:#000000;
	margin-top:30px;
	text-align:center;
	border-radius: 30px 30px 30px 30px;
}
.section-fulfillments .wenzi h3:hover{
	background: #c9b90a;
	color:#fff;
}
.section-fulfillments .tupian{
    width:48.6%;
	float:right;
	text-align:left;
	position:relative;
}
.section-fulfillments .tupian img{
    width:100%;
	height:auto;
}
.section-fulfillments .tupian .tupian-pic img{
    width:137px;
	height:137px;
	position:absolute;
	bottom:60px;
	left:-70px;
}
.section-n-shilibox{
	background:none;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
}
.section-n-shilibox ul{
	width:16%;
	padding-left:10px;
	padding-right:10px;
}
.section-n-shilibox ul li{
    color: #8F8F8F;
	font-size: 16px;
}
.section-n-shilibox ul li font{
    font-size: 50px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
}
.section-n-shilibox ul li span{
    font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-left:15px;
}
.section-n-culture{
    background: #F6F6F6;
	padding:30px 0 100px 0;
}
.section-n-culturebox{

}
.section-n-culturebox h2{
    line-height: 60px;
    font-weight: bold;
    font-size: 46px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
	margin-bottom:30px;
}
.section-n-culturebox-main{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.section-n-culturebox-pic{
    width:24%;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
.section-n-culturebox-pic img{
    width:100%;
	height:auto;
}
.section-n-culturebox-pic-color{
    width:90%;
	height:auto;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
	position:absolute;
	left:20px;
	bottom:-60px;
	padding:20px;
	color:#fff;
	z-index:99999;
}
.section-n-culturebox-pic-color h3{
    margin-bottom:15px;
}
.section-n-culturebox-pic-color h3 font{
    float:left;
	margin-right:15px;
	width: 41px;
	height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color: rgba(5,84,242,0);
	line-height: 44px;
	text-stroke: 1px #FFFFFF;
	text-align: left;
	font-style: normal;
	text-transform: none;
	-webkit-text-stroke: 1px #FFFFFF;
}
.section-n-culturebox-pic-color h3 span{
    line-height:44px;
}
.section-n-zhengshu{
    height:720px;
	background:url(../../images/aboutus/honor.jpg) center top no-repeat;
}
.section-n-culturebox .wenzi{
    width:39%;
	float:left;
	text-align:left;
	padding-top:70px;
}
.section-n-culturebox .wenzi h2{
	line-height: 60px;
	font-weight: bold;
	font-size: 46px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-n-culturebox .wenzi p{
	font-size: 18px;
	color: #525252;
	line-height: 31px;
	text-align: left;
	font-style: normal;
}
.section-n-culturebox .wenzi h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	background: #FFE900;
	font-size:16px;
	color:#000000;
	margin-top:30px;
	text-align:center;
	border-radius: 30px 30px 30px 30px;
}
.section-n-culturebox .wenzi h3:hover{
	background: #c9b90a;
	color:#fff;
}
.pc-slide {
	width: 100%;
	margin: 30px auto 130px auto;
	padding:10px;
}

.view .swiper-container {
	width: 100%;
	height: auto;
}

.preview {
	width: 84%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.preview .swiper-slide {
	width: 18%;
	height: auto;
	cursor:pointer;
	margin-right:2%;
}
.preview .swiper-slide img{
    width:100%;
	height:auto;
}
.preview .slide6 {
	width: 18%;
}

.preview .arrow-left {
    background: none;
	border: 2px solid #D9D9D9;
	position: absolute;
	left: 102%;
	top: 27%;
	margin-top: -9px;
	width: 80px;
    height: 80px;
	line-height:80px;
	z-index: 10;
	text-align:center;
	border-radius:100%;
}
.preview .arrow-left i{
    font-size:30px;
	color:#0554F2;
}
.preview .arrow-left:hover{
    background: #0554F2;
	border: 2px solid #0554F2;
}
.preview .arrow-left:hover i{
    color:#fff;
}
.preview .arrow-right:hover{
    background: #0554F2;
	border: 2px solid #0554F2;
}
.preview .arrow-right:hover i{
    color:#fff;
}
.preview .arrow-right {
	position: absolute;
	right: -16%;
	top: 27%;
	margin-top: -9px;
	width: 80px;
    height: 80px;
	line-height:80px;
    background:none;
	border: 2px solid #D9D9D9;
	z-index: 10;
	text-align:center;
	border-radius:100%;
}
.preview .arrow-right i{
    font-size:30px;
	color:#0554F2;
}
.preview img {
	padding-right: 0;
}

.preview .active-nav img {
	padding-right: 0;
	border: 1px solid #0554F2;
}
.swiper-slide-box{
    position:relative;
}
.swiper-slide-box-pic{
    width:60%;
	float:left;
}
.swiper-slide-box-pic img{
    width:100%;
	height:auto;
}
.swiper-slide-box-wenzi{
	width: 50%;
	height: 386px;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
	position:absolute;
	right:0;
	top:60px;
	color:#fff;
	padding:3%;
}
.swiper-slide-box-wenzi h2{
	font-weight: bold;
	font-size: 46px;
	line-height:60px;
	margin-bottom:20px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
}
.swiper-slide-box-wenzi p{
	font-weight: normal;
	font-size: 16px;
	line-height:26px;
	margin-bottom:20px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
}
#bancolor1{
    background:#FFE900;
	color:#0554F2;
}
.tubiao{
		height: 55px;
		padding-top:15px;
	}
.tubiao i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color:#fff;
}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 50px;
	color: #fff;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\e718";
}
.tubiao.aa-2 i::after{
	content: "\e719";
}
.tubiao.aa-3 i::after{
	content: "\e716";
}
.tubiao.aa-4 i::after{
	content: "\e717";
}
.tubiao.aa-5 i::after{
	content: "\e74f";
}
.tubiao.aa-6 i::after{
	content: "\e74b";
}

.tubiao2{
		height: 55px;
	}
.tubiao2 i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:78px;
	color:#fff;
}
.tubiao2 i::after{
	font-family: "iconfont" !important;
	font-size:35px;
	color: #fff;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao2.aa-1 i::after{
	content: "\e729";
}
.tubiao2.aa-2 i::after{
	content: "\e72d";
}
.tubiao2.aa-3 i::after{
	content: "\e728";
}
.tubiao2.aa-4 i::after{
	content: "\e72a";
	font-size:28px;
}
.tubiao2.aa-5 i::after{
	content: "\e85f";
}
.tubiao2.aa-6 i::after{
	content: "\e741";
}


.tubiao3{
		height: 55px;
	}
.tubiao3 i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:78px;
	color:#fff;
}
.tubiao3 i::after{
	font-family: "iconfont" !important;
	font-size:35px;
	color: #fff;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao3.aa-1 i::after{
	content: "\e729";
}
.tubiao3.aa-2 i::after{
	content: "\e733";
}
.tubiao3.aa-3 i::after{
	content: "\ee29";
}
.tubiao3.aa-4 i::after{
	content: "\e746";
	font-size:38px;
}
.tubiao3.aa-5 i::after{
	content: "\e713";
}
.tubiao3.aa-6 i::after{
	content: "\e715";
}

.tubiao4{
		height: 55px;
	}
.tubiao4 i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:132px;
	color:#fff;
}
.tubiao4 i::after{
	font-family: "iconfont" !important;
	font-size:45px;
	color: #fff;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao4.aa-1 i::after{
	content: "\e74d";
}
.tubiao4.aa-2 i::after{
	content: "\e80a";
}
.tubiao4.aa-3 i::after{
	content: "\e748";
}
.tubiao4.aa-4 i::after{
	content: "\e74f";
	font-size:38px;
}
.tubiao4.aa-5 i::after{
	content: "\e727";
}
.tubiao4.aa-6 i::after{
	content: "\e721";
}

.tubiao5{
		height: 55px;
	}
.tubiao5 i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:62px;
	color:#0554F2;
}
.tubiao5 i::after{
	font-family: "iconfont" !important;
	font-size:45px;
	color:#0554F2;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao5.aa-1 i::after{
	content: "\e849";
}
.tubiao5.aa-2 i::after{
	content: "\e74a";
}
.tubiao5.aa-3 i::after{
	content: "\ee29";
}
.tubiao5.aa-4 i::after{
	content: "\e746";
}
.tubiao5.aa-5 i::after{
	content: "\e747";
	font-size:53px;
}
.tubiao5.aa-6 i::after{
	content: "\e715";
}

.tubiao7{
		height: 55px;
	}
.tubiao7 i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:78px;
	color:#0554F2;
}
.section-dingdan2-right dl:hover i::after{
	color:#fff;
	}
.tubiao7 i::after{
	font-family: "iconfont" !important;
	font-size:35px;
	color:#0554F2;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao7.aa-1 i::after{
	content: "\e77f";
}
.tubiao7.aa-2 i::after{
	content: "\e736";
	font-size:27px;
}
.tubiao7.aa-3 i::after{
	content: "\e72e";
}
.tubiao7.aa-4 i::after{
	content: "\e72a";
}
.tubiao7.aa-5 i::after{
	content: "\e727";
}
.tubiao7.aa-6 i::after{
	content: "\e721";
}

.tubiao6{
		height: 55px;
	}
.tubiao6 i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height:62px;
	color:#fff;
}
.index-why-list li.active i::after{
	color:#994AFB;
	}
.tubiao6 i::after{
	font-family: "iconfont" !important;
	font-size:45px;
	color:#fff;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao6.aa-1 i::after{
	content: "\e73b";
}
.tubiao6.aa-2 i::after{
	content: "\e732";
}
.tubiao6.aa-3 i::after{
	content: "\e74b";
}
.tubiao6.aa-4 i::after{
	content: "\e733";
	font-size:40px;
}
.tubiao6.aa-5 i::after{
	content: "\e738";
	font-size:40px;
}
.tubiao6.aa-6 i::after{
	content: "\e73d";
}
.section-warehouse-box-left{
	width:45%;
	float:left;
}
.section-warehouse-box-left h3{
	font-weight: bold;
	font-size: 30px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right{
	width:50%;
	float:right;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left ul{
	padding-top:30px;
}
.section-warehouse-box-left ul li{
	margin-bottom:20px;
}
.section-warehouse-box-left ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-warehouse-box-left ul li font i{
	font-size:13px;
}
.section-warehouse-box-left ul li span{
	width:400px;
	float:left;
	color:#0554F2;
	font-weight:bold;
	margin-left:10px;
}
.section-warehouse2{
	margin-top:40px;
}
.section-warehouse-box-left2{
	width:45%;
	float:right;
}
.section-warehouse-box-left2 h3{
	font-weight: bold;
	font-size: 30px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left2 p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right2{
	width:50%;
	float:left;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right2 img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right2 img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right2:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left2 ul{
	padding-top:30px;
}
.section-warehouse-box-left2 ul li{
	margin-bottom:20px;
}
.section-warehouse-box-left2 ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-warehouse-box-left2 ul li font i{
	font-size:13px;
}
.section-warehouse-box-left2 ul li span{
	width:80%;
	float:left;
	color:#0554F2;
	font-weight:bold;
	margin-left:10px;
}
.section-quality{
    background: #F7F3FF;
	padding:50px 0 50px 0;
	text-align:center;
}
.section-quality h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:20px;
}
.section-quality p{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 8% 0 8%;
	margin-bottom:20px;
}
.section-quality ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width:35%;
	margin:0 auto;
}
.section-quality ul li{
	width: 31.3333%;
	height: 29px;
	line-height:29px;
	color:#fff;
	background: #994AFB;
	border-radius: 6px 6px 6px 6px;
	margin:0 1% 0 1%;
}
.section-quality ul li:hover{
	background: #7b2cde;
	cursor:pointer;
}
.section-quality-quotebox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width:35%;
	margin:40px auto 0 auto;
}
.section-quality-quote{
	width: 46%;
	height: 51px;
	line-height:51px;
	border-radius: 30px 30px 30px 30px;
	border: 2px solid #0554F2;
	margin:0 2% 0 2%;
	color:#0554F2;
	font-size: 16px;
}
.section-quality-quote a{
	color:#0554F2;
}
.section-quality-quote:hover{
    background: #0554F2;
}
.section-quality-quote:hover a{
	color:#fff;
}
.section-warehouse3{
	margin-top:10px;
}
.section-warehouse-box-left3{
	width:45%;
	float:left;
}
.section-warehouse-box-left3 h3{
	font-weight: bold;
	font-size: 30px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left3 p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right3{
	width:50%;
	float:right;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right3 img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right3 img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right3:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left3-list{
    padding-top:20px;
}    
.section-warehouse-box-left3-list dl{
	margin-bottom:40px;
}
.section-warehouse-box-left3-list dl dt{
	width: 41px;
	height: 41px;
	line-height:41px;
	text-align:center;
	background: #93C23D;
	border-radius:100%;
	float:left;
}
.section-warehouse-box-left3-list dl dt i{
	color:#fff;
}
.section-warehouse-box-left3-list dl dd{
    width:580px;
	float:left;
	text-align:left;
	margin-left:20px;
}
.section-warehouse-box-left3-list dl dd h4{
    color:#000;
	font-weight:bold;
}
.section-warehouse-box-left3-list dl dd h5{
    color:#525252;
}
.section-contactus-feedback{
    margin-top:100px;
}
.section-contactus-feedback-left{
    width:42%;
	float:left;
	text-align:left;
}
.section-contactus-feedback-left h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 58px;
	font-style: normal;
}
.section-contactus-feedback-left h3{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	font-style: normal;
	margin-bottom:35px;
}
.section-contactus-feedback-left dl{
    margin-bottom:30px;
}
.section-contactus-feedback-left dl dt{
	width: 36px;
	height: 36px;
	line-height:36px;
	text-align:center;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E91478;
	float:left;
	border-radius:100%;
	margin-top:13px;
}
.section-contactus-feedback-left dl dd{
    float:left;
	text-align:left;
	margin-left:3%;
}
.section-contactus-feedback-left h4{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 58px;
	font-style: normal;
}
.section-contactus-feedback-left h5{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	font-style: normal;
}
.section-contactus-feedback-left-box{
	width: 100%;
	height: 152px;
	background: #E91478;
	border-radius: 20px 20px 20px 20px;
	padding:30px;
}
.section-contactus-feedback-left-box-left{
    width:60%;
	float:left;
	text-align:left;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-contactus-feedback-left-box-right{
	width: 30%;
	height: 54px;
	line-height:54px;
	text-align:center;
	background: #FFD400;
	border-radius: 30px 30px 30px 30px;
	float:right;
	font-size:16px;
	color:#000;
	margin-top:18px;
}
.section-contactus-feedback-left-box-right:hover{
	background: #d0ae09;
}
.section-contactus-feedback-right{
	width: 50%;
	height: 711px;
	background: #FFFFFF;
	float:right;
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
	margin-top:5px;
	padding:40px;
}
.section-contactus-feedback-right:hover{
	box-shadow: 0px 4px 15px 0px rgba(51,51,51,0.1);
}
.section-contactus-feedback-right h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:10px;
}
.section-contactus-feedback-right h3{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-contactus-feedback-right ul{
    width:50%;
	float:left;
	margin-bottom:15px;
}
.section-contactus-feedback-right ul li{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 36px;
	text-align: left;
	font-style: normal;
}
.ntext{
	width: 100%;
	height: 52px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DBDBDB;
	text-indent:15px;
	border-radius:10px;
	outline:0;
}
.ntext2{
	width: 100%;
	height: 92px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DBDBDB;
	text-indent:15px;
	border-radius:10px;
	outline:0;
}
.section-contactus-feedback-right-f{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-contactus-feedback-right-f ul{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
}
.ibtn{
	width: 100%;
	height: 54px;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
	border:0;
	font-size:18px;
	font-weight:bold;
	color:#0554F2;
}
.ibtn:hover{
	background: #d0ae06;
	color:#fff;
}
.section-contactus-map{
	width: 100%;
	height: 669px;
	border-radius: 0px 0px 0px 0px;
}
.section-tel{
	width: 100%;
	height: 232px;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
}
.section-tel-left{
    width:30%;
	float:left;
	text-align:left;
	color:#fff;
	font-weight: bold;
	font-size: 38px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-left:50px;
	padding-top:60px;
}
.section-tel-right{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-tel-right dl{
    width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:30px;
}
.section-tel-right dl dt{
	width: 72px;
	height: 72px;
	line-height:72px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	margin:0 auto 3px auto;
	border-radius:100%;
	text-align:center;
}
.section-tel-right dl dt i{
	font-size: 28px;
	color:#0554F2;
}
.section-tel-right dl dd{
	text-align:center;
}
.section-tel-right dl dd h2{
	font-weight: bold;
	font-size: 16px;
	line-height:30px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
}
.section-tel-right dl dd h3{
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
}
.section-tel-right .last{

}
.section-tel-right .last h3{
    font-size:14px;
	line-height:22px;
}
.section-looking{
	background: #ECF7FF;
	border-radius: 0px 0px 0px 0px;
	padding:30px 0 30px 0;
	margin-top:30px;
	margin-bottom:100px;
}
.section-looking h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 58px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.lookingbox{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}
.lookingbox-list{
	width: 33.3333%;
	padding-left: 25px;
	padding-right: 25px;
	border-radius:20px;
}
.lookingbox-list dl{
    background:#fff;
	border-radius:20px;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}
.lookingbox dl dt{
    margin:0 auto;
	line-height:65px;
}
.lookingbox dl dt i{
    font-size:45px;
}
.lookingbox dl dd{

}
.lookingbox dl dd h3{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 42px;
    text-align: center;
}
.lookingbox dl dd h4{
    font-size: 16px;
    color: #525252;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.lookingbox dl dd h5{
    width: 198px;
    height: 50px;
	line-height:50px;
    border-radius: 30px 30px 30px 30px;
    border: 2px solid #8F8F8F;
	margin:30px auto 0 auto;
}
.lookingbox-list dl:hover h5{
	background: #0554F2;
	border: 2px solid #0554F2;
	border:0;
	color:#fff;
}
.section-integrations{
    margin-top:90px;
}
.section-integrations h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.section-integrations-box-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-integrations-box{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:30px;
}
.section-integrations-box dl{

}
.section-integrations-box dl dt{
	overflow:hidden;
	cursor:pointer;
	border-radius:30px;
}
.section-integrations-box dl dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-integrations-box dl dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-integrations-box dl dd{
	
}
.section-integrations-box dl dd h3{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding:15px 0 15px 0;
}
.section-integrations-box dl dd h4{
	font-weight: bold;
	font-size: 16px;
	color: #8F8F8F;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding:0 0 15px 0;
}
.section-integrations-box dl dd h5{
	width: 142px;
	height: 34px;
	line-height:34px;
	text-align:center;
	background: #0554F2;
	border-radius: 30px 30px 30px 30px;
	color:#fff;
}
.section-integrations-box:hover h5{
	background: #033eb2;
}
.section-zengzhi{
	margin-top: 100px;
}
.section-zengzhi-box{
    margin-bottom: 40px;
}
.section-zengzhi-box h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:50px;
}
.section-zengzhi-box-left{
	width:45%;
	float:left;
	padding-top:50px;
}
.section-zengzhi-box-left h3{
	font-weight: bold;
	font-size: 30px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-zengzhi-box-left p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-zengzhi-box-right{
	width:50%;
	float:right;
	overflow:hidden;
	cursor:pointer;
}
.section-zengzhi-box-right img{
	width:100%;
	height:auto;
}
.section-zengzhi-box-right img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-zengzhi-box-right:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-zengzhi-box-left ul{
	padding-top:30px;
}
.section-zengzhi-box-left ul li{
	margin-bottom:20px;
}
.section-zengzhi-box-left ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-zengzhi-box-left ul li font i{
	font-size:13px;
}
.section-zengzhi-box-left ul li span{
	width:90%;
	float:left;
	color:#525252;
	font-weight:bold;
	margin-left:10px;
}
.section-caigou{
	margin-top:0;
}
.caigou-top{
	margin-top:60px;
}
.section-caigou-box-left .color1{
    color:#cdddfc;
}
.section-caigou-box-left .color2{
    color:#cef5e5;
}
.section-caigou-box-left .color3{
    color:#ebdbfe;
}
.section-caigou-box-left .color4{
    color:#fbd0e4;
}
.section-caigou-box-left .color5{
    color:#fde2d2;
}
.section-caigou h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-caigou-box{

}
.section-caigou-box-left{
	width:38%;
	float:left;
	padding-top:30px;
}
.section-caigou-box-left h3{
	font-weight: bold;
	font-size: 70px;
	color: #cdddfc;
	line-height: 86px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-caigou-box-left h4{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 56px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-caigou-box-left p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-caigou-box-left h5{
	width: 177px;
	height: 53px;
	line-height:53px;
	text-align:center;
	margin-top:50px;
	color:#0554F2;
	font-weight:bold;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
}
.section-caigou-box-left h5:hover{
	background: #d9c70d;
}
.section-caigou-box-right{
	width:48%;
	float:right;
}
.section-caigou-box-right img{
    width:100%;
	height:auto;
}
.ny_bannerbox_left{
    width:49%;
	float:left;
	color:#fff;
	padding-top:100px;
}
.ny_bannerbox_left h2{
    font-size:50px;
	line-height:50px;
	font-weight:bold;
	margin-bottom:20px;
}
.ny_bannerbox_left p{
	font-size: 16px;
	color: #F6F6F6;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.ny_bannerbox_left h3{
	width: 183px;
	height: 53px;
	line-height:53px;
	border-radius: 30px 30px 30px 30px;
	border: 2px solid #FFFFFF;
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-top:50px;
}
.ny_bannerbox_left h3:hover{
    background:#ffe900;
	border:2px solid #ffe900;
	color:#000;
}
.section-caigou-box-right{
    width:39%;
	float:right;
}
.ny_bannerbox_right{
    float:right;
    width:29%;
	margin-top:120px;
}
#smallpic{
    width:100%;
	height:auto;
}
.ny_banner_caigou{
	background:url(../../images/caigou/banner.jpg) top center no-repeat;
	height:560px;
}
.ny_banner_caigou{
    position:relative;
}
.section-projects{
	margin-top:90px;
}
.section-projects h2{
    text-align:center;
	margin-bottom:30px;
	font-size: 38px;
}
.section-projects-left{
    width: 48%;
    height: 453px;
	float:left;
    background: #F7F3FF;
    border-radius: 20px 20px 20px 20px;
	padding:50px;
}
.section-projects-left h3{
	font-weight: bold;
	font-size: 34px;
	color: #994AFB;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:5px;
}
.section-projects-left h4{
	font-weight: bold;
	font-size: 24px;
	color: #1E1E1E;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:5px;
}
.section-projects-left ul{

}
.section-projects-left ul li{
    line-height:35px;
	margin-bottom:10px;
}
.section-projects-left ul li font{
    margin-right:3%;
    float:left;
	width:3%;
}
.section-projects-left ul li font i{
    color:#994AFB;
	font-size:22px;
}
.section-projects-left ul li span{
    float:left;
	width:90%;
	line-height:24px;
	margin-top:5px;
	margin-left:2%;
}
.section-projects-left-line{
    border: 1px solid #dbc1fe;
	margin:25px 0 25px 0;
}
.section-projects-left-line2{
    border: 1px solid #bde6ff;
	margin:25px 0 25px 0;
}
.section-projects-right{
    width: 48%;
    height: 453px;
	float:right;
    background: #ECF7FF;
    border-radius: 20px 20px 20px 20px;
	padding:50px;
}
.section-projects-right h3{
	font-weight: bold;
	font-size: 34px;
	color:#4BBFFF;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:5px;
}
.section-projects-right h4{
	font-weight: bold;
	font-size: 24px;
	color: #1E1E1E;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:5px;
}
.section-projects-right ul{

}
.section-projects-right ul li{
    line-height:35px;
	margin-bottom:10px;
}
.section-projects-right ul li font{
    margin-right:3%;
    float:left;
	width:3%;
}
.section-projects-right ul li font i{
    color:#4BBFFF;
	font-size:22px;
}
.section-projects-right ul li span{
    float:left;
	width:90%;
	line-height:24px;
	margin-top:5px;
	margin-left:2%;
}
.section-why{
    background: #ECF7FF;
	padding:40px 0 40px 0;
}
.section-why h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.scrollSwiperNews{
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
	padding:35px;
}
.scrollSwiperNews .swiper .swiper-slide{
	background-color: #fff;
	height: auto;
}
.scrollSwiperNews .swiper .swiper-slide .txt{
	padding: 30px;
	width:55%;
	float:right;
}
.scrollSwiperNews .swiper .swiper-slide .bt{
	font-size: 27px;
	line-height: 28px;
	min-height: 56px;
	overflow: hidden;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color:#0554F2;
	text-overflow: ellipsis;
}
.scrollSwiperNews .swiper .swiper-slide .nr{
	line-height:28px;
	font-size:16px;
}
.scrollSwiperNews .swiper .swiper-slide .more i{
	display: inline-block;
	font-size: 24px;
}
.scrollSwiperNews .swiper .swiper-slide .pic{
    width:45%;
	height: auto;
	float:left;
}
.scrollSwiperNews .swiper .swiper-slide:hover .pic img{
	transform: scale(1.1);
}
.scrollSwiperNews .swiper-page{
	margin-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scrollSwiperNews .swiper-page .swiper-pagination-bullet{
	width: 3px;
	height: 25px;
	transition: 0.5s;
	border-radius: 0;
	opacity: 1;
	margin: 0 8px;
	background-color: #a8a8a8;
	transform: scale(0.8);
}
.scrollSwiperNews .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	transform: scale(1);
}
.scrollSwiperNews .swiper .swiper-arrows{
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	cursor: pointer;
	position: absolute;
	z-index: 5;
	top: 80%;
	transform: translateY(-50%);
	color: #000;
	border-radius: 50%;
	background-color:none;
	border: 2px solid #D9D9D9;
}
.scrollSwiperNews .swiper .swiper-arrows i{
    font-size:30px;
	color:#0554F2;
}
.scrollSwiperNews .swiper .swiper-arrows:hover{
	border: 2px solid #FFE900;
	background:#FFE900;
}
.scrollSwiperNews .swiper .swiper-arrows:hover i{
    color:#fff;
}
/* .banSwiper .swiper .swiper-arrows i{
	font-size: 18px;
} */
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 1%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 82%;
}
.section-process{
    margin-top:30px;
	text-align:center;
}
.section-process h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-process p{
	font-size: 16px;
	color: #525252;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
	margin-bottom:30px;
}
.section-process-main{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
	position:relative;
}
.section-process-main dl{
	width: 33.3333%;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom:75px;
	z-indez:99;
}
.section-process-main dl dt{
	width: 78px;
	height: 78px;
	line-height:78px;
	background: #F46E1F;
	border-radius:100%;
	margin:0 auto;
	text-align:center;
}
.section-process-main dl dd{

}
.section-process-main dl dd h3{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 56px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-process-main dl dd h4{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-process-main-box{
	width: 100%;
	height: 291px;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	border: 3px solid #DBDBDB;
	position:absolute;
	left:0;
	top:35px;
	z-index:-1;
	border-left:0;
}
.section-process-main-box-jt1{
    position:absolute;
	left:33%;
	top:6px;
}
.section-process-main-box-jt1 i{
    font-size:40px;
	color:#f46e1f;
}
.section-process-main-box-jt2{
    position:absolute;
	left:67%;
	top:6px;
}
.section-process-main-box-jt2 i{
    font-size:40px;
	color:#f46e1f;
}
.section-process-main-box-jt3{
    position:absolute;
	right:-0.7%;
	top:146px;
}
.section-process-main-box-jt3 i{
    font-size:25px;
	color:#f46e1f;
	font-weight:bold;
}
.section-process-main-box-jt4{
    position:absolute;
	left:33%;
	top:302px;
}
.section-process-main-box-jt4 i{
    font-size:30px;
	color:#f46e1f;
	font-weight:bold;
}
.section-process-main-box-jt5{
    position:absolute;
	left:67%;
	top:302px;
}
.section-process-main-box-jt5 i{
    font-size:30px;
	color:#f46e1f;
	font-weight:bold;
}
.section-shipping{
    background: #ECF7FF;
	padding:30px 0 80px 0;
	text-align:center;
}
.section-shipping h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 62px;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.section-shipping p{
	font-size: 18px;
	color: #666666;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-shipping h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	font-size:18px;
	text-align:center;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
	margin:30px auto 30px auto;
	color:#0554F2;
}
.section-shipping h3:hover{
	background: #cbbb12;
	color:#fff;
}
.section-available{
	margin-top:30px;
	text-align:center;
}
.section-available h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-available p{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
	margin-bottom:30px;
}
.section-availablebox{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
	position:relative;
}
.section-availablebox dl{
	width: 33.3333%;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom:75px;
	z-indez:99;
}
.section-availablebox dl dt{
	width: 78px;
	height: 78px;
	line-height:78px;
	border-radius: 0px 0px 0px 0px;
	float:left;
	border-radius:100%;
}
.section-availablebox dl .color1{
	background: #F46E1F;
}
.section-availablebox dl .color2{
	background: #605AFF;
}
.section-availablebox dl .color3{
	background: #0074F0;
}
.section-availablebox dl .color4{
	background: #43D499;
}
.section-availablebox dl .color5{
	background: #23A1FF;
}
.section-availablebox dl .color6{
	background: #FF459C;
}
.section-availablebox dl dd{
    float:left;
	width:70%;
	text-align:left;
	margin-left:4%;
}
.section-availablebox dl dd h3{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-availablebox dl dd h4{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-brand{
    background: #F5FBFF;
	padding:50px 0 50px 0;
}
.section-brand-left{
    width:45%;
	float:left;
}
.section-brand-left img{
    width:100%;
	height:auto;
}
.section-brand-right{
    width:51%;
	float:right;
	text-align:left;
	padding-top:40px;
}
.section-brand-right h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-brand-right p{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-brand-right h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	font-size:18px;
	text-align:center;
	background: #FFD400;
	margin-top:40px;
	color:#000;
	border-radius: 30px 30px 30px 30px;
}
.section-brand-right h3:hover{
	color: #fff;
	background: #afa108;
}
.section-orders{

}
.section-orders h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-orders p{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.section-orders dl{
    margin-bottom:20px;
}
.section-orders dl dt{
	width: 25px;
	height: 25px;
	line-height:25px;
	background: #0E1F43;
	border-radius:100%;
	float:left;
	text-align:center;
	color:#fff;
}
.section-orders dl dd{
    width:70%;
	float:left;
	text-align:left;
	margin-left:1%;
    font-weight: normal;
    font-size: 16px;
    color: #525252;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.section-fba1{
    margin-top:100px;
}
.section-fba1 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-fba1 p{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
	margin-bottom:30px;
}
.section-fba1-box{
    height:307px;
	background:url(../../images/fba/vs.png) center no-repeat;
	padding:30px;
	color:#fff;
}
.section-fba1-box-left{
    width:36%;
	float:left;
	padding-top:20px;
	
}
.section-fba1-box-left h3{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-fba1-box-left ul{

}
.section-fba1-box-left ul li{
    line-height:35px;
}
.section-fba1-box-left ul li font{
	display:block;
	float:left;
}
.section-fba1-box-left ul li span{
	display:block;
	margin-left:15px;
	float:left;
}

.section-fba1-box-right{
    width:36%;
	float:right;
	padding-top:20px;
}
.section-fba1-box-right h3{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-fba1-box-right ul{

}
.section-fba1-box-right ul li{
    line-height:35px;
}
.section-fba1-box-right ul li font{
	display:block;
	float:left;
}
.section-fba1-box-right ul li span{
	display:block;
	margin-left:15px;
	float:left;
}
.section-expert{

}
.section-expert h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-expert p{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
	margin-bottom:30px;
}
.section-expert-main{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	position:relative;
}
.section-expert-main-line1{
	width: 123px;
	height: 2px;
	background: #000000;
    position:absolute;
	left:21%;
	top:60px;
}
.section-expert-main-line2{
	width: 123px;
	height: 2px;
	background: #000000;
    position:absolute;
	left:46.5%;
	top:60px;
}
.section-expert-main-line3{
	width: 123px;
	height: 2px;
	background: #000000;
    position:absolute;
	left:71.5%;
	top:60px;
}
.section-expert-main dl{
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:25px;
	z-indez:99;
}
.section-expert dl dt{
	width: 132px;
	height: 132px;
	line-height:132px;
	background: #E91478;
	border-radius:100%;
	margin:0 auto;
	text-align:center;
	
}
.section-expert-main dl dd{

}
.section-expert-main dl dd h3{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:15px 0 15px 0;
}
.section-expert-main dl dd h4{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-fba3{
    padding:50px 0 50px 0;
	background:#c2ceff;
}
.section-fba3 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-fba3 p{
	font-size: 16px;
	color:#525252;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
	margin-bottom:30px;
}
.section-fba3-box{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 4px 14px 0px rgba(5,84,242,0.21);
	border-radius: 30px 30px 30px 30px;
	padding:40px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	position:relative;
}
.section-fba3-box dl{
	width: 33.3333%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:35px;
	z-indez:99;
}
.section-fba3-box dl dt{
    width:18%;
	float:left;
}
.section-fba3-box dl dt i{
    font-size:25px;
}
.section-fba3-box dl dd{
    width:80%;
	float:left;
}
.section-fba3-box dl dd h3{
	font-weight: bold;
	font-size: 24px;
	color: #1E1E1E;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-fba3-box dl dd h4{
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-fba3-box-more{
	width: 358px;
	height: 54px;
	line-height:54px;
	font-size:18px;
	text-align:center;
	color:#fff;
	background: #0554F2;
	position:absolute;
	bottom:-26px;
	left:36%;
	right:0;
	border-radius: 30px 30px 30px 30px;
}
.section-fba3-box-more:hover{
	background: #0d4cc8;
	cursor:pointer;
}
.section-prep{
    margin-top:30px;
}
.section-prep h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-prep p{
	font-size: 16px;
	color:#525252;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
	margin-bottom:30px;
}
.section-prep-left{
    width:50%;
	float:left;
}
.section-prep-left img{
    width:100%;
	height:auto;
}
.section-prep-right{
    width:46.3%;
	float:right;
}
#faqlist{
	overflow:hidden;
}
#faqlist dl{
	overflow:hidden;
	margin-bottom:30px;
	background: #F5F5F5;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
#faqlist dl dt{
	height:66px;
	line-height:66px;
	display:block;
	background: #F5F5F5;
	padding-left:20px;
	cursor:pointer;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
#faqlist i{
	float:left;
	width:25px;
	height:25px;
	border:1px solid #ccc;
	line-height:25px;
	text-align:center;
	font-size:18px;
	margin-top:12.5px;
	transition:0.6s;
}
#faqlist em{
	float:left;
	font-style:normal;
	font-size:18px;
	width: 82px;
	height: 30px;
	line-height:30px;
	background: #FFE900;
	text-align:center;
	margin-top:20px;
	margin-right:20px;
	border-radius: 20px 20px 20px 20px;
}
#faqlist h4{
	font-size:18px;
	font-weight:normal;
	margin-left:5px;
}
#faqlist dd{
	padding:20px 25px;
	overflow:hidden;
	background: #F5F5F5;
	border-top:none;
	line-height:25px;
	display:none;
}
#faqlist dl dt.open{
	background:#1D40FF;
	color:#fff;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
#faqlist dl dt.open em{
    color:#333;
}
.section-fee{
    background: #ECF7FF;
	padding:40px 0 100px 0;
}
.section-fee h2{
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
	margin-bottom:40px;
}
.section-fee p{
    text-align: center;
}
.section-api1 {
	margin-top:100px;
}
.section-api1-left{
    width: 23%;
    height: 797px;
    background: #FFFFFF;
    box-shadow: -2px -2px 10px 5px rgba(0,0,0,0.04);
    border-radius: 10px 10px 10px 10px;
	margin-top:10px;
	float:left;
	padding:20px;
}
.section-api1-left ul{

}
.section-api1-left ul li{
    line-height:45px;
	width:100%;
}
.section-api1-left ul li font{
    display:block;
	float:left;
	margin-right:10px;
}
.section-api1-left-more{
	width: 310px;
	height: 53px;
	line-height:53px;
	text-align:center;
	font-size:18px;
	margin-top:20px;
	color:#fff;
	background: #0554F2;
	border-radius: 30px 30px 30px 30px;
}
.section-api1-left-more:hover{
	background: #104bc0;
}
.section-api1-right{
	width: 75%;
	height: 1285px;
	margin-top:10px;
	background: #FFFFFF;
	box-shadow: -2px -2px 10px 5px rgba(0,0,0,0.03);
	border-radius: 10px 10px 10px 10px;
	float:right;
	padding:20px;
}
.section-api1-right h2{
    line-height:42px;
}
.section-api1-right h2 font{
    display:block;
	float:left;
	margin-right:12px;
}
.section-api1-right h2 font i{
    font-size:28px;
	color:#0554F2;
}
.section-api1-right h2 span{
    display:block;
	float:left;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.section-api1-right p{
    font-size: 16px;
    color: #525252;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
	padding-left:40px;
}
.section-api2{
    background: #ECF7FF;
	padding:40px 0 40px 0;
}
.section-api2 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:70px;
}
.section-api2-main{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	position:relative;
}
.section-api2-main .section-api2-main-box{
	width: 25%;
	height: 352px;
	border-radius: 20px 20px 20px 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.section-api2-main .section-api2-main-box dl{
	background: #FFFFFF;
	padding:80px 20px 20px 20px;
	border-radius:20px;
	position:relative;
}
.section-api2-main .section-api2-main-box dl:hover{
    background: #4139FF;
	color:#fff;
}
.section-api2-main .section-api2-main-box dl:hover h3{
	color:#fff;
}
.section-api2-main .section-api2-main-box dl:hover p{
	color:#fff;
}
.section-api2-main .section-api2-main-box dl:hover .section-api2-main-box-shuzi{
	background:#4139FF;
}
.section-api2-main .section-api2-main-box dl h3{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.section-api2-main .section-api2-main-box dl p{
    color: #525252;
	line-height:24px;
}
.section-api2-main-box-shuzi{
	width: 91px;
	height: 92px;
	line-height:82px;
	font-size:30px;
	color:#fff;
	position:absolute;
	left:35%;
	right:0;
	top:-40px;
	background: #FA8139;
	border-radius: 0px 0px 0px 0px;
	border: 6px solid #FFFFFF;
	border-radius:100%;
	text-align:center;
}
.section-api3{
    margin-top:30px;
}
.section-api3 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.section-api3-left{
    width:44%;
	float:left;
}
.section-api3-left img{
    width:100%;
	height:auto;
}
.section-api3-right{
    width:54%;
	float:right;
	text-align:left;
}
.section-api3-right h3{
	font-weight: bold;
	font-size: 18px;
	color: #E91478;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-api3-right p{
	font-size: 16px;
	color: #525252;
	line-height: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:15px;
}
.section-api4{
    padding:30px 0 30px 0;
	background: #ECF7FF;
	text-align:center;
}
.section-api4 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 52px;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-api4 p{
	font-size: 16px;
	color: #525252;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-api4 h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	font-size:16px;
	text-align:center;
	color:#fff;
	background: #0554F2;
	border-radius: 30px 30px 30px 30px;
	margin:30px auto 100px auto;
}
.section-api4 h3:hover{
	background: #0b43b2;
}
.section-dingdan1{
	margin-top:100px;
}
.section-dingdan1 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.section-dingdan1 p{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
}
.section-dingdan2{
	padding: 0;
	height:416px;
	overflow: hidden;
	margin-bottom:110px;
}
.index-why-list{
	height: 416px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}
.index-why-list li{
	width: 14.8%;
	height: 416px;
	overflow: hidden;
	transition: .5s;
	position: relative;
	margin-right:9px;
	border-radius:20px;
	
}
.index-why-list li.active{
	width:24.5%;
}
.index-why-list li .pic{
	width: 100%;
	height: 416px;
	overflow: hidden;
}
.index-why-list li .pic img{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}
.index-why-list li .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #F5F5F5;
	transition: .5s;
	padding: 20px;
	/* display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
}
.index-why-list li .cover .ico{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top:80px;
}
.index-why-list li .cover .ico i{
	color: #fff;
	display: inline-block;
	width: 90px;
	height: 90px;
	background: #994AFB;
	border-radius: 50%;
	text-align: center;
	line-height: 90px;
	font-size: 36px;
	transition: .5s;
}

.index-why-list li.active .cover{
	background:#994AFB;
	height:auto;
	position: absolute;
	left: 0;
	bottom:0;
	top:0;
}
.index-why-list li.active .cover .ico i{
	background-color: #fff;
	color:#994AFB;
}

.index-why-list li .cover .title{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 20px;
	margin-top: 25px;
	position: relative;
	padding-bottom: 15px;
}
.index-why-list li.active .cover .title{
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 20px;
	margin-top: 2px;
	position: relative;
	padding-bottom: 5px;
}
.index-why-list li .cover .title::after{
	content: '';
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.index-why-list li .cover .info{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.75;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list li.active .cover .title{
	margin-top: 30px;
	text-align: center;
}
.index-why-list li.active .cover .info{
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	line-height: 1.75;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list li .cover .more{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	
}
.index-why-list li .cover .more a{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	height: 38px;
	line-height: 36px;
	padding: 0 36px;
}
.index-why-list li.active .cover .info,
.index-why-list li.active .cover .more{
	opacity: 1;
	visibility: visible;
	transition-delay: .5s;
}
.index-why-list li .cover .more a:hover{
	color: #e62129;
	background-color: #fff;
}
.section-dingdan3{
    margin-bottom:100px;
}
.section-dingdan2-left{
	width: 33%;
	height: 529px;
	border-radius: 20px 20px 20px 20px;
	border: 2px solid #0554F2;
	float:left;
	position:relative;
	margin-left:70px;
}
.section-dingdan2-left-pic{
	position:absolute;
	left:-13%;
	top:-70px;
	z-index:99999;
}
.section-dingdan2-left img{
	width:100%;
	height:auto;
}
.section-dingdan2-right{

}
.section-dingdan2-right{
    width: 53%;
	float:right;
}
.section-dingdan2-right h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-dingdan2-right dl{
	width: 100%;
	height: 135px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
	padding:25px 20px 20px 20px;
	margin-bottom:23px;
}
.section-dingdan2-right dl:hover dt{
	background: #0554F2;
}
.section-dingdan2-right dl:hover dt i{
    color:#fff;
}
.section-dingdan2-right dl dt{
	width: 78px;
	height: 78px;
	line-height:78px;
	background: #FFFFFF;
	box-shadow: 3px 0px 5px 0px rgba(0,59,177,0.25);
	border-radius:100%;
	text-align:center;
	float:left;
}
.section-dingdan2-right dl dt i{
    font-size:25px;
}
.section-dingdan2-right dl dd{
    float:right;
	text-align:left;
	width:87%;
}
.section-dingdan2-left-mb{
    width:35%;
	float:left;
}
.section-dingdan2-left-mb img{
    width:100%;
	height:auto;
}
.section-dingdan4{

}
.section-dingdan4-left{
    width:46%;
	float:left;
}
.section-dingdan4-left h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.section-dingdan4-left p{
	font-weight: bold;
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.section-dingdan4-left li font .color1{
    color:#F46E1F;
}
.section-dingdan4-left li font .color2{
    color:#605AFF;
}
.section-dingdan4-left li font .color3{
    color:#4CD59E;
}
.section-dingdan4-left li font .color4{
    color:#FF459C;
}
.section-dingdan4-left ul{
    padding-bottom:40px;
}
.section-dingdan4-left ul li{
    line-height:50px;
}
.section-dingdan4-left ul li font{
    margin-right:20px;
	float:left;
}
.section-dingdan4-left ul li font i{
	font-size: 22px;
}
.section-dingdan4-left ul li span{
    line-height:50px;
	font-size: 16px;
	color: #525252;
	float:left;
}
.section-dingdan4-right{
    width:45%;
	float:right;
}
.section-dingdan4-right img{
    width:100%;
	height:auto;
}

.section-dingdan5{

}
.section-dingdan5-left{
    width:46%;
	float:right;
}
.section-dingdan5-left h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.section-dingdan5-left p{
	font-weight: bold;
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.section-dingdan5-left ul{
    padding-bottom:40px;
}
.section-dingdan5-left ul li{
    line-height:50px;
}
.section-dingdan5-left ul li font{
    margin-right:20px;
	float:left;
}
.section-dingdan5-left ul li font i{
	font-size: 28px;
	color:#E91478;
}
.section-dingdan5-left ul li span{
    line-height:50px;
	font-size: 16px;
	color:#E91478;
	float:left;
}
.section-dingdan5-right{
    width:49%;
	float:left;
}
.section-dingdan5-right img{
    width:100%;
	height:auto;
}
.section-dingdan6{
    background: #F7F3FF;
	padding:40px 0 40px 0;
}
.section-dingdan6 h2{
	font-weight: bold;
	font-size: 19px;
	color: #994AFB;
	line-height:32px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-dingdan6 p{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 52px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.scrolluser{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrolluser .swiper .swiper-slide{
	background-color: #fff;
	height: auto;
	padding:30px;
	border-radius:20px;
}
.scrolluser .swiper .swiper-slide h4{

}
.scrolluser .swiper .swiper-slide h4 i{
    font-size:22px;
	margin-right:10px;
	color:#FFBF43;
}
.scrolluser .swiper .swiper-slide h5{
	font-weight: bold;
	font-size: 23px;
	color: #000000;
	line-height: 52px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.scrolluser .swiper .swiper-slide p{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.scrolluser .swiper .swiper-slide dl{

}
.scrolluser .swiper .swiper-slide dl dt{
    width:72px;
	float:left;
}
.scrolluser .swiper .swiper-slide dl dd{
    width:70%;
	height:100px;
	float:left;
	margin-left:3%;
}
.scrolluser .swiper .swiper-slide dl dd h6{

}
.scrolluser .swiper .swiper-slide dl dd h6 font{
    display:block;
	width: 74px;
	font-size: 20px;
	color: #000000;
	line-height: 44px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.scrolluser .swiper-page{
	margin-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scrolluser .swiper-page .swiper-pagination-bullet{
	width: 3px;
	height: 25px;
	transition: 0.5s;
	border-radius: 0;
	opacity: 1;
	margin: 0 8px;
	background-color: #a8a8a8;
	transform: scale(0.8);
}
.scrolluser .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	transform: scale(1);
}
.section-dingdan7{
    margin-bottom:100px;
	margin-top:30px;
}
.section-dingdan7 h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 62px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.scrollorder{
	height: auto;
	overflow: hidden;
	position: relative;
}
.scrollorder .swiper .swiper-slide{
	background-color: #fff;
	height: auto;
	border-radius:20px;
}
.scrollorder .swiper .swiper-slide .pic{

}
.scrollorder .swiper .swiper-slide .bt{
    font-size:18px;
	text-align:center;
	line-height:50px;
}
.scrollorder .swiper-page{
	margin-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scrollorder .swiper-page .swiper-pagination-bullet{
	width: 3px;
	height: 25px;
	transition: 0.5s;
	border-radius: 0;
	opacity: 1;
	margin: 0 8px;
	background-color: #a8a8a8;
	transform: scale(0.8);
}
.scrollorder .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: var(--main-color);
	transform: scale(1);
}
.pic-content2{
    position:absolute;
	left:0;
	right:0;
	top:30%;
	padding:0 10% 0 10%;
}
.pic-content2 h2{
	font-weight: bold;
	font-size: 60px;
	color: #FFE900;
	line-height: 63px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
	width:60%;
	float:left;
}
.pic-content2 h3{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
	width:60%;
	float:left;
}
.pic-content2 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	background: #FFE900;
	color:#0554F2;
	font-size:14px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content2 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.pic-content3{
    position:absolute;
	left:0;
	right:0;
	top:30%;
	padding:0 10% 0 10%;
}
.pic-content3 h2{
	font-weight: bold;
	font-size: 60px;
	color: #FFE900;
	line-height: 63px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
	width:60%;
	float:left;
}
.pic-content3 h3{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
	width:60%;
	float:left;
}
.pic-content3 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	text-align:center;
	float:left;
	background: #FFE900;
	color:#0554F2;
	font-size:14px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content3 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.section-n-culturebox-pic:hover{
	transition: 0.6s;
	transform: translateY(-20px);
	cursor:pointer;
}
.section-n-culturebox h3:hover{
	transition: 0.6s;
	transform: translateY(-10px);
	cursor:pointer;
}
.section-telandmail-fudongbox-box-right:hover{
	transition: 0.6s;
	transform: translateY(-10px);
	cursor:pointer;
	color:#fff;
}
.ny_banner_wenzi{

}
.ny_banner_ymx{
    height:auto;
	background:url(../../images/ymx/banner.jpg) top center no-repeat;
	padding-top:65px;
	text-align:center;
	color:#fff;
}
.ny_banner_ymx h2{
	font-weight: bold;
	font-size: 64px;
	color: #FFFFFF;
	line-height: 80px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
	margin-bottom:20px;
}
.ny_banner_ymx p{
	font-size: 18px;
	color: #F6F6F6;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 400px 0 400px;
}
.ny_banner_wenzi_main{
	width: 73%;
	height: 627px;
	background: #FFFFFF;
	box-shadow: 0px 4px 12px 0px rgba(5,84,242,0.16);
	border-radius: 20px 20px 20px 20px;
	margin:30px auto 0 auto;
	padding:50px;
}
.ny_banner_wenzi_main:hover{
	box-shadow: 0px 4px 12px 0px rgba(51,51,51,0.16);
}
.ny_banner_wenzi_main h3{
	width: 98%;
	height: 40px;
	line-height:40px;
	background: #FF459C;
	margin:0 auto;
	border-radius: 20px 20px 20px 20px;
}
.ny_banner_wenzi_main h3 font{
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	float:left;
	margin-left:7%;
}
.ny_banner_wenzi_main h3 span{
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	float:left;
	margin-left:34.4%;
}
.ny_banner_wenzi_main dl{
    height:auto;
	line-height:80px;
	border-bottom:1px solid #dedede;
}
.ny_banner_wenzi_main dl dt{
	width:6%;
	float:left;
	margin-right:2%;
}
.ny_banner_wenzi_main dl dt i{
	font-size: 32px;
	color:#000;
}
.ny_banner_wenzi_main dl dd{
	width:91%;
	float:left;
}
.ny_banner_wenzi_main dl dd h4{
	float:left;
	color:#000;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 80px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width:45%;
}
.ny_banner_wenzi_main dl .free1{
	float:left;
	color:#000;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 80px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width:50%;
}
.ny_banner_wenzi_main dl .free2{
	float:left;
	color:#000;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 80px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width:50%;
}
.ny_banner_wenzi_main dl .free3{
	float:left;
	color:#000;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 80px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width:50%;
}
.ny_banner_wenzi_main dl .free4{
	float:left;
	color:#000;
	font-weight: normal;
	font-size: 16px;
	color: #525252;
	line-height:24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width:50%;
	padding-top:14px;
}
.ny_banner_wenzi_main dl .free5{
	float:left;
	color:#000;
	font-weight: normal;
	font-size: 16px;
	color: #525252;
	line-height:24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width:50%;
	padding-top:14px;
}
.ny_banner_wenzi_main dl .free6{
	float:left;
	color:#000;
	font-weight: normal;
	font-size: 16px;
	color: #525252;
	line-height:24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	width:50%;
}
.ny_bannerbox-lxwm{
    text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:24vh;
	color:#fff;
}
.ny_bannerbox-lxwm h2{
	font-weight: bold;
	font-size: 64px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.ny_bannerbox-lxwm h3{
	font-size: 16px;
	color: #F6F6F6;
	line-height:66px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.ny_bannerbox-dingdan{
    text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:24vh;
	color:#fff;
}
.ny_bannerbox-dingdan h2{
	font-weight: bold;
	font-size: 64px;
	color: #FFFFFF;
	line-height: 70px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 100px 0 100px;
	margin-bottom:20px;
}
.ny_bannerbox-dingdan h3{
	font-size: 16px;
	color: #F6F6F6;
	line-height:26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding:0 200px 0 200px;
}
@media (min-width: 280px) {
	.section-shili .shuzi{
	width:100%;
	float:none;
	}
	.section-shili .tu{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
	.section-shili .tu img{
	width:100%;
	height:auto;
	}
	.section-fulfillment .shuzi{
	width:100%;
	float:none;
	}
	.section-fulfillment .tu{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
	.section-fulfillment .tu img{
	width:100%;
	height:auto;
	}
	.section-shili .shuzi ul li font{
    font-size: 28px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
	}
	.section-shili .shuzi ul li span{
    font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-left:15px;
	}
	.section-shili .shuzi ul li{
    color: #8F8F8F;
	font-size: 13px;
	}
	.shuzi-more{
    width: 291px;
	height: 54px;
	line-height:54px;
	text-align:center;
	color: #0554F2;
	font-weight: bold;
	font-size: 16px;
	margin:10px auto 0 auto;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
}
	.shuzi-more:hover{
	background: #dac80b;
	}
.section-fulfillment .fulfillmentbox-words{
	width:100%;
	float:none;
	background:none;

}
.section-fulfillment .fulfillmentbox-words h2{
    font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 49px;
	margin-bottom:20px;
}
.fulfillmentbox-pic{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
.fulfillmentbox-pic img{
	width:100%;
	height:auto;
	}
.fulfillmentbox-words ul li{
	margin-bottom:20px;
}
.fulfillmentbox-words ul li font{
	width: 22px;
	height: 22px;
	background: #E91478;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.fulfillmentbox-words ul li span{
	width:80%;
	float:left;
	color:#E91478;
	font-weight:bold;
	margin-left:10px;
}
.fulfillmentbox-words-box-shang{
    font-size: 30px;
	color: #D9D9D9;
	line-height: 39px;
	font-weight: bold;
}
.fulfillmentbox-words-box-xia{
	line-height: 48px;
	font-weight: bold;
	font-size: 18px;
	color: #8F8F8F;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top:15px;
}
.public-head-3{
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 36px;
	text-align: center;
	margin-bottom:20px;
}
.service1{
    width:100%;
	float:none;
	margin:0 0 20px 0;
}
.service1 img{
    width:100%;
	height:auto;
}
.service2{
    width:100%;
	float:none;
	margin-left:0;
	margin-bottom:20px;
}
.service2 img{
    width:100%;
	height:auto;
}
.service3{
    width:100%;
	float:none;
	margin-left:0;
	margin-top:0;
}
.service3 img{
    width:100%;
	height:auto;
}
.service4{
    width:100%;
	float:none;
	margin-top:20px;
}
.service4 img{
    width:100%;
	height:auto;
}
.service1box{
	margin-left:0;
	margin-top:0;
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.section-aboutus h2{
	line-height: 50px;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-aboutus p{
	font-weight: 400;
	font-size: 16px;
	color: #525252;
	line-height: 31px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.service2-shang{
	margin-bottom:20px;
}
.service1box .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service1box .zhezhao h4{
	line-height: 54px;
	font-size: 25px;
	font-weight: bold;
}
.service1box .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service2-shang .zhezhao h4{
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
}
.service2-shang .zhezhao p{
	display:block;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service2-xia .zhezhao h4{
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:20px;
}
.service2-xia .zhezhao p{
	display:block;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.section-hezuo ul li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.section-hezuo ul li img{
    width:100%;
	height:auto;
	border:1px solid #ccc;

}
.section-telandmail-fudongbox{
	display:none;
}
.section-telandmail-left{
    width:100%;
	float:none;
	margin-top:20px;
}
.section-telandmail-right{
    width:100%;
	float:none;
	text-align:left;
	margin-top:25px;
}
.section-telandmail-right dl{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:0;
	margin-bottom:20px;
}
.section-telandmail-right dl dt{
		width: 60px;
		height: 60px;
		line-height:60px;
		background: rgba(255,255,255,0.1);
		border-radius: 0px 0px 0px 0px;
		float:left;
		border-radius:100%;
		text-align:center;
		color:#fff;
		font-size:22px;
	}
.section-telandmail-right dl dt i{
		font-size:28px;
		color:#ffe900;
}
.section-telandmail-right dl dd{
		width: 60%;
		line-height:50px;
		float:left;
		text-align:left;
		margin-left:15px;
	}
.section-telandmail-right dl dd h2{
	    font-size: 16px;
		line-height: 30px;
	    color: #fff;
	}
.section-telandmail-right dl dd h3{
	    font-size: 20px;
		color: #fff;
		line-height:28px;
		font-weight: normal;
	}
.section-telandmail{
	height:auto;
	background: #0554F2;
	border: 1px solid rgba(255,255,255,0.1);
	margin-top:60px;
	padding-bottom:30px;
}
.section-telandmail-right .last{
		width:100%;
		float:right;
}
.section-telandmail-right .last dd{
		width:70%;
		font-size: 14px;
}
.mbhidden{
	display:none;
}
.foot-social{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-social li{
	margin-right: 10px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.foot-social li a{
	display: inline-block;
	color: #898989;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	background: #82a9f8;
}
.foot-social li a i{
	font-size:22px;
	color:#0554F2;
}
.foot-social li a:hover{
	background: #FFE900;
}
.pic-content1{
    position:absolute;
	left:0;
	right:0;
	top:10%;
	padding:0 10% 0 10%;
}
.pic-content1 h2{
	font-weight: bold;
	font-size: 18px;
	color: #FFE900;
	line-height: 23px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.pic-content1 h3{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	display:none;
	text-transform: none;
	margin-bottom:10px;
}
.pic-content1 h4{
	width: 133px;
	height: 32px;
	line-height:32px;
	text-align:center;
	margin:0 auto;
	background: #FFE900;
	color:#0554F2;
	font-size:14px;
	display:block;
	border-radius: 28px 28px 28px 28px;
}
.pic-content1 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.section-fulfillments .wenzi{
    width:100%;
	float:none;
	text-align:left;
}
.section-fulfillments .wenzi h2{
	line-height: 50px;
	font-weight: bold;
	font-size:26px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-fulfillments .wenzi p{
	font-size: 18px;
	color: #525252;
	line-height: 31px;
	text-align: left;
	font-style: normal;
}
.section-fulfillments .wenzi h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	background: #FFE900;
	font-size:16px;
	color:#000000;
	margin-top:30px;
	text-align:center;
	border-radius: 30px 30px 30px 30px;
}
.section-fulfillments .wenzi h3:hover{
	background: #c9b90a;
	color:#fff;
}
.section-fulfillments .tupian{
    width:100%;
	float:none;
	text-align:left;
	position:relative;
	margin-top:20px;
}
.section-n-shilibox ul{
	width:50%;
	padding-left:10px;
	padding-right:10px;
}
.section-n-shilibox ul li{
    color: #8F8F8F;
	font-size: 16px;
}
.section-n-shilibox ul li font{
    font-size: 30px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
}
.section-n-shilibox ul li span{
    font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-left:15px;
}
.section-n-culturebox-pic{
    width:100%;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	margin-bottom:80px;
}
.section-n-culturebox-pic.last{
	margin-bottom:0;
}
.section-n-culturebox-pic img{
    width:100%;
	height:auto;
}
.section-n-culturebox .wenzi{
    width:100%;
	float:none;
	text-align:left;
	padding-top:10px;
}
.section-n-culturebox .wenzi h2{
	line-height: 40px;
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-n-culturebox .wenzi p{
	font-size: 18px;
	color: #525252;
	line-height: 31px;
	text-align: left;
	font-style: normal;
}
.section-n-culturebox .wenzi h3{
	width: 168px;
	height: 44px;
	line-height:44px;
	background: #FFE900;
	font-size:16px;
	color:#000000;
	margin-top:30px;
	text-align:center;
	border-radius: 30px 30px 30px 30px;
}
.swiper-slide-box-pic{
    width:100%;
	float:none;
}
.swiper-slide-box-pic img{
    width:100%;
	height:auto;
}
.swiper-slide-box-wenzi{
	width: 100%;
	height: auto;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
	position:relative;
	right:0;
	top:0;
	color:#fff;
	padding:3%;
}
.swiper-slide-box-wenzi h2{
	font-weight: bold;
	font-size: 26px;
	line-height:40px;
	margin-bottom:10px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-slide {
	width: 50%;
	height: auto;
	cursor:pointer;
	margin-right:2%;
}
.preview .arrow-left {
    background: none;
	border: 2px solid #D9D9D9;
	position: absolute;
	left: 3%;
	top: 127%;
	margin-top: -9px;
	width: 50px;
    height: 50px;
	line-height:50px;
	z-index: 10;
	text-align:center;
	border-radius:100%;
}
.preview .arrow-left i{
    font-size:30px;
	color:#0554F2;
}
.preview .arrow-right {
	position: absolute;
	left: 20%;
	top: 127%;
	margin-top: -9px;
	width: 50px;
    height: 50px;
	line-height:50px;
    background:none;
	border: 2px solid #D9D9D9;
	z-index: 10;
	text-align:center;
	border-radius:100%;
}
.preview .arrow-right i{
    font-size:30px;
	color:#0554F2;
}
.cover-ban{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	width: 42.3%;
	height: 88px;
	line-height: 88px;
	color:#fff;
	font-size:22px;
	text-align:center;
	background: #0554F2;
}
.cover-ban-ymx{
	position: absolute;
	left: 0;
	right: 0;
	top:-470px;
	width: 42.3%;
	height: 88px;
	line-height: 88px;
	color:#fff;
	font-size:22px;
	text-align:center;
	background: #0554F2;
}
.section-service{
	margin-top: 0;
}
.section-service-box-main{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-service-box{
	width:50%;
	padding-left:10px;
	padding-right:10px;
}
.section-service-box:hover .section-service-box-left{
    background:#0e4bc6;
}
.section-service-box-left{
	width: 108px;
	height: 108px;
	line-height:108px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:none;
	border-radius:100%;
	text-align:center;
	margin:0 auto;
}
.section-service-box-left i{
	font-size:36px;
	color:#fff;
}
.section-service-box-right{
    float:none;
	text-align:center;
	margin-left:0;
	padding-top:20px;
}
.section-service-box-right h2{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-service-box-right h3{
	font-size: 16px;
	color: #525252;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-left{
	width:100%;
	float:none;
}
.section-warehouse-box-left h3{
	font-weight: bold;
	font-size: 26px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right{
	width:100%;
	float:none;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left ul{
	padding-top:30px;
}
.section-warehouse-box-left ul li{
	margin-bottom:20px;
}
.section-warehouse-box-left ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-warehouse-box-left ul li font i{
	font-size:13px;
}
.section-warehouse-box-left ul li span{
	width:80%;
	float:left;
	color:#0554F2;
	font-weight:bold;
	margin-left:10px;
}


.section-warehouse-box-left2{
	width:100%;
	float:none;
}
.section-warehouse-box-left2 h3{
	font-weight: bold;
	font-size: 26px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left2 p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right2{
	width:100%;
	float:none;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right2 img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right2 img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right2:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left3 ul{
	padding-top:30px;
}
.section-warehouse-box-left3 ul li{
	margin-bottom:20px;
}
.section-warehouse-box-left3 ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-warehouse-box-left3 ul li font i{
	font-size:13px;
}
.section-warehouse-box-left3 ul li span{
	width:400px;
	float:left;
	color:#0554F2;
	font-weight:bold;
	margin-left:10px;
}
.section-warehouse-box-left3{
	width:100%;
	float:none;
}
.section-warehouse-box-left3 h3{
	font-weight: bold;
	font-size: 26px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left3 p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right3{
	width:100%;
	float:none;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right3 img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right3 img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right3:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-quality ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin:0 auto;
}
.section-quality ul li{
	width: 31%;
	height: 29px;
	line-height:29px;
	color:#fff;
	background: #994AFB;
	border-radius: 6px 6px 6px 6px;
	margin:0 1% 0 1%;
}
.section-quality-quotebox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin:40px auto 0 auto;
}
.section-quality-quote{
	width: 46%;
	height: 51px;
	line-height:51px;
	border-radius: 30px 30px 30px 30px;
	border: 2px solid #0554F2;
	margin:0 2% 0 2%;
	color:#0554F2;
	font-size: 13px;
}
.section-warehouse-box-left3-list dl dd{
    width:80%;
	float:left;
	text-align:left;
	margin-left:20px;
}
.section-warehouse-box-left3-list dl dd h4{
    color:#000;
	font-weight:bold;
}
.section-warehouse-box-left3-list dl dd h5{
    color:#525252;
}
.section-contactus-feedback{
    margin-top:70px;
}
.section-contactus-feedback-left{
    width:100%;
	float:none;
	text-align:center;
}
.section-contactus-feedback-left h2{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 48px;
	font-style: normal;
}
.section-contactus-feedback-left h3{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	font-style: normal;
	margin-bottom:35px;
}
.section-contactus-feedback-left dl dt{
	width: 26px;
	height: 26px;
	line-height:26px;
	text-align:center;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E91478;
	float:left;
	border-radius:100%;
	margin-top:5px;
}
.section-contactus-feedback-left dl dd{
    float:left;
	width:80%;
	text-align:left;
	margin-left:3%;
}
.section-contactus-feedback-left h4{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	font-style: normal;
}
.section-contactus-feedback-left h5{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	font-style: normal;
}
.section-contactus-feedback-left-box{
	width: 100%;
	height: 152px;
	background: #E91478;
	border-radius: 20px 20px 20px 20px;
	padding:20px;
}
.section-contactus-feedback-left-box-left{
    width:55%;
	float:left;
	text-align:left;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 31px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top:18px;
}
.section-contactus-feedback-left-box-right{
	width: 45%;
	height: 54px;
	line-height:54px;
	text-align:center;
	background: #FFD400;
	border-radius: 30px 30px 30px 30px;
	float:right;
	font-size:12px;
	color:#000;
	margin-top:28px;
}
.section-contactus-feedback-right{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	float:none;
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
	margin-top:5px;
	padding:20px;
}
.section-contactus-feedback-right h2{
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:10px;
}
.section-contactus-feedback-right h3{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-contactus-feedback-right ul{
    width:100%;
	float:none;
	margin-bottom:15px;
}
.section-contactus-feedback-right ul li{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 36px;
	text-align: left;
	font-style: normal;
}
.section-contactus-map{
	width: 100%;
	height: 369px;
	border-radius: 0px 0px 0px 0px;
}
.section-tel-left{
    width:100%;
	float:none;
	text-align:center;
	color:#fff;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding-left:0;
	padding-top:30px;
}
.section-tel{
	width: 100%;
	height: auto;
	padding-bottom:30px;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
}
.section-tel-right dl{
    width:50%;
	margin-top:30px;
}
.section-tel-right .last{
    width:100%;
}
.section-tel-right dl dd h2{
	font-weight: bold;
	font-size: 16px;
	line-height:30px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
}
.section-tel-right dl dd h3{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
	padding:0 2% 0 2%;
}
.section-looking h2{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 58px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.lookingbox-list{
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	border-radius:20px;
	margin-bottom:20px;
}
.section-integrations h2{
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-integrations-box{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:30px;
}
.section-zengzhi-box-left{
	width:100%;
	float:none;
	padding-top:20px;
}
.section-zengzhi-box-right{
	width:100%;
	float:none;
	overflow:hidden;
	cursor:pointer;
}
.section-zengzhi-box h2{
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	margin-bottom:20px;
}
.section-zengzhi-box-left h3{
	font-weight: bold;
	font-size: 26px;
	color: #0554F2;
	text-align: left;
	line-height:30px;
	font-style: normal;
	margin-bottom:5px;
}
.section-zengzhi-box{
    margin-bottom: 0;
}
.section-caigou-box-left{
	width:100%;
	float:none;
	padding-top:30px;
	margin-bottom:20px;
}
.section-caigou-box-left h3{
	font-weight: bold;
	font-size: 70px;
	color: #cdddfc;
	line-height: 86px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-caigou-box-right{
	width:100%;
	float:none;
}
.caigou-top{
	margin-top:90px;
}
.ny_bannerbox_left{
    width:100%;
	float:none;
	color:#fff;
	padding-top:20px;
}
.ny_bannerbox_left h2{
    font-size:50px;
	line-height:50px;
	font-weight:bold;
	margin-bottom:10px;
}
.ny_bannerbox_right{
    float:none;
    width:100%;
	margin-top:20px;
}
.ny_banner_caigou{
	background:url(../../images/caigou/banner.jpg) top center no-repeat #826b9e;
	height:auto;
	padding-bottom:20px;
}
.ny_bannerbox_left h3{
	width: 153px;
	height: 43px;
	line-height:43px;
	border-radius: 30px 30px 30px 30px;
	border: 2px solid #FFFFFF;
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-top:20px;
}
.section-projects-left{
    width: 100%;
    height: auto;
	float:none;
    background: #F7F3FF;
    border-radius: 20px 20px 20px 20px;
	padding:20px;
	margin-bottom:20px;
}
.section-projects-right{
    width: 100%;
    height: auto;
	float:none;
    background: #ECF7FF;
    border-radius: 20px 20px 20px 20px;
	padding:20px;
}
.scrollSwiperNews .swiper .swiper-slide .bt{
	font-size: 38px;
	line-height: 28px;
	min-height: 28px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color:#0554F2;
	text-overflow: ellipsis;
	font-weight:bold;
}
.scrollSwiperNews .swiper .swiper-slide .txt{
	padding: 15px 0 15px 0;
	width:100%;
	float:none;
}
.scrollSwiperNews .swiper .swiper-slide .pic{
    width:100%;
	height: auto;
	float:none;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 20px;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 20px;
}
.scrollSwiperNews .swiper .swiper-arrows i{
    font-size:20px;
	color:#fff;
}
.scrollSwiperNews .swiper .swiper-arrows{
	width: 40px;
	height: 40px;
	top: 25%; /* 改为50% */
    transform: translateY(-25%); /* 向上偏移自身高度的一半，实现垂直居中 */
	border: 2px solid #D9D9D9;
}
.section-process h2{
	font-size: 22px;
	line-height:30px;
}
.section-process p{
	font-size: 16px;
	padding:0 20px 0 20px;
}
.section-process-main{
	margin-left: -20px;
	margin-right: -20px;
}
.section-process-main dl{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:25px;
	z-indez:99;
}
.section-process-main dl dd h3{
	font-size: 18px;
	line-height: 26px;
	padding:10px 0 10px 0;
}
.section-process-main-box{
    display:none;
}
.section-process-main-box-jt1{
    display:none;
}
.section-process-main-box-jt2{
    display:none;
}
.section-process-main-box-jt3{
    display:none;
}
.section-process-main-box-jt4{
    display:none;
}
.section-process-main-box-jt5{
    display:none;
}
.section-shipping h2{
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 32px;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-projects h2{
    text-align:center;
	margin-bottom:30px;
	font-size: 22px;
}
.section-projects-left ul li span{
	margin-top:2px;
}
.section-projects-right ul li span{
	margin-top:2px;
}
.section-available h2{
	font-size: 28px;
	line-height: 42px;
}
.section-available p{
	font-size: 16px;
	line-height: 24px;
	padding:0 20px 0 20px;
}
.section-availablebox{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
	position:relative;
}
.section-availablebox dl{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:35px;
	z-indez:99;
}
.section-brand-left{
    width:100%;
	float:none;
}
.section-brand-right{
    width:100%;
	float:none;
	text-align:left;
	padding-top:40px;
}
.section-brand-right h2{
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-brand-right p{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-brand-right h3{
	width: 178px;
	height: 44px;
	line-height:44px;
	font-size:18px;
	text-align:center;
	background: #FFD400;
	margin-top:40px;
	color:#000;
	border-radius: 30px 30px 30px 30px;
}
.section-orders dl dd{
    width:90%;
	float:left;
	text-align:left;
	margin-left:3%;
    font-weight: normal;
    font-size: 16px;
    color: #525252;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.section-orders h2{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-fba1 h2{
	font-size: 28px;
	line-height: 32px;
}
.section-fba1 p{
	padding:0 20px 0 20px;
}
.section-fba1-box-left{
    width:100%;
	float:none;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	background:#f46e1f;
	
}
.section-fba1-box-right{
    width:100%;
	float:none;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	background:#23a1ff;
}
.section-fba1-box{
    height:auto;
	padding:0;
	color:#fff;
	background:none;
}
.section-expert h2{
	font-size: 28px;
	line-height: 32px;
}
.section-expert p{
	padding:0 20px 0 20px;
}
.section-expert-main dl{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:25px;
	z-indez:99;
}
.section-expert-main-line1{
    display:none;
}
.section-expert-main-line2{
    display:none;
}
.section-expert-main-line3{
    display:none;
}
.section-fba3 h2{
	font-size: 28px;
	line-height: 32px;
}
.section-fba3 p{
	padding:0 20px 0 20px;
}
.section-fba3-box dl{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom:35px;
	z-indez:99;
}
.section-fba3-box{
	padding:20px;
}
.section-fba3-box-more{
    display:none;
}
.section-prep h2{
	font-size: 28px;
	line-height: 32px;
}
.section-prep p{
	padding:0 20px 0 20px;
}
.section-prep-left{
    width:100%;
	float:none;
}
.section-prep-left img{
    width:100%;
	height:auto;
}
.section-prep-right{
    width:100%;
	float:none;
	margin-top:20px;
}
.section-fee p{
    text-align: center;
}
.section-fee p img{
    width:100%;
	height:auto;
}
.section-fba1-box-left h3{
	font-size: 22px;
	line-height: 32px;
}
.section-fba1-box-right h3{
	font-size: 22px;
	line-height: 32px;
}
.section-api1-left{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: -2px -2px 10px 5px rgba(0,0,0,0.04);
    border-radius: 10px 10px 10px 10px;
	margin-top:10px;
	float:left;
	padding:20px;
}
.section-api1-right{
	width: 100%;
	height: auto;
	margin-top:10px;
	background: #FFFFFF;
	box-shadow: -2px -2px 10px 5px rgba(0,0,0,0.03);
	border-radius: 10px 10px 10px 10px;
	float:right;
	padding:20px;
}
.section-api1-left ul{

}
.section-api1-left ul li{
	width: 100%;
}
.section-api1-right h2 span{
    display:block;
	float:left;
	width:70%;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
	margin-top:8px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.section-api1-right p img{
	width:100%;
	height:auto;
}
.section-api2-main .section-api2-main-box{
	width: 100%;
	height: auto;
	margin-bottom:60px;
}
.section-api3-left{
    width:100%;
	float:none;
	margin-bottom:15px;
}
.section-api3-right{
    width:100%;
	float:none;
	text-align:left;
}
.section-api4 h2{
	font-size: 28px;
	line-height: 42px;
}
.section-api4 p{
	font-size: 16px;
	line-height: 25px;
}
.section-api4 h3{
	width: 178px;
	height: 44px;
	line-height:44px;
	font-size:16px;
	text-align:center;
	color:#fff;
	background: #0554F2;
	border-radius: 30px 30px 30px 30px;
	margin:30px auto 20px auto;
}
.section-dingdan1 h2{
	font-size: 20px;
}
.section-dingdan1 p{
	padding:0 20px 0 20px;
}
.index-why-list li{
	width: 100%;
	height: 416px;
	overflow: hidden;
	transition: .5s;
	position: relative;
	margin-right:9px;
	border-radius:20px;
	margin-bottom:20px;
}
.index-why-list li.active{
	width:100%;
}
.section-dingdan2{
	padding: 0;
	height:auto;
	overflow: hidden;
	margin-bottom:20px;
}
.index-why-list{
	height: auto;
	display:inherit;
	justify-content: space-around;
}
.section-dingdan2-left-mb{
    width:100%;
	float:none;
}
.section-dingdan2-right{
    width: 100%;
	float:none;
}
.section-dingdan2-right dl dd{
    float:left;
	text-align:left;
	width:65%;
	padding-top:5px;
	margin-left:5%;
}
.section-dingdan2-right dl dd p{
    display:none;
}
.section-dingdan4-left{
    width:100%;
	float:none;
}
.section-dingdan4-right{
    width:100%;
	float:none;
}
.section-dingdan4-left ul li{
    margin-bottom:20px;
}
.section-dingdan4-left ul li span{
    width:80%;
	line-height:27px;
}

.section-dingdan5-left{
    width:100%;
	float:none;
}
.section-dingdan5-right{
    width:100%;
	float:none;
}
.section-dingdan5-left ul li{
}
.section-dingdan5-left ul li span{
    width:80%;
}
.section-dingdan7 h2{
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.shuzi-box{
	padding-left:8px;
	padding-right:8px;
	width:50%;
	margin-bottom:35px;
}
.section-dingdan3{
    margin-bottom:20px;
}
.section-dingdan6{
    background: #F7F3FF;
	padding:20px 0 20px 0;
}
.section-projects-left ul li span{
    float:left;
	width:90%;
	line-height:24px;
	margin-top:5px;
	margin-left:4%;
}
.section-projects-right ul li span{
    float:left;
	width:90%;
	line-height:24px;
	margin-top:5px;
	margin-left:4%;
}
.section-orders dl dd{
    width:80%;
}
.section-n-culturebox h2{
    line-height: 40px;
    font-size:26px;
}
.section-quality h2{
	font-size: 28px;
	line-height: 32px;
}
.section-dingdan2-right h2{
	font-size: 28px;
	line-height:60px;
}
.section-dingdan4-left h2{
	font-size: 20px;
}
.section-dingdan5-left h2{
	font-size: 20px;
}
.section-dingdan6 p{
	font-size: 24px;
	line-height: 32px;
}
.section-dingdan7 h2{
	font-size: 20px;
	line-height: 32px;
}
.section-caigou h2{
	font-size: 22px;
	line-height: 32px;
}
.section-fba3-box dl dd h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom:15px;
}
.section-fulfillments{
    margin-top:60px;
}
.section-n-culturebox-pic-color h3 font{
    font-size:28px;
}
.section-n-culturebox-pic-color h3 span{
    font-size:20px;
}
.section-why h2{
	font-size: 20px;
	line-height: 32px;
}
.pic-content2{
	top:15%;
}
.pic-content2 h2{
	font-size: 20px;
	line-height: 23px;
	margin-bottom:10px;
	width:100%;
}
.pic-content2 h3{
	font-size: 14px;
	line-height: 20px;
	margin-bottom:20px;
	width:100%;
	display:none;
}
.pic-content2 h4{
	width: 133px;
	height:32px;
	line-height:32px;
	font-size:14px;
	display:block;
}
.pic-content3{
	top:15%;
}
.pic-content3 h2{
	font-size: 20px;
	line-height: 23px;
	margin-bottom:10px;
	width:100%;
}
.pic-content3 h3{
	font-size: 14px;
	line-height: 20px;
	margin-bottom:20px;
	width:100%;
	display:none;
}
.pic-content3 h4{
	width: 133px;
	height:32px;
	line-height:32px;
	font-size:14px;
	display:block;
}
.ny_banner_ymx h2{
	font-size: 34px;
	line-height: 40px;
	padding:0 20px 0 20px;
}
.ny_banner_ymx p{
	font-size: 18px;
	line-height: 26px;
	padding:0 40px 0 40px;
}
.ny_banner_wenzi_main{
	width: 100%;
	height: auto;
	margin:30px auto 0 auto;
	padding:10px;
}
.ny_banner_wenzi_main dl{
    height:auto;
	line-height:80px;
}
.ny_banner_wenzi_main dl .free1{
	font-size: 22px;
	line-height: 30px;
	width:100%;
}
.ny_banner_wenzi_main dl .free2{
	font-size: 22px;
	line-height: 30px;
	width:100%;
}
.ny_banner_wenzi_main dl .free3{
	font-size: 22px;
	line-height: 30px;
	width:100%;
}
.ny_banner_wenzi_main dl .free4{
	font-size: 16px;
	line-height:24px;
	width:100%;
	padding-top:14px;
}
.ny_banner_wenzi_main dl .free5{
	font-size: 16px;
	line-height:24px;
	width:100%;
	padding-top:14px;
}
.ny_banner_wenzi_main dl .free6{
	font-size: 16px;
	line-height:24px;
	width:100%;
}
.ny_banner_wenzi_main dl dd h4{
	float:left;
	line-height: 40px;
	width:100%;
	margin-top:18px;
}
.ny_banner_wenzi_main dl dt{
	width:9%;
	margin-right:2%;
}
.ny_banner_wenzi_main dl dt i{
	font-size: 32px;
	color:#000;
}
.ny_banner_wenzi_main dl dd{
	width:88%;
	float:left;
}
.cover-ban-ymx{
	display:none;
}
.ny_banner_wenzi_main dl{
	border-bottom:0 solid #dedede;
}
.section-available{
	margin-top:30px;
	text-align:center;
}
.section-projects-left h4{
	font-size: 18px;
	line-height:32px;
}
.section-projects-right h4{
	font-size: 18px;
	line-height:32px;
}
.ny_bannerbox-lxwm{
    text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:6vh;
	color:#fff;
}
.ny_bannerbox-lxwm h2{
	font-size: 34px;
	line-height: 40px;
}
.ny_bannerbox-lxwm h3{
	font-size: 16px;
	line-height:36px;
	display:none;
}
.ny_bannerbox-dingdan{
	bottom:4vh;
}
.ny_bannerbox-dingdan h2{
	font-size: 16px;
	line-height: 25px;
	padding:0 20px 0 20px;
	margin-bottom:20px;
}
.ny_bannerbox-dingdan h3{
    display:none;
}
.fulfillmentbox-words-box-shang{
    font-size: 32px;
	line-height: 39px;
}
.fulfillmentbox-words-box-xia{
	line-height: 48px;
	font-size: 13px;
	line-height: 24px;
}
.section-aboutus h2{
	line-height: 40px;
	font-size: 26px;
}
.section-fulfillment .fulfillmentbox-words h2{
    font-size: 18px;
	line-height: 29px;
}
.section-hezuo h2{
    font-size: 22px;
	line-height:24px;
}
.section-aboutus ul li{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
	cursor:pointer;
	margin-bottom:20px;
}
.section-telandmail{
	margin-top:0;
}
}
@media (min-width: 375px) {
	.section-shili .shuzi{
	width:100%;
	float:none;
	margin:0;
	}
	.section-shili .tu{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
	.section-shili .tu img{
	width:100%;
	height:auto;
	}
	.section-shili .shuzi ul li font{
    font-size: 30px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
	}
	.section-shili .shuzi ul li span{
    font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-left:15px;
	}
	.section-shili .shuzi ul li{
    color: #8F8F8F;
	font-size: 11px;
	}
	.shuzi-more{
    width: 241px;
	height: 44px;
	line-height:44px;
	text-align:center;
	color: #0554F2;
	font-weight: bold;
	font-size: 16px;
	margin:10px auto 0 auto;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
}
.public-head-two{
	font-weight: bold;
	font-size:22px;
}
.section-hezuo h2{
    font-size: 28px;
	line-height:50px;
}
.section-fulfillment .fulfillmentbox-words{
	width:100%;
	float:none;
	background:none;

}
.section-fulfillment .fulfillmentbox-words h2{
    font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 39px;
	margin-bottom:10px;
}
.fulfillmentbox-pic{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
.fulfillmentbox-pic img{
	width:100%;
	height:auto;
	}
.fulfillmentbox-words ul li{
	margin-bottom:20px;
}
.fulfillmentbox-words ul li font{
	width: 22px;
	height: 22px;
	background: #E91478;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.fulfillmentbox-words ul li span{
	width:80%;
	float:left;
	color:#E91478;
	font-weight:bold;
	margin-left:10px;
}
.fulfillmentbox-words-box-shang{
    font-size: 30px;
	color: #D9D9D9;
	line-height: 39px;
	font-weight: bold;
}
.fulfillmentbox-words-box-xia{
	line-height: 48px;
	font-weight: bold;
	font-size: 12px;
	color: #8F8F8F;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top:15px;
}
.public-head-3{
	line-height: 102px;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 51px;
	text-align: center;
	margin-bottom:20px;
}
.service1{
    width:100%;
	float:none;
	margin:0 0 20px 0;
}
.service1 img{
    width:100%;
	height:auto;
}
.service2{
    width:100%;
	float:none;
	margin-left:0;
	margin-bottom:20px;
}
.service2 img{
    width:100%;
	height:auto;
}
.service3{
    width:100%;
	float:none;
	margin-left:0;
	margin-top:0;
}
.service3 img{
    width:100%;
	height:auto;
}
.service4{
    width:100%;
	float:none;
	margin-top:20px;
}
.service4 img{
    width:100%;
	height:auto;
}
.service1box{
	margin-left:0;
	margin-top:0;
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.section-aboutus h2{
	line-height: 50px;
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-aboutus p{
	font-weight: 400;
	font-size: 16px;
	color: #525252;
	line-height: 31px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.service1box .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service1box .zhezhao h4{
	line-height: 54px;
	font-size: 25px;
	font-weight: bold;
}
.service1box .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-shang .zhezhao h4{
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
}
.service2-shang .zhezhao p{
	display:block;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-xia .zhezhao h4{
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
}
.service2-xia .zhezhao p{
	display:block;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.section-hezuo ul li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.section-hezuo ul li img{
    width:100%;
	height:auto;
	border:1px solid #ccc;

}
.section-telandmail-fudongbox{
	display:none;
}
.section-telandmail-left{
    width:100%;
	float:none;
	margin-top:20px;
}
.section-telandmail-right{
    width:100%;
	float:none;
	text-align:left;
	margin-top:25px;
}
.section-telandmail-right dl{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:0;
	margin-bottom:20px;
}
.section-telandmail-right dl dt{
		width: 60px;
		height: 60px;
		line-height:60px;
		background: rgba(255,255,255,0.1);
		border-radius: 0px 0px 0px 0px;
		float:left;
		border-radius:100%;
		text-align:center;
		color:#fff;
		font-size:22px;
	}
.section-telandmail-right dl dt i{
		font-size:28px;
}
.section-telandmail-right dl dd{
		width: 60%;
		line-height:50px;
		float:left;
		text-align:left;
		margin-left:15px;
	}
.section-telandmail-right dl dd h2{
	    font-size: 16px;
		line-height: 30px;
	    color: #fff;
	}
.section-telandmail-right dl dd h3{
	    font-size: 20px;
		color: #fff;
		line-height:28px;
		font-weight: normal;
	}
.section-telandmail{
	height:auto;
	background: #0554F2;
	border: 1px solid rgba(255,255,255,0.1);
	margin-top:0;
	padding-bottom:30px;
}
.section-telandmail-right .last{
		width:100%;
		float:right;
}
.section-telandmail-right .last dd{
		width:60%;
		font-size: 14px;
}
.section-telandmail-fudongbox-box{
	display:none;
}
.pic-content1{
    position:absolute;
	left:0;
	right:0;
	top:20%;
	padding:0 10% 0 10%;
}
.pic-content1 h2{
	font-weight: bold;
	font-size: 18px;
	color: #FFE900;
	line-height: 23px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.pic-content1 h3{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	display:none;
	text-transform: none;
	margin-bottom:10px;
}
.pic-content1 h4{
	width: 133px;
	height: 32px;
	line-height:32px;
	text-align:center;
	margin:0 auto;
	background: #FFE900;
	color:#0554F2;
	font-size:14px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content1 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
}
@media (min-width: 540px) {
	.section-shili .shuzi{
	width:100%;
	float:none;
	}
	.section-shili .tu{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
	.section-shili .tu img{
	width:100%;
	height:auto;
	}
	.section-shili .shuzi ul li font{
    font-size: 38px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
	}
	.section-shili .shuzi ul li span{
    font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	margin-left:15px;
	}
	.section-shili .shuzi ul li{
    color: #8F8F8F;
	font-size: 13px;
	}
	.shuzi-more{
    width: 291px;
	height: 54px;
	line-height:54px;
	text-align:center;
	color: #0554F2;
	font-weight: bold;
	font-size: 16px;
	margin:10px auto 0 auto;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
}
.section-fulfillment .fulfillmentbox-words{
	width:100%;
	float:none;
	background:none;

}
.section-fulfillment .fulfillmentbox-words h2{
    font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 49px;
	margin-bottom:20px;
}
.fulfillmentbox-pic{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
.fulfillmentbox-pic img{
	width:100%;
	height:auto;
	}
.fulfillmentbox-words ul li{
	margin-bottom:20px;
}
.fulfillmentbox-words ul li font{
	width: 22px;
	height: 22px;
	background: #E91478;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.fulfillmentbox-words ul li span{
	width:80%;
	float:left;
	color:#E91478;
	font-weight:bold;
	margin-left:10px;
}
.fulfillmentbox-words-box-shang{
    font-size: 30px;
	color: #D9D9D9;
	line-height: 39px;
	font-weight: bold;
}
.fulfillmentbox-words-box-xia{
	line-height: 48px;
	font-weight: bold;
	font-size: 18px;
	color: #8F8F8F;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top:15px;
}
.public-head-3{
	line-height: 102px;
	font-weight: bold;
	font-size: 28px;
	color: #000000;
	line-height: 51px;
	text-align: center;
	margin-bottom:20px;
}
.service1{
    width:49%;
	float:left;
	margin:0 0 20px 0;
}
.service1 img{
    width:100%;
	height:auto;
}
.service2{
    width:49%;
	float:right;
	margin-left:0;
	margin-bottom:20px;
}
.service2 img{
    width:100%;
	height:auto;
}
.service3{
    width:49%;
	float:left;
	margin-left:0;
	margin-top:0;
}
.service3 img{
    width:100%;
	height:auto;
}
.service4{
    width:49%;
	float:right;
	margin-top:20px;
}
.service4 img{
    width:100%;
	height:auto;
}
.service1box{
	margin-left:0;
	margin-top:0;
	position:relative;
	border-radius:20px;
	overflow:hidden;
}
.section-aboutus h2{
	line-height: 50px;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-aboutus p{
	font-weight: 400;
	font-size: 16px;
	color: #525252;
	line-height: 31px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.service1box .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service1box .zhezhao h4{
	line-height: 34px;
	font-size: 25px;
	font-weight: bold;
}
.service1box .zhezhao p{
	display:none;
}
.service1box .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-shang .zhezhao h4{
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
}
.service2-shang .zhezhao p{
	display:block;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-xia .zhezhao h4{
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
}
.service2-xia .zhezhao p{
	display:none;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.section-hezuo ul li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.section-hezuo ul li img{
    width:100%;
	height:auto;
	border:1px solid #ccc;

}
.section-telandmail-fudongbox{
	display:none;
}
.section-telandmail-left{
    width:100%;
	float:none;
	margin-top:20px;
}
.section-telandmail-right{
    width:100%;
	float:none;
	text-align:left;
	margin-top:25px;
}
.section-telandmail-right dl{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:0;
	margin-bottom:20px;
}
.section-telandmail-right dl dt{
		width: 60px;
		height: 60px;
		line-height:60px;
		background: rgba(255,255,255,0.1);
		border-radius: 0px 0px 0px 0px;
		float:left;
		border-radius:100%;
		text-align:center;
		color:#fff;
		font-size:22px;
}
.section-telandmail-right dl dt i{
		font-size:28px;
}
.section-telandmail-right dl dd{
		width: 60%;
		line-height:50px;
		float:left;
		text-align:left;
		margin-left:15px;
	}
.section-telandmail-right dl dd h2{
	    font-size: 16px;
		line-height: 30px;
	    color: #fff;
	}
.section-telandmail-right dl dd h3{
	    font-size: 20px;
		color: #fff;
		line-height:28px;
		font-weight: normal;
	}
.section-telandmail{
	height:auto;
	background: #0554F2;
	border: 1px solid rgba(255,255,255,0.1);
	margin-top:0;
	padding-bottom:30px;
}
.section-telandmail-right .last{
		width:100%;
		float:right;
}
.section-telandmail-right .last dd{
		width:80%;
		font-size: 14px;
		
}
.section-telandmail-fudongbox-box{
	display:none;
}
.pic-content1 h3{
	display:block;
}
.cover-ban{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	width: 32.3%;
	height: 128px;
	line-height: 128px;
	color:#fff;
	font-size:26px;
	text-align:center;
	background: #0554F2;
}
.cover-ban-ymx{
	position: absolute;
	left: 0;
	right: 0;
	top:-470px;
	width: 32.3%;
	height: 128px;
	line-height: 128px;
	color:#fff;
	font-size:26px;
	text-align:center;
	background: #0554F2;
}
.pic-content2{
	top:16%;
}
.pic-content2 h2{
	font-size: 20px;
	line-height: 23px;
	margin-bottom:10px;
	width:100%;
}
.pic-content2 h3{
	font-size: 16px;
	line-height: 22px;
	margin-bottom:10px;
	width:100%;
	display:block;
}
.pic-content2 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:none;
}
.pic-content3{
	top:16%;
}
.pic-content3 h2{
	font-size: 20px;
	line-height: 23px;
	margin-bottom:10px;
	width:100%;
}
.pic-content3 h3{
	font-size: 16px;
	line-height: 22px;
	margin-bottom:10px;
	width:100%;
	display:block;
}
.pic-content3 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:none;
}
.ny_bannerbox-lxwm{
    text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:11vh;
	color:#fff;
}
}

@media (min-width: 600px) {
	.section-shili .shuzi{
	width:100%;
	float:none;
	}
	.section-shili .tu{
	width:100%;
	float:none;
	position:relative;
    }
	.section-shili .shuzi ul li font{
    font-size: 40px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
	}
.section-fulfillment .fulfillmentbox-words{
	width:100%;
	float:none;
	background:none;

}
.section-fulfillment .fulfillmentbox-words h2{
    font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 49px;
	margin-bottom:20px;
}
.fulfillmentbox-pic{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
.fulfillmentbox-pic img{
	width:100%;
	height:auto;
	}
	.section-hezuo ul li{
	width: 33.333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.section-hezuo ul li img{
    width:100%;
	height:auto;
	border:1px solid #ccc;

}
.section-telandmail-fudongbox-box{
	display:none;
}
.service1{
    width:49%;
	float:left;
	margin:0 0 20px 0;
}
.service1 img{
    width:100%;
	height:auto;
}
.service2{
    width:49%;
	float:right;
	margin-left:0;
	margin-bottom:20px;
}
.service2 img{
    width:100%;
	height:auto;
}
.service3{
    width:49%;
	float:left;
	margin-left:0;
	margin-top:0;
}
.service3 img{
    width:100%;
	height:auto;
}
.service4{
    width:49%;
	float:right;
	margin-top:20px;
}
.service4 img{
    width:100%;
	height:auto;
}
.pic-content1{
    position:absolute;
	left:0;
	right:0;
	top:20%;
	padding:0 10% 0 10%;
}
.pic-content1 h2{
	font-weight: bold;
	font-size: 24px;
	color: #FFE900;
	line-height: 28px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.pic-content1 h3{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.pic-content1 h4{
	width: 133px;
	height: 32px;
	line-height:32px;
	text-align:center;
	margin:0 auto;
	background: #FFE900;
	color:#0554F2;
	font-size:14px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content1 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.pic-content2 h4{
    margin-top:20px;
	display:block;
	width:110px;
	height:30px;
	line-height:30px;
}
.pic-content3 h4{
    margin-top:20px;
	display:block;
	width:110px;
	height:30px;
	line-height:30px;
}
.section-dingdan2-right dl dd{
	padding-top:20px;
}
.section-quality-quote{
	font-size: 16px;
}
}

@media (min-width: 768px) {
	.section-shili .shuzi{
	width:100%;
	float:none;
	}
	.section-shili .tu{
	width:100%;
	float:none;
	position:relative;
	}
	.section-shili .shuzi ul li font{
    font-size: 40px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
	}
.section-fulfillment .fulfillmentbox-words{
	width:100%;
	float:none;
	background:none;

}
.section-fulfillment .fulfillmentbox-words h2{
    font-size: 30px;
	font-weight: bold;
	color: #000000;
	line-height: 49px;
	margin-bottom:20px;
}
.fulfillmentbox-pic{
	width:100%;
	float:none;
	position:relative;
	margin-top:20px;
	}
.fulfillmentbox-pic img{
	width:100%;
	height:auto;
	}
.section-hezuo ul li{
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.section-hezuo ul li img{
    width:100%;
	height:auto;
	border:1px solid #ccc;

}
.service-mb-boxs{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.service2-shang{
    width:48%;
	margin:0 1% 20px 1%;
}
.service2-shang h5{
	display:block;
}
.section-telandmail-fudongbox-box{
	display:none;
}
.service2-shang .zhezhao h4{
	display:block;
}
.service2-shang .zhezhao p{
	display:block;
}
.service2-xia .zhezhao p{
	display:block;
}
.pic-content1{
    position:absolute;
	left:0;
	right:0;
	top:20%;
	padding:0 10% 0 10%;
}
.pic-content1 h2{
	font-weight: bold;
	font-size: 28px;
	color: #FFE900;
	line-height: 28px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.pic-content1 h3{
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.pic-content1 h4{
	width: 143px;
	height: 38px;
	line-height:38px;
	text-align:center;
	margin:0 auto;
	background: #FFE900;
	color:#0554F2;
	font-size:16px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content1 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.section-n-shilibox ul{
	width:33.3333%;
	padding-left:10px;
	padding-right:10px;
}
.section-n-shilibox ul li{
    color: #8F8F8F;
	font-size: 16px;
}
.section-n-shilibox ul li font{
    font-size: 50px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
}
.section-n-shilibox ul li span{
    font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-left:15px;
}
.section-n-culturebox-pic{
    width:50%;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
.section-n-culturebox .wenzi{
    width:100%;
	float:none;
	text-align:left;
	padding-top:70px;
}
.section-n-culturebox .wenzi h2{
	line-height: 60px;
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-n-culturebox .wenzi p{
	font-size: 18px;
	color: #525252;
	line-height: 31px;
	text-align: left;
	font-style: normal;
}
.section-n-culturebox .wenzi h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	background: #FFE900;
	font-size:16px;
	color:#000000;
	margin-top:30px;
	text-align:center;
	border-radius: 30px 30px 30px 30px;
}
.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-slide {
	width: 33.3333%;
	height: auto;
	cursor:pointer;
	margin-right:2%;
}
.preview .arrow-left {
    background: none;
	border: 2px solid #D9D9D9;
	position: absolute;
	left: 3%;
	top: 127%;
	margin-top: -9px;
	width: 50px;
    height: 50px;
	line-height:50px;
	z-index: 10;
	text-align:center;
	border-radius:100%;
}
.preview .arrow-left i{
    font-size:30px;
	color:#0554F2;
}
.preview .arrow-right {
	position: absolute;
	left: 16%;
	top: 127%;
	margin-top: -9px;
	width: 50px;
    height: 50px;
	line-height:50px;
    background:none;
	border: 2px solid #D9D9D9;
	z-index: 10;
	text-align:center;
	border-radius:100%;
}
.preview .arrow-right i{
    font-size:30px;
	color:#0554F2;
}
.cover-ban{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	width: 18.3%;
	height: 128px;
	line-height: 128px;
	color:#fff;
	font-size:26px;
	text-align:center;
	background: #0554F2;
}
.cover-ban-ymx{
	position: absolute;
	left: 0;
	right: 0;
	top:-470px;
	width: 18.3%;
	height: 128px;
	line-height: 128px;
	color:#fff;
	font-size:26px;
	text-align:center;
	background: #0554F2;
}
.section-warehouse-box-left{
	width:100%;
	float:none;
}
.section-warehouse-box-left h3{
	font-weight: bold;
	font-size: 26px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right{
	width:100%;
	float:none;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left ul{
	padding-top:30px;
}
.section-warehouse-box-left ul li{
	margin-bottom:20px;
}
.section-warehouse-box-left ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-warehouse-box-left ul li font i{
	font-size:13px;
}
.section-warehouse-box-left ul li span{
	width:50%;
	float:left;
	color:#0554F2;
	font-weight:bold;
	margin-left:10px;
}

.section-warehouse-box-left2{
	width:100%;
	float:none;
}
.section-warehouse-box-left2 h3{
	font-weight: bold;
	font-size: 26px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left2 p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right2{
	width:100%;
	float:none;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right2 img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right2 img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right2:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left2 ul{
	padding-top:30px;
}
.section-warehouse-box-left2 ul li{
	margin-bottom:20px;
}
.section-warehouse-box-left2 ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-warehouse-box-left2 ul li font i{
	font-size:13px;
}
.section-warehouse-box-left2 ul li span{
	width:80%;
	float:left;
	color:#0554F2;
	font-weight:bold;
	margin-left:10px;
}
.section-warehouse-box-left3-list dl dd{
    width:60%;
	float:left;
	text-align:left;
	margin-left:20px;
}
.section-warehouse-box-left3-list dl dd h4{
    color:#000;
	font-weight:bold;
}
.section-warehouse-box-left3-list dl dd h5{
    color:#525252;
}
.section-contactus-feedback-left{
    width:100%;
	float:none;
	text-align:center;
}
.section-contactus-feedback-left h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 58px;
	font-style: normal;
}
.section-contactus-feedback-left h3{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	font-style: normal;
	margin-bottom:35px;
}
.section-contactus-feedback-left dl dt{
	width: 36px;
	height: 36px;
	line-height:36px;
	text-align:center;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E91478;
	float:left;
	border-radius:100%;
	margin-top:10px;
}
.section-contactus-feedback-left dl dd{
    float:left;
	width:80%;
	text-align:left;
	margin-left:3%;
}
.section-contactus-feedback-left h4{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 38px;
	font-style: normal;
}
.section-contactus-feedback-left h5{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	font-style: normal;
}
.section-contactus-feedback-left-box{
	width: 100%;
	height: 152px;
	background: #E91478;
	border-radius: 20px 20px 20px 20px;
	padding:30px;
}
.section-contactus-feedback-left-box-left{
    width:60%;
	float:left;
	text-align:left;
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 31px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-contactus-feedback-left-box-right{
	width: 40%;
	height: 54px;
	line-height:54px;
	text-align:center;
	background: #FFD400;
	border-radius: 30px 30px 30px 30px;
	float:right;
	font-size:16px;
	color:#000;
	margin-top:18px;
}
.section-contactus-feedback-right{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	float:none;
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
	margin-top:5px;
	padding:40px;
}
.section-contactus-feedback-right h2{
	font-weight: bold;
	font-size: 30px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:10px;
}
.section-contactus-feedback-right h3{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-contactus-feedback-right ul{
    width:100%;
	float:none;
	margin-bottom:15px;
}
.section-contactus-feedback-right ul li{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 36px;
	text-align: left;
	font-style: normal;
}
.section-contactus-map{
	width: 100%;
	height: 369px;
	border-radius: 0px 0px 0px 0px;
}
.section-tel-left{
    width:100%;
	float:none;
	text-align:left;
	color:#fff;
	font-weight: bold;
	font-size: 38px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	padding-left:50px;
	padding-top:30px;
}
.section-tel{
	width: 100%;
	height: auto;
	padding-bottom:30px;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
}
.section-tel-right dl{
    width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:30px;
}
.section-tel-right dl dd h2{
	font-weight: bold;
	font-size: 16px;
	line-height:30px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
}
.section-tel-right dl dd h3{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
}
.section-looking h2{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 58px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.lookingbox-list{
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	border-radius:20px;
	margin-bottom:20px;
}
.section-integrations-box{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:30px;
}
.section-fba3-box dl{
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:35px;
	z-indez:99;
}
.section-api2-main .section-api2-main-box{
	width: 50%;
	height: auto;
	margin-bottom:60px;
}
.pic-content2 h4{
	display:block;
	width:110px;
	height:30px;
	line-height:30px;
	margin-top:20px;
}
.pic-content3 h4{
	display:block;
	width:110px;
	height:30px;
	line-height:30px;
	margin-top:20px;
}
.pic-content1 h4{
	display:block;
}
.ny_banner_wenzi_main dl{
    height:110px;
	line-height:110px;
	border-bottom:0 solid #dedede;
}
.ny_bannerbox-lxwm{
    text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:8vh;
	color:#fff;
}
.ny_bannerbox-lxwm h3{
    display:block;
}
.ny_bannerbox-dingdan{
	bottom:8vh;
}
.ny_bannerbox-dingdan h2{
	font-size: 26px;
	line-height: 35px;
	padding:0 20px 0 20px;
	margin-bottom:20px;
}
.ny_bannerbox-dingdan h3{
    display:none;
}
}
@media (min-width: 992px) {
	.section-shili .shuzi{
	width:53%;
	float:left;
	}
	.section-shili .tu{
	width:43%;
	float:right;
	position:relative;
	}
	.section-shili .shuzi ul li font{
    font-size: 46px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
	}
	.section-shili .shuzi ul li{
    color: #8F8F8F;
	font-size: 16px;
	}
	.shuzi-more{
    width: 291px;
	height: 54px;
	line-height:54px;
	text-align:center;
	color: #0554F2;
	font-weight: bold;
	font-size: 16px;
	margin:30px auto 0 auto;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
}
.section-fulfillment .fulfillmentbox-words{
	width:47%;
	float:left;
	background:none;

}
.section-fulfillment .fulfillmentbox-words h2{
    font-size: 38px;
	font-weight: bold;
	color: #000000;
	line-height: 49px;
	margin-bottom:20px;
}
.fulfillmentbox-pic{
	width:50%;
	float:right;
	position:relative;
	margin-top:0;
	}
.fulfillmentbox-words-box-shang{
    font-size: 36px;
	color: #D9D9D9;
	line-height: 39px;
	font-weight: bold;
}
.fulfillmentbox-words-box-xia{
	line-height: 48px;
	font-weight: bold;
	font-size: 22px;
	color: #8F8F8F;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top:15px;
}
.service1{
    width:25%;
	float:left;
}
.service2{
    width: 23%;
	float:left;
	margin-left:2%;
}
.service3{
    width: 23%;
	float:left;
	margin-left:2%;
	margin-top:70px;
}
.service4{
    width: 23%;
	float:right;
	margin-top:-20px;
}
.service1box .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service1box .zhezhao h4{
	line-height: 54px;
	font-size: 25px;
	font-weight: bold;
}
.service1box .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service-mb-boxs{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.service2-shang{
    width:31%;
	margin:0 1% 20px 1%;
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-shang .zhezhao h4{
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
}
.service2-shang .zhezhao p{
	display:none;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	display:block;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-xia .zhezhao h4{
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
}
.service2-xia .zhezhao p{
	display:none;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.section-hezuo ul li{
	width: 16.6666%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:15px;
}
.section-hezuo ul li img{
    width:100%;
	height:auto;
	border:1px solid #ccc;

}
.section-telandmail-fudongbox-box{
	display:block;
}
.foot-social{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-social li{
	margin-right: 10px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.foot-social li a{
	display: inline-block;
	color: #898989;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background: #82a9f8;
}
.foot-social li a i{
	font-size:18px;
	color:#0554F2;
}
.foot-social li a:hover{
	background: #FFE900;
}
.pic-content1{
    position:absolute;
	left:0;
	right:0;
	top:10%;
	padding:0 200px 0 200px;
}
.pic-content1 h2{
	font-weight: bold;
	font-size: 40px;
	color: #FFE900;
	line-height: 53px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.pic-content1 h3{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:40px;
}
.pic-content1 h4{
	width: 173px;
	height: 46px;
	line-height:46px;
	text-align:center;
	margin:0 auto;
	background: #FFE900;
	color:#0554F2;
	font-size:16px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content1 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.section-n-shilibox ul{
	width:16%;
	padding-left:10px;
	padding-right:10px;
}
.section-n-shilibox ul li{
    color: #8F8F8F;
	font-size: 16px;
}
.section-n-shilibox ul li font{
    font-size: 50px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
}
.section-n-shilibox ul li span{
    font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-left:15px;
}
.section-fulfillments .wenzi{
    width:46.3%;
	float:left;
	text-align:left;
}
.section-fulfillments .wenzi h2{
	line-height: 60px;
	font-weight: bold;
	font-size: 46px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-fulfillments .wenzi p{
	font-size: 18px;
	color: #525252;
	line-height: 31px;
	text-align: left;
	font-style: normal;
}
.section-fulfillments .wenzi h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	background: #FFE900;
	font-size:16px;
	color:#000000;
	margin-top:30px;
	text-align:center;
	border-radius: 30px 30px 30px 30px;
}
.section-fulfillments .wenzi h3:hover{
	background: #c9b90a;
	color:#fff;
}
.section-fulfillments .tupian{
    width:48.6%;
	float:right;
	text-align:left;
	position:relative;
}
.section-n-culturebox-pic{
    width:24%;
	padding-left:10px;
	padding-right:10px;
	position:relative;
}
.section-n-culturebox .wenzi{
    width:39%;
	float:left;
	text-align:left;
	padding-top:70px;
}
.section-n-culturebox .wenzi h2{
	line-height: 60px;
	font-weight: bold;
	font-size: 46px;
	color: #000000;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-n-culturebox .wenzi p{
	font-size: 18px;
	color: #525252;
	line-height: 31px;
	text-align: left;
	font-style: normal;
}
.section-n-culturebox .wenzi h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	background: #FFE900;
	font-size:16px;
	color:#000000;
	margin-top:30px;
	text-align:center;
	border-radius: 30px 30px 30px 30px;
}
.swiper-slide-box-pic{
    width:60%;
	float:left;
}
.swiper-slide-box-pic img{
    width:100%;
	height:auto;
}
.swiper-slide-box-wenzi{
	width: 50%;
	height: 386px;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
	position:absolute;
	right:0;
	top:60px;
	color:#fff;
	padding:3%;
}
.swiper-slide-box-wenzi h2{
	font-weight: bold;
	font-size: 46px;
	line-height:60px;
	margin-bottom:20px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
}
.cover-ban{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	width: 12.3%;
	height: 158px;
	line-height: 158px;
	color:#fff;
	font-size:26px;
	text-align:center;
	background: #0554F2;
}
.cover-ban-ymx{
	position: absolute;
	left: 0;
	right: 0;
	top:-470px;
	width: 12.3%;
	height: 158px;
	line-height: 158px;
	color:#fff;
	font-size:26px;
	text-align:center;
	background: #0554F2;
}
.section-warehouse-box-left{
	width:45%;
	float:left;
}
.section-warehouse-box-left h3{
	font-weight: bold;
	font-size: 30px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right{
	width:50%;
	float:right;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left ul{
	padding-top:30px;
}
.section-warehouse-box-left ul li{
	margin-bottom:20px;
}
.section-warehouse-box-left ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-warehouse-box-left ul li font i{
	font-size:13px;
}
.section-warehouse-box-left ul li span{
	width:50%;
	float:left;
	color:#0554F2;
	font-weight:bold;
	margin-left:10px;
}


.section-warehouse-box-left2{
	width:45%;
	float:right;
}
.section-warehouse-box-left2 h3{
	font-weight: bold;
	font-size: 30px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left2 p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right2{
	width:50%;
	float:left;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right2 img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right2 img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right2:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left2 ul{
	padding-top:30px;
}
.section-warehouse-box-left2 ul li{
	margin-bottom:20px;
}
.section-warehouse-box-left2 ul li font{
	width: 22px;
	height: 22px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	color:#ffffff;
	border-radius:100%;
	text-align:center;
	font-weight:bold;
}
.section-warehouse-box-left2 ul li font i{
	font-size:13px;
}
.section-warehouse-box-left2 ul li span{
	width:80%;
	float:left;
	color:#0554F2;
	font-weight:bold;
	margin-left:10px;
}
.section-quality ul{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width:35%;
	margin:0 auto;
}
.section-quality ul li{
	width: 31.3333%;
	height: 29px;
	line-height:29px;
	color:#fff;
	background: #994AFB;
	border-radius: 6px 6px 6px 6px;
	margin:0 1% 0 1%;
}
.section-quality ul li:hover{
	background: #7b2cde;
	cursor:pointer;
}
.section-quality-quotebox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width:35%;
	margin:40px auto 0 auto;
}
.section-quality-quote{
	width: 46%;
	height: 51px;
	line-height:51px;
	border-radius: 30px 30px 30px 30px;
	border: 2px solid #0554F2;
	margin:0 2% 0 2%;
	color:#0554F2;
	font-size: 16px;
}
.section-warehouse3{
	margin-top:10px;
}
.section-warehouse-box-left3{
	width:45%;
	float:left;
}
.section-warehouse-box-left3 h3{
	font-weight: bold;
	font-size: 30px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-warehouse-box-left3 p{
	font-size: 16px;
	color: #525252;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box-right3{
	width:50%;
	float:right;
	overflow:hidden;
	cursor:pointer;
}
.section-warehouse-box-right3 img{
	width:100%;
	height:auto;
}
.section-warehouse-box-right3 img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section-warehouse-box-right3:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.section-warehouse-box-left3-list{
    padding-top:20px;
}    
.section-warehouse-box-left3-list dl{
	margin-bottom:40px;
}
.section-warehouse-box-left3-list dl dt{
	width: 41px;
	height: 41px;
	line-height:41px;
	text-align:center;
	background: #93C23D;
	border-radius:100%;
	float:left;
}
.section-warehouse-box-left3-list dl dt i{
	color:#fff;
}
.section-warehouse-box-left3-list dl dd{
    width:580px;
	float:left;
	text-align:left;
	margin-left:20px;
}
.section-warehouse-box-left3-list dl dd h4{
    color:#000;
	font-weight:bold;
}
.section-warehouse-box-left3-list dl dd h5{
    color:#525252;
}
.section-warehouse-box-left3-list dl dd{
    width:80%;
	float:left;
	text-align:left;
	margin-left:20px;
}
.section-warehouse-box-left3-list dl dd h4{
    color:#000;
	font-weight:bold;
}
.section-warehouse-box-left3-list dl dd h5{
    color:#525252;
}
.section-contactus-feedback{
    margin-top:100px;
}
.section-contactus-feedback-left{
    width:42%;
	float:left;
	text-align:left;
}
.section-contactus-feedback-left h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 58px;
	font-style: normal;
}
.section-contactus-feedback-left h3{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	font-style: normal;
	margin-bottom:35px;
}
.section-contactus-feedback-left dl{
    margin-bottom:30px;
}
.section-contactus-feedback-left dl dt{
	width: 36px;
	height: 36px;
	line-height:36px;
	text-align:center;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #E91478;
	float:left;
	border-radius:100%;
	margin-top:13px;
}
.section-contactus-feedback-left dl dd{
    float:left;
	text-align:left;
	margin-left:3%;
}
.section-contactus-feedback-left h4{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 58px;
	font-style: normal;
}
.section-contactus-feedback-left h5{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 26px;
	font-style: normal;
}
.section-contactus-feedback-left-box{
	width: 100%;
	height: 152px;
	background: #E91478;
	border-radius: 20px 20px 20px 20px;
	padding:30px;
}
.section-contactus-feedback-left-box-left{
    width:60%;
	float:left;
	text-align:left;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top:0;
}
.section-contactus-feedback-left-box-right{
	width: 30%;
	height: 54px;
	line-height:54px;
	text-align:center;
	background: #FFD400;
	border-radius: 30px 30px 30px 30px;
	float:right;
	font-size:16px;
	color:#000;
	margin-top:18px;
}
.section-contactus-feedback-left-box-right:hover{
	background: #d0ae09;
}
.section-contactus-feedback-right{
	width: 50%;
	height: 711px;
	background: #FFFFFF;
	float:right;
	box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
	margin-top:5px;
	padding:40px;
}
.section-contactus-feedback-right:hover{
	box-shadow: 0px 4px 15px 0px rgba(51,51,51,0.1);
}
.section-contactus-feedback-right h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:10px;
}
.section-contactus-feedback-right h3{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-contactus-feedback-right ul{
    width:50%;
	float:left;
	margin-bottom:15px;
}
.section-contactus-feedback-right ul li{
	font-size: 16px;
	color: #8F8F8F;
	line-height: 36px;
	text-align: left;
	font-style: normal;
}
.ntext{
	width: 100%;
	height: 52px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DBDBDB;
	text-indent:15px;
	border-radius:10px;
	outline:0;
}
.ntext2{
	width: 100%;
	height: 92px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #DBDBDB;
	text-indent:15px;
	border-radius:10px;
	outline:0;
}
.section-contactus-feedback-right-f{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-contactus-feedback-right-f ul{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
}
.ibtn{
	width: 100%;
	height: 54px;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
	border:0;
	font-size:18px;
	font-weight:bold;
	color:#0554F2;
}
.ibtn:hover{
	background: #d0ae06;
	color:#fff;
}
.section-contactus-map{
	width: 100%;
	height: 669px;
	border-radius: 0px 0px 0px 0px;
}
.section-tel{
	width: 100%;
	height: 232px;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
}
.section-tel-left{
    width:30%;
	float:left;
	text-align:left;
	color:#fff;
	font-weight: bold;
	font-size: 38px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-left:50px;
	padding-top:60px;
}
.section-tel-right{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-right:20px;
}
.section-tel-right dl{
    width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:30px;
}
.section-tel-right dl dt{
	width: 72px;
	height: 72px;
	line-height:72px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	margin:0 auto 3px auto;
	border-radius:100%;
	text-align:center;
}
.section-tel-right dl dt i{
	font-size: 28px;
	color:#0554F2;
}
.section-tel-right dl dd{
	text-align:center;
}
.section-tel-right dl dd h2{
	font-weight: bold;
	font-size: 16px;
	line-height:30px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
}
.section-tel-right dl dd h3{
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-style: normal;
}
.section-tel-right .last{

}
.section-tel-right .last h3{
    font-size:14px;
	line-height:22px;
}
.section-looking{
	background: #ECF7FF;
	border-radius: 0px 0px 0px 0px;
	padding:30px 0 30px 0;
	margin-top:30px;
	margin-bottom:100px;
}
.section-looking h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 58px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.lookingbox{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -25px;
	margin-right: -25px;
}
.lookingbox-list{
	width: 33.3333%;
	padding-left: 25px;
	padding-right: 25px;
	border-radius:20px;
}
.lookingbox-list dl{
    background:#fff;
	border-radius:20px;
	text-align:center;
	padding-top:20px;
	padding-bottom:40px;
}
.lookingbox dl dt{
    margin:0 auto;
	line-height:65px;
}
.lookingbox dl dt i{
    font-size:45px;
}
.lookingbox dl dd{

}
.lookingbox dl dd h3{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 42px;
    text-align: center;
}
.lookingbox dl dd h4{
    font-size: 16px;
    color: #525252;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.lookingbox dl dd h5{
    width: 198px;
    height: 50px;
	line-height:50px;
    border-radius: 30px 30px 30px 30px;
    border: 2px solid #8F8F8F;
	margin:30px auto 0 auto;
}
.lookingbox-list dl:hover h5{
	background: #0554F2;
	border: 2px solid #0554F2;
	border:0;
	color:#fff;
}
.section-integrations h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.section-integrations-box{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:30px;
}
.section-zengzhi-box-left{
	width:45%;
	float:left;
	padding-top:50px;
}
.section-zengzhi-box-right{
	width:50%;
	float:right;
	overflow:hidden;
	cursor:pointer;
}
.section-zengzhi-box h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:50px;
}
.section-zengzhi-box-left h3{
	font-weight: bold;
	font-size: 30px;
	line-height:40px;
	color: #0554F2;
	text-align: left;
	font-style: normal;
	margin-bottom:15px;
}
.section-caigou-box-left{
	width:38%;
	float:left;
	padding-top:30px;
}
.section-caigou-box-left h3{
	font-weight: bold;
	font-size: 70px;
	color: #cdddfc;
	line-height: 86px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-caigou-box-right{
	width:48%;
	float:right;
}
.ny_bannerbox_left{
    width:49%;
	float:left;
	color:#fff;
	padding-top:100px;
}
.ny_bannerbox_left h2{
    font-size:50px;
	line-height:50px;
	font-weight:bold;
	margin-bottom:20px;
}
.ny_bannerbox_right{
    float:right;
    width:29%;
	margin-top:120px;
}
.ny_banner_caigou{
	background:url(../../images/caigou/banner.jpg) top center no-repeat;
	height:560px;
	padding-bottom:0;
}
.ny_bannerbox_left h3{
	width: 183px;
	height: 53px;
	line-height:53px;
	border-radius: 30px 30px 30px 30px;
	border: 2px solid #FFFFFF;
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-top:50px;
}
.section-projects-left{
    width: 48%;
    height: 453px;
	float:left;
    background: #F7F3FF;
    border-radius: 20px 20px 20px 20px;
	padding:50px;
}
.section-projects-right{
    width: 48%;
    height: 453px;
	float:right;
    background: #ECF7FF;
    border-radius: 20px 20px 20px 20px;
	padding:50px;
}
.scrollSwiperNews .swiper .swiper-slide .txt{
	padding: 30px;
	width:55%;
	float:right;
}
.scrollSwiperNews .swiper .swiper-slide .pic{
    width:45%;
	height: auto;
	float:left;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 1%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 82%;
}
.scrollSwiperNews .swiper .swiper-arrows{
	width: 80px;
	height: 80px;
	top: 80%;
	border: 2px solid #D9D9D9;
}
.scrollSwiperNews .swiper .swiper-arrows i{
    font-size:30px;
	color:#0554F2;
}
.section-process h2{
	font-size: 40px;
}
.section-process p{
	padding:0 200px 0 200px;
}
.section-process-main{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
	position:relative;
}
.section-process-main dl{
	width: 33.3333%;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom:55px;
	z-indez:99;
}
.section-process-main dl dt{
	width: 78px;
	height: 78px;
	line-height:78px;
	background: #F46E1F;
	border-radius:100%;
	margin:0 auto;
	text-align:center;
}
.section-process-main dl dd{

}
.section-process-main dl dd h3{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 56px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-shipping h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 62px;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.section-projects h2{
    text-align:center;
	margin-bottom:30px;
	font-size: 38px;
	font-weight:bold;
	padding:0 30px 0 30px;
}
.section-projects-left ul li span{
	margin-top:5px;
	margin-left:0;
}
.section-projects-right ul li span{
	margin-top:5px;
	margin-left:0;
}
.section-available h2{
	font-size: 38px;
	line-height: 42px;
}
.section-available p{
	padding:0 200px 0 200px;
}
.section-availablebox{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
	position:relative;
}
.section-availablebox dl{
	width: 33.3333%;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom:75px;
	z-indez:99;
}
.section-brand-left{
    width:45%;
	float:left;
}
.section-brand-right{
    width:51%;
	float:right;
	text-align:left;
	padding-top:40px;
}
.section-brand-right h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-brand-right p{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-brand-right h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	font-size:18px;
	text-align:center;
	background: #FFD400;
	margin-top:40px;
	color:#000;
	border-radius: 30px 30px 30px 30px;
}
.section-orders dl dd{
    width:90%;
	float:left;
	text-align:left;
	margin-left:1%;
    font-weight: normal;
    font-size: 16px;
    color: #525252;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.section-orders h2{
	font-weight: bold;
	font-size: 36px;
	color: #000000;
	line-height: 42px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-fba1 h2{
	font-size: 38px;
	line-height: 42px;
}
.section-fba1 p{
	padding:0 200px 0 200px;
}
.section-fba1-box-left{
    width:36%;
	float:left;
	padding-top:20px;
	
}
.section-fba1-box-right{
    width:36%;
	float:right;
	padding-top:20px;
}
.section-fba1-box{
    height:307px;
	background:url(../../images/fba/vs.png) center no-repeat;
	padding:30px;
	color:#fff;
}
.section-expert h2{
	font-size: 38px;
	line-height: 42px;
}
.section-expert p{
	padding:0 200px 0 200px;
}
.section-expert-main dl{
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:25px;
	z-indez:99;
}
.section-expert-main-line1{
    display:block;
}
.section-expert-main-line2{
    display:block;
}
.section-expert-main-line3{
    display:block;
}
.section-fba3 h2{
	font-size: 38px;
	line-height: 42px;
}
.section-fba3 p{
	padding:0 200px 0 200px;
}
.section-fba3-box dl{
	width: 33.3333%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom:35px;
	z-indez:99;
}
.section-fba3-box{
	padding:40px;
}
.section-fba3-box-more{
    display:block;
}
.section-prep h2{
	font-size: 38px;
	line-height: 42px;
}
.section-prep p{
	padding:0 200px 0 200px;
}
.section-prep-left{
    width:50%;
	float:left;
}
.section-prep-left img{
    width:100%;
	height:auto;
}
.section-prep-right{
    width:46.3%;
	float:right;
	margin-top:0;
}
.section-fee p{
    text-align: center;
}
.section-fee p img{
    width:auto;
	height:auto;
}
.section-fba1-box-left h3{
	font-size: 26px;
	line-height: 42px;
}
.section-fba1-box-right h3{
	font-size: 26px;
	line-height: 42px;
}
.section-api1-left{
    width: 23%;
    height: 797px;
    background: #FFFFFF;
    box-shadow: -2px -2px 10px 5px rgba(0,0,0,0.04);
    border-radius: 10px 10px 10px 10px;
	margin-top:10px;
	float:left;
	padding:20px;
}
.section-api1-right{
	width: 75%;
	height: 1285px;
	margin-top:10px;
	background: #FFFFFF;
	box-shadow: -2px -2px 10px 5px rgba(0,0,0,0.03);
	border-radius: 10px 10px 10px 10px;
	float:right;
	padding:20px;
}
.section-api1-left ul{

}
.section-api1-left ul li{
    width:100%;
    line-height:45px;
}
.section-api1-right h2 span{
    display:block;
	float:left;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top:0;
}
.section-api1-right p img{
	width:auto;
	height:auto;
}
.section-api2-main .section-api2-main-box{
	width: 25%;
	height: 352px;
	margin-bottom:0;
}
.section-api3-left{
    width:44%;
	float:left;
	margin-bottom:0;
}
.section-api3-right{
    width:54%;
	float:right;
	text-align:left;
}
.section-api4 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 52px;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.section-api4 p{
	font-size: 16px;
	color: #525252;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-api4 h3{
	width: 198px;
	height: 54px;
	line-height:54px;
	font-size:16px;
	text-align:center;
	color:#fff;
	background: #0554F2;
	border-radius: 30px 30px 30px 30px;
	margin:30px auto 100px auto;
}
.section-dingdan1 h2{
	font-size: 38px;
}
.section-dingdan1 p{
	padding:0 200px 0 200px;
}
.index-why-list li{
	width: 14.8%;
	height: 416px;
	overflow: hidden;
	transition: .5s;
	position: relative;
	margin-right:9px;
	border-radius:20px;
	
}
.index-why-list li.active{
	width:24.5%;
}
.section-dingdan2{
	padding: 0;
	height:416px;
	overflow: hidden;
	margin-bottom:110px;
}
.index-why-list{
	height: 416px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-around;
}
.section-dingdan2-right{
    width: 100%;
	float:none;
}
.section-dingdan4-left{
    width:46%;
	float:left;
}
.section-dingdan4-right{
    width:45%;
	float:right;
}
.section-dingdan4-left ul li span{
    line-height:50px;
	font-size: 16px;
	color: #525252;
}
.section-dingdan5-left{
    width:46%;
	float:right;
}
.section-dingdan5-right{
    width:45%;
	float:left;
}
.section-dingdan5-left ul li span{
    line-height:50px;
	font-size: 16px;
	color: #525252;
}
.section-dingdan7 h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 62px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.section-tel-right .last{
    width:33.333%;
}
.fulfillmentbox{
	background:#fff;
	padding:40px;
	border-radius:10px;
	margin-top:30px;
}
.shuzi-box{
	padding-left:8px;
	padding-right:8px;
	width:33.333333%;
	margin-bottom:35px;
}
.section-dingdan2-right dl dd p{
    display:block;
}
.section-dingdan3{
    margin-bottom:100px;
}
.section-dingdan6{
    background: #F7F3FF;
	padding:40px 0 40px 0;
}
.section-orders dl dd{
    width:70%;
}
.section-n-culturebox h2{
    line-height: 60px;
    font-size: 46px;
}
.section-quality h2{
	font-size: 38px;
	line-height: 42px;
}
.section-dingdan2-right h2{
	font-size: 38px;
}
.section-dingdan4-left h2{
	font-size: 36px;
}
.section-dingdan5-left h2{
	font-size: 36px;
}
.section-dingdan6 p{
	font-size: 40px;
	line-height: 52px;
}
.section-dingdan7 h2{
	font-size: 40px;
	line-height: 62px;
}
.section-caigou h2{
	font-size: 40px;
	line-height: 42px;
}
.section-fba3-box dl dd h3{
	font-size: 24px;
	line-height: 42px;
	margin-bottom:0;
}
.section-fulfillments{
    margin-top:100px;
}
.section-n-culturebox-pic.last{
	margin-bottom:80px;
}
.section-n-culturebox-pic-color h3 font{
    font-size:36px;
}
.section-n-culturebox-pic-color h3 span{
    font-size:22px;
}
.section-why h2{
	font-size: 38px;
	line-height: 42px;
}
.pic-content2{
	top:16%;
}
.pic-content2 h2{
	font-size: 40px;
	line-height: 43px;
	margin-bottom:20px;
	width:60%;
}
.pic-content2 h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	width:60%;
	display:block;
}
.pic-content2 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:none;
}
.pic-content3{
	top:16%;
}
.pic-content3 h2{
	font-size: 40px;
	line-height: 43px;
	margin-bottom:20px;
	width:60%;
}
.pic-content3 h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	width:60%;
	display:block;
}
.pic-content3 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:none;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 1%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 82%;
}
.scrollSwiperNews .swiper .swiper-arrows{
	width: 54px;
	height: 54px;
	top: 90%;
	display:none;
	border: 2px solid #D9D9D9;
}
.ny_banner_ymx h2{
	font-size: 64px;
	line-height: 80px;
	padding:0 200px 0 200px;
}
.ny_banner_ymx p{
	font-size: 18px;
	line-height: 26px;
	padding:0 400px 0 400px;
}
.ny_banner_wenzi_main{
	width: 73%;
	height: 627px;
	margin:30px auto 0 auto;
	padding:50px;
}
.ny_banner_wenzi_main dl .free1{
	font-size: 22px;
	line-height: 80px;
	width:50%;
}
.ny_banner_wenzi_main dl .free2{
	font-size: 22px;
	line-height: 80px;
	width:50%;
}
.ny_banner_wenzi_main dl .free3{
	font-size: 22px;
	line-height: 80px;
	width:50%;
}
.ny_banner_wenzi_main dl .free4{
	font-size: 16px;
	line-height:24px;
	width:50%;
	padding-top:14px;
}
.ny_banner_wenzi_main dl .free5{
	font-size: 16px;
	line-height:24px;
	width:50%;
	padding-top:14px;
}
.ny_banner_wenzi_main dl .free6{
	font-size: 16px;
	line-height:24px;
	width:50%;
}
.ny_banner_wenzi_main dl dd h4{
	float:left;
	line-height: 80px;
	width:45%;
	margin-top:0;
}
.ny_banner_wenzi_main dl dt{
	width:6%;
	margin-right:2%;
}
.ny_banner_wenzi_main dl dt i{
	font-size: 32px;
	color:#000;
}
.ny_banner_wenzi_main dl dd{
	width:91%;
	float:left;
}
.cover-ban-ymx{
	display:block;
}
.ny_banner_wenzi_main{
    height:auto;
}
.ny_banner_wenzi_main dl{
    height:80px;
	line-height:80px;
	border-bottom:0 solid #dedede;
}
.section-available{
	margin-top:30px;
	text-align:center;
}
.section-projects-left h4{
	font-size: 24px;
	line-height: 42px;
}
.section-projects-right h4{
	font-size: 24px;
	line-height: 42px;
}
.ny_bannerbox-lxwm{
    text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:14vh;
	color:#fff;
}
.ny_bannerbox-lxwm h2{
	font-size: 64px;
	line-height: 40px;
}
.ny_bannerbox-lxwm h3{
	font-size: 16px;
	line-height:66px;
}
.ny_bannerbox-dingdan{
	bottom:14vh;
}
.ny_bannerbox-dingdan h2{
	font-size: 34px;
	line-height: 50px;
	padding:0 100px 0 100px;
	margin-bottom:20px;
}
.ny_bannerbox-dingdan h3{
	font-size: 16px;
	line-height:26px;
	padding:0 200px 0 200px;
	display:none;
}
.section-dingdan2-right dl dd{
    float:left;
	text-align:left;
	width:75%;
	padding-top:0;
	margin-left:4%;
}
.fulfillmentbox-words-box-shang{
    font-size: 36px;
	line-height: 39px;
}
.fulfillmentbox-words-box-xia{
	line-height: 48px;
	font-size: 18px;
	line-height: 30px;
}
.section-aboutus ul li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
	cursor:pointer;
}
.section-telandmail{
	margin-top:30px;
}
}
@media (min-width: 1024px) {
	.shuzi-more{
    width: 291px;
	height: 54px;
	line-height:54px;
	text-align:center;
	color: #0554F2;
	font-weight: bold;
	font-size: 16px;
	margin:20px auto 0 auto;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
}
.service2-shang{
    width:31%;
	margin:0 1% 20px 1%;
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-shang .zhezhao h4{
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
}
.service2-shang .zhezhao p{
	display:none;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-xia .zhezhao h4{
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
}
.service2-xia .zhezhao p{
	display:none;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.section-telandmail-fudongbox{
	display:none;
}
.foot-social{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-social li{
	margin-right: 10px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.foot-social li a{
	display: inline-block;
	color: #898989;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background: #82a9f8;
}
.foot-social li a i{
	font-size:20px;
	color:#0554F2;
}
.foot-social li a:hover{
	background: #FFE900;
}
.caigou-top{
	margin-top:60px;
}
.pic-content2{
	top:10%;
}
.pic-content2 h2{
	font-size: 40px;
	line-height: 43px;
	margin-bottom:20px;
	width:80%;
}
.pic-content2 h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	width:80%;
}
.pic-content2 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:block;
}
.pic-content3{
	top:10%;
}
.pic-content3 h2{
	font-size: 40px;
	line-height: 43px;
	margin-bottom:20px;
	width:80%;
}
.pic-content3 h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	width:80%;
}
.pic-content3 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:block;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 1%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 82%;
}
.scrollSwiperNews .swiper .swiper-arrows{
	width: 60px;
	height: 60px;
	line-height:60px;
	text-align:center;
	top: 80%;
	display:none;
	border: 2px solid #D9D9D9;
}
.section-dingdan2-right{
    width: 100%;
	float:none;
}
.section-projects h2{
    text-align:center;
	margin-bottom:30px;
	font-size: 38px;
	font-weight:bold;
	padding:0 30px 0 30px;
}
.ny_bannerbox-lxwm{
    text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:12vh;
	color:#fff;
}
.ny_bannerbox-dingdan{
	bottom:16vh;
}
.ny_bannerbox-dingdan h2{
	font-size: 36px;
	line-height: 45px;
	padding:0 20px 0 20px;
	margin-bottom:20px;
}
.ny_bannerbox-dingdan h3{
    display:none;
}
}
@media (min-width: 1100px) {
	.shuzi-more{
    width: 291px;
	height: 54px;
	line-height:54px;
	text-align:center;
	color: #0554F2;
	font-weight: bold;
	font-size: 16px;
	margin:20px auto 0 auto;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-shang .zhezhao p{
	display:none;
}
.service2-shang .zhezhao h4{
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-xia .zhezhao h4{
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
}
.service2-xia .zhezhao p{
	display:none;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.section-telandmail-fudongbox{
	display:none;
}
.foot-social{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-social li{
	margin-right: 10px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.foot-social li a{
	display: inline-block;
	color: #898989;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	background: #82a9f8;
}
.foot-social li a i{
	font-size:18px;
	color:#0554F2;
}
.foot-social li a:hover{
	background: #FFE900;
}
.section-service{
	margin-top: 100px;
}
.section-service-box-main{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.section-service-box{
	width:25%;
	padding-left:10px;
	padding-right:10px;
}
.section-service-box:hover .section-service-box-left{
    background:#0e4bc6;
}
.section-service-box-left{
	width: 108px;
	height: 108px;
	line-height:108px;
	background: #0554F2;
	border-radius: 0px 0px 0px 0px;
	float:left;
	border-radius:100%;
	text-align:center;
}
.section-service-box-left i{
	font-size:36px;
	color:#fff;
}
.section-service-box-right{
    float:left;
	text-align:left;
	margin-left:5%;
	padding-top:20px;
}
.section-service-box-right h2{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-service-box-right h3{
	font-size: 16px;
	color: #525252;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.section-warehouse-box{

}
.section-warehouse-box h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:30px;
}
.section-warehouse-box2{

}
.section-warehouse-box2 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:30px;
}

.section-warehouse-box3{

}
.section-warehouse-box3 h2{
	font-weight: bold;
	font-size: 38px;
	color: #000000;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	margin-bottom:30px;
}
.section-zengzhi-box{
    margin-bottom: 40px;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 1%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 86%;
}
.scrollSwiperNews .swiper .swiper-arrows{
	width: 60px;
	height: 60px;
	line-height:60px;
	text-align:center;
	top: 80%;
	display:none;
	border: 2px solid #D9D9D9;
}
.section-dingdan2-right{
    width: 100%;
	float:none;
}
.section-projects h2{
    text-align:center;
	margin-bottom:30px;
	font-size: 38px;
	font-weight:bold;
	padding:0 30px 0 30px;
}
}
@media (min-width: 1200px) {
	.shuzi-more{
    width: 291px;
	height: 54px;
	line-height:54px;
	text-align:center;
	color: #0554F2;
	font-weight: bold;
	font-size: 16px;
	margin:50px auto 0 auto;
	background: #FFE900;
	border-radius: 30px 30px 30px 30px;
	}
	.public-head{
	color: #000;
	font-size: 42px;
	text-transform: uppercase;
	height: auto;
	overflow: hidden;
	position: relative;
	line-height: 1.5;
	text-align:left;
	margin-bottom: 20px;
	}
	.service1box .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service1box .zhezhao p{
	display:none;
}
.service1box .zhezhao h4{
	line-height: 34px;
	font-size: 25px;
	font-weight: bold;
}
.service1box .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-shang{
    width:auto;
	margin:0;
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.service2-shang .zhezhao h4{
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
}
.service2-shang .zhezhao p{
	display:none;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:30px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:10px;
}
.service2-xia .zhezhao h4{
	line-height: 54px;
	font-size: 20px;
	font-weight: bold;
}
.service2-xia .zhezhao p{
	display:none;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:20px;
	border-radius: 27px 27px 27px 27px;
}
.public-head-two{
	font-weight: bold;
	font-size:42px;
}
.section-hezuo h2{
    font-size: 48px;
} 
.section-telandmail-fudongbox{
	display:none;
}
.pchidden{
	display:none;
}
.mbhidden{
	display:block;
}
.foot-social{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-social li{
	margin-right: 10px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.foot-social li a{
	display: inline-block;
	color: #898989;
	width: 47px;
	height: 47px;
	text-align: center;
	line-height: 47px;
	border-radius: 50%;
	background: #82a9f8;
}
.foot-social li a i{
	font-size:24px;
	color:#0554F2;
}
.foot-social li a:hover{
	background: #FFE900;
}
.foot-social{
	margin-top: 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.foot-social li{
	margin-right: 10px;
	color: #000;
	font-size: 16px;
	line-height: 32px;
}
.foot-social li a{
	display: inline-block;
	color: #898989;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 50%;
	background: #82a9f8;
}
.foot-social li a i{
	font-size:22px;
	color:#0554F2;
}
.foot-social li a:hover{
	background: #FFE900;
}
.pic-content1{
    position:absolute;
	left:0;
	right:0;
	top:10%;
	padding:50px 200px 0 200px;
}
.pic-content1 h2{
	font-weight: bold;
	font-size: 60px;
	color: #FFE900;
	line-height: 63px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.pic-content1 h3{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:40px;
}
.pic-content1 h4{
	width: 193px;
	height: 56px;
	line-height:56px;
	text-align:center;
	margin:0 auto;
	background: #FFE900;
	color:#0554F2;
	font-size:16px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content1 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.preview {
	width: 84%;
	margin-top: 10px;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.preview .swiper-slide {
	width: 18%;
	height: auto;
	cursor:pointer;
	margin-right:2%;
}
.preview .swiper-slide img{
    width:100%;
	height:auto;
}
.preview .slide6 {
	width: 18%;
}

.preview .arrow-left {
    background: none;
	border: 2px solid #D9D9D9;
	position: absolute;
	left: 102%;
	top: 27%;
	margin-top: -9px;
	width: 80px;
    height: 80px;
	line-height:80px;
	z-index: 10;
	text-align:center;
	border-radius:100%;
}
.preview .arrow-left i{
    font-size:30px;
	color:#0554F2;
}
.preview .arrow-left:hover{
    background: #0554F2;
	border: 2px solid #0554F2;
}
.preview .arrow-left:hover i{
    color:#fff;
}
.preview .arrow-right:hover{
    background: #0554F2;
	border: 2px solid #0554F2;
}
.preview .arrow-right:hover i{
    color:#fff;
}
.preview .arrow-right {
	position: absolute;
	left: 110%;
	top: 27%;
	margin-top: -9px;
	width: 80px;
    height: 80px;
	line-height:80px;
    background:none;
	border: 2px solid #D9D9D9;
	z-index: 10;
	text-align:center;
	border-radius:100%;
}
.preview .arrow-right i{
    font-size:30px;
	color:#0554F2;
}
.preview img {
	padding-right: 0;
}

.preview .active-nav img {
	padding-right: 0;
	border: 1px solid #0554F2;
}
.swiper-slide-box{
    position:relative;
}
.swiper-slide-box-pic{
    width:60%;
	float:left;
}
.swiper-slide-box-pic img{
    width:100%;
	height:auto;
}
.swiper-slide-box-wenzi{
	width: 50%;
	height: 386px;
	background: #0554F2;
	border-radius: 20px 20px 20px 20px;
	position:absolute;
	right:0;
	top:60px;
	color:#fff;
	padding:3%;
}
.swiper-slide-box-wenzi h2{
	font-weight: bold;
	font-size: 46px;
	line-height:60px;
	margin-bottom:20px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
}
.swiper-slide-box-wenzi p{
	font-weight: normal;
	font-size: 16px;
	line-height:26px;
	margin-bottom:20px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
}
.section-process-main-box{
    display:block;
}
.section-process-main-box-jt1{
    display:block;
}
.section-process-main-box-jt2{
    display:block;
}
.section-process-main-box-jt3{
    display:block;
}
.section-process-main-box-jt4{
    display:block;
}
.section-process-main-box-jt5{
    display:block;
}
.pic-content2{
	top:20%;
}
.pic-content2 h2{
	font-size: 40px;
	line-height: 43px;
	margin-bottom:20px;
	width:60%;
}
.pic-content2 h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	width:60%;
	display:block;
}
.pic-content2 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:block;
}
.pic-content3{
	top:20%;
}
.pic-content3 h2{
	font-size: 40px;
	line-height: 43px;
	margin-bottom:20px;
	width:60%;
}
.pic-content3 h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	width:60%;
	display:block;
}
.pic-content3 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:block;
}
	.section-shili .shuzi ul li font{
    font-size: 50px;
	color: #0554F2;
	font-weight: bold;
	line-height: 65px;
	}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 1%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 86%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 1%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 86%;
}
.scrollSwiperNews .swiper .swiper-arrows{
	width: 50px;
	height: 50px;
	line-height:50px;
	text-align:center;
	top: 88%;
	display:block;
	border: 2px solid #D9D9D9;
}
.ny_banner_wenzi_main{
    height:auto;
}
.ny_banner_wenzi_main dl{
	border-bottom:0 solid #dedede;
}
.section-available{
	margin-top:30px;
	text-align:center;
}
.ny_banner_wenzi_main dl{
    height:80px;
	line-height:80px;
	margin-bottom:0;
}
.ny_banner_wenzi_main dl .free1{
	font-size: 22px;
	line-height: 80px;
	width:50%;
}
.ny_banner_wenzi_main dl .free2{
	font-size: 22px;
	line-height: 80px;
	width:50%;
}
.ny_banner_wenzi_main dl .free3{
	font-size: 22px;
	line-height: 80px;
	width:50%;
}
.ny_banner_wenzi_main dl .free4{
	font-size: 16px;
	line-height:24px;
	width:50%;
	padding-top:14px;
}
.ny_banner_wenzi_main dl .free5{
	font-size: 16px;
	line-height:24px;
	width:50%;
	padding-top:14px;
}
.ny_banner_wenzi_main dl .free6{
	font-size: 16px;
	line-height:24px;
	width:50%;
}
.ny_banner_wenzi_main dl dd h4{
	float:left;
	line-height: 80px;
	width:45%;
	margin-top:0;
}
.section-dingdan2-left{
	width: 33%;
	height: 529px;
	border-radius: 20px 20px 20px 20px;
	border: 0 solid #0554F2;
	float:left;
	position:relative;
	margin-left:70px;
}
.section-dingdan2-right{
    width: 53%;
	float:right;
}
.section-projects h2{
    text-align:center;
	margin-bottom:30px;
	font-size: 38px;
	font-weight:bold;
	padding:0 100px 0 100px;
}
.ny_bannerbox-lxwm{
    text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:20vh;
	color:#fff;
}
.section-telandmail-left{
    width:13%;
	float:left;
	margin-top:100px;
}
.section-telandmail-right{
    width:81%;
	float:right;
	text-align:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:95px;
}
.section-telandmail-right dl{
	width: 28.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:20px;
}
.section-telandmail-right .last{
		width:40%;
		float:right;
}
.section-telandmail-right dl dd h2{
	    font-size: 14px;
	}
.section-telandmail-right dl dd h3{
	    font-size: 14px;
		line-height:28px;
	}
.section-telandmail-right .last dd{
		width:70%;
		font-size: 14px;
}
.section-telandmail{
	margin-top:0;
}
}
@media (min-width: 1366px) {
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service2-shang .zhezhao h4{
	line-height: 34px;
	font-size: 25px;
	font-weight: bold;
}
.service2-shang .zhezhao p{
	display:none;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service2-xia .zhezhao h4{
	line-height: 34px;
	font-size: 25px;
	font-weight: bold;
}
.service2-xia .zhezhao p{
	display:none;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.pic-content1{
    position:absolute;
	left:0;
	right:0;
	top:10%;
	padding:150px 200px 0 200px;
}
.pic-content1 h2{
	font-weight: bold;
	font-size: 60px;
	color: #FFE900;
	line-height: 63px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:20px;
}
.pic-content1 h3{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom:40px;
}
.pic-content1 h4{
	width: 193px;
	height: 56px;
	line-height:56px;
	text-align:center;
	margin:0 auto;
	background: #FFE900;
	color:#0554F2;
	font-size:16px;
	border-radius: 28px 28px 28px 28px;
}
.pic-content1 h4:hover{
	background: #e1ce0a;
	transition: 0.6s;
	transform: translateY(-10px);
}
.pic-content2 h2{
	font-size: 60px;
	line-height: 63px;
	margin-bottom:20px;
	width:60%;
}
.pic-content2 h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	width:60%;
	display:block;
}
.pic-content2 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:block;
}
.pic-content3{
	top:30%;
}
.pic-content3 h2{
	font-size: 60px;
	line-height: 63px;
	margin-bottom:20px;
	width:60%;
}
.pic-content3 h3{
	font-size: 20px;
	line-height: 30px;
	margin-bottom:20px;
	width:60%;
	display:block;
}
.pic-content3 h4{
	width: 210px;
	height:60px;
	line-height:60px;
	font-size:14px;
	display:block;
}
.section-telandmail-fudongbox{
	display:block;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-next{
	right: 1%;
}
.scrollSwiperNews .swiper .swiper-arrows.swiper-arrow-prev{
	left: 86%;
}
.scrollSwiperNews .swiper .swiper-arrows{
	width: 80px;
	height: 80px;
	line-height:80px;
	text-align:center;
	top: 80%;
	display:block;
	border: 2px solid #D9D9D9;
}
.ny_banner_wenzi_main dl{
	border-bottom:1px solid #dedede;
}
.section-available{
	margin-top:30px;
	text-align:center;
}
.section-dingdan2-left{
	width: 33%;
	height: 529px;
	border-radius: 20px 20px 20px 20px;
	border: 2px solid #0554F2;
	float:left;
	position:relative;
	margin-left:70px;
}
.section-projects h2{
    text-align:center;
	margin-bottom:30px;
	font-size: 38px;
	font-weight:bold;
	padding:0 300px 0 300px;
}
.ny_bannerbox-dingdan{
	bottom:24vh;
}
.ny_bannerbox-dingdan h2{
	font-size: 64px;
	line-height: 70px;
	padding:0 100px 0 100px;
	margin-bottom:20px;
}
.ny_bannerbox-dingdan h3{
	font-size: 16px;
	line-height:26px;
	padding:0 200px 0 200px;
	display:block;
}
.section-telandmail{
	margin-top:60px;
}
}
@media (min-width: 1400px) {
.service1box .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:100px;
}
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:100px;
}
.service2-shang .zhezhao h4{
	line-height: 34px;
	font-size: 25px;
	font-weight: bold;
}
.service2-shang .zhezhao p{
	display:none;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:100px;
}
.service2-xia .zhezhao h4{
	line-height: 34px;
	font-size: 25px;
	font-weight: bold;
}
.service2-xia .zhezhao p{
	display:none;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.section-telandmail-left{
    width:13%;
	float:left;
	margin-top:100px;
}
.section-telandmail-right{
    width:81%;
	float:right;
	text-align:left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:95px;
}
.section-telandmail-right dl{
	width: 28.3333%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:20px;
}
.section-telandmail-right dl dt{
		width: 60px;
		height: 60px;
		line-height:60px;
		background: rgba(255,255,255,0.1);
		border-radius: 0px 0px 0px 0px;
		float:left;
		border-radius:100%;
		text-align:center;
		color:#fff;
		font-size:22px;
	}
.section-telandmail-right dl dd{
		width: 72%;
		line-height:50px;
		float:right;
		text-align:left;
		margin-left:15px;
	}
.section-telandmail-right dl dd h2{
	    font-size: 16px;
		line-height: 30px;
	    color: #fff;
	}
.section-telandmail-right dl dd h3{
	    font-size: 20px;
		color: #fff;
		line-height:28px;
		font-weight: normal;
	}
.section-telandmail-right .last{
		width:40%;
		float:right;
}
.section-telandmail-right .last dd{
		width:80%;
		font-size: 14px;
}
}
@media (min-width: 1600px) {
.service2-shang .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:100px;
}
.service1box .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:60px;
}
.service1box .zhezhao p{
	display:block;
}
.service1box .zhezhao h4{
	line-height: 54px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom:15px;
}
.service1box .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-shang .zhezhao h4{
	line-height: 34px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom:15px;
}
.service2-shang .zhezhao p{
	display:block;
}
.service2-shang .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
.service2-xia .zhezhao h3{
	line-height: 44px;
	font-family: DM Sans, DM Sans;
	font-weight: bold;
	font-size: 40px;
	color:#fff;
	text-stroke: 1px #FFFFFF;
	text-align: right;
	font-style: normal;
	text-transform: none;
	margin-bottom:100px;
}
.service2-xia .zhezhao h4{
	line-height: 34px;
	font-size: 25px;
	font-weight: bold;
	margin-bottom:15px;
}
.service2-xia .zhezhao p{
	display:block;
}
.service2-xia .zhezhao h5{
	width: 198px;
	height: 42px;
	line-height: 42px;
	background: #FFE900;
	text-align:center;
	color: #0049E0;
	margin-top:40px;
	border-radius: 27px 27px 27px 27px;
}
}