.lylView{
	width: 100%;
	height: 100%;
	position: relative;
}
/* 澶撮儴璁剧疆 */
.lylHeader{
	width: 100%;
	height: 60px;
	color: #333333;
	background: #FFFFFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	position: fixed;
	z-index: 12;
	top: 0; 
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,.1);
}
.lylHeaderView{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-around;
	position:relative;   
	height: 60px;
	z-index: 12;
}
/* logo璁剧疆 */
.lylHeaderLogo{
	width: 200px;
}
.lylHeaderLogo img{
	display: block;
	width: 100%;
}
/* 瀵艰埅璁剧疆 */
.lylHeaderNav{
	font-size: 16px;
	color: #333333;
}
.lylHeaderNav>ul>li{
	float: left;
	height: 60px;
}
.lylHeaderNav>ul>li>a{
	display: block;
	line-height: 60px;
	padding: 0 15px;
	color: #000000;
}
.lylHeaderNav>ul>li>a.addlist{
	background: #006738;
	color: #FFFFFF;
}
/* 鎼滅储妗嗗拰涓嫳鏂囧垏鎹� */
.lylHeaderSearchInput{
	float: left;
	position: relative;
	width: 154px;
	height: 30px;
	margin-top: 14px;
	background: rgba(0,0,0,.1);
	border-radius: 20px;
}
.lylHeaderSearchInput input{
	width: 90%;
	height: 100%;
	padding: 0 14px;
	outline: 0;
	border: 0;
	background:transparent;
}
.lylHeaderSearchInput .lylImg{
	position: absolute;
	right: 10px;
	top: 5px;
}
.lylHeaderSwitch{
	float: left;
	line-height: 37px;
	font-size: 16px;
	cursor: pointer;
	margin-left: 12px;
	margin-top: 9px;
}
/* 椤佃剼鏍峰紡 */
.lylFooter{
	width: 100%;
	/* height: 434px; */
	background: #000000;
	overflow: hidden;
}
.lylFooterView{
	width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
}
.lylFooterTop{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
}
/* 椤佃剼瀵艰埅鏍峰紡 */
.lylFooterTopNav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
	margin-top: 40px;
}
.lylFooterTopNav .lylList1{
	width: 156px;
}
.lylFooterTopNav .lylList .lylListTitle{
	color: #FFFFFF;
	font-size: 13px;
	margin-bottom: 20px;
	
}
.lylFooterTopNav .lylList .lylListTitleMenuList>li>a{
	display: block;
	line-height: 25px;
	color: #e6e6e6;
	font-size: 12px;
	
}
/* 浜岀淮鐮佹牱寮� */
.lylFooterErCode{
	margin-top: 40px;
	text-align: center;
}
.lylFooterErCodeView img{
	width: 68px;
}
.lylFooterErCodeTitle{
	margin-top: 7px;
	color: #FFFFFF;
	font-size: 16px;
}
/* 鑱旂郴鎴戜滑鏍峰紡 */
.lylFooterContactUs .lylFooterContactUsList{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
}
.lylFooterContactUs .lylFooterContactUsList1  {
	margin-top: 39px;
	align-items: center;
}
.lylFooterContactUs .lylFooterContactUsList1 .lylSpan1{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	
}
.lylFooterContactUs .lylFooterContactUsList1 .lylSpan2{
	margin-right: 28px;
}
.lylFooterContactUs .lylFooterContactUsList2{
	align-items: center;
	margin-top: 30px;
}
.lylFooterContactUs .lylFooterContactUsList2 .lylSpan1{
	margin-right: 28px;
}
.lylFooterContactUs .lylFooterContactUsList2 .lylSpan2{
	color: #e6e6e6;
	font-size: 12px;
}
.lylFooterContactUs .lylFooterContactUsList2 .lylSpan2 span{
	color: #FFFFFF;
}
/* 椤佃剼搴曢儴鏍峰紡 */
.lylFooterBot{
	margin-top: 30px;
	border-top: 1px solid #999999;
	line-height: 72px;
	color: #e6e6e6;
}

@media screen and (max-width: 1200px) {
	.lylMain{
		width: 1200px;
	}
	.lylFooter{
		width: 1200px;
	}
}