.page {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* 头部样式 */

.box_1 {
    position: fixed;
    padding: 15px 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.box_1.headbg_black {
    background: rgba(0, 0, 0, .4);
}

.box_1 .group_8 {
    width: 100%;
}

.box_1 .group_8 .image_1 {
    float: left;
    margin-top: 5px;
}

.box_1 .group_8 .head_right {
    float: right;
}

.box_1 .group_8 .head_right .text_1 {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.box_1 .group_8 .head_right .text_1 img {
    margin-right: 13px;
}

.box_1 .group_8 .head_right .text-wrapper_1 {
    display: inline-block;
    margin-left: 30px;
    width: 112px;
    height: 34px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 34px;
    text-align: center;
    border-radius: 17px;
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.box_1 .text-wrapper_18 {
    margin-top: 25px;
}

.box_1 .text-wrapper_18 a {
    display: block;
    float: left;
    margin-right: 30px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid transparent;
}

.box_1 .text-wrapper_18 a:hover,
.box_1 .text-wrapper_18 a.active {
    border-color: #fff;
}


/* banner区域 */

.box_2 {
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.box_2 .swiper-slide {
    width: 100%;
    height: 680px;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: top center !important;
}

.box_2 .swiper-slide .w1200 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 1200px;
    height: 680px;
}

.box_2 .swiper-slide .banner_left {
    width: 620px;
    overflow: hidden;
}

.box_2 .swiper-slide .banner_left h1 {
    font-size: 46px;
    color: #fff;
}

.box_2 .swiper-slide .banner_left p {
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 36px;
}

.box_2 .swiper-slide .banner_left .banner_btn {
    display: block;
    margin-top: 55px;
    width: 140px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.box_2 .swiper-container-horizontal>.swiper-pagination-bullets,
.box_2 .swiper-pagination-custom,
.box_2 .swiper-pagination-fraction {
    bottom: 20px;
}

.box_2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.box_2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.4;
    border-radius: 5px;
    outline: none;
}

.box_2 .swiper-pagination-bullet-active {
    opacity: 1;
}


/* 内容区域样式 */

.group_10 {
    width: 100%;
}

.block_5 {
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(../images/bg5.jpg) bottom center no-repeat;
    overflow: hidden;
}

.section_title {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.section_title h6 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
}

.section_title h6::after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 50px;
    height: 3px;
    background: #1E7EE5;
}

.system_text {
    margin-top: 22px;
    width: 100%;
    overflow: hidden;
}

.system_text p {
    margin-bottom: 15px;
    font-size: 16px;
    text-indent: 2em;
    color: #333;
    line-height: 30px;
}

.system_text p:last-child {
    margin-bottom: 0;
}

.text-group_13 {
    width: 100%;
    text-align: center;
}

.text-group_13 span {
    display: block;
}

.text-group_13 .text_11 {
    font-size: 34px;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
}

.text-group_13 .text_12 {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(153, 153, 153, 1);
}

.block_10 {}

.system_tab {
    margin-top: 35px;
    width: 100%;
}

.system_tab .block_21 {
    width: 100%;
}

.system_tab .block_21 a {
    display: block;
    float: left;
    margin-right: 15px;
    width: 135px;
    height: 45px;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 45px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(50, 109, 241, 0.1);
    border-radius: 5px;
}

.system_tab .block_21 a:last-child {
    margin-right: 0;
}

.system_tab .block_21 a.on {
    color: #fff;
    background: linear-gradient(90deg, #2266E5, #2880ED);
    box-shadow: 0px 6px 11px 1px rgba(155, 187, 255, 0.9);
}

.system_tab .bd {
    margin-top: 55px;
    overflow: hidden;
}

.system_tab .block_22 {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

.system_tab .image_7 {
    float: left;
    max-width: 100%;
}

.system_tab .group_12 {
    margin-left: 50px;
}

.system_tab .group_12 .text-group_15 span {
    display: block;
}

.system_tab .group_12 .text-group_15 .text_27 {
    font-size: 72px;
    font-style: oblique;
    color: rgba(25, 95, 242, 1);
    text-align: left;
}

.system_tab .group_12 .text-group_15 .text_28 {
    font-size: 36px;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
    text-align: left;
}

.system_tab .group_12 .paragraph_6 {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: rgba(153, 153, 153, 1);
    text-align: left;
    line-height: 30px;
}

.block_12 {
    padding: 70px 0;
    padding-bottom: 60px;
    width: 100%;
    background: url(../images/bg2.jpg) top center no-repeat;
}

.block_12 .text-group_13 .text_11,
.block_12 .text-group_13 .text_12 {
    color: #fff;
}

.section_5 {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}

.section_5 .box_4 {
    float: left;
    margin-right: 13px;
    margin-bottom: 20px;
    width: 290px;
    height: 443px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
}

.section_5 .box_4:nth-child(4n) {
    margin-right: 0;
}

.section_5 .box_4 .label_2,
.section_5 .box_4 .item_cont {
    margin-left: 25px;
}

.section_5 .box_4 .label_2 {
    margin-top: 30px;
    height: 35px;
}

.section_5 .box_4 .item_cont {
    margin-right: 25px;
}

.section_5 .box_4 .item_cont .text_31 {
    margin-top: 20px;
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    line-height: 24px;
}

.section_5 .box_4 .item_cont .paragraph_7 {
    margin-top: 15px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    text-align: left;
    line-height: 24px;
}

.section_6 {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.block_13 {
    padding-top: 95px;
    padding-bottom: 100px;
    background: #fff;
    overflow: hidden;
}

.block_13 .block_23 {
    margin-top: 40px;
    width: 100%;
}

.block_13 .block_23 .image-text_8 {
    float: left;
    margin-right: 30px;
    width: 145px;
    text-align: center;
}

.block_13 .block_23 .image-text_8:last-child {
    margin-right: 0;
}

.block_13 .block_23 .image-text_8 .image_8 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 16px 0px rgba(153, 153, 153, 0.2);
    overflow: hidden;
}

.block_13 .block_23 .image-text_8 .image_8 img {
    max-width: 100%;
    max-height: 80px;
}

.block_13 .block_23 .image-text_8 .text-group_5 {
    margin-top: 8px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.image-wrapper_9 {
    margin-top: 35px;
    width: 1200px;
    overflow: hidden;
}

.image-wrapper_9 .image_15 {
    display: block;
    float: left;
    margin-right: 20px;
    width: 220px;
    height: 299px;
}

.image-wrapper_9 .image_15:last-child {
    margin-right: 0;
}

.block_18 {
    padding-top: 100px;
    padding-bottom: 110px;
    background: url(../images/bg3.png) top center no-repeat;
    overflow: hidden;
}

.block_18 .text-group_13 .text_11 {
    color: #fff;
}

.block_18 .box_9 {
    position: relative;
    margin: 0 auto;
    margin-top: 45px;
    width: 670px;
    height: 207px;
    background: url(../images/bg4.png) left center no-repeat;
    overflow: hidden;
}

.block_18 .box_9 .text-group_17 {
    float: left;
    margin-left: 100px;
    margin-top: 35px;
}

.block_18 .box_9 .text-group_17 .text_42 {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    line-height: 24px;
}

.block_18 .box_9 .text-group_17 .text_43 {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
}

.block_18 .box_9 .text-group_17 .text-wrapper_16 {
    margin-top: 30px;
    width: 120px;
    height: 38px;
    font-size: 16px;
    color: rgba(14, 116, 250, 1);
    text-align: center;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 19px;
    cursor: pointer;
}

.block_18 .box_9 .image_20 {
    position: absolute;
    top: 17px;
    right: 0;
    width: 175px;
    height: 175px;
}

.block_19 {
    padding-top: 75px;
    width: 100%;
    background-color: rgba(41, 47, 53, 1);
}

.block_19 .text-group_13 .text_11 {
    color: #fff;
}

.block_19 .image-text_14 {
    margin-top: 15px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.block_19 .image-text_14 .image_21 {
    float: left;
    width: 256px;
    height: 145px;
}

.block_19 .image-text_14 .text-group_12 {
    float: right;
    margin-top: 10px;
    width: 915px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 32px;
    text-indent: 2em;
}

.group_7 {
    background-color: rgba(255, 255, 255, 0.1);
    width: 1200px;
    height: 1px;
    margin: 79px 0 0 360px;
}

.box_10 {
    position: relative;
    width: 100%;
    background-color: rgba(41, 47, 53, 1);
    overflow: hidden;
}

.box_10 .box_10top {
    padding-top: 35px;
    padding-bottom: 50px;
    border-bottom: 1px solid #707070;
    overflow: hidden;
}

.box_10 .box_10top .block_24 {
    width: 100%;
}

.box_10 .box_10top .block_24 .paragraph_15 {
    float: left;
    margin-right: 145px;
}

.box_10 .box_10top .block_24 .paragraph_15 .text_46 {
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff;
}

.box_10 .box_10top .block_24 .paragraph_15 .text_46::after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 30px;
    height: 1px;
    background: #00A0E9;
}

.box_10 .box_10top .block_24 .paragraph_15 .product_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.box_10 .box_10top .block_24 .paragraph_15:first-child .product_list {
    width: 290px;
}

.box_10 .box_10top .block_24 .paragraph_15 .product_list li {
    font-size: 14px;
    color: #999;
    line-height: 38px;
}

.box_10 .box_10top .block_24 .paragraph_15:first-child .product_list li {
    float: left;
    margin-right: 30px;
    width: 130px;
}

.box_10 .box_10top .block_24 .paragraph_15:first-child .product_list li:nth-child(2n) {
    margin-right: 0;
}

.box_10 .box_10top .block_24 .paragraph_15:last-child {
    margin-right: 0;
}

.box_10 .box_10top .block_24 .paragraph_15 .img_box {
    width: 160px;
    height: 160px;
}

.box_10 .box_10top .block_24 .paragraph_15 .img_box img {
    width: 100%;
    height: 160px;
}

.box_10 .box_10bottom {
    padding: 18px 0;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
}

.box_10 .box_10bottom img {
    margin-right: 10px;
}

.page_banner {
    width: 100%;
    height: 680px;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: top center !important;
    overflow: hidden;
}

.page_banner a {
    display: block;
    width: 100%;
    height: 680px;
}

.block_25 {
    padding: 85px 0;
    background: #fff;
    overflow: hidden;
}

.section_7 {
    margin-top: 50px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.section_7 .group_18 {
    display: inline-block;
    margin: 0 55px;
    width: 180px;
}

.section_7 .group_18 .img_box img {
    height: 82px;
}

.section_7 .group_18 h6 {
    margin-top: 23px;
    font-size: 20px;
    color: #333;
}

.section_7 .group_18 p {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.block_26 {
    padding: 85px 0;
    background: #F6F9FF;
    overflow: hidden;
}

.section_8 {
    margin-top: 65px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.section_8 img {
    max-width: 100%;
}

.block_27 {
    padding: 85px 0;
    background: #fff;
    overflow: hidden;
}

.section_9 {
    margin-top: 65px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.section_9 .group_19 {
    display: inline-block;
    margin: 0 30px;
    width: 225px;
    text-align: center;
}

.section_9 .group_19 .img_box img {
    height: 55px;
}

.section_9 .group_19 h6 {
    margin-top: 15px;
    font-size: 20px;
    color: #333;
}

.section_9 .group_19 p {
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.block_28 {
    padding: 85px 0;
    background: #F6F9FF;
    overflow: hidden;
}

.section_10 {
    margin-top: 55px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.section_10 img {
    max-width: 100%;
}

.about_section {
    margin-top: 70px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.about_section a {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 56px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    background: #195FF2;
    border-radius: 28px;
}

.about_section h6 {
    margin-top: 25px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    text-align: center;
}


/* 申请试用 */


/* 申请试用 */

.pop_black {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .4);
}

.pop_applysection {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 560px;
    margin: auto;
    z-index: 99999;
    background: #fff;
}

.pop_applysection .close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pop_applysection .pop_applytitle {
    margin: 55px 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.pop_applysection .pop_applytitle h1 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.pop_applysection .pop_applytitle p {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.pop_applysection .pop_applyform {
    margin: 0 44px;
    overflow: hidden;
}

.pop_applysection .pop_applyform .applyform_item {
    margin-bottom: 38px;
    position: relative;
    padding-left: 13px;
    overflow: hidden;
}

.pop_applysection .pop_applyform .applyform_item label {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #333;
}

.pop_applysection .pop_applyform .applyform_item label span {
    position: absolute;
    left: -13px;
    color: #ed2121;
}

.pop_applysection .pop_applyform .applyform_item input {
    padding-left: 0;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #666;
    line-height: 34px;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
}

.pop_applysection .pop_applyform .applyform_item input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.pop_applysection .pop_applyform .applyform_item .yzm_box {
    position: absolute;
    top: 20px;
    right: 0;
    width: 80px;
    height: 30px;
    z-index: 999;
}

.pop_applysection .pop_applyform .applyform_item .yzm_box img {
    width: 100%;
    height: 30px;
}

.pop_applysection .pop_applyform button {
    display: block;
    margin: 0 auto;
    width: 275px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    background: #1e7ee5;
}

.page_banner2 {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: top center !important;
    overflow: hidden;
}

.first_list {
    margin-top: 10px;
    padding: 0;
    list-style: none;
}

.first_list,
.first_list li {
    width: 100%;
    overflow: hidden;
}

.first_list li {
    padding: 30px 0;
    border-bottom: 1px solid #E5E7EB;
}

.first_list li img {
    float: left;
    width: 240px;
    height: 140px;
    border-radius: 5px;
}

.first_list li .item_cont {
    margin-left: 260px;
    margin-top: 5px;
}

.first_list li .item_cont h6 {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li:hover .item_cont h6 {
    color: #195ff2;
}

.first_list li .item_cont p {
    font-size: 16px;
    line-height: 28px;
}

.first_list li .item_cont .item_text {
    margin-top: 15px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first_list li .item_cont .item_time {
    margin-top: 10px;
    color: #999;
}

.breadNav {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    margin-top: 35px;
    margin-bottom: 15px;
}

.breadNav span {
    margin: 0 5px;
}

.breadNav i {
    font-style: normal;
}

.breadNav i,
.breadNav span,
.breadNav a {
    display: block;
    float: left;
}

.breadNav a {
    transition: all .6s ease-in-out;
}

.breadNav a:hover {
    color: #195ff2;
}

.page_content_section_left {
    float: left;
    padding: 0 20px;
    width: 790px;
    border: 1px solid #EAECEF;
}

.return_btn {
    display: block;
    margin: 20px auto;
    margin-top: 0;
    width: 110px;
    height: 30px;
    border: 1px solid #eaecef;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    transition: all .6s ease-in-out;
}

.return_btn:hover {
    background: #195ff2;
    color: #fff;
}

.page_content_section_right {
    float: right;
    width: 375px;
}

.cont_right_tit {
    width: 100%;
    border-bottom: 1px solid #f3f4f7;
    overflow: hidden;
}

.cont_right_tit span {
    display: inline-block;
    height: 30px;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #195ff2;
}

.hotenews_list {
    margin-top: 10px;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: hidden;
}

.hotenews_list li {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.hotenews_list li a {
    transition: all .6s ease-in-out;
}

.hotenews_list li a:hover {
    color: #195ff2;
}

.hotenews_list li span {
    color: #666;
    font-weight: bold;
}

.hotenews_list li span.color_orange {
    color: #ff6e0e;
}