@charset "utf-8";
.head {
	height: 85px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	background: #fff;
}

.head_height {
	height: 85px;
}

.logo {
	display: inline-block;
	height: 100px;
}


.el-message {
	z-index: 9999 !important;
}

.search_hide {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	top: 0;
	transition: .5s;
	transform: rotateX(30deg);
}

.search_hide_active {
	opacity: 1;
	visibility: inherit;
	transform: rotateX(0deg);
}

.search_hide_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: rgba(255, 255, 255, .95);
}

.shbox {
	position: relative;
	z-index: 9;
}

.shbox input {
	width: 580px;
	height: 70px;
	font-size: 20px;
	background: none;
	border: 1px solid #EE2927;
	color: #000;
	padding: 0 20px;
}

.shbox button {
	width: 90px;
	height: 70px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	background: #EE2927;
	color: #fff;
	font-size: 24px;
}

.search_hide_bg:hover {
	cursor: url(../images/close.png), auto;
}

.nav li {
	position: relative;
	margin-right: 45px;
}

.nava {
	display: block;
	height: 85px;
	line-height: 85px;
	border-bottom: 3px solid #fff;
}

.nav li:hover .nava,
.nav li.active .nava {
	color: #EE2927;
}

.nav li.active .nava {
	border-bottom: 3px solid #EE2927;
}

.navhide {
	min-width: 140px;
	width: 100%;
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	z-index: 100;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}

.navhide a {
	font-size: 14px;
	line-height: 50px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 20px;
}

.nav li:hover .navhide {
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}

.navhide a:hover {
	color: #EE2927;
	background: #f8f8f8;
}

.bnico {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 4%;
	z-index: 9;
}

.swiper-button-next-bn, .swiper-button-prev-bn {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: 25px;
	margin-right: 25px;
	background: rgba(255, 255, 255, .2);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	transition: .25s;
}

.swiper-button-next-bn:hover, .swiper-button-prev-bn:hover {
	color: #EE2927;
	background: rgba(255, 255, 255, .4);
}

.bnb {
	width: 960px;
	max-width: 85%;
	height: 60px;
	background: #f3f4f5;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 0 8% 0 25px;
	display: flex;
	align-items: center;
}

.bnb::after {
	width: 34px;
	height: 100%;
	content: "";
	background: url(../images/tzbg_03.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: -34px;
	top: 0;
}

.bnbl {
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 30px;
	margin-top: -15px;
}

.bnbr {
	padding-left: 150px;
}

.swiper-container-ht {
	height: 32px;
}

.htra {
	line-height: 32px;
}

.md {
	padding: 75px 0;
}

.itopline {
	width: 35px;
	height: 4px;
	border-radius: 4px;
	margin: 20px auto 0 auto;
}

.i1a {
	color: #fff;
	/*width: 25%;*/
	flex: 1;
}

.i1a_a {
	padding: 50px 20px;
}

.i1a_a h1 {
	font-size: 60px;
	line-height: 1;
}

.i2 {
	background: url(../images/i2bg_02.png) no-repeat center #f7f7f7;
	background-size: cover;
}

.i2r_title {
	display: inline-block;
	border-bottom: 1px solid #EE2927;
	padding-bottom: 15px;
}

.i2rbl li {
	width: 120px;
	height: 120px;
	margin-right: 10px;
	background: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	transition: .25s;
}

.i2rbl li img {
	transition: .25s;
	display: block;
	margin: 0 auto;
}

.i2rbl li.active {
	background: #EE2927;
	color: #fff;
}

.i2rbl li.active img {
	filter: grayscale(100%) brightness(1000%);
}

.i2rbr li {
}

.i2rbrtxt {
	min-height: 120px;
	background: #fff;
	border-radius: 6px;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	line-height: 24px;
}

.i3la {
	border-radius: 6px;
}

.i3latxt {
	line-height: 60px;
	width: 100%;
	padding: 0 20px;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	color: #fff;
}

.swiper-pagination-i3 .swiper-pagination-bullet {
	border: 1px solid #fff;
	background: none;
	opacity: 1;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 0 8px !important;
	transition: .25s;
}

.swiper-pagination-i3 .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-i3 {
	bottom: 4.5% !important;
	width: 100%;
	text-align: right;
	padding-right: 15px;
}

.i3rt li {
	line-height: 43px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	margin-right: 55px;
	cursor: pointer;
}

.i3rt li.active {
	border-bottom: 1px solid #EE2927;
	color: #EE2927;
}

.i3rba {
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
	display: block;
}

.i3rmore {
	line-height: 30px;
	position: absolute;
	right: 0;
	top: -55px;
}

.i3rbfa {
	padding: 5px 0;
	display: flex;
	align-items: center;
}

.i3rbfa p i {
	width: 4px;
	height: 4px;
	background: #EE2927;
	display: inline-block;
	margin-top: -3px;
	vertical-align: middle;
	border-radius: 100%;
	margin-right: 10px;
}

.i4tw {
	width: 880px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	padding: 0 70px;
}

.i4tbtn_l, .i4tbtn_r, .i4bbtn_l, .i4bbtn_r {
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	position: absolute;
	top: 0;
	color: #666;
	transition: .25s;
}

.i4tbtn_l {
	left: 0;
}

.i4tbtn_r {
	right: 0;
}

.i4ta {
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.swiper-slide.active .i4ta {
	color: #EE2927;
	border-bottom: 1px solid #EE2927;
}

.i4b li {
	display: none;
}

.i4b li.active {
	display: block;
}

.i4ba {
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}

.i4bbtn_r, .i4bbtn_l {
	position: static;
}

.i4bbmore {
	display: inline-block;
	background: #EE2927;
	color: #fff;
	padding: 10px 25px;
	border-radius: 50px;
	margin: 0 20px;
}

.i5a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1px;
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
}

.i5a img {
	max-width: 75%;
	max-height: 75%;
	transition: .5s;
}

.i5a:hover {
	border: 1px solid #EE2927;
}

.i5a:hover img {
	transform: scale(1.1);
}

.foot {
	background: url(../images/fbg_02.jpg) no-repeat center;
	background-size: cover;
}

.ft {
	padding: 60px 0;
	border-bottom: 1px solid #E6E6E6;
}

.fb {
	text-align: center;
	padding: 20px 0;
	color: #888;
}

.fb a {
	color: #888;
}

.foot a:hover {
	color: #EE2927;
}

.ftline {
	border-left: 1px solid #E6E6E6;
	margin: 0 5%;
}

.ftla a {
	color: #888;
}

.ftra {
	display: block;
}

.listbn {
	height: 380px;
	position: relative;
}

.lst {
	background: rgba(0, 0, 0, .26);
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	color: #fff;
}

.lstl a.home {
	height: 58px;
	width: 58px;
	background: rgba(238, 41, 39, .36);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.lstl a {
	color: #FFFFFF;
}

.lstr a {
	line-height: 58px;
	height: 58px;
	color: #fff;
	display: block;
	margin-left: 40px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.lstr a:hover, .lstl a:hover {
	color: #EE2927;
}

.lstr a.active {
	border-bottom: 2px solid #EE2927;
	color: #EE2927;
}

.ab1 {
	background: #f5f5f5;
}

.abtitle .color999 {
	color: #e0e0e0;
}

.abtitle .itopline {
	margin-left: 0;
}

.ab1tl {
	position: relative;
	z-index: 9;
	background: url(../images/ab1lbg_03.jpg) no-repeat bottom right #fff;
	padding: 60px;
	width: 55%;
}

.ab1tr {
	width: 49%;
	margin-left: -4%;
}

.ab1ba {
	width: 24%;
	margin-right: 25px;
	background: #fff;
	border-radius: 6px;
	position: relative;
	padding: 30px;
}

.ab1ba:last-child {
	margin-right: 0;
}

.ab1barico {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.ab1ba p i {
	width: 3px;
	height: 3px;
	background: #EE2927;
	border-radius: 100%;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.gallery-thumbs {
	height: 560px;
}

.pi1ba {
	padding-right: 40px;
	font-weight: bold;
	height: 100%;
	display: flex;
	align-items: center;
	border-right: 1px solid #e6e6e6;
	margin-right: 19px;
	color: #a0a0a0;
	cursor: pointer;
	position: relative;
}

.pi1ba::after {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	content: "";
	background: #898989;
	position: absolute;
	right: -6px;
	top: 50%;
	margin-top: -5px;
}

.swiper-slide-thumb-active .pi1ba {
	color: #EE2927;
}

.swiper-slide-thumb-active .pi1ba::after {
	background: #EE2927;
}

.ab2r_btn_l, .ab2r_btn_r {
	margin: 0 0 0 auto;
	width: 40px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #999;
}

.ab2r_btn_l:hover, .ab2r_btn_r:hover {
	color: #EE2927;
}

.ab2r {
	width: 15%;
}

.ab2l {
	width: 80%;
}

.ab2ll {
	width: 30%;
	margin-right: 4%;
}

.ab2lrw {
	height: 370px;
	overflow: hidden;
	overflow-y: auto;
	padding: 15px;
	padding-left: 0;
}

.ab2lral {
	width: 50px;
}

.ab2lrw::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.ab2lrw::-webkit-scrollbar-track {
	background: #f6f6f6;
	border-radius: 2px;
}

.ab2lrw::-webkit-scrollbar-thumb {
	background: #EE2927;
	border-radius: 2px;
}

.ab2lrw::-webkit-scrollbar-thumb:hover {
	background: #747474;
}

.ab2lrw::-webkit-scrollbar-corner {
	background: #f6f6f6;
}

.gyta {
	width: 32%;
	padding: 50px 20px;
	color: #fff;
	background-size: cover !important;
	text-align: center;
	position: relative;
}

.gyta::after {
	width: 12px;
	height: 12px;
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -6px;
	transform: rotate(45deg);
	opacity: 0;
}

.gyta:nth-child(1)::after {
	background: #407be5;
}

.gyta:nth-child(2)::after {
	background: #a1c756;
}

.gyta:nth-child(3)::after {
	background: #ebb440;
}

.gyta.active::after {
	opacity: 1;
}

.gyma {
	display: flex;
	background: #fff;
}

.gymal {
	width: 100px;
	text-align: center;
	background: #e6e8ea;
	border-bottom: 1px dashed #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gymar {
	border-bottom: 1px dashed #E6E6E6;
	padding: 15px 25px;
}

.gymarl {
	height: 50px;
	overflow: hidden;
}

.gymarl_active {
	height: auto;
}

.gymarl span {
	padding: 10px 25px;
	display: inline-block;
	cursor: pointer;
}

.gymarl span.active, .gymarl span.active a {
	color: #EE2927;
}

.gymarr {
	border: 1px solid #EE2927;
	color: #EE2927;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border-radius: 3px;
	height: 30px;
	margin-top: 10px;
	font-size: 12px;
	cursor: pointer;
	margin-left: 4%;
}

.gymarr i {
	margin-left: 5px;
}

.gymarr .gd {
	display: block;
}

.gymarr .sq {
	display: none;
}

.gymarr.active .sq {
	display: block;
}

.gymarr.active .gd {
	display: none;
}

.gya {
	width: 25%;
}

.gya_a {
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.page a, .page span {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #E6E6E6;
	color: #999;
	border-radius: 2px;
	background: #fff;
}

.page a.active, .page a:hover {
	background: #EE2927;
	border: 1px solid #EE2927;
	color: #fff;
}

.gil {
	width: 62%;
	position: relative;
	z-index: 9;
}

.gi1b .swiper-slide {
	border: 1px solid rgba(0, 0, 0, 0);
}

.gi1b .swiper-slide-thumb-active {
	border: 1px solid #EE2927;
}

.gi1b {
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	padding: 20px 50px;
}

.gibtnl, .gibtnr {
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: 0;
}

.gibtnr {
	right: 0;
}

.gibtnl {
	left: 0;
}

.gir {
	background: url(../images/dh_03.png) no-repeat right bottom #f5f5f5;
	width: 62%;
	margin-left: -24%;
	padding: 60px;
	padding-left: 28%;
	margin-bottom: -50px;
}

.gir .txt p {
	margin-top: 12px;
}

.gir .txt p:first-child {
	margin-top: 0;
}

/*用户中心*/
.member {
	display: flex;
	margin-top: 20px;
	margin-bottom: 50px;
}

.member-left {
	width: 200px;
	background: #fafafa;
	margin-right: 30px;
	padding: 20px;
	margin-bottom: 20px;
}

.member-left h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

.member-left a {
	display: block;
	background: none !important;
	line-height: 30px;
	color: #666666;
}

.member-left a.last {
	margin-bottom: 30px;
}

.member-left a.on {
	color: #ee2927;
}

.member-right {
	flex: 1;
	width: calc(100% - 240px);
}

.member-right h1 {
	font-size: 20px;
	color: #ee2927;
	margin-bottom: 40px;
}

.member-right h1 .link {
	float: right;
	/*font-size: 16px;*/
	font-weight: normal;
	margin-top: 8px;
}

.avatar-uploader .el-upload {
	border: 1px dashed #d9d9d9;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.avatar-uploader .el-upload:hover {
	border-color: #409EFF;
}

.avatar-uploader-icon {
	font-size: 28px;
	color: #8c939d;
	width: 120px;
	height: 120px;
	line-height: 120px !important;
	text-align: center;
}

.avatar {
	width: 120px;
	height: 120px;
	display: block;
}

/*分页*/
.pages {
	text-align: center;
	margin: 40px auto;
}

.pages li {
	display: inline-block;
	margin-bottom: 5px;
}

.pages a, .pages span, .pages button, .pages strong {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	border-radius: 2px;
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin: 0 2px;
	background: transparent;
	border-radius: 5px;
}

.pages a.on, .pages strong, .pages a:hover, .pages li.active span, .pages li.active a {
	color: #fff;
	background-color: #cb000f;
	border-color: #cb000f;
}

.pages li.disabled span {
	color: #e1e1e1;
	background: #f1f1f1;
}

.pages h3 {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.pages h3 input {
	width: 50px;
	line-height: 30px;
	border-radius: 2px;
	border: 1px solid #ddd;
	text-align: center;
}


@media only screen and (max-width: 1529px) {
    
    .nav li {
		margin-right: 15px;
	}
    
	.md {
		padding: 70px 0;
	}

	.i1a_a h1 {
		font-size: 42px;
	}

	.listbn {
		height: 350px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .logo {
        height: 50px;
    }
	.nav li {
		margin-right: 5px;
	}

	.md {
		padding: 60px 0;
	}

	.i1a_a h1 {
		font-size: 36px;
	}

	.listbn {
		height: 300px;
	}

	.gya {
		width: 33.33%;
	}
}

@media only screen and (max-width: 950px) {
	.md {
		padding: 50px 0;
	}

	.i1a_a h1 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 768px) {
    
    .i1a_a {
    	padding: 50px 5px;
    }

    
	.md {
		padding: 25px 0;
	}

	.bnb {
		position: static;
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
		height: 50px;
	}

	.bnbr {
		padding-left: 90px;
	}

	.bnbl img {
		height: 13px;
		margin-right: 5px;
	}

	.htra {
		height: 32px;
	}

	.swiper-pagination-bn {
		text-align: center;
	}

	.i1a {
		width: 25%;
	}

	.i1a .titleh3 {
		min-height: 75px;
		line-height: 25px;
	}

	.i2rbl {
		margin-bottom: 15px;
		width: 100%;
	}

	.i2rbl ul {
		justify-content: space-between;
	}

	.i2rbl li {
		margin: 0;
		width: 30%;
		height: auto;
		padding: 15px 0;
	}

	.i3latxt {
		line-height: 40px;
		padding: 0 80px 0 15px;
	}

	.swiper-pagination-i3 {
		padding-right: 0;
		bottom: 11px !important;
	}

	.i3rt li {
		margin-right: 20px;
	}

	.i3rba {
		padding: 12px 0;
	}

	.ft {
		padding: 25px 0;
	}

	.ftl, .ftline {
		display: none;
	}

	.ftr {
		justify-content: center;
	}

	.ftla {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.ftra img {
		width: 100px;
	}

	.fb {
		font-size: 12px;
		line-height: 25px;
		padding: 12px 0;
	}

	.listbn {
		height: 150px;
	}

	.lstr {
		display: none;
	}

	.lstl a {
		width: 40px;
		height: 40px;
	}

	.lstl a img {
		height: 13px;
	}

	.itopline {
		width: 30px;
		height: 2px;
		margin-top: 15px;
	}

	.ab1tl {
		padding: 20px;
	}

	.ab1tr {
		margin-left: 0;
	}

	.ab1ba {
		width: 100%;
		margin-right: 0;
	}

	.ab1ba {
		padding: 20px;
		padding-right: 50px;
	}

	.ab1barico {
		right: 20px;
		bottom: 20px;
	}

	.gallery-thumbs {
		height: auto;
	}

	.pi1ba {
		margin-right: 0;
		border-right: 0;
		border-bottom: 1px solid #E6E6E6;
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: center;
		justify-content: center;
		padding-right: 0;
	}

	.pi1ba::after {
		right: 50%;
		margin-right: -5px;
		top: inherit;
		bottom: -6px;
		margin-top: 0;
	}

	.ab2r {
		margin-top: 25px !important;
	}

	.ab2r_btn_l, .ab2r_btn_r {
		display: none;
	}

	.page a, .page span {
		width: 28px;
		height: 28px;
	}

	.gya {
		border-radius: 4px;
		width: 50%;
	}

	.gya .padding20 {
		padding: 12px 15px;
	}

	.gya .text18 {
		font-size: 12px;
	}

	.gymarl {
		height: 34px;
	}

	.gymarl_active {
		height: auto;
	}

	.gymarl span {
		padding: 5px 15px;
	}

	.gymar {
		padding: 10px 15px;
	}

	.gymarr {
		margin-top: 1px;
		padding: 0 7px;
	}

	.gymal {
		width: 70px;
	}

	.gyta {
		padding: 15px;
	}

	.gyta h4 {
		font-size: 13px;
		line-height: 22px;
	}

	.gi1b {
		padding: 10px 30px;
	}

	.gibtnl, .gibtnr {
		width: 30px;
		font-size: 20px;
	}

	.gir {
		padding: 20px;
	}

	.login button {
		padding: 15px 0;
	}

	.login span {
		padding: 0 30px;
		font-size: 14px;
	}

	.member {
		display: block;
	}

	.member-left, .member-right {
		display: inline-block;
		width: 100%;
	}

	.member-left h1 {
		text-align: center;
		margin-bottom: 20px;
		clear: both;
	}

	.member-left a {
		width: 48%;
		text-align: center;
		float: left;
		margin-bottom: 20px !important;
		font-size: 14px;
		border-radius: 5px;
		border: 1px solid #666666;
		padding: 8px 0;
	}

	.member-left a:nth-child(2n) {
		float: right;
	}

	.member-left a.on {
		border-color: #ee2927;
	}
}