.hometitle{
    display: block;
    overflow: hidden;
    margin: 0 0 26px 0;
}
.hometitle span{
    font-size: 23px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
}
.hometitle span i{
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/titleicon.png") no-repeat center;
    background-size: 26px ;
}
.hometitle a{
    width: 76px;
    height: 26px;
    background: #EDF6FF;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: 400;
    color: #2988E3;
    text-align: center;
    vertical-align: top;
    line-height: 26px;
    display: inline-block;
    margin: 2px 0 0 0;
}
.hometitle a:hover{
    box-shadow: 0px 1px 1px #dddddd
}





/*pc轮播图区域*/
.swiperBox{
    padding: 0;
    margin-top: 0px;
    position: relative;
    z-index: 1001;

}
.swiperBox  .swiper-button-prev,
.swiperBox  .swiper-button-next{
    position: absolute;
    width: 81px;
    height: 82px;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    top: 50%;
    z-index: 9999;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .3s;
}
.swiperBox  .swiper-button-prev:before,
.swiperBox  .swiper-button-next:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 30px;
    background: #fff;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(../img/pres.png) no-repeat center;
    background-size: 100%;
}
.swiperBox  .swiper-button-next:before {
    background: url(../img/nexts.png) no-repeat center;
}
.swiperBox  .swiper-button-prev:hover,
.swiperBox  .swiper-button-next:hover{
    background: rgba(0,0,0,0.4);
}
.swiper-pagination-bullet {
    width: 12px;
    height:12px;
    background: #ffffff;
    margin: 0 12px;
    opacity: 0.6;
}
.swiperBox .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    margin: 0 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 110px;
}



/*德交要闻*/
#homeone{
    padding: 70px 0;
    position: relative;
}
#homeone img.homeoneleft{
    position: absolute;
    top: 4%;
    z-index: -1;
    left: 0;
}
#homeone img.homeonetright{
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: -1;
}
#homeone .newli{
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
}
#homeone .newli .textbox{
    margin: 10px 0 0 0 ;
}
#homeone .newli  .bigimg{

}
#homeone .newli .textbox  h3{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    height:48px;
    overflow: hidden;
}
#homeone .newli .textbox a:hover>h3{
    color:#0C4983;
}
#homeone .newli .textbox  p{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin: 10px 0;
    height: 54px;
    overflow: hidden;
}
#homeone .newli .textbox .time{
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    padding: 0 0 0 17px;
    background: url("../img/time.png") no-repeat 0 center;
    background-size: 15px;
}
#homeone .homeright li a:before{
    width: 8px;
    height: 8px;
    background: #2988E3;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 0;
    content: ' ';
}

#homeone .homeright li a{
    display: block;
    position: relative;
    padding: 0 60px 0 20px;
    border-bottom: 1px #cccccc dashed ;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#homeone .homeright li a span{
    float: right;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    position: absolute;
    top: 0;
    right: 0;
}
#homeone .homeright li a.acitve,
#homeone .homeright li a:hover{
    background: #edf6ff;
}








/*德交要闻*/
#hometwo{
    padding: 0 0 70px 0;
    position: relative;
}
#hometwo img.homeoneleft{
    position: absolute;
    bottom: 4%;
    z-index: -1;
    left: 0;
}
#hometwo img.homeonetright{
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: -1;
}

#hometwo .hometitle{
    margin: 10px 0 26px 0;
}
#hometwo .homerleft{
    width: 46%;
}

#hometwo .rightimg{
    width: 54%;
    padding: 0 10px 0 16px;
}
#hometwo .rightimg .bigimg{
    border: 2px #f9f9f9 solid;
}
#hometwo .homerleft li a:before{
    width: 8px;
    height: 8px;
    background: #2988E3;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 0;
    content: ' ';
}

#hometwo .homerleft li a{
    display: block;
    position: relative;
    padding: 0 60px 0 20px;
    border-bottom: 1px #cccccc dashed ;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
#hometwo .homerleft li a span{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    position: absolute;
    top: 0;
    right: 0;
}
#hometwo .homerleft li a.acitve,
#hometwo .homerleft li a:hover{
    background: #edf6ff;
}



/*homethree*/
#homethree{
    margin: 40px 0 0 0;
    padding: 70px 0;
    position: relative;
    background: url("../img/homethreeimg3bg.png") no-repeat center  ;
    background-size: 100% 100%;
}
#homethree .homethreeelft{
    width: 63%;

}
#homethree .movie{
    width: 37%;
    padding: 0 10px 0 20px;
}

#homethree .homethreeelft .swiper-container{

    padding-bottom: 57px;
}
#homethree .swiper-slide a{
    display: block;
    background: #FFFFFF;
}
#homethree .swiper-slide .bigimg{
    position: relative;
}
#homethree .swiper-slide .bigimg p{
    display: inline-block;
    position: absolute;
    top:55%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    width: 100px;
    text-align: center;
}
#homethree .swiper-slide .bigimg p span{
    position: relative;
    display: block;
}
#homethree .swiper-slide .bigimg p i{
    width: 100px;
    height: 10px;
    display: inline-block;
    background: #2988E3;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
#homethree .swiper-slide a .text{
    padding: 24px 18px;
}
#homethree .swiper-slide a h3{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 21px;
}
#homethree .swiper-slide a:hover h3{
    color: #0c4983;

}
#homethree .swiper-slide a h3{
    font-size: 18px;
    color: #000000;
    height: 63px;
    /*white-space:nowrap;*/
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bolder;
}

#homethree .swiper-slide a p{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

#homethree  .swiper-button-prev,
#homethree  .swiper-button-next{
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: rgb(0 104 183);
    background-size: 9px;
    bottom: 0%;
    top: auto;
    left: 0;
    z-index: 9999;
}
#homethree  .swiper-button-prev:hover,
#homethree  .swiper-button-next:hover{
    background-color: rgb(9 86 145);
}
#homethree  .swiper-button-next{
    left: 35px;
}
#homethree  .morebtn{
    position: absolute;
    height: 32px;
    bottom: 0%;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    color: #2988E3;
    letter-spacing: 0;
}

#homethree .movie .bigimg{
    position: relative;
    /*border: 2px #cfcfcf solid;*/
    cursor: pointer;
}
#homethree .movie .bigimg:after{
    width: 100%;
    height: 100%;
    display: block;
    content: ' ';
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}
#homethree .movie .bigimg i{
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 100;
    background: url("../img/homethreeimgbg.png") no-repeat center;
    background-size: 100%;
    left: 50%;
    transition: all  0.3s;
    margin: -25px 0 0 -25px ;
}
#homethree .movie .bigimg:hover i{
    transform: rotate(360deg) ;
}

.poptrox-overlay,
.poptrox-popup{
    z-index: 100000 !important;
}
.caption{
    display: none !important;
}
.poptrox-popup{
    padding: 10px !important;
}





/*学院介绍*/
#homefure{
    padding: 70px 0 80px 0;
    background: #edf6ff;
}
#homefure ul{
    display: block;
    overflow: hidden;
    height: 400px;
    overflow: hidden;
}
#homefure ul li{
    width: 14.28%;
    width: 141px;
    height: 400px;
    float: left;
    border-left: 2px #edf6ff solid ;
    /*transition: all 0.3s;*/
}
#homefure ul li a,
#homefure ul li a .bigimg{
    display: block;
    height: 100%;
    text-align: center;
}
#homefure ul li:nth-child(1) a{  background: url("../img/homefure1.png") no-repeat center;   }
#homefure ul li:nth-child(2) a{  background: url("../img/homefure2.png") no-repeat center;   }
#homefure ul li:nth-child(3) a{  background: url("../img/homefure3.png") no-repeat center;   }
#homefure ul li:nth-child(4) a{  background: url("../img/homefure4.png") no-repeat center;   }
#homefure ul li:nth-child(5) a{  background: url("../img/homefure5.png") no-repeat center;   }
#homefure ul li:nth-child(6) a{  background: url("../img/homefure6.png") no-repeat center;   }
#homefure ul li:nth-child(7) a{  background: url("../img/homefure7.png") no-repeat center;   }
#homefure ul li img{
    max-width: none;
    height: 100%;
    width: auto;
    display: inline-block;
}

#homefure ul li:nth-child(1){
    border-left: none;
}
#homefure ul li a{
    display: block;
    position: relative;
}
#homefure ul li span{
    font-size: 21px;
    background: #21588a;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 10;
    writing-mode: tb-rl;
    text-align: center;
    line-height: 38px;
    padding: 16px 0;
    font-family: fangsong;
    letter-spacing: 3px;
}
#homefure ul li span i{
    width: 40px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top:80%;
    left: -20px;
    z-index: 100;
    background: url("../img/homefureyun.png") no-repeat center;
    background-size: 100%;
    transition: all 0.3s;
}
#homefure ul li a:hover span i {
    transform: translateX(-4px);
}


#homefure ul li.active{
    width: 450px;
}

#homefure ul li .text{
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    background: rgb(33 88 138 / 57%);
    overflow: hidden;
    text-align: left;
    /*transition: all 0.1s;*/
}
#homefure ul li.active .text{
    width: 100%;
    padding: 20px 30px;
}
#homefure ul li .text h3{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 4px 0;
    text-align: left;
    font-weight: 600;
}
#homefure ul li .text p{
    color:#FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 0 ;
}








/*homefive区域*/
#homefive{
    padding: 70px 0;
}
#homefive .hometitle{
    margin: 10px 0 26px 0;
}
#homefive .homerleft{
    width: 49%;
    padding:  0 16px 0 10px;
}

#homefive .rightfive{
    width: 51%;
    padding: 0 10px 0 16px;
}
#homefive .rightimg .bigimg{
    border: 2px #f9f9f9 solid;
}
#homefive .homerleft li a:before{
    width: 8px;
    height: 8px;
    background: #2988E3;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: 0;
    content: ' ';
}

#homefive .homerleft li a{
    display: block;
    position: relative;
    padding: 0 60px 0 20px;
    border-bottom: 1px #cccccc dashed ;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
#homefive .homerleft li a span{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    position: absolute;
    top: 0;
    right: 0;
}
#homefive .homerleft li a.acitve,
#homefive .homerleft li a:hover{
    background: #edf6ff;
}
#homefive .rightfive ul{
    display: block;
    overflow: hidden;
}
#homefive .rightfive ul li{
    float:left;
    width: 33%;
    padding: 0 5px;
    margin: 0 0 10px 0;
}
#homefive .rightfive ul li:nth-child(1),
#homefive .rightfive ul li:nth-child(2){
    width: 50%;
}
#homefive .rightfive ul li a{
    display: block;
    height: 220px;
    background: #1a6fbf;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#homefive .rightfive ul li:nth-child(2) a{  background: #0c4983;  }
#homefive .rightfive ul li:nth-child(3) a{  background: #7ba3c9;  }
#homefive .rightfive ul li:nth-child(4) a{  background: #3d6c98;  }
#homefive .rightfive ul li:nth-child(5) a{  background: #1165b5;  }

#homefive .rightfive ul li a span{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
#homefive .rightfive ul li a img{
    transition: all 0.3s;
}
#homefive .rightfive ul li a:hover img{
    transform: rotate(360deg);
}
#homefive .rightfive ul li a:before{
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.3s;
    background: rgba(255,255,255,0.3);
    z-index: 10;

}
#homefive .rightfive ul li a:hover:before {
    left: 0;
}
#homefive .rightfive ul li a p{
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0;
}





/*homesix区域*/
#homesix{
    padding: 70px 0;
    background: url("../img/homesixbg.png") no-repeat 0 0;
    background-size: 100% 100%;
    display: block;
    overflow: hidden;
}
#homesix .homerleft{
    width: 63.8%;
}
#homesix .rightfive{
    width: 36.2%;
}
#homesix .hometitle span{
    color: #ffffff;
}
#homesix .hometitle i{
    background-image: url("../img/titleiconbs.png");
}
#homesix .homerleft ul li{
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;

}
#homesix .homerleft ul li a{
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 166px;
    background:url("../img/homesix1bg.png") no-repeat 0 0 #076fd1;
    background-size: 100% 100%;
}
#homesix .homerleft ul li a span{
    z-index: 100;
    color: #ffffff;
    padding: 52px 0% 0 11%;
    display: block;
}
#homesix .homerleft ul li a span .pad{
    padding: 0 0 0 55px;
    position: relative;
    text-align: left;
}
#homesix .homerleft ul li a span .pad div{
    position: relative;
}

#homesix .homerleft ul li a span .pad img{
    width: 50px;
    height: 50px;
    display: inline-block;
    transition: all 0.3s;
    position: absolute;
    top:19px;
    left: 0;
}
#homesix .homerleft ul li a:hover span .pad img{
    transform: rotate(360deg);
}

#homesix .homerleft ul li a span .counter{
    font-size: 28px;
    /* font-weight: bolder; */
    color: #FFFFFF;
    line-height: 30px;
    font-family: fantasy;
    display: inline-block;
    width: auto;
    min-width: 66px;
    margin: 0;
}
#homesix .homerleft ul li a span .pad div em{
    font-style: normal;
    display: inline-block;
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 900;
    width: auto;
}
#homesix .homerleft ul li a span p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
    margin: 4px 0 0 0;
    width: 100px;
}


#homesix .rightfive{
    /* padding: 5px 0 0 0 ; */
}
#homesix .rightfive li{
    margin-bottom: 10px;
    font-size: 0;
}
































.x-box-1 {
    background:repeating-linear-gradient(to right,#0C4983,#7BAABA);
    min-height:200px;
    margin:0 0 60px 0;
}
.x-box-1 .x-body {
    display: flex;
    justify-content: space-between;
    color:#fff;
    padding:60px 0;
}
.x-box-1 .x-body .x-left {
    width:48%;
}
.x-box-1 .x-body .x-right {
    width:50%;
}
.x-box-1 .x-tab {
    display: none;
}
.x-box-1 .x-list {
    margin: 25px 0 0 0;
}
.x-box-1 .x-item {
    line-height:55px;
}
.x-box-1 .x-item a {
    color: #FFFFFF;
}
.x-box-1 .x-item::before {
    width: 8px;
    height: 8px;
    /* background: #FFFFFF; */
    /* background: #2988E3; */
    /* display: inline-block; */
    /* position: absolute; */
    /* top: 24px; */
    /* left: 0; */
    content: '\2610\00A0\00A0';
    color:#ffffff;
    font-size: 6px;
}
.x-box-1 .x-item:not(:last-child) {
    border-bottom: 1px #666 dashed;
}
.x-box-1 .x-item .x-time {
    color: #fff;
    float:right
}
.x-box-1 .x-head {
    display: flex;
    justify-content: space-between;
}
.x-box-1 .x-title {
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
}
.x-box-1 .x-title::before {

}
.x-box-1 .x-more {
    padding: 5px 10px;
    background: #EDF6FF;
    border-radius: 5px 5px 5px 5px;
    /*color: #2988E3;*/
    font-size: 14px;

}
.x-box-1 .x-more a {
    /*color: #FFFFFF;*/
}
.x-box-1 .x-nav {

    background-color: #EDF6FF;
}
.x-box-1 .x-navs  {
    display: flex;
    justify-content: space-between;
}
.x-box-1 .x-item-outer {
    width: 20%;
    transform: skewX(-25deg);
    border-right: 5px solid #EDF6FF;
    cursor: pointer;
}
.x-box-1 .x-item-inner {
    transform: skewX(25deg);
    text-align: center;
    line-height: 90px;
}
.x-box-1 .x-item-outer.hover {
    background-color: #0c4983;
    border-right: 5px solid #98C6F2;
    transition: all 1s;
}
.x-box-1 .x-item-outer.hover .x-item-inner {
    color: #fff;
}
.x-box-1 .x-item-outer.hover .x-item-inner::before {
    content: '\2794\00A0\00A0';
    transition: all 0.3s;
}


#homefive .rightfive ul li:nth-child(1) a{  background: #176CBC;  }
#homefive .rightfive ul li:nth-child(2) a{  background: #6CAA7B;  }
#homefive .rightfive ul li:nth-child(3) a{  background: #F46174;  }
#homefive .rightfive ul li:nth-child(4) a{  background: #7DCFB8;  }
#homefive .rightfive ul li:nth-child(5) a{  background: #FF974D;  }


.x-box-2 {
    display: flex;
    justify-content : space-between;
}
.x-box-2 .item {
    height: 400px;
    width: calc(100% / 10);
    transition: width 0.5s;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    background: url('../img/homefure5.png') no-repeat center;
    position: relative;
    cursor: pointer;
}
.x-box-2 .item .div-a {
    display: block;
}
.x-box-2 .item.hover {
    width: 450px;
}
.x-box-2 .item .title {
    font-size: 21px;
    background: #21588a;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 10;
    writing-mode: tb-rl;
    text-align: center;
    line-height: 38px;
    padding: 16px 0;
    font-family: fangsong;
    letter-spacing: 3px;
}
.x-box-2 .item .text {
    position: absolute;
    bottom: 0;
    height: 120px;
    background: rgb(33 88 138 / 57%);
    padding:20px;
    box-sizing: border-box;
    /*overflow: hidden;*/
    display: none;
}
.x-box-2 .item.hover .text {
    display: block;
}
.x-box-2 .item .text h3 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 4px 0;
    text-align: left;
    font-weight: 600;
}
.x-box-2 .item .text p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 0;
    height:60px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.ssdj-container {
    padding: 70px 0;
    background: url(../img/homesixbg.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.ssdj-container .containerbox {
    display: flex;
    justify-content: space-between;
}
.ssdj-container .sum {
    width: 64%;
    /*background-color: #5bc0de;*/
    /*height:200px;*/
}
.ssdj-container .link {
    width: 35%;
    /*background-color: #1b6d85;*/
    /*height:200px;*/
}
.ssdj-container .sum .content {
    display: flex;
    flex-wrap:wrap;
}
.ssdj-container .sum .item-pic {
    width: 25%;
    padding:0 10px 10px 0;
}

.ssdj-container .link .content .item-pic {
    width: 100%;
}
.ssdj-container .link .content .item-pic:nth-child(1) {
    padding: 0 0 10px 0;
}
.ssdj-container img {
    vertical-align: middle;
}

.ssdj-container .title {
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 26px 0;
}
.ssdj-container .title i {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/titleiconbs.png);
    color: #ffffff;
}
