﻿
/*------------------------ common ------------------------*/

.inner {
    width: 80%;
    margin: 0 auto;
}

.null {
    height: 80px;
}


.indMore .more {
    display: inline-block;
    text-align: center;
    width: 110px;
    position: relative;
    transition: all .6s;
    overflow: hidden;
    text-transform: uppercase;
    color: #547233;
    height: 36px;
    line-height: 36px;
    position: relative;
    z-index: 1;
}

.indMore .more:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/more_bg.png) no-repeat bottom center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.indMore .more:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/more_bg2.png) no-repeat top center;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .8s;
    z-index: 1;
}

.indMore .more2:before {
    background: url(../images/more_bg3.png) no-repeat bottom center;
}

.indMore .more2:after {
    background: url(../images/more_bg4.png) no-repeat top center;
}


/* video */

.yrVideo {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-align: center;
    z-index: 99999;
    cursor: pointer;
}

.yrVideo_box {
    z-index: 990;
    cursor: inherit;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    border: 12px solid #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.yrVideo_box video {
    display: block;
    position: relative;
    z-index: 4;
    width: 100%;
}

.yrVideo_cls {
    cursor: pointer;
    position: absolute;
    right: -12px;
    top: -11px;
    width: 42px;
    height: 42px;
    background: #fff;
    padding: 6px;
    z-index: 991;
    box-sizing: border-box;
}

.yrVideo_cls img {
    width: 100%;
}

@media(max-width: 1024px) {
    .indAb_img_ico {
        opacity: 1;
    }
    .indAb_img_ico img {
        width: 38px;
    }
    .yrVideo_box {
        border-width: 6px;
    }
    .yrVideo_cls {
        right: -6px;
        top: -5px;
        width: 38px;
        height: 38px;
        padding: 6px;
    }
}


/*------------------------ header ------------------------*/

header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all 0.48s;
}

.headTop {
    height: 80px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* overflow: hidden; */
}

.headLogo {
    float: left;
    margin-left: 50px;
    margin-top: 18px;
    transition: all 0.48s;
}

.headLogo img {
    height: 42px;
}

.headLogo_img2 {
    display: none;
}

.headNav {
    display: inline-block;
    transition: all 0.48s;
}

.headNav li {
    display: inline-block;
    line-height: 80px;
    padding: 0 45px;
    vertical-align: top;
    position: relative;
}

.headNav li a {
    display: block;
    color: #Fff;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}

.headNav li img {
    vertical-align: middle;
    width: 10px;
    margin-left: 5px;
}

.headNav_ico2 {
    display: none;
}

.headRight {
    float: right;
}

.headRight>div {
    vertical-align: top;
    display: inline-block;
    line-height: 82px;
    transition: all 0.48s;
}

.headSearch {
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.headSearch img {
    padding: 0 32px;
    width: 24px;
    vertical-align: middle;
}

.headSearch_img2 {
    display: none;
}

.headSearch_box {
    display: none;
    position: absolute;
}

.headLang {
    padding-left: 26px;
    border-left: 1px solid rgba(0, 0, 0, alpha)
}

.headLang a {
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*  */

.pagesider2 header {
    border: 0;
    background: #fff;
}

.pagesider2 header .headLogo_img1 {
    display: none;
}

.pagesider2 header .headLogo_img2 {
    display: block;
}

.pagesider2 header .headNav_ico2 {
    display: inline-block;
}

.pagesider2 header .headNav_ico1 {
    display: none;
}

.pagesider2 header .headNav li a {
    color: #333;
}

.pagesider2 header .headRight>div {
    line-height: 81px;
}

.pagesider2 header .headSearch {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pagesider2 header .headSearch_img1 {
    display: none;
}

.pagesider2 header .headSearch_img2 {
    display: inline-block;
}

.pagesider2 header .headLang {
    border-color: rgba(0, 0, 0, 0.28)
}

.pagesider2 header .headLang a {
    color: #333;
}


/*  */

.bg header {
    border: 0;
    background: #fff;
}

.bg header .headLogo_img1 {
    display: none;
}

.bg header .headLogo_img2 {
    display: block;
}

.bg header .headNav_ico2 {
    display: inline-block;
}

.bg header .headNav_ico1 {
    display: none;
}

.bg header .headNav li a {
    color: #333;
}

.bg header .headSearch {
    border-left: 0;
}

.bg header .headSearch_img1 {
    display: none;
}

.bg header .headSearch_img2 {
    display: inline-block;
}

.bg header .headLang {
    border-color: rgba(0, 0, 0, 0.28)
}

.bg header .headLang a {
    color: #333;
}


/*  */

.pagesider4 header {
    border: 0;
    background: #fff;
}

.pagesider4 header .headLogo_img1 {
    display: none;
}

.pagesider4 header .headLogo_img2 {
    display: block;
}

.pagesider4 header .headNav_ico2 {
    display: inline-block;
}

.pagesider4 header .headNav_ico1 {
    display: none;
}

.pagesider4 header .headNav li a {
    color: #333;
}

.pagesider4 header .headRight>div {
    line-height: 76px;
}

.pagesider4 header .headSearch {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pagesider4 header .headSearch_img1 {
    display: none;
}

.pagesider4 header .headSearch_img2 {
    display: inline-block;
}

.pagesider4 header .headLang {
    border-color: rgba(0, 0, 0, 0.28)
}

.pagesider4 header .headLang a {
    color: #333;
}


/*  */

.innerHead header .headTop {
    height: 80px;
}

.innerHead header .headNav {
    padding: 0;
}

.innerHead .headNav li {
    line-height: 80px;
}


/*  */

.headNav_slide {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 180px;
    margin-left: -90px;
    background-color: #fff;
    height: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
}

.headNav_slide p {
    padding: 0 10%
}

.headNav_slide a {
    font-size: 14px;
    color: #333;
    background-image: none;
    border-bottom: #fff solid 1px;
    line-height: 1.5;
    text-align: left;
    padding: 15px 28px 14px;
}

.headNav .headNav_slide a {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    color: #333;
}

.headNav_slide a:hover {
    color: #009572;
    border-bottom: #009572 solid 1px;
}

.headNav li:hover .headNav_slide {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* mobile */


/* headMenu */

.headMenu {
    display: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    width: 68px;
}

.headMenu.show {
    display: block;
}

.headMenu span {
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
    margin: 6px auto 0;
    border-radius: 6px;
    transition: all 0.48s;
}

.headMenu span:first-of-type {
    margin-top: 0
}

.headMenu.on span {
    background: #000;
}

.headMenu.on .headMenu_span1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.headMenu.on .headMenu_span2 {
    opacity: 0;
}

.headMenu.on .headMenu_span3 {
    transform: rotate(-45deg) translate(5px, -7px);
}


/*  */

.headMenu_Box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 59px;
    z-index: 9990;
    box-sizing: border-box;
    /* transition: all 0.48s; */
}

.headMenu_Box.open {
    right: 0;
}

.headMenu_Box>div {
    height: 100%;
    box-sizing: border-box;
    padding: 28px 38px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.headMenu_con {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: #F2F7FB;
    text-align: center;
}

.headMenu_con a {
    padding: 12px;
    display: block;
    color: #f15a29;
    text-align: center;
    font-size: 27px;
    line-height: 2;
    text-transform: capitalize;
}

.headMenu_Box ul {
    position: relative;
}

.headMenu_Box li {
    line-height: 2.1;
    margin-top: 24px;
}

.headMenu_Box li:first-child {
    margin-top: 0;
}

.headMenu_Box li>a {
    position: relative;
    line-height: 2;
    font-size: 18px;
    color: #323232;
    text-transform: capitalize;
    text-align: left;
    display: block;
}

.headMenu_Box .headMenu_li>a {
    background: url(../images/head_l.png) no-repeat right center;
}

.headMenu_a {
    position: relative;
}

.headMenu_a a {
    padding-left: 14px;
    display: block;
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.headMenu_a a.on {
    color: #f15a29;
    font-weight: bold;
}


/*------------------------ indCopy ------------------------*/

.pagesider5 .indCopy {
    display: none;
}

.pagesider5.pagesider1 .indCopy,
.pagesider5.pagesider2 .indCopy,
.pagesider5.pagesider3 .indCopy,
.pagesider5.pagesider4 .indCopy {
    display: block;
}

.pagesider2 .indCopy_p p,
.pagesider2 .indCopy a {
    color: #333;
}

.pagesider2 .indCopy_ico a.i1 {
    background-image: url(../images/ico1.png);
}

.pagesider2 .indCopy_ico a.i2 {
    background-image: url(../images/ico5.png);
}

.pagesider2 .indCopy_ico a.i3 {
    background-image: url(../images/ico3.png);
}

.pagesider2 .indCopy_ico a.i4 {
    background-image: url(../images/ico4.png);
}

.indCopy {
    position: fixed;
    bottom: 28px;
    right: 28px;
    text-align: right;
    z-index: 999999;
}

.indCopy_ico {
    position: relative;
}

.indCopy_ico li {
    display: inline-block;
    position: relative;
}

.indCopy_ico a {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 0;
    opacity: 0.8;
}

.indCopy_ico a:hover {
    transform: rotateY(60deg)
}

.indCopy_ico a.i1 {
    background-image: url(../images/ico1_1.png);
}

.indCopy_ico a.i2 {
    background-image: url(../images/ico2_1.png);
}

.indCopy_ico a.i3 {
    background-image: url(../images/ico3_1.png);
}

.indCopy_ico a.i4 {
    background-image: url(../images/ico4_1.png);
}

.indCopy_p p {
    color: #fff;
    opacity: 0.48;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    max-width: 186px;
}

.indCopy a {
    color: #fff;
}

.indCopy li:hover .shareEwm {
    display: block;
}





/*------------------------ about ------------------------*/


/* about */

.abAbout {
    position: relative;
    padding: 108px 0 168px;
    background: url(../images/about_bg.jpg) no-repeat right center;
}

.abAbout .biaoti_box {
    display: block;
}

.abAbout .biaoti_box span {
    opacity: 0.12;
    color: #51b69f;
    font-family: 'dd7b4623_4';
}

.abAbout .inner {
    width: 80%;
}

.abAbout_l {
    display: inline-block;
    width: 60%;
    position: relative;
}

.abAbout_l .yrTit {
    text-align: left;
}

.abAbout_l .yrTit span {
    opacity: 0.12;
    line-height: 1;
    font-size: 78px;
    color: #51b69f;
    display: block;
    text-transform: uppercase;
    font-family: 'dd7b4623_0';
}

.abAbout_l .yrTit h3 {
    margin-top: -45px;
}

.abAbout_p {
    margin-top: 45px;
}

.abAbout_p p {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 2.1;
    color: #666;
}

.abAbout_r {
    float: right;
    width: 48%;
}

.abAbout_r img {
    max-width: 100%;
}

.abAbout_num {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 50%;
    background: transparent;
}

.abAbout_num img {
    width: 46px;
    display: block;
    opacity: 0.78;
    margin-bottom: 20px;
}

.abAbout_num.indAb_num li {
    width: 33.33%;
    padding: 24px 0;
}

.abAbout_num li:nth-child(1) {
    background: #004b91;
}

.abAbout_num li:nth-child(2) {
    background: #1565af;
}

.abAbout_num li:nth-child(3) {
    background: #2a7dcb;
}

.abAbout_num li::before {
    content: none;
}

.abAbout_num a,
.abAbout_num p,
.abAbout_num span {
    color: #fff;
    line-height: 1;
    font-family: 'sy';
}

.abAbout_num span {
    font-size: 48px;
    letter-spacing: 0;
}

.abAbout_num p {
    line-height: 1;
    display: block;
    margin: 12PX 0 0;
    font-size: 12px;
    opacity: 0.9;
    letter-spacing: 1px;
}


/* abCul */

.abCul {
    width: 100%;
    overflow: hidden;
}

.abCul_box>div {
    float: left;
    width: 50%;
    height: 538px;
    position: relative;
}

.abCul_img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.abCul_box>div>img {
    display: none;
    width: 100%
}

.abCul_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 101, 175, 0.28)
}

.abCul_txt>div {
    position: relative;
    top: 68%;
    transform: translateY(-50%);
    transition: all 0.38s;
}

.abCul_p {
    position: relative;
    top: 68px;
    min-height: 162px;
    margin-top: 38px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.48s;
}

.abCul_p>div {
    display: inline-block;
    text-align: left;
}

.abCul_p p {
    color: #fff;
    font-size: 16px;
}

.abCul_box>div:hover .abCul_txt>div {
    top: 46%;
}

@media(min-width:1025px) {
    .abCul_box>div:hover .abCul_p {
        visibility: inherit;
        opacity: 1;
        top: 0;
    }
    .abCul_box>div:hover .abCul_txt {
        background: rgba(21, 101, 175, 0.68)
    }
}

.abCul_ico {
    display: none;
}


/* abDeve */

.abDeve {
    position: relative;
    padding: 108px 0;
}

.abDeve_year {
    position: absolute;
}

.abDeve_year span {
    font-size: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20vw;
    height: 20vw;
    position: relative;
    width: 100%;
    letter-spacing: 4vw;
    position: absolute;
    left: 0;
    bottom: -10vw;
    color: #efeff5;
    text-align: center;
    font-family: 'dd7b4623_2';
}


/*  */

.imgDemo_img {
    width: 100%;
    height: 428px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgDemo .slick-list {
    cursor: e-resize;
}

.imgDemo .slick-arrow {
    display: none !important;
    width: 40px;
    height: 68px;
    display: block;
    background-color: #009572;
    background-position: center;
    background-repeat: no-repeat;
    top: 42%;
}

.imgDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.imgDemo .slick-prev {
    left: 6px;
    background-image: url("../images/arrow-left-light.png");
    background-size: 38%;
}

.imgDemo .slick-next {
    right: 6px;
    background-image: url("../images/arrow-right-light.png");
    background-size: 38%;
}

.imgDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slide {
    float: left;
    min-height: 1px;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 99;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.imgDemo .slick-dots {
    text-align: center;
}

.imgDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #cecece;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.imgDemo .slick-dots li button {
    background: transparent;
    font-size: 13px;
    color: #666;
    display: none;
}

.imgDemo .slick-dots li.slick-active {
    background: #000;
}


/*  */

.deveDemo {
    padding: 0 80px;
    height: 428px;
}

.deveImg {
    display: inline-block;
    width: 45%;
}

.deveImg img {
    width: 100%;
}

.deveList {
    float: right;
    width: 50%;
    padding-top: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}

.deveList li {
    list-style: square;
    margin-left: 20px;
    color: #009572;
}

.deveList li:first-child {
    list-style: none;
    margin-left: 0;
}

.deveList h1 {
    font-size: 48px;
    color: #009572;
    line-height: 52px;
    margin-bottom: 30px;
}

.deveList h1 span {
    font-weight: 400;
    font-size: 28px;
}

.deveList p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-bottom: 17px;
}

.deveDemo .slick-arrow {
    width: 33px;
    height: 33px;
    display: block;
    border-radius: 5px;
    background-color: #999999;
    top: 50%;
    margin-top: -36px;
}

.deveDemo .slick-arrow i {
    background: url(../images/btn_3.png) no-repeat scroll center center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.deveDemo .slick-prev {
    left: 0;
}

.deveDemo .slick-next {
    right: 0;
}

.deveDemo .slick-prev i {
    background-image: url(../images/btn_3.png);
}

.deveDemo .slick-next i {
    background-image: url(../images/btn_4.png);
}

.deveDemo .slick-arrow:hover {
    background-color: #000;
}

.deveDemo .slick-prev:hover i {
    background-position: 30% center;
}

.deveDemo .slick-next:hover i {
    background-position: 70% center;
}

.deveDemo.slick-slider {
    position: relative;
    display: block;
    margin-top: 58px;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.deveDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.deveDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.deveDemo .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 428px;
    background-color: #fafafa;
    z-index: -1;
}

.deveDemo .slick-prev,
.deveDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.deveDemo .slick-dots {
    margin-top: 16px;
    z-index: 11;
    text-align: center;
}

.deveDemo .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 8px;
    height: 8px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.deveDemo .slick-dots li.slick-active {
    background: #009572;
}


/*  */

.timeDemo {
    margin-top: 80px;
}

.timeP {
    padding-top: 25px;
    background: url(../images/img_91.png) no-repeat top left;
    background-size: inherit;
    font-size: 26px;
    color: #000000;
    line-height: 28px;
    cursor: pointer;
}

.timeP p {
    padding-top: 25px;
    display: inline-block;
    min-width: 59px;
}

.timeDemo .slick-current.timeP p {
    color: #009572;
    background: url(../images/img_92.png) no-repeat top center;
}

.timeDemo .slick-arrow {
    width: 33px;
    height: 33px;
    display: block;
    border-radius: 5px;
    background-color: #999999;
    top: 50%;
    margin-top: -36px;
}

.timeDemo .slick-arrow i {
    background: url(../images/btn_3.png) no-repeat scroll center center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.timeDemo .slick-prev {
    left: 0;
}

.timeDemo .slick-next {
    right: 0;
}

.timeDemo .slick-prev i {
    background-image: url(../images/btn_3.png);
}

.timeDemo .slick-next i {
    background-image: url(../images/btn_4.png);
}

.timeDemo .slick-arrow:hover {
    background-color: #000;
}

.timeDemo .slick-prev:hover i {
    background-position: 30% center;
}

.timeDemo .slick-next:hover i {
    background-position: 70% center;
}

.timeDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.timeDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.timeDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.timeDemo .slick-prev,
.timeDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.timeDemo .slick-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.timeDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.timeDemo .slick-dots li.slick-active {
    background: #e60012;
}


/* honor */

.abHor {
    position: relative;
    background: #e4e9ed;
    padding: 108px 0 80px;
    margin: 0 auto;
}

.abHor .biaoti_box span {
    color: #fff;
    opacity: 0.48;
}


/*  */

.hon_con {
    overflow: hidden;
    margin-top: 58px;
}

.hon_tab_nav_box {
    float: left;
    width: 16%;
}

.hon_tab_nav_box>div {
    color: #d5dae0;
    transition: all .5s ease-out;
    padding-bottom: .5rem;
    cursor: pointer;
    background: rgba(250, 250, 250, 0.48);
    padding: 30px 15px;
    margin-top: 3px;
    text-align: center;
}

.hon_tab_nav_box>div:first-child {
    margin-top: 0;
}

.hon_tab_num {
    display: inline-block;
    font-size: 58px;
    color: #009572;
    line-height: 1;
    width: 78px;
    text-align: center;
}

.hon_tab_name {
    display: inline-block;
    line-height: 2;
    font-size: 17px;
    font-weight: bold;
    color: #787878;
    transition: all .5s ease-out;
    position: relative;
    min-width: 148px;
    text-align: left;
}

.hon_tab_name img {
    display: inline-block;
    width: 42px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -6px;
}

.hon_tab_nav_box>div.on {
    background: #fafafa;
}

.hon_tab_nav_box>div.on .hon_tab_name,
.hon_tab_nav_box>div:hover .hon_tab_name {
    color: #009572;
}

.hon_tab_nav_box>div:hover .hon_tab_name::after,
.hon_tab_nav_box>div.on .hon_tab_name::after {
    width: 100%;
}

.hon_con_case {
    float: right;
    width: 80%;
    position: relative;
}

.hon_con_case>div {
    display: none;
    position: relative;
}

.hon_con_case>div:first-child {
    display: block;
}

.hon_con_box {
    float: left;
    width: 60%;
    padding-right: 10%;
    padding-left: 10%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.hon_con_box .swiper-container {
    overflow: initial;
    padding-bottom: 120px;
}

.sha_tra {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(228, 233, 237, 1)), color-stop(0.25, rgba(228, 233, 237, 0)), color-stop(0.75, rgba(228, 233, 237, 0)), color-stop(1, rgba(228, 233, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(228, 233, 237, 1) 0%, rgba(228, 233, 237, 0) 25%, rgba(228, 233, 237, 0) 75%, rgba(228, 233, 237, 1) 100%);
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none;
}

.hon_con_box .swiper-slide {
    opacity: 0.9;
    transition: all .5s ease-in;
}

.hon_con_box .swiper-slide.active {
    opacity: 1;
}

.hon_con_box .swiper-slide>div {
    width: 100%;
    position: relative;
}

.hon_con_box .swiper-slide>div>img {
    display: block;
    max-width: 435px;
    max-height: 405px;
    margin: 0 auto;
}

.hon_name {
    text-align: center;
    margin-top: 25px;
    font-weight: 700;
    color: #000;
    font-size: 24px;
    line-height: 1.5;
    opacity: 0;
    transition: all .5s ease-in;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}

.hon_con_box .swiper-slide.active .hon_name {
    opacity: 1;
}

.hon_name_box {
    width: calc(29.23% + 50px);
    float: right;
    /* padding: 25px 0; */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.hon_name_text {
    font-size: 16px;
    line-height: 60px;
    height: 60px;
    padding: 0 10px;
    text-align: center;
    opacity: .5;
    color: #000;
    transition: all .5s ease-in;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hon_name_box .active-nav .hon_name_text {
    font-size: 18px;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 46px rgba(29, 56, 75, .17);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    opacity: 1;
}

.hon_name_box .swiper-container {
    height: 370px;
    padding: 25px 25px 15px 25px;
    overflow: hidden;
}

.hon_name_box .swiper-slide {
    cursor: pointer;
}

.hon_name_box .swiper-button-prev,
.hon_name_box .swiper-button-next {
    background-image: none;
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin: 0;
    color: #000;
}

.hon_name_box .swiper-button-prev {
    top: -10px;
    left: 0;
}

.hon_name_box .swiper-button-next {
    top: auto;
    right: 0;
    bottom: 0;
}


/*------------------------ product ------------------------*/

.product {
    position: relative;
    z-index: 11;
    padding-top: 108px;
}

.product .indPro_p {
    color: #333;
    max-width: 82%;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .indPro_ico {
    margin-top: 48px;
}

.product>.inner {
    position: absolute;
    top: 108px;
    left: 5%;
    z-index: 11;
    width: 40%;
}

.proLine {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #D1D1D1;
    z-index: 7;
}

.proBox {
    position: relative;
    padding: 148px 0 208px;
    background: url(../images/v1.jpg) no-repeat right bottom;
    background-size: 90%;
}

.proItem {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: -182px;
}

.proItem:nth-child(odd) {
    justify-content: flex-end;
}

.proItem:nth-child(even) {
    justify-content: flex-start;
}

.proImg {
    position: relative;
    z-index: 90;
    overflow: hidden;
    pointer-events: auto;
    display: block;
    width: 40.5vw;
}

.proImg div {
    width: 100%;
    height: 68vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.proImg img {
    display: none;
    width: 100%;
}

.proTxt {
    cursor: pointer;
    position: relative;
    z-index: 99;
    display: block;
    font-size: 2.5vw;
    line-height: 1.2;
    opacity: 1;
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 10rem;
    /*  */
    position: absolute;
    width: 28vw;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    /*  */
    padding: 56px 0 38px;
}

.proItem:nth-child(odd) .proTxt {
    left: 50%;
    margin-left: -0.8vw;
}

.proItem:nth-child(even) .proTxt {
    text-align: right;
    right: 50%;
    margin-right: -0.8vw;
}

.proItem:nth-child(odd) .proTxt::before {
    left: 0.8vw;
}

.proItem:nth-child(even) .proTxt::before {
    right: calc(0.8vw - 1px);
}

.proItem:nth-child(odd) .proTxt::after {
    left: 0.8vw;
    right: auto;
    margin-left: -4px;
}

.proTxt::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 1px;
    background-color: #D1D1D1;
    top: calc(100% + 50px);
    height: 56px;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: scaleY(0);
    transform-origin: 0 0;
    /*  */
    top: 0;
    height: auto;
    background-color: #fff;
    transform-origin: 50% 50%;
    /*  */
    transform: scaleY(1);
    /*  */
}

.proTxt::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0.8vw;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    margin-right: -5px;
    background-color: #009572;
    transform-origin: 50% 50%;
    transform: scale(0);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.proTxt:hover::after {
    transform: scale(1);
}

.proTxt i {
    color: #0e182d;
    font-weight: normal;
    font-size: 15px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 18px;
    font-family: 'dd7b4623_2';
    display: block;
}

.proTxt span {
    font-size: 42px;
    color: #0e182d;
    display: block;
    font-weight: 500;
}

.proTxt p {
    color: #009572;
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: 'dd7b4623_0';
}

.proItem:hover .proImg div {
    opacity: 1;
}


/*------------------------ proList ------------------------*/

.proList {
    position: relative;
    padding: 80px 0;
}

.proLine {
    position: fixed;
    bottom: 0;
    top: 0;
    width: 1px;
    background: rgba(0, 0, 0, .03);
    z-index: 10;
    pointer-events: none;
}

.proLine1 {
    left: 10%;
}

.proLine2 {
    left: 26.2%;
}

.proLine3 {
    left: 50%;
}

.proLine4 {
    left: 73.8%;
}

.proLine5 {
    left: 90%;
}

.proList_box {
    margin: 0 -48px;
}

.proList_item {
    display: block;
    float: left;
    width: 50%;
    padding: 0 48px;
    box-sizing: border-box;
    margin-top: 68px;
}

.proList_img {
    box-shadow: 10px 15px 50px 0 #d5d5d5;
    width: 100%;
    padding-top: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.proList_item p {
    font-size: 26px;
    z-index: 1;
    position: relative;
    font-family: helvetica lt std roman, sans-serif;
    letter-spacing: .5px;
    padding: 28px 0 12px 12px;
    color: #231f1e
}

.proList_item span {
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    letter-spacing: .6px;
    padding-bottom: 0;
    color: #787878;
    text-shadow: none;
    min-height: 92px;
    display: block;
    padding-left: 12px;
}


/*------------------------ proDet ------------------------*/

.proDet {
    position: relative;
    background: #fafafa;
}

.proDet .biaoti {
    margin-top: 68px;
}

.proDet_box {
    padding: 58px 0 128px;
}

.proDet_img {
    float: left;
    width: 64%;
}

.proDet_txt {
    float: right;
    width: 34%;
}

.proDet_div {
    box-sizing: border-box;
    padding: 50px 10%;
    background: #fff;
}

.proDet_txt p {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 12px;
    z-index: 1;
    position: relative;
    letter-spacing: .5px;
    color: #009572;
}

.proDet_txt i {
    display: block;
    width: 68px;
    height: 2px;
    background: #009572;
    margin-bottom: 28px;
}

.proDet_txt span {
    font-size: 15px;
    line-height: 2.1;
    position: relative;
    z-index: 1;
    color: #787878;
    height: 278px;
    display: block;
}

.proDet_btn {
    position: relative;
    margin-top: 18px;
}

.proDet_btn a {
    display: block;
    width: 49%;
    float: left;
    background: #009572;
    text-align: center;
    padding: 14px 0 18px;
}

.proDet_btn a:first-child {
    margin-right: 2%;
    background: #231f1e;
}

.proDet_btn img {
    max-width: 82px;
    transition: all 0.48s;
    position: relative;
    left: 0;
}

.proDet_btn a:first-child:hover img {
    left: -10px;
}

.proDet_btn a:last-child:hover img {
    left: 10px;
}


/*  */

.detImg {
    width: 100%;
    height: 524px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.detDemo .slick-list {
    cursor: e-resize;
}

.detDemo .slick-arrow {
    display: none !important;
    width: 40px;
    height: 68px;
    display: block;
    background-color: #009572;
    background-position: center;
    background-repeat: no-repeat;
    top: 42%;
}

.detDemo .slick-arrow i {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.detDemo .slick-prev {
    left: 6px;
    background-image: url("../images/arrow-left-light.png");
    background-size: 38%;
}

.detDemo .slick-next {
    right: 6px;
    background-image: url("../images/arrow-right-light.png");
    background-size: 38%;
}

.detDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

.slick-slide {
    float: left;
    min-height: 1px;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    z-index: 99;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.detDemo .slick-dots {
    text-align: center;
    position: absolute;
    right: 24px;
    bottom: 18px;
    z-index: 9990;
}

.detDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.detDemo .slick-dots li.slick-active {
    background: #009572;
}


/*------------------------ case ------------------------*/

.case {
    position: relative;
    padding: 108px 0 80px;
}

.case .inner {
    position: relative;
}

.caseBox {
    position: relative;
    margin: 48px -24px 0;
}

.caseA {
    display: block;
    float: left;
    width: calc(33.33% - 48px);
    padding: 24px;
    overflow: hidden;
    position: relative;
}

.caseImg {
    overflow: hidden;
    box-shadow: 0 27px 22px 0 rgba(0, 0, 7, 0.23);
}

.caseImg_div {
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.caseImg img {
    display: none;
    width: 100%;
    transition: all 0.48s;
}

.caseTxt {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    transition: all .5s;
}

.caseTit {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    transition: all .5s;
}

.caseTit span {
    display: inline-block;
    width: 70%;
    color: #333;
}

.caseTit em {
    display: inline-block;
    width: 18px;
    height: 24px;
    float: right;
    transition: all .6s;
    background: url(../images/yan.png) no-repeat top center;
    background-size: 100% auto;
}

.caseTxt p {
    position: relative;
    z-index: 1;
}

.caseTxt p::before {
    content: "";
    display: block;
    transition: all 1s;
    width: 20px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #666666;
}

.caseTxt p span {
    position: relative;
    z-index: 3;
    padding-right: 20px;
    transition: all .5s;
    color: #333;
}

.caseA:hover span {
    color: #FFf;
}

.caseA:hover .caseImg img {
    transform: scale(1.1, 1.1);
}

.caseA:hover .caseTxt {
    background: #009572;
    color: #fff;
}

.caseA:hover .caseTit em {
    background-position-y: -24px;
}

.caseA:hover .caseTxt p span {
    display: inline-block;
    color: #fff;
    background: #009572;
}

.caseA:hover .caseTxt p::before {
    width: 100%;
    background: #fff;
}


