
 #oneNav a{display:block;float:left;color:#000;text-align:center;line-height:3.9rem;margin-left:2.4rem;width:auto;font-size:1.4rem;
 }
#oneNav a:first-child {
    margin-left: 0;
}
 #oneNav a.cur{font-weight:bold;color:#005bc7;border-bottom:2px solid #005bc7;}
        .head2 {position: relative;z-index: 11;text-align:center;}
        .head2 .logo{  padding:1rem 2.35%;background:#fff;border-bottom: 0.1rem solid #ddd;overflow: hidden;}
        .head2 .logo a img{width:29.5%;display:block;margin:0.5rem auto 0.8rem; float:left;}
        .head2 h4{ width:80%; line-height:100%; margin-bottom:0.3rem; font-size:1rem; color:#2863a9; float:left; font-weight: normal;box-sizing: border-box;text-align: left; box-sizing: border-box; padding-left:4%;}
             .head2 h4 img{ display:inline-block;width:100%;}
        .head2 h4 a{position: relative; color:#333; display: inline-block; float: left; width: 33.33%;}
        .head2 h4 a:before{content: "";position: absolute;width: 1px;height: 1.15rem;background: #ccc;right: 0;top:1.75rem;}
        .head2 h4 span:last-of-type a:before{background: none;}


        .head2 .menu_btn{width:7.5%; height:3.35rem; float:right; overflow:hidden; margin-right:3.1%;padding-top:0.5rem;}
        .head2 .menu_btn a.downmenu{display:block; width:100%; padding:0.6rem 0 0 0;}
        .head2 .menu_btn img{ display:block; width:100%;}
        .menu2 .slideMenu{width:100%; display: none;z-index:16;position:absolute; top:10.7rem; right:0px; transition:transform 1s;-webkit-transition:transform 1s;}
        .menu2.down .slideMenu{transform:translate3D(0,100%,0);-webkit-transform:translate3D(0,100%,0);}
        .slideMenu{background: url(../images/c72dfeb06a7947f49bc1ad2917fc0bb4_4.png) no-repeat;background-size: 100% 100%; min-height: 50rem;}
        .menu2 ul{ padding-top: 5%;width: 80%;margin: 0 auto;}
        .menu2 ul li {background:url(../images/e8ae85b79753494fa4c95c79ecce5218_2.png)no-repeat left center;line-height:2rem;float:left;text-align:left;color:#fff; position:relative;font-size:1.2rem;padding-left:5%; margin:1rem 7%; width:30%;border-bottom: 1px solid #d3d3d1;}
        .menu2 ul li a {display: block;height:2rem;line-height:2rem; font-size:1.1rem; font-family:"Microsoft Yahei"; color: #fff;text-decoration: none;}
        .menu2  em{ display: block; width:14rem; height: 3.5rem; line-height: 3.5rem;border-radius: 3.5rem;margin:1.7rem auto 0;}
        .menu2  em a{ display: block; color: #fff; font-size: 1.2rem; padding-left: 5.6rem;background: url(../images/n_tel.png) no-repeat;background-size:14rem 3.5rem;}
       

        .ad-01 {
            position: relative;
            min-height: 4.4rem;
            /*background: #2863a9;*/
            background-color:#005bc7;
        }
        
        .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: #fff;
            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 #2863a9;
    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: auto;
        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: #2863a9;
        bottom: 0;
        left: 50%;
        margin-left: -1.05rem;
    }
    
    #topNav .swiper-next {
        position: absolute;
        width: 0;
        height: 0;
        right: 0;
        top: 0;
    }


        .mc1-about-list {
            padding: 2rem 3% 1rem;
        }
        
        .mc1-about-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            display: -webkit-flex;
            -ms-flex-pack: distribute;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        .mc1-about-list ul li {
            width: 48%;
            margin-bottom: 1.5rem;
        }
        
        .mc1-about-list ul li:nth-chlid(2n) {
            margin-left: 4%;
        }
        
        .mc1-about-list ul li img {
            width: 100%;
            display: block;
        }
        
        .mc1-about-list ul li h4 {
            max-height: 4rem;
            line-height: 2rem;
            font-size: 1.3rem;
            color: #333;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            padding-top: 0.6rem;
        }
    

    .g-ft{height:19.95rem;background: #f5f5f5; position: relative;}
    .g-ft .top{position: absolute;width:4.2rem;right:43.5%;bottom: 18.13rem;}
    .g-ft .top img{width: 100%;display: block;}
    .g-ft .ftnav{padding-top:3.3rem; text-align: center; color:#666; font-size:0.92rem; line-height:1.6rem;}
    .ftnav a{ color: #666; font-size: 0.92rem; padding: 0 1.2%;}
    .ftnav p a{ color: #666;}
    .ft_p{ background:#333;width:100%; position:fixed; bottom:0; max-width: 640px; min-width: 320px; z-index: 99; box-shadow: 0 0 0.3rem #909090;}
    .ft_p p {float:left;width:33.33%;position: relative;box-sizing: border-box;text-align: center; height: 3.5rem; box-sizing: border-box; border-right: 1px solid #4b5151;}
    .ft_p p a{ display: block;color: #fff; font-size: 1.1rem; }
    .ft_p p a span{ font-size:1.2rem;line-height: 3.75rem; display: block; text-align: left;background: url(../images/ft_ico1.png) no-repeat 35% 1rem; background-size:1.5rem; padding-left: 50%;}
    .ft_p p:nth-of-type(3) a span{background: url(../images/ft_ico2.png) no-repeat 35% 1rem; background-size:1.5rem;}
    .ft_p p img {width:1.8rem; display:inline-block; vertical-align: middle; padding-right: 0.4rem;}
    .ft_p p:nth-child(2) img{ width:4.5rem; margin: -2.95rem auto 0; display: block; padding-bottom: 0.25rem;}
    .ft_p p:nth-child(2) span{ padding-top: 0;line-height: 100%; text-align: center; padding-left: 0; background: none;margin-left: -4%;}
    
            .quick1 ul li{ float: left; width: 25%; box-sizing: border-box; overflow: hidden;   text-align: center;}
.quick1 ul li i{ display: inline-block;  width: 3.5rem; height:  3.5rem; border-radius:  3.5rem; background: #005bc7;}
.quick1 ul li i img{ display:inline-block; width: 3.5rem; }
.quick1 ul li em{ display:block;  font-size: 1rem; color: #333;    line-height: 100%;padding-top:0.45rem;}
.quick1 ul li em span{ display: none; font-size:0; color: #808080; padding-top: 5px;}
.quick1 ul li:hover i{ background: #d9312f;}
 
    /**/
    .shen3{position: fixed;
        width: 70px;
        right: 0;
        bottom: 145px; display:none; margin-right:5px;}
    .shen3 img{ width:100%; float:left; }

    /*弹窗*/
    .tan{
        width:80%;
        height:255px;
        background-color:#fff;
        position:fixed;
        left:10%;
        top:36%;
        display:none;
        z-index: 200;
        border-radius: 15px;
    }
    .kuang{
        height:102px;
        text-align:center;
        padding: 20px 0;
    }
    .txtcss{
        font-size:15px;
        background:#0000;color:rgb(255 0 0);
    }
    .copy{
        font-size: 16px;
        float: left;
        background-color: #1aac19;
        padding: 5px 20px;
        margin-left: 25%;color: black;
        border-radius: 5px;
    }
    .copy a{color: white;}
    .guanbi{
        width:20px;
        height:20px;
        color:#7b7878;
        margin-top:-192px;
        margin-left:12px;
    }

    .wxfzcg{
        color: #333;
        font-size: 18px;
        font-weight: 700;
        margin: .4375rem 0 .625rem;
    }
    img {
        border: 0;
        max-width: 100%;
        vertical-align: middle;
    }
    .kuang .image img{ width: 54px;}

