html,
body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    list-style-type: none;
}

* {
    font-family: "寰蒋闆呴粦";
}

a {
    text-decoration: none;
    font-family: "寰蒋闆呴粦";
}

img,
span {
    border: none;
    padding: 0px;
    margin: 0px;
}
a:hover {
    text-decoration: none;
    /* color: #5cb396; */
    cursor: pointer;
}
a{
    color: #000000;
}
ol,
ul,
h1 {

    padding: 0;
    margin: 0;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

img {
    border: 0;
    vertical-align: middle
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}
.wb_wrapper{
    width: 1300px !important;
}
.fr {
    float: right;
}

.fl {
    float: left;
}
.linkTop {
    margin-top: 24px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.yqlj_box {
    position: relative;
    height: 50px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.yqlj_box li {
    margin-right: 50px;
    height: 50px;
    line-height: 54px;
    box-sizing: border-box;
    position: static;
    float: left;
}

.yqlj_box li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.yqlj_box li a:hover {
    text-decoration: none;
    color: #5cb396;
}

.l_yqlj_box div:hover {
    color: #5cb396;
    cursor: pointer;
}

.l_yqzz {
    display: none;
    overflow: hidden;
}

.l_yqlj_box {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 54px;
}

.l_yqlj_box img {
    margin-left: 15px;
    transition: all 0.3s;
}

.l_yqlj_box div {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.l_yqzz2 {
    position: absolute;
    width: 100%;
    bottom: 38px;
    left: 0px;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    background: #ffffff;
}

.yqlj_box .l_yqzz a {
    display: block;
    width: 25%;
    line-height: 30px;
    font-size: 14px;
    float: left;
}

.yqlj_box li:hover .l_yqzz {
    display: block;
}

.yqlj_box li:hover .l_yqlj_box img {
    transform: rotate(180deg);
}

.border {
    height: 20px;
    width: 1px;
    background: #cbcac9;
    display: inline-block;
    float: left;
}

.linkBottom {
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.footer_box {
    padding: 30px 0;
    font-size: 14px;
}

.footer_box>ul li {
    float: left;
}
.footer_box>ul li:nth-child(1) {
    display: none;
}
.footer_box>ul li:nth-child(2) {
    display: none;
}
.footer_box>ul .line {
    padding: 0 5px;
    color: #555555;
}

.rightFot {
    padding-top: 64px;
}

.rightFot li {
    float: left;
    margin-left: 30px;
}

#imgConac {
    margin-top: -9px;
}

.adress{
    padding:16px 30px;
    font-size: 12px;
    text-align: center;
}
.adress div:first-child{
    margin-bottom: 10px;
}

.footerPhone{
    display: none;
}


@media (max-width:768px) {

    .wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .wb_wrapper{
        width: 100% !important;
    }
    .pcFooter {
        display: none;
    }

    .footerPhone {
        display: block;
        background-color: #f6f6f6;
        font-size: 14px;
        margin-top: 20px;
        text-align: center;
        padding-top: 26px;
    }
    .footerPhone div{
        margin-bottom: 10px;
    }
    .footerPhone div:last-child{
        margin-bottom: 0;
    
    }
}