* {padding: 0;margin: 0;box-sizing:border-box;}
/*Reset the tag*/
a{text-decoration:none;}
img{border:none;}
ul,li{list-style:none;}

/* banner */
.xg_banner{width: 100%;overflow: hidden;}
.xg_banner img{display: block;max-width: 100%;}
.bg{width: 100%;background: #bdd8f4;margin: 0 auto;padding: 2% 0;}
/* daoyu  */
.xg_dy{width: 96%;margin: 2% auto;overflow: hidden;background: #fff;border-radius: 20px;border: 1px solid #005cb9;padding: 20px }
.xg_dy h6{font-size: 22px;color: #262236;}
.xg_dy span{display: block;border-bottom: 2px dashed #c1c0c4;width: 50px;height: 2px;margin: 16px 0;}
.xg_dy p{font-size: 16px;line-height: 26px;}
/* 优势 */
.xg_ys{width: 100%;margin: 2% 0;overflow: hidden;}
.xg_title{width: 100%;margin: 0 auto;font-size: 30px;font-weight: bold;color: #003aa1;line-height: 50px;margin-left: 20px;}
.xg_title span{display: inline-block;width: 3px;height: 20px;background: #013186;margin-right: 10px;border-radius: 4px;}
.xg_ys .y_list{width:100%;margin: 1% 0;overflow: hidden;}
.xg_ys .y_list li{width: 23%;margin: 1%;float: left;background: #fff;border: 1px solid #005cb9;border-radius: 10px;padding: 20px 10px;height: 200px;}
.xg_ys .y_list li h5{font-size: 20px;font-weight: bold;color:#003aa1 ;text-align: center;}
.xg_ys .y_list li span{display: block;border-bottom: 2px dashed #c1c0c4;width: 50px;height: 2px;margin: 10px auto;}
.xg_ys .y_list li p{font-size: 15px;color:#333 ;line-height: 22px;}
/* 申请时间 */
.xg_sq{width: 100%;margin: 2% 0;overflow: hidden;}
.xg_sq .xg_title i{font-size: 16px;color: #333;font-weight: 500;}
.xg_sq p{width: 96%;margin: 1% auto; font-size: 15px;left: 24px;color: #262236;}
.xg_sq .s_tab{width:98%;margin: 2% auto;background: #fff;border: 1px solid #005cb9;border-radius: 10px;}
.xg_sq .s_tab table{ border-collapse: collapse;border-spacing: 0;border-radius: 10px;}
.xg_sq .s_tab table td{height: 40px;font-size: 14px;text-align: left;line-height: 24px;border-bottom:1px solid #005cb9;padding: 6px 3px;}
.xg_sq .s_tab table .t1{width: 12%;color: #003aa1;font-weight: bold;border-right:1px solid #005cb9; text-align: center;}
.xg_sq .s_tab table .last{border-bottom: none;}
/* 高校 */
.xg_gx{width: 100%;margin: 2% 0;overflow: hidden;}
.xg_gx .g_list{width: 98%;margin: 2% auto;}
.xg_gx .g_list .g_li{width: 100%;background: #fff;border: 1px solid #005cb9;border-radius: 10px;padding: 10px;margin-bottom: 14px;}
.xg_gx .g_list .g_li h5{font-size: 20px;color:#003aa1 ;margin-bottom: 10px;font-weight: 500;}
.xg_gx .g_list .g_li h5 span{display: inline-block;width: 10px;height: 10px;background: #003aa1;border-radius: 10px;margin-right: 6px;}
.xg_gx .g_list .g_li p{font-size: 14px;line-height: 24px;}
/* 案例 */
.xg_al{width: 100%;margin: 2% 0;overflow: hidden;}
.xg_al .a_tab{width:98%;margin: 2% auto;background: #fff;border: 1px solid #005cb9;}
.xg_al .a_tab table{ border-collapse: collapse;border-spacing: 0;}
.xg_al .a_tab th{font-size: 18px;color: #005cb9;background: #dcebfb;padding: 10px 0;text-align: center;}
.xg_al .a_tab th:nth-of-type(1){width:30%;}
.xg_al .a_tab th:nth-of-type(2){width:30%;}
.xg_al .a_tab th:nth-of-type(3){width: 20%;}
.xg_al .a_tab th:nth-of-type(4){width: 20%;}
.xg_al .a_tab th:not(:last-of-type){border-right: 1px solid #005cb9;}
.xg_al .a_tab td{font-size: 14px;color: #333;padding: 10px 0;text-align: center;border-bottom: 1px solid #005cb9;}
.xg_al .a_tab td:not(:last-of-type){border-right: 1px solid #005cb9;}





@media only screen and (min-width: 320px) and (max-width:750px){
	.xg_title{font-size: 24px;}
	.xg_dy h6{font-size: 18px;}
	.xg_dy p{font-size: 14px;line-height: 24px;}
	.xg_ys .y_list li{width: 48%;height: 170px;}
	.xg_ys .y_list li h5{font-size: 18px;}
	.xg_sq .xg_title i{display: block;margin-top: -10px;font-size: 14px;}
	.xg_gx .g_list .g_li h5{font-size:18px ;}
	.xg_gx .g_list .g_li h5 span{width: 8px;height: 8PX;border-radius: 8px;}
	
	
}