@charset "utf-8";
*{ margin:0; padding:0; font-family:'Microsoft YaHei';}
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body{ background:#fff; font-size:16px; color:#000; }
img{ border:0;}
li {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight:normal;}
a{ text-decoration:none; color: #000;}

.fr{ float:right!important;}
.clr{ clear:both;}
.fade{
    display: none;
}
.top{
    width: 100%;
    height: 153px;
    background: #f5f7f6;
    min-width: 1350px;
}
.topbg{
    width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.img1{
   width: 500px;
    /* height: 115px; */
    position: absolute;
    top: 18px;
}
.top-right{
    width: 1080px;
    margin-left: auto;
}
.top-right1{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu_box{
    width:100%;
    height:46px;
    margin: 0 auto 20px;
}
.menu{
    width:1080px;
    margin:0 auto;
    display: flex;
}
.menu a{
    width:115px;
    height:46px;
    line-height:46px;
    display:block;
    color: black;
    font-size:15px;
    text-align:center;
    position:relative;
}
.lunbo{
    width: 1350px;
    height: 440px;
    margin: 0 auto;
    background: antiquewhite;
}
.banner{
    width: 1350px;
    margin: 15px auto 40px;
}
.pic_box{
    width: 100%;
}

.tit{
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tit-name{
    font-size: 24px;
  
    cursor: pointer;
}
.tit-name2{
    font-size: 24px;
    color: #000000;
}
.tit-name3{
    font-size: 26px;
    color: #9a9a9a;
}
.tit-more{
    display: flex;
    align-items: center;
}
.pic_news{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news_list1{
    width: 845px;
    height: 450px;
    display: flex;
    justify-content: space-between;
}
.news_list2{
    width: 458px;
    height: 450px;
    border: 1px solid #e7e5e5;
}
.news_box{
    border: 1px solid #e7e5e5;
    width: 405px;
    height: 450px;
}
.news_box div{
    margin-top: 21px;
}
.news_box .news_box_img{
    width: 403px;
    height: 241px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}
.news_box .news_box_img img{
    width:  100%;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.news_box_tit{
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 18px;
    color: #525151;
    font-weight: 600;
   height:54px;
}
.news_box_info{
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 14px;
    color: #7d7976;
 height:42px;
}
.news_box_time{
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    color: #969696;
    display: flex;
    align-items: center;
}
.news_list2 a{
    display: block;
    width: 400px;
    height: 50px;
    margin: 6px auto 0;
    border-bottom: 1px solid #e7e5e5;
}
.news_list3 a{
    margin: 14px auto 0 !important;
}
.news_info{
    display: flex;
    justify-content: space-between;

}

.news_info_time{
   width: 75px;
    height: 40px;
    border-right: 1px solid #525050;
}
.news_info_time1{
   font-weight: 600;
    font-size: 18px;
    color: #525050;
    width: 100%;
    text-align: center;
}
.news_info_time2{
   font-size: 12px;
    color: #525050;
    width: 100%;
    text-align: center;
}
.news_info_tit{
   width: 307px;
    height: 40px;
    line-height: 1.6;
    font-size: 14px;
}
.news_list2 a:last-child{
    border-bottom: none;
}

.col-sm-3{float:left;position:relative;}
.selected-solution{height:500px;}
.selected-solution>div{position:relative;width:850px;margin:0 auto}
.selected-solution .swiper-container{height:500px;width:850px;}

.solution-card{
    width: 100%;
    height: 442px;
    position: relative;
    overflow: hidden;
}
.solution-card img{
    width: auto;
    height: 442px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.info-container {
    width: 252px;
    display: none;
    background: #fff;
    padding: 20px 15px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    border: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.date {
     color: #b9986c;
     font-size: 14px;
     margin-bottom: 8px;
 }
.title {
    color: #231815;
    font-size: 15px;
}
/*重置swiper*/
.swiper-container-horizontal>.swiper-pagination-bullets.solution-pagination{bottom:15px}
.solution-pagination .swiper-pagination-bullet{width:24px;height:4px;border-radius:100px;overflow:hidden;background:#dfe1f1;border:none;cursor:pointer;content:'';display:inline-block;box-sizing:border-box;opacity:1;vertical-align:middle}
.solution-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f66f6a;box-sizing:border-box}

.pic_box1{
    padding: 20px 0;
    width: 100%;
    background: #f5f7f6;
    display: flex;
    justify-content: space-around;
    margin-top:40px;
}
.xszp_box{
    width: 850px;
    height: 681px;
}
.sp_box{
    width: 425px;
}
.xszp-list{
    width: 100%;
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    /* 容器必须有固定高度
     * 且高度大于最高的列高 */
    height: 616px;
    /* 非必须 */
    background-color: #f7f7f7;
    margin: 0 auto;
    counter-reset: items;
}
.xszp-news{
    width: 272px;
    margin-left: 14px;
    /* 非必须 */
    position: relative;
    margin-bottom: 12px;
    border-radius: 3px;
    box-sizing: border-box;
       overflow: hidden;
}
/* 将内容块重排为4列 */
.xszp-news:nth-of-type(3n+1) { order: 1; }
.xszp-news:nth-of-type(3n+2) { order: 2; }
.xszp-news:nth-of-type(3n+3) { order: 3; }
.xszp-news:nth-of-type(3n)   { order: 4; }

.xszp-news:nth-child(1){
    margin-left: 0;
    height: 237px;

}
.xszp-news:nth-child(2){
    height: 313px;

}
.xszp-news:nth-child(3){
    height: 237px;

}
.xszp-news:nth-child(4){
    margin-left: 0;
    height: 312px;
    margin-top: 12px;

}
.xszp-news:nth-child(5){
    height: 237px;
    margin-top: 12px;

}
.xszp-news:nth-child(6){
    height: 312px;
    margin-top: 12px;

}
.xszp-news img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
}
.break {
    flex-basis: 100%;
    width: 0;
    border: 1px solid #ddd;
    margin: 0;
    content: "";
    padding: 0;
}
.xszp-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    display: none;

}
.xszp-info>div{
    width: 80%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    margin: 0  auto;
    line-height: 1.8;
}
.js-news{
    width: 424px;
    height: 268px;
    position: relative;
    overflow: hidden;
}
.js-news:nth-child(n+2){
    margin-top: 40px;
}
.js-news img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: auto;
}
.js-info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    color: white;
    display: none;

}

.js-info>div{
    width: 80%;
    height: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    margin: 0  auto;
    line-height: 1.8;
}


.zp-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.zp-box{
    width: 314px;
    height: 545px;
}
.zp-img{
    width: 314px;
    height: 470px;
    display: block;
    position: relative;
    overflow: hidden;
}
.zp-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.zp-title{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #f5f7f6;
    text-align: center;
}
.imgs-list{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.bottom_box{
    width: 100%;
    background: #f5f7f6;
    height: 135px;
    border-top: 1px solid #dedfdd;
    display: flex;
    align-items: center;
    min-width:1350px;
}
.bottom2{
    width: 1350px;
    margin: 0 auto;
    color: #2e2e2e;
    display: flex;
    align-items: center;
    line-height: 42px;
    height: 42px;
}
.lianjie{
    margin-left: auto;
}
.tit-name_act{
    color: #ce231d;
}
.logo1{
    text-align: center;
}
.tc-list{

    margin-top: 32px;
    display: flex;
}
.dian{
    width: 6px;
    height: 6px;
    margin-top: 33px;
    margin-right: 10px;
}
.tc-list-tit{
    width: 155px;
    font-size: 24px;
    font-weight: 600;
    padding: 18px 5px 10px 0;
}
.tc-list-name{
    width: 1050px;
    display: flex;
    flex-wrap: wrap;
}
.tc-info{
    width: 94px;
    height: 84px;
    border: 1px solid #eeeded;
    line-height: 84px;
    font-size: 14px;
    text-align: center;
    margin-left: 8px !important;
    margin-top: 8px !important;
}
.tc-info:nth-child(n+11){
    margin-top: 8px;
}
.tc-info-act{
    background-color: #ea3586;
    color: white !important;
}
.tc-info-act1{
    background-color: #e97041;
    color: white !important;
}
.tc-info-act2{
    background-color: #4d97cc;
    color: white !important;
}