p {
    margin-block-start: 0;
    margin-block-end: 0;
}
.headroom {
    z-index: 10000 !important;
}
.header {
    width: 100%;
    height: 87px;
    display: flex;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.17);
}
.header .logo {
    width: 176px;
}
.header .logo img {
    width: 100%;
}
.header .nav-wrap {
    display: flex;
    align-items: center;
}
.header .nav-wrap .nav-box {
    display: flex;
}
.header .nav-wrap .nav-box .item {
    margin-right: 38px;
    line-height: 87px;
    font-size: 18px;
    font-family: PingFang;
    font-weight: bold;
    color: #333333;
    position: relative;
}
.header .nav-wrap .nav-box .item .down-menu {
    display: none;
    position: absolute;
    z-index: 100000;
    background-color: #fff;
    width: max-content;
    padding: 0 20px;
    top: 90px;
}
.header .nav-wrap .nav-box .item .down-menu p {
    line-height: 50px;
}
.header .nav-wrap .nav-box .item .down-menu p a:hover {
    color: #ea5413;
}
.header .nav-wrap .nav-box .item:hover .down-menu {
    display: block;
}
.header .nav-wrap .nav-box .active {
    color: #ea5413;
    border-bottom: 5px solid;
}
.header .nav-wrap .icon-box {
    display: flex;
    justify-items: center;
    align-items: center;
}
.header .nav-wrap .icon-box .search:hover {
    cursor: pointer;
}

.header .nav-wrap .icon-box img {
    width: 20px;
    margin-right: 20px;
}
.header .nav-wrap .icon-box .inquiry {
    width: 190px;
    line-height: 50px;
    height: 50px;
    background: #ea5413;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang;
    font-weight: bold;
    color: #ffffff;
}
.activea {
    color: #ea5413;
    border-bottom: 3px solid #ea5413;
    line-height: 87px;
    display: inline-block;
    vertical-align: super;
}
#suspension-form-box {
    position: fixed;
    width: 360px;
    bottom: 0px;
    margin: auto;
    z-index: 1500;
    background-color: #ea5413;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#suspension-form-box .suspension-form-top h2 {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    padding-bottom: 10px;
    color: #fefefe;
    display: inline-block;
    vertical-align: middle;
    font-family: "Anton", sans-serif;
    padding-left: 8px;
    margin: 0px;
}
#suspension-form-box .suspension-form-top .icon-youxiang1 {
    font-size: 22px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin: 0px;
}
#suspension-form-box .closeFormBtn {
    margin-bottom: -40px;
    width: 30px;
    height: 30px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: auto;
}
#suspension-form-box .suspension-form-top {
    margin: 40px 0 10px 0;
    text-align: center;
    color: #fefefe;
}
#suspension-form-box .suspension-form-top {
    margin: 30px 0 10px 0;
    text-align: center;
}
#suspension-form-box .suspension-form-top .title {
    font-size: 0;
    padding: 10px;
}
#suspension-form-box .suspension-form-conter {
    text-align: center;
    margin-top: 14px;
    border: 3px solid #ea5413;
    border-top: none;
    background-color: #fff;
    width: 100%;
    padding: 20px 28px;
}
#suspension-form-box .suspension-form-conter input {
    display: block;
    width: 100%;
    display: block;
    height: 40px;
    background: #eeeeee;
    border: none;
    outline: inherit;
    font-weight: 500;
    padding: 0 8px 0 24px;
    font-size: 14px;
    margin-bottom: 10px;
}
#suspension-form-box .suspension-form-conter textarea {
    height: 120px;
    width: 100%;
    display: block;
    background: #eeeeee;
    border: none;
    outline: inherit;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 500;
    resize: none;
}
#suspension-form-box .suspension-form-conter button {
    display: block;
    width: 100%;
    line-height: 40px;
    background: #666;
    color: #fefefe;
    border: none;
    margin-top: 10px;
    font-size: 16px;
    outline: inherit;
}

/* 搜索 */

.header_search_box {
    position: fixed;
    z-index: 1000;
    display: none;
    top: 86px;
    background-color: #fff;
    left: 0;
    text-align: center;
    height: 0;
    font-size: 0;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ccc;
}
.header_search_box .black-overlay {
    height: 800px;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
}
.header_search_box_width {
    overflow: hidden;
    display: inline-block;
    text-align: center;
    padding-bottom: 130px;
    padding-top: 180px;
    position: relative;
}
.search_box .search,
.search_box .submit_btn {
    float: left;
}
.search_box .search {
    height: 48px;
    border-bottom: 1px solid #333333;
    width: 636px;
    overflow: hidden;
}
.search_box .search .icon {
    font-size: 24px;
    float: left;
    line-height: 48px;
    text-align: center;
    width: 48px;
    color: #808080;
}
.search_box .search .icon::before {
    vertical-align: middle;
}
.search_box .search input {
    float: left;
    width: calc(100% - 48px);
    font-size: 16px;
    height: 100%;
    border: none;
    outline: inherit;
}
.search_box .submit_btn {
    width: 128px;
    height: 48px;
    border-radius: 4px;
    background: #ea5413;
    color: #ededed;
    margin-left: 18px;
    outline: inherit;
    border: none;
    font-size: 16px;
}

/* 搜索结束 */
@media (min-width: 1200px) and (max-width: 1700px) {
    .header .nav-wrap .nav-box .item {
        margin-right: 30px;
    }
    .header .logo {
        width: 140px;
    }
}
@media (min-width: 0px) and (max-width: 1200px) {
    .header .logo {
        width: 130px;
    }
    .header .nav-wrap .nav-box .item {
        margin-right: 10px;
    }
    .index .s1 .title-wrap .bg_color {
        height: 77px;
    }
}
@media (min-width: 0px) and (max-width: 1000px) {
    .pcShow {
        display: none !important;
    }
    .mobileShow {
        display: block !important;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .header {
        height: 70px;
        padding: 0 15px;
    }
    .icon-wrap {
        display: flex;
    }
    .icon-wrap img {
        width: 24px;
    }
    .icon-san {
        margin-left: 15px;
        width: 26px;
        height: 14px;
        border-top: 3px #999 solid;
        border-bottom: 3px #999 solid;
    }
    .icon-san::after {
        content: "";
        margin-top: 20px;
        height: 3px;
        display: block;
        width: 100%;
        background: #999;
    }
    .pcShow {
        display: none !important;
    }
    .mobileShow {
        display: block !important;
    }
    .header .header1 {
        height: 60px;
    }
    .header .logo-wrap .logo img {
        height: 50px;
    }
    .header .header-top .top-wrap .left {
        width: 70%;
    }
    .header .header-top .top-wrap {
        width: 80%;
        margin-left: 25%;
    }
    .header .logo-wrap .right-content {
        display: none;
    }
    .header .logo-wrap .logo {
        margin-top: 2%;
    }
    .down-menu {
        background-color: rgba(255, 255, 255, 0.2);
        width: 125px;
        bottom: -29px;
        color: #fff;
    }
    .fa-bars {
        font-size: 24px;
        line-height: 70px;
        margin-left: 10px;
    }
    .fa-search {
        font-size: 22px;
    }
    .menus {
        box-sizing: border-box;
        position: fixed;
        z-index: 99;
        background: #fff;
        width: 50%;
        height: 600px;
        overflow: hidden;
        left: 50%;
        display: none;
        padding: 1%;
        color: #666;
        margin: 0;
        overflow: auto;
        border-top: 1px solid #f1f1f1;
        box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.1);
    }
    .menus .has {
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        position: relative;
    }
    .menus .has a {
        font-size: 16px;
        font-weight: 500;
        color: #666;
        text-transform: uppercase;
        line-height: 50px;
        padding-left: 5%;
    }
    .menus .has i {
        float: right;
        padding-top: 4%;
        padding-left: 2%;
        width: 30px;
        height: 45px;
    }
    li {
        list-style-type: none !important;
    }
    .do-menu {
        margin-bottom: 0;
        border-top: 1px solid #f1f1f1;
        background: #f3f3f3;
        padding-left: 8%;
        display: none;
    }
    .header_search_box {
        top: 70px;
    }
    .header_search_box_width {
        width: 60%;
    }
    .search_box .search {
        width: 60%;
    }
    .header .header1 .nav-wrap .logo {
        line-height: 60px;
    }
    .header .header1 .nav-wrap .logo img {
        height: 40px;
    }
    .header .header1 .nav-wrap .lan-wrap .lang {
        width: 90%;
    }
    .header .header1 .nav-wrap .lan-wrap .lang .lan-btn {
        width: 125px;
        border: 1px solid #9b9ba2;
    }
    .header .header1 .nav-wrap .logo {
        width: 8%;
    }
    #button {
        padding-left: 10px;
    }
    .header .header1 .nav-wrap .lan-wrap .lang .lan-btn .icon-diqiu {
        padding-right: 4px;
        font-size: 12px;
    }
    .header .header1 .nav-wrap .lan-wrap .lang .lan-btn .icon-xiahua1 {
        padding-left: 4px;
    }
}
@media (min-width: 0px) and (max-width: 767px) {
    .pcShow {
        display: none !important;
    }
    .mobileShow {
        display: block !important;
    }
    .menus {
        width: 100%;
        left: 0;
        top: 60px;
        padding-bottom: 50px;
    }
    .header_search_box {
        top: 70px;
        height: 500px !important;
    }
    .header_search_box_width {
        padding: 3%;
        padding-top: 18%;
    }
    .header_search_box_width {
        width: 100%;
    }
    .search_box .search {
        width: 70%;
    }
    .search_box .submit_btn {
        width: 80px;
    }
    .quick_links_box {
        width: 100%;
    }
    .header .header1 .nav-wrap .lan-wrap .lang .lan-btn .Lan {
        font-size: 12px;
    }
    .header .header1 .nav-wrap {
        width: 100%;
        padding: 0 20px;
    }
    .header .header1 .nav-wrap .lan-wrap {
        width: 51%;
        text-align: right;
        position: absolute;
        right: 10%;
        top: 30%;
    }
    .header .header1 .nav-wrap .lan-wrap .lang .lan-btn {
        line-height: 25px;
        height: 25px;
    }
    .header .header1 .nav-wrap .logo {
        width: 50px;
    }
    .header .header1 .nav-wrap .lan-wrap .lang {
        border: unset;
        display: none !important;
    }
    .close_search {
        line-height: 1;
    }
    .quick_links_box a,
    .quick_links_tit,
    .close_search p,
    .search_box .submit_btn {
        font-size: 15px !important;
    }
}
@media (min-width: 0px) and (max-width: 340px) {
    .header .header1 .nav-wrap .lan-wrap {
        padding-left: 20%;
    }
}
