body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* ¶¥²¿ */
#top{
    width: 100%;
    height: 150px;
    background-color: #337aca;
    /*background-image: url("../image/background.png");*/
    background-repeat: no-repeat;
    background-size: cover;
}
.fix{
    width: 70%;
    margin: 0 auto;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp_left,.tp_right{
    width: 47%;
    height: 100%;
    display: flex;
    align-items: center;
}
.tp_right{
    justify-content: flex-end;
}
.tp_left span{
    display: inline-block;
    width: 180px;
    margin-left: 20px;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    text-shadow: 0 0 3px #333;
}
.tp_img_1{
    height: auto;
    max-height: 150px;
    max-width: 300px;
}
.tp_img_2{
    max-width: 65%;
    height: auto;
    max-height: 100%;
}
.tp_img_3{
    width: 14%;
    height: auto;
    margin-left: 50px
}

/* µ¼º½ */
.navigation{
    width: 100%;
    height: 40px;
    line-height: 38px;
    /*background-color: #f5f5f5;*/
    background-color: #2863a7;
    user-select: none;
    /*margin-bottom: 3px;*/
}
.navigation ul{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.navigation ul li{
/*  width: 100px; */
   margin-right: 50px;
    text-align: center;
    cursor: pointer;
}
.navigation ul li a {
    display: block;
    font-size: 16px;
    color: #FFF;
}
.navigation ul li a:hover,
.navigation ul li.chioce a {
    border-bottom: 2px solid #FFF;
    color: #FFF;
    font-weight: bold;
    margin-bottom: -2px;
}


/* µ×²¿ */
.foot{
    width: 100%;
    height: auto;
    /*background-image: url(../image/foot.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}
.foot_info{
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
}
.foot_left,.foot_right{
    width: 50%;
}
.foot_right{
    box-sizing: border-box;
    /*padding-left: 120px;
    min-width: 600px;*/
}
.foot_left p{
    display: flex;
    font-size: 14px;
}
.foot_left p .tag{
    display: inline-block;
    width: 100px;
    min-width: 100px;
    text-align: justify;
    font-size: 14px;
    color: #666;
}
.foot_left p .tag i{
    display: inline-block;
    width: 100%;
}
.foot_left p span:last-child{
    line-height: 22px;
    font-size: 14px;
}
.foot_title{
    margin-bottom: 20px;
}
.foot_title span{
    font-size: 22px;
    border-bottom: 3px solid #F4940C;
    padding-bottom: 5px;
}
.foot_right{
    display: none;
}

.foot_right img{
    width: 130px;
    height: auto;
}
.foot_right p{
    margin-top: 65px;
}
.foot_img_box{
    display: inline-block;

}
.foot_right .foot_img_box:nth-child(2) {
    margin-right: 50px;
}
.foot_img_box span{
    display: block;
    text-align: center;
    font-size: 12px;
}

.head_nav {
    /* position: fixed;
    top: 0;
    left: 0; */
    height: 26px;
    width: 100%;
    background: #f1f1f1;
    z-index: 10000;
  }

.head_nav .juzhong_box{
    width: 70%;
    margin: 0 auto;
  }

.head_nav .juzhong_box div {
    height: 26px;
    float: left;
    color: #808080;
    font-size: 14px;
    overflow: hidden;
  }
.head_nav .juzhong_box div:nth-child(1) {
    line-height: 26px;
    /*IE8*/
    cursor: pointer;
  }
.head_nav .juzhong_box div:nth-child(1) img {
    line-height: 26px;
    width: 14px;
  }
.head_nav .juzhong_box div:nth-child(1) span {
    line-height: 26px;
    font-size: 12px;
  }
  /* .head_nav .juzhong_box div:nth-child(2) {
    margin-left: 40px;
  } */
  .head_nav .juzhong_box div a {
    color: #808080;
    padding: 0 4px;
    line-height: 26px;
    font-size: 12px;
  }
  .head_nav .juzhong_box div span {
    margin-left: 4px;
    font-size: 10px;
  }

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    opacity: .1;
    transition: all .3s;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    opacity: .8;
}

.editor h1,
.editor h2,
.editor h3 {
    font-weight: bold;
}
.editor h1 {
    font-size: 2em;
}
.editor h2 {
    font-size: 1.5em;
}
.editor h3 {
    font-size: 1.17em;
}

.micon-top {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
}
