.special_con {
    width: 100%;
    height: 1000px;
    position: relative;
}

.special_cont {
    height: auto;
    position: relative;
    margin: 0 auto;
}

.special_cont .ico_mark {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: solid #fff 1px;
    margin-bottom: 30px;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
}

.special_cont .ico0 {
    background: url(../images/section0_ico.png) center no-repeat #fff;
}

.special_cont .ico0:hover {
    background: url(../images/section0_ico_white.png) center no-repeat #75a7c4;
    border: solid #75a7c4 1px;
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
}

.special_cont .ico1 {
    background: url(../images/section1_ico.png) center no-repeat #fff;
}

.special_cont .ico1:hover {
    background: url(../images/section1_ico_white.png) center no-repeat #969696;
    border: solid #969696 1px;
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
}

.special_cont .ico2 {
    background: url(../images/section2_ico.png) center no-repeat #fff;
}

.special_cont .ico2:hover {
    background: url(../images/section2_ico_white.png) center no-repeat #624141;
    border: solid #624141 1px;
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
}

.special_cont .ico3 {
    background: url(../images/section3_ico.png) center no-repeat #fff;
}

.special_cont .ico3:hover {
    background: url(../images/section3_ico_white.png) center no-repeat #89bac1;
    border: solid #89bac1 1px;
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
}

.special_cont .ico4 {
    background: url(../images/section4_ico.png) center no-repeat #fff;
}

.special_cont .ico4:hover {
    background: url(../images/section4_ico_white.png) center no-repeat #000;
    border: solid #000 1px;
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
}

.special_cont .ico5 {
    background: url(../images/section5_ico.png) center no-repeat #fff;
}

.special_cont .ico5:hover {
    background: url(../images/section5_ico_white.png) center no-repeat #d18c2f;
    border: solid #d18c2f 1px;
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
}

.special_cont .ico6 {
    background: url(../images/section6_ico.png) center no-repeat #fff;
}

.special_cont .ico6:hover {
    background: url(../images/section6_ico_white.png) center no-repeat #636e66;
    border: solid #636e66 1px;
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
    -ms-transform: rotateZ(-360deg);
}

.special_cont .s_down_more_black {
    background: url(../images/ico_downmore_black.png) center no-repeat;
}

.special_cont .c_black {
    color: #000;
}

#zt_nav {
    position: fixed;
    top: 50%;
    margin-top: -80px;
    right: 0px;
    z-index: 1111;
    width: 60px;
}

#zt_nav li {
    margin-bottom: 30px;
}

#zt_nav li a {
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#zt_nav li a:hover,
#zt_nav li.active a {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    background-color: #ccc;
}

.section,
.section .slide {
    background-size: cover !important;
}

.special_cont p,
.special_cont a,
.special_cont h3 {
    color: #fff;
}

.section .h3_en {
    font-size: 32px;
    line-height: 33px;
    text-transform: uppercase;
}

.section .h3_cn {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 32px;
}

.special_cont p {
    line-height: 28px;
    font-size: 16px;
}

/*第一屏  */

.one_index {
    width: 800px;
    height: 400px;
    position: relative;
    top: 20%;
    left: 50%;
    margin-left: -400px;
}

.one_index ul li {
    width: 200px;
    height: 230px;
    position: absolute;
}

.one_index ul li a {
    width: 100%;
    height: 100%;
    display: block;
}

.one_index ul li:nth-child(1) {
    background: url(../images/list/a1.png) no-repeat center center;
    background-size: 200px 230px;
    left: 0;
    top: 0;
}

.one_index ul li:nth-child(1):hover {
    background: url(../images/list/b1.png) no-repeat center center;
    background-size: 200px 230px;
}

.one_index ul li:nth-child(2) {
    background: url(../images/list/a2.png) no-repeat center center;
    background-size: 200px 230px;
    left: 190px;
    top: 40px;
}

.one_index ul li:nth-child(2):hover {
    background: url(../images/list/b2.png) no-repeat center center;
    background-size: 200px 230px;
}

.one_index ul li:nth-child(3) {
    background: url(../images/list/a3.png) no-repeat center center;
    background-size: 200px 230px;
    left: 380px;
    top: 40px;
}

.one_index ul li:nth-child(3):hover {
    background: url(../images/list/b3.png) no-repeat center center;
    background-size: 200px 230px;
}

.one_index ul li:nth-child(4) {
    background: url(../images/list/a4.png) no-repeat center center;
    background-size: 200px 230px;
    left: 570px;
    top: 0px;
}

.one_index ul li:nth-child(4):hover {
    background: url(../images/list/b4.png) no-repeat center center;
    background-size: 200px 230px;
}

/*第二屏  */

#section1 p {
    position: relative;
    right: -2000px;
    color: #000;
}

#section1 .h3_cn,
#section1 .h3_en {
    position: relative;
    height: 50px;
    line-height: 80px;
    left: -2000px;
    color: #000;
}

#section1 .special_cont {
    width: 370px;
    height: 300px;
    /* background-color: red; */
    position: relative;
    left: -300px;
}

/*第三屏  */

#section2 .special_cont {
    width: 500px;
    /* background-color: red; */
    right: -300px;
}

#section2 .special_cont p {
    position: relative;
    right: -2000px;
}

#section2 .h3_cn,
#section2 .h3_en {
    position: relative;
    left: -2000px;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

/*第四屏  */

#section3 p {
    position: relative;
    right: -2000px;
    color: #000;
}

#section3 .h3_cn,
#section3 .h3_en {
    position: relative;
    height: 50px;
    line-height: 80px;
    left: -2000px;
    color: #000;
}

#section3 .special_cont {
    width: 370px;
    height: 300px;
    /* background-color: red; */
    position: relative;
    left: -300px;
}

/*第五屏  */

#section4 .special_cont {
    width: 500px;
    /* background-color: red; */
    right: -300px;
    margin-top: 20%;
}

#section4 p {
    position: relative;
    right: -2000px;
    text-align: right;
}

#section4 .phone_left {
    width: 400px;
    text-align: center;
    position: absolute;
    top: 450px;
    right: 110%;
    margin-right: -200px;
    color: #666;
}

#section4 .h3_cn,
#section4 .h3_en {
    position: relative;
    left: -2000px;
    text-align: right;
    height: 50px;
    line-height: 50px;
}

#section6 .special_cont p {
    position: relative;
    right: -110%;
}

#section6 .special_cont .h3_cn,
#section6 .special_cont .h3_en {
    position: relative;
    left: -110%;
}

#section0 {
    background: url(../images/section0.jpg);
}

#section1 {
    background: url(../images/section1.jpg);
}

#section2 {
    background: url(../images/section2.jpg);
}

#section3 {
    background: url(../images/section3.jpg);
}

#section4 {
    background: url(../images/section4.jpg);
}

#section5 {
    background: url(../images/section5.jpg);
}

#section6 {
    background: url(../images/section6.jpg);
}

.section_last_con {
    padding-top: 160px;
}

.section_last_con .special_cont {
    padding-bottom: 160px;
}

.zxzx_con {
    display: block;
    width: 218px;
    height: 45px;
    background: url(../images/zxzx_bg.png) center no-repeat;
    margin: 0 auto;
    margin-top: 42px;
    font-size: 16px;
    line-height: 45px;
    padding-left: 47px;
}

.tjxq_con {
    display: block;
    width: 218px;
    height: 45px;
    background: url(../images/tjxq_bg.png) center no-repeat;
    margin: 0 auto;
    margin-top: 16px;
    font-size: 16px;
    line-height: 45px;
    padding-left: 47px;
}

@media (min-width: 1366px) {
    .section_last_con {
        padding-top: 88px;
    }
    .section_last_con .special_cont {
        padding-bottom: 88px;
    }
}

@media (min-width: 1600px) {
    .section_last_con {
        padding-top: 200px;
    }
    .section_last_con .special_cont {
        padding-bottom: 288px;
    }
}

/* 案例  */

.anim_fade_image {
    position: absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.anim_fade_image:hover,
.anim_fade_image:hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

#anli li img {
    margin: 0 auto;
}

.mcy_padd2 h2 {
    text-align: center;
}

.mcy_padd2 h2 span {
    padding-bottom: 20px;
    border-bottom: 1px solid red;
}