@keyframes arrowAnimation {
    0% {
        transform: translate(-0.3rem, 0) rotate(45deg);
    }

    100% {
        transform: translate(0, 0) rotate(45deg);
    }
}

/*====================顶部导航 start======================*/
header {
    position: fixed;
    width: 100%;
    background: #090B1A;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    z-index: 99;
    transition-duration: 0.3s;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

header nav {
    width: 70rem;
    /**1400*/
    height: 2.5rem;
    /*50px*/
    display: flex;
    align-items: center;
}

header .com_logo {
    display: flex;
    width: 9rem;
    height: 1.05rem;
    align-items: center;
    margin-left: 2.5rem;
    margin-right: 3rem;
}

header .com_logo .logo {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: 100% 100%;
}

.header-mouseover .com_logo .logo {
    background: url('../images/logo_m.png') no-repeat;
    object-fit: contain;
    background-size: 100% 100%;
}

header .com_logo h1 {
    text-indent: -9999px;
    height: 100%;
}

header .nav-menu-list {
    /* position: relative; */
    display: inline-block;
}

header .nav-menu-list .nav-menu-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    /*50px*/
    list-style: none;
    border-left: 0;
    padding-left: 0;
}

header .nav-menu-list .nav-menu-ul li,
header .nav-right-menu-list .right-menu-li {
    display: flex;
    align-items: center;
    font-size: 1rem;
    /*20px*/
    color: rgba(51, 51, 51, 1);
    padding: 0px 1.7rem;
    /*34rem*/
    height: 100%;
    position: relative;
}

header .nav-right-menu-list .vertical {
    width: 1px;
    height: 17px;
    opacity: 0.3;
    background: #999;
}

header .nav-menu-list .nav-menu-ul li a,
header .nav-right-menu-list .right-menu-li a {
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding-left: 0px;
    font-size: 0.7rem;
    font-weight: 400;
    color: #FFFFFF;
    height: 100%;
    position: relative;
}

header .nav-menu-list .nav-menu-ul li a::after,
header .nav-right-menu-list .right-menu-li a::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    /* border-bottom: 2px solid #013F99; */
    height: 2px;
    /*4px*/
    background-color: #013F99;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}

header .nav-menu-list .nav-menu-ul .active-li.active a::after,
header .nav-right-menu-list .right-menu-li.active a::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

header .right-menu-btn {
    cursor: pointer;
    font-size: 0.7rem;
    padding: 0px 1.7rem;
    /*34rem*/
    height: 100%;
    line-height: 2.5rem;
    background: #013F99;
    color: #FFFFFF;
}

header .right-menu-btn:hover {
    background: #0053c9;
}

header .right-menu-btn1 {
    display: none;
}

@media all and (max-width: 1050px) {
    header .right-menu-btn1 {
        display: block;
    }
}

header .right-menu-btn-son {
    color: #FFFFFF;
    line-height: 5px;
}

.header-mouseover .nav-menu-list .nav-menu-ul li a,
.header-mouseover .nav-right-menu-list .right-menu-li a {
    color: #333;
}

header .nav-menu-list .nav-menu-ul .clearPadding {
    padding: 0;
}

header .nav-menu-list .nav-menu-ul .clearPadding a {
    padding: 0px 2.1rem;
}

header .nav-menu-list .nav-menu-ul li em {
    display: inline-block;
    width: 0.55rem;
    /*11px*/
    height: 0.3rem;
    /*11px*/
    margin-left: 0.55rem;
    margin-top: 0.1rem;
    background: url('../images/jiantouxia.pngg') no-repeat;
    background-size: 100% 100%;
}

header .nav-menu-list .nav-menu-ul li .arrow {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.55rem;
    margin-top: 0.1rem;
    transform: rotate(135deg);
    transition: all .3s;
}

.header-mouseover .nav-menu-list .nav-menu-ul li em {
    background: url('../images/bottom_mini.pngg') no-repeat;
    background-size: 100% 100%;
}

.header-mouseover .nav-menu-list .nav-menu-ul li .arrow {
    border-right: 2px solid #333;
    border-top: 2px solid #333;
}

header .nav-menu-list .nav-menu-ul .active-li.active {
    background: #FFFFFF;
    /* border-bottom: 2px solid #013F99; */
}

header .right-menu-li.active a {
    color: #013F99 !important;
}

header .nav-menu-list .nav-menu-ul .active-li.active a {
    color: #013F99;
    background: #FFFFFF;
}

header .nav-menu-list .nav-menu-ul li.active em {
    background: url('../images/upjiantou.pngg') no-repeat;
    background-size: 100% 100%;
}

header .nav-menu-list .nav-menu-ul li.active .arrow {
    border-right: 2px solid #013F99;
    border-top: 2px solid #013F99;
    transform: rotate(-45deg);
    margin-top: 0.3rem;
}

header .nav-menu-list .div-content {
    display: none;
}

header .mobile-login {
    display: none;
    float: right;
    height: 100%;
}

header .mobile-login .menu-btn {
    width: 4rem;
    /*80px*/
    height: 100%;
    padding: 0 1.25rem 0 0;
    /*25px*/
    float: right;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

header .mobile-login .menu-btn .btn {
    float: right;
    width: 25px;
    /*25px*/
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

header .mobile-login .menu-btn .close_btn {
    width: 18px;
    /*18px*/
    height: 18px;
    display: none;
}

header .mobile-li {
    position: absolute;
    right: 1rem;
    line-height: 2.5rem;
}

header .nav-right-menu-list {
    position: absolute;
    right: 0;
    top: 0;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .mobile-li span {
    float: left;
    padding-left: 0px;
    font-size: 0.7rem;
    font-weight: 400;
    color: #FFFFFF;
    cursor: auto;
    line-height: 2.5rem;
}

/*====================顶部导航 end======================*/

/*====================下拉框样式 start======================*/
.navbar-inner {
    display: none;
    position: absolute;
    top: 2.5rem;
    left: 0px;
    height: auto;
    background: #FFFFFF;
    z-index: 3;
    padding: 2.5rem 10.3rem 3.9rem;
    /*50px 206px 78px*/
}

.navbar-inner .col-rg-menu {
    display: flex;
    justify-content: center;
}

.navbar-inner .col-rg-menu .col-mes {
    margin-right: 2.85rem;
    /*57px*/
}

.col-mes-1 .menu-list {
    margin-bottom: 1rem;
}

.navbar-inner .col-rg-menu .col-mes:last-child {
    margin-right: 0;
}

.navbar-inner .col-mes .title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1rem;
    line-height: 1;
    /* margin-bottom: 1.05rem; */
}

.navbar-inner .special-padding {
    padding-left: 1.5rem;
}

.navbar-inner .special-margin {
    margin-left: 1.5rem;
}

.navbar-inner .inner_3-special-padding {
    padding-left: 1.5rem;
}

.navbar-inner .inner_3-special-margin {
    margin-left: 1.5rem;
}

/* .navbar-inner .inner_2-special-padding {
    padding-left: 1.5rem;
}

.navbar-inner .inner_2-special-margin {
    margin-left: 1.5rem;
} */

.navbar-inner .first-row-special-padding {
    padding-left: 0.7rem;
}

.navbar-inner .first-row-special-margin {
    margin-left: 0.7rem;
}

/*
.navbar-inner .col-mes .title .logo {
    width: auto;
    height: auto;
    margin-right: 0.5rem;
}
*/
.inner_1 {
    background-color: #fff;
    padding: 0rem;
    width: 96rem;
    box-sizing: border-box;
}

.inner_1 .title {
    margin-bottom: 0.5rem;
}

.inner_1 .title .txt {
    font-size: 0.5625rem;
    font-weight: 400;
    color: #999;
    line-height: 1;
    margin-bottom: 1.05rem;
}

.inner_1 .line {
    height: 0.05rem;
    background: #eee;
    margin-bottom: 1.05rem;
}

.inner_1.navbar-inner .menu-list .bgRight-ul {
    display: flex;
    flex-wrap: wrap;
    width: 65rem;
    margin-left: 0.8rem;
}

.inner_1.navbar-inner .menu-list .bgRight-ul li {
    width: 300px;
    margin-right: 0rem;
    padding: 0.4rem 0.5rem;
    background: #fff;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
}

.navbar-inner .menu-list li a {
    display: inline-block;
    font-size: 0.5rem;
    font-weight: 400;
    line-height: 0.8rem;
    color: #8D8D8D;
    width: 100%;
}

.navbar-inner .col-mes .title .txt {
    font-size: 0.625rem;
    /*20px*/
    font-weight: 400;
    color: #999;
    line-height: 1;
}

.navbar-inner .col-mes .title .txt-product {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0.7rem;
    width: 12.5rem;
    position: relative;
}

.navbar-inner .col-mes .title .txt-color {
    color: #013F99;
}

.navbar-inner .col-mes .title .txt-product .arrow {
    border-right: 2px solid #999;
    border-top: 2px solid #999;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.55rem;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: calc(50% - 0.2rem);
    right: 0.8rem;
    transition: all 0.3s;
}

.navbar-inner .col-mes .title .txt-product:hover {
    color: #013F99;
    background: #EDF3FD;
    border-radius: 3px;
}

.navbar-inner .col-mes .title .txt-product:hover .arrow {
    border-right: 2px solid #013F99;
    border-top: 2px solid #013F99;
    right: 0.5rem;
}

.navbar-inner .col-mes .line {
    /*width: 9.85rem;*/
    /*197px*/
    height: 0.05rem;
    /*1px*/
    background: #eee;
    margin-bottom: 1.05rem;
    /*21px*/
}

.navbar-inner .col-mes .line114 {
    width: 5.7rem;
    /*114px*/
    height: 0.05rem;
    /*1px*/
    background: #eee;
    margin-bottom: 1.05rem;
    /*21px*/
}

.navbar-inner .col-mes .menu-list .row-list {
    display: flex;
    flex-direction: column;
}

.navbar-inner .menu-list li {
    display: flex;
}

.navbar-inner .menu-list .bgLeft-ul li {
    padding-left: 20%;
    height: 2rem;
    align-items: center;
    position: relative;
}


.navbar-inner .menu-list li a {
    display: inline-block;
    font-size: 14px;
    /*16px*/
    font-weight: 400;
    line-height: 0.8rem;
    color: #8D8D8D;
    width: 100%;
}

.navbar-inner .col-mes .menu-list .bgRight-ul {
    display: flex;
    flex-wrap: wrap;
    width: 54rem;
    /* 18 * 3 */
}

.navbar-inner .menu-list .bgRight-ul li {
    width: 18rem;
    padding: 1rem 1.5rem;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navbar-inner .menu-list .bgRight-ul.hover-ul li:hover {
    background: #EDF3FD;
    border-radius: 3px;
}

.navbar-inner .menu-list .bgRight-ul li .row-title {
    display: flex;
    align-items: center;
    margin-bottom: 0.48rem;
    position: relative;
    width: 100%;
}

.navbar-inner .menu-list .bgRight-ul li .row-title .line-animation {
    position: relative;
}

.navbar-inner .menu-list .bgRight-ul li .row-title .line-animation::after {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #013F99;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.navbar-inner .menu-list .bgRight-ul.hover-ul li:hover .row-title .line-animation::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.navbar-inner .menu-list .bgRight-ul.hover-ul li:hover .row-title .line-animation {
    color: #013F99;
}

/* .navbar-inner .menu-list .bgRight-ul li .row-title .arrow {
    border-right: 2px solid #013F99;
    border-top: 2px solid #013F99;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.55rem;
    transform: rotate(45deg);
    display: none;
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 1rem;
    animation: arrowAnimation 0.6s linear 1;
} */

.navbar-inner .menu-list .bgRight-ul li .row-desc {
    color: #8D8D8D;
    font-size: 0.6rem;
    /*14px*/
    line-height: 120%;
}

/* .navbar-inner .menu-list .bgRight-ul.hover-ul li:hover .arrow {
    display: inline-block;
} */

.navbar-inner .col-mes-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.navbar-inner .flex-menu-list {
    display: flex;
    flex-wrap: nowrap;
    max-width: 13rem;
    /*194+61*/
}

.navbar-inner .menu-list .row-margin-right {
    margin-right: 3.2rem;
}

/* .navbar-inner .col-mes-wrapper .col-mes-cpy:nth-child(6n) {
    margin-right: 0px;
} */

.inner_slide .inner-container {
    display: flex;
    height: 100%;
}

.inner_slide .col-rg-slide {
    width: 27.7rem;
    /* 532px */
    padding: 1rem 0 2rem 13.85rem;
    background: url('../images/produceBgLeft.png') no-repeat center bottom;
    background-color: #fff;
    background-size: 100% 100%;
}

.inner_slide .col-rg-slide.bgLeft-product {
    background: url('../images/bgLeft_product.jpg?v=20240329') no-repeat; 
    /* background-size: 100% 100%;  */
 
}

.inner_3.inner_slide .col-rg-slide.bgLeft-product {
    background: url('../images/inner3_special.jpg') no-repeat center bottom;
    background-size: 100% 100%;
}

.inner_slide .col-rg-slide .slide-li a {
    color: #000000;
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 500;
}

/* .inner_slide .col-rg-slide .slide-li .arrow {
    border-right: 2px solid #013F99;
    border-top: 2px solid #013F99;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.55rem;
    transform: rotate(45deg);
    display: none;
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 3rem;
    animation: arrowAnimation 0.6s linear 1;
} */

.inner_slide .col-rg-slide .slide-li a .line-animation {
    position: relative;
}

.inner_slide .col-rg-slide .slide-li a .line-animation::after {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #013F99;
    transition: all .3s ease-out;
}

.inner_slide .col-rg-slide .slide-li.active a .line-animation::after {
    width: 100%;
}

.inner_slide .col-rg-slide .slide-li.active a .line-animation {
    color: #013F99;
}

.inner_slide .col-rg-slide .slide-li.active .arrow {
    display: inline-block;
}

.inner_slide .col-rg-slide .slide-li.active {
    background: #ffffff;
}

.inner_slide .col-rg-slide .slide-li.active a {
    color: #013F99;
}

.inner_slide .col-rg-menu {
    flex: 1;
    justify-content: start;
    padding: 2rem 2.85rem 2.3rem 1.35rem;
    /* background: url('../images/index/productBgRight.png') no-repeat center bottom; */
    background-color: #fff;
    /* background-size: 100% 100%; */
    /* box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 18%); */
    max-height: calc(100vh - 2.5rem);
    overflow: auto;
}

.inner_3.inner_slide .col-rg-menu {
    padding-left: 2.15rem;
}

.inner_slide .col-rg-menu .col-mes {
    display: none;
}

.inner_slide .col-rg-menu .col-mes.active {
    display: block;
}

.inner_slide .col-rg-menu .menu-list li a {
    line-height: 0.8rem;
    width: 100%;
}

.inner_slide .col-mes .title .txt {
    font-size: 0.8rem;
    font-weight: 500;
}

.inner_slide .col-mes .title .txt a {
    color: #013F99;

}

.inner_slide .col-mes .title .txt a:hover {
    text-decoration: underline;
}

.navbar-inner .menu-list .bgRight-ul li .row-title .line-animation {
    position: relative;
}

.navbar-inner .menu-list .bgRight-ul li .row-title .line-animation::after {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #013F99;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.navbar-inner .menu-list .bgRight-ul.hover-ul li:hover .row-title .line-animation::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.inner_3 {
    min-width: 96rem;
    height: auto;
    min-height: 11.2rem;
    padding: 0;
    left: 0;
}

.inner_3 .col-rg-slide {
    min-height: 11.2rem;
}

.inner_3.inner_slide .col-rg-slide {
    padding-bottom: 0px;
}

.inner_3 .col-rg-menu {
    min-height: 11.2rem;
    padding-bottom: 33px;
}

.inner_3 .col-rg-menu .col-mes {
    margin-right: 0rem;
}

.inner_3.navbar-inner .col-mes-wrapper {
    width: 55rem;
}

.inner_3.navbar-inner .menu-list li a {
    color: #333;
}

.inner_3.navbar-inner .col-mes-wrapper li {
    width: 6rem;
    display: flex;
    padding: 0.4rem 0.7rem;
    background: #fff;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
    position: relative;
}

.inner_3.navbar-inner .col-mes-wrapper li:last-child {
    margin-bottom: 0rem;
}

.inner_3.navbar-inner .col-mes-wrapper .special-li li:nth-last-child(-n+2),
.inner_3.navbar-inner .col-mes-wrapper .special-three-li li:nth-last-child(-n+2) {
    margin-bottom: 0rem;
}

.inner_3.navbar-inner .col-mes .menu-list.special-li .row-list,
.inner_3.navbar-inner .col-mes .menu-list.special-three-li .row-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 40rem;
}

.inner_3.navbar-inner .col-mes-wrapper .special-li li {
    width: 16.6rem;
    margin-right: 3.4rem;
}

.inner_3.navbar-inner .col-mes-wrapper .special-three-li li {
    width: 13.8rem;
    margin-right: 6.2rem;
}

.inner_3.navbar-inner .col-mes-wrapper li:hover {
    background: #EDF3FD;
    border-radius: 3px;
}

.inner_3.navbar-inner .col-mes-wrapper li:hover a {
    color: #013F99;
}

.inner_3.navbar-inner .col-mes-wrapper li a .line-animation {
    position: relative;
}

.inner_3.navbar-inner .col-mes-wrapper li a .line-animation::after {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #013F99;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.inner_3.navbar-inner .col-mes-wrapper li:hover a .line-animation::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.inner_3.navbar-inner .col-mes-wrapper li:hover a .line-animation {
    color: #013F99;
}

.inner_3.inner_slide .col-rg-menu .menu-list li a {
    width: auto;
}

.inner_3.navbar-inner .col-mes .title {
    width: 7.5rem;
}



/* .inner_3.navbar-inner .col-mes-wrapper li .arrow {
    border-right: 2px solid #013F99;
    border-top: 2px solid #013F99;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.5rem;
    transform: rotate(45deg);
    display: none;
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0.7rem;
    animation: arrowAnimation 0.6s linear 1;
} */

.inner_3.navbar-inner .col-mes-wrapper .special-li li .arrow {
    margin-left: 0.8rem;
}

.inner_3.navbar-inner .col-mes-wrapper .col-mes-cpy {
    margin-right: 1.5rem;
    margin-bottom: 1.3rem;
}

/* .inner_3.navbar-inner .col-mes-wrapper li:hover .arrow {
    display: inline-block;
} */


.inner_1.navbar-inner .menu-list li:hover a .line-animation::after,
.inner_2.navbar-inner .menu-list li:hover a .line-animation::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.inner_2.navbar-inner .menu-list li:hover a .line-animation,
.inner_1.navbar-inner .menu-list li:hover a .line-animation {
    color: #013F99;
}

.navbar-inner .menu-list .bgRight-ul.hover-ul li:hover .row-title .line-animation::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.navbar-inner .menu-list .bgRight-ul.hover-ul li:hover .row-title .line-animation {
    color: #013F99;
}

@media (max-width:1599px) and (min-width:1367px) {

    .inner_slide .col-rg-slide .slide-li a {
        font-size: 14px;
        line-height: 14px;
    }

    .inner_slide .col-mes .title .txt {
        font-size: 14px;
    }

    .inner_slide .col-rg-menu .menu-list li a {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width:1366px) and (min-width:451px) {
    .inner_3.navbar-inner .col-mes-wrapper .special-li li {
        width: 19rem !important;
        margin-right: 1rem !important;
    }

    .navbar-inner .menu-list .bgRight-ul li .row-desc {
        line-height: 1rem;
    }
}

/*====================下拉框样式 end======================*/

@media screen and (max-width:450px) {
    header nav {
        width: 100% !important;
        margin: 0 !important;
        height: 50px;
        display: flex;
        justify-content: space-between;
    }

    header .com_logo {
        width: 142px;
        height: 100%;
        margin-left: 5px;
    }

    header .com_logo .logo {
        width: 100%;
        height: 16px;
    }

    header nav .mobile-login {
        display: inline-block;
    }

    header .mobile-li {
        right: 70px;
    }

    header .mobile-li span {
        line-height: 50px;
    }

    header .nav-menu-list .nav-menu-ul {
        display: block;
    }

    header .nav-menu-list .nav-menu-ul li {
        min-height: 52px;
        display: block;
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }

    header .nav-menu-list .nav-menu-ul .active-li:hover {
        background: transparent;
    }

    header .nav-menu-list .nav-menu-ul .active-li:hover a {
        color: #fff;
        background: transparent;
    }

    header .nav-menu-list .nav-menu-ul li em {
        float: right;
        margin: 0;
        height: 6px;
        width: 11px;
        position: relative;
        top: 12px;
        background-size: 100% 100%;
    }

    header .nav-menu-list .nav-menu-ul li a {
        display: block;
        width: 100%;
        padding: 16px;
        font-size: 17px;
        border-bottom: 1px solid #D4D4D4;
    }

    header .nav-menu-list .div-content {
        float: left;
        width: 100%;
        display: none;
    }

    header .nav-menu-list .div-top {
        min-height: 53px;
        background: rgba(0, 0, 0, 0.7);
    }

    header .nav-menu-list .div-top a {
        display: inline-block;
        color: #fff;
        text-indent: 26px;
    }

    header .nav-menu-list .show-next-ul {
        height: auto;
        width: 100%;
        border-bottom: 1px solid #D4D4D4;
    }

    header .nav-menu-list .next-ul {
        display: none;
        height: auto;
        width: 100%;
        border-bottom: 1px solid #D4D4D4;
    }

    header .nav-menu-list .next-li {
        text-indent: 47px;
    }

    header .nav-menu-list .next-li a {
        border: none
    }

    header .nav-menu-list .nav-menu-ul li {
        height: auto;
    }

    header .nav-menu-list .nav-menu-ul li:hover>a {
        color: #fff;
        border-bottom: 1px solid #D4D4D4;
    }

    header .nav-menu-list .nav-menu-ul li:hover em {
        background: url(../images/jiantouxia.png) no-repeat;
    }
}


.inner_2 {
    background-color: #fff;
    padding: 1rem 17rem 2.3rem 16rem;
    width: 96rem;
    box-sizing: border-box;
}

.inner_2 .col-rg-menu .menu-list {
    width: 4rem;
}

.inner_2 .title {
    margin-bottom: 0.5rem;
}

.inner_2 .title .txt {
    font-size: 0.9rem;
    /*18px*/
    font-weight: 400;
    color: #999;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.inner_2 .title .txt a {
    color: #013F99;
    font-size: 16px;
}

.inner_2 .title .txt a:hover {
    text-decoration: underline;
}

.inner_2 .line {
    height: 0.05rem;
    /*1px*/
    background: #eee;
    margin-bottom: 0.5rem;
    /*21px*/
}

.inner_2.navbar-inner .menu-list .bgRight-ul {
    display: flex;
    flex-wrap: wrap;
    width: 65rem;
    /* 13 * 5 */
    margin-left: 0.8rem;
}

.inner_2.navbar-inner .menu-list .bgRight-ul li {
    width: 9rem;
    margin-right: 7rem;
    padding: 0.2rem 0.7rem;
    background: #fff;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
}

.inner_2.navbar-inner .menu-list .bgRight-ul li:hover {
    background: #EDF3FD;
    border-radius: 3px;
}

.inner_2.navbar-inner .menu-list .bgRight-ul li .row-title {
    margin-bottom: 0rem;
}

/* .inner_2.navbar-inner .menu-list .bgRight-ul li:hover .row-title>div {
    color: #013F99;
} */

/* .inner_2.navbar-inner .menu-list .bgRight-ul li .row-title .arrow {
    border-right: 2px solid #013F99;
    border-top: 2px solid #013F99;
    width: 0.5rem;
    height: 0.5rem;
    margin-left: 0.55rem;
    transform: rotate(45deg);
    display: none;
    position: absolute;
    top: calc(50% - 0.25rem);
    right: 0.1rem;
    animation: arrowAnimation 0.6s linear 1;
} */

/* .inner_2.navbar-inner .menu-list .bgRight-ul li:hover .arrow {
    display: inline-block;
} */

.inner_2.navbar-inner .menu-list .bgRight-ul li .row-title {
    display: flex;
    /* justify-content: center; */
}

.inner_2.navbar-inner .menu-list .bgRight-ul li .row-title .line-animation {
    position: relative;
}

.inner_2.navbar-inner .menu-list .bgRight-ul li .row-title .line-animation::after {
    position: absolute;
    bottom: -2px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #013F99;
    transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.inner_2.navbar-inner .menu-list .bgRight-ul li:hover .row-title .line-animation::after {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.inner_2.navbar-inner .menu-list .bgRight-ul li:hover .row-title .line-animation {
    color: #013F99;
}

.inner_1 .line-animation {
    color: #000;
}





.subBanner {
    width: 100%;
    height: 430px;
}

.subBanner .header {
    width: 1200px;
    margin: 0 calc((100% - 1200px)/2);
    text-align: left;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 34px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.subBanner .sbn_img {
    width: 100%;
    height: 430px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.subHead {
    display: inline-block;
    width: 100%;
    height: 33px;
    padding: 0 calc((100% - 1200px)/2);
    background: #EEEEEE;
}

.subHead .txt {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 33px;
}

.subHead .txt a,
.subHead .txt span {
    color: rgba(51, 51, 51, 1);
    padding: 0 4px 0 7px;
}

.subHead .txt a:hover {
    color: #014099;
}

/***新闻start**/


#news {
    padding: 30px 0 40px 0;
    width: 80vw;
    margin: 0 auto;
}

#news .wrap>.tit {
    font-size: 2.4375rem;
    color: #2b2b2b;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    text-align: center;
}

#news .wrap>.tit-en {
    color: #bbb;
    font-size: 0.9375rem;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    margin-top: 12px;
    text-align: center;
}

#news .top {
    margin-top: 20px;
    padding: 0 50px 40px 50px;
    border-bottom: 1px solid #e6e6e6;
}

#news .wrap {
    max-width: 1600px;
    margin: auto;
}

#news .list {
    margin: 0 0 50px 0;
}

#news .list>a {
    display: block;
    transition: all .35s;
    text-decoration: none;
    color: #777177;
    outline: none;
}

#news .list>a:hover {
    background: #013F99;
}

#news .list>a .wrap {
    padding: 40px 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}

#news .list>a .wrap .date {
    width: 120px;
    height: 135px;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .35s;
    border-radius: 0 0 20px 0;
}

#news .list>a:hover .wrap .date {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
}

#news .list>a .wrap .date .day {
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #2e2d3c;
}

#news .list>a .wrap .date .ym {
    color: #999;
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 8px;
    padding-top: 5px;
}

#news .list>a .wrap .con {
    width: calc(100% - 420px);
    margin-left: 35px;
}

#news .list>a .wrap .con .tit {
    font-size: 1.2rem;
    color: #2e2d3c;
    font-weight: 300;
    transition: all .35s;
}

#news .list>a:hover .wrap .con .tit {
    color: #fff;
}

#news .list>a .wrap .con .desc {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.8;
    margin-top: 20px;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    transition: all .35s;
}

#news .list>a:hover .wrap .con .desc {
    color: rgba(255, 255, 255, .7);
}

#news .list>a .wrap .img {
    width: 250px;
    height: 135px;
    background: #eee no-repeat center/cover;
    margin-left: 50px;
}

#news-view {
    margin: 50px auto 80px auto;
    max-width: 1200px;
}

#news-view h1 {
    color: #2e2d3c;
    text-align: center;
    line-height: 1.3;
    font-size: 1.85rem;
}

#news-view .info {
    text-align: center;
    font-weight: 300;
    font-size: 1rem;
    color: #aaa;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

#news-view .con {
    font-size: 1.0625rem;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    line-height: 1.9;
    padding-top: 40px;
}

#news-view .con p,
#news-view .con div {
    font-size: 1.0625rem;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    line-height: 1.9;
    margin-bottom: 30px;
}

#news-view .back {
    margin-top: 60px;
    text-align: center;
}

#news-view .back>a {
    display: inline-block;
    font-size: 1.25rem;
    color: #2e7eef;
    letter-spacing: .1875rem;
    font-weight: 300;
}

#news-view .back>a::before {
    content: '\e6f4';
    font-family: 'iconfont';
    display: block;
    font-size: 1.875rem;
    margin-bottom: 9px;
}

#news-view .back>a:hover {
    color: #ca0306;
}

/** 新闻end***/

/**** 解决方案列表 start ****/

.solution_list {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
}

.solution_list .nTi {
    font-size: 24px;
    margin-bottom: 10px;
}

.solution_list .w1200 {
    background: #fff;

    padding: 10px 30px;
    box-shadow: 0px 4px 22px 2px rgba(166, 166, 173, 0.2);
    clear: both;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

.solution_list .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.solution_list .swiper-container1 {
    /* width: 1080px; */
    /* height: 140px; */
}

.solution_list .swiper-container .swiper-slide {
    text-align: center;
    height: 66px;
    display: block;

}

.solution_list .swiper-container .swiper-slide img {
    width: 13%;
    margin: 1.83333%;
    float: left;
}

.solution_list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0
}

.solution_list .swiper-pagination-bullet-active {
    width: 40px;
    background: #f66633
}

.solution_list .bigtitle {
    width: 100%;
    display: inline-block;
    line-height: 50px;
}

.solution_list .bigtitle b {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #333333;
    margin-right: 18px;
}

.solution_list .bigtitle p {
    font-size: 14px;
}

.solution_list .swiper-container2 {
    width: 100%;
}

.solution_list .swiper-container2 .swiper-slide {
    height: auto;
    background-color: #ffffff;
}

.solution_list .swiper-container2 .swiper-slide .pro {
    display: block;
    width: 48%;
    /* height: 160px; */
    float: left;
    padding: 20px 1%;
    box-shadow: 0px 2px 2px 0px rgba(166, 166, 173, 0.1);
    margin-right: 14px;
    border: 1px solid #efefef;
    margin-top: 15px;
}

.solution_list .swiper-container2 .swiper-slide .pro:last-child {
    margin-right: 0;
}

.solution_list .swiper-container2 .swiper-slide .pro img {
    width: 40%;
    height: 120px;
    padding: 1px;
    float: left;
}

.solution_list .ptag {
    font-size: 12px;
    color: #013F99;
    padding: 3px 6px;
    background-color: #ffffff;
    border: solid 1px #013F99;
    text-align: CENTER;
    line-height: 1.25;
	width:148px;
}

.solution_list .swiper-container2 .swiper-slide .pro a {
    display: block;
    margin-left: 10px;
    text-align: left;
    line-height: 2;
    float: left;
    height: 80px;
}

.solution_list .swiper-container2 .swiper-slide .pro b {
    font-size: 18px;
    line-height: 1;
    margin: 13px 0 15px 0;
    font-weight: 500;
    color: #013F99;
}

.solution_list .swiper-container2 .swiper-slide .pro a~p {
    font-size: 14px;
    padding:10px 0 10px 15px;
    line-height: 1.5;
    color: #555;
    width: 100%;
    display: inline-block;
    background: #fafafa;
    text-align: left;
    height: 100px;
    -webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**解决方案列表end**/



/**技术实力start**/
.categories {
    padding: 50px 0 10px 0;
    width: 100%;
    display: inline-block;
}

.categories .w1200 {
    width: 80vw;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: center;
}




.categories .nTi {
    font-size: 34px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    margin: 20px auto;
    text-align: center;
}

.categories .cate1 {
    width: 588px;
    height: 340px;
    margin-right: 24px;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 4px 22px 1px rgba(166, 166, 173, 0.2);
    border-radius: 4px 4px 0px 0px;
}

.categories .cate1:last-child {
    margin-right: 0;
}

.categories .cate1 .header {
    height: 90px;
    padding: 22px 30px;
    background: url(../images/m4-t2exheg2siedke0cfj.png) no-repeat center
}

.categories .cate1:first-child .header {
    background-image: url(../images/mk4-t1kf104j6bwzpk3kkb.png);
}

.categories .cate1 .header *,
.categories .cate2 * {
    color: #fff
}

.categories .cate1 .header i,
.categories .cate2 i {
    margin-left: 10px;
}

.categories .cate1 .header h5,
.categories .cate2 h5 {
    font-size: 20px;
}

.categories .cate1 .header p,
.categories .cate2 p {
    font-size: 14px;
    line-height: 1.75
}

.categories .cate1 .item {
    width: 100%;
    height: 120px;
    padding: 20px 40px;
}

.categories .cate1 .item img {
    width: 120px;
    height: 80px;
    border: 1px solid #eee;
    padding: 1px;
    float: left;
}

.categories .cate1 .item a {
    width: 350px;
    font-size: 13px;
    float: left;
    line-height: 1;
    color: #333;
    margin-left: 15px;
}

.categories .cate1 .item b {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}

.categories .cate1 .item p {
    font-size: 14px;
    line-height: 1.75;
    color: #888;
}

.categories .container {
    width: 80vw;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.categories .cate2 {
    width: 384px;
    height: 206px;
    float: left;
    margin-right: 24px;
    margin-top: 43px;
    padding: 35px 25px;
    transition-duration: 0.5s;
    flex: 1;
}

.categories .cate2:nth-child(2n-1) {
    background: #e85d27;
}

.categories .cate2:nth-child(2n) {
    background: #464646;
}

.categories .cate2:nth-child(3n) {
    margin-right: 0;
}

.categories .cate2 p {
    margin-top: 20px;
}

.categories .cate2:nth-child(1) {
    background: url(../images/m4-t3w5oxyzhoi0h9lcwy.png)
}

.categories .cate2:nth-child(2) {
    background: url(../images/m4-t457v6fras33p8ysx7.png)
}

.categories .cate2:nth-child(3) {
    background: url(../images/m4-t5xcl0xvhc1eiro1f8.png)
}

.categories .cate2:nth-child(4) {
    background: url(../images/m4-t6zqs1csg5ecaiujlf.png)
}

.categories .cate2:nth-child(5) {
    background: url(../images/m4-t7eg3wqojymjf435nh.png)
}

.categories .cate2:nth-child(6) {
    background: url(../images/m4-t8rwj4t6cv2u8m4bdl.png)
}

.categories .cate2:hover {
    box-shadow: 5px 5px 5px 1px rgb(134 134 134 / 20%);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

/**技术实力end**/




/**** 产品方案列表 start ****/

.product_list {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
}

.product_list .nTi {
    font-size: 24px;
    margin-bottom: 10px;
}

.product_list .w1200 {
    background: #fff;

    padding: 10px 30px;
    box-shadow: 0px 4px 22px 2px rgba(166, 166, 173, 0.2);
    clear: both;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

.product_list .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.product_list .swiper-container1 {
    /* width: 1080px; */
    /* height: 140px; */
}

.product_list .swiper-container .swiper-slide {
    text-align: center;
    height: 66px;
    display: block;

}

.product_list .swiper-container .swiper-slide img {
    width: 13%;
    margin: 1.83333%;
    float: left;
}

.product_list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0
}

.product_list .swiper-pagination-bullet-active {
    width: 40px;
    background: #f66633
}

.product_list .bigtitle {
    width: 100%;
    display: inline-block;
    line-height: 50px;
}

.product_list .bigtitle b {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 2px;
    color: #333333;
    margin-right: 18px;
}

.product_list .bigtitle p {
    font-size: 14px;
}

.product_list .swiper-container2 {
    width: 100%;
}

.product_list .swiper-container2 .swiper-slide {
    height: auto;
    background-color: #ffffff;
}

.product_list .swiper-container2 .swiper-slide .pro {
    display: block;
    width: 30%;
    /* height: 160px; */
    float: left;
    padding: 20px 1%;
    box-shadow: 0px 2px 2px 0px rgba(166, 166, 173, 0.1);
    margin-right: 14px;
    border: 1px solid #efefef;
    margin-top: 15px;
}

.product_list .swiper-container2 .swiper-slide .pro:last-child {
    margin-right: 0;
}

.product_list .swiper-container2 .swiper-slide .pro img {
    width: 40%;
    height: 100px;
    padding: 1px;
    float: left;
}

.product_list .ptag {
    font-size: 12px;
    color: #013F99;
    padding: 3px 6px;
    background-color: #ffffff;
    border: solid 1px #013F99;
    text-align: CENTER;
    line-height: 1.25;
}

.product_list .swiper-container2 .swiper-slide .pro a {
    display: block;
    margin-left: 10px;
    text-align: left;
    line-height: 2;
    float: left;
    height: 80px;
    width: 160px;
    overflow: hidden;
}

.product_list .swiper-container2 .swiper-slide .pro b {
    font-size: 18px;
    line-height: 1;
    margin: 13px 0 15px 0;
    font-weight: 500;
    color: #013F99;
    height: 18px;
    overflow: hidden;
    display: block;
}

.product_list .swiper-container2 .swiper-slide .pro a~p {
    font-size: 14px;
    padding-left: 15px;
    line-height: 38px;
    color: #555;
    display: inline-block;
    background: #fafafa;
    text-align: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/**产品列表end**/

/**资质荣誉start**/

.honor_list {
    padding: 2vw 0;
    height: auto;
}

.honor_list .wrapper {
    padding: 0 20px;
    box-sizing: border-box;
    width: 80vw;
    margin: 0 auto;
}

.honor_list .tit {
    color: #333;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.honor_list .con {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.honor_list .list {
    margin-top: 40px;
}

.honor_list .clearfix {
    clear: both;
    zoom: 1;
}

.honor_list .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.honor_list .list .item {
    width: 23%;
    margin-right: 2%;
    float: left;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 20px;
}

.honor_list .list .item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.honor_list .list .item .ia {
    overflow: hidden;
    background: #fff;
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
    display: block;
    text-decoration: none;
    color: #8c8d9e;
    width: 100%;
}

.honor_list .list .item .icon {

    float: left;
}

.honor_list .list .item .info {
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: center;
}

.honor_list .list .item .info .nam {
    font-size: 18px;
    margin-bottom: 5px;
    color: #474963;
    padding-top: 0.8rem;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.honor_list .list .item .info .txt {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.honor_list .content {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

/**资质荣誉end**/

/**渠道合作start**/
.qudao {
    padding: 2vw 0;
    height: auto;
}

.qudao .wrapper {
    padding: 0 20px;
    box-sizing: border-box;
    width: 80vw;
    margin: 0 auto;
}

.qudao .wrapper .tit {
    color: #333;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.qudao .wrapper .con {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}


/**渠道合作end**/



/**弹出框文字**/
.layui-layer-hui .layui-layer-content {
    color: #fff;
}