@import url(main4.css);
.title{font-size:40px;line-height:60px;margin-bottom:30px;text-align:center;}
.title a{color:#0f58d6;}

.i_pro{width:1200px;margin:30px auto 0;}
.i_pro_tit{font-size:26px;line-height:40px;margin-bottom:20px;}

.i_pro_list{display:flex;justify-content:space-between;}
.i_pro_list li{width:19%;}
.i_pro_list li span{display:block;width:100%;border:1px solid #CCC;}
.i_pro_list li span img{width:100%;height:auto;}
.i_pro_list li p{line-height:50px;}

.i_advan{width:1140px;margin:30px auto 0;border:1px solid #ccc;padding:30px 20px;}
.i_advan_tit{text-align:center;position:relative;}
.i_advan_tit:before,.i_advan_tit:after{display:block;position:absolute;content:"";top:50%;height:1px;width:42%;background:#CCC;}
.i_advan_tit:before{left:0;}
.i_advan_tit:after{right:0;}
.i_advan_tit h4{font-size:18px;line-height:18px;margin-bottom:10px;font-weight:500;}
.i_advan_tit p{font-size:12px;line-height:12px;margin-bottom:10px;}
.i_advan_tit span{display:block;width:100px;height:2px;background:#082d61;margin:10px auto 0;}

.i_advan_list{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:30px;}
.i_advan_list li{width:30.333%;background:#f1f1f1;padding:20px 1%;margin-bottom:15px;display:flex;justify-content:space-between;transition:.5s;cursor: pointer;}
.i_advan_img{width:59px;height:55px;margin-right:2%;}
.i_advan_img .i_advan_img1{width:59px;height:100%;transition:.5s;}
.i_advan_img .i_advan_img2{width:59px;height:0;transition:.5s;}

.i_advan_list li:hover{background:#fc021e;transition:.5s;}
.i_advan_list li:hover .i_advan_img .i_advan_img1{width:59px;height:0;transition:.5s;}
.i_advan_list li:hover .i_advan_img .i_advan_img2{width:59px;height:100%;transition:.5s;}

.i_advan_con h5{font-size:18px;line-height:18px;font-weight:500;}
.i_advan_con span{font-size:14px;line-height:14px;padding-bottom:5px;border-bottom:1px solid #444;}
.i_advan_con p{font-size:14px;line-height:20px;margin-top:5px;}

.i_advan_list li:hover .i_advan_con h5{color:#FFF;}
.i_advan_list li:hover .i_advan_con span{color:#FFF;border-bottom:1px solid #FFF;}
.i_advan_list li:hover .i_advan_con p{color:#FFF;}

.i_end{width:1200px;margin:30px auto 0;display:flex;justify-content:space-between;}
.i_recommend{width:67%;border:1px solid #CCC;padding:12px 3%;}
.i_recommend h4{font-size:18px;line-height:60px;border-bottom: #eaeaea 1px solid;width:100%;}
.i_recommend ul{width:100%;padding:20px 0;display:flex;justify-content:space-around;flex-wrap:wrap;}
.i_recommend ul li{padding:0 2%;font-size:14px;line-height:28px;}
.i_recommend ul li a{color:#8c8c8c;}

.i_quick{width:25%;}
.i_quick ul{display:flex;justify-content:space-around;flex-wrap:wrap;}
.i_quick ul li{width:47%;height:auto;text-align:center;margin-bottom:10px;}
.i_quick ul li a{}
.i_quick ul li span{width:100%;height:auto;}
.i_quick ul li img{margin:45px auto 0;}
.i_quick ul li p{font-size:16px;line-height:44px;color:#FFF;}
.i_quick ul li:nth-child(1){background:#007696;}
.i_quick ul li:nth-child(2){background:#db2d58;}
.i_quick ul li:nth-child(3){background:#b87027;margin-bottom:0;}
.i_quick ul li:nth-child(4){background:#048957;margin-bottom:0;}






























