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-size: 12px;
	font-family: "微软雅黑";
}

html,
body {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 12px;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

/*a:hover {*/
/*text-decoration: underline;*/
/*}*/

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
}

input::-webkit-input-placeholder {
	color: #ccc
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc
}


input,
button {
	outline: none;
}


.transition400 {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}

.wrap {
	width: 96%;
	margin: 0 auto;
}
.wrapp {
	width: 70%;
	margin: 0 auto;
	max-width: 1733px;
}

/* 外层滚动开始 */

/* 头部开始 */
.header {
	/* position: fixed; */
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: 1.2rem;
	border-top: .05rem solid #166dd6;
}


/* 导航外层 */
.header .guide {
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s
}

.header .guide .container {
	max-width: 16.875rem;
	height: 1.0625rem;
	/* text-align: center; */
}

/* logo */
.header .logo {}

.header .logo img {
	display: block;
	max-width: 100%;
	object-fit: contain;
}

/* 检索框 */
.header .search {
	margin-left: .4rem;
}

.header .btn-show-scarch {
	font-size: .3rem;
	color: #166dd6;
	cursor: pointer;
}

.header .search-box {
	background-color: #166dd6;
	position: absolute;
	right: 0;
	top: -.05rem;
	width: 3.1rem;
	border-radius: .1rem;
	visibility: hidden;
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	display: flex;
}

.header .search-box .text {
	flex: 1;
	height: .46rem;
	padding-left: .15rem;
	font-size: .14rem;
	color: #fff;
	line-height: .46rem;
	border: none;
	background-color: transparent;
}

.header .search-box .submit {
	width: .5rem;
	height: .46rem;
	font-size: .3rem;
	line-height: .46rem;
	text-align: center;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
}

.header .search.show .search-box {
	visibility: visible;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}


/* nav */
.header {
	position: relative;
	z-index: 2;
}





/* 头部结束 */

/* 底部开始 */
.footer {
	background: #032342 url("../img/footer-bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 0.3rem 0;
}

.footer .position {
	flex: 1;
	padding: 0 0.1rem;
}

.footer .position p,
.footer .position span,
.footer .position a {
	font-size: 0.16rem !important;
	color: #fff !important;
	line-height: 1.8;
}

/* 底部借宿 */
@media screen and (min-width: 768px) {
	.header {
		display: flex;
		flex-wrap: wrap;
	}
        
	.header .nav ul .li-item-1 {
		margin-left: 0.7rem;
		height: .5rem;
		position: relative;
	}
	
	.header .nav ul .li-item-1 .cont-box {
		position: relative;
		width: 100%;
		justify-content: space-between;
	}

	.header .nav ul .li-item-1 .cont-box .a-item-1 {
		line-height: .5rem;
		font-size: .18rem;
		
		flex: 1;
	}
        .header .nav ul .li-item-1 .cont-box .a-item-1:hover{
                color:#166dd6
        }

         .header .nav ul .li-item-1.active a{
    	        color: #166dd6;
        }
	.header .nav ul .li-item-1.active > .cont-box:after {
		content: '';
		display: block;
		height: .03rem;
		background-color: #166dd6;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.header .nav ul .li-item-1 .cont-box .icon {
		display: inline-block;
		width: .3rem;
		text-align: center;
		font-size: .2rem;
		color: #333;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.header .nav ul .li-item-1 .sub-nav {
		display: none;
		background-color: #fff;
		position: absolute;
		top: .5rem;
		left: 0;
		width: 2.5rem;
		/* padding: .1rem 0; */
		box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	}

	.header .nav ul .li-item-1 .sub-nav .li-item-2 .a-item-2 {
		display: block;
		font-size: .18rem;
		line-height: 1.4;
		color: #333;
		text-align: center;
		padding: .1rem .1rem;
		flex: 1;
	}

	.header .nav ul .li-item-1 .sub-nav .li-item-2 .a-item-2:hover {
		background-color: #166dd6;
		background-image: linear-gradient(to right, #166dd6, #17deff);
		color: #fff;
	}

	.header .nav ul .li-item-1:hover .icon {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		display: inline-block;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.header .nav ul .li-item-1:hover > .cont-box:after {
		content: '';
		display: block;
		height: .03rem;
		background-color: #166dd6;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.m-btn-navshow {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 80px !important;
	}

	body {
		padding-top: 1rem;
	}

	.header {
		height: 1rem !important;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		z-index: 8;
		display: flex;
		flex-wrap: wrap;
		background-color: #fff;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
		-ms-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
		z-index: 99;
	}

	.footer .position {
		width: 100%;
	}

	.m-header {
		justify-content: space-between;
		width: 100%;
		padding: 0 .2rem;
	}

	.m-header .m-nav-wrap {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		overflow-y: scroll;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		flex-direction: column;
		background-color: #fff;
		padding-top: .8rem;
		z-index: 8;
		box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
		-webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
		-moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
		-ms-box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);
	}

	.header .btn-show-scarch {
		display: none;
	}

	.m-btn-navshow {
		/* position: relative; */
		width: 0.7rem;
		height: 0.5rem;
		line-height: 0.5rem;
		text-align: right;
		font-size: 0.4rem;
		color: #166dd6;
		z-index: 999;
	}

	.nav.show .m-nav-wrap {
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
	}
	.header .nav ul .li-item-1 .cont-box {
		position: relative;
	}

	.m-nav-wrap .li-item-1 {
		flex: 1;
		border-bottom: #eee 1px solid;
	}
	
	.header .nav ul .li-item-1 .cont-box .a-item-1 {
		flex: 1;
	}

	.header .nav ul .li-item-1 .cont-box .icon {
		width: .6rem;
		text-align: center;
		-webkit-transition: all 250ms;
		-moz-transition: all 250ms;
		-ms-transition: all 250ms;
		-o-transition: all 250ms;
		transition: all 250ms;

	}

	.header .nav ul .li-item-1 .cont-box .icon.on {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}

	.m-nav-wrap .li-item-1 .cont-box {
		display: flex;
		justify-content: space-between;
		padding-left: 0.2rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: .2rem;
	}

	.m-nav-wrap .li-item-1 .sub-nav {
		display: none;
		padding-left: 0.2rem;
	}

	.m-nav-wrap .li-item-1 .sub-nav .li-item-2 .a-item-2 {
		display: block;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: .2rem;
	}


	.header .search {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

}

@media screen and (max-width: 1200px) {
	html {
		font-size: 80px !important;
	}
}

@media screen and (max-width: 768px) {
	.header {
		z-index: 99;
	}

	.mobile-search {
		display: block;
		position: fixed;
		bottom: 4%;
		right: 0;
		padding: 0.15rem;
		z-index: 8;
		background-color: #166dd6;
		border-radius: 50%;
		text-align: right;
		box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
	}

	.mobile-search .m-btn-show {
		font-size: .3rem;
		color: #fff;
		position: relative;
		z-index: 8;
	}

	.mobile-search .mobile-wrap {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9;
		padding: .4rem;
		display: flex;
		align-items: center;
		align-content: center;
		justify-items: center;
		justify-content: center;
		background-color: rgba(0, 0, 0, .8);
		transform: scale(0, 0);
		-webkit-transform: scale(0, 0);
		-moz-transform: scale(0, 0);
		-ms-transform: scale(0, 0);
	}

	.mobile-search .mobile-wrap .m-text {
		padding: 0 0 0 .15rem;
		margin: 0;
		font-size: 0.18rem;
		text-align: left;
		color: #333;
		border: none;
		background-color: #fff;
		height: 0.5rem;
		line-height: 0.5rem;
		border-radius: .5rem 0 0 .5rem;
	}

	.mobile-search .mobile-wrap .m-submit {
		font-size: .3rem;
		color: #fff;
		padding: 0 .15rem;
		background-color: #166dd6;
		height: 0.5rem;
		line-height: 0.5rem;
		border: none;
		font-weight: bold;
		border-radius: 0 .5rem .5rem 0;
	}

	.mobile-search.show .mobile-wrap {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
	}
}<!--0.00025486946105957-->