body {
	font-size: 12px;
	font-family: '微软雅黑';
	min-width: 1170px;
	background: #f5f5f5;
	padding-top: 80px;
}

a,
a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: #666;
}

input,
select {
	outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #d0d0d0;
	font-size: 16px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #d0d0d0;
	font-size: 16px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #d0d0d0;
	font-size: 16px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #d0d0d0;
	font-size: 16px;
}

.container {
	padding: 0;
}

header {
	height: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	margin-bottom: 2px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2018;
	width: 100%;
	background: #fff;
}

header.mt {
	background-color: rgba(255, 255, 255, 0.6);
}

header.mt.top {
	background-color: #fff;
}

.logo {
	height: 80px;
	line-height: 80px;
	vertical-align: center;
}

.nav {
	height: 80px;
	line-height: 76px;
	text-align: center;
}

.nav-menus>li>a {
	color: #4c4c4c;
	font-size: 16px;
	font-family: '微软雅黑';
	padding: 29px 18px;
	margin: 0 2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
}

.nav-menus>li>a.first {
	padding-left: 0;
	margin-left: 0;
}

.nav-menus>li>a:link {
	background-color: transparent;
}

.nav-menus>li>a:visited {
	background-color: transparent;
}

.nav-menus>li>a:not(.first):hover {}

.nav-menus>li>a:hover,
.nav-menus>li>a.active {
	color: #005ADC;
}

.nav-menus>li>a.active:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
	background: #005ADC;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.nav-menus>li>a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #005ADC;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.nav-menus>li>a:not(.first):hover:before {
	left: 0;
	right: 0;
}

.logandreg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 80px;
}

.logandreg li {
	position: relative;
	margin-left: 2px;
}

.logandreg li.lang select {
	font-size: 14px;
	color: #777;
}

.logandreg li.lang option {
	padding: 10px;
	color: #777;
}

.logandreg li.lang::before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	content: '';
	width: 18px;
	height: 18px;
	background: url(../image/index-top-q-cn.png) no-repeat center center;
	background-size: 100% auto;
}

.logandreg a:hover {
	color: #7c7c7c;
}

.entry-type-wrap {
	position: absolute;
	left: -38px;
	top: 22px;
	z-index: 999;
	padding: 8px;
	transform: translateY(6px);
	-webkit-transform: translateY(6px);
	-moz-transform: translateY(6px);
	-o-transform: translateY(6px);
	-ms-transform: translateY(6px);
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #eee;
	display: none;
}

.triangle {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #eee;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 46px;
}

.nav-menus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
}

.nav-menus li:first-child {
	padding: 0;
	margin-right: 30px;
}

.nav-menus li {
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-type li {
	width: 100px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 2px;
}

.entry-type li a:hover {
	background-color: #EC6C00;
	color: #fff;
}

.logandreg a {
	color: #777;
	font-size: 14px;
	padding: 4px 8px;
	width: 100%;
	display: inline-block;
}

.logandreg a:hover {
	text-decoration: none;
}

.logandreg a.old {
	color: #cecece;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.logandreg a.old:hover {
	background: #EC6C00;
	color: #fff;
}

/*轮播图*/
.common-carousel {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.common-carousel ul {
	width: 2340px;
	position: absolute;
	left: 0;
	top: 0;
}

.common-carousel ul>li {
	float: left;
}

.common-carousel ul>li .title {
	font-size: 22px;
	color: #4D4D4D;
	text-align: center;
}

#solution-carousel {
	height: 180px;
	margin-top: 40px;
}

#solution-carousel li {
	width: 390px;
	position: relative;
}

#solution-carousel .imgText {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}

#solution-carousel .imgText .img {
	height: 100px;
	overflow: hidden;
}

#Cases-carousel .imgText img,
#solution-carousel .imgText img,
.news-col img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

#solution-carousel .btn_r {
	right: 0;
	top: 0;
	height: 180px;
	line-height: 180px;
}

#solution-carousel .btn_l {
	left: 0;
	top: 0;
	height: 180px;
	line-height: 180px;
}

.carouselActive {
	box-shadow: 0 2px 8px #ccc;
	-webkit-box-shadow: 0 2px 8px #ccc;
	-moz-box-shadow: 0 2px 8px #ccc;
	-o-box-shadow: 0 2px 8px #ccc;
	-ms-box-shadow: 0 2px 8px rgb(148, 128, 128);
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	position: relative;
}

.common-carousel .btn {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	cursor: pointer;
	text-align: center;
	padding: 0;
	color: #fff;
	font-size: 40px;
	font-family: "宋体";
	display: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.common-carousel:hover .btn {
	display: block;
}

#fpx-carousel .iconfont {
	visibility: hidden;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

#fpx-carousel a.carousel-control:hover .iconfont {
	visibility: visible;
}

.common-carousel .btn_l {
	left: 0;
}

.common-carousel .btn_r {
	right: 0;
}

/* 页脚 */
.footer-top-wrap {
	background-color: #363636;
	padding-top: 26px;
	padding-bottom: 60px;
}

.footer-top {
	margin: 0 auto;
}

.footer-top-item:nth-of-type(5) {
	padding-left: 0;
}

.footer-top-item .item-title {
	color: #fff;
	font-size: 20px;
	padding-bottom: 18px;
}

.footer-top-item .item-content {
	font-size: 14px;
	color: #787878;
	line-height: 26px;
}

.footer-top-item .item-content li a {
	color: #787878;
}

.footer-top-item .item-content li a:hover {
	color: #EC6C00;
}

.footer-top-item.Qrcode {
	text-align: right;
}

.footer-top-item.Qrcode img {
	margin-top: 10px;
	width: 80px;
	height: 80px;
}

.footer-top-item.Qrcode .tel {
	font-size: 24px;
	color: #005ADC;
}

.partner-wrap {
	background-color: #3C3C3C;
	height: 90px;
}

.partner {
	margin: 0 auto;
	position: relative;
}

#partner-carousel {
	height: 90px;
	width: 800px;
}

#partner-carousel>ul {
	height: 90px;
}

#partner-carousel>ul>li {
	width: 160px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	vertical-align: center;
}

#partner-btn-L {
	position: absolute;
	left: -4px;
	top: 0;
	color: #5E5E5E;
	padding: 0;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
}

#partner-btn-R {
	position: absolute;
	right: -5px;
	top: 0;
	color: #5E5E5E;
	padding: 0;
	font-size: 18px;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
}

.footer-bottom-wrap {
	background-color: #252525;
	height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-bottom {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	color: #787878;
	font-size: 12px;
	text-align: center;
}

.footer-bottom span.sys {
	padding-left: 26px;
}

.footer-bottom .sys a {
	color: #787878;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

.gongan {
	height: 40px;
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gongan p {
	padding-left: 35px;
	color: #535353;
}

.gongan a {
	color: #787878;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

.gongan span {
	color: #787878;
}

.gongan a:nth-of-type(1) img {
	width: 22px;
	height: 32px;
	margin-right: 10px;
}

.gongan a.yuegwab img {
	height: 23px;
	width: auto;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 40px;
}

.sideBar {
	position: fixed;
	right: 1px;
	top: 400px;
	z-index: 20;
}

.sideBar a {
	color: transparent;
}

.sideBar .item.toUp {
	display: none;
	padding-top: 6px;
}

.sideBar .item {
	width: 58px;
	height: 58px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	margin-bottom: 2px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sideBar .item .iconfont {
	font-size: 30px;
}

.sideBar .item .text {
	display: none;
}

.sideBar a:hover .item .iconfont {
	font-size: 18px;
	color: #EC6C00;
}

.sideBar a:hover .item .text {
	display: block;
	color: #EC6C00;
}

/* 解决方案导航栏下拉菜单 */
.solution-wrap {
	position: fixed;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(240, 240, 240, 0.96);
	-webkit-box-shadow: 0 2px 4px #ddd;
	box-shadow: 0 2px 4px #ddd;
	/* transition: top 0.7s, opacity 0.7s;
	-webkit-transition: top 0.7s, opacity 0.7s;
	-moz-transition: top 0.7s, opacity 0.7s;
	-ms-transition: top 0.7s, opacity 0.7s;
	-o-transition: top 0.7s, opacity 0.7s; */
}

.solution-wrap.active {
	opacity: 1;
	top: 80px;
}

.solution-con {
	width: 900px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.solution-wrap .solutionItem {
	width: 250px;
	text-align: center;
	line-height: 1.43
}

.solution-wrap .solutionItem.active {
	transition: all 0.5s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.solution-wrap .solutionItem .itemT {
	font-size: 18px;
	color: #4c4c4c;
	padding: 40px 0 16px 0;
}

.solution-wrap .solutionItem.active .itemT {
	color: #005ADC;
}

.solution-wrap .solutionItem .des {
	font-size: 14px;
	color: #999999;
	padding: 10px 0;
}

.item-content .phone span {
	color: #fff;
	padding-left: 4px;
	margin-top: 8px;
	display: inline-block;
}

/* 解决方案导航栏下拉菜单结束 */

/* 新闻动态 */
.news-title {
	font-size: 14px;
	color: #6E6E6E;
}

.news {
	min-width: 1200px;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
}

.news-item {
	font-size: 14px;
}

.news a:link {
	/*color: #656565;*/
	text-decoration: none;
}

.news a:visited {
	/*color: #656565;*/
	text-decoration: none;
}

.news a:hover {
	/*color: #656565;*/
	text-decoration: none;
}

.news a:active {
	/*color: #656565;*/
	text-decoration: none;
}

.icon-icon-news {
	color: #EC6C00;
	padding-right: 6px;
}

.s-round {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #6E6E6E;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin-right: 10px;
}

/* 电商卖家模块 */
.product-wrapper,
.case-wrapper,
.news-wrapper,
.items-wrapper,
.coopera-wrapper {
	margin: 60px 0;
}

.product-wrapper,
.items-wrapper,
.coopera-wrapper {
	background-color: #F5F5F5;
}

.product-wrapper a:link {
	text-decoration: none;
}

.product-wrapper a:visited {
	text-decoration: none;
}

.product-wrapper a:hover {
	text-decoration: none;
}

.product-wrapper a:active {
	text-decoration: none;
}

.product-wrapper-wrap {
	width: 1200px;
	margin: 0 auto;
	padding-top: 56px;
}

.product-wrapper-title {
	color: #333;
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}

.identity {
	color: #005ADC;
}

.product-wrapper .item-wrap {}

.product-wrapper .item .item-content {
	height: 180px;
	background-color: #fff;
	padding-top: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: background-color .3s, color .3s;
	transition: background-color .3s, color .3s;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(.2, 1, .3, 1);
	-moz-transition: background-color .3s, color .3s;
	-ms-transition: background-color .3s, color .3s;
	-o-transition: background-color .3s, color .3s;
}

.product-wrapper .item-content .iconfont {
	text-align: center;
	display: block;
	font-size: 60px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#005ADC), to(#1C77FA));
	background-image: linear-gradient(#005ADC, #1C77FA);
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#005ADC), to(#1C77FA));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.branches .item-title,
.product-wrapper .item-title {
	font-size: 22px;
	color: #4D4D4D;
	text-align: center;
}

.branches .des,
.product-wrapper .des {
	font-size: 13px;
	color: #999;
	text-align: center;
	padding-top: 8px;
}

.branches {
	width: 72%;
	margin: 0 auto;
}

.product-wrapper .item .item-content:hover {
	background-color: #005ADC;
	-webkit-box-shadow: 2px 2px 14px rgba(0, 90, 220, 0.3);
	box-shadow: 2px 2px 14px rgba(0, 90, 220, 0.3);
}

.product-wrapper .item .item-content:hover .iconfont {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
	background-image: linear-gradient(#fff, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.product-wrapper .item .item-content:hover .iconfont,
.product-wrapper .item .item-content:hover .item-title,
.product-wrapper .item .item-content:hover .des {
	color: #fff;
}

.branches .bg {
	width: 90px;
	margin: 0 auto;
	background: url(../image/index-icobg-01.png) no-repeat center;
	background-position: -4px 0;
	color: #fff;
	line-height: 118px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.branches .bg .iconfont {
	font-size: 60px;
}

.branches .bg.active {
	background-position: -94px 0px;
}

/*解决方案轮播图*/
.common-carousel {
	/*background-color: red;*/
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.common-carousel ul {
	width: 2340px;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
}

.common-carousel ul>li {
	float: left;
}

.common-carousel ul>li .title {
	font-size: 22px;
	color: #4D4D4D;
	text-align: center;
}

#solution-carousel {
	height: 180px;
	margin: 50px 0 0 0;
}

#solution-carousel .imgText {
	background-color: #fff;
}

#solution-carousel .text {
	padding: 10px 0;
}

#solution-carousel .btn_r {
	right: 0;
	top: 0;
	height: 182px;
	line-height: 182px;
}

#solution-carousel .text .title {
	padding-bottom: 2px;
}

#solution-carousel .btn_l {
	left: 0;
	top: 0;
	height: 182px;
	line-height: 182px;
}

.carouselActive {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 2px 8px #ccc;
	-webkit-box-shadow: 0 2px 8px #ccc;
	-moz-box-shadow: 0 2px 8px #ccc;
	-o-box-shadow: 0 2px 8px #ccc;
	-ms-box-shadow: 0 2px 8px #ccc;
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	position: relative;

}

.common-carousel .btn {
	width: 30px;
	height: 50px;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	cursor: pointer;
	text-align: center;
	padding: 0;
	color: #fff;
	font-size: 40px;
	font-family: "宋体";
	display: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

.common-carousel:hover .btn {
	display: block;
}

#fpx-carousel .iconfont {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}

.common-carousel .btn_l {
	left: 0;
}

.common-carousel .btn_r {
	right: 0;
}

/*电商买家模块*/
.case-wrapper {
	width: 100%;
	background: url(../image/index-05_02.png) center no-repeat;
	background-size: 100% auto;
	padding-top: 22.9%;
	height: 0px;
	position: relative;
}

.case-wrapper .container {
	position: absolute;
	top: 0;
	width: 1170px;
	left: 50%;
	transform: rotateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	-webkit-transform: rotateX(-50%);
	-moz-transform: rotateX(-50%);
	-ms-transform: rotateX(-50%);
	-o-transform: rotateX(-50%);
}

.case-wrapper .container .info {
	position: relative;
	border-radius: 2px;
	left: 0%;
	top: 45%;
	transform: translate(0%, -45%);
}

.buyers-text {
	color: #005ADC;
}

.case-wrapper.item-wrap {
	text-align: center;
}

.case-wrapper.item {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background-color: #E7E7E7;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	margin: 0 auto;
}

.case-wrapper .item .iconfont {
	font-size: 60px;
}

.case-wrapper .container a:hover .item {
	background-color: #F7F7F7;
	color: #005ADC;
}

/*成功案例模块*/
#Cases-carousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 282px;
	overflow: hidden;
}

#Cases-carousel li {
	position: relative;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border: 1px solid #e2e2e2;
}

#solution-carousel li .text,
#Cases-carousel li .text {
	background: #fff;
	padding: 20px 0;
}

#solution-carousel h4,
#Cases-carousel h4 {
	font-size: 22px;
	color: #4D4D4D;
	text-align: center;
}

#solution-carousel p,
#Cases-carousel p {
	font-size: 13px;
	padding-top: 8px;
	color: #999;
	text-align: center;
}

#solution-carousel .mask,
#Cases-carousel .mask {
	position: absolute;
	left: 0;
	background-color: rgba(0, 90, 220, 0.9);
	-webkit-box-shadow: 2px 2px 14px rgba(0, 90, 220, 0.3);
	box-shadow: 2px 2px 14px rgba(0, 90, 220, 0.3);
	height: 100%;
	opacity: 0;
	width: 100%;
	padding: 40px;
	top: auto;
	bottom: -100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#solution-carousel li:hover .mask,
#Cases-carousel li:hover .mask {
	bottom: 0;
	opacity: 0.9;
}

#solution-carousel li:hover .mask {}

#solution-carousel li:hover .mask h4,
#solution-carousel li:hover .mask p,
#Cases-carousel li:hover .mask h4,
#Cases-carousel li:hover .mask p {
	color: #fff;
	font-size: 16px;
}

#Cases-carousel li:hover img,
#solution-carousel li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

#Cases-carousel li .img {
	width: 350px;
	height: 190px;
	overflow: hidden;
}

#Cases-carousel ul li:first-child {
	padding-left: 0;
}

#Cases-carousel ul li {
	padding: 30px 45px;
	height: 280px;
}

#Cases-carousel ul li:nth-child(3n) {
	padding-right: 0;
}

#Cases-carousel ul li img {
	width: 350px;
}

#Cases-carousel ul li .imgText {
	background-color: #fff;
	height: 270px;
	position: relative;
}

#Cases-carousel ul .imgText .title {
	padding-top: 14px;
	padding-bottom: 2px;
}

#Cases-carousel .btn_r {
	right: 0;
	top: 0;
	height: 272px;
	line-height: 272px;
}

#Cases-carousel .btn_l {
	left: 30px;
	top: 0;
	height: 272px;
	line-height: 272px;
}

/** 首页 main ****/
.sliderWrapper {
	position: relative;
	margin-top: -80px;
	min-height: 500px;
}

.slider-ul .slider-li img {
	max-width: 100%;
	width: auto;
	min-height: 600px;
}

.slider-pagination {
	position: absolute;
	bottom: 56px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-pagination li {
	float: left;
	background: #fff;
	margin: 4px;
	border-radius: 100%;
	width: 10px;
	height: 10px;
	cursor: pointer;
}

.slider-pagination li.active {
	width: 40px;
	height: 10px;
	border-radius: 6px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slider-nav li a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../image/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.slider-nav li .prev {
	left: 0;
}

.slider-nav li .next {
	background-position: 0 -70px;
	right: 0;
}

.sliderWrapper:hover .prev,
.sliderWrapper:hover .next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.notice-wrapper {
	background: #F5F5F5;
	position: relative;
	margin-bottom: -30px;
}

.notice-wrapper .container {
	background: #fff;
	top: -40px;
	position: relative;
	border-radius: 6px;
	padding: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	z-index: 9;
}

.lines-wrapper .container {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.notice-wrapper .infos {
	padding-left: 16px;
}

.notice-wrapper .infos .infos-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	height: 24px;
	position: relative;
	overflow: hidden;
}

.notice-wrapper .infos .infos-row a {
	margin-right: 24px;
	display: inline-block;
	color: #808080;
}

.notice-wrapper .infos .infos-row a:hover {
	color: #EC6C00;
}

.notice-wrapper .infos .infos-row .a-more {
	position: absolute;
	right: 0;
	margin-right: 0;
	font-size: 12px;
}

.news-ul,
.swap {
	line-height: 25px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 30px;
	overflow: hidden;
}

.news-ul li,
.swap li {
	max-width: 330px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 1px 0;
	color: #333;
	cursor: pointer;
}

.news-ul li:hover,
.swap li:hover {
	color: #EC6C00;
}

.swap {
	top: 28px;
}

.notice-wrapper .infos ul li a span {
	background: #FF6400;
	color: #FF6400;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin-right: 6px;
}

.notice-wrapper .search-track {
	border: 1px solid #efefef;
	border-radius: 2px;
	margin-top: 14px;
	padding: 2px 0 2px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.notice-wrapper .search-track input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	padding: 6px 0;
}

.notice-wrapper .search-track i {
	font-size: 26px;
	padding: 2px 10px;
	color: #d0d0d0;
	cursor: pointer;
}

.notice-wrapper .search-track i:hover {
	color: #EC6C00;
}

.notice-wrapper .other-ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.notice-wrapper .other-ul li {
	width: 25%;
	text-align: center;
}

.notice-wrapper .other-ul li a {
	display: inline-block;
	padding: 0 10px;
}

.notice-wrapper .other-ul li a i {
	color: #fff;
	font-size: 34px;
	border-radius: 50%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 50px;
	background: #E7E7E7;
	background: -webkit-gradient(linear, left top, left bottom, from(#005ADC), to(#1C77FA));
	background: linear-gradient(#005ADC, #1C77FA);
	-webkit-box-shadow: 2px 2px 14px rgba(0, 90, 220, 0.3);
	box-shadow: 2px 2px 14px rgba(0, 90, 220, 0.3);
}

.notice-wrapper .other-ul li a:hover i,
.notice-wrapper .other-ul li a.active i {
	background: -webkit-gradient(linear, left top, left bottom, from(#EC6C00), to(#f97200));
	background: linear-gradient(#EC6C00, #f97200);
	-webkit-box-shadow: 2px 2px 14px rgba(236, 108, 0, 0.3);
	box-shadow: 2px 2px 14px rgba(236, 108, 0, 0.3);
}

.notice-wrapper .other-ul li a p {
	font-size: 14px;
	padding-top: 6px;
}

/**新闻动态**/
.news-wrapper {
	/* background: rgb(236, 234, 234); */
}

.home-title {
	color: #333;
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.home-title.waiting {
	color: #ccc;
}

.news-col {
	position: relative;
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 16px 12px 16px 16px;
	background: #fff;
}

.news-col:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.news-col img {
	width: 260px;
	height: auto;
	overflow: hidden;
}

.news-col .infos {
	padding: 4px 0 4px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-col .infos h6 {
	line-height: 28px;
	font-size: 18px;
	color: #4D4D4D;
}

.news-col .infos h2 {
	font-size: 22px;
	color: #333;
	line-height: 22px;
	margin-bottom: 13px;
}

.news-col .infos p {
	font-size: 13px;
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2px 0;
	position: relative;
}

.news-col .infos p i {
	color: #EC6C00;
	font-size: 20px;
	padding: 0 6px;
}

.banner-wrapper {
	position: relative;
	z-index: 9;
	display: none;
}

.banner-wrapper.active {
	display: block;
}

.banner-wrapper img {
	max-width: 100%;
	overflow: hidden;
}

.banner-wrapper.form {
	width: 100%;
	background: url('../image/ny-banner02.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.send {
	width: 100%;
	background: url('../image/ny-banner2-fh.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.qqzf {
	width: 100%;
	background: url('../image/ny-banner1-qqzf.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.b2b {
	width: 100%;
	background: url('../image/b2b_banner.png') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.accept {
	width: 100%;
	background: url('../image/ny-banner5-sh.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.qqzy {
	width: 100%;
	background: url('../image/ny-banner4-qqzy.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.nxwl {
	width: 100%;
	background: url('../image/ny-banner5-nxwl.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.return {
	width: 100%;
	background: url('../image/ny-banner9-return.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.warehouse {
	width: 100%;
	background: url('../image/ny-banner8-warehouse.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.storage {
	width: 100%;
	background: url('../image/ny-banner6-storage.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.ddly {
	width: 100%;
	background: url('../image/ny-banner3-ddly.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.23%;
	height: 0px;
}

.banner-wrapper.contact {
	width: 100%;
	background: url('../image/ny-s-banner-join.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 13.54%;
	height: 0px;
}

.banner-wrapper.join {
	width: 100%;
	background: url('../image/ny-banner-join.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 18.2%;
	height: 0px;
}

.banner-wrapper.privacy {
	width: 100%;
	background: url('../image/ny-s-banner-ys.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 13.54%;
	height: 0px;
}

.banner-wrapper.company {
	width: 100%;
	background: url('../image/ny-s-banner-gsjs.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 13.54%;
	height: 0px;
}

.banner-wrapper.notice {
	width: 100%;
	background: url('../image/ny-notice_02.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 13.54%;
	height: 0px;
}

.banner-wrapper.news {
	width: 100%;
	background: url('../image/ny-s-banner-news.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 13.54%;
	height: 0px;
}

.banner-wrapper.newsDetail {
	width: 100%;
	background: url('../image/ny-04-banner1.jpg') no-repeat;
	background-size: 100% auto;
	padding-top: 13.54%;
	height: 0px;
}

.banner-container {
	position: absolute;
	top: 0;
	width: 1170px;
	left: 50%;
	transform: rotateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	-webkit-transform: rotateX(-50%);
	-moz-transform: rotateX(-50%);
	-ms-transform: rotateX(-50%);
	-o-transform: rotateX(-50%);
}

.banner-info {
	position: relative;
	width: 40%;
	border-radius: 2px;
	left: 20%;
	top: 45%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-animation: slideBanner 1s cubic-bezier(.4, 0, .2, 1) 0s 1;
	animation: slideBanner 1s cubic-bezier(.4, 0, .2, 1) 0s 1;
}

@-webkit-keyframes slideBanner {
	0% {
		transform: translate(-50%, -40%);
		-webkit-transform: translate(-50%, -40%);
		-moz-transform: translate(-50%, -40%);
		-ms-transform: translate(-50%, -40%);
		-o-transform: translate(-50%, -40%);
	}

	100% {
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
}

@keyframes slideBanner {
	0% {
		transform: translate(-50%, -40%);
		-webkit-transform: translate(-50%, -40%);
		-moz-transform: translate(-50%, -40%);
		-ms-transform: translate(-50%, -40%);
		-o-transform: translate(-50%, -40%);
	}

	100% {
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
}

.banner-info h1 {
	color: #333;
	margin-bottom: 12px;
	font-size: 24px;
}

.banner-info h1.joinTitle {
	font-size: 48px;
	color: #797f8d;
}

.join-btn {
	border: none;
	color: #fff !important;
	padding: 8px 16px;
	font-size: 16px;
	border-radius: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fe6301), to(#db381c));
	background: linear-gradient(#fe6301, #db381c);
	display: inline-block;
}

.join-btn.lg {
	font-size: 24px;
	padding: 11px 97px;
}

.join-btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fe6301), to(#f52602));
	background: linear-gradient(#fe6301, #f52602)
}

.module-btn {
	text-align: center;
}

.banner-info h6 {
	color: #666;
	font-size: 14px;
	margin: 10px 0;
	line-height: 22px;
}

.qqzf .banner-info h6 {
	color: #333;
}

.banner-title {
	position: absolute;
	bottom: 0;
	width: 1170px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.1);
	padding: 10px 16px;
	color: #fff;
}

.banner-title h5 {
	margin-bottom: 6px;
}

/* .accept .banner-info h6,
.accept .banner-info p {
	color: #f2f2f2;
}
.qqzf .banner-info h6 {
	color: #999;
}
.qqzy .banner-info h6 {
	color: #fff;
} */
.banner-info p {
	font-size: 14px;
	color: #666;
	margin: 4px 0;
}

.banner-info a {
	color: #EC6C00 !important;
}

.items-wrapper .container {
	display: none;
}

.items-wrapper .container.active {
	display: block;
}

.items-wrapper .news-col {
	margin-bottom: 34px;
}

.items-wrapper .news-col .infos {
	padding: 4px 0 4px 16px;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
}

.flows .flow-li {
	-webkit-box-flex: 0.25;
	-ms-flex: 0.25;
	flex: 0.25;
	padding: 20px 26px;
	cursor: pointer;
	position: relative;
}

.flows .flow-li:hover:before {
	display: block;
	content: '';
	border-width: 18px 18px 18px 18px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flows .flow-li:first-child:hover:before {
	border-color: transparent transparent transparent transparent;
}

.flows .flow-li:last-child:hover:after {
	border-color: transparent transparent transparent transparent;
}

.flows .flow-li:hover:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	border-width: 18px 18px 18px 18px;
	border-style: solid;
	border-color: transparent transparent transparent #005ADC;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -36px;
}

.flows .flow-li i {
	font-size: 50px;
	color: #005ADC;
}

.flows .flow-li h3 {
	color: #005ADC;
	margin-bottom: 20px;
}

.flows .flow-li p {
	font-size: 14px;
	margin: 6px 0;
	color: #999;
	line-height: 20px;
}

.flows .flow-li p a,
.flows .flow-li:hover p a {
	color: #EC6C00;
}

.flows .flow-li:hover {
	background: #005ADC;
}

.flows .flow-li:hover p,
.flows .flow-li:hover a,
.flows .flow-li:hover i,
.flows .flow-li:hover h3 {
	color: #fff;
}

.lines-wrapper {
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 8;
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	padding-top: 140px;
	opacity: 0;
	transition: top 0.6s;
	-webkit-transition: top 0.6s;
	-moz-transition: top 0.6s;
	-ms-transition: top 0.6s;
	-o-transition: top 0.6s;
}

.lines-wrapper.active {
	opacity: 1;
	top: 0;
	/* height: 424px; */
}

@-webkit-keyframes move_right {
	from {
		opacity: 0;
		height: 0;
	}

	to {
		opacity: 1;
		height: 424px;
	}
}

@keyframes move_right {
	from {
		opacity: 0;
		height: 0;
	}

	to {
		opacity: 1;
		height: 424px;
	}
}

.lines-wrapper .container {
	padding: 16px 0;
}

.lines-wrapper .row {
	display: none;
}

.lines-wrapper .row:first-child {
	display: block;
}

.li-wrap {
	width: 74%;
	text-align: center;
	cursor: pointer;
}

.li-wrap:hover,
.li-wrap.active {
	transition: all 0.5s;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.li-wrap:hover h2,
.li-wrap.active h2 {
	color: #EC6C00;
}

.li-wrap h2 {
	font-size: 22px;
	color: #333;
	margin-bottom: 16px;
}

.li-wrap img {
	height: 160px;
	width: auto;
}

.li-wrap p {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	padding: 12px 16px 0 16px;
}

.li-wrap.center {
	margin: 0 auto;
}

.li-wrap.right {
	margin-left: 26%;
}

/**增值服务弹出层**/
.server-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9998;
	display: none;
}

.server-layer {
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	width: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0 20px 20px 20px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	z-index: 9999;
	min-width: 700px;
	display: none;
}

.server-layer .icon-close {
	position: absolute;
	right: 0;
	font-size: 30px;
	color: #005ADC;
	padding: 0 6px;
	cursor: pointer;
}

.server-layer .icon-close:hover {
	color: #EC6C00;
}

.server-layer .layer h2 {
	color: #005ADC;
	margin: 20px 0 4px 0;
	font-size: 18px;
}

.server-layer .layer.safe h2 {
	color: #005ADC;
}

.server-layer .layer.price h2 {
	color: #EC6C00;
}

.server-layer .layer ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.server-layer .layer li {
	width: 44%;
	-webkit-box-flex: 0.42;
	-ms-flex: 0.42 0 auto;
	flex: 0.42 0 auto;
	border-radius: 2px;
	margin-top: 24px;
	padding: 20px 16px 8px 16px;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}

.server-layer .layer.safe li {
	background-color: #ECF4FF;
}

.server-layer .layer.price li {
	background-color: #FFEFE5;
}

.server-layer .layer .title {
	display: inline-block;
	position: absolute;
	font-size: 14px;
	color: #fff;
	padding: 2px 12px 2px 0px;
	border-radius: 26px;
	top: -12px;
}

.server-layer .layer.safe .title {
	background: -webkit-gradient(linear, left top, left bottom, from(#005ADC), to(#1C77FA));
	background: linear-gradient(#005ADC, #1C77FA);
	-webkit-box-shadow: 2px 2px 14px rgba(0, 90, 220, 0.3);
	box-shadow: 2px 2px 14px rgba(0, 90, 220, 0.3);
}

.server-layer .layer.price .title {
	background: -webkit-gradient(linear, left top, left bottom, from(#EC6C00), to(#f97200));
	background: linear-gradient(#EC6C00, #f97200);
	-webkit-box-shadow: 2px 2px 14px rgba(236, 108, 0, 0.3);
	box-shadow: 2px 2px 14px rgba(236, 108, 0, 0.3);
}

.server-layer .layer .title .num {
	background: #fff;
	color: #333;
	border-radius: 24px;
	padding: 4px 10px;
	margin-right: 7px;
}

.server-layer .layer p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
}

/** 合作加盟 **/
.join-wrapper {
	margin-bottom: 60px;
}

.join-wrapper .container {
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	min-height: 300px;
	background: #fff;
	border-radius: 2px;
	padding: 40px;
}

.join-wrapper .container.join,
.join-wrapper .container.form {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.join-wrapper .container.form {
	background: url(../image/mail-bg.png) center center no-repeat;
	height: auto;
	background-size: 100% 100%;
	width: 977px;
	height: 1055px;
	margin-top: 40px;
	margin-top: -50px;
	z-index: 99999;
	position: relative;
}

.country-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.country-toggle img {
	width: 36px;
}

.country-select {
	border: 1px solid #d2d2d2;
	padding: 1px 0 1px 6px;
}

.country-select option {
	position: relative;
}

.area-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

.area-toggle li {
	font-size: 14px;
	padding: 6px 0;
	border-bottom: 1px solid transparent;
	margin-right: 16px;
	cursor: pointer;
}

.area-toggle li.active {
	color: #EC6C00;
	border-bottom: 2px solid #EC6C00;
}

.area-content {
	margin-top: 20px;
	display: none;
}

.area-content.active {
	display: block;
}

.area-panel {
	display: none;
}

.area-panel.active {
	display: block;
}

.area-panel .info {
	width: 49%;
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	float: left;
	margin-bottom: 2%;
}

.area-panel .info:nth-child(2n+1) {
	margin-right: 1%;
}

.area-panel .info:nth-child(2n) {
	margin-left: 1%;
}

.area-panel .info h4 {
	background: #f5f5f5;
	padding: 16px 20px;
}

.area-panel .info p {
	margin: 16px 20px;
}

.area-panel .info i {
	padding-right: 4px;
	color: #999;
}

.company-wrapper {
	margin-bottom: 60px;
}

.company-wrapper .container {
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	min-height: 300px;
	background: #fff;
	border-radius: 2px;
	padding: 40px;
}

.company-wrapper .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.company-wrapper p {
	line-height: 30px;
	margin: 30px 0;
	font-size: 14px;
	color: #888;
}

.company-wrapper img {
	max-width: 90%;
	border: 10px solid #fff;
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
}

.zoomImage {
	width: 90%;
	padding-bottom: 50%;
	height: 0;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	margin: 0 auto;
}

.sliderImage {
	width: 100%;
	padding-bottom: 36.46%;
	height: 0;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	margin: 0 auto;
}

.privacy-infos {}

.privacy-infos .title {
	text-align: center;
	margin-top: 30px;
}

.privacy-infos .date {
	text-align: center;
	padding: 8px 0;
	font-size: 14px;
	color: #999;
}

.privacy-infos .content {
	line-height: 30px;
	margin: 30px 0;
	font-size: 14px;
	color: #888;
}

.privacy-infos .content a {
	color: #005ADC;
}

.module-one {
	-webkit-box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 2px 14px -2px rgba(0, 0, 0, 0.1);
	margin-top: -50px;
	position: relative;
	z-index: 999;
	background: #fff;
	margin-bottom: 40px;
}

.module-two,
.module-three,
.module-four,
.module-btn {
	margin-bottom: 40px;
}

.pictrue {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding-bottom: 16px;
	margin-top: -16px;
}

.module-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
}

.module-title .left,
.module-title .right {
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #e3e3e3;
	position: relative;
}

.module-title .left:after {
	content: '·';
	width: 10px;
	height: 10px;
	background: #e3e3e3;
	position: absolute;
	right: 0;
	color: #fff;
	border-radius: 50%;
	top: -4px;
}

.module-title .right:before {
	content: '·';
	width: 10px;
	height: 10px;
	background: #e3e3e3;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -4px;
}

.module-title .title {
	font-size: 30px;
	padding: 0 16px;
}

.module-text {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	padding: 0 38px;
}

.module-text a {
	color: #005ADC;
}

.module-three .items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.module-three .items .item {
	width: 19.6%;
	border: 1px solid #e3e3e3;
	padding: 26px 20px;
	text-align: center;
	cursor: pointer;
	background: #fff;
}

.module-three .items img {}

.module-three .items h4 {
	font-size: 24px;
	color: #005ADC;
	padding: 8px 0;
}

.module-three .items p {
	line-height: 24px;
	color: #808080;
	font-size: 14px;
}

.module-three .items .item:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#2e7df6), to(#065bdc));
	background: linear-gradient(#2e7df6, #065bdc);
}

.module-three .items .item:hover h4 {
	color: #fff;
}

.module-three .items .item:hover p {
	color: #b9b9b9;
}

.module-four .flows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 20px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.module-four .flow {
	text-align: center;
	cursor: pointer;
}

.module-four .flow .img {

	background-size: 100%;
	width: 199px;
	height: 135px;
}

.module-four .flow .img.one {
	background: url(../image/process01-1.png) top center no-repeat;
}

.module-four .flow .img.two {
	background: url(../image/process02-1.png) top center no-repeat;
}

.module-four .flow .img.three {
	background: url(../image/process03-1.png) top center no-repeat;
}

.module-four .flow .img.four {
	background: url(../image/process04-1.png) top center no-repeat;
}

.module-four .flow .img.five {
	background: url(../image/process05-1.png) top center no-repeat;
}

.module-four .flow .img.six {
	background: url(../image/process06-1.png) top center no-repeat;
}

.module-four .flow:hover .img.one {
	background: url(../image/process01-2.png) top center no-repeat;
}

.module-four .flow:hover .img.two {
	background: url(../image/process02-2.png) top center no-repeat;
}

.module-four .flow:hover .img.three {
	background: url(../image/process03-2.png) top center no-repeat;
}

.module-four .flow:hover .img.four {
	background: url(../image/process04-2.png) top center no-repeat;
}

.module-four .flow:hover .img.five {
	background: url(../image/process05-2.png) top center no-repeat;
}

.module-four .flow:hover .img.six {
	background: url(../image/process06-2.png) top center no-repeat;
}

.module-four .flow:hover .text {
	color: #005ADC !important;
}

.module-four .flow .info {}

.module-four .flow .info .num {
	background: url(../image/process-bg-sm.png) top center;
	background-size: 100%;
	width: 39px;
	height: 44px;
	display: inline-block;
	font-size: 20px;
	color: #005ADC;
	line-height: 44px;
	margin-right: 4px;
}

.module-four .flow .info .text {
	font-size: 18px;
	color: #333;
}

.join-bottom {
	margin-bottom: -60px;
	position: relative;
}

.join-bottom img {
	max-width: 100%;
}

.join-bottom p {
	color: #005ADC;
	font-size: 46px;
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%);
}

.join-bottom .infos {
	background: #4d4d4d;
	height: 46px;
	width: 500px;
	position: absolute;
	top: 32%;
	left: 50%;
	-webkit-transform: translate(-50%, 1%);
	transform: translate(-50%, 1%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.join-bottom .infos:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 23.5px solid transparent;
	border-bottom: 23.5px solid transparent;
	border-right: 12px solid #4d4d4d;
	position: absolute;
	top: 0px;
	left: -12px;
}

.join-bottom .infos:after {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 23.5px solid transparent;
	border-bottom: 23.5px solid transparent;
	border-left: 12px solid #4d4d4d;
	position: absolute;
	top: 0px;
	right: -12px;
}

.join-bottom .infos span {
	font-size: 18px;
	color: #fff;
}

.join-bottom .infos span a {
	color: #b6b6b6;
}

.form-horizontal .control-label {
	font-size: 14px;
	color: #4e4e4e;
}

.require-star-before:before {
	content: '* ';
	color: red;
}

.require-star-after:after {
	content: ' *';
	color: red;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666;
	font-size: 12px;
}

.form-h1 {
	margin-top: 50px;
	text-align: center;
}

.form-h6 {
	margin: 8px 0 50px 0;
	color: #666;
	text-align: center;
	font-size: 14px;
}

.form-group {
	margin-bottom: 26px;
}

.form-btn {
	text-align: center;
}

.form-btn button {
	background: #005ADC;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 4px;
	padding: 12px 30px;
}

.form-btn button:hover {
	background: #0051c5;
}

.chk {
	display: inline-block;
	border: 2px solid #cce0f9;
	padding: 8px 20px;
	font-size: 14px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	margin: 0 10px 10px 0;
}

.chk::after {
	content: '√';
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	background: #cce0f9;
	color: #fff;
	border-radius: 0 0 2px 0;
	text-align: center;
}

.chk.active {
	border: 2px solid #0051c5;
}

.chk.active::after {
	background: #0051c5;
}

.phone-code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 34px;
	padding: 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.phone-code input {
	padding: 6px 0 6px 12px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.phone-code a {
	width: 100px;
	border: none;
	border-radius: 0 4px 4px 0;
	background: #efefef;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.phone-code img {
	cursor: pointer;
}

label.error {
	color: #ff4d4d;
	padding: 5px 0 0 0;
	position: absolute;
	bottom: -24px;
	font-size: 11px
}

#mainName-error {
	color: #ff4d4d;
	padding: 5px 0 0 0;
	position: absolute;
	bottom: -14px;
	font-size: 11px;
	left: 14px;
	display: none;
}

#joinName-error {
	color: #ff4d4d;
	padding: 5px 0 0 0;
	position: absolute;
	bottom: -14px;
	font-size: 11px;
	left: 14px;
	display: none;
}

.form-group.warehouse {
	display: none;
}

.layer-notice {
	display: none;
}

.layer-notice .overlay {
	z-index: 10000;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

.layer-content {
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10001;
	width: 400px;
	padding: 30px 26px;
	border-radius: 4px;
	box-sizing: border-box;
}

.layer-content i {
	position: absolute;
	top: 0;
	right: 0;
	color: #b2b2b2;
	padding: 6px;
	cursor: pointer;
}

.layer-content p {
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 24px;
}

.layer-content h6 {
	color: #b2b2b2;
}

.notice-ul {}

.notice-ul li {
	border-bottom: 1px dashed #f5f5f5;
	margin-bottom: 16px;
	cursor: pointer;
}

.notice-ul li .des {
	color: #4c4c4c;
	font-size: 16px;
	margin: 6px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice-ul li .time {
	color: #b2b2b2;
	margin: 6px 0;
}

.notice-ul li:hover .des,
.notice-ul li:hover .time {
	color: #EC6C00;
}

.col-1p5 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	/* width: 20%; */
	width: 25%;
}