.top_other_banner {
    width: 100%;
    height: 650px;
    position: relative;
    padding-top: 320px;

}

.other_banner_img {
    width: 100%;
    height: 100%;
    background-size: cover cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.other_b_mobile {
    display: none;
}

.other_banner_h {
    font-size: 50px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    padding: 0;
}

.other_banner_m {
    display: none;
}

.case_page {
    width: 100%;
    margin-top: 110px;
}

.case_list_box {
    max-width: 1230px;
    margin: auto;
    width: 100%;
}

.case_list_con {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
}

.case_list_item {
    background: #fff;
    display: inline-block;
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(74, 74, 74, .1);
    margin: 0 15px 34px 15px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.case_list_item:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;

}



.img_div_case {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img_div_case img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.text_div_case {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}

.text_div_case h5 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: bold;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	height:60px;
}

.tag_div {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tag_div span {
    display: inline-block;
    height: 32px;
    padding: 0 16px;
    background: #edf3f5;
    font-size: 14px;
    line-height: 32px;
    border-radius: 16px;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #595c61;
}

.tag_div i {
    font-size: 22px;
    color: #327fff;
}

.case_d_box.row {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.case_d_title {
    font-size: 30px;
    font-weight: bold;
    color: #1b1b1b;
    line-height: 60px;
	text-align:center;
}

.case_d_content {
    width: 100%;
    margin-top: 40px;
}
.case_d_content p {margin-bottom: 6px;}
.case_d_c_p {
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-size: 16px;
    text-align: left;
    color: #333333;
    margin-bottom: 20px;
}

.case_d_content .img-responsive {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px 0;
}

.case_d_box .col-sm-4 {
    padding-left: 60px;

}

.case_d_r_box {
    width: 100%;
    background: #fff;
    box-shadow: 0 6px 12px rgba(74, 74, 74, .1);
    border-radius: 6px;
    padding: 20px;
}

.case_d_r_box h5 {
    font-size: 16px;
    color: #222;
    line-height: 54px;
    border-bottom: 1px solid #ececec;
}

.case_d_r_box ul {
    width: 100%;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.case_d_r_box ul li {
    width: 100%;
    margin-bottom: 24px;
}

.case_d_r_box ul li a {
    font-size: 14px;
    line-height: 22px;
    color: #555;
}

.case_d_r_box ul li a:hover,
.case_d_r_box ul li.current_t a {

    color: #327fff;
}

.ul-case-list {
    width: 100%;
    max-height: 480px;
    overflow-y: auto;
}

.page_div {
    width: 100%;
    padding-right: 15px;
    text-align: right;
}

.page_div_mobile {
    display: none;
}

.page_div .pagination>li>a {
    border: none;
    font-size: 14px;
    background: #e2e7e9;
    color: #666;
    margin-left: 10px;
    border-radius: 4px;
}

.page_div .pagination>li.active>a,
.page_div .pagination>li>a:hover {
    background: #2a91fa;
    color: #fff;
}

/*关于我们*/
.about_modal01 {
    width: 100%;
    margin: 140px 0 120px 0;
    background: url(../images/about_pt_01.png) no-repeat;
    background-size: cover cover;
    background-position: center top;
    height: 525px;
}

.about_modal_con {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.about_modal_con01 {
    padding: 106px 0 0 334px;
    box-sizing: border-box;
}

.a_modal01 {
    width: 100%;
    height: 320px;
    padding: 60px;
    box-sizing: border-box;
    font-size: 22px;
    color: #fff;
    line-height: 46px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(35, 41, 55, .95);
}


.about_modal02_gray {
    width: 100%;
    padding: 110px 0;
    background: #f3f3f3;
    box-sizing: border-box;
}

.about_modal02 {
    width: 100%;
    background: url(../images/about_pt_02.png) no-repeat;
    background-size: cover cover;
    background-position: center top;
    height: 700px;
}

.about_modal_con02 {
    padding: 230px 160px 60px 520px;
    box-sizing: border-box;
}

.a_modal02 {
    width: 100%;
    max-height: 360px;
    overflow-y: auto;
}

.a_modal02 h5 {
    font-size: 32px;
    color: #151b26;
    line-height: 34px;
}

.a_modal02 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    color: #3a3c3e;
    text-align: left;
    margin-top: 34px;
}





.about_modal03 {
    width: 100%;
    background: url(../images/about_pt_03.png) no-repeat;
    background-size: cover cover;
    background-position: center top;
    min-height: 554px;
}

.about_modal_con03 {
    width: 100%;
    padding: 266px 467px 0 0;
    box-sizing: border-box;
    margin-top: 120px;
}

.a_modal03 {
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
    background: rgba(35, 41, 55, .95);
}



.a_modal03 h5 {
    font-size: 32px;
    color: #fff;
    line-height: 34px;
}

.a_modal03 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: left;
    margin-top: 34px;
}



/*进销存管理*/
.function_frame {
    width: 100%;
    background: #141821;
    padding: 112px 0; 
    box-sizing: border-box;
}

.function_con.row {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.function_con .col-sm-3 {
    padding: 0;
}


.function_con h5 {
    font-size: 50px;
    color: #fff;
    line-height: 52px;
}

.function_con ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 70px;
}

.function_con ul li {
    width: 100%;
    cursor: pointer;
    margin-bottom: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    border-left: 3px solid transparent
}

.function_con ul li:hover {
    color: #327dfa;
}

.function_con ul li.li_cur {
    color: #327dfa;
    border-color: #327dfa;
}

.function_con .col-sm-9 {
    padding-right: 0;
    padding-left: 20px;
}

.wrapper-mobile {
    display: none;
}

.function_text_box {
    width: 100%;
}

.function_text {
    padding-bottom: 80px;
    width: 100%;
    display: none;
    text-align: right;
    position: relative;

}





.gn_pt_img {
    display: inline-block;
    max-width: 88%;
    width: auto;
    height: auto;
}

.gn_text_con {
    display: inline-block;
    width: 460px;
    padding: 40px 40px 60px 40px;
    background: rgba(35, 41, 55, .95);
    box-sizing: border-box;
    position: absolute;
    left: 0px;
    top: 260px;
    z-index: 1;
    text-align: left;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.gn_text_con:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.gn_text_con h5 {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.gn_text_con p {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 14px;
    color: #ffffff;
    border-bottom: 1px solid #4c526a;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.gn_text_con div {
    font-size: 14px;
    color: #ff8008;
    line-height: 24px;
}

/*产品优势*/
.advantage_frame {
    width: 100%;
    padding-bottom: 100px;
    background: #edf3fa;
    padding-top: 140px;
}

.advantage_con {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 80px;
}

.advantage_item {
    width: 47.5%;
    padding-right: 20px;
    height: 156px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(74, 74, 74, .1);
    margin-bottom: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    background: url(../images/jinxiao/ys_hover_bj.jpg) #fff no-repeat;
    background-size: 0 100%;
    background-position: center center;
}

.advantage_item:hover {
    background-size: 100% 100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.advantage_item:hover h5,
.advantage_item:hover p {
    color: #fff;

}

.ys_left {
    display: flex;
    justify-content: center;
    width: 28%;
    align-items: center;
    height: 150px;


}

.ys_left_img {
    width: 60px;
    display: inline-block;
    height: 60px;
    background-size: 60px 60px;
}

.ys_left_img01 {
    background: url(../images/jinxiao/ysicon_01.png) no-repeat;
    background-position: 0 0px;
}

.ys_left_img02 {
    background: url(../images/jinxiao/ysicon_02.png) no-repeat;
    background-position: 0 0px;
}

.ys_left_img03 {
    background: url(../images/jinxiao/ysicon_03.png) no-repeat;
    background-position: 0 0px;
}

.ys_left_img04 {
    background: url(../images/jinxiao/ysicon_04.png) no-repeat;
    background-position: 0 0px;
}

.advantage_item:hover .ys_left_img01 {
    background-position: -60px 0px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

}

.advantage_item:hover .ys_left_img02 {
    background-position: -60px 0px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

}

.advantage_item:hover .ys_left_img03 {
    background-position: -60px 0px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.advantage_item:hover .ys_left_img04 {
    background-position: -60px 0px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;

}

.ys_right_text {
    width: 72%;
}

.ys_right_text p {
    margin: 14px 0 0 0;
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    color: #646f79;
}

.ys_right_text h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #151b26;
}

/*荣誉资质*/
.honor_frame {
    background: #141821;
    width: 100%;
    margin-top: 124px;
    padding: 116px 0;
}

.honor_conent {
    width: 100%;

    margin: 50px auto 0 auto;
    height: 520px;
    padding: 0 20px;
}

.honor_conent .swiper-container {
    width: 100%;
    height: 100%;
}

.honor_conent .swiper-slide {

    background: transparent;

    text-align: center;
    font-size: 16px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 470px;
}



/* .honor_conent .swiper-slide-active,
.honor_conent .swiper-slide-duplicate-active {
    transform: scale(1.1);
} */

.honor_item {
    width: 100%;
    height: 510px;
    border: 1px solid #43485d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.honor_item img {
    display: inline-block;
    width: 320px;
    height: 223px;
}

.honor_item h5 {
    font-size: 18px;
    color: #b6b6b6;
    margin: 0;
    padding: 0;
    line-height: 20px;
    margin-top: 74px;
}

.honor_item p {
    font-size: 16px;
    color: #b6b6b6;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 90px;
}



/*更新时间线*/
.time_frame {
    background: #edf3fa;
    width: 100%;
    margin-top: 0px;
    padding: 116px 0 0 0;
}

.time_frame .template_head h2 {
    color: #232937 !important;
}

.time_conent {
    background: #fff;
    width: 100%;

    margin: 0px auto 0 auto;
    height: 500px;
    padding: 0 0px;
}

.time_conent .swiper-container {
    width: 100%;
    height: 100%;
}

.time_conent .swiper-slide {
    height: 500px;
    background: transparent;

    text-align: center;
    font-size: 16px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;


}

.time_conent .swiper-slide:nth-child(1n) {
    width: 337px;
    /* width: 17.55%; */
}

.time_conent .swiper-slide:nth-child(2n) {
    width: 319px;
    /* width: 16.61%; */
}

.time_conent .swiper-slide:nth-child(3n) {
    width: 291px;
    /* width: 15.15%; */
}

.time_conent .swiper-slide:nth-child(4n) {
    width: 289px;
    /* width: 15.05%; */
}


.time_conent .swiper-slide:nth-child(5n) {
    width: 287px;
    /* width: 15%; */
}

.time_conent .swiper-slide:nth-child(6n) {
    width: 402px;
    /* width: 20.64%; */
}

.time_item {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    vertical-align: bottom;
    flex-direction: column;
    align-items: flex-end;
}

.time_item_01 {
    padding-left: 34%;
}

.time_item_02 {
    padding: 0 8.7% 163px 18%;
}

.time_item_03 {
    padding: 0 8.7% 138px 8.7%;
}

.time_item_04 {
    padding: 0 17.3% 194px 17.3%;
}

.time_item_05 {
    padding: 0 17.4% 210px 6.8%;
}

.time_item_06 {
    padding: 0 17.4% 320px 17.4%;
}

.time_item_07 {
    padding: 0 10.4% 240px 10.4%;
}


.time_item h5 {
    width: 100%;
    font-size: 18px;
    color: #222;
    margin: 0;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.time_item p {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #555557;
    line-height: 22px;
    text-align: center;
}

/*时间轴新加样式*/

.time_conent_new {
    background: #fff;
    width: 100%;

    margin: 20px auto 0 auto;
    height: 500px;
    padding: 0 0px;
}

.time_conent_new .swiper-container {
    width: 100%;
    height: 100%;
}

.time_conent_new .swiper-slide {
    height: 500px;
    background: transparent;

    text-align: center;
    font-size: 16px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 293px;
    background-image: url(../images/new_time01.png);
    background-size: 100% auto;
    background-position: center center;


}


.time_conent_new .swiper-slide:nth-child(even) {
    width: 294px;
    background-image: url(../images/new_time02.png);
    background-size: 100% auto;
    background-position: center center;
}

.time_conent_new .swiper-slide:nth-child(1) {

    background-image: url(../images/new_time00.png);
    background-size: 100% auto;
    background-position: center center;

}


.time_item_new {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: top;
    vertical-align: bottom;
    flex-direction: column;
    align-items: flex-end;
    padding: 0 2%;
}

.time_conent_new .swiper-slide:nth-child(odd) .time_item_new {
    padding-top: 330px;
    position: relative;
}

.time_conent_new .swiper-slide:nth-child(odd) .time_item_new h5 {
    position: absolute;
    top: 290px;
    margin: 0;
    left: 0;
}

.time_conent_new .swiper-slide:nth-child(even) .time_item_new {
    padding-bottom: 330px;
    justify-content: flex-end;
    position: relative;
}

.time_item_new h5 {
    width: 100%;
    font-size: 18px;
    color: #222;
    margin: 0;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.time_item_new p {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #555557;
    line-height: 22px;
    text-align: center;
}

/*时间轴新加样式结尾*/

.template_head_case {
    margin-top: 70px !important;
}

/*公司新闻*/
.head_both_r_page .pagination>li>a {
    background: transparent !important;
    color: #000000 !important;
    border: none !important;
}

.head_both_r_page .pagination>li>a:hover {
    color: #327fff !important;
}

.head_both_r_page .pagination>li.p_number>a {
    padding: 6px 0 !important;
}

.head_both_r_page .pagination>li.p_number>a:hover {
    color: #000000 !important;
}

.new_details_box {
    width: 100%;
    /* position: relative; */
}

.new_details_con {
    width: 100%;
    padding: 60px;
    box-sizing: border-box;
    max-width: 1300px;
    margin: auto;
    background: #fff;
    margin-top: -180px;
    /* position: absolute; */
    /* left: 50%;
    margin-left: -650px;
    top: -180px; */
    /* z-index: 1; */
}

.new_d_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #444444;
    font-size: 16px;
    line-height: 30px;
}

.source_span {
    display: inline-block;
    max-width: 80%;
}

.details_con {
    width: 100%;
    margin-top: 70px;
    padding: 0 60px;
}

.d_head {
    font-size: 30px;
    line-height: 60px;
    color: #272727;
	text-align:center;
}

.d_con_box {
    width: 100%;
    margin-top: 50px;
}
.d_con_box img{width:auto; max-width:100%;}
.d_con_subText {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    margin: 10px 0;
}

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

.d_con_img img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 20px 0;
}

.d_con_mainText {
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #444444;
    line-height: 30px;
    margin: 20px 0;
}

.news_page {
    width: 100%;
    margin-top: 20px;
    text-align: left;
}

.news_page .pager {
    text-align: left;
}

.news_page .pager li>a {
    font-size: 12px;
    color: #666;
    display: inline-block;
    width: 86px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e2e7e9;
    border-radius: 6px;
    padding: 0;
    border: none;
    margin-right: 20px;
}

.news_page .pager li>a:hover {
    background: #2a91fa;
    color: #fff;
}

/*客户服务系统*/
.service_frame {
    width: 100%;
    margin-top: 80px;
}

.service_con {
    width: 1200px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.service_con p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.service_img {
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
}

.service_img img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}




@media screen and (max-width:1680px) {
    .top_other_banner {
        height: 570px;
        padding-top: 282px;
    }

    .other_banner_h {
        font-size: 36px;
        line-height: 40px;
    }

    .other_banner_h_text {
        font-size: 28px !important;
    }

}

@media screen and (max-width:1650px) {
    .top_other_banner {
        height: 560px;
        padding-top: 278px;
    }

}

@media screen and (max-width:1440px) {
    .top_other_banner {
        height: 488px;
        padding-top: 242px;
    }
}

@media screen and (max-width:1366px) {
    .top_other_banner {
        height: 463px;
        padding-top: 230px;
    }
}

@media screen and (max-width:1279px) {
    .function_con.row {
        padding: 0 10px;
    }

    .top_other_banner {
        height: 434px;
        padding-top: 216px;
    }

    .about_modal_con01 {
        padding: 106px 30px 0 304px;
    }

    .about_modal_con02 {
        padding: 230px 130px 60px 480px;

    }

    .about_modal_con03 {

        padding: 236px 437px 0 30px;
    }

    .advantage_con {
        padding: 0 10px;
    }

    .gn_text_con {

        top: 276px;
    }
}

@media screen and (max-width:1024px) {
    .template_head_case {
        margin-top: 10px !important;
    }

    .time_frame {
        background: #fff;
        position: relative;
        padding: 0 0 30px 0;
    }

    .time_frame .template_head {
        width: 100%;
        position: absolute;
        top: 30px;
        left: 0;
        z-index: 2;
    }

    .template_head_p {
        margin-top: 0 !important;
    }

    .gn_text_con {
        left: 0px;
        top: 206px;
    }

    .other_banner_m {
        display: block;
    }

    .other_banner_h_p {
        display: none;
    }

    .top_other_banner {
        height: 348px;
        padding-top: 170px;
    }

    .other_banner_h {
        font-size: 28px;
        line-height: 30px;
    }

    .other_banner_h_text {
        padding: 0 20px;
        font-size: 28px !important;
    }

    .about_modal_con02 {
        padding: 230px 130px 60px 380px;

    }

    .a_modal01 {
        font-size: 20px;
        line-height: 40px;
    }

    .service_con {
        padding: 0 20px;
    }

    .function_con.row {
        padding: 0 10px;
    }

    .function_con h5 {
        font-size: 30px;
        line-height: 34px;
    }

    .function_frame {
        padding: 56px 0;
    }

    .function_con.row {
        padding: 0 20px;
    }


}

@media screen and (max-width:980px) {
    .top_other_banner {
        height: 332px;
        padding-top: 164px;
    }

    .about_modal_con02 {
        padding: 230px 92px 60px 240px;
    }

    .about_modal_con02 {
        padding: 230px 130px 60px 320px;

    }

    .about_modal_con03 {
        padding: 150px 320px 0 30px;
    }

    .other_banner_h_text {
        line-height: 48px !important;
        font-size: 24px !important;
    }

    .template_head_p {
        margin-top: 0 !important;
    }
}

@media screen and (max-width:768px) {
    .function_text {
        padding-bottom: 0;
    }

    .template_head_p {
        margin-top: 0 !important;
    }

    .wrapper-pic {
        display: none;
    }

    .wrapper01 {
        position: relative;
        height: 40px;
        width: 100%;
        overflow: hidden;
        margin: 10px auto 20px auto;
    }

    .scroller {
        position: absolute;
        width: 100%;
    }

    .function_con .col-sm-3 {
        width: 100%;
        padding: 0;
    }

    .function_con .col-sm-9 {
        width: 100%;
        padding: 0;
    }

    .gn_text_con {
        position: static;
        width: 100%;
        padding: 16px 0;
        background: transparent;
    }

    .function_con h5 {
        font-size: 18px;
        line-height: 32px;
    }

    .gn_text_con p {
        font-size: 14px;
        line-height: 28px;
        margin: 8px 0 20px 0;
        padding-bottom: 20px;
    }

    .gn_text_con div {
        font-size: 14px;
        line-height: 16px;
    }

    .gn_pt_img {
        width: 100%;
        max-width: 100%;
    }

    .wrapper-mobile {
        display: block;
    }

    .wrapper-mobile .ys_nav_s {
        width: 100%;
        margin: 0;
    }

    .wrapper-mobile .ys_nav_s li {
        display: inline-block;
        padding: 0 0px 0 0;
        font-size: 16px;
        width: auto;
        border: none;
        margin-right: 20px !important;
        margin-bottom: 0;
        line-height: 30px;
        height: 40px;
    }

    .function_con ul li.li_cur {
        position: relative;
    }

    .function_con ul li.li_cur::before {
        display: inline-block;
        content: '';
        width: 40%;
        height: 4px;
        background: #327dfa;
        position: absolute;
        bottom: 4px;
        left: 30%;
    }

    .honor_frame {
        padding: 54px 0;
    }

    .other_b_pc {
        display: none;
    }

    .other_b_mobile {
        display: block;
        background-size: 100% 100%;
    }

    .top_other_banner {
        height: 68%;
        padding-top: 55%;
    }

    .top_other_banner_text {
        padding-top: 40%;
    }

    .other_banner_h {
        font-size: 26px;
        line-height: 30px;
    }

    .other_banner_h_text {
        font-size: 20px !important;
        text-align: left;
        line-height: 40px !important;
    }

    .case_page {
        margin-top: 34px;
    }

    .case_list_con {
        padding: 0 20px
    }

    .case_list_item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 22px;
        margin-right: 0;
    }

    .text_div_case {
        padding: 18px;
    }

    .text_div_case h5 {
        font-size: 16px;
		height:64px;
        line-height: 32px;
    }

    .tag_div {
        margin-top: 14px;
    }

    .tag_div span {
        height: 26px;
        line-height: 26px;
        font-size: 13px;
        max-width: 80%;
    }

    .tag_div i {
        display: none;
    }

    .case_list_item:hover {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;

    }

    .page_div {
        display: none;
    }

    .page_div_mobile {
        display: inline-block;
        width: 100%;
        padding: 0 20px;
    }


    .page_div_mobile ul.pagination {
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page_div_mobile ul.pagination li {
        display: inline-block;
        width: 33.33%;
        height: 50px;
        line-height: 50px;
    }

    .page_div_mobile ul.pagination li a {
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: none;
        background: #2f4fed;
        color: #fff;
        font-size: 14px;
        padding: 0;
    }

    .page_div_mobile ul.pagination li.disabled a {
        background: #cccccc;
        cursor: not-allowed;
    }

    .page_div_mobile ul.pagination li.page_show_m a {
        background: #e6e6e6;
        color: #888;
    }

    .case_page {
        margin-top: 90px !important;
    }

    .case_d_content {
        margin-top: 20px;
    }

    .case_page .col-sm-4 {
        display: none;
    }

    .case_page .col-sm-8 {
        width: 100%;
        padding: 0 20px;
    }

    .case_d_title {
        font-size: 20px;
        line-height: 40px;
        text-align: center;
    }
    .case_d_content p {margin-bottom: 6px;}
    .case_d_c_p {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .case_d_content .img-responsive {
        margin: 10px 0;
    }


    .new_details_con {
        width: 92%;
        padding: 0px 0 20px 0;
        max-width: 92%;
        margin-top: -100px;

    }

    .new_d_head {
        height: 100px;
        border-bottom: 1px solid #ececec;
        width: 100%;
        padding: 14px 20px 0 20px;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: left;
    }

    .new_d_head span {
        width: 100%;
        max-width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .new_d_head .source_span {
        margin-top: 12px;
    }

    .details_con {
        margin: 0;
        padding: 20px 0 0 0;
    }

    .d_head {
        font-size: 20px;
        line-height: 40px;
    }

    .d_con_box {
        margin-top: 20px;
    }

    .d_con_subText {
        font-size: 14px;
        line-height: 28px;
    }

    .d_con_img img {
        margin: 10px 0;
    }

    .d_con_mainText {
        font-size: 14px;
        margin: 14px 0;
    }

    .news_page {
        margin-top: 0;
    }

    .news_page ul {
        margin-bottom: 0;
    }


    .about_modal01 {
        width: 90%;
        margin: 32px auto 46px auto;
        background: url(../images/about_pt_01_m.jpg) no-repeat;
        background-size: 100% auto;
        background-position: center top;
        height: auto;
    }

    .about_modal_con01 {
        padding: 380px 0 0 0px;
    }

    .a_modal01 {
        padding: 30px 20px;
        font-size: 18px;
        height: auto;
        line-height: 36px;
    }


    .about_modal02_gray {
        width: 100%;
        padding: 40px 0 54px 0;
        background: #f3f3f3;
        box-sizing: border-box;
    }

    .about_modal02 {
        width: 100%;
        background: url(../images/about_pt_02_m.jpg) #fff no-repeat;
        background-size: 100% auto;
        background-position: center top;
        height: auto;
        padding-top: 700px;
    }

    .about_modal_con02 {
        padding: 20px 5% 30px 5%;
        background: #fff;
    }

    .a_modal02 h5 {
        font-size: 18px;
    }

    .a_modal02 p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 28px;
    }

    .about_modal03 {
        width: 90%;
        margin: 30px auto 30px auto;
        background: url(../images/about_pt_03_m.jpg) no-repeat;
        background-size: 100% auto;
        background-position: center top;
        height: auto;
    }

    .about_modal_con03 {
        padding: 370px 0 0 0px;
        margin: 0;
    }

    .a_modal03 {
        padding: 30px 20px;

        height: auto;
    }

    .a_modal03 h5 {
        font-size: 18px;
    }

    .a_modal03 p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 28px;
    }

    .service_frame {
        margin-top: 50px;
    }

    .service_con p {
        font-size: 14px;
        line-height: 28px;
    }

    .service_img {
        margin-top: 26px;
    }

    .mt_120 {
        margin-top: 60px !important;
    }

    .advantage_con {
        margin-top: 40px;
        padding: 0 20px;
    }

    .advantage_item {
        width: 100%;
        height: 165px;
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .ys_right_text h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .ys_right_text p {
        font-size: 12px;
        line-height: 24px;
        margin-top: 6px;
    }



    .advantage_frame {
        padding: 60px 0;
    }

    .honor_frame {
        margin-top: 0;
    }




    .honor_conent {

        height: 420px;
    }

    .honor_conent .swiper-slide {

        width: 80%;
    }




    .honor_item {
        width: 100%;
        height: 410px;
        padding: 20px;
    }

    .honor_item img {
        width: 100%;
        height: auto;
    }

    .honor_item h5 {
        font-size: 16px;

        line-height: 20px;
        margin-top: 30px;
    }

    .honor_item p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }





    /*产品优势*/



    .ys_left {
        display: flex;
        justify-content: center;
        width: 30%;
        align-items: center;
        height: 156px;


    }

    .ys_right_text {
        width: 70%;
    }


}

@media screen and (max-width:640px) {

    .template_head_p {
        margin-top: 0 !important;
    }

    .about_modal_con01 {
        padding: 320px 0 0 0px;
    }

    .a_modal01 {
        font-size: 16px;
    }

    .about_modal02 {

        padding-top: 580px;
    }



    .about_modal_con03 {
        padding: 300px 0 0 0px;

    }

}

@media screen and (max-width:540px) {
    .template_head_p {
        margin-top: 0 !important;
    }


    .about_modal_con01 {
        padding: 260px 0 0 0px;
    }



    .about_modal02 {

        padding-top: 490px;
    }



    .about_modal_con03 {
        padding: 260px 0 0 0px;

    }
}

@media screen and (max-width:480px) {
    .about_modal_con01 {
        padding: 230px 0 0 0px;
    }

    .template_head_p {
        margin-top: 0 !important;
    }

    .about_modal02 {

        padding-top: 440px;
    }



    .about_modal_con03 {
        padding: 230px 0 0 0px;

    }
}

@media screen and (max-width:413px) {
    .about_modal_con01 {
        padding: 200px 0 0 0px;
    }

    .template_head_p {
        margin-top: 0 !important;
    }

    .about_modal02 {

        padding-top: 370px;
    }



    .about_modal_con03 {
        padding: 190px 0 0 0px;

    }
}

@media screen and (max-width:374px) {
    .about_modal_con01 {
        padding: 170px 0 0 0px;
    }

    .template_head_p {
        margin-top: 0 !important;
    }

    .about_modal02 {

        padding-top: 340px;
    }



    .about_modal_con03 {
        padding: 170px 0 0 0px;

    }
}

@media screen and (max-width:320px) {
    .about_modal_con01 {
        padding: 156px 0 0 0px;
    }

    .template_head_p {
        margin-top: 0 !important;
    }

    .about_modal02 {

        padding-top: 290px;
    }



    .about_modal_con03 {
        padding: 140px 0 0 0px;

    }
}