
header.header1 {
    width: 100%;
    height: 5em;
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 99;
}

header.header1 .global-inner {
    z-index: 20;
}

header.header1 .head-logo {
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

header.header1 .head-logo img {
    height: 2.4em;
    display: block;
}

header.header1 .head-logo .logo2 {
    display: none;
}

header.header1 .header-box {
    width: 100%;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

header.header1 .head-right {
    width: 100%;
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

header.header1 .head-navlist {
    height: 100%;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 3.65em;
}

header.header1 .head-navlist .navitem::before {
    position: absolute;
    content: "";
    width: 0;
    height: 4px;
    display: block;
    background-color: #185aae;
    left: 20%;
    top: 77%;
    z-index: 1;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0 !important;
}

header.header1 .had-subnav {
    height: 100%;
    font-size: 0.9em;
    line-height: 1.55em;
    padding: 0 1.2em;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header.header1 .had-subnav.cur {
    color: rgba(255, 255, 255, 0.5);
}

header.header1 .had-subnav.activeD ::after {
    position: absolute;
    content: "";
    bottom: -112%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

header.header1 .head-navlist .navitem.active::before {
    width: 90%;
    opacity: 1;
}
header.header1:hover{background-color: transparent !important;}
.head-white header.header1:hover{background-color: #fff !important;}
header.header1 .navlv1 {
    position: relative;
    font-size: 1rem;
}

header.header1 .subnav-box {
    display: none;
    position: absolute;
    border-top: 4px solid #185aae;
    background-color: #fff;
    white-space: nowrap;
    font-size: 0.74em;
    line-height: 1.725rem;
    padding: 1.5em 1.1em;
    text-align: left;
    left: -15%;
    left: 24%;
    top: 82%;
    min-width: 6.7em;
    z-index: 120;
    color: #999999;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

header.header1 .subnav-box li {
    padding: 0.4em 0;
}

header.header1 .subnav-box li:first-child {
    padding-top: 0;
}

header.header1 .subnav-box li:last-child {
    padding-bottom: 0;
}

header.header1 .had-subnav:nth-child(4) .subnav-box {
    min-width: 9.17602em;
}

header.header1 .head-search {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 1.5em;
}

header.header1 .head-search a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.header1 .head-search img {
    width: 100%;
    height: 100%;
}

header.header1 .head-right-box {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
}

header.header1 .head-right-box .language a {
    cursor: context-menu;
}

header.header1 .head-search-1 {
    display: block;
}

header.header1 .head-search-2 {
    display: none;
}

header.header1 .head-search-3 {
    display: none;
}

.search-box {
    display: none;
    position: fixed;
    top: 4.5em;
    width: 100%;
    height: 7em;
    z-index: 10;
    background-color: #fff;
    border-top: 1px solid #333;
}

.search-box .global-inner {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-box .item {
    width: 50%;
    height: 2em;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #333;
}

.search-box input {
    width: 70%;
    font-size: 0.8em;
}

.search-box .box {
    width: 1.2em;
    height: 1.2em;
    margin-left: auto;
}

.search-box .box img {
    width: 100%;
    height: 100%;
}

@media (max-width: 991.98px) {
    .search-box {
        top: 1.2rem;
        height: 1.2rem;
    }
    .search-box .item {
        width: 80%;
    }
    .search-box input {
        font-size: 0.3rem;
    }
    .search-box .box {
        width: 0.3rem;
        height: 0.3rem;
    }
    .search-box .box img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991.98px) {
    header.header1 {
        width: 100%;
        height: 4rem;
        background: none center center;
        -o-background-size: cover;
        background-size: cover;
    }
    header.header1 .global-inner {
        width: 100%;
        display: -webkit-flex;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
    .head-menu_open {
        width: 1.44rem;
        height: 1.36rem;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        background: no-repeat center center;
        -o-background-size: contain;
        background-size: contain;
        background-image: url(../fonts/head-open.svg);
    }
    .head-menu_open .nav-menu1-gg {
        width: 100%;
        height: 100%;
    }
    .head-menu_open .nav-menu2 {
        display: none;
    }
    .open.head-menu_open {
        background-image: url(../fonts/head-close.svg);
    }
    .head-search1 {
        width: 0.42rem;
        height: 0.42rem;
        background: none center center;
        -o-background-size: cover;
        background-size: cover;
        background-image: url(../fonts/mob-head-search.svg);
    }
    header.header1 .head-search {
        margin-left: auto;
    }
    header.header1 .head-right {
        -moz-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        -webkit-justify-content: right;
    }
    header.header1 .language {
        margin: 0 0.47rem 0 0.37rem;
    }
}

.p-search .main-box {
    padding-top: 0;
}

@media (max-width: 991.98px) {
    header.header1 .language {
        position: relative;
        padding-right: 0.45rem;
    }
    header.header1 .language::before {
        position: absolute;
        content: "";
        right: 0;
        top: 50%;
        width: 1px;
        height: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #141414;
        opacity: 0.37;
    }
    .footer .global-inner {
        padding: 0 0.3rem !important;
    }
    header.header1 .header-box {
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.head-white header.header1 .had-subnav.cur {
    color: #185aae;
}

.head-white header.header1 {
    color: #333;
    background-color: #fff;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white header.header1 .head-logo .logo1 {
    display: none;
}

.head-white header.header1 .head-logo .logo2 {
    display: block;
}

.head-white header.header1 .head-search-1 {
    display: none;
}

.head-white header.header1 .head-search-3 {
    display: block;
}

.head-white .head-menu_open {
    background-image: url(../fonts/head-open-h.svg);
}

.head-white .head-search1 {
    background-image: url(../fonts/mob-head-search-h.svg);
}

.head-white .open.head-menu_open {
    background-image: url(../fonts/head-close-h.svg);
    -o-background-size: contain !important;
    background-size: contain !important;
}

.head-white1 header.header1 {
    color: #333;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white1 header.header1 .head-logo .logo1 {
    display: none;
}

.head-white1 header.header1 .head-logo .logo2 {
    display: block;
}

.head-white1 .head-menu_open {
    background-image: url(../fonts/head-open-h.svg);
}

.head-white1 .head-search1 {
    background-image: url(../fonts/mob-head-search-h.svg);
}

.head-white1 .open.head-menu_open {
    background-image: url(../fonts/head-close-h.svg);
}

.head-white1 .head-search-1 {
    display: none;
}

.head-white1 .head-search-2 {
    display: block;
}

.head-white1 .head-search-3 {
    display: none !important;
}

.head-white-s header.header1 {
    color: #333;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-s header.header1 .head-logo .logo1 {
    display: none;
}

.head-white-s header.header1 .head-logo .logo2 {
    display: block;
}

.head-white-s .head-menu_open {
    background-image: url(../fonts/head-open-h.svg);
}

.head-white-s .head-search1 {
    background-image: url(../fonts/mob-head-search-h.svg);
}

.head-white-s .open.head-menu_open {
    background-image: url(../fonts/head-close-h.svg);
}

.head-white-c header.header1 {
    color: #333;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-c header.header1 .head-logo .logo1 {
    display: none;
}

.head-white-c header.header1 .head-logo .logo2 {
    display: block;
}

.head-white-c .head-menu_open {
    background-image: url(../fonts/head-open-h.svg);
}

.head-white-c .head-search1 {
    background-image: url(../fonts/mob-head-search-h.svg);
}

.head-white-c .open.head-menu_open {
    background-image: url(../fonts/head-close-h.svg);
}

.head-white-c .head-search-1 {
    display: none;
}

.head-white-c .head-search-3 {
    display: block;
}

.head-white-imp header.header1 {
    color: #333;
    background-color: #fff;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
}

.head-white-imp header.header1 .head-logo .logo1 {
    display: none;
}

.head-white-imp header.header1 .head-logo .logo2 {
    display: block;
}

.head-white-imp header.header1 .head-search-1 {
    display: none;
}

.head-white-imp header.header1 .head-search-3 {
    display: block;
}

.head-white-imp .head-menu_open {
    background-image: url(../fonts/head-open-h.svg);
}

.head-white-imp .head-search1 {
    background-image: url(../fonts/mob-head-search-h.svg);
}

.head-white-imp .open.head-menu_open {
    background-image: url(../fonts/head-close-h.svg);
}
.industry-menu {
    opacity: 0;
    position: fixed;
    top: 5em;
    left: 0;
    width: 100%;
    height: 9em;
    background: #fff;
    z-index: 99;
    z-index: -2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.industry-menu .industry-menu-box {
    height: 100%;
}

.industry-menu .industry-menu-list {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.industry-menu .industry-menu-item {
    position: relative;
    width: 7.9em;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.industry-menu .industry-menu-item::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 3.3em;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.industry-menu .industry-menu-item:first-child::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 3.3em;
    background: #dddcdc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.industry-menu .industry-menu-item .box {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.industry-menu .industry-menu-icon {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.8em;
}

.industry-menu .industry-menu-icon img {
    width: 100%;
    height: 100%;
    max-height: 1.75em;
    -o-object-fit: contain;
    object-fit: contain;
}

.industry-menu .industry-menu-icon .img1 {
    display: block;
}

.industry-menu .industry-menu-icon .img2 {
    display: none;
}

.industry-menu .industry-menu-tit {
    font-size: 0.8em;
    width: 5rem;
    line-height: 1.2;
    text-align: center;
    color: #373f41;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .industry-menu .industry-menu-item {
        width: 9.17em;
    }
}

@media (min-width: 991.98px) and (max-width: 1200px) {
    .industry-menu .global-inner {
        width: 100%;
        max-width: none;
    }
    .industry-menu .industry-menu-item {
        width: 9.375em;
    }
    .industry-menu .industry-menu-item:last-child::before {
        display: none;
    }
    .industry-menu .industry-menu-item:first-child::after {
        display: none;
    }
}

@media (min-width: 991.98px) {
    .industry-menu .industry-menu-item .box:hover {
        background-color: #185aae;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .industry-menu .industry-menu-item .box:hover .img1 {
        display: none;
    }
    .industry-menu .industry-menu-item .box:hover .img2 {
        display: block;
    }
    .industry-menu .industry-menu-item .box:hover .industry-menu-tit {
        color: #fff;
    }
    .industry-menu-block .industry-menu {
        opacity: 1;
        z-index: 99;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (max-width: 991.98px) {
    .p-data .modal.fade .modal-dialog,
    .p-industrydel .modal.fade .modal-dialog {
        scale: 0.9;
        -webkit-transform-origin: 0.01rem 0.2rem;
        -moz-transform-origin: 0.01rem 0.2rem;
        -ms-transform-origin: 0.01rem 0.2rem;
        -o-transform-origin: 0.01rem 0.2rem;
        transform-origin: 0.01rem 0.2rem;
    }
    .industry-menu-mob {
        /* 自定义下拉框 */
    }
    .industry-menu-mob .byted-select-wrapper {
        width: 100%;
        position: relative;
        z-index: 10;
    }
    .industry-menu-mob .byted-select-wrapper.is-open {
        z-index: 50;
    }
    .industry-menu-mob .byted-select-wrapper.is-open .byted-select-arrow .bi {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .industry-menu-mob .byted-select {
        width: 100%;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    .industry-menu-mob .byted-select-input {
        font-size: 0.7rem;
        line-height: 2rem;
        height: -webkit-calc(2rem + 2px);
        height: -moz-calc(2rem + 2px);
        height: calc(2rem + 2px);
        border: solid 1px #cbcdd1;
        overflow: hidden;
        width: 100%;
        color: #333;
        background-color: #fff;
        padding: 0 2rem 0 1rem;
    }
    .industry-menu-mob .byted-select-arrow {
        position: absolute;
        right: 1rem;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 20;
        color: #333;
    }
    .industry-menu-mob .byted-select-arrow .bi {
        width: 12px;
        height: 12px;
        display: block;
    }
    .industry-menu-mob .byted-popover-wrapper {
        width: 100%;
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        top: 99%;
        background-color: #fff;
        border: solid 1px #cbcdd1;
        z-index: 20;
        padding: 0.6rem 0 1.25rem;
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
    }
    .industry-menu-mob .byted-option-list {
        font-size: 0.7rem;
        line-height: 1.2rem;
        color: #222;
    }
    .industry-menu-mob .byted-option-list li {
        padding: 0.3rem 1rem;
        cursor: pointer;
    }
}

@media screen and (max-width: 991.98px) and (min-width: 992px) {
    .industry-menu-mob .byted-select-wrapper.is-open .byted-popover-wrapper {
        border-top-color: #fff;
    }
    .industry-menu-mob .byted-option-list li:hover {
        color: #0376dc;
    }
}

@media screen and (max-width: 991.98px) and (max-width: 991.98px) {
    .industry-menu-mob .byted-select-input {
        font-size: 0.28rem;
        height: 1rem;
        padding: 0 0.5rem 0 0.5rem;
        line-height: 1rem;
        border: 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .industry-menu-mob .byted-select-arrow {
        right: 0.5rem;
    }
    .industry-menu-mob .byted-select-arrow .bi {
        width: 0.24rem;
        height: 0.24rem;
        color: #185aae;
    }
    .industry-menu-mob .byted-popover-wrapper {
        padding: 0.2rem 0.5rem 0.1rem 0.5rem;
        background-color: #fff !important;
        border-color: transparent;
    }
    .industry-menu-mob .byted-option-list {
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .industry-menu-mob .byted-option-list li {
        padding: 0.15rem 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .industry-menu-mob .byted-option-list li:last-child {
        border-bottom: 0;
    }
    .industry-menu-mob .byted-option-list li:first-child {
        padding-top: 0.05rem;
    }
}

@media (max-width: 991.98px) {
    header.header1 {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .industry-menu-mob {
        position: fixed;
        top: 1.2rem;
        left: 0;
        width: 100%;
        z-index: 50;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .industry-menu-top header.header1 {
        -webkit-transform: translateY(-1.2rem);
        -moz-transform: translateY(-1.2rem);
        -ms-transform: translateY(-1.2rem);
        -o-transform: translateY(-1.2rem);
        transform: translateY(-1.2rem);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
    .industry-menu-top .industry-menu-mob {
        -webkit-transform: translateY(-1.2rem);
        -moz-transform: translateY(-1.2rem);
        -ms-transform: translateY(-1.2rem);
        -o-transform: translateY(-1.2rem);
        transform: translateY(-1.2rem);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
    }
}

.open-form .form-pop {
    display: block;
}

.video-js .vjs-big-play-button {
    display: none !important;
}

@media (min-width: 991.98px) {
    .pop-search {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        width: 21.5em;
        height: 2.1em;
        background-color: #ffffff;
        border-radius: 21px;
        border: 1px solid transparent;
    }
    .pop-search .pop-search-box {
        width: 100%;
        height: 100%;
        padding: 0.45em 1em 0.55em;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .pop-search .pop-search-left {
        width: 80%;
    }
    .pop-search .pop-search-input {
        width: 100%;
        font-size: 0.7em;
        color: #141414;
        border: 0;
    }
    .pop-search .pop-search-input::-webkit-input-placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-input:-moz-placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-input::-moz-placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-input:-ms-input-placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-input::placeholder {
        color: #a0a0a0;
    }
    .pop-search .pop-search-right {
        width: 1em;
        height: 1rem;
        display:flex;
        align-items:center;
        /*margin-bottom: 3px;*/
    }
    .pop-search .pop-search-right img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .head-white-s .pop-search {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .head-white-s header.header1 {
        color: #fff;
        background: transparent;
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0);
    }
    .head-white-s.head-white1 .header.header1 {
        background: #fff;
    }
    .head-white-s.head-white1 .pop-search {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        border: 1px solid transparent;
    }
    .head-white-s.head-white1 .gg-search,
    .head-white-s.head-white1 .language {
        display: none;
    }
    .head-white-s.head-white1 .header.header1 {
        color: #fff;
        background: transparent;
    }
    .head-white-s.head-white1 .pop-search {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
    }
    .head-white-s.head-white1 .gg-search,
    .head-white-s.head-white1 .language {
        display: none;
    }
    .head-white-s.head-white1.head-white .header.header1 {
        color: #333;
        background: #fff;
        box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.06);
    }
    .head-white-s.head-white1.head-white .pop-search {
        border: 1px solid #185aae;
    }
}

.ph-nav-box {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    right: 0;
    top: 4rem;
    /*background: rgba(0,0,0,.3);*/
    opacity: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ph-nav-box.on {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
}

.ph-nav-box .ph-nav-pop {
    border-top: 1px solid #e9edf1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    background-color: #f8f8f8;
    z-index: 10;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding-bottom: 1.1rem;
}

.nav-main {
    height: 100%;
    overflow: hidden;
}

.nav-main ul {
    background-color: #f8f8f8;
    padding: 0.1rem 0 0.65rem;
}

.nav-main em {
    float: right;
    width: 30%;
    height: 0.6rem;
    width: 2.3rem;
    margin-top: 0.06rem;
    position: relative;
    float: right;
    width: 30%;
    height: 0.6rem;
    width: 2.3rem;
    margin-top: 0.06rem;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

.nav-main em:before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 1.4rem;
    height: 1.25rem;
    background: no-repeat center center;
    background-image: url(../images/arrow-down.png);
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}

.bgCode {
    padding: 0.14rem;
    background-color: #fff;
    display: inline-block;
}

.nav-main .on em:before {
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.nav-main .on em:after {
    display: none;
}

.nav-main .lv4pop .lv1 em,
.nav-main .lv4pop .lv2 em,
.nav-main .lv4pop .lv3 em,
.nav-main .lv3pop .lv1 em,
.nav-main .lv3pop .lv2 em,
.nav-main .lv2pop .lv1 em {
    display: block;
}

.nav-main .lv2box,
.nav-main .lv3box,
.nav-main .lv4box {
    display: none;
    padding: 0.1rem 0;
    background-color: #fff;
    background-color: #f8f8f8;
}

.nav-main .lv1 a {
    float: left;
    display: block;
    font-size: 1rem;
    line-height: 3rem;
    color: #333;
    min-width: 50%;
    padding: 0.35rem 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-main .lv1,
.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 0.5rem;
    border-bottom: 1px solid #d4d4d4;
}

.nav-main .lv2,
.nav-main .lv3,
.nav-main .lv4 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    margin: 0 0.5rem;
    border-bottom: 1px solid #d4d4d4;
}

.nav-main .lv2::before,
.nav-main .lv3::before,
.nav-main .lv4::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 100% !important;
    height: 1px;
    background-color: #d4d4d4;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav-main .lv2::before {
    width: 80%;
}

.nav-main .lv2box .lv2:last-child::before {
    width: 87%;
}

.nav-main .lv2box .lv2:last-child {
    padding-bottom: 0.1rem;
}

.nav-main .lv2 {
    padding: 0 0.8rem 0 0rem;
    margin-left: 0.8rem;
    border-bottom: 0;
}

.nav-main .lv2::before {
    left: 0;
    width: 91.8% !important;
    width: 100% !important;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.nav-main .lv2 a {
    float: left;
    display: block;
    font-size: .85rem;
    color: #333;
    min-width: 50%;
    padding: .8rem 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.whiteHead .header {
    border-bottom: 1px solid transparent;
}

.nav-main .lv3 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #262626;
    min-width: 50%;
    padding: 0.35rem 0 0.35rem 0rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-main .lv4 a {
    float: left;
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666;
    min-width: 50%;
    padding: 0.22rem 0 0.22rem 0rem;
}

@media (max-width: 991.98px) {
    .header1 .search-box {
        position: absolute;
        top: 0;
        left: 0%;
        border-top: 0;
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -o-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        -moz-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
        -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .header1 .search-box .global-inner {
        -webkit-justify-content: inherit;
        -moz-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
    }
    .header1 .search-box .item {
        width: 89.33%;
        height: 0.8rem;
        margin-right: auto;
        background-color: #f5f5f5;
        border-radius: 38px;
        border: solid 1px #e6e6e6;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header1 .search-box .close1 {
        width: 0.34rem;
        height: 0.34rem;
    }
    .header1 .search-box .close1 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .header1 .search-box .head-search-2 {
        display: block;
    }
    .header1 .search-box input {
        width: 85%;
        background: transparent;
        margin-left: auto;
    }
    .header1 .search-box .box {
        margin-left: 0.3rem;
    }
    .head-white-s .header1 .search-box {
        display: block;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
        background: #fff;
        z-index: 99;
    }
}

@media (max-width: 730.98px) {
    .header1 .search-box input {
        width: 87%;
    }
}

@media (max-width: 410.98px) {
    .header1 .search-box input {
        width: 85%;
    }
}
body{padding-top: 0 !important;}
.boxs-boxs .top,.boxs-boxs .end{height: 36px;display: flex;align-items: center;justify-content: center;}
.global-inner .bd a.box{text-decoration: none;}
@media (max-width: 991.98px) {
  .nav-main ul{padding:0 20px;}
  .home-publicn-title .title::before {

    display: none;
  }
  
  .main-box {
    padding-bottom: 0rem;
  }
  .head-place {
    position: relative;
    width: 100%;
    /*height: 1.2rem;*/
  }
  .home-publicn-title {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
  }
  .home-publicn-title .title {
    font-size: .48rem;
    line-height: .7rem;
    padding-bottom:0rem;
  }
  .home-publicn-title .title::before {
    height: .04rem;
    width: .5rem;
  }
  .home-publicn-title .doc {
    width: 100% !important;
    font-size: .3rem;
    line-height: .48rem;
    margin-top: .27rem;
  }
}

.home-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.home-banner .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.home-banner .bd {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60%;
  transform: translateY(-30%);
  opacity: 0;
}

.home-banner .tit {
  font-size: 2.8em;
  line-height: 1.25;
  color: #fff;
  margin-bottom: .75em;
  text-align: left;
}

.home-banner .doc {
  width: 66%;
  font-size: 1em;
  line-height: 1.7;
  color: #fff;
}

.home-banner .more {
  width: 10.3125em;
  margin-top: 3.1em;
}

.home-banner .more .box {
  width: 10.3125em;
  height: 2.875em;
  font-size: .8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 23px;
  color: #333;
  background-color: #fff;
}

.home-banner .more .bi {
  display: block;
  width: 13px;
  height: 9px;
  color: #333;
  margin-left: 1.28em;
}

.home-banner .more .boxs-boxs {
  /*padding-top: .5em;*/
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}

.home-banner .more img {
  width: 1.2em;
  height: 1em;
  display: block;
}

.home-banner .more .bi {
  width: 13px;
  height: 9px;
  display: block;
}
.home-banner .more .icon,
.home-banner .more .right {
  transition: .3s;
}

.home-banner .more .right {
  /*margin-top: .4em;*/
}

.home-banner .more .end {
  transform: translateY(300%);
}
@media (max-width:1500px) and (min-width:1470px){
  .home-banner .doc{
    width: 70%;
  }
}

@media (max-width:1470px) and (min-width:993px){
  .home-banner .doc{
    width: 86%;
  }
}

@media (min-width:992px){

.home-banner .more .box:hover {
  transition: .3s;
}

.home-banner .more .box:hover .bi {
  transition: .3s;
}

.home-banner .more .box:hover .icon,
.home-banner .more .box:hover .right {
  transform: translateY(-200%);
  transition: .3s;
}

.home-banner .more .box:hover .top {
  transition: .3s;
}

.home-banner .more .box:hover .end {
  transition: .3s;
}
}

@media (max-width: 991.98px) {
  .home-banner {
    position: relative;
    width: 100%;
    height: 30rem;
    overflow: hidden;
  }
  .home-banner .bd {
    position: absolute;
    left: 0.3rem;
    top: 50%;
    width: 100%;
    padding: 0 .5rem 0 .2rem;
    opacity: 0;
  }
  .home-banner .tit {
    font-size: 2.2rem;
    line-height: 3.4rem;
    font-weight: bold;
    margin-bottom: .4rem;
  }
  .home-banner .doc {
    width: 100%;
    font-size: .8rem;
    line-height: 1.4rem;
  }
  .home-banner .more {
    width: auto;
    margin-top: 1rem;
  }
  .home-banner .more .right {
    /*margin-top: .6em;*/
  }
  .home-banner .more .box {
    width: 6rem;
    height: 1.6rem;
    font-size: .8rem;
    border-radius: 1.3rem;
    white-space: nowrap;
  }
  .home-banner .more .bi {
    width: .22rem;
    height: .15rem;
    margin-left: .3rem;
  }
  .home-banner .home-banner-swiper-pagination {
    bottom: .76rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .home-banner .swiper-pagination-bullet {
    width: .65rem;
    height: .04rem;
    background: #fff;
    border-radius: 0.02rem;
    margin: 0 .1rem !important;
    opacity: 0.2;
  }
  .home-banner .swiper-pagination-bullet-active {
    opacity: 1;
  }
}

.home-banner .scaleUpDown .bd {
  transition: .5s;
  -webkit-transition: .5s;
  transform: translateY(-50%);
  opacity: 1;
}

@media (max-width: 991.98px) {
  .home-banner .scaleUpDown .bd {
    transition: .5s;
    -webkit-transition: .5s;
    transform: translateY(-67%);
    opacity: 1;
  }
}

.home-banner-bar {
  position: absolute;
  bottom: 2.8em;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.home-banner-bar .list {
  display: flex;
  align-items: flex-start;
}

.home-banner-bar .item {
  position: relative;
  width: 28.625%;
  margin-right: 1.15em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.7em;
}

.home-banner-bar .item::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 3px;
  top: -2px;
  left: 0px;
  background: white;
  z-index: 3;
}

.home-banner-bar .item.active .box {
  color: white;
}

.home-banner-bar .item.active::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  top: -2px;
  left: 0px;
  background: white;
  transition: 5.1s;
}

.home-banner-bar .item.active.active-after::after {
  transition: 5.7s;
}

.home-banner-bar .box {
  cursor: pointer;
  font-size: .8em;
  color: rgba(255, 255, 255, 0.5);
}

.lg-inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
    padding: 0 3em;
}

.global-inner:before,
.global-inner:after {
    content: "";
    display: table;
    clear: both;
}

.global-inner {
    width: 85vw;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 5;
}

.global-inner:before,
.global-inner:after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991.98px) {
    .global-inner,
    .lg-inner,
    .md-inner {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0.5rem !important;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .hidden-xxl-up {
        display: none !important;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-flex: 0 0 16.666667%;
        -moz-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-flex: 0 0 33.333333%;
        -moz-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1599.98px) {
    .hidden-xxl-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .hidden-lg-down {
        display: none !important;
    }
    .block-lg-down {
        display: block !important;
        opacity: 1 !important;
    }
}

@media (min-width: 768px) {
    .visible-sm-down {
        display: none !important;
    }
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
  .boxs-boxs .top, .boxs-boxs .end{height: auto;}
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important;
    }
}
