@charset "utf-8";

/* CSS Document */

html,
body {
	position: relative;
	height: 100%;
}
 
body{
	padding-top: 101px;
}

.banner-style{
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: move;
}

.banner-style .container{
	position: relative;
}

.banner-style .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner-style .pagination {
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 20px;
    padding: 6px 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
}
.banner-style .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  opacity: 0.6;
  border: 1px solid #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-style .swiper-pagination-bullet-active {
  background: #0000fe;
  opacity: 1;
}

.banner-style .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide a{
	position: relative;
	display: block;
	height: 680px;
}

.index-box-service{
	margin-top: 88px;
}

.index-box-product,
.index-box-zhongye{
	margin-top: 64px;
}

.index-box-header{
	margin-bottom: 30px;
}

.index-box-header .title{
	float: left;
	font-size: 24px;
	color: #0000fe;
	line-height: 32px;
	font-weight: bold;
}

.index-box-header .more{
	float: right;
	margin-left: 12px;
}

.index-box-header .list{
	float: right;
}

.index-box-header .list li{
	float: left;
	margin-left: 12px;
}

.index-box-header .more,
.index-box-header .list a{
	display: block;
	padding: 0 16px;
	min-width: 64px;
	text-align: center;
	border: 1px solid #eee;
	color: #a1a1a1;
	font-size: 14px;
	line-height: 32px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-box-header .more:hover,
.index-box-header .list a:hover,
.index-box-header .more.active,
.index-box-header .list a.active{
	background: #0000FE;
	color: #fff;
	border-color: #0000FE;
}

.index-box-body{
	overflow: hidden;
}

.index-service ul{
	margin-left: -24px;
}

.index-service ul li{
	float: left;
	width: 50%;
	margin-bottom: 24px;
}

.index-service ul li a{
	display: block;
	margin-left: 24px;
}

.index-service .img{
	overflow: hidden;
}

.index-service .imgBox{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding-bottom: 61%;
}

.index-service .text{
	background: #f6f7f7;
	padding: 20px 0;
}

.index-service .text .title{
	position: relative;
	font-size: 18px;
	color: #5d5e5e;
	margin-bottom: 12px;
	padding: 0 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-service .text .title::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 0;
	height: 4px;
	background: #0000FE;	
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-service a:hover .text .title::before{
	width: 20px;
}

.index-service a:hover .text .title{
	color: #0000FE;
}

.index-service .text .desc{
	font-size: 14px;
	color: #777777;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 20px;
	height: 40px;
	padding: 0 36px;
}

.index-product ul{
	margin-left: -24px;
}

.index-product li{
	float: left;
	width: 33.33333%;
	margin-bottom: 16px;
}

.index-product li a{
	display: block;
	margin-left: 24px;
	border: 2px solid transparent;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-product li a:hover{
	background: #0000FE;
}

.index-product .img{
	overflow: hidden;
}

.index-product .imgBox{
	padding-bottom: 75%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-product .text{
	padding: 20px 0;
}

.index-product .text .title{
	font-size: 18px;
	color: #464646;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
	padding: 0 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-product a:hover .text .title{
	color: #fff;
	font-weight: bold;
}

.index-product .text .desc{
	font-size: 14px;
	color: #999999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 20px;
	height: 40px;
	padding: 0 20px;
}

.index-product a:hover .text .desc{
	color: #fff;
	color: rgba(255,255,255,0.8);
}


.index-product .text .price{
	font-size: 16px;
	color: #101d32;
	font-weight: bold;
	border-top: 1px solid #eeeeee;
	margin-top: 14px;
	padding: 16px 20px 0;
}



.index-product .text .price span{
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
	line-height: 22px;
}

.index-product .text .price .red{
	color: #e94456;
	font-weight: normal;
}

.index-product a:hover .text .price,
.index-product a:hover .text .price .red{
	color: #fff;
}

.index-product .text .price .tag{
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e94456;
	font-size: 12px;
}

.index-product a:hover .text .price .tag{
	border-color: #fff;
}

.index-zhongye ul{
	margin-left: -24px;
}

.index-zhongye li{
	float: left;
	width: 33.33333%;
	margin-bottom: 20px;
}

.index-zhongye li a{
	display: block;
	margin-left: 24px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-zhongye li a:hover{
	-webkit-box-shadow: 0 0 24px rgba(128,128,128,0.2);
	-moz-box-shadow: 0 0 24px rgba(128,128,128,0.2);
	box-shadow: 0 0 24px rgba(128,128,128,0.2);
}

.index-zhongye .img{
	overflow: hidden;
}

.index-zhongye .imgBox{
	padding-bottom: 68.84%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.index-zhongye .text{
	padding: 20px 0;
}

.index-zhongye .text .title{
	font-size: 18px;
	color: #464646;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: 0 20px;
}

.index-zhongye a:hover .text .title{
	color: #0000FE;
}

.index-zhongye .text .desc{
	font-size: 14px;
	color: #999999;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height: 20px;
	height: 40px;
	padding: 0 20px;
}

.index-zhongye .text .date{
	font-size: 16px;
	color: #888888;
	font-weight: bold;
	border-top: 1px solid #eeeeee;
	margin-top: 14px;
	padding: 16px 20px 0;
}

.index-system-banner{
	margin-top: 64px;
}

.index-system-banner .swiper-slide a{
	position: relative;
	display: block;
	height: 472px;
}

.index-system .content{
	position: relative;
}

.index-system-banner .pagination{
	display: none;
}

.index-system .text-banner{
	padding: 64px 0 88px;
}

.index-system .text-banner:hover{
	cursor: pointer;
}

.index-system .text-banner .inner{
	padding: 0 40px;
	line-height: 1.4;
	width: auto;
	margin-left: 34%;
}

.index-system .text-banner .title{
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 12px;
}

.index-system .text-banner .tip{
	font-size: 14px;
	color: #777777;
}

.index-system .text-banner .desc{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	padding-top: 16px;
	margin-top: 16px;
	border-top: 1px solid #e5e5e5;
}

.index-system .text-banner{
	cursor: move;
	overflow: hidden;
	position: relative;
}

.index-system .text-banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
}

.index-system .text-banner .pagination {
	position: absolute;
	width: 34%;
	text-align: center;
	top: 10px;
	bottom: initial;
	z-index: 999;
}

.index-system .kongzhi{
	position: relative;
	float: left;
	width: 30%;
	overflow: hidden;
	padding: 64px 0 88px;
}

.index-system .text-banner .swiper-pagination-bullet {
  display: inline-block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0000fe;
  margin: 0 5px;
  opacity: 1;
  cursor: pointer;
  border: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border: 2px solid #fff;
  overflow: hidden;
}
.index-system .text-banner .swiper-pagination-bullet-active {
  background: #0000fe;
  opacity: 1;
  background: #fff;
  border: 2px solid #0000FE;
  margin-top: 2px;
  width: 4px;
  height: 4px;
  margin-top: 0;
}

.small-banner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.main-header{
	border-bottom: 1px solid #efefef;
}

.main-header .brand{
	float: right;
	line-height: 100px;
	font-size: 14px;
	color: #333333;
	padding-left: 24px;
	background: url(../img/common-img/address.png) left center no-repeat;
}

.main-header .brand a{
	color: #333333;
}

.main-header .brand a:hover{
	text-decoration: underline;
}

.main-header .small-nav{
	float: left;
}

.main-header .small-nav li{
	position: relative;
	float: left;
	line-height: 100px;
}

.main-header .small-nav li a{
	padding: 0 24px;
	font-size: 14px;
	color: #333333;
	border-right: 1px solid #cccccc;
}

.main-header .small-nav li:last-child a{
	border-right: none;
}

.main-header .small-nav li.active::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 48px;
	margin-left: -24px;
	border-top: 2px solid #0000FE;
}

.main-header .small-nav li.active a{
	color: #0000FE;
}


.main-body .contentBox{
	padding: 64px 0 94px 0;
	
}

.main-body .contentBox .title{
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 44px;
}

.main-body .contentBox .text{
	font-size: 12px;
	color: #868686;
	line-height: 24px;
}

.main-header-2{
	background: #e6e6e6;
}

.main-header-2 .small-nav li,
.main-header-2 .brand{
	line-height: 64px;
}

.news-detail .title{
	padding-bottom: 48px;
	border-bottom: 1px solid #cdcdcd;
		line-height: 1.4;
}

.main-body-2{
	background: #f5f5f5;
	padding: 64px 0;
}

.main-body-2 .index-zhongye li{
	margin-bottom: 16px;
}

.main-body-2 .index-zhongye li a{
	background: #fff;
}

.main-body-2 .index-zhongye .text{
	padding: 20px 16px;
}

.service{
	padding: 64px 0;
}

.service .item{
	position: relative;
}

.service .item .text{
	width: 50%;
}

.service .item .text .inner{
	padding: 16% 11%;
	line-height: 1.5;
}

.service .item .text .title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 24px;
}

.service .item .text .desc{
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 56px;
}

.service .item .text .link{
	display: block;
	width: 180px;
	height: 48px;
	color: #fff;
	line-height: 48px;
	font-size: 16px;
	background: #0000FE;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.service .item .text .link:hover{
	opacity: .8;
}

.service .item .img{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
}

.service .item-text-left .text{
	float: left;
}


.service .item-text-left .img{
	right: 0;
}

.service .item-text-right .text{
	float: right;
}


.service .item-text-right .img{
	left: 0;
}

.select-seed{
	padding: 40px 0;
}

.select-seed-header{
	margin-bottom: 40px;
}

.select-seed-header li{
	float: left;
	width: 50%;
	text-align: center;
}

.select-seed-header li a{
	display: block;
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 18px;
	color: #333;
}

.select-seed-header li a.active{
	background: #0000fe;
	color: #fff;
}

.select-seed-header-letter{
	margin-bottom: 40px;
	background: #fff;
	padding: 20px 16px 12px;
	line-height: 24px;
	font-size: 16px;
	color: #333;
}

.select-seed-header-letter .title{
	float: left;
	
}

.select-seed-header-letter .list{
	margin-left: 60px;
}

.select-seed-header-letter .list li{
	float: left;
	margin-right:20px;
	width: 20px;
	margin-bottom: 8px;
}

.select-seed-header-letter .list li a{
	display: block;
	text-align: center;
}

.select-seed-header-letter .list li a:hover,
.select-seed-header-letter .list li a.active{
	color: #0000FE;
	font-weight: bold;
}

.select-seed-body{
}

.select-seed-body .list{
	overflow: hidden;
}

.select-seed-body ul{
	margin-left: -24px;
}

.select-seed-body li{
	float: left;
	width: 25%;
	margin-bottom: 24px;
}

.select-seed-body a{
	display: block;
	margin-left: 24px;
	background: #fff;
}

.select-seed-body .img{
	padding-bottom: 100%;
}

.select-seed-body .text{
	line-height: 56px;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seed-select-list .msg{
	background: #fff;
	padding: 50px 50px 44px;
	margin-bottom: 40px;
}

.seed-select-list .msg .title{
	margin-bottom: 24px;
}

.seed-select-list .msg .title span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #0000fe;
	font-weight: bold;
	padding-bottom: 16px;
}

.seed-select-list .msg .title span::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -22px;
	width: 44px;
	border-top: 3px solid #0000FE;
}

.seed-select-list .msg .desc{
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.seed-select-list .list{
	padding: 50px;
	background: #fff;
}

.seed-select-list .list-header{
	margin-bottom:12px;
}

.seed-select-list .list-header li{
	float: left;
	margin-right: 36px;
	margin-bottom: 20px;
}


.seed-select-list .list-header a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #333333;
	padding-bottom: 14px;
}

.seed-select-list .list-header a::after{
	display: none;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	width: 24px;
	border-top: 3px solid #0000FE;
}

.seed-select-list .list-header a:hover,
.seed-select-list .list-header a.active{
	color: #0000FE;
}

.seed-select-list .list-header a:hover::after,
.seed-select-list .list-header a.active::after{
	display: block;
}

.seed-select-list .list-body{
	overflow: hidden;
}

.seed-select-list .list-body ul{
	margin-left: -50px;
}

.seed-select-list .list-body li{
	float: left;
	width: 33.33333%;
	margin-bottom: 50px;
}

.seed-select-list .list-body a{
	display: block;
	margin-left: 50px;
}

.seed-select-list .list-body .img{
	position: relative;
	overflow: hidden;
}

.seed-select-list .list-body .imgBox{
	padding-bottom: 75%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.seed-select-list .list-body .text{
	padding: 20px 0 0;
}

.seed-select-list .list-body .title{
	font-size: 18px;
	text-align: center;
	padding: 0 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 26px;
	margin-bottom: 12px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.seed-select-list .list-body .desc{
	color: #71829d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.seed-select-list .list-body a:hover .imgBox{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.seed-select-list .list-body a:hover .title{
	color: #0000FE;
}

.zhaopin{
	padding: 50px 0 0;
}

.zhaopin .box-title{
	font-size: 32px;
	color: #333333;
	text-align: center;
}

.zhaopin .list .item{
	padding: 40px 0 20px;
	border-bottom: 1px solid #f3f3f3;
}

.zhaopin .list .item:last-child{
	border: none;
}

.zhaopin .list .item-header{
	float: left;
	width: 34%;
}

.zhaopin .list .item-header .title{
	font-size:30px;
	font-weight: bold;
	color: #0000FE;
	margin-bottom: 20px;
	line-height: 1.3;
}

.zhaopin .list .item-header .link{
	display: block;
	width: 120px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	background: #0000FE;
	font-size: 16px;
	color: #fff;
}

.zhaopin .list .item-body{
	margin-left: 34%;
	padding-left: 48px;
	font-size: 16px;
	color: #525252;
	line-height: 26px;
}

.zhaopin .list .child{
	margin-bottom: 30px;
}

.zhaopin .list .child .title{
	font-size: 20px;
	color: #646464;
	font-weight: bold;
	margin-bottom: 12px;
}


.product-detail .swiper-slide {
    background-size: cover;
    background-position: center;
    height: auto;
}
.product-detail .swiper-slide .img,
.product-detail .gallery-thumbs .swiper-slide .img{
	padding-bottom: 65%;
	width: 100%;
}
.product-detail .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
}
.product-detail .gallery-thumbs .swiper-slide {
    width: 25%;
    height: auto;
    opacity: 0.4;
}

.product-detail .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.product-detail{
	padding: 80px 0 100px;
}

.product-detail .product-img{
	position: relative;
	float: left;
	width: 400px;
}

.product-detail .product-text{
	padding-left: 466px;
}

.product-detail .product-text .title{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	padding-bottom: 22px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 22px;
}

.product-detail .product-text .text{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.contact{
	padding: 50px 0;
}

.contact .box-title{
	font-size: 32px;
	color: #333;
	padding-bottom: 16px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 24px
}

.contact .msg{
	position: relative;
}
 
.contact .map{
	position: absolute;
	right: 0;
	top: 0;
	width: 58%;
	height: 100%;
	background: #fff;
}

.contact .list{
	float: left;
	width: 42%;
}

.contact .list .inner{
	position: relative;
	margin-right: 30px;
	background: #fff;
	padding: 0 10% 0 7%;
}

.contact .list .item{
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: left center;
	padding-left: 56px;
}

.contact .list .item .title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.contact .list .item .desc{
	font-size: 16px;
	color: #888888;
	margin-top: 12px;
	line-height: 20px;
}

.BMap_cpyCtrl,
.anchorBL {
	display: none !important;
}

.iw_poi_content{
	padding-top: 6px !important;
	line-height: 1.4;
}

.BMap_Marker{
	background: url(../img/common-img/mapi.png) no-repeat !important;
	background-size: contain !important;
}

.hoverScale .img{
	position: relative;
	overflow: hidden;
}

.hoverScale .imgBox{
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}


.hoverScale a:hover .imgBox{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.news-box{
	padding: 64px 0;
}

.news-box .news-hot{
	float: right;
	width: 300px;
}

.news-box .news-hot .box-title{
	font-size: 22px;
	color: #4889f3;
	font-weight: bold;
	margin-bottom: 16px;
	padding: 0 16px
}

.news-box .news-hot a{
	display: block;
	padding: 16px;
	background: #f7f8f9;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news-box .news-hot .img{
	float: left;
	width: 120px;
	height: 80px;
}

.news-box .news-hot .text{
	margin-left: 130px;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	padding-top: 6px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news-box .news-hot a:hover{
	color: #fff;
	background: #4889f3;
}

.news-box .news-hot a:hover .text{
	color: #fff;
}

.news-box .news-box-list{
	margin-right: 324px;
}

.news-box .news-hot .more{
	font-size: 15px;
	color: #333333;
	text-align: center;
	border-top: 1px solid #eaeaea;
}

.news-box .news-box-list .item{
	border-bottom: 1px solid #e6e6e6;
}

.news-box .news-box-list a{
	display: block;
	padding: 24px 0;
}

.news-box .news-box-list .title{
	font-size: 18px;
	color: #303030;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 22px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news-box .news-box-list .desc{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 40px;
}

.news-box .news-box-list .date{
	font-size: 14px;
	color: #999999;	
}

.news-box .news-box-list .item-img-3 li{
	float: left;
	width: 33.33333%;
}

.news-box .news-box-list .item-img-3 .imgList{
	overflow: hidden;
}

.news-box .news-box-list .item-img-3 ul{
	margin-left: -12px;
}

.news-box .news-box-list .item-img-3 li .img{
	margin-left: 12px;
	overflow: hidden;
}

.news-box .news-box-list .item-img-3 li .imgBox{
	padding-bottom: 58%;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.news-box .news-box-list .item-img-3 li .img:hover .imgBox{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.news-box .news-box-list .item-img-1{
	overflow: hidden;
}

.news-box .news-box-list .item-img-1 a{
	margin-left: -12px;
	display: block;
}

.news-box .news-box-list .item-img-1 .img{
	float: left;
	width: 33.33333%;
}

.news-box .news-box-list .item-img-1 .imgBox{
	padding-bottom: 56%;
	margin-left: 12px;
}

.news-box .news-box-list .item-img-1 .text{
	margin-left: 33.33333%;
	padding-left: 12px;
}

.news-box .news-box-list a:hover .title{
	color: #0000FE;
}










































































































































































































































































































































































