
*{
    box-sizing: border-box;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.main-container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
.full-main{
    width: 100%;
    min-width: 1200px;

}
.wap-menu {
    float: right;
    background: none;
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
}

.wap-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    margin: 4px 0;
}
/* 首页 */

#swiper1{
	height: 100%;
}
.swiper-pagination{ text-align:center;}
#swiper1 .swiper-slide img.wap-banner{
	display: none;
}
#swiper1 .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#swiper1 .swiper-pagination-bullet-active {
    background:#212955;
}

#swiper1 .swiper-button-next, #swiper1 .swiper-button-prev {
    color: #fff;
}
#swiper-sj{
	height: auto;
}
#swiper-sj .swiper-slide img.wap-banner{
	display: none;
}
#swiper-sj .swiper-slide img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#swiper-sj .swiper-pagination-bullet-active {
    background:#f25f05;
}

#swiper-sj .swiper-button-next, #swiper-sj .swiper-button-prev {
    color: #fff;
}
/* products */
.text-center{
	text-align: center;
}
.products{

	padding-top: 100px;
	padding-bottom: 150px;
}
.products .title{margin-bottom:8%;}
.title-row {
	margin-bottom: 80px;
}
.title-row .title p{
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2e3875;
	line-height: 1;
	margin-bottom: 20px; text-align: center
}
.title-row .title span{
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
	line-height: 24px; text-align: center

}

.products .product-row{
	width: 80%;
	margin: 0 0 0 auto;
	position: relative;
}

#swiper2 .swiper-slide {
	width: 380px;
	margin-right: 40px;
	
}
#swiper2 .swiper-slide .pro-item a{
	display: block;
	overflow: hidden;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 70px;
	position: relative;
}
#swiper2 .swiper-slide .pro-item a:after{
	content: '';
	width: 100%;
	display: block;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2e3875;
}
#swiper2 .swiper-slide .pro-item a:hover p{
	color: #e83d18;
}
#swiper2 .swiper-slide .pro-item a:hover:after{
	background: #e83d18;
}
#swiper2 .swiper-slide .pro-item img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
#swiper2 .swiper-slide .pro-item p{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 0 70px;
	text-align: center;
	line-height: 1.2;
	height: 48px;
	overflow: hidden;
}




#swiper4 .swiper-slide {
	width: 380px;
	margin-right: 40px;
	
}
#swiper4 .swiper-slide .pro-item a{
	display: block;
	overflow: hidden;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 70px;
	position: relative;
}
#swiper4 .swiper-slide .pro-item a:after{
	content: '';
	width: 100%;
	display: block;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #2e3875;
}
#swiper4 .swiper-slide .pro-item a:hover p{
	color: #e83d18;
}
#swiper4 .swiper-slide .pro-item a:hover:after{
	background: #e83d18;
}
#swiper4 .swiper-slide .pro-item img{
	width: 100%;
	display: block;
	margin-bottom: 30px;
}
#swiper4 .swiper-slide .pro-item p{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 0 70px;
	text-align: center;
	line-height: 1.2;
	height: 48px;
	overflow: hidden;
}









.product-row .swiper-button-next, .product-row .swiper-button-prev {
    position: absolute;
    top: 0;
	left: -120px;
    width: 80px;
    height: 80px;
    margin-top:0;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
	background: #fff;
}
.product-row .swiper-button-next{
	margin-top: 100px;
}
.product-row .swiper-button-next:hover,.product-row .swiper-button-prev:hover{
	background: #e83d18;
}
.product-row .swiper-button-next:hover:after,.product-row .swiper-button-prev:hover:after{
	color: #fff;
}
/* about */
.about{
	padding-top: 80px;
	padding-bottom: 100px;
}
.about .title-row{
	margin-bottom: 50px;
}
.flex-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.about-nav{
	width: 40%;
	padding-left: 40px;
	padding-right: 40px;
	display: flex;
	justify-content: space-between;
}
.about-nav a img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
.about-nav a p{
	font-size: 16px;
	font-weight: bold;
	color: #2e3875;
}
.about .about-img{
	width: 60%;
	height: 534px;
}
.about .about-text{
	width: 40%;
	height: 534px;
	background: #2e3875;
	padding: 60px 50px;
	position: relative;
}
.about .about-text img{
	display: block;
	margin-bottom: 50px;
}

.about .about-text H1{
	font-size: 20PX;margin-bottom:5%;
	color: #fff;
	line-height: 1.5;
}
.about .about-text p{
	font-size: 16PX;
	color: #fff;
	line-height: 1.5;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 8;
overflow: hidden;
}
.about .about-text a{
	width: 200px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #e83d18;
	position: absolute;
	bottom: 60px;
}
/* solution */
.solution{
	padding-top: 80px;
	padding-bottom: 80px;
	
}
.solution .title-row {
    margin-bottom: 50px;
}
.solution .title-row .title p {
    color: #fff;
}
.solution-list{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.solution-list .list-item{
	width: 25%;
	padding: 20px;
}
.solution-list .list-item .img{
	width: 100%;
	overflow: hidden;
}
.solution-list .list-item img{
	width: 100%;
	display: block;
	object-fit: cover;
	transition: all .3s ease;
}
.solution-list .list-item:hover img{
	transform: scale(1.1);
}
.solution-list .list-item p a{
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	margin-top: 20px;
	text-align: center;
}
/* news */
.news{
	padding-top: 5%;
	padding-bottom: 5%;
	background: #f7f7f7;
}
.news .title-row {
    margin-bottom: 50px;
}
.news-list{
	display: flex;
	justify-content: start;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin-right: -20px;
	margin-left: -20px;
}
.news-list .news-item{
	width: 33.33%;
	padding: 0 20px;
}
.news-list .news-item .img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list .news-item .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all .3s ease;
}
.news-list .news-item .img:hover img{
	transform: scale(1.1);
}
.news-list .news-item .text{
	background: #fff;
	padding: 30px;
	position: relative;
}
.news-list .news-item .text .date{
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #e83d18;
	position: absolute;
	top: 0;
	transform: translateY(-70%);
}
.news-list .news-item .text .date p{
	font-size: 30px;
	color: #fff;
}
.news-list .news-item .text .date span{
	font-size: 16px;
	color: #fff;
}
.news-list .news-item .text-content{
	margin-bottom: 30px;
}
.news-list .news-item .text-content a{
	font-size: 22px;
	line-height: 1.2;
	display: block;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
	 overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 52px;
}
.news-list .news-item:hover .text-content a{
	color: #e83d18;
}
.news-list .news-item .text-content p{
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	 overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list .news-item .more a{
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.news-list .news-item .more a i{
	width: 24px;
	height: 24px;
	display: block;
	background:#e83d18 url(../images/more-ico.png);
	margin-left: 10px;background-repeat: no-repeat;
background-position: center;
}
/* contact */
.contact .img{
	width: 50%;
	height: 320px;
	overflow: hidden;
} 
.contact .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.contact .text{
	width: 50%;
	height: 320px;
	background: #2e3875;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 100px;
} 
.contact .text h3{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 25px;
}
.contact .text p{
	font-size: 16px;
	color: #fff;
	width: 500px;
	line-height: 1.2;
	margin-bottom: 35px;
}
.contact .text a{
	width: 180px;
	height: 56px;
	display: flex;
	background: #e83d18;
	color: #fff;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
}


/* home end */

#swiper-sj{display: none;}

@media(min-width:1200px) {
	.main-container {
		 max-width:100%;padding-left:45px;padding-right:45px;
	}
   }
@media(min-width:1500px) {
	.main-container {
		max-width:1400px
	}
}

@media only screen and (max-width: 760px){
	.footer .footer-content {
  padding-top: 50px;
  padding-bottom: 0px;
}.footer-link {
  display: none;
}.footer-pro {
  display: none;
}.footer-item {
  width: 100%;
  margin-bottom: 30px;
}.footer-item {
  width: 100%;
  margin-bottom: 0px;
}.footer .copyright-row {
  text-align: center;
  padding-top: 20px;
}.footer .copyright-row p {
  line-height: 1.5;
}
.main-container{width: 100%;margin: 0 auto;}
.page-pt-list .list-item{height: auto;}
	.full-main{
		width: 100%;
		min-width: 100%;
	}
	.row{
		margin-right: 0;
		margin-left: 0;
	}
	
	
	
	#swiper1{
		height: auto;
	}


	.products .title-row{
		margin-bottom: 30px;
	}
	.title-row .title span {
		width: 100%;
		padding: 0 20px;
		font-size: 14px;
	}
	.products {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.products .product-row {
		width: 100%;
		margin: 0;
		padding-left: 20px;
	}
	#swiper2 .swiper-slide {
		width: 70%;
		margin-right: 40px;
	}
	#swiper2 .swiper-slide .team-text{
		width: 100%;
		float: left;
		padding-left: 0;
	}
	#swiper2 .swiper-slide .pro-item p {
		font-size: 16px;
		padding: 0 20px;
		text-align: center;
		line-height: 1.2;
		height: 48px;
		overflow: hidden;
	}
	
		#swiper3 .swiper-slide {
		width: 70%;
		margin-right: 40px;
	}
	#swiper3 .swiper-slide .team-text{
		width: 100%;
		float: left;
		padding-left: 0;
	}
	#swiper3 .swiper-slide .pro-item p {
		font-size: 18px;
		padding: 0 20px;
		text-align: center;
		line-height: 1.2;
		height: 48px;
		overflow: hidden;
	}
	
	
	
	
	
	
	.product-row .swiper-button-next, .product-row .swiper-button-prev {
		display: none;
	}
	/* about */
	.flex-box{
		display: block;
	}
	.about{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.about .title-row .title p {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.about .title-row .title span {
		width: 100%;
		padding: 0;
		font-size: 14px;
		text-align: center;
	}
	.about-nav {
		width: 100%;
		padding-left: 0;
		padding-right:0;
		margin-top: 30px;
	}
	.about-nav a{
		width: 33.33%;
	}
	.about-nav a img{
		width: 48px;
		height: 48px;
	}
	.about-nav a p{
		font-size: 14px;
		text-align: center;
	}
	.about .about-img {
		width: 100%;
		height: auto;
	}
	.about .about-img .swiper-slide img{
		width: 100%;
		display: block;
	}
	.about .about-text img {
		margin-bottom: 20px; max-width: 100%;
	}
	.about .about-text {
		width: 100%;
		height: auto;
		padding: 30px;
		position: static;margin-bottom: 20px;
	}
	.about .about-text p{
		font-size: 16px;
	}
	.about .about-text a{
		position: static;
		margin-top: 40px;
	}
	/* solution */
	.solution {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.solution .title-row .title p {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.solution-list .list-item {
		width: 50%;
		padding: 10px;
	}
	.solution-list {
		margin-left: 0;
		margin-right: 0;
	}
	.solution .title-row {
		margin-bottom: 30px;
	}
	.solution-list .list-item .img {
		width: 100%;
		overflow: hidden;
	}
	.solution-list .list-item p a {
		display: block;
		font-size: 14px;
		color: #fff;
		line-height: 1.2;
		margin-top: 10px;
		text-align: center;
	}
	/* news */
	.news {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.news .title-row .title p {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.news-list{
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.news-list .news-item{
		width: 100%;
		padding: 0 ;
		margin-bottom: 20px;
	}
.news-list .news-item .text-content a{ font-size:16px;min-height: auto;}
	.news-list .news-item .text-content p {
		display: none;
	}
	/* contact */
	.contact{
		position: relative;
	}
	.contact .img {
		width: 100%;
		height: 200px;
	}
	.contact .text{
		width: 100%;
		height: 200px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		position: absolute;
		bottom: 0;
		background: rgba(46, 56, 17, 0.5);
	}
	.contact .text p {
		width: 100%;
		font-size: 14px;
		text-align: center;
		margin-bottom: 20px;
	}
	.contact .text h3 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
	.contact .text a {
		margin: 0 auto;
	}
	
	
}
@media(max-width:1200px){
.full-main{min-width:100%;}.title-row .title p{ font-size:40px;}
.products {padding-top: 5%;padding-bottom: 15%;}
.main-container {max-width: 100%;padding: 0 45px;}
.about{margin-top:3%;}
}
@media(max-width:1000px){.title-row{margin-bottom: 15%;}}






@media(max-width:700px){.title-row .title p{ color:#fff;padding-top:5%; font-size:20px;}.products {
  padding-top: 0%;
  padding-bottom: 0%; background:none !important;
}
#swiper2 .swiper-slide .pro-item a{padding-bottom: 0;}
.full-main{ background-color:#2e3875 !important}.about .title-row .title p{ color:#333;}
.solution{margin-top:5%;margin-bottom:5%;}
}
