
/*大于1024像素*/
@media all and (min-width:1020px){
:root {
    --vh: 1vh;
  }
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.blk30{ height:30px; width:100%;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.index-title{
	height:50px;
	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;
}
.index-title .in_title h3{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color: #0067d0;
	}
.mtitle{ display:none;}
.index-title .in_title h3 span{
	margin: 0 40px;
	}
.index-title .in_title h3 em{
	display: inline-block;
	width:100px;
	height:2px;
	float:unset;
	background:#ccc;
	vertical-align: super;
	}
/*带有二级分类的样式*/
.index-title-ls{
	height:120px;
	margin:20px auto 20px auto;
}
.index-title-ls h2{
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	font-size:20px;
	color:#333;
	font-weight: normal;
}
.index-title-ls i{
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	font-size:24px;
	color:#333;
	font-weight: normal;
	margin:0 6px;
}
.index-title-ls em{
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#666;
	text-transform:uppercase;
}
.index-title-ls .in_title h3{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color: #0067d0;
	}
.index-title-ls .in_title h3 span{
	margin: 0 40px;
	}
.index-title-ls .in_title h3 em{
	display: inline-block;
	width:100px;
	height:2px;
	float:unset;
	background:#ccc;
	vertical-align: super;
	}
.index-title-ls .tab{
	text-align: center;
	padding-top: 40px;
	}
.index-title-ls .tab a{
	padding: 0 6px;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	margin: 5px;
	color: #fff;
	background: #315cc5;
	transition: all .5s;
	}
.index-title-ls .tab a:hover{
	background: #DCDCDC;
	color: #444;
	}
.index-title-ls .tab .on{
	background: #DCDCDC;
	color: #444;
	}
/*首页-公司简介*/
.index-about-us{
	height:auto;
	overflow:hidden;
}
.index-about-us .company-info{
	width:796px;
	height:420px;
	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 .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;
	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-honor{
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.index-honor .honor-item{
	display:inline-block;
	vertical-align: middle;
	width:384px;
	height:410px;
	background-color:#CCC;
	overflow:hidden;
	position:relative;
	margin:5px 6px;
	float:left;
}
.index-honor .honor-item img{
	display:block;
	width:100%;
	min-height:410px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.index-honor .honor-item .info{
	width:100%;
	height:120px;
	position:absolute;
	padding:20px 0 0 0;
	background: rgba(0,0,0, 0.2);
	bottom:-80px;
	left:0;
	z-index:2;
	transition-duration:0.2s;
}
.index-honor .honor-item:hover .info{
	background: rgba(0,0,0, 0.6);
	bottom:0;
}
.index-honor .honor-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-honor .honor-item:hover .info h2{
	color:#fff;
}
.index-honor .honor-item .info h3{
	display:block;
	font-weight: normal;
	width:90%;
	height:30px;
	margin:0 auto;
	line-height:30px;
	text-align:center;
	color:#fff;
	font-size:20px;
}
.index-honor .honor-item:hover .info h3{
	color:#fff;
}
.index-honor .honor-item .info a{
	display:block;
	font-weight: normal;
	width:180px;
	height:42px;
	margin:28px auto 0 auto;
	line-height:42px;
	text-align:center;
	color:#fff;
	font-size:16px;
	border:1px solid #999;
	transition-duration:0.2s;
}
.index-honor .honor-item .info a:hover{
	border:1px solid #1175B3;
	background-color:#73BBE3;
	color:#fff;
}
/*首页-服务项目*/
.index-product{
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.index-product .pro-item{
	display:inline-block;
	vertical-align: middle;
	width:384px;
	height:410px;
	background-color:#CCC;
	overflow:hidden;
	position:relative;
	margin:5px 6px;
	float:left;
}
.index-product .pro-item img{
	display:block;
	width:100%;
	min-height:410px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.index-product .pro-item .info{
	width:100%;
	height:160px;
	position:absolute;
	padding:20px 0 0 0;
	background: rgba(0,0,0, 0.2);
	bottom:-80px;
	left:0;
	z-index:2;
	transition-duration:0.2s;
}
.index-product .pro-item:hover .info{
	background: rgba(0,0,0, 0.6);
	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:180px;
	height:42px;
	margin:28px auto 0 auto;
	line-height:42px;
	text-align:center;
	color:#fff;
	font-size:16px;
	border:1px solid #999;
	transition-duration:0.2s;
}
.index-product .pro-item .info a:hover{
	border:1px solid #1175B3;
	background-color:#73BBE3;
	color:#fff;
}

/*首页-应用案例*/
.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:380px;
	height:405px;
	background-color:#CCC;
	overflow:hidden;
	position:relative;

}
.index-application-case .appcase-item img{
	display:block;
	width:100%;
	min-height:405px;
	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-application-case .hd{position: absolute;width: 100%; max-width:1200px;}
.index-application-case .hd span{width: 40px;height: 40px;cursor: pointer;position: absolute;top: -220px;opacity: .5;background: url(../images/prev.png) no-repeat;display: inline-block;vertical-align: middle;transition: all .5s;}
.index-application-case .hd .prev{background-position: 0 0;left: -80px;}
.index-application-case .hd .next{background-position: -40px 0;right: -80px;}
.index-application-case .hd .prev:hover,.index-application-case .hd .next:hover{opacity: 1;}


.index-application-case .bd{overflow: hidden;}
.index-application-case .list{width: 100%;}
.index-application-case .list li{position: relative;display: block;float: left;width: 380px;height: 405px;transition: all .5s; margin:5px 6px;}
.index-application-case .list li .more{position: absolute;bottom: 30px;left: 30px;display: block;width: 120px;height: 32px;font-size: 14px;line-height: 30px;text-align: center;background: #315cc5;color: #fff;transition: all .5s;}
.index-application-case .list li:hover .more{background: #fff;color: #315cc5;}


/*首页-新闻*/
.index-news{
	width:1220px;
	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;
	float:left;
}
.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:before {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.about-history{
	width:70px;
	min-height:850px;
	margin:0 auto 50px auto;
	background:url(img/history-bj.jpg) repeat-y center top;
	position:relative;
	height:auto;
	zoom:1;
}

.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 .float7{
	top:1280px;
	left:100px;
}
.about-history .float8{
	top:1500px;
	right:100px;
}
.about-history .item{
	display:block;
	width:400px;
	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;
}
.about-recruit .item h2{
	width:90%;
	height:20px;
	padding-left:10px;
	border-left:6px solid #1175B3;
	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 #1175B3;
	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:#1175B3;
	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;
}

/*联系我们*/
.contact-title{
	height:auto;
	overflow:hidden;
	margin:50px auto 30px auto;
}
.contact-title span{
	display:block;
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	color:#333;
	font-size:24px;
	letter-spacing:3px;
	font-weight: bold;
}
.contact-title i{
	display:block;
	width:350px;
	height:1px;
	background-color:#666;
	margin:8px auto 0 auto;
}
.contact-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;
}

/*==地图样式==*/
.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;}
#dituContent_tj{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:#444;
	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-main{
	height:auto;
	overflow:hidden;
	margin:20px auto 20px auto;
}
.news-main .news-item{
	width:1200px;
	height:270px;
	background-color:#EEEEEE;
	margin:10px auto 20px auto;
}
.news-main .news-item .pic{
	display:block;
	width:380px;
	height:270px;
	overflow:hidden;
	float:left;
	position:relative;
}
.news-main .news-item .pic img{
	width:100%;
	min-height:270px;
	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:700px;
	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:24px;
	overflow:hidden;
	transition-duration:0.2s;
}
.news-main .news-item:hover .info .title{
	color:#1175B3;
}
.news-main .news-item .info p{
	display:block;
	width:100%;
	height:72px;
	overflow:hidden;
	line-height:24px;
	color:#555;
	font-size:16px;
	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:0;
	float:right;
	transition-duration:0.2s;
}
.news-main .news-item:hover .info .see{
	border:0;
	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:15px;
	font-style:italic;
}


/*详情页*/
.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;
}

/*文件下载*/
.download-main{
	height:auto;
	overflow:hidden;
	margin:20px auto 20px auto;
}
.download-main .download-item{
	width:1200px;
	height:90px;
	background-color:#EEEEEE;
	margin:10px auto 20px auto;
}
.download-main .download-item .info{
	height:80px;
	width:100%;
	float:left;
	margin:30px 36px 0 36px;
	transition-duration:0.2s;
	display:flex;
}
.download-main .download-item:hover .info{
	margin:30px 46px 0 30px;
}
.download-main .download-item .info .title{
	display:block;
	width:80%;
	height:36px;
	line-height:30px;
	color:#222;
	font-size:24px;
	overflow:hidden;
	transition-duration:0.2s;
}
.download-main .download-item:hover .info .title{
	color:#1175B3;
}
.download-main .download-item .info p{
	display:block;
	width:100%;
	height:72px;
	overflow:hidden;
	line-height:24px;
	color:#555;
	font-size:16px;
	margin:8px auto 18px auto;
}
.download-main .download-item .info .see{
	display:block;
	width:160px;
	height:34px;
	text-align:right;
	line-height:34px;
	color:#444;
	font-size:16px;
	border:0;
	float:right;
	transition-duration:0.2s;
	position:relative;
	padding-right:20px;
}
.download-main .download-item:hover .info .see{
	border:0;
	color:#1175B3;
}
.download-main .download-item .info .see i {
    width: 7px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    background: url(../images/arrow.png) no-repeat center;
	-webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.download-main .download-item .info h3{
	display:block;
	clear:both;
	width:100%;
	height:24px;
	padding-top:12px;
	font-weight: normal;
}
.download-main .download-item .info h3 span{
	display:block;
	height:24px;
	float:left;
	line-height:24px;
	color:#666;
	font-size:15px;
	font-style:italic;
}

/*产品详情页*/
.product-vist-content{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:-4px;
}
.product-vist-content img{
	width:100%;
}
.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:8%;
	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;
}
.mfooter{ 
 display:none; 
}
.footer {
	width: 100%;
	color: #fff;
	padding: 0 0 18px;
	background: #222222;
}
.footer .links {
	padding: 20px 0;
	margin-bottom: 40px;
	font-size: 16px;
	border-bottom: 1px solid #333333;
}
.footer .links span {
	color: #f9f9f9;
	font-weight: bold;
	display: inline-block;
}
.footer .links a {
	display: inline-block;
	font-size: 14px;
	color: #ccc;
	padding-right: 10px;
}
.footer .links a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.footer .contact {
	width: 450px;
}
.footer .contact .ewm {
	width: 134px;
	height: 134px;
	background: #ddd;
	border: 3px solid #999;
}
.footer .contact .ewm img {
	display: block;
	width: 134px;
	height: 134px;
}
.footer .contact .contact_info {
	margin-left: 16px;
}
.footer .contact .contact_info p {
	font-size: 14px;
	color: #ccc;
	line-height: 14px;
}
.footer .contact .contact_info .tel {
	margin-top: 16px;
	margin-bottom: 12px;
	font: normal 34px "arial";
	color: #fff;
	line-height: 28px;
}
.footer .contact .contact_info .p2 {
	margin-bottom: 14px;
}
.footer .contact .contact_info .line {
	width: 30px;
	height: 2px;
	margin-top: 14px;
	margin-bottom: 20px;
	background: #999;
}
.footer .bNav {
	width: 610px;
	margin-left: 100px;
	margin-top: 0px;
}
.footer .bNav dl {
	width: 170px;
	height: 198px;
	margin-top: 6px;
	padding: 0px 0 0px 36px;
	line-height: 18px;
	float: left;
	background: url("../images/footer-split.png") no-repeat right top;
	overflow-y:auto;
}
/* 自定义滚动条样式 */
.footer .bNav dl::-webkit-scrollbar {
  width: 2px; /* 设置滚动条宽度 */
}
 
.footer .bNav dl::-webkit-scrollbar-thumb {
  background-color: #888; /* 滚动条颜色 */
  border-radius: 1px; /* 滚动条圆角 */
}
 
.footer .bNav dl::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* 滚动条轨道颜色 */
}
.footer .bNav dl:first-child {
	padding-left: 0;
}
.footer .bNav dl dt {
	color: #333;
	font-size: 16px;
	text-align: left;
	margin-bottom: 16px;
}
.footer .bNav dl dt a {
	display: block;
	color: #fff;
}
.footer .bNav dl dt a:hover {
	display: block;
	color: #ccc;
}
.footer .bNav dl dd {
	line-height: 26px;
	text-align: left;
}
.footer .bNav dl dd:first-child {
	margin-top: 30px!important;
}
.footer .bNav dl dd a {
	display: block;
	color: #ccc;
	font-size: 12px;
}
.footer .bNav dl dd a:hover {
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/*copyright*/
.copyright {
	height: 57px;
	line-height: 57px;
	color: #999999;
	font-size: 12px;
	background: #111111;
	border-top: 1px solid #11111;
}
.copyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.copyright a {
	color: #999999;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.copyright a:hover {
	color: #fff;
}
.encopyright {
	height: 70px;
	line-height: 25px;
	color: #999999;
	font-size: 12px;
	background: #111111;
	border-top: 1px solid #11111;
	text-align:center;
	padding-top:5px;
	display:table;
	width:100%;
}
.encopyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.encopyright a {
	color: #999999;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.encopyright a:hover {
	color: #fff;
}
.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}
.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../images/black20.png) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #0067d0;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 50px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: 0 -47px;
}
.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background: #0067d0;
}
.toolbar .tel span {
	background-position: 0 0;
}
.toolbar .tel:hover {
	background: #0067d0;
}
.toolbar .code span {
	background-position: 0 -95px;
}
.toolbar .code:hover {
	background: #0067d0;
}
.toolbar .top span {
	background-position: 0 -142px;
}
.toolbar .top:hover {
	background: #0067d0;
}
}