@charset "utf-8";

/*--重定义浏览器默认样式--*/
* {
	word-wrap: break-word
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
	margin: 0;
	padding: 0
}

ul,
ol,
dl {
	list-style-type: none
}

html,
body {
	*position: static
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}

input,
button {
	overflow: visible;
	vertical-align: middle;
	outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
	font-size: 12px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	line-height: 1.6
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

a,
area {
	outline: none;
	blr: expression(this.onFocus=this.blur())
}

a {
	text-decoration: none;
	cursor: pointer
}

a:hover {
	outline: none;
}

a.ie6:hover {
	zoom: 1
}

a:focus {
	outline: none
}

a:hover,
a:active {
	outline: none
}

:focus {
	outline: none
}

sub,
sup {
	vertical-align: baseline
}

button,
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

/*img*/
img {
	border: 0;
	vertical-align: middle
}

a img,
img {
	-ms-interpolation-mode: bicubic
}

.img-responsive {
	max-width: 100%;
	height: auto
}

/*IE下a:hover 背景闪烁*/
*html {
	overflow: -moz-scrollbars-vertical;

	zoom:expression(function(ele) {
		ele.style.zoom="1";
		document.execCommand("BackgroundImageCache", false, true)
	}

	(this))
}

/*HTML5 reset*/
header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
	display: block;
	margin: 0;
	padding: 0
}

time {
	display: inline
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}

legend {
	width: 100%;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

legend small {
	font-size: 15px;
	color: #999
}

svg:not(:root) {
	overflow: hidden
}

fieldset {
	border-width: 0;
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cr:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cr,
.clearfix {
	zoom: 1
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}


/*首页*/
.header {
	padding: 10px 4%;
	height: auto;
	box-shadow: none;
	width: 92%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #fff;
}

.header .logo {
	width: 70%;
}

.header .logo img {
	width: 62%;
}

.header .righ_menu {
	cursor: pointer;
	width: 10%;
	margin-top: 2%;
}

.header .righ_menu img {
	width: 100%;
}

.header .righ_menu .menu {
	width: 50vmin;
	position: absolute;
	left: -3.3333vmin;
	top: 150%;
	z-index: 10000;
	background-color: #333333;
	display: none;
}

.header .righ_menu .menu li {
	width: 100%;
	float: left;
	padding: 5% 0px;
	text-align: center;
	background: url(../imgs/fgx.jpg) bottom repeat-x;
	text-align: center;
	overflow: hidden;
}

.header .righ_menu .menu li a,
.header .righ_menu .menu li a:hover {
	color: #fff;
	font-size: 3.3vmin;
}

.top_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999999;
	background-color: #ab0100;
	display: none;
	padding-bottom: 15%;
}

.homepage {
	padding: 3%;
	height: 35px;
}

.homepage a {
	display: block;
	float: left
}

.homepage span {
	background: url(../imgs/cross.png) no-repeat center;
	display: block;
	width: 35px;
	float: right;
	text-indent: -99999px;
	height: 35px;
	background-size: 100%;
	overflow: hidden;
	cursor: pointer;
}

.homepage a {
	color: #8ab90a;
	font-size: 32px;
}

.top_menu ul li {
	background: url(../imgs/line.jpg) bottom center no-repeat;
	text-align: center;
	line-height: 14vmin;
}

.top_menu>ul>li>a {
	color: #fff;
}

.top_menu ul li i.i1 {
	background: url(../imgs/arr.png) no-repeat center;
	width: 20px;
	display: block;
	float: right;
	height: 60px;
	margin-right: 3%;
}

.top_menu ul li a {
	font-size: 22px;
	color: #fff;
	font-size: 5vmin;
}

.top_menu ul li .sub_menu {
	line-height: 50px;
	background-color: #8ab90a;
	padding: 2% 3%;
	display: none
}

.top_menu ul li .sub_menu a {
	color: #FFF;
	font-size: 22px;
	text-align: left;
	padding: 0 10% 0 0;
	background: url(../imgs/san.png) 35% center no-repeat;
	font-size: 4vmin;
}

.banner { padding-top:55px; height: 220px; overflow: hidden;}

.banner ul li {
	zoom: 1;
	vertical-align: middle;
}

.banner ul li a img {
	width: 100%;
	height: auto;
	display: block;
}

.udf_service ul {
	font-size: 0;
	border-bottom: 10px solid #f4f4f4;
	padding-bottom: 2%;
}

.udf_service ul li {
	padding: 2% 0 0 0;
	width: 25%;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.udf_service ul li img {
	width: 40%;
}

.udf_service ul li p {
	font-size: 22px;
	color: #444;
	font-size: 4vmin;
}

.about {
	border-bottom: 10px solid #f4f4f4;
	padding: 5% 0;
}

.title {
	background: url(../imgs/xian.png) left bottom no-repeat;
	font-size: 30px;
	color: #666;
	font-size: 6vmin;
	width: 94%;
	margin: 0 auto;
	padding-top: 10px;
}

.title span {
	color: #ccc;
	text-transform: uppercase;
	padding: 0 2%;
	font-size: 22px;
	font-size:3vmin;
}

.about .ab_tu {
	width: 40%;
	margin: 5% 0 0 7%;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.about .ab_tu img {
	width: 100%;
}

.about .ab_tu p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../imgs/opt.png) repeat;
	width: 92%;
	padding: 2% 4%;
	color: #fff;
	font-size: 20px;
	font-size: 4vmin;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.service {
	border-bottom: 10px solid #f4f4f4;
	padding: 5% 0;
}

.service ul {
	width: 92%;
	margin: 4%;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}

.service ul li {
	width: 50%;
	border-top: 1px solid #d9d9d9;
	float: left;
	overflow: hidden;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	margin-left: -2px;
}

.service ul li img {
	width: 80%;
	display: block;
	margin: 2% auto;
}

.service ul li p {
	font-size: 22px;
	font-size: 4vmin;
	color: #666;
	padding-bottom: 2%;
}

.environment {
	border-bottom: 10px solid #f4f4f4;
	overflow: hidden;
}

.swiper-container {
	width: 100%;
	/*        height: 32vmin;*/
	margin: 5% auto;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 16px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.evment {
	margin: 5% 0;
}

.evment .swiper-slide img {
	width: 100%;
}

.evment .swiper-slide p {
	font-size: 22px;
	font-size: 4vmin;
	color: #333;
}

.zhuanjia .button {
	text-align: center;
}

.zhuanjia .button a {
	width: 36%;
	display: inline-block;
	font-size: 22px;
	font-size: 4vmin;
	color: #fff;
	text-align: center;
	line-height: 10vmin;
	border-radius: 100px;
	background: #ab0100;
	margin: 0 5%;
}

.zhuanjia .button a.on {
	background: #c4d70d;
}


.zhuanjia {}

.zhuanjia .swiper-container {
	width: 100%;
	padding: .3rem 0;
	overflow: hidden;
}

.zhuanjia .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 45%;
	/*height:2.12rem;*/
	position: relative;
	background: #fff;
	opacity: 1;
}

.zhuanjia .swiper-slide img {
	width: 100%;
}

.zhuanjia .swiper-slide.swiper-slide-active {
	opacity: 1
}

.swpf {
	background-color: #ab0100;
	padding: 5px 0;
	text-align: center;
	color: #fff;
}











.meal {
	border-bottom: 10px solid #f4f4f4;
	padding: 5% 0;
}

.meal ul {
	/* margin-left: -3%; */
	width: 96%;
	margin: 2%;
}


.meal ul li {
	float: left;
	width: 40%;
	width: 96%;
	/* margin-left: 7%; */
	overflow: hidden;
	/*margin-top: 5%; */
	margin: auto;
	line-height:30px;
	border-bottom: #ddd  dashed 1px;
}

.meal ul li a {
	display: block;
	/* height: 27vmin; */
	overflow: hidden;
	color: #666;
	font-size: 4vmin;  	
}

.meal ul li img {
	width: 100%;
}

.meal ul li p a{
	font-size: 20px;
	color: #333;
	/* text-align: center; */
	font-size: 4vmin;
	padding: 5px 10px;
	display: block;
}

.more {
	width: 40%;
	display: block;
	font-size: 22px;
	font-size: 4vmin;
	color: #fff;
	text-align: center;
	line-height: 10vmin;
	border-radius: 100px;
	background: #ab0100;
	margin: 7% auto 0 auto;
}

.school {
	border-bottom: 10px solid #f4f4f4;
	padding: 5% 0;
}

.school .scl_one {
	width: 92%;
	margin: -1px auto 0 auto;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 3% 0;
}

.school .scl_one a {
	display: block;
	height: 24vmin;
	overflow: hidden;
}

.school .scl_one p {
	width: 60%;
	font-size: 22px;
	color: #333;
	font-size: 4vmin;
}

.school .scl_one span {
	width: 30%;
	overflow: hidden;
	display: block;
}

.school .scl_one span img {
	width: 100%;
}

.school .line {
	height: 5vmin;
}

.liuyan {
	width: 86%;
	margin: 4% auto;
	height: 100vmin;
	padding: 18vmin 3% 0 3%;
	background: url(../imgs/liuyan.png) top center no-repeat;
	background-size: 100%;
}

.liuyan .name {
	background-size: 6%;
	font-size: 22px;
	font-size: 4vmin;
	color: #333;
	border-bottom: 1px dashed #c5c5c5;
	padding: 2% 0 2% 10%;
}

.liuyan .name input {
	width: 76%;
	height: 7vmin;
	border: none;
}

.liuyan .name textarea {
	width: 76%;
	height: 14vmin;
	border: none;
}

.liuyan .tj {
	width: 60%;
	display: block;
	font-size: 22px;
	font-size: 4vmin;
	color: #fff;
	text-align: center;
	/* line-height: 10vmin; */
	line-height: 40px!important;
	border-radius: 100px;
	background: #ab0100;
	margin: 8% auto 0 auto;
	border: none;
}

.footer {
	background: #a5595e;
	width: 94%;
	padding: 4% 3%;
	text-align: center;
}

.footer .bt_logo {
	width: 70%;
	margin: 0 auto;
}

.footer .bt_logo img {
	width: 100%;
}

.footer .ewm {
	margin: 3% auto;
}

.footer .ewm span {
	display: inline-block;
	width: 24%;
	margin: 0 3%;
}

.footer .ewm span img {
	width: 100%;
}

.footer p {
	font-size: 22px;
	font-size: 3vmin;
	line-height: 4vmin;
	color: #fff;
	margin-bottom: 3%;
}

.banquan {
	font-size: 22px;
	font-size: 3vmin;
	line-height:6vmin;
	color: #fff;
	margin-bottom: 3%;
	background:#b1100f;
	text-align: center;
	padding: 2% 0;
	margin-bottom: 60px;
}
.banquan a{color: #fff;}

.top {
	position: fixed;
	right: 0;
	bottom:24%;
	z-index: 999;
}

.flow {
	position: fixed;
	bottom: 0px;
	width: 100%;
	padding: 10px 0;
	background: #ab0100;
	z-index: 999;
}

.flow a {
	display: block;
	float: left;
	width: 33%;
	height: 40px;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 4vmin;
	color: #fff;
	padding-top: 26px;
}

.flow a.fo1 {
	background: url(../imgs/footer.png) top center no-repeat;
	background-size: 20%;
}

.flow a.fo2 {
	background: url(../imgs/footer1.png) top center no-repeat;
	background-size: 20%;
}

.flow a.fo3 {
	background: url(../imgs/footer2.png) top center no-repeat;
	background-size: 20%;
}

.flow a.fo4 {
	background: url(../imgs/footer3.png) top center no-repeat;
	background-size: 20%;
}




.banner_nei {
	width: 100%;
	padding-top:60px;
}

.banner_nei img {
	width: 100%;
}

.nav_sub {
	margin: 4% auto;
}

.nav_sub a {
	display: block;
	width: 40%;
	margin: 0 0 5% 7%;
	float: left;
	background: #f2f2f2;
	border-radius: 10px;
	height: 10vmin;
	text-align: center;
	line-height: 10vmin;
	color: #333;
	font-size: 24px;
	font-size: 3.5vmin;
}

.nav_sub a:hover {
	background: #ab0100;
	color: #fff;
}

.nav_sub a.on {
	background: #ab0100;
	color: #fff;
}

.gywm {
	width: 94%;
	margin: 3% auto;
}

.gywm .gy_title {
	text-align: center;
	background: url(../imgs/huabian.png) top center no-repeat;
	font-size: 24px;
	margin: 3% 0;
	font-size: 5vmin;
	color: #333;
	padding-top: 14px;
}

.gywm .gy_wz {
	color: #555;
	font-size: 18px;
	font-size:4vmin;
}
.gywm .gy_wz img{ width: 100%!important; height: auto!important;}
.gywm .gy_tu {
	width: 100%;
	margin: 3% 0;
}

.gywm .gy_tu img {
	width: 100%;
}

.gywm .gy_wh ul li {
	float: left;
	width: 35%;
	margin: 0 0 10% 10%;
	overflow: hidden;
	text-align: center;
}

.gywm .gy_wh ul li i {
	display: block;
	border-radius: 100vmin;
	overflow: hidden;
	width: 33vmin;
	height: 33vmin;
}

.gywm .gy_wh ul li i img {
	width: 100%;
}

.gywm .gy_wh ul li p {
	font-size: 22px;
	font-size: 4vmin;
	color: #d80a7f;
}

.gywm .gy_wh ul li span {
	font-size: 18px;
	font-size: 3vmin;
	color: #555;
	display: block;
	height: 34vmin;
}

.gywm .gy_zs ul li {
	float: left;
	width: 38%;
	margin: 0 0 7% 7%;
	overflow: hidden;
	text-align: center;
}

.gywm .gy_zs ul li i {
	display: block;
	width: 100%;
}

.gywm .gy_zs ul li i img {
	width: 100%;
}

.gywm .gy_zs ul li p {
	font-size: 20px;
	font-size: 3vmin;
	color: #333;
}

.gywm .gy_fw ul li {
	width: 80%;
	margin: 3% auto;
	text-align: center;
}

.gywm .gy_fw ul li img {
	max-width: 100%;
}

.gywm .gy_fw ul li p {
	font-size: 20px;
	color: #d80a7f;
	font-size: 3vmin;
	line-height: 6vmin;
}

.banner1 {}

.banner1 ul li {
	zoom: 1;
	vertical-align: middle;
}

.banner1 ul li a img {
	width: 100%;
	height: auto;
	display: block;
}

.gywm .gy_team ul li {
	width: 38%;
	margin: 6% 0 0 7%;
	text-align: center;
	float: left;
}

.gywm .gy_team ul li i {
	display: block;
	height: 45vmin;
	overflow: hidden;
}

.gywm .gy_team ul li i img {
	width: 100%;
}

.gywm .gy_team ul li p {
	font-size: 20px;
	color: #555;
	font-size: 3vmin;
	line-height: 6vmin;
}


.yztc {
	width: 94%;
	margin: 3% auto;
}

.yz_one {
	width: 92%;
	padding: 4%;
	background: #f9fafa;
	margin-bottom: 8%;
}

.yz_one i {
	display: block;
	width: 100%;
}

.yz_one i img {
	width: 100%;
}

.yz_one span {
	font-size: 28px;
	color: #ab0100;
	font-size: 4vmin;
	display: block;
	margin: 3% 0;
}

.yz_one p {
	font-size: 18px;
	color: #333;
	font-size: 3vmin;
}

.yz_one a {
	display: block;
	width: 30%;
	margin: 6% auto 3% auto;
	background: #ab0100;
	text-align: center;
	line-height: 8vmin;
	border-radius: 100px;
	color: #fff;
	font-size: 20px;
	font-size: 3.4vmin;
}

.ask {
	width: 100%;
	margin-bottom: 10%;
	display: block;
}

.ask img {
	width: 100%;
}


.yzhj {
	width: 94%;
	margin: 3% auto;
}

.hj_one {
	margin: 3% 0;
}

.hj_one img {
	max-width: 100%;
}

.hj_one .hj_wz {
	font-size: 20px;
	font-size: 3vmin;
	color: #666;
	margin: 3% 0;
}

.hj_three {}

.andEnvir .item {
	display: none;
}

.andEnvir .activeAnd {
	display: block;
}

#clickA a {
	width: 29%;
	cursor: pointer;
	background: #f4f4f4;
	color: #333;
	text-align: center;
	line-height: 10vmin;
	margin: 2%;
	display: block;
	float: left;
	font-size: 18px;
	font-size: 3vmin;
	line-height: 10vmin;
	border-radius: 100px;
}

#clickA a.activeAnd {
	color: #fff;
	background: #ab0100;
}

#clickA {
	margin: 4% 0;
}

.andEnvir img {
	max-width: 100%;
}

.andEnvir .ae_wz {
	font-size: 18px;
	color: #666;
	margin: 2% 0;
	font-size: 3vmin;
}

.yzfw {
	width: 94%;
	margin: 3% auto;
}

.fw_one {
	width: 92%;
	padding: 4%;
	background: #f9fafa;
	margin-bottom: 8%;
}

.fw_one i {
	display: block;
	width: 100%;
}

.fw_one i img {
	width: 100%;
}

.fw_one span.fw_bt {
	font-size: 28px;
	color: #ab0100;
	font-size: 4vmin;
	display: block;
	margin: 3% 0;
}

.fw_one p {
	font-size: 18px;
	color: #333;
	font-size: 3vmin;
	margin-bottom: 3%;
}

.fw_one ul li {
	list-style-type: disc;
	color: #ff698e;
}

.fw_one ul li span {
	font-size: 18px;
	color: #555;
	font-size: 3vmin;
}


.yzc {}

.yzc_one {
	width: 94%;
	margin: 3% auto;
}

.yzc_one p {
	font-size: 20px;
	color: #333;
	font-size: 3.4vmin;
	margin: 3% 0;
}

.yzc_two {
	width: 94%;
	padding: 3%;
	background: #f4f4f4;
	overflow: hidden;
}

.yzc_two .yt_title {
	text-align: center;
	padding: 3%;
	font-size: 24px;
	font-size: 5vmin;
	color: #ff688e;
}

.swiper-container1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container1 .swiper-slide {
	text-align: center;
	font-size: 16px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container1 .swiper-slide img {
	/* width: 100%;*/
}

.yzc_two .yt_wz {
	background: #fff;
	padding: 3%;
	font-size: 20px;
	color: #333;
	font-size: 3.4vmin;
}

.yzc_three {
	width: 94%;
	margin: 3% auto;
}

.yzc_three .ythr_title {
	text-align: center;
	padding: 3%;
	font-size: 24px;
	font-size: 5vmin;
	color: #ff688e;
}

.yzc_three .ythr_wz {
	width: 94%;
	margin: 2% auto;
	background: url(../imgs/add-hua.png) bottom right no-repeat #eee;
	padding: 3%;
	border-radius: 10px;
}

.yzc_three .ythr_wz span {
	font-size: 24px;
	color: #ff7597;
	font-size: 4vmin;
	margin: 2% 0;
	display: block;
}

.yzc_three .ythr_wz span b {
	background: #ff7597;
	color: #fff;
	font-weight: normal;
	padding: 1% 3%;
	margin-right: 3%;
	border-radius: 100px;
}

.yzc_three .ythr_wz p {
	font-size: 20px;
	color: #666;
	font-size: 3.4vmin;
}

.yzc_four {
	width: 94%;
	margin: 3% auto;
	padding: 3%;
	background: url(../imgs/bg-add.png) top center no-repeat #f4f4f4;
	background-size: 100%;
}

.yzc_four .yf_title {
	text-align: center;
	padding: 3%;
	font-size: 24px;
	font-size: 5vmin;
	color: #ff688e;
}

.yzc_four p {
	font-size: 20px;
	color: #666;
	font-size: 3.4vmin;
}



.sty {
	width: 94%;
	margin: 3% auto;
}

.sty .sty_title {
	text-align: center;
	background: url(../imgs/sty-title.png) top center no-repeat;
	width: 100%;
	background-size: 75%;
	height: 22vmin;
}

.sty .sty_title p {
	color: #476b18;
	text-transform: uppercase;
	font-size: 16px;
	font-size: 2.4vmin;
	padding-top: 4%;
}

.sty .sty_title span {
	color: #484848;
	font-size: 40px;
	font-size: 5vmin;
}

.sty ul {}

.sty ul li {
	width: 96%;
	margin: 4% auto;
}

.sty ul li i {
	display: block;
	width: 100%;
	height: 53vmin;
	overflow: hidden;
}

.sty ul li img {
	width: 100%;
}

.sty ul li p {
	text-align: center;
	color: #000;
	font-size: 22px;
	font-size: 4vmin;
	padding: 2% 0;
}

.pages {
	text-align: center;
	margin: 8% 0;
}

.pages a {
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-size: 4vmin;
	background: #ab0100;
	padding: 1% 3%;
	margin: 5px 1%;
}

.sty .sty_xq {
	margin: 4% 0;
}

.sty .sty_xq p {
	font-size: 30px;
	color: #333;
	font-size: 5vmin;
}

.sty .sty_xq a {
	font-size: 18px;
	color: #fff;
	font-size: 3vmin;
	background: #49853b;
	padding: 1% 2%;
}

.sty .sty_detail {}

.sty .sty_detail img {
	max-width: 100%;
}

.sty .sty_detail .sty_wz {
	margin: 3% 0;
	font-size: 20px;
	color: #333;
	font-size: 3vmin;
}


.mmkt {
	width: 94%;
	margin: 3% auto;
}

.mmkt_line {
	/* margin-bottom: 4%; */
	display: none;
}

.mmkt .mmkt_one {
	width: 100%;
	border-bottom: 1px dashed#bababa;
	padding: 3% 0;
}

.mmkt .mmkt_one a {
	display: block;
	height: 24vmin;
	overflow: hidden;
}

.mmkt .mmkt_one .mmkt_wz {
	width: 66%;
}

.mmkt .mmkt_one .mmkt_wz p {
	font-size: 22px;
	color: #ab0100;
	font-size: 4vmin;
	line-height: 4vmin;
	margin-bottom: 4%;
}

.mmkt .mmkt_one .mmkt_wz span {
	font-size: 20px;
	color: #666;
	font-size: 2.4vmin;
	display: block;
}

.mmkt .mmkt_one i {
	width: 30%;
	overflow: hidden;
	display: block;
}

.mmkt .mmkt_one i img {
	width: 100%;
}

.mmkt_detail {}

.mmkt_detail  table{ width: 100%!important;}

.mmkt_detail img {
	max-width: 100%;
	width: 100%!important;
	height: auto!important;
}

.mmkt_detail .fanhui {
	font-size: 18px;
	display: block;
	width: 40%;
	margin: 4% auto;
	background: #ab0100;
	color: #fff;
	text-align: center;
	padding: 2% 0;
	font-size: 4vmin;
}

.mmkt_detail .xq_title {
	font-size: 30PX;
	color: #ab0100;
	font-size: 5vmin;
	text-align: center;
	margin: 4% 0;
}

.mmkt_detail .xq_time {
	font-size: 18PX;
	color: #bababa;
	font-size: 3vmin;
	text-align: center;
	margin: 0 0 4% 0;
}

.mmkt_detail .xq_wz {
	font-size: 18px;
	color: #666;
	font-size: 4vmin;
	margin-bottom: 3%;
}


.cjwt {}

.cjwt_one {
	padding: 4% 3%;
	margin: 6% 0;
}

.cjwt_one p {
	font-size: 24px;
	color: #ab0100;
	font-size: 5vmin;
	line-height: 6vmin;
	margin-bottom: 4%;
}

.cjwt_one p i {
	width: 8%;
	height: 10vmin;
	overflow: hidden;
	background: url(../imgs/kuang.png) no-repeat;
	background-size: 100%;
	display: block;
	float: left;
	font-style: normal;
	font-size: 18px;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 4vmin;
}

.cjwt_one span {
	font-size: 20px;
	color: #333;
	font-size: 3vmin;
}

.cjwt_one:nth-child(2n+1) {
	background: #f4f4f4;
}


.lxwm {
	width: 94%;
	margin: 6% auto;
}

.lxwm .lxwm_title img {
	max-width: 70%;
}

.lxwm .map {
	width: 100%;
	height: 58vmin;
	margin: 4% 0;
	overflow: hidden;
}

.lxwm .dizhi {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4%;
}

.lxwm .dizhi span {
	color: #d80a7f;
	font-size: 28px;
	font-size: 5vmin;
	margin: 3% 0;
	display: block;
}

.lxwm .dizhi p {
	color: #333;
	font-size: 26px;
	font-size: 3.4vmin;
	margin: 1% 0;
	display: block;
}

.lxwm .mend {
	text-align: center;
	margin: 3% 0;
}

.lxwm .mend p {
	font-size: 22px;
	color: #000;
	margin-bottom: 4%;
	font-size: 4vmin;
}

.lxwm .mend img {
	max-width: 100%;
}
