.banner{min-width: 1200px;width: 100%;height: 575px;background-image: url('../images/news.jpg');background-position: center center; background-repeat: no-repeat;}
.h1_title{display: flex;flex-direction: row;align-items: baseline;}
.h1_title span{display: block;}
.h1_title .title{position: relative;font-size: 25px;font-weight: 600;padding-left: 10px;border-left: 3px solid #000;}
.about{margin-top: 30px;}
.h1_title .desc{padding-left: 10px;color: #595758;}


.service{min-width: 1200px;width: 100%;background-color: #607dbf;height: 220px;margin-top: 30px;align-items: center;display: flex;flex-direction: row;justify-content: space-between;}
.service .content{align-items: center;display: flex;flex-direction: row;justify-content: space-between;color: #fff;}
.service .content h1{line-height: 50px;}

.p_menu{width: 100%;display: flex;flex-direction: row;padding: 20px 0;}
.p_menu a{flex: 1;font-size: 16px;text-align: center;line-height: 40px;}


.active {position: relative; width: 130px; text-align: left;line-height: 50px;}

.active::before {  position: absolute;  bottom: 0;  left: 25%;  transform: translateX(-50%);
  content: '';  width: 50px;  height: 2px;  border-radius: 3px;  background-color: #6884c3;}

  .content .content_in{padding: 20px 0;}
 .fujian_title1{padding:5px 0;font-weight: bold;font-size: 16px;display: block;}
 .fujian_title2{width: 80%;display: block;margin-bottom: 15px; border-radius: 20px;padding: 10px 15px;background-color: #607dbf;color: #fff;font-size: 14px;font-weight: bold;}
  .fujian_title2:hover{color: #fff;}
   .fujian_title2 span{margin-right: 10px;}
.haocai_title{font-size: 14px;font-weight: bold;margin: 10px 0;display: block;}
.more_info{list-style: none;width: 100%;}
.more_info li{display: inline-block;float: left;width: 16%;text-align: left;line-height: 35px;}
.more_info li a{text-align: center;display: inline-block;}

.actived {
    position: relative;

}
.actived::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 40px;  height: 2px;
    border-radius: 3px;
    background-color: #6884c3;
}