@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: #88bdf1;
}

/*去除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:hover img{
	transform: scale(1.1);
}

header .header-top {
	background: #F3F3F3;
	height: 39px;
}

header .header-top .wapper {
	display: flex;
	height: 39px;
	align-items: center;
	justify-content: space-between;
}

header .header-top .wapper .header-name {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
}

header .header-top .wapper .header-msg {
	display: flex;
	justify-content: space-around;
	align-items: center;
	height: 100%;
	background: url(../Images/index-head-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 0 32px;
}

header .header-top .wapper .header-msg .msg-item {
	display: flex;
	margin-left: 33px;
	align-items: center;
}

header .header-top .wapper .header-msg .msg-icon {
	height: 16px;
	width: 15px;
}

header .header-top .wapper .header-msg .msg-item span {
	font-size: 14px;
	color: #999999;
}

header .header-center {
	background-color: white;
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header-center .header-content {
	height: 130px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .header-center .header-content .header-l {
	height: 130px;
	display: flex;
	align-items: center;
}

header .header-center .header-content .header-l .header-logo {
	height: 130px;
}

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: 50px;
	background: #DCDCDC;
	opacity: 1;
	margin-left: 6px;
	margin-right: 20px;
}

header .header-center .header-content .header-l .header-logo-title span {
	font-size: 24px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #0253a5;
	line-height: 30px;
	letter-spacing: 3px;
}

header .header-center .header-content .header-l .header-logo-title p {
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #5e6f7f;
	line-height: 30px;
	letter-spacing: 1px;
}

header .header-center .header-content .header-l .header-logo-title span:nth-child(1) {
	letter-spacing: 2px;
	text-align: justify;
}

header .header-center .header-content .header-l .header-logo-title span:nth-child(2) {
	display: block;
	font-size: 24px;
	color: #454545;
	margin-top: 15px;
}

header .header-center .header-content .header-r {
	box-sizing: border-box;
	height: 100%;
	padding-left: 53px;
	background: url("data:image/png;base64,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") no-repeat;
	background-size: 44px 44px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-position: 0% 50%;
}

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;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #242424;
	line-height: 30px;
	letter-spacing: 1px;
}

header .header-bottom {
	height: 65px;
	transition: 0.5s;
	background-size: auto;
	background-position: center;
	background: #0253A5;
}

header .header-bottom .nav {
	height: 64px;
	display: flex;
	align-items: center;
}

header .header-bottom .nav .nav-left {
	width: 1200px;
	display: flex;
	height: 100%;
	align-items: center;
}

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: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header-bottom .nav .nav-left .nav-navlist li {
	height: 35px;
	border-radius: 5px;
}

header .header-bottom .nav .nav-left .nav-navlist .icon {
	opacity: 0.63;
	color: #FFF;
}

header .header-bottom .nav .nav-left .nav-navlist li a {
	display: flex;
	height: 100%;
	width: 100%;
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 35px;
	padding: 0 16px;
}

header .header-bottom .nav .nav-left .nav-navlist li:hover,
header .header-bottom .nav .nav-left .nav-navlist .on,
.header-bottom .nav .nav-left .nav-navlist li.cur a::before {
	background: #FC9A18;
}

header .header-bottom .nav .nav-left .nav-navlist li:hover~li a::before {
	left: 0;
}

/*尾部*/

footer {
	background:url(../img/footer-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 1px;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer .main {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 25px;
}

footer .main .item {
	position: relative;
}

footer .main .tit {
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
	line-height: 18px;
	margin-bottom: 20px;
	position: relative;
}

footer .main .tit::after {
	content: "";
	display: block;
	border-left: 10px solid #fff;
	border-top: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	position: absolute;
	left: -13px;
	top: 50%;
	transform: translateY(-50%);
}

footer .main .item .text {
	margin-top: 10px;
}
footer .main .item .text a {
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 14px;

}
footer .main .item .text a:hover{
	color: #88bdf1;
}
footer .main .ts .tit {
	margin-bottom: 25px;
}

footer .main .ts .text {
	margin-top: 12px;
	display: flex;
	align-items: center;
	margin-left: -20px;
}

footer .main .ts .text .icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

footer .main .ts .text div{
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
}

footer .main .ts .text .adr {
	display: inline-block;
}
footer .main .ts .text .adr3{
	width: 163px;
}
footer .main .ts .text .adr1 {
	display: flex;
	align-items: flex-start;
}

footer .main .ts .adr2 {
	align-items: flex-start;
}

footer .main .ts .adr2 .icon {
	margin-top: 5px;
}

footer .main .br{
	height: 200px;
	width: 1px;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(0, 0, 0, 0) 100%);

}
footer .logo {
	width: 176px;
	height: 141px;
}

footer .ewm {
	width: 163px;
	height: 159px;
}

footer .item .tips {
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 16px;
	margin-top: 10px;
}

footer .footer-bottom-after {
	border-top: 1px solid rgba(255,255,255,0.13);
	/* height: 70px; */
}

footer .footer-bottom-after .after-container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	/* height: 40px; */
	align-items: center;
	color: #fff;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 16px;
	font-family: Source Han Sans CN, Source Han Sans CN-Regular;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
}


/*在线客服*/
.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;
}
