﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background: #fff;
	font-size: 12px;
	color: #333;
	font: PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

html, html body {
	height: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}

ul,li,ol {
	list-style-type: none;
}

table, input, textarea, select, button {
	font-size: 12px;
	vertical-align: middle;
}

img, a img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/* a */
a:link, a:visited {
	outline-style: none;
	text-decoration: none;
}

a:hover, a:active {
	color: #c00;
	text-decoration: none;
}
/* line */
.unline, .unline a {
	text-decoration: underline
}

.nounline, .nounline a {
	text-decoration: none
}

u, .typo-u {
	text-decoration: underline;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

:root sub, :root sup {
	vertical-align: baseline;
 /* for ie9 and other modern browsers */
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
/* ie7 hack*/
*+html .clearfix {
	min-height: 1%;
}
/* clear */
.clear {
	clear: both;
	font-size: 1px;
	width: 1px;
	height: 0;
	visibility: hidden;
	margin-top: 0px!important;
	*margin-top: -1px;
	line-height: 0
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* other */
.left, .fl {
	float: left;
}

.right, .fr {
	float: right;
}

.hidden {
	display: none;
}

.fdn {
	font-size: 0;
	text-indent: -999em;
	line-height: 0;
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


/* margin */
.mt10 {
	margin-top: 10px;
}

.mt13{
	margin-top: 13px;
}

.mt15{
	margin-top: 15px;
}


.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}


.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}

.ml20{
	margin-left: 20px;
}

.ml25{
	margin-left: 25px;
}

.ml30{
	margin-left: 30px;
}


.icons{
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
}

.publicHeader{
	background: #fff;
	overflow: hidden;
}

.w1200{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.publicHeader .lsite{
	float: left;
	margin-top: 5px;
}

.publicHeader .rsite{
	float: right;
	margin-top: 34px;
}

.publicHeader .rsite #keyword{
	width: 258px;
	height: 26px;
	border: 1px solid #d9d9d9;
	text-indent: 1em;
}

.publicHeader .rsite input[name="SearchSubmit"]{
	margin-left: -4px;
}

.publicHeader{
	padding: 5px 0;
}

.column .hd{
	margin-top: 30px;
	height: 38px;
	overflow: hidden;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	background-position: 0 -250px;
}

.column .hd h2{
	font-size: 24px;
	line-height: 38px;
	text-indent: 32px;
	font-weight: bold;
}

.column .hd a{
	color: #234686;
}

.listHide li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* footer */
.footer{
	overflow: hidden;
	margin: 25px auto;
}

.footer .block{
	width: 890px;
	margin: 0 auto;
}

.footer .link{
	display: block;
	overflow: hidden;
	margin: 10px auto;
}

.footer .text{
	font-size: 14px;
	line-height: 22px;
	color: #808080;
	text-align: center;
}

.footer .block .link img {
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-img1{
	margin-top: 5px;
}

.phone{
	display: none;
}
.pc{
	display: block;
}

.warpper{
	background-color: #f2f2f2;
}

.warpper .banner{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.warpper .banner img{
	display: block;
	width: 1200px;
	margin: 0 auto;
}

.warpper .navLink{
	height: 50px;
	width: 100%;
	background-color: #234686;
}

.warpper .navLink ul{
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.warpper .navLink li{
	float: left;
	width: 199px;
	margin-top: 12px;
	border-left: 1px solid #3975bf;
	font-size: 20px;
	text-align: center;
}

.warpper .navLink li a{
	color: #fff;
}

.warpper .navLink li:first-child{
	border: none;
}

.warpper .navLink li:hover a{
	color: #80a6ec;
}

#imgConac {
	display: block;
	margin: 0 auto;
}


@media screen and (max-width: 768px){
	.phone{
		display: block;
	}
	.pc{
		display: none;
	}

	.adWrap {
		display: none;
	}

	.footer .block{
		width: 100%;
	}

	.footer .block p{
		text-align: center;
		clear: both;
	}
	
	.w1200.w1200{
		width: 100%;
	}

	.publicHeader .lsite{
		width: 37%;
		margin-left: 20px;
	}

	.publicHeader .lsite img{
		width: 100%;
	}

	.publicHeader .rsite{
		width: 50%;
		margin-top: 10px;
	}

	.publicHeader .rsite #keyword{
		width: 80%;
	}

	.publicNav{
		height: auto;
	}

	.publicNav ul{
		width: 100%;
	}

	.publicNav li{
		width: 33%;
		margin-top: 0;
		padding: 5px 0;
		font-size: 14px;
	}

	.footer .link{
		float: none;
		margin: 0 auto;
	}
	
}