﻿@charset "utf-8";
/* CSS Document */
html{
	min-height:100%;
}
body{
	font-family:"微软雅黑";
}
body.web{
	font-size:14px;
}
a{
	color:#333;
}
body, td, th{
	color:#333;
}
.slaveColumnName{ display:none;}
section{
	display:block;
}
.mobile .columnContent{
	margin:0;
}
.mobile .module .titleBar{ font-size:16px; font-weight:normal;}
.web .wrapper{
	width:1200px;
	height:auto;
	overflow:hidden;
	position:relative;
	margin:auto;
}
header.pageHeader{
	width:100%;
	border-bottom:solid 5px #f39800;
}
.web header.pageHeader{
	min-width:100%;
	min-width:1200px;
	height:135px;
	background-image:url(../images/headerBg.png);
	background-position:center top;
}
.web header.pageHeader .wrapper{
	height:90px;
	margin:auto;
	/*background-image:url(../images/headerBg.png);
	background-repeat:no-repeat;
	background-position:center top;*/
	overflow:visible;
}
.mobile header.pageHeader{
	background-color:#eeeeee;
}


.logo{
	background-image:url(../images/logo.png);
}

.web .logo{
	width:275px;
	height:90px;
	top:-0px;
	left:00px;
	position:absolute;
}
.mobile .logo{
	background-position:5px center;
	height:60px;
	width:100%;
	left:0px;
	background-size:contain;
	background-color:#FFF;
}
.web .nav{
	position:absolute;
	left:0px;
	top:95px;
	width:100%;
	height:40px;
	background-color: #3a5e8f;
}
.mobile .nav{ height:40px;}
.web .nav ul{
	width: 1200px;
	height: 040px;
	display: block;
	margin: auto;
}
.web .nav li ul{
	display:none;
}
.web .nav li{
	width:20%;
	height:40px;
	/*background-image:url(../images/navListItemBg.png);*/
}
.web .nav li:hover{
	background-position:left bottom;
}
.web .nav li a{
	background:none;
	height:40px;
	line-height:40px;
	padding:0;
	/*background-image:url(../images/navListItemBg.png);*/
	color: #fff;
}
.web .nav li a:hover{
	color: #fff;
	font-weight:bold;
	background-color:#103772;
}
.web .nav li.current a{
	font-weight:bold;
	color:#fff;
	background-color: #103772;
	background-position:left bottom;
}
.web .nav li.focusOpen a{
	font-weight:bold;
	background-position:left bottom;
}

.mobile .nav li{ width:20%; height:40px;}
.mobile .nav li a{ color:#000; padding-top:5px; height:35px; line-height:35px;}
.mobile .nav li.current a{ background:none;}
.mobile .nav li#navListItem1{ display:none;}





















.web #addFavorite{
	position:absolute;
	display:block;
	right:105px;
	top:8px;
	display:none;
}
.web #setHome{
	position:absolute;
	display:block;
	right:170px;
	top:8px;
	display:none;
}
.web #languageLink{
	position:absolute;
	right:20px;
	top:45px;
	display:block;
	font-size:12px;
	z-index:500;
}
.web #languageLink a{
	padding:0 5px;
}
.web .banner {
	width: 100%;
	background-color:#eee;
	height: 375px;
	margin:auto;
	/*background-image:url(../images/bannerBg.png);*/
}
.web .banner .alpha {
	height:375px;
}
.web .banner .control {
	position:absolute;
	top:345px;
	left:0px;
	z-index:11;
}
.focusModule.control li.focusOpen a.title{
	background-color:#335e8d;
}
.focusModuleGroup{ position:relative;}

.mobile #banner {
	position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: 80px;
	margin:auto;
	z-index:10;
	/*background-color:#999;*/
	background-size:cover;
	background-position:left top;
	background-repeat:no-repeat;
}
/*.mobile #banner .alpha {
	height:150px;
}
.mobile #banner .control {
	position:absolute;
	top:130px;
	left:0px;
	z-index:11;
}
*/



.web header #searchForm{
	display:block;
	right:50px;
	top:60px;
	left:auto;
	bottom:auto;
	padding:0;
	width:175px;
}

.web header #keyword{
	width:150px;
	height:25px;
	background:none;
	border:none;
	line-height:20px;
	background-color:#eeeeee;
	background-color:transparent;
}
.web header #searchBtn{
	width:25px;
	height:25px;
	text-indent:-9999px;
	background:none;
	border:none;
	position:absolute;
	left:150px;
	top:0;
}












.web .pageBody{
	width:100%;
	min-width:1160px;
	
}

.web .pageBody .wrapper{
	background-color:#FFF;
}

.web .pageBody #falseBanner{
	width:1130px;
	height:125px;
	background-color:#eee;
	padding-top:25px;
	padding-bottom:25px;
}
.web .pageBody #falseBanner img{
	height:125px;
}
.pageBody #falseBanner .title{
	display:none;
}



.mobile .pageBody #falseBanner{
	height:auto;
	background-color:#eee;
	padding-top:5px;
	padding-bottom:5px;
}
.mobile .pageBody #falseBanner img{
	width:150%;
	height:auto;
	margin-left:-20px;
}
.mobile #falseBanner .title{
	display:none;
}









.web .pageFooter{
	position:relative;
	width:100%;
	min-width:1160px;
	height:155px;
	background-position:top center;
	background-image:url(../images/footerBg.png);
	font-size:12px;
}
.mobile .pageFooter{
	background-color:#f4f4f4;
	font-size:12px;
	width:100%;
	width:auto;
}
.web .pageFooter a{
	color:#FFF;
}
.web .pageFooter .wrapper{
	background-image:url(../images/footerBg.png);
	background-position:center top;
	height:155px;
	width:1160px;
	margin:auto;
}
.web .pageFooter .productLinks{
	position:absolute;
	left:45px;
	top:20px;
	color:#FFF;
}

.web .pageFooter .links{
	position:absolute;
	left:45px;
	top:50px;
	color:#FFF;
}
.web .pageFooter address{
	position:absolute;
	left:45px;
	top:80px;
	color:#FFF;
}
.pageFooter address{
	font-style: normal;
	line-height:24px;
}
.web .pageFooter .webDesign{
	display:none;
}
.web .pageFooter .copyRight{
	position:absolute;
	left:0px;
	bottom:45px;
	color:#FFF;
}
.web .pageFooter .miitbeian{
	position:absolute;
	left:350px;
	top:117px;
	color:#FFF;
	line-height:24px;
}
.web .pageFooter .miitbeian a{
	color:#FFF;
}




























































.application ul{
	width:1120px;
	height:420px;
	margin:auto;
	display:block;
}
.application li{
	width:280px;
	height:210px;
	float:left;
	position:relative;
	display:block;
	overflow:hidden;
}
.application li img{
	position:absolute;
	left:0px;
	top:0px;
	width:280px !important;
	height:210px !important;
	z-index:4;
	max-width:none !important;
	
	transition: all 0.5s;
	
}
.application li:hover img{
	position:absolute;
	left:-5px;
	top:-4px;
	width:290px !important;
	height:218px !important;
	z-index:4;
	max-width:none !important;
}
.application li .masker{
	z-index:4;
	position:absolute;
	width:280px;
	height:210px;
	display:block;
	left:0;
	top:0;
	background-color:#000;
	opacity:0.0;
	transition: all 0.5s;
}
.application li:hover .masker{
	opacity:0.5;
}
.application li .content{
	z-index:5;
	position:absolute;
	width:280px;
	height:130px;
	display:block;
	left:0;
	top:0;
	padding-top:80px !important;
	opacity:0.0;
}
.application li:hover .content{
	opacity:1;
}
.application li .content p{
	font-size:18px;
	line-height:30px;
	text-align:center;
	color:#FFF;
}






















/*公司简介*/
.web #company{
	position:absolute;
	width:1160px;
	height:665px;
	left:0px;
	top:505px;
	
	background-image:url(../home1/images/companyBg.jpg);
}
.web #company div{
	position:absolute;
	left:505px;
	top:100px;
	width:640px;
}
.web #company p{
	line-height:30px;
	font-size:13px;
	text-indent:2em;
}




/*行业新闻*/
.web #industryNews{
	position:absolute;
	width:600px;
	height:290px;
	left:0px;
	bottom:0px;
	
	background-image:url(../home1/images/industryNewsBg.png);
}
.web #industryNews .titleBar{ display:none;}
.web #industryNews .more{ position:absolute; left:520px; top:50px; width:50px; height:20px; display:block; text-indent:-9999px;}
.web #industryNews .upDateTime{ display: none;}
.web #industryNews .newsList{
	position:absolute;
	width:275px;
	left:290px;
	top:80px;

}
/*技术知识*/
.web #technicalKnowledge{
	position:absolute;
	width:600px;
	height:290px;
	right:0px;
	bottom:0px;
	
	background-image:url(../home1/images/technicalKnowledgeBg.png);
}
.web #technicalKnowledge .titleBar{ display:none;}
.web #technicalKnowledge .more{ position:absolute; left:490px; top:50px; width:50px; height:20px; display:block; text-indent:-9999px;}
.web #technicalKnowledge .upDateTime{ display: none;}
.web #technicalKnowledge .newsList{
	position:absolute;
	width:275px;
	left:260px;
	top:80px;

}

.web #technicalKnowledge .newsList{

}


.articleList .upDateTime{ display: none!important;}