.main {
    max-width: 1920px;
    margin: 0 auto;
}

.head {
    background-color: #0076d2;
    max-width: 1920px;
    overflow: hidden;
    background: url(../images/head_bg.png);
}

.logo {
    float: left;

}

.logo img {
    margin-top: 24px;
    padding-bottom: 20px;
}

.search {
    float: right;
    line-height: 120px;
    overflow: hidden;
}

.search-txt {
    width: 172px;
    height: 32px;
    outline: none;
    padding-left: 10px;
}

.search-value {
    width: 35px;
    height: 32px;
    background: url(../images/search-bg.png);
    vertical-align: top;
    margin-top: 45px;
    cursor: pointer;
    margin-left: -6px;
}

.nav-item {
    float: left;
    height: 50px;
    text-align: center;
    transition: all .3s;
}
.nav-item:hover{
    background-color: #0074d2;
}
.nav-item:hover a{
    color: white;
}
.nav-item a {
    color: black;
    font-size: 18px;
    line-height: 50px;
    font-family: "ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ‚Â­ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ_GBK.TTF";
}

.nav-item-ul {
    display: block;
    position: absolute;
    z-index: 111;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateY(-45deg);
}

.nav-item:hover .nav-item-ul {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

.nav-item-li {
    /* width: 100%; */
    font-size: 15px;
    border-top: 1px solid black;
}

.nav-item-li a {
    display: block;
    /* width: 100%; */
    width: 128px;
    font-size: 15px;
    height: 30px;
    line-height: 26px;
    background-color: white;
}

.nav-item-li:first-child {
    border: none;
}

.banner-container {
    width: 100%;
max-width:1920px;
    height: 508.98px;
    overflow: hidden;
    position: relative;
}

.banner-hd {
    width: 100%;
    position: absolute;

}

.banner-hd ul li {
    width: 100%;
    overflow: hidden;
}

.banner-hd ul li img {
    display: block;
   width: 100%;
    height: 508.98px;
    transition: all .3s;

}
.video img{
    display: block;
    width: 100%;
    height: 256px;
}
.video span{
    position: absolute;
    left: 0;
    width: 100%;
    top: 223px;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 27px;
    white-space: nowrap;
    padding-left: 10px;
    z-index: 1111;
    padding-right: 10px;
}
.video a::after{
  content:"";
  position: absolute;
  width: 100%;
  height: 28px;
  background-color: black;
  z-index: 22;
  left: 0;
  bottom: 5px;
  opacity: .7;
  /* padding-bottom: 0px; */
}
.banner-hd ul li img:hover {
    transform: scale(1.1);
}

.banner-container .tempWrap {
    overflow: visible !important
}

.banner-container .tempWrap ul {}

.banner-bd {
    position: absolute;
    max-width: 300px;
    text-align: center;
    height: 17px;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
}

.banner-container .banner-bd li.on:first-of-type::after {
    content: "";
    z-index: 11;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: white;

    top: 38px;
    margin-left: 8px;
    bottom: 0;
}

.banner-container .banner-bd li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin: 8px;
    float: left;
}

.banner-container .banner-bd li.on {
    opacity: 0;
    width: 10px;
    height: 10px;
    background-color: white;

}

.banner-container .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 508.98px;
    cursor: pointer;
}

.pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 508.98px;
    cursor: pointer;
}

.prev {
    left: -50%;
    margin-left: -578px;
}

.next {
    left: 50%;
    margin-left: 640px;
}

.pnBtn .arrow {
    display: none;
    position: absolute;
    top: 230px;
    z-index: 1;
    width: 60px;
    height: 508.98px;
}

.pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.prev .arrow {
    right: 33px;
    background: url(../images/prev.png) 33px 0 no-repeat;
}

.next .arrow {
    left: -54px;
    background: url(../images/next.png) 0 0 no-repeat;
}

.video-box {
    background: url(../images/jcsp_bg.png) no-repeat center bottom;

}

.yuan {
    width: 4px;
    height: 4px;
    border: 1px solid #0074d2;
    display: block;
    float: left;
    margin-top: 11px;
    border-radius: 50%;
}

.line {
    display: block;
    width: 15px;
    height: 1px;
    border-top: 1px solid #0074d2;
    float: left;
    margin-top: 13px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
}

.tit-name {
    margin-left: 45%;
    margin-top: 28px;
}

.tit-name p {
    float: left;
    color: #0074d2;
    margin: 0 3px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.tit>span {
    color: #0074d2;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.video {
    margin-top: 30px;
    width: 385px;
    position: relative;
}

.video_lb_container {
    width: 100%;
    margin-top: 28px;
    margin-bottom: 32px;
}

.video_lb {
    width: 100%;
    position: relative;
}

.video_lb_container li {
    float: left;
    width: 450px;
    transition: all .3s;
}

.video_lb_container li:hover{
    transform: scale(1.1);
}
.v-hd {
    max-width: 300px;
    text-align: center;
    height: 17px;
    left: 0;
    right: 0;
    bottom: -43px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111;
    padding-bottom: 36px;
}

.v-hd li {
    width: 15px;
    height: 15px;
    background-color: #f9f9f9;
    border-radius: 50%;
    margin: 8px;
    border: 1px solid #0074d2;
    float: left;
}

.v-hd li.on {

    width: 15px;
    height: 15px;
    background-color: #0074d2;
}

.video_lb_container>.tempWrap {
    width: 1280px !important;
}
.status{
    width: 100%;
    background: url(../images/status_bg.png) no-repeat center;
    background-color: #0074d2;
    position: relative;
}
.status .status_container>.tit>.tit-name>p{
    color: white;
}
.yuan2{
    width: 4px;
    height: 4px;
    border: 1px solid white;
    display: block;
    float: left;
    margin-top: 11px;
    border-radius: 50%;
}
.line2{
    display: block;
    width: 15px;
    height: 1px;
    border-top: 1px solid white;
    float: left;
    margin-top: 13px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
}
.status_container span{
    color: white;
}
.title{
    margin-top: 20px;
}
.status_list{
    width: 100%;
    margin: 0 auto;
    margin-top: 47px;
    /* margin-bottom: 80px; */
    padding-bottom: 29px;
}
.status_list ul li a{
    display: block;
    width: 300px;
    /* overflow: hidden; */
    background-color: white;
}
.status_list ul li{
    transition: all .3s;
    float: left;
    margin-left: 26px;
}
.status_list ul li:first-child{
    margin-left: 0;
}
.status_list ul li:hover{
    transform: translateY(-4px);
}
.status_list ul li img{
    width: 100%;
}
.status_list ul li h3{
    margin: 0 20px;
    font-size: 15px;
    margin-top: 13px;
    font-family: "ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ‚Â­ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ_GBK.TTF";
    overflow:hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.status_list ul li p{
    margin: 0 20px;
    margin-top: 15px;
    font-size: 13px;
    /* margin-bottom: 19px; */
    padding-bottom: 19px;
    font-family: "ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ‚Â­ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ_GBK.TTF";
    overflow:hidden;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.status_list ul li a{
    position: relative;
}
.time{
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: #0074d2;
    top: -40px;
    left: 10px;
    border-radius: 50%;
    border: 1px solid white;
}
.day{
    color: white;
    font-size: 28px;
    text-align: center;
    font-family: "ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ§Ã‚Â®Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“.TTF";
    margin-top: 0px;
}
.year{
    color: white;
    font-size: 16px;
    text-align: center;
    font-family: "ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ©Ã‚Â»Ã¢â‚¬ËœÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“ÃƒÂ§Ã‚Â®Ã¢â€šÂ¬ÃƒÂ¤Ã‚Â½Ã¢â‚¬Å“.TTF";
}
.fz-container{
    overflow: hidden;
    margin-top: 40px;
}
.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.fz-container .swiper-slide img{
    display: block;
width:100%;
}
.fz-container .swiper-slide img:nth-child(2){
    transform: rotateY(180deg) rotate(180deg);
    position: relative;
}
.fz-container .swiper-slide::after{
    content: '';
    background-image: linear-gradient(rgba(255,255,255,.8),#fff,#fff,#fff);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
}
.fz-container .swiper-wrapper{
    padding-bottom: 180px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 680px;
    height: 420px;

}
.pitcture_container{
    position: relative;
}

.footer{
    background: url(../images/footer_bg.png) no-repeat center;
    overflow: hidden;
}
.footer-container{
    margin-top: 57px;
}
.infor{
    float: left;
    text-align: center;
    margin-left: 35%;
    margin-bottom: 0px;
}
.infor p{
    color: white;
    margin-top: 20px;
    font-family: "ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ‚Â­ÃƒÂ¥Ã¢â‚¬Â¡Ã¢â‚¬Â ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ.TTF";
}
.pic{
    float: right;
}
.pic p{
    float: left;
    margin-left: 10px;
}
.pic p span{
    display: block;
    color: white;
    text-align: center;
    margin-top: 13px;
}
.list-center{
    width: 100%;
max-width: 1920px;
    margin: 0 auto;
    background-color: rgb(255, 253, 246);
    padding-top: 35px;
  }
  .search-left{
    position: relative;
    float: left;
    width: 264px;
    /* background-color: #fff; */
    margin-right: 55px;
    margin-top: -106px;
  }
  .search-tit{
    position: relative;
    /* background: url(../images/nt-topic.png) no-repeat center; */
    padding-top: 43px;
    background-color: #0074d2;
    /* padding-bottom: 25px; */
    width: 264px;
    height: 126px;
    text-align: center;
    /* padding-left: 130px; */
    background-size: 320px auto;
  }
  .search-tit p{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
  }
  .search-tit i{
    font-size: 16px;
    color: #fff;
  }
  .search-tit span{
    position: absolute;
    right: 55px;
    width: 30px;
    height: 30px;
    top: 25px;
    /* background: url(../images/sub-down.png) no-repeat center; */
  }
  .search-right{
    padding-top: 35px;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 30px 50px 30px;
    min-height: 400px;
  }
  .search-nav{
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    line-height: 32px;
  }
  .search-nav h2{
    float: left;
    font-size: 18px;
    color: #00479d;
    border-left: 5px solid #0074d2;
    padding-left: 12px;
  }
  .position{
    float: right;
    padding-left: 25px;
    background: url(../images/position.png) no-repeat left;
  }
  .search-list>ul>li{
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #dfdfdf;
    /* margin-top: 5px; */
  }
  .search-list>ul>li>a{
    display: block;
    overflow: hidden;
    position: relative;
  }
  .search-list li .search-date p{
    font-size: 27px;
    line-height: 38px;
    position: relative;
    background-color:#0068b7;
    color: white;
    font-family: "ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â¹ÃƒÂ¦Ã‚Â­Ã‚Â£ÃƒÂ¥Ã¢â‚¬Â¦Ã‚Â°ÃƒÂ¤Ã‚ÂºÃ‚Â­ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ©Ã‚Â»Ã¢â‚¬Ëœ_GBK.TTF";
  }
  .search-date span{
    font-size: 12px; 
    position: relative;
    line-height: 39px;
  }
  .search-date{
    background-color: rgb(236, 236, 236);
    width: 69px;
    height: 72px;
    text-align: center;
    margin-left: 30px;
    color: black;
    transition: all .3s;
  }
  
  .background-images img{
    width: 1920px;
    height: 841px;
  }
  .search-list-tit{
    display: block;
    margin-left: 68px;
    height: 41px;
    font-size: 14px;
    line-height: 25px;
    color: black;
    margin-top: 2px;
    transition: all .3s;
  }
  .search-last-text{
    overflow: hidden;
    padding-left: 23px;
    padding-top: 6px;
  }
  .search-last-text h1{
    font-size: 18px;
    font-weight: normal;
    padding-left: 24px;
    list-style: 1;
    color: #090909;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 350px;
  }
  .search-last-text p{
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    margin-top: 10px;
    text-indent: 2em;
    overflow:hidden;
    height: 44px;
    display:-webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .search-list ul li{
    transition: all .3s;
    margin-top: 20px;
  }
  
  .search-list ul li:hover{
    transform: translateY(-2px);
    
  }
  .search-list ul li:hover .search-last-text h1{
    font-weight: bold;
  }
  .value-tit h4{
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    color: #090909;
    text-align: center;
  }
  .value-tit-p {
    font-size: 14px;
    line-height: 40px;
    background-color: #f4f4f4;
    color: #767676;
    text-align: center;
    text-indent: 2em;
    margin-top: 15px;
  }
  .value-tit-p span{
    display: inline-block;
    margin: 0 8px;
  }
  .value-text p{
    font-size: 16px;
    color: #818181;
    margin-top: 30px;
    text-indent: 2em;
  }
  .search-left ul{
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: rgb(242,242,242);
  }
  .search-left ul li{
    position: relative;
  }
  .search-left ul li a{
    display: block;
    padding: 15px 40px;
    font-size: 18px;
    color: #090909;
  }
  
  .search-left ul li span{
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    transition: all .3s;
    background: url(../images/zk.png) no-repeat center;
  }
  .search-left ul li:hover span{
    width: 51px;
    background: url(../images/zk-other.png) no-repeat center;
  }
  .value-text-link{
    margin-top: 42px;
  }
  .value-text-link a{
    margin: 30px 0;
    color: #676767;
  }
  .value-text-link div{
    margin: 15px 0;
  }
  .value-text-link a:hover{
    color: #00479d;
  }
  .more{
    padding-bottom: 32px;
  }
  .more a{
    width: 100px;
    height: 30px;
    border: 1px solid white;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    color: white;
  }
.img-list-box ul li{
    float: left;
    margin-left: 61px;
    margin-top: 39px;
    transition: all .3s;
  }
  .img-list-box ul li:nth-child(2n-1){
    margin-left: 0;
  }
  .img-list-box ul li:hover{
    transform: translateY(-5px);;
  }
  .img-list{
    width: 420px;
    overflow: hidden;
  }
  .img-list img{
    width: 100%;
  }
  .img-list p{
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    margin: 0 43px;
    color: #00479d;
    margin-top: 9px;
  }