@charset "utf-8";

/* CSS Document */

.banner {}

.b-img {
    display: block;
}

.s-img {
    display: none;
}


/* in-enter */

.in-enter dl {
    width: 15%;
    float: left;
    margin-right: 1.5%;
    padding-top: 0.5rem;
    cursor: pointer;
	position: relative;
}

.in-enter dl:nth-child(5) {
    margin-right: 0;
}
.in-enter dl .dw{width: 150px;height: 1.05rem; position: absolute;left: 20%; top: 90%; opacity: 0;}
.in-enter dl .dw img{ width:100%}
.in-enter dl:hover .dw{opacity: 1; z-index:99;}
.in-enter dl dt {
    width: 1.42rem;
    height: 1.55rem;
    margin: 0 auto;
    padding-top: 0.35rem;
    color: #fff;
    text-align: center;
}

.in-enter dl:hover dt .pic {
    transform: rotateY(180deg);
}

.in-enter dl dt .pic {
    height: 0.6rem;
    transition-duration: 1s;
}

.in-enter dl dt .pic img {
    display: inline-block;
}

.in-enter dl dt .text {
    font-size: 0.2rem;
}

.in-enter dl dt a {
    color: #fff;
}

.in-enter dl:nth-child(1) dt {
    background: url(../images/enter-bg1.png) no-repeat;
    background-size: contain;
}

.in-enter dl:nth-child(2) dt {
    background: url(../images/enter-bg2.png) no-repeat;
    background-size: contain;
}

.in-enter dl:nth-child(3) dt {
    background: url(../images/enter-bg3.png) no-repeat;
    background-size: contain;
}

.in-enter dl:nth-child(4) dt {
    background: url(../images/enter-bg4.png) no-repeat;
    background-size: contain;
}

.in-enter dl:nth-child(5) dt {
    background: url(../images/enter-bg5.png) no-repeat;
    background-size: contain;
}
.in-enter dl:nth-child(6) dt {
    background: url(../images/enter-bg2.png) no-repeat;
    background-size: contain;
}
.a-img {
    -webkit-animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: updown 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

@keyframes updown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}


/* in-enter */


/* .in-zn dl:hover dt {
    -moz-box-shadow: 0px 0px 6px #333333;
    -webkit-box-shadow: 0px 0px 6px #333333;
    box-shadow: 0px 0px 6px #333333;
} */

.in-new-ti {
    margin-bottom: 0.2rem;
}

.in-new-ti h1:after {
    position: absolute;
    content: "";
    width: 0.06rem;
    height: 0.28rem;
    border-radius: 0.25rem;
    background: #fe8b95;
    left: 0;
    top: 0.13rem;
}

.in-new-ti h1 {
    float: left;
    font-size: 0.28rem;
    font-weight: normal;
    position: relative;
    padding-left: 0.2rem;
}

.in-new-ti h1 p {
    display: inline-block;
    color: #333;
    padding-bottom: 0.10rem;
    position: relative;
}

.in-new-ti h1 p:after {
    content: "";
    width: 117px;
    height: 13px;
    background: url(../images/1.png) no-repeat bottom center;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.in-new-ti a {
    float: right;
    padding-top: 0.12rem;
    font-size: 0.20rem;
}

.in-new01 {
    width: 100%;
    padding: 0.53rem 0 0.45rem 0
}

.new-img {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.new-img .bd {
    width: 45.8%;
    position: relative;
    height: 100%;
    overflow: hidden;
    float: left;
    background: #000;
    z-index: 1;
}

.new-img .bd li {
    vertical-align: middle;
    position: relative;
}

.new-img .bd img {
    width: 100%;
    display: block;
    animation: changeScale 1 2.5s;
}

.new-img .hd {
    width: 52%;
    float: right;
    position: relative;
    height: 100%;
    z-index: 2;
}

.new-img .hd ul {
    zoom: 1;
    width: 100%;
    position: relative;
    height: 100%;
}

.new-img .hd ul li {
    width: 100%;
    padding: 0.25rem 0.2rem;
    border: 1px solid #bfbfbf;
    margin-bottom: 0.15rem;
    height: 1.47rem;
    position: relative;
    cursor: pointer;
}

.new-img .hd ul li .time {
    width: 0.96rem;
    height: 0.96rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.06rem;
    margin-right: 0.3rem;
    display: inline-block;
    font-size: 0.18rem;
    text-align: center;
    padding-top: 0.1rem;
    line-height: 0.2rem;
}

.new-img .hd ul li .time span {
    display: inline-block;
    width: 100%;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.48rem;
}

.new-img .hd ul li .neir {
    display: contents;
}

.new-img .hd ul li .neir h1 {
    line-height: 0.38rem;
    font-size: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.new-img .hd ul li .neir p {
    line-height: 0.26rem;
    font-size: 0.16rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0.05rem;
}

.new-img .hd ul li.on {
    background: #fe8b95;
    border: 1px solid #fe8b95;
    position: relative;
}

.new-img .hd ul li.on {
    color: #fff;
}

.new-img .hd ul li.on:after {
    width: 0.5rem;
    height: 1.47rem;
    background: url(../images/new-after.png) no-repeat;
    position: absolute;
    content: "";
    left: -0.51rem;
    top: -0.02rem;
    transition-duration: 1s;
    background-size: contain;
}

.new-wb {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    line-height: 0.60rem;
}

.new-wb h1 {
    width: 70%;
    font-size: 0.17rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.txtMarquee-left {
    margin-bottom: 0.3rem;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    display: none;
}

@media only screen and (max-width: 1450px) {
    .in-zn dl dd,
    .in-new-ti span,
    .new-wb h1,
    .in-gg-list li,
    .link-li p,
    .in-gg-list li span {
        font-size: 0.22rem;
    }
    .in-new-ti h1 {
        font-size: 0.28rem;
    }
    .new-img .bd img {
        height: 4.7rem
    }
}

@media only screen and (max-width: 1366px) {
    .in-enter dl dt .pic img {
        width: 35%;
    }
}

@media only screen and (max-width: 1240px) {}

@media only screen and (max-width: 1008px) {
    .in-enter dl dt {
        width: 85%;
        height: 1.2rem;
        margin: 0 auto;
        padding-top: 35px;
    }
    .in-enter dl dt .pic {
        height: 60px;
    }
    .in-enter dl dt .text {
        font-size: 18px;
    }
    .in-new01 {
        width: 100%;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 760px) {
    .banner {
        padding-top: 70px;
    }
    .b-img {
        display: none;
    }
    .s-img {
        display: block;
    }
    .in-enter dl {
        width: 31%;
        margin-right: 2.33333%;
    }
    .in-enter dl dt {
        width: 100px;
        height: 115px;
        padding-top: 20px;
    }
    .in-enter dl dt .pic {
        height: 45px;
    }
    .in-enter dl dt .text {
        font-size: 16px;
    }
    .in-new-ti h1 {
        font-size: 20px;
    }
    .in-new-ti h1:after {
        height: 20px;
        top: 9px;
    }
    .in-new-ti a {
        font-size: 16px;
    }
    .new-img .hd ul li.on:after {
        display: none;
    }
    .new-img .hd ul li .neir h1 {
        font-size: 17px;
    }
    .new-img .hd ul li .neir p {
        line-height: 20px;
        font-size: 15px;
    }
    .new-img .hd ul li .time {
        margin-top: 7px;
    }
    .new-img .hd ul li {
        padding: 0.15rem 0.2rem;
    }
    .bg-f6 {
        padding: 30px 20px 0 20px;
    }
    .new-img .bd,
    .new-img .hd {
        width: 100%;
    }
    .in-new02,
    .in-gg li:nth-child(2) {
        margin: 10px 0;
    }
    .Menubox ul li {
        font-size: 18px;
    }
    .in-gg-list li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .in-link h1,
    .txtMarquee-left .bd ul li {
        font-size: 16px;
    }
    .link-li {
        font-size: 13px;
        padding: 10px 0;
    }
    .in-new01 {
        padding: 0;
    }
    .in-zn dl dd,
    .in-new-ti span,
    .new-wb h1,
    .in-gg-list li,
    .link-li p,
    .in-gg-list li span {
        font-size: 0.26rem;
    }
    .in-gg-list li a {
        width: 75%;
    }
    .in-gg-list li {
        padding-left: 0.3rem;
    }
    .in-gg-list li:before {
        width: 4px;
        height: 4px;
        top: 12px;
    }
}

@-webkit-keyframes grow {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(2);
    }
}

@-moz-keyframes grow {
    from {
        -moz-transform: scale(1);
    }
    to {
        -moz-transform: scale(2);
    }
}

@keyframes grow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}