@charset "utf-8";
*{margin: 0px;border: 0px;padding: 0px;box-sizing: border-box;}
li{list-style: none; }
a{display:block;text-decoration: none; color: inherit;-webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none;}
img{display: block;}
html{font-size: 14px;}
body{min-width: 1300px; color: #000; position: relative; background:#ffffff; }
h1,h2,h3,h4,h5,h6,b{font-weight: normal;}
em,i{font-style: normal;}
textarea {-webkit-appearance: none;resize: none; font-family:inherit ; }
select{appearance:none; -moz-appearance:none; -webkit-appearance:none; }
.w100w{
	width: 100%;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
.header{
	width: 100%;
	background: linear-gradient(90deg, #181D5F 0%, #232B96 100%);
}
.header .wrap{
	display: flex;
	justify-content: space-between;
        align-items: center;
}
.header .logo{
	padding: 29px 0;
	display: flex;
        align-items: center;
align-items: flex-end;
}
.header .logo .logo_sub{
	font-size: 19px;
    color: #FFFFFF;
    margin-left: 20px;
    width: 180px;
    font-weight: bold;
    border-left: solid 1px #fff;
    padding-left: 20px;
}
.header .logo .img{
	width: 249px;
	height: 52px;
}
.header .nav{
	display: flex;
	font-size: 14px;
	line-height: 110px;
	color: #FFFFFF;
}
.header .nav .li{
	margin: 0 8px;
	display: flex;
	align-items: center;
	position: relative;
}
.header .nav .li i{
	margin-left: 5px;
}
.header .nav .li .el-icon-arrow-up{
	display: none;
}
.header .nav .li:hover .el-icon-arrow-up{
	display: inline;
}
.header .nav .li:hover .el-icon-arrow-down{
	display: none;
}
.header .nav .li:hover::before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -50%;
	bottom: 0;
}
.header .nav .li .ul_subset{
	position: absolute;
	left: 50%;
	top: 100%;
	display: none;
	width: 200px;
	margin-left: -100px;
	padding-top: 10px;
}
.header .nav .li:hover .ul_subset{
	display: block;
}
.header .nav .li .ul_subset .bai{
	background: #fff;
	border-top: solid 4px #1F276F;
	padding: 20px 0;
}
.header .nav .li .ul_subset .bai .li1{
	text-align: center;
	font-size:16px;
	color: #333333;
	line-height: 22px;
	padding: 13px 0;
}
.header .nav .li .ul_subset .bai .li1:hover{
	color: #1F276F;
}
.header .sous{
	width: 180px;
	height: 30px;
	background: #FFFFFF36;
	display: flex;
    align-items: center;
	padding: 0 15px;
	border-radius: 50px;
}
.header .sous .input{
	flex: 1;
	height: 100%;
}
.header .sous .text{
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #FFFFFF;
	background: transparent;
	outline: none;
}
.header .sous input::placeholder{
	color: #FFFFFF;
}
.header .sous .img{
	width: 22px;
	height: 22px;
}
.footer{
	background: #1F276F;
	color: #fff;
}
.footer .shangmian{
	padding:30px 0;
	display: flex;
    align-items: flex-start;
}
.footer .shangmian .logo{
	margin-top: 15px;
}
.footer .shangmian .logo .img{
	width: 135px;
	height: 144px;
}
.footer .shangmian .zhongjian{
	flex: 1;
	margin-top: 30px;
	margin-left: 60px;
	padding-left: 40px;
	border-left: solid 1px #5860AB;
}
.footer .shangmian .zhongjian .ul{
	display: flex;
    flex-wrap: wrap;
}
.footer .shangmian .zhongjian .ul .li{
	width: 200px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.footer .shangmian .zhongjian .ul .li img{
	margin-right: 5px;
}
.footer .shangmian .zhongjian .ul .li:nth-child(2n){
	width: 400px;
}
.footer .shangmian .zhongjian .link_{
	display: flex;
    flex-wrap: wrap;
}
.footer .shangmian .zhongjian .link_ a{
	margin-right: 10px;
}
.footer .shangmian .erweim{
	display: flex;
}
.footer .shangmian .erweim .li{
	width: 140px;
	margin-left: 40px;
}
.footer .shangmian .erweim .li .img{
	width: 100%;
}
.footer .shangmian .erweim .li .p1{
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
}
.footer .link{
	display: flex;
    justify-content: center;
	padding: 18px 0;
	border: solid 1px #5860AB;
	color: #888FC8;
	font-size: 13px;
	line-height: 20px;
}
.footer .link a{
	margin-right: 10px;
}
.footer .copyright{
	text-align: center;
	font-size: 13px;
	color: #888FC8;
	line-height: 20px;
	padding: 18px 0;
	background: #0E165A69;
}

.main{
	padding:60px 0 120px;
	background-image: url('../images/z/bg.png');
}
.main .wrap{
	display: flex;
    justify-content: space-between;
}
.main .tit_p1{
	font-size:26px;
	color: #333333;
	font-weight: bold;
	border-bottom: solid 1px #E8E8E8;
	margin-bottom: 25px;
	display: flex;
}
.main .tit_p1 span{
	line-height: 37px;
	padding: 18px 0;
	position: relative;
	display: block;
}
.main .tit_p1 span::before{
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #1F276F;
}
.main .main_left{
	width:550px;
}
.main .main_left .express_delivery{
	width: 100%;
	height:310px!important;
}
.main .main_left .express_delivery img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main .main_left .express_delivery .pingbic{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #191F6480;
	color: #FFFFFF;
	padding: 20px;
        text-align:left;
}
.main .main_left .express_delivery .pingbic .p1{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 5px;
}
.main .main_left .express_delivery .pingbic .p2{
	font-size: 13px;
	color: #D6D9F4;
	line-height: 16px;
}
.main .main_left .news .li{
	padding: 15px 20px;
	display: flex;
	align-items: center;
	color: #888888;
	margin: 20px 0;
}
.main .main_left .news .li .date{
	width: 40px;
	text-align: center;
	margin-right: 20px;
	font-weight: bold;
}
.main .main_left .news .li .date .p1{
	font-size: 24px;
	line-height: 30px;
}
.main .main_left .news .li .date .p2{
	font-size: 9px;
}
.main .main_left .news .li .com{
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	border-left: solid 1px #888888;
	flex: 1;
	margin-right: 20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.main .main_left .news .li .img{
	width: 23px;
	height: 23px;
	opacity: 0;
}
.main .main_left .news .li:hover{
	background: #F0F3F8;
	color: #1F276F;
}
.main .main_left .news .li:hover .img{
	opacity: 1;
}
.main .main_left .news .li:hover .com{
	border-left-color:#1F276F;
}
.main .main_right{
	width: 600px;
}
.main .main_right .notice{
}
.main .main_right .notice .tab{
	background: #F0F3F8;
	display: flex;
}
.main .main_right .notice .tab .li{
	flex: 1;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
        cursor: pointer;
}
.main .main_right .notice .tab .li.on{
	background: #1E247D;
	color: #fff;
}
.main .main_right .notice .tab_div .tab_div_li{
        display: none;
}
.main .main_right .notice .tab_div .tab_div_li:first-child{
        display: block;
}
.main .main_right .notice .list{
	padding: 20px 0;
}
.main .main_right .notice .list .li{
	display: flex;
	align-items: center;
	line-height: 22px;
	padding: 10px 0;
}
.main .main_right .notice .list .li .p1{
	font-size: 16px;
	color: #333333;
	flex: 1;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.main .main_right .notice .list .li .p1::before{
	content: "·";
}
.main .main_right .notice .list .li .p2{
	font-size: 14px;
	color: #999999;
	margin-left: 30px;
}
.main .main_right .notice .list .li:hover .p2,
.main .main_right .notice .list .li:hover .p1{
	color: #1F276F;
}
.main .main_right .login{
	display: flex;
	justify-content: space-between;
}
.main .main_right .login .li{
	cursor: pointer;
	width: 290px;
	height: 100px;
	display: flex;
	justify-content: center;
    align-items: center;
	background: linear-gradient(90deg, #1D40DC 0%, #3958E7 100%);
}
.main .main_right .login .li+.li{
	background: linear-gradient(90deg, #06D68B 0%, #45D6B0 100%);
}
.main .main_right .login .li .login_img{
	width: 43px;
	height: 40px;
}
.main .main_right .login .li .name{
	font-size: 20px;
	color: #FFFFFF;
	padding: 0 20px;
}
.main .main_right .login .li .jiantou{
	width: 20px;
	height: 20px;
}



.wrap_wrap{
	display: flex;
	justify-content: space-between;
}
.wrap_wrap .wrap_left{
	width: 290px;
	transform:translate(0,-50px);
}
.wrap_wrap .wrap_left .tit_top{
	width: 100%;
	background-image: url('../images/z/bg1.png');
	background-color: #1F276F;
	padding: 30px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 40px;
}
.wrap_wrap .wrap_left .ul{
	padding-top: 20px;
	background: #fff;
	box-shadow: 0px 0px 20px 4px #4949531A;
}
.wrap_wrap .wrap_left .ul .li{
	border-bottom: solid 1px #EBEEF5;
}
.wrap_wrap .wrap_left .ul .li.on{
	background: #F1F1F1;
}
.wrap_wrap .wrap_left .ul .li .li1{
	padding: 0 30px;
	font-size: 18px;
	color: #333333;
	display: flex;
    justify-content: space-between;
	align-items: center;
	line-height: 65px;
	width: 100%;
}
.wrap_wrap .wrap_left .ul .li .li1 i{
	color: #999999;
}
.wrap_wrap .wrap_left .ul .li.on .li1{
	color: #1F276F;
}
.wrap_wrap .wrap_left .ul .li.on .li1 i{
	color: #333333;
}
.wrap_wrap .wrap_left .ul .li .ul_ul{
	background: #fff;
	padding: 10px 45px;
}
.wrap_wrap .wrap_left .ul .li .ul_ul .ul_ul{
       padding: 10px 0 10px 15px;
}
.wrap_wrap .wrap_left .ul .li .ul_ul .li_li1{
	font-size: 17px;
	line-height: 28px;
	padding: 10px 0;
}
.wrap_wrap .wrap_left .ul .li .ul_ul .li_li1.on{
	color: #1F276F;
}

.wrap_wrap .wrap_left .tel,
.wrap_wrap .wrap_left .xitong{
	margin-top: 20px;
	background: #fff;
	box-shadow: 0px 0px 20px 4px #4949531A;
	height: 64px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.wrap_wrap .wrap_left .tel{
	align-items: flex-start;
	padding: 20px;
	height: auto;
}
.wrap_wrap .wrap_left .tel img{
	width: 24px;
	height: 24px;
}
.wrap_wrap .wrap_left .xitong img{
	width: 30px;
	height: 30px;
}
.wrap_wrap .wrap_left .tel .name,
.wrap_wrap .wrap_left .xitong .name{
	font-size: 16px;
	color: #3640BA;
	flex: 1;
	padding: 0 5px;
}
.wrap_wrap .wrap_left .xitong i{
	font-size: 20px;
	color: #3640BA;
}
.wrap_wrap .wrap_left .tel .name{
	color: #333333;
        display: flex;
}
.wrap_wrap .wrap_left .tel .name .ii{
	flex: 1;
	margin-left: 4px;
}
.wrap_wrap .wrap_right{
	width: 890px;
	padding: 10px 0;
}
.wrap_wrap .wrap_right.w100{
width: 100%;
}
.breadcrumb{
	background: #F7F7F7;
	padding: 0 15px;
	line-height: 33px;
	font-size: 14px;
	color: #6D6D6D;
	margin-bottom: 15px;
}
.breadcrumb a{
display: inline;
}
.wrap_wrap .wrap_right .list .li{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	padding: 20px;
	background: #F7F7F7;
	line-height: 24px;
	font-size: 17px;
	color: #333333;
	cursor: pointer;
	border-bottom: solid 2px transparent;
}
.wrap_wrap .wrap_right .list .li:hover{
	border-bottom-color: #1F276F;
}
.wrap_wrap .wrap_right .list .li .name{
	flex: 1;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.wrap_wrap .wrap_right .list .li i{
	color: #999999;
}
.wrap_wrap .wrap_right .list .li .time{
	padding: 0 10px 0 30px;
	color: #999999;
}
.wrap_wrap .wrap_right .list .li:hover i,
.wrap_wrap .wrap_right .list .li:hover .time{
	color: #333333;
}
.departments{
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	text-align: justify;
}
.departments .p1{
	text-indent: 2em;
	margin-bottom: 20px;
}

.personnel .p1{
	font-size: 22px;
	padding: 20px 0;
	color: #333333;
}
.personnel .table{
	width: 100%;
	table-layout:fixed;border-collapse:collapse;
}
.personnel .table th{
	background: #1F276F;
	font-size: 16px;
	color: #FFFFFF;
	height: 50px;
        text-align: center;
}
.personnel .table td{
	background: #F7F7F7;
	height: 60px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	border: solid 1px #DCDCDC;
}
.enrollment{
	text-align: center;
}
.enrollment .title{
	font-size: 20px;
	color: #333333;
	padding: 20px 0;
}
.enrollment .time{
	font-size: 16px;
	color: #999999;
}
.enrollment .com{
        font-size: 16px;
	color: #333333;
	line-height: 22px;
	text-align: left;
        margin-top: 20px;
}
.enrollment .com img,
.enrollment .com a{
display: inline;
}

.enrollment .download{
	display: flex;
	align-items: center;
	padding: 20px 0;
}
.enrollment .download img{
	width: 24px;
	height: 24px;
}
.enrollment .download a{
	border-bottom: dashed 1px #698AFF;
	line-height: 30px;
	font-size: 17px;
	color: #698AFF;
	padding: 0 5px;
}
.mentor{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mentor .li{
	width: 49%;
	margin-bottom: 10px;
	background: #F7F7F7;
	display: flex;
	align-items: center;
        justify-content: space-between;
	height: 70px;
	padding: 0 20px;
	font-size: 17px;
	color: #666666;
}
.mentor .li .name{
	color: #333333;
}
.news{
	padding: 20px 0 50px;
}
.news .breadcrumb{
	background: #fff;
}
.news .news_info{
	background: #fff;
	padding: 50px;
}
.news .news_info .title{
	font-size: 32px;
	color: #333333;
}
.news .news_info .info{
	display: flex;
	border-bottom: dashed 1px #CDCDCD;
	font-size: 14px;
	color: #999999;
	padding: 20px 0;
	margin-bottom: 20px;
}
.news .news_info .info div{
	margin-right: 20px;
}
.news .news_info .com{
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}