.intro_img .intro_img_box img ,.fl_img_box{height: 348px;}
@media screen and (max-width: 999px) {
.intro_img .intro_img_box img ,.fl_img_box{height: auto;}
}
/*页面结构*/
.con_tl{width:85%; margin:30px auto; max-width: 1440px;display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;overflow:hidden;}
.con_tl_d{width:100%; background:url(/uiFramework/commonResource/image/2023121510504888803.jpg) no-repeat center center;  padding:30px 0;}
.con_img{width:50%;}
.tab_con{width:48%;}
.con_img_ph{display:none;}


/*图片内容*/
.con_img .img{overflow:hidden;}
.con_img .img img{width:100%;transition: all 0.4s;}
.con_img .img img:hover{transform: scale(1.05);}

/*模块标题*/
.mk_tit{ color:#131313; margin:20px 0; height:36px;}
.mk_tit_ph{display:none;}
.mk_tit .tit{font-size: 30px;font-weight: bold; color:#131313;padding-left: 43px; line-height:36px;}


.tab ul{width:100%; display: flex;display: -ms-flexbox;margin-top:80px;}
.tab li { font-size:20px; position: relative;}

.tab li::after{content:"";position:absolute;top: 50%;right: 50px;height:80%;width:2px;background:#000;transform: translate(50px, -40%);}
.tab li:last-child::after{display:none;}
.tab .after_n::after{display:none;}

.tab li a{font-size:20px; color:#000000; font-weight:600; margin:0 25px; padding-bottom:10px;}
.tab li:first-child a{margin:0 25px 0 0;}
.tab li.hover a,.tab li:hover a{color:#f18a2c; border-bottom:2px solid #f18a2c;}

.sum {
    width: 90%;
    margin: 0 auto;
   display: none;
    padding-bottom: 80px;
}
.bot_hidden {
    display: block;
    width: auto;
    padding-bottom: 0;
overflow: hidden;  word-break: break-all;  text-overflow: ellipsis;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 3;-ms-word-break: break-all;display: -ms-box;-ms-box-orient: vertical;-ms-box-lines: multiple;
}

.sum p{font-size:16px; line-height:34px; height:102px;}


.tab .ckjs_tit{flex-wrap: wrap;-ms-flex-wrap: wrap;}
.tab .ckjs_tit2{margin-top:10px;}
.tab .ckjs_tit li {font-size:18px; margin-bottom:15px; }
.tab .ckjs_tit li:nth-child(4n) a{margin:0 25px 0 0;}
.tab .ckjs_tit li a{font-size:18px; color:#000000; font-weight:normal; margin-right:25px;}
.tab .ckjs_tit li.hover a,.tab li:hover a{color:#f18a2c;}




@media screen and (min-width:1401px)and (max-width:1600px){
.tab ul{margin-top:50px;}	
.tab li a{font-size:18px;}

}

@media screen and (min-width:1201px)and (max-width:1400px){	
.tab li a{font-size:18px;}
.tab ul{margin-top:30px;}	
}

@media screen and (min-width:1024px)and (max-width:1200px){
.tab li a{font-size:18px;}	
.tab ul{margin-top:15px;}	

}
@media screen and (min-width:992px)and (max-width:1024px){
.tab li a{font-size:18px;}	
.tab ul{margin-top:15px;}	

}


/*手机端*/
@media (max-width:992px){

/*公共样式start*/
.con_tl{width:85%;display: inherit;}
.con_img, .tab_con{ width: 100%;}
.con_tl_d{background:none;}
.con_img_pc{display:none;}
.con_img_ph{display:block;}
/*公共样式end*/

/*模块标题start*/
.tit_box{text-align:center;}
.mk_tit_pc{display:none;}
.mk_tit_ph{display:inline-block;  margin:0 0 30px 0;}
.mk_tit_ph .tit{ font-size:24px;}
/*模块标题end*/

/*模块列表start*/
.sum p{font-size:14px; line-height:32px; height:auto; margin-top:30px;}
.tab ul{margin:20px 0 10px 0;justify-content: space-between;}
.tab ul li a{margin:0;}
.tab li:first-child a{margin:0;}
.tab li a{font-size:14px;}
.tab .ckjs_tit li a {font-size:14px; font-weight:bold; margin:0;}
.tab li::after{display:none;}
/*模块列表end*/


}