@import url(main.css);
.tit{font-size:30px;line-height:60px;margin-bottom:30px;text-align:center;}
.tit p{color:#666;}
.tit span{display:block;margin:0 auto;width:50px;height:2px;background:#666;}

.i_pro{padding:60px 0;background:#f9f9f9;}
.i_pro-inner{width:1200px;margin:0 auto;}

.i_pro_list{display:flex;justify-content:space-between;flex-wrap:wrap;}
.i_pro_list li{background:#FFF;width:24%;margin-bottom:20px;padding-bottom:10px;}
.i_pro_list li a img{width:100%;height:auto;}
.i_pro_list li a h4{padding-left:5%;font-weight:500;overflow: hidden;text-overflow:ellipsis;-webkit-line-clamp:1;white-space: nowrap;}
.i_pro_list li a p{padding-left:5%;color:#8c8c8c;font-size:14px;line-height:30px;overflow: hidden;text-overflow:ellipsis;-webkit-line-clamp:1;white-space: nowrap;}

.i_more{display:blcok;margin:auto;width:200px;margin-top:30px;height:50px;line-height:50px;text-align:center;border-radius:25px;border:1px solid #666666;}

.i_services{width:1200px;margin:30px auto 0;}

.i_services_list{display:flex;justify-content:space-between;flex-wrap:wrap;}
.i_services_list li{width:32.333%;margin-bottom:20px;}
.i_services_list li h4{font-size:18px;line-height:40px;padding-left:2%;font-weight:500;}
.i_services_list li h4 a{color:#ff8800;}
.i_services_con{width:90%;padding:10px 5%;background:#f6f6f6;}
.i_services_con p{font-size:14px;line-height:28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;}


.i_news{width:1200px;margin:50px auto;}

.i_news_list{display:flex;justify-content:space-between;flex-wrap:wrap;}
.i_news_list li{width:30.333%;margin-bottom:20px;background:#f9f9f9;padding:10px 1%;}
.i_news_list li h5{font-size:18px;line-height:36px;font-weight:500;}
.i_news_list li span{font-size:14px;line-height:50px;}
.i_news_list li span b{font-size:24px;line-height:50px;margin-right:20px;font-weight:500;}
.i_news_list p{font-size:14px;line-height:28px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}

























