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;
}

.yqlj_box {
    position: relative;
    height: 60px;
    margin-bottom: 0
}

.yqlj_box li {
    width: 16%;
    height: 60px;
    line-height: 64px;
    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: 60px;
    line-height: 64px;
}

.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: #0647a9;
}

.yqlj_box .l_yqzz a {
    display: block;
    width: 25%;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    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;
    margin-top: 24px;
    display: inline-block;
    float: left;
}

.footer_box {
    background: #0647a9;
    width: 100%;
}

.foooter_list_gai {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.foooter_list_gai li {
    width: 23%;
    background: #214d8e;
    height: 38px;
}

.foooter_list_gai li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #b8cbdf;
    line-height: 38px;
    text-align: center;
}

.footer_main {
    padding: 28px 0px 25px 0px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_bottom {
    width: 100%;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
}

.footer-top {
    margin-bottom: 30px;
}

.footer_listg {
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    overflow: hidden;
    height: 150px;

}

.footer_listg li {
    float: left;
    text-align: center;
    margin-right: 9%;
    margin-top: 7%;
}

.footer_listg li:last-child {
    margin-right: 0;
}

.footer_listg li a {
    color: #fff;
}

.footer_listg .imgStyle {
    height: 30px;
}

.footer_listg li a p {
    margin-top: 16px
}

#imgConac {
    margin-left: 7px;
}

.footerPhone {
    display: none;
    text-align: center;
}
.footerPhone p{
   margin-bottom: 10px;
}
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 13% !important;
    }
}

@media (max-width:768px) {

    .yqlj_box,
    .l_left_gai,
    .footer_listg,
    .l_footer_line,
    .l_footer_line2,
    .l_footer_rightg {
        display: none;
    }

    .footer_main {
        width: 90%;
        padding: 6px 0 10px 0;
    }

    .footer_bottom {
        padding: 10px;
        margin-top: 0;
    }

    .l_footer_leftc {
        line-height: 24px;
    }

    .footer-top {
        display: none;
    }

    .footer-bot {
        display: none;
    }

    .footerPhone {
        display: block
    }
}