@charset "utf-8";


/* CSS Document */


@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.wrap {
    margin: 0 1.52rem;
}

.pc-slide {
    width: 100%;
    margin: 1.36rem auto 0;

    position: relative;
    overflow: hidden;
}

.view .swiper-container {
    width: 100%;

}

.pImg {
    display: block;
}

.mImg {
    display: none;
}

.bannerTxt {
    position: absolute;
    left: 1.52rem;
    top: 20%;
    color: #fff;
    transition-duration: 1s;
    opacity: 0;
}

.bannerTxt img {
    width: 2.35rem;
}

.bannerTxt h1 {
    font-size: 0.6rem;
    /* font-family: 'syhtB'; */
    font-weight: normal;
}

.bannerTxt p {
    font-size: 0.24rem;
    line-height: 1.3;
}

.view .swiper-slide-active img {
    animation: changeScale 1 3s;
}

.view .swiper-slide-active .bannerTxt {
    top: 25%;
    opacity: 1;
}

.preview {
    width: 100%;
    position: absolute;
    bottom: 0.6rem;
    left: 0;
}

.preview .swiper-container {
    width: 100%;
    height: 1.41rem;

}

.preview .swiper-slide {
    width: 11.5%;
    height: 1.4rem;
    cursor: pointer;
    margin-right: 1%;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 0.22rem;
    padding-top: 0.2rem;
}

.preview .swiper-slide h1 {
    font-weight: normal;
    line-height: 1.2;
}

.preview .swiper-slide h1 i {
    font-size: 0.5rem;
}

.preview .swiper-slide h1 i.xxh {
    font-size: 0.22rem;
    position: relative;
    top: -0.1rem;
}

.preview .active-nav {
    background: #fff;
    color: #333;
}

.preview .active-nav h1 i {
    color: #014fa2;
}

.homeAbout {
    padding: 1.07rem 0;
}

.abLe {
    width: 52%;
    float: left;
}

.abLe img {
    width: 1.41rem;
}

.abLe h1,
.jjfaLe h1,
.hzTi h1 {
    font-size: 0.3rem;
    /* font-family: 'syhtB'; */
    line-height: 1.3;
    font-weight: normal;
}

.abLe h1 span {
    display: block;
    color: #004ea2;

}

.abLe p,
.jjfaLe p {
    font-size: 0.17rem;
    line-height: 1.8;
    margin: 0.2rem 0;
}

.hMore {
    width: 1.75rem;
    height: 0.47rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d6d6d6;
    font-size: 0.18rem;
    transition-duration: .5s;
}

.hMore span {
    width: 0.2rem;
    height: 0.2rem;
    background: #004ea2;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    transition-duration: .5s;
}

.hMore span i {
    color: #fff;
    font-size: 0.2rem;

}

.hMore:hover {

    border-color: #004ea2;
    color: #fff;
    background: #004ea2;
    border-radius: 5px;
}

.hMore:hover span {
    margin-left: 0.25rem;
}

.abRi {
    width: 43%;
    float: right;
    margin-top: 0.4rem;
    position: relative;
}

.bf-an {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.bf-an i {
    color: #fff;
    font-size: 0.6rem;
}

#videDivo1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.homeJjfa {
    background: url(../images/fabg.jpg) no-repeat center;
    padding: 0.5rem 0;
}

.homeJjfa .wrap {
    position: relative;
}

.homeJjfa .hzTi h1,
.homeJjfa .hzTi a {
    color: #fff;
}

.jjfaLe {
    width: 32%;
    background: #004ea2;
    height: 6.98rem;
    padding: 1rem 0.4rem 0 1.5rem;
    color: #fff;
}

.jjfaLe p {
    margin-bottom: 0.5rem;
}

.jjfaLe .hMore {
    color: #fff;
}

.jjfaLe .hMore span {
    background: #fff;
}

.jjfaLe .hMore span i {
    color: #004ea2;
}

.jjfaLe .hMore:hover {
    border-color: #fff;
    background: #fff;
    color: #004ea2;
}

.jjfaRi {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
    margin-top: 0.46rem;
    position: relative;
}

.faMenubox {
    width: 100%;
    margin-bottom: 0.3rem;
}

.faMenubox ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faMenubox ul li {
    width: 12.5%;
    text-align: center;
    color: #fff;
    font-size: 0.22rem;
    cursor: pointer;
    position: relative;
    height: 1.09rem;
    line-height: 1.3;
}

.faMenubox ul li i {
    font-size: 0.46rem;
}


.faMenubox ul li.hover {
    color: #fff;
    background: url(../images/tsj.png) no-repeat center;
    background-size: 100% 100%;
}

.yeTel {
    position: absolute;
    top: -0.05rem;
    right: 0rem;
}


.first-ywBox {
    width: 100%;
    position: relative;
}

.first-ywContenter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.first-ywContenter:nth-child(1) {
    position: relative;
    z-index: 3;
}

.show-first {
    opacity: 1 !important;
    z-index: 4 !important;
}

.sencond-yw {
    margin-bottom: 0.45rem;
}

.sencond-yw ul {
    zoom: 1;
}

.sencond-yw ul:after {
    display: block;
    content: '';
    clear: both;
}

.sencond-yw ul li {
    float: left;
    width: 23.5%;
    height: 0.65rem;
    margin-right: 2%;
    background: #ffffff;
    font-size: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.sencond-yw ul li:nth-child(4n) {
    margin-right: 0;
}

.sencond-active {
    background: #004ea2 !important;

    color: #fff;
}

.sencond-active:after {
    display: block;
    content: '';
    width: 14px;
    height: 12px;
    background: url(../images/jt01.png) no-repeat;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -7px;
}


.sencond-ywBox {
    position: relative;
}

.sencond-ywContenter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}

.sencond-ywContenter:nth-child(1) {
    position: relative;
    z-index: 3;
}

.show-sencond {
    opacity: 1 !important;
    z-index: 4 !important;
}


.yw-swiper {
    overflow: hidden;
    position: relative;
}

.yw-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

.yw-swiper .swiper-slide img {
    display: block;
    width: 100%;
    transition-duration: 0.5s;
}

.yw-swiper .swiper-slide h1 {
    height: 1.9rem;
    overflow: hidden;
}

.yw-swiper .swiper-slide h1 img {
    width: 100%;
    height: 100%;
    display: block;
}

.yw-swiper .swiper-slide p {
    height: 0.72rem;
    display: flex;
    justify-content: center;
    align-items: center !important;
    text-align: center;
    font-size: 0.2rem;
    background: #f0f1f6;
    transition-duration: .5s; line-height:1.1
}

.yw-swiper .swiper-slide:hover img {
    transform: scale(1.1);
}

.yw-swiper .swiper-slide:hover p {
    background: #004ea2;
    color: #fff;
}

.yw-next,
.yw-prev {
    width: 0.19rem;
    height: 0.34rem;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}

.yw-next {
    right: -0.3rem;
    background: url(../images/jt02-r.png) no-repeat;
    background-size: contain;
}

.yw-prev {
    left: -0.3rem;
    background: url(../images/jt02-l.png) no-repeat;
    background-size: contain;
}

.yw-search {
    margin-top: 0.35rem;
    box-sizing: border-box;
    zoom: 1;
    position: relative;
    border-radius: 40px;
    background: #fff;
    height: 0.58rem;
    overflow: hidden;
}


.yw-search input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 0.3rem;
    font-size: 0.18rem;
    color: #333;
}

.submit-yw {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.9rem;
    height: 0.58rem;
}

.submit-yw i {
    font-size: 0.4rem;
}

.faCbContainer img {
    width: 100%;
    display: block;
}

.homeJjfa .txt {

    color: #fff;
}

.homeJjfa .txt h1 {
    font-size: 0.2rem;
    /* font-family: 'syhtB'; */
    font-weight: normal;
}

.homeJjfa .txt h1 i {
    font-weight: normal;
    font-size: 0.2rem;
    margin-right: 0.1rem;
}

.homeJjfa .txt p {
    font-size: 0.2rem;
}

.faCbContainer.on img {
    animation: changeScale 1 3s;
}

.homeHzhb {
    padding: 1.1rem 0;
}

.hzTi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hL,
.hzMenubox ul {
    display: flex;
    justify-content: center;
    align-items: center;

    padding-top: 0.1rem;
}

.hzMenubox ul li {
    font-size: 0.24rem;
    padding: 0 0.2rem;
    position: relative;
    cursor: pointer;
}

.hzMenubox ul li:nth-child(1):after {
    content: '';
    width: 1px;
    height: 0.24rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.12rem;
    background: #b3b3b3;
}

.hzMenubox ul li.hover {
    color: #004ea2;
}

.hzCbContainer {
    margin: 0 2px;
}

.hzCbContainer li {
    width: 15.82%;
    float: left;
    height: 0.8rem;
    position: relative;
    margin-top: 0.2rem;
    margin-right: 1%;
    box-shadow: 1px 0px 5px 1px rgb(0 0 0 / 10%);
    border-radius: 5px;
}

.hzCbContainer li:nth-child(6n) {
    margin-right: 0;
}

.hzCbContainer li img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 96%;
    transition-duration: .5s;
    max-height: 70%;
}

.hzCbContainer li:hover img {
    transform: scale(1.1);
}

.homeNews {
    padding-bottom: 1.2rem;
}

.newBox {
    margin-top: 0.4rem;
}

.newLe {
    width: 41%;
    position: relative;
    float: left;
}

.newLe dt {
    height: 4.6rem;
    overflow: hidden;
    background: #000;
}

.newLe dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.newLe:hover dt img {
    transform: scale(1.1);
}

.newLe dd {
    position: absolute;
    height: 0.74rem;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.date {
    width: 1.24rem;
    background: #004ea2;
    color: #fff;
    height: 0.74rem;
    transform: skew(25deg);
    position: relative;
    left: -0.3rem;
    padding-left: 0.3rem;
}

.date h1 {
    transform: skew(-25deg);
    font-size: 0.3rem;
    /*    font-family: 'syhtB'; */
    font-weight: normal;
    line-height: 0.8;
    padding-left: 0.2rem;
    padding-top: 0.13rem;
}

.date p {
    transform: skew(-25deg);
    font-size: 0.18rem;
    padding-left: 0.06rem;
}

.nZi {
    font-size: 0.19rem;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}

.newRi {
    width: 57%;
    float: right;
    overflow: hidden;
}

.new01 a {
    display: flex;
    align-items: center;
    background: #f0f0f0;
    height: 1rem;
}

.new01 a .date {
    height: 1rem;
    width: 1.52rem;
    padding: 0.1rem 0 0 0.4rem;
}

.new01 a dd {
    width: 80%;
    padding-left: 0.1rem;
}

.new01 a dd h1 {
    font-size: 0.22rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new01 a dd p {
    font-size: 0.18rem;
}

.new02 li a {
    height: 0.9rem;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new02 li a p {
    font-size: 0.2rem;
    transition-duration: .5s;
    padding-left: 0.25rem;
    position: relative;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition-duration: .5s;
}

.new02 li a p:before,
.new02 li a p:after {
    content: '';
    width: 0.06rem;
    height: 0.08rem;
    position: absolute;
    top: 0.1rem;
    left: 0;
    background: #004ea2;
}

.new02 li a p:after {
    top: 0.2rem;
    background: #6eb92b;
}

.new02 li a span {
    font-size: 0.18rem;
}

.new02 li a:hover p {
    padding-left: 0.3rem;
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1600px) {

    .abLe p,
    .jjfaLe p {
        font-size: 0.2rem;
    }
}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}


@media only screen and (max-width: 960px) {

    .pc-slide {
        margin-top: 100px;
    }

    .wrap {
        margin: 0 40px;
    }

    .preview {
        bottom: 15px;
    }

    .preview .swiper-slide h1 i {
        font-size: 22px;
    }

    .preview .swiper-slide h1 i.xxh {
        font-size: 16px;
    }

    .preview .swiper-container {
        height: 60px;
    }

    .preview .swiper-slide {
        height: 60px;
        font-size: 14px;
        padding-top: 0px;
    }

    .homeAbout {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 960px) {

    .pImg,
    .bannerTxt img {
        display: none;
    }

    .mImg,
    .homeJjfa {
        display: block;
    }

    .pc-slide {
        margin-top: 85px;
    }

    .view .swiper-slide-active .bannerTxt {
        left: 15px;
    }



    .bannerTxt h1,
    .preview .swiper-slide h1 i {
        font-size: 26px;
    }

    .preview .swiper-slide {
        height: 60px;
        padding-top: 0;
        width: 24%;
    }

    .preview {
        bottom: 10px;
    }

    .wrap {
        margin: 0 15px;
    }

    .homeAbout,
    .homeHzhb {
        padding: 30px 0;
    }

    .abLe,
    .abRi,
    .jjfaLe,
    .jjfaRi,
    .newLe,
    .newRi {
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
        margin-left: 0;
        position: relative;
        margin-top: 10px;
    }

    .hMore {
        width: 100px;
        height: 35px;
        font-size: 12px;
    }

    .jjfaLe {
        padding: 35px 20px;
    }

    .homeJjfa .txt {
        top: 30px;
        left: 30px;
    }

    .hL,
    .hzMenubox ul {
        padding-top: 0;
        padding-left: 0;
    }

    .hzCbContainer li {
        width: 32%;
    }



    .faContentbox {
        clear: both;
    }

    .new02 li a {
        height: 40px;
    }

    .new01 a dd p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .abLe h1,
    .jjfaLe h1,
    .hzTi h1,
    .homeJjfa .txt h1,
    .homeJjfa .txt h1 i {
        font-size: 20px;
    }

    .new01 a dd h1 {
        font-size: 16px;
    }

    .bannerTxt p,
    .preview .swiper-slide,
    .abLe p,
    .jjfaLe p,
    .homeJjfa .txt p,
    .faMenubox ul li,
    .hzMenubox ul li,
    .nZi,
    .new02 li a p,
    .new01 a dd p {
        font-size: 14px;
    }

    .new02 li a span {
        font-size: 12px;
    }

    .mImg {
        width: 100%;
        display: block;
    }

    .faMenubox ul li {
        height: 55px;
    }

    .faMenubox ul li i {
        font-size: 20px;
    }

    .yw-swiper .swiper-slide h1 {
        height: 110px;
    }

    .sencond-yw ul li {
        font-size: 16px;
        height: 38px;
    }

    .yw-swiper .swiper-slide p {
        font-size: 14px;
        height: 45px;
    }

    .jjfaRi {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 750px) {

    .faMenubox {
        position: relative;
    }

    .faMenubox ul li {

        width: 25%;

        float: left;
        margin: 0 0% 10px;
    }

    .faMenubox ul {
        display: block;
    }

    .faMenubox ul:after {
        content: '';
        clear: both;
        display: block;
    }

    .yeTel {
        position: relative;
        margin-top: 20px;
    }

    .faMenubox ul li {
        line-height: 1.1;
        padding-top: 3px;
    }

    .sencond-yw ul li {
        font-size: 12px;
        height: 65px;
        line-height: 1.2;
    }

    .yw-swiper .swiper-slide h1 {
        height: 80px;
    }
.jjfaRi{ padding:4px}
    .hzCbContainer li {
        margin-right: 2%;
    }

    .hzCbContainer li:nth-child(3n) {
        margin-right: 0%;
    }
	.abLe h1{ font-size:18px}
	.yw-swiper .swiper-slide p{ font-size:12px}

}