* {
	-ms-word-break: break-all;
}

body {
	text-align: left;
	color: #333333;
	line-height: 150%;
	font-family: "Microsoft YaHei", tahoma, arial, simsun, ;
	font-size: 16px;
}

html,body,div,ul,li,dl,dt,dd,form,input,select,h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	outline: none;
}

ul {
	list-style: none;
}

li {
	list-style: outside none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
}
.line1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.line3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
}


/*common*/
.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*header*/
.header{
	height: 180px;
	position:relative;

	background: url(../images/top_bg.png) no-repeat center;
}
.header img{
	position: absolute;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    margin: auto;
}
.hea_search {
	width: 240px;
	position: relative;
	float: right;
	margin-top: 70px;
}

.hea_search .search_t {
	    width: 240px;
	    height: 42px;
	    line-height: 42px;
	    color: #333;
	    padding-left: 10px;
	    background: #fff;
	    border-radius: 21px;
	    outline:none;
		border: none;
		font-size: 14px;
		padding-left: 20px;
}

.hea_search .search_i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	margin: auto;
}
/*nav*/

/*nav*/

.nav {
	display: flex;
	justify-content: space-around;
	padding: 0px;
	height: 60px;
	line-height: 60px;
	position: relative;
	z-index: 1;
	clear: both;

	
}

.nav-main {
	height: 60px;
	margin-top: 0px;
	background:#1057b1;
}

.nav a {
	color: #ffffff;
	
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;

}

.nav .nLi h3 a {
	display: block;
	padding: 0 30px;
	font-size: 18px;
font-weight: bold;
}

.nav .sub {
	display: none;
	width: 132px;
	left: 0;
	top: 60px;
	position: absolute;
	background: #1057b1;
	line-height: 30px;
	padding: 5px 0;
}

.nav .sub li {
	zoom: 1;
	text-align: center;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
}

.nav .sub a:hover {
	background: #ffffff;
	color: #1057b1;
}

.nav .on h3 a {
	border-bottom: 3px solid #d7b12e;
line-height:60px;
height:57px;
color:#ffffff;


}
.nav .on h3 a:hover{
	border-bottom: 3px solid #d7b12e;
line-height:60px;
height:57px;
color:#ffffff;
}
.footer{
	height: 170px;
	background: #1057b1;
	clear: both;
	color: #FFFFFF;
	padding-top: 30px;
	box-sizing: border-box;
}
.yqlj{
	font-size: 18px;
	/* line-height: 50px; */
	font-weight: bold;
	margin-bottom: 26px;
}
.link_left{
	width: 50%;
	border-right: 1px solid #fff;
	height: 110px;
}
.link_left ul li{
	float: left;
	width:180px;
	margin-right:20px;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 26px;
}
.link_left ul li a{line-height: 14px;/* margin-top:10px; */display:block;border-right: 1px solid #fff;color: #fff;}
.link_left ul li:nth-child(3n) a{
	padding-right: 0px;
	border-right: none;
}

.copyright{
	line-height: 30px;
	width: calc( 100% - 110px );
	/* padding-top: 10px; */
}
.copyright p{
	font-size: 14px;
	float: left;
	padding-left: 50px;
	line-height: 36px;
}
.link_right{
	width: 49%;
}
.ewm{
	width: 110px;
	/* padding-top: 20px; */
}