﻿/*大于1024像素*/
@media all and (min-width:1020px){
	.banner{
		margin-top: 70px;
	}
.qrcode{
	width: 200px;
    height: 200px;
}
.index-title{
	display: none;
	height:50px;
	border-bottom:1px solid #888;
	margin:20px auto 20px auto;
}
.index-title h2{
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#333;
	font-weight: normal;
}
.index-title i{
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	font-size:24px;
	color:#333;
	font-weight: normal;
	margin:0 6px;
}
.index-title em{
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#666;
	text-transform:uppercase;
}
.list{
	position:absolute;
	width:270px;
	height:auto; 
	right:75px;
	/*top: 215px;*/
}
.list .title{
	width: 270px;
	height: 160px;
	background: rgb(84, 208, 162);
	text-align: left;
}
.list .title h1{
	font-size: 24px;
  font-family: 微软雅黑;
	color: rgb(255, 255, 255);
	font-weight: normal;
	width:90%;
	padding: 50px 0 0 50px;
}
.list .title h2{
	font-size: 16px; 
	text-transform: uppercase;
	color: rgb(255, 255, 255); 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width:90%;
	padding: 0 0 0 50px;
}
.list .title .line{
	width: 30px;
	height: 2px;
	border-radius: 25px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.list ul{
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
}
.list ul li{
	display:block;
	width:270px;
	height:60px;
	text-align: center;
	border-bottom:1px solid rgb(214, 195, 195);
	background: rgb(226, 220, 220);
}
.list ul li .choice{
	display:none;
	line-height:30px;
	transition-duration:0.2s;
	line-height: 60px;
	font-style: normal;
  font-family: Microsoft YaHei;
  font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: rgb(14, 92, 63);
}
.list ul li a{
	display:block;
	line-height:30px;
	color:#000;
	transition-duration:0.2s;
	line-height: 60px;
	font-style: normal;
  font-family: Microsoft YaHei;
  font-size: 15px;
  font-weight: bold;
}
.list ul li a:hover{
	/*color:#1175B3;*/
	color: #fff;
	background: rgb(14, 92, 63);
}
.list ul li a:focus{
	color: #fff;
	background: rgb(14, 92, 63);	
}

/*首页-公司简介*/
.index-about-us{
	height:auto;
	overflow:hidden;
}
.index-about-us .company-info{
	/*width:796px;*/
	/*width:740px;*/
	width: 50%;
	/*height:420px;*/
	height:600px;
	overflow:hidden;
	float:left;
	position:relative;
}
.index-about-us .company-info img{
	display:block;
	width:100%;
	min-height:420px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transition-duration:0.8s;
}
.index-about-us .company-info:hover img{
	top:-60px;
}

.index-about-us .company-info .title{
	border-left:2px solid rgb(84, 208, 162);
	width:100%;
	height:70px;
}
.index-about-us .company-info .title h1{
	display:block;
	font-weight: normal;
	width:90%;
	line-height:40px;
	color:#000;
	font-size:35px;
	margin:20px auto 0 auto;
}
.index-about-us .company-info .content{
	width:100%;
	/*height:70px;*/
	/*padding-top:20px;*/
	padding-block: 20px;
}
.index-about-us .company-info .content p{
	display:block;
	font-weight: normal;
	width:90%;
	line-height:24px;
	color: rgb(85, 85, 85);
	font-size:15px;
	margin:8px auto 0 auto;
}
.index-about-us .company-info .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .index-about-us .company-info .btn-pr {
	color: #fff;
	background-color: rgb(84, 208, 162);
	border-color: rgb(84, 208, 162);
  }
  
  .index-about-us .company-info .btn-pr:hover {
	color: rgb(84, 208, 162);
	background-color: #fff;
	border-color: rgb(84, 208, 162);
  }
.index-about-us .partition{
	width:100%;
	height:320px;
	overflow:hidden;
	float:right;
	position:relative;
}
.index-about-us ul{
	width:100%;height:150px;
	background:transparent;
	display:flex;
	list-style:none;
	justify-content:space-around;
	margin:0 auto;
	text-align:center;
	align-items:center;
}
#home .mouseover{display:none}
#home:hover .mouseout{display:none}
#home:hover .mouseover{display:block}

.index-about-us .company-info .info{
	width:100%;
	height:200px;
	background: rgba(0,0,0, 0.6);
	position:absolute;
	bottom:-80px;
	left:0;
	z-index:2;
	transition-duration:0.2s;
}
.index-about-us .company-info:hover .info{
	bottom:0;
}
.index-about-us .company-info .info h1{
	display:block;
	font-weight: normal;
	width:90%;
	line-height:40px;
	color:#fff;
	font-size:25px;
	margin:20px auto 0 auto;
}
.index-about-us .company-info .info p{
	display:block;
	font-weight: normal;
	width:90%;
	line-height:24px;
	color:#fff;
	font-size:15px;
	margin:8px auto 0 auto;
}
.index-about-us .about-video{
	/*width:390px;
	height:420px;*/
	width:460px;
	height:600px;
	overflow:hidden;
	float:right;
	position:relative;
}
.index-about-us .about-video img{
	display:block;
	width:100%;
	min-height:420px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.index-about-us .about-video i{
	display:block;
	width:90px;
	height:90px;
	line-height:90px;
	text-align:center;
	color:#fff;
	font-size:58px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-45px 0 0 -45px;
	z-index:2;
	cursor:pointer;
	transition-duration:0.2s;
}
.index-about-us .about-video:hover i{
	font-size:80px;
}

/*首页-产品*/
.index-product{
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	background:#ebe4e4;
	/*padding-bottom: 100px;*/
}
.index-product .partition{
	width:100%;
	height:420px;
	overflow:hidden;
	float:right;
	position:relative;
	padding-top: 50px;
	padding-bottom: 100px;
}
.index-product .partition .partition1{
	/*width:300px;*/
	width: 24%;
	height:420px;
	overflow:hidden;
	float:left;
	position:relative;
	background-color: aquamarine;
	text-align:center;
	align-items:center;
}
.index-product .partition .partition1 .pox{
	background: transparent;
	width: 240px;
	height: 70px;
	padding-left: 50px;
	padding-top: 80px;
	text-align: left;
}
.index-product .partition .partition1 .pox .line{
	width: 30px;
	height: 2px;
	border-radius: 25px;
	margin-top: 25px;
	margin-bottom: 45px;
}
.index-product .partition .partition1 .pox h1{
	font-size: 24px;
    font-family: 微软雅黑;
	color: rgb(255, 255, 255);
	font-weight: normal;
	width:90%;
}
.index-product .partition .partition1 .pox p{
	font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
}

.index-product .partition .partition2{
	/*width:450px;*/
	width: 38%;
	height:420px;
	overflow:hidden;
	float: left;
	position:relative;
	background-color: #fff;
	text-align:center;
	align-items:center;
}
.index-product .partition .partition2 .pox{
	background: transparent;
	width: 350px;
	height: 100px;
	padding-left: 50px;
	padding-top: 30px;
	text-align: left;
}
.index-product .partition .partition2 .pox .line{
	width: 30px;
	height: 2px;
	border-radius: 25px;
	margin-top: 25px;
	margin-bottom: 45px;
}
.index-product .partition .partition2 .pox h1{
	font-size: 24px;
    font-family: 微软雅黑;
	color: rgb(0, 0, 0);
	font-weight: normal;
	width:90%;
}
.index-product .partition .partition2 .pox p{
	color: rgb(85, 85, 85);
  font-family: 微软雅黑;
  font-size: 14px;
  line-height: 240%;
}
.index-product .pro-item{
	display:inline-block;
	vertical-align: middle;
	width:280px;
	height:400px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	margin:10px 6px;
}
.index-product .pro-item .pox{
    width: 280px;
    height: 400px;
	display: table-cell; /*主要是这个属性*/
	vertical-align: middle;
	text-align: center;
}
.index-product .pro-item .pox .pro-div{
	padding: 0px; 
	border-color: transparent; 
	border-width: 0px; 
	overflow: hidden; 
	width: 60px; 
	height: 30px; 
	border-style: solid;	
	background: rgb(84, 208, 162);
	margin: 0 auto;
	line-height:30px;
	font-size: 13px;
	color: #fff;
	border-radius: 5px;
}
.index-product .pro-item .pox .line{
	width: 50px;
	height: 2px;
	border-radius: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 115px;
}
.index-product .pro-item .pox h1{
	font-family: 微软雅黑;
	color: rgb(0, 0, 0);
	font-weight: normal;
	font-size: 18px;
}
.index-product .pro-item .pox img{	
	width: 180px;
	height:180px;	
}

.index-product .pro-item .info{
	width:100%;
	height:400px;
	position:absolute;
	padding:0 0 0 0;
	background: rgba(0,0,0, 0.2);
	bottom:-400px;
	left:0;
	z-index:2;
	transition-duration:0.1s;
}
.index-product .pro-item:hover .info{
	background: rgba(250, 249, 249, 0.911);
	bottom:0;
}
/*.index-product .pro-item .info h2{
	display:block;
	font-weight: normal;
	width:90%;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	color:#333;
	font-size:20px;
}*/
/*.index-product .pro-item:hover .info h2{
	color:#fff;
}*/
/*.index-product .pro-item .info h3{
	display:block;
	font-weight: normal;
	width:90%;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	color:#333;
	font-size:20px;
}*/
/*.index-product .pro-item:hover .info h3{
	color:#fff;
}*/
.index-product .pro-item .info a{
	display:block;
	font-weight: normal;
	width:276px;
	height:396px;
	margin:0px auto 0 auto;
	line-height:42px;
	text-align:center;
	color:#000;
	font-size:16px;
	border:2px solid rgb(84, 208, 162);
	transition-duration:0.1s;
	line-height: 390px;/*设置其文字内容垂直居中*/
}
/*.index-product .pro-item .info a:hover{
	border:1px solid #1175B3;
	background-color:#73BBE3;
	color:#fff;
}*/

.index-product .pro-item1{
	display:inline-block;
	vertical-align: middle;
	width:280px;
	height:400px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	margin:10px 6px;
}
.index-product .pro-item1 .pox{
    width: 280px;
    height: 400px;
	display: table-cell; /*主要是这个属性*/
	vertical-align: middle;
	text-align: center;
}
.index-product .pro-item1 .pox .pro-div{
	padding: 0px; 
	border-color: transparent; 
	border-width: 0px; 
	overflow: hidden; 
	width: 60px; 
	height: 30px; 
	border-style: solid;	
	background: rgb(84, 208, 162);
	margin: 0 auto;
	line-height:30px;
	font-size: 13px;
	color: #fff;
	border-radius: 5px;
}
.index-product .pro-item1 .pox .line{
	width: 50px;
	height: 2px;
	border-radius: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 115px;
}
.index-product .pro-item1 .pox h1{
	font-family: 微软雅黑;
	color: rgb(0, 0, 0);
	font-weight: normal;
	font-size: 18px;
}
.index-product .pro-item1 .pox img{	
	max-width: 180px;
	max-height:180px;	
}

.index-product .pro-item1 .info{
	width:100%;
	height:400px;
	position:absolute;
	padding:0 0 0 0;
	background: rgba(0,0,0, 0.2);
	bottom:-400px;
	left:0;
	z-index:2;
	transition-duration:0.1s;
}
.index-product .pro-item1:hover .info{
	background: rgba(250, 249, 249, 0.911);
	bottom:0;
}
.index-product .pro-item1 .info a{
	display:block;
	font-weight: normal;
	width:276px;
	height:396px;
	margin:0px auto 0 auto;
	line-height:42px;
	text-align:center;
	color:#000;
	font-size:16px;
	border:2px solid rgb(84, 208, 162);
	transition-duration:0.1s;
	line-height: 390px;/*设置其文字内容垂直居中*/
}

.index-product .product2{
	width: 75%;
	height:auto;
	margin:0;
	overflow:hidden;
	text-align:center;
	background:#ebe4e4;
}
.index-product .product2 .pro-item{
	display:inline-block;
	vertical-align: middle;
	width:280px;
	height:400px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	margin:10px 6px;
	border: 1px solid rgb(211, 201, 201);
}
.index-product .product2 .pro-item .pox{
    width: 280px;
    height: 400px;
	display: table-cell; /*主要是这个属性*/
	vertical-align: middle;
	text-align: center;
}
.index-product .product2 .pro-item .pox a{
	display:block;
	width:276px;
	height:396px;
	margin:0px auto 0 auto;
	text-align:center;
}
.index-product .product2 .pro-item .pox a h1{
	font-family: 微软雅黑;
	color: rgb(0, 0, 0);
	font-weight: normal;
	font-size: 18px;
}
.index-product .product2 .pro-item .pox a h2{
	font-family: 微软雅黑;
	color: rgb(84, 208, 162);
	font-weight: bolder;
	font-size: 19px;
	margin: 20px auto 20px auto;
}
.index-product .product2 .pro-item .pox a img{	
	widows: 180px;
	height:180px;	
}
.index-product .product2 .pro-item .pox a:hover{	
	border: 2px solid rgb(84, 208, 162);
}
.index-product .product2 .pro-item .pox a img:hover{	
	transform: scale(1.3);
	transition-duration:0.8s;
}
.index-product .product2 .pro-item .pox a h1:hover{	
	color: rgb(84, 208, 162);
}

.index-product .product2 .pro-item .info{
	width:100%;
	height:100px;
	position:absolute;
	padding:0 0 0 0;
	background: rgba(0,0,0, 0.2);
	bottom:-100px;
	left:0;
	z-index:2;
	transition-duration:0.1s;
}
.index-product .product2 .pro-item:hover .info{
	background: rgba(250, 249, 249, 0.911);
	bottom:0;
}
.index-product .product2 .pro-item .info a{
	display:block;
	font-weight: normal;
	width:276px;
	height:396px;
	margin:0px auto 0 auto;
	line-height:42px;
	text-align:center;
	color:#000;
	font-size:16px;
	border:2px solid rgb(84, 208, 162);
	transition-duration:0.1s;
	line-height: 390px;/*设置其文字内容垂直居中*/
}

.index-product .product2 .pro-item1{
	display:inline-block;
	vertical-align: middle;
	width:280px;
	height:400px;
	background-color:#fff;
	overflow:hidden;
	position:relative;
	margin:10px 6px;
	border: 1px solid rgb(211, 201, 201);
}
.index-product .product2 .pro-item1 .pox{
    width: 280px;
    height: 400px;
	display: table-cell; /*主要是这个属性*/
	vertical-align: middle;
	text-align: center;
}
.index-product .product2 .pro-item1 .pox a{
	display:block;
	width:276px;
	height:396px;
	margin:0px auto 0 auto;
	text-align:center;
}
.index-product .product2 .pro-item1 .pox a h1{
	font-family: 微软雅黑;
	color: rgb(0, 0, 0);
	font-weight: normal;
	/*font-size: 18px;*/
	font-size: 15px;
}
.index-product .product2 .pro-item1 .pox a h2{
	font-family: 微软雅黑;
	color: rgb(84, 208, 162);
	font-weight: bolder;
	font-size: 19px;
	margin: 20px auto 20px auto;
}
.index-product .product2 .pro-item1 .pox a img{	
	widows: 180px;
	max-height:180px;	
}
.index-product .product2 .pro-item1 .pox a:hover{	
	border: 2px solid rgb(84, 208, 162);
}
.index-product .product2 .pro-item1 .pox a img:hover{	
	transform: scale(1.3);
	transition-duration:0.8s;
}
.index-product .product2 .pro-item1 .pox a h1:hover{	
	color: rgb(84, 208, 162);
}

.index-product .product2 .pro-item1 .info{
	display: none;
	width:100%;
	height:100px;
	position:absolute;
	padding:0 0 0 0;
	background: rgba(0,0,0, 0.2);
	bottom:-100px;
	left:0;
	z-index:2;
	transition-duration:0.1s;
}
.index-product .product2 .pro-item1:hover .info{
	background: rgba(250, 249, 249, 0.911);
	bottom:0;
}
.index-product .product2 .pro-item1 .info a{
	display:block;
	font-weight: normal;
	width:276px;
	height:396px;
	margin:0px auto 0 auto;
	line-height:42px;
	text-align:center;
	color:#000;
	font-size:16px;
	border:2px solid rgb(84, 208, 162);
	transition-duration:0.1s;
	line-height: 390px;/*设置其文字内容垂直居中*/
}

/*首页-应用案例*/
.index-application-case{
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.index-application-case .appcase-item{
	display:inline-block;
	vertical-align: middle;
	width:384px;
	height:410px;
	background-color:#CCC;
	overflow:hidden;
	position:relative;
	margin:5px 6px;
}
.index-application-case .appcase-item img{
	display:block;
	width:100%;
	min-height:410px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transition-duration:0.2s;
}
.index-application-case .appcase-item:hover img{
	width:106%;
	top:-3%;
	left:-3%;
}
.index-application-case .appcase-item .info{
	width:100%;
	height:110px;
	position:absolute;
	padding:20px 0 0 0;
	background: rgba(0,0,0, 0.4);
	bottom:0;
	left:0;
	z-index:2;
	transition-duration:0.8s;
}
.index-application-case .appcase-item:hover .info{
	background-color:#1175B3;
}
.index-application-case .appcase-item .info h2{
	display:block;
	font-weight: normal;
	width:90%;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:left;
	color:#fff;
	font-size:22px;
}
.index-application-case .appcase-item .info p{
	display:block;
	font-weight: normal;
	width:90%;
	height:44px;
	overflow:hidden;
	margin:10px auto 0 auto;
	line-height:22px;
	text-align:left;
	color:#fff;
	font-size:14px;
}

/*首页-新闻*/
.index-news{
	height:auto;
	overflow:hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}



.index-news .news-item1{
	display: none;
}
.index-news .news-item{
	/*width:796px;*/
	width:400px;
	/*height:420px;*/
	height:260px;
	overflow:hidden;
	float:left;
	position:relative;
}
.index-news .news-item img{
	display:block;
	width:100%;
	min-height:420px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	transition-duration:0.8s;
}
.index-news .news-item:hover img{
	top:-60px;
}

.index-news .news-item .pox{
	background: transparent;
	width: 300px;
	height: 70px;
	padding-left: 50px;
	padding-top: 50px;
	text-align: left;
}
.index-news .news-item .pox .line{
	width: 30px;
	height: 2px;
	border-radius: 25px;
	margin-top: 25px;
	margin-bottom: 45px;
}
.index-news .news-item .pox a:hover{
	color: rgb(84, 208, 162);
}
.index-news .news-item .pox h1{
	font-size: 24px;
    font-family: 微软雅黑;
	color: rgb(255, 255, 255);
	font-weight: normal;
	width:90%;
}
.index-news .news-item .pox p{
	font-size: 16px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
}
.index-news .news-item .pox .abstract{
	text-transform: uppercase;
	color: rgb(139, 139, 139);
	font-size: 10px;
	line-height: 200%;
}
.index-news .news-item .pox .time{
	margin-top: 10px;
	margin-bottom: 15px;
}
.index-news .news-item .pox .time p{
	text-transform: uppercase;
	color: rgb(139, 139, 139);
	font-size: 10px;
}
.index-news .news-item .btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.75rem 2.5rem;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .index-news .news-item .btn-pr {
	color:rgb(84, 208, 162) ;
	background-color: #fff;
	border-color: rgb(84, 208, 162);
  }
  
  .index-news .news-item .btn-pr:hover {
	color: #fff;
	background-color: rgb(84, 208, 162);
	border-color: rgb(84, 208, 162);
	}
	.index-news .news-item .div{
		width: 90px;
		height: 30px;
		margin: 0 auto; /*水平居中*/
		position: relative;
		top: 50%; /*偏移*/
		margin-top: -15px;
	}
/*.index-news{
	width:1200px;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}*/
/*.index-news .news-item{
	display:inline-block;
	vertical-align: middle;
	width:590px;
	height:100px;
	margin:6px 8px 18px 8px;
}
.index-news .news-item .time{
	width:110px;
	height:92px;
	float:left;
	padding-top:8px;
	background-color:#DCDCDC;
	margin-right:15px;
}
.index-news .news-item:hover .time{
	background-color:#1175B3;
}
.index-news .news-item .time span{
	display:block;
	width:100%;
	height:50px;
	text-align:center;
}
.index-news .news-item .time span em{
	display:inline-block;
	vertical-align: middle;
	height:50px;
	line-height:50px;
	color:#444;
	font-size:38px;
	font-weight: bold;
}
.index-news .news-item:hover .time span em{
	color:#fff;
}
.index-news .news-item .time span dl{
	display:inline-block;
	vertical-align: middle;
	height:50px;
	line-height:56px;
	margin-left:5px;
	color:#444;
	font-size:18px;
	transition-duration:0.2s;
}
.index-news .news-item:hover .time span dl{
	color:#fff;
	font-size:24px;
}
.index-news .news-item .time h2{
	width:100%;
	height:26px;
	line-height:26px;
	color:#444;
	font-size:16px;
	text-align:center;
	font-weight: normal;
}
.index-news .news-item:hover .time h2{
	color:#fff;
}
.index-news .news-item .info{
	display:block;
	width:465px;
	height:100px;
	float:left;
}
.index-news .news-item .info h2{
	display:block;
	width:100%;
	height:44px;
	overflow:hidden;
	text-align:left;
	font-weight: normal;
	line-height:48px;
	color:#444;
	font-size:22px;
}
.index-news .news-item:hover .info h2{
	color:#1175B3;
}
.index-news .news-item .info p{
	display:block;
	width:100%;
	height:48px;
	overflow:hidden;
	text-align:left;
	font-weight: normal;
	line-height:24px;
	color:#666;
	font-size:15px;
}
.index-news .news-item:hover .info p{
	color:#1175B3;
}*/


/*关于我们*/
.about-title{
	height:auto;
	overflow:hidden;
	margin:10px auto 30px auto;
}
.about-title span{
	display:block;
	width:160px;
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	color:#333;
	font-size:24px;
	letter-spacing:3px;
	font-weight: bold;
}
.about-title i{
	display:block;
	width:160px;
	height:1px;
	background-color:#666;
	margin:8px auto 0 auto;
}
.about-title em{
	display:block;
	width:50%;
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	color:#666;
	font-size:20px;
	font-weight: bold;
	text-transform:uppercase;
}
.about-frame{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}


.about-history{
	width:70px;
	height:1280px;
	margin:0 auto 50px auto;
	background:url(img/history-bj.jpg) no-repeat center top;
	position:relative;
}
.about-history .float1{
	top:10px;
	left:100px;
}
.about-history .float2{
	top:230px;
	right:100px;
}
.about-history .float3{
	top:434px;
	left:100px;
}
.about-history .float4{
	top:654px;
	right:100px;
}
.about-history .float5{
	top:868px;
	left:100px;
}
.about-history .float6{
	top:1076px;
	right:100px;
}
.about-history .item{
	display:block;
	width:300px;
	height:auto;
	overflow:hidden;
	position:absolute;
	padding-left:0;
	padding-right:0;
	transition-duration:0.2s;
}

.about-history .item .time{
	height:50px;
}
.about-history .item .time span{
	display:block;
	height:50px;
	line-height:50px;
	color:#333;
	font-size:36px;
	font-weight: bold;
	float:left;
}
.about-history .item .time i{
	width:1px;
	height:30px;
	float:left;
	margin:10px 8px;
}
.about-history .item .time em{
	display:block;
	height:50px;
	line-height:62px;
	color:#333;
	font-size:18px;
	float:left;
	margin-right:5px;
}
.about-history .item .info{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.about-history .item .info p{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	line-height:24px;
	color:#333;
	font-size:18px;
}
.about-recruit-banner{
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.about-recruit-banner img{
	width:100%;
}
.about-recruit{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:20px auto 20px auto;
}
.about-recruit .item{
	width:570px;
	height:395px;
	overflow:hidden;
	margin-bottom:20px;
	background-color:#EEEEEE;
}
.about-recruit .ar-l{
	float:left;
}
.about-recruit .ar-r{
	float:right;
}
.about-recruit .item .con{
	width:540px;
	height:320px;
	overflow:auto;
	padding:15px;
	margin-bottom:0px;
}
.con{
	width: 100%!important;
	height: auto!important;
}
.about-recruit .item h2{
	width:90%;
	height:20px;
	padding-left:10px;
	border-left:6px solid rgb(84, 208, 162);;
	line-height:20px;
	color:#333;
	font-size:18px;
	font-weight: normal;
	margin-bottom:10px;
}
.about-recruit .item p{
	width:94%;
	height:auto;
	line-height:20px;
	color:#555;
	font-size:14px;
	margin:0 auto;
}
.about-recruit .item h4{
	width:94%;
	height:auto;
	line-height:20px;
	color:#333;
	font-size:16px;
	margin:4px auto 6px auto;
	font-weight: normal;
}
.about-recruit .item h3{
	width:90%;
	height:16px;
	padding-left:10px;
	border-left:6px solid rgb(84, 208, 162);
	line-height:16px;
	color:#333;
	font-size:16px;
	font-weight: normal;
	margin-bottom:10px;
	margin-top:15px;
}
.about-recruit .item .mailbox{
	display:block;
	height:30px;
	padding:0 20px;
	background-color:rgb(84, 208, 162);
	line-height:30px;
	color:#fff;
	font-size:16px;
	float:right;
	margin-right:-204px;
	transition-duration:0.2s;
}
.about-recruit .item:hover .mailbox{
	margin-right:0px;
}


.about-recruit1{
	width:900px;
	height:auto;
	overflow:hidden;
	margin:20px auto 20px auto;
}
.about-recruit1 .item{
	width:900px;
	height:395px;
	overflow:hidden;
	margin-bottom:20px;
	background-color:#EEEEEE;
}
.item{
	height: auto!important;
}
.about-recruit1 .ar-l{
	float:left;
}
.about-recruit1 .ar-r{
	float:right;
}
.about-recruit1 .item .con{
	width:540px;
	height:320px;
	overflow:auto;
	padding:15px;
	margin-bottom:0px;
}
.about-recruit1 .item h2{
	width:90%;
	height:20px;
	padding-left:10px;
	border-left:6px solid rgb(84, 208, 162);
	line-height:20px;
	color:#333;
	font-size:18px;
	font-weight: normal;
	margin-bottom:10px;
}
.about-recruit1 .item p{
	width:94%;
	height:auto;
	line-height:20px;
	color:#555;
	font-size:14px;
	margin:0 auto;
}
.about-recruit1 .item h4{
	width:94%;
	height:auto;
	line-height:20px;
	color:#333;
	font-size:16px;
	margin:4px auto 6px auto;
	font-weight: normal;
}
.about-recruit1 .item h3{
	width:90%;
	height:16px;
	padding-left:10px;
	border-left:6px solid rgb(84, 208, 162);
	line-height:16px;
	color:#333;
	font-size:16px;
	font-weight: normal;
	margin-bottom:10px;
	margin-top:15px;
}
.about-recruit1 .item .mailbox{
	display:block;
	height:30px;
	padding:0 20px;
	background-color:rgb(84, 208, 162);
	line-height:30px;
	color:#fff;
	font-size:16px;
	float:right;
	margin-right:-170px;
	transition-duration:0.2s;
}
.about-recruit1 .item:hover .mailbox{
	margin-right:0px;
}


.about-main{
	height:auto;
	overflow:hidden;
	margin:20px auto 20px auto;
}
.about-main .about-product{
	width: 900px;
	height:auto;
	margin:0;
	overflow:hidden;
}
.about-main .about-product img{
	/*width: 898px;*/
	max-width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.about-main .about-product .about-title{
	height:auto;
	overflow:hidden;
	margin:10px auto 30px auto;
}
.about-main .about-product .about-title span{
	display:block;
	width:200px;
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	color:#333;
	font-size:24px;
	letter-spacing:3px;
	font-weight: bold;
}
.about-main .about-product .about-title i{
	display:block;
	width:160px;
	height:1px;
	background-color:#666;
	margin:8px auto 0 auto;
}
.about-main .about-product .about-title em{
	display:block;
	width:50%;
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	color:#666;
	font-size:20px;
	font-weight: bold;
	text-transform:uppercase;
}
.about-main .about-product .about-frame{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.about-main .about-product .about-recruit-banner{
	height:auto;
	margin:0 auto;
	overflow:hidden;
}
.about-main .about-product .about-recruit-banner img{
	width:100%;
}
.about-main .about-product .about-recruit{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:20px auto 20px auto;
}
.about-main .about-product .about-recruit .item{
	width:570px;
	height:395px;
	overflow:hidden;
	margin-bottom:20px;
	background-color:#EEEEEE;
}
.about-main .about-product .about-recruit .ar-l{
	float:left;
}
.about-main .about-product .about-recruit .ar-r{
	float:right;
}
.about-main .about-product .about-recruit .item .con{
	width:540px;
	height:320px;
	overflow:auto;
	padding:15px;
	margin-bottom:0px;
}
.about-main .about-product .about-recruit .item h2{
	width:90%;
	height:20px;
	padding-left:10px;
	border-left:6px solid rgb(84, 208, 162);;
	line-height:20px;
	color:#333;
	font-size:18px;
	font-weight: normal;
	margin-bottom:10px;
}
.about-main .about-product .about-recruit .item p{
	width:94%;
	height:auto;
	line-height:20px;
	color:#555;
	font-size:14px;
	margin:0 auto;
}
.about-main .about-product .about-recruit .item h4{
	width:94%;
	height:auto;
	line-height:20px;
	color:#333;
	font-size:16px;
	margin:4px auto 6px auto;
	font-weight: normal;
}
.about-main .about-product .about-recruit .item h3{
	width:90%;
	height:16px;
	padding-left:10px;
	border-left:6px solid rgb(84, 208, 162);
	line-height:16px;
	color:#333;
	font-size:16px;
	font-weight: normal;
	margin-bottom:10px;
	margin-top:15px;
}
.about-main .about-product .about-recruit .item .mailbox{
	display:block;
	height:30px;
	padding:0 20px;
	background-color:rgb(84, 208, 162);
	line-height:30px;
	color:#fff;
	font-size:16px;
	float:right;
	margin-right:-204px;
	transition-duration:0.2s;
}
.about-main .about-product .about-recruit .item:hover .mailbox{
	margin-right:0px;
}




/*==地图样式==*/
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
#dituContent{width:1200px;height:500px; margin:0 auto;position:relative; z-index:3;}
.about-contact-info{
	width:1200px;
	height:60px;
	margin:50px auto 50px auto;
	text-align:center;
}
.about-contact-info .item{
	display:inline-block;
	vertical-align: middle;
	height:60px;
}
.about-contact-info .item i{
	display:block;
	float:left;
	height:60px;
	line-height:60px;
	color:rgb(84, 208, 162);;
	font-size:40px;
}
.about-contact-info .item dl{
	width:1px;
	height:40px;
	background-color:#999;
	margin:10px 16px;
	float:left;
}
.about-contact-info .item .tel{
	width:200px;
}
.about-contact-info .item .address{
	width:400px;
}
.about-contact-info .item .text{
	height:60px;
	float:left;
}
.about-contact-info .item .text h3{
	display:block;
	height:30px;
	width:100%;
	line-height:34px;
	color:#444;
	font-size:18px;
	text-align:left;
}
.about-contact-info .item .text a{
	display:block;
	width:100%;
	height:30px;
	line-height:26px;
	color:#444;
	font-size:18px;
	text-align:left;
}

/*解决方案*/
.solution-main{
	height:auto;
	overflow:hidden;
	margin:20px auto 50px auto;
	text-align:center;
}
.solution-main .sol-item{
	display:inline-block;
	vertical-align: middle;
	width:576px;
	height:280px;
	overflow:hidden;
	background-color:#FFC;
	margin:0 10px 28px 10px;
	position:relative;
}
.solution-main .sol-item img{
	display:block;
	width:100%;
	min-height:280px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.solution-main .sol-item span{
	display:block;
	width:100%;
	min-height:280px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background: rgba(0,0,0, 0.3);
	transition-duration:0.2s;
}
.solution-main .sol-item:hover span{
	background: rgba(0,0,0, 0.7);
}
.solution-main .sol-item h2{
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:30px;
	position:absolute;
	top:90px;
	left:0;
	z-index:3;
	transition-duration:0.2s;
}
.solution-main .sol-item:hover h2{
	top:80px;
	letter-spacing:4px;
}
.solution-main .sol-item em{
	display:block;
	width:200px;
	height:48px;
	text-align:center;
	line-height:48px;
	color:#fff;
	font-size:16px;
	border:1px solid #fff;
	position:absolute;
	bottom:80px;
	left:50%;
	z-index:3;
	margin:0 0 0 -100px;
	transition-duration:0.2s;
}
.solution-main .sol-item:hover em{
	bottom:70px;
	letter-spacing:8px;
}

/*新闻资讯*/
.news-title span{
	display:block;
	/*width:160px;*/
	/*height:30px;*/
	margin:0 auto;
	text-align:center;
	line-height:30px;
	color:#333;
	font-size:24px;
	letter-spacing:3px;
	font-weight: bold;
}
.news-title em{
	display:block;
	width:50%;
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	color:#666;
	/*font-size:20px;
	font-weight: bold;
	text-transform:uppercase;*/
}
.news-main{
	height:auto;
	overflow:hidden;
	margin:20px auto 20px auto;
}
.news-main .product{
	width: 900px;
	height:auto;
	margin:0;
	overflow:hidden;
}
.news-main .news-item{
	width:880px;
	height:210px;
	margin:10px auto 20px auto;
	float: left;
	border: 1px solid rgb(219, 211, 211);
}
.news-main .news-item .pic{
	display:block;
	width:240px;
	height:150px;
	overflow:hidden;
	float:left;
	position:relative;
	top: 30px;
	left: 30px;
}
.news-main .news-item .pic img{
	width:100%;
	min-height:100px;
	transition-duration:0.2s;
	position:absolute;
	top:0;
	left:0;
}
.news-main .news-item:hover .pic img{
	width:105%;
	top:-5px;
	left:-5px;
}
.news-main .news-item .info{
	height:210px;
	width:550px;
	float:right;
	margin:30px 36px 0 0;
	/*transition-duration:0.2s;*/
}
/*.news-main .news-item:hover .info{
	margin:30px 46px 0 0;
}*/
.news-main .news-item .info .title{
	display:block;
	width:100%;
	height:36px;
	line-height:30px;
	color:#222;
	font-size:18px;
	overflow:hidden;
	transition-duration:0.2s;
}
.news-main .news-item:hover .info .title{
	color:rgb(84, 208, 162);
}
.news-main .news-item .info p{
	display:block;
	width:100%;
	height:52px;
	overflow:hidden;
	line-height:24px;
	color:#555;
	font-size:13px;
	margin:8px auto 18px auto;
}
.news-main .news-item .info .see{
	display:block;
	width:160px;
	height:34px;
	text-align:center;
	line-height:34px;
	color:#444;
	font-size:16px;
	border:1px solid #444;
	float:right;
	transition-duration:0.2s;
}
.news-main .news-item:hover .info .see{
	border:1px solid #1175B3;
	color:#1175B3;
}
.news-main .news-item .info h3{
	display:block;
	clear:both;
	width:100%;
	height:24px;
	padding-top:12px;
	font-weight: normal;
}
.news-main .news-item .info h3 span{
	display:block;
	height:24px;
	float:left;
	line-height:24px;
	color:#666;
	font-size:13px;
	font-style:italic;
}
.news-main .product{
	width: 900px;
	height:100px;
	margin:0;
	overflow:hidden;
	text-align:center;
}
.news-partition{
	width: 100%;
	height: auto;
	text-align:center;
}
.news-partition img{
	width: 50%;
}


/*详情页*/
.vist-main{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:20px auto 40px auto;
}
.vist-main h1{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	font:26px/34px 'microsoft yahei';
	color:#333;
	text-align:center;
	margin-bottom:20px;
}
.vist-main .info{
	width:100%;
	height:30px;
	margin:8px auto 15px auto;
}
.vist-main .info span{
	display:block;
	float:left;
	height:30px;
	font:15px/30px 'microsoft yahei';
	color:#666;
}
.vist-main .info dl{
	display:block;
	float:left;
	height:30px;
	font:15px/30px 'microsoft yahei';
	color:#888;
	margin-left:30px;
}
.vist-main .info a{
	display:block;
	float:left;
	height:30px;
	font:15px/30px 'microsoft yahei';
	color:#1175B3;
}
.vist-main .info em{
	display:block;
	float:right;
	height:30px;
	font:15px/30px 'microsoft yahei';
	color:#666;
}


/*产品详情页*/
.product-vist-content{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:-4px;
	vertical-align: middle;
	text-align: center;
}
.product-vist-content .parameter-main1 img{
	width:100%;
}

.product-vist-content .parameter-main1{
	width:900px;
	height:auto;
	overflow:hidden;
	margin:20px auto 40px auto;
}
.product-vist-content .parameter-main1 h2{
	display:block;
	width:100%;
	height:50px;
	font:24px/50px 'microsoft yahei';
	color:#444;
}
.product-vist-content .parameter-main1 .param-frame{
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-vist-content .parameter-main1 .param-frame .title{
	width:100%;
	height:56px;
	background-color:#1175B3;
	margin-bottom:10px;
}
.product-vist-content .parameter-main1 .param-frame .title span{
	display:block;
	width:20%;
	height:56px;
	margin-left:3%;
	float:left;
	text-align:left;
	font:24px/56px 'microsoft yahei';
	color:#fff;
	letter-spacing:15px;
	
}
.product-vist-content .parameter-main1 .param-frame .title em{
	display:block;
	width:54%;
	height:56px;
	float:right;
	text-align:left;
	font:24px/56px 'microsoft yahei';
	color:#fff;
	letter-spacing:15px;
}
.product-vist-content .parameter-main1 .param-frame p{
	text-align: left;
}

.product-vist-content .parameter-main{
	width:900px;
	height:auto;
	overflow:hidden;
	margin:20px auto 40px auto;
}
.product-vist-content .parameter-main h2{
	display:block;
	width:100%;
	height:50px;
	font:24px/50px 'microsoft yahei';
	color:#444;
}
.product-vist-content .parameter-main .param-frame{
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-vist-content .parameter-main .param-frame .title{
	width:100%;
	height:56px;
	background-color:#1175B3;
	margin-bottom:10px;
}
.product-vist-content .parameter-main .param-frame .title span{
	display:block;
	width:20%;
	height:56px;
	margin-left:3%;
	float:left;
	text-align:left;
	font:24px/56px 'microsoft yahei';
	color:#fff;
	letter-spacing:15px;
	
}
.product-vist-content .parameter-main .param-frame .title em{
	display:block;
	width:54%;
	height:56px;
	float:right;
	text-align:left;
	font:24px/56px 'microsoft yahei';
	color:#fff;
	letter-spacing:15px;
}
.product-vist-content .parameter-main .param-frame .data{
	width:100%;
	height:48px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	transition-duration:0.2s;
}
.product-vist-content .parameter-main .param-frame .data:hover{
	background-color:#1175B3;
}
.product-vist-content .parameter-main .param-frame .data span{
	display:block;
	width:20%;
	height:48px;
	margin-left:8%;
	float:left;
	text-align:left;
	font:18px/48px 'microsoft yahei';
	color:#222;
	
}
.product-vist-content .parameter-main .param-frame .data em{
	display:block;
	width:54%;
	height:48px;
	float:right;
	text-align:left;
	font:18px/48px 'microsoft yahei';
	color:#444;
}

}