@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

html {
	font-size: 14px;
}

body {
	-webkit-text-size-adjust: 100% !important;
	font-size: 0.25rem;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	color: #333;
	overflow-x: hidden;
	background: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif !important;
}

em,
i {
	font-style: normal;
}


/*使用无衬线字体/禁止IOS调整字体大小*/

a,
img {
	-webkit-touch-callout: none;
}


/*禁止长按连接与图片弹出菜单*/

html,
body {
	-webkit-user-select: none;
	user-select: none;
}


/*禁止选中文本*/

button,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

input {
	outline: none;
	border-radius: 0;
}


/*去掉webkit默认的表单样式*/

a,
button,
input,
optgroup,
select,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif !important;*/
}


/*去掉a等标签点击时的蓝色外边框和灰色半透明背景*/

input::-webkit-input-placeholder {
	color: #808080;
}


/*修改webkit中input的planceholder样式*/

input:focus::-webkit-input-placeholder {
	color: #808080;
}


/*修改webkit中focus状态下input的panceholder样式*/

input::-webkit-input-speech-button {
	display: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}


/*清除浮动*/

.header {
	width: 100%;
	background: #fff;
}

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


/*头部导航*/

.header {
	width: 100%;
}

.header .h-top {
	width: 70%;
	margin: 0.02rem auto;
}

.header .h-top .logo {
	float: left;
}

.header .h-top .text-box {
	float: right;
}

.header .h-top .text-box li {
	font-size: 0.06rem;
	display: inline-block;
	line-height: 0.1rem;
	padding-left: 0.12rem;
	margin-right: 0.1rem;
	padding-right: 0.1rem;
	border-right: 1px solid #2a333c;
}

.header .h-top .text-box .address {
	background: url(../img/address.png) no-repeat left center;
	background-size: 0.1rem auto;
}

.header .h-top .text-box .tel {
	background: url(../img/tel.png) no-repeat left center;
	background-size: 0.09rem auto;
}

.header .h-top .text-box .time {
	background: url(../img/time.png) no-repeat left center;
	background-size: 0.08rem auto;
}

.header .nav-box {
	width: 100%;
	height: 0.18rem;
	text-align: center;
	background: #365778;
}

.header .nav-box li {
	color: #fff;
	line-height: 0.18rem;
	font-size: 0.06rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.15rem;
}
.header .nav-box li a{
	color: #fff;
}
.header .nav-box .arrow{
	position: relative;
}
.header .nav-box .arrow:after{
    content: '';
	display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 0.02rem solid;
    border-right: 0.02rem solid transparent;
    border-left: 0.02rem solid transparent;
}
/*banner*/
.banner{
	width: 100%;
}

/*分页样式*/
.pagination{
	font-size: 0.065rem;
	margin-top: 0.2rem;
}
.pagination .page-num{
	border: 1px solid #ccc;
	padding: 0.01rem 0.04rem;
	margin-right: 0.04rem;
}
.page-link{
	border: 1px solid #ccc;
	padding: 0.01rem 0.04rem;
}
.page-item{
	margin-right: 0.02rem;
}
.page-num-current{
	color: #1E9FFF;
	border-color: #1E9FFF !important;
}

/*上一页下一页样式*/
.pagination li{
	float: left;
}

	/*底部导航*/
.footer{
	width: 100%;
	background: #365778;
	padding-bottom: 0.08rem;
}
.footer .foot-list {
	width: 70%;
	height: 0.3rem;
	margin: 0 auto;
	text-align: center;
	padding-top: 0.08rem;
}
.footer .foot-list li{
	display: inline-block;
	font-size: 0.06rem;
	vertical-align: text-top;
	border-right: 1px solid #fff;
	padding-right: 0.1rem;
}
.footer .foot-list li a{
	display: block;
	color: #fff;
	font-size: 0.05rem;
}
.footer p{
	font-size: 0.05rem;
	text-align: center;
	color: #fff;
	margin-bottom: 0.03rem;
}
.footer a{
	display: block;
	font-size: 0.05rem;
	text-align: center;
	color: #fff;
}
/*@media screen and(min-width: 1600px) {
	.foot {
		width: 1310px;
	}
}

@media screen and (min-width: 1200px) {
	.foot {
		width: 1170px;
	}
}

@media screen and(min-width: 992px) {
	.foot {
		width: 970;
	}
}

@media screen and (min-width: 768px) {
	.foot {
		width: 750px;
	}
}

@media screen and (min-width: 480px) {
	.foot {
		width: 606px;
	}
}*/