* {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	padding: 0px;
}

a {
	text-decoration: none;
	-ms-transform: 0.3;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 1rem;
	color: #000;
}

a:hover {
	color: #000;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

html,
body {
	color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: "微软雅黑", "Arial", "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica", "Verdana", "sans-serif" !important;
	font-size: 14px;
}

html,
body,
form,
iframe {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

textarea,
input {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

.h40 {
	height: 40px;
}

.h50 {
	height: 50px;
}

.h60 {
	height: 60px;
}

.h70 {
	height: 70px;
}

.h80 {
	height: 80px;
}

.h90 {
	height: 90px;
}

.h100 {
	height: 100px;
}

.h120 {
	height: 135px;
}

.page {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.f-c {
	text-align: center;
}

.h-30 {
	line-height: 30px;
}

.w-100 {
	width: 100%;
}

.f-18 {
	font-size: 18px;
}

.f-24 {
	font-size: 24px;
}

.w-100 {
	width: 100%;
}

.mt-10 {
	margin-top: 10px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-30 {
	margin-top: 40px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-140 {
	margin-top: 140px;
}

.textoverhidden {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.loadIframe {
	width: 100%;
	height: 100%;
	position: fixed;
	float: none;
	top: 0px;
	left: 0px;
	z-index: 90000;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

.loadIframe iframe.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	height: 100%;
}

.loadIframe iframe {
	width: 100%;
	position: absolute;
	float: none;
	top: 0px;
	right: 0px;
	background-color: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}

.delay100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay500 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay700 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.delay800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay900 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.zz-column {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zz-col-1 {
	width: 8.33333%
}

.zz-col-2 {
	width: 16.66667%
}

.zz-col-3 {
	width: 25%
}

.zz-col-4 {
	width: 33.33333%
}

.zz-col-5 {
	width: 41.66667%
}

.zz-col-6 {
	width: 50%
}

.zz-col-7 {
	width: 58.33333%
}

.zz-col-8 {
	width: 66.66667%
}

.zz-col-9 {
	width: 75%
}

.zz-col-10 {
	width: 83.33333%
}

.zz-col-11 {
	width: 91.66667%
}

.zz-col-12 {
	width: 100%
}
.menu{
	display: none;
}
header {
	width: 1252px;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 20px;
}

header .logo {
	height: 79px;
}

header .logo img {
	height: 79px;
}

header .nav {
	height: 54px;
}

header .nav a {
	font-size: 16px;
	color: #fff;
	padding: 15px 25px;
}

header .nav a:last-child {
	padding-right: 0;
}

header .nav a.active,header .nav a:hover {
	font-weight: bold;
	/* color: #0047A4; */
}
header .close{
	display: none;
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../images/m/close.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: 1000000000;
	position: fixed;
	right: 5vw;
	top:5vw
}
footer {
	min-height: 350px;
	width: 100%;
	background-color: #0047A4;
	overflow: hidden;
}

footer .main {
	width: 1251px;
	margin: 0 auto;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .copyright {
	width: 1251px;
	margin: 0 auto;
	color: #fff;
	padding: 20px 0;
	font-size: 16px;
	margin-bottom: 30px;
}

footer h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 35px;
	margin-bottom: 20px;
}

footer .main .item .cont {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	color: #fff;
	line-height: 35px;
}

footer .main .item .cont p {
	font-size: 16px;
	line-height: 35px;
}

footer .main .item .cont .left {
	margin-right: 40px;
}

footer .main .item .cont p.tel {
	font-size: 18px;
}

footer .main .item:nth-child(2) h3 {
	width: 100%;
	text-align: center;
}

footer .main .item:nth-child(2) img {
	width: 127px;
	height: auto;
}
.mlogo{
	display: none;
}
.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom
}

.pagination li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB
}

.pagination .active {
    pointer-events: none
}

.pagination .active,.pagination a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pagination-group {
    border-right: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination-group li {
    float: left;
    border-right: 0;
    border-radius: 0
}

.pagination-group li:not(:first-child):not(:last-child) {
    border-radius: 0
}

.pagination-group li:first-child {
    border-radius: 4px 0 0 4px
}

.pagination-group li:last-child {
    border-radius: 0 4px 4px 0
}

.pagination-group .active,.pagination-group a:hover {
    background: #f5f5f5;
    border-radius: 0
}

.pagination-big a {
    padding: 10px 16px;
    font-size: 16px
}

.pagination-small a {
    padding: 5px 10px;
    font-size: 12px
}

.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {
    color: #fff
}
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#ff9600;color:#fff;border:1px solid #ff9600;}
.text-center {
    text-align: center;
	width: 100%;
}
@media screen and (max-width: 750px) {
	
	html,
	body {
		font-size: 20px!important;
	}
	header {
		width: 100%;
		padding-top: 0;
		border: 0;
		align-items: center;
	}

	header .nav {
		display: none;
	}
	header .logo{
		margin-left: 0.5rem;
		height: auto;
	}
	header .logo img{
		height: 3rem;
	}
	.menu{
		display: block;
		width: 1.5rem;
		height: 1.5rem;
		background-image: url(../images/m/nav.png);
		background-repeat: no-repeat;
		background-size: 100%;
		margin-right: 1rem;
	}
	.mlogo{
		display: block;
	}
    footer{
		padding: 0.8rem;
		min-height: auto;
		box-sizing: border-box;
	}
	footer .main .item .cont {
		flex-direction: column;
	}

	footer .main {
		width: 100%;
		align-items: flex-start;
		min-height: auto;
	}
	footer .copyright{
		width: 100%;
		font-size: 0.6rem;
		margin-bottom: 0;
	}
	footer h3{
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	footer .main .item .cont p{
		font-size: 0.6rem;
		line-height: 1.6;
		margin-bottom: 0.6rem;
	}
	footer .main .item .cont p.tel{
		font-size: 0.6rem;
	}
	footer .main .item .cont .left{
		margin-right: 1rem;
		width: 60vw;
	}
	footer .main .item .cont .right{
		margin-right: 1rem;
		width: 60vw;
	}
	footer .main .item:nth-child(2) img{
		width: 4rem;
	}
	header .nav{
		position: fixed;
		z-index: 100000;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background-image: url(../images/m/menu_bg.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: none;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		box-sizing: border-box;
		padding-top: 1rem;
	}
	header .nav.on{
		display: flex!important;
	}
	header .nav a:last-child{
		padding-right: 25px;
	}
	header .nav a{
		font-size: 1rem;
		padding: 1.2rem 1rem;
	}
	.mlogo{
		
	}
	.mlogo img{
		height: 4rem;
		width:auto;
	}
	.pagination li a{
		font-size: 12px;
	}
}
