@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .3s linear;

}
html{ font-size:62.5%;  }
body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	background-color: #fff;
	overflow-x: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

img {
	display: block;
	border: none;
	max-width: 100%;
}

a {
	display: block;
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

a:hover {
	color: #96172e;
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
	font-size:16px;
	font-size:1.6rem;
line-height:30px;
	/*margin-bottom: 30px;*/
}

/*.safeRange {
	max-width: 1400px;
	width: calc(100% - 120px);
	margin: 0 auto;
	margin-bottom: 30px;
}*/
.safeRange a{    display: inline-block;}
@media screen and (max-width:999px) {
	.safeRange {
		width: calc(100% - 50px);
	}

	.safeRange2 {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 30px);
	}

	.safeRange2 {
		width: calc(100% - 30px);
	}
}

.clear {
	clear: both;
}

/* ------------------index---------------------------- */
/* header */
header .headerContent {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	padding: 26px 60px;
}

header .xnav {
	display: none;
}

header .headerContent .logo {
	width: 218px;
	flex-shrink: 0;
}

header .headerContent .logo:hover img {
	transform: scale(1, 1);
}

header nav {
	display: flex;
	align-items: center;
	margin-top: 4px;
}

header nav .navList {
	display: flex;
	align-items: center;
	margin-right: 70px;
}

header nav .navList li {
	margin-right: 32px;
	position: relative;
}

/* 多级分类开始 */
header nav .navList li ul {
	width: 250px;
	position: absolute;
	left: 0%;
	top: 89%;
	border: solid 1px #eaeaea;
	background-color: #ffffff;
	display: none;
	padding: 5px 0;
}

header .headerContent .navList li:hover>ul {
	display: block;
}


header nav .navList li ul li a {
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #666666;
}

header .headerContent .navList li ul.product1 li {
	position: relative;
	margin-right: 0;
}

header .headerContent .navList li ul.product1 li a {
	font-family: Roboto-Light;
	font-size: 14px;
	line-height: 36px;
	color: #666666;
	font-family: Arial;
	text-align: left;
	padding: 0 20px;
}

header .headerContent .navList li ul.product1 li a:hover {
	color: #96172e;
}

header .headerContent .navList li ul.product1 li a:after {
	display: none;
}

header .headerContent .navList li ul.product1 li a.active {
	color: #96172e;
}

header .headerContent .navList li ul.product1 li ul {
	position: absolute;
	left: 150%;
	padding: 15px 0px;
	top: 0%;
	transform: translateX(-50%);
	border: solid 1px #eaeaea;
	background-color: #ffffff;
	display: none;
}

header .headerContent .navList li ul.product1 li:hover>ul {
	display: block;
}


header nav .navList li:last-child {
	margin-right: 0;
}

header nav .navList li a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 48px;
	color: #ffffff;
	position: relative;
}

header nav .navList li a:after {
	content: "";
	width: 0px;
	position: absolute;
	bottom: 7px;
	left: 0;
	height: 2px;
	background-color: transparent;
	transition: .3s all;
}

header nav .navList li a.active:after {
	color: #ffffff;
	width: 60px;
	background-color: #ffffff;
}

header nav .navList li a:hover:after {
	color: #ffffff;
	width: 60px;
	background-color: #ffffff;

}

header nav .search {
	position: relative;
}

header nav .search .iconfont {
	font-size: 32px;
	color: #fff;
	cursor: pointer;
}

header nav .search .searchInput.active {
	display: block;
}

header nav .search .searchInput {
	position: absolute;
	top: 100%;
	right: 0;
	border-radius: 20px;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, .4);
	box-shadow: 0 0 10px #fff;
	display: none;
}

header nav .search .searchInput .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header nav .search .searchInput .iconfont {
	font-size: 20px;
}

header nav .search .searchInput input {
	flex: 1;
	color: #fff;
	font-size: 14px;
	margin-right: 10px;
	background-color: transparent;
}

header nav .langue {
	position: relative;
	margin-left: 60px;
	margin-right: 14px;
}

header nav .langue .showLangur {
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	cursor: pointer;
	position: relative;
}

header nav .langue .showLangur img {
	margin-right: 10px;
}

header nav .langue .langueList {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	width: 100%;
	padding: 5px 0;
	box-shadow: 0 0 10px #fff;
	border-radius: 10px;
	display: none;
}

header nav .langue .langueList a:hover {
	color: #96172e;
}

header nav .langue .langueList.active {
	display: block;
}

header nav .langue .langueList li {
	padding: 5px 10px;
}

header nav .langue .langueList li a {
	font-family: Poppins-Regular;
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
}

header nav .langue .langueList li img {
	margin-right: 5px;
	    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:1500px) {
	header nav .navList li {
		margin-right: 25px;
	}
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	.nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #96172e;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	.nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	.nav .nav1 {
		margin-top: -1px;
	}

	.nav .nav2 {
		margin-top: -8px;
	}

	.nav .nav3 {
		margin-top: 6px;
	}

	.nav:hover .nav1 {
		width: 25px;
	}

	.navh .nav1 {
		transform: rotate(45deg)
	}

	.navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	.navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	.navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	.navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	.smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: #96172e;
		background: rgba(150, 23, 46, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	.smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	.topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	ul.topnav li {
		text-align: left;
		position: relative;
	}

	ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Lato-Regular, Arial, Helvetica, sans-serif;
	}

	ul.topnav ul {
		display: none;
		transition: none;
	}

	ul.topnav ul li {
		clear: both;
	}

	ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	ul.topnav ul ul li a {
		padding-left: 40px;
	}

	ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	.smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	.smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	.smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	.smdaohang form i {
		position: absolute;
		right: 10px;
		top: 2px;
	}

}

@media screen and (max-width:1500px) {
	header nav .navList {
		margin-right: 30px;
	}
}

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

	header .headerContent {
		padding: 18px 28px
	}

	header .headerContent .logo {
		width: 180px;
	}

	header nav .navList {
		margin-right: 30px;
	}

	header nav .navList li {
		margin-right: 20px;
	}

	/* 多级分类开始 */
	header nav .navList li ul {
		width: 280px;
		padding: 10px 0;
	}

	header nav .navList li ul li {
		padding: 0 30px;
	}

	header nav .navList li ul li a {
		font-size: 14px;
		line-height: 26px;
	}

	header .headerContent .navList li ul.product1 li a {
		font-size: 16px;
		line-height: 26px;
	}

	header nav .navList li a {
		font-size: 16px;
	}

	header nav .search .iconfont {
		font-size: 25px;
	}

	header nav .langue {
		margin-left: 20px;
	}
}


@media screen and (max-width:1333px) {
	header nav {
		margin-top: 0px;
	}

	header .headerContent .logo {
		width: 120px;
	}

	header nav .navList li a {
		font-size: 14px;
	}

	header nav .navList {
		margin-right: 10px;
	}

	header nav .navList li {
		margin-right: 10px;
	}

	header nav .navList li ul li {
		padding: 0 20px;
	}

	header nav .search .iconfont {
		font-size: 20px;
	}

	header nav .langue {
		margin-left: 20px;
	}
}


@media screen and (max-width:999px) {
	header nav .navList {
		display: none;
	}

	header nav .search {
		display: none;
	}

	header .headerContent {
		position: inherit;
		background-color: #000;
		padding: 18px 50px
	}
}


@media screen and (max-width:768px) {
	header nav .langue .showLangur {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	header .headerContent .logo {
		width: 80px;
	}

	header .headerContent {
		padding: 22px 42px;
	}

	header nav .langue .showLangur {
		font-size: 14px;
	}
}

/* banner */

.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.homeBanner {
	position: relative;
}

.homeBanner .crumb {
	position: absolute;
	top: 55%;
	left: 13.3%;
	z-index: 100;
}

.homeBanner .crumb .title {
	font-family: Poppins;
	font-size: 72px;
	line-height: 24px;
	color: #ffffff;
	margin-bottom: 50px;
	font-weight: bolder;
}

.homeBanner #playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);

	cursor: pointer;
	background: #9c1d1d;
	border-radius: 50%;
}

.homeBanner #playBtn img {
	width: 100%;
}

.crumbList {
	display: flex;
	align-items: center;
}

.crumbList,
.crumbList span,
.crumbList a {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}


.crumb2 {
	padding: 10px 0;
	display: none;
}

.crumb2 .crumbList,
.crumb2 .crumbList span,
.crumb2 .crumbList a {
	color: #333;
}

.crumbList a:hover {
	color: #96172e;
}

.crumbList span {
	text-decoration: underline;
}

.crumbList i {
	margin: 0 5px;
}

@media screen and (max-width:1333px) {
	.homeBanner .crumb {
		top: 50%;
		left: 10%;
	}

	.homeBanner .crumb .title {
		font-size: 28px;
		line-height: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.homeBanner .crumb .title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.homeBanner {
		display: none;
	}

	.indexBanner {
		display: block !important;
	}

	/* 	.crumb2 {
		display: block;
	} */
	.crumb2 {
		display: none;
	}
}

.banner a:hover img {
	transform: none;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: block !important;
	top: 50%;
	margin-top: 33px;
	width: 62px;
	height: 62px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}

.banner .slick-prev,
.banner .slick-next {
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fefefe;
	cursor: pointer;
	color: #ffffff;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	color: #96172e;
	border-color: #96172e;
}

.banner .slick-prev:hover::after,
.banner .slick-next:hover::after {
	background-color: #96172e;
}

.banner .slick-prev {
	left: 30px;
}

.banner .slick-prev:after,
.banner .slick-next:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #ffffff;
	width: 100%;
	transition: .3s linear;
}

.banner .slick-prev:after {
	left: -100%;
}

.banner .slick-next:after {
	right: -100%;
}

.banner .slick-next {
	right: 30px;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	width: 70px;
	height: 5px;
	background-color: #96172e;
}

.banner .slick-dots a {
	width: 48px;
	height: 5px;
	background-color: #fefefe;
	cursor: pointer;
}

.banner.hide {
	display: none;
}

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

	.banner .slick-prev,
	.banner .slick-next {
		width: 40px;
		height: 40px;
		line-height: 38px;
	}

	.banner .slick-arrow {
		margin-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner2 {
		display: none;
	}

	.banner .slick-dots {
		bottom: 30px;
	}

	.banner .slick-dots a {
		width: 30px;
	}

	.banner .slick-dots li.slick-active a {
		width: 45px;
	}
}


.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

@media screen and (max-width: 991px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

/* index */
/* Main2 */
.candor .name {
	padding: 68px 0 80px 0;
}

.candor .name .title {
	font-family: Poppins-Medium;
	font-size: 44px;
	color: #333333;
	margin-bottom: 8px;
	text-align: center;
}

.candor .name .title:hover {
	color: #96172e;
}

.candor .name .introduction {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.candor .name .introduction:hover {
	color: #96172e;
}


/* 百叶窗 */

.img-list {
	position: relative;
	overflow: hidden;
}

.img-list ul {
	width: 10000%;
}

.img-list li {
	float: left;
	width: 0.13%;
	height: 100%;
	position: relative;
	overflow: hidden;
}


.img-list li img {
	max-width: none;
	min-height: 632px;
}

.img-list .on {
	width: 0.5%;
}


.img-list li img:hover {
	transform: scale(1, 1);
}

.img-list li .goodsListName {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #ffffff;
}

.img-list li .goodsListName span {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #ffffff;
	display: none;
}

.img-list li.on .goodsListName span {
	display: block;
	color: #ffffff;
}

.img-list li .goodsListName span i {
	font-style: normal;
	margin: 0 20px;
}

.img-list li .goodsListName:hover {
	color: #96172e;
}

.img-list li .goodsListName:hover span {
	color: #96172e;
}

.img-list li.on {
	width: 0.488%;
}

.img-list li.on .goodsListName {
	background-color: rgba(0, 0, 0, 0.9);
}

.img-list li .goodsListName {
	background-color: rgba(169, 169, 169, 0.5);
}


@media screen and (max-width:1333px) {
	.candor .name {
		padding: 50px 0;
	}

	.candor .name .title {
		font-size: 28px;
		margin-bottom: 0px;
	}

	.candor .name .introduction {
		line-height: 26px;
	}

	.img-list li img {
		min-height: auto;
		max-height: 436px
	}

	.img-list li .goodsListName {
		height: 50px;
	}

	.img-list li .goodsListName span i {
		margin: 0 10px;
	}

}

@media screen and (max-width:999px) {
	.candor .name .introduction {
		font-size: 14px;
		line-height: 24px;
	}

	.candor .name {
		padding: 40px 0;
	}

	.candor .name .title {
		font-size: 24px;
	}

	.img-list ul {
		margin: 0 auto;
		width: calc(100% - 50px);
	}

	.img-list {
		flex-wrap: wrap;
	}

	.img-list li img {
		max-width: 100%;
	}

	.img-list li {
		max-height: auto;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

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

	.img-list li.on {
		width: 49%;
	}

	.img-list li .goodsListName {
		font-size: 14px;
		line-height: 24px;
		height: 40px;
		background-color: rgba(0, 0, 0, .9);
	}

	.img-list li .goodsListName span {
		display: block;
		font-size: 14px;
	}
}

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

	.candor .name {
		padding: 30px 0;
	}

	.candor .name .title {
		font-size: 22px;
	}

	.candor .name .introduction {
		font-size: 12px;
		line-height: 22px;
	}

	.img-list ul {
		width: calc(100% - 30px);
	}

	.img-list li {
		margin-bottom: 10px;
	}

	.img-list li .goodsListName {
		font-size: 12px;
		line-height: 22px;
		background-color: rgba(0, 0, 0, .9);
	}

	.img-list li .goodsListName span {
		font-size: 12px;
	}

	.img-list li .goodsListName span i {
		margin: 5px;
	}

}

@media screen and (max-width:538px) {
	.img-list li {
		width: 100%;
		margin-right: 0%;
	}

	.img-list li.on {
		width: 100%;
	}
}

/* Main3 */

.goods {
	padding: 100px 0 110px 0;
}

.goods .goodImg {
	width: 50%;
	overflow: hidden;
}

.goods .goodsContent {
	display: flex;
	background-color: #f9f9f9;
}

.goods .content {
	padding: 80px 84px 0px 70px;
	width: 50%;
	text-align: left;
	position: relative;
}

.goods .content .name {
	font-family: Poppins-Medium;
	font-size: 25px;
	color: #9c1d1d;
	margin-bottom: 26px;
}

.goods .content .name:hover {
	color: #333333;
}

.goods .content .msg {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 98px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.goods .content .msg:hover {
	color: #96172e;
}

.goods .content .goodsBtn {
	width: 33.5%;
	padding: 12px 0;
	text-align: center;
	border: solid 2px #96172e;
	font-family: Poppins-Medium;
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
}

.goods .content .goodsBtn:hover {
	background-color: #96172e;
	color: #fff;
}


.goods .content .image {
	position: absolute;
	right: 5%;
	bottom: 11%;
	width: 45%;
}

@media screen and (max-width:1333px) {
	.goods {
		padding: 50px 0;
	}

	.goods .content {
		padding: 30px;
	}

	.goods .goodsContent {
		display: flex;
		align-items: center;
	}

	.goods .content .name {
		margin-bottom: 10px;
	}

	.goods .content .msg {
		margin-bottom: 50px;
		font-size: 16px;
		line-height: 26px;
	}

	.goods .content .goodsBtn {
		padding: 5px 0;
	}
}

@media screen and (max-width:999px) {
	.goods {
		padding: 30px 0;
	}

	.goods .content .name {
		font-size: 14px;
		line-height: 24px;
	}

	.goods .content .goodsBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.goods .content .msg {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.goods .content .goodsBtn {
		width: 40%;
	}

}

@media screen and (max-width:768px) {
	.goods {
		padding: 20px 0;
	}

	.goods .content {
		padding: 20px;
	}

	.goods .content .name {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.goods .content .msg {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.goods .content .goodsBtn {
		width: 50%;
		font-size: 12px;
		line-height: 22px;
	}

	.goods .content .image {
		display: none;
	}
}

@media screen and (max-width:538px) {
	.goods .goodsContent {
		flex-direction: column;
	}

	.goods .goodsContent .goodImg {
		width: 100%;
	}

	.goods .goodsContent .content {
		width: 100%;
	}
}


/* Main4 */




.custom {
	background: url(../img/customBg.png) no-repeat center;
	background-size: cover;
	position: relative;

}

.custom .customContent {
	padding: 51px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.custom .customContent .title1 {
	font-family: Poppins-Regular;
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 12px;
}

.custom .customContent .title1:hover {
	color: #96172e;
}

.custom .customContent .title2 {
	font-family: Poppins-Regular;
	font-size: 42px;
	color: #ffffff;
	margin-bottom: 29px;
}

.custom .customContent .title2:hover {
	color: #96172e;
}

.custom .customContent .customBtn {
	text-align: center;
	width: 32.8%;
	font-family: Poppins-Regular;
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	border: solid 2px #ffffff;
	padding: 11px 0;
	margin-bottom: 6px;
}

.custom .customContent .customBtn:hover {
	background-color: #fff;
	color: #96172e;
}

@media screen and (max-width:1333px) {
	.custom .customContent .title1 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.custom .customContent .title2 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.custom .customContent .customBtn {
		width: 30%;
		padding: 5px 0;
	}
}

@media screen and (max-width:999px) {
	.custom .customContent .title1 {
		font-size: 14px;
	}

	.custom .customContent .title2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.custom .customContent .customBtn {
		width: 35%;
		letter-spacing: 0px;
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:768px) {
	.custom .customContent {
		padding: 30px;
	}

	.custom .customContent .title1 {
		font-size: 12px;
	}

	.custom .customContent .title2 {
		font-size: 22px;
	}

	.custom .customContent .customBtn {
		width: 40%;
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.custom .customContent {
		padding: 20px 0;
	}

	.custom .customContent .customBtn {
		width: 60%;
	}
}

/* Main5 */
.brand {
	padding: 113px 0 149px 0;
}


.brand .brandLocation {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}

.brand .brandLocation .content {
	text-align: left;
	width: 35%;
	margin-top: 19px;
}

.brand .brandLocation .content .title {
	font-family: Poppins-Regular;
	font-size: 44px;
	color: #333333;
	margin-bottom: 12px;
	line-height: 60px;
}

.brand .brandLocation .content .title:hover {
	color: #96172e;
}

.brand .brandLocation .content .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
}

.brand .brandLocation .content .txt:hover {
	color: #96172e;
}

.brand .brandLocation .map {
	width: 65%;
}

.brand .brandList {
	position: relative;

}

.brand .brandList .brandBox {
	overflow: hidden;
}

.brand .brandList .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.brand .brandList .arrow:hover img {
	transform: scale(1.2, 1.2);
}

.brand .brandList .arrow:hover {
	color: #96172e;
}

.brand .brandList .leftArrow {
	left: -3.5%;
}

.brand .brandList .rightArrow {
	right: -3.5%;
}

.brand .brandList .brandBox {
	position: relative;
	overflow: hidden;
}

.brand .brandList .branditem {
	width: 10000%;
	transition: none;
}

.brand .brandList .branditem li {
	float: left;
	width: 0.154%;
	margin-right: 0.015%;
	border-left: none;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.brand .brandList .branditem li a {
	background-color: #f9f9f9;
	margin-bottom: 20px;
}

.brand .brandList .branditem li a:nth-child(2) {
	margin-bottom: 0;
}

.brand .brandList .branditem li a:hover img {
	transform: scale(1, 1);
}

@media screen and (max-width:1333px) {
	.brand {
		padding: 100px 0 100px 0;
	}

	.brand .brandLocation .content .title {
		font-size: 28px;
		line-height: 30px;
	}

	.brand .brandLocation .content .txt {
		line-height: 26px;
	}

	.brand .brandLocation .content {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.brand {
		padding: 80px 0 80px 0;
	}

	.brand .brandLocation .content .title {
		font-size: 24px;
	}

	.brand .brandLocation .content .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.brand .brandList .arrow {
		top: -20%;
		transform: translateY(0);
	}

	.brand .brandList .leftArrow {
		left: 0;
	}

	.brand .brandList .rightArrow {
		left: 5%;
	}

	.brand .brandList .branditem li {
		width: 0.190%;
		margin-right: 0.015%;
	}

}

@media screen and (max-width:768px) {
	.brand {
		padding: 60px 0 60px 0;
	}

	.brand .brandLocation .content .txt {
		font-size: 12px;
		line-height: 22px;
	}

	.brand .brandLocation {
		flex-direction: column;
	}

	.brand .brandLocation .content {
		width: 100%;
		margin-bottom: 20px;
	}

	.brand .brandLocation .map {
		width: 100%;
	}

	.brand .brandLocation .content .title {
		font-size: 22px;
	}

	.brand .brandList .arrow {
		top: -25%;
	}

	.brand .brandList .branditem li {
		width: 0.24%;
	}
}

@media screen and (max-width:538px) {
	.brand .brandList .arrow {
		top: -20%;
	}

	.brand .brandList .rightArrow {
		left: 10%;
	}

	.brand .brandList .branditem li {
		width: 0.5%;
	}
}



/* Main6 */
.build {
	/* background-image: url("../img/buildBg.png"); */
	background-size: cover;
}

.build .buildContent {
	padding: 118px 0 111px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.build .buildContent .title {
	width: 94%;
	font-family: Poppins-Regular;
	font-size: 44px;
	color: #ffffff;
	text-align: center;
	line-height: 72px;
	margin-bottom: 66px;
}


.build .buildContent .title:hover {
	color: #96172e;
}

.build .buildContent .numberList {
	display: flex;
	margin-bottom: 100px;
}

.build .buildContent .numberList .item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 72px;
}

.build .buildContent .numberList .item:nth-child(1) {
	border-right: 1px solid #fff;
}

.build .buildContent .numberList .item .num {
	font-family: Poppins-SemiBold;
	font-size: 80px;
	color: #ffffff;
	line-height: 70px;
	margin-bottom: 36px;
}

.build .buildContent .numberList .item .num:hover,
.build .buildContent .numberList .item .msg:hover {
	color: #96172e;
}

.build .buildContent .numberList .item .msg {
	width: 58%;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

.build .buildContent .buildBtn {
	border: solid 1px #ffffff;
	width: 25.8%;
	padding: 10px 0;
	text-align: center;
	font-family: Poppins-Medium;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	color: #ffffff;
}

.build .buildContent .buildBtn:hover {
	background-color: #fff;
	color: #96172e;
}

@media screen and (max-width:1333px) {
	.build .buildContent {
		padding: 80px 50px;
	}

	.build .buildContent .title {
		font-size: 28px;
		width: 100%;
		margin-bottom: 50px;
		line-height: 50px;
	}

	.build .buildContent .numberList .item {
		padding: 0;
	}

	.build .buildContent .numberList .item .num {
		font-size: 60px;
		margin-bottom: 20px;
		line-height: 50px;
	}

	.build .buildContent .numberList {
		margin-bottom: 80px;
	}

	.build .buildContent .numberList .item .msg {
		width: 80%;
	}
}

@media screen and (max-width:999px) {
	.build .buildContent {
		padding: 50px 50px;
	}

	.build .buildContent .title {
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 30px;
	}

	.build .buildContent .numberList .item .num {
		font-size: 40px;
		margin-bottom: 20px;
		line-height: 40px;
	}

	.build .buildContent .numberList {
		margin-bottom: 60px;
	}

	.build .buildContent .numberList .item .msg {
		width: 90%;
		font-size: 14px;
		line-height: 24px;
	}

	.build .buildContent .buildBtn {
		padding: 5px;
	}
}

@media screen and (max-width:999px) {
	.build .buildContent .buildBtn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.build .buildContent {
		padding: 30px 30px;
	}

	.build .buildContent .title {
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 30px;
	}

	.build .buildContent .numberList .item .num {
		font-size: 28px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.build .buildContent .numberList {
		margin-bottom: 30px;
	}

	.build .buildContent .numberList .item .msg {
		width: 95%;
		font-size: 12px;
		line-height: 22px;
	}

	.build .buildContent .buildBtn {
		font-size: 12px;
		line-height: 22px;
	}
}


@media screen and (max-width:538px) {
	.build .buildContent {
		padding: 30px 0px;
	}

	.build .buildContent .title {
		font-size: 20px;
		line-height: 30px;
	}

	.build .buildContent .numberList {
		flex-direction: column;
	}

	.build .buildContent .numberList .item {
		width: 100%;
		margin-bottom: 0;
	}

	.build .buildContent .numberList .item .msg {
		margin-bottom: 20px;
		width: 100%;
	}

	.build .buildContent .numberList .item:nth-child(1) {
		border-right: none;
		margin-bottom: 20px;
		border-bottom: 1px solid #fff;
	}

	.build .buildContent .buildBtn {
		width: 40%;
	}
}

/* Main7 */
.advantage .item1 {
	padding: 94px 10% 118px;
}

.advantage .item1 .name {
	margin-bottom: 63px;
}

.advantage .item1 .name .title {
	font-family: Poppins-Regular;
	font-size: 44px;
	color: #333333;
	margin-bottom: 7px;
	text-align: center;
}

.advantage .item1 .name .title:hover {
	color: #96172e;
}

.advantage .item1 .name .title2 {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	text-align: center;
	padding: 0 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.advantage .item1 .name .title2:hover {
	color: #96172e;
}

.advantage .item1 .news {
	display: flex;
	justify-content: center;
}

.advantage .item1 .news .indexNewsList {
	width: 36%;
	margin-right: 10%;
}

.advantage .item1 .news .indexNewsList .item {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 36px;
}

.advantage .item1 .news .indexNewsList .item .name {
	font-family: Poppins-Regular;
	font-size: 24px;
	color: #333333;
	margin-bottom: 9px;
	line-height: 36px;

}

.advantage .item1 .news .indexNewsList .item .name:hover {
	color: #96172e;
}

.advantage .item1 .news .indexNewsList .item .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	padding-right: 16px;
	color: #999999;
	margin-bottom: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.advantage .item1 .news .indexNewsList .item .txt:hover {
	color: #96172e;
}

.advantage .item1 .news .indexNewsList .item .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	letter-spacing: 0px;
	color: #9c1d1d;
	margin-bottom: 32px;
}

.advantage .item1 .news .indexNewsList .item:first-child {
	padding-top: 0;
}

.advantage .item1 .news .newsImg {
	text-align: left;
	width: 46%;
	border-bottom: 1px solid #e5e5e5;
}

.advantage .item1 .news .newsImg .image {
	margin-bottom: 45px;
	overflow: hidden;
}

.advantage .item1 .news .newsImg .chooseUs {
	font-family: Poppins-Regular;
	font-size: 24px;
	color: #333333;
}

.advantage .item1 .news .newsImg .chooseUs:hover {
	color: #96172e;
}

.advantage .item2 {
	display: flex;
	align-items: center;
	margin: 0 0;
	background-color: #f9f9f9;
}


.advantage .item2 .image {
	width: 50.4%;
	overflow: hidden;
}

.advantage .item2 .content {
	width: 49.6%;
	background-color: #f9f9f9;
	padding-left: 6.5%;
	padding-right: 13%;
	padding-top: 60px;
}

.advantage .item2 .content .title {
	font-family: Poppins-Regular;
	font-size: 36px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 28px;
}

.advantage .item2 .content .title:hover {
	color: #96172e;
}

.advantage .item2 .content .text p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 36px;
}

@media screen and (max-width:1333px) {
	.advantage {}

	.advantage .item1 {
		padding: 80px 0% 80px;
	}

	.advantage .item1 .name .title {
		font-size: 28px;
	}

	.advantage .item1 .name .title2 {
		padding: 0 80px;
	}

	.advantage .item1 .name {
		margin-bottom: 50px;
	}

	.advantage .item1 .news .indexNewsList .item .txt {
		line-height: 26px;
		margin-bottom: 20px;
	}

	.advantage .item1 .news .indexNewsList .item .time {
		margin-bottom: 20px;
	}

	.advantage .item1 .news .indexNewsList .item .name {
		font-size: 20px;
	}

	.advantage .item1 .news .newsImg .chooseUs {
		font-size: 20px;
	}

	.advantage .item2 .content {
		padding-left: 3%;
		padding-right: 30px;
		padding-top: 30px;
	}

	.advantage .item2 .content .title {
		line-height: 45px;
		font-size: 28px;
		margin-bottom: 20px;
	}

	.advantage .item2 .content .text p {
		line-height: 26px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.advantage .item1 {
		padding: 60px 0 60px;
	}

	.advantage .item1 .news .indexNewsList .item .name {
		font-size: 18px;
		line-height: 28px;
	}

	.advantage .item1 .name .title {
		font-size: 24px;
	}

	.advantage .item1 .name .title2 {
		padding: 0 50px;
		font-size: 14px;
		line-height: 24px;
	}

	.advantage .item1 .name {
		margin-bottom: 40px;
	}

	.advantage .item1 .news .indexNewsList .item .txt {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.advantage .item1 .news .indexNewsList .item .time {
		margin-bottom: 10px;
	}

	.advantage .item2 .content {
		padding-left: 2%;
		padding-right: 20px;
		padding-top: 20px;
	}

	.advantage .item2 .content .title {
		line-height: 40px;
		margin-bottom: 10px;
	}


	.advantage .item2 .content .text p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}
}


@media screen and (max-width:999px) {
	.advantage .item1 .news .newsImg .chooseUs {
		font-size: 14px;
		line-height: 24px;
	}

	.advantage .item2 .content .title {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.advantage .item1 .news {
		flex-direction: column;
		padding: 0 20px;
	}

	.advantage .item2 .content .title {
		font-size: 22px;
	}

	.advantage .item1 .news .indexNewsList .item .txt {
		font-size: 12px;
		line-height: 22px;
	}

	.advantage .item1 .news .indexNewsList {
		width: 100%;
	}

	.advantage .item1 .name .title2 {
		font-size: 12px;
		line-height: 22px;
	}

	.advantage .item1 .news .indexNewsList .item {
		padding-top: 0;
		margin-bottom: 30px;
	}

	.advantage .item2 .content .text p {
		font-size: 12px;
		line-height: 22px;
	}

	.advantage .item1 .news .newsImg {
		width: 100%;
	}

	.advantage .item1 .news .newsImg .image {
		margin-bottom: 20px;
	}

	.advantage .item1 .news .newsImg .chooseUs {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.advantage .item1 .name .title {
		padding: 0 20px;
	}

	.advantage .item1 .name .title2 {
		padding: 0 20px;
	}


	.advantage .item2 {
		flex-direction: column;
	}

	.advantage .item2 .image {
		padding: 20px;
		width: 100%;
	}

	.advantage .item2 .content {
		width: 100%;
		padding: 20px;
	}

	.advantage .item1 .name .title {
		font-size: 22px;
	}
}

@media screen and (max-width:538px) {
	.advantage .item1 {
		padding: 20px;
	}

	.advantage .item1 .name .title {
		padding: 0 0;
	}

	.advantage .item1 .name .title2 {
		padding: 0 0;
	}

	.advantage .item1 .news {
		padding: 0 0;
	}


}


/* Main8 */
.quote {
	padding: 74px 0 85px 0;
}

.quote .quoteContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.quote .content .title {
	font-family: Poppins-Regular;
	font-size: 44px;
	color: #333333;
	margin-bottom: 16px;
}

.quote .content .title:hover {
	color: #96172e;
}

.quote .content .text {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	width: 62%;
}

.quote .content .text:hover {
	color: #96172e;
}

.quote .quoteBtn {
	width: 26.5%;
	padding: 15px 0;
	border: solid 1px #333333;
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	letter-spacing: 2px;
	color: #333333;
}

.quote .quoteBtn:hover {
	background-color: #96172e;
	color: #fff;
	border: solid 1px #96172e;
}

@media screen and (max-width:1333px) {
	.quote {
		padding: 60px 0;
	}

	.quote .content .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.quote .content .text {
		width: 80%;
		line-height: 26px;
	}

	.quote .quoteBtn {
		letter-spacing: 0px;
		width: 49%;
	}
}

@media screen and (max-width:999px) {
	.quote .content .text {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.quote .quoteBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.quote {
		padding: 40px 0;
	}

	.quote .quoteContent {
		flex-direction: column;
		align-items: flex-start;
	}

	.quote .content .title {
		font-size: 24px;
	}

	.quote .quoteBtn {
		width: 30%;
		letter-spacing: 0px;
		padding: 10px 0;
	}
}

@media screen and (max-width:768px) {
	.quote .content .title {
		font-size: 22px;
	}

	.quote .quoteBtn {
		font-size: 12px;
		line-height: 22px;
	}

	.quote {
		padding: 30px 0;
	}

	.quote .content .text {
		font-size: 12px;
		line-height: 22px;
	}

}

@media screen and (max-width:538px) {
	.quote .quoteBtn {
		width: 69%;
	}
}

/* footer */

footer {
	background-color: #232323;
}

footer .footerNav {
	padding: 63px 0 40px 0;
	display: flex;
}

footer .footerNav .lines {
	width: 30%;
	margin-right: 2%;
}

footer .footerNav .lines .footerLogo {
	margin-bottom: 47px;
	width: 61%;
}

footer .footerNav .lines .footerLogo img {
	transform: scale(1.1, 1.1);
}

footer .footerNav .lines .lineList {
	display: flex;
	align-items: center;
}

footer .footerNav .lines .lineList a {
	margin-right: 16px;
}

footer .footerNav .lines .lineList a:last-child {
	margin-right: 0;
}

footer .footerNav .footerLits {
	display: flex;
	width: 70%;
	padding: 4px 0;
}

footer .footerNav .footerLits .list {
	margin-right: 9%;
}

footer .footerNav .footerLits .list .tit {
	margin-bottom: 26px;
}

footer .footerNav .footerLits .list .tit a {
	font-family: Lato-Regular;
	font-size: 22px;
	color: #ffffff;
}

footer .footerNav .footerLits .list .tit a:hover {
	color: #96172e;
}

footer .footerNav .footerLits .list .tit:after {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background-color: #ffffff;
	margin-top: 15px;
}

footer .footerNav .footerLits .list li {
	font-family: Lato-Regular;
	font-size: 16px;
	color: #acacac;
	margin-bottom: 19px;
}

footer .footerNav .footerLits .list .footerEmail a {
	display: inline-block;
	margin-bottom: 0;
}

footer .footerNav .footerLits .list li a {
	font-family: Lato-Regular;
	font-size: 16px;
	color: #acacac;
	margin-bottom: 19px;
}

footer .footerNav .footerLits .list li a:hover {
	color: #96172e;
}

footer .footerNav .footerLits .list:nth-child(2) {
	margin-right: 8.5%;
	width: 37.5%;
}

footer .footerNav .footerLits .list:last-child {
	margin-right: 0;
}

footer .footerNav .footerLits .list:last-child .tit {
	margin-bottom: 36px;
}

footer .footerNav .footerLits .navigation {
	display: flex;
	justify-content: space-between;
}

footer .footerNav .footerLits .navigation .item1 {
	margin-right: 20px;
}

footer .copyright {
	font-family: Lato-Regular;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #444444;
	padding-bottom: 41px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 30px;
}

footer .copyright img {
	margin-left: 10px;
	cursor: pointer;
}

footer .copyright i {
	margin: 0 3px;
	font-style: normal;
}

footer .copyright a {
	font-family: Lato-Regular;
	font-size: 14px;
	color: #999999;
}

footer .copyright a:hover {
	color: #96172e;
}

footer .links {
	padding: 10px 0;
}

footer .links .linkList {
	margin-bottom: 12px;
}

footer .links .linkList,
footer .links .keyWords {
	font-family: Lato-Regular;
	font-size: 14px;
	color: #999999;
}

@media screen and (max-width:1333px) {
	footer .footerNav .lines {
		margin-right: 5%;
	}

	footer .footerNav .footerLits .list {
		margin-right: 5%;
	}

	footer .footerNav .footerLits .list:nth-child(2) {
		margin-right: 13%;
	}
}

@media screen and (max-width:999px) {
	footer {
		margin-bottom: 40px;
	}

	footer .footerNav {
		padding: 40px 0;
		flex-direction: column;
	}

	footer .footerNav .lines .footerLogo {
		display: none;
	}

	footer .footerNav .lines {
		margin-bottom: 20px;
	}

	footer .footerNav .footerLits {
		width: 100%;
	}

	footer .footerNav .footerLits .list {
		flex: 3;
	}

	footer .footerNav .footerLits .list:nth-child(2) {
		flex: 5;
	}

	footer .footerNav .lines {
		width: 100%;
		margin-right: 0;
	}
}

@media screen and (max-width:768px) {
	footer .footerNav .footerLits {
		display: none;
	}

	footer .footerNav .lines {
		margin-bottom: 0;
	}

	footer .footerNav .lines .lineList a:last-child {
		margin-right: 0;
	}

	footer .footerNav {
		padding: 20px 0;
	}

	footer .links {
		display: none;
	}
}

/* -----------------------------1-1About--------------------------------------- */

.certificates .title {
	font-family: Poppins-Regular;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	padding-top: 53px;
	padding-bottom: 58px;
}


.company {
	padding-top: 86px;
}

.company .companyContent {
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}


.company .companyContent:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("../img/companyBg.png");
	width: 100%;
	height: 426px;
	z-index: -1;
	background-size: contain;
}

.company .companyContent .aboutUs {
	width: 54.3%;
}

.company .companyContent .right {
	margin-left: 0%;
	width: 45.7%;
}

.company .companyContent .aboutUs .image {
	padding: 30px;
	position: relative;
	margin-bottom: 12px;
}

.company .companyContent .aboutUs .image img {
	opacity: 0;
}

.company .companyContent .aboutUs .image .videoBox {
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;

}

.company .companyContent .aboutUs .image video {
	width: 100%;
	height: 100%;
	background-color: #000000;
}


.company .companyContent .aboutUs .image:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 475px;
	height: 365px;
	background-color: #f7f7f7;
	left: 0;
	top: 0;
}

.company .companyContent .aboutUs .msg {
	padding: 0 30px;

}

.company .companyContent .aboutUs .title1 {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 48px;
	color: #333333;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.company .companyContent .aboutUs .title1:after {
	content: "";
	display: block;
	width: 11.4%;
	margin-left: 10px;
	height: 2px;
	background-color: #96172e;
}

.company .companyContent .aboutUs .title {
	font-family: Poppins-Regular;
	font-size: 48px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 28px;
}

.company .companyContent .aboutUs .companyMsg {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 58px;
	hyphens: auto;
}

.company .companyContent .image {
	padding-top: 30px;
}

@media screen and (max-width:1333px) {
	.company .companyContent {
		display: block;
	}

	.company .companyContent .right {
		float: right;
		margin-left: 2%;
	}

	.company .companyContent .aboutUs {
		width: auto;
	}

	.company .companyContent .aboutUs .image:after {
		width: 200px;
		height: 300px;
	}

	.company .companyContent .aboutUs .title {
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 30px;
	}

	.company .companyContent .aboutUs .image {
		width: 54.3%;
		margin-bottom: 0px;
		padding-top: 20px;
	}

	.company .companyContent .aboutUs .image .videoBox {
		margin-bottom: 0px;
		padding-top: 20px;
	}

	.company .companyContent .aboutUs .msg {
		padding: 0 20px;
	}

	.company .companyContent .image {
		padding-top: 20px;
	}

	.company .companyContent:after {
		height: 300px;
	}
}

@media screen and (max-width:999px) {
	.company .companyContent .aboutUs .title1 {
		margin-bottom: 0px;
	}

	.company .companyContent .aboutUs .companyMsg {
		font-size: 14px;
		line-height: 24px;
	}

	.company .companyContent .aboutUs .title {
		font-size: 24px;
	}

	.company {
		padding-top: 30px;
	}

	.company .companyContent .aboutUs .companyMsg {
		margin-bottom: 40px;
	}

	.company .companyContent .aboutUs .title1 {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.company {
		padding-top: 10px;
	}

	.company .companyContent .aboutUs .title1 {
		font-size: 12px;
		line-height: 22px;
	}

	.company .companyContent .aboutUs .title {
		font-size: 22px;
		margin-bottom: 10px
	}

	.company .companyContent .aboutUs .companyMsg {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.company .companyContent .image {
		display: none;
	}

	.company .companyContent .aboutUs .image {
		display: block;
		padding: 0;
		width: 100%;
	}

	.company .companyContent .aboutUs .image .videoBox {
		padding: 0;
	}

	.company .companyContent .aboutUs .msg {
		padding: 10px 0 0 0;
		padding-top: 10px;
	}

	.company .companyContent .aboutUs {
		width: 100%;
	}
}

/* Main3 */
.companyVision {
	background-color: #f7f7f7;
}

.companyVision .visionContent {
	padding: 108px 0 247px 0;
	display: flex;
	justify-content: space-between;
	background-image: url("../img/visionBg.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.companyVision .visionList {
	width: 74.5%;
	position: relative;
}

.companyVision .visionList .title {
	font-family: Poppins-Regular;
	font-size: 48px;
	line-height: 48px;
	color: #333333;
	text-align: center;
	margin-bottom: 58px;
}

.companyVision .visionList .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.companyVision .visionList .msg {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	hyphens: auto;
	padding: 10px 100px;
}

.companyVision .visionImg {
	position: absolute;
	width: 65.5%;
	top: 2.4%;
	right: -59.5%;
}

.companyVision .visionImg .showImg {
	position: absolute;
	width: 73.5%;
	top: 8.3%;
	left: 14.5%;
}

@media screen and (max-width:1500px) {
	.companyVision .visionContent {
		padding: 100px 0 200px 0;
	}
}

@media screen and (max-width:1333px) {
	.companyVision .visionContent {
		padding: 60px 0 200px 0;
	}

	.companyVision .visionList .title {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.companyVision .visionImg {
		top: 0%;
	}

	.companyVision .visionList .msg {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:1200px) {
	.companyVision .visionContent {
		padding: 60px 0 140px 0;
	}
}

@media screen and (max-width:1100px) {
	.companyVision .visionContent {
		padding: 60px 0 80px 0;
	}
}

@media screen and (max-width:999px) {
	.companyVision .visionContent {
		padding: 40px 0 40px 0;
	}

	.companyVision .visionImg {
		display: none;
	}

	.companyVision .visionList .title {
		font-size: 24px;
		margin-bottom: 0;
	}

	.companyVision .visionList {
		width: 100%;
	}

	.companyVision .visionList .msg {
		font-size: 14px;
		line-height: 24px;
		padding: 0 100px;
	}
}

@media screen and (max-width:768px) {
	.companyVision .visionContent {
		padding: 30px 0 30px 0;
	}

	.companyVision .visionList .title {
		font-size: 22px;
	}

	.companyVision .visionList .msg {
		font-size: 12px;
		line-height: 22px;
		padding: 0 20px;
	}

}

@media screen and (max-width:538px) {
	.companyVision .visionList .title {
		text-align: left;
	}

	.companyVision .visionList .msg {
		padding: 0 0px;
	}
}


/* Main4 */
.history {
	background-image: url("../img/history.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 159px 0 0 0;
}

.history .title {
	font-family: Poppins-Medium;
	font-size: 48px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 27px;
}

.history .txt em {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 16px;
	color: #96172e;
	font-style: normal;
}

.history .txt p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	/*margin-bottom: 51px;*/
	overflow: hidden;
	hyphens: auto
}

.history .historyContent {
	width: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: flex-start;
}

.history .historyContent .item {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

.history .historyContent .item .imgList {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-top: 51px;
}

.history .historyContent .item div img {
	border: solid 1px #ffffff;
}

.history .historyContent .item div {
	margin-right: 29px;
}

.history .historyContent .item div:last-child {
	margin-right: 0;
}

.history .axis {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}


.history .axis .iconfont {
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	color: #ffffff;
	width: 51px;
	height: 51px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	border: solid 1px #fefefe;
	position: absolute;
}

.history .axis .iconfont:hover {
	color: #96172e;
	border-color: #96172e;
}

.history .axis .icon-left7 {
	left: 0;
	transform: translateX(-100%);
}

.history .axis .icon-right7 {
	right: 0;
	transform: translateX(100%);
}

.history .axis .yearLine {
	display: flex;
	align-items: center;
	width: 100%;
	height: 184px;
	overflow: hidden;
}


.history .axis .yearLine .item {
	width: 20%;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
}

.history .axis .yearLine .item .line {
	flex: 1;
	height: 1px;
	background-color: #fff;
}

.history .axis .yearLine .item .circle {
	width: 24px;
	height: 24px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
}

.history .axis .yearLine .item .circle div {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
}

.history .axis .yearLine .item .year {
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	color: #999;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}


.history .axis .yearLine .item.active .circle {
	width: 33px;
	height: 33px;
	border: solid 1px #96172e;
}

.history .axis .yearLine .item.active .circle div {
	width: 17px;
	height: 17px;
	background-color: #96172e;
}

.history .axis .yearLine .item.active .year {
	color: #96172e;
	bottom: 40px;
}

@media screen and (max-width:1333px) {
	.history {
		padding: 50px 0 0 0;
	}

	.history .title {
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 30px;
	}

	.history .title2 {
		font-size: 16px;
		line-height: 26px;
	}

	.history .txt {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.history .axis .iconfont {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.history .axis .yearLine .item .year {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.history {
		padding: 30px 0 0 0;
	}

	.history .axis .yearLine .item .year {
		font-size: 14px;
		line-height: 24px;
	}

	.history .title {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.history .title2 {
		font-size: 14px;
	}

	.history .txt {
		font-size: 14px;
		line-height: 24px;
	}

	.history .axis .yearLine .item {
		width: 25%;
	}

	.history .axis .iconfont {
		position: inherit;
		flex-shrink: 0;
		transform: none;
	}

	.history .axis .yearLine {
		height: 150px;
	}

	.history .axis .yearLine .item .circle {
		width: 20px;
		height: 20px;
	}

	.history .axis .yearLine .item .circle div {
		width: 10px;
		height: 10px;
	}

	.history .axis .yearLine .item.active .circle {
		width: 30px;
		height: 30px;
	}

	.history .axis .yearLine .item.active .circle div {
		width: 15px;
		height: 15px;
	}
}


@media screen and (max-width:768px) {
	.history .historyContent .item div {
		margin-right: 10px;
	}

	.history .axis .yearLine .item .year {
		font-size: 12px;
		line-height: 22px;
	}

	.history .title {
		font-size: 22px;
	}

	.history .axis .yearLine {
		height: 120px;
	}

	.history .axis .yearLine .item.active .circle {
		width: 20px;
		height: 20px;
	}

	.history .axis .yearLine .item.active .circle div {
		width: 10px;
		height: 10px;
	}

	.history .axis .yearLine .item .year {
		bottom: 25px;
	}

	.history .axis .yearLine .item.active .year {
		bottom: 25px;
	}

	.history .axis .iconfont {
		flex-shrink: 0;
		width: 35px;
		height: 35px;
		line-height: 33px;
	}

	.history .txt {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}
}


@media screen and (max-width:538px) {
	.history .title {
		margin-bottom: 0;
	}

	.history .axis .yearLine .item {
		width: 50%;
	}


}

/* 荣誉证书 */
.c-fl {
	float: left;
}

.c-fr {
	float: right;
}

.c-cb {
	clear: both;
}

.c-mg {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.c-oh {
	overflow: hidden;
}

.c-nomt {
	margin-top: 0 !important;
}

.c-nomr {
	margin-right: 0 !important;
}

.c-nomb {
	margin-bottom: 0 !important;
}

.c-noml {
	margin-left: 0 !important;
}

.c-nofont {
	line-height: 0;
	font-size: 0;
}

.c-nobg {
	background: none !important;
}

.f-box {
	margin: 0 auto;
	max-width: 1500px;
	overflow: hidden;
}

.m-hcert {
	padding-top: 0px;
	padding-bottom: 93px;
}

.m-hcert .box-btn {
	position: absolute;
	top: 50%;
	margin-top: -21px;
	width: 30px;
	height: 43px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

/* .m-hcert .box-btn.prev {  left: 0; background-image: url("../images/jtl2.png"); } */
.m-hcert .box-btn.prev {
	left: 0;
	width: 50px;
	height: 50px;
	border: solid 1px #dddddd;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #ddd;
	border-radius: 50%;
	z-index: 100;
}

.m-hcert .box-btn.prev:hover {
	border-color: #96172e;
	color: #96172e;
}

/* .m-hcert .box-btn.prev:hover { background-image: url("../images/jtl3.png"); } */

/* .m-hcert .box-btn.next { right: 0; background-image: url("../images/jtr2.png"); } */
.m-hcert .box-btn.next {
	right: 0;
	width: 50px;
	height: 50px;
	border: solid 1px #dddddd;
	color: #ddd;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	z-index: 100;
}

.m-hcert .box-btn.next:hover {
	border-color: #96172e;
	color: #96172e;
}

/* .m-hcert .box-btn.next:hover { background-image: url("../images/jtr3.png"); } */

.m-hcert .box-lunbo {
	position: relative;
	margin-top: 0px;
	width: 100%;
	/* padding-left: 193px; */
	/* padding-right: 65px; */
}

.m-hcert .box-lunbo1 {
	display: none \9;
}

.m-hcert .box-lunbo1 .box-list {
	height: 456px;
	overflow: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.m-hcert .box-lunbo1 .list-item {
	position: absolute;
	top: 0;
	width: 320px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.m-hcert .box-lunbo1 .list-item1 {
	z-index: 1;
	left: 70px;
	-webkit-transform: rotateY(36deg) scale(0.9);
	-moz-transform: rotateY(36deg) scale(0.9);
	transform: rotateY(36deg) scale(0.9);
}

.m-hcert .box-lunbo1 .list-item2 {
	z-index: 2;
	left: 316px;
	-webkit-transform: rotateY(36deg) scale(0.9);
	-moz-transform: rotateY(36deg) scale(0.9);
	transform: rotateY(36deg) scale(0.9);
}

.m-hcert .box-lunbo1 .list-item3 {
	z-index: 3;
	left: 593px;
	margin: 0 auto;
}

.m-hcert .box-lunbo1 .list-item4 {
	z-index: 2;
	left: 869px;
	-webkit-transform: rotateY(-36deg) scale(0.9);
	-moz-transform: rotateY(-36deg) scale(0.9);
	transform: rotateY(-36deg) scale(0.9);
}

.m-hcert .box-lunbo1 .list-item5 {
	z-index: 1;
	left: 1110px;
	-webkit-transform: rotateY(-36deg) scale(0.9);
	-moz-transform: rotateY(-36deg) scale(0.9);
	transform: rotateY(-36deg) scale(0.9);
}

.m-hcert .box-lunbo1 .list-item6 {
	left: 110%;
	-webkit-transform: rotateY(-36deg) scale(0.9);
	-moz-transform: rotateY(-36deg) scale(0.9);
	transform: rotateY(-36deg) scale(0.9);
}

.m-hcert .box-lunbo1 .list-item0 {
	left: -270px;
}

.m-hcert .box-lunbo1 .box-list li a:hover img {
	transform: scale(1, 1);
}

.box-lunbo2 {
	display: none;
}

@media screen and (max-width:1500px) {
	.m-hcert .box-lunbo1 .list-item {
		width: 270px;
	}

	.m-hcert .box-lunbo1 .list-item1 {
		left: 12%;
	}

	.m-hcert .box-lunbo1 .list-item2 {
		left: 26%;
	}

	.m-hcert .box-lunbo1 .list-item3 {
		left: 50%;
		transform: translateX(-50%);
	}

	.m-hcert .box-lunbo1 .list-item4 {
		left: 56%;
	}

	.m-hcert .box-lunbo1 .list-item5 {
		left: 70%;
	}

	.m-hcert .box-btn.prev {
		left: 5%;
	}

	.m-hcert .box-btn.next {
		right: 5%;
	}
}

@media screen and (max-width:1333px) {
	.f-box {
		width: 1000px;
	}

	.m-hcert .box-lunbo1 .box-list {
		height: 390px;
	}

	.m-hcert .box-lunbo1 .list-item1 {
		left: 2%;
	}

	.m-hcert .box-lunbo1 .list-item2 {
		left: 17%;
	}

	.m-hcert .box-btn.prev {
		border-color: #96172e;
		color: #96172e;
	}

	.m-hcert .box-btn.next {
		border-color: #96172e;
		color: #96172e;
	}

	.m-hcert .box-btn:hover.prev {
		background-color: #96172e;
		color: #fff;
	}

	.m-hcert .box-btn:hover.next {
		background-color: #96172e;
		color: #fff;
	}

	.certificates .title {
		font-size: 28px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.m-hcert {
		padding-bottom: 50px;
	}

	.certificates .title {
		font-size: 24px;
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.m-hcert .box-lunbo1 {
		display: none;
	}

	.m-hcert .box-lunbo2 {
		display: block;
		padding: 0 8%;
	}

	.box-lunbo2 {
		position: relative;
	}

	.box-lunbo2 .prev,
	.box-lunbo2 .next {
		position: absolute;
		text-align: center;
		display: block;
		width: 40px;
		height: 40px;
		line-height: 38px;
		text-align: center;
		border-radius: 50%;
		background: #ffffff;
		border: solid 1px #96172e;
		color: #96172e;
		top: 50%;
		transform: translateY(-50%);
		transition: 0.5s;
		z-index: 999
	}

	.box-lunbo2 .prev {
		left: 1%;
		cursor: pointer;
	}

	.box-lunbo2 .next {
		right: 1%;
		cursor: pointer;
	}

	.box-lunbo2 .prev:hover,
	.box-lunbo2 .next:hover {
		color: #ffffff;
		background-color: #96172e;
	}

	.box-lunbo2 .img-list {
		position: relative;
		overflow: hidden;
	}

	.box-lunbo2 .img-list ul {
		width: 10000%;
		transition: none;
	}

	.box-lunbo2 .img-list li {
		float: left;
		width: 0.3233%;
		margin-right: 0.015%;
		border-left: none;
		position: relative;
	}

	.box-lunbo2 .img-list li img {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.certificates .title {
		font-size: 22px;
		padding-top: 30px;
		padding-bottom: 20px
	}

	.box-lunbo2 .prev,
	.box-lunbo2 .next {
		width: 35px;
		height: 35px;
		line-height: 33px;
	}

	.m-hcert {
		padding-bottom: 40px;
	}

}

@media screen and (max-width:538px) {
	.box-lunbo2 .img-list li {
		width: 0.5%;
		margin-right: 0%;
		padding: 5px;
		border-left: none;
		position: relative;
	}
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1;
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	-o-transition: left .4s ease, -o-transform .4s ease;
	-moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	-moz-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	-moz-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: -webkit-calc(50% - 30px);
	top: -moz-calc(50% - 30px);
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, 0.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	-o-transition: background-color .4s ease;
	-moz-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
	right: 2%;
	display: block !important;
}

.baguetteBox-button#previous-button {
	left: 2%;
	display: block !important;
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: -webkit-calc(2% + 6px);
	right: -moz-calc(2% + 6px);
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}

/*# sourceMappingURL=baguetteBox.css.map */

/* -------------------2-1products---------------------*/
.prmain2 {
	padding-top: 89px;
	padding-bottom: 63px;
}

.prmain2 .zong {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 49px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
	transition: none;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #ccc;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.prob-pic {
	width: 54.2%;
}

.prob-pic .prob-pic-big {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.prob-pic .prob-pic-big-img {
	display: block;
	line-height: 0;
	font-size: 0;
	box-shadow: 0px 3px 8px 0px rgba(51, 51, 51, 0.25);
}

.prob-pic .prob-pic-big-img img {
	transition: 0s;
}

.prob-pic {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	width: 100%;
}

.prob-pic-img {
	width: 54.5%;
}

.prob-pic .prob-pic-big-img .zoomPad {
	float: none;
	z-index: 8;
}

.prob-pic .zoomWrapperImage img {
	max-width: 1920px;
}

.prob-pic .prob-pic-big-img:hover img {
	transform: scale(1)
}

.prob-pic .prob-pic-small {
	position: relative;
}

.prob-pic .prob-pic-btn {
	position: absolute;
	top: -36%;
	transform: translateY(-50%);
	width: 13px;
	height: 17px;
	display: block;
	text-align: center;
	z-index: 1;
	font-family: Poppins-Light;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
}

.prob-pic .prob-pic-btn.prev {
	left: 0px;
}

.prob-pic .prob-pic-btn.next {
	left: 40px;
}

.prob-pic .prob-pic-btn:hover {
	color: #96172e;
}

.prob-pic .prob-pic-list {
	overflow: hidden;
}

.prob-pic .prob-pic-list ul {
	width: 1000%;
	overflow: hidden;
	padding: 10px 0;
	transition: none;
}

.prob-pic .prob-pic-list ul li {
	position: relative;
	float: left;
	margin-right: 0.9%;
	width: 2.73%;
	overflow: hidden;
	box-shadow: 0px 3px 8px 0px rgba(51, 51, 51, 0.25);
}

.prob-pic .prob-pic-item .item-pic,
.prob-pic .prob-pic-item .item-video {
	display: block;
	overflow: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.prob-pic .prob-pic-item .item-pic img,
.prob-pic .prob-pic-item .item-video img {
	display: block;
	width: 100%;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
}

.prob-pic .prob-pic-item .item-pic.active,
.prob-pic .prob-pic-item .item-video.active {
	border: 1px solid #96172e;
}

.prob-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	z-index: 8;
	display: none;
}

.prob-video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.prob-video.show {
	display: block;
}

.p2M1-box {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}

.p2M1:nth-child(2n) {
	padding-top: 66px;
	padding-bottom: 93px;
	background-color: #f7f7f7;
}

.p2M1:nth-child(2n) .p2M1-box {
	flex-direction: row-reverse;
}

.p2M1:last-child .p2M1-border {
	padding-bottom: 56px;
}

.p2M1-l {
	width: 54.5%;
	box-shadow: 0px 3px 8px 0px rgba(51, 51, 51, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	overflow: hidden;
}

.p2M1-r {
	width: 41.1%;
}

.p2M1-con {
	display: none;
}

.img-scroll10 {
	position: relative;
	/*margin-top: 35px;*/
}

.img-scroll10 .prev,
.img-scroll10 .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	top: -66px;
	transition: 0.5s;
	z-index: 999
}

.img-scroll10 .prev {
	left: 0px;
	cursor: pointer;
}

.img-scroll10 .next {
	left: 9%;
	cursor: pointer;
}

.img-scroll10 .prev:hover,
.img-scroll10 .next:hover {
	color: #96172e;
}

.img-list10 {
	position: relative;
	overflow: hidden;
}

.img-list10 ul {
	width: 10000%;
	transition: none;
}

.img-list10 li {
	float: left;
	width: 0.27%;
	margin-right: 0.094%;
	border-left: none;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
}

.img-list10 li.active {
	border: 1px solid #96172e;
}

.p2M1-border {
	padding-top: 77px;
	padding-bottom: 74px;
}

.p2M1 .jianjie {
	width: 100%;
}

.p2M1 .jiannList p {
	font-size: 16px;
	line-height: 24px;
}

.jianjie {
	width: 41.166%;
	position: relative;
}

.jianjie .name {
	font-family: Poppins-Medium;
	font-size: 40px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.jianjie .name:hover {
	color: #96172e;
}

.jiann {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	margin-bottom: 43px;
}

.jiann strong {
	font-family: HelveticaLTStd-Bold, Arial, "Arial Black", "sans-serif", Verdana;
}

.jiann a {
	color: #666666;
	font-family: Poppins-Regular;
	line-height: 24px;
	color: #666666;
	-webkit-hyphens: auto;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	display: inline;
}

.jiann a:hover {
	color: #96172e;
}

.jiann em {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	width: 170px;
}

.jiann img {
	max-width: 100%;
	display: inline;
}

.inno {
	font-size: 0px;
	display: flex;
	align-items: center;
	margin-bottom: 94px;
}

.inno:after {
	content: "";
	clear: both;
	display: block;
}

.inno>a {
	display: inline-block;
	vertical-align: middle;
	min-width: 182px;
	height: 52px;
	font-family: Poppins-Medium;
	line-height: 50px;
	letter-spacing: 2px;
	padding: 0 5px;
	background: #fff;
	border: solid 2px #96172e;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-right: 40px;
}


.inno>a:nth-child(2) {
	margin-right: 0px;
}

.inno>a:hover {
	background-color: #96172e;
	color: #fff;
}

.inno .inquire {
	display: flex;
	align-items: center;
}

.inno .inquire input {
	width: 18px;
	height: 18px;
	margin-right: 10px;
	cursor: pointer;
}

.inno .inquire a {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

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

	.img-scroll10 .prev,
	.img-scroll10 .next {
		top: -50px;
	}

	.jianjie .name {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.prmain2 {
		padding-top: 32px;
		padding-bottom: 46px;
	}

	.inno {
		margin-top: 0px;
		/*margin-bottom: 50px;*/
	}

	.inno>a {
		min-width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 6px;
		text-transform: none;
		margin-left: 10px;
	}

	.jianjie h1 {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.jianbiao {
		font-size: 20px;
		font-size: 2rem;
		line-height: 30px;
		margin-top: 8px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.prob-pic .prob-pic-list {
		overflow: hidden;
		margin-left: 30px;
		margin-right: 30px;
	}

	.p2M1:nth-child(2n) {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


@media screen and (max-width: 999px) {
	.jianjie .name {
		font-size: 26px;
	}

	.p2M1 .jiannList p {
		font-size: 14px;
		line-height: 24px;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.prmain2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.prob-pic {
		float: none;
		margin: auto;
		margin-top: 0px;
		width: 100%;
	}

	.jianjie {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.jianjie h1 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.inno {
		margin-bottom: 50px;
	}

	.jiann {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.jiann p {
		font-size: 14px;
	}

	.jianbiao {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		margin-top: 8px;
	}

	.jiann {
		min-height: 0px
	}

	.jiann a {
		font-size: 14px;
		line-height: 24px;
	}

	.inno {
		margin-top: 10px;
		position: relative;
		bottom: auto;
	}

	.prob-pic-img {
		margin: auto;
	}

	.img-scroll10 .prev,
	.img-scroll10 .next {
		top: -40px;
	}

	.inno>a {
		height: 35px;
		line-height: 33px;
	}

}


@media screen and (max-width: 768px) {
	.jianjie .name {
		font-size: 24px;
	}

	.p2M1 .jiannList p {
		font-size: 12px;
		line-height: 22px;
	}

	.jianjie {
		margin-top: 10px;
		display: flex;
		flex-direction: column-reverse;
	}

	.jiann {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 22px;
		margin-top: 10px;
		margin-bottom: 0px;
		color: #333;
	}

	.jiann strong {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.jianjie h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 0;
	}

	.productInno {
		flex-direction: column;
		align-items: flex-start;
	}

	.prmain2 {
		padding-top: 20px;
	}

	.inno {
		margin-bottom: 30px;
	}

	.inno>a {
		min-width: 106px;
		font-size: 12px;
		font-size: 1.2rem;
		height: 30px;
		line-height: 30px;
		float: left;
		margin-right: 10px;
	}

	.prob-pic .prob-pic-list {
		margin-left: 35px;
		margin-right: 35px;
	}

	.prob-pic .prob-pic-list ul li {
		border: none;
		box-shadow: none;
	}

	.prob-pic .prob-pic-btn {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 20px;
	}

	.img-scroll10 .prev,
	.img-scroll10 .next {
		top: -40px;
	}

	.img-scroll10 .next {
		left: 20%;
	}

	.img-scroll10 {
		margin-top: 20px;
	}
}



@media screen and (max-width:550px) {
	.inno .inquire a {
		font-size: 14px;
	}

	.prob-pic .prob-pic-list ul li {
		margin-right: .15%;
		width: 3.233%;
	}

	.p2M1-box {
		flex-direction: column;
	}

	.prmain2 {
		padding-top: 10px;
	}

	.p2M1-l {
		margin: 0 auto;
		margin-bottom: 10px;
		width: 100%;
	}

	.productInno {
		flex-direction: inherit;
		align-items: center;
	}

	.p2M1-r {
		width: 100%;
	}

	.img-scroll10 {
		margin-top: 30px;
	}

	.img-scroll10 .prev,
	.img-scroll10 .next {
		top: -45px;
	}
}

.detailMsg {
	padding: 0 0 30px 0;
}

.tags {
	display: flex;
	align-items: center;
	margin-bottom: 51px;
	flex-wrap: wrap;
}

.tags .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 30px;
	color: #96172e;
	margin-right: 10px;
}

.tags .item {
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	margin-right: 30px;
}

.tags .item:hover {
	color: #96172e;
}

.tags .item.active {
	color: #96172e;
}

.tags .item .iconfont {
	margin-right: 4px;
}

.productPager .pageNum {
	justify-content: center;
	margin-bottom: 94px;
}

.productPager .pageNum .addTo {
	display: flex;
	align-items: center;
	font-family: Poppins-Regular;
	margin-left: 8px;
}

.productPager .pageNum .addTo input {
	background-color: #fff;
	font-size: 16px;
	line-height: 26px;
	color: #96172e;
	cursor: pointer;
}

.productPager .pageNum .addTo img {
	margin-left: 9px;
}

@media screen and (max-width:1333px) {
	.detailMsg {
		padding: 0 0 30px 0;
	}

	.productPager .pageNum {
		margin-bottom: 70px;
	}
}

@media screen and (max-width:999px) {
	.productPager .pageNum .addTo input {
		font-size: 14px;
		line-height: 24px;
	}

	.detailMsg {
		padding: 0 0 20px 0;
	}

	.tags .item {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.detailMsg {
		padding: 0 0 10px 0;
	}

	.tags {
		margin-bottom: 30px;
	}

	.productPager .pageNum {
		margin-bottom: 60px;
	}

	.tags .item {
		font-size: 12px;
		line-height: 22px;
	}

	.tags .tit {
		font-size: 22px;
	}

	.productPager .pageNum .addTo input {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.productPager .pageNum {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:466px) {
	.productPager .pageNum .addTo {
		margin-top: 15px;
	}
}

.pageNum .no:hover {
	border: solid 1px #999999;
	background-color: #fff;
	color: #999999;
}

/* ------------------2-2----------------------------- */

.detailMsg .tit {
	font-family: Poppins-Regular;
	font-size: 36px;
	color: #333333;
	margin-bottom: 13px;
}


.table {
	width: 100%;
	overflow: auto;
	border-top: 3px solid #e5e5e5;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	/*border-top: 3px solid #e5e5e5;*/
	margin-bottom: 41px
}

.table table tr td {
	font-family: Poppins-Regular;
	font-size: 20px;
	line-height: 55px;
	color: #333333;
	border-bottom: 1px solid #d2d2d2;
	background: #fff;
}

.detailMsg .introduction2 {
	background-color: #f9f9f9;
	padding: 79px 0 112px 0;
}



.detailMsg .introduction2 .tit {
	font-family: Poppins;
	font-size: 35px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 44px;
}


.detailMsg .introduction2 .list .item {
	display: flex;
}

.detailMsg .introduction2 .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}

.detailMsg .introduction2 .list .item:nth-child(2n) {
	flex-direction: row;
}

.detailMsg .introduction2 .list .item .txt {
	width: 50%;
	padding: 30px 77px 30px 36px;
}
.detailMsg .introduction2 .list .item:nth-child(2n) .txt{
	padding: 60px 77px 30px 36px;
}
.detailMsg .introduction2 .list .item .image {
	width: 50%;
}

.detailMsg .introduction2 .list .item .txt p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	overflow:hidden;
	hyphens:auto;
}
.detailMsg .introduction2 .list .item .txt p:last-child{
	margin-bottom: 0;
}




@media screen and (max-width:1500px){
	.detailMsg .introduction2 .list .item:nth-child(2n-1) .txt{
		padding: 20px 30px 20px 0;
	}
	.detailMsg .introduction2 .list .item:nth-child(2n) .txt{
		padding: 20px 0px 20px 30px;
	}
	.detailMsg .introduction2 .list .item:nth-child(n){
		align-items: center;
	}
}


@media screen and (max-width:1333px){
	.detailMsg .introduction2 .list .item:nth-child(n){
		display: block;
		margin-bottom: 20px;
	}
	.detailMsg .introduction2 .list .item:last-child{
		margin-bottom: 0;
	}
	.detailMsg .introduction2 .list .item:nth-child(2n-1) .image{
		float: right;
		margin-left:20px;
	}
	.detailMsg .introduction2 .list .item .txt p{
		overflow: visible;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 0px;
	}
	.detailMsg .introduction2 .list .item .txt{
		width: auto;
	}
	.detailMsg .introduction2 .list .item:nth-child(2n) .image{
		float: left;
		margin-right:20px;
		background-color: #fac;
	}
	.detailMsg .introduction2 .tit{
		font-size: 28px;
		line-height: 30px;
	}
	.detailMsg .introduction2{
		padding: 60px 0;
	}
	.detailMsg .introduction2 .tit{
		margin-bottom: 30px;
	}
	.detailMsg .introduction2 .list .item:nth-child(n) .txt{
		padding: 0;
	}
}
@media screen and (max-width:999px){
	.detailMsg .introduction2{
		padding: 40px 0;
	}
	.detailMsg .introduction2 .tit{
		font-size: 24px;
	}
	.detailMsg .introduction2 .list .item .txt p{
		font-size: 14px;
		line-height: 24px;
	}
}
@media screen and (max-width:768px){
	.detailMsg .introduction2{
		padding: 30px 0;
	}
	.detailMsg .introduction2 .tit{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.detailMsg .introduction2 .list .item .txt p{
		font-size: 12px;
		line-height: 22px;
	}
}
@media screen and (max-width:538px){
	.detailMsg .introduction2 .list .item:nth-child(n) .image{
		width: 100%;
	}
	.detailMsg .introduction2 .list .item:nth-child(n){
		display: flex;
		flex-direction: column;
	}
	.detailMsg .introduction2 .list .item:nth-child(n) .image{
		margin: 0;
		margin-bottom: 10px;
	}
}

.tableTit {
	margin-bottom: 42px;
}



.hotChanPin {
	padding: 7px 0 94px 0;
}

.hotChanPin .hotChanPinTit {
	margin-bottom: 28px;
}

.jianjie h1.jianjieTit {
	font-family: Poppins-Medium;
	font-size: 40px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 16px;
	line-height: 50px;
}

.jiannList {
	margin-bottom: 47px;
}

.jiannList p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 18px;
	color: #666666;
	margin-bottom: 18.3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.appLits {
	margin-bottom: 29px;
}

.productInquire {
	margin-bottom: 27px;
}

.shareIcons {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #999999;
	display: flex;
	align-items: center;
}

.shareIcons .shareImg {
	margin-left: 7px;
}


.product-imgScroll {
	width: 54.5%;
	position: relative;
}

.product-imgScroll .prev,
.product-imgScroll .next {
	position: absolute;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	bottom: 1%;
	transition: 0.5s;
	z-index: 999;
	font-size: 18px;
	line-height: 36px;
	color: #333333;
	cursor: pointer;
}

.product-imgScroll .prev {
	right: 9%;
}

.product-imgScroll .next {
	right: 1%;
}

.product-imgScroll .prev:hover,
.product-imgScroll .next:hover {
	color: #96172e;
}

.product-imgScroll .img-list {
	position: relative;
}

.product-imgScroll .img-list ul {
	width: 10000%;
	transition: none;
}

.product-imgScroll .img-list li {
	float: left;
	width: 1%;
	margin-right: 0.015%;
	border: solid 1px #eeeeee;
	border-left: none;
	position: relative;
}

.product-imgScroll .img-list li:first-child {
	border-left: solid 1px #eeeeee;
}

.product-imgScroll .img-list li img {
	width: 100%;
	min-height: auto;
	max-height: none;
}

@media screen and (max-width:1500px) {
	.jianjie h1.jianjieTit {
		margin-bottom: 10px;
	}

	.jiannList {
		margin-bottom: 30px;
	}

	.appLits {
		margin-bottom: 20px;
	}

	.product-imgScroll .next,
	.product-imgScroll .prev {
		bottom: 5%;
	}

	.product-imgScroll .next {
		right: 3%;
	}

	.product-imgScroll .prev {
		right: 12%;
	}
}

@media screen and (max-width:1400px) {
	.jiannList p {
		margin-bottom: 0;
		line-height: 26px;
	}
}

@media screen and (max-width:1333px) {
	.jianjie h1.jianjieTit {
		font-size: 28px;
		margin-bottom: 5px;
		line-height: 30px;
	}

	.jiannList {
		margin-bottom: 10px;
	}

	.jiannList p {
		margin-bottom: 5px;
	}

	.appLits {
		margin-bottom: 5px;
	}

	.detailMsg .tit {
		font-size: 32px;
		margin-bottom: 10px;
	}

	.table table tr td {
		font-size: 18px;
		line-height: 50px;
	}

	.detailMsg .tit {
		font-size: 28px;
	}

	.table table tr td {
		font-size: 16px;
	}

	.p2M1-border {
		padding: 60px 0 60px 0;
	}
}

@media screen and (max-width:999px) {
	.jiannList p {
		font-size: 14px;
		line-height: 24px;
	}

	.detailMsg p {
		font-size: 14px;
		line-height: 24px;
	}

	.jianjie h1.jianjieTit {
		font-size: 24px;
	}

	.p2M1:nth-child(2n) {
		padding: 0px 0 0px 0;
	}

	.product-imgScroll {
		margin: 0 auto;
	}

	.product-imgScroll {
		width: 100%;
	}

	.product-imgScroll .img-list li {
		width: 0.5%;
	}

	.jianjie h1.jianjieTit {
		margin-bottom: 20px;
	}

	.inno>a {
		width: 140px;
		height: 35px;
		line-height: 33px;
		font-size: 14px;
		margin-left: 0;
	}

	.productInquire {
		margin-bottom: 20px;
	}

	.hotChanPin {
		padding: 0 0 50px 0;
	}

	.detailMsg .tit {
		font-size: 24px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 34px;
	}

	.p2M1-border {
		padding: 50px 0 50px 0;
	}
}


@media screen and (max-width:768px) {
	.jiannList p {
		font-size: 12px;
		line-height: 22px;
	}

	.detailMsg p {
		font-size: 12px;
		line-height: 22px;
	}

	.jianjie h1.jianjieTit {
		font-size: 22px;
	}

	.p2M1-border {
		padding: 40px 0 40px 0;
	}

	.jianjie h1.jianjieTit {
		margin-bottom: 10px;
	}

	.detailMsg .tit {
		font-size: 22px;
	}

	.table table tr td {
		font-size: 12px;
		line-height: 32px;
	}

	.detailMsg p {
		line-height: 26px;
		margin-bottom: 20px;
	}

	.detailMsg .image {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.hotChanPin {
		padding: 0 0 10px 0;
	}

	.jianjie h1 {
		font-size: 22px;
	}

	.jiann p {
		font-size: 12px;
		line-height: 22px;
	}

	.inno>a {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.jianjie h1.jianjieTit {
		font-size: 22px;
	}

	.productInquire {
		margin-bottom: 10px;
	}

	.inno>a {
		width: 120px;
		height: 40px;
		line-height: 38px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 35px;
	}

	.detailMsg p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.product-imgScroll .img-list li {
		width: 1%;
	}
}

/* -----------------3-1solution------------------- */
.solution {
	padding: 85px 0 45px 0;
}

.solution .item {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.solution .item:nth-child(2n) {
	flex-direction: row;
}

.solution .item .image {
	width: 50%;
	flex-shrink: 0;
}

.solution .item:nth-child(2n-1) .image {
	margin-left: 27px;
	overflow: hidden;
}

.solution .item:nth-child(2n) .image {
	margin-right: 27px;
}

.solution .item .content {
	width: 50%;
	padding: 20px;
}

.solution .item .content .title {
	font-family: Poppins-Regular;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 12px;
}

.solution .item .content p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	-webkit-hyphens: auto;
	hyphens: auto;
}







@media screen and (max-width:1333px) {
	.solution {
		padding: 60px 0;
	}

	.solution .item .content .title {
		font-size: 28px;
		line-height: 30px;
	}

	.solution .item .content p {
		font-size: 16px;
		line-height: 26px;
	}

	.solution .item {
		display: block;
	}

	.solution .item .image {
		float: right;
	}

	.solution .item:nth-child(2n) .image {
		float: left;
	}

	.solution .item .content {
		width: auto;
	}

}




@media screen and (max-width:999px) {
	.solution {
		padding: 60px 0 40px 0;
	}

	.solution .item .content .title {
		font-size: 24px;
	}

	.solution .item .content p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.solution .item .content {
		padding: 10px 0;
	}
}


@media screen and (max-width:768px) {
	.solution {
		padding: 40px 0 20px 0;
	}

	.solution .item .content .title {
		font-size: 22px;
	}

	.solution .item .content p {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.solution .item br {
		display: none;
	}

	.solution .item .image {
		margin-left: 10px;
	}

	.solution .item .content p {
		margin-bottom: 10px;
	}
}


@media screen and (max-width:538px) {
	.solution .item .content .title {
		font-size: 21px;
		line-height: 30px;
	}

	.solution .item br {
		display: block;
	}

	.solution .item .content p {
		font-size: 14px;
		line-height: 24px;
	}

	.solution .item .image {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 20px;
	}

}














.hotProduct .title {
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 44px;
	line-height: 70px;
	color: #333333;
	margin-bottom: 38px;
	border-bottom: 1px solid #d6d6d6;
	color: #96172e;
}

.hotProduct .productList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hotProduct .productList .item {
	position: relative;
	width: 19%;
	margin-right: 1.25%;
	overflow: hidden;
}

.hotProduct .productList .item:last-child {
	margin-right: 0;
}

.hotProduct .productList .item a:first-child {
	overflow: hidden;
}

.hotProduct .productList .item .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding: 0 10px;
	width: 100%;

	line-height: 30px;
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #333;
}

.hotProduct .productList .name:hover {
	color: #96172e;
}

.hotProduct .productList .item:hover a img {
	transform: scale(1.1, 1.1);
}

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

	.hotProduct .productList .item {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.hotProduct .productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.hotProduct .title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	.hotProduct .productList .item .name {
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.hotProduct .title {
		font-size: 24px;
	}

	.hotProduct .productList .item .name {
		transform: translateY(0%);
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.hotProduct .productList .item:nth-child(3n) {
		margin-right: 1%;
	}

	.hotProduct .title {
		font-size: 22px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}

	.hotProduct .productList {
		flex-wrap: wrap;
	}

	.hotProduct .productList .item {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 10px;
	}

	.hotProduct .productList .item:nth-child(2n) {
		margin-right: 0%;
	}

	.hotProduct .productList .item:last-child {
		margin-right: 1%;
	}

	.hotProduct .productList .item .name {
		font-size: 12px;
	}

}

@media screen and (max-width:538px) {
	.hotProduct .title {
		font-size: 24px;
	}

	.hotProduct .productList .item {
		margin-bottom: 5px;
	}

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

	.hotProduct .productList .item .name {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}





/* ----------4-1projects----------------- */
.project {
	padding: 74px 0 87px 0;
}

.project .title1 {
	font-family: Poppins-Regular;
	font-size: 44px;
	line-height: 70px;
	color: #333333;
	margin-bottom: 8px;
	text-align: center;
}

.project .contentTxt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 52px;
	text-align: center;
}

.projectList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 27px;
}

.projectList .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	width: 32%;
	margin-right: 2%;
}

.projectList .item .msg {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	padding: 8.5% 12.2%;
}

.projectList .item .msg .title {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 17px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.projectList .item .msg .content {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.projectList .item .msg .btn {
	width: 53.6%;
	text-align: center;
	padding: 11px 0;
	border: solid 2px #96172e;
	font-family: Poppins-Medium;
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
}

.projectList .item .msg .btn:hover {
	background-color: #fff;
	border-color: #fff;
}

.projectList .item .msg a:hover {
	color: #96172e;
}

.projectList .item:nth-child(3n) {
	margin-right: 0;
}

.projectList .item .name {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: rgba(0, 0, 0, .8);
	font-family: Poppins-Regular;
	font-size: 24px;
	color: #ffffff;
}

.projectList .item a:hover img {
	transform: scale(1, 1);
}

.projectList .item:hover>.name {
	transform: translateY(100%);
}

.projectList .item:hover>.msg {
	bottom: 0;
}

.project .pager {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	margin-top: -12px;
}

.pager .pageNum {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager a {
	font-family: Poppins-Regular;
	font-size: 16px;
	background-color: #ffffff;
	border: solid 1px #999999;
	color: #999999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 4px;

}

.pager a:hover {
	background-color: #96172e;
	color: #ffffff;
	border-color: #96172e;
}

.pager .previous {
	width: 100px;
	height: 40px;
}

.pager .next {
	width: 69px;
	height: 40px;
}

.pager .previous no {
	background-color: #96172e;
	color: #ffffff;
	border-color: #96172e;
}

.pager .active {
	background-color: #96172e;
	color: #ffffff;
	border-color: #96172e;
}

@media screen and (max-width:1400px) {
	.projectList .item .msg {
		padding: 5%;
	}
}

@media screen and (max-width:1333px) {
	.project {
		padding: 60px 0 60px 0;
	}

	.project .title1 {
		font-size: 28px;
		line-height: 30px;
	}

	.project .contentTxt {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 40px;
	}

	.project .contentTxt br {
		display: none;
	}

	.projectList .item .name {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.projectList .item .msg {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.projectList .item .msg .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
		text-align: left;
	}

	.projectList .item .msg .content {
		line-height: 26px;
		margin-bottom: 10px;
	}

	.projectList .item .msg .btn {
		padding: 5px;
	}

	.pager a {
		width: 35px;
		height: 35px;
		line-height: 35px;
		margin-bottom: 10px;
	}

	.pager .previous {
		width: 87.5px;
		height: 35px;
	}

	.pager .next {
		width: 65px;
		height: 35px;
	}
}

@media screen and (max-width:999px) {
	.project {
		padding: 20px 0;
	}

	.project .title1 {
		font-size: 24px;
	}

	.project .contentTxt {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 30px;
	}

	.projectList .item .msg .content {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.projectList .item .msg .btn {
		font-size: 14px;
		line-height: 24px;
	}

	.projectList .item {
		width: 49%;
		margin-right: 1%;
		margin-bottom: 10px;
	}

	.projectList .item a img {
		width: 100%;
	}

	.projectList .item:nth-child(2n) {
		margin-right: 0;
	}

	.projectList .item:nth-child(3n) {
		margin-right: 1%;
	}

	.pager a {
		font-size: 14px;
	}
}


@media screen and (max-width:768px) {
	.project .title1 {
		font-size: 22px;
	}

	.project .contentTxt {
		font-size: 12px;
		line-height: 22px;
	}

	.projectList .item {
		position: inherit;
		display: flex;
		align-items: center;
		width: 100%;
		margin-right: 0%;
		background-color: rgba(0, 0, 0, .8);
	}

	.projectList .item .name {
		display: none;
	}

	.projectList .item .image {
		flex: 1;
		padding: 1%;
	}

	.projectList .item .msg {
		flex: 1;
		position: inherit;
		padding: 5%;
		background-color: transparent;
	}

	.projectList .item .msg {
		width: 45%;
		position: inherit;
		padding: 3%;
	}

	.projectList .item .msg .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.projectList .item .msg .content {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 5px;
	}

	.projectList .item .msg .btn {
		width: 100%;
		padding: 0px 0;
		font-size: 12px;
	}

	.pager a {
		font-size: 12px;
	}
}

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

	.projectList .item {
		flex-direction: column;
	}

	.projectList .item .image {
		width: 100%;
	}

	.projectList .item .msg {
		width: 100%;
	}

	.pager a {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		margin-right: 5px;
	}

	.pager .previous {
		width: 65px;
		height: 30px;
	}

	.pager .next {
		width: 50px;
		height: 30px;
	}
}

/* 4-2projects */
.projectMsg {
	padding-top: 52px;
	padding-bottom: 30px;
}

.projectMsg .title {
	font-family: Poppins-Medium;
	font-size: 26px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 23px;
	text-align: center;
}

.share {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
}

.share .time,
.share .shareContent {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-style: italic;
	line-height: 26px;
	color: #666666;
}

.share .time {
	margin-right: 23px;
}

.share .shareContent img {
	/*margin-left: 20px;*/
}

.share .shareContent {
	display: flex;
	align-items: center;
}

.projectMsg .line {
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	margin-bottom: 23px;
}

.projectMsg .projectContent {
	margin-bottom: 89px;
}

.projectMsg .projectContent p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 10px;
}

.projectContent imgList {
	padding-top: 58px;
	padding-bottom: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.projectMsg .projectContent .imgList div {
	margin-right: 4.2%;
	width: 43%;
}

.projectMsg .projectContent .imgList div:last-child {
	margin-right: 0;
}

.btnList {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 10.5px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btnList div {
	display: flex;
	align-items: center;
}

.btnList div:first-child .iconfont {
	color: #666666;
	margin-right: 10px;
}

.btnList div:last-child .iconfont {
	margin-left: 10px;
}

.btnList div .txt {
	display: flex;
	flex-direction: column;
}

.btnList div:first-child .txt {
	align-items: flex-start;
}

.btnList div:last-child .txt {
	align-items: flex-end;
}

.btnList div .txt .btn {
	font-family: Poppins-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.btnList div .txt .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.btnList div.nextBtn:hover .iconfont {
	font-size: 20px;
	color: #96172e;
}

.btnList div.nextBtn:hover .btn,
.btnList div.nextBtn:hover .name {
	color: #96172e;
}

.relatedProject {
	padding: 77px 0 37px 0;
}

.relatedProject .title {
	font-family: Poppins-Regular;
	font-size: 44px;
	line-height: 70px;
	color: #333333;
	margin-bottom: 38px;
	text-align: center;
}

@media screen and (max-width:1333px) {
	.projectMsg .projectContent {
		margin-bottom: 70px;
	}

	.projectMsg .projectContent .imgList {
		padding-top: 10px;
	}

	.relatedProject {
		padding: 50px 0 30px 0;
	}

	.relatedProject .title {
		font-size: 28px;
		line-height: 30px;
		color: #333333;
		margin-bottom: 30px;
		text-align: center;
	}

	.projectMsg .projectContent p {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.projectMsg .projectContent p {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.projectMsg .title {
		font-size: 24px;
		line-height: 40px;
	}

	.projectMsg .projectContent {
		margin-bottom: 50px;
	}

	.btnList {
		padding: 5px;
	}

	.relatedProject {
		padding: 30px 0;
	}

	.relatedProject .title {
		font-size: 24px;
	}

	.share .time,
	.share .shareContent {
		font-size: 14px;
	}

	.btnList a .txt .btn {
		font-size: 14px;
		line-height: 24px;
	}

	.btnList a .txt .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.projectMsg {
		padding-top: 0;
	}

	.projectMsg .projectContent p {
		font-size: 12px;
		line-height: 22px;
	}

	.projectMsg .projectContent .imgList div {
		margin-right: 2%;
		width: 49%;
	}

	.relatedProject .title {
		font-size: 22px;
	}

	.share .time,
	.share .shareContent {
		font-size: 12px;
	}

	.btnList a .txt .btn {
		font-size: 12px;
		line-height: 22px;
	}

	.btnList a .txt .name {
		font-size: 12px;
		line-height: 22px;
	}
}

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

	.projectMsg .title {
		font-size: 18px;
		line-height: 30px;
	}

	.share {
		flex-wrap: wrap;
	}


	.projectMsg .share .time {
		margin-right: 0;
	}

	.projectMsg {
		padding-top: 20px;
	}

	.projectMsg .projectContent .imgList {
		padding-top: 0;
		padding-bottom: 10px;
	}

	.projectMsg .projectContent {
		margin-bottom: 20px;
	}

	.relatedProject {
		padding-bottom: 0;
	}
}

/* ---------------5-1support------------------- */
.comment {
	padding: 80px 0 94px 0;
}

.comment .commentList {
	margin-bottom: 60px;
}

.comment .item {
	margin-bottom: 22px;
}

.comment .show {
	margin-bottom: 0px;
}

.comment .item .querstion {
	padding: 9px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f7f7f7;
	cursor: pointer;
}

.comment .item .querstion .content {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #96172e;
}

.comment .item .querstion .iconfont {
	display: none;
}

.comment .item .querstion .btn {
	cursor: pointer;
	color: #b9b9b9;
}

.comment .item .querstion .active {
	display: block;
}

.comment .item .answer {
	font-family: Poppins-Regular;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
	height: 0;
	padding: 0 20px;
	overflow: hidden;
}

.comment .item .answer.active {
	height: auto;
	padding: 14px 20px;
}

.comment .item .answer span {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #96172e;
}

.comment .pager .pageNum {
	justify-content: center;
}

@media screen and (max-width:1333px) {
	.comment {
		padding: 80px 0 80px 0;
	}
}

@media screen and (max-width:999px) {
	.comment {
		padding: 60px 0 60px 0;
	}
}

@media screen and (max-width:768px) {
	.comment {
		padding: 40px 0 40px 0;
	}

	.comment .item .querstion .content {
		font-size: 12px;
		line-height: 22px;
	}

	.comment .item .answer {
		font-size: 12px;
		line-height: 22px;
	}

	.comment .item .answer.active {
		font-size: 12px;
		line-height: 22px;
	}

	.comment .commentList {
		margin-bottom: 40px;
	}
}

/*------------5-2support-----------------*/
.service .serviceContent {
	padding-top: 84px;
	display: flex;
	justify-content: space-between;
}

.service .serviceContent .guidance {
	width: 39%;
}

.service .serviceContent .customerService {
	width: 60.5%;
}

.service .serviceContent .customerService .content {
	margin-bottom: 70px;
}

.service .serviceContent .guidance .image,
.service .serviceContent .customerService .image {
	width: 100%;
}

.service .serviceContent .guidance .image {
	margin-bottom: 49px;
}

.service .serviceContent .guidance .content p,
.service .serviceContent .customerService p {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.service .serviceContent .guidance .content p:last-child,
.service .serviceContent .customerService p:last-child {
	margin-bottom: 0;
}

.service .serviceContent .customerService .title {
	font-family: Poppins-Regular;
	font-size: 36px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 36px;
}


.serviceHot {
	padding-top: 20px;
	padding-bottom: 96px;
}

@media screen and (max-width:1500px) {
	.service .serviceContent .guidance {
		margin-right: 3%;
	}
}

@media screen and (max-width:1333px) {
	.service .serviceContent .customerService .title {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.service .serviceContent .guidance .content p,
	.service .serviceContent .customerService p {
		margin-bottom: 20px;
	}

	.service .serviceContent .customerService .content {
		margin-bottom: 20px;
	}

	.service .serviceContent .guidance .image {
		margin-bottom: 20px;
	}

	.serviceHot {
		padding-bottom: 70px;
	}
}

@media screen and (max-width:999px) {
	.service .serviceContent .customerService .title {
		font-size: 24px;
	}

	.service .serviceContent .guidance {
		width: 49%;
	}

	.service .serviceContent .customerService {
		width: 49%;
	}

	.serviceHot {
		padding: 50px 0 50px 0;
	}

	.service .serviceContent .guidance .content p,
	.service .serviceContent .customerService p {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.service .serviceContent .customerService .title {
		font-size: 22px;
	}

	.service .serviceContent {
		padding-top: 50px;
	}

	.serviceHot {
		padding: 50px 0 30px 0;
	}

	.service .serviceContent .guidance .content p,
	.service .serviceContent .customerService p {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.service .serviceContent .customerService .title {
		font-size: 26px;
	}

	.service .serviceContent {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	.service .serviceContent .guidance {
		width: 100%;
		margin-bottom: 30px;
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 0;
	}

	.service .serviceContent .customerService {
		width: 100%;

	}

	.service .serviceContent .guidance .image {
		margin-bottom: 0;
	}

	.service .serviceContent .customerService .image {
		margin-bottom: 20px;
	}

	.service .serviceContent .guidance .content p:last-child {
		margin-bottom: 20px;
	}

	.serviceHot {
		padding: 20px 0;
	}
}

/* ------------5-3support-------------- */
.downLoad .downLoadList {
	padding-top: 49px;
	padding-bottom: 44px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 91px;
}

.downLoad .downLoadList .item {
	width: 50%;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.downLoad .downLoadList .item .image {
	overflow: hidden;
	width: 56%
}

.downLoad .downLoadList .item .content {
	padding: 0px 30px 0px 30px;
	width: 44%;
}

.downLoad .downLoadList .item .content a:hover {
	color: #96172e;
}

.downLoad .downLoadList .item .content .tit {
	font-family: Poppins-Regular;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.downLoad .downLoadList .item .content .msg {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.downLoad .downLoadList .item .content .btn {
	border: solid 2px #666666;
	width: 65.5%;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	text-align: center;
	cursor: pointer;

}

.downLoad .downLoadList .item .content .btn span {
	margin-right: 10px;
}

.downLoad .downLoadList .item .content .btn:hover {
	background-color: #333333;
	color: #fff;
	border-color: #333333;
}

.downLoad .pager .pageNum {
	justify-content: center;
}


@media screen and (max-width:1333px) {
	.downLoad .downLoadList .item .content {
		padding: 0px 10px 0px 10px;
		width: 44%;
	}

	.downLoad .downLoadList .item .content .tit {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 24px;
	}

	.downLoad .downLoadList .item .content .msg {
		-webkit-line-clamp: 3;
		margin-bottom: 5px;
	}

	.downLoad .downLoadList .item .content .btn {
		width: 70%;
	}

	.downLoad .downLoadList {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.downLoad .downLoadList .item .content {
		padding: 0px 10px 0px 10px;
	}

	.downLoad .downLoadList .item .content .tit {
		margin-bottom: 10px;
		line-height: 24px;
	}

	.downLoad .downLoadList .item .content .msg {
		-webkit-line-clamp: 3;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.downLoad .downLoadList .item .content .btn {
		line-height: 26px;
		font-size: 14px;
		padding: 5px 0;
	}

	.downLoad .downLoadList .item .content .btn span {
		margin-right: 0px;
	}

	.downLoad .downLoadList {
		padding-bottom: 20px;
		margin-bottom: 0px;
	}

	.downLoad .downLoadList {
		padding-top: 45px
	}
}

@media screen and (max-width:768px) {
	.downLoad .downLoadList .item {
		width: 100%;
	}

	.downLoad .downLoadList .item .content .msg {
		-webkit-line-clamp: 4;
		font-size: 14px;
		line-height: 24px;
	}

	.downLoad .downLoadList .item .content {
		border-left: none;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.downLoad .downLoadList .item .content .tit {
		font-size: 22px;
		line-height: 30px;
	}

}

@media screen and (max-width:538px) {
	.downLoad .downLoadList .item {
		width: 100%;
		flex-direction: column;
	}

	.downLoad .downLoadList .item .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.downLoad .downLoadList .item .image img {
		width: 100%;
	}

	.downLoad .downLoadList .item .content {
		width: 100%;
		padding: 0;
	}

	.downLoad .downLoadList .item .content .msg {
		line-height: 26px;
	}

	.downLoad .downLoadList .item .content .btn {
		width: 60%;
	}
}

/* 5-4support */
.popDownload {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	z-index: 9999999;
}

.popDownload.active {
	display: block;
}

.popDownload .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #fff;
	padding: 0 12px;
	width: 53.18%;
}

.popDownload .content .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0 13px 0;
	border-bottom: 1px solid rgba(140, 140, 140, 0.5);
}

.popDownload .content .title .tit {
	font-family: Poppins-Medium;
	font-size: 22px;
	line-height: 36px;
	color: #333333;
}

.popDownload .content .title .closePop {
	font-size: 22px;
	line-height: 36px;
	cursor: pointer;
	padding-right: 28px;
}

.popDownload .content form {
	padding: 21px 80px 51px 80px
}

.popDownload .content form .inputList {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 33px;
}

.popDownload .content form .inputList .item {
	width: 48.8%;
	margin-bottom: 16px;
}

.popDownload .content form .inputList .item .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
}

.popDownload .content form .inputList .item span {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 33px;
	letter-spacing: 0px;
	color: #d60909;
	margin-right: 10px;
}

.popDownload .content form input {
	width: 100%;
	height: 37px;
	padding: 0 22px;
	border: solid 1px #ebebeb;
	color: #333333;
	font-size: 16px;

}

.popDownload .content form .code {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.popDownload .content form .code .codeInput {
	width: 49%;
	position: relative;
}


.popDownload .content form .code .codeInput::after {
	content: "*";
	position: absolute;
	left: 11px;
	top: 0;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #d60909;
}


.popDownload .content form .code .codeSubmit {
	width: 49%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popDownload .content form .code .codeSubmit .codeImg {
	width: 40%;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: solid 1px #ebebeb;
	cursor: pointer;
}

.popDownload .content form .code .codeSubmit input {
	width: 54%;
	height: 37px;
	background-color: #333333;
	border: solid 1px #173650;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	cursor: pointer;
}

.popDownload .content form .code .codeSubmit input:hover {
	background-color: #ffffff;
	border-color: #96172e;
	color: #96172e;
}


@media screen and (max-width:1333px) {
	.popDownload .content {
		background-color: #fff;
		padding: 0 12px;
		width: 80%;
	}
}

@media screen and (max-width:999px) {
	.popDownload .content form {
		padding: 21px 40px 51px 40px
	}

	.popDownload .content form .inputList {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.popDownload .content {
		background-color: #fff;
		padding: 0 12px;
		width: 90%;
	}

	.popDownload .content form {
		padding: 20px 10px 40px 10px
	}

	.popDownload .content form input {
		padding: 10px;
	}

	.popDownload .content form .code .codeInput::after {
		left: 3px;
	}

	.popDownload .content form .code .codeSubmit input {
		padding: 0;
	}
}

@media screen and (max-width:538px) {
	.popDownload .content form {
		padding: 10px 10px 20px 10px;
	}

	.popDownload .content .title {
		padding: 10px 0 10px 0;
	}

	.popDownload .content form .inputList .item {
		width: 100%;
		margin-bottom: 10px;
	}

	.popDownload .content form .inputList {
		margin-bottom: 10px;
	}

	.popDownload .content form .code {
		flex-direction: column;
	}

	.popDownload .content form .code .codeInput {
		width: 100%;
		margin-bottom: 10px;
	}

	.popDownload .content form .code .codeSubmit {
		width: 100%;
	}
}

/* ----------------6-1News-------------------- */

.news .newsList {
	padding-top: 84px;
	padding-bottom: 29px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.news .newsList .item {
	width: 32%;
	margin-right: 2%;
	position: relative;
}

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

.news .newsList .item .newsImage {
	overflow: hidden;
}

.news .newsList .content {
	padding: 24px 0 31px 0;
}

.news .newsList .content a:hover {
	color: #96172e;
}

.news .newsList .content .tit {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 13px;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .newsList .content .msg {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 30px;
}

.news .newsList .content .btn {
	height: 36px;
	width: 29%;
	text-align: center;
	border: solid 2px #9f9f9f;
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 36px;
	color: #333333;
}

.news .newsList .content .btn.active {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.news .newsList .content .btn:hover {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.news .newsList .date {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 85px;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 16px 6px 5px 14px;
}

.news .newsList .date .Month {
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #cccccc;
	margin-bottom: 9px;
}

.news .newsList .date .line {
	margin: 0 auto;
	width: 30px;
	height: 1px;
	background-color: #cccccc;
	margin-bottom: 8px;
}

.news .newsList .date .day {
	text-align: center;
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #cccccc;
}

.news .pager {
	margin-bottom: 94px;
}

.news .pager .pageNum {
	justify-content: center;
}

@media screen and (max-width:1333px) {
	.news .newsList {
		padding-top: 60px;
		padding-bottom: 20px;
	}

	.news .newsList .content {
		padding: 20px 0;
	}

	.news .newsList .content .tit {
		margin-bottom: 10px;
	}

	.news .pager {
		margin-bottom: 60px;
	}

	.news .newsList .content .msg {
		margin-bottom: 20px;
	}

	.news .newsList .date {
		width: 80px;
		height: 80px;
		padding: 16px 6px 5px 14px;
	}

	.news .newsList .date .Month {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.news .newsList .date .line {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:999px) {
	.news .newsList .date {
		width: 70px;
		height: 70px;
		padding: 5px;
	}

	.news .newsList .content .msg {
		font-size: 14px;
		line-height: 24px;
	}

	.news .newsList .date .Month {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.news .newsList .date .line {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:768px) {
	.news .newsList .item {
		width: 49%;
	}

	.news .newsList .item:nth-child(3n) {
		margin-right: 2%;
	}

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

	.news .newsList .content .msg {
		font-size: 12px;
		line-height: 22px;
	}

	.news .newsList .date .Month {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.news .newsList .content .btn {
		font-size: 12px;
	}

}

@media screen and (max-width:538px) {
	.news .newsList .item {
		width: 100%;
	}

	.news .newsList .item:nth-child(n) {
		margin-right: 0;
	}

	.news .newsList {
		padding-top: 30px;
	}

	.news .pager {
		margin-bottom: 30px;
	}
}

/* --------------6-2news-------------------- */
.newsDetailMsg {
	padding: 76px 0 50px 0;
	display: flex;
	justify-content: space-between;
}

.newsDetailMsg .content {
	width: 70%;
}

.newsDetailMsg .content .name {
	font-family: Poppins-Medium;
	font-size: 26px;
	color: #333333;
	margin-bottom: 10px;
}

.newsDetailMsg .share {
	justify-content: flex-start;
	margin-bottom: 28px;
}

.newsDetailMsg .line {
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	margin-bottom: 39px;
}

.newsDetailMsg .newsMsg {
	padding-bottom: 28px;
}

.newsDetailMsg .newsMsg p {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	/*margin-bottom: 30px;*/
	-webkit-hyphens: auto;
	hyphens: auto;
}

.newsDetailMsg .newsMsg .image {
	padding-top: 25px;
	padding-bottom: 56px;
}

.newsDetailMsg .btnList {
	padding: 10.5px 0 1px 0;
}

.newsDetailMsg .btnList a .txt .name {
	line-height: 25px;
}

.newsQuote {
	padding: 82px 0 85px 0;
}

.newsQuote .content .title {
	margin-bottom: 17px;
}

.newsDetailMsg .relatedNews {
	padding: 56px 0;
	width: 26.7%;
}

.newsDetailMsg .relatedNews .tit {
	font-family: Poppins-Regular;
	font-size: 26px;
	color: #000000;
	margin-bottom: 6px;
}

.newsDetailMsg .relatedNews .list .item {
	position: relative;
	margin-bottom: 31px;
}

.newsDetailMsg .relatedNews .list .item .image {
	overflow: hidden;
}

.newsDetailMsg .relatedNews .list .item .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 38px;
	padding: 0 29px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

@media screen and (max-width:1333px) {
	.newsDetailMsg {
		padding: 60px 0 0px 0;
	}

	.newsQuote {
		padding: 50px 0 50px 0;
	}
}

@media screen and (max-width:999px) {
	.newsDetailMsg {
		padding: 40px 0 0 0;
	}

	.newsDetailMsg .content .name {
		margin-bottom: 0;
	}

	.newsDetailMsg .share {
		margin-bottom: 20px;
	}

	.newsDetailMsg .relatedNews {
		padding: 39px 0;
	}

	.newsDetailMsg .newsMsg .image {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.newsDetailMsg .newsMsg p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}
}

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

	.newsDetailMsg {
		flex-direction: column;
	}

	.newsDetailMsg .content {
		width: 100%;
	}

	.newsDetailMsg .content .name {
		font-size: 24px;
	}

	.newsDetailMsg .relatedNews {
		width: 100%;
		padding-bottom: 0;
	}

	.newsDetailMsg .relatedNews .list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.newsDetailMsg .relatedNews .list .item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0;
	}

	.newsDetailMsg .relatedNews .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.newsDetailMsg .relatedNews .tit {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.newsDetailMsg .relatedNews .list .item .name {
		text-align: center;
	}
}

@media screen and (max-width:538px) {
	.newsDetailMsg .relatedNews .list .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.newsDetailMsg .relatedNews .list .item img {
		width: 100%;
	}

	.newsDetailMsg .relatedNews .list .item:last-child {
		margin-bottom: 0;
	}

	.newsDetailMsg .relatedNews .list .item .name {
		font-size: 16px;
	}

	.newsDetailMsg .line {
		margin-bottom: 30px;
	}
}

/*-----------------------7-1video ------------------------------- */
.videoMain1 {
	margin-bottom: 62px;
	padding-top: 100px;
}

.videoMain1 .titleShow {
	display: none;
}

.videoMain1 .content {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}


.videoMain1 .content .msg {
	width: 42%;
	padding-top: 7.6%;
}

.videoMain1 .content .msg .title {
	font-family: Poppins-Regular;
	font-size: 36px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 28px;
}

.videoMain1 .content .msg .txt {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 24px;
}

.videoMain1 .content .msg .btn {
	width: 220px;
	height: 52px;
	border: solid 2px #96172e;
	font-family: Poppins-Medium;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #333333;
	width: 37.8%;
	text-align: center;
	cursor: pointer;
}

.videoMain1 .content .msg .btn:hover {
	background-color: #96172e;
	color: #ffffff;
}

.videoMain1 .videoPlay {
	width: 50%;
}

.videoPlay {
	position: relative;
	cursor: pointer;
}

.videoPlay .playBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 66px;
	height: 66px;
	transform: translateX(-50%) translateY(-50%);
}

.videoPlay .playBtn:hover img {
	transform: scale(1.1, 1.1);
}

.videoMain1 .videoIcon {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media screen and (max-width:1500px) {
	.videoMain1 .content .msg .btn {
		width: 50%;
	}

	.videoMain1 .content .msg {
		width: 45%;
		padding-top: 0%;
	}

	.videoMain1 .content {
		align-items: center;
	}

}

@media screen and (max-width:1333px) {
	.videoMain1 .content .msg .title {
		font-size: 28px;
		line-height: 50px;
		margin-bottom: 10px;
	}

	.videoMain1 .content .msg .txt {
		line-height: 26px;
	}

	.videoMain1 .content .msg .btn {
		width: 60%;
		letter-spacing: 0px;
	}
}

@media screen and (max-width:999px) {
	.videoMain1 {
		padding-top: 20px;
	}

	.videoMain1 .videoIcon {
		display: none;
	}

	.videoMain1 .content .msg .title {
		font-size: 24px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.videoMain1 .content .msg .txt {
		font-size: 14px;
		line-height: 24px;

	}

	.videoMain1 .content .msg {
		width: 49%;
		font-size: 14px;
		line-height: 24px;
	}

	.videoMain1 .content .msg .txt {
		margin-bottom: 10px;
	}

	.videoMain1 .content .msg .btn {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.videoPlay .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:768px) {
	.videoMain1 .content .msg .title {
		display: none;
	}

	.videoMain1 .titleShow {
		display: block;
		font-family: Poppins-Regular;
		color: #333333;
		margin-bottom: 20px;
		overflow: hidden;
		hyphens: auto;
		font-size: 22px;
	}

	.videoMain1 .content .msg {
		width: 47%;
	}

	.videoMain1 .content .msg .txt {
		font-size: 12px;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		margin-bottom: 30px;
	}

	.videoMain1 .content .msg .btn {
		width: 100%;
	}

	.videoPlay .playBtn {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:538px) {
	.videoMain1 {
		padding-top: 40px;
		margin-bottom: 40px;
	}

	.videoMain1 .titleShow {
		font-size: 20px;
	}

	.videoMain1 .titleShow {
		margin-bottom: 10px;
	}

	.videoMain1 .content .msg .txt {
		margin-bottom: 20px;
	}

	.videoMain1 .content {
		flex-direction: column;
	}

	.videoMain1 .content .msg {
		width: 100%;
	}

	.videoMain1 .content .msg .btn {
		width: 60%;
		margin-bottom: 20px;
	}

	.videoMain1 .videoPlay {
		width: 100%;
	}
}



.videoList {
	background-image: url("../img/videoBg.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 716px;
	margin-bottom: 90px;
	padding-top: 84px;
}

.videoList .content {
	text-align: center;
	margin-bottom: 71px;
}

.videoList .content .txt .name {
	font-family: Poppins-Regular;
	font-size: 36px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 3px
}

.videoList .content .msg {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 80px;
	overflow: hidden;
	hyphens: auto;
	width: 37.5%;
	margin: 0 auto;
}

.videoItems {
	position: relative;
}

.videoItems .videoPre,
.videoItems .videoNext {
	position: absolute;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	border: solid 1px #fefefe;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.5s;
	z-index: 999;
	font-family: Poppins-Light;
	color: #ffffff;
}

.videoItems .videoPre {
	left: 2%;
	cursor: pointer;
}

.videoItems .videoNext {
	right: 2%;
	cursor: pointer;
}

.videoItems .videoPre:hover,
.videoItems .videoNext:hover {
	border-color: #96172e;
	color: #96172e;
}

.videoItems .item {
	position: relative;
	overflow: hidden;
}

.videoItems .item ul {
	transform: translateX(-0.096%);
	width: 10000%;
	transition: none;
}

.videoItems .item li {
	float: left;
	width: 0.2272%;
	margin-right: 0.016%;
	position: relative;
}

.videoItems .item li img {
	width: 100%;
	max-height: auto;
	min-height: auto;
}

@media screen and (max-width:1500px) {
	.videoList .content .msg {
		width: 60%;
	}
}

@media screen and (max-width:1333px) {
	.videoList {
		height: 580px;
	}

	.videoList .content .txt .name {
		font-size: 28px;
	}
}

@media screen and (max-width:999px) {
	.videoList {
		padding-top: 40px;
		height: 480px;
	}

	.videoList .content {
		margin-bottom: 25px;
	}

	.videoList .content .msg {
		width: 80%;
		font-size: 14px;
		line-height: 24px;
	}

	.videoList .content .txt .name {
		font-size: 22px;
		line-height: 30px;
	}

	.videoItems .item li {
		width: 0.3%;
	}

	.videoItems .videoPre,
	.videoItems .videoNext {
		width: 40px;
		height: 40px;
		line-height: 38px;
		top: 110%;
		transform: none;

	}

	.videoItems .videoNext {
		right: 40%;
	}

	.videoItems .videoPre {
		left: 40%;
	}

	.videoItems .item ul {
		transform: translateX(-0.124%);
	}
}

@media screen and (max-width:768px) {
	.videoItems .item li {
		width: 0.4%;
	}

	.videoItems .item li {
		margin-right: 0.05%;
	}

	.videoList .content .msg {
		font-size: 12px;
		line-height: 22px;
		width: 90%;
	}

	.videoItems .item ul {
		transform: translateX(-0.11%);
	}

	.videoList {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:538px) {
	.videoItems .item li {
		width: 0.5%;
	}

	.videoList .content .txt .name {
		padding: 0 5%;
	}

	.videoList .content {
		text-align: left;
	}

	.videoItems .item ul {
		transform: translateX(-0.3%);
	}

	.videoItems .videoNext {
		right: 35%;
	}

	.videoItems .videoPre {
		left: 35%;
	}

	.videoItems .videoPre,
	.videoItems .videoNext {
		width: 30px;
		height: 30px;
		line-height: 28px;
		transform: none;

	}
}

.hotVideo {
	margin-bottom: 71px;
}

.hotVideo .hotLits {
	display: flex;
	align-items: center;
}

.hotVideo .hotLits .item {
	width: 31.8%;
	margin-right: 2.3%;
}

.hotVideo .hotLits .item:nth-child(3n) {
	margin-right: 0%;
}

.hotVideo .hotLits .item .content {
	padding: 13px 0;
}

.hotVideo .hotLits .item .content .tit {
	font-family: Poppins-Regular;
	font-size: 30px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 1px;
}

.hotVideo .hotLits .item .content .msg {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

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

	.hotVideo {
		margin-bottom: 60px;
	}

	.hotVideo .hotLits .item .content .tit {
		font-size: 24px;
		line-height: 30px;
		color: #333333;
		margin-bottom: 1px;
	}
}

@media screen and (max-width:999px) {
	.hotVideo .hotLits .item .content .msg {
		font-size: 14px;
		line-height: 24px;
	}

	.hotVideo .hotLits .item .content .tit {
		font-size: 24px;
	}
}

@media screen and (max-width:768px) {
	.hotVideo .hotLits .item .content .msg {
		font-size: 12px;
		line-height: 22px;
	}

	.hotVideo .hotLits .item .content .tit {
		font-size: 22px;
	}

	.hotVideo .hotLits {
		flex-wrap: wrap;
	}

	.hotVideo .hotLits .item {
		width: 49%;
		margin-right: 2%;
	}

	.hotVideo .hotLits .item:nth-child(2n) {
		margin-right: 0;
	}

	.hotVideo .hotLits .item:nth-child(3n) {
		margin-right: 2%;
	}

	.hotVideo {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:400px) {
	.hotVideo .hotLits .item {
		width: 100%;
		margin-right: 0%;
	}

	.hotVideo .videoPlay img {
		width: 100%;
	}
}

/* --------------------8-1contacts------------------------- */
.contacts {
	padding: 71px 0 90px 0;
}

.contacts .message {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 37px;
}

.contacts .message .formContent {
	width: 50%;
}

.contacts .message .msgList {
	width: 47.8%;
}

.contacts .message .formContent .title {
	font-family: Poppins-Light;
	font-size: 24px;
	color: #333333;
	margin-bottom: 6px;
}

.contacts .message .formContent .title2 {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 32px;
}

.contacts .message .formContent .formList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -4px;
}

.contacts .message .formContent .formList .item {
	width: 49.5%;
	margin-bottom: 23px;
	display: flex;
	align-items: center;
}

.contacts .message .formContent .formList span {
	margin-right: 5px;
	font-family: Arial;
	font-size: 20px;
	line-height: 26px;
	color: transparent;
}

.contacts .message .formContent .formList span.must {
	color: #ff0000;
}

.contacts .message .formContent input {
	padding: 0 13px;
	color: #666666;
	font-size: 18px;
}

.contacts .message .formContent textarea {
	padding: 4px 13px;
	color: #666666;
	font-size: 18px;
}

.contacts .message .formContent input::-webkit-input-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.contacts .message .formContent input:-moz-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.contacts .message .formContent input::-moz-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.contacts .message .formContent input:-ms-input-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.contacts .message .formContent textarea::-webkit-input-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.contacts .message .formContent textarea:-moz-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.contacts .message .formContent textarea::-moz-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.contacts .message .formContent textarea:-ms-input-placeholder {
	font-family: Poppins-Light;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.contacts .message .formContent .formList .item input {
	width: 100%;
	height: 54px;
	border: solid 1px #d2d2d2;
}

.contacts .message .formContent .companyName {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.contacts .message .formContent .companyName input {
	width: 100%;
	height: 54px;
	border: solid 1px #d2d2d2;
}

.contacts .message .formContent .companyName span {
	margin-right: 5px;
	font-family: Arial;
	font-size: 20px;
	line-height: 26px;
	color: transparent;
}

.contacts .message .formContent .leaveMsg {
	display: flex;
	margin-bottom: 19px;
}

.contacts .message .formContent .leaveMsg span {
	margin-right: 5px;
	font-family: Arial;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}

.contacts .message .formContent .leaveMsg textarea {
	width: 100%;
	height: 118px;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;

}

.contacts .message .formContent .codes {
	display: flex;
	align-items: center;
}

.contacts .message .formContent .codes .codeInput {
	display: flex;
	align-items: center;
	width: 34.3%;
	margin-right: 2.5%;
}

.contacts .message .formContent .codes .codeInput span {
	margin-right: 5px;
	font-family: Arial;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}

.contacts .message .formContent .codes .codeInput input {
	height: 54px;
	border: solid 1px #d2d2d2;
	width: 100%;
}

.contacts .message .formContent .codes .codeImg {
	border: 1px solid #d2d2d2;
	width: 23.4%;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2%;
	cursor: pointer;
}

.contacts .message .formContent .codes .btn {
	height: 54px;
	width: 37.8%;
	background-color: #333333;
	font-family: Poppins-Light;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	border: 1px solid #333333;
	cursor: pointer;
}

.contacts .message .formContent .codes .btn:hover {
	background-color: #fff;
	border-color: #96172e;
	color: #96172e;
}

.contacts .msgList {
	padding: 26px 90px 26px 100px;
	background-color: #f8f8f8;
}

.contacts .msgList .item {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}

.contacts .msgList .item .content .name {
	font-family: Poppins-Regular;
	font-size: 22px;
	color: #333333;
}

.contacts .msgList .item .content .msg {
	font-family: Poppins-Light;
	font-size: 18px;
	color: #666666;
	line-height: 22px;
}

.contacts .msgList .item .content a:hover {
	color: #96172e;
}

.contacts .msgList .item .icon {
	flex-shrink: 0;
}

.contacts .msgList .item:nth-child(1) .icon {
	width: 29px;
	height: 29px;
	margin-right: 14px;
}

.contacts .msgList .item:nth-child(2) .icon {
	width: 21px;
	height: 33px;
	margin-right: 20px;
}

.contacts .msgList .item:nth-child(3) .icon {
	width: 27px;
	height: 19px;
	margin-right: 17px;
}

.contacts .msgList .item:nth-child(3) {
	margin-bottom: 42px;
}

.contacts .msgList .item:nth-child(4) .icon {
	width: 25px;
	height: 25px;
	margin-right: 17px;
}

.contacts .msgList .item:nth-child(5) .icon {
	margin-right: 15px;
}

.contacts .msgList .item:nth-child(5) .icon img {
	width: 25px;
	height: 31px;
}

.contacts .msgList .item:nth-child(5) .content .name {
	margin-bottom: -3px;
}

.contacts .msgList .item:nth-child(5) .content .msg {
	line-height: 30px;
}

@media screen and (max-width:1333px) {
	.contacts .msgList {
		padding: 20px 30px 20px 30px;
	}

	.contacts .message .formContent input {
		font-size: 16px;
	}

	.contacts .msgList .item .content .msg {
		font-size: 16px;
		line-height: 26px;
	}

	.contacts .message .formContent .leaveMsg textarea {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.contacts .message .formContent input {
		font-size: 14px;
	}

	.contacts .message .formContent .title2 {
		font-size: 14px;
		line-height: 24px;
	}

	.contacts .msgList .item .content .msg {
		font-size: 14px;
		line-height: 24px;
	}

	.contacts .message .formContent .leaveMsg textarea {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.contacts .message .formContent .leaveMsg textarea {
		font-size: 12px;
	}

	.contacts .message .formContent input {
		font-size: 12px;
	}

	.contacts {
		padding: 20px 0 50px 0;
	}

	.contacts .msgList .item .content .msg {
		font-size: 14px;
		line-height: 24px;
	}

	.contacts .message .formContent .formList .item input {
		height: 45px;
	}

	.contacts .message .formContent .companyName input {
		height: 45px;
	}

	.contacts .message .formContent .leaveMsg textarea {
		height: 100px;
	}

	.contacts .message .formContent .codes .codeInput input {
		height: 45px;
	}

	.contacts .message .formContent .codes .codeImg {
		height: 45px;
	}

	.contacts .message .formContent .codes .btn {
		height: 45px;
	}

	.contacts .message .formContent input {
		font-size: 16px;
	}

	.contacts .message {
		flex-direction: column;
	}

	.contacts .message .formContent {
		margin-bottom: 40px;
		width: 100%;
	}

	.contacts .message .msgList {
		width: 100%;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.contacts .message .msgList .item {
		width: 49%;
		margin-right: 2%;
	}

	.contacts .message .msgList .item:nth-child(2n) {
		margin-right: 0;
	}

	.contacts .message .msgList .item:last-child {
		width: 100%;
	}

	.contacts .msgList .item .content .msg {
		font-size: 16px;
	}

	.contacts .msgList {
		padding: 20px;
	}

	.contacts .msgList .item .content .name {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.contacts .message .formContent .codes .btn {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.contacts .message .formContent .codes .btn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contacts .message .formContent .codes .btn {
		font-size: 12px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.contacts {
		padding: 40px 0 40px 0;
	}

	.contacts .msgList .item .content .msg {
		font-size: 12px;
		line-height: 22px;
	}

	.contacts .message .msgList .item {
		width: 100%;
		margin-right: 0%;
	}

	.contacts .message .formContent .title {
		font-size: 22px;
	}
}




#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

@media screen and (max-width:767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 10%;
		right: 5%;
		bottom: 10%;
	}
}


/* kefu */
.lianxi {
	position: fixed;
	width: 53px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a {
	display: block;
	width: 53px;
	height: 53px;
	text-align: center;
	line-height: 51px;
	background-color: #dfdfdf;
	font-size: 22px;
	color: #fff;
	margin-top: 3px;
}

.lianxi div div {
	display: block;
	width: 53px;
	height: 53px;
	text-align: center;
	line-height: 51px;
	background-color: #dfdfdf;
	font-size: 22px;
	color: #fff;
	margin-top: 3px;
}

.lianxi .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	line-height: 51px;
	color: #fff;
	font-size: 18px !important;
	text-align: center;
	margin-top: 3px;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	line-height: 22px;
	text-align: center;
}


.lianxi div a:hover {
	background-color: #333333;
	color: #fff;
}

.clear2 {
	display: none;
}

.weixinCode,
.weChat {
	position: relative;
}

.weixinCode img {
	position: absolute;
	top: 0;
	right: 100%;
	max-width: 149px;
	display: none;
}

.weixinCode:hover>img {
	display: block;
}

.weChat {
	display: none;
}

@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 53px;
		line-height: 53px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.weChat {
		display: block;
		cursor: pointer;
	}

	.weChat div.active {
		background-color: #333;
	}

	.weChat img {
		position: absolute;
		transform: translateY(-100%) translateX(-100%);
	}

	.weChat img.active {
		transform: translateY(-100%) translateX(0%);
	}

	.lianxi .weixinCode {
		display: none;
	}

	.lianxi .weixinCode img {
		top: -290%;
		right: 10%;
	}

}

@media screen and (max-width: 768px) {
	.lianxi .weixinCode img {
		right: -20%;
	}
}

@media screen and (max-width: 538px) {
	.lianxi .weixinCode img {
		right: -100%;
	}
}

/* fonts */
@font-face {
	font-family: 'Lato-Regular';
	src: url('../fonts/LatoRegular.eot');
	src: url('../fonts/LatoRegular.eot') format('embedded-opentype'),
		url('../fonts/LatoRegular.woff2') format('woff2'),
		url('../fonts/LatoRegular.woff') format('woff'),
		url('../fonts/LatoRegular.ttf') format('truetype'),
		url('../fonts/LatoRegular.svg#LatoRegular') format('svg');
}


@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/PoppinsMedium.eot');
	src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
		url('../fonts/PoppinsMedium.woff2') format('woff2'),
		url('../fonts/PoppinsMedium.woff') format('woff'),
		url('../fonts/PoppinsMedium.ttf') format('truetype'),
		url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../fonts/PoppinsLight.eot');
	src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'),
		url('../fonts/PoppinsLight.woff2') format('woff2'),
		url('../fonts/PoppinsLight.woff') format('woff'),
		url('../fonts/PoppinsLight.ttf') format('truetype'),
		url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}

@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 1768807 */
	src: url('../fonts/iconfont.woff2?t=1682563855184') format('woff2'),
		url('../fonts/iconfont.woff?t=1682563855184') format('woff'),
		url('../fonts/iconfont.ttf?t=1682563855184') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-top2:before {
	content: "\e637";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-vk:before {
	content: "\e735";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
	content: "\e72f";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.share {
	margin-left: 10px;
}

div#share_container {
	margin-left: 20px;
}


/* 23.12.9 */
.jianjie .name {
	line-height: 50px;
}

@media screen and (max-width:1333px) {
	.jianjie .name {
		line-height: 40px;
	}
}

@media screen and (max-width:999px) {
	.inno .inquire a {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.jianjie .name {
		font-size: 22px;
		line-height: 35px;
	}
}

@media screen and (max-width:538px) {
	.jianjie .name {
		font-size: 20px;
		line-height: 30px;
	}
}




.solution .item .content .text a {
	display: inline;
}

.solution .item .content .text a:hover p {
	color: #96172e;
}



@media screen and (max-width: 1333px) {
	.projectList .item .msg .title {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
		text-align: left;
	}

	.projectList .item .msg .btn {
		width: 70%;
	}

	.projectList .item .msg .content {
		font-size: 14px;
		line-height: 24px;
	}

	.projectList .item .msg .title {
		font-size: 18px;
		line-height: 28px;
	}
	header .headerContent .navList li ul li a{
		font-size: 14px;
		line-height: 24px;
	}
	
	header nav .navList li ul{
		left: -40px;
	}
	footer .footerNav .footerLits .list li a{
		font-size: 14px;
		line-height: 24px;
	}
	footer .footerNav .footerLits .list .tit a{
		font-size: 18px;
		margin-bottom: 0px;
	}
footer .footerNav .footerLits .list:nth-child(n) .tit{
	margin-bottom: 20px;
}
}

@media screen and (max-width: 1024px) {
	header nav .navList li a {
		font-size: 12px;
	}
}


@media screen and (max-width: 539px) {
	.contacts .message .formContent .formList .item {
		width: 100%;
		margin-bottom: 15px;
	}

	.contacts .message .formContent .codes .btn {
		width: 100%;
		margin-top: 15px;
		height: 40px;
	}


	.contacts .message .formContent .codes {
		flex-wrap: wrap;
	}

	.contacts .message .formContent .formList .item input {
		height: 40px;
	}

	.contacts .message .formContent .codes .codeInput {
		flex: 1;
	}

	.contacts .message .formContent .codes .codeImg,
	.contacts .message .formContent .codes .codeInput input {
		margin-right: 0;
		height: 40px;
	}

}
.contacts .message .formContent .codes .codeImg{
	background-color: #f3fbfe;
}

.contacts .message .formContent .codes .codeImg img {
	height: 100%;
}

footer .footerNav .footerLits .list li a{
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 0px;
}

header nav .navList li ul{
	left: -50px;
}


@media screen and (max-width:1333px){
 	.history .txt p,
	.newsDetailMsg .newsMsg p{
		font-size: 16px;
		line-height: 26px;
	}
	.history .historyContent .item .imgList{
		margin-top: 50px;
	}
	.newsDetailMsg .newsMsg h2 strong{
		font-size: 18px;
		line-height: 28px;
	}
	
}
@media screen and (max-width:999px){
 	.history .txt p,
	.newsDetailMsg .newsMsg p,
	.newsDetailMsg .newsMsg h2 strong{
 		font-size: 14px;
 		line-height: 24px;
		margin-bottom: 10px;
 	}	
	.history .historyContent .item .imgList{
		margin-top: 40px;
	}
	
	.newsDetailMsg .newsMsg h2 strong{
		font-size: 16px;
		line-height: 26px;
	}
	
}
@media screen and (max-width:768px){
	.history .txt p,
	.newsDetailMsg .newsMsg p{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 5px;
	}	 
	
	.history .historyContent .item .imgList{
		margin-top: 30px;
	}
	.newsDetailMsg .newsMsg h2 strong{
		font-size: 14px;
		line-height: 24px;
	}
	
}
@media screen and (max-width:538px){
 	.history .historyContent .item .imgList{
 		margin-top: 20px;
 	}	
}



.solution .item .content .text a {
	display: inline;
}

.solution .item .content .text a:hover p {
	color: #96172e;
}



@media screen and (max-width: 1333px) {
	.projectList .item .msg .title {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 10px;
		text-align: left;
	}

	.projectList .item .msg .btn {
		width: 70%;
	}

	.projectList .item .msg .content {
		font-size: 14px;
		line-height: 24px;
	}

	.projectList .item .msg .title {
		font-size: 18px;
		line-height: 28px;
	}
	header .headerContent .navList li ul li a{
		font-size: 14px;
		line-height: 24px;
	}
	
	header nav .navList li ul{
		left: -40px;
	}
	footer .footerNav .footerLits .list li a{
		font-size: 14px;
		line-height: 24px;
	}
	footer .footerNav .footerLits .list .tit a{
		font-size: 18px;
		margin-bottom: 0px;
	}
footer .footerNav .footerLits .list:nth-child(n) .tit{
	margin-bottom: 20px;
}
}

@media screen and (max-width: 1200px) {
	header nav .navList li a {
		font-size: 12px;
	}
}


@media screen and (max-width: 539px) {
	.contacts .message .formContent .formList .item {
		width: 100%;
		margin-bottom: 15px;
	}

	.contacts .message .formContent .codes .btn {
		width: 100%;
		margin-top: 15px;
		height: 40px;
	}


	.contacts .message .formContent .codes {
		flex-wrap: wrap;
	}

	.contacts .message .formContent .formList .item input {
		height: 40px;
	}

	.contacts .message .formContent .codes .codeInput {
		flex: 1;
	}

	.contacts .message .formContent .codes .codeImg,
	.contacts .message .formContent .codes .codeInput input {
		margin-right: 0;
		height: 40px;
	}

}
.contacts .message .formContent .codes .codeImg{
	background-color: #f3fbfe;
}

.contacts .message .formContent .codes .codeImg img {
	height: 100%;
}

footer .footerNav .footerLits .list li a{
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 0px;
}

header nav .navList li ul{
	left: -50px;
}


@media screen and (max-width:1333px){
 	.history .txt p,
	.newsDetailMsg .newsMsg p{
		font-size: 16px;
		line-height: 26px;
	}
	.history .historyContent .item .imgList{
		margin-top: 50px;
	}
	.newsDetailMsg .newsMsg h2 strong{
		font-size: 18px;
		line-height: 28px;
	}
	
}
@media screen and (max-width:999px){
 	.history .txt p,
	.newsDetailMsg .newsMsg p,
	.newsDetailMsg .newsMsg h2 strong{
 		font-size: 14px;
 		line-height: 24px;
		margin-bottom: 10px;
 	}	
	.history .historyContent .item .imgList{
		margin-top: 40px;
	}
	
	.newsDetailMsg .newsMsg h2 strong{
		font-size: 16px;
		line-height: 26px;
	}
	
}
@media screen and (max-width:768px){
	.history .txt p,
	.newsDetailMsg .newsMsg p{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 5px;
	}	 
	
	.history .historyContent .item .imgList{
		margin-top: 30px;
	}
	.newsDetailMsg .newsMsg h2 strong{
		font-size: 14px;
		line-height: 24px;
	}
	
}
@media screen and (max-width:538px){
 	.history .historyContent .item .imgList{
 		margin-top: 20px;
 	}	
}






.btnList div.nextBtn{
	width: 49%;
}

@media screen and (max-width: 768px){
	.btnList{
		flex-wrap: wrap;
	}
	.btnList div.nextBtn{
		width: 100%;
	}

	.btnList div.nextBtn:nth-child(2){
		justify-content: right;
	}
}

.solution .safeRange a{
	display: inline;
}


/* 24.1.10 */
header nav .navList li ul{
	width: 320px;
}

@media screen and (max-width:1500px){
 	header nav .navList li ul li{
		padding: 0;
	}
	header .headerContent .navList li ul.product1 li a{
		font-size: 14px;
		line-height: 26px;
		padding: 5px ;
	}
	
}


@media screen and (max-width:1400px){
 	header nav .navList li ul{
 		padding: 5px 0;
 	}
}
@media screen and (max-width:1200px){
 	header .headerContent .navList li ul.product1 li a{
		font-size: 12px;
		line-height: 22px;
	}
}


@media screen and (max-width:1333px){
	.inno{
		flex-direction: column;
		align-items: flex-start;
		
	}
	.inno>a{
		margin-left: 0;
		margin-bottom: 20px;
		margin-right: 0;
	}
	
}

@media screen and (max-width:999px){
	.inno>a{
		width: 100%;
		margin-bottom: 15px;
	}
}
@media screen and (max-width:538px){
	.inno>a{
		height: 30px;
		line-height: 30px;
	}
}




.search .box {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}





.search .box input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9;
}


@media screen and (max-width: 1600px){
	header nav .search .searchInput{
		height: 35px;
		padding: 0 10px;
	}
	
	header nav .search .searchInput{
		top: 120%;
	}

}

@media screen and (max-width: 1333px){
	header nav .search .searchInput{
		height: 25px
	}
	.search .box{
		width: 25px;
		height: 25px;
	}
	header nav .search .searchInput .iconfont{
		font-size: 16px;
	}
	
}
.nav{
	top: 29px;
}








/* 24.1.26 */
.quote .quoteBtn{
	width: auto;
	padding: 10px 20px;
	flex-shrink: 0;
}

@media screen and (max-width:1333px){
 	.quote .quoteBtn{
 		padding: 8px 12px;
 	}	
}
@media screen and (max-width:999px){
 	.quote .quoteContent{
		flex-direction: column;
	}	
	.quote .quoteBtn{
		padding: 5px 10px;
	}	
}
header nav .langue .langueList{
	max-width: 300px;
	right: 0;
	left: auto;
	top: 70px;
	width: max-content;
	z-index: 999;
}

@media screen and (max-width:1600px){
	header nav .langue .langueList{
		top: 60px;
	}
}
@media screen and (max-width:999px){
 	header nav .langue .langueList{	
		top: 50px;
		border-radius: 5px;
	}
}
@media screen and (max-width:538px){
 	header nav .langue .langueList{
 		top:45px;
 	}	
	header nav .langue .langueList li a{
		font-size: 12px;
	}
}




