body {
    -webkit-user-select: none; /* 针对Chrome/Safari/Opera */
    -moz-user-select: none; /* 针对Firefox */
    -ms-user-select: none; /* 针对IE10+ */
    user-select: none;
    background:rgb(243, 246, 250);
}

.menu-sub-desc {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 12px;
}

.menu-sub {
    display: inline-block;
}

.left {
    display: inline-block;
    width: 300px;
    padding: 15px;
    background-image: url('../image/left.png');
    background-size: 100% 100%;
    min-height: 450px;
    vertical-align: top;
}

.pc .cate {
    display: inline-block;
    width: 68%;
    text-align: right;
}

.pc .fixed-close {
    display: none;
}

.mobile .fixed-close {
    display: block;
}

.pc .nav {
    display: inline-block;
    width: 30%;
    text-align: left;
}

.pc .nav span {
    font-size: 12px;
}

.mobile .list {
    margin-top: 12px;
}

.pc .cate-item {
    line-height: 36px;
    width: 120px;
    margin-left: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.pc .cate-item:hover {
    background: #1E49E1;
    color: #FFF;
}

.list-title {
    border-bottom: 1px solid rgb(240, 240, 240);
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.list-item {
    padding-top: 25px;
    padding-bottom: 35px;
    cursor: pointer;
    border-bottom: 1px solid rgb(227, 227, 227);
}

.list-item-date {
    display: inline-block;
    text-align: center;
    border: 2px solid #1E49E1;
    padding: 8px 12px 8px 12px;
}

.list-item-day {
    color: #1E49E1;
    font-size: 24px;
    font-weight: 800;

}

.list-item-month {
    font-size: 12px;
    color: #999;
}

.list-item-info {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin-left: 12px;
}

.list-item-title {
    color: #1E49E1;
    font-weight: 600;
	font-size: 16px;
}

.list-item-desc {
    color: #97A0AC;
    font-size: 14px;
    margin-top: 10px;
}

.list-title {
    font-size: 18px;
}

.title {
    color: #1E49E1;
    font-size: 18px;
    font-weight: 500;
}

.desc {
    color: #999;
    margin-top: 6px;
}

.more {
    color:#1E49E1;
    margin-top: 6px;
    font-size: 12px;
    margin-left: 6px;
    cursor: pointer;
    display: none;
}

.mobile .cate-item {
    display: inline-block;
    font-size: 18px;
    margin-right: 6px;
    padding: 2px 12px 2px 12px;
}

.mobile .cate {
    display: -webkit-box;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    word-break: keep-all;
    white-space: nowrap;
}

.mobile .cate::-webkit-scrollbar {
    display: none;
}

.mobile .cate-checked-nav {
    background: #1E49E1;
    color: #fff;
}

.pc .cate-checked-nav {
    background: #1E49E1;
    color: #FFF;
}
.product-info{
    display: flex;
    justify-content: flex-start;
}
.product-items {

    /* text-align: left; */
	text-align: center;
    vertical-align: top;
    width: 25%;
    background: #FFF;
    margin: 6px;

    border-radius: 8px;
    overflow: hidden;
    border:4px solid #FFF;
    box-shadow: 1px 1px 10px #FFF;
}

.tab {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding:16px;
    background:rgb(248,249,255);
}
.tabs{
    display: flex;
    justify-content: center;

}
.tab-item {
    vertical-align: top;
    width: 25%;
    margin: 24px;
    border-radius: 3px;
    position: relative;
}
.tab-item::after{
    content:' ';
    position:absolute;
    width:1px;
    top:30%;
    bottom:0;
    background: -webkit-linear-gradient(bottom, #fff -10%, #ddd 50%, #fff 90%);
    right:-24px;
}
.tabs>:last-child::after{
    opacity: 0;
}
.tab-item-icon {
    display: inline-block;
    vertical-align: top;
    width: 32%;
	width: 48px;
}

.tab-item-info {
    display: inline-block;
    vertical-align: top;

}

.tab-item-title {
    font-size: 16px;
    color: #243546;
    font-weight: 600;
    margin-top:6px;
    margin-bottom:6px
}

.tab-item-desc {
	color: rgb(113 117 126 / var(--tw-text-opacity));
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}

.left-title {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px;
}

.left-desc {
    font-size: 14px;
    color: #747474;
}

.product-items-title {
    color: #fff;
    font-size: .6vw;
    background:#1E49E1;
    padding: 10px 18px 10px 18px;
    display: flex;
    justify-content: center;

}
#product-act{
    cursor: pointer;
}
.product-items-title-icon {
    width: 4vw;
    vertical-align: sub;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-items-title-name {
    display: flex;
    width: 70%;
    margin-left: 3%;
    vertical-align: top;
    flex-direction: column;
    justify-content: center;
}

.product-items-list-title {
    display: flex;
    color: #000000;
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    height: 50px;
    border-radius:4px;
    flex-direction: column;
    justify-content: center;
    margin-top:6px;
	font-weight: 540;
}

.product-items-list-desc {
    font-size: 12px;
    color: #999;
    display: none;
}

.product-storm {

    text-align: center;
    background: rgb(243, 246, 250);
}

.product-items-two {
    width: 360px;
    display: inline-block;
}



.product-items-list {
    cursor: pointer;
    position: relative;

}
.product-items-list-title::after{
    position: absolute;
    content:' ';
    height:1px;
    background:rgb(237,242,253);
    left:5%;
    right:5%;
    bottom:0px;
}
.product-items-list-title:hover::after{
    opacity: 0;
}
.product-items-two .product-items-list {
    display: inline-block;
    width: 44%;
    margin-right: 5%;
}

.about-title h3 {
    color: #1E49E1;
}

.s-about-content p {
	color: rgb(113 117 126 / var(--tw-text-opacity))!important;
    font-size: 16px;
	line-height: 25px;
	letter-spacing: 1.5px;
	/* font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; */
}

.s-abous span {
    /* opacity: .5; */
	color: #f4f4f4;
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 70.666667%;
        flex: 0 0 70.666667%;
        max-width: 70.666667%;
    }
}

@media (max-width: 1000px) {

    .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 2px));
        display: inline-block;
        border-radius: 2px;
        background: var(--swiper-pagination-bullet-inactive-color, #fff);
        opacity: var(--swiper-pagination-bullet-inactive-opacity, .9)
    }

    .tab-item {
        width: 92%;
        margin-bottom: 16px;
    }

    .product-items-title {
        font-size: 16px;
    }

    .cate {
        display: block !important;
        white-space: nowrap;
        overflow: auto;
    }

    .cate-item {
        width: auto !important;
    }

    .about-list {
        display: block !important;
    }

    .about-list-item {
        width: 45% !important;
        display: inline-block !important;
        box-shadow: 1px 1px 10px rgb(220, 220, 220);
    }

    .home-slider video {
        height: auto !important;

    }

    .s-about-img video {
        border-radius: 8px !important;
        width: 100% !important;
    }
    .pr-30 {
        padding-right: 0!important;
    }

    .footer-top .col-xl-3 {
        padding-left: 4% !important;
        margin-bottom: 12px;
    }

    .footer-top .col-xl-4 {
        padding-left: 4% !important;
        margin-bottom: 12px;
    }

    .product-items-title-icon {
        width: 70px !important;
    }

    .s-about-content {
        text-align: center !important;
    }

    .pr-30 {
        padding-right: 15px;
    }

    .pt-60 {
        padding-top: 0;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .fixed-one {
        /* display: none; */
    }

    .product-items-two {
        width: 94%;
    }

    .pt-30 {
        padding-top: 0px;
    }

    .left {
        width: 90%;
        margin: 5%;
        min-height: auto;
    }
    .product-info {
        flex-direction: column;
    }
    .product-items {
        width: 97%;
    }
    .tabs{
        flex-direction: column;
    }
    .tab-item::after{
        opacity: 0!important;
    }
}

.product-storm {
    position: relative;
}

.product-hover {
    display: none;
    text-align: left;
	background: linear-gradient(100deg, #0f62fe -4.5%, #fff 90%);
    padding:12px;
    padding-top: 16px;
    border-radius: 8px;
}

@media (min-width: 1400px) {

    .product-items-two {
        width: 360px;
        display: inline-block;
    }
}

@media (min-width: 1600px) {
    .product-items-two {
        width: 360px;
        display: inline-block;
    }
}

@media (min-width: 1900px) {
    .product-items-two {
        width: 450px;
        display: inline-block;
    }
}

.product-hover-title {
    font-size: 15px;
    font-weight: 600;
    background-size: 320px 60px;
    padding:2px 10px 2px 10px;
    border-radius: 4px;
    background:#FFF;
    display: inline-block;
    /* color:#000; */
	color: #0f62fe;
}

.product-hover-desc {
    padding: 10px;
    font-size: 12px;
    padding-left: 0;
    font-family: 隶书, SimLi;
}

#product-act {
    display: inline;
}

.product-hover-desc p {
    margin-bottom: 0;
    font-family: 隶书, SimLi;
}

.fixed-one-title {
    text-align: center;
    margin-bottom: 6px;
}

.fixed-one-title img {
    width: 60px;
}

@media (max-width: 768px) {
    .fixed-one-title {
        display: none;
    }
}

.fixed-one .input {
    width: 100%;
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;

}

.fixed-one .input img {
    position: absolute;
    left: 10px;
    width: 10px;
    top: 8px;
}

.fixed-one .input input {
    width: 100%;
    padding: 3px;
    border: 1px solid #AFC5D6;
    background: #F2F6FA;
    border-radius: 10px;
    color: #97A0AC;
    padding-left: 25px;
}

.fixed-one .input input::-webkit-input-placeholder {
    color: #97A0AC;
}

.input .yzm {
    font-size: 14px;
    color: #FFF;
    background:#2778ab;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    text-align: center;
    padding-top: 1px;
    border: none;
}

.fixed-one {
    right: 3px;
    position: fixed;
    top: 20%;
    z-index: 999;
    background: #FFF;
    padding: 28px 18px;
    box-shadow: 0px 4px 20px 0px rgba(30, 73, 225, 0.5);
    border-radius: 10px;
    width: 200px;
}

@media (max-width: 768px) {
    .fixed-one {
        right: 3px;
        position: fixed;
        top: 20%;
        z-index: 999;
        background: #FFF;
        padding: 22px 12px;
        box-shadow: 0px 4px 20px 0px rgba(30, 73, 225, 0.5);
        border-radius: 10px;
        width: 150px;
    }

    .fixed-one .input img {
        position: absolute;
        left: 10px;
        width: 10px;
        top: 5px;
    }

    .btn-btn button {
        font-size: 12px;
    }

    .fixed-one .input input {
        font-size: 12px;
        padding-left: 23px;
    }

    .fixed-one .input input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .input .yzm {
        font-size: 12px;
    }
}



.checked {
    margin-top: 24px;
    margin-bottom: 24px;
}

.btn-btn button {
    width: 100%;
    display: block;
    margin-top: 20px;
    background: #2778ab;
    color: #FFF;
    padding: 5px;
    border: none;
    border-radius: 8px;
}

.btn-btns button {
    color: #1E49E1;
    background: #FFF;
    border: 1px solid #1E49E1;
    padding: 8px;
    border-radius: 4px;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.btn-btn button::after {
    border: none !important;
}

.f-contact .icon {
    margin-right: 20px;
}

.f-contact {
    display: flex;
    padding-bottom: 0;
    padding-top: 24px;
    padding-right: 10px;
    padding-left: 0px;
}

.f-contact i {
    width: 20px;
    height: 20px;
    background: none !important;
    line-height: 18px;
    color: #fff !important;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 8px !important;
}

.justify-content-between {
    overflow: hidden !important;
}

.f-contact .icon:before {
    font-size: 12px;
}

.yzm {
    cursor: pointer;
}

.menu-sub-title {
    color: #585858;
}

#header-sticky {
    z-index: 99999;
}

.menu-sub-desc span {
    display: block;
    margin-bottom: 6px;
}

.menu-sub-desc span:hover {
    color: #1E49E1;

}

.ab {
    cursor: pointer;
}

.details-title {

    font-size: 24px;
    font-weight: 800;
    margin-top: 24px;
    color: #1E49E1;
    text-align: center;
}

.details-details {
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 12px;
    font-family: 隶书, SimLi;
}

.details-details p {
    font-family: 隶书, SimLi;
}

.details {
    min-height: 67vh;
}

.slider-image {
    margin-top: 20px;
    position: relative;
}

.footer-top {
    padding-bottom: 30px;
}

.footer-bg {
    font-size: 15px;
    padding-top: 60px !important;
}

.s-a li {
    cursor: pointer;
}

.s-abous img {
    width: 12px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.s-abous span {
    width: 90%;
    margin-left: 6px;
    display: inline-block;
    vertical-align: top;
	line-height: 20px;
}

.f-contact li {
    float: left;
    margin-bottom: 6px !important;
    width: 100%;
}

.copyright-wrap {
    padding: 2px 0;
    font-size: 13px !important;
	color: #000 !important;
}

.f-widget-title h5::before {
    display: none !important;
}

.f-widget-title h5 {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 20px;
}

/*.swiper-button-prev, .swiper-rtl .swiper-button-next {*/
/*    left: 80px;*/
/*    right: auto;*/
/*}*/
.swiper-button-next:after {
    color: #999;
    background: #FFF;
    font-size: 16px;
    border-radius: 50%;
    padding: 10px 14px 10px 14px;

}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: auto !important;
    height: auto !important;
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E49E1;

    border-radius: 50%;
}

.swiper-button-prev:before, .swiper-button-next:before {
    background: #000;
    opacity: .4;
    position: absolute;
    left: 0;
    content: ' ';
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
}

.swiper-button-prev {

}

.swiper-button-prev:after {
    color: #999;
    background: #FFF;
    font-size: 16px;
    border-radius: 50%;
    padding: 10px 14px 10px 14px;

}

.iss {
    padding: 16px;
    font-size: 12px;

}

.menu-left {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    color: #243546;
}

.menu-right {
    display: inline-block;
    width: 60%;
    margin-left: -2%;
    vertical-align: top;
    background: rgb(236, 243, 247);
    font-weight: 600;
    color: #243546;
}

.menu-left-title {
    padding: 14px;
    cursor: pointer;

}

.menu-right-title {
    color: #535353;
    padding: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 24px;
}

.menu-right-title::after {
    position: absolute;
    content: ' ';
    left: 12px;
    top: 20px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1E49E1;

}

.menu-right-title:hover {
    color: #1E49E1;
}

.menu-left-active {
    background: rgb(236, 243, 247);
}

.hide-active {
    display: none;
    opacity: 0;
}

.show-active {
    display: block;
    opacity: 1;
}

.menu-icon {
    width: 36px;
    display: inline-block;
    vertical-align: top;
    margin-top: -3px;
}

.rts {
    position: relative;
}

.rts::after {
    position: absolute;
    content: ' ';
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: .1;
    top: 0;
    right: -16%;
}

.layui-laypage .layui-laypage-spr {
    margin: 6px;
    border-radius: 8px;
}

.layui-laypage a {
    margin: 6px;
    border-radius: 8px;
}

.layui-laypage .layui-laypage-curr {
    margin: 6px;
    border-radius: 8px;
    overflow: hidden;
}

.layui-laypage > a:first-child, .layui-laypage > a:first-child em {
    margin: 6px;
    border-radius: 8px;
}

.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
    margin: 6px;
    border-radius: 8px;
}

[data-product-hove-id] {
    display: none;
}

.down-storm {
    display: flex;
    background: #2778ab;
    width: 90px;
    justify-items: center;
    border-radius: 3px;
    flex-direction: column;
}
.main-menu .has-sub a{
    position: relative;
}
.main-menu .has-sub a:hover{
    color:#5B6874;
    position: relative;
}

.main-menu .has-sub:hover::before,.sub-active::before {
    content:' ';
    position: absolute;
    background:#1E49E1;
    left:0%;
    right:0%;
    height:3px;
    border-radius: 6px;
    bottom:-6.5px;
}
.footer-storm{
    background:#1E49E1;
    background-size: cover;
}
.product-header{
    position: absolute;
    display: none;
    left:0;
    right:0;
    background:#FFF;
    padding:12px;
    z-index:9999;



}
.product-header-list{
    width: 25%;
    margin:12px;
    position: relative;
}
.product-header-list::after{
    position: absolute;
    content:' ';
    background: -webkit-linear-gradient(bottom, #fff -10%, #ddd 50%, #fff 90%);
    top:0;
    bottom:0;
    right:-12px;
    width: 1px;
}
.product-header>:last-child::after{
    opacity: 0;
}
.product-header-list-title{
    font-weight: 600;
    font-size:14px;
    color:#000;
    display: flex;
    align-items: flex-end;
    margin-bottom:12px;

}
.product-slave{
    color:#999;
    font-size:14px;
    background:rgb(113 117 126);
    padding:12px;
    border-radius: 8px;

}
.product-slave-title{
    margin-bottom:12px;
    display: flex;
    position: relative;
    padding-left:12px;
    justify-content: center;
    flex-direction: column;
}
.product-slave-title::after{
    content:' ';
    width:4px;
    height:4px;
    border-radius: 50%;
    background:#999;
    position: absolute;
    left:0;
}
[data-jump]{
    cursor: pointer;
}
@media (max-width: 768px) {
    .mobile .main-menu .has-sub:hover::before, .sub-active::before {
        opacity: 0;
    }
}
.product-act-title{
    margin-bottom:32px;
    margin-top:16px;
    font-size:28px;
    color:#11a0af;
	font-weight: 450;
	/* word-spacing: 20px; */
	letter-spacing: 3px;
}
.product-content{
    margin-top:16px;
    border-radius: 8px;

}
.row{
    margin-left:0;
    margin-right:0;
}
.product-1{
    background: linear-gradient(142deg, #e9efff -2.41%, #fff 92.01%);
}
.product-2{
    background: linear-gradient(148deg, #dafbf8 -9.49%, #fff 96.59%);

}
.product-3{
    background: linear-gradient(145deg, #fceadc -9.47%, #fff 99.57%);
}
.product-4{
    background: linear-gradient(145deg, #e7e7e7 -9.47%, #fff 99.57%);
}
.product-hover-1{
    background: linear-gradient(142deg, #0f62fe -2.41%, #518dff 92.01%);
    color:#FFF;
}
.product-pc-1{
    background: linear-gradient(100deg, #0f62fe -4.5%, #fff 90%);
    color:#FFF;
}
.product-hover-2{
    background: linear-gradient(120deg, #00c0ae 11.94%, #00d2be 81.92%);
    color:#FFF;
}
.product-pc-2{
    background: linear-gradient(100deg, #00c0ae -4.5%, #fff 91%);
    color:#FFF;
}
.product-hover-3{
    background: linear-gradient(145deg, #fe7200 -9.47%, #ffae6c 99.57%);
    color:#FFF;
}
.product-pc-3{
    background: linear-gradient(100deg, #fe7200 -4.5%, #fff 91%);
    color:#FFF;
}
.product-hover-4{
    background: linear-gradient(145deg, #191c27 -9.47%, #4e515a 99.57%);
    color:#FFF;
}
.product-pc-4{
    background: linear-gradient(100deg, #191c27 -4.5%, #fff 91%);
    color:#FFF;
}
.more-btn{
    display: flex;
    justify-content: center;
}
.more-btn button{
    padding:6px 16px 6px 16px;
    border:none;
    font-size:12px;
    border-radius:6px;
}
.more-btn button::after{
    border:none!important;
}
.product-color-1,.product-pc-1 .product-hover-title{
    color:#0f62fe;
}

.product-color-2,.product-pc-2 .product-hover-title{
    color:#00c0ae;
}
.product-color-3,.product-pc-3 .product-hover-title{
    color:#fe7200;
}
.product-color-4,.product-pc-4 .product-hover-title{
    color:#191c27;
}
.product-items-lists>:nth-child(3)>.product-items-list-title::after{
    opacity: 0;
}
.product-header-list-icon{
    width: 32px;
    display: block;
    margin-bottom:4px;
    margin-left:8px;
}
