.warp {
	width: 100%;
	padding: 50px 0px;
}

.warp-white {
	background-color: #FFFFFF;
}
.warp-about{
	background:url(../images/bg.jpg) center;
	background-size: cover;
}
.warp-gray {
	background-color: #f7f7f7;
	/* background-color:#ebebeb; */
}

.morethan {
	float: right;
	color: #828282;
	font-size: 14px;
	font-weight: normal;
}

.morethan:hover {
	transition: color .5s ease 0s;
	color: #f21f1f;
}

.newdate {
	margin-left: 30px;
	font-size: 14px;
	color: #a2a2a2;
}

.header {
	height: 100px;
	background-color: #FFFFFF;
	width: 100%;
	/* box-shadow:0 5px 10px rgba(0,0,0,.3); */
}

.header-warp {
	padding: 0 40px;
}

.header-table {
	width: 100%;
	display: table;
}

.logo {
	text-align: center;
	width: 170px;
	display: table-cell;
	vertical-align: middle;
}

.menu {
	display: table-cell;
	vertical-align: middle;
}

.menubar {
	float: right;
}

.search {
	display: table-cell;
	vertical-align: middle;

	width: 250px;
	text-align: center;
}

.menu>ul>li {
	height: 100px;
	line-height: 100px;
	text-align: center;
	float: left;
	/* margin: 0px 20px; */
	padding: 0px 20px;
	/* overflow: hidden; */
}

.menu>ul>li>a {
	font-size: 16px;
	color: #828282;
	transition: all .5s ease 0s;
}

.menu>ul>li>a:hover {
	/* background: url(../images/navbg_a.jpg); */
	color: #024fa1;
}


.banner {
	/* margin-top: 132px; */
	overflow: hidden;
	width: 100%;
	/* height: 350px; */
	background: url(../images/1600.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}


.news{
	margin:auto 5vw;
}

.product {
	margin:auto 5vw;
}

.header-box,
.product-box {}

.header-box::after,
.product-box::after {
	content: " ";
	display: block;
	width: 100px;
	border-bottom: 3px solid #929292;
}

.news-title::after,
.product-title::after {
	content: " ";
	display: block;
	position: relative;
	top: 3px;
	width: 180px;
	border-bottom: 1px solid #e7e7e7;
}

.news-header,
.product-header {}

.news-title,
.product-title {
	display: block;
	line-height: 2;
	color: #424242;

}

.news-title span,
.product-title span {
	color: #B2B2B2;
	font-size: 14px;
	letter-spacing: 1px;
}

.news-body,
.product-body {

	padding: 1rem 0;
}
.news-list{
	font-size: 0px;
}
.news-list li{
	display: inline-block;
	width: 24%;
	margin: auto 0.5%;
}
.news-list-body{
	padding: 10px;
	border: 1px solid #eaeaea;
	transition: all .6s ease-in-out 0s;
}
.news-thumb{
	/* height: 180px; */
	overflow: hidden;
}
.news-thumb img{
	width: 100%;
	vertical-align: bottom;
	
}
.news-name{
	font-size: 1rem;
	line-height: 2;
	color: #024fa1;
}
/* .news-name a{
	font-size: 16px;
	line-height: 2;
	
} */


.news-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #adadad;
}

.product-list {
	font-size: 0px;
}


.product-list li {
	display: inline-block;
	width: 25%;
	padding: 10px;
}

.product-list-body {
	padding: 10px;
	border: 1px solid #eaeaea;
	transition: all .6s ease-in-out 0s;
}

.product-list li:hover .product-list-body {
	border: 1px solid goldenrod;
}
.product-list li:hover .product-name::after {
	border-bottom: 1px solid #a2a2a2;
}
.product-list li:hover .product-thumb img {
	/* filter: brightness(100%); */
	filter: grayscale(0%);
}
.product-list-body:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	/* color: rgb(28, 177, 245); */
	/* border: 1px solid #00A33E; */
	/* color:#a0a0a0; */
}

.product-thumb {
	/* height: 180px; */
	overflow: hidden;
	/* background-color: #024FA1; */
}
.product-thumb img{
	/* filter: brightness(70%); */
	/* filter: grayscale(80%); */
	width: 100%;
	vertical-align: bottom;
	transition: all 1s ease-in-out 0s;
}

.product-name {
	margin: 10px auto;
}

.product-name::after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid rgb(229, 229, 229);
	transition: all .6s ease-in-out 0s;
}

.product-name{
	font-size: 1.2rem;
	line-height: 2;
	color:#024FA1;
	transition: all .6s ease-in-out 0s;
}
.product-name a:hover{

	color:#F21F1F;
}
.product-desc {
	font-size: 1rem;
	line-height: 1.5;
	color: #aaaaaa;
}
.about{
	margin:auto 5vw;
}
.about-header{
	text-align: center;
	
}
.about-body{
	line-height: 2;
	padding: 20px 0px;
}
.about-body p{
	text-indent: 40px;
	width: 80%;
	margin:auto;
	color:#525252;
}
.about-title{
	line-height: 2;
	color: #424242;
}
.about-img{
	width: 80%;
	margin: auto;
	height: 400px;
	overflow: hidden;
}
.about-img img{
	width: 100%;
}
.about-title-en{
	color: #B2B2B2;
	font-size: 14px;
	letter-spacing: 1px;
}
.morebtn{
	display: block;
	width:150px;
	height: 50px;
	background-color: #1c7bdb;
	text-align: center;
	line-height: 50px;
	color:#fff;
	margin:80px auto;
	transition: all 0.8s ease-in-out 0s; 
}
.morebtn:hover{
	
	color:#1c7bdb;
	background-color: #fff;
	border: 1px solid #1c7bdb;
}





.news-content {
	overflow: hidden;
	height: 320px;
}


.footer {
	overflow: hidden;
	/*margin-top: 50px;*/
	position: relative;
	/*height:150px;*/
	background-color: #2a2a2a;
	padding: 20px 0px;
}

.copyrigt {
	position: relative;
	/*margin-top:30px;*/
	line-height: 200%;
	text-align: center;
	color: #a2a2a2;
	font-size: 14px;
}


.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*自定义分页指示器样式*/
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(255, 255, 255, .7);
	/* border: 1px solid rgb(255, 255, 255); */

}

.swiper-pagination-bullet-active {
	width: 16px;
	height: 8px;
	color: #fff;
	background: rgb(255, 255, 255);
	border-radius: 4px;
}



/* 栏目页面 */
/* channel-location */
.channel-location{
	
	padding: 2vh 5vw;
	border-bottom: 1px solid #ccc;
}

.channel-location-item{
	font-size: 1rem;
	line-height: 2;
}

.channel-location-item>a{
	font-size: 1rem;
	transition: all 0.3s 0s ease-in-out;
}
.channel-location-item>a:hover{
	color: #D4105A;

}


/* channel-about */
.channel-about{
	padding: 2vh 5vw;
}

.channel-about-head{
	text-align: center;
}
.channel-about-title{
	line-height: 2;
	color: #424242;
}

.channel-about-title-en{
	color: #B2B2B2;
	font-size: 14px;
	letter-spacing: 1px;
}
.channel-about-body{
	line-height: 2;
	padding: 20px 0px;
}
.channel-about-body p{
	text-indent: 2rem;
	margin:auto;
	color:#525252;
}




/* channel-product */
.channel-product{
	padding: 10vh 5vw;
}
.channel-product-item{
display: flex;
flex-flow: row nowrap;

}
.channel-product-list{
	flex: 0 0 18vw;

}
.channel-product-list-head{
	margin-bottom: 5vh;

}
.channel-product-list-head-title{
	font-weight: bold;
	font-size: 1.75rem;
	color: #554e4e;
	line-height: 1.5;

}
.channel-product-list-head-title-en{
	font-size:1.25rem;
	color: #727070;
}
.channel-product-list-body{
	padding: 3vh 1vw;
}
.channel-product-list-body ul{

}
.channel-product-list-body ul li{
	line-height: 3;
	text-indent: 1rem;
	border-bottom: 1px solid rgb(214, 214, 214);
}
.channel-product-list-body ul li a{
	
	font-size: 1rem;
}
.channel-product-list-body ul li a:hover{
	color: #F21F1F;
}
.channel-product-body{
	flex: 1 0;
	padding: 2vh 1vw;
		display: flex;
	flex-flow: row wrap;
}
.channel-product-list-body{
	background-color: #f6f6f6;
}

.channel-product-body-items{
flex: 0 0 33.3333%;
padding: 1rem;

}
.channel-product-body-item{
		padding: 0.625rem;;
	border: 1px solid #eaeaea;
	transition: all .6s ease-in-out 0s;
}



.channel-product-body-items:hover .channel-product-body-item {
	border: 1px solid goldenrod;
}
.channel-product-body-items:hover .product-name::after {
	border-bottom: 1px solid #a2a2a2;
}

.channel-product-body-item:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	/* color: rgb(28, 177, 245); */
	/* border: 1px solid #00A33E; */
	/* color:#a0a0a0; */
}

.channel-product-body-item-thumb {
	/* height: 180px; */
	overflow: hidden;
	/* background-color: #024FA1; */
}
.channel-product-body-item-thumb img{
	/* filter: brightness(70%); */
	/* filter: grayscale(80%); */
	width: 100%;
	vertical-align: bottom;
	transition: all 1s ease-in-out 0s;
}


.channel-product-body-item-name::after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid rgb(229, 229, 229);
	transition: all .6s ease-in-out 0s;
}

.channel-product-body-item-name{
	font-size: 1rem;
	line-height: 2;
	color:#024FA1;
	transition: all .6s ease-in-out 0s;
}

.channel-product-body-item-desc {
	font-size:0.875rem;
	line-height: 1.5;
	color: #aaaaaa;
}

.channel-pages{
	
	padding: 1rem 0;
	flex:1 1 100%;
}
.channel-pages .page_wrap{
	padding: 1rem 0;
	border-top: 1px solid #e2e2e2;

}

/* channel-news */
.channel-news{
	padding: 2vh 5vw;
}

.channel-news-head{
	text-align: center;
}
.channel-news-title{
	line-height: 2;
	color: #424242;
}

.channel-news-title-en{
	color: #B2B2B2;
	font-size: 14px;
	letter-spacing: 1px;
}
.channel-news-body{
	line-height: 2;
	padding: 20px 0px;
}


/* channel-contact */
.channel-contact{
	display: flex;
	flex-flow: row nowrap;
	padding: 1rem 0;


}
.channel-contact-map{

	flex: 0 0 50%;
}
.channel-contact-txt{
	flex: 0 0 50%;
	line-height: 2;
}
.channel-contact-map{
	width: 100%;
	height: 400px;
}
.channel-contact-map-body{
	height: 100%;
}


/* channel-honor */


.channel-honor{

}





/* 内容页 */
/* content */
.content-product{
	padding: 0 1rem;
}
.content-product-tit{
	line-height: 3;
	font-size: 2rem;
	text-align: center;
}
.content-product-body{
	line-height: 2;
	font-size: 1rem;
}
.content-product-body-thumb{
	text-align: center;
	margin: auto;
	max-width: 50vw;
}
.content-product-body-thumb img{
	width:100%;
	vertical-align: bottom;
	
}
.content-product-txt{
	padding: 1rem 0;

}


/* content-news */
.channel-news-body-item{
	display: flex;
	flex-flow: row nowrap;
	padding: 1rem 0;

}
.channel-news-body-item-thumb{
	flex: 0 0 20vw;
	background-color: #1c7bdb;
	
}
.channel-news-body-item-txt{
	flex: 1 0;
	padding: 0 0 0 1rem;
}

.channel-news-body-item-thumb img{
width: 100%;
vertical-align: bottom;
}
.channel-news-body-item-txt-tit a{
	font-family:Microsoft YaHei;
	font-size: 1rem;
	font-weight: bold;
	line-height: 2;
}
.channel-news-body-item-txt-tit a:hover{
color: #024FA1;
}
.channel-news-body-item-txt-date{
	font-size: 0.875rem;
	color: #ccc;
	line-height: 1.5;
}
.channel-news-body-item-txt-desc{
	font-size: 0.875rem;
	line-height: 1.5;
	color: #a1a1a1;
}






.channel-left-box {
	width: 270px;
	margin-right: 15px;

}

.channel-right-box {
	overflow: hidden;
	min-height: 600px;
	background-color: #ffffff;
	border: 1px solid #f0f0f0;
	position: relative;
}

.infos-list {}

.infos-list>li {
	line-height: 200%;
	background: url(arrow.png) no-repeat left center;
	text-indent: 20px;
}

.infos-list>li>a {
	font-size: 16px;
	transition: color .5s ease 0s;
}

.infos-list>li>a:hover {
	color: #066bb3;

}

.addtime {
	float: right;
	color: #808080
}



.box-channel-header-title {
	display: block;
	height: 64px;
	/* width: 100%; */
	line-height: 64px;
	/* padding:0px 40px; */
	background-color: #3175c5;
	/* border-top:2px solid #3175C5; */
	/* border-left:1px solid #f2f2f2; */
	/* border-right:1px solid #f2f2f2; */
	text-indent: 40px;
	font-size: 20px;
	color: #ffffff;
	margin: 5px 5px 0px 5px;
}

.channel-list {}

.channel-list ul li {
	line-height: 46px;
	height: 46px;
	text-indent: 40px;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.channel-list ul li a {
	font-size: 16px;
}

.page_wrap{clear:both; margin-bottom:10px; overflow:hidden;zoom:1;}
.paginator {float:right; height:25px; overflow:hidden; }
.paginator,
.paginator input,
.paginator button {font-family:Tahoma, "宋体"; font-size:12px; }
.paginator a,
.paginator span {float:left; height:23px; margin:0 5px 0 0; text-align:center; white-space:nowrap; vertical-align:middle; line-height:23px; background:#fff; }
.paginator a {color:#085C9B; }
.paginator b{font-family:"宋体"; margin:3px;font-weight:300;}
.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {text-decoration:none; }
.paginator .page-start,
.paginator a,
.paginator .page-end {padding:0 8px; border:1px solid #D3D3D3; background:#ffffff; }
.paginator .page-start {border-color:#d9d9d9; color:#d9d9d9; }
.paginator .page-end { border-color:#d9d9d9;  color:#d9d9d9; }
.paginator .page-this,
.paginator .page-break {padding:0 3px; }
.paginator .page-break {border:1px solid #fff; }
.paginator .page-this {border:1px solid #D3D3D3;background-color:#E9E9E9; color:#D4105A;padding:0px 8px; font-weight:bold; }
.paginator .page-skip {height:22px; line-height:22px; padding:0 3px; margin:0; background:none; }
.paginator .page-skip input {width:26px;  *width:23px;height:19px;line-height:19px;border:1px #D3D3D3 solid;font-size:12px; margin:-1px 6px 0px 6px;#margin-top:1px;_margin-top:0px;padding:0px 0px 0px 2px; vertical-align:middle; padding-top:0px; padding-bottom:0px; }
.paginator .page-skip button {font-size:12px; padding:0 5px 5px 5px;_padding:0 5px 0 5px; width:auto; _width:0; height:22px;  *height:23px; *line-height:20px; _height:16px; _line-height:16px; margin-left:10px;  *margin-top:-1px;overflow:visible; vertical-align:top; }
.paginator a:hover {border:1px solid #A6A6A6;color:#868688; }

.location {
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	border-bottom: 1px solid #f5f5f5;
}

.location a {
	font-size: 18px;
}

.channel-list-body {
	margin: 20px 10px 10px 10px;
}

/*
.pages{
  position: relative;
  bottom:0px;
  border-top:1px solid #f5f5f5 ;
  padding-top:15px;
}
*/
.pageChannel-body {
	padding: 15px;
	line-height: 2;
	font-size: 16px;
}

.pageChannel-body p {
	line-height: 2;
	font-size: 16px;
}

.content-header {
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
	font-size: 26px;

}

​

