
.main{
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
.w-100{
    float: left;
    width: 100%;
}
.w-1440{
    width: 1440px;
    margin: 0 auto;
}
@media (max-width: 1599px){
    .w-1440{
        padding: 0 2%;
    }
}
@media (max-width: 1439px){
    .w-1440{
        width: 100%;
    }
}
.img-box
{
    position: relative;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    height: 100%;
}
.img-box img[src=''],
.img-box img:not([src])
{
    opacity: 0;
    border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link
{
    outline: none !important;
}
.header
{
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100px;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #029c6a;
    background-color: #fff;

}
@media (max-width: 1199px)
{
    .header
    {
        height: 70px;
    }
}
.header .logo
{
    position: relative;

    float: left;

    height: 48px;
    margin-top: 32px;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        margin-top: 11px;
    }
}
.header .logo a
{
    display: block;

    height: 100%;
}
.header .logo img
{
    display: block;
}

.header .nav-collapse
{
    position: relative;
    z-index: 10;

    display: none;
    float: right;

    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding: 0;

    cursor: pointer;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: block;
        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 15px;
        right: 20px;
        display: block;
        margin-top: 10px;
        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #fff !important;
    }
}
@media (max-width: 767px)
{
    .header .nav-collapse
    {
        position: absolute;
        top: 15px;
        right: 0;

        margin-top: 0;

        border: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
    transition: all .5s ease;

    background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
}
.header .navbg
{
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    width: 100%;
    height: 50px;

    background-color: rgba(0, 0, 0, .6);
}
@media (min-width: 1200px)
{
    .header .nav
    {
        float: right;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 50px;

        -webkit-transition: left .3s;
        transition: left .3s;
        text-align: left;
        text-align: center;

        background: #fafafa;
        background-color: rgba(2, 156, 106, .9);
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }

}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 30px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
.header-right-ico-none{
    display: none;
    float: left;
    width: 100%;
    /*padding: 0 44px;*/
}
.header-right-ico{
    float: right;
    margin-left: 12px;
}
.header-ico{
    float: left;
    width: 36px;
    height: 36px;
    margin-left: 14px;
    margin-top: 30px;
}
.header-ico.header-ico-1{
    background: url("../images/ico1.png") no-repeat;
}
.header-ico.header-ico-1:hover{
    background: url("../images/ico1-1.png") no-repeat;
}

.header-ico.header-ico-2{
    background: url("../images/ico2.png") no-repeat;
}
.header-ico.header-ico-2:hover{
    background: url("../images/ico2-1.png") no-repeat;
}

.header-ico.header-ico-3{
    background: url("../images/ico3.png") no-repeat;
}
.header-ico.header-ico-3:hover{
    background: url("../images/ico3-1.png") no-repeat;
}

.header-ico.header-ico-4{
    background: url("../images/ico4.png") no-repeat;
}
.header-ico.header-ico-4:hover{
    background: url("../images/ico4-1.png") no-repeat;
}

.header-ico.header-ico-5{
    background: url("../images/ico5.png") no-repeat;
}
.header-ico.header-ico-5:hover{
    background: url("../images/ico5-1.png") no-repeat;
}

.header-ico.header-ico-6{
    background: url("../images/ico6.png") no-repeat;
}
.header-ico.header-ico-6:hover{
    background: url("../images/ico6-1.png") no-repeat;
}


.header .iframe
{
    display: none;
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        float: left;
    }
    .header .nav .nav-list1 > li > a
    {
        font-family: arial;
        font-size: 16px;
        line-height: 96px;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
        transition: all .4s;
        position: relative;
        z-index: 2;

        display: inline-block;

        padding: 0 28px;

        -webkit-transition: all .4s;
        transition: all .4s;

        color: #666565;
        font-weight: bold;
    }
    .header .nav .nav-list1 > li > a:before
    {
        /*position: absolute;
        bottom: 0;
        left: 0;

        display: block;

        width: 0;
        height: 3px;

        content: '';
        -webkit-transition: all .4s;
                transition: all .4s;

        background-color: #d7000f;*/
    }
    .header .nav .nav-list1 > li:hover a,
    .header .nav .nav-list1 > li.active a
    {
        background: #029c6a;
        color: #fff;
    }
    .header .nav .nav-list1 > li:hover a:before,
    .header .nav .nav-list1 > li.active a:before
    {
        width: 100%;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;

        display: none;

        min-width: 280px;
        padding: 0;

        text-align: center;
        text-align: left;
    }
    .header .nav .nav-list1 .nav-list2 li
    {
        display: inline-block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 li:last-child
    {
        border-bottom: none;
    }
    .header .nav .nav-list1 .nav-list2 li > a
    {
        font-size: 14px;
        line-height: 50px;

        position: relative;
        z-index: 1;

        display: block;

        padding: 0 18px;

        -webkit-transition: all .2s;
        transition: all .2s;
        text-align: center;

        color: #fff;
    }
    .header .nav .nav-list1 .nav-list2 li > a:before
    {
        font-family: 'iconfont' !important;

        margin-right: 6px;

        content: '\e72f';
    }
    .header .nav .nav-list1 .nav-list2 li > a:hover
    {
        color: #d7000f;
    }
}
@media (max-width: 1440px){
    .header .nav .nav-list1 > li > a{
        padding: 0 20px;
    }
}

@media (max-width: 1365px)
{
    .header .nav .nav-list1 > li > a{
        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header-right-ico-none{
        display: block;
    }
    .header .nav .nav-list1
    {
        margin: 20px 0;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
    .header-right-ico{
        display: none;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2,
    .header .nav .nav-list3
    {
        display: none;
    }
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        font-size: 16px;
        line-height: 2;

        margin-top: 5px;

        color: #fff;
    }
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a
{
    display: block;
}
@media (max-height: 580px)
{
    .header .nav .nav-list2 a,
    .header .nav .nav-list3 a
    {
        margin-top: 0;
    }
}

.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 a
    {
        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li.more:after
    {
        font-family: 'iconfont';
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 0;

        margin-top: -14px;

        content: '\e72f';

        color: #fff;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 22px;
        line-height: 2.5;

        display: block;

        text-transform: uppercase;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 20px;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-height: 768px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 18px;
    }

}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 14px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}

@media (min-width: 1200px)
{
    .header.fixed-header
    {
        height: 70px;
        box-shadow: 0 0 5px #bbb;
    }
    .header.fixed-header .logo
    {
        margin-top: 11px;
    }
    .header.fixed-header .nav .nav-list1 .nav-list2
    {
        top: 70px;
    }
    .header.fixed-header .nav .nav-list1 > li > a
    {
        line-height: 66px;
    }
    .header.fixed-header .wechate a
    {
        line-height: 70px;
    }
    .header.fixed-header .language ul li
    {
        line-height: 70px;
    }
    .header.fixed-header .pc-search
    {
        margin-top: 21px;
    }
    .header.fixed-header .header-right-ico .header-ico{
        margin-top: 15px;
    }
}
/*heart end*/

/*右侧漂浮*/
.side-always {
    position: fixed;
    z-index: 3;
    width: 64px;
    /* height: 260px; */
    right: 16px;
    top: 50%;
    margin-top: -160px;
    box-sizing: border-box;
    z-index: 999999;
}
.side-always .side-items {
    display: block;
    position: relative;
    overflow: visible;

    cursor: pointer;
    width: 100%;
    height: 64px;
    text-align: center;
    margin-top: 1px;
    transition-duration: .3s;

}
.side-always .side-items:last-child{
    border: 0;
}
.side-always .side-ico {
    float: left;
    position: relative;
    z-index: 4;
    width: 100%;
    height: 64px;

    transition-duration: .3s;
    background-size: 40px !important;
    text-align: center;

}
.side-always .tele-item  {
    background: rgba(2, 156, 106, 0.8) url("../images/side-tele.png") center no-repeat;
}
.side-always .tele-item:hover  {
    background: rgba(217, 190, 7, 0.8) url("../images/side-tele.png") center no-repeat;
}

.side-always .message-item {
    background: rgba(2, 156, 106, 0.8) url("../images/side-message.png") center no-repeat;
}
.side-always .message-item:hover {
    background: rgba(217, 190, 7, 0.8) url("../images/side-message.png") center no-repeat;
}

.side-always .s-item {
    background: rgba(2, 156, 106, 0.8) url("../images/side-s.png") center no-repeat;
}
.side-always .s-item:hover {
    background: rgba(217, 190, 7, 0.8) url("../images/side-s.png") center no-repeat;
}

.side-always .qq-item {
    background: rgba(2, 156, 106, 0.8) url("../images/side-qq.png") center no-repeat;
}
.side-always .qq-item:hover {
    background: rgba(217, 190, 7, 0.8) url("../images/side-qq.png") center no-repeat;
}

.side-always .wx-item {
    background: rgba(2, 156, 106, 0.8) url("../images/side-wx.png") center no-repeat;
}
.side-always .wx-item:hover {
    background: rgba(217, 190, 7, 0.8) url("../images/side-wx.png") center no-repeat;
}

.side-always .side-tele {
    position: absolute;
    display: none;
    width: 170px;
    height: 64px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height: 64px;
    color: #fff;
    left: -171px;
    top: 0%;

    background: rgba(217, 190, 7, 0.8);
}
.side-always .side-ewm {
    position: absolute;
    display: none;
    width: 170px;
    height: 170px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    line-height: 64px;
    color: #fff;
    left: -171px;
    top: 0%;

    background: rgba(217, 190, 7, 0.8);
}
.side-always .side-ewm img{
    width: 170px;
    height: 170px;
}
@media (max-width: 1599px)
{
    .side-always{
        width: 48px;
    }
    .side-always .side-items{
        height: 48px;
    }
    .side-always .side-ico{
        height: 48px;
    }
}

/*侧漂浮end*/

/*banner start*/
.banner
{
    font-size: 0;

    position: relative;

    overflow: hidden;

    width: 100%;
    margin-top: 100px;
}

@media (max-width: 1199px)
{
    .banner
    {
        margin-top: 70px;
    }
}
@media (max-width: 1199px)
{
    .banner .slickbanner
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 991px)
{
    .banner .slickbanner
    {
        width: 140%;
        max-width: 140%;
        margin-left: -20%;
    }
}
.banner .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 30px;

    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: 1;
    background: none;
}
@media (max-width: 991px)
{
    .banner .slick-arrow
    {
        left: 15%;
    }
}
.banner .slick-arrow:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 40px;

    display: block;

    width: 40px;
    height: 40px;

    content: '\e601';
    -webkit-transition: all .2s;
    transition: all .2s;

    color: #707071;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .7);
}
.banner .slick-arrow.slick-next
{
    right: 30px;
    left: auto;
}
@media (max-width: 991px)
{
    .banner .slick-arrow.slick-next
    {
        right: 15%;
    }
}
.banner .slick-arrow.slick-next:before
{
    content: '\e827';
}
.banner .slick-arrow:hover:before
{
    color: #fff;
    background-color: #d7000f;
}
.banner .slick-dots
{
    position: absolute;
    bottom: 23px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 767px)
{
    .banner .slick-dots
    {
        bottom: 12px;
        display: none;
    }
}
.banner .slick-dots li
{
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 3px 6px;
    cursor: pointer;
    /*border: 1px solid #fff;*/
    border-radius: 50%;
    background-color: #fff;
}
.banner .slick-dots li.slick-active
{
    margin: 0px 6px;
    width: 20px;
    height: 20px;
    background: #029c6a;
    border:5px solid rgba(255, 255, 255, 0.7)
}
.banner .slick-dots li button
{
    display: none;
}
.banner img
{
    display: block;

    width: 100%;
}
.banner .text
{
    font-family: 'Tungsten-Semibold';

    word-break:break-all;

    position: absolute;
    top: 42%;
    padding-left: 240px;
    width: 960px;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
}
.banner .slick-current .text1 h4,
.banner .slick-current .text1 h3
{
    -webkit-animation: fadeInLeftBig 1s 0s ease both;
    animation: fadeInLeftBig 1s 0s ease both;
}
.banner .text h3{
    font-size: 64px;
    font-weight:bold;
}
.banner .text h4{
    font-size: 36px;

}
.banner .img-box
{
    padding-bottom: 40.10416667%;
}


.banner-in
{
    margin-top: 50px;

}
@media (max-width: 1199px)
{
    .banner .text{
        width: 840px;
        padding-left: 120px;
    }
    .banner-in
    {
        margin: 0;
        /*margin-top: 70px;*/
    }
}
@media (max-width: 991px)
{
    .banner .text{
        width: 720px;
        padding-left: 240px;
    }
    .banner .text h3{
        font-size: 40px;
    }
    .banner .text h4{
        font-size: 30px;

    }
}
@media (max-width: 767px)
{

    .banner .text{
        width: 390px;
        padding-left: 120px;
    }
    .banner .text h3{
        font-size: 22px;
    }
    .banner .text h4{
        font-size: 18px;

    }

    .banner .slick-dots li
    {
        width: 10px;
        height: 10px;
        margin: 2px 3px;
    }
    .banner .slick-dots li.slick-active
    {
        margin: 0px 3px;
        width: 14px;
        height: 14px;
        background: #029c6a;
        border:3px solid rgba(255, 255, 255, 0.7)
    }
    .header-ico{
        margin-left: 0;
        margin: 0 5px;
    }
}




/*@media (max-width: 767px)*/
/*{*/
/*    .banner-in .slickbanner*/
/*    {*/
/*        width: 200%;*/
/*        max-width: 200%;*/
/*        margin-left: -50%;*/
/*    }*/
/*}*/
/**/
.banner-in .img-box
{
    padding-bottom: 22.2%;
}
/*.banner-in .text-in*/
/*{*/
/*    position: absolute;*/
/*    top: 32%;*/

/*    width: 100%;*/

/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/

/*    color: #fff;*/
/*}*/



/*.banner-in .text-in h3*/
/*{*/
/*    font-family: 'Tungsten-Semibold';*/
/*    width: 50%;*/
/*    font-size: 30px;*/
/*    font-weight: bold;*/
/*    line-height: 36px;*/
/*    margin: 0;*/
/*    color:#029c6a;*/

/*}*/
@media (max-width: 1199px)
{
    .banner-in .img-box
    {
        padding-bottom: 32%;
    }
}
@media (max-width: 1024px)
{
    .banner-in .img-box
    {
        padding-bottom: 25%;
    }
    .banner-in .text-in{
        top: 26%;
    }
}
@media (max-width: 991px)
{

    .banner-in .text-in{
        top: 17%;
    }
    .banner-in .text-in h3
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{

    .banner-in .text-in h3{
        width: 100%;
        line-height: 24px;
    }
    .banner-in .img-box{
        padding-bottom: 23%;
    }
    .banner-in .text-in{
        top: 25%;
    }
    .banner-in .text-in h3{
        font-size: 20px;
    }
}
.banner-in .text-in h3:after
{

}

@media (max-width: 991px)
{
    .banner-in .text-in p
    {
        font-size: 22px;
    }
}
@media (max-width: 767px)
{

}
/*banner end*/
/*foot*/
.foot-bg-1{
    background: #232323;
}
.footer{
    float: left;
    width: 100%;
}
.foot-content{
    float: left;
    width: 100%;
}
.foot-content .foot-nav{
    float: left;
    width: 100%;
    padding: 34px 0 81px 0;
}
.foot-content .foot-nav .foot-left-67{
    float: left;
    width: 67.3%;
}
.foot-content .foot-nav .foot-left-67 .foot-li{
    float: left;
    padding-right: 43px;
}
.foot-content .foot-nav .foot-left-67 .foot-li.foot-left1{
    width: 30.9%;
}
.foot-content .foot-nav .foot-left-67 .foot-li.foot-left2{
    width: 31.9%;
}
.foot-content .foot-nav .foot-left-67 .foot-li.foot-left3{
    width: 21.6%;
}
.foot-content .foot-nav .foot-left-67 .foot-li.foot-left4{
    width: 15.6%;
}
.foot-content .foot-nav .foot-li-title{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #e5e5e5;
    overflow: hidden;
}
.foot-content .foot-nav .foot-left-67 .foot-li .foot-li-link{
    color: #a6a5a5;
}
.foot-content .foot-nav .foot-left-67 .foot-li .foot-li-link a{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;

    line-height: 17px;
    padding: 3px 0;
    font-size: 16px;
    color: #a6a5a5;
    margin-bottom: 13px;
}
.foot-content .foot-nav .foot-left-67 .foot-li .foot-li-link a:hover{
    color: #029c6a;
}
.foot-content .foot-nav .foot-right-33{
    float: left;
    width: 32.7%;

}
.map
{
    float: left;
    width: 100%;
    height: 222px;
}
@media (max-width: 991px)
{
    .map {
        width: 100%;
        height: 220px;
    }
}
.foot-bg-border{
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
}
.foot-contect{
    float: left;
    width: 100%;
    padding: 35px 0;
}
.foot-contect .font-ico-txt{
    float: left;
    font-size: 16px;
    color: #a6a5a5;
    font-family: 'AvantGardeITCbyBT-Book';
}
.foot-contect .font-ico-txt img{
    /*float: left;*/
    vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 10px;
}

.foot-contect .font-ico-txt.foot-ico-email{
    width: 25%;
}
.foot-contect .font-ico-txt.foot-ico-phone{
    width: 25%;
}
.foot-contect .font-ico-txt.foot-ico-wechat{
    width: 25%;
}
.foot-contect .font-ico-txt.foot-ico-whatsapp{
    width: 25%;
}

.foot-copy{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #e5e5e5;
    padding: 30px 0;
    line-height: 24px;
    font-family: 'AvantGardeITCbyBT-Book';
}
.foot-copy .foot-copy-left{
    float: left;
}
.foot-copy .foot-copy-right{
    float: right;
}
@media (max-width: 1399px)
{
    .foot-contect .font-ico-txt.foot-ico-email{
        width: 25%;
    }
    .foot-contect .font-ico-txt.foot-ico-phone{
        width: 25%;
    }
    .foot-contect .font-ico-txt.foot-ico-wechat{
        width: 25%;
    }
    .foot-contect .font-ico-txt.foot-ico-whatsapp{
        width: 25%;
    }
}
@media (max-width: 1199px)
{
    .foot-content .foot-nav {

        padding: 24px 0 40px 0;
    }
    .foot-contect{
        padding: 5px;
    }
    .foot-contect .font-ico-txt{
        margin: 5px 0;
    }
    .foot-contect .font-ico-txt.foot-ico-email{
        width: 50%;
    }
    .foot-contect .font-ico-txt.foot-ico-phone{
        width: 50%;
    }
    .foot-contect .font-ico-txt.foot-ico-wechat{
        width: 50%;
    }
    .foot-contect .font-ico-txt.foot-ico-whatsapp{
        width: 50%;
    }
}
@media (max-width: 991px)
{
    .foot-bg-1{
        background-size: auto 100%;
    }
    .foot-content .foot-nav {
        padding: 15px 0 20px 0;
    }
    .foot-content .foot-nav .foot-left-67{
        width: 100%;
    }
    .foot-content .foot-nav .foot-right-33{
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .foot-content .foot-nav .foot-left-67{
        display: none;
    }
    .foot-contect .font-ico-txt{
        font-size: 14px;
    }
    .foot-contect .font-ico-txt img{
        margin-right: 5px;
        padding-bottom: 5px;
        width: 28px;
        height: 33px;
    }
    .foot-contect .font-ico-txt.foot-ico-email{
        width: 100%;
    }
    .foot-contect .font-ico-txt.foot-ico-phone{
        width: 100%;
    }
    .foot-contect .font-ico-txt.foot-ico-wechat{
        width: 100%;
    }
    .foot-contect .font-ico-txt.foot-ico-whatsapp{
        width: 100%;
    }
    .foot-copy{
        padding: 20px 0;
        text-align: center;
        font-size: 14px;
    }
    .foot-copy .foot-copy-left{
        width: 100%;
    }
    .foot-copy .foot-copy-right{
        width: 100%;
    }
}
/*头部底部结束*/

/*index start*/

.wrapper
{
    position: relative;
    z-index: 9;
    overflow: hidden;

}
@media (max-width: 1199px)
{
    .wrapper
    {
        margin-top: 70px;
    }
}
.wrap
{
    overflow: hidden;


}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 60px 0;
    }
}


.wrap-service .service
{
    width: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
    overflow: hidden;
}
@media (max-width: 991px)
{
    .wrap-service .service
    {
        margin-top: 50px;
    }
}
.wrap-service .service ul
{
    overflow: hidden;
    width: 100;
    height: 381px;
    /*margin: 0 -1px;*/
}
.wrap-service .service ul li
{
    float: left;
    overflow: hidden;
    padding: 0 1px;
    width: 25%;

    -webkit-transition: all .4s;
    transition: all .4s;
}
@media (max-width: 991px)
{
    .wrap-service .service ul li
    {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .wrap-service .service ul li
    {
        width: 100%;
    }
}
@media (min-width: 992px)
{
    .wrap-service .service ul:hover
    {
        margin: 0;
    }
    .wrap-service .service ul:hover li
    {
        /* width: 17.3%; */
        width: 23.3333%;
    }
    .wrap-service .service ul:hover li:hover
    {
        width: 30%;
    }
    .wrap-service .service ul:hover li:hover .item img
    {
        -webkit-transition: all .4s;
        transition: all .4s;

        opacity: .5;
    }

    .wrap-service .service ul:hover li:hover .item .mask .note1
    {
        opacity: 0;
    }
    .wrap-service .service ul:hover li:hover .item .mask .note2
    {
        opacity: 1;
    }
}
.wrap-service .service .item
{
    position: relative;

    display: block;

    background-color: rgba(2, 156, 106, 1);
}
.wrap-service .service .item img
{
    display: block;

    opacity: .9;
}
@media (max-width: 767px)
{
    .wrap-service .service .item img
    {
        max-width: 100%;

        opacity: .3;
    }
}
.wrap-service .service .item .mask
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

@media (max-width: 767px)
{

}

@media (max-width: 991px)
{

}
.wrap-service .service .item .mask .note1
{

    position: absolute;
    bottom: 4px;

    width: 100%;
    padding: 0 10px;
    -webkit-transition: all .2s;
    transition: all .2s;

}
@media (max-width: 991px)
{
    .wrap-service .service .item .mask .note1
    {
        opacity: 0;
    }
}
.wrap-service .service .item .mask .note1 span
{
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 18px;
    height: 60px;
    line-height: 30px;
    display: block;

    color: #fff;
    overflow: hidden;
}

.wrap-service .service .item .mask .note2
{
    position: absolute;
    top: 33px;

    width: 100%;
    padding: 10px;

    -webkit-transition: all .4s;
    transition: all .4s;

    opacity: 0;
}
@media (max-width: 991px)
{
    .wrap-service .service .item .mask .note2
    {
        bottom: 10px;

        opacity: 1;
    }
}
.wrap-service .service .item .mask .note2 span
{
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 16px;
    display: block;
    height: 41px;
    line-height: 41px;
    color: #fff;
    background: url(../images/index-ico-1.jpg) left bottom no-repeat;
    overflow: hidden;
}

.wrap-service .service .item .mask .note2 p
{
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 14px;
    line-height: 30px;
    margin-top: 9px;
    overflow: auto;
    font-size: 14px;
    max-height: 210px;
    margin: 20px 0 0 0;

    color: #fff;
}
.wrap-service .service .item .mask .note3{
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
}
.wrap-service .service .item .mask .note3 a{
    font-family: 'AvantGardeITCbyBT-Book';
    display: block;
    float: left;
    width: 112px;
    height: 39px;
    line-height: 37px;
    font-size: 14px;
    margin-right: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
}
.wrap-service .service .item .mask .note3 a:last-child{
    margin-right: 0;
}
.wrap-service .service .item .mask .note3 a:hover{
    background: #fff;
    color: #333;
}
@media (max-width: 767px)
{
    .wrap-service .service .item .mask .note2 p
    {
        margin-top: 10px;
    }
}
.wrap-service .service .item .mask .note2 p::-webkit-scrollbar
{
    position: absolute;
    left: 0;

    width: 4px;
}
.wrap-service .service .item .mask .note2 p::-webkit-scrollbar-track
{
    border: 1px solid #fff;
    background-color: #c6c6c6;
}
.wrap-service .service .item .mask .note2 p::-webkit-scrollbar-thumb
{
    background-color: #959596;
}
.wrap-professional .professional
{
    margin-top: 60px;
}
@media (max-width: 991px)
{
    .wrap-professional .professional
    {
        margin-top: 50px;
    }
}
.wrap-professional .professional ul
{
    font-size: 0;

    margin: 0 -4px;
}
.wrap-professional .professional ul li
{
    display: inline-block;

    width: 25%;
    padding: 0 4px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-professional .professional ul li
    {
        width: 50%;
    }
}
.wrap-professional .professional .item
{
    position: relative;

    display: block;
    overflow: hidden;

    margin-top: 8px;

    background-color: #000;
}
.wrap-professional .professional .item .pic .img-box
{
    padding-bottom: 72.95597484%;
}
.wrap-professional .professional .item .pic .img-box img
{
    -webkit-transition: all .4s;
    transition: all .4s;
}
.wrap-professional .professional .item-2 .pic .img-box
{
    padding-bottom: 148.74213836%;
}
.wrap-professional .professional .item .mask1
{
    position: absolute;
    top: 60%;

    width: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    opacity: 0;
}
.wrap-professional .professional .item .mask1:before
{
    display: block;

    /*width: 1px;*/
    height: 20px;
    margin: 0 auto;

    content: '';

    background-color: #eee;
}
.wrap-professional .professional .item .mask1 p
{
    font-size: 16px;
    line-height: 28px;

    margin: 10px 0 0 0;

    color: #fff;
}

.index-title{
    float: left;
    width: 100%;
    padding: 60px 0 30px 0;
    text-align: center;
}
.index-title .index-title-h1{
    font-family:"arial black";
    float: left;
    width: 100%;
    line-height: 57px;
    font-size: 32px;
    font-weight: bold;
}
.index-title .index-title-h2{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    padding: 0 10%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}



.video
{
    float: left;
    position: relative;
    overflow: hidden;

    width: 41.6%;
    height: 580px;
}
@media (max-width: 991px)
{
    .video
    {
        margin-top: 10px;
    }
}
.video .img-box
{
    width: 100%;
    height: 100%;
    z-index: 0;

    padding-bottom: 61.64383562%;

    background-color: rgba(0,0,0,0);
}
.video .img-box img
{
    -webkit-transition: all .6s ease;
    transition: all .6s ease;

    /*opacity: .5;*/
}
.video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    text-align: center;
}



.video .iframe
{
    display: none;

    width: 100% !important;
    height: 100% !important;
}
.video .play
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 63px;
    margin-bottom: 100%;

    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #fff;
    background: url(../images/video-ico-1.png) center no-repeat;
}
.video-txt{
    font-family: 'BernFash';
    font-size: 36px;
    color: #fff;
    position: absolute;
    bottom: 36px;
    left: 34px;
}
@media (max-width: 991px)
{
    .video .play
    {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

        opacity: 1;
    }
}
.video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;
    line-height: 1;

    display: block;

    /*content: '\e67f';*/
    width: 63px;
    height: 63px;

}
.video:hover .img-box img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    opacity: .95;
}

.index-video .index-video-right{
    float: left;
    width: 58.4%;
    height: 580px;
    background: #f5f5f5;
}


.index-video .index-video-right .index-top-img{
    float: left;
    width: 100%;
}
.index-video .index-video-right .index-top-img .index-top-left-img{
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.index-video .index-video-right .index-top-img .index-top-left-img img{
    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;
}
.index-video .index-video-right .index-top-img .index-top-left-img:hover img{
    -webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.index-video .index-video-right .index-top-img .index-top-left-img .index-position-txt-1{

    position: absolute;
    bottom: 26px;
    left: 25px;
    float: left;
    width: 100%;
    line-height: 28px;
    font-size: 26px;
    color: #fff;
}

.index-video .index-video-right .index-bottom-txt{
    float: left;
    width: 100%;
}
.index-video .index-video-right .index-bottom-txt .index-bottom-txt-1{
    font-family: "BMsolid";
    float: left;
    width: 100%;
    height: 73px;
    line-height: 73px;
    margin-top: 23px;
    font-size: 72px;
    text-align: center;
    color: #029c6a;
}
.index-video .index-video-right .index-bottom-txt .index-bottom-txt-1 sup{
    top: -2em;
    font-size: 24px;
}
.index-video .index-video-right .index-bottom-txt .index-bottom-txt-2{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    margin-top: 7px;
    color: #029c6a;
    text-align: center;
    color: #029c6a;
}
.index-video .index-video-right .index-bottom-txt .index-bottom-txt-2 a{
    color: #029c6a;
    margin: 0 16px;
}
.index-video .index-video-right .index-bottom-txt .index-bottom-txt-3{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    padding: 40px 5% 0;
    color: #666;
    font-family: 'AvantGardeITCbyBT-Book';
}
.index-video .index-video-right .index-bottom-txt .index-bottom-txt-4{
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 20px;
    font-family: 'AvantGardeITCbyBT-Book';
}
.index-video .index-video-right .index-bottom-txt .index-bottom-txt-4 a{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #029c6a;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.index-video .index-video-right .index-bottom-txt .index-bottom-txt-4 a:hover{
    opacity: 0.8;
}

.index-advantages{
    float: left;
    width: 100%;
    padding: 0 4px 54px 4px;
}
.index-advantages .index-advantages-li{
    float: left;
    position: relative;
    width: 22.5%;
    height: auto;
    margin-right: 0;
    margin-left: 2%;
    margin-bottom:30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.index-advantages .index-advantages-li:nth-child(4n){
    margin-right: 0;
}
.index-advantages .index-advantages-li img{
    border: 8px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.index-advantages .advantages-bg-1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: -0%;
    top: -0%;
    background: url(../images/advantage-bg-1.png) no-repeat;
    background-size: 100% 100%;
    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;
}
.index-advantages .index-advantages-li:hover .advantages-bg-1{
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.index-advantages .index-advantages-img{
    width: 100%;
}
.index-advantages .index-advantages-li-txt{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    padding: 105px 34px 0 34px;
}
.index-advantages .index-advantages-li-p1{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-advantages .index-advantages-li-p2{
    float: left;
    width: 100%;

    font-size: 14px;
    color: #fff;
    line-height: 33px;
    height: 132px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.bg-f8f8f8{
    background: #f8f8f8;
}
.index-list{
    float: left;
    width: 100%;
    padding-bottom: 76px;
}
.index-list ul{
    float: left;
    width: 100%;
    position: relative;
}
.index-list ul .slick-arrow{
    position: absolute;
    top:50%;
    transform: translate(-0%,-50%);
    width: 26px;
    height: 45px;

    padding: 0;
}
.index-list ul .slick-arrow.slick-prev{
    left: -54px;
    background: url("../images/news-left.png") no-repeat;
    background-size: 100% 100%;
}
.index-list ul .slick-arrow.slick-next{
    right: -54px;
    background: url("../images/news-right.png") no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 1440px)
{
    .index-list ul .slick-arrow{
        width: 12px;
        height: 22px;
        background-size: 100% 100%;
    }
    .index-list ul .slick-arrow.slick-prev{
        left: -18px;
    }
    .index-list ul .slick-arrow.slick-next{
        right: -18px;
    }
}
.index-list .slick-dots{
    text-align: center;
    margin-top: 10px;
}
.index-list .slick-dots li {
    float: none;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #ccc;
    padding: 0;
    border-radius: 100%;
}
.index-list .slick-dots li button{
    display: none;
}
.index-list .slick-dots li.slick-active{
    background: #029c6a;
}

.index-list .slick-initialized .slick-slide{
    padding: 0 10px;
}
.index-list ul li{
    float: left;
    width: 31.9%;
    margin-right: 2.15%;
    background: #fff;
    padding: 23px 20px 19px 20px;
}
.index-list ul li:last-child{
    margin-right: 0%;
}
.index-list ul li .index-list-title{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    height: 52px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-list ul li .index-list-time{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    font-size: 14px;
    color: #bcbbbb;
    line-height: 24px;
}
.index-list ul li .index-list-img{
    float: left;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}
.index-list ul li .index-list-img img{
    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;
}
.index-list ul li:hover .index-list-img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.index-list ul li .index-list-txt{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    line-height: 31px;
    height: 62px;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bg-029c6a{
    background: #029c6a;
}
.index-connected{
    float: left;
    width: 100%;
    padding: 20px 0;
}
.index-connected .index-connected-p-a{
    float: left;
    line-height: 40px;
}
.index-connected .index-connected-p-a .index-connected-span-1{
    float: left;
    font-family: "Tungsten-Semibold";
    font-size: 36px;
    color: #fff;
}
.index-connected .index-connected-p-a .index-connected-a-1{
    float: left;
    width: 138px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    margin-left: 19px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.index-connected-ico{
    float: right;
    line-height: 40px;
}
.index-connected-ico .index-connected-ico-span-1{
    font-family: "Tungsten-Semibold";
    float: left;
    font-size: 36px;
    color: #fff;
    margin-right: 12px;
}
.index-connected-ico .bottom-ico{
    float: left;
    width: 36px;
    height: 36px;
    margin-top: 2px;
    margin-left: 14px;
}
.index-connected-ico .bottom-ico.bottom-ico-1{
    background: url("../images/ico1.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-1:hover{
    background: url("../images/ico1-2.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-2{
    background: url("../images/ico2.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-2:hover{
    background: url("../images/ico2-2.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-3{
    background: url("../images/ico3.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-3:hover{
    background: url("../images/ico3-2.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-4{
    background: url("../images/ico4.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-4:hover{
    background: url("../images/ico4-2.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-5{
    background: url("../images/ico5.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-5:hover{
    background: url("../images/ico5-2.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-6{
    background: url("../images/ico6.png") no-repeat;
}
.index-connected-ico .bottom-ico.bottom-ico-6:hover{
    background: url("../images/ico6-2.png") no-repeat;
}




@media (max-width: 1440px)
{
    .index-advantages .index-advantages-li{



    }
}
@media (max-width: 1366px)
{
    .index-advantages .index-advantages-li{



    }
    .index-advantages .index-advantages-li-txt{
        padding: 75px 34px 0 34px;
    }
}
@media (max-width: 1299px)
{
    .index-advantages .index-advantages-li-txt{
        padding: 65px 34px 0 34px;
    }
    .index-advantages .index-advantages-li{


    }
    .index-advantages .index-advantages-li-p2{
        line-height: 28px;
        height: 112px;
    }
}
@media (max-width: 1199px)
{
    .wrap-service .service .item .mask .note2 p{
        max-height: 180px;
    }
    .wrap-service .service .item .mask .note3 a{
        width: 48%;
        /*margin-right: 4%;*/
    }
    .wrap-service .service .item .mask .note3 a:last-child{
        margin-right: 0;
    }
    .index-advantages .index-advantages-li{

    }
    .index-advantages .index-advantages-li-txt {
        padding: 50px 34px 0 34px;
    }
    .index-title .index-title-h2{
        padding: 0 5%;
    }
    .index-advantages .advantages-bg-1{
        display: none;
    }
}
@media (max-width: 991px)
{
    .wrap-service .service{
        padding-bottom: 0;
    }
    .wrap-service .service ul{
        height: auto;
    }
    .wrap-service .service ul li{
        padding: 0.5px 1px;
    }
    .index-title {
        padding: 20px 0 20px 0;
    }
    .wrap-service .service .item .mask{
        background-color: rgba(2, 156, 106, 0.2);

    }

    .video{
        width: 100%;
        height: 720px;
    }
    .index-video .index-video-right{
        width: 100%;
        background: #f8f8f8 none;
        height: auto;
        padding-bottom: 30px;
    }
    .wrap {
        padding: 20px 0;
    }
    .wrap-service .service{
        margin-top: 20px;
    }
    .index-advantages .index-advantages-li {
        width: 354px;
        height: 354px;
        margin-right: 10px;
        margin-top: 20px;
    }
    .index-advantages .index-advantages-li-txt {
        padding: 100px 34px 0 34px;
    }
    .index-advantages {
        padding: 0 4px 24px 4px;
    }
    .index-list ul li {
        padding: 10px 10px 10px 10px;
    }
    .index-list{
        padding-bottom: 30px;
    }
    .index-connected .index-connected-p-a .index-connected-span-1{
        font-size: 32px;
    }
    .index-connected-ico .index-connected-ico-span-1{
        font-size: 32px;
    }
}
@media (max-width: 767px)
{
    .wrap {
        padding: 0px 0;
    }
    .index-title {
        padding: 10px 0 10px 0;
    }
    .index-title .index-title-h1{
        line-height: 38px;
        font-size: 22px;
    }
    .index-title .index-title-h2{
        line-height: 24px;
        font-size: 13px;
        padding: 0 2%;
    }
    .wrap-service .service{
        margin-top: 10px;
    }
    .wrap-service .service .item .mask .note2{
        top: 20px;
    }
    .wrap-service .service .item .mask .note2 p {
        max-height: 150px;
    }
    .video {
        width: 100%;
        height: 380px;
        margin-top: 0;
    }
    .video-txt{
        left: 4%;
        bottom: 5px;
    }
    .index-video .index-video-right .index-top-img .index-top-left-img{
        width: 100%;
        margin-top: 5px;
    }

    .index-video .index-video-right .index-bottom-txt .index-bottom-txt-1{
        font-size: 48px;
    }
    .index-video .index-video-right .index-bottom-txt .index-bottom-txt-1 sup {
        top: -1.5em;
        font-size: 20px;
    }
    .index-video .index-video-right .index-bottom-txt .index-bottom-txt-2{
        margin-top: 0;
    }
    .index-video .index-video-right .index-bottom-txt .index-bottom-txt-4{
        margin-top: 15px;
    }
    .index-video .index-video-right{
        padding-bottom: 20px;
    }
    .index-advantages .index-advantages-li{
        width: 47%;
        height: 100%;
        margin-right: 0;
        margin-top: 0; margin-left:2%
    }
    .index-advantages .index-advantages-li-txt {
        padding: 100px 34px 0 34px;
    }
    .index-list ul li{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .index-list ul li .index-list-txt{
        height: 52px;
        line-height: 26px;
    }
    .index-connected .index-connected-p-a{
        width: 100%;
    }
    .index-connected-ico{
        width: 100%;
        margin-top: 10px;
    }
    .index-connected .index-connected-p-a .index-connected-span-1{
        font-size: 22px;
        margin-right: 10px;
    }
    .index-connected-ico .index-connected-ico-span-1{
        font-size: 22px;
    }
    .index-connected .index-connected-p-a .index-connected-a-1{
        margin-left: 10px;
    }
    .index-connected {
        padding: 15px 0 10px 0;

    }


    .wrap-service .service  .slick-dots{

        width: 100%;
        text-align: center;
        margin-top: 12px;
    }
    .wrap-service .service  .slick-dots li{
        float: none;
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #ccc;
    }
    .wrap-service .service  .slick-dots li.slick-active{
        background: #029c6a;
    }
    .wrap-service .service  .slick-dots li button{
        display: none;
    }


    .index-advantages .slick-dots{
        width: 100%;
        text-align: center;
    }
    .index-advantages .slick-dots li{
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #ccc;
    }
    .index-advantages .slick-dots li.slick-active{
        background: #029c6a;
    }
    .index-advantages .slick-dots li button{
        display: none;
    }
}


/**
 * page
 */
.page
{
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;

    margin-top: 21px;

    text-align: center;
}
.page a
{
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 20px;
    line-height: 60px;

    display: inline-block;
    overflow: hidden;

    width: 62px;
    height: 62px;
    margin: 0 14px;

    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    text-align: center;

    color: #999;
    border-radius: 50%;
    background-color: #fff;
    color: #bfbfbf;
    border: 1px solid #e5e5e5;
}


@media (max-width: 1199px)
{



    .page a
    {
        margin: 0 6px;
        height: 54px;
        line-height: 54px;
        width: 54px;
    }
}
.page a.omit:hover
{
    color: #333;
    background-color: #eee;
}
.page a.prev
{
    font-size: 14px;
}
.page a.prev:after
{
    /*font-family: 'iconfont' !important;*/

    /*content: '\e601';*/
}
.page a.next
{
    font-size: 14px;
}
.page a.next:before
{
    /*font-family: 'iconfont' !important;*/

    /*content: '\e827';*/
}
.page a.page-num-current,
.page a:hover
{
    color: #fff;
    background-color: #029c6a;
}
@media (max-width: 767px)
{
    .page a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .page a.prev,
    .page a.next
    {
        margin: 0 5px;
    }
    .page a:prev{
        background-size: 7px auto;
    }
    .page a:next{
        background-size: 7px auto;
    }

}



/*内页导航*/
.case-bg{
    box-shadow: 2px 0 5px #ccc;
    margin-top: -5px;
    background: #fff
}
.wrap-sidenav
{
    float: left;
    width: 100%;
    position: relative;

    overflow: hidden;

    height: 58px;
    margin-top: -0px;
}

@media (max-width: 991px)
{

    .wrap-sidenav
    {
        height: 50px;
    }

}
@media (max-width: 767px)
{
    .wrap-sidenav
    {

        margin-top: -0px;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;
    float: left;
    width: 100%;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;

    position: relative;
    position: absolute;
    left: 0;

    overflow: hidden;

    white-space: nowrap;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;


}
.wrap-sidenav .sidenav ul li:first-child
{

}
.wrap-sidenav .sidenav ul li a
{
    font-family: 'AvantGardeITCbyBT-Book';
    font-size: 18px;
    line-height: 60px;

    position: relative;

    display: block;

    height: 60px;
    padding: 0 30px;

    color: #333;
    background: #f8f8f8;
    /* background: #1aa096; */
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {

        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a
{

    background-color: #029c6a;
    /* font-weight: bold; */
    color: #fff;
}
.address{
    font-family: 'AvantGardeITCbyBT-Book';
    float: right;
    line-height: 58px;
    color: #adadad;
    position: relative;
    z-index: 99;
}
.address img{
    vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 9px;

}
.address a{
    color: #adadad;
    margin: 0 5px;
}
.address a:hover,
.address a.hover{
    color: #029c6a;
}
@media (max-width: 1399px)
{
    .wrap-sidenav .sidenav ul li a{
        font-size: 15px;
    }
}
@media (max-width: 1279px)
{
    .address{
        display: none;
    }
}

@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}

/*内页又导航*/
.two-nav{
    float: left;
    width: 100%;
    padding: 31px 0 22px 0;
}
.two-nav .two-nav-link{
    float: left;
    width: 100%;
}
.two-nav .two-nav-link a{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 20%;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-right: 0;
    font-size: 16px;
    color: #333;
    background: #f8f8f8;
}
.two-nav .two-nav-link a:nth-child(5n){
    border-right: 1px solid #e5e5e5;
}
.two-nav .two-nav-link a:last-child{
    border-right: 1px solid #e5e5e5;
}

.two-nav .two-nav-link a:hover,
.two-nav .two-nav-link a.hover{
    background: #adfae1;
    border: 1px solid #adfae1;
}

@media (max-width: 1199px)
{
    .two-nav .two-nav-link a{
        width: 50%;
    }
    .two-nav .two-nav-link a:nth-child(2n){
        border-right: 1px solid #e5e5e5;
    }
}
@media (max-width: 1199px)
{
    .two-nav{
        padding: 20px 0 10px 0;
    }
    .two-nav .two-nav-link a{
        height: 40px;
        line-height: 38px;
    }
}

/*案例特殊的导航*/
.two-nav.two-nav-case .two-nav-link a{
    width: 200px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -mos-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    background: #e5e5e5;
    font-size: 16px;
    color: #333;
    margin: 5px 0;
    margin-right: 30px;
    border: 0;
}
.two-nav.two-nav-case .two-nav-link a:hover,
.two-nav.two-nav-case .two-nav-link a.hover{
    background: #029c6a;
    color: #fff;
}
@media (max-width: 991px)
{
    .two-nav.two-nav-case .two-nav-link a{
        width: 23%;
        margin: 0 1%;
    }
}
@media (max-width: 767px)
{
    .two-nav.two-nav-case .two-nav-link a{
        width: 48%;
        margin: 5px 1%;
        height: 40px;
        line-height: 40px;
        -webkit-border-radius: 20px;
        -mos-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        font-size: 14px;
    }
}

/*案例*/
.case-list-1{
    float: left;
    width: 100%;
    padding-bottom: 62px;
}
.case-list-1 ul{
    float: left;
    width: 100%;
}
.case-list-1 ul li{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 31.9%;
    margin-right: 2.15%;
    margin-top: 10px;
}
.case-list-1 ul li:nth-child(3n){
    margin-right: 0;
}
.case-list-1 ul li .case-img-1{
    float:left;
    width: 100%;
    position: relative;
    overflow: hidden;

}
.case-list-1 ul li .case-img-1 img{
    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;
}
.case-list-1 ul li:hover .case-img-1 img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}



.case-list-1 ul li .case-img-1 .case-position{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/img-bg-1.png") no-repeat;
    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;
}
.case-list-1 ul li .case-txt-1{
    float:left;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -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;
}
.case-list-1 ul li:hover .case-img-1 .case-position{
    opacity: 1;
}
.case-list-1 ul li:hover .case-txt-1{
    background: #323232;
    color: #fff;
}
@media (max-width: 1199px)
{
    .case-list-1{
        padding-bottom: 40px;
    }

}

@media (max-width: 767px)
{

    .case-list-1 ul li{
        width: 47%;
        margin-right: 0; margin-left:2%
    }
    .case-list-1 ul li .case-txt-1{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .case-list-1 ul li:nth-child(3n){
        margin-right: 0%;
    }

}

/*案例详情*/
.case-details{
    float: left;
    width: 100%;
    font-family: 'AvantGardeITCbyBT-Book';
}
.c-d-title{
    float: left;
    width: 100%;
    line-height: 49px;
    margin-top: 37px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 32px;
    color: #333;
}
.c-d-content{
    float: left;
    width: 100%;
}
.c-d-content .c-d-content-left{
    float: left;
    width: 67.1%;
    padding-right: 3%;
    padding-bottom: 40px;
    border-right: 1px solid #e5e5e5;
}

.c-d-content .c-d-content-left .c-d-content-left-time{
    float: left;
    width: 100%;
    height: 51px;
    line-height: 51px;
    color: #b3b2b2;
    font-size: 14px;

}
.c-d-content .c-d-content-left .c-d-content-tp{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.c-d-content .c-d-content-left .c-d-content-tp img{
    width: 100%;
}
.c-d-content-more{
    width: 100%;
    line-height: 85px;
    text-align: center;
    font-size: 20px;
    color: #bdbdbd;
}
.c-d-content-more .more-span1{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 26px;
    height: 31px;
    vertical-align: middle;
    padding-bottom: 5px;
    margin-right: 12px;
    background: url("../images/case-details-ico-1.png") no-repeat;
}



.c-d-content .c-d-content-right{
    float: left;
    width: 32.9%;
    padding-left: 28px;
}
.c-d-content .c-d-content-right .c-d-content-right-title{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 26px;
    margin-top: 30px;
}
.c-d-content .c-d-content-right .c-d-content-right-list{
    float: left;
    width: 100%;

}

.c-d-content .c-d-content-right .c-d-content-right-list ul{
    float: left;
    width: 100%;
}
.c-d-content .c-d-content-right .c-d-content-right-list ul li{
    float: left;
    width: 100%;
    padding: 33px 0 26px 0;
    border-bottom: 1px dashed #d5d5d5;
}
.c-d-content .c-d-content-right .c-d-content-right-list ul li .c-d-content-right-li-txt{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;

}


.c-d-content .c-d-content-right .c-d-content-right-list ul li .c-d-content-right-li-txt .img-1{
    float: left;
    width: 41.3%;
    overflow: hidden;

}
.c-d-content .c-d-content-right .c-d-content-right-list ul li .c-d-content-right-li-txt .img-1 img{
    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;
}
.c-d-content .c-d-content-right .c-d-content-right-list ul li:hover .c-d-content-right-li-txt img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

}


.c-d-content .c-d-content-right .c-d-content-right-list ul li .c-d-content-right-li-txt .c-d-content-right-list-p{
    float: left;
    width: 58.7%;
    line-height: 37px;
    padding-left: 20px;
    font-size: 20px;
    color: #666;
    max-height: 111px;
    margin: 5px 0 14px 0;
    overflow: hidden;
}

.c-d-content .c-d-content-right .c-d-content-right-link{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.c-d-content .c-d-content-right .c-d-content-right-link.none-767{
    display: none;
}
.c-d-content .c-d-content-right .c-d-content-right-link.block-767{
    display: block;
}

.c-d-content-right-link a{
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 0 24px;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
    color: #666;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-d-content-right-link a:hover{
    background: #029c6a;
    color: #fff;
}
.c-d-content-right-phone{
    float: left;
    width: 100%;
    margin-top: 35px;
    background: #424242;
    color: #fff;
    padding: 17px 20px;
}
.c-d-content-right-phone .c-d-c-r-top-1{
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
}
.c-d-content-right-phone .c-d-c-r-top-2{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 47px;
    margin-top: 16px;

}
.c-d-content-right-phone .c-d-c-r-top-2 img{
    vertical-align: middle;
    padding-bottom: 5px;
    margin-right: 13px;
}
@media (max-width: 1199px)
{
    .c-d-content .c-d-content-left{
        float: left;
        width: 100%;
        padding: 0;
        border: 0;
    }
    .c-d-content .c-d-content-right{
        float: left;
        width: 100%;
        padding-bottom: 30px;
        padding-left: 0;
    }
    .c-d-content .c-d-content-right .c-d-content-right-list ul li{
        width: 50%;
    }
}

@media (max-width: 767px)
{
    .c-d-title{
        font-size: 20px;
        margin-top: 10px;
        line-height: 36px;
    }
    .case-details{
        padding: 0 2%;
    }
    .c-d-content .c-d-content-right .c-d-content-right-link.none-767{
        display: block;
    }
    .c-d-content .c-d-content-right .c-d-content-right-link.block-767{
        display: none;
    }
    .c-d-content-more{
        line-height: 38px;
        font-size: 16px;
        margin-top: 15px;
    }
    .c-d-content .c-d-content-right .c-d-content-right-link{
        margin-top: 10px;
    }
    .c-d-content-right-link a{
        margin: 10px 0;
        height: 48px;
        line-height: 46px;
        font-size: 16px;
    }
    .c-d-content .c-d-content-right .c-d-content-right-title{
        display: none;
    }
    .c-d-content .c-d-content-right .c-d-content-right-list{
        display: none;
    }
    .c-d-content .c-d-content-right .c-d-content-right-list ul li{
        padding: 10px 0;
        width: 100%;
    }
    .c-d-content-right-phone{
        margin-top: 10px;
        padding: 10px 15px;
    }
    .c-d-content-right-phone .c-d-c-r-top-1{
        font-size: 20px;
    }
    .c-d-content-right-phone .c-d-c-r-top-2{
        font-size: 24px;
        margin-top: 5px;
    }
    .c-d-content-right-phone .c-d-c-r-top-2 img{
        width: 24px;
    }
}


/*产品中心*/
.case-list-1.product-list-1 ul li .case-img-1 .case-position{
    background: url("../images/bg-1.png") no-repeat;
}
.case-list-1.product-list-1 ul li:hover .case-txt-1 {
    background: none;
    color: #029c6a;
}


/*产品中心详情*/
.product-details-content{
    float: left;
    width: 100%;
    padding-top: 43px
}
.product-details-content .p-d-c-introduce{
    float: left;
    width: 100%;
}
.product-details-content .p-d-c-introduce .p-d-c-left
{
    float: left;

    width: 50.1%;

    vertical-align: top;

}
@media (max-width: 1560px)
{
    .product-details-content .p-d-c-introduce .p-d-c-left
    {
        width: 60%;
    }
}
@media (max-width: 1199px)
{
    .product-details-content .p-d-c-introduce .p-d-c-left
    {
        width: 100%;
    }
}

.product-details-content .p-d-c-introduce .p-d-c-left .slider-for{
    float: left;
    width: 79.1%;
}

.product-details-content .p-d-c-introduce .p-d-c-left .img-box
{
    padding-bottom: 65%;
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav
{
    float: left;
    width: 20.8%;

    padding: 49px 17px 49px 7px;
    background: #f5f5f5;
    /*background-color: #eee;*/
}


.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button{
    width: 46px;
    height: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-0%);
    -moz-transform: translate(-50%,-0%);
    -ms-transform: translate(-50%,-0%);
    transform: translate(-50%,-0%);
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button.slick-prev{
    background: url("../images/datails-top.png") no-repeat;
    background-size: 100% 100%;
    top: 13px;
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button.slick-prev:hover{
    background: url("../images/datails-top-on.png") no-repeat;
    background-size: 100% 100%;
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button.slick-next{
    background: url("../images/datails-bottom.png") no-repeat;
    background-size: 100% 100%;
    bottom: 13px;
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button.slick-next:hover{
    background: url("../images/datails-bottom-on.png") no-repeat;
    background-size: 100% 100%;
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .slick-slide
{
    padding: 9px 0px;
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .slick-slide.slick-current img{
    border: 3px solid #029c6a;
}
@media (max-width: 991px)
{
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .slick-slide
    {
        padding: 0 3px;
    }
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .item .img-box
{
    opacity: .9;
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .item .img-box img
{
    /*-webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-filter: gray;
            filter: gray;*/
    /*灰色*/
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .slick-current .item .img-box
{
    opacity: 1;
}
.product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .slick-current .item .img-box img
{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.product-details-content .p-d-c-introduce .p-d-c-right{
    float: left;
    width:49.9%;
    padding-left: 33px;
    padding-top: 13px;
}
.product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-title{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    line-height: 50px;
    font-size: 36px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-text{
    float: left;
    width: 100%;
    padding: 29px 0 12px 0;
    border-bottom: 1px solid #dfdfe0;
}
.product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-text .p-d-c-right-text-1{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    line-height: 24px;
    height: 72px;
    margin-top: 17px;
    font-size: 20px;
    color: #666;
    overflow: hidden;
}
.product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-text .p-d-c-right-text-1.p-d-c-right-text-2{
    height: 168px;
}
.product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-link{
    float: left;
    width: 100%;
    padding: 50px 0 53px 0;
    border-bottom: 1px solid #dfdfe0;
}
.product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-link .p-d-c-right-a1{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 189px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #029c6a;
    margin-right: 30px;
    font-size: 20px;
    color: #fff;
}
.product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-link .p-d-c-right-a1.p-d-c-right-a2{
    background: #323232;
}
.product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-link .p-d-c-right-a1:hover{
    opacity: 0.9;
}


.p-d-c-txt-3{
    float: left;
    width: 100%;
    padding-top: 36px;
}
.p-d-c-title-1{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    line-height: 53px;
    padding-left: 10px;
    font-size: 20px;
    color: #333;
    background: #e7e8ea;
}
.p-d-c-txt-3 .p-d-c-p-1{
    float: left;
    width: 100%;
    line-height: 30px;
    padding-top: 15px;
    color: #666;
    font-size: 16px;
}
.p-d-c-txt-3 .p-d-c-p-1 img{
    width: 100%;
}
.p-d-c-form{
    float: left;
    width: 100%;
    padding-top: 28px;
}
.p-d-c-form .p-d-c-form-1{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    border: 1px solid #e7e8ea;
    padding: 31px 2% 34px 2%;
}
.p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-1{
    float: left;
    width: 31.6%;
    height: 58px;
    line-height: 56px;
    margin-right: 2.6%;
    padding: 0 13px;
    font-size: 20px;
    border: 1px solid #e7e8ea;
}
.p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-1.mr-0{
    margin-right: 0;
}
.p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-2{
    float: left;
    width: 100%;
    height: 148px;
    line-height: 36px;
    padding: 10px 13px;
    margin-top: 20px;
    font-size: 20px;
    border: 1px solid #e7e8ea;
}
.p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-3{
    float: left;
    width: 187px;
    height: 58px;
    line-height: 58px;
    background: #029c6a;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-right: 30px;
    -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;
}
.p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-3:hover{
    opacity: 0.9;
}

.p-d-c-related{
    float: left;
    width: 100%;

    padding: 36px 0 46px 0;
}

.p-d-c-related .p-d-c-related-list{
    float: left;
    width: 100%;
    padding-top: 36px;
}
.p-d-c-related .p-d-c-related-list ul{
    float: left;
    width: 100%;
}
.p-d-c-related .p-d-c-related-list ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
}
.p-d-c-related .p-d-c-related-list ul li:nth-child(3n){
    margin-right: 0;
}
.p-d-c-related .p-d-c-related-list .p-d-c-related-list-img{
    float: left;
    width: 100%;
    overflow: hidden;
}
.p-d-c-related .p-d-c-related-list ul li .p-d-c-related-list-img img{
    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;
}
.p-d-c-related .p-d-c-related-list ul li:hover .p-d-c-related-list-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.p-d-c-related .p-d-c-related-list ul li .p-d-c-related-list-txt{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    height: 26px;
    line-height: 26px;
    margin-top: 18px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.p-d-c-related .p-d-c-related-list ul li:hover .p-d-c-related-list-txt{
    color: #029c6a;
}

@media (max-width: 1599px)
{
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav{
        padding: 44px 17px 44px 7px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-link {
        padding: 28px 0 28px 0;
    }
}
@media (max-width: 1399px)
{
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav{
        padding: 42px 17px 42px 7px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-link {
        padding: 18px 0 18px 0;
    }
}
@media (max-width: 1365px)
{
    .product-details-content .p-d-c-introduce .p-d-c-left{
        width: 100%;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right{
        width: 100%;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-for{
        width: 100%;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav{
        width: 100%;
        background: none;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .slick-slide {
        padding: 0px 10px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button {
        width: 28px;
        height: 15px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button.slick-prev{
        left: -16px;
        top: 50%;
        margin-top: -14px;
        transform: rotate(-90deg)
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button.slick-next{
        left: auto;
        right: -16px;
        top: 50%;
        margin-top: -14px;
        transform: rotate(-90deg)
    }
    .product-details-content .p-d-c-introduce .p-d-c-right{
        padding-left: 0;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav {
        padding: 20px 5px 20px 5px;
    }
}
@media (max-width: 767px)
{
    .product-details-content{
        padding-top: 15px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav {
        padding: 5px 5px 10px 5px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav .slick-slide {
        padding: 0px 8px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button {
        width: 18px;
        height: 10px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button.slick-prev{
        left: -8px;
        margin-top: -9px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-left .slider-nav button.slick-next{
        right: -8px;
        margin-top: -9px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right{
        padding-top: 0px;
        padding-left: 2%;
        padding-right: 2%;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-title{
        line-height: 36px;
        font-size: 24px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-text {

        padding: 15px 0 10px 0;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-text .p-d-c-right-text-1{
        margin-top: 10px;
        height: auto;
        min-height: 72px;
        font-size: 16px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-text .p-d-c-right-text-1.p-d-c-right-text-2{
        height: auto;
        min-height: 72px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-link .p-d-c-right-a1{
        width: 48%;
        margin-right: 4%;
        height: 42px;
        line-height: 42px;
        font-size: 16px;
    }
    .product-details-content .p-d-c-introduce .p-d-c-right .p-d-c-right-link .p-d-c-right-a1.p-d-c-right-a2{
        margin-right: 0;
    }
    .p-d-c-txt-3{
        padding-top:20px;
    }
    .p-d-c-title-1{
        line-height: 22px;
        padding: 10px 10px 10px 10px;
        font-size: 18px;
    }
    .p-d-c-txt-3 .p-d-c-p-1{
        font-size: 14px;
        line-height: 32px;
        padding: 10px 2% 0 2%;
    }
    .p-d-c-form .p-d-c-form-1{
        padding: 0px 2% 15px 2%;
    }
    .p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-1{
        width: 100%;
        height: 44px;
        line-height: 42px;
        margin-top: 15px;
        font-size: 14px;
    }
    .p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-2{
        height: 120px;
        line-height: 28px;
        margin-top: 15px;
        font-size: 14px;
        padding: 8px 4%;
    }
    .p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-3{
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
    }
    .p-d-c-related .p-d-c-related-list ul li{
        width: 100%;
        margin: 0;
    }
    .p-d-c-related .p-d-c-related-list{
        padding: 15px 2% 0 2%;
    }
}

/*服务*/
.service{
    float: left;
    width: 100%;
    padding-bottom: 109px;
}
.service-txt{
    float: left;
    width: 100%;
    padding: 69px 0 75px 0;
    text-align: center;
    background: #f0eeee;
}
.service-txt .service-txt-1{
    float: left;
    width: 100%;
    line-height: 58px;
    font-size: 36px;
    color: #333;
    font-family: "arial black";
}
.service-txt .service-txt-2{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.service-list-1{
    float: left;
    width: 100%;
}
.service-list-1 ul{
    float: left;
    width: 100%;
}
.service-list-1 ul li{
    float: left;
    width: 100%;
}
.service-list-1 ul li .service-list-img{
    float: left;
    width: 50%;
}
.service-list-1 ul li .service-list-img img{
    width: 100%;
}
.service-list-1 ul li .service-list-txt{
    float: left;
    width: 50%;
    padding: 97px 46px 40px 36px;
    background: #f8f8f8;
}
.service-list-1 ul li:nth-child(2n) .service-list-img{
    float: right;
}
.service-list-1 ul li .service-list-txt .service-list-txt-1{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    line-height: 45px;
    font-size: 24px;
    color: #333;
    background: url("../images/bg-1.jpg") left bottom no-repeat;
}
.service-list-1 ul li .service-list-txt .service-list-txt-2{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    height: 120px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 7px;
    color: #666;

    overflow: hidden;
}
@media (max-width: 1599px)
{
    .service-list-1 ul li .service-list-txt {

        padding: 50px 46px 20px 36px;
    }
    .service-list-1 ul li .service-list-txt .service-list-txt-2{
        font-size: 15px;
    }
}

@media (max-width: 1499px)
{
    .service-list-1 ul li .service-list-txt .service-list-txt-2{
        height: 174px;
    }
}
@media (max-width: 1399px)
{
    .service-list-1 ul li .service-list-txt .service-list-txt-2{
        height: 170px;
    }
}
@media (max-width: 1299px)
{
    .service-list-1 ul li .service-list-txt .service-list-txt-2{
        height: 130px;
    }
}


@media (max-width: 1399px)
{
    .service-list-1 ul li .service-list-txt {

        padding: 40px 23px 20px 18px;
    }
    .service-list-1 ul li .service-list-txt .service-list-txt-2{
        font-size: 14px;
    }
}
@media (max-width: 1199px)
{
    .service-list-1 ul li .service-list-txt{
        width: 100%;
        padding: 40px 23px 40px 18px;
    }
    .service-list-1 ul li .service-list-img{
        width: 100%;
    }
    .service-txt {
        padding: 50px 2% 50px 2%;
    }
    .service-list-1 ul li .service-list-txt .service-list-txt-2{
        min-height: 90px;
        height: auto;
        overflow: auto;
    }

}
@media (max-width: 767px)
{
    .service{
        padding-bottom: 15px;
    }
    .service-txt {
        padding: 20px 2% 20px 2%;
    }
    .service-txt .service-txt-1{
        line-height: 36px;
        font-size: 20px;
    }
    .service-txt .service-txt-2{
        line-height: 26px;
        font-size: 15px;
    }
    .service-list-1 ul li .service-list-txt {
        padding: 20px 4% 20px 4%;
    }
    .service-list-1 ul li .service-list-txt .service-list-txt-1{
        font-size: 20px;
        line-height: 40px;
    }
}

.about{
    float: left;
    width: 100%;
}
.about-1{
    float: left;
    width: 100%;
    padding: 74px 0 65px 0;
}
.about-1 .about-1-left{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 57.3%;
}

.about-1-left-title{
    float: left;
    width: 100%;
    line-height: 50px;
    font-size: 36px;
    color: #333;
    font-weight:bold;
    text-transform:uppercase;
}
.about-1-left-txt{
    float: left;
    width: 100%;
    padding-right: 2%;
    line-height: 2;
    margin-top: 9px;
    font-size: 16px;
    color: #666;
}

.about-1 .about-1-right{
    float: left;
    width: 42.7%;
}
.about-1 .about-1-right img{
    width: 100%;
}
.about-bg-1{
    background: url("../images/bg-1.jpg") center no-repeat;
}
.about-2{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    padding: 62px 0 99px 0;
}
.about-2-title{
    float: left;
    width: 100%;
    line-height: 54px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.about-2-table{
    float: left;
    width: 100%;
    background: rgba(255,255,255,0.2);
    margin-top: 49px;
}
.about-2-table.none{
    display: none;
}
.about-2-table table tr td{

    width: 50%;
    line-height: 60px;
    padding: 40px 5.7%;
    font-size: 20px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}
.about-2-table table tr td span{
    font-size: 72px;
}

.bg-f8f7f7{
    background: #f8f7f7;
}
.about-3{
    float: left;
    width: 100%;
    padding: 18px 0 54px 0;
}
.about-3 .about-3-title{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    line-height: 88px;
    font-size: 36px;
    color: #333;
    text-align: center;
}

.about-3-honor{
    float: left;
    width: 100%;
    padding-bottom: 62px;
    text-align: center;
    position: relative;
}
.about-3-honor img{
    width: 100%;
}
.about-3-honor .slick-slide{
    padding: 0 8px;
}
.about-3-honor .about-3-honor-txt{
    font-family: 'AvantGardeITCbyBT-Book';
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #333;
}
.about-3-honor button{
    position: absolute;
    bottom: 0;
    width: 97px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.about-3-honor .slick-prev{
    left: 41.6%;
    background: #e9e7e7 url("../images/bg-2.png") center no-repeat;
}
.about-3-honor .slick-prev:hover{
    left: 41.6%;
    background: #029c6a url("../images/bg-2.png") center no-repeat;
}
.about-3-honor .slick-next{
    right: 41.6%;
    background: #e9e7e7 url("../images/bg-3.png") center no-repeat;
}
.about-3-honor .slick-next:hover{
    right: 41.6%;
    background: #029c6a url("../images/bg-3.png") center no-repeat;
}

.bg-f8f7f7{
    background: #f8f7f7;
}
.about-4{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    margin-top: 58px;
    padding: 35px 26px;
}
.about-4 .about-4-slick{
    float: left;
    width: 100%;
    overflow: hidden;
}
.about-4 .about-4-slick img{
    float: left;
    width: 66%;
}
.about-4 .about-4-text{
    float: left;
    width: 34%;
    padding-left: 42px;
    padding-top: 2px;
}
.about-4 .slick-dots{
    position: absolute;
    bottom: 41px;
    right: 36%;
}
.about-4 .slick-dots button{
    display: none;
}
.about-4 .slick-dots li{
    float: left;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    background: #029c6a;
    cursor: pointer;
}
.about-4 .slick-dots li.slick-active{
    background: #3f4009;
}

.about-4 .about-4-text-title{
    float: left;
    width: 100%;
    line-height: 77px;
    font-size: 36px;
    color: #333;
}
.about-4 .about-4-text-p{
    float: left;
    width: 100%;
    line-height: 30px;
    max-height: 360px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.about-5{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    padding: 29px 0 105px 0;
}
.about-5-title{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 77px;
    color: #333;
    text-align: center;
}
.about-5-txt{
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.about-5-list{
    float: left;
    width: 100%;
}
.about-5-list .about-5-list-li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 24px;
    overflow: hidden;
}
.about-5-list .about-5-list-li:nth-child(3n){
    margin-right: 0;
}
.about-5-list .about-5-list-li img{
    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;
}
.about-5-list .about-5-list-li:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 1399px)
{
    .about-4 .about-4-text{

        padding-left: 20px;
    }
    .about-4 .about-4-text-title{
        line-height: 50px;
        font-size: 28px;
    }

}
@media (max-width: 1299px)
{
    .about-4 .about-4-text{
        padding-bottom: 30px;
    }
    .about-4 .about-4-text-p{
        line-height: 26px;
        font-size: 14px;

        overflow-y: auto;
    }

}
@media (max-width: 1299px)
{
    .about-1-left-txt{
        line-height: 24px;
    }
    .about-2-table table tr td{
        padding: 20px 4%;
    }
    .about-2-table table tr td{
        font-size: 18px;
    }
    .about-2-table table tr td span{
        font-size: 35px;
    }
    .about-3-honor .slick-prev{
        left: 39%;
    }
    .about-3-honor .slick-prev:hover{
        left: 39%;
    }
    .about-3-honor .slick-next{
        right: 39%;
    }
    .about-3-honor .slick-next:hover{
        right: 39%;
    }
}
@media (max-width: 1199px)
{
    .about-4 .about-4-slick{
        width: 100%;
    }
    .about-4 .about-4-text{
        width: 100%;
    }
    .about-4 .about-4-slick img{
        width: 100%;
    }
    .about-4 .about-4-text{
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }
    .about-4 .slick-dots{
        position: absolute;
        bottom: 0px;
        right: 0%;
        width: 100%;
        text-align: center;
    }
    .about-4 .slick-dots li{
        float: none;
        display: inline-block;
    }
}
@media (max-width: 991px)
{
    .about-3-honor .slick-prev{
        left: 35%;
    }
    .about-3-honor .slick-prev:hover{
        left: 35%;
    }
    .about-3-honor .slick-next{
        right: 35%;
    }
    .about-3-honor .slick-next:hover{
        right: 35%;
    }
    .about-1 .about-1-left{
        width: 100%;
    }
    .about-1 .about-1-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-1{
        padding: 34px 0 35px 0;
    }
}
@media (max-width: 767px)
{
    .about-1 {
        padding: 20px 2% 20px 2%;
    }
    .about-1-left-title{
        line-height: 24px;
        font-size: 22px;
        text-align: center;
    }
    .about-1-left-txt{
        line-height: 22px;
        font-size: 14px;
    }
    .about-2 {

        padding: 10px 0 20px 0;
    }
    .about-2-table table tr td {
        padding: 10px 2%;
        line-height: 22px;
    }
    .about-2-table{
        display: none;
    }
    .about-2-table.none{
        display: block;
    }
    .about-2-table table tr td{
        font-size: 16px;
    }
    .about-2-table table tr td span{
        font-size: 24px;
    }
    .about-2-table{
        margin-top: 10px;
    }
    .about-2-title {
        line-height: 36px;
        font-size: 24px;
    }
    .about-3 .about-3-title {
        line-height: 36px;
        font-size: 22px;
    }
    .about-3 {
        padding: 15px 0 30px 0;
    }
    .about-3-honor .slick-prev{
        left: 20%;
    }
    .about-3-honor .slick-prev:hover{
        left: 20%;
    }
    .about-3-honor .slick-next{
        right: 20%;
    }
    .about-3-honor .slick-next:hover{
        right: 20%;
    }
    .about-3-honor{
        margin-top: 10px;
    }
    .about-4 {

        margin-top: 20px;
        padding: 15px 2% 15px 2%;
    }

    .about-4 .about-4-text{
        padding-left: 0;
        padding-bottom: 30px;
    }

    .about-4 .slick-dots{
        /*bottom: 15px;
        right: 2%;*/
    }
    .about-4 .slick-dots li{
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
    .about-5 {
        padding: 15px 0 20px 0;
    }
    .about-5-title {
        font-size: 22px;
        line-height: 36px;
    }
    .about-5-txt{
        line-height: 28px;
        font-size: 14px;
        margin-top: 5px;
    }
    .about-5-list .about-5-list-li{
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }
    .about-4 .about-4-text-title{
        font-size: 22px;
    }
    .about-5-list .slick-dots button{
        display: none;
    }
    .about-5-list .slick-dots{
        text-align: center;
    }
    .about-5-list .slick-dots li{
        display: inline-block;
        *display: inline;
        *zoom: 0;
        width: 8px;
        height: 8px;
        background: #ccc;
        margin: 0 3px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
    }
    .about-5-list .slick-dots li.slick-active{

        background: #029c6a;
    }
}

/*联系我们*/
.contact-1{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    padding-top: 36px;
}
.contact-1 .contact-1-left{
    float: left;
    /* width: 24.1%;
    margin-right: 1.2%; */
    width: 19.2%;
    margin-right: 1%;
    height: 200px;
    padding: 41px 0 6px 0;
    background: #f5f5f5;
    text-align: center;
}
.contact-1 .contact-1-left:last-child{
    margin-right: 0;
}
.contact-1 .contact-1-left .contact-1-left-ico{
    float: left;
    width: 100%;
    height: 37px;
}

.contact-1 .contact-1-left .contact-1-left-ico img{
    -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;
}
.contact-1 .contact-1-left:hover .contact-1-left-ico img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.contact-1 .contact-1-left .contact-1-left-txt{
    float: left;
    width: 100%;
    margin-top: 7px;
    line-height: 36px;
    height: 108px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    padding: 0 2%;
    overflow: hidden;
}
.contact-1 .contact-1-left .contact-1-left-txt img{
    width: 108px;
    height: 108px;
}
.map1
{
    float: left;
    width: 100%;
    height: 484px;
    margin-top: 41px;
}

.contact-bg-1{
    background:url("../images/bottom-bg-1.jpg") no-repeat;
    margin-top: 5px; background-size:cover;
    margin-bottom: -20px;
}
.contact-title-1{
    float: left;
    width: 100%;
    line-height: 55px;
    margin-top: 55px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    font-weight:bold;
    /*background: url("../images/bg-1.jpg") bottom center no-repeat;*/
}


.p-d-c-form.contact-form{
    padding-top: 0;
}
.p-d-c-form.contact-form .contact-form-1{
    margin-top: 50px;
    margin-bottom: 100px;
    border: 0;
    padding: 32px 9.9% 51px 9.9%;
}
.p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-4{
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 58px;
    line-height: 56px;
    margin-right: 2.6%;
    padding: 0 13px;
    font-size: 20px;
    border: 1px solid #e7e8ea;
}
.p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-3.bg-323232{
    background: #323232;
}
@media (max-width: 1199px)
{
    .contact-1 .contact-1-left .contact-1-left-txt{
        line-height: 28px;
        font-size: 14px;
        height: 112px;
    }
    .p-d-c-form.contact-form .contact-form-1{
        margin-top: 50px;
        margin-bottom: 100px;
        padding: 32px 4% 51px 4%;
    }

}
@media (max-width: 991px)
{
    .contact-1{
        padding-top: 10px;
    }
    .contact-1 .contact-1-left{
        width: 49%;
        margin-right: 2%;
        height: 200px;
        padding: 41px 0 6px 0;
        margin-top: 15px;
    }
    .contact-1 .contact-1-left:nth-child(2n){
        margin-right: 0;
    }
    .map1{
        margin-top: 20px;
        height: 380px;
    }
    .contact-title-1{

    }
}
@media (max-width:767px)
{
    .p-d-c-form .p-d-c-form-1 .p-d-c-form-1-input-4{
        height: 44px;
        line-height: 42px;
        margin-top: 15px;
        font-size: 14px;
    }

    .contact-title-1{
        font-size: 22px;
    }
    .contact-1 .contact-1-left {

        height: 200px;
        padding: 20px 0 6px 0;
        margin-top: 8px;
    }
    .p-d-c-form.contact-form .contact-form-1 {
        margin-top: 30px;
        padding: 32px 4% 31px 4%;
    }
}

/*新闻*/
.news-list-1{
    float: left;
    width: 100%;
    padding-bottom: 23px;
}
.news-list-1 ul{
    float: left;
    width: 100%;
}
.news-list-1 ul li{
    float: left;
    width: 31.1%;
    margin-right: 3.35%;
    margin-top: 46px;
    padding: 9px 1% 36px 1%;
    border: 1px solid #e5e5e5;
    position: relative;
    -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;
}
.news-list-1 ul li:hover{
    background: #029c6a;
}
.news-list-1 ul li:nth-child(3n){
    margin-right: 0%;
}

.news-list-1 ul li .case-img-1{
    width: 100%;
    overflow: hidden;
}
.news-list-1 ul li .case-img-1 img{
    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;
}
.news-list-1 ul li:hover .case-img-1 img{
    -webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-list-1 ul li .case-txt{
    float: left;
    width: 100%;
    padding-top: 7px;
}
.news-list-1 ul li .case-txt .case-txt-title{
    float: left;
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list-1 ul li .case-txt .case-txt-time{
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #bcbbbb;
    overflow: hidden;
}
.news-list-1 ul li .case-txt .case-txt-p{
    float: left;
    width: 100%;
    height: 60px;
    line-height: 30px;
    margin-top: 2px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.news-list-1 ul li .case-txt-position{
    position: absolute;
    bottom: 10px;
    right: 16px;
}
.news-list-1 ul li:hover .case-txt .case-txt-title{
    color: #fff;
}
.news-list-1 ul li:hover .case-txt .case-txt-time{
    color: #fff;
}
.news-list-1 ul li:hover .case-txt .case-txt-p{
    color: #fff;
}
@media (max-width:991px)
{
    .news-list-1 ul li {
        width: 32%;
        margin-right: 2%;
        margin-top: 20px;
        padding: 9px 1% 30px 1%;

    }
    .news-list-1 ul li .case-txt .case-txt-p{
        height: 48px;
        line-height: 24px;
    }
}
@media (max-width:767px)
{
    .news-list-1 ul li{
        width: 100%;
        padding: 10px 3% 30px 3%;
        margin-top: 15px;
    }
    .news-list-1 ul li .case-txt-position{
        width: 18px;
        height: 18px;
    }
}
/*新闻详情*/
.news-details-1{
    font-family: 'AvantGardeITCbyBT-Book';
    float: left;
    width: 100%;
    padding: 30px 0 61px 0;
}
.news-details-1 .news-details-1-title{
    float: left;
    width: 100%;
    line-height: 31px;
    padding: 10px 0;
    font-size: 32px;
    color: #333;
}
.news-details-1-time{
    float: left;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #a5a5a5;
    border-bottom: 1px solid #ebebec;
}
.news-details-1-time span{
    margin-left: 36px;
}
.news-details-1-txt{
    float: left;
    width: 100%;
    line-height: 36px;
    padding: 17px 0 20px 0;
    font-size: 16px;
    color: #666;
}
.news-details-1-pic{
    float: left;
    width: 100%;
}
.news-details-1-pic .news-details-1-pic-1{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 24px;
}
.news-details-1-pic .news-details-1-pic-1 img{
    width: 100%;
}
.news-details-1-pic .news-details-1-pic-1:nth-child(2n){
    margin-right: 0%;
}
.news-details-1-link{
    float: left;
    width: 100%;
    margin-top: 40px
}
.news-details-1-link a{
    float: left;
    width: 48.6%;
    height: 60px;
    line-height: 58px;
    padding: 0 23px;
    margin-right: 2.8%;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-details-1-link a:nth-child(2n){
    margin-right: 0%;
}
.news-details-1-link a:hover{
    background: #029c6a;
    border: 1px solid #029c6a;
    color: #fff;
}

@media (max-width:767px)
{
    .news-details-1 {
        padding: 10px 2% 20px 2%;
    }
    .news-details-1 .news-details-1-title {
        line-height: 24px;
        padding: 5px 0%;
        font-size: 22px;

    }
    .news-details-1-time span{
        float: right;
    }
    .news-details-1-txt {
        line-height: 28px;
        padding: 10px 0% 0px 0%;
        font-size: 14px;
    }
    .news-details-1-pic .news-details-1-pic-1{
        width: 100%;
        margin-top: 10px;
    }
    .news-details-1-link{
        margin-top: 10px;
    }
    .news-details-1-link a {
        width: 100%;
        height: 40px;
        line-height: 38px;
        padding: 0 4%;
        margin-right: 0%;
        margin-top: 10px;
        font-size: 14px;
    }
}


/*微信弹窗*/
.weixin-sh{
    width:auto;
    height:auto;
    background:#fff;
    border:#333 1px solid;
    margin:auto;
    border: solid 1px #d8d8d8;
}
.weixin-sh{
    display:none;
}
.weixin-sh p{
    width:auto;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;color: #000;
}
.weixin-sh .weixin-p{
    width:auto;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:20px;
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}
.weixin-sh img{
    display:block;
    margin:20px auto;
}
/*pc选择语言*/
.langage-box {
    font-family: arial;
    float: right;
    width: 133px;
    height: 36px;
    line-height: 36px;
    position: relative;
    color: #333;
    margin-top: 30px;
    -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;
}
.header.fixed-header .langage-box{
    margin-top: 15px;
}

.language-btn {
    display: block;
    padding-left: 0;

}
.language-btn {
    width: 147px;
    height: 36px;
    line-height: 36px;
    background: url(../images/header-down-arrows.png) right center no-repeat;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 35px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.language-btn img{
    margin-right: 10px;
    vertical-align: middle;
    padding-bottom: 3px;
}
.langage-box .lang_z {
    position: absolute;
    left: 50%;
    top: 35px;
    width: 100%;
    margin-left: -35px;
    background: #fff;
    border-radius: 3px;
    display: none;
    height: auto;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
    z-index: 99;
}
.langage-box .lang_z dd a {
    display: block;
    border-bottom: 1px solid #dbdbdb;
    line-height: 35px;
    font-size: 14px;
    color: #545454;
    text-align: center;
}

/*手机语言*/
.langage{
    float: left;
    width: 100%;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}
.langage span{
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    line-height: 36px;
    vertical-align: top;
}
.langage a{
    color: #fff;
}

#maximg img{ max-width:100%; height:auto !important}