body{
	background: #ebf0f2;
	padding-bottom: 169px;
}
header{
	width: 960px;
	padding-top: 30px;
	padding-bottom: 22px;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 1111;
	font-size: 0;
}
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;
}
.search{
	width: 800px;
	/*height: 62px;*/
	height: 70px;
	margin-left:120px;
	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;
}

.layer{
	width: 960px;
	position: fixed;
	top: 164px;
	left: -960px;
	background: rgba(255,255,255,0.9);
	transition: all 0.3s ease-out;
	z-index: 8888;
}
aside{
	background: rgba(188,141,40,0.67);
	width: 288px;
	position: absolute;
	left: 0;
	top: 0;
}
.k{
	width: 921px;
	background: rgba(188,141,40,0.67);
	border: 2px solid #b8b8b8;
	border-radius: 0 200px 200px 0;
	border-left: none;
	margin-bottom: 12px;
}
.k>span{
	font-size: 32px;
	color: #505050;
	margin-left: 48px;
	margin-top: 24px;
}
.k ul{
	width: 720px;
	padding-top: 40px;
	margin-left: 34px;
}
.k li{
	font-size: 28px;
	color: #2a2a2a;
	float: left;
	text-align: left;
	margin-right: 44px;
	margin-bottom: 42px;
	
}
aside>p{
	text-align: left;
	font-size: 32px;
	line-height: 32px;
	color: #505050;
	margin-left: 48px;
	margin-bottom: 30px;
}


.banner{
	padding-top: 115px; 
}
.banner img{
	display: block;
	width: 100%;
}
.tab{
	font-size: 0;
	background: #fff;
	padding-top: 23px;
	padding-bottom: 38px;
}
.tab li{
	display: inline-block;
	width: 25%;
}
.tab li a{
	display: block;
}
.tab li img{
	margin-bottom: 30px;
}
.tab li p{
	font-size: 40px;
	color: #505050;
}
.tab_active{
	color: #5eb4b4 !important;
}


.section1{
	background: #fff;
	margin-top: 33px;
	font-size: 0;
	position: relative;
}
.section1>ul{
	display: inline-block;
}
.section1>ul>li{
	float: left;
	font-size: 40px;
	color: #505050;
	line-height: 98px;
	text-align: center;
	margin-right: 30px;
}
.section1>ul>li:nth-last-child(2){
	margin-right: 0;
}
.sec1_active{
	color: #5eb4b4 !important;
}
.nk_list{
	width: 960px;
	position: absolute;
	background: #f7f7f7;
	left: 0;
	z-index: 888;
	display: none;
}
.nk_list li{
	float: left;
	width: 25%;
	color: #7d7d7d;
	font-size: 30px;
	border: 1px solid #fff;
	white-space:nowrap;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	overflow:hidden;
}
.wk_list{
	width: 960px;
	position: absolute;
	background: #f7f7f7;
	left: 0;
	z-index: 888;
	display: none;
}
.wk_list li{
	float: left;
	width: 25%;
	color: #7d7d7d;
	font-size: 26px;
	border: 1px solid #fff;
}
.zz2{
	position: absolute;
	width: 960px;
	background: rgba(0,0,0,0.4);
	z-index: 666;
	top: 98px;
	display: none;
}


.section2{
	margin-top: 33px;
}
.sec2_ul>li{
	margin-top: 33px;
}
.section2 .left_cont{
	width: 422px;
	height: 420px;
	padding-top: 20px;
	background: #fff;
}
.section2 .left_cont .tx{
	width: 170px;
	height: 170px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
}
.section2 .left_cont .tx img{
	display: block;
	width: 100%;
}
.section2 .left_cont .name{
	font-size: 40px;
	color: #505050;
	margin-bottom: 18px;
}
.section2 .heart{
	display: inline-block;
	margin-bottom: 6px;
}
.section2 .heart li{
	float: left;
	margin-right: 5px;
}
.section2 .heart li:nth-last-child(2){
	margin-right: 0;
}
.section2 .infor{
	font-size: 24px;
	color: #7d7d7d;
	padding: 0 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.section2 .right_cont{
	width: 538px;
	height: 420px;
	background: #f8f8f8;
	padding-right: 40px;
	padding-top: 42px;
	overflow: hidden;
	position: relative;
}
.section2 .date{
	width: 400px;
	height: 418px;
	overflow-y:scroll;
	padding-bottom: 35px;

}

.section2 .date li{
	height: 60px;
	line-height: 60px;
	border-radius: 15px;
	border: 1px solid #c2c2c2;
	font-size: 26px;
	color: #505050;
	text-align: left;
	padding-left: 18px;
	margin-bottom: 35px;
}
/*.section2 .date li:last-child{
	margin-bottom: 0;
}*/

.moredown{
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -200px;
}


.zz{
	position: fixed;
	width: 960px;
	background: rgba(0,0,0,0.4);
	z-index: 666;
	top: 0;
	display: none;
}
.layer2{
	position: fixed;
	width: 960px;
	background: #fff;
	bottom: -530px;
	z-index: 88888;
	transition: all 0.3s;
}
.layer2 .date{
	height: 100px;
	border-bottom: 1px solid #b4b4b4;
}
.layer2 .date ul{
	display: inline-block;
	font-size: 0;
	padding: 0 40px;
}
.layer2 .date ul li{
	height: 99px;
	display: inline-block;
	font-size: 26px;
	color: #505050;
	line-height: 100px;
	margin-right: 55px;
	border-bottom: 2px solid transparent;
}
.date_active{
	color: #5eb4b4 !important;
	border-color: #5eb4b4 !important;
}
.layer2 .date ul li:last-child{
	margin-right: 0;
}
.date_cont{
	max-height: 430px;
	padding: 42px 40px 28px;
	overflow-y: scroll;
	display: none;
}
.date_cont_active{
	display: block !important;
}
.date_cont::-webkit-scrollbar{
    width: 0px;
    background-color: #fff;
}
.am>span{
	font-size: 26px;
	color: #505050;
	width: 130px;
	text-align: left;
}
.am ul{
	width: 610px;
}
.am li{
	width: 282px;
	height: 60px;
	line-height: 60px;
	margin-right: 40px;
	float: left;
	margin-bottom: 30px;
}
.am li:nth-child(2n){
	margin-right: 0;
}
.am li a{
	display: block;
	color: #5eb4b4;
	font-size: 26px;
	border: 1px solid #5eb4b4;
	border-radius: 20px;
}
.am li span{
	margin-left: 20px;
}
.full{
	color: #c1c1c1 !important;
	border-color: #c1c1c1 !important;
}





.layer111{
	width: 960px;
	overflow:hidden;
	position: fixed;
	top: 0;
	left: -960px;
	z-index: 999999;
	background: #fff;
	transition: all 0.5s;
/*	display: none;*/
}
.layer111 .back1111{
	height: 100px;
	padding-left: 50px;
	padding-top: 34px;
	text-align: left;
}
.layer111 .tab1{
	height:100% !important;
	background: #e9d9b8;
	width: 292px;
	overflow-y: scroll;

}
.layer111 .tab1 li{
	height: 100px;
	line-height: 100px;
	color: #333;
	font-size: 34px;
	text-align: left;
	text-indent: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tab1_active{
	background: #d0b77f !important;
	color: #666 !important;
}
.layer111 .tab1::-webkit-scrollbar{
    width: 2px;
    background-color: #eee;
}
.layer111 .tab2{
	padding-left: 22px;
	width: 668px;
	overflow-y: scroll;
}
.layer111 .tab2::-webkit-scrollbar{
    width: 2px;
    background-color: #fff;
}
.layer111 .tab2>p{
	font-size: 24px;
	color: #838383;
	margin-bottom: 20px;
}
.layer111 .tab2>p span{
	font-weight: bold;
	color: #231815;
}
.layer111 .tab2>p label{
	color: #d20000;
}
.layer111 .tab2 .ul1 li>p{
	font-size: 24px;
	color: #323232;
	margin-bottom: 18px;
	margin-top: 20px;
}
.layer111 .tab2 .ul2 li{
	width: 190px;
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	color: #262b25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #eee;
	border-radius: 5px;
	margin-right: 18px;
	margin-bottom: 18px;
	text-align: center;
	float: left;
}
.layer111 .tab2 .ul2 li:nth-child(3n){
	margin-right: 0;
}
header>a>img {
    padding-right: 50px;
}
