body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    outline: none;
    font-style: normal;
}

body, html {
    width: 100%;
    /* min-width: 1200px; */
    background: #fff;
    color: #333;
    font-size: 16px;
    font-family: Microsoft YaHei, Helvetica, Tahoma, Arial;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6, th {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 100%;
    font-weight: 300;
}

button, input, select, textarea {
    font-size: 100%;
}

a, img {
    -webkit-touch-callout: none
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none
}

input[type=password], input[type=text], textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

a {
    color: #333;
}

ul, ol {
    list-style: none;
}

:focus {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ======================================================   ↑通用样式   ====================================================== */

/* nav */

.nav {
    width: 100%;
    height: 7vh;
    /* height: 76px;  */
    background-color: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
    --themeColor: #014099
}

.nav .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-logo {
    margin-right: 120px;
    width: 154px;
    height: 46px;
    /*background: url(../images/logo.png);*/
}
.nav-logo img{
    width: 154px;
    height: 46px;
}

.nav-middle-text {
    height: 100%;
}

.nav-middle-text>li {
    float: left;
    height: 100%;
    line-height: 7vh;
    /* line-height: 80px; */
}

.nav-middle-text>li>a {
    padding: 0 15px;
    position: relative;
    font-size: 16px;
    border-right: 1px solid #ddd;
}

.nav-middle-text>li>a::before {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    content: '';
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #014099;
}

.nav-middle-text>li>a:hover {
    transition: all .3s;
    color: #014099;
}

.nav-middle-text>.current>a::before {
    display: block;
}

.nav-middle-text>.current>a {
    color: #014099;
}

.nav-none-box1 {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
}

.nav-none {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-none li a {
    padding: 0 14px;
    color: #fff;
}

.nav-right-text {
    margin-left: 24px;
    position: relative;
    width: 115px;
    /*width: 156px;
    height: 100%;*/
    display: flex;
    justify-content: space-between;
    /*line-height: 66px;*/
    font-size: 14px;
}

.nav-right-text i {
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.nav-right-text i:hover {
    color: var(--themeColor);
}

#company:hover {
    transition: all .3s;
    color: #014099;
}

#company {
    cursor: pointer;
}

.nav-right-text .company-box {
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 999;
    display: none;
    width: 260px;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

.company-box ul li {
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    text-align: left;
}

.company-box ul li a:hover {
    color: #014099;
}

.search-box {
    display: none;
    position: absolute;
    left: 550px;
    padding-top: 18px;
    width: 780px;
    height: 76px;
    background-color: #fff;
    box-sizing: border-box;
}

.search-content {
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 550px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 16px;
}

.search-box input {
    width: 7%;
    height: 40px;
    border: 1px solid #eee;
    border: none;
    background: none;
    font-size: 16px;
}

.search-box i {
    font-size: 24px;
    color: #666;
    cursor: pointer;
}

.close {
    margin-left: 40px;
    line-height: 1.6;
}

.menu {
    display: none;
}

.container2 {
    width: 1130px;
    margin: 0 auto;
}

/* banner */

.banner {
    position: relative;
    width: 100%;
    height: 52vh;
    /* height: 700px; */
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-pagination-bullet {
    background-color: #fff !important
}

.swiper-button-prev, .swiper-button-next {
    color: #fff !important;
}

.swiper-container {
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

/* nav-menu框 */

.hidenavbox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    /* height: 100%; */
    z-index: 111;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.hidenavrightbox {
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem;
    /* transform: translateX(4rem); */
}

.hiderightboxtitle {
    height: 0.9rem;
    width: 100%;
    padding: 0 0.35rem;
    background: #3c3c3c;
    box-sizing: border-box;
}

.hidenavlistbox {
    width: 100%;
    background: #fff;
    padding: 0.2rem 0.35rem;
    height: calc(100vh - 0.9rem);
    box-sizing: border-box;
}

.hidetitletext {
    font-size: 0.44rem;
    color: #fff;
    line-height: 0.9rem;
    /* display: inline-block; */
    float: left;
}

.icon-ego-close1 {
    line-height: 0.9rem;
    font-size: 0.44rem;
    color: #fff;
    float: left;
    margin-left: 2rem;
}

.hidenavlist {
    width: 100%;
}

.erweibox {
    width: 1.12rem;
}

.hidenavlist>li {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.45rem;
    border-bottom: 0.02rem solid #efefef;
}

.hidenavlist>li>a {
    color: #666666;
}

a {
    text-decoration: none;
    color: #000;
}

.hidelist2 {
    margin-bottom: 0.14rem;
}

.rexiaorightbox {
    display: none;
}

/* 底部 */

.footer {
    height: 4vh;
    /* height: 127px; */
}

.footer-left, .footer-right {
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-direction: column; */
    /* width: 50%; */
    height: 100%;
}

.footer-right {
    float: right;
    text-align: right;
}

.footer-left h2 {
    font-size: 12px;
    color: #93988d;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 8px;
}

.footer-right li {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #eee;
    float: left;
}

.footer-right li a {
    font-size: 12px;
    color: #014099;
}

.footer2 {
    display: none;
}

@media screen and (max-width:1200px) {
    .container {
        width: 960px;
    }
    .nav-logo {
        margin-right: 0.45rem;
        margin-left: 0.2rem;
        width: 1.66rem;
        height: auto;
        /*background: url(../images/logo.png) no-repeat center;
        background-size: 100%;*/
    }
    .nav-logo img{
        width: auto;
        height: 0.65rem;
    }
    .nav-middle-text>li>a {
        padding: 0 0.12rem;
        position: relative;
        font-size: 0.12rem;
        border-right: 1px solid #ddd;
    }
    .nav-right-text {
        margin-left: 0.25rem;
        position: relative;
        width: 1.1rem;
        /*width: 1.4rem;
        height: 100%;*/
        display: flex;
        justify-content: space-between;
        /*line-height: 66px;*/
        font-size: 0.12rem;
    }
    .search-box {
        display: none;
        position: absolute;
        left: 5.5rem;
        padding-top: 18px;
        width: 7.5rem;
        height: 76px;
        background-color: #fff;
        box-sizing: border-box;
    }
    .search-content {
        float: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 5rem;
        height: 40px;
        border: 1px solid #eee;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 0 16px;
    }
    .container2 {
        width: 9.3rem;
    }
    .close {
        margin-left: 0.2rem;
        line-height: 1.6;
    }
}

@media (max-width:860px) {
    .menu {
        /* width: 100px; */
        /* height: 0.5rem; */
        display: block;
        margin-right: 0.2rem;
    }
    .nav-middle-text {
        display: none;
    }
    .nav-right-text {
        display: none;
    }
    .container {
        width: 100%;
        padding: 0 0.3rem;
        box-sizing: border-box;
    }
    .nav .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu>span {
        padding: 0 0.13rem;
        font-size: 0.4rem;
        color: #e60012;
    }
    .container2 {
        width: 100%;
        margin: 0 auto;
    }
    .rexiaorightbox .swiper-button-prev, .rexiaorightbox .swiper-button-next {
        color: #333 !important;
    }
    .rexiaorightbox .swiper-button-prev:hover, .rexiaorightbox .swiper-button-next:hover {
        color: #e60012 !important;
    }
    /* nav-menu框 */
    .hidenavrightbox {
        width: 100%;
    }
    .hiderightboxtitle {
        height: 1.2rem;
        box-sizing: border-box;
    }
    .hidenavlistbox {
        height: calc(100vh - 1.2rem);
    }
    .hidetitletext {
        line-height: 1.2rem;
    }
    .icon-ego-close1 {
        line-height: 1.2rem;
        margin-left: 0rem;
        float: right;
    }
    .hidenavlist>li {
        font-size: 0.35rem;
        line-height: 0.8rem;
    }
    .hidenavlist>li>a {
        font-size: 0.35rem;
    }
    .icon-arrow-right {
        display: inline-block;
        font-size: 0.3rem;
        line-height: 0.5rem;
        position: relative;
        top: 0.14rem;
        float: right;
    }
    .hidelist2 {
        display: none;
    }
    .hidelist2>li {
        font-size: 0.3rem;
        line-height: 0.7rem;
    }
    .hidelist2>li>a {
        font-size: 0.3rem;
    }
    .ueditor_baidumap{
        border-right: 1px solid rgb(204, 204, 204);
    }
    .banner {
        height: 40vh;
    }
    /* 底部 */
    .f1 {
        display: none;
    }
    .footer2 {
        display: block;
        margin: 20rx 0;
    }
    /* .footer2 .footer-right {
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: 0 auto;
    } */
    .footer2 .footer-right {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-around;
        color: #ccc;
        /* margin: 0 auto; */
    }
    .footer2 .footer-left {
        width: 88%;
        margin: 0 auto 0.25rem;
        float: none;
    }
    .project>ul {
        display: none;
    }
    .footer-right li {
        padding: 0;
        height: 36px;
        line-height: 36px;
        border-right: none;
        float: left;
    }
}