.banner .pic img{
	width: 100%;
	display: block;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .text-div{
	position: absolute;
	z-index: 3;
	text-align: center;
	top: 296px;
	width: 100%;
}
.banner .swiper-slide .text-div .title1{
	font-size: 40px;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	letter-spacing: 10px;
	margin-bottom: 42px;
}
.banner .swiper-slide .text-div .title2{
	font-size: 50px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
	letter-spacing: 8px;
	margin-bottom: 9px;
}
.banner .swiper-slide .text-div .en{
	font-size: 18px;
	font-family: CenturyGothic;
	font-weight: 400;
	color: rgba(255,255,255,0.5);
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .swiper-pagination-bullet i{
	display: none;
	font-size: 20px;
	font-family: CenturyGothic;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
.banner .swiper-pagination-bullet{
	position: relative;
	background-color: transparent;
	width: 12px;
	height: 12px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}
.banner .swiper-pagination span::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner .swiper-pagination-bullet-active{
	width: auto;
	height: auto;
	border: none;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active::before{
	opacity: 0;
}
.banner .swiper-pagination-bullet-active i{
	display: block;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 9px;
}
.product{
	margin-top: 15px;
}
.product ul li{
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #F4F4F4;
}
.product ul li .pic ,
.product ul li .text{
	width: 50%;
	
}
.product ul li .text .title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	margin-bottom: 20px;
}
.product ul li .text .description{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}
.order{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 834px;
	background-image: url(../img/index-order-bg.jpg);
	background-size: cover;
	text-align: center;
	margin-top: 15px;
}
.order .title{
	font-size: 42px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.order .description{
	font-size: 28px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: rgba(255,255,255,0.8);
	line-height: 36px;
	margin-top: 30px;
	
}
.order .more{
	width: 141px;
	height: 43px;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 3px;
	padding: 0 20px;
	margin: 76px auto 0;
	box-sizing: border-box;
	background-color: rgba(244,132,0,0);
	transition: background-color 0.6s;
}
.order .more a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255,255,255,0.7);
}
.order .more:hover{
	background-color: rgba(244,132,0,1);
	border-color: rgba(244,132,0,0);
}
.about{
	margin-top: 15px;
}
.about ul{
	display: flex;
	justify-content: space-between;
}
.about li{
	position: relative;
	width: 32.8%;
}
.about li .text{
	position: absolute;
	left: 39px;
	bottom: 40px;
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.news{
	margin: 15px 0;
}
.news .content{
	display: flex;
	justify-content: space-between;
}
.news .left{
	position: relative;
	width: 50%;
	height: 600px;
}
.news .left .left-box{
	position: absolute;
	width: 290px;
	height: 300px;
	background: #FFFFFF;
	padding: 32px 30px 0;
	box-sizing: border-box;
	left: 100px;
	top: 50%;
	transform: translateY(-50%);
}
.news .left .text-title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #434343;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 14px;
}
.news .left .text-date{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AAAAAA;
	line-height: 1;
}
.news .left .icon{
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #F48400;
	margin-top: 59px;
	color: #fff;
}
.news .left .icon .iconfont{
	color: #fff;
}
.news .right{
	width: 50%;
	padding: 43px 5% 0 3.5%;
	box-sizing: border-box;
}
.news .right li{
	padding-bottom: 77px;
	border-bottom: 1px solid #EDEDED;
	margin-top: 74px;
}
.news .right li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.news .right li:first-child{
	margin-top: 0;
}
.news .right li a{
	display: flex;
	transition: all 0.6s;
}
.news .right li a:hover{
	transform: translateY(20px);
}
.news .right li .li-left{
	position: relative;
	padding-right: 31px;
	width: 94px;
	box-sizing: border-box;
}
.news .right li .li-left::before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 70px;
	background-color: #EDEDED;
}
.news .right li .li-right{
	flex: 1;
	padding-left: 30px;
	padding-top: 3px;
}
.news .right li .date{
	font-size: 56px;
	font-family: Arial;
	font-weight: bold;
	color: #777777;
	line-height: 1;
}
.news .right li .year{
	font-size: 16px;
	line-height: 1;
	font-family: Arial;
	font-weight: 400;
	color: #777777;
}
.news .right li .title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #434343;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .right li .description{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 1;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* .index-order-bg.jpg */

@media (max-width:1199px){
	.banner .pic img {
    min-height: 380px;
    object-fit: cover;
}
	.banner .swiper-slide .text-div {
		width: 100%;
		top: 230px;
	}
	.banner .swiper-slide .text-div .title1 {
		font-size: 30px;
	}
	.banner .swiper-slide .text-div .title2{
		font-size: 30px;
	}
	.product ul li {
    flex-wrap: wrap;
}
.product ul li .pic, .product ul li .text {
	width: 100%;
}
.product ul li .pic .video .fm img{
    width: 100%;
    
}
.product ul li .pic .imgScale{
	width: 100%;
}
.about ul {
	flex-wrap: wrap;
}
.about li {
	width: 100%;
	margin-bottom: 17px;
}
.about li img{
	width: 100%;
}
.news .content {
	flex-wrap: wrap;
}
.news .left {
	width: 100%;
}
.news .right {
	width: 100%;
	padding-left:7%;
}
.news .left {
	height: 100%;
}
.imgScale {
	width: 100%;
}
.product ul li .text {
	padding: 150px 0 150px 0;
}
}
@media (max-width:873px){
	.banner .swiper-slide .text-div {
		top: 187px;
	}
}
@media (max-width:745px){
	.banner .swiper-slide .text-div .title1 {
    font-size: 25px;
		margin-bottom: 30px;
}
.banner .swiper-slide .text-div .title2 {
	font-size: 25px;
}
.banner .swiper-slide .text-div .en {
	font-size: 10px;
}
}
@media (max-width:645px){
	.news .left .left-box {
    width: 250px;
    height: 250px;
}
.news .left .icon {
	margin-top: 22px;
}
.product ul li .text {
	padding: 100px 0 100px 0;
}
}
@media (max-width:543px){
	.banner .swiper-slide .text-div .title1 {
    font-size: 20px;
		margin-bottom: 30px;
}
.banner .swiper-slide .text-div .title2 {
	font-size: 20px;
}
.banner .swiper-slide .text-div .en {
	font-size: 10px;
}

}
@media (max-width:411px){
	.news .left .left-box {
    width: 200px;
    height: 200px;
}
.news .left .text-title {
	font-size: 17px;
	line-height: 29px;
	margin-bottom: 8px;
}
.news .left .icon {
	margin-top: 8px;
}
}
@media (max-width:375px){
	.product ul li .text {
		padding: 50px 0 50px 0;
	}
}