﻿@charset "UTF-8";

@font-face {
	font-family: 'Barlow Condensed';
	src: url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'),
		url('../fonts/BarlowCondensed-Medium.woff') format('woff'),
		url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

.oem-wrap .container {
	width: 90%;
	max-width: 1374px;
}

.oem-banner-txt {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 68px;
	z-index: 9999;
	height: 105px;
	line-height: 105px;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 50%;
	margin-top: -52.5px;
}
@media (max-width: 1600px){
 .oem-banner-txt {
 	font-size: 50px;
 }
}
@media (max-width: 1400px){
 .oem-banner-txt {
 	font-size: 40px;
 }
}
@media (max-width: 768px){
 .oem-banner-txt {
 	font-size: 22px;
 }
}
/*生产*/
.oem-produce-wrap {
	width: 100%;
	background: url(../images/oem-sc-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 0 40px 0;
	color: #fff;
}
.oem-produce-tit {
	font-size: 37px;
	letter-spacing: 22px;
	float: left;
}
@media (max-width: 1600px){
 .oem-produce-tit {
	font-size: 30px;
	letter-spacing: 18px;
	}
}
.oem-produce-content {
	width: 70%;
	float: right;
	padding-top: 10px;
}

.oem-produce-content .item {
	border: #fff dashed 1px;
	margin-bottom: 30px;
	padding: 10px 30px;
	display: flex;
	flex-direction: row;
}

.oem-produce-content .item span {
	width: 0;
	height: 0;
	border-top: 9px solid transparent;
	border-left: 11px solid #fff;
	border-bottom: 9px solid transparent;
	margin-top: 2px;
}

.oem-produce-content .item p {
	padding-left: 25px;
}
@media (max-width: 768px){
 .oem-produce-tit {
	font-size: 20px;
	letter-spacing: 10px;
	}
	.oem-produce-wrap {
		padding: 20px 0;
	}
	.oem-produce-content {
		width: 100%;;
	}
	.oem-produce-content .item {
		margin-bottom: 10px;
		padding: 8px 15px;
	}
	.oem-produce-content .item p {
		padding-left: 15px;
	}
	.oem-produce-content .item span {
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
	margin-top: 5px;
}
}
/*优势*/
.oem-youshi-wrap {
	width: 100%;
	background: url(../images/oem-youshi.jpg) no-repeat right center;
}
@media (max-width: 1020px){
	.oem-youshi-wrap{
		background-size:  auto 100%;
	}
}
@media (max-width: 960px){
	.oem-youshi-wrap{
		background-size:  80% 100%;
	}
}
.oem-youshi {
	width: 50%;
	min-width: 687px;
	background: #fff;
	padding: 80px 0 40px 0;
	overflow: hidden;
}

.oem-youshi h2 {
	color: #e71a0f;
	font-size: 40px;
	padding: 30px 0;
}

.oem-youshi h3 {
	color: #161619;
	font-size: 30px;
	padding: 30px 0;
	font-weight: 500;
}

.oem-youshi .info {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 50px;
	max-width: 518px;
}

.oem-youshi .list {
	display: block;
	clear: both;
	width: 100%;
}

.oem-youshi .item {
	width: 50%;
	display: flex;
	flex-direction: column;
	float: left;
	padding-bottom: 60px;
}

.oem-youshi .item span {
	font-size: 51px;
	font-family: 'Barlow Condensed';
	color: white;
	/* 数字颜色为白色，背景可以是任何颜色 */
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
	/* 使用阴影来模拟数字的轮廓 */
}

.oem-youshi .item p {
	font-size: 18px;
	color: #000;
}
@media (max-width: 1600px){
	
	.oem-youshi h2 {
		font-size: 33px;
	}
	.oem-youshi h3 {
		font-size:23px
	}
	.oem-youshi .item span {
		font-size: 42px;
	}
}
@media (max-width: 768px){
	.oem-youshi-wrap{
		background:none;
	}
	.oem-youshi {
		width: 100%;
		min-width: auto;
		background: #fff;
		padding: 20px 0 20px 0;
	}
	.oem-youshi h2 {
		font-size: 20px;
		padding: 10px 0;
	}
	.oem-youshi h3 {
		font-size:18px
	}
	.oem-youshi .info{
		margin-bottom: 10px;
	}
	.oem-youshi .item{
		padding-bottom: 20px;
	}
	.oem-youshi .item p{
		font-size: 14px;
	}
 
}
/*OEM订购流程*/
.oem-process-wrap {
	background: #eeeeee;
	padding: 80px 0 50px 0;
}

.oem-process-tit {
	color: #e71a0f;
	font-size: 40px;
	margin-bottom: 60px;

}
@media (max-width: 1600px){
	.oem-process-tit {
		font-size: 33px;
	}
}
.oem-process-list {
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}

.oem-process-list .item {
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

.oem-process-list .item-right {}

.oem-process-list .item .box {
	width: 52%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.oem-process-list .item .box .info {
	width: 71%;
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px 0px 30px 40px;
	border-radius: 15px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	/* Firefox 4*/
	-webkit-transition: all .5s ease;
	/* Safari 和 Chrome*/
	-o-transition: all .5s ease;
	/* Opera*/
}

.oem-process-list .item .box .info span {
	font-size: 137px;
	line-height: 1;
	font-family: 'Barlow Condensed';
	color: white;
	/* 数字颜色为白色，背景可以是任何颜色 */
	text-shadow:
		-1px -1px 0 #e71a0f,
		1px -1px 0 #e71a0f,
		-1px 1px 0 #e71a0f,
		1px 1px 0 #e71a0f;
	/* 使用阴影来模拟数字的轮廓 */
}

.oem-process-list .item .box .info .txt {
	padding: 0 20px;
}

.oem-process-list .item .box .info .txt h4 {
	font-size: 36px;
	color: #1f1f1f;
}

.oem-process-list .item .box .info .txt p {
	font-size: 14px;
	padding-top: 13px;
}
@media (max-width: 1600px){
	.oem-process-list .item .box .info span {
		font-size: 110px;
	}
	.oem-process-list .item .box .info .txt h4{
		font-size: 30px;
	}
}
@media (max-width: 980px){
	.oem-process-list .item .box{
		width: 53.6%;
	}
	.oem-process-list .item .box .info span {
		font-size: 80px;
	}
	.oem-process-list .item .box .info .txt h4{
		font-size: 20px;
	}
}
.oem-process-list .item-right .box {
	float: right;
}

.oem-process-list .quan {
	width: 50px;
	height: 50px;
	background: #fff url(../images/oem-quan1.png) no-repeat center center;
	border-radius: 100%;
	position: relative;
	z-index: 888;
}

.oem-process-list .quan:before {
	position: absolute;
	content: "";
	width: 260%;
	height: 2px;
	background: #fff;
	right: 50px;
	top: 50%;
	margin-top: -1px;
}

.oem-process-list .quan:after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	left: -260%;
	top: 50%;
	margin-top: -5px;
	border-radius: 100%;
}

.oem-process-list .item-right .quan:before {
	left: 50px;
}

.oem-process-list .item-right .quan:after {
	right: -260%;
	left: auto;
}

@media (max-width: 1340px){
	.oem-process-list .quan:before{
		width:200%
	}
	.oem-process-list .quan:after{
		left: -200%;
	}
	.oem-process-list .item-right .quan:after{
		right: -200%;
	}
}
@media (max-width: 1280px){
	.oem-process-list .item .box .info{
		padding-left: 20px;
	}
	.oem-process-list .item-left .box .info{
		padding-right: 20px;
	}
}
@media (max-width: 1150px){
	.oem-process-list .item .box{
		width: 52.3%;
	}
	.oem-process-list .quan:before{
		width:140%
	}
	.oem-process-list .quan:after{
		left: -140%;
	}
	.oem-process-list .item-right .quan:after{
		right: -140%;
	}
}

@media (max-width: 768px){
	.oem-process-wrap{
		padding: 20px 0;
	}
	.oem-process-tit{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.oem-process-list .quan:before,
	.oem-process-list .quan:after{display: none;}
	.oem-process-list .item .box .info span{
		font-size: 50px;
	}
	.oem-process-list .item .box .info{
		padding: 15px 0 15px 20px;
	}
	.oem-process-list .item .box .info .txt h4{
		font-size: 18px;
	}
	.oem-process-list .item .box .info .txt p{
		padding-top: 5px;
	}
}
.oem-process-list .item-left .box .info .txt {
	text-align: right;
}

.oem-process-list .item-left .box .info span {
	order: 2;
}

.oem-process-list .item-left .box .info {
	justify-content: flex-end;
	padding-right: 40px;
}


.oem-process-list .item:hover .box .info {
	background: #e71a0f;
	color: #fff;
	opacity: .7;
}

.oem-process-list .item-active .box .info{
	background: #e71a0f;
	color: #fff;
}

.oem-process-list .item-active .box .info .txt h4,
.oem-process-list .item:hover .box .info .txt h4 {
	color: #fff;
}

.oem-process-list .item-active .box .info span,
.oem-process-list .item:hover .box .info span {
	color: #e71a0f;
	/* 数字颜色为白色，背景可以是任何颜色 */
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	/* 使用阴影来模拟数字的轮廓 */
}

.oem-process-list .item-active .quan {
	background: #e71a0f url(../images/oem-quan2.png) no-repeat center center;
	;
}

.oem-process-list .item-active .quan:before {
	background: #e71a0f;
}

.oem-process-list .item-active .quan:after {
	background: #e71a0f;
}

.oem-process-list .line {
	height: 100%;
	position: absolute;
	width: 4px;
	background: #fff;
	left: 50%;
	margin-left: -2px;
	top: 0;
	z-index: 777;
	overflow: hidden;
}

.oem-process-list .line .process {
	width: 100%;
	background: #e71a0f;
	transition: all .5s ease;
}

.oem-process-list .dot1 {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: 0px;
	z-index: 999;
}

.oem-process-list .dot2 {
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: 0px;
	z-index: 999;
}
.oem-process-active .dot1 {
	background:#e71a0f;
}
.oem-process-list .dot2-active{
	background:#e71a0f;
}
/*参考价格*/
.oem-price {
	padding: 60px 0 60px 0;
	overflow: hidden;
}
@media (max-width: 992px){
	.oem-process-list .line{
		left: 23px;
		margin-left: 0;
	}
	.oem-process-list .dot1{
		left: 18px;
		margin-left: 0;
	}
	.oem-process-active .dot1,
	.oem-process-list .dot2{
		left: 18px;
		margin-left: 0;
	}
	.oem-process-list .item .box{
		width: 100%;
		float: right;
	}
	.oem-process-list .item .box .info{
		width: 80%;
	}
	.oem-process-list .item-left .box .info{
		order: 1;
	}
	.oem-process-list .item-left .quan:before{
		left: 50px;	
	}
	.oem-process-list .item-left .quan:after{
		right: -140%;
		left: auto;
	}
	.oem-process-list .item-left .box .info .txt{
		order: 2;
	}
	.oem-process-list .item-left .box .info{
		justify-content:flex-start;
		padding-right: 20px;
	}
	.oem-process-list .item-left .box .info .txt{
		text-align: left;
	}
}
@media (max-width: 768px){
	.oem-price {
		padding: 20px 0;
	}
}
/*生产线*/
.oem-shengchanxian-wrap {
	width: 100%;
	background: url(../images/oem-bg2.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
}

.oem-shengchanxian .left-content {
	width: 57%;
	float: left;
	text-align: center;
	font-size: 40px;
	padding-top: 55px;
}

.oem-shengchanxian .right-content {
	width: 43%;
	float: left;
	padding-top: 60px;
}

.oem-shengchanxian .right-content h2 {
	font-size: 30px;
	margin-bottom: 50px;
	margin-top: 10px;
}

.oem-shengchanxian .right-content p {
	font-size: 24px;
	margin-bottom: 45px;
}

.oem-shengchanxian .right-content a {
	font-size: 26px;
	border-radius: 38px;
	border: #fff solid 1px;
	padding: 10px 20px;
	color: #fff;
	transition: all .5s ease;
}
@media (max-width: 768px){
	.oem-shengchanxian .right-content a {
		font-size: 16px;
		border-radius: 20px;
	}
}
.oem-shengchanxian .right-content a:hover {
	background: #fff;
	color: #e71a0f;
}
@media (max-width: 1600px){
	.oem-shengchanxian .left-content {
		font-size: 33px;
	}
	.oem-shengchanxian .right-content h2 {
		font-size: 23px;
	}
	 
}
@media (max-width: 1280px){
	.oem-shengchanxian .left-content {
		font-size: 23px;
	}
	.oem-shengchanxian .right-content h2 {
		font-size: 18px;
	}
	.oem-shengchanxian .right-content p{
		font-size: 16px;
	}
}
@media (max-width: 992px){
	.oem-shengchanxian .left-content,
	.oem-shengchanxian .right-content {
		width: 100%;
		text-align: left;
	}
	.oem-shengchanxian .left-content{
		padding-top: 0;
	}
}
@media (max-width: 768px){
	.oem-shengchanxian-wrap {
		padding: 40px 0;
	}
	.oem-shengchanxian .right-content{
		padding-top: 20px;
	}
	.oem-shengchanxian .left-content, .oem-shengchanxian .right-content{
		text-align: center;
	}
}
/*与我们合作*/
.oem-cooperate {
	padding: 60px 0;
	text-align: center;
}
.oem-cooperate .pic img{
	border-radius: 10px;
}
.oem-cooperate .oem-process-tit {
	text-align: center;
	margin-bottom: 0;
	margin-bottom: 10px;
}
.oem-cooperate .oem-process-tit2 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.oem-cooperate .company {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background: #e71a0f;
	color: #fff;
	align-items: center;
	padding: 5px 20px;
	border-radius: 23px;
	max-width: 269px;
	margin: 23px auto 23px auto;
}

.oem-cooperate .company span {
	width: 20px;
	height: 1px;
	background: #fff;
	margin: 0 5px;
}
.oem-cooperate .company .pic img{
	border-radius: 10px;
}
.oem-cooperate p {
	color: #000000;
	font-weight: bold;
	margin: 15px auto;
}

.oem-cooperate .visitor {
	display: block;
	width: 105px;
	height: 34px;
	line-height: 34px;
	padding-left: 32px;
	color: #fff;
	background: #e71a0f url(../images/oem-jt1.png) no-repeat 10px center;
	border-radius: 5px;
	margin: 25px auto 44px auto;
	text-align: left;
	transition: all .5s ease;
	overflow: hidden;
	clear: both;
}

.oem-cooperate .visitor:hover,
.oem-cooperate .link:hover {
	opacity: .5;
}

.oem-cooperate .link {
	height: 34px;
	line-height: 34px;
	padding: 9px 57px 9px 34px;
	color: #fff;
	background: #e71a0f url(../images/oem-jt2.png) no-repeat right 33px center;
	border-radius: 34px;
	margin: 0 auto;
	text-align: left;
	transition: all .5s ease;
	clear: both;
	overflow: hidden;
}
@media (max-width: 768px){
	.oem-cooperate {
		padding: 20px 0;
	}
	.oem-cooperate .company{
		margin-bottom: 15px;
	}
	.oem-cooperate .visitor {
		margin-bottom: 15px;
	}
		.oem-cooperate .oem-process-tit2 {
			font-size: 14px;
			margin-bottom: 0;
		}
	
}

.oem-feedback {
	padding: 60px 0 45px 0;
	padding-bottom: 0;
}

.oem-feedback .oem-process-tit {
	text-align: center;
}

.oem-feedback .process-bar {
	height: 18px;
	border-radius: 18px;
	color: #fff;
	background: #eeeeee;
	font-size: 12px;
	line-height: 18px;
}

.oem-feedback .process-bar .bar {
	width: 60%;
	background: #e71a0f;
	border-radius: 18px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 6px;
}

.oem-feedback .form {
	background: #eeeeee;
	padding: 56px;
	margin-top: 50px;
}

.oem-feedback .form .item {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.oem-feedback .form .item>label {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding: 14px 0;
}

.oem-feedback .form .item label .required {
	color: red;
}
.oem-feedback .form .item label .remark{
	font-size: 13px;
}
.oem-feedback .form .item input,
.oem-feedback .form .item select,
.oem-feedback .form .item textarea {
	border: #000 solid 1px;
	border-radius: 5px;
	padding: 5px 15px;
	color: #494d50;
}

.oem-feedback .form .item select {
	background: #fff url(../images/oem-select.jpg) no-repeat right 22px center;
}

.oem-feedback .form .item .item-gender {
	display: flex;
	flex-direction: column;
	line-height: 28px;
}

/*自己用伪元素自定义一个带高光的小球*/
/*这里简单处理了一下垂直居中对齐，若想要更好的效果，使用absolute更好*/
.label-radio:before {
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border-radius: 100%;
	background: #fff;
	border: #000 solid 1px;
	line-height: inherit;
	position: relative;
	top: 1px;
}

.label-radio {
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	top: 8px;
}

/* 单选框别选中时，使用伪类设置选中效果*/
input:checked+.label-radio:before {
	background: url(../images/oem-radio.jpg) no-repeat left center;
	border: none;
}

input:checked+.label-radio:after {
	content: "";
	width: 8px;
	height: 8px;
}

.oem-feedback .form .item .label-radio-wrap {
	padding-bottom: 0;
}

.oem-feedback .form .item textarea {
	height: 140px;
}

.oem-feedback .form .item textarea:focus {
	background: #fff;
}

.oem-feedback .form .item textarea::placeholder {
	/* textarea 也需要单独设置 */
	color: #767676;
	font-size: 14px;
}

.oem-button {
	background: #e71a0f;
	color: #fff;
	text-align: center;
	width: 97px;
	height: 39px;
	line-height: 39px;
	border: none;
	border-radius: 5px;
}

.oem-button:hover {
	opacity: .8;
	transition: all .5s ease;
}
@media (max-width: 768px){
	.oem-feedback {
		padding: 30px 0;
	}
	.oem-feedback .form{
		margin-top: 20px;
		padding: 10px;
	}
	.oem-feedback .form .item{
		margin-bottom: 10px;
	}
	.oem-feedback .form .item>label{
		font-size: 16px;
	}
	.oem-button{
		margin: 0 auto;
	}
	.oem-feedback .form .item>label{
		padding-bottom: 0;
	}
}

@media (max-width: 1570px){
	.WebLink > li{
		margin-left: 50px;
	}
}
@media (max-width: 1380px){
	.WebLink > li{
		margin-left: 30px;
	}
}
@media (max-width: 1200px){
	.WebLink > li{
		margin-left: 20px;
	}
}
@media (max-width: 1060px){
	.WebLink > li{
		margin-left: 10px;
	}
}