﻿body {
    background: #f7f9fb;
}

.page_banner {
    padding: 80px 0 80px 0;
    overflow: hidden;
    background: url(../images/banner_bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
}

.page_banner .text span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 100%;
    position: relative;
    font-weight: bold;
}

.page_banner .text p {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    position: relative;
}

.location-container {
    padding: 20px 0;
    color: #555;
}

.show_pro_text1 {
    padding: 50px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.show_pro_text1 .pic {
    width: 44.5%;
    float: right;
    height: 382px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.show_pro_text1 .pic img {
    width: 100%;
    position: absolute;
    transition: all ease-in-out 2s;
}

.show_pro_text1 .info {
    width: 48%;
    float: left;
}

.show_pro_text1 .info .spro_title {
    margin-bottom: 10px;
}

.show_pro_text1 .info .money {
    line-height: 40px;
    margin-bottom: 10px;
}

.show_pro_text1 .info ul {
    border-top: 1px solid #dcdbd9;
    padding: 15px 0;
    line-height: 36px;
}

.show_pro_text1 .info ul li {
    font-size: 14px;
    display: block;
}

.show_pro_text1 .info .spro_title {
    margin-bottom: 10px;
}

.show_pro_text1 .info .spro_title span {
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 10px;
    background: #016cde;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.show_pro_text1 .info .spro_title p {
    font-size: 20px;
    line-height: 32px;
}

.show_pro_text1 .info .money span {
    font-size: 20px;
    color: #ff0000;
}

.show_pro_text1 .info .money span.market_price {
    font-size: 16px !important;
    color: #ccc;
}

.show_pro_text1 .info .money span.market_price span {
    font-size: 16px !important;
    color: #ccc;
}

.show_pro_text1 .info ul li.authorize_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    min-height: 36px;
}

.show_pro_text2 {
    padding: 0px 50px 50px 50px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.cms_page_content .info_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 1px;
    color: #333333;
}

.cms_page_content .info_attr {
    margin-bottom: 25px;
    color: #888;
    border-bottom: solid 1px #e8e8e8;
    position: relative;
}

.cms_page_content .info_attr em {
    position: relative;
    font-size: 14px;
    display: inline-block;
    line-height: 60px;
    font-style: normal;
    margin-right: 25px;
}

.cms_page_content .info_attr .share-main {
    height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 10;
}

.cms_page_content .info_content {
    line-height: 2;
    font-size: 14px;
    color: #333;
    min-height: 200px;
}

.cms_page_content .info_content * {
    text-wrap-mode: initial !important;
    max-width: 100%;
}

.cms_page_content .info_content a {
    color: #FF0000
}

.authorize_type {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.authorize_box .label {
    flex: none;
    line-height: 36px;
}

.authorize_type .item {
    height: 27px;
    line-height: 27px;
    text-align: center;
    padding: 0 12px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    margin-right: 8px;
    margin-top: 4.5px;
    margin-bottom: 4.5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.authorize_type .item.active {
    border-color: #016cde;
    color: #016cde;
}

.show_pro_text1 .info .more a {
    color: #ffffff;
    font-size: 14px;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ff4146;
    border-radius: 2px 0px 0px 2px;
    background: #ff4146;
    line-height: 30px !important;
    display: inline-block;
}

.show_pro_text1 .info .more .cart {
    background: #ffa800;
    border: 1px solid #ffa800;
}

.show_pro_text1 .info .more .buy {
    background: #ff4146;
}

.show_pro_text1 .info .more .see {
    background: #016cde;
    border: 1px solid #016cde;
    position: relative;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.text-yellow {
    color: #ff8b29;
}

.pro_link {
    margin-top: 20px;
}

.pro_link .list {
    width: 100%;
    float: left;
}

.pro_link .list a {
    font-size: 14px;
    color: #016cde;
    float: left;
    line-height: 30px;
    margin-right: 10px;
}

.index-title {
    text-align: center;
}

.index-title .title {
    font-size: 22px;
    line-height: 30px;
    color: #333;
}

.index-title .title-line {
    height: 20px;
}

.index-title .tips {
    font-size: 14px;
    line-height: 15px;
    color: #888;
}

.page-service .s {
    margin-top: 40px;
    display: inline-flex;
    flex-wrap: wrap;
}

.page-service .data {
    width: 33.33%;
    text-align: center;
    border: 1px solid #eaeaea;
    background: #FFFFFF;
}

.page-service .data a {
    display: block;
    padding: 20px;
    box-sizing: border-box;
    transition: all 0.2s ease-out 0s;
    position: relative;
}

.page-service .data a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #016cde;
    border-left: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.page-service .data a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #016cde;
    border-bottom: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.page-service .data a:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.page-service .data a:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.soft_service .s {
    padding-top: 50px;
    display: inline-flex;
    width: 100%;
}


.soft_service .yidongduan {
    font-size: 60px;
    color: #bbb;
}

.soft_service .weixinxcx {
    font-size: 60px;
    color: #bbb;
}

.soft_service .jishuzhichi {
    font-size: 60px;
    color: #bbb;
}

.soft_service .webjianshe {
    font-size: 60px;
    color: #bbb;
}

.soft_service dl {
    padding: 15px
}

.soft_service dt {
    font-size: 20px;
    font-weight: 300;
    color: #333
}

.soft_service .des {
    line-height: 30px;
    overflow: hidden;
    font-size: 13px;
    text-align: left;
}

.soft_service .des dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    position: relative;
    padding-left: 14px;
    border-left: 4px #016cde solid;
    display: block;
    color: #333;
    margin-top: 15px;
}

.soft_service .des dd {
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-top: 8px;
    color: #535353;
}

.soft_service .sub .titdesc {
    float: left;
}

.soft_service .sub .titdesc .title {
    font-size: 22px;
    font-weight: bold;
}

.soft_service .sub .litpic {
    float: right;
}

.soft_service .sub .titdesc .a_more {
    margin-top: 30px;
}

.soft_service .sub .titdesc .a_more .bt {
    float: left;
    color: #016cde;
    font-size: 14px;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #016cde;
    border-radius: 2px 0px 0px 2px;
    background: #ffffff;
    line-height: 30px !important;
}

.soft_service .sub .titdesc .a_more .bthover {
    float: left;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ffa800;
    border-radius: 2px 0px 0px 2px;
    background: #ffa800;
    line-height: 30px !important;
}

.soft_service .sub {
    padding: 10px;
    width: 100%;
}

.soft_service .sub .litpic img {
    width: 515px;
}

.soft_service ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #016cde;
    color: #fff;
    text-align: center;
    display: none
}

.soft_service .ul-s {
    padding: 15px;
    margin-top: 10px;
    color: #fff;
    line-height: 30px;
    min-height: 140px;
}

.soft_service .ul-s * {
    color: #fff
}

.soft_service ul h3 {

    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff
}

.soft_service ul li {
    font-size: 13px;
    line-height: 24px;
    color: #fff
}

.soft_service .index2n {
    margin-top: 10px;
    height: 36px
}

.soft_service .index2n a {
    color: #fff;
    padding: 6px 25px;
    line-height: 36px;
    border-radius: 1px;
    border: 1px #fff solid
}

.soft_service .index2n a:hover span {
    color: #016cde
}

.page-service .data a:hover .jjfaicon {
    color: #016cde
}

.page-service .m {
    padding: 15px 0
}

.page-service .m img {
    width: auto;
    height: 45px
}

.page-service .data .title {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.page-service .data .des {
    padding: 0 15px;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #535353
}

.page-service .data a:hover .title {
    color: #016cde;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page-service .data a:hover .des {
    color: #016cde
}

.sys-info {
    min-width: 1200px;
    padding: 80px 0;
    padding-bottom: 0px;
    border-bottom: 0px #f0f0f0 solid;
    border-width: 0px 0;
}

.sys-info .s {
    padding-top: 40px;
}

.sys-info .kaifa-list {
    float: left;
    width: 400px
}

.sys-info .list-s {
    margin: 0 15px;
    background: #fff;
    border: 1px #f2f2f2 solid
}

.sys-info .m {
    position: relative
}

.sys-info .m p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 120px;
    font-size: 20px;
    background: rgba(0, 0, 0, .5);
    color: #eee
}

.sys-info .m img {
    width: 100%;
    height: 120px
}

.sys-info ul {
    padding: 10px 0px
}

.filter-box .padding-big {
    padding: 15px 20px;
    background: #FFFFFF;
}


.filter-box .padding-big .search_clearfix {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

.filter-box .padding-big .search_clearfix .search_sort {
    color: #333;
    float: left;
}

.filter-box .padding-big .search_clearfix .search_sort div {
    float: left;
    line-height: 24px;
    font-weight: normal;
}

.filter-box .padding-big .search_clearfix .search_sort text {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    cursor: pointer;
    color: #6E6E6E;
    line-height: 30px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.filter-box .padding-big .search_clearfix .search_sort a {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
}

.filter-box .padding-big .search_clearfix .search_sort a.active {
    color: #fff;
    background-color: #016cde;
}

.filter-box .padding-big .search {
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
}

.filter-box .padding-big .search .keyword {
    width: 220px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px #ccc solid;
    border-radius: 5px;
    background: #fff;
    outline: 0;
    color: #6E6E6E;
}

.filter-box .padding-big .search .submit {
    line-height: 30px;
    padding: 0px 10px;
    border: 0px #016cde solid;
    border-radius: 5px;
    background: #016cde;
    color: #FFFFFF;
    outline: 0;
}

.filter-box dl {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.filter-box dl dt {
    width: 8%;
    min-width: 80px;
    display: block;
    float: left;
    line-height: 24px;
    font-weight: normal;
    background: #f5f5f5;
}

.filter-box dl dt a {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    cursor: pointer;
    display: block;
    color: #6E6E6E;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.filter-box dl dt a.active {
    color: #fff;
    background: #016cde;
}

.filter-box dl dd {
    display: block;
    float: left;
    position: relative;
    width: 92%;
    max-width: calc(100% - 80px);
}

.filter-nav ul li {
    margin: 0;
    display: block;
    float: left;
    line-height: 24px;
    text-align: center;
}

.filter-nav ul li a {
    margin: 0 10px 0 0;
    padding: 2px 10px;
    cursor: pointer;
    display: block;
    color: #6E6E6E;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-align: center;
}

.filter-nav.type_list ul li a {
    margin: 0 37px 0 0;
    padding: 2px 10px;
    cursor: pointer;
    display: block;
    color: #6E6E6E;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    text-align: center;
}

.filter-nav ul li a:hover {
    color: #fff;
    background: #016cde;
}

.filter-nav ul li a.active {
    color: #fff;
    background: #016cde;
}

.tag_page_info {
    padding: 30px;
    width: 100%;
    background: #fff;
    min-height: 300px;
}

.archives-div {
    display: inline-block;
    width: 100%;
}

.archives-div .archives-list {
    margin: 0;
}

.archives-div .archives-list .list_news {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding: 20px;
    background: #FFFFFF;
}

.archives-div .archives-list .list_news .list_news_pic {
    float: left;
    width: 210px;
    margin-right: 20px;
    height: 112px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.archives-div .archives-list .list_news .list_news_pic img {
    width: 100%;
    transition: 0.3s all;
}

.archives-div .archives-list .list_news .list_news_pic a:hover img {
    transform: scale(1.05);
}

.archives-div .archives-list .list_news .list_news_info a:hover {
    box-shadow: 0 7px 39px rgba(0, 0, 0, .2);
}

.archives-div .archives-list .list_news a:hover h3 {
    color: #016cde;
}

.archives-div .archives-list {
    margin-top: 2px;
}

.archives-div .archives-list .list_news dt p.day {
    line-height: 60px;
    color: #666;
}

.archives-div .archives-list .list_news dt p.year {
    font-size: 10px;
    line-height: 15px;
}

.archives-div .archives-list .list_news dd {

}

.archives-div .archives-list .list_news dt {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

.archives-div .archives-list .list_news dd h3 {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    line-height: 32px;
}

.archives-div .archives-list .list_news dd p {
    color: #999;
    margin-top: 5px;
    line-height: 24px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: justify;
    letter-spacing: 1px;
}

.template-div {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.template-box {
    margin-bottom: 30px;
}

.template-box > .template-card {
    display: block;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
}

.template-box .image-box {
    position: relative;
    height: 260px;
    padding-top: 20px;
    overflow: hidden;
}

.template-box .image-box .fa {
    color: #999;
    top: 40%;
    position: absolute;
}

.font-size-30 {
    font-size: 30px;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.template-box .image-box .btn-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5) url(../images/zoom-icon.png) no-repeat center center;
    background-size: 15%;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all ease-in-out 0.3s;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.template-box .template-card:hover .btn-box {
    opacity: 10;
    filter: Alpha(opacity=100);
}

.template-box .image-box img {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    border: 10px solid #FFFFFF;
    min-height: 100%;
    transition: all ease-in-out 2s;
}

.template-box .info-box {
    position: relative;
    padding: 10px;
    background: #FFFFFF;
}

.template-box .info-box .title {
    text-align: left;
    background: #ffffff;
}

.template-box .info-box .title h3 {
    line-height: 48px;
    border-bottom: 1px solid #f6f6f6;
    color: #555;
    padding: 0 5px;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.template-box .info-box .text2 {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0 0 0;
    background: #ffffff;
    display: inline-block;
}

.template-box .info-box .text2 span small {
    color: #f60;
}

.template-box .info-box .text2 span i {
    font-size: 22px;
    color: #f60;
    font-style: normal;
}

.template-box .info-box .text2 span {
    font-size: 12px;
    color: #666;
    float: left;
}

.template-box .info-box .text2 a {
    display: block;
    width: 80px;
    height: 30px;
    color: #555;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    float: right;
    font-size: 13px;
}

.template-box .bh {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999;
}

.template-box .info-box span {
    display: block;
}

.template-box .price {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fe0000;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    margin: 20px 0;
}

.pagination li {
    display: inline-block;
    margin: 5px 5px;
    font-size: 14px;
    border: none;
    border-radius: 2px;
}

.pagination li a {
    display: inline-block;
    border-radius: 2px;
    color: #6e6e6e;
    background: #fff;
    padding: 6px 12px;
    border: 1px solid #DCDCDC;
    cursor: pointer;
}

.pagination .paginate_info {
    color: #6e6e6e;
}

.pagination .active {
    pointer-events: none;
}

.pagination .active, .pagination a:hover {
    transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.pagination li.active a, .pagination li a:hover {
    background: #016cde;
    color: #fff;
    border: 1px solid #016cde;
    box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

.author-search .control {
    max-width: 800px;
    width: 80%;
    margin: 30px auto;
}

.author-search .form-control {
    padding: 0 12px;
    box-shadow: none;
    color: #999;
    height: 42px;
    border: none;
    font-size: 16px;
    line-height: 42px;
    border-radius: 8px 0px 0px 8px;
    background-color: #ffffffc9;
    display: block;
    width: 85%;
    float: left;
    border: 1px solid #ccccccd1;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
}

.author-search .btn {
    width: 15%;
    font-size: 16px;
    height: 42px;
    border-radius: 0px 8px 8px 0px;
    line-height: 32px;
    text-align: center;
    float: left;
    border: none;
    cursor: pointer;
    color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px;
}

.module-author-price .column .tr-head {
    background-color: #30b3eb;
    height: 7rem;
    line-height: 4.4;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    border-color: #1392C8;
}

.module-author-price .price {
    color: #fb371d !important;
    font-weight: 800
}

.module-author-price .price-remark {
    color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    padding-left: 3px
}

.module-author-price .price-head {
    padding-top: 0px
}

/*浮动添加样式*/
@media (min-width: 1200px) {
    .module-author-price .float-head {
        position: fixed;
        top: 70px;
        width: 1200px;
        z-index: 10;
        background-color: #e4f2ff
    }

    .module-author-price .float-head-con {
        margin-top: 260px
    }

    .module-author-price .float-head div {
        border-color: #c9e5fe !important
    }
}


.module-author-price .btn {
    background-color: #016cde;
    color: #fff;
}

.module-author-price .btn:focus, .module-author-price .btn:hover {
    background-color: #016cde;
}

.titdesc .des .iconfont {
    font-size: 18px;
    margin-right: 10px;
    color: #646a75;
}

.nav-x ul {
    -webkit-text-size-adjust: none;
    text-align: center;
    background: #FFFFFF;
}

.nav-x li {
    display: inline-block;
    width: 10%;
}

.nav-x li a {
    font-size: 16px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    color: #6e6e6e;
    text-align: center;
    display: block;
}

.nav-x li a.active {
    background: linear-gradient(-45deg, #016cde, #016cde);
    color: #fff;
}

.public_service .s {
    margin: 40px 0px;
    border-right: 1px #ddd solid;
    border-top: 1px #ddd solid
}

.public_service .index-title .title {
    font-size: 22px;
    line-height: 30px;
    color: #333;
}

.public_service .index-title .title-line {
    height: 20px;
}

.public_service .index-title .tips {
    font-size: 15px;
    line-height: 15px;
    color: #888;
}

.public_service .data {
    float: left;
    width: calc(25% - 18px);
    margin: 0% 2% 2% 0px;
    text-align: center;
}

.public_service .data:nth-of-type(4n) {
    margin-right: 0;
}

.public_service .data a {
    display: block;
    padding: 20px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    transition: all 0.2s ease-out 0s;
    position: relative;
}

.public_service .data a em {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    padding-left: 20px;
    color: #eaeaea;
    transition: all 0.4s ease-out 0s;
    box-sizing: border-box;
}

.public_service .data a:hover em {
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    color: #016cde;
    /*background: #016cde;*/
}

.public_service .data a:hover .des p {
    color: #016cde;
    /*background: #016cde;*/
}

.cms_page_infos .data a em:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-out 0s;
}

.cms_page_infos .data a em:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #ccc;
    left: 0;
    right: 0;
    transition: all 0.5s ease-out 0s;
}

.public_service .data a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #016cde;
    border-left: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.public_service .data a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #016cde;
    border-bottom: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.public_service .data a:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.public_service .data a:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
}


.public_service .data a:hover .jjfaicon {
    color: #016cde
}

.public_service .m {
    padding: 15px 0;
}

.public_service .m .jjfaicon {
    font-size: 50px;
}

.public_service .m img {
    width: auto;
    height: 45px
}

.public_service .data .title {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.public_service .data .des {
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    color: #666
}

.public_service .data a:hover .title {
    color: #016cde
}

.public_service .data a:hover .des {
    color: #016cde
}

.view_pro div.arclist {
    float: left;
    width: calc(25% - 9px);
    margin-right: 12px;
    margin-bottom: 15px;
}

.view_pro div.arclist .li_text {
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
}

.view_pro div.arclist:nth-of-type(4n) {
    margin-right: 0;
}

.view_pro .arclist a {
    display: block;
    margin: 0px;
    position: relative;
    overflow: hidden
}

.view_pro .arclist img {
    width: 100%;
    min-height: 300px;
    position: absolute;
    transition: all ease-in-out 2s;
    top: 0;
}

.view_pro .arclist .title {
    text-align: left;
    background: #ffffff;
}

.view_pro .arclist .title h3 {
    line-height: 48px;
    border-bottom: 1px solid #f6f6f6;
    color: #555;
    padding: 0 5px;
    font-size: 15px;
    font-weight: normal;
    overflow: hidden; /* 确保超出容器的文本被裁剪 */
    white-space: nowrap; /* 确保文本不换行 */
    text-overflow: ellipsis; /* 超出部分显示为省略号 */
}

.view_pro .arclist .text2 {
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0 0 0;
    background: #ffffff;
    display: inline-block;
}

.view_pro .arclist .text2 span {
    font-size: 12px;
    color: #666;
    float: left;
}

.view_pro .arclist .text2 span small {
    color: #f60;
}

.view_pro .arclist .text2 span i {
    font-size: 22px;
    color: #f60;
    font-style: normal;
}

.view_pro .arclist .text2 a {
    display: block;
    width: 80px;
    height: 30px;
    border: 1px solid #e5e5e5;
    color: #555;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    float: right;
    font-size: 13px;
}

.mzshengming {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 15px;
    background: #f7f7f7;
    color: #999999;
}

.ksjz_bg2 {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 40px;
}

.ind_txt {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 0px 0 30px;
}

.ind_txt h2 {
    font-size: 26px;
    color: #000;
    line-height: 50px;
    display: block;
    text-align: center;
}

.ksjz_t3 {
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
}

.ksjz_t3_pc {
    width: 40%;
    float: left;
    text-align: right;
    padding-top: 20px;
}

.ksjz_t3_lst {
    width: 55%;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ksjz_t3_lst .aboutr {
    width: 100%;
    padding: 10px 0px 15px;
    box-sizing: border-box;
    display: block;
    float: left;
}

.ksjz_t3_lst .aboutr h4 {
    font-size: 18px;
    color: #191b2f;
    line-height: 35px;
}

.ksjz_t3_lst .aboutr p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: block;
    padding-top: 5px;
}

.ksjz_t3_pc img {
    width: 100%;
}

.about-list {
    display: inline-flex;
}

.about-list .about-list-item {
    width: 34%;
    text-align: center;
    color: #666;
}

.about-list .about-list-item .about-title .iconfont {
    font-size: 60px;
    color: #016cde;
}

.about-list .about-list-item .about-content {
    padding: 20px;
}

.about-list .about-list-item .about-content h3 {
    font-size: 18px;
    line-height: 45px;
}

.about-list .about-list-item .about-content .about-content-list {
    line-height: 28px;
}


.case-index-content {
    position: relative;
}

.weixin-kaifa ul {
    padding: 10px 0px;
}

.weixin-list .weixin-list-item {
    background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    border: 1px solid #E7E9EC;
    float: left;
    width: calc(25% - 18px);
    margin: 0.5% 2% 0.5% 0px;
    position: relative;
}

.weixin-list .weixin-list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #016cde;
    border-left: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.weixin-list .weixin-list-item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #016cde;
    border-bottom: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.weixin-list .weixin-list-item:nth-of-type(4n) {
    margin-right: 0;
}

.weixin-title {
    background-size: cover !important;
}

.weixin-title {
    width: 100%;
    height: 190px;
}

.weixin-content {
    height: 180px;
    border-top: 0;
}

.weixin-content h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.weixin-content-list {
    margin-left: 20px;
    margin-right: 20px;
    color: #888;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 32px;
}

.weixin-list .weixin-list-item:hover {
    box-shadow: 0 7px 39px rgba(0, 0, 0, .2);
    border: 1px solid #CDCDCD;
}

.weixin-list .weixin-list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #016cde;
    border-left: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.weixin-list .weixin-list-item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #016cde;
    border-bottom: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.weixin-list .weixin-list-item:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.weixin-list .weixin-list-item:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
}


.soft_info {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 40px;
}

.ind_txt {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    padding: 0px 0 30px;
}

.ind_txt h2 {
    font-size: 26px;
    color: #000;
    line-height: 50px;
    display: block;
    text-align: center;
}

.soft_con {
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
}

.soft_con_pc {
    width: 500px;
    float: left;
    padding-top: 20px;
}

.soft_con_lst {
    width: 580px;
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

.soft_con_lst .soft_con_div {
    width: 100%;
    padding: 10px 0px 15px;
    box-sizing: border-box;
    display: block;
    float: left;
    color: #535353;
}

.soft_con_lst .soft_con_div h4 {
    font-size: 18px;
    color: #191b2f;
    line-height: 35px;
    font-weight: bold;
}

.soft_con_lst .soft_con_div .soft_key {
    font-size: 80px;
    font-weight: bold;
    color: #eaeaea;
}

.soft_con_lst ul p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: block;
    padding-top: 5px;
}

.soft_con_pc img {
    width: 100%;
}


.about_info {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 40px;
}

.about_con {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    line-height: 45px;
    background: #eaf2f9;
}

.about_con .tit {
    font-weight: 300;
    font-size: 18px;
}

.about_con h5 {
    font-size: 28px;
    font-weight: 300;
    margin: 20px 0 20px 0;
    color: #000;
    text-align: center;
}

.about_con .btn a {
    width: 125px;
    line-height: 42px;
    border-radius: 20px;
    display: inline-block;
    font-weight: 300;
    box-sizing: border-box;
    background: #016cde;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
}

.about_con .btn a:last-child {
    background: #0db083;
}

.btn_flash {
    overflow: hidden;
    position: relative;
}

.message_box {
    padding: 30px;
}

.message_box .form-group {
    display: inline-flex;
    width: 100%;
    padding: 10px;
    line-height: 36px;
}

.message_box .form-group .form-label {
    width: 20%;
}

.message_box .form-group .form-label span {
    color: #FF0000;
}

.message_box .form-group .form-content {
    width: 70%;
}

.message_box .form-group .form-content .btn {
    width: 80px;
}

.message_box .form-group .form-content .btn-close {
    margin-left: 20px;
}

.message_box .form-group .form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 13px !important;
    height: 38px;
    line-height: 1.3;
    color: #666;
}

.message_box .form-group textarea.form-control {
    height: 58px;
}

.cms_page_content .info_footer {
    border-top: solid 1px #eee;
    line-height: 36px;
    color: #333;
}

.cms_page_content .button {
    border: solid 1px #EBEBEB;
    background: transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.cms_page_content .bg-gray {
    border-color: #ddd;
    background: #F7F7F7;
    color: #383838;
    border-radius: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.button:hover {
    color: #fff;
    border-color: #016cde;
    background-color: #016cde
}

.bg-disabled {
    background: #eaeaea;
    padding: 5px;
    margin: 5px;
}

.strike {
    text-decoration: line-through;
    color: #b2b2b2;
}

.product_attr {
    box-shadow: 2px 3px 1px #fafafa;
    font-size: 12px;
    OVERFLOW: hidden;
    margin: 2px 0 12px 0;
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
}

.product_attr ul {
    float: left;
    width: 100%;
}

.product_attr li {
    position: relative;
    background: #f5f5f5;
    color: #333;
    display: inline-block;
    line-height: 18px;
    padding: 0;
    width: 33.33%;
    float: left;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.product_attr cite {
    float: left;
    text-align: right;
    width: 72px;
    padding-right: 8px;
    color: #888;
    display: inline-block;
    line-height: 34px;
}

.product_attr span {
    display: block;
    background: #fff;
    padding: 8px 14px 8px 8px;
    margin-left: 80px;
    border-left: 1px solid #e5e5e5;
}

.demo_info {
    white-space: nowrap;
    line-height: 32px;
    color: #ffa800;
}

.demo_info a {
    color: #ffa800;
}

.demo_host {
    padding-right: 20px;
}

.vip-funcs .vip-table {
    margin-bottom: 20px;
}

.vip-funcs .vip-table {
    width: 100%;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    background-color: #fff;
}

.vip-funcs .vip-table tr td {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 20px;
    width: 190px;
}

.vip-funcs .vip-table td {
    position: relative;
}

.vip-title {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.vip-title .vip-version {
    position: absolute;
    top: 40px;
    right: 30%;
}

.f20 {
    font-size: 20px !important;
}

.vip-title .divide-line {
    width: 300px;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 0px;
    transform: rotate(35deg);
    padding: 0;
}

.vip-title .vip-feature {
    position: absolute;
    bottom: 40px;
    left: 30%;
}

.text-muted {
    color: #999;
    margin-top: 10px;
    line-height: 22px;
    min-height: 44px;
}

.vip-funcs .vip-table tr td .ok {
    font-size: 20px;
    color: #1fdb02;
}

.vip-funcs .vip-table tr .tip {
    position: absolute;
    z-index: 8;
    width: 300px;
    overflow: hidden;
    left: 80%;
    top: 27px;
    display: none;
}

.vip-funcs .vip-table .firstColumn {
    width: 70px !important;
}

.vip-funcs .vip-table .w120 {
    width: 120px !important;
}

.f22 {
    font-size: 22px !important;
}

.price_question {
    margin-bottom: 40px;
    border: 1px solid #eee;
    background: #FFFFFF;
}

.price_question dl {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
}

.price_question dl dt {
    font-size: 16px;
    line-height: 40px;
    background-size: 8px;
    font-weight: bold;
    padding: 20px 0 20px 20px;
    position: relative;
}

.price_question dl dt::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 16px;
    background: #00aeff;
    left: 0px;
    top: 32px;
}

.price_question dl dt .icon {
    display: none;
}

.price_question dl dt.active {
    background-size: 14px;
}

.price_question dl dt span {
    display: inline-block;
    float: right;
}

.price_question dl dt .jia {
    display: inline-block;
    float: right;
}

.price_question dl dt.active .jia {
    display: none;
    float: right;
}

.price_question dl dt.active .jian {
    display: inline-block;
    float: right;
}

.price_question dl .ques_text {
    display: none;
    padding-bottom: 20px;
}

.auth-container {
    padding: 20px;
    position: relative;
}

.auth_product_item {
    margin-left: 20px;
    margin-right: 20px;
}

.auth_product_item .auth_list {
    line-height: 36px;
    border-bottom: 1px solid #eaeaea;
}

.auth_product_item .auth_list .tit {
    font-size: 14px;
    display: inline-block;
    width: 30%;
}

.auth_product_item .auth_list .con {

}

.auth-container .pick_con {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

.auth-container .pick_con p {
    line-height: 30px;
}

.auth-container .pick_con p.tips {
    line-height: 30px;
    color: #f60;
}

.auth-container .auth-icon {
    position: absolute;
    right: 50px;
}

.auth-container .auth-icon .icon {
    font-size: 80px;
    color: #1ab394;
}

.auth-container .noauth-icon {
    text-align: center;
    padding-top: 30px;
}

.auth-container .noauth-icon .icon {
    font-size: 80px;
    color: #f60;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    .soft_service .sub .litpic {
        float: right;
        width: 50%;
    }

    .soft_service .sub .titdesc {
        float: left;
        width: 50%;
    }

    .soft_service .sub .litpic img {
        width: 100%;
    }

    .soft_con_lst {
        width: 580px;
        float: right;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .public_service .data {
        float: left;
        width: calc(50% - 8px);
        margin: 2% 2% 2% 0px;
        text-align: center;
    }

    .public_service .data:nth-of-type(2n) {
        margin-right: 0;
    }

    .view_pro div.arclist {
        float: left;
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 15px;
    }

    .view_pro div.arclist:nth-of-type(2n) {
        margin-right: 0;
    }

    .public_service .m {
        padding: 10px 0;
    }
}

@media screen and (max-width: 800px) {
    .page_banner .text span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 22px;
        line-height: 100%;
        position: relative;
        font-weight: bold;
    }

    .page_banner .text p {
        font-size: 14px;
        display: block;
        text-align: center;
        color: #fff;
        margin-top: 20px;
        position: relative;
    }

    .soft_service .sub {
        padding: 10px;
        width: 100%;
    }

    .soft_service .sub .litpic {
        float: right;
        width: 50%;
    }

    .soft_service .sub .litpic img {
        width: 100%
    }

    .soft_service .sub .titdesc {
        float: left;
        padding-top: 0px;
        width: 50%;
    }

    .soft_service .sub .titdesc .title {
        font-size: 18px;
        font-weight: bold;
    }

    .soft_service .des {
        line-height: 22px;
        overflow: hidden;
        font-size: 13px;
        text-align: left;
    }

    .soft_service .des dt {
        font-size: 14px;
        font-weight: bold;
        line-height: 100%;
        position: relative;
        padding-left: 14px;
        border-left: 4px #016cde solid;
        display: block;
        color: #333;
        margin-top: 5px;
    }

    .soft_service .des dd {
        font-style: normal;
        font-size: 12px;
        color: #888;
        display: block;
        margin-top: 8px;
    }

    .soft_service .sub .titdesc .a_more {
        margin-top: 10px;
    }

    .soft_service .sub .titdesc .a_more .bthover {
        float: left;
        color: #ffffff;
        font-size: 12px;
        padding: 0px 10px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #ffa800;
        border-radius: 2px 0px 0px 2px;
        background: #ffa800;
        line-height: 28px !important;
    }

    .soft_service .sub .titdesc .a_more .bt {
        float: left;
        color: #016cde;
        font-size: 12px;
        padding: 0px 10px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #016cde;
        border-radius: 2px 0px 0px 2px;
        background: #ffffff;
        line-height: 28px !important;
    }

    .soft_con_lst {
        width: 580px;
        float: right;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .page-service .data .title {
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0px;
        font-weight: bold;
    }

    .page-service .data .des {
        padding: 0 15px;
        height: auto;
        line-height: 20px;
        font-size: 14px;
        color: #535353;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .scroll_pic {
        position: relative;
        width: 100%;
        height: 220px;
        margin: 0;
        overflow: hidden;
        text-align: left;
    }

    .public_service .m {
        padding: 10px 0;
    }

    .public_service .data {
        float: left;
        width: calc(50% - 7px);
        margin: 2% 2% 2% 0px;
        text-align: center;
    }

    .public_service .data:nth-of-type(2n) {
        margin-right: 0;
    }

    .cms_page_info .data:nth-of-type(2n) {
        margin-right: 0;
    }

    .view_pro div.arclist {
        float: left;
        width: calc(50% - 6px);
        margin-right: 12px;
        margin-bottom: 15px;
    }

    .view_pro div.arclist:nth-of-type(2n) {
        margin-right: 0;
    }

    .public_service .data a {
        display: block;
        padding: 10px;
        border: 1px #ccc solid;
        box-sizing: border-box;
        transition: all 0.2s ease-out 0s;
        position: relative;
    }

    .public_service .data a em {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 30px;
        font-style: italic;
        font-weight: bold;
        padding-left: 10px;
        color: #eaeaea;
        transition: all 0.4s ease-out 0s;
        box-sizing: border-box;
    }

    .public_service .data .des {
        padding: 0 15px;
        line-height: 24px;
        font-size: 14px;
        color: #666;
    }

    .show_pro_text1 {
        padding: 20px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .show_pro_text2 {
        padding: 0px 10px 10px 10px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .vip-funcs .vip-table tr td {
        text-align: center;
        border-bottom: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        box-sizing: border-box;
        padding: 10px;
        width: 190px;
    }

    .search-big {
        margin-top: 0;
        float: initial;
        display: inline-block;
    }

    .ksjz_t3_pc {
        display: none
    }

    .ksjz_t3_lst {
        width: 100%;
        float: right;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ksjz_bg2 {
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
        padding-bottom: 0;
    }

    .cms_page_content .info_title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 1px;
        color: #333333;
    }

    .page_banner {
        padding: 50px 0 50px 0;
    }

    .cms_page_content .info_footer div {
        line-height: 24px;
        width: 100%;
    }

    .info_content img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .author-search .form-control {
        width: 80%;
        height: 36px;
        border: none;
        font-size: 14px;
        line-height: 36px;
    }

    .author-search .btn {
        width: 20%;
        font-size: 14px;
        height: 36px;
        border: none;
        line-height: 36px;
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    .soft_service .sub .litpic {
        float: left;
        width: 100%;
    }

    .soft_service .sub .titdesc {
        float: left;
        padding-top: 0px;
        width: 100%;
    }

    .soft_service .sub .titdesc .title {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
    }

    .demo_info {
        white-space: inherit;
        line-height: 32px;
        color: #ffa800;
    }

    .soft_con {
        width: 100%;
        margin: 0 auto;
        display: block;
        position: relative;
        overflow: hidden;
    }

    .soft_con_pc {
        width: 100%;
    }

    .soft_con_lst {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .soft_info {
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
        padding-bottom: 0px;
    }

    .soft_con_lst .soft_con_div .soft_key {
        font-size: 42px;
        font-weight: bold;
        color: #eaeaea;
    }

    .page-service .data {
        width: 50%;
        text-align: center;
        border: 1px solid #eaeaea;
    }

    .pagination .paginate_info {
        color: #6e6e6e;
        display: none;
    }

    .show_pro_text1 {
        padding: 10px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .show_pro_text2 {
        padding: 0px 10px 10px 10px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .cms_page_info .data {
        float: left;
        width: calc(50% - 5px);
        margin: 2% 2% 2% 0px;
        text-align: center;
    }

    .cms_page_info .data:nth-of-type(2n) {
        margin-right: 0;
    }

    .view_pro div.arclist {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .view_pro div.arclist:nth-of-type(2n) {
        margin-right: 0;
    }

    .scroll_pic {
        position: relative;
        width: 100%;
        height: 220px;
        margin: 0;
        overflow: hidden;
        text-align: left;
    }

    .view_pro .arclist .text2 {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 0 0 0;
        background: #ffffff;
        display: none;
    }

    .template-card {
        display: none;
    }

    .show_pro_text1 .info {
        width: 100%;
        float: left;
    }

    .vip-funcs .vip-table tr td {
        text-align: center;
        border-bottom: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        box-sizing: border-box;
        padding: 5px;
        width: 190px;
    }

    .vip-funcs .vip-top-table tr td {
        text-align: center;
        border-bottom: 1px solid #eeeeee;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        box-sizing: border-box;
        padding: 5px;
        width: 190px;
        vertical-align: top;
    }

    .vip-funcs .vip-top-table tr td.vip-btn p {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .vip-funcs .vip-top-table tr td.vip-btn .btn {
        padding: 5px 8px;
        font-size: 12px;
        line-height: 1.2;
    }

    .archives-div .archives-list .list_news .list_news_pic {
        float: left;
        width: 210px;
        margin-right: 20px;
        height: 112px;
        overflow: hidden;
        display: none;
    }

    .ksjz_bg2 {
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
        padding-bottom: 0;
    }

    .cms_page_content .info_title {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 1px;
        color: #333333;
    }

    .about_con h5 {
        font-size: 24px;
        font-weight: 300;
        margin: 20px 0 20px 0;
        color: #000;
        text-align: center;
    }

    .about_info {
        width: 100%;
        overflow: hidden;
        display: block;
        position: relative;
        padding-bottom: 0px;
    }

    .about_con a.btn_message {
        display: none;
    }

    .message {
        display: block !important;
    }

    .message_box .form-group .form-label {
        width: 25%;
    }

    .message_box {
        padding: 15px;
    }

    .confenxiang {
        display: none;
    }
}