



*{

    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;

}

/* 首页 */

.head-wrap{

	padding: 20px 0;

	display: flex;

	justify-content: space-between;

	flex-wrap: nowrap;

	align-items: center;

}

.logo-row{

	

}

.logo-wrap img{

	height: 100%;

	display: block;

}



.search i{

	width: 24px;

	height: 24px;

	display: block;

	background: url(../images/search.png);

	cursor: pointer;

}

.search.search-block i{

	background: url(../images/close.png);

}

.search .pc-search-input{

	position: relative;

	display: none;

}

.search.search-block .pc-search-input{

	display: block;

}

.search .pc-search-input .search-in{

	position: absolute;

	right: 0;

	top: 40px;

	z-index: 100;

	width: 300px;

	height: 36px;

	border: 1px solid #333;

	padding: 10px;

}

.search .pc-search-input .search-btn{

	width: 24px;

	height: 24px;

	display: block;

	background: url(../images/search.png);

	position: absolute;

	top: 46px;

	right: 6px;

	z-index: 200;

	border: none;

	background-size: 100%;

}

.web-search{

	display: none;

}

.nav-row{

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.nav-row ul{

	display: flex;

}

.nav-row ul li{

	



	padding-right: 50px;

	

}

.nav-row ul li a{

	display: block;

	position: relative;

	line-height: 30px;

	padding: 10px 0;

	font-size: 22px;



}

.nav-row ul li a:after{

	content: '';

	width: 10px;

	height: 10px;

	display: block;

	position: absolute;

	background: #e83d18;

	right: -5px;

	bottom: 10px;

	z-index: -1;

	display: none;

}

.nav-row ul li:hover a{

	color: #2e3875;

}

.nav-row ul li:hover a::after{

	display: block;

}

.nav-row ul li.current-menu-item a{

	color: #2e3875;

}

.nav-row ul li.current-menu-item a:after{

	display: block;

}

#swiper1{

	height: 700px;

}

#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:#f25f05;

}



#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;

}

.title-row {

	margin-bottom: 80px;

}

.title-row .title p{

	font-size: 80px;

	font-weight: bold;

	font-family: Montserrat;

	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;

}

.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 p{

	font-size: 22px;

	color: #fff;

	line-height: 1.2;

}

.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: 80px;

	padding-bottom: 80px;

	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: 220px;

	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;

}

/* 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;

}

/* footer */

.footer{

	background: #222327;

}

.footer .footer-content.flex-box {

    align-items: flex-start;  

}

.footer .footer-content{

	padding-top: 100px;

	padding-bottom: 100px;

}

.footer-item h4{

	font-size: 24px;

	color: #fff;

	line-height: 1;

	margin-bottom: 30px;

	font-weight: normal;

	text-transform: uppercase;

}

.footer-item ul li a{

	display: block;

	line-height: 36px;

	font-size: 16px;

	color: #7b8092;

}

.footer-item .add p{

	font-size: 16px;

	color: #fff;

	width: 380px;

	line-height: 30px;

	margin-bottom: 80px;

}

.footer-item .phone p{

	line-height: 36px;

	font-size: 16px;

	color: #7b8092;

}

.footer-item .follow{

	display: flex;

	justify-content: space-between;

	align-items: center;

	flex-wrap: nowrap;

}

.footer .follow-wrap{

	display: flex;

	justify-content: flex-start;

	align-items: center;

	flex-direction: column;

}

.footer .follow-wrap img{

	width: 146px;

	display: block;

	margin-bottom: 60px;

}

.footer-item .follow a{

	width: 48px;

	height: 48px;

	margin-left: 20px;

}

.footer-item .follow a:first-child{

	margin: 0;

}

.footer-item .follow a.facebook{

	background: url(../images/facebook.png);

}

.footer-item .follow a.tiwtter{

	background: url(../images/twitter.png);

}

.footer-item .follow a.in{

	background: url(../images/in.png);

}

.footer-item .follow a.youtobe{

	background: url(../images/youtube.png);

}

.footer .copyright-row{

	height: 120px;

	border-top: 1px solid #393a3f;

}

.footer .copyright-row p{

	color: #fff;

	font-size: 16px;

}

/* 首页结束 */

/* 分页 */

.page-bg{

	background: #f7f7f7;

}

.page-banner{

	height: 300px;

	display: flex;

	justify-content: center;

	align-items: center;

	

	text-align: center;

}

.page-banner .category-title h3{

	font-size: 80px;

	font-weight: bold;

	font-family: Montserrat;

	color: #fff;

	text-transform: uppercase;

}

.page-banner .category-title p{

	font-size: 16px;

	color: #999999;

	line-height: 1.2;

	width: 500px;

}





.breadcrumb{

	display: flex;

	justify-content: left;

	align-items: center;

	height: 80px;

}

.breadcrumb a{

	font-size: 14px;

	color: #666;

	margin-right: 10px;

}

.breadcrumb a:after{

	content: '>';

	margin-left: 10px;

	color: #c0c0c0;

}

.breadcrumb span{

	font-size: 14px;

	color: #999;

}

.page-categ{

	background: #fff;

	padding: 20px;

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

}

.page-categ .cat-title{

	width: 280px;

	height: 80px;

	text-align: center;

	line-height: 80px;

	background: #2e3875;

	color: #fff;

	font-size: 30px;

	font-weight: bold;

}

.page-categ .cat-list{

	width: calc(100% - 280px);

	padding-left: 40px;

}

.page-categ .cat-list ul{

	display: flex;

	justify-content: flex-start;

	flex-wrap: wrap;

}

.page-categ .cat-list ul li{

	width: 33.33%;

	line-height: 40px;

	padding: 0 20px;

}

.page-categ .cat-list ul li a{

	font-size: 16px;

	color: #333;

	font-weight: bold;

}

.page-categ .cat-list ul li:hover a{

	color: #e83d18;

}

.page-pic-list{

	display: flex;

	justify-content: left;

	margin-left: -20px;

	margin-right: -20px;

	flex-wrap: wrap;

	padding-top: 20px;

	padding-bottom: 20px;

}

.page-pic-list .list-item{

	width: 25%;

	padding: 20px;



}

.page-pic-list .list-item a{

	display: block;

	background: #fff;

	border-bottom: 2px solid #2e3875;

	padding-top: 0px;

}

.page-pic-list .list-item:hover a{

	border-bottom: 2px solid #e83d18;

	box-shadow: 0 10px 20px rgba(108,108,108,.19);

}

.page-pic-list .list-item .item-img{

	width: 100%;

	

	overflow: hidden;

}

.page-pic-list .list-item .item-img img{

	width: 100%;

	height: 100%;

	display: block;

	object-fit: cover;

}

.page-pic-list .list-item .item-text{

	text-align: center;

	padding: 10px 20px 50px 20px;

}

.page-pic-list .list-item .item-text h4{

	font-size: 23px;

	font-weight: bold;

	color: #333;

	line-height: 1;

	margin-bottom: 15px;

	display: inline-block;

  white-space: nowrap; 

  overflow: hidden;

  text-overflow:ellipsis;

}

.page-pic-list .list-item:hover .item-text h4{

	color: #e83d18;

}

.page-pic-list .list-item .item-text span{

	font-size: 16px;

	color: #999;

	font-weight: bold;

}

.page-pic-list .list-item .item-text p{

	font-size: 16px;

	line-height: 1.5;

	color: #666;

	margin-top: 20px;

}

.navigation,.nav-links{

	display: flex;

	justify-content: center;

	align-items: center;

	margin-top: 40px;

	margin-bottom: 80px;

}

.navigation a,.navigation span{

	width: 40px;

	height: 40px;

	display: flex;

	justify-content: center;

	align-items: center;

	margin: 0 5px;

	font-size: 14px;

}

.navigation a{

	border: 1px solid #ddd;

	color: #666;

}

.navigation a:hover{

	border: none;

	background: #2e3875;

	color: #fff;

}

.navigation span{

	color: #fff;

	background: #2e3875;

}

.page-pt-list .list-item{

	display: flex;

	justify-content: space-between;

	align-items: flex-start;

	margin-bottom: 80px;

	height: 320px;

	background-color: #fff;

}

.page-pt-list .list-item .item-img{

	width: 40%;

	height: 320px;

	overflow: hidden;

}

.page-pt-list .list-item .item-img img{

	width: 100%;

	height: 100%;

	object-fit: cover;

	display: block;

}

.page-pt-list .list-item .item-text{

	padding: 40px 50px;

	background: #fff;

	width: 60%;

}



.page-pt-list .list-item .item-text .title a{

	font-size: 24px;

	color: #333;

	font-weight: bold;

	display: block;

	line-height: 1;

	margin-bottom: 15px;



}

.page-pt-list .list-item:hover .item-text .title a{

	color: #e83d18;

}

.page-pt-list .list-item .item-text .tags{

	margin-bottom: 20px;

}

.page-pt-list .list-item .item-text .tags span{

	font-size: 16px;

	font-weight: bold;

	color: #bebebe;

	line-height: 1;

	margin-right: 10px;

}

.page-pt-list .list-item .item-text .tags span i{

	width: 12px;

	height: 12px;

	display: inline-block;

	background: #bebebe;

	border-radius: 2px;

	margin-right: 5px;

}

.page-pt-list .list-item .item-text p{

	font-size: 16px;

	color: #666;

	line-height: 1.5;

	margin-bottom: 40px;

}

.page-pt-list .list-item .item-text .more{

	display: flex;

	justify-content: center;

	align-items: center;

	font-size: 14px;

	font-weight: bold;

	text-transform: uppercase;

	color: #fff;

	width: 120px;

	height: 30px;

	background: #e83d18;

}





@media(min-width:1200px) {

	.main-container {

		 max-width:1140px

	}

   }

@media(min-width:1500px) {

	.main-container {

		max-width:1400px

	}

}

#swiper-sj{display: none;}

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

    .main-container{

		width: 100%;

		margin: 0 auto;

		padding: 0 15px;

	

	}

	.page-pt-list .list-item{height: auto;}

	.full-main{

		width: 100%;

		min-width: 100%;

	}

	.row{

		margin-right: 0;

		margin-left: 0;

	}

	.head-box .top-row{

		display: none;

	}

	.wap-menu {

		display: block;

	

	}

	.head-wrap{

		padding-top: 20px;

		padding-bottom: 20px;

	}

	.search{

		display: none;

	}

	.web-search{

		display: block;

		margin-right: 20px;

	}

	.web-search i{

		width: 24px;

		height: 24px;

		display: block;

		background: url(../images/search.png);

	}

	.web-search .wap-search-input{

		width: 100%;

		display: none;

	}

	.web-search.search-block .wap-search-input{

		display: block;

	}

	.web-search.search-block i{

		background: url(../images/close.png);

	}

	.web-search .wap-search-input .search-in{

		position: absolute;

		width: 100%;

		height: 44px;

		left: 0;

		top:80px;

		z-index: 800;

		padding:0 20px;

		border: none;

		border-top: 1px solid #2e3875;

	}

	.web-search .wap-search-input .search-btn{

		width: 24px;

		height: 24px;

		background: url(../images/search.png);

		display: block;

		border: none;

		

		position: absolute;

		right: 20px;

		top: 90px;

		z-index: 900;

	}

	.logo-row{

		width: 100%;

		display: flex;

		justify-content: flex-end;

		align-items: center;

	}

	.logo-wrap{

		margin-right: auto;

	}

	.nav-row{

		width: 100%;

        transition: all .3s ease;

        overflow: hidden;

		position: absolute;

		width: 100%;

		top: 80px;

		left: 0;

		z-index: 700;

		display: none;

		background: #fff;

		padding: 20px 0;

		border-top: 1px solid #ddd;

	}

	.nav-row ul{

		display: block;

		padding: 0 20px;

	}

	.nav-row ul li{

		width: 100%;

		padding: 0;

	}

	.nav-row ul li a:after{

		content: '';

		width: 100%;

		height: 3px;

		display: block;

		position: absolute;

		background: #e83d18;

		right: 0;

		bottom: 0;

		z-index: -1;

		display: none;

	}

	.wap-home .nav-row{

		display: block;

	}

	.logo-wrap{

		height: 40px;

	}

	

	

	#swiper1{

		height: auto;

	}

	#swiper1{

		display: none;

	}

	#swiper-sj{

		display: block;

	}

	#swiper-sj .swiper-button-next, #swiper-sj .swiper-button-prev {

		display: none;

	}

	.products .title-row .title p {

		font-size: 50px;

		margin-bottom: 10px;

		color: #fff;

	}

	.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: 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: 50px;

		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;

	}

	.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: 50px;

		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: 50px;

		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 .img {

		height: 200px;

	}

	.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;

	}

	/* footer */

	.footer .footer-content {

		padding-top: 50px;

		padding-bottom: 50px;

	}

	.footer-link{

		display: none;

	}

	.footer-pro{

		display: none;

	}

	.footer-item{

		width: 100%;

		margin-bottom: 30px;

	}

	.footer-item .add p {

		margin-bottom: 20px;

		width: 100%;

	}

	

	.footer .follow-wrap img {

		margin-bottom: 30px;

	}

	.footer .copyright-row {

		text-align: center;

		padding-top: 20px;

	}

	.footer .copyright-row p{

		line-height: 1.5;

	}

	/* pages */

	.page-banner {

		height: 200px;

	}

	.page-banner .category-title h3{

		font-size: 40px;

	}

	.page-banner .category-title p{

		font-size: 14px;

		width: 100%;

		padding: 0 20px;

	}

	.page-categ{

		background: #fff;

		padding: 20px;

		display: block;

		justify-content: space-between;

		align-items: flex-start;

	}

	.page-categ .cat-title {

		width: 100%;

		height: 44px;

		text-align: center;

		line-height: 44px;

		background: #2e3875;

		color: #fff;

		font-size: 24px;

		font-weight: bold;

	}

	.page-categ .cat-list {

		width: 100%;

		padding-left: 0;

	}

	.page-categ .cat-list ul {

		display: block;

	}

	.page-categ .cat-list ul li {

		width: 100%;

		padding: 0;

	}

	.page-pic-list {

		margin-left: -10px;

		margin-right: -10px;

	}

	.page-pic-list .list-item {

		width: 50%;

		padding: 10px;

	}

	

	.page-pic-list .list-item .item-img {

		width: 100%;

		

		overflow: hidden;

	}

	.page-pic-list .list-item .item-text {

		text-align: center;

		padding: 10px 20px 20px 20px;

	}

	.page-pic-list .list-item .item-text h4 {

		font-size: 16px;

	}

	.page-pic-list .list-item .item-text p {

		display: none;

	}

	.page-pic-list .list-item .item-text span {

		font-size: 14px;

		color: #999;

		font-weight: bold;

	}

	.page-pt-list .list-item{

		display: block;

	}

	.page-pt-list .list-item .item-img{

		width: 100%;

		height: auto;

	}

	.page-pt-list .list-item .item-text {

		padding: 20px;

		width: 100%;

	}

	.page-pt-list .list-item .item-text .title a {

		font-size: 20px;

	}

	.page-pt-list .list-item .item-text p {

		display: none;

	}

	/* right-bar */

	.right-bar{

		display: none;

	}

}

/*right-bar*/

.right-bar{

	position: fixed;

	top: 30%;

	right: 0;

	width: 60px;

	height: 203px;

    z-index: 9999;

    margin-top: 100px;

}

.right-bar ul li{

	width: 60px;

	height: 60px;

	background: #6e738c;

	cursor: pointer;

	position: absolute;

}

.right-bar ul li a.icon_k{

	width: 60px;

	height: 60px;

	cursor: pointer;

	overflow: hidden;

	display: block;

	float: left;

}

.right-bar ul li.rtbar-li2{
	top: 61px; 
	width:240px;
}


.right-bar ul li.rtbar-li3{

	top: 122px;

	width:240px;

}

.rtbar-li4{

	top: 183px;

}

.right-bar ul li em{

	width: 60px;

	height: 60px;

	display: block;

}

.right-bar ul li.rtbar-li1 em{

	background: url(../images/right-icon1.png);

	background-size: 100%;

}

.right-bar ul li.rtbar-li3 em{

	background: url(../images/right-icon2.png);

	background-size: 100%;

}

.right-bar ul li.rtbar-li2 em{

	background: url(../images/right-email.png);

	background-size: 100%;

}

.right-bar ul li.rtbar-li4 em{

	background: url(../images/right-icon4.png);

	background-size: 100%;

}

.right-bar ul li.rtbar-li2 p{

	text-align: center;

	line-height: 1;

	margin-bottom: 20px;

}

.right-bar ul li:hover{

	background: #e83d18;

}



.right-bar ul li:hover i{

    color: #ffffff;

}

.rtbar-li2 strong,.rtbar-li3 strong{

	font-size: 20px;

	line-height: 60px;

	color: #fff;

	font-weight: 500;

}
.rtbar-li2 strong{font-size: 16px;}
.rtbar-li4 i{

    color: #ffffff;

}

.right-bar ul li.rtbar-li4 a span{

    color: #ffffff;

}

.rtbar_shwx{

	position: absolute;

	right: 60px;

	top:0px;

	background: #fff;

	box-shadow: 0 2px 21px rgba(108,108,108,.19);

	display: none;

	z-index: 20;

}

.rtbar_shwx img{

	padding: 5px;

	max-width: 140px;

}

.right-bar ul li.gotop{

	display: none;

	background: #e83d18;

}





.news-editor{

	padding: 30px   0  0px 200px;

	position: relative;

}

.news-editor .editor-time{

	width: 140px;

	height: 140px;

	background: #eff1f5;

	position: absolute;

	left: 0;

	top: 30px;

	padding: 25px;

}

.news-editor .editor-time p{

	font-size: 44px;

	color: #e83d18;

	font-weight: bold;

	line-height: 1;

	margin-bottom: 10px;

}

.news-editor .editor-time span{

	font-size: 14px;

	line-height: 18px;

	color: #333;

}

.news-editor .editor-wrap .title{

	padding-bottom: 20px;

	border-bottom: 1px solid #ddd;

}

.news-editor .editor-wrap .title h2{

	font-size: 30px;

	color: #333;

	font-weight: bold;

	line-height: 1;

	margin-bottom: 15px;

}

.news-editor .editor-wrap .title p span{

	font-size: 14px;

	color: #666;

	margin-right: 20px;

}

.news-editor .editor-wrap .content{

	font-size: 16px;

	line-height:30px;

	color: #666;

	padding-top: 30px;

	padding-bottom: 50px;

	border-bottom: 1px solid #ddd;

	margin-bottom: 20px;

}

.news-editor .editor-wrap .content img{

	display: block;

	margin: 0 auto 20px;

}

.content-page{

	margin-bottom: 50px;

}

.content-page div{

	line-height: 50px;



}

.content-page span{

	font-size: 14px;

	color: #333;

}

.content-page a{

	font-size: 14px;

	color: #666;

	margin-left: 20px;

}

.contact-us{

	padding-top: 50px;

	padding-bottom: 100px;

	font-size: 16px;

	color: #333;

	line-height: 30px;

}

.contact-us .img{

	width: 50%;

	float: left;

	height: 400px;

	overflow: hidden;

}

.contact-us .img img{

}

.amap-icon img{width:25px;}

.contact-us .text{

	width: 50%;

	float: left;

	padding: 0 100px;

}

.contact-us .text .title{

	font-size: 24px;

	color: #333;

	font-weight: bold;

	line-height: 1;

	margin-bottom: 20px;

	margin-top: 20px;

}

.contact-us .text .add{

	font-size: 14px;

	color: #666;

	margin-bottom: 50px;

}

.contact-us .text .info{

	font-size: 14px;

	color: #666;

	line-height: 30px;

	margin-bottom: 80px;

}

.contact-us .text em{

	color: #f25f05;

}

.contact-us .text .small-title{

	font-size: 16px;

	color: #333;

	line-height: 1;

	margin-bottom: 20px;

}

.contact-us .text .tips{

	font-size: 14px;

	line-height: 24px;

	color: #666;

}

.gs-jianjie .text p.content {

    font-size: 16px;

    line-height: 28px;

    color: #666;

}

.contact-us{

	padding-top: 50px;

	padding-bottom: 100px;

}

.contact-us .img{

	width: 50%;

	float: left;

	height: 400px;

	overflow: hidden;

}

.contact-us .img img{

}

.contact-us .text{

	width: 50%;

	float: left;

	padding: 0 100px;

}

.contact-us .text .title{

	font-size: 24px;

	color: #333;

	font-weight: bold;

	line-height: 1;

	margin-bottom: 20px;

	margin-top: 20px;

}

.contact-us .text .add{

	font-size: 14px;

	color: #666;

	margin-bottom: 50px;

}

.contact-us .text .info{

	font-size: 14px;

	color: #666;

	line-height: 30px;

	margin-bottom: 80px;

}

.contact-us .text em{

	color: #f25f05;

}

.contact-us .text .small-title{

	font-size: 16px;

	color: #333;

	line-height: 1;

	margin-bottom: 20px;

}

.contact-us .text .tips{

	font-size: 14px;

	line-height: 24px;

	color: #666;

}

.w100{width: 100% !important;}

.ppd-top-box{overflow: hidden;}

.page-product-details{padding-top: 10px;}

.ppd-img{width: 500px;float: left; }

.ppd-info{width:600px; float: right;}

.ppd-img .gallery-top{width: 500px; height: 500px;border: 1px solid #ddd;box-sizing: border-box;overflow: hidden;}

.ppd-img-bar img{width: 100%;}

.ppd-img .gallery-thumbs{width: 500px; height: 90px;box-sizing: border-box;border: 1px solid #ddd;margin-top: 20px;position: relative;overflow: hidden;padding: 5px 25px;}

.ppd-img .gallery-thumbs .swiper-slide{cursor: pointer;box-sizing: border-box;overflow: hidden;border: 1px solid #f5f5f5;}

.ppd-img .gallery-thumbs .swiper-slide img{height: 100%;}

.gallery-thumbs .swiper-slide {height: 100%; opacity: 0.4;}

.gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}

.ppd-img .swiper-button-prev{left: 0;transform: scale(.6);}

.ppd-img .swiper-button-next{right: 0;transform: scale(.6);}

.ppd-tell{width: 360px;height: 90px; background: #e98c64; line-height: 90px;text-align: center; font-size: 24px; color: #ffffff; margin-top: 36px;}

.ppd-pname{font-size: 24px;line-height: 50px;border-bottom: 1px solid #ddd;}

.ppd-info-content{padding-top: 20px;font-size: 16px; color: #666666;line-height: 30px;}

.ppd-info-content p{font-size: 16px; color: #666666;line-height: 40px; }

.ppd-price{font-size: 24px;color: #e98c64;margin-top: 30px;}

.ppd-price span{font-size: 14px;color: #999999;}

.ppd-content-box{border: 1px solid #eee; margin-top: 40px;box-sizing: border-box;margin-bottom: 50px;}

.ppd-content-text-title{ width: 100%; height: 50px; line-height: 50px; text-indent: 20px; background: #eeeeee; font-size: 16px;font-weight: bold; color: #333333;}

.ppd-content-text{padding:30px 20px 50px; font-size: 14px; line-height: 30px; color: #666666;background-color: #fff;}

.page-tab{font-size: 14px; margin-top: 30px;}

.page-tab a{margin: 0 10px;color: #666666;}

.page-tab span{color: #999999;}

.page-tab .pre{width: 50%; float: left; padding-left: 30px; box-sizing: border-box; line-height: 16px; background: url(../images/pt-pre.png) left no-repeat;}

.page-tab .next{width: 50%; float: right; text-align: right; padding-right: 30px; box-sizing: border-box;background: url(../images/pt-next.png) right no-repeat;}

.page-tab .next span{float: right;}

.page-product-details .page_turning{padding-left: 0px;}

.screen-reader-text{display: none;}

.navigation{clear: both;}

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



	.page-pt-list .list-item{margin-bottom: 20px;}

	.news-editor{

		padding: 0px 0 50px;

		position: relative;

	}

	.news-editor .editor-time {

		width: 100px;

		height: 100px;

		background: #eff1f5;

		position: absolute;

		left: 0;

		top: 20px;

		padding: 15px;

	}

	.news-editor .editor-time p{

		font-size: 30px;

	}

	.news-editor .editor-wrap .content img {

		width: 100%;

		height: auto;

	}

	.editor-time{display: none;}

	.contact-us {

		padding-top: 30px;

		padding-bottom: 60px;

	}

	.contact-us .img{

		width: 100%;

		float: none;

		height: 300px;

		overflow: hidden;

	}

	.contact-us .text{

		width: 100%;

		float: none;

		padding: 0;

	}

	 .ppd-img {

        width: 100%;

        float: none;

    }

    .ppd-img .gallery-top {

        width: auto;

        height:100%;

        border: 1px solid #ddd;

        box-sizing: border-box;

        overflow: hidden;

    }

    .ppd-img .gallery-thumbs {

        width: 100%;

        

        box-sizing: border-box;

        border: 1px solid #ddd;

        margin-top: 10px;

        position: relative;

        overflow: hidden;

        padding: 5px 25px;

    }

    .ppd-img .swiper-slide img{

        width: 100%;

        height: initial !important;

        object-fit: cover;

    }

   .ppd-info{width: auto;}

    .ppd-content-text table{ max-width:100%;}
	.ppd-content-text table td{word-break:break-all;}
	

}
@media only screen and (max-width: 480px){
.logo-wrap img {
    height:auto; 
	width:98%; 
	max-width:100%;
    display: block;
}
}

.pagebar { padding:20px; overflow:hidden}

.pagebar .pagination {

  display: flex;

  justify-content: center;

  margin-top: 10px;

}

.pagination a {

  background: #fff;

  border: 1px solid #ccc;

  color: #333;

  font-size: 12px;

  padding: 7px 8px 5px;

  margin: 0 2px;



}

.pagination span {

    color: #333;

    font-size: 12px;

    padding: 7px 2px;

    margin: 0 2px;

    border-radius: 3px;

}

.pagination a:hover {

  color: #337ab7;

  border: 1px solid #337ab7;

}

.pagination a.page-num-current {

  color: #fff;

  background: #337ab7;

  border: 1px solid #337ab7;

}

.pagination .st{ font-family:宋体}

.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width: 100%; height: auto !important}

/* ----- PB分页数字条效果 结束 ----- */