* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

img {
    border: none;
}

i,
em {
    font-style: normal;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    border: none;
    box-sizing: border-box;
    padding-left: 20px;
    color: #ccc;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

/*动画*/
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes wrapper1 {
    0% {
        -moz-transform: translate3d(380px, -150px, 0);
        -webkit-transform: translate3d(380px, -150px, 0);
        -o-transform: translate3d(380px, -150px, 0);
        -ms-transform: translate3d(380px, -150px, 0);
        transform: translate3d(380px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(-150px, 1080px, 0);
        -webkit-transform: translate3d(-150px, 1080px, 0);
        -o-transform: translate3d(-150px, 1080px, 0);
        -ms-transform: translate3d(-150px, 1080px, 0);
        transform: translate3d(-150px, 1080px, 0)
    }
}

@-webkit-keyframes wrapper1 {
    0% {
        -moz-transform: translate3d(380px, -150px, 0);
        -webkit-transform: translate3d(380px, -150px, 0);
        -o-transform: translate3d(380px, -150px, 0);
        -ms-transform: translate3d(380px, -150px, 0);
        transform: translate3d(380px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(-150px, 1080px, 0);
        -webkit-transform: translate3d(-150px, 1080px, 0);
        -o-transform: translate3d(-150px, 1080px, 0);
        -ms-transform: translate3d(-150px, 1080px, 0);
        transform: translate3d(-150px, 1080px, 0)
    }
}

@-o-keyframes wrapper1 {
    0% {
        -moz-transform: translate3d(380px, -150px, 0);
        -webkit-transform: translate3d(380px, -150px, 0);
        -o-transform: translate3d(380px, -150px, 0);
        -ms-transform: translate3d(380px, -150px, 0);
        transform: translate3d(380px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(-150px, 1080px, 0);
        -webkit-transform: translate3d(-150px, 1080px, 0);
        -o-transform: translate3d(-150px, 1080px, 0);
        -ms-transform: translate3d(-150px, 1080px, 0);
        transform: translate3d(-150px, 1080px, 0)
    }
}

@-ms-keyframes wrapper1 {
    0% {
        -moz-transform: translate3d(380px, -150px, 0);
        -webkit-transform: translate3d(380px, -150px, 0);
        -o-transform: translate3d(380px, -150px, 0);
        -ms-transform: translate3d(380px, -150px, 0);
        transform: translate3d(380px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(-150px, 1080px, 0);
        -webkit-transform: translate3d(-150px, 1080px, 0);
        -o-transform: translate3d(-150px, 1080px, 0);
        -ms-transform: translate3d(-150px, 1080px, 0);
        transform: translate3d(-150px, 1080px, 0)
    }
}

@keyframes wrapper1 {
    0% {
        -moz-transform: translate3d(380px, -150px, 0);
        -webkit-transform: translate3d(380px, -150px, 0);
        -o-transform: translate3d(380px, -150px, 0);
        -ms-transform: translate3d(380px, -150px, 0);
        transform: translate3d(380px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(-150px, 1080px, 0);
        -webkit-transform: translate3d(-150px, 1080px, 0);
        -o-transform: translate3d(-150px, 1080px, 0);
        -ms-transform: translate3d(-150px, 1080px, 0);
        transform: translate3d(-150px, 1080px, 0)
    }
}

@-moz-keyframes wrapper2 {
    0% {
        -moz-transform: translate3d(420px, -150px, 0);
        -webkit-transform: translate3d(420px, -150px, 0);
        -o-transform: translate3d(420px, -150px, 0);
        -ms-transform: translate3d(420px, -150px, 0);
        transform: translate3d(420px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(225px, 1080px, 0);
        -webkit-transform: translate3d(225px, 1080px, 0);
        -o-transform: translate3d(225px, 1080px, 0);
        -ms-transform: translate3d(225px, 1080px, 0);
        transform: translate3d(225px, 1080px, 0)
    }
}

@-webkit-keyframes wrapper2 {
    0% {
        -moz-transform: translate3d(420px, -150px, 0);
        -webkit-transform: translate3d(420px, -150px, 0);
        -o-transform: translate3d(420px, -150px, 0);
        -ms-transform: translate3d(420px, -150px, 0);
        transform: translate3d(420px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(225px, 1080px, 0);
        -webkit-transform: translate3d(225px, 1080px, 0);
        -o-transform: translate3d(225px, 1080px, 0);
        -ms-transform: translate3d(225px, 1080px, 0);
        transform: translate3d(225px, 1080px, 0)
    }
}

@-o-keyframes wrapper2 {
    0% {
        -moz-transform: translate3d(420px, -150px, 0);
        -webkit-transform: translate3d(420px, -150px, 0);
        -o-transform: translate3d(420px, -150px, 0);
        -ms-transform: translate3d(420px, -150px, 0);
        transform: translate3d(420px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(225px, 1080px, 0);
        -webkit-transform: translate3d(225px, 1080px, 0);
        -o-transform: translate3d(225px, 1080px, 0);
        -ms-transform: translate3d(225px, 1080px, 0);
        transform: translate3d(225px, 1080px, 0)
    }
}

@-ms-keyframes wrapper2 {
    0% {
        -moz-transform: translate3d(420px, -150px, 0);
        -webkit-transform: translate3d(420px, -150px, 0);
        -o-transform: translate3d(420px, -150px, 0);
        -ms-transform: translate3d(420px, -150px, 0);
        transform: translate3d(420px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(225px, 1080px, 0);
        -webkit-transform: translate3d(225px, 1080px, 0);
        -o-transform: translate3d(225px, 1080px, 0);
        -ms-transform: translate3d(225px, 1080px, 0);
        transform: translate3d(225px, 1080px, 0)
    }
}

@keyframes wrapper2 {
    0% {
        -moz-transform: translate3d(420px, -150px, 0);
        -webkit-transform: translate3d(420px, -150px, 0);
        -o-transform: translate3d(420px, -150px, 0);
        -ms-transform: translate3d(420px, -150px, 0);
        transform: translate3d(420px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(225px, 1080px, 0);
        -webkit-transform: translate3d(225px, 1080px, 0);
        -o-transform: translate3d(225px, 1080px, 0);
        -ms-transform: translate3d(225px, 1080px, 0);
        transform: translate3d(225px, 1080px, 0)
    }
}

@-moz-keyframes wrapper3 {
    0% {
        -moz-transform: translate3d(1164px, -150px, 0);
        -webkit-transform: translate3d(1164px, -150px, 0);
        -o-transform: translate3d(1164px, -150px, 0);
        -ms-transform: translate3d(1164px, -150px, 0);
        transform: translate3d(1164px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(895px, 1080px, 0);
        -webkit-transform: translate3d(895px, 1080px, 0);
        -o-transform: translate3d(895px, 1080px, 0);
        -ms-transform: translate3d(895px, 1080px, 0);
        transform: translate3d(895px, 1080px, 0)
    }
}

@-webkit-keyframes wrapper3 {
    0% {
        -moz-transform: translate3d(1164px, -150px, 0);
        -webkit-transform: translate3d(1164px, -150px, 0);
        -o-transform: translate3d(1164px, -150px, 0);
        -ms-transform: translate3d(1164px, -150px, 0);
        transform: translate3d(1164px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(895px, 1080px, 0);
        -webkit-transform: translate3d(895px, 1080px, 0);
        -o-transform: translate3d(895px, 1080px, 0);
        -ms-transform: translate3d(895px, 1080px, 0);
        transform: translate3d(895px, 1080px, 0)
    }
}

@-o-keyframes wrapper3 {
    0% {
        -moz-transform: translate3d(1164px, -150px, 0);
        -webkit-transform: translate3d(1164px, -150px, 0);
        -o-transform: translate3d(1164px, -150px, 0);
        -ms-transform: translate3d(1164px, -150px, 0);
        transform: translate3d(1164px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(895px, 1080px, 0);
        -webkit-transform: translate3d(895px, 1080px, 0);
        -o-transform: translate3d(895px, 1080px, 0);
        -ms-transform: translate3d(895px, 1080px, 0);
        transform: translate3d(895px, 1080px, 0)
    }
}

@-ms-keyframes wrapper3 {
    0% {
        -moz-transform: translate3d(1164px, -150px, 0);
        -webkit-transform: translate3d(1164px, -150px, 0);
        -o-transform: translate3d(1164px, -150px, 0);
        -ms-transform: translate3d(1164px, -150px, 0);
        transform: translate3d(1164px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(895px, 1080px, 0);
        -webkit-transform: translate3d(895px, 1080px, 0);
        -o-transform: translate3d(895px, 1080px, 0);
        -ms-transform: translate3d(895px, 1080px, 0);
        transform: translate3d(895px, 1080px, 0)
    }
}

@keyframes wrapper3 {
    0% {
        -moz-transform: translate3d(1164px, -150px, 0);
        -webkit-transform: translate3d(1164px, -150px, 0);
        -o-transform: translate3d(1164px, -150px, 0);
        -ms-transform: translate3d(1164px, -150px, 0);
        transform: translate3d(1164px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(895px, 1080px, 0);
        -webkit-transform: translate3d(895px, 1080px, 0);
        -o-transform: translate3d(895px, 1080px, 0);
        -ms-transform: translate3d(895px, 1080px, 0);
        transform: translate3d(895px, 1080px, 0)
    }
}

@-moz-keyframes wrapper4 {
    0% {
        -moz-transform: translate3d(1780px, -150px, 0);
        -webkit-transform: translate3d(1780px, -150px, 0);
        -o-transform: translate3d(1780px, -150px, 0);
        -ms-transform: translate3d(1780px, -150px, 0);
        transform: translate3d(1780px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1510px, 1080px, 0);
        -webkit-transform: translate3d(1510px, 1080px, 0);
        -o-transform: translate3d(1510px, 1080px, 0);
        -ms-transform: translate3d(1510px, 1080px, 0);
        transform: translate3d(1510px, 1080px, 0)
    }
}

@-webkit-keyframes wrapper4 {
    0% {
        -moz-transform: translate3d(1780px, -150px, 0);
        -webkit-transform: translate3d(1780px, -150px, 0);
        -o-transform: translate3d(1780px, -150px, 0);
        -ms-transform: translate3d(1780px, -150px, 0);
        transform: translate3d(1780px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1510px, 1080px, 0);
        -webkit-transform: translate3d(1510px, 1080px, 0);
        -o-transform: translate3d(1510px, 1080px, 0);
        -ms-transform: translate3d(1510px, 1080px, 0);
        transform: translate3d(1510px, 1080px, 0)
    }
}

@-o-keyframes wrapper4 {
    0% {
        -moz-transform: translate3d(1780px, -150px, 0);
        -webkit-transform: translate3d(1780px, -150px, 0);
        -o-transform: translate3d(1780px, -150px, 0);
        -ms-transform: translate3d(1780px, -150px, 0);
        transform: translate3d(1780px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1510px, 1080px, 0);
        -webkit-transform: translate3d(1510px, 1080px, 0);
        -o-transform: translate3d(1510px, 1080px, 0);
        -ms-transform: translate3d(1510px, 1080px, 0);
        transform: translate3d(1510px, 1080px, 0)
    }
}

@-ms-keyframes wrapper4 {
    0% {
        -moz-transform: translate3d(1780px, -150px, 0);
        -webkit-transform: translate3d(1780px, -150px, 0);
        -o-transform: translate3d(1780px, -150px, 0);
        -ms-transform: translate3d(1780px, -150px, 0);
        transform: translate3d(1780px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1510px, 1080px, 0);
        -webkit-transform: translate3d(1510px, 1080px, 0);
        -o-transform: translate3d(1510px, 1080px, 0);
        -ms-transform: translate3d(1510px, 1080px, 0);
        transform: translate3d(1510px, 1080px, 0)
    }
}

@keyframes wrapper4 {
    0% {
        -moz-transform: translate3d(1780px, -150px, 0);
        -webkit-transform: translate3d(1780px, -150px, 0);
        -o-transform: translate3d(1780px, -150px, 0);
        -ms-transform: translate3d(1780px, -150px, 0);
        transform: translate3d(1780px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1510px, 1080px, 0);
        -webkit-transform: translate3d(1510px, 1080px, 0);
        -o-transform: translate3d(1510px, 1080px, 0);
        -ms-transform: translate3d(1510px, 1080px, 0);
        transform: translate3d(1510px, 1080px, 0)
    }
}

@-moz-keyframes wrapper5 {
    0% {
        -moz-transform: translate3d(1880px, -150px, 0);
        -webkit-transform: translate3d(1880px, -150px, 0);
        -o-transform: translate3d(1880px, -150px, 0);
        -ms-transform: translate3d(1880px, -150px, 0);
        transform: translate3d(1880px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1780px, 1080px, 0);
        -webkit-transform: translate3d(1780px, 1080px, 0);
        -o-transform: translate3d(1780px, 1080px, 0);
        -ms-transform: translate3d(1780px, 1080px, 0);
        transform: translate3d(1780px, 1080px, 0)
    }
}

@-webkit-keyframes wrapper5 {
    0% {
        -moz-transform: translate3d(1880px, -150px, 0);
        -webkit-transform: translate3d(1880px, -150px, 0);
        -o-transform: translate3d(1880px, -150px, 0);
        -ms-transform: translate3d(1880px, -150px, 0);
        transform: translate3d(1880px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1780px, 1080px, 0);
        -webkit-transform: translate3d(1780px, 1080px, 0);
        -o-transform: translate3d(1780px, 1080px, 0);
        -ms-transform: translate3d(1780px, 1080px, 0);
        transform: translate3d(1780px, 1080px, 0)
    }
}

@-o-keyframes wrapper5 {
    0% {
        -moz-transform: translate3d(1880px, -150px, 0);
        -webkit-transform: translate3d(1880px, -150px, 0);
        -o-transform: translate3d(1880px, -150px, 0);
        -ms-transform: translate3d(1880px, -150px, 0);
        transform: translate3d(1880px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1780px, 1080px, 0);
        -webkit-transform: translate3d(1780px, 1080px, 0);
        -o-transform: translate3d(1780px, 1080px, 0);
        -ms-transform: translate3d(1780px, 1080px, 0);
        transform: translate3d(1780px, 1080px, 0)
    }
}

@-ms-keyframes wrapper5 {
    0% {
        -moz-transform: translate3d(1880px, -150px, 0);
        -webkit-transform: translate3d(1880px, -150px, 0);
        -o-transform: translate3d(1880px, -150px, 0);
        -ms-transform: translate3d(1880px, -150px, 0);
        transform: translate3d(1880px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1780px, 1080px, 0);
        -webkit-transform: translate3d(1780px, 1080px, 0);
        -o-transform: translate3d(1780px, 1080px, 0);
        -ms-transform: translate3d(1780px, 1080px, 0);
        transform: translate3d(1780px, 1080px, 0)
    }
}

@keyframes wrapper5 {
    0% {
        -moz-transform: translate3d(1880px, -150px, 0);
        -webkit-transform: translate3d(1880px, -150px, 0);
        -o-transform: translate3d(1880px, -150px, 0);
        -ms-transform: translate3d(1880px, -150px, 0);
        transform: translate3d(1880px, -150px, 0)
    }

    100% {
        -moz-transform: translate3d(1780px, 1080px, 0);
        -webkit-transform: translate3d(1780px, 1080px, 0);
        -o-transform: translate3d(1780px, 1080px, 0);
        -ms-transform: translate3d(1780px, 1080px, 0);
        transform: translate3d(1780px, 1080px, 0)
    }
}

@keyframes doudong {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

/*down*/
.down {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}

.down ul li {
    position: absolute;
}

.l1 {
    -moz-transform: translate3d(380px, -150px, 0);
    -webkit-transform: translate3d(380px, -150px, 0);
    -o-transform: translate3d(380px, -150px, 0);
    -ms-transform: translate3d(380px, -150px, 0);
    transform: translate3d(380px, -150px, 0);
    -moz-animation: wrapper1 10s linear infinite;
    -webkit-animation: wrapper1 10s linear infinite;
    -o-animation: wrapper1 10s linear infinite;
    -ms-animation: wrapper1 10s linear infinite;
    animation: wrapper1 10s linear infinite;
}
.l2{
    -moz-transform: translate3d(420px,-150px,0);
    -webkit-transform: translate3d(420px,-150px,0);
    -o-transform: translate3d(420px,-150px,0);
    -ms-transform: translate3d(420px,-150px,0);
    transform: translate3d(420px,-150px,0);
    -moz-animation: wrapper2 8s linear infinite;
    -webkit-animation: wrapper2 8s linear infinite;
    -o-animation: wrapper2 8s linear infinite;
    -ms-animation: wrapper2 8s linear infinite;
    animation: wrapper2 8s linear infinite;
}
.l3{
    -moz-transform: translate3d(1164px,-150px,0);
    -webkit-transform: translate3d(1164px,-150px,0);
    -o-transform: translate3d(1164px,-150px,0);
    -ms-transform: translate3d(1164px,-150px,0);
    transform: translate3d(1164px,-150px,0);
    -moz-animation: wrapper3 9s linear infinite;
    -webkit-animation: wrapper3 9s linear infinite;
    -o-animation: wrapper3 9s linear infinite;
    -ms-animation: wrapper3 9s linear infinite;
    animation: wrapper3 9s linear infinite;
}
.l4{
    -moz-transform: translate3d(1780px,-150px,0);
    -webkit-transform: translate3d(1780px,-150px,0);
    -o-transform: translate3d(1780px,-150px,0);
    -ms-transform: translate3d(1780px,-150px,0);
    transform: translate3d(1780px,-150px,0);
    -moz-animation: wrapper4 6s linear infinite;
    -webkit-animation: wrapper4 6s linear infinite;
    -o-animation: wrapper4 6s linear infinite;
    -ms-animation: wrapper4 6s linear infinite;
    animation: wrapper4 6s linear infinite;
}
.l5{
    -moz-transform: translate3d(1880px,-150px,0);
    -webkit-transform: translate3d(1880px,-150px,0);
    -o-transform: translate3d(1880px,-150px,0);
    -ms-transform: translate3d(1880px,-150px,0);
    transform: translate3d(1880px,-150px,0);
    -moz-animation: wrapper5 12s linear infinite;
    -webkit-animation: wrapper5 12s linear infinite;
    -o-animation: wrapper5 12s linear infinite;
    -ms-animation: wrapper5 12s linear infinite;
    animation: wrapper5 12s linear infinite;
}
/*com*/
.n_banner {
    width: 100%;
    height: 560px;
}

.n_banner .swiper-container {
    height: 560px;
}

.page_cover {
    background: url(../images/page_cover.png) top left no-repeat;
    height: 200px;
    position: relative;
    z-index: 2;
    margin-top: 210px;
}

.position {

    position: relative;
    z-index: 2;
    margin-top: -115px;
}

#po {
    float: right;
}

.pos_con {
    width: 1450px;
    margin: 0 auto;
    line-height: 55px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.pos_con span {
    font-size: 14px;
    color: #333;
}

.pos_con a {
    color: #666;
    font-size: 14px;
}

.page_com {
    background: #fff;
    margin-top: 20px;
    position: relative;
}

.page_com_con {
    width: 1360px;
    margin: 0 auto;
    overflow: hidden;
}

.page_com_tit {
    margin: 20px 0;
    position: relative;
    width: 450px;
    float: left;
}

.page_com_des {
    position: relative;
    margin-left: 50px;
}

.page_com_des p {
    margin: 15px 0;
    line-height: 36px;
    font-size: 15px;
    color: #333;
}

.page_com_des img {
    margin: 15px auto;

}

/*liucheng*/
.liucheng {
    position: relative;
    z-index: 1111;
    width: 1250px;
    margin: 0 auto 0 auto;
}

.liucheng_tit span {
    display: block;
    float: left;
    font-size: 90px;
    color: #1d4ec5;
}

.liucheng_tit {
    width: 425px;
    margin: 0 auto;
    overflow: hidden;
}

.liucheng_tit i,
.liucheng_tit em {
    font-style: normal;
    display: block;
}

.liucheng_tit i {
    font-size: 17px;
    color: #1b9c53;
    text-transform: uppercase;
}

.liucheng_tit em {
    font-size: 32px;
    color: #1b9c53;
    font-weight: bold;
}

.t_l {
    margin-left: 10px;
    margin-top: 23px;
    float: left
}

.liucheng_con ul {
    width: 1300px;
}

.liucheng_con ul li {
    float: left;
    width: 150px;
    margin: 40px 60px 0 0;
    position: relative;
    cursor: pointer;
}

.liucheng_con ul li::after {
    content: '';
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    right: -35px;
    top: 37%;
    margin-top: -11px;
    background: url(../images/j.png) top left no-repeat;
}

.liucheng_con ul li:last-child::after {
    content: '';
    background: none;
}

.big_c {
    width: 150px;
    height: 150px;
    background: url(../images/lc_bg.png) center center no-repeat;
    text-align: center;
    transition: all 0.5s;
}

.big_c img {
    margin: 45px 0;
}

.liucheng_con ul li span {
    text-align: center;
    margin: 10px auto;
    display: block;
    font-size: 17px;
    color: #1b9c53;
}

.liucheng_con ul li:hover .big_c {
    transform: rotate(360deg);
}

/*page_pro*/
.page_pro{
    position: relative;
    z-index: 22;
    margin-top:0px ;
}
.page_pro_con{
    width: 1360px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 2;
}

/*page_news*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1250px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #1d4ec5;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background: #1d4ec5;
}
.page_news_con ul li:hover .date,.page_news_con ul li:hover .year{
    color: #fff;
}
.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #fff;
}
.page_news_con ul li:hover .page_news_p p{
    color: rgba(255,255,255,.8);
}
.page_news_con ul li:hover .page_news_p>a{
    background: #eb0000;
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 320px;
    height: 160px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 650px;
    margin-left:20px ;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #1d4ec5;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
/*page_contact*/
.page_contact{
    position: relative;
    z-index: 2;
}
.page_contact_con{
    width: 1250px;
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.page_contact_con_top_l{
    width: 48%;
    float: left;
    position: relative;
}
.page_contact_con_top{
    overflow: hidden;
}
.dt{
    width: 100%;
    float: left;
    padding: 39px 60px 26px 60px;
    background: #efefef;
}
.dt h3{
    width: 100%;
    float: left;
    font-size: 26px;
    color: #1d4ec5;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal ;
}
.dt h5{
    font-family: Arial ;
    font-weight: normal ;
    width: 100%;
    float: left;
    margin-top: 8px;
    font-size: 16px;
    color: #9c9c9c;
    line-height: 22px;
    text-transform: uppercase;
    
}
.dd{
    width: 100%;
    float: left;
    padding: 33px 60px 34px 60px;
    background: #f6f6f6;
}
.dd li{
    width: 39%;
    float: left;
    padding-left: 65px;
    position: relative;
    list-style: none;
}
.page_icon{
    width: 42px;
    height: 42px;
    background: #1d4ec5;
    line-height: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.page_icon img{
    width: 100%;
}
.dd li h5{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: normal ;
}
.dd li h6{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: normal ;
}
.page_contact_con_top{
    margin: 50px 0;
}
.page_contact_con_top_r{
    width: 30%;
    float: left;
    background: #efefef;
    height: 482px;
    margin-left: 272px;
    position: relative;
}
.page_contact_con_top_r h4{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #1d4ec5;
    margin: 75px 0 50px 0;
}
.page_conatct_ewm img{
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
}
.page_contact_con_top_r h3{
    font-size: 18px;
    font-weight: normal;
    color: #1d4ec5;
    text-align: center;
    margin-top:20px ;
}
.page_contact_con_map{
    position: relative;
}
/*fenye1*/
.fenye1 div{
    width: 100%;
    text-align: center;
    padding: 50px 0 10px 0;
}
.fenye1 div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid #1d4ec5;
    margin-right:5px;
    background: #1d4ec5;
    color: #fff;
    font-size:16px;
    border-radius:30px;    
}
.fenye1 div a{
    padding: 5px 15px;
    border: 1px solid #cccccc;
    font-size:16px; 
    margin-right:5px;
    border-radius:30px; 
    color: #1d4ec5;
}
/*show_pro*/
.show_pro_tit {
    position: relative;
    margin: 30px 0;
}
.show_pro_des{
    position: relative;
}
.show_pro_des p{
    font-size: 15px;
    line-height: 30px;
}
.show_pro_tit h3 {
    font-size: 24px;
    color: #1d4ec5;
    padding-bottom: 15px;
    text-align: center;
    font-weight: normal;
}

.show_pro_tit span {
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    display: block;
}

.show_pro_des img {

    margin: 0 auto;
}

.show_pro_des p {
    margin-top: 30px;
    line-height: 32px;
}


.page {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1111;
}
.page_con {
    width: 1360px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 2;
}

/*分页*/
.fenye {
    border-top: 1px solid #d7d8d8;
    padding-top: 25px;
    position: relative;
    margin-top: 50px;
}

.fenye a {
    font-size: 14px;
    color: #333333;
}

.page_up {
    float: left;
}

.page_down {
    float: right;
}

.fenye a:hover {
    color: #1d4ec5;
}
/*show_news*/
.show_news_tit {
    text-align: center;
    position: relative;
}

.show_news_tit h1 {
    font-size: 24px;
    margin-top: 30px;
    font-weight: normal;
    color: #1d4ec5;
    text-align: center;
}

.update {
    border-top: 1px solid #d7d8d8;
    border-bottom: 1px solid #d7d8d8;
    padding: 9px 0;
    margin: 28px 0 38px 0;
    overflow: hidden;
    position: relative;
}

.update h2 {
    font-size: 14px;
    color: #777777;
    margin-right: 0.83%;
    float: left;
    line-height: 34px;
    font-weight: normal;
}

.update a {
    float: right;
    font-size: 14px;
    color: #777777;
    line-height: 36px;
}

.update a i {
    display: inline-block;
    width: 38px;
    height: auto;
    margin-left: 10px;
}

.update a:hover {
    color: #1d4ec5;
}

.show_news_con {
    color: #333;
    line-height: 30px;
    position: relative;
}
/**/
.page_pro_list {
    overflow: hidden;
    margin: 30px 0;
    position: relative;
    width: 248px;
    border: 1px solid #e5e5e5;
    float: left;
    position: relative;



}

.page_pro_list>ul>li {
    transition: all 0.6s;
    position: relative;
    z-index: 444;
}

.page_pro_list ul {
    overflow: unset;
}

.page_pro_list ul::after {
    content: '';
    display: block;
    clear: both;
}

.page_pro_list>ul>li span {
    display: block;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid #1d4ec5;
    transition: all 0.6s;
}

.page_pro_list>ul>li span img {
    width: 100%;
    height: auto;
    min-height: 160px;
}

.page_pro_list>ul>li i {
    display: block;
    line-height: 45px;
    /* text-align: center; */
    border-radius: 30px;
    color: #fff;
    background: #1d4ec5;
    position: relative;
    margin-top: 8px;
    width: 94%;
    margin: 8px auto 0 auto;
    box-sizing: border-box;
    padding: 0 25px;
    overflow: hidden;
    font-size: 16px;
}

.page_pro_list>ul>li i::after {
    content: '>>';
    font-size: 7px;
    vertical-align: middle;
    font-family: "宋体";
    font-weight: bold;
    float: right;
    display: inline-block;
    margin-right: 10px;
    margin-top: 1px;
}

.page_pro_list>ul>li.active span {
    transform: rotateY(360deg);
    border: 8px solid #eb0000;
}

.page_pro_list>ul>li.active i {
    background: #eb0000;
}

.page_pro_litpic {
    margin-top: 22px;
    position: relative;
    float: left;
    width: 1070px;
    margin-left: 40px;
}

.page_pro_litpic ul li {
    float: left;
    width: 347px;
    margin: 8px 4px 0 4px;
    position: relative;
}

.page_pro_litpic ul li span {
    display: block;
    width: 100%;
    height: 310px;
    overflow: hidden;
    position: relative;

}
.page_pro_litpic ul li span img {
    width: 100%;
    height: auto;
    min-height: 310px;
    transition: all 0.6s;
}

.page_pro_litpic ul li i {
    display: block;
    width: 100%;
    line-height: 50px;
	height:50px; overflow:hidden;
    text-align: center;
    color: #fff;
    font-size: 16px;
    color: #333;
}

.page_pro_litpic ul li:hover img {
    transform: scale(1.1);
}

.page_pro_litpic ul li:hover i {

}

.left_con i {
    display: block;
    line-height: 50px;
    width: 80%;
    margin: 8px auto 0 auto;
    border-bottom: 1px solid #e5e5e5;
}

.left_con i:last-child {
    border: none;
}

.erer {
    width: 80%;
    margin: 10px auto;
    font-size: 15px;
}

.erer ul li {
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom:1px solid #e9e9e9;
    transition: all 0.6s;
}
.erer ul li:hover a{
    color: #1d4ec5;
}
.erer ul li:hover::before {
    margin-right: 15px;
}
.erer ul li::before{
    content: '>>';
    font-size: 7px;
    vertical-align: middle;
    font-family: "宋体";
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    margin-top: 1px;
    color: #1d4ec5;
    transition: all 0.6s;
}

.erer ul li a {
    color: #333;
}
/* */
.page_litpic {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    height: 600px;
}
.page_g {
    width: 100%;
}
.page_g ul li {
    width: 100%;
    height: 160px;
    position: relative;
    margin: 5px 0;
    overflow: hidden;
}
.page_g ul li img {
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_g ul li em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #8c8c8c;
}
.page_g ul li:hover em {
    background: #eb0000;
}