*{
	padding:0;
	margin:0;
}
a{
	text-decoration: none!important;
}
li{
	list-style: none;
}
.top{
	width:100%;
	height:90px;
	background: white;
	
}
.minTop{
	width:1200px;
	height:90px;
	margin:0 auto;
	/*border:2px solid green;*/
	position: relative;
}
.minTop img{
	margin-top: 7px
}
.minTop ul{
	/*width:1256px;*/
	position: absolute;
	left:100px;
	top:35px;
	border:1px solid white;
}
.minTop ul li{
	display: inline-block;
	padding:0 30px;
	color:gray;

	/*font-size: 18px;*/
}
.minTop li a{
	font-size: 16px;
	color:gray;
	/*border:1px solid red;*/
	padding-bottom:40px;
	text-decoration: none;
}
.minTop li a:hover{
	color:black;
	text-decoration: none;
}
.fontType{
	position: absolute;
	right:1px;
	top:35px;
	border-radius: 5px;
	/*border:1px solid red;*/
	padding:2px 5px; 
	box-shadow: 0px 0px 20px rgb(193,193,191);
}
.fontType a{
	font-size: 10px;
	color:black;
	display: block;
	/* font-weight: bolder; */
}
.fontType a:hover{
	color:red;
	/* font-weight: bolder; */
}

/*下拉框样式*/
.dropdownBox1{
	width:140px;
	position: absolute;
	top:90px;
	left:220px;
	border-top:2px solid skyblue;
	display: none;
	z-index: 99999!important;
	background: white;
	border-radius: 5px;
}
.dropdownBox1 a{
	display: block;
	width:140px;
	height:40px;
	margin: 5px 0;
	font:16px/40px "微软雅黑";
	text-align: left;
	color: gray;
	padding-left:17px;
	text-decoration: none;
}
.dropdownBox1 a:hover{
	background: rgb(245,245,245);
	color:black;
	/*font-weight: bolder;*/
}


.dropdownBox2{
	width:140px;
	position: absolute;
	top:90px;
	left:365px;
	border-top:2px solid skyblue;
	display: none;
	z-index: 99999!important;
	background: white;border-radius: 5px;
}
.dropdownBox2 a{
	display: block;
	width:140px;
	height:40px;
	margin: 5px 0;
	font:16px/40px "微软雅黑";
	text-align: left;
	color: gray;
	padding-left:17px;
	text-decoration: none;
}
.dropdownBox2 a:hover{
	background: rgb(245,245,245);
	color:black;
	/*font-weight: bolder;*/
}


.dropdownBox3{
	width:140px;
	position: absolute;
	top:90px;
	left:510px;
	border-top:2px solid skyblue;
	display: none;
	z-index: 99999!important;
	background: white;border-radius: 5px;
}
.dropdownBox3 a{
	display: block;
	width:140px;
	text-decoration: none;
	height:40px;margin: 5px 0;
	font:16px/40px "微软雅黑";
	text-align: left;
	color: gray;
	padding-left:17px;

}
.dropdownBox3 a:hover{
	background: rgb(245,245,245);
	color:black;
	/*font-weight: bolder;*/
}


.dropdownBox4{
	width:140px;
	position: absolute;
	top:90px;
	left:655px;
	border-top:2px solid skyblue;
	display: none;
	z-index: 99999!important;
	background: white;border-radius: 5px;
}
.dropdownBox4 a{
	display: block;
	width:140px;
	margin: 5px 0;
	text-decoration: none;
	height:40px;
	font:16px/40px "微软雅黑";
	text-align: left;
	color: gray;
	padding-left:17px;
}
.dropdownBox4 a:hover{
	background: rgb(245,245,245);
	color:black;
	/*font-weight: bolder;*/
}


.dropdownBox5{
	width:140px;
	position: absolute;
	top:90px;
	left:785px;
	border-top:2px solid skyblue;
	display: none;
	z-index: 99999!important;
	background: white;border-radius: 5px;
}
.dropdownBox5 a{
	display: block;
	width:140px;
	text-decoration: none;
	height:40px;
	font:16px/40px "微软雅黑";
	text-align: left;
	color: gray;
	padding-left:17px;
	margin: 5px 0;
}
.dropdownBox5 a:hover{
	background: rgb(245,245,245);
	color:black;
	/*font-weight: bolder;*/
}


.dropdownBox6{
	width:140px;
	position: absolute;
	top:90px;
	left:849px;
	border-top:2px solid skyblue;
	display: none;
	z-index: 99999!important;
	background: white;border-radius: 5px;
	
}
.dropdownBox6 a{
	display: block;
	width:140px;
	text-decoration: none;
	height:40px;
	font:16px/40px "微软雅黑";
	text-align: left;
	color: gray;
	padding-left:17px;margin: 5px 0;
}
.dropdownBox6 a:hover{
	background: rgb(245,245,245);
	color:black;
	/*font-weight: bolder;*/
}


.dropdownBox7{
	width:140px;
	position: absolute;
	top:90px;
	left:976px;
	border-top:2px solid skyblue;
	display: none;
	z-index: 99999!important;
	background: white;border-radius: 5px;
	
}
.dropdownBox7 a{
	display: block;
	width:140px;
	text-decoration: none;
	height:40px;
	font:16px/40px "微软雅黑";
	text-align: left;
	color: gray;
	padding-left:17px;margin: 5px 0;
}
.dropdownBox7 a:hover{
	background: rgb(245,245,245);
	color:black;
	/*font-weight: bolder;*/
}


.dropdownBox8{
	width:80px;
	position: absolute;
	right:-20px;
	top:5px;
	line-height: 28px;
	padding:2px 5px; 
	border-radius: 5px;
	display: none;
}
.dropdownBox8 a{
	width:80px;
	height:25px;
	font-size: 10px;
	color:black;
	display: block;
	/* font-weight: bolder; */
}
.dropdownBox8 a:hover{
	color:black;
}

.title_ span{
	font-size: 24px;
	color:rgb(42,48,53);
	font-weight: bold;
	margin-top: -15px;
	display: inline-block;
	cursor: pointer; padding-right: 4px; margin:0px;
}
.title_ {
	font-size:24px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer; height: 42px;margin:10px 0;width: 100%; text-align: center;
}
.nav a{color: #333}
.nav  span a:hover{
	color:rgb(72,136,193); text-decoration: none;
}
.huanye{}
.huanye a{ color: rgb(150,150,150) }
.huanye a:hover{ color:rgb(72,136,193); text-decoration: none; }

.barcon2{
                                        text-align: center;
                                        margin-top: 50px
}
.barcon2 li {
    display: inline;
}
                                 
.barcon2 a,.barcon2 span {
    font-size: 16px;
    font-weight: normal;
                                        display: inline-block;
                                        padding: 0px 5px;
                                        padding-top: 0;
                                        color: black;
                                        border: 1px solid #ddd;
                                        background-color: #fff; color: #80808f;text-decoration:none;
}
.barcon2 span{ background-color: #eee; }
.barcon2 a:hover{
                                        background-color: #eee;
}