@charset "utf-8";


.head-page .item:nth-child(4) span {
    color: #C41A1F
}
.news_pg01 {
    margin: 80px 0 20px;
}
.news_pg01 .width1440 {
    height: 446px;
    background: #F8F8F8;
    border-radius: 6px;
    padding: 45px 32px;
    box-sizing: border-box;
}
.news_pg01 .swiper-container {
    height: 100%;
    position: relative;
}
.news_pg01 .typea .swiper-pagination {
    bottom: -5px;
}
.news_pg01 .img {
    width: 38.8%;
    height: 325px;
}
.news_pg01 .img:hover img {
    height: 105%;
}
.news_pg01 .texts {
    width: 56.65%;
    padding: 18px 0;
    box-sizing: border-box;
}
.news_pg01 .time {
    color: #C41A1F;
}
.news_pg01 .tit {
    margin: 6px 0 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news_pg01 .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 81px;
}
.watch_btn {
    width: 180px;
    height: 56px;
    border: 1px solid #E5E5E5;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    position: relative;
    overflow: hidden;
}
.watch_btn::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #C41A1F;
    position: absolute;
    left: -1%;
    top: 0;
    z-index: -1;
    transition: all .4s;
}
.watch_btn:hover {
    border: 1px solid #C41A1F;
    color: #ffffff;
}
.watch_btn:hover::after {
    width: 102%;
}
.news_pg02 .list {
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
}
.news_pg02 .list:nth-child(3n) {
    margin-right: 0;
}
.news_pg02 .list .img {
    height: 276px;
    border-radius: 6px 6px 0px 0px;
}
.news_pg02 .list .texts {
    height: 178px;
    background: #F8F8F8;
    border-radius: 0px 0px 4px 4px;
    padding: 28px 26px;
    box-sizing: border-box;
}
.news_pg02 .list .time {
    color: #C41A1F;
}
.news_pg02 .list .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
    color: #333333;
    margin: 8px 0;
}
.news_pg02 .list .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 54px;
}
.news_pg02 .list:hover .bg_img {
    height: 105%;
}
.news_pg02 .list:hover .tit {
    color: #C41A1F;
}
.news-detail .title {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 18px;
}
.news-detail .desc {
    margin-top: 11px;
}
.news-detail .con {
    padding: 50px 0;
    box-sizing: border-box;
}
.news-detail .con img {
    display: inline-block;
}
.news-detail .con p {
    margin-bottom: 30px;
    box-sizing: border-box;
}
.news-detail .con p:last-child {
    margin-bottom: 0;
}
.newsshow-page {
    border-top: 1px solid #EEEEEE;
    padding-top: 60px;
}
.newsshow-list {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DCDCDC;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsshow-list::before {
    content: "";
    display: block;
    width: 21px;
    height: 14px;
    background: url(/en/img/newsshow-list.png) no-repeat center/cover;
    transition: all .4s;
    margin-right: 8px;
}
.newsshow-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #C41A1F;
    ;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsshow-iteml {
    width: calc(100% - 140px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsshow-iteml span {
    width: 50px;
    transition: all .4s;
}
.newsshow-iteml .item {
    margin-bottom: 16px;
}
.newsshow-iteml .item:last-child {
    margin-bottom: 0;
}
.descc {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}

@media only screen and (min-width: 960px) {
    .newsshow-iteml .item:hover span {
        color: #C41A1F;
    }
    .newsshow-iteml .item:hover .descc {
        color: #C41A1F;
    }
    .newsshow-list:hover {
        color: #ffffff;
    }
    .newsshow-list:hover::after {
        width: 100%;
    }
    .newsshow-list:hover::before {
        background: url(/en/img/newsshow-hlist.png) no-repeat center/cover;
    }
}

@media only screen and (max-width: 1043px) {
    .news_pg01 {
        margin: 50px 0 20px;
    }
    .table_nav .item {
        width: 156px;
        height: 44px;
    }
    .watch_btn {
        width: 156px;
        height: 44px;
    }
    .news_pg02 .list .img {
        height: 218px;
    }
}

@media only screen and (max-width: 750px) {
    .table_nav {
        display: none;
    }
    .news_pg01 {
        margin: 30px 0 0;
    }
    .news_pg01 .img {
        width: 100%;
        height: auto;
    }
    .news_pg01 .img .bg_img {
        position: initial;
        transform: initial;
        height: auto;
        max-width: 100%;
    }
    .news_pg01 .texts {
        width: 100%;
        padding: 0;
    }
    .news_pg01 .width1440 {
        padding: 25px 20px;
        height: 490px;
    }
    .news_pg01 .desc {
        -webkit-line-clamp: 2;
        height: 54px;
    }
    .watch_btn {
        width: 136px;
        height: 42px;
        margin: 20px auto 0;
    }
    .news_pg02 .list {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .news_pg01 .tit {
        margin: 6px 0 10px;
    }
    .news_pg02 .list .texts {
        height: 168px;
        padding: 25px 20px;
    }
    .newsshow-iteml {
        width: 100%;
        padding-right: 0;
    }
    .newsshow-list {
        width: 115px;
        margin: 25px auto 0;
    }
    .newsshow-page {
        padding-top: 30px;
    }
    .news-detail .con {
        padding: 20px 0;
    }
    .news-detail .con p {
        margin-bottom: 10px;
    }
}


.lists_l {
    width: 472px;
}
.lists_l_title {
    height: 142px;
    border-radius: 10px 10px 0px 0px;
    background: #C41A1F;
    padding: 35px 50px;
    box-sizing: border-box;
}
.lists_l_title .lists_l_num a {
    color: #fff;
}
.lists_l_content {
    height: 300px;
    background: #F7F7F7;
    padding: 5px 50px;
    box-sizing: border-box;
}
.lists_r {
    width: calc(100% - 472px);
    padding-left: 5%;
    box-sizing: border-box;
}
.lists_r .list {
    padding: 27px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    transition: all .4s;
    position: relative;
}
.lists_r .list::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #C41A1F;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .4s;
}
.list_tit {
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lists_l_tit {
    margin-top: 8px;
}
.lists_l_tit .rtp {
    font-size: 20px;
}
.lists_l_tit .rtp span {
    font-size: 36px;
    padding-right: 20px;
}
.lists_l_items .item {
    width: 150px;
    border-bottom: 1px solid #DCDCDC;
    padding: 29px 0 12px;
    box-sizing: border-box;
}
.lists_l_items .item_desc {
    margin-top: 9px;
}
.lists_l_con {
    margin-top: 32px;
    padding-left: 31px;
    box-sizing: border-box;
    position: relative;
}
.lists_l_con::before {
    content: "";
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(/en/img/horn_btn.png) no-repeat center/cover;
    z-index: 3;
}
.lists_r .list:hover::after {
    width: 100%;
}
.lists_r .list:hover .list_tit {
    color: #C41A1F;
}

@media only screen and (max-width: 1280px) {
    .lists_l {
        width: 420px;
    }
    .lists_r {
        width: calc(100% - 420px);
    }
}

@media only screen and (max-width: 1200px) {
    .lists_l_title {
        height: auto;
        padding: 30px 20px;
    }
    .lists_l_items .item {
        width: 48%;
        text-align: center;
    }
    .lists_l_content {
        padding: 0 20px 20px;
        height: auto;
    }
    .list_tit {
        max-width: 70%;
    }
    .lists_r .list {
        padding: 25px 0;
    }
}

@media only screen and (max-width: 1043px) {
    .lists_l {
        width: 360px;
    }
    .lists_r {
        width: calc(100% - 360px);
    }
    .lists_l_items .item {
        padding: 25px 0 12px;
    }
    .lists_l_tit .rtp span {
        font-size: 32px;
    }
}

@media only screen and (max-width: 750px) {
    .lists_l {
        width: 100%;
    }
    .lists_r {
        width: 100%;
        margin-top: 25px;
        padding-left: 0;
    }
    .lists_r .list {
        padding: 15px 0;
    }
    .lists_l_content {
        padding: 0 15px 20px;
    }
    .lists_l_items .item_desc {
        margin-top: 5px;
    }
    .lists_l_items .item {
        padding: 20px 0 10px;
    }
    .lists_r .list:last-child {
        border-bottom: none;
        padding-bottom: 5px;
    }
    .lists_l_con {
        margin-top: 20px;
        padding-left: 30px;
    }
    .lists_l_title {
        height: auto;
        padding: 20px 15px;
    }
    .lists_l_tit .rtp span {
        font-size: 22px;
    }
}


.development_pg01 .lists {
    flex-direction: column;
}
.development_pg01 .list:nth-child(2n) {
    flex-direction: row-reverse;
}
.development_pg01 .img {
    height: 492px;
    width: 50%;
}
.development_pg01 .texts {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
}
.development_pg01 .list:nth-child(2n) .texts {
    padding-left: 0;
    padding-right: 40px;
}
.development_pg01 .desc {
    margin-top: 10px;
    max-height: 215px;
    overflow-y: auto;
    padding-right: 5px;
    box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
    .development_pg01 .img {
        height: 378px;
    }
    .development_pg01 .desc {
        max-height: 142px;
    }
}

@media only screen and (max-width:750px) {
    .development_pg01 .img {
        height: auto;
        width: 100%;
    }
    .development_pg01 .bg_img {
        position: initial;
        transform: translate(0);
        height: auto;
        max-width: 100%;
        width: 100%;
    }
    .development_pg01 .texts {
        width: 100%;
        padding-left: 0;
        padding: 20px 0 25px;
    }
    .development_pg01 .list:nth-child(2n) .texts {
        padding-left: 0;
        padding-right: 0;
    }
    .development_pg01 .desc {
        line-height: 1.875;
        margin-top: 5px;
    }
    .development_pg01 .list:last-child .texts {
        padding-bottom: 0;
    }
}


/* 视频中心 */
.video_pg01 .list {
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
}
.video_pg01 .list:nth-child(3n) {
    margin-right: 0;
}
.video_pg01 .list .img {
    height: 276px;
    border-radius: 6px 6px 0px 0px;
}
.video_pg01 .list .img .video_advice{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_pg01 .list .img .video_btn{
    max-width: 55px;
    cursor: pointer;
}
.video_pg01 .list .texts {
    background: #F8F8F8;
    border-radius: 0px 0px 4px 4px;
    padding: 30px 26px;
    box-sizing: border-box;
}
.video_pg01 .list .time {
    color: #C41A1F;
}
.video_pg01 .list .tit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
    color: #333333;
    margin-top: 8px;
}
.video_pg01 .list:hover .bg_img {
    height: 105%;
}
.video_pg01 .list:hover .tit {
    color: #C41A1F;
}


.tk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 112;
    display: none;
    align-items: center;
    justify-content: center;
}
.tk.active {
    display: flex;
}
.tk .box {
    background: #FFFFFF;
    max-width: 1560px;
    max-width: 1400px;
    width: 92%;
    padding: 104px 65px;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.tk .box .swiper-button-next:after, .tk .box .swiper-button-prev:after{
    font-size: 34px;
    color: #50C4D6;
}
.tk .box .lists {
    align-items: flex-start;
}
.tk .img {
    width: 49%;
    height: 407px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.tk .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.tk .texts {
    width: 46.42%;
    margin-top: 10px;
}
.tk .texts .title {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 22px;
}
.tk .texts .desc {
    height: 178px;
    overflow-y: auto;
    padding-right: 15px;
    box-sizing: border-box;
    margin-top: 20px;
}
.tk .texts .ewm{
    margin-top: 20px;
}
.tk .texts .ewm_text{
    padding-left: 20px;
    box-sizing: border-box;
}
.tk .texts .ewm_text p{
    line-height: 1.72;
}
.tk .texts .tit {
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.tk .texts .tit::before {
    content: "";
    display: block;
    width: 4px;
    height: 26px;
    background: #C41A1F;
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
}
.close_btns {
    width: 60px;
    height: 60px;
    background: #C41A1F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}
.close_btns img {
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .close_btns:hover img {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1200px) {
    .tk .box {
        padding: 80px 65px;
    }
}
@media only screen and (max-width: 1043px) {
    .video_pg01 .list .img {
        height: 218px;
    }
    .tk .box{
        padding: 70px 65px;
        box-sizing: border-box;
    }
    .tk .img{
        height: 375px;
    }
    .tk .texts .desc {
        height: 112px;
    }
}
@media only screen and (max-width: 1024px) {
    .tk .box {
        padding: 65px 50px;
    }
    .tk .img {
        height: 355px;
    }
    .close_btns {
        width: 52px;
        height: 52px;
    }
    .tk .texts .desc {
        max-height: 252px;
    }
}
@media only screen and (max-width: 960px) {
    .tk .texts .desc {
        max-height: 236px;
    }
}
@media only screen and (max-width: 750px) {
    .video_pg01 .list {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }
    .video_pg01 .list:first-child{
        margin-top: 0;
    }
    .video_pg01 .list .texts {
        padding: 25px 20px;
    }
    .tk .box {
        padding: 50px 20px 35px;
    }
    .tk .img {
        height: 205px;
        width: 100%;
    }
    .tk .texts .desc {
        max-height: 104px;
    }
    .tk .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .tk .texts {
        width: 100%;
        margin-top: 20px;
    }
    .close_btn {
        width: 35px;
        height: 35px;
    }
    .close_btn img{
        max-width: 12px;
    }
    .tk .texts .tit::before{
        height: 20px;
        top: 14px;
    }
    .tk .texts .title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .close_btns {
        width: 42px;
        height: 42px;
    }
    .tk .texts .ewm .ewm_img{
        width: 80px;
    }
    .close_btns img{
        max-width: 16px;
    }
}<!--0.00012898445129395-->