@font-face {
    font-family: "Bebas";
    src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

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

.f36 {
    font-size: 36px;
}

.f34 {
    font-size: 34px;
}

h1,.h1 {
    font-size: 30px;
}

h2,.h2 {
    font-size: 28px;
}

h3,.h3 {
    font-size: 24px;
}

h4,.h4 {
    font-size: 20px;
}

h5,.h5 {
    font-size: 18px;
}

h6,.h6 {
    font-size: 16px;
}

.fc33 {
    color: #333;
}
.fc66 {
    color: #666;
}
.fc99 {
    color: #999;
}
.fcff{
    color: #fff;
}
.fl225{
    line-height: 2.25;
}
.fl1875{
    line-height: 1.875;
}
.fl172{
    line-height: 1.72;
}
@media only screen and (max-width: 1280px) {
    .f36 { font-size: 34px; }
    .f34 { font-size: 32px; }
    h1,.h1 { font-size: 28px; }
    h2,.h2 { font-size: 26px; }
    h3,.h3 { font-size: 22px; }
    h4,.h4 { font-size: 18px; }
    h5,.h5 { font-size: 16px; }
    h6,.h6 { font-size: 15px; }
}

@media only screen and (max-width: 960px) {
    .f36 { font-size: 30px; }
    .f34 { font-size: 28px; }
    h1,.h1 { font-size: 26px; }
    h2,.h2 { font-size: 24px; }
    h3,.h3 { font-size: 20px; }
    h4,.h4 { font-size: 17px; }
}

@media only screen and (max-width: 640px) {
    .f36 { font-size: 22px; }
    .f34 { font-size: 20px; }
    h1,.h1 { font-size: 20px; }
    h2,.h2 { font-size: 18px; }
    h3,.h3 { font-size: 17px; }
    h4,.h4 { font-size: 16px; }
    h5,.h5 { font-size: 15px; }
}

.width1620 {
    width: 92%;
    max-width: 1620px;
    margin: 0 auto;
}
.width1270{
    max-width: 1270px;
    width: 92%;
    margin: 0 auto;
}


.mt35{
    margin-top: 35px;
}
.mt55{
    margin-top: 55px;
}
.mt110{
    margin-top: 110px;
}
.pt45 {
    padding-top: 45px;
}
.pb45{
    padding-bottom: 45px;
}
.pt80{
    padding-top: 80px;
}
.pb80{
    padding-bottom: 80px;
}

.text-up {
    text-transform: uppercase;
}


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

.bg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: 1000000px;
    transform: translate(-50%, -50%);
    transition: all .4s;
}
/* 页面标题开始 */

.page_title {
    width: 89%;
    margin: 0 auto;
}

.page_tit {
    color: #000000;
}

.page_ftit {
    font-weight: 300;
    margin-top: 3px;
    color: #999999;
}

.page_desc {
    line-height: 2.25;
    margin-top: 32px;
}

.page_line{
    width: 45px;
    height: 4px;
    background: #D00000;
    margin: 10px auto 0;
}
.bread {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

.bread .width1620 {
    height: 80px;
}
.bread .width1620 .item-r{
    height: 100%;
}
.bread .item-r .item {
    position: relative;
    margin-right: 56px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
}
.bread .item-r .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #D00000;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .4s;
}
.bread .item-r .item.active {
    color: #D00000;
}
.bread .item-r .item.active::after{
    transform: scale(1);
}
.bread .bread_box {
    margin-left: auto;
    height: 64px;
}

.bread .bread_box::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../img/bread_home.png) no-repeat center/cover;
    margin-right: 12px;
}

.bread_box .item::after {
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    background: url(../img/bread_next.png) no-repeat center/cover;
    margin: 0 12px;
    box-sizing: border-box;
}

.bread_box .item:last-child a {
    color: #D00000;
}

.bread_box .item:last-child:after {
    display: none;
}

.bread_box .item a {
    color: #333;
}




.page-fy {
    line-height: 1;
    text-align: center;
}

.page-fy a {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #333;
    margin: 0 5px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 80px;
    transition: all .4s;
}

.page-fy a:hover {
    background: #D00000;
    border: 1px #D00000 solid;
    color: #fff;
}

.page-fy span {
    background: #D00000;
    border: 1px #D00000 solid;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    padding: 0 15px;
    margin: 5px;
    font-weight: normal;
    margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
    .page-fy a{
        margin-top: 60px;
    }
    .page-fy span{
        margin-top: 60px;
    }
}

@media only screen and (max-width: 1043px) {
    .page-fy a {
        margin-top: 50px;
    }

    .page-fy span {
        margin-top: 50px;
    }
    .bread .item-r .item{
        margin-right: 50px;
     }
}
@media only screen and (max-width: 960px) {
    .bread .item-r .item{
       margin-right: 45px;
    }
}
@media only screen and (max-width: 768px) {
    .page-fy span {
        padding: 0 5px;
        width: auto;
        height: auto;
        line-height: initial;
        margin-top: 30px;
    }

    .page-fy a {
        height: auto;
        border: none;
        line-height: initial;
        margin: 5px;
        padding: 0 5px;
        margin-top: 30px;
    }
    .fl225 {
        line-height: 1.875;
    }
}




.partner_lists .lists_list{
    display: none;
}
.partner_lists .lists_list.active{
    display: flex;
}

.partner_nav .item{
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    padding: 0 10px 10px;
    box-sizing: border-box;
    margin-right: 65px;
    cursor: pointer;
}
.partner_nav .item:last-child{
    margin-right: 0;
}
.partner_nav .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #D00000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    transform: scale(0);
}
.partner_nav .item.active {
    color: #D00000;
}
.partner_nav .item.active::after{
    transform: scale(1);
}

.partner_lists .list{
    width: 15.48%;
    height: 128px;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.424%;
    margin-top: 20px;
    transition: all .4s;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.partner_lists .list:nth-child(6n){
    margin-right: 0;
}
.partner_lists .list img{
    max-height: 100%;
    transition: all .4s;
}
.partner_lists .list:hover{
    border: 2px solid #D00000;
}
.partner_lists .list:hover img{
    transform: scale(1.08);
}
.explore_more{
    width: 146px;
    height: 46px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: all .4s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.explore_more::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #B81D21 0%, #E26113 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.explore_more:hover{
    background: transparent;
    color: #D00000;
    border: 1px solid #D00000;
}
.explore_more:hover::after{
    width: 0;
}



.lists-hide{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.lists-hide img{
    max-width: 600px;
    margin: 80px 0 20px;

}
.lists-hide p{
    font-size: 16px;
}


.tech-tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}
.tech-tk.active {
    display: block;
}
.tech-tk-box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 24px;
    width: 92%;
    max-width: 800px;
}
.tech-tk-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 700px;
    height: 80%;
}
.tech-tk-img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
    margin-right: 10px;
    margin-top: 10px;
}
.techclose img {
    transition: all .4s;
}


.totop{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #BE271A;
    position: fixed;
    right: 1%;
    bottom: 15%;
    border-radius: 3px;
    z-index: 9999;
    opacity: 0;
    transition: all .4s;
}
.totop.show{
    opacity: 1;
}


@media only screen and (min-width: 960px) {
    .techclose img:hover {
        transform: rotate(360deg);
    }
    .watch-more:hover{
        color: #fff;
    }
    .watch-more:hover::before{
       width: 100%;
    }
    .watch-more:hover::after{
        background: url(../img/watch-hmore.png) no-repeat center/cover;
    }
}
@media only screen and (max-width: 1366px) {
    .partner_lists .list{
        height: 108px;
    }
}
@media only screen and (max-width: 1280px) {
    .lists-hide p{
        font-size: 15px;
    }
}
@media only screen and (max-width: 1200px) {
    .pb80 {
        padding-bottom: 60px;
    }
    .pt80 {
        padding-top: 60px;
    }
    .mt55 {
        margin-top: 45px;
    }
    .mt110 {
        margin-top: 60px;
    }
    .partner_lists .list {
        height: 98px;
    }
   
}
@media only screen and (max-width: 1024px) {
    .partner_lists .list {
        height: 82px;
        padding: 15px;
    }
    .bread .width1620{
        height: 60px;
    }
    .explore_more {
        width: 110px;
        height: 40px;
    }
}


@media only screen and (max-width: 768px) {
    .width1270{
        width: 100%;
    }
    .bread{
       display: none;
    }

    .pb80 {
        padding-bottom: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .mt55 {
        margin-top: 25px;
    }
    .mt35 {
        margin-top: 25px;
    }
    .pb45 {
        padding-bottom: 30px;
    }
    .pt45 {
        padding-top: 30px;
    }
    .mt110 {
        margin-top: 0px;
    }
    .page_desc{
        line-height: 1.72;
        margin-top: 20px;
    }
    .lists-hide img {
        margin: 25px 0 20px;
        width: 62%;
    }

    .partner_lists .list{
        width: 48%;
        margin-right: 4%;
    }
    .partner_lists .list:nth-child(6n){
        margin-right: 2%;
    }
    .partner_lists .list:nth-child(2n){
        margin-right: 0;
    }
    .explore_more {
        margin: 0 auto 25px;
    }
    .page_title{
        width: 100%;
    }
}