@charset "utf-8";
/* CSS Document */
::before,
::after{
    /*选择所有的标签 */
    margin: 0;
    padding: 0;

    /*清除移动端默认的 点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
    /*设置所有的都是以边框开始计算宽度  百分比*/
    -webkit-box-sizing: border-box;/*兼容*/
    box-sizing: border-box;
}
body{
	font-size: 14px;
    color: #efeff4;
	margin:0 auto;
	padding:0;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
#articeBottom span{
    color: #333;
    text-decoration: none;
}
ul,ol{
    list-style: none;
}


/* common css */
.f_left{
    float: left;
}
.f_right{
    float: right;
}
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

/*[class^="icon_"]{*/
    /*background: url("../images/sprites.png") no-repeat;*/
    /*background-size: 200px 200px;*/
/*}*/

.m_b30{
    margin-bottom:075rem;
}
.m_t30{
    margin-top: 0.75rem;
}
.bd_right{
	border-right: 1px solid #e6e6e6;
}
.bd_left{
	border-left: 1px solid #e6e6e6;
}
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }		
.pd_lr{
	padding: 0 0.75rem;
}	
.bg_color{
	background: #fff;
}
/*公共样式*/

* {
    margin: 0;
    padding: 0;
}
.html {
    font-size: 40px;
}


.m30_top {
    margin-top: 0.75rem;
}

.bd_bottom {
    border-bottom: 1px solid #e5e5e5;
}
.hide{
    display: none;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}

#header {
  height: 2.525rem;
  background-color: #ffffff;
}
.header_n{
	height: 2.525rem;
	background-color:#0370cd;
}
.logo {
  width: auto;
  float: left;
  padding-left: 5%;
  padding-top: 0.2rem;
}
.logo img {
  height: 2.075rem;
}
.menu {
  width: auto;
  float: right;
  padding-right: 5%;
  padding-top: 0.8rem;
}
.menu_1 {
  width: 100%;
}
.menu_1 img {
  width: 1.05rem;
  height: 0.875rem;
}
.menu_2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  display: none;
}
.menu_3 {
  width: 60%;
  position: absolute;
  z-index: 999;
  right: 0;
  top:  2.525rem;
  bottom:0;
  display: none;
  background-color: #272a36;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.menu_3_up {
  height: 1.4rem;
  text-align: right;
  padding-right: 5%;
}
.menu_3_up img {
  width: 0.975rem;
  height: 0.975rem;
}
.menu_3_down {
  width: 100%;
  margin: 0 auto;
}
.menu_3_down ul li {
  height:2.8rem;
  border-bottom: #424450 0.025rem solid;
  padding-left: 2rem;
  line-height:2.8rem
}
.menu_3_down ul .menu_3_down_on{
	border-left:#ff682e 0.25rem solid;
	background-color:#1b1e27;
}
.menu_3_down ul li a {
  font-family: "微软雅黑", "宋体";
  font-size: 0.7rem;
  color: #ffffff;
}
.menu_3_down ul li a img {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.menu_3_down ul li i{
	width:0.7rem;
	height:2.8rem;
	float:right;
	background-image:url(../images/menu_16.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:0.25rem 0.45rem;
}
#banner {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
#banner img {
  width: 100%;
}
#bottom {
  width: 100%;
  height: 2.6rem;
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  background-color: #3d4198;
  border-top: #d3d3d3 1px solid;
  font-family: "微软雅黑", "宋体";
}
#bottom ul li {
  float: left;
  width: 25%;
  text-align: center;
  padding-top: 0.25rem;
}
#bottom ul li a {
  font-size: 0.6rem;
  color: #ffffff;
}
#bottom ul li img {
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.1rem;
}


#bottom1 {
  width: 100%;
  height: 2.6rem;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  background-color: #0370cd;
  border-top: #d3d3d3 1px solid;
  font-family: "微软雅黑", "宋体";
}
#bottom1 ul li {
  float: left;
  width: 20%;
  text-align: center;
  padding-top: 0.25rem;
}
#bottom1 ul li a {
  font-size: 0.6rem;
  color: #ffffff;
}
#bottom1 ul li img {
  width: 0.9rem;
  height: 0.9rem;
  margin-bottom: 0.1rem;
}
#foot {
  padding-bottom: 2.625rem;
  background-color: #ffffff;
  padding-top: 0.2rem;
  border-top: #e5e5e5 1px solid;
  font-family: "微软雅黑", "宋体";
}
#foot .foot_up {
  height: 1.175rem;
  background-color: #3d4198;
  padding-right: 5%;
  line-height: 1.175rem;
  text-align: right;
}
#foot .foot_up a {
  font-size: 0.6rem;
  color: #ffffff;
}
#foot .foot_up img {
  width: 0.45rem;
  height: 0.225rem;
}
#foot .foot_down {
  padding: 0.75rem 0;
  text-align: center;
  font-size: 0.6rem;
  color: #3b4047;
  line-height: 1rem;
}