﻿
            .g_hd {height:auto; font-family: "Microsoft Yahei";  position: relative; background:#fff;}
            .logo_nr{ height: 7rem;padding-top: 1.1rem; box-sizing: border-box; }
            .mlogo { float: left;width: 55%; height: auto; margin-left:3.125%; }
            .mlogo img { width: 100%; height: auto; display: block;}
            .logo_txt{height: 4rem; font-size: 1.2rem; color: #333333;  font-weight: normal; float: left;padding-left: 1.3rem;border-left:1px solid #deecf2; text-align: left;padding-top: 0.3rem; line-height:1.8rem;}
            .logo_txt b{font-weight: bold; font-size: 1.6rem;color: #222222;  display: block;}

            .menu {width: 100%;  position:relative;}
            .u-text { background: #174699; overflow: hidden; color: #fff000; font-size:1.2rem; height: 3.5rem; line-height: 3.5rem;}
            .u-text a{padding:0 5.5%; color: #fff000; display: block;font-family: "Microsoft Yahei";border-right: 1px solid #0c3b8e; float: left;}
            .u-text span:nth-child(4) a{background:none;}
            .u-text span.cur a{}
            .menu_ico { display: block; color: #ffffff; top:1.2rem; right: 4%; width: 1.9rem;height: 1.2rem;  cursor: pointer; position: absolute;  }
             .menu_ico img{width: 100%;display: block;}
             .menu_down{ display: none; width: 100%; background: rgba(23,70,153,0.95); height: auto;position: absolute;top:10.5rem; right: 0; z-index: 9;}
             .menu_down ul{padding:2rem 12.5% 5rem;}
             .menu_down  li{color: #fff000; font-size:1.2rem; line-height: 3.5rem;height: 3.5rem; border: 1px solid #fff000;border-radius: 1.5rem;margin-bottom: 0.8rem; text-align: center;  }
             .menu_down  li a{ color:#fff000; display: block; }
        

        .ad-01 {
            position: relative;
            min-height: 4.4rem;
            /*background: #174698;*/
            background-color: #ededed;
        }
        
        .ad-back{
            position: absolute;
            width: 2rem;
            height: 2rem;
            left: 3%;
            top: 50%;
            margin-top: -1rem;
        }
        
        .ad-back a{display: block;height: 2rem;position: relative;}
        .ad-back a img{width: 1rem;height: 2rem;display:block;}
        
                .ad-nav{
            position: absolute;
            width: 2.2rem;
            height: 1.5rem;
            right: 3%;
            top: 50%;
            margin-top: -0.75rem;
            cursor: pointer;
        }
        .ad-nav a,.ad-nav img{width: 2.2rem;height: 1.5rem;display: block;}
        .ad-01-title {
            width: 75%;
            margin: 0 auto;
            height: 4.4rem;
            font-size: 1.5rem;
            text-align: center;
            color: #1a1a1a;
            line-height: 4.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            box-sizing: border-box;
        }
    

    .mc1-left-nav {
        position: relative;
    }
    
    .mc1-left-nav-ss {
        position: absolute;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        width: 12%;
        right: 0;
        top: 0;
        z-index: 5;
        background-color: #fff;
        cursor: pointer;
        border-left: 1px solid #f2f2f2;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    .mc1-left-nav-ss:after{content: "";
    width: 1rem;
    height: 1rem;
    border: 3px solid #174698;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.45rem;
    margin-left: -0.85rem;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);}
    
    #topNav {
        padding: 1rem 12% 0 0;
        border-bottom: 1px solid #ebebeb;
        width: 88%;
        height: 3rem;
        overflow: hidden;
        position: relative;
    }
    
    #topNav .swiper-slide {
        width: 35%;
        text-align: center;
        /*padding: 0 2%;*/
    }
    
    #topNav .swiper-slide span {
        transition: all .3s ease;
        color: #1a1a1a;
        font-size: 1.3rem;
        display: block;
        height: 2.5rem;
        line-height: 2.5rem;
        padding-bottom: 0.5rem;
        position: relative;
    }
    
    #topNav .active span {
        font-weight: bold;
    }
    
    #topNav .active span:after {
        content: "";
        position: absolute;
        width: 2.1rem;
        height: 0.3rem;
        border-radius: 0.25rem;
        background-color: #174698;
        bottom: 0;
        left: 50%;
        margin-left: -1.05rem;
    }
    
    #topNav .swiper-next {
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        top: 0;
    }


        .mc1-info-list {
            padding: 1rem 3% 0;
        }
        
        .mc1-info-list dl {
            padding: 1rem 0;
            border-bottom: 1px solid #ccc;
        }
        
        .mc1-info-list dl:after {
            content: ".";
            display: block;
            height: 0;
            visibility: hidden;
            clear: both;
        }
        
        .mc1-info-list dl dt {
            display: inline-block;
            float: right;
            width: 47%;
            box-sizing: border-box;
            overflow: hidden;
            border-radius: 0.5rem;
        }
        
        .mc1-info-list dl dt img {
            display: block;
            width: 100%;
        }
        
        .mc1-info-list dl dd {
            display: inline-block;
            float: left;
            width: 50%;
            box-sizing: border-box;
            padding-top: 1rem;
        }
        
        .mc1-info-list dl dd h4 {
            color: #333;
            font-size: 1.3rem;
            line-height: 1.8rem;
            max-height: 3.6rem;
            text-align: justify;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        
        .mc1-info-list dl dd span {
            display: block;
            padding-top: 0.4rem;
            font-size: 1.1rem;
        }
        
        .mc1-info-list a {
            display: block;
            margin-bottom: 1rem;
        }
    

            .g-ft { height: 15rem; background:#fff; background-size: 100% 100%; padding-top: 5rem;  box-sizing: border-box; position: relative; margin-top: 3rem;}
            .u-top { position: absolute;top:-1.95rem; width: 12.1875%;  height: 3.9rem; left: 50%;margin-left: -1.95rem; }
            .u-top  img{width: 100%; display: block;}
            .addlst { text-align: center;  font-size: 1.2rem; line-height: 2rem; font-weight: normal; color: #555555;font-family: "Microsoft Yahei";margin-bottom: 1rem; }
            .addlst i,.addlst a{ color: #555555;font-family: "Microsoft Yahei";padding-left: 1rem;}
            .addlst b{color: #555555;}

            .g_fnva{background:#222222;background-size: 100%; height:3.5rem;position:fixed;bottom:0;min-width:320px;max-width:640px;width:100%;z-index:5;font-size: 1.1rem;}
            .g_fnva li{height:3.5rem;width:25%; line-height: 3.5rem; float:left; text-align:left;color:#fff;position:relative;}
            .g_fnva li:after{content: "";position: absolute;width: 0px; height:3.5rem;background:#3d3d3d; -webkit-background-size:100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%;top: 0rem;right: 0;}
            .g_fnva a:nth-child(4) li:after{width:0;border: 0;background:none;}
            .g_fnva a:nth-child(2) li{background:#174699;color: #fff000;}
            .g_fnva li em{display: block;padding: 1rem 0.4rem  0 0.6rem; width:19.375%;  float: left;}
            .g_fnva li em img{ display:block;width:100%;}
            .g_fnva a:nth-child(1) li em{padding-left: 1.7rem;}
        
