
.marginCommon {
	width: 1350px;
	margin: 0px auto;
	padding: 70px 0px;
	overflow: hidden;
	position: relative;
}
.marginCommon h2 {
	font-size: 45px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.marginCommon div.duplicate {
	font-size: 45px;
	color: #DADADA;
	text-align: center;
	font-weight: bold;
	padding: 10px 0px;
	font-family: Times New Roman;
}

/***
extensions 谷歌插件 Start
***/
.pictureCenter {
	position: relative;
}
.pictureCenter .extensions {
	position: absolute;
	top: 60px;
	right: calc( ((100% - 1350px) / 2) + 70px );
	width: 336px;
	padding: 40px;
	background: rgba(255,255,255, 0.95) url(../images/index/icon_extensions_bg.png) 237px 257px no-repeat;
	background-size: 100px;
	filter: drop-shadow(0 0 5px rgba(0,0,0,.05));
	border-radius: 8px;
	text-align: center;
	z-index: 9;

}
.pictureCenter .extensions h3 {
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.pictureCenter .extensions .desc {
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}
.pictureCenter .extensions .download a {
	display: block;
	width: 140px;
	color: #f45050;
	font-size: 16px;
	font-weight: bold;
	padding: 6px 6px 6px 30px;
	margin: 0 auto;
	border: 2px solid #f45050;
	border-radius: 30px;
	background: url("../images/index/icon_download.png") 15px center no-repeat;
	background-size: 20px;
}
.pictureCenter .extensions .download a:hover {
	color: #e02a2a;
	border: 2px solid #e02a2a;
}

/***
noticeWrap 首页弹窗 Start
***/
.noticeWrap {
	border-radius: 10px;
	overflow: hidden;
}
.noticeWrap .title {
	display: flex;
	align-items: center;
	height: 100px;
	padding-left: 30px;
	font-size: 20px;
	font-weight: bold;
	background: url("../images/index/notice_index_titleBg.jpg") center center no-repeat;
}
.noticeWrap .title a {
	color: #333333;
	text-decoration: underline;
}
.noticeWrap .title a:hover {
	color: #f45050;
}
.noticeWrap .itemList {
	padding: 40px 40px 20px;
}
.noticeWrap .itemList .item {
	margin-top: 10px;
	padding-left: 50px;
	position: relative;
}
.noticeWrap .itemList .item:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	background: url("../images/index/notice_index_iconNew.jpg") center center no-repeat;
	background-size: 35px;
}
.noticeWrap .itemList .item:nth-child(1) {
	margin-top: 0;
}
.noticeWrap .itemList .item a span {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.noticeWrap .itemList .item a span:hover {
	color: #f45050;
}
.noticeWrap .itemList .item p {
	color: #999999;
	margin-top: 5px;
}
.noticeWrap .closeNotice {
	width: 120px;
	margin: 10px auto 30px;
	padding: 8px 0;
	color: #ffffff;
	background: #f45050;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
}
.noticeWrap .closeNotice:hover {
	background: rgba(244,80,80, 0.7);
}

/***
serviceItem 服务项目 Start
***/
.serviceItem {
	background: #ffffff;
}
.serviceItem .marginCommon {
	padding: 40px 0;
}
.serviceItem .serviceCommon {
	width: 430px;
	height: 226px;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.serviceItem .serviceCommon:hover {
	margin-top: -10px;
}
.serviceItem .daiGou {
	background: url("../images/index/icon_daigou.jpg") center center no-repeat;
}
.serviceItem .OEM {
	background: url("../images/index/icon_oem.jpg") center center no-repeat;
}
.serviceItem .EDM {
	background: url("../images/index/icon_daifa.jpg") center center no-repeat;
	margin-right: 0px;
}
.serviceItem .serviceCommon a {
	display: block;
	width: 100%;
	height: 100%;
}
.serviceItem .serviceCommon a .cont {
	padding: 35px 0px 0px 30px;
}
.serviceItem .serviceCommon a .cont h2 {
	color: #ffffff;
	font-size: 28px;
	text-align: left;
}
.serviceItem .serviceCommon a .cont p {
	color: #ffffff;
	width: 200px;
	font-size: 16px;
	margin-top: 20px;
}

/***
whyChooseUs 为何选择我们 Start
***/
.whyChooseUs {
	background: #F0F0F0;
}
.whyChooseUs .whyLeft {
	float: left;
	width: 380px;
}
.whyChooseUs .whyLeft .whyTop {
	font-size: 40px;
	color: #DADADA;
	font-weight: bold;
	margin-top: 30px;
	font-family: Times New Roman;
}
.whyChooseUs .whyLeft .whyTit {
	font-size: 45px;
	color: #333;
	font-weight: bold;
	width: 350px;
	letter-spacing: -2px;
	margin-top: 30px;
	font-family: Microsoft YaHei;
}
.whyChooseUs .whyLeft .whyLine {
	width: 210px;
	height: 5px;
	margin-top: 20px;
	background: #F45050;
}
.whyChooseUs .whyLeft .whyDesc {
	font-size: 16px;
	color: #666;
	width: 350px;
	margin-top: 60px;
	font-family: Microsoft YaHei;
}
.whyChooseUs .whyRight {
	float: right;
	width: 970px;
}
.whyChooseUs .whyRight .whyCommon {
	float: left;
	width: 475px;
	height: 295px;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
}
.whyChooseUs .whyRight .whyB,
.whyChooseUs .whyRight .whyD {
	margin-right: 0px;
}
.whyChooseUs .whyRight .whyC,
.whyChooseUs .whyRight .whyD {
	margin-bottom: 0px;
}
.whyChooseUs .whyRight .whyCommon .cont {
	padding: 30px 20px;
}
.whyChooseUs .whyRight .whyCommon .cont h4 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
.whyChooseUs .whyRight .whyCommon .cont p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 20px;
}


/***
specially 特殊服务 Start
***/
.specially .speciallyCont {
	overflow: hidden;
	padding-top: 40px;
}
.specially .speciallyCont .specialCommon {
	position: relative;
	width: 430px;
	height: 540px;
	float: left;
	margin-right: 30px;
	background: #ffffff;
}
.specially .speciallyCont .specialCommon.specialC {
	margin-right: 0px;
}
.specially .speciallyCont .specialCommon .cont {
	padding: 50px 30px;
}
.specially .speciallyCont .specialCommon .cont .icon {
	text-align: center;
}
.specially .speciallyCont .specialCommon .cont .icon img {
	border: 3px solid #F45050;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	padding: 28px;
}
.specially .speciallyCont .specialCommon .cont h4 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 30px 0px;
}
.specially .speciallyCont .specialCommon .cont p {
	font-size: 16px;
	color: #666666;
}
.specially .speciallyCont .specialCommon .cont .moreS {
	position: absolute;
	width: 100%;
	bottom: 20px;
	left: 0px;
}
.specially .speciallyCont .specialCommon .cont .moreS a {
	display: block;
	width: 260px;
	margin: 30px auto;
	background: #F45050;
	text-align: center;
	color: #ffffff;
	padding: 10px 0px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.specially .speciallyCont .specialCommon .cont .moreS a:hover {
	background: #dc3030;
}

/***
companyVideo 公司视频 Start
***/
.companyVideo {
	background: #F0F0F0;
}

/***
supplier 代购供应商 Start
***/
.supplier {
	background: #FFFFFF;
}
.supplier .supplierCont {
	margin-top: 30px;
}
.supplier .supplierCont .supplierCommon {
	float: left;
	width: 660px;
	margin-right: 30px;
	overflow: hidden;
}
.supplier .supplierCont .supplierCommon.supplierB {
	margin-right: 0px;
}
.supplier .supplierCont .supplierCommon .cont {
	background: #F7F7F7;
}
.supplier .supplierCont .supplierCommon .cont h3 {
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}
.supplier .supplierCont .supplierCommon .cont p {
	padding: 0px 20px;
	font-size: 14px;
	color: #666666;
	height: 120px;
	line-height: 26px;
}
.supplier .supplierCont .supplierCommon .cont .proCate {
	border-top: 3px solid #fff;
	overflow: hidden;
}
.supplier .supplierCont .supplierCommon .cont .proCate ul li {
	float: left;
	width: 110px;
	border-right: 2px solid #fff;
}
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(1),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(2),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(3),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(4),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(5),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(6),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(13),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(14),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(15),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(16),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(17),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(18) {
	border-bottom: 2px solid #fff;
}
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(6),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(12),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(18),
.supplier .supplierCont .supplierCommon .cont .proCate ul li:nth-child(24) {
	border-right: 0px;
}
.supplier .supplierCont .supplierCommon .cont .proCate ul li div {
	text-align: center;
	height: 140px;
	padding-top: 20px;
}
.supplier .supplierCont .supplierCommon .cont .proCate ul li div img {
	border: 1px dashed #999;
}
.supplier .supplierCont .supplierCommon .cont .proCate ul li div a {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
}

/***
supplier 代购供应商 Start
***/
.memberShip {
	background: #C4A785;
}
.memberShip h2 {
	color: #ffffff;
}
.memberShip div.duplicate {
	color: #ddcdbc;
}
.memberShip .marginCommon {
	position: relative;
	overflow: inherit;
	padding-bottom: 280px;
}
.memberShip .memberCont .memberCommon {
	position: absolute;
	top: 250px;
	width: 572px;
	height: 702px;
}
.memberShip .memberCont .memberCommon.memberA {
	left: 0px;
	background: url("../images/index/icon_member_bg_602.png") no-repeat;
}
.memberShip .memberCont .memberCommon.memberB {
	right: 0px;
	background: url("../images/index/icon_member_bg_601.png") no-repeat;
	z-index: 2;
}
.memberShip .memberCont .memberCommon .cont {
	padding: 50px;
	text-align: center;
}
.memberShip .memberCont .memberCommon .cont h3 {
	font-size: 28px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 50px;
}
.memberShip .memberCont .memberCommon.memberB .cont h3 {
	color: #CFB189;
}
.memberShip .memberCont .memberCommon .cont .desc {
	margin-top: 100px;
	overflow: hidden;
	margin-bottom: 15px;
}
.memberShip .memberCont .memberCommon .cont .desc p {
	font-size: 20px;
	color: #666666;
}
.memberShip .memberCont .memberCommon .cont .desc div {
	font-size: 58px;
	font-family: Times New Roman;
	font-weight: bold;
	color: #333333;
	margin-bottom: 23px;
	position: relative;
}
.memberShip .memberCont .memberCommon .cont .desc div span {
	position: absolute;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding-left: 20px;
	top: 30px;
}
.memberShip .memberCont .memberCommon .cont .desc div font {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	padding: 0px 20px;
}
.memberShip .memberCont .memberCommon .cont .moreS a {
	display: block;
	width: 250px;
	height: 38px;
	line-height: 36px;
	background: #F45050;
	text-align: center;
	color: #ffffff;
	margin: 0 auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.memberShip .memberCont .memberCommon .cont .moreS a:hover {
	background: #dc3030;
}
.memberShip .memberCont .memberCommon.memberA .cont .moreS a {
	background: #927758;
}
.memberShip .memberCont .memberCommon.memberA .cont .moreS a:hover {
	background: #584f52;
}
.memberShip .marginCommon .iconVip {
	position: absolute;
	top: 50px;
	right: -200px;
	width: 579px;
	height: 236px;
	background: url("../images/index/icon_vip.png") no-repeat;
}
.memberShip .memberBottom {
	height: 550px;
	background: #F7F7F7;
}

/***
evaluate 代购知识 Start
***/
.evaluate {
	background: #ffffff;
}
.evaluate .marginCommon {
	width: 1390px;
}

/***
knowledge 代购知识 Start
***/
.knowledge {
	background: #F0F0F0;
}
.knowledge .knowledgeCont {
	overflow: hidden;
	margin-top: 30px;
}
.knowledge .knowledgeCont .knowledgeCommon {
	float: left;
	width: 324px;
	margin-right: 18px;
}
.knowledge .knowledgeCont .knowledgeCommon.knowledgeD {
	margin-right: 0;
}
.knowledge .knowledgeCont .knowledgeCommon .cont {
	position: relative;
	background: #ffffff;
	text-align: center;
}
.knowledge .knowledgeCont .knowledgeCommon .cont .iconA {
	position: relative;
	margin-top: -50px;
	z-index: 1;
}
.knowledge .knowledgeCont .knowledgeCommon .cont h4 {
	position: absolute;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 200px;
	color: #fff;
	padding-top: 50px;
	background: rgba(0,0,0, 0.2);
}
.knowledge .knowledgeCont .knowledgeCommon .cont .detailList {
	width: 260px;
	margin: 20px auto 0;
}
.knowledge .knowledgeCont .knowledgeCommon .cont .detailList a {
	position: relative;
	display: block;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
	padding-left: 15px;
	font-size: 16px;
}
.knowledge .knowledgeCont .knowledgeCommon .cont .detailList a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #5d9ae4;
}
.knowledge .knowledgeCont .knowledgeCommon .cont .moreS {
	padding-bottom: 40px;
	padding-top: 10px;
}
.knowledge .knowledgeCont .knowledgeCommon .cont .moreS a {
	display: block;
	width: 260px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #F45050;
	text-align: center;
	color: #F45050;
	margin: 0 auto;
	font-size: 16px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.knowledge .knowledgeCont .knowledgeCommon .cont .moreS a:hover {
	background: #F45050;
	color: #ffffff;
}

/***
companyProfile 公司介绍 Start
***/
.companyProfile {
	background: #FFFFFF;
}
.companyProfile .companyContent {
	overflow: hidden;
	margin-top: 50px;
}
.companyProfile .profileLeft {
	float: left;
	width: 500px;
}
.companyProfile .profileRight {
	float: right;
	width: 760px;
}
.companyProfile .profileRight h2 {
	text-align: left;
	margin: 20px 0px;
}
.companyProfile .profileRight .duplicate {
	text-align: left;
	font-size: 45px;
}
.companyProfile .profileRight .profile {
	padding-top: 20px;
}
.companyProfile .profileRight .profile p {
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}
.companyProfile .profileRight .desc {
	margin-top: 50px;
	background: #f4f4f4;
	padding: 20px;
}
.companyProfile .profileRight .desc div {
	line-height: 28px;
}
.companyProfile .profileRight .desc div span:nth-child(1) {
	display: inline-block;
	width: 100px;
	color: #999999;
}
.companyProfile .profileRight .desc div:nth-last-child(1) p {
	display: inline-block;
	width: calc(100% - 150px);
	vertical-align: top;
}
.companyProfile .profileRight .desc div:nth-last-child(1) p span {
	display: block;
	width: 400px;
	color: #333333;
}
.companyProfile .profileRight .profileCate ul li {
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 30px;
	background: #F7F7F7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.companyProfile .profileRight .profileCate {
	margin-top: 70px;
}
.companyProfile .profileRight .profileCate ul li:hover {
	background: #F45050;
}
.companyProfile .profileRight .profileCate ul li.li1 {
	background: #F45050;
}
.companyProfile .profileRight .profileCate ul li.li1 a span {
	color: #ffffff;
}
.companyProfile .profileRight .profileCate ul li.li1:hover {
	background: #e71212;
}
.companyProfile .profileRight .profileCate ul li:nth-child(4) {
	margin-right: 0px;
}
.companyProfile .profileRight .profileCate ul li.li2:hover a img {
	content: url("/images/index/icon_802b.png");
}
.companyProfile .profileRight .profileCate ul li.li3:hover a img {
	content: url("/images/index/icon_803b.png");
}
.companyProfile .profileRight .profileCate ul li.li4:hover a img {
	content: url("/images/index/icon_804b.png");
}
.companyProfile .profileRight .profileCate ul li a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
}
.companyProfile .profileRight .profileCate ul li a img {
	display: block;
	margin: 30px auto;
}
.companyProfile .profileRight .profileCate ul li a span {
	font-size: 20px	;
	color: #666666;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.companyProfile .profileRight .profileCate ul li a:hover span {
	color: #ffffff;
}

/***
question 常见问题 Start
***/
.question {
	height: 510px;
	background: url("../images/index/icon_question_bg.jpg") center center no-repeat;
}
.question .marginCommon {
	overflow: inherit;
}
.question h2 {
	color: #ffffff;
}
.question .duplicate {
	color: #ffffff;
	opacity: 0.4;
}
.question .questionCont p {
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}
.question .questionCont .questionArea {
	width: 760px;
	margin: 0 auto;
	position: relative;

}
.question .questionCont .questionArea span.quesTip {
	display: block;
	position: absolute;
	left: 50px;
	top: 21px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F45050;
}
.question .questionCont .questionArea .quesBottom {
	background: #ffffff;
	height: 52px;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
}
.question .questionCont .questionArea .showQues {
	position: absolute;
	top: 0px;
	left: 80px;
	z-index: 1;
}
.question .questionCont .questionArea.questionAreaHover .showQues ul {
	position: relative;
	box-shadow: rgb(0 0 0 / 8%) 0px 20px 20px 0px
}
.question .questionCont .questionArea .showQues ul li {
	padding: 0px 30px;
	border-top: 1px solid #efefef;
	background: #ffffff;
	display: none;
}
.question .questionCont .questionArea .showQues ul li:nth-child(1) {
	border-top: 0px;
	display: block;
}
.question .questionCont .questionArea .showQues ul li a {
	display: block;
	height: 52px;
	line-height: 52px;
	color: #666666;
	font-size: 16px;
}
.question .questionCont .questionArea .showQues ul li a:hover {
	color: #F45050;
}
.question .questionCont .questionArea a.more {
	cursor: pointer;
	user-select: none;
	width: 100px;
	height: 52px;
	line-height: 52px;
	background: #F45050;
	display: block;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.question .questionCont .questionArea a.more:hover {
	background: #e71212;
}


/**********************************************************************************************************************
companyDeputy 关于公司页面：公司代表 Start
***/
.companyDeputy {
	background: #ffffff;
}
.companyDeputy .marginCommon {
	overflow: initial;
}
.companyDeputy .deputyContent {
	position: relative;
	padding-top: 40px;
}
.companyDeputy .deputyContent .deputyA {
	position: relative;
	width: 750px;
	height: 600px;
	background: #f4f4f4;
}
.companyDeputy .deputyContent .deputyA img {
	width: 100%;
	height: 100%;
}
.companyDeputy .deputyContent .deputyA div p:nth-child(2) {
	font-size: 18px;
	font-weight: normal;
}
.companyDeputy .deputyContent .deputyB {
	position: absolute;
	background: #f4f4f4;
	top: 80px;
	right: 0px;
	width: 750px;
	height: 500px;
	padding: 10px 10px 10px 20px;
	color: #666666;
	font-size: 16px;
}
.companyDeputy .deputyContent .deputyB:after {
	position: absolute;
	content: "";
	width: 95px;
	height: 89px;
	right: 10px;
	bottom: 10px;
	background: url("../images/index/icon_about.png") no-repeat;
}
.companyDeputy .deputyContent .deputyB .boss {
	position: absolute;
	bottom: 60px;
	right: 150px;
}
.companyDeputy .deputyContent .deputyB .boss p {
	color: #999999;
	font-size: 20px;
}
.companyDeputy .deputyContent .deputyB .boss p span {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
	padding-left: 30px;
}
.companyDeputy .deputyContent .deputyB .desc div {
	margin-top: 13px;
}
.companyDeputy .deputyContent .deputyB .desc div p {
	font-size: 14px;
	line-height: 20px;
}

/***
companyTeam 关于公司页面：公司代表 Start
***/
.companyTeam .teamContent {
	position: relative;
	padding-top: 40px;
}
.companyTeam .teamContent ul li {
	float: left;
	width: 430px;
	margin-right: 30px;
	margin-bottom: 30px;
}
.companyTeam .teamContent ul li:nth-child(3n) {
	margin-right: 0px;
}
.companyTeam .teamContent ul li img {
	width: 100%;
	height: 310px;
}
.companyTeam .teamContent ul li .desc {
	position: relative;
	background: #ffffff;
	height: 220px;
	padding: 20px;
	margin-top: -20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	z-index: 1;
}
.companyTeam .teamContent ul li .desc h4 {
	font-size: 18px;
	color: #333333;
	position: relative;
	margin-bottom: 20px;
}
.companyTeam .teamContent ul li .desc h4 span {
	padding-left: 30px;
}
.companyTeam .teamContent ul li .desc div p {
	color: #888888;
}

/***
companyHistory 关于公司页面：公司发展历史 Start
***/
.companyHistory {
	height: 1550px;
	background: #ffffff url("../images/index/icon_about_map.png") center center no-repeat;
}
.companyHistory .marginCommon {
	padding-bottom: 100px;
}
.companyHistory .historyContent {
	position: relative;
	padding-top: 30px;
}
.companyHistory .historyContent ul {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
.companyHistory .historyContent ul:before {
	content: "";
	width: 2px;
	height: 1050px;
	position: absolute;
	top: 14px;
	left: calc( (100% - 2px) / 2 );
	background: #efefef;
}
.companyHistory .historyContent ul li {
	position: relative;
	width: 100%;
	height: 95px;
}
.companyHistory .historyContent ul li div.icon {
	width: 100%;
	height: 30px;
	position: relative;
}
.companyHistory .historyContent ul li div.icon:before {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: calc( (100% - 30px) / 2 );
	border: 1px solid #A88567;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.companyHistory .historyContent ul li:nth-child(2n) div.icon:before {
	border: 1px solid #f45050;
}
.companyHistory .historyContent ul li div.icon:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: calc( (100% - 20px) / 2 );
	background: #A88567;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.companyHistory .historyContent ul li:nth-child(2n) div.icon:after {
	background: #f45050;
}
.companyHistory .historyContent ul li div.desc {
	position: absolute;
	top: 0px;
	width: 600px;
	padding: 20px 10px;
	color: #333333;
	z-index: 2;
}
.companyHistory .historyContent ul li:nth-child(odd) div.desc {
	right: 0px;
}
.companyHistory .historyContent ul li:nth-child(even) div.desc {
	left: 0px;
	text-align: right;
}
.companyHistory .historyContent ul li div.desc:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 5px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.03;
}
.companyHistory .historyContent ul li:nth-child(odd) div.desc:before {
	left: -10px;
	border-right: 10px solid #333333;
}
.companyHistory .historyContent ul li:nth-child(even) div.desc:before {
	right: -10px;
	border-left: 10px solid #333333;
}
.companyHistory .historyContent ul li div.desc:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	z-index: -1;
	opacity: 0.03;
	border-radius: 5px;
}
.companyHistory .historyContent ul li div.desc div.date {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.companyHistory .historyContent ul li div.desc p {
	font-size: 16px;
	color: #666666;
}

/**********************************************************************************************************************
culture 企业文化页面：企业目标和使命 Start
***/
.cultureVision {
	background: #ffffff;
}
.cultureVision .marginCommon {
	padding: 0px;
}
.cultureVision .visionContent .visionCommon {
	width: 50%;
	float: left;
	padding: 70px 0px;
	background: #f7f7f7;
}
.cultureVision .visionContent .visionCommon.visionRight {
	background: #f2f2f2;
}
.cultureVision .visionContent .visionCommon h2 {
	position: relative;
	font-size: 34px;
}
.cultureVision .visionContent .visionCommon div.duplicate {
	font-size: 36px;
	margin-top: -26px;
	z-index: 0;
}
.cultureVision .visionContent .visionCommon h1 {
	position: relative;
	font-size: 34px;
	text-align: center;
	padding-bottom: 40px;
}
.cultureVision .visionContent .visionCommon h1:after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: calc( (100% - 14px) / 2 );
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #f45050;
}
.cultureVision .visionContent .visionCommon .desc {
	text-align: center;
	font-size: 18px;
	color: #333333;
}
/***
culture 价值观  Start
***/
.cultureValues {
	background: #ffffff;
}
.cultureValues h2 {
	position: relative;
	font-size: 34px;
}
.cultureValues div.duplicate {
	font-size: 36px;
	margin-top: -26px;
	z-index: 0;
}
.cultureValues h1 {
	position: relative;
	font-size: 34px;
	text-align: center;
	padding-bottom: 40px;
}
.cultureValues h1:after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: calc( (100% - 14px) / 2 );
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #f45050;
}
.cultureValues .valuesContent {
	overflow: hidden;
	margin-top: 30px;
}
.cultureValues .valuesContent ul li {
	width: 655px;
	height: 210px;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	padding: 40px 20px;
	background: #f8f8f8;
	overflow: hidden;
}
.cultureValues .valuesContent ul li:nth-child(2n) {
	margin-right: 0px;
}
.cultureValues .valuesContent ul li div.tit {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.cultureValues .valuesContent ul li div.tit span {
	display: inline-block;
	font-size: 28px;
	width: 20px;
	line-height: 22px;
	background: #f45050;
	color: #ffffff;
	text-align: center;
	margin-right: 20px;
	vertical-align: middle;
	margin-top: -3px;
}
.cultureValues .valuesContent ul li p {
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}
/***
culture 活动展示公共样式  Start
***/
.cultureMovement.cultureDaosheng,
.cultureMovement.cultureSports {
	background: #ffffff;
}
.cultureMovement .moveContent .desc {
	text-align: center;
	font-size: 18px;
	color: #666666;
	padding: 20px 0px 50px;
}
.cultureMovement .moveContent ul li {
	width: 430px;
	height: 312px;
	float: left;
	margin-right: 30px;
}
.cultureMovement .moveContent ul li:nth-child(3n) {
	margin-right: 0px;
}
/***
culture 底部语录  Start
***/
.cultureDream {
	background: #ffffff;
}
.cultureDream .marginCommon {
	background: url("../images/index/icon_quotations_bg.png") 0px bottom no-repeat;
}
.cultureDream .marginCommon div.duplicate {
	font-size: 70px;
	padding: 0px;
	line-height: 50px;
	opacity: 0.3;
}
.cultureDream .marginCommon h2 {
	font-size: 36px;
}


/**********************************************************************************************************************
FBA 什么是FBA  Start
***/
.FBAWhat {
	background: #EBF8FA;
}
.FBAWhat .marginCommon {
	position: relative;
}
.FBAWhat .marginCommon img {
	position: absolute;
	top: 40px;
	right: 0px;
}
.FBAWhat .marginCommon .whatContent {
	width: 700px;
}
.FBAWhat .marginCommon .whatContent h2 {
	font-size: 60px;
	text-align: left;
}
.FBAWhat .marginCommon .whatContent .duplicate {
	font-size: 45px;
	text-align: left;
	color: #333333;
	opacity: 0.2;
}
.FBAWhat .marginCommon .whatContent p {
	font-size: 18px;
	color: #666666;
}
/***
FBA FBA优点  Start
***/
.FBAMerit {
	background: #ffffff;
}
.FBAMerit .smallTit {
	margin-top: 20px;
	color: #333333;
	font-size: 24px;
	text-align: center;
}
.FBAMerit .meritCommon {
	float: left;
	width: 420px;
	height: 200px;
	margin-left: 6px;
	margin-right: 30px;
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgb(216 213 213 / 90%) 0px 2px 8px 0px;
}
.FBAMerit .meritCommon:nth-last-child(1) {
	margin-right: 0px;
}
.FBAMerit .meritCommon .desc {
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-top: 20px;
}
/***
FBA FBA优势  Start
***/
.FBAAdv {
	background: #263544;
}
.FBAAdv .advContent h2 {
	font-size: 28px;
	color: #ffffff;
}
.FBAAdv .advContent div {
	margin-top: 40px;
	font-size: 18px;
	color: #CADCEF;
	text-align: center;
}
.FBAAdv .advContent div p {
	margin-top: 10px;
}
.FBAAdv div.icon {
	margin-top: 40px;
	text-align: center;
}
/***
FBA FBA支付方法  Start
***/
.FBAPayType {
	background: #ffffff;
}
.FBAPayType .icon {
	width: 540px;
	float: left;
	padding-left: 60px;
}
.FBAPayType .payTypeContent {
	float: left;
	width: 810px;
}
.FBAPayType .payTypeContent h2 {
	font-size: 28px;
	text-align: left;
}
.FBAPayType .payTypeContent div {
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
}
.FBAPayType .payTypeContent div p {
	margin-top: 10px;
}
.FBAPayType .payTypeContent div p:nth-child(3),
.FBAPayType .payTypeContent div p:nth-child(4) {
	color: #B37E35;
}
/***
FBA FBA注意事项  Start
***/
.FBAAttention .marginCommon {
	overflow: inherit;
	height: 730px;
}
.FBAAttention .attentionContent {
	position: relative;
	margin-top: 40px;
}
.FBAAttention .attentionContent .attentionCommon {
	float: left;
	width: 850px;
	height: 200px;
	padding: 15px 20px;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgb(216 213 213 / 90%) 6px 5px 8px 0px;
}
.FBAAttention .attentionContent .attentionCommon:nth-child(2) {
	margin-top: 20px;
}
.FBAAttention .attentionContent .attentionCommon:nth-child(3) {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 480px;
	height: 420px;
}
.FBAAttention .attentionContent .attentionCommon h4 {
	color: #333333;
	font-size: 16px;
	margin-top: 15px;
}
.FBAAttention .attentionContent .attentionCommon .desc {
	color: #999999;
	font-size: 15px;
	margin-top: 15px;
}
.FBAAttention .attentionContent .attentionCommon .desc p {
}
.FBAAttention .attentionContent .attentionCommon:nth-child(3) .desc div {
	margin-bottom: 20px;
}
.FBAAttention .attentionContent .attentionCommon:nth-child(3) .desc div a {
	color: #f45050;
	word-break:break-all;
}
/***
FBA FBA缺点  Start
***/
.FBAProcess {
	background: #263544;
}
.FBAProcess .marginCommon h2 {
	color: #ffffff;
}
.FBAProcess .marginCommon .duplicate {
	color: #ffffff;
	opacity: 0.2;
}
.FBAProcess .marginCommon .processContent .processCommon {
	float: left;
	width: 660px;
	height: 170px;
	margin-right: 30px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.FBAProcess .marginCommon .processContent .processCommon:nth-child(2n) {
	margin-right: 0px;
}
.FBAProcess .marginCommon .processContent .processCommon .cont {
	width: 100%;
	height: 100%;
}
.FBAProcess .marginCommon .processContent .processCommon.processA .cont {
	background: #4DD0E2;
}
.FBAProcess .marginCommon .processContent .processCommon.processB .cont {
	background: #27A69B;
}
.FBAProcess .marginCommon .processContent .processCommon.processC .cont {
	background: #9774CE;
}
.FBAProcess .marginCommon .processContent .processCommon.processD .cont {
	background: #F45050;
}
.FBAProcess .marginCommon .processContent .processCommon.processE .cont {
	background: #FFAF3A;
}
.FBAProcess .marginCommon .processContent .processCommon .cont .descL {
	width: 530px;
	height: 100%;
	padding: 20px;
	background: #ffffff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 0px;
}
.FBAProcess .marginCommon .processContent .processCommon .cont .descL h4 {
	color: #333333;
	font-size: 16px;
	margin-top: 20px;
}
.FBAProcess .marginCommon .processContent .processCommon .cont .descL p {
	color: #999999;
	font-size: 15px;
	margin-top: 20px;
	line-height: 26px;
}
.FBAProcess .marginCommon .processContent .processCommon .cont .descR {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 130px;
	height: 170px;
	text-align: center;
	color: #ffffff;
}
.FBAProcess .marginCommon .processContent .processCommon .cont .descR span {
	letter-spacing: 5px;
}
.FBAProcess .marginCommon .processContent .processCommon .cont .descR div {
	font-size: 70px;
	line-height: 60px;
}
/***
FBA FBA选项及费用  Start
***/
.FBAFee .feeContent {
	padding-top: 30px
}
.FBAFee .feeCommon {
	position: relative;
	float: left;
	width: 420px;
	height: 160px;
	background: #ffffff;
	margin-left: 6px;
	margin-right: 30px;
	margin-top: 40px;
	padding-top: 10px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgb(216 213 213 / 90%) 0px 2px 8px 0px;
}
.FBAFee .feeCommon:nth-last-child(2) {
	height: 220px;
	margin-top: 10px;
}
.FBAFee .feeCommon:nth-last-child(1) {
	margin-right: 0px;
}
.FBAFee .feeCommon .icon {
	position: absolute;
	top: 30px;
	right: 30px;
}
.FBAFee .feeCommon .desc {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-top: 20px;
	padding: 0px 30px;
}
.FBAFee .feeCommon .desc h4 {
	font-size: 18px;
	font-weight: bold;
}
.FBAFee .feeCommon .desc div {
	margin-top: 20px;
}
.FBAFee .feeCommon .desc div span:nth-child(1) {
	color: #f45050;
	font-size: 38px;
	font-weight: bold;
	font-family: Times New Roman;
}
.FBAFee .feeCommon .desc div span:nth-child(2) {
	color: #f45050;
	font-size: 15px;
	padding-left: 10px;
}
.FBAFee .feeCommon .desc div font {
	color: #999999;
	font-size: 15px;
	padding-left: 10px;
}
.FBAFee .feeCommon .desc p {
	color: #999999;
	font-size: 15px;
	margin-top: 10px;
}
/***
FBA FBA物流  Start
***/
.FBAFreight {
	background: #ffffff;
}
.FBAFreight .freightCommon {
	position: relative;
	float: left;
	width: 420px;
	height: 200px;
	margin-left: 6px;
	margin-right: 30px;
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgb(216 213 213 / 90%) 0px 2px 8px 0px;
}
.FBAFreight .freightCommon:nth-last-child(1) {
	margin-right: 0px;
}
.FBAFreight .freightCommon .icon {
	padding-top: 30px;
}
.FBAFreight .freightCommon .icon span {
	display: inline-block;
	width: 115px;
	height: 38px;
	line-height: 36px;
	background: #f45050;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.FBAFreight .desc {
	clear: both;
	padding-top: 40px;
	text-align: center;
}
.FBAFreight .desc p {
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
}
.FBAFreight .desc p:nth-child(1) {
	color: #f45050;
}
.FBAFreight .desc p:nth-child(2) {
	margin-top: 5px;
}
.FBAFreight .desc p a {
	color: #999999;
}
/***
FBA FBA服务  Start
***/
.FBAService .serviceCommon {
	position: relative;
	float: left;
	width: 650px;
	height: 240px;
	background: #ffffff;
	margin-left: 6px;
	margin-right: 30px;
	margin-top: 40px;
	padding-top: 10px;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgb(216 213 213 / 90%) 0px 2px 8px 0px;
}
.FBAService .serviceCommon:nth-last-child(1) {
	margin-right: 0px;
}
.FBAService .serviceCommon .icon {
	position: absolute;
	top: 30px;
	right: 30px;
}
.FBAService .serviceCommon .desc {
	text-align: left;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-top: 30px;
	padding: 0px 30px;
}
.FBAService .serviceCommon .desc h4 {
	color: #f45050;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.FBAService .serviceCommon .desc p {
	color: #999999;
	font-size: 15px;
	margin-top: 5px;
}

/**********************************************************************************************************************
OEM 什么是OEM  Start
***/
.OEMWhat {
	background: #ffffff;
	overflow: hidden;
	padding: 70px 0px;
}
.OEMWhat .marginCommon {
	overflow: initial;
	padding: 0px;
}
.OEMWhat .dupliDesc {
	color: #666666;
	font-size: 18px;
	text-align: center;
	margin: 30px 0px 50px 0px;
	line-height: 28px;
}
.OEMWhat .oemContent .oemCommon {
	float: left;
	width: 660px;
	height: 240px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgb(216 213 213 / 90%) 0px 2px 8px 0px;
}
.OEMWhat .oemContent .oemCommon:nth-child(2n) {
	margin-right: 0px;
}
.OEMWhat .oemContent .oemCommon h4 {
	font-size: 18px;
	color: #333333;
	padding-left: 70px;
	line-height: 50px;
}
.OEMWhat .oemContent .oemCommon.oemA h4 {
	background: url("../images/oem/icon_oem_01.png") no-repeat;
}
.OEMWhat .oemContent .oemCommon.oemB h4 {
	background: url("../images/oem/icon_oem_02.png") no-repeat;
}
.OEMWhat .oemContent .oemCommon.oemC h4 {
	background: url("../images/oem/icon_oem_03.png") no-repeat;
}
.OEMWhat .oemContent .oemCommon.oemD h4 {
	background: url("../images/oem/icon_oem_04.png") no-repeat;
}
.OEMWhat .oemContent .oemCommon .desc {
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}
/***
OEM OEM工厂 Start
***/
.OEMFactory {
	background: #F4F4F4;
}
.OEMFactory .factoryContent .factoryCommon {
	width: 665px;
	float: left;
	margin-right: 20px;
	margin-top: 30px;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.OEMFactory .factoryContent .factoryCommon:nth-child(2n) {
	margin-right: 0px;
}
.OEMFactory .factoryContent .factoryCommon .cont {
	padding: 20px;
}
.OEMFactory .factoryContent .factoryCommon .cont .icon {
	height: 263px;
	overflow: hidden;
}
.OEMFactory .factoryContent .factoryCommon .cont .icon img {
	width: 100%;
}
.OEMFactory .factoryContent .factoryCommon .cont h4 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.OEMFactory .factoryContent .factoryCommon .cont .desc p {
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 15px;
}
.OEMFactory .factoryContent .factoryCommon .cont ul {
	overflow: hidden;
	margin-top: 15px;
}
.OEMFactory .factoryContent .factoryCommon .cont ul li {
	width: 195px;
	height: 195px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.OEMFactory .factoryContent .factoryCommon .cont ul li:nth-last-child(1) {
	margin-right: 0px;
}
/***
OEM OEM业务担当 Start
***/
.OEMSales {
	background: #ffffff;
	position: relative;
	overflow: hidden;
	height: 607px;
}
.OEMSales .marginCommon {
	padding-top: 40px;
	padding-bottom: 0px;
	overflow: initial;
	height: 100%;
}
.OEMSales .marginCommon .triangleA:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -300px;
	width: 0;
	height: 0;
	border-left: 260px solid transparent;
	border-right: 260px solid transparent;
	border-bottom: 260px solid #DEE5F4;
	opacity: 0.4;
	z-index: 0;
}
.OEMSales .marginCommon .triangleA:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: -130px;
	width: 0;
	height: 0;
	border-left: 260px solid transparent;
	border-right: 260px solid transparent;
	border-bottom: 260px solid #DEE5F4;
	opacity: 0.4;
	z-index: 0;
}
.OEMSales .marginCommon .triangleB:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -300px;
	width: 0;
	height: 0;
	border-left: 260px solid transparent;
	border-right: 260px solid transparent;
	border-bottom: 260px solid #DEE5F4;
	opacity: 0.4;
	z-index: 0;
}
.OEMSales .marginCommon .triangleB:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -130px;
	width: 0;
	height: 0;
	border-left: 260px solid transparent;
	border-right: 260px solid transparent;
	border-bottom: 260px solid #DEE5F4;
	opacity: 0.4;
	z-index: 0;
}
.OEMSales .icon {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 500px;
	padding-left: 60px;
}
.OEMSales .salesContent {
	position: absolute;
	left: 470px;
	bottom: 50px;
	width: 850px;
	padding-top: 50px;
	padding-left: 50px;
	background:  url("../images/oem/icon_sales_desc_arrow.jpg") 0px 300px no-repeat;
}
.OEMSales .salesContent h2,
.OEMSales .salesContent .duplicate {
	text-align: left;
}
.OEMSales .salesContent .desc {
	width: 90%;
	padding: 30px;
	margin-top: 50px;
	background: #4A5265;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.OEMSales .salesContent .desc p {
	line-height: 35px;
}
.OEMSales .salesContent .salesDesc {
	overflow: hidden;
	padding-top: 40px;
}
.OEMSales .salesContent .salesDesc .name {
	width: 400px;
	float: left;
	font-size: 24px;
	color: #333333;
}
.OEMSales .salesContent .salesDesc .contact {
	width: 400px;
	float: right;
}
.OEMSales .salesContent .salesDesc .contact div {
	height: 35px;
	line-height: 35px;
}
.OEMSales .salesContent .salesDesc .contact div span {
	display: inline-block;
	width: 32px;
	float: left;
	margin-right: 10px;
	text-align: center;
}
.OEMSales .salesContent .salesDesc .contact strong {
	color: #333333;
	line-height: 28px;
}


/***
联系客服 Start
***/
.customerHead {
	width: 100%;
	height: 240px;
	background-size: 100% 240px;
	background-image: url("../images/index/customer_head.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
}
.customerHead .headCont {
	padding-top: 60px
}
.customerHead .headCont h2 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.customerHead .headCont .desc {
	color: #999999;
	text-align: center;
	margin-top: 30px;
}
.customerContact {
	background: #ffffff;
}
.customerContact .contactList {
	display: flex;
	justify-content: space-between;
}
.customerContact .contactList .contactItem {
	position: relative;
	padding: 30px 170px 30px 30px;
	background: #f9fafc;
	border-radius: 10px;
	width: 46%;
}
.customerContact .contactList .contactItem:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 30px;
	width: 134px;
	height: 100px;
}
.customerContact .contactList .contactItem:nth-child(1):after,
.customerContact .contactList .contactItem:nth-child(2):after {
	background: url("../images/index/customer_contactItem_phone.png") ;
}
.customerContact .contactList .contactItem:nth-child(3):after {
	background: url("../images/index/customer_contactItem_email.png") ;
}
.customerContact .contactList .contactItem .title {
	color: #333333;
	font-size: 18px;
}
.customerContact .contactList .contactItem .title span {
	color: #f45050;
	font-size: 22px;
	margin-right: 5px;
}
.customerContact .contactList .contactItem .phone {
	color: #f45050;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}
.customerContact .contactList .contactItem .phone span {
	color: #0083ef;
}
.customerContact .contactList .contactItem .time {
	color: #999999;
	font-size: 18px;
	margin-top: 10px;
}

/***
客户咨询 customerConsult Start
***/
.customerConsult {
	background: rgba(249,250,252, 0.8);
}
.customerConsult .consultWrap {
	width: 1350px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
}
.consultWrap .consultForm {
	width: 1000px;
}
.consultWrap .consultForm h2 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 50px;
}
.consultWrap .consultForm .ruleForm {
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
}
.consultWrap .consultForm .ruleForm .el-form-item {
	padding-top: 20px;
	border-top: 1px solid #f1f1f1
}
.consultWrap .consultForm .ruleForm .el-form-item:nth-child(1) {
	padding-top: 0;
	border-top: 0;
}
.consultWrap .consultForm .ruleForm .el-radio {
	line-height: 40px;
}
.consultWrap .consultForm .ruleForm .salePlatform .el-checkbox {
	width: 150px;
	height: 30px;
	line-height: 30px;
}
.consultWrap .consultForm .ruleForm .el-input {
	width: 450px;
}
.consultWrap .consultForm .ruleForm .el-icon-circle-check:before {
	color: #71d492;
}
.consultWrap .consultForm .el-form-item .el-form-item__label:before {
	content: '任意';
	font-size: 13px;
	margin-right: 4px;
	color: #999999;
	background: rgba(87, 87, 87, 0.05);
	padding: 2px 10px 3px;
	text-align: center;
	border-radius: 6px;
}
.consultWrap .consultForm .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.consultWrap .consultForm .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
	content: '必須';
	font-size: 13px;
	margin-right: 4px;
	color: #f45050;
	background: rgba(244,80,80, 0.05);
	padding: 2px 10px 3px;
	text-align: center;
	border-radius: 6px;
}
.consultWrap .consultRight {
	width: 300px;
	margin-left: 50px;
}
















