@charset "utf-8";

/*清除内外边距*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
th,
td,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html,
body {
	width: 100%;
	margin: 0 auto;
}

/*设置默认字体*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

/*a链接样式*/
a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #0253A5;
}

/*去除li小圆点*/
li,
ol,
ul {
	list-style: none;
}

/*小手*/
button {
	outline: none;
	border: none;
	cursor: pointer;
}

/*图片对齐方式*/
img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
}

/*输入框placeholder默认颜色*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b3b3b3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #b3b3b3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b3b3b3;
}

/*盒子模型计算方式*/
*,
*:after,
*::before {
	box-sizing: border-box;
}

html {
	font-size: 14px;
}

@font-face {
	font-family: 'SourceHanSansCN-Regular';
	font-display: swap;
	src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot');
	/* IE9*/
	src: url('//at.alicdn.com/t/webfont_x0psfw910r.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('//at.alicdn.com/t/webfont_x0psfw910r.woff2') format('woff2'),
		url('//at.alicdn.com/t/webfont_x0psfw910r.woff') format('woff'),
		/* chrome、firefox */
		url('//at.alicdn.com/t/webfont_x0psfw910r.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('//at.alicdn.com/t/webfont_x0psfw910r.svg#NotoSansHans-DemiLight') format('svg');
	/* iOS 4.1- */
}

body {
	color: #333333;
	font-family: Microsoft YaHei, SourceHanSansCN-Regular, Helvetica Neue, PingFang SC, Arial, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none
}

.container {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

/*清除浮动*/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

img {
	transition: 1s;
}

.scale {
	overflow: hidden;
}

.scale img {
	transition: .6s;
}

.scale img:hover {
	transform: scale(1.1);
}

header .header-center {
	background-color: white;
	height: 128px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header-center .header-content {
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header-center .header-content .header-l {
	height: 100%;
	display: flex;
	align-items: center;
}

header .header-center .header-content .header-l .header-logo {
	width: 260px;
	height: 73px;
}

header .header-center .header-content .header-l .header-logo img {
	width: 100%;
	height: 100%;
}

header .header-center .header-content .header-l .header-bar {
	width: 1px;
	height: 47px;
	background: #DADADA;
	opacity: 1;
	margin: 0 20px;
}

header .header-center .header-content .header-l .header-logo-title {
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	color: #0253a5;
	line-height: 24px;
	letter-spacing: 2px;
}

header .header-center .header-content .header-l .header-logo-title span:nth-child(1) {
	letter-spacing: 3px;
	text-align: justify;
}

header .header-center .header-content .header-l .header-logo-title span:nth-child(2) {
	display: block;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, Microsoft YaHei, Helvetica Neue, PingFang SC, Arial, sans-serif;
	font-weight: 400;
	text-align: left;
	color: #5e6f7f;
	line-height: 18px;
	margin-top: 11px;
	letter-spacing: 18px;
}

header .header-center .header-content .header-r {
	box-sizing: border-box;
	padding-left: 56px;
	height: 58px;
	background: url(../img/header-phone.png) no-repeat left center;
	background-size: 42px 42px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

header .header-center .header-content .header-r .header-lx {
	font-size: 16px;
	color: #666666;
}

header .header-center .header-content .header-r .header-phone {
	font-size: 24px;
	color: #242424;
	font-weight: bold;
}

header .header-center .header-content .header-r .header-phone:last-child {
	letter-spacing: 1px;
}

header .header-bottom {
	height: 60px;
	transition: 0.5s;
	background-size: auto;
	background-position: center;
	background: #0253A5;
}

header .header-bottom .nav {
	height: 60px;
	display: flex;
	align-items: center;
}

header .header-bottom .nav .nav-left {
	width: 1200px;
	display: flex;
	height: 100%;
	align-items: center;
}

header .header-bottom .nav .sub {
	height: auto;
	width: 100%;
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 999;
	display: none;
}

header .header-bottom .nav .sub p {
	font-size: 16px;
	background: rgba(255,255,255,0);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

header .header-bottom .nav .sub h4 a {
	padding: 0 !important;
	display: block;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #333 !important;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background: rgba(255,255,255,0) !important;
}

header .header-bottom .nav .sub p:hover {
	color: #0253A5;
}

header .header-bottom .nav .nav-left .nav-long {
	width: 4px;
	height: 16px;
	background: #ffffff;
	margin-right: 18px;
}

header .header-bottom .nav .nav-left .nav-navlist {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header-bottom .nav .nav-left .nav-navlist li {
	font-size: 18px;
	color: #ffffff;
	line-height: 60px;
	height: 100%;
	text-align: center;
	position: relative;
}

header .header-bottom .nav .nav-left .nav-navlist li a {
	color: #ffffff;
	padding: 9px 16px;
	position: relative;
	border-radius: 5px;
	transition: 0.5s;
}

header .header-bottom .nav .nav-left .nav-navlist li a:hover {
	background: #FFF;
	color: #0253A5;
}
header .header-bottom .nav .nav-left .nav-navlist li.cur a {
	background: #FFF;
	color: #0253A5;
}
header .header-bottom .nav .nav-left .nav-navlist li.on a {
	background: #FFF;
	color: #0253A5;
}

/*尾部*/
footer {
	background: #0D2D5C;
}

footer a {
	color: #FFF;
}

footer .container {
	display: flex;
}

footer .left .top {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	line-height: 24px;
	margin-top: 55px;
	display: flex;
	align-items: center;
	margin-bottom: 41px;
}

footer .left .top::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 22px;
	background: #ffffff;
	margin-right: 9px;
}

footer .left .main {
	width: 320px;
}

footer .left .main .item-box {
	display: flex;
	align-items: center;
}

footer .left .main .item-box .item {
	flex: 1;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 33px;
	margin-right: 50px;
	display: flex;
	align-items: center;
}

footer .left .main .item-box .item:nth-last-child(1) {
	margin-right: 0;
}

footer .left .main .item-box .item::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
	transform: rotate(45deg);
	margin-right: 7px;
}

footer .center {
	margin-left: 107px;
}

footer .center .top {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	line-height: 24px;
	margin-top: 55px;
	display: flex;
	align-items: center;
	margin-bottom: 41px;
}

footer .center .top::before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 22px;
	background: #ffffff;
	margin-right: 9px;
}

footer .center .main {
	margin-top: 43px;
}

footer .center .main .item {
	width: 300px;
	margin-bottom: 25px;
	display: flex;
}

footer .center .main .item .icon {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	flex-shrink: 0;
}

footer .center .main .item .text-1 {
	flex-shrink: 0;
}

footer .center .main .item div {
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
}

footer .hr {
	width: 1px;
	height: 333px;
	opacity: 0.13;
	background: #eeeeee;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 13px;
	flex-shrink: 0;
}

footer .right {
	display: flex;
	align-items: center;
}

footer .right .item {
	margin-right: 23px;
}

footer .right .item .img-box {
	width: 175px;
	height: 175px;
}

footer .right .item .img-box img {
	width: 100%;
}

footer .right .item .text {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	line-height: 18px;
	margin-top: 16px;
}

footer .footer-bottom {
	height: 73px;
	border-top: 1px solid rgba(238, 238, 238, 0.13);
	margin-top: 20px;
}

footer .footer-bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer-bottom .container .item {
	font-size: 16px;
	font-family: SourceHanSansCN-Regular, ;
	color: #ffffff;
	line-height: 16px;
	height: 100%;
	line-height: 73px;
}


/*在线客服*/
.kef {
	position: fixed;
	right: 10px;
	z-index: 999;
	top: 33%;
}

.kef li {
	width: 75px;
	height: 70px;
	background: #0253A5;
	text-align: center;
	margin-bottom: 3px;
	position: relative;
}

.kef li div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}

.kef li img {
	height: 22px;
}

.kef li p {
	margin-top: 5px;
	color: white;
	font-size: 12px;
}

.kef li.tel i {
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: #0253A5;
	height: 70px;
	min-width: 160px;
	font-size: 20px;
	color: #fff;
	line-height: 70px;
	transition: 0.6s;
}

.kef li.vx i {
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	width: 100px;
	height: 100px;
	position: absolute;
	left: -105px;
	top: 0;
	transition: 0.6s;
}

.kef li.vx i img {
	padding-top: 0;
	width: 0;
	height: 0;
	float: right;
}

.kef li.tel:hover i {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.kef li.vx:hover i {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.kef li.vx:hover i img {
	width: 100px;
	height: 100px;
}
