.banner{min-width: 1200px;width: 100%;height: 150px;background-image: url('../images/about.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;}
.content_in table{width: 98%;margin: 0 auto;border: 0;}
.content_in td{border: 0;}
.content_in .content_in1{font-size: 16px;
    line-height: 36px;padding: 20px 30px 20px 0;
    color: #5a5a5a;}
.content_in{display: flex;flex-direction: column;}
.gongying1{ display: flex;flex-direction: row; width: 96%;margin: 0 auto;margin-top: 30px;justify-content:flex-start; flex-wrap: wrap;}
.gongying1 .gongying1_li{flex-basis:30%;box-sizing: border-box;display: flex;flex-direction: row;margin-bottom: 20px;}
.gongying1 .gongying1_li img{width: 28px;height: 30px;margin-right: 10px;}
.gongying1 .gongying1_li .title{color: #000;font-size: 18px;font-weight: bold;height: 18px;line-height: 18px;margin-top: 10px;}
.gongying1 .gongying1_li .desc{color: #595757;line-height: 20px;}
.gongying2{display: flex;flex-direction: row;margin-top: 30px;}
.gongying2 .gongying2_li{flex: 1;}
.gongying2 .gongying2_li p{text-align: center;line-height: 35px;}

.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;}