@charset "utf-8";

@font-face {
    font-family: Microsoft JhengHei;
    src: url("../fonts/msjh.ttc") format("ttc");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Microsoft JhengHei Light;
    src: url("../fonts/msjhl.ttc") format("ttc");
}
.f32 {
    font-size: 32px;
}
h1,.h1 {
    font-size: 30px;
}
h2,.h2 {
    font-size: 28px;
}
.f26{
    font-size: 26px;
}
h3,.h3 {
    font-size: 24px;
}
h4,.h4 {
    font-size: 20px;
}
h5,.h5 {
    font-size: 18px;
}
.f16 {
    font-size: 16px;
}
@media only screen and (max-width:1366px) {
    .f32 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1043px) {
    .f32 {
        font-size: 28px;
    }
    h1,.h1 {
        font-size: 26px;
    }
    h2,.h2 {
        font-size: 26px;
    }
    .f26{
        font-size: 24px;
    }
    h3,.h3 {
        font-size: 22px;
    }
    h4,.h4 {
        font-size: 18px;
    }
    h5,.h5 {
        font-size: 17px;
    }
    .f16 {
        font-size: 15px;
    }
}
@media only screen and (max-width: 960px) {
    .f32 {
        font-size: 26px;
    }
    h1,.h1 {
        font-size: 24px;
    }
    h2,.h2 {
        font-size: 22px;
    }
    .f26{
        font-size: 22px;
    }
    h3,.h3 {
        font-size: 20px;
    }
    h4,.h4 {
        font-size: 17px;
    }
    h5,.h5 {
        font-size: 16px;
    }
}
@media only screen and (max-width: 750px) {
    .f32 {
        font-size: 22px;
    }
    h1,.h1 {
        font-size: 20px;
    }
    h2,.h2 {
        font-size: 20px;
    }
    .f26{
        font-size: 20px;
    }
    h3,.h3 {
        font-size: 18px;
    }
    h4,.h4 {
        font-size: 16px;
    }
    h5,.h5 {
        font-size: 15px;
    }
}
.fc33 {
    color: #333;
}
.fc66 {
    color: #666666;
}
.fc99 {
    color: #999;
}
.fcff {
    color: #FFFFFF;
}
.fc2a {
    color: #ff0000;
}
.fc21 {
    color: rgb(210, 210, 210);
}
.fw600 {
    font-weight: 600;
}
.fl172 {
    line-height: 1.72
}
.fl1875 {
    line-height: 1.875;
}
.fl225 {
    line-height: 2.25;
}
.bgf9 {
    background: #f9f9f9;
}
.main {
    max-width: 1300px;
    margin: 0 auto;
    width: 90%;
}
.width1180{
    max-width: 1180px;
    margin: 0 auto;
    width: 90%;
}
.width1024{
    max-width: 1024px;
    margin: 0 auto;
    width: 90%;
}
.bg {
    position: relative;
    overflow: hidden;
}
.bg_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 10000px;
    transition: all .4s;
}
.pt70 {
    padding-top: 70px;
    box-sizing: border-box;
}
.pt80 {
    padding-top: 80px;
    box-sizing: border-box;
}
.pb80 {
    padding-bottom: 80px;
    box-sizing: border-box;
}
.pb100 {
    padding-bottom: 100px;
    box-sizing: border-box;
}
.mt15 {
    margin-top: 15px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt65 {
    margin-top: 65px;
}
.mt80 {
    margin-top: 80px;
}
.mt70 {
    margin-top: 70px;
}
.mb20 {
    margin-bottom: 20px;
}
.w485 {
    width: 48.5%;
}
.w100 {
    width: 100%;
}
.none {
    display: none !important;
}
/* 页面标题开始 */
.page-tit {
    color: #1C1B1B;
    line-height: 43px;
    padding-top: 70px;
}
.page-ftit {
    color: #0bd4c4;
}
.page-desc {
    color: #666666;
    margin-top: 14px;
}
.watch-more {
    width: 122px;
    height: 41px;
    background: #0CCCBC;
    border-radius: 18px;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 41px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.crumbs {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    margin-top: -75px;
}
.crumbs .main {
    display: flex;
    align-items: center;
    color: #F9F9F9;
    padding-left: 8.5%;
    box-sizing: border-box;
    position: relative;
}
.crumbs .main::before {
    content: "";
    display: block;
    width: 29px;
    height: 22px;
    background: url(../img/crumbs_home.png) no-repeat center/cover;
    position: absolute;
    left: 0;
}
.crumbs .item {
    height: 75px;
    display: flex;
    align-items: center;
    color: #F9F9F9;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
}
.crumbs .item:last-child {
    margin-right: 0;
}
.crumbs .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s;
    transform: scale(0);
    opacity: 0;
}
.crumbs .item:hover:before {
    transform: scale(1);
    opacity: 1;
}
.crumbs .item.active::before {
    transform: scale(1);
    opacity: 1;
}
.bread .main {
    padding: 40px 0;
    box-sizing: border-box;
    justify-content: flex-end;
}
.bread .main::before {
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    background: url(../img/bread_home.png) no-repeat center/cover;
    margin-right: 14px;
}
.bread .item::after {
    content: "";
    display: block;
    width: 6px;
    height: 11px;
    background: url(../img/bread_next.png) no-repeat center/cover;
    margin: 0 9px;
    box-sizing: border-box;
}
.bread .item:last-child a {
    color: #ff0000;
}
.bread .item:last-child:after {
    display: none;
}
.bread .item a {
    color: #333;
}
.title_content {
    display: flex;
    align-items: center;
}
.title_line {
    content: "";
    display: block;
    width: 47px;
    height: 4px;
    background: #ff0000;
    margin-left: 13px;
}
.title_desc {
    margin-top: 16px;
}
.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: #ff0000;
    border: 1px #ff0000 solid;
    color: #fff;
}
.page-fy span {
    background: #ff0000;
    border: 1px #ff0000 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 !important;
    margin-top: 60px;
}
.about_links.links {
    width: 30%;
}
.about_links .link {
    border-bottom: 1px solid #EEEEEE;
    padding: 28px 17px 26px 0;
    box-sizing: border-box;
}
.about_links .link:last-child {
    border-bottom: none;
}
.about_links .link_text {
    margin-top: 6px;
}
.about_links .link_times{
    position: relative;
}
.about_links .link_time {
    line-height: 1;
    color: #ff0000;
}
.about_links .link_times .add_btn{
    position: absolute;
    right: -20px;
    top: -14px;
    font-size: 24px;
    color: #ff0000;
}
.scroll_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #ff0000;
    position: fixed;
    right: 1%;
    bottom: 20%;
    border-radius: 3px;
    z-index: 99;
}
/* 暂无图片 */
.bg_adviceimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #cccccc;
    font-weight: 600;
}
/* 暂无信息 */
.nodata-layer {
    background: #FFFFFF;
}
.lists-hide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    box-sizing: border-box;
}
.lists-hide img {
    margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
    .main {
        width: 92%;
    }
    .crumbs {
        display: none;
    }
    .mt65 {
        margin-top: 50px;
    }
    .pb100 {
        padding-bottom: 80px;
    }
    .mt80 {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1043px) {
    .page-fy a {
        margin-top: 50px;
    }
    .page-fy span {
        margin-top: 50px;
    }
    .pb100 {
        padding-bottom: 65px;
    }
    .pb80 {
        padding-bottom: 60px;
    }
    .pt80 {
        padding-top: 60px;
    }
    .mt80 {
        margin-top: 60px;
    }
    .pt70 {
        padding-top: 55px;
    }
}
@media only screen and (max-width: 750px) {
    .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;
    }
    .pt70 {
        padding-top: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .pb100 {
        padding-bottom: 30px;
    }
    .mt80 {
        margin-top: 30px;
    }
    .mt65 {
        margin-top: 25px;
    } 
    .mt35 {
        margin-top: 20px;
    }
    .pb80 {
        padding-bottom: 30px;
    }
    .mt40 {
        margin-top: 20px;
    }
    .title_content {
        justify-content: center;
    }
    .title_tit {
        text-align: center;
    }
    .bread .main {
        padding: 20px 0;
    }
    .title_line {
        width: 34px;
        height: 3px;
        margin-left: 10px;
    }
    .about_links .link_times{
        display: flex;
        align-items: flex-end;
    }
    .about_links .link_times .add_btn{
        position: initial;
    }
}