@media (min-width: 1240px) {
    .container {
        width: 1200px
    }
    .mt50{
        margin-top: 50px;
    }
}
@media (max-width: 1239px) {
    .mt50{
        margin-top: 30px;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1400px
    }
}

@media (min-width: 1640px) {
    .container {
        width: 1600px
    }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  .overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
  .overfloat-dot-9 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
  }
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
.img-boxs {
    display: block;
    overflow: hidden;
    position: relative;
}

.img-boxs img {
    width: auto;
    max-width: 100%;
    transition: all ease 0.25s;
}

.img-boxs:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img-boxs:hover::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
body {}
header {
    /* background: url(header-bg.png) center top no-repeat;
    background-size: cover; */
    background: url(header-bg.png) center top no-repeat #1172c9;
    background-size: cover;
}
.header-boxs{
    background: url(news0715bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
}
header .header-logos{
    padding:60px 0;
    width: 100%;
    display: flex;
    align-items: center;
}
header .logo {
    display: inline-block;
    margin-top: 58px;
    margin-bottom: 64px;
    width: 50%;
}

header .logo img {
    max-width: 100%;
}

header .right {
    width: 50%;
    float: right;
    text-align: right;
    padding-right: 150px;
}

header .right .top {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .right .top .search-box,
header .right .top ul {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

header .right .top li {
    float: left;
    list-style: none;
    margin-left: 25px;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
header .right .top li a:hover{
    color: #fff !important;
}
header .right .top .search-boxs {
    background: #0d4994;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
header .right .top .search-boxs img{
    max-width: 18px;
}
header .news-tools{
    background: #fff;
    padding: 6px 0 7px 0;
}
header .slogan {
    margin-top: 19px;
}

header .slogan img {
    max-width: calc(100% - 20px);
}
header .slogan{
    display: inline-block;
}
.navbar-collapse {
    margin-left: -30px !important;
    margin-right: -30px !important;
}

.navbar {
    border: none;
    background: #1052b5;
    margin-bottom: 0;
}
.navbar>.container{
    background: #1052b5;
    border-radius: 10px;
}
.navbar-nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}
.navbar-default .navbar-nav>li>a {
    color: #FFFFFF !important;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    border-radius: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.on>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: #b60200;
}

.padnav {
    display: none;
}

.menu-box-empty {
    display: none !important;
}

.navbar-default .nav-meun-item {
    /* background: url(nav-bg.png) no-repeat; */
    background:#f7fcff;
    background-size: cover;
    background-position: bottom;
}

@media all and (min-width: 1200px) {
    .collapse.navbar-collapse {
        position: relative;
    }

    .navbar-nav>li {
        position: initial;
        flex: 1;
        text-align: center;
    }

    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.special-nav {
        width: 100%;
        position: absolute;
        left: 0;
    }

    .collapse .ej-cont {
        box-shadow: none;
    }
}

@media (max-width: 1440px) {
    .navbar-default .navbar-nav>li>a {
        padding-left: 5px;
        padding-right: 5px;
    }

    header .slogan {
        /* display: none; */
        max-width: 85%;
    }
    header .header-logos{
        padding:50px 0;
    }
}
@media (max-width: 1279px) {
    header .header-logos{
        padding:40px 0;
    }
    .navbar-default .navbar-nav>li>a{
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 1199px) {
    header {
        position: relative;
    }
    header .slogan{
        display: none;
    }
    header .right {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 10px;
        display: none;
    }
    header .news-tools .right{
        position: relative;
        padding:0;
    }
    header .right .top {
        margin-top: 0;
    }

    header .logo {
        width: 100%;
    }

    header .right .top li {
        margin-left: 10px;
    }

    nav.navbar.bootsnav {
        display: none;
    }

    .nav-wrap .padnav {
        margin-bottom: 30px;
        display: block;
        background: #0F66BB;
    }

    .nav-wrap .padnav .active a {
        background: #b60200 !important;
    }

    .nav-wrap .padnav .swiper-slide-active a {
        background: #b60200 !important;
    }

    .nav-wrap .padnav ul {
        list-style: none;
    }

    .nav-wrap .padnav li a {
        color: #fff;
        width: 100%;
        text-align: center;
        display: inline-block;
        font-size: 17px;
        font-weight: 700;
        padding: 12px 0;
        white-space: nowrap;
    }

    .nav-wrap .padnav .padnav-mask {
        background: no-repeat center #0F66BB;
        width: 24px;
        height: 100%;
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        background-size: 8px 14px;
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        text-align: center;
        padding: 10px 0;
    }
}

footer {
    background: #0052A3;
    padding-top: 65px;
    padding-bottom: 65px;
}

footer .row {
    margin-left: -30px;
    margin-right: -30px;
}

footer .logo {
    margin-top: 6px;
}

footer .logo img {
    width: 100%;
}

footer .copyright {
    padding-left: 50px;
}

footer .copyright,
footer .copyright a {
    margin-top: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

footer .copyright a:hover {
    color: #555;
}

footer .qtlj {
    text-align: right;
}

footer .qtlj a {
    display: inline-block;
    margin-left: 29px;
    vertical-align: top;
}

footer .qtlj a:first-child {
    padding-top: 8px;
}

@media (max-width: 1199px) {
    header .logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    footer .row{
        margin:0 !important;
    }
    footer .logo {
        text-align: center;
        margin-bottom: 15px;
    }

    footer .logo img {
        width: 70%;
    }

    footer .copyright {
        text-align: center;
        line-height: 40px;
        margin-bottom: 30px;
        padding-left: 15px;
    }

    footer .qtlj {
        text-align: center;
    }
}
@media (max-width: 768px) {
    header .logo{
        padding:0 20px;
    }
    header .header-logos{
        background: linear-gradient( 180deg, rgba(2,21,108,0.8) 0%, rgba(1,9,58,0) 100%);
    }
}
/* second search */
.up-search-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  transition: all 0.3s;
  transform: scale(1.2);
  opacity: 0;
  z-index: -1;
  display: none;
  align-items: center;
  justify-content: center;
}
/* second search */
.up-search-box .middle-cont {
  width: 100%;
}
/* second search */
.up-search-box .up-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: url(comm2025-close.png) no-repeat center center;
  background-size: contain;
}
/* second search */
.up-search-box.active {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
  display: flex;
}
/* second search */
.search-box {
  background: #fff;
  border-bottom: 4px solid #150f78;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* second search */
.search-box .s-inp {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 16px;
  padding-left: 15px;
}
/* second search */
.search-box .s-btn {
  height: 62px;
  line-height: 62px;
  width: 62px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
  text-align: center;
}
/* second search */
.search-box .s-btn::before {
  content: "\f178";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #150f78;
}