@font-face {
    font-family: "HELVETICA";
    src: url(../font/HELVETICA.TTF);
}

@font-face {
    font-family: "HELVETICA-BOLD";
    src: url(../font/HELVETICA-BOLD.TTF);
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 16px;
    font-family: "HELVETICA";
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    list-style: none;
    color: #282828;
}

div {
    display: block;
}

img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

button {
    cursor: pointer;
    outline: none;
}

.w1800 {
    width: 1800px;
    margin: 0 auto;
    max-width: 96%;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
    max-width: 92%;
}

.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 900;
    transition: top 0.3s;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header.header_top {
    background: rgba(0,0,0,0.2);
}

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

.header_cen .logo {
    display: flex;
    align-items: center;
    height: 5rem;
}

.header .header_cen .logo .prc .logoa {
    display: none;
}

.header .header_cen .logo .prc .logob {
    display: block;
}

.header.header_top .header_cen .logo .prc a .logoa {
    display: block;
}

.header.header_top .header_cen .logo .prc a .logob {
    display: none;
}

.header_cen .logo .prc a img {
    display: block;
    width: 11rem;
}

.header_r {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header_r .hedaer_Column {
    display: flex;
    align-items: center;
}

.header_item:not(:first-child){
    margin-left: 3.125rem;
}

.header_item.header_item_two {
    position: relative;
}

.header.header_top .header_item .header_item_t {
    color: #fff;
}

.header_item .header_item_t {
    display: flex;
    align-items: center;
    height: 5rem;
}


.header_item .header_item_t .iconfont {
    display: none;
}

.header.header_top .header_item .header_item_t a {
    color: #fff;
}
.header.header_top .header_item.active .header_item_t{
    border-bottom: 2px solid #ffffff;
}
.header.header_top .header_item.active .header_item_t a {
    /* color: #035ca7; */
}

.header_item .header_item_t a {
    font-size: 18px;
    color: #282c30;
    font-family: "Roboto_Medium";
    display: block;
}

.header_item .header_item_t:hover {
    color: #035ca7;
}
.header_item .header_item_t:hover a {
    color: #035ca7;
    font-weight: bold;
}

.header_item.active .header_item_t{
    border-bottom: 2px solid #035ca7;
}
.header_item.active .header_item_t a {
    color: #035ca7;
    font-weight: bold;
}

.header_item_b {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 5rem;
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    /* box-shadow: 0 0 .625rem rgba(0, 0, 0, .1); */
}

.header_item.header_item_two .header_item_bb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 1rem 1.5rem;
    background: #ffffff;
    width: auto;
    display: none;
    border-bottom-left-radius: .75rem;
    border-bottom-right-radius: .75rem;
    box-shadow: 0 0 .625rem rgba(0, 0, 0, .1);
}

.header_item.header_item_two .header_item_bb a {
    text-align: center;
    font-size: .875rem;
    line-height: 2.5rem;
    color: #444444;
    font-family: "Roboto_Medium";
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: block;
    white-space: nowrap;
}

.header_item.header_item_two .header_item_bb a.active {
    color: #1178bf;
}

.header_item.header_item_two .header_item_bb a:hover {
    color: #1178bf;
}

.header_item_b .center {
    width: 100%;
    padding: 3.75rem 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.header_item_b .item {
    width: 12.5%;    /* 240px */
    display: flex;
    margin: 0 1.5625rem;
}
.header_item_b .item a{
    display: block;
    width: 100%;
}
.header_item_b .item div {
    overflow: hidden;
    margin-bottom: .625rem;
    position: relative;
    aspect-ratio: 240/150;
}

.header_item_b .item div img {
    width: 100%;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 0;
    bottom: 0;
}

.header_item_b .item p {
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
}

.header_item_b .item:hover div img {
    transform: scale(1.1);
}

.header_item_b .item:hover p {
    color: #035ca7;
}
.header_item_b .item.active p {
    color: #035ca7;
    font-weight: bold;
}


.header_r .header_ico {
    display: flex;
    align-items: center;
}

.header_r .header_ico .header_ico_it {
    position: relative;
    margin-left: 1.25rem;
}

.header_r .header_ico .header_ico_it .header_a_item_ico {
    display: flex;
    align-items: center;
}

.header_r .header_ico .header_ico_it.caidan {
    display: none;
}

.header_r .header_ico .header_ico_it.Languages .header_a_item_ico {
    padding: .625rem;
    background: #035ca7;
    border-radius: 1.3125rem;
    color: #ffffff;
}

.header_r .header_ico .header_ico_it.Languages .header_a_item_ico .iconfont {
    width: 1.375rem;
    height: 1.375rem;
}

.header_r .header_ico .header_ico_it.Languages .header_a_item_ico .iconfont.icon-duoyuyan {
    margin-right: .5rem;
}

.header_r .header_ico .header_ico_it.Languages .header_a_item_ico .iconfont.icon-xiala {
    margin-left: 1.4rem;
}

.header.header_top .header_r .header_ico .header_ico_it .header_a_item_ico .iconfont {
    color: #fff;
}

.header_r .header_ico .header_ico_it .header_a_item_ico .iconfont {
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
}

.header_r .header_ico .header_ico_it.Search .header_a_item_ico .hide {
    display: none;
}

.header_r .header_ico .header_ico_it .Search_input {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 400px;
    height: 40px;
    border-radius: 25px;
    overflow: hidden;
    background: #f8fafb;
    display: none;
    max-width: calc(100vw - 50px);
}

.Search_input form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.Search_input form input {
    width: 84.5%;
    outline: none;
    border: none;
    height: 100%;
    text-indent: 1.5em;
    background: none;
}

.Search_input form .button {
    width: 15.5%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

.Search_input form .button:hover {
    color: #035ca7;
}

.Languages_b {
    position: absolute;
    left: 50%;
    top: 3.875rem;
    transform: translateX(-50%);
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.Languages:hover .Languages_b {
    max-height: 31.25rem;
}

.Languages_b a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    background: #035ca7;
    width: 7.125rem;
    height: 1.875rem;
    border-radius: .5rem;
    margin-bottom: .5rem;
}

.hedaer_pho {
    display: none;
}




.index_box6 {
    position: relative;
    overflow: hidden;
}

.index_box6 .img img {
    object-fit: cover;
    width: 100%;
}

.index_box6 .con {
    width: 96%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
}

.index_box6 .con h3 {
    font-family: "HELVETICA-BOLD";
    font-size: 3rem;
    line-height: 4.375rem;
}

.index_box6 .con p {
    font-size: 1.5rem;
    line-height: 3.125rem;
}

.index_box6 .con a {
    display: block;
    width: 7.375rem;
    height: 2.625rem;
    font-size: 1rem;
    line-height: 2.625rem;
    border-radius: 1.3125rem;
    background: #ffffff;
    color: #333333;
    text-align: center;
    margin: .625rem auto 0;
}

.footer {
    overflow: hidden;
}

.footer .logo {
    padding: 5rem 0 2.5rem;
    border-bottom: 1px solid #ececec;
}

.footer .con {
    padding: 3.75rem 0;
    display: flex;
    justify-content: space-between;
}

.footer .con .l {
    width: 70.7222%;
    /* 860px */
    display: flex;
    flex-wrap: wrap;
}

.footer .con .l li {
    margin-right: 4.9767%;
    /* 60px */
    margin-bottom: 3.75rem;
    display: flex;
    flex-direction: column;
}

.footer .con .l li h3 {
    font-family: "HELVETICA-BOLD";
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.footer .con .l li a {
    font-size: .875rem;
    line-height: 1.875rem;
}
.footer .con .l li:last-child{
    margin-right: 0;
}

.footer .con .r {
    width: 25.6944%;
    /* 370px */
}

.footer .con .r h3 {
    font-family: "HELVETICA-BOLD";
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.footer .con .r .email {
    margin-bottom: 3.75rem;
}

.footer .con .r .email form {
    height: 2.5rem;
    background: #e2e2e2;
    border-radius: 1.25rem;
    display: flex;
}

.footer .con .r .email form input {
    width: 72.9729%;
    padding-left: 1.25rem;
    box-sizing: border-box;
    font-size: .875rem;
    line-height: 2.5rem;
    border: 0;
    background: none;
}

.footer .con .r .email form button {
    width: 27.027%;
    /* 100px */
    font-size: 1rem;
    line-height: 2.5rem;
    background: #035ca7;
    color: #ffffff;
    border-radius: 1.25rem;
    border: 0;
}

.footer .con .r .follow {
    margin-bottom: 3.75rem;
}

.footer .con .r .follow div {
    display: flex;
}

.footer .con .r .follow div span {
    display: block;
    width: 2.125rem;
    height: 2.125rem;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.25rem;
    font-size: 1.25rem;
}

.footer .con .r .hotline div {
    font-family: "HELVETICA-BOLD";
    font-size: 1.875rem;
    color: #fc137c;
}

.footer .copyright {
    background: #f0f0f0;
    padding: .9375rem 0;
}

.footer .copyright .w1440 {
    display: flex;
    justify-content: space-between;
}

.footer .copyright .w1440 .l {
    font-family: "HELVETICA-BOLD";
    font-size: .875rem;
    color: #666666;
    line-height: 1.875rem;
}

.footer .copyright .w1440 .r {
    width: 34.7222%;
    /* 500px */
    display: flex;
    justify-content: space-between;
}

.footer .copyright .w1440 .r a {
    font-family: "HELVETICA-BOLD";
    font-size: .875rem;
    color: #666666;
    line-height: 1.875rem;
    margin-right: 1.125rem;
}

.footer .copyright .w1440 .r .languages {
    width: 10.625rem;
    /* 170px */
    position: relative;
}

.footer .copyright .w1440 .r .languages .icon {
    padding: 0 .625rem;
    font-size: .875rem;
    line-height: 1.875rem;
    background: #ffffff;
    border-radius: .9375rem;
    display: flex;
}

.footer .copyright .w1440 .r .languages .icon font {
    display: block;
    width: 6.875rem;
    margin-left: .3125rem;
}

.footer .copyright .w1440 .r .languages .list {
    position: absolute;
    left: 50%;
    top: -4.75rem;
    transform: translateX(-50%);
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.footer .copyright .w1440 .r .languages .list a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    background: #035ca7;
    width: 7.125rem;
    height: 1.875rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
}

.footer .copyright .w1440 .r .languages:hover .list {
    max-height: 31.25rem;
}



.ny_lj {
    font-size: 1rem;
    line-height: 1.875rem;
    padding: .9375rem 0;
    border-bottom: 1px solid #e5e5e5;
}







/* 分页器 */
.fyq {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fyq ul {
    display: flex;
    align-items: center;
}

.fyq ul li {
    margin-right: .75rem;
}

.fyq ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: 1.3125rem;
    border: 1px solid #f4f4f4;
    font-size: .9375rem;
    font-family: "Roboto_Medium";
    transition: all 0.3s ease-in-out;
}

.fyq ul li a:hover {
    color: #fff;
    background: #1178bf;
}

.fyq ul li.active a {
    color: #fff;
    background: #1178bf;
}

.fyq ul li:last-child {
    margin-right: 0;
}





@media (max-width: 1440px) {
    .header_item {
        margin-left: 2rem;
    }
    .header_item .header_item_t a{
        font-size: 16px;
    }
}

@media (max-width: 1360px) {
    .header_item {
        margin-left: 1.6rem;
    }
    .header_item .header_item_t a{
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .header_r .hedaer_Column {
        display: none;
    }

    .header .header_r .hedaer_pho {
        position: absolute;
        left: 0;
        top: 5rem;
        display: none;
        height: calc(100vh - 5rem);
        background: #fff;
        width: 100%;
        padding: 20px;
    }

    .header.header_top .header_item .header_item_t a {
        color: #282c30;
    }

    .header_item .header_item_t .iconfont {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #282c30;
    }

    .header_r .header_ico .header_ico_it.caidan {
        display: flex;
    }

    .header_r .header_ico .header_ico_it.caidan .header_a_item_ico .hide {
        display: none;
    }

    .header_r .header_ico .header_ico_it.caidan .header_a_item_ico .iconfont {
        font-size: 1.25rem;
    }

    .header_item .header_item_t {
        width: 100%;
    }


    .header_r .header_ico .header_ico_it .Search_input {
        width: 20rem;
    }

    .hedaer_pho .header_item {
        margin-left: 0;
    }

    .hedaer_pho .header_item .header_item_t {
        height: auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
        color: #333;
        padding: 8px;
    }

    .hedaer_pho .header_item .header_item_t a {
        font-size: 20px;
    }

    .hedaer_pho .header_item_b {
        width: 100%;
        padding: 0 20px;
        padding-right: 8px;
        position: relative;
        left: 0;
        top: 0;
        z-index: 2;
    }

    .hedaer_pho .header_item_b .center {
        padding: 0;
        justify-content: flex-start;
    }

    .hedaer_pho .header_item_b .item p {
        font-size: 16px;
    }

    .hedaer_pho .header_item .header_item_t .iconfont {
        font-size: 20px;
        transition: all 0.3s ease;
    }

    .hedaer_pho_cen {
        overflow-y: auto;
        max-height: 100%;
    }

    .hedaer_pho .header_item.act .header_item_t .iconfont {
        transform: rotate(90deg);

        color: #1178bf;

    }

    .hedaer_pho .close{
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .header_cen .logo{
        height: 4rem;
    }
    .header .header_r .hedaer_pho {
        top: 4rem;
    }
    .hedaer_pho .header_item_b .item {
        width: 50%;
        margin: 0;
        padding: 8px;
    }

    .hedaer_pho .header_item .header_item_t a {
        font-size: 18px;
    }

    .hedaer_pho .header_item_b .item p {
        font-size: 14px;
    }


    .index_box6 .con h3{
        font-size: 1.5rem;
        line-height: 1.875rem;
    }
    .index_box6 .con p{
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .footer .logo{
        padding: 3.125rem 0 1.25rem;
    }
    .footer .con{
        padding: 1.25rem 0;
    }
    .footer .con .l{
        display: none;
    }
    .footer .con .r{
        width: 100%;
    }
    .footer .con .r .email{
        margin-bottom: 1.25rem;
    }
    .footer .con .r .follow{
        margin-bottom: 1.25rem;        
    }

    .footer .copyright .w1440{
        flex-direction: column;
    }
    .footer .copyright .w1440 .l{
        line-height: 1.5rem;
    }
    .footer .copyright .w1440 .r{
        width: 100%;
    }

    .index_box6 .img img{
        width: 180%;
        max-width: none;
    }
}

@media (max-width: 550px) {
    .header_cen .logo .zi {
        display: none;
    }
}