 * {padding: 0;margin: 0;box-sizing:border-box;}
/*Reset the tag*/
a{text-decoration:none;}
img{border:none;}
ul,li{list-style:none;}
/*---banner---*/
.xhd_banner{width:100%;position:relative;}
.xhd_banner img{width:100%;display: block;}
.xhd_banner span{position: absolute;font-weight:bold;padding:0 10px;left:0;top:15px;font-size:18px;line-height:40px;color:#fb3009;background:#fff;border-radius:0 50px 50px 0;}
/*--为什么要考--*/
.xhd_yy{width:100%;margin:2% 0;overflow: hidden;}
.xhd_title{font-size:30px;text-align: center;line-height:35px;margin:3% auto;font-weight:bold;color:#333;}
.xhd_title span{color:#1e6dd9;}
.xhd_yy .y_box{width:100%;margin:2% 0;overflow: hidden;}
.xhd_yy .y_box .y_li{width:31.3333%;height:195px;padding:15px;float:left;margin:1%;background:#1e6dd9;border-radius:10px;}
.xhd_yy .y_box .y_li h5{font-size:24px;font-weight:bold;color:#fff;text-align: center;}
.xhd_yy .y_box .y_li p{text-align:left;height:124px;margin-top:10px;font-size:16px;color:#1b3e84;line-height:26px;padding:10px;background:#f0f6ff;border-radius:5px;}
/*规划目标*/
.xhd_mb{width:100%;padding:2% 0;overflow: hidden;background:#eaf2fe;}
.xhd_mb .m_list{width:100%;margin:2% 0;overflow: hidden;}
.xhd_mb .m_list .m_li{width:23%;height:245px;padding:10px;float:left;margin:1%;background:#fff;border-radius:10px;border:1px #eee solid;}
.xhd_mb .m_list .m_li img{max-width:100%;margin:10px auto;display: block;}
.xhd_mb .m_list .m_li p{text-align:left;font-size:16px;margin-top:10px;color:#333;line-height:26px;}
.xhd_mb .m_pic{width:100%;margin:2% 0;overflow: hidden;}
.xhd_mb .m_pic img{max-width:98%;margin:0 auto;display: block;}
/*课程设置*/
.xhd_kc{width:100%;margin:2% 0;overflow: hidden;}
#custom{border-collapse:collapse;border-spacing:0;width:98% !important;margin:2% auto;background:#fff;}
#custom td {font-size:16px;text-align:center;padding:1% ;color:#555;line-height:30px;border:1px solid #ddd;text-align: center;}
#custom th {font-size:24px;line-height:40px;text-align:center;padding:1% ;color:#1e6dd9;background:#ffd779;}
#custom .na_mz{background:#1e6dd9;color:#fff;font-size:16px;font-weight:bold;}
/*选择*/
.xhd_xz{width:100%;padding:2% 0;overflow: hidden;background:url(../images/box5-bg.png)no-repeat top center;}
.xhd_xz .x_box{width:100%;margin:2% 0;overflow: hidden;}
.xhd_xz .x_box .x_li{width:23%;height:260px;float:left;padding:10px;margin:1%;background:#fff;border-radius:10px;}
.xhd_xz .x_box .x_li img{display: block;margin:10px auto;max-width:100%;}
.xhd_xz .x_box .x_li h5{font-size:20px;color:#1E6DD9;font-weight:bold;text-align: center;}
.xhd_xz .x_box .x_li p{text-align:left;margin-top:10px;font-size:16px;color:#333;line-height: 26px;}
/*校区环境*/
.xhd_hj{width:100%;margin:2% 0;overflow: hidden;}
.xhd_hj .h_list{width:100%;margin:2% 0;overflow: hidden;}
.xhd_hj .h_list .h_li{width:31.3333%;float:left;margin:1%;}
.xhd_hj .h_list .h_li img{width:100%;display: block;}
@media only screen and (min-width: 320px) and (max-width:750px) {
	.xhd_title{font-size:22px;}
	.xhd_yy .y_box .y_li{width:98%;height:auto;}
	.xhd_mb .m_list .m_li{width:98%;height:auto;}
	#custom th{font-size:20px;}
	#custom td{font-size:15px;}
	.xhd_xz .x_box .x_li{width:98%;height:auto;}
	.xhd_hj .h_list .h_li{width:98%;height:auto;}
}