.width1200 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

/*黑色*/
.box1-title{
	
	text-align: center;
	padding-bottom: 54px;
	padding-top: 54px;
}
.box1-title .a-title{
	font-size:24px;
	color:#333;
	margin-bottom:10px;
	font-weight: bold;
}	
.box1-title .b-title{
	font-size:12px;
	color:#666666;
}	

/*白色*/
.box1-title.with{
	
	text-align: center;
	padding-bottom: 54px;
	padding-top: 54px;
}
.box1-title.with .a-title{
	font-size:24px;
	color:#fff;
}	
.box1-title.with .b-title{
	font-size:12px;
	color:#fff;
}	



.banner{
	background-image: url(../../images/weihuo_web/oem-banner.png);
	height:490px;
}



.oem-box1{
	
	padding-bottom: 50px;
}
.oem-box1 .width1200{}

.oem1{
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	
}
.oem1-left{}
.oem1-left ul{
	display:flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items: center;
	flex-wrap: wrap;
	
	width: 800px;
}
.oem1-left ul li.box-list{
	background-image: linear-gradient(-27deg, #fff, #ffede9);
	width:320px;
	height:96px;
	border-radius: 6px;
	display:flex;
	flex-direction: row;
	justify-content:flex-start;
	align-items: center;
	margin-left:20px;
	margin-bottom: 20px;
	
	
}
.oem1-left ul li.box-list .list-icon{
	margin-left: 20px;
}
.oem1-left ul li.box-list .list-main{
	font-size:12px;
	color:#333;
	margin-left: 10px;
	line-height: 24px;
}

.oem1-right{}
.oem1-right img{
	width:440px;
	height:384px;
}


.oem2{
	background-image: url(../../images/weihuo_web/oem-img-7.png);
	height:519px;
}
.oem2 .width1200{}
.oem2-list{}
.oem2-list ul{
	display: block;
	display:flex;
	flex-direction: row;
	justify-content:space-around;
	align-items: center;
}
.oem2-list ul li.list-a{
	width:240px;
	height:272px;
	background:#fff;
	border-radius: 6px;
	display: block;
	display:flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	
}
.oem2-list ul li.list-a p.oem2-img{
	margin-bottom: 20px;
	
}
.oem2-list ul li.list-a p.oem2-a{
	font-size:16px;
	color:#333;
	margin-bottom: 10px;
	font-weight: bold;
}
.oem2-list ul li.list-a p.oem2-b{
	font-size:12px;
	color:#666;
	line-height: 24px;
}


.oem3{
	padding-bottom: 80px;
}
.oem3 .width1200{}

.oem3-box{
	text-align: center;
	display:flex;
	flex-direction: row;
	justify-content:space-evenly;
	
}
.oem3-box .oem3-left{
	width:453px;
	height:458px;
	background:#fff;
	box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.04);
	
}
.oem3-box .oem3-left .oem3-img{}
.oem3-box .oem3-left .oem3-a{
	color:#333;
	font-size:18px;
	font-weight: bold;
}
.oem3-box .oem3-left .oem3-b{
	margin-top: 20px;
}
.oem3-b ul{
	text-align: left;
	padding-left:70px;
}
.oem3-b ul li.oem3-list{
	font-size:12px;
	color:#666;
	padding-bottom: 15px;
	
}
.oem3-b ul li.oem3-list span.b-img{}
.oem3-b ul li.oem3-list span.b-a{
	
}

.oem4{
	background:#fafafa;
	height:856px;
}
.oem4 .width1200{}


.huiyuanguanli {
    padding-bottom: 10px;
    background: #fafafa;
}

.huiyuanguanli .width1200 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box1-title {
    text-align: center;
    padding-bottom: 54px;
    padding-top: 54px;
}

.box1-title .a-title {
    font-size: 24px;
    color: #333;
    ;
}

.box1-title .b-title {
    font-size: 12px;
    color: #666666;
}

.box1-main {}

.box1-main ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

li.huiyuanguanli-img {
    width: 363px;
    height: 287px;
    background: #fff;
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    margin-bottom: 50px;
}

.pic {
    display: flex;
}

.word {
    padding: 20px 10px 10px 10px;
}

.font-title {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.font-main {
    font-size: 12px;
    color: #666;
    padding-top: 5px;
    line-height: 24px;
}

.commom{
    position: absolute;
    left:50%;
    top:0;
    transform: translate(-50%,0);
    width:1200px;
    height:490px;
  }
  
.btn-join{
    height:42px;
    width:240px;
    line-height: 42px;
    background-color: #fff;
    border-radius: 3px;
    padding-left: 13px;
    font-size: 14px;
    border:none;
    position: absolute;
    bottom:160px;
    box-sizing: border-box;
}

.btn-subimt{
    position: absolute;
    width:130px;
    height:46px;
    line-height: 46px;
    font-size: 18px;
    color:#fff;
    border-radius: 3px;
    text-align: center;
    background:#eead2d;
    bottom:80px;
    right:410px;
}