﻿/*index_page*/

.index_page {
    margin: 0 auto;
    padding: 0px 0px;
}

#topmenu ul li {
    color: white;
}

#topmenu ul li:nth-child(2) {
    border-bottom: 1px #ff9f00 solid;
}


/*top_nav    头部导航栏*/

.top_nav {
    overflow: hidden;
}

.top_nav .tel {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #0253ff;
    font-family: "arial";
    font-weight: bold;
    white-space: nowrap;
}

.top_nav .tel img {
    display: block;
    max-width: 100%;
    margin-right: 13px;
}

.top_nav .topss {
    display: flex;
    width: 220px;
    display: flex;
    border: 1px solid #f1f1f1;
    transition: 0.5s;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.top_nav .topss input[type=text] {
    width: calc(100% - 37px);
    padding-left: 10px;
    background: none;
    outline: none;
    border: none;
}

.top_nav .topss input[type=button] {
    width: 37px;
    background: url(../../images/but.png) no-repeat center center;
    line-height: 34px;
    outline: none;
    border: none;
}

.top_nav .topss:hover {
    border-color: #0253ff;
}

.top_nav_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
}

.top_nav_con .top_nav_logo img {
    max-width: 100%;
    display: block;
}

.topmidul {
    display: flex;
    width: 45%;
    position: relative;
}

.topmidul li {
    width: fit-content;
    margin-right: 20px;
    line-height: 78px;
    cursor: pointer;
}

.topmidul li:hover {
    border-bottom: 2px solid #fcfcfc;
}

.topmidul li .nav_a {
    display: block;
    font-size: 16px;
    color: #010101;
    line-height: 78px;
    text-align: center;
    position: relative;
}

.topmidul li .nav_a::before {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #0253ff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: 0.5s;
}


/*.topmidul li:hover .nav_a, .topmidul li.active .nav_a { color: #0253ff; }*/


/*.topmidul li:hover .nav_a::before, .topmidul li.active .nav_a::before { width: 45px; }*/

.topmidul li:nth-child(4) .sub_ul li {
    width: calc(100% / 5);
}

.topmidul .sub_ul {
    display: none;
    width: 150%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
}

.topmidul .sub_ul li {
    float: left;
    width: initial;
    padding: 0 30px;
}

.topmidul .sub_ul li .nav_a2 {
    font-size: 15px;
    line-height: 40px;
    color: #010101;
    display: block;
    text-align: center;
    transition: all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*.topmidul li .nav_a2:hover, .topmidul li .nav_a2.on { color: #0253ff; }*/

.toprigul {
    display: flex;
}

.toprigul li {
    margin: 0px 5px;
}

.toprigul li a {
    color: black;
}


/*imenu_dvs*/

.imenu_dvs {
    position: absolute;
    top: 80px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    height: 620px;
    display: none;
}

.imenu_dvs .dvs {
    width: 1200px;
    height: 530px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    border: 1px solid #f6f6f6;
}

.imenu_dvs .dvs .cd1 {
    width: 1200px;
    height: 620px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    background-color: gray;
}

a:active {
    color: black
}

a {
    color: gray;
}

.imenu_dvs .sty_cp {
    display: flex;
    position: relative;
}

.imenu_dvs .sty_cp .left {
    width: 20%;
    margin-top: 35px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.imenu_dvs .sty_cp .left ul {
    display: inline-block;
    width: 100%;
    height: 526px;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f9faff;
    border-right: 1px #d6d6d6 solid;
}

.imenu_dvs .sty_cp .left ul li {
    padding: 25px 18px 25px 30px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-right: 2px solid transparent;
    transition: all .25s ease-in-out;
}

.imenu_dvs .sty_cp .left ul li:before {
    content: "";
    background-image: url(../../images/bgpic/ico_1.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.imenu_dvs .sty_cp .left ul li:after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #ebf0fc;
}

.imenu_dvs .sty_cp .left ul li:hover {
    border-right: 2px solid #3860f4;
    color: #3860f4
}

.imenu_dvs .sty_cp .right {
    width: 80%;
    margin-top: 45px;
    display: flex;
    padding: 0px 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.imenu_dvs .sty_cp .right .cp {
    display: block;
    width: calc(100% /4);
    margin-top: 10px;
}

.imenu_dvs .sty_cp .toptit .left {
    width: 70%;
    margin-top: 0px;
    text-align: left;
    padding-left: 25px;
    color: gray;
}

.imenu_dvs .sty_cp .toptit .right {
    width: 30%;
    margin-top: 0px;
}

.imenu_dvs .sty_cp .toptit {
    width: 100%;
    position: absolute;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
}

.imenu_dvs .sty_cp .toptit .right i:nth-child(1) {
    margin-right: 10px;
    background-image: url('../../images/bgpic/cpdj.png');
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: top;
}

.imenu_dvs .sty_cp .toptit .right i:nth-child(2) {
    margin-right: 10px;
    background-image: url('../../images/bgpic/cpdt.png');
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: right;
    vertical-align: top;
}

.imenu_dvs .sty_cp .toptit .right a {
    margin: 0px 10px;
}

.imenu_dvs .sty_fa {
    display: flex;
}

.imenu_dvs .sty_fa .left {
    width: 20%;
}

.imenu_dvs .sty_fa .left ul {
    background-color: #f9faff;
    border-right: 1px #d6d6d6 solid;
    display: inline-block;
    width: 100%;
    height: 526px;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f9faff;
}

.imenu_dvs .sty_fa .left ul li {
    overflow: hidden;
    border-right: 2px solid transparent;
    transition: all .25s ease-in-out;
    position: relative;
    padding: 25px 18px 25px 30px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.imenu_dvs .sty_fa .left ul li::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #ebf0fc;
}

.imenu_dvs .sty_fa .left ul li:before {
    content: "";
    background-image: url(../../images/bgpic/ico_1.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.imenu_dvs .sty_fa .left ul li:hover {
    border-right: 2px solid #3860f4;
    color: #3860f4
}

.imenu_dvs .sty_fa .right {
    width: 72%;
    margin: 0 auto;
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.imenu_dvs .sty_fa .right .fa {
    margin-right: 32px;
    width: calc(100% /5);
    text-align: left;
}

.imenu_dvs .sty_fa .right .fa a {
    display: block;
    position: relative;
    color: #374567;
    cursor: pointer;
    margin-bottom: 25px;
}

.imenu_dvs .sty_fa .right .fa a span {
    display: inline-block;
    line-height: 32px;
    color: #374567;
    font-weight: 700;
    margin-right: 12px;
}

.imenu_dvs .sty_fa .right .fa a span:hover {
    color: #3860f4
}

.imenu_dvs .sty_fa .right .fa a div {
    margin-top: 8px;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    min-height: 36px;
    color: #7a8ba6;
    border-bottom: 1px #d2d2d2 solid;
}

.imenu_dvs .sty_fa .right .fa div {
    display: flex;
}

.imenu_dvs .sty_fa .right .fa div a img {
    width: 50px;
}

.imenu_dvs .sty_fa .right .fa div a {
    margin-right: 10px;
    box-shadow: 0px 5px 5px #ccc;
}

.imenu_dvs .sty_sj {
    display: flex;
}

.imenu_dvs .sty_sj .left {
    width: 20%;
}

.imenu_dvs .sty_sj .left ul {
    display: inline-block;
    width: 226px;
    height: 526px;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f9faff;
    border-right: 1px #d6d6d6 solid;
}

.imenu_dvs .sty_sj .left ul li {
    position: relative;
    padding: 25px 18px 25px 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 2px solid transparent;
}

.imenu_dvs .sty_sj .left ul li .tit {
    font-weight: 600;
    padding: 10px 0px;
    width: 100%;
}

.imenu_dvs .sty_sj .left ul li .con {
    font-size: 14px;
    color: grey;
    line-height: 25px;
}

.imenu_dvs .sty_sj .left ul li .btn {
    padding: 10px 0px;
}

.imenu_dvs .sty_sj .left ul li .btn a {
    color: #3860f4;
}


/*.imenu_dvs .sty_sj .left ul li:before { content: ""; background-image: url(../../images/bgpic/ico_1.png); background-repeat: no-repeat; display: block; width: 15px; height: 15px; }*/


/*.imenu_dvs .sty_sj .left ul li:hover { border-right: 2px solid #3860f4; color: #3860f4 }*/

.imenu_dvs .sty_sj .left ul li::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #ebf0fc;
}

.imenu_dvs .sty_sj .left ul li div {
    text-align: left;
    width: 100%;
}

.imenu_dvs .sty_sj .right {
    width: 80%;
    margin-top: 20px;
    display: flex;
    padding: 0px 50px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.imenu_dvs .sty_sj .right .sj {
    display: block;
    width: calc(100% /4);
    margin-top: 10px;
}

.imenu_dvs .sty_xw {
    display: flex;
}

.imenu_dvs .sty_xw .left {
    width: 20%;
}

.imenu_dvs .sty_xw .left ul {
    display: inline-block;
    width: 100%;
    height: 526px;
    overflow: auto;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f9faff;
    border-right: 1px #d6d6d6 solid;
}

.imenu_dvs .sty_xw .left ul li {
    position: relative;
    padding: 25px 18px 25px 30px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.imenu_dvs .sty_xw .left ul li:before {
    content: "";
    background-image: url(../../images/bgpic/ico_1.png);
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

.imenu_dvs .sty_xw .left ul li:hover {
    border-right: 2px solid #3860f4;
    color: #3860f4
}

.imenu_dvs .sty_xw .left ul li::after {
    content: "";
    position: absolute;
    left: 14px;
    bottom: 0;
    height: 1px;
    width: 190px;
    background-color: #ebf0fc;
}

.imenu_dvs .sty_xw .right {
    width: 80%;
    margin-top: 10px;
}

.imenu_dvs .sty_xw .right .xw {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.imenu_dvs .sty_xw .right .xw ul li img {
    width: 92px;
    height: 50px;
}

.imenu_dvs .sty_xw .right .xw ul li {
    width: 92px;
    height: 50px;
    margin-right: 30px;
    margin-bottom: 64px;
    cursor: pointer;
}

.imenu_dvs .sty_xw .right .xw ul li div {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imenu_dvs .sty_xw .right .xw ul {
    display: flex;
    flex-wrap: wrap;
}

.imenu_dvs .sty_xw .right .xw .tit {
    width: 100%;
    text-align: left;
    border-bottom: #e5e5e5 1px solid;
    padding: 15px 0px;
    font-weight: 600;
}

.sty_we {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0px;
    font-weight: 600;
}

.sty_we .item {
    width: 308px;
    margin-top: 20px;
}

.sty_we .item li {
    width: 100%;
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes line_left {
    0% {
        width: 30px
    }
    100% {
        width: 60px
    }
}


/* iAdv_dvs产品首页背景,文字 */

.inx_dvs {
    position: relative;
    width: 100%;
    height: 406px;
    overflow: hidden;
    background-image: url(../../images/bgpic/product_index_bg1.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-size: cover;
}

.inx_dvs .con {
    width: 1080px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    display: flex;
}

.inx_dvs .con .left {
    width: 60%;
    font-size: 50px;
    color: white;
    line-height: 40px;
}

.inx_dvs .con .left .ftit {
    font-size: 25px;
}

.inx_dvs .con .right {
    width: 50%;
    font-size: 12px;
    color: #ffffff;
    line-height: 22px;
}


/*<!-- //头部过渡100%宽度条-- >*/

.head_gdt {
    width: 100%;
    height: 71px;
    overflow: hidden;
    background-color: #002e86;
    margin-top: -1px;
    background-image: url('../../images/bgpic/pro_gdbg.png');
    background-repeat: no-repeat;
}

.head_gdt .con {
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.head_gdt .con .left {
    width: 10.6%;
    padding-right: 50px;
    border-right: 1px solid #cecece;
}

.head_gdt .con .left span {
    background-color: #ff9f00;
    border-radius: 15px;
    padding: 1px 15px;
    color: white;
    text-align: center;
    display: block;
    width: fit-content;
}

.head_gdt .con .right {
    width: 74%;
}

.head_gdt .con .right ul {
    display: flex;
}

.head_gdt .con .right ul li {
    list-style: none;
    margin-right: 40px;
    color: white;
    display: flex;
    align-items: center;
}

.head_gdt .con .right ul li img {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}


/*<!-- 中间部分,左边菜单-- >*/

.Product_con {
    /* background: #f9faff; */
    min-width: 1200px;
}

.Product_con .con {
    margin: 0 auto;
    padding-top: 35px;
    width: 1200px;
    min-width: 1200px;
    height: auto;
    clear: both;
}

.Product_con .con .left_menu {
    float: left;
    width: 212px;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    /* 粘性定位*/
    position: sticky;
    left: 0;
    top: 0;
    display: none;
}

.Product_con .con .left_menu ul {
    border-right: 1px solid #e1e6f0;
    box-sizing: border-box;
}

.Product_con .con .left_menu ul li {
    position: relative;
    width: 151px;
    height: 32px;
    padding: 14px 0 14px 60px;
    line-height: 32px;
}

.Product_con .con .left_menu ul li a {
    display: block;
    font-size: 16px;
    color: #374567;
    line-height: 34px;
}

.Product_con .con .left_menu ul li:before {
    display: block;
    content: '';
    float: left;
    margin: 13px 0 0 -34px;
    width: 6px;
    height: 6px;
    background: linear-gradient(90deg, rgba(56, 96, 244, .21) 0, rgba(249, 250, 255, 0) 100%);
    border-radius: 4px;
}

.Product_con .con .left_menu ul li:after {
    position: absolute;
    left: 13px;
    bottom: 0;
    display: block;
    content: '';
    width: 185px;
    height: 1px;
    background: #ebf0fc;
}

.Product_con .con .left_menu ul li.active {
    width: 150px;
    border-right: 2px solid #3860f4;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%);
}

.Product_con .con .left_menu ul li.active:before {
    background: linear-gradient(90deg, #3860f4 0, rgba(95, 135, 248, 0) 100%);
}

.Product_con .con .left_menu ul li.active a {
    font-weight: 700;
    color: #3860f4;
}

.Product_con .con .left_menu ul li:after {
    position: absolute;
    left: 13px;
    bottom: 0;
    display: block;
    content: '';
    width: 185px;
    height: 1px;
    background: #ebf0fc;
}

.Product_con .con .left_menu ul li:hover {
    background: linear-gradient(90deg, rgba(235, 240, 252, 0) 0, #ebf0fc 100%)
}


/*<!-- 中间部分,右边最顶部文字按钮-- >*/

.right_txtbtn {
    width: 880px;
    height: 80px;
    overflow: hidden;
    margin-left: 260px;
    margin-bottom: 40px;
    padding: 0 34px;
    padding: 0px 30px 0px 10px;
    border: 1px solid #e1e6f0;
    background-image: url(../../images/bgpic/right_txtbtn_bg.png);
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-position-x: 120px;
}

.right_txtbtn .txt {
    font-size: 14px;
    font-weight: 600;
}


/*<!-- 产品优势-- >*/

.Product_ys {
    width: 100%;
    /* margin-left: 212px; */
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 60px;
}

.Product_ys .txt {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #374567;
    line-height: 48px;
}

.Product_ys ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.Product_ys ul li {
    width: 420px;
    margin-bottom: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.Product_ys ul li:nth-child(1) {
    margin-right: 250px;
}

.Product_ys ul li:nth-child(3) {
    margin-right: 250px;
}

.Product_ys ul li .simg {
    margin-top: 4px;
    width: fit-content;
    height: fit-content;
    padding: 25px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
    box-shadow: 0 2px 8px 0 rgba(173, 190, 204, .35);
}

.Product_ys ul li .simg img {
    width: 50px;
    height: 50px;
}

.Product_ys ul li .info {
    display: inline-block;
    width: 330px;
    margin-left: 40px;
}

.Product_ys ul li .info .title {
    font-size: 16px;
    font-weight: 700;
    color: #374567;
    line-height: 32px;
}

.Product_ys ul li .info .desc {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #7a8ba6;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 2px;
}

.Product_ys .cp_con {
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 50px;
}

.Product_ys .cpjs {
    display: flex;
    flex-wrap: wrap;
}

.Product_ys .cpjs li {
    width: calc(100% / 5);
    margin: 10px 0;
    position: relative;
    border-right: 1px solid #dbdbdb;
}

.Product_ys .cpjs div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Product_ys .cpjs div img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.Product_ys .cpjs div:nth-child(2) {
    border-left: 1px #c7c7c7 solid;
    border-right: 1px #c7c7c7 solid;
}

.Product_ys .cpjs div:nth-child(3) {
    /* border-left: 1px #c7c7c7 solid; */
    border-right: 1px #c7c7c7 solid;
}

.Product_ys .cpjs div img {
    width: 50%;
    margin: 0 auto;
    height: 50px;
}

.Product_ys .yjswrap {
    width: 85%;
}

.Product_ys .yjswrap .title {
    text-align: center;
    margin-top: 60px;
}

.Product_ys .yjswrap .title .t1 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
}

.Product_ys .yjswrap .title .t3 {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    padding-top: 35px;
}

.Product_ys .yjsrow {
    display: flex;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    width: 87%;
}

.Product_ys .yjsrow li {
    width: 175px;
    position: relative;
    display: inline;
    margin: 0px 16px;
}

.Product_ys .yjsrow li .pic {
    width: 100%;
    height: 166px;
    /* background: url(/images/border2.png) no-repeat center center; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.Product_ys .yjsrow li:nth-child(5) .pic::before {
    content: "";
    display: none;
    width: 26px;
    height: 2px px;
    border-bottom: 2px dotted #0253ff;
    position: absolute;
    right: -29px;
    top: 50%;
    transform: translateY(calc(-50% - 0.5px));
}

.Product_ys .yjsrow li .t1 {
    font-size: 18px;
    color: #000;
    padding-top: 0.16rem;
    text-align: center;
}


/* .Product_ys .yjsrow li:nth-child(even) .pic {
    background: url(/images/border3.png) no-repeat center center;
} */

.Product_ys .yjsrow li .pic::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    border-bottom: 2px dotted #0253ff;
    position: absolute;
    right: -29px;
    top: 50%;
    transform: translateY(calc(-50% - 0.5px));
}

.Product_ys .yjsrow li .pic .bb {
    border: 10px solid #d9e1f2;
    border-radius: 50%;
    background-color: #0253ff;
    padding: 10px;
}

.Product_ys .yjsrow li .pic .bb img {
    display: block;
    max-width: 100%;
    width: 60px;
    height: 60px;
    transition: 0.5s;
}

.xuanfu {
    transform: rotateY(360deg);
}


/* /////////////////// */


/*<!-- 服务优势-- >*/

.Product_fwys {
    width: 100%;
    /* margin-left: 212px; */
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 60px;
}

.Product_fwys .txt {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #374567;
    line-height: 48px;
}

.Product_fwys ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.Product_fwys ul li {
    width: 420px;
    margin-bottom: 48px;
}

.Product_fwys ul li:nth-child(1) {
    margin-right: 30px;
}

.Product_fwys ul li:nth-child(3) {
    margin-right: 30px;
}

.Product_fwys ul li .simg {
    display: inline-block;
    margin-top: 4px;
    vertical-align: top;
    width: fit-content;
    height: fit-content;
}

.Product_fwys ul li .simg img {
    width: 50px;
    height: 50px;
}

.Product_fwys ul li .info {
    display: inline-block;
    width: 330px;
    margin-left: 24px;
}

.Product_fwys ul li .info .title {
    font-size: 16px;
    font-weight: 700;
    color: #374567;
    line-height: 32px;
}

.Product_fwys ul li .info .desc {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #7a8ba6;
    line-height: 25px;
    text-align: justify;
}

.Product_fwys .cp_con {
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 50px;
}


/*<!-- 产品系列-- >*/

.Product_xl {
    width: 100%;
    /* margin-left: 212px; */
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 60px;
}

.Product_xl .txt {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #374567;
    line-height: 48px;
}

.Product_xl ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
}

.Product_xl ul li {
    width: 277px;
}

.Product_xl ul li .item {
    height: 450px;
    position: relative;
    border: 1px solid #e1e6f0;
    background-color: white;
}

.Product_xl ul li .item .itembs {
    position: absolute;
    height: 8px;
    width: 70px;
    left: 35px;
    background-color: #ff9f00;
    top: -2px;
}

.Product_xl ul li .item img {
    position: absolute;
    right: -4px;
    top: 16px;
}

.Product_xl ul li .item .iteminfo {
    width: 85%;
    margin: 0 auto;
    margin-top: 65px;
}

.Product_xl ul li .item .iteminfo .title {
    font-size: 16px;
    font-weight: 600;
}

.Product_xl ul li .item .iteminfo .txt1 {
    font-size: 12px;
    color: gray;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px #dcdcdc solid;
    line-height: 20px;
}

.Product_xl ul li .item .iteminfo .txt2 {
    font-size: 12px;
    margin-top: 20px;
    line-height: 22px;
}

.Product_xl ul li .item .iteminfo ul {
    display: block;
    margin-top: 22px;
    border-bottom: 1px #dcdcdc solid;
}

.Product_xl ul li .item .iteminfo ul li {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.Product_xl ul li .item .iteminfo ul li img {
    position: initial;
    margin-right: 15px;
}

.Product_xl ul li .item .iteminfo .ckxqbtn {
    height: 30px;
    display: flex;
    margin-top: 27px;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.Product_xl ul li .item .iteminfo .ckxqbtn a {
    font-size: 14px;
    background-color: #374567;
    padding: 6px 20px;
    color: white;
    position: absolute;
    right: 3px;
}


/*.Product_xl ul li .item .iteminfo ul li:before { background-image: url('../../images/bgpic/cp_xl_ico.png'); background-repeat: no-repeat; }*/


/*.Product_xl ul li .item .iteminfo ul li:before { display: block; content: ''; float: left; margin: 13px 0 0 -34px; width: 25px; height: 25px; background-image: url('../../images/bgpic/cp_xl_ico.png'); background-repeat: no-repeat; border-radius: 4px; }*/


/*<!-- 优势对比-- >*/

.products_ysdb {
    width: 100%;
    /* margin-left: 212px; */
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 60px;
}

.products_ysdb .txt {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    color: #374567;
    line-height: 48px;
}

.products_ysdb .ysdb_table {
    width: 100%;
    color: #374567;
    background: #fff;
    border: 1px solid #e1e6f0;
    box-shadow: 0 16px 16px 0 rgba(55, 69, 103, .02), 0 8px 8px 0 rgba(235, 240, 252, .02);
    box-sizing: border-box;
}

.products_ysdb .ysdb_table table {
    width: 100%;
}

.products_ysdb .ysdb_table table thead tr {
    width: 100%;
    background: linear-gradient(180deg, #f9faff 70%, rgba(224, 231, 255, .52) 130%);
}

.products_ysdb .ysdb_table table thead tr th {
    padding: 0 36px;
    font-size: 16px;
    color: #374567;
    font-weight: 600;
    line-height: 40px;
    border-right: 1px solid #ebf0fc;
    border-bottom: 1px solid #ebf0fc;
    text-align: left;
}

.products_ysdb .ysdb_table table tbody tr td.bold {
    font-size: 16px;
    font-weight: 700;
}

.products_ysdb .ysdb_table table tbody tr td {
    height: 48px;
    padding: 16px 36px;
    font-size: 16px;
    color: #374567;
    line-height: 32px;
    border-right: 1px solid #ebf0fc;
    border-bottom: 1px solid #ebf0fc;
    vertical-align: middle;
    text-align: left;
    word-break: break-word;
}

.products_ysdb .ysdb_table table tbody tr td.good {
    position: relative;
    padding: 16px 32px 16px 84px;
}

.products_ysdb .ysdb_table table tbody tr td.gray {
    background: rgba(249, 250, 255, .69);
}

.products_ysdb .ysdb_table tbody tr td.good:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 14px;
    background-image: url('../../images/bgpic/ysdb_ico.png');
    background-size: cover;
}


/*<!-- 功能特性-- >*/

.products_gntx {
    width: 100%;
    /* margin-left: 212px; */
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 60px;
}

.products_gntx .txt {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #374567;
    line-height: 48px;
}

.products_gntx ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.products_gntx ul li {
    position: relative;
    display: inline-block;
    width: 400px;
    margin-bottom: 45px;
    vertical-align: top;
}

.products_gntx ul li:nth-child(1),
.products_gntx ul li:nth-child(2),
.products_gntx ul li:nth-child(4) {
    margin-right: 35px;
}


/* .products_gntx ul li:nth-child(1) {} */

.products_gntx ul li .title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #374567;
    line-height: 32px;
}

.products_gntx ul li .gntx_con {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #7a8ba6;
    line-height: 32px;
    text-align: justify;
    letter-spacing: 2px;
}


/*相关文档*/

.products_xgwd {
    width: 100%;
    /* margin-left: 212px; */
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 60px;
}

.products_xgwd .txt {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #374567;
    line-height: 48px;
}

.products_xgwd .xgwd_con li:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #3860f4 0, rgba(95, 135, 248, 0) 100%);
    vertical-align: top;
}

.products_xgwd .xgwd_con {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products_xgwd .xgwd_con li {
    width: 408px;
    height: 32px;
    border-bottom: 1px solid #e1e6f0;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.products_xgwd .xgwd_con li .title {
    display: inline-block;
    width: 286px;
    padding: 0 24px 0 12px;
    font-size: 14px;
    font-weight: 400;
    color: #374567;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products_xgwd .xgwd_con li a {
    float: right;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #3860f4;
    line-height: 28px;
}


/*技术支持*/

.products_jszc {
    width: 100%;
    /* margin-left: 212px; */
    margin-bottom: 0px;
    padding-left: 40px;
    padding-right: 60px;
}

.products_jszc .txt {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #374567;
    line-height: 48px;
}


/* .products_jszc .jszc_con li:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: 14px;
    border-radius: 4px;
    background: linear-gradient(90deg, #3860f4 0, rgba(95, 135, 248, 0) 100%);
    vertical-align: top;
} */

.products_jszc .jszc_con {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products_jszc .jszc_con li {
    /* width: 408px;
    height: 32px; */
    border-bottom: 1px solid #e1e6f0;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.products_jszc .jszc_con li .title {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #374567;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_jszc .jszc_con li a {
    float: right;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #3860f4;
    line-height: 28px;
}


/*最底部*/

.under {
    overflow: hidden;
    width: 100%;
    background-color: #015ada;
    border-bottom: 1px #d4d4d430 solid;
    padding-bottom: 25px;
}

.under .con {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    flex-direction: column;
}

.under .con .uncon {
    width: 100%;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
}

.under .uncon .left {
    width: 25%;
}

.under .uncon .left div {
    color: white;
    margin: 10px 0px 20px 0px;
}

.under .uncon .left ul {
    display: flex;
}

.under .uncon .left ul li {
    margin-right: 25px;
}

.under .uncon .left ul li img {
    width: 80px;
}

.under .uncon .right {
    display: flex;
    margin-left: 30px;
}

.under .uncon .right .itemmenu h1 {
    margin-bottom: 30px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: 600;
}

.under .uncon .right .itemmenu {
    margin-left: 80px;
    margin-right: 10px;
}

.under .uncon .right .itemmenu ul li {
    font-size: 14px;
    color: gainsboro;
    cursor: pointer;
    margin-bottom: 5px;
}


/*版权所有*/

.bqsy {
    overflow: hidden;
    width: 100%;
    background-color: #015ada;
}

.bqsy .bqsycon {
    width: 1080px;
    min-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: white;
    margin-top: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.bqsy .bqsycon span {
    font-size: 14px;
}


/*cps*/

.Product_xl .fwbot {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.Product_xl .fwbot .item {
    width: 40%;
    margin: 10px 10px 40px 0px;
    border: 1px solid #bdbdbd30;
    padding: 20px 20px 20px 20px;
    height: fit-content;
}

.Product_xl .fwbot .item .itemtit {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    margin: 0px 0px 20px 0px;
    position: relative;
}

.Product_xl .fwbot .item .itemtit .showmore {
    position: absolute;
    right: 15px;
}

.Product_xl .fwbot .item .itemtit .spico {
    position: absolute;
    right: 0px;
}

.Product_xl .fwbot .item .itemtit .showmore:hover {
    cursor: pointer;
}

.Product_xl .fwbot .item .itemtit img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 12px;
}

.Product_xl .fwbot .item .info {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: gray;
    line-height: 22px;
    padding-bottom: 10px;
}

.Product_xl .fwbot .item .itemcon {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: gray;
    line-height: 22px;
    display: none;
    border-top: 1px #d2d2d2 solid;
    padding-top: 10px;
}

.Product_xl .zspic {
    overflow: hidden;
    text-align: center;
}

.Product_xl .zspic .pic1 {
    width: 30%;
}

.Product_xl .zspic .pic2 {
    width: 90%;
    margin-bottom: 50px;
}

.Product_xl .zspic img {
    overflow: hidden;
    width: 100%;
}