body {
	display: flex;
	flex-flow: column;

}

.header-box {
	position: sticky;
	flex-shrink: 0;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
}

.body-box {
	flex: 1;
}

.ibanner {
	height: 750px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	margin-top: -90px;
}

.inner-about .text-about {
	text-align: center;
	font-size: 17px;
	line-height: 2;
	color: #666;
}

.list-about {
	display: flex;
	flex-flow: row wrap;
}

.list-about li {
	width: 20%;
	height: 20vw;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-about li img {
	transition: all .3s;
}

.list-about li img:hover {
	transform: scale(1.05);
}

.list-about li:nth-child(2n) {
	background-color: #fff;
}

.list-about li:nth-child(2n+1) {
	background-color: #DF2331;
}

.title-box {
	padding-top: 100px;
	padding-bottom: 80px;
}

.about-focus {
	height: 470px;
	position: relative;
	overflow: hidden;
}

.about-focus .swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-focus .swiper-slide::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/ab_shadow.png) repeat fixed center;
	z-index: 0;
	opacity: 0.4;
}

.about-focus .swiper-pagination {
	bottom: 20px;
	z-index: 2;
}

.about-focus .swiper-pagination-bullet {
	opacity: 0.8;
	background-color: #fff;
	width: 13px;
	height: 13px;
}

.about-focus .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ec1a29;
	opacity: 1;
}

.about-focus .cont {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 324px;
	background-color: #ec1a29;
	top: 0;
	bottom: 0;
	color: #fff;
	z-index: 4;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 40px;
}

.about-focus .cont .iconfont {
	font-size: 60px;
	font-weight: 400;
	flex-shrink: 0;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-focus .cont b {
	font-size: 18px;
	margin-bottom: 40px;
}

.about-focus .cont p {
	font-size: 14px;
	line-height: 1.8;
	text-indent: 2em;
}

.ppyx-box {
	width: 1200px;
	margin: 0 auto 80px;
	position: relative;

}

.ppyx-box .swiper {
	padding-bottom: 60px;
}


.ppyx-box .swiper-scrollbar {
	left: 0;
	right: 0;
	z-index: 10;
	height: 24px;
	border-radius: 120px;
	margin: auto;
	transform: scale(.5);
	transform-origin: bottom center;
	background-color: #aaa;
}

.ppyx-box .swiper-scrollbar-drag {
	border-radius: 120px;
	background-color: #EC1A29;
	
}

.ppyx-box .btn {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -60px;
	bottom: 0;
	left: -100px;
	width: 70px;
	height: 120px;
	background: url(../images/btn-l.png) no-repeat center;
	transition: all .3s;
}

.ppyx-box .btn-r {

	background: url(../images/btn-r.png) no-repeat center;
}

.ppyx-box .btn.swiper-button-disabled {
	opacity: 0.2;
	cursor: default;
}

.ppyx-box .swiper-slide {
	width: 500px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-join {
	background-color: #f7f7f7;
}

.inner-join .ibanner {
	display: flex;
	flex-flow: column;
	align-items: center;

}

.inner-join .ibanner ul {
	display: flex;
	margin: 0 auto;
}

.inner-join .ibanner li {
	width: 189px;
	height: 417px;
	padding: 10px;
	background: url(../images/bg-flag.png) no-repeat 50% 0;
	margin-right: 3.16vw;
	display: flex;
	flex-flow: column;
	align-items: center;
}

.inner-join .ibanner li:nth-child(5n) {
	margin-right: 0;
}

.inner-join .ibanner strong {
	color: #ffefaf;
	font-size: 80px;
	font-family: Impact, sans-serif;
	padding: 40px 0 20px;
	flex-shrink: 0;
}

.inner-join .ibanner b {
	width: 1em;
	font-size: 30px;
	color: #fff;
	height: 4.4em;
	line-height: 1.1em;
	flex-shrink: 0;
}

.inner-join .ibanner p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.4em;
}

.inner-join .ibanner p em {
	padding: 0 .4em;
}

.inner-join .ibanner li {
	transition: all .3s;
}

.inner-join .ibanner li:hover {
	transform: scale(1.06);
}

.inner-join .jmqy {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}

.inner-join .jmqy p {
	color: #ec1a29;
	line-height: 1.8;
}

.inner-join .jmqy b {
	font-size: 20px;
}

.inner-join .jmqy span {
	font-size: 18px;
	margin-right: 1em
}

.inner-join .jmqy .text,
.inner-join .jmqy .img {
	margin: 0 50px;
}

.inner-join .jmlc {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.inner-join .jmlc li {
	display: flex;
	align-items: center;
	width: 98%;
	max-width: 1200px;
	flex-flow: row wrap;
}

.inner-join .jmlc .item {
	width: 290px;
	height: 260px;
	background-color: #EC1A29;
	box-shadow: 0 0 1px 1px #ff3f4d inset;
	border-radius: 10px;
	color: #fff;
	display: flex;
	align-items: center;
	flex-flow: column;
	padding: 30px;
	flex-shrink: 0;
	text-align: center;
	position: relative;
	z-index: 0;
	transition: all .3s;
	margin: 42px;
}

.inner-join .jmlc .item:hover {
	transform: scale(1.08);
}

.inner-join .jmlc .arrow {
	width: 5.7vw;
	height: 4.5vw;
	background: url(../images/jiantou.png) no-repeat center;
}

.inner-join .jmlc .arrow.l {
	transform: scaleX(-1);
}

.inner-join .jmlc .arrow.d {
	margin-right: 50px;
	transform: rotate(90deg);
}

.inner-join .jmlc .iconfont {
	font-size: 60px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.iconfontimg {
	display: flex;
	align-content: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.inner-join .jmlc strong {
	font-size: 18px;
	padding: .8em 0 1em;
}

.inner-join .jmlc p {
	font-size: 14px;
	line-height: 1.45em;
}

.inner-join .jmlc em {
	position: absolute;
	width: 80px;
	height: 80px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: Impact, sans-serif;
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/yuan.png) no-repeat center;
}

.inner-join .faq {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.inner-join .faq ul {
	width: 1000px;
	max-width: 98vw;
}

.inner-join .faq .hd {
	background-color: #F9DFE1;
	height: 80px;
	font-size: 18px;
	font-weight: 700;
	color: #222;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 0 12px;
	transition: all .3s;
	position: relative;
}

.faq li:nth-child(2n) .hd {
	background-color: #fff;
}

.inner-join .faq .bd {
	display: none;
	border-radius: 0 0 10px 10px;
	background-color: #EC1A29;
	color: rgba(255, 255, 255, .9);
	font-size: 1em;
	line-height: 1.8em;
	padding: 20px;
}

.inner-join .faq .on .hd,
.inner-join .faq li:hover .hd {
	background-color: #EC1A29;
	color: #fff;
}

.inner-join .faq .on .hd,
.inner-join .faq li:hover .hd {
	background-color: #EC1A29;
	color: #fff;
}

.inner-join .faq .on .hd {
	border-radius: 10px 10px 0 0;
}

.inner-join .faq .hd::after {
	content: '';
	position: absolute;
	width: 36px;
	height: 36px;
	right: 16px;
	background: url(../images/jiantoushang.png) no-repeat center;
	transform: rotate(180deg);
	opacity: 0.4;
	transition: all .3s;
}

.inner-join .faq li:hover .hd::after {
	opacity: 1;
}

.inner-join .faq li.on .hd::after {
	transform: rotate(0);
}

.inner-join .jmzc {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.inner-join .jmzc ul {
	width: 1200px;
	max-width: 98vw;
	display: flex;
	flex-flow: row wrap;
}

.inner-join .jmzc li {
	margin: 25px;
	width: calc(33.33% - 50px);
	height: 370px;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
	padding: 50px 10px 10px;
	line-height: 1.5;
	display: flex;
	flex-flow: column;
	align-items: center;
	transition: all .3s;
}

.inner-join .jmzc li strong {
	font-size: 16px;
	color: #ec1a29;
	white-space: nowrap;
	padding: .6em .4em;
}

.inner-join .jmzc li p {
	font-size: 14px;
	color: #666;
	padding: .5em;
	text-indent: 2em;
}

.inner-join .jmzc li .iconfont {
	font-size: 70px;
	color: #ec1a29;
	white-space: nowrap;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.inner-join .jmzc li:hover {
	background-color: #EC1A29;
	color: #fff;
	box-shadow: 0 3px 10px 0 rgba(236, 26, 41, .8);
	transform: scale(1.06);
}

.inner-join .jmzc li:hover .iconfont,
.inner-join .jmzc li:hover strong,
.inner-join .jmzc li:hover p {
	color: #fff;
}


.inner-join .wmdhb .swiper-slide {
	display: flex;
	flex-flow: column;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background-color: #fff;
	align-items: flex-start;
	padding-bottom: 10px;
	height:350px;
}

.inner-join .wmdhb .img {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;

	margin-bottom: 10px;
}

.inner-join .wmdhb .img img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	transition: all .3s;
}

.inner-join .wmdhb .swiper-slide:hover img {
	transform: scale(1.1);
}

.inner-join .wmdhb b {
	white-space: nowrap;
	padding: 16px;
	color: #EC1A29;
}

.inner-join .wmdhb span {
	padding: 16px;
	padding-top: 2px;
	color: #666;
	font-size: 14px;
}

.inner-store {
	background-color: #f7f7f7;
}

/* 门店形象 */
.mdxx {
	display: flex;
	flex-flow: column;
	margin: 0 auto;
}

.tab-hd {
	display: flex;
	padding: 0 20px;
	margin: 0 auto 20px;
	width: 1200px;
	max-width: 98vw;
}

.tab-hd li {
	position: relative;
	display: flex;
	align-items: center;
	flex-flow: column;

}

.tab-hd li.on a,
.tab-hd li:hover a {
	color: #EC1A29;
}

.tab-hd li::before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 0;
	background-color: #EC1A29;
	border-radius: 4px;
	transition: all .3s;
}

.tab-hd li.on::before {
	width: 3em;
}

.tab-hd li a {
	color: inherit;
	height: 60px;
	font-size: 18px;
	font-weight: 700;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 2em;
	cursor: pointer;
}

.mdxx .bd {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.mdxx .bd ul {
	display: none;
	flex-flow: row wrap;
	justify-content: center;
}

.mdxx .bd ul.on {
	display: flex;
}

.mdxx .bd li {
	width: 420px;
	height: 280px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 30px;
	transition: all .3s;
}

.mdxx .bd li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

.mdxx .bd li img {
	transition: all .3s;
	min-width: 100%;
	min-height: 100%;
	max-width: 150%;
	max-height: 150%
}

.mdxx .bd li:hover img {
	transform: scale(1.08);
}

.mdxx .bd li .text {
	position: absolute;
	z-index: 2;
	background-image: linear-gradient(to right, rgba(236, 26, 41, 1), rgba(236, 26, 41, .8), rgba(236, 26, 41, .3), rgba(236, 26, 41, 0));
	bottom: 0;
	left: -100%;
	height: 60px;
	color: #fff;
	padding: 0 6em 0 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all .3s;
}

.mdxx .bd li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.mdxx .bd li:hover .text {
	left: 0;
}

/* 门店查询 */
.mdcx {
	background-color: #fff;
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 80px;
}

.cityslide-box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.cityslide-box select {
	border: 1px solid #e3e3e3;
	height: 40px;
	padding: 0 1em;
	font: inherit;
	margin: 0 .6em;
	border-radius: 5px;
}

.mdcx .list-search {
	padding: 60px 40px;
	width: 370px;
}

.mdcx .search-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-flow: column;
}

.mdcx .search-box input {
	height: 100%;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #acacac;
	flex-shrink: 0;
	font-size: 18px;
	color: #999;
	padding: 10px;
}

.mdcx .search-box .iconfont {
	position: absolute;
	right: 0px;
	bottom: 0;
	font-size: 28px;
	z-index: 2;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	color: #666;
}

.mdcx .search-box .iconfont:hover {
	color: #EC1A29;
}

.mdcx .search {
	height: 400px;
	overflow-y: auto;
}

.mdcx .search li {
	padding: 20px 0;
	display: flex;
	flex-flow: column;
	line-height: 1.6;
	color: #999;
}

.mdcx .search li+li {
	border-top: 1px dashed #e9e9e9;
}

.mdcx .search li b {
	color: #222;
	margin-bottom: 10px;
	font-size: 18px;
}

.mdcx .search li:hover b {
	color: #EC1A29;
}

.tab-bd-cont {
	display: none;
}

.tab-bd-cont.on {
	display: flex;
	align-content: center;
	flex-flow: column;
}

.inner-news {
	background-color: #f7f7f7;
}

.xwzx .news {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.xwzx .news li {
	padding: 15px 0;
}


.xwzx .news li a {
	display: flex;
	width: 1120px;
	padding: 40px;
	max-width: 98vw;
	background-color: #f4eeee;
	border-radius: 10px;
}

.xwzx .news li a:hover {
	background-color: #EC1A29;
}

.xwzx .news .img {
	width: 320px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px;
	flex-shrink: 0;
	/* border: 1px solid #fff; */
}

.xwzx .news .img img {
	min-height: 100%;
	min-width: 100%;
	max-width: 150%;
	max-height: 150%;
	transition: all .3s;
}

.xwzx .news .img:hover img {
	transform: scale(1.08);
}

.xwzx .news .text {
	margin-left: 40px;
	flex: 1;
	display: flex;
	flex-flow: column;
}

.xwzx .news .tit {
	font-size: 20px;
	color: #ec1a29;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex-shrink: 0;
	margin: 5px 0 20px 0;
}

.xwzx .news .cont {
	font-size: 16px;
	color: #666;
	line-height: 1.8em;
	flex: 1;
}

.xwzx .news .btm {
	flex-shrink: 0;
	margin-bottom: 10px;
	display: flex;
}

.xwzx .news .btm em {
	flex: 1;
	color: #999;
}

.xwzx .news .btm em+em {
	text-align: center;
}

.xwzx .news .btm em+em+em {
	text-align: right
}

.xwzx .news a:hover .tit,
.xwzx .news a:hover .cont,
.xwzx .news a:hover .btm em {
	color: #fff;
}

.page-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0 80px;
}

.page-box li {
	margin: 7px;
}

.page-box li span,
.page-box li a {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EAEAEA;
	color: #666;
	font-size: 15px;
	text-align: center;
	border-radius: 8px;
}

.page-box li.on span,
.page-box a:hover {
	background-color: #EC1A29;
	color: #fff;
}

.inner-contact {
	color: #f7f7f7;
}

.form-zxly {
	width: 730px;
	max-width: 98vw;
	margin: -30px auto 80px;
}

.form .item {
	display: flex;
	align-items: center;
	position: relative;
	padding: 30px 10px 10px;
}

.form .item .alarm {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -1px;
	padding: 0 1em;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #ec1a29;
	border-radius: 4px;
	display: none;
}

.form .item .l {
	width: 120px;
	flex-shrink: 0;
	text-align: right;
	font-size: 16px;
	color: #666;
	padding: 10px 20px 10px 10px;
}

.form .item .r {
	flex: 1;
}

.form .item .r input {
	width: 100%;
	padding: 10px;
	height: 50px;
	font-size: 16px;
	font-family: inherit;
	color: #666;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.form .l em {
	width: .5em;
	display: inline-block;
	color: #EC1A29;
}

.form .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.form .btns .btn {
	width: 180px;
	height: 50px;
	background-color: #b7bdca;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	word-spacing: 1em;
	opacity: 0.6;
	transition: all .3s;
	margin: 0 20px;
}

.form .btns .btn:hover {
	opacity: 1;
	transform: scale(1.01);
	font-weight: 700;
}

.form .btns .btn-submit {
	background-color: #ec1a29;
}

.form .btns .btn-reset:hover {
	background-color: #999;
}

.inner-detail {
	display: flex;
	align-items: center;
	flex-flow: column;
}

.inner-detail .content {
	width: 1100px;
	max-width: 98vw;
	margin: 0 auto;
}

.inner-detail .content .tit {
	padding: 100px 0 60px
}

.inner-detail .content .tit h3 {
	color: #EC1A29;
	font-size: 24px;
}

.inner-detail .content .tit p {
	padding: 20px 0;
	color: #666;
}

.inner-detail .content .tit span {
	margin-right: 10px;
}

.inner-detail .content .tit em {
	margin-left: 10px;
	opacity: 0.7;
}

.inner-detail .content .cont {
	line-height: 1.7;
	color: #333;
}

.inner-detail .xwzx {
	margin-bottom: 80px;
}

.inner-detail .title-box {
	padding-top: 20px;
}

.page-news-box li {
	width: 100%;
}

.page-news-box li a,
.page-news-box li span {
	width: 100%;
}

.inner-talent {
	background-color: #f7f7f7;
}

.inner-talent .search-box {
	width: 900px;
	margin: -10px auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 60px;
	border-radius: 60px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
}

.inner-talent .search-box input {
	flex: 1;
	height: 100%;
	background-color: #fff;
	border: 0;
	padding: 0 1em 0 2.5em;
	font-size: 18px;
	color: #999;
	font-family: inherit
}

.inner-talent .search-box .btn-submit {
	background-color: #ec1a29;
	height: 100%;
	padding: 0 2em;
	display: flex;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.inner-talent .search-box .iconfont {
	position: absolute;
	left: 16px;
	font-size: 20px;
	color: #a9a9a9;
}

.inner-talent .tab-bd-cont {
	background-color: #fff;
	width: 1200px;
	max-width: 98vw;
	margin: 0 auto 80px;
	border-radius: 10px;
	padding: 20px 60px 0;
}

.inner-talent .tab-bd-cont p {
	padding: 40px 0;
	display: block;
	font-size: 14px;
	color: #666;
}

.talent .item+.item {
	border-top: 1px dashed #e9e9e9;
}

.talent .item-hd {
	padding: 40px;
	background-color: #fff;
	cursor: pointer;
	transition: all .3s;
	border-radius: 10px
}

.talent .item-hd:hover {
	background-color: #FDE8E9;
}

.talent .item-hd .top {
	display: flex;
	padding: 10px 0;
}

.talent .item-hd .top h3 {
	font-size: 18px;
}

.talent .item-hd .top h3+h3 {
	flex: 1;
	text-align: right;
	color: #ec1a29;
}

.talent .item-hd .btm {
	display: flex;
}

.talent .item-hd .btm p {
	padding: 20px 0 10px;
}

.talent .item-hd .btm p+p {
	flex: 1;
	text-align: right;
	color: #999;

}

.talent .item-hd .btm span {
	padding: 0 1em;
}

.talent .item-hd .btm span:nth-child(1) {
	padding-left: 0;
}

.inner-talent .tab-bd-cont .item-bd {
	padding: 40px 40px 60px;
	background-color: #f9f9f9;
	position: relative;
	display: none;
}

.inner-talent .tab-bd-cont .item-bd .doSlideUp {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
	cursor: pointer;
}

.inner-talent .tab-bd-cont .item-bd .doSlideUp::before {
	content: 'V';
	font-family: sans-serif;
	transform: scaleX(3);
	font-size: 12px;
	color: #999;
}

.inner-talent .tab-bd-cont .item-bd.on .doSlideUp {
	transform: scaleY(-1);
}

.inner-talent .tab-bd-cont .item-bd p {
	padding: 20px 0;
}

.inner-talent .item-bd .btns {
	display: flex;
	padding: 10px 0;
	line-height: 44px;
	align-items: center;
}

.inner-talent .item-bd .btns .btn-submit {
	background-color: #ec1a29;
	color: #fff;
	padding: 0 4em;
	margin-right: 2em;
	cursor: pointer;
}

.inner-talent .item-bd .btns .btn-collect {
	background-color: #fff;
	cursor: pointer;
	color: #666;
	padding: 0 2em;
	border: 1px solid #e9e9e9;
}

.inner-talent .item-bd .btns em {
	flex: 1
}

.inner-talent .item-bd .btns a {
	color: #EC1A29;
}

@media screen and (max-width:900px) {
	.ibanner {
		height: 39.5vw;
		margin-top: -44px;
	}

	.title-box {
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.inner-about .text-about {
		padding: 1em;
	}

	.about-focus {
		height: 50vw;
	}

	.about-focus .cont {
		position: absolute;
		left: 0;
		margin-left: 0;
		width: 40%;
		max-width: 320px;
		background-color: #ec1a29;
		padding: 20px;
	}

	.ppyx-box .swiper {
		padding: 40px;
	}

	.ppyx-box {
		width: 1200px;
		margin: 0 auto 80px;
		position: relative;
	}

	.ppyx-box .btn {
		display: none;
	}

	.form .btns {
		display: flex;
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.form .btns .btn {
		margin: 0 0 1em 0;
	}

	.inner-join .ibanner {
		margin-bottom: 100px;
	}

	.inner-join .ibanner .title-box {
		margin-top: -46px;
	}

	.inner-join .ibanner li {
		width: 15.75vw;
		height: 35vw;
		padding: .8vw;
		margin-right: 3vw;
		background-size: cover;

	}

	.inner-join .ibanner strong {
		font-size: 3em;
		padding: .4em 0 .2em;

	}

	.inner-join .ibanner b {
		font-size: 1.4em;
		padding: .2em 0;

	}

	.inner-join .jmlc li {
		display: flex;
		flex-flow: column;
		width: 100%;
		max-width: 98vw;
	}

	.inner-join .jmlc .item {
		width: 100%;
		height: auto;
		border-radius: 10px;
		align-items: center;
		flex-flow: row;
		padding: 20px;
		flex-shrink: 0;
		text-align: left;
		margin-bottom: 30px;
	}

	.inner-join .jmlc em {
		position: absolute;
		width: 40px;
		height: 40px;
		font-size: 18px;
		bottom: auto;
		right: 0;
		top: -20px;
		border-radius: 100%;
		background-size: cover;
		left: auto;
		margin: auto;
	}

	.inner-join .jmlc .arrow {
		display: none;
	}

	.inner-join .jmlc .iconfont {
		font-size: 30px;
		margin-left: -15px;
		width: 80px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
	}

	.inner-join .jmlc strong {
		font-size: 17px;
		flex-shrink: 0;
		white-space: nowrap;
		width: 5em;
		text-align: center;
		margin-right: 1em;
	}

	.inner-join .jmlc li+li+li {
		flex-flow: column-reverse;
	}

	.inner-join .faq .hd {
		height: 60px;
		font-size: 16px;
	}

	.inner-join .faq .bd {
		padding: 10px 20px;
		font-size: 14px;
	}

	.inner-join .faq .hd::after {
		width: 1.2em;
		height: 1.2em;
		background-size: cover;
	}

	.inner-join .jmzc li {
		margin: 10px;
		width: calc(100% - 24px);
		height: auto;
		border-radius: 20px;
		background-color: #ec1a29;
		padding: 10px;
		line-height: 1.5;
		display: flex;
		flex-flow: row;
		align-items: center;
		transition: all .3s;
		color: #fff;
	}

	.inner-join .jmzc li .iconfont {
		font-size: 40px;
		color: #fff;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-shrink: 0;
	}

	.inner-join .jmzc li strong {
		font-size: 1em;
		color: #fff;
		flex-shrink: 0;
		width: 8em;
		text-align: center;
	}

	.inner-join .jmzc li p {
		font-size: 14px;
		color: #fff;
		padding: .5em;
		text-indent: 2em;
	}

	.inner-detail .content .tit {
		padding: 2em 1em;
	}

	.inner-detail .content .cont {
		padding: 0 10px;
		font-size: .94em;
	}

	.page-box {
		padding: 40px 0;
	}

	.xwzx .news li a {
		padding: 20px;
		border-radius: 0;
	}

	.xwzx .news li {
		padding: 1px;
	}

	.xwzx .news .img {
		width: 24vw;
		height: 14vw;
		border-radius: 0;
	}

	.xwzx .news .text {
		margin-left: 20px;
		overflow: hidden;

	}

	.xwzx .news .tit {
		font-size: 16px;
		margin: 5px 0 10px 0;
		overflow: hidden;
		width: 100%;
		text-overflow: ellipsis;
	}

	.xwzx .news .cont {
		font-size: 14px;
		line-height: 1.6em;
		height: 3.2em;
		overflow: hidden;
		flex-shrink: 0;
		flex: auto;
	}

	.xwzx .news li a {
		justify-content: center;
		align-items: center;
	}

	.inner-talent .tab-bd-cont p {
		padding: 30px 10px;

	}

	.inner-talent .search-box {
		width: 92vw;
		margin: 10px auto;
		height: 40px;
		border-radius: 40px;
	}

	.inner-talent .search-box input {
		font-size: .96em;
		padding: 0 0 0 3em;
	}

	.inner-talent .search-box .btn-submit {
		font-size: .96em;
		white-space: nowrap;
		flex-shrink: 0;
		padding: 0 1.6em;
	}

}

#map {
	flex: 1
}

#map>* {
	width: 100%;
}

@media screen and (max-width:414px) {
	.about-focus {
		padding-bottom: 30px;
	}

	.about-focus .swiper-pagination {
		bottom: 0;
		z-index: 2;
	}

	.about-focus .swiper-pagination .swiper-pagination-bullet {
		background-color: #a9a9a9;
	}

	.about-focus .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #EC1A29;
	}

	.about-focus .cont {
		position: absolute;
		left: 0;
		margin-left: 0;
		width: 100%;
		max-width: none;
		bottom: 0;
		height: 4em;
		top: auto;
		padding: 10px;
		background-color: rgba(236, 26, 41, .7);
	}

	.about-focus .cont .iconfont {
		display: none;
	}

	.about-focus .cont b {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.inner-join .ibanner strong {
		font-size: 1.8em;
		padding: .2em 0 .2em;

	}

	.inner-join .ibanner b {
		font-size: 1.2em;
		padding: .2em 0;

	}

	.inner-join .ibanner p {
		display: none;
	}

	.inner-join .ibanner .title-box {
		margin-top: -66px;
	}

	.xwzx .news .btm {
		display: none;
	}

	.page-box {
		padding: 20px;
		flex-flow: row wrap;
	}

	.tab-hd li a {
		font-size: 17px;
		padding: 0 1em;
	}

	.mdxx .bd li {
		max-width: 100%;
		max-height: 280px;
		height: 100vw;
		border-radius: 0;
		overflow: hidden;
		position: relative;
		margin: 0 0 20px;
		transition: all .3s;
	}

	.mdxx .bd li .text {
		left: 0;
	}

	.inner-talent .tab-bd-cont {

		border-radius: 0;
		padding: 0;
	}

	.talent .item-hd {
		padding: 10px;
		border-radius: 0;
	}

	.talent .item-hd .top h3 {
		font-size: 16px;
	}

	.inner-talent .tab-bd-cont p {

		font-size: 12px;
	}

	.talent .item-hd .btm p {
		padding: 10px 0;
	}

	.inner-talent .tab-bd-cont .item-bd {
		padding: 20px;
		line-height: 1.4;
	}

	.inner-talent .item-bd .btns .btn-submit {
		padding: 0 3em;
		margin-right: 1em;
		white-space: nowrap;
	}

	.inner-talent .item-bd .btns .btn-collect {
		white-space: nowrap;
	}

	.page-box li span,
	.page-box li a {
		width: 34px;
		height: 34px;

		font-size: 14px;
	}

	.page-box li {
		margin: 4px;
	}

	.fixed-r {
		display: none;
	}

}