﻿@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	min-width: 320px;
	max-width: 640px;
	font-family: "微软雅黑";
	margin: 0 auto;
	color: #000;
}
* {
	padding: 0px;
	margin: 0px;
}
ul, li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
	display: block;
}
/* 设置HTML5元素为区块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	padding: 0px;
	margin: 0px;
	border: none;
}
/* 图片自适应调整 并解决图片缩放的失真问题*/
img {
	width: 100%;
	height: auto;
	border: none;
	interpolation-mode: bicubic;
}
@media screen and (max-width:300px) {
body {
	font-size: 10px!important
}
}
@media screen and (max-width:310px) and (min-width:301px) {
body {
	font-size: 11px!important
}
}
@media screen and (max-width:320px) and (min-width:311px) {
body {
	font-size: 13px!important
}
}
@media screen and (max-width:350px) and (min-width:321px) {
body {
	font-size: 13px!important
}
}
@media screen and (max-width:360px) and (min-width:351px) {
body {
	font-size: 13px!important
}
}
@media screen and (max-width:470px) and (min-width:361px) {
body {
	font-size: 14px!important
}
}
@media screen and (max-width:480px) and (min-width:471px) {
body {
	font-size: 15px!important
}
}
@media screen and (min-width:480px) {
body {
	font-size: 15px!important
}
}
/*头部*/
.header {
	width: 100%;
	background: url(../images/topbj.jpg) no-repeat;
	overflow: hidden;
	padding: 12px 0px;
	position: relative;
}
.left_logo {
	position: relative;
}
.left_logo img {
	width: 11%;
	margin-left: 2%;
	float: left;
	margin-top: 6px;
	cursor: pointer;
}
.center_logo {
	width: 46%;
	float: left;
	margin-left: 13%;
	margin-top:1%; 
}
.xl {
	position: relative;
}
.xl_1 {
	width: 12%;
	display: none;
	position: absolute;
	z-index: 1000;
	text-align: center;
}
.xl_1 a {
	background: #2aa2ef;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wx {
	width: 50%;
}
#tr1 p {
	margin: 2% 5%;
	line-height: 1.8;
	text-align: center;
}
#tr1 a {
	color: #FFFFFF;
}
.kb {
	width: 100%;
	background: #f3f3f3;
	height: 15px;
}
.right_logo {
	position: relative;
}
.right_logo img {
	width: 10%;
	margin-right: 5%;
	float: right;
	margin-top: 7px;
	cursor: pointer;
}
.ycxl {
	position: relative;
}
.ycxl_1 {
	width: 35%;
	display: none;
	position: absolute;
	right: 0;
	z-index: 1000;
	text-align: center;
	background: #2e9cf0;
	opacity: 0.92;
	filter: alpha(opacity=92);
}
.ycxl_1 li {
	font-size: 1.2em;
	line-height: 40px;
	color: #FFF;
	border-bottom: 1px solid #000;
	text-align: center;
	letter-spacing: 2px;
}
.ycxl_1 li a {
	text-decoration: none;
	color: #FFF;
}
.tb {
	width: 11%;
	margin-left: -27px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}
.cz {
	width: 85%;
	margin: 0 auto;
	margin-top: 15px;
	overflow: hidden;
}
.cz ul {
	list-style: none;
	overflow: hidden;
}
.cz ul li {
	width: 48%;
	float: left;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	border-radius: 8px;
}
.cz_1 {
	background: #52b8ff;
}
.cz_2 {
	background: #ff4e70;
	margin-left: 3%;
}
.cz ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
}
/* 轮播图*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 15;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position: absolute;
	text-align: right;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	right: 3%;
	width: 100%
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #666
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
/*导航*/
.dh {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 15px;
	margin-top: 10px;
}
.dh img {
	width: 60.6%;
}
.dh ul {
	width: 100%;
	overflow: hidden;
}
.dh ul li {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.dh_1 {
	margin-left: 0px;
}
.dh ul li p {
	text-align: center;
	margin-top: 5px;
	font-size: 1.1em;
}
.xb {
	width: 100%;
	background: #f3f3f3;
	overflow: hidden;
	padding: 15px 0px;
}
.xb_1 {
	width: 93%;
	margin: 0 auto;
	height: 60px;
	background: #FFF;
	border-radius: 7px;
	padding: 10px;
	overflow: hidden;
}
.xb_1 h1 {
	font-size: 1.5em;
	color: #ff4d4d;
	text-align: center;
	width: 30%;
	float: left;
	border-right: 2px solid #e2e0e0;
}
.xb_2 {
	width: 93%;
	margin: 0 auto;
	height: 45px;
	margin-top: 7px;
	border-radius: 5px;
	padding: 10px;
	overflow: hidden;
	border: 1px solid #e2e0e0;
}
.xb_2 h2 {
	font-size: 1.5em;
	line-height: 45px;
	color: #ff4d4d;
	text-align: center;
	width: 30%;
	float: left;
	border-right: 2px solid #e2e0e0;
}
#FontScroll1 {
	width: 66%;
	float: left;
	font-size: 1.05em;
	overflow: Hidden;
	margin-left: 3%;
	line-height: 1.7;
}
#FontScroll1 .line {
	text-align: left;
	line-height: 32px;
}
.bd{
	width: 65%;
	float: left;
	font-size: 1.4em;
	overflow: Hidden;
	margin-left: 3%;
	line-height: 32px;
		color:#333
}

/*专业设置*/
.zysz {
	width: 100%;
	overflow: hidden;
	padding: 15px 0px 10px 0px;
	border-bottom: 2px solid #b4b4b4;
}
.domain {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 30px
}
.left_domain {
	width: 30%;
	float: left;
	border-left: 6px solid #0096ff;
	text-indent: 0.5em;
}
.right_domain {
	float: right;
	color: #616161;
}
.zysz_1 {
	width: 100%;
	margin: 0 auto;
	margin-top: 3%;
	overflow: hidden;
}
.dzj {
	width: 31%;
	float: left;
}
.dzj_1 {
	width: 100%;
	float: left;
}
.dzj_1 ul {
	oveflow: hidden;
}
.dzj_1 ul li {
	width: 28%;
	float: left;
	margin-left: 4%;
	margin-top:2%;
}

/* .dzj_1 ul li  img{
	height: 179.19px;
	width: 100%;
	margin: 10px 0px 0px 50px;
} */

/* .dzj_1 ul li  p {
	font-size: 16px;
	text-align: center;	
	font-weight: bold;
    } */

.dzj_2 li:nth-child(2), .dzj_2 li:nth-child(4) {
	margin-left: 4%;
}
.dzj_2 li:nth-child(3), .dzj_2 li:nth-child(4) {
	margin-top: 4.2%;
}
.ui li:nth-child(2) {
	margin-left: 4%;
}
.call {
	width: 100%;
	/*
	background: #fc385c;
	line-height: 50px;
	font-size: 1.6em;
	color: #FFF;
	letter-spacing: 2px;
	text-align: center;*/
	margin-top: 10px;
}
.call a {
	color: #FFF;
}
.swtzx {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.swtzx ul {
	width: 100%;
	list-style: none;
}
.swtzx ul li {
	width: 49%;
	float: left;
	background: #fc385c;
	text-align: center;
	border-radius: 7px;
	line-height: 40px;
	color: #FFF;
	font-sizE: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
}
.swtzx ul li a {
	text-decoration: none;
	color: #FFF;
}
.swtzx_1 {
	margin-left: 2%;
}
/*报名*/
.bmb {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}
.bmb h1 {
	font-size: 1em;
	color: #4d4b4c;
	text-align: center;
}
.bmb tr {
	line-height: 40px;
	font-size: 0.8em;
	text-align: center;
}
.bmb td {
	border-right: #d7d7d7 solid 1px;
	vertical-align: middle;
}
.bmb td a {
	text-decoration: none;
	color: #F00;
}
.bmb_1 {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.bmb_1 ul {
	list-style: none;
}
.bmb_1 ul li {
	width: 32%;
	float: left;
	margin-top: 15px;
}
.bmb_2 {
	margin-left: 2%;
	margin-right: 2%;
}
/*热点专题*/
.slide {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.slide .img {
	overflow: hidden;
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}
.slide .img img {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	margin: 7px;
}
.slide .img a {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	margin: 0px 7px 7px 7px;
}
.slide .img1 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: -50%;
	z-index: 1;
}
.slide .img2 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: -20%;
	z-index: 2;
}
.slide .img3 {
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	z-index: 3;
}
.slide .img4 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: 60%;
	z-index: 2;
}
.slide .img5 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: 110%;
	z-index: 1;
}
.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 4%;
	z-index: 10;
}
.slide-bt span {
	width: 12px;
	height: 12px;
	background: #c9caca;
	float: left;
	margin: 8px;
	border-radius: 50%;
}
.slide .slide-bt .on {
	background: #00a2ff;
}
/*细说新华*/
.xsxh {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
}
.xsxh_1 {
	width: 48.5%;
	float: left;
	overflow: hidden;
}
.xsxh_2 {
	margin-top: 9px;
	margin-bottom: 9px;
}
.xsxh_3 {
	margin-left: 2%;
}
/*热点新闻*/
.rdxw {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 15px;
}
.left_xw {
	width: 38%;
	float: left;
}
.right_xw {
	width: 58%;
	float: left;
	margin-left: 4%;
}
.right_xw p {
	font-sizE: 1.3em;
	text-align: left;
	margin-top: 10px;
}
.rdxw_1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	overflow: hidden;
}
.right_xw p span {
	font-size: 1em;
	line-height: 1.7;
	color: #818181;
	text-overflow: ellipsis;
}
.dj {
	margin-top: 4%;
	overflow: hidden;
	font-size: 15px;
}
.time {
	background: url(../images/time.png) no-repeat center left;
	padding-left: 22px;
	background-size: 16px;
	float: left;
}
.hits {
	background: url(../images/hits.png) no-repeat center left;
	padding-left: 25px;
	margin-left: 5px;
	background-size: 20px;
	float: left;
}
/*热点资讯*/
.rdwt {
	width: 95%;
	margin: 0 auto;
margin-top:10px;
	margin-bottom: 10px;
}

.rdzx {
	margin-left: 2%;
}
.rdzx_1 {
	width: 10%;
	margin-top: 7px;
	float: left;
	margin-left: 10%;
}
/*在线报名*/
.bm {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 30px
}
.left_bm {
	float: left;
	border-left: 6px solid #0096ff;
	text-indent: 0.5em;
}
.center_bm {
	float: left;
	width: 13%;
	margin-top: 0.8%;
	margin-left: 7px;
}
.zxbm {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.zxbm h1 {
	text-align: center;
	font-size: 1.25em;
	margin-top: 15px;
}
.zxbm h1 span {
	color: #F00;
}
.zxbm input, select {
	width: 70%;
	margin: 0 auto;
	line-height: 35px!important;
	border: 1px dashed #D0CECF;
	text-indent: 32px;
	display: block;
	border-radius: 4px;
	margin-top: 15px;
	height: 35px;
	font-size: 1em;
}
.ico {
	background: transparent url(../images/user.png) no-repeat scroll left center / auto 20px
}
.call_1 {
	background: transparent url(../images/tel.png) no-repeat scroll left center / auto 20px
}
.qq_m {
	background: transparent url(../images/qq_m.png) no-repeat scroll left center / auto 20px
}
.zy_m {
	background: transparent url(../images/zy_m.png) no-repeat scroll left center / auto 20px
}
.yzm_m {
	background: transparent url(../images/yzm_m.png) no-repeat scroll left center / auto 20px
}
.kc {
	text-indent: 5px;
	color: #666;
}
#submit {
	width: 70%;
	margin: 0 auto;
	border: none;
	display: block;
	background-color: #ED3C42;
	border-radius: 4px;
	color: #fff;
	margin-top: 15px;
	font-size: 1em;
	text-indent: 0px;
}
.sj {
	line-height: 1.6;
	text-align: center;
	color: #F00;
	margin-top: 1.5%;
	letter-spacing: 2px;
}
.xsgz {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	display: block;
	margin-top: 10px;
	overflow: hidden;
}
.xsgz a {
	height: 20px;
	line-height: 20px;
	font-size: 1.1em;
	color: #666;
	padding: 0px 10px;
	border-right: 2px solid #666;
	display: inline-block;
}
.qq {
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
	font-size: 1.1em;
}
.qq a {
	display: inline-block;
}
/*右侧咨询通道*/
.ytxx {
	width: 134px;
	position: fixed;
	top: 50%;
	right: 0;
	display: block;
	cursor: pointer;
	z-index: 2147483647;
}
/*footer*/
.foot {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 11%;
}
.footer {
	width: 100%;
	margin: 0 auto;
	background: #00a2ff;
	position: fixed;
	bottom: 0;
	z-index: 999;
	overflow: hidden;
	margin-top: 50px;
	max-width: 640px;
	min-width: 320px;
}
.footer ul {
	overflow: hidden;
	display: block;
}
.footer ul li {
	float: left;
	text-align: center;
	display: inline-block;
	line-height: 55px;
	height: 55px;
	position: relative;
}
.footer ul .zxkc {
	width: 24.7333%;
	border-right: 1px solid #FFF;
}
.footer ul li:nth-child(4){border-right:0;}
.footer ul li a {
	color: #FFF;
}
.footer_1 {
	width: 20%;
	margin-top: 5%;
}
.footer span {
	color: #FFF;
	margin-left: 10px;
	vertical-align: top;
	font-size: 1.1em;
	letter-spacing: 1px;
	position: relative;
	top: 3px;
}
.footer ul li a p {
	color: #FFF;
	margin-left: 1.2rem;
	width: 20px;
	height: 20px;
	line-height: 1.2rem;
	text-align: center;
	background: #F00;
	position: absolute;
	top: 3%;
	right: 12%;
	z-index: 10001;
	font-size: 0.8em;
	border-radius: 50%;
	border: 1px solid red;
}
.db {
	width: 12%;
	float: left;
	border: 0;
	cursor: pointer;
}
.footer_2 {
	width: 48%;
	margin-top: 12%;
}
.LR_yaoqingtit img {
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 320px) and (max-width:349px) {
.left_logo img {
	margin-top: 3px;
}
#mintbar {
	margin-top: 4px;
}
.xl_1 {
	width: 20%;
	display: none;
	position: absolute;
	z-index: 1000;
	text-align: center;
}
.xl_1 a {
	background: #2aa2ef;
	padding-top: 10px;
	padding-bottom: 5px;
}
.right_logo img {
	margin-top: 3px;
}
.ycxl_1 li {
	font-size: 1em;
	line-height: 30px;
}
.tb {
	width: 14%;
	margin-left: -15px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
.slide-bt {
	bottom: 3%;
}
.xsxh_2 {
	margin-top: 3px;
	margin-bottom: 3px;
}
.right_xw {
	width: 58%;
	float: left;
	margin-left: 4%;
}
.right_xw p {
	font-sizE: 1em;
	text-align: left;
	margin-top: 0;
}
.right_xw p span {
	font-size: 0.9em;
	line-height: 1.7;
	color: #818181;
}
.dj {
	margin-top: 2%;
	font-size: 12px;
}
.time {
	padding-left: 15px;
	background-size: 12px;
}
.hits {
	padding-left: 18px;
	background-size: 14px;
}
.rdwt ul li {
	line-height: 30px;
	text-align: left;
	height: 30px;
	margin-left: 0.6%;
}
.rdwt ul li p {
	margin-top: 0px;
	font-size: 0.8em;
}
.rdzx {
	margin-left: 1%;
}
.rdzx_1 {
	width: 10%;
	margin-top: 7px;
	float: left;
	margin-left: 10%;
}
.center_bm {
	margin-top: 1.5%;
}
.ytxx {
	width: 18%;
}
.foot {
	margin-bottom: 16%;
}
.footer ul li {
	line-height: 42px;
	height: 42px;
}
.footer_1 {
	width: 30%;
	margin-top: 7%;
}
.footer span {
	margin-left: 2px;
	font-size: 0.8em;
	position: relative;
	top: 2px;
}
.db {
	width: 12%;
}
.footer_2 {
	width: 75%;
	margin-top: 14%;
}
.footer ul li a p {
	margin-left: 1.2rem;
	width: 16px;
	height: 16px;
	line-height: 1.05rem;
	position: absolute;
	top: 0;
	right: 3%;
	z-index: 10001;
	font-size: 0.6em;
}
}
 @media screen and (min-width:360px) and (max-width: 414px) {
.left_logo img {
	margin-top: 4px;
}
#mintbar {
	margin-top: 4px;
}
.xl_1 {
	width: 18%;
}
.right_logo img {
	margin-top: 5px;
}
.ycxl_1 li {
	font-size: 1em;
	line-height: 30px;
}
.tb {
	width: 14%;
	margin-left: -18px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}
.slide-bt {
	bottom: 3%;
}
.xsxh_2 {
	margin-top: 4px;
	margin-bottom: 5px;
}
.right_xw {
	width: 58%;
	float: left;
	margin-left: 4%;
}
.right_xw p {
	font-sizE: 1em;
	text-align: left;
	margin-top: 3px;
	text-overflow: ellipsis;
}
.right_xw p span {
	font-size: 0.9em;
	line-height: 1.7;
	color: #818181;
	text-overflow: ellipsis;
}
.dj {
	font-size: 12px;
	margin-top: 2%;
}
.time {
	padding-left: 15px;
	background-size: 12px;
}
.hits {
	padding-left: 18px;
	background-size: 14px;
}
.rdwt ul li {
	line-height: 30px;
	text-align: left;
	height: 30px;
	margin-left: 0.6%;
}
.rdwt ul li p {
	margin-top: 0px;
	font-size: 1em;
}
.rdzx_1 {
	width: 10%;
	margin-top: 7px;
	float: left;
	margin-left: 10%;
}
.center_bm {
	margin-top: 1%;
}
.foot {
	margin-bottom: 15%;
}
.footer ul li {
	line-height: 42px;
	height: 42px;
}
.footer_1 {
	width: 27%;
	margin-top: 12%;
}
.footer span {
	margin-left: 3px;
	font-size: 1em;
	position: relative;
	top: 1px;
}
.db {
	width: 12%;
}
.footer_2 {
	width: 65%;
	margin-top: 11%;
}
.ytxx {
	width: 16%;
}
.footer ul li a p {
	margin-left: 1.2rem;
	width: 19px;
	height: 19px;
	line-height: 1.15rem;
	position: absolute;
	top: 0;
	right: 3%;
	z-index: 10001;
	font-size: 0.6em;
}
}
 @media screen and (min-width:420px)and (max-width:600px) {
.xsxh_2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.foot {
	margin-bottom: 13%;
}
.ytxx {
	width: 16%;
}
}
/*微信*/
#weixinpop {
	width: 100%;
	position: fixed;
	z-index: 99999999;
	left: 0;
	right: 0;
	top: 0;
	height: 0px;
	margin: auto;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-start;
	background: rgba(0,0,0,.8);
	color: #fff;
	transition: height .3s ease;
	-webkit-transition: height .3s ease;
}
.weixinpop-an {
	height: 60px!important;
}
.zx_show {
	width: 100%;
	height: 60px;
}
.zx_show img {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	border-radius: 5px;
}
.zx_show span {
	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;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
.zx_show p {
	text-align: left;
	text-indent: 0.8em;
	color: #FFF;
}
.wx_tit1 {
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.7;
}
.wx_tit2 {
	font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width:375px) {
.dzj_2 li:nth-child(3), .dzj_2 li:nth-child(4) {
	margin-top: 3.5%;
}
}
