* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

img {
	max-width: 100%;
	border: 0;
}

object,
embed {
	max-width: 100%;
}

button,
input {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666666;
}


/*主容器*/

#container {
	width: 100%;
	background-color: #fff;
}


/*头部搜索框以及菜单*/

#container header {
	background-color: #f4f4f4;
	/*background-color: #EEEEEE;*/
	height: 165px;
}


/*标题*/

#container header .title-content {
	margin: 0px 1.2rem;
	height: 93px;
	/*color: #FFFFFF;*/
	text-align: center;
}

#container header .title-content #xf_logo {
	padding: 10px 0px;
	width: 12.0rem;
	height: 40px;
}

/*搜索框*/

#container header .title-content #search-box {
	border-radius: 3px;
	background-color: #fff;
	padding-left: 28px;
	padding-right: 52px;
	position: relative;
	overflow: hidden;
	height: 38px;
	margin-bottom: 5px;
}

#container header .title-content #search-box .search-cont:before {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-size: 110px 19px;
	background-position: -95px 0;
	width: 15px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	left: 8px;
}

#container header .title-content #search-box .search-cont .search-input {
	display: block;
	-webkit-tap-highlight-color: #FFFFFF;
	background: 0 0;
	width: 100%;
	height: 26px;
	line-height: 28px;
	margin-top: 6px;
	/*padding-right: 30px;*/
	border: 0;
	font-size: 1.6rem;
}

#container header .title-content #search-box .search-cont .search-btn-box {
	display: block;
	position: absolute;
	text-align: center;
	height: 38px;
	width: 52px;
	line-height: 40px;
	top: 50%;
	margin-top: -19px;
	right: 0;
}

#container header .title-content #search-box .search-cont .search-btn-box .search-btn {
	border: 0;
	position: relative;
	display: inline-block;
	width: 52px;
	height: 100%;
	padding: 5px 8px;
	background: #fff;
	font-size: 15px;
	color: #0496f3;
}


/*导航条*/

#container header .title-content nav {
	height: 60px;
	padding-top: 0px;
}

#container header .title-content nav ul {}

#container header .title-content nav ul li {
	width: 20%;
	height: 60px;
	float: left;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
}

#container header .title-content nav ul li .nav-item img {
	width: 3.0rem;
	max-width: 30px;
	height: 30px;
}

#container header .title-content nav ul li p {
	font-size: 1.2rem;
	margin-top: -3px;
}


/*主要内容导航*/

#container .main {
	background-color: #FFFFFF;
	padding-top: 5px;
}


/*网址图片-3个一行*/

#container .main .xf_web_ul {
	width: 100%;
	height: 52px;
	text-align: center;
	padding: 0px;
}

#container .main .xf_web_ul .xf_web_li {
	float: left;
	width:16%;
	height: 100%;
	text-align: center;
	padding:7px 2%;
}

#container .main .xf_web_ul .xf_web_li img {
	max-width:48px;
	max-height:48px;
}

/*广告*/

#container .ad {
	margin: 5px auto;
	text-align: center;
	background-color: #FFFFFF;
	width:100%;
}


/*底部版权信息*/

#container footer {
	text-align: center;
	margin-top: 5px;
	color: #B0B0B0;
}

#container footer .font-size12 {
	font-size: 1.2rem;
	line-height: 1.8rem;
}
.clear{ clear:both;}

.advert{ background:#fff;}
.advert ul li{ float:left; list-style-type:none; margin:2px 1%; text-align:center; width:47%; border:1px solid #ccc; height: auto;}
