﻿﻿@charset "utf-8";

a {
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
    outline: none
}

ul {
    list-style: none
}

.lf {
    float: left
}
.guding{
    background-color: #fff;
    width: 100%;
    transition:all 1s ease 0s;
    border-bottom: 3px solid #e05038;
}
.rg {
    float: right;
    margin-top: 40px;
}
.rg .rx{
    line-height: 40px;
}
.rg .nav_pc{
    padding-left: 0;
    background-color: rgb(225, 225, 225);
    height: 45px;
    border-radius: 10px;
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px
}

.logo {
    padding: 10px 0;
    transition: all .3s
}

.logo img {
    width: 100%;
    position: relative;
    z-index: 100
}
.nav ul{
    margin-bottom: 0;
}
.nav ul li {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    border-radius: 10px;
    font-size: 18px;
    transition: all .3s
}
.nav ul li:hover{
    background-color: #e05038;
}
.nav ul li .a1 {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #242424;
    transition: all .3s
}

.nav ul li:hover .a1 {
    color: #fff;
    transition: all .3s
}

.nav ul li .div1 {
    display: none;
    position: absolute;
    z-index: 100;
    margin-left: -25px;
    top: 110px
}

.nav ul li .div1 .p1 a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    background-color: #e05038;
    line-height: 30px;
    transition: all .5s;
    padding-right: 25px;
    border-bottom: 1px solid #d1d1d1;
    padding-left: 25px;
}
.nav ul li .div1 .mad2 .p1 a{
    padding: 0 6px;
    padding-left: 10px;
}
.nav ul li .div1 .p1 a:nth-last-of-type(1){
    border-bottom: 0px solid #d1d1d1;
}
.nav ul li .div1 .p1 a:hover {
    background-color: #e05038;
    color: #fff
}

.a_txt {
    display: none
}

.moblie_head {
    display: none;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .nav ul li .a1 {
        font-size: 16px
    }

    .nav ul li .div1 .p1 a {
        font-size: 14px
    }
}

/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .head {
        display: none
    }

    .moblie_head {
        display: block;
        height: 44px;
        background: #e05038;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 9999;
        border-bottom: 1px solid #ddd
    }

    .moblie_head .lf {
        padding-top: 10px;
        padding-left: 5%;
        color:#fff;
        font-size: 16px;

    }

    .moblie_head .lf img {
        height: 24px
    }

    .moblie_head .rg {
        right: 15px;
        position: fixed;
        top: -25px;
    }

    .moblie_head .rg a img {
        height: 16px;
        vertical-align: top
    }

    .a_txt {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }

    .a_txt .div1 {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }

    .a_txt .div2 {
        position: absolute;
        width: 20%;
        left: 0px;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }

    .a_txt .div3 {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%
    }

    .a_txt .div3 ul {
        padding-left: 5%;
        padding-right: 5%
    }

    .a_txt .div3 ul li {
        border-bottom: 1px solid #232530
    }

    .a_txt .div3 ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }

    .a_txt .div3 ul li .a_js2 {
        background: url(../images/plus.png) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_js2_on {
        background: url(../images/reduce.jpg) 95% center no-repeat;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .a_txt .div3 ul li .a_txt2 {
        display: none
    }

    .a_txt .div3 ul li .a_txt2 a {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
}
