    /* 头部 */
    .header{
        height: 167px;
        padding: 0 36px;
        background-color: #fff;
       
    } 
    .header .m_nav{
        display: none;
    }
    .header img.logo{
        float: left;
        margin-top: 28px;
    }
    .header .nav_img{
        float: right;
        width: calc(100% - 900px);
        margin-top: 20px;
        position: relative;
    }
    .header .nav_logo{
        overflow: hidden;
        margin-left: 20px;
    }
    .header .nav_logo_left{
        float: left;
        margin-top: 30px;
    }

    .header .nav_img p.re_home{
        color: #004e96;
        text-align: right;
    }
    .re_home a{
        color: #004e96;
        font-size: 16px;
    }
    .re_home a img{
        vertical-align: middle;
    }


    /* PC 导航样式开始 */
    .nav{
        padding-top: 14px;
        margin-bottom: 10px;
        clear: both;
        height: auto;
    }
    .nav .nav_box{
        line-height: 36px;
        float: right;
    }
    .nav li{
        float: left;
        padding: 0 9px 5px;
        font-size: 17px;
        color: #888888;
        cursor: pointer;
        position: relative;
    }
    .nav li.current a{
        color: #004e96;
    }
    .nav li.current{
        border-bottom: 3px solid #3472ab;
    }

    .nav li:hover{
        border-bottom: 3px solid #3472ab;
    }
    .nav li a:hover{
        color: #004e96;
    }
    .nav li .pc_nav_item{
        display: none;
        position: absolute;
        left: -12px;
        top: 44px;
        z-index: 1000000000;
        background: #fff;
        width:125%;
        /* border-top: 3px solid #3472ab; */
    }
    .nav li .pc_nav_item li{
        font-size: 14px;
        line-height: 34px;
        padding: 0 4px;
        text-align: center;
        width: 100%;
    }
    .nav li .pc_nav_item li:hover {
        border:none;

    }
    .nav li .pc_nav_item li a {
        color: #333;
    }
    .nav li .pc_nav_item li a:hover, .nav li .pc_nav_item li a:active{
        color: #3472ab;
        text-decoration: underline;
    }

    .nav .search{
        float: right;
        cursor: pointer;
        margin-left: 30px;
        margin-top: 10px;
    }

    /*搜索框7*/
    .bar7 {
        display: none;
        position: relative;
        right: -130px;
        width: 0;
    }
         
    .bar7 input {
        width: 130px;
        height: 28px;
        /* border-radius: 15px;
        background: #f5f5f5; */
        padding: 4px 35px 4px 0;
        border: 0;
        color: #888;
        font-size: 18px;
        border-bottom: 1px solid #325ca4;
    }
    .bar7 input:focus{   
        outline: none;
    }
    .bar7 img {
        position: absolute;
        top: 4px;
        right: 10px;
        cursor: pointer;
    }

    /* PC 导航样式结束 */


    /* 底部 */
    .footer{
        width: 100%;
        height: 120px;
        padding: 20px 0;
        background:rgb(71,76,84)
    }
    .footer .foot{
        width: 1200px;
        margin: 0 auto;
    }
    .footer .foot_m{
        display: none;
    }
    .footer .foot img{
        float: right;
    }
    .footer .foot img:nth-child(1){
        float: left;
      height:75px;
    }
    .foot .foot_des{
        color: #d7d8d9;
        width: calc(100% - 480px);
        float: left;
        padding-left: 100px;
        line-height: 30px;
        padding-top: 10px;
    }
    .foot .login{
        float: left;
        width: 100px;
        height: 32px;
        border-radius: 16px;
        border: 1px solid #d7d8d9;
        font-size: 16px;
        margin-top: 25px;
        line-height: 32px;
        text-align: center;
    }
    .foot .login a{
        color:#d7d8d9;
        display: block;
    }
    
     /* 移动端样式 */
     @media screen and (max-width: 768px) {
        /* 头部 */
       .header{
        padding: 0.36rem;
        overflow: hidden;
        font-size: 0;
        height: auto;
       }
       .header img.logo{
        width: 5rem;
        margin-top: 0;
       }
       .header .m_nav{
           display: block;
           float: right;
       }
       .header .m_nav img{
        width: 0.4rem;
        margin-top: 0.2rem;
       }
      .header .nav, .header .nav_img{
        display: none;
        width: 100%;
        margin: 0px;
       }
   
       .nav{
           margin-top: 30px;
       }
       .nav .nav_box{
           width: 100%;
       }
       .nav_box ul{
           width: 37.5rem;
       }
       .header .nav li{
           padding-left: 8px;
           padding-right: 8px;
           line-height: 30px;
       }
       .header .search{
           display: none;
       }
       .header .re_home{
           display: none;
       }

       /* 底部 */
       .footer{
            height: auto;
            padding: 0.6rem 0.36rem;
        }
        .footer .foot{
            display: none;
        }
        .footer .foot_m{
            display: block;
            text-align: center;
            font-size: 0.3rem;
        }
        .foot_m p{
            text-align: center;
            line-height: 0.6rem;
            color: #d7d8d9;
        }
        .foot_m p.bq{
            font-size: 0.24rem;
            line-height: 0.42rem;
        }
        .foot_m img:nth-child(1){
            width:4.2rem;
            margin-bottom: 0.2rem;
        }
        .foot_m img:nth-child(2){
            width: 1.2rem;
        }
        .foot_m .foot_line{
            height: 1px;
            line-height: 1px;
            background:#d7d8d9;
            margin: 0.5rem 0;

        }
       .foot_m .login{
            box-sizing: border-box;
            width: 2rem;
            border-radius: 0.32rem;
            border: 1px solid #d7d8d9;
            line-height: 0.64rem;
            text-align: center;
            margin: 0.4rem auto 0;
        }
        .foot_m .login a{
            color: #d7d8d9;
            display: block;
        }
       
       .foot_m .ewmimg {
           width: 1.6rem;
           height: 1.6rem;
       }

     }