html, body, div{
    /*margin: 0 auto;
    padding: 0;
    border: 0;*/
}
body {
    /*position: relative;
    max-width: 750px;
    min-height: 100vh;
    overflow-x: hidden;
    margin: 0 auto;
    background: #FFFFFF;*/
}
ul,li{
	list-style:none;
	margin:0 auto;
	padding:0;
}
a {
    text-decoration: none;
	color: #000000;
	cursor: pointer;
}
a:hover {
	color: #000000;
    text-decoration:none; 
}
.main{
	width: 100%;
}
.m_t_5 {
    margin-top: 5px;
}
.m_t_10 {
    margin-top: 10px;
}
.m_t_15 {
    margin-top: 15px;
}
.m_t_20 {
    margin-top: 20px;
}
.m_t_25 {
    margin-top: 25px;
}
.m_t_28 {
    margin-top: 28px;
}
.m_t_30 {
    margin-top: 30px;
}
.m_t_35 {
    margin-top: 35px;
}
.m_t_40 {
    margin-top: 40px;
}
.m_l_10 {
    margin-left: 10px;
}
.m_l_30 {
    margin-left: 30px;
}
.m_l_50 {
    margin-left: 50px;
}
.m_r_30 {
    margin-right: 30px;
}
.m_b_50 {
    margin-bottom: 50px;
}
.div_allTitle {
    text-align: center;
}
.block {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.div_rel {
	width:auto;
    position: relative;
    height: 230px;
	margin-bottom: 30px;
    padding: 0 15px;
}
.div_rel .w360 {
    /*position: absolute;
    left: 30px;
    z-index: 9;*/
}

.w360 {
    /*width: 692px;*/
}
.swiper_jxtt {
    width: 100%;
    height: 230px;
}
.swiper_jxtt img {
    width: 100%;
    height: 210px;
    border-radius: 8px;
}
.div_jxtt_pic {
    height: 230px;
    background: #fff;
    background-image: linear-gradient(180deg, #F3FFFF 0%, #FFFFFF 50%);
    box-shadow: 0 1px 29px 0 #93add12e;
    border-radius: 8px;
}
.swiper_jxtt .swiper-slide h1 {
    /*width: 404px;*/
    height: 127px;
    background-image: linear-gradient(270deg, #3ea2eef2 0%, #63b6fbf2 98%);
    border-radius: 12px;
    position: absolute;
    bottom: 0;
    padding: 5px;
    margin: 0;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
}
.swiper_jxtt .swiper-slide {
    position: relative;
}
.swiper_jxtt .swiper-slide a {
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;
}
.swiper_jxtt .swiper-button-prev {
    display:none;
}
.swiper_jxtt .swiper-button-next {
    display:none;
}
.swiper_jxtt .swiper-pagination-fraction {
    left: 59%;
    width: 60px;
    font-size: 24px;
    font-weight: 600;
	line-height: 24px;
	letter-spacing: -4px;
}

.div_rel_sec {
	width: 100%;
    height: auto;
	margin:0 auto;
	box-shadow: 0 17px 29px 0 #93add12e;
	border-radius: 8px;
	margin-bottom: 90px;
}

.div_rel_sec .w692 {
	width: auto;
    background: #ffffffba;
    padding: 0 15px;
}

.div_titleInfo h2 a {
    height: 62px;
    font-weight: 600;
    font-size: 38px;
    color: #3EA2EE;
    line-height: 58px;
}
.div_titleInfo p {
    font-weight: 400;
    font-size: 26px;
    color: #00000080;
    line-height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.div_titleInfo {
    border-bottom: #D8D8D8 1px solid;
    margin-bottom: 30px;
    width: 100%;
}
.div_title_list {
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    line-height: 28px;
}
.div_title_list a {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    color: #000000;
	padding-bottom:15px;
}
.div_title_list span {
    color: #969696;
    font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	padding-left: 2%;
}
.div_title_list ul li{
	padding-bottom:30px;
}

.div_rel_thr {
	width:100%;
	margin:0 auto;
}
.wapper{
	min-height:300px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}
.wapper .big_pic{
	width:100%;
    height:auto;
	margin: 0 auto;
	padding-bottom:30px;
    text-align: center;
}
.wapper .big_pic img{
width:auto;
height:155px;
}
.wapper .big_pic_conten{
    width: auto;
    height: auto;
    background: #F7F8FC;
    margin: 0 auto;
    padding: 18px 15px;
}
.wapper .big_pic_conten h1{
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    line-height: 1.2;
    max-width: 630px;
    padding-top: 5px;
    margin: 0 auto;
    height: 16px;
    margin-bottom: 10px;
}
.wapper .big_pic_conten p{
    font-weight: 400;
    font-size: 12px;
    color: #00000080;
    line-height: 1.5;
    max-width: 630px;
    max-height: 48px;
    padding-top: 0px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}
.small_pic_list{
    width: auto;
    min-height: 335px;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 30px;
    overflow: hidden;
}
.small_pic_list ul{
	width:100%;
	margin: 0 auto;
}
.small_pic_list ul li{
    float: left;
    width: 22%;
    height: auto;
    padding-right: 4%;
    margin-bottom: 4%;
}
.small_pic_list ul li:nth-child(4n){
	padding-right:0;
}
.small_pic_list ul li img {
    width: 100%;
    height: 99px;
    box-shadow: 0 2px 12px 0 #0000002e;
}
.small_pic_list ul li h2 {
    width: 78px;
    height: auto;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.small_pic_list ul li p {
    font-weight: 400;
    font-size: 12px;
    color: #00000080;
    width: 78px;
    height: 30px;
}
.small_pic_more{
	line-height:39px!important;
}

.sjtj{
height:500px;
}
.jxcg_list{
	width: 462px;
    height: 360px!important;
    padding:15px 0px;
    margin:0 auto;
    box-shadow: 0 6px 29px 0 #93add12e;
    border-radius: 8px;
	/* background: #ff0000; */
}
.jxcg_list a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.jxcg_list img {
    width: 100%;
    height: 230px;
}
.jxcg_list p {
    width: 95%;
    height: 98px;
    background: #FFFFFF;
    border-radius: 0 0 8px 8px;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    line-height: 29px;
    padding: 0px 13px 0 13px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jxcg_list .swiper-slide-active::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 10px;
    background: url(../images/bg_headmaster_coming_circle@2x.png) bottom center no-repeat;
    background-size: 100%;
    margin-left: 4px;
    margin-top: 12px;
    bottom: -16px;
    position: absolute;
    left: 44.8%;
}
.jxcg_list .swiper-slide-active::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 15px;
    border-color: #fff transparent transparent transparent;
    left: 216px;
    margin-top: 0px;
    /* z-index: 9; */
    position: absolute;
}
.block2 {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.div_box_list {
    min-height: 154px;
    background-image: linear-gradient(90deg, #CEEFF9 11%, #DBE9FA 97%);
    border-radius: 8px;
    padding: 16px 12px;
    margin: 0 15px;
}
.div_box_list div {
    height: 99%;
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}
.div_box_list div ul {
    padding: 14px;
    overflow: hidden;
}
.div_box_list div ul li {
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    float: left;
    padding: 0 10px 0 30px;
    background: url(../images/img_bookj@2x.png) 0 0px no-repeat;
    background-size: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 26px;
}
.div_jxdw_first a {
	padding-left:0px;
	font-weight: 600;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
    float: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block2 .more {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 85px;
    height: 39px;
    font-weight: 400;
    font-size: 12px;
    line-height: 39px;
    background: url(../images/btn_more_normal@2x.png) no-repeat 0;
    background-size: 100%;
}
.block2 .more a{
    color: #FFFFFF;
}
.wrapper{
	/*width:692px;*/
	margin:0 auto;
}
.div_xyldz_tt .xyldz_pic img {
    width: 690px;
    height: 388px;
}
.xyldz_tt_bg {
	justify-content: center;
	align-items: flex-start;
	display: flex;
    width: 692px;
    background-image: linear-gradient(95deg, #F2F8FD 26%, #F5FEFF 94%);
    height: 404px;
    bottom: 0;
    z-index: -1;
}
.xyldz_tt {
	float:left;
	width:508px;
	height:108px;
}
.xyldz_tt h1 {
    font-weight: 600;
	font-size: 35px;
    color: #000000;
    line-height: 54px;
    margin-top: 35px;
}
.xyldz_tt p {
	width: 625px;
    font-weight: 400;
    font-size: 26px;
    color: #00000080;
    line-height: 46px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fouc-a {
    margin-top: 42px;
}
.fouc-a span {
    width: 115px;
    height: 92px;
    display: block;
    overflow: hidden;
    float: right;
    background: #63B6FB;
    border-radius: 8px;
    text-align: center;
}
.fouc-a .dd {
    font-weight: 700;
    font-size: 42px;
    color: #FFFFFF;
	margin-top:5px;
}
.fouc-a .yymm {
    font-weight: 400;
    font-size: 19px;
    color: #FFFFFF;
	margin-top:-45px;
}
.xyldz_tt_bg:after {
    content: '';
    display: inline-block;
    width: 260px;
    height: 260px;
    position: absolute;
    background: url(../images/bg_headmaster_coming_lighthouse@2x.png) bottom center no-repeat;
    background-size: 100%;
    right: 125px;
    bottom: 0;
}
.div_xyldz_list {
	width:692px;
}
.div_xyldz_list ul li {
	height:85px;
	width:100%;
    font-weight: 400;
    font-size: 26px;
    color: #000000;
    line-height: 38px;
    border-bottom: 1px solid #D8D8D8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	align-items: center;
	display: flex;
}

.more {
    padding-top: 10px;
    padding-bottom: 12px;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 79px;
    height: 39px;
    font-weight: 400;
    font-size: 12px;
    line-height: 39px;
    background: url(../images/btn_more_normal@2x.png) no-repeat 0;
    background-size: 100%;
}
.more a{
    color: #FFFFFF;
}

.div_xyhd{padding:0 15px;}
.div_xyhd ul {
    width:  90%;
	height: 45px;
}
.flex {
    display: flex;
}
.div_xyhd ul li {
    position: relative;
    width: 100%;
    text-align: center;
}
.div_xyhd ul li.active {
    background: url(../images/bg_home_tab_focus@2x.png) 65% 24px no-repeat;
    background-size: 42px;
    text-align: center;
	
}
.div_xyhd ul li:nth-child(1):before {
    content: '';
    position: absolute;
    left: -2%;
    /*background: url(../images/icon_home_basic_edu@2x.png) no-repeat;*/
    background-size: 100%;
    width: 20px;
    height: 17px;
    top: 6px;
}
.div_xyhd ul li:nth-child(2):before {
    content: '';
    position: absolute;
    left: -2%;
    /*background: url(../images/icon_home_higher_edu@2x.png) no-repeat;*/
    background-size: 100%;
    width: 20px;
    height: 17px;
    top: 6px;
}
.div_xyhd ul li:nth-child(3):before {
    content: '';
    position: absolute;
    left: -2%;
    /*background: url(../images/icon_home_vocational_edu@2x.png) no-repeat;*/
    background-size: 100%;
    width: 20px;
    height: 17px;
    top: 6px;
}
.div_xyhd ul li.active a {
    font-weight: 600;
    font-size: 18px;
    color: #0C0C0C;
    line-height: 30px;
}
.div_xyhd ul li a {
    font-weight: 600;
    font-size: 18px;
    color: #00000080;
    line-height: 30px;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
}
.div_box_list_xyhd{
	margin-top: 0px;
}
.div_box_list_news {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 30px;
}
.div_box_list_xyhd ul li{
    margin-bottom: 32px;
    background: #F6F6F6;
    height: 90px;
    position: relative;
    padding: 0px 0px;
}
.div_box_list_xyhd ul li img{
    float: left;
    width: 164px;
    max-height: 90px;
    margin-right: 12px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.div_box_list_xyhd ul li h1{
    height: 35px;
    padding: 0px 5px 12px 0;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}
.div_box_list_xyhd ul li .huodong-jiao{
	position: absolute;
	left:0;
	top:0;
}
.div_box_list_xyhd ul li .huodong-jiao img{
    width: 33px;
    height: 19px;
}

.swiper-Title h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 46px;
    width: 190px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-image: linear-gradient(270deg, #3ea2eef2 0%, #63b6fbf2 98%);
    border-radius: 7.59px;
    padding: 10px;
}
.swiper-Title h1{
left:15px;z-index:9;
}
.swiper-Title h1 a{color:#fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}