body {
	background: url(../image/yexianbody.png) no-repeat fixed center top;
	/* background-color: #e0e0e0; */
	background-size: 100% 100%;
	min-width: 375px;
}

.top {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	background-color: #efefef;
}

.top-bg {
	width: 100%;
	height: 30px;
}

.weather {
	margin: 0 auto;
}

.header .hc {
	position: relative;
	height: 220px;
}

.logo {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.logo a {
	width: 440px;
	height: 135px;
	display: block;
	background: url(../image/8968bd81e58226ef608cbc1df3509d3d.png) left center no-repeat;
	background-size: 100% auto;
}

.search {
	position: absolute;
	width: auto;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.search .search-input {
	background: #fff;
	width: 420px;
	margin-top: 19px;
	border-radius: 25px;
	overflow: hidden;
}
.search-icon{
	width: 40px;
	height: 40px;
	background: url(../image/search.png)#f9f9f9 center center no-repeat;
	background-size: 20px;
}

.search .text-box,
.search .submit-box {
	float: left;
	height: 40px;
	line-height: 40px;
}

.search .text-box {
	width: 280px;
	padding: 0 10px;

}

.search .submit-box {
	width: 80px;
	background: #256dc3;
	border-left: #256dc3 solid 1px;
	border-radius: 25px;
	color: #fff;
}

.search .hot-words {
	color: #fff;
	text-shadow: 2px 2px 5px #999;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 10px 0 10px;
	width: 342px;
}

.search .hot-words a {
	font-weight: normal;
}

.hot-words a:hover {
	color: #fff;
}

.hot-words span {
	margin: 0 5px;
}
.nav {
	background: #256dc3;
}
.nav ul {
	background: #256dc3;
	display: flex;
}

.nav ul li {
	flex: 1;
	text-align: center;
	position: relative;
}

.nav ul li a,
.nav ul li.nis span {
	color: #FFFFFF;
	display: block;
	width: auto;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
}

.nav ul li.nis span {
	display: none;
}

.nav ul li .triangle {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #256dc3;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.nav ul li.active .triangle {
	border-bottom: 5px solid #FFFFFF;
}

.tagbg1 {
	background-color: #FE8F53;
}

.tagbg2 {
	background-color: #CC9ACC;
}

.tagbg3 {
	background-color: #66CCCC;
}

.tagbg4 {
	background-color: #FF9933;
}

.tagbg5 {
	background-color: #FF6699;
}

.tagbg6 {
	background-color: #58CC25;
}

.main-body {
	background-color: #FFFFFF;
}

.footer {
	padding: 20px;
	background: #e7e7e7;
}

.footer .link {
	display: flex;
}

.footer .link select {
	flex: 1;
	margin: 0 20px;
	outline: none;
	border: #E3E3E3 solid 1px;
	font-size: 15px;
}

.footer .link select:nth-child(1) {
	margin-left: 0;
}

.footer .link select:nth-child(4) {
	margin-right: 0;
}

.f-info p {
	line-height: 25px;
	font-size: 15px;
	color: #757575;
}

.f-info p a {
	color: #757575;
}

.f-info {
	padding: 30px 0;
}

.f-info .left p span {
	display: inline-block;
	margin-right: 3px;
}

.f-info .left p img {
	float: left;
	margin-right: 3px;
}

.f-info .right a,
.f-info .right span {

	display: block;
	float: left;
	width: auto;
	height: 80px;
}


.path {
	padding-bottom: 20px;
	line-height: 25px;
}

.path span,
.path a {
	font-size: 15px;
	color: #666;
}

.path span {
	font-weight: 600;
}
/*浮窗样式*/
.telnum-container{
	display:block;
	width:60px;
	height: 125px;
	border-radius: 5px 0 0 5px;
	background: #256dc3;
	/*background: #cd4d43;*/
	position: fixed;
	right: 0;
	top:75%;
	padding: 10px;
	z-index: 999;
}
.tel-pic{
	width: 44px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.tel-pic img{
	width: 36px;
}
.tel-pic i{
	color: #fff;
	font-size: 38px;
	line-height: 37px;
}
.tel-tt{
	width: 44px;
	text-align: center;
	padding-top: 10px;
}
.tel-tt >div{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
/*浮窗结束*/