/*头部样式*/
body {
	-webkit-transition: height .1s ease-out;
	-o-transition: height .1s ease-out;
	-moz-transition: height .1s ease-out;
	transition: height .1s ease-out;
	-webkit-transition: overflow .1s linear;
	-o-transition: overflow .1s linear;
	-moz-transition: overflow .1s linear;
	transition: overflow .1s linear;
}

header {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 2px 0;
	background: #fff;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, .2);
	/*    box-shadow: 0 0 100px 0 rgba(0,0,0,.8);
    -webkit-transform: translate3d(0,-100%,0);*/

}

header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*    background: #000;*/
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	z-index: -1;

}

header .container {
	max-width: 1700px;
	width: 92%;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-right: 36px;
}

.logo img {
	max-width: 210px;
	width: 100%;
}

.head_a {
	float: left;
}

.head_a a {
	margin-left: 15px;
}

nav {
	float: right;
	width: 75%;
	margin-top: 15px;
}

.cls {
	clear: both;
}

.head_nav {
	justify-content: flex-end;
	display: flex;
}

.head_nav li {
	position: relative;
	margin-left: 3%;
}

.head_nav li a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	position: relative;
	transition: all 0.6s ease-out;
	box-sizing: border-box;
}

.head_nav li a select {
	display: inline-block;
	width: 80px;

}

.head_nav li a:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 0px;
	opacity: 0;
	transition: all 0.6s ease-out;
}

.head_nav li:hover a {
	padding-left: 10px;
	transition: all 0.6s;
}

.head_nav li:hover a:before {
	opacity: 1;
	transition: all 0.6s;
}

.menu-button {
	display: none;
	position: absolute;
	top: 4px;
	right: 0px;
	padding: 1px 7px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #222;
	z-index: 99999;
}

.menu-button .bar {
	display: block;
	height: 2px;
	background: #fff;
	margin: 9px 0;
	opacity: 1;
	transition: all .5s ease;
	width: 30px;
	transform-origin: left center;
}

.mnav .bar:nth-child(1) {
	transform: rotate(45deg);
	/*width: 40px;*/
}

.mnav .bar:nth-child(2) {
	opacity: 0;
}

.mnav .bar:nth-child(3) {
	transform: rotate(-45deg);
	/*width: 40px;*/
}

.mobileNav {
	display: none;
	background-color: #222;
	text-align: center;
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 99999;
	width: 100%;
}

.mobileNav li {
	line-height: 2em;
	padding: 1em 0;
}

.mobileNav li a {
	font-size: 1rem;
	color: #fff;
}

.swiper-slide-active .banner_text {
	bottom: 48%;
	transition: all 1s;
}

.banner_text {
	position: absolute;
	color: #fff;
	bottom: -100%;
	z-index: 9999;
	width: 100%;
	
	transition: all 1s ease-out;
}

.banner_text .container {
	max-width: 1700px;
	width: 92%;
	margin: 0 auto;
}

.banner_text h3 {
	font-size: 32px;
	text-align: center;
}

.banner_text p {
	font-size: 20px;
	font-weight: normal;
}

.banner_text a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 28px;
	position: relative;
	margin-top: 5%;
}

.banner_text a:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
	width: 13px;
	height: 2px;
	background: #fff;
}

.banner_text a:hover {
	color: #fff;
	cursor: pointer;
}

/*.banner_text2 h3{*/
/*    font-size: 32px;*/
/*    color: #333;*/
/*}*/
/*#swiper-container1 .swiper-slide{*/
/*        height: 100vh;*/
/*}*/
#swiper-container1 .swiper-slide a {
	display: block;
	background-size: cover !important;
}

#swiper-container1 .swiper-slide img {
	height: 100vh;
}

#swiper-container1 .banner_movie {
	position: relative;
	width: 100%;
	height: 100%;
}

#swiper-container1 .banner_movie:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
}

#swiper-container1 video {
	width: 100%;
	object-fit: fill;
	display: inline-block;
	vertical-align: baseline;
	/*position: absolute;*/
	/*left:0;*/
	/*top:0;*/
	height: 100vh;
}

#swiper-container1 .swiper-pagination1 {
	text-align: center;
	position: absolute;
	bottom: 10px;
	z-index: 9999;
}

#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	position: relative;
	display: inline-block;
}

#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	margin: 0 6px;
}

#swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active:after {
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	top: -4px;
	left: -4px;
}

#swiper-container1 .swiper-pagination1 {
	/*bottom: 30px;*/
}

@media(max-width: 1560px) {
	.head_nav li a {
		font-size: 18px;
	}

}

@media(max-width: 1440px) {
	.head_nav li {
		margin-left: 5%;
	}

	.head_nav li a {
		font-size: 30px;
	}

	.banner_text h3 {
		font-size: 42px;
	}

	.banner_text p {
		font-size: 18px;
	}

	.banner_text a {
		margin-top: 3%;
	}

	.head_nav li a {
		font-size: 18px;
	}

	#swiper-container1 .swiper-pagination1 {
		bottom: 10px;
	}

	/*.banner_text2 h3{*/
	/*    font-size: 24px;*/
	/*}*/
}

@media(max-width: 1199px) {

	/*    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 1%;
    }*/
	header .container {
		width: 96%;
	}

	.head_a {
		display: none;
	}

	.head_nav li {
		margin-left: 3%;
	}

	.head_nav li a {
		font-size: 16px;
	}

	.banner_text h3 {
		font-size: 24px;
	}

	.banner_text p {
		font-size: 16px;
	}

	.banner_text a {
		font-size: 14px;
	}

	#swiper-container1 .swiper-slide a {
		height: 30vh;
	}

	#swiper-container1 .swiper-slide a img {
		display: none;
	}

	#swiper-container1 video {
		height: 30vh;
	}

	/*.banner_text2 h3{*/
	/*    font-size: 20px;*/
	/*}*/
}

.case_sort {
	display: none;
}

@media(max-width: 768px) {
	header {
		padding: 20px 0;
	}

	.head_nav li {
		margin-left: 2%;
	}

	.head_nav li a {
		font-size: 14px;
	}

	.swiper-slide-active .banner_text {
		bottom: 12%;
	}

	.banner_text h3 {
		font-size: 20px;
	}

	.banner_text p {
		font-size: 14px;
	}

	/*.banner_text2 h3{*/
	/*    font-size: 16px;*/
	/*}*/
	.case_sort {
		display: block;
	}

	.pro_sort {
		display: none;
	}

}

@media(max-width: 767px) {
	header {
		padding: 10px 0;
	}

	.logo {
		width: 70%;
		float: none;
	}

	.logo img {
		max-width: 150px;
	}

	.menu-button {
		display: block;
	}

	.head_nav {
		display: none;
	}

	nav {
		margin-top: 0;
	}

	.swiper-slide-active .banner_text {
		bottom: 32%;
	}

	#swiper-container1 .banner_text h3 {
		font-size: 14px;
		font-weight: normal;
	}

	#swiper-container1 .banner_text p {
		display: none;
	}

	#swiper-container1 .banner_text a {
		display: none;
	}

	/*.banner_text2 h3{*/
	/*    font-size: 14px;*/
	/*}*/


}

.main-about {
	background: url(../images/abbg.jpg) no-repeat center;
	height: 650px;
}
.about-tit{
	max-width: 1380px;
	width: 92%;
	margin: 0 auto;
	padding-top: 100px;
	margin-bottom: 50px;
}
.main-about h1{
	font-size: 50px;
	text-align: center;
	line-height: 50px;
}
.main-about h1 span{
	color: #c10512;
}
.main-about h3{
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	margin-top: 50px;
	padding: 0 50px;
	font-weight: normal;
}
.main1 {
	/*background:#f9f9f9;*/
	position: relative;
	padding-bottom: 70px;
}

.main1:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 80%;
	height: 100%;
	background: #fff;
	z-index: 0;
}

.main1_1 {
	padding: 90px 0 80px;
}

.container {
	max-width: 1380px;
	margin: 0 auto;
	width: 92%;
	position: relative;
	z-index: 1;
}

.index_title {
	float: left;
}

.index_title span {
	display: block;
	font-size: 21px;
	color: #666;
}

.index_title h3 {
	font-size: 52px;
	color: #222;
	text-transform: uppercase;
	line-height: 1.6em;
}

.index_title p {
	font-size: 24px;
	color: #333;
}

a.index_title_right {
	float: right;
	width: 144px;
	height: 144px;
	border: 1px solid #d6d6d6;
	border-radius: 50%;
	text-align: right;
	text-transform: uppercase;
	color: #333;
	position: relative;
	cursor: pointer;
	margin-top: 10px;
	display: none;
}

a.index_title_right:after {
	content: '';
	position: absolute;
	left: -55px;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	height: 16px;
	background: url(../images/more1.png) no-repeat left center;
	transition: all 0.6s ease-out;
}

a.index_title_right span {
	display: block;
	position: absolute;
	bottom: 34px;
	right: 20px;
	line-height: 1.6em;
}

a.index_title_right:hover:after {
	left: -25px;
	transition: all 0.6s;
}

@media(max-width: 1440px) {
	.index_title span {
		font-size: 18px;
	}

	.index_title h3 {
		font-size: 48px;
	}

	.index_title p {
		font-size: 22px;
	}

	.main1_1 {
		padding: 80px 0;
	}

}

@media(max-width: 1199px) {
	.main1 {
		padding-bottom: 50px;
	}

	.container {
		width: 96%;
	}

	.main1_1 {
		padding: 50px 0;
	}

	.index_title span {
		font-size: 14px;
	}

	.index_title h3 {
		font-size: 24px;
	}

	.index_title p {
		font-size: 16px;
	}

	a.index_title_right {
		width: 100px;
		height: 100px;
		margin-top: 0;
	}

	a.index_title_right span {
		font-size: 12px;
		bottom: 20px;
		right: 10px;
	}
}

@media(max-width: 768px) {
	.main-about {
		background: url(../images/abbg.jpg) no-repeat;
		background-size: 100%;
		height: auto;

	}
	.about-tit{
		max-width: 1380px;
		width: 92%;
		margin: 0 auto;
		padding-top: 30px;
		margin-bottom: 50px;
	}
	.main-about h1{
		font-size: 24px;
		text-align: center;
		line-height: 30px;
	}
	.main-about h1 span{
		color: #c10512;
	}
	.main-about h3{
		font-size: 16px;
		text-align: center;
		line-height: 24px;
		margin-top: 20px;
		padding: 0 10px;
		font-weight: normal;
	}
}

@media(max-width: 767px) {
	.main1_1 {
		padding: 20px 0;
	}

	.index_title span {
		font-size: 12px;
	}

	.index_title h3 {
		font-size: 20px;
	}

	.index_title p {
		font-size: 14px;
		line-height: 1.6em;
	}

	a.index_title_right {
		display: none;
	}
}

.main1_2 {}

.main1_2 li {
	float: left;
	margin-bottom: 130px;
}

.main1_2 li a.img {}

.main1_2 li .text {}

.main1_2 li h3 {
	font-size: 24px;
	color: #333;
	margin-top: 5px;
}

.main1_2 li p {
	font-size: 14px;
	color: #333;
}

.main1_2 li:nth-child(1) {
	max-width: 550px;
	animation-delay: 0.6s;
}

.main1_2 li:nth-child(2) {
	max-width: 607px;
	padding-top: 150px;
	float: right;
	margin-right: 75px;
	animation-delay: 1s;
}

.main1_2 li:nth-child(3) {
	max-width: 595px;
	animation-delay: 0.6s;
}

.main1_2 li:nth-child(4) {
	max-width: 546px;
	float: right;
	margin-right: 10px;
	animation-delay: 1s;
}

.main1_3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: url(../images/ab.jpg) no-repeat;
	height: 300px;
	padding-top: 120px;
}

.main1_3 li {
	margin: 0 45px;
}

.main1_3 li div {
	/*    display: block;*/
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	font-family: 'impact';
	line-height: 1.2em;
	text-align: center;
}

.main1_3 li div em {
	font-style: normal;
	font-size: 30px;
}

.hwnum em {
	position: relative;
	top: -50px;
}

.hwnum b {
	font-size: 25px;
	font-weight: normal;
	position: relative;
	top: -60px;
}

.main1_3 li p {
	font-size: 22px;
	color: #fff;
	text-align: center;
}



.main1_4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 300px;
	padding-top: 60px;
}

.main1_4 li {
	margin: 0 45px;
}

.main1_4 li div {
	/*    display: block;*/
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	font-family: 'impact';
	line-height: 1.2em;
	text-align: center;
}
.main1_4 li div img{
	border-radius: 50px;
}

.main1_4 li div em {
	font-style: normal;
	font-size: 30px;
}


.main1_4 li p {
	font-size: 22px;
	color: #c10512;
	text-align: center;
	line-height: 40px;
}




@media(max-width: 1440px) {
	.main1_2 li {
		margin-bottom: 100px;
	}

	.main1_2 li:nth-child(2) {
		margin-right: 0;
		padding-top: 100px;
	}

	.main1_2 li h3 {
		font-size: 24px;
	}

	.main1_2 li p {
		font-size: 16px;
	}

	.main1_3 li div {
		font-size: 60px;
	}

	.main1_3 li div em {
		font-size: 40px;
	}
}

@media(max-width: 1199px) {
	.main1_2 li {
		width: 48%;
		margin-bottom: 50px;
	}

	.main1_2 li:nth-child(2) {
		padding-top: 40px;
	}

	.main1_2 li:nth-child(4) {
		margin-right: 0;
	}

	.main1_3 li {
		margin: 0 50px;
	}

	.main1_3 li div {
		font-size: 42px;
	}

	.main1_3 li div em {
		font-size: 32px;
	}

	.main1_3 li p {
		font-size: 14px;
	}

}

@media(max-width: 768px) {
	.main1_1 {
		padding: 30px 0;
	}

	.main1_2 li {
		margin-bottom: 30px;
	}

	.main1_2 li h3 {
		font-size: 20px;
	}

	.main1_2 li p {
		font-size: 14px;
	}

	.main1_3 li {
		margin: 0 30px;
	}
	.main1_4 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		height: auto;
		padding-top: 30px;
	}
	
	.main1_4 li {
		margin: 0 10px;
	}
	
	.main1_4 li div {
		/*    display: block;*/
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		font-family: 'impact';
		line-height: 1.2em;
		text-align: center;
	}
	.main1_4 li p {
		font-size: 16px;
		color: #c10512;
		text-align: center;
		line-height: 24px;
	}
	
}

@media(max-width: 767px) {
	.main1 {
		padding-bottom: 0px;
	}

	.main1_2 li {
		width: 100%;
		margin-bottom: 20px;
	}

	.main1_2 li h3 {
		font-size: 18px;
	}

	.main1_2 li:nth-child(2) {
		padding-top: 0px;
	}

	.main1_2 li p {
		line-height: 1.6em;
	}

	.main1_3 {
		display: none;
	}

	.main1_3 li {
		margin: 0 10px;
	}

	.main1_3 li div {
		font-size: 32px;
	}

	.main1_3 li div em {
		font-size: 24px;
	}
}


.main2 {
	background: #fff;
	position: relative;
	padding: 50px 0;
}

.index_about_text {
	float: left;
}

.index_about_text .text {
	max-width: 730px;
	margin-left: 25px;
	margin-bottom: 50px;
}

.main2 h2 {
	font-size: 42px;
	color: #333;
	line-height: 1em;
	margin-bottom: 20px;
}

.main2 p {
	font-size: 18px;
	color: #666;
	line-height: 28px;
}

.main2 a.index_title_right {
	float: none;
	display: none;
	margin-left: 55px;
}

.index_about_img {
	float: right;
	max-width: 540px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
}

.csr_img {
	margin-right: 32px;
}

.csr_text {
	background: #fff;
	position: absolute;
	max-width: 540px;
	right: 0;
	bottom: -130px;
	padding-top: 60%;
	z-index: -1;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 25px;
	display: none;
}

.csr_text p strong {
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.csr_text p {
	font-size: 15px;
	color: #666;
}

@media(max-width: 1440px) {
	.main2 {
		padding: 80px 0;
	}

	.main2 h2 {
		font-size: 48px;
	}

	.main2 p {
		font-size: 16px;
	}
}

@media(max-width: 1199px) {
	.main2 {
		padding: 50px 0;
	}

	.main2 h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.main2 p {
		font-size: 14px;
	}

	.index_about_text {
		width: 49%;
	}

	.index_about_text .text {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.index_about_img {
		width: 49%;
	}

	.csr_img {
		margin-right: 0;
	}

	.csr_text {
		bottom: 0px;
		position: relative;
		padding: 10px 15px;
	}

	.csr_text p strong {
		font-size: 20px;
	}
}

@media(max-width: 768px) {
	.main2 {
		padding: 30px 0;
	}

	.main2 h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

@media(max-width: 767px) {
	.main2 {
		padding: 20px 0;
	}

	.main2 h2 {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}

	.main2 a.index_title_right {
		display: none;
	}

	.index_about_text .text {
		margin-bottom: 15px;
	}

	.index_about_text {
		width: 100%;
		float: none;
	}

	.index_about_img {
		width: 100%;
		float: none;
		max-width: 100%;
	}

	.csr_text p strong {
		font-size: 18px;
	}

	.main2 p {
		line-height: 1.6em;
	}
}

.main3 {
	padding: 80px 0;
	overflow: hidden;
}
.main3 p{
	font-size: 16px;
	margin-top: 10px;
}
.swiper-container2 {
	text-align: center;
}

.index_title1 {
	text-align: center;
	margin-bottom: 70px;
}

.index_title1 h3 {
	font-size: 42px;
	color: #333;
	line-height: 1.6em;
}

.index_title1 p {
	font-size: 16px;
	color: #666;
	max-width: 880px;
	margin: 0 auto;
	line-height: 1.8em;
}

.tab1li {
	margin-bottom: 40px;
}

.tab1li ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tab1li ul li {
	/*display: block;*/
	font-size: 18px;
	color: #999;
	margin: 0 50px;
	position: relative;
	cursor: pointer;
}

.tab1li ul li:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #333;
	transition: all 0.6s ease-out;
}

.tab1li ul li.on {
	color: #333;
}

.tab1li ul li:hover:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transition: all 0.6s;
}

.tab1li ul li.on:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transition: all 0.6s;
}

.tab1 {
	display: none;
}

.tab1 ul {
	display: flex;
	flex-wrap: wrap;

}

.tab1 ul li {
	width: 32%;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;

}

.tab1 ul li:nth-child(3n) {
	margin-right: 0;
}

.tab1 ul li a {
	display: block;
	overflow: hidden;
}

.tab1 ul li a img {
	transition: all 0.6s ease-out;
}

.tab1 ul li .text {
	background: rgba(0, 0, 0, .8);
	position: absolute;
	/*    bottom:0;*/
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 45px;
	color: #fff;
	bottom: -60%;
	transition: all 0.6s ease-out;
	display: none;
}

.tab1 ul li .text h3 {
	font-size: 24px;
	font-weight: normal;
}

.tab1 ul li .text p {
	font-size: 18px;
}

.tab1 ul li:hover a img {
	transition: all 0.6s;
	transform: scale(1.1);
}

.tab1 ul li:hover .text {
	bottom: 0;
	transition: all 0.6s;

}

@media(max-width: 1440px) {
	.main3 {
		padding: 50px 0;
	}

	.index_title1 {
		margin-bottom: 40px;
	}

	.index_title1 h3 {
		font-size: 42px;
	}

	.index_title1 p {
		font-size: 16px;
	}

	.tab1li ul li {
		font-size: 20px;
		margin: 0 30px;
	}
}

@media(max-width: 1199px) {
	.main3 {
		padding: 30px 0;
	}

	.index_title1 {
		margin-bottom: 30px;
	}

	.index_title1 h3 {
		font-size: 24px;
	}

	.index_title1 p {
		font-size: 14px;
		max-width: 100%;
	}

	.tab1li {
		margin-bottom: 30px;
	}

	.tab1li ul li {
		font-size: 14px;
	}

	.tab1 ul li .text {
		padding: 15px 25px;
	}

	.tab1 ul li .text h3 {
		font-size: 20px;
	}

	.tab1 ul li .text p {
		font-size: 14px;
	}
}

@media(max-width: 768px) {
	.tab1li ul li {
		margin: 0 20px;
	}

	.tab1li ul li {
		padding: 0 5px;
		margin: 0 10px;
	}

	.tab1 ul li .text {
		bottom: -50%;
		padding: 10px 15px;
	}
}

@media(max-width: 767px) {
	.index_title1 h3 {
		font-size: 20px;
	}

	.index_title1 p {
		display: none;
	}

	.tab1li ul li {
		margin: 0 8px;
	}

	.tab1 ul li {
		width: 48%;
		margin: 1%;
	}

	.tab1 ul li .text {
		bottom: 0%;
		padding: 5px 10px;
	}

	.tab1 ul li .text h3 {
		font-size: 16px;
		line-height: 1.6em;
	}

	.tab1 ul li .text p {
		font-size: 12px;
	}
}

.main4 {}

.main4 ul {
	display: flex;
	flex-wrap: wrap;
}

.main4 ul li {
	width: 48%;
	margin-right: 4%;
	display: flex;
	margin-bottom: 70px;
}

.main4 ul li:nth-child(2n) {
	margin-right: 0;
}

.main4 ul li .img {
	min-width: 136px;

}

.main4 ul li:nth-child(2) .img {
	text-align: center;
}

.main4 ul li:nth-child(3) .img {
	text-align: center;
}

.main4 ul li .text {}

.main4 ul li .text h3 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 15px;
}

.main4 ul li .text p {
	font-size: 14px;
	color: #333;
}

.main4 ul li:nth-child(1) {
	animation-delay: 0.4s;
}

.main4 ul li:nth-child(2) {
	animation-delay: 0.8s;
}

.main4 ul li:nth-child(3) {
	animation-delay: 0.4s;
}

.main4 ul li:nth-child(4) {
	animation-delay: 0.8s;
}

@media(max-width: 1440px) {
	.main4 ul li .text h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

@media(max-width: 1199px) {
	.main4 ul li .text p {
		font-size: 14px;
	}
}

@media(max-width: 768px) {
	.main4 ul li {
		width: 100%;
		margin-bottom: 30px;
	}
}

@media(max-width: 767px) {
	.index_title1 {
		margin-bottom: 20px;
	}

	.main4 ul li {
		flex-wrap: wrap;
	}

	.main4 ul li .img {
		max-width: 100%;
		text-align: left !important;
		margin-bottom: 10px;
	}

	.main4 ul li .img img {
		max-width: 100px;
	}

	.main4 ul li .text {
		width: 100%;
	}

	.main4 ul li .text h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
}


.main5 {
	background: #f3f3f3;
	padding: 66px 0;
	text-align: center;
}

.main5 p {
	font-size: 32px;
	color: #666;
	line-height: 1.2em;
	margin-top: 48px;
	margin-bottom: 50px;
}

.main5 p span {
	display: block;
	font-size: 16px;
	color: #999;
}

.index_mess {
	width: 460px;
	border: 1px solid #333;
	border-radius: 5px;
	margin: 0 auto;
}

.index_mess input {
	display: block;
	width: 286px;
	line-height: 50px;
	border: none;
	outline: none;
	background: none;
	float: left;
	text-indent: 10px;
	font-size: 20px;
}

.index_mess a {
	display: block;
	float: right;
	width: 174px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background: #333;
}

.logo2 img {
	max-width: 300px;
}

@media(max-width: 1440px) {}

@media(max-width: 1199px) {
	.main5 {
		padding: 40px 0;
	}
}

@media(max-width: 768px) {
	.logo2 img {
		max-width: 200px;
	}

	.main5 p {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 25px;
	}
}

@media(max-width: 767px) {
	.main5 {
		display: none;
	}

	.index_mess {
		width: 100%;
	}

	.index_mess input {
		max-width: 50%;
	}

}

#footer {
	background: #e7e7e6;
	padding: 50px 0;
}

.foot_l {
	float: left;
	width: 25%;
	margin-right: 4%;
	color: #666;
	font-size: 16px;
}

.foot_l .icon a {

	color: #666;
	margin-right: 10px;
}
.foot_l .icon img{

	width: 40px;
}

.f_logo {
	margin-bottom: 20px;
}

.f_logo img {
	max-width: 300px;
}

.foot_l p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

.foot_r {
	float: right;
	width: 25%;
	color: #666;
	font-size: 16px;
}

.foot_r h2 {
	font-size: 26px;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}

.f_nav li {
	float: left;
	/*    margin-right:65px;*/
	width: 50%;

}

.f_nav li a {
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	line-height: 1em;
}

.f_nav li a:hover {
	color: #fff;
}

.foot_a {
	float: right;
}

.foot_a a {
	margin-left: 20px;
}

.copyright {
	font-size: 15px;
	color: #999;
	padding: 5px 0;
}

.copyright a {
	font-size: 15px;
	color: #999;
}

@media(max-width: 1440px) {
	.f_nav {
		margin-left: 150px;
	}

	#footer {
		padding: 70px 0;
	}
}

@media(max-width: 1199px) {
	#footer {
		padding: 50px 0;
	}

	.foot_l {
		font-size: 14px;
		max-width: 350px;
	}

	.f_nav {
		margin-left: 30px;
		max-width: 340px;
	}

	.f_nav li a {
		font-size: 16px;
	}

	.foot_a a {
		margin-left: 10px;
	}
}

@media(max-width: 768px) {
	#footer {
		padding: 30px 0;
	}

	.f_nav {
		display: none;
	}

	.foot_l {
		width: 75%;
		max-width: 100%;
	}

	.f_logo {
		margin-bottom: 10px;
	}

	.f_logo img {
		max-width: 120px;
	}

	.copyright {
		font-size: 14px;
	}
}

@media(max-width: 767px) {
	#footer {
		padding: 20px 0;
	}

	.foot_l {
		width: 100%;
		float: none;
	}

	.foot_a {
		float: none;
	}
}

/*----- Common css ------*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

.f_none {
	display: none;
}



/*------------内页-------------------*/
.n_banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.n_banner img {
	width: 100%;
	margin: 0 auto
}

.n_banner_text {
	position: absolute;
	left: 0;
	bottom: 45px;
	color: #fff;
	width: 100%;
}

.n_banner_text .container {
	max-width: 1700px;
	width: 92%;
	margin: 0 auto;
}

.n_banner_text h3 {
	font-size: 36px;
	line-height: 1.4em;
}

.n_banner_text p {
	font-size: 16px;
}

.n_banner_text p a {
	color: #fff
}

.n_about1 {
	padding: 65px 0 40px;
	min-height: 400px;

}

.n_about1 p strong {
	font-size: 36px;
	color: #333;
	display: block;
	margin-bottom: 30px;
}

.n_about1 p {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}

.n_about_movie {
	width: 60%;
	margin: 0 auto;
}

.n_about2 {
	padding: 110px 0;
	background: #f9f9f9;
}

.n_about2 .container {
	display: flex;
	flex-wrap: wrap;
}

.n_about2_img {
	width: 47%;
}

.n_about2_text {
	width: 48%;
	margin-left: 5%;
	position: relative;
	padding-top: 10px;
}

.n_about2_text p strong {
	font-size: 36px;
	color: #333;
	display: block;
	margin: 30px 0;
}

.n_about2_text p {
	font-size: 16px;
	color: #333;
	line-height: 1.6em;
}

.n_about2_text2 {
	/*position: absolute;*/
	/*bottom:0;*/
	/*left: 0;*/
	margin-top: 30px;
}

.n_about2_text2 p:nth-child(3) {
	height: 1em;
}

.n_about2_text2 p strong {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}

.n_about2_text2 p {
	font-size: 16px;
	color: #333;
}

.n_about3 {
	padding: 65px 0;
}

.n_about3 h2 {
	font-size: 40px;
	color: #333;
	margin-bottom: 30px;
}

.n_about3 ul {
	display: flex;
	flex-wrap: wrap;
}

.n_about3 ul li {
	width: 13%;
	margin: 0 1.5% 20px 0;
}

.n_about3 ul li:nth-child(7n) {
	margin-right: 0;
}

.h01 {
	height: 40px;
}

.n_about4 {
	padding: 50px 0 95px;
	background: #f6f6f6;
}

.n_about4 h2 {
	font-size: 40px;
	color: #333;
	margin-bottom: 30px;
}

.n_about4_cont {
	display: flex;
	flex-wrap: wrap;
}

.n_about4_cont p {
	width: 50%;
	font-size: 16px;
	color: #333;
	padding-left: 15px;
	line-height: 1.6em;
	/*    padding:14px 0;*/
	line-height: 58px;
	border-bottom: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.n_about4_l {
	width: 48%;
	margin-right: 4%;
	display: flex;
	flex-wrap: wrap;
	float: left;
}

.n_about4_r {
	float: right;
	width: 48%;
	display: flex;
	flex-wrap: wrap;
}

.n_about4_r P:last-child {
	line-height: 1.6em;
	line-height: 1.6em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.movie1 video {
	display: block;
	width: 100%;
	max-width: 100%;
}

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

@media(max-width: 1440px) {
	.n_banner_text h3 {
		font-size: 32px;
	}

	.n_banner_text p {
		font-size: 18px;
	}

	.n_about1 {
		padding: 40px 0;
	}

	.n_about1 p strong {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.n_about1 p {
		font-size: 16px;
	}

	.n_about2 {
		padding: 80px 0;
	}

	.n_about2_text {
		width: 50%;
		margin-left: 3%;
		position: relative;
		padding-top: 20px;
	}

	.n_about2_text p strong {
		font-size: 32px;
	}

	.n_about3 {
		padding: 50px 0;
	}

	.n_about3 h2 {
		font-size: 32px;
	}

	.n_about4 h2 {
		font-size: 32px;
	}

	.h01 {
		height: 30px;
	}

	.n_about4 {
		padding: 50px 0;
	}
}

@media(max-width: 1199px) {
	.n_about1 {
		padding: 30px 0;
	}

	.n_about1 p strong {
		font-size: 24px;
	}

	.n_about2 {
		padding: 50px 0;
	}

	.n_about2_text {
		padding-top: 0;
	}

	.n_about2_text p strong {
		font-size: 24px;
		margin: 5px 0;
	}

	.n_about2_text2 {
		position: relative;
		margin-top: 15px;
	}

	.n_about2_text2 p:nth-child(3) {
		display: none;
	}

	.n_about3 {
		padding: 40px 0;
	}

	.n_about3 h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.h01 {
		height: 20px;
	}

	.n_about3 ul li {
		width: 17%;
		margin: 1.5%;
	}

	.n_about4 {
		padding: 40px 0;
	}

	.n_about4 h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.n_about4_cont p {
		font-size: 14px;
		padding-left: 0px;
		line-height: 50px;
	}

}

@media(max-width: 768px) {
	.n_banner_text h3 {
		font-size: 24px;
	}

	.n_banner_text p {
		font-size: 16px;
	}

	.n_about3 ul li {
		width: 23%;
		margin: 1%;
	}

	.n_about4_cont p {
		line-height: 40px;
	}

	.n_about2 {
		padding: 30px 0;
	}

	.movie1 {
		width: 100%;
	}

	.n_banner {
		height: 150px;
		width: 180%;
	}

	.n_banner img {
		width: 100%;
		height: 100%;
	}
}

@media(max-width: 767px) {
	.n_banner_text h3 {
		font-size: 18px;
	}

	.n_banner_text p {
		display: none;
	}

	.n_about1 {
		padding: 20px 0;
	}

	.n_about1 p strong {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.n_about2 {
		padding: 20px 0;
	}

	.n_about2_img {
		width: 100%;
		text-align: center;
	}

	.n_about2_text {
		padding-top: 15px;
		width: 100%;
		margin-left: 0;
	}

	.n_about2_text p strong {
		font-size: 18px;
	}

	.n_about3 {
		padding: 20px 0;
	}

	.n_about3 h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.n_about3 ul li {
		width: 32%;
		margin: 0.65%;
	}

	.n_about4 {
		padding: 20px 0;
	}

	.n_about4 h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.n_about4_l {
		width: 100%;
		margin-right: 0%;
		float: none;
	}

	.n_about4_r {
		float: none;
		width: 100%;
	}

	.n_about4_cont p {
		line-height: 32px;
	}
}


/*case*/
.case_sort {
	background: #f9f9f9;
	margin-bottom: 45px;
	padding: 26px 0;
}

.container2 {
	max-width: 1700px;
	width: 92%;
	margin: 0 auto;
}

.case_sort ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}

.case_sort li a {
	display: block;
	font-size: 20px;
	color: #666;
	padding: 5px 40px;
	position: relative;
	margin: 0 15px;
}

.case_sort li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #333;
	transition: all 0.6s ease-out;
}

.case_sort li.on a {
	color: #333;
}

.case_sort li:hover a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transition: all 0.6s;
}

.case_sort li.on a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333;
	transition: all 0.6s;
}

.case_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.case_list li p {
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}

.case_list li {
	width: 21.3%;
	margin-left: 2.5%;
	position: relative;
	text-align: center;
}

.case_list li img {
	width: 100%;
}

.case_list li:nth-child(5n) {}

.case_list li:last-child {}

.case_list li:nth-child(3n) {
	animation-delay: 0.9s;
}

.case_list li:nth-child(4n) {
	margin-right: 0;
	animation-delay: 1.2s;
}

.case_list li a {
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 20px;
	padding: 30px 0;
	background: #fff;
}

.case_list li a img {
	transition: all 0.6s ease-out;
	text-align: center;
	max-width: 80%;
}

.case_list li .text {
	background: rgba(0, 0, 0, .8);
	position: absolute;
	/*    bottom:0;*/
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 45px;
	color: #fff;
	bottom: -60%;
	transition: all 0.6s ease-out;
	display: none;
}

.case_list li .text h3 {
	font-size: 24px;
	font-weight: normal;
}

.case_list li .text p {
	font-size: 18px;
}

.case_list li:hover a img {
	transition: all 0.6s;
	transform: scale(1.1);
}

.case_list li:hover .text {
	bottom: 0;
	transition: all 0.6s;
}

.pageController {
	text-align: center;
	color: #505050;
	margin: 0 auto;
	margin: 2em 0;
	line-height: 24px;
}

.pageController a {
	background-color: #FFF;
	vertical-align: middle;
	border: #efefef 1px solid;
	color: #505050;
	padding: 5px 8px;
	margin-right: 3px;
	margin-left: 3px;
}

.pageController a:hover {
	background-color: #2d2d2d;
	color: #fff;
	text-decoration: none;
	border: #efefef 1px solid;
}

.pageController .currPage {
	background-color: #2d2d2d;
	color: #ff0000;
	border: #efefef 1px solid;
}

.pageController .t1 {
	float: left;
	margin-right: 5px;
	height: 24px;
	line-height: 22px;
	white-space: nowrap;
	display: none;
}

.pageController .t2 {
	vertical-align: middle;
	line-height: 39px;
}

.pageController .t2 #current {
	line-height: 39px;
	background-color: #2d2d2d;
	vertical-align: middle;
	border: 1px solid #2d2d2d;
	color: #fff;
	padding: 5px 8px;
	margin-right: 3px;
	margin-left: 3px;
	width: 39px;
}

.pageController .t1 span {
	/*padding-left:4px;
    padding-right:4px;*/
	width: 39px;
}

.pageController select {
	height: 24px;
	vertical-align: middle;
	text-align: center;
	line-height: 24px;
	display: none;
}

.pageController select option {
	vertical-align: middle;
}


.n_banner_text2 {
	position: absolute;
	left: 0;
	bottom: 110px;
	color: #fff;
	width: 100%;
}

.n_banner_text2 .container {
	max-width: 1700px;
	width: 92%;
	margin: 0 auto;
}

.n_banner_text2 h3 {
	font-size: 36px;
	line-height: 1.4em;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-shadow: 3px 2px 4px #505050;
}

.n_banner_text2 p {
	font-size: 16px;
	text-shadow: 3px 2px 4px #505050;
}

.case_detail {
	background: #eaeaea;
	padding: 28px 0 65px;
}

.case_detail1 {
	display: flex;
	flex-wrap: wrap;
}

.case_detail1_l {
	width: 54%;
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 80px 5%;
}

.case_detail1_r {
	background: #f5f5f5;
	width: 46%;
	box-sizing: border-box;
	padding: 80px 3%;
}

.case_detail1_r p {
	margin-bottom: 15px;
}

.case_detail1 h3 {
	color: #333;
	font-size: 24px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.case_detail1 h3:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 2px;
	background: #999;
}

.case_detail1 p {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
}

.case_detail2 {
	background: #fff;
	box-sizing: border-box;
	padding: 85px 80px;
	margin: 15px auto 15px;
	position: relative;
}

.case_detail2:before {
	content: '';
	position: absolute;
	bottom: 120px;
	left: 5%;
	width: 40%;
	height: 1px;
	background: #dedede;
	opacity: 0;
}

.case_detail2:after {
	content: '';
	position: absolute;
	bottom: 120px;
	right: 5%;
	width: 40%;
	height: 1px;
	background: #dedede;
	opacity: 0;
}

#case_container .swiper-slide {
	width: 37%;
}

.c_xs {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 9999999999;
	display: none;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.c_xs.on {
	display: flex;
}

.swiper-button-prev1 {
	position: absolute;
	font-family: "宋体";
	font-size: 32px;
	color: #333;
	outline: none;
	left: 15px;
	margin-left: 0px;
	font-weight: bold;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #fff;
	/*box-shadow: 0px 0px 5px #999;*/
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.swiper-button-prev1:hover {
	box-shadow: 0px 0px 10px #999;
}

.swiper-button-next1 {
	position: absolute;
	font-family: "宋体";
	font-size: 32px;
	color: #333;
	outline: none;
	right: 15px;
	margin-right: 0px;
	font-weight: bold;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background: #fff;
	/*box-shadow: 0px 0px 5px #999;*/
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #ccc;
}

.swiper-button-next1:hover {
	box-shadow: 0px 0px 10px #999;
}

.case_detai3 {
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 50px 10%;
}

.tab2li ul {
	display: flex;
	margin-bottom: 30px;
}

.tab2li ul li {
	font-size: 24px;
	color: #222;
	position: relative;
	padding-bottom: 5px;
	cursor: pointer;
}

.tab2li ul li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 4px;
	background: #333;
	transition: all 0.6s ease-out;
}

.tab2li ul li:last-child {
	margin-left: 50px;
}

.tab2 {
	display: none;
}

.tab2 ul {
	display: flex;
	flex-wrap: wrap;
}

.tab2 ul li {
	width: 45%;
	margin-right: 10%;
	display: flex;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;

}

.tab2 ul li em {
	font-style: normal;
	font-size: 16px;
	color: #222;
	width: 50%;
	display: block;
}

.tab2 ul li span {
	font-size: 14px;
	color: #666;
	width: 50%;
	display: block;
}

.tab2 ul li a {
	text-decoration: underline;
	font-size: 14px;
	color: #0081d3;
	width: 50%;
	display: block;
}

.tab2 ul li:nth-child(2) {
	margin-right: 0;
}

.tab2 ul li:last-child {
	border: none;
}

.tab2li ul li.on:after {
	width: 100%;
	transition: all 0.6s;
}

.tab2li ul li:hover:after {
	width: 100%;
	transition: all 0.6s;
}

.td_list {
	display: flex;
	flex-wrap: wrap;
}

.td_list p {
	width: 45%;
	margin-right: 10%;
	display: flex;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
}

.td_list p:nth-child(2n) {
	margin-right: 0;
}

.td_list p strong {
	font-size: 16px;
	color: #222;
	width: 60%;
	display: block;
	font-weight: normal
}

.td_list p em {
	font-size: 24px;
	color: #666;
	width: 40%;
	display: block;
	font-style: normal;
}

.xg_case {
	padding: 65px 0 35px;
}

.xg_case h2 {
	font-size: 36px;
	color: #333;
	font-weight: normal;
	max-width: 1380px;
	margin: 0 auto 40px;
}

.xg_case .case_list {
	margin-bottom: 0;
}

@media(max-width: 1440px) {
	.case_sort {
		margin-bottom: 35px;
	}

	.case_sort ul li a {
		font-size: 20px;
		padding: 0 20px;
		margin: 0 10px;
	}

	.n_banner_text2 h3 {
		font-size: 36px;
		padding-bottom: 5px;
	}

	.n_banner_text2 p {
		font-size: 18px;
	}

	.case_detail1 h3 {
		font-size: 32px;
		margin-bottom: 20px;
		padding-bottom: 5px;
	}

	.case_detail1_r p {
		margin-bottom: 10px;
	}

	.case_detail1_l {
		padding: 50px 3%;
	}

	.case_detail1_r {
		padding: 50px 3%;
	}

	.case_detail2 {
		padding: 50px 80px;
	}

	.swiper-button-prev1 {
		bottom: 40px;
	}

	.swiper-button-next1 {
		bottom: 40px;
	}

	.case_detail2:before {
		bottom: 70px;
	}

	.case_detail2:after {
		bottom: 70px;
	}

	.case_detai3 {
		padding: 50px 5%;
	}

	.tab2li ul {
		margin-bottom: 40px;
	}

	.tab2li ul li {
		font-size: 30px;
	}

	.tab2 ul li em {
		font-size: 22px;
	}

	.tab2 ul li {
		line-height: 70px;
	}

	.tab2 ul li span {
		font-size: 20px;
	}

	.tab2 ul li a {
		font-size: 20px;
	}

	.xg_case {
		padding: 50px 0 35px;
	}

	.xg_case h2 {
		font-size: 32px;
		margin: 0 auto 20px;
	}

	.n_banner_text2 {
		bottom: 100px;
	}

	.td_list p {
		line-height: 70px;
	}

	.td_list p strong {
		font-size: 18px;
	}

	.td_list p em {
		font-size: 20px;
	}
}

@media(max-width: 1199px) {
	.case_detail {
		padding: 28px 0 40px;
	}

	.container2 {
		width: 96%;
	}

	.case_sort {
		padding: 15px 0;
		margin-bottom: 0;
	}

	.case_sort ul li a {
		font-size: 14px;
		padding: 0 20px;
		margin: 0 5px;
	}

	.case_list {
		margin-bottom: 20px;
	}

	.case_list li {
		margin-bottom: 15px;
	}

	.case_list li .text {
		padding: 15px 25px;
	}

	.case_list li .text h3 {
		font-size: 20px;
	}

	.case_list li .text p {
		font-size: 14px;
	}

	.n_banner_text2 h3 {
		font-size: 24px;
	}

	.n_banner_text2 p {
		font-size: 16px;
	}

	.case_detail1 h3 {
		font-size: 24px;
	}

	.case_detail1_l {
		padding: 30px 2%;
	}

	.case_detail1_r {
		padding: 30px 2%;
	}

	.case_detail2 {
		padding: 30px 80px;
	}

	.case_detai3 {
		padding: 30px 3%;
	}

	.tab2li ul {
		margin-bottom: 20px;
	}

	.tab2li ul li {
		font-size: 24px;
	}

	.tab2 ul li em {
		font-size: 20px;
	}

	.tab2 ul li span {
		font-size: 16px;
	}

	.tab2 ul li a {
		font-size: 16px;
	}

	.xg_case {
		padding: 35px 0;
	}

	.xg_case h2 {
		font-size: 24px;
	}

	.n_banner_text2 {
		bottom: 80px;
	}

	.td_list p {
		line-height: 60px;
	}

	.td_list p strong {
		font-size: 16px;
	}

	.td_list p em {
		font-size: 18px;
	}
}

@media(max-width: 768px) {
	.case_sort ul li a {
		padding: 0 15px;
		margin: 0;
	}

	.case_list li .text {
		bottom: -50%;
		padding: 10px 15px;
	}

	.n_banner_text2 {
		bottom: 50px;
	}

	.n_banner_text2 h3 {
		font-size: 20px;
	}

	.n_banner_text2 p {
		font-size: 14px;
	}

	.case_detail {
		padding: 28px 0;
	}

	.case_detail1 h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.case_detail1_l {
		padding: 20px 2%;
	}

	.case_detail1_r {
		padding: 20px 2%;
	}

	.case_detail1 p {
		font-size: 14px;
	}

	.case_detail1_r p {
		margin-bottom: 5px;
	}

	.tab2li ul li {
		font-size: 20px;
	}

	.tab2 ul li {
		line-height: 42px;
	}

	.tab2 ul li em {
		font-size: 16px;
	}

	.tab2 ul li span {
		font-size: 14px;
	}

	.tab2 ul li a {
		font-size: 14px;
	}

	.xg_case {
		padding: 20px 0;
	}

	.xg_case h2 {
		font-size: 20px;
		margin: 0 auto 10px;
	}

	.td_list p {
		line-height: 42px;
	}

	.td_list p strong {
		font-size: 14px;
	}

	.td_list p em {
		font-size: 16px;
	}
}

@media(max-width: 767px) {
	.case_sort {
		padding: 10px;
	}

	.case_sort ul li a {
		padding: 0 10px;
	}

	.case_list li {
		width: 45.8%;
		margin: 2%;
	}

	.case_list li .text {
		bottom: 0%;
		padding: 5px 10px;
	}

	.case_list li .text h3 {
		font-size: 16px;
		line-height: 1.6em;
	}

	.case_list li p {
		font-size: 12px;
	}

	.case_list li .text p {
		font-size: 12px;
	}

	.n_banner_text2 {
		bottom: 20px;
	}

	.n_banner_text2 h3 {
		font-size: 16px;
	}

	.n_banner_text2 p {
		display: none;
	}

	.case_detail1_l {
		width: 100%;
		padding: 10px 2%;
	}

	.case_detail1_r {
		width: 100%;
		padding: 10px 2%;
	}

	.case_detail1_r p {
		margin-bottom: 0px;
	}

	.case_detail2 {
		padding: 20px 2%;
	}

	#case_container .swiper-slide {
		margin-right: 10px !important;
	}

	.swiper-button-prev1 {
		bottom: 10px;
		font-size: 24px;
		margin-left: -20px;
		display: none;
	}

	.swiper-button-next1 {
		bottom: 10px;
		font-size: 24px;
		margin-right: -20px;
		display: none;
	}

	.case_detail2:before {
		width: 32%;
		bottom: 32px;
	}

	.case_detail2:after {
		width: 32%;
		bottom: 32px;
	}

	.case_detai3 {
		padding: 15px 2%;
	}

	.tab2li ul {
		margin-bottom: 10px;
	}

	.tab2li ul li {
		font-size: 16px;
	}

	.tab2li ul li:last-child {
		margin-left: 25px;
	}

	.tab2li ul li:after {
		height: 2.5px;
	}

	.tab2 ul li {
		width: 100%;
		margin-right: 0%;
	}

	.tab2 ul li em {
		font-size: 14px;
		width: 35%;
	}

	.tab2 ul li span {
		width: 65%;
	}

	.tab2 ul li a {
		width: 65%;
	}

	.case_detail {
		padding: 20px 0;
	}

	.xg_case {
		padding: 10px 0;
	}

	.xg_case h2 {
		font-size: 18px;
		margin: 0 auto 5px;
	}

	.td_list p {
		line-height: 40px;
		width: 100%;
		margin-right: 0%;
	}

	.td_list p strong {
		font-size: 14px;
	}

	.td_list p em {
		font-size: 14px;
	}
}

/*contact*/
.n_contact_cont {
	background: #f9f9f9;
}

.n_contact1 {
	padding: 25px 0;
}

.n_contact1 h3 {
	font-size: 32px;
	color: #333;
	display: block;
	margin-bottom: 30px;
}

.n_map {
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #e5e5e5;
	margin: 30px 0;
	background: #fff;
}

.n_contact_text {}

.n_contact_text p {
	font-size: 16px;
	color: #666;
}

.n_contact_text p strong {
	font-size: 24px;
	color: #333;
}

.message {
	padding: 95px 0 45px;
}

.message h2 {
	font-size: 40px;
	color: #333;
	margin-bottom: 45px;
	border-top: 2px solid #eee;
	padding-top: 30px;
}

.message h2 span {
	font-size: 16px;
	color: #999;
	font-weight: normal;
}

.message ul {
	display: flex;
	flex-wrap: wrap;
}

.message ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 28px;
}

.message ul li:last-child {
	margin-right: 0;
}

.message ul li input {
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: none;
	width: 100%;
	font-size: 16px;
	color: #666;
	text-indent: 12px;
	line-height: 38px;
	outline: none;
	border-radius: 5px;
}

.mess_cont {
	width: 100%;
	margin-bottom: 20px;
}

.mess_cont textarea {
	border: 1px solid #ccc;
	box-sizing: border-box;
	background: none;
	width: 100%;
	font-size: 16px;
	color: #666;
	padding: 12px;
	height: 178px;
	line-height: 38px;
	border-radius: 5px;
	outline: none;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.mess_btn {
	max-width: 364px;
	margin: 0 auto 0;
}

.mess_btn input {
	display: block;
	width: 100%;
	line-height: 62px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background: #ddd;
	border: none;
	border-radius: 100px;
	outline: none;
	cursor: pointer;
}

@media(max-width: 1440px) {
	.n_contact1 {
		padding: 50px 0;
	}

	.n_contact1 h3 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.n_contact_text p strong {
		font-size: 24px;
	}

	.n_contact_text p {
		font-size: 16px;
	}

	.message {
		padding: 50px 0;
	}

	.message h2 {
		font-size: 32px;
	}

	.mess_btn {
		width: 300px;
	}
}

@media(max-width: 1199px) {
	.n_contact1 {
		padding: 40px 0;
	}

	.n_contact1 h3 {
		font-size: 24px;
	}

	.n_contact_text p strong {
		font-size: 20px;
	}

	.n_contact_text p {
		font-size: 14px;
	}

	.message {
		padding: 40px 0;
	}

	.message h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}

	.message ul li {
		margin-bottom: 20px;
	}

	.mess_cont {
		margin-bottom: 20px;
	}

	.mess_btn {
		width: 260px;
	}
}

@media(max-width: 768px) {
	.n_contact1 {
		padding: 30px 0;
	}

	.n_contact1 h3 {
		font-size: 20px;
	}

	.n_contact_text p strong {
		font-size: 18px;
	}

	.message {
		padding: 30px 0;
	}

	.message h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.message ul li {
		margin-bottom: 15px;
	}

	.message ul li input {
		font-size: 14px;
		line-height: 32px;
	}

	.mess_cont {
		margin-bottom: 15px;
	}

	.mess_cont textarea {
		font-size: 14px;
		line-height: 32px;
		padding: 10px 12px;
		height: 200px;
	}

	.mess_btn {
		width: 220px;
	}

	.mess_btn input {
		line-height: 50px;
	}

	.n_map {
		margin: 15px 0;
	}
}

@media(max-width: 767px) {
	.n_contact1 {
		padding: 20px 0;
	}

	.n_contact1 h3 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.n_contact_text p strong {
		font-size: 16px;
	}

	.message {
		padding: 20px 0;
	}

	.message h2 {
		font-size: 18px;
	}

	.message h2 span {
		font-size: 14px;
	}

	.message ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.mess_cont {
		margin-bottom: 10px;
	}

	.mess_cont textarea {
		height: 160px;
		padding: 5px 12px;
	}

	.mess_btn {
		width: 160px;
	}

	.mess_btn input {
		line-height: 42px;
	}
}


/*team*/

.n_team {
	padding: 25px 0;
}

.n_team ul {}

.n_team ul li {
	margin-bottom: 45px;
	text-align: center;
	padding: 70px 0;
}

.n_team ul li video {
	width: 80%;
	height: auto;
}

.n_team ul li .text {
	max-width: 1140px;
	width: 98%;
	margin: 0 auto;
}

.n_team ul li .text h3 {
	font-size: 24px;
	color: #333;
	padding: 20px 0;
}

.n_team ul li .text h3 span {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin-left: 35px;
}

.n_team ul li .text p {
	font-size: 14px;
	color: #333;
	text-align: left;
}

.n_team ul li:nth-child(1) {
	animation-delay: 0.2s;
}

.n_team ul li:nth-child(2) {
	animation-delay: 0.4s;
}

.n_team ul li:nth-child(3) {
	animation-delay: 0.6s;
}

.n_team ul li:nth-child(4) {
	animation-delay: 0.8s;
}

.n_team ul li:nth-child(5) {
	animation-delay: 1s;
}

@media(max-width: 1440px) {
	.n_team {
		padding: 60px 0;
	}

	.n_team ul li {
		padding: 60px 0;
	}
}

@media(max-width: 1199px) {
	.n_team {
		padding: 50px 0;
	}

	.n_team ul li {
		padding: 50px 0;
	}

	.n_team ul li .text h3 {
		font-size: 32px;
	}

	.n_team ul li .text h3 span {
		font-size: 20px;
		margin-left: 25px;
	}
}

@media(max-width: 768px) {
	.n_team {
		padding: 30px 0;
	}

	.n_team ul li {
		padding: 35px 0;
	}

	.n_team ul li img {
		max-width: 400px;
	}

	.n_team ul li .text h3 {
		font-size: 20px;
		padding: 10px 0;
	}

	.n_team ul li .text h3 span {
		font-size: 14px;
	}

	.n_team ul li .text p {
		font-size: 14px;
	}
}

@media(max-width: 767px) {
	.n_team {
		padding: 20px 0;
	}

	.n_team ul li {
		padding: 25px 0;
		margin-bottom: 20px;
	}

	.n_team ul li img {
		max-width: 65%;
	}

	.n_team ul li .text h3 span {
		margin-left: 15px;
	}
}



h1.title {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding: 2em 0 0.5em 0;
	font-weight: normal;
}

.info_title {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-bottom: 1em;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 2em;
}

h3.tag {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.page {
	font-size: 16px;
	color: #666;
}

.page a {
	font-size: 16px;
	color: #666;
}

@media(max-width: 768px) {
	h1.title {
		font-size: 18px;
	}
}

.pageController {
	text-align: center;
	color: #505050;
	margin: 0 auto;
	margin: 2em 0;
	line-height: 24px;
}

.pageController a {
	background-color: #FFF;
	vertical-align: middle;
	border: #efefef 1px solid;
	color: #505050;
	padding: 5px 8px;
	margin-right: 3px;
	margin-left: 3px;
}

.pageController a:hover {
	background-color: #2b70bb;
	color: #fff;
	text-decoration: none;
	border: #efefef 1px solid;
}

.pageController .currPage {
	background-color: #2b70bb;
	color: #ff0000;
	border: #efefef 1px solid;
}

.pageController .t1 {
	float: left;
	margin-right: 5px;
	height: 24px;
	line-height: 22px;
	white-space: nowrap;
	display: none;
}

.pageController .t2 {
	vertical-align: middle;
	line-height: 39px;
}

.pageController .t2 #current {
	line-height: 39px;
	background-color: #ef8200;
	vertical-align: middle;
	border: 1px solid #ef8200;
	color: #fff;
	padding: 5px 8px;
	margin-right: 3px;
	margin-left: 3px;
	width: 39px;
}

.pageController .t1 span {
	/*padding-left:4px;
    padding-right:4px;*/
	width: 39px;
}

.pageController select {
	height: 24px;
	vertical-align: middle;
	text-align: center;
	line-height: 24px;
	display: none;
}

.pageController select option {
	vertical-align: middle;
}


.m_f_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #222;
	color: #fff;
	z-index: 9999;
	justify-content: center;
	width: 100%;
	display: none;

}

.m_f_fixed a {
	flex: 1;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
}

.m_f_fixed a img {
	width: 25px;
	display: block;
	margin: 0 auto 0px;
}

#gotop {
	position: fixed;
	right: 0;
	bottom: 30px;
	cursor: pointer;
	background: #000;
	display: none;
}

@media(max-width: 1199px) {
	#gotop {
		display: none;
	}
}

@media(max-width:640px) {
	.m_f_fixed {
		display: flex;
	}

	footer {
		margin-bottom: 70px;
	}
}




img {
	max-width: 100%;
	border: 0px solid #ccc;
	height: auto;
}

.c-fl {
	float: left;
}

.c-cb {
	clear: both;
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}


@font-face {
	font-family: "BarlowSemiCondensed-SemiBold";
	src: url("../fonts/BarlowSemiCondensed-SemiBold.woff2.woff2") format("woff2"),
		url("../fonts/BarlowSemiCondensed-SemiBold.woff2.woff") format("woff"),
		url("../fonts/BarlowSemiCondensed-SemiBold.woff2.ttf") format("truetype"),
		url("../fonts/BarlowSemiCondensed-SemiBold.woff2.eot") format("embedded-opentype"),
		url("../fonts/BarlowSemiCondensed-SemiBold.woff2.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'barlow_semi_condensedlight';
	src: url('../fonts/barlowsemicondensed-light-webfont.eot');
	src: url('../fonts/barlowsemicondensed-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/barlowsemicondensed-light-webfont.woff2') format('woff2'),
		url('../fonts/barlowsemicondensed-light-webfont.woff') format('woff'),
		url('../fonts/barlowsemicondensed-light-webfont.ttf') format('truetype'),
		url('../fonts/barlowsemicondensed-light-webfont.svg#barlow_semi_condensedlight') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'barlow_semi_condensedregular';
	src: url('../fonts/barlowsemicondensed-regular-webfont.eot');
	src: url('../fonts/barlowsemicondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/barlowsemicondensed-regular-webfont.woff2') format('woff2'),
		url('../fonts/barlowsemicondensed-regular-webfont.woff') format('woff'),
		url('../fonts/barlowsemicondensed-regular-webfont.ttf') format('truetype'),
		url('../fonts/barlowsemicondensed-regular-webfont.svg#barlow_semi_condensedregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;

}

@font-face {
	font-family: "iconfont";
	/* Project id 2711197 */
	src: url('../fonts/iconfont.eot?t=1627892859058');
	/* IE9 */
	src: url('../fonts/iconfont.eot?t=1627892859058#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/iconfont.woff2?t=1627892859058') format('woff2'),
		url('../fonts/iconfont.woff?t=1627892859058') format('woff'),
		url('../fonts/iconfont.ttf?t=1627892859058') format('truetype'),
		url('../fonts/iconfont.svg?t=1627892859058#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
}


.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}



.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #999;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;

}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.f-box {
	margin: 0 auto;
	width: 1400px;
	max-width: 100%;
	overflow: visible;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.m-prol .list-item {
	padding-top: 28px;
	padding-bottom: 28px;
	padding-right: 60px;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.m-prol .list-item:hover {
	background-color: #fff;
	box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.m-prol .item-pic {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 500px;
	margin-right: 30px;
	margin-left: 30px;
}

.m-prol .item-text {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow: hidden;
}

.m-prol .item-title {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 30px;
	font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-prol .item-desc {
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	overflow: hidden;
}

.m-prol .item-desc a {
	color: #666;
}

.m-prol .item-desc a:hover {
	color: #009fe8;
}

.m-prol .item-link {
	margin-top: 19px;
}

.m-prol .item-link a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	min-width: 128px;
	line-height: 28px;
	padding: 5px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #444;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #dfdfdf;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.m-prol .item-link a:hover {
	color: #fff;
	background-color: #009fe8;
}

.j-lazy {
	min-width: 100%;
}

/* .j-xx end */
[class*=-item] .item-pic {
	position: relative;
	display: block;
	line-height: 0;
	font-size: 0;
	text-align: center;
	overflow: hidden;
}

[class*=-item] .item-pic img {
	-webkit-transition: all 550ms;
	-o-transition: all 550ms;
	-moz-transition: all 550ms;
	transition: all 550ms;
}

[class*=-item] .item-pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

[class*=-item] .item-title {
	overflow: hidden;
}

[class*=-item] .item-title a:hover {
	color: #009fe8;
}

[class*=-item] .item-desc {
	overflow: hidden;
}

[class*=-item] .item-desc a {
	display: block;
}

[class*=-item] .item-desc a:hover {
	color: #009fe8;
}


@media screen and (max-width: 991px) {

	.m-prol .list-item {
		padding-top: 0px;
		padding-bottom: 20px;
		padding-right: 0px;
		flex-wrap: wrap;
	}

	.m-prol .item-title {
		line-height: 34px;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.m-prol .item-desc {
		margin-top: 0px;
		height: 24px;
		line-height: 22px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.m-prol .item-link {
		margin-top: 10px;
	}

	.m-prol .item-link a {
		min-width: 80px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-prol .item-pic {

		width: 100%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.m-prol .item-text {

		width: 100%;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 375px) {
	.m-prol .list-item {
		display: block;
		padding: 15px 10px;
	}

	.m-prol .item-pic {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.m-prob1 .prob-pic {
	position: relative;
	z-index: 3;
	margin-right: 2.8571428571%;
	width: 45%;
}

.m-prob1 .prob-pic-big {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	background-color: #fff;
}

.m-prob1 .prob-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	z-index: 8;
	display: none;
}

.m-prob1 .prob-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.m-prob1 .prob-video.show {
	display: block;
}

.m-prob1 .prob-pic-big-img {
	display: block;
	line-height: 0;
	font-size: 0;
}

.m-prob1 .prob-pic-big-img .zoomPad {
	float: none;
	z-index: 8;
}

.m-prob1 .zoomWrapperImage img {
	max-width: 1200px;
}

.m-prob1 .prob-pic-small {
	position: relative;
	margin-top: 52px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	max-width: 556px;
}

.m-prob1 .prob-pic-btn {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	background-color: #000;
	opacity: 0.3;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}

.m-prob1 .prob-pic-btn:hover {
	color: #fff;
	background-color: #009fe8;
}

.m-prob1 .prob-pic-btn.prev {
	left: 0;
}

.m-prob1 .prob-pic-btn.next {
	right: 0;
}

.m-prob1 .prob-pic-list {
	overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
	width: 10000%;
	overflow: hidden;
}

.m-prob1 .prob-pic-list ul li {
	position: relative;
	float: left;
	margin-right: 0.0161870504%;
	width: 0.3201438849%;
}

.m-prob1 .prob-pic-item .item-pic,
.m-prob1 .prob-pic-item .item-video {
	border: 1px solid #eaeaea;
	background-color: #fff;
	overflow: hidden;
}

.m-prob1 .prob-pic-item .item-pic:hover,
.m-prob1 .prob-pic-item .item-video:hover {
	border-color: #009fe8;
}

.m-prob1 .prob-pic-item .item-pic:hover img,
.m-prob1 .prob-pic-item .item-video:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.m-prob1 .prob-pic-item .item-pic.active,
.m-prob1 .prob-pic-item .item-video.active {
	border-color: #009fe8;
}

.m-prob1 .prob-pic-item .item-video {
	position: relative;
	display: block;
	line-height: 0;
	font-size: 0;
	text-align: center;
}

.m-prob1 .prob-info {
	padding-top: 23px;
}

.m-prob1 .prob-info-title {
	position: relative;
	font-size: 38px;
	font-weight: normal;
	font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
}

.m-prob1 .prob-info-desc {
	margin-top: 18px;
	line-height: 26px;
	font-size: 16px;
	color: #666;
	height: 200px;
}

.m-prob1 .prob-info-desc b {
	display: block;
	margin: 30px 0;
	font-size: 20px;
}

.prob-info-desc a {
	display: inline-block;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
}

.getprice {
	background: #f00;
}

.getprice:hover {
	background: #f85959;
}

.goback {
	background: #555;
}

.goback:hover {
	background: #333;
}

.m-prob1 .prob-share {
	margin-top: 26px;
	letter-spacing: 0;
}

.m-prob1 .prob-share .font {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 10px;
	line-height: 26px;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
	color: #666;
}

.m-prob1 .prob-share .img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	background-color: #fff;
	height: 26px;
}

.m-prob1 .prob-info-link {
	margin-top: 47px;
	margin-bottom: -16px;
	overflow: hidden;
}

.m-prob1 .prob-info-link a {
	margin-bottom: 24px;
	margin-right: 16px;
	display: inline-block;
	padding: 10px 10px;
	min-width: 190px;
	line-height: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #555;
	font-family: "barlow_semi_condensedregular", arial, helvetica, sans-serif;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ebebeb;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.m-prob1 .prob-info-link a:last-child {
	margin-right: 0;
}

.m-prob1 .prob-info-link a:hover {
	color: white;
	background-color: #009fe8;
	border-color: #009fe8;
}

@media screen and (max-width: 1219px) {
	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.m-prob1 .prob-pic {
		float: none;
		margin: 0 auto;
	}

	.m-prob1 .prob-info {
		margin-top: 20px;
		width: 100%;
		height: auto;
	}

	.m-prob1 .prob-info-desc {
		padding-bottom: 20px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.m-prob1 .prob-info-desc p {
		min-height: 10px;
	}
}

@media screen and (max-width: 991px) {
	.m-prob1 .prob-pic {
		width: 100%;
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		display: none;
	}

	.m-prob1 .prob-pic-small {
		display: none;
	}

	.m-prob1 .prob-pic-list ul li {
		margin-right: 0.2%;
		width: 3.14%;
	}

	.m-prob1 .prob-pic-item .item-pic:before {
		display: none !important;
	}

	.m-prob1 .prob-info-link {
		margin-top: 20px;
	}

	.m-prob1 .prob-info-link a {
		min-width: 120px !important;
		margin-right: 30px;
		font-size: 14px;

	}

	.m-prob1 .prob-info-title {
		font-size: 20px;

	}

	.m-prob1 .prob-share {
		margin-top: 20px;
	}

	.m-prob1 .prob-info-desc {
		line-height: 24px;
		font-size: 14px;
		height: 50px;
	}

	.m-prob1 .prob-info-desc p,
	.m-prob1 .prob-info-desc span,
	.m-prob1 .prob-info-desc b {
		line-height: 24px;
		font-size: 14px;

	}

	.m-prob1 .prob-info-desc .c-hsradio:before {
		top: 9px;
	}
}

.m-probd {
	background-color: #fff;
	padding: 40px;
}

@media screen and (max-width: 480px) {
	.m-prob1 .prob-pic-list ul li {
		margin-right: 0.4;
		width: 4.8%;
	}
}

.m-propic {
	display: none;
}

@media screen and (max-width: 991px) {
	.m-propic {
		position: relative;
		padding-left: 35px;
		padding-right: 35px;
		display: block;
		overflow: hidden;
	}

	.m-probd {
		padding: 10px;
	}

	.m-propic .box-btn {
		position: absolute;
		z-index: 3;
		top: 50%;
		margin-top: -15px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		font-size: 1.6rem;
		color: #333;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}

	.m-propic .box-btn.prev {
		left: 0;
	}

	.m-propic .box-btn.next {
		right: 0;
	}

	.m-propic .box-bd {
		overflow: hidden;
	}

	.m-propic .box-list {
		width: 10000%;
		overflow: hidden;
	}

	.m-propic .list-item {
		position: relative;
		float: left;
		margin-right: 0.02%;
		width: 0.32%;
	}

	.m-propic .item-video,
	.m-propic .item-video iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.m-propic .item-pic {
		/*border: 1px solid #009fe8;*/
	}
}

@media screen and (max-width: 640px) {
	.m-propic .list-item {
		width: 0.99%;
	}

	.f-box {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 375px) {
	.m-propic .list-item {
		width: 1%;
	}
}

.m-prob2 {
	margin-top: 57px;
}

.m-prob2 .box-tabhd {
	font-size: 0;
	letter-spacing: 0;
}

.m-prob2 .tabhd-item {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	min-width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 34px;
	font-size: 20px;
	font-family: "BarlowSemiCondensed-SemiBold", arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	border: solid 1px #ebebeb;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-prob2 .tabhd-item.active {
	background-color: #f6f6f6;
}

.m-prob2 .tabhd-item.active:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 4px;
	background-color: #009fe8;
}

.m-prob2 .box-tabbd {
	padding-top: 57px;
	padding-bottom: 62px;
	background-color: #f6f6f6;
}

.m-prob2 .tabbd-item {
	display: none;
}

.m-prob2 .tabbd-item.show {
	display: block;
}

@media screen and (max-width: 991px) {
	.m-prob2 .box-tabbd {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.m-prob2 .tabhd-item {
		line-height: 24px;
		font-size: 14px;

	}
}

.protop {
	text-align: center;
}

.prolist {
	width: 100%;
	margin: 0 auto;
	background: #eee;
	border-top: 2px solid #eee;
}

.prolist h3 {
	background: #b3b3b3;
	line-height: 50px;
	font-size: 16px;
	color: #fff
}

.pro_sort {
	width: 20%;
	float: left;
	padding-top: 130px;
}

.pro_sort .container2 {
	width: 70%;
	float: right;
}

.pro_sort ul li {
	text-align: left;
	font-size: 18px;
	line-height: 50px;
}

.list_item {
	font-family: 'verdana';
}

.pro_list {
	width: 80%;
	margin: 0 auto;
	background: #f3f3f3;
}

.pro_list_ny {
	width: 90%;
	min-height: 400px;
	padding-top: 100px;
}

.pro_list h3 {
	text-align: center;
	font-size: 30px;
	margin: 40px 0;
	font-weight: normal;
}




.chanpin {

	display: flex;
	flex-wrap: wrap;
}

.chanpin li {
	width: 16.566666%;
	margin-right: 0.1%;
	margin-bottom: 0.1%;
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.chanpin li:nth-child(6n) {
	margin-right: 0;
}






.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix10:after {
	content: ".";
	display: block;
	height: 10px;
	clear: both;
	visibility: hidden;
}

.h10 {
	height: 10px;
}

.h15 {
	height: 15px;
}

.nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}

.nav a {
	color: #555;
}

.nav h3 {
	font-size: 100%;
	font-weight: normal;
}

.nav h3 a:hover {
	color: #FE7700;
}

.nav .m {
	float: left;
	position: relative;
	z-index: 1;
}

.nav .s {
	float: left;
	width: 3px;
	text-align: center;
	color: #D4D4D4;
	font-size: 12px;
}

.nav h3 a {
	display: block;
	padding: 0 20px;
	text-align: center;
	font-weight: normal;
	font-size: 19px;
	color: #333;
}

.nav .sub {
	display: none;
	position: absolute;
	left: -3px;
	top: 30px;
	z-index: 1;
	width: 180px;
	border-radius: 10px;
	background: #fff;
}

.nav .sub li {
	text-align: left;
	padding: 5px 12px;
	margin-bottom: -1px;
}

.nav .sub li a {
	display: block;
	line-height: 26px;
	color: #000;
	font-size: 14px;
}

.nav .sub li a:hover {
	color: #FE7700;
}

.nav .block {
	height: 8px;
	width: 120px;
	background: #FE7700;
	position: absolute;
	left: 0;
	top: 42px;
	overflow: hidden;
}

#translate {
	width: 150px;
}

#translate select {
	width: 100px;
	margin-left: 10px;
}



@media(max-width: 768px) {
	.nav {
		display: none;
	}

	.pro_list_ny {
		padding-top: 20px;
	}

	.pro_list {
		width: 100%;
		float: none;
		background: #f3f3f3;
	}

	.case_list li {
		animation-delay: 0.2s;
	}

	.pro_list_ny {
		width: 100%;
	}

	.chanpin li {
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 1%;
		text-align: center;
		font-size: 18px;
		background: #fff;

		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.chanpin li:nth-child(2n) {
		margin-right: 0;
	}

}

.feedback {
	float: left;
	width: 45%;
}

.feedback h2 {
	font-size: 26px;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
}

.feedback ul li {
	display: block;
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 3%;
}

.feedback ul li:nth-child(2) {
	margin-right: 0;
}

.feedback ul li input {
	border: 1px solid #8f8d8d;
	background-color: #e7e7e6;
	border-radius: 4px;
	box-sizing: border-box;
	outline: none;
	color: #666;
	padding: 0 10px;
	width: 94%;
}

.feedback ul li .m_input {
	line-height: 40px;
}

.mess_cont {
	width: 100%;
	margin-bottom: 20px;
}

.mess_cont textarea {
	border: 1px solid #8f8d8d;
	background-color: #b5b4b4;
	border-radius: 4px;
	box-sizing: border-box;
	background: none;
	width: 96%;
	font-size: 16px;
	color: #666;
	height: 120px;
	line-height: 38px;
	outline: none;
}

.feedback .mess_btn {
	max-width: 200px;
	margin: 0;
}

.feedback .mess_btn input {
	display: block;
	width: 100%;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #555;
	border: none;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}

.pro {
	width: 1400px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;

}

.pro-pic {
	width: 45%;
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: center;
}

.swiper-container3 {
	width: 90%;
	height: 100%;
	position: relative;
	padding: 0 5%;
	padding-top: 30px;
	
}

 .swiper-container3 .swiper-slide{
	 display: flex;
	 height: 100%;
	 align-items: center;
 }



.pro-tit {
	width: 42%;
	padding: 130px 0 0 100px;
}

.pro-tit h2 {
	font-size: 32px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin-bottom: 20px;
}

.pro-tit p {
	font-size: 24px;
	line-height: 30px;
}
.pro-tit img{
	width: 100%;
}

.swiper-container3 .swiper-slide img {
	width: 100%;
	vertical-align: middle;
}
.picthumb li a{
	height: 250px;
	overflow: hidden;
}
.picthumb li img{
	width: 100%;
	object-fit:cover;
}
.n_team{
	padding-top: 140px;
}
.n_team h3{
	text-align: center;
	font-size: 30px;
}
	.case-pic{
		width: 1000px;
		margin: 0 auto;
		text-align: center;
	}
	.case-pic img{
		width: 100%;
	}
	
	.case-video{
		width: 800px;
		margin: 0 auto;
		text-align: center;
	}
@media(max-width: 768px) {
	.feedback {
		display: none;
	}

	.foot_r {
		display: none;
	}

	.swiper-container3 {
		width: 80%;
		padding: 0 10%;
	}

	.swiper-container3 .swiper-slide {
		text-align: left;

	}

	.swiper-container3 .swiper-slide img {
		width: 100%;
	}

	.pro {
		width: 100%;
		margin: 0 auto;
		display: block;

	}

	.pro-tit {
		width: 95%;
		padding: 30px 0 0 5%;
	}

	.pro-tit h2 {
		font-size: 22px;
	}

	.pro-tit p {
		font-size: 16px;
	}

	.pro-pic {
		width: 100%;

		overflow-x: hidden;
	}

.n_team{
	padding-top: 40px;
}
.n_team h3{
	text-align: center;
	font-size: 20px;
}

	.case-pic{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.case-pic img{
		width: 100%;
	}
	.case-video{
		width: 100%;
	}
}




/*右侧浮动*/
.y-kefu-box{position:fixed; right:0; bottom:20%; z-index:9999; font-size:13px;}
.y-kefu-box img{display: block; width:100%; height:auto;}
.y-kefu-box01 .icon{display:block; background:url(../images/icons01.png) no-repeat; margin:0 auto 6px;}
.y-kefu-box01{width:72px; color: #666; text-align: center;}
.y-kefu-box01 .kf-close-btn{width:27px; height:27px; background-position:-5px -115px; position: relative; cursor:pointer;}
.y-kefu-box01 .kf-close-btn:before{content:''; display: block; width:1px; height:12px; background-color:#d30f00; position: absolute; bottom:-12px; left:13px; z-index: 1;}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div{display:block; width:72px; padding:8px 0 12px;  position:relative;}
.y-kefu-box01 .show-status{position: relative;}
.y-kefu-box01 .show-status .kf-qiao{ color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-qiao{border-radius:2px;}
.y-kefu-box01 .kf-qiao i{width:21px; height:22px; background-position:-30px -150px;}
.y-kefu-box01 .kf-QQ{border-top-left-radius:2px;border-top-right-radius:2px;}
.y-kefu-box01 .kf-QQ>i{width:21px; height:22px; background-position:-5px -5px;}
.y-kefu-box01 .kf-QQ:hover>i{background-position:-30px -5px;}
.y-kefu-box01 .kf-zixun{border-radius:2px;}
.y-kefu-box01 .kf-zixun i{width:21px;height:22px;background-position:-30px -150px;}
.y-kefu-box01 .kf-mobile{border-top-left-radius:2px; border-top-right-radius:2px;}
.y-kefu-box01 .kf-mobile>i{width:18px; height:18px; background-position:-5px -32px;}
.y-kefu-box01 .kf-mobile:hover>i{background-position:-30px -32px;}
.y-kefu-box01 .kf-weChat>i{width:22px; height:19px; background-position:-5px -55px;}
.y-kefu-box01 .kf-weChat:hover>i{background-position:-30px -55px;}
.y-kefu-box01 .kf-email{border-bottom-left-radius:2px; border-bottom-right-radius:2px;}
.y-kefu-box01 .kf-email>i{width:18px; height:14px; background-position:-5px -80px;}
.y-kefu-box01 .kf-email:hover>i{background-position:-30px -80px;}
.y-kefu-box01 .back-top i{width:13px; height:11px; background-position:-5px -98px;}
.y-kefu-box01 .back-top:hover i{background-position:-30px -98px;}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .back-top{margin-top:-1px; border-radius:2px; left:55px;}
.y-kefu-box01 .hver:hover{background-color:#d30f00; border-color:#d30f00;}
.y-kefu-box01 .hver:hover>p{color:#fff;}
.y-kefu-box01 .mobile-infos,.y-kefu-box01 .QQ-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos{background-color:#fff; border:solid 1px #efefef; position:absolute; right:90px; z-index:2; border-radius:2px; display:none;}
.y-kefu-box01 .mobile-infos{width:215px; text-align:left; top:0;}
.y-kefu-box01 .mobile-infos>div{padding:20px 0 20px 45px; position:relative;}
.y-kefu-box01 .mobile-infos>div i{width:15px; height:15px; background-position:-52px -32px; position:absolute; top:22px; left:20px; z-index:2;}
.y-kefu-box01 .mobile-infos .online1{border-bottom:solid 1px #efefef;}
.y-kefu-box01 .mobile-infos span{color:#999;}
.y-kefu-box01 .mobile-infos p{color:#d30f00; font-size:18px;}
.y-kefu-box01 .QQ-infos{width:320px;text-align: left;top: 0;}
.y-kefu-box01 .part01{padding:20px 20px 20px 30px; border-bottom:solid 1px #e9e9e9; position:relative;}
.y-kefu-box01 .part01 p{font-size:16px; color:#d30f00; padding-bottom:5px;}
.y-kefu-box01 .part01 i{width:28px; height: 26px; background-position:-40px -5px; position: absolute; left:0; top:18px; z-index:2;}
.y-kefu-box01 .part02{padding:20px;}
.y-kefu-box01 .part02 li{width:86px; float:left; position:relative; margin:10px; padding-left:30px;}
.y-kefu-box01 .part02 i{width:22px; height:22px; background-position:-5px -5px; position:absolute; left:0; top:0; z-index:2;}
.y-kefu-box01 .part02 li:hover a{color:#d30f00;}
.ri{width:12px; height:12px; position:absolute; right:-12px; top:24px;}
.ri-arrow1,.ri-arrow2{width:0; height:0; display:block; position:absolute; left:0; top:0; border-top:6px transparent dashed; border-right:6px transparent dashed; border-bottom:6px transparent dashed; border-left:6px white solid; overflow:hidden;}
.ri-arrow1{left:1px; border-left:6px #efefef solid;}
.ri-arrow2{border-left:6px white solid;}

.y-kefu-box01 .y-ewm-box{width:151px; height:178px; top:-60px;}
.y-kefu-box01 .y-ewm-box>div{width:151px; height:178px;}
.y-kefu-box01 .y-ewm-box img{width:94px; height:94px; margin:30px auto 10px;}
.y-kefu-box01 .y-ewm-box .y-ewm-img1{width:150px; border-right:solid 1px #efefef;}
.y-kefu-box01 .y-ewm-box .right{top:84px;}

.y-kefu-box01 .y-email-infos{padding:28px 20px 28px 45px; color:#999; text-align:left; bottom:0;}
.y-kefu-box01 .y-email-infos p{color:#d30f00; font-size:16px;}
.y-kefu-box01 .y-email-infos>i{width:18px; height:13px; background-position:-52px -80px; position:absolute; left:15px; top:30px;}
.y-kefu-box01 .y-email-infos .right{top:55px;}
.y-kefu-box01 .hide-status{width:54px; height:65px; background-color:#d30f00; position:absolute; top:37px; left:55px; z-index:9;}
.y-kefu-box01 .hide-status .kf-zixun{padding:10px 0 7px; color:#fff; cursor:pointer;}


.more{
	border-radius: 3px;
	background-color: #ddd;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	width: 100px;
	font-size: 16px;
	margin-top: 50px;
}