@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgb(255, 255, 255);
	z-index: 99;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.Header-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .3;
	transition: opacity .3s;
}

.Header-wrapper.on,
.Header-wrapper:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.Header-wrapper.on::after,
.Header-wrapper:hover::after {
	opacity: 0;
}

.Header-container {
	height: 100px;
}

.Header-container .logo {}

.Header-container .logo h1 {
	font-size: 0;

}

.Header-container .logo h1 a {
	font-size: 0;
}

.Header-container .logo h1 a img,
.Header-wrapper.on .logo h1 a img+img,
.Header-wrapper:hover .logo h1 a img+img {
	width: auto;
	height: 53px;
	display: block;
}

.Header-container .logo h1 a img+img,
.Header-wrapper.on .logo h1 a img,
.Header-wrapper:hover .logo h1 a img {
	display: none;
}


.Header-container .nav_item {
	margin-right: 0.2rem;
}

.Header-container .nav_item>ul {}

.Header-container .nav_item>ul>li {
	float: left;
	position: relative;
	margin: 0;
	background-color: #fff;
	transition: all 5s;
}

.Header-container .nav_item>ul>li::hover {
	background-color: #164997 !important;
}

.Header-container .nav_item>ul>li>a {
	display: inline-block;
	font-size: 20px;
	line-height: 90px;
	padding: 5px 30px;
	color: #000;
	font-family: 'SHH' !important;
	transition: all .5s;
}

.Header-wrapper.on .Header-container .nav_item>ul>li>a,
.Header-wrapper:hover .Header-container .nav_item>ul>li>a {
	color: #221815;
	transition: all .5s;
}

.Header-container .nav_item>ul>li>a:hover,
.Header-container .nav_item>ul>li.active>a {
	color: #fff !important;
	background-color: #164997;
}

/* 二级导航 */
.Header-container .nav_item .son {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	background: rgba(22, 73, 151, .88);
	display: none;
	transition: top .22s;
}

.Header-container .nav_item .son .fl {
	width: 30%;
	padding: 50px 50px 50px 0;
	position: relative;
}

.Header-container .nav_item .son .fl::before {
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	right: 0;
}

.Header-container .nav_item .son .fl .tit {
	font-size: 0.3rem;
	color: white;
	text-transform: uppercase;
	position: relative;
	font-family: "Montserrat-Bold";
}

.Header-container .nav_item .son .fl .des {
	margin-top: 20px;
	line-height: 1.7;
	font-size: 0.16rem;
	position: relative;
	color: rgba(255, 255, 255, .7);
	text-transform: uppercase;
}

.Header-container .nav_item .son .fl a {
	display: block;
	width: 290px;
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 100px;
	text-align: center;
	margin-top: 50px;
	font-size: 0.16rem;
	color: #fff;
	position: relative;
	transition: all .3s;
	box-sizing: border-box;
	padding-right: 10px;
}

.Header-container .nav_item .son .fl a i {
	margin-left: 8px;
	position: absolute;
	right: 14px;
	top: 17px;
	font-size: 0.14rem;
	line-height: 1;
	z-index: 2;
	transition: all .3s;
}

.Header-container .nav_item .son .fl a:hover i {
	color: #fff;
}

/* .Header-container .nav_item .son .fl a::after {
	position: absolute;
	content: '';
	display: block;
	width: 0;
	height: 0;
	background: #2e7eef;
	border-radius: 50%;
	right: 24px;
	top: 24px;
	z-index: 1;
	transition: all .3s;
	opacity: 0;
} */

.Header-container .nav_item .son .fl a:hover::after {
	width: 42px;
	height: 42px;
	right: 3px;
	top: 3px;
	opacity: 1;
}

.Header-container .nav_item .son .fr {
	width: 70%;
	padding: 50px 0 50px 60px;
	display: flex;
}

.Header-container .nav_item .son .fr .sub {
	width: calc(100% - 450px);
}

.Header-container .nav_item .son .fr .sub a {
	display: block;
	color: #fff;
	font-size: 0.16rem;
	padding: 15px 0;
	transition: all .3s;
	position: relative;
}

.Header-container .nav_item .son .fr .img {
	margin-top: 15px;
	max-width: 400px;
}

.Header-container .nav_item .son .fr .img img {}


.Header-container .tool {
	color: #000;
}

.Header-wrapper.on .Header-container .tool,
.Header-wrapper:hover .Header-container .tool {
	color: #333;
}

.Header-container .tool .search {}

.Header-container .tool .search i {
	position: relative;
	font-size: 0.24rem;
	padding-right: 0.18rem;
	margin-right: 0.2rem;
	cursor: pointer;
}

.Header-container .tool .search i::after {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #000;
}

.Header-wrapper.on .Header-container .tool .search i::after,
.Header-wrapper:hover .Header-container .tool .search i::after {
	background-color: rgb(0, 0, 0, .3);
}

.Header-container .tool .language {
	position: relative;
}

.Header-container .tool .language a {}

.Header-container .tool .language i {
	font-size: 24px;
}

.Header-container .tool .language p {
	font-size: 14px;
	margin-left: 0.08rem;
	display: inline-block;
}

.Header-container .tool .language p::after {
	display: inline-block;
	margin-left: 5px;
	content: "\f0d7";
	font-size: 12px;
	font-family: 'fontawesome';
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* -webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); */
}

.Header-container .tool .language.on p::after {
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.Header-container .tool .language .language_down {
	display: none;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: calc(100% + 14px);
	width: 100%;
	height: auto;
	background: rgba(0, 0, 0, .8);
	text-align: left;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

.Header-container .tool .language .language_down a {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/* letter-spacing: 0.5px; */
	text-align: center;
}

.Header-container .tool .language .language_down a:hover {
	background-color: #164997;
}

/* 产品下拉 */
.Header-container .nav_item ul li .drop_pro {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100vw;
	background: #fff;
	padding: 0.55rem 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
	border-top: 1px solid #E5E5E5;
}

.Header-container .nav_item ul li:hover .drop_pro {
	opacity: 1;
	visibility: visible;
}

.Header-container .nav_item ul li .drop_pro .w16 {
	padding: 0 10%;
}

.Header-container .nav_item ul li .drop_pro .fl {
	width: 70%;
	padding-right: 0.3rem;
}

.Header-container .nav_item ul li .drop_pro .fl dl {
	float: left;
	/* width: calc(100% / 3); */
	width: 50%;
	margin: 0.12rem 0;
}

.Header-container .nav_item ul li .drop_pro .fl dl a {
	font-size: 16px;
	letter-spacing: 1px;
	/*font-family: "OBS";*/
	font-weight: 700;
	line-height: 24px;
	text-transform: capitalize;
	color: #242424;
}

.Header-container .nav_item ul li .drop_pro .fl dl a:hover {
	/* color: rgba(255,255,255,0.95); */
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
	color: #164997;
}

.Header-container .nav_item ul li .drop_pro .fl dl dt {}

.Header-container .nav_item ul li .drop_pro .fl dl dt a {
	height: 48px;
}

.Header-container .nav_item ul li .drop_pro .fl dl dd {}

.Header-container .nav_item ul li .drop_pro .fl dl dd a {}

.Header-container .nav_item ul li .drop_pro .fr {
	width: 30%;
}

.Header-container .nav_item ul li .drop_pro .fr .pic {
	/* background-color: white; */
}

.Header-container .nav_item ul li .drop_pro .fr .pic img {
	/* width: 100%; */
	height: 100%;
	object-fit: contain;
}

/*顶部导航开关*/
.c-switch {
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.c-switch {
		display: block;
	}
}

.c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-switch i:nth-child(1) {
	top: 0;
}

.c-switch i:nth-child(3) {
	bottom: 0;
}

.c-switch i:nth-child(2) {
	margin: 6px 0;
}

.c-switch i {
	background: #333;
}

.c-switch i {
	background: #000000;
}

/*顶部移动端导航*/
.c-nav2 {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 0;
	line-height: 50px;
	background: #fff;
	overflow-y: auto;
	transition: all 0.5s;
	text-align: left;
}

.c-nav2>li:last-child {
	border-bottom: 1px solid #f1f1f1;
}

.c-nav2 li {
	padding: 0 20px;
	border-top: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
	.c-nav2 li {
		padding: 0 4%;
	}
}

.c-nav2 li .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-nav2 li a {
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
}

.c-nav2 li i {
	font-size: 20px;
	color: #333;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.c-nav2 li .c-title-box.on i {
	transform: rotate(180deg);
}

.c-nav2 li a:hover,
.c-nav2 li.on>a {
	color: #164997;
}

.c-nav2 li ul {
	display: none;
}

.c-open .c-nav2 {
	height: calc(100vh - 100px);
}


/* 底部 */
.pad_top {
	padding-top: 95px;
}

#foot {
	width: 100%;
	background: #0c2f55;
}

#foot>.m {
	overflow: hidden;
}

.foot_logo {
	float: left;
	margin-right: 8vw;
}

.foot_logo li .logo_footer img {
	margin-bottom: 30px;
}


.foot_r {
	float: right;
}

.foot_nav {
	float: left;
}

.foot_nav dl {
	float: left;
	margin-right: 90px;
}

.foot_nav dl dt {
	font-size: 19px;
	margin-bottom: 30px;
	font-weight: 400;
	text-align: left;
	color: #fff;
	line-height: 30px;
}

.foot_nav dl dd {
	font-size: 14px;
	color: rgba(255, 255, 255, .75);
	line-height: 30px;
}

.foot_nav dl dt:hover {
	color: #fff;
}

.foot_nav dl dd:hover {
	color: #fff;
}

.foot_tel {}

.foot_tel h3 {
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
}

.foot_tel h4 {
	font-size: 30px;
	color: #0575c1;
}

.foot_tel p {
	font-size: 16px;
	color: rgba(255, 255, 255, .75);
	line-height: 2;
}

.foot_tel p span {}

.foot_ewm {
	margin-top: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.foot_ewm img {
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 0;
	margin-bottom: 15px;
}

.foot_ewm p {
	font-size: 16px;
	float: left;
	color: rgba(255, 255, 255, .75);
	line-height: 25px;
}

.copyright {
	background: #0c2f55;
	color: rgba(255, 255, 255, .75);
	font-size: 16px;
	padding: 30px 0;
	/* margin-top: 40px; */
}

.copyright .tt {
	font-size: 16px;
	position: relative;
	height: 30px;
	line-height: 40px;
	float: left;
	position: relative;
	padding-right: 32px;
	text-align: left;
	color: #ffffff;
	margin-right: 40px;
}

.copyright .tt:before {
	content: "";
	display: block;
	width: 80px;
	position: absolute;
	left: 0;
	top: -30px;
	height: 3px;
	background: #0575c1;
}

.copyright .tt:after {
	content: "";
	display: block;
	width: 2px;
	position: absolute;
	right: -2px;
	top: 12.5px;
	height: 15px;
	background: #fff;
}

.copyright a:hover {
	color: #fff;
}

.s_foot_link {
	height: 40px;
	width: 203px;
	cursor: pointer;
	overflow: visible;
	position: relative;
	text-align: left;
	float: left;
}

.s_foot_link .tanchu {
	overflow: auto;
	box-sizing: border-box;
	position: absolute;
	bottom: 50px;
	border-bottom: 0;
	display: none;
	left: 0;
	right: -1px;
}

.s_foot_link .tanchu>div {
	max-height: 200px;
	background: #f3f3f3;
	display: block;
	border: 1px solid #f2f2f2;
	padding: 10px 13px;
	overflow: auto;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.s_foot_link .tanchu>div::-webkit-scrollbar {
	display: none
}

.s_foot_link .tanchu a {
	color: #2d2e32;
	line-height: 27px;
	display: block;
	font-size: 13px;
}

.s_foot_link .tanchu a:hover {
	color: #000;
}

.s_foot_link #bnt_link1.a {
	color: #989898;
	font-size: 16px;
	text-align: left;
	line-height: 40px;
	width: 100%;
	height: 30px;
	box-sizing: border-box;
	text-decoration: none;
	position: absolute;
	z-index: 1;
}

.s_foot_link .a span {
	display: inline-block;
	float: right;
}

.tc {
	transition: all ease 300ms;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 9;
	right: 17px;
	bottom: 10%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #164997;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
	background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
	background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
	background-position: 0 -30px;
}

#toolbar li .icon-message:after {
	background-position: 0 -120px;
}

#toolbar li .icon-top:after {
	background-position: 0 -60px;
}

#toolbar li .icon-service:after {
	background-position: 0 0;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #164997;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #164997;
	border-right: none;
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #164997;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font {
	background-color: #164997;
}

#toolbar li:hover .icon-qq:after {
	background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
	background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
	background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
	background-position: -30px -120px;
}

#toolbar li:hover .icon-service:after {
	background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
	background-position: -30px -60px;
}

@media (max-width: 990px) {

	#toolbar,
	.guanggao-dbbox {
		display: none;
	}
}

/* 中间+共用部分 */
.ind_tit {
	text-align: center;
}

.ind_tit .en {
	color: #054391;
}

.ind_tit .cn {
	color: #054391;
	font-weight: 700;
}

.ind_tit span {}

.ind_tit span.des {
	display: inline-block;
	color: #5c5c5c;
	padding: 25px 0;
}

/* 公共标题 s */
.ab_tit {
	text-align: center;
}

.ab_tit.tal {
	text-align: left;
}

.ab_tit h3 {
	font-size: 0.42rem;
	color: #054391;
	font-weight: 600;
	line-height: 1.6;
}

.ab_tit p {
	color: #333;
	font-weight: bold;
	font-size: 0.26rem;
	line-height: 1.4;
	text-transform: uppercase;
}

/* 公共标题 e */

/* 公共分页器 s */
.round-page.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.round-page.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
	display: inline-block;
	width: 0.16rem;
	height: 0.16rem;
	border: 1px solid #1d1d1d;
	margin: 0 0.05rem;
	border-radius: 50%;
	background-color: white;
	cursor: pointer;
}

.round-page.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #054391;
}

/* 公共分页器 e */

/* 分页条 s */
.com-page {
	padding: 0.2rem 0;
}

.com-page a,
.com-page span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #bbbbbb;
	color: #333;
	font-size: 16px;
	margin: 0 3px;

}

.com-page a.page-num-current,
.com-page a:hover {
	background: #054391;
	color: #fff;
	border: 1px solid #054391;
}

/* 内页banner */

.md-ban {
	position: relative;
	padding-top: 100px;
}

.md-ban img {
	width: 100%;
	display: block;
}

.md-ban .tx {
	position: absolute;
	left: 0;
	top: 41.746031746%;
	width: 100%;
	text-align: center;
}

.md-ban .tx .en {
	line-height: 1.25;
	text-transform: uppercase;
}

.md-ban .tx .cn {
	line-height: 1.25;
	margin-top: 0.06rem;
}

.md-ban .icon {
	font-size: 0;
	position: absolute;
	bottom: 0.35rem;
	left: 50%;
	z-index: 2;
	margin-left: -0.25rem;
	-webkit-animation: jump 0.5s alternate infinite linear;
	animation: jump 0.5s alternate infinite linear;
}

.md-ban .icon img {
	width: 0.5rem;
}

@media (max-width: 700px) {
	.md-ban .tx {
		top: 40%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.nav {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.nav-main {
	width: 100%;
	margin: 0 auto;
}

.nav-cont {
	width: 100%;
}

.nav-cont:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.nav-left {
	float: left;
	font-size: 0;
}


.nav-one,
.nav-cont .nav-left a {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	line-height: .8rem;
	font-size: 0.16rem;
	transition: all .3s;
}

.nav-cont .nav-left a:hover {
	color: #054391;
}

.nav-one:after,
.nav-cont .nav-left a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 .1rem;
	width: 2px;
	height: 2px;
	background-color: #666;
}

.nav-one:last-child:after,
.nav-cont .nav-left a:last-child:after {
	display: none;
}

.nav-one:nth-child(1):before,
.nav-cont .nav-left a:nth-child(1):before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: .13rem;
	width: 1.43em;
	height: 1.43em;
	background-image: url('../images/a24.png');
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.nav-right {
	float: right;
	font-size: 0;
}

.nav-item {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 .65rem;
	margin: 0 .03rem;
	position: relative;
	line-height: .8rem;
	color: #333333;
}

.nav-item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all ease .5s;
	width: 0;
	height: 3px;
	background-color: #054391;
}

.nav-item:hover {
	color: #054391;
	font-weight: bold;
}

.nav-item:hover:after {
	width: 100%;
}

.nav-item.active {
	color: #054391;
	font-weight: bold;
}

.nav-item.active:after {
	width: 100%;
}


@media(max-width:1200px) {
	.nav-item {
		padding: 0 .3rem;
	}
}

@media(max-width:900px) {
	.nav-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-left {
		display: none;
	}

	.nav-right {
		width: 100%;
		text-align: center;
		white-space: nowrap;
		overflow: auto;
	}

	.nav-item {
		padding: 0 .15rem;
	}
}

/* 分页条 */
.page {
	width: 100%;
	clear: both;
	text-align: center;
}

.page strong {
	color: #FFF;
	background-color: #054391;
	padding: 7px 12px;
	margin: 1px 10px 0px -1px;
	cursor: pointer;
	border: 1px solid #054391;
}

.page a {
	display: inline-block;
	border: 1px solid #e6e6e6;
	padding: 7px 12px;
	margin-right: 10px;
	cursor: pointer;
	color: #000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.page a:hover,
.page a.page-num-current {
	background-color: #054391;
	border: 1px solid #054391;
	color: #fff;
}

/* ind_banner */
.ind_banner {
	/*padding-top: 100px;*/
}

.ind_banner img {
	width: 100%;
	max-width: 100%;
}

.ind_banner .swiper-pagination-bullet {
	background-color: white;
	opacity: 1;
}

.ind_banner .swiper-pagination-bullet-active {
	background-color: #164997;
}


/* tc_search s */
.tc_search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tc_search.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
	pointer-events: auto;
}

.tc_search form {
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.tc_search input {
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
	font-size: .18rem !important;
}

.tc_search input::placeholder {
	color: #c1c1c1;
}

.tc_search button {
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}

.tc_search .search_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 0;
}

/* tc_search e */

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {

	/* 1440 × (900/1050) */
	.foot_nav dl {
		margin-right: 50px;
	}

}


@media all and (min-width:1350px) {

	/* 1360 × (768) */
	.ind_banner img {
		width: 100%;
		height: 100vh;
		object-fit: cover;
		max-width: 100%;
	}

}


@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */

}

@media all and (max-width:1335px) {
	.foot_logo {
		margin-right: 3vw;
	}
}


@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {

	/* 1024 × (600/768) */
	.ind_mb_banner {
		margin-top: 100px;
	}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}

	.foot_nav {
		display: none;
	}
}

@media all and (max-width:768px) {
	.ind_mb_banner {
		margin-top: 80px;
	}

	.Header-container {
		height: 80px;
	}

	.c-open .c-nav2 {
		height: calc(100vh - 80px);
	}

	.c-nav2 {
		top: 80px
	}

	.Header-container .logo h1 a img,
	.Header-wrapper.on .logo h1 a img+img,
	.Header-wrapper:hover .logo h1 a img+img {
		height: 25px;
	}

	.Header-container .tool .search i {
		font-size: 0.4rem
	}

	.tc_search form {
		width: 100%;
	}

	.copyright {
		padding: 70px 0;
		margin-top: 0;
	}

}

@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */
	.foot_logo li .logo_footer img {
		height: 25px;
	}
}

@media all and (max-width:480px) {}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}