@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*background: transparent;*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {    border:0;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    font-size:200%;
    font-weight:normal;
}
:focus { outline: 0;}
a{ text-decoration:none; color: #333;}
a:hover img{ border:none;}

a:active{noOutline:expression(this.onFocus=this.blur());}
/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
* {
    font-family: "微软雅黑", "PingFangSC-Light", "Microsoft JhengHei",  sans-serif, verdana, arial;
}
body{
	font-size: 18px;
}
.body{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.top_select{
	position: absolute;
	left: 425px;
	top: 50px;
}
.select_box{
	position: relative;
	height: 30px;
	line-height: 30px;
}

.select_box .hover{
	position: absolute;
	left: 0;
	top: 30px;
	background: #fff;
	padding: 10px;
	display: none;
}
.select_box:hover .hover {
	display: block;
}
.select_box .selected{
	display: inline-block;
	background: url(./icon_arrow.png) no-repeat right;
	padding-right: 30px;
	font-size: 20px;
	color: #2550a4;
}
.select_box .selected.on{
	background: url(./icon_arrow_h.png) no-repeat right;
}
.search{
	width: 243px;
	height: 35px;
	background: url(./bg_sch.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50px;
}
.search .sch_btn {
	width: 40px;
	height: 35px;
	text-indent: -999em;
	background: none;
	border: none;
	cursor: pointer;
	float: right;
}
.search .sch_input{
	width: 183px;
	height: 35px;
	line-height: 35px;
	background: none;
	border: none;
	padding: 0 0 0 20px;
}
.menu{
	list-style: none outside none;
	overflow: hidden;
}

.menu::after {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.menu li {
	width: 16.666666%;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.menu li a {
	color: #fff;
	display: block;
}

.menu li a:hover {
	background-color: rgba(255,255,255,.2);
}

.menu li.nomg{
	margin-right: 0;
}
.foot_link{
	padding-top: 40px;
}
.foot_select_box{
	width: 285px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	position: relative;
	float: left;
	margin-right: 20px;

}
.foot_select_box.nomg{
	margin-right: 0;
}
.foot_select_box .selected {
	display: block;
	background: url(./icon_arrow_ft.png) no-repeat 250px center;
	font-size: 16px;
	color: #929292;
	line-height: 40px;
	padding-left: 20px;
}
.foot_select_box .hover {
	width: 100%;
	position: absolute;
	left: 0;
	top: 39px;
	background: #fff;
	display: none;
	z-index: 2;
}
.foot_select_box .hover ul{
	padding: 10px;
}
.foot_select_box .hover ul li a{
	font-size: 16px;
	color: #929292;
}

.foot_select_box:hover .hover {
	display: block;
}

.foot_select_box .selected.on {
	background: url(./icon_arrow_ft_h.png) no-repeat 250px center;
}

.foot_info{
	padding-top: 30px;
	color: #898989;
	font-size: 16px;
	line-height: 30px;
}
.foot_info a{
	color: #898989;
}
.foot_link2{
	position: absolute;
	right: 0;
	top: 50px;
	color: #898989;
	font-size: 16px;
}
.foot_link2 a{
	color: #898989;
	font-size: 16px;
}
.foot_pic a{
	float: left;
}
.foot_pic{
	position: absolute;
	right: 0;
	top: 100px;
}
.foot_pic a.jiucuo{
	margin-top: 15px;
	margin-left: 5px;
}
.con-content .content2 img {
    overflow: hidden;
    width: 1140px;
    height: 120px;
    border-radius: 10px;
}