
/*幻灯片CSS*/
#banner {
  width: 100%;
  height: 640px;
  position: relative;
}
#banner .hd {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 100;
}
#banner .hd li {
  width: 40px;
  height: 5px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
#banner .hd .on {
  background-color: #ff0000;
}
#banner .bd a {
  display: block;
  width: 100%;
  height: 640px;
}
#banner .btn {
  width: 47px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -60px;
}
#banner .prev {
  background: url("../image/prev.png") no-repeat center;
  left: 3%;
}
#banner .next {
  background: url("../image/next.png") no-repeat center;
  right: 3%;
}
/*幻灯片CSS*/


.row {
  padding: 74px 0 40px 0;
}
section.index-title {
  text-align: center;
}
section.index-title section {
  display: inline-block;
  height: 32px;
  border: 2px solid #999999;
  margin-bottom: 20px;
}
section.index-title h2 {
  padding: 0 12px;
  margin: -14px 40px 0 40px;
  font-size: 30px;
  line-height: 34px;
  color: #333333;
  background-color: #ededed;
  font-weight: normal;
}
section.index-title h2 span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  text-transform: capitalize;
}
section.index-title p {
  font-size: 12px;
  line-height: 30px;
  color: #666666;
}


/*产品中心CSS*/
.product{
	background: #ededed;
}
.product .more{display:block;width:120px;height:40px;line-height:40px;margin:0 auto;text-align:center;background:#184ca0;border-radius:5px;color:#fff;}
.product-class {
  text-align: center;
  margin-top: 20px;
}
.product-class ul {
  display: inline-block;
  vertical-align: baseline;
  overflow: hidden;
}
.product-class li {
  float: left;
  margin: 0 10px;
  outline: none;
}
.product-class li:hover {
  border-color: #007ef3;
}
.product-class a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  border-bottom:1px solid #ccc;
}
.product-class a:hover {
  color: #007ef3;
}
.product-list {
  margin-top: 40px;
}
.product-list .list-four li {
  position: relative;
  margin-bottom: 40px;
}
.product-list .list-four a.img-fa {
  position: relative;
  background: #fff;
}
.product-list .list-four a.list-title {
  
  margin: auto;
  background-color: #333333;
  opacity: .8;
}
.product-list .list-four a.list-title:hover {
  	background: #007ef3;
  	color: #fff;
}
.product-list .list-four2 ul{margin:0 -20px;overflow:hidden;}
.product-list .list-four2 li {float:left;width:270px;margin:0 20px 40px;text-align:center;}
.product-list .list-four2 a.img-fa {display:block;}
.product-list .list-four2 a.img-fa img{width:270px;height:270px;}
.product-list .list-four2 a.list-title{line-height:30px;}
.product-list .list-four2 a.list-title:hover {color: #007ef3;}
/*产品中心CSS*/


/*客户案例CSS*/
section.index-title h2.kehu{
	background: #fff;
}
#pic {
  position: relative;
  margin-top: 40px;
}
#pic .bd{	
  overflow: hidden;
}
#pic ul {
  overflow: hidden;
}
#pic ul li {
  float: left;
  width: 170px;
  margin: 0 15px;
}
#pic ul li a {
  display: block;
  width: 100%;
}
#pic ul li a img {
  display: block;
  width: 100%;
  height: 170px;
  border: 1px solid #ececec;
}
#pic ul li span {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  color: #333333;
  text-align:center;
}
#pic .btn-small {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
}
#pic .prev {
  background: url("../image/prev-small.png") no-repeat center;
  left: -40px;
}
#pic .next {
  background: url("../image/next-small.png") no-repeat center;
  right: -40px;
}
/*客户案例CSS*/


/*关于我们CSS*/
.company{
	background: #333333;
	padding-bottom: 60px;
}
.company-title{
	height: 45px;
	line-height: 45px;
}
.company-title h2{
	font-size: 24px;
	font-weight: normal;
	color: #fefefe;
}
.company-title a{
	font-size: 16px;
	color: #fefefe;
}
.company-main {
  overflow: hidden;
  padding-top: 12px;
}
.company-main img {
  display: block;
  
  height: 300px;
  float: left;
}
.company-main img:nth-child(1) {
  width: 400px;
}
.company-main img:nth-child(3) {
  width: 250px;
}
.company-con {
  width: 550px;
  height: 300px;
  background-color: #f1f1f1;
  float: left;
  padding: 40px;
}
.company-con > h2 {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  font-weight: normal;
}
.company-con > span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 20px;
}
.company-con .company-con-con {
  height: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 30px;
}
.company-con .company-con-con p {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.company-con > a {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  border: 2px solid #333333;
  padding: 0 30px;
}
.company-con > a:hover {
  text-decoration: none;
  color: #0a3a86;
}
/*关于我们CSS*/

/*新闻CSS*/
.news{
	font-size: 0;
}
.news .left{
	display: inline-block;
	vertical-align: top;
	width: 800px;
	font-size: 0;
	margin-right: 40px;
}
.news .left .new-title{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.news .left .new-title .fl{
	padding-left: 15px;
	border-left: 2px solid #d20406;
}
.news .left .new-title .fl span{
	font-size: 16px;
	color: #da251c;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.news .left .new-title .fl b{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.news .left .new-title .fl a{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}
.news .left .new-title .fr{
	display: inline-block;
	font-size: 12px;
	color: #da251c;
	border: 1px solid #d8d8d8;
	width: 52px;
	height: 17px;
	line-height: 14px;
	text-align: center;
	border-radius: 3px;
}
.news .left .new-content{
	
}
.news .left .new-content>div{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-right: 40px;
}
.news .left .new-content>div>img{
	width: 100%;
	height: 100%;
}
.news .left .new-content>div>div{
	position: absolute;
	width: 100%;
	height: 110px;
	background: rgba(204,51,51,.8);
	bottom: 0;
	left: 0;
	padding: 20px 25px;
}
.news .left .new-content>div>div>h2{
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .left .new-content>div>div>h2>a{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
}
.news .left .new-content>div>div>p{
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news .left .new-content>ul{
	display: inline-block;
	vertical-align: top;
	width: 480px;
}
.news .left .new-content>ul>li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
}
.news .left .new-content>ul>li:last-child{
	margin-bottom: 0;
}
.news .left .new-content>ul>li>div{
	display: inline-block;
	vertical-align: top;
}
.news .left .new-content>ul>li>div:nth-child(1){
	text-align: center;
	width: 60px;
	margin-right: 20px;
}
.news .left .new-content>ul>li>div:nth-child(1)>strong{
	font-size: 36px;
	color: #666666;
	font-weight: bold;
}
.news .left .new-content>ul>li>div:nth-child(1)>p{	
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #ffffff;
	background: #999999;
}
.news .left .new-content>ul>li>div:nth-child(2){
	width: 400px;
}
.news .left .new-content>ul>li>div:nth-child(2)>h3{
text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
	margin-bottom: 15px;
}
.news .left .new-content>ul>li>div:nth-child(2)>h3>a{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.news .left .new-content>ul>li>div:nth-child(2)>p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news .right{
	display: inline-block;
	vertical-align: top;
	width: 360px;
	font-size: 0;
}
.news .right .hid{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.news .right .hid .fl{
	padding-left: 15px;
	border-left: 2px solid #d20406;
	font-size: 16px;
	color: #da251c;
	font-weight: bold;
}
.news .right .hid .fr{
	display: inline-block;
	font-size: 12px;
	color: #da251c;
	border: 1px solid #d8d8d8;
	width: 52px;
	height: 17px;
	line-height: 14px;
	text-align: center;
	border-radius: 3px;
}

.picScroll-top{ 
	margin:0 auto;   
	overflow:hidden; 
	position:relative;
}
.picScroll-top .bd{
	padding: 0 20px;
}
.picScroll-top .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-top .bd ul li{
	zoom:1;
	border-bottom: 1px dashed #cccccc; 
}
.picScroll-top .bd ul li .pic{
	margin-bottom: 10px;
	padding-top: 15px;
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden;
}
.picScroll-top .bd ul li .pic a{ 
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.picScroll-top .bd ul li .title{
	padding-bottom: 15px;
}
.picScroll-top .bd ul li .title a{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	display: inline-block;
	height: 40px;
	overflow: hidden;
}
/*新闻CSS*/