﻿/* CSS Document */
html {
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
	border: 0;
}

ul li,
ol li {
	list-style-type: none;
}

a,
label {
	cursor: pointer;
}

img,
svg {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

button {
	border: none;
	cursor: pointer;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: #ffffff;
	font-family: 'Microsoft YaHei, Microsoft YaHei-Regular';
	color: #333333;
}

div,
ul,
li,
dt,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
img,
p,
span {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #333333;
}

img {
	display: block;
}

input:focus {
	outline: none;
}

/* Link */
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	outline: none;
	border: 0px;
	background-color: Transparent;
}

a {
	display: block;
}

a {
	blr: expression(this.onFocus=this.blur());
	outline: none;
}

.blank5 {
	width: 100%;
	height: 5px;
	clear: both;
}

.blank10 {
	width: 100%;
	height: 10px;
	clear: both;
}

.blank15 {
	width: 100%;
	height: 15px;
	clear: both;
}

.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
}

.blank30 {
	width: 100%;
	height: 30px;
	clear: both;
}

.blank40 {
	width: 100%;
	height: 40px;
	clear: both;
}

.blank50 {
	width: 100%;
	height: 50px;
	clear: both;
}

.blank60 {
	width: 100%;
	height: 60px;
	clear: both;
}

.blank70 {
	width: 100%;
	height: 70px;
	clear: both;
}

.blank80 {
	width: 100%;
	height: 80px;
	clear: both;
}

.blank150 {
	width: 100%;
	height: 150px;
	clear: both;
}

/*Clear*/
.clear {
	clear: both;
	font-size: 1px;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
	content: ".";
	/*加一段内容*/
	display: block;
	/*让生成的元素以块级元素显示，占满剩余空间*/
	height: 0;
	/*避免生成的内容破坏原有布局高度*/
	clear: both;
	/*清除浮动*/
	visibility: hidden;
	/*让生成的内容不可见*/
}

.max {
	position: relative;
	overflow: hidden;
}

.bigInner {
	width: 1920px;
	min-width: 1920px;
	height: auto;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	;
}

.inner {
	width: 1200px;
	min-width: 1200px;

	/* position: relative; */
	z-index: 50;
	margin: 0 auto;
}

.innerBanner {
	width: 2000px;
	min-width: 2000px;
	margin: 0 auto;
	height: auto;
}

/*首页*/
span {
	display: block;
}

.header_top {
	background: #1f2c5c;
	padding: 10px 0;
}

.header_top .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_top_caption {
	font-size: 12px;
	color: #ffffff;
}

.header_top_tel {
	font-size: 14px;
	color: #ffffff;
	background: url(../images/tel.png) no-repeat left center;
	background-size: 15px 17px;
	padding-left: 20px;
}

.header {
	padding: 26px 0;
	position: relative;
	z-index: 2;
}

.header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 477px;
	height: 53px;
}

.logo img {
	width: 100%;
}

.header_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header_item {
	padding: 0 20px;
	border-left: 1px solid #1f2c5c;
	position: relative;
}

.header_item:first-of-type {
	border-left: none;
}

.header_text {
	font-size: 16px;
	color: #1f2c5c;
	cursor: pointer;
}

.header_er_block {
	position: absolute;
	top: 100%;
	left: 50%;
	background: #ffffff;
	transform: translateX(-50%);
	padding-top: 10px;
	display: none;
}

.header_er_jian {
	margin: 0 auto;
}

.header_er_list {
	border-radius: 5px;

	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 5px 27px rgba(31, 44, 92, 0.18);
	/*background: url(../images/bg8.png) no-repeat center top;*/
	/*background-size: 100% 100%;*/
	padding: 15px 10px 5px 10px;
	/*display: none;*/
	max-height: 500px;
	z-index: 12;
	overflow-y: scroll;
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
	overflow-x: hidden;
	overflow-y: auto;
}

.header_item:last-of-type .header_er_jian {
	margin-left: 35px;
}

.header_er_item {
	background: #1f2c5c;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	padding: 7.5px 0;
	width: 157px;
	margin: 0 auto 10px auto;
}

.header_er_link {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.header_item:hover .header_er_block {
	display: block;
}

.header_er_list::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}

.nav {
	background: #f6f6f6;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	box-shadow: 0 1px 21px rgba(51, 51, 51, 0.16);
	position: relative;
	z-index: 1;
}

.nav_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav_item {
	width: 120px;
	height: 44px;
	position: relative;
}

.nav_link {
	line-height: 44px;
	font-size: 14px;
	color: #333333;
	text-align: center;
}

.nav_section {
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 10px;
	display: none;
}

.nav_block {

	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0 5px 27px rgba(51, 51, 51, 0.32);
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 410px;
}

.nav_block img {
	border-radius: 5px;
	width: 185px;
	height: 120px;
}

.nav_current {
	background: #1f2c5c;
}

.nav_current .nav_link {
	color: #ffffff;
}

.nav_item:hover {
	background: #1f2c5c;
}

.nav_item:hover .nav_link {
	color: #ffffff;
}

.nav_area {
	width: 185px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.nav_box {
	width: 50%;
}

.nav_er_link {
	font-size: 14px;
	color: #333333;
	padding: 11px 0;
	line-height: 14px;
}

.nav_er_link:hover {
	color: #313751;
}

.nav_item:hover .nav_section {
	display: block;
}

.nav_item:last-of-type .nav_section {
	right: 0;
	left: inherit;
}

.nav_item:nth-child(9) .nav_section {
	right: 0;
	left: inherit;
}

.nav_item:nth-child(8) .nav_section {
	right: 0;
	left: inherit;
}

.mcenter {
	height: 500px;
}

.index_news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	margin-top: 12px;
}

.index_news_banner {
	width: 487px;
}

.index_news_banner img {
	width: 100%;
	border-radius: 5px;
}

.index_news_link {
	position: relative;
	border-radius: 5px;
}

.index_news_name {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgba(0, 0, 0, 0.5);
	padding: 19px 10px;
}

.index_news_name font {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
}

.index_news_banner .swiper-pagination {
	width: 40% !important;
	left: inherit !important;
	right: 10px !important;
	text-align: right;
	bottom: 16px !important;
}

.index_news_banner .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #ffffff;
	opacity: 0.5;
}

.index_news_banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.index_news_right {
	width: 645px;
}

.index_news_caption {
	border-bottom: 1px solid #1f2c5c;
}

.index_news_caption font {
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 42px;
	line-height: 42px;
	background: #1f2c5c;
	display: block;
	width: 103px;
	text-align: center;
}

.index_news_item {
	padding: 15px 0;
	border-bottom: 1px dashed #bfbfbf;
}

.index_news_item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_news_title {
	width: 80%;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news_time {
	font-size: 14px;
	color: #333333;
}

.index_news_item:last-of-type {
	border-bottom: none;
}

.index_news_item:hover .index_news_title {
	color: #1f2c5c;
}

.index_dao {
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	padding: 10px;
	margin: 12px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_dao_link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.index_dao_photo {
	width: 136px;
	height: 86px;
	border-radius: 5px;
	overflow: hidden;
}

.index_dao_photo img {
	width: 100%;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
}

.index_dao_link:hover .index_dao_photo img {
	transform: scale(1.1);
}

.index_dao_area {
	margin-left: 13px;
}

.index_dao_zh {
	font-size: 18px;
	color: #1f2c5c;
	line-height: 18px;
}

.index_dao_en {
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	margin: 10px 0;
}

.index_dao_look {
	font-size: 14px;
	color: #ffffff;
	background: #1f2c5c;
	display: inline-block;
	padding: 1px 15px;
	margin-bottom: 2px;
}