* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    font-size: 100px;
}

body {
    font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.5;
    font-size: 100px;
    width: 100%;
    overflow-x: hidden;
}

*:before,
*:after {
    box-sizing: content-box;
}

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

li,
ul {
    list-style-type: none;
}

img {
    border: none;
}

input,
textarea {
    outline: 0;
    border: 0;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
    font-weight: normal;
    font-style: normal;
    font-size: 0.14rem;
}

p,
span,
i,
u,
a,
img,
ul,
li,
div,
br,
b,
strong,
font,
br,
input,
button {
    font-size: 0.14rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearboth {
    clear: both;
}

.clear {
    clear: both;
}

.container1 {
    width: 100%;
    padding: 0 8%;
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 1.3rem; 
    z-index: 9;
    transition: 0.5s;
    border-top: 3px solid #000000;
    background: #fff;
}

.header.headerOn{
    position: fixed;
}

.header .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding: 0 0%;
    box-sizing: border-box;
}

.headerLogo {
    flex: 0 0 20%;
    justify-content: center;
    float: left;
    width: 20%;
    height: 1.3rem;
}

.headerLogoBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    height: 1.3rem;
}

.header .container .logo {
    flex: 0 0 100%;
    justify-content: center;
    float: left;
    width: 100%;

}


.header .container .logo a {
    width: 100%;
    display: block;
}

.header .container .logo a img {
    width: 100%;
    display: block;
    padding-left: 0.45rem;
    box-sizing: border-box;
}

.header .container .nav {
    flex: 1;
    padding-left: 4%;

}

.header .container .nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 4%;
}

.header .container .nav ul li {
    flex: 1;
    position: relative;
    z-index: 5;
}

.header .container .nav ul li a.navTop {
    display: block;
    font-size: 0.16rem;
    height: 1.3rem;
    padding-top: 0.4rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: .5s;
    transition: .5s;
    color: #3c3c3c;
    box-sizing: content-box;
    background: transparent;
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    background: url(../images/nav_l.png) no-repeat right 0.45rem;
}

.header .container .nav ul li a.navTop em {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #9c9c9c;
    text-transform: uppercase;
    margin-top: 2px;
}

.header .container .nav ul li::before{
    position: absolute;
    left: 0px;
    bottom: 0.3rem;
    width: 100%;
    height: 0%;
    content: "";
    z-index: -1;
    background: url(../images/nav_hover.png) no-repeat center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.header .container .nav ul li:hover::before{
    height: 0.13rem;

}

.header .container .nav ul li.active::before{
    height: 0.13rem;
}


.header .container .nav ul li:hover .navTop {
    color: #fbad03;
}

.header .container .nav ul li.active a.navTop {
    color: #fbad03;
}





.header .container .nav ul li .navCenter {
    display: none;
    position: absolute;
    top: 1.3rem;
    left: 7%;
    width: 86%;
    padding-bottom: 0rem;
    padding-top: 0rem;
}

.header .container .nav ul li .navCenter p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 0.4rem;
    width: 90%;
    margin: 0 auto;
    background:#fbad03;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.header .container .nav ul li .navCenter p:nth-child(1) {}

.header .container .nav ul li .navCenter p:last-child {}

.header .container .nav ul li .navCenter p a {
    line-height: 0.4rem;
    display: block;
    text-align: center;
    font-size: 0.15rem;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .container .nav ul li .navCenter p:hover {
    background: #d78608;
}

.header .container .nav ul li .navCenter p:hover a {
    color: #fff;
}

.header .container .headerTel {
    flex: 0 0 2rem;
    justify-content: center;
    float: left;
    width: 2rem;
    padding-left: 0.35rem;
    height: 1.1rem;
    background: url(../images/tel.png) no-repeat left center;
    margin-right: 2%;
}

.header .container .headerTel .headerTelBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

}


.header .container .headerTel .headerTelBox .headerTelText {
    flex: 1;
    color: #fff;
    padding-top: 0.3rem;
}

.header .container .headerTel .headerTelBox .headerTelText span {
    font-size: 0.19rem;
    color: #2a2a2a;
    line-height: 1.2;
    align-items: center;
}

.header .container .headerTel .headerTelBox .headerTelText p {
    font-size: 0.3rem;
    color: #fbad03;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
}



.headerMenu {
    display: none;
}




@media (max-width: 1440px) {

    .header .container .headerTel .headerTelBox .headerTelText span {
        font-size: 0.15rem;
    }

    .header .container .headerTel .headerTelBox .headerTelText p {
        font-size: 0.24rem;
    }


  }

  @media (max-width: 1300px) {
    .header .container .headerTel{
        display: none;
    }
  }

@media (max-width: 1200px) {
    .container {
        padding: 0 0.15rem;
    }

    .logoName {
        display: none;
    }

    .headerLogo {
        height: 0.5rem;
    }

    .headerLogoBox {
        height: 0.5rem;
    }

    .header {
        width: 100%;
        height: 0.5rem;
        z-index: 99999999999999999999999999999999;
    }

    .header .container {
        padding: 0 0.15rem;
    }

    .Hncontainer {
        width: 96%;
    }

    .header .logo {
        width: 34%;
    }

    .headerDwy {
        display: none;
    }

    .header {
        position: relative;
        top: 0;
        left: 0;
    }

    .header .container .logo {
        flex: 1;
        height: 0.5rem;
    }

    .header .container .logo a img {
        height: 0.5rem;
        display: block;
        width: auto;
        padding: 0.05rem 0;
    }

    .header .container .nav ul li .navCenter p:hover {
        background: transparent;
    }

    .header .container .nav ul li::before{
        display: none;
    }

    .header .headerDmap {
        height: 0.5rem;
        width: 33%;
        line-height: 0.5rem;
        font-size: 0.14rem;
    }

    .header .headerDmap a {
        font-size: 0.14rem;
    }

    .container1 {
        padding: 0 0.15rem;
    }

    .header {
        background: #fff;
    }

    .headerLogo {
        flex: 1;
        border: 0;
    }

    .header .container .nav ul li.active a.navTop {
        background: transparent;
    }

    .header .container .headerTel {
        display: none;
    }

    .header .container .nav {
        position: absolute;
        width: 100%;
        top: 0.5rem;
        background: rgba(0, 0, 0, 0.8);
        left: 0;
        padding: 0;
        display: none;
    }

    .header .container .nav ul {
        padding-bottom: 0.3rem;
    }

    .header .container .nav ul li {
        flex: 0 0 100%;
        justify-content: center;
        float: left;
        width: 100%;
    }

    .header .container .nav ul li a {
        color: #fff;
    }

    .headerMenu.on i {
        transform: rotate(45deg);
        top: 10px;
    }

    .headerMenu.on b {
        transform: rotate(-45deg);
        top: 10px;
    }

    .headerMenu.on::after {
        content: "";
        background: transparent;
    }

    .header .container .nav ul li a.navTop {
        line-height: 0.5rem;
        height: 0.5rem;
        position: relative;
    }


    .headerMenu {
        display: block;
        flex: 0 0 33%;
        justify-content: center;
        float: left;
        width: 33%;
        text-align: right;
        box-sizing: border-box;
        height: 0.16rem;
        position: relative;
    }

    .headerMenu::after {
        content: "";
        width: 0.24rem;
        height: 2px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #fbad03;
        right: 0rem;
    }

    .headerMenu i {
        display: inline-block;
        position: absolute;
        right: 0rem;
        width: 0.24rem;
        height: 0.02rem;
        background: #fbad03;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .headerMenu b {
        display: inline-block;
        position: absolute;
        right: 0rem;
        width: 0.24rem;
        height: 0.02rem;
        background: #fbad03;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        top: 0.14rem;
    }

    .header .container .nav ul li {
        position: relative;
    }

    .header .container .nav ul li::after {
        content: ">";
        position: absolute;
        top: 0;
        line-height: 0.5rem;
        font-size: 0.18rem;
        right: 0.2rem;
        color: #fff;
    }

    .header .container .nav ul li:nth-child(1)::after {
        display: none;
    }

    .header .container .nav ul li.active a.navTop {
        color: #fff;
    }

    .header .container .nav ul li a.navTop {
        text-align: left;
        padding-top: 0;
    }

    .header .container .nav ul li {
        padding: 0 0.2rem;
        border-bottom: 1px solid #777;
        padding-right: 40%;
        box-sizing: border-box;
    }

    .header .container .nav ul li .navCenter {
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
        box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.1);
        color: #fff;
        padding-bottom: 10px;
        padding-top: 0;
    }

    .header .container .nav ul li .navCenter p {
        background: transparent;
        border: 0;
    }

    .header .container .nav ul li .navCenter p a {
        color: #fff;
        text-align: left;
        font-size: 0.14rem;
        padding-left: 0.1rem;
    }

    .header .container .nav ul li a.navTop {
        background: transparent;
        color: #fff;
    }

    .header .container .nav ul li:hover .navTop {
        background: transparent;
        color: #fff;
    }

    .header .container .nav {
        position: absolute;
        width: 100%;
        top: 0.5rem;
        background: rgba(0, 0, 0, 0.6);
        left: 0;
        padding: 0;
        display: none;
    }
 
    #wjdh-kefu {
        display: none;
    }

    .bannerText img {
        width: 50%;
    }



}



.page_center{
    margin: 0 auto;
    width: 84%;
    max-width: 1600px;
  }

/*footer*/


.footer_bg{
    width: 100%;
    margin: 0 auto;
    background: url(../images/footer_bg.jpg) no-repeat top center;
}

.footer_bg .footer{
    margin: 0 auto;
    padding-top: 0.8rem;
    height: 2.6rem;
}

.footer_bg .footer .f_fl{
    float: left;
    width: 36%;
    margin-right: 2%;
}

.footer_bg .footer .f_fl dl{
    float: left;
    width: 20%;
}

.footer_bg .footer .f_fl dl dt{
    font-size: 0.16rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.24rem;
    margin-bottom: 0.2rem;

}

.footer_bg .footer .f_fl dl dd a {
    font-size: 0.15rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    line-height: 0.34rem;
    width: 90%;
}

.footer_bg .footer .f_fl dl dd a:hover{
    color: #fff;
    transform: translateX(10px);

}


.footer_bg .footer  .f_tel{
    width: 23%;
    float: left;
    margin-top: 0.15rem;
}

.footer_bg .footer .f_tel span{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.2rem;
}

.footer_bg .footer .f_tel span img{
    vertical-align: middle;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 5px;

}

.footer_bg .footer .f_tel i{
    display: block;
    font-size: 0.3rem;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.15rem;
}

.footer_bg .footer .f_tel p{
    font-size: 0.16rem;
    color: #999999;
}


.footer_bg .footer .f_r{
    float: right;
    width: 39%;
}

.footer_bg .footer .f_r ul li{
    width: 33.33%;
    float: left;

}

.footer_bg .footer .f_r ul li img{
    display: block;
    margin: 0 auto;
    width: 1.2rem;
    height: 1.2rem;
}

.footer_bg .footer .f_r ul li span{
    display: block;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    margin: 0.05rem auto 0 auto;
}



.footer_bg .end_bg{
    margin: 0 auto;
    width: 100%;
    height: 0.65rem;
    border-top: 1px solid rgba(249, 249, 249, 0.1);
}

.footer_bg .end_bg .end{
    margin: 0 auto;
    line-height: 0.65rem;
    text-align: center;
    font-style: 0.14rem;
    color: #b2b2b2;
}

.footer_bg .end_bg .end a{
    font-style: 0.14rem;
    color: #b2b2b2;
}

.footer_bg .end_bg .end img{
    vertical-align: middle;
}



@media (max-width: 980px){

    
.page_center{
    margin: 0 auto;
    width: 94%;
  }


.footer_bg .footer{
    margin: 0 auto;
    padding-top: 0.25rem;
    padding-bottom: 0.1rem;
    height: auto;
    overflow: hidden;
}

.footer_bg .footer .f_fl{
    float: none;
    display: none;
}

.footer_bg .footer  .f_tel{
    width: 100%;
    float: none;
    margin-top: 0rem;
}


.footer_bg .footer .f_tel i{
    display: block;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0.05rem;
}


.footer_bg .footer .f_r{
    float: none;
    width: 100%;
    margin: 0.2rem auto 0rem auto;
}

.footer_bg .footer .f_r ul li{
    width: 33.33%;
    float: left;

}

.footer_bg .footer .f_r ul li img{
    display: block;
    margin: 0 auto;
    width: 0.8rem;
    height: 0.8rem;
}

.footer_bg .footer .f_r ul li span{
    display: block;
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    margin: 0.05rem auto 0 auto;
}



.footer_bg .end_bg{
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(249, 249, 249, 0.1);
    overflow: hidden;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
}

.footer_bg .end_bg .end{
    margin: 0 auto;
    line-height: 0.25rem;
    text-align: center;
    font-style: 0.14rem;
    color: #b2b2b2;
}



}