 *{
        margin: 0;
        padding: 0;
    }
    .left{
        float:left;
    }
    .right{
        float: right;
    }
    body{
        font-family: PingFangSC-Medium, PingFang SC;
   width: 100%;

    }
    .header{
        height:50px;
        width:100%;
        border-bottom: 1px solid #E5E5E5;

    }
    .headerMain{
        width:1200px;
        margin: 0 auto;
    }
    .icon_yh{
        width: 26px;
        height:26px;
        margin-top: 12px;
    }
    .headerMain h1{
        font-size: 12px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 17px;
        margin-left: 12px;
        margin-top: 17px;
        display: block;


    }
    .city-selection{
        width: 88px;
        height: 27px;
        border-radius: 4px;
        border: 1px solid #FFFFFF;
        margin-left: 42px;
        margin-top: 9px;
        position: relative;
    }
    .city-selection p {
        float: left;
        margin-left: 15px;
        margin-top: 6px;
        font-weight: 400;
        color: rgba(204,204,204,1);
        letter-spacing: 1px;
        height: 17px;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 17px;

    }
    .city-selection i {
        border: solid #ced5e0;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
        float: right;
        margin-top: 9px;
        margin-right: 18px;
    }
    .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .up {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        margin-top: 12px!important;
    }

    .city-selection .cityList span:hover{
        background:rgba(47,125,225,1);
        color:rgba(255,255,255,1);
    }
    .city-selection .cityList span{
        width:60px;
        height:30px;
        background:rgba(242,242,242,1);
        border:1px solid rgba(229,229,229,1);
        display: inline-block;
        color:rgba(153,153,153,1);
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        margin-left: 8px;
        float: left;
        margin-top: 17px;
    }
    .city-selection .cityList{
        width:375px;
        /*height:191px;*/
        padding-bottom: 10px;
        background:rgba(255,255,255,1);
        border-radius:4px;
        border:1px solid rgba(229,229,229,1);
        position: absolute;
        top:44px;
        left:0px;
        z-index: 99;
    }
    img.img2 {
        display: block;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        margin-left: 766px;
        float: left;
        margin-top: 13px;
    }
    .header .txt-redesign {
        display: block;
        margin-top: 9px;
        margin-left: 5px;
        float: left;
    }
    .header .ft24-redesign {
        height: 14px;
        font-size: 10px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 14px;
        letter-spacing: 2px;

    }
    .header .ft30-redesign {
        width: 87px;
        height: 14px;
        font-size: 12px;
        font-family: Helvetica;
        color: #ffffff;
        line-height: 14px;
        letter-spacing: 1px;

    }
    .nav {
        /*background: #fff;*/
        line-height: 60px;
        font-size: 18px;
        text-align: center;

    }
    .nav-redesign {
        line-height: 104px;
        height: 104px;
        width:1200px;
        margin: 0 auto;
    }
    .navs .img-pc {
        width: 168px;
        height: 44px;
        float: left;
        vertical-align: middle;
        margin-top: 28px;
        margin-right: 140px;
        display: block;
    }
    .clearfix {
        zoom: 1;
    }
    ul {
        list-style: none;
    }
    .clearfix:before, .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }
    .nav-redesign ul li {
        float: left;
        width: calc(8%);
        height: 25px;
        font-size: 18px;
        font-family: PingFangSC-Regular,PingFang SC;
        font-weight: 400;
        color: rgba(51,51,51,1);
        line-height: 25px;
        position: relative;
        padding: 39px 0px 0px 0px;
    }

    .nav ul li:hover a.yj, .nav ul li a.yj.cur {
        /* background: #60A1F5; */
        color: #2f7de1;
    }


    .nav ul li a.yj {
        color: #ffffff;
        display: block;
    }
    :link, :visited, ins {
        text-decoration: none;
    }

    .nav-redesign ul li {
        float: left;
        width: calc(8%);
        height: 25px;
        font-size: 18px;
        font-family: PingFangSC-Regular,PingFang SC;
        font-weight: 400;
        color: rgba(51,51,51,1);
        line-height: 25px;
        position: relative;
        padding: 39px 0px 0px 0px;
    }

    .nav ul li .erj {
        z-index: 3;
    }

    .nav ul li .erj {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        display: none;
    }

    .nav ul li .erj a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        font-size: 15px;
        line-height: 35px;
        border-bottom: 1px solid #DCDCDC;
    }
    a {
        color: #000;
    }


 .header-index{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 9;
     min-width: 1200px;


 }


 .header-fixed_active{
     position: fixed;
     left: 0;
     top: 0;
     background-color: white;
     box-shadow: 7px 0 13px rgba(152,152,152,0.13);
     transition: top .2s;
     z-index: 99999;
     width: 100%;

 }
 .header-fixed_active ul li a.yj{
     color:#000000
 }
 /*    头部*/

 .header-bg{
     position: absolute;
     top:0px;
     left:0px;
     width:100%;
     height:100%;
     background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
     z-index: -1;

     opacity: 0.85;
 }
