@charset "utf-8";

/* CSS Document */
.header-nav {
	width: 100%;

	position: absolute;
	-webkit-box-shadow: #ccc 0px 0px 5px;
	-moz-box-shadow: #ccc 0px 0px 5px;
	box-shadow: #ccc 0px 0px 5px;
	background: #fff;
	top: 0;
	z-index: 1000;
	-webkit-transition: background .35s linear, height .35s ease-in;
	transition: background .35s linear, height .35s ease-in;
}

.wxtcbox {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #000000;
	height: 3rem;
	position: relative;
}

.wxtcbox img {
	display: block;
	position: absolute;
	left: 1%;
	top: 0.2rem;
	height: 2.6rem;
	border-radius: 0.4rem;
	width: 10%;
}

.wxtcbox h3 {
	color: #ffffff;
	margin-left: 16%;
	font-size: 1rem;
	margin-top: 0.5rem;
	line-height: 1rem
}

.wxtcbox p {
	color: #ffffff;
	margin-left: 16%;
	;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 84%;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
	line-height: 1rem;
}

.h-m-m-faceout {
	webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: -webkit-transform .55s .25s ease-out;
	transition: -webkit-transform .55s .25s ease-out;
	transition: transform .55s .25s ease-out
}

.h-nav-100 {
	height: 100%;
	background: #fff;
	opacity: 0.9;
	-webkit-transition: background .35s linear, height .35s ease-in .2s;
	-moz-transition: background .35s linear, height .35s ease-in .2s;
	transition: background .35s linear, height .35s ease-in .2s
}

.header-menu {
	width: 100%;
	height: 50px
}

.header-menu .h-m-inner {
	width: 96%;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
	position: relative
}

.header-menu .h-m-inner center {
	width: 17rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	margin: 0 auto
}

.header-menu .h-m-inner .h-m-menu {
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.header-menu .h-m-inner .h-m-menu .h-m-m-b,
.header-menu .h-m-inner .h-m-menu .h-m-m-c,
.header-menu .h-m-inner .h-m-menu .h-m-m-t {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0)
}

.header-menu .h-m-inner .h-m-menu span>span {
	position: absolute;
	height: 1px;
	width: 26px;
	top: 22px;
	left: .6px;
	background-color: #fe4d00;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-transition: -webkit-transform .6s, opacity .4s;
	-moz-transition: transform .6s, opacity .4s;
	transition: transform .6s, opacity .4s;
	transform-origin: center center;
	-moz-transform-origin: center center;
	-webkit-transform-origin: center center
}

.header-menu .h-m-inner .h-m-menu .h-m-m-t>span {
	-webkit-transform: translate3d(0, -.7em, 0);
	-moz-transform: translate3d(0, -.7em, 0);
	transform: translate3d(0, -.7em, 0)
}

.header-menu .h-m-inner .h-m-menu .h-m-m-b>span {
	-webkit-transform: translate3d(0, .7em, 0);
	-moz-transform: translate3d(0, .7em, 0);
	transform: translate3d(0, .7em, 0)
}

.header-menu .h-m-inner .h-m-menu .h-m-m-c>span {
	opacity: 1
}

.h-m-m-t-close {
	-webkit-transform: translate3d(0, 0, 0) rotate(45deg) !important;
	-moz-transform: translate3d(0, 0, 0) rotate(45deg) !important;
	transform: translate3d(0, 0, 0) rotate(45deg) !important
}

.h-m-m-c-close {
	opacity: 0 !important
}

.h-m-m-b-close {
	-webkit-transform: translate3d(0, 0, 0) rotate(-45deg) !important;
	-moz-transform: translate3d(0, 0, 0) rotate(-45deg) !important;
	transform: translate3d(0, 0, 0) rotate(-45deg) !important
}

.header-menu .h-m-inner .h-m-menu .h-m-m-hot {
	width: 4px;
	height: 4px;
	position: absolute;
	top: 11px;
	right: 3px;
	background: #e43c3c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0 0 5px #e43c3c;
	-moz-box-shadow: 0 0 5px #e43c3c;
	-webkit-box-shadow: 0 0 5px #e43c3c
}

.header-menu .h-m-inner .h-m-media {
	position: absolute;
	height: 50px;
	top: 0;
	right: 0;
	-webkit-transition: transform .25s .55s ease-out;
	-moz-transition: transform .25s .55s ease-out;
	transition: transform .25s .55s ease-out
}

.header-menu .h-m-inner .h-m-media .wechat {
	margin-left: 4px
}

.header-menu .h-m-inner .h-m-media div {
	line-height: 50px;
	font-size: 26px;
	color: #fff;
	display: block;
	float: right
}

.header-nav .menu-lists {
	position: absolute;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	overflow: hidden;
	overflow-y: auto;
}

.header-nav .menu-lists>ul {
	width: 100%;
	padding: 0 45px 2rem 45px;
}

.header-nav .menu-lists>ul>li {
	border-bottom: 1px solid #fe4d00;
	position: relative;
	vertical-align: top;
	height: 4rem;
	opacity: 0;
	-webkit-transform: scale(1.1) translateY(-24px);
	-ms-transform: scale(1.1) translateY(-24px);
	transform: scale(1.1) translateY(-24px);
	-webkit-transition: opacity .35s ease-out, -webkit-transform .35s ease-out, border-bottom .8s .2s;
	-moz-transition: opacity .35s ease-out, -moz-transform .35s ease-out, border-bottom .8s .2s;
	transition: opacity .35s ease-out, transform .35s ease-out, border-bottom .8s .2s;
	transition: opacity .35s ease-out, transform .35s ease-out, border-bottom .8s .2s;
}

.header-nav .menu-lists>ul>li>span {
	position: absolute;
	display: inline;
	height: 4rem;
	width: auto;
	right: 1.2rem;
	top: 0;
	line-height: 4rem;
	font-size: 1.8rem;
	transition: transform .8s, color 1s;
	-webkit-transition: transform .8s, color 1s;
	-moz-transition: transform .8s, color 1s;
	color: #fe4d00;
}

.menu-lists-show {
	opacity: 1 !important;
	pointer-events: auto;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important
}

.header-nav .menu-lists>ul>.on a {
	color: #fe4d00 !important;
}

.header-nav .menu-lists>ul>li.on {
	border-bottom: 1px solid #fff !important;
}

.header-nav .menu-lists>ul>.on span {
	/*color:#fff !important;*/
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.header-nav .menu-lists>ul>li>a {
	display: block;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.4rem;
	color: #fe4d00;
	font-weight: 100;
	transition: color .8s;
	-webkit-transition: color .8s;
	-moz-transition: color .8s;
}

.header-nav .menu-lists>ul>li>.brandlist {
	display: block;
	width: 100%;
	height: 0;
	opacity: 0;
	transition: height .8s, opacity .8s;
	-webkit-transition: height .8s, opacity .8s;
	-moz-transition: height .8s, opacity .8s;
	overflow: hidden;
}

.header-nav .menu-lists>ul>li.on>.brandlist {
	height: 27rem;
	opacity: 1;
}

.brandlist>ul {
	width: 100%;
}

.brandlist>ul>li {
	width: 100%;
	height: 3.4rem;
	line-height: 3.4rem;
	font-size: 1.3rem;
	text-indent: 1rem;
	border-bottom: 1px solid #fe4d00;

}

.brandlist>ul>li:nth-last-child(1) {
	border: none;
}

.brandlist>ul>li>a {
	color: #ccc;
}

.header-nav .menu-lists>ul>li:nth-child(1) {
	height: auto !important;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(1) {
	transition-delay: 0s, 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(2) {
	transition-delay: .2s, .2s;
	-webkit-transition-delay: .2s, .2s;
	-moz-transition-delay: .2s, .2s;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(3) {
	transition-delay: 250ms, 250ms;
	-webkit-transition-delay: 250ms, 250ms;
	-moz-transition-delay: 250ms, 250ms;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(4) {
	transition-delay: .3s, .3s;
	-webkit-transition-delay: .3s, .3s;
	-moz-transition-delay: .3s, .3s;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(5) {
	transition-delay: 350ms, 350ms;
	-webkit-transition-delay: 350ms, 350ms;
	-moz-transition-delay: 350ms, 350ms;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(6) {
	transition-delay: .4s, .4s;
	-webkit-transition-delay: .4s, .4s;
	-moz-transition-delay: .4s, .4s;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(7) {
	transition-delay: 450ms, 450ms;
	-webkit-transition-delay: 450ms, 450ms;
	-moz-transition-delay: 450ms, 450ms;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(8) {
	transition-delay: .6s, .6s;
	-webkit-transition-delay: .6s, .6s;
	-moz-transition-delay: .6s, .6s;
}

.header-nav .menu-lists>ul>li.h-m-lists:nth-child(9) {
	transition-delay: 650ms, 650ms;
	-moz-transition-delay: 650ms, 650ms;
	-webkit-transition-delay: 650ms, 650ms;
}

.header-nav .menu-lists>ul>li:nth-child(9) {
	transition-delay: 0s, 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
}

.header-nav .menu-lists>ul>li:nth-child(8) {
	transition-delay: 25ms, 25ms;
	-moz-transition-delay: 25ms, 25ms;
	-webkit-transition-delay: 25ms, 25ms;
}

.header-nav .menu-lists>ul>li:nth-child(7) {
	transition-delay: 50ms, 50ms;
	-webkit-transition-delay: 50ms, 50ms;
	-moz-transition-delay: 50ms, 50ms;
}

.header-nav .menu-lists>ul>li:nth-child(6) {
	transition-delay: 75ms, 75ms;
	-webkit-transition-delay: 75ms, 75ms;
	-moz-transition-delay: 75ms, 75ms;
}

.header-nav .menu-lists>ul>li:nth-child(5) {
	transition-delay: .1s, .1s;
	-webkit-transition-delay: .1s, .1s;
	-moz-transition-delay: .1s, .1s;
}

.header-nav .menu-lists>ul>li:nth-child(4) {
	transition-delay: 125ms, 125ms;
	-webkit-transition-delay: 125ms, 125ms;
	-moz-transition-delay: 125ms, 125ms;
}

.header-nav .menu-lists>ul>li:nth-child(3) {
	transition-delay: 150ms, 150ms;
	-webkit-transition-delay: 150ms, 150ms;
	-moz-transition-delay: 150ms, 150ms;
}

.header-nav .menu-lists>ul>li:nth-child(2) {
	transition-delay: 175ms, 175ms;
	-webkit-transition-delay: 175ms, 175ms;
	-moz-transition-delay: 175ms, 175ms;
}

.header-nav .menu-lists>ul>li:nth-child(1) {
	transition-delay: .2s, .2s;
	-webkit-transition-delay: .2s, .2s;
	-moz-transition-delay: .2s, .2s;
}

.no-scroll {
	overflow: hidden !important;
	height: 100% !important
}

.header-nav .menu-lists .menu-list-tel {
	height: 4.4rem !important;
	border-bottom: 1px solid #fff !important
}

.header-nav .menu-lists .menu-list-tel>a {
	display: block;
	height: 4.4rem;
	line-height: 4.4rem;
	font-size: 1.5rem;
	color: #000;
	font-weight: 100
}

.header-nav .menu-lists .menu-list-tel>a>b {
	display: inline-block;
	height: 4.4rem;
	line-height: 4.4rem;
	font-size: 1.7rem;
	padding: 0 .3rem
}

.h-m-menu {
	float: right;
	widht: 10%;
}

.header-menu {
	width: 10%;
	height: 50px;
	float: right;
}

@font-face {
	font-family: 'iconfont';
	/* project id 287340 */
	src: url('../fonts/font_nz57jnnbae0fi529.eot');
	src: url('../fonts/font_nz57jnnbae0fi529.eot') format('embedded-opentype'),
		url('../fonts/font_nz57jnnbae0fi529.woff') format('woff'),
		url('../fonts/font_nz57jnnbae0fi529.ttf') format('truetype'),
		url('../fonts/font_nz57jnnbae0fi529.svg#iconfont') format('svg');
}

.iconfont::first-letter {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

* {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
	list-style: none;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

#submit {
	-webkit-appearance: none;
	cursor: pointer;
}

body {
	padding-top: 50px;
	max-width: 640px;
	min-width: 320px;
	background: #f2f2f2;
	margin: 0 auto 4.6875rem auto;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	font-family: "Microsoft YaHei", 'Source Han Sans', 'Hiragino Sans GB', STXihei, SimSun, Heiti, sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {

	body,
	html {
		font-size: 20px
	}
}

@media only screen and (max-width:600px),
only screen and (max-device-width:600px) {

	body,
	html {
		font-size: 18.75px
	}
}

@media only screen and (max-width:540px),
only screen and (max-device-width:540px) {

	body,
	html {
		font-size: 16.88px
	}

	.logo {
		bottom: -15px !important;
	}
}

@media only screen and (max-width:480px),
only screen and (max-device-width:480px) {

	body,
	html {
		font-size: 15px
	}

	.logo {
		bottom: -15px !important;
	}

}

@media only screen and (max-width:414px),
only screen and (max-device-width:414px) {

	body,
	html {
		font-size: 12.94px
	}

	.logo {
		bottom: -15px !important;
	}

}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {

	body,
	html {
		font-size: 12.5px
	}

	.logo {
		bottom: -15px !important;
	}

}

@media only screen and (max-width:375px),
only screen and (max-device-width:375px) {

	body,
	html {
		font-size: 11.72px
	}

	.logo {
		bottom: -15px !important;
	}

}

@media only screen and (max-width:360px),
only screen and (max-device-width:360px) {

	body,
	html {
		font-size: 11.25px
	}

	.logo {
		bottom: -15px !important;
	}

}

@media only screen and (max-width:320px),
only screen and (max-device-width:320px) {

	body,
	html {
		font-size: 10px
	}

	.logo {
		bottom: -15px !important;
	}

	.nav_t li i {
		width: 6rem;
		height: 6rem;
		line-height: 6rem;
	}

	.news_title p:nth-of-type(2) {
		width: 20rem;
	}
}


.logo {
	left: 4%;
	width: 52.5%;
	position: relative;
	bottom: 0;
}

.tab {
	float: right;
}

header {
	padding: 2.5rem 0.5rem 1rem 0.5rem;
	overflow: hidden;
	border-bottom: 5px solid #ee7800;
	background: #fff;
}

.swiper-slide img {
	width: 100%;
}

.daohang {
	width: 100%;
	padding: 0.75rem 1.25rem 0.75rem 3.4375rem;
	margin: 1rem 0;
	overflow: hidden;
	display: block;
	line-height: 2.1875rem;
	font-size: 1.5rem;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #ff8100;
}

.daohang:after {
	content: ">";
	float: right;
	color: #fff;
}

.daohang span {
	background-image: url(../images/m_13.jpg);
	padding-left: 4.375rem;
	font-size: 1.5rem;
	line-height: 2.1875rem;
}

.zy_list li {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAMAAAAlvKiEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkODgxOTUxYy00MzM4LWIzNGUtODYzOS04YTUzYTAzYzMwYjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjdGRkE2Q0MyNEE3MTFFN0JBQUZFQ0E5RDE0ODEyNzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjdGRkE2Q0IyNEE3MTFFN0JBQUZFQ0E5RDE0ODEyNzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmViNDI1MDk2LWRmOGQtM2E0OS1iYjM1LWE2YTJmYjZmMWI0NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpkODgxOTUxYy00MzM4LWIzNGUtODYzOS04YTUzYTAzYzMwYjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6geYdWAAAADFBMVEX///7zoU3ueQL738M014OrAAAAMUlEQVR42mJgYGBgZmTAAMxMTIxYxDBFGZmwiIJVjopiExzOYngSAyMxCQxLUgQIMABa3AHJGPXCiAAAAABJRU5ErkJggg==") #fff no-repeat 90%;
	width: 48%;
	overflow: hidden;
	padding: 1.875rem 0.625rem;
	float: left;
	background: white;
}

.zy_list_01 {
	width: 48% !important;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAMAAAAlvKiEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkODgxOTUxYy00MzM4LWIzNGUtODYzOS04YTUzYTAzYzMwYjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjdGRkE2Q0MyNEE3MTFFN0JBQUZFQ0E5RDE0ODEyNzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjdGRkE2Q0IyNEE3MTFFN0JBQUZFQ0E5RDE0ODEyNzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmViNDI1MDk2LWRmOGQtM2E0OS1iYjM1LWE2YTJmYjZmMWI0NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpkODgxOTUxYy00MzM4LWIzNGUtODYzOS04YTUzYTAzYzMwYjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6geYdWAAAADFBMVEX///7zoU3ueQL738M014OrAAAAMUlEQVR42mJgYGBgZmTAAMxMTIxYxDBFGZmwiIJVjopiExzOYngSAyMxCQxLUgQIMABa3AHJGPXCiAAAAABJRU5ErkJggg==") #fff no-repeat 90% !important;
}

.zy_list_ul1 li {
	float: left;
	width: 49%;
}

.zy_list_ul1 {
	overflow: hidden;
}

.zy_list_ul_right h2 {
	font-size: 1.25rem;
	letter-spacing: 1px;
	color: #e71f19;
}

.zy_list_ul_right {
	float: left;
	width: 74%;
	margin-left: 2%;
}

.zy_list_ul_left {
	float: left;
	width: 24%;
}

.zy_list_ul2 li a {
	overflow: hidden;
	width: 86%;
	margin: 0 auto;
	display: block;
}

.zy_list_ul2 li {
	float: left;
	width: 49%;
	background: white;
	padding: 1rem 0;
}

.zy_list_ul2 {
	overflow: hidden;
}

.zy_list_ul3 {
	overflow: hidden;
	margin-top: 2%;
}

.zy_list_ul3 li {
	float: left;
	width: 31.5%;
}

.zy_list_ul3 li:nth-child(2) {
	margin-left: 2.5%;
}

.zy_list_ul3 li:nth-child(3) {
	margin-left: 2.5%;
}

.zy_list_ul_right p {
	color: #e71f19;
	letter-spacing: 1px;
}

.zy_list_ul1 li:nth-child(2) {
	margin-left: 2%;
}

.zy_list_ul2 li:nth-child(2) {
	margin-left: 2%;
}

.zy_list {
	margin: 2% 0 0 2%;
	overflow: hidden;
	padding: 0;
}

.zy_list li p {
	margin: 0;
	color: #000;
}

.zy_list a:nth-of-type(2n) li {
	margin-left: 2%;
}

.zy_list .list_bt {
	font-size: 1.5rem;
	margin-bottom: 0.875rem;
}

.zy_list .list_bt span {
	font-size: 1.25rem;
	font-weight: bold;
}

.zy_list .list_rs {
	font-size: 1rem;
	color: #fff;
	background: #ff4200;
	padding: 0.3125rem 0.9375rem;
	border-radius: 16px;
	width: 7.5rem;
	text-align: center;
	letter-spacing: 0.0625rem;
}

.zx_tel {
	margin: 1rem 1.25rem;
}

.nav_t {
	overflow: hidden;
	background: #fff;
	padding: 0.9375rem 0;
}

.nav_t li i {
	width: 6.875rem;
	height: 6.875rem;
	font-size: 4rem;
	line-height: 6.875rem;
	color: #fff;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
}

.nav_t a:nth-of-type(1) i {
	background: #ff8100;
}

.nav_t a:nth-of-type(2) i {
	background: #ffb933;
}

.nav_t a:nth-of-type(3) i {
	background: #99cc33;
}

.nav_t a:nth-of-type(4) i {
	background: #ff4200;
}

.nav_t li p {
	font-size: 1.5rem;
	margin: 0.5rem 0 0 0;
}

.nav_t li {
	width: 25%;
	text-align: center;
	float: left;
	color: #000;
}

.daohang:nth-of-type(2):after {
	content: " ";
}

.daohang:nth-of-type(3) {}

.daohang::first-letter {
	font-size: 2rem;
}

.help_list li {
	padding: 2.875% 1.875%;
	background-size: 24.3rem 24.75rem;
	background-image: url(../images/list.png);
	background-repeat: no-repeat;
}

.help_list .list_bt {
	font-size: 1rem;
	line-height: 1.575rem;
}

.help_list li:nth-of-type(1) {
	background-position: top right -18rem;
	background-color: #fff;
}

.help_list li:nth-of-type(2) {
	background-position: top right 1rem;
	background-color: #fee9e4;
}

.help_list li:nth-of-type(3) {
	background-position: center right -18rem;
	background-color: #fee9e4;
	margin: 1rem 0;
}

.help_list li:nth-of-type(4) {
	background-position: center right 1rem;
	background-color: #fff;
	margin: 1rem 0 1rem 1rem;
}

.help_list li:nth-of-type(5) {
	background-position: bottom right -18rem;
	background-color: #fff;
}

.help_list li:nth-of-type(6) {
	background-position: bottom right 1rem;
	background-color: #fee9e4;
}

.xuefei {
	width: 100%;
	padding: 2rem 0;
	background: #fce1da;
	text-align: center;
	overflow: hidden;
}

.xuefei input,
.xuefei select {
	padding-left: 2%;
	width: 90%;
	color: #49525c;
	border: 1px solid #000;
	line-height: 1.5rem;
	margin: 1% 5%;
	border-radius: 10px;
	height: 4rem;
	box-sizing: border-box;
	font-size: 1.5rem;
}

.xuefei .bmbtn {
	background: #ff4200;
	letter-spacing: 0.2rem;
	color: #fff;
}

.xuefei p {
	font-size: 1.875rem;
	font-style: italic;
	margin: 0.625rem;
}

.xuefei p:nth-of-type(1) {
	font-weight: bold;
}

.xuefei p span {
	color: #ff4200;
}

.rmht {
	padding: 1.875%;
	margin: 1rem 0;
	background: #fff;
	overflow: hidden;
}

.rmht a:nth-of-type(1) li {
	float: left;
	padding: 0;
	margin: 0;
	width: 48%;
	background: none;
	border-radius: initial;
	height: initial;
}

.rmht li {
	font-size: 1.25rem;
	background: #f5f5f5;
	padding: 3.575%;
	width: 50%;
	height: 11.25%;
	text-align: center;
	float: right;
	border-radius: 16px;
	color: #000;
}

.rmht a:nth-of-type(3) li {
	margin: 1.875% 0;
}

.rmht a:nth-of-type(4) li {
	margin-bottom: 0;
	color: #ff4200;
}

.swiper-banner {
	overflow: hidden;
	position: relative;
}

.swiper-banner .swiper-slide {
	width: 100%;
}

.news_nav {
	overflow: hidden;
	padding-bottom: .6rem;
	background: #fff;
}

.news_nav a {
	width: 50%;
	background: #ff8100;
	float: left;
	position: relative;
	font-size: 1.5rem;
	text-align: center;
	padding: 0.625rem 0;
	color: #fff;
	display: block;
	background: rgb(226, 224, 224);
}

.news_nav .active {
	background: #ff8100;
	color: #fff;
}

.news_nav .active:before {
	-webkit-transform: translate(-50%, 0) !important;
	-moz-transform: translate(-50%, 0) !important;
	transform: translate(-50%, 0) !important;
	visibility: visible;
	content: '';
	position: absolute;
	bottom: -.6rem;
	display: block;
	width: 0;
	height: 0;
	border-left: .7rem solid transparent;
	border-right: .7rem solid transparent;
	border-top: .7rem solid #ff7d39;
	-webkit-transform: translate(-50%, -90%);
	-moz-transform: translate(-50%, -90%);
	transform: translate(-50%, -90%);
	-webkit-transition: transform .1s;
	-moz-transition: transform .1s;
	transition: transform .1s;
	left: 50%;
}

.news_title {
	padding: 1.5rem 0;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
}

.news_title li {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgCAMAAAAlvKiEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpkODgxOTUxYy00MzM4LWIzNGUtODYzOS04YTUzYTAzYzMwYjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjdGRkE2Q0MyNEE3MTFFN0JBQUZFQ0E5RDE0ODEyNzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjdGRkE2Q0IyNEE3MTFFN0JBQUZFQ0E5RDE0ODEyNzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmViNDI1MDk2LWRmOGQtM2E0OS1iYjM1LWE2YTJmYjZmMWI0NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpkODgxOTUxYy00MzM4LWIzNGUtODYzOS04YTUzYTAzYzMwYjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6geYdWAAAADFBMVEX///7zoU3ueQL738M014OrAAAAMUlEQVR42mJgYGBgZmTAAMxMTIxYxDBFGZmwiIJVjopiExzOYngSAyMxCQxLUgQIMABa3AHJGPXCiAAAAABJRU5ErkJggg==") #fff no-repeat 90%;
	padding: 0 1.5rem;
	height: 10rem
}

.news_title p:nth-of-type(1) {
	font-size: 1.5rem;
	font-weight: bold;
	width: 27rem;
	margin: 0;
}

.news_title p:nth-of-type(2) {
	font-size: .875rem;
	width: 24rem;
	margin: 1rem 0;
	line-height: 1.5rem;
}

.news_title p:nth-of-type(3) {
	font-size: 0.875rem;
	color: #ff4200;
	border: solid 1px #ff4200;
	padding: 0.375rem 1rem;
	display: inline-block;
	border-radius: 6px;
	margin: 0;
}

.news_title hr {
	margin: 1.5rem 0;
	border: none;
	border-bottom: 2px dashed #eee;
}

.swiper-news {
	overflow: hidden;
	background: #fff;
}

.news_nav a {
	color: #000;
}

.news_title .zxli {
	color: #fff;
	background: #ff4200;
	text-align: center;
	padding: 1rem;
	margin: 1rem;
	border-radius: 15px;
	font-size: 1.5rem;
	height: inherit;
}

.news_title .zxli a {
	color: #fff;
}

footer {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	position: fixed;
	bottom: 0;
	z-index: 999;
	overflow: hidden;
	background: #313131;
}

footer li {
	float: left;
	width: 33.3333%;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	background: #313131;
	padding: 1.5rem 0;
}

.pagebottom {
	overflow: hidden;
	text-align: center;
	font-size: 1.25rem;
	width: 80%;
	margin: 0 10%;
	color: #000;
}

.pagebottom li {
	float: left;
	width: 33.3333%;
	font-size: 1.5rem;
	color: #000;
}

.pagebottom li::first-letter {
	font-size: 1.25rem;
}

.pagebottom ul {
	overflow: hidden;
}

.pagebottom p {
	margin: 0.3125rem;
}

#nav {
	clip: rect(0 0 0 0);
	width: 100%;
	position: absolute;
	text-align: center;
	display: block;
	overflow: hidden;
	background: #fff;
}

#nav.opened {
	max-height: inherit;
}

img {
	width: 100%;
}

footer ul li::first-letter {
	font-size: 1.75rem;
}

#nav-toggle {
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: #333;
	color: #fff;
	display: block;
	text-align: center;
	float: right;
}

footer a:nth-of-type(2) li {
	background: #232323;
	color: #ff4200;
}

#nav li {
	text-align: center;
	background: #ff8100;
	display: inline-block;
	width: 24%;
}

.zy_list li:nth-of-type(2n) {
	margin-left: 2%;
}

.nav_t_lists {
	display: block;
	margin-top: 1rem;
}

.nav_t li {
	width: 23%;
	text-align: center;
	float: left;
	color: #000;
	margin-left: 1.5%;
}

.nav_t a li span {
	display: block;
	height: 5rem;
	width: 5rem;
	margin: 0 auto;
	border-radius: 50%;
}

.nav_t a li span img {
	padding: 19% 19% 0 19%;
}

.nav_t a li p {
	font-size: 1.1rem;
}

.nav_t_telform p {
	text-align: center;
	color: #313131;
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin-top: .5rem;
	margin-bottom: .6rem;
}

.nav_t_telform_p {
	text-align: center;
	color: #313131;
	font-size: 1.4rem;
	letter-spacing: 2px;
	margin-top: 1rem;
	margin-bottom: .6rem;
}

#show {
	display: initial;
	color: red;
	font-weight: 700;
	font-size: 1.6rem;
}

.nav_t_telform p strong {
	color: #d40000;
	font-size: 1.7rem;
}

#telInput {
	border: 1px solid #434343;
	border-radius: .3rem;
	display: inline-block;
	height: 3.5rem;
	width: 70%;
	text-indent: 1rem;
	font-size: 1.2rem;
	margin-left: 2.5%;
}

.telphonedb {
	border: 1px solid #434343;
	border-radius: .3rem;
	display: inline-block;
	height: 3.5rem;
	width: 70%;
	text-indent: 1rem;
	font-size: 1.2rem;
	margin-left: 2.5%;
}

#callBtn {
	background: #ff5a00;
	color: white;
	display: inline-block;
	height: 3.5rem;
	font-weight: 700;
	width: 20%;
	font-size: 1.2rem;
	border-radius: .3rem;
	margin-left: 2.5%;
}

.nav_t_telform {
	padding-bottom: 1rem;
	background: white;
}

.zy_lists_nav_left h2 {
	color: #313131;
	letter-spacing: 3px;
	border-left: 6px solid #e33b3b;
	padding-left: .6rem;
	margin-left: .6rem;
	font-size: 2rem;
}

.zy_lists_nav {
	background: white;
	overflow: hidden;
	padding: 1rem 0;
	border-bottom: 1px solid #a0a0a0;
	margin-bottom: 1rem;
}

.zy_lists_nav_right {
	float: right;
	overflow: hidden;
	margin-right: 1rem;
}

.zy_lists_nav_right span img {
	padding: 12% 2% 0 19%;
}

.zy_lists_nav_right a {
	border: 1px solid #e33b3b;
	display: block;
	overflow: hidden;
	border-radius: 1rem;
}

.zy_lists_nav_right a span {
	float: left;
}

.zy_lists_nav_right span img {
	padding: 12% 2% 0 19%;
}

.zy_lists_nav_right span p {
	color: #e33b3b;
	padding: 5% 10% 5% 6%;
	font-size: 1.2rem;
}

.zy_lists_nav_left {
	float: left;
	padding-top: .8rem;
}

.zx_a a {
	background: #ff4200;
	color: white;
	display: block;
	text-align: center;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.5rem;
	letter-spacing: 3px;
	font-weight: 700;
	width: 80%;
	margin: 0 auto;
	border-radius: 1rem;
	box-shadow: 3px 3px 3px #a7a7a7;
}

.zx_a {
	background: white;
	padding: 1.5rem 0;
}

#bmry h2 {
	color: #313131;
	text-indent: 1rem;
	height: 3rem;
	line-height: 3.2rem;
	font-size: 1.2rem;
}

.bmtx {
	width: 95%;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 1%;
	border: 4px solid #d7e6f8;
}

.bmtx li span {
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #313131;
	font-size: 1.4rem;
	background-color: #d7e6f8;
}

#bmry {
	padding-bottom: 1%;
	margin: 1rem auto;
	background: #f2f2f2;
}

.zy_lists_nav_click {
	width: 9rem;
	display: block;
	height: 3.5rem;
	line-height: 3.5rem;
	padding-left: 5%;
	font-size: 1.2rem;
	color: #e33b3b;
	text-align: center;
}

.zy_lists_nav_click b {
	font-size: 1.8rem;
}

.bmtx {
	width: 95%;
	background-color: white;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 1%;
}

.bmtx li {
	float: left;
	width: 32%;
	margin-left: 1%;
	margin-top: 1%;
}

.bmtx li span {
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	color: #313131;
	font-size: 1.4rem;
	background-color: #d7e6f8;
}

#bmry {
	padding-bottom: 1%;
	margin: 1rem auto;
	background: white;
}

#bmry h2 {
	color: #313131;
	text-indent: 1rem;
	height: 3rem;
	line-height: 3.2rem;
}

.scroll-table h3 {
	text-align: center;
	font-weight: normal;
	background: #ed450a;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 3.5rem;
	line-height: 3.5rem;
	letter-spacing: 3px;
	font-size: 1.4rem;
}

.scroll-table .hd {
	width: 100%;
	display: block;
}

.scroll-table ul {
	width: 100%;
}

.scroll-table .hd li {
	background: #ffe4ca;
	font-size: 1.1rem;
	color: #000;
}

.scroll-table ul li {
	width: 25%;
	display: block;
	float: left;
	color: #333;
	line-height: 3rem;
	text-align: center;
}

.scroll-table .bd {
	width: 100%;
	display: block;
	overflow: hidden;
}

.scroll-table .bd .scroll {
	width: 100%;
}

.scroll-table ul {
	width: 100%;
}

.scroll ul li span {
	color: #f00;
}

.scroll-table .bd li {
	font-size: 1.1rem;
}

.scroll-table ul li {
	font-size: 1.1rem;
	;
	display: block;
	float: left;
	color: #333;
	line-height: 3rem;
	text-align: center;
	border: 1px solid #ff4200;
	background: white;
}

.zxd a {
	background: #ff4200;
	color: white;
	display: block;
	text-align: center;
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1.5rem;
	cursor: pointer;
	box-shadow: 3px 3px 3px #a7a7a7;
	border-radius: 8px;
	letter-spacing: 4px;
	width: 90%;
	margin: 0 auto;
	margin-top: 1.2rem;
}

.dowebok {
	width: 1200px;
	height: 200px;
	margin: 100px auto;
	font-size: 14px;
}

.dowebok ul {
	margin: 0;
	line-height: 30px;
	padding: 0;
}

.dowebok a {
	color: #333;
	text-decoration: none;
}

.dowebok a:hover {
	text-decoration: underline;
}

.infoList li p {
	float: left;
}

li {
	list-style-type: none;
}

.infoList li {
	height: 37px;
	overflow: hidden;
}

.date1 {
	width: 70px;
}

.date2 {
	width: 100px;
}

.date3 {
	width: 100px;
}

.date4 {
	width: 100px;
}

.dowebok .zszy .txtMarquee-top .bd .infoList li {
	width: 1200px;
	height: 51px;
	overflow: hidden;
}

.dowebok .zszy .txtMarquee-top .bd .infoList p {
	width: 239px !important;
	height: 50px;
	border-left: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	line-height: 50px;
	margin: 0;
}

.dowebok .zszy .txtMarquee-top .bd .tempWrap {
	border-right: 1px solid #b5b5b5;
}

.tempWrap {
	padding-left: 5rem !important
}

.tempWrap {
	height: 100px !important;
	font-size: 1.4rem;
}

/*border-bottom: 1px solid #F0F0F0;*/
.huadong {
	height: 4rem;
	padding: 0.5rem 0 0.3rem 0;
	border-bottom: 1px solid #F0F0F0;
	position: relative;
	background: white;
	simsun;
	margin: 0 auto;
	margin-top: 1%;
	overflow: hidden;
}

.huadong .huabox {
	margin: 0 auto;
	width: 90%;
	line-height: 4rem;
}

.huadong .hdimg {
	float: left;
	line-height: 3.5rem;
	width: 30%;
	border-right: 1px solid #e3e0e0;
	padding-right: 5px;
}

.huadong .hdimg img {
	width: 100%;
	vertical-align: middle;
}

.huadong h5 {
	font-size: 1rem;
	float: left;
	line-height: 2.2rem;
	margin: 0.8rem 0 0 0;
}

.huadong .gg_more {
	float: left;
}

.huadong .gg_more a {
	font-size: 0.8rem;
	text-decoration: none;
}

.huadong .notice_active {
	float: left;
	width: 70%;
	height: 3rem;
	padding: 0;
	overflow: hidden;
	position: relative;
	padding-left: 5px;
}

.notice_active ul li a {
	color: #ed1c24;
}

.huadong .notice_active li {
	list-style-type: none;
	line-height: 2.4rem;
	overflow: hidden;
}

/*.huadong .notice_active li.notice_active_ch {}*/
.huadong .notice_active li.notice_active_ch span {
	color: #000;
	font-size: 1rem;
	display: block;
	overflow: hidden;
	width: 80%;
	float: left;
	overflow: hidden;
	margin: 0 0 2rem 0;
}

.huadong .gg_more .news_ck {
	float: left;
	margin: 0 1rem 0 1rem;
	color: #888;
	width: 5rem;
	height: 2rem;
	line-height: 2rem;
	display: block;
	border: 1px solid #656972;
	text-align: center;
	border-radius: 0.7rem;
	font-size: 0.8rem;
	margin-top: 1rem;
}

.huadong .gg_more .news_more {}

.huadong .notice_active li.notice_active_ch em {
	text-align: right;
	float: right;
	color: #888;
	font-size: 0.8rem;
	font-style: normal;
}

.call_right {
	bottom: 45%;
	right: -100px;
	z-index: 99999;
	width: 5.2rem;
	height: 5.2rem;
	border: 1px solid #204ccd;
	background: #3d67e1;
	box-shadow: 0px 3px 7px #9ca0ae;
	;
	background-size: auto auto;
	background-size: auto auto;
	background-size: 100%;
	position: fixed;
	display: block;
	border-radius: 1rem;
	cursor: pointer;
}

.call_right_01 {
	animation: shaked 1s ease-in-out infinite;
	-webkit-animation: shaked 1s ease-in-out infinite;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.call_right_01 img {
	width: 38%;
	margin: 12% 31% 0 32%;
}

.call_right_02 p {
	color: white;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}

@keyframes shaked {
	0% {
		transform: rotate(0);
	}

	10% {
		transform: rotate(0);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(10deg);
	}

	40% {
		transform: rotate(-8deg);
	}

	50% {
		transform: rotate(8deg);
	}

	60% {
		transform: rotate(-5deg);
	}

	70% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(0);
	}
}

@-webkit-keyframes shaked {
	0% {
		transform: rotate(0);
	}

	10% {
		transform: rotate(0);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(10deg);
	}

	40% {
		transform: rotate(-8deg);
	}

	50% {
		transform: rotate(8deg);
	}

	60% {
		transform: rotate(-5deg);
	}

	70% {
		transform: rotate(5deg);
	}

	80% {
		transform: rotate(-2deg);
	}

	90% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(0);
	}
}



#LXB_CONTAINER_SHOW {
	display: none !important;
}

/*弹窗css*/
.wx170718-1 {
	background: #06202F;
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	box-shadow: 0 0 30px #000;
	-moz-box-shadow: 0 0 30px #ccc;
	-webkit-box-shadow: 0 0 30px #000;
	display: block !important;
}

.wx170718-2 {
	background: 0 0;
	text-decoration: none;
}

.wx170718-3 {
	display: block;
	background: #FFF;
	color: #000;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
	border-radius: 10px;
	font-size: 14px;
	width: 60px;
	height: 30px;
	margin-right: 5px;
	margin-top: 15px;
	float: right;
	font-family: '黑体';
}

.wx170718-4 {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 40px;
	height: 40px;
}

.wx170718-5 {
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	margin-bottom: 0 !important;
	margin-top: 5px;
	font-family: '黑体';
	letter-spacing: 0.3px;
}

.wx170718-6 {
	color: #FFF;
	font-size: 14px;
	margin: 0;
	font-family: '黑体';
}

.jumpwindows170718-1 {
	width: 275px;
	height: 261px;
	position: fixed;
	z-index: 999999;
	margin-left: -137.5px;
	margin-top: -130px;
	left: 50%;
	top: 50%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	transform: translateZ(2000px);
	-webkit-transform: translateZ(2000px);
	-moz-transform: translateZ(2000px);
	display: none;
}

.jumpwindows170718-2 {
	background: white !important;
	border: medium none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	animation: cshow 2s 0s forwards linear;
	-webkit-animation: cshow 2s 0s forwards linear;
	-moz-animation: cshow 2s 0s forwards linear;
	width: 250px;
	height: 225px;
	opacity: 0;
	background-color: #fff;
	position: absolute;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 30px;
	box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-webkit-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-moz-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-ms-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform: translateZ(999px);
	-webkit-transform: translateZ(999px);
	-moz-transform: translateZ(999px);
	background: url(../images/bg.png);
	border-top-right-radius: 20px;
}

.jumpwindows170718-3 {
	border: medium none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -14px;
	right: -14px;
	cursor: pointer;
}

.jumpwindows170718-4 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
	border: medium none;
	box-sizing: border-box;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	overflow: hidden;
}

.jumpwindows170718-5 {
	letter-spacing: 1px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	border: medium none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #333333;
	margin-top: 28px;
}

.jumpwindows170718-6 {
	width: 227px;
	height: 32px;
	border: 1px solid #e43c4d;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	margin: 10px auto 8px;
	box-shadow: 0 0 10px rgba(10, 2, 4, .75);
	-webkit-box-shadow: 0 0 10px rgba(10, 2, 4, .75);
	-moz-box-shadow: 0 0 10px rgba(10, 2, 4, .75);
	-ms-box-shadow: 0 0 10px rgba(10, 2, 4, .75);
}

.jumpwindows170718-7 {
	width: 156px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 14px;
	color: #e43c4d;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	padding-left: 13px;
	float: left;
	outline: 0;
	border: 0;
	-moz-text-size-adjust: none;
	border: medium none;
	box-sizing: border-box;
	margin: 0;
}

.jumpwindows170718-8 {
	cursor: pointer;
	width: 69px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	background-color: #e43c4d;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 0 14px 14px 0;
	-webkit-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
	float: right;
	border: 0;
	-moz-text-size-adjust: none;
	border: medium none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.jumpwindows170718-9 {
	padding-top: 5px;
	width: 228px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.4;
	-moz-text-size-adjust: none;
	border: medium none;
	box-sizing: border-box;
	padding: 0;
	color: #575656;
}

.jumpwindows170718-10 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 58px;
	line-height: 58px;
	border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
}

.jumpwindows170718-11 {
	background-color: #26C540;
	border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px;
	display: block;
	position: relative;
	width: 50%;
	height: 58px;
	float: left;
}

.jumpwindows170718-12 {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	top: 50%;
	margin-left: -50px;
	margin-top: -13px;
	width: 27px;
	height: 27px;
	background: url(../images/wx_footer-tel.png) no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.jumpwindows170718-11 em {
	height: 100%;
	top: 0;
	margin-left: -16px;
	font-size: 16px;
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none;
}

.jumpwindows170718-13 {
	background-color: #FF6005;
	border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;
	display: block;
	position: relative;
	width: 50%;
	height: 58px;
	float: left;
}

.jumpwindows170718-14 {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	top: 50%;
	margin-left: -50px;
	width: 27px;
	height: 24px;
	margin-top: -12px;
	background: url(../images/wx_footer-chat.png) no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
}

.jumpwindows170718-15 {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none;
	height: 100%;
	top: 0;
	margin-left: -16px;
	font-size: 16px;
}

.xdfcenterbox {
	width: 275px;
	height: 261px;
	opacity: 0;
	background-color: #fff;
	position: absolute;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-webkit-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-moz-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	-ms-box-shadow: 0 0 20px rgba(10, 2, 4, .75);
	transform-origin: center top;
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	transform: translateZ(999px);
	-webkit-transform: translateZ(999px);
	-moz-transform: translateZ(999px)
}

.CenterBoxShow {
	animation: cshow 2s 0s forwards linear;
	-webkit-animation: cshow 2s 0s forwards linear;
	-moz-animation: cshow 2s 0s forwards linear
}

@keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}

	20% {
		opacity: 1
	}

	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}

	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

@-moz-keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}

	20% {
		opacity: 1
	}

	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}

	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

@-webkit-keyframes cshow {
	0% {
		transform: rotateX(80deg);
		-webkit-transform: rotateX(80deg);
		-moz-transform: rotateX(80deg)
	}

	20% {
		opacity: 1
	}

	70% {
		transform: rotateX(-30deg);
		-webkit-transform: rotateX(-30deg);
		-moz-transform: rotateX(-30deg);
		opacity: 1
	}

	100% {
		transform: rotateX(0);
		-webkit-transform: rotateX(0);
		-moz-transform: rotateX(0);
		opacity: 1
	}
}

.xdfcenterbox-close {
	position: absolute;
	top: -14px;
	right: -14px
}

.xdfcenterbox .xdfcenter-title {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Microsoft YaHei";
	margin-top: 28px
}

.xdfcenterbox .xdfcenter-ftitle {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 200
}

.xdfcenterbox .xdfcenter-telval {
	width: 227px;
	height: 32px;
	border: 1px solid #6a7380;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	margin: 20px auto 8px
}

.xdfcenterbox .xdf-telval {
	width: 156px;
	height: 30px;
	line-height: 30px;
	background-color: #FFF;
	font-size: 14px;
	color: #6a7380;
	-moz-border-radius: 15px 0 0 15px;
	-webkit-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	padding-left: 13px;
	float: left;
	outline: 0;
	border: 0
}

.xdfcenterbox .xdf-telbtn {
	width: 69px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #6a7380;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 0 14px 14px 0;
	-webkit-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
	float: right;
	border: 0
}

.xdfcenterbox .xdf-innerc {
	width: 228px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.4
}

.xdfcenterbox .xdfcenter-chat {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 58px;
	line-height: 58px;
	border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px
}

.xdfcenter-swt,
.xdfcenter-tel {
	display: block;
	position: relative;
	width: 50%;
	height: 58px;
	float: left
}

.xdfcenter-tel {
	background-color: #228be6;
	border-radius: 0 0 0 15px;
	-webkit-border-radius: 0 0 0 15px;
	-moz-border-radius: 0 0 0 15px
}

.xdfcenter-swt {
	background-color: #fe6104;
	border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0
}

.xdfcenter-tel em,
.xdfcenter-tel i {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none
}

.xdf-telpic {
	top: 50%;
	margin-left: -50px;
	margin-top: -13px;
	width: 27px;
	height: 27px;
	background: url(../images/wx_footer-tel.png) no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%
}

.xdfcenter-tel em {
	height: 100%;
	top: 0;
	margin-left: -16px;
	font-size: 16px
}

.xdfcenter-chata,
.xdfcenter-chatb,
.xdfcenter-swt em,
.xdfcenter-swt i {
	display: block;
	position: absolute;
	left: 50%;
	color: #fff;
	font-style: normal;
	text-decoration: none
}

.xdfcenter-nub {
	top: 15px;
	width: 14px;
	height: 14px;
	margin-left: -34px;
	line-height: 13px;
	text-align: center;
	font-size: 9px;
	background-color: #e60012;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
	z-index: 3;
	font-style: normal
}

.xdfcenter-chata {
	top: 50%;
	margin-left: -50px;
	width: 27px;
	height: 24px;
	margin-top: -12px;
	background: url(../images/wx_footer-chat.png) no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%
}

.xdfcenter-chatb {
	height: 100%;
	top: 0;
	margin-left: -16px;
	font-size: 16px
}

#view-3d {
	width: 275px;
	height: 261px;
	position: fixed;
	z-index: 999999;
	margin-left: -137.5px;
	margin-top: -130px;
	left: 50%;
	top: 50%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
	transform: translateZ(2000px);
	-webkit-transform: translateZ(2000px);
	-moz-transform: translateZ(2000px);
	display: none
}

.xdfcenterbox,
.xdfcenterbox-close,
.xdfcenter-title,
.xdfcenter-ftitle,
xdfcenter-telval,
.xdf-telval,
.xdf-telbtn,
.xdf-innerc {
	-moz-text-size-adjust: none;
	border: medium none;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.jumpwindows170718-1 input::-webkit-input-placeholder {
	color: white;
	font-size: 14px;
}

.jumpwindows170718-1 input:-moz-placeholder {
	color: white;
	font-size: 14px;
}

.jumpwindows170718-1 input::-moz-placeholder {
	color: white;
	font-size: 14px;
}

.jumpwindows170718-1 input:-ms-input-placeholder {
	color: white;
	font-size: 14px;
}

.jumpwindows170718-2 hr {
	position: absolute;
	margin: -18px 0px 0px 27px;
	width: 80%;
	margin-top: -18px;
	margin-right: 27px;
}

.jumpwindows170718-me {
	font-size: 20px;
	margin: 0 auto;
	line-height: 30px;
	height: 30px;
	width: 166px;
	background: white;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

.jumpwindows170718-me span {
	color: red;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
}

.jumpwindows170718-4 span {
	border-bottom: solid 2px white;
	height: 1px;
	display: block;
}

.jumpwindows170718-b {
	border-bottom: solid 0px white !important;
	height: 25px !important;
	font-size: 20px;
	color: white;
	float: left;
	width: 20%;
}

.jumpwindows170718-a {
	float: left;
	width: 20%;
	margin-top: 13px;
	margin-left: 20%;
}

.jumpwindows170718-c {
	float: right;
	width: 20%;
	margin-top: 13px;
	margin-right: 20%;
}

.jumpwindows170718-8 input {
	cursor: pointer;
	width: 69px !important;
	height: 32px !important;
	line-height: 30px;
	color: #fff !important;
	background-color: #e43c4d !important;
	font-size: 12px !important;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 0 14px 14px 0;
	-webkit-border-radius: ;
	border-radius: 0 14px 14px 0 !important;
	float: right;
	border: 0;
	-moz-text-size-adjust: none;
	border: medium none;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0 !important;
	letter-spacing: 2px !important;
}

.sp {
	background: white;
	margin: 2% 0;
	overflow: hidden;
}

.sp1 p {
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding-left: 3.125%;
	padding-top: 2%;
	padding-bottom: 2%;
}

/*底部弹窗*/
.popout {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20.5rem;
	height: 20rem;
	border: 1px solid #eee;
	border-radius: .625rem;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1000;
	box-shadow: 1px 3px 50px #000;
}

.popout>.popout_top {
	font-size: 1.3rem;
	font-weight: bold;
	color: #000;
}

.popout>.popout_top p:nth-child(2) {
	font-size: 1.4rem;
}

@font-face {
	font-family: ZCOOLAddictItalic01;
	src: url(http://www.jxxdf.com/font/ZCOOLAddictItalic01.ttf);
}

.popout>.popout_top:nth-child(1) span {
	font-size: 1.6rem;
	color: #ff0000;
	font-family: ZCOOLAddictItalic01;
}


.popout>.popout_top:nth-child(2) {
	font-size: 1.3rem;
	font-weight: bold;
}

.popout>.popout_input {
	width: 100%;
	font-size: 1.1rem;
	margin-top: 01rem;
}

.x-popup-show {
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.popout>.popout_input input {
	float: left;
	height: 2.2rem;
	line-height: 2.2rem;
	/* border:none; */
	border: 1px solid #ddd;
	border-right: none;
	width: 65%;
	border-radius: 30px 0 0 30px;
	text-indent: 5%;
}

.popout>.popout_input span {
	float: left;
	height: 2.2rem;
	line-height: 2.2rem;
	width: 35%;
	background-color: #00bc35;
	color: #fff;
	border-radius: 0 30px 30px 0;
}

.popout>.popout_p {
	padding: 0 1.5%;
	text-align: left;
	font-size: 1.1rem;
	margin: .8rem 0 .8rem 0;
}

.popout>.popout_c a {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	width: 40%;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
}

.popout>.popout_c a:nth-child(1) {
	background-color: #ff0000;
}

.popout>.popout_c a:nth-child(2) {
	background-color: #000;
}

.popout>img {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
}

.x-popup-show {
	transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important
}

.x-popup {
	display: none;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
	transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	transition: .6s ease;
	-moz-transition: .6s ease;
	-webkit-transition: .6s ease
}

.x-popup .x-popup-title {
	width: 100%;
	height: 3.069rem;
	line-height: 3.069rem;
	text-align: center;
	font-size: 1.302rem;
	color: #fff;
	background-color: #ff6005;
	position: relative
}

.x-popup .x-popup-title .x-popup-title-close-btn {
	position: absolute;
	width: 2.356rem;
	height: 2.356rem;
	top: .434rem;
	right: 1.24rem;
	background: url(../fonts/3ba58972e54d41aa8d5725afb3e363a6.woff) center center no-repeat;
	background-size: 90%
}

.x-popup .x-popup-content {
	width: 100%
}

.x-popup .x-popup-content .x-popup-content-chat {
	padding: 0 3.41rem 0.5rem 5.6rem;
	width: 100%;
	background: url(../fonts/e12a102ccfab453aabdab383a8f389f7.woff) 1.86rem 0.6rem no-repeat #e5e5e5;
	background-size: 2.6rem;
}

.x-popup .x-popup-content .x-popup-content-chat .x-popup-content-chat-title {
	margin: 0;
	padding: 0.5rem 0 .186rem;
	color: #999;
	font-size: 1.085rem;
}

.x-popup .x-popup-content .x-popup-content-chat .x-popip-content-chat-msg {
	position: relative;
	display: inline-block;
	padding: 1.4rem 4rem;
	background-image: url('../fonts/2dctssjrr6.svg');
	background-position: center center;
	background-size: 25%;
	background-repeat: no-repeat;
	-webkit-border-radius: .62rem;
	-moz-border-radius: .62rem;
	border-radius: .62rem;
	background-color: #ffa931;
	color: #fff;
	font-size: 1.178rem;
}

.x-popup .x-popup-content .x-popup-content-chat .x-popip-content-chat-msg:before {
	position: absolute;
	top: .62rem;
	left: -.62rem;
	width: 0;
	height: 0;
	border-top: .465rem solid transparent;
	border-right: .93rem solid #ffa931;
	border-bottom: .465rem solid transparent;
	content: "";
}

.x-popup .x-popup-form {
	padding: 0 .62rem;
	height: 3.72rem;
	color: #fff;
	text-align: center;
	background: #e5e5e5;
}

.x-popup .x-popup-form>input {
	width: 51%;
	float: left;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: .372rem;
	-moz-border-radius: .372rem;
	-webkit-border-radius: .372rem;
	height: 2.79rem;
	line-height: 2.48rem;
	outline: 0;
	border: 1px solid #ccc;
	padding: .31rem .62rem;
	font-size: 1.116rem
}

.x-popup .x-popup-form>.x-popup-form-submit {
	width: 20%;
	margin-left: 1.4%;
	float: left;
	height: 2.79rem;
	background-color: #ff6005;
	line-height: 2.79rem
}

.x-popup .x-popup-form>.x-popup-form-phone {
	width: 26%;
	margin-left: 1.4%;
	float: left;
	height: 2.79rem;
	line-height: 2.79rem;
	background-color: #7a7aff
}

.x-popup .x-popup-form>.x-popup-form-phone a {
	color: #fff;
	text-decoration: none
}

.x-popup .x-popup-form .x-popup-form-phone,
.x-popup .x-popup-form .x-popup-form-submit {
	border-radius: .31rem;
	-moz-border-radius: .31rem;
	-webkit-border-radius: .31rem;
	font-size: 1.116rem
}

.x-popup-layer.x-popup-layer-show {
	opacity: 1
}

.x-popup-layer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .66);
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.x-popup-layer .x-out-frame {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99;
	width: 25rem;
	height: 23.4375rem;
	border-radius: .625rem;
	background-color: #f5f5f5;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.x-popup-layer .x-out-frame .x-frame-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 3.125rem;
	height: 3.125rem;
	background: url(../fonts/418b4f441ad748aa98060547cb92bd44.woff) center center no-repeat;
	background-size: 50% 50%
}

.x-popup-layer .x-out-frame .x-frame-title {
	padding-top: 3.125rem;
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 2.0313rem
}

.x-popup-layer .x-out-frame>p {
	padding-top: .625rem;
	text-align: center;
	font-weight: 300;
	font-size: 1.0938rem
}

.x-popup-layer .x-out-frame>p span {
	color: #c80032
}

.x-popup-layer .x-out-frame .x-frame-phone {
	position: relative;
	margin: 1.875rem auto 1.5625rem;
	width: 80%;
	height: 3.4375rem
}

.x-popup-layer .x-out-frame .x-frame-phone>input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.4375rem;
	outline: 0;
	border: none;
	border-radius: 1.875rem;
	text-align: center;
	letter-spacing: .04688rem;
	font-size: 1.5625rem;
	line-height: 3.4375rem;
	-webkit-appearance: none
}

.x-popup-layer .x-out-frame .x-frame-phone .x-frame-celar {
	position: absolute;
	top: 50%;
	right: .625rem;
	width: 1.5625rem;
	height: 1.5625rem;
	background: url(../fonts/a2002248ff57468a986aa09286ef53f3.woff) center center no-repeat;
	background-size: 80% 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.x-popup-layer .x-out-frame .x-popup-layer-submit {
	display: block;
	margin: 0 auto;
	border: none;
	width: 80%;
	height: 3.4375rem;
	border-radius: 1.875rem;
	background-color: #ff8922;
	color: #fff;
	text-align: center;
	font-size: 1.4063rem;
	line-height: 3.4375rem;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	user-select: none
}

.btn-cz-v {
	width: 140px;
	height: 28px;
	background: #f9f9f9;
	border-radius: 5px;
	/*		border: 1px solid #999;*/
	position: relative;
	margin-top: 0px;
}

.btn-cz-v:before {
	content: "";
	position: absolute;
	left: -9px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 10px solid #f9f9f9;
	border-bottom: 5px solid transparent;
}

.btn-cz-v span {
	display: block;
	position: absolute;
	right: -23px;
	top: 14px;
	color: #919090;
	font-size: 12px;
}

.btn-cz-v i {
	position: absolute;
	left: 5px;
	top: 8px;
	display: block;
	width: 14px;
	height: 17px;
	background: url(../fonts/9d48eb3aa6be445b98ea8fc2be37259b.woff) no-repeat 0 0;
	background-size: 100%;
	animation-iteration-count: infinite;
}

.btn-cz-v .playv {
	-webkit-animation-name: leftcz;
	animation-name: leftcz;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.vtest {
	width: 270px;
	font-size: 14px;
	padding: 6px;
	height: 30px;
	margin-bottom: 3px;
}

.popout_p {
	padding: 0 2.5%;
	text-align: left;
	font-size: 1rem;
	margin: 3rem 0 1rem 0;
	color: #666666;
}

.popout_c a:nth-child(1) {
	background-color: #ff0000;
}

.popout_c a {
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	width: 40%;
	font-size: 1.1rem;
	font-weight: bold;
	color: #fff;
}

.popout_c a:nth-child(2) {
	background-color: #000;
}

.sort-nav {
	display: block;
	border-radius: 50%;
	margin: 0 auto;
	width: 5rem;
	height: 5rem;
}


/*考证初高中生入口*/
.zqlist_left {
	float: left;
	width: 30%;
	background: white;
	margin-left: 2%;
}

.zqlist_right {
	float: left;
	width: 64%;
	margin-left: 2%;
}

.zqlist {
	overflow: hidden;
	margin-top: 2%;
}

.zqlist_left p {
	text-align: center;
	color: #313131;
	letter-spacing: 1px;
	padding: 1% 0 8% 0;
}

.zqlist_left h3 {
	text-align: center;
	letter-spacing: 2px;
	color: #313131;
}

.zqlist_left img {
	width: 57%;
	margin: 7% auto;
	display: block;
}

.zq_left_font h3 {
	color: #313131;
	letter-spacing: 2px;
	padding-top: 3%;
}

.zq_left_font p {
	color: #313131;
	letter-spacing: 1px;
	font-size: .9rem;
	padding-top: 2%;
}

.zqlist_right ul li {
	background: white;
	margin-bottom: 3%;
	overflow: hidden;
	padding: 2% 0;
}

.zq_left_img {
	float: left;
	width: 27%;
}

.zq_left_font {
	float: left;
	width: 73%;
}

.zq_left_img img {
	width: 77%;
	display: block;
	margin: 0 auto;
}

/*火热报名板块*/
.hrbm ul {
	display: flex;
}

.hrbm h3 {
	text-align: center;
	font-weight: normal;
	background: #ed450a;
	margin: 0;
	padding: 0;
	color: #fff;
	height: 3.5rem;
	line-height: 3.5rem;
	letter-spacing: 3px;
	font-size: 1.4rem;
}


/*19年春节元?/
#new_year_zy ul {display: flex;}
#new_year_zy ul li {width: 42%;}
#new_year_zq ul {display: flex;}
#new_year_zy ul li img {width: 67%;display: block;margin: 0 auto;}
#new_year_zy ul li p {text-align: center;padding-bottom: .4rem;color: black;}
#new_year_zq ul li {width: 45%;margin-left: 3.4%;margin-top: 1%;margin-bottom: 2%;}
.new_year {background: white;margin-top: 1%;}
