@charset "utf-8";
/* 站点说明：整站样式
 * 开发时间：20210314
 * 开发者：陈宏
 * 维护者：陈宏
 *
 * 样式版本： v1.0
 * 版本时间：
 * 注意事项： 请勿轻易修改，共用部分主要样式
 *
 */

/*头部样式*/

@media (min-width: 1024px) {
    header .navbar .nav-container {
        position: relative;
    }
}

/* a:hover {
  color: #115fbf !important;
} */

.page_wrapper .bread:before{
    content: '';
    display: inline-block;
    width: 20px;
    background: url(../images/home_icon.png) no-repeat left center;
    background-size: contain;
    height: 20px;
    float: left;
    margin-top: 11px;
    padding-right: 3px;
}
.page_wrapper .bread a:link,
.page_wrapper .bread a:visited {
    color: #1d1d1d;
    font-size: 16px;
    line-height: 46px;
}

.page_tit h4,
.page_wrapper .page_tit {
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    padding-bottom: 25px;
    font-weight: normal;
}

.page_tit h4 {
    padding-bottom: 0;
}

.page_tit_date {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}

.page_con {
    color: #666;
    line-height: 30px;
    /*font-size: 16px;*/
    padding-bottom: 50px;
}
/*搜索结果页 begin*/
.search_wrapper{
    width: 85%;
    max-width: 1430px;
    font-size: 14px;
    margin: 0 auto;
    box-sizing: border-box;
}
.search_bread{color: #1d1d1d;
    font-size: 16px;
    line-height: 46px;}
.search_key{color: #fe342c;}
.search_list li{
    padding-bottom: 20px;
}
.search_list li a{
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 46px;
    color: #666;
}
.search_list li a p .cate_name:before{
    content: '◆';
}
.search_list li a:hover{
    background: #059ee3;
    color: #fff;
}
/*搜索结果页 end*/
/* 首页begin */

.in_banner {
}

.in_banner img {
    width: 100%;
}

.index_tit {
    font-size: 58px;
    color: #e6e5e5;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.index_case_tit::before {
    margin-left: -75px;
    content: '定制化方案';
}

.index_case {
    background: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
}

.case_show {
}


.index_case_con {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index_case_con .tempWrap {
    padding-left: 10px;
}

.index_case_con .arrow a {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 70px;
    z-index: 2;
    margin-top: -35px;
}

.index_case_con .arrow a.prev {
    left: 0;
    top: 50%;
    background: url(../images/arrow-left.png) center center no-repeat;
}

.index_case_con .arrow a.next {
    right: 0;
    top: 50%;
    background: url(../images/arrow-right.png) center center no-repeat;
}

.index_case_con .arrow a:hover {
    background-color: rgba(0, 0, 0, .3);
}

.index_case_con .index_case_list {
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 70px;
}

.index_case_con .index_case_list .tempWrap {
    margin: 0 auto;
}

.index_case_con ul li {
    float: left;
    width: 387px;
    height: auto;
    margin-right: 5px;
    background: #fff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 30%) inset;
    margin-bottom: 10px;
    position: relative;


    overflow: hidden;
    margin-right: 19px;
}

.index_case_con ul li:last-child {
    margin-right: 0;
}

.index_case_con ul li div {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.index_case_con ul li div img {
    max-width: 300px;
    max-height: 220px;
}

.index_case_con ul li .case_name {
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /*width: 0;
    height: 0; */
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s linear;
    box-sizing: border-box;
}

.index_case_con ul li .case_name h5 {
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 10px;
    color: #fe342c;
    margin: 0 50px;
}

.index_case_con ul li .case_name p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0 50px;
}

.index_case_con ul li:hover .case_name {
    display: flex;
    opacity: 1;
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    background-repeat: repeat;
    background-position: 100% 100%;
}

.index_case_con ul li .case_name a {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}

.index_cate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top:30px;
}

.index_cate_item {
    border-bottom: 5px solid #3c3c3c;
    position: relative;
    width: 49%;
}

.index_cate_item img {
    width: 100%;
}

.index_cate_item::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    opacity: 0;
    height: 5px;
    background: #fe342c;
    transition: all 0.5s ease-in-out;
}

.index_cate_item:hover::after {
    left: 0;
    width: 100%;
    opacity: 1;
}

.index_pro {
}

.index_pro ul {
    margin-top: 55px;
}

.index_tit::before {
    position: absolute;
    font-size: 30px;
    color: #151515;
    font-weight: bold;
    bottom: -5px;
    left: 50%;
    z-index: 8;
}

.index_news_tit::before {
    margin-left: -75px;
    content: '新闻&活动';
}

.index_pro_tit::before {
    margin-left: -75px;
    content: '推荐产品';
}

/*.index_pro li {*/
/*    background: url(../images/blgd035.jpg) no-repeat;*/
/*    background-size: cover;*/
/*}*/

.index_news_con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 75px;
    padding-bottom: 80px;
}

.index_pro_tit,
.index_news_tit {
    margin-top: 45px;
}

.index_news_r {
    margin-left: 30px;
}

.index_news_r li {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    transition: all 0.2 linear;
}

.index_news_r li:last-child {
    border-bottom: 0;
}

.index_news_r li .index_news_intro {
    position: relative;
}

.index_news_r li .index_news_intro::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    opacity: 0;
    height: 3px;
    background: #fe342c;
    transition: all 0.5s ease-in-out;
}

.index_news_r li:hover .index_news_intro::after {
    left: 0;
    width: 100%;
    opacity: 1;
}

.index_news_r .news_tit {
    color: #115fbf;
    font-size: 16px;
    padding-bottom: 8px;
}

.index_news_r p {
    color: #666;
    line-height: 20px;
    margin: 0;
}

.index_news_r .index_new_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 36px;
}


.index_news_r .index_new_info .date {
    color: #999;
    font-size: 14px;
}

.index_news_r .index_new_info .more {
    width: 80px;
    height: 28px;
    display: block;
    line-height: 28px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #059ee3;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
}

.index_news_r li:hover .index_new_info .more {
    cursor: pointer;
    border: 1px solid #059ee3;
    background: #059ee3;
    color: #fff;
    text-decoration: none;

}

.index_news_l {
    /* border: 1px solid #115fbf;
    padding: 25px; */
    position: relative;
    top: 13px;
    /* background: url(../images/blgd033.jpg) 20px 20px repeat; */

}


.index_news_l .news_img {
    display: block;
    background: #f4f4f4;
    padding-left: 4px;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-top: 10px;
}

.index_img_tit::before {
    position: absolute;
    top: -22px;
    height: 5px;
    left: 20px;
    background: #fff;
    width: 80px;
    content: '';
    display: block;
    z-index: 9;
}


.index_news_l::after {
    border: 2px solid #115fbf;
    position: absolute;
    top: -20px;
    height: 98%;
    left: -20px;
    background: transparent;
    width: 100%;
    content: '';
    display: block;
    transition: all 0.2s ease-in-out;
}

.index_img_tit {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 60px;
    background: #fff;
}

.index_news_l:hover {
    cursor: pointer;

}

.index_new_img,.index_img_tit {
    overflow: hidden;
    z-index: 999;
    position: relative;
}

.index_news_l img {
    transition: all 0.2s;
}

.index_news_l:hover img {
    transform: scale(1.1);
}

.index_news_l:hover::after {
    border: 2px solid red;
}
.flink{
    background-color: #F5F5F5;
    padding: 20px 0;
    font-size: 14px;
    color: #666;
}
.flink a:link,.flink a:visited{
    color: #666;
    padding-right: 20px;
}
.flink a:hover{
    color: #0a4e98;
}
/* 首页end */
/* 产品详情 begin */
.news_detail,
.pro_detail {
    font-size: 14px;
}

.pro_detail .pro_detail_t {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 40px;
}

.pro_detail .pro_detail_tl {
    border: 2px solid #dddddd;
    height: 320px;
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 35px;
    padding: 10px;
    box-sizing: border-box;
}

.pro_detail .proDetailImgs {
    overflow: hidden;
    position: relative;
}

.pro_detail .proDetailImgs .hd {
    height: 5px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 16px;
    z-index: 1;
}

.pro_detail .proDetailImgs .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.pro_detail .proDetailImgs .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 5px;
    text-align: center;
    background: #aaa;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s linear;
}

.pro_detail .proDetailImgs .hd ul li.on {
    background: #fe342c;
    color: #fff;
    width: 18px;
}

.pro_detail .proDetailImgs .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.pro_detail .proDetailImgs .bd li {
    zoom: 1;
    vertical-align: middle;
}

.pro_detail .proDetailImgs .bd img {
    max-width: 370px;
    max-height: 350px;
    display: block;
}

.pro_detail .pro_detail_tr {
    flex: 1;
}

.pro_detail .intro_tit,.pro_detail .pro_detail_btit {
    color: #333;
    line-height: 32px;
    font-size: 16px;font-weight: bold;
}
.pro_detail .pro_detail_btit{
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 10px;

    margin-bottom: 15px;
}
.pro_detail .pro_detail_btit::before{
    display: block;
    content: ' ';
    background-color: #fe342c;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.pro_detail .intro_con {
    color: #666;
    line-height: 28px;
    height: 200px;
    overflow: hidden;
    padding-top: 15px;
}

.pro_detail .pro_concat {
    font-size: 20px;
    line-height: 34px;
    color: #333;
}

.pro_detail .pro_concat p {
    padding-bottom: 5px;
}

.pro_detail .pro_concat i {
    color: #339a41;
    font-size: 26px;
    padding-right: 5px;
}

.about_con .about_detail,
.news_detail .pro_detail_b,
.pro_detail .pro_detail_b {
    color: #666;
    line-height: 28px;
    font-size: 14px;
    text-align: justify;
}

.about_con .about_detail strong,
.news_detail .pro_detail_b strong,
.pro_detail .pro_detail_b strong,
.pro_detail .pro_detail_b b {
    color: #333;
}

.pro_detail .pro_detail_b br {
    line-height: 20px;
}
.pro_detail  img{
    max-width: 650px;
}
.pro_detail .proDetailImgs img{
    max-width: 320px;
    max-height: 300px;
}
/* 产品详情 end */
/* 产品列表 begin */
.pro_list {
    margin-top: 20px;
}

.pro_list_con .page {
    padding-top: 0;
}

.pro_list li,
.index_pro li {
    float: left;
    /*box-shadow: 0 0 8px rgb(0 0 0 / 10%);*/
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
    transition: all .3s linear;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.index_pro li {
    position: relative;
}
.pro_list li{
    margin-bottom: 30px;
}

.pro_list li img,
.index_pro li img {
    transition: all .3s linear;
}

.pro_list li:nth-child(3n),
.index_pro li:nth-child(3n) {
    margin-right: 0;
}

.pro_list .pro_img,
.index_pro .pro_img {
    overflow: hidden;
    height: 220px;
    text-align: center;
    display: table-cell;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    text-align: center;
}

.index_pro .pro_img {
    height: 370px;
}

.pro_list .pro_img img {
    max-height: 190px;
    max-width: 175px;
}

.index_pro .pro_img img {
    max-height: 300px;
    max-width: 240px;
    width: 100%;
}

.pro_list .pro_name,
.index_pro .pro_name {
    background: #404040;
    line-height: 30px;
    height: 45px;
    color: #fff;
    padding: 6px 8px 5px 8px;
    text-align: center;
    font-size: 16px;
    box-sizing: border-box;
    position: relative;
}

.index_pro .pro_name {
    line-height: 20px;
    height: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.index_pro .pro_name p{

}
.pro_list li:hover,
.index_pro li:hover {
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}



.pro_list li:hover img,
.index_pro li:hover img {
    transform: scale(1.1);
}
.index_pro  li:hover  .pro_name,
.pro_list  li:hover  .pro_name {
    background-color: rgb(49 49 49 / 10%);
}
.index_pro  li:hover p,
.pro_list li:hover p {
    color: #404040;
}

.pro_list li:hover .pro_name p:before,
.index_pro li:hover .pro_name p:before {
    left: 0;
    width: 100%;
    opacity: 1;
}

.pro_list li .pro_name p:before,
.index_pro li .pro_name p:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    opacity: 0;
    height: 3px;
    background: #fe342c;
    transition: all 0.5s ease-in-out;
}


/* 产品列表 end */
/* 新闻列表 begin */
.news_list_right .new_bread {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list_right .new_bread .news_list_tit a:link,
.news_list_tit a:visited {
    color: #1d1d1d;
    font-size: 26px;
    font-weight: 550;
    margin-left: 15px;

}

.news_list_tit a.active,
.news_list_tit a:hover {
    border-bottom: 3px solid #ff0000;
}

.news_list {
    margin-top: 30px;
}

.news_list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 10px;
    border-bottom: 1px dashed #eee;
}

.news_list li .news_item_b {
    display: none;
}

.news_list li:last-child {
    border-bottom: 0;
}

.news_list li:hover {
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}

.news_list li .new_date {
    min-width: 80px;
    background: #eee;
    color: #999;
    text-align: center;
    margin-right: 30px;
    box-sizing: border-box;
    border: 2px solid #eee;
    transition: all .3s linear;
}

.news_list li .new_date .new_day {
    font-size: 30px;
    line-height: 56px;
    border-bottom: 1px solid #ddd;
}

.news_list li .new_date .new_month {
    font-size: 14px;
    line-height: 32px;
}
.news_list .new_info{
    flex: 1;
}
.news_list li .new_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list li .more {
    width: 85px;
    height: 32px;
    display: block;
    line-height: 32px;
    text-align: center;
    border: 1px solid #cccccc;
    color: #666;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.news_list li:hover .more {
    border: 1px solid #059ee3;
    background: #059ee3;
    color: #fff !important;
    text-decoration: none;
}

.news_list .new_info h4 {
    font-size: 16px;
    color: #1d1d1d;
    line-height: 36px;
    transition: all 0.3s ease-in-out;
}

.news_list li:hover .new_info li a:hover {
    text-decoration: none !important;
}

.news_list li:hover .new_info h4 {
    color: #115fbf;

}.news_list li:hover .new_date {
    border:2px solid  #059ee3;
    color: #fff;
    background-color: rgb(17 95 191 / 70%);
}

.news_list .new_info .thum_info {
    padding-top: 8px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
}

/* 新闻列表 end */


/* 加入我们列表 begin */
.join_list {
    margin-top: 20px;
}

.join_list li {
    width: 48%;
    min-width: 263px;
    margin-bottom: 40px;
    float: left;
    margin-right: 4%;
}

.join_list li:nth-child(2n) {
    margin-right: 0%;
}

.join_list li h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.join_list li p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
    text-align: justify;
    color: #666;
}

.join_list li a {
    text-align: right;
    width: 100%;
    display: inline-block;
}
.join_list li a:link,.join_list li a:visited{
    color: #aaa;
}
.join_list .join_item_con {
    border: 5px solid #ededed;
    background: #fafafa;
    padding: 20px 25px;
    box-sizing: border-box;
}

.join_list .join_item_con:hover h3,.join_list .join_item_con:hover a{
    color: #115fbf;
}

.join_list .join_item_con:hover {
    cursor: pointer;
    transform: translateY(-3px);
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    border-top: 5px solid #f4e1e1;
    border-bottom: 5px solid #f4e1e1;
    border-right: 5px solid #f4e1e1;
    border-left: 5px solid #f4e1e1;
    -webkit-box-shadow: 10px 10px 0 rgb(194, 70, 70);
    -moz-box-shadow: 10px 10px 0 rgb(194, 70, 70);
    -ms-box-shadow: 10px 10px 0 rgb(194, 70, 70);
    box-shadow: 10px 10px 0 rgb(194, 70, 70);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

/* 加入我们列表 end */
/* 内页banner begin */
.page_banner {
    background: url(../images/page_banner_bg.png) center center no-repeat;
    background-size: cover;
    height: 240px;
    border-bottom: 2px solid #ddd;
}

.page_banner_con {
    background: url(../images/blgd006.png) no-repeat left center;
    height: 330px;
    padding-left: 70px;
    position: relative;
}

.page_banner_con .bg {
    font-size: 55px;
    font-weight: bold;
    color: #f1f6fe;
    text-transform: uppercase;
    padding-top: 120px;
    padding-left: 48px;
}
.page_banner_wrapper{
    text-align: center;
}
.page_top_tit{
    padding-top: 55px;
}
.page_top_tit h3{
    font-size: 44px;
    font-weight: normal;
    color: #da374d;

}
.page_top_tit  p{
    color: #1660d7;
    line-height: 50px;
    font-size: 18px;
    padding-top: 17px;
    font-weight: bold;
}
.page_banner_con .title {
    position: absolute;
    top: 145px;
    left: 100px;
}

.page_banner_con .title h3 {
    color: #00bd2f;
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
}

.page_banner_con .title p {
    color: #6f9a7a;
    font-size: 18px;
    line-height: 40px;
}

/* 内页banner end */

/* 关于我们 begin */

.about_con .about_detail p {
    text-indent: 2em;
    padding-bottom: 30px;
}

.about_con .about_img {
    text-align: center;
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
}

.about_con .about_img img {
    padding-left: 10px;
    padding-right: 10px;
    width: 28%;
}

/* 关于我们 end */
/* 左侧分类 begin*/
.left_category {
    width: 290px;
    border: 2px solid #eaeaea;
    font-size: 14px;
}

.left_category .category_tit {
    font-size: 26px;
    color: #04499e;
    background: #dddddd url(../images/blgd002.jpg) no-repeat 15px center;
    height: 65px;
    line-height: 65px;
    padding-left: 35px;
    font-weight: bold;
}

.left_category .category_list {
    padding: 20px 10px;
}

.left_category .category_list li {
    border-bottom: 1px dashed #e5e5ee;
    line-height: 40px;
    /*padding-left: 8px;*/
}

.left_category .category_list li:last-child {
    border-bottom: 0;
}

.left_category .category_list li:hover {
    background: #f9f9f9;
    cursor: pointer;
}
.left_category .category_list li.checked {
    background: #f9f9f9;
}

.left_category .category_list li:hover div a,
.left_category .category_list li .second dd:hover a,
.left_category .category_list li.checked .first_cate a {
    color: #435de3 !important;
}

.left_category .category_list .first_cate {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}

.left_category .category_list .first_cate .iconfont {
    font-size: 18px;
    display: inline-block;
    width: 20px;
    padding-right: 3px;
    color: #435de3;
}

.left_category .category_list .first_cate .iconfont .icon-jiahao:before {
    content: "\e6cb" !important;
}

.left_category .category_list a:link,
.left_category .category_list a:visited {
    color: #1d1d1d;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.left_category dl {
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px;
}

.left_category dd {
    margin: 0;
}
.left_category .category_list dd a:link ,.left_category .category_list dd a:visited{
    line-height: 30px;
}
.left_category dd.active a:link,
.left_category dd.active a:visited{
    color: #435de3;

}
/* 左侧分类 end */
/* 联系我们 start */
.page_concact {
    padding: 0 !important;
}

.page_wrapper .contact_con .basic_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.contact_con .concact_l {
    padding-left: 20px;
}

.contact_con .name_zn {
    color: #115fbf;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
}

.contact_con .name_en {
    color: #115fbf;
    font-size: 24px;
}

.contact_con .concact_info {
    color: #666;
    line-height: 36px;
}

.contact_con .concact_info p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact_con .concact_info span {
    display: flex;
    width: 80px;
}



.contact_con .concact_info em {
    font-style: normal;
}

.contact_con .concact_info .iconfont {
    font-size: 16px;
    padding-right: 5px;
    display: inline-block;
}

.contact_con .concact_ewm {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.contact_con .concact_ewm > div {
    text-align: center;
    color: #555;
}

.contact_con .concact_ewm > div > p {
    padding-top: 8px;
}

.contact_con .concact_right {
    overflow: hidden;
    flex: 1;
    padding-left: 30px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-around;
    text-align: center;
}

.contact_con .concact_right > img {
    max-width: 100%;
}

/* 联系我们 end */

/*尾部样式*/


.footer_con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.footer_top {
    background: #333 url(../images/foot_bg.jpg) no-repeat 10% center;
    /* background: ; */
    border-bottom: 1px solid #616161;
    padding: 70px 0;
    color: #ccc;
    line-height: 30px;
    font-size: 14px;
}

.footer_category {
    padding-top: 20px;
    width: 38%;
    max-width: 467px;
}

.footer_category_con {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 15px;
}

.footer_category_con p {
    width: 50%;
}

.footer_category_con p > a {
    color: #ccc;
}

.footer_category_con p > a.more,
.footer_category_con p > a:hover {
    color: #435de3;
    text-decoration: underline;
}

.footer_concat {
}

.concact_info {
    padding-top: 15px;
}

.footer_concat p {
    display: flex;
}

.footer_concat span {
    display: flex;
    justify-items: center;
    width: 75px;
}

.footer_concat span .iconfont {
    font-size: 20px;
    padding-right: 5px;
}

.footer_ewm {
    padding-top: 85px;
}

.footer_ewm {
    min-width: 200px;
    text-align: center;
}

.footer_bottom {
    background-color: #252525;
    color: #ccc;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
}

.footer_bottom p a,
.footer_bottom p a:hover {
    color: #ccc;
}

/*导航*/

/* 分页 */
.page {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px;
    padding-top: 30px;
}
.page ul{
    color: #666;
}
.page ul strong{
    padding: 0 3px
}
.page ul li {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 4px 12px;
    margin: 0 1px;
    line-height: 24px;
    color: #999;
    border-radius: 3px;
}

.page ul li:hover {
    background: #115fbf;
    color: #fff;
    border: 1px solid #115fbf
}

.page ul li:hover a {
    color: #fff;
}

.page ul li.active {
    display: inline-block;
    border: 1px solid #115fbf;
    padding: 4px 12px;
    margin: 0 1px;
    background: #115fbf;
    color: #fff;
}

.page ul li.active a {
    color: #fff;
}

.page ul li a {
    display: block;
    color: #999
}

.page ul li a:hover {
    color: #fff !important;
}

.page_wrapper,
.container-index {
    width: 85%;
    max-width: 1430px;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 275px;
    box-sizing: border-box;
}

.container-index {
    padding-left: 0px;

}

.page_wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
}

.page_wrapper .page_column {
    float: left;
    min-height: 300px;
}

.page_container {
    width: 100%;
    /* background-color: red; */
}

.page_container_r {
    padding-left: 40px;
}

.category_left {
    width: 294px;
    margin-left: -100%;
    position: relative;
    right: 294px;
    /* background-color: yellow; */

}


.pro_detail .table-container {
    width: 100%;
    overflow-y: auto;
    margin: 0 0 1em;
}
.pro_detail .table-container table {
    margin: 15px auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.pro_detail .table-container table tr td {
    border: 1px solid #e4e4e4;
    text-align: left;
    line-height: 20px;
    padding: 5px;
    box-sizing: border-box;
}
@media screen and (max-width: 969px){
    .pro_detail .table-container table {
        width: 95%;
    }
}

/*首页banner*/
.index_banner {
    width: 100%;
    height: 440px;
    background: url("../images/banner_bg.png") no-repeat;
    background-size: cover;
}

.index_banner .banner_con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;

}
.banner_list{
    width: 100%;
    padding: 0 50px;
}
.banner_list ul{
    height: 330px !important;
}


.index_banner .banner_item>a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_banner h4 {
    font-size: 50px;
    font-weight: 600;
    color: #da374d;
}

.index_banner .sub_tit {
    padding: 10px 0;
    font-size: 20px;
    width: auto;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
}

.index_banner .intro {
    line-height: 26px;
    font-size: 16px;
    margin-top: 50px;
    background: #ddebf9;
    box-shadow: -5px 5px 5px 5px rgb(0 0 0 / 20%);
    padding: 15px 20px;
    box-sizing: border-box;
    color: #383838;
    width: 470px;
    position: relative;
}
.index_banner .intro:before{
    content: '';
    display: inline-block;
    position: absolute;
    background: #1660d7;
    width: 30px;
    height: 8px;
    border-radius: 4px;
    right: 10px;
    top: 11px;
}
.index_banner .intro .name {
    font-weight: bold;
    font-size: 18px;
    color: #0b63b6;
    padding-bottom: 10px;
}

.index_banner .intro .intro_detail {
    padding-right: 10px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 30px;
}
.index_banner .intro .intro_detail p{
    /*width: 50%;*/
}
.index_banner .intro .intro_detail strong{
    color: #da374d;
    padding-right: 6px;
}

.index_banner {
    overflow: hidden;
    position: relative;
}

.index_banner .pagenation {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 1;
    margin-left: -30px;
}

.index_banner .banner_con .pagenation {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.index_banner .banner_con .pagenation  li {
    float: left;
    margin-right: 2px;
    width: 20px;
    height: 8px;
    text-align: center;
    background: #aaa;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.3s linear;
}

.index_banner .banner_con .pagenation  li.on {
    background: #fe342c;
    color: #fff;
    width: 30px;
}

.banner_con {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner_con li {
    zoom: 1;
    vertical-align: middle;
}
.pro_detail .pro_detail_b>ul{
    padding-left: 20px;
}
.pro_detail .pro_detail_b>ul>li{
    list-style-type: disc;
}

/*首页产品定制 20211124*/
.index_case_list2{
    margin-top: 50px;
}
.index_case_list2 .thumbnail {
    display: block;
    padding: 0px 15px 15px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.index_case_list2>div{
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    line-height: 1.6;
}
.index_case_list2 h4, .h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 10px;
    border-top: 1px dashed #eaeaea;
    padding-top: 10px
}
.index_case_list2 .text-black {
    color: #000;
}
.index_case_list2 .text-muted{
    color: #86878B!important;
    height: 40px;
}
.index_case_list2 a {
    color:#06c;
    text-decoration:none
}
.index_case_list2 a:hover,.index_case_list2 a:focus {
    color:#06c;
    text-decoration:underline
}
.index_case_list2 .img-responsive,.index_case_list2 .thumbnail>img, .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.index_case_list2 .index_case_item{
    height: 200px;
    overflow: hidden;
    display: table;
    margin: 15px 0;
    width: 100%;
    text-align: center;
}
.index_case_list2 .index_case_item a{
    display: table-cell;
    line-height: 200px;
    vertical-align: middle;
}
.index_case_list2 .index_case_item a img{
    display: inline;
    max-height: 200px;
}
/*20211221 新增头部新闻*/
.top_news{
    background: #eee;
    height: 30px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.top_news_wrapper{
    margin: 0 auto;
    width: 85%;
    max-width: 1430px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
}
.top_news .top_news_wrapper .top_tit{
    color:#cb2d2d;
    background: url("../images/laba.png") no-repeat left center;
    background-size: contain;
    padding-left: 70px;
}
 .top_news .date, .top_news .cate{
    color: #999;
    padding-right: 15px;
}
.top_news a:link,.top_news a:visited{
    color: #06c;
}
.top_news a:hover{
    text-decoration: underline;
}
.top_news_wrapper #topNews{
    position: relative;
}