﻿/*首页*/
.flash {
	width: 100%;
	background: #342c2a;
}

.flash img {
	width: 100%;
}

.flash.wap {
	display: none;
}

.flash .swiper-button-prev {
	background: url(../png/p_prev.png) no-repeat;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	left: 30px;
	transition: all 0.4s;
}

.flash .swiper-button-next {
	background: url(../png/p_next.png) no-repeat;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	right: 30px;
	transition: all 0.4s;
}

.flash .swiper-button-prev:hover {
	background: url(../png/p_prevh.png) no-repeat;
	transform: scale(1.1)
}

.flash .swiper-button-next:hover {
	background: url(../png/p_nexth.png) no-repeat;
	transform: scale(1.1)
}

.flash .swiper-pagination {
	width: 100%;
	height: 57px;
	background: rgba(0, 0, 0, 0.21);
	text-align: center;
	bottom: 0;
	display: none;
}

.flash .swiper-container-horizontal>.swiper-pagination-bullets,
.flash .swiper-pagination-custom,
.flash .swiper-pagination-fraction {
	bottom: 0;
}

.flash .swiper-pagination-bullet {
	margin: 5px 10px 0 10px !important;
	outline: none;
	background: #fff;
	opacity: 1;
}

.flash .swiper-pagination-bullet-active {
	background: #ec0024;
	opacity: 1;
}


.flash.wap .swiper-pagination {
	width: 100%;
	height: 30px;
	background: rgba(0, 0, 0, 0.21);
	text-align: center;
	bottom: 0;
	display: block;
}

.flash.wap .swiper-pagination-bullet {
	margin: 0 5px;
	outline: none;
	background: #fff;
	opacity: 1;
}

.flash.wap .swiper-pagination-bullet-active {
	background: #ec0024;
	opacity: 1;
}



.delicious1 {
	width: 1720px;
	margin: 0 auto;
}

.delicious1 .con {
	width: 100%;
	position: relative;
}

.delicious1 .con dl {
	padding: 0 25px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.delicious1 .con dl dt {
	overflow: hidden;
}

.delicious1 .con dl dt img {
	width: 100%;
	transition: all 0.4s;
}

.delicious1 .con dl:hover dt img {
	transform: scale(1.1);
}

.delicious1 .con dl dd {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.delicious1 .con dl dd span {
	background: #fabe0d;
	line-height: 28px;
	padding: 0 12px;
	display: inline-block;
	font-size: 18px;
	color: #000;
}

.delicious1 .con dl dd h3 {
	background: #fabe0d;
	line-height: 40px;
	padding: 0 12px;
	font-size: 26px;
	color: #c3020b;
	margin-top: 6px;
	font-weight: bold;
}

.delicious1 .swiper-button-prev {
	background: url(../png/p_prev1.png) no-repeat;
	width: 15px;
	height: 26px;
	margin-top: -13px;
	left: -30px;
	outline: none;
}

.delicious1 .swiper-button-next {
	background: url(../png/p_next1.png) no-repeat;
	width: 15px;
	height: 26px;
	margin-top: -13px;
	right: -30px;
	outline: none;
}

/*.delicious1 .swiper-pagination{ width:100%; text-align:center; display:none;}
.delicious1 .swiper-pagination-bullet{margin:0 5px; outline:none;}
.delicious1 .swiper-pagination-bullet-active{ background:#;}*/


.public_title {
	text-align: center;
	margin-top: 55px;
}

.public_title h2 {
	background: url(../png/gtitle.png) no-repeat;
	background-size: contain;
	width: 296px;
	height: 139px;
	margin: 0 auto;
	font-size: 36px;
	line-height: 36px;
	text-align: left;
	overflow: hidden;
}

.public_title h2 span {
	margin-top: 25px;
	display: block;
}

.delicious1 .public_title h2 {
	width: 100%;
	background: none;
	text-align: center;
}

.delicious1 .public_title h2 span {
	display: inline-block;
	width: auto;
	height: 100%;
	box-sizing: border-box;
	padding-top: 25px;
	margin-top: 0;
	position: relative;
}

.delicious1 .public_title h2 span:after {
	content: '';
	width: 296px;
	height: 139px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../png/gtitle.png) no-repeat;
	background-size: contain;
	z-index: -1
}

.play_sp {
	width: 100%;
	height: 550px;
	margin-top: 137px;
	position: relative;
}

.play_sp a {
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.play_sp a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.play_sp a dl {
	position: relative;
	z-index: 10;
}

.play_sp a dl dd {
	margin-top: 28px;
	transition: all 0.4s;
}

.play_sp a dl dt {
	transition: all 0.4s;
}

.play_sp a:hover dl dt {
	transform: translateY(-5px);
}

.play_sp a:hover dl dd {
	transform: translateY(-5px);
}

.play_sp.wu {
	margin-top: 0;
}

.play_sp.wu a:after {
	background: rgba(0, 0, 0, 0.5);
}

.play_sp span {
	width: 150px;
	line-height: 42px;
	border-radius: 42px;
	text-align: center;
	color: #000;
	background: #f9bd0d;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	transition: all 0.4s;
	margin-top: 10px;
}

.play_sp span:hover {
	background: #e2a900;
}

.play_sp.wap1,
.play_sp.wap2 {
	display: none;
}

.business {
	width: 1400px;
	margin: 0 auto;
	padding: 115px 0 45px 0;
}

.business .top .pic {
	width: 41.4%;
	float: left;
	height: 473px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.business .top .pic:after {
	content: "";
	width: 38%;
	height: 100%;
	display: block;
	position: absolute;
	left: 13%;
	top: 0;
	background: #fabe0d;
}

.business .top .pic img {
	width: 100%;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 20px 0 rgba(0, 42, 97, 0.1);
}

.business .top .txt {
	width: 51%;
	float: right;
}

.business .public_title.wap {
	display: none;
}

.business .public_title {
	margin-top: 30px;
}

.business .public_title h2 {
	margin: 0;
}

.business .top .txt p {
	font-size: 16px;
	line-height: 36px;
	text-indent: 2em;
}

.business .top .txt a {
	width: 150px;
	line-height: 42px;
	border-radius: 42px;
	text-align: center;
	background: #f9bd0d;
	font-size: 16px;
	display: block;
	transition: all 0.4s;
	margin-top: 55px;
	color: #000;
}

.business .top .txt a:hover {
	background: #e2a900;
}

.business .bottom {
	text-align: center;
	margin-top: 95px;
}

.business .bottom li {
	display: inline-block;
	font-size: 16px;
	color: #191919;
	line-height: 55px;
	margin: 0 70px;
}

.business .bottom li span {
	font-size: 52px;
	color: #f9bd0d;
	margin-right: 10px;
}

.business .bottom .cl {
	font-size: 14px;
	line-height: 34px;
	margin-top: 40px;
	text-align: right;
	padding-right: 200px;
}

.index_news {
	position: relative;
	padding-bottom: 120px;
}

.index_news h2 {
	font-size: 32px;
	text-align: center;
	line-height: 34px;
	margin-top: 90px;
}

.index_news h2:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: #fabe0d;
	margin-top: 15px;
}

.index_news .wen {
	width: 242px;
	position: absolute;
	left: -70px;
	top: 30px;
	z-index: -1;
}

.index_news .wen img {
	width: 100%;
}

.index_news .con {
	display: flex;
	flex-wrap: wrap;
}

.index_news dl {
	width: 23.9%;
	float: left;
	height: auto;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin: 45px 1.4% 0 0;
	transition: all 0.4s;
}

.index_news dl:nth-child(4) {
	margin: 45px 0 0 0;
}

.index_news dl dt img {
	width: 100%;
}

.index_news dl dd {
	padding: 15px 16px;
	box-sizing: border-box;
}

.index_news dl:hover {
	background: #f9bd0d;
}

.index_news dl dd h3 {
	font-size: 17px;
}

.index_news dl dd h3:after {
	content: "";
	width: 28px;
	height: 3px;
	display: block;
	background: #f9bd0d;
	margin-top: 15px;
}

.index_news dl dd p {
	color: #555;
	margin-top: 10px;
}

.index_news dl dd span {
	display: block;
	margin-top: 5px;
	color: #666;
}

.index_news dl:hover dd span {
	color: #fff;
}

.index_news dl:hover dd p {
	color: #fff;
}

.index_news dl:hover dd h3:after {
	background: #fff;
}

.index_news dl:hover dd h3 {
	color: #fff;
}

.index_map {
	width: 100%;
	background: #342c2a;
	padding: 90px 0 70px 0;
}

.index_map .map {
	width: 55%;
	float: left;
}

.index_map .map img {
	width: 100%;
}

.index_map .txt {
	width: 40%;
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.index_map .txt h2 {
	font-size: 32px;
	line-height: 34px;
	margin-top: 45px;
	margin-bottom: 20px;
}

.index_map .txt h2:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	background: #fff;
	margin-top: 15px;
}

.index_map .txt p {
	display: none;
}

.index_map .txt .bottom dl {
	float: left;
	text-align: center;
	margin: 35px 70px 0 0;
}

.index_map .txt .bottom dl:nth-last-child(1) {
	margin: 35px 0 0 0;
}

.index_map .txt .bottom dl dt {
	margin-bottom: 15px;
}

.index_map .txt .bottom dl dt img {
	height: 46px;
}

.index_map .txt .bottom dl a {
	color: #fff;
}

.index_map .cl {
	font-size: 14px;
	line-height: 34px;
	color: #fff;
	text-align: center;
	width: 50%;
}


.subbanner {
	width: 100%;
	position: relative;
}

.subbanner img {
	width: 100%;
}

.subbanner.wap {
	display: none;
}

.subbanner h2 {
	font-size: 40px;
	line-height: 42px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.subtab {
	height: 73px;
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.subtab::-webkit-scrollbar {
	display: none;
}

.subtab h3 {
	font-size: 18px;
	display: inline-block;
	border-bottom: 3px solid #c8151d;
	line-height: 71px;
}

.contact {
	width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
	display: flex
}

.contact .list {
	width: 30%;
	float: left;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	/*border:1px solid #ebebeb;*/
	margin: 20px 5% 0 0;
	text-align: center;
	box-sizing: border-box;
	padding: 0 10px 20px;
}

.contact .list:nth-child(3) {
	margin: 20px 0 0 0;
}

.contact .list .icon {
	margin-top: 16px;
}

.contact .list ul {
	font-size: 16px;
	margin-top: 18px;
}

.contact .list ul h3 {
	font-size: 16px;
}

.contact .list ul h3:after {
	content: "";
	width: 30px;
	height: 2px;
	background: #fabe0d;
	margin: 1px auto 1px auto;
	display: block;
}

.bigmap {
	width: 100%;
	/* height: 670px; */
	margin-top: 80px;
}

.bigmap img{
	width: 100%;
}
.bigmap img.wap{
	display: none;
}
.subbanner.small {
	height: 400px;
}

.subtab a {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	line-height: 71px;
	color: #191919;
	margin: 0 24px;
	white-space: nowrap;
}

.subtab a.on {
	border-bottom: 3px solid #c8151d;
	font-weight: bold;
}

.subtab a:hover {
	color: #c8151d;
}

.subtab a.onlineapply.on,
.subtab a.onlineapply:hover,
.subtab a.onlineapply {
	color: #191919;
	border-bottom: 0;
	background-color: #fabe0d;
	border-radius: 20px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-weight: 500;
	border-bottom: 3px;
}

.subbox {
	width: 1200px;
	margin: 0 auto;
}

.qiyejj .subbox {
	width: 1080px;
}

.about_man {
	width: 100%;
	position: relative;
	margin: 135px auto 110px auto;
}

.about_man .pic {
	width: 36.6%;
	float: left;
	position: relative;
}

.about_man .pic img {
	width: 100%;
	position: relative;
	z-index: 10;
}

.about_man .pic:after {
	content: "";
	display: block;
	height: 57%;
	width: 400%;
	position: absolute;
	top: 50%;
	right: -30px;
	background: #f9bd0d;
	margin-top: -28%;
}

.about_man .txt {
	width: 58.6%;
	float: right;
}

.about_man .txt .ti {
	background: url(../jpg/hgti.jpg) no-repeat left top;
	background-size: contain;
	height: 131px;
	overflow: hidden;
}

.about_man .txt .ti h2 {
	font-size: 36px;
	line-height: 37px;
	margin: 20px 0 0 50px;
}

.about_man .txt .ti h2 span {
	font-size: 18px;
	color: #f9bd0d;
	margin-left: 5px;
}

.about_man .txt p {
	padding-left: 50px;
	font-size: 14px;
	line-height: 30px;
}

.bei {
	width: 100%;
	height: 235px;
	text-align: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bei h2 {
	font-size: 32px;
}

.bei h2:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: #fabe0d;
	margin-top: 15px;
}

.about_list {
	padding-bottom: 30px;
}

.about_list .list {
	width: 32%;
	height: 360px;
	float: left;
	box-sizing: border-box;
	padding: 30px 25px;
	margin: 50px 2% 0 0;
	border-radius: 6px;
	overflow: hidden;
	background: linear-gradient(180deg, #f7f7f7, #fff);
}

.about_list .list:nth-child(3) {
	margin: 50px 0 0 0;
}

.about_list .list li {
	line-height: 26px;
	font-size: 14px;
	padding: 8px 0 0 12px;
	position: relative;
	overflow: hidden;
}

.about_list .list li i {
	display: block;
	width: 4px;
	height: 4px;
	background: #b5b5b5;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 18px;
}

.about_num {
	background: #fff;
	padding: 70px 0 50px;
	border-bottom: 4px solid #f9bd0d;
	border-radius: 6px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-top: 68px;
	text-align: center;
}

.about_num ul {
	overflow: hidden;
}

.about_num li {
	width: 33.3333%;
	float: left;
}

.about_num li em {
	background: url(../jpg/diandian_03.jpg) no-repeat;
	width: 87px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}

.about_num li span {
	font-size: 40px;
	color: #f9bd0d;
	font-weight: bold;
	line-height: 42px;
	display: inline-block;
	vertical-align: -5px;
}

.about_num li i {
	font-size: 30px;
	color: #f9bd0d;
	margin-left: 5px;
	vertical-align: 2px;
}

.about_num .cl {
	font-size: 14px;
	line-height: 34px;
	margin-top: 40px;
	text-align: right;
	padding-right: 90px;
}

.about_xq {
	padding: 50px 0 150px 0;
}

.about_xq p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 14px;
}

.about_xq p img {
	width: 100%;
}

.honor {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 120px 0;
}

.honor .con {
	display: flex;
	flex-wrap: wrap;
}

.honor dl {
	width: 31.75%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 40px 2.375% 0 0;
}

.honor dl:nth-child(3n) {
	margin: 40px 0 0 0;
}

.honor dl dt {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: #fff;
	height: 253px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.honor_tab {
	width: 96px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	background: #fff;
	text-align: center;
	top: 1035px;
	padding: 7px;
	margin-left: 650px;
}

.honor_tab.da {
	position: fixed;
	top: 130px;
}

.honor_tab li a {
	font-size: 16px;
	line-height: 36px;
	display: block;
	color: #000;
}

.honor_tab li a.ontap {
	color: #dfa700;
}

.honor_tab li.on a {
	background: #fabe0d;
	border-radius: 6px;
}

.honor_tab .wap {
	display: none;
	position: relative;
}

.time_list {
	width: 1200px;
	margin: 90px auto 130px auto;
	padding: 0px 0 40px 0;
	position: relative;
}

.time_list .line {
	width: 1px;
	height: 90%;
	position: absolute;
	left: 50%;
	top: 100px;
	margin-left: -1px;
	background: #f8bb0a;
}

.time_list .shi {
	width: 100px;
	border-radius: 40px;
	line-height: 40px;
	position: relative;
	margin: 70px auto;
	background: #f8bb0a;
	text-align: center;
	font-size: 20px;
	color: #3d2f06;
}

.time_list .shi.di1 {
	margin: 0px auto;
}

.time_list .list {
	width: 100%;
	margin-top: 20px;
	clear: both;
	position: relative;
}

.time_list .list:after {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 50%;
	top: 15px;
	overflow: hidden;
	margin: 0 0 0 -12px;
	z-index: 10;
	background: url(../png/littlecircle.png) no-repeat;
	background-size: contain;
}

.time_list .list:before {
	content: "";
	width: 1px;
	display: block;
	position: absolute;
	left: 50%;
	top: -70px;
	bottom: -70px;
	overflow: hidden;
	background: #f8bb0a;
}

.time_list .list:last-child:before {
	bottom: auto;
	height: 85px;
}

.time_list .list:nth-child(2):before {
	top: -20px;
}

.time_list .list.you dl {
	float: right;
}

.time_list dl {
	width: 535px;
	line-height: 22px;
	padding: 20px 30px;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.time_list dl:after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-left: 1px solid #f8f8f8;
	border-top: 1px solid #f8f8f8;
	transform: rotate(140deg);
	position: absolute;
	top: 15px;
	right: -8px;
	background: #fff;
}

.time_list .list.you dl:after {
	transform: rotate(-45deg);
	left: -8px;
}

.time_list dl img {
	width: 100%;
	margin: 10px 0;
}

.time_list dl dt {
	font-family: "Arial";
	/*color:#c8151d;*/
	font-size: 20px;
	margin-bottom: 5px;
	display: none;
}

.time_list dl dd {
	font-size: 14px;
	line-height: 30px;
	color: #010101;
	position: relative;
	box-sizing: border-box;
}

.culture {
	padding-bottom: 200px;
}

.culture h1 {
	font-size: 32px;
	text-align: center;
	line-height: 34px;
	margin: 90px 0 65px 0;
}

.culture h1:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: #fabe0d;
	margin-top: 15px;
}

.culture .list {
	width: 100%;
	background: #f2f2f2;
	position: relative;
}

.culture .pic {
	width: 50%;
	float: left;
}

.culture .pic img {
	width: 100%;
}

.culture .txt {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.culture .txt .nei {
	width: 62.5%;
}

.culture .txt h2 {
	display: inline-block;
	padding-right: 50px;
	font-size: 30px;
	height: 67px;
	line-height: 67px;
	background: url(../png/whicon_05.png) no-repeat right center;
	font-weight: bold;
}

.culture .txt p {
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
}

.culture .dian {
	width: 200px;
	margin-top: 50px;
}

.culture .dian img {
	width: 100%;
}

.culture .list.fan .pic {
	float: right;
}

.culture .list.fan .txt {
	right: auto;
	left: 0;
}

.news dl {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	padding: 30px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #e7e7e7;
	transition: all 0.4s;
	background: #fff;
	overflow: hidden;
}

.news dt {
	width: 27.75%;
	float: left;
}

.news dt img {
	width: 100%;
}

.news dd {
	width: 63.75%;
	float: right;
	margin-right: 5%;
}

.news dd h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #333;
}

.news dd p {
	font-size: 14px;
	color: #555;
	margin-top: 10px;
}

.news dd span {
	display: block;
	margin-top: 20px;
}

.news dl:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin: 20px auto;
	padding: 10px 10px;
}

.news_xqtop {
	width: 100%;
	background: #f3980f;
}

.news_xqtop .subbox {
	padding: 80px 0;
	color: #fff;
}

.news_xqtop .subbox dl {
	position: relative;
}

.news_xqtop .subbox dt {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.news_xqtop .subbox dt img {
	border-radius: 50%;
	overflow: hidden;
}

.news_xqtop .subbox dt .bg {
	position: absolute;
	left: -125px;
	bottom: -35px;
	background: url(../png/zuoce.png) no-repeat;
	width: 121px;
	height: 110px;
	display: none;
}

.news_xqtop .subbox dt .bg img {
	border-radius: 0%;
	margin: 5px 0 0 5px;
}

.news_xqtop .subbox dd {
	float: left;
	padding-left: 50px;
}

.news_xqtop .subbox dd h3 {
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
}

.news_xqtop .subbox dd p {
	font-size: 14px;
	margin-top: 10px;
}

.news_xq {
	padding: 50px 0;
}

.news_xq p {
	font-size: 16px;
	line-height: 35px;
	text-indent: 2em;
}

.news_xq p img {
	text-align: center;
	max-width: 100%;
}

.news_xq .fanye {
	width: 100%;
	border-top: 1px solid #cacaca;
	padding: 20px 0 80px 0;
	margin-top: 50px;
}

.news_xq .fanye a {
	font-size: 16px;
	display: block;
	padding: 10px 0;
}

.jion_lc h2 {
	font-size: 32px;
	text-align: center;
	line-height: 34px;
	margin: 100px 0 30px 0;
}
.jion_lc h4 {
	
	font-size: 14px;
	line-height: 25px;
	color: #555;
	text-align: center;
}

.jion_lc h2:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: #fabe0d;
	margin-top: 15px;
}

.jion_lc dl {
	width: 23.666%;
	float: left;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	/*border:1px solid #f1f1f1;*/
	padding: 0 27px;
	height: 405px;
	font-size: 14px;
	line-height: 25px;
	color: #555;
	margin: 50px 1.7% 0 0;
	text-align: center;
}

.jion_lc dl:nth-child(4) {
	margin: 50px 0 0 0;
}

.jion_lc dl dt {
	width: 106px;
	margin: 70px auto 45px auto;
}
.jion_lx dl dt img{
	margin-bottom: 30px;
}
.jion_lc dl dt img {
	width: 100%;
}

.jion_lc dl h3 {
	font-size: 18px;
	text-align: center;
	color: #191919;
	margin-bottom: 20px;
}

.honor_wap {
	display: none;
}

.jion_fs {
	width: 100%;
	background: #332c2a;
	margin-top: 90px;
	overflow: hidden;
}

.jion_fs h2 {
	font-size: 32px;
	text-align: center;
	color: #fff;
	line-height: 34px;
	margin: 75px 0;
}

.jion_fs h2:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: #fabe0d;
	margin-top: 15px;
}

.jion_fs .mend {
	width: 100%;
	position: relative;
}

.jion_fs .txt {
	width: 98%;
	box-sizing: border-box;
	border: 1px solid #f9bd0d;
	padding: 0 30px 15px 0;
	float: right;
	margin-top: 10px;
	min-height: 376px;
}

.jion_fs .pic {
	width: 47.3%;
	position: absolute;
	left: 0;
	top: 0;
}

.jion_fs .pic img {
	width: 100%;
}

.jion_fs .mend ul {
	width: 47%;
	float: right;
	color: #fff;
	font-size: 16px;
}

.jion_fs .txt span {
	color: #f9bd0d;
	margin-right: 12px;
}

.jion_fs .txt span em {
	font-size: 40px;
	line-height: 42px;
	font-weight: 200;
	margin-right: 3px;
}

.jion_fs .txt p {
	font-size: 13px;
	line-height: 22px;
	margin-left: 10px;
}

.jion_fs .txt li {
	margin-top: 35px;
}

.jion_fs dl {
	width: 100%;
	clear: both;
	font-size: 16px;
	color: #fff;
	margin: 20px auto 100px auto;
}

.jion_fs dl i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #f9bd0d;
	margin-right: 5px;
	border-radius: 50%;
	vertical-align: 2px;
}

.jion_fs dl dd {
	margin-top: 10px;
}

.jion_md {
	padding-bottom: 100px;
}

.jion_md h2 {
	font-size: 32px;
	text-align: center;
	line-height: 34px;
	margin: 80px auto 45px auto;
}

.jion_md h2:after {
	content: "";
	width: 30px;
	height: 4px;
	display: block;
	margin: 0 auto;
	background: #fabe0d;
	margin-top: 15px;
}

.jion_md .con {
	width: 100%;
	position: relative;
}

.jion_md .con dl {
	padding: 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.jion_md .con dl dt {
	overflow: hidden;
}

.jion_md .con dl dt img {
	width: 100%;
	transition: all 0.4s;
}

.jion_md .con dl:hover dt img {
	transform: scale(1.1);
}

.jion_md .con dl dd {
	background: #ebebeb;
	font-size: 16px;
	padding: 12px 10px;
	text-align: center;
	line-height: 25px;
}

.jion_md .swiper-button-prev {
	background: url(../png/he_prev.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	left: -70px;
	transition: all 0.4s;
	outline: none;
}

.jion_md .swiper-button-next {
	background: url(../png/he_next.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	right: -70px;
	transition: all 0.4s;
	outline: none;
}

.jion_md .swiper-button-prev:hover {
	background: url(../png/p_prevh.png) no-repeat;
	background-size: contain;
	transform: scale(1.1)
}

.jion_md .swiper-button-next:hover {
	background: url(../png/p_nexth.png) no-repeat;
	background-size: contain;
	transform: scale(1.1)
}

.jion_md .swiper-pagination {
	width: 100%;
	height: 20px;
	position: inherit;
	display: none;
	text-align: center;
}

.jion_md .swiper-pagination-bullet {
	margin: 0 5px;
	outline: none;
	background: #ededed;
	opacity: 1;
}

.jion_md .swiper-pagination-bullet-active {
	background: #ec0024;
	opacity: 1;
}

.jion_serch {
	padding-bottom: 140px;
}

.jion_serch .top {
	width: 100%;
	background: #f9bd0d;
	border-radius: 4px;
	margin-top: 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.jion_serch .top ul {
	float: left;
}

.jion_serch .top ul li {
	float: left;
}

.jion_serch .top ul li a {
	line-height: 66px;
	font-size: 16px;
	display: block;
	padding: 0 25px;
	color: #000000;
}

.jion_serch .top ul li.curr a {
	background: #d07d00;
	color: #fff;
}

.jion_serch .top .wap {
	display: none;
}

.jion_serch .top .search {
	float: right;
	width: 296px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #fde59e;
	margin: 12px 14px 0 0;
}

.jion_serch .top .search .txt {
	width: 234px;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	padding: 8px 10px;
	border: 0;
	background: none;
}

.jion_serch .top .search .txt::-webkit-input-placeholder {
	color: #fff;
}

.jion_serch .top .search .txt::-moz-input-placeholder {
	color: #fff;
}

.jion_serch .top .search .txt::-ms-input-placeholder {
	color: #fff;
}

.jion_serch .top .search .btn {
	background: url(../png/dh_05.png) center no-repeat;
	width: 40px;
	height: 38px;
	border: 0;
	cursor: pointer;
	border-left: 1px solid #fde59e;
	float: right;
}

.jion_serch .row {
	width: 100%;
	clear: both;
	margin-top: 30px;
}

.jion_serch .row .ti {
	line-height: 34px;
}

.jion_serch .row .ti h3 {
	font-size: 24px;
	float: left;
}

.jion_serch .row .ti span {
	font-size: 20px;
	float: right;
}

.jion_serch .row .ti span i {
	width: 34px;
	height: 34px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: -10px;
}

.jion_serch .row .ti span i.b1 {
	background: url(../png/dh_09.png) no-repeat;
	background-size: contain;
}

.jion_serch .row .ti span i.b2 {
	background: url(../jpg/jionbiao_13.jpg) no-repeat;
	background-size: contain;
}

.jion_serch .row .con {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: 1px solid #f1f1f1;
	margin-top: 20px;
	background: #fff;
	padding: 30px 15px;
}

.jion_serch .row .tab_menu {
	border-bottom: 1px solid #ddd;
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.jion_serch .row .tab_menu li {
	font-size: 16px;
	float: left;
	margin: 3px 10px;
}

.jion_serch .row .tab_menu li a {
	display: block;
	line-height: 28px;
	padding: 1px 12px 0;
	border-radius: 28px;
	overflow: hidden;
	color: #000;
}

.jion_serch .row .tab_menu li.current a {
	background: #f9bd0d;
}

.jion_serch .row .tab_box li {
	float: left;
	font-size: 16px;
	float: left;
	line-height: 30px;
	margin: 0 22px;
	min-width: 70px;
}

.jion_serch .listhide {
	display: none;
}

.jion_serch .search_over {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: 1px solid #f1f1f1;
	margin-top: 20px;
	background: #fff;
	padding: 30px 15px;
	min-height: 360px;
}

.jion_serch .search_over h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.jion_serch .search_over span {
	color: #666;
	font-size: 16px;
}

.jion_serch .lastbox .con {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: 1px solid #f1f1f1;
	margin-top: 20px;
	background: #fff;
	padding: 30px 15px;
}

.jion_serch .lastbox {
	text-align: center;
}

.jion_serch .lastbox dl {
	width: 33.33333%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin: 20px 0;
}

.jion_serch .lastbox dl dt {
	margin-bottom: 15px;
}

.jion_liuc {
	text-align: center;
	margin: 90px auto;
}

.jion_liuc img {
	width: 80%;
	margin: 0 auto;
}

.jion_liuc .b2 {
	display: none;
}

.support {
	margin: 50px auto 140px auto;
}

.support .list {
	width: 100%;
	background: #f2f2f2;
	position: relative;
}

.support .pic {
	width: 50%;
	float: left;
}

.support .pic img {
	width: 100%;
}

.support .txt {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.support .txt .nei {
	width: 83%;
}

.support .txt h2 {
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	border-bottom: 5px solid #fabe0d;
	padding-bottom: 10px;
}

.support .txt p {
	font-size: 16px;
	margin-top: 20px;
}

.support .list.fan .pic {
	float: right;
}

.support .list.fan .txt {
	right: auto;
	left: 0;
}

.jion_register {
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	border: 1px solid #f1f1f1;
	margin: 60px auto 150px auto;
	background: #fff;
	padding: 60px 0;
}

.jion_register .top {
	padding: 0 110px;
}

.jion_register li {
	margin-top: 20px;
}

.jion_register li strong {
	display: block;
	line-height: 40px;
	float: left;
	font-size: 16px;
	width: 180px;
	text-align: right;
}

.jion_register li .fr {
	width: 780px;
	float: right;
}

.jion_register li .fr .txt {
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 16px;
	color: #676767;
}

.jion_register li .fr .txt.w1 {
	width: 440px;
	height: 40px;
}

.jion_register li .fr .txt.w2 {
	width: 440px;
	height: 105px;
}

.jion_register li .fr .txt.w3 {
	width: 195px;
	height: 40px;
}

.jion_register li .fr .yuan {
	display: inline-block;
	margin-left: 10px;
}

.jion_register li .fr .zui .txt {
	margin: 0 20px 0 30px;
}

.jion_register li .fr label {
	min-width: 65px;
	line-height: 40px;
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
}

.jion_register li .fr label input {
	display: none;
}

.jion_register li .fr label input+i {
	background: url(../jpg/radio_05.jpg) no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 5px;
}

.jion_register li .fr label input:checked+i {
	background: url(../jpg/radio_03.jpg) no-repeat;
}

.jion_register li .fr .btn {
	width: 150px;
	line-height: 44px;
	border-radius: 44px;
	background: #f9bd0d;
	color: #000;
	font-size: 16px;
	border: 0;
	cursor: pointer;
	margin-right: 50px;
	transition: all 0.4s;
}

.jion_register li .fr .btn:hover {
	background: #e6ac00;
}

.jion_register li .fr select {
	width: 195px;
	float: left;
	margin-right: 10px;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 16px;
	color: #676767;
	background: url(../jpg/secle_10.jpg) no-repeat center right 10px;
}

.jion_register li .fr span {
	font-size: 15px;
	color: #8f8f8f;
	line-height: 40px;
	margin-left: 10px;
}

.jion_register .bottom {
	border-top: 1px solid #e8e8e8;
	width: 93.3%;
	margin: 0 auto;
	margin-top: 70px;
	padding-top: 55px;
	text-align: center;
}

.jion_register .bottom span {
	font-size: 18px;
}

.jion_register .bottom span img {
	margin-right: 10px;
}

.jion_register .bottom p {
	display: inline-block;
	color: #555;
	margin-left: 40px;
}

.jion_register li .fr.checkbox a {
	font-size: 15px;
	color: #8f8f8f;
	line-height: 40px;
	color: #fabd0d;
}

.jion_register li .fr.checkbox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.jion_register li .fr.checkbox span {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.jion_register li .fr.checkbox span i {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #8f8f8f;
	display: inline-block;
	margin-right: 10px;
}

.jion_register li .fr.checkbox span i.on {
	width: 14px;
	height: 14px;
	background: url(../png/icon_check.png) center no-repeat;
	background-size: contain;
	border: 0;
}

.store {
	width: 100%;
	overflow: hidden;
}

#certify {
	position: relative;
	width: 1200px;
	margin: 80px auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 900px;
	height: 489px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	opacity: 0.5;
}

#certify .swiper-slide.swiper-slide-active {
	opacity: 1;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-button-prev {
	background: url(../png/he_prev.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	left: -70px;
	transition: all 0.4s;
	outline: none;
}

#certify .swiper-button-next {
	background: url(../png/he_next.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	right: -70px;
	transition: all 0.4s;
	outline: none;
}

#certify .swiper-button-prev:hover {
	background: url(../png/p_prevh.png) no-repeat;
	background-size: contain;
	transform: scale(1.1)
}

#certify .swiper-button-next:hover {
	background: url(../png/p_nexth.png) no-repeat;
	background-size: contain;
	transform: scale(1.1)
}

#certify_wap {
	width: 90%;
	margin: 0 auto;
	position: relative;
	display: none;
	margin: 50px auto 80px auto
}

#certify_wap .swiper-slide img {
	display: block;
	width: 100%;
}

#certify_wap .swiper-pagination {
	bottom: 0px;
}

#certify_wap .swiper-pagination {
	width: 100%;
	height: 20px;
	position: inherit;
	text-align: center;
}

#certify_wap .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	outline: none;
	background: #ededed;
	opacity: 1;
}

#certify_wap .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #ec0024;
	opacity: 1;
}



/*流动布局*/
.grid {
	max-width: 1200px;
	margin: 60px auto 130px auto;
}

.grid-item,
.grid-sizer {
	width: 33.15%;
	height: 341px;
	margin: 1px 0;
	box-sizing: border-box;
}

.grid-item {
	float: left;
	height: 398px;
	background-color: #f7f7f7;
}

.gutter-sizer {
	width: 0.2%;
}

.grid-item--width2 {
	width: 66.45%;
}

.grid-item--height2 {
	height: 798px;
}

.grid-item a {
	width: 100%;
	height: 100%;
	display: block;
}

.grid.wap {
	display: none;
}

.m_pop {
	width: 950px;
	box-sizing: border-box;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -490px;
	border: 15px solid #fff;
	transition: all 0.4s;
	transform: translateY(-400%);
}

.m_pop.show {
	transform: translateY(0);
}

.m_pop .pic img {
	width: 100%;
}

.m_pop .close {
	background: url(../png/close.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: -15px;
	top: -40px;
}


.r_pop {
	width: 850px;
	box-sizing: border-box;
	position: fixed;
	z-index: 10000;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -425px;
	transition: all 0.4s;
	transform: translateY(-400%);
}

.r_pop.show {
	transform: translateY(0);
}

.r_pop .pic img {
	width: 100%;
}

.r_pop .close {
	background: url(../png/close.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: -15px;
	top: -40px;
}

.news_products {
	padding: 60px 0 120px 0;
}

.news_products .top {
	width: 100%;
	height: auto !important;
	position: relative;
}

.news_products .top_con {
	width: 100%;
	height: auto !important;
	position: relative;
}

.news_products .top .swiper-button-prev {
	background: url(../png/p_prev.png) no-repeat;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	left: 30px;
	transition: all 0.4s;
}

.news_products .top .swiper-button-next {
	background: url(../png/p_next.png) no-repeat;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	right: 30px;
	transition: all 0.4s;
}

.news_products .top .swiper-button-prev:hover {
	background: url(../png/p_prevh.png) no-repeat;
	transform: scale(1.1)
}

.news_products .top .swiper-button-next:hover {
	background: url(../png/p_nexth.png) no-repeat;
	transform: scale(1.1)
}

.news_products .swiper-pagination {
	width: 100%;
	width: 100%;
	height: 57px;
	background: rgba(0, 0, 0, 0.21);
	text-align: center;
	bottom: 0;
	text-align: center;
	display: none;
}

.news_products .swiper-container-horizontal>.swiper-pagination-bullets,
.news_products .swiper-pagination-custom,
.news_products .swiper-pagination-fraction {
	bottom: 0;
}

.news_products .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 25px 10px 0 10px;
}

.news_products .swiper-pagination-bullet {
	outline: none;
	background: #ededed;
	opacity: 1;
	margin: 25px 10px 0 10px;
}

.news_products .swiper-pagination-bullet-active {
	background: #ec0024;
	opacity: 1;
}

.news_products .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}

.news_products .swiper-slide a img {
	width: 100%;
	display: block;
}

.news_products .con dl {
	width: 48.5%;
	background: #fff;
	float: left;
	margin: 40px 3% 0 0;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_products .con dl dt img {
	width: 100%;
}

.news_products .con dl:nth-child(2) {
	margin: 40px 0 0 0;
}

.news_products .con dl dd {
	white-space: nowrap;
	font-size: 16px;
	padding: 15px 0;
	line-height: 22px;
}

.news_products .bottom dl {
	width: 31%;
	background: #fff;
	float: left;
	margin: 40px 3.5% 0 0;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_products .bottom dl dt img {
	width: 100%;
}

.news_products .bottom dl:nth-child(3n) {
	margin: 40px 0 0 0;
}

.news_products .bottom dl dd {
	font-size: 16px;
	padding: 15px 0;
	line-height: 22px;
}

.news_products dl {
	transition: all 0.4s;
}

.news_products dl:hover {
	background: #fabe0d;
}

.news_products dl a {
	color: #000;
}

.products_gc {
	padding: 40px 0;
}

.products_gc dl {
	width: 46%;
	float: left;
	background: #fabe0d;
	margin: 20px 8% 0 0;
}

.products_gc dl:nth-child(2n) {
	margin: 20px 0 0 0;
}

.products_gc dl img {
	width: 100%;
}

.products_gc dl dd {
	padding: 10px 30px;
	line-height: 22px;
	font-size: 14px;
}

.products_gc dl dd h3 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: bold;
}

.picbig_pop {
	width: 980px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -325px 0 0 -490px;
	display: none;
	color: #fff;
	z-index: 10000;
}

.picbig_pop .close {
	background: url(../png/p_close.png) no-repeat;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 17px;
	top: 17px;
	z-index: 1001;
}


.picbig_pop .swiper-button-prev {
	background: url(../png/p_prev.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	left: 30px;
	transition: all 0.4s;
	position: fixed;
	outline: none;
}

.picbig_pop .swiper-button-next {
	background: url(../png/p_next.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	margin-top: -19px;
	right: 30px;
	transition: all 0.4s;
	position: fixed;
	outline: none;
}

.picbig_pop .swiper-button-prev:hover {
	background: url(../png/p_prevh.png) no-repeat;
	background-size: contain;
	transform: scale(1.1)
}

.picbig_pop .swiper-button-next:hover {
	background: url(../png/p_nexth.png) no-repeat;
	background-size: contain;
	transform: scale(1.1)
}


.picbig_pop .con .pic img {
	width: 100%;
}

.picbig_pop .con .pic.wap {
	width: 100%;
	display: none;
}

.picbig_pop .con .pic:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.picbig_pop .con .txt {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	align-items: center;
	justify-content: center;
	display: flex;
	opacity: 0;
	transition: all 0.4s;
}

.picbig_pop .con .txt.show {
	opacity: 1;
}

.picbig_pop .con .pic.show:after {
	display: block;
}

.picbig_pop .con .zhong {
	width: 85%;
	font-size: 16px;
	line-height: 30px;
}

.picbig_pop .con .zhong h3 {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}

.picbig_pop .sm {
	position: absolute;
	right: -10px;
	bottom: 10px;
	font-size: 16px;
	z-index: 102;
	cursor: pointer;
}

.picbig_pop .sm span {
	background: #fabe0d;
	line-height: 44px;
	display: inline-block;
	color: #000;
	padding: 0 20px;
	margin-left: 8px;
	font-weight: bold;
}

.picbig_pop .swiper-pagination1 {
	width: 100%;
	text-align: center;
	display: none;
	position: absolute;
	z-index: 100;
}

.picbig_pop .swiper-pagination-bullet {
	background: #fff !important;
	margin: 0 5px;
	opacity: 1;
}

.picbig_pop .swiper-pagination-bullet-active {
	background: #ec0024 !important;
}

.process {
	padding: 0 0 100px 0;
	margin-top: -50px;
}

.process dl {
	width: 47%;
	float: left;
	margin: 130px 0 0 0;
}

.process dl:nth-child(2n) {
	float: right;
}

.process dl:nth-child(2) {
	margin-top: 330px;
}

.process dl dt {
	width: 14%;
	text-align: right;
	float: left;
}

.process dl dt img {
	width: 100%;
}

.process dl dt.xiao img {
	width: 57%;
}

.process dl dd {
	width: 82%;
	float: right;
	margin-top: 0px;
}

.process dl dd .pic {
	margin-top: 20px;
}

.process dl dd .pic img {
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.process dl dd h3 {
	font-size: 30px;
	line-height: 67px;
	/*color:#c8151d; */
	display: inline-block;
	position: relative;
}

.process dl dd h3 i {
	background: url(../png/yuan_06.png) no-repeat;
	width: 67px;
	height: 67px;
	position: absolute;
	display: block;
	right: -30px;
	top: 0;
	background-size: contain;
}

.process dl dd h3 span {
	position: relative;
	z-index: 1;
	display: block;
	font-weight: bold;
}

.process dl dd p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 5px;
}

.food {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}

.food img {
	max-width: 100%;
}

.video_pop {
	background: #fff;
	width: 1000px;
	height: 550px;
	z-index: 1002;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -275px 0 0 -500px;
	transform: scale(0);
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.105, 1.095, 0.000, 1.110);
	border-radius: 12px;
	box-shadow: 0 3px 10 0 rgba(0, 0, 0, 0.1);
	background: #000;
}

.video_pop.niu {
	transform: scale(1);
	opacity: 1;
}

#videostr {
	width: 1000px;
	height: 550px;
}

.popover_close {
	background: url(../png/close.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	z-index: 1003;
	right: 0px;
	top: -30px;
}

.falv {
	padding: 50px 0;
}

.falv p {
	font-size: 16px;
	text-indent: 2em;
	margin-top: 5px;
	color: #666666;
	line-height: 36px;
}

.falv p:nth-child(2) {
	text-indent: 0;
}

.falv img {
	max-width: 90%;
}


#nav .bar {
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: 0px;
}

#nav .bar .color {
	width: 36px;
	margin: 0 auto;
	height: 3px;
	background: #fff;
}

#page .slidepage {
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	display: none;
}

@media screen and (max-width:1920px) {

	/*.subbanner{ height:674px;} */
	.honor_tab {
		top: 834px;
	}

	.news_products .top {
		height: 500px;
	}

	.subbanner.small {
		height: 370px;
	}
}


@media screen and (max-width:1760px) {
	.delicious1 {
		width: 90%;
	}

	.delicious1 .con dl dd span {
		line-height: 26px;
		font-size: 16px;
	}

	.delicious1 .con dl dd h3 {
		line-height: 38px;
		font-size: 20px;
	}

	/*.subbanner{ height:600px;} */
	.bigmap {
		/* height: 570px; */
	}

	.culture .txt .nei {
		width: 90%;
		margin: 0 auto;
	}

	.subbanner h2 {
		font-size: 30px;
		line-height: 32px;
	}

	.news_products .top {
		height: 450px;
	}

	.subbanner.small {
		height: 320px;
	}

	.honor_tab {
		top: 834px;
		margin-left: 34%;
	}

	.honor {
		width: 65%;
	}
}

@media screen and (max-width:1460px) {
	.business {
		width: 90%;
		padding: 80px 0;
	}

	.business .bottom {
		margin-top: 60px;
	}

	.business .bottom li {
		font-size: 14px;
		line-height: 40px;
		margin: 0 5%;
	}

	.business .bottom li span {
		font-size: 40px;
		margin-right: 5px;
	}

	.index_news dl dd h3 {
		font-size: 16px;
	}

	.index_news dl dd h3:after {
		margin-top: 10px;
	}

	.index_map .txt .bottom dl {
		width: 25%;
		margin: 35px 0 0 0;
		font-size: 14px;
		line-height: 22px;
	}

	/*.subbanner{ height:500px;}  */
	.bigmap {
		/* height: 500px; */
	}

	.culture .txt h2 {
		padding-right: 30px;
		font-size: 20px;
		height: 40px;
		line-height: 40px;
		background: url(../png/whicon_05.png) no-repeat right center;
		background-size: 40px;
	}

	.culture .dian {
		width: 120px;
		margin-top: 20px;
	}

	.culture .txt p {
		margin-top: 10px;
	}

	.news_xqtop .subbox dd h3 {
		font-size: 20px;
		line-height: 32px;
	}

	.news_xqtop .subbox dd p {
		font-size: 14px;
		margin-top: 10px;
	}

	.jion_md .btn {
		width: 100%;
		margin: 0 auto;
		margin-top: 10px;
	}


	.jion_md .swiper-pagination {
		display: block;
	}

	.jion_liuc {
		width: 90%;
		margin: 50px auto 140px;
	}

	.jion_liuc img {
		width: 95%;
	}

	.news_xqtop .subbox dt .bg {
		left: -35px;
		top: 50px;
		background: url(../png/zuoce1.png) no-repeat;
		width: 110px;
		height: 121px;
		border-radius: 8px;
		overflow: hidden;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	}

	.news_xqtop .subbox dt .bg img {
		margin: 15px 0 0 5px;
	}

	.honor dl dt {
		height: 210px;
	}

	.honor {
		width: 62%;
	}

	.honor_tab {
		margin-left: 32%;
	}
}

@media screen and (max-width:1370px) {
	.jion_md .con {
		padding: 0 25px;
		box-sizing: border-box;
	}

	.jion_md .swiper-button-next {
		right: -38px;
	}

	.jion_md .swiper-button-prev {
		left: -38px;
	}
}

@media screen and (max-width:1360px) {

	.contact,
	.subbox {
		width: 90%;
	}
}

@media screen and (max-width:1240px) {

	.honor {
		width: 90%;
	}

	.qiyejj .subbox {
		width: 90%;
	}

	.honor dl dt {
		height: 220px;
	}

	.honor_tab {
		top: 0;
		position: inherit !important;
		left: auto;
		right: auto;
		overflow: hidden;
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;
		padding: 20px 15px;
	}

	.honor_tab li {
		float: left;
	}

	.honor_tab a {
		padding: 0 15px;
		margin: 5px 0;
	}

	.honor_tab.da {
		left: 5%;
	}

	.time_list {
		width: 90%;
		margin: 50px auto;
	}

	.time_list dl {
		width: 42%;
		padding: 15px 20px;
	}

	.time_list dl dt {
		font-size: 14px;
	}

	.time_list dl:before {
		left: 10px;
	}

	.jion_fs .txt {
		padding: 0 20px 40px 0;
	}

	.jion_register .top {
		padding: 0 30px;
	}

	.jion_register li strong {
		line-height: 40px;
		float: none;
		font-size: 16px;
		width: auto;
		text-align: left;
	}

	.jion_register li .fr {
		width: 100%;
		float: none;
	}

	#certify {
		width: 90%;
		margin: 50px auto;
	}


	#certify {
		display: none;
	}

	#certify_wap {
		display: block;
	}

	.grid {
		width: 90%;
	}

	.m_pop {
		width: 70%;
		left: 15%;
		top: 20%;
		margin: 0;
		border: 8px solid #fff;
	}

	.m_pop .close {
		right: -8px;
		top: -35px;
	}

	.r_pop {
		width: 70%;
		left: 15%;
		top: 20%;
		margin: 0;
	}

	.r_pop .close {
		right: -8px;
		top: -35px;
	}

	.process dl dd h3 {
		font-size: 20px;
		line-height: 45px;
	}

	.process dl dd h3 i {
		width: 45px;
		height: 45px;
		right: -30px;
	}

	.process dl dd p {
		font-size: 14px;
	}

	.jion_serch .top ul {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.jion_serch .top .search {
		float: none;
		margin: 10px auto 30px auto;
		overflow: hidden;
	}

}

@media screen and (max-width:1030px) {
	.business .bottom li {
		margin: 0 3%;
	}

	.business .bottom li span {
		font-size: 30px;
	}

	.index_map .txt .bottom dl dt img {
		height: 40px;
	}

	/*.subbanner{ height:400px;} */
	.honor dl dt {
		height: 180px;
	}

	.culture .txt {
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
		display: block;
		padding: 20px 0;
	}

	.culture .list .pic {
		float: none;
		width: 100%;
	}

	.culture .list.fan .pic {
		float: none;
	}

	.culture .list.fan .txt {
		right: auto;
		left: 0;
	}

	.jion_lc dl dt {
		width: 80px;
		margin: 50px auto 25px auto;
	}

	.jion_lx dl dt img{
		margin-bottom: 0;
	}

	.picbig_pop {
		width: 80%;
		left: 10%;
		top: 20%;
		margin: 0;
	}

	.picbig_pop .con .zhong {
		width: 85%;
		font-size: 14px;
		line-height: 24px;
	}

	.picbig_pop .sm {
		position: relative;
		font-size: 14px;
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}

	.picbig_pop .sm span {
		line-height: 30px;
		margin: 0;
		padding: 0;
		background-color: transparent;
	}

	.video_pop {
		width: 80%;
		height: 300px;
		margin: -150px 0 0 -40%;
	}

	#videostr {
		width: 100%;
		height: 300px;
	}

	.subbanner.small {
		height: 290px;
	}
}

@media screen and (max-width:960px) {
	.jion_md .con {
		padding: 0
	}

	.jion_md .swiper-button-next {
		display: none;
	}

	.jion_md .swiper-button-prev {
		display: none;
	}
}

@media screen and (max-width:880px) {
	.about_man .pic {
		width: 100%;
		float: none;
		position: relative;
	}

	.about_man .pic:after {
		right: -40%;
	}

	.about_man .txt {
		width: 100%;
		float: none;
		margin-top: 30px;
	}

	.about_man .txt .ti {
		height: 100px;
		overflow: hidden;
	}

	.about_man .txt .ti h2 {
		font-size: 20px;
		line-height: 22px;
		margin: 20px 0 0 0px;
	}

	.about_man .txt .ti h2 span {
		font-size: 14px;
	}

	.about_man .txt p {
		padding-left: 0px;
	}

	.about_man {
		margin: 50px auto 50px auto;
	}

	.jion_register li .fr .zui {
		display: block;
		margin-top: 10px;
	}
}


@media screen and (max-width:768px) {
	.jion_register li .fr.checkbox {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.flash {
		display: none;
	}

	.flash.wap {
		display: block;
	}

	.flash .swiper-button-prev {
		background: url(../png/p_prev.png) no-repeat;
		background-size: contain;
		width: 28px;
		height: 28px;
		margin-top: -14px;
		left: 20px;
		display: none;
	}

	.flash .swiper-button-next {
		background: url(../png/p_next.png) no-repeat;
		background-size: contain;
		width: 28px;
		height: 28px;
		margin-top: -14px;
		right: 20px;
		display: none;
	}

	.public_title {
		margin-top: 30px;
	}

	.public_title h2 {
		width: 150px;
		height: 70px;
		font-size: 20px;
		line-height: 22px;
	}

	.public_title h2 span {
		margin-top: 15px;
	}

	.delicious1 .public_title h2 span {
		padding-top: 15px;
	}

	.delicious1 .public_title h2 span:after {
		width: 150px;
		height: 70px;
	}

	.delicious1 .con dl dd {
		bottom: 10px;
	}

	.delicious1 .swiper-button-prev {
		left: -5px;
		transform: scale(0.5);
	}

	.delicious1 .swiper-button-next {
		right: -5px;
		transform: scale(0.5);
	}

	/*.delicious1 .swiper-pagination{ display:block;}*/

	.delicious1 .con dl dd span {
		font-size: 14px;
		display: none;
	}

	.delicious1 .con dl dd h3 {
		line-height: 32px;
		font-size: 18px;
	}

	.play_sp a dl dt {
		width: 50px;
		margin: 0 auto;
	}

	.play_sp a dl dt img {
		width: 100%;
	}

	.play_sp a dl dd {
		width: 220px;
		margin: 0 auto;
		margin-top: 28px;
	}

	.play_sp a dl dd img {
		width: 100%;
	}

	.play_sp.wu dl dt {
		width: 440px;
		margin: 0 auto;
	}

	.play_sp {
		height: 450px;
		margin-top: 80px;
	}

	.business .top .txt p {
		font-size: 14px;
		line-height: 30px;
	}

	.business {
		padding: 0px;
		margin-bottom: 35px;
	}

	.business .top {
		background: #f3f3f3;
	}

	.business .top .pic {
		width: 100%;
		float: none;
		height: auto;
	}

	.business .top .txt {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 20px 15px;
	}

	.business .bottom {
		margin-top: 20px;
		background: #ededed;
		padding-bottom: 10px;
	}

	.business .bottom ul {
		overflow: hidden;
	}

	.business .bottom li {
		width: 50%;
		float: left;
		font-size: 14px;
		line-height: 40px;
		margin: 20px 0 0 0;
	}

	.business .bottom .cl {
		text-align: center;
		padding-right: 0;
		font-size: 0.24rem;
		margin-top: 0.6rem;
	}

	.index_news {
		padding-bottom: 50px;
	}

	.index_news h2 {
		font-size: 20px;
		line-height: 24px;
		margin-top: 50px;
	}

	.index_news dl {
		height: auto;
		width: 48%;
		margin: 30px 4% 0 0;
		transition: all 0.4s;
	}

	.index_news dl:nth-child(2n) {
		margin: 30px 0 0 0;
	}

	.index_news .wen {
		width: 130px;
		position: absolute;
		left: -40px;
		top: 30px;
	}

	.index_map {
		padding: 50px 0;
	}

	.index_map .txt h2 {
		text-align: center;
		font-size: 20px;
		line-height: 24px;
	}

	.index_map .txt h2:after {
		margin: 0 auto;
		margin-top: 15px;
	}

	.index_map .map {
		width: 100%;
		float: none;
	}

	.index_map .txt {
		width: 100%;
		float: none;
		font-size: 14px;
		line-height: 26px;
	}

	.index_map .cl {
		width: 100%;
		font-size: 0.24rem;
		margin-top: 0.6rem;
	}

	.index_map .txt .bottom {
		overflow: hidden;
		display: flex;
	    justify-content: center;
	    align-items: center;
	}

	/*.subbanner{ height:350px;} */
	.subbanner h2 {
		font-size: 20px;
		line-height: 22px;
	}

	.subtab {
		height: 53px;
		position: relative;
		z-index: 9;
		padding: 0 20px;
		width: calc(100% - 40px);
	}

	.subtab h3 {
		font-size: 14px;
		border-bottom: 2px solid #c8151d;
		line-height: 52px;
	}

	.subtab a {
		font-size: 14px;
		line-height: 52px;
		margin: 0 14px;
	}

	.subtab a.on {
		border-bottom: 2px solid #c8151d;
	}

	.contact .list ul {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.contact {
		margin-top: 30px;
	}

	.contact .list {
		width: 100%;
		height: auto;
		padding: 0 10px 30px 10px;
		margin: 20px 0% 0 0;
	}

	.contact .list:nth-child(2) {
		margin: 20px 0 0 0;
	}

	.bigmap {
		/* height: 400px; */
	}

	.bigmap img.pc{
		display: none;
	}
	.bigmap img.wap{
		display: block;
	}
	.bei {
		height: 180px;
	}

	.bei h2 {
		font-size: 20px;
	}

	.about_list .list {
		width: 100%;
		height: auto;
		float: none;
		margin: 30px 0 0 0;
	}

	.about_num {
		padding: 30px 0;
		margin-top: 50px;
	}

	.about_num li span {
		font-size: 30px;
		line-height: 32px;
	}

	.about_num li i {
		font-size: 20px;
	}

	.about_num .cl {
		text-align: center;
		font-size: 0.3rem;
		padding: 0;
		margin-top: 0.6rem;
	}

	.about_xq {
		padding: 50px 0 60px 0;
	}

	.honor dl {
		width: 48%;
		margin: 40px 4% 0 0;
	}

	.honor dl:nth-child(2n) {
		margin: 40px 0 0 0;
	}

	.honor dl:nth-child(3n) {
		margin: 40px 4% 0 0;
	}

	.honor dl:nth-child(6n) {
		margin: 40px 0% 0 0;
	}

	.culture h1 {
		font-size: 20px;
		line-height: 24px;
		margin: 50px 0 30px 0;
	}

	.culture .txt h2 {
		font-size: 18px;
	}

	.culture {
		padding-bottom: 50px;
	}

	.news_xq p {
		font-size: 14px;
		line-height: 26px;
	}

	.news_xq .fanye a {
		font-size: 14px;
	}

	.jion_lc h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 50px 0 30px 0;
	}

	.jion_lc dl {
		width: 48%;
		padding: 0 20px;
		height: 340px;
		margin: 20px 4% 0 0;
	}

	.jion_lc dl:nth-child(2n) {
		margin: 20px 0 0 0;
	}

	.jion_fs h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 50px 0 30px 0;
	}


	.jion_fs .txt {
		width: 100%;
		padding: 10px 30px;
		float: none;
		margin-top: 0px;
		min-height: auto;
	}

	.jion_fs .pic {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}

	.jion_fs .mend ul {
		width: 100%;
		float: none;
		font-size: 14px;
	}

	.jion_fs .txt span {
		margin-right: 8px;
	}

	.jion_fs .txt span em {
		font-size: 30px;
		line-height: 32px;
	}

	.jion_fs .txt p {
		font-size: 12px;
		line-height: 22px;
		margin-left: 10px;
	}

	.jion_fs .txt li {
		margin: 20px 0;
	}

	.jion_md h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 50px 0 30px 0;
	}

	.jion_serch .lastbox dl dt {
		width: 70px;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.jion_serch .lastbox dl dt img {
		width: 70%;
	}

	.jion_serch .lastbox dl dd {
		font-size: 14px;
	}

	.jion_serch .row .ti h3 {
		font-size: 16px;
		margin-top: 2px;
	}

	.jion_serch .row .ti span {
		font-size: 14px;
	}

	.jion_serch .row .ti span i {
		width: 24px;
		height: 24px;
		margin-right: 5px;
		vertical-align: -8px;
	}

	.jion_serch .row .tab_menu li.current a {
		padding: 1px 6px 0;
		white-space: nowrap;
	}

	.support .txt h2 {
		font-size: 18px;
		line-height: 22px;
		border-bottom: 3px solid #fabe0d;
	}

	.support .txt p {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}

	.jion_register li .fr .txt {
		font-size: 14px;
	}

	.jion_register li .fr .txt.w1 {
		width: 100%;
		height: 40px;
	}

	.jion_register li .fr .txt.w2 {
		width: 100%;
		height: 105px;
	}

	.jion_register li .fr.last {
		text-align: center;
	}

	.jion_register li .fr .btn {
		width: 110px;
		margin: 0 10px;
		font-size: 14px;
		line-height: 40px;
	}

	.jion_register li .fr select {
		width: 30%;
		font-size: 14px;
	}

	.jion_register li .fr span {
		font-size: 12px;
		margin-left: 5px;
	}

	.jion_register li .fr label {
		font-size: 14px;
	}

	.jion_register li .fr.checkbox a {
		font-size: 12px;
	}

	.grid-item {
		height: 260px;
		position: relative;
		float: left;
		overflow: hidden;
		margin: 1px 0;
		box-sizing: border-box;
	}

	.grid-item--height2 {
		height: 520px;
	}

	.news_products .top {
		height: 400px;
		margin-bottom: 20px;
	}

	.news_products {
		padding: 30px 0;
	}

	.news_products .con dl dd {
		padding: 10px 0
	}

	.news_products .bottom dl dd {
		padding: 10px;
	}

	.news_products .bottom dl dd::after {
		display: inline-block;
		content: "";
		height: 100%;
		vertical-align: middle;
	}

	.news_products .top .swiper-button-prev {
		width: 30px;
		height: 24px;
		margin-top: -12px;
		display: none;
	}

	.news_products .top .swiper-button-next {
		width: 30px;
		height: 24px;
		margin-top: -12px;
		display: none;
	}

	.news_products .swiper-pagination {
		height: 30px;
		background: none;
		text-align: center;
		text-align: center;
		bottom: -35px;
		display: block;
	}

	.news_products .swiper-pagination-bullet {
		margin: 5px;
	}


	.picbig_pop .swiper-button-prev {
		width: 30px;
		height: 24px;
		margin-top: -12px;
	}

	.picbig_pop .swiper-button-next {
		width: 30px;
		height: 24px;
		margin-top: -12px;
	}

	.news_products .con dl dd,
	.news_products .bottom dl dd {
		font-size: 14px;
	}

	.news_products .con dl {
		width: 49%;
		margin: 20px 2% 0 0;
	}

	.news_products .con dl:nth-child(2) {
		margin: 20px 0 0 0;
	}

	.news_products .bottom dl {
		margin: 20px 3.5% 0 0;
	}

	.news_products .bottom dl:nth-child(3n) {
		margin: 20px 0 0 0;
	}


	.products_gc dl {
		width: 100%;
		float: none;
		background: #fabe0d;
		margin: 20px 0% 0 0;
	}

	.products_gc dl:nth-child(2n) {
		margin: 20px 0 0 0;
	}

	.products_gc dl dd {
		padding: 10px 20px;
	}

	.products_gc dl dd h3 {
		font-size: 14px;
	}

	.picbig_pop {
		width: 90%;
		left: 5%;
	}

	.picbig_pop .con .txt {
		display: block;
	}

	.picbig_pop .con .zhong {
		width: 90%;
		margin: 30px auto;
	}

	.jion_serch .top {
		padding-top: 0px;
	}

	.jion_serch .top ul li {
		width: 33.3333%;
		text-align: center;
		margin-bottom: 10px;
	}

	.jion_serch .top ul li a {
		line-height: 46px;
		font-size: 14px;
		padding: 0;
		position: relative;
	}

	.jion_serch .top ul li.curr a {
		background: none;
		color: #000;
	}

	.jion_serch .top ul li.curr a:after {
		background: #d07d00;
	}

	.jion_serch .top ul li a:after {
		content: "";
		width: 30px;
		height: 3px;
		background: #f9bd0d;
		display: block;
		margin: 0 auto;
	}

	.jion_serch .top ul {
		display: none;
	}

	.jion_serch .swiper-button-next {
		background: url(../png/w_next.png) no-repeat center;
		width: 30px;
		background-size: 7px 13px;
		outline: none;
		right: 0;
	}

	.jion_serch .swiper-button-prev {
		background: url(../png/w_prev.png) no-repeat center;
		width: 30px;
		background-size: 7px 13px;
		outline: none;
		left: 0;
	}

	.jion_serch .top .wap {
		display: block;
		padding: 0px;
	}

	.jion_serch .top .wap .swiper-slide {
		text-align: center;
		display: flex;
		align-items: center;
		width: auto;
		box-sizing: border-box;
		padding: 0 8px
	}

	.jion_serch .top .wap .swiper-slide a {
		margin-top: 4px;
	}

	.jion_serch .top .wap .swiper-slide a:hover {
		color: #000
	}

	.jion_serch .top .wap .swiper-slide.curr a {
		font-weight: bold;
	}

	.jion_serch .top .wap .wap_con {
		width: 90%;
		height: 56px;
		box-sizing: border-box;
		padding: 5px 25px;
		float: left;
		position: relative;
		background: #fabf0d;
	}

	.jion_serch .top .search_btn {
		width: 10%;
		background: url(../png/serch-wap.png) no-repeat center #fabf0d;
		height: 56px;
		background-size: 15px;
		display: block;
		float: right;
		box-sizing: border-box;
		border-left: 1px solid #fcd96e;
	}

	.jion_serch .top {
		background: #eaeaea;
	}

	.jion_serch .top ul {
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.jion_serch .top .search {
		float: none;
		margin: 20px auto 30px auto;
		overflow: hidden;
		border: 0;
		display: none;
	}

	.jion_serch .top .search .txt {
		width: 190px;
		border: 1px solid #aeaeae;
		color: #000;
	}

	.jion_serch .top .search .txt::-webkit-input-placeholder {
		color: #999;
	}

	.jion_serch .top .search .txt::-moz-placeholder {
		color: #999;
	}

	.jion_serch .top .search .txt:-ms-input-placeholder {
		color: #999;
	}

	.jion_serch .top .search .btn {
		background: url(../png/sousu_10.png) center no-repeat;
		background-size: contain;
		width: 66px;
		vertical-align: 1px;
		border: 0;
	}

	.subbanner.small {
		height: 220px;
	}

	.falv p {
		font-size: 14px;
		line-height: 30px;
		margin-top: 10px;
	}

	.subbanner {
		display: none;
	}

	.subbanner.wap {
		display: block;
	}

	.news dd h3 {
		font-weight: normal;
	}

	.jion_liuc .b2 {
		display: block;
	}

	.jion_liuc .b1 {
		display: none;
	}

	.news_xqtop .subbox dd h3 {
		font-size: 18px;
		line-height: 28px;
	}

	.news dd h3 {
		font-size: 14px;
		line-height: 30px;
	}

	.jion_fs dl {
		font-size: 12px;
	}

	.jion_serch .row .tab_menu li {
		font-size: 14px;
		width: 25%;
		text-align: center;
		margin: 3px 0;
	}

	.index_news dl dd h3 {
		font-size: 14px;
		line-height: 24px;
	}

	.index_news dl dd h3:after {
		width: 60px;
		height: 2px;
	}

	.business .bottom li span {
		font-size: 26px;
		vertical-align: -2px;
	}

	.index_map .txt .bottom dl,
	.index_map .txt .bottom dl:nth-last-child(1) {
		margin: 15px 0 0 0;
	}
	.index_map .txt .bottom dl {
		float: none;
 
	}

	.play_sp span,
	.business .top .txt a {
		width: 120px;
	}

	.index_news dl dd {
		padding: 15px 10px;
	}

	.jion_serch .row .tab_box li {
		font-size: 14px;
		min-width: 25%;
		text-align: center;
		margin: 3px 0;
	}

	.contact_box {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width:600px) {
	.about_num li em {
		display: block;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.honor dl dt {
		height: 150px;
	}

	.news dt {
		width: 100%;
		float: none;
	}

	.news dd {
		width: 100%;
		float: none;
		margin-right: 0%;
		margin-top: 15px;
	}

	.support .pic {
		width: 100%;
		float: none;
	}

	.support .txt {
		width: 100%;
		position: relative;
		height: auto;
		padding: 30px 0;
		display: block;
	}

	.support .txt .nei {
		width: 90%;
		margin: 0 auto;
	}

	.support .list.fan .pic {
		float: none;
	}

	.jion_register .bottom p {
		display: block;
		margin-left: 0;
		margin-top: 20px;
		line-height: 23px;
	}

	.news_products .top {
		height: 350px;
	}


	.process {
		padding: 20px 0 50px 0;
		margin-top: 0px;
		margin-left: -1.5%;
	}

	.process dl {
		width: 100%;
		float: none;
		margin: 30px 0 0 0;
		overflow: hidden;
		clear: both;
	}

	.process dl:nth-child(2n) {
		float: none;
	}

	.process dl:nth-child(2) {
		margin-top: 30px;
	}

	.process dl dt {
		width: 14%;
		text-align: right;
		float: left;
		margin-top: 5px;
		margin-left: 5px;
	}

	.process dl dt img {
		width: 80%;
	}

	.process dl dt.xiao img {
		width: 40%;
	}

	.process dl dd {
		width: 82%;
		float: right;
		margin-top: 0px;
	}

	.jion_register li .fr .btn {
		width: 90px;
	}

	.jion_lc dl {
		width: 100%;
		height: auto;
		margin: 20px 0 0 0;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.jion_lc dl:nth-child(2n) {
		margin: 20px 0 0 0;
	}

	.honor_tab li {
		width: 20%;
	}

	.honor_tab a {
		padding: 0 5px;
		font-size: 14px;
	}

	.honor_tab.da {
		left: 5%;
		top: 50px;
	}

	.news_xqtop .subbox dt {
		display: none;
	}

	.news_xqtop .subbox dd {
		padding-left: 0;
	}

	.video_pop {
		width: 90%;
		height: 240px;
		margin: -150px 0 0 -45%;
	}

	#videostr {
		width: 100%;
		height: 240px;
	}

	.index_map .txt .bottom dl dt img {
		height: 30px;
	}

	.index_map .txt .bottom dl {
		font-size: 13px;
	}

	.index_map .txt .bottom dl dd {
		white-space: nowrap;
	}
}

@media screen and (max-width:500px) {
	.jion_register li .fr select {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.jion_register li .fr span {
		font-size: 12px;
		margin-left: 0px;
	}

	.jion_register li .fr.checkbox a {
		font-size: 12px;
	}

	.m_pop {
		width: 94%;
		left: 3%;
		top: 25%;
		border: 3px solid #fff;
	}

	.m_pop .close {
		right: -3px;
		top: -35px;
	}

	.r_pop {
		width: 94%;
		left: 3%;
		top: 25%;
	}

	.r_pop .close {
		right: -3px;
		top: -35px;
	}

	.news_products .top {
		height: 300px;
	}

	.news_products .bottom dl {
		width: 49%;
		margin: 20px 2% 0 0;
	}

	.news_products .bottom dl:nth-child(2n) {
		margin: 20px 0 0 0;
	}

	.news_products .bottom dl:nth-child(3n) {
		margin: 20px 2% 0 0;
	}

	.news_products .bottom dl:nth-child(6n) {
		margin: 20px 0 0 0;
	}

	.process dl dd h3 {
		font-size: 18px;
	}

	.news_products .con dl dd,
	.news_products .bottom dl dd {
		font-size: 14px;
	}

	.news_xqtop .subbox dt .bg {
		display: none;
		opacity: 0;
		width: 0;
		height: 0;
		overflow: hidden;
	}

	.news_xqtop .subbox {
		padding: 20px 0;
	}

	.jion_register .bottom span img {
		width: 50px;
	}

	.news dd p {
		display: none;
	}

	.news dl {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		margin: 20px auto;
		padding: 10px 10px;
		border-bottom: 0;
	}

	.index_news dl dd span {
		font-size: 12px;
	}


	.index_news dl {
		width: 100%;
		height: auto;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
		border-bottom: 1px solid #c9c9c9;
		margin: 0;
	}

	.index_news dl:nth-child(4),
	.index_news dl:nth-child(2n) {
		margin: 0;
	}

	.index_news dl:nth-last-child(1) {
		border-bottom: 0;
	}

	.index_news dl dd p {
		display: none;
	}

	.index_news dl dt {
		display: none;
	}

	.index_news .con {
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
		background: #fff;
		display: block;
		overflow: hidden;
		margin-top: 30px;
		box-sizing: border-box;
		padding: 0 15px;
	}


	.index_news .wen {
		z-index: -1;
	}

	.play_sp {
		display: none;
	}

	.play_sp.wap1 {
		height: 300px;
		margin-top: 50px;
		display: block;
	}

	.play_sp.wu dl dt {
		width: 80%;
	}

	.play_sp.wap2 {
		display: block;
	}

	.business .public_title h2 {
		margin: 0 auto;
		width: 200px;
		text-align: center;
		background: url(../png/gtitle.png) no-repeat right center;
		background-size: contain;
	}

	.business .public_title {
		display: none;
	}

	.business .public_title.wap {
		display: block;
	}

	.subbanner.small {
		height: 140px;
	}

	.picbig_pop .swiper-button-prev {
		display: none;
	}

	.picbig_pop .swiper-button-next {
		display: none;
	}

	.picbig_pop .swiper-pagination1 {
		display: block;
	}

	.honor_tab a.on {
		background: none;
		border-radius: 6px;
		font-weight: bold;
	}

	.picbig_pop {
		width: 100%;
		height: 100%;
		color: #000;
		overflow: auto;
		background: #fff;
		left: 0%;
		top: 0%;
		margin: 0;
		-webkit-overflow-scrolling: touch;
		display: webkit-box;
		padding-bottom: 10px;
	}

	.picbig_pop .close {
		position: fixed;
	}

	.picbig_pop .con .pic {
		display: none;
	}

	.picbig_pop .con .pic.wap {
		display: block;
	}

	.picbig_pop .sm {
		display: block;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 10px auto 0;
		width: 90%;
		text-align: left;
	}

	.picbig_pop .con .txt {
		position: inherit;
		display: block;
		opacity: 1;
	}

	.picbig_pop .con .zhong {
		margin: 20px auto;
		font-size: 14px;
	}

	.jion_register li .fr .txt.w3 {
		width: 100%;
	}

	.jion_register li .fr .zui .txt {
		margin: 0;
	}

	.time_list .shi {
		font-size: 18px;
	}

	.time_list dl dt {
		display: none;
	}

	.honor_tab {
		padding: 10px 0;
	}

	.honor_tab .swiper-button-next {
		background: url(../png/h_next.png) no-repeat center #fff;
		width: 30px;
		background-size: 7px 13px;
		outline: none;
		right: 0;
	}

	.honor_tab .swiper-button-prev {
		background: url(../png/h_prev.png) no-repeat center #fff;
		width: 30px;
		background-size: 7px 13px;
		outline: none;
		left: 0;
	}

	.honor_tab .wap {
		display: block;
		padding: 0 20px;
	}

	.honor_tab .swiper-slide {
		font-size: 14px;
	}

	.honor_tab .swiper-slide-active {
		font-weight: bold;
	}

	.honor_tab a {
		margin: 0;
	}

	.honor_tab ul {
		display: none;
	}


	#page .slidepage {
		display: block;
	}

	.honor {
		display: none;
	}

	.honor_wap {
		display: block
	}

}

@media screen and (max-width:450px) {


	.business .top .txt a {
		line-height: 42px;
		border-radius: 42px;
		text-align: center;
		background: #f9bd0d;
		font-size: 16px;
		display: block;
		transition: all 0.4s;
		margin: 0 auto;
		margin-top: 20px;
	}


	/*.subbanner{ height:240px;}  */
	.subtab a {
		font-size: 12px;
		line-height: 52px;
		margin: 0 10px;
	}

	.subtab.big a {
		margin: 0 15px;
	}

	.honor dl {
		width: 96%;
		margin: 30px auto 0 auto;
		float: none;
	}

	.honor dl dt {
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	}

	.honor dl:nth-child(2n) {
		margin: 30px auto 0 auto;
	}

	.honor dl:nth-child(3n) {
		margin: 30px auto 0 auto;
	}

	.honor dl:nth-child(6n) {
		margin: 30px auto 0 auto;
	}

	.honor dl dt {
		height: 220px;
	}

	.jion_lc dl dt {
		width: 60px;
		margin: 40px auto 25px auto;
	}

	.jion_lc dl h3 {
		margin-bottom: 10px;
	}

	.grid {
		margin: 50px auto;
	}

	.grid.pc {
		display: none;
	}

	.grid.wap {
		display: block;
	}

	.grid-item {
		width: 49.6%;
		height: 220px;
	}

	.grid-item--width2 {
		width: 100%;
	}

	.grid-item--height2 {
		width: 49.6%;
		height: 442px;
	}

	.grid-sizer {
		width: 50%;
		height: 220px;
	}

	.gutter-sizer {
		width: 0.2%;
	}




	.news_products .top {
		height: 150px;
	}
}

@media screen and (max-width:400px) {}


.about_xq p {
	font-size: 14px;
	line-height: 44px
}

.about_xs .row {
	margin-bottom: 110px;
	background-color: #ededed;
}

.about_xs .row .pic {
	width: 50%;
	float: left
}

.about_xs .row .pic img {
	width: 100%
}

.about_xs .row .txt {
	font-size: 14px;
	line-height: 35px;
	width: 50%;
	float: left;
}

.about_xs .row .txt .nei {
	width: 75%;
	margin: auto;
}

.about_xs .row .txt .nei .img {
	margin-top: 30px;
	margin-left: 40px
}

.about_xs .row .txt .nei p {
	margin: 0 70px 30px
}

.about_xs .row1 {
	margin-bottom: 110px;
	position: relative;
}

.about_xs .row1 .txt {
	width: 48.16%;
	float: left;
}

.about_xs .row1 .txt .nei {
	font-size: 14px;
	float: right;
	line-height: 35px;
	width: 72%;
	margin-right: 50px;
}

.about_xs .row1 .txt .nei .img {
	margin-top: 5px;
	margin-left: 40px
}

.about_xs .row1 .neih {
	height: 300px;
	width: 100%;
	background-color: #f9bd0d;
	margin-top: -345px
}

.about_xs .row1 .pic {
	margin-top: 70px;
	float: left;
	width: 51.84%
}

.about_xs .row1 .pic .nei {
	font-size: 16px;
	margin-left: 35px;
}

.about_xs .row2 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.about_xs .row2 .nei {
	width: 560px;
	margin-left: 360px;
	font-size: 14px;
	background-color: #fff;
	border-bottom: 10px solid #f9bd0d;
	margin-top: 150px;
	position: absolute;
	top: 0;
}

.about_xs .row2 .nei p {
	margin: 0 55px 55px;
	line-height: 35px
}

.about_xs .row2 .nei .img {
	margin: 30px 0 0 30px
}

.about_xs .img {
	position: relative;
}

.about_xs .img .bg {
	background-image: url(../png/7.png);
	width: 275px;
	height: 100px;
	position: absolute;
	left: -20px;
	bottom: -40px
}

.about_xs .yc {
	display: none
}

.ontap {
	color: #dfa700
}

.about_xs .row2 .pic img {
	width: 100%;
}

@media (max-width: 1760px) {
	.about_xs .row .txt .nei {
		width: 93%
	}

	.about_xs .row1 .txt .nei {
		width: 93%;
	}
}

@media (max-width: 1660px) {
	.about_xs .img img {
		width: 76px;
		height: 76px
	}

	.about_xs .img {
		margin: 25px 0 0 25px
	}
}

@media (max-width: 1610px) {
	.about_xs .row .txt .nei p {
		margin: 0 25px 10px;
	}

	.about_xs .row1 .txt .nei p {
		margin: 10px 25px
	}

	.about_xs .row .txt .nei .img {
		margin-top: 5px
	}

	.about_xs .row1 .txt .nei {
		margin-right: 0;
	}
}

@media (max-width: 1430px) {
	.about_xs .row {
		position: relative;
	}

	.about_xs .row1 {
		position: relative;
	}

	.about_xs .row2 {
		position: relative;
	}

	.about_xs .row2 .nei p {
		margin: 10px 25px;
		line-height: 35px
	}

	.about_xs .row2 .nei .img {
		margin: 5px 0 0 40px
	}

	.about_xs .row .pic {
		position: absolute;
		overflow: hidden;
		height: 100%;
	}

	.about_xs .row .pic img {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: auto;
		height: 100%;
	}

	.about_xs .row .txt {
		float: right;
	}

	/* .about_xs .row .pic{width: 100%;float:none} */
	/* .about_xs .row .txt{width: 100%;height: auto;} */
	.about_xs .row .txt .nei {
		margin: 0;
	}

	.about_xs .row .txt .nei {
		width: 100%
	}

	.about_xs .yc {
		display: block
	}

	.about_xs .yc2 {
		display: none
	}

	.about_xs .row1 .pic {
		position: absolute;
		overflow: hidden;
		height: 100%;
		margin-top: 0;
		right: 0;
		width: 50%;
	}

	.about_xs .row1 .pic .nei img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
		width: 90%;
		height: auto;
		left: 20px;
		z-index: 1;
	}

	.about_xs .row1 .txt {
		float: left;
	}

	/* .about_xs .row1 .pic{width: 100%;float: none;margin-top: 0}
	.about_xs .row1 .txt{width: 100%;float: none;} */
	.about_xs .row1 .neih {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0;
	}

	/* .about_xs .row1 .pic .nei img{width: 100%} */
	.about_xs .row1 .pic .nei {
		margin-left: 0px
	}

	.about_xs .row1 .txt .nei {
		width: 100%;
		margin-right: 0;
	}

	.about_xs .row2 {
		padding-top: 0;
		overflow: inherit;
	}

	.about_xs .row2 .nei {
		margin-left: 10%;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 0;
	}

	.about_xs .row {
		margin-bottom: 50px
	}

	.about_xq {
		padding: 30px 0 90px
	}

	.about_xs .row1 {
		margin-bottom: 50px
	}

	.about_xq p {
		line-height: 40px
	}
}



/* 优质加盟商分享 */
.qalitybody {
	background: url(../png/share_bg.png) top center no-repeat #fff;
	background-size: 100% auto;
	box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.07);
	border-radius: 2px;
	padding: 40px 12.04%;
	box-sizing: border-box;
}

.qalitybody .listbox {
	margin-bottom: 50px;
}

.qalitybody .listbox .headerbox {
	width: 170px;
	height: 170px;
	position: relative;
	margin: 0 auto;
}

.qalitybody .listbox .headerbox img {
	width: 100%;
}

.qalitybody .listbox img.close,
.qalitybody .listbox.on img.open {
	width: 65px;
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;

}

.qalitybody .listbox.on img.close,
.qalitybody .listbox img.open {
	width: 65px;
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
	display: block;
}

.qalitybody .listbox .username {
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #222222;
	line-height: 28px;
	margin: 20px auto;
	text-align: center;
}

.qalitybody .listbox .hidebox {
	display: none;
}

.qalitybody .listbox.on .hidebox {
	display: block;
}

.qalitybody .listbox .subname {
	font-size: 19px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #222222;
	line-height: 26px;
	margin: 30px auto 20px;
	text-align: center;
}

.qalitybody .listbox .infoflex {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 22px;
	margin: 20px 0 30px;
}

.qalitybody .listbox .infoflex p {
	margin: 0 20px;
}

.qalitybody .listbox .qalitytxt {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 24px;
	margin: 20px 0 30px;
}

.qalitybody .listbox .qalitytxt * {
	font-size: 16px !important;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 26px !important;
	text-indent: 2em;
}

.qalitybody .listbox .closetxt {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #222222;
	line-height: 25px;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;

}

.onlineapplys {
	display: none;
}

@media (max-width: 768px) {
	.about_xs .row2 .nei p {
		margin: 0 30px 30px
	}

	.about_xs .row .txt {
		width: 100%;
		height: auto;
	}

	.about_xs .row .pic {
		width: 100%;
		float: none;
		position: relative;
	}

	.about_xs .row .pic img {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: auto;
	}

	.about_xs .row1 .neih {
		display: none
	}

	.about_xs .row1 .txt {
		width: 100%;
		height: auto;
	}

	.about_xs .row1 .pic {
		width: 100%;
		float: none;
		position: relative;
	}

	.about_xs .row1 .pic .nei img {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: auto;
	}

	.about_xs .img img {
		width: 56px;
		height: 56px
	}

	.about_xs .row2 .nei {
		position: static;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		margin-bottom: 40px;
		transform: none;
	}

	.about_xs .row2 .nei .img {
		margin: 20px 0 0 20px
	}

	.about_xq {
		padding: 25px 0 60px
	}

	/* 优质加盟商分享 */
	.qalitybody {
		background: url(../png/share_bg_wap.png) top center no-repeat #fff;
		background-size: 100% auto;
		box-shadow: none;
		border-radius: 0;
		padding: 20px 9.33% 0;
		box-sizing: border-box;
		width: 100%;
	}

	.qalitybody .listbox {
		margin-bottom: 30px;
	}

	.qalitybody .listbox .headerbox {
		width: 90px;
		height: 90px;
		position: relative;
		margin: 0 auto;
	}

	.qalitybody .listbox img.close,
	.qalitybody .listbox.on img.open {
		width: 35px;
		display: none;
		position: absolute;
		bottom: 0;
		right: 0;
		cursor: pointer;

	}

	.qalitybody .listbox.on img.close,
	.qalitybody .listbox img.open {
		width: 35px;
		position: absolute;
		bottom: 0;
		right: 0;
		cursor: pointer;
		display: block;
	}

	.qalitybody .listbox .username {
		font-size: 16px;
		font-family: PingFangSC-Medium, PingFang SC;
		font-weight: 500;
		color: #222222;
		line-height: 18px;
		margin: 10px auto;
		text-align: center;
	}

	.qalitybody .listbox .hidebox {
		display: none;
	}

	.qalitybody .listbox.on .hidebox {
		display: block;
	}

	.qalitybody .listbox .subname {
		font-size: 14px;
		font-family: PingFangSC-Medium, PingFang SC;
		font-weight: 600;
		color: #222222;
		line-height: 15px;
		margin: 15px auto 8px;
		text-align: center;
	}

	.qalitybody .listbox .infoflex {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 13px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #222222;
		line-height: 15px;
		margin: 8px 0 15px;
	}

	.qalitybody .listbox .infoflex p {
		margin: 0 5px;
		white-space: nowrap;
	}

	.qalitybody .listbox .qalitytxt {
		font-size: 12px;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #222222;
		line-height: 18px;
		margin: 10px 0 20px;
	}

	.qalitybody .listbox .qalitytxt * {
		font-size: 13px !important;
		font-family: PingFangSC-Regular, PingFang SC;
		font-weight: 400;
		color: #222222;
		line-height: 25px !important;
		text-indent: 2em;
	}

	.qalitybody .listbox .closetxt {
		font-size: 12px;
		font-family: PingFangSC-Medium, PingFang SC;
		font-weight: 500;
		color: #222222;
		line-height: 16px;
		text-align: center;
		text-decoration: underline;
		cursor: pointer;

	}

}

@media (max-width: 414px) {
	.about_xs .row2 .nei p {
		margin: 0 10px 25px 10px;
		font-size: 14px;
		line-height: 30px;
		text-indent: 2em;
		padding-top: 25px;
	}

	.about_xs .row .pic {
		width: 90%;
		margin: 0 auto;
	}

	.about_xs .row1 .pic .nei {
		width: 90%;
		margin: 0 auto;
		margin-top: 20px;
	}

	.about_xs .row2 .nei {
		width: 100%;
		background-color: #ededed;
		top: 124px;
		bottom: auto
	}

	.about_xs .row2 {
		width: 90%;
		margin: 0 auto;
	}

	.about_xs .row2 {
		margin-top: 20px;
	}

	.about_xs .img img {
		width: 46px;
		height: 46px
	}

	.about_xs .row {
		margin-bottom: 0px;
		background-color: #fff;
	}

	.about_xs .row1 {
		margin-bottom: 0px
	}

	.about_xs .row1 .txt {
		width: 90%;
		margin: 0 auto;
		background-color: #ededed;
		overflow: hidden;
		float: none;
		clear: both;
	}

	.about_xs .row .txt {
		background-color: #ededed;
	}

	.about_xs .row1 .txt .nei .img {
		display: none;
	}

	.about_xq p {
		font-size: 14px;
		line-height: 30px;
	}

	.about_xs .row .txt .nei .img {
		display: none;
	}

	.about_xs .row1 .txt .nei p {
		font-size: 14px;
		line-height: 30px;
		text-indent: 2em;
		margin: 25px 10px
	}

	.about_xs .row .txt {
		float: none;
		width: 90%;
		margin: 0 auto;
	}

	.about_xs .img .bg {
		width: 205px;
		height: 70px
	}

	.about_xs .row .txt .nei p {
		font-size: 14px;
		line-height: 30px;
		text-indent: 2em;
		margin: 0 10px;
		padding: 25px 0;
	}

	.about_xs .row .txt .nei p:nth-child(3) {
		padding-top: 0px;
	}

	.about_xs .row2 .nei .img {
		margin: 15px 0 0 15px;
		display: none;
	}
}

@media screen and (max-width:900px) {
	.subtab a.onlineapply {
		display: none !important;
	}

	.onlineapplys.on,
	.onlineapplys:hover,
	.onlineapplys {
		color: #191919;
		padding: 0 0px;
		font-weight: 500;
		border-bottom: 0;
		position: fixed;
		left: 7%;
		bottom: 50px;
		width: 86%;
		background: linear-gradient(270deg, #FABE0D 0%, #FAA90D 100%);
		box-shadow: 0px 18px 32px 0px rgba(0, 0, 0, 0.1);
		font-size: 16px;
		font-family: Lantinghei SC;
		font-weight: 600;
		color: #332C2A;
		line-height: 44px;
		height: 44px;
		border-radius: 22px;
		z-index: 9;
		display: block;
		text-align: center;
	}
}