@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,p,input,span,a,img,b,table,tr,th,td,tbody,form,fiedset,pre,textarea,blockquote {margin: 0;padding: 0;border: none 0;list-style: none;color:#333;}
a {text-decoration: none;outline: none;}
img {display: block;}
body {font-family: 'HanHei SC', "PingFang SC", "Microsoft Yahei", "微软雅黑", tahoma, arial, sans-serif;font-size: 14px;min-width: 1200px;max-width: 100%;margin:0 auto;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: 400;}
article,aside,figcaption,figure,footer,header,hgroup,nav,section,summary {margin: 0;padding: 0;display: block;}
input,button,select,textarea {outline: none;font-family: "Microsoft YaHei";background: none;-webkit-appearance: none;border-radius: 0;border: none;}
textarea {resize: none;}
.fl {float: left;}
.fr {float: right;}
.fz:after,.clearfix:after {content: "";clear: both;display: block;font-size: 0;height: 0;}
.fz,.clearfix {zoom: 1;}
.center {width: 1200px;margin: 0 auto;}
/*默认公用样式*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */color:#999!important;font-weight: normal;}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#999!important;font-weight: normal;opacity:1;}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */color:#999!important;font-weight: normal;opacity:1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */color:#999!important;font-weight: normal;}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */color:#999!important;font-weight: normal;}

.s_mt10{
	margin-top: 10px!important;
}
.s_mt20{
	margin-top: 20px!important;
}.s_mt100{
	margin-top: 100px!important;
}
.s_mt30{
	margin-top: 30px!important;
}
.s_mt40{
	margin-top: 40px!important;
}
.s_mt50{
	margin-top: 50px!important;
}
.s_mt60{
	margin-top: 60px!important;
}
.s_mt70{
	margin-top: 70px!important;
}
.s_mt80{
	margin-top: 80px!important;
}
.s_mt90{
	margin-top: 90px!important;
}

.m_container1{
	width: 1222px;
	margin: 0 auto;
}
.s_hover:hover,.s_hover{
	cursor: pointer;
}
.s_center{
	display: flex;
	justify-content: center;
}

/* 导航 */
.m_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}
.m_nav > img{width: 160px;}
.m_nav > ul{
	display: flex;
	justify-content: space-between;
	align-items:center ;

}
.m_nav > ul li{
	font-size: 20px;
	text-align: center;
	margin: 0 0px;
	height: 60px; color: #fff;
    line-height: 60px;padding: 0 36px;
	
}
.m_nav > ul li:hover{
	background: #e19917;
	
	color: #fff;
}
.m_nav > div{
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;color: #fff;
}
.m_nav > div img{ 
	margin-right: 10px;
}

/* banner */
.m_banner{
	position: relative;
}
.m_banner > img{
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
/* banner導航 */
.m_banner > div.u_banner1{
	z-index: 9;
	position: absolute;
    left: 50%;
    top: 0;
    margin-left: -620px;
    height: 430px;
    width: 170px;
    background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.m_banner > div.u_banner1 dl{
	width: 100%;
	margin: 0 auto;
}
.m_banner > div.u_banner1 dl dt{
	font-size:24px;
	display: flex;
	justify-content:center;
	font-weight: bold;
	height: 70px; line-height: 50px;
	background: url(../images/banner_icon0.png) no-repeat center top/100% auto;
	color: #fff;
}
.m_banner > div.u_banner1 dl dd{
	font-size: 20px;
	display: flex;
	justify-content:left;
	align-items: center;
	flex-wrap: wrap;
	background: url(../images/banner_icon7.png) no-repeat center bottom/90% auto;
}
.m_banner > div.u_banner1 dl dd:last-child{
	background: none;
}
.m_banner > div.u_banner1 dl dd:hover{
	color: #ac3322;
}
.m_banner > div.u_banner1 dl dd img{
	width: 26px; height: auto;
	margin: 15px 15px 15px 25px;
}
.m_banner > div.u_banner1 dl dd span{
	margin-top: 5px;
}

.m_banner > div.u_banner2{
	z-index: 9;
	position: absolute;
    right: 50%;
    top: 0;
    margin-right: -710px;
    height: 270px;
    width: 270px;
    background: url(../images/banner_img1.png) no-repeat left center/100% auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border-radius: 20px;
}
.m_banner > div.u_banner2 dl{
	width: 210px;
	margin: 0 auto;
}
.m_banner > div.u_banner2 dl dt{
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:90px;
}
.m_banner > div.u_banner2 dl dd{
	margin-top: 0px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: nowrap;
}
.m_banner > div.u_banner2 dl dd span{
	color: #ac3322;
	font-weight: bold;font-size: 100px;
}
.m_banner > div.u_banner2 dl dd img{
	position: relative;
	left: 5px;
	top: 5px;
}

.m_part1{
	display: flex;
	justify-content: space-between;
}
.m_part1 > div{width: 600px; height: 620px; 
	border-radius: 20px; box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background: url(../images/part1_bg4.png) no-repeat left center/100% 100%;
}
.m_part1 > div:last-child{
	width: 570px; height: 620px;  margin-left: 20px;
	background: url(../images/part1_bg6.png) no-repeat left center/100% 100%;
}
.m_part1 > div p{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	 height: 90px;
	text-align: center; line-height:96px;

}
.m_part1 > div ul{
	width: 96%; margin: 0 auto;
}
.m_part1 > div ul li{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dashed #000;
	align-items: center;
	margin-top: 15px;
	padding-bottom: 8px;
}
.m_part1 > div ul li div{
	font-size: 20px;
	/* background: url(../image/icon3.png) no-repeat left center/auto; */
	padding:3px 10px;

}
.m_part1 > div ul li div:hover{
	cursor: pointer;
	color: #f20a0a;
}
.m_part1 > div ul li span{
	display: block; width: 100px; height: 36px; line-height: 36px;
	color: #4b66b0;  border-radius: 10px; text-align: center;
	font-size: 20px;
}
.m_part1 > div ul li span:hover{
	cursor: pointer;
}
/* 課程 */
.m_part3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.m_part31{
	width: 300px;
	height: 565px;
	background: url(../image/part3_left1.png) no-repeat center top/auto;
}
.m_part31 div{color: #fff;font-size: 42px; text-align: center;margin: 30px 0 50px;}
.m_part32{
	display: flex;
	justify-content: space-between;
	width: 900px;flex-wrap: wrap;
	align-content: space-between;
}
.m_part32 div{
	width: 293px; height: 224px;
	background: url(../images/kc_right.png) no-repeat center top/auto;
}
.m_part31 dl{
	width: 260px; margin: 0 auto 20px;
}
.m_part31 dl dt{
	background: url(../image/part3_left2.png) no-repeat left center/auto;
	color: #fff; height: 29px; line-height: 29px; font-size: 18px;
	padding-left: 10px;
}
.m_part31 dl dd{
	font-size: 18px; margin-top: 5px;
}

.m_part32 dl{
	color: #fff; height: 160px;overflow: hidden; margin-bottom: 10px;
	display: flex; justify-content: center; flex-wrap: wrap;align-content: flex-start;
}
.m_part32 dl dt{
	color: #fff;
	height: 50px;
	 font-size: 30px;
	 text-align: center;font-weight: bold;
	 margin-top:25px;
	 width: 88%;
	 border-bottom: 1px solid #fff;
}
.m_part32 dl dd{
	font-size: 20px; margin-top:10px;
	text-align: center;color: #fff;
	 width: 88%;
}
.m_part32 span{
	width: 100%; text-align: center;
	display: block; font-size: 20px;
}
.m_part32 ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.m_part32 ul li{
	color: #4b66b0; height: 30px; line-height: 30px; font-size: 18px; width: 120px;
	text-align: center; margin: 10px 10px 0; border-radius: 100px;
}
.m_part32 ul li:first-child{
	border: 1px #4b66b0 solid;
}
.m_part32 ul li:last-child{
	border: 1px #edeff7 solid;
	background: #edeff7;
}
.m_part32 ul li:hover{
	background: #4b66b0;
	color: #fff;
}

.m_title1{
	font-size: 26px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 0 15px 0;
	background: url(../image/title1_bg.png) no-repeat center top/auto;border-bottom: 1px solid #3399f8;
}
.m_title1 div{
	display: flex;
	justify-content:left;
	align-items: center;
}
.m_title1 b{
	font-size: 28px;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	color: #fff; padding: 0 40px 0 15px;
}
.m_title1 span{
	font-size: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}

.m_title2{
	font-size: 28px;
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}
.m_title2 span{
	padding: 0 10px;
}




.m_banner{
    position: relative;
  }
  .bannerlunbo {
    width: 1920px; max-width: 100%;
    
  }
  .bannerlunbo .swiper-slide img{
     /* height: 600px; max-height: 600px; */
	 width: 1920px; max-width: 100%;
  }


/***************** 20240227 ******************/
.m_part0{
	background: url(../images/part1_bg1.png) no-repeat center /100% 100%;
	overflow: hidden;
	padding: 60px 0; overflow: hidden; 
	/* margin-top: 20px; */
}
.m_part0 > p{
	font-size:58px;
	color: #fff; text-align: center;
}
.m_part0 .m_container1{
	width: 1339px; height: 744px; display: flex; justify-content: center; align-items: center;
	background: url(../images/part1_bg2.png) no-repeat center /100% 100%;
}

.m_title11{
	display: flex; justify-content: space-between; align-items: flex-start;
	background: url(../images/title1_img2.png) repeat-x left 50px /auto;
}
.m_title11 div{
	font-size: 62px; color: #333333;font-weight: bold; background: #fff;
	display: flex; justify-content: left; align-items:center;
}
.m_title11 b{padding: 0 12px 0 16px;}
.m_title11 span{
	font-size: 30px; color: #4b66b1; font-weight: bold;
}

.m_huanjing{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m_huanjing >div{
	display: flex;
	justify-content:  space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 900px;
	height: 465px;
}

.m_left1{
	width: 287px; height: 465px;
	background: url(../images/kc_left1.png) no-repeat center /auto;
	box-sizing: border-box; padding-top: 90px;
}
.m_left1 li{
	height: 105px;
	display: flex; justify-content: left;
}
.m_left1 li div:first-child{
	width: 85px; font-size: 18px;
	text-align: center; color: #fff;
	display: flex; align-items: center;  justify-content: center;
}
.m_left1 li div:last-child{
	width: 150px; font-size: 18px;
	margin: 0 0 0 30px;
	border-bottom: 1px dashed #000;
	display: flex; align-items: center;
}

.m_left2{
	width: 287px; height: 465px;
	background: url(../images/kc_left2.png) no-repeat center /auto;
	box-sizing: border-box; padding-top: 45px;
}
.m_left2 li{
	height: 90px;
	display: flex; justify-content: left;
}
.m_left2 li div:first-child{
	width: 85px; font-size: 18px;
	text-align: center; color: #fff;
	display: flex; align-items: center;  justify-content: center;
}
.m_left2 li div:last-child{
	width: 150px; font-size: 18px;
	margin: 0 0 0 30px;
	border-bottom: 1px dashed #000;
	display: flex; align-items: center;
}

.m_left2 li:last-child div:last-child,.m_left1 li:last-child div:last-child{
	border: none;
}


.m_footer{
	color: #fff;
	padding: 0px 0 70px;
}
.m_footer dl{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.m_footer dt{
	width: 100%; display: flex;
	justify-content: center;
}
.m_footer dt img{
	width: 360px;
	margin: 30px 0;
	height: 90px;
}
.m_footer dd{
	background: #fff;width: 100%;
	color: #333; text-align: center;
	font-size:26px; height: 60px; line-height: 60px;
}
.m_footer p{
	color: #fff; 
	text-align: center; 
	font-size: 20px;
	padding-top: 20px;
}
.m_footer ul{
	display: flex;
	justify-content: space-between;
}
.m_footer ul li{
	width: 170px; text-align: center; height: 80px; line-height: 80px;
	font-size: 26px;
	background: #e19917; color: #fff;
}


.s_bg1{
	background: linear-gradient(to bottom, #6185e7, #4b67b1);
	overflow: hidden;
}
.s_bg2{
	background: linear-gradient(to bottom, #f2f5f7, #f2f5f7);
	overflow: hidden;
}










