@charset "utf-8";

.xwylb {
    
}

.xwylb_ct {
    padding: 90px 60px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.xwylb_ct .xwylb_cta {
    position: relative;
    display: flex;
    padding: 25px 0;
    border-bottom: 1px dashed #e1e1e1;
}

.xwylb_ct .xwylb_cta::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #106ecb;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwylb_cta:hover::after {
    width: 100%;
}

.xwylb_ctal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 140px;
    height: 140px;
    background-color: #e9e9e9;
    text-align: center;
}

.xwylb_ctaly {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #c1c1c1;
}

.xwylb_ctaln {
    font-size: 20px;
    color: #c1c1c1;
}

.xwylb_ctac {
    flex: 1;
    padding: 0 50px;
}

.xwylb_ctacs {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.xwylb_ctacsh {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwylb_cta:hover .xwylb_ctacsh {
    color: #106ecb;
}

.xwylb_ctacsp {
    margin-top: 15px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xwylb_ctacsp {
    font-size: 16px;
    line-height: 26px;
}

.xwylb_ctar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xwylb_ctar i {
    font-size: 45px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.xwylb_cta:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}


/* 新闻详情 */

.xwxqy {
    margin-top: -70px;
}

.xwylb_cttle {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.xwylb_ctx {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xwylb_ctxd {
    margin: 0 30px;
    position: relative;
}

.xwylb_ctxd #output {
    position: absolute;
    top: 115%;
    width: 0px!important;
    height: 0px!important;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    z-index: 5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.xwylb_ctxd:hover #output {
    width: 160px!important;
    height: 160px!important;
    opacity: 1;
}

.xwylb_ctxd i {
    font-size: 20px;
}

.xwylb_ctxd span {
    font-size: 16px;
    color: #999;
}

.xwylb_ctn {
    padding: 50px;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
}

.sxy {
    display: flex;
    align-items: center;
}

.sxy_l,
.sxy_r {
    flex: 1;
}

.sxy .sxya {
    display: flex;
    align-items: center;
}

.sxya i {
    font-size: 20px;
    color: #777777;
}

.sxya span {
    flex: 1;
    font-size: 18px;
    color: #777777;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.sxy_c {
    margin: 0 20px;
}

.sxy_c i {
    font-size: 40px;
    color: #777;
}

.sxy_r {
    text-align: right;
}

@media screen and (max-width:1600px) {
    /* 列表 */
    .xwylb_ctal {
        width: 120px;
        height: 120px;
    }
    .xwylb {
        margin-top: -60px;
    }
    .xwylb_ct {
        padding: 75px 40px;
    }
    .xwylb_ctaly {
        font-size: 45px;
        line-height: 50px;
    }
    .xwylb_ctaln {
        font-size: 18px;
    }
    .xwylb_ctacsh {
        font-size: 22px;
    }
    .xwylb_ctacsp {
        font-size: 14px;
        line-height: 24px;
    }
    .xwylb_ctar i {
        font-size: 40px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: -60px;
    }
    .xwylb_cttle {
        font-size: 24px;
    }
    .xwylb_ctxd span {
        font-size: 16px;
    }
    .xwylb_ctxd i {
        font-size: 20px;
    }
    .xwylb_ctx {
        padding: 20px 0;
    }
    .xwylb_ctn {
        padding: 40px;
    }
    .xwylb_ctn p {
        font-size: 16px;
        line-height: 26px;
    }
    .sxya span {
        font-size: 16px;
    }
}

@media screen and (max-width:1400px) {
    /* 列表 */
    .xwylb_ct {
        padding: 65px 30px;
    }
    .xwylb {
        margin-top: -50px;
    }
    .xwylb_ctal {
        width: 110px;
        height: 110px;
    }
    .xwylb_ctaly {
        font-size: 40px;
        line-height: 45px;
    }
    .xwylb_ctacsh {
        font-size: 20px;
    }
    .xwylb_ctac {
        padding: 0 40px;
    }
    .xwylb_ctar i {
        font-size: 36px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: -50px;
    }
    .xwylb_cttle {
        font-size: 20px;
    }
    .xwylb_ctxd span {
        font-size: 14px;
    }
    .xwylb_ctxd i {
        font-size: 18px;
    }
    .xwylb_ctn {
        padding: 35px;
    }
    .xwylb_ctn p {
        font-size: 14px;
        line-height: 24px;
    }
    .sxya span {
        font-size: 14px;
    }
}

@media screen and (max-width:1200px) {
    /* 列表 */
    .xwylb_ct {
        padding: 60px 25px;
    }
    .xwylb {
        margin-top: -45px;
    }
    .xwylb_ct .xwylb_cta {
        padding: 25px 0;
    }
    .xwylb_ctal {
        width: 120px;
        height: 120px;
    }
    .xwylb_ctaly {
        font-size: 36px;
    }
    .xwylb_ctaln {
        font-size: 16px;
    }
    .xwylb_ctacsh {
        font-size: 18px;
    }
    .xwylb_ctacsp {
        font-size: 13px;
        line-height: 23px;
    }
    .xwylb_ctac {
        padding: 0 30px;
    }
    .xwylb_ctar i {
        font-size: 36px;
    }
    .xwylb_ctal {
        width: 100px;
        height: 100px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: -45px;
    }
    .xwylb_cttle {
        font-size: 18px;
    }
    .xwylb_ctxd span {
        font-size: 12px;
    }
    .xwylb_ctxd i {
        font-size: 16px;
    }
    .xwylb_ctn {
        padding: 30px;
    }
    .xwylb_ctn p {
        font-size: 13px;
        line-height: 23px;
    }
    .sxya span {
        font-size: 14px;
    }
}

@media screen and (max-width:992px) {
    /* 列表 */
    .xwylb_ct {
        padding: 55px 20px;
    }
    .xwylb {
        margin-top: -45.5px;
    }
    .xwylb_ct .xwylb_cta {
        padding: 20px 0;
    }
    .xwylb_ctal {
        width: 100px;
        height: 100px;
    }
    .xwylb_ctaly {
        font-size: 32px;
        line-height: 36px;
    }
    .xwylb_ctaln {
        font-size: 14px;
    }
    .xwylb_ctacsh {
        font-size: 16px;
    }
    .xwylb_ctacsp {
        font-size: 12px;
        line-height: 20px;
    }
    .xwylb_ctacsp {
        margin-top: 6px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: -45.5px;
    }
    .xwylb_cttle {
        font-size: 16px;
    }
    .xwylb_ctn {
        padding: 20px;
    }
    .xwylb_ctn p {
        font-size: 12px;
        line-height: 21px;
    }
    .sxya span {
        font-size: 14px;
    }
    .sxy_c i {
        font-size: 30px;
    }
    .xwylb_ctn {
        margin-top: 20px;
    }
    .xwylb_ctx {
        display: none;
    }
}

@media screen and (max-width:768px) {
    /* 列表 */
    .xwylb_ct {
        padding: 35px 10px 35px;
    }
    .xwylb {
        margin-top: 35px;
    }
    .xwylb_ctal {
        display: none;
    }
    .xwylb_ctac {
        padding: 0 10px;
    }
    .xwylb_ctacsh {
        font-size: 14px;
    }
    .xwylb_ctar i {
        font-size: 28px;
    }
    /* 详情 */
    .xwxqy {
        margin-top: 40px;
    }
    .xwylb_cttle {
        font-size: 14px;
    }
    .xwylb_ctn {
        padding: 10px;
    }
    .sxya span {
        height: 20px;
        font-size: 12px;
    }
    .sxy_c i {
        font-size: 30px;
    }
    .sxya i {
        font-size: 16px;
    }
    .xwylb_ctn {
        margin-top: 15px;
    }
}



/* 案例中心 */

.caseList{ padding-top: 0px;}
.caseList ul{ overflow: hidden; margin: 0 -20px;}
.caseList ul li{ float: left; width:  22.3%; margin: 0 20px 45px 20px; }
.caseList ul li:nth-child(4n){margin-right:0px;}
.caseList ul li .img{ width: 100%; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;border: 10px solid #eaeaea;
  -moz-transition: 0.5s ease;
 -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
   transition: 0.5s ease;}
.caseList ul li .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.caseList ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.caseList ul li .text{ background: #eaeaea; padding: 15px 30px 20px 30px;}
.caseList ul li .text h6{ font-size: 17px;  height: 20px; overflow: hidden;text-align: center;}
.caseList ul li .text .info{ font-size: 16px; line-height: 24px; height: 48px; margin-bottom: 15px;margin-top: 15px; overflow: hidden; color: #565656;}
.caseList ul li .text .more{ font-size: 12px; font-weight: bold; color: #106ecb;}
.caseList ul li .text .more::before{ content: ""; display: inline-block; margin: 3px 20px 3px 0; width: 57px; height: 1px; background: #d6d6d6;}
.caseList ul li:hover .text{ background: #106ecb;}
.caseList ul li:hover h6{ color: #fff;}
.caseList ul li:hover .text a{ color: #fff;}
.caseList ul li:hover .info{ color: #fff;}
.caseList ul li:hover .more{ color: #fff;}
.caseList ul li:hover .text .more::before{ background: #fff;}
@media (max-width:1400px ) {
.caseList{ padding-top: 00px;}
.caseList ul li{ width: 22%;}
	.caseList ul li .text h6{ font-size: 14px; height: 20px;}
}
@media (max-width:1023px ) {
.caseList{ padding-top: 0px;}
.caseList ul{ margin: 0;}
.caseList ul li{ width: 31.3%; margin: 0 1% 15px 1%;}
.caseList ul li .text{ padding: 5px 10px 8px 10px;}
.caseList ul li .text h6{ font-size: 16px; margin: 5px 0 0 0; height: 22px;}
.caseList ul li .text .info{ font-size: 14px; line-height: 20px; height: 40px; margin-bottom: 5px;}
.caseList ul li .text .more{ font-size: 12px;}
.caseList ul li .text .more::before{ margin: 3px 10px 3px 0; width: 27px;}
}
@media (max-width:768px ) {
.caseList ul li{ width: 48%; margin: 0 1% 15px 1%;}
}
@media (max-width:640px ) {
.caseList ul li{ width: 100%; margin: 0 0 15px 0;}
}

/* 案例详细 */
.caseCon{ padding: 105px 0 60px 0; overflow: hidden;}
.caseLeft{ float: left; width: 48%; position: relative; margin-bottom: 70px;}
.caseLeft .slick-prev{ width: 43px; height: 86px; background: url(../images/case5.jpg) no-repeat center; left: 0; top: 50%; margin-top: -22px;}
.caseLeft .slick-next{ width: 43px; height: 86px; background: url(../images/case6.jpg) no-repeat center; right: 0; top: 50%; margin-top: -22px;}
.caseLeft .slick-prev:hover{ background: url(../images/case7.jpg) no-repeat center;}
.caseLeft .slick-next:hover{ background: url(../images/case8.jpg) no-repeat center;}
.caseLeft .slick-dots{ position:static; z-index: 10; margin-top:-6%; height:15px;}
.caseLeft .slick-dots li{ vertical-align:top; width: 15px; height: 15px; background: #fff; margin:0 5px; border-radius: 50%; cursor:pointer; text-indent:-999px; overflow:hidden;}
.caseLeft .slick-dots .slick-active{ background: #dc0000;}
.caseRight{ float: right; width: 48%;}
.caseRight h5{ font-size: 30px; margin: 36px 0 20px 0; color: #5a4e4a;}
.caseRight .text1{ font-size: 16px; line-height: 26px; color: #4c4c4c; margin-bottom: 30px;}
.caseRight .text2{ font-size: 16px; line-height: 36px; padding: 30px 0; color: #808080; border-top: 1px dashed #cccccc; border-bottom: 1px dashed #cccccc;}
.caseRight .more{ display: block; float: left; width: 150px; height: 46px; line-height: 46px; font-size: 16px; margin: 40px 20px 0 0; border-radius: 23px; text-align: center; background: #6a6a6a; color: #fff;}
.caseRight .more:hover{ background: #dc0000;}
.caseRight .bdsharebuttonbox{ display: block; float: left; margin-top: 40px;}
.caseRight .bds_more{ width: 44px!important; height: 44px!important; background: url(../images/case9.png) no-repeat center!important; margin: 0!important;}

.relaLeft{ float: left; width: 78%;}
.relaLeft h6{ font-size: 20px; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #f7f7f7; position: relative; font-weight: bold; color: #dc0000;}
.relaLeft h6::after{ content: ""; position: absolute; bottom: -1px; left: 0; display: block; width: 85px; height: 2px; background: #dc0000;}
.relaLeft .info{ font-size: 16px; line-height: 28px; color: #666666;}

.relaRight{ width: 20%; float: right; background: #f0f0f0; padding: 30px 30px 150px 30px;}
.relaRight h4{ font-size: 16px;}
.relaRight h5{ font-size: 18px;}
.relaRight ul li{ margin-top: 30px;}
.relaRight ul li .img{ width: 100%; height: auto; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
 -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
   transition: 0.5s ease;}
.relaRight ul li .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.relaRight ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.relaRight ul li .text{ background: #fff; padding: 15px;}
.relaRight ul li .text h6{ font-size: 16px; color: #474747; margin-bottom: 10px;}
.relaRight ul li .text .more{ font-size: 12px; font-weight: bold; color: #dc0000;}
.relaRight ul li:hover .text{ background: #dc0000;}
.relaRight ul li:hover .text h6{ color: #fff;}
.relaRight ul li:hover .text .more{ color: #fff;}

.sx_fy{ font-size: 16px; color: #5a4e4a; height: 40px; line-height: 40px; margin-top: 20px; border-top: 1px solid #e0e0e0;}
.sx_fy .l_fy{ float: left; width: 80%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.sx_fy .r_fy{ float: left; width: 80%;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newsCon .sx_fy .return{ display: block; float: right; width: 10%; height: 30px; line-height: 30px; margin-top: 25px; text-align: center; background: #dc0000; color: #fff;} 
.caseCon .sx_fy .return{ display: block; float: right; width: 10%; height: 30px; line-height: 30px; margin-top: -15px; text-align: center; background: #dc0000; color: #fff;} 
.sx_fy b{font-weight:normal;}

@media (max-width:1400px ) {
.caseCon{ padding: 55px 0 30px 0;}
.caseLeft{ margin-bottom: 50px;}
.caseRight h5{ margin: 10px 0 10px 0; }
.caseRight .text1{ margin-bottom: 10px;}
.caseRight .text2{ padding: 10px 0;}
.caseRight .more{ margin: 20px 20px 0 0;}
.caseRight .bdsharebuttonbox{ margin-top: 20px;}
}
@media (max-width:1023px ) {
.caseCon{ padding: 20px 0;}
.caseLeft{ margin-bottom: 15px;}
.caseLeft .slick-prev{ width: 22px; height: 43px; background-size: cover; margin-top: -11px;}
.caseLeft .slick-next{ width: 22px; height: 43px; background-size: cover; margin-top: -11px;}
.caseLeft .slick-dots{ height: 8px;}
.caseLeft .slick-dots li{width: 8px; height: 8px;}
.caseRight h5{ font-size: 18px; margin: 10px 0 5px 0;}
.caseRight .text1{ font-size: 14px; line-height: 24px;}
.caseRight .text2{ font-size: 14px; line-height: 24px;}
.caseRight .more{ width: 100px; height: 30px; line-height: 30px; font-size: 14px; margin: 10px 10px 0 0; border-radius: 15px;}
.caseRight .bdsharebuttonbox{ margin-top: 10px;}
.caseRight .bds_more{ width: 30px!important; height: 30px!important; background-size: cover!important;}

.relaLeft{ width: 100%;}
.relaLeft h6{ font-size: 16px; padding: 10px 0 8px 0; margin-bottom: 10px;}
.relaLeft h6::after{ width: 60px; height: 2px;}
.relaLeft .info{ font-size: 14px; line-height: 20px;}

.relaRight{ width: 100%; padding: 0; background: #fff;}
.relaRight h4{ font-size: 14px; padding-top: 10px;}
.relaRight h5{ font-size: 16px; margin-bottom: 10px;}
.relaRight ul li{ width: 48%; float: left; margin: 10px 1% 0 1%;}

.relaRight ul li .text{ padding: 5px;}
.relaRight ul li .text h6{ font-size: 14px; margin-bottom: 5px;}
.relaRight ul li .text .more{ font-size: 12px;}
.sx_fy{ font-size: 14px; height: 30px; line-height: 30px; margin-top: 15px;}
.sx_fy .l_fy{ width: 70%;}
.sx_fy .r_fy{ width: 70%; float: left; text-align: left;}
.newsCon .sx_fy .return{ width: 20%; float: right; height: 28px; line-height: 28px; margin: 20px auto 0 auto;}
.caseCon .sx_fy .return{ width: 20%; float: right; height: 28px; line-height: 28px; margin: -14px auto 0 auto;}

}
@media (max-width:768px ) {
.caseLeft{ width: 100%;}
.caseRight{ width: 100%;}
.caseRight h5{ font-size: 18px; margin: 15px 0 5px 0;}
.caseRight .text1{ margin-bottom: 5px;}
.caseRight .text2{ padding: 5px 0;}
}
@media (max-width:640px ) {
.relaRight ul li{ width: 100%; float: left; margin: 10px 0 0 0;}
}
@media screen and (max-width: 1200px) {

   

.lanmu22 {

	width: 26%!important;

	padding: 0 25px!important;

	text-align: left!important;

}}


/* 新闻列表 */

.news {
    background-color: #f5f5f5;
}

.news_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_box_item {
    position: relative;
    width: 48.5%;
    padding: 30px 50px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.news_box_item .news_txt_h {
    transition: all .4s;
}

.news_box_item:hover .news_txt_h {
    padding-left: 10px;
    color: #d54c7a;
}

.news_box_itemdw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 19%;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 17px;
    background: linear-gradient(to right, #164ba0, #4178d2);
    background: -moz-linear-gradient(left, #ffd270 -20%, #d54c7a);
    background: -ms-linear-gradient(left, #ffd270 -20%, #d54c7a);
    background: -o-linear-gradient(left, #ffd270 -20%, #d54c7a);
    color: #fff;
    transform: translate(50px, 50%);
    transition: all .4s;
}

.news_box_itemdw:hover {
    padding-left: 8px;
}

.news_item_img {
    /* width: 25%; */
    overflow: hidden;
    margin-left: 20px;
}

.news_item_img img {
    width: 100%;
    transition: all .4s;
}

.news_box .news_box_item:hover img {
    transform: scale(1.1);
}

.news_item_txt {
    flex: 1;
}

.news_txt_h {
    font-size: 22px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.news_txt_p {
    margin-top: 10px;
    color: #777;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_txt_sj {
    margin-top: 15px;
    font-size: 14px;
    color: #888;
    text-align: right;
}

@media screen and (max-width: 1200px) {
    .news_box_item {
        padding: 30px 25px;
    }
    .news_box_itemdw {
        transform: translate(25px, 50%);
    }
}

@media screen and (max-width: 992px) {
    .news {
        padding: 50px 0;
    }
    .news_box_item {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .news_box_item {
        flex-wrap: wrap;
    }
    .news_box_item>div {
        width: 100%;
    }
    .news_item_img {
        margin-left: 0;
    }
    .news_box_itemdw {
        transform: translate(0, 50%);
    }
    .news_txt_p {
        font-size: 14px;
    }
}
/* 新闻内容 */

.news_tlbg {
    height: 205px;
    background-color: #f5f5f5;
}

.news_ct {
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    padding: 0 75px;
}

.news_ct_t {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}

.news_t_h {
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.news_t_shuoming {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.news_t_shuoming span {
    margin-right: 25px;
}

.news_ct_mid {
    padding: 45px 0;
    border-bottom: 1px solid #ddd;
}

.news_ct_mid p {
    font-size: 16px;
}

.news_ct_b {
    height: 104px;
    padding-top: 22px;
    display: flex;
    justify-content: space-between;
}

.page_per i,
.page_next i {
    font-size: 16px;
    color: #333;
}

.page_per span,
.page_next span {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
}

.page_per.on i,
.page_next.on i {
    font-size: 16px;
    color: #333;
    opacity: .6;
}

.page_per.on span,
.page_next.on span {
    font-size: 16px;
    color: #333;
    margin: 0 8px;
    opacity: .6;
}

.news_ct_b .page_btn {
    width: 196px;
    height: 46px;
    border-radius: 23px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #4178d2, #164ba0);
    background: -moz-linear-gradient(left, #ffd270 -20%, #d54c7a);
    background: -ms-linear-gradient(left, #ffd270 -20%, #d54c7a);
    background: -o-linear-gradient(left, #ffd270 -20%, #d54c7a);
}

.news_ct {
    transform: translateY(-150px);
    background-color: #fff;
}

@media screen and (max-width: 960px) {
    .news_ct {
        padding: 0 8px;
    }
    .news_ct_b .page_btn {
        width: 102px;
    }
    .foot {
        margin-top: -80px;
    }
}

@media screen and (max-width: 768px) {
    .news_t_h {
        font-size: 20px;
    }
    .news_ct_t {
        height: 110px;
    }
    .news_ct_mid {
        padding: 25px 0;
        font-size: 14px;
    }
    .news_ct_mid p {
        font-size: 14px;
    }
    .news_ct_b {
    height: auto;
    display: block;
}
    .news_ct_b .page_btn {
        font-size: 16px;
    }
	a.page_per {
    width: 100%;
    display: block;
}a.page_next {
    display: block;
}
	
	.news_ct_b .page_btn {
    font-size: 16px;
    margin: 0 auto;
    display: block;
    margin: 20px 0px;
    text-align: center;
}.news_ct_b {
	padding-bottom: 20px;}
}



.fajs {
    margin-top: 20px;
}

.fajsct {
    display: flex;
}

.fajsct_l {
    width: 34%;
}

.fajsct_l img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fajsct_r {
    width: 66%;
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.fajsct_h {
    font-size: 48px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.fajsct_fw {
    margin-top: 25px;
}

.fajsct_fwh {
    font-size: 20px;
    font-weight: 700;
}

.fajsct_fwp {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}

.fajsct_lx {
    margin-top: 60px;
    display: flex;
}

.fajsct_lx {
    display: flex;
}

.fajsct_lxs {
    display: flex;
    background-color: #333333;
    border-radius: 32.5px;
    -webkit-border-radius: 32.5px;
    -moz-border-radius: 32.5px;
    -ms-border-radius: 32.5px;
    -o-border-radius: 32.5px;
    overflow: hidden;
}

.fajsct_lx .fajsct_lxa {
    height: 60px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fajsct_lxa i {
    color: #fff;
    font-size: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fajsct_lxa:hover i {
    animation: rotates 1s linear infinite;
    -webkit-animation: rotates 1s linear infinite;
}

.fajsct_lxa span {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
}

.fajsct_lxa:last-child {
    background-color: #106ecb;
}


/* 方案推荐 */

.fatj {
    margin-top: 90px;
    padding: 90px 0;
    background-color: #f3f3f3;
}

.tjcps {
    padding: 0;
}

.kpqy {
    margin-top: 90px;
}

@media screen and (max-width:1600px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 10px;
    }
    .fajsct_h {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .fajsct_fw {
        margin-top: 20px;
    }
    .fajsct_fwh {
        font-size: 20px;
    }
    .fajsct_fwp {
        font-size: 14px;
        line-height: 24px;
    }
    .fajsct_r {
        padding-left: 60px;
    }
    .fajsct_lx {
        margin-top: 45px;
    }
    .fajsct_lx .fajsct_lxa {
        height: 55px;
    }
    /* 方案推荐 */
    .fatj {
        margin-top: 75px;
    }
    .fatj {
        padding: 75px 0;
    }
    .kpqy {
        margin-top: 75px;
    }
}

@media screen and (max-width:1400px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 15px;
    }
    .fajsct_h {
        font-size: 36px;
        padding-bottom: 15px;
    }
    .fajsct_fw {
        margin-top: 15px;
    }
    .fajsct_fwp {
        font-size: 14px;
        line-height: 24px;
    }
    .fajsct_r {
        padding-left: 50px;
    }
    .fajsct_lx {
        margin-top: 35px;
    }
    .fajsct_lx .fajsct_lxa {
        height: 50px;
    }
    .fajsct_lxa i {
        font-size: 22px;
    }
    .fajsct_lxa span {
        font-size: 16px;
    }
    /* 方案推荐 */
    .fatj {
        margin-top: 65px;
        padding: 65px 0;
    }
    .kpqy {
        margin-top: 65px;
    }
}

@media screen and (max-width:1200px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 15px;
    }
    .fajsct_h {
        padding-bottom: 15px;
        font-size: 32px;
    }
    .fajsct_fwp {
        margin-top: 15px;
        font-size: 13px;
        line-height: 23px;
    }
    .fajsct_lx .fajsct_lxa {
        height: 40px;
    }
    .fajsct_lxa span {
        font-size: 14px;
    }
    .fajsct_lxa i {
        font-size: 18px;
    }
    .fajsct_fw {
        margin-top: 15px;
    }
    .fajsct_r {
        padding-left: 50px;
    }
    /* 方案推荐 */
    .fatj {
        margin-top: 60px;
        padding: 60px 0;
    }
    .kpqy {
        margin-top: 60px;
    }
}

@media screen and (max-width:992px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 5px;
    }
    .fajsct_h {
        padding-bottom: 10px;
        font-size: 30px;
    }
    .fajsct_fw {
        margin-top: 10px;
    }
    .fajsct_r {
        padding-left: 40px;
    }
    .fajsct_lx {
        margin-top: 30px;
    }
    /* 方案推荐 */
    .fatj {
        margin-top: 55px;
        padding: 55px 0;
    }
    .fajsct_lx .fajsct_lxa {
        width: 180px;
    }
    .kpqy {
        margin-top: 55px;
    }
}

@media screen and (max-width:768px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 50px;
    }
    .fajsct {
        flex-wrap: wrap;
    }
    .fajsct>div {
        width: 100%;
    }
    .fajsct_r {
        margin-top: 20px;
        padding-left: 0;
    }
    .fajsct_fw {
        margin-top: 20px;
    }
    .fajsct_h {
        font-size: 24px;
    }
    .fajsct_fwh {
        font-size: 18px;
    }
    .fajsct_fwp {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .fajsct_l {
        height: 180px;
    }
    .fajsct_lx {
        margin-top: 25px;
    }
    .fajsct_lx,
    .fajsct_lxs {
        width: 100%;
    }
    .fajsct_lx .fajsct_lxa {
        width: 50%;
    }
    .fajsct_lxa i {
        font-size: 16px;
    }
    .fajsct_lxa span {
        font-size: 13px;
    }
    .fatj {
        margin-top: 50px;
        padding: 50px 0;
    }
    .kpqybox {
        margin-top: 50px;
    }
    .kpqy {
        margin-top: 50px;
    }
}
/* 方案列表 */

.falb {
    margin-top: 110px;
}

.falbbox {
    display: flex;
    flex-wrap: wrap;
}

.falbbox .falbbox_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 45px;
}

.falbbox .falbbox_item:nth-child(3n) {
    margin-right: 0;
}

.falbbox_item_img {
    height: 230px;
    overflow: hidden;
}

.falbbox_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.falbbox_item_txt {
    padding: 30px 30px 35px 30px;
    background-color: #f9f9f9;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.falbbox_item_txth {
    font-size: 22px;
    color: #222333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.falbbox_item_txtp {
    margin-top: 20px;
    font-size: 15px;
    color: #999999;
    line-height: 25px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.falbbox_item_more {
    margin-top: 45px;
}

.falbbox_item_more span {
    font-size: 18px;
    color: #222;
    font-family: 'BEBAS';
    text-transform: uppercase;
    vertical-align: middle;
}

.falbbox_item_more i {
    font-size: 14px;
    color: #222;
    vertical-align: middle;
    margin-left: 8px;
}

.falbbox .falbbox_item:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.falbbox .falbbox_item:hover .falbbox_item_txt {
    background-color: #fff;
}

.falbbox .falbbox_item:hover .falbbox_item_txth {
    color: #079144;
}

.falbbox .falbbox_item:hover .falbbox_item_txtp {
    color: #222333;
}
@media screen and (max-width: 1440px) {
    .falbbox_item_txt {
        padding: 35px 30px;}
    
    .falbbox_item_txth {
    font-size: 19px;}
}
@media screen and (max-width: 1200px) {
    .falbbox_item_txt {
        padding: 35px 30px;
    }
}

@media screen and (max-width: 992px) {
    .falb {
        margin-top: 60px;
    }
    .falbbox_item_txt {
        padding: 25px 20px;
    }
    .falbbox_item_txth {
        font-size: 26px;
    }
    .falbbox_item_txtp {
        margin-top: 10px;
        font-size: 14px;
        line-height: 23px;
    }
    .falbbox_item_more {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .falbbox .falbbox_item {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .falbbox_item_txth {
        font-size: 22px;
    }
    .falbbox_item_txt {
        padding: 20px 10px;
    }
    .falbbox_item_txtp {
        font-size: 12px;
        line-height: 20px;
    }
    .falbbox_item_more {
        margin-top: 20px;
    }
}
/*方案*/
.san_nav{ padding-bottom:20px;}
.san_nav .san_map{ line-height: 60px; border-bottom: 1px solid #dedede;}
.san_nav .san_t{ background: #f1f1f1; padding: 50px 0;}
.san_nav .san_t h4{ line-height: 60px; font-size: 30px; text-align: center;}
.san_nav .san_t p{ font-size: 18px; color: #666; line-height: 36px; padding: 0 10%;}
.san_nav .langmu_yiji ul .nlist ul .show_li li{ position: relative; margin-top: 30px; overflow: hidden;}
.san_nav .langmu_yiji ul .nlist ul .show_li li img{transition:all 1s;}
.san_nav .langmu_yiji ul .nlist ul .show_li li:hover img{transform:scale(1.1);}
.san_nav .langmu_yiji ul .nlist ul .show_li li h3{ position: absolute; bottom: 0; width: 100%; height: 60px; line-height: 60px; color: #fff; background:linear-gradient(to top, rgba(0,0,0,.9) , rgba(255,255,255,.005)); width: 100%; padding-left: 15px; font-size: 22px;}
.san_nav .san_li ul li{ margin-top: 30px;}
.san_nav .san_li ul li .li_img{ position: relative; overflow: hidden;}
.san_nav .san_li ul li .li_img img{transition:all 1s;}
.san_nav .san_li ul li:hover .li_img img{transform:scale(1.2);}
.san_nav .san_li ul li .li_img h3{ position: absolute; bottom: 0; width: 100%; height: 60px; line-height: 60px; color: #fff; background:linear-gradient(to top, rgba(0,0,0,.9) , rgba(255,255,255,.005)); width: 100%; padding-left: 15px; font-size: 22px;}
.san_nav .san_li ul li .img_li { position: relative; border:1px solid #dedede; padding: 10px; }
.san_nav .san_li ul li .img_li .img_list{overflow: hidden;}
.san_nav .san_li ul li .img_li:hover{border:1px solid #0061ae;}
.san_nav .san_li ul li .img_li .img_list img{transition:all 1s;}
.san_nav .san_li ul li .img_li:hover .img_list img{transform:scale(1.1);}
.san_nav .san_li ul li .img_li h3{ height: 60px; line-height: 60px; color: #fff;  border-top: 1px solid #dedede; font-size: 18px; color: #333; text-align: center;}
.san_nav .san_li ul li .img_li:hover h3{border-top: 1px solid #0061ae;}
.showplan .showplan_t{ background: #f1f1f1; padding: 50px 0;}
.showplan .showplan_t h1{ font-size: 30px; line-height: 60px; text-align: center;}
.showplan .showplan_t p{ font-size: 18px; color: #999; line-height: 36px; padding: 0 10%;}
.showplan .showplan_li{ padding: 30px 0 10px;}
.showplan .showplan_li .img_txt p{ line-height: 40px; font-size: 22px; color: #0061ae;}
.showplan .showplan_li .img_zixun{ padding-bottom: 20px;}
.showplan .showplan_li .img_zixun p{width: 160px; height: 40px; background: #0061ae; color: #fff; text-align: center; line-height: 40px; font-size: 16px;}
.img_introduce_t h4{ border-bottom:1px solid #dedede; line-height: 40px;}
.img_introduce_t h4 em{ width: 200px; background: #f1f1f1; text-align: center; display: block;}
.img_introduce img{ max-width: 100%;}

.introduce_txt{ line-height: 32px; padding: 15px;}

@media(max-width:767px){
	.showplan .showplan_t{ background: #f1f1f1; padding: 15px 0;}
	.showplan .showplan_li>div{ padding: 0;}
	.img_introduce_t{ padding: 0;}
	.img_introduce_t h4 em{ width: 160px; background: #f1f1f1; text-align: center; display: block;}
}



/* 方案内容区 */

.fanrq {
    margin-top: 60px;
}

.fanrqbox {
    display: flex;
}

.fanrqbox_l {
    width: 28%;
}

.fanrqbox_ltitle {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 55px;
    background-color: #079144;
    cursor: pointer;
}

.fanrqbox_ltitle span {
    font-size: 24px;
    color: #ffffff;
}

.fanrqbox_ltitle i {
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
}

.fanrqbox_lbox {
    padding: 35px 0;
    background-color: #f5f5f5;
}

.fanrqbox_lbox .fanrqbox_lbox_item {
    position: relative;
    display: flex;
    align-items: center;
    height: 72px;
    padding-left: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox_item i {
    font-size: 30px;
    color: #c1c1c1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox_item span {
    margin-left: 12px;
    font-size: 18px;
    color: #222333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #079144;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover {
    background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover i {
    color: #079144;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover span {
    color: #079144;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover::before {
    display: block;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on {
    background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on i {
    color: #079144;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on span {
    color: #079144;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on::before {
    display: block;
}

.fanrqbox_r {
    width: 72%;
    padding-left: 80px;
}

.fanrqbox_rtitle {
    font-size: 30px;
    color: #222333;
}

.fanrqbox_rsm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

.fanrqbox_rsm_l {
    display: flex;
	margin-top: 10px;
}

.fanrqbox_rsm_litem {
    margin-right: 40px;
}

.fanrqbox_rsm_litem span {
    font-size: 15px;
    color: #999999;
}

.fanrqbox_rsm_litem b {
    margin-left: 8px;
    font-size: 15px;
    color: #999999;
}

.fanrqbox_rbox {
    margin-top: 20px;
}

.fanrqbox_rbox .content p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.fanrqbox_rbox .pic {
    margin-bottom: 15px;
}

.fanrqbox_rbox .content img {
    max-width: 100% !important;
    margin: 10px 5px;
    display: inline-block;
}

.fanrqbox_rbox .content table {
    width: 100%;
}

.fanrqbox_rbox .content table td {
    padding: 5px 10px !important;
    border: 1px solid #e1e1e1 !important;
}

.fanrqbox_sxy {
    margin-top: 20px;
    display: flex;
}

.fanrqbox_sxy .fanrqbox_sxyitem {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #f5f5f5;
    border-right: 1px solid #d9d9d9;
}

.fanrqbox_sxy .fanrqbox_sxyitem:last-child {
    border-right: 0;
}

.fanrqbox_sxyitem span {
    font-size: 18px;
    color: #079144;
    text-transform: uppercase;
    font-family: 'BEBAS';
}

.fanrqbox_sxyitem b {
    font-size: 15px;
    color: #222333;
    margin: 0 10px;
}

.fanrqbox_sxyitem em {
    font-size: 15px;
    color: #222333;
    flex: 1;
}

.fanrqbox_sxyitem:hover em {
    color: #079144;
}


