@charset "utf-8";

/* 公共样式 */

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html,
body {
	width: 100%;
	font-size: 12px;
	min-height: 100%;
	min-width: 1200px;
	position: relative;
	background: #FFFFFF;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-family: 'microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
}

a {
	outline: none;
	text-decoration: none;
	-webkit-touch-callout: none;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
	-webkit-touch-callout: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

ul,
ol,
li {
	list-style: none;
}

input,
textarea {
	border: none;
	outline: none;
	-webkit-appearance: none;
}

span,
em,
a,
img,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

:focus {
	outline: none !important;
}

.container {
	height: 100%;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	width: 1170px !important;
}

/* 公用样式 */

/* 头部导航 */

.header {
	width: 100%;
	padding-top: 20px;
	position: absolute;
	align-items: flex-start;
	justify-content: center;
}

.banner_bg {
	top: 0;
	z-index: 9;
	width: 100%;
	height: 200px;
	position: absolute;
	background-image: linear-gradient(#0A46BB, rgba(10, 70, 187, 0));
}

.header > .container {
	height: auto;
	z-index: 11;
	justify-content: space-between;
}

#logo {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#logo > img {
	width: 100%;
}

#navBar {
	display: flex;
	background: none;
	align-items: center;
	justify-content: flex-end;
}

.layui-nav {
	padding: 0;
}

.layui-nav .layui-nav-item {
	display: flex;
	transition: 0.15s;
	line-height: 44px;
	align-items: center;
	justify-content: center;
	border: 0.5px solid rgba(255, 255, 255, 0);

}

#navBar.layui-nav .layui-nav-item a {
	color: #fff;
	font-size: 16px;
}

.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
	background-color: rgba(0, 0, 0, 0.7);
}

#navBar.layui-nav .layui-nav-item a .layui-nav-more {
	display: none;
}

.layui-nav-item.nav_hover {
	border: 0.5px solid rgba(255, 255, 255, 0.5);
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	display: none;
}

.layui-nav-item > dl {
	top: 100%;
	left: auto;
	padding: 0;
	border: none;
	background: none;
}

.layui-nav-item > dl > dd {
	line-height: 45px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
}

.layui-nav-item > dl > dd:last-child {
	border-bottom: none;
}

.layui-nav-item > dl > dd:hover {
	background: rgba(0, 0, 0, 0.7);
}

.layui-nav-item > dl > dd:hover > a {
	background: none !important;
}

/* 二级页banner */

.banner {
	width: 100%;
}

.banner > div {
	top: 0;
	width: 100%;
	color: #fff;
	z-index: 10;
	height: 100%;
	display: flex;
	max-height: 360px;
	position: absolute;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.banner > div > p:nth-child(1) {
	font-size: 24px;
}

.banner > div > p:nth-child(2) {
	font-size: 32px;
	font-weight: bold;
}

.titles {
	width: 100%;
	height: 66px;
	background: #fff;
	border-bottom: 2px solid #f1f1f1;
}

.titles > .container {
	justify-content: space-between;
}

.titles > .container > div:nth-child(1) {
	color: #2D7AE2;
	font-size: 18px;
	font-weight: bold;
}

.container_main {
	min-height: 500px;
	background: #F9FBFE;
}

/* 页脚 */

.footer_main {
	width: 100%;
	color: #fff;
	display: flex;
	overflow: hidden;
	align-items: flex-start;
	justify-content: space-between;
}

.footer_main > .container {
	display: flex;
	align-items: center;
	padding: 24px 0 10px;
	justify-content: space-between;
}

.footer_main > .container > div:nth-child(1) {
	margin-left: -15px;
}

.footer_main > img {
	width: 100%;
	position: absolute;
}

.division {
	top: 41px;
	width: 100%;
	height: 2px;
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
}

.links {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}

.links > div {
	width: 100px;
}

.links > div > * {
	text-align: center;
}

.links > div > div {
	color: #fff;
	font-size: 16px;
	line-height: 44px;
}

.links > div > a {
	color: #aaa;
	display: block;
	font-size: 14px;
	line-height: 32px;
	transition: all 0.15s;
}

.links > div > a:hover {
	color: #fff;
}

.ewm {
	top: 85px;
	right: 250px;
	width: 140px;
	height: 140px;
	position: absolute;
}

.footerContactUs {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: space-between;
}

.footerContactUs > p.corporateName {
	font-size: 32px;
	padding-top: 8px;
	letter-spacing: 2px;
}

.footerContactUs > p.corporateName > img {
	width: 370px;
}

.footerContactUsBtn {
	display: flex;
	margin: 40px 0;
	align-items: center;
	justify-content: flex-end;
}

.ewmContent {
	height: 50px;
	color: #2D7AE2;
	cursor: pointer;
	padding: 0 20px;
	font-size: 24px;
	background: #fff;
	line-height: 44px;
	font-weight: bold;
	text-indent: -8px;
	text-align: center;
	border-radius: 25px;
	transition: all 0.15s;
	border: 2px solid #fff;
}

.ewmContent:hover {
	color: #fff;
	background: none;
}

.footerContactUs > p {
	font-size: 14px;
	line-height: 40px;
}

.copyright {
	color: #fff;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	background: #1A1A1A;
}

.copyright a {
	color: #fff;
	text-decoration: underline;
}
