/* 头部 */

.zd_nav .zd_nav_box {
    height: 120px;
    width: 100%;
    background: url(/resource/portal/images/aa/nav_bg.png) no-repeat;
    background-size: 100% 100%;
}

.zd_nav .zd_nav_box .nav_content {
    height: 120px;
    line-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zd_nav .zd_nav_box .nav_content .nav_right {
    width: 350px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.zd_nav .zd_nav_box .nav_content .nav_right .links{
	position: absolute;
	left: 0;
	top: 80px;
	width: 170px;
	padding: 10px 0;
	background: #40414a;
	display: none;
	z-index: 10;
}
.zd_nav .zd_nav_box .nav_content .nav_right .links a{
	display: block;
	padding: 0 20px;
	line-height:2 ;
	font-size: 16px;
	color: #FFFFFF;
}
.zd_nav .zd_nav_box .nav_content .nav_right .links a:hover{
	color: #f8b62c;
}
.zd_nav .zd_nav_box .nav_content .nav_right>span:hover .links{
	display: block;
}
.zd_nav .zd_nav_box .nav_content .nav_right a {
    font-size: 16px;
    color: rgba(255, 255, 255, .9);
}

.zd_nav .zd_nav_box .nav_content .nav_right .icon_down {
    margin-left: 10px;
    cursor: pointer;
}

.zd_nav .zd_nav_box .nav_content .nav_right .nav_inp_box {
    width: 240px;
    height: 40px;
    margin-top: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .4);
    position: relative;
}

.zd_nav .zd_nav_box .nav_content .nav_right .nav_inp_box input {
    width: 185px;
    height: 40px;
    padding-left: 15px;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    position: absolute;
    color: #666666;
}

.zd_nav .zd_nav_box .nav_content .nav_right .nav_inp_box img {
    position: absolute;
    right: 18px;
    top: 10px;
}


/* 改变input中占位符的字体颜色 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .9);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .9);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .9);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .9);
}


/* 导航 */

.nav {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.nav ul {
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}

.nav ul li {
    width: 120px;
    text-align: center;
    float: left;
}

.nav ul li a:hover {
    background-color: #40414A;
    color: #fff;
}

.nav ul li div {
    display: block;
    width: 140px;
    background: #40414A;
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
}

.nav ul li div:hover {
    z-index: 999;
}

.nav ul li div a {
    width: 100%;
    color: #fff;
    display: block;
}

.nav ul li div a:hover {
    background-color: rgb(248, 182, 44);
}


/* .nav ul li.on {
    background-color: #40414a;
} */

.nav ul li a.now {
    background-color: #40414a;
    color: #fff;
}

.nav ul li span {
    color: #383943;
}

.nav ul li span.span {
    color: #f5f5f5;
}

.nav ul li a {
    display: inline-block;
    width: 116px;
    height: 101%;
    color: #383943;
    font-size: 18px;
}

.nav ul li span {
    color: #ccc;
}


/* 轮播图 */

.banner {
    width: 100%;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.fix_quer .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    display: inline-block;
    border-radius: inherit;
    background: #fff;
    opacity: 0.6;
    margin: 0 5px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 140px !important;
}


.fix_quer .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgb(248, 182, 44);
}

.banner .zd_banner_box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.banner .zd_banner_box .zd_banner_z {
    position: absolute;
    right: 0;
    width: 600px;
    height: 85%;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner .zd_banner_box .zd_banner_z .p1 {
    font-size: 24px;
    /* margin-top: 30%; */
}

.banner .zd_banner_box .zd_banner_z .p2 {
    font-size: 36px;
    margin: 40px 0;
}

.banner .zd_banner_box .zd_banner_z .p3 {
    width: 185px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #999;
    margin: 0 auto;
}

.banner .zd_banner_box .zd_banner_z .p3 a {
    display: inline-block;
    width: 185px;
    height: 50px;
    color: #fff;
}

.banner .zd_banner_box .zd_banner_z .p3 a:hover {
    color: #000;
    background-color: #fff;
}

.banner .zd_banner_box .zd_banner_z .p3 span {
    margin-left: 8px;
    font-size: 20px;
}

.banner .project_nav_box {
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    z-index: 9999;
}

.banner .project_nav_box ul {
    display: flex;
    justify-content: space-around;
}

.banner .project_nav_box ul li {
    height: 120px;
    width: 239px;
    background: #41414b;
    border-right: 1px solid #999;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.banner .project_nav_box ul>a{
    border-right: 1px solid #999;
}

.banner .project_nav_box ul li img {
    margin-top: 20px;
}

.banner .project_nav_box ul li h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
}


/* 新闻动态 */

.zd_main_box {
    height: 790px;
    background: url(/resource/portal/images/aa/new_main.png) no-repeat;
    background-size: 100% 100%;
}

.zd_main_box .zd_main_bg {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.zd_main_box .zd_main_bg .zd_main_left,
.zd_main_box .zd_main_bg .zd_main_right {
    width: 48%;
    height: 100%;
}

.zd_main_box .zd_main_bg .zd_main_left .main_left_top,
.zd_main_box .zd_main_bg .zd_main_right .mian_right_top {
    display: flex;
    justify-content: start;
    font-size: 40px;
    color: #40414a;
    font-weight: normal;
    margin: 50px 0;
}

.swiper-pagination {
    width: 576px;
    margin: 10px auto;
    text-align: center;
}

.new_banner .fix_quer .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #40414a;
    margin: 0 5px;
    /* opacity: 0.7; */
}

.new_banner .fix_quer .swiper-pagination-bullet-active {
    /* opacity: 1; */
    background: rgb(248, 182, 44);
}

.new_banner .mb_box {
    width: 506px;
    padding: 13px 35px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0px;
    z-index: 10;
}

.new_banner .mb_box a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
}


.new_banner .mb_box a:hover {
    color: rgb(248, 182, 44);
}

.zd_main_bg .zd_main_left .new_banner_bottom {
    height: 70px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
}

.zd_main_bg .zd_main_left .new_banner_bottom p {
    width: 440px;
    font-size:16px;
}

.zd_main_bg .zd_main_left .new_banner_bottom p a {
    color: #5f5c5e;
     font-size:16px;
}

.zd_main_bg .zd_main_left .new_banner_bottom p a:hover {
    color: rgb(248, 182, 44);
}

.zd_main_bg .zd_main_left .new_banner_bottom span {
    display: inline-block;
    width: 150px;
    text-align: right;
    color: #a7a7a7;
    font-size: 16px;
}

.zd_main_bg .zd_main_left .more_box,
.zd_main_bg .zd_main_right .more_box {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(248, 182, 44);
    color: rgb(248, 182, 44);
    text-align: center;
    cursor: pointer;
}

.zd_main_bg .zd_main_left .more_box:hover,
.zd_main_bg .zd_main_right .more_box:hover,
.stu_list_main .stu_list_left .more_box:hover,
.stu_list_main .stu_list_right .more_box:hover {
    border-color: #fff;
    background-color: rgb(248, 182, 44);
    color: #fff;
}

.zd_main_bg .zd_main_left .more_box {
    margin-top: 50px;
}

.zd_main_bg .zd_main_right .more_box {
    margin-top: 40px;
}

.zd_main_bg .zd_main_right .main_right_content {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 20px;
}

.zd_main_bg .zd_main_right .main_right_content a {
    /*color: #000000;*/
    color: #5f5c5e;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}

.zd_main_bg .zd_main_right .main_right_content a:hover {
    color: rgb(248, 182, 44);
}

.zd_main_bg .zd_main_right .main_right_content .circle_box {
    width: 110px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(248, 182, 44);
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 20px 0px;
    font-weight: bold;
}

.zd_main_bg .zd_main_right .main_right_content .circle_box .line {
    width: 85px;
    border-bottom: 1px solid #fff;
    margin: 8px auto;
}

.zd_main_bg .zd_main_right .main_right_content .text_box {
    width: 447px;
    margin-top: 10px;
}

.zd_main_bg .zd_main_right .main_right_content .text_box span {
    font-size: 14px;
    color: #a7a7a7;
}


/* 按钮 */

.btn_box {
    height: 230px;
    background: url(/resource/portal/images/aa/btn_bg.png) no-repeat;
    background-size: 100% 100%;
}

.btn_box .btn_content {
    display: flex;
    justify-content: space-around;
    height: 100%;
}

.btn_box .btn_content .btn_main {
    width: 360px;
    height: 90px;
    text-align: center;
    margin-top: 70px;
    vertical-align: middle;
    line-height: 90px;
    background: rgba(255, 255, 255, .2);
}

.btn_box .btn_content .btn_main:hover {
    background: rgba(255, 255, 255, .5);
}

.btn_box .btn_content .btn_main a {
    color: #fff;
    font-size: 28px;
    vertical-align: middle;
}

.btn_box .btn_content .btn_main img {
    margin-right: 20px;
    vertical-align: middle;
}


/* 招生动态 */

.student_list_box {
    height: 790px;
    background: url(/resource/portal/images/aa/student_img.png) no-repeat;
    background-size: 100% 100%;
    min-width: 1300px;
}

.student_list_box .stu_list_main {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.student_list_box .stu_list_main .stu_list_left,
.student_list_box .stu_list_main .stu_list_right {
    width: 48%;
    height: 100%;
}

.student_list_box .stu_list_main .stu_list_left .list_left_top,
.student_list_box .stu_list_main .stu_list_right .list_right_top {
    display: flex;
    justify-content: start;
    font-size: 40px;
    color: #40414a;
    font-weight: normal;
    margin: 50px 0;
}

.list_banner .fix_quer .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #40414a;
    margin: 0 5px;
    /* opacity: 0.7; */
}

.new_banner .fix_quer .swiper-pagination-bullet-active {
    /* opacity: 1; */
    background: rgb(248, 182, 44);
}

.list_banner .list_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
    background-color: rgba(255, 255, 255, 0);
}

.list_banner .list_box:hover {
    color: rgb(248, 182, 44);
}

.list_banner .list_box p {
    margin-left: 30px;
    width: 368px;
}

.list_banner .list_box p a {
    /*color: #000;*/
    color: #5f5c5e;
}

.list_banner .list_box p a:hover {
    color: rgb(248, 182, 44);
}

.list_banner .list_box p em {
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid rgb(248, 182, 44);
    font-size: 14px;
    color: rgb(248, 182, 44);
    margin-top: 20px;
}

.list_banner .list_box p span {
    float: right;
    margin-top: 20px;
    font-size: 16px;
    color: #a7a7a7;
}

.stu_list_main .stu_list_left .list_banner_bottom {
    height: 70px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    margin-top: 14px;
}

.stu_list_main .stu_list_right .list_banner_bottom {
    height: 70px;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    margin-top: 14px;
}

.stu_list_main .stu_list_left .list_banner_bottom p,
.stu_list_main .stu_list_right .list_banner_bottom p {
    width: 440px;
}

.stu_list_main .stu_list_left .list_banner_bottom p a,
.stu_list_main .stu_list_right .list_banner_bottom p a {
    /*color: #000;*/
    color: #5f5c5e;
}

.stu_list_main .stu_list_left .list_banner_bottom p a:hover,
.stu_list_main .stu_list_right .list_banner_bottom p a:hover {
    color: rgb(248, 182, 44);
}

.stu_list_main .stu_list_left .list_banner_bottom p em {
    display: inline-block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid rgb(248, 182, 44);
    font-size: 14px;
    margin: 0 10px;
    color: rgb(248, 182, 44);
}

.stu_list_main .stu_list_left .list_banner_bottom span,
.stu_list_main .stu_list_right .list_banner_bottom span {
    display: inline-block;
    width: 150px;
    text-align: right;
    color: #a7a7a7;
    font-size: 16px;
}

.stu_list_main .stu_list_left .more_box,
.stu_list_main .stu_list_right .more_box {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgb(248, 182, 44);
    margin-top: 20px;
    color: rgb(248, 182, 44);
    text-align: center;
    cursor: pointer;
}


/* 项目特色 */

.project_content_box {
    /*height: 530px;*/
   overflow: hidden;
    background: url(/resource/portal/images/aa/ts_bg_04.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
}

.project_content_box .project_content .project_title {
    display: flex;
    justify-content: center;
    font-size: 40px;
    color: #40414a;
}

.project_content_box .project_content .project_main_box {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 70px;
}

.project_content_box .project_content .project_main_box .peoject {
    width: 24%;
    text-align: center;
    border-right: 1px solid #f3cd9e;
    float: left;
}

.project_content .project_main_box .peoject .content {
	line-height: 2;
    padding: 10px 10%;
    text-align: justify;
    color: rgb(64, 65, 74);
}


.project_content .project_main_box .peoject img {
    width: 110px;
}

.project_content .project_main_box .peoject h3 {
    font-weight: normal;
    font-size: 30px;
    margin-top: 15px;
    color: rgb(64, 65, 74);
}

.project_content .project_main_box .peoject .title p {
    font-size: 18px;
    color: rgb(64, 65, 74);
}

.project_content .project_more_box {
    display: inherit;
    width: 170px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #40414a;
    margin-top: 30px;
    color: #40414a;
    text-align: center;
    cursor: pointer;
    margin: 30px auto;
}

.project_content .project_more_box:hover {
    background-color: #41414b;
    color: #fff;
}


/* 页脚 */

.foot .foot_top {
    height: 380px;
    background: url(/resource/portal/images/aa/footer_06.png) no-repeat;
    background-size: 100% 100%;
}

.foot .foot_top .foot_main {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.foot .foot_top .foot_main .foot_top_left {
    float: left;
}

.foot .foot_top .foot_main .foot_top_right {
    float: right;
}

.foot .foot_top .foot_main .foot_top_left,
.foot .foot_top .foot_main .foot_top_right {
    width: 50%;
    padding: 60px 0;
}

.foot .foot_top .foot_main .foot_top_left .foot_left_box {
    border-right: 1px solid #88888e;
    height: 100%;
    padding: 0 40px;
}

.foot_main .foot_top_left .foot_left_box .zd_sjmt {
    padding-bottom: 28px;
    border-bottom: 1px solid #88888e;
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
}

.foot_main .foot_top_left .foot_left_box .zd_sjmt img {
    margin: 0 15px;
}

.foot_main .foot_top_left .foot_left_box .zd_yqlj {
    padding: 38px 0;
    border-bottom: 1px solid #88888e;
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
}

.foot_main .foot_top_left .foot_left_box .zd_yqlj a {
    font-size: 14px;
    color: #afafb2;
    margin: 0 10px;
}

.foot_main .foot_top_left .foot_left_box .zd_yqlj a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, .9);
}

.foot_main .foot_top_left .foot_left_box .zd_icon {
    width: 100%;
    height: 70px;
    line-height: 70px;
    /* border-bottom: 1px solid #88888e; */
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
}

.foot_main .foot_top_left .foot_left_box .zd_icon .top {
    margin-top: 40px;
}

.foot_main .foot_top_left .foot_left_box .zd_icon .bottom {
    margin-top: 25px;
}

.foot .foot_top .foot_main .foot_top_right .foot_left_box {
    border-right: 1px solid #88888e;
    height: 100%;
    padding: 0 40px;
}

.foot .foot_top .foot_main .foot_top_right .foot_left_box p {
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
}

.foot_main .foot_top_right .foot_left_box .foot_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.foot_main .foot_top_right .foot_left_box .foot_list li {
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.foot_top_right .foot_left_box .foot_list li a {
    color: #afafb2;
}

.foot_top_right .foot_left_box .foot_list li.foot_now {
    background-color: #2d2f3a;
}

.foot_top_right .foot_left_box .list_box {
    /* width: 100%; */
    height: 136px;
    background-color: #2d2f3a;
    padding: 20px;
}

.foot_top_right .foot_left_box .list_box p {
    margin-bottom: 15px;
}

.foot_top_right .foot_left_box .list_box a {
    font-size: 14px;
    margin-left: 10px;
    color: #afafb2;
}

.foot .foot_bottom {
    height: 60px;
    line-height: 60px;
    background-color: #2d2f3a;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}


/*第二个导航栏,首页轮播图下方导航栏*/

.project_nav_box ul li:hover {
    background-color: rgb(248, 182, 44);
}

.project_nav_box li .project_name26 {
    display: none;
    width: 300px;
    height: 197px;
    background-color: rgb(248, 182, 44);
    text-align: left;
    padding: 1px 30px;
    position: absolute;
    top: -200px;
    border-bottom: 1px solid #41414B;
}

.project_nav_box li .project_name26 a {
    color: #fff;
    margin-top: 15px;
    display: block;
}

.project_nav_box li .project_name26 a:hover {
    color: #41414b;
}


/*浮动的*/

.fudong {
    position: fixed;
    top: 300px;
    right: 20px;
    z-index: 10;
    background-color: #F8E3C7;
    z-index: 99999;
}

.fudong>div {
    display: block;
    width: 65px;
    height: 60px;
    text-align: center;
    /* margin-top: 8px; */
    background-color: #F8E3C7;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}

.fudong>div>.span,.fudong>div>span {
    display: none;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 60px;
    background-color: rgb(248, 182, 44);
}

.fudong img {
    display: block;
    width: 25px;
    background-color: #F8E3C7;
    margin: 0 auto;
    padding-top: 20px;
}
.fudong .ewm{
	width: 60%;
    background: none;
    padding-bottom: 20px;
}
.fudong .con {
    display: none;
    background-color: #DDDDDD;
    width: 215px;
    height: 60px;
    font-size: 13px;
    line-height: 60px;
    position: absolute;
    right: 65px;
}

.fudong .con1 {
    display: none;
    width: 100px;
    position: absolute;
    right: 60px;
}

.fudong .con .tri {
    border: 6px solid;
    border-color: transparent transparent transparent #ddd;
    /*float: right;*/
    position: absolute;
    left: 214px;
    top: 25px;
}

.fudong .con1 .img {
    width: 100%;
    position: absolute;
    top: 14px;
}


/*js中用到的隐藏显示*/

.show_li {
    display: block;
}

.hide_li {
    display: none;
}