@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,

u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font: 16px/1.5 'Microsoft Yahei', '微软雅黑', Arial, Tahoma, Helvetica, sans-serif;
	color: #444;
	background-color: #fff;
	margin: auto;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #000000;
	vertical-align: middle;
	padding: 10px;
}

td p {
	margin: 0px !important;
}

a:hover {
	text-decoration: none !important;
	color: #045fbd !important;

}

a:active {
	text-decoration: none !important;
	color: inherit !important;
}

a:visited {
	background: inherit !important;
	text-decoration: none !important;
}

.header .container .pr {
	padding: 0;
}

/*以下为自定义样式*/
.col-sm-6,
.col-sm-12,
.col-md-7,
.col-md-5,
.col-xs-3 {
	padding: 0;
}

.fr {
	float: right
}

.fl {
	float: left
}

.pr {
	position: relative;
}

.header {
	background: url("head-xjlhen-2022.png") top center;
}

.logo {
	margin: 32px 0px 19px;
	display: inline-block;
}

.logo img {
	width: 100%;

}

@media(min-width:991px) and (max-width:1199px) {
	.logo img {
		width: 70%;
	}
}

.head-link {
	position: absolute;
	right: 0px;
	top: 20px;
	display: inline-block;
	padding: 0px 5px;
	color: #fff;
	font-size: 13px;

}

.head-link a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: 14px;
	transition: 0.3s;
	transition-duration: 0.3s;
}

.head-link a:hover {
	font-size: 16px;
	color: #fff !important;
	line-height: 16px;
	transition: 0.3s;
	transition-duration: 0.3s;


}

.search-box {
	width: 225px;
	height: 34px;
	border-radius: 17px;
	margin-top: 54px;
	background: url("searchbg-xjlhen-2022.png") no-repeat right;
}

.search-txt {
	background: none;
	border: none;
	float: left;
	margin: 0px 0px 0px 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #fff;
	line-height: 30px;

}

input::-webkit-input-placeholder {
	color: #fff;
}

/* chorme */
input::-webkit-input-placeholder {
	color: #fff;
}

/* WebKit, Blink, Edge */

:-moz-placeholder {
	color: #fff;
}

/* Mozilla Firefox 4 to 18 */


::-moz-placeholder {
	color: #fff;
}

/* Mozilla Firefox 19+ */

input:-ms-input-placeholder {
	color: #fff;
}

/* Internet Explorer 10-11 */


input::-ms-input-placeholder {
	color: #fff;
}

/* Microsoft Edge */

.search-txt:focus-visible {
	outline: none !important;
}

.search-btn {
	float: right;
	background: url("search-xjlhen-2022.png") center no-repeat;
	border: none;
	height: 18px;
	width: 18px;
	margin: 8px 17px 0px 0px;
}

.search-xs {
	display: block;
	background: url("search-xjlhen-2022.png") no-repeat center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	right: 150px;
}

.head-nav {
	background: #2057D2;
	height: 50px;
}

.navigation {
	display: flex;
	justify-content: space-between;
}

.navigation>li {
	display: block;
	float: left;
	padding: 0 10px;
}

@media(max-width:1200px) {
	.navigation>li {
		padding: 0;
	}


}

.navigation a {
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	width: 100%;
	display: block;
	padding: 0 15px;
}

.navigation>li>a:hover .dropdown-m {
	display: block;
}

.navigation>li>a:hover {
	background: #1938A9;
	color: #ffffff !important;
}

/* .active1>a {
	background: #1938A9;
} */

.dropdown-m {
	position: absolute;
	z-index: 99;
	display: none;
	box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.1);
	padding: 18px !important;
	background: #F0F5FF;
	height: auto !important;
}

.dropdown-m li {
	width: 100%;
}

.dropdown-m li a {
	color: #333333;
	text-align: left;
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	line-height: 36px;
	padding: 0;
}

.dropdown-m li a:hover {
	color: #1938A9;
	background: none;
}

/*手机端下拉菜单样式*/
.menu-xs {
	height: 40px;
	width: 40px;
	background: url("menu-xjlhen-2022.png") no-repeat center;
	position: absolute;
	top: 50px;
	right: 0px;
}



.navigation-xs li {
	background: #116dca;
}

.dropdown-m-xs li {
	background: #045fbd;
}

.navigation-xs a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	width: 100%;
	display: block;
	padding-left: 20px;
}

.navigation-xs p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	width: 100%;
	display: block;
	padding-left: 20px;
}

.nav-xs {
	display: none;
}

.dropdown-m-xs {
	display: none;
}

.container {
	padding: 0;
}

@media(min-width:1300px) {
	.container {
		width: 1248px;
		padding: 0;
	}
}

@media(max-width:1200px) {
	.search-box {
		margin-top: -60px;
	}
}

@media(max-width:991px) {
	.head-link {
		display: none;
	}

	.logo {
		width: 80%;
	}

	.search-xs {
		right: 5px;
		top: 35px;
	}

	.menu-xs {
		top: 80px;
	}
}

@media(max-width:768px) {
	.logo {
		margin-left: 20px;
		max-width: 80%;
		margin-top: 50px;
	}

	.search-box {
		margin: 0px 0px 15px;
		float: none;
		width: 100%;
	}

	.menu-xs {
		right: 10px;
	}

	.search-xs {
		right: 15px;

	}
}

@media(max-width:450px) {
	.search-xs {
		top: 20px;
	}

	.menu-xs {
		top: 65px;
	}

}

/*尾部样式*/
.bottom {
	background: url("foot-xjlhen-2022.png") top center;
}

.bottom .title-index {
	margin: 42px 21px 36px;
}

.bottom .title-index a {
	color: #fff;
}

.bottom .title-index a:hover {
	color: #fff !important;
}

.bottom img {
	display: inline-block;
	float: left;
}


/* xinzeng  */
.contact .title-index {
	clear: both;
}

.contact .b-box {
	margin-bottom: 41px;
	margin-left: 21px;
	margin-right: 21px;
	border-bottom: solid 1px #2D68AD;
	padding-bottom: 41px;
}

.contact .b-tel {
	clear: both;

}

.contact .b-box div {
	float: left;
	width: 25%;
}

.contact .b-box span {
	height: 50px;
	display: flex;
	align-items: center;

	padding-left: 23px;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	white-space: normal;
	word-wrap: break-word;
}

.b-box::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.footer {
	margin-left: 23px;
	margin-right: 23px;
	margin-bottom: 41px;
}

.footer::after {
	content: '';
	height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}

.footer p {
	display: inline-block;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;

	margin-left: 97px;
	line-height: 58px;
	height: 58px;

}

.rightbz {
	float: right;
}

@media(max-width:1200px) {
	.footer p {
		margin-left: 23px;
	}
}

@media(max-width:991px) {

	.b-tel,
	.b-mail {
		margin-bottom: 20px;
	}

	.b-fax {
		float: none;
		clear: both;
	}

	.contact .b-box div {
		width: 50%;
	}

	.footer img,
	.footer p {
		float: none;
		clear: both;
		margin: 0;
		display: flex;
		justify-content: space-around;
		text-align: center;
		margin: 0 auto 20px auto;
		line-height: 30px;
	}
}

@media(max-width:767px) {
	.header .container .pr {
		position: relative;
	}

	.logo {
		max-width: 80%;
		width: 90%;
	}

	.search-xs {
		position: absolute;
		right: 60px;
		top: 15px;
	}

	.menu-xs {
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.rightbz {
		float: right;
		width: 100%;
	}

}

@media(max-width:500px) {
	.contact .b-box {
		margin-bottom: 0;
	}

	.contact .b-box div {
		float: none;
		clear: both;
		margin-bottom: 20px;
		width: 100%;
	}

	.page-phone a {
		padding: 20px 20px;
		max-width: 100%;
	}
}