﻿.video-play-wrap {
	position: fixed;
	z-index: 10
}

.video-play-wrap .shadows {
	position: fixed
}

.video-play-wrap .videos {
	position: fixed
}

.content {
	margin-bottom: 120px
}

@media only all and (max-width: 768px) {
	.content {
		margin-top: 60px;
		margin-bottom: 50px
	}
}

.content .banner {
	position: relative
}

.content .banner .banner-img {
	width: 100%
}

.content .banner .banner-con {
	position: absolute;
	left: 8.3%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only all and (max-width: 768px) {
	.content .banner .banner-con {
		left: 10px
	}
}

.content .banner .banner-con .text {
	font-size: 50px;
	line-height: 1.1;
	position: relative;
	color: #fff;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 55px
}

@media only all and (max-width: 1600px) {
	.content .banner .banner-con .text {
		font-size: 30px;
		padding-bottom: 40px
	}
}

@media only all and (max-width: 768px) {
	.content .banner .banner-con .text {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

@media only all and (max-width: 414px) {
	.content .banner .banner-con .text {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 20px
	}
}

.content .banner .banner-con .text::before {
	position: absolute;
	content: "";
	width: 56px;
	height: 7px;
	background-color: #fff;
	top: 0px;
	left: 0px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 414px) {
	.content .banner .banner-con .text::before {
		display: none
	}
}

.content .banner .banner-con .arrow-down {
	width: 70px;
	display: inline-block;
	-webkit-animation-name: tds-keyframe-bounce;
	animation-name: tds-keyframe-bounce;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	cursor: pointer
}

@media only all and (max-width: 1600px) {
	.content .banner .banner-con .arrow-down {
		width: 50px
	}
}

@media only all and (max-width: 414px) {
	.content .banner .banner-con .arrow-down {
		display: none
	}
}

.content .anchor {
	padding-top: 46px
}

@media only all and (max-width: 768px) {
	.content .anchor {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}
}

.content .anchor .anchor-tit {
	text-align: center;
	width: 1400px;
	margin: 0 auto
}

@media only all and (max-width: 1600px) {
	.content .anchor .anchor-tit {
		width: 1200px
	}
}

@media only all and (max-width: 1280px) {
	.content .anchor .anchor-tit {
		width: 1000px
	}
}

@media only all and (max-width: 1024px) {
	.content .anchor .anchor-tit {
		width: 800px
	}
}

@media only all and (max-width: 768px) {
	.content .anchor .anchor-tit {
		width: 100%
	}
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-tit {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex
	}
}

.content .anchor .anchor-tit.active {
	position: fixed;
	z-index: 9;
	top: 71px;
	left: 50%;
	margin-left: -700px;
	background-color: #fff
}

@media only all and (max-width: 1600px) {
	.content .anchor .anchor-tit.active {
		margin-left: -600px
	}
}

@media only all and (max-width: 1280px) {
	.content .anchor .anchor-tit.active {
		margin-left: -500px
	}
}

@media only all and (max-width: 1024px) {
	.content .anchor .anchor-tit.active {
		margin-left: -400px
	}
}

.content .anchor .anchor-tit .item {
	font-size: 20px;
	line-height: 30px;
	padding: 10px 0;
	display: inline-block;
	margin-right: 5%;
	margin-bottom: -1px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer
}

@media only all and (max-width: 1280px) {
	.content .anchor .anchor-tit .item {
		font-size: 16px
	}
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-tit .item {
		font-size: 14px;
		line-height: 22px;
		padding: 10px 0;
		margin-right: 0;
		flex: 1
	}
}

.content .anchor .anchor-tit .item::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .anchor .anchor-tit .item:hover,
.content .anchor .anchor-tit .item.active {
	color: #112d70;
	font-size: 24px;
}

.content .anchor .anchor-con {
	padding-left: 8.3%;
	padding-right: 8.3%
}

@media only all and (max-width: 768px) {
	.content .anchor .anchor-con {
		padding-left: 0;
		padding-right: 0
	}
}

.content .anchor .anchor-con .comnmit-tit {
	font-size: 30px;
	margin-bottom: 25px
}

@media only all and (max-width: 1600px) {
	.content .anchor .anchor-con .comnmit-tit {
		font-size: 20px
	}
}

.content .anchor .anchor-con .news-introduct {
	padding-top: 130px;
	padding-bottom: 60px
}

@media only all and (max-width: 768px) {
	.content .anchor .anchor-con .news-introduct {
		padding-top: 50px
	}
}

.content .anchor .anchor-con .news-introduct .introduct {
	padding-bottom: 20px
}

.content .anchor .anchor-con .news-introduct .introduct .item {
	background:linear-gradient(to right, #056ab6, #0e8bce);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.content .anchor .anchor-con .news-introduct .introduct .item:nth-child(2n) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.content .anchor .anchor-con .news-introduct .introduct .item .text {
	width: 50%;
	padding-left: 5%
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .news-introduct .introduct .item .text {
		width: 100%;
		padding: 10px
	}
}

.content .anchor .anchor-con .news-introduct .introduct .item .text .text1 {
	font-size: 36px;
	color: #fff
}

@media only all and (max-width: 1600px) {
	.content .anchor .anchor-con .news-introduct .introduct .item .text .text1 {
		font-size: 24px
	}
}

@media only all and (max-width: 1280px) {
	.content .anchor .anchor-con .news-introduct .introduct .item .text .text1 {
		font-size: 20px
	}
}

.content .anchor .anchor-con .news-introduct .introduct .item .text .text1 span {
	font-weight: bold;
	margin-right: 20px
}

.content .anchor .anchor-con .news-introduct .introduct .item .text .text2 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 60px;
	color: #fff;
}

@media only all and (max-width: 1600px) {
	.content .anchor .anchor-con .news-introduct .introduct .item .text .text2 {
		font-size: 18px;
		margin-bottom: 15px;
		color: #fff;
	}
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .news-introduct .introduct .item .text .text2 {
		font-size: 16px
	}
}

.content .anchor .anchor-con .news-introduct .introduct .item .text .more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	border: 1px solid #d6d6d6;
	display: block
}

.content .anchor .anchor-con .news-introduct .introduct .item .text .more:hover {
	background-image: linear-gradient(to right, #026cb8, #1298d5);
	color: #fff;
	border-color: transparent
}

.content .anchor .anchor-con .news-introduct .introduct .item .img-wrap {
	height: 400px;
	width: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

@media only all and (max-width: 1024px) {
	.content .anchor .anchor-con .news-introduct .introduct .item .img-wrap {
		height: 300px
	}
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .news-introduct .introduct .item .img-wrap {
		width: 100%;
		padding-left: 0
	}
}

.content .anchor .anchor-con .news-introduct .introduct .item .img-wrap .img {
	max-height: 80%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s
}

.content .anchor .anchor-con .news-introduct .introduct .item .img-wrap:hover .img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.content .anchor .anchor-con .news-introduct .upload-more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	background-image: linear-gradient(to right, #0469b5, #1499d8);
	margin: 0 auto
}

.content .anchor .anchor-con .news-introduct .upload-more:hover {
	background-image: none;
	background-color: #1c2858
}

.content .anchor .anchor-con .promotion {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding-top: 130px;
	padding-bottom: 20px
}

@media only all and (max-width: 768px) {
	.content .anchor .anchor-con .promotion {
		padding-top: 50px
	}
}

.content .anchor .anchor-con .promotion .swiper1 {
	position: relative
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-slide {
	width: 100%;
	height: 420px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 16%;
	padding-right: 7.8%
}

@media only all and (max-width: 768px) {
	.content .anchor .anchor-con .promotion .swiper1 .swiper-slide {
		padding-left: 50px;
		padding-right: 50px
	}
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .promotion .swiper1 .swiper-slide {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .img-wrap {
	width: 33%;
	height: 79%
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .img-wrap {
		height: auto;
		width: 100%
	}
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .img-wrap .img {
	max-height: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .img-wrap .img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .text {
	width: 47%
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .text {
		width: 100%;
		margin-top: 15px;
		text-align: center
	}
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .text .text-tit {
	font-size: 30px
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .text .text-tit {
		font-size: 14px
	}
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .text .text-con {
	font-size: 20px;
	line-height: 36px;
	color: #666666;
	margin-top: 20px
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .text .text-con {
		display: none
	}
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-slide .text .text-con span {
	color: #fff
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-next1 {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 2;
	display: inline-block;
	right: 20px;
	top: 50%;
	margin-top: -20px
}

@media only all and (max-width: 768px) {
	.content .anchor .anchor-con .promotion .swiper1 .swiper-button-next1 {
		right: 10px
	}
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-next1 img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-next1 img.img-hover {
	opacity: 0
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-next1:hover img.img {
	opacity: 0
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-next1:hover img.img-hover {
	opacity: 1
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-prev1 {
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 2;
	display: inline-block;
	left: 20px;
	top: 50%;
	margin-top: -20px
}

@media only all and (max-width: 768px) {
	.content .anchor .anchor-con .promotion .swiper1 .swiper-button-prev1 {
		left: 10px
	}
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-prev1 img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-prev1 img.img-hover {
	opacity: 0
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-prev1:hover img.img {
	opacity: 0
}

.content .anchor .anchor-con .promotion .swiper1 .swiper-button-prev1:hover img.img-hover {
	opacity: 1
}

.content .anchor .anchor-con .promotion .introduct {
	margin-top: 40px;
	padding-top: 30px;
	position: relative
}

.content .anchor .anchor-con .promotion .introduct::before {
	position: absolute;
	content: "";
	width: 94px;
	height: 5px;
	background-color: #01528c;
	top: 0px;
	left: 0px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-ms-transform: skew(-30deg);
	transform: skew(-30deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s
}

.content .anchor .anchor-con .promotion .introduct .item {
	display: none
}

.content .anchor .anchor-con .promotion .introduct .item.active {
	display: block
}

.content .anchor .anchor-con .promotion .introduct .item .list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	margin-bottom: 50px
}

.content .anchor .anchor-con .promotion .introduct .item .list .list-tit {
	font-size: 20px;
	line-height: 30px;
	color: #01528c;
	width: 32.5%
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .promotion .introduct .item .list .list-tit {
		width: 100%;
		margin-bottom: 20px
	}
}

.content .anchor .anchor-con .promotion .introduct .item .list .list-con {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	width: 66.5%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .promotion .introduct .item .list .list-con {
		width: 100%;
		font-size: 14px;
		line-height: 24px
	}
}

.content .anchor .anchor-con .promotion .introduct .item .list .list-con p {
	width: 50%
}

@media only all and (max-width: 414px) {
	.content .anchor .anchor-con .promotion .introduct .item .list .list-con p {
		width: 100%;
		margin-bottom: 10px
	}
}

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