﻿@charset "UTF-8";

@font-face {
	font-family: "MGM";
	src: url("../fonts/morganite-medium.woff") format("woff"), url("../fonts/morganite-medium.ttf") format("truetype"), url("../fonts/morganite-medium.svg") format("svg"), url("../fonts/Morganite-Medium.otf") format("opentype");
}

.MGM {
	font-family: "MGM";
}

@font-face {
	font-family: "MGB";
	src: url("../fonts/Morganite-ExtraBold.woff") format("woff"), url("../fonts/morganite-extrabold.ttf") format("truetype"), url("../fonts/morganite-extrabold.svg") format("svg"), url("../fonts/Morganite-ExtraBold.otf") format("opentype");
}

.MGB {
	font-family: "MGB";
}

.main {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
	background-color: #fff;
	position: relative;
	z-index: 5;
}

.w1440 {
	width: 1440px;
	margin: 0 auto;
	max-width: 92%;
	position: relative;
	z-index: 5;
}

.bgc {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.header {
	width: 100%;
	height: 82px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.22);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	background-color: #fff;
}

.header .nav {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.header .nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
}

.header .nav ul li {
	padding: 0 22px;
	position: relative;
}

.header .nav ul li .tits {
	font-size: 16px;
	line-height: 82px;
	color: #000;
	font-weight: 400;
}

.header .nav ul li .logo {
	width: 153px;
	height: 82px;
	position: relative;
	display: flex;
	align-items: center;
}

.header .nav ul li .logo img{
	height:90%;
	margin:0 auto;
	display: block;
}

.header .nav ul li dl {
	width: 140px;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 82px;
	left: 50%;
	margin-left: -70px;
	padding: 10px 0;
	display: none;
}

.header .nav ul li dl dd a {
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	display: block;
	position: relative;
}

.header .nav ul li dl dd a:after {
	width: 0;
	height: 1px;
	background-color: #d02d26;
	left: 50%;
	content: '';
	position: absolute;
	bottom: 0;
	transition: all 0.5s;
}

@media (min-width: 1024px) {
	.header .nav ul li dl dd a:hover {
		color: #d02d26;
	}

	.header .nav ul li dl dd a:hover:after {
		width: calc(100% - 30px);
		left: 15px;
	}
}

.header .nav ul li:nth-child(4) {
	padding: 0 1.9%;
}

@media (min-width: 1024px) {
	.header .nav ul li:hover .tits,.header .nav ul li .current {
		color: #d02d26;
	}
}

.header .headerRight {
	position: absolute;
	right: 3.75%;
	top: 21px;
}

.header .headerRight .searchBox {
	width: 40px;
	height: 40px;
	float: left;
	position: relative;
	overflow: hidden;
}

.header .headerRight .searchBox .searchClick {
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/search.png");
	display: block;
}

.header .headerRight .searchBox .search {
	width: 200px;
	height: 40px;
	border: 1px solid #000;
	border-radius: 10px;
	position: absolute;
	right: -200px;
	top: 0;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 0;
	transition: right 0.5s;
}

.header .headerRight .searchBox .search .text {
	width: 100%;
	height: 38px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	border: none;
	box-sizing: border-box;
}

.header .headerRight .searchBox .search .submit {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: none;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/search.png");
}

.header .headerRight .searchBox:hover {
	overflow: initial;
}

.header .headerRight .searchBox:hover .search {
	opacity: 1;
	right: 0;
}

.header .headerRight .lan {
	display: flex;
	float: left;
	align-items: center;
	font-size: 16px;
	line-height: 40px;
	color: #000;
	margin-left: 18px;
}

.header .headerRight .lan img {
	margin-right: 6px;
}

.header .logoM {
	display: none;
}

.header .navClick {
	width: 22px;
	height: 18px;
	margin-top: 16px;
	display: block;
	float: right;
	margin-right: 4%;
	display: none;
}

.header .navClick span {
	width: 100%;
	height: 2px;
	background-color: #000;
	display: block;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
}

.header .navClick span:nth-child(1) {
	margin-bottom: 6px;
}

.header .navClick span:nth-child(2) {
	margin-bottom: 6px;
}

.header .navClick.on span:nth-child(1) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 8px;
	right: 0px;
}

.header .navClick.on span:nth-child(2) {
	display: none;
}

.header .navClick.on span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 0;
	right: 0;
}

@media (max-width: 1700px) {
	.header .nav ul li {
		padding: 0 3%;
	}
}

@media (max-width: 1366px) {
	.header .nav ul li {
		padding: 0 2%;
	}
}

@media (max-width: 1200px) {
	.header .headerRight {
		right: 20px;
	}

	.header .nav ul li {
		padding: 0 1.5%;
	}
}

@media (max-width: 1024px) {
	.header {
		height: 50px;
	}

	.header .logoM {
		display: flex;
		align-items: center;
		font-size: 16px;
		line-height: 50px;
		color: #1a1a1a;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.header .logoM img {
		width: 120px;
	}

	.header .nav {
		display: none;
		width: 100%;
		height: calc(100vh - 50px);
		background-color: rgba(255, 255, 255, 0.96);
		border-top: 1px solid #eee;
		box-sizing: border-box;
		top: 50px;
		position: fixed;
		left: 0 !important;
		text-align: left;
		padding-left: 0;
		padding: 20px 0;
		overflow-y: auto;
	}

	.header .nav ul {
		width: 92%;
		margin: 0 auto 0;
		display: block;
		padding: 0;
	}

	.header .nav ul li {
		width: 100%;
		display: block;
		float: none;
		margin: 0;
		padding: 6px 0;
	}

	.header .nav ul li .tits {
		width: 100%;
		display: block;
		color: #0c1729 !important;
		border: none !important;
		border-bottom: 1px solid #e5e5e5 !important;
		font-size: 16px;
		line-height: 36px;
		height: auto;
		opacity: 1;
		font-weight: bold;
		padding: 0;
		border-radius: 0;
		background: none !important;
	}

	.header .nav ul li dl {
		width: 100%;
		display: block;
		background: none;
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		padding: 6px 0;
		transform: translateX(0);
		box-shadow: none;
		margin-left: 0;
	}

	.header .nav ul li dl dd {
		float: left;
		display: block;
		border: none;
		margin-right: 15px;
	}

	.header .nav ul li dl dd a {
		padding: 0;
		font-size: 14px;
		line-height: 36px;
		border: none;
		color: #666;
	}

	.header .nav ul li.logo {
		display: none !important;
	}

	.header .headerRight {
		display: none;
	}

	.header .navClick {
		display: block;
	}
}

.index-banner {
	width: 100%;
	height:700px;
	position: relative;
}

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

.index-banner ul li {
	width: 100%;
	height:700px;
	position: relative;
}

.index-banner ul li .con {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.index-banner ul li .con .tits {
	padding-left: 34px;
	font-size: 60px;
	line-height: 78px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 8px;
}

.index-banner ul li .con .tit {
	display: inline-block;
	padding: 0 36px;
	line-height: 62px;
	/*background-color: rgba(208, 45, 38, 0.28);*/
	margin-left: 27px;
	color: #fff;
	font-size: 28px;
	letter-spacing: 4px;
	margin-top: 20px;
	font-weight: 300;
}

.index-banner ul li .con1 {
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	height: auto;
	text-align: center;
	color: #000;
	padding-bottom: 15px;
	padding-top: 10px;
	cursor: pointer;
}

.index-banner ul li .con1 .tits {
	font-size: 40px;
	line-height: 66px;
	font-weight: 600;
}

.index-banner ul li .con1 .tits span {
	display: inline-block;
	position: relative;
}

.index-banner ul li .con1 .tits span:after {
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
}

.index-banner ul li .con1 .tit {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
	margin-top: 13px;
}

.index-banner .btns {
	width: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 35px;
	text-align: center;
	font-size: 0;
}

.index-banner .btns span {
	width: 42px;
	height: 1px;
	background: #fff;
	opacity: 1;
	margin: 0 4px;
	display: inline-block;
}

.index-banner .btns span.swiper-pagination-bullet-active {
	background-color: #d02d26;
}

@media (max-width: 1366px) {
	.index-banner ul li .con .tits {
		font-size: 40px;
		line-height: 46px;
	}

	.index-banner ul li .con .tit {
		font-size: 22px;
		padding: 0 24px;
		line-height: 50px;
		height: 50px;
	}

	.index-banner ul li .con1 .tits {
		font-size: 28px;
		line-height: 52px;
	}

	.index-banner ul li .con1 {
		width: 360px;
	}

	.index-banner ul li .con1 .tit {
		font-size: 18px;
		line-height: 20px;
	}
}

@media (max-width: 768px) {
	.index-banner {
		height: 50vh;
		margin-top: 50px;
	}

	.index-banner ul li {
		height: 50vh;
	}

	.index-banner ul li .con .tits {
		font-size: 22px;
		line-height: 30px;
		padding-left: 0;
		letter-spacing: 1px;
	}

	.index-banner ul li .con .tit {
		padding: 0 15px;
		line-height: 32px;
		height: 32px;
		font-size: 14px;
		margin-left: 0;
		letter-spacing: 1px;
	}

	.index-banner ul li .con1 {
		width: 280px;
	}

	.index-banner ul li .con1 .tits {
		font-size: 22px;
		line-height: 46px;
	}

	.index-banner ul li .con1 .tits span:after {
		height: 2px;
	}

	.index-banner ul li .con1 .tit {
		font-size: 14px;
		line-height: 16px;
	}
}

.indexTitle {
	text-align: center;
	color: #000;
}

.indexTitle .cn {
	font-size: 40px;
	line-height: 42px;
	font-weight: 700;
}

.indexTitle .en {
	font-family: 'MGM';
	font-size: 60px;
	line-height: 62px;
	opacity: 0.1;
	letter-spacing: 1.5px;
	margin-top: -18px;
}

@media (max-width: 1366px) {
	.indexTitle .cn {
		font-size: 30px;
		line-height: 32px;
	}

	.indexTitle .en {
		font-size: 46px;
		line-height: 48px;
	}
}

@media (max-width: 1200px) {
	.indexTitle .cn {
		font-size: 24px;
		line-height: 26px;
	}

	.indexTitle .en {
		font-size: 38px;
		line-height: 40px;
	}
}

.index .box1 {
	background-color: #f3f3f3;
	padding-bottom: 11.2%;
	padding-top: 5%;
}

.index .box1 .tabs {
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	font-size: 0;
	width: 100%;
	margin-top: 20px;
}

.index .box1 .tabs a {
	font-size: 22px;
	line-height: 72px;
	color: #898989;
	margin: 0 5.9%;
	position: relative;
	display: inline-block;
}

.index .box1 .tabs a:after {
	width: 0;
	left: 50%;
	bottom: -1px;
	background-color: #d02d26;
	content: '';
	position: absolute;
	height: 4px;
	transition: all 0.5s;
}

.index .box1 .tabs a.on {
	color: #d02d26;
}

.index .box1 .tabs a.on:after {
	width: calc(100% + 36px);
	left: -18px;
}

@media (min-width: 1024px) {
	.index .box1 .tabs a:hover {
		color: #d02d26;
	}

	.index .box1 .tabs a:hover:after {
		width: calc(100% + 36px);
		left: -18px;
	}
}

.index .box1 .list {
	margin-top: 6.9%;
}

.index .box1 .list ul {
	display: none;
}

.index .box1 .list ul li {
	width: 30.5%;
	float: left;
	margin-right: 4.25%;
	background-color: #fdfdfd;
}

.index .box1 .list ul li:nth-child(3n) {
	margin-right: 0;
}

.index .box1 .list ul li a {
	width: 100%;
	height: auto;
	display: block;
}

.index .box1 .list ul li a .pic {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 77.3%;
	overflow: hidden;
}

.index .box1 .list ul li a .pic .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.index .box1 .list ul li a .pic .t {
	width: 235px;
	height: 40px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	margin-top: 20px;
	transition: all 0.5s;
}

.index .box1 .list ul li a .con {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 35px;
}

.index .box1 .list ul li a .con .tits {
	font-size: 24px;
	line-height: 26px;
	color: #000;
	font-weight: 700;
}

.index .box1 .list ul li a .con .tit {
	text-align: center;
	font-size: 0;
	width: 100%;
	margin-top: 24px;
}

.index .box1 .list ul li a .con .tit .t {
	width: 84px;
	height: 30px;
	border: 1px solid #595757;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	box-sizing: border-box;
	color: #595757;
	margin: 0 7px;
}

@media (min-width: 1024px) {
	.index .box1 .list ul li:hover {
		box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
	}

	.index .box1 .list ul li:hover a .pic .bg {
		display: block;
	}

	.index .box1 .list ul li:hover a .pic .t {
		opacity: 1;
		margin-top: 0;
	}
}

.index .box2 {
	padding-top: 3.8%;
	padding-bottom: 6.5%;
}

.index .box2 .con {
	width: 985px;
	max-width: 100%;
	margin: 25px auto 0;
	font-size: 20px;
	line-height: 40px;
	color: #000;
	text-align: center;
}

.index .box2 .but {
	width: 235px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: #d02d26;
	border-radius: 5px;
	display: block;
	margin: 3.8% auto 0;
	text-align: center;
	font-size: 300;
	-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 70%, rgba(0, 0, 0, 0.2));
}

.index .box3 {
	background-color: #f3f3f3;
	padding-bottom: 5.88%;
	padding-top: 4%;
}

.index .box3 .list {
	margin-top: 40px;
	overflow: initial;
	position: relative;
}

.index .box3 .list ul li {
	width: 30.3%;
	margin-right: 2.9%;
	background-color: #fdfdfd;
	float: left;
	transition: all 0.2s;
}

.index .box3 .list ul li:last-child {
	margin-right: 0;
}

.index .box3 .list ul li a {
	width: 100%;
	display: block;
}

.index .box3 .list ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 78%;
	overflow: hidden;
	position: relative;
}

.index .box3 .list ul li a .pic .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 1.2s;
}

.index .box3 .list ul li a .con {
	text-align: center;
	color: #000;
	padding-top: 24px;
	padding-bottom: 30px;
}

.index .box3 .list ul li a .con .tits {
	font-size: 24px;
	line-height: 38px;
	font-weight: 600;
}

.index .box3 .list ul li a .con .tit {
	font-size: 22px;
	line-height: 38px;
}

@media (min-width: 1024px) {
	.index .box3 .list ul li:hover {
		box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}

	.index .box3 .list ul li:hover a .pic .img {
		transform: scale(1.1);
	}
}

.index .box3 .list .click {
	width: 84px;
	height: 84px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	z-index: 10;
	display: block;
	background-image: url("../images/icon1.png");
	background-position: center;
	background-repeat: no-repeat;
}

.index .box3 .list .click.prev {
	left: 2px;
	transform: translateY(-50%) rotate(180deg);
}

.index .box3 .list .click.next {
	right: 50px;
}

.index .box3 .list .click.swiper-button-disabled {
	display: none;
}

.index .box4 {
	width: 1390px;
	max-width: 92%;
	margin: 0 auto;
	padding-bottom: 5.2%;
	padding-top: 2.4%;
}

.index .box4 .list {
	margin-top: 5%;
}

.index .box4 .list ul li {
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 3%;
	float: left;
}

.index .box4 .list ul li:nth-child(3n) {
	margin-right: 0;
}

.index .box4 .list ul li a {
	width: 100%;
	height: 0;
	display: block;
	padding-bottom: 78%;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.index .box4 .list ul li a .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
	transition: all 0.5s;
}

.index .box4 .list ul li a .con {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}

.index .box4 .list ul li a .con img {
	width: 70px;
	display: block;
	margin: 0 auto;
}

.index .box4 .list ul li a .con .t {
	font-size: 26px;
	line-height: 26px;
	margin-top: 10px;
}

.index .box4 .list ul li a .con .t1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: 200;
	margin-top: 8px;
}

.index .box4 .list ul li a .more {
	width: 235px;
	max-width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s 0.2s;
	background-color: #fff;
	font-size: 16px;
	line-height: 40px;
	color: #000;
	border-radius: 5px;
	margin-top: 30px;
	opacity: 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.index .box4 .list ul li:hover a .img {
		opacity: 0.7;
	}

	.index .box4 .list ul li:hover a .con {
		margin-top: -30px;
		opacity: 0;
	}

	.index .box4 .list ul li:hover a .more {
		opacity: 1;
		margin-top: 0;
	}
}

.index .box5 {
	text-align: center;
	color: #000;
	padding-top: 4%;
	padding-bottom: 5.2%;
}

.index .box5 .title {
	font-size: 30px;
	line-height: 32px;
}

.index .box5 .tit {
	font-size: 20px;
	line-height: 30px;
	margin-top: 32px;
}

.index .box5 .more {
	width: 235px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 5px;
	color: #000;
	text-align: center;
	margin: 70px auto 0;
	display: block;
	font-size: 16px;
	line-height: 38px;
}

@media (min-width: 1024px) {
	.index .box5 .more:hover {
		-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 70%, rgba(0, 0, 0, 0.2));
		background-color: #d02d26;
		color: #fff;
		border-color: #d02d26;
	}
}

.index .box6 {
	padding-top: 4%;
	padding-bottom: 8.3%;
}

.index .box6 .list {
	margin-top: 5%;
	position: relative;
}

.index .box6 .list ul li {
	width: 30.6%;
	margin-right: 4.1%;
	background-color: #fff;
	float: left;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.06);
}

.index .box6 .list ul li:last-child {
	margin-right: 0;
}

.index .box6 .list ul li a {
	width: 100%;
	display: block;
}

.index .box6 .list ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 88%;
	overflow: hidden;
	position: relative;
}

.index .box6 .list ul li a .pic .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 1.2s;
}

.index .box6 .list ul li a .con {
	text-align: center;
	color: #000;
	padding-top: 24px;
	padding-bottom: 30px;
}

.index .box6 .list ul li a .con .tits {
	font-size: 24px;
	line-height: 38px;
	font-weight: 600;
}

.index .box6 .list ul li a .con .tit {
	font-size: 22px;
	line-height: 38px;
}

.index .box6 .list ul li a .con img {
	display: block;
	margin: 36px auto 0;
}

@media (min-width: 1024px) {
	.index .box6 .list ul li:hover a .pic .img {
		transform: scale(1.1);
	}
}

@media (max-width: 1366px) {
	.index .box1 .tabs a {
		font-size: 18px;
		line-height: 62px;
		margin: 0 5%;
	}

	.index .box1 .list ul li a .con .tits {
		font-size: 18px;
		line-height: 20px;
	}

	.index .box1 .list ul li a .con .tit .t {
		font-size: 14px;
		width: 75px;
		margin: 0 4px;
	}

	.index .box2 .con {
		font-size: 18px;
		line-height: 36px;
	}

	.index .box3 .list .click {
		width: 70px;
		height: 70px;
	}

	.index .box3 .list ul li a .con .tits {
		font-size: 20px;
		line-height: 30px;
	}

	.index .box3 .list ul li a .con .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.index .box5 .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.index .box5 .title {
		font-size: 26px;
		line-height: 28px;
	}

	.index .box6 .list ul li a .con .tits {
		font-size: 20px;
		line-height: 32px;
	}

	.index .box6 .list ul li a .con .tit {
		font-size: 18px;
		line-height: 32px;
	}

	.index .box6 .list ul li a .con img {
		margin: 30px auto 0;
	}
}

@media (max-width: 1200px) {
	.index .box2 .con {
		font-size: 16px;
		line-height: 28px;
		margin: 15px auto 0;
	}

	.index .box3 .list ul li a .con {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.index .box4 .list ul li a .con img {
		width: 50px;
	}

	.index .box4 .list ul li a .con .t {
		font-size: 22px;
		line-height: 22px;
	}

	.index .box5 .tit {
		font-size: 16px;
		line-height: 26px;
		margin-top: 25px;
	}

	.index .box5 .more {
		margin: 50px auto 0;
	}

	.index .box5 .title {
		font-size: 22px;
		line-height: 24px;
	}

	.index .box6 .list ul li a .con .tits {
		font-size: 18px;
		line-height: 26px;
	}

	.index .box6 .list ul li a .con .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.index .box6 .list ul li a .con img {
		margin: 20px auto 0;
	}
}

@media (max-width: 1024px) {
	.index .box1 .list ul li a .con .tit .t {
		margin: 0 2px;
		width: 65px;
		font-size: 13px;
	}

	.index .box1 .tabs a {
		font-size: 16px;
		line-height: 50px;
		margin: 0 2%;
	}

	.index .box3 .list .click {
		width: 50px;
		height: 50px;
		background-size: 14px;
	}

	.index .box3 .list ul li a .con .tits {
		font-size: 16px;
		line-height: 24px;
	}

	.index .box3 .list ul li a .con .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.index .box3 .list ul li {
		width: 46.3%;
	}
}

@media (max-width: 768px) {
	.index .box1 .tabs {
		margin-top: 10px;
	}

	.index .box1 .tabs a {
		line-height: 42px;
		font-size: 15px;
	}

	.index .box1 .tabs a.on:after {
		width: calc(100% + 10px);
		height: 2px;
		left: -5px;
	}

	.index .box1 .list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.index .box1 .list ul li a .pic {
		padding-bottom: 63%;
	}

	.index .box1 .list ul li a .con {
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.index .box1 .list ul li a .con .tits {
		font-size: 16px;
		line-height: 18px;
	}

	.index .box1 .list ul li a .con .tit {
		margin-top: 10px;
	}

	.index .box1 .list ul li a .con .tit .t {
		font-size: 13px;
		height: 24px;
		line-height: 22px;
	}

	.index .box2 .con {
		font-size: 14px;
		line-height: 28px;
		margin: 5px auto 0;
	}

	.index .box2 .but {
		width: 120px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
	}

	.index .box3 .list {
		margin-top: 10px;
	}

	.index .box3 .list ul li {
		width: 80%;
		margin-right: 2%;
	}

	.index .box3 .list .click {
		width: 40px;
		height: 40px;
		background-size: 10px;
	}

	.index .box3 .list .click.prev {
		left: 0;
	}

	.index .box3 .list .click.next {
		right: 0;
	}

	.index .box4 {
		padding-top: 25px;
	}

	.index .box4 .list ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}

	.index .box4 .list ul li:nth-child(3n) {
		margin-right: 3%;
	}

	.index .box4 .list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.index .box4 .list ul li a .con img {
		width: 40px;
	}

	.index .box4 .list ul li a .con .t {
		font-size: 16px;
		line-height: 18px;
		margin-top: 5px;
	}

	.index .box4 .list ul li a .con .t1 {
		font-size: 12px;
		margin-top: 5px;
		line-height: 14px;
	}

	.index .box5 .tit {
		font-size: 13px;
		line-height: 22px;
		margin-top: 10px;
	}

	.index .box5 .more {
		width: 120px;
		height: 32px;
		font-size: 14px;
		line-height: 32px;
		margin: 20px auto 0;
	}

	.index .box5 .title {
		font-size: 18px;
		line-height: 22px;
	}

	.index .box5 {
		padding: 25px 0;
	}

	.index .box6 .list ul li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.index .box6 .list ul li a .con {
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.index .box6 .list ul li a .con .tits {
		font-size: 16px;
		line-height: 22px;
	}

	.index .box6 .list ul li a .con .tit {
		font-size: 14px;
		line-height: 22px;
	}

	.index .box6 .list ul li a .con img {
		margin: 10px auto 0;
		width: 26px;
	}
}

.footer {
	background-color: #fafafa;
	padding-top: 65px;
}

.footer .foot {
	padding-bottom: 40px;
}

.footer .foot .left {
	float: left;
}

.footer .foot .left .logo {
	width: 182px;
}

.footer .foot .left .t {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-top: 28px;
}

.footer .foot .right {
	float: right;
	padding-top: 35px;
}

.footer .foot .right a {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-left: 24px;
}

@media (min-width: 1024px) {
	.footer .foot .right a:hover {
		color: #d02d26;
	}
}

.footer .footerNew {
	font-size: 14px;
	line-height: 52px;
	background-color: #000;
	color: #fff;
}

.footer .footerNew .t {
	float: left;
}

.footer .footerNew .t:nth-child(2) {
	float: right;
}

.footer .footerNew .t a {
	color: #fff;
}

@media (min-width: 1024px) {
	.footer .footerNew .t a:hover {
		color: #d02d26;
	}
}

@media (max-width: 1366px) {
	.footer .foot .right a {
		margin-left: 50px;
	}
}

@media (max-width: 1200px) {
	.footer .foot .right a {
		margin-left: 35px;
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.footer {
		padding-top: 0;
	}

	.footer .foot {
		display: none;
	}

	.footer .footerNew {
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		padding: 10px 0;
	}

	.footer .footerNew .t {
		width: 100%;
		float: none !important;
	}
}

.footerBg .footer {
	background-color: #fff;
}

.product {
	margin-top: 82px;
	padding-top: 9.375%;
	padding-bottom: 8.1%;
	background-color: #f4f4f4;
	min-height: calc(100vh - 82px - 247px);
	box-sizing: border-box;
}

.product .list ul li {
	width: 47%;
	float: left;
	margin-right: 6%;
	margin-bottom: 40px;
}

.product .list ul li:nth-child(2n) {
	margin-right: 0;
}

.product .list ul li a {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
}

.product .list ul li a img {
	transition: all 1.2s;
	width: 100%;
}

.product .list ul li a .con {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 44px;
	left: 0;
}

.product .list ul li a .con .tits {
	width: 100%;
	position: relative;
}

.product .list ul li a .con .tits .en {
	font-size: 80px;
	line-height: 82px;
	color: #fff;
	font-family: 'MGB';
	text-transform: uppercase;
	letter-spacing: 8px;
	opacity: 0.6;
}

.product .list ul li a .con .tits .cn {
	width: 100%;
	position: absolute;
	bottom: 16px;
	left: 0;
	font-size: 36px;
	line-height: 38px;
	color: #000;
	font-weight: 700;
}

.product .list ul li a .con .more {
	width: 152px;
	height: 34px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 32px;
	color: #000;
	margin: 32px auto 0;
	border: 1px solid #000;
	border-radius: 5px;
}

@media (min-width: 1024px) {
	.product .list ul li:hover a img {
		transform: scale(1.1);
	}

	.product .list ul li:hover a .more {
		background-color: #d02d26;
		color: #fff;
		border-color: #d02d26;
	}
}

@media (max-width: 1366px) {
	.product .list ul li a .con .tits .en {
		font-size: 58px;
		line-height: 60px;
	}

	.product .list ul li a .con .tits .cn {
		font-size: 26px;
		line-height: 28px;
		bottom: 10px;
	}

	.product .list ul li a .con .more {
		margin: 25px auto 0;
	}
}

@media (max-width: 1024px) {
	.product {
		min-height: calc(100vh - 50px - 80px);
		box-sizing: border-box;
		margin-top: 50px;
	}

	.product .list ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.product .list ul li a {
		overflow: hidden;
	}

	.product .list ul li a img {
		width: 120%;
		margin-left: -10%;
	}

	.product .list ul li a .con {
		bottom: 15px;
	}

	.product .list ul li a .con .tits .en {
		font-size: 40px;
		line-height: 42px;
		letter-spacing: 5px;
	}

	.product .list ul li a .con .tits .cn {
		font-size: 20px;
		line-height: 22px;
		bottom: 7px;
	}

	.product .list ul li a .con .more {
		margin: 15px auto 0;
		width: 120px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
}

.banner {
	width: 100%;
	margin-top: 82px;
	position: relative;
}

.banner .con {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.banner .con .en {
	font-size: 200px;
	line-height: 144px;
	color: #fff;
	font-family: 'MGB';
	letter-spacing: 17px;
	opacity: 0.5;
	text-transform: uppercase;
}

.banner .con .cn {
	font-size: 60px;
	line-height: 62px;
	color: #000;
	font-weight: 700;
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
}

@media (max-width: 1366px) {
	.banner .con .en {
		font-size: 160px;
		line-height: 100px;
	}

	.banner .con .cn {
		font-size: 46px;
		line-height: 48px;
		bottom: 5px;
	}
}

@media (max-width: 1200px) {
	.banner .con .en {
		font-size: 120px;
		line-height: 86px;
	}

	.banner .con .cn {
		font-size: 36px;
		line-height: 38px;
		bottom: 5px;
	}
}

@media (max-width: 1024px) {
	.banner {
		margin-top: 50px;
		overflow: hidden;
	}

	.banner img {
		width: 140%;
		margin-left: -20%;
	}
}

@media (max-width: 768px) {
	.banner img {
		width: 180%;
		margin-left: -40%;
	}

	.banner .con .en {
		font-size: 80px;
		line-height: 60px;
		letter-spacing: 5px;
	}

	.banner .con .cn {
		font-size: 26px;
		line-height: 28px;
		bottom: 5px;
	}
}

.productList {
	padding-top: 6%;
	padding-bottom: 5.6%;
}

.productList .top {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	z-index: 10;
}

.productList .top .tits {
	float: left;
	font-size: 16px;
	line-height: 64px;
	color: #000;
	margin-left: 10px;
}

.productList .top .tits span {
	color: #666;
	margin-left: 25px;
}

.productList .top .selBox {
	float: right;
}

.productList .top .selBox .sel {
	float: left;
	margin-left: 48px;
	cursor: pointer;
	position: relative;
}

.productList .top .selBox .sel .t {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 64px;
	color: #1a1a1a;
}

.productList .top .selBox .sel .t img {
	margin-left: 5px;
}

.productList .top .selBox .sel ul {
	width: 100px;
	height: auto;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 64px;
	border: 1px solid #eee;
	display: none;
}

.productList .top .selBox .sel ul li {
	padding-left: 10px;
	font-size: 14px;
	line-height: 40px;
	color: #000;
	cursor: pointer;
}

.productList .top .selBox .sel ul li:hover {
	background-color: #d02d26;
	color: #fff;
}

.productList .top .selBox .sel:hover ul {
	display: block;
}

.productList .list {
	margin-top: 35px;
}

.productList .list ul li {
	width: 31.875%;
	margin-right: 2.18%;
	float: left;
	margin-bottom: 40px;
	background: #fff;
}

.productList .list ul li:nth-child(3n) {
	margin-right: 0;
}

.productList .list ul li a {
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 30px;
}

.productList .list ul li a .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: none
}

.productList .list ul li a .pic img {
	width: 100%;
	-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 70%, rgba(0, 0, 0, 0.2));
}

.productList .list ul li a .con {
	text-align: center;
	margin-top: 25px;
}

.productList .list ul li a .con .tits {
	font-size: 24px;
	line-height: 26px;
	color: #000;
}

.productList .list ul li a .con .tit {
	text-align: center;
	font-size: 0;
	width: 100%;
	margin-top: 20px;
}

.productList .list ul li a .con .tit .t {
	width: 80px;
	height: 30px;
	border: 1px solid #e6e6e6;
	display: inline-block;
	margin: 0 5px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #595757;
}

@media (max-width: 1366px) {
	.productList .list ul li a .con .tits {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 1200px) {
	.productList .list ul li a .con {
		margin-top: 15px;
	}

	.productList .list ul li a .con .tits {
		font-size: 18px;
		line-height: 20px;
	}

	.productList .list ul li a .con .tit .t {
		font-size: 14px;
		line-height: 24px;
		height: 26px;
	}

	.productList .top .selBox .sel .t {
		font-size: 16px;
		line-height: 50px;
	}

	.productList .top .selBox .sel ul {
		top: 50px;
	}

	.productList .top .tits {
		font-size: 14px;
		line-height: 50px;
	}
}

@media (max-width: 768px) {
	.productList .list ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.productList .list ul li a {
		padding-bottom: 10px;
	}

	.productList .list ul li a .con {
		margin-top: 10px;
	}

	.productList .list ul li a .con .tits {
		font-size: 16px;
		line-height: 18px;
	}

	.productList .list ul li a .con .tit {
		margin-top: 10px;
	}

	.productList .list ul li a .con .tit .t {
		width: 65px;
		font-size: 13px;
		line-height: 24px;
		height: 26px;
	}

	.productList .top .selBox .sel .t {
		font-size: 14px;
		line-height: 42px;
	}

	.productList .top .selBox .sel ul {
		top: 42px;
	}

	.productList .top .selBox .sel {
		margin-left: 30px;
	}

	.productList .top .tits {
		font-size: 13px;
		line-height: 42px;
	}

	.productList .top .tits span {
		margin-left: 10px;
	}
}

.download {
	background-color: #f4f4f4;
	padding-top: 6.875%;
	padding-bottom: 3.9%;
}

.download .tabs {
	width: 100%;
}

.download .tabs a {
	width: 24.3%;
	float: left;
	margin-right: 0.93%;
	display: block;
	position: relative;
}

.download .tabs a::after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
}

.download .tabs a:hover::after,
.download .tabs a.active::after {
	display: none;
}

.download .tabs a:last-child {
	margin-right: 0;
}

.download .tabs a .tits {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
}

.download .tabs a .tits .en {
	font-size: 58px;
	line-height: 44px;
	text-transform: uppercase;
	opacity: 0.6;
	color: #fff;
	font-family: 'MGB';
	letter-spacing: 6px;
}

.download .tabs a .tits .cn {
	width: 100%;
	font-size: 26px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
	position: absolute;
	bottom: 2px;
	left: 0;
}

@media (min-width: 1024px) {
	.download .tabs a:hover {
		box-shadow: 0 0 38px rgba(0, 0, 0, 0.16);
	}
}

.download .line {
	width: 100%;
	height: 2px;
	background-color: #e9e9e9;
	margin-top: 5.7%;
}

.download .list {
	margin-top: 3.8%;
}

.download .list .top {
	position: relative;
	z-index: 10;
}

.download .list .top .sel {
	float: left;
	position: relative;
	cursor: pointer;
}

.download .list .top .sel .t {
	font-size: 20px;
	line-height: 50px;
	color: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding-left: 12px;
}

.download .list .top .sel .t img {
	margin-left: 10px;
}

.download .list .top .sel dl {
	width: 140px;
	border: 1px solid #eee;
	top: 50px;
	left: 0;
	background-color: #fff;
	position: absolute;
	display: none;
}

.download .list .top .sel dl dd {
	width: 100%;
}

.download .list .top .sel dl dd a {
	display: block;
	font-size: 15px;
	line-height: 40px;
	color: #333;
	padding-left: 12px;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.download .list .top .sel dl dd a:hover {
		background-color: #d02d26;
		color: #fff;
	}
}

.download .list .top .sel:hover dl {
	display: block;
}

.download .list .top .search {
	width: 310px;
	height: 50px;
	border: 2px solid #e9e9e9;
	float: right;
	box-sizing: border-box;
	position: relative;
}

.download .list .top .search .text {
	width: 100%;
	height: 46px;
	background: none;
	border: none;
	box-sizing: border-box;
	padding-left: 15px;
	font-size: 16px;
	line-height: 46px;
	color: #898989;
}

.download .list .top .search .submit {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	background-image: url("../images/icon6.png");
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}

.download .list ul {
	margin-top: 3.8%;
}

.download .list ul li {
	width: 19.2%;
	height: auto;
	background-color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-right: 1%;
	margin-bottom: 25px;
	float: left;
}

.download .list ul li:nth-child(5n) {
	margin-right: 0;
}

.download .list ul li {
	height: auto;
	display: block;
	padding: 40px 25px 35px;
	box-sizing: border-box;
}

.download .list ul li .pic {
	width: 100%;
	height: 0;
	padding-bottom: 110.6%;
	overflow: hidden;
	position: relative;
	background-color: #000;
}

.download .list ul li .pic .img {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.download .list ul li .pic .down {
	width: 50px;
	height: 46px;
	background-color: #d02d26;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 8px;
	background-image: url("../images/icon4.png");
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s;
}

.download .list ul li .pic .down a {
	display: block;
	width: 100%;
	height: 100%;
}

.download .list ul li .pic .video_btn {
	background-image: url("../images/video.png");
	background-size: 16px 16px;
}

.download .list ul li .tits {
	font-size: 16px;
	line-height: 18px;
	color: #333;
	text-align: center;
	margin-top: 33px;
}

.download .list ul li .tit {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-top: 15px;
}

.download .list ul li .tit .t {
	float: left;
	padding-left: 22px;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-image: url("../images/icon7.png");
}

.download .list ul li .tit .t a {
	color: #333
}

.download .list ul li .tit .t:nth-child(2) {
	float: right;
	background-image: url("../images/icon8.png");
}

@media (min-width: 1024px) {
	.download .list ul li:hover {
		border-color: #c3c3c3;
		box-shadow: 0 0 38px rgba(0, 0, 0, 0.07);
	}

	.download .list ul li:hover .pic .img {
		opacity: 0.8;
	}

	.download .list ul li:hover .pic .down {
		opacity: 1;
		transform: translateY(0px);
	}
}

@media (max-width: 1366px) {
	.download .tabs a .tits .en {
		font-size: 46px;
		line-height: 36px;
	}

	.download .tabs a .tits .cn {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 1280px) {
	.download .list ul li {
		width: 23.5%;
		margin-right: 2%;
	}

	.download .list ul li:nth-child(5n) {
		margin-right: 2%;
	}

	.download .list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.download .list ul li {
		padding: 30px 15px 20px;
	}

	.download .list ul li .tits {
		margin-top: 15px;
	}
}

@media (max-width: 1200px) {
	.download .tabs a .tits .en {
		letter-spacing: 4px;
	}

	.download .list .top .sel .t {
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.download .list ul li {
		width: 32%;
		margin-right: 2%;
	}

	.download .list ul li:nth-child(4n) {
		margin-right: 2%;
	}

	.download .list ul li:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.download .tabs a {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.download .tabs a:nth-child(2n) {
		margin-right: 0;
	}

	.download .tabs a .tits .en {
		font-size: 32px;
		line-height: 24px;
	}

	.download .tabs a .tits .cn {
		font-size: 16px;
		line-height: 18px;
	}

	.download .list ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.download .list ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.download .list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.download .list ul li {
		padding: 10px 5px;
	}

	.download .list ul li .tits {
		font-size: 14px;
		line-height: 16px;
		margin-top: 10px;
	}

	.download .list ul li .tit {
		font-size: 12px;
		margin-top: 5px;
	}

	.download .list .top .sel .t {
		font-size: 14px;
		line-height: 40px;
	}

	.download .list .top .sel ul {
		top: 40px;
	}

	.download .list .top .search {
		width: 200px;
		height: 40px;
		border-width: 1px;
	}

	.download .list .top .search .text {
		font-size: 13px;
		line-height: 26px;
		height: 38px;
	}

	.download .list .top .search .submit {
		width: 38px;
		height: 38px;
	}
}

.case {
	padding-top: 3.5%;
	padding-bottom: 5.7%;
}

.case .tabs {
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	font-size: 0;
	width: 100%;
}

.case .tabs a {
	font-size: 18px;
	line-height: 65px;
	display: inline-block;
	color: #898989;
	margin: 0 6%;
	position: relative;
}

.case .tabs a span {
	display: inline-block;
	position: relative;
}

.case .tabs a span:after {
	width: 0;
	left: 50%;
	bottom: -1px;
	background-color: #d02d26;
	content: '';
	position: absolute;
	height: 4px;
	transition: all 0.5s;
}

.case .tabs a.on {
	color: #d02d26;
}

.case .tabs a.on span:after {
	width: calc(100% + 20px);
	left: -10px;
}

@media (min-width: 1024px) {
	.case .tabs a:hover {
		color: #d02d26;
	}

	.case .tabs a:hover span:after {
		width: calc(100% + 20px);
		left: -10px;
	}
}

.case .list {
	margin-top: 6.4%;
}

.case .list ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 45px;
}

.case .list ul li:nth-child(3n) {
	margin-right: 0;
}

.case .list ul li a {
	width: 100%;
	display: block;
}

.case .list ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 91.3%;
	overflow: hidden;
	position: relative;
}

.case .list ul li a .pic .img {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 1.2s;
}

.case .list ul li a .tits {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #333;
	height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 22px;
}

@media (min-width: 1024px) {
	.case .list ul li:hover a .pic .img {
		transform: scale(1.1);
	}
}

@media (max-width: 1366px) {
	.case .list ul li a .tits {
		font-size: 20px;
		line-height: 22px;
		height: 22px;
	}
}

@media (max-width: 1200px) {
	.case .list ul li a .tits {
		font-size: 16px;
		line-height: 18px;
		height: 18px;
		margin-top: 10px;
	}

	.case .list ul li {
		margin-bottom: 20px;
	}

	.case .tabs a {
		font-size: 16px;
		line-height: 48px;
		margin: 0 4%;
	}
}

@media (max-width: 768px) {
	.case .tabs a {
		font-size: 14px;
		margin: 0 15px;
	}

	.case .tabs a span:after {
		height: 2px;
	}

	.case .tabs a.on span:after {
		width: calc(100% + 10px);
		left: -5px;
	}

	.case .list ul li {
		width: 49%;
		margin-right: 2%;
	}

	.case .list ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.case .list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.case .list ul li a .tits {
		font-size: 14px;
		line-height: 16px;
		margin-top: 5px;
	}
}

.contact .w1440 {
	padding-top: 6.8%;
	padding-bottom: 6.25%;
}

.contact .w1440 .title {
	position: relative;
}

.contact .w1440 .title .en {
	font-size: 40px;
	line-height: 28px;
	color: #000;
	opacity: 0.1;
	font-family: 'MGM';
	letter-spacing: 2px;
}

.contact .w1440 .title .cn {
	font-size: 20px;
	line-height: 22px;
	color: #1a1a1a;
	position: absolute;
	bottom: 22px;
	left: 8px;
}

.contact .w1440 .top {
	margin-top: 5%;
}

.contact .w1440 .top .tits {
	font-size: 36px;
	line-height: 38px;
	color: #1a1a1a;
	font-weight: 600;
	padding-left: 48px;
	background-position: 13px center;
	background-repeat: no-repeat;
	background-image: url("../images/add.png");
	float: left;
}

.contact .w1440 .top .share {
	float: right;
	margin-right: 15px;
}

.contact .w1440 .top .share a {
	width: 34px;
	height: 34px;
	display: block;
	float: left;
	margin-left: 22px;
	position: relative;
}

.contact .w1440 .top .share a:nth-of-type(2) {
	width: 50px;
}

.contact .w1440 .top .share a:nth-of-type(2) img {
	width: 100%;
	position: relative;
	top: 4px;
}

.contact .w1440 .top .share a span {
	display: block;
	width: 120px;
	position: absolute;
	left: 50%;
	top: -128px;
	transform: translateX(-50%);
	display: none;
	background: #ccc;
	padding: 2px;
	box-sizing: border-box;
}

.contact .w1440 .top .share a:hover span {
	display: block;
}

.contact .w1440 .top .share a:nth-of-type(2) span {
	background: none;
}

.newsInfo .conLeft .share a span {
	display: block;
	width: 120px;
	position: absolute;
	left: 50%;
	top: -128px;
	transform: translateX(-50%);
	display: none;
	background: #ccc;
	padding: 2px;
	box-sizing: border-box;
}

.newsInfo .conLeft .share a:hover span {
	display: block;
}

.contact .w1440 .box {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 8%;
}

.contact .w1440 .box .add {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: #fff;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/add1.png");
	display: block;
}

.contact .w1440 .box .con {
	color: #fff;
	position: absolute;
	left: 48px;
	bottom: 68px;
}

.contact .w1440 .box .con .tits {
	font-size: 36px;
	line-height: 38px;
	font-weight: 600;
}

.contact .w1440 .box .con .tit {
	font-size: 20px;
	line-height: 22px;
	margin-top: 14px;
	font-weight: 300;
}

.contact .w1440 .box1 {
	margin-top: 7.5%;
}

.contact .w1440 .box1 .tits {
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	color: #1a1a1a;
	font-weight: 600;
}

.contact .w1440 .box1 .click {
	width: 176px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 38px;
	color: #000;
	box-sizing: border-box;
	display: block;
	margin: 4.9% auto 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.contact .w1440 .box1 .click:hover {
		-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 70%, rgba(0, 0, 0, 0.2));
		background-color: #d02d26;
		color: #fff;
		border-color: #d02d26;
	}
}

@media (max-width: 1366px) {
	.contact .w1440 .top .tits {
		font-size: 28px;
	}

	.contact .w1440 .box .con .tits {
		font-size: 28px;
		line-height: 30px;
	}

	.contact .w1440 .box .con .tit {
		font-size: 16px;
		line-height: 18px;
	}

	.contact .w1440 .box1 .tits {
		font-size: 28px;
		line-height: 40px;
	}
}

@media (max-width: 1200px) {
	.contact .w1440 .top .tits {
		font-size: 24px;
		line-height: 30px;
		background-size: 20px;
		padding-left: 40px;
		background-position: 10px center;
	}

	.contact .w1440 .box .con .tits {
		font-size: 24px;
		line-height: 26px;
	}

	.contact .w1440 .box .con .tit {
		font-size: 14px;
		line-height: 18px;
	}

	.contact .w1440 .box1 .tits {
		font-size: 24px;
		line-height: 30px;
	}

	.contact .w1440 .top .share a {
		width: 30px;
	}
}

@media (max-width: 768px) {
	.contact .w1440 .title .en {
		font-size: 30px;
		line-height: 20px;
	}

	.contact .w1440 .title .cn {
		font-size: 16px;
		line-height: 18px;
		bottom: 15px;
	}

	.contact .w1440 .top .tits {
		font-size: 18px;
		line-height: 24px;
		background-size: 16px;
		padding-left: 24px;
		background-position: 0 center;
	}

	.contact .w1440 .box {
		overflow: hidden;
	}

	.contact .w1440 .box img {
		width: 160%;
		margin-left: -30%;
	}

	.contact .w1440 .box .add {
		width: 30px;
		height: 30px;
		top: 10px;
		left: 10px;
		background-size: 12px;
	}

	.contact .w1440 .box .con {
		left: 10px;
		bottom: 15px;
	}

	.contact .w1440 .box .con .tits {
		font-size: 18px;
		line-height: 20px;
	}

	.contact .w1440 .box .con .tit {
		font-size: 13px;
		line-height: 15px;
		margin-top: 5px;
	}

	.contact .w1440 .box1 .tits {
		font-size: 18px;
		line-height: 26px;
	}

	.contact .w1440 .top .share a {
		width: 24px;
	}

	.contact .w1440 .box1 .click {
		width: 120px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.contact {
		min-height: calc(100vh - 50px - 80px);
	}
}

.tsTk {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	display: none;
}

.tsTk .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.tsTk .box {
	width: 525px;
	height: 525px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.tsTk .box .boxNew {
	width: 352px;
	max-width: 90%;
	margin: 0 auto;
	padding-top: 52px;
}

.tsTk .box .boxNew .t {
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
}

.tsTk .box .boxNew .t span {
	font-size: 18px;
	line-height: 50px;
	display: block;
	float: left;
	margin-left: 14px;
	color: #1a1a1a;
}

.tsTk .box .boxNew .t .text {
	width: calc(100% - 60px);
	float: right;
	height: 50px;
	border: none;
	background: none;
	font-size: 18px;
	line-height: 30px;
	color: #1a1a1a;
}

.tsTk .box .boxNew .t1 .tt {
	font-size: 18px;
	line-height: 50px;
	color: #1a1a1a;
	padding-left: 14px;
	box-sizing: border-box;
}

.tsTk .box .boxNew .t1 .txt {
	width: 100%;
	height: 170px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 18px;
	line-height: 46px;
	padding: 0 14px;
	color: #1a1a1a;
}

.tsTk .box .boxNew .submit {
	background: none;
	width: 235px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border: none;
	background-color: #d02d26;
	border-radius: 5px;
	display: block;
	text-align: center;
	-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 70%, rgba(0, 0, 0, 0.2));
	margin: 37px auto 0;
}

.tsTk .box .closeClick {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
}

@media (max-width: 1366px) {
	.tsTk .box {
		height: 435px;
	}

	.tsTk .box .boxNew {
		padding-top: 25px;
	}

	.tsTk .box .boxNew .t span {
		line-height: 45px;
		font-size: 16px;
	}

	.tsTk .box .boxNew .t .text {
		font-size: 16px;
		height: 45px;
	}

	.tsTk .box .boxNew .t1 .tt {
		font-size: 16px;
		line-height: 45px;
	}

	.tsTk .box .boxNew .t1 .txt {
		font-size: 16px;
		height: 140px;
	}
}

@media (max-width: 768px) {
	.tsTk .box {
		width: 90%;
		height: auto;
		padding-bottom: 30px;
	}

	.tsTk .box .boxNew {
		width: 80%;
	}

	.tsTk .box .boxNew .t span {
		font-size: 14px;
		line-height: 36px;
	}

	.tsTk .box .boxNew .t .text {
		font-size: 14px;
		line-height: 20px;
		height: 36px;
	}

	.tsTk .box .boxNew .t1 .tt {
		font-size: 14px;
		line-height: 36px;
	}

	.tsTk .box .boxNew .t1 .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.tsTk .box .boxNew .submit {
		width: 120px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		margin: 15px auto 0;
	}
}

.news {
	padding-top: 8.3%;
}

.news ul li {
	width: 30.9%;
	float: left;
	margin-right: 3.65%;
	margin-bottom: 10.6%;
}

.news ul li:nth-child(3n) {
	margin-right: 0;
}

.news ul li a {
	width: 100%;
	height: auto;
	display: block;
}

.news ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 61.8%;
	position: relative;
	overflow: hidden;
}

.news ul li a .pic .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1.2s;
}

.news ul li a .con {
	padding: 0 15px;
	box-sizing: border-box;
	color: #000;
	margin-top: 18px;
}

.news ul li a .con .time {
	font-size: 12px;
	line-height: 14px;
}

.news ul li a .con .tits {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
	margin-top: 32px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news ul li a .con .tit {
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 14px;
}

.news ul li a .con .more {
	width: 200px;
	height: 45px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #888;
	font-size: 16px;
	line-height: 41px;
	text-align: center;
	font-weight: 600;
	margin-top: 38px;
}

@media (min-width: 1024px) {
	.news ul li:hover a .pic .img {
		transform: scale(1.1);
	}

	.news ul li:hover a .con .more {
		-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 70%, rgba(0, 0, 0, 0.2));
		background-color: #d02d26;
		color: #fff;
		border-color: #d02d26;
	}
}

@media (max-width: 1200px) {
	.news ul li a .con .tits {
		font-size: 16px;
		margin-top: 12px;
	}

	.news ul li a .con .tit {
		margin-top: 14px;
	}

	.news ul li a .con .more {
		border-width: 1px;
		width: 160px;
		margin-top: 20px;
	}
}

@media (max-width: 1024px) {
	.news ul li {
		width: 48.5%;
		margin-right: 3%;
	}

	.news ul li:nth-child(3n) {
		margin-right: 3%;
	}

	.news ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.news ul li {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.news ul li a .con {
		margin-top: 10px;
	}

	.news ul li a .con .tits {
		font-size: 14px;
		margin-top: 10px;
	}

	.news ul li a .con .tit {
		font-size: 13px;
		line-height: 22px;
		height: 66px;
		margin-top: 6px;
	}

	.news ul li a .con .more {
		width: 120px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
		margin-top: 10px;
	}
}

.newsInfo {
	margin-top: 82px;
	padding-top: 8.9%;
	padding-bottom: 7.8%;
}

.newsInfo .conLeft {
	width: 27.4%;
	float: left;
}

.newsInfo .conLeft .time {
	font-family: 'MGB';
	border-bottom: 1px solid #ccc;
	padding-bottom: 25.3%;
}

.newsInfo .conLeft .time .day {
	font-size: 160px;
	color: #e60012;
	line-height: 116px;
	float: left;
}

.newsInfo .conLeft .time .tit {
	float: left;
	margin-left: 40px;
	padding-top: 2px;
}

.newsInfo .conLeft .time .tit .year {
	font-size: 60px;
	color: #1a1a1a;
	line-height: 44px;
}

.newsInfo .conLeft .time .tit .mo {
	font-size: 60px;
	line-height: 44px;
	color: #e60012;
	margin-top: 20px;
}

.newsInfo .conLeft .share {
	margin-top: 14.4%;
}

.newsInfo .conLeft .share a {
	width: 34px;
	height: 34px;
	float: left;
	display: block;
	padding: 0 16px;
	position: relative;
}

.newsInfo .conLeft .share a:nth-of-type(2) {
	width: 50px;
}

.newsInfo .conLeft .share a:nth-of-type(2) img {
	width: 100%;
	position: relative;
	top: 4px;
}

.newsInfo .conLeft .share a:nth-of-type(2) span {
	background: none;
}

.newsInfo .conRight {
	width: 64.6%;
	float: right;
}

.newsInfo .conRight .tits {
	font-size: 32px;
	line-height: 44px;
	color: #1a1a1a;
	font-weight: 600;
}

.newsInfo .conRight .con {
	font-size: 16px;
	line-height: 30px;
	color: #1a1a1a;
	margin-top: 60px;
}

.newsInfo .conRight .con img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

.newsInfo .conRight .return {
	width: 176px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 38px;
	color: #000;
	box-sizing: border-box;
	display: block;
	margin: 95px auto 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.newsInfo .conRight .return:hover {
		-webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 70%, rgba(0, 0, 0, 0.2));
		background-color: #d02d26;
		color: #fff;
		border-color: #d02d26;
	}
}

.newsInfo .conRight .paging {
	border-top: 1px solid #e5e5e5;
	margin-top: 90px;
	padding-top: 60px;
}

.newsInfo .conRight .paging .item {
	width: 45.2%;
	float: left;
}

.newsInfo .conRight .paging .item:last-child {
	float: right;
}

.newsInfo .conRight .paging .item .t {
	font-size: 16px;
	line-height: 18px;
	color: #000229;
}

.newsInfo .conRight .paging .item a {
	width: 100%;
	display: block;
	margin-top: 25px;
}

.newsInfo .conRight .paging .item a .pic {
	width: 38.8%;
	float: left;
	height: 70px;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.newsInfo .conRight .paging .item a .pic .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1.2s;
}

.newsInfo .conRight .paging .item a .conn {
	width: 53.6%;
	float: right;
	padding-top: 6px;
}

.newsInfo .conRight .paging .item a .conn .tx {
	font-size: 14px;
	line-height: 18px;
	height: 36px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #1a1a1a;
	font-weight: 600;
}

.newsInfo .conRight .paging .item a .conn .time {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial;
	color: #000229;
	opacity: 0.5;
	margin-top: 12px;
}

@media (min-width: 1024px) {
	.newsInfo .conRight .paging .item a:hover .pic .img {
		transform: scale(1.1);
	}

	.newsInfo .conRight .paging .item a:hover .conn .tx {
		color: #d02d26;
	}
}

@media (max-width: 1366px) {
	.newsInfo .conLeft .time {
		padding-bottom: 18%;
	}

	.newsInfo .conLeft .time .day {
		font-size: 120px;
		line-height: 88px;
	}

	.newsInfo .conLeft .time .tit .year {
		font-size: 46px;
		line-height: 34px;
	}

	.newsInfo .conLeft .time .tit .mo {
		font-size: 46px;
		line-height: 34px;
		margin-top: 10px;
	}

	.newsInfo .conRight .tits {
		font-size: 26px;
		line-height: 38px;
	}

	.newsInfo .conRight .con {
		margin-top: 45px;
	}
}

@media (max-width: 1200px) {
	.newsInfo {
		margin-top: 50px;
	}

	.newsInfo .conLeft .time {
		padding-bottom: 18%;
	}

	.newsInfo .conLeft .time .day {
		font-size: 90px;
		line-height: 66px;
	}

	.newsInfo .conLeft .time .tit {
		margin-left: 10px;
	}

	.newsInfo .conLeft .time .tit .year {
		font-size: 32px;
		line-height: 24px;
	}

	.newsInfo .conLeft .time .tit .mo {
		font-size: 32px;
		line-height: 24px;
		margin-top: 10px;
	}

	.newsInfo .conRight .tits {
		font-size: 22px;
		line-height: 30px;
	}

	.newsInfo .conRight .con {
		margin-top: 30px;
		font-size: 14px;
		line-height: 24px;
	}

	.newsInfo .conRight .return {
		margin: 60px auto 0;
	}
}

@media (max-width: 768px) {
	.newsInfo .conLeft {
		display: none;
	}

	.newsInfo .conRight {
		width: 100%;
		float: none;
	}

	.newsInfo .conRight .tits {
		font-size: 18px;
	}

	.newsInfo .conRight .con {
		font-size: 13px;
	}

	.newsInfo .conRight .return {
		width: 120px;
		line-height: 32px;
		height: 32px;
		font-size: 14px;
		margin: 20px auto 0;
	}

	.newsInfo .conRight .paging {
		margin-top: 30px;
		padding-top: 20px;
	}

	.newsInfo .conRight .paging .item {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.newsInfo .conRight .paging .item a {
		margin-top: 10px;
	}
}

.page {
	margin-top: 82px;
	position: relative;
}

@media (max-width: 1024px) {
	.page {
		margin-top: 50px;
	}
}

.certification {
	background-color: #f4f4f4;
	padding-top: 6.875%;
	padding-bottom: 3.9%;
}

.certification .tabs {
	width: 100%;
}

.certification .tabs a {
	width: 32.5%;
	float: left;
	margin-right: 1.25%;
	display: block;
	position: relative;
}

.certification .tabs a::after {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
}

.certification .tabs a.active::after,
.certification .tabs a:hover::after {
	display: none;
}

.certification .tabs a:last-child {
	margin-right: 0;
}

.certification .tabs a .tits {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
}

.certification .tabs a .tits .en {
	font-size: 58px;
	line-height: 44px;
	text-transform: uppercase;
	opacity: 0.6;
	color: #fff;
	font-family: 'MGB';
	letter-spacing: 6px;
}

.certification .tabs a .tits .cn {
	width: 100%;
	font-size: 26px;
	line-height: 28px;
	color: #000;
	font-weight: 700;
	position: absolute;
	bottom: 2px;
	left: 0;
}

@media (min-width: 1024px) {
	.certification .tabs a:hover {
		box-shadow: 0 0 38px rgba(0, 0, 0, 0.16);
	}
}

.certification .line {
	width: 100%;
	height: 2px;
	background-color: #e9e9e9;
	margin-top: 5.7%;
}

.certification .list {
	margin-top: 6.9%;
}

.certification .list ul li {
	width: 17%;
	float: left;
	margin-right: 3.75%;
	margin-bottom: 5.2%;
}

.certification .list ul li:nth-child(5n) {
	margin-right: 0;
}

.certification .list ul li a {
	width: 100%;
	height: auto;
	display: block;
}

.certification .list ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}

.certification .list ul li a .pic .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1.2s;
}

.certification .list ul li a .pic .bg {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-image: url("../images/power_bg.png");
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.6;
}

.certification .list ul li a .tits {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 17px;
}

@media (max-width: 1366px) {
	.certification .tabs a .tits .en {
		font-size: 46px;
		line-height: 36px;
	}

	.certification .tabs a .tits .cn {
		font-size: 20px;
		line-height: 22px;
	}
}

@media (max-width: 1280px) {
	.certification .list ul li {
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 4%;
	}

	.certification .list ul li:nth-child(5n) {
		margin-right: 2%;
	}

	.certification .list ul li:nth-child(4n) {
		margin-right: 0;
	}
}

@media (max-width: 1200px) {
	.certification .tabs a .tits .en {
		letter-spacing: 4px;
	}
}

@media (max-width: 1024px) {
	.certification .list ul li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 4%;
	}

	.certification .list ul li:nth-child(4n) {
		margin-right: 2%;
	}

	.certification .list ul li:nth-child(3n) {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.certification .tabs a {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.certification .tabs a:nth-child(2n) {
		margin-right: 0;
	}

	.certification .tabs a .tits .en {
		font-size: 32px;
		line-height: 24px;
	}

	.certification .tabs a .tits .cn {
		font-size: 16px;
		line-height: 18px;
	}

	.certification .list ul li {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.certification .list ul li a .tits {
		font-size: 14px;
		line-height: 16px;
		height: 16px;
		margin-top: 10px;
	}
}

.imgTk {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 40;
	display: none;
}

.imgTk .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

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

.power {
	padding-top: 10%;
	padding-bottom: 11.2%;
	background-color: #f4f4f4;
}

.power .item {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
	margin-bottom: 5.9%;
}

.power .item:last-child {
	margin-bottom: 0;
}

.power .item .pic {
	width: 47.8%;
	float: right;
}

.power .item .con {
	width: 52.2%;
	float: left;
}

.power .item .con .conn {
	width: 78.6%;
	margin: 0 auto;
	color: #000;
	padding-top: 14.8%;
}

.power .item .con .conn .tits {
	padding-left: 40px;
	box-sizing: border-box;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	background-image: url("../images/add.png");
	background-position: 4px center;
	background-repeat: no-repeat;
}

.power .item .con .conn .tit {
	font-size: 16px;
	line-height: 30px;
	margin-top: 40px;
}

@media (max-width: 1366px) {
	.power .item .con .conn {
		padding-top: 9%;
	}

	.power .item .con .conn .tits {
		font-size: 28px;
	}
}

@media (max-width: 1200px) {
	.power .item .con .conn {
		padding-top: 9%;
	}

	.power .item .con .conn .tits {
		font-size: 22px;
		line-height: 32px;
		background-size: 20px;
		padding-left: 30px;
	}

	.power .item .con .conn .tit {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
}

@media (max-width: 1024px) {
	.power .item .con .conn {
		padding-top: 6%;
	}

	.power .item .con .conn .tits {
		font-size: 20px;
		line-height: 26px;
		background-size: 18px;
		padding-left: 30px;
	}

	.power .item .con .conn .tit {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.power .item .pic {
		width: 100%;
		float: none;
	}

	.power .item .con {
		width: 100%;
		float: none;
	}

	.power .item .con .conn {
		width: 94%;
		padding: 15px 0;
	}

	.power .item .con .conn .tits {
		font-size: 18px;
		background-size: 16px;
		line-height: 24px;
	}

	.power .item .con .conn .tit {
		font-size: 13px;
		line-height: 22px;
	}
}

.banner1 {
	width: 100%;
	margin-top: 82px;
	position: relative;
}

.banner1 .con {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 24%;
}

.banner1 .con .en {
	font-size: 200px;
	line-height: 144px;
	color: #fff;
	font-family: 'MGB';
	letter-spacing: 17px;
	opacity: 0.5;
	text-transform: uppercase;
}

.banner1 .con .cn {
	font-size: 60px;
	line-height: 62px;
	color: #000;
	font-weight: 700;
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
}

.banner1 .tabs {
	width: 875px;
	position: absolute;
	max-width: 100%;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
}

.banner1 .tabs .item {
	width: 25%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	float: left;
	position: relative;
	cursor: pointer;
}

.banner1 .tabs .item:after {
	width: 100%;
	height: 1px;
	background-color: #fff;
	left: 50%;
	top: 53px;
	content: '';
	position: absolute;
}

.banner1 .tabs .item:last-child:after {
	display: none;
}

.banner1 .tabs .item .t {
	font-size: 18px;
	line-height: 24px;
}

.banner1 .tabs .item .dian {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background-color: #fff;
	margin: 17px auto 0;
	position: relative;
	z-index: 5;
}

.banner1 .tabs .item .dian:after {
	width: 35px;
	height: 35px;
	top: -5px;
	left: -5px;
	content: '';
	position: absolute;
	background-color: rgba(230, 0, 18, 0.2);
	border-radius: 100%;
	display: none;
}

.banner1 .tabs .item .t1 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 15px;
}

.banner1 .tabs .item.on .t {
	font-size: 22px;
}

.banner1 .tabs .item.on .dian {
	background-color: #e60012;
}

.banner1 .tabs .item.on .dian:after {
	display: block;
}

.banner1 .tabs .item.on .t1 {
	font-size: 22px;
}

@media (max-width: 1366px) {
	.banner1 .con .en {
		font-size: 160px;
		line-height: 100px;
	}

	.banner1 .con .cn {
		font-size: 46px;
		line-height: 48px;
		bottom: 5px;
	}

	.banner1 .tabs {
		bottom: 40px;
	}

	.banner1 .tabs .item:after {
		top: 43px;
	}

	.banner1 .tabs .item .t {
		font-size: 16px;
		line-height: 20px;
	}

	.banner1 .tabs .item .dian {
		margin: 10px auto 0;
	}

	.banner1 .tabs .item .t1 {
		font-size: 15px;
		line-height: 18px;
		margin-top: 10px;
	}

	.banner1 .tabs .item.on .t {
		font-size: 18px;
	}

	.banner1 .tabs .item.on .t1 {
		font-size: 17px;
	}
}

@media (max-width: 1200px) {
	.banner1 .con .en {
		font-size: 120px;
		line-height: 86px;
	}

	.banner1 .con .cn {
		font-size: 36px;
		line-height: 38px;
		bottom: 5px;
	}
}

@media (max-width: 1024px) {
	.banner1 {
		margin-top: 50px;
		overflow: hidden;
	}

	.banner1 img {
		width: 140%;
		margin-left: -20%;
	}
}

@media (max-width: 768px) {
	.banner1 img {
		width: 180%;
		margin-left: -40%;
	}

	.banner1 .con .en {
		font-size: 48px;
		line-height: 40px;
		letter-spacing: 5px;
	}

	.banner1 .con .cn {
		font-size: 26px;
		line-height: 28px;
		bottom: 5px;
	}

	.banner1 .tabs {
		bottom: 10px;
	}

	.banner1 .tabs .item:after {
		top: 36px;
	}

	.banner1 .tabs .item .dian {
		width: 15px;
		height: 15px;
	}

	.banner1 .tabs .item .dian:after {
		width: 21px;
		height: 21px;
		top: -3px;
		left: -3px;
	}

	.banner1 .tabs .item .t {
		font-size: 14px;
		line-height: 18px;
	}

	.banner1 .tabs .item .t1 {
		font-size: 12px;
		line-height: 14px;
	}

	.banner1 .tabs .item.on .t {
		font-size: 16px;
	}

	.banner1 .tabs .item.on .t1 {
		font-size: 13px;
	}
}

.history .w1440 {
	padding-top: 6.1%;
	padding-bottom: 6%;
	position: relative;
}



.history .w1440 .list {
	width: 100%;
	overflow: initial;
}

.history .w1440 .list ul li {
	width: 30.2%;
	margin-right: 4.7%;
	float: left;
	height: 350px;
}

.history .w1440 .list ul li:last-child {
	margin-right: 0;
}

.history .w1440 .list ul li .year {
	font-size: 30px;
	line-height: 70px;
	border-bottom: 2px solid #e4e4e4;
	color: #000;
	font-weight: 600;
}

.history .w1440 .list ul li .txt {
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 40px;
	color: #000;
	opacity: 0.8;
	margin-top: 10px;
}

@media (max-width: 1366px) {
	.history .w1440 .list ul li .year {
		font-size: 24px;
		line-height: 60px;
	}

	.history .w1440 .list ul li .txt {
		font-size: 16px;
		line-height: 32px;
	}
}

@media (max-width: 1200px) {
	.history .w1440 .list ul li {
		width: 48.5%;
		margin-right: 3%;
	}

	.history .w1440 .list ul li .year {
		font-size: 20px;
		line-height: 50px;
	}

	.history .w1440 .list ul li .txt {
		font-size: 14px;
		line-height: 26px;
		padding: 0 10px;
	}
}

@media (max-width: 768px) {
	.history .w1440 .list ul li {
		width: 80%;
	}
}

@media (max-width: 768px) {
	.history {
		min-height: calc(100vh - 50px - 80px);
	}
}

.productInfo {
	padding-bottom: 9.3%;
	margin-top: 82px;
	padding-top: 5.7%;
	background-color: #f4f4f4;
}

.productInfo .top .pic {
	width: 59%;
	height: auto;
	float: left;
}

.productInfo .top .con {
	width: 33.33333%;
	float: right;
}

.productInfo .top .con .tits {
	font-size: 30px;
	line-height: 32px;
	color: #000;
	font-weight: 600;
}

.productInfo .top .con .txt {
	font-size: 20px;
	line-height: 32px;
	color: #201d1d;
	margin-top: 45px;
}

.productInfo .top .con .colorSelect {
	margin-top: 45px;
}

.productInfo .top .con .colorSelect .t {
	font-size: 18px;
	line-height: 20px;
	color: #000;
}

.productInfo .top .con .colorSelect .colorList {
	width: calc(100% + 22px);
	margin-top: 18px;
	display: flex;
	/* 开启换行 使用多行对齐方式的前提条件 */
	flex-wrap: wrap;
	/* 设置多行对齐 */
	align-content: flex-start;
}

.productInfo .top .con .colorSelect .colorList .tt {
	width: 40px;
	margin-right: 22px;
	margin-bottom: 10px;
	cursor: pointer;
}

.productInfo .top .con .colorSelect .colorList .tt img {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	border: 1px solid #f4f4f4;
}

.productInfo .top .con .colorSelect .colorList .tt p {
	width: 120%;
	margin-left: -10%;
	text-align: center;
	font-size: 10px !important;
	white-space: nowrap;
	line-height: 14px;
	color: #000;
	margin-top: 12px;
}

.productInfo .top .con .colorSelect .colorList .tt.on img {
	border-color: #d02d26;
}

.productInfo .top .con .colorSelect .colorList .tt.on p {
	color: #d02d26;
}

.productInfo .top .con .conn {
	background-color: #fff;
	text-align: center;
	width: 100%;
	color: #000;
	margin-top: 45px;
	padding: 8px 32px;
	box-sizing: border-box;
}

.productInfo .top .con .conn .t {
	font-size: 26px;
	line-height: 66px;
	font-weight: 600;
}

.productInfo .top .con .conn .t1 .tt {
	font-size: 18px;
	line-height: 52px;
	color: #201d1d;
	border-bottom: 1px solid #e2e0e1;
	box-sizing: border-box;
}

.productInfo .top .con .conn .t1 .tt:last-child {
	border-bottom: none;
}

.productInfo .box1 {
	margin-top: 11.11%;
}

.productInfo .box1 .title {
	position: relative;
	width: 100%;
	text-align: center;
	color: #000;
}

.productInfo .box1 .title .en {
	font-size: 50px;
	line-height: 40px;
	opacity: 0.1;
	font-family: 'MGM';
	letter-spacing: 2px;
}

.productInfo .box1 .title .cn {
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

.productInfo .box1 .list {
	margin-top: 4.7%;
}

.productInfo .box1 .list ul li {
	width: 23.75%;
	float: left;
	margin-right: 1.6%;
	margin-bottom: 1.6%;
	background-color: #fff;
}

.productInfo .box1 .list ul li:nth-child(4n) {
	margin-right: 0;
}

.productInfo .box1 .list ul li a {
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 34px;
}

.productInfo .box1 .list ul li a .pic {
	width: 100%;
	height: 0;
	padding-bottom: 64.9%;
	overflow: hidden;
	position: relative;
}

.productInfo .box1 .list ul li a .pic .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.productInfo .box1 .list ul li a .tits {
	font-size: 20px;
	line-height: 22px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.productInfo .box1 .list ul li a .more {
	width: 176px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 38px;
	color: #000;
	box-sizing: border-box;
	display: block;
	margin: 22px auto 0;
	text-align: center;
}

@media (min-width: 1024px) {
	.productInfo .box1 .list ul li:hover {
		box-shadow: 0 0 38px rgba(0, 0, 0, 0.16);
	}

	.productInfo .box1 .list ul li:hover a .more {
		background-color: #d02d26;
		color: #fff;
		border-color: #d02d26;
	}
}

.productInfo .box2 {
	margin-top: 11.4%;
}

.productInfo .box2 .item {
	width: 100%;
	position: relative;
	margin-bottom: 10%;
}

.productInfo .box2 .item:last-child {
	margin-bottom: 0;
}

.productInfo .box2 .item .pic {
	width: 59.6%;
	float: right;
}

.productInfo .box2 .item .pic img {
	width: 100%;
}

.productInfo .box2 .item .con {
	width: 33.7%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.productInfo .box2 .item .con .tits {
	font-size: 30px;
	line-height: 32px;
	color: #000;
}

.productInfo .box2 .item .con .txt {
	font-size: 18px;
	line-height: 32px;
	color: #201d1d;
	opacity: 0.7;
	margin-top: 34px;
}

.productInfo .box2 .item:nth-child(2n) .pic {
	float: left;
}

.productInfo .box2 .item:nth-child(2n) .con {
	left: auto;
	right: 0;
}

@media (max-width: 1500px) {
	.productInfo .top .con .tits {
		font-size: 26px;
		line-height: 28px;
	}

	.productInfo .top .con .txt {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.productInfo .top .con .colorSelect {
		margin-top: 25px;
	}

	.productInfo .top .con .conn {
		margin-top: 25px;
	}

	.productInfo .top .con .conn .t {
		font-size: 22px;
		line-height: 50px;
	}

	.productInfo .top .con .conn .t1 .tt {
		font-size: 16px;
		line-height: 42px;
	}
}

@media (max-width: 1366px) {
	.productInfo .top .con {
		width: 38%;
	}

	.productInfo .top .con .txt {
		font-size: 16px;
		line-height: 24px;
	}

	.productInfo .top .con .colorSelect .t {
		font-size: 16px;
		line-height: 18px;
	}

	.productInfo .box1 .list ul li a .tits {
		font-size: 18px;
		line-height: 20px;
	}

	.productInfo .box2 .item .con .tits {
		font-size: 24px;
		line-height: 26px;
	}

	.productInfo .box2 .item .con .txt {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (max-width: 1200px) {
	.productInfo .top .con .tits {
		font-size: 22px;
		line-height: 24px;
	}

	.productInfo .top .con .txt {
		font-size: 14px;
		line-height: 22px;
		margin-top: 10px;
	}

	.productInfo .top .con .colorSelect .colorList .tt {
		width: 26px;
	}

	.productInfo .top .con .colorSelect .colorList .tt img {
		width: 24px;
		height: 24px;
	}

	.productInfo .top .con .colorSelect .colorList .tt p {
		display: none;
	}

	.productInfo .top .con .conn .t {
		font-size: 18px;
		line-height: 40px;
	}

	.productInfo .top .con .conn .t1 .tt {
		font-size: 14px;
		line-height: 32px;
	}

	.productInfo .box1 .list ul li a .tits {
		font-size: 16px;
		line-height: 18px;
	}

	.productInfo .box2 .item .con .tits {
		font-size: 20px;
		line-height: 22px;
	}

	.productInfo .box2 .item .con .txt {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.productInfo .box1 .list ul li a .more {
		width: 140px;
	}

	.productInfo .box1 .title .en {
		font-size: 40px;
		line-height: 30px;
	}

	.productInfo .box1 .title .cn {
		font-size: 24px;
		line-height: 26px;
	}
}

@media (max-width: 1024px) {
	.productInfo {
		margin-top: 50px;
	}

	.productInfo .box1 .list ul li {
		width: 48%;
		margin-right: 4%;
	}

	.productInfo .box1 .list ul li:nth-child(4n) {
		margin-right: 4%;
	}

	.productInfo .box1 .list ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.productInfo .top .pic {
		width: 100%;
		float: none;
	}

	.productInfo .top .con {
		float: none;
		width: 100%;
		margin-top: 15px;
	}

	.productInfo .top .con .tits {
		font-size: 18px;
		line-height: 20px;
	}

	.productInfo .top .con .txt {
		font-size: 13px;
		line-height: 22px;
	}

	.productInfo .top .con .txt br {
		display: none;
	}

	.productInfo .top .con .colorSelect {
		margin-top: 15px;
	}

	.productInfo .top .con .colorSelect .t {
		font-size: 13px;
		line-height: 15px;
	}

	.productInfo .top .con .colorSelect .colorList {
		margin-top: 10px;
	}

	.productInfo .top .con .colorSelect .colorList .tt {
		margin-bottom: 5px;
		width: 20px;
		margin-right: 10px;
	}

	.productInfo .top .con .colorSelect .colorList .tt img {
		width: 18px;
		height: 18px;
	}

	.productInfo .top .con .conn {
		margin-top: 15px;
	}

	.productInfo .top .con .conn .t {
		font-size: 16px;
		line-height: 32px;
	}

	.productInfo .top .con .conn .t1 .tt {
		font-size: 13px;
		line-height: 30px;
	}

	.productInfo .box1 .list ul li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.productInfo .box1 .list ul li a .tits {
		margin-top: 10px;
	}

	.productInfo .box1 .list ul li a .more {
		width: 120px;
		line-height: 32px;
		height: 32px;
		font-size: 14px;
		margin: 15px auto 0;
	}

	.productInfo .box2 .item .pic {
		width: 100%;
		float: none !important;
	}

	.productInfo .box2 .item .con {
		width: 90%;
		margin: 0 auto;
		position: relative;
		transform: translate(0);
		margin-top: 15px;
	}

	.productInfo .box2 .item .con .tits {
		font-size: 18px;
		line-height: 20px;
	}

	.productInfo .box2 .item .con .txt {
		font-size: 13px;
		line-height: 24px;
	}
}

.caseInfo {
	margin-top: 82px;
	padding-top: 8.75%;
	background-color: #f4f4f4;
}

.caseInfo .top .picLeft {
	width: 55.3%;
	float: left;
	padding-bottom: 37.6%;
	position: relative;
}

.caseInfo .top .picLeft .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.caseInfo .top .picRight {
	width: 41.3%;
	float: right;
}

.caseInfo .top .picRight .pic {
	width: 100%;
	height: 0;
	padding-bottom: 67.8%;
	position: relative;
	overflow: hidden;
}

.caseInfo .top .picRight .pic img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.caseInfo .top .picRight .picList {
	margin-top: 7%;
}

.caseInfo .top .picRight .picList .img {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	padding-bottom: 16%;
	height: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.caseInfo .top .picRight .picList .img:nth-child(4n) {
	margin-right: 0;
}

.caseInfo .top .picRight .picList .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.caseInfo .top .picRight .picList .img .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.caseInfo .top .picRight .picList .img.on .bg {
	display: none;
}

.caseInfo .box1 {
	margin-top: 8.8%;
	padding-bottom: 9.1%;
}

.caseInfo .box1 .title {
	width: 40.3%;
	float: left;
	padding-top: 15px;
	position: relative;
}

.caseInfo .box1 .title .t {
	font-size: 60px;
	line-height: 64px;
	color: #1a1a1a;
	font-weight: 600;
	position: relative;
	z-index: 10;
}

.caseInfo .box1 .title img {
	max-width: 80%;
	position: absolute;
	left: 10%;
	top: -45%;
}

.caseInfo .box1 .con {
	width: 47.5%;
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.caseInfo .box2 {
	width: 100%;
	height: 100vh;
	position: relative;
}

.caseInfo .box2 .title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 20;
	top: 20%;
}

.caseInfo .box2 .title .en {
	font-size: 40px;
	line-height: 28px;
	color: #000;
	opacity: 0.1;
	font-family: 'MGM';
	letter-spacing: 2px;
}

.caseInfo .box2 .title .cn {
	font-size: 20px;
	line-height: 22px;
	color: #1a1a1a;
	position: absolute;
	bottom: 18px;
	left: 0;
}

.caseInfo .box2 .list {
	width: 100%;
	height: 100vh;
	position: relative;
}

.caseInfo .box2 .list .item {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 1;
}

.caseInfo .box2 .list .item .itemNew {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -35%);
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 26px rgba(0, 0, 0, 0.1);
}

.caseInfo .box2 .list .item .itemNew a {
	padding: 42px 30px;
	width: 100%;
	box-sizing: border-box;
	display: block;
}

.caseInfo .box2 .list .item .itemNew a .pic {
	width: 44%;
	float: right;
}

.caseInfo .box2 .list .item .itemNew a .con {
	width: 46.7%;
	float: left;
	margin-left: 3.2%;
	padding-top: 2.8%;
}

.caseInfo .box2 .list .item .itemNew a .con .tits {
	font-size: 36px;
	line-height: 38px;
	font-weight: 600;
	color: #1a1a1a;
}

.caseInfo .box2 .list .item .itemNew a .con .tit {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	margin-top: 6.7%;
}

.caseInfo .box2 .list .item .itemNew a .con .more {
	width: 176px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #000;
	font-size: 16px;
	line-height: 38px;
	color: #000;
	box-sizing: border-box;
	display: block;
	text-align: center;
	margin-top: 14.4%;
}

@media (min-width: 1024px) {
	.caseInfo .box2 .list .item .itemNew a:hover .con .more {
		background-color: #d02d26;
		color: #fff;
		border-color: #d02d26;
	}
}

.caseInfo .box2 .list .item.section02 {
	z-index: 2;
}

.caseInfo .box2 .list .item.section03 {
	z-index: 3;
}

@media (max-width: 1600px) {
	.caseInfo .box1 .title .t {
		font-size: 50px;
		line-height: 52px;
	}
}

@media (max-width: 1366px) {
	.caseInfo .box1 .title .t {
		font-size: 40px;
		line-height: 42px;
	}

	.caseInfo .box2 .list .item .itemNew a .con .tits {
		font-size: 28px;
		line-height: 30px;
	}

	.caseInfo .box2 .list .item .itemNew a .con .more {
		margin-top: 10%;
	}

	.caseInfo .box2 .list .item .itemNew a {
		padding: 25px 20px;
	}
}

@media (max-width: 1200px) {
	.caseInfo .box1 .con {
		width: 55.5%;
		font-size: 14px;
		line-height: 26px;
	}

	.caseInfo .box1 .title .t {
		font-size: 30px;
		line-height: 32px;
	}

	.caseInfo .box2 .list .item .itemNew a .con .tits {
		font-size: 22px;
		line-height: 24px;
	}

	.caseInfo .box2 .list .item .itemNew a .con .tit {
		font-size: 14px;
		line-height: 24px;
		margin-top: 4%;
	}

	.caseInfo .box2 .list .item .itemNew a .con .more {
		margin-top: 10%;
	}

	.caseInfo .box2 .list .item .itemNew a {
		padding: 20px 15px;
	}
}

@media (max-width: 1024px) {
	.caseInfo {
		margin-top: 50px;
	}

	.caseInfo .box1 .title .t {
		font-size: 24px;
		line-height: 26px;
	}
}

@media (max-width: 640px) {
	.caseInfo .box2 {
		height: auto;
		margin-top: 30px;
		padding-bottom: 40px;
	}

	.caseInfo .box2 .title {
		position: relative;
		left: auto;
		transform: translate(0);
		top: auto;
	}

	.caseInfo .box2 .list {
		height: auto;
		margin-top: 20px;
	}

	.caseInfo .box2 .list .item {
		height: auto;
		position: relative;
		margin-bottom: 15px;
	}

	.caseInfo .box2 .list .item .itemNew {
		width: 92%;
		margin: 0 auto;
		position: relative;
		top: auto;
		left: auto;
		transform: translate(0);
	}

	.caseInfo .box2 .list .item .itemNew a {
		padding: 15px 10px;
	}

	.caseInfo .box2 .list .item .itemNew a .pic {
		width: 100%;
		float: none;
	}

	.caseInfo .box2 .list .item .itemNew a .con {
		width: 100%;
		margin: 0 auto 0;
	}

	.caseInfo .box2 .list .item .itemNew a .con .tits {
		font-size: 18px;
		line-height: 20px;
	}

	.caseInfo .box2 .list .item .itemNew a .con .tit {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px;
	}

	.caseInfo .box2 .list .item .itemNew a .con .more {
		width: 120px;
		margin-top: 15px;
		height: 32px;
		line-height: 30px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.caseInfo .top .picLeft {
		width: 100%;
		float: none;
		padding-bottom: 67.6%;
	}

	.caseInfo .top .picRight {
		width: 100%;
		float: none;
		margin-top: 20px;
	}

	.caseInfo .box1 .title {
		width: 100%;
		float: none;
	}

	.caseInfo .box1 .con {
		width: 100%;
		float: none;
		margin-top: 15px;
		font-size: 13px;
		line-height: 25px;
	}

	.caseInfo .box1 .title .t {
		font-size: 20px;
		line-height: 22px;
	}
}

/*body > div:nth-last-child(1),
body > div:nth-last-child(2) {
  display: none; }*/

.banner2 {
	width: 100%;
	height: auto;
	position: relative;
}

.banner2 .con {
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
}

.banner2 .con .click {
	width: 81px;
	height: auto;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}

.banner2 .con .tits {
	font-size: 60px;
	line-height: 80px;
	color: #fff;
	font-weight: 600;
	margin-top: 3.2%;
}

.banner2 .con .tit {
	font-size: 200px;
	line-height: 148px;
	color: #fff;
	font-family: 'MGB';
	text-transform: uppercase;
	opacity: 0.4;
	letter-spacing: 16px;
	margin-top: -20px;
}

@media (max-width: 1500px) {
	.banner2 .con .tits {
		font-size: 50px;
		line-height: 70px;
	}

	.banner2 .con .tit {
		font-size: 160px;
		line-height: 114px;
	}
}

@media (max-width: 1366px) {
	.banner2 .con .tits {
		font-size: 40px;
		line-height: 60px;
	}

	.banner2 .con .tit {
		font-size: 120px;
		line-height: 86px;
	}
}

@media (max-width: 1200px) {
	.banner2 .con .click {
		width: 60px;
	}

	.banner2 .con .tits {
		font-size: 30px;
		line-height: 40px;
	}

	.banner2 .con .tit {
		font-size: 80px;
		line-height: 66px;
	}
}

@media (max-width: 768px) {
	.banner2 {
		overflow: hidden;
	}

	.banner2 img {
		width: 160%;
		margin-left: -30%;
	}

	.banner2 .con .click {
		width: 40px;
	}

	.banner2 .con .click img {
		width: 100%;
		margin-left: 0;
	}

	.banner2 .con .tits {
		font-size: 20px;
		line-height: 30px;
	}

	.banner2 .con .tit {
		font-size: 60px;
		line-height: 46px;
		letter-spacing: 5px;
	}
}

.about .box1 {
	background-color: #f4f4f4;
	padding-top: 6.67%;
	padding-bottom: 5.4%;
}

.about .box1 .con {
	width: 795px;
	max-width: 92%;
	margin: 0 auto 0;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}

.about .box2 {
	background-color: #eaeaea;
	height: auto;
	width: 100%;
	padding-top: 4.4%;
	padding-bottom: 45px;
}

.about .box2 .list {
	width: 100%;
	position: relative;
}

.about .box2 .list ul li {
	width: 33.33333%;
	float: left;
}

.about .box2 .list ul li .pic {
	width: 89.375%;
	margin: 0 auto;
	transform: scale(0.639);
	transition: all 0.8s;
}

.about .box2 .list ul li .tits {
	width: 100%;
	text-align: center;
	font-size: 36px;
	line-height: 38px;
	color: #000;
	font-weight: 600;
	opacity: 0;
	margin-bottom: 20px;
}

.about .box2 .list ul li.swiper-slide-active .pic {
	transform: scale(1);
}

.about .box2 .list ul li.swiper-slide-active .tits {
	opacity: 1;
}

.about .box2 .list .a {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #e60012;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 5;
	display: block;
	background-repeat: no-repeat;
}

.about .box2 .list .a.prev {
	left: 5px;
	background-image: url("../images/left.png");
	background-position: 14px center;
}

.about .box2 .list .a.next {
	right: 5px;
	background-image: url("../images/right.png");
	background-position: 18px center;
}

.about .box2 .title {
	position: relative;
	text-align: center;
	margin-top: 70px;
}

.about .box2 .title .en {
	font-size: 40px;
	line-height: 28px;
	color: #000;
	opacity: 0.1;
	font-family: 'MGM';
	letter-spacing: 2px;
	width: 100%;
	text-align: center;
}

.about .box2 .title .cn {
	width: 100%;
	font-size: 20px;
	line-height: 22px;
	color: #1a1a1a;
	position: absolute;
	bottom: 22px;
	left: 0;
}

.about .box3 {
	background-color: #f4f4f4;
	padding-top: 5.89%;
	padding-bottom: 8.75%;
}

.about .box3 .con {
	width: 795px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	color: #000;
}

.about .box3 .list {
	margin-top: 7.1%;
}

.about .box3 .list ul li {
	width: 31.9%;
	float: left;
	margin-right: 2.15%;
}

.about .box3 .list ul li:nth-child(3n) {
	margin-right: 0;
}

.about .box3 .list ul li .pic {
	width: 100%;
	height: auto;
}

.about .box3 .list ul li .tits {
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #000;
	margin-top: 32px;
}

.about .box4 {
	padding-top: 5.89%;
	padding-bottom: 4.7%;
}

.about .box4 .list {
	width: 100%;
	height: auto;
	position: relative;
}

.about .box4 .list ul {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.about .box4 .list ul li {
	width: 20%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	float: left;
	height: 100%;
	position: relative;
}

.about .box4 .list ul li:last-child {
	border: none;
}

.about .box4 .list ul li .con {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	overflow: hidden;
	height: 22px;
}

.about .box4 .list ul li .con .tits {
	font-size: 20px;
	line-height: 22px;
}

.about .box4 .list ul li .con .tit {
	font-size: 14px;
	line-height: 32px;
	width: 200px;
	max-width: 90%;
	margin: 60px auto 0;
}

@media (min-width: 1024px) {
	.about .box4 .list ul li:hover {
		background-color: rgba(0, 0, 0, 0.25);
	}

	.about .box4 .list ul li:hover .con {
		height: auto;
	}
}

.about .box4 .but {
	width: 540px;
	height: 80px;
	border: 1px solid #000;
	border-radius: 10px;
	margin: 6.6% auto 0;
	display: flex;
	align-items: center;
	font-size: 34px;
	line-height: 78px;
	color: #000;
	font-weight: 600;
	justify-content: center;
}

.about .box4 .but img {
	margin-right: 18px;
}

@media (max-width: 1366px) {
	.about .box1 .con {
		font-size: 18px;
		line-height: 32px;
	}

	.about .box2 .list ul li .tits {
		font-size: 28px;
		line-height: 30px;
	}

	.about .box3 .con {
		font-size: 18px;
		line-height: 32px;
	}

	.about .box3 .list ul li .tits {
		font-size: 20px;
		line-height: 22px;
	}

	.about .box4 .but {
		font-size: 26px;
		line-height: 68px;
		height: 70px;
		width: 450px;
	}
}

@media (max-width: 1200px) {
	.about .box1 .con {
		font-size: 16px;
		line-height: 28px;
	}

	.about .box2 .list ul li .tits {
		font-size: 22px;
		line-height: 24px;
	}

	.about .box3 .con {
		font-size: 16px;
		line-height: 28px;
	}

	.about .box3 .list ul li .tits {
		font-size: 18px;
		line-height: 20px;
	}

	.about .box4 .list ul li .con .tits {
		font-size: 16px;
		line-height: 18px;
	}

	.about .box4 .list ul li .con .tit {
		max-width: 100%;
		font-size: 13px;
		line-height: 24px;
		margin: 20px auto 0;
	}

	.about .box4 .but {
		font-size: 20px;
		line-height: 58px;
		height: 60px;
		width: 365px;
	}
}

@media (max-width: 1024px) {
	.about .box4 .list ul li .con {
		height: auto;
	}

	.about .box4 .list ul li {
		height: 50%;
		width: 33.33333%;
	}

	.about .box4 .list ul li:nth-child(4) {
		width: 50%;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}

	.about .box4 .list ul li:nth-child(5) {
		width: 50%;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
	}
}

@media (max-width: 768px) {
	.about .box1 .con {
		font-size: 13px;
		line-height: 24px;
	}

	.about .box3 .con {
		font-size: 13px;
		line-height: 24px;
	}

	.about .box2 .list ul li .tits {
		font-size: 18px;
		line-height: 20px;
		top: 20px;
	}

	.about .box2 .list ul li {
		width: 100%;
	}

	.about .box2 .list .a {
		width: 32px;
		height: 32px;
		margin-top: -16px;
		background-size: 10px;
	}

	.about .box2 .list .a.prev {
		background-position: 10px center;
	}

	.about .box2 .list .a.next {
		background-position: 13px center;
	}

	.about .box2 {
		padding-top: 35px;
	}

	.about .box2 .title {
		margin-top: 40px;
	}

	.about .box3 .list ul li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.about .box3 .list ul li .tits {
		font-size: 16px;
		line-height: 18px;
		margin-top: 10px;
	}

	.about .box4 .list {
		overflow: hidden;
	}

	.about .box4 .list img {
		width: 320%;
		margin-left: -160%;
	}

	.about .box4 .list ul li {
		width: 100%;
		float: left;
		height: 20%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	}

	.about .box4 .list ul li:nth-child(4) {
		width: 100%;
	}

	.about .box4 .list ul li:nth-child(5) {
		width: 100%;
		border-top: none;
		border-bottom: none;
	}

	.about .box4 .list ul li .con .tit {
		font-size: 12px;
		line-height: 20px;
		margin-top: 10px;
	}

	.about .box4 .but {
		font-size: 16px;
		line-height: 42px;
		height: 44px;
		width: 100%;
	}

	.about .box4 .but img {
		width: 26px;
		margin-right: 5px;
	}
}

.jpTk {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.jpTk .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.2);
}

.jpTk .box {
	width: 875px;
	height: 478px;
	background-color: #fff;
	box-shadow: 5.871px 3.812px 16px 5px rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.jpTk .box .pic {
	width: 39.6%;
	float: left;
	margin-left: 8.2%;
	margin-top: 11%;
}

.jpTk .box .tableBox {
	width: 50%;
	float: right;
	padding-top: 90px;
}

.jpTk .box .tableBox .tableNew {
	width: 315px;
	max-width: 90%;
	margin: 0 auto 0;
}

.jpTk .box .tableBox .tableNew .text {
	width: 100%;
	height: 45px;
	border-radius: 22px;
	border: 1px solid #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	padding-left: 24px;
	font-size: 16px;
	line-height: 30px;
	color: rgba(0, 0, 0, 0.5);
	margin-bottom: 22px;
}

.jpTk .box .tableBox .tableNew .submit {
	width: 100%;
	height: 45px;
	background-color: #4a4593;
	border: none;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
	border-radius: 22px;
}

.jpTk .box .tableBox .tableNew .txt {
	font-size: 12px;
	line-height: 20px;
	color: #000;
	opacity: 0.8;
	margin-top: 25px;
}

.jpTk .box .close {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	position: absolute;
	bottom: -105px;
	left: 50%;
	margin-left: -22px;
	display: block;
}

@media (max-width: 1366px) {
	.jpTk .box .tableBox {
		padding-top: 50px;
	}

	.jpTk .box .pic {
		margin-top: 8%;
	}

	.jpTk .box {
		height: 420px;
	}

	.jpTk .box .close {
		bottom: -85px;
	}
}

@media (max-width: 1024px) {
	.jpTk .box {
		width: 90%;
		height: auto;
		padding: 30px 0;
	}

	.jpTk .box .pic {
		width: 65%;
		margin: 0 auto;
		float: none;
	}

	.jpTk .box .tableBox {
		width: 100%;
		float: none;
		padding-top: 0;
	}

	.jpTk .box .tableBox .tableNew .text {
		height: 36px;
		font-size: 14px;
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.jpTk .box .tableBox .tableNew .submit {
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.jpTk .box .tableBox .tableNew .txt {
		margin-top: 10px;
	}

	.jpTk .box .close {
		bottom: -50px;
		width: 36px;
		height: 36px;
	}
}

/*# sourceMappingURL=style.css.map */
.start {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.start div {
	width: 49%;
	margin-bottom: 2%;
}

.start div img {
	width: 100%;
}

.pic_list {
	display: none;
}

.hisprev {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 100%;
	z-index: 10;
	display: block;
	background: rgba(0, 0, 0, 0.2) url("../images/icon1.png") no-repeat center center/10px 14px;
	transform: rotate(180deg);
	position: absolute;
	right: 6%;
	top: 30px;
}

.hisnext {
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 100%;
	z-index: 10;
	display: block;
	background: rgba(0, 0, 0, 0.2) url("../images/icon1.png") no-repeat center center/10px 14px;
	position: absolute;
	right: 0;
	top: 30px;
}

.music_play {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
}

.music_play div {
	display: flex;
}

.music_play.on {
	display: none;
}

.music_play h3 {
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 10px;
}

.music_play h3 span {
	display: block;
	width: 2px;
	height: 0;
	background: #000;
	position: absolute;
}

.music_play h3 span:nth-of-type(1) {
	left: 0;
	bottom: 0;
	animation: music 3s linear infinite;
}

.music_play h3 span:nth-of-type(2) {
	left: 9px;
	bottom: 0;
	animation: music 2.5s ease-in infinite;
}

.music_play h3 span:nth-of-type(3) {
	right: 0;
	bottom: 0;
	animation: music 2s linear infinite;
}

.music_mused {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	font-size: 14px;
	color: #000;
	display: none;
}

.music_mused div {
	display: flex;
	align-items: center;
}

.music_mused h3 {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	border: 1px solid #000;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

.music_mused h3 span {
	display: block;
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotate(-45deg);
}

.mwpager {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mwpager li {
	font-size: 14px;
	color: #000;
	margin: 0 10px;
}

.mwpager li a {
	color: #000;
}

.mwpager li.active a {
	color: #d02d26
}

.mwpager li.prev a,
.mwpager li.next a {
	display: inline-block;
	background: #d02d26;
	padding: 0 16px;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}

.video-alert01 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	display: none;
}

.video_con {
	width: 750px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-alert01 .video {
	width: 100%;
}

.video-alert01 video {
	display: block;
	width: 100%;
}

.v_close {
	width: 30px;
	position: absolute;
	right: 0px;
	top: -32px;
	cursor: pointer;
	display: block;
	height: 30px;
	background: #fff;
	padding: 0;
}

.v_close img {
	width: 100%;
}

@media(max-width:1024px) {
	.history .w1440 {
		padding: 70px 0 50px 0;
	}

	.hisnext,
	.hisprev {
		width: 34px;
		height: 34px;
		background-size: 6px 10px;
	}

	.hisprev {
		right: 14%;
	}

	.music_play {
		top: 10px;
	}

	.music_mused {
		top: 10px;
	}

	.video_con {
		width: 90%;
	}
}


@keyframes music {
	0% {
		height: 0;
	}

	25% {
		height: 60;
	}

	50% {
		height: 100%;
	}

	75% {
		height: 40%;
	}

	100% {
		height: 0;
	}
}