@font-face {
    font-family: "UUSUKJELLIY";
    src: url(../css/UUSUKJELLIY.TTF);
}
.header {
    height: 145px;
    background-color: #00479d;
}

.header>div {
    background: url(../img/header-bg.png) no-repeat right top;
    padding: 30px 0;
}

.banner ul li {
    overflow: hidden;
    width: 1920px;
    height: 500px;
}

.banner ul li a img {
    display: block;
    width: 100%;
    height: 500px;
    animation: zoomin 10s ease-in-out infinite alternate;
    -webkit-animation: zoomin 10s ease-in-out infinite alternate;
}

.controls a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.previous {
    background: url(../img/left_ico.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;

    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
}

.next {
    background: url(../img/right_ico.png) no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;

    -webkit-transform: translateX(10px);
    -o-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}

.banner-cursor:hover .controls a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.banner-pagination {
    display: block;
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 2;
    text-align: center;
    left: 0;
}

.banner-pagination ul li {
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    
}

.banner-pagination .on {
    background: #00479d;
}




.news-wrapper {
    position: relative;
    width: 640px;
    height: 410px;
}

.news-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-img img {
    width: 640px;
    height: 410px;
    transition: all .2s;
}

.news-ul {
    width: 640px;
    height: 410px;
}

.news-ul ul {
    width: 100%;
    height: 100%;
}

.news-ul ul li {
    position: relative;
    width: 100%;
    height: 410px;
}

.news-ul ul li a {
    display: block;
}

.news-ul ul li:hover .news-img img {
    transform: scale(1.1);
}

.news-p {
    
    background: rgba(0, 0, 0, 0.6);
    padding-left: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

.news-p div {
    
    
    
}

.news-p div .no-wrap {
    font-size: 15.73px;
    color: #fff;
    float: left;
    line-height: 50px;
    font-weight: bold;
    
}

.news-p .news-detail {
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    
    text-indent: 2em;
}

.news-p span {
    float: right;
    color: #fff;
    line-height: 50px;
    font-size: 23px;
    margin-right: 15px;
    font-family: "UUSUKJELLIY";
}

.news-control {
    position: absolute;
    bottom: 55px;
    right: 20px;
}

.news-control ul li {
    width: 25px;
    height: 25px;
    background-color: #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    line-height: 25px;
    color: #1d1d1d;
}

.news-control ul .on {
    background: #00479d;
    color: #fff;
}

.center {
  padding-top: 35px;
    background: url(../img/center-bg.png) no-repeat center;
    padding-bottom: 20px;

}




.common_title p {
    display: inline-block;
    font-size: 22px;
    color: #1d1d1d;
    font-weight: 600;
    padding-left: 10px;
    border-left: 9px solid #00479d;
}

.common_title em {
    display: inline-block;
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    margin-left: 10px;
}

.common_title a {
    float: right;
    font-size: 14px;
    color: #919191;
    line-height: 25px;
}

.common_title a span {
    font-size: 12px;
    color: #919191;
    border: solid 1px #919191;
    border-radius: 14px;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 10px;
    text-align: center;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.notice li {
    
    transition: all .3s;
    border-bottom: solid 1px #eee;
    width: 100%;
    height: 100px;
    padding-top: 10px
}


.notice li:nth-of-type(4){
    margin-bottom: 0;
    border-bottom: none;
}

.notice li:hover {
    transform: translateY(-5px);
}

.notice li a {
    display: block;
}

.notice li a div {}

.notice li a div p {
    font-size: 17px;
    color: #525252;
    line-height: 23px;
    display: block;
}

.notice li div a .time {
    position: absolute;
    color: #b6b6b6;
    line-height: 34px;
    font-size: 14.63px;
    display: block;
    text-align: center;
    border-top: none;
    font-family: "zkqkhyt";
    background: url(../img/time.png) no-repeat left;
    padding-left: 18px;
}

.notice li:hover div a .time {
    color: #2358a4;
    background: url(../img/time-alive.png) no-repeat left;
}

.notice li a>p {
    font-size: 13.5px;
    color: #b6b6b6;
    width: 100%;
    text-align: justify;
    display: block;
    
    margin-top: 6px;
}

.notice li:hover a div p {
    color: #2a2a2a;
    font-weight: bold;
}
.footer {
    width: 100%;
    height: 150px;
    background-color: #00479d;
}

.footer>div {
    background: url(../img/footer-bg.png) no-repeat right bottom;
    padding: 39px 0;
    height: 100%;
}

.footer .w-1920>div {
    position: relative;
    height: 100%;
}

.footer_detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

}

.footer_detail p {
    text-align: center;
    margin-top: 5px;
}