@charset "utf-8";

/* CSS Document */



.slideBox {
    position: fixed;
    margin: 0 auto;
    background: #000;
    overflow: hidden;
    height: 80vh;
    width: 100%;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.slideBox .bd ul {
    height: 100%;
}

.slideBox .bd li {
    vertical-align: middle;
    position: relative;
    height: 100%;
}

.slideBox .bd li .banner-text {
    width: 100%;
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 38%;
    left: 0;
}

.slideBox .bd li .banner-text p {
    display: inline-block;
    text-align: left;
    width: 100%;
    font-size: 0.24rem;
    text-shadow: 0 0.02rem 0.05rem #555;
}

.slideBox .bd li .banner-text span {
    font-size: 0.26rem;
    text-shadow: 0 0.02rem 0.05rem #555;
    width: 100%;
    padding-top: 0.25rem;
    font-size: 0.6rem;
    display: inline-block;
    width: 100%;
}

.slideBox .bd li .banner-text .but {
    width: 2rem;
    height: 0.6rem;
    border-radius: 6px;
    background: #fff;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.22rem;
    margin-top: 10%;
    color: #333;
    transition-duration: 0.5s;
    cursor: pointer;
}

.slideBox .bd li .banner-text .but:hover {
    background: #0bb288;
    color: #fff;
}

.slideBox .bd .b-img {
    width: 100%;
    display: block;
    animation: changeScale 1 2.5s;
    height: 100%;
}

.slideBox .bd .s-img {
    display: none;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    color: #fff;
    width: 100%;
    text-align: left;
    padding-left: 5%;
}

.slideBox .hd ul li {
    display: inline-block;
    margin: 0 4px;
    width: 0.06rem;
    height: 0.21rem;
    background: #fff;
    cursor: pointer;
    transition-duration: .5s;
}

.slideBox .hd ul li.on {
    height: 0.28rem;
    background: #78c8be;
}

.slideBox .prev,
.slideBox .next {
    width: 0.38rem;
    height: 1.03rem;
    position: absolute;
    top: 50%;
    margin-top: -0.51rem;
    background: url(../images/pre.png) no-repeat center rgba(0,0,0,0.25);
    transition-duration: .5s; z-index:10;
}

.slideBox .prev {
    left: 0.3rem;
}

.slideBox .next {
    transform: rotate(180deg);
    right: 0.3rem;
}

.mouse {
    width: 22px;
    height: 32px;
    background: url(../images/m.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    left: 48%;
    bottom: 20px;
}

.mouse:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 9px;
    top: 10px;
    left: 50%;
    margin-left: -1px;
    background: #fff;
    -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);
    }
}

.ipart {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 80vh;
}

.ipart01 {
    width: 100%;
    background: #fff;
    padding: 0.5rem 0 1.25rem 0;
}

.in-bit {
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #333333;
}

.in-bit span {
    font-size: 0.2rem;
    color: #999999;
    display: inline-block;
    width: 100%;
    line-height: 0.24rem;
    font-family: "Arial";
}

.yf-list {
    width: 100%;
    padding-top: 0.55rem;
}

.yf-list dl {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0.15rem #e9e9e9;
    border-radius: 6px;
    padding:0.32rem;
    position: relative;
    top: 0;
    transition-duration: 0.5s;
    cursor: pointer;
}

.yf-list dl:hover {
    position: relative;
    top: -5px;
    box-shadow: 0 0 0.2rem #d0d0d0;
}

.yf-list dl dt .bit {
    height: 0.45rem;
    text-align: center;
    font-size: 0.24rem;
    color: #222222;
}

.yf-list dl dt .pic {
    overflow: hidden;
    width: 100%;
    position:relative;
}

.yf-list dl dt .pic .img01 {
    display: block;
    width: 100%;
}
.yf-list dl dt .pic .img02{ position:absolute; top:0; left:0; bottom:0; right:0; margin:auto; transition-duration:.5s; width: 36%;}
.yf-list dl:hover dt .pic .img02{animation:fadenum 3s;}
@keyframes fadenum{

   100%{transform:rotate(360deg);}

}


.yf-list dl dd .neir {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #7b7b7b;
    margin-top: 0.08rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.15rem;
}

.yf-list dl dd .an {
    width: 1.24rem;
    height: 0.35rem;
    text-align: center;
    background: #0bb288;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 0.35rem;
    font-size: 0.15rem;
    text-transform: uppercase;
    transition-duration: 1s;
    position: relative;
}


/* .yf-list dl dd .an:after {
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
    border-radius: 50%;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: opacity 0.3s, transform 0.8s;
} */

.yf-list dl dd .an:hover {
    transform: scale(1.1);
}

.yf-list dl dd .an:hover:after {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    filter: blur(0px);
}

.mobile-banner {
    display: none
}

.mobile-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

.mobile-banner .swiper-pagination-bullet-active {
    background: #d3090f;
}

.mobile-banner .swiper-pagination-bullet:focus {
    outline: none;
}

.mobile-banner .swiper-slide img {
    display: block;
    width: 100%;
}

.mobile-banner .swiper-pagination {
    text-align: center;
    padding-right: 20px;
}

.mobile-banner .swiper-horizontal>.swiper-pagination-bullets,
.mobile-banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
}


/* 3-7 */

.ipart02 {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 1.4rem;
    background: #fff;
}

.ipart02 .pic {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.ipart02 .pic img {
    opacity: 1;
    animation: run 12s linear infinite;
}

.in-about {
    position: relative;
    z-index: 2;
}

.in-about .box {
    margin-top: 1.15rem;
    position: relative;
    padding-bottom: 1.15rem;
}

.box-left {
    width: 39%;
    border-radius: 5px;
    background: #0bb288;
    color: #fff;
    position: relative;
    z-index: 3;
    padding: 0.3rem 0 0 0.5rem;
    position: absolute;
    left: 0;
    top: -0.7rem;
}

.box-left li {
    width: 100%;
    list-style: none;
    margin-bottom: 0.35rem;
    height: 0.58rem;
    line-height: 0.58rem;
    font-size: 0.18rem;
}

.box-left li p {
    display: inline-block;
    width: 1.72rem;
    height: 0.56rem;
    border: 1px solid #fff;
    line-height: 0.56rem;
    text-align: center;
    margin-right: 0.2rem;
    border-radius: 0.5rem;
float:left;
}
.box-left li .p1 {
    display: block;
    width: calc(95% - 1.7rem);
    float: right;
    line-height: 0.26rem;
}
.box-left li p span {
    font-size: 0.48rem;
    font-family: "AvantGarde";
    line-height:0.48rem;
}

.box-right {
    width: 65%;
    background: #fff;
    border-radius: 5px;
    z-index: 4;
    padding: 0.45rem 0.6rem 0.6rem 0.6rem;
    box-shadow: 0 5px 5px #e6e6e6;
    position: relative;
}

.box-right .more {
    width: 1.24rem;
    height: 0.35rem;
    text-align: center;
    background: #0bb288;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 0.35rem;
    font-size: 0.15rem;
    text-transform: uppercase;
    position: absolute;
    right: 0.6rem;
    top: 0.5rem;
    transition-duration: 0.5s;
}

.box-right .more:hover {
    transform: scale(1.1);
}

.box-right .bit {
    line-height: 0.5rem;
    color: #0bb288;
    font-size: 0.28rem;
}

.box-right .neir {
    font-size: 0.18rem;
    margin-top: 0.25rem;
    line-height: 0.3rem;
}


/* 3-7 */

.ipart03 {
    /* background: url(../images/news-bg.jpg) no-repeat top center #fff; */
    background: #fff;
    background-size: cover;
    padding: 0.9rem 0 0 0;
}


/* news */

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1500px) {
.yf-list dl dd .neir,.box-left li,.f-top .left dl dd{font-size: 0.2rem;}
.box-right .neir{font-size: 0.22rem; line-height:0.34rem;}

}
@media screen and (max-width: 1440px) {
  
 
}

@media only screen and (max-width: 1366px) {
 /* .yf-list dl dd .neir,.box-left li,.f-top .left dl dd{font-size: 0.22rem;}
 .box-right .neir{font-size: 0.24rem; line-height:0.34rem;} */
}

@media only screen and (max-width: 1280px) {
 
}

@media only screen and (max-width: 1180px) {
    .yf-list {
        padding-top: 15px;
    }
    .yf-list dl dt .bit {
        font-size: 18px;
    }
    .box-left {
        padding: 30px 0 0 20px;
    }
    .box-right {
        padding: 30px;
    }
    .box-right .more {
        top: 34px;
    }
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {
	.yf-list dl dd .neir,.box-right .neir{font-size: 16px; line-height: 30px;}
    .slideBox {
        height: auto;
        padding-top: 70px;
    }
    .ipart {
        top: 38vh;
    }
    .ipart01 {
        padding: 30px 0;
    }
    .in-bit {
        font-size: 26px;
        line-height: 26px;
    }
    .ipart02 {
        padding-top: 40px;
    }
    .in-about .box {
        margin-top: 35px;
        padding-bottom: 35px;
    }
    .box-left {
        width: 100%;
        padding: 15px;
        position: relative;
        left: 0;
        top: 0px;
    }
    .box-left li {
        margin-bottom: 15px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    .box-left li p {
        width: 90px;
        height: 36px;
        line-height: 36px;
        margin-right: 10px;
    }
    .box-left li p span {
        font-size: 22px;
    }
    .box-right {
        width: 100%;
        padding: 15px;
    }
    .box-right .bit {
        line-height: 30px;
        font-size: 20px;
        padding-bottom: 25px;
    }
    .slideBox .bd li .banner-text p,
    .slideBox .bd li .banner-text .but {
        display: none;
    }
    .box-right .more {
        width: 84px;
        top: 53px;
        right: 18px;
    }
}

@-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);
    }
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes run {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.04);
    }
    50% {
        transform: scale(1.08);
    }
    75% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}