@charset "utf-8";
.casejtct {
    padding-bottom: 90px;
    background-color: #f4f4f4;
}

.casejtct_big {
    background-color: #fff;
    padding: 50px 45px 0;
}

.hyfnjt {
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.hyfnjtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hyfnjtli {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    line-height: 50px;
    text-align: center;
    background-color: #0154a6;
}

.hyfnjtli i {
    font-size: 22px;
    color: #fff;
}

.hyfnjttxt {
    margin-left: 10px;
}

.hyfnjttxt span {
    font-size: 30px;
    font-weight: 600;
    color: #222222;
    margin-right: 10px;
}

.hyfnjttxt b {
    font-size: 16px;
    color: #999;
}

.hyfnjtr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hyfnjtr .hyfnjtra {
    width: 132px;
    height: 32px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #ff7800;
    text-align: center;
    line-height: 32px;
    transition:all .5s
}
.hyfnjtr .hyfnjtra:hover{
    background-color: #222;
}
.hyfnjtra span {
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
}

.hyfnjtra i {
    font-size: 16px;
    color: #fff;
}

.hyfnjtb {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.hyfnjtbl {
    width: 55%;
    overflow: hidden;
}

.hyfnjtbl img {
    width: 100%;
}

.hyfnjtbr {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 30px;
    padding-top: 20px;
}

.hyfnjtbr_box {
    width: 100%;
}

.hyfnjtbr_boxh {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.hyfnjtbr_boxp {
    margin-top: 15px;
    padding: 25px 0 30px;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    position: relative;
}
.hyfnjtbr_boxp::after{
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    background: #0050a2;
}

.hyfnjtbr_boxbq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hyfnjtbr_boxbq_item {
    line-height: 34px;
    text-align: center;
    padding: 0 20px;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .casejtct {
        padding-bottom: 70px;
    }
    .hyfnjt {
        height: 70px;
    }
    .hyfnjtb {
        margin-top: 25px;
    }
    .hyfnjtbr {
        padding-left: 15px;
    }
    .hyfnjtbr_boxp {
        margin-top: 10px;
        padding: 20px 0;
        line-height: 25px;
    }
    .hyfnjtbr_boxbq_item {
        height: 30px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .casejtct {
        padding-bottom: 50px;
    }
    .hyfnjt {
        height: 56px;
    }
    .hyfnjtli {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .hyfnjttxt span {
        font-size: 24px;
    }
    
    .hyfnjtr .hyfnjtra {
        height: 28px;
        line-height: 28px;
    }
    .hyfnjtb {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hyfnjtb>div {
        width: 100%;
    }
    .hyfnjtbr {
        padding: 20px 15px;
    }
    .hyfnjtbr_boxp {
        padding: 15px 0;
    }
}

@media screen and (max-width: 768px) {
    .hyfnjtr{
        display: none;
    }
    .hyfnjttxt b{
        font-size: 13px;
    }
    .casejtct_big {
        padding: 40px 15px 0;
    }
    .hyfnjttxt span {
        font-size: 20px;
    }
    .hyfnjtli {
        display: none;
    }
    .hyfnjtr .hyfnjtra {
        width: 86px;
    }
    .hyfnjtra span {
        font-size: 12px;
    }
    .hyfnjttxt {
        margin-left: 0;
    }
    .hyfnjtbr {
        padding: 20px 0;
    }
    .hyfnjtbr_boxp {
        font-size: 12px;
        line-height: 22px;
        padding: 15px 0;
    }
    .hyfnjtbr_boxbq_item {
        font-size: 14px;
    }
}




.cptjfa {
    margin-top: 50px;
}

.cptjfa_title {
    height: 50px;
    line-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.cptjfa_titlel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.cptjfa_titlelh {
    font-size: 18px;
    color: #0050a2;
    font-weight: 600;
}
.cptjfa_titlelh b {
    color: #333333;
}

.cptjfa_titlelp {
    line-height: 54px;
    margin-left: 8px;
    color: #999999;
}

.cptjfa_titler span {
    font-size: 13px;
    color: #999999;
}

.cptjfa_titler i {
    color: #999999;
}

.cptjfa_titler a:hover span,
.cptjfa_titler a:hover i {
    color: #ff7800;
}

.cptjfa_ct {
    margin-top: 25px;
}

.cptjfa_item {
    margin: 0 15px;
}

.cptjfa_itema {
    border: 1px solid #e5e5e5;
    display: block;
}

.cptjfa_itema_img {
    overflow: hidden;
}

.cptjfa_itema_img img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cptjfa_itema_p {
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    background-color: #f4f4f4;
}

.cptjfa_ct .owl-controls .owl-page.active span {
    background-color: #ff7800;
}
.cptjfa_itema:hover{
    border-color: #0050a2;
} 
.cptjfa_itema:hover .cptjfa_itema_p{
    background-color: #0050a2;
    color: #fff;
}

@media screen and (max-width: 992px) {
    .cptjfa {
        margin-top: 30px;
    }
    
}

@media screen and (max-width: 768px) {
    .cptjfa_titlelp {
        font-size: 13px;
    }
    .cptjfa_item {
        margin: 0 5px;
    }
    .cptjfa_itema_p {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding: 0 5px;
    }
    .cptjfa {
        margin-top: 10px;
    }
    .cptjfa_title {
        height: 40px;
        line-height: 39px;
    }
    .cptjfa_titlelp {
        line-height: 42px;
    }
}

.cptjfa_itema:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}




.spal {
    margin-top: 50px;
}

.spal_sp {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.spal_sp_item a{
    
    display: block;
}

.spal_sp_item:last-child {
    margin-right: 0;
}

.spal_sp_itemimg {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0 15px;
}

.spal_sp_itemimgdw {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 8;
}

.spal_sp_itemimg img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.spal_sp_itemp {
    padding: 20px 10px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.spal_sp_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.spal_sp_item:hover .spal_sp_itemp {
    color: #ff7800;
}

@media screen and (max-width: 992px) {
    .spal_sp_itemimg{
        margin: 0 5px;
    }
    .spal_sp_itemimg .spal_sp_itemimgdw img{
        width: 80%;
        margin: auto;
    }
    
}

@media screen and (max-width: 768px) {
    .spal {
        margin-top: 30px;
    }
    .spal_sp_itemp {
        padding: 5px;
        font-size: 12px;
    }
}




.videos {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9995;
}

.videos_box {
    position: absolute;
    z-index: 9997;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.videos_zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9996;
}

@media screen and (max-width: 1200px) {
    .videos_box {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .videos_box {
        width: 95%;
    }
}




.nyfajs {
    margin-top: 50px;
}

.nyfajs_ct {
    padding: 24px 0 70px;
}
.nyfajs_ct p{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}
.nyfajs_ct strong{
    line-height: 2;
    color: #333;
}

@media screen and (max-width: 992px) {
    .nyfajs_ct {
        padding: 24px 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .nyfajs_ct {
        padding: 20px 0 30px;
    }
    .nyfajs {
        margin-top: 30px;
    }
}




.nyxgfa {
    margin-top: 65px;
}

.nyxgfa_ct {
    position: relative;
    margin-top: 12px;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}
.nyxgfa_ct .zixunbox_xtdw {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
    background-color: #0050a2;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}

.nyxgfa_item {
    margin: 0 15px;
}

.nyxgfa_itema {
    display: block;
}

.nyxgfa_itema_img {
    overflow: hidden;
}

.nyxgfa_itema_img img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nyxgfa_itema_txt {
    padding: 20px 5px;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.nyxgfa_itema:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.nyxgfa_itema:hover .nyxgfa_itema_txt {
    color: #fff;
    background-color: #0050a2;
}

.nyxgfa_ct .owl-controls .owl-page.active span {
    background-color: #0050a2;
}

@media screen and (max-width: 992px) {
    .nyxgfa {
        margin-top: 40px;
    }
    .nyxgfa_itema_txt{
        font-size: 12px;
        padding: 10px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .nyxgfa {
        margin-top: 30px;
    }
    .nyxgfa .row {
        padding: 0 15px;
    }
    .nyxgfa_item {
        margin: 0 5px;
    }
}

.foott {
    background-color: #fff;
}