body{
	background: #ebf0f2;
	padding-bottom: 169px;
}
header{
	width: 960px;
	padding-top: 30px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 111;
	font-size: 0;
}
.search{
	width: 904px;
	/*height: 62px;*/
	height: 70px;
	margin: 0 auto;
	position: relative;
}
.search img{
	position: absolute;
	left: 24px;
	top: 16px;
}
.search input{
	width: 100%;
	height: 100%;
	background: #ededed;
	font-size: 28px;
	border: 0;
	outline: 0;
	border-radius: 50px;
	padding-left: 77px;
}
.search input::-webkit-input-placeholder{
	font-size: 28px;
	color: #c1c1c1;
}
header>ul{
	display: inline-block;
}
header>ul>li{
	float: left;
	margin-right: 78px;
}
header>ul>li:nth-last-child(2){
	margin-right: 0;
}
header>ul>li a{
	line-height: 74px;
	font-size: 40px;
	display: block;
	color: #505050;
}
.h_active{
	color: #5eb4b4 !important;
}


.banner{
	padding-top: 166px;
}
.banner .img_box{
	width: 50%;
	position: relative;
}
.banner .img_box img{
	width: 480px;
	height: 323px;
	display: block;
}
.banner .img_box span{
	font-size: 30px;
	color: #fff;
	position: absolute;
	left: 18px;
	bottom: 90px;
	text-shadow: 0 0 30px #000,0 0 50px #000, 0 0 15px #000, 0 0 40px #000, 0 0 70px #000;
}
.banner .img_box p{
	position: absolute;
	left: 18px;
	bottom: 22px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	width: 435px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-shadow: 0 0 50px #000,0 0 10px #000, 0 0 15px #000, 0 0 40px #000, 0 0 70px #000;
}


.section1{
	background: #fff;
	margin-top: 33px;
	max-height: 450px;
	overflow: hidden;
	position: relative;
}
.section1 .title{
	font-size: 40px;
	color: #5eb4b4;
	height: 110px;
	line-height: 110px;
	padding-left: 40px;
}
.section1 .content{
	width: 758px;
	margin-left: 112px;
	font-size: 30px;
	color: #7d7d7d;
	line-height: 48px;
}
.section1>img{
	position: absolute;
	bottom: 20px;
	right: 46px;
}


.section2{
	margin-top: 33px;
	background: #fff;
	padding-bottom: 82px;
}
.section2 .title{
	font-size: 40px;
	color: #5eb4b4;
	height: 110px;
	line-height: 110px;
	padding-left: 40px;
}
.section2 ul{
	padding-left: 108px;
}
.section2 li{
	margin-bottom: 48px;
}
.section2 li>a{
	display: block;
}
.section2 li:nth-last-child(2){
	/*margin-bottom: 0;*/
}
.eng{
	width: 44px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 30px;
	border-radius: 50%;
	background: #5eb4b4;
	margin-right: 30px;
}
.section2 li p{
	width: 570px;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7d7d7d;
	font-size: 40px;
	margin-right: 85px;
	text-align:left;
}



.section3{
	margin-top: 33px;
	background: #fff;
}
.section3 .infor{
	height: 110px;
	line-height: 110px;
	font-size: 32px;
	color: #5eb4b4;
}
.ng-pristine.ng-valid  .select {height:60px;}
.ng-pristine.ng-valid  .select span {line-height:60px;}
.ng-pristine.ng-valid  .select img {margin-top:21px;}
.ng-pristine.ng-valid  .select li {padding:10px 20px;}
.ng-pristine.ng-valid  .age,.ng-pristine.ng-valid  .sex {line-height:60px;}
header>a>img {
    padding-right: 100px;
}