@font-face {
    font-family: 'NewsGothicBT';
    src: url(../font/NewsGothicBT.woff2);
}

@font-face {
    font-family: 'NewsGothicBT_bold';
    src: url(../font/NewsGothicBT_bold.woff2);
}

@font-face {
    font-family: "Source Han Sans CN";
    src: url(../font/Source-Han-Sans-CN-Regular.woff2);
}

/*  */

@font-face{font-family:DINCondensed;src:url(../fonts/fonteditor.eot);src:url(../fonts/fonteditor.eot?#iefix) format('embedded-opentype'),url(../fonts/fonteditor.woff2) format('woff2'),url(../fonts/fonteditor.woff) format('woff'),url(../fonts/fonteditor.ttf) format('truetype'),url(../fonts/fonteditor.svg#iconfont) format('svg')}


@font-face {
    font-family: "Canela";
    src: url(../font/canela.woff2);
}

*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans CN", 'Microsoft YaHei', 'PingFang HK', sans-serif;
    color: #333;
}

ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
	transition: 0.3s;
}

input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
    -webkit-appearance: none;
}


.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.inner {
    margin: 0 auto;
    width: 1400px;
}

.innerPad {
    padding: 0 5%;
}

.indMore {
    position: relative;
}

.indMore .more {
    cursor: pointer;
    display: block;
    border: 1px solid #eee;
    width: 208px;
    margin: 20px 0;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    transition: all 0.48s;
}

.indMore.hover .more:hover {
    background: #009F3C;
    color: #fff;
}

.mobile {
    display: none;
}

.wgt-fade-animate {
    transform: scale(0.6) translateY(50px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.6) translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.6);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        transform: scale(0.6);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1);
        transform: translateY(0);
        opacity: 1;
    }
}

/* ========================================================================================
    common
=========================================================================================== */
/* indTit */
.indTit {
    position: relative;
    margin-bottom: 40px;
    z-index: 11;
    width: 100%;
}

.indTit b {
    font-size: 68px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    z-index: -1;
    text-transform: uppercase;
    opacity: 0.05;
    color: #009F3C;
}

.indTit span {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
}

.indTit i {
    background: #666;
    width: 48px;
    height: 2px;
    display: block;
    margin: 16px 0;
    position: relative;
}

.indTit i::before,
.indTit i::after {
    position: absolute;
    top: 0;
    width: 33.33%;
    height: 100%;
}

.indTit i::before {
}

.indTit i::after {






    right: 0;
    background: #009F3C;
}



.indTit p {
    font-size: 16px;
    font-weight: 400;
}

.indTit h6 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #787878;
    margin-top: 14px;
    letter-spacing: 1px;
}

.indTit_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.indTit.center {
    text-align: center;
}

.indTit.center i {
    margin: 16px auto;
}

.indTit.white b,
.indTit.white span,
.indTit.white p {
    color: #FFF;
}

/* indMore */
.tmkMore {
    position: relative;
}



.tmkMore.center {
    text-align: center;
}

.white .indMore {
    color: #fff;
}

.tmkMore .indMore {
    margin-top: 48px;
    display: inline-block;
    padding: 10px 34px;
    border: 1px solid #009F3C;
    position: relative;
    z-index: 11;
}

.tmkMore .indMore:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.tmkMore.sm .indMore {
    padding: 7px 24px;
    font-size: 12px;
    font-weight: 300;
}


.indMore {
    cursor: pointer;
    margin-top: 12px;
    display: block;
    transition: all 0.48s;
    color: #009F3C;
}

.indMore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #009F3C;
    z-index: -1;
    transition: all 0.8s;
}

.indMore_w {
    display: none;
}

.indMore:not(.none):hover {
    color: #Fff;
}

.indMore:not(.none):hover img {
    display: none;
}

.indMore:not(.none):hover .indMore_w {
    display: inline-block;
}

.indMore:not(.none):hover::before {
    height: 100%;
}

.indMore img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 6px;
    width: 18px;
}


/*  */
.innerBan {
    position: relative;
}

.innerBan>img {
    width: 100%;
    height: 78vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.innerBan>video {
	display: block;
    width: 100%;
    height: 78vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.innerBan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #009F3C;
    opacity: 0.32;
}

.innerBan_txt {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.innerBan_txt span {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.innerBan_txt p {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    letter-spacing: 4px;
    position: relative;
}

.innerBan_txt i {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #fff;
    margin-top: 32px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}


.page {
    margin: 3% 0;
}

.page_box {
    width: 100%;
    max-width: 75em;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    position: relative;
    text-align: center;
}

.page_box a,
.page_box span {
    padding: 7px 12px;
    margin: 0 2px;
    border-radius: 5px;
    color: #636973;
    font-size: 16px;
    display: inline-block;
}

.page_item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.page_link {

    text-decoration: none;
    border: 1px solid #999;
}

.page_link.active {
    color: #fff;
    background: #009F3C;
    border: 1px solid #009F3C;

}

.page_link:hover {
    border: 1px solid #009F3C;
}


.znList_btn {
    padding: 48px 0;
    border-top: 1px solid #eeeeee;
}

.znList_btn .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

.znList_btn a {
    display: block;
    width: 145px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #009F3C;
    color: #009F3C;
}

.znList_btn a:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.znList_btn a:nth-child(2) {
    color: #fff;
    background: #009F3C;
}


.tmkHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px 5%;
    transition: all 1s;
    z-index: 999;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
}



.tmkHead>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.tmkHead_logo {
    display: inline-block;
    float: left;
    height: 68px;
    transition: all 0.48s;
}

.tmkHead_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tmkHead_logo img {
    height: 42px;
    display: block;
    transition: all 1s;
}

.tmkHead_logo .tmkHead_logo_img2 {
    display: none;
}

.tmkHead_nav ul {
    display: inline-block;
    float: right;
}

.tmkHead_nav li {
    display: inline-block;
    padding-left: 50px;
    padding-top: 5px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.tmkHead_nav li:first-of-type {
    padding: 0;
}

.tmkHead_nav li a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
    line-height: 40px;
}

.tmkHead_nav .line {
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #ccc;
    margin-left: 42px;
    margin-top: 16px;
}

.headIco>div {
    display: inline-block;
}

.headLang a {
    color: #Fff;
}

.headLang svg {
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.headLang svg path {
    fill: #fff;
}

.headLang a {
    display: block;
}

.head_link {
    margin-left: 20px;
    margin-top: 4px;
    font-weight: 500;
    font-size: 13px;
}

.head_link a {
    position: relative;
    display: inline-block;
    padding: 0 18px;
}

.head_link a::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 21px;
    margin-top: -11px;
    background: #fff;
    width: 1px;

}

.head_link svg {
    width: 34px;
    vertical-align: middle;
    margin-top: -1px;
}

.head_link a:last-child {
    padding-right: 0;
}

.head_link a:first-child svg {
    width: 36px;
}

.head_link a::after {
    opacity: 0.2;
}

.headMenu {
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 20px;
}




.headMenu span {
    display: block;
    width: 26px;
    height: 1px;
    margin: 6px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;

    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}


.headMenu.active span.owMain-span1 {

    transform: rotate(45deg) translate(4px, 6px);
}

.headMenu.active span.owMain-span2 {
    opacity: 0;
}

.headMenu.active span.owMain-span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}


/*  */
.tmkHead.on {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.tmkHead.on .tmkHead_nav li a {
    color: #2f2f2f;
}

.tmkHead.on .tmkHead_nav li a:hover {
    color: #009F3C;
}

.tmkHead.on .headLang a {
    color: #000;
}

.tmkHead.on .headLang svg path {
    fill: #000;
}

.tmkHead.on .head_link a::after {
    background: #000;
}

.tmkHead.on .tmkHead_logo .tmkHead_logo_img1 {
    display: none;
}

.tmkHead.on .tmkHead_logo .tmkHead_logo_img2 {
    display: block;

}

.tmkHead.active-1 {
    top: -100%;
}

.tmkHead.active {
    top: 0;
}

.tmkHead.black {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tmkHead.black .tmkHead_nav li a {
    color: #009F3C;
}

.tmkHead.black .headLang a {
    color: #000;
}

.tmkHead.black .headLang svg path {
    fill: #000;
}

.tmkHead.black .head_link a::after {
    background: #000;
}

.tmkHead.black .tmkHead_logo .tmkHead_logo_img1 {
    display: none;
}

.tmkHead.black .tmkHead_logo .tmkHead_logo_img2 {
    display: block;

}

/*  */
.tmkHead_bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #009F3C;
    z-index: 90000;
    opacity: 0.32;
    display: none;
}

.tmkHead_box {
    position: fixed;
    top: 0;
    right: 108%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99990;
    padding: 28px;
    transition: all 1s;
}

.tmkHead_box .footIco {
    text-align: center;
}

.tmkHead_box .footIco a:last-child {
    display: inline-block;
}

.tmkHead_box.show {
    right: 0%;
}

.tmkHead_box ul {
    padding-top: 28px;
    padding-bottom: 18px;
}

.tmkHead_box li {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    padding: 14px;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.tmkHead_box a {
    color: #000000;
    letter-spacing: 1px;
}

.tmkHead_box .footIco a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.tmkHead_box .footIco svg path {
    fill: #009F3C;
}

.tmkHead_box .footIco img,
.tmkHead_box .footIco svg {
    margin-top: 10px;
}

.tmkHead_box .footIco a.footIco_jd svg {
    height: 45px;
    width: 34px;
    margin: 0;
}

/* ========================================================================================
    footer
=========================================================================================== */
.tmkFoot>.inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.tmkFoot {
    background: #003150 url(../images/bg-swirl.svg) repeat 0 0/52px;
    width: 100%;
}


.footLeft {
    width: 66%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footLeftogo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 4vh 0;
}

.footLeftogo a {
    width: 128px;
}

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

.footLefTxt {
    margin-left: 48px;
    padding-bottom: 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 42px;
}

.footLefTxt span {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
}

.footLefTxt p {
    color: #fff;
    font-size: 15px;
    margin-top: 21px;
    letter-spacing: 1.6px;
    font-weight: 200;
    line-height: 1;
}

.tmkFoot-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 18vh;
}

.tmkFoot-nav dl {
    width: 25%;
    float: left;
    margin-top: 8vh;
}

.tmkFoot-nav dl dt a {
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-bottom: 2px;
}

.tmkFoot-nav dl dt a span {
    margin-left: 5px;
    text-transform: capitalize;
}

.tmkFoot-nav dl dt {
    margin-bottom: 20px;
}

.tmkFoot-nav dl dd {
    line-height: 42px;
}

.tmkFoot-nav dl dd a {
    color: #c5c5c5;
}

.tmkFoot-nav dl dd a:hover,
.tmkFoot-nav dl dt a:hover {
    color: #fff;
}

.footRig {
    width: 34%;
    padding-left: 6%;
    position: relative;
    height: calc(100% - 108px);
}

.footRig .footRig_box {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.tmkFoot_copy {
    color: #fff;
    font-size: 13px;
    margin-top: 10vh;
    opacity: 0.8;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.tmkFoot_copy a {
    display: block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.tmkFoot_copy a:hover {
    color: #fff;
}

.footRig_box {
    transform: translateX(100%);
    transition: ease .65s;
    opacity: 0;
}

.footRig_box .text {
    color: #c5c5c5;
}

.footRig_box .text h2 {
    font-size: 28px;
    color: #fff;
    margin-top: 38px;
    font-weight: 400;
    text-transform: capitalize;
}

.footRig_box .text h3 {
    margin: 0 0 42px;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.footRig_box .text p {
    line-height: 2.4;
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: 0.5px;
}
















.footRig_box .text p span {
    font-size: 16px;
    font-weight: 300;
}

.footRig_box .text p a {
    color: #fff;
}

.footRig_box .text p img {
    width: 14px;
    margin-right: 6px;
}

.footRig_box .text p i {
    margin-right: 5px;
    color: #fff;
}

.footEwm {
    position: relative;
    line-height: 24px;
    color: #f6f6f6;
    font-size: 12px;
}

.footEwm .img {
    float: left;
}

.footEwm .img img {
    width: 100px;
    height: 100px;
}

.footEwm .img:first-of-type {
    margin-right: 14px;
}

.footEwm .img p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 6px;
}

.footEwm h2 {
    position: absolute;
    left: 120px;
    bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.footEwm h2 img {
    display: block;
    width: 26px;
    margin-bottom: 18px;
}

.footRig_flex {
    min-width: 238px;
}

.footIco {
    margin-top: 28px;
}

.footIco a {
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}

.footIco a:last-child {
    display: none;
}


.footIco img,
.footIco svg {
    width: 24px;
}

.footIco a.footIco_wb svg {
    width: 28px;
}

.footIco a.footIco_jd svg {
    width: 50px
}

.footIco svg path {
    fill: #fff;
}

/* ========================================================================================
    slideNav
=========================================================================================== */
.slideNav {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: right 1s;
}



.slideNav li {
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
}

.slideNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;

    height: 60px;
    margin-top: -1px;
    background-color: #da0b06;
    text-align: center;
    line-height: 48px;
    color: #fff;
    position: relative;
    z-index: 2;

}


.slideNav a:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.slideNav .iconfont {
    font-size: 20px;
}

.slideNav .cont {
    transition: all .4s;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #e12319;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    position: absolute;
    right: calc(100% + 1px);
    top: 0;
}

.slideNav li svg {
    opacity: 0.9;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.slideNav li:nth-child(1) svg {
    width: 40px;
    height: 40px;
}

.slideNav li:nth-child(2) svg {
    width: 45px;
    height: 45px;
}

.slideNav li:hover .cont {
    width: 138px;
}


.slideNav li em {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.slideNav .code .cont {
    height: auto;
    line-height: normal;
}

.slideNav .code .cont img {
    width: 80px;

    height: 80px;
}

.slideNav li.code:hover .cont {
    width: 80px;
    padding: 5px;
}

/* ========================================================================================
    index
=========================================================================================== */
.temeike {
    position: relative;
    background: #fff;
    z-index: 11;
    overflow: hidden;
}

.temeike.map {
    margin-top: 100vh;
}

/* banner */
.indBan {
    position: relative;
    overflow: hidden;
}

.scrollDown {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 25px;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 11;
}

.scrollDown:hover {
    opacity: 1;
}

.scrollDown img {
    width: 100%;
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

.indBan_img {
    position: relative;
    height: 100vh;
    overflow: hidden;
    transition: opacity 10s;
}

.indBan_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.indBan_img video,
.indBan_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.indBan_img1 img {
    transform: scale(1.1);
    transition: all 10s;
}

.indBan_img1.swiper-slide-active img {
    -webkit-animation: img1 10s;
    animation: img1 10s;
    transition: opacity 5s;
}


@-webkit-keyframes img1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


@keyframes img1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.indBan_img2 img {
    width: calc(100% + 108px);
    transition: all 10s;
    transform: translateX(-108px);
}

.indBan_img2.swiper-slide-active img {
    -webkit-animation: img2 10s;
    animation: img2 10s;
    transition: opacity 5s;
}

@-webkit-keyframes img2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-108px);
    }
}

@keyframes img2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-108px);
    }
}

.indBan_img3 img {
    height: calc(100% + 108px);
    transition: all 10s;
    transform: translateY(0);
}

.indBan_img3.swiper-slide-active img {
    -webkit-animation: img3 10s;
    animation: img3 10s;
    transition: opacity 5s;
}

@-webkit-keyframes img3 {
    0% {
        transform: translateY(-108px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes img3 {
    0% {
        transform: translateY(-108px);
    }

    100% {
        transform: translateY(0);
    }
}

.indBan .swiper-pagination {
    bottom: 32px;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 99999;
    padding-right: 5%;
}

.indBan .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 14px;
}

.indBan .swiper-pagination span {
    width: 21px;
    height: 2px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}

.indBan .swiper-pagination .swiper-pagination-bullet-active {

    opacity: 1;

}

.indBan .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

/* indTop */
.indTop {
    background: #f5f5f5;
    padding-top: 70px;
    padding-bottom: 72px;
}

.indTop_tit {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000000;
}

.indTop .indTit {
    margin-bottom: 28px;
}

.indTop .indMore {
    margin-top: 0
}




.indTop_p {
    margin: 10px 0 32px;
    max-width: 89%;
}

.indTop_p span {
    font-weight: 500;
    font-size: 28px;
    opacity: 0.9;
    line-height: 2;
}

.indTop_p p {
    font-size: 16px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* ind-product */
.indPro {
    padding: 70px 0;
}

.indPro_box {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.indPro_l {
    width: 60%;
}

.indPro_r {
    width: 40%
}

.indProA {
    position: relative;
    padding: 10px;
    float: left;
    display: block;
    width: 100%;
    height: 20vw
}


.indPro_l .indProA {
    width: 50%;
}

.indPro_l .indProA:first-child {
    width: 100%;
    height: 34vw;
}


.indPro_r .indProA:last-child {
    height: 34vw;
}

.indPro_img {
    overflow: hidden;
}

.indPro_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 3;
}

.indPro_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.38;
    transition: all 0.68s;
}

.indPro_img,
.indPro_img img {
    position: relative;
    width: 100%;
    height: 100%;

}

.indPro_img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 2.4s;
}

.indProA:hover .indPro_img::after {
    opacity: 0;
}

.indProA:hover .indPro_img img {
    transform: scale(1.1);
}

.indPro_name {
    position: absolute;
    left: 42px;
    bottom: -15px;
    z-index: 9;
    transition: all 0.48s;
}

.proBox .indPro_name {
    bottom: -24px;
}

.indPro_name .indMore {
    margin-top: 24px;
    transition: all 0.48s;
}

.indPro_name .indMore::before {
    background: transparent;
}

.indPro_name span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.proBox .indPro_name span {
    font-size: 20px;
}

.proBox .indPro_name span.indMore {
    font-size: 16px;
}

.indPro_name p {
    position: relative;
    font-size: 24px;
    color: #fff;
}

.proBox .indPro_name p {
    font-size: 31px
}

@media(min-width:787px) {

    .indProA:hover .indPro_name,
    .proBox .proA:hover .indPro_name {
        bottom: 38px;
    }

    .indProA:hover .indPro_name .indMore,
    .proBox .proA:hover .indPro_name .indMore {
        margin-top: 8px;
    }

}

/* ind-guode */
.indGd {
    z-index: 3;
    position: relative;
    width: 100%;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
}

.indGd_vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.indGd_vid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.18;
}

.indGd_vid video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.indGd .inner {
    position: relative;
}

.indGd_box .indTit span {
    font-size: 44px;
}

.indGd_box .indTit p {
    max-width: 508px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.8;
    margin-top: 25px;
}

.indGd .tmkMore .indMore {
    border-color: #fff;
    background: #fff;
    margin-top: 0;
    padding: 12px 54px;
}



.indGd .tmkMore .indMore:hover {



    border-color: #009F3C;
}













/* ind-brand */
.indAb {
    padding: 70px 0;
    background: #fff;
}





/* ind-shop */
.indShop {
    position: relative;
    z-index: 11;
    background: #f5f5f5;
    padding: 70px 0 50px 0;
}

.indShop .inner {
    position: relative;
    z-index: 11;
}

.indShop_bor {

    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    border: 2px solid #009F3C;
    padding: 6px;
    z-index: -1;
}

.indShop_bor span {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 1px solid #009F3C;
}

.indShop_view {
}

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

.indShop_a {
    float: left;
    display: block;
    width: 30%;
    padding: 6px;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.indShop_a1 {
    width: 40%;
    height: 560px;
}

.indShop_a .indShop_img {
    width: 100%;
    height: calc(100% - 42px);
}

.indShop_img {
    position: relative;
    overflow: hidden;
}

.indShop_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #009F3C;
    opacity: 0.32;
}

.indShop_a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
}

.indShop_a:hover img {
    transform: scale(1.1);
}

.indShop_txt {
    padding: 18px;
}

.indShop_txt h6 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.indShop_txt p {
    line-height: 1.6;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    display: none;
}

.indShop_txt span {
    font-size: 14px;
    display: none;

}

.indShop_a>p {
    line-height: 2;
    font-size: 15px;
    color: #009F3C;
    padding: 6px;
    text-align: left;
}

/* ========================================================================================
    about
=========================================================================================== */
/* 1 */
.abAbout {
    padding: 108px 0 89px;
    background-image: url(../images/bg3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.abAbout_img {
    float: right;
    width: 41.26984126984127%;
}

.abAbout_img_div {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-right: 1.25em;
    position: relative;
}


.abAbout_info {
    float: left;
    width: 48%;
    margin-top: 34px;
}

.abAbout_img_div img {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 348px;
    object-fit: cover;
}


.abAbout_tit_cn {
    font-size: 26px;
    color: #000;
}

.abAbout_tit_en {
    font-family: Arial;
    text-transform: capitalize;
    font-size: 16px;
    color: #787878;
}


.abAbout_since img {
    max-width: 74%;
}

.abAbout_since span {
    display: inline-block;
    position: relative;
    padding-left: 118px;
}

.abAbout_since span i {
    font-style: inherit;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 400;
    background: #B21D23;
    color: #fff;
    padding: 8px 14px;
}

.abAbout_tit {
    margin: 1.5em 0 2em 0;
}



.abAbout_num {
    margin-top: 58px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}

.abAbout_num div {
    position: relative;
}

.abAbout_num p {
    font-size: 24px;
    font-weight: bold;

    color: #009F3C;
}


.abAbout_num p span {
    vertical-align: middle;
    font-size: 64px;
    display: inline-block;
    font-family: 'NewsGothicBT_bold';
}

.abAbout_top {
    border-bottom: 1px #eceded solid;
    padding-bottom: 3em;
}

.abAbout_p {
    margin: 60px 14px;
}

.abAbout_p p {
    font-size: 16px;
    line-height: 2.1;

    font-weight: 300;

    letter-spacing: 0.5px;
}

/* 2 */
.abTeam {
    position: relative;
    background: #fbfbfb;
}

.abTeam::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}

.abTeam .tmkMore .indMore {
    background: #009F3C;
    color: #fff;
}



.abTeam .inner {
    position: relative;
    z-index: 11;
}

.abTeam_box {
    padding: 89px 0 128px;
    max-width: 40%;
}

.abTeam_p p {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.abTeam_img {
    position: absolute;
    top: 16%;
    right: 5%;
    width: 40%;
    height: 64%;
    z-index: 21;
    /* background: url(../images/team.jpg) no-repeat center;
    background-size: cover; */
}

.abTeam_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abTeam_img video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.znList_stop.abTeam_ico
{
    background: url(../images/stop.png) no-repeat;  
}
.znList_play.abTeam_ico
{
    background: url(../images/btnPlay.png) no-repeat;  
}
.abTeam_ico {
    z-index: 11;
    background: url(../images/btnPlay.png) no-repeat;
    height: 75px;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    cursor: pointer;
}

.abTeam_ico::before {
    content: '';
    position: absolute;
    background: url(../images/btnPlayRo.png);
    background-size: cover;
    height: 103px;
    width: 103px;
    left: 50%;
    top: 50%;
    margin-left: -51.5px;
    margin-top: -51.5px;
    cursor: pointer;
    -webkit-animation: palyAnimate 2s ease infinite;
    animation: palyAnimate 2s ease infinite;
}

@keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

/* 3 */
.about .abDeve {
    padding: 80px 0;
    background: #f5f5f5;
}

.abDeve_box {
    position: relative;
}

.abDeve .swiper-button-next,
.abDeve .swiper-button-prev {
    outline: none;
    top: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    display: inline-block;
    background: rgba(27, 47, 95, 0);
    transition: all 0.8s;
}

.abDeve .swiper-button-next.swiper-button-disabled,
.abDeve .swiper-button-prev.swiper-button-disabled {
    opacity: 0.68;
}

.abDeve .swiper-button-next:hover,
.abDeve .swiper-button-prev:hover {
    background: rgba(27, 47, 95, 1);
}

.abDeve .swiper-button-next:hover .abDeve_arr_ico,
.abDeve .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.abDeve .swiper-button-next:hover .abDeve_arr_hover,
.abDeve .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.abDeve .swiper-button-next .abDeve_arr_hover,
.abDeve .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

.abDeve .swiper-button-prev {
    left: -89px;
}

.abDeve .swiper-button-next {
    right: -89px;
}

.abDeve .swiper-button-next::after,
.abDeve .swiper-button-prev::after {
    content: none;
}

.abDeve .swiper-button-next img,
.abDeve .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

/* 3-1 */
.abDeve_info {
    position: relative;
    cursor: pointer;
    margin-top: 80px;
}

.abDeve_info .inner {
    position: relative;
}

.abDeve_info .swiper-slide {
    opacity: 0 !important;
}


.abDeve_info .swiper-slide-active {
    opacity: 1 !important;
}

.abDeve_item {
    position: relative;
    z-index: 11;
    display: flex;

    align-items: stretch;
    justify-content: space-between;
}

.abDeve_time {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 528px;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(255, 255, 255, 0.78);
}

.abDeve_img {
    position: relative;
    width: 56%;
    /*height: 458px;*/
    /*height: 500px;*/
    overflow: hidden;
}

.abDeve_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abDeve_ul {
    position: relative;
    width: 38%;
    padding: 24px 0 0;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.abDeve_ul_top {
    margin-bottom: 38px;
    padding-bottom: 14px;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.abDeve_ul_top div {
    order: -1;
    color: #b21e24;
    font-size: 16px;
    font-weight: 500;
}

.abDeve_ul_top i {
    font-weight: bold;
    font-size: 32px;
    padding-right: 10px;
}


.abDeve_ul_top img {
    transform: rotate(180deg);
}

.abDeve_ul ul {
    height: 328px;
    overflow: auto;
    padding-right: 14px;
}

.abDeve_ul ul::-webkit-scrollbar {
    width: 3px;
    height: 100%;
    border-radius: 38px;
}

.abDeve_ul ul::-webkit-scrollbar-track {
    background: #fbfbfb;
}

.abDeve_ul ul::-webkit-scrollbar-thumb {

    background: #B21D23;
}

.abDeve_ul li {
    margin-bottom: 21px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.abDeve_ul span {
    display: block;
    position: relative;
    font-weight: bold;
    line-height: 1.8;
    width: 60px;
    padding-left: 18px;
}

.abDeve_ul span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    height: 2px;
    width: 8px;
    background: #b21e24;
}

.abDeve_ul p {
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    width: calc(100% - 68px);
}

/* 3-2 */

.abDeve_year {
    position: relative;
    text-align: center;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(../images/chi.png);
}

.abDeve_year .swiper-container {
    background-repeat: repeat-x;
    background-position: center calc(100% - 3px);
    background-image: url(../images/chizi.png);
}

.abDeve_yDiv {
    cursor: pointer;
    padding-bottom: 28px;
    position: relative;
}

.abDeve_yDiv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #009F3C;
}

.swiper-slide-thumb-active .abDeve_yDiv::before {
    height: 3px;
}

.abDeve_yDiv::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -2.01px;
    width: 1px;
    height: 21px;
    background: rgba(27, 47, 95, 0.34);
}

.abDeve_yDiv p,
.abDeve_yDiv span {
    vertical-align: bottom;
    display: inline-block;
}

.abDeve_yDiv span {
    line-height: 42px;
    height: 32px;
}

.abDeve_year .swiper-slide-thumb-active {
    color: #B21D23;
}

.abDeve_year .swiper-slide-thumb-active span {
    font-size: 30px;
    font-weight: bold;
}

/* 4 */
.abHor {
    padding: 70px 0;
}

.abHor .abHor_bg {
    background: #f4f4f4;
    padding: 38px 38px 18px 38px;
}

.abHor_img {
    width: 100%;
    height: 34vh;
    margin-bottom: 14px;
    padding-bottom: 28px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.28);
}

.abHor_img img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease;
}

.abHor_p {
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    transition: all .3s ease;
    text-align: center;
}


.abHor .swiper-button {
    margin-top: 28px;
    text-align: center;
}



.abHor .swiper-button-next::after,
.abHor .swiper-button-prev::after {
    content: none;
}

.abHor .swiper-button-next,
.abHor .swiper-button-prev {
    position: relative;
    width: 56px;



    height: 56px;
    border-radius: 50%;

    border: 1px dotted rgba(27, 47, 95, 0.28);
    left: auto;
    display: inline-block;
    margin: 0px 10px;
    background: rgba(27, 47, 95, 0);
    transition: all 0.8s;
}

.abHor .swiper-button-next img,
.abHor .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

.abHor .swiper-button-next:hover,
.abHor .swiper-button-prev:hover {
    background: #009F3C;
}

.abHor .swiper-button-next:hover .abDeve_arr_ico,
.abHor .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.abHor .swiper-button-next:hover .abDeve_arr_hover,
.abHor .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.abHor .swiper-button-next .abDeve_arr_hover,
.abHor .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

/* 5 */
.about .abLogo {
    background: #f7f7f7 url(../images/bg4.png) no-repeat center fixed;
    background-size: cover;
    padding: 89px 0 138px;
}

.abLogo .swiper-container,
.abLogo .swiper-wrapper,
.abLogo .swiper-slide {
    height: 100%;
}

.abLogo .swiper-slide {

    opacity: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abLogo .swiper-slide-active {
    opacity: 1 !important;
}

.abLogo_box {
    overflow: hidden;
    text-align: center;
}

.abLogo ul {
    display: inline-block;
}

.abLogo li {
    float: left;
    margin-left: -40px;
    margin-left: -2.2vw;
}

.abLogo li:first-of-type {
    margin-left: 0;
}

.abLogo li:nth-child(2n) {
    margin-top: 100px;
    margin-top: 5.1vw;
}

.abLogo_item {
    width: 208px;
    height: 180px;
    width: 11vw;
    height: 9.62vw;
    background: url(../images/kuang.png) no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.abLogo_item:last-of-type {
    margin-top: 10px;
}

.abLogo_item img {
    max-width: 68%;
}

/* ========================================================================================
    product
=========================================================================================== */
.proWrapper {
    padding: 89px 0;
}

.proTop {
    position: relative;
    z-index: 11;
    margin-bottom: 89px;
}

.proTop::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f4f4f4;
}

.proTop_box {
    position: relative;
    padding: 0 58px;
}

.proLi p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin-top: 14px;
}

.proIco {
    margin: 0 auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proIco svg {
    width: 54px;
    height: 54px;
}
.slick-current .proIco,
.swiper-slide-thumb-active .proIco {
    background: #009F3C;
}
.slick-current   .proIco svg path:last-of-type,
.swiper-slide-thumb-active .proIco svg path:last-of-type {
    fill: #fff;
}

.proTop .swiper-slide {
    text-align: center;
}

.proTop .swiper-button-next,
.proTop .swiper-button-prev {
    outline: none;
    top: 29px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    display: inline-block;
    background: rgba(27, 47, 95, 1);
    transition: all 0.8s;
}

.proTop .swiper-button-next .abDeve_arr_ico,
.proTop .swiper-button-prev .abDeve_arr_ico {
    display: none;
}

.proTop .swiper-button-next .abDeve_arr_hover,
.proTop .swiper-button-prev .abDeve_arr_hover {
    display: block;
}


.proTop .swiper-button-prev {
    left: 0;

}

.proTop .swiper-button-next {
    right: 0;
}

.proTop .swiper-button-next::after,
.proTop .swiper-button-prev::after {
    content: none;
}


.proTop .swiper-button-next img,
.proTop .swiper-button-prev img {
    position: relative;

    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    width: 18px;
}



.proBtm {
    position: relative;
}

.proBtm .swiper-slide {
    width: 60%;
    background: #f7f7f7;
    font-size: 16px;
}

.proA {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proA_img {
    position: relative;
    width: 66%;
    padding-top: 44%;
}

.proA_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.proA_txt {
    position: relative;
    left: -1px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 35%;
    padding: 8% 6%;
    background: url(../images/bg13.png) no-repeat bottom right;
    background-size: 100% auto;
}

.proA_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.18;


}

.proA_tit {
    position: relative;
}

.proA_tit svg {
    display: none;
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.proA_tit span {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    display: block;
    margin-bottom: 10px;
    color: #009F3C;

}


.proA_tit i {
    background: #B21D23;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    letter-spacing: 6px;
    display: block;
}

.proA_txt .tmkMore .indMore {
    background: #009F3C;
    color: #fff;
}

.proNew {
    background: #f7f7f7;
    padding: 89px 0 108px;
}

.proNew_box {
    margin-bottom: 58px;
}

.proNew_a {
    position: relative;
    background: #fff;
    width: 33.33%;
    height: 38vh;
    float: left;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    transition: all 0.5s;
    box-shadow: 0 0 10px transparent;
    overflow: hidden;
}

.proNew_a:hover {
    box-shadow: 0 0 10px #ddd;
    z-index: 11;
}

.proNew_a:nth-last-of-type(1),
.proNew_a:nth-last-of-type(2) {
    border-bottom: 1px solid #eeeeee;
}

.proNew_a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 58px 45px 28px;
}

.proNew_a .proNew_img {
    width: 38%;
    height: 100%;
}

.proNew_a .proNew_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.48s;
}

@media(min-width:1025px) {
    .proNew_a:hover .proNew_img img {
        transform: scale(1.05);
    }
}


.proNew_txt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 48px 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.proNew_txt .proNew_tit {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
}

.proNew_txt .proNew_p {
    font-size: 20px;
    line-height: 1.6;
    position: relative;
}

.proNew_txt i {
    display: block;
    width: 21px;
    height: 3px;
    position: relative;
    background: #009F3C;
    margin-top: 10px;
}

/* ========================================================================================
    proList
=========================================================================================== */
.proNav {
    position: relative;
    padding: 58px 0;
    background: #fff;
}

.proNav ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}


.proNav ul li {
    width: 100%;
    text-align: center;
    border-left: 1px solid #eee;
}

.proNav ul li:first-of-type {
    border-left: 0;

}

.proNav svg {
    position: relative;
    top: 0;
    transition: all 0.48s;
    width: 60px;
    height: 60px;
}

.proNav svg path:last-of-type {
    fill: #009F3C;
}

.proNav li i {
    width: 1px;
    height: 100%;
    background: #eee;
    display: block;
    vertical-align: middle;
}

.proNav li:hover svg {
    top: -14px;
}


.proNav li.hover svg path:last-of-type,
.proNav li:hover svg path:last-of-type {
    fill: #B21D23;
}

.proNav img {
    width: 54px;
}

.proNav p {
    font-size: 15px;
    text-align: center;
}

.proList {

    background: #f7f7f7;
}

.proList_wrapper {
    padding: 89px 0;
}

.proList_view {

    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}



.proList_a {
    position: relative;
    float: left;
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
    border: 1px solid transparent;
}

.proList_l {
    background: #fff;
    /* border: 1px solid #eeeeee; */
    padding: 34px 34px 40px;
}

.proList_ul {
    position: absolute;
    top: 28px;
    left: 38px;

}

.proList_ul li {
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 78px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proList_ul li>div {
    display: inline-block;
}

.proList_ul li svg {
    width: 28px;
    height: 28px;
    fill: #B21D23;
}

.proList_ul li svg path {
    fill: #B21D23;
}

.proList_ul li img {
    width: 24px;
}

.proList_ul li p {
    font-size: 12px;
    line-height: 1;
}

.proList_img {
    width: 45%;
    margin: 24px auto 0;
    text-align: right;
    margin-left: 60%;
}

.proList_img>img {
    width: 90%;
    height: 32vh;
    object-fit: contain;
    transition: all .5s ease;
}

.proList_name {
    font-size: 20px;
    text-align: left;
    /* margin-top: -24px; */
    position: absolute;
    bottom: 38px;
    left: 40px;
}

.proList_p {
    font-size: 20px;
    line-height: 1;
}

.proList_span {
    font-size: 13px;
    margin-top: 6px;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.proList .indMore {
    font-size: 14px;
    letter-spacing: 1px;
}

.proList .indMore img {
    margin: 0;
}

.proList .indMore:hover {
    color: #009F3C;
}

.proList_r {
    position: absolute;
    z-index: 3;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    right: 100%;
    padding: 32px 58px 108px;
    border: 1px solid #eeeeee;
    border-left: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    transition: all .5s linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);

}

.proList_r::before {
    content: "";
    position: absolute;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #eeeeee;
    left: 0;

}

.proList_a:nth-child(3n) .proList_r {
    border-left: 1px solid #eeeeee;
    border-right: 0;
}

.proList_a:nth-child(3n) .proList_r::before {
    right: 0;
    left: auto;
}

/*.proList_a:nth-child(4n-3) .proList_r,*/
.proList_a:nth-child(3n-2) .proList_r,
.proList_a:nth-child(3n-1) .proList_r {

    left: 100%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.proList_cls {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    background: url(../images/close.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.proList_r li {
    line-height: 2;
    opacity: 0.8;
}



.proList_r li:first-of-type {
    opacity: 1;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 24px;
    padding-bottom: 12px;
}





@media(min-width:1025px) {
    .proList_a:hover {
        background: #fff;
        box-shadow: 0 0 10px #ddd;
    }

    .proList_a:hover {
        border: 1px solid #eeeeee;
    }

    .proList_a:hover .proList_r {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .proList_a:hover .proList_img>img {
        transform: translateY(-16px);

    }
}


/* ========================================================================================
    proDet
=========================================================================================== */
.proDet {
    background: #fff;
    padding-top: 97px;
    padding-bottom: 58px;
}

/* 1 */
.proDet_top {
    position: relative;
}

.proDet_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eeeeee;
    z-index: 11;
}

.proTop_l {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/bg5.png) no-repeat top center;
    background-size: cover;
}

.proTop_l .innerPad {
    width: 100%;
    padding: 0;
}

.proTop_l.pos {
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 0;
}

.proDet_box {
    width: 100%;
    padding-left: 148px;
    margin-top: 78px;
}

.proDet_wid {
    display: inline-block;
    text-align: left;
    min-width: 468px;
}

.proDet_name {
    border-bottom: 1px solid #eeeeee;
    ;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.proDet_name span {
    font-size: 15px;
}

.proDet_name p {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.proDet_color {
    display: none;
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}

.proDet_color ul {
    margin-top: 12px;
}

.proDet_color li {
    display: inline-block;
    width: 18%;
    margin-right: 1%;
    height: 58px;
    border: 1px solid #eeeeee;
}

.proDet_color li img {
    width: 100%;
    height: 80%;
    object-fit: contain;
    margin: 10% auto;
}

.proDet_pro {
    font-size: 13px;
}

.proDet_pro ul {
    margin-top: 12px;
}


.proDet_buy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 34px;
    margin-top: 14px;
}

.proDet_buy a {
    position: relative;
    z-index: 3;
    display: block;
    width: 49%;
    float: left;
    line-height: 50px;
    background: #333;
    text-align: center;
}

.proDet_buy a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #B21D23;
    transition: all 0.48s;
    z-index: -1;
}

.proDet_buy a:hover::before {
    height: 100%;
}

.proDet_buy span,
.proDet_buy svg {
    vertical-align: middle;
}

.proDet_buy span {
    color: #fff;
}


.proDet_buy svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.proDet_buy svg path {
    fill: #fff;
}

.proDet_buy a:first-of-type svg {
    width: 30px;
    height: 32px;
}

.proDet_ul {
    padding: 6px 0;
}

.proDet_ul:last-child li {
    padding-left: 18px;
}

.proDet_ul:last-child li:not(:first-of-type)::after {
    opacity: 1;
}

.proDet_ul:last-child li:first-of-type {
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
}

.proDet_ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
    font-size: 13px;
    padding: 6px 0;
}

.proDet_ul li p,
.proDet_ul li span {
    width: 50%;
}

.proDet_ul li::after {
    opacity: 0;
    content: "";
    position: absolute;


    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background: #a1a1a1;
}

.proDet_ul li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.proDet_ul li span {
    font-weight: bold;
    font-size: 13px;
}



.proDet_ul li p {
    font-weight: 100;
}



.proTop_r {
    position: relative;
    z-index: 11;
    width: 50%;
    display: inline-block;
    padding-bottom: 108px;
    padding-right: 5%;
    padding-top: 108px;
}


.proTop_img {
    width: 100%;
}

.proTop_img img {
    width: 100%;
}

.proTop_r .swiper-wrapper {
    display: block;
    margin-bottom: 48px;
}

.proTop_r .swiper-slide {
    margin-bottom: 48px;
}

/* 2 */

.proDet_btm {
    padding: 0 4% 0;
    width: 100%;
    position: relative;
}

.proDet_btm_pos {
    position: absolute;
    top: -97px;
}

.proDet_btm_bg {
    background: #f7f7f7;
    height: 38vh;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}

.proDet_btm_tab {
    display: none;
}

.proDet_btm_tab:first-of-type {
    display: block;
}

.proDet_btm_tab ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.proDet_btm_tab li {
    width: 25%;
    margin-bottom: 24px;
}

.proDet_btm_tab li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #009F3C;
    vertical-align: middle;
    margin-right: 5px;
}

.proDet_list ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 88px 0 14px;
}

.proDet_list ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eeeeee;
}

.proDet_list li {
    cursor: pointer;
    position: relative;
    padding: 0 78px;
    letter-spacing: 1px;
}

.proDet_list li::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    margin-left: -12px;
    height: 2px;
    background: #009F3C;
}

.proDet_list li.on::after {
    width: 21px;
}

.proDet_list li.on a {
    color: #009F3C;
}

/* 3 */
.proDet_btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 97px;
    z-index: 21;
}

.proDet_btn li:not(:last-child) {
    cursor: pointer;
    background: #e6e0da;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin-bottom: 25px;
    margin-left: -5px;
}

.proDet_btn li:last-child {
    cursor: pointer;
    position: relative;
    padding-top: 8px;
    margin-top: 35px;
    margin-left: -15px;

}

.proDet_btn li:last-child a {
    color: #009F3C;
    font-size: 15px;
    letter-spacing: 2px;
}

.proDet_btn li:last-child::after,
.proDet_btn li:last-child::before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 1px;
    width: 15px;
    background: #009F3C;
    left: 50%;
    margin-left: -9px;
}

.proDet_btn li:last-child::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.proDet_btn li:not(:last-child) a {
    font-size: 0px;
}

.proDet_btn_a {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 204px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #009F3C;
    color: #fff;
    font-size: 16px;
}

.proDet_btn.pos {
    position: absolute;
}

/* ==========================================
    zhineng
=========================================================================================== */
.zhineng {
    padding: 89px 0 138px;
}

.znA {
    display: block;
    position: relative;
    margin-top: 89px;
}

.znA .tmkMore .indMore {
    background: #009F3C;
    color: #fff;
}

.znImg {
    display: inline-block;
    position: relative;
    width: 68%;
    padding-top: 38%;




}


.znImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.znTxt {
    position: absolute;
    right: 0;
    top: 56%;
    transform: translateY(-50%);
    width: 38%;
    background: #ECEFF4 url(../images/bg2.png) no-repeat top center;
    background-size: cover;
    padding: 60px 56px 48px;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .05);
}

.znTxt span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 14px;
    color: #009F3C;
}

.znTxt p {
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    min-height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.znA:nth-child(2n) {
    text-align: right;
}

.znA:nth-child(2n) .znTxt {
    right: auto;
    left: 0;
}

/* ========================================================================================
    znList
=========================================================================================== */
.znList {
    position: relative;
}

.znList_tit {
    position: relative;
}

.znList_tit.center {
    text-align: center;
}

.znList_tit span {
    display: block;
    text-transform: uppercase;
    font-size: 42px;
    color: #333;
    font-family: Arial;
    margin: 14px 0 28px;
}

.znList_tit p {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* 1 */
.znList_one {
    padding: 89px 0 128px;
}


.znVid_ico {
    z-index: 11;
    background-image:  url(../images/btnPlay.png);
    background-repeat: no-repeat;
    height: 75px;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    cursor: pointer;
}

.znVid_ico::before {
    content: '';
    position: absolute;
    background-image: url(../images/btnPlayRo.png);
    height: 103px;
    width: 103px;
    left: 50%;
    top: 50%;
    margin-left: -51.5px;
    margin-top: -51.5px;
    cursor: pointer;
    -webkit-animation: palyAnimate 2s ease infinite;
    animation: palyAnimate 2s ease infinite;
}

@keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.znList_one .znList_tit {
    max-width: 1280px;
    margin: 0 auto;
}

.znOne {
    margin-top: 58px;
}

.znOne {
    position: relative;
    padding-top: 38%;
}

.znOne::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #009F3C;
    opacity: 0.32;
}

.znOne video,
.znOne img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* 2 */
.znList_two {
    background: #f7f7f7;
    padding: 89px 0 128px;
}

.znTwo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.znTwo_img {
    position: relative;
}

.znTwo_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.znTwo_l {

    width: 34%;
}

.znTwo_l .znTwo_img {
    padding-top: 148%;
}

.znTwo_r {
    order: -1;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 64%;
}

.znTwo_r>div {
    width: 100%;
    /* height: 50%; */
}

.znTwo_img {
    height: 56%;
}

.znTwo_txt {
    height: 44%;
    padding: 48px 0;
}

.znTwo_txt p {
    font-weight: 300;

    font-size: 18px;
    opacity: 0.8;

    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* 3 */
.znList_thr {
    padding: 89px 0 128px;
}




.znThr_p p {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-align: center;
}

.znThr_box {
    margin-top: 58px;
    position: relative;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.znThr_a {
    display: block;
    width: 32%;
    overflow: hidden;
}

.znThr_img {
    position: relative;
    padding-top: 121%;
}

.znThr_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #009F3C;
    height: 100%;
    width: 100%;
    opacity: 0.32;
    transition: all 1s;
}

.znThr_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
}

.znThr_a:hover .znThr_img img {
    transform: scale(1.2);
}

.znThr_a:hover .znThr_img:after {
    opacity: 0;
}

/* 4 */
.znList_for {
    padding: 89px 0;
    background: #f7f7f7;
}

#znThumb {
    position: relative;
    width: 100%;
    margin: 58px auto 0;
}

#znThumb .white-panel {
    position: absolute;
    overflow: hidden;
}

#znThumb .white-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #009F3C;
    opacity: 0.32;
}

#znThumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all 0.68s;
}

#znThumb .white-panel:hover img {
    transform: scale(1.1);
}

/* ========================================================================================
    news    
=========================================================================================== */
.news {
    padding: 89px 0;
    background: #f7f7f7;
}

.newsBox {
    overflow: hidden;

}

.newsA {

    float: left;
    margin-left: 2%;
    display: block;
    width: 32%;
    position: relative;
    margin-bottom: 48px;
}

.newsA:nth-child(3n-2) {
    margin-left: 0;
}

.newsImg {
    position: relative;
    padding-top: 58%;
    overflow: hidden;
}

.newsImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    transform: scale(1.1);
}

.newTime {
    position: absolute;
    bottom: 28px;
    right: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 18px 30px;
    text-align: center;
}

.newTime span {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    transition: all 0.48s;
}

.newTime p {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1;
    margin-top: 5px;
    transition: all 0.48s;
}



.newsTxt {
    background: #fff;
    padding: 38px 40px 34px;
}

.tmkMore .indMore .newsTxt {
    margin-top: 28px;
}

.newsTit {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    transition: all 0.48s;
    min-height: 96px;
}

.newsTit_time {
    color: #009F3C;
    font-weight: 400;
}

.newsTit_time img {
    vertical-align: top;
    margin-top: 2px;
    margin-right: 3px;
}

.newsP {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 18px;
    color: #666;
    letter-spacing: 0.5px;
    font-weight: 300;
    display: none;
}

.newsP br {
    display: none;
}

.newsA:hover .newTime p,
.newsA:hover .newTime span {
    color: #B21D23;
}

.newsA:hover .newsImg img {
    transform: scale(1);
}

.newsA:hover .newsTit {
    color: #B21D23;
}

/* ========================================================================================
    newsDet    
=========================================================================================== */

.newsDet {
    position: relative;
    margin-top: 89px;
    font-family: 'Montserrat';

}






.newsDet_box {
    max-width: 1200px;
    margin: 0 auto;
}

.newsDet_top {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsDet_top em {
    text-transform: capitalize;
    color: #B21D23;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 2;
}

.newsDet_top h4 {
    font-size: 32px;

    line-height: 1.4;
    margin-bottom: 20px;
}

.newsDet_top p span {
    margin-right: 22px;
    font-size: 14px;
    font-family: 'Montserrat';
    vertical-align: top;
    opacity: 0.8;
}

.newsDet_top p svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.newsDet_top p svg path {
    fill: #c3c3c3;
}

.newsDet_top p img {
    margin-right: 8px;
    vertical-align: bottom;
    display: inline-block;
}

.newsBody {
    line-height: 2.1;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #666;
    margin: 35px 0 20px;
    padding-bottom: 28px;
}

.newsBody p {

    margin: 18px 0;
}

.newsBody strong {
    font-size: 16px;
}

.newsBody img {
    margin: 20px 0;
    max-width: 100%;
}

.newsDet_more {
    padding-top: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.newsDet_more a {
    font-family: 'Montserrat';
    display: inline-block;
    padding-left: 28px;
    background-image: url(../images/back_h.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 21px;
    transition: all 0.48s;
    color: #B21D23;
    font-size: 18px;
}

.newsDet_more a:hover {
    padding-left: 40px;

}

/* ========================================================================================
    shehui
=========================================================================================== */
.shehui {
    padding: 89px 0 108px;
}

.shehui_top {
    position: relative;
    margin-bottom: 28px;
}

.shehui_img {
    position: relative;
    padding-top: 40%;
}


.shehui_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shehui_txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 32px 50px;
    text-align: center;
}

.shehui_txt span {
    display: none;
    line-height: 1;
    font-size: 28px;
}

.shehui_txt p {
    padding-right: 10px;
    display: inline-block;
    background: linear-gradient(90deg, #009F3C, #0599e6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.shUl {
    position: relative;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 68px;
}

.shUl li {
    position: relative;
    float: left;
    width: 31%;
    margin: 1%;
    padding-top: 20%;
    margin-top: 2%;
    overflow: hidden;

}

.shUl li:first-of-type {
    width: 64%;
    padding-top: 42.998%;
}

.shUl li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.shUl li:hover img {
    transform: scale(1.1);
}

.shP {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 108px 24px 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.shP p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/* ========================================================================================
    service
=========================================================================================== */
.serBox>div {
    padding: 89px 0;

}

/* 1 */
.serBox .serAb {
    padding: 0;
}

.serAb_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serAb_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #f7f7f7;
}

.serAb_box>div {
    width: 50%;
    padding: 8% 0;
}

.serAb_box .serAb_l {
    padding-left: 5%;

}

.serAb_box .serAb_r {
    padding-right: 5%;
}

.serAb_img {
    overflow: hidden;

}

.serAb_img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.68s;
    transform: scale(1.1);
}

.serAb_img:hover img {
    transform: scale(1);
}

.serAb_txt {
    position: relative;

}

.serAb_txt svg {
    width: 48px;
    height: 48px;
    fill: #009F3C;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7px;
}

.serAb_txt span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 42px;
}

.serAb_txt p {
    font-weight: 300;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

/* 2 */
.serCase {
    background: url(../images/bg6.jpg) no-repeat center fixed;
    background-size: cover;
}

.serCase_item {
    position: relative;
    overflow: hidden;
}

.serCase_img {
    position: relative;
    padding-top: 54%;
}

.serCase_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.68s;
    transform: scale(1.1);
}

.serCase_item:hover .serCase_img img {
    transform: scale(1);
}

.serCase_item:hover .serCase_txt span {
    color: #B21D23;
}

.serCase_txt {
    background: rgba(255, 255, 255, 1);
    padding: 32px 30% 40px 38px;
    position: relative;

}

.serCase_num {
    position: absolute;
    bottom: -40px;
    right: 14px;
    font-size: 148px;
    line-height: 1;
    font-weight: bold;
    opacity: 0.1;
    color: #009F3C;
    letter-spacing: 0;
}

.serCase_txt span {
    font-size: 22px;
    line-height: 1.6;
}

.serCase_txt p {
    margin-top: 14px;
    font-size: 14px;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

.serCase .swiper-pagination {
    position: relative;
    margin-top: 48px;
}

.serCase .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #999;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}

.serCase .swiper-pagination-bullet-active {
    background: #009F3C;
    opacity: 1;
}

/* 3 */
.serBox .serPro {
    position: relative;
    padding-bottom: 128px;
}

.serPro .swiper-slide:first-child .serPro_item {
    border: 0;
} 


.serPro_item {
    position: relative;
    padding: 0 24px;
    border-left: 1px dotted #eeeeee;
}

.serPro_img {
    position: relative;
    overflow: hidden;
}

.serPro_img img {
    width: 100%;
    transition: all 0.48s;
    transform: scale(1);
}

.serPro_item:hover img {
    transform: scale(1.1);

}

.serPro_item p {
    margin-top: 18px;
    font-size: 17px;
    text-align: center;
}

.serPro .swiper-pagination {
    position: relative;
    margin-top: 48px;
}

.serPro .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #999;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}


.serPro .swiper-pagination-bullet-active {
    background: #009F3C;
    opacity: 1;
}

/* 4 */

.serBox .serDz {
    position: relative;
    background: url(../images/bg6.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 128px 0;
}

.serDz_box {
    position: relative;

    text-align: right;
}


.serDz_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

.serDz_img img {
    width: 100%;
}

.serDz_form {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: left;
    padding-left: 6%;
}

.serDz_form form {
    width: 90%;
}


.serDz_form form div {
    padding: 14px 0;
    line-height: 50px;
    border-top: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serDz_form form div:last-child {
    border-bottom: 1px solid #DCDCDC;
}

.serDz_form form span {
    position: relative;
    padding-left: 38px;
}

.serDz_form form span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 1px;
    background: #eeeeee;
}

.serDz_form form input {
    font-size: 15px;
    letter-spacing: 0.5px;
    width: calc(100% - 140px);
    color: #000;
    background: transparent;
}

.serDz .tmkMore .indMore {
    background: #009F3C;
    color: #fff;
}

/* ========================================================================================
    web
=========================================================================================== */

.diqiu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diqiu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#canvasBox {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    margin: 0 auto;
}

.web {

    margin-top: 100vh;
    position: relative;
    z-index: 11;
    padding-bottom: 108px;
}

/* 2 */
.temeike.map {
    background: transparent;
}

.web .indTit {
    margin-bottom: 0;
}


.weImg {
    position: relative;
    width: 100%;
    padding-top: 78%;
}

.weImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webSwiper {
    margin-top: 68px;
}

.webSwiper .swiper-container {
    padding: 68px 0;
}

.webSwiper .swiper-slide {
    cursor: pointer;
    position: relative;
    transform: scale(0.6);
}

.webSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #009F3C;
    opacity: 0.32;
}

.webSwiper .swiper-slide-prev,
.webSwiper .swiper-slide-next {
    transform: scale(1);

}

.webSwiper .swiper-slide-prev {
    transform-origin: center left;
    position: relative;
    left: -60px;
}

.webSwiper .swiper-slide-next {
    transform-origin: center right;
    position: relative;
    right: -60px;
}

.webSwiper .swiper-slide.swiper-slide-active {
    z-index: 11;
    transform: scale(1.5);
    margin: 0 30px;
    left: -15px;
}

.webSwiper .swiper-slide-active::after {
    opacity: 0;
}

.webSwiper .webSwiper_btn {
    margin-top: 28px;
    text-align: center;
}

.webSwiper .swiper-button-next::after,
.webSwiper .swiper-button-prev::after {
    content: none;
}

.webSwiper .swiper-button-next,
.webSwiper .swiper-button-prev {
    outline: none;
    position: relative;
    width: 56px;
    height: 56px;

    border-radius: 50%;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    left: auto;
    display: inline-block;
    margin: 0px 10px;
    background: #fff;
    transition: all 0.8s;
}

.webSwiper .swiper-button-next img,
.webSwiper .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;

    margin: 0 auto;
}


.webSwiper .swiper-button-next:hover,
.webSwiper .swiper-button-prev:hover {
    background: rgba(27, 47, 95, 1);
}

.webSwiper .swiper-button-next:hover .abDeve_arr_ico,
.webSwiper .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.webSwiper .swiper-button-next:hover .abDeve_arr_hover,
.webSwiper .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.webSwiper .swiper-button-next .abDeve_arr_hover,
.webSwiper .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

/* ========================================================================================
    contact
=========================================================================================== */
/* 1 */
.conBox {
    padding: 89px 0;
    position: relative;
    background: url(../images/bg3.jpg) no-repeat center fixed;
    background-size: cover;
}

.conBox_tab {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conBox_item {
    width: 33.33%;
    padding: 38px 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 47, 95, 0.18);
    box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
}

.conBox_item.bg {
    background: #009F3C;
}

.conBox_item.bg.red {
    background: #B21D23;
}

.conBox_item.bg span,
.conBox_item.bg p {
    color: #fff;
}

.conBox_item.bg i {
    background: #fff;
}

.conBox_item.bg svg {
    width: 40px;
    height: 40px;
}

.conBox_item.bg svg path {
    fill: #B21D23;
}

.conBox_item:hover {
    box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);

}

.conBox_item:first-of-type {
    border-left: 0;
}

.conBox_div {
    display: inline-block;
    text-align: center;
}

.conBox_item i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conBox_item:hover i {
    animation: icoI 1s linear infinite;
}

@-webkit-keyframes icoI {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    25% {
        -webkit-transform: translate(0px, -10px);
    }

    50% {
        -webkit-transform: translate(0px, 0px);
    }

    75% {
        -webkit-transform: translate(0px, 10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@-moz-keyframes icoI {
    0% {
        -moz-transform: translate(0px, 0px);
    }

    25% {
        -moz-transform: translate(0px, -10px);
    }

    50% {
        -moz-transform: translate(0px, 0px);
    }

    75% {
        -moz-transform: translate(0px, 10px);
    }

    100% {
        -moz-transform: translate(0px, 0px);
    }
}

@keyframes icoI {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(0px, -10px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    75% {
        transform: translate(0px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.conBox_item svg {
    margin: 0 auto;
    width: 38px;
    height: 38px;
}

.conBox_item svg path {
    fill: #B21D23;
}

.conBox_item:nth-child(3) svg {
    width: 19px;
    height: 19px;
}


.conBox_item span {
    font-weight: 300;
    font-size: 13px;
    display: block;
    line-height: 2;
    margin: 10px 0 14px;
}

.conBox_item p {
    letter-spacing: 1px;
}

.conBox_item:not(:nth-child(1)) p {
    font-size: 16px;

    letter-spacing: 1px;
}

/* 2 */
.conInline {

    position: relative;
    margin: 48px 0;
}

.conInline .tmkMore {
    text-align: center;

}

.conInline_input {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.conInline_input>div {
    width: 31%;
    margin-bottom: 24px;
}


.conInline form span {
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.conInline form textarea,
.conInline form input {
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    border: 1px solid #eee;
    padding: 0 16px;
    -webkit-appearance: none;
    border-radius: 0;
}

.conInline form textarea {
    height: 148px;
    line-height: 1.8;
}

.conInline form>div {
    position: relative;
}

.conJoin_wid {
    max-width: 60%;
    padding-right: 15%;
    padding-left: 1%;

}

.conJoin_wid .indTit {
    margin-bottom: 48px;
}

.conDiv-input {
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
    line-height: 58px;
    height: 58px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conJoin_form input,
.conJoin_form textarea {
    width: calc(100% - 148px);
    background: transparent;
    font-size: 14px;
}

.conJoin_form input::-webkit-input-placeholder {
    color: #999 !important;
}

.conJoin_form textarea::-webkit-input-placeholder {
    color: #999 !important;
}

.conJoin_form input {
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
}

.conJoin_form textarea {
    padding: 0 12px;
    height: 50px;
    background: transparent;
}

.conDiv-name {
    display: inline-block;
    vertical-align: middle;
    min-width: 108px;
    padding-right: 14px;
}

.conDiv-name svg {
    width: 32px;
    height: 32px;
    fill: #009F3C;
    vertical-align: middle;
}

.conDiv-input:nth-last-of-type(1) .conDiv-name svg,
.conDiv-input:nth-last-of-type(2) .conDiv-name svg {
    width: 28px;
    height: 28px;
}

.conDiv-name span {
    padding: 0 0 0 10px;
    font-size: 16px;
    vertical-align: middle;
    color: #000;
}

/* 3 */
.conJoin {
    position: relative;
    padding: 89px 0 128px;
    background-color: #ECEFF4;
    background-image: url(../images/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.conJoin_box {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;

}

.conJoin_img {
    width: 42%;
    height: 586px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.conJoin_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conJoin .indTit p,
.conInline .indTit p {
    font-size: 17px;
}

.contact .tmkMore .indMore {
    margin-top: 28px;
    background: #009F3C;
    color: #fff;
}

.conLoad {
    padding: 89px 0 120px;
}

.conLoad_box {
    margin-left: -1%;
    margin-right: -1%;
}

.conLoad_a {
    float: left;
    width: 30%;
    margin: 1%;
    position: relative;
    padding: 30px 40px;
    display: block;
    height: 200px;
    background-color: #f3f3f3;
}


.conLoad_a p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}

.conLoad_a:hover p {
    color: #B21D23
}

.conLoad_ico {
    position: absolute;
    bottom: 28px;
    right: 40px;
    font-size: 24px;
}

.conLoad_ico svg {
    width: 28px;
    height: 28px;
    fill: #B21D23;
}

.conLoad_pdf {
    position: absolute;
    bottom: 40px;
    left: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0.8;
}

.conLoad_pdf svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

 .bigDemo .slick-list {
                        padding: 0 20% !important;
                    }



                    .slickDemo .slick-arrow {
                        /* width: 33px;
                        height: 33px;
                        display: block;
                        border-radius: 5px;
                        background-color: #999999;
                       
                        margin-top: -36px; */
                        top: 50%;
                        margin-top: -50px;
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        margin-bottom: 0;
                        border: 1px dotted rgba(27, 47, 95, 0.28);
                        display: inline-block;
                        background: rgba(27, 47, 95, 1);
                        transition: all 0.8s;
                    }

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

                    .slickDemo .slick-prev {
                        left: -58px;
                    }

                    .slickDemo .slick-next {
                        right: -58px;
                    }

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

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



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

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



                    .slickDemo.slick-slider {
                        position: relative;
                        display: block;
                        margin-top: 20px;
                        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;
                    }

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

                    .slickDemo .slick-slide {
                        float: left;
                        height: 100%;
                        min-height: 1px;
                        margin: 0 30px;
                        outline: none;
                    }

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

                    .slickDemo .slick-dots {
                        display: none !important;
                        position: relative;
                        text-align: center;
                        margin-top: 20px;
                    }

                    .slickDemo .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%;
                    }

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

					
.point-block {cursor:pointer;margin-top:10px;margin-bottom:20px;}
.point-block text {position:relative;top:0;}
.point-block .block {
    overflow: hidden;
}
.point-block img {
	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
	}
.point-block:hover img {
	-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		}
.point-block .banner-caption {width:calc(100% - 0px);}
.caption {opacity:1;color:#fff;bottom:0px;position:absolute;background: #009F3C;text-align:left;padding: 15px;width:calc(100% - 30px);}
.caption h4 {color:#fff;font-size: 16px;font-weight: 400;}
.caption p {margin:0;font-size:13px;font-weight:300;}

.index_zxcp{overflow:hidden;margin: 0 auto;border-top:1px #e0e0e0  solid;border-left:1px #e0e0e0 solid;}
.index_zxcp .index_zxcp_list{border-right:1px #e0e0e0 solid;border-bottom:1px #e0e0e0 solid;width: 20%;float: left;position: relative;padding: 55px 25px 35px 25px;}
.index_zxcp .index_zxcp_list dl{display:block;}
.index_zxcp .index_zxcp_list dl img{display:block;margin:0 auto;height: 75px;width:auto;transition: 1s ease-in-out;}
.index_zxcp .index_zxcp_list dl:hover img{transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);}
.index_zxcp .index_zxcp_list dl h3{line-height: 28px;height: 56px;overflow: hidden;text-align:center;margin-top: 18px;font-size: 16px;color:#444;font-weight: 400;}
.index_zxcp .index_zxcp_list dl p{ line-height:28px; text-align:center; color:#a2a2a2}

.section-ul {margin: 0 -0.5%;box-sizing: border-box;}
.section-ul li {float: left;width: 15.66666666666666%;text-align: center;margin: 0 0.5% 15px 0.5%;overflow: hidden;line-height: 0;box-sizing: border-box;border-radius: 1px;}
.curPartner{transition: ease .6s;}
.curPartner:hover{ transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    }
	
.footer{background-color: #292929;color:#fff;padding: 70px 0 5px 0;width: 100%;}
.footer .footer-menu{width: 60%;float: left;}
.footer .footer-menu .item{width: 25%;display: inline-block;vertical-align: top;float: left;padding-right: 25px;}
.footer .footer-menu .item .title{font-size: 16px;line-height:1;margin-bottom: 30px;}
.footer .footer-menu .item a{display:block;color: rgba(255,255,255,.7);}
.footer .footer-menu .item a:hover{color: #fff;}
.footer .footer-menu .item a+a{margin-top:12px}
.footer .footer-telephone{border-left:1px solid rgba(255,255,255,.1);border-right:1px solid rgba(255,255,255,.1);padding: 0 40px 3px 40px;width: 25%;float: left;}
.footer .footer-telephone .title{font-size: 16px;height: 34px;line-height: 1;position:relative;letter-spacing: 0;margin-bottom:12px;}
.footer .footer-telephone .title:before{width:52px;height:1px;background-color:#fff;content:'';left:0;bottom:0;opacity: .2;position:absolute;}
.footer .footer-telephone .phone-number{font-size: 32px;font-weight: 400;font-family: DINCondensed,serif;margin-bottom: 15px;padding-top: 5px;line-height:1;}
.footer .footer-telephone .address{font-size: 14px;line-height:1.7;}
.footer .wx{padding-left:40px;width: 160px;text-align: center;float: right;}
.footer .wx .img-box1{overflow:hidden;margin: 0 auto;}
.footer .wx p{text-align:center;margin-top: 10px;color: rgba(255,255,255,.7);}
.footer .web-info{width:100%;line-height:50px;border-top:1px solid rgba(255,255,255,.1);display: block;justify-content:space-between;font-size: 14px;color:rgba(255,255,255,.35);float: left;margin-top: 40px;}




.icon_box{width: 360px;float:right;}
.icon_box .box{width: 150px;height: 150px;text-align: center;margin-left: 10px;margin-bottom: 10px;float: left;display: flex;justify-content: center;align-items: center;position: relative;z-index: 1;} 
.icon_box .box:before{content: ""; width: 100%; height: 100%;background: url(../images/zs_bg1.png) no-repeat center; background-size: 100% 100%; position: absolute; left: 0; top: 0; z-index: -1; transition: all .8s;}
.icon_box h3{margin-top: 7px;}
.icon_box img{width: 50px;transition: all .6s;}
.icon_box .box:hover img{ transform:rotate(360deg);}
.icon_box a{color: #fff;line-height: 1.7;}



.productSeries{}
.productSeries .container{z-index:5;color:#fff}
.productSeries .container ul{
    margin-left: -0.5%;
    margin-right: -0.5%;
}
.productSeries:after{width:100%;height:50%;position:absolute;top:0;}
.productSeries .style{position:relative;margin-bottom:50px;z-index: 3;}
.productSeries ._pageTitle h3{display:block;font-size:36px;font-weight:inherit}
.productSeries .style ._more{width:138px;line-height:40px;display:inline-block;text-align:center;border:1px solid #fff;position:absolute;bottom:0;right:0}
.productSeries .list{margin-left: -0.8%;margin-right: -0.8%;}
.productSeries .list li{float:left;width: 23.4%;margin-right: 0.8%;margin-left: 0.8%;margin-bottom: 10px;background:#fff;position:relative;transition:ease .5s;z-index: 3;}
.productSeries .list .text{width:100%;text-align: center;color: #0e0e0e;padding: 22px;border-top: solid 1px #EEE;transition:ease .5s;z-index:5;}
.productSeries .list h3{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	transition: 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.productSeries .list span{font-size:24px;text-transform:uppercase;font-family:rbno;display:block}
.productSeries .list .mask{width:100%;transition:ease .5s;overflow:hidden;}
.productSeries .list li img {

	-moz-transition: -moz-transform 1.2s;
	-o-transition: -o-transform 1.2s;
	-webkit-transition: -webkit-transform 1.2s;
	transition: transform 1.2s;
}
.productSeries .list li:hover h3{color: #009F3C;}
.productSeries .list li:hover img{-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)}
		

.productSeries .list .text:after {
    content: '';
	width: 0%;
    height: 1px;
	background: #009F3C;
	left: 0;
	top: -1px;
	position: absolute;
	transition: ease .6s;
	-ms-transition: ease .6s;
	-o-transition: ease .6s;
	-webkit-transition: ease .6s;
	-moz-transition: ease .6s;
}

.productSeries .list li:hover .text:after {
	width: 100%
}


.other_banner{ position: relative; text-align: center; overflow: hidden;}
.other_banner .banner_text{ color: #fff;}
.other_banner .banner_text h3{font-size: 44px;line-height: 1.2;font-weight: bold;margin-bottom: 1px;}
.other_banner .banner_text h4{font-size: 22px;}
.other_banner img{width: 100%;animation: zoombig 3s linear forwards;}
@keyframes zoombig {
	0%{transform: scale(1.2,1.2);} 

	100%{transform: scale(1,1);}
}

.banner_text{width: 100%;position: absolute;left: 0;top: 52%;transform: translateY(-50%);}
.banner_text img{ max-width: 100%;  display: block;}
.line33 {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 15px auto;
}


.pubTitle{width: 100%;text-align: center;}
.pubTitle h6{font-size: 34px;color: #000;line-height: 1.3;font-weight: 400;}
.pubTitle i{display: block;width: 20px;height: 3px;background: #009F3C;margin: 15px auto;}
.pubTitle p{font-size: 14px;color: #464646;line-height: 2;}

.home-block {
	padding: 70px 0;
}
.bgef {
  background: #f5f5f5;
  }
.home-block1 {
	padding: 60px 0;
}

.map-box {
	width: 100%;
	height: 450px;
	position: relative;
}

.map-box img {
	max-width: 1000%;
}

.map-box .allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.map-box .anchorBL {
	display: none;
}

.container5{width: 1300px;margin:0 auto;}


.p-title{text-align:center;border-bottom:1px solid #e5e5e5;position:relative; line-height:1.4;}
.p-title h1{font-size: 30px;color: #009F3C;line-height: 1;font-weight:normal;text-transform:uppercase;padding: 0;}
.p-title i{display:inline-block;width: 60px;height: 2px;background-color: #009F3C;margin-bottom: -6px;}
.p-title.pt1-2 h1{color:#333333;}
.p-title.pt1-3{border-bottom:1px solid rgba(255,255,255,0.1);}
.p-title.pt1-3 h1{color:#fff;}
.p-title.pt1-3 i{background-color:#fff;}

.msgReq{position:relative;margin-top:2.875em;width: 100%;}
.msgReq-list{overflow:hidden;margin-top:1.5em;margin: 0 -0.7%;}
.msgReq-list li{float:left;width: 48.6%;margin: 0 0.7% 20px 0.7%;box-sizing: border-box;}
.msgReq-list li select,
.msgReq-list li input[type=text],.msgReq-list li input[type=password],
.msgReq-list li textarea{padding: 0 20px;height: 55px;width: 100%;color:#888888;background-color: #f5f5f5;border: 1px solid #e4e4e4;resize:none;font-size: 14px;font-family: "Source Han Sans CN", 'Microsoft YaHei', 'PingFang HK', sans-serif;box-sizing: border-box;}
.msgReq-list li.mRl-ta{width: 98.6%;box-sizing:border-box;}
.msgReq-list li.mRl-ta textarea{width: 100%;box-sizing:border-box;}
.msgReq-list li.mRl-ta textarea{padding: 20px;height: 180px;}
.msgReq-list li.mRl-btn{width:100%;margin-top: 5px;margin-bottom: 0;text-align:center;}
.msgReq-list li.mRl-btn .btn{width: 150px;height: 46px;font-size: 15px;line-height: 46px;font-family: "Source Han Sans CN", 'Microsoft YaHei', 'PingFang HK', sans-serif;color:#fff;background-color:#919191;cursor:pointer;border:0;}
.msgReq-list li.mRl-btn .btn:first-child{background-color: #009F3C;margin-right:1em;}

.container-feedback{padding: 60px 0;background-color: #FFFFFF;}

.container-adr{padding: 60px 0;background-color: #F5f5f5;}
.ct-box{overflow:hidden;margin-top: 40px;}
.ct-box .ct-block{float:left;width: 50%;height: 400px;overflow: hidden;padding: 42px 50px;background-color: #FFFFFF;box-sizing:border-box;}
.ct-box .ct-img{float:left;width: 50%;height: 400px;overflow: hidden;}
.ct-block .adr-con{line-height: 2;font-size: 15px;color: #333333;overflow:hidden;}
.ct-block .adr-con p{margin-bottom: 3px;}

.v7{font-size: 24px;font-weight:400;margin-bottom: 25px;padding-bottom: 8px;color: #009F3C;border-bottom: 1px solid #dedede;}

.mg10 {margin: 0 -15px;}

.advantage-list2 {
	width: 33.3333333333%;
	float: left;
	padding: 0 15px;
	border-radius: 3px;
}

.advantage-list2 .pro {
	width: 100%;
	line-height: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}




.advantage-list2 .pro img {
	transition: transform 1s;
}

.advantage-list2:hover .pro img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

.advantage-list2 .desc {
	padding: 32px 32px 40px;
	background: #ffffff;
	border-radius: 0;
	box-shadow: 4px 2px 18px rgba(0, 0, 0, 0.04);
	min-height: 260px;
}


.advantage-list2 .desc strong {
	display: block;
	color: #232323;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 10px;
}



.vv5 p {
	font-size: 15px;
	color: #3e3e3e;
	line-height: 28px;
	height: 225px;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.pink-line1{
        width: 40px;
        height: 3px;
        background: #009F3C;
        margin-bottom: 20px;
        margin-left: 2px;
    }
	
.ul-download {
    padding: 5px 0 0 0;
    margin: 0 -2%;
    float: left;
}

.ul-download li {
    overflow: hidden;
    border-bottom: 1px solid #dedede;
    padding: 18px 0;
    width: 46%;
    margin: 0 2%;
    float: left;
}



.ul-download li .link {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding-left: 23px;
    color: #666;
    background: url(../images/icon-dian.png) no-repeat left 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ul-download li .link:hover {
    color: #009F3C;
    background-image: url(../images/icon-dian-on.png)
}




.block1{ margin-bottom:15px;}


.com-hist{padding: 70px 0 70px;background: #f6f6f6;}
.cHist-list{padding:90px 0 34px;background:url(../images/cHist-bg5.png) repeat-y center top;position:relative;margin:20px 0 0;}
.cHlist-box{width:50%;padding: 0 0 30px;position:relative;overflow:hidden;}
.cHlist-box .date{width:51.75438596491228%;height:42px;line-height:42px;background:url(../images/cHist-bg6.png) repeat-x left center;position:relative;}
.cHlist-box .date i{width:22px;height:100%;position:absolute;top:0px;}
.cHlist-box .date span{display:inline-block;font-size:36px;color:#009B4C;font-weight:600;}
.cHlist-box .con{line-height:24px;font-size: 15px;color:#666666;margin:15px 0 0;}

.cHlist-box.fl{right:-11px;}
.cHlist-box.fl .date{float:right;}
.cHlist-box.fl .date i{right: 1px;background:url(../images/cHist-bg2.png) no-repeat center center;}
.cHlist-box.fl .date span{padding:0 20px 0 0;background: #fff url(../images/cHist-bg3.png) no-repeat right center;float:left;}
.cHlist-box.fl .con{padding: 0 24.5% 0 0;text-align:right;float:right;}

.cHlist-box.fr{left:-11px;}
.cHlist-box.fr .date i{left: -1px;background:url(../images/cHist-bg2-2.png) no-repeat center center;}
.cHlist-box.fr .date span{padding:0 0 0 20px;background: #fff url(../images/cHist-bg3.png) no-repeat left center;float:right;}
.cHlist-box.fr .con{padding: 0 0 0 23.6%;}

.cHist-s1{display:block;width:22px;height:22px;background:url(../images/cHist-bg1.png) no-repeat center center / cover;position:absolute;top:0px;left:50%;margin: 0 0 0 -12px;}
.cHist-s2{display:block;width:35px;height:34px;background:url(../images/cHist-bg4.png) no-repeat center center / cover;position:absolute;bottom:0px;left:50%;margin:0 0 0 -16.5px;}


.page22{width:100%;height:auto;margin-top: 15px;text-align:center;position:relative;overflow:hidden;}
.page22 a{display:inline-block;width: 42px;height: 40px;line-height: 40px;text-align:center;font-size: 14px;color:#888888;border:1px solid #cccccc;background: #fff;margin:0 4px;}
.page22 a.on, .page22 a:hover{background-color: #009F3C;color:#ffffff;border-color: #009F3C;}
.page22 a:first-child,
.page22 a:last-child{font-weight:600;}	

.title44 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #009F3C;
}	

.nymenu{border-bottom:1px #d9d9d9 solid;background: #fff;}
.nymenu_mid ul li{background-position:left center;background-repeat:no-repeat;background-image:url(../images/img17.jpg);float:left;padding: 0 40px;text-align:center;}
.nymenu_mid ul li:nth-child(1){
text-align:left; background-image:none}
.nymenu_mid ul li:last-child{
text-align:right}
.nymenu_mid ul li a{padding: 20px 0;display:inline-block;line-height: 1.5;font-size: 16px;position:relative;color: #333;}
.nymenu_mid ul li a:after{content: "";position: absolute;z-index: 1;opacity:0;left: 50%;width: 0;bottom: -1px;height: 2px;background-color: #009F3C;background-repeat:no-repeat;background-position:center;z-index: 1;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.nymenu_mid ul li a:hover,.nymenu_mid ul li a.active{color: #009F3C;}
.nymenu_mid ul li a:hover:after,.nymenu_mid ul li a.active:after{width: 2.65em;opacity:1;margin-left: -1.325em;}
.nymenu_mid_s ul li{
float:none; display:inline-block;}
.nymenu_mid_s{
text-align:center}
.nymenu_mid_s ul li:nth-child(1),.nymenu_mid ul li:last-child{
text-align:center;}

.srv-container .srv-wrap{padding: 40px;background:#fff;}

.srv-wrap .srv-top{
padding-bottom: 16px;
text-align: left;
font-size: 24px;
line-height: 1.4;
color: #343131;
border-bottom:1px solid #dedede;
}

.srv-top12{padding-bottom: 16px;text-align: left;font-size: 24px;line-height: 1.4;color: #775234;border-bottom: 1px solid #d4c2b1;}




.srvStgy-top{width: 100%;text-align: left;font-size: 14px;margin: 25px auto 0;color: #424242; line-height:2 !important;}

.srvStgy-top p{margin-bottom: 12px; line-height:2;}

.w60{width:65%;float: left;position: relative;}

.pd40{ padding-right:35px;}

.w40{width:35%;float: left;position: relative;}


.home-block1.hb-white {
	background:#fff;
}
.home-block1.hb-yy {
	background: #f5f5f5;
}


.a563 {
	font-size: 28px;
	font-weight: 700;
	color: #009F3C;
	line-height: 1.4;
	margin-bottom: 15px;
}

.x12{padding: 20px 30px 0 30px;}
.x12 p{line-height: 2;font-size: 15px;margin-bottom:10px;}
.x13{padding: 20px 30px 0 30px;}
.x13 p{line-height:1.8;font-size: 16px;margin-bottom:10px;}
.a561 {
	font-size: 22px;
	font-weight:400;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 15px;
}
.x14{padding-top: 30px;}
.x14 p{ line-height:1.8; margin-bottom:10px;}

.pink-line{
        width: 50px;
        height: 3px;
        background: #009F3C;
        margin-bottom: 25px;
        margin-left: 1px;
    }
	
.dw{font-size: 24px;font-weight: 700;color: #009F3C; padding:0 5px;}
.dw1{font-size: 24px;font-weight: 700;color: #009F3C; padding-right:5px;}

.aw1{width: 50%;float: left;padding-right:30px;margin-bottom:15px;font-size: 16px;line-height: 1.6;color: #999;}
.aw1 img{vertical-align: middle;margin-right: 7px;width: 20px;margin-bottom: 2px;}
.aw1 span{font-size: 16px;color: #333;line-height: 30px;margin-bottom: 8px;display: block;}

	
@media(max-width:1600px) {
   .inner {
    width: 92%;
}

.indGd {
}

.container5{width:92%; max-width: 1200px;}

.cHlist-box .date{width:65%;height:42px;}
.cHlist-box.fl .con{padding: 0 36.4% 0 0;}
.cHlist-box.fr .con{padding: 0 0 0 35.6%;}

}

@media(max-width:1440px) {

.cHlist-box.fl .con{padding: 0 34.6% 0 0;}
.cHlist-box.fr .con{padding: 0 0 0 33.8%;}

.aw1 span{font-size: 15px;}
.aw1{font-size: 15px;}


}

@media(max-width:1366px) {

.cHlist-box.fl .con{padding: 0 32.2% 0 0;}
.cHlist-box.fr .con{padding: 0 0 0 30.8%;}

}
	
	@media(max-width:1024px) {
   .index_zxcp .index_zxcp_list{width: 50%;padding: 45px 15px 30px 15px;}
   .section-ul li {width: 48%;text-align: center;margin: 0 1% 10px 1%;}
   

.footer{padding: 30px 0 10px 0;}
.footer .footer-telephone{padding-right:15px}
.footer .wx{padding-left:15px;width: 110px;}
.footer .footer-telephone .phone-number{font-size: 24px;margin-bottom: 15px;}
.footer .wx .img-box1{height:auto}
.footer .wx p{margin-top:10px;font-size:12px}
.footer .footer-telephone .address{font-size:12px}
.footer .web-info{line-height:1.6;font-size:12px;display:block;padding-top:10px;margin-top: 15px;}
.footer .web-info span{display:block}
.footer .footer-menu{display:none}
.footer .footer-telephone{padding: 0 30px 0 0;width: 62%; border-left:none;}
.footer .footer-telephone .address{margin-bottom:10px} 

.index_zxcp .index_zxcp_list dl h3{line-height: 22px;height: 44px;margin-top: 18px;font-size: 14px;}

.productSeries .list li{width: 48%;margin-right: 1%;margin-left: 1%; margin-bottom:10px;}
.productSeries .list{ margin-left:-1%; margin-right:-1%;}

.testmonials-style5 p {
	height: auto;
}

.productSeries .list .text{padding: 14px 18px;}
.productSeries .list h3{
	font-size: 15px;
	}
	
.Container-wrapper{margin-top: 54px; position:relative;}

other_banner{}
.other_banner .banner_text h3{font-size: 24px;margin-bottom: 0;font-weight: 400;}

.other_banner .banner_text h4{font-size: 16px;}

.line33 {
  margin: 10px auto;
}

.container5{padding:0; width:92%;}

.pubTitle h6{font-size: 24px;}
.pubTitle i{margin: 14px auto;height: 2px;}

.map-box {
	height: 300px;
}

.ct-box .ct-block{width:100%;height:auto;padding: 30px 25px;}
.ct-box .ct-img{float:left;box-sizing:border-box;width: 100%;line-height: 0;height: 250px;}


.msgReq-list li{float:left;width: 98.6%;margin: 0 0.7% 10px 0.7%;box-sizing: border-box;}
.container-feedback{padding: 40px 0;}

.p-title h1{font-size: 22px;}


.p-title i{margin-bottom: -6px;}

.msgReq-list li input[type=text],.msgReq-list li input[type=password],
.msgReq-list li textarea{padding: 0 20px;height: 45px;}

.msgReq-list li.mRl-btn .btn{width: 130px;height: 42px;line-height: 42px}


.container-adr{padding: 40px 0;}

.ct-box{overflow:hidden;margin-top: 25px;}

.v7{font-size: 22px;font-weight:400;}

.ct-block .adr-con{font-size: 14px;}

.advantage-list2 {
	width: 100%;
	float: left;
	padding: 0;
	border-radius: 3px;
	margin-bottom:15px;
}



.advantage-list2 .desc strong {
	font-size: 22px;
}

.advantage-list2 .desc {
	padding: 30px 28px;
	min-height: 100px;
}

.vv5 p {
	font-size: 14px;
	line-height: 1.8;
	height: auto;
	-webkit-line-clamp: 1000;
}

.ul-download li {
    width: 98%;
}

.ul-download li .link {
    font-size: 14px;
    line-height: 22px;
    padding-left: 23px;
    background: url(../images/icon-dian.png) no-repeat left 5px;
}

.mg10 {margin: 0;}

.title44 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}	

.x12{padding: 30px 0 0 0;font-size:14px;}
.x13{padding: 30px 0 0 0;font-size:14px;}

.x12 p{font-size: 14px;}
.x13 p{font-size: 14px;}

.nymenu_mid ul li a{padding: 15px 0;line-height: 1.5;font-size: 14px;}
.nymenu_mid ul li{padding: 0 20px;width: 33.333333333%;float: left;display: block;}

.a561 {
	font-size: 22px;
}


.a562 {
	font-size: 22px;
}

.a563 {
	font-size: 20px;
	margin-bottom: 15px;
}

.home-block {
	padding: 40px 0;
}


.home-block1 {
	padding: 40px 0;
}

.footer .footer-telephone .title{font-size: 15px;height: 34px;}

.dw{font-size: 18px;}
.dw1{font-size: 18px;}

.aw1{width: 100%;padding-right:0;margin-bottom:10px; font-size:15px;}

}