﻿@charset 'utf-8';


.newlist .newlist1 {
    padding-top: 28px;
    padding-bottom: 162px;
    background: #f8f8fc;
}

.newlist .newlist1h {
    padding-top: 73px;
    padding-bottom: 45px;
}

.newlist .newcn {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 22px;
}

.newlist .newlist1 .tui {
    /*margin-top: 64px;*/
}

    .newlist .newlist1 .tui .l {
        position: relative;
        overflow: hidden;
        height: 360px;
    }

    .newlist .newlist1 .tui img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .newlist .newlist1 .tui .r {
        height: 360px;
        padding-right: 35px;
        padding-left: 80px;
        position: relative;
    }

    .newlist .newlist1 .tui h4 a {
        color: #bf2c37;
    }

    .newlist .newlist1 .tui h5 {
        color: #999;
        font-size: 16px;
        margin-top: 16px;
        margin-bottom: 35px;
    }

    .newlist .newlist1 .tui p {
        color: #434343;
        line-height: 30px;
        height: 120px;
        overflow: hidden;
    }

        .newlist .newlist1 .tui p a {
            color: #434343;
        }

    .newlist .newlist1 .tui .more2 {
        width: 111px;
        height: 33px;
        line-height: 33px;
        position: absolute;
        bottom: 0;
    }

.newlist .newlist1 .tit h3 {
    color: #848484;
}

.newlist .newlist1 .tui2 {
    margin-top: 72px;
}

.newslick {
}

    .newslick .item img {
        width: 100%;
    }

    .newslick .item a {
        position: relative;
        display: block;
    }

        .newslick .item a::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: '';
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            background: rgba(0, 0, 0, .4);
        }

        .newslick .item a::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 3px solid #bf2c37;
            -webkit-transition: all .3s ease-out 0s;
            -moz-transition: all .3s ease-out 0s;
            -ms-transition: all .3s ease-out 0s;
            -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
            opacity: 0;
        }

    .newslick .item:hover a::after {
        opacity: 0;
    }

    .newslick .item:hover a::before, .newslick .item.act a::before {
        opacity: 1;
    }

    .newslick .item.act a::after {
        display: none;
    }

    .newslick .slick-prev, .newslick .slick-next {
        z-index: 10;
        top: auto;
        bottom: -107px;
        width: 51px;
        height: 51px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .newslick .slick-prev {
        left: 50%;
        margin-left: -69px;
        background-image: url(../images/arrowl3.png);
    }

    .newslick .slick-next {
        right: 50%;
        margin-right: -69px;
        background-image: url(../images/arrowr3.png);
    }

.newlist .newlist2 {
    padding-top: 42px;
}

    .newlist .newlist2 .news_ul {
        margin: 0 -8px;
        padding-bottom: 57px;
        padding:0;
    }

        .newlist .newlist2 .news_ul li {
            padding: 0 8px;
            float: left;
            width: 33.333%;
            margin-bottom: 21px;
        }

            .newlist .newlist2 .news_ul li a {
                display: block;
            }

            .newlist .newlist2 .news_ul li .imgdiv img {
                width: 100%;
            }

            .newlist .newlist2 .news_ul li .condiv {
                position: relative;
                padding-top: 81px;
                padding-bottom: 28px;
                -webkit-transition: all .5s ease-out 0s;
                -moz-transition: all .5s ease-out 0s;
                -ms-transition: all .5s ease-out 0s;
                -o-transition: all .5s ease-out 0s;
                transition: all .5s ease-out 0s;
                color: #666;
                border-bottom: 1px solid #eee;
                height: 222px;
            }

                .newlist .newlist2 .news_ul li .condiv .time {
                    font-family: 'HUE';
                    font-size: 28px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    padding-top: 25px;
                    padding-bottom: 25px;
                    -webkit-transition: all .5s ease-out 0s;
                    -moz-transition: all .5s ease-out 0s;
                    -ms-transition: all .5s ease-out 0s;
                    -o-transition: all .5s ease-out 0s;
                    transition: all .5s ease-out 0s;
                    letter-spacing: .5px;
                    color: #464646;
                }

                    .newlist .newlist2 .news_ul li .condiv .time span {
                        color: #bf2c37;
                        /*line-height: 74px;*/
                        font-size: 20px;
                        font-family: "HC";
                    }

                    .newlist .newlist2 .news_ul li .condiv .time img {
                        float: right;
                        margin-top: 6px;
                    }

                .newlist .newlist2 .news_ul li .condiv h5 {
                    font-size: 16px;
                    color: #848484;
                    letter-spacing: 1px;
                    line-height: 1.4;
                    min-height: 44px;
                }

                .newlist .newlist2 .news_ul li .condiv .con {
                    margin-top: 24px;
                    color: #848484;
                }

                    .newlist .newlist2 .news_ul li .condiv .con p {
                        line-height: 20px;
                        font-size: 14px;
                        letter-spacing: 0.8px;
                        height: 60px;
                        overflow: hidden;
                        word-break:break-all;
                    }

@media (min-width: 992px) {
    .newlist .newlist2 .news_ul li a:hover .imgdiv img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .newlist .newlist2 .news_ul li a:hover .condiv {
        padding-top: 25px;
    }

        .newlist .newlist2 .news_ul li a:hover .condiv .time {
            top: 138px;
            padding-right: 15px;
            padding-left: 15px;
            color: #fff;
            background: #bf2c37;
        }

            .newlist .newlist2 .news_ul li a:hover .condiv .time img {
                opacity: 1;
            }

            .newlist .newlist2 .news_ul li a:hover .condiv .time span {
                color: #fff;
            }

    .newlist .newlist2 .news_ul li a:hover h5 {
        color: #bf2c37;
    }

    .newlist .newlist2 .news_ul li a:hover .con p {
        height: 20px;
    }
}

.food .ullist2 {
    margin-top: 35px;
    padding-bottom: 72px;
}

    .food .ullist2 ul {
        display: table;
        width: 100%;
    }

        .food .ullist2 ul li {
            display: table-cell;
            position: relative;
            overflow: hidden;
            vertical-align: top;
            color: #fff;
        }

            .food .ullist2 ul li .imgd {
                position: absolute;
                top: 0;
                left: 50%;
                min-height: 420px;
                min-width: 100%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
            }

            .food .ullist2 ul li .lin {
                text-align: center;
                position: relative;
            }

                .food .ullist2 ul li .lin .imgk {
                    position: relative;
                    z-index: 2;
                }

                    .food .ullist2 ul li .lin .imgk img {
                        opacity: 0;
                        width: 100%;
                    }

    .food .ullist2 .ul1 li:nth-child(1) .lin .imgk img {
        opacity: 1;
    }

    .food .ullist2 ul li span {
        position: absolute;
        bottom: 43px;
        left: 43px;
        font-size: 18px;
        z-index: 3;
    }

    .food .ullist2 .ul1 li:nth-child(1) {
        width: 70%;
        padding-right: 30px;
    }

    .food .ullist2 .ul1 li:nth-child(2) {
        width: 30%;
        background: #bf2c37;
        text-align: center;
        vertical-align: middle;
    }

        .food .ullist2 .ul1 li:nth-child(2) .lin {
            display: inline-block;
        }

    .food .ullist2 .ul1 li:nth-child(1) .imgd {
        opacity: 0;
    }

    .food .ullist2 .ul1 li h1 {
        font-size: 30px;
    }

    .food .ullist2 .ul1 li h3 {
        font-size: 20px;
        margin-top: 8px;
        text-transform: uppercase;
    }

    .food .ullist2 .ul1 li .img1 {
        margin-top: 55px;
    }

    .food .ullist2 .ul2 {
        margin-top: 28px;
    }

    .food .ullist2 .ul4 li {
        float: right;
        height: 420px;
    }

        .food .ullist2 .ul2 li:nth-child(1), .food .ullist2 .ul4 li:nth-child(3) {
            width: 56%;
        }

    .food .ullist2 .ul2 li:nth-child(2) {
        padding-left: 30px;
        padding-right: 30px;
        width: 14%;
    }

        .food .ullist2 .ul2 li:nth-child(2) .lin {
            background: #1b91de;
            line-height: 420px;
        }

            .food .ullist2 .ul2 li:nth-child(2) .lin img {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .food .ullist2 .ul3 li:nth-child(2) .lin img {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .food .ullist2 .ul2 li:nth-child(3), .food .ullist2 .ul4 li:nth-child(1) {
        width: 30%;
    }

    .food .ullist2 .ul4 li:nth-child(3) {
        width: 56%;
    }

    .food .ullist2 .huangjian {
        width: 35%;
        height: 121px;
        background: #bf2c37;
        line-height: 121px;
        margin-top: 28px;
        text-align: center;
    }

    .food .ullist2 ul li::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url(../images/yanj.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 2;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        cursor: pointer;
    }

@media screen and (min-width: 767px) {
    .food .ullist2 .ul3 li::after {
        height: 420px;
    }
}

.food .ullist2 .ul1 li:nth-child(1)::after {
    right: 30px;
}

.food .ullist2 ul li:nth-child(2)::after {
    display: none;
}

.food .ullist2 ul li:hover::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/*弹窗*/

html.active {
    overflow: hidden;
}

.tanditu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: hidden;
    z-index: -1;
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
}

    .tanditu.act {
        z-index: 10001;
        visibility: visible;
        opacity: 1;
    }

    .tanditu .closeimg {
        position: relative;
        top: -40px;
        right: 0px;
        width: 40px;
        cursor: pointer;
        margin-right: -40px;
        float: right;
    }

    .tanditu .ditudiv {
        width: 810px;
        background: #fff;
        margin: 81px auto;
    }

        .tanditu .ditudiv .map {
            height: 400px;
        }

        .tanditu .ditudiv .con {
            padding: 30px 40px 30px 40px;
        }

.mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

.tanditu .ditudiv .con .scroll {
    max-height: 240px;
}

.tanditu .ditudiv .con h4 {
    color: #bf2c37;
    margin-bottom: 45px;
}

.tanditu .ditudiv .con p {
    line-height: 24px;
}

.newlist .newsd1 {
    background: #fff;
    padding-top: 82px;
}

.newlist .newsd h1 {
    font-size: 30px;
}

.newlist .newsd .time1 {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 29px;
    padding-bottom: 28px;
    position: relative;
    margin-top: 59px;
    padding-right: 100px;
}

    .newlist .newsd .time1 span {
        font-size: 20px;
        font-family: "HUE";
        color: #464646;
    }

    .newlist .newsd .time1 .span1 {
        font-family: "微软雅黑";
        color: #bf2c37;
    }

    .newlist .newsd .time1 .return {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #999;
        font-size: 16px;
    }

        .newlist .newsd .time1 .return img {
            width: 20px;
            margin-right: 15px;
            margin-top: -3px;
        }

.newlist .newsd .nei {
    padding-top: 13px;
}

    .newlist .newsd .nei p img {
        max-width: 100%;
    }

    .newlist .newsd .nei p {
        line-height: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }

        .newlist .newsd .nei p:last-child {
            border-bottom: 0;
        }

.newlist .newsd .shxia {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 25px;
    padding-bottom: 27px;
    margin-top: 45px;
}

    .newlist .newsd .shxia a {
        line-height: 24px;
    }

        .newlist .newsd .time1 .return:hover, .newlist .newsd .shxia a:hover {
            color: #bf2c37;
        }





@media (max-width: 767px) {

    .newlist .newlist1 .tui .r, .newlist .newlist1 .tui .l {
        width: 100%;
        height: auto;
    }

    .newlist .newlist1 .tui .r {
        padding-left: 0;
        padding-right: 0;
        margin-top: 25px;
    }

    .newlist .newlist1 .tui img {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .newlist .newlist1 .tui .more2 {
        position: relative;
        margin-top: 15px;
    }

    .tui .slick-prev, .tui .slick-next {
        z-index: 10;
        top: auto;
        bottom: -107px;
        width: 51px;
        height: 51px;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .tui .slick-prev {
        left: 50%;
        margin-left: -69px;
        background-image: url(../images/arrowl3.png);
    }

    .tui .slick-next {
        right: 50%;
        margin-right: -69px;
        background-image: url(../images/arrowr3.png);
    }

    .newlist .newlist1 {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .newlist .newlist1h {
        padding-bottom: 25px;
        padding-top: 54px;
    }

    .newlist .newlist1 .tit {
        text-align: center;
    }

        .newlist .newlist1 .tit h1 {
            font-size: 24px;
        }

        .newlist .newlist1 .tit h3 {
            font-size: 18px;
            margin-top: 10px;
        }

    .newlist .newlist1 .tui {
        margin-top: 35px;
    }

    .newlist .newlist2 {
        padding-top: 33px;
    }

        .newlist .newlist2 .news_ul li {
            width: 100%;
        }

        .newlist .newlist2 .news_ul {
            padding-bottom: 25px;
        }

    .newlist .newcn {
        padding-bottom: 45px;
    }

    .tanditu .ditudiv {
        width: 100%;
        margin: 0 auto;
    }

    .tanditu .closeimg {
        top: 0px;
        right: 40px;
    }

    .tanditu .ditudiv .map {
        height: 200px;
    }

    .tanditu .ditudiv .con {
        padding: 30px 20px 20px;
    }

    .newlist .newsd .shxia a {
        width: 100%;
        float: none;
        display: block;
    }

    .newlist .newsd h1 {
        font-size: 24px;
        line-height: 1.5;
    }

    .newlist .newsd1 {
        padding-top: 35px;
    }

    .newlist .newsd .time1 {
        margin-top: 25px;
    }
}

#map {
    height: 640px;
}

@media screen and (max-width: 450px) {
    .zhan .newlist1 .anli_l2 ul li {
        width: 100%;
    }
}

@media (max-height: 800px) {
    .tanditu .ditudiv .map {
        height: 300px;
    }

    .tanditu .ditudiv {
        margin: 60px auto;
    }

        .tanditu .ditudiv .con .scroll {
            max-height: 150px;
        }

    #map {
        height: 200px;
    }
}

.he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.he_img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.imgdiv {
    position: relative;
}


.ib {
    display: inline-block;
    vertical-align: middle;
}

.imgdiv img,
.tra0_3,
.imgk img {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.tra1 {
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.dimgdiv img:last-of-type {
    display: none;
}

.dimgdiv:hover img:first-of-type {
    display: none;
}

.dimgdiv:hover img:last-of-type {
    display: inline;
}

.disnone {
    display: none !important;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: ' ';
}

.clearfix {
    zoom: 1;
}

.cp {
    cursor: pointer;
}

.fb {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.l,
.r {
    width: 50%;
}

.c_333 {
    color: #333;
}

.c_666 {
    color: #666;
}

.c_999 {
    color: #999;
}

.c_w {
    color: #fff;
}

.bg_w {
    background: #fff;
}

.c_b {
    color: #000;
}

.bg_b {
    background: #000;
}

.img_d {
    display: none;
}

.img_dd {
    display: none !important;
}

.hm {
    height: 100%;
}

.tn {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.t50 {
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.tx50 {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ty50 {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tablediv {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
}

.imgdiv {
    overflow: hidden;
}


.news2con{padding: .65rem 0 1.3rem;background: #fbfbfb}
.news2box{background: #fff;box-shadow: 0.349px 9.994px .3rem 0px rgba(179, 179, 179, 0.15);}
.news2box{padding:3.5vw 9vw 4.5vw}
.news2box .contentbox{padding: .3rem 0;line-height:.4rem;font-size:16px;}
.news2box .contentbox img{display:inline-block;}
.news2top .h1{font-size: .34rem;color: #2f2f2f;margin-bottom: .25rem}
.news2top{text-align: center;padding-bottom: .5rem;border-bottom: .02rem solid #cccccc}
.news2top .h2{font-size: .14rem;color: #2f2f2f}
.news2bottom .item{float: left;width: 50%;text-align: center;font-size: 0;background: #f8f8f8;line-height: .7rem;transition: all .3s ease-in-out}
.news2bottom .item span{display: inline-block;vertical-align: middle;font-size: .14rem;color: #333;transition: all .3s ease-in-out;margin: 0 .15rem}
.news2bottom .item .txt{max-width: 65%;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


@media (min-width: 1000px){
  .news1tab .item:hover{background: #003a70;color: #fff}
  .news2bottom .item:hover{background: #003a70}
  .news2bottom .item:hover span{color: #fff}

  .news1tab2 .item:hover{background: #003a70;color: #fff}
}

@media (max-width: 767px){
  .news1tab .item{font-size: 14px;border-width: 1px;width: 150px;height: 36px;line-height: 34px;  margin: 6px;}
  .news2box{padding:6vw}
  .news2top .h2{font-size: 12px;line-height: 1.3}
  .news2top .h1{font-size: 18px;}
  .news2bottom .item{width: 100%}
  .news2bottom .item span{font-size: 13px;}

  .news1tab2 .item{font-size: 14px;border-width: 1px; margin: 6px;}
}