/* CSS Document */
/* Auther: zyt */

/* 头部底部公用 */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* 首页 */
.head {
	padding: 10px 0;
	background: url(../images/head-bg.jpg) no-repeat center;
	background-size: cover;
}

.head-l {
	float: left;
	font-size: 0;
}

.head-l a {
	display: block;
	line-height: 30px;
}

.head-l img {
	height: 30px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.logo-text {
	display: inline-block;
	vertical-align: top;
}

.logo-text h2 {
	font-size: 14px;
	line-height: 1;
	color: rgb(248, 183, 1);
}

.logo-text p {
	font-size: 12px;
	line-height: 1;
	color: rgb(255, 255, 255);
	margin-top: 4px;
}

.menu {
	float: right;
	cursor: pointer;
	padding: 3px 0;
}

.menu img {
	height: 24px;
	display: block;
}

.head-phone {
	display: none;
}

.head-dh {
	float: right;
	position: relative;
	padding-left: 60px;
	display: none;
}

.dh-bg {
	width: 48px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	font-size: 0;
	background-color: rgb(248, 183, 1);
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 9.5px;
}

.head-dh p {
	font-size: 12px;
	line-height: 1;
	color: #fff;
	padding-top: 3px;
}

.head-dh span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	color: rgb(255, 217, 102);
	margin-top: 10px;
}

.nav {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 100;
	background: url(../images/head-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 15px 15px 15px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.nav.crt {
	right: 0;
}

.close-btn {
	position: absolute;
	top: 15px;
	right: 15px;
}

.nav ul {
	height: 100%;
	overflow: auto;
}

.nav li {
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.nav li a {
	display: block;
}

.banner {
	position: relative;
}

.banner img {
	width: 100%;
	display: block;
}

.banner .swiper-slide {
	overflow: hidden;
}

.swiper-pagination1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.4;
	margin: 0 6px !important;
	border-radius: 0;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
	background: #f8b701;
	opacity: 1;
}

.ban-text {
	display: none;
}

@media (min-width: 768px) {
	.head {
		padding: 15px 0;
	}

	.ban-text {
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 5;
		text-align: center;
		display: block;
		transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.ban-text1 {
		font-size: 30px;
		font-weight: bold;
		color: rgb(255, 153, 0);
	}

	.ban-text2 {
		font-size: 14px;
		color: rgb(255, 153, 0);
		margin-top: 15px;
	}

	.ban-text3 {
		font-size: 18px;
		color: #fff;
		margin-top: 15px;
	}

	.ban-text4 {
		font-size: 12px;
		color: rgb(255, 153, 0);
		margin-top: 15px;
	}

	.ban-text4 span {
		font-size: 20px;
		font-weight: bold;
		color: #ff0000;
	}
}

@media (min-width: 992px) {
	.head {
		padding: 0;
		border-bottom: 10px solid rgb(158, 26, 22);
	}

	.head-l {
		width: 240px;
		background: rgb(174, 7, 3);
		border: 3px solid rgb(200, 11, 13);
		text-align: center;
		padding: 15px 0 10px 0;
	}

	.head-l img {
		height: 48px;
		display: block;
		margin: auto;
	}

	.logo-text {
		display: block;
	}

	.logo-text h2 {
		font-size: 26px;
		font-weight: bold;
		margin: 10px 0;
	}

	.logo-text p {
		font-size: 13px;
		margin: 0;
	}

	.menu {
		display: none;
	}

	.head-r {
		float: right;
	}

	.head-phone {
		display: block;
	}

	.dh-text {
		float: left;
		font-size: 16px;
		line-height: 50px;
		color: rgb(248, 183, 1);
	}

	.head-dh {
		display: block;
	}

	.head-phone {
		padding-top: 20px;
		padding-left: 6px;
	}

	.close-btn {
		display: none;
	}

	.nav {
		font-size: 0;
		position: static;
		padding: 20px 0 0 0;
	}

	.nav li {
		display: inline-block;
		font-size: 14px;
		font-weight: bold;
		line-height: 50px;
		border: 0;
		padding: 0 6px;
	}

	.nav li.crt,
	.nav li:hover {
		background: rgb(158, 26, 22);
	}
}

@media (min-width: 1200px) {
	.head-phone {
		padding-left: 16px;
	}

	.nav li {
		font-size: 16px;
		padding: 0 16px;
	}

	.ban-text1 {
		font-size: 54px;
	}

	.ban-text2 {
		font-size: 17px;
		margin-top: 20px;
	}

	.ban-text3 {
		font-size: 24px;
		margin-top: 20px;
	}

	.ban-text4 {
		font-size: 16px;
		margin-top: 35px;
	}

	.ban-text4 span {
		font-size: 34px;
	}
}

.ind-f1 {
	padding: 15px 0 25px 0;
	background: url(../images/bg1.png) repeat-x center bottom;
	background-size: auto 12px;
}

.ind-f1-l h2 {
	font-size: 16px;
	font-weight: bold;
	color: rgb(195, 32, 15);
	text-align: center;
}

.ind-f1-l p {
	font-size: 14px;
	line-height: 14px;
	color: rgb(102, 102, 102);
	text-align: center;
	margin-top: 10px;
}

.ind-f1-l p span:nth-child(2) {
	color: rgb(67, 67, 67);
}

.ind-f1-m {
	margin: 15px 0;
}

.ind-f1-m p {
	font-size: 13px;
	line-height: 16px;
	color: #5a5a5a;
}

.ind-f1-m p a {
	margin-right: 10px;
}

.ind-f1-m span {
	font-weight: bold;
	color: rgb(90, 90, 90);
}

.search {
	height: 36px;
	position: relative;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 34px;
	color: #333;
	padding: 0 80px 0 10px;
	background: #fff;
	margin-top: 10px;
}

.s-text {
	width: 100%;
	height: 100%;
	background: transparent;
}

.s-btn {
	width: 70px;
	height: 36px;
	background: #c1220d;
	color: #fff;
	position: absolute;
	top: -1px;
	right: -1px;
}

.s-btn:hover {
	background: #f52b00;
}

.ind-f1-r {
	text-align: center;
}

.ind-f1-r p {
	display: inline;
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.ind-f1-r span {
	font-size: 26px;
	font-weight: bold;
	color: rgb(195, 32, 15);
}

.ind-f2 {
	padding: 30px 0;
	background: rgb(247, 247, 247);
}

.ind-f2-bt {
	font-size: 0;
	text-align: center;
}

.ind-f2-bt-box {
	display: inline-block;
}

.ind-f2-bt h2 {
	font-size: 20px;
	font-weight: bold;
	color: rgb(67, 67, 67);
}

.ind-f2-bt h2 span {
	color: #c1220d;
}

.ind-f2-bt p {
	font-size: 12px;
	color: rgb(102, 102, 102);
	margin-top: 10px;
}

.ind-f2 ul {
	font-size: 0;
	margin-top: 15px;
}

.ind-f2 li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 15px;
}

.ind-f2 li img {
	width: 135px;
	height: 135px;
	display: block;
	margin: auto;
}

.ind-f2 li p {
	font-size: 14px;
	font-weight: bold;
	color: rgb(195, 32, 13);
	margin-bottom: 5px;
}

.ind-f2 li span {
	font-size: 12px;
	color: rgb(102, 102, 102);
}

@media (min-width: 768px) {
	.ind-f2 li {
		width: 16.66%;
		margin-bottom: 0;
	}

	.ind-f2 li img {
		width: 95px;
		height: 95px;
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) {
	.ind-f1 {
		padding: 20px 0 30px 0;
	}

	.ind-f1-l {
		width: 25%;
		float: left;
		padding-top: 5px;
	}

	.ind-f1-l p {
		margin-top: 20px;
	}

	.ind-f1-m {
		width: 50%;
		float: left;
		padding: 0 30px;
		margin: 0;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.ind-f1-r {
		width: 25%;
		float: left;
		text-align: left;
		padding-left: 30px;
	}

	.ind-f1-r p {
		display: block;
	}

	.ind-f1-r span {
		display: block;
		font-size: 28px;
		margin-top: 18px;
	}

	.search {
		padding: 0 90px 0 10px;
		margin-top: 20px;
	}

	.s-btn {
		width: 80px;
	}

	.ind-f2 {
		padding: 50px 0;
	}

	.ind-f2-bt,
	.ind-f2-bt-box {
		position: relative;
	}

	.ind-f2-bt:after {
		display: block;
		content: '';
		width: 150px;
		height: 6px;
		background: url(../images/xgray_line03.png);
		position: absolute;
		bottom: -20px;
		left: 50%;
		margin-left: -75px;
	}

	.ind-f2-bt-box:before {
		display: block;
		content: '';
		width: 42px;
		height: 28px;
		background: url(../images/ab.png) no-repeat center;
		position: absolute;
		bottom: 0;
		left: -45px;
	}

	.ind-f2-bt-box:after {
		display: block;
		content: '';
		width: 42px;
		height: 28px;
		background: url(../images/ab11.png) no-repeat center;
		position: absolute;
		bottom: 0;
		right: -45px;
	}

	.ind-f2-bt h2 {
		font-size: 27px;
	}

	.ind-f2-bt p {
		font-size: 15px;
		margin-top: 8px;
	}

	.ind-f2 ul {
		margin-top: 30px;
	}

	.ind-f2 li:nth-child(2),
	.ind-f2 li:nth-child(5) {
		padding-top: 110px;
	}

	.ind-f2 li:nth-child(3),
	.ind-f2 li:nth-child(4) {
		padding-top: 50px;
	}

	.ind-f2 li img {
		width: 135px;
		height: 135px;
		margin-bottom: 7px;
	}

	.ind-f2 li p {
		font-size: 17px;
		margin-bottom: 7px;
	}

	.ind-f2 li span {
		font-size: 13px;
	}
}

@media (min-width: 1200px) {
	.ind-f1-m {
		padding: 0 50px;
	}

	.ind-f1-r {
		padding-left: 40px;
	}

	.ind-f1-r p {
		display: block;
	}

	.ind-f1-r span {
		font-size: 34px;
		margin-top: 14px;
	}
}

.ind-f3 {
	padding: 35px 0 15px 0;
	background: url(../images/bg2.jpg);
	text-align: center;
}

.ind-f3-bt h2 {
	font-size: 24px;
	font-weight: bold;
	color: rgb(252, 228, 154);
	margin-bottom: 10px;
}

.ind-f3-bt p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

.ind-f3 ul {
	font-size: 0;
	margin-top: 30px;
}

.ind-f3 li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}

.img-box1 {
	width: 130px;
	height: 130px;
	margin: auto;
	position: relative;
	padding-top: 30px;
}

.lbx {
	width: 130px;
	height: 76px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -65px;
}

.lbx:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(60deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -65px;
}

.lbx:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-60deg);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -38px 0 0 -65px;
}

.img-box1 img {
	display: block;
	margin: auto;
}

.ind-f3 li p {
	font-size: 16px;
	color: rgb(250, 232, 160);
	margin: 25px 0 5px 0;
}

.ind-f3 li span {
	font-size: 12px;
	color: #fff;
}

@media (min-width: 768px) {
	.ind-f3 li {
		width: 20%;
	}
}

@media (min-width: 992px) {
	.ind-f3 {
		padding: 70px 0;
	}

	.ind-f3-bt h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.ind-f3-bt p {
		font-size: 13px;
		line-height: 23px;
	}

	.ind-f3 ul {
		margin-top: 70px;
	}

	.ind-f3 li {
		margin: 0;
		position: relative;
	}

	.ind-f3 li:after {
		display: block;
		content: '+';
		font-size: 37px;
		line-height: 148px;
		font-weight: bold;
		color: #fff;
		position: absolute;
		top: 0;
		right: -11px;
	}

	.ind-f3 li:last-child:after {
		display: none;
	}

	.img-box1 {
		width: 155px;
		height: 148px;
		padding-top: 40px;
	}

	.ind-f3 li p {
		font-size: 20px;
		margin: 20px 0 6px 0;
	}

	.ind-f3 li span {
		font-size: 14px;
	}
}

.ind-f4 {
	background: #f7f7f7;
	padding: 12px 0;
}

.ind-f4 .container {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 15px;
}

.ind-f4-bt h2 {
	font-size: 17px;
	line-height: 47px;
	background: url(../images/spane.png) no-repeat center;
	background-size: 100%;
	color: rgb(195, 32, 13);
	text-align: center;
}

.ind-f4-bt p {
	max-width: 370px;
	font-size: 12px;
	line-height: 22px;
	padding: 5px 0;
	color: rgb(198, 31, 13);
	background: rgb(255, 229, 155);
	border-radius: 32px;
	margin: 10px auto 0 auto;
	text-align: center;
}

.ind-f4 ul {
	font-size: 0;
	padding-top: 12px;
}

.ind-f4 li {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin: 15px 6% 0 0;
}

.ind-f4 li:nth-child(2n) {
	margin-right: 0;
}

.ind-f4 li img {
	display: block;
	width: 100%;
}

.ind-f4 li p {
	font-size: 13px;
	line-height: 16px;
	margin-top: 10px;
	text-align: center;
	color: #666;
	font-weight: bold;
}

.ind-f4 li p:hover {
	color: #ff0000;
}

@media (min-width: 768px) {
	.ind-f4 {
		padding: 24px 0;
	}

	.ind-f4 .container {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.ind-f4-bt h2 {
		background-size: auto;
		font-size: 23px;
	}

	.ind-f4-bt p {
		font-size: 17px;
		margin-top: 18px;
	}

	.ind-f4 ul {
		padding: 22px 0 0 0;
	}

	.ind-f4 li {
		width: 18%;
		margin: 15px 2.5% 0 0;
	}

	.ind-f4 li:nth-child(2n) {
		margin-right: 2.5%;
	}

	.ind-f4 li:nth-child(5n) {
		margin-right: 0;
	}

	.ind-f4 li p {
		font-size: 16px;
		line-height: 20px;
		margin-top: 15px;
	}
}

@media (min-width: 1200px) {
	.ind-f4 ul {
		padding: 22px 20px 0 20px;
	}

	.ind-f4 li {
		width: 216px;
		margin: 15px 20px 0 0;
	}

	.ind-f4 li:nth-child(2n) {
		margin-right: 20px;
	}

	.ind-f4 li:nth-child(5n) {
		margin-right: 0;
	}
}

.ind-f5 {
	padding: 35px 0;

}

.ind-f5 .container {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 30px;
}

.ind-f5-bt h2 {
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: rgb(206, 32, 42);
	padding-bottom: 15px;
	background: url(../images/xgray_line03.png) repeat-x left bottom;
	background-size: auto 4px;
}

.ind-f5-l-box {
	margin-top: 10px;
}

.ind-f5-l-box img {
	max-width: 100%;
	margin: auto;
	display: block;
}

.ind-f5-l-text {
	margin-top: 10px;
}

.ind-f5-l-text p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.ind-f5-l-text p a {
	color: #cc0000;
	display: inline-block;
}

.ind-f5-r {
	margin-top: 15px;
}

.ind-f5-r-box {
	margin-top: 10px;
	padding: 0 10px;
}

.index-ban2 img {
	width: 100%;
	display: block;
}

.swiper-pagination2 .swiper-pagination-bullet {
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	text-align: center;
	line-height: 22px;
	opacity: 1;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
	background: #fff;
	color: #000;
}

.ind-f5-b {
	margin-top: 15px;
}

.ind-f5-b-box {
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	word-break: keep-all;
}

.ind-f5-b-box ul {
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.ind-f5-b-box li {
	display: inline-block;
	display: -moz-inline-stack;
	*display: inline;
	margin-right: 20px;
	text-align: left;
	zoom: 1;
}

.c-bgs {
	width: 100%;
	height: 12px;
	background: url(../images/bg1.png);
}

@media (min-width: 768px) {
	.ind-f5-l {
		width: 500px;
		float: left;
	}

	.ind-f5-l-box img {
		height: 258px;
		float: left;
		margin-right: 15px;
	}

	.ind-f5-r {
		width: 200px;
		float: right;
		margin: 0;
	}

	.index-ban2 img {
		max-height: 303px;
	}

	.ind-f5-b {
		margin-top: 25px;
	}
}

@media (min-width: 992px) {
	.ind-f5 {
		padding: 70px 0 50px 0;
	}

	.ind-f5 .container {
		padding-top: 30px;
		padding-bottom: 60px;
	}

	.ind-f5-bt h2 {
		font-size: 21px;
	}

	.ind-f5-l {
		width: 600px;
	}

	.ind-f5-l-box,
	.ind-f5-r-box,
	.ind-f5-b-box {
		margin-top: 20px;
	}

	.ind-f5-l-box img {
		margin-right: 15px;
	}

	.ind-f5-r {
		width: 300px;
	}
}

@media (min-width: 1200px) {
	.ind-f5 .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.ind-f5-l {
		width: 790px;
	}

	.ind-f5-l-box,
	.ind-f5-r-box,
	.ind-f5-b-box {
		margin-top: 20px;
	}

	.ind-f5-l-box img {
		margin-right: 15px;
	}

	.ind-f5-r {
		width: 310px;
	}

	.ind-f5-r-box {
		padding: 0 20px;
	}

	.ind-f5-r-box li {
		margin-right: 25px;
	}
}

.ind-f6 {
	padding: 25px 0;
}

.ind-f6-bt h2 {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: rgb(204, 31, 37);
	text-align: center;
}

.ind-f6-bt p {
	font-size: 16px;
	line-height: 50px;
	color: rgb(253, 219, 173);
	text-align: center;
	background: url(../images/sdly-bg.jpg) no-repeat center;
	background-size: contain;
	margin-top: 10px;
}

.jgx {
	width: 100%;
	height: 7px;
	display: block;
	background: url(../images/xgray_line03.png);
	margin: 15px 0;
}

.ind-f6-bt img {
	display: none;
}

.ind-f6 li {
	margin-top: 20px;
}

.ind-f6 li img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.text-box2 h2 {
	font-size: 20px;
	color: rgb(207, 21, 32);
}

.text-box2 h2 span {
	font-size: 40px;
	font-family: NSimSun;
}

.text-box2 p {
	font-size: 14px;
	line-height: 20px;
	color: #898886;
	margin-top: 15px;
}

@media (min-width: 768px) {
	.ind-f6 li {
		position: relative;
		margin: 0;
	}

	.sdly1 {
		padding: 40px 280px 10px 0;
	}

	.sdly2 {
		padding: 80px 0 40px 280px;
	}

	.sdly3 {
		padding: 40px 280px 80px 0;
	}

	.sdly4 {
		padding: 100px 0 40px 280px;
	}

	.img-box2 {
		width: 260px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.ind-f6 li:nth-child(2n) .img-box2 {
		left: 0;
		right: auto;
	}
}

@media (min-width: 992px) {
	.ind-f6 {
		padding: 45px 0 0 0;
	}

	.ind-f6-bt h2 {
		font-size: 46px;
	}

	.ind-f6-bt p {
		font-size: 21px;
		line-height: 53px;
		font-weight: bold;
	}

	.jgx {
		width: 866px;
		margin: 25px auto 15px auto;
	}

	.ind-f6-bt {
		position: relative;
	}

	.ind-f6-bt img {
		width: 260px;
		display: block;
		position: absolute;
		top: -50px;
		right: 0;
	}

	.sdly1 {
		padding: 40px 380px 40px 0;
	}

	.sdly2 {
		padding: 80px 0 90px 380px;
	}

	.sdly3 {
		padding: 70px 380px 80px 0;
	}

	.sdly4 {
		padding: 100px 0 85px 380px;
	}

	.img-box2 {
		width: 360px;
	}

	.text-box2 h2 {
		font-size: 29px;
		font-weight: bold;
	}

	.text-box2 h2 span {
		font-size: 67px;
		font-weight: normal;
		margin-right: 20px;
	}

	.text-box2 p {
		font-size: 17px;
		line-height: 172%;
	}
}

@media (min-width: 1200px) {
	.ind-f6-bt img {
		width: 350px;
		top: -90px;
	}

	.sdly1 {
		padding: 50px 550px 70px 50px;
	}

	.sdly2 {
		padding: 120px 50px 90px 550px;
		;
	}

	.sdly3 {
		padding: 100px 550px 80px 50px;
	}

	.sdly4 {
		padding: 130px 50px 80px 550px;
	}

	.sdly4 .img-box2 {
		top: -70px;
	}

	.img-box2 {
		width: 460px;
	}

	.text-box2 h2 {
		font-size: 29px;
		font-weight: bold;
	}

	.text-box2 h2 span {
		font-size: 67px;
		font-weight: normal;
	}

	.text-box2 p {
		font-size: 17px;
		line-height: 172%;
	}
}

.ind-f7 {
	padding: 30px 0 50px 0;
	background: url(../images/head-bg.jpg);
	position: relative;
}

.ind-f7-bt h2 {
	font-size: 22px;
	line-height: 30px;
	color: rgb(252, 238, 208);
	text-align: center;
}

.ind-f7-bt p {
	max-width: 380px;
	font-size: 16px;
	line-height: 30px;
	color: rgb(207, 27, 28);
	border-radius: 30px;
	text-align: center;
	margin: 10px auto;
	background: rgb(252, 238, 208);
}

.ind-f7 li {
	color: rgb(67, 67, 67);
	margin-top: 20px;
	font-size: 0;
	padding: 10px 40px;
	background: rgb(242, 223, 190);
	border-radius: 94px;
}

.ind-f7 li h2 {
	font-size: 15px;
	line-height: 139%;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #cf1b1c;
	color: #cf1b1c;
	font-weight: bold;
}

.ind-f7 li p {
	font-size: 12px;
	line-height: 159%;
	color: rgb(67, 67, 67);
	margin-top: 10px;
}

.bddl-img {
	display: none;
}

@media (min-width: 768px) {
	.ind-f7 ul {
		font-size: 0;
	}

	.ind-f7 li {
		width: 45%;
		display: inline-block;
		vertical-align: top;
		margin-right: 10%;
	}

	.ind-f7 li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.ind-f7 {
		padding: 60px 0 100px 0;
	}

	.ind-f7-bt h2 {
		font-size: 46px;
		line-height: 64px;
	}

	.ind-f7-bt p {
		font-size: 24px;
		line-height: 45px;
		border-radius: 45px;
		margin: 20px auto;
	}

	.ind-f7 li {
		margin-top: 40px;
	}

	.ind-f7 li h2 {
		font-size: 17px;
	}

	.ind-f7 li p {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.ind-f7 ul {
		width: 620px;
		height: 620px;
		margin: 70px auto 0 auto;
		border: 1px solid #fff;
		border-radius: 50%;
		position: relative;
	}

	.ind-f7 li {
		width: 320px;
		position: absolute;
		margin: 0;
		padding: 13px 40px;
	}

	.ind-f7 li:nth-child(1) {
		top: 15px;
		left: -160px;
	}

	.ind-f7 li:nth-child(2) {
		top: 15px;
		left: auto;
		right: -160px;
	}

	.ind-f7 li:nth-child(3) {
		top: 170px;
		left: -260px;
	}

	.ind-f7 li:nth-child(4) {
		top: 170px;
		left: auto;
		right: -260px;
	}

	.ind-f7 li:nth-child(5) {
		top: 340px;
		left: -230px;
	}

	.ind-f7 li:nth-child(6) {
		top: 340px;
		left: auto;
		right: -230px;
	}

	.ind-f7 li:nth-child(7) {
		top: 500px;
		left: -120px;
	}

	.ind-f7 li:nth-child(8) {
		top: 500px;
		left: auto;
		right: -120px;
	}

	.bddl-img {
		width: 480px;
		display: block;
		position: absolute;
		left: 50%;
		bottom: 220px;
		margin-left: -240px;
	}
}

.ind-f8 {
	padding: 30px 0;
	background: rgb(247, 247, 247);
}

.ind-f8 ul {
	padding: 10px;
	background: #fff;
	font-size: 0;
	margin-top: 30px;
}

.ind-f8 li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
}

.ind-f8 li:nth-child(2n) {
	margin-right: 0;
}

.ind-f8 li img {
	display: block;
	width: 100%;
	height: 80px;
}

.ind-f8 li p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
}

@media (min-width: 768px) {
	.ind-f8 ul {
		padding: 20px 25px;
	}

	.ind-f8 li {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ind-f8 li img {
		height: 200px;
	}
}

@media (min-width: 992px) {
	.ind-f8 {
		padding: 30px 0 60px 0;
	}

	.ind-f8 li {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ind-f8 li:nth-child(2n) {
		margin-right: 2%;
	}

	.ind-f8 li:nth-child(3n) {
		margin-right: 0;
	}

	.ind-f8 li img {
		height: 200px;
	}

	.ind-f8 li p {
		display: none;
	}

	.ind-f8 li:hover p {
		display: block;
	}
}

.ind-f9 {
	padding: 10px 0;
	background: url(../images/head-bg.jpg);
}

.ind-f9-l1 {
	font-size: 0;
	text-align: center;
}

.ind-f9-l1 p {
	font-size: 23px;
	font-weight: bold;
	color: #ffe197;
	display: inline-block;
	margin: 0 10px;
}

.ind-f9-l1 p span {
	font-size: 32px;
}

.ind-f9-l2 {
	margin: 10px 0;
}

.ind-f9-l2 p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.ind-f9-l3 p {
	max-width: 270px;
	font-size: 12px;
	line-height: 30px;
	color: rgb(195, 32, 13);
	background: #ffe59b;
	text-align: center;
	margin: auto;
}

.ind-f9-m {
	margin: 15px 0;
	text-align: center;
}

.ind-f9-m img {
	max-width: 100%;
}

.ind-f9-r {
	text-align: center;
}

.ind-f9-r .head-dh {
	display: inline-block;
	float: none;
	text-align: left;
}

.ind-f9-r a {
	width: 197px;
	height: 50px;
	line-height: 50px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background: rgba(255, 229, 155, 1);
	color: rgba(204, 0, 0, 1);
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 30px auto 0 auto;
}

.ind-f9-r a:hover {
	background: rgba(255, 217, 102, 1);
}

@media (min-width: 992px) {
	.ind-f9-l {
		width: 33%;
		float: left;
		padding-top: 20px;
	}

	.ind-f9-m {
		width: 37%;
		float: left;
		padding: 0 20px;
	}

	.ind-f9-r {
		width: 30%;
		float: left;
		padding-top: 55px;
	}

	.ind-f9-l1 {
		-webkit-transform: rotate(352deg);
		-moz-transform: rotate(352deg);
		-ms-transform: rotate(352deg);
		transform: rotate(352deg);
	}

	.ind-f9-l1 p {
		font-size: 40px;
		margin: 0 10px;
	}

	.ind-f9-l1 p span {
		font-size: 50px;
	}

	.ind-f9-l2 {
		padding-left: 35px;
		margin: 20px 0;
	}

	.ind-f9-l2 p {
		font-size: 20px;
		line-height: 140%;
		-webkit-transform: rotate(352deg);
		-moz-transform: rotate(352deg);
		-ms-transform: rotate(352deg);
		transform: rotate(352deg);
	}

	.ind-f9-l3 {
		padding-left: 48px;
	}

	.ind-f9-l3 p {
		font-size: 17px;
		line-height: 42px;
		-webkit-transform: rotate(352deg);
		-moz-transform: rotate(352deg);
		-ms-transform: rotate(352deg);
		transform: rotate(352deg);
	}
}

@media (min-width: 1200px) {
	.ind-f9-l1 {
		padding-top: 14px;
	}

	.ind-f9-l1 p {
		font-size: 43px;
	}

	.ind-f9-l1 p span {
		font-size: 52px;
	}
}

.ind-f10 {
	padding: 30px 0;
	background: rgb(247, 247, 247);
}

.ind-f10-bt {
	text-align: center;
}

.ind-f10-bt h2 {
	font-size: 18px;
	color: rgb(67, 67, 67);
	font-weight: bold;
}

.ind-f10-bt h2 span {
	color: #c1220d;
}

.ind-f10-bt p {
	font-size: 13px;
	line-height: 20px;
	color: #666;
	margin-top: 10px;
}

.ind-f10 li {
	margin-top: 20px;
}

.ind-f10 li img {
	width: 100%;
	display: block;
}

.j-text {
	padding: 10px;
	margin-top: 8px;
	background: #fff;
	color: rgb(67, 67, 67);
}

.j-text h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.j-text h2 span {
	padding-right: 15px;
}

.j-text p {
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	display: -webkit-box;
}

@media (min-width: 768px) {
	.ind-f10 ul {
		font-size: 0;
	}

	.ind-f10 li {
		width: 46%;
		display: inline-block;
		vertical-align: top;
		margin: 20px 4% 0 0;
	}

	.ind-f10 li:nth-child(2n) {
		margin-right: 0;
	}

	.j-text {
		padding: 15px 20px;
	}
}

@media (min-width: 992px) {
	.ind-f10 {
		padding: 50px 0 60px 0;
	}

	.ind-f10-bt h2 {
		font-size: 27px;
	}

	.ind-f10-bt p {
		font-size: 15px;
		line-height: 27px;
	}

	.ind-f10 li {
		width: 23.5%;
		margin: 40px 2% 0 0;
	}

	.ind-f10 li:nth-child(2n) {
		margin-right: 2%;
	}

	.ind-f10 li:nth-child(4n) {
		margin-right: 0;
	}
}

.ind-f11 {
	padding: 20px 0 30px 0;
}

.ind-f11-bt {
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(195, 32, 13);
}

.ind-f11-bt span {
	float: left;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: rgb(195, 32, 13);
	margin-right: 15px;
	padding: 0 15px;
}

.ind-f11-bt a {
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-top: 8px;
}

.fir {
	padding: 20px 0 10px 110px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.fir-img {
	width: 100px;
	position: absolute;
	top: 20px;
	left: 0;
}

.fir-img img {
	width: 100%;
}

.fir-text h2 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fir-text p {
	font-size: 12px;
	line-height: 20px;
	color: #7d7d7d;
}

.fir-text p a {
	color: #cf0202;
}

.fir-text p a:hover {
	color: #ff0000;
}

.fir-text span {
	font-size: 12px;
	line-height: 20px;
	color: #7d7d7d;
	text-align: right;
	display: block;
	padding-right: 5px;
	margin-top: 5px;
}

.ind-f11-cell ul {
	padding-top: 10px;
}

.ind-f11-cell li {
	font-size: 14px;
	line-height: 28px;
	color: #5a5a5a;
	padding-right: 80px;
	position: relative;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ind-f11-cell li a:hover {
	color: #cf0202;
}

.ind-f11-cell li span {
	position: absolute;
	top: 0;
	right: 0;
}

.ind-f11-r {
	margin-top: 20px;
}

.ind-f11-r li {
	padding-bottom: 7px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 10px;
}

.ind-f11-r ul {
	padding-top: 15px;
}

.ind-f11-r li h2 {
	font-size: 15px;
	line-height: 140%;
	font-weight: bold;
	color: #c3200d;
	margin-bottom: 5px;
}

.ind-f11-r li h2 a:hover {
	color: #666;
}

.ind-f11-r li p {
	height: 44px;
	font-size: 12px;
	line-height: 22px;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	display: -webkit-box;
}

@media (min-width: 992px) {
	.ind-f11 {
		padding: 40px 0 60px 0;
	}

	.ind-f11-bt span {
		height: 42px;
		font-size: 19px;
		line-height: 42px;
		margin-right: 30px;
		padding: 0 20px;
	}

	.ind-f11-bt a {
		font-size: 15px;
		line-height: 30px;
		padding-top: 12px;
	}

	.ind-f11-l {
		width: 600px;
		float: left;
	}

	.ind-f11-r {
		width: 300px;
		float: right;
		margin: 0;
	}

	.fir {
		padding: 30px 0 20px 140px;
	}

	.fir-img {
		width: 130px;
		top: 30px;
	}

	.fir-text h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.ind-f11-r ul {
		position: relative;
	}

	.ind-f11-r ul:before {
		display: block;
		content: '';
		width: 1px;
		height: 100%;
		background: #d9d9d9;
		position: absolute;
		top: 0;
		left: -20px;
	}
}

@media (min-width: 1200px) {
	.ind-f11-l {
		width: 770px;
		float: left;
	}

	.ind-f11-r {
		width: 350px;
		float: right;
	}

	.ind-f11-r ul:before {
		left: -40px;
	}
}

.ind-f12 {
	padding: 25px 0;
	background: rgb(247, 247, 247);
}

.ind-f12-l {
	border: 3px solid rgb(195, 32, 13);
	background: #fff;
}

.ind-f12-l-t {
	background: rgb(195, 32, 13) url(../images/bd-icon.png) no-repeat 15px center;
	background-size: auto 50px;
	color: #fff;
	padding: 20px 0 20px 70px;
}

.ind-f12-l-t h2 {
	font-size: 14px;
	font-weight: bold;
}

.ind-f12-l-t p {
	font-size: 12px;
	margin-top: 10px;
}

.ind-f12-l ul {
	padding-bottom: 30px;
}

.ind-f12-l li {
	padding: 0 15px 0 80px;
	position: relative;
	margin-top: 15px;
}

.ind-f12-l li p {
	width: 80px;
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	text-align: center;
}

.dl-text {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dedede;
	background: #f7f7f7;
}

.ind-f12-l li textarea {
	width: 100%;
	height: 70px;
	padding: 4px 0;
	line-height: 20px;
	border: 1px solid #dedede;
	resize: none;
	background: #f7f7f7;
}

.dl-btn {
	background-color: #c3200d;
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.dl-btn:hover {
	background: #ff8030;
}

.ind-f12-r {
	margin-top: 20px;
	text-align: center;
}

.ind-f12-r-t {
	border-radius: 60px;
	padding: 10px 0;
	background: #fff;
	border: 1px solid rgb(217, 217, 217);
}

.ind-f12-r-t {
	width: 100%;
	max-width: 310px;
	margin: auto;
	text-align: center;
}

.ind-f12-r-t h2 {
	font-size: 20px;
	font-weight: bold;
	color: rgb(191, 34, 17);
}

.ind-f12-r-t p {
	font-size: 14px;
	line-break: 20px;
	color: rgb(102, 102, 102);
	margin-top: 5px;
}

.ind-f12-r li {
	width: 100%;
	height: 43px;
	border: 1px solid rgb(217, 217, 217);
	background: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 41px;
	color: rgb(191, 34, 17);
	border-radius: 41px;
	margin-top: 20px;
	text-align: center;
}

.ind-f12-r li:nth-child(2n) {
	background: rgb(191, 34, 17);
	color: #fff;
}

.ind-f12-r .head-dh {
	display: inline-block;
	float: none;
	margin-top: 20px;
	text-align: left;
}

.ind-f12-r .head-dh p {
	color: rgb(102, 102, 102);
}

.ind-f12-r .head-dh span {
	color: rgb(191, 34, 17);
}

.bd-img {
	max-width: 100%;
	margin: 20px auto;
}

@media (min-width: 768px) {
	.ind-f12-l-t {
		background-size: auto 60px;
		padding: 20px 0 20px 85px;
	}

	.ind-f12-l-t h2 {
		font-size: 21px;
	}

	.ind-f12-l-t p {
		font-size: 16px;
	}

	.ind-f12-l li {
		padding-right: 20px;
	}

	.ind-f12-r ul {
		width: 660px;
		font-size: 0;
		text-align: center;
		margin: 40px auto 0 auto;
	}

	.ind-f12-r li {
		width: 158px;
		float: left;
		margin: 0 93px 76px 0;
		position: relative;
		z-index: 1;
	}

	.ind-f12-r li:before {
		display: block;
		content: '';
		border-top: 2px solid #bf2211;
		top: 20px;
		right: -92px;
		position: absolute;
		width: 93px;
	}

	.ind-f12-r li:nth-child(4):before,
	.ind-f12-r li:nth-child(5):before {
		display: block;
		content: '';
		border-top: 2px solid #bf2211;
		top: 20px;
		left: -92px;
		right: auto;
		position: absolute;
		width: 93px;
	}

	.ind-f12-r li:nth-child(3):before,
	.ind-f12-r li:nth-child(6):before {
		display: block;
		content: '';
		height: 76px;
		border-left: 2px solid #bf2211;
		border-top: 0;
		top: 42px;
		left: 50%;
		position: absolute;
		margin-left: -1px;
	}

	.ind-f12-r li:after {
		display: block;
		content: '';
		border-top: 8px solid transparent;
		border-left: 8px solid #bf2211;
		border-bottom: 8px solid transparent;
		top: 13px;
		right: -94px;
		position: absolute;
	}

	.ind-f12-r li:nth-child(4):after,
	.ind-f12-r li:nth-child(5):after {
		display: block;
		content: '';
		border-top: 8px solid transparent;
		border-right: 8px solid #bf2211;
		border-bottom: 8px solid transparent;
		border-left: 0;
		top: 13px;
		left: -94px;
		right: auto;
		position: absolute;
	}

	.ind-f12-r li:nth-child(3):after,
	.ind-f12-r li:nth-child(6):after {
		display: block;
		content: '';
		border-left: 8px solid transparent;
		border-top: 8px solid #bf2211;
		border-right: 8px solid transparent;
		top: 110px;
		right: 50%;
		position: absolute;
		margin-right: -8px;
	}

	.ind-f12-r li:nth-child(9):before,
	.ind-f12-r li:nth-child(9):after {
		display: none;
	}

	.ind-f12-r li:nth-child(4),
	.ind-f12-r li:nth-child(5),
	.ind-f12-r li:nth-child(6) {
		float: right;
	}

	.ind-f12-r li:nth-child(3),
	.ind-f12-r li:nth-child(4),
	.ind-f12-r li:nth-child(9) {
		margin-right: 0;
	}

	.ind-f12-r .head-dh {
		margin-top: 0;
	}
}

@media (min-width: 1200px) {
	.ind-f12 {
		padding: 50px 0 120px 0;
	}

	.ind-f12 .container {
		position: relative;
	}

	.ind-f12-l {
		width: 450px;
		float: left;
	}

	.ind-f12-r {
		float: right;
		margin: 0;
	}

	.bd-img {
		width: 375px;
		margin: 0;
		position: absolute;
		left: 360px;
		bottom: -110px;
	}

	.ind-f12-r .head-dh {
		margin-left: 85px;
	}
}

.foot {
	background: url(../images/head-bg.jpg);
	border-top: 10px solid rgb(158, 26, 22);
}

.foot-l {
	width: 300px;
	background: rgb(174, 7, 3);
	border: 3px solid rgb(200, 11, 13);
	text-align: center;
	padding: 15px 0 10px 0;
	margin: auto;
}

.foot-l img {
	/*height: 48px;*/
	height: 120px;
	display: block;
	margin: auto;
}

.foot-l .logo-text h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1;
	color: rgb(248, 183, 1);
}

.foot-l .logo-text p {
	font-size: 13px;
	line-height: 1;
	color: rgb(255, 255, 255);
}

.code-box {
	text-align: center;
	margin-top: 20px;
}

.code-box img {
	width: 116px;
	height: 116px;
}

.code-box p {
	font-size: 12px;
	color: #fff;
	margin-top: 8px;
}

.foot-rt {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #ee3f2a;
}

.foot-rt a {
	font-size: 12px;
	line-height: 20px;
	margin: 0 10px;
	color: #fff;
}

.foot-rt a:hover {
	color: #fce69a;
}

.foot-rm {
	font-size: 0;
}

.foot-rm p {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	margin-top: 15px;
}

.foot-rb {
	font-size: 0;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
}

.foot-rb p {
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	background: #5d0502;
	border-radius: 26px;
	color: #fff;
	padding: 0 7px;
}

@media (min-width: 768px) {
	.foot-rt {
		text-align: left;
	}

	.foot-rt a {
		font-size: 14px;
		margin: 0 30px 0 0;
		position: relative;
	}

	.foot-rt a:last-child {
		margin-right: 0;
	}

	.foot-rt a:before {
		display: block;
		content: '';
		width: 1px;
		height: 14px;
		background: #fff;
		position: absolute;
		left: -16px;
		top: 50%;
		margin-top: -7px;
	}

	.foot-rt a:first-child:before {
		display: none;
	}

	.foot-rm p {
		width: 50%;
		display: inline-block;
		font-size: 14px;
		margin-top: 15px;
	}

	.foot-rm p:first-child {
		width: 100%;
	}

	.foot-rb p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media (min-width: 992px) {
	.foot-l {
		float: left;
	}

	.foot-r {
		width: 600px;
		float: right;
	}

	.foot-rt {
		padding: 35px 0;
	}

	.foot-rt a {
		margin: 0 17px 0 0;
	}

	.foot-rt a:before {
		left: -10px;
	}

	.foot-rm p {
		margin-top: 25px;
	}

	.foot-rb {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
	.foot-r {
		width: 850px;
	}

	.foot-rt a {
		margin: 0 50px 0 0;
	}

	.foot-rt a:before {
		left: -28px;
	}
}

/* 关于我们 */
.ban-column {
	position: relative;
}

.ban-column img {
	width: 768px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -384px;
}

.ban-c-t {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.ban-c-t h2 {
	font-size: 22px;
}

.ban-c-t p {
	font-size: 12px;
	margin-top: 10px;
}

.location {
	background: #fff;
	font-size: 14px;
	line-height: 51px;
	color: rgb(102, 102, 102);
}

.location-l span {
	font-size: 12px;
	color: rgb(102, 102, 102);
	margin: 0 5px;
}

.location-l a:hover {
	text-decoration: underline;
}

.location-r {
	height: 51px;
	text-align: center;
	font-size: 0;
}

.location-r a {
	width: 33.33%;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

.location-r a:hover,
.location-r a.crt {
	color: #cc0000;
}

.main-box {
	padding: 15px;
	background: #f7f7f7;
}

.main-box .container {
	background: #fff;
}

.au-bt {
	padding-left: 19px;
	font-size: 0;
	position: relative;
}

.au-bt:before {
	display: block;
	content: '';
	width: 4px;
	height: 16px;
	background: #c3200d;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}

.au-bt h2 {
	font-size: 18px;
	line-height: 30px;
	color: rgb(102, 102, 102);
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
}

.au-bt p {
	font-size: 14px;
	line-height: 30px;
	color: rgb(150, 149, 148);
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
}

.au-f1-box {
	margin-top: 20px;
}

.au-f1 p {
	font-size: 14px;
	line-height: 30px;
	color: rgb(90, 90, 90);
}

.au-f1 {
	padding: 20px 0;
}

.au-jgx {
	border-bottom: 1px solid #ccc;
}

.au-f1-box {
	padding-left: 10px;
}

.au-f2 {
	padding: 20px 0;
}

.au-f2 ul {
	font-size: 0;
}

.year {
	margin-top: 20px;
}

.time-icon {
	width: 30px;
	height: 30px;
	background: url(../images/time-icon.jpg) no-repeat left center;
	display: inline-block;
	vertical-align: top;
}

.year p {
	color: #c3200d;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}

.m-text {
	background: #f7f7f7;
	margin-top: 10px;
}

.month h2 {
	background: #c3200d;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 5px 0;
	text-indent: 8px
}

.month .summary {
	font-size: 12px;
	padding: 8px;
	line-height: 150%;
	color: #5a5a5a;
}

.month span {
	color: #dadada;
	font-size: 12px;
	text-align: right;
	line-height: 140%;
	padding: 3px 8px;
	display: block;
}

.line {
	display: none;
}

.au-f3 {
	padding: 20px 0;
}

@media (min-width: 768px) {
	.ban-column img {
		width: 1920px;
		margin-left: -960px;
	}

	.ban-c-t h2 {
		font-size: 39px;
		font-weight: bold;
	}

	.ban-c-t p {
		font-size: 16px;
		margin-top: 20px;
	}

	.main-box {
		padding: 20px;
	}

	.main-box .container {
		background: #fff;
	}

	.location-l {
		float: left;
	}

	.location-r {
		width: 404px;
		float: right;
	}

	.location-r a {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.au-bt h2 {
		font-size: 20px;
	}

	.au-bt p {
		font-size: 17px;
		margin-left: 20px;
	}

	.au-f1,
	.au-f2,
	.au-f3 {
		padding: 35px 40px;
	}

	.au-f2-box,
	.au-f3-box {
		margin-top: 30px;
	}

	.au-jgx {
		margin: 0 20px;
	}
}

@media (min-width: 1200px) {
	.au-f2-box li {
		height: 45px;
		line-height: 45px;
		float: left;
		position: relative;
	}

	.year {
		margin: 0;
	}

	.time-icon {
		width: 28px;
		height: 45px;
		background-position: center;
		float: left;
	}

	.line {
		background-color: #ebebeb;
		height: 3px;
		width: 80px;
		display: block;
	}

	.year .line {
		margin: 24px 0 0 28px;
	}

	.year p {
		position: absolute;
		top: 30px;
		left: 0;
		font-size: 12px;
	}

	.month {
		margin: 0;
	}

	.month-icon {
		background-color: #c3200d;
		height: 45px;
		width: 45px;
		border-radius: 50%;
		float: left;
	}

	.month .line {
		margin: 24px 0 0 45px;
	}

	.m-text {
		width: 175px;
		position: absolute;
		left: 0;
		margin: 0;
	}

	.m-text1 {
		top: 75px;
	}

	.m-text1:before {
		height: 30px;
		display: block;
		content: '';
		border-left: 1px solid #c3200d;
		position: absolute;
		left: 22px;
		top: -30px;
	}

	.m-text2:before {
		height: 30px;
		display: block;
		content: '';
		border-left: 1px solid #c3200d;
		position: absolute;
		left: 22px;
		bottom: -30px;
	}

	.m1 .month-icon {
		background-image: url(../images/pb1.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.m2 .month-icon {
		background-image: url(../images/pb2.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.m3 .month-icon {
		background-image: url(../images/pb3.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.m4 .month-icon {
		background-image: url(../images/pb4.png);
		background-position: center;
		background-repeat: no-repeat;
	}

	.month:hover .month-icon {
		background-color: #788bfd;
	}

	.month:hover h2 {
		background-color: #788bfd;
	}
}

/* 食材展示 */
.sczs-list {
	padding: 20px 0;
}

.sczs-list ul {
	padding: 15px;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	font-size: 0;
}

.sczs-list li {
	margin-bottom: 15px;
}

.sczs-list li img {
	width: 100%;
	display: block;
}

.sczs-list li h2 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	color: #434343;
}

.sczs-list li p {
	font-size: 13px;
	line-height: 136%;
	color: rgb(90, 90, 90);
	margin-top: 10px;
}

.page {
	font-size: 0;
	text-align: center;
	margin: 30px 0;
}

.page-box {
	display: none;
}

.page a {
	min-width: 32px;
	height: 32px;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 32px;
	color: #000;
	background: #f1eff0;
	text-align: center;
	margin: 0 5px;
	border-radius: 5px;
}

.page a.crt,
.page a:hover {
	background: rgb(158, 26, 22);
	color: #fff;
}

@media (min-width: 768px) {
	.sczs-list {
		padding: 35px 0;
	}

	.sczs-list ul {
		padding-top: 35px;
		margin-top: 25px;
	}

	.sczs-list li {
		width: 47%;
		margin-right: 6%;
		margin-bottom: 35px;
		display: inline-block;
		vertical-align: top;
	}

	.sczs-list li:nth-child(2n) {
		margin-right: 0;
	}

	.page-box {
		display: inline-block;
	}
}

@media (min-width: 992px) {
	.sczs-list li {
		width: 31%;
		margin-right: 3.5%;
	}

	.sczs-list li:nth-child(2n) {
		margin-right: 3.5%;
	}

	.sczs-list li:nth-child(3n) {
		margin-right: 0;
	}

	.sczs-list li h2 {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.sczs-list ul {
		padding: 35px 35px 0 35px;
	}
}

/* 食材展示内 */
.sc-info {
	padding: 20px 15px;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.sc-info h2 {
	font-size: 17px;
	line-height: 33px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.sc-info-box {
	font-size: 12px;
	line-height: 140%;
	line-height: 22px;
	padding: 5px;
	color: #868686;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.big-img {
	display: none;
}

#big_box {
	display: none;
}

.small-img {
	position: relative;
}

.index-ban3 img {
	width: 100%;
	display: block;
}

.nav-btn {
	padding: 0 15px;
}

.nav-btn a {
	font-size: 14px;
	color: #595959;
	font-weight: normal;
	line-height: 25px;
	position: relative;
	padding-left: 20px;
}

.nav-btn a:before {
	display: block;
	content: '';
	background-repeat: no-repeat;
	width: 11px;
	height: 10px;
	background-color: #c2c2c2;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.prev a:before {
	background-image: url(../images/prev1.png);
}

.next a:before {
	background-image: url(../images/next1.png);
}

@media (min-width: 768px) {
	.sc-info {
		padding: 30px 40px;
		margin-top: 30px;
	}

	.sc-info h2 {
		font-size: 19px;
	}

	.sc-info-box {
		font-size: 14px;
		line-height: 37px;
	}

	.product-img {
		width: 70%;
		margin: auto;
		position: relative;
	}

	.big-img {
		display: block;
		margin: auto;
		position: relative;
	}

	.big-img img {
		width: 100%;
		display: block;
	}

	#mask {
		width: 100px;
		height: 100px;
		background: #eee;
		filter: alpha(opacity=60);
		opacity: 0.6;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		cursor: move;
	}

	#big_box {
		display: none;
		width: 320px;
		height: 208px;
		position: absolute;
		top: 400px;
		left: 50%;
		margin-left: -160px;
		z-index: 100;
		border: 1px solid #000;
		overflow: hidden;
	}

	#big_box img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.small-img {
		width: 200px;
		padding: 4px 0;
		margin: 20px auto;
	}

	.small-img .swiper-slide {
		height: 60px;
		line-height: 56px;
		border: 2px solid #fff;
	}

	.small-img .swiper-slide.crt {
		border-color: #b90000;
	}

	.small-img .swiper-slide img {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.swiper-button-prev3 {
		width: 23px;
		height: 68px;
		background: url(../images/left1.gif) no-repeat center;
		position: absolute;
		left: -23px;
		top: 0;
	}

	.swiper-button-next3 {
		width: 23px;
		height: 68px;
		background: url(../images/right1.gif) no-repeat center;
		position: absolute;
		right: -23px;
		top: 0;
	}

	.swiper-button-prev3:focus,
	.swiper-button-next3:focus {
		outline: none;
	}

	.nav-btn {
		padding: 0 30px;
	}

	.nav-btn a:hover {
		color: #048BCD;
	}

	.nav-btn a:hover:before {
		background-color: #048BCD;
	}

	.prev {
		float: left;
	}

	.next {
		float: right;
	}
}

@media (min-width: 992px) {
	#big_box {
		top: 500px;
	}

	.nav-btn {
		padding: 0 50px;
	}
}

@media (min-width: 1200px) {
	#big_box {
		top: 600px;
	}
}

/* 蔬菜配送 */
.vd-f1-box li {
	margin-top: 20px;
}

.vd-f1-box li img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.img-box4 p {
	font-size: 14px;
	line-height: 30px;
	color: #5a5a5a;
}

.vd-f2-box .ind-f12-r {
	float: none;
}

.ca-box {
	margin-top: 20px;
}

.ca-box h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #5a5a5a;
}

.ca-box p {
	font-size: 14px;
	line-height: 30px;
	color: #5a5a5a;
}

@media (min-width: 768px) {
	.vd-f1-box li {
		padding-right: 52%;
		position: relative;
		margin-top: 40px;
	}

	.vd-f1-box li:nth-child(2n) {
		padding-left: 52%;
		padding-right: 0;
	}

	.img-box4 {
		width: 50%;
		max-width: 500px;
		padding-left: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.vd-f1-box li:nth-child(2n) .img-box4 {
		padding-left: 0;
		padding-right: 20px;
		left: 0;
	}
}

@media (min-width: 992px) {
	.img-box4 p {
		font-size: 16px;
		line-height: 40px;
	}

	.ca-box {
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.ca-box h2 {
		font-size: 18px;
		line-height: 40px;
	}

	.ca-box p {
		font-size: 16px;
		line-height: 40px;
	}
}

/* 饮食知识 */
.news-list {
	padding: 25px 0 5px 0;
}

.news-list li {
	padding: 15px 0 15px 80px;
	position: relative;
	border-bottom: 1px dotted #dbd4cd;
}

.date-box {
	background: #c5200c;
	width: 70px;
	height: 66px;
	position: absolute;
	top: 15px;
	left: 0;
	color: #fff;
	text-align: center;
}

.date-box p {
	height: 41px;
	line-height: 41px;
	font-size: 24px;
}

.date-box span {
	display: block;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
}

.news-text h2 {
	font-size: 16px;
	padding-top: 3px;
	color: #5a5a5a;
	line-height: 140%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-text h2 a:hover {
	color: #c5200c;
}

.news-text p {
	font-size: 12px;
	line-height: 18px;
	padding-top: 7px;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
	display: -webkit-box;
}

@media (min-width: 992px) {
	.news-list {
		padding: 25px 10px 5px 10px;
	}

	.news-list li {
		padding: 25px 0 25px 150px;
		position: relative;
		border-bottom: 1px dotted #dbd4cd;
	}

	.date-box {
		top: 25px;
		left: 30px;
	}

	.news-text h2 {
		font-size: 22px;
	}

	.news-text p {
		font-size: 14px;
	}
}

/* 饮食知识内 */
.news-info {
	padding: 15px 0;
}

.news-t h2 {
	display: block;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.sub-t {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 15px;
	line-height: 21px;
	overflow: hidden;
	font-size: 0;
	color: #5a5a5a;
}

.sub-t p {
	font-size: 12px;
	margin: 0 15px;
}

.sub-t p span {
	display: inline-block;
	vertical-align: top;
}

.sub-t p a {
	width: 21px;
	height: 21px;
	display: inline-block;
	vertical-align: top;
}

.fx1 {
	background: url(../images/fx1.png) no-repeat center;
}

.fx1:hover {
	background: url(../images/fxs1.png) no-repeat center;
}

.fx2 {
	background: url(../images/fx2.png) no-repeat center;
}

.fx2:hover {
	background: url(../images/fxs2.png) no-repeat center;
}

.fx3 {
	background: url(../images/fx3.png) no-repeat center;
}

.fx3:hover {
	background: url(../images/fxs3.png) no-repeat center;
}

.fx4 {
	background: url(../images/fx4.png) no-repeat center;
}

.fx4:hover {
	background: url(../images/fxs4.png) no-repeat center;
}

.fx5 {
	background: url(../images/fx5.png) no-repeat center;
}

.fx5:hover {
	background: url(../images/fxs5.png) no-repeat center;
}

.fx6 {
	background: url(../images/fx6.png) no-repeat center;
}

.fx6:hover {
	background: url(../images/fxs6.png) no-repeat center;
}

.news-info-box {
	padding-top: 8px;
	line-height: 1.4em;
	min-height: 50px;
	font-size: 12px;
	color: #5a5a5a;
}

.news-nav {
	padding: 0;
	margin-top: 10px;
}

.news-nav a {
	padding: 0;
}

.news-nav a:before {
	display: none;
}

@media (min-width: 768px) {
	.news-info {
		padding: 30px 10px;
	}

	.news-t h2 {
		padding: 3px 0;
		line-height: 1.7em;
	}

	.sub-t p {
		display: inline-block;
		vertical-align: top;
	}

	.news-info-box {
		line-height: 1.7em;
		font-size: 14px;
	}

	.news-nav p {
		float: none;
	}
}

@media (min-width: 1200px) {
	.news-info {
		padding: 30px;
	}

	.news-nav {
		margin-top: 40px;
	}
}

/* 食堂环境内 */
.stzs-info-box {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.stzs-info-box {
		margin-top: 50px;
	}
}

/* 联系我们 */
.ban-cu .ban-c-t {
	left: 25%;
}

.cu-box {
	padding: 20px 0 40px 0;
}

.cu-t {
	text-align: center;
}

.cu-t h2 {
	font-size: 18px;
	line-height: 176%;
	color: rgb(195, 32, 13);
	font-weight: bold;
}

.cu-t p {
	line-height: 176%;
	font-size: 14px;
	color: #5a5a5a;
}

.cu-b {
	padding: 20px 20px 0 20px;
	border-top: 1px solid #ccc;
	margin-top: 15px;
}

.cu-l {
	font-size: 13px;
	line-height: 140%;
}

.cu-l span {
	font-size: 17px;
	font-weight: bold;
	color: rgb(195, 32, 13);
}

.cu-r-cell {
	margin-top: 20px;
}

.cu-r-cell span {
	display: block;
	color: rgb(102, 102, 102);
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.cu-r-cell img {
	max-width: 126px;
	display: block;
	margin: auto;
}

.allmap {
	width: 100%;
	max-width: 1126px;
	height: 200px;
	margin: auto;
}

.cu-jgx {
	max-width: 542px;
	border-top: 1px solid #d9d9d9;
	margin: 30px auto 15px auto;
}

@media (min-width: 768px) {
	.cu-t h2 {
		font-size: 21px;
	}

	.allmap {
		height: 330px;
	}

	.cu-l {
		width: 330px;
		float: left;
		line-height: 66px;
	}

	.cu-r {
		width: 350px;
		float: right;
	}

	.cu-r-cell {
		margin-top: 0;
		margin-bottom: 40px;
	}

	.cu-r-cell span {
		float: left;
		line-height: 126px;
		text-align: center;
		margin-right: 50px;
	}

	.cu-r-cell img {
		float: left;
	}

	.cu-jgx {
		margin-bottom: 25px;
	}
}

@media (min-width: 992px) {
	.allmap {
		height: 400px;
	}

	.cu-b {
		padding-top: 50px;
	}

	.cu-l {
		width: 460px;
		font-size: 15px;
		margin-left: 50px;
	}

	.cu-r {
		width: auto;
		float: left;
		margin-left: 50px;
	}
}

@media (min-width: 1200px) {
	.allmap {
		height: 488px;
	}
}

/* 客户反馈 */
.hospital-email {
	padding: 20px 0;
}

.hospital-email li {
	height: 40px;
	position: relative;
	padding-left: 50px;
	font-size: 14px;
	line-height: 40px;
	color: #333;
	margin-bottom: 20px;
}

.hospital-email li.heights {
	height: 100px;
}

.hospital-email li.heights span {
	top: 100px;
}

.hospital-email li.mandatory:after {
	display: block;
	content: '*';
	font-size: 14px;
	color: #ff0000;
	position: absolute;
	right: -10px;
	top: 0;
}

.hospital-email li p {
	position: absolute;
	top: 0;
	left: 0;
}

.hospital-email li input,
.hospital-email li textarea {
	width: 100%;
	height: 40px;
	background: #e6e6e6;
	padding: 0 10px;
}

.hospital-email li textarea {
	height: 100px;
	padding: 10px;
	line-height: 20px;
	display: block;
}

.hospital-email li span {
	position: absolute;
	top: 30px;
	left: 80px;
}

.sub-box input.submit {
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	background: rgb(195, 32, 13);
	color: #fff;
	border-radius: 5px;
}

.email-tip p {
	position: static;
	font-size: 12px;
	line-height: 16px;
	color: #d60000;
	padding-left: 50px;
}

@media only screen and (min-width: 768px) {
	.hospital-email{
		padding-top: 50px;
	}
	.hospital-email ul {
		width: 410px;
		margin: auto;
	}

	.hospital-email li.heights {
		height: 200px;
	}

	.hospital-email li.heights span {
		top: 200px;
	}

	.hospital-email li.maxLength {
		width: 100%;
	}

	.hospital-email li.mandatory:after {
		right: -15px;
	}

	.hospital-email li textarea {
		height: 200px;
	}
}


@media only screen and (min-width: 992px) {
	.hospital-email li.heights {
		height: 300px;
	}

	.hospital-email li textarea {
		height: 300px;
	}

	.hospital-email li.heights span {
		top: 300px;
	}
}
