body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td,button{ margin:0; padding:0; }
body { font-size:14px; color:#333;}
fieldset, img { border:0; display:block; }
ol, ul { list-style:none; }
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight:normal; }
em { font-style:normal;}
input, button, select, textarea { border:0; outline:none; }
textarea { resize:none;}
a { color: #333; text-decoration:none; }
.clearfix:before,.clearfix:after{
	display:table;
	content:"";}
.clearfix:after{
	clear:both;}
.clearfix{zoom:1;}
.clear {
	clear: both;
}

.header {
	width: 100%;
}
.header1 {
	width: 1000px;
	margin: 0 auto;
	height: 140px;
}
.header1_left {
	width: 445px;
	height: 140px;
	background-image: url(header_logo.png);
	background-repeat: no-repeat;
	display: inline-block;
}
.header1_right {
	width: 350px;
	height: 140px;
	float: right;
}
/*.header1_right * {
	border: 1px solid red;
}*/
.header_nav {
	width: 100%;
	text-align: right;
	margin-top: 25px;
}
.header_nav a {
	display: inline-block;
	font-size: 12px;
	font-family: simsun;
	margin: 0 5px;
	vertical-align: top;
	margin-top: 1px;
}
.header_nav a:hover {
	color: #5792cd;
}
.header_nav span {
	font-size: 16px;
	line-height: 16px;
	font-family: simsun;
}
.header1_right .ssinput {float:left;
	width: 283px;
	height: 37px;
	margin-top: 18px;
	border: 1px solid #d1d1d1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	position: relative;
	text-indent: 10px;
	background-image: white;
	z-index: 10;
	line-height: 37px;
	
	/*behavior: url(../js/ie-css3.htc);*/
}
.phcolor {
	color: rgb(102, 102, 102);
}
.header1_right .header_search {
	float:left;
	width: 65px;
	height: 39px;
	background-image: url(header_search.png);
	background-repeat: repeat;
	cursor: pointer;
	font-size: 0px;
	margin-top:18px;
}
.header2 {
	width: 100%;
	height: 50px;
	background-image: url(nav_bg.png);
	background-repeat: repeat;
	box-shadow: 0 3px 3px #d5d5d5;
}
.header2 ul{
    justify-content: space-around;
	width: 1000px;
	margin: 0 auto;
}
.header2 ul li {
	float: left;
}
.header2 ul li a {
	font-size: 16px;
	font-family:"微软雅黑";
	color: white;
	font-weight: bold;
	display: inline-block;
	width: 123px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.header_a2 {
	background-color: #7fbe25;
}
.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}