﻿@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 img{
	max-width:100%;
	margin:auto;
}






.mobile .columnContent{
	margin:0;
}
.mobile .module .titleBar{ font-size:16px; font-weight:normal;}

.web .module .more{ position:absolute; right:10px; top:10px; height:25px; width:60px; display:block; text-indent:-9999px;}


.web .wrapper{
	width:1200px;
	height:auto;
	overflow:hidden;
	position:relative;
	margin:auto;
	background-position:center top;
}
header.pageHeader{
	width:100%;
	/*background-color:#111c3d;*/
}
.web header.pageHeader{
	min-width:1200px;
	height:140px;
	background-image:url(../images/headerBg.png);
	background-position:center top;
}
.web header.pageHeader .wrapper{
	height:140px;
	width:1200px;
	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:310px;
	height:100px;
	top:40px;
	left:-60px;
	position:absolute;
}
.mobile .logo{
	background-position:5px center;
	height:80px;
	width:100%;
	left:0px;
	background-size:contain;
	background-color:#FFF;
}
.web .nav{
	position:absolute;
	right:-20px;
	top:75px;
	width:900px;
	height:35px;
	font-size:16px;
}

.web .nav ul{
}
.web .nav li ul{
   	top: 30px;
	width: 170px;
	padding:0;
	height:auto;
	background-color:#fff;
	display:none;
	margin-left:-35px;
	border:solid 1px #ccc;
	border-bottom:none;
}
.web .nav li.focusOpen ul {
	display: block;
}

.web .nav li.focusOpen ul ul{
	display:none;
}




.web .nav li{
	width:100px;
	height:30px;
	/*background-image:url(../images/navListItemBg.png);*/
}
.web .nav li:hover{
	background-position:left bottom;
}
.web .nav li a{
	padding-top:0px;
	height:30px;
	line-height:30px;
	width:85px;
	background:none;
	background-image:url(../images/navListItemBg.png);
	color:#315a97;
}
.web .nav li a:hover{
	color:#fff;
	font-weight:normal;
}
.web .nav li.current a{
	font-weight:normal;
	color:#fff;
	background-position:left bottom;
}
.web .nav li.current li a{
	font-weight:normal;
	color:#014d76;
}
.web .nav li.focusOpen a{
	font-weight:normal;
	background-position:left bottom;
	color:#fff;
}
.web .nav li.focusOpen li a{
	font-weight:normal;
	color:#014d76
}





.web .nav li li {
	width: 100%;
	line-height: 35px;
	height:35px;
	border-bottom: solid 1px #cccccc;
}
.web .nav li li a {
	font-size: 12px;
	font-weight:normal;
	background: none;
	background-color:#fff;
	color:#014d76;
	width:100%;
	line-height:35px;
	height:35px;
}
.web .nav li li.current a {
}
.web .nav li li a:hover {
	background: none;
	background-color: #228cee;
	color:#FFF;
}










.mobile .nav{ height:70px;}
.mobile .nav li{ width:25%; height:35px;}
.mobile .nav li a{ padding-top:5px; height:30px; line-height:30px; background-color:#315a97; color:#ccc;}
.mobile .nav li.current a{ background:none; background-color:#315a97; color:#FFF;}


.mobile .nav #navListItem1{ display:none;}








.web header #weiboLink{
	position:absolute;
	top:20px;
	left:865px;
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
.web header #weixinLink{
	position:absolute;
	top:20px;
	left:900px;
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	cursor:pointer;
}

.mobile header #weiboLink{
	display:none;
}
.mobile header #weixinLink{
	display:none;
}

.web header #welcome{
	position:absolute;
	right:0px;
	top:110px;
}
.mobile header #welcome{
	display:none;
}
.web header #otherLink{
	position:absolute;
	right:330px;
	top:23px;
	font-size:12px;
}
.mobile header #otherLink{ display:none;}



.web header #userLogin{
	position:absolute;
	right:330px;
	top:23px;
	font-size:12px;
}
.mobile header #userLogin{ display:none;}


.web header #userLoginInfo{
	position:absolute;
	right:330px;
	top:23px;
	font-size:12px;
}
.mobile header #userLoginInfo{ 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:210px;
	top:23px;
	display:block;
	font-size:12px;
	z-index:500;
}
.web #languageLink a{
	padding:0 5px;
}





.alpha.focusModule .prevBtn{ display:block;}
.alpha.focusModule .nextBtn{ display:block;}
.focusModuleGroup{ position:relative;}
.focusModule.control li.focusOpen a.title{ background-color:#f00;}

.mobile #banner {
	position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: 170px;
	margin:auto;
	z-index:10;
	/*background-color:#999;*/
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
}
.mobile #banner .alpha {
	height:170px;
}
.mobile #banner .control {
	position:absolute;
	top:150px;
	left:0px;
	z-index:11;
}



.web header #searchForm{
	display:block;
	left:1015px;
	top:22px;
	padding:0;
}

.web header #keyword{
	width:150px;
	height:22px;
	background:none;
	border:none;
	line-height:20px;
	background-color:#eeeeee;
	background-color:transparent;
}
.web header #searchBtn{
	width:25px;
	height:22px;
	text-indent:-9999px;
	background:none;
	border:none;
	position:absolute;
	left:150px;
	top:0;
}












.web .pageBody{
	width:100%;
	min-width:1200px;
	
}

.web .pageBody .wrapper{
	/*background-color:#FFF;*/
}





.web .slaveBanner{
	position:relative;
	width:100%;
	height:315px;
	background-position:top center;
	background-image:url(../images/slaveBannerBg.png);
	display:block;
}




























.web .pageFooter{
	position:relative;
	width:100%;
	height:auto;
	background-position:bottom center;
	background-image:url(../images/footerBg.png);
	background-repeat:no-repeat;
	line-height:30px;
}
.web .pageFooter #links{
	height:90px;
	color:#FFF;
	line-height:30px;
	width:1200px;
}

.web .pageFooter #links ul{
	padding-top:5px;
    position: relative;
    line-height: 20px;
    width: 1150px;
    margin: auto;
	left:35px;
}
.pageFooter #links li {
    display: inline-block;
    padding: 5px;
    background: none;
}
.pageFooter #links .logo {
    display: none;
	
}

.pageFooter #links .upDateTime {
    display: none;
}

.pageFooter #links a{
	color:#FFF;
}




.mobile .pageFooter #links{
	background-color:#007eaa;
	margin:0;
	height:auto;
	line-height:30px;
	text-align:left;
}
.mobile .pageFooter #links .titleBar{
	color:#FFF;
}










.web .pageFooter .wrapper{ height:325px; display:block;}
.mobile .pageFooter{
	background-color:#f4f4f4;
	font-size:12px;
	width:100%;
	width:auto;
	padding-bottom:50px;
}



.web .pageFooter .slaveNav{
	position:absolute;
	left:405px;
	top:115px;
}

.pageFooter .slaveNav ul{
}
.pageFooter .slaveNav li{
	width:100px;
	height:35px;
	line-height:35px;
	float:left;
	font-size:14px;
	text-align:left;
}
.pageFooter .slaveNav li a{
	color:#315a97;
}


.mobile .pageFooter .slaveNav{
	height:40px;
}
.mobile .pageFooter .slaveNav li{
	width:auto;
	margin-right:10px;
	height:40px;
	line-height:40px;
	float:left;
	font-size:13px;
	text-align:left;
}
.mobile .pageFooter .slaveNav li a{
	color:#315a97;
	font-weight:bold;
}



.web .pageFooter address{
	position:absolute;
	left:405px;
	top:185px;
	clear:both;
}
.pageFooter address{
	font-style: normal;
}
.web .pageFooter .webDesign{
	position:absolute;
	left:200px;
	top:230px;
	display:none;
}
.mobile .pageFooter .webDesign{
	position:absolute;
	left:200px;
	top:230px;
	display:none;
}
.web .pageFooter .copyRight{
	position:absolute;
	left:10px;
	top:200px;
	display:none;
}
.web .pageFooter .miitbeian{
	position:absolute;
	left:760px;
	top:185px;
}
.web .pageFooter .miitbeian a{
}

.web .pageFooter a:hover{
	text-decoration: underline;
}

.web .pageFooter .tongji{
	left: 775px;
    position: absolute;
    top: 290px;
}

.web .pageFooter .baidu{
	left: 740px;
    position: absolute;
    top: 290px;
}

















.web #banner {
	width:100%;
	height:450px;
	margin:auto;
	/*display:block;*/
}
.web #banner .alpha {
	height:450px;
}
.web #banner .alpha .previewImg {
	display:none;
}
.web #banner .control {
	position:absolute;
	top:430px;
	left:0px;
	z-index:11;
	background-image:url(../images/o50Bg.png);
	z-index:50;
}
.web #banner .control .detailImg {
	display:none;
}
.focusModule.control li{
	width:22px;
}
.focusModule.control li a.title{
	background-color:#014d76;
	width:12px;
	height:12px;
}
.focusModule.control li.focusOpen a.title{
	background-color:#329dff;
}

.web #banner .control li .title {
}


.web .common_articleProduct1 .detail .para {
    width: 630px !important;
}
















.mobile #banner {
	width:100%;
	height:140px;
	margin:auto;
	/*display:block;*/
}
.mobile #banner .alpha {
	height:140px;
}
.mobile #banner .control {
	position:absolute;
	top:120px;
	left:0px;
	z-index:11;
	background-image:url(../images/o50Bg.png);
	z-index:50;
}