@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 16px Microsoft YaHei, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; }
ul, ol { list-style: none; }
a { text-decoration: none; cursor: pointer; color: unset;}
legend { color: #000; }
fieldset, img { border: 0; vertical-align: top; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%;border:0;background:none;outline:none; }
table { border-collapse: collapse; border-spacing: 0 }
a:link, a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: none; }
a { blr:expression_r(this.onFocus=this.blur());}
a { outline: none;}
table { border-collapse: collapse; border-spacing: 0; }
.all-wrap{ min-width:1400px; width:100%}
.wrap{width:1400px; margin:0 auto;}
@font-face {
	font-family: 'iconfont';
	src: url('./iconfont/iconfont.woff2?t=1762852600506') format('woff2'),
		 url('./iconfont/iconfont.woff?t=1762852600506') format('woff'),
		 url('./iconfont/iconfont.ttf?t=1762852600506') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 头部 */
.header{
    height: 144px;
	border-bottom: 5px solid #1a2b85;
}
.header-container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.header-nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-nav ul li{
    margin: 14px;
}
.header-nav ul li a{
	padding: 10px 20px;
	border-radius: 4px;
	transition: all 0.1s ease-in-out;
	font-size: 20px;
	color: #303030;
}
.header-nav ul li a:hover,.header-nav ul li.active a{
    background-color: #1a2b85;
    color: #fff;
}

.header-search{
	position: relative;
	margin-left: 100px;
}
.header-search>div{
	width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #1a2b85;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #1a2b85;
	cursor: pointer;
}
.header-search>div:active{
    background-color: #1a2b85;
    color: #fff;
}
.header-search .header-search-form{
	position: absolute;
    top: 50px;
	opacity: 0;
	transition: all 0.1s ease-in-out;
    left: 0;
	display: flex;
	border: 1px solid #1a2b85;
	padding: 4px 10px;
	border-radius: 4px;
}
.header-search .header-search-form i{
	font-size: 20px;
	color: #1a2b85;
}
.header-search .header-search-form.active{
	opacity: 1;
	top: 40px;
}

.header-phone{
	display: flex;
	align-items: center;
}
.header-phone i{
	font-size: 32px;
	color: #1a2b85;
	cursor: pointer;
	margin-right: 10px;
}
.header-phone span{
	font-weight: bold;
	font-family: 'Times New Roman';
	font-size: 30px;
	color: #1a2b85;
	line-height: 32px;
}


/* 尾部 */
.footer .links{
	height: 62px;
	background-color: #333333;
	line-height: 62px;
}

.footer .links h2,.footer .links ul{
	display: inline-block;
	overflow: hidden;
}

.footer .links h2{
	font-size: 18px;
	color: #fff;
	margin: 0 44px 0 10px;
}

.footer .links li{
	float: left;
	margin-right: 44px;
}

.footer .links li a{
	font-size: 16px;
	color: #bbbbbb;
}

.footer .links li a:hover{
	color: #fff;
}

.footer .footer-nav{
	background-color: #393939;
	padding-top: 42px;
	padding-bottom: 42px;
}

.footer .footer-nav>div{
	display: flex;
	justify-content: space-between;
}

.footer .footer-nav .footer-nav-con{
	width: calc(100% - 454px);
}

.footer .footer-nav .footer-nav-con ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer .footer-nav li>a{
	font-size: 16px;
	color: #fff;
}

.footer .footer-nav dl{
	padding-top: 22px;
}

.footer .footer-nav dd>a{
	font-size: 14px;
	color: #7d7d7d;
	line-height: 26px;
}

.footer .footer-nav dd>a:hover{
	color: #fff;
}

.footer .footer-nav .footer-ewm{
	display: flex;
}

.footer .footer-nav .footer-ewm div{
	display: flex;
	flex-direction: column;
	margin-left: 28px;
	align-items: center;
}

.footer .footer-nav .footer-ewm div span{
	font-size: 16px;
	color: #fff;
	margin-top: 14px;
}

.footer .footer-address{
	background-color: #363636;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer .footer-address p,.footer .footer-address a{
	color: #7d7d7d;
	font-size: 16px;
}

.footer .footer-address a:hover{
	color: #fff;
}
