/*recruitChild css*/
@media only screen and (min-width:1200px) {
section{
	width: 100%;
	min-height: 900px;
	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{
	width: 100%;
	height: 40px;
	padding: 20px 0px 5px;
	text-align: center;
}
.titleBox>ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.titleBox>ul>li{
	line-height: 30px;
	color: #999999;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #333333;
	font-size: 24px;
	/*font-weight: bold;*/
	line-height: 40px;
	text-align: center;
}
.ContainerBox{
	width: 90%;
	margin: 50px auto;
}
.requireBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*background-color: red;*/
}
.requireBox>ul>li{
	width: 240px;
	height: 120px;
	text-align: center;
	
}
.requireTitle{
	font-size: 24px;
	color: #c90915;
	line-height: 48px;
}
.requireRec{
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}
.workInfo{
	width: 100%;
	margin: 20px 0 40px;
	
}
.workInfo>p{
	width: 100%;
	color: #999999;
}
.connectBtnBox{
	width: 100%;
	height: 60px;
	margin: 20px 0 20px;
}
.connectBtn{
	width: 180px;
	height: 60px;
	background-color: #cc0000;
	text-align: center;
	margin: 0 auto;
}
.connectBtn:hover{
	background-color: #880000;
}
.connectBtn>a{
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	display: block;
}



.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{
	width: 100%;
	height: 40px;
	padding: 20px 0px 5px;
	text-align: center;
}
.titleBox>ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.titleBox>ul>li{
	line-height: 30px;
	color: #999999;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #333333;
	font-size: 24px;
	/*font-weight: bold;*/
	line-height: 40px;
	text-align: center;
}

.ContainerBox{
	width: 90%;
	margin: 50px auto;
}
.requireBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*background-color: red;*/
}
.requireBox>ul>li{
	width: 240px;
	height: 120px;
	text-align: center;
	
}
.requireTitle{
	font-size: 24px;
	color: #c90915;
	line-height: 48px;
}
.requireRec{
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}
.workInfo{
	width: 100%;
	margin: 20px 0 40px;
	
}
.workInfo>p{
	width: 100%;
	color: #999999;
}
.connectBtnBox{
	width: 100%;
	height: 60px;
	margin: 20px 0 20px;
}
.connectBtn{
	width: 180px;
	height: 60px;
	background-color: #cc0000;
	text-align: center;
	margin: 0 auto;
}
.connectBtn:hover{
	background-color: #880000;
}
.connectBtn>a{
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	display: block;
}


.projectBox{
	margin-bottom: 20px;
}
.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{
	width: 100%;
	height: 40px;
	padding: 20px 0px 5px;
	text-align: center;
}
.titleBox>ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.titleBox>ul>li{
	line-height: 30px;
	color: #999999;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #333333;
	font-size: 24px;
	/*font-weight: bold;*/
	line-height: 40px;
	text-align: center;
}

.ContainerBox{
	width: 90%;
	margin: 50px auto;
}
.requireBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*background-color: red;*/
}
.requireBox>ul>li{
	width: 200px;
	height: 120px;
	text-align: center;
	
}
.requireTitle{
	font-size: 24px;
	color: #c90915;
	line-height: 48px;
}
.requireRec{
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}
.workInfo{
	width: 100%;
	margin: 20px 0 40px;
	
}
.workInfo>p{
	width: 100%;
	color: #999999;
}
.connectBtnBox{
	width: 100%;
	height: 60px;
	margin: 20px 0 20px;
}
.connectBtn{
	width: 180px;
	height: 60px;
	background-color: #cc0000;
	text-align: center;
	margin: 0 auto;
}
.connectBtn:hover{
	background-color: #880000;
}
.connectBtn>a{
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	display: block;
}




.projectBox{
	width: 760px;
	height: 300px;
	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{
	width: 100%;
	height: 40px;
	padding: 10px 0px 5px;
	text-align: center;
}
.titleBox>ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.titleBox>ul>li{
	line-height: 30px;
	color: #999999;
	font-size: 14px;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #333333;
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 30px;
	text-align: center;
}

.ContainerBox{
	width: 90%;
	margin: 5px auto;
}

.requireBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*background-color: red;*/
}
.requireBox>ul>li{
	width: 100px;
	height: 120px;
	text-align: center;
	
}
.requireTitle{
	font-size: 24px;
	color: #c90915;
	line-height: 48px;
}
.requireRec{
	font-size: 18px;
	line-height: 24px;
	color: #999999;
}
.workInfo{
	width: 100%;
	margin: 20px 0 40px;
	
}
.workInfo>p{
	width: 100%;
	color: #999999;
}
.connectBtnBox{
	width: 100%;
	height: 60px;
	margin: 20px 0 20px;
}
.connectBtn{
	width: 180px;
	height: 60px;
	background-color: #cc0000;
	text-align: center;
	margin: 0 auto;
}
.connectBtn:hover{
	background-color: #880000;
}
.connectBtn>a{
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	display: block;
}



.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: 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{
	width: 100%;
	height: 40px;
	padding: 10px 0px 5px;
	text-align: center;
}
.titleBox>ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.titleBox>ul>li{
	line-height: 30px;
	color: #999999;
	font-size: 14px;
}
.aActive{
		border-bottom:3px #C90915 solid;
	}
.title{
	color: #333333;
	font-size: 18px;
	/*font-weight: bold;*/
	line-height: 30px;
	text-align: center;
}


.ContainerBox{
	width: 90%;
	margin: 5px auto;
}
.requireBox>ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*background-color: red;*/
}
.requireBox>ul>li{
	width: 100px;
	height: 70px;
	text-align: center;
	
}
.requireTitle{
	font-size: 18px;
	color: #c90915;
	line-height: 32px;
}
.requireRec{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.workInfo{
	width: 100%;
	margin: 20px 0 40px;
	
}
.workInfo>p{
	width: 100%;
	color: #999999;
}
.connectBtnBox{
	width: 100%;
	height: 60px;
	margin: 20px 0 20px;
}
.connectBtn{
	width: 180px;
	height: 60px;
	background-color: #cc0000;
	text-align: center;
	margin: 0 auto;
}
.connectBtn:hover{
	background-color: #880000;
}
.connectBtn>a{
	color: #ffffff;
	font-size: 24px;
	line-height: 60px;
	display: block;
}



.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;
}
}