﻿@charset "utf-8";
/* CSS Document */

#wrapper {
	position:relative;
	float:left;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

.hide-panel {
	display:none !important;
}

.row {
    margin-right:-10px;
    margin-left:-10px;
}

.container {
	width:100%;
	padding:0 15px;	
	margin:0 auto;
	box-sizing:border-box;
	max-width:980px;
}
.bbfont {
    font-family: 微软雅黑;
    font-weight: bold;
}
@media screen and (max-width:990px) {
	.pc-mode {
	  display:none !important;
	}	
}
@media screen and (min-width:991px) {
	.sp-mode {
	  display:none !important;
	}
 }
@media screen and (min-width:501px) {
	.mb_mode {
	  display:none !important;
	}
 }
#header{
	height:100px;
	position:relative;
	width:100%;
	max-width:980px;}
	
#header	.container{
	padding: 0;
    position: static;
	} 

#header #logo{
	display:block;
	position:absolute;
	left:10px;
	top:10px;} 
	
#header	#m_nav{
	width:100%;
	position: absolute;
	bottom:-22px;
	left:0;
	border-radius:20px;
	display: block;
	min-height:38px;
	background: #90bff0;
	background: -moz-linear-gradient(top,  #90bff0 0%, #357dc9 100%); 
	background: -webkit-linear-gradient(top,  #90bff0 0%,#357dc9 100%); 
	background: linear-gradient(to bottom,  #90bff0 0%,#357dc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90bff0', endColorstr='#357dc9',GradientType=0 );
	box-shadow:0 3px 8px rgba(0,0,0,0.3);
	box-sizing:border-box;
	padding:0 15px;
	z-index:10
	}
	
#header	#m_nav a{
 	height:38px;
	float:left;
	display: block;
	width:calc(100% / 5);
	text-align:center;
	text-decoration:none;
	position:relative;
	color:#fff;
	font-size:15px;
	line-height:38px;}
	
#header	#m_nav a:after{
	content:'';
	display:block;
	width:1px;
	height:10px;
	background:rgba(255,255,255,0.5);
	position:absolute;
	right:-0.5px;
	top:50%;
	margin-top:-5px;}
	
#header	#m_nav a:last-child:after{
	display:none;}		
	
#header	#m_nav a:hover{
	background-color:rgba(0,0,0,0.3)}
	
#header #addon{
	right:-10px;
	top:10px;
	left:auto;}	
			
#header #search {
    position: absolute;
    left: auto;
    top: 40px;
	right:10px;
}			
 
#header #search .search-bg{
	width:150px;} 
	
#header #share {
    position: absolute;
    left: auto;
    right: 247px;
    top: 44px;
}	

#nav_btn{
	display:none;}
	
/*平板*/
@media screen and (min-width:991px) {
	#header .nav_box.container{
		display:block !important}}
@media screen and (max-width:990px) {
#header {
    height: 50px;
	border-bottom:1px solid #357dc9;
 }
#header .nav_box.container {
	display: none;
	border-radius:0;
	position: relative;
	top:50px;
	z-index:10;
	box-shadow:0 3px 10px rgba(0,0,0,0.4);
	max-width:100%;}
#header #m_nav{
	top: 0;
    min-height: auto;
    position: relative;
    border-radius: 0;
    padding: 0;
	box-shadow:none
	}	
#header #m_nav a{
	display:block;
	width:100%;
	text-align:left;
	padding:0 20px;
	border-top:1ps solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(0,0,0,0.5)}
	
#header #m_nav a:after{
	width:8px; height:8px;
	background: none;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	right:55px;
	margin-top:0;
	transform:translate(0,-50%) rotate(45deg);}
	
#header #m_nav a:last-child:after{
	display:block;}		
	
#header #logo{
	height:40px;
	top:0px;}
	
#header #logo a{
	display:block;
	width:100%;
	height:100%;}			
#header #logo a img{
	max-height:100%;
	width:auto;}
		
#header #addon, #header #search, #header #share{
	padding:10px;
	box-sizing:border-box;
	background:#fff;
	color:#fff !important;
	border-bottom:1px solid #999;}
	
#header #addon {
    right: auto;
    top: auto;
    left: auto;
	position: relative;
    width: 100%;
 }

#header #search {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
	width:100%;
 
}
#header #share {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
	width:100%
}
#header #search .search-bg {
    width: calc(100% - 86px);
}
.addthis_toolbox a {
    margin-bottom:0 !important;
    line-height:1 !important;
}

#nav_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    width: 46px;
    height: 46px;
    cursor: pointer;
}
#nav_btn span {
    position: absolute;
    height: 2px;
    width: 30px;
    background: #2c3188;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -20px;
}
#nav_btn span:before, #nav_btn span:after{
	content:'';
	display:block;
	width:23px;
	height:2px;
	background:#2c3188;
	position:absolute;
	left:0;
	transition:all 0.4s
	}
	
#nav_btn span:before{
	top:-10px;}
	
#nav_btn span:after{
	bottom:-10px;}
	
#nav_btn.open span{
	background:transparent}	
#nav_btn.open span:before{
	top:0px;
	transform:rotate(45deg)}
	
#nav_btn.open span:after{
	bottom:0px;
	transform:rotate(-45deg)}	
				
		
header nav{
 	position: absolute ;
    top: 80px;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #d70026;
}	
	}

@media screen and (max-width:768px) {
#header #logo a {
    width: 250px;
    overflow: hidden;
}	
#header #logo a img {
    max-height: 72%;
    width: auto;
}	
}

/*FOOTER*/
#footer{
	height:auto;
	padding-bottom:20px;}
#footer #fInner {
    width: 100%;
	max-width:920px;
 }

#footer #fInner #copyright{
	width:calc(100% - 78px - 60px);}
	

element.style {
}
#footer #fInner #gotop a {
    float: right;
    display: block;
    width: 27px;
    height: 26px;
    background-image: url(../../images/com-tail-top-off.gif);
    overflow: hidden;
    text-indent: -9999px;
    margin-top: 35px;
}	
#footer #fInner #gotop a:hover {
	background-image: url(../../images/com-tail-top-on.gif);
}	
@media screen and (max-width:990px) {
#footer #fInner {
	padding:0 15px;
	box-sizing:border-box;}	
	
}


@media screen and (max-width:500px) {
#footer #fInner #qr{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;}	
	
#footer #fInner #copyright{
	width:100%;
	padding:0 15px;
	box-sizing:border-box
 	}
	
#footer{
	position:relative;
	padding-bottom:55px
	}
#footer #gotop{
	position:absolute;
	right:50%;
	margin-right:-14px;
	bottom:10px;
	z-index:2;
	margin-top:0}	
			
	
}

	