﻿/*banner样式*/
.info-banner {
	background: url(../images/banner_oem_bg.jpg) no-repeat center;
}
.module {
	padding-bottom: 60px;
}
.bg-gray {
	background-color: #f9f9f9;
}
.product-info-detail {
	width: 697px;
	color: #bbb;
	line-height: 2;
}
.product-info-btn a.btn {
	width: 156px;
	height: 42px;
	line-height: 42px;
}
.product-info p {
	padding-top: 8px;
	margin-bottom: 30px;
	font-size: 26px;
	color: #fff;
}
.product-info p span {
	margin-right: 15px;
}
.module-head {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.module-head h2 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 32px;
	color: #333;
}
.module-head p {
	font-size: 14px;
	color: #999;
}

/*OEM简介*/
.summary-item {
	width: 50%;
	text-align: center;
	float: left;
}
.summary-item h2 {
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 20px;
	color: #333;
}
.summary-item p {
	text-align: justify;
	line-height: 2;
	padding: 0 100px;
	font-size: 14px;
	color: #888;
}
.summary-item:first-child {
	border-right: 1px solid #ddd;
}
.summary-item i {
	display: block;
	margin: 30px auto 40px;
	width: 206px;
	height: 206px;
	transition: all .2s ease-out;
}
.summary-item:hover i {
	transform: rotate(90deg);
}
.summary-item-left {
	background: url(../images/summary-item-left.png) no-repeat top center;
}
.summary-item-right {
	background: url(../images/summary-item-right.png) no-repeat top center;
}

/*合作优势*/
.superiority {
	display: block;
}
.superiority li {
	float: left;
	width: 290px;
	margin-left: 10px;
	padding-bottom: 30px;
	text-align: center;
	background-color: #fff;
}
.superiority li:first-child {
	margin-left: 0;
}
.superiority li i {
	display: block;
	width: 125px;
	height: 125px;
	margin: 50px auto 20px;
}
.superiority li h4 {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 22px;
	color: #333;
}
.superiority li p {
	margin-bottom: 18px;
	font-size: 14px;
	color: #999;
}
.superiority-1 {
	background: url(../images/superiority-1.png) no-repeat 0 0;
}
.superiority-2 {
	background: url(../images/superiority-2.png) no-repeat 0 0;
}
.superiority-3 {
	background: url(../images/superiority-3.png) no-repeat 0 0;
}
.superiority-4 {
	background: url(../images/superiority-4.png) no-repeat 0 0;
}
	
/*合作支持*/
.support {
	height: 902px;
	background: url(../images/support-bg.jpg) no-repeat center center;
}
.support .module-head h2,
.support .module-head p {
	color: #fff;
}
.support ul li {
	position: relative;
	float: left;
	width: 390px;
	height: 286px;
	margin-left: 12px;
	margin-bottom: 12px;
	text-align: center;
	background: #fff;
	border-bottom: 2px solid #00aaff;
}
.support ul li:first-child,
.support ul li:first-child + li + li + li {
	margin-left: 0;
}
/*.support ul li:hover {
	background: #00aaff;
}*/
.support ul li:hover h4,
.support ul li:hover p {
	color: #fff;
}
.support ul li i {
	position: relative;
	z-index: 9;
	display: block;
	width: 55px;
	height: 72px;
	margin: 50px auto 20px;
	transition: background 1s;
}
.support ul li h4 {
	position: relative;
	z-index: 9;
	margin-bottom: 30px;
	font-size: 22px;
	color: #333;
	transition: color 1s;
}
.support ul li p {
	position: relative;
	z-index: 9;
	padding: 0 40px;
	line-height: 2;
	font-size: 14px;
	color: #999;
	transition: color 1s;
}
.support-1 i {
	background: url(../images/support-1.png) no-repeat 0 0;
}
.support-1:hover i {
	background: url(../images/support-hover-1.png) no-repeat 0 0;
}
.support-2 i {
	background: url(../images/support-2.png) no-repeat 0 0;
}
.support-2:hover i {
	background: url(../images/support-hover-2.png) no-repeat 0 0;
}
.support-3 i {
	background: url(../images/support-3.png) no-repeat 0 0;
}
.support-3:hover i {
	background: url(../images/support-hover-3.png) no-repeat 0 0;
}
.support-4 i {
	background: url(../images/support-4.png) no-repeat 0 0;
}
.support-4:hover i {
	background: url(../images/support-hover-4.png) no-repeat 0 0;
}
.support-5 i {
	background: url(../images/support-5.png) no-repeat 0 0;
}
.support-5:hover i {
	background: url(../images/support-hover-5.png) no-repeat 0 0;
}
.support-6 i {
	background: url(../images/support-6.png) no-repeat 0 0;
}
.support-6:hover i {
	background: url(../images/support-hover-6.png) no-repeat 0 0;
}
.support-ul .service-screen {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #00aaff;
	z-index: 1;
}
.support-ul li:hover .service-screen {
	animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
	-moz-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
	-webkit-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
	-o-animation: animation-05 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
@keyframes animation-05 {
	from {
		height: 4px;
}
	to {
		height: 286px;
}
}
/*合作流程*/
.oem-process {
	height: 150px;
	overflow: hidden;
}
.oem-process > div {
	height: 100%;
	margin-left: -36px;
	float: left;
}
.oem-process > div:first-child {
	margin-left: 0;
}
.oem-process > div i {
	float: left;
	width: 46px;
	height: 46px;
	margin-left: 68px;
	margin-top: 40px;
}
.oem-process > div:hover h4 {
	color: #00aaff;
}
.oem-process > div .process-text {
	float: left;
	padding-top: 40px;
	padding-left: 20px;
}
.process-text h4 {
	margin-bottom: 18px;
	font-size: 16px;
	color: #333;
}
.process-text p {
	margin-bottom: 10px;
	font-size: 14px;
	color: #999;
}
.step-icon-1 {
	margin-left: 50px;
	background: url(../images/step-icon-1.png) no-repeat 0 0;
}
.step-icon-2 {
	background: url(../images/step-icon-2.png) no-repeat 0 0;
}
.step-icon-3 {
	background: url(../images/step-icon-3.png) no-repeat 0 0;
}
.step-icon-4 {
	background: url(../images/step-icon-4.png) no-repeat 0 0;
}

.process-1 {
	width: 292px;
	background: url(../images/step-1.png) no-repeat 0 0;
}
.process-1:hover .step-icon-1 {
	background: url(../images/step-icon-hover-1.png) no-repeat 0 0;
}
.process-2 {
	width: 338px;
	background: url(../images/step-2.png) no-repeat 0 0;
}
.process-2:hover .step-icon-2 {
	background: url(../images/step-icon-hover-2.png) no-repeat 0 0;
}
.process-2:hover .step-icon-3 {
	background: url(../images/step-icon-hover-3.png) no-repeat 0 0;
}

.process-3 {
	width: 338px;
	background: url(../images/step-3.png) no-repeat 0 0;
}
.process-3:hover .step-icon-4 {
	background: url(../images/step-icon-hover-4.png) no-repeat 0 0;
}

/*合作条件*/
.condition li {
	float: left;
	width: 290px;
	margin-left: 12px;
	text-align: center;
	background: #fff;
}
.condition li:first-child {
	margin-left: 0;
}
.condition li h4 {
	margin-top: 30px;
	margin-bottom: 18px;
	font-size: 16px;
	color: #333;
}
.condition li p {
	margin-bottom: 30px;
	font-size: 14px;
	color: #999;
}

/*申请OEM*/
.application-from .application-from-item {
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}
.application-from .application-from-item label {
	float: left;
	width: 170px;
	text-align: right;
}
.application-from .application-from-item input {
	float: left;
	width: 320px;
	height: 35px;
	text-indent: 10px;
}
.application-from button {
	margin-left: 170px;
	margin-top: 20px;
	padding: 10px 28px;
	font-size: 18px;
	color: #fff;
	border: none;
	background-color: #00bbff;
	border-radius: 4px;
	cursor: pointer;
}

/*购买邀请码样式*/
.wrning-tip {
	position: relative;
	top: -20px;
	border: 1px solid #e6c389;
	width: 560px;
	margin: 0 auto;
	padding: 4px 20px 4px 8px;
	color: #ff6600;
	background-color: #fef1ce;
}
.warn-tip-icon {
	display: inline-block;
	width: 16px;
	margin-right: 10px;
	background: url(../images/tip_icon_warn.png) no-repeat center;
}
.invite-code-wrapper {
	width: 600px;
	height: 180px;
}
.invite-code-pic {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/invite_code_pic.png) no-repeat center;
}
.invite-code-introduce {
	margin-top: 20px;
	text-align: center;
	color: #333333;
	font-size: 20px;
}
.message-code-container {
	width: 500px;
	height: 80px;
}
.mobile-text-wrapper {
	width: 360px;
	margin: 0 auto;
}
.mobile-text-wrapper {
	height: 30px;
	margin-bottom: 16px;
	line-height: 30px;
}
.mobile-text {
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	text-align: right;

}
.message-code {
	padding: 4px;
	height: 26px;
	width: 100px;
}
.send-code-btn {
	display: inline-block;
	position: relative;
	top: 1px;
	top:2px\0;
	margin-left: 10px;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	background-color: #00bbff;
}
.send-code-btn:hover {
	background-color: #009fd9;
}

.fixed-interpretation {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	z-index: 999;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
	background-color: #fff;
}
.fixed-interpretation ul li {
	float: left;
	line-height: 64px;
	margin-left: 100px;
	cursor: pointer;
}
.fixed-interpretation  a {
	float: right;
	margin-top: 12px;
	padding: 8px 35px;
	font-size: 18px;
	color: #fff;
	background-color: #ff8800;
	cursor: pointer;
}
/*大客户经理样式*/
.wrning-tip {
	position: relative;
	top: -20px;
	border: 1px solid #e6c389;
	width: 560px;
	margin: 0 auto;
	padding: 4px 20px 4px 8px;
	color: #ff6600;
	background-color: #fef1ce;
}
.warn-tip-icon {
	display: inline-block;
	width: 16px;
	margin-right: 10px;
	background: url(../images/tip_icon_warn.png) no-repeat center;
}
.qq-list-ul {
	width: 560px;
	margin: 0 auto;
}
.qq-li {
	height: 44px;
	line-height: 44px;
}
.qq-single {
	background-color: #f2f6f7;
}
.qq-name {
	display: inline-block;
	margin-left: 22px;
}
.qq-num {
	display: inline-block;
	margin-left: 48px;
}
.qq-pic {
	position: relative;
	top: 12px;
	display: inline-block;
	width: 92px;
	height: 22px;
	margin-left: 8px;
	background: url(../images/qq-pic.png) no-repeat center;
}
.qq-pic a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.qq-tel {
	display: inline-block;
	margin-left: 34px;
}