* {
    padding: 0;
    margin: 0
}

ul, ol, li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

/* 公共头部 */

.header-md .h-md .header-md-left a {
    display: flex;
    align-items: center;
}

.header-top {
    width: 100%;
    height: 40px;
    background-color: #eaeaea;
    line-height: 40px;
}

.header-top .h-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-top .h-top .qrcode {
    position: absolute;
    right: 70px;
    top: 40px;
    z-index: 9999;
    width: 120px;
    height: 120px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    display: none;
}

.header-top .h-top .contact_us {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 10px;
    display: none;
}

.header-top .h-top .contact_us ul {
    margin: 0;
}

.header-top .h-top .contact_us li {
    line-height: 20px;
    margin: 0;
}

.wechat:hover .qrcode {
    display: block;
}

.contact_a:hover .contact_us {
    display: block;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
}

.contact_us .triangle {
    right: 30px;
    left: auto;
}

.header-top .h-top .qrcode img {
    width: 100%;
}

.header-top .h-top a {
    color: #555;
    text-decoration: none;
    margin: 0 5px;
}

.header-top .h-top a:hover {
    color: #0062ac;
}

.h-top .fa-university {
    color: #999
}

.h-top .fa-wechat {
    color: #8ccc76
}

.h-top .fa-mobile {
    color: #0075be
}

.header-md {
    /* line-height: 100px; */
    background-color: #fff;
}

.header-md span {
    line-height: 1;
}

.header-md .h-md {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

.header-md .h-md .header-md-left {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-md .h-md .header-md-left img {
    width: 50px;
    height: 50px;
}

.header-md .h-md .header-md-left .divi {
    display: inline-block;
    width: 2px;
    height: 46px;
    opacity: 0.83;
    background: #0075be;
    margin-left: 10px;
    margin-right: 6px;
}

.header-md .h-md .header-md-left .desc {
    font-family: STKaiti;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -2px;
    color: #0062ac;
}

.header-md .h-md .header-md-right .hotline {
    font-family: AdobeHeitiStd-Regular;
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0075be;
}

.navbar {
    min-height: 40px !important;
    margin-bottom: 0;
}

#left-part {
    box-sizing: border-box;
    float: left;
}

#left-part>li {
    margin-right: 20px;
    height: 40px;
}

#left-part>li a {
    color: #fff;
    padding: 10px 15px !important;
}

.navbar-default {
    background: url("../img/menu.png");
    background-size: cover;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #2c68ba;
    color: #fff;
}

#fromInput {
    margin-bottom: 0;
    margin-top: 6px
}

#fromInput .btnfather {
    position: relative;
}

#fromInput input {
    border-radius: 28px;
    height: 28px;
}

#fromInput button {
    height: 25px;
    width: 25px;
    border-radius: 25px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 19px;
    background-color: #009cff;
    border: 0;
    color: #fff;
}

@media (max-width: 768px) {
    .navbar-default {
        background-color: #519abb !important;
        background: none;
        border: none;
    }
    #left-part {
        padding-left: 0px;
        float: none;
    }
    #left-part>li {
        border-bottom: 1px solid #fff;
        margin-left: 0px;
    }
    #left-part li:last-child {
        border-bottom: none;
    }
    .navbar .navbar-header {
        position: relative;
        /* height: 64px;
        line-height: 64px; */
    }
    .navbar .navbar-header .title-hotline {
        /* padding-left: 10px; */
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    .navbar .navbar-header .title-hotline .logo{
       padding: 3px;
      
    
    }
    .title-hotline .logo img{
        width: 40px;
        height: 40px;
    }

    .navbar .navbar-header .title-hotline p {
        
        width: 85%;
        font-size:20px;
        margin: 0;
        color: #fff
    }
    /* .navbar .navbar-header .title-hotline p:first-child {
        font-size: 20px;
        font-weight: 550;
        letter-spacing: 1px;
    } */
    /* .navbar .navbar-header .title-hotline p:last-child {
        font-size: 14px;
    } */
    .navbar .navbar-header .button-border {
        width: 55px;
        height: 55px;
        border-radius: 50%;
        /* border: 1px solid #fff; */
        position: absolute;
        bottom: -24px;
        right: 13px;
    }
    .navbar .navbar-header button {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #519abb;
        border-radius: 50%;
        position: absolute;
        bottom: -30px;
        right: 0;
        z-index: 999;
    }
    .navbar .navbar-header button .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #519abb;
    }
    .navbar-toggle .icon-bar {
        margin: 0 auto;
    }
}

/* 公共尾部 */

footer {
    width: 100%;
    background-color: #191919;
}

footer .links {
    height: 100px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 50px;
}

footer .links .linksItem {
    height: 20px;
    padding-top: 50px;
}

footer .links .linksItem>li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    line-height: 20px;
}

footer .links .linksItem>li>a {
    color: #fff;
    text-decoration: none;
}

footer .aboutlist {
    display: flex;
    justify-content: space-between;
}

footer .about {
    display: flex;
    flex: 1;
    justify-content: space-between;
    margin-right: 60px;
}

footer .about ul {
    padding: 0;
    list-style: none;
}

footer .about ul li {
    padding-bottom: 10px;
}

footer .about ul li a {
    color: #fff;
    text-decoration: none;
}

footer .erweima {
    float: right;
}

footer .erweima p {
    color: #fff;
    font-size: 14px;
}

footer .erweima img {
    width: 80px;
    height: 80px;
}

footer .copyright {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    background-color: #000;
    color: #fff;
}

.box_title {
    font-size: 24px;
    color: #495666;
    text-align: center;
    margin: 20px 0;
}

.box_title p {
    padding: 0;
    margin: 0;
}

.summary {
    font-size: 14px;
    color: #a8adb4;
}

.line_border {
    width: 120px;
    height: 2px;
    content: '';
    background: #cedbe1;
    margin: 0 auto;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .box_title {
        color: #519abb;
    }
    .summary {
        color: #519abb;
    }
    footer {
        width: 100%;
        /* height: 270px; */
        background-color: #519abb;
    }
    footer .foot-wrap {
        box-sizing: border-box;
        padding: 20px;
    }
    footer .foot-title {
        font-size: 14px;
        letter-spacing: 2px;
        color: #ffffff;
    }
    footer .foot-pinyin {
        font-size: 14px;
        color: #ffffff;
    }
    footer .foot-contact {
        font-size: 14px;
        color: #ffffff;
        padding-top: 10px;
    }
    footer .foot-contact span {
        /* color: #1867d0; */
        padding-right: 10px;
    }
    footer .weixin {
        padding-top: 10px;
        position: relative;
    }
    /* footer .weixin .wx-img{

    } */

    footer .weixin .qrc{
        position: absolute;
        right: 210px;
        top: -120px;
        z-index: 9999;
        width: 120px;
        height: 120px;
        background: #fff;
        box-shadow: 0 0 10px #ccc;
        display: none;
    }
   
    footer .weixin .trian {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        top: 120px;
        left: 35%;
        margin-left: -5px;
    }
    footer .weixin img {
        width: 100%;
    }

    footer .weixin .wec:hover .qrc {
        display: block;
    }


    footer .weixin span {
        font-size: 16px;
        color: #ffffff;
        padding-right: 5px;
    }
    footer .weixin span i {
        font-size: 16px;
        color: #ffffff;
    }
}

/* @media(max-width: 1800px) {
    .navbar-default {
        background: url('../img/nav_bg.png') no-repeat;
    }
} */

@media(max-width: 768px) {
    .navbar-default {
        background: #519abb;
    }
}