/*recruit css*/
@media only screen and (min-width:1200px) {
section{
	width: 100%;
	min-height: 800px;
	background-size: 100% 100%;
	
}
.secBanner{
	max-width: 100%;
	
}
.secBanner>img{
	width: 100%;
}
.aboutContainer{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.tabContainerBox{
	width: 960px;

}
.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 50px 0;
	display: flex;
	justify-content: space-between;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.titleBox>ul{
	width: 300px;
	height: 60px;
	display: flex;
}
.titleBox>ul>li{
	width: 120px;
	height: 40px;
	text-align: center;
}
.titleBox>ul>li>a{
	color: black;
	height: 45px;
	line-height: 40px;
	font-weight: bold;
	}

.ContainerBox{
	width: 96%;
	margin: 50px auto;
}
.ContainerBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.ContainerBox>ul>li{
	width: 250px;
	height: 230px;
	border: 2px #cc0000 solid;
	margin-bottom: 20px;
	padding: 15px;
	overflow:hidden;
}
.ContainerBox>ul>li p{
	font-size: 14px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.ContainerBox>ul>li>a{
	display: block;
}
.recTitle{
	font-size: 30px;
	/*font-weight: bold;*/
	line-height: 50px;
	color: #cc0000;
	
}
.recCon{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 

}
.projectBox{
	width: 200px;
	height: 560px;
	margin-top: 40px;
}
.projectBox>ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;	
}
.projectBox>ul>li{
	width: 100%;
	height: 270px;
	background-color: blue;
}
.projectBox>ul>li:first-child{
	background: url(../images/projectxiangmu.png) repeat scroll top left;
}
.projectBox>ul>li:last-child{
	background: url(../images/projectqikan.png) repeat scroll top left;
}
.proZhezhao{
	width: 100%;
	height: 170px;
	padding-top: 100px;
	background-color: rgba(0,0,0,0.5);
}
.proZhezhao:hover{
	cursor: pointer;
}
.proZhezhao>p{
	color: white;
	text-align: center;
}
.proTitle{
	font-size: 24px;
}
.proEnglish{
	font-size: 18px;
}

}

@media only screen and (min-width: 961px) and (max-width: 1199px){
	
section{
	width: 100%;
	min-height: 800px;
	background-size: 100% 100%;
	
}
.secBanner{
	max-width: 100%;
	
}
.secBanner>img{
	width: 100%;
}
.aboutContainer{
	width: 960px;
	height: 100%;
	margin: 0 auto;
	justify-content: space-between;
}


.tabContainerBox{
	width: 960px;

}
.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 50px 0;
	display: flex;
	justify-content: space-between;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.titleBox>ul{
	width: 300px;
	height: 60px;
	display: flex;
}
.titleBox>ul>li{
	width: 120px;
	height: 40px;
	text-align: center;
}
.titleBox>ul>li>a{
	color: black;
	height: 45px;
	line-height: 40px;
	font-weight: bold;
	}

.ContainerBox{
	width: 96%;
	margin: 50px auto;
}
.ContainerBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.ContainerBox>ul>li{
	width: 250px;
	height: 230px;
	border: 2px #cc0000 solid;
	margin-bottom: 20px;
	padding: 15px;
	overflow:hidden;
}
.ContainerBox>ul>li p{
	font-size: 14px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.ContainerBox>ul>li>a{
	display: block;
}
.recTitle{
	font-size: 30px;
	line-height: 50px;
	color: #cc0000;
	
}
.recCon{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 

}
.projectBox{
	width: 960px;
	height: 360px;
	margin-top: 40px;
}
.projectBox>ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.projectBox>ul>li{
	width:200px;
	height: 270px;
	background-color: blue;
}
.projectBox>ul>li:first-child{
	background: url(../images/projectxiangmu.png) repeat scroll top left;
}
.projectBox>ul>li:last-child{
	background: url(../images/projectqikan.png) repeat scroll top left;
}
.proZhezhao{
	width: 100%;
	height: 170px;
	padding-top: 100px;
	background-color: rgba(0,0,0,0.5);
}
.proZhezhao:hover{
	cursor: pointer;
}
.proZhezhao>p{
	color: white;
	text-align: center;
}
.proTitle{
	font-size: 24px;
}
.proEnglish{
	font-size: 18px;
}
}


@media only screen and (min-width: 768px) and (max-width: 960px) {
section{
	width: 100%;
	min-height: 800px;
	background-size: 100% 100%;
	
}
.secBanner{
	max-width: 100%;
	
}
.secBanner>img{
	width: 100%;
}
.aboutContainer{
	width: 760px;
	height: 100%;
	margin: 0 auto;
	justify-content: space-between;
}


.tabContainerBox{
	width: 760px;

}
.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 20px 50px 0;
	display: flex;
	justify-content: space-between;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.titleBox>ul{
	width: 300px;
	height: 60px;
	display: flex;
}
.titleBox>ul>li{
	width: 120px;
	height: 40px;
	text-align: center;
}
.titleBox>ul>li>a{
	color: black;
	height: 45px;
	line-height: 40px;
	font-weight: bold;
	}

.ContainerBox{
	width: 80%;
	margin: 50px auto;
}
.ContainerBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.ContainerBox>ul>li{
	width: 250px;
	height: 230px;
	border: 2px #cc0000 solid;
	margin-bottom: 20px;
	padding: 15px;
	overflow:hidden;
}
.ContainerBox>ul>li p{
	font-size: 14px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.ContainerBox>ul>li>a{
	display: block;
}
.recTitle{
	font-size: 30px;
	line-height: 50px;
	color: #cc0000;
	
}
.recCon{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 

}


.projectBox{
	width: 760px;
	height: 360px;
	margin-top: 40px;
}
.projectBox>ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.projectBox>ul>li{
	width:200px;
	height: 270px;
	background-color: blue;
}
.projectBox>ul>li:first-child{
	background: url(../images/projectxiangmu.png) repeat scroll top left;
}
.projectBox>ul>li:last-child{
	background: url(../images/projectqikan.png) repeat scroll top left;
}
.proZhezhao{
	width: 100%;
	height: 170px;
	padding-top: 100px;
	background-color: rgba(0,0,0,0.5);
}
.proZhezhao:hover{
	cursor: pointer;
}
.proZhezhao>p{
	color: white;
	text-align: center;
}
.proTitle{
	font-size: 24px;
}
.proEnglish{
	font-size: 18px;
}
}

@media only screen and (min-width: 414px) and (max-width: 767px) {
section{
	width: 100%;
	min-height: 800px;
	background-size: 100% 100%;
	
}
.secBanner{
	max-width: 100%;
	
}
.secBanner>img{
	width: 100%;
}
.aboutContainer{
	width: 360px;
	height: 100%;
	margin: 0 auto;
	justify-content: space-between;
}


.tabContainerBox{
	width: 360px;

}
.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #cc0000;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.titleBox>ul{
	width: 240px;
	/*height: 60px;*/
	display: flex;
}
.titleBox>ul>li{
	width: 120px;
	height: 40px;
	text-align: center;
}
.titleBox>ul>li>a{
	color: black;
	height: 45px;
	line-height: 40px;
	font-weight: bold;
	}

.ContainerBox{
	width: 340px;
	margin: 20px auto;
}

.ContainerBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.ContainerBox>ul>li{
	width: 125px;
	height: 230px;
	border: 2px #cc0000 solid;
	margin-bottom: 20px;
	padding: 15px;
	overflow:hidden;
}
.ContainerBox>ul>li p{
	font-size: 12px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.ContainerBox>ul>li>a{
	display: block;
}
.recTitle{
	font-size: 30px;
	line-height: 50px;
	color: #cc0000;
	
}
.recCon{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 

}

.projectBox{
	width: 360px;
	height: 260px;
	margin-top: 20px;
}
.projectBox>ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.projectBox>ul>li{
	width:150px;
	height: 203px;
	background-color: blue;
}
.projectBox>ul>li:first-child{
	background: url(../images/projectxiangmu.png) repeat scroll top left;
}
.projectBox>ul>li:last-child{
	background: url(../images/projectqikan.png) repeat scroll top left;
}
.proZhezhao{
	width: 100%;
	height: 123px;
	padding-top: 80px;
	background-color: rgba(0,0,0,0.5);
}
.proZhezhao:hover{
	cursor: pointer;
}
.proZhezhao>p{
	color: white;
	text-align: center;
}
.proTitle{
	font-size: 24px;
}
.proEnglish{
	font-size: 18px;
}
}

@media only screen and (min-width: 321px) and (max-width: 413px) {
section{
	width: 100%;
	min-height: 800px;
	background-size: 100% 100%;
	
}
.secBanner{
	max-width: 100%;
	
}
.secBanner>img{
	width: 100%;
}
.aboutContainer{
	width: 360px;
	height: 100%;
	margin: 0 auto;
	justify-content: space-between;
}


.tabContainerBox{
	width: 360px;

}
.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.titleBox>ul{
	width: 240px;
	/*height: 60px;*/
	display: flex;
}
.titleBox>ul>li{
	width: 120px;
	height: 40px;
	text-align: center;
}
.titleBox>ul>li>a{
	color: black;
	height: 45px;
	line-height: 40px;
	font-weight: bold;
	}

.ContainerBox{
	width: 90%;
	margin: 20px auto;
}
.ContainerBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.ContainerBox>ul>li{
	width: 125px;
	height: 230px;
	border: 2px #cc0000 solid;
	margin-bottom: 20px;
	padding: 15px;
	overflow:hidden;
}
.ContainerBox>ul>li p{
	font-size: 12px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.ContainerBox>ul>li>a{
	display: block;
	color:#cc0000;
}
.projectBox{
	width: 360px;
	height: 260px;
	margin-top: 40px;
}
.projectBox>ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.projectBox>ul>li{
	width:150px;
	height: 203px;
	background-color: blue;
}
.projectBox>ul>li:first-child{
	background: url(../images/projectxiangmu.png) repeat scroll top left;
}
.projectBox>ul>li:last-child{
	background: url(../images/projectqikan.png) repeat scroll top left;
}
.proZhezhao{
	width: 100%;
	height: 123px;
	padding-top: 80px;
	background-color: rgba(0,0,0,0.5);
}
.proZhezhao:hover{
	cursor: pointer;
}
.proZhezhao>p{
	color: white;
	text-align: center;
}
.proTitle{
	font-size: 24px;
}
.proEnglish{
	font-size: 18px;
}
}

@media only screen and (min-width: 100px) and (max-width: 320px) {
section{
	width: 100%;
	min-height: 800px;
	background-size: 100% 100%;
	
}
.secBanner{
	max-width: 100%;
	
}
.secBanner>img{
	width: 100%;
}
.aboutContainer{
	width: 320px;
	height: 100%;
	margin: 0 auto;
	justify-content: space-between;
}


.tabContainerBox{
	width: 320px;

}
.titleBox{
	height: 40px;
	border-bottom: 1px #cccccc solid;
	padding: 10px 0 0;
	display: flex;
	justify-content: space-between;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.titleBox>ul{
	width: 240px;
	/*height: 60px;*/
	display: flex;
}
.titleBox>ul>li{
	width: 120px;
	height: 40px;
	text-align: center;
}
.titleBox>ul>li>a{
	color: black;
	height: 45px;
	line-height: 40px;
	font-weight: bold;
	}

.ContainerBox{
	/*width: 90%;*/
	margin: 20px auto;
}
.ContainerBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}
.ContainerBox>ul>li{
	width: 125px;
	height: 230px;
	border: 2px #cc0000 solid;
	margin-bottom: 20px;
	padding: 10px;
	overflow:hidden;
}
.ContainerBox>ul>li p{
	font-size: 12px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.ContainerBox>ul>li>a{
	display: block;
	color:#cc0000;
}
.projectBox{
	width: 320px;
	height: 260px;
	margin-top: 40px;
}
.projectBox>ul{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-around;
}
.projectBox>ul>li{
	width:150px;
	height: 203px;
	background-color: blue;
}
.projectBox>ul>li:first-child{
	background: url(../images/projectxiangmu.png) repeat scroll top left;
}
.projectBox>ul>li:last-child{
	background: url(../images/projectqikan.png) repeat scroll top left;
}
.proZhezhao{
	width: 100%;
	height: 123px;
	padding-top: 80px;
	background-color: rgba(0,0,0,0.5);
}
.proZhezhao:hover{
	cursor: pointer;
}
.proZhezhao>p{
	color: white;
	text-align: center;
}
.proTitle{
	font-size: 24px;
}
.proEnglish{
	font-size: 18px;
}
}
