.bc_efefef {
    background-color: #efefef;
}

.tc_ffffff {
    color: #fff;
}

.fw_b {
    font-weight: bolder;
}

/*  */

.navbar {
    background-color: #ffffff1a;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.logo {
    float: left;
}

.nav-item {
    position: relative;
}

.nav-item ul {
    display: none;
    position: absolute;
    padding: 5px;
    width: max-content;
    min-width: 100%;
}

.nav-item:hover ul {
    display: block;
}

.nav-item ul li {
    padding: 5px 0;
    margin: 5px 0;
    font-size: 16px;
    border-bottom: 1px #fff dashed;
    background: #ffffff1a;
}

.nav-item ul li a {
    display: block;
    color: #fff;
    text-align: center;
}

/*  */

.pro {
    background: url(../images/index/home_02.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    background-attachment: fixed;
}

.pro_list p {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    letter-spacing: 5px;
}

.pro_list dd {
    color: #fff;
    font-size: 24px;
}

.pro_con {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}

.pro_con a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    background-color: #0f58c6;
    color: #FFFFFF;
    letter-spacing: 5px;
}

.pro_con a:nth-child(2) {
    background-color: #de1e33;
}

.pro_con a:hover {
    color: #fff;
    border: #fff 2px solid;
    background-color: initial;
    transition: all ease .5s;
}

.pro_nav {
    position: absolute;
    z-index: 999;
    left: 9%;
    bottom: 9%;
}

.pro_nav li {
    float: left;
    margin-right: 72px;
    margin-bottom: 20px;
    position: relative;
}

.pro_nav li:after {
    content: "";
    display: block;
    position: absolute;
    top: 49px;
    left: 111px;
    background: #fff;
    width: 50px;
    height: 2px;
    margin: 0 auto;
}

.pro_nav li:nth-child(5):after {
    background: transparent;
}

.pro_nav a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    background-color: #0f58c6;
    color: #FFFFFF;
    transition: all ease .5s;
    overflow: hidden;
}

.pro_nav a:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    width: 111px;
    height: 112px;
    border-radius: 108px;
    border: 2px solid #fff;
}

.pro_nav a:hover {
    background: #de1e33;
}

/*  */

.about {
    background: #fff;
}

.about>div {
    display: flex;
}

.about>div>div {
    width: 50%;
}

.about>div>div:nth-child(2) {
    padding: 5%;
}

.about_1 {
    line-height: normal;
    font-size: 58px;
    font-family: Impact;
    color: #0f509b;
}

.about_2 {
    line-height: normal;
    font-weight: bold;
    font-size: 32px;
}

.about hr {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: rgba(255, 207, 0, 1);
    max-width: 80px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-top: 10px;
    padding-top: 0px;
    max-height: 5px;
}

.about .more {
    background-color: #0f509b;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    width: 200px;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 5px;
}

.about .more:hover {
    border: 2px solid #0f509b;
    background-color: #fff;
    color: #0f509b;
}

/*  */

.about_fl {
    background: url(../images/index/about_fl.jpg)no-repeat;
    background-size: 100% 100%;
    display: flex;
    background-attachment: fixed;
}

.about_fl>div {
    width: 25%;
    border-left: 1px solid #fff;
    padding: 80px 35px;
    transition: all 0.5s;
    text-align: justify;
}

.about_fl>div:nth-child(1) {
    border-left: none;
}

.about_fl>div:nth-child(1):hover {
    background: url(../images/about_fl/1.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 50px 35px 110px 35px;
}

.about_fl>div:nth-child(2):hover {
    background: url(../images/about_fl/2.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 50px 35px;
}

.about_fl>div:nth-child(3):hover {
    background: url(../images/about_fl/3.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 50px 35px;
}

.about_fl>div:nth-child(4):hover {
    background: url(../images/about_fl/4.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 50px 35px;
}

.about_fl h1 {
    line-height: normal;
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
}

.about_fl p {
    color: #fff;
    /* border-bottom: 1px solid #fff; */
    margin-top: 30px;
}

.about_fl>div:hover h1 {
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}

.about_fl>div:hover p {
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
}

.about_fl a {
    margin-top: 30px;
    color: #fff;
    display: block;
    width: 100px;
}

/*  */

.news {
    background-color: #fff;
}

.news_title {
    font-size: 36px;
    text-align: center;
}

.news_line {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 0px;
    max-height: 3px;
    max-width: 66px;
    height: 3px;
    background: linear-gradient(to right, #0250c5 0%, #af0101 100%);
}

.news_subtitle {
    text-align: center;
    color: #565656;
    font-size: 14px;
}

.news_list_s {
    position: relative;
    overflow: hidden;
    transition: all 1s;
}

.news_list_s img {
    transition: all 1s;
}

.news_list_s img:hover {
    transform: scale(1.2);
}

.news_list_s p {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: #00000066;
    line-height: 3.2;
    font-size: 18px;
    text-align: center;
}

.news_con {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    height: 100%;
}

.news_list_x {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.news_list_x>div:nth-child(1) {
    padding: 0 20px;
}

.news_list_x>div:nth-child(1)>p:nth-child(1) {
    font-size: 30px;
    color: rgba(3, 70, 151, 1);
    font-family: Impact;
    text-align: center;
}

.news_list_x>div:nth-child(1)>p:nth-child(2) {
    font-size: 20px;
    color: rgba(96, 96, 96, 1);
    font-family: Impact;
    text-align: center;
}

.news_list_x>div:nth-child(2) {
    border: 1px solid #000;
    width: 1px;
    height: 100px;
}

.news_list_x>div:nth-child(3) {
    padding: 0 20px;
    max-width: 500px;
}

.news_list_x>div:nth-child(3)>a>p:nth-child(1) {
    font-size: 18px;
    color: rgba(108, 108, 108, 1);
    font-weight: bold;
}

/*  */

.footer {
    background: #333333;
}

.footer_sz {
    padding: 15px 0px;
}

.footer_sz a {
    color: #fff;
    padding: 0 20px;
}

.footer_sz span {
    color: #fff;
    padding: 0 10px;
}

.footer_x h1 {
    line-height: 1.5;
    font-size: 16px;
    color: #ffffff;
    font-family: Microsoft YaHei;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer_x p {
    line-height: 2;
    color: #ffffff;
}

.footer_s {
    border-top: 1px solid #ffffff1a;
    color: #ffffff80;
}

.footer_s a {
    color: #fff;
}

/*  */

@media (min-width: 1200px) {

    .navbar .container,
    .pro .container,
    .footer .container {
        max-width: 1500px;
    }

    .news .container {
        max-width: 90%;
    }
}

/*  */

.title {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
}

.title h2 {
    margin-bottom: 0;
    color: #0f58c6;
    font-size: 18px;
    border-left: 10px solid #0f58c6;
    padding-left: 20px;
}

.new_list {
    display: block;
    border-bottom: 1px dashed #e3e3e3;
    padding: 10px 0;
}

.new_list h3 {
    margin-bottom: 0;
    font-size: 24px;
    padding: 5px 0;
    letter-spacing: 3px;
}

.new_list p {
    line-height: 2;
    color: #6b6f73;
    font-size: 16px;
}

table,
th,
td {
    border: 1px solid black;
    width: auto;
    margin: auto;
}

@media (min-width: 768px) {

    .pt-md-10,
    .py-md-10 {
        padding-top: 8rem !important;
    }

    .pt-md-7,
    .py-md-7 {
        padding-top: 5rem !important;
    }
}