* {padding: 0;margin: 0;box-sizing: border-box;}
/*Reset the tag*/
a{text-decoration:none;}
img{border:none;}
ul,li{list-style:none;}
/*---banner---*/
.ms_banner{width:100%;}
.ms_banner img{width:100%;display: block;}
/*导语*/
.ms_dy{width:100%;margin:2% 0;overflow: hidden;}
.ms_dy .pic{width:100%;height:130px;margin:2% 0;overflow: hidden;background:url(../images/dy.png)no-repeat top center;background-size:100%;}
.ms_dy .pic .p_tet{width:68%;float:right;}
.ms_dy .pic .p_tet h5{margin-top:10px;font-size:18px;color:#f9cdbb;}
.ms_dy .pic .p_tet p{margin-top:5px;font-size:14px;color:#fff;line-height:22px;}
/*留学优势*/
.ms_xz{width:100%;padding:2% 0;overflow: hidden;background:#eef5ff;}
.m_title{font-size:30px;text-align: center;line-height:35px;margin:3% auto;font-weight:bold;color:#333;}
.m_title span{display:block;font-weight:normal;font-size:15px;color:#333;text-align: center;}
.ms_xz .x_list{width:100%;margin:2% 0;overflow: hidden;}
.ms_xz .x_list li{width:23%;height:150px;float:left;margin:1%;padding:10px;background:#fff;border-radius:10px;}
.ms_xz .x_list li h6{font-size:17px;color:#313d52;font-weight:bold;}
.ms_xz .x_list li p{margin-top:10px;font-size:15px;color:#333;line-height: 24px;}
/*申请方案*/
.ms_fa{width:100%;padding:2% 0;overflow: hidden;}
.ms_fa .f_list{width:100%;margin:2% 0;overflow: hidden;}
.ms_fa .f_list li{width:23%;height:323px;float:left;margin:1%;background:#fff1f2;}
.ms_fa .f_list li img{max-width:100%;display: block;}
.ms_fa .f_list li h5{line-height:28px;font-size:18px;padding:20px 6px 0 6px;font-weight:bold;color:#333;text-align: center;}
.ms_fa .f_list li p{text-align:left;padding:20px 6px;font-size:15px;color:#333;line-height: 26px;}
.ms_fa .f_list li:nth-child(2){background:#f0f5fc;}
.ms_fa .f_list li:nth-child(3){background:#fff6e3;}
.ms_fa .f_list li:nth-child(4){background:#efebfc;}
/*必备条件*/
.ms_tj{width:100%;padding:2% 0;overflow: hidden;background:#5d83e1;}
.ms_tj .m_title{color:#fff;}
.ms_tj .m_title span{color:#fff;}
.ms_tj .t_list{width:100%;margin:2% 0;overflow: hidden;}
.ms_tj .t_list li{width:48%;height:98px;float:left;margin:1%;padding:10px;background:#fff;border-radius:10px;}
.ms_tj .t_list li h5{text-align:left;font-size:18px;font-weight:bold;color:#a76e9d;}
.ms_tj .t_list li p{text-align:left;margin-top:6px;font-size:15px;color:#333;line-height: 24px;}
/*院校推荐*/
.ms_yx{width:100%;padding:2% 0;overflow: hidden;background:#f4f6f8;}
.ms_yx .y_list{width:100%;margin:2% 0;overflow: hidden;}
.ms_yx .y_list li{width:23%;height:364px;padding:10px;float:left;margin:1%;background:#fff;border-radius:10px;}
.ms_yx .y_list li h5{text-align:left;font-size:18px;color:#e68d67;font-weight:bold;}
.ms_yx .y_list li .y_tet{margin:10px 0;}
.ms_yx .y_list li .y_tet span{text-align:left;display: block;font-size:15px;color:#111;margin-bottom:5px;}
.ms_yx .y_list li .y_tet p{text-align:left;font-size:15px;color:#333;line-height: 24px;}
/*时间轴*/
.ms_sjz{width:100%;padding:2% 0;overflow: hidden;background:#f4f6f8;}
.ms_sjz .pic{width:100%;margin:2% 0;overflow: hidden;}
.ms_sjz .pic img{max-width:100%;display: block;}
/*费用清单*/
.ms_qd{width:100%;padding:2% 0;overflow: hidden;background:#313e51;}
.ms_qd .m_title{color:#fff;}
.ms_qd .q_list{width:100%;margin:2% 0;overflow: hidden;}
.ms_qd .q_list li{display:flex;justify-content:flex-start;align-items:center;width:48%;height:164px;float:left;margin:1%;padding:10px;background:rgba(73,88,115,.9);border-radius:10px;}
.ms_qd .q_list .pic{width:25%;float:left;margin-right:10px;}
.ms_qd .q_list .pic img{max-width:100%;display: block;}
.ms_qd .q_list .q_tet{margin-left:10px;}
.ms_qd .q_list .q_tet p{text-align:left;font-size:15px;color:#fff;line-height: 24px;}
/*关注*/
.ms_gz{width:100%;margin:2% 0;overflow: hidden;}
.ms_gz .g_list{width:100%;margin:2% 0;overflow: hidden;}
.ms_gz .g_list li{width:31.3333%;float:left;margin:1%;}
.ms_gz .g_list li img{max-width:100%;display: block;}
@media only screen and (min-width: 320px) and (max-width: 750px) {
	.ms_dy{display: none;}
	.m_title{font-size:22px;}
	.m_title span{font-size:14px;line-height: 22px;}
	.ms_xz .x_list li{width:98%;height:auto;}
	.ms_fa .f_list li{width:48%;}
	.ms_tj .t_list li{width:98%;height:auto;}
	.ms_yx .y_list li{width:98%;height:auto;}
	.ms_qd .q_list li{width:98%;height:auto;}
	.ms_gz .g_list li{width:98%;height:auto;}
}