﻿.h_search{
padding: 0 36px 0 0px;
}

.h_search_text{
height: 36px;
box-sizing: border-box;
    padding-left: 20px
}

/* flex布局 */
.flex {
    display: flex;
}
.flexbw {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexcen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexcol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.img-box-re{
    width: 100%;
    position: relative;
    padding-bottom: 66.66%;
}

.img-box-ab {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    
}

.img-box-ab img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#swiper1 .img-box-re {
    padding-bottom: 26.04%;
}
/* 
.bannerbox {
    height: 31.25%;
} */

.bannerbox2 {
    width: 380px;
    position: relative;
}
.pag {
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: rgba(255, 255, 255, .6);
    border: 2px solid rgba(255, 255, 255, 0);
    text-indent: -9999px;
    outline: 0;
    cursor: pointer;
    transition: all .3s;
}
.pag:last-of-type {
    margin-right: 0;
}
.pag:hover {
    background: #c80211;
    border: 2px solid rgba(255, 255, 255, 1);
}
.pag-active {
    background: #c80211;
    border: 2px solid rgba(255, 255, 255, 1);
}
.bannerbox {
    position: relative;
}
.bannerbox::before,
.bannerbox::after {
  
    content: "";
    display: none;
    background: rgba(7, 75, 159, .6);
    position: absolute;
    height: 100%;
    width: calc((100vw - 1200px)/2);
    top: 0;
    z-index: 2;
}
.bannerbox::before{
    left:0
}
.bannerbox::after {
    right: 0;
}

.bannerbox2 .swiper-pagination{
    text-align: right !important;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.bannerbox2 .pag {
    margin-right: 5px;
    height: 8px;
    width: 8px;
}
.titlebox {
    width: 100%;
    text-align: left;
}
.titlebox>a {
    display: block;
}
.titlebox  .top-text {
    line-height: 40px;
    border-bottom: 1px solid #074B9F;
    font-size: 18px;
}
.top-text p {
    width: 80%;
    margin: 0 auto;
}

.bot-msg {
    height: 45px;
    margin: 5px 0;
}

.textover {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.p-over {
    overflow: hidden;
    box-orient: vertical;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bannertext {
    position: absolute;
    width: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
}
.new-list {
    width: 380px;
}
.new-list ul {
    margin-top: 10px;
}
.new-list li a {
    height: 36px;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}
.new-list li a::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 6px;
    height: 8px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/icon/list_icon.png") center center no-repeat;
    background-size: cover;
}
.new-list li a p {
    width: 75%;
}
.item-1 {
    width: 850px;
}
.item-2 {
    width: 380px;
}
.red-font li:nth-child(1) a p,
.red-font li:nth-child(2) a p{
    color: #c80211;
    font-weight: 700;
}
.red-font li:nth-child(1) a p:hover,
.red-font li:nth-child(2) a p:hover{
    text-decoration: underline;
}

.h_th {
    height: 40px;
    line-height: 40px;
    
}
.th_i_line {
    font-size: 18px;
}

.bot-link {
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
}
.bot-link a {
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.bot-link i {
    font-size: 42px;
    height: 70px;
    width: 70px;
    border: 3px solid #074B9F;
    color: #074B9F;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: all .3s;
}

.bot-link a:hover {
    color: #c80211;
}
.bot-link a:hover i {
    border: 3px solid #c80211;
    color: #c80211;
} 

.bot-img {
    margin-left: 10px;
}
.bot-img img{
    height: 100px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    
}
.bot-img p {
    margin-top: 5px;
    font-size: 16px;
    color: #666;

}
.bot-tips {
    font-size: 16px;
    text-align: left;
}
.bot-tips p {
    margin: 0;
}
.footer .w_1200 {
    align-items: center;
}
    .new-list {
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0 0 5px #ccc;
    transition: all .3s;
}
.new-list:hover {
    box-shadow: 0 0 15px #ccc;
    transform: translateY(-5px);
}
.h_th .th_i_line {
    font-weight: 700;
}
.bot-imgs {
    align-items: center;
}
.bot-text {
    padding: 10px 0;
    margin-right: 40px;
    color: #03448E;
    text-align: left;
    font-family: cursive;
    font-weight: 700;
}
.bot-text img {
    height: 80px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}
.bot-school {
    font-size: 22px;
    display: flex;
}
.bot-school span {
    display: block;
    width: 30px;
    padding: 0 10px;
    position: relative;
}
.bot-school span::before {
    content: "";
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    width: 2px;
    height: 70%;
    background: #03448E;
}
.bot-school span:nth-of-type(2n) {
    padding-top: 15px;
}
.bot-school span:last-child::before {
    display: none;
}
.bot-school-2 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.3em;
}

.h_th {
    border-bottom: 2px solid #c80211 !important;
}

.logo img {
    height: 80px;
}

.swiper-navigation {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prev img {
    transform: rotate(180deg)
}


.swiper-navigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 50px;
    
    background: rgba(0,0,0,0.4);
    transition: all .3s;
}

.swiper-navigation a:hover {
    background: rgba(0, 0, 0, .7);
}

.header_t {
    background-size: cover !important;
}

.sec_nav p a {	
    line-height: normal;
    padding: 15px 0;
}

