body{
    position: relative;
}
body.active:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 10;
}
.x-main-title {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
    text-align: center;
}

.x-main-title h1 {
    font-size: 40px;
    position: relative;
    padding-bottom: 20px;
    margin: 0;
}

.x-main-title h1::after {
    content: "";
    display: block;
    position: absolute;
    width: 3.34rem;
    height: 0.25rem;
    border-radius: 0.5rem;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    background: linear-gradient(90deg, #24BFF2, #5924F2);
    box-shadow: 0 3px 10px rgba(36, 191, 242, .4);
}


.x-main-title h3 {
    line-height: 2;
    font-size: 24px;
    font-weight: normal;
    opacity: 0.3;
    margin: 0;
    font-family: 'azonixregular', sans-serif;
}

.x-main-title .x-mask {
    z-index: -1;
    top: 0;
    left: 0;
}

.x-main-title .x-mask span {
    font-size: 100px;
    color: #dedede;
}

.x-video {
    display: block;
    position: relative;
    z-index: 10;
}

.x-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: fill;

}

.x-video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 2;
}

.x-video span {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    color: #fff;
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    transition: all .3s;
    z-index: 5;
}

.x-video:hover span {
    color: var(--web-color);
    background-color: #fff;
    webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.x-pr {
    position: relative;
}

.x-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.x-cover {
    width: 100%;
    height: 100%;
    position: relative;
}

.x-cover:before, .x-cover:after {
    content: '';
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 700ms ease 0s;
    -webkit-transition: all 700ms ease 0s;
    -moz-transition: all 700ms ease 0s;
    -ms-transition: all 700ms ease 0s;
    -o-transition: all 700ms ease 0s;
}

.x-pro-list li:hover .x-cover:before {
    left: 50%;
    opacity: 1;
    right: 50%;
}

.x-pro-list li:hover .x-cover:after {
    bottom: 50%;
    opacity: 1;
    top: 50%;
}

.x-picture img {
    width: 100%;
    position: unset;
}
.x-header {
    width: 100%;
    padding-left: 30px;
    margin: 0 auto;
    background-color: transparent;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: relative;
    z-index: 10;
}

.fixed .x-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .05);
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
}
@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}
.head-logo {
    display: flex;
    align-items: center;
    height: 90px;
}


.head-logo a span {
    font-size: 66px;
    color: var(--web-color);
}

.white_bg header .head-logo a span {
    font-size: 40px;
}

.head-logo img {
    height: 60px;
}

.logo-text{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #999;
}

.logo1 {
    display: none;
}

.white_bg .logo1 {
    display: block;
}

.white_bg .logo2 {
    display: none;
}

.logo-text .t1,.foot-text .t1 {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    font-weight: bold;


}
.logo-text .t2,.foot-text .t2{
    font-size: 14px;
    line-height: 1;
}

.x-menu li > a {
    color: #000;
}
.x-menu li.active > a{
    color:var(--web-color);
}
.nav ul li ul li a, .white_bg .nav ul li ul li a {
    line-height: 40px;
}

.hotline {
    line-height: normal;
    padding: 0 10px;

}
.white_bg .hotline{
    color: #333;
    font-weight: 300;
}
.hotline .t1 {
    font-size: 14px;
    line-height: 1;

}

.hotline .t2 {
    font-size: 24px;
    font-family: DINCond-Bold, sans-serif;

}

.hotline span {
    font-size: 36px;
    margin-right: 10px;

}

.white_bg .hotline .t1 {
    color: #333;
}

.white_bg .hotline .t2, .white_bg .hotline span {
    color: var(--web-color);
}

.nav ul li ul {
    border-top: 2px solid var(--web-color);
    width: max-content;
    min-width: 100%;
}

.nav ul li ul li a {
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
}

.nav ul li a:hover {
    color: var(--web-color);
}

.nav ul li ul li a:hover {
    background-color: var(--web-color);
    color: #fff;
}

header .hotline{
    display: none;
}
header .top-search,.white_bg header .top-search{
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}


header .top-search a{

    padding: 0;
}
.white_bg .top-search a{
    color: #333;
    position: relative;

}
header .top-search a span {
    font-size: 24px;

}

header .top-search #searchForm {
    position: absolute;
    padding: 10px;
    background-color: #fff;
    width: 340px;
    right: 0;
    top: 100%;
    opacity: 0;
    transition: all .3s ease 0s;
    visibility: hidden;
    transform: translate3d(0, 10px, 0);
    box-shadow: 0 3px 10px 0 rgba(51, 51, 51, 0.1);
}

header .top-search #searchForm .ui-form-group {
    margin: 0;
    padding: 0;
}

header .top-search #searchForm .ui-input-group {
    width: 100%;
    margin: 0;
}

header .top-search #searchForm.open {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

header .top-search #searchForm input {
    font-size: 14px;
}
.x-menu{
    display: flex;
    align-items: center;
    justify-content: center;
}
.x-menu li.nav-list{
    height: 90px;
    display: flex;
    align-items: center;

}
.x-menu li.nav-list > a{
    padding: 0 20px;
}


.x-menu li.nav-list > a:hover,.top-search a:hover{
    color: var(--web-color);
}

@media (min-width: 1024px) {
    .x-menu li.nav-list {
        padding: 0 20px;
    }
    .x-menu li.nav-list .sub_menu {
        width: 100%;
        position: absolute;
        height: auto;
        left: 0;
        top: 90px;
        overflow: hidden;
        z-index:-1;
        padding: 0 90px;
        background: #fff;
        color: #333;
        box-sizing: border-box;
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        opacity: 0;
        transition: transform 0.3s,opacity 0.3s;
    }
    .x-menu li.nav-list .sub_menu .x-pro-list{
        width: 100%;
        padding: 40px 0;
    }
    .x-menu li.nav-list .sub_menu .x-pro-list li p{
        font-size: 14px;
    }
    .x-menu li.nav-list .sub_menu .item{
        margin: 60px 0;
        transition: all .3s;
    }
    .x-menu li.nav-list .sub_menu .item1{
        width: 25%;
        padding-right: 40px;
        border-right: 1px solid #e5e5e5;

    }
    .x-menu li.nav-list .sub_menu .item2{
        width: 75%;
        padding-left: 40px;

    }
    .x-menu li.nav-list .sub_menu .item1 p{
        font-size: 15px;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
    }
    .x-menu li.nav-list .sub_menu .item2 .ui-row{
        /*align-items: center;*/
    }
    .x-menu li.nav-list .sub_menu .item2 p{
        line-height: 2;
        text-align: justify;
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 300;
    }
    .x-menu li.nav-list .sub_menu .item1 a{
        display: block;
        font-weight: 300;
        padding: 15px;
    }
    .x-menu li.nav-list .sub_menu .news-list li{
        margin-bottom: 0;
    }
    .x-menu li.nav-list .sub_menu .news-list li .no-pic .p-mask a{
        display: flex;
        height: 100%;
    }
    .x-menu li.nav-list .sub_menu .item1 p a:hover{
        font-weight: 700;
    }

    .x-menu li.nav-list:hover .sub_menu{
        transform: scaleY(1) translateZ(0);
        opacity: 1;
        border-top: 1px solid #ddd;
        z-index:9;
    }
}
#menu_hover_bg {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    z-index: 9;
    overflow: hidden;
    transition: all .5s;
}
header.open *{
    color: #333;
}
header.open #menu_hover_bg{
    height: 100vh;
    background: rgba(0,0,0,.5);
}
#menu_hover_bg .hover_bg_content{
    background-color: #fff;
    position: relative;
}
#menu_hover_bg .hover_bg_content #close_nav{
    width: 68px;
    height: 68px;
    display: block;
    position: absolute;
    color: #fff;
    bottom: -34px;
    left: 50%;
    margin-left: -34px;
    cursor: pointer;
}
#menu_hover_bg .hover_bg_content #close_nav span{
    font-size: 24px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #999;
    color: #fff;
    line-height: 68px;
    text-align: center;
    position: relative;
}
#menu_hover_bg .hover_bg_content #close_nav span:hover{
    background-color: var(--web-color);
}
.bottom-contact {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: none;
    background-color: #f3f3f3;
    transition: all .3s;
}
.bottom-contact.show{
    display: flex;
}
.bottom-contact.bottomed {
    background: #000;
    color: #fff;
}

.bottom-contact.is-animation {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}

.bottom-contact.no-active {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.bottom-contact > div > div {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

.bottom-contact.is-animation > div > div {
    opacity: 1;
}

.bottom-contact span {
    font-size: 26px;
    padding-right: 5px;
}

.bottom-contact-a {
    display: flex;
    align-items: center;
    height: 64px;
    width: max-content;
    padding: 0 20px;
    font-size: 20px;
}

.bottom-contact.bottomed span, .bottom-contact.bottomed .bottom-contact-a {
    font-size: 14px;
}

.bottom-contact-b {
    width: 64px;
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    justify-content: center;
    text-align: center;
}

.bottom-contact-b a {
    color: #fff;
}
@media (max-width: 992px) {
   header nav{
        position: fixed;
        width: 100%;
        left: 100%;
        height: calc(100% - 60px);
        top: 60px;
        overflow-y: auto;
        z-index: 996;
        background: #fff;
        transition: all .3s ease 0s;
       border-top: 1px solid #ccc;
    }
    header nav.open{
        left: 0;
        transform: translate3d(0,0,0);
    }
    header nav .x-menu{
        display: block;
    }
    header nav .x-menu li.nav-list{
        width: 100%;
        min-height: 45px;
        height: auto;
        display: block;
        padding: 0 3%;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .nav-list .sub_menu{
        position: relative;
        height: 0!important;
        opacity: 0;
        transition: all 0.3s;
    }
   .nav-list.opened .sub_menu{
       padding: 10px 0;
       height: auto!important;
        opacity: 1;
    }
    .nav-link{
        width: 100%;
        height: 45px;
        font-size: 16px;
        display: flex;

        align-items: center;
        justify-content: space-between;
    }
    .nav-link i{
        font-size: 12px;
        transition: all .3s;
    }
    .nav-list.opened .nav-link i{
        transform: rotate(90deg);
    }
    .sub_menu .item2{
        display: none;
    }
    .nav-list.opened .sub_menu .x-pro-list > li{
        margin-bottom: 5px!important;
    }
    .nav-list.opened .sub_menu .item1{
        width: 100%;
        background-color: #f5f5f5;
    }
    .nav-list.opened .sub_menu .item1 p{
        line-height: 36px;
        padding: 0 10px;
        font-size: 15px;
        border-bottom: 1px solid #ddd;
    }
    .nav-list.opened .sub_menu .item1 p:last-child{
        border-bottom: none;
    }
}