.header {
    position: absolute
}

.header .header1 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 164px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1)
}

.nav-top {
    color: #fff;
    clear: both;
    height: 50px;
    padding-top: 18px
}

.nav-top .left {
    float: left
}

.nav-top .left .tel {
    font-size: 18px;
    margin-right: 40px
}

.header .header1 .nav-wrap .nav-wrap .nav-list .nav-item .navli::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: 123;
    background: #1565C0;
    transition: width .4s;
}

.header .header1 .nav-wrap .nav-wrap .nav-list .nav-item .navli:hover::after {
    width: 100%;
    transition: width .4s;
}

.nav-top .left .share {
    margin: 0 18px
}

.nav-top .right {
    float: right;
    width: 320px;
    font-size: 0
}

.nav-top .right span img {
    margin-right: 3px
}

.nav-top .right .item {
    display: inline-block;
    width: 33.33%;
    font-size: 18px;
    position: relative
}

.nav-top .right .line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #fff;
    opacity: 0.2;
    right: 0px;
    top: 3px;
}

.nav-top .right .lan-btn {
    text-align: center
}

.nav-top .right .search {
    text-align: right
}

.nav-top .right .search:hover {
    cursor: pointer;
}

.header .header1 .nav-wrap {
    font-size: 0;
    clear: both
}

.header .header1 .nav-wrap .logo {
    width: 25%;
    line-height: 114px;
    float: left;
    display: inline-block
}

.header .header1 .nav-wrap .logo .logoimg2 {
    display: none
}

.header .header1 .nav-wrap .nav-wrap {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    text-align: right
}

.header .header1 .nav-wrap .nav-wrap .nav-list {
    font-size: 0;
    display: inline-block;
    margin-bottom: 0;
    line-height: 114px;
    width: 100%;
    height: 114px
}

.header .header1 .nav-wrap .lan-wrap .search .search-icon .ser {
    font-size: 14px
}

.header .header1 .nav-wrap .nav-wrap .nav-list .nav-item {
    display: inline-block;
    color: #333;
    font-size: 17px;
    margin-left: 3.5%;
    text-transform: uppercase;
    position: relative;
}

#lanDownMenu {
    top: 30px !important;
    z-index: 100 !important;
    width: 100px !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: #333 !important;
    position: absolute;
    left: 0;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.lan-btn:hover {
    cursor: pointer;
}

/* 二级导航 */
.header .header1 .nav-wrap .nav-wrap .nav-list .nav-item .down-menu {
    position: absolute;
    width: 200px;
    left: 0;
    z-index: -1;
    top: 100%;
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.header .header1 .nav-wrap .nav-list .nav-item .down-menu .menup li {
    text-align: left;
    list-style-type: none;
    margin-right: 5%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 42px;
    padding-left: 20px;
    width: 100%;
    transition: all .4s;
    text-transform: none;
}

#lanDownMenu p:hover {
    transition: all .2s;
    background-color: #1565c0;
    color: #fff !important;
}

.header .header1 .nav-wrap .nav-list .nav-item .down-menu .menup li:hover {
    padding-left: 30px;
    transition: all .4s;
    background-color: #1565c0;
}

.header .header1 .nav-wrap .nav-list .nav-item .down-menu .menup li:hover a {
    color: #fff !important;
    transition: all .4s
}

.header .header1 .nav-wrap .nav-list .nav-item .down-menu .menup li a {
    font-weight: 500
}


.header .header1 .nav-wrap .nav-wrap .nav-list .nav-item:hover .down-menu {
    display: block
}


/* 导航变化 二级导航 */
.Active .nav-wrap .nav-wrap .nav-list .nav-item .down-menu {
    top: 100% !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.Active .nav-wrap .nav-list .nav-item .down-menu .menup li {
    color: #212121 !important;
}

/* end */

.header .header1 .nav-wrap .nav-wrap .nav-list .nav-item a {
    color: #fff;
    text-decoration: none
}

.header .header1 .nav-wrap .lan-wrap {
    display: inline-block;
    width: 14%;
    font-size: 0;
    color: #b3b3b3;
    vertical-align: middle
}

.header .header1 .nav-wrap .lan-wrap .lang {
    width: 55%;
    display: inline-block !important
}

.header .header1 .nav-wrap .lan-wrap .lang .lan-btn {
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    text-align: center
}

.header .header1 .nav-wrap .lan-wrap .lang .lan-btn .icon-diqiu {
    padding-right: 5%
}

.header .header1 .nav-wrap .lan-wrap .lang .lan-btn .Lan {
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Roboto"
}

.header .header1 .nav-wrap .lan-wrap .lang .lan-btn .icon-xiahua1 {
    font-size: 10px
}

.header .header1 .nav-wrap .lan-wrap .lang .lan-btn .down-menu {
    width: 155px;
    position: absolute;
    bottom: -1.5px;
    border: 1px solid #f1f1f1;
    border-top: 1px solid #f5f5f5;
    display: none;
    color: #333;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #FFF;
    z-index: 10000
}

.header .header1 .nav-wrap .lan-wrap .lang .lan-btn .down-menu p a {
    font-size: 14px
}

.header .header1 .nav-wrap .lan-wrap .lang .lan-btn:hover .down-menu {
    display: block
}

.header .header1 .nav-wrap .lan-wrap .search {
    width: 45%;
    display: inline-block
}

.header .header1 .nav-wrap .lan-wrap .search .search-icon {
    margin-right: 0px;
    text-align: right;
    font-size: 14px;
    padding-right: 0
}

.header .header1 .nav-wrap .lan-wrap .lang .lan-btn img {
    padding-right: 2%
}

.header .header1 .nav-wrap .lan-wrap .search .search-icon .icon-sousuo {
    font-size: 18px
}

.Active {
    transition: 0.3s;
    height: 60px !important;
    position: fixed !important;
    background-color: #fff !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    border-bottom: unset !important
}

.Active .nav-top {
    display: none
}

.Active .logoimg {
    width: 50%
}

.Active .nav-wrap .logo {
    line-height: 60px !important
}

.Active .nav-wrap .nav-list {
    line-height: 60px !important;
    height: 60px !important
}

.Active a {
    color: #333 !important;
    /* font-weight: 600 */
}

.Active .nav-wrap .nav-list .nav-item .activea {
    padding-bottom: 19px !important
}

.Active1 {
    background-color: #fff !important
}

.Active1 a {
    color: #333 !important;
    font-weight: 600
}

.Active1 .nav-wrap .lan-wrap {
    color: #333 !important;
    font-weight: 600
}

.Active1 .searchIconInHead {
    color: #333 !important
}

.Active1 .nav-item:hover a {
    color: #1565C0 !important
}

.Active1 .nav-item:hover .down-menu a {
    color: #333 !important
}

.Active1 .nav-item .down-menu li:hover a {
    color: #1565C0 !important
}

.header .nav-wrap .nav-list .nav-item .activea {
    border-bottom: 3px solid #1565C0;
    padding-bottom: 45px
}

.header .nav-wrap .nav-list .nav-item:hover .down-menu {
    display: block
}

.header_search_box {
    position: fixed;
    z-index: 1000;
    display: none;
    top: 110px;
    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 */
.show-box {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

.show-box .search-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.show-box .search-wrapper .input-holder {
    overflow: hidden;
    height: 70px;
}

.show-box .search-wrapper .input-holder input {
    height: 70px;
    border: unset;
    width: 450px;
    padding-left: 20px;
    outline: none;
    color: #333;
}

.show-box .search-wrapper .input-holder p {
    position: relative;
    float: left;
}

.show-box .search-wrapper .input-holder .close-btn {
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    height: 50px;
    float: right;
    display: block;
    width: 50px;
    font-size: 18px;
    margin-top: 11px;
    margin-left: 5px;
    font-weight: 800;
}

.show-box .search-wrapper .input-holder .close-btn:hover {
    cursor: pointer;
}

.show-box .search-wrapper .search-input {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    color: #fff;
}

.show-box .search-wrapper input::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    padding-left: 20px;
}

.show-box .search-wrapper .search-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 50%;
    background: #fff;
    padding: 0px;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    float: right;
    cursor: pointer;
    border: unset;
}

.show-box .search-wrapper .search-icon i {
    color: #333;
    text-align: center;
    font-size: 20px;
}


.lang_box_p {
    height: 50px;
    padding: 0 10px;
}

/* 
.lang_box_p p.langs {
    height: 60px;
} */

.lang_box_p p.langs a {
    color: #333;
    font-size: 15px;
    margin-right: 0px;
    padding: 0 18px;
    display: inline-block;
    line-height: 1;
    border-right: 1px solid #ccc;
}

.lang_box_p p.langs a:last-child {
    border-right: unset;
}

.lang_box_p form {
    margin: 20px 0 0;
}

.lang_box_p form p {
    overflow: hidden;
    height: 50px;
}

.lang_box_p form p input {
    border: none;
    background: none;
    font-size: 16px;
    display: inline-block;
    height: 100%;
    padding-left: 20px;
    width: 84%;
    float: left;
    border: 1px solid #ccc;
}

.lang_box_p form p input::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
}

.lang_box_p form button {
    border: none;
    background: #1565C0;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    width: 16%;
    float: right;
    line-height: 50px;
}

@media (min-width: 1025px) and (max-width: 1700px) {
    .header .header1 .nav-wrap .lan-wrap {
        width: 17%
    }

    .nav-top .left .share {
        margin: 0 10px
    }

    .logoimg {
        width: 90%
    }
}

/* 1280  1366 1440 */
@media screen and (max-width: 1500px) and (min-width: 1200px) {

    .header .header1 {
        height: 140px;
    }

    .header .nav-wrap .nav-list .nav-item .activea {
        padding-bottom: 34px;
    }

    .header .header1 .nav-wrap .logo {
        line-height: 90px;
    }

    .header .header1 .nav-wrap .nav-wrap .nav-list {
        line-height: 90px;
        height: 90px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nav-top .left .share {
        margin: 0 10px
    }

    .logoimg {
        width: 90%
    }

    .header .header1 .nav-wrap .lan-wrap {
        width: 22%
    }

    .header .header1 {
        height: 120px
    }

    .nav-top {
        height: 40px;
        padding-top: 10px
    }

    .header .header1 .nav-wrap .logo {
        line-height: 80px
    }

    .header .header1 .nav-wrap .nav-wrap .nav-list {
        line-height: 80px;
        height: 80px
    }

    .header .nav-wrap .nav-list .nav-item .activea {
        padding-bottom: 28px
    }
}

@media (min-width: 0px) and (max-width: 768px) {
    .header .header1 {
        height: 60px;
        position: fixed;
        background: #fff
    }

    .pcShow {
        display: none !important
    }

    .mobileShow {
        display: block !important
    }

    .nav-top {
        display: none
    }

    .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%
    }

    .header .header1 .nav-wrap .lan-wrap .lang .lan-btn .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
    }

    .header .searchIconInHead {
        position: fixed;
        right: 5%;
        top: 10px;
        z-index: 100
    }

    .menus {
        position: fixed;
        z-index: 99;
        background: #fff;
        width: 50%;
        height: 600px;
        overflow: hidden;
        left: 50%;
        display: none;
        padding: 1%;
        color: #666;
        margin: 0;
        top: 60px;
        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;
        line-height: 50px;
    }

    .menus .has a {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        text-transform: uppercase;
        line-height: 50px;
        padding-left: 5%;

    }

    .menus .has i {
        float: right;
        width: 45px;
        height: 45px;
        position: relative;
    }

    li {
        list-style-type: none !important
    }

    .menus .has .do-menu {
        margin-bottom: 0;
        border-top: 1px solid #f1f1f1;
        background: #f3f3f3;
        padding-left: 8%;
        display: none
    }

    .header_search_box {
        top: 50px
    }

    .header_search_box_width {
        width: 60%
    }

    .search_box .search {
        width: 60%
    }

    .header .header1 .nav-wrap .logo {
        line-height: 60px
    }

    .header .searchIconInHead .icon-sousuo {
        font-size: 20px
    }

    .header .searchIconInHead #button .iconfont {
        font-size: 22px;
        font-weight: 600
    }

    .header .header1 .nav-wrap .lan-wrap .lang {
        width: 55%
    }

    .header .header1 .nav-wrap .lan-wrap .lang .lan-btn {
        width: 125px;
        border: 1px solid #9b9ba2
    }

    .header .header1 .nav-wrap .logo {
        width: unset
    }

    .header .header1 .nav-wrap .logo img {
        height: 40px;
        width: unset
    }

    #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
    }

    .header .searchIconInHead {
        top: 0;
        line-height: 60px
    }

    .header .header1 .nav-wrap .lan-wrap .lang .lan-btn {
        display: none
    }

    .Active .logoimg2,
    .Active1 .logoimg2 {
        padding-top: 17px;
        height: 46px !important
    }


    .fa-caret-down:before {
        content: "\f0d7";
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
}

@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 .header-wrap .header-body .searchIconInHead {
        top: 22px
    }

    .header_search_box {
        top: 50px
    }

    .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%
    }

    .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
    }

    .header .header1 .nav-wrap .container {
        padding: 0
    }

    .header .header1 .nav-wrap .logo img {
        height: 30px
    }

    .menus .has .rotate {
        transform: rotate(0deg);
        transition: 0.4s;
    }

    .menus .has i {
        transform: rotate(90deg);
    }

}

@media (min-width: 0px) and (max-width: 340px) {
    .header .header1 .nav-wrap .lan-wrap {
        padding-left: 20%
    }
}