﻿



:root {

	--blue: #0062FF;

}



.m_pd {

	width: 100%;

	padding-right: 20px;

	padding-left: 20px;

	margin-right: auto;

	margin-left: auto;

	max-width: 1400px;

}

@media(max-width:1680px) {

.m_pd {

	padding: 0 6%;

}



}

@media(max-width:1580px) {

.m_pd {

	padding: 0 7%;

}



}



@media(max-width:1440px) {

.m_pd {

	padding: 0 8%;

}



}



@media(max-width:768px) {

.m_pd {

	padding: 0 20px;

}



}







header>.m_pd {

	height: 100%;

}



/*index*/

.m_banner {

	height: 870px;

	overflow: hidden;

	position: relative;

}



.m_banner .index_banner_img, .index_m_banner {

	width: 100%;

	height: 100%;

	overflow: hidden;

}



.m_banner .swiper-slide {

	position: relative;

}



.m_banner .swiper-slide .img_pc {

	height: 100%;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	transform: scale(1.1);

}



.m_banner .swiper-slide-active .img_pc {

	transform: scale(1);

	transition: 5s linear;

}



.m_banner .img_pc video {

	-o-object-fit: cover;

	object-fit: cover;

	width: 100%;

	height: 100%;

}



.index_banner_text {

	position: absolute;

	left: 50%;

	top: 50%;

	-webkit-transform: translate(-50%, -50%);

	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);

	z-index: 2;

}

.m_banner .swiper-slide .index_banner_text .t4 {

	color: #fff;

	font-weight: 400;

	line-height: 1.5;

	opacity: 0;

	-webkit-transform: translateY(50px);

	-ms-transform: translateY(50px);

	transform: translateY(50px);

}

.m_banner .swiper-slide .index_banner_text .t1 {

	margin-top: 16px;

	color: #fff;

	font-weight: 700;

	line-height: 1.5;

	opacity: 0;

	-webkit-transform: translateY(50px);

	-ms-transform: translateY(50px);

	transform: translateY(50px);

}

.m_banner .swiper-slide-active .index_banner_text .t4 {

	opacity: 1;

	-webkit-transform: translateY(0px);

	-ms-transform: translateY(0px);

	transform: translateY(0px);

	-webkit-transition: all 0.6s;

	-o-transition: all 0.6s;

	transition: all 0.6s;

}

.m_banner .swiper-slide-active .index_banner_text .t1 {

	opacity: 1;

	-webkit-transform: translateY(0px);

	-ms-transform: translateY(0px);

	transform: translateY(0px);

	-webkit-transition: all 1s;

	-o-transition: all 1s;

	transition: all 1s;

}



.m_banner .swiper-slide .index_banner_text .t2 {

	color: #fff;

	font-weight: 700;

	margin-top: 8px;

	opacity: 0;

	-webkit-transform: translateY(50px);

	-ms-transform: translateY(50px);

	transform: translateY(50px);

}



.m_banner .swiper-slide-active .index_banner_text .t2 {

	opacity: 1;

	-webkit-transform: translateY(0px);

	-ms-transform: translateY(0px);

	transform: translateY(0px);

	-webkit-transition: all 1s .3s;

	-o-transition: all 1s .3s;

	transition: all 1s .3s;

}



.m_banner .swiper-slide .index_banner_text .t3 {

	display: block;

	margin-top: 50px;

	width: 160px;

	height: 50px;

	background: linear-gradient(180deg, #0062FF 0%, rgba(0, 98, 255, 0.73) 100%);

	border-radius: 4px;

	line-height: 50px;

	color: #FFFFFF;

	text-align: center;

	-webkit-transform: translateY(70px);

	-ms-transform: translateY(70px);

	transform: translateY(70px);

	opacity: 0;

}



.m_banner .swiper-slide-active .index_banner_text .t3 {

	opacity: 1;

	-webkit-transform: translateX(0);

	-ms-transform: translateX(0);

	transform: translateX(0);

	-webkit-transition: all 1s .6s;

	-o-transition: all 1s .6s;

	transition: all 1s .6s;

}



.index_banner_text .t3 span {

	font-size: 15px;

	font-weight: 400;

	background-size: 15px 15px;

	background-position: right;

	padding-right: 25px;

	background-repeat: no-repeat;

	background-image: url(../images/m_more.svg);

}



.m_banner_btn {

	position: absolute;

	bottom: 20%;

	width: 100%;

	z-index: 3;

}



.m_banner_btn .btn_ {

	float: left;

	width: 62px;

	height: 62px;

	border: 1px dashed #FFFFFF;

	border-radius: 50%;

	background-image: url(../images/next_white.svg);

	background-repeat: no-repeat;

	background-position: center;

	background-size: 24px;

	cursor: pointer;

	transition: all .3s;

}



.m_banner_btn .btn_:hover {

	background-image: url(../images/next_white.svg);

}



.m_banner_btn .next {

	margin-left: 24px;

}



.m_banner_btn .prev {

	transform: rotate(180deg);

}



.ipad_show {
	display: none !important;
}

@media(max-width:1440px) {

	.m_banner_btn {

		bottom: 15%;

	}



	.m_banner {

		height: 700px;

	}

	.m_banner_btn .btn_ {

		width: 50px;

		height: 50px;

		background-size: 22px;

	}
	.m_banner .swiper-slide .pc {
		display: none !important;
	}
	.ipad_show {
		display: block !important;
	}



}



@media(max-width:1366px) {

	.m_banner {

		height: 600px;

	}



	.m_banner .swiper-slide .index_banner_text .t1 {

		/* font-size: 48px; */

	}



	.m_banner .swiper-slide .index_banner_text .t2 {

		/* font-size: 32px; */

	}



	.m_banner_btn {

		bottom: 10%;

	}



	.m_banner_btn .btn_ {

		width: 56px;

		height: 56px;

	}



}



@media(max-width:1280px) {

	.m_banner {

		height: 600px;

	}



	.m_banner .swiper-slide .index_banner_text .t1 {

		/* font-size: 44px; */

	}



	.m_banner .swiper-slide .index_banner_text .t2 {

		/* font-size: 30px; */

	}



	.m_banner_btn .btn_ {

		width: 50px;

		height: 50px;

	}



}



@media(max-width:768px) {

	.m_banner {

		height: auto;

	}



	.m_banner .swiper-slide .index_banner_text .t1 {

		font-size: 30px;

	}



	.m_banner .swiper-slide .index_banner_text .t2 {

		font-size: 22px;

		margin-top: 15px;

	}



	.m_banner .swiper-slide .index_banner_text .t3 {

		height: 42px;

		line-height: 42px;

		width: 120px;

		margin-top: 35px;

	}



	.m_banner_btn .btn_ {

		bottom: 30px;

		width: 40px;

		height: 40px;

		background-size: 20px;

	}



	.m_banner_btn .next {

		margin-left: 15px;

	}
	.ipad_show {
		display: none !important;
	}


}



@media(max-width:374px) {

	.m_banner .swiper-slide .index_banner_text .t1 {

		font-size: 24px;

	}



	.m_banner .swiper-slide .index_banner_text .t2 {

		font-size: 18px;

	}



}



/*index one*/

.m_index_one {

	background: #F5F9FF;

	padding: 54px 0;

	overflow: hidden;

}



.m_index_one ul {

	margin-left: -7px;

	margin-right: -7px;

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}



.m_index_one ul li {

	-ms-flex-preferred-size: 0;

	flex-basis: 0;

	-ms-flex-positive: 1;

	flex-grow: 1;

	max-width: 100%;

	padding-left: 7px;

	padding-right: 7px;

}



.m_index_one .m_bg {

	width: 100%;

	height: 100%;

	min-height: 130px;

	background: #FFFFFF;

	border: 1px solid rgba(0, 98, 255, 0.12);

	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);

	border-radius: 6px;

	padding: 25px;

}



.m_index_one .m_bg .m_num {

	font-weight: 400;

	font-size: 16px;

	line-height: 21px;

	display: flex;

	align-items: center;

	color: #333333;

}



.m_index_one .m_bg .m_num strong {

	font-weight: 700;

	font-size: 24px;

	padding-left: 8px;

}



.m_index_one .m_bg .m_text {

	margin-top: 7px;

	max-width: 200px;

}



.m_index_one .m_bg .m_text p {

	font-weight: 400;

	font-size: 14px;

	line-height: 24px;

	color: #9EA9BB;

}



.m_index_one .m_bg:hover {

	background: linear-gradient(112.06deg, #1067DB 0%, rgba(16, 103, 219, 0.74) 101.66%);

	border: 1px solid rgba(0, 98, 255, 0.12);

	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);

}



.m_index_one .m_bg .m_num img {

	width: 32px;

	height: 32px;

}



.m_index_one .m_bg .m_num img:nth-child(2) {

	display: none;

}



.m_index_one .m_bg:hover .m_num img:nth-child(1) {

	display: none;

}



.m_index_one .m_bg:hover .m_num img:nth-child(2) {

	display: inline-block;

}



.m_index_one .m_bg:hover .m_num, .m_index_one .m_bg:hover .m_text p {

	color: #ffffff;

}

@media(max-width:1680px) {

.m_index_one .m_bg {

padding: 25px 20px;

}

.m_index_one .m_bg .m_text p {

	font-size: 13px;

}

}

@media(max-width:1580px) {

.m_index_one .m_bg {

	padding: 25px 22px;

}



}

@media(max-width:1440px) {

.m_index_one .m_bg {

	padding: 25px 16px;

}



}

@media(max-width:1200px) {

	.m_index_one .m_bg .m_num img {

		width: 26px;

		height: 26px;

	}



	.m_index_one .m_bg .m_num strong {

		font-size: 20px;

	}



	.m_index_one .m_bg {

		padding: 25px 20px;

	}



}



@media(max-width:991px) {

	.m_index_one ul {

		display: block;

	}



	.m_index_one ul li {

		width: 33.33%;

		float: left;

		padding-bottom: 14px

	}



	.m_index_one .m_bg {

		min-height: 157px;

	}



	.m_index_one .m_bg .m_text p {

		max-width: 200px;

	}



}



@media(max-width:767px) {

	.m_index_one {

		padding: 40px 0;

	}



	.m_index_one ul {

		display: block;

	}



	.m_index_one ul li {

		width: 100%;

	}

	.m_index_one ul li:last-child {

		padding-bottom: 0;

	}

	.m_index_one .m_bg .m_text {

		height: 48px;

	}



	.m_index_one .m_bg {

		min-height: 130px;

	}



}



@media(max-width:540px) {

	.m_index_one .m_bg {

		padding: 25px 15px;

	}



	.m_index_one .m_bg .m_text {

		height: auto;

		max-width: 100%;

	}



	.m_index_one .m_bg .m_text p {

		max-width: 100%;

	}



}



@media(max-width:375px) {

	.m_index_one .m_bg .m_text p {

		text-align: justify;

	}



}



/*index industy*/

.m_index_two {

	width: 100%;

	position: relative;

	overflow: hidden;

	z-index: 1;

}



.m_index_two:after {

	content: "";

	width: 100%;

	position: absolute;

	left: 0;

	top: 35%;

	height: 65%;

	background-color: #F4F9FF;

	background-image: url(../images/m_in_twobg.png);

	background-repeat: no-repeat;

	background-size: cover;

	z-index: -1;

}



.m_index_title {

	text-align: center;

}



.m_index_title p {

	font-weight: 400;

	font-size: 15px;

	line-height: 20px;

	margin-top: 15px;

	color: #66748C;

}



.m_indus_up {

	margin-top: 44px;

	background: linear-gradient(180deg, #0062FF 0%, rgba(0, 98, 255, 0.71) 100%);

	border-radius: 8px;

	position: relative;

	z-index: 1;

	padding: 85px 75px 0 75px;

}



.m_indus_up:after {

	content: "";

	width: 100%;

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	background-image: url(../images/m_in_twobg2.png);

	background-repeat: no-repeat;

	background-size: cover;

	z-index: -1;

}



.fs20 {

	font-size: 20px;

}



.fs32 {

	font-size: 32px;

}



.m_indus_sub {

	display: flex;

	justify-content: space-between;

	align-items: flex-end;

	color: #ffffff;

}



.m_indus_sub div:first-child {

	padding-right: 20px;

}



.m_indus_sub h3 {

	line-height: 1.2;

}



.m_indus_sub p {

	margin-top: 25px;

	line-height: 1.4;

}



.m_more a {

	width: 160px;

	height: 50px;

	display: inline-block;

	border: 1px solid #FFFFFF;

	border-radius: 4px;

	display: flex;

	align-items: center;

	justify-content: center;

	font-weight: 400;

	font-size: 15px;

	line-height: 20px;

	color: #FFFFFF;

	position: relative;

}



.m_more a img {

	margin-left: 10px;

}



.m_more a::before {

	content: '';

	z-index: -1;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	border-color: var(--blue);

	background: linear-gradient(180deg, #0062FF 0%, rgba(0, 98, 255, 0.73) 100%);

	transform-origin: center right;

	transform: scaleX(0);

	transition: transform 0.25s ease-in-out;

}



.m_more a:hover::before {

	transform-origin: center left;

	transform: scaleX(1);

}



.index_indus_con {

	margin-top: 45px;

}



.index_indus_con .swiper-slide {

	/* width: calc(15.5% - 6px); */

	width: calc(13.5% - 6px);

	height: 273px;

	

	border-radius: 8px 8px 0px 0px;

	background: #FFFFFF;

	overflow: hidden;

	position: relative;

	z-index: 1;

}



.index_indus_con .swiper-slide:after {

	content: "";

	position: absolute;

	left: 0;

	width: 100%;

	top: 0;

	height: 70%;

	z-index: -1;

	background: linear-gradient(180deg, #96BEFF 0%, rgba(255, 255, 255, 0) 100%);

}



.index_indus_con .swiper-slide.active:after {

	opacity: 0;

}



.index_indus_con .swiper-slide.active {

	/* width: calc(38% - 6px); */

	width: calc(33% - 6px);

}



.index_indus_con .small {

	text-align: center;

}



.index_indus_con .ico_ {

	width: 80px;

	height: 80px;

	margin: 0 auto;

	margin-bottom: 40px;

}



.index_indus_con .m_bg {

	padding: 39px 0;

	overflow: hidden;

	height: 100%;

	width: 250%;

	position: relative;

}



.index_indus_con .m_bg .small {

	width: 40%;

	height: 100%;

	float: left;

	padding: 0 5px;

}



.index_indus_con .m_bg .small .t_ {

	font-size: 18px;

	line-height: 1.6;

	color: #333333;

}



.index_indus_con .m_bg .r_ {

	flex: 1;

	display: flex;

	/* padding: 0 35px; */

	padding: 0 24px;

	border-left: 1px dashed rgba(102, 116, 140, 0.3);

	align-items: center;

	width: 60%;

	position: absolute;

	height: 100%;

	right: 0;

	top: 0;

	opacity: 0;

	transform: translateY(40px);

	transition: all .3s;

}



.index_indus_con .m_bg .r_ div {

	max-height: 197px;

	overflow-y: auto;

}



.index_indus_con .m_bg .r_ p {

	font-weight: 400;

	font-size: 15px;

	line-height: 26px;

	color: #66748C;

	margin: 5px 0;

	position: relative;

	padding-left: 14px;

}



.index_indus_con .m_bg .r_ p:before {

	content: "";

	position: absolute;

	left: 0;

	top: 10px;

	width: 6px;

	height: 6px;

	border-radius: 50%;

	background: #66748C;

}



.index_indus_con .swiper-slide.active .m_bg {

	background-image: url(../images/m_in_t_logo.svg);

	background-repeat: no-repeat;

	background-position: right bottom;

	background-size: 45%;

	width: 100%;

}

.index_indus_con .swiper-slide.active .m_bg .r_ {

	opacity: 1;

	transform: translateY(0);

}



.m_indus_down {

	padding-top: 50px;

	display: flex;

	align-items: center;

	justify-content: space-between;

}



.m_indus_down .m_case_l {

	width: 45%;

	padding-right: 40px;

}



.m_indus_down .m_case_img {

	width: 55%;

	padding-left: 50px;

	text-align: right;

}



.m_case_des {

	margin-top: 20px;

	text-align: justify;

	color: #66748C;

}



.m_case_des p {

	font-size: 15px;

	line-height: 28px;

	padding-bottom: 20px;

}



.m_case_sub h3 {

	line-height: 1.2;

}



.m_case_sub p {

	font-weight: 700;

	line-height: 1.4;

	text-align: justify;

	margin-top: 25px;

	color: #2C3647;

}



.m_indus_down .m_more_b {

	padding-top: 30px;

}



.m_indus_down .m_more_b a {

	color: var(--blue);

	display: inline-block;

}



.index_indus_con .swiper-pagination {

	display: none;

}





@media(min-width:768px) {

	.m_indus_down .m_more_b a {

		-webkit-transition: all 0.4s;

		-moz-transition: all 0.4s;

		-ms-transition: all 0.4s;

		-o-transition: all 0.4s;

		transition: all 0.4s;

	}



	.m_indus_down .m_more_b a:hover {

		transform: translateX(10px);

	}



}

@media(max-width:1680px) {



.index_indus_con .m_bg .r_ {

padding: 0 25px;

}

}

@media(max-width:1440px) {



.fs20 {

	font-size: 18px;

}

.m_indus_up {

	padding: 75px 65px 0 65px;

}





.index_indus_con .m_bg .r_ p {

    font-weight: 500;

    font-size: 14px;

    line-height: 25px;

    margin: 5px 0;

}



}

@media(max-width:1366px) {

	.index_indus_con .swiper-slide {

		width: calc(20% - 6px);

	}



	.index_indus_con .swiper-slide.active {

		width: calc(40% - 6px);

	}



	.index_indus_con .swiper-pagination {

		display: block;

	}



	.index_indus_con .swiper-pagination span {

		width: 10px;

		height: 10px;

		background: var(--blue);

		opacity: 0.5;

		border-radius: 9px;

	}



	.index_indus_con .swiper-pagination span.swiper-pagination-bullet-active {

		width: 30px;

		opacity: 1;

	}



}



@media(max-width:1280px) {

.index_indus_con .m_bg .r_ {

    padding: 0 25px;

}

.index_indus_con .m_bg .small .t_ {

	font-size: 16px;

}



}





@media(max-width:1200px) {

	.m_index_two {

		padding-top: 60px;

		padding-bottom: 50px;

	}



	.index_indus_con .swiper-slide {

		width: calc(25% - 6px);

	}



	.index_indus_con .swiper-slide.active {

		width: calc(50% - 6px);

	}



	.m_indus_down .m_case_l {

		padding-right: 30px;

	}



	.m_indus_down .m_case_img {

		padding-left: 10px;

	}



	.m_case_des p {

		line-height: 1.8;

		padding-bottom: 10px;

	}



}





@media(max-width:991px) {

	.m_index_two {

		padding-top: 50px;

		padding-bottom: 50px;

	}



	.m_indus_up {

		margin-top: 44px;

		height: auto;

		min-height: 494px;

		padding: 55px 35px 0 35px;

	}



	.index_indus_con .swiper-slide {

		width: calc(33.33% - 6px);

	}



	.index_indus_con .swiper-slide.active {

		width: calc(66.66% - 6px);

	}



	.index_indus_con .swiper-slide {

		transition: all 0s;

	}



	



	.m_indus_sub {

		display: block;

	}



	.m_indus_sub .m_more {

		padding-top: 20px;

	}



	.m_indus_sub p {

		margin-top: 15px;

	}



	.m_indus_down {

		display: block;

	}



	.m_indus_down .m_case_l {

		width: 100%;

		padding-right: 0;

	}



	.m_indus_down .m_case_img {

		width: 100%;

		padding-left: 0;

		text-align: center;

		padding-top: 30px

	}



}



@media(max-width:767px) {

	.m_index_two {

		padding-top: 40px 0;

	}



	.m_indus_up {

		margin-top: 40px;

		padding: 40px 20px 0 20px;

	}



}



@media(max-width:767px) {

	.index_indus_con .swiper-slide {

		width: 100%;

		height: auto;

	}



	.index_indus_con .swiper-slide.active {

		width: 100%;

	}



	.index_indus_con .ico_ {

		width: 40px;

		height: 40px;

		margin-bottom: 10px;

	}

	.index_indus_con .m_bg {

		width: 100%;

		padding: 25px 0;

		padding-bottom: 35px;

	}

	.index_indus_con .swiper-slide.active .m_bg {

		display: block;

		width: 100%;



	}



	.index_indus_con .swiper-slide .small {

		width: 100%;

		height: 115px !important;

	}



	.index_indus_con .swiper-slide.active .small {

		width: 100%;

	}



	.index_indus_con .swiper-slide .r_ {

		display: block;

		width: 100% !important;

		padding: 0 20px;

		position: inherit;

		right: inherit;

		opacity: 1;

		top: inherit;

		height: auto;

		float: left;

		border: none;

		transform: inherit!important;

	}



	



	.index_indus_con .swiper-slide.active::after {

		opacity: 1;

	}

	.index_indus_con .m_bg .r_ p {

		text-align: justify;

		font-size: 14px;

	}



}



@media(max-width:360px) {

	.m_case_sub p {

		max-width: 300px;

	}



}



/*hexinchanpin*/

.m_core_bg {

	width: 100%;

	background-size: cover;

	background-image: url(../images/m_pro_bg.jpg);

	background-repeat: no-repeat;

	background-position: center;

	overflow: hidden;

}



.m_core_bg .m_index_title, .m_core_bg .m_index_title p {

	color: #ffffff;

}



.m_core_bg .mySwiper {

	margin-top: 50px;

}



.m_core_bg .m_core_k {

	width: 100%;

	height: 72px;

	display: flex;

	justify-content: center;

	cursor: pointer;

	align-items: center;

	background: rgba(255, 255, 255, 0.1);

	border: 1px solid rgba(255, 255, 255, 0.18);

	border-radius: 6px;

}



.m_core_bg .m_core_k span {

	font-weight: 400;

	font-size: 16px;

	line-height: 21px;

	color: #FFFFFF;

	display: flex;

	align-items: center;

	padding: 0 5px;

}



.m_core_bg .m_core_k span img {

	margin-right: 15px;

	width: 40px;

	height: 40px;

}



.m_core_bg .m_core_k span img:nth-child(2) {

	display: none;

}



.m_core_bg .swiper-slide-thumb-active .m_core_k span img:nth-child(2) {

	display: inline-block;

}



.m_core_bg .swiper-slide-thumb-active .m_core_k span img:nth-child(1) {

	display: none;

}



.m_core_bg .mySwiper2 {

	padding-top: 68px;

}



.m_core_bg .m_thumb {

	border-radius: 6px;

	overflow: hidden;

	float: left;

	position: relative;

}



.m_core_bg .m_thumb .img_ {

	position: absolute;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

}



.m_core_bg .mySwiper2 .swiper-slide {

	opacity: 0 !important;

}



.m_core_bg .mySwiper2 .swiper-slide-active {

	opacity: 1 !important;

}



.m_core_bg .core_but.swiper-button-disabled {

	opacity: 0;

}



.m_core_dw {

	position: relative;

}



.m_core_bg .core_but {

	top: 36px;

	transform: translateY(-50%);

	width: 40px;

	height: 40px;

	border-radius: 50%;

	background-size: 100%;

	background-color: #fff;

	position: absolute;

	display: flex;

	align-items: center;

	justify-content: center;

	cursor: pointer;

	z-index: 9;

}



.m_core_bg .core-prev {

	left: -10px;

}



.m_core_bg .core-next {

	right: -10px;

}



.mySwiper2 .swiper-slide {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

}

.mySwiper2 .m_thumb {

	height: 100%;

}

.mySwiper2 .m_thumb, .mySwiper2 .m_core_r {

	-ms-flex-preferred-size: 0;

	flex-basis: 0;

	-ms-flex-positive: 1;

	flex-grow: 1;

	max-width: 100%;

}



.mySwiper2 .m_core_r {

	position: relative;

	padding-left: 80px;

	min-height: 400px;

}



.mySwiper2 .m_core_r .title_ {

	font-weight: 700;

	line-height: 32px;

	color: #FFFFFF;

}



.mySwiper2 .m_core_r .des {

	font-weight: 400;

	font-size: 20px;

	line-height: 26px;

	color: #FFFFFF;

	padding-top: 14px;

}



.mySwiper2 .m_core_r .text {

	margin-top: 30px;

	height: 78px;

	overflow-y: auto;

	margin-bottom: 20px;

}



.mySwiper2 .m_core_r .text p {

	font-size: 15px;

	line-height: 26px;

	color: #FFFFFF;

}



.m_core_bg .m_pro .title2_ {

	font-size: 18px;

	line-height: 26px;

	color: #FFFFFF;

}



.m_core_bg .m_pro .list_ {

	padding-top: 8px;

	max-width: 450px;

}



.m_core_bg .m_pro .list_ ul {

	margin-left: -12px;

	margin-right: -12px;

}



.m_core_bg .m_pro .list_ ul li {

	max-width: 33.33%;

	padding: 12px;

	float: left;

}



.m_core_bg .m_pro .list_ a {

	width: 140px;

	max-width: 100%;

	height: 46px;

	line-height: 46px;

	text-align: center;

	display: inline-block;

	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.78) 100%);

	border-radius: 4px;

	font-size: 15px;

	color: var(--blue);

	-webkit-transition: all 0.4s;

	-moz-transition: all 0.4s;

	-ms-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

}



.m_core_bg .m_pro .list_ a:hover {

	transform: translateY(-5px);

}



.mySwiper2 .m_core_r .m_more_p {

	position: absolute;

	bottom: 0;

	left: 80px;

}



.mySwiper2 .m_core_r .m_more_p a {

	font-weight: 400;

	font-size: 15px;

	line-height: 20px;

	color: #FFFFFF;

	display: flex;

	align-items: center;

}



.mySwiper2 .m_core_r .m_more_p img {

	margin-left: 12px;

}



.mySwiper .swiper-slide-thumb-active .m_core_k {

	background: #FFFFFF;

}



.mySwiper .swiper-slide-thumb-active .m_core_k span {

	color: #2C3647;

}



.pd90 {

	padding: 90px 0;

}



.pdf90 {

	padding-top: 90px;

	padding-bottom: 50px;

}



@media(min-width:768px) {

	.mySwiper2 .m_core_r .m_more_p a {

		-webkit-transition: all 0.4s;

		-moz-transition: all 0.4s;

		-ms-transition: all 0.4s;

		-o-transition: all 0.4s;

		transition: all 0.4s;

	}



	.mySwiper2 .m_core_r .m_more_p a:hover {

		transform: translateX(10px);

	}



}



@media(max-width:1440px) {

.pd90 {

	padding: 70px 0;

}

.pdf90 {

	padding-top: 70px;

	padding-bottom: 50px;

}



.m_core_bg .mySwiper2 {

    padding-top: 48px;

}

.mySwiper2 .m_core_r {

    padding-left: 56px;

    min-height: 376px;

}

.mySwiper2 .m_core_r .m_more_p {

    left: 56px;

}

	.m_core_bg .m_core_k span img {

		margin-right: 10px;

		width: 30px;

		height: 30px;

	}

.mySwiper2 .m_core_r .des {

	font-size: 18px;

	padding-top: 10px;

}

	.mySwiper2 .m_core_r .text {

		margin-top: 20px;

		margin-bottom: 10px;

	}



}



@media(max-width:1280px) {

	.pd90 {

		padding: 60px 0;

	}



	.pdf90 {

		padding: 60px 0;

	}



	.mySwiper2 .m_core_r {

		padding-left: 50px;

	}



	.mySwiper2 .m_core_r .m_more_p {

		left: 50px;

	}



}



@media(min-width:1240px) {

	.m_core_bg .core_but {

		opacity: 0;

	}



}



@media(max-width:1240px) {

	.m_core_bg .mySwiper {

		padding-right: 50px;

		padding-left: 50px;

	}



	.m_core_bg .core_but.swiper-button-disabled {

		opacity: 0.5;

	}



}



@media(max-width:991px) {

	.mySwiper2 .m_core_r {

		padding-left: 40px;

	}



}



@media(max-width:767px) {

	.pd90, .pdf90 {

		padding: 40px 0;

	}



	.mySwiper2 .swiper-slide {

		display: block;

	}



	.m_core_bg .mySwiper2 {

		padding-top: 40px;

	}



	.mySwiper2 .m_core_r {

		padding-left: 0px;

		min-height: inherit;

		padding-top: 30px;

		float: left;

	}



	.mySwiper2 .m_core_r .m_more_p {

		position: inherit;

		left: inherit;

		bottom: inherit;

		padding-top: 20px;

	}



	.mySwiper2 .m_core_r .des {

		font-size: 18px;

	}



}



@media(max-width:540px) {

	.m_core_bg .m_pro .list_ {

		padding-top: 25px

	}



	.m_core_bg .m_pro .list_ ul {

		margin-left: -5px;

		margin-right: -5px;

	}



	.m_core_bg .m_pro .list_ ul li {

		max-width: 33.33%;

		padding: 5px;

	}



}

@media(max-width:375px) {

.mySwiper2 .m_core_r .des {

    max-width: 306px;

}



}

@media(max-width:359px) {

	.m_core_bg .m_pro .list_ ul li {

		max-width: 50%;

	}



}



/*index case*/

.make_case_bg {

	width: 100%;

	overflow: hidden;

	background-size: cover;

	background-image: url(../images/m_bg_bg.jpg);

	background-repeat: no-repeat;

	background-position: center;

	text-align: center;

	overflow: hidden;

}



.m_in_more a {

	width: 160px;

	height: 50px;

	line-height: 50px;

	display: flex;

	margin: 0 auto;

	justify-content: center;

	background: linear-gradient(180deg, #0062FF 0%, rgba(0, 98, 255, 0.73) 100%);

	border-radius: 4px;

	font-size: 15px;

	color: #FFFFFF;

	overflow: hidden;

	position: relative;

	z-index: 1;

}



.m_in_more a img {

	margin-left: 10px;

	width: 10px;

}



.m_in_more a::before {

	content: '';

	z-index: -1;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	border-color: var(--blue);

	background: linear-gradient(180deg, #0062FF 0%, rgba(0, 98, 255, 0.73) 100%);

	transform-origin: center right;

	transform: scaleX(0);

	transition: transform 0.25s ease-in-out;

}



.m_in_more a:hover::before {

	transform-origin: center left;

	transform: scaleX(1);

}



.m_bgcase_l {

	position: relative;

	margin-top: 60px;

	margin-bottom: 50px;

}



.m_bgcase_l .case_but.swiper-button-disabled {

	opacity: 0.5;

}



.m_bgcase_l .case_but {

	position: absolute;

	top: 50%;

	width: 51px;

	height: 51px;

	border-radius: 50%;

	display: flex;

	align-items: center;

	justify-content: center;

	transform: translateY(-50%);

	border: 1px dashed rgba(102, 116, 140, 0.7);

	cursor: pointer;

	z-index: 9;

}



.m_bgcase_l .case_prev {

	left: -70px;

}



.m_bgcase_l .case_next {

	right: -70px;

}



.m_bgcase_l .case_but:hover {

	background-color: #fff;

}



.m_bcase_k {

	background: #FFFFFF;

	box-shadow: 0px 4px 15px rgba(0, 98, 255, 0.08);

	border-radius: 6px;

	overflow: hidden;

}



.m_bcase_k .img_ {

	position: relative;

}



.m_bcase_k .pic {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

	-webkit-transition: all 0.4s;

	-moz-transition: all 0.4s;

	-ms-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

}



.m_bcase_k .title_ {

	height: 96px;

	padding: 10px 27px;

	display: flex;

	align-items: center;

}



.m_bcase_k .title_  div {

	width: 100%;

	text-align: left;

}



.m_bcase_k .title_ h3 {

	font-weight: 400;

	font-size: 20px;

	line-height: 26px;

	width: 100%;

	color: #2C3647;

	transform: translateY(13px);

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	-webkit-transition: all 0.4s;

	-moz-transition: all 0.4s;

	-ms-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

}



.m_bcase_k .title_ span {

	display: inline-block;

	opacity: 0;

	width: 24px;

	height: 24px;

	text-align: center;

	margin-top: 8px;

	background-color: var(--blue);

	border-radius: 50%;

	-webkit-transition: all 0.6s;

	-moz-transition: all 0.6s;

	-ms-transition: all 0.6s;

	-o-transition: all 0.6s;

	transition: all 0.6s;

}



.m_bcase_k a:hover .title_ span {

	opacity: 1;

}



.m_bcase_k a:hover .title_ h3 {

	transform: translateY(0);

}



.m_bcase_k a:hover .pic {

	transform: scale(1.03);

}

@media(max-width:1680px) {



.m_bcase_k .title_ h3 {

	font-size: 18px;

}

.m_bcase_k .title_ {

	padding: 10px 20px;

}

}

@media(max-width:1580px) {



.m_bcase_k .title_ h3 {

	font-size: 17px;

}



}

@media(max-width:1440px) {



.m_bcase_k .title_ h3 {

	font-size: 16px;

}



}

@media(max-width:1366px) {

	.m_bgcase_l {

		padding-left: 30px;

		padding-right: 30px;

	}



	.m_bgcase_l .case_prev {

		left: -30px;

	}



	.m_bgcase_l .case_next {

		right: -30px;

	}



}



@media(max-width:991px) {

	.m_bgcase_l {

		padding-left: 55px;

		padding-right: 55px;

	}



	.m_bgcase_l .case_prev {

		left: -10px;

	}



	.m_bgcase_l .case_next {

		right: -10px;

	}



}



@media(max-width:767px) {

	.m_bgcase_l .case_but {

		width: 40px;

		height: 40px;

	}



	.m_bcase_k .title_ h3 {

		font-size: 18px;

	}



	.m_bcase_k .title_ {

		height: 96px;

		padding: 10px 20px;

	}



	.m_bgcase_l {

		margin-top: 40px;

		padding-left: 40px;

		padding-right: 40px;

	}



}



/*index about*/

.m_ab_bg {

	background-size: cover;

	background-image: url(../images/m_ab_bg.png);

	background-repeat: no-repeat;

	background-position: center bottom;

	overflow: hidden;

}



.m_ab_bg .m_ab_blue {

	width: 100%;

	margin-top: 60px;

	background: linear-gradient(180deg, #0062FF 0%, rgba(0, 98, 255, 0.67) 100%);

	border-radius: 6px;

	position: relative;

	padding: 5% 80px;

	margin-bottom: 68px;

}



.m_ab_bg .m_ab_blue:before {

	content: "";

	position: absolute;

	bottom: -84px;

	left: 0;

	width: 50%;

	height: 68px;

	background-image: url(../images/m_ab_d.svg);

	background-repeat: no-repeat;

	background-size: cover;

}



.m_ab_bg .m_ab_cont {

	width: 45%;

	float: left;

	padding-right: 60px;

}



.m_ab_bg .m_ab_cont .sub_t {

	font-weight: 700;

	line-height: 32px;

	color: #FFFFFF;

}



.m_ab_bg .m_ab_cont .small {

	line-height: 26px;

	color: #FFFFFF;

	padding-top: 12px;

}



.m_ab_bg .m_ab_cont .text {

	margin-top: 28px;

	overflow-y: auto;

}



.m_ab_bg .m_ab_cont .text p {

	font-size: 15px;

	line-height: 26px;

	color: #FFFFFF;

	padding-bottom: 25px;

}



.m_ab_bg .m_ab_cont .text p:last-child {

	padding-bottom: 0;

}



.m_ab_bg .m_in_more {

	padding-top: 25px;

}



.m_ab_bg .m_in_more a {

	margin: inherit;

	color: var(--blue);

	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.78) 100%);

}



.m_ab_bg .m_in_more a::before {

	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%);

}



.m_ab_bg .m_ab_video {

	width: 48.7%;

	max-width: 660px;

	position: absolute;

	right: 70px;

	top: 74px;

	height: 0;

	padding-bottom: 36.8%;

	overflow: hidden;

	border-radius: 6px;

}



.m_ab_bg .m_ab_video img {

	position: absolute;

	left: 0;

	top: 0;

	min-width: 660px;

	-webkit-transition: all 0.6s;

	-moz-transition: all 0.6s;

	-ms-transition: all 0.6s;

	-o-transition: all 0.6s;

	transition: all 0.6s;

}



.m_ab_video .mask {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, 0.48);

	border-radius: 6px;

	display: flex;

	align-items: center;

	justify-content: center;

	border-radius: 6px;

}



.m_ab_video .mask span {

	width: 50px;

	height: 50px;

	display: inline-block;

	background-image: url(../images/m_play.svg);

	background-size: 100%;

	background-position: center;

	background-repeat: no-repeat;

	cursor: pointer;

}



.m_ab_bg .m_ab_video:hover img {

	transform: scale(1.05);

}



.reveal-modal-bg {

	position: fixed;

	height: 100%;

	width: 100%;

	background: #000;

	background: rgba(0, 0, 0, .6);

	z-index: 100;

	display: none;

	top: 0;

	left: 0;

	z-index: 999;

}



.reveal-modal {

	visibility: hidden;

	top: 50%;

	left: 50%;

	max-width: 1300px;

	width: 90%;

	position: fixed;

	z-index: 101;

	padding: 30px 40px 34px;

	transform: translateX(-50%) translateY(-50%);

	-webkit-transform: translateX(-50%) translateY(-50%);

	-moz-transform: translateX(-50%) translateY(-50%);

	-ms-transform: translateX(-50%) translateY(-50%);

	-o-transform: translateX(-50%) translateY(-50%);

	z-index: 9999;

}



.reveal-modal.xlarge {

	width: 100%;

	text-align: center;

}



.reveal-modal video {

	max-height: 100%;

	max-width: 100%;

	opacity: 0;

}



.reveal-modal .close-reveal-modal {

	font-size: 22px;

	line-height: .5;

	position: absolute;

	top: 8px;

	right: 11px;

	color: #FFFFFF;

	text-shadow: 0 -1px 1px #FFFFFF;

	font-weight: bold;

	cursor: pointer;

}



.video_mask .reveal-modal.active {

	display: block;

	opacity: 1;

	visibility: visible;

}



.video_mask .reveal-modal.active video {

	opacity: 1;

	-webkit-transition: all 0.4s;

	-moz-transition: all 0.4s;

	-ms-transition: all 0.4s;

	-o-transition: all 0.4s;

	transition: all 0.4s;

}



@media(max-width:1440px) {



.m_ab_bg .m_ab_cont .text p {

	line-height: 25px;

	padding-bottom: 20px;

}



}

@media(max-width:1366px) {



.m_ab_bg .m_ab_cont .text p {

	line-height: 25px;

	padding-bottom: 20px;

}



}





@media(max-width:1280px) {

.m_ab_bg .m_ab_cont .text {

    /* max-height: 144px; */

	max-height: 216px;

}



.m_ab_bg .m_ab_video {

padding-bottom: 35%;

}

.m_bcase_k .title_ {

    padding: 10px 20px;

}

.m_bcase_k .title_ h3 {

    font-size: 15px;

}



}







@media(max-width:991px) {

	.m_ab_bg .m_ab_blue {

		margin-top: 40px;

		padding: 50px 40px;

		margin-bottom: 20px;

	}



	.m_ab_bg .m_ab_video {

		right: 50px;

	}



	.m_ab_bg .m_ab_blue::before {

		display: none;

	}



	.m_ab_bg .m_ab_cont {

		padding-right: 40px;

	}



	.reveal-modal {

		width: 95%;

	}

	.m_ab_bg .m_ab_cont .text {

	max-height: 144px;

    }



}



@media(max-width:767px) {

	.m_ab_bg .m_ab_blue {

		margin-top: 40px;

		padding: 40px 20px;

	}



	.m_ab_bg .m_ab_cont {

		width: 100%;

		padding-right: 0;

		padding-bottom: 30px;

	}



	.m_ab_bg .m_ab_video {

		width: 100%;

		padding-bottom: 0;

		right: inherit;

		position: relative;

		top: inherit;

		height: auto;

	}



	.m_ab_bg .m_ab_video img {

		position: inherit;

		min-width: inherit;

	}

	.m_ab_bg .m_ab_cont .text {

	max-height: inherit;

	}



}



/*index new*/

.m_new_bg {

	width: 100%;

	overflow: hidden;

	background-size: cover;

	background-image: url(../images/m_new_bg.jpg);

	background-repeat: no-repeat;

	background-position: center;

}



.m_new_cont {

	margin: 60px 0 50px 0;

	position: relative;

}



.m_new_cont .m_new_l {

	float: left;

	width: 60%;

	padding-right: 20px;

}



.m_new_cont .m_new_r {

	position: absolute;

	right: 0;

	height: 100%;

	width: 40%;

	background: #FFFFFF;

	box-shadow: 0px 4px 15px rgba(0, 98, 255, 0.08);

	border-radius: 6px;

}



.m_new_loop {

	position: relative;

	border-radius: 6px;

	overflow: hidden;

}



.m_new_loop .m_n_mask {

	position: absolute;

	height: 104px;

	width: 100%;

	left: 0;

	bottom: 0;

	background: rgba(0, 0, 0, 0.45);

	box-shadow: 0px 4px 15px rgba(0, 98, 255, 0.08);

	border-radius: 0px 0px 6px 6px;

	padding: 20px 35px;

}



.m_new_loop {

	position: relative;

}



.m_new_loop .default {

	display: block;

}



.m_new_loop .m_thumb {

	position: absolute;

	width: 100%;

	height: 100%;

	left: 0;

	top: 0;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center;

	-webkit-transition: all 0.5s;

	-moz-transition: all 0.5s;

	-ms-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

}



.m_new_loop .m_n_mask .l_ {

	width: calc(100% - 135px);

}



.m_new_loop .m_n_mask h3 {

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	font-weight: 700;

	font-size: 20px;

	line-height: 32px;

	color: #FFFFFF;

}



.m_new_loop .m_n_mask .time {

	font-size: 15px;

	line-height: 36px;

	color: #FFFFFF;

}



.m_new_l .new-pagination {

	position: absolute;

	right: 35px;

	bottom: 40px;

	left: inherit;

	width: 135px;

	z-index: 9;

	text-align: right;

}



.m_new_l .new-pagination span {

	width: 10px;

	height: 10px;

	background: #FFFFFF;

	opacity: 0.5;

	border-radius: 9px;

}



.m_new_l .new-pagination span.swiper-pagination-bullet-active {

	width: 30px;

	opacity: 1;

}



.m_new_cont .m_new_r {

	padding: 26px 40px 40px 40px;

}

.m_new_cont .m_new_r ul {

	height: 100%;

	width: 100%;

}

.m_new_cont .m_new_r ul li {

	border-bottom: 1px dashed #CCCCCC;

	padding: 14px 11px;

	width: 100%;

	height: 25%;

}



.m_new_cont .m_new_r ul li a {

	display: inline-block;

	width: 100%;

}



.m_new_cont .m_new_r h3 {

	font-weight: 400;

	font-size: 18px;

	line-height: 32px;

	color: #2C3647;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}



.m_new_cont .m_new_r .time {

	font-weight: 400;

	font-size: 15px;

	line-height: 36px;

	color: #66748C;

}



.m_new_cont .m_new_r a:hover h3 {

	color: var(--blue);

}



.m_new_loop a:hover .m_thumb {

	transform: scale(1.02);

}



.m_new_loop a:hover .m_n_mask {

	background: var(--blue);

}



@media(max-width:1440px) {

	.m_new_loop .default {

		display: block;

	}

	.m_new_loop .m_n_mask {

    height: auto;

    padding: 15px 35px;

}

.m_new_loop .m_n_mask h3 {

    font-size: 18px;

    line-height: 32px;

}

	.m_new_cont .m_new_r {

		padding: 16px 30px 20px 30px;

	}





	.m_new_cont .m_new_r .time {

			line-height: 28px;

		}



	.m_new_cont .m_new_r h3 {

		font-size: 17px;

		line-height: 32px;

	}



}







@media(max-width:1365px) {

	.m_new_cont .m_new_r {

		padding: 15px 30px 25px 30px;

	}

	.m_new_cont .m_new_r ul li {

		padding: 10px 10px;

	}



}







@media(max-width:1199px) {

	.m_new_cont .m_new_r {

		padding: 15px 30px 25px 30px;

	}



	.m_new_cont .m_new_r .time {

		line-height: 24px;

	}



	.m_new_cont .m_new_r h3 {

		line-height: 28px;

	}



	.m_new_cont .m_new_r ul li {

		padding: 7px 10px;

	}



}

@media(max-width:1099px) {

	.m_new_cont .m_new_r {

		padding: 15px 30px 21px 30px;

	}



	.m_new_cont .m_new_r .time {

		line-height: 22px;

	}



	.m_new_cont .m_new_r ul li {

		padding: 6px 10px;

	}



}



@media(max-width:991px) {

	.m_new_loop .m_n_mask {

		padding: 15px 25px;

		height: 84px;

	}



	.m_new_loop .m_n_mask h3 {

		font-size: 18px;

	}



	.m_new_loop .m_n_mask .l_ {

		width: calc(100% - 98px);

	}



	.m_new_l .new-pagination {

		right: 20px;

		bottom: 40px;

		width: 98px;

	}



	.m_new_loop .m_n_mask .time {

		font-size: 14px;

		line-height: 30px;

	}



	.m_new_cont .m_new_r {

		padding: 10px 30px 10px 30px;

	}



	.m_new_cont .m_new_r h3 {

		line-height: 25px;

		font-size: 16px;

	}



	.m_new_cont .m_new_r .time {

		line-height: 16px;

	}



	.m_new_cont .m_new_r ul li {

		padding: 5px 0;

	}



	.m_new_cont .m_new_r ul li:last-child {

		border-bottom: none;

		padding-bottom: 0

	}



}



@media(max-width:767px) {

	.m_new_cont {

		margin: 40px 0 50px 0;

	}



	.m_new_cont .m_new_l {

		width: 100%;

		padding-right: 0px;

	}



	.m_new_cont .m_new_r {

		position: inherit;

		top: inherit;

		right: inherit;

		width: 100%;

		float: left;

		margin-top: 30px;

		padding: 12px 20px 20px 20px;

	}



	.m_new_loop {

		height: auto;

	}



	.m_new_loop .default {

		display: block;

	}



	.m_new_loop .m_n_mask {

		padding: 10px 20px;

		height: 72px;

	}



	.m_new_loop .m_n_mask .time {

		line-height: 20px;

	}



	.m_new_l .new-pagination {

		right: 20px;

		bottom: 30px;

	}



	.m_new_cont .m_new_r h3 {

		line-height: 28px;

		font-size: 18px;

	}



	.m_new_cont .m_new_r .time {

		line-height: 24px;

	}



	.m_new_cont .m_new_r ul li {

		padding: 12px 0;

	}



}



/*index service*/

.m_ser_bg {

	background-size: cover;

	background-image: url(../images/m_ser_bg.jpg);

	background-repeat: no-repeat;

	background-position: center;

	padding: 90px 0;

	text-align: center;

	overflow: hidden;

}



.m_ser_bg .m_title {

	font-weight: 700;

	font-size: 38px;

	line-height: 1.2;

	color: #FFFFFF;

}



.m_ser_bg .m_des {

	line-height: 1.2;

	padding-top: 15px;

	color: #FFFFFF;

}



.m_ser_bg .m_ser_but {

	padding-top: 38px;

}



.m_ser_bg .m_ser_but a {

	width: 160px;

	height: 50px;

	display: inline-block;

	line-height: 50px;

	margin: 0 11px;

	border: 1px solid rgba(255, 255, 255, 0.7);

	border-radius: 4px;

	font-size: 15px;

	color: #FFFFFF;

	overflow: hidden;

	position: relative;

	z-index: 1;

}



.m_ser_bg .m_ser_but a span {

	background-size: 15px 15px;

	background-image: url(../images/m_more.svg);

	background-repeat: no-repeat;

	background-position: right;

	padding-right: 25px;

}



.m_ser_bg .m_ser_but a.active {

	color: var(--blue);

	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.78) 100%);

}



.m_ser_bg .m_ser_but a::before {

	content: '';

	z-index: -1;

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.78) 100%);

	transform-origin: center right;

	transform: scaleX(0);

	transition: transform 0.25s ease-in-out;

}



.m_ser_bg .m_ser_but a:hover {

	color: var(--blue);

}



.m_ser_bg .m_ser_but a:hover::before {

	transform-origin: center left;

	transform: scaleX(1);

}



.m_ser_bg .m_ser_but a:hover span, .m_ser_bg .m_ser_but a.active span {

	background-image: url(../images/m_more_blue.svg);

}



@media(max-width:991px) {

	.m_ser_bg .m_title {

		font-size: 36px;

	}



}



@media(max-width:768px) {

	.fs20 {

		font-size: 18px;

	}



	.fs32 {

		font-size: 24px;

	}



	.m_ser_bg .m_title {

		font-size: 28px;

	}



}



@media(max-width:540px) {

	.m_ser_bg .m_ser_but {

		display: flex;

		justify-content: space-between;

	}



	.m_ser_bg .m_ser_but a {

		width: calc(50% - 11px);

	}



}



@media(min-width:768px) {

	.m_index_one .m_bg {

		-webkit-transition: all 0.4s;

		-moz-transition: all 0.4s;

		-ms-transition: all 0.4s;

		-o-transition: all 0.4s;

		transition: all 0.4s;

	}



	.m_ser_bg .m_ser_but a {

		-webkit-transition: all 0.3s;

		-moz-transition: all 0.3s;

		-ms-transition: all 0.3s;

		-o-transition: all 0.3s;

		transition: all 0.3s;

	}



}



/*about*/

.m_page_c {

	width: 100%;

	overflow: hidden;

}



.mpt35 {

	margin-top: 35px;

}



.m_page_title {

	font-weight: 700;

	line-height: 1.2;

	color: #333333;

}



.m_layout_r .tab-content {

	padding-top: 20px;

	padding-bottom: 20px;

}



.star_loop {

	height: 660px;

	overflow-y: auto;

}



.star_loop .swiper-slide {

	border-bottom: 1px solid #E1E1E1;

	padding: 18px 30px 18px 30px;

}



.star_loop .swiper-slide:first-child {

	padding-top: 0;

}



.star_loop .swiper-slide h3 {

	font-weight: 700;

	font-size: 18px;

	line-height: 24px;

	color: #333333;

	padding-bottom: 12px;

}



.star_loop .swiper-slide p {

	font-size: 16px;

	line-height: 21px;

	color: #666666;

}



.star_but {

	position: absolute;

	bottom: -70px;

	left: 0;

	width: 100%;

	display: flex;

	align-items: center;

	justify-content: center;

}



.star_but .button {

	border: 1px dashed #66748C;

	width: 50px;

	height: 50px;

	background-repeat: no-repeat;

	background-position: center;

	background-size: 20px 20px;

	border-radius: 50%;

	margin: 0 7px;

	cursor: pointer;

}



.star_but .star_prev {

	background-image: url(../images/star_up.svg);

}



.star_but .star_next {

	background-image: url(../images/star_down.svg);

}



.m_honor_bg {

	background-image: url(../images/honor_bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

}



.m_honor_text {

	font-weight: 400;

	font-size: 20px;

	line-height: 52px;

	padding-top: 50px;

	text-align: center;

	color: #000000;

}



.m_honor_text strong {

	font-weight: 700;

	font-size: 36px;

	font-style: italic;

	vertical-align: sub;

	text-align: center;

	color: var(--blue);

	margin-left: 5px;

	margin-right: 5px;

}



#certify {

	position: relative;

	max-width: 1375px;

	margin: 0 atuo;

	margin-top: 70px;

}



#certify .swiper-container {

	padding-bottom: 60px;

	padding-top: 50px;

}



#certify  .swiper-slide {

	width: 125px;

	transform-style: preserve-3d;

	transform: perspective(800px) scale(1.5);

}



#certify  .swiper-slide img {

	display: block;

	width: 100%;

	transition: all .3s;

}



#certify .swiper-slide img {

	width: 100%;

}



#certify .swiper-pagination {

	width: 100%;

	left: 0;

}



#certify .swiper-pagination-clickable .swiper-pagination-bullet {

	margin: 0 4px;

	background-color: var(--blue);

}



.honor_but {

	border: 1px dashed #66748C;

	width: 50px;

	height: 50px;

	margin-top: -25px;

	background-repeat: no-repeat;

	background-position: center;

	background-size: 20px 20px;

	border-radius: 50%;

	cursor: pointer;

	z-index: 1;

}



#certify .swiper-button-prev {

	left: -66px;

	background-image: url(../images/m_p_l.svg);

}



#certify .swiper-button-next {

	right: -66px;

	background-image: url(../images/m_p_r.svg);

}



#certify .swiper-pagination {

	bottom: -30px;

}



.m_hond_list {

	padding-top: 60px;

}



.m_hond_list ul {

	margin-left: -12px;

	margin-right: -12px;

}



.m_hond_list ul li {

	width: 25%;

	float: left;

	padding: 12px;

}



.m_hond_list .m_bg {

	font-weight: 400;

	font-size: 18px;

	line-height: 1.2;

	display: flex;

	width: 100%;

	height: 50px;

	justify-content: center;

	align-items: center;

	color: #000000;

	text-align: center;

	position: relative;

	padding: 0 20px;

	white-space: nowrap;

}



.m_hond_list .m_bg:before, .m_hond_list .m_bg:after {

	content: "";

	position: absolute;

	top: 0;

	width: 33px;

	height: 100%;

	background-repeat: no-repeat;

	background-size: cover;

}



.m_hond_list .m_bg:before {

	left: 0;

	background-image: url(../images/honor_left.png)

}



.m_hond_list .m_bg:after {

	background-image: url(../images/honor_right.png);

	right: 0;

}



/*fazhanlicheng*/

.m_dev_bg {

	background-size: cover;

	background-image: url(../images/m_dev_bg.jpg);

	background-repeat: no-repeat;

	background-position: center;

	text-align: center;

}



.m_dev_bg .m_page_title {

	color: #fff;

	font-weight: 700;

	line-height: 1.2;

}



.year_line {

	position: relative;

	z-index: 1;

}



.year_line:after {

	content: "";

	position: absolute;

	left: 0;

	top: 10px;

	width: 100%;

	height: 2px;

	background-color: #fff;

}



.dev_year {

	margin-top: 40px;

}



.dev_year .year_ {

	cursor: pointer;

}



.dev_year .year_ span {

	font-weight: 700;

	font-size: 24px;

	line-height: 32px;

	color: #FFFFFF;

	padding-top: 25px;

	position: relative;

	display: block;

}



.dev_year .year_ span:before {

	content: "";

	position: absolute;

	top: 0;

	left: 50%;

	transform: translateX(-50%);

	width: 14px;

	height: 14px;

	border-radius: 50%;

	background: #FFFFFF;

	border: 3px solid #CCCCCC;

}



.dev_cont {

	margin-top: 65px;

	width: 100%;

	background: #FFFFFF;

}



.dev_cont .m_wbg {

	height: 100%;

	width: 100%;

	overflow: hidden;

	position: relative;

	padding: 70px 60px 60px 175px;

}



.dev_cont .m_wbg .dev_pic {

	float: left;

	width: 55%;

	position: relative;

	border-radius: 6px;

	overflow: hidden;

}



.dev_cont .m_img {

	position: absolute;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center;

}



.dev_cont .m_wbg .m_scoll {

	float: right;

	width: 45%;

	max-width: 440px;

	padding-left: 50px;

	padding-right: 28px;

	height: 320px;

	overflow-y: auto;

	text-align: left;

}



.dev_cont .m_wbg .time {

	position: absolute;

	top: 30px;

	left: 70px;

	font-weight: 700;

	font-size: 84px;

	line-height: 1.1;

	color: #0062FF;

	z-index: 1;

}



.dev_cont .m_wbg .time_u {

	font-weight: 700;

	font-size: 16px;

	line-height: 21px;

	color: var(--blue);

}



.dev_cont .m_wbg .time_u span {

	padding-right: 6px;

}



.dev_cont .m_wbg .down {

	font-weight: 400;

	font-size: 16px;

	line-height: 26px;

	color: #666666;

	padding-top: 10px;

	padding-bottom: 20px;

}



.dev_year .swiper-slide-thumb-active span {

	color: var(--blue);

}



.dev_year .swiper-slide-thumb-active span:before {

	border-color: var(--blue);

}



@media(max-width:1440px) {

	.dev_cont .m_wbg .time {

		font-size: 74px;

	}



}



@media(max-width:1366px) {

	.dev_cont .m_wbg {

		padding: 70px 60px 60px 155px;

	}



	.dev_cont .m_wbg .time {

		left: 70px;

		font-size: 64px;

	}



}



@media(max-width:1365px) {

	.dev_cont .m_wbg .m_scoll {

		height: 294px;

	}



}



@media(max-width:1200px) {



.m_hond_list .m_bg {

	white-space: inherit;

}



}

@media(max-width:1280px) {

	.dev_cont .m_wbg {

		padding: 70px 60px 60px 100px;

	}



	.dev_cont .m_wbg .time {

		left: 70px;

		font-size: 54px;

	}



	#certify {

		padding-left: 50px;

		padding-right: 50px;

		margin-top: 60px;

	}



	#certify .swiper-button-prev {

		left: -20px;

	}



	#certify .swiper-button-next {

		right: -20px;

	}



	.m_honor_text span {

		font-size: 32px;

	}



	.dev_year .year_ span {

		font-size: 22px;

	}



}



@media(max-width:1199px) {

	.dev_cont .m_wbg {

		padding: 70px 60px 60px 90px;

	}



	.dev_cont .m_wbg .m_scoll {

		height: 236px;

	}



}



@media(max-width:991px) {

	.m_hond_list ul li {

		width: 50%;

	}



	.m_honor_text {

		font-size: 20px;

	}



	.dev_year .year_ span {

		font-size: 20px;

	}



	.dev_cont .m_wbg {

		padding: 50px 30px 40px 80px;

	}



	.dev_cont .m_wbg .time {

		left: 40px;

		font-size: 48px;

	}



	.dev_cont .m_wbg .m_scoll {

		height: 190px;

	}



	.star_loop {

		height: 464px;

	}



}



@media(max-width:767px) {

	footer {

		overflow: hidden;

	}

	#certify {

		padding-left: 40px;

		padding-right: 40px;

		margin-top: 40px;

	}



	.dev_cont {

		margin-top: 40px;

	}



	.dev_cont .m_wbg {

		padding: 60px 30px 40px 30px;

	}



	.dev_cont .m_wbg .dev_pic {

		width: 100%;

		height: auto;

	}



	.dev_cont .m_wbg .m_scoll {

		width: 100%;

		padding-left: 0;

		margin-top: 30px;

		padding-right: 20px;

	}



	.dev_cont .m_wbg .time {

		left: 30px;

	}



	.dev_cont .m_wbg .down {

		line-height: 30px;

		padding-top: 5px;

		padding-bottom: 20px;

	}



	.dev_cont .dev_pic img {

		display: block;

	}



	.dev_cont .m_wbg .m_scoll {

		height: 215px;

		max-width: 100%;

		margin-top: 20px;

	}



	.dev_year .year_ span {

		font-size: 18px;

	}



	.star_but .button, .honor_but {

		width: 40px;

		height: 40px;

	}



	#certify .swiper-slide {

		width: 100px;

	}



	#certify .swiper-button-prev {

		left: -10px;

	}



	#certify .swiper-button-next {

		right: -10px;

	}



	.m_hond_list {

		padding-top: 30px;

	}



	.m_honor_text strong {

		font-size: 28px;

	}



	.m_honor_text {

		padding-top: 30px;

		margin: 0 auto;

		font-size: 18px;

		line-height: 40px;

	}



	.m_hond_list ul li {

		width: 100%;

		padding: 5px 12px;

	}



	.m_hond_list .m_bg::before, .m_hond_list .m_bg::after {

		background-size: contain;

		width: 20px;

	}



	.m_hond_list .m_bg {

		height: 30px;

		font-size: 16px;

		padding: 0 20px;

	}



}