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: 14px;
	font-family: "微软雅黑";
}

html,
body {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	height="100"
	width="100" 
	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: #fff;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #fff;
}


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: 90%;
	margin: 0 auto;
	max-width: 17.33rem;
}

/* 外层滚动开始 */
body {
/*	padding-top: 1.1rem;*/
}

/* 头部开始 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 1.1rem;
	/* background-color: rgba(34, 193, 148, .83); */
/*	background-color: #3EC198;
	background: linear-gradient(45deg, #0ba6f1, #01e9bd);*/
	background-image:url(../img/head-bg.png);
	display: flex;
/*	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .4);*/
}

.header .cont {
	width: 96%;
	margin: 0 auto;
	max-width: 19.2rem;
}


/* 导航外层 */
.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 {
	/* padding-right: 0.2rem; */
}

.header .logo img {
	display: block;
	width: 88%;
	object-fit: contain;
}

/* 检索框 */
.header .search {
	display: flex;
	justify-content: flex-end;
}

.header .btn-show-scarch {
	font-size: .3rem;
	color: #166dd6;
	cursor: pointer;
}

.header .search-box {
	background-color: rgba(255, 255, 255, .3);
	width: 3.1rem;
	border-radius: .35rem;
	display: flex;
}

.header .search-box .text {
	flex: 1;
	height: .35rem;
	padding-left: .2rem;
	font-size: .16rem;
	color: #fff;
	line-height: .46rem;
	border: none;
	background-color: transparent;
}

.header .search-box .submit {
	width: .5rem;
	height: .35rem;
	font-size: .26rem;
	line-height: .35rem;
	text-align: center;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
}


/* nav */
.header {
	display: flex;
	flex-wrap: wrap;
}

.header .nav ul .li-item-1 {
	margin-left: 0.15rem;
	height: .5rem;
	position: relative;
}

.header .nav ul .li-item-1 .a-item-1 {
	line-height: .5rem;
	font-size: .16rem;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.header .nav ul .li-item-1 .a-item-1 .icon {
	display: inline-block;
	font-size: .13rem;
	color: #fff;
	margin-left: .05rem;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
}

.header .nav ul .li-item-1 .sub-nav {
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	position: absolute;
	top: .52rem;
	left: 50%;
	transform: translateX(-55%);
	-webkit-transform: translateX(-55%);
	-moz-transform: translateX(-55%);
	-ms-transform: translateX(-55%);
	width: 2.5rem;
	padding: .1rem 0;
	/* border-radius: 0.1rem; */
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, .4);
}

.header .nav ul .li-item-1 .sub-nav::after {
	content: '';
	display: block;
	border: 0.1rem solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: -.2rem;
	left: 50%;
	margin-left: -0.05rem;
	z-index: 1;
}

.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;
}

.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;
}

/* hover */
.header .nav ul .li-item-1 .sub-nav .li-item-2 .a-item-2:hover {
	background-color: #27e1f;
	background: linear-gradient(45deg, #1be8db, #0bbae6);
	color: #fff;
}

.header .nav ul .li-item-1:hover .sub-nav {
	opacity: 1;
	visibility: visible;
}

.header .nav ul .li-item-1:hover .a-item-1 {
	color: #55ffef;
}

.header .nav ul .li-item-1.active .a-item-1 {
	color: #50f2ff;
}

.m-btn-navshow {
	display: none;
}




/* 头部结束 */

/* 底部开始 */
.footer {
	background: #032342 url("../img/footer-bg.jpg") no-repeat center center;
	background-size: cover;
	border-bottom: 0.05rem solid #f6b416;
}

.footer .wrap {
	padding-top: 0.3rem;
	padding-bottom: .3rem;
}

.footer .position,
.footer .mod-logo,
.footer .code {
	flex: 1;
	padding: 0 0.1rem;
}

.footer .position .tel {
	font-size: .2rem;
	color: #fff;
	line-height: 1;
	margin-bottom: .1rem;
	font-weight: bold;
}

.footer .position p,
.footer .position span,
.footer .position a {
	font-size: 0.14rem !important;
	color: #fff !important;
	line-height: 1.8;
}

.footer .mod-logo img {
	max-width: 100%;
}

.footer .cp {
	padding: .1rem 0;
	background: rgba(0,0,0,.5);
}

.footer .cp,
.footer .cp p,
.footer .cp span,
.footer .cp a {
	font-size: 0.14rem !important;
	color: #fff !important;
	line-height: 1.3;
}

.footer .code {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer .code .img img {
	display: block;
	max-width: 100%;
}

.footer .code .img {
	margin-right: .2rem;
}

.footer .code .t-links a {
	margin-left: .2rem;
	font-size: .16rem;
	line-height: 1.2;
	color: #fff;
}

/* 底部结束 */

/* hover */
.footer .code .t-links a:hover {
	color: #fbff00;
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 80px !important;
	}

	body {
		padding-top: .8rem;
	}

	.footer .position,
	.footer .code {
		flex: auto;
		width: 50%;
		padding: 0.1rem 0;
	}

	.footer .mod-logo {
		display: none;
	}

	.header {
		display: none;
	}

	.m-header {
		position: fixed;
		display: flex;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		height: .8rem;
    background-color: #1ec2eb;
    background: linear-gradient(45deg, #1ec2eb, #1c96cd);
		box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
	}

	.m-header .logo {
		padding-left: .1rem;
		padding-right: .4rem;
	}

	.m-header .logo img {
		max-width: 100%;
		max-height: .6rem;
	}

	.m-header .btn-style {
		font-size: .35rem;
		width: .6rem;
		text-align: center;
		color: #fff;
		font-weight: normal;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
		position: relative;
		z-index: 10000;
		
	}
	


	/* mobile-search */
	.mobile-search {
		position: fixed;
		top: .8rem;
		left: 0;
		right: 0;
		z-index: 9;
		display: flex;
		padding: .2rem .6rem .2rem 0;
		background-color: #fff;
		align-items: center;
		justify-items: center;
		justify-content: center;
		align-content: center;
		box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
	}

	.mobile-search::before {
		content: 'x';
		display: block;
		position: absolute;
		bottom: .2rem;
		right: .25rem;
		width: .5rem;
		height: .48rem;
		padding: 0;
		color: #bababa;
		text-align: center;
		line-height: .42rem;
		font-size: .2rem;
		border: 0.01rem solid #eee;
		/* transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%); */
	}

	.mobile-search .mobile-wrap {
		flex: 1;
		padding: 0 .3rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.mobile-search .mobile-wrap .m-text {
		height: .5rem;
		font-size: .16rem;
		color: #333;
		line-height: .5rem;
		padding-left: .1rem;
		border: none;
		background-color: #fff;
		border: 0.01rem solid #eee;
		border-right: 0;
	}

	.mobile-search .mobile-wrap .m-submit {
		width: .6rem;
		height: .5rem;
		text-align: center;
		color: #03dbc8;
		line-height: .5rem;
		font-size: .3rem;
		border: none;
		border: 0.01rem solid #eee;
		background-color: #fff;
	}

	.mobile-search.on {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	.mobile-nav {
		position: fixed;
		top: .8rem;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		overflow-y: scroll;
		background-color: rgba(255, 255, 255, .95);
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
		transform: translateX(150%);
		-webkit-transform: translateX(150%);
		-moz-transform: translateX(-150%);
		-ms-transform: translateX(150%);
	}

	.mobile-nav.show {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	.mobile-nav ul {}

	.mobile-nav .li-item {
		border-bottom: 0.01rem solid #ddd;
		padding-left: .26rem;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.mobile-nav .li-item .item-cont {
		height: .6rem;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.mobile-nav .li-item .item-cont .a-item {
		font-size: .2rem;
		color: #333;
		line-height: 1.2;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.mobile-nav .li-item .item-cont .icon {
		width: .66rem;
		height: .6rem;
		line-height: .6rem;
		font-size: .26rem;
		color: #09b6e5;
		text-align: center;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}

	.mobile-nav .li-item .item-cont .icon.on {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}

	.mobile-nav .li-item .child-nav {
		display: none;
		transition: all 300ms;
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-ms-transition: all 300ms;
	}
}

@media screen and (max-width: 1366px) {}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-pagination-bullet {
	opacity: 1;
}

@media screen and (max-width: 1366px) {
	.header .logo img {
		
	}
}

@media screen and (max-width: 640px) {

	.footer .position,
	.footer .code {
		flex: auto;
		width: 100%;
		padding: 0.1rem 0;
	}

	.t-links,
	.mod-logo {
		display: none;
	}

	.footer .position {
		flex: 2;
	}

	.footer .code {
		flex: 1;
		justify-content: flex-end;
	}

	.footer .code .img {
		margin-right: 0;
	}

	.footer .display-flex {
		align-items: flex-start;
	}

	.footer .cp {
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 80px !important;
	}
}

@media screen and (min-width: 1200px) {

	.mobile-search,
	.mobile-nav {
		display: none;
	}

	.m-header {
		display: none;
	}
}