@charset "utf-8";
.ImgBanner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner>div{
    float: left;
}
.banner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.banner a .img{
    width: 100%;
    padding: 36.46% 0 0;
}
.slick-dots{
    display: flex;
    bottom: 0;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 10%, rgba(0,0,0,0) 100%);
}
.slick-dots li button,.slick-dots li button::before{
    display: none;
}
.slick-dots li{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #c79f9f;
    margin: 0 10px;
    position: relative;
}
.slick-dots li.slick-active{
    background: #d61f04;
}
.slick-dots li.slick-active::before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #d61f04;
    box-sizing: border-box;
    position: absolute;
    background: transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
}
/* lmtit */
.lmTit{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.lmTit h2{
    font-size: 28px;
    line-height: 30px;
    color: #333333;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
}
.lmTit h2::before{
    display: block;
    content: "";
    width: 4px;
    height: 24px;
    background: #0055b0;
    position: absolute;
    left: 0;
    top: 3px;
}
.lmTit .more{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.lmTit .more .round{
    width:26px;
    height: 26px;
    background: #f7f8fa;
    border: 1px solid #1e4c97;
    border-radius: 100%;
    position: relative;
}
.lmTit .more .round::before,.lmTit .more .round::after{
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #1e4c97;
    z-index: 9;
}
.lmTit .more .round::before{
    width: 6px;
    height: 6px;
    border-radius: 100%;
}
.lmTit .more .round::after{
    width: 30px;
    height: 2px;
    transform: translate(0%,-50%);
    transition: all .3s;
}
.lmTit .more .tit{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-left: 30px;
    transition: all .3s;
}
.lmTit .more:hover .tit{
    color: #0055b0;
    margin-left: 35px;
}
.lmTit .more:hover .round::after{
    width: 40px;
}
/* new */
.indexCon1{
    padding: 60px 0;
}
.newBanner{
    width: 49.88%;
}
.newList{
    width: 47.8%;
}
.newList ul a{
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #dadada;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 16px 0;
    position: relative;
}
.newList ul a span.fr{
    color: #959595;
    display: block;
    margin-left: 15px;
    font-size: 16px;
    text-indent: 0;
    font-weight: normal;
    font-family: Arial;
}
.newList ul li:first-of-type a{
    padding-top: 0;
}
.newList ul li{
    position: relative;
}
.newList ul li::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #0055b0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.newList ul li:hover::before{
    width: 100%;
}
.newList ul a:hover{
    color: #0055b0;
    text-indent: 10px;
    font-weight: bold;
}
.newList ul a:hover span.fr{
    color: #0055b0;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner li a .img{
    width: 100%;
    padding: 425px 0 0;
}
.newBanner li a .tit{
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px;
    padding-right: 120px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 10%, rgba(0,0,0,0) 100%);
}
.newBanner li a .time{
    position: absolute;
    left: 20px;
    bottom: 70px;
    width: 80px;
    height: 68px;
    border-radius: 10px;
    background: #0099ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.newBanner li a .time span{
    display: block;
    font-size: 24px;
    margin-bottom: 6px;
}
.newBanner .slick-dots{
    width: auto;
    height: 30px;
    padding: 20px;
    right: 0;
    bottom: 0;
    align-items: center;
    background: none;
}
.newBanner .slick-dots li{
    background: #828383;
    margin: 0 3px;
}
.newBanner .slick-dots li.slick-active{
    background: #fff;
}
.newBanner .slick-dots li.slick-active::before{
    display: none;
}
/* indexCon2 */
.indexCon2{
    padding: 65px 0 50px;
    background: url(../img/bg2.png) no-repeat center;
    background-size: cover;
}
.indexCon2 .lmTit{
    margin-bottom: 20px;
}
.notice li{
    float: left;
    width: 32%;
    margin: 15px 0;
    margin-right: 2%;
}
.notice li:nth-of-type(3n){
    margin-right: 0;
}
.notice li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 26px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 25px 0px rgba(204,204,204,1);
}
.notice li a .time{
    width: 80px;
    height: 68px;
    border-radius: 10px;
    background: #0099ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 1;
}
.notice li a .time span{
    display: block;
    font-size: 24px;
    margin-bottom: 6px;
}
.notice li a .tit{
    width: calc(100% - 80px);
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 60px;
}
.notice li a:hover .tit{
    color: #0055b0;
    font-weight: bold;
}
/* indexCon3 */
.indexCon3{
    padding: 0.5rem 0;
    background: #004da0 url(../img/bg3.png) no-repeat left top;
}
.indexCon3 .lmTit h2,.indexCon3 .lmTit .more .tit{
    color: #fff;
}
.indexCon3 .lmTit .more .round::after{
    background: #fff;
    z-index: 1;
}
.indexCon3 .lmTit h2::before{
    background: #fff;
}
.xsbg ul{margin: 0 -30px;}
.xsbg ul li{
    float: left;
    width: calc(100% / 3);
    padding: 0 30px;
    box-sizing: border-box;
}
.xsbg ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 25px;
    border: 1px solid #6694c6;
    border-radius: 12px;
    box-sizing: border-box;
}
.xsbg ul li a .img{
    width: 100%;
    padding: 64.4% 0 0;
}
.xsbg ul li a .con{
    padding: 0.2rem;
    background: #004590;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}
.xsbg ul li a .con .tit{
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-bottom: 5px;
}
.xsbg ul li a .con .txt{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}
.xsbg ul li a:hover{
    background:#004590;
    border: 1px solid #004590;
    box-shadow: 0 0 20px 5px rgba(0,69,144,0.1);
}
.xsbg{
    position: relative;
}
.xsbg p.prev,.xsbg p.next{
    width: 45px;
    height: 45px;
    background: #002e60 url(../img/jtIcon.png) no-repeat center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 100%;
    z-index: 9;
}
.xsbg p.prev{
    left: -68px;
    transform: translateY(-50%) rotateY(180deg);
}
.xsbg p.next{
    right: -68px;
}
/* list */
.list{
    float: left;
    width: 31.2%;
    margin-right: 3.1%;
    margin-top: 60px;
}
.list:nth-of-type(3n){
    margin-right: 0;
}
.list .lmTit{
    justify-content: space-between;
}
.list ul li{
    width: 100%;
    height: auto;
}
.list ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid #dddddd;
}
.list ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background: #0055b0;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.list ul li a:hover::before{
    width: 100%;
}
.list ul li:first-of-type a{
    padding-top: 0;
}
.list ul li a .tit{
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.list ul li a .time{
    display: block;
    width: auto;
    font-size: 16px;
    color: #0055b0;
    line-height: 24px;
    padding-left: 20px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    font-family: Arial;
}
.list ul li a .time::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #0055b0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list ul li a:hover .tit{
    color: #0055b0;
    font-weight: bold;
    text-indent: 5px;
}
.indexCon5{
    margin-top: 60px;
}
.indexCon5 ul li{
    float: left;
    width: 22.79%;
    margin-right: 2.9%;
    margin-top: 25px;
}
.indexCon5 ul li:nth-of-type(4n){
    margin-right: 0;
}
.indexCon5 ul li a{
    display: block;
    width: 100%;
    height: auto;
}
.indexCon5 ul li a .img{
    width: 100%;
    padding: 38.71% 0 0;
}
.indexCon5 .lmTit{
    margin-bottom: 10px;
}
.indexCon6{
    margin: 45px 0;
}
.indexCon6 ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.indexCon6 ul li a{
    display: block;
    width: auto;
    height: auto;
}
.indexCon6 ul li .icon{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: relative;
}
.indexCon6 ul li .icon img{
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 60px;
    max-height: 60px;
}
.indexCon6 ul li:nth-of-type(1) .icon{
    border: 1px dashed #e56e67;
}
.indexCon6 ul li:nth-of-type(2) .icon{
    border: 1px dashed #fac259;
}
.indexCon6 ul li:nth-of-type(3) .icon{
    border: 1px dashed #10b359;
}
.indexCon6 ul li:nth-of-type(4) .icon{
    border: 1px dashed #f18500;
}
.indexCon6 ul li:nth-of-type(5) .icon{
    border: 1px dashed #fc87b5;
}
.indexCon6 ul li:nth-of-type(6) .icon{
    border: 1px dashed #00c3ac;
}
.indexCon6 ul li:nth-of-type(7) .icon{
    border: 1px dashed #8e7ad7;
}
.indexCon6 ul li .tit{
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
}
.indexCon6 ul li a:hover .icon img{
    animation: bouns2 .6s infinite;
}
.indexCon6 ul li a:hover .tit{
    color: #0055b0;
    font-weight: bold;
}