@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	display: inline-block;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.block {
	padding: 20px 0;
}

.cl {
	clear: both;
}

.baise {
	color: #fff !important;
}

.baise_bj {
	background: #fff !important;
}

.mgt {
	margin: 30px auto !important;
}

/* 主菜单 */

.head {
	/* transition: all 0.6s ease-in-out; */
	position: fixed;
	width: calc(100% - 80px);
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.85);
	height: 75px;
	z-index: 1000;
	left: 40px;
	top: 30px;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);

	border-radius: 20px;
}

.head:hover.border {
	border-radius: 20px 20px 0 0;
}


.head .navbox {
	/* width: 100%; */
	margin: 0 auto;
	height: auto;
	/* overflow: hidden; */

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;

	align-items: center;
	justify-content: flex-end;
}

.logo {
	float: left;
	position: relative;
	width: 25%;
	height: 40px;
	overflow: hidden;
}

.logo img {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
	max-width: 100%;
	max-height: 35px;
}

.logo img.lg_heise {
	/* display: block; */
	opacity: 1;
	transition: all 0.36s ease-in-out;
}

.logo img.lg_baise {
	/* display: none; */
	opacity: 0;
	transition: all 0.36s ease-in-out;
}

.logo a {
	display: block;
}

.tel {
	position: relative;
	width: auto;
	height: auto;
	/* overflow: hidden; */
	float: right;
	color: #e21337;
	font-size: 28px;
	font-weight: 600;
	line-height: 75px;
	text-align: right;

	margin-left: auto;

	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}

.tel i {
	font-size: 30px;
	margin-right: 10px;
	margin-top: 5px;
}

.tel .weixin {
	cursor: pointer;
	margin-right: 20px;
	font-weight: 400;
}

.tel .weixin i {
	font-size: 22px;
}

.weixin:hover .weixin_box {
	display: block;
	opacity: 1;
	transition: all 0.36s ease-in-out;
}

.weixin .weixin_box {
	width: 170px;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;

	display: none;
	opacity: 0;
	position: absolute;
	top: 75px;
	left: -35px;
	z-index: 9999999999999;
}

.tel .weixin_box img {
	max-width: 140px;
	display: block;
	margin: 10px auto 0;
}

.tel .weixin_box span {
	display: block;
	color: #111;
	font-weight: 500;
	font-size: 16px;
	margin-right: 0;
	text-align: center;
	line-height: 75px;
	color: #333;
}



.head .nav {
	display: block;
	float: right;
	/* width: 100%; */
	width: calc(75% - 280px);

	display: flex;
	align-items: center;
}

.head .nav .nav_pc {
	width: 100%;
}

.head .nav ul li {
	float: left;
	box-sizing: border-box;
	z-index: 999;
}

.head .nav li {
	height: auto;
	width: calc(100% / 7);
}


.head .nav ul li:first-child {}

/* .head .nav ul li .f_a {
	position: relative;
	
	line-height: 80px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #000;
	text-transform: uppercase
}
.head .nav ul li .f_a span{
	
}
.head .nav ul li .f_a .en{
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.head .nav ul li .f_a .cn{
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.head .nav ul li.active .f_a span{
	color: #e21337;
	transition: all .3s;
}
.head .nav ul li:hover .f_a span{
	color: #e21337;
	transition: all .3s;
} */

.head .nav ul li a {
	position: relative;
	display: block;
}


.head .nav ul li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #e21337;
	left: 50%;
	top: 97%;
	transform: translate(-50%, -50%);
	transition: all .36s ease-in-out;
}

.head .nav ul li a:hover::before,
.head .nav ul li a.active::before {
	width: 50%;
	left: 50%;
	top: 94%;
	transform: translate(-50%, -50%);
}


.head .nav ul li a span {
	position: relative;
	display: block;
	line-height: 75px;
	text-align: center;
	z-index: 9999;
	width: inherit;
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

.head .nav ul li a .ch {
	position: relative;
}

.head .nav ul li a:hover span {
	font-size: 18px;
	font-weight: 600;
}

.head .nav ul li a.active span {
	font-size: 18px;
}





/* 滚动加背景色 */
.head.nav_fixed {
	transition: all 0.36s ease-in-out;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

	width: 100%;
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.85);
	height: 75px;
	z-index: 1000;
	left: 0px;
	top: 0px;
	border-bottom: 2px solid rgba(250, 250, 250, 1);
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);

	border-radius: 0px;
}


.head.nav_fixed.border {
	border-radius: 0;
}

.head.nav_fixed .nav ul li .s_navbox {
	background: rgba(255, 255, 255, 1);
	border-radius: 0;
}

/* 滚动加背景色 */
.m_img.nav_fixed {
	transition: all 0.36s ease-in-out;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}


.head.nav_fixed .nav ul li a span {
	color: #000;
}

.head.nav_fixed .tel {
	/* color: #333; */
	color: #e21337;
}

.head.nav_fixed .tel i {
	/* color: #333; */
	color: #e21337;
}



.head.nav_fixed .logo img.lg_heise {
	opacity: 1;
	transition: 0.36s ease-in-out;
}

.head.nav_fixed .logo img.lg_baise {
	opacity: 1;
	transition: 0.36s ease-in-out;
}

.head .nav ul li .s_a {
	text-align: center;
}

.head .nav ul li:hover .s_navbox {
	/* opacity: 1; */
	display: block;
	/* transition: all 0.36s ease-in-out; */
}

.head .nav ul li .s_navbox {
	/* opacity: 0; */
	display: none;
	position: absolute;

	left: 0;
	top: 75px;
	height: 75px;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	z-index: 99999999;
	box-sizing: border-box;

	box-shadow: 0 3px 5px 0px rgba(151, 150, 150, 0.22);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.head .nav ul li .s_navbox .s_a a {
	color: #333;
	font-size: 16px;
	font-weight: 300 !important;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	text-align: center;

	width: 115px;
	height: auto;
	line-height: 75px;
	margin: 0 10px;
}



.head .nav ul li .s_navbox .s_a a:hover {
	transition: all .36s ease-in-out;
	font-size: 17px;
	line-height: 75px;
	font-weight: 300;
	width: 115px;
}

.head .nav ul li .s_navbox .s_a a:last-child {
	width: 120px;
}

.head .nav ul li .s_navbox .s_a a:last-child:hover {
	width: 120px;
}


.head .nav ul li .s_navbox .s_a a:hover::before {
	display: none;
}


.m_nav {
	display: none;
}

.headlf .m_logo {
	display: none;
}

.headrg .m_menuimg {
	display: none;
}


/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideBox .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	z-index: 1;
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px;
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on {
	background: #00a2ff;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li img {
	width: 100%;
	/* height: 100vh; */
	vertical-align: top;
}


/* 测试轮播图 */
.img_cut {
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
}

.iBannerHome .pd img {
	transition: all 3s ease-out;
}

.iBanner {
	/* position: absolute;
	top: -48px; */
}

.iBanner .swiperArrow {
	display: block;
}

.iBanner .swiperPrev {
	left: 80px;
}

.iBanner .swiperNext {
	right: 80px;
}

.iBanner .swiperDots {
	display: block;
}

.iBanner .pd {
	overflow: hidden;
	display: block;
}

.iBanner .pd img {
	width: 100%;
	/* height: calc(100vh - 50px); */
	/* 导航不固定 */

	height: 100vh;
}

.iBannerHome .pd img {
	transform: scale(1);
}

.iBannerHome .swiper-slide-active .pd img {
	transform: scale(1);
}



@media screen and (max-width:1024px) {
	body {
		padding-top: 0;
	}

	.iBanner .pd img {
		height: auto;
	}

}


@media screen and (max-width:540px) {

	.iBanner .swiperArrow {
		display: block;
	}

	.iBanner .swiperPrev {
		left: 20px;
	}

	.iBanner .swiperNext {
		right: 20px;
	}
}



/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {

	.logo {
		float: left;
		position: relative;
		width: 20%;
		height: 75px;
		overflow: hidden;
		margin-right: 5%;
	}


	.nav ul li .f_a {
		font-size: 15px;
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 15px;
	}

	.nav ul li .s_navbox .s_a {
		width: 100%;
	}

	.head .nav {
		display: block;
		float: right;
		/* width: 100%; */
		width: calc(75% - 250px);

		display: flex;
		align-items: center;
	}

	.head .nav ul li a span {
		font-size: 15px;
	}

	.head .tel {
		font-size: 18px;
	}

	.head .nav ul li .s_navbox .s_a a {
		font-size: 14px;
	}




	.tel {
		position: relative;
		width: auto;
		height: auto;
		/* overflow: hidden; */
		float: right;
		color: #e21337;
		font-size: 18px;
		font-weight: 600;
		line-height: 75px;
		text-align: right;

		margin-left: auto;

		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: center;
	}

	.tel i {
		font-size: 18px;
		margin-right: 5px;
	}

	.tel .weixin {
		font-size: 16px;
		cursor: pointer;
		margin-right: 20px;
		font-weight: 400;
	}

	.tel .weixin i {
		font-size: 16px;
	}

	.tels {
		font-size: 16px;
	}

}


/*移动端导航*/
@media screen and (max-width: 1200px) and (min-width: 960px) {

	.logo {
		float: left;
		position: relative;
		width: 20%;
		height: 75px;
		overflow: hidden;
		margin-right: 3%;
	}
}

@media screen and (max-width: 1200px) and (min-width: 960px) {

	.head {
		height: 75px;
	}

	.head .nav {
		display: block;
		float: right;
		/* width: 100%; */
		width: 75%;
	}

	.head .nav ul li {
		height: 75px;
	}

	.head .nav ul li a span {
		font-size: 16px;
	}

	.head .nav ul li .s_navbox {
		top: 75px;
	}

	.head .tel {
		display: none;

		width: 150px;
		font-size: 14px;
	}

}

@media screen and (max-width: 960px) and (min-width: 0px) {
	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 0;
	}

	.head {
		display: none;
	}

	.m_img {
		display: block;
		height: 50px;
		/* background: #fff; */
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		/* border-bottom: 1px solid #ddd; */
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		position: absolute;
		height: 45px;
		display: block;
		left: 10px;
	}



	.m_img .headlf .m_logo.caise {
		opacity: 0;
	}

	.m_img.nav_fixed .headlf .m_logo.caise {
		opacity: 1;
	}

	.m_img.nav_fixed .headlf .m_logo {
		opacity: 0;
	}

	.m_img .headrg .m_menuimg.caise {
		opacity: 0;
	}

	.m_img.nav_fixed .headrg .m_menuimg.caise {
		opacity: 1;
	}

	.m_img.nav_fixed .headrg .m_menuimg {
		opacity: 0;
	}


	.m_img .headrg {
		padding-right: 3%;
		padding-top: 15px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		position: absolute;
		right: 10px;
		height: 16px;
		vertical-align: top;
		display: block;
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000;
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1;
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0%;
		top: 2%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0;
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%;
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px;
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s;
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
		text-decoration: none;
	}

}




.Search .text {
	width: 73%;
	height: 56px;
	padding-left: 15px;
	line-height: 56px;
}

.Search .submit {
	width: 27%;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 16px;
}

.pop {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0 0 0 / 0.8);
	display: none;
}


.searchPop .Search {
	width: 50%;
}

.searchClose {
	position: absolute;
	top: 150px;
	right: 10vw;
	cursor: pointer;
	opacity: 0.8;
	transition: all .36s;
}

.searchClose:hover {
	opacity: 1;
	transform: rotate(180deg);
}






/* ===================首页banner样式========================== */
.banner {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.banner.pc {
	display: block;
}

.banner.wap {
	display: none;
}


.banner a {
	display: block;
	width: 100%;
}

.ban-imgpc,
.ban-imgmb {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}

.ban-imgpc {
	min-height: auto;
}

.ban-imgmb {
	min-height: 360px;
	display: none;
}

.ban-videopc {
	width: 100%;
	object-fit: cover;
	height: 100vh;
}



.banner .swiper-slide::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 1);
	opacity: 0.1;
}

.banner .swiper-pagination {
	bottom: 3%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 12px;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	position: relative;
	opacity: .58;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

.banner .swiper-pagination-bullet-active:after {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	position: absolute;
	border-radius: 20px;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}



/* banner大小渐变 */
.banner .swiper-wrapper video {
	position: relative;
	opacity: 0.95;
	-moz-transition: all 3s ease-in-out;
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	-ms-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;
}

.banner .swiper-wrapper .swiper-slide-active video {
	opacity: 1;
	-webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}



.banner .swiper-wrapper img {
	position: relative;
	opacity: 0.95;

	-moz-transition: all 3s ease-in-out;
	-webkit-transition: all 3s ease-in-out;
	-o-transition: all 3s ease-in-out;
	-ms-transition: all 3s ease-in-out;
	transition: all 3s ease-in-out;

}

.banner .swiper-wrapper .swiper-slide-active img {
	opacity: 1;
	-webkit-animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	animation: scaleUpDown 3s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}


@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



/* banner文字分离 */
.banner-words {
	position: absolute;
	z-index: 3;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

/* .banner-words h1:after,
.banner-words h1:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 60px;
	top: 50%;
	margin-top: 2px;
}

.banner-words h1:after {
	left: -68px;
	background: #0c1d65;
}

.banner-words h1:before {
	right: -68px;
	background: #0c1d65;
} */



.banner-words h1 {
	width: 100%;
	font-size: 50px;
	color: #0c1d65;
	opacity: 0;
	margin: 20px auto;
	font-weight: 600;
	/* background-image: -webkit-linear-gradient(to right, #0c1d65, #0c1d65);
	background-image: linear-gradient(to right, #0c1d65, #0c1d65);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
}

.banner-words h3 {
	width: 100%;
	font-size: 26px;
	color: #FFF;
	opacity: 0;
	margin: 20px auto;
	font-weight: lighter;
}

.banner-words h6 {
	width: 100%;
	font-size: 16px;
	color: #FFF;
	opacity: 0;
	margin: 20px auto;
	font-weight: lighter;
}

.banner-words p {
	width: 100%;
	font-size: 14px;
	color: #FFF;
	margin-top: 10px;
	opacity: 0;
}


.banner_xian {
	width: 80px;
	height: 3px;
	background: #0c1d65;
	margin: 30px 0;
	opacity: 0;
}


/* .swiper-slide-active .banner-words h6:after,
.swiper-slide-active .banner-words h6:before {
	animation: banToun 1.2s ease both 1s;
} */


.swiper-slide-active .banner-words h1 {
	animation: banToun 0.5s ease both 0.8s;
}

.swiper-slide-active .banner-words h3 {
	animation: banToun 0.5s ease both 0.9s;
}

.swiper-slide-active .banner-words h6 {
	animation: banToun 0.5s ease both 1.0s;
}

.swiper-slide-active .banner-words p {
	animation: banToun 0.5s ease both 1.1s;
}

.swiper-slide-active .banner-words .anniu_btn_text {
	animation: banToun 0.5s ease both 1.2s;
}

.swiper-slide-active .banner-words .banner_xian {
	animation: banToun 0.5s ease both 0.85s;
}


@keyframes banToun {
	0% {
		opacity: 0;
		transform: translateY(180px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.btns i {
	font-size: 3vw;
	color: #fff;
}



/* 按钮样式 */
.anniu_btn_text {
	display: inline-block;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	width: 150px;
	box-sizing: border-box;
	text-transform: uppercase;
	/* background-image: linear-gradient(325deg, #242937 30%, #fff); */
	position: relative;
	z-index: 2;
	margin: 30px auto;
	transition: all .3s;
}

.anniu_btn_text:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #fff;
	z-index: 2;
}

.anniu_btn_text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	/* -webkit-transform: scale(3);
    transform: scale(3); */
	background-image: linear-gradient(to right, #242937, #242937);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.anniu_line {
	position: absolute;
	left: 100%;
	top: 50%;
	height: 1px;
	width: 20%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	background-image: linear-gradient(325deg, #fff 30%, #fff);
	z-index: 0;
	opacity: 1;
}

.anniu_min_icon {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
}

.anniu_min_icon:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 60%;
	height: 60%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.anniu_max_icon {
	position: absolute;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
}

.anniu_max_icon:after {
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	width: 60%;
	height: 60%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.anniu_btn_text:hover {
	color: #fff;
}

.anniu_btn_text:hover:before {
	opacity: 1;
}

.anniu_btn_text:hover .anniu_line {
	opacity: 1;
	width: 30%;
	background-image: linear-gradient(to right, #242937, #242937);
}

.anniu_btn_text:hover .anniu_min_icon:after {
	border-right: 1px solid #242937;
	border-bottom: 1px solid #242937;
}

.anniu_btn_text:hover .anniu_max_icon:after {
	border-right: 1px solid #242937;
	border-bottom: 1px solid #242937;
}





/*中屏幕*/
@media screen and (min-width: 760px) and (max-width: 1200px) {

	.banner {
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
		height: 100vh;
		width: 100vw;
	}

	.banner-words {
		position: absolute;
		z-index: 2;
		width: 100%;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}


	.banner-words h1 {
		font-size: 40px;
	}

	.banner-words h3 {
		font-size: 20px;
		margin: 10px auto;
		font-weight: lighter;
	}

	.banner-words h6 {
		font-size: 14px;
		margin: 10px auto;
		font-weight: lighter;
	}

	.banner-words p {
		font-size: 14px;
		margin: 10px auto;
		font-weight: lighter;
	}

	.banner_xian {
		width: 80px;
		height: 2px;
		background: #fff;
		margin: 25px auto;
		opacity: 0;
	}

	.anniu_btn_text {
		width: 120px;
		line-height: 40px;
		font-size: 14px;
		margin: 10px 0;
	}


}


/*小屏幕*/
@media screen and (min-width: 0px) and (max-width: 760px) {

	.banner.pc {
		display: none;
	}

	.banner.wap {
		display: block;
	}

	.banner-words h1 {
		font-size: 24px;
	}

	.banner-words h3 {
		font-size: 16px;
		margin: 10px auto;
		font-weight: lighter;
	}

	.banner-words h6 {
		font-size: 14px;
		margin: 10px auto;
		font-weight: lighter;
	}

	.banner-words p {
		font-size: 14px;
		margin: 10px auto;
		font-weight: lighter;
	}

	.banner_xian {
		width: 80px;
		height: 2px;
		background: #fff;
		margin: 25px 0;
		opacity: 0;
	}

	.anniu_btn_text {
		width: 100px;
		line-height: 40px;
		font-size: 14px;
		margin: 10px 0;
	}

}


@media screen and (max-width: 1200px) and (min-width: 0px) {

	.banner {
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100vw;
		height: 100%;
	}

	.ban-imgpc,
	.ban-imgmb {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}

	.ban-videopc {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}

}




.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}




.swkc_scroll {
	position: fixed;
	bottom: 250px;
	right: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	display: none;
	z-index: 999999;
	background: #666;
	transition: all .6s;
}

.swkc_scroll:hover {
	background: #e21337;
}

.swkc_scroll:hover i {
	color: #fff;
}

.swkc_scroll i {
	font-size: 20px;
	color: #fff;
	line-height: 45px;
	cursor: pointer;
}




/* 视频弹出样式 */
.shipin_video {
	position: relative;
	width: 400px;
	height: auto;
}

.shipin_video img {
	width: 100%;
	height: 100%;
}

.play {
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;

	text-align: center;
	font-size: 18px;
	color: #fff;

	background: rgba(0, 0, 0, .3);
}

.play i {
	font-size: 40px;
}

div.video-play {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10001;


	-webkit-transition: all .5s .1s ease;
	transition: all .5s .1s ease;
}

div.video-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 1001;
	background: #0b0b0b;
	opacity: .9;
}

div.video-wrap {
	z-index: 1002;
	position: fixed;
	top: 52%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -52%, 0);
	transform: translate3d(-50%, -52%, 0);
	width: 70%;
	height: auto;
	max-height: 100%;

	opacity: 1;
	pointer-events: auto;
	-webkit-transition: all .5s .1s ease;
	transition: all .5s .1s ease;
}

div.video-wrap video {
	width: 100%;
	height: auto
}

div.close-btn {
	cursor: pointer;
	transition: all .36s;

	text-align: center;
	line-height: 40px;
	z-index: 9999;
	position: absolute;
	background: #000;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 1;
	right: -20px;
	top: -25px;
}

div.close-btn:hover {
	transform: rotate(180deg);
	opacity: 1;
}



@media screen and (min-width: 760px) and (max-width: 960px) {

	.shipin_video {
		position: relative;
	}

	.shipin_video img {
		width: 100%;
	}


	.play {
		position: absolute;
		width: 80px;
		height: 80px;
		line-height: 80px;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;

		text-align: center;
		font-size: 18px;
		color: #fff;

		background: rgba(0, 0, 0, .3);
	}

	.play i {
		font-size: 40px;
	}

	div.video-play {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 10001;
		display: none
	}

	div.video-bg {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		z-index: 1001;
		background: #0b0b0b;
		opacity: .9;
	}

	div.video-wrap {
		z-index: 1002;
		position: fixed;
		top: 52%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -52%, 0);
		transform: translate3d(-50%, -52%, 0);
		width: 80%;
		height: auto;
		max-height: 100%;

		opacity: 1;
		pointer-events: auto;
		-webkit-transition: all .5s .1s ease;
		transition: all .5s .1s ease;
	}

	div.video-wrap video {
		width: 100%;
		height: auto
	}

	div.close-btn {
		cursor: pointer;
		transition: all .36s;

		text-align: center;
		line-height: 40px;
		z-index: 9999;
		position: absolute;
		background: #000;
		border: 2px solid #fff;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		opacity: 0.5;
		right: -20px;
		top: -25px;
	}

	div.close-btn:hover {
		transform: rotate(180deg);
		opacity: 1;
	}

}


@media screen and (min-width: 0px) and (max-width: 760px) {

	.shipin_video {
		position: relative;
	}

	.shipin_video img {
		width: 100%;
	}


	.play {
		position: absolute;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer;

		text-align: center;
		color: #fff;

		background: rgba(0, 0, 0, .3);
	}

	.play i {
		font-size: 30px;
	}

	div.video-play {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 10001;
		display: none
	}

	div.video-bg {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 100%;
		z-index: 1001;
		background: #0b0b0b;
		opacity: .9;
	}

	div.video-wrap {
		z-index: 1002;
		position: fixed;
		top: 52%;
		left: 50%;
		-webkit-transform: translate3d(-50%, -52%, 0);
		transform: translate3d(-50%, -52%, 0);
		width: 80%;
		height: auto;
		max-height: 100%;

		opacity: 1;
		pointer-events: auto;
		-webkit-transition: all .5s .1s ease;
		transition: all .5s .1s ease;
	}

	div.video-wrap video {
		width: 100%;
		height: auto
	}

	div.close-btn {
		cursor: pointer;
		transition: all .36s;

		text-align: center;
		line-height: 40px;
		z-index: 9999;
		position: absolute;
		background: #000;
		border: 2px solid #fff;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		opacity: 0.5;
		right: -20px;
		top: -25px;
	}

	div.close-btn:hover {
		transform: rotate(180deg);
		opacity: 1;
	}




	.swkc_scroll {
		position: fixed;
		bottom: 250px;
		right: 5px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		display: none;
		z-index: 999999;
		background: #666;
		transition: all .6s;
	}

	.swkc_scroll:hover {
		background: #e21337;
	}

	.swkc_scroll:hover i {
		color: #fff;
	}

	.swkc_scroll i {
		font-size: 16px;
		color: #fff;
		line-height: 34px;
		cursor: pointer;
	}


}







/* 页面加载 */

.loading-page {
	position: fixed;
	background: #0d0d0d;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	z-index: 99999999999999999999999;
}

.loading-page .counter {
	text-align: center;
}

.loading-page .counter p {
	font-size: 40px;
	font-weight: 100;
	color: #f60d54;
}

.loading-page .counter h1 {
	color: white;
	font-size: 60px;
	margin-top: -10px;
}

.loading-page .counter hr {
	background: #f60d54;
	border: none;
	height: 1px;
}

.loading-page .counter {
	position: relative;
	width: 200px;
}

.loading-page .counter h1.abs {
	position: absolute;
	top: 0;
	width: 100%;
}

.loading-page .counter .color {
	width: 0px;
	overflow: hidden;
	color: #f60d54;
}





/* 底部 */
.footer {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 80px 0;
	background: #000;
}

.footer_one {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 5fr 1fr;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
}

.footer_left {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_left span {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	color: #fff;
}

.footer_left span.footer_left_t1 {
	font-size: 66px;
	font-weight: 300;
}

.footer_left span.footer_left_t2 {
	font-size: 28px;
	padding-left: 25px;
}

.footer_left span.footer_left_t2::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 30px;
	background: #fff;
	top: 55%;
	left: 5px;
	transform: translate(0, -50%);
}

.footer_right {
	position: relative;
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_right img {
	max-width: 100%;
	position: absolute;
	bottom: 5px;
	right: 0;
}

.footer_nav {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	margin: 30px auto;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.footer_nav_left {
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.footer_nav_left ul li {
	float: left;
}

.footer_nav_left li {
	width: calc(100% / 4);
	height: auto;
	overflow: hidden;
	line-height: 44px;
}

.footer_nav_left li a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.footer_nav_right {
	float: right;
	width: 180px;
	height: auto;
	overflow: hidden;
	text-align: right;
	line-height: 44px;
}

.footer_nav_right a {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
}

.footer_nav_right a i {
	font-size: 30px;
	margin-right: 10px;
}

.footer_xiao {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_xiao_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.footer_xiao_nav {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_xiao_nav ul li {
	float: left;
}

.footer_xiao_nav li {
	width: calc(100% / 4);
	height: auto;
	overflow: hidden;
	line-height: 36px;
}

.footer_xiao_nav li span {
	display: block;
}

.footer_xiao_nav li span a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}


.footer_xiao_lianxi {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_xiao_lianxi_mian {
	width: 450px;
	height: auto;
	overflow: hidden;
	float: right;
}

.footer_xiao_lianxi_mian_ewm {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.footer_xiao_lianxi_mian_ewm img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
	max-height: 105px;
}

.footer_xiao_lianxi_mian_ewm span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}

.footer_xiao_lianxi_mian_txt {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	padding-left: 20px;
}

.footer_xiao_lianxi_mian_txt span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	line-height: 40px;
}

.footer_xiao_lianxi_mian_txt span.footer_xiao_lianxi_mian_txt_ge {
	background: #fff;
	width: 100%;
	height: 5px;
	margin-top: 20px;
}



.footer_fuwu {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	margin-top: 100px;
	border-bottom: 1px solid #fff;
	display: grid;
	grid-template-columns: 2fr 5fr;
	grid-column-gap: 25px;
	grid-row-gap: 25px;
}

.footer_fuwu_left {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;

	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: left;
}

.footer_fuwu_dazi {
	font-size: 52px;
	font-weight: 600;
}

.footer_fuwu_xiaozi {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 5px;
}

.footer_fuwu_xiaozi span {
	display: block;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.footer_fuwu_right {
	float: right;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footer_fuwu_right img {
	max-width: 100%;
	float: right;
	position: absolute;
	bottom: 8px;
	right: 0;
}

.footer_banquan {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.footer_banquan span {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.footer_banquan span.footer_banquan_left {
	float: left;
}

.footer_banquan span.footer_banquan_right {
	float: right;
}




/*大屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1800px) {}

/*中屏幕*/
@media screen and (min-width: 768px) and (max-width: 1200px) {


	/* 底部 */
	.footer {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 80px 0;
		background: #000;
	}

	.footer_one {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 5fr 1fr;
		grid-column-gap: 25px;
		grid-row-gap: 25px;
	}

	.footer_left {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_left span {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		color: #fff;
	}

	.footer_left span.footer_left_t1 {
		font-size: 66px;
		font-weight: 300;
	}

	.footer_left span.footer_left_t2 {
		font-size: 22px;
		padding-left: 25px;
	}

	.footer_left span.footer_left_t2::before {
		position: absolute;
		content: "";
		width: 6px;
		height: 30px;
		background: #fff;
		top: 55%;
		left: 5px;
		transform: translate(0, -50%);
	}

	.footer_right {
		position: relative;
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_right img {
		max-width: 90%;
		position: absolute;
		bottom: 5px;
		right: 0;
	}

	.footer_nav {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 10px 0;
		margin: 20px auto;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.footer_nav_left {
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
	}

	.footer_nav_left ul li {
		float: left;
	}

	.footer_nav_left li {
		width: calc(100% / 4);
		height: auto;
		overflow: hidden;
		line-height: 44px;
	}

	.footer_nav_left li a {
		color: #fff;
		font-size: 18px;
		font-weight: 300;
	}

	.footer_nav_right {
		float: right;
		width: 180px;
		height: auto;
		overflow: hidden;
		text-align: right;
		line-height: 44px;
	}

	.footer_nav_right a {
		color: #fff;
		font-size: 20px;
		font-weight: 300;
	}

	.footer_nav_right a i {
		font-size: 30px;
		margin-right: 10px;
	}

	.footer_xiao {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_xiao_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.footer_xiao_nav {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_xiao_nav ul li {
		float: left;
	}

	.footer_xiao_nav li {
		width: calc(100% / 4);
		height: auto;
		overflow: hidden;
		line-height: 24px;
	}

	.footer_xiao_nav li span {
		display: block;
	}

	.footer_xiao_nav li span a {
		color: #fff;
		font-size: 14px;
		font-weight: 300;
	}


	.footer_xiao_lianxi {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_xiao_lianxi_mian {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: right;
	}

	.footer_xiao_lianxi_mian_ewm {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 5px;
		grid-row-gap: 5px;
	}

	.footer_xiao_lianxi_mian_ewm img {
		display: block;
		margin: 0px auto;
		max-width: 100%;
	}

	.footer_xiao_lianxi_mian_ewm span {
		display: block;
		font-size: 14px;
		line-height: 24px;
		font-weight: 300;
		color: #fff;
		text-align: center;
	}

	.footer_xiao_lianxi_mian_txt {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 30px;
		padding-left: 20px;
	}

	.footer_xiao_lianxi_mian_txt span {
		display: block;
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		line-height: 26px;
	}

	.footer_xiao_lianxi_mian_txt span.footer_xiao_lianxi_mian_txt_ge {
		background: #fff;
		width: 100%;
		height: 3px;
		margin-top: 20px;
	}



	.footer_fuwu {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		color: #fff;
		margin-top: 50px;
		border-bottom: 1px solid #fff;
		display: grid;
		grid-template-columns: 2fr 5fr;
		grid-column-gap: 25px;
		grid-row-gap: 25px;
	}

	.footer_fuwu_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: left;
	}

	.footer_fuwu_dazi {
		font-size: 32px;
		font-weight: 600;
	}

	.footer_fuwu_xiaozi {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-left: 10px;
		padding-top: 5px;
	}

	.footer_fuwu_xiaozi span {
		display: block;
		font-size: 14px;
		font-weight: 300;
		color: #fff;
		line-height: 14px;
	}

	.footer_fuwu_right {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_fuwu_right img {
		max-width: 100%;
		float: right;
		position: relative;
		bottom: 0px;
		right: 0;
	}

	.footer_banquan {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 5px;
	}

	.footer_banquan span {
		display: inline-block;
		font-size: 14px;
		font-weight: 300;
		color: #fff;
	}

	.footer_banquan span.footer_banquan_left {
		float: left;
	}

	.footer_banquan span.footer_banquan_right {
		float: right;
	}



}

/*小屏幕*/
@media screen and (min-width: 0px) and (max-width: 768px) {


	/* 底部 */
	.footer {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
		padding: 50px 0 30px;
		background: #000;
	}

	.footer_one {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 25px;
		grid-row-gap: 25px;
	}

	.footer_left {
		position: relative;
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_left span {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		display: block;
		color: #fff;
	}

	.footer_left span.footer_left_t1 {
		font-size: 46px;
		font-weight: 300;
		margin-bottom: 20px;
	}

	.footer_left span.footer_left_t2 {
		font-size: 16px;
		padding-left: 25px;
	}

	.footer_left span.footer_left_t2::before {
		position: absolute;
		content: "";
		width: 6px;
		height: 30px;
		background: #fff;
		top: 55%;
		left: 5px;
		transform: translate(0, -50%);
	}

	.footer_right {
		position: relative;
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_right img {
		max-width: 100%;
		position: absolute;
		bottom: 5px;
		right: 0;
	}

	.footer_nav {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 30px 0;
		margin: 30px auto;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;

		display: none;
	}

	.footer_nav_left {
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
	}

	.footer_nav_left ul li {
		float: left;
	}

	.footer_nav_left li {
		width: calc(100% / 4);
		height: auto;
		overflow: hidden;
		line-height: 44px;
	}

	.footer_nav_left li a {
		color: #fff;
		font-size: 20px;
		font-weight: 300;
	}

	.footer_nav_right {
		float: right;
		width: 180px;
		height: auto;
		overflow: hidden;
		text-align: right;
		line-height: 44px;
	}

	.footer_nav_right a {
		color: #fff;
		font-size: 26px;
		font-weight: 300;
	}

	.footer_nav_right a i {
		font-size: 30px;
		margin-right: 10px;
	}

	.footer_xiao {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_xiao_box {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.footer_xiao_nav {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: none;
	}

	.footer_xiao_nav ul li {
		float: left;
	}

	.footer_xiao_nav li {
		width: calc(100% / 4);
		height: auto;
		overflow: hidden;
		line-height: 36px;
	}

	.footer_xiao_nav li span {
		display: block;
	}

	.footer_xiao_nav li span a {
		color: #fff;
		font-size: 16px;
		font-weight: 300;
	}


	.footer_xiao_lianxi {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_xiao_lianxi_mian {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: right;
	}

	.footer_xiao_lianxi_mian_ewm {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}

	.footer_xiao_lianxi_mian_ewm img {
		display: block;
		margin: 0px auto;
		max-width: 90px;
	}

	.footer_xiao_lianxi_mian_ewm span {
		display: block;
		font-size: 14px;
		font-weight: 300;
		color: #fff;
		text-align: center;
	}

	.footer_xiao_lianxi_mian_txt {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-top: 30px;
		padding-left: 0px;
	}

	.footer_xiao_lianxi_mian_txt span {
		display: block;
		font-size: 16px;
		font-weight: 300;
		color: #fff;
		line-height: 32px;
		padding-left: 10px;
	}

	.footer_xiao_lianxi_mian_txt span.footer_xiao_lianxi_mian_txt_ge {
		background: none;
		width: 100%;
		height: 5px;
		margin-top: 50px;
	}



	.footer_fuwu {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		color: #fff;
		margin: 30px auto;
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 25px;
		grid-row-gap: 25px;
	}

	.footer_fuwu_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;

		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: left;
	}

	.footer_fuwu_dazi {
		font-size: 52px;
		font-weight: 600;
	}

	.footer_fuwu_xiaozi {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-left: 10px;
		padding-top: 5px;
	}

	.footer_fuwu_xiaozi span {
		display: block;
		font-size: 16px;
		font-weight: 300;
		color: #fff;
	}

	.footer_fuwu_right {
		float: right;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.footer_fuwu_right img {
		max-width: 100%;
		float: right;
		position: absolute;
		bottom: 8px;
		right: 0;
	}

	.footer_banquan {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: 50px;
	}

	.footer_banquan span {
		display: inline-block;
		font-size: 14px;
		font-weight: 300;
		color: #fff;
	}

	.footer_banquan span.footer_banquan_left {
		float: left;
		width: 100%;
		text-align: center;
	}

	.footer_banquan span.footer_banquan_right {
		float: right;
		width: 100%;
		text-align: center;
	}

}


.links_bj{
	background: #000;
}

.links{
	color: #666;
}

.links a{
	color: #666;
}

/*大屏幕*/
@media screen and (min-width: 1200px) and (max-width: 1800px) {}

/*中屏幕*/
@media screen and (min-width: 768px) and (max-width: 1200px) {}

/*小屏幕*/
@media screen and (min-width: 0px) and (max-width: 768px) {}