#more {
    display: none;
    z-index: 9999;
}

.headers {
    width: 100%;
}

.headers .w {
    width: 100%;
}

.headers .w:after {
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}

.headers .w p {
    float: left;
    color: #868787;
    font-size: 14px;
    padding-top: 6px;
}

.headers .w ul:after {
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}

.headers .w ul {
    /*width: 100%;*/
    float: right;
}

.headers .w ul li {
    float: left;
}

.headers .w ul li a {
    display: inline-block;
    color: #868787;
    font-size: 14px;
}

.headers .w ul li a:hover {
    color: #c03535;
    transition: all .7s;
}

.headers .w ul li:nth-child(8) a {
    color: #333333;
}

.headers .w ul li:nth-child(8) {
    margin-left: 40px;
}

.headers .w ul li:nth-child(8) span {
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #868787;
}

.headers .w ul li:nth-child(2) {
    width: 1px;
    height: 14px;
    background-color: #868787;
    margin: 8px 20px 0 20px;
}

.headers .w ul li:nth-child(4) {
    width: 1px;
    height: 14px;
    background-color: #868787;
    margin: 8px 20px 0 20px;
}

.headers .w ul li:nth-child(6) {
    width: 1px;
    height: 14px;
    background-color: #868787;
    margin: 8px 20px 0 20px;
}

.header {
    width: 100%;
}

.header .w {
    width: 100%;
}

.header .w:after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.header .w>a {
    float: left;
    padding-top: 22px;
    /*padding-bottom: 22px;*/
}

.header .w ul {
    width: 60%;
    float: right;
    display: flex;
    justify-content: space-around;
}

.header .w ul:after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.header .w ul li {
    text-align: center;
    width: 13%;
    padding: 40px 20px;
    position: relative;
}

.header .w ul li.active a {
    color: #fff;
}

.header .w ul li:nth-child(2) {
    top: 0;
}

.header .w ul li div.li1_a {
    width: 200px;
    box-shadow: 0 5px 15px #595e63;
    background-color: #fff;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    display: none;
}

.header .w ul li div.li1_a a {
    display: block;
    width: 100%;
}

.nav_menu1.active .mt {
    background-color: #19419b;
    color: #FFFFFF;
}

.yema .w a.active {
    background: #0f479c;
    color: #FFFFFF
}

.nav1 .main {
    padding-bottom: 45px;
    background-color: #305dc3;
    border-radius: 0 0 5px 5px;
}

.nav_menu1 .mt {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cont-left {
    background-color: transparent;
}

.header .w ul li div.li1_a a {
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}

.header .w ul li div.li1_a a:hover {
    color: #4a71cb;
}

.header .w ul li a {
    display: inline-block;
    font-size: 17px;
}

.header .w ul li.li1_l {
    text-align: right;
}

.header .w ul li.li1_l img {
    display: inline-block;
    vertical-align: middle;
}

.header .w ul li.li1_l {
    margin: 40px 0 0 20px;
    padding: 0 0 40px 0;
}

.header .w ul li.li1_l:hover {
    background-color: #fff;
}

.header .w ul li.li1_l form {
    display: flex;
}

.header .w ul li:hover {
    background-color: #305dc3;
}

.header .w ul li:hover>a {
    color: #FFFFFF;
}

.header .w ul li:nth-child(2):hover div {
    display: block;
}

.header .w ul li.li1_l {
    position: relative;
    top: 0;
}

.header .w ul li.li1_l:hover form {
    /* opacity: 1; */
    visibility: visible;
}

.header .w ul li.li1_l div a {
    display: inline;
}

.header .w ul li.li1_l form::after {
    content: '';
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.header .w ul li.li1_l form {
    position: absolute;
    width: 300px;
    top: 34px;
    right: 0;
    z-index: 9999;
    box-shadow: 0 5px 15px #595e63;
    display: flex;
    /* opacity: 0; */
    visibility: hidden;
}

.header .w ul li.li1_l form input[type='text'] {
    width: calc(100% - 40px);
    outline: none;
    float: left;
    padding: 12px 0 11px 5px;
    font-size: 14px;
    border: 0;
}

.header .w ul li.li1_l form button {
    width: 40px;
}


.header .w ul li.li1_l div img {
    display: inline-block;
    float: right;
}

.active {
    background-color: #305dc3;
}

.active1 {
    color: #FFFFFF;
}

.contactPhone {
    position: relative;
    margin-top: 20px;
}

.contactPhone img {
    width: 100%;
}

.contactPhone .fontBox {
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.contactPhone .fontBox h2 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    white-space: nowrap;
}

.cont-left .contactPhone .fontBox .phoneBox p {
    width: 100%;
    border-bottom-color: transparent;
}

.contactPhone .fontBox .phoneBox p:nth-of-type(1) {
    font-size: 16px;
    color: #fff;
}

.contactPhone .fontBox .phoneBox p:nth-of-type(2) {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    font-style: italic;
    white-space: nowrap;
    letter-spacing: -1px;
}
















@media screen and (max-width: 768px) {
    .headers {
        padding-top: 30px;
    }

    .header .w>a {
        width: 100%;
        text-align: center;
    }

    .header .w ul {
        display: none;
    }

    #more {
        display: block;
    }
}

@media screen and (max-width: 712px) {
    .header .w>a {
        width: 100%;
        text-align: center;
    }

    .headers .w>p {
        width: 100%;
        text-align: left;
        padding-left: 7px;
    }
    .headers .w ul {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .headers .w ul li {
        width: 30%;
        text-align: center;
    }

    .headers .w ul {
        display: none;
    }
    .headers .w ul li:nth-child(2) {
        display: none;
    }

    .headers .w ul li:nth-child(4) {
        display: none;
    }

    .headers .w ul li:nth-child(6) {
        display: none;
    }

    .foot .top ul li:nth-of-type(1),
    .foot .top ul li:nth-of-type(2),
    .foot .top ul li:nth-of-type(3),
    .foot .top ul li:nth-of-type(4) {
        width: 48%;
        padding-bottom: 20px;
    }

    .contactPhone {
        display: none;
    }

    .contactPhone .fontBox {
        padding: 1px;
    }

    .contactPhone .fontBox h2 {
        font-size: 16px;
    }

}

@media screen and (max-width: 335px) {
    .headers .w ul {
        justify-content: center;
    }

    .headers .w ul li {
        width: 50%;
        text-align: center;
    }

    .headers .w ul li:nth-child(8) {
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    
#more {
    position: absolute!important;
    right: 7px!important;
    top: 7px!important;
}
.headers {
     padding-top: 0!important; 
    padding-top: 15px!important;
}
}