* {
	padding: 0px;
	margin: 0px;
}

body {
	min-width: 320px;
}

ul {
	margin-bottom: 0;
}

li {
	list-style: none;
}

a:hover {
	text-decoration: none;
}

a:visited,
a:link,
a:active {
	text-decoration: none;
}


.icon {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
	font-size: 40px;
}








#close {
	font-size: 24px;
}

.mobile-nav-motai {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.54);
	will-change: opacity;
	transform: translateZ(0px);
	transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	z-index: 9999;
	pointer-events: auto;
}

.mobile-nav {
	color: rgb(10, 10, 10);
	background-color: rgb(255, 255, 255);
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0px;
	height: auto;
	width: 400px;
	position: fixed;
	z-index: 3000;
	right: 0px;
	top: 0px;
	transform: translateX(400px);
	overflow: auto;
	bottom: 0px;
	border-right: 0px;
}

.mobile-nav-top-wai {
	box-sizing: border-box;
	padding: 12px 12px 12px 24px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 hsla(240, 1%, 48%, .5);
}

.mobile-seach {
	float: left;
	line-height: 24px;
	font-size: 16px;
}

.mobile-seach .iconfont {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	display: inline-block;
	vertical-align: bottom;
}

.mobile-nav-center {
	padding: 8px 0;
}

.mobile-nav-list {
	box-sizing: border-box;
	cursor: pointer;
	padding: 2px 4px;
	font-size: 16px;
	font-weight: bold;
	color: rgb(10, 10, 10);
	line-height: 16px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	letter-spacing: 1px;
}

.mobile-nav-box {
	position: relative;
	padding: 16px 56px 16px 16px;
	border-bottom: 1px solid rgb(221, 221, 221);
}

.mobile-nav-box a {
	color: #000;
}

.mobile-nav-box .caret {
	border-width: 6px;
	position: absolute;
	top: 50%;
	right: 56px;
	margin-top: -3px;
}

.mobile-nav-stage {
	box-sizing: border-box;
	padding: 8px 0;
	border-bottom: 1px solid rgb(221, 221, 221);
	display: none;
}

.mobile-stage-list {
	padding: 10px 10px 10px 30px;
}

.mobile-stage-list a {
	font-size: 16px;
	font-weight: 400;
	color: #333;
}

@media screen and (max-width: 600px) {
	.mobile-nav {
		width: 100%;
	}
}



.header-outer {
	background: rgba(255, 255, 255, .8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9900;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.header-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	position: relative;
}

.header-logo a {
	display: block;
}

.header-tell {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tell-txt {
	margin-left: 8px;
}

.tell-txt h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #000000;
}

.tell-txt p {
	margin-bottom: 0;
	font-size: 16px;
	color: #333;
}

.header-nav>ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-li {
	
}

.header-nav-ico {
	position: absolute;
	right: 0px;
	top: 15px;
}

.header-li {
	position: relative;
}

.header-li>a {
	display: block;
	color: #000000;
	font-size: 16px;
	text-align: center;
	padding: 19px 25px;
	font-weight: 500;
}

.header-nav>ul .active>a {
	color: #0368D3;
	font-weight: 600;
}

.header-li>a:hover {
	color: #0368D3;
}


.stage-nav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 150%;
	display: none;
	
}

.stage-nav {
	background: rgba(255, 255, 255, 1);
}

.stage-list a {
	display: block;
	width: 100%;
	padding: 14px 0;
	text-align: center;
	color: #333;
	position: relative;
	z-index: 2;
}

.stage-list a:after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: #0368D3;
	transition: .3s all;
}

.stage-list:hover a {
	color: #fff;
}

.stage-list:hover a:after {
	width: 100%;
}


.mobil-btn {
	cursor: pointer;
	display: none;
}

.mobil-span {
	display: block;
	width: 30px;
	height: 4px;
	margin-bottom: 5px;
	border-radius: 1px;
	background: #000;
}

@media screen and (max-width: 1200px) {
	.header-tell {
		display: none !important;
	}
	.header-li>a{
		padding: 39.5px 8px;
	}
}

@media screen and (max-width: 1024px) {
	.header-nav {
		display: none;
	}

	.header-box {
		padding: 10px 0;
	}

	.mobil-btn {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.header-logo a img {
		width: 80%;
		margin: 0;
	}
}

@media screen and (max-width: 425px) {
	.header-logo a img {
		width: 60%;
		margin: 0;
	}
}




.zhanwei {
	background: #fff;
}








.footer-wai {
	position: relative;
	background-color: #161a33;
	padding-top: 50px;

}

.footer-wai .container {
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-logo {
	margin-top: 30px;
}

.footer-about h2 {
	font-weight: 700;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 10px;
}

.footer-about p {
	color: #8a90ac;
	font-size: 15px;
	line-height: 1.8em;
	margin-bottom: 25px;
	font-weight: 400;
}

.footer-about a {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
	padding: 8px 32px;
	font-weight: 700;
	overflow: hidden;
	border-radius: 50px;
	border: 2px solid #f97534;
	background-color: #f97534;
	transition: all .3s ease;
}

.footer-about a:hover {
	color: #f97534;
	background: none;
}

.footer-nav-tit {
	text-align: center;
}

.footer-nav-ul {
	box-sizing: border-box;
	padding-left: 30%;
}

.footer-nav h2 {
	font-weight: 700;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.footer-nav-list {
	margin-bottom: 5px;
}

.footer-nav-list a {
	font-weight: 500;
	color: #999fb9;
	font-size: 15px;
	transition: all 0.3s ease;
}

.footer-nav-list a .iconfont {
	font-size: 17px;
	margin-right: 10px;
}

.footer-nav-list:hover a {
	color: #f97534;
}

.footer-contact-list {
	color: #999fb9;
	font-size: 15px;
	margin-bottom: 10px;
}

.footer-contact-list span {
	color: #fff;
}

.footer-contact a {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	transition: all .3s ease;
	color: #f97534;
	margin-top: 15px;
}

.footer-contact a .iconfont {}

.footer-contact a:hover {
	color: #fff;
}

.footer-ewm-img {
	max-width: 114px;
	margin-top: 30px;
}

.footer-ewm-img span {
	display: block;
	box-sizing: border-box;
	padding: 9px;
	border: 1px solid #ccc;

}

.footer-ewm-img p {
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 7px;
}

.footer-bottom {
	background: #161a33;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.footer-bottom a {
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.footer-nav-tit {
		text-align: left;
	}

	.footer-nav-ul {
		padding-left: 0;
	}
}






.returntop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9000;
}

.returntop .return {
	
	background: #1b1a1c;
	text-align: center;
	cursor: pointer;
	padding: 16px 20px;
	transition: all 0.3s ease-in;
}

.returntop .return .iconfont {
	font-size: 20px;
	color: #fff;
}

.returntop .return:hover {
	background: #d01818;
}

@media screen and (max-width: 768px) {
	.returntop .return .iconfont {
		font-size: 18px;
	}

	.returntop .return {
		padding: 6px 10px;
	}
	.footer-wai{
		display: none;
	}
}




.guarantee-outer {
	border-top: 1px solid #e4dddd;
	padding-top: 70px;
	padding-bottom: 50px;
}

.guarantee-title {
	text-align: center;
}

.guarantee-title h2 {
	color: #333;
	font-size: 30px;
	margin-bottom: 12px;
}

.guarantee-title p {
	color: #D01818;
	font-size: 16px;
}

.guarantee-title p .icon {
	font-size: 24px;
}

.guarantee-body {
	padding: 30px 0 15px;
}

.guarantee-body ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.service-list {
	flex: 25%;
	text-align: center;
}

.service-list a {
	display: block;
}

.service-list .iconfont {
	color: #000;
	font-size: 50px;
	transition: all 1s;
}

.service-list h3 {
	font-size: 24px;
	color: #333;
	
}

.service-list p {
	color: #c1c1c1;
	font-size: 16px;
}

.service-list:hover .iconfont {
	transform: rotate(360deg);
}

@media screen and (max-width: 768px) {
	.service-list {
		flex: 50%;
		margin-bottom: 10px;
	}

	.guarantee-body {
		padding: 30px 30px 0;
	}

	.service-list .iconfont {
		font-size: 40px;
	}

	.service-list h3 {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 20px;
	}

	.service-list p {
		font-size: 14px;
	}
	.guarantee-title h2{
		font-size: 34px;
	}
}
@media screen and (max-width: 425px) {
	.guarantee-title h2{
		font-size: 22px;
	}
}




.core-title h2 {
	color: #0368D3;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	
}

.core-title p {
	color: #000;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #999;
	margin-bottom: 0;
	padding-bottom: 15px;
	position: relative;
}

.core-title p:after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	background: #737373;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-top: -2.5px;
	margin-left: -25px;
}




.poster-inner {
	position: relative;
}

.crumbs-outer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 46px;
	background-color: rgba(0, 0, 0, .5);
}
.crumbs-box{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	height: 46px;
}
.crumbs-left{
	position: absolute;
	left: 0;
	bottom: 0;
	
	
	background: #0368D3;
	display: flex;
	justify-content: left;
	align-items: center;
	border-radius: 8px 8px 0 0;
	box-sizing: border-box;
	padding: 12px 30px;
	
}
.crumbs-left .iconfont{
	color: #fff;
	font-size: 24px;
	margin-right: 15px;
}
.crumbs-left h2{
	color: #fff;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.crumbs-right .breadcrumb{
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
}
.crumbs-right .breadcrumb a{
	color: #fff;
	font-size: 14px;
}

@media screen and (max-width: 992px) {
	.crumbs-left{
		left: 15px;
	}
}
@media screen and (max-width: 768px) {
	.crumbs-outer{
		height: 30px;
	}
	.crumbs-box{
		height: 30px;
	}
	.crumbs-left h2,
	.crumbs-left .iconfont{
		font-size: 18px;
	}
	.crumbs-left{
		padding: 8px 20px;
	}
	.crumbs-right .breadcrumb a{
		font-size: 12px;
	}
}






.pagination {
    display: flex;
    justify-content: center;
    margin: 0;
    padding-bottom: 15px;
}

.page-num:not(:disabled) {
    cursor: pointer;
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
}

a.page-num:hover,
.page-link:hover {
    text-decoration: none;
    color: #F97534;
}

.page-num-current {
    z-index: 1;
    color: #000;
    
    border-color: #F97534;
}

.page-num-current:hover {
    color: #000!important;
}