@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");
}


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

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

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;
}
.fc51{
    color: #C51C1F;
}
.fl225{
    line-height: 2.25;
}
.fl1875{
    line-height: 1.875;
}
.fl172{
    line-height: 1.72;
}
@media only screen and (max-width: 1280px) {
    h1,.h1 { font-size: 26px; }
    h2,.h2 {font-size: 24px;}
    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) {
    h1,.h1 { font-size: 24px; }
    h2,.h2 { font-size: 22px; }
    h3,.h3 { font-size: 20px; }
    h4,.h4 { font-size: 18px; }
    h5, .h5 {font-size: 16px;}
   
}

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

.width1620 {
    width: 92%;
    max-width: 1620px;
    margin: 0 auto;
}
.width1152{
    max-width: 1152px;
    width: 92%;
    margin: 0 auto;
}
.width1430{
    max-width: 1430px;
    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: #333;
}

.page_ftit {
    margin-top: 3px;
    color: #333;
}
.page_ftit span{
    color: #C51C1F;
}

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

.page_line{
    width: 45px;
    height: 4px;
    background: #C51C1F;
    margin: 20px auto;
}
.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: #C51C1F;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .4s;
}
.bread .item-r .item.active {
    color: #C51C1F;
}
.bread .item-r .item.active::after{
    transform: scale(1);
}
.bread .bread_box {
    /* margin-left: auto; */
    height: 100%;
}

.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: #C51C1F;
}

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

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




.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: 60px;
    transition: all .4s;
}

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

.page-fy span {
    background: #C51C1F;
    border: 1px #C51C1F 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: 60px;
}
@media only screen and (max-width: 1200px) {
    .page-fy a{
        margin-top: 40px;
    }
    .page-fy span{
        margin-top: 40px;
    }
}

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

    .page-fy span {
        margin-top: 35px;
    }
    .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;
    }
}





.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, #C51C1F 0%, #E26113 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.explore_more:hover{
    background: transparent;
    color: #C51C1F;
    border: 1px solid #C51C1F;
}
.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;
}


.head_active{
    box-shadow: 0px 2px 16px 0px rgba(25,27,35,0.12);
}
.bread.bg_bread{
    background: transparent;
    box-shadow: none;
    margin: 30px 0;
}


.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: 45px;
    box-sizing: border-box;
    border-radius: 24px;
    max-width: 800px;
    width: 92%;
    height: 68%;
}
.tech-tk-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-top: 20px;
    box-sizing: border-box;
}
.tech-tk-img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
    right: 30px;
    top: 30px;
    position: absolute;
}
.techclose img {
    transition: all .4s;
}


.scroll_top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #C51C1F;
    position: fixed;
    right: 1%;
    bottom: 15%;
    border-radius: 3px;
    z-index: 99;
    opacity: 0;
    transition: all .4s;
}
.scroll_top.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: 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;
    }
   
}
@media only screen and (max-width: 1024px) {
    .bread{
       display: none;
    }

    
    .explore_more {
        width: 110px;
        height: 40px;
    }
}


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

    .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%;
    }
    .explore_more {
        margin: 0 auto 25px;
    }
    .page_title{
        width: 100%;
    }

    .page_line{
        margin: 13px auto;
    }

    .tech-tk-box {
        padding: 20px;
        max-width: 92%;
        width: 92%;
        height: 92%;
    }
}


.tec{
    color: #fff;
}

.qgrx {
    position: fixed;
    z-index: 99;
    right: 44px;
    bottom: 15px;
    color: #fff;
}

@media (max-width:760px) {
    .qgrx {
        left: 4%;
        right: 4%;
        text-align: center;
        bottom: 30px;
    }
}
