/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 16px;
  	height: 16px;
  	background-color: transparent;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
  	border: 2px solid #ffffff;
  	border-radius: 100%;
}
#banner .hd .on {
  	border: 2px solid #cc0000;
  	background: #cc0000;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}
#banner .btn {
  	width: 51px;
 	height: 96px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../image/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../image/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/*我们的合作伙伴*/
.hezuo{
	padding-top: 65px;
	padding-bottom: 25px;
}
.bt{
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 40px;
	background: url(../image/xian.png) no-repeat bottom center;
}
.bt span{
	text-transform: uppercase;
	font-size: 20px;
	color: #333333;
	display: block;
}
.bt p a{
	font-size: 36px;
	font-weight: bold;
	color: #1f95d8;
}
.bt p a:nth-child(2){
	color: #333333;
}


.hezuo .case{
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.hezuo .case:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index: -1;
}
.hezuo .case span{
	display: inline-block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #198ede;
	font-size: 16px;
	color: #ffffff;
}
.hezuo .picScroll-left{ 
	margin: 0 auto;
	overflow:hidden; 
	position:relative;  
}
.hezuo .picScroll-left .hd{ 
	overflow:hidden;
	padding-bottom: 30px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.hezuo .picScroll-left .hd .prev,
.hezuo .picScroll-left .hd .next{ 	
	width:35px; 
	height:75px; 
	overflow:hidden;
	cursor:pointer; 
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.hezuo .picScroll-left .hd .next{
	float:left; 
	background:url("../image/prev.jpg") no-repeat;
	background-size: 100%;
}
.hezuo .picScroll-left .hd .next:hover{
	background:url("../image/preva.png") no-repeat;
}
.hezuo .picScroll-left .hd .prev{ 
	float:right; 	
	background:url("../image/next.jpg") no-repeat; 
	background-size: 100%;
}
.hezuo .picScroll-left .hd .prev:hover{
	background:url("../image/nexta.png") no-repeat; 
} 
.hezuo .picScroll-left .bd>div{
	margin: 0 auto;
}
.hezuo .picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.hezuo .picScroll-left .bd ul li{ 
	float:left; 
	margin: 0 13px;
	display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.hezuo .picScroll-left .bd ul li .pic{ 
	
}
.hezuo .picScroll-left .bd ul li .pic a{
	display: block;
	text-align:center; 
	width: 195px;
	height: 135px;
	overflow: hidden;
	position: relative;
	border:1px solid #ccc;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.hezuo .picScroll-left .bd ul li .pic img{ 
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.hezuo .picScroll-left .bd ul li .pic a:hover{ 
	border-color:#1f95d8;  
}
.hezuo .picScroll-left .bd ul li .title{ 
	line-height:35px;   
}
.hezuo .picScroll-left .bd ul li .title a{
	color: #333333;
	font-size: 14px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
} 
.hezuo .picScroll-left .bd ul li .title a:hover{
	color: #1f95d8;
}
/*我们的合作伙伴*/

/*智勇产品*/
.product{
	padding: 60px 0 45px 0;
}
.product .fenlei{
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}
.product .fenlei li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.product .fenlei li:last-child{
	margin-right: 0;
}
.product .fenlei a{
	display: block;
	font-size: 16px;
	color: #333333;
	padding: 0 28px;
	border: 1px solid #333333;
	border-radius: 50px;
	line-height: 35px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.product .fenlei a:hover,
.product .fenlei a.cur{
	background: #1f95d8;
	color: #ffffff;
	border: 1px solid #1f95d8;
}
.product .list{
	
}
.product .list li{
	width: 270px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.product .list li:nth-child(4n){
	margin-right: 0;
}
.product .list li a{
	display: block;	
}
.product .list li a p{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	border: 1px solid #dddddd;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.product .list li a p img{
	position: absolute;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product .list li a span{
	font-size: 16px;
	display: block;
	text-align: center;
	line-height: 40px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.product .list li a:hover p{
	border: 1px solid #1f95d8;
}
.product .list li a:hover span{
	color: #1f95d8;
}
/*智勇产品*/

/*公司简介*/
.about{
	padding: 80px 0;
	background: #e5e5e5;
}
.about .title{	
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.about .desc{
	font-size: 16px;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
}
.about .content{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	max-width: 1000px;
	margin: 30px auto 40px;
}
.about .more{
	text-align: center;
}
.about .more a{
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #198ede;
	font-size: 16px;
	color: #ffffff;
	border-radius: 50px;
	border: 1px solid #198ede;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.about .more a:hover{
	background: #ffffff;
	color: #198ede;
	border: 1px solid #198ede;
}
.about .about-tu{
	text-align: center;
	font-size: 0;
	max-width: 650px;
	margin: 40px auto 0 auto;
}
.about .about-tu li{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	margin-bottom: 15px;
	margin-right: 10px;
}
.about .about-tu li:last-child{
	margin-right: 0;
}
.about .about-tu a{
	display: block;
	height: 90px;
	overflow: hidden;
	position: relative;
}
.about .about-tu img{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
/*公司简介*/

/*选择我们*/
.choose{
	background:#fefefe;
	padding-top: 70px;
	padding-bottom: 60px;
}
.choose .title{
	text-align: center;
}
.choose .title h2{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.choose .title p{
	font-size: 14px;
	color: #999999;
	text-transform: uppercase;
}
.choose .list{
	margin-top: 60px;
	font-size: 0;
}
.choose .list li{
	display: inline-block;
	vertical-align: top;
	width: 255px;
	margin-right: 60px;
	text-align: center;
}
.choose .list li:last-child{
	margin-right: 0;
}
.choose .list img{
	
}
.choose .list h3{
	font-size: 24px;
	color: #333333;
	margin: 20px 0 12px 0;
}
.choose .list p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
/*选择我们*/

/*模架必选智勇*/
.mjchoose{
	background: url(../image/choose.jpg) no-repeat top center;
}
.mjchoose>div{
	height: 230px;
	position: relative;
}
.mjchoose .rexian{
	text-align: center;
	position: absolute;
	width: 220px;
	height: 170px;
	background: #1f95d8;
	padding: 25px 0;
}
.mjchoose .rexian p{
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}
.mjchoose .rexian span{
	font-size: 24px;
	color: #ffffff;
	display: block;
	margin: 10px 0 30px;
	line-height: 30px;
}
.mjchoose .rexian a{
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #fefefe;
	font-size: 14px;
	color: #010101;
	cursor: pointer;
}
/*模架必选智勇*/

/*新闻*/
.gongyong{
	padding-top: 15px;
	border-top:2px solid #333333;
}
.gongyong h2{
	font-weight: normal;
	margin-bottom: 20px;
	line-height:normal;
}
.gongyong h2 span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	background-position: left bottom;
}
.gongyong h2>a{
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 7px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.gongyong h2>a:hover{
	color: #1f95d8;
}
.news-i{
	padding: 40px 0;
	font-size: 0;
}
.news-index{
	width: 780px;
	height: 300px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	box-sizing: border-box;
}
.news-index h2{
	font-size: 0;
	margin-bottom: 20px;
	line-height:normal;
}
.news-index h2 p{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.news-index h2 p a{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 16px;
	margin-right: 10px;
	color: #999999;
}
.news-index a.qydt{
	color: #000000;
	background-position:left bottom;
}
.news-index a.hyzx{
	
	margin-left: 5px;
}
.dt{
	display: none;
}
.dd{
	display: block!important;
}
.dt>div{
	display: inline-block;
	vertical-align: top;
}
.dt>div:nth-child(1){
	width: 320px;
	height: 240px;
	margin-right: 30px;
}
.dt>div:nth-child(1)>a{
	font-size: 0;
	display: block;
	overflow: hidden;
}
.dt>div:nth-child(1)>a>img{
	width: 320px;
	height: 240px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;	
}
.dt>div:nth-child(1)>a>img:hover{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.dt>div:nth-child(2){
	width: 370px;
	height: 240px;
}
.dt>div:nth-child(2)>div p{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
	margin-bottom: 10px;
	max-height: 50px;
	min-height: 50px;
}
.dt>div:nth-child(2)>div span{
	display: inline-block;
	font-size: 14px;
	color: #cccccc;
}
.dt>div:nth-child(2)>div{
	margin-bottom: 10px;
}
.dt>div:nth-child(2)>div h3{
	margin-bottom: 15px;
	line-height: normal;
}
.dt>div:nth-child(2)>div h3 a{
	color: #333333;
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	font-weight: bold;
}
.dt>div:nth-child(2)>div h3 a:hover{
	color:#1f95d8;
}
.dt>div:nth-child(2)>ul li{
	line-height: 28px;
}
.dt>div:nth-child(2)>ul a{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	max-width: 280px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;
	background: url(../image/10.png) no-repeat;
	background-position: left center;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.dt>div:nth-child(2)>ul a:hover{
	color: #1f95d8;
}
.dt>div:nth-child(2)>ul span{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	float: right;
}
.cjwt{
	width: 380px;
	height: 300px;
	background: #fff;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.cjwt ul li{
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cjwt ul li a{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	max-width: 350px;
	white-space: nowrap;
	padding-left: 15px;
	background: url(../image/10.png) no-repeat;
	background-position: left center;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.cjwt ul li a:hover{
	color: #1f95d8;
}
/*新闻*/