﻿@charset "utf-8";

/*frm_ban_1_banner*/


/** 显示宽高 **/

.frm_ban_1_banner {
    width: 100%;
    height: 640px;
    visibility: hidden;
    overflow: hidden;
    position: relative;
    /* margin-top: 157px; */
}

.frm_ban_1_bigImg img {
    width: 1920px;
    height: 636px;
    border: 0
}

.frm_ban_1_element {
    position: absolute;
    background-color: #eee;
    text-align: center;
}


/** button **/

.frm_ban_1_btn {
    top: 590px;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.frm_ban_1_btn li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 5px;
    margin-left: 5px;
    background-color: #888;
}

.frm_ban_1_btn li:hover {
    height: 8px;
}

.frm_ban_1_element_btn {}

.frm_ban_1_element_btn:hover,
li.frm_ban_1_element_btn_on {
    background: #b70000;
}

.frm_ban_1_prev {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    opacity: 0.5;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -22px;
    z-index: 99;
    cursor: pointer;
    background: url(/images/icon/swiper_prev.png) center no-repeat;
    background-color: #000;
}

.frm_ban_1_next {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    opacity: 0.5;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -22px;
    z-index: 99;
    cursor: pointer;
    background: url(/images/icon/swiper_next.png) center no-repeat;
    background-color: #000;
}


/*frm_ban_1_banner_end*/


/*frm_content*/

.frm_content_wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}


/***最新产品 start***/

.frm_pro_box {
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
}

.frm_pro_box_con {
    width: 1200px;
    margin: 0px auto 30px;
    overflow: hidden;
}

.frm_pro_box_con h3 {
    overflow: hidden;
    font-size: 33px;
    color: #222;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 30px;
}

.frm_pro_box_con h3:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #c30d23;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}

.frm_pro_box_con_sub {
    width: 31.33%;
    height: 360px;
    float: left;
    text-align: center;
    margin: 0 1%;
    background-color: #fff;
    border-radius: 3px;
}

.frm_pro_box_con_sub1 .dd1,
.frm_pro_box_con_sub1 .dd2,
.frm_pro_box_con li.frm_pro_box_con_sub1:hover {
    background-color: #c30d23;
}

.frm_pro_box_con_sub2 .dd1,
.frm_pro_box_con_sub2 .dd2,
.frm_pro_box_con li.frm_pro_box_con_sub2:hover {
    background-color: #c30d23;
}

.frm_pro_box_con_sub3 .dd1,
.frm_pro_box_con_sub3 .dd2,
.frm_pro_box_con li.frm_pro_box_con_sub3:hover {
    background-color: #c30d23;
}

.frm_pro_box_con li:hover,
.frm_pro_box_con li:hover .dd1,
.frm_pro_box_con li:hover .dd2 {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.frm_pro_box_con li:hover dd,
.frm_pro_box_con li:hover .dd3 span,
.frm_pro_box_con li:hover {
    color: #fff;
}

.frm_pro_box_con_sub li {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.frm_pro_box_con_sub_c {}

.frm_pro_box_con_sub_c img {
    width: 100%;
    height: 100%;
    color: black;
}

.frm_pro_box_con_sub_c .dd1 {
    height: 250px;
    padding: 3px;
}

.frm_pro_box_con_sub_c .dd2 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.frm_pro_box_con_sub_c span {
    font-size: 12px;
    margin-left: 5px;
}

.frm_pro_box_con_sub_c span.span1 {
    font-size: 28px;
    margin-left: 0;
    line-height: 28px;
}

.frm_pro_box_con_sub_c .dd3 {
    height: 40px;
    line-height: 20px;
    text-align: left;
    padding: 0 10px;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
}


/***热推产品 start***/

.productList {
    display: none;
}

.frm_pro_hot {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #FFF;
    padding: 20px 0;
}

.frm_pro_hot_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.frm_pro_hot_con h3 {
    overflow: hidden;
    font-size: 33px;
    color: #222;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 30px;
}

.frm_pro_hot_con h3:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #c30d23;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}

.frm_pro_hot_li {
    width: 31.33%;
    height: auto;
    float: left;
    border-bottom: 0px solid #efefef;
    margin: 0 1% 40px;
}

.frm_pro_hot_li:nth-child(4),
.frm_pro_hot_li:nth-child(5),
.frm_pro_hot_li:nth-child(6) {
    border-bottom: 0px;
}

.frm_pro_hot_mr {
    padding-right: 0;
}

.frm_pro_hot_li .frm_pro_hot_foc {
    color: #ffffff;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: inset 0px -40px 0px 0px #eaeeed;
}

.frm_pro_hot_li .frm_pro_hot_foc:hover {
    color: #ffffff;
    border: 1px solid #C3121A;
    box-shadow: inset 0px -40px 0px 0px #C3121A;
}

.frm_pro_hot_li .frm_pro_hot_foc:hover .frm_pro_hot_tl {
    color: #ffffff;
}

.frm_pro_hot_foc .frm_pro_hot_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
}

.frm_pro_hot_foc .frm_pro_hot_img img {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    line-height: 0;
    font-size: 0;
    position: relative;
    left: 0;
    top: 0;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.frm_pro_hot_foc .frm_pro_hot_img:hover img {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
}

.frm_pro_hot_foc .frm_pro_hot_tl {
    width: 100%;
    height: 40px;
    line-height: 60px;
    text-align: center;
    display: block;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
}

.frm_pro_hot_foc .frm_pro_hot_tl:hover {
    color: #ffffff;
}


/***解决方案 start***/

.frm_solution_box {
    height: auto;
    overflow: hidden;
    background-color: #fefefe;
    padding: 30px 0px;
}

.frm_solution_box_con {
    width: 1200px;
    margin: 0px auto 30px;
    overflow: hidden;
}

.frm_solution_box_con h3 {
    overflow: hidden;
    font-size: 33px;
    color: #222;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 10px;
}

.frm_solution_box_con h3:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #c30d23;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}

.frm_solution_box_con p {
    width: 80%;
    line-height: 30px;
    overflow: hidden;
    margin: 0 auto 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
}


/* haojiechen 修改2019/3/2 */

.frm_solution_box_con {
    padding: 10px 0;
}

.frm_solution_box_con_sub {
    width: 31.33%;
    height: auto;
    float: left;
    text-align: center;
    margin: 0 1%;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 5px #e2dede;
    box-shadow: 0 2px 5px #e2dede;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding: 10px 10px 20px;
}

.frm_solution_box_con_sub:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.flex {
    display: flex;
}

.flexItem_2 {
    flex: 2;
}

.frm_contact_tit {
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.frm_contact_view p {
    font-size: 14px;
    line-height: 34px;
    color: #666;
}


/* haojiechen 2019/3/2 end */

.frm_solution_box_con_sub li {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.frm_solution_box_con_sub a,
.frm_solution_box_con_sub a:hover {
    text-decoration: none;
}

.frm_solution_box_con_sub_c {
    text-align: center;
}

.frm_solution_box_con_sub_c img {
    width: 100%;
    height: 100%;
    color: black;
}

.frm_solution_box_con_sub_c .dd1 {
    height: 200px;
    padding: 3px;
    /* border:1px solid #eee; */
}

.frm_solution_box_con_sub_c .dd2 {
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #222;
    font-size: 16px;
    overflow: hidden;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
    font-weight: bold;
}

.frm_solution_box_con_sub_c .dd3 {
    height: 40px;
    line-height: 20px;
    text-align: left;
    padding: 0 10px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
}

.frm_solution_box_con_sub_c span {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    padding: 0 30px;
    background-color: #333;
    border-radius: 3px;
    margin-top: 15px;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.frm_solution_box_con_sub_c .dd2:hover {
    color: #b70000;
}

.frm_solution_box_con_sub_c span:hover {
    background-color: #b70000;
}


/***三大优势 start***/

.frm_adv_cont {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #f5f5f5;
    padding: 20px 0;
}

.frm_adv_cont_con {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.frm_adv_cont_con h3 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 33px;
    color: #b70000;
    position: relative;
    padding: 20px 0px 10px;
    text-align: center;
}

.frm_adv_cont_con p {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

.frm_adv_nsm1 .frm_adv_nsl {
    width: 410px;
    height: auto;
    float: left;
}

.frm_adv_ns dl {
    display: block;
}

.frm_adv_ns dl dt {
    height: 47px;
    line-height: 25px;
    display: block;
    /* background: url(../images/frm_adv_ns01.gif) no-repeat left top; */
    padding-left: 22px;
    font-size: 17px;
    color: #cf0000;
    margin-bottom: 20px;
}

.frm_adv_ns dl dt span {
    line-height: 27px;
    display: block;
    font-size: 26px;
    color: #191e00;
    font-weight: bold;
}

.frm_adv_ns dl dd {
    line-height: 25px;
    display: block;
    background: url(../images/frm_adv_nsli.gif) no-repeat 100px 9px;
    padding-left: 110px;
    font-size: 14px;
    color: #333;
}

.frm_adv_ns dl dd span {
    color: #d92322;
    display: inline-block;
}

.frm_adv_ns .content {
    width: 1200px;
    margin: 0 auto;
}

.frm_adv_ns .frm_adv_nsm2 {
    height: 386px;
    margin: 0 auto;
}

.frm_adv_ns .frm_adv_nsm2m {
    height: 386px;
    font-family: "Microsoft YaHei";
    background: url(../images/pro_img001.png) no-repeat right center;
    background-size: contain;
}

.frm_adv_nsm2 .frm_adv_nsl {
    /* width: 558px; */
    height: auto;
    float: left;
    padding-top: 110px;
    padding-right: 10px;
}

.frm_adv_ns .frm_adv_nsm3 {
    height: 366px;
    background-color: #FFF;
}

.frm_adv_ns .frm_adv_nsm3m {
    height: 366px;
    font-family: "Microsoft YaHei";
    background: url(../images/pro_img002.png) no-repeat left center;
    background-size: contain;
}

.frm_adv_nsm3 .frm_adv_nsl {
    width: 610px;
    height: auto;
    float: right;
    padding-top: 82px;
}

.frm_adv_ns .frm_adv_nsm4 {
    height: 386px;
    margin: 0 auto;
}

.frm_adv_ns .frm_adv_nsm4m {
    height: 386px;
    font-family: "Microsoft YaHei";
    background: url(../images/pro_img003.png) no-repeat right center;
    background-size: contain;
}

.numWrap {
    width: 60px;
    float: left;
}

.numWrapTop {
    height: 0px;
    width: 0px;
    border-top: solid 20px #c30d23;
    border-left: solid 30px rgba(0, 0, 0, 0);
    border-right: solid 30px rgba(0, 0, 0, 0);
    display: inline-block;
}

.numWrapBottom {
    height: 44px;
    width: 60px;
    background-color: #c30d23;
    display: inline-block;
    margin-top: -5px;
    padding: 0;
    display: table-cell;
    vertical-align: bottom;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    padding-bottom: 6px;
}

.content_detail {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.conent_title {
    font-size: 22px;
    color: #333;
    line-height: 35px;
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
    float: left;
    margin-top: -10px;
}

.frm_adv_nsm4 .frm_adv_nsl {
    width: 550px;
    height: auto;
    float: left;
    padding-top: 110px;
    padding-right: 10px;
}

.frm_adv_nsm4 .frm_adv_nsl dt span {
    padding-top: 8px;
}

.frm_adv_ns a {
    width: 155px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    border-radius: 5px;
    margin-top: 20px;
    display: block;
    text-align: center;
    background: #c30d23;
    float: right;
}

.frm_adv_ns .frm_adv_nsm3 a {
    background: #c30d23;
}

.frm_adv_ns .frm_adv_nsm4 a {
    background: #c30d23;
}

.frm_adv_ns a:hover,
.frm_adv_ns a:focus {
    color: #fff
}

.frm_min_banner {
    width: 100%;
    height: 279px;
    background: url(../picture/min_banner.png) no-repeat center;
}

.frm_min_banner_main {
    width: 1200px;
    height: 279px;
    overflow: hidden;
    margin: 0 auto;
}

.frm_min_banner dl {
    width: 602px;
    height: 279px;
    overflow: hidden;
    float: right;
}

.frm_min_banner dt {
    height: auto;
    line-height: 38px;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    margin-top: 73px;
}

.frm_min_banner dd {
    font-weight: 400;
}

.frm_min_banner p {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #FFF;
}

.frm_min_banner dd span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    padding-left: 34px;
}

.frm_min_banner dd b {
    font-size: 18px;
}


/***新闻资讯 start***/

.frm_news_box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #FFF;
    padding: 20px 0;
}

.frm_news_box_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.frm_news_box_con h3 {
    overflow: hidden;
    font-size: 33px;
    color: #222;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 30px;
}

.frm_news_box_con h3:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #c30d23;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}

.frm_news_box_main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.frm_news_box_left {
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    margin-top: 100px;
    top: 0px;
    left: 8px;
    z-index: 999;
    border-top: 3px solid #999;
    border-left: 3px solid #999;
    transform: rotate(-45deg);
    background-color: none;
}

.frm_news_box_left:hover {
    border-top: 3px solid #b70000;
    border-left: 3px solid #b70000;
}

.frm_news_box_right {
    height: 30px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    margin-top: 100px;
    top: 0px;
    right: 8px;
    z-index: 999;
    border-top: 3px solid #999;
    border-left: 3px solid #999;
    transform: rotate(135deg);
}

.frm_news_box_right:hover {
    border-top: 3px solid #b70000;
    border-left: 3px solid #b70000;
}

.frm_news_box_inner {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.frm_news_box_ul {
    float: left;
    overflow: hidden;
}

.frm_news_box_li {
    float: left;
    margin: 0px;
    width: 580px;
    padding: 0px 10px;
    margin-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px dashed #f5f5f5;
    padding-bottom: 20px;
}

.frm_news_box_lftbox {
    width: 200px;
    height: 130px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.frm_news_box_lftbox img {
    width: 100%;
    height: 100%;
}

.frm_news_box_ritbox {
    width: 310px;
    height: 130px;
    float: left;
    overflow: hidden;
}

.frm_news_box_name {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.frm_news_box_name a {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

.frm_news_box_name a:hover {
    color: #b70000;
}

.frm_news_box_coent {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    color: #888;
}

.frm_news_box_time {
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    font-size: 12px;
    color: #888;
}

.frm_news_box_more {
    padding: 10px;
    text-align: center;
}

.frm_news_box_more a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    background-color: #333;
    display: inline-block;
    border-radius: 5px;
}

.frm_news_box_more a:hover {
    background-color: #b70000;
}


/***行业应用 start***/

.frm_app_box {
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    /* padding: 30px 0px; */
}

.frm_app_box.fff {
    background-color: #ffffff;
}

.frm_app_box_con {
    width: 1200px;
    margin: 0px auto 30px;
    overflow: hidden;
}

.frm_app_box_con h3 {
    overflow: hidden;
    font-size: 33px;
    color: #222;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 50px;
}

.frm_app_box_con h3:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #c30d23;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}

.frm_app_box_con p {
    width: 80%;
    line-height: 30px;
    overflow: hidden;
    margin: 0 auto 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.frm_app_box_con ul {
    height: auto;
    overflow: hidden;
    display: flex;
}

.frm_app_box_con_sub {
    width: 31.33%;
    height: auto;
    float: left;
    margin: 0 1%;
    background-color: #fff;
    border-radius: 3px;
}

.frm_app_box_con_sub li {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.frm_app_box_con_sub_c {}

.frm_app_box_con_sub_c img {
    width: 100%;
    height: 100%;
    color: black;
}

.frm_app_box_con_sub_c .dd1 {
    height: 200px;
    padding: 3px;
    border: 1px solid #eee;
}

.frm_app_box_con_sub_c .dd2 {
    height: 50px;
    line-height: 50px;
    color: #222;
    font-size: 16px;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.frm_app_box_con_sub_c .dd3 {
    height: 60px;
    line-height: 20px;
    padding: 0 10px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 25px;
}

.frm_app_box_con_sub_c span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #444;
    display: block;
    padding: 0 10px;
    transition: All 0.4s ease;
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

.frm_app_box_con_sub_c .dd2:hover,
.frm_app_box_con_sub_c span:hover {
    color: #b70000;
}

.frm_app_box_more {
    padding: 10px;
    text-align: center;
    overflow: hidden;
}

.frm_app_box_more a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    background-color: #333;
    display: inline-block;
    border-radius: 5px;
}

.frm_app_box_more a:hover {
    background-color: #b70000;
}


/***合作客户 start***/

.frm_honor_hot {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #FFF;
    padding: 20px 0 50px;
}

.frm_honor_hot_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.frm_honor_hot_fl {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.frm_honor_hot_fr {
    height: auto;
    overflow: hidden;
    display: none;
}

.frm_honor_hot_con {
    width: 1200px;
    margin: 0px auto 30px;
    overflow: hidden;
}

.frm_honor_hot_con h3 {
    overflow: hidden;
    font-size: 33px;
    color: #222;
    position: relative;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 50px;
}

.frm_honor_hot_con h3:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #c30d23;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}

.frm_honor_hot_fl li {
    width: 178px;
    height: 100px;
    float: left;
    margin: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.frm_honor_hot_fl li img {
    width: 100%;
    height: 100%;
    border: 0;
}

.frm_honor_hot_fr ul {
    height: 150px;
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.frm_honor_hot_fr li {
    width: 31.33%;
    height: 100%;
    float: left;
    margin: 10px 1%;
    overflow: hidden;
}

.frm_honor_hot_fr li img {
    width: 100%;
    height: 100%;
    border: 0;
}

.frm_honor_hot_fr_fw {
    height: auto;
    overflow: hidden;
    padding: 10px 10px 19px;
    background-color: #ffaa41;
}

.frm_honor_hot_fr_fw dl {
    display: block;
    margin-top: 10px;
    overflow: hidden;
}

.frm_honor_hot_fr_fw dl dt {
    line-height: 30px;
    display: block;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 20px;
}

.frm_honor_hot_fr_fw dl dt span {
    display: block;
    font-size: 26px;
    color: #bd2121;
    font-weight: bold;
}

.frm_honor_hot_fr_fw dl dd {
    display: block;
    font-size: 16px;
    color: #bd2121;
    font-weight: bold;
}

.frm_honor_hot_fr_fw dl dd span {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
}

.frm_honor_hot_fr_fw dl dd span:first-child {
    margin-right: 20px;
}

.frm_honor_hot_con p {
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
    text-align: center;
}

.frm_honor_hot_con p a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #666;
    border-radius: 3px;
    display: inline-block;
}

.frm_honor_hot_con p a:hover {
    background-color: #b70000;
}


/***企业服务 start***/

.frm_sev_box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #d5ecff;
}

.frm_sev_box_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.frm_sev_box_con dl {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 40px 0 30px;
}

.frm_sev_box_con dt {
    width: 560px;
    float: left;
    overflow: hidden;
    padding: 30px 20px;
    font-weight: 400;
}

.frm_sev_box_con dd {
    width: 600px;
    float: left;
    overflow: hidden;
}

.frm_sev_box_con dt h3 {
    height: auto;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

.frm_sev_box_con dt p {
    height: auto;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 35px;
    color: #222;
}

.frm_sev_box_con dt a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #222;
}

.frm_sev_box_con dd img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/*frm_content_end*/


/* 首页样式补充 */

.frm_app_box_top {
    width: 100%;
    height: 54px;
    margin-bottom: 40px;
    border-bottom: 1px #dcdcdc solid;
    margin-top: 30px;
}

.frm_app_box_top span {
    display: block;
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 28px;
    color: #C3121A;
    font-weight: bold;
}

.frm_app_box_top_dash {
    display: block;
    margin: 0 auto;
    text-align: Center;
    font-size: 16px !important;
    color: #6f6f6f !important;
    float: right !important;
    line-height: 53px;
}

.frm_app_box_top_dash a {
    color: #6f6f6f;
    font-weight: 100
}

span.frm_app_box_top_t1 {
    color: #C3121A;
}

.frm_app_box_top span.frm_app_box_top_name {
    display: block;
    float: left;
    height: 52px;
    line-height: 61px;
    font-size: 18px;
    color: #666;
    margin-top: 4px;
    margin-left: 9px;
    font-family: arial;
}

.frm_app_box_detail {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.frm_app_news {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

.frm_app_news ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.frm_app_news ul li {
    width: 31%;
    /* height: 101px; */
    float: left;
    /* margin-right: 3.33%; */
    border: 1px #ececec solid;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.5s;
    background: #fff;
    padding: 10px 10px 16px 10px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    display: flex;
}


.frm_app_news .index_cnt_m3_w_c1_img {
    width: 100px;
    height: 80px;
    margin: 0 auto;
    margin-top: 13px;
    transition: 0.5s;
    text-align: center;
    float: left;
    margin-right: 5px;
}

.frm_app_news .index_cnt_m3_w_c1_img img {
    width: 82%;
    height: 100%;
    object-fit: cover;
}

.frm_app_news .index_cnt_m3_w_c1_tit {
    width: 250px;
    height: 45px;
    margin-top: 13px;
    line-height: 45px;
    margin-left: 10px;
    margin: 0 auto;
    float: left;
}

.frm_app_news .index_cnt_m3_w_c1_tit1 {
    font-size: 18px;
    color: #333;
}

.frm_app_news .index_cnt_m3_w_c1_neirong {
    width: 255px;
    line-height: 24px;
    color: #6f6f6f;
    font-size: 13px;
    margin-left: 165px;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
    float: left;
    height: 52px;
}

.frm_app_news>ul>li:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
    border: 1px #fff solid;
}

span.index_cnt_m3_topmore a {
    font-size: 16px;
    color: #fff;
    display: block;
    background: #C3121A;
    border-radius: 50px;
    -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
    width: 174px;
    line-height: 44px;
    height: 44px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.index_checkBg {
    width: 100%;
    /* height: 920px; */
    background: #EFF0F2;
    padding-bottom: 50px;
    background: url('../../images/check_bg.jpg') no-repeat center;
    background-size: cover
}


/* 技术文章 */

.article_con {
    width: 100%;
    margin: 0 auto;
}

.article_con li {
    width: 31%;
    /* height: 101px; */
    margin-right: 3.33%;
    /* padding: 4px; */
    border: 1px solid #FFFFFF;
    float: left;
    /* margin: 5px 25px; */
    background: #fff;
    position: relative;
    transition: 0.5s;
    margin-bottom: 25px;
    padding: 10px;
    display: flex;
}

.article_con>ul>li:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
    color: #C3121A;
}

.article_con_img {
    float: left;
    width: 90px;
    min-width: 90px;
    height: 62px;
}

.article_con_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_con_right {
    text-align: left;
    border-radius: 0 0 50px 0;
    padding-left: 10px;
    width: 1px;
    flex: 1;
}

.article_con_tit {
    font-size: 16px;
    height: 28px;
    line-height: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    flex: 1;
}

.article_con .more_show a {
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: block;
    margin-right: 20px;
    transition: all ease-out .2s;
    font-size: 12px;
    color: #666;
    padding-right: 15px;
}

.article_con .more_show a>i {
    background: url('../../images/indexImg/more_icon.jpg') no-repeat 0 0;
    width: 16px;
    height: 9px;
    display: inline-block;
    display: none;
}


/* 工程案例 */

.news_con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case_con {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.case_con .case_con_item {
    /* width: 100; */
    overflow: hidden;
    position: relative;
    background: #eaeeed;
    /* margin-right: 27px; */
    /* margin-top: 12px; */
    /* padding-bottom: 15px; */
    /* margin-bottom: 20px; */
}

.case_con .case_con_item:hover {
    background: #c3121a;
}

.case_con .case_con_item:hover .case_con_tit,
.case_con .case_con_item:hover .case_con_content {
    color: #ffffff;
}

.case_con .case_con_item:hover .case_con_img img {
    transform: scale(1.2);
}

.case_con .case_con_item:hover .case_con_go {
    background: url('../../images/indexImg/case_icon_cur.png') center no-repeat;
}

.case_con_img {
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.case_con_img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

.case_con_tit {
    font-size: 16px;
    margin-top: 38px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #c3121a;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url(ellipsis.xml#ellipsis);
    text-align: center;
}

.case_con_content {
    overflow: hidden;
    margin-top: 25px;
    width: 86%;
    height: 103px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 0 auto;
}

.case_con_go {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background: url('../../images/indexImg/case_icon.png') center no-repeat;
    -moz-transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* 定制的没用 start*/


/*xn_f_21_wrap*/

.index_body .xn_f_21_wrap {
    display: block;
}

.xn_f_21_wrap1 {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    /* display:none; */
    padding: 20px 0;
    /* margin-top: 30px; */
}

.xn_f_21_xhbox {
    float: left;
    height: 34px;
    overflow: hidden;
    text-align: center;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    margin-right: 23px;
}

.xn_f_21_xhbox a {
    line-height: 34px;
    color: #666 !important;
    font-size: 14px !important;
}

.xn_f_21_xhbox a:hover {
    text-decoration: underline;
}

.xn_f_21_wrap {
    background: #F6F7F8;
}


/*end_xn_f_21_wrap*/


/* 定制的没用 end*/

.h5Nav,
.h5_honors,
.h5_footer,
.swiper-banner {
    display: none;
}

.pcNav {
    display: block;
}

.swiper-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto 40px;
    padding: 0 0 90px;
}

.swiper-wrapper {
    padding-top: 46px;
}

.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    opacity: 0.7;
    /* 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;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-slide img {
    width: 100%;
}

.swiper-container.pc_honors .swiper-slide-active,
.swiper-container.pc_honors .swiper-slide-duplicate-active {
    transform: scale(1.2);
    z-index: 1000;
    opacity: 1;
}

.swiper-container .swiper-slide-prev,
.swiper-container .swiper-slide-next {
    transform: scale(1);
    z-index: 99;
    opacity: 0.8;
}

.swiper-container.pc_honors .swiper-slide-prev {
    margin-left: -40px;
}

.swiper-container.pc_honors .swiper-slide-next {
    margin-right: -40px;
}

.swiper-button-next,
.swiper-button-prev {
    background: #000;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    opacity: 0.5
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: ""
}


/* @media(min-width: 768px) {
    .frm_app_news ul li:nth-child(3n+3) {
        margin-right: 0px;
    }
    .article_con ul li:nth-child(3n+3) {
        margin-right: 0px;
    }
} */


/* 新闻资讯 */

.mt50 {
    margin-top: 50px!important;
}

.news_con_item {
    width: 30%;
    padding: 4px;
    border: 1px solid #FFFFFF;
    float: left;
    background: #FFFFFF;
    position: relative;
    border-radius: 0 0 50px 0;
    transition: 0.5s;
}

.news_con_item:hover {
    -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.18);
}

.news_con_img {
    width: 100%;
    height: 230px;
}

.news_con_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_con_tit {
    width: 100%;
    text-align: left;
    border-radius: 0 0 50px 0;
    padding: 10px 0 18px;
    font-size: 16px;
    /* height: 38px; */
    line-height: 38px;
    padding-left: 10px;
}

.news_con_tit a {
    color: #333;
    cursor: pointer;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news_con_item:hover a {
    color: #C3121A;
}

span.xn_c_index_199_275_day {
    display: block;
    font-size: 22px;
    border-bottom: 1px solid #e45b61;
    height: 26px;
    line-height: 22px;
    margin-bottom: 4px;
    width: 58px;
    text-align: center;
}

.xn_c_index_199_275_date {
    width: 58px;
    height: 60px;
    padding: 6px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 12px;
    background: #C3121A;
    font-size: 12px;
    border-radius: 0 0 34px 34px;
    text-align: center;
    box-sizing: content-box;
}
.h5Case_con{
    display: none;
}

/* h5样式 */

@media(max-width: 767px) {
    .h5Nav,
    .h5_honors,
    .productList,
    .swiper-banner,.h5Case_con {
        display: block;
    }
    .pcNav,
    .frm_footer-inner,
    .pc_honors,
    .xn_f_21_wrap,
    .frm_adv_cont,
    .frm_ban_1_banner,.pcCase_con {
        display: none;
    }
    .frm_pro_box_con,
    .frm_pro_hot_con,
    .frm_app_box_con {
        width: auto;
        margin: 0px auto 0px;
    }
    .frm_app_box_top {
        width: auto;
        margin: 0px 10px 40px;
    }
    .frm_pro_hot_li {
        width: 48%;
        margin: 0 1% 10px;
    }
    .frm_pro_hot_foc .frm_pro_hot_img {
        height: auto;
    }
    .frm_pro_hot_foc .frm_pro_hot_img:hover img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .case_con {
        padding-bottom: 0px!important;
    }
    .case_con .case_con_item {
        width: 100%;
        background: #ffffff;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .case_con_img {
        height: auto;
        width: 95%;
        margin: auto;
    }
    .case_con_tit {
        background: #ffffff;
        width: 80%;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -40%;
        color: #333;
    }
    .case_con_go,
    .case_con_content {
        display: none;
    }
    .article_con li {
        width: auto;
        float: none;
        margin: 0 2% 20px;
    }
    .frm_ban_1_banner,
    .frm_ban_cont_banner {
        margin-top: 0!important;
    }
    /* 底部 */
    .h5_footer {
        display: block;
        background: #f5f5f5;
        width: 100%;
        padding: 5% 10%;
        text-align: center;
        color: #333333;
    }
    /* 荣誉资质滑动 */
    .swiper-container.h5_honors {
        width: 90%;
        margin: 20px auto 0;
        padding: 0 0 60px 0;
    }
    .swiper-container.h5_honors .swiper-wrapper,
    .h5Banner .swiper-wrapper {
        padding-top: 0px;
    }
    .swiper-container.h5_honors .swiper-slide {
        transform: scale(1);
    }
    /* 工程案例 */
    .case_con .case_con_item:hover .case_con_tit,
    .case_con .case_con_item:hover .case_con_content {
        color: #c3121a;
    }
    .case_con .case_con_item:hover {
        background: #fff;
    }
    .case_con_img img {
        height: 164px;
        object-fit: cover;
    }
    /* 检测中心 */
    .frm_app_box_con ul {
        display: block;
        margin: 10px 15px;
    }
    .frm_app_box_detail {
        margin: 0 15px;
    }
    .frm_app_news ul li {
        width: 100%;
        margin: 0 0 10px 0;
    }
    /* 新闻咨询 */
    .case_con {
        margin: 0 15px;
    }
    .news_con_item {
        width: 94%;
        margin: 0 auto 15px;
    }
    /* 产品中心 */
    .frm_box_pro_product_wrap {
        display: none;
    }
}