* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

.header {
    height: 60px;
    padding: 20px 0;
    background: #0276DD;
    display: block;
}

.header .hcont {
    width: 1500px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.hcont2 {
    margin: 10px 0;
    display: flex;
}

.hcont2 a {
    margin-left: 10px;
}

.hcont2 a:last-child {
    margin-top: 12px;
    color: #fff;
    font-size: 15px;
}

.hcont2 form {
    width: 240px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
    margin-top: 1px;
}

.hcont2 form input {
    outline: none;
    width: 190px;
    height: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    background: none;
    border: none;
    color: #fff
}

.hcont2 form button {
    border: none;
    width: 34px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    cursor: pointer;
}

.hcont2 form button::before {
    content: "";
    background: url(../image/sousuo.png) no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
}

.nav {
    height: 50px;
    line-height: 50px;
    background: #0276DD;
}

.nav ul {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.nav ul li a {
    color: #fff;
    padding-bottom: 7px;
    font-size: 16px;
}

.nav .ul .sub_ul {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    border-radius: 14px;
    box-sizing: border-box;
    padding: 15px 2.5%;
    width: 100%;
    text-align: left;
    border: 1px solid #DBDBDB;
    z-index: 2;
}

.nav .ul>li.on a {
    position: relative;
}

.nav .ul>li.on .sub_ul {
    display: block;
}

.nav .ul>li.h_nav .sub_ul li {
    width: 19%;
    line-height: 36px;
    display: inline-block;
}

.nav .ul>li.on .sub_ul li a {
    font-size: 16px;
    color: #000;
}

.nav .ul>li.on .sub_ul li a:hover {
    color: #0276DD;
}

.nav ul li a:hover {
    border-bottom: 2px solid #B9DEFF;
}

.nav ul li .active {
    border-bottom: 2px solid #B9DEFF;
}

.adress {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #DBDBDB;
}

.adress p {
    width: 1400px;
    margin: 0 auto;
    font-size: 14px;
    color: #1A1A1A;
}

.adress p a {
    color: #1A1A1A;
}

.adress p a:hover {
    color: #0276DD;
}

.footer {
    padding-top: 30px;
    height: 170px;
    background: #0276DD;
}

.footer .fcontbox {
    width: 1500px;
    margin: 0 auto;
    position: relative;
}

.footer .fcontbox .ewm {
    position: absolute;
    right: 0;
    top: -200px;
}

.footer .fcontbox .ewm .timg {
    width: 216px;
    height: 216px;
}

.footer .fcontbox .ewm p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer .fcont .fcone {
    display: flex;
    margin-bottom: 20px;
}

.footer .fcont .fcone img {
    margin-right: 30px;
}

.fcont .fcone p span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.fcont .fcone p span:last-child {
    margin-top: 5px;
}

.fcont .fctwo {
    text-align: right;
}

.fcont .fcthree {
    width: 1100px;
    height: 1px;
    background: #8DC9FF;
}

.fcont .fcfour {
    display: flex;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 14px;
}

.fcont .fcfour p {
    margin-right: 30px;
}

.fcont .fcfour .ftimg img {
    margin-right: 5px;
    vertical-align: middle;
}

.hcont2 ul {
    display: -webkit-flex;
    display: flex;
    justify-content: end;
    align-items: flex-end;
}

.hcont2 ul li {
    width: 41px;
    height: 40px;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    position: relative;
}

.hcont2 ul li .xmt_icon {
    width: 41px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

.hcont2 ul li .xmt_icon.wx {
    background: url('../csimg/img/3.png') no-repeat;
}

.hcont2 ul li .xmt_icon.wx:hover {
    background: url('../image/icon31.png') no-repeat;
    background-size: 41px 40px;
}

.hcont2 ul li .ewm {
    display: none;
}

.hcont2 ul li .ewm {
    width: 150px;
    height: 160px;
    position: absolute;
    background: url(../image/2.png) no-repeat;
    box-sizing: border-box;
    padding: 10px 9px;
    top: 60px;
    left: -52px;
    z-index: 3;
}

.hcont2 ul li .ewm img {
    width: 120px;
    height: 120px;
    margin-top: 15px;
}

.hcont2 ul li:last-child {
    width: 70px;
    line-height: 40px;
}

@media only screen and (max-width: 1550px) {
    .header .hcont {
        width: 1200px;
    }

    .nav ul {
        width: 1200px;
    }

    .adress p {
        width: 1200px;
    }

    .footer .fcontbox {
        width: 1200px;
    }

    .fcont .fcthree {
        width: 850px;
    }
}

@media only screen and (max-width: 1250px) {
    .header .hcont {
        width: 1000px;
    }

    .hcont2 a {
        margin-left: 5px;
    }

    .hcont2 a:last-child {
        font-size: 15px;
        margin-left: 5px;
    }

    .nav ul {
        width: 1000px;
    }

    .adress p {
        width: 1000px;
    }

    .footer .fcontbox {
        width: 1000px;
    }

    .fcont .fcthree {
        width: 700px;
    }
}

@media only screen and (max-width:980px) {
    .header {
        height: 115px;
        padding-bottom: 0;
    }

    .header .hcont {
        width: 95%;
        display: block;
    }

    .hcont2 div {
        width: 100%;
    }

    .hcont2 form {
        width: 100%;
    }

    .hcont2 form input {
        width: 100%;
    }

    .hcont2 ul {
        display: none;
    }

    /* .hcont2 form {
        width: 210px;
    } 

    .hcont2 a {
        margin-left: 5px;
    }

    .hcont2 a:last-child {
        bottom: 15px;
        font-size: 12px;
    }

    .hcont2 ul {
        align-items: normal;
    }

    .hcont2 ul li:last-child {
        width: 55px;
    }

    .hcont2 ul li .xmt_icon {
        width: 21px;
        height: 20px;
    }

    .hcont2 ul li {
        width: 21px;
        height: 37px;
        line-height: 47px;
    }

    .hcont2 ul li .xmt_icon.wx {
        background-size: 21px 20px;
    }

    .hcont2 ul li .xmt_icon.wx:hover {
        background-size: 21px 20px;
    }*/

    .nav ul {
        width: 95%;
    }

    .nav ul li a {
        font-size: 12px;
    }

    .adress p {
        width: 95%;
        font-size: 12px;
    }

    .footer {
        padding: 70px 0 10px;
        height: 290px;
        margin-top: 160px;
    }

    .footer .fcontbox .ewm {
        top: -240px;
    }

    .footer .fcontbox .ewm p {
        font-size: 12px;
    }

    .footer .fcontbox {
        width: 95%;
    }

    .footer .fcont .fcone {
        display: block;
    }

    .fcont .fctwo {
        text-align: left;
    }

    .fcont .fcone p span {
        font-size: 12px;
    }

    .footer .fcont .fcone img {
        margin-right: 0;
    }

    .fcont .fcthree {
        width: 60%;
    }

    .fcont .fcfour {
        display: block;
        line-height: 20px;
        font-size: 12px;
    }
}