@charset "utf-8";
/* CSS Document */
/*切图：zcy*/
html {
    overflow-x: auto;
    overflow-y: auto;
}

* {
    padding: 0;
    margin: 0;
    outline: none !important;
}

ul, ol, li {
    list-style-type: none;
}

body, button, input, select, textarea {
    font-family: 'Microsoft yahei';
    font-size: 12px;
}

code, kbd, pre, samp {
    font-family: 'Microsoft yahei';
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

img {
    border: 0;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

li {
    line-height: normal;
}

.swiper-container {
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'Microsoft yahei';
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

input, table, tr, td {
    margin: 0;
    padding: 0;
    border: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

button, table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft yahei';
    border: none;
}

textarea {
    resize: none;
    outline: none;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

/*-------------------</END 重置>-----------------------*/

.pz_top {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 80;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pz_banner {
    float: left;
    width: 100%;
    position: relative;
    z-index: 3;
    height: 100%
}

.pz_main {
    float: left;
    width: 100%;
    min-height: 500px;
    padding-top: 116px;
    overflow: hidden;
}

.pz_down {
    float: left;
    width: 100%;
    background: #1d538d;
}

.c_1570 {
    width: 100%;
    float: left;
    padding: 0 175px;
}

.topnav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 116px;
    background: white;
    z-index: 9;
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.zbg3 {
    width: 100%;
    height: 80px;
    background: white;
    z-index: 7;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
}

.zbg1 {
    background: #f4f4f4;
}

.topnav.on_1 {
    top: 0;
    height: 80px;
}

.topnav.on_2 {
    top: -116px;
}

@media screen and (max-width: 1199px) {
    .c_1570 {
        padding: 0 125px;
    }
}

@media screen and (max-width: 991px) {
    .c_1570 {
        padding: 0 65px;
    }

    .topnav, .zbg3 {
        height: 80px;
    }

    .pz_main {
        padding-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .c_1570 {
        padding: 0 10px 0 10px;
    }

    body {
        padding-top: 60px;
    }

    .pz_main {
        padding-top: 60px;
        margin-top: -60px;
    }

    .pz_main .c_1570 {
        padding: 0px 10px;
        margin-top: 0px;
    }

    .zbg3 {
        display: none !important;
    }

    .topnav {
        z-index: 90;
    }
}

/*top*/
.top {
    width: 100%;
    float: left;
    height: 26px;
    padding: 0 60px;
}

.logo {
    float: left;
    width: 520px;
    margin-top: 0px;
}

.logo img {
    width: 100%;
    float: left;
}

.menu {
    position: fixed;
    cursor: pointer;
    right: 50px;
    top: 50px;
    width: 20px;
    height: 16px;
    text-align: center;
    display: block;
    z-index: 82;
    background: url(images/top1.png) no-repeat center center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.menu.white {
    background-image: url(images/top2.png);
}

.topnav .menu {
    background-image: url(images/top2.png);
    position: absolute;
}

.topnav.on_1 .pz_top {
    top: 25px;
}

.topnav.on_1 .menu {
    top: 30px;
}

.pf_menu_bg {
    width: 0;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px !important;
    z-index: 100;
    z-index: 90;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    display: block !important;
    float: left;
    z-index: 101;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_menu_bg.on {
    width: 100%;
}

.pf_menu.on {
    left: 0;
}

.pf_menu .closed {
    width: 100%;
    height: 120px;
    float: left;
    padding: 40px 40px 0 60px;
}

.pf_menu .closed .logo {
    float: left;
    margin-top: 7px;
}

.pf_menu .closed .pf_menu_btn {
    float: right;
    cursor: pointer;
    width: 40px;
    margin-right: 30px;
}

.pf_menu .closed .pf_menu_btn img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_menu .closed .pf_menu_btn:hover img {
    transform: rotate(180deg);
}

.ph_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    border-top: solid 1px #353536;
}

.ph_menu .nav_box {
    width: 100%;
    position: relative;
    height: 100%;
}

.ph_menu .nli {
    float: left;
    position: relative;
    height: 100%;
    width: 16.666%;
    border-right: solid 1px #353536;
}

.ph_menu .nli span {
    float: left;
    width: 100%;
    padding-top: 56px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ph_menu .nli .l1_a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    padding: 0 10px;
    position: relative;
}

.ph_menu .nli .l1_a i {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #aeaeae;
    line-height: 18px;
    text-transform: uppercase;
    font-style: normal;
}

.ph_menu .nli:hover .l1_a {
    color: #fa2812;
    font-weight: bold;
}

.ph_menu .nli:hover .l1_a i {
    font-weight: normal;
}

.ph_menu .nli:hover span {
    padding-top: 78px;
}

.pf_menu.on .nli.l1 {
    -webkit-animation: fadeInLeft1 0.5s 0s ease both;
    -moz-animation: fadeInLeft1 0.5s 0s ease both;
}

.pf_menu.on .nli.l2 {
    -webkit-animation: fadeInLeft1 0.5s 0.2s ease both;
    -moz-animation: fadeInLeft1 0.5s 0.2s ease both;
}

.pf_menu.on .nli.l3 {
    -webkit-animation: fadeInLeft1 0.5s 0.4s ease both;
    -moz-animation: fadeInLeft1 0.5s 0.4s ease both;
}

.pf_menu.on .nli.l4 {
    -webkit-animation: fadeInLeft1 0.5s 0.6s ease both;
    -moz-animation: fadeInLeft1 0.5s 0.6s ease both;
}

.pf_menu.on .nli.l5 {
    -webkit-animation: fadeInLeft1 0.5s 0.8s ease both;
    -moz-animation: fadeInLeft1 0.5s 0.8s ease both;
}

.pf_menu.on .nli.l6 {
    -webkit-animation: fadeInLeft1 0.5s 1s ease both;
    -moz-animation: fadeInLeft1 0.5s 1s ease both;
}

.pf_menu.on .nli.l6 {
    border-right: 0;
}

@-webkit-keyframes fadeInLeft1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes fadeInLeft1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@media screen and (max-width: 991px) {
    .pz_top {
        top: 25px;
    }

    .top {
        padding: 0 30px;
    }

    .menu {
        right: 10px;
        top: 20px;
    }

    .pf_menu .closed {
        height: 80px;
        padding: 20px 20px 0 30px;
    }

    .pf_menu .closed .logo {
        margin-top: 5px;
    }

    .ph_menu .nli span {
        padding-top: 36px;
    }

    .ph_menu .nli .l1_a {
        font-size: 18px;
        line-height: 26px;
    }

    .ph_menu .nli .l1_a i {
        font-size: 12px;
    }

    .ph_menu .nli:hover span {
        padding-top: 48px;
    }
}

.top .menulist {
    display: none;
}

@media screen and (max-width: 767px) {
    .pz_top {
        top: 0;
        padding-top: 15px;
        position: fixed;
        background: rgba(0, 0, 0, 0.2);
        height: 60px;
    }

    .top {
        padding: 0 10px;
        position: relative;
    }

    .top .logo {
        margin-top: 8px;
        width: 110px;
    }

    .topnav .menu {
        position: fixed;
    }

    .top .menulist {
        float: right;
        display: block;
    }

    .top .menulist .l1 {
        float: left;
        margin-left: 6px;
        width: 62px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 16px;
        color: white;
        background: #1a1a1a;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        -khtml-border-radius: 14px;
        border-radius: 14px;
    }

    .top .menulist .l1 .l1_a {
        display: block;
        width: 100%;
        height: 28px;
        line-height: 28px;
        color: white;
    }

    .top .menulist .l1.active, .top .menulist li:hover {
        background: url(images/ztop1.jpg) no-repeat center center;
        background-size: 100% 100%;
    }

    .top .menulist .l1.first {
        margin-left: 0;
    }

    .top .menulist .l1 .ul2 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 45px;
        background: rgba(0, 0, 0, 0.05);
        height: 0px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .top .menulist .l1 .ul2.on {
        height: 40px;
    }

    .top .menulist .l1 .ul2 .l2 {
        display: inline-block;
        float: left;
    }

    .top .menulist .l1 .ul2 .l2.on .l2_a {
        background: #f21e2f;
    }

    .top .menulist .l1 .ul2 .l2 .l2_a {
        display: block;
        float: left;
        width: 100%;
        padding: 0 5px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: white;
        letter-spacing: 1px;
    }

    .top .menulist .l1 .ul2 .slick-next {
        right: 0;
        top: 0;
        width: 61px;
        height: 40px;
        background: url(images/ztop2.png) no-repeat center center;
        background-size: contain;
    }

    .top .menulist .l1 .ul2 .slick-prev {
        left: 0;
        top: 0;
        width: 61px;
        height: 40px;
        transform: rotate(180deg);
        background: url(images/ztop2.png) no-repeat center center;
        background-size: contain;
    }

    .top .menulist .l1 .ul2 .slick-prev.slick-disabled, .top .menulist .l1 .ul2 .slick-next.slick-disabled {
        display: none !important;
    }

    .pf_menu .closed {
        height: 60px;
        padding: 10px 10px 0 10px;
    }

    .pf_menu .closed .logo {
        margin-top: 8px;
        width: 157px;
    }

    .ph_menu {
        position: relative;
        height: auto;
    }

    .ph_menu .nli {
        width: 100%;
        height: auto;
        border-right: 0;
        border-bottom: solid 1px #353536;
    }

    .ph_menu .nli span {
        padding-top: 0px;
        text-align: left;
    }

    .ph_menu .nli .l1_a {
        font-size: 16px;
        padding: 10px;
    }

    .ph_menu .nli .l1_a i {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        width: auto;
    }

    .ph_menu .nli:hover span {
        padding-top: 0px;
    }

    .menu {
        z-index: 92;
    }

    .pf_menu .closed .pf_menu_btn {
        margin-right: 0;
    }
}

.leftnav {
    position: fixed;
    left: 35px;
    top: 50%;
    z-index: 9;
    width: 65px;
    margin-top: -130px;
}

.leftnav:before {
    content: '';
    width: 1px;
    height: 90%;
    background: white;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    top: -95%;
}

.leftnav:after {
    content: '';
    width: 1px;
    height: 90%;
    background: white;
    opacity: 0.1;
    position: absolute;
    left: 50%;
    bottom: -95%;
}

.leftnav li {
    width: 100%;
    height: 52px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.leftnav li:before {
    content: '';
    width: 0;
    height: 1px;
    background: white;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.leftnav li a {
    display: block;
    width: 100%;
    height: 104px;
    line-height: 52px;
    font-size: 16px;
    color: #78777c;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.leftnav li a span {
    display: block;
    width: 100%;
    float: left;
    color: #f11c34;
}

.leftnav li:hover a, .leftnav li.active a {
    margin-top: -52px;
}

.leftnav li.active a {
    color: white;
    font-weight: bold;
}

.leftnav li.active:before {
    width: 23px;
    margin-left: -12px;
}

.leftnav li a {
    display: block;
    width: 100%;
    height: 100%;
}

/*.leftnav li.first a span{ font-size:12px;font-family: 'OPENSANS-LIGHT';}*/
.leftnav.white:before, .leftnav.white:after {
    background: #d1d1d1;
    opacity: 1;
}

.leftnav.white li a {
    color: #78777c;
}

.leftnav.white li.active a {
    color: #333;
}

.leftnav.white li:before {
    background: #d1d1d1;
    opacity: 0.4;
}

/*.leftnav.last{ top:30%;}
.leftnav.last:before{ height:60%; top:-60%;}
.leftnav.last:after{ height:140%; bottom:-155%;}*/
@media screen and (max-height: 882px) {
    .leftnav:before {
        height: 80%;
        top: -85%;
    }

    .leftnav:after {
        height: 80%;
        bottom: -85%;
    }
}

@media screen and (max-height: 767px) {
    .leftnav:before {
        height: 60%;
        top: -65%;
    }

    .leftnav:after {
        height: 60%;
        bottom: -65%;
    }
}

@media screen and (max-height: 680px) {
    .leftnav:before {
        height: 40%;
        top: -40%;
    }

    .leftnav:after {
        height: 40%;
        bottom: -40%;
    }
}

@media screen and (max-width: 1199px) {
    .leftnav {
        margin-top: -105px;
    }

    .leftnav li {
        height: 42px;
    }

    .leftnav li a {
        height: 84px;
        line-height: 42px;
        font-size: 14px;
    }

    .leftnav li:hover a, .leftnav li.active a {
        margin-top: -42px;
    }

    .leftnav:before {
        height: 110%;
        top: -110%;
    }

    .leftnav:after {
        height: 50%;
        bottom: -60%;
    }
}

@media screen and (max-width: 991px) {
    .leftnav {
        right: 5px;
    }

    .leftnav:before,
    .leftnav:after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .leftnav {
        display: none !important;
    }
}

.slide_banner {
    min-height: 580px;
}

.slide_banner, .slide_banner .slick-list, .slide_banner .slick-track {
    width: 100%;
    float: left;
    height: 100%;
    overflow: hidden;
}

.slide_banner .slick-slide {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.slide_banner .slick-slide .img {
    width: 100%;
    height: 100%;
    float: left;
    min-height: 580px;
    background-size: cover !important;
    background-color: white !important;
    position: relative;
    z-index: 3;
    background-position: center center !important;
}

.slide_banner .slick-slide.slick-current .img {
    -webkit-animation: fadeIn2 16s 0s ease both;
    -moz-animation: fadeIn2 16s 0s ease both;
}

@-webkit-keyframes fadeIn2 {
    0% {
        transform: scale(1.0, 1.0);
        -ms-transform: scale(1.0, 1.0);
        -webkit-transform: scale(1.0, 1.0);
        -o-transform: scale(1.0, 1.0);
        -moz-transform: scale(1.0, 1.0);
    }
    100% {
        transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
    }
}

@-moz-keyframes fadeIn2 {
    0% {
        transform: scale(1.0, 1.0);
        -ms-transform: scale(1.0, 1.0);
        -webkit-transform: scale(1.0, 1.0);
        -o-transform: scale(1.0, 1.0);
        -moz-transform: scale(1.0, 1.0);
    }
    100% {
        transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
    }
}

.slide_banner .slick-slide .title1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 23%;
    text-align: center;
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.slide_banner .slick-slide .title1 img, .slide_banner .slick-slide .title2 img {
    display: inline-block;
    float: none;
}

.slide_banner .slick-slide .title2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30%;
    text-align: center;
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 1s ease-out 1s;
    -moz-transition: all 1s ease-out 1s;
    -o-transition: all 1s ease-out 1s;
    transition: all 1s ease-out 1s;
}

.slide_banner .slick-slide .img1 {
    width: 100%;
    height: 100%;
    float: left;
    min-height: 580px;
    background-size: cover !important;
    background-color: white !important;
    position: relative;
    z-index: 3;
    background-position: center center !important;
}

.slide_banner .slick-slide .img2 {
    width: 52%;
    height: 100%;
    position: absolute;
    right: 0 !important;
    top: 0;
    min-height: 580px;
    background-size: contain !important;
    background-color: #e3e2e6 !important;
    z-index: 4;
    background-position: right center !important;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.slide_banner .slick-slide.slick-current .img2 {
    width: 50%;
}

.slide_banner .slick-slide .text2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -124px;
    height: 500px;
    z-index: 5;
}

.slide_banner .slick-slide .text2 .left {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40%;
    opacity: 0;
    -webkit-transition: all 2s ease-out 2s;
    -moz-transition: all 2s ease-out 2s;
    -o-transition: all 2s ease-out 2s;
    transition: all 2s ease-out 2s;
}

.slide_banner .slick-slide .text2 .right {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -40%;
    opacity: 0;
    -webkit-transition: all 2s ease-out 2s;
    -moz-transition: all 2s ease-out 2s;
    -o-transition: all 2s ease-out 2s;
    transition: all 2s ease-out 2s;
}

.slide_banner .slick-slide .text2 .center {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -250px;
    opacity: 0;
    z-index: 6;
    -webkit-transition: all 3s ease-out 1s;
    -moz-transition: all 3s ease-out 1s;
    -o-transition: all 3s ease-out 1s;
    transition: all 3s ease-out 1s;
}

.slide_banner .slick-slide .text3 {
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -161px 0 0 -600px;
    height: 322px;
    z-index: 9;
}

.slide_banner .slick-slide .text3 .banner3_a {
    width: 100%;
    float: left;
    opacity: 0;
    margin-top: -45px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.slide_banner .slick-slide .text3 .banner3_b {
    width: 100%;
    float: left;
    opacity: 0;
    margin-bottom: -45px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-out 0.5s;
    -moz-transition: all 1s ease-out 0.5s;
    -o-transition: all 1s ease-out 0.5s;
    transition: all 1s ease-out 0.5s;
}

.slide_banner .slick-slide .text3 .banner3_c {
    width: 100%;
    float: left;
    opacity: 0;
    margin-top: -178px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 2s ease-out 1s;
    -moz-transition: all 2s ease-out 1s;
    -o-transition: all 2s ease-out 1s;
    transition: all 2s ease-out 1s;
}

.slide_banner .slick-slide .text3 .banner3_d {
    width: 100%;
    float: left;
    opacity: 0;
    margin-bottom: -178px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 2s ease-out 1s;
    -moz-transition: all 2s ease-out 1s;
    -o-transition: all 2s ease-out 1s;
    transition: all 2s ease-out 1s;
}

.slide_banner .slick-slide .text4 {
    width: 627px;
    position: absolute;
    left: 9.1146%;
    top: 50%;
    margin: -134px 0 0 0;
    height: 322px;
    z-index: 9;
}

.slide_banner .slick-slide .text4 .banner4_a {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.slide_banner .slick-slide .text4 .banner4_a.on {
    -webkit-animation: flipInX 1.5s 2.5s ease both;
    -moz-animation: flipInX 1.5s 2.5s ease both;
}

.slide_banner .slick-slide .text4 .banner4_b {
    width: 100%;
    float: left;
    opacity: 0;
    margin-top: 45px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.slide_banner .slick-slide .text4 .banner4_c {
    width: 100%;
    float: left;
    opacity: 0;
    margin-top: 45px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 2s ease-out 0.8s;
    -moz-transition: all 2s ease-out 0.8s;
    -o-transition: all 2s ease-out 0.8s;
    transition: all 2s ease-out 0.8s;
}

.slide_banner .slick-slide .text4 .banner4_d {
    width: 100%;
    float: left;
    opacity: 0;
    margin-top: 45px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 2s ease-out 0.4s;
    -moz-transition: all 2s ease-out 0.4s;
    -o-transition: all 2s ease-out 0.4s;
    transition: all 2s ease-out 0.4s;
}

@media screen and (max-width: 1370px) {
    .slide_banner .slick-slide .text2 .left,
    .slide_banner .slick-slide .text2 .right {
        width: 400px;
        height: 400px;
    }

    .slide_banner .slick-slide .text2 .center {
        width: 380px;
        height: 380px;
        margin-left: -190px;
    }
}

@media screen and (max-width: 1199px) {
    .slide_banner .slick-slide .text1 {
        width: 233px;
        height: 380px;
        margin-top: -190px;
    }

    .slide_banner .slick-slide .text2 .left,
    .slide_banner .slick-slide .text2 .right,
    .slide_banner .slick-slide .text2 .center {
        width: 300px;
        height: 300px;
    }

    .slide_banner .slick-slide .text2 .center {
        margin-left: -150px;
    }
}

@media screen and (max-width: 991px) {
    .slide_banner .slick-slide .text1 {
        width: 183px;
        height: 298px;
        margin-top: -150px;
    }

    .slide_banner .slick-slide .text2 {
        top: 56%;
    }

    .slide_banner .slick-slide .text2 .center {
        width: 260px;
        height: 260px;
        margin-left: -130px;
        margin-top: 20px;
    }

    .slide_banner .slick-slide .text2 .left {
        margin-left: -36% !important;
    }

    .slide_banner .slick-slide .text2 .right {
        margin-right: -36% !important;
    }

    .slide_banner .slick-slide .text3 {
        width: 760px;
        margin: -123px 0 0 -380px;
        height: 246px;
    }

    .slide_banner .slick-slide .text4 {
        width: 460px;
        left: 10%;
        margin: -83px 0 0 0;
        height: 167px;
    }
}

@media screen and (max-width: 767px) {
    .slide_banner .slick-slide .text1 {
        width: 133px;
        height: 217px;
        margin-top: -120px;
        right: 10%;
    }

    .slide_banner .slick-slide .img {
        background-position: 40% center !important;
    }

    .slide_banner .slick-slide .title1, .slide_banner .slick-slide .title2 {
        width: 500px;
        left: 50%;
        margin-left: -250px;
    }

    .slide_banner .slick-slide .text2 {
        top: 70%;
    }

    .slide_banner .slick-slide .text2 .left,
    .slide_banner .slick-slide .text2 .right,
    .slide_banner .slick-slide .text2 .center {
        width: 200px;
        height: 200px;
    }

    .slide_banner .slick-slide .text2 .center {
        margin-left: -100px;
        margin-top: 0px;
    }

    .slide_banner .slick-slide .text2 .left {
        margin-left: -28% !important;
    }

    .slide_banner .slick-slide .text2 .right {
        margin-right: -28% !important;
    }

    .slide_banner .slick-slide .text3 {
        width: 460px;
        margin: -81px 0 0 -230px;
        height: 162px;
    }

    .slide_banner .slick-slide .text3 .banner3_a {
        margin-top: 25px !important;
    }

    .slide_banner .slick-slide .text3 .banner3_b {
        margin-bottom: 35px !important;
    }

    .slide_banner .slick-slide .text4 {
        width: 280px;
        left: 5%;
        margin: -51px 0 0 0;
        height: 102px;
    }
}

@media screen and (max-width: 480px) {
    .slide_banner .slick-slide .text2 .left {
        margin-left: -50% !important;
    }

    .slide_banner .slick-slide .text2 .right {
        margin-right: -50% !important;
    }
}

.banner_btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 90px;
    text-align: center;
}

.banner_btn:before {
    content: '';
    width: 1px;
    height: 62px;
    background: white;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    bottom: -90px;
}

.banner_btn .dian {
    display: inline-block;
    vertical-align: middle;
}

.banner_btn .slick-dots {
    position: relative;
    bottom: auto;
    display: block;
    width: auto;
    float: left;
}

.banner_btn .slick-dots li {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 6px;
    margin: 0 5px;
    float: left;
    background: url(../images/banner_ico.png) no-repeat right center;
}

.banner_btn .slick-dots li.slick-active {
    background-position: left center;
}

.banner_btn .zuo,
.banner_btn .you {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 16px;
    background: url(../images/banner_btn.png) no-repeat left center;
    background-size: auto 16px;
    cursor: pointer;
    margin: 0 22px;
    opacity: 0.3;
}

.banner_btn .you {
    background-position: right center;
}

.banner_btn .zuo:hover,
.banner_btn .you:hover {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .pz_banner_h, .section, .fp-tableCell, .slide_banner .slick-slide .img, .slide_banner {
        min-height: 380px;
    }

    .banner_btn {
        bottom: 40px;
    }

    .banner_btn:before {
        height: 22px;
        bottom: -40px;
    }
}

@media screen and (max-width: 767px) {
    .fp-tableCell {
        vertical-align: top;
    }

    .pz_banner {
    }

    .banner_btn {
        bottom: 20px;
    }

    .banner_btn:before {
        display: none;
    }

    .banner_btn .zuo,
    .banner_btn .you {
        display: none;
    }

    .banner_btn .slick-dots li {
        width: 17px;
        height: 4px;
        margin: 0 4px;
        background-size: auto 4px;
    }
}

/*首页main*/
.fullpage-wrapper.active {
    position: relative;
    z-index: 10;
}

.section .c_1570 {
    height: 100%;
    position: relative;
}

.tit_1 {
    width: 100%;
    float: left;
    position: relative;
    font-size: 36px;
    color: #555;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 50px;
}

.tit_1 span {
    font-size: 24px;
    color: #888;
    text-transform: uppercase;
    vertical-align: middle;
    line-height: 37px;
    font-weight: normal;
    font-family: 'OPENSANS-LIGHT';
    margin-left: 10px;
}

.tit_1 h1 {
    position: absolute;
    left: -145px;
    font-size: 80px;
    color: #333;
    opacity: 0.05;
    text-transform: uppercase;
    font-family: 'OPENSANS-BOLD';
    letter-spacing: 1px;
    bottom: 0;
    line-height: 60px;
    height: 76px;
}

.tit_1_w {
    color: white;
}

.tit_1_w span {
    color: white;
    opacity: 0.6;
}

.tit_1_w h1 {
    color: white;
    opacity: 0.02;
}

.section_2 .c_330 {
    width: 21.02%;
    float: left;
    height: 100%;
    position: relative;
}

.tablebox {
    display: table;
    vertical-align: middle;
    height: 100%;
    position: relative;
    width: 100%;
    table-layout: fixed;
}

.middlebox {
    display: table-cell;
    vertical-align: middle;
}

.section_2 .c_330 .slick_res1r {
    width: 100%;
    float: left;
    position: relative;
    padding: 8px 0 32px 0;
    margin-top: 17px;
}

.section_2 .c_330 .slick_res1r:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    position: absolute;
    left: 6px;
    top: 0;
}

.section_2 .c_330 .slick_res1r .l1 {
    width: 100%;
    float: left; /*margin-top:20px; */
    padding-left: 43px;
    position: relative;
    cursor: pointer;
}

.section_2 .c_330 .slick_res1r .l1 .ico {
    width: 13px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/index1.png) no-repeat center 150%;
}

.section_2 .c_330 .slick_res1r .l1 h4 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #666;
    line-height: 34px;
}

.section_2 .c_330 .slick_res1r .l1:hover h4 {
    color: #f21e2f;
}

/*.section_2 .c_330 .slick_res1r .slick-current .l1 .ico{ background-position:center -60%;}*/
.section_2 .c_330 .slick_res1r .slick-current .l1 h4 {
    color: #f21e2f;
    background: #f4f4f6;
    padding-left: 19px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.section_2 .c_1240 {
    width: 78.88%;
    float: left;
    height: 100%;
    position: relative;
    background: white;
}

.section_2 .c_1240 .slick_res1l, .section_2 .c_1240 .slick_res1l .slick-list, .section_2 .c_1240 .slick_res1l .slick-list .slick-track, .section_2 .c_1240 .slick_res1l .slick-list .slick-slide {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
}

.section_2 .c_1240 .slick_res1l .zbox {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    padding-left: 62px;
}

.section_2 .c_1240 .slick_res1l .title {
    width: 62px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f4f4f6;
    padding: 30px 22px;
}

.section_2 .c_1240 .slick_res1l .title span {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 20px;
    background: url(../images/index1_1.jpg) no-repeat center top;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    position: relative;
    margin-top: 85px;
}

.section_2 .c_1240 .slick_res1l .title span:before {
    content: '';
    width: 1px;
    height: 1200px;
    border-left: dashed 1px #bcbcbd;
    position: absolute;
    left: 50%;
    top: 120%;
}

.section_2 .c_1240 .slick_res1l ul {
    width: 100%;
    float: left;
    height: 940px; /*height:calc(100% - 100px);*/
    position: relative; /*border-right:solid 1px #dfdfdf;*/
    padding-top: 100px;
}

.section_2 .c_1240 .slick_res1l ul li {
    width: 33.3%;
    float: left;
    height: 50%;
    position: relative;
    padding: 0 30px;
    border-left: solid 1px #dfdfdf;
    overflow: hidden;
}

.section_2 .c_1240 .slick_res1l ul li a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.section_2 .c_1240 .slick_res1l ul li:hover {
    background: #f1f1f1;
    margin-bottom: 0;
    padding: 0 30px;
    height: 50% !important;
}

/*.section_2 .c_1240 .slick_res1l ul li:hover a .tablebox{ padding-top:-10px;}*/
.section_2 .c_1240 .slick_res1l ul li a .text {
    width: 100%;
    float: left;
}

.section_2 .c_1240 .slick_res1l ul li a h5 {
    width: 100%;
    font-size: 12px;
    color: #888;
    line-height: 30px;
}

.section_2 .c_1240 .slick_res1l ul li a h3 {
    width: 100%;
    font-size: 24px;
    color: #333;
    line-height: 42px;
    letter-spacing: 1px;
}

.section_2 .c_1240 .slick_res1l ul li:hover a h3 {
    color: #f21e2f;
}

.section_2 .c_1240 .slick_res1l ul li a .img {
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    height: 210px;
}

/*.section_2 .c_1240 .slick_res1l ul li a:hover .img{margin-top:40px;}*/
.section_2 .c_1240 .slick_res1l ul li a .img img {
    width: 100%;
    float: left;
    min-height: 100%;
    transition: all 0.6s linear 0.3s;
    -moz-transition: all 0.6s linear 0.3s;
    -webkit-transition: all 0.6s linear 0.3s;
    -o-transition: width all 0.6s linear 0.3s;
}

/*.section_2 .c_1240 .slick_res1l ul li a:hover .img img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);}*/
.section_2 .c_1240 .slick_res1l ul li a .p {
    width: 100%;
    margin-top: 32px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    height: 140px;
    overflow: hidden;
}

.section_2 .c_1240 .more {
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 10;
}

.section_2 .c_1240 .more a {
    display: block;
    width: 52px;
    height: 52px;
    background: url(../images/index1_5.jpg);
    background-size: 100% 100%;
    line-height: 52px;
    text-align: center;
}

.section_2 .c_1240 .more img {
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}

.section_2 .c_1240 .more span {
    display: inline-block;
    height: 52px;
    width: 0;
    overflow: hidden;
    font-size: 15px;
    color: white;
    vertical-align: middle;
    margin-top: -3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.section_2 .c_1240 .more a:hover {
    width: 129px;
}

.section_2 .c_1240 .more a:hover span {
    width: 78px;
    text-align: left;
}

.section_2 .c_330.fadeInUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section_2 .c_1240 ul li.fadeInUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section_2 .c_1240 ul li.l1.fadeInUp {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.section_2 .c_1240 ul li.l2.fadeInUp {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.section_2 .c_1240 ul li.l3.fadeInUp {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.section_2 .c_1240 ul li.l4.fadeInUp {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.section_2 .c_1240 ul li.l5.fadeInUp {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.section_2 .c_1240 ul li.l6.fadeInUp {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

@media screen and (max-width: 1360px) {
    .section_2 .c_330 .slick_res1r .l1 {
        padding-left: 33px;
    }

    .section_2 .c_1240 .slick_res1l ul li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1199px) {
    .tit_1 {
        font-size: 26px;
        line-height: 40px;
    }

    .tit_1 span {
        font-size: 18px;
        line-height: 30px;
    }

    .tit_1 h1 {
        left: -105px;
        font-size: 60px;
        line-height: 40px;
        height: 56px;
    }

    .section_2 .c_330 .slick_res1r {
        padding: 8px 0 22px 0;
        margin-top: 12px;
    }

    .section_2 .c_330 .slick_res1r .l1 {
        margin-top: 10px;
        padding-left: 23px;
    }

    .section_2 .c_330 .slick_res1r .l1 .ico {
        height: 42px;
        background-position: center 135%;
    }

    .section_2 .c_330 .slick_res1r .slick-current .l1 .ico {
        background-position: center -40%;
    }

    .section_2 .c_330 .slick_res1r .l1 h4 {
        font-size: 16px;
        line-height: 42px;
    }

    .section_2 .c_330 .slick_res1r .slick-current .l1 h4 {
        padding-left: 12px;
    }

    .section_2 .c_1240 .slick_res1l .zbox {
        padding-left: 42px;
    }

    .section_2 .c_1240 .slick_res1l .title {
        width: 42px;
        padding: 20px 14px;
    }

    .section_2 .c_1240 .slick_res1l ul li {
        padding: 0 20px;
    }

    .section_2 .c_1240 .slick_res1l ul li a h5 {
        line-height: 26px;
    }

    .section_2 .c_1240 .slick_res1l ul li a h3 {
        font-size: 18px;
        line-height: 32px;
    }

    .section_2 .c_1240 .slick_res1l ul li a .img {
        margin-top: 30px;
    }

    .section_2 .c_1240 .slick_res1l ul li a .p {
        margin-top: 22px;
        font-size: 12px;
        line-height: 24px;
        height: 144px;
    }

    .section_2 .c_1240 .more a {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .section_2 .c_1240 .more span {
        height: 42px;
        font-size: 13px;
    }

    .section_2 .c_1240 .more a:hover {
        width: 89px;
    }

    .section_2 .c_1240 .more a:hover span {
        width: 58px;
    }

    .section_2 .c_1240 .more img {
        width: 7px;
    }
}

@media screen and (max-width: 991px) {
    .tit_1 {
        font-size: 20px;
        line-height: 30px;
    }

    .tit_1 span {
        font-size: 16px;
        line-height: 24px;
    }

    .tit_1 h1 {
        left: -65px;
        font-size: 40px;
        line-height: 30px;
        height: 46px;
    }

    .section_2 .c_1240 .slick_res1l ul li a .img {
        margin-top: 20px;
    }

    .section_2 .c_1240 .slick_res1l ul li a .p {
        margin-top: 12px;
    }

    .section_2 .c_1240 .slick_res1l ul li {
        padding: 0 10px;
    }

    .section_2 .c_1240 .slick_res1l .zbox {
        padding-left: 0;
    }

    .section_2 .c_1240 .slick_res1l .title {
        display: none;
    }

    .section_2 .c_1240 .more a {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .section_2 .c_1240 .more span {
        height: 32px;
        font-size: 12px;
    }

    .section_2 .c_1240 .more a:hover {
        width: 65px;
    }

    .section_2 .c_1240 .more a:hover span {
        width: 50px;
    }

    .section_2 .c_1240 .more img {
        width: 5px;
    }

    .section_2 .c_1240 .slick_res1l ul li:hover a {
        padding-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .tit_1 {
        font-size: 16px;
        line-height: 24px;
    }

    .tit_1 span {
        font-size: 14px;
        line-height: 20px;
    }

    .tit_1 h1 {
        left: -10px;
        font-size: 30px;
        line-height: 20px;
        height: 36px;
    }

    .section_2 .c_330 {
        width: 30%;
    }

    .section_2 .c_330 .slick_res1r:before {
        left: 6px;
    }

    .section_2 .c_330 .slick_res1r {
        padding: 4px 0 12px 0;
        margin-top: 8px;
    }

    .section_2 .c_330 .slick_res1r .l1 {
        margin-top: 5px;
        padding-left: 13px;
    }

    .section_2 .c_330 .slick_res1r .l1 .ico {
        height: 32px;
        width: 12px;
        background-position: center 140%;
        background-size: 8px auto;
    }

    .section_2 .c_330 .slick_res1r .slick-current .l1 .ico {
        background-position: center -45%;
    }

    .section_2 .c_330 .slick_res1r .l1 h4 {
        font-size: 14px;
        line-height: 32px;
    }

    .section_2 .c_330 .slick_res1r .slick-current .l1 h4 {
        padding-left: 8px;
    }

    .section_2 .c_1240 {
        width: 69%;
    }

    .section_2 .c_1240 .slick_res1l ul {
        border-right: 0;
        height: auto!important;
        padding-top: 145px;
    }

    .section_2 .c_1240 .slick_res1l ul li {
        width: 48%;
        margin: 10px 1%;
    }

    .section_2 .c_1240 .slick_res1l ul li a h5 {
        line-height: 20px;
    }

    .section_2 .c_1240 .slick_res1l ul li a h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .section_2 .c_1240 .slick_res1l ul li a .img {
        margin-top: 10px;
    }

    .section_2 .c_1240 .slick_res1l ul li a .p {
        margin-top: 6px;
        line-height: 20px;
        height: 78px;
        display: none
    }

    .section_2 .c_1240 .more {
        width: 225px;
        left: auto;
        right: 6%;
        top: auto;
        bottom: 94px;
    }

    .section_2 .c_1240 .more a {
        width: 100%;
    }

    .section_2 .c_1240 .more a:hover {
        width: 100%;
    }

    .section_2 .c_1240 .more a span {
        width: 50px;
    }

    .section_2 .c_330, .section_2 .c_1240 {
        height: 100%;
        bottom: 0;
    }

    .section_2 .c_1240 .slick_res1l ul li:hover a div {
        padding-top: 0px;
    }

    .section_2 .c_1240 .slick_res1l ul li a .img {
        text-align: center;
        height: 75px!important;
    }

    .section_2 .c_1240 .slick_res1l ul li a .img img {
        width: 100%;
        float: none;
        display: inline-block;
        max-height: 100px;
    }
}

.section_3 {
    overflow: hidden;
}

.section_3 .c_1180 {
    width: 74%;
    height: 100%;
    position: relative;
    border-right: solid 1px rgba(255, 255, 255, 0.15);
    float: left;
}

.section_3 .c_1180 .slick_res2l {
    width: 100%;
    float: left;
    background: #191822;
    margin-top: 28px;
    overflow: hidden;
}

.section_3 .c_1180 .slick_res2l .slick-track {
}

.section_3 .c_1180 .slick_res2l .zbox {
    width: 100%;
    float: left;
    padding: 80px 7.46% 80px 6.78%;
}

.section_3 .c_1180 .slick_res2l .zbox .img {
    width: 55.45%;
    float: left;
    position: relative;
    z-index: 5;
}

.section_3 .c_1180 .slick_res2l .zbox .text {
    margin-left: 60.4%;
}

.section_3 .c_1180 .slick_res2l .zbox .text h4 {
    width: 100%;
    position: relative;
    margin-top: 22px;
    font-size: 24px;
    color: white;
    line-height: 40px;
    letter-spacing: 1px;
}

.section_3 .c_1180 .slick_res2l .zbox .text h4:before {
    content: '';
    width: 30px;
    height: 1px;
    background: white;
    position: absolute;
    left: -50px;
    top: 50%;
    opacity: 0.2;
}

.section_3 .c_1180 .slick_res2l .zbox .text h6 {
    width: 100%;
    font-size: 12px;
    color: white;
    line-height: 26px;
    letter-spacing: 1px;
    font-family: Arial;
    opacity: 0.4;
}

.section_3 .c_1180 .slick_res2l .zbox .text .p {
    width: 100%;
    position: relative;
    margin-top: 22px;
    font-size: 15px;
    color: white;
    line-height: 36px;
    letter-spacing: 1px;
    opacity: 0.5;
    height: 144px;
    overflow: hidden;
}

.section_3 .c_1180 .slick_res2l .zbox .text .detail {
    width: 100%;
    margin-top: 40px;
}

.section_3 .c_1180 .slick_res2l .zbox .text .detail a {
    display: block;
    float: right;
    margin-right: 6px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url(../images/index1_5.jpg) no-repeat center center;
    background-size: cover;
    font-size: 10px;
    font-family: Arial;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.section_3 .c_1180 .slick_res2l .zbox .text .detail a:hover {
    color: white;
}

.section_3 .c_390 {
    width: 24.84%;
    float: left;
    height: 100%;
    position: relative;
}

.section_3 .c_390 .slick_res2r {
    width: 100%;
    float: left;
}

.section_3 .c_390 .slick_res2r li {
    width: 100%;
    float: left;
    padding: 0 35.38% 0 10.26%;
    position: relative;
    cursor: pointer;
}

.section_3 .c_390 .slick_res2r li .zbox {
    width: 100%;
    float: left;
    padding: 20px 0 22px 10px;
    border-top: solid 1px #2a2932;
}

.section_3 .c_390 .slick_res2r li .zbox .ico {
    width: 67px;
    height: 67px;
    border: solid 1px rgba(200, 200, 200, 0.3);
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -33px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.section_3 .c_390 .slick_res2r li .zbox h4 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: white;
    line-height: 38px;
    letter-spacing: 1px;
}

.section_3 .c_390 .slick_res2r li .zbox h5 {
    width: 100%;
    float: left;
    font-size: 12px;
    color: white;
    line-height: 30px;
    letter-spacing: 1px;
    opacity: 0.4;
}

.section_3 .c_390 .slick_res2r .slick-current li {
    background: #191822;
}

.section_3 .c_1180.fadeInUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section_3 .c_390 .slick_res2r li.flipInX {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section_3 .c_390 .slick_res2r li.l1.flipInX {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.section_3 .c_390 .slick_res2r li.l2.flipInX {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.section_3 .c_390 .slick_res2r li.l3.flipInX {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.section_3 .c_390 .slick_res2r li.l4.flipInX {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.section_3 .c_390 .slick_res2r li.l5.flipInX {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.section_3 .c_390 .slick_res2r li.l6.flipInX {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.section_3 .c_390 .slick_res2r li.l7.flipInX {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@media screen and (max-height: 860px) {
    .section_3 .c_390 .slick_res2r li .zbox {
        padding: 10px 0 12px 10px;
    }

    .section_3 .c_390 .slick_res2r li .zbox .ico {
        right: 20px;
    }
}

@media screen and (max-width: 1500px) {
    .section_3 .c_390 .slick_res2r li {
        padding: 0 30% 0 6%;
    }
}

@media screen and (max-width: 1360px) {
    .section_3 .c_1180 .slick_res2l .zbox {
        padding: 60px 5% 60px 4%;
    }

    .section_3 .c_1180 .slick_res2l .zbox .img {
        width: 50%;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text {
        margin-left: 54%;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text h4 {
        margin-top: 0;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text .detail {
        margin-top: 20px;
    }

    .section_3 .c_390 .slick_res2r li .zbox {
        height: 90px;
    }

    .section_3 .c_390 .slick_res2r li .zbox .ico {
        width: 44px;
        height: 44px;
        margin-top: -22px;
    }

    .section_3 .c_390 .slick_res2r li .zbox h4 {
        font-size: 16px;
        line-height: 32px;
    }

    .section_3 .c_390 .slick_res2r li .zbox h5 {
        line-height: 16px;
    }

    .section_3 .c_390 .slick_res2r .slick-center li {
        background: #191822;
    }
}

@media screen and (max-width: 1199px) {
    .section_3 .c_1180 .slick_res2l .zbox .text h4 {
        font-size: 18px;
        line-height: 30px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text h4:before {
        left: -40px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text h6 {
        line-height: 20px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text .p {
        margin-top: 12px;
        font-size: 13px;
        line-height: 30px;
        height: 120px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text .detail a {
        margin-right: 4px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
}

@media screen and (max-width: 991px) {
    .section_3 .c_1180 .slick_res2l {
        margin-top: 18px;
    }

    .section_3 .c_1180 .slick_res2l .zbox {
        padding: 40px 5% 40px 4%;
    }

    .section_3 .c_390 .slick_res2r li .zbox h5 {
        display: none;
    }

    .section_3 .c_390 .slick_res2r li .zbox {
        height: 60px;
    }

    .section_3 .c_390 .slick_res2r li .zbox .ico {
        right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .section_3 .c_1180 {
        width: 64%;
    }

    .section_3 .c_1180 .slick_res2l .zbox {
        padding: 20px 5% 20px 4%;
    }

    .section_3 .c_1180 .slick_res2l .zbox .img {
        width: 100%;
        text-align: center;
    }

    .section_3 .c_1180 .slick_res2l .zbox .img img {
        width: auto;
        float: none;
        display: inline-block;
        max-height: 130px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text {
        margin-left: 0;
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text h4:before {
        display: none;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text h6 {
        line-height: 18px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text .p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 24px;
        height: 92px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text .detail a {
        margin-right: 0px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 8px;
    }

    .section_3 .c_390 {
        width: 35%;
    }

    .section_3 .c_390 .slick_res2r li .zbox {
        padding: 0;
        line-height: 60px;
    }

    .section_3 .c_390 .slick_res2r li .zbox .ico {
        width: 34px;
        height: 34px;
        margin-top: -17px;
        right: 5px;
    }

    .section_3 .c_390 .slick_res2r li .zbox h4 {
        font-size: 14px;
        line-height: 24px;
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
}

@media screen and (max-height: 460px) {
    .section_3 .c_1180 .slick_res2l .zbox .text .p {
        height: 22px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text .detail {
        margin-top: 10px;
    }

    .section_3 .c_1180 .slick_res2l .zbox .text h6 {
        display: none;
    }
}

.tit_1 .more {
    float: right;
    height: 26px;
    margin-top: 24px;
}

.tit_1 .more a {
    float: left;
    display: block;
    padding-left: 13px;
    background: url(../images/index3_13.jpg) no-repeat left center;
    line-height: 26px;
    font-size: 14px;
    color: #888;
    font-weight: normal;
}

.tit_1 .more a:hover {
    color: #fd2c07;
}

.section_4 .c_1570_1 {
    width: 100%;
    display: table;
    vertical-align: middle;
    height: 100%;
}

.section_4 .c_1570_1 .dl {
    width: 100%;
    float: left;
    margin-top: 33px;
    border-left: solid 1px #e2e2e2;
    border-top: solid 1px #e2e2e2;
}

.section_4 .c_1570_1 .dl .dd {
    width: 28.66%;
    float: left;
}

.section_4 .c_1570_1 .dl .d0.fadeInUp {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section_4 .c_1570_1 .dl .d1.fadeInDown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section_4 .c_1570_1 .dl .dd .l1 {
    width: 50%;
    float: left;
    border-right: solid 1px #e2e2e2;
    padding: 1px;
    border-bottom: solid 1px #e2e2e2;
    position: relative;
    overflow: hidden;
    background: white;
}

.section_4 .c_1570_1 .dl .dd .l1 a {
    display: block;
    width: 100%;
    height: 169px;
    overflow: hidden;
    position: relative;
    float: left;
}

.section_4 .c_1570_1 .dl .dd .l1 a .logo, .section_4 .c_1570_1 .dl .dd .l1 a .page {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.section_4 .c_1570_1 .dl .dd .l1 a .logo img, .section_4 .c_1570_1 .dl .dd .l1 a .page img {
    width: 224px;
    height: 170px;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    margin: -85px 0 0 -112px;
}

.section_4 .c_1570_1 .dl .dd .l1 a .page img {
    transform: rotateY(-180deg);
}

.section_4 .c_1570_1 .dl .dd .l1:before {
    content: '';
    display: block;
    background: url(../images/index3_15.png) no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: -24px;
    top: -24px;
    z-index: 3;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.section_4 .c_1570_1 .dl .dd .l1:hover:before {
    right: 0;
    top: 0;
}

.section_4 .c_1570_1 .dl .dd .l1 a .page {
    z-index: 1;
    opacity: 0;
}

.section_4 .c_1570_1 .dl .dd .l1:hover a {
    transform: rotateY(180deg);
}

.section_4 .c_1570_1 .dl .dd .l1:hover a .page {
    z-index: 2;
    opacity: 1;
}

.section_4 .c_1570_1 .dl .dd .l1:hover a .logo {
    z-index: 1;
    opacity: 0;
}

.section_4 .c_1570_1 .dl .dd.d1 {
    width: 42.68%;
}

.section_4 .c_1570_1 .dl .dd.d1 .l1 {
    width: 33.333%;
}

.section_4 .c_1570_1 .dl .dd.d1 .number {
    width: 100%;
    float: left;
    height: 340px;
    text-align: center;
    padding: 30px 8.89% 36px 8.89%;
    border-right: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_t {
    width: 100%;
    float: left;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 {
    width: 50%;
    float: left;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h3 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #e9134e;
    line-height: 86px;
    font-family: 'OPENSANS-BOLD';
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h3 b {
    display: inline-block;
    vertical-align: middle;
    font-size: 90px;
    font-family: Arial;
    font-weight: bold;
    margin-right: 5px;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h5 {
    width: 100%;
    float: left;
    margin-top: 6px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    opacity: 0.8;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_b {
    width: 100%;
    float: left;
    margin-top: 34px;
    padding-top: 28px;
    border-top: solid 1px white;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 {
    width: 33.333%;
    float: left;
    background: url(../images/index3_16.png) no-repeat left 12px;
    padding: 0 5px;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #e9134e;
    line-height: 64px;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 h3 b {
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    font-family: Arial;
    font-weight: bold;
    margin-right: 5px;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 h5 {
    width: 100%;
    float: left;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    opacity: 0.8;
}

.section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2.first {
    background: none;
}

@media screen and (max-width: 1630px) {
    .section_4 .c_1570_1 .dl .dd.d1 .number {
        padding: 30px 5% 36px 5%;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_b {
        margin-top: 24px;
        padding-top: 20px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h3 b {
        font-size: 70px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 h3 b {
        font-size: 40px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h5,
    .section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 h5 {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1500px) {
    .section_4 .c_1570_1 .dl .dd .l1 a {
        height: 140px;
    }

    .section_4 .c_1570_1 .dl .dd .l1 a .logo img, .section_4 .c_1570_1 .dl .dd .l1 a .page img {
        width: 184px;
        height: 140px;
        margin: -70px 0 0 -92px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number {
        padding: 20px 5% 26px 5%;
        height: 282px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_b {
        margin-top: 14px;
        padding-top: 10px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h3 {
        font-size: 20px;
        line-height: 66px;
    }
}

@media screen and (max-width: 1360px) {
    .section_4 .c_1570_1 .dl .dd .l1 a {
        height: 100px;
    }

    .section_4 .c_1570_1 .dl .dd .l1 a .logo img, .section_4 .c_1570_1 .dl .dd .l1 a .page img {
        width: 132px;
        height: 100px;
        margin: -50px 0 0 -66px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number {
        padding: 20px 5% 16px 5%;
        height: 202px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_b {
        margin-top: 16px;
        padding-top: 8px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h3 b {
        font-size: 50px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 h3 b {
        font-size: 20px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h3 {
        font-size: 16px;
        line-height: 46px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_t .l2 h5,
    .section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .number .number_b .l2 h3 {
        font-size: 14px;
        line-height: 34px;
    }
}

@media screen and (max-width: 991px) {
    .section_4 .c_1570_1 .dl .dd, .section_4 .c_1570_1 .dl .dd.d1 {
        width: 100%;
    }

    .section_4 .c_1570_1 .dl .dd .l1 {
        width: 33.333%;
        background: white;
    }

    .section_4 .c_1570_1 .dl .dd.d1 .l1 {
        display: none;
    }

    .section_4 .c_1570_1 .dl {
        margin-top: 23px;
    }

    .tit_1 .more {
        margin-top: 10px;
        height: 22px;
    }

    .tit_1 .more a {
        padding-left: 9px;
        line-height: 22px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .section_4 .c_1570_1 {
        padding-right: 10px;
    }

    .section_4 .c_1570_1 .dl {
        margin-top: 13px;
    }

    .section_4 .c_1570_1 .dl .dd:last-child {
        display: none;
    }

    .tit_1 .more {
        margin-top: 5px;
        height: 20px;
    }

    .tit_1 .more a {
        padding-left: 7px;
        line-height: 20px;
        background-size: 2px auto;
    }
}

@media screen and (max-height: 530px) {
    .section_4 .c_1570_1 .dl .dd:first-child {
        display: none;
    }
}

.c_0100_1 {
    width: 100%;
    float: left;
    height: 100%;
    position: relative;
    padding-bottom: 66px;
}

.row_1 {
    margin: 0 -2px;
}

.c_0100_1 .c_1570 {
    height: auto !important;
}

.c_0100_1 .hometop {
    width: 100%;
    float: left;
    margin-top: 73px;
    position: relative;
}

.c_0100_1 .hometop .slick-prev, .c_0100_1 .hometop .slick-next {
    position: absolute;
    left: -53px;
    top: 50%;
    display: block;
    width: 23px;
    height: 42px;
    margin-top: -21px;
    background: url(../images/index4_6.png) no-repeat left center;
    background-size: auto 100%;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.c_0100_1 .hometop .slick-next {
    left: auto;
    right: -53px;
    background-position: right center;
}

.c_0100_1 .hometop .slick-prev:hover,
.c_0100_1 .hometop .slick-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.c_0100_1 .hometop .ul_1 {
    width: 100%;
    float: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_1 .hometop .ul_1 li {
    width: 25%;
    float: left;
    padding: 0 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_1 .hometop .ul_1 li .zbox {
    width: 100%;
    float: left;
    background: black;
    background: rgba(27, 25, 37, 0.8);
    padding: 63px 30px 0 30px;
    height: 270px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_1 .hometop .ul_1 li .zbox .ico {
    width: 100%;
    height: 45px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_1 .hometop .ul_1 li .zbox .ico img {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
    -o-transition: width all 0.6s linear;
}

.c_0100_1 .hometop .ul_1 li .zbox:hover .ico img {
    transform: scale(1.5, 1.5) rotate(180deg);
    -ms-transform: scale(1.5, 1.5) rotateY(180deg);
    -webkit-transform: scale(1.5, 1.5) rotateY(180deg);
    -o-transform: scale(1.5, 1.5) rotateY(180deg);
    -moz-transform: scale(1.5, 1.5) rotateY(180deg)
}

.c_0100_1 .hometop .ul_1 li .zbox h4 {
    width: 100%;
    margin-top: 8px;
    font-size: 18px;
    color: white;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'OPENSANS-BOLD';
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_1 .hometop .ul_1 li .zbox .p {
    width: 100%;
    margin-top: 18px;
    font-size: 14px;
    color: white;
    line-height: 24px;
    letter-spacing: 1px;
    opacity: 0.8;
    word-wrap: break-word;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.c_0100_1 .hometop .ul_1 li .zbox .p a {
    color: white;
}

.c_0100_1 .tab {
    width: 100%;
    float: left;
    margin-top: 32px;
    position: relative;
    text-align: center;
}

.c_0100_1 .tab:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #3a3945;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 2;
}

.c_0100_1 .tab .homedown {
    display: inline-block;
    float: none;
    width: 585px;
    position: relative;
    z-index: 3;
}

.c_0100_1 .tab .homedown .zbox {
    width: 100%;
    float: left;
    cursor: pointer;
}

.c_0100_1 .tab .homedown .zbox .ico {
    width: 100%;
    float: left;
    height: 21px;
    background: url(../images/index4_1.png) no-repeat center center;
    background-size: contain;
}

.c_0100_1 .tab .homedown .zbox h4 {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 18px;
    color: white;
    line-height: 30px;
    opacity: 0.6;
}

.c_0100_1 .tab .homedown .slick-current .zbox .ico {
    background-image: url(../images/index4_1_h.png);
}

.c_0100_1 .tab .homedown .slick-current .zbox h4 {
    opacity: 1;
    font-weight: bold;
}

@media screen and (max-width: 1199px) {
    .c_0100_1 .hometop .ul_1 li .zbox {
        padding: 43px 20px 0 20px;
    }

    .c_0100_1 .hometop {
        margin-top: 43px;
    }
}

@media screen and (max-width: 991px) {
    .c_0100_1 {
        padding-bottom: 55px;
    }

    .c_0100_1 .hometop .slick-prev, .c_0100_1 .hometop .slick-next {
        display: none !important;
    }

    .c_0100_1 .hometop .ul_1 li .zbox {
        padding: 33px 20px 0 20px;
        height: 220px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox .ico {
        height: 35px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox h4 {
        margin-top: 4px;
        font-size: 16px;
        line-height: 22px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox .p {
        margin-top: 14px;
        font-size: 12px;
        line-height: 22px;
    }

    .c_0100_1 .tab {
        margin-top: 22px;
    }

    .c_0100_1 .tab .homedown .zbox .ico {
        height: 17px;
    }

    .c_0100_1 .tab .homedown .zbox h4 {
        margin-top: 6px;
        font-size: 16px;
        line-height: 26px;
    }

    .c_0100_1 .tab:before {
        top: 7px;
    }
}

@media screen and (max-width: 767px) {
    .c_0100_1 {
        padding-right: 10px;
        padding-bottom: 55px;
    }

    .c_0100_1 .hometop {
        margin-top: 23px;
    }

    .c_0100_1 .hometop .ul_1 li {
        width: 50%;
        margin-top: 4px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox {
        padding: 0 10px 0 10px;
        height: 160px;
        line-height: 160px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox span {
        display: inline-block;
        vertical-align: middle;
    }

    .c_0100_1 .hometop .ul_1 li .zbox .ico {
        height: 25px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox h4 {
        margin-top: 2px;
        font-size: 14px;
        line-height: 20px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox .p {
        margin-top: 10px;
        line-height: 20px;
        word-break: break-all;
    }

    .c_0100_1 .tab {
        margin-top: 12px;
    }

    .c_0100_1 .tab .homedown .zbox .ico {
        height: 12px;
    }

    .c_0100_1 .tab .homedown .zbox h4 {
        margin-top: 4px;
        font-size: 14px;
        line-height: 22px;
    }

    .c_0100_1 .tab:before {
        top: 5px;
        height: 2px;
    }

    .c_0100_1 .tab .homedown {
        width: 285px;
    }
}

.c_0100_1 .hometop .ul_1 li.fadeInRight {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.c_0100_1 .hometop .ul_1 li.l2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.c_0100_1 .hometop .ul_1 li.l3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.c_0100_1 .hometop .ul_1 li.l4 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@media screen and (max-height: 520px) {
    .c_0100_1 .hometop .ul_1 li .zbox {
        height: 90px;
        line-height: 90px;
    }

    .c_0100_1 .hometop {
        margin-top: 3px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox .ico {
        display: none;
    }

    .c_0100_1 .hometop .ul_1 li .zbox h4 {
        line-height: 18px;
    }

    .c_0100_1 .hometop .ul_1 li .zbox .p {
        line-height: 16px;
    }
}

/*底部*/
.footer {
    width: 100%;
    background: #24242e;
    text-align: center;
    padding: 21px 10px;
    font-size: 14px;
    color: white;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.2);
    height: 55px;
    float: left;
    position:absolute;bottom: 0;
}

@media screen and (max-width: 991px) {
    .footer {
        padding: 16.5px 10px;
        font-size: 12px;
        line-height: 22px;
        height: 55px;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 13px 10px;
        line-height: 20px;
        height: auto;
    }
}

.section_7 .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
    .section_7 .footer {
        bottom: 0px;
    }

    .section_7 {
        padding-top: 30px;
    }
}

/*分页*/
.z_fy_1 {
    width: 100%;
    float: left;
    padding: 70px 0 80px 0;
    text-align: center;
}

.pz_fy {
    display: inline-block;
}

.pz_fy a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    float: left;
    color: #333;
    font-size: 18px;
    line-height: 38px;
    background-position: center bottom;
}

.pz_fy a.on, .pz_fy a:hover {
    color: #f2183b;
    background: url(../images/nygy2.jpg) no-repeat center bottom;
}

.pz_fy a.a1 {
    text-transform: uppercase;
    font-family: 'OPENSANS-BOLD';
    font-size: 20px;
    margin: 0 24px;
}

.fy_phone {
    display: none;
}

@media screen and (max-width: 991px) {
    .z_fy_1 {
        padding: 30px 0 40px 0;
    }

    .pz_fy {
        display: none;
    }

    .fy_phone {
        display: block;
    }

    .fy_phone {
        display: block;
        font-family: 'Arial';
    }

    .fy_phone {
        width: 100%;
        float: left;
        padding: 20px 0;
        text-align: center;
        font-size: 14px;
        color: #333;
    }

    .fy_phone a {
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 29px;
        border: solid 1px #eb0101;
        color: #333;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .fy_phone span {
        display: inline-block;
        padding: 0 10%;
        height: 30px;
        line-height: 30px;
        color: #333;
    }
}

.elli {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*内页公用*/
.headline {
    width: 100%;
    float: left;
    margin-top: 67px;
    position: relative;
    padding-bottom: 42px;
}

.headline:before {
    content: '';
    width: 81.53%;
    height: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/nygy1.png) no-repeat left center;
}

.headline .subhead {
    float: left;
    font-size: 120px;
    color: #333;
    font-weight: bold;
    line-height: 116px;
    height: 116px;
    opacity: 0.1;
    text-transform: uppercase;
    letter-spacing: 35px;
}

.pz_SideLayer {
    float: right;
}

.pz_SideLayer li {
    float: left;
    margin-left: 90px;
}

.pz_SideLayer li a {
    display: block;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 116px;
    letter-spacing: 1px;
}

.pz_SideLayer li:hover a, .pz_SideLayer li.on a {
    color: #ff2f00;
}

.pz_SideLayer_1 {
    position: fixed;
    width: 60%;
    left: 20%;
    top: 0;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pz_SideLayer_1.on {
    opacity: 1;
}

.pz_SideLayer_1 li {
    display: inline-block;
    float: none;
    margin: 0 45px;
}

.pz_SideLayer_1 li a {
    line-height: 80px;
}

.c_1570_2 {
    width: 100%;
    float: left;
    margin-top: 82px;
}

.pz_SideLayer .p {
    font-size: 18px;
    color: #333;
    line-height: 80px;
}

.pz_SideLayer .name {
    font-size: 26px;
    color: #333;
    line-height: 80px;
    letter-spacing: 2px;
}

@media screen and (max-width: 1720px) {
    .pz_SideLayer li {
        margin-left: 40px;
    }

    .pz_SideLayer_1 li {
        margin: 0 20px;
    }
}

@media screen and (max-width: 1420px) {
    .headline .subhead {
        font-size: 80px;
        letter-spacing: 35px;
    }

    .pz_SideLayer li {
        margin-left: 30px;
    }

    .pz_SideLayer_1 li {
        margin: 0 15px;
    }
}

@media screen and (max-width: 1220px) {
    .headline .subhead {
        font-size: 60px;
        letter-spacing: 18px;
    }

    .pz_SideLayer_1 {
        left: 30%;
    }

    .pz_SideLayer li {
        margin-left: 20px;
    }

    .pz_SideLayer_1 li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 991px) {
    .headline {
        margin-top: 37px;
        padding-bottom: 22px;
    }

    .headline .subhead {
        height: 80px;
        line-height: 80px;
        font-size: 40px;
        letter-spacing: 12px;
    }

    .pz_SideLayer li a {
        line-height: 80px;
        font-size: 14px;
    }

    .c_1570_2 {
        margin-top: 42px;
    }

    .pz_SideLayer .p {
        font-size: 16px;
        line-height: 80px;
    }

    .pz_SideLayer .name {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 767px) {
    .topnav .pz_top {
        background: white;
    }

    .topnav {
        height: 60px;
    }

    .pz_SideLayer_1 {
        display: none;
    }

    .headline {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    /*.headline .subhead,.headline:before{ display:none;}*/
    .pz_SideLayer li a {
        line-height: 40px;
    }

    .c_1570_2 {
        margin-top: 22px;
    }

    .pz_SideLayer .p {
        font-size: 14px;
        line-height: 40px;
    }
}

/*案例*/
.ul_2 {
    width: 100%;
    float: left;
}

.ul_2 li {
    width: 32.3%;
    margin: 10px 0.5%;
    float: left;
    overflow: hidden;
    position: relative;
}

.ul_2 li .img {
    width: 100%;
    float: left; /*height:auto;*/
    position: relative;
    height: 290px;
}

.ul_2 li .img img {
    width: 100%;
    height: 100%;
    max-width: none;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: width all 0.3s linear;
}

.ul_2 li:hover .img img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.ul_2 li .img .name {
    position: absolute;
    left: 0;
    padding: 0 5.7%;
    bottom: 22px;
    font-size: 26px;
    color: #555;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_2 li .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_2 li .tc {
    width: 100%;
    height: 184px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -92px;
    text-align: center;
    padding: 0 5.7%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_2 li .tc h4 {
    width: 100%;
    font-size: 30px;
    color: white;
    line-height: 41px;
    letter-spacing: 1px;
    text-align: center;
}

.ul_2 li .tc .tab {
    width: 100%;
    font-size: 16px;
    color: white;
    line-height: 22px;
    letter-spacing: 1px;
    margin-top: 6px;
    opacity: 0.8;
}

.ul_2 li .tc .tab span {
    margin: 0 14px;
}

.ul_2 li .tc .ico {
    background: url(../images/case9.png) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    background-size: contain;
}

.ul_2 li:hover .mb {
    opacity: 0.7;
}

.ul_2 li:hover .tc {
    opacity: 1;
}

.ul_2 li:hover .img .name {
    bottom: -40px;
}

@media screen and (max-width: 1380px) {
    .ul_2 li .img {
        height: auto;
    }

    .ul_2 li .img img {
        width: 100%;
        height: 120px;
        position: relative;
        margin: 0;
        float: left;
        left: auto;
        top: auto;
    }

    .ul_2 li .img .name {
        bottom: 16px;
        font-size: 20px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1199px) {
    /*.ul_2 li .img{ height:322px;}
.ul_2 li .img img{ width:322px; height:322px; margin:-161px 0 0 -161px;}*/
    .ul_2 li .img .name {
        bottom: 12px;
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 991px) {
    .ul_2 li .img .name {
        padding: 0 4%;
        bottom: 0px;
        font-size: 16px;
    }

    .ul_2 li .tc {
        height: 144px;
        margin-top: -72px;
        padding: 0 4%;
    }

    .ul_2 li .tc h4 {
        font-size: 18px;
        line-height: 35px;
    }

    .ul_2 li .tc .tab {
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px;
    }

    .ul_2 li .tc .tab span {
        margin: 0 8px;
    }

    .ul_2 li .tc .ico {
        width: 30px;
        height: 30px;
        margin-left: -15px;
    }

    /*.ul_2 li .img img{ width:282px; height:282px; margin:-141px 0 0 -141px;}
.ul_2 li .img{ height:282px;}*/
}

@media screen and (max-width: 767px) {
    .ul_2 li {
        width: 49%;
    }

    /*.ul_2 li .img img{ width:222px; height:222px; margin:-111px 0 0 -111px;}
.ul_2 li .img{ height:222px;}*/
    .ul_2 li .tc {
        height: 104px;
        margin-top: -52px;
    }

    .ul_2 li .tc h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .ul_2 li .tc .tab {
        font-size: 12px;
        line-height: 18px;
        margin-top: 2px;
    }

    .ul_2 li .tc .tab span {
        margin: 0 4px;
    }

    .ul_2 li .tc .ico {
        width: 20px;
        height: 20px;
        margin-left: -10px;
    }

    .ul_2 li .img .name {
        font-size: 14px;
    }
}

/*右侧漂浮*/
.pf_right {
    position: fixed;
    right: 31px;
    top: 50%;
    margin-top: -101px;
    z-index: 8;
}

.pf_right ul {
    width: 50px;
    float: left;
    background: #474747;
}

.pf_right ul li {
    width: 50px;
    height: 51px;
    float: left;
    border-top: solid 1px #575757;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul li.first {
    border-top: 0;
}

.pf_right ul li img {
    float: none;
    height: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul li h4 {
    position: absolute;
    right: -100px;
    top: 0;
    width: 173px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: white;
    font-size: 16px;
    font-family: Arial;
    opacity: 0;
    z-index: 2;
    letter-spacing: 1px;
    background: url(../images/right4.jpg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul li h4 img {
    width: 40px;
    max-width: none;
    margin-left: -10px;
}

.pf_right ul li h4 p {
    display: inline-block;
}

.pf_right ul li:hover {
    overflow: visible;
    background: url(../images/right4.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.pf_right ul li:hover h4 {
    right: 0;
    opacity: 1;
}

.pf_right ul li .ewm {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -56px;
    width: 121px;
    text-align: center;
    height: 112px;
    background: url(../images/right6.png) no-repeat center center;
    opacity: 0;
    z-index: 1;
    padding: 10px 18px 10px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul li .ewm img {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

.pf_right ul li:hover .ewm {
    right: 110%;
    opacity: 1;
}

.pf_right ul li.last img {
    width: 100%;
    height: auto;
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .pf_right {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .pf_right {
        display: none;
    }
}

/*客户*/
.ul_3 {
    width: 100%;
    float: left;
    margin-top: -22px;
}

.ul_3 li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    position: relative;
}

.ul_3 li .img {
    width: 100%;
    height: 379px;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_3 li .img img {
    width: 503px;
    height: 379px;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    margin: -189px 0 0 -251px;
}

.ul_3 li .logo {
    width: 340px;
    height: 180px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -90px 0 0 -170px;
    text-align: center;
}

.ul_3 li .logo img {
    height: 100%;
    width: auto;
    float: none;
    display: inline-block;
}

.ul_3 li:hover .img {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.ul_4 {
    width: 100%;
    float: left;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ul_4 li {
    width: 16.66%;
    float: left;
    margin-top: 30px;
    padding: 0 15px;
}

.ul_4 li img {
    width: 100%;
    float: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_4 li a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}

.ul_4 li a .page {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.ul_4 li a .page img {
    width: 100%;
    height: 100%;
    float: left;
    transform: rotateY(-180deg);
}

.ul_4 li a:before {
    content: '';
    display: block;
    background: url(../images/index3_15.png) no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -24px;
    top: -24px;
    z-index: 3;
    transform: rotateY(180deg);
    -webkit-transition: all 0.8s ease-out 0s;
    -moz-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
}

.ul_4 li:hover a:before {
    left: 0;
    top: 0;
}

.ul_4 li a .page {
    z-index: -1;
    opacity: 0;
}

.ul_4 li:hover a {
    transform: rotateY(180deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.ul_4 li:hover a .page {
    z-index: 1;
    opacity: 1;
}

@media screen and (max-width: 1460px) {
    .ul_3 li .img {
        height: 320px;
    }

    .ul_3 li .img img {
        width: 425px;
        height: 320px;
        margin: -160px 0 0 -212px;
    }

    .ul_3 li .logo {
        width: 208px;
        height: 110px;
        margin: -55px 0 0 -104px;
    }
}

@media screen and (max-width: 1360px) {
    .ul_3 li .img {
        height: 280px;
    }

    .ul_3 li .img img {
        width: 372px;
        height: 280px;
        margin: -140px 0 0 -186px;
    }

    .ul_3 li .logo {
        width: 208px;
        height: 110px;
        margin: -55px 0 0 -104px;
    }
}

@media screen and (max-width: 1199px) {
    .ul_4 li {
        width: 20%;
    }

    .ul_3 li .img {
        height: 240px;
    }

    .ul_3 li .img img {
        width: 319px;
        height: 240px;
        margin: -120px 0 0 -154px;
    }

    .ul_3 li .logo {
        width: 170px;
        height: 90px;
        margin: -45px 0 0 -85px;
    }
}

@media screen and (max-width: 991px) {
    .ul_3 {
        margin-top: -12px;
    }
}

@media screen and (max-width: 767px) {
    .ul_3 {
        margin-top: 0px;
    }

    .ul_3 li {
        width: 100%;
        margin-top: 10px;
        padding: 0 5px;
    }

    .ul_3 li .img {
        height: 200px;
    }

    .ul_4 li {
        width: 33.33%;
        padding: 0 5px;
        margin-top: 10px;
    }
}

/*新闻*/
.slide_pic_1 {
    width: 100%;
    float: left;
    margin-top: -23px;
    position: relative;
}

.slide_pic_1 .li_hp {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.slide_pic_1 .li_hp .img {
    width: 100%;
    height: 580px;
}

.slide_pic_1 .li_hp .img img {
    width: 1570px;
    height: 580px;
    position: absolute;
    max-width: none;
    left: 50%;
    top: 50%;
    margin: -290px 0 0 -785px;
}

.slide_pic_1 .li_hp .c_580 {
    width: 580px;
    position: absolute;
    left: 6.94%;
    height: 328px;
    top: 50%;
    margin-top: -164px;
    background: url(../images/news1_2.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 50px 39px 56px 39px;
    opacity: 0.8;
}

.slide_pic_1 .li_hp .c_580 h4 {
    width: 100%;
    float: left;
    font-size: 30px;
    color: white;
    line-height: 48px;
}

.slide_pic_1 .li_hp .c_580 .p {
    width: 100%;
    float: left;
    margin-top: 31px;
    height: 95px;
    line-height: 95px;
    padding-left: 123px;
    position: relative;
    overflow: hidden;
}

.slide_pic_1 .li_hp .c_580 .p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: white;
    line-height: 30px;
}

.slide_pic_1 .li_hp .c_580 .p .time {
    width: 103px;
    height: 95px;
    background: black;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    padding: 11px 12px 0 12px;
    text-align: center;
    letter-spacing: 1px;
}

.slide_pic_1 .li_hp .c_580 .p .time h5 {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: solid 1px white;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    font-size: 28px;
    color: white;
    line-height: 34px;
    font-family: 'OPENSANS-BOLD';
}

.slide_pic_1 .li_hp .c_580 .p .time h6 {
    width: 100%;
    margin-top: 8px;
    font-size: 18px;
    color: white;
    line-height: 22px;
    font-family: 'OPENSANS-REGULAR';
}

.slide_pic_1 .slick-dots {
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 50px;
    display: block;
    width: auto;
}

.slide_pic_1 .slick-dots li {
    float: left;
    margin-left: 15px;
    background: white;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.4;
}

.slide_pic_1 .slick-dots li button {
    display: none;
}

.slide_pic_1 .slick-dots li.slick-active {
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .slide_pic_1 .li_hp .c_580 {
        width: 480px;
        left: 5%;
        height: 288px;
        margin-top: -144px;
        padding: 30px 29px 46px 29px;
    }

    .slide_pic_1 .li_hp .img {
        height: 500px;
    }

    .slide_pic_1 .li_hp .img img {
        width: 1353px;
        height: 500px;
        margin: -250px 0 0 -676px;
    }
}

@media screen and (max-width: 991px) {
    .slide_pic_1 {
        margin-top: -13px;
    }

    .slide_pic_1 .li_hp .c_580 {
        width: 380px;
        height: 218px;
        margin-top: -109px;
        padding: 20px 19px 36px 19px;
    }

    .slide_pic_1 .li_hp .img {
        height: 400px;
    }

    .slide_pic_1 .li_hp .img img {
        width: 1083px;
        height: 400px;
        margin: -200px 0 0 -542px;
    }

    .slide_pic_1 .slick-dots {
        bottom: 20px;
        right: 40px;
    }

    .slide_pic_1 .slick-dots li {
        margin-left: 10px;
        width: 10px;
        height: 10px;
        margin-right: 0;
    }

    .slide_pic_1 .li_hp .c_580 h4 {
        font-size: 20px;
        line-height: 38px;
    }

    .slide_pic_1 .li_hp .c_580 .p {
        margin-top: 21px;
        height: 75px;
        line-height: 75px;
        padding-left: 103px;
    }

    .slide_pic_1 .li_hp .c_580 .p span {
        font-size: 14px;
        line-height: 24px;
    }

    .slide_pic_1 .li_hp .c_580 .p .time {
        width: 83px;
        height: 75px;
        padding: 6px 7px 0 7px;
    }

    .slide_pic_1 .li_hp .c_580 .p .time h5 {
        padding-bottom: 3px;
        font-size: 22px;
        line-height: 26px;
    }

    .slide_pic_1 .li_hp .c_580 .p .time h6 {
        margin-top: 5px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .slide_pic_1 {
        margin-top: 0px;
    }

    .slide_pic_1 .li_hp .c_580 {
        width: 280px;
        height: 158px;
        left: 10px;
        margin-top: -79px;
        padding: 12px 14px 26px 14px;
    }

    .slide_pic_1 .li_hp .img {
        height: 260px;
    }

    .slide_pic_1 .li_hp .img img {
        width: 812px;
        height: 300px;
        margin: -150px 0 0 -406px;
    }

    .slide_pic_1 .slick-dots {
        bottom: 10px;
        right: 20px;
    }

    .slide_pic_1 .slick-dots li {
        margin-left: 8px;
        width: 8px;
        height: 8px;
    }

    .slide_pic_1 .li_hp .c_580 h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .slide_pic_1 .li_hp .c_580 .p {
        margin-top: 11px;
        height: 65px;
        line-height: 65px;
        padding-left: 83px;
    }

    .slide_pic_1 .li_hp .c_580 .p span {
        font-size: 12px;
        line-height: 22px;
    }

    .slide_pic_1 .li_hp .c_580 .p .time {
        width: 70px;
        height: 65px;
        padding: 6px 5px 0 5px;
    }

    .slide_pic_1 .li_hp .c_580 .p .time h5 {
        padding-bottom: 3px;
        font-size: 18px;
        line-height: 22px;
    }

    .slide_pic_1 .li_hp .c_580 .p .time h6 {
        margin-top: 3px;
        font-size: 14px;
        line-height: 18px;
    }
}

.ul_5 {
    width: 100%;
    float: left;
    margin-top: -1px;
}

.ul_5 li {
    width: 100%;
    float: left;
    margin-top: 40px;
    background: white;
    padding-right: 50px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_5 li .img {
    width: 450px;
    float: left;
    overflow: hidden;
}

.ul_5 li .img img {
    width: 100%;
    float: left;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: width all 0.3s linear;
}

.ul_5 li:hover .img img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
}

.ul_5 li .text {
    margin-left: 490px;
    margin-top: 48px;
    position: relative;
}

.ul_5 li .text .title {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 32px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_5 li .text:before {
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    position: absolute;
    left: -63px;
    top: 15px;
    background: url(../images/news2_7.png) no-repeat center center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.ul_5 li .text .p {
    width: 100%;
    float: left;
    margin-top: 19px;
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    letter-spacing: 1px;
}

.ul_5 li .text .time {
    width: 100%;
    float: left;
    margin-top: 76px;
    font-size: 16px;
    color: #999;
    line-height: 26px;
    letter-spacing: 1px;
}

.ul_5 li .text .time span {
    font-size: 24px;
    margin-right: 15px;
}

.ul_5 li:hover .text .title {
    padding-left: 63px;
    color: #ff2f00;
}

.ul_5 li:hover .text:before {
    left: 0;
}

@media screen and (max-width: 991px) {
    .ul_5 {
        margin-top: 0px;
    }

    .ul_5 li {
        margin-top: 20px;
        padding-right: 30px;
    }

    .ul_5 li .img {
        width: 300px;
    }

    .ul_5 li .text {
        margin-left: 325px;
        margin-top: 28px;
    }

    .ul_5 li .text .title {
        font-size: 16px;
        line-height: 24px;
    }

    .ul_5 li .text:before {
        width: 34px;
        left: -53px;
        top: 10px;
    }

    .ul_5 li .text .p {
        margin-top: 12px;
        font-size: 12px;
        line-height: 22px;
        height: 44px;
    }

    .ul_5 li .text .time {
        margin-top: 46px;
        font-size: 14px;
        line-height: 22px;
    }

    .ul_5 li .text .time span {
        font-size: 18px;
        margin-right: 10px;
    }

    .ul_5 li:hover .text .title {
        padding-left: 53px;
    }
}

@media screen and (max-width: 767px) {
    .ul_5 li {
        margin-top: 10px;
        padding-right: 10px;
    }

    .ul_5 li .img {
        width: 100%;
    }

    .ul_5 li .text {
        margin-left: 0;
        width: 100%;
        float: left;
        margin-top: 18px;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .ul_5 li .text .time {
        margin-top: 26px;
    }

    .ul_5 li .text .p {
        height: 40px;
    }

    .ul_5 li:hover .text .title {
        padding-left: 43px;
    }
}

.c_1250 {
    width: 1250px;
    margin: 0 auto;
    max-width: 100%;
}

.c_1250_1 {
    width: 100%;
    float: left;
    background: white;
    margin: 80px 0;
    padding: 57px 60px 60px 60px;
}

.c_1250_1 .title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #222;
    line-height: 39px;
    letter-spacing: 1px;
}

.c_1250_1 .tab {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 45px;
    padding: 22px 10px 23px 10px;
    border-top: dashed 1px #ccc;
    border-bottom: dashed 1px #ccc;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    letter-spacing: 1px;
}

.c_1250_1 .tab a {
    display: inline-block;
}

.c_1250_1 .tab span {
    margin: 0 18px;
    color: #d4d4d4;
}

.c_1250_1 ul {
    width: 100%;
    float: left;
}

.c_1250_1 ul li {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.c_1250_1 ul li .c_550 {
    width: 48.67%;
    float: left;
    letter-spacing: 1px;
}

.c_1250_1 ul li .c_550 h3 {
    width: 100%;
    margin-top: 37px;
    font-size: 30px;
    color: #555;
    line-height: 36px;
}

.c_1250_1 ul li .c_550 .p {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    color: #555;
    line-height: 38px;
}

.c_1250_1 ul li .img {
    width: 48.67%;
    float: right;
}

.c_1250_1 ul li.l1 .img {
    float: left;
}

.c_1250_1 ul li.l1 .c_550 {
    float: right;
}

.c_1250 .fx {
    width: 100%;
    float: left;
    margin-top: 61px;
    text-align: center;
    height: 40px;
}

.c_1250 .fx .bdsharebuttonbox {
    display: inline-block;
    float: none;
}

.c_1250 .fx .bdsharebuttonbox a {
    display: block;
    width: 40px !important;
    height: 40px !important;
    float: left;
    margin: 0 10px !important;
    padding: 0 !important;
    background-position: center center !important;
    background-size: contain !important;
    background-color: #dedede;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.c_1250 .fx .bdsharebuttonbox a.a1 {
    background-image: url(../images/nygy3_1.png);
}

.c_1250 .fx .bdsharebuttonbox a.a2 {
    background-image: url(../images/nygy3_2.png);
}

.c_1250 .fx .bdsharebuttonbox a.a3 {
    background-image: url(../images/nygy3_3.png);
}

.c_1250 .fx .bdsharebuttonbox a.a4 {
    background-image: url(../images/nygy3_4.png);
}

.c_1250 .wzfy {
    width: 100%;
    float: left;
    margin-top: 60px;
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    position: relative;
}

.c_1250 .wzfy .fwlb {
    width: 72px;
    height: 70px;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    background: url(../images/nygy3_5.png) no-repeat center center;
    background-size: 20px auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -36px;
}

.c_1250 .wzfy .wzfy_left, .c_1250 .wzfy .wzfy_right {
    max-width: 43%;
    float: left;
    font-size: 16px;
    color: #888;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.c_1250 .wzfy .wzfy_left span, .c_1250 .wzfy .wzfy_right span {
    margin: 0 19px;
}

.c_1250 .wzfy .wzfy_left a, .c_1250 .wzfy .wzfy_right a {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    color: #888;
    max-width: 70%;
}

.c_1250 .wzfy .wzfy_left:hover a, .c_1250 .wzfy .wzfy_right:hover a, .c_1250 .wzfy .wzfy_left:hover, .c_1250 .wzfy .wzfy_right:hover {
    color: #f62321;
}

.c_1250 .wzfy .wzfy_right {
    float: right;
}

@media screen and (max-width: 1199px) {
    .c_1250_1 {
        margin: 60px 0;
        padding: 37px 40px 40px 40px;
    }

    .c_1250_1 ul li {
        margin-top: 40px;
    }

    .c_1250_1 ul li .c_550 h3 {
        margin-top: 10px;
    }

    .c_1250_1 ul li .img {
        margin-top: 20px;
    }

    .c_1250 .wzfy .wzfy_left span, .c_1250 .wzfy .wzfy_right span {
        margin: 0 12px;
    }
}

@media screen and (max-width: 991px) {
    .c_1250_1 .title {
        font-size: 20px;
        line-height: 32px;
    }

    .c_1250_1 .tab {
        margin-top: 25px;
        padding: 12px 10px 13px 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .c_1250_1 .tab span {
        margin: 0 12px;
    }

    .c_1250_1 {
        margin: 40px 0;
        padding: 27px 30px 30px 30px;
    }

    .c_1250_1 ul li {
        margin-top: 20px;
    }

    .c_1250_1 ul li .c_550 h3 {
        margin-top: 7px;
        font-size: 20px;
        line-height: 26px;
    }

    .c_1250_1 ul li .c_550 .p {
        margin-top: 14px;
        font-size: 14px;
        line-height: 30px;
    }

    .c_1250_1 ul li .img {
        margin-top: 10px;
    }

    .c_1250 .fx {
        margin-top: 41px;
        height: 30px;
    }

    .c_1250 .fx .bdsharebuttonbox a {
        width: 30px !important;
        height: 30px !important;
    }

    .c_1250 .wzfy {
        margin-top: 40px;
    }

    .c_1250 .wzfy .fwlb {
        width: 42px;
        height: 40px;
        margin-left: -21px;
        background-size: 16px auto;
    }

    .c_1250 .wzfy .wzfy_left, .c_1250 .wzfy .wzfy_right {
        font-size: 14px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .c_1250_1 .title {
        font-size: 16px;
        line-height: 26px;
    }

    .c_1250_1 .tab {
        margin-top: 19px;
        padding: 8px 5px 9px 5px;
        font-size: 12px;
        line-height: 20px;
    }

    .c_1250_1 .tab span {
        margin: 0 6px;
    }

    .c_1250_1 {
        margin: 20px 0;
        padding: 17px 20px 20px 20px;
    }

    .c_1250_1 ul li {
        margin-top: 10px;
    }

    .c_1250_1 ul li .c_550 h3 {
        margin-top: 4px;
        font-size: 16px;
        line-height: 22px;
    }

    .c_1250_1 ul li .c_550 .p {
        margin-top: 8px;
        font-size: 12px;
        line-height: 24px;
    }

    .c_1250 .fx {
        margin-top: 21px;
    }

    .c_1250 .fx .bdsharebuttonbox a {
        margin: 0 5px !important;
    }

    .c_1250 .wzfy {
        margin-top: 20px;
        padding-right: 42px;
    }

    .c_1250 .wzfy .fwlb {
        width: 42px;
        height: 40px;
        margin-left: -21px;
        background-size: 16px auto;
        left: auto;
        right: 0;
        margin-left: 0;
    }

    .c_1250 .wzfy .wzfy_left, .c_1250 .wzfy .wzfy_right {
        width: 100%;
        max-width: 100%;
        font-size: 12px;
        line-height: 20px;
    }

    .c_1250_1 ul li .img {
        width: 100%;
    }

    .c_1250_1 ul li .c_550 {
        width: 100%;
        margin-top: 10px;
    }

    .c_1250 .wzfy .wzfy_left a, .c_1250 .wzfy .wzfy_right a {
        width: 80%;
        max-width: 80%;
        float: right;
        margin-top: 0px;
    }

    .c_1250 .wzfy .wzfy_left span, .c_1250 .wzfy .wzfy_right span {
        display: none;
    }
}

/*新闻详情*/
.c_1250_2 {
    width: 100%;
    float: left;
    padding-right: 52px;
    text-align: center;
    position: relative;
    margin-top: 105px;
}

.c_1250_2 .return {
    position: absolute;
    right: 0;
    top: -6px;
    width: 52px;
    overflow: hidden;
    z-index: 3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.c_1250_2 .return:hover {
    transform: rotate(180deg);
}

.c_1250_2 h3 {
    width: 100%;
    font-size: 30px;
    color: #333;
    line-height: 41px;
}

.c_1250_2 h5 {
    width: 100%;
    font-size: 16px;
    color: #888;
    line-height: 23px;
    margin-top: 20px;
}

.c_1250_2 h1 {
    width: 100%;
    font-size: 120px;
    color: #333;
    line-height: 41px;
    opacity: 0.06;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: -26px;
    height: 93px;
    line-height: 93px;
    font-weight: bold;
    text-transform: uppercase;
}

.c_1250_3 {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 56px;
    background: white;
    margin-bottom: 80px;
}

.c_1250_3 .content1 {
    width: 100%;
    float: left;
    padding: 81px 161px 51px 160px;
    position: relative;
    border-bottom: solid 1px #ebebeb;
}

.c_1250_3 .content1:before {
    content: '';
    background: url(../images/news3_2.png) no-repeat center center;
    width: 63px;
    height: 51px;
    position: absolute;
    left: 67px;
    top: 60px;
}

.c_1250_3 .content1 .tab {
    float: left;
    width: 72px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
    color: white;
    background: url(../images/news3_1.png) no-repeat center center;
    background-size: cover;
}

.c_1250_3 .content1 .p {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 18px;
    color: #555;
    line-height: 36px;
    letter-spacing: 1px;
}

.c_1250_3 .content2 {
    width: 100%;
    float: left;
    padding: 10px 60px 60px 60px;
}

.c_1250_3 .content2 .pt {
    width: 100%;
    float: left;
    margin-top: 52px;
}

.row_2 {
    margin: 0 -24px;
}

.c_1250_3 .content2 .pt li {
    width: 50%;
    float: left;
    padding: 0 45px;
}

.c_1250_3 .content2 .pt li img {
    width: 100%;
    float: left;
}

.c_1250_3 .content2 .pt li h5 {
    width: 100%;
    float: left;
    margin-top: 29px;
    font-size: 18px;
    color: #555;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
}

.c_1250_3 .content2 .p {
    width: 100%;
    float: left;
    margin-top: 48px;
    font-size: 16px;
    color: #555;
    line-height: 36px;
    letter-spacing: 1px;
}

@media screen and (max-width: 1199px) {
    .c_1250_2 {
        margin-top: 65px;
    }

    .c_1250_3 {
        margin-top: 36px;
        margin-bottom: 60px;
    }

    .c_1250_3 .content1 {
        padding: 61px 121px 31px 120px;
    }

    .c_1250_3 .content1:before {
        left: 47px;
        top: 40px;
    }

    .c_1250_3 .content2 {
        padding: 5px 40px 40px 40px;
    }
}

@media screen and (max-width: 991px) {
    .c_1250_2 {
        margin-top: 45px;
    }

    .c_1250_2 .return {
        top: 0;
        width: 32px;
    }

    .c_1250_2 h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .c_1250_2 h5 {
        font-size: 14px;
        line-height: 19px;
        margin-top: 12px;
    }

    .c_1250_2 h1 {
        font-size: 80px;
        top: -16px;
        height: 63px;
        line-height: 63px;
    }

    .c_1250_3 {
        margin-top: 26px;
        margin-bottom: 40px;
    }

    .c_1250_3 .content1 {
        padding: 41px 61px 21px 70px;
    }

    .c_1250_3 .content1:before {
        left: 20px;
        top: 20px;
        width: 43px;
        height: 40px;
        background-size: contain;
    }

    .c_1250_3 .content1 .tab {
        width: 62px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }

    .c_1250_3 .content1 .p {
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
    }

    .c_1250_3 .content2 {
        padding: 0px 30px 30px 30px;
    }

    .c_1250_3 .content2 .pt {
        margin-top: 32px;
    }

    .row_2 {
        margin: 0 -14px;
    }

    .c_1250_3 .content2 .pt li {
        padding: 0 25px;
    }

    .c_1250_3 .content2 .pt li h5 {
        margin-top: 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .c_1250_3 .content2 .p {
        margin-top: 28px;
        font-size: 14px;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .c_1250_2 {
        margin-top: 25px;
        padding-right: 0;
    }

    .c_1250_2 .return {
        width: 22px;
        top: auto;
        bottom: 0;
    }

    .c_1250_2 h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .c_1250_2 h5 {
        font-size: 12px;
        line-height: 17px;
        margin-top: 8px;
    }

    .c_1250_2 h1 {
        font-size: 60px;
        top: -10px;
        height: 43px;
        line-height: 43px;
    }

    .c_1250_3 {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .c_1250_3 .content1 {
        padding: 21px 11px 11px 40px;
    }

    .c_1250_3 .content1:before {
        left: 10px;
        top: 10px;
        width: 23px;
        height: 20px;
    }

    .c_1250_3 .content1 .tab {
        width: 62px;
        height: 22px;
        line-height: 22px;
        font-size: 14px;
    }

    .c_1250_3 .content1 .p {
        margin-top: 6px;
        font-size: 14px;
        line-height: 24px;
    }

    .c_1250_3 .content2 {
        padding: 0px 20px 20px 20px;
    }

    .c_1250_3 .content2 .pt {
        margin-top: 22px;
    }

    .row_2 {
        margin: 0 -8px;
    }

    .c_1250_3 .content2 .pt li {
        padding: 0 15px;
    }

    .c_1250_3 .content2 .pt li h5 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px;
    }

    .c_1250_3 .content2 .p {
        margin-top: 18px;
        font-size: 12px;
        line-height: 22px;
    }
}

/*案例详情*/
.zbg2 {
    width: 100%;
    float: left;
}

.c_1200 {
    width: 1200px;
    margin: auto;
    max-width: 100%;
}

.c_1200_1 {
    width: 100%;
    float: left;
    padding: 35px 0 43px 0;
    overflow: hidden;
}

.c_1200_1 .title {
    width: 100%;
    float: left;
    padding: 0 136px 25px 0;
    border-bottom: solid 1px #dbdbdb;
    font-size: 30px;
    color: #333;
    line-height: 39px;
    letter-spacing: 1px;
}

.c_1200_1 .title .return {
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    width: 130px;
    height: 29px;
    line-height: 29px;
    background: white;
    font-size: 14px;
    color: #333;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.c_1200_1 .title .return img {
    vertical-align: middle;
    margin: -3px 8px 0 0;
    width: 15px;
}

.c_1200_1 .title .return:hover {
    color: #fb4c39;
}

.c_1200_1 .img {
    width: 100%;
    float: left;
    margin-top: 46px;
    text-align: center;
}

.c_1200_2 {
    padding: 75px 0 80px 0;
    margin: 0;
}

.c_1200_2 .text {
    width: 100%;
    float: left;
    margin-top: 28px;
}

.c_1200_2 .text .p {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #555;
    line-height: 40px;
    letter-spacing: 1px;
}

.c_1200_2 .text .page {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 29px;
}

.casefy {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.casefy .casefy_left, .casefy .casefy_right {
    width: 50%;
    float: left;
    padding: 4px 23px 7px 23px;
    text-align: right;
}

.casefy .casefy_left h5, .casefy .casefy_right h5 {
    width: 100%;
    font-size: 18px;
    color: #3e3e3e;
    line-height: 29px;
    text-transform: uppercase;
    font-family: Arial;
    padding: 0 6px;
}

.casefy .casefy_left h5 span, .casefy .casefy_right h5 span {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 14px 0 14px;
    background: url(../images/nygy4_1.png) no-repeat center left;
    width: 37px;
    height: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.casefy .casefy_right {
    text-align: left;
    border-left: solid 1px #dfdfdf;
}

.casefy .casefy_right h5 span {
    transform: rotate(180deg);
}

.casefy .casefy_left:hover h5 span, .casefy .casefy_right:hover h5 span {
    width: 45px;
}

.casefy .casefy_left a, .casefy .casefy_right a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #3e3e3e;
    line-height: 31px;
}

.casefy .casefy_left:hover a, .casefy .casefy_right:hover a {
    color: #fb4c39;
}

@media screen and (max-width: 1199px) {
    .c_1200_2 {
        padding: 45px 0 50px 0;
    }
}

@media screen and (max-width: 991px) {
    .c_1200_1 {
        padding: 25px 0 23px 0;
    }

    .c_1200_1 .title {
        padding: 0 106px 15px 0;
        font-size: 22px;
        line-height: 32px;
    }

    .c_1200_1 .title .return {
        top: 3px;
        width: 100px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .c_1200_1 .title .return img {
        margin: -3px 4px 0 0;
        width: 12px;
    }

    .c_1200_1 .img {
        margin-top: 26px;
    }

    .c_1200_2 {
        padding: 25px 0 30px 0;
    }

    .c_1200_2 .text {
        margin-top: 18px;
    }

    .c_1200_2 .text .p {
        font-size: 16px;
        line-height: 30px;
    }

    .c_1200_2 .text .page {
        margin-top: 19px;
    }

    .casefy {
        margin-top: 40px;
    }

    .casefy .casefy_left, .casefy .casefy_right {
        padding: 4px 13px 4px 13px;
    }

    .casefy .casefy_left h5, .casefy .casefy_right h5 {
        font-size: 16px;
        line-height: 24px;
        padding: 0 3px;
    }

    .casefy .casefy_left h5 span, .casefy .casefy_right h5 span {
        margin: -3px 8px 0 8px;
    }
}

@media screen and (max-width: 767px) {
    .c_1200_1 {
        padding: 15px 0 13px 0;
    }

    .c_1200_1 .title {
        padding: 0 86px 10px 0;
        font-size: 16px;
        line-height: 26px;
    }

    .c_1200_1 .title .return {
        top: 0px;
        width: 80px;
        height: 23px;
        line-height: 23px;
    }

    .c_1200_1 .title .return img {
        margin: -3px 3px 0 0;
        width: 10px;
    }

    .c_1200_1 .img {
        margin-top: 16px;
    }

    .c_1200_2 {
        padding: 15px 0 20px 0;
    }

    .c_1200_2 .text {
        margin-top: 12px;
    }

    .c_1200_2 .text .p {
        font-size: 14px;
        line-height: 24px;
    }

    .c_1200_2 .text .page {
        margin-top: 12px;
    }

    .casefy {
        margin-top: 20px;
    }

    .casefy .casefy_left, .casefy .casefy_right {
        padding: 4px 8px 4px 8px;
    }

    .casefy .casefy_left h5, .casefy .casefy_right h5 {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0px;
    }

    .casefy .casefy_left h5 span, .casefy .casefy_right h5 span {
        margin: -3px 4px 0 4px;
    }
}

.c_1570_3 {
    width: 100%;
    float: left;
    padding: 75px 0 80px 0;
    overflow: hidden;
}

.c_1570_3 .title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 40px;
    letter-spacing: 1px;
}

.row_3 {
    margin: 0 -17.5px;
}

.c_1570_3 ul {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.c_1570_3 ul li {
    width: 33.333%;
    float: left;
    padding: 0 17.5px;
}

.c_1570_3 ul li .zbox {
    width: 100%;
    float: left;
}

.c_1570_3 ul li .zbox .img {
    width: 100%;
    float: left;
    overflow: hidden;
}

.c_1570_3 ul li .zbox .img img {
    width: 100%;
    float: left;
    background: white;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: width all 0.3s linear;
}

.c_1570_3 ul li .zbox:hover .img img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.c_1570_3 ul li .zbox .name {
    width: 100%;
    float: left;
    background: white;
    margin-top: 2px;
    padding: 20px 29px;
}

.c_1570_3 ul li .zbox .name h4 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #333;
    line-height: 44px;
    letter-spacing: 1px;
}

.c_1570_3 ul li .zbox .name h5 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 33px;
    letter-spacing: 1px;
}

.c_1570_3 ul li .zbox:hover .name {
    background: #ff2f00;
}

.c_1570_3 ul li .zbox:hover .name h4, .c_1570_3 ul li .zbox:hover .name h5 {
    color: white;
}

@media screen and (max-width: 1199px) {
    .c_1570_3 ul li .zbox .name {
        padding: 20px 20px;
    }

    .c_1570_3 {
        padding: 45px 0 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .c_1570_3 ul li .zbox .name {
        padding: 15px 15px;
    }

    .c_1570_3 {
        padding: 35px 0 40px 0;
    }

    .c_1570_3 .title {
        font-size: 24px;
        line-height: 30px;
    }

    .c_1570_3 ul li .zbox .name h4 {
        font-size: 18px;
        line-height: 36px;
    }

    .c_1570_3 ul li .zbox .name h5 {
        font-size: 12px;
        line-height: 27px;
    }
}

@media screen and (max-width: 767px) {
    .c_1570_3 ul li .zbox .name {
        padding: 10px;
    }

    .c_1570_3 {
        padding: 25px 0 30px 0;
    }

    .row_3 {
        margin: 0 -10px;
    }

    .c_1570_3 .title {
        font-size: 18px;
        line-height: 24px;
    }

    .c_1570_3 ul {
        margin-top: 15px;
    }

    .c_1570_3 ul li {
        width: 100%;
        padding: 0 10px;
        margin-top: 10px;
    }

    .c_1570_3 ul li .zbox .name h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .c_1570_3 ul li .zbox .name h5 {
        line-height: 23px;
    }
}

/*客户详情*/
.c_1570_4 {
    width: 100%;
    float: left;
    margin: 80px 0;
}

.c_1570_4 .content1 {
    width: 100%;
    float: left;
    position: relative;
}

.c_1570_4 .content1 img {
    width: 100%;
    float: left;
}

.c_1570_4 .content1 .logo {
    width: 400px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -200px;
    text-align: center;
}

.c_1570_4 .content1 .logo img {
    height: 100%;
    width: auto;
    float: none;
}

.c_1570_4 .content2 {
    width: 100%;
    float: left;
    background: white;
    padding: 38px 42px 40px 40px;
    margin-top: 30px;
}

.c_1570_4 .content2 .title1 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    letter-spacing: 1px;
}

.c_1570_4 .content2 .p1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #555;
    line-height: 37px;
    letter-spacing: 1px;
    margin-top: 24px;
}

.c_1570_4 .content2 .title2 {
    width: 100%;
    float: left;
    letter-spacing: 1px;
    margin-top: 46px;
    overflow: hidden;
}

.c_1570_4 .content2 .title2 span {
    display: block;
    float: left;
    background: white;
    position: relative;
    padding-right: 22px;
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.c_1570_4 .content2 .title2 span i {
    font-style: normal;
    margin-left: 12px;
    font-size: 14px;
    color: #888;
    font-family: 'OPENSANS-REGULAR';
    letter-spacing: 0;
    display: inline-block;
    line-height: 22px;
    vertical-align: bottom;
    margin-top: -2px;
}

.c_1570_4 .content2 .title2 span:before {
    content: '';
    width: 2000px;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 100%;
    top: 60%;
}

.c_1570_4 .content2 .p1 .span {
    display: inline-block;
    margin-right: 20px;
}

.c_1570_4 .content2 .title3 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    letter-spacing: 1px;
    margin-top: 42px;
    padding-left: 24px;
    background: url(images/kh5_1.png) no-repeat left center;
    font-weight: bold;
}

.c_1570_4 .content2 .p2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #555;
    line-height: 37px;
    letter-spacing: 1px;
    margin-top: 13px;
    padding-left: 24px;
}

.c_1570_4 .content2 .dl {
    width: 100%;
    float: left;
    margin-top: 21px;
    padding-left: 25px;
}

.c_1570_4 .content2 .title4 {
    width: 100%;
    float: left;
    margin-top: 14px;
    background: url(../images/kh5_3.png) no-repeat 95px center;
}

.c_1570_4 .content2 .title4 span {
    display: block;
    float: left;
    background: url(../images/kh5_2.jpg) no-repeat center center;
    width: 68px;
    height: 80px;
    text-align: center;
    padding-top: 8px;
    font-size: 18px;
    color: white;
    line-height: 21px;
    letter-spacing: 1px;
}

.c_1570_4 .content2 .p3 {
    width: 100%;
    float: left;
    margin-top: -28px;
    padding-left: 95px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    letter-spacing: 1px;
}

.c_1570_4 .content2 .p3 img {
    margin: 18px 0 46px 0;
}

.c_1570_4 .content2 .fx {
    margin-top: 34px;
}

@media screen and (max-width: 1199px) {
    .c_1570_4 {
        margin: 60px 0;
    }

    .c_1570_4 .content2 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .c_1570_4 {
        margin: 40px 0;
    }

    .c_1570_4 .content2 {
        margin-top: 10px;
        padding: 28px 32px 30px 30px;
    }

    .c_1570_4 .content1 .logo {
        width: 200px;
        height: 100px;
        margin: -50px 0 0 -100px;
    }

    .c_1570_4 .content2 .title1 {
        font-size: 18px;
        line-height: 24px;
    }

    .c_1570_4 .content2 .p1 {
        font-size: 14px;
        line-height: 33px;
        margin-top: 14px;
    }

    .c_1570_4 .content2 .title2 {
        margin-top: 36px;
    }

    .c_1570_4 .content2 .title2 span {
        padding-right: 12px;
        font-size: 18px;
        line-height: 24px;
    }

    .c_1570_4 .content2 .title2 span i {
        margin-left: 8px;
        font-size: 12px;
        line-height: 18px;
    }

    .c_1570_4 .content2 .p1 .span {
        margin-right: 40px;
    }

    .c_1570_4 .content2 .title3 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 32px;
        padding-left: 14px;
        background-size: 10px 10px;
    }

    .c_1570_4 .content2 .p2 {
        font-size: 14px;
        line-height: 32px;
        margin-top: 7px;
        padding-left: 18px;
    }

    .c_1570_4 .content2 .dl {
        margin-top: 11px;
        padding-left: 15px;
    }

    .c_1570_4 .content2 .title4 {
        margin-top: 8px;
        background: url(../images/kh5_3.png) no-repeat 75px center;
        background-size: auto 10px;
    }

    .c_1570_4 .content2 .title4 span {
        width: 51px;
        height: 60px;
        padding-top: 4px;
        font-size: 14px;
        line-height: 17px;
        background-size: contain;
    }

    .c_1570_4 .content2 .p3 {
        margin-top: -18px;
        padding-left: 75px;
        font-size: 14px;
        line-height: 30px;
    }

    .c_1570_4 .content2 .p3 img {
        margin: 12px 0 26px 0;
    }

    .c_1570_4 .content2 .fx {
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .c_1570_4 {
        margin: 20px 0;
    }

    .c_1570_4 .content2 {
        margin-top: 5px;
        padding: 18px 20px 20px 20px;
    }

    .c_1570_4 .content1 .logo {
        width: 100px;
        height: 50px;
        margin: -25px 0 0 -50px;
    }

    .c_1570_4 .content2 .title1 {
        font-size: 16px;
        line-height: 20px;
    }

    .c_1570_4 .content2 .p1 {
        font-size: 12px;
        line-height: 25px;
        margin-top: 8px;
    }

    .c_1570_4 .content2 .title2 {
        margin-top: 26px;
    }

    .c_1570_4 .content2 .title2 span {
        padding-right: 8px;
        font-size: 16px;
        line-height: 20px;
    }

    .c_1570_4 .content2 .title2 span i {
        margin-left: 4px;
    }

    .c_1570_4 .content2 .p1 .span {
        margin-right: 20px;
    }

    .c_1570_4 .content2 .title3 {
        font-size: 14px;
        line-height: 22px;
        margin-top: 22px;
        padding-left: 12px;
        background-size: 8px 8px;
    }

    .c_1570_4 .content2 .p2 {
        font-size: 12px;
        line-height: 26px;
        margin-top: 4px;
        padding-left: 12px;
    }

    .c_1570_4 .content2 .dl {
        margin-top: 6px;
        padding-left: 0px;
    }

    .c_1570_4 .content2 .title4 {
        margin-top: 4px;
        background: url(../images/kh5_3.png) no-repeat 55px center;
        background-size: auto 6px;
    }

    .c_1570_4 .content2 .title4 span {
        width: 47px;
        height: 55px;
        padding-top: 3px;
        font-size: 12px;
        line-height: 15px;
    }

    .c_1570_4 .content2 .p3 {
        margin-top: -10px;
        padding-left: 55px;
        font-size: 12px;
        line-height: 24px;
    }

    .c_1570_4 .content2 .p3 img {
        margin: 8px 0 16px 0;
    }

    .c_1570_4 .content2 .fx {
        margin-top: 14px;
    }
}

/*我们*/
.zbg4 {
    padding-top: 0;
}

.c_0100_2 {
    width: 100%;
    position: fixed;
    height: 1080px;
    z-index: 4 !important;
    -moz-animation: wrapper 3s forwards;
    -webkit-animation: wrapper 3s forwards;
    -o-animation: wrapper 3s forwards;
    -ms-animation: wrapper 3s forwards;
    animation: wrapper 3s forwards;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.c_0100_2 h3 {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -141px;
    font-size: 68px;
    color: #222;
    line-height: 1;
    letter-spacing: 8px;
    z-index: 9999;
}

.c_0100_2 h5 {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    font-size: 18px;
    color: #333;
    line-height: 1;
    letter-spacing: 8px;
    z-index: 9999;
}

.c_0100_2 .ico {
    background: url(../images/wm1_1.png) no-repeat center center;
    width: 24px;
    height: 107px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -12px;
    -webkit-animation: fadeInDown1 4s 0s ease both infinite;
    -moz-animation: fadeInDown1 4s 0s ease both infinite;
    z-index: 9999;
}

@-webkit-keyframes fadeInDown1 {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -32px;
    }
    100% {
        bottom: 0;
    }
}

@-moz-keyframes fadeInDown1 {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -32px;
    }
    100% {
        bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .c_0100_2 h3 {
        font-size: 48px;
        letter-spacing: 4px;
    }

    .c_0100_2 h5 {
        margin-top: -44px;
        font-size: 14px;
        letter-spacing: 4px;
    }
}

@media screen and (max-width: 767px) {
    .c_0100_2 {
        position: relative !important;
        overflow: hidden;
        top: auto !important;
    }

    .c_0100_2 h3 {
        font-size: 28px;
        letter-spacing: 2px;
        margin-top: -84px;
    }

    .c_0100_2 h5 {
        margin-top: -24px;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .c_0100_2 .ico {
        background-size: contain;
        width: 18px;
        height: 80px;
        margin-left: -9px;
    }

    @-webkit-keyframes fadeInDown1 {
        0% {
            bottom: 0px;
        }
        50% {
            bottom: -40px;
        }
        100% {
            bottom: 0px;
        }
    }
    @-moz-keyframes fadeInDown1 {
        0% {
            bottom: 0px;
        }
        50% {
            bottom: -40px;
        }
        100% {
            bottom: 0px;
        }
    }

}

.c_0100_3 {
    width: 100%;
    position: fixed;
    background: white;
    min-height: 2000px;
    z-index: 9 !important;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media screen and (max-width: 1199px) {
    .about-banner {
        height: 700px;
    }

    .about-scroll h2 {
        padding-top: 116px;
        margin: 0 0 15px;
    }

    .about-scroll h3 {
        width: 90%;
        line-height: 38px;
        font-size: 16px;
        height: 304px;
    }

    .we-scroll {
        bottom: 60px;
        width: 720px;
        margin-left: -360px;
    }

    .we-scroll a span {
        padding-top: 160px;
    }

    /*.we-scroll a.active span {
 padding-top: 170px;
}*/
    .we-scroll a {
        width: 168px;
        height: 168px;
        font-size: 16px;
        line-height: 26px;
        margin-right: 100px;
    }

    .we-scroll a::after {
        width: 80px;
        top: 88px;
        margin-left: 10px;
    }

    .we-scroll a.we1 span {
        background-size: 90px auto !important;
        background-position: center 20px !important;
    }

    .we-scroll a.we2 span {
        background-size: 90px auto !important;
        background-position: center 30px !important;
    }

    .we-scroll a.we3 span {
        background-size: 90px auto !important;
        background-position: center 20px !important;
    }

    .we-scroll-bg {
        width: 178px;
        height: 178px;
    }

    .we-scroll-bg.ws2-active {
        left: 268px;
    }

    .we-scroll-bg.ws3-active {
        left: 536px;
    }

    .we-scroll-bg div.ws1::before {
        width: 162px;
        height: 162px;
        top: 4px;
        left: 4px;
        background-size: contain;
    }

    .we-scroll-bg div.ws1::after {
        width: 150px;
        height: 150px;
        top: 10px;
        left: 10px;
        background-size: contain;
    }

    .we-scroll-bg div.ws2::before {
        width: 178px;
        height: 178px;
        top: -4px;
        left: -4px;
        background-size: contain;
    }

    .we-scroll-bg div.ws2::after {
        width: 148px;
        height: 148px;
        top: 11px;
        left: 11px;
        background-size: contain;
    }

    .we-scroll-bg div.ws3::before {
        width: 208px;
        height: 208px;
        top: -18px;
        left: -18px;
        background-size: contain;
    }

    .we-scroll-bg div.ws3::after {
        width: 148px;
        height: 148px;
        top: 11px;
        left: 11px;
        background-size: contain;
    }
}

@media screen and (max-width: 991px) {
    .about-banner {
        height: 600px;
    }

    .about-scroll h2 {
        font-size: 32px;
        padding-top: 88px;
        margin: 0 0 10px;
    }

    .about-scroll h3 {
        width: 100%;
        padding: 0 10px;
        line-height: 30px;
        font-size: 14px;
        height: 240px;
    }
}

@media screen and (max-width: 767px) {
    .c_0100_3 {
        position: relative !important;
        min-height: initial;
    }

    .front-main {
        padding-top: 0px;
    }

    .about-banner {
        height: 500px;
    }

    .about-scroll h2 {
        font-size: 22px;
        padding-top: 40px;
    }

    .about-scroll h3 {
        line-height: 24px;
        font-size: 12px;
        height: 286px;
        width: 100% !important;
        height: auto !important;
    }

    .we-scroll {
        bottom: 40px;
        width: 280px;
        margin-left: -140px;
    }

    .we-scroll a span {
        padding-top: 60px;
    }

    /*.we-scroll a.active span {
 padding-top: 70px;
}*/
    .we-scroll a {
        width: 80px;
        height: 80px;
        font-size: 14px;
        line-height: 22px;
        margin-right: 20px;
    }

    .we-scroll a::after {
        width: 10px;
        top: 48px;
        margin-left: 5px;
    }

    .we-scroll a.we1 span {
        background-size: 40px auto !important;
        background-position: center 4px !important;
    }

    .we-scroll a.we2 span {
        background-size: 40px auto !important;
        background-position: center 10px !important;
    }

    .we-scroll a.we3 span {
        background-size: 40px auto !important;
        background-position: center 4px !important;
    }

    .we-scroll-bg {
        width: 88px;
        height: 88px;
    }

    .we-scroll-bg.ws2-active {
        left: 96px;
    }

    .we-scroll-bg.ws3-active {
        left: 202px;
    }

    .we-scroll-bg div.ws1::before {
        width: 82px;
        height: 82px;
        top: 2px;
        left: 0px;
    }

    .we-scroll-bg div.ws1::after {
        width: 70px;
        height: 70px;
        top: 8px;
        left: 6px;
    }

    .we-scroll-bg div.ws2::before {
        width: 88px;
        height: 88px;
        top: -1px;
        left: -1px;
    }

    .we-scroll-bg div.ws2::after {
        width: 68px;
        height: 68px;
        top: 9px;
        left: 9px;
    }

    .we-scroll-bg div.ws3::before {
        width: 98px;
        height: 98px;
        top: -4px;
        left: -10px;
    }

    .we-scroll-bg div.ws3::after {
        width: 68px;
        height: 68px;
        top: 11px;
        left: 4px;
    }
}

.logo_txt {
    color: #fff;
    margin-top: 4px;
    float: left
}

.logo_txt p {
    font-size: 30px;
    line-height: 28px;
    font-family: '幼圆';
}

.c_1570_5 {
    width: 100%;
    float: left;
    padding-bottom: 77px;
    border-bottom: solid 1px #ebebeb;
    overflow: hidden;
}

.c_1570_5 .title {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 39px;
    padding-bottom: 157px;
}

.c_1570_5 .title:before {
    content: '';
    width: 1px;
    height: 103px;
    background: #dcdcdc;
    position: absolute;
    left: 50%;
    bottom: 0;
}

.c_1570_5 .title h3 {
    width: 100%;
    font-size: 36px;
    color: #222;
    line-height: 48px;
    letter-spacing: 4px;
}

.c_1570_5 .title h5 {
    width: 35%;
    font-size: 18px;
    color: #444;
    line-height: 33px;
    letter-spacing: 1px;
    padding-top: 27px;
    text-align: center;
    margin: 0 auto
}

.c_1570_5 .title h5 p span {
    font-weight: bold;
    display: block;
    text-align: left
}

.c_1570_5 .title1 {
    width: 100%;
    font-size: 36px;
    color: #222;
    line-height: 48px;
    letter-spacing: 4px;
    margin-top: 53px;
    text-align: center;
}

.c_1570_5 ul {
    width: 100%;
    margin-top: 37px;
}

.c_1570_5 ul li {
    width: 25%;
    margin-top: 37px;
    padding: 0 15px;
    float: left;
}

.c_1570_5 ul li .img {
    width: 100%;
}

.c_1570_5 ul li .name {
    width: 100%;
    text-align: center;
    margin-top: 17px;
    letter-spacing: 1px;
}

.c_1570_5 ul li .name h5 {
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
}

.c_1570_5 ul li .name h3 {
    width: 100%;
    font-size: 14px;
    color: #888;
    line-height: 18px;
    margin-top: 5px;
}

@media screen and (max-width: 1199px) {
    .c_1570_5 {
        padding-bottom: 47px;
    }

    .c_1570_5 .title {
        margin-top: 30px;
        padding-bottom: 127px;
    }

    .c_1570_5 .title:before {
        height: 83px;
    }

    .c_1570_5 .title h3 {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 3px;
    }

    .c_1570_5 .title h5 {
        font-size: 16px;
        line-height: 23px;
        margin-top: 21px;
    }

    .c_1570_5 .title1 {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 3px;
        margin-top: 33px;
    }

    .c_1570_5 ul {
        margin-top: 31px;
    }

    .c_1570_5 ul li {
        margin-top: 31px;
    }
}

@media screen and (max-width: 991px) {
    .c_1570_5 {
        padding-bottom: 27px;
    }

    .c_1570_5 .title {
        margin-top: 20px;
        padding-bottom: 87px;
    }

    .c_1570_5 .title:before {
        height: 63px;
    }

    .c_1570_5 .title h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 2px;
    }

    .c_1570_5 .title h5 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 11px;
    }

    .c_1570_5 .title1 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 2px;
        margin-top: 23px;
    }

    .c_1570_5 ul {
        margin-top: 21px;
    }

    .c_1570_5 ul li {
        margin-top: 21px;
    }

    .c_1570_5 ul li .name {
        margin-top: 11px;
    }

    .c_1570_5 ul li .name h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .c_1570_5 ul li .name h3 {
        font-size: 12px;
        line-height: 17px;
        margin-top: 4px;
    }
}

@media screen and (max-width: 767px) {
    .c_1570_5 {
        padding-bottom: 17px;
    }

    .c_1570_5 .title {
        margin-top: 10px;
        padding-bottom: 67px;
    }

    .c_1570_5 .title:before {
        height: 43px;
    }

    .c_1570_5 .title h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .c_1570_5 .title h5 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px;
    }

    .c_1570_5 .title1 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1px;
        margin-top: 13px;
    }

    .c_1570_5 ul {
        margin-top: 11px;
    }

    .c_1570_5 ul li {
        margin-top: 11px;
        width: 50%;
        padding: 0 5px;
    }

    .c_1570_5 ul li .name {
        margin-top: 6px;
    }

    .c_1570_5 ul li .name h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .c_1570_5 ul li .name h3 {
        line-height: 16px;
        margin-top: 2px;
    }
}

.c_1570_6 {
    width: 100%;
    float: left;
    margin-top: 70px;
}

.c_1570_6 .title {
    width: 100%;
    text-align: center;
}

.c_1570_6 .title h3 {
    width: 100%;
    font-size: 36px;
    color: #222;
    line-height: 52px;
    letter-spacing: 4px;
}

.c_1570_6 .title h5 {
    width: 100%;
    font-size: 20px; /*color:#e71056;*/
    line-height: 40px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.c_1570_6 ul {
    width: 100%;
    margin-top: 57px;
}

.c_1570_6 ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 10px;
}

.c_1570_6 ul li .ico {
    width: 100%;
    height: 92px;
}

.c_1570_6 ul li .ico img {
    height: 100%;
    background: #f7f7f7;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.c_1570_6 ul li h4 {
    width: 100%;
    margin-top: 23px;
    font-size: 18px;
    color: #333;
    line-height: 29px;
    letter-spacing: 1px;
}

.c_1570_6 ul li .p {
    width: 100%;
    margin-top: 17px;
    font-size: 14px;
    color: #666;
    line-height: 28px;
    letter-spacing: 1px;
    min-height: 84px;
}

.c_1570_6 ul li.first {
    border-right: solid 1px #d4d4d4;
}

@media screen and (max-width: 1199px) {
    .c_1570_6 {
        margin-top: 50px;
    }

    .c_1570_6 .title h3 {
        font-size: 30px;
        line-height: 42px;
        letter-spacing: 3px;
    }

    .c_1570_6 ul {
        margin-top: 37px;
    }
}

@media screen and (max-width: 991px) {
    .c_1570_6 {
        margin-top: 30px;
    }

    .c_1570_6 .title h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 2px;
    }

    .c_1570_6 .title h5 {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        margin-top: 3px;
    }

    .c_1570_6 ul {
        margin-top: 27px;
    }

    .c_1570_6 ul li .ico {
        height: 72px;
    }

    .c_1570_6 ul li h4 {
        margin-top: 13px;
        font-size: 16px;
        line-height: 25px;
    }

    .c_1570_6 ul li .p {
        margin-top: 13px;
        font-size: 12px;
        line-height: 22px;
        min-height: 66px;
    }
}

@media screen and (max-width: 767px) {
    .c_1570_6 {
        margin-top: 20px;
    }

    .c_1570_6 .title h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .c_1570_6 .title h5 {
        line-height: 16px;
        margin-top: 2px;
    }

    .c_1570_6 ul {
        margin-top: 17px;
    }

    .c_1570_6 ul li {
        width: 100%;
    }

    .c_1570_6 ul li.first {
        border-right: 0;
        border-bottom: dashed 1px #ebebeb;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .c_1570_6 ul li .ico {
        height: 52px;
    }

    .c_1570_6 ul li h4 {
        margin-top: 8px;
        font-size: 14px;
        line-height: 23px;
    }

    .c_1570_6 ul li .p {
        margin-top: 8px;
        line-height: 20px;
        min-height: 58px;
    }
}

.dt {
    width: 100%;
    height: 750px;
    margin-top: 80px;
    float: left;
}

#bdmap_1 {
    width: 100%;
    position: relative;
    height: 100%;
}

#bdmap_1 .BMap_pop {
    float: right;
    background: white;
    border: none !important;
    width: 301px !important;
    border: 0 !important;
    height: 140px;
    margin: 50px 0 0 220px;
    padding-left: 164px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
}

#bdmap_1 .BMap_pop .BMap_top,
#bdmap_1 .BMap_pop .BMap_center,
#bdmap_1 .BMap_pop .BMap_bottom,
#bdmap_1 .BMap_pop div:nth-child(9n) {
    width: 56% !important;
    left: 164px !important;
    padding-left: 32px;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    letter-spacing: 2px;
    top: 40px !important;
}

#bdmap_1 .BMap_pop .BMap_center {
    background: url(../images/wm4_2.png) no-repeat left 4px !important;
}

#bdmap_1 .BMap_pop:before {
    content: '';
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0;
    top: 0;
}

#bdmap_1 .BMap_pop div {
    background: none !important;
    border-color: none !important;
    border: 0 !important;
}

#bdmap_1 .BMap_pop img {
    display: none;
}

#bdmap_1 .iw_poi_content {
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

#bdmap_1 .BMap_shadow {
    width: 100%;
    float: left;
    display: none !important;
}

#bdmap_1 .BMapLabel {
    display: none !important;
}

@media screen and (max-width: 991px) {
    .dt {
        height: 450px;
        margin-top: 40px;
    }

    #bdmap_1 .BMap_pop {
        width: 201px !important;
        margin: 80px 0 0 190px;
    }

    #bdmap_1 .BMap_pop .BMap_top,
    #bdmap_1 .BMap_pop .BMap_center,
    #bdmap_1 .BMap_pop .BMap_bottom,
    #bdmap_1 .BMap_pop div:nth-child(9n) {
        width: 46% !important;
        top: 30px !important;
        padding-left: 22px;
    }

    #bdmap_1 .iw_poi_content {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .dt {
        height: 300px;
        margin-top: 20px;
    }

    #bdmap_1 .BMap_pop {
        background-size: contain;
        height: 69px;
        padding-left: 69px;
        margin: 20px 0 0 0;
        background: #fff;
    }

    #bdmap_1 .BMap_pop:before {
        width: 69px;
        height: 69px;
    }

    #bdmap_1 .iw_poi_content {
        font-size: 12px;
        line-height: 18px;
    }

    #bdmap_1 .BMap_pop .BMap_top,
    #bdmap_1 .BMap_pop .BMap_center,
    #bdmap_1 .BMap_pop .BMap_bottom,
    #bdmap_1 .BMap_pop div:nth-child(9n) {
        width: 46% !important;
        top: 8px !important;
        padding-left: 16px;
        left: 84px !important;
        background-size: 8px 8px !important;
    }

    .BMap_Marker div {
        width: 68px !important;
        height: 68px !important;
        margin-top: 40px !important;
    }
}

.pf_down {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 48px;
    background: #0c0c0e;
    z-index: 999;
}

.pf_down li {
    width: 50%;
    float: left;
    text-align: center;
    border-left: solid 1px #3d3c3e;
    position: relative;
}

.pf_down li a {
    display: block;
    width: 100%;
    font-size: 15px;
    color: white;
    letter-spacing: 1px;
    line-height: 48px;
}

.pf_down li:first-child {
    border-left: 0;
}

.pf_down li img {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -3px 6px 0 0;
}

.pf_down li .ewm {
    width: 112px;
    height: 121px;
    padding: 14px 11px 20px 11px;
    background: url(../images/zfooter4.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -121px;
    margin-left: -56px;
    display: none;
}

.pf_down li .ewm img {
    width: 100%;
    float: left;
    height: auto;
}

.pf_down li:hover .ewm {
    display: block;
    -webkit-animation: fadeInDown1 0.4s 0s ease both;
    -moz-animation: fadeInDown1 0.4s 0s ease both;
}

@-webkit-keyframes fadeInDown1 {
    0% {
        top: -100px;
    }
    100% {
        top: -121px;
    }
}

@-moz-keyframes fadeInDown1 {
    0% {
        top: -100px;
    }
    100% {
        top: -121px;
    }
}

.h_48 {
    width: 100%;
    float: left;
    height: 48px;
}

@font-face {
    font-family: 'OPENSANS-BOLD';
    src: url('fonts/OPENSANS-BOLD.eot');
    src: local('☺'), url('fonts/OPENSANS-BOLD.woff') format('woff'), url('fonts/OPENSANS-BOLD.ttf') format('truetype'), url('fonts/OPENSANS-BOLD.svg#webfontHIqteXlE') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPENSANS-LIGHT';
    src: url('fonts/OPENSANS-LIGHT.eot');
    src: local('☺'), url('fonts/OPENSANS-LIGHT.woff') format('woff'), url('fonts/OPENSANS-LIGHT.ttf') format('truetype'), url('fonts/OPENSANS-LIGHT.svg#webfontHIqteXlE') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OPENSANS-REGULAR';
    src: url('fonts/OPENSANS-REGULAR.eot');
    src: local('☺'), url('fonts/OPENSANS-REGULAR.woff') format('woff'), url('fonts/OPENSANS-REGULAR.ttf') format('truetype'), url('fonts/OPENSANS-REGULAR.svg#webfontHIqteXlE') format('svg');
    font-weight: normal;
    font-style: normal;
}

.service {
    font-size: 18px;
    color: white;
    border-left: 5px solid #d81921;
    padding-left: 20px;
    margin-bottom: 50px;
}

.service_img {
    text-align: center; /*margin-top: -250px;*/
}

.linianimgpb {
    width: 438px;
    height: 98px;
}

.service_edge {
    margin-top: 90px;
    margin-left: 50%;
}

@media only screen and (max-width: 640px) {
    .about1 ul{display: none}
    .service_img {
        margin-top: 129px;
    }

    .service_edge {
        margin-top: 36px;
        margin-left: 50%;
    }

    .service {
        font-size: 14px;
    }

    .linianimgpb {
        width: 100%;
        height: 60px;
    }
}

.list_page {
    text-align: center;
    margin: 10px;
    display: block;
}

.list_page:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.list_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.list_page ul li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
}

.list_page ul a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
}

.page_group ul {
    border-right: solid 1px #ddd;
    border-radius: 4px;
}

.page_group ul li {
    border-right: none;
    border-radius: 0;
    float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.page_group ul li:first-child {
    border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
    border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
    background: #f3f3f3;
    border-radius: 0;
}

.pz_SideLayer li {
    position: relative;
}

.pz_SideLayer li:hover ul {
    display: block
}

.pz_SideLayer li ul {
    overflow: hidden;
    position: absolute;
    display: none;
    width: 100px;
    top: 70px;
}

.pz_SideLayer li ul li {
    float: left;
    width: 100%;
    height: 20px;
    margin-left: 0px;
    position: static
}

.pz_SideLayer li ul li a {
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    display: block;
}

.about1 {
    margin-top: 150px;
    overflow: hidden;
}

.about_left {
    width: 48%;
    float: left;
    margin-right: 4%
}

.about_left img {
    width: 100%;
}

.about_right {
    width: 48%;
    float: left;
    color: #fff
}

.about_right h4 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 40px;
}

.about_right p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 35px;
}

.about1 ul {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    float: left;
}

.about1 ul li {
    width: 24%;
    margin: 0 0.5%;
    float: left;

}

.Culture {
    width: calc(87% - 54px);
    margin: 80px auto 0 auto;
    overflow: hidden;
    color: #fff;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px 50px 0 50px;
    font-family: '微软雅黑'
}

.Culture h4 {
    font-size: 30px;
    text-align: center;
    width: 100%;
}

.Culture p {
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.Culture h5 {
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.Culture_left {
    width: 22.5%;
    float: left;
    margin-right: 2%;
}

.Culture_left p {
    text-align: left;
    line-height: 25px;
    margin-bottom: 20px;
}

.Culture_left1 {
    width: 26.5%;
    float: left;
    margin-right: 6%;
}

.Culture_left1 p {
    text-align: left;
    line-height: 25px;
    margin-bottom: 20px;
}

.Culture_left span {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.Culture_left1 span {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.wenhua_txt {
    font-size: 14px !important;
}

.Culture_right p {
    text-align: left;
    line-height: 25px;
}

.Culture_right span {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
}

.Culture_right {
    width: 43%;
    float: left;
}

.Culture_right p {
    text-align: left
}

.Culture_right ul {
    overflow: hidden
}

.Culture_right ul li {
    float: left;
    width: 48%;
    margin: 10px 1%;
}

.Culture_right ul li img {
    width: 100%;
}

.pz_banner_m {
    display: none
}

.map_m {
    display: none;
    width: 320px;
    margin: 0 auto
}

.map_pc {
    width: 500px;
    margin: 0 auto
}

/*.case_a{float: left}*/
.case_nav {
    width: 780px;
    overflow: hidden;
    float: right
}

.case_nav li {
    float: left;
    text-align: center;
    line-height: 30px;
    background: #d71920;
    margin: 0 10px;
    border-radius: 5px;
}

.case_nav li:hover {
    background: #000;
}

.case_nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 0 17px;
    display: block
}

/*.case_nav li a:hover{color: #b00;}*/
.case_pingjia {
    width: 100%
}

.case_tit_1 {
    margin-top: 110px;
}

.case_pingjia span {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    background: url(../images/title.png) no-repeat left;
    padding-left: 30px;
    display: block
}

.case_pingjia ul {
    width: 100%;
    overflow: hidden
}

.case_pingjia ul li {
    width: 48%;
    margin: 10px 1%;
    float: left;
    position: relative
}

.case_bottom {
    width: 100%;
    height: 20px;
    background: url("../images/bottom.png") no-repeat;
    background-size: 100% 100%;
    text-align: right;
    padding-right: 32px;
    color: #fff;
    position: absolute;
    bottom: -10px;
}

.down {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 12px;
    z-index: 9999;
}

/*.draggable{height: 400px!important;}*/
@media only screen and (max-width: 640px) {
    .about1 ul{display: none;}
    .case_nav {
        display: none
    }
.logo_txt{display: none}
    .case_pingjia {
        display: none
    }
    .case_tit_1{    margin-top: 0px;}
    .map_m {
        display: block;
        text-align: center
    }

    .map_pc {
        display: none
    }
    .pro1 .slick-list{height: 400px!important;}
    .pz_banner_m {
        display: block
    }

    .pz_banner_pc {
        display: none
    }

    .about1 {
        margin-top: 33px!important;
    }

    .about_left {
        width: 100%;
        display: none
    }

    .about_right {
        width: 100%;
    }

    .about_right p {
        font-size: 13px;
    }

    .about_right p {
        margin-bottom: 0px;
        line-height: 15px;
    }

    .about1 ul li {
        width: 43%;
        margin: 2px 3.5%;
    }

    .about1 ul li img {
        width: 100%;
        height: auto
    }

    .about_right h4 {
        margin-bottom: 10px;
        text-align: center;
    }

    .Culture {
        width: calc(112% - 54px);
        padding: 10px;
        margin: 64px auto!important;
    }

    .Culture_left p {
        line-height: 16px;
        font-size: 12px;
        height: 416px;
        overflow: hidden;
    }

    .Culture h5 {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .Culture_right ul li {
        width: 100%;
        margin: 5px 0;
    }

    .Culture_right ul li img {
        height: 95px;
    }

    .Culture_right ul li:nth-child(5) {
        display: none
    }

    .Culture_right ul li:nth-child(6) {
        display: none
    }

    .header .logo img {
        width: 87%;
        height: auto
    }

    .we-scroll {
        width: 100% !important;
        margin-left: -0% !important;
    }

    .we-scroll a {
        margin-right: 0 !important;
        width: 33.3% !important;
        height: auto !important;
    }

    .we-scroll a span {
        padding-top: 50px !important;
    }

    .we-scroll a:after {
        display: none !important;
    }

    .about-scroll {
        position: static !important;
    }

    .we-scroll {
        position: static !important;
        overflow: hidden
    }

    .about-banner {
        height: 1020px !important;
    }

    .c_1570_5 .title h5 {
        width: 100%;
    }

    .pz_main .c_1570 {
        height: auto !important;
    }

    .about-scroll h2 {
        padding-top: 63px !important;
    }

    .Culture p {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .Culture_left1 span {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .Culture_left1 {
        width: 100%
    }

    .wenhua_txt {
        font-size: 12px !important;
    }

    .Culture_left {
        display: none
    }

    .Culture_right {
        display: none
    }
    .section_2 .c_1240 .slick_res1l ul{    padding-top: 125px;}
    /*.section_2 .c_1240 .slick_res1l ul li:nth-child(5){display: none}*/
    /*.section_2 .c_1240 .slick_res1l ul li:nth-child(6){display: none}*/
    .section_2 .c_1240 .more{bottom: 35px;}
}
@media only screen and (max-width : 376px) {
    .section_2 .c_1240 .slick_res1l ul{padding-top: 90px}
}
.slick-active{
    opacity: 1!important;display: none!important;}
.slick-current{display: block!important;
}
/*
.Culture ul{width: 100%;overflow: hidden}
.Culture ul li{width: 31.3%;margin:0 1%;float: left;overflow: hidden;height: 600px}
.Culture ul li .top{width: 100%;height: 300px}
.Culture ul li .top a{width: 100%;display: block}
.Culture ul li .top img{width: 100%;display: block}
.Culture ul li .top p{}
.Culture ul li .down{width: 100%;height: 300px}
.Culture ul li .down a{width: 100%;display: block}
.Culture ul li .down img{width: 100%;display: block}
.Culture ul li .down p{}*/
