.banner{min-width: 1200px;width: 100%;height:150px;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;}

.content_in{width: 100%; display: flex;flex-direction: row;;}
.content_in .left{width: 217px; display: flex;flex-direction: column;}
.content_in .right{width: 983px;}

.left_li{display: flex;flex-direction: column;padding: 0px 0 20px 0;}
.left_li .left_title{line-height: 30px;border-bottom: 2px solid #607dbf;padding-bottom: 0px;}
.left_li .left_title a{font-size: 16px;font-weight: bold;color: #607dbf;}
.left_li .left_desc{margin-top: 10px;}
.left_li .left_desc a{margin-top: 10px ;display: block;background-image: url('../images/ico.png');background-position:left center ; background-repeat: no-repeat;padding-left: 20px;line-height: 25px;}

.right_li{height: 335px;padding-top: 30px;margin-left: 30px;display: inline-block;float: left;width: 215px;}
.right_li img{width: 215px;height: 200px;border: 1px solid #dcdddd;}
.right_li a{text-align: center;}
.right_li p{line-height: 25px; margin-top: 15px;}
.right_li .desc{line-height: 20px;margin-top: 0px;font-size: 12px;color: #607dbf;}