﻿@charset "utf-8";

/* 中文头部样式 */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
	font: inherit;
	display: inline;
}

ul,
li {
	list-style: none;
}

p {
	text-indent: 2em;
	line-height: 24px;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #ff9600;
}

/* header css开始*/

.top_logo {
	width: 1440px;
	margin: 0 auto;
	height: 100px;
}

.left_logo {
	float: left;
	margin-top: 0px;
	width: 635px;
	height: 77px;
}

.right_bar {
	width: 805px;
	float: right;
	height: 77px;
}

.right_bar1 {
	height: 28px;
}

.right_bar11 {
	float: right;
}

.right_bar11 a {
	font-size: 12px;
}

.ch_lang {
	width: auto;
	height: 18px;
	margin-left: 10px;
	float: right
}

.ch_lang a {
	display: block;
	padding: 5px;
	font-size: 12px;
	color: #424242;
	border: 1px solid #c2c2c2;
	text-align: center;
	float: left;
	margin-right: 3px;
}

.ch_lang a:hover {
	color: #ec8013;
	border: 1px solid #ec8013;
}

.top_tel {
	margin-top: 20px;
}

.top_tel img {
	float: right;
}


.top_nav {
	width: 100%;
	height: 50px;
	background: #182f8f;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	min-width: 1440px;
}

.top_nav nav ul {
	width: 1440px;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.top_nav nav ul li {
	width: 200px;
	display: flex;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	justify-content: center;
	text-align: center;
}

.top_nav nav ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.top_nav nav ul li a:hover {
	background: #ec8013;
}

.top_nav nav ul li a.hover {
	background: #ec8013;
}

.top_nav nav ul li.active {
	background: #ec8013;
}


/* header css结束*/

.nav_list {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	display: none;
	z-index: 1;
}

.nav_list ul li {
	background: #2283c1;
	height: 40px;
	border-bottom: 1px solid #07397e;
	line-height: 40px;

}

.nav_list ul li a {
	color: #fff;
	font-size: 16px;
}

/* 首页banner图 */
.banner {
	width: 100%;
	height: 480px;
	overflow: hidden;
	position: relative;
	min-width: 1440px;
}



/* 列表及内容页banner图 */
.banner_list {
	width: 100%;
	height: 191px;
	overflow: hidden;
	position: relative;
}

.banner_lista {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}






.footer {
	width: 100%;
	background: #182f8f;
	padding: 40px 0 40px 0;
	float: left;
	min-width: 1440px;
	height: auto;
}

.f_content {
	width: 1400px;
	margin: 0 auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.f_logo {
	width: 177px;
	height: 125px;
	margin-top: 30px;
}

.f_center {
	width: 840px;
	height: auto;
	margin-top: 20px;
	color: #ebebeb;
	text-align: center;
}

.f_nav {
	margin-bottom: 40px;
}

.f_nav a {
	color: #ebebeb;
	font-size: 16px;
}

.f_classify_nav {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.classifyBar {
	float: left;
	min-width: 16%;
}

.classifyName a {
	display: inline-block;
	width: 100%;
	/* border-bottom: 1px solid #dce3ff; */
	color: #ebebeb;
	padding: 10px 0;
	font-weight: bold;
	font-size: 20px;
}

.classifynr {
	width: 100%;
	height: auto;
}

.classifynr ul li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}

.classifynr ul li a {
	color: #ebebeb;
	padding: 0 5px;
}

.f_right {
	margin-top: 10px;
	float: right;
}

.currentMenu {
	background: '#ec8013'
}

/* 兼容1366 */
@media only screen and (min-width: 800px) and (max-width: 1366px) {
	.top_logo {
		width: 1100px;
		margin: 0 auto;
		height: 100px;
	}

	.left_logo {
		float: left;
		margin-top: 0px;
		width: 635px;
		height: 77px;
	}

	.right_bar {
		width: 465px;
		float: right;
		height: 77px;
	}

	.right_bar1 {
		height: 28px;
	}

	.right_bar11 {
		float: right;
	}

	.right_bar11 a {
		font-size: 12px;
	}

	.ch_lang {
		width: auto;
		height: 18px;
		margin-left: 10px;
		float: right
	}

	.ch_lang a {
		display: block;
		padding: 5px;
		font-size: 12px;
		color: #424242;
		border: 1px solid #c2c2c2;
		text-align: center;
		float: left;
		margin-right: 3px;
	}

	.ch_lang a:hover {
		color: #ec8013;
		border: 1px solid #ec8013;
	}

	.top_tel {
		margin-top: 20px;
	}

	.top_tel img {
		float: right;
	}


	.top_nav {
		width: 100%;
		height: 50px;
		background: #182f8f;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		min-width: 1100px;
	}

	.top_nav nav ul {
		width: 100%;
		line-height: 50px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.top_nav nav ul li {
		width: 157px;
		display: flex;
		color: #fff;
		font-size: 18px;
		cursor: pointer;
		justify-content: center;
		text-align: center;
	}

	.top_nav nav ul li a {
		color: #fff;
		display: block;
		width: 100%;
		height: 100%;
	}

	.top_nav nav ul li a:hover {
		background: #ec8013;
	}

	.top_nav nav ul li a.hover {
		background: #ec8013;
	}

	.top_nav nav ul li.active {
		background: #ec8013;
	}

	.banner {
		width: 100%;
		height: 480px;
		overflow: hidden;
		position: relative;
		min-width: 1100px;
	}

	.friendLink {
		width: 100%;
		height: 40px;
		line-height: 40px;
		background: #e4e9ff;
		float: left;
	}

	.links {
		width: 1100px;
		margin: 0 auto;
		height: 40px;
		color: #666;
	}

	.links a {
		color: #666;
	}



	.footer {
		width: 100%;
		background: #182f8f;
		padding: 40px 0 40px 0;
		float: left;
		min-width: 1100px;

	}

	.f_content {
		width: 1100px;
		margin: 0 auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.f_logo {
		width: 177px;
		height: 125px;
		float: left;
		margin-top: 30px;
	}

	.f_center {
		width: 840px;
		height: auto;
		float: left;
		margin-top: 20px;
		color: #ebebeb;
		text-align: center;
	}

	.f_nav {
		margin-bottom: 40px;
	}

	.f_nav a {
		color: #ebebeb;
		font-size: 16px;
	}

	.f_right {
		margin-top: 10px;
		float: right;
	}

	.currentMenu {
		background: '#ec8013'
	}
}