/*åˆå§‹åŒ–æ ·å¼*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
navs,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #333;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, å®‹ä½“, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

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

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}



/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*æ»šåŠ¨*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800% !important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800% !important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

@media (min-width: 990px) {

    /* aos */
    .sun-delay0 {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    .sun-delay1 {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }

    .sun-delay2 {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }

    .sun-delay3 {
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }

    .sun-delay4 {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    .sun-delay5 {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s;
    }

    .sun-delay6 {
        -webkit-transition-delay: 1.4s;
        transition-delay: 1.4s;
    }

    .sun-delay7 {
        -webkit-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }

    .sun-delay8 {
        -webkit-transition-delay: 1.8s;
        transition-delay: 1.8s;
    }

    .sun-delay9 {
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }

    .sun-delay10 {
        -webkit-transition-delay: 2.2s;
        transition-delay: 2.2s;
    }

    .sun-ani-left,
    .sun-ani-down,
    .sun-ani-up,
    .sun-ani-right {
        opacity: 0;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .7s;
        transition-duration: .7s;
    }

    .sun-ani-left {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .sun-ani-down {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    .sun-ani-up {
        -webkit-transform: translateY(-100px);
        transform: translateY(100px);
    }

    .sun-ani-right {
        -webkit-transform: translatex(100px);
        transform: translatex(100px);
    }

    .actives .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .active .sun-ani-left {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .active .sun-ani-down {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .active .sun-ani-up {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .active .sun-ani-right {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }

}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
    overflow: hidden;
}

.imgbig img {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}

.imgbig:hover img {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.ovimg img {
    width: 100%;
    min-height: 100%;
}

.ibw img {
    width: 100%;
    height: auto;
}

.miw img {
    max-width: 100%;
    max-height: 100%;
}

.iml {
    text-align: center;
}

.iml img {
    transform: translateY(-2px);
    vertical-align: middle;
}

.bgmax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.bgmin {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.fh {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* head */
.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.max1440 {
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.head3 {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}

.head-bg {
    border-bottom: 1px solid rgba(239, 239, 239, .32);
    background: rgba(255, 255, 255, 0.5);
}

.head-index {
    align-items: center;
    position: relative;
}

.head-index .logo {
    width: 11.11%;
}

.head-index .logo img {
    max-width: 100%;
}

.head-index .logo img.im2 {
    display: none;
}

.head-index .logo img.im3 {
    display: none;
}

.head-index .headr {
    width: 54.86%;
    align-items: center;
}

.tnav {
    width: 88.61%;
}

.tsou {
    width: 35px;
}

.so img.im2 {
    display: none;
}

.so img.im3 {
    display: none;
}


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

.tdao img.im2 {
    display: none;
}


/* 导航下拉 */
.head1 .max1440 {
    position: relative;
}

.head1 .tdao {
    width: 30px;
    height: 18px;
    background: url(../images/tdao.png) no-repeat center;
    cursor: pointer;
}

.head1 .tdao.active {
    background: url(../images/tdao1.png) no-repeat center;
    z-index: 9;
}

.head2 {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding-top: 10%;
    display: none
}

.head2 .btn2 {
    width: 24px;
    height: 24px;
    background: url(../images/gb.png) no-repeat center;
    position: absolute;
    top: 12.6%;
    right: 5%;
    z-index: 99999;
    cursor: pointer;
}

@media(max-width:995px) {

    .head3,
    .head2 {
        display: none !important;
    }

}


/* sou */
.so img {
    max-width: 100%;
}

.ss {
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
    width: 238px;
    padding: 20px;
    border-radius: 20px;
    z-index: 999;
    background: rgb(40, 113, 74, 0.6);
}

.ss input {
    outline: none;
    line-height: 30px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
    padding-left: 5px;
    line-height: 30px;
    width: 80%;
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 13px;
    color: #fff;
    float: left;
}

.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #fff;
}


/* 导航 */
.menuBox::before {
    content: '';
    display: block;
    position: absolute;
    top: -100%;
    left: -100%;
    width: 300%;
    height: 300%;
    /* background-image: url(../images/pixs.png); */
    animation-name: grained;
    animation-iteration-count: infinite;
    animation-duration: .5s;
    animation-timing-function: steps(20, end);
}

@-webkit-keyframes grained {
    0% {
        transform: translate(-10%, 10%)
    }

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

    20% {
        transform: translate(-30%, 10%)
    }

    30% {
        transform: translate(-30%, 30%)
    }

    40% {
        transform: translate()
    }

    50% {
        transform: translate(-15%, 10%)
    }

    60% {
        transform: translate(-20%, 20%)
    }

    70% {
        transform: translate(-5%, 20%)
    }

    80% {
        transform: translate(-25%, 5%)
    }

    90% {
        transform: translate(-30%, 25%)
    }

    100% {
        transform: translate(-10%, 10%)
    }
}



.menuBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: #75b63d;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;

}


.menuBox.active {
    opacity: 1;
    visibility: visible;
}

.menuBox ul {
    width: 75%;
    margin: 0 auto;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 50%;
	-webkit-transform: translateY(-50%); */
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.menuBox ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 25px 0px;
    align-items: center;
}

.menuBox ul li a {
    color: #fff;
}

.menuBox ul li>a {
    font-size: 24px;
    font-weight: bold;
    width: 18.1%;
}

.menuBox ul li .list {
    width: calc(100% - 18.1%);
}

.menuBox ul li .list a {
    position: relative;
    margin-right: 15px;
    font-size: 16px;
    line-height: 30px;
    padding-right: 15px;
    color: rgba(255, 255, 255, 1);
}

.menuBox ul li .list a::after {
    width: 2px;
    height: 80%;
    position: absolute;
    right: 0%;
    top: 20%;
    content: '';
    background: rgba(255, 255, 255, 1);
}

.menuBox ul li .list a:last-child::after {
    display: none;
}

.menuBox ul li .list a:hover {
    text-decoration: underline;
    font-weight: 600;
}

/* banner */
.x-banner {
    position: relative;
}

.x-banner {
    height: 100vh;
}

.x-banner video {
    height: 100vh;
    object-fit: cover;
}

.x-banner .img1 img {
    display: block;
    width: 100%;
    height: 100vh;
}

.x-banner video {}

.x-banner .wz {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.x-banner .wz .wz1 {
    color: #fff;
    text-align: center;
    line-height: 1;
    font-family: "Arial";
    font-weight: 600;
}

.x-banner .wz .wz1 p:nth-of-type(1) {
    font-size: 3.90625vw;
    text-transform: uppercase;
    background: linear-gradient(to right, #ffffff, #e1dde1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.x-banner .wz .wz1 p:nth-of-type(2) {
    font-size: 2.34375vw;
    margin-top: 1vw;
    text-transform: uppercase;
    background: linear-gradient(to right, #ffffff, #e1dde1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.x-banner .wz .wz2 {
    margin-top: 1vw;
    font-weight: 600;
    line-height: 1;
}

.x-banner .wz .wz2 img {
    max-width: 100%;
}


@media (max-width: 996px) {
    .x-banner {
        height: auto;
    }

    .x-banner .owl-carousel .banner-item a>img {
        height: auto;
    }

    .x-banner .img1 img,
    video {
        height: auto !important;
    }

    .fp-tableCell {
        height: auto !important;
    }

    .fp-section {
        height: auto !important;
    }

    #fp-nav {
        display: none;
    }

    .section2,
    .section3,
    .section4,
    .section5,
    .section6,
    .section7,
    .section8 {
        padding: 30px 0;
    }
}

/* section */
.section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fbg {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* about */
.section2 .fbg {
    background: url(../images/bj1.jpg) no-repeat center;
    background-size: cover;
}

.ab-index {}

.ab-index {
    align-items: center;
}

.abl {
    width: 42%;
}

.abl .at1 h3 {
    color: #000000;
    font-size: 30px;
}

.abl .at1 h4 {
    color: #888888;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 5px;
}

.abl .at2 {
    margin-top: 1.30208333333333vw;
}

.abl .at2 img {
    max-width: 100%;
}

.abl .at2 h3 {
    font-weight: 600;
    margin-top: 0.5vw;
    font-size: 1.875vw;
}

.abl .aw {
    margin-top: 0.78125vw;
}

.abl .aw p {
    color: #666666;
    font-size: 16px;
    line-height: 1.875;
    text-indent: 2em;
    text-align: justify;
}

.abl .alist {
    margin-top: 1.25vw;
}

.abl .alist li {
    width: 32%;
}

.abl .alist li img {
    width: 100%;
}

.amore {
    border-bottom: 2px solid #000;
    width: 140px;
    margin-top: 1vw;
    padding: 0.6vw 0;
    position: relative;
}

.amore:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20px;
    content: "";
    display: block;
    background: #28714a;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.amore a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: lighter;
    color: #000;
}

.amore:hover:after {
    width: 100%;
}

.abr {
    width: 50%;
}

.abr .aimg img {
    width: 100%;
}

.alist2 {
    margin-top: 0.5vw;
}

.alist2 li {
    border-bottom: 1px solid #c8c8c8;
    padding: 10px;
    text-align: center;
}

.alist2 li .num1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.alist2 li .num1 b {
    color: #1c9a3c;
    font-size: 2.5vw;
    line-height: 1;
}

.alist2 li .num1 span {
    color: #1c9a3c;
    font-size: 16px;
}

.alist2 li .num2 {
    color: #64676c;
    font-size: 14px;
    margin-top: 10px;
}

@media(max-width:1300px) {
    .abl .aw p {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .ab-index {
        flex-wrap: wrap;
    }

    .abl {
        width: 100%;
    }

    .abl .at2 h3 {
        font-size: 20px;
    }

    .abr {
        width: 100%;
        margin-top: 20px;
    }

    .alist2 li .num1 span {
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .abl .at1 h3 {
        font-size: 22px;
    }

    .abl .at2 h3 {
        font-size: 18px;
    }

    .alist2 {
        flex-wrap: wrap;
    }

    .alist2 li {
        width: 50%;
    }

    .alist2 li .num1 b {
        font-size: 18px;
    }

    .alist2 li .num2 {
        margin-top: 5px;
    }
}

/* section3 */
.section3 {}

.section3 .fbg {
    background: url(../images/bj2.jpg) no-repeat center;
    background-size: cover;
}

.htitle b {
    color: #000000;
    font-size: 24px;
}

.htitle span {
    color: #707070;
    font-size: 16px;
    margin-left: 10px;
}

.hlist {
    margin: 0 -0.9%;
    margin-top: 2vw;
}

.hlist li {
    float: left;
    width: 23.2%;
    margin: 0 0.9%;
}
.hlist li .img1{
    border: 1px solid rgba(255,255,255,0);
}

.hlist li .img1 img {
    width: 100%;
}

.hlist li .wz {
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding: 0.8vw 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hlist li:hover .img1{
    border: 1px solid rgb(28,154,60,1);
}
.hlist li:hover .wz{
     color: #1c9a3c;
}

.hmore {
    border: 1px solid #3aa755;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top: 1vw;
}

.hmore a {
    display: block;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}
.hmore:hover{
    
}
.hmore:hover a{
    background: #1c9a3c;
      color: #fff;
}

@media(max-width:1300px) {
    .hlist li .wz {
        font-size: 14px;
    }

    .hmore a {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .hmore {
        width: 150px;
        height: 35px;
    }

    .hmore a {
        font-size: 14px;
        line-height: 33px;
    }
}

@media(max-width:640px) {
    .hlist {
        margin: 0;
        margin-top: 20px;
    }

    .hlist li {
        width: 48%;
        margin: 0;
        margin-bottom: 2%;
    }

    .hlist li:nth-child(2n) {
        float: right;
    }

    .hlist li .wz {
        font-size: 14px;
        padding: 10px 5px;
    }
}

/* section4 */
.c2 {
    position: relative;
    cursor: pointer;
}

@media (max-width: 640px) {
    .x-banner {
        padding-top: 60px;
    }
    .page-banner{
        padding-top: 60px;
    }

    .c2 {
        background: url(../images/bj2.jpg) no-repeat 50% 0;
        background-size: cover;
        padding-bottom: 40px;
    }

    .abl .at2 img {
        display: none;
    }
}

@media (max-width: 480px) {
    .c2 .list2 {
        /* display: none; */
    }
}

.c2 .list2 li .img img {
    width: 100vw;
    height: 100vh;
}

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

@media (max-width: 480px) {
    .c2 .list2 li .img img {
        height: 60vh;
    }

    .c2 .con {
        /* position: static; */
    }
}

.c2 .con .con1 {
    display: flex;
    height: 100%;
    justify-content: flex-end;
}

@media (max-width: 480px) {
    .c2 .con .con1 {
        flex-wrap: wrap;
    }
}

.c2 .list2 li {
    position: relative;
}

.c2 .c2-1 {
    width: 42.1875%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
}

@media (max-width: 480px) {
    .c2 .c2-1 {
        width: 100%;
        padding-top: 40px;

        display: none;
    }
}

.c2 .c2-1 h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.c2 .c2-1 h3 {
    margin-top: 2.1875vw;
    font-size: 30px;
    color: #fff;
    margin-bottom: 2.8125vw;
    width: 82%;
    line-height: 36px;
}

@media (max-width: 1025px) {
    .c2 .c2-1 h3 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .c2 .c2-1 h3 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.c2 .c2-1 a.ck {
    margin-top: 8.3vw;
    position: relative;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: lighter;
    font-size: 14px;
}

.c2 .c2-1 a.ck::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20px;
    content: "";
    display: block;
    background: #28714a;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    display: none;
}

.c2 .c2-1 a:hover.ck::before {
    width: 100%;
}

@media (max-width: 767px) {
    .c2 .c2-1 a.ck {
        margin-top: 10px;
    }
}

.c2 .con .con1 .list3 {
    width: 57.8125%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
    .c2 .con .con1 .list3 {
        width: 100%;
        /* margin-top: 30px; */
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
}

.c2 .con .con1 .list3 li {
    width: 33.333%;
    position: relative;
    padding: 0 2.34375vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}

.c2 .con .con1 .list3 li::before {
    content: '';
    position: absolute;
    background: url(../images/tt2.png) no-repeat top center;
    background-size: 100% 100%;
    width: 129px;
    height: 116px;
    bottom: 0;
    right: 0;
    opacity: 0;
}

@media (max-width: 1610px) {
    .c2 .con .con1 .list3 li {
        padding: 0 1.34375vw;
    }
}

@media (max-width: 1025px) {
    .c2 .con .con1 .list3 li {
        padding: 0 1.14375vw;
    }
}

@media (max-width: 767px) {
    .c2 .con .con1 .list3 li {
        width: 50%;
        padding: 20px 10px;
    }
}


.c2 .con .con1 .list3 li:nth-child(1) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.c2 .con .con1 .list3 li:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.c2 .con .con1 .list3 li .img {
    display: none;
}

.c2 .con .con1 .list3 li .img img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .c2 .con .con1 .list3 li:nth-child(3) {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }

    .c2 .con .con1 .list3 li:nth-child(4) {
        border-left: none;
    }

    .c2 .con .con1 .list3 li:nth-child(5) {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }

    .c2 .con .con1 .list3 li .img img {
        max-width: 32px;
    }
}

.c2 .con .con1 .list3 li h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    bottom: 2.4vw;
}

@media (max-width: 1025px) {
    .c2 .con .con1 .list3 li h2 {
        margin-top: 1.76vw;
        font-size: 18px;
    }
}

.c2 .con .con1 .list3 li h2 span {
    display: block;
    font-size: 18px;
    margin-top: 6px;
}

@media (max-width: 1025px) {
    .c2 .con .con1 .list3 li h2 span {
        font-size: 14px;
    }
}

.c2 .con .con1 .list3 li dd {
    display: none;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2.2vw;
    /* width: 70.4%; */
}

@media (max-width: 1025px) {
    .c2 .con .con1 .list3 li dd {
        margin-top: 1.55vw;
    }
}

@media (max-width: 767px) {
    .c2 .con .con1 .list3 li dd {
        font-size: 12px;
        width: 100%;
        display: none;
    }
}

.c2 .con .con1 .list3 li .ck {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.72vw;
    height: 6.04vw;
    background-image: linear-gradient(-55deg, #28714a 0%, #1e53a7 0%, #3c65b5 0%, #2554af 0%, #0e43a9 0%, #2655b1 0%, #3e67b9 0%, #78cbf7 100%, #6da9f1 100%);
    border-radius: 100% 0 0 0;
    text-align: center;
    line-height: 7vw;
    padding-left: 1vw;

}

@media (max-width: 480px) {
    .c2 .con .con1 .list3 li .ck {
        width: 28px;
        height: 25px;
    }
}

.c2 .con .con1 .list3 li.on::before {
    opacity: 1;
}

.c2 .con .con1 .list3 li.on .img {
    display: block;
}

.c2 .con .con1 .list3 li.on h2 {
    margin-top: 2.76vw;
    position: static;
}

.c2 .con .con1 .list3 li.on dd {
    display: none;
}

.c2 .con .con1 .list3 li.on .ck {
    /* display: block; */
    display: none;
}

@media (max-width: 767px) {
    .c2 .con .con1 .list3 li .img {
        display: block;
    }

    .c2 .con .con1 .list3 li h2 {
        margin-top: 2.76vw;
        position: static;
    }


    .c2 .con .con1 .list3 li .ck {
        /* display: block; */
        display: none;
    }
}

@media(max-width:640px) {
    .c2 .con .con1 .list3 li.on::before {
        opacity: 0;
    }
}


/*案例*/
.section5 {
    background: url(../images/bj3.jpg) no-repeat 50% 0;
    background-size: cover;
}

.abt {
    text-align: center;
    padding-top: 7%;
}

.abt dd {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}

.abt dt {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    background: url(../images/tt3.png) no-repeat center;
    text-transform: uppercase;
}


.list22 {
    margin-top: 25px;
    margin-left: 38px;
}

.section5 .abt {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

.yul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
}

.yul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.yul li .bj1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yul li .img {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.yul li .img .bj {
    height: 100vh;
}

.bj1 h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 5px;
}

.bj1 span {
    display: block;
    color: #ffffff;
    opacity: 0.5;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.bj1 a {
    display: none;
}

.yul li:hover .bj1 {
    background: rgba(34, 162, 66, .6);
}

.yul li:hover .bj1 a {
    display: block;
    margin-top: 117px;
}

.yul li:hover .img {
    opacity: 1;
}

.yul li .bj11 {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.yul li:hover .bj11 {
    margin-top: -30px;
}

.yul li .img img {
    display: block;
    width: 100%;
}

@media(max-width:1300px) {
    .bj1 h3 {
        font-size: 16px;
        height: 40px;
    }
}

@media(max-width: 1200px) {
    .bj1 h3 {
        font-size: 15px;
    }

    .bj1 span {
        font-size: 12px;
    }
}

.yul2 {
    display: none;
}

@media(max-width: 769px) {
    .yy {
        background: rgba(34, 162, 66, .6);
        padding: 10px 0;
    }

    .abt dd {
        font-size: 22px;
    }

    .abt dt {
        font-size: 14px;
        margin-top: 5px;
    }

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

    .section5 .abt {
        position: static;
    }

    .yul {
        display: none;
    }

    .yul2 {
        display: block;
        padding: 0 15px;
        margin-top: 20px;
    }

    .yul2 li {
        width: 48%;
        float: left;
        margin: 0;
        margin-bottom: 4%;
    }

    .yul2 li:nth-child(2n) {
        float: right;
    }

    .yul2 li h3 {
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .yul2 li span {
        color: #fff;
        text-align: center;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .yy a {
        text-align: center;
        margin-top: 10px;
        display: block;
    }

    .yy a img {
        max-width: 20px;
        width: 100%;
    }
}

/* section6 */
.section6 .fbg {
    background: url(../images/bj4.jpg) no-repeat center;
    background-size: cover;
}

.c3 h2 {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.c3 .tit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 1.82291666666667vw;
}

.c3 .tit h3 {
    font-size: 30px;
    line-height: 36px;
    color: #333333;
}

@media(max-width:1300px) {
    .c3 .tit h3 {
        font-size: 22px;
    }
}

@media (max-width: 1025px) {
    .c3 .tit h3 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media(max-width:640px) {
    .c3 h2 {
        font-size: 16px;
    }
}

.c3 .tit a.ck {
    position: relative;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px solid #28714a;
    color: #28714a;
}

.c3 .tit a.ck::before {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 20px;
    content: "";
    display: block;
    background: #fff;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.c3 .tit a:hover.ck::before {
    width: 100%;
}

.c3 .con {
    margin-top: 3.18vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c3 .con .list1 {
    width: 42.77%;
}



.c3 .con .list1 li {
    position: relative;
}

.c3 .con .list1 li .img img {
    width: 100%;
}

.c3 .con .list1 li .timex {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 1.88vw;
    top: 1.88vw;
    z-index: 1;
    text-align: center;
    line-height: 1;
}

.c3 .con .list1 li .timex b {
    font-size: 36px;
    display: block;
    margin-top: 4px;
}

.c3 .con .list1 li .zi {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    left: 1.71vw;
    z-index: 1;
    bottom: 1.61vw;
    width: 85%;
}


.c3 .con .c3-2 {
    width: 55.2%;
}


.c3 .con .c3-2 .list2 {
    margin-left: -0.805vw;
    margin-right: -0.805vw;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.c3 .con .c3-2 .list2 li {
    padding: 0 0.805vw;
    width: 50%;
}



.c3 .con .c3-2 .list2 li a {
    display: block;
    background: #fff;
    padding: 1.875vw 2.083vw 2.1875vw;
    height: 100%;
    position: relative;
}


.c3 .con .c3-2 .list2 li h3 {
    color: #28714a;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 24px;
}

.c3 .con .c3-2 .list2 li h4 {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s ease-out;
}


.c3 .con .c3-2 .list2 li dd {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    padding-top: 20px;
    margin-top: 22px;
    border-top: 1px solid #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c3 .con .c3-2 .list2 li .sc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 2.1875vw;
    left: 0;
    width: 100%;
    padding: 0 2.083vw;
}


.c3 .con .c3-2 .list2 li .sc .timex {
    color: #888888;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}

.c3 .con .c3-2 .list2 li .sc .timex b {
    font-size: 36px;
    display: block;
    margin-top: 4px;
}

.c3 .con .c3-2 .list2 li:hover h4 {
    color: #28714a;
}

@media(max-width:767px) {
    .c3 .tit h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .c3 .con {
        margin-top: 20px;
    }

    .c3 .tit a.ck {
        width: 100px;
    }

    .c3 .con .list1 {
        width: 100%;
    }

    .c3 .con .list1 li .zi {
        font-size: 16px;
        line-height: 24px;
    }

    .c3 .con .list1 li .timex b {
        font-size: 24px;
    }

    .c3 .con .c3-2 {
        width: 100%;
        margin-top: 30px;
    }

    .c3 .con .c3-2 .list2 li {
        width: 100%;
    }

    .c3 .con .c3-2 .list2 li:nth-child(1) {
        margin-bottom: 20px;
    }

    .c3 .con .c3-2 .list2 li a {
        padding: 25px 15px;
    }

    .c3 .con .c3-2 .list2 li h3 {
        margin-bottom: 15px;
    }

    .c3 .con .c3-2 .list2 li h4 {
        font-size: 16px;
    }

    .c3 .con .c3-2 .list2 li dd {
        padding-top: 10px;
        margin-top: 12px;
    }

    .c3 .con .c3-2 .list2 li .sc {
        position: static;
        margin-top: 20px;
        padding: 0;
    }
}

/* section7 */
.section7 {}

.section7 .fbg {
    background: url(../images/bj5.jpg) no-repeat center;
    background-size: cover;
}

.ct1 {
    text-align: center;
}

.ct1 h3 {
    color: #000000;
    font-size: 24px;
    margin: 0.5vw 0;
}

.ct1 p {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
}

.ct2 {}

.ct2list {
    justify-content: center;
    margin-top: 1vw;
}

.ct2list li {
    width: 101px;
    text-align: center;
    margin: 0 2vw;
}

.ct2list li .img1 img {
    max-width: 101px;
    width: 100%;
}

.ct2list li .wz {
    color: #000000;
    font-size: 14px;
    line-height: 3;
}

.ct3 {
    max-width: 435px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2vw;
}

.ct3 p {
    color: #000000;
    font-size: 14px;
    padding-left: 2vw;
    margin-bottom: 1vw;
}

.ct3 p strong {
    font-size: 16px;
}

.ct3 p:nth-of-type(1) {
    background: url(../images/pp1.png) no-repeat left center;
}

.ct3 p:nth-of-type(2) {
    background: url(../images/pp2.png) no-repeat left center;
}

/* foot */
.foot-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.link {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.51);
    padding: 0 0 5px;
}

.link a {
    color: rgba(0, 0, 0, 0.51);
}

.cop-bg {
    background: #2b2b2b;
    padding: 30px 0;
}

.cop-index {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    text-align: center;
}

.cop-index a {
    color: rgba(255, 255, 255, 0.4);
}

@media(max-width:1300px) {
    .ct1 h3 {
        font-size: 20px;
    }

    .ct1 p {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .foot-bg {
        position: relative;
    }


    .ct3 p {
        padding-left: 30px;
    }
}

@media(max-width:640px) {
    .ct1 h3 {
        font-size: 16px;
    }

    .ct1 p {
        font-size: 18px;
    }

    .ct3 p strong {
        font-size: 15px;
    }

    .cop-bg {
        padding: 15px 0;
    }

    .cop-bg {
        padding-bottom: 10%;
    }
}


/* 手机页脚 */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #000;

}

.footer3 ul li .icon-shouy {
    background: url(../images/mp1.png) no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
}

.footer3 ul li .icon-daoh {
    background: url(../images/mp2.png) no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
}