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;
	margin-left:100px;
}
header>ul>li{
	float: left;
	margin-right: 50px;
}
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;
}

.section1{
	padding-top: 166px;
	background: #5eb4b4;
}
.section1 .main{
	height: 328px;
	padding-top: 48px;
	background: #5eb4b4;
}
.section1 .main .s1{
	display: block;
	text-align: right;
	font-size: 32px;
	color: #f9fdfd;
	margin-right: 52px;
}
.tx{
	width: 176px;
	height: 176px;
	border: 4px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 60px;
	margin-right: 86px;
}
.tx img{
	width: 100%;
	display: block;
}
.infor{
	padding-top: 26px;
	font-size: 30px;
	color: #fff;
}
.infor p{
	margin-bottom: 20px;
	text-align: left;
}
.infor label{
	margin-right: 30px;
}
#owl-demo{
	max-width: 622px;
	float: right;
	margin-top: 4px;
}
.year{
	width: 75px;
	line-height: 32px;
	font-size: 32px;
	padding-bottom: 20px;
	color: #2a2a2a;
	border-bottom: 6px solid transparent;
}
.year_active{
	border-color: #bc8d28 !important;
	color: #fff !important;
}


.section2{
	position:relative;
	padding: 47px 0;
	background: url(../images/img28.jpg) repeat-y;
	background-size:104%;
}
.section2:after {content:""; display:block; position:absolute; bottom:0; left:0; width:100%; background-color:#fff; height:45px;}
.month_list>li{
	margin-bottom: 40px;
}
.month_list>li:last-child{
	margin-bottom: 0;
}
.left_cont{
	margin-left: 43px;
	margin-right: 33px;
}
.left_cont label{
	font-size: 32px;
	color: #5eb4b4;
	margin-right: 24px;
	margin-top: 25px;
}
.right_cont{
	width: 664px;
	border: 3px solid #5eb4b4;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	margin-top:10px;
	position:relative;
	padding-left:41px;
}
.sign{
	width: 41px;
	background: #5eb4b4;
	position:absolute;
	top:0; 
	left:0;
	height:100%;
	
}
.sign img {
	position:relative;
	top:35px;
	-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);
}
.right_cont ul{
	width: 617px;
}
.right_cont ul li{
	width: 100%;
	height: 75px;
	line-height: 75px;
	margin-bottom: 2px;
}
.right_cont ul li:last-child{
	margin-bottom: 0;
}
.right_cont ul li:nth-child(1n){
	background: #dff0f0;
}
.right_cont ul li:nth-child(2n){
	background: #9ed2d2;
}
.right_cont ul li p{
	width: 300px;
	font-size: 32px;
	color: #505050;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
}
.right_cont ul li span{
	font-size: 30px;
	color: #505050;
}
.right_cont ul li img{
	margin-right: 15px;
	margin-top: 20px;
	margin-left: 20px;
}
header>a>img {
    padding-right: 70px;
}