@charset "utf-8";
/* CSS Document */
p,span{
	cursor:default;
}
input,textarea{
	outline: none;
}
.navigate{
	width: 100%;
	height: 0px;
	overflow: hidden;
	margin: auto;
	background: #fff;
	border-bottom: 1px solid #000;
	z-index: 9999;
	position: fixed;
	transition: 1s;
}
.navigateTop{
	width: 100%;
	max-width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navigateTop i{
	color: #E61B21;
	font-size: 30px;
}
.navigateTop img{
	max-height: 50px;
	
}
.navigateBottom{
	width: 100%;
	height: 0px;
	margin: auto;
	background: #E61B21;
	color: #fff;
	position: fixed;
	transition: 1s;
	overflow: hidden;
}
.navigateBottom ul{
	width: 30%;
	height:100%;
	margin: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navigateBottom ul a{
	width:35%;
}
.navigateBottom ul a li{
	width: 100%;
	height: 100%;
	padding: 5px;
	font-size: 20px;
	text-align: center;
	margin: auto;
}
.navigateBottom ul a li:hover{
	color: #000;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
	position: relative;
}
.banner video,.banner img{
	width: 100%;
	height: auto;
}
/*公用部分*/
.publicBigBox{
	width: 100%;
	height: auto;
	background: normal;
	margin: auto;
}
.publicSmallBox{
	width: 100%;
	max-width: 80%;
	height: auto;
	margin: auto;
	padding: 20px 0;
}
.publicTitle{
	width: 100%;
	max-width: 50%;
	height: auto;
	margin: auto;
	text-align: center;
}
.publicTitle p{
	margin: 10px auto;
	font-weight: lighter;
}
.publicTitle p:first-child{
	font-size: 40px;
}
.publicTitle p:nth-child(2){
	width: 100%;
	height: 2px;
	background: #D7D7D7;
}
.publicTitle p:nth-child(3){
	font-size: 18px;
	color: #E61B21;
	text-transform: uppercase;
	font-style: italic;
}
.publicTitle p:nth-child(4){
	font-size: 20px;
}

/*品牌*/
.brandBox{
	width: 80%;
	height: auto;
	margin: 30px auto;
	overflow: hidden;
}
.brandBoxLeft{
	width: 66%;
	height: 800px;
	overflow: hidden;
	float: left;
	padding-bottom: 1%;
	box-sizing: border-box;
}
.brandBoxLeft a li,.brandBoxRight a li{
	margin: auto;
	border-radius: 10px;
	transition: 1s;
	width: 100%;
	height: 100%;
	position: relative;
}
.brandBoxLeft a li i,.brandBoxRight a li i{
	position: absolute;
	bottom: 2%;
	right: 2%;
	font-size: 2em;
	color: #fff;
/*	animation: brandAnimation 1s infinite 0s alternate linear;
	display: none;*/
}
.brandBoxLeft a:first-child li i{
	right: 90%;
}
.brandBoxRight a:nth-child(1) li i,.brandBoxRight a:nth-child(2) li i{
	right: 50%;
	left: 50%;
	bottom: 10%;
}
.brandBoxRight a:nth-child(3) li i{
	right: 65%;
	bottom:10%;
}
@keyframes brandAnimation{
	from{right:30%;}
	to{right:0%;}
}
.brandBoxLeft a,.brandBoxRight a{
	display: block;
	box-sizing: border-box;
	float: left;
}
.brandBoxLeft a:hover li,.brandBoxRight a:hover li{
	animation: brandAnimationli 1s 1 0s normal linear;
}
@keyframes brandAnimationli{
	0%{transform:rotateY(0deg);}
	99%{transform:rotateY(360deg);}
	100%{transform:rotateY(0deg);}
}
.brandBoxLeft a:hover li i,.brandBoxRight a:hover li i{
	display: block;
}
.brandBoxLeft a:nth-child(n+2){
	margin-left: 2%;
}
.brandBoxLeft a:first-child{
	width: 49%;
	height: 100%;
}
.brandBoxLeft a:first-child li{
	background: url("../images/maocaixishi.png") center top 10% no-repeat,
		url("../images/21-1115-06.png") right -1% bottom -1% no-repeat,
		#D0101B;
	background-size: 60% auto,90% auto;
}
.brandBoxLeft a:nth-child(2){
	width: 49%;
	height: 60%;
}
.brandBoxLeft a:nth-child(2) li{
	background: url( "../images/doulao.png") center top -5% no-repeat,
		url( "../images/21-1115-03.png") right bottom -1% no-repeat,
		#E83316;
	background-size: 90% auto,90% auto;
}
.brandBoxLeft a:nth-child(3){
	width: 49%;
	height: 38%;
}
.brandBoxLeft a:nth-child(3) li{
	background:url("../images/xiaolongxai.png")center no-repeat,#D8282A;
	background-size: 100% auto;
	margin-top: 2%;
}

.brandBoxRight{
	width: 32.5%;
	height: 800px;
	overflow: hidden;
	float: right;
	padding-bottom: 1%;
	box-sizing: border-box;
}
.brandBoxRight a:nth-child(1){
	width: 49%;
	height: 35%;
}
.brandBoxRight a:nth-child(1) li{
	background:url( "../images/sudaxia.png")center no-repeat,#B5262C;
	background-size: 100% auto;
}
.brandBoxRight a:nth-child(2){
	width: 49%;
	height: 35%;
	margin-left: 2%;
}
.brandBoxRight a:nth-child(2) li{
	background:url( "../images/shuyanshan.png")center no-repeat,#D21A1A;
	background-size: 100% auto;

}
.brandBoxRight a:nth-child(3){
	width: 100%;
	height: 35%;
}
.brandBoxRight a:nth-child(3) li{
	background: url( "../images/yidianwei.png") left center no-repeat,
		url( "../images/21-1115-09.png") right -1% bottom -10% no-repeat,
		#3D4C35;
	background-size: 60% auto,45% auto;
	margin-top: 2%;
}
.brandBoxRight a:nth-child(4){
	width: 100%;
	height: 30%;	
}
.brandBoxRight a:nth-child(4) li{
	font-size: 15em;
	color: #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*shop*/
.shopBigBox{
	background: #EEEEEE;
}
.shopBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
}
.shopBox img{
	max-width: 100%;
}
.shopBox ul{
	width: 55%;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shopBox ul li{
	width: 20%;
	height: auto;
	float: left;
}
.shopBox ul li span:first-child{
	color: #E61B21;
	font-size: 60px;
	font-weight: lighter;
}
.shopBox ul li span:nth-child(2){
	color: #E61B21;
	font-size: 26px;
	font-weight: lighter;
}
.shopBox ul li p:nth-child(3){
	font-size: 24px;
	font-weight: bold;
}
.shopBox ul li p:nth-child(4){
	width: 32%;
	height: 4px;
	background: #E61B21;
	margin: 5px auto;
	margin-bottom: 30px;
}
.shopBox ul li p:nth-child(5),.shopBox ul li p:nth-child(6){
	font-size: 18px;
	margin: 10px auto;
}
/*.honorBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 5px;
}
.honorBox li{
	width: 25%;
	height: auto;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	border-left: 1px solid transparent;
	margin-top: 20px;
	border-radius: 15px;
}
.honorBox li:hover{
	box-shadow: 0px 0px 5px 0px #333;
}
/*.honorBox li:nth-child(n+2):nth-child(-n+4),.honorBox li:nth-child(n+6):nth-child(-n+8){
	border-left: 1px solid #eeeeee;
}
.honorBox li:nth-child(n+5){
	margin-top: 50px;
}*/
.honorBox li div{
	width: 90%;
	height: auto;
	margin: auto;
	text-align: center;
}
.honorBox li div p{
	font-size: 18px;
	padding: 30px 0;
}
.honorBox li div img{
	width: 100%;
	margin-top: 20px;
}
/*team*/
.teamBigBox{
	background: linear-gradient(to bottom,#E61B21 0%,#E61B21 50%,#EEEEEE 50%,#EEEEEE 100%);
}
.teamBigBox .publicTitle p:first-child,.teamBigBox .publicTitle p:nth-child(3){
	color: #fff;
}
.teamBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
	display: flex;
}
.teamBox li{
	width: auto;
	height: auto;
	float: left;
	background: #fff;
}
.teamBox li:hover div{
	background: rgba(0,0,0,0.60);
	color: #fff;
}
.teamBox li:hover div p:first-child{
	color: #E61B21;
}
.teamBox li:nth-child(n+2){
	margin-left: 2%;
}
.teamBox li img{
	width: 100%;
	height: auto;
}
.teamBox li div{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.teamBox li div p{
	font-size: 12px;
	text-transform: capitalize;
	margin: 10px 20px;
}
.teamBox li div p:first-child{
	font-style: italic;
	font-size: 20px;
}


/*partner*/
.partnerBox{
	width: 80%;
	height: auto;
	overflow: hidden;
	margin: 50px auto;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.partnerBox li{
	width: 15%;
	margin-top: 20px;
	text-align: center;
	border-radius: 5px;
}
/*.partnerBox li{
	width: 15%;
	height: auto;
	float: left;
	text-align: center;
	box-shadow: 0px 0px 5px 0px #e1e1e1;
	border-radius: 5px;
	margin-top: 20px;
}*/
.partnerBox li:hover{
	box-shadow: 0px 0px 5px 0px #999;
}
/*.partnerBox li:nth-child(n+2):nth-child(-n+6),.partnerBox li:nth-child(n+8):nth-child(-n+12),.partnerBox li:nth-child(n+14):nth-child(-n+18),.partnerBox li:nth-child(n+20):nth-child(-n+24){
	margin-left: 2%;	
}*/
.partnerBox li img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/*form*/
.formBigBox{
	background: #E61B21;
}
.formBigBox .publicTitle p{
	color:#fff;
}
.formBox{
	width: 100%;
	height: auto;
	margin: auto;
}
.formBox .formInput{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
}
.formBox .formInput div{
	width: 45%;
	height: auto;
	float: left;
	border-bottom: 2px solid #fff;
	display: flex;
	align-items: center;
}
.formBox .formInput div span{
	color: #fff;
	font-size: 18px;
}
.formBox .formInput div input,.formBox .formInput div textarea{
	width:85%;
	height: 100px;
	margin-left: 2%;
	background: transparent;
    border: none;
	font-size: 24px;
	color: #fff;
}
.formBox .formInput div textarea{
	width: 93%;
}
.formBox .formInput div:nth-child(2){
	float: right;
}
.formBox .formInput div:nth-child(3){
	width: 100%;
	margin-top: 30px;
}
.form_Btn{
	width: 10%;
	height: auto;
	margin: auto;
	margin-top: 30px;
}
.form_Btn input{
	width: 100%;
	height: 45px;
	margin: auto;
	background: #fff;
	border:none;
	border-radius: 40px;
	font-size: 24px;
}

/*footer*/
.footerBigBox{
	background: #000;
}
.linksBox{
	width: 40%;
	height: auto;
	overflow: hidden;
	margin: auto;
	color: #fff;
	border-bottom: 2px solid #fff;
	display: flex;
	justify-content:space-around;
	padding: 30px 50px;
}
.linksBox li,.linksBox span{
	float: left;
	font-size: 20px;
}
.phoneBox{
	width:40%;
	height: auto;
	overflow: hidden;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}
.phoneBox img{
	max-width: 20%;
	height: auto;
}
.phoneBox a span{
	font-size: 50px;
	color: #fff;
}
.informationBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	text-align: center;
}
.informationBox p{
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}




/*about*/
.aboutList{
	width: 45%;
	height: auto;
	overflow: hidden;
	position: absolute;
	bottom: 3px;
	right: 18%;
	display: flex;
	align-items: center;
	justify-content:space-between;
/*	background:url("../images/about/about2.png") left 1.2% bottom no-repeat,
		url("../images/about/about4.png") right 1.2% bottom no-repeat,
		transparent;
	background-size: 50% 100%;*/
	background: linear-gradient(to right,transparent 0%,transparent 2%,#000 2%,#000 98%,transparent 98%,transparent 100%);
}
.aboutList li{
	width: 20%;
	height: auto;
	cursor: pointer;
	background: transparent;
	background-size: 100% 100% !important;
	background-repeat: no-repeat !important;
	padding: 10px 0;
}
.aboutList li:hover{
	background: url("../images/about/about3.png");
}
.aboutList li:first-child{
	background: url("../images/about/about3.png");
}
.aboutList li p{
	color: #fff;
	font-size: 30px;
	font-family: 宋体,"Microsoft YaHei";
}
.aboutList li p:nth-child(2){
	font-size:18px;
}

/*company file*/
.aboutContent{
	width:100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
}
.aboutContent li{
	width: 70%;
	height: auto;
	margin: auto;
	display: none;
}
.aboutContent li:first-child{
	display: block;
}
.aboutContent li p{
	font-size: 20px;
	line-height: 1.3;
}
.aboutContent li:first-child p img{
	width:100%;
	height: auto;
	padding: 10px 0;
}

/*culture*/
.aboutContent li:nth-child(2) .aboutContentTwoBox{
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}
.aboutContent li:nth-child(2) .aboutContentTwoBox div{
	width: 33.33%;
	text-align: center;
}
.aboutContent li:nth-child(2) .aboutContentTwoBox div p:first-child{
	font-size: 28px;
	font-family: 宋体,"Microsoft YaHei";
	text-align: center;
}
.aboutContent li:nth-child(2) .aboutContentTwoBox div p:nth-child(2){
	width: 80%;
	height: 2px;
	background: #E61B21;
	margin: 30px auto;
}
.aboutContent li:nth-child(2) .aboutContentTwoBox div img{
	width: 90%;
	height: auto;
}
.aboutContent li:nth-child(2) .aboutContentTwoBox div:first-child{
	border: 2px solid #E61B21;
	border-right: none;
	border-radius: 15px 0 0 15px;
}
.aboutContent li:nth-child(2) .aboutContentTwoBox div:nth-child(2){
	border: 2px solid #E61B21;
}
.aboutContent li:nth-child(2) .aboutContentTwoBox div:nth-child(3){
	border: 2px solid #E61B21;
	border-left: none;
	border-radius: 0 15px 15px 0;
}


/*history*/
.aboutContent li:nth-child(3) #historyCanvas{
	margin: auto;
	display: block;
}
.aboutContent li:nth-child(3) .historyImgBox{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	display: none;
}
.aboutContent li:nth-child(3) .historyImgBox img{
	max-width: 100%;
	height: auto;
}
.aboutContent li:nth-child(3) .historyBox{
	width: 50%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-top: 50px;
	background: -webkit-linear-gradient(to right, #fff 0%, #fff 23%, #999 23%, #999 23.2%, #fff 23.2%, #fff 100%);
	background: -o-linear-gradient(to right, #fff 0%, #fff 23%, #999 23%, #999 23.2%, #fff 23.2%, #fff 100%);
	background: linear-gradient(to right, #fff 0%, #fff 23%, #999 23%, #999 23.2%, #fff 23.2%, #fff 100%);
	display: none;
}
.aboutContent li:nth-child(3) .historyBox div{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
	margin-bottom: 30px;
}
.aboutContent li:nth-child(3) .historyBox div:last-child{
	margin-bottom: 0;
	background: #fff;
}
.aboutContent li:nth-child(3) .historyBox div span:first-child{
	font-size: 20px;
	float: left;
}
.aboutContent li:nth-child(3) .historyBox div div:nth-child(2){
	width: 5%;
	height: auto;
	float: left;
	text-align: center;
}
.aboutContent li:nth-child(3) .historyBox div div:nth-child(2) p{
	font-size: 10em;
	margin: auto;
	text-align: center;
	color: #E61B21;
	line-height: 0.3;
	margin-top: -35%;
	width: 100%;
	height: auto;
}
.aboutContent li:nth-child(3) .historyBox div div:nth-child(2) p:nth-child(1){
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #E61B21;
	overflow: hidden;
	margin-top: 0;
}
.aboutContent li:nth-child(3) .historyBox div div:nth-child(2) p:nth-child(2){
	width: 2px;
	height: 100px;
	background: #E61B21;
}
.aboutContent li:nth-child(3) .historyBox div div:nth-child(3){
	width: 80%;
	height: auto;
	float: right;
	background: transparent;
}
.aboutContent li:nth-child(3) .historyBox div div:nth-child(3) p{
	width: 95%;
	height: auto;
	padding: 5px;
	background: #E61B21;
	font-size: 20px;
	position: relative;
	color: #fff;
}
.aboutContent li:nth-child(3) .historyBox div div:nth-child(3) img{
	width: 60%;
	height: auto;
	margin-top: -3.5%;
}

/*team*/
.aboutContent li:nth-child(4) .teamBox{
	width:100%;
	height: auto;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
.aboutContent li:nth-child(4) .teamBox div{
	width: 23%;
	height: auto;
	border-radius: 10px;
    overflow: hidden;
}
.aboutContent li:nth-child(4) .teamBox div:nth-child(n+5){
	margin-top: 50px;
}
.aboutContent li:nth-child(4) .teamBox div:hover p{
	background: #E61B21;
	color: #fff;
}
.aboutContent li:nth-child(4) .teamBox div img{
	width: 100%;
	height: auto;
}
.aboutContent li:nth-child(4) .teamBox div p{
	width: 100%;
	height: auto;
	background: #e1e1e1;
	font-size: 32px;
	font-family: 宋体,"Microsoft YaHei";
	margin: auto;
	text-align: center;
}

/*contact*/
.aboutContent li:nth-child(5) .contactBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: auto;
}
.aboutContent li:nth-child(5) .contactBox .contactContent{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 100px auto;
}
.aboutContent li:nth-child(5) .contactBox .contactContent div{
	width:33.33%;
	height: auto;
}
.aboutContent li:nth-child(5) .contactBox .contactContent div:hover i{
	color: #E61B21;
}
.aboutContent li:nth-child(5) .contactBox .contactContent div i{
	font-size: 60px;
	color: #999;
}
.aboutContent li:nth-child(5) .contactBox .contactContent div p{
	text-align: center;
}
.aboutContent li:nth-child(5) .contactBox .contactContent div p:nth-child(2){
	font-size: 18px;
}
.aboutContent li:nth-child(5) .contactBox .contactContent div p:nth-child(3){
	font-size: 20px;
}

/*swiper*/
#swiper1 .swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #000;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: none !important;
}
.swiper-pagination-bullet-active{
	background: #E61B21 !important;
}

/* 隐藏video 音量按钮*/
  video::-webkit-media-controls-mute-button {
    display: none !important;
  }
 
  /*隐藏video 当前按钮*/
  video::-webkit-media-controls-current-time-display {
    display: none !important;
  }
 
  /*隐藏video 总时间*/
  video::-webkit-media-controls-time-remaining-display {
    display: none !important;
  }
 
  /*隐藏video 全屏按钮*/
  video::-webkit-media-controls-fullscreen-button {
    display: none !important;
  }
/*进度条*/
video::-webkit-media-controls-timeline {
    display: none;
}
@media (max-width:1900px) {
	.publicSmallBox{
		max-width: 90%;
	}
	.navigateBottom ul{
		width: 90%;
	}
	.brandBoxLeft,.brandBoxRight{
		height: 500px;
	}
	.shopBox ul{
		width: 100%;
	}
	.formBox .formInput div input{
		width: 72%;
	}
	.formBox .formInput div textarea{
		width: 86%;
	}
	.form_Btn{
		width: 25%;
	}
	.linksBox,.phoneBox{
		width: 60%;
	}
	
	.aboutList {
		width: 100%;
		right: 0;
		background: #000;
	}
	.aboutContent li{
		width:100%;
	}
	.aboutContent li:nth-child(3) .historyBox{
		width: 100%;
	}
}
@media (max-width:720px) {
	.navigateTop{
		width: 95%;
	}
	.navigateTop img{
		height: 35px;
	}
	.publicSmallBox{
		max-width: 95%;
	}
	.publicTitle{
		max-width: 95%;
	}
	.brandBox{
		width: 95%;
		margin: 0 auto;
	}
	.brandBoxLeft, .brandBoxRight{
		width: 100%;
		height: 300px;
	}
	.brandBoxRight{
		margin-top: 1%;
		height: 500px;
	}
	.shopBox ul li{
		width: auto;
	}
	.teamBox{
		flex-wrap: wrap;
	}
	.teamBox li,.teamBox li:nth-child(n+2){
		width: 49%;
		margin-left: 0;
	}
	/*.teamBox li:nth-child(2n){
		margin-left: 2%;
	}*/
	.teamBox li:nth-child(n+3){
		margin-top: 20px;
	}
	.teamBigBox {
    background: -webkit-linear-gradient(#E61B21, #EEEEEE);
    background: -o-linear-gradient(#E61B21, #EEEEEE);
    background: linear-gradient(#E61B21, #EEEEEE);
	}
	.formBox .formInput div span{
		font-size: 16px;
	}
	.formBox .formInput div input{
		width: 60%;
		height: 70px;
	}
	.formBox .formInput div textarea{
		width: 80%;
		height: 70px;
	}
	.form_Btn{
		width: 50%;
	}
	.form_Btn input{
		height: 30px;
		font-size: 18px;
	}
	.linksBox, .phoneBox{
		max-width: 100%;
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.linksBox li, .linksBox span{
		font-size: 14px;
	}
	.phoneBox a span{
		font-size: 34px;
	}
	.informationBox p{
		font-size: 12px;
		line-height: 1.5;
		margin-top: 10px;
	}
	
	
	.aboutList{
		align-items: flex-start;
	}
	.aboutList li{
		height: 50px;
	}
	.aboutList li:first-child{
		background: #E61B21;
	}
	.aboutList li:nth-child(n+2){
		border-left: 1px dashed #fff;
	}
	.aboutList li:hover{
		background: #E61B21 !important;
	}
	.aboutList li p{
		font-size: 18px;
	}
	.aboutList li p:nth-child(2){
		font-size: 12px;
	}
	.aboutContent{
		margin-top: 0;
	}
	.aboutContent li:nth-child(3) .historyBox div div:nth-child(2){
		width: 10%;
	}
	.aboutContent li:nth-child(3) .historyBox div div:nth-child(3){
		width: 70%;
	}
	.aboutContent li:nth-child(3) .historyBox{
		    background: linear-gradient(to right, #fff 0%, #fff 32%, #999 32%, #999 32.4%, #fff 32.4%, #fff 100%);
	}
	.aboutContent li:nth-child(3) .historyBox div div:nth-child(3) img{
		margin-top: -5.5%;
		width: 100%;
	}
	.aboutContent li:nth-child(3) .historyBox div div:nth-child(3) p{
		font-size: 15px;
	}
	.aboutContent li:nth-child(3) .historyBox div div:nth-child(2) p:nth-child(2){
		height:70px;
	}
	.aboutContent li:nth-child(4) .teamBox div{
		width: 45%;
	}
	.aboutContent li:nth-child(4) .teamBox div:nth-child(n+3){
		margin-top: 50px;
		}
	.aboutContent li:nth-child(4) .teamBox div p{
		font-size:26px;
	}
	.contactBox #dituContent{
		height: 300px !important;
	}
	.aboutContent li:nth-child(5) .contactBox .contactContent{
		flex-wrap: wrap;
		margin: 20px auto;
	}
	.aboutContent li:nth-child(5) .contactBox .contactContent div{
		width: 50%;
	}
	.aboutContent li:nth-child(5) .contactBox .contactContent div:nth-child(3){
		width: 100%;
		margin-top: 20px;
	}
	.aboutContent li:nth-child(2) .aboutContentTwoBox div p:first-child{
		text-align: center;
		font-size: 20px;
	}
	.aboutContent li:nth-child(2) .aboutContentTwoBox div p:nth-child(2){
		margin: 10px auto;
	}
	.aboutContent li:nth-child(5) .contactBox .contactContent div p:nth-child(2),.aboutContent li:nth-child(5) .contactBox .contactContent div p:nth-child(3){
		text-align: center;
		font-size: 14px;
	}
/*	.honorBox li{
		width: 50%;
	}*/
	.partnerBox{
		width: 100%;
	}
	.partnerBox li{
		width: 30%;
	}
	.publicTitle p:first-child{
		font-size: 24px;
	}
	.publicTitle p:nth-child(3){
		font-size: 12px;
	}
	.publicTitle p:nth-child(4){
		font-size:14px;
	}
	.brandBoxLeft a li i, .brandBoxRight a li i{
		display: block;
		font-size: 28px;
	}
	.shopBox ul li span:first-child{
		font-size: 38px;
	}
	.shopBox ul li span:nth-child(2),.shopBox ul li p:nth-child(3){
		font-size: 14px;
	}
	.shopBox ul li p:nth-child(5), .shopBox ul li p:nth-child(6){
		font-size:14px;
	}
	.teamBox li div p{
		font-size: 12px;
	}
	.aboutContent li p{
		font-size: 14px;
	}
	.brandBoxLeft a:first-child li i{
		right: 80%;
	}
	.aboutContent li:nth-child(3) .historyBox{
		display: block;
		}
	.aboutContent li:nth-child(3) .historyImgBox{
		display: none;
	}
	.aboutList li:hover{
		background: #E61B21;
	}
	.aboutContent li:nth-child(3) #historyCanvas{
		display: none;
	}
	.aboutContent li:nth-child(5) .contactBox .contactContent div i{
		font-size: 38px;
	}
	.brandBoxRight a:nth-child(4) li{
		font-size: 5em;
	}
}
@media (max-width:399px) {
/*	.honorBox li{
		width: 50%;
	}
	.honorBox li div p{
		font-size: 14px;
	}*/
	.publicTitle p:first-child{
		font-size: 30px;
	}
	.publicTitle p:nth-child(3){
		font-size: 14px;
	}
	.formBox .formInput div span{
		font-size: 12px;
	}
	.formBox .formInput div input,.formBox .formInput div textarea{
		height: 40px;
	}
	.linksBox li, .linksBox span{
		font-size: 12px;
	}
	
	.aboutList li p{
		font-size: 14px;
	}
	.aboutContent li:nth-child(3) .historyBox div div:nth-child(2){
		width: 11%;
	}
	.aboutContent li:nth-child(3) .historyBox div div:nth-child(3){
		width: 65%;
	}
	.aboutContent li:nth-child(3) .historyBox{
		background: linear-gradient(to right, #fff 0%, #fff 40%, #999 40%, #999 40.4%, #fff 40.4%, #fff 100%);
	}
	.aboutContent li:nth-child(4) .teamBox div p{
		font-size: 20px;
	}
	.shopBox ul li{
		max-width: 25%;
	}
	.shopBox ul li p:nth-child(5), .shopBox ul li p:nth-child(6){
		font-size: 12px;
	}
	}