/*公共样式*/
html{
	font-size: 16px;
}
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	user-select:none;
	font-family: "HelveticaLTStd-Light";
	-webkit-font-smoothing:antialiased;
	max-height: 9999999999999999999999px;
}
a{ 
	text-decoration:none; 
	color:#333; 
	display: block;
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
img{
	display: block;
	width: 100%;
}
button{
	outline: none;
}

/*头部*/
.up_box{
	width: 100%;
	min-width: 1200px;
	border-bottom: 1px solid #ccc;
}
.up_centent{
	width: 1200px;
	margin: 0 auto;
}
.up_div{
	padding: 11px 0 24px;
	display: flex;
	justify-content: space-between;
}
.up_logo{
	display: flex;
	align-items: center;
}
.up_img{
	width: 73px;
	height: 68px;
	margin-right: 14px;
}
.logo_name{
	font-size: 26px;
	color: #333;
	font-family: '黑体';
}
.logo_text{
	font-size: 14px;
	color: #333;
	font-family: 'Arial';
}
.up_right{
	display: flex;
}
.up_form{
	display: flex;
}
.up_form input{
	width: 198px;
	height: 32px;
	padding-left: 10px;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
}
.up_form button{
	width: 37px;
	height: 34px;
	border: 0;
	background-color: #a5a5a4;
	background-image: url(../images/index_01.png);
	background-repeat: no-repeat;
	background-position: center;
}
.up_lx{
	width: 128px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 20px;
	font-size: 14px;
	color: #666;
	border: 1px solid #ccc;
	background: linear-gradient(#fafafa, #e4e4e4);
	position: relative;
}
.up_lx img{
	position: absolute;
	top: 5px;
	left: 10px;
	width: 20px;
	height: 20px;
}
.up_yy{
	width: 130px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e6e6e6;
	position: relative;
}
.up_yy a{
	font-size: 12px;
	color: #1f356b;
	font-weight: bold;
	margin: 0 9px;
}
.up_yy:before{
	position: absolute;
	top: 12px;
	right: 64px;
	content: "";
	width: 2px;
	height: 12px;
	background-color: #1f356b;
}
.up_nav{
	display: flex;
}
.up_nav a{
	width: 16.6%;
	line-height: 40px;
	text-align: center;
	border-right: 1px solid #ccc;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.up_nav a:last-child{
	border-right: 0;
}
.up_nav a:hover{
	background: linear-gradient(#ccc, #fff);
}

/*底部*/
.base_box{
	width: 100%;
	min-width: 1200px;
	background-color: #1f356b;
}
.base_centent{
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
	display: flex;
}
.base_list{
	width: 112px;
	height: 127px;
	border-left: 1px solid #ccc;
	padding-top: 6px;
}
.base_list p{
	font-size: 12px;
	color: #ccc;
	font-weight: bold;
	padding-left: 13px;
}
.base_list div{
	margin-top: 8px;
	padding-left: 23px;
}
.base_list div a{
	font-size: 12px;
	color: #ccc;
	line-height: 25px;
	position: relative;
}
.base_list div a:before{
	position: absolute;
	top: 12px;
	left: -8px;
	content: "";
	width: 2px;
	height: 2px;
	background-color: #ccc;
}
.base_list div a:hover{
	color: #fff;
	text-decoration: underline;
}
.base_div{
	width: 154px;
}
.base_div a{
	color: #ccc;
	font-size: 12px;
	margin-bottom: 12px;
	text-align: center;
	background-image: url(../images/index_04.png);
	background-repeat: no-repeat;
	background-position: left 28px center;
}
.base_div a:hover{
	color: #fff;
}

/*版权*/
.bq_box{
	width: 1200px;
	height: 34px;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bq_box div{
	display: flex;
}
.bq_box div p{
	font-size: 12px;
	color: #666;
	margin-right: 30px;
}
.bq_box a{
	font-size: 12px;
	color: #666;
}