@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;
	font-family:"微软雅黑","宋体";
}
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("/skins/wap3/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.25rem;
  background-color: #004ea2;
}
.header_index {
  border-bottom: #edebec 0.175rem solid;
}
.header_neiye {
  border-bottom: #b6080f 0.175rem solid;
}
.logo {
  width: 80%;
  float: left;
  text-align:center;
  line-height:2.25rem;
  font-size:0.9rem;
  color:#ffffff;
}
.logo img {
  height: 1.225rem;
  vertical-align:middle;
  padding-right:0.3rem;
}
.header_right{
   width: 5%;
  float: right;
  padding-right: 5%;
  padding-top: 0.8rem;
}
.header_right img{
 	width: 0.975rem;
    height: 0.9rem;
}
.menu {
  width: 5%;
  float: left;
  padding-left: 5%;
  padding-top: 0.8rem;
}
.menu_1 {
  width: 100%;
}
.menu_1 img {
  width: 1.075rem;
  height: 0.875rem;
}
.menu_2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
  display: none;
}
.menu_3 {
  width: 60%;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  display: none;
  background-color: #ffffff;
  padding: 1.25rem 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.menu_3_up {
  height: 1.4rem;
  text-align: left;
  padding-left: 5%;
}
.menu_3_up img {
  width: 0.975rem;
  height: 0.975rem;
}
.menu_3_down {
  width: 90%;
  margin: 0 auto;
}
.menu_3_down ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: #d9d9d9 0.025rem solid;
  padding-left: 3%;
}
.menu_3_down ul li a {
  font-family: "微软雅黑", "宋体";
  font-size: 0.7rem;
  color: #212121;
}
.menu_3_down ul li a img {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  margin-right: 0.25rem;
}
#banner {
  text-align: center;  
  position:relative;
}
.banner_img{
	font-size: 0;
    line-height: 0;
}
.banner_img img {
  width: 100%;
}
#foot {
  background-color: #2d2d2d;
  padding: 0 0 1rem;
}
#foot .foot_1 {
  padding: 1rem 0;
  border-bottom: #434343 1px solid;
  background-color:#ffffff;
}
#foot .foot_1 ul li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 0.9rem;
  color: #333333;
}
#foot .foot_1 ul li h2 {
  font-size: 0.8rem;
  color: #989898;
  padding-bottom: 0.35rem;
}
#foot .foot_2 {
  padding: 0.75rem 0 1.25rem;
  border-top: #232323 1px solid;
  border-bottom: #434343 1px solid;
  text-align: center;
  font-size: 0.9rem;
  color: #989898;
}
#foot .foot_2 h2 {
  font-size: 0.8rem;
  color: #989898;
  padding-bottom: 0.35rem;
}
#foot .foot_3 {
  padding-top: 2.25rem;
  border-top: #232323 1px solid;
  text-align: center;
}
#foot .foot_3 img {
  width: 5.45rem;
  height: 5.45rem;
}
#foot .foot_4 {
  text-align: center;
  padding-top: 1rem;
  font-size: 0.8rem;
  color: #989898;
}
#foot .foot_4 img {
  width: 1.975rem;
  height: 3rem;
  margin-bottom: 0.05rem;
}
#foot .foot_5 {
  text-align: center;
  padding-top: 0.75rem;
  font-size: 0.6rem;
  color: #989898;
  line-height: 1.05rem;
  text-transform: uppercase;
}
#bottom{
  width:100%;
  height:2.6rem;
  position:fixed;
  z-index:999;
  bottom:0;
  background-color:#000000;
  border-top:#d3d3d3 1px solid;
}
#bottom ul li{
  width:25%;
  float:left;
  text-align:center;
  padding-top:0.3rem;
}
#bottom ul li a{
  display:inline-block;
  font-family:"微软雅黑","宋体";
  font-size:0.6rem;
  color:#f5f5f5;
}
#bottom ul li a img{
  width:0.9rem;
  height:0.9rem;
}

#bottom1{
  width:100%;
  height:2.6rem;
  position:fixed;
  z-index:999;
  bottom:0;
  background-color:#000000;
  border-top:#d3d3d3 1px solid;
}
#bottom1 ul li{
  width:20%;
  float:left;
  text-align:center;
  padding-top:0.3rem;
}
#bottom1 ul li a{
  display:inline-block;
  font-family:"微软雅黑","宋体";
  font-size:0.6rem;
  color:#f5f5f5;
}
#bottom1 ul li a img{
  width:0.9rem;
  height:0.9rem;
}<!--耗时1753494500.1446秒-->