#main{
	position:relative;
	width:100%;
	height:auto;
}
.middlebox{
	position:relative;
	width:1000px;
	height:auto;
	margin:0 auto;
}

/**index*/
.index .banner{
	position: relative;
	width:100%;
}
.index .banner .bannerlist{
	width:100%;
	height: 700px;
	overflow: hidden;
}
.index .banner .bannerlist img{
	width:100%;
}
.index .banner .bannerlist video{
	position: relative;
	width:100%;
	top:-80px;
}
/*.index .banner .bannerfont{
	position: absolute;
	width: 500px;
	height: 133px;
	top:25%;
	left:52%;
	z-index: 99999;
}*/
.index .banner .bannerfont{
	position: absolute;
	width: 591px;
	height: 66px;
	top:25%;
	left:52%;
	z-index: 99999;
}
.index .news{
	position: relative;
	width:100%;
	height: 88px;
	background:rgba(255,255,255,0.8);
	margin-top: -88px;
	z-index: 999;
}
.index .news .newstitle{
	float: left;
	width:145px;
	height: 88px;
	line-height: 88px;
	background: url('../images/newstitlebg.png') left center no-repeat;
	background-size:145px 46px;
	font-size: 16px;
	color:#FFF;
	padding-left: 25px;
}
.index .news .newstitle a{
	font-size: 16px;
	color:#FFF;
}
.index .news .newslist{
	float: left;
	width:700px;
	overflow: hidden;
	margin-top: 20px;
}
.index .news .newslist a{
	line-height: 30px;
	font-size: 14px;
	color:#434343;
}
.index .news  .newslist span{
	font-size: 12px;
	color:#898989;
}
.index .news .btn{
	float: left;
	margin-top: 25px;
}
.index .news .btn a{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #B5B5B5;
	font-size: 16px;
	color:#FFF;
}
.index .news .btn a.next{
	margin-left: 20px;
}
.index .search{
	width: 100%;
	height: 80px;
	background: #FFF;
}
.index .search form{
	position: relative;
}
.index .search .keyword{
	float: left;
	width:650px;
	height:45px;
	line-height:45px;
	border:0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #434343;
	font-size:14px;
	font-family:'微软雅黑';
	color:#FFF;
	margin-top: 18px;
	padding-left:20px;
}
::-ms-clear,::-ms-reveal{display:none;}
.index .search .type{
	position: absolute;
	width:120px;
	height: 20px;
	line-height: 20px;
	border-left: 1px solid #000;
	top:30px;
	left: 550px;
	overflow: hidden;
}
.index .search .type select[name=type]{
	width:150px;
	border:0;
	background: none;
	font-size:14px;
	font-family:'微软雅黑';
	color:#adadad;
	padding-left: 40px;
}
.index .search .type .triangle_border_down{
	position: absolute;
	display:inline-block;
    width:0;
    height:0;
    border-width:8px 5px 0;
    border-style:solid;
	border-color:#adadad transparent transparent;/*灰 透明 透明 */
	top:8px;
	left: 95px;
}
.index .search .searchbtn{
	float: left;
	width:85px;
	height:47px;
	line-height:47px;
	border:1px solid #C3C2C2;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background:url(../images/searchbtn.png) center center no-repeat;
	background-size:31px 32px;
	margin-top: 18px;
	cursor:pointer;
}
.index .tjkeyword{
	float: left;
	line-height: 80px;
	font-size: 14px;
	color:#a0a0a0;
	margin-left: 30px;
}
.index .tjkeyword a{
	font-size: 14px;
	color:#a0a0a0;
	margin-left: 10px;
}
.index .solution{
	width: 100%;
	height:auto;
	background: #F9F9F9;
	padding-bottom: 100px;
}
.index .solution .title{
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	padding-top: 60px;
	border-bottom: 3px solid #B5B5B5;
}
.index .solution .title span{
	display: block;
	width:230px;
	height:60px;
	line-height: 30px;
	font-size: 24px;
	font-family: "微软雅黑";
	color:#000;
	border-bottom: 3px solid #E60012;
	margin: 0 auto;
}
.index .solution .title p{
	font-size: 14px;
	font-family: "微软雅黑";
	color:#707070;
}
.index .solution .title .more{
	display: block;
	position: absolute;
	width:80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #B5B5B5;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #e60012;
	top:65px;
	right: 10px;
}
.index .solution ul li{
	position: relative;
	float: left;
	width:261px;
	height:220px;
	margin-top: 25px;
	margin-left: 35px;
}
.index .solution ul li.first{
	margin-left: 0;
}
.index .solution ul li img{
	width:261px;
	height:166px;
}
.index .solution ul li .name{
	width:251px;
	height:54px;
	line-height: 54px;
	background: #DCDCDC;
	font-size: 16px;
	font-family: "微软雅黑";
	color:#434343;
	padding-left: 10px;
}
.index .solution ul li .name .gt{
	display: block;
	float: right;
	width:12px;
	height: 18px;
	background: url("../images/gt.png") center center no-repeat;
	margin: 18px 10px 0 0;
}
.index .solution ul li .sjicon{
	display: none;
	position: absolute;
	width:100%;
	height: 12px;
	background: url("../images/sjicon.png") center center no-repeat;
	top:154px;
	left: 0;
}
.index .solution1 ul li .show{
	display: none;
	position: absolute;
	width:261px;
	height: auto;
	background: rgba(230,0,18,0.8);
	left: 0;
	top: 166px;
	z-index: 99;
}
.index .solution1 ul li .show span{
	display: block;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #FFF;
	padding: 20px 20px 0 20px;
}
.index .solution1 ul li .show p{
	line-height: 25px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #FFF;
	padding: 10px 20px;
}
.index .solution2 ul li .show{
	display: none;
	position: absolute;
	width:261px;
	height: 220px;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	z-index: 99;
}
.index .solution2 ul li .show .view{
	display: block;
	width:120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #FFF;
	border-radius: 30px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #FFF;
	margin: 95px auto;
}
.index .product{
	width:100%;
	height:535px;
	background: url('../images/indexprobg.jpg') center center no-repeat;
	background-size:cover;
}
.index .product .mbox{
	position: relative;
}
.index .product .title{
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	padding-top: 60px;
}
.index .product .title span{
	display: block;
	width:230px;
	height:60px;
	line-height: 30px;
	font-size: 24px;
	font-family: "微软雅黑";
	color:#FFF;
	margin: 0 auto;
}
.index .product .title p{
	font-size: 14px;
	font-family: "微软雅黑";
	color:#FFF;
}
.index .product .title .more{
	display: block;
	position: absolute;
	width:80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #FFF;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #e60012;
	top:65px;
	right: 10px;
}
.index .product .bd{
	width:1150px;
	margin: 40px auto 0;
}
.index .product .prev{
	position: absolute;
	display: block;
	width:60px;
	height:60px;
	background: url("../images/indexproprev.png") center center no-repeat;
	left: -50px;
	top:210px;
}
.index .product .next{
	position: absolute;
	display: block;
	width:60px;
	height:60px;
	background: url("../images/indexpronext.png") center center no-repeat;
	right: -50px;
	top:210px;
}
.index .product ul{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.index .product ul li{
	display: inline-block;
	position: relative;
	width:260px;
	height: auto;
	margin: 10px 15px 0;
}
.index .product ul li img{
	width:260px;
	height:165px;
}
.index .product ul li .name{
	width:260px;
	line-height: 35px;
	font-size: 16px;
	font-family: "微软雅黑";
	color:#FFF;
	margin-top: 20px;
}
.index .product ul li .name p{
	width:260px;
	line-height: 25px;
	font-size: 12px;
	font-family: "微软雅黑";
	color:#FFF;
}
.index .product ul li .show{
	display: none;
	position: absolute;
	width:260px;
	height: 165px;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
}
.index .product ul li .show .img1{
	display: block;
	width:48px;
	height:38px;
	margin: 0 auto;
	padding-top: 65px;
}
.index .product ul li .show .img2{
	display: block;
	width:37px;
	height:35px;
	margin: 0 auto;
	padding-top: 65px;
}
.index .product ul li .show .img3{
	display: block;
	width:44px;
	height:44px;
	margin: 0 auto;
	padding-top: 65px;
}
.index .product ul li .show .img4{
	display: block;
	width:48px;
	height:38px;
	margin: 0 auto;
	padding-top: 65px;
}
.index .product ul li .show a{
	display: block;
	width:100%;
	height: 100%;
}
.index .product ul li .line_left_right{
	position: absolute;
	width:260px;
	height: 0;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	left:-1px;
	top:0;
}
.index .product ul li .line_top_bottom{
	position: absolute;
	width:0;
	height: 165px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	right: 0;
	top:-1px;
}
.index .product ul li .point1{
	display: none;
	position: absolute;
	width:9px;
	height: 9px;
	background: url('../images/pointicon.png') center center no-repeat; 
	left:-5px;
	top:-5px;
	z-index: 100;
}
.index .product ul li .point2{
	display: none;
	position: absolute;
	width:9px;
	height: 9px;
	background: url('../images/pointicon.png') center center no-repeat; 
	right:-5px;
	top:160px;
	z-index: 100;
}
.index .cases{
	width: 100%;
	height:auto;
	background: #F9F9F9;
	padding-bottom: 100px;
}
.index .cases .title{
	position: relative;
	width: 100%;
	height: 60px;
	text-align: left;
	padding-top: 60px;
}
.index .cases .title span{
	display: block;
	width:230px;
	height:60px;
	line-height: 30px;
	font-size: 24px;
	font-family: "微软雅黑";
	color:#000;
}
.index .cases .title p{
	font-size: 14px;
	font-family: "微软雅黑";
	color:#707070;
}
.index .cases .title .more{
	display: block;
	position: absolute;
	width:80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border:1px solid #737373;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #e60012;
	top:65px;
	right: 10px;
}
.index .cases .casesbox{
	width:100%;
	margin-top: 30px;
}
.index .cases .casesbox .hd{
	float: left;
	width:195px;
	height: auto;
}
.index .cases .casesbox .hd ul li{
	width:180px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding-left: 15px;
}
.index .cases .casesbox .hd ul li.on{
	background: #B5B5B5;
}
.index .cases .casesbox .hd ul li a{
	display: block;
	font-size: 14px;
	font-family: "微软雅黑";
	color:#707070;
}
.index .cases .casesbox .hd ul li.on a{
	color:#000;
}
.index .cases .casesbox .bd{
	float: right;
	width:955px;
	height: auto;
}
.index .cases .casesbox .bd ul li{
	float: left;
	width:280px;
	margin-left: 35px;
}
.index .cases .casesbox .bd ul li img{
	width:280px;
	height: 235px;
}
.index .cases .casesbox .bd ul li .name{
	height: 15px;
	line-height: 15px;	
	border-left: 3px solid #E71F19;
	font-size: 14px;
	font-family:"微软雅黑";
	color:#000;
	padding-left: 15px;
	margin-top:35px;
}
.index .cases .casesbox .bd ul li p{
	line-height: 25px;
	font-size: 12px;
	font-family:"微软雅黑";
	color:#707070;
	padding: 20px;
}
.index .forcompany{
	width:100%;
	height: auto;
	background: #F7F7F7;
}
.index .forcompany .slogan img{
	width:100%;
}
.index .forcompany .companylist{
	position: relative;
	width:100%;
	height: 150px;
}
.index .forcompany .prev{
	position: absolute;
	display: block;
	width:10px;
	height: 16px;
	background: url("../images/forcompanyprev.png") center center no-repeat;
	top:67px;
	left:-10px;
	z-index: 99;
}
.index .forcompany .next{
	position: absolute;
	display: block;
	width:10px;
	height: 16px;
	background: url("../images/forcompanynext.png") center center no-repeat;
	top:67px;
	right:-10px;
	z-index: 99;
}
.index .forcompany .companylist .bd{
	width:100%;
	overflow: hidden;
}
.index .forcompany .companylist ul li{
	display: inline-block;
	width:16.6%;
	height: 150px;
	text-align: center;
}
.index .forcompany .companylist ul li img{
	display: inline-block;
	height: 38px;
	vertical-align: middle;
	margin-top: 55px;
}