﻿@charset "utf-8";
/* CSS Document */
html{
	min-height:100%;
	
}
body{
	font-family:"微软雅黑";
	font-size: 14px;
	background-color: #fff;
}
a{
	color:#333333;
}
body, td, th{
	color:#333333;
}
.columnName{ display:inline;}
.slaveColumnName{ display: none;}


.module .titleBar .columnName{ display:block; font-size: 36px;}
.module .titleBar .slaveColumnName{ display:block; font-size: 10px;}
.module .titleBar .slogan{ display:block; color: #595959;}

.container{
}
.wrapper{
	/*max-width:1200px;
	width: 95%;
	height: auto;
	display: block;*/
	position:relative;
	margin:auto;
	max-width: 1320px;
}
.pageHeader{
	width:100%;
	height: 80px;
	position: relative;
}
.pageHeader .wrapper{
}


@media only screen and (max-width:480px) {
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
}
@media only screen and (min-width:1025px) {
}




.pageHeader .logo{
	background-image:url(../images/logo.png);
	background-size:contain;
	width:300px;
	height:80px;
	position:absolute;
	left: 00px;
	top: 0px;
}
@media only screen and (max-width:480px) {
	.logo{
		height: 80px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.logo{
	}
}
@media only screen and (min-width:1025px) {
	.logo{
	}
}






.nav{
	position: absolute;
	left: auto;
	right:0;
	top: 0px;
}
.nav ul{
}

.nav li{
	width: 90px;
}
.nav li a{
	height:75px;
	line-height:75px;
	color: #000;
	width: auto;
	display: block;
	font-size: 14px;
	/*border-bottom: solid 5px #fff;*/
}


.nav li a:hover{
	color: #005b82;
	background-color: #fff;
	font-weight:normal;
	/*border-bottom: solid 5px #00a382;*/
}

.nav li.current a{
	color: #005b82;
	background-color: #fff;
	font-weight:normal;
	/*border-bottom: solid 5px #005b82;*/
}
.nav li.focusOpen a{
	color: #005b82;
	background-color: #fff;
	font-weight:normal;
	/*border-bottom: solid 5px #00a382;*/
}


.nav li ul{
	display:none;
}
.nav li.focusOpen ul{
	display: none;
}


.nav li a .slaveColumnName{
	display: block;
	text-indent: -9999px;
	height: 5px;
	overflow: hidden;
	background-color: #005b82;
	width: 0px;
	transition: all 0.3s;
	margin: auto;
}
.nav li:hover a .slaveColumnName{
	width: 100%;
}
.nav li.current a .slaveColumnName{
	width: 100%;
}
.nav li.focusOpen a .slaveColumnName{
	width: 100%;
}

.nav li li a .slaveColumnName{
	display: none !important;
}

.nav li ul{
	display:none;display: block;
	padding-bottom: 10px;
	z-index:20;
	width: 140px;
	position: absolute;
	left: -20px;
	top: 80px;
	display: none;
}
.nav li.focusOpen ul{
	display: block;

}
.nav li li{
	background: none;
	background-color: #fff;
	float: none;
	clear: both;
	border-bottom: solid 1px #eee;
	height: 40px;
	width:100%;
}
.nav li li a{
	font-size: 14px;
	border: none !important;
	color: #666;
	line-height:40px;
	padding:0;
	font-weight:normal;
	border-bottom:solid 1px #ccccca;
	margin: auto;
	display: block;
	height: 40px;
	padding-left: 0px;
	transition: all 0.2s;
	width: auto;
}

.nav li li a:hover{
	color: #000;
	background-color: #f6f6f6;
	padding-left: 10px;
}

.nav li.focusOpen ul li{
}
.nav li.focusOpen ul li{
}

.nav li ul ul{
	display: none !important;
}






#shopLink{
	width: 125px;
	height: 40px;
	display: block;
	position: absolute;
	top: 20px;
	right: 50px;
	background-image: url(../images/shopLink.png);
	text-indent: -9999px;
	cursor: pointer;
}


.modalNav li:first-child{
	border-left: solid 1px rgba(255,255,255,0.2);
}
.modalNav li li:first-child{
	border-left:none;
}

.modalNav li:nth-child(5){
	border-left: solid 1px rgba(255,255,255,0.2);
}
.modalNav li li:nth-child(5){
	border-left:none;
}


.modalNavSwitch{
	right: 20px;
	top: 20px;
}

#addFavorite{
	position:absolute;
	display:block;
	right:105px;
	top:8px;
	display:none;
}
#setHome{
	position:absolute;
	display:block;
	right:170px;
	top:8px;
	display:none;
}
#languageLink{
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	z-index:500;
	font-size: 14px;
}
#languageLink a{
	padding:0 5px;
}
/*
.banner {
	width: 100%;
	background-color:#eee;
	height: 360px;
}
*/
.banner .alpha {
	height:100%;
}
.banner .control {
}
.focusModule.control li a.title{
	background-color:#fff;
}
.focusModule.control li.focusOpen a.title{
	background-color:#d82a2c;
}
.focusModuleGroup{ position:relative;}





header #searchForm{
	display:none;
	right:30px;
	padding:0;
	top: 157px;
	width: 210px;
	height: 20px;
}

header #keyword{
	width:210px;
	height:20px;
	background:none;
	border:none;
	line-height:20px;
	background-color:#fff;
	border-radius: 2px;
	font-size: 12px;
}
header #searchBtn{
	width:20px;
	height:20px;
	text-indent:-9999px;
	background:none;
	border:none;
	right:3px;
	position: absolute;
	top: 1px;
	background-image:url(../images/searchBtnBg.png);
}





@media only screen and (max-width:480px) {
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	
}
@media only screen and (min-width:1025px) {
	.nav{
		display: block;
	}
	header #searchForm{
	}
}









.pageBody{
	width:100%;
}

.pageBody .wrapper{
}








.pageFooter{
	position:relative;
	width:100%;
	background-color: #005b82;
	color: #fff;
	background-position:center center;
	background-repeat:no-repeat;
}
.pageFooter a{ color: #fff;}
.pageFooter .wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pageFooter .wrapper .wrapper{
	width: 35%;
	height: 240px;
	display: block;
	margin: 0;
}
.pageFooter .wrapper .wrapper:nth-child(2){
	width: 30%;
}
.pageFooter .logo{
	position: relative;
	left: 0;
	top: 0;
	text-align: left;
	/*margin-left: 50px;*/
	margin-top: 60px;
	max-width: 100%;
}
.pageFooter .logo img{ max-width: 100%;}
.pageFooter .slaveNav{
	/*margin-left: 50px;*/
	margin-top: 10px;
}
.pageFooter .webDesign{
	display:none;
}
.pageFooter .copyRight{
	text-align: center;
	width: 100%;
	line-height: 40px;
	color: #808080;
	background-color: #333333;
}
.pageFooter .copyRight p{ display: block}
.pageFooter .copyRight a{
	color: #808080;
}


.pageFooter #contact{
	/*margin-left:140px;*/
	margin-top: 60px;
}
.pageFooter #contact .columnName{
	font-size: 24px;
}
.pageFooter #contact .content{
	margin-top: 20px;
}
.pageFooter #contact p{
	line-height: 24px;
}


.pageFooter .miitbeian{
	display: none;
}

.pageFooter #weixin{
	text-align: center;
	margin-top: 60px;
}
.pageFooter #weixin img{
	width: 120px;
}

.pageFooter .links{
	line-height: 40px;
	color: #fff;
	max-width: 1240px;
	width: 100%;
	margin: auto;
}
@media only screen and (max-width:480px) {
	.pageFooter .wrapper .wrapper{
		margin: auto;
		height: auto;
		width: 350px;
	}
	.pageFooter .links{
		width:350px;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.pageFooter .wrapper .wrapper{
	}
}
@media only screen and (min-width:1025px) {
	.pageFooter{
		background-image: url(../images/pageFooterBg.png);
		height: 320px;
	}
	.pageFooter .copyRight p{ display: inline;}
}













@media only screen and (max-width:480px) {
	.nav{
		display: none;
	}
}
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	.nav{
		display: none;
	}
}
@media only screen and (min-width:1025px) {
	.nav{
		display: block;
	}
}


.module{
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
}

.treeModalNav ul{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
}
.treeModalNav ul ul{
	padding-top: 0px;
	display: none;
}
.treeModalNav li{
	line-height: 4em;
	border-bottom: solid 1px #999;
}











.articleList.attachStyle5 li{
	padding-left:170px;
	height: 84px !important;
}

.articleList.attachStyle5 li .title{
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow:hidden;
	display: block;
}

.articleList.attachStyle5 li .updateDate{
	color: #666;
	background:none;
	width: 130px;
	text-align: center;
	padding-top: 12px;
	border-right: solid 1px #ccc;
	height: 65px;
	left: 0;
}
.articleList.attachStyle5 li .updateDate .monthAndDay{
	font-size: 32px;
	display: block;
	line-height: 30px;
}
.articleList.attachStyle5 li .updateDate .year{
	font-size: 14px;
	display: block;
}




