.warp {
	width: 100%;
	padding: 30px 0px;
}

.warp-white {
	background-color: #FFFFFF;
}
.warp-about{
	background:url(../images/bg.jpg) no-repeat;
}
.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;
}
.top{
	line-height:2;
}
.top span{
	font-size:14px;
}
.top .cn:before{
	content:"";
	display:inline-block;
	
	width:21px;
	height:14px;
	background:url(../images/china.gif) no-repeat;
	
}
.top .en:before{
	content:"";
	display:inline-block;
	
	width:21px;
	height:14px;
	background:url(../images/english.gif) no-repeat;
	
}

.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,
.product {}

.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: 10px;
}
.news-list{
	font-size: 0px;
}
.news-list li{
	display: inline-block;
	width: 33%;
	padding: 5px;
}
.news-list-body{
	padding: 10px;
	border: 1px solid #eaeaea;
	transition: all .6s ease-in-out 0s;
}
.news-thumb{
	height: 180px;
	overflow: hidden;
	background-color: #024FA1;
}
.news-name{
	margin: 10px auto;
}
.news-name a{
	font-size: 16px;
	line-height: 2;
	color: #024fa1;
}


.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: 5px;
}

.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%); */
	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 a {
	font-size: 16px;
	line-height: 2;
	color:#024FA1;
	transition: all .6s ease-in-out 0s;
}
.product-name a:hover{

	color:#F21F1F;
}
.product-desc {
	font-size: 14px;
	line-height: 1.5;
	color: #424242;
}
.about{
	
}
.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;
}


.infos-list {}

.infos-list ul li {
	line-height: 200%;
	background: url(../images/arrow.png) no-repeat left center;
	text-indent: 20px;
}

.infos-list ul li a {
	font-size: 16px;
	transition: color .5s ease 0s;
}

.infos-list ul 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-left-box {
	width: 250px;
	margin-right: 15px;
}

.channel-right-box {
	overflow: hidden;
	min-height: 600px;
	background-color: #ffffff;
	border-left: 1px solid #f0f0f0;
	position: relative;
	
}
.channel-list {}
.channel-list-body {
	/*margin: 20px 10px 10px 10px;*/
	
}
.channel-product-list {
	font-size: 0px;
}


.channel-product-list li {
	display: inline-block;
	width: 33%;
	padding: 5px;
}

.channel-product-list-body {
	padding: 10px;
	border: 1px solid #eaeaea;
	transition: all .6s ease-in-out 0s;
}

.channel-product-list li:hover .channel-product-list-body {
	border: 1px solid goldenrod;
}
.channel-product-list li:hover .channel-product-name::after {
	border-bottom: 1px solid #a2a2a2;
}
.channel-product-list li:hover .channel-product-thumb img {
	/* filter: brightness(100%); */
	filter: grayscale(0%);
}
.channel-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; */
}

.channel-product-thumb {
	height: 180px;
	overflow: hidden;
	background-color: #024FA1;
}
.channel-product-thumb img{
	/* filter: brightness(70%); */
	/* filter: grayscale(80%); */
	transition: all 1s ease-in-out 0s;
}

.channel-product-name {
	margin: 10px auto;
}

.channel-product-name a {
	font-size: 16px;
	line-height: 2;
	color:#024FA1;
	transition: all .6s ease-in-out 0s;
}
.channel-product-name a:hover{

	color:#F21F1F;
}


.channel-list-header{
	margin-top:30px;
	width:100%;
	height:180px;
	
	border: 1px solid #e2e2e2;
	padding:5px;
	
}
.channel-list ul li {
	line-height: 46px;
	height: 46px;
	text-indent: 40px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	transition:all ease-in-out 0.5s 0s;
}
.channel-list ul li: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);
	background-color:#4fadf7;
}
.channel-list ul li a:hover{
	color:#ffffff;
}


.channel-list ul li:hover a {
	color:#ffffff;
}

.channel-list ul li a {
	display:block;
	font-size: 16px;
}


.location {
	line-height: 60px;
	height: 60px;
	padding-left: 30px;
	border-bottom: 1px solid #f0f0f0;
	font-size:16px;
}

.location a {
	font-size: 16px;
}

/*pages*/
.channel-page{
	position:relative;
	height:60px;
}
.page_wrap {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	zoom: 1;
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #f5f5f5;
	padding-top: 15px;
	width: 100%;
	height: 50px;

}

.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;
}



/*
.pages{
  position: relative;
  bottom:0px;
  border-top:1px solid #f5f5f5 ;
  padding-top:15px;
}
*/
.pageChannel-body {
	padding: 30px 15px 15px 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;
}
.content-header h2{
	font-size:26px;
	font-family:"微软雅黑";
	line-height:4;
	color:#191919;
	
}
.content-body{
	line-height:2;
	padding:30px 0px;
	
}
.content-body img{
	text-align:center;
}

.content-navigation{
	margin:15px auto;
	padding:15px 0px;
	border-top:1px solid rgb(221,221,221);
	line-height:2;
}
.content-navigation a{
	color:#191919;
	transition:all 0.5s ease-in-out 0s;
	
}
.content-navigation a:hover{
	color: #f21f1f;
}

.anipositon{
	position:absolute;
	font-size:64px;
	color:#fff;
	left:20%;
	top:40%;	
	letter-spacing:10px;
	font-weight:bold;
	text-shadow:0 5px 10px rgba(0,0,0,.3);
	font-family:"仿宋";
	font-weight:bolder;
}
.anipositon1{
	position:absolute;
	font-size:48px;
	color:#fff;
	top:43%;
	left:35%;
	text-shadow:0 5px 10px rgba(0,0,0,.3);
	font-family:"仿宋";
	font-weight:bolder;
}
.anipositon2{
	position:absolute;
	font-size:22px;
	color:#fff;
	top:60%;
	left:50%;
	margin-left:-120px;
	text-shadow:0 5px 10px rgba(0,0,0,.3);
	letter-spacing:10px;
	font-family:"仿宋";
	
}
.anipositon3{
	position:absolute;
	font-size:48px;
	color:#fff;
	left:40%;
	top:40%;	
	letter-spacing:10px;
	font-weight:bold;
	text-shadow:0 5px 10px rgba(0,0,0,.3);
	font-family:"仿宋";
	font-weight:bolder;
}


​
