@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;
}
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;
}
body,
html {
  overflow-x: hidden;
  overflow-y:auto;
}
#header {
  height: 2.55rem;
  padding: 0 0.7rem;
  position: relative;
}
.header_left {
  width: 0.475rem;
  height: 0.875rem;
  position: absolute;
  z-index: 999;
  top: 0.85rem;
  left: 0.7rem;
}
.header_left img {
  width: 0.475rem;
  height: 0.875rem;
}
.header_content {
  text-align: center;
  height: 2.55rem;
  line-height: 2.55rem;
  font-family: "微软雅黑", "宋体";
  font-size: 0.75rem;
  color: #ffffff;
}
.header_right {
  width: 1rem;
  height: 0.775rem;
  position: absolute;
  z-index: 999;
  right: 0.7rem;
  top: 0.875rem;
}
.header_right_up {
  width: 100%;
}
.header_right_up img {
  width: 1rem;
  height: 0.775rem;
}
.menu_bj {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.menu {
  width: 7.5rem;
  position: absolute;
  z-index: 999;
  top: 0rem;
  right: -9.2rem;
  background-color: #ffffff;
  padding-top: 0.375rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  opacity: 0;
  visibility: hidden;
}
.header_right_up1 {
  text-align: right;
  padding-right: 0.5rem;
}
.header_right_up1 img {
  width: 0.975rem;
  height: 0.975rem;
}
.nav {
  width: 100%;
}
.nav ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #d9d9d9 0.025rem solid;
  padding-left: 1rem;
}
.nav ul li a {
  font-family: "微软雅黑", "宋体";
  font-size: 0.7rem;
  color: #212121;
}
.nav ul li a img {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
#foot {
  height: 5.9rem;
  background-image: url(../images/foot_bj.gif);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.foot1 {
  padding-top: 0.75rem;
  text-align: center;
  font-family: "微软雅黑", "宋体";
  font-size: 0.575rem;
  color: #ffffff;
  line-height: 1.15rem;
}
.foot1 a{ color:#FFFFFF;}


























































