
/* CSS Document */

/* header-topBar */
.topBar{height: 31px;background-color: #f6f7fb; border-bottom:#e6e9ee 1px solid; line-height: 31px; font-size:12px; color:#aab2bd;}
.leftArea{float: left;}
.leftArea i{ margin-right:7px;}
.leftArea li{float: left;}
.leftArea li a,
.rightArea li a{ color:#888;}
.leftArea li a.hello{ color:#0081cc;}
.leftArea li a:hover,
.rightArea li a:hover,
.leftArea li a.hello:hover{ color:#000;}
.rightArea{float: right;}
.rightArea li{float: left;}
.interval{ margin:0 20px;}
.empty{ margin-right:0px;}

/* header-logo */

.nowBar {
	padding:30px 0;
	display:block;
}
.logoBar{ 
	height: 120px;
	background-color:#FFFFFF;
}
.logo {
	width:308px;
	height:50px; 
	float:left;
	line-height: 180px;
}
.logo a{ float:left;}
.logo h1{float:left; height:27px; line-height:27px; display:inline; padding-left:10px; font-weight:500; font-size:1.8em; position:relative; top:-4px;}
.xk{
	float: right;
	height: 140px;
	cursor: pointer;
}
.xk img{
	margin-top: 42px;
}
.xk span{
	font-size: 18px;
	color: #46a3f4;
	font-weight: bold;
	line-height: 140px;
	float: right;
}
.xk span:hover{
	color: #458ae9;
}
.titelBar {
    float: left;
    height: 28px;
    margin: 7px 20px;
    border-left: 1px solid #dedede;
    padding-left: 20px;
}
.labelingBar {
    float: right;
	font-size: 17px;
	margin-top: 50px;
}
.labelingBar span{float: right; margin-left: 8px;}
.labelingBar img{margin-top: -4px;}
.fl {
    float: left;
}
.fr {
    float: right;
    margin-left: 20px;
}
.labelingBar a{color:#00a7ea;font-weight: bold;}
.labelingBar a:hover{color:#0081cc;font-weight: bold;}
/*banner的CSS样式*/
.ban{height: 400px;overflow: hidden;position: relative;width:100%;min-width: 1263px;}
.ban-1 ul{}
.ban-1 ul li{height: 400px;position: relative;overflow: hidden;}
.ban-1 ul li img{display:block;height: 400px;}
.ban-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:1920px;background: rgba(125,125,120,.4);text-indent: 2em;
				font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite;}
.ban-2{position: absolute;right: 10px;bottom: 14px;}
.ban-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.ban-2 ul .on{background: rgba(255,255,255,0.6);}
.ban-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.ban-3 .prev{left: 30px;}
.ban-3 .next{right: 30px;}
.ban-3 span::selection{background: transparent;}
.ban-3 span:hover{background: rgba(125,125,120,.8);}
/*banner的CSS样式结束*/
.search-btn:hover{
    background-color: #aab3bc;
}
.search-btn {
    background: #ccd0d9 scroll center center;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    float: right;
    height: 32px;
    margin: 0 0 0 -40px;
    padding: 0;
	position:absolute;
    right: 0;
    top: 0;
    transition: all 0.25s ease-out 0s;
    width: 32px;
    z-index: 100;
}

.s-s{ color:#FFFFFF; font-size:1.5em;}

.txt1 {
    color: #666;
}

/*浮动二维码开始*/
	.code2{
		position: fixed ;
		bottom: 0;
		right: 90px;
		width:200px;
		height: 200px;
		border-radius: 10px 10px 0 0;
		background-color: #fff;
		border:1px solid #e0e3e6;
		text-align: center;
	}
	.code2 img{
		margin-top: 34px;
	}
/*浮动二维码结束*/

/************************/
/* Buttons Square Style */
/************************/
.button {
	text-decoration:none !important;
}
.large {
	height:28px;
	line-height:28px;
	padding:0 10px;
	display:block;
}
/* Dark Gray */
.dark-gray1{
	border:#ffffff 1px solid;
	color:#ffffff;
	cursor:pointer;
}
.dark-gray2{
	border:#46a3f4 1px solid;
	color:#46a3f4;
	cursor:pointer;
}

.dark-gray1:hover,
.dark-gray2:hover{
	color:#444;
	border:#000 1px solid;
}
 /*--------------------------------------------------------------------------------------*/
 /*                               导航                                          */
 /*-------------------------------------------------------------------------------------*/

#headm{height:42px; background:#369ee4;}
#headm li{text-align: center; float:left;}
#headm .dh{ position:relative; }
#headm .topa{
	line-height:42px; 
	display: block;
	/*width:109.6px;*/
	width:98.6px; 
	height:42px; 
	color: #fff; 
	border-left: 1px solid #64adf1;
	font-size: 16px;
	float:left;
}
#headm .topa:hover{
	background-color: #2c82cf;
	height: 42px;}
#headm li ul{
	position: absolute; 
	display: none;
	background: #2c82cf;
	top:42px;}
#headm li ul>li{ 
	line-height: 30px;
	/*width: 109.6px;*/
	width: 98.6px; 
	/*float: left; */
	height: 32px;
	text-align: center;
	font-size: 14px;
	border-top:1px dashed #64adf1;
}
#headm li ul li a{line-height: 32px; color: #fff;display: inline;}
#headm li ul li a:hover {line-height: 32px;text-decoration: underline}
#headm li.show ul{display: block;z-index: 10000;}
#headm li .show .topa{
	 display: block; 
	 background: #2c82cf; 
	 height:42px; 
	 color: #fff;
	 text-decoration: none;
	}
.actt{background-color: #2c82cf;}


/*newcss定位*/
.dh a img{
	position: absolute;
	top:0px;
	left: 76px;
}




 /* 右侧的导航退出 */
.sign-out {
	padding-top:2px;
    float: right;
	display:block;
}

.search{ 
    float:right; 
    width:260px;
	display:inline-block;
	height:22px; 
	line-height:22px; 
	margin:10px 0;
	background-color:#FFFFFF;
	border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
	position:relative;
	}
	
.search .input{
	height:22px;
	width: 222px;
	line-height:22px;
	font-size:14px;
	padding-left:10px;
	padding-right:28px;
	background:url(../image/search_btn.png) no-repeat right 0;
}
.search .btn{
}

.label{color:#333; position:absolute; display:block;height:22px;line-height:22px;font-size:14px; width:200px; overflow:hidden;}
span.submit{cursor:pointer;position:absolute;left:238px; width:22px;height:22px;text-indent:-999em; top:0; display:block; background:url(404.png);}



.slider-shadow-top {
    position: absolute;
    top: 42px;
    left: 0px;
    width: 100%;
    height: 41px;
    background: url("../image/shadow-top.png") center center no-repeat;
    z-index: 1;
}
/**底部css**/
#footer{
    height: 410px;
    background: #333;
    margin: 100px auto 0 auto;
    font-size:14px;
}
#footer .line{border-top:1px dashed #555;height: 1px;display: block;width:900px;}

#footer .line01{border-top:1px dashed #555;height: 1px;display: block;width:900px;}
#footer h4{color:#e0e3e6;/*height: 60px;*/line-height: 30px;text-align: center;/*border-top:1px dashed #555;*/margin-top:10px;font-weight: normal;}
.mt-tabpage {
  color:#e0e3e6;
  padding-top:20px;
}
.mt-tabpage-title {
  height: 44px;
  font-size: 18px;
  color:#e0e3e6;
  border-bottom: 1px solid #555;
}
.mt-tabpage-title .mt-tabpage-item {
  display: inline-block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #666;
  font-size: 16px;
}
.mt-tabpage-title .mt-tabpage-item:hover{
  color: #e0e3e6;
  border-bottom: 1px solid #e0e3e6;
  font-weight: bold;
}
.mt-tabpage-title .mt-tabpage-item-cur {
  color: #e0e3e6;
  font-size: 16px;
  border-bottom: 1px solid #e0e3e6;
  font-weight: bold;
}
.mt-tabpage-count {
  position: relative;
  width: 1000px;
  height: 200px;
  overflow: hidden;
}
.mt-tabpage-cont__wrap {
  position: absolute;
  margin-top: 30px;
}
.mt-tabpage-count .mt-tabpage-item {
  width: 1000px;
  /*height: 200px;
  line-height: 200px;*/
  /*text-align: center;*/
}
.mt-tabpage-item a,.mt-tabpage-item .botL{
    float: left;
    width: 300px;
    line-height: 2px;
    color: #e0e3e9;
    font-size: 14px;
    line-height: 40px;
}
.mt-tabpage-item a:hover{
  color:#666;
  text-decoration: underline;
}
.botR {float: left;text-align: center;}
/*底部css*/

/* 返回顶部 */
/*.dn{display: none;}
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 999;box-shadow: 0 0 5px #e0e3e6;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png?);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -198px;}
.go-top .cu:hover{background-position: 0 -448px;}
.go-top .go:hover{background-position: 0 -300px;}
.go-top .feedback{background-position: 0 -150px;}
.go-top .feedback:hover{background-position: 0 -350px;}
.go-top .uc-2vm{background-position: 0 -51px;}
.go-top .uc-2vm:hover{background-position: 0 -400px;}*/
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
/*.go-top .uc-2vm-pop{
	position: absolute;
	right: 60px;
	top: 20px;
}
.go-top .uc-2vm-pop,.go-top .uc-2vm-pop01{
	width: 150px;
	box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
	text-align: center;
	height: 170px;
}
.go-top .uc-2vm-pop01{
	position: absolute;
	right: 60px;
	top: 63px;
}
.uc-2vm-pop01 p{line-height: 40px;color:#0081cc;}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 20px; color:#009de1;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}*/