/* AB模板 www.adminbuy.cn*/
.slide_nav {
    background: #2b9080;
    overflow: auto;
    padding-bottom: 30px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    width: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    z-index: 99999999;
}

.slide_nav.left_active {
    left: 0;
}

.slide_nav .slide_logo {
    background: #fff;
    text-align: center;
    padding: 15px 0;
}

.slide_nav .slide_logo a {
    display: block;
}

.slide_nav .slide_logo a img {
    max-width: 44%;
}

.slide_nav .slide_nav_ul {
    margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
    text-align: center;
    position: relative;
    width: 100%;
    line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
    font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
    display: none;
    overflow: hidden;
    background: #b9c778;
}

.slide_nav .slide_nav_ul .slideNavSecon a {
    display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
    height: 100%;
}

.slide_nav .slide_nav_ul li a {
    font-size: 15px;
    color: #fff;
    height: 50px;
    display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
    display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    top: 0;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
    background: #fff;
    height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.phone_back {
    font-family: microsoft Yahei;
    width: 60%;
    height: 40px;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    border: 0;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 40px;
}

.adminbuylogo {
    height: 70px
}

.common_nav_click {
    margin: 0 auto;
    width: 24px;
    margin-left: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.6%;
    margin: auto;
    display: none;
    height: 21px;
}

.common_nav_click .nav_click {
    width: 100%;
    height: 3px;
    margin-bottom: 4px;
    background: #2b9080;
    position: relative;
    top: 0;
    left: 0;
}

.tranlate {
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webitk-transform-origin: 0 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.tranlate1 {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webitk-transform-origin: 0 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: -1px;
    left: -1px;
}

.tranlate2 {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.common_nav_click .nav_click_3 {
    margin-bottom: 0;
}

.common_nav_click.active .nav_click_1 {
    top: 4px;
    left: 0px;
    moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.common_nav_click.active .nav_click_2 {
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
}

.common_nav_click.active .nav_click_3 {
    top: -6px;
    left: 0px;
    moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fix_nav {
    position: fixed;
    right: 0;
    top: 26%;
    z-index: 999;
}

.fix_nav a {
    /*width: 58px;*/
    /*height: 58px;*/
    /*position: relative;*/
    /*top: 0;*/
    /*line-height: 58px;*/
    /*border-bottom: 1px rgba(255, 255, 255, 0.5) solid;*/
    /*background: #cacfd0;*/
    /*display: block;*/
    /*position: relative;*/
}

.fix_nav .nav_icon:after {
    content: "";
    display: block;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fix_nav .nav_icon {
    position: absolute;
    z-index: 30;
    left: 4px;
    top: 4px;
    bottom: 4px;
    right: 4px;
}

.fix_nav .a1 .nav_icon:after {
    background: url(../images/fix_icon1.png) center center no-repeat;
}

.fix_nav .a2 .nav_icon:after {
    background: url(../images/fix_icon2.png) center center no-repeat;
}

.fix_nav .a3 .nav_icon:after {
    background: url(../images/fix_icon3.png) center center no-repeat;
}

.fix_nav .a4 .nav_icon:after {
    background: url(../images/fix_icon4.png) center center no-repeat;
}

.fix_nav .a5 {
    position: relative;
    z-index: 30;
}

.fix_nav .a6 {
    z-index: 20;
}

.fix_nav .a5 .nav_icon:after {
    background: url(../images/fix_icon5.png) center center no-repeat;
}

.fix_nav .a6 .nav_icon:after {
    background: url(../images/fix_icon6.png) center center no-repeat;
}

.fix_nav a:hover .nav_icon {
    background: #228271;
}

.fix_nav a:hover .nav_icon:after {
}

.fix_nav .fix_nav_info {
    position: absolute;
    width: 140px;
    height: 58px;
    padding: 0 15px;
    background: #b9c778;
    color: #fff;
    font-size: 14px;
    top: 0;
    left: 100%;
}

.fix_nav a:hover .fix_nav_info {
    left: -140px;
}

.fix_nav .a6.active {
    top: -58px;
    opacity: 0;
}

.Home_fix_nav a {
    /*background: #cacfd0;*/
    /*background: rgba(255, 255, 255, 0.4);*/
}


.headerTop {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #f5f5f5 solid;
    padding: 0 2.18%;
    position: relative;
}

.headerTop:after {
    content: "";
    display: block;
    width: 34px;
    height: 9px;
    background: url(../images/header_top_arrow.png);
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.headerTop .headerTop_left {
    display: inline-block;
    color: #818181;
}

.headerTop .headerTop_left span {
    color: #34826f;
}

.headerTop .headerTop_right_1 {
    display: inline-block;
}

.headerTop .headerTop_right_1 a {
    padding: 0 36px;
    color: #999999;
    display: inline-block;
    border-left: 1px #f5f5f5 solid;
}

.headerTop .headerTop_right_1 a:hover {
    color: #50b37e;
}

.headerTop .headerTop_right_2 {
    display: inline-block;
    border-left: 1px #f5f5f5 solid;
    padding: 0 7px;
}

/*.headerTop .shareA{width: 20px; height: 20px; margin: 0 6px; top: 5px; position: relative; display: inline-block;}
.headerTop .shareA1{}
.headerTop .shareABg1{background: #a5a5a5; border-radius: 50%;}
.headerTop .shareABg2{background: #50b37e; border-radius: 50%; z-index: 20;}
.headerTop .shareA1 .shareABg3{background: url(../images/wb_icon1.png) center center no-repeat; z-index: 30;}
.headerTop .shareA2 .shareABg3{background: url(../images/wb_icon2.png) 3px center no-repeat; z-index: 30;}
.headerTop .shareA3 .shareABg3{background: url(../images/wb_icon3.png) center 2px no-repeat; z-index: 30;}
.headerTop .shareA4 .shareABg3{background: url(../images/wb_icon3-04.png) center center no-repeat; z-index: 30;}
.headerTop .shareA:hover .shareABg2{transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1);}
.headerTop .shareA5{color: #b9c778; font-weight: 700; font-size: 28px; line-height: 20px; height: 20px;}
*/
.shareAx {
    width: 20px;
    height: 20px !important;
    float: none !important;
    background: #a5a5a5;
    margin: 0 6px !important;
    top: 5px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.shareAx {
    background-image: none !important
}

.shareAx:after, .shareAx:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    border-radius: 50%;
}

.shareA1 {
}

.shareABg1 {
    background: #2dba6f;
    border-radius: 50%;
}

.shareAx:before {
    background: #50b37e;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-radius: 50%;
    z-index: 20;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.shareA1:after {
    background: url(../images/wb_icon1.png) center center no-repeat;
    z-index: 30;
}

.shareA2:after {
    background: url(../images/wb_icon2.png) 3px center no-repeat;
    z-index: 30;
}

.shareA3:after {
    background: url(../images/wb_icon3.png) center 2px no-repeat;
    z-index: 30;
}

.shareA4:after {
    background: url(../images/wb_icon3-04.png) center center no-repeat;
    z-index: 30;
}

.shareA5:after {
    background: url(../images/more_icon.png) center center no-repeat;
    z-index: 30;
}

.shareAx:hover:before {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.shareA5 {
    color: #b9c778;
    font-weight: 700;
    width: 20px;
    height: 20px !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
    font-size: 28px;
    line-height: 20px;
    height: 20px;
}


#header {
    padding-bottom: 110px;
    height: 0;
    position: relative;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
}

#header .headerInfo {
    position: absolute;
    left: 2.18%;
    right: 2.18%;
    top: 0;
    bottom: 0;
}

#header .nav {
    height: 100%;
    position: absolute;
    right: 275px;
    top: 0;
}

#header .nav ul {
    height: 100%;
}

#header .nav li {
    float: left;
    height: 100%;
    position: relative;
    perspective: 800;
    -webkit-perspective: 800;
}

#header .nav li > a {
    display: block;
    height: 100%;
    color: #434343
}

#header .nav li > a span {
    display: inline-block;
    padding: 0 24px;
    position: relative;
}

#header .nav li > a span:after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    background: #dadada;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#header .nav .first_li > a span:after {
    display: none;
}

#header .nav .first_li > a:hover {
    color: #388576;
}

#header .nav li > a span:before {
    content: "+";
    display: block;
    font-size: 20px;
    position: absolute;
    top: -17px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
}

#header .logo {
    height: 100%;
}

#header .header_tel {
    height: 100%;
}

#header .second_nav {
    position: absolute;
    top: 100%;
    border-radius: 5px;
    left: -48px;
    /*width: 590px;*/
    background: #378574;
    /*height: 286px;*/
    padding: 24px;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -webkit-transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, -webkit-transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
    transition: opacity 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms, transform 800ms cubic-bezier(0.55, 0.31, 0.15, 0.93) 0ms;
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    display: none \9;
}

#header .nav li:after {
    width: 13px;
    height: 7px;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none \9;
    background: url(../images/nav_sj1.png);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

#header .second_nav_left {
    /*width: 29.4%;*/
    height: 100%;
    border: 3px #59998a solid;
    border-right: 0;
}

#header .second_nav_right {
    width: 70.6%;
    height: 100%;
    overflow: hidden;
}

#header .second_nav_left a {
    height: 46px;
    line-height: 46px;
    line-height: 46px;
    display: block;
    position: relative;
    padding-left: 25px;
    color: #fff;
    position: relative;
}

#header .second_nav_left a span {
    display: block;
    overflow: hidden;
    height: 100%;
}

#header .second_nav_left a:after {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    height: 17px;
    background: url(../images/second_nav_arrow.png);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

#header .second_nav_left a:before {
    content: "";
    display: block;
    width: 9px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: 0;
    bottom: 0;
    margin: auto;
}

#header .second_nav_left a:hover:after {
    background: url(../images/second_nav_arrows.png);
}

#header .second_nav_left a:hover:before {
    left: -68px;
    width: 77px;
    background: #62cfb7;
}

#header .second_nav_left a:hover {
    color: #aef8e8
}

#header .diffrent_li .second_nav {
    /*left: -460px;*/
}

#header .diffrent_li .second_nav_left {
    border-left: 0;
    border-right: 3px #59998a solid;
    float: right;
}

#header .diffrent_li .second_nav_left a {
    text-align: center;
    padding-right: 25px;
}

#header .nav li:hover .second_nav {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    display: block \9;
}

#header .nav li:hover > a, #header .nav li.active > a {
    color: #388576
}

#header .nav li:hover > a span:before, #header .nav li.active > a span:before {
    color: #50b37e
}

#header .nav li:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block; \9;
}

#header .header_news {
    position: absolute;
    left: 126px;
    bottom: -66px;
}

#header.active {
    animation: mymove 0.8s;
    -webkit-animation: mymove 0.8s;
    position: fixed;
}

@keyframes mymove {
    from {
        top: -170px;
    }
    to {
        top: 0px;
    }
}

@-moz-keyframes mymove {
    from {
        top: -170px;
    }
    to {
        top: 0px;
    }
}

@-webkit-keyframes mymove {
    from {
        top: -170px;
    }
    to {
        top: 0px;
    }
}

.headerPlace {
    height: 150px;
    display: none;
}

#bannerF {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.indexBanner {
    padding-bottom: 41.45%;
    height: 0;
}

#bannerF .wrapper-a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#bannerF .owl-item {
    display: block;
    position: relative;
}

.bannerEach {
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    transition-delay: .5s;
    opacity: 0;
}

.bannerEach1 {
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
}

.bannerEach2 {
    transition: 1s 0.3s ease;
    -webkit-transition: 1s 0.3s ease;
    -moz-transition: 1s 0.3s ease;
}

.bannerEach3 {
    transition: 1s 0.6s ease;
    -webkit-transition: 1s 0.6s ease;
    -moz-transition: 1s 0.6s ease;
}

#bannerF .owl-item.active .bannerEach {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
}

#bannerF .bannerInfo {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 56px;
    color: #fff;
    z-index: 30;
    text-align: center;
    height: 170px \9;
    margin: auto;
}

#bannerF .bannerInfo img {
    display: inline-block;
}

#bannerF .bannerInfo h3 {
    line-height: 44px;
    height: 44px;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

#bannerF .owl-pagination {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 20;
    text-align: center;
}

#bannerF .owl-page {
    display: inline-block;
}

#bannerF .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    text-indent: 100px;
    overflow: hidden;
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
    border: 2px #fff solid;
}

#bannerF .owl-pagination .active.owl-page {
    background: #388576;
    border-color: #388576;
}

#bannerF .img1 {
    margin-top: 40px;
    width: 20.6%;
}

#bannerF .img2 {
    margin-top: 18px;
    margin-bottom: 28px;
}

#bannerF .img3 {
    font-size: 28px;
    font-weight: 700;
}

.pageBanner {
    /*height: 750px;*/
    overflow: hidden;
}

.pageBanner .img {
    /*height: 750px;*/
    overflow: hidden;
}

.pageBanner .item {
    /*height: 750px;*/
}

.classicList {
}

.classicList li {
    width: 33.33%;
    height: 342px;
    float: left;
    overflow: hidden;
    position: relative;
    padding: 0.1%;
}

.classicList li a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden; /*border:1px solid rgba(0 ,0,0,0.5);*/
}

.classicList li .classBlock {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    /*padding: 0 10.93%;*/
    /*padding-top: 12.4%;*/
    width: 100%;
    height: 100%;
}

.classicList li .classBlock2 {
    position: absolute;
    left: 0;
    top: 0;
}

.classicList li .a1 {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
}

.classicList li .a2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

/*首页产品中心翻转纯色背景开始*/
/*.classicList li.li0 .classBlock1{background: #378574 ;}
.classicList li.li1 .classBlock1{background: #585858 ;}
.classicList li.li2 .classBlock1{background: #378574 ;}
.classicList li.li3 .classBlock1{background: #585858 ;}
.classicList li.li4 .classBlock1{background: #378574 ;}
.classicList li.li5 .classBlock1{background: #585858 ;}*/
/*首页产品中心翻转纯色背景结束*/
.classicList li.li1 .classicH3 {
    color: #fff
}

.classicList li.li1 .classicLine {
    background: #d1d1d1
}

.classicList li.li1 .classicH4 {
    color: #fff
}

.classicList li.li1 .classicMore {
    background: url(../images/classic_arrow1.png);
}

/*classic_arrow2*/
.classicList .classicH3 {
    color: #fff;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.classicList .classicLine {
    width: 16px;
    height: 1px;
    background: #d1d1d1;
    margin-top: 18px;
    margin-bottom: 20px;
}

.classicList .classicH4 {
    color: #fff;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.classicList .classicList_bot {
    margin-top: 46px;
}

.classicDot {
    line-height: 1;
    margin-top: 15px;
}

.classicDot span {
    width: 8px;
    height: 8px;
    vertical-align: top;
    background: #d1d1d1;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
}

.classicList li .classicMore {
    position: relative;
    left: 0;
    width: 70px;
    height: 38px;
    background: url(../images/classic_arrow1.png);
}

/*.classicList li:hover .classicMore{left: 15px; opacity: 0; filter:alpha(opacity=0);}*/
/*首页产品中心翻转开始*/
/*.classicList .li2_more{position: absolute; bottom: 35px; left: 0; width: 100%; z-index: 30;}
.classicList li .classBlock2{transform:rotateY(180deg); -webkit-transform:rotateY(180deg);}
.classicList li:hover .classBlock1{transform:rotateY(180deg); -webkit-transform:rotateY(180deg);}
.classicList li:hover .classBlock2{transform:rotateY(0deg); -webkit-transform:rotateY(0deg);}*/
/*首页产品中心翻转结束*/
.classicList .li2_more {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    z-index: 30;
}

.classicList li:hover .classBlock2 {
    transform: scale(1.1);
}

.classicList li .classicH3 {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    z-index: 20;
}

.common_more {
    width: 158px;
    height: 38px;
    border: 1px #fff solid;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 auto;
    line-height: 38px;
}

.common_more:after {
    content: "";
    display: block;
    width: 52px;
    height: 9px;
    background: url(../images/more_left.png);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: absolute;
    left: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.common_more:before {
    content: "";
    display: block;
    width: 52px;
    height: 9px;
    background: url(../images/more_right.png);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: absolute;
    right: -19px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.common_more:hover:after {
    left: -35px;
    opacity: 0;
}

.common_more:hover:before {
    right: -35px;
    opacity: 0;
}

.p60 {
    padding-top: 40px;
}

/*.pb54{padding-bottom: 54px;}*/

.common-title {
    text-align: center;
}

.common-title .title-h3 {
    color: #575757
}

.common-title .title-yw {
    color: #bfbfbf;
    text-transform: uppercase;
    margin-top: 4px;
}

.common-title .title-line {
    width: 18px;
    height: 1px;
    background: #d2d2d2;
    margin: 12px auto;
}

.common-title .title-p {
    color: #787878;
    line-height: 24px; /*padding: 0 15px;*/
}

.Car_Dot {
    text-align: center;
    margin-top: 26px;
    height: 1px;
    line-height: 1;
    margin-bottom: 36px;
}

.Car_Dot span {
    width: 18px;
    height: 1px;
    vertical-align: top;
    background: #d2d2d2;
    display: inline-block;
    margin: 0 4px;
}

.Car_Dot span.active {
    background: #76c7b0;
}

.classicList .Home_Case_Choic {
    text-align: center;
    padding: 0 10%;
    margin-bottom: 10px;
}

.classicList .Home_Case_Choic a {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.classicList .Home_Case_Choic a:first-child:after {
    display: none;
}

.classicList .Home_Case_Choic a span {
    color: #575757;
    position: relative;
    display: inline-block;
}

.classicList .Home_Case_Choic a:after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    background: #dadada;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.classicList .Home_Case_Choic a:before {
    content: "+";
    display: block;
    font-size: 20px;
    position: absolute;
    top: -17px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
}

.classicList .Home_Case_Choic a:hover:before {
    color: #50b37e;
}

.classicList .Home_Case_Choic a:hover span {
    color: #388572;
}

.Home-Case {
    background: #f5f5f5;
}

.Home-Case .Home_Case_Choic {
    text-align: center;
    padding: 0 10%;
    margin-bottom: 50px;
}

.Home-Case .Home_Case_Choic a {
    padding: 0 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.Home-Case .Home_Case_Choic a:first-child:after {
    display: none;
}

.Home-Case .Home_Case_Choic a span {
    color: #575757;
    position: relative;
    display: inline-block;
}

.Home-Case .Home_Case_Choic a:after {
    content: "";
    display: block;
    width: 1px;
    height: 9px;
    background: #dadada;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.Home-Case .Home_Case_Choic a:before {
    content: "+";
    display: block;
    font-size: 20px;
    position: absolute;
    top: -17px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    line-height: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
}

.Home-Case .Home_Case_Choic a:hover:before {
    color: #50b37e;
}

.Home-Case .Home_Case_Choic a:hover span {
    color: #388572;
}

.Home_Case_Car {
    position: relative;
}

.Home_Case_Car .Home_Case_Img {
    position: relative;
}

.Home_Case_Car a {
    padding: 0 3px;
    display: block;
}

.Home_Case_Car .Home_Case_Info {
    padding: 36px 28px;
    border: 1px #e8e8e8 solid;
    padding-bottom: 27px;
}

.Home_Case_Car .Home_Case_h3 {
    color: #575757;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-right: 70px;
    position: relative;
}

.Home_Case_Car .Case_Arrow {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../images/case_arrow.png) no-repeat;
    width: 52px;
    display: block;
    opacity: 0;
}

.Home_Case_Car .Home_Case_line {
    width: 16px;
    height: 1px;
    background: #d2d2d2;
    margin: 12px 0;
}

.Home_Case_Car .Home_Case_zw {
    color: #828282;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

.Home_Case_Car .classicDot span {
    width: 5px;
    height: 5px;
    background: #d2d2d2;
}

.Home_Case_Car a:hover .Home_Case_h3 {
    color: #fff;
}

.Home_Case_Car a:hover .Case_Arrow {
    opacity: 1;
}

.Home_Case_Car a:hover .Home_Case_line {
    background: #fff;
}

.Home_Case_Car a:hover .Home_Case_zw {
    color: #fff;
}

.Home_Case_Car a:hover .classicDot span {
    background: #fff;
}

.Home_Case_Car a:hover {
    background: #388576
}

.Home_Case_Car a:hover .Case_Border {
    border: 3px #388576 solid;
}

.Home_Case_Car a:hover .Home_Case_Info {
    border: 0;
}

.Home_Case_Car .owl-pagination {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    z-index: 20;
    text-align: center;
}

.Home_Case_Car .owl-page {
    display: inline-block;
}

.Home_Case_Car .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    text-indent: 100px;
    overflow: hidden;
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
    border: 2px #cfcfcf solid;
}

.Home_Case_Car .owl-pagination .active.owl-page {
    border-color: #388576;
}

.common_more2 {
    color: #535353;
    border-color: #f0f0f0;
    display: block;
}

.common_more2:after {
    background: url(../images/com_left2.png);
}

.common_more2:before {
    background: url(../images/com_right2.png) right center;
}

.Home-Case .common_more2 {
    margin-top: 65px;
}

.Home-Case {
    padding-bottom: 38px
}

.Home_Honner {
    padding-bottom: 38px;
}

.Home_Honner_List {
    width: 84.375%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.Home_Honner_List a {
    display: block;
    background: #fff;
    padding: 8.51% 13.88%;
    border-left: 1px #e8e8e8 solid;
    position: relative;
}

.Home_Honner_List .item{
    width: 33%;
}

.Home_Honner_List .Honner_Num {
    color: #919191;
}

.Home_Honner_List .Honner_H4 {
    color: #585858;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 10px;
}

.Home_Honner_List .Honner_Data {
    color: #a6a6a6
}

.Home_Honner_List .Honner_Text {
    color: #919191;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 18px;
}

.Home_Honner_List .Honner_Img {
    border: 1px #e8e8e8 solid;
    padding-bottom: 67.87%;
    height: 0;
    overflow: hidden;
}

.Home_Honner_List .item_arrow {
    width: 62px;
    height: 9px;
    background: url(../images/com_right2.png);
    position: absolute;
    top: 10.04%;
    left: -46px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.Home_Honner_List a:hover .item_arrow {
    left: -36px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.Home_Honner_List .owl-buttons div {
    width: 50px;
    height: 45px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background: #fff;
    border: 1px #f2f2f2 solid;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.Home_Honner_List .owl-buttons div:after {
    width: 48px;
    height: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
}

.Home_Honner_List .owl-buttons .owl-prev {
    left: -25px;
}

.Home_Honner_List .owl-buttons .owl-next {
    right: -25px;
}

.Home_Honner_List .owl-buttons .owl-prev:after {
    background: url(../images/com_left2.png);
    right: -16px;
}

.Home_Honner_List .owl-buttons .owl-next:after {
    background: url(../images/com_right2.png) right;
    left: -16px;
}

.Home_Honner_List .owl-buttons .owl-prev:hover:after {
    background: url(../images/honner_lefts.png);
}

.Home_Honner_List .owl-buttons .owl-next:hover:after {
    background: url(../images/honner_rights.png) right;
}

.Home_Honner_List .owl-buttons .owl-next:hover {
    background: #388576;
}

.Home_Honner_List .owl-buttons .owl-prev:hover {
    background: #388576;
}

.common_more3 {
    margin-top: 56px;
    background: #fff;
}

.Home_Service {
    padding-bottom: 36.4%;
    height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.Home_Service .service_text {
    color: #fff;
}

.Home_Service .img1 {
    width: 18.95%;
}

.Home_Service .service_text {
    color: #fff;
    line-height: 30px;
    margin-bottom: 48px;
    padding: 0 15px;
}

.Home_Service .img2 {
    margin-top: 24px;
    margin-bottom: 20px;
}

.Home_Service .common_more2 {
    color: #fff;
    border-color: #fff;
}

.pageCon {
    min-height: 400px;
    position: relative;
    z-index: 30;
    padding-bottom: 30px;
    margin-top: 2rem;
}

.pageNav {
    width: 25.2%;
    /*margin-top: 2rem;*/
    background: #fff
}

.pageNav .pageNav_Block {
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin-bottom: 12px;
}

.pageNav .pageNav_title {
    height: 76px;
    line-height: 76px;
    padding-left: 7.2%;
    border-bottom: 1px #dfdfdf solid;
}

.pageNav .pageNav_titleS {
    padding-left: 22px;
    color: #4b4a4a;
    background: url(../images/pnav_line.png) left center no-repeat;
}

.pageNav .pageNav_titleS span {
    vertical-align: bottom;
    display: inline-block;
}

.pageNav .pageNav_titleS .span2 {
    color: #838181;
    vertical-align: bottom;
    position: relative;
    top: 2px;
    margin-left: 3px;
    text-transform: uppercase;
}

.pageNav .pageNav_list {
    padding-bottom: 16px;
}

.pageNav .pageNav_list .pageNav_listA {
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 80px;
    color: #575757;
    display: block;
}

.pageNav .pageNav_list .pageNav_listA .pageNav_list_Text {
    padding-left: 16px;
    background: url(../images/pnav_sj.png) left center no-repeat;
}

.pageNav .pageNav_list .pageNav_listA .pageNav_list_arrow {
    width: 39px;
    height: 11px;
    background: url(../images/pnav_arrow.png);
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.pageNav .pageNav_list .pageNav_listA:hover, .pageNav .pageNav_list .pageNav_listA.active {
    background: #3c917f;
    color: #fff;
}

.pageNav .pageNav_list .pageNav_listA:hover .pageNav_list_Text, .pageNav .pageNav_list .pageNav_listA.active .pageNav_list_Text {
    background: url(../images/pnav_sjs.png) left center no-repeat;
}

.pageNav .pageNav_list .pageNav_listA:hover .pageNav_list_arrow, .pageNav .pageNav_list .pageNav_listA.active .pageNav_list_arrow {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 20px;
}

.pageNav .pageNav_Contact {
    padding-left: 50px;
    padding-right: 23px;
    padding-top: 24px;
    padding-bottom: 20px;
}

.pageNav .pageNav_Contact .lett {
    text-indent: -64px;
    padding-left: 64px;
    color: #707070;
    line-height: 28px;
}

.pageNav .pageNav_Ewm {
    padding: 20px 0;
    border-top: 1px #dfdfdf solid;
}

.pageTrue {
    width: 73.5%;
    border: 1px #dfdfdf solid;
    border-radius: 5px;
    min-height: 400px;
}

.pageTrueInfo {
    background: #fff
}

.pageTrue_Title {
    height: 76px;
    line-height: 76px;
    /*margin-top: 2rem;*/
    padding-left: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px #dfdfdf solid;
}

.pageTrue_Title .pageTrue_Title_text {
    display: inline-block;
    padding-left: 14px;
    background: url(../images/ptitle_sjs.png) left center no-repeat;
    color: #4b4a4a;
}

.curOptionTopRight {
    color: #9b9b9b;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 38px;
}

.curOptionTopRight span {
    vertical-align: middle;
}

.curOptionTopRight a {
    color: #9b9b9b;
    font-size: 13px;
    vertical-align: middle;
}

.curOptionTopRight img {
    margin: 0 12px;
}

.curOptionTopRight a:hover, .curOptionTopRight a.active {
    color: #228271;
}

.Page_Case_List {
    padding: 37px 40px;
}

.Page_Case_List li {
    width: 33.33%;
    float: left;
    padding: 0 3px;
    margin-bottom: 25px;
}

.Page_Case_List .Page_Case_img {
    padding-bottom: 72%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.Page_Case_List .Page_Case_List_info {
    border: 1px #e8e8e8 solid;
    padding: 28px;
}

.Page_Case_List .P_Case_h3 {
    color: #575757;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.Page_Case_List .P_line {
    width: 16px;
    height: 1px;
    background: #d2d2d2;
    margin: 10px 0;
}

.Page_Case_List .classicDot {
    margin: 0;
}

.Page_Case_List .classicDot span {
    width: 5px;
    height: 5px;
}

.Page_Case_List li:hover .P_case_Boreder {
    border: 7px #388576 solid;
}

.Page_Case_List li:hover .P_Case_h3 {
    color: #fff;
}

.Page_Case_List li:hover .P_line {
    background: #fff;
}

.Page_Case_List li:hover .classicDot span {
    background: #fff;
}

.Page_Case_List li:hover .Page_Case_List_info {
    background: #388576;
    border-color: #388576
}

.Page_Pro_List2 {
    padding-left: 16px;
    padding-right: 16px;
}

.Page_Case_List li {
    padding: 0 12px
}

.pageS {
    margin-top: 10px;
}

.curOptionTopRight2 {
    position: relative;
    right: 0;
}

.pageNav .pageNav_list .pageNav_list_pro_second .pageNav_listA {
    padding-left: 52px;
    border-bottom: 1px #d9d9d9 solid;
}

.pageNav .pageNav_list .pageNav_list_pro_second .pageNav_list_Text {
    position: relative;
}

.pageNav .pageNav_list .pageNav_list_pro_second .pageNav_listA:after {
    width: 39px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    height: 11px;
    background: url(../images/second_arrow_2.png);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
    display: block;
}

.pageNav .pageNav_list .pageNav_list_pro_second .pageNav_listA:hover:after, .pageNav .pageNav_list .pageNav_list_pro_second .pageNav_listA.active:after {
    right: 20px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.pageNav .pageNav_list_pro_second .pageNav_listA.active, .pageNav .pageNav_list_pro_second .pageNav_listA:hover {
    background: none;
    color: #3c917f;
}

.pageNav .pageNav_list_pro_second .pageNav_listA:hover .pageNav_list_Text, .pageNav .pageNav_list_pro_second .pageNav_listA.active .pageNav_list_Text {
    background: url(../images/ptitle_sjs.png) left center no-repeat;
}

.P_Case_more {
    color: #838181;
    padding-right: 38px;
    background: url(../images/pro_arrow.png) right center no-repeat;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-right: 22px;
    margin-top: 6px;
}

.P_Case_more:hover {
    color: #378574;
}

.pageTrueInfo .P_Case_Detail_Top .P_Case_Detail_Top_Left {
    width: 506px;
}

.pageTrueInfo .P_Case_Detail_Top .P_Case_Detail_Right {
    padding: 32px;
    float: none;
    margin-left: 506px
}

.pageTrueInfo .P_Case_Detail_Right .lett {
    color: #363636;
    text-indent: -72px;
    padding-left: 72px;
    line-height: 40px;
    border-bottom: 1px #cccccc solid;
}

.pageTrueInfo .P_Case_Detail_Right .lett span {
    color: #3c917f;
}

.pageTrueInfo .detail_tel {
    margin-top: 36px;
    width: 76%;
}

.pageTrueInfo .detail_tel_block {
    margin-top: 36px;
    color: #363636;
}

.pageTrueInfo .detail_tel_d {
    padding-left: 48px;
    margin-top: 10px;
    line-height: 42px;
    color: #378574;
    font-weight: 700;
    background: url(../images/detail_icon_tel.png) left center no-repeat;
}

.pageTrueInfo .P_Case_Detail_Bot {
    margin-top: 20px;
}

.pageTrueInfo .P_Case_Bot_title {
    border-bottom: 3px #378574 solid;
    padding-left: 28px;
}

.pageTrueInfo .P_Case_Bot_title span {
    height: 44px;
    line-height: 44px;
    background: #378574;
    width: 140px;
    display: block;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.pageTrueInfo .P_Case_Detail_Bot_mes {
    color: #777878;
    line-height: 30px;
    padding: 25px 32px;
}

.pageTrueInfo .case_detail_slt {
    padding: 0 24px;
    position: relative;
    height: 76px;
    margin-top: 22px;
}

.pageTrueInfo .case_detail_slt_btn {
    width: 22px;
    height: 100%;
    border: 1px #d1d1d1 solid;
    position: absolute;
    top: 0;
}

.pageTrueInfo .case_detail_slt_left {
    background: url(../images/detail_left.png) center center no-repeat;
    left: 0;
}

.pageTrueInfo .case_detail_slt_right {
    background: url(../images/detail_right.png) center center no-repeat;
    right: 0;
}

.pageTrueInfo .case_detail_slt_list {
    overflow: hidden;
}

.pageTrueInfo .case_detail_slt_list ul {
    /*width: 100000px;*/
}

.pageTrueInfo .case_detail_slt_list li {
    width: 114px;
    display: block;
    float: left;
    padding: 0 4px;
    position: relative;
}

.pageTrueInfo .case_detail_slt_list li img {
    width: 100%;
    height: auto;
}

.pageTrueInfo .case_detail_slt_list li .slt_border {
    border: 4px #3c917f solid;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.pageTrueInfo .case_detail_slt_list li.active .slt_border {
    opacity: 1;
    filter: alpha(opacity=100);
}

.pageTrueInfo .case_detail_slt_list li a {
    display: block;
    position: relative;
}

.pageTrueInfo .slt_sj {
    width: 10px;
    height: 5px;
    background: url(../images/detail_sj.png);
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.pageTrueInfo .case_detail_slt_list li.active .slt_sj {
    opacity: 1;
    filter: alpha(opacity=100);
}

.case_detail_img {
    height: 362px;
    overflow: hidden;
}

.bannerF.DetailBanner {
    display: none;
}

.Page_Pro_List .Page_Case_List_info {
    padding: 20px 10px;
}

.Page_Pro_List .P_Case_Text {
    color: #b4b4b4;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    margin-top: 14px;
}

.Page_Pro_List .P_Case_h3 {
    padding-right: 40px;
    background: url(../images/pro_arrow.png) right center no-repeat;
}

.pageTrueInfo .P_Case_Detail_Right .lett2 {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 0;
    padding-left: 0;
}

.linkCon {
    padding-bottom: 42.3%;
    height: 0;
    overflow: hidden;
    position: relative;
}

.linkCon .link_info {
    width: 452px;
    background: #fff;
    height: 432px;
    padding: 46px;
    padding-right: 32px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.linkCon .link_info .link_span {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
}

.linkCon .link_info .link_span1 {
    border-top: 7px #e88f31 solid;
    left: -26px;
    top: -26px;
    border-left: 7px #e88f31 solid;
}

.linkCon .link_info .link_span2 {
    border-top: 7px #e88f31 solid;
    right: -26px;
    top: -26px;
    border-right: 7px #e88f31 solid;
}

.linkCon .link_info .link_span3 {
    border-bottom: 7px #e88f31 solid;
    left: -26px;
    bottom: -26px;
    border-left: 7px #e88f31 solid;
}

.linkCon .link_info .link_span4 {
    border-right: 7px #e88f31 solid;
    right: -26px;
    bottom: -26px;
    border-bottom: 7px #e88f31 solid;
}

.linkCon .link_info .link_h3 {
    color: #646464;
    font-weight: bold;
    line-height: 30px;
}

.linkCon .link_h5 {
    color: #cecece;
    font-size: 10px;
    margin-bottom: 38px;
    margin-top: 7px;
}

.linkCon .link_info .lett {
    line-height: 30px;
    color: #707070;
    text-indent: -65px;
    padding-left: 65px;
}

.linkCon .link_info .link_dot {
    position: absolute;
    top: 200px;
    left: -69px;
    animation: menumoves 2.5s ease-in-out infinite alternate;
    -webkit-animation: menumoves 2.5s ease-in-out infinite alternate;
}

.linkCon .link_info .link_next {
    width: 82px;
    height: 82px;
    background: #94ae62;
    position: absolute;
    top: 156px;
    right: -41px;
    display: block;
    animation: menumove 2.5s ease-in-out infinite alternate;
    -webkit-animation: menumove 2.5s ease-in-out infinite alternate;
}

@keyframes menumove {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px)
    }
    33.33% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px)
    }
    66.66% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px)
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px)
    }
}

@-webkit-keyframes menumove {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px)
    }
    33.33% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px)
    }
    66.66% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px)
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px)
    }
}

@-moz-keyframes menumove {
    0% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px)
    }
    33.33% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px)
    }
    66.66% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px)
    }
    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px)
    }
}

@keyframes menumoves {
    0% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px)
    }
    33.33% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px)
    }
    66.66% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px)
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px)
    }
}

@-webkit-keyframes menumove {
    0% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px)
    }
    33.33% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px)
    }
    66.66% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px)
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px)
    }
}

@-moz-keyframes menumove {
    0% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px)
    }
    33.33% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px)
    }
    66.66% {
        transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px)
    }
    100% {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px)
    }
}

.linkCon .link_info .link_next:after {
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/link_next.png) center center no-repeat;
}

.linkCon .link_info .link_next:hover:after {
    top: 5px;
}

.ewm_lett {
    margin-top: 27px;
}

.ewm_lett img {
    border: 1px #eaeaea solid;
    float: left;
}

.link_nav {
    position: absolute;
    left: 50px;
    top: 0;
    height: 100%;
}

.link_nav a {
    width: 136px;
    height: 136px;
    line-height: 136px;
    position: relative;
    background: #378574;
    display: block;
    color: #fff;
    text-align: center;
}

.link_nav .a2 {
    background: #6da372;
}

.link_nav a .span1 {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    display: block;
    border: 1px #fff solid;
    opacity: 0.4
}

.link_nav a .span2 {
    width: 102px;
    height: 13px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: auto;
}

.link_nav .a1 .span2 {
    background: url(../images/link_arrow1.png);
}

.link_nav .a2 .span2 {
    background: url(../images/link_arrow2.png);
}

.link_nav a:hover .span2, .link_nav a.active .span2 {
    right: -76px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.P_Honner_con {
    padding: 30px 0;
}

.P_Honner_con .P_Honner_title {
    color: #838181;
    padding-bottom: 24px;
    width: 250px;
    border-bottom: 1px #dfdfdf solid;
    margin-left: 45px;
    margin-bottom: 33px;
}

.P_Honner_con .P_Honner_title span {
    display: inline-block;
    vertical-align: bottom;
}

.P_Honner_con .P_Honner_title .span2 {
    color: #838181;
    margin-left: 4px;
    text-transform: uppercase;
}

.P_Honner_con .P_Honner_list1 {
    padding: 0 33px;
}

.P_Honner_con .P_Honner_list1 {
}

.P_Honner_con .P_Honner_list1 li {
    padding: 0 12px;
    width: 33.33%;
    float: left;
    margin-bottom: 24px;
}

.P_Honner_con .P_Honner_list1 li a {
    display: block;
    position: relative;
}

.P_Honner_con .P_Honner_list1 .P_Honner_img {
    overflow: hidden;
    border: 1px #e8e8e8 solid;
}

.P_Honner_con .P_Honner_bg {
    background: #367c6d;
    opacity: 0;
    filter: alpha(opacity=0);
}

.P_Honner_con .P_Honner_Info {
    z-index: 30;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
}

.P_Honner_con .P_Honner_H3 {
    color: #fff;
    padding: 0 15px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.P_Honner_con .classicDot {
    margin-top: 13px;
    margin-bottom: 12px;
}

.P_Honner_con .classicDot span {
    background: #aed1c9;
    width: 6px;
    height: 6px;
}

.P_Honner_con .P_Honner_big {
    padding: 0 30px;
    display: inline-block;
    color: #fff;
    position: relative;
    height: 14px;
    line-height: 14px;
}

.P_Honner_con .P_Honner_big span {
    width: 21px;
    height: 11px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.P_Honner_con .P_Honner_big .span1 {
    background: url(../images/p_honner_left.png);
    left: -10px;
}

.P_Honner_con .P_Honner_big .span2 {
    background: url(../images/p_honner_right.png);
    right: -10px;
}

.P_Honner_con .P_Honner_list li:hover .P_Honner_Info {
    opacity: 1;
    filter: alpha(opacity=100);
}

.P_Honner_con .P_Honner_list li:hover .span1 {
    left: 0;
}

.P_Honner_con .P_Honner_list li:hover .span2 {
    right: 0;
}

.P_Honner_con .P_Honner_list li:hover .P_Honner_bg {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.P_Honner_con .P_Honner_list {
    margin-bottom: 25px;
}

.P_Honner_con .list_line {
    margin: 0 12px;
    height: 1px;
    background: #dfdfdf;
    margin-top: 20px;
}

.P_Honner_con .P_Honner_listF .list_line {
    margin: 0 6px;
    margin-top: 30px;
}

.P_Honner_con .P_Honner_titleF {
    overflow: hidden;
}

.P_Honner_con .P_Honner_titleF_nav {
    margin-left: 309px;
    text-align: right;
}

.P_Honner_con .P_Honner_titleF_nav a {
    color: #838181;
    padding-right: 34px;
    height: 20px;
    line-height: 20px;
    background: url(../images/pro_arrow.png) right center no-repeat;
    margin-left: 50px;
}

.P_Honner_con .P_Honner_titleF_nav a:first-child {
    margin-left: 0;
}

.P_Honner_con .P_Honner_titleF {
    margin-right: 45px;
}

.P_Honner_con .P_Honner_titleF_nav a:hover, .P_Honner_con .P_Honner_titleF_nav a.active {
    background: url(../images/pro_arrows.png) right center no-repeat;
}

.P_Honner_con .P_Honner_list2 {
    padding: 0 38px;
}

.P_Honner_con .P_Honner_list2 {
    display: none;
}

.P_Honner_con .P_Honner_list2 li {
    padding: 0 6px;
    width: 20%;
    float: left;
    margin-bottom: 12px;
}

.P_Honner_con .P_Honner_list2 li a {
    display: block;
    position: relative;
}

.P_Honner_con .P_Honner_list2 .P_Honner_img {
    padding-bottom: 138%;
    height: 0;
    overflow: hidden;
    border: 1px #e8e8e8 solid;
}

.P_Honner_con .P_Honner_bg {
    background: #367c6d;
    opacity: 0;
    filter: alpha(opacity=0);
}

.P_Honner_con .P_Honner_list2_first {
    display: block;
}

.P_Honner_con .P_Honner_list3 {
    padding: 0 38px;
}

.P_Honner_con .P_Honner_list3 li {
    padding: 0 6px;
    width: 25%;
    float: left;
    margin-bottom: 12px;
}

.P_Honner_con .P_Honner_list3 li a {
    display: block;
    position: relative;
}

.P_Honner_con .P_Honner_list3 .P_Honner_img {
    padding-bottom: 149.4%;
    height: 0;
    overflow: hidden;
    border: 1px #e8e8e8 solid;
}


.popPart {
    position: absolute;
    display: none;
    background: url(../images/caseyy.png);
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.popPart img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.popPart .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding-left: 5.2%;
    padding-right: 147px;
    overflow: hidden;
    color: #fff;
    background: url(../images/newtextyy.png);
}

.popPart .owl-prev, .popPart .owl-next {
    width: 78px;
    text-indent: 100px;
    overflow: hidden;
    height: 78px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border: 1px #fff solid;
    position: absolute;
    top: 50%;
    margin-top: -69px;
    z-index: 20;
}

.popPart .owl-prev {
    background: url(../images/pcaseleft.png) center center no-repeat;
    left: 5.2%;
}

/*.owl-prev:hover{background: url(../images/pcaseleft.png) center center no-repeat; border-color: #202020;}*/
.popPart .owl-next {
    background: url(../images/pcaseright.png) center center no-repeat;
    right: 5.2%;
}

/*.owl-next:hover{background: url(../images/pcaseright.png) center center no-repeat; border-color: #202020;}*/
.popPart .owl-prev:hover {
    background: #202020 url(../images/pcaseleft.png) center center no-repeat;
    border: 0;
}

.popPart .owl-next:hover {
    background: #202020 url(../images/pcaseright.png) center center no-repeat;
    border: 0;
}

.pageNum {
    position: absolute;
    height: 65px;
    line-height: 65px;
    color: #fff;
    bottom: 0;
    right: 5.2%;
    z-index: 30;
}

.popClose {
    background: url(../images/close2.png) no-repeat scroll center center;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    right: 5.2%;
    z-index: 30;
    display: block;
    margin-top: 3%;
    display: block;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.popClose:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.popPart .popOwl {
    display: none;
}

.detail_con .recuit_listF {
    padding: 0;
    margin: 0;
    padding-bottom: 50px;
}

.recuit_listF .recuit_list {
    height: 100%;
}

.recuit_listF .recuit_list a {
    height: 70px;
    font-size: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    color: #666666;
    padding: 0 50px;
    background: #fff;
    display: block;
    position: relative;
}

.recuit_listF .recuit_back {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -7px;
    padding-left: 18px;
    background: url(../images/back_icon.png) left center no-repeat;
}

.pro_add2 {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 50px;
    margin-top: -7px;
    top: 50%;
}

.pro_add2 .span1 {
    width: 3px;
    height: 100%;
    background: #dbdbdb;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 0;
}

.pro_add2 .span2, .pro_add2 .span3 {
    width: 100%;
    height: 3px;
    background: #dbdbdb;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
}

.pro_add2 .span3 {
    left: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.recuit_listF .recuit_list li:nth-child(2n) a {
    background: #f4f6f8;
}

.recuit_listF .baiS2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.recuit_listF_right2 {
    padding-top: 0 !important
}

.recuit_listF .recuit_list li a:hover {
    background: #3c917f;
    color: #fff;
}

.recuit_detail {
    color: #929292;
    line-height: 30px;
    padding: 0 50px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: none;
}

.recuit_detailS {
    height: 100%;
}

.recuit_list_detail {
    position: relative;
    padding-top: 100px;
}

.recuit_listF .recuit_list_detail .recuit_detail_A {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.recuit_listF .recuit_list li.active .pro_add2 .span2 {
    left: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.recuit_listF .recuit_list li.active .pro_add2 .span1 {
    top: -15px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.recuit_listF .recuit_list li.active .pro_add2 .span3 {
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.recuit_listF .recuit_list li.active a {
    border-bottom: 1px #eaeaea solid;
}

.recuit_listF .recuit_list li.first_li .recuit_detail {
    display: block;
}

.newsCon {
    margin-top: 62px;
    border-top: 1px #e7e7e7 solid;
    margin-bottom: 62px;
}

.newsCon li {
    border-bottom: 1px #e7e7e7 solid;
}

.newsCon li a {
    display: block;
    padding-top: 66px;
    padding-bottom: 66px;
    border-bottom: 1px #e9e9e9 solid;
}

.newsCon li .newsList1 {
    width: 92px;
    text-align: right;
}

.newsCon li .newsList2 {
    width: 240px;
    margin-left: 34px;
    height: 154px;
}

.newsCon li .newsList3 {
    width: 100%; /* margin-left: 28px; */
}

.newsCon li .newsList4 {
    width: 92px;
    height: 92px;
    margin-left: 52px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    margin: auto;
}

.newsCon li .newsData {
    color: #797979;
}

.newsCon li .newsLine {
    width: 12px;
    height: 1px;
    background: #d3d3d3;
    margin-top: 2px;
    margin-bottom: 7px;
    margin-right: 5px;
}

.newsCon li .newsYear {
    color: #c0c0c0;
    font-size: 14px;
    position: relative;
    left: -5px;
}

.newsCon li .newsList3 h2 {
    color: #3d3d3d;
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.newsCon li .newsListText {
    color: #3d3d3d;
    line-height: 30px;
    margin-top: 20px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 30px;
}

.newsCon li .newsDot span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #a9a9a9;
    margin-left: 2px;
    border-radius: 50%;
}

.newsCon li .newsList4Block {
    width: 92px;
    height: 92px;
    text-align: center;
    font-size: 60px;
    color: #f0f0f0;
    border: 7px #f0f0f0 solid;
    text-align: center;
    line-height: 68px;
}

.newsCon li:hover a {
    background: #f9f9f9;
}

.newsCon li:hover .newsList4Block {
    border-color: #59ae3f;
    color: #59ae3f;
}

.newsCon .newsInfo {
    padding-left: 410px;
    position: relative;
    padding-right: 40px;
}

.newsCon .newsInfo_left {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.newsCon .NoImg .newsInfo {
    padding-left: 122px;
}

.loadMore {
    width: 184px;
    height: 60px;
    border: 1px #e3e3e3 solid;
    text-align: center;
    line-height: 60px;
    color: #bbbbbb;
    margin: auto;
    margin-top: 60px;
    display: block;
}

.loadMore:hover {
    background: #3c917f;
    color: #fff;
    border-color: #59ae3f;
}

.detailCon {
    color: #5d5b5b;
    line-height: 30px;
    padding: 25px 45px;
}

.linkCon2 {
    padding: 7.27% 0 !important;
    height: auto;
}

.online_Con {
    width: 50%;
    position: relative;
    z-index: 40;
    margin: auto;
}

.online_Con .online_ConS {
    min-height: 400px;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
}

.online_Con .online_ConS_top {
    padding: 5.2% 20px 3.33% 20px;
    border-bottom: 1px #ebecec solid;
    text-align: center;
}

.online_Con .online_p1 {
    color: #378574;
}

.online_Con .online_line {
    width: 26px;
    height: 1px;
    background: #dcdde0;
    margin: 10px auto;
}

.online_Con .online_text {
    color: #bbbbbb;
    line-height: 24px;
}

.online_Con .online_formF {
    padding: 0 26%;
    padding-top: 3.33%;
    padding-bottom: 77px;
    position: relative;
}

.online_Con .online_formF .form_textarea {
    height: 140px;
}

.online_Con .online_formF .form_input {
    height: 54px;
}

.formF {
    margin-top: 42px;
    padding: 0 38px;
}

.formF .made_form {
    padding-bottom: 65px;
    position: relative;
}

.made_form .form_input {
    width: 100%;
    height: 58px;
    background: #fff;
    border: 1px #e9e9e9 solid;
    padding: 0 15px;
    color: #a8a8a8;
    margin-bottom: 8px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a8a8a8;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #a8a8a8;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #a8a8a8;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a8a8a8;
}

.made_form .form_textarea {
    height: 150px;
    padding: 15px;
    width: 100%;
    border: 1px #e9e9e9 solid;
    font-family: Microsoft YaHei
}

.made_form .see_more {
    width: 164px;
    height: 64px;
    font-family: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜';
    font-weight: bold;
    line-height: 64px;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff
}

.see_more {
    width: 142px;
    height: 42px;
    line-height: 42px;
    position: relative;
    display: block;
    margin-left: 27px;
    margin-top: 22px;
}

.see_more .p1 {
    background: #378574;
    border-radius: 1px;
    text-align: center;
    display: block;
    color: #fff;
    font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ';
    text-transform: uppercase;
}

.see_more .p2 {
    background: #6da372;
    border-radius: 1px;
    text-align: center;
    display: block;
    color: #fff;
    font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ';
    text-transform: uppercase;
}

.see_more p:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    border: 1px #fff solid;
    opacity: 0.5;
}

.see_more:hover .p1 {
    transform: scale(0);
    -webkit-transform: scale(0);
}

.see_more:hover .p2 {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.see_more .p2 {
    border: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}


.indexFooter {
    height: auto;
    left: 0;
    width: 100%;
    min-height: 100px;
    background: #2e8c77;
}

.indexFooterTop {
    height: 60px;
    border-bottom: 1px #4b9c8a solid;
    line-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
}

.inFfooterUl li {
    float: left;
    display: inline-block;
}

.inFfooterUl li a {
    padding: 0 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #ade0d4;
    font-size: 13px;
    position: relative;
}

.inFfooterUl li a span, .lineInfo {
    position: absolute;
    width: 1px;
    height: 7px;
    background: #48ac96;
    display: inline-block;
    top: 50%;
    margin-top: -4px;
    left: 0;
}

.inFfooterUl li.firstLi span {
    display: none;
}

.inFfooterUl li a:hover {
    color: #fff;
}

.indexFooterTopLeft {
    display: inline-block;
}

.indexFooterMid {
    height: 160px;
    position: relative; /* overflow: hidden; */
    width: 100%;
}

.indexFooterMid .indexFooterMidLeft {
    display: inline-block;
    padding-left: 44px;
    position: absolute;
    left: 0;
    top: 0;
    height: 160px;
    width: 430px;
    border-right: 1px #4b9c8a solid;
    padding-top: 5px;
}

.indexFooterMid .indexFooterewm {
    display: inline-block;
}

.indexFooterMid .indexFooterTel {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    padding-top: 40px;
}

.indexFooterMid .cp {
    color: #ffffff;
}

.indexFooterMid .indexFooterTel h3 {
    color: #e2e2e2;
    font-family: 'impact';
    margin-top: 6px;
    margin-bottom: 7px;
}

.indexFooterMid .indexFooterTel h4 {
    color: #64b1a0;
}

.indexFooterMid .indexFooterMidInfo {
    width: 100%;
    height: 160px;
    padding-left: 430px;
    position: absolute;
    left: 0;
    top: 0;
}

.indexFooterMid .indexFooterMidmid {
    width: 50%;
    padding: 0 44px;
    padding-top: 45px;
    border-right: 1px #4b9c8a solid;
    height: 160px;
}

.indexFooterMid .indexFooterMidmid .Flett {
    font-size: 13px;
    padding-left: 24px;
    color: #9dd5c8;
    line-height: 30px;
}

.indexFooterMid .indexFooterMidmid .Flett1 {
    background: url(../images/indexfootericon2.png) left 9px no-repeat;
}

.indexFooterMid .indexFooterMidmid .Flett2 {
    background: url(../images/indexfootericon3.png) left 9px no-repeat;
}

.indexFooterMid .indexFooterMidRight {
    padding-top: 15px;
    height: 160px;
    padding-left: 44px;
    padding-right: 44px;
    width: 50%;
}

.indexFooterMid .indexFooterP {
    color: #75cfbb;
    margin-bottom: 12px;
}

.indexFooterTop .indexFooterP {
    color: #75cfbb;
    margin-bottom: 12px;
    margin-right: 1rem;
}

.indexFooterMid .indexFooterForm {
    height: 50px;
    position: relative;
    padding-right: 75px;
    margin-top: 8px;
    width: 100%;
}

.indexFooterMid .indexFInput {
    width: 100%;
    height: 100%;
    background: #404040;
    padding: 0 20px;
    color: #fff;
    border: 0;
}

.indexFooterMid .indexFSubmit {
    color: #fff;
    background: url(../images/a_yy.jpg);
    border: 0;
    top: 0;
    position: absolute;
    right: 0;
    width: 75px;
    height: 100%;
}

.indexFooterBot {
    height: 60px;
    line-height: 60px;
    background: #30534b;
    padding: 0 44px;
}

.indexFooterBot .indexFBotP {
    color: #a4c2bb;
    display: inline-block;
}

.indexFooterBot .indexFBotP a {
    color: #a4c2bb;
}

.indexFooterBotRight {
    display: inline-block;
}

.indexFooterBotRight {
    color: #a4c2bb;
}

.indexFooterBotRight a {
    color: #a4c2bb;
}

.indexFooterBotRight a:hover {
    color: #fff;
}

/*.indexFooterTopRight .shareA{width: 19px; height: 19px; margin: 0 6px; top: 5px; position: relative; display: inline-block;}
.indexFooterTopRight .shareA1{}
.indexFooterTopRight .shareABg1{border-radius: 50%;}
.indexFooterTopRight .shareABg2{background: #50b37e; border-radius: 50%; z-index: 20;}
.indexFooterTopRight .shareA1 .shareABg3{background: url(../images/wb_icon1_bot.png); z-index: 30;}
.indexFooterTopRight .shareA2 .shareABg3{background: url(../images/wb_icon2_bot.png); z-index: 30;}
.indexFooterTopRight .shareA3 .shareABg3{background: url(../images/wb_icon3_bot.png); z-index: 30;}
.indexFooterTopRight .shareA4 .shareABg3{background: url(../images/wb_icon3_bot.png); z-index: 30;}
.indexFooterTopRight .shareA:hover .shareABg2{transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); -moz-transform:scale(1); -webkit-transform:scale(1);}
.indexFooterTopRight .shareA5{color: #b9c778; font-weight: 700; font-size: 28px; line-height: 20px; height: 20px;}*/

.indexFooteryoulian {
    height: auto;
    position: relative; /* overflow: hidden; */
    width: 100%; /*border-top: 1px #4b9c8a solid;*/
    line-height: 45px;
    padding-left: 24px;
    padding-right: 24px;
}

.indexFooteryoulian a {
    padding: 0 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #78b3a5;
    font-size: 13px;
    position: relative;
}

.indexFooteryoulian a:hover {
    color: #fff;
}

.indexFooteryoulian p {
    font-size: 13px;
    padding-left: 24px;
    color: #9dd5c8;
    line-height: 30px;
}

.indexFooteryoulian .indexFooteryoulianLeft {
    display: inline-block;
    padding-left: 44px;
    position: absolute;
    left: 0;
    top: 0;
    height: 160px;
    width: 430px;
    border-right: 1px #4b9c8a solid;
    padding-top: 45px;
}


.link_left_select {
    background: #fff;
    position: relative;
}

.link_left_select .link_left_input {
    width: 100%;
    height: 100%;
    /*line-height: 54px;*/
    padding-left: 20px;
    padding-right: 34px;
    font-size: 13px;
    /*background: #3da18b;*/
    border: 0;
    color: #75cfbb;
}

.link_left_select .link_left_botom {
    width: 62px;
    border-left: 0;
    height: 100%;
    cursor: pointer;
    background: #50b37e url(../images/link_bottom.png) center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.link_left_select .link_left_mark {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 100%;
    z-index: 10;
}

.link_left_select .link_left_mark li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
    background: #fff;
}

.link_left_select .link_left_mark li a {
    color: #5c5c5c;
    display: block;
    width: 100%;
    height: 30px;
}

.link_left_select .link_left_mark li:hover {
    background: #b9c778;
    color: #fff;
}

.link_left_select .link_left_mark li:hover a {
    color: #fff;
}

.link_left_select .link_left_mark ul {
    display: none;
}

.indexFooterMidRight .indexFooterMidRight_block {
    display: inline-block;
    width: 90%;
}

.indexFooterMidRight_block2 .link_left_botom {
    background: #b9c778 url(../images/link_bottom.png) center center no-repeat;
}

.indexFooterTopRight .shareAx {
    width: 20px;
    height: 20px !important;
    float: none !important;
    background: none;
    margin: 0 6px !important;
    top: 5px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.indexFooterTopRight .shareAx {
    background-image: none !important
}

.indexFooterTopRight .shareAx:after, .indexFooterTopRight .shareAx:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    border-radius: 50%;
}

.shareA1 {
}

.indexFooterTopRight .shareABg1 {
    background: #2dba6f;
    border-radius: 50%;
}

.indexFooterTopRight .shareAx:before {
    background: #50b37e;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-radius: 50%;
    z-index: 20;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.indexFooterTopRight .shareA1:after {
    background: url(../images/wb_icon1_bot.png) no-repeat;
    z-index: 30;
}

.indexFooterTopRight .shareA2:after {
    background: url(../images/wb_icon2_bot.png) no-repeat;
    z-index: 30;
}

.indexFooterTopRight .shareA3:after {
    background: url(../images/wb_icon3_bot.png) no-repeat;
    z-index: 30;
}

.indexFooterTopRight .shareA4:after {
    background: url(../images/wb_icon4_bot.png) no-repeat;
    z-index: 30;
}

.indexFooterTopRight .shareA5:after {
    background: url(../images/more_icon.png);
    z-index: 30;
}

.bd_weixin_popup {
    box-sizing: content-box !important;
}

.indexFooterTopRight .shareAx:hover:before {
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.indexFooterTopRight .shareA5 {
    color: #b9c778;
    font-weight: 700;
    width: 20px;
    height: 20px !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -4px;
    font-size: 28px;
    line-height: 20px;
    height: 20px;
}


.page {
    text-align: center;
}

.page a {
    width: 52px;
    height: 28px;
    color: #fff;
    background: #4b9c8a;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
}

.page .pageNun {
    width: 28px;
}

.page a:hover, .page a.active {
    background: #b9c778;
    cursor: pointer;
}

@media screen and (max-width: 1800px) {
    .headerTop:after {
        display: none;
    }
}

@media screen and (max-width: 1500px) {
    #header .header_tel { /* display: none; */
    }

    #header .nav {
        right: 245px;
    }

    .linkCon {
        padding-bottom: 50%;
    }

    #header .header_tel img {
        width: 220px;
    }

    .link_nav a {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
}

@media screen and (max-width: 1330px) {
    .P_Honner_con .P_Honner_title {
        float: none;
    }

    .P_Honner_con .P_Honner_titleF_nav {
        margin-left: 45px;
        text-align: left;
        padding-bottom: 15px;
    }

    .P_Honner_con .P_Honner_titleF_nav a {
        margin-bottom: 15px;
        display: inline-block;
        margin-left: 0px !important;
        margin-right: 20px;
    }

    .loadMore {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    #header .header_tel {
        display: none;
    }

    #header .nav {
        right: 0;
    }
}


@media screen and (max-width: 1200px) {
    #header .nav li > a span {
        padding: 0 16px;
    }

    .newsCon .newsInfo {
        padding-right: 0;
    }

    .newsCon li .newsList4 {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #header .nav {
        display: none;
    }

    #header {
        padding-bottom: 60px;
    }

    .common_nav_click {
        display: block;
    }

    .headerTop,.piao_box {
        display: none;
    }

    #banner .bannerInfo {
        display: none;
    }

    .Home_Case_Car .owl-pagination {
        display: none;
    }

    .Car_Dot {
        display: none;
    }

    .classicList .Home_Case_Choic a {
        margin-bottom: 20px;
    }

    .classicList .Home_Case_Choic a:before {
        display: none;
    }

    .classicList .Home_Case_Choic {
        margin-top: 20px;
    }

    .Home-Case .Home_Case_Choic a {
        margin-bottom: 20px;
    }

    .Home-Case .Home_Case_Choic a:before {
        display: none;
    }

    .Home-Case .Home_Case_Choic {
        margin-top: 20px;
    }

    .common-title .title-p {
        margin-bottom: 30px;
    }

    .indexFooterTop, .indexFooterMid, .indexFooteryoulian {
        display: none;
    }

    .indexFooterBot .indexFBotP {
        float: none;
    }

    .indexFooterBot {
        text-align: center;
        line-height: 24px;
        padding: 15px;
        height: auto;
    }

    .indexFooterBotRight {
        float: none;
    }

    .indexFooter {
        min-height: 1px;
    }

    #header .header_news {
        display: none;
    }

    .pageNav {
        display: none;
    }

    .section {
        padding: 0 15px;
    }

    .pageTrue {
        width: 100%;
    }

    .linkCon {
        padding-bottom: 500px;
    }

    .recuit_listF .recuit_list a {
        padding: 15px;
        height: 50px;
    }

    .see_more .p2 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .see_more .p1 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .classicList li {
        width: 50%;
    }

    .Home_Service {
        padding-bottom: 380px;
    }

    #bannerF .bannerInfo {
        display: none;
    }

    .fix_nav a {
        display: none;
    }

    .fix_nav .a4 {
        display: block;
    }

    .fix_nav .fix_nav_info {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .pageTrueInfo .P_Case_Detail_Top .P_Case_Detail_Top_Left {
        width: 100%;
        float: none;
    }

    .pageTrueInfo .P_Case_Detail_Top .P_Case_Detail_Right {
        width: 100%;
        margin: 0;
        margin-top: 16px;
    }

    .pageTrueInfo .detail_tel, .piao_box {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .indexFooterTopLeft,.piao_box{
        display: none;
    }
    .curOptionTopRight {
        display: none;
    }

    .Page_Case_List {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pageTrueInfo .P_Case_Detail_Top .P_Case_Detail_Right {
        width: 100%;
    }

    .pageTrueInfo .P_Case_Detail_Top .P_Case_Detail_Top_Left {
        width: 100%;
        margin-bottom: 8px;
    }

    .pageTrueInfo .detail_tel {
        max-width: 50%;
    }

    .link_nav {
        display: none;
    }

    .online_Con {
        width: 90%;
    }
}

@media screen and (max-width: 640px) {
    .linkCon .link_info .link_next {
        display: none;
    }

    .P_Honner_con .P_Honner_list1 li {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 15px;
    }

    .P_Honner_con .P_Honner_list1, .P_Honner_con .P_Honner_list2, .P_Honner_con .P_Honner_list3 {
        padding: 0 15px;
    }

    .P_Honner_con .P_Honner_list2 li {
        width: 33.33%;
    }

    .P_Honner_con .P_Honner_titleF_nav, .P_Honner_con .P_Honner_title {
        margin-left: 15px;
    }

    .P_Honner_con .P_Honner_titleF {
        margin-right: 0;
    }

    .P_Honner_con .P_Honner_list3 li {
        width: 33.33%;
    }

    .P_Honner_con .list_line {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .newsCon li .newsList2 {
        display: none !important;
    }

    .newsCon .newsInfo {
        padding-left: 80px !important;
        padding-right: 15px;
    }

    .newsCon li a {
        padding: 20px 0;
    }

    .newsCon li .newsListText {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .newsCon li .newsList1 {
        text-align: left;
        padding-left: 15px;
    }

    .newsCon li .newsLine {
        float: left;
    }

    .wxShare_choic a {
        width: 100px;
        height: 30px;
        line-height: 30px;
        margin: 0;
        margin-bottom: 10px;
    }

    .newsCon {
        margin-top: 30px
    }

    .detailCon {
        padding: 15px;
    }

    .online_Con .online_formF {
        padding: 0 15px;
    }
}

@media screen and (max-width: 560px) {
    #header .logo img {
        height: 50px
    }

    .classicList li {
        width: 100%;
    }

    .classicList .Home_Case_Choic a {
        padding: 0 10px;
    }

    .classicList .Home_Case_Choic {
        padding: 0 15px;
        margin-bottom: -10px;
    }

    .Home-Case .Home_Case_Choic a {
        padding: 0 10px;
    }

    .Home-Case .Home_Case_Choic {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .p60 {
        padding-top: 30px;
    }

    .pb54 {
        padding-bottom: 30px;
    }

    .Home-Case .common_more2, .common_more3 {
        margin-top: 30px;
    }

    .Home_Honner_List .owl-buttons div {
    }

    .Page_Case_List li {
        width: 50%;
    }

    .Page_Case_List .Page_Case_List_info {
        padding: 20px
    }

    .pageTrue_Title {
        height: 50px;
        line-height: 50px;
        /*margin-top: -50px;*/
    }

    .pageTrueInfo .P_Case_Detail_Bot_mes, .pageTrueInfo .P_Case_Detail_Top .P_Case_Detail_Right {
        padding: 15px;
    }

    .pageTrueInfo .P_Case_Bot_title span {
        width: 100px;
        height: 36px;
        line-height: 36px;
    }

    .linkCon .link_info .link_span, .linkCon .link_info .link_dot {
        display: none;
    }

    .linkCon .link_info {
        width: 90%;
    }

    .linkCon .link_info {
        padding: 30px 15px;
    }

    /*.ewm_lett,.link_nav{display: none;}*/
    .P_Honner_con .P_Honner_list2 li, .P_Honner_con .P_Honner_list3 li {
        width: 50%;
    }

    .P_Honner_con .P_Honner_title {
        width: 230px;
    }

    .recuit_detail {
        padding: 0 20px;
    }

    .made_form .see_more {
        width: 145px;
        height: 42px;
        bottom: -45px;
        line-height: 42px;
    }

    .popPart .owl-prev, .popPart .owl-next {
        width: 40px;
        height: 40px;
        margin-top: -50px;
    }

    .pageBanner .img, .pageBanner {
        height: 130px;
    }
}

@media screen and (max-width: 420px) {
    .Page_Case_List li {
        width: 100%;
    }

    .pageTrueInfo .detail_tel {
        max-width: 80%;
    }

    .P_Honner_con .P_Honner_list1 li {
        width: 100%;
        padding: 0
    }
}

.indexFooterBot {
    color: #a4c2bb;
}

/* 飘窗*/
.piao_box {
    position: fixed;
    top: 190px;
    right: 0;
    width: 260px;
    height: 370px;
    background: #76c7b0;
    border-radius: 12px 0px 0px 12px;
    z-index: 900;
    padding: 20px 10px;
}

.pb_img {
    width: 80px;
    height: 80px;
    margin-top: 20px;
}

.aic {
    align-items: center;
}

.dis_flex_c {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.pb_t1 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.pb_t2 {
    font-size: 14px;
    font-weight: 400;
    color: #FEFEFE;
    text-align: center;
    line-height: 20px;
}

.pb_msg {
    width: 100%;
    height: 90px;
    background: #388576;
    border-radius: 8px;
    padding: 10px;
    margin-top: 15px;
}

.pbmsg_tit {
    font-size: 14px;
    font-weight: bold;
    color: #FF9441;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.pbmsg_list {
    width: 100%;
}

.fww {
    flex-wrap: wrap;
}

.dis_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.pbmsg_li {
    width: 50%;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}

.pbljzx_btn {
    font-size: 16px;
    font-weight: bold;
    color: #3F8BCA;
    width: 130px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: 20px auto;
}

.aic {
    align-items: center;
}

.ju_c {
    justify-content: center;
}
.logo{
    margin-left: 15rem;
}
@media (min-width: 1024px) {
    .piao_box{
        width: 100%;
        position: static;
        border-radius: 0;
    }
}

@media (max-width: 1024px) {
    .piao_box{
        display: none;
    }
    .logo{
        margin-left: 1rem;
    }
}

/*** chat popup ***/

.chat-popup {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 350px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    background: #50b37e;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateX(-100%);
    transition: background-color 0.7s ease;
    transition: all 0.7s ease;
}

.chat-popup.popup-visible {
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}

.chat-popup .popup-inner {
    position: relative;
    display: block;
    padding: 40px 35px;
    padding-top: 32px;
}

.chat-popup .close-chat {
    position: absolute;
    display: flex;
    left: 0px;
    top: -55px;
    width: 60px;
    height: 55px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: #2e8c77;
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    align-items: center;
    justify-content: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.chat-popup .popup-inner p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, .70);
}

.chat-popup .chat-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.chat-popup .chat-form .form-group:last-child {
    margin-bottom: 0px;
}

.chat-popup .chat-form .form-group input[type='text'],
.chat-popup .chat-form .form-group input[type='email'],
.chat-popup .chat-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, .70);
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, .10);
    transition: all 500ms ease;
}

.chat-popup .chat-form .form-group textarea {
    height: 120px;
    resize: none;
}

.chat-popup .chat-form .form-group input:focus,
.chat-popup .chat-form .form-group textarea:focus {
    outline: none;
}

.chat-popup .chat-form .form-group button {
    border: none;
    background-color: #2e8c77;
}

.chat-popup .chat-form .form-group .thm-btn::before {
    background-color:  #fff;
}

.chat-popup .chat-form .form-group .thm-btn::after {
    background-color: #fff;
}

.chat-popup .chat-form .form-group .thm-btn span {
    /*background-color: #50b37e;*/
    color: #fff;
}

.chat-popup .chat-form .form-group .thm-btn:hover {
    color: #2e8c77;
}

.chat-icon {
    position: fixed;
    display: inline-block;
    left: 30px;
    bottom: 45px;
    z-index: 99;
}

.chat-icon button {
    position: relative;
    display: inline-block;
    /*width: 45px;*/
    height: 45px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    background: #2e8c77;
    z-index: 1;
    border: none;
}

.chat-icon button:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background-color: rgba(28, 88, 213, .20);
    border-radius: 5px;
    z-index: -1;
}

.thm-btn span {
    font-size: 16px;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #2e8c77;
    border-radius: 50%;
}

table{
    max-width: 100%;
}

img{
    max-width: 100%;
}

