@font-face {
    font-family: syl;
    src: url(../font/SOURCEHANSANSCN-LIGHT.OTF);
}

@font-face {
    font-family: syr;
    src: url(../font/SOURCEHANSANSCN-REGULAR.OTF);
}

@font-face {
    font-family: dinb;
    src: url(../font/DINPro-Bold.otf);
}

@font-face {
    font-family: ys;
    src: url(../font/YouSheBiaoTiYuan-2.otf);
}

body {
    max-width: 1920px;
    min-width: 1400px;
    margin: 0 auto;
    font-size: 20px;
    font-family: syr;
    color: #333333;
    background: #f6faf2;
}

.box {
    width: 73.5687%;
    min-width: 1400px;
    margin: 0 auto;
}

html {
    scroll-padding-top: 350px;
}

/* header */

header {
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    transition: .2s;
}

.htop .box {
    height: 90px;
    font-size: 20px;
}

.htop .txt {
    font-size: 20px;
    margin-left: 24px;
}

.htop .phone {
    font: 28px dinb;
    color: #7fbf35;
}

.htop .phone img {
    margin-right: 3px;
}

nav {
    height: 72px;
    background: #7fbf35;
    border-radius: 12px;
    left: 0;
    right: 0;
    top: 120px;
    padding: 0 96px 0 111px;
}

nav a {
    width: 80px;
    font-size: 18px;
    color: #fff;
    transition: .1s;
}

nav a img {
    display: none;
}

nav .active,
nav a:hover {
    color: #fff;
    font-size: 20px;
}

nav .active img,
nav a:hover img {
    display: inline-block;
}

.header {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 3px 26px rgb(0, 0, 0, .07);
    z-index: 99;
    max-width: 1920px;
}

.header nav {
    width: 70%;
    background: none;
    padding: 0;
}

.header nav a {
    color: #333;
}

.header nav a:hover,
.header nav .active {
    color: #7fbf35;
}

/* header end */

.xuan {
    position: fixed;
    right: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 69px;
    height: 367px;
    z-index: 99;
    font-size: 18px;
}

.xuan li {
    width: 69px;
    height: 69px;
    background: #666666;
    cursor: pointer;
}

.xuan li a img:nth-child(2) {
    display: none;
}

.xuan li:last-child {
    background: #b4b7b3 !important;
}

.xuan li:hover {
    background: #7fbf35;
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li a {
    width: 100%;
    height: 100%;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 200px;
    height: 60px;
    right: 90px;
    border-radius: 15px;
}

.xuan li:nth-child(2) .kuang {
    width: 150px;
    height: 150px;
}

.xuan li:nth-child(3) .kuang {
    width: 258px;
}

.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}

/* footer */


footer {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background: #272727;
    padding: 22px 0 0;
}

.f_top {
    border-bottom: 1px solid #dadada;
    padding-bottom: 19px;
    margin-bottom: 48px;
}

.f_top ul {
    width: 869px;
}

.f_top a {
    font-size: 18px;
    color: #fff;
}

.f_mid .phone p:nth-child(2) {
    font: 36px dinb;
}

.f_mid .infor p:nth-child(n+2) {
    margin-top: 16px;
}

.f_mid .infor span {
    font-size: 20px;
}

.f_mid .qr {
    width: 203px;
    margin-right: 16px;
    font-size: 16px;
}

.f_mid .qr img {
    height: 82px;
    background: url(../images/qr2.png) no-repeat center;
    padding: 5px;
}

.f_mid .line {
    width: 1px;
    height: 80px;
    background: rgb(255, 255, 255, .36);
}

.f_bottom {
    font-size: 16px;
    color: rgb(255, 255, 255, .7);
    margin-top: 44px;
    border-top: 1px solid rgb(255, 255, 255, .4);
}

.f_bottom .box {
    height: 68px;
}

.f_bottom a,
.f_bottom a:hover {
    color: rgb(255, 255, 255, .7);
}

/* footer end */

/* 列表分页 */

.pagination {
    width: 100%;
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.pagination li {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cccccc;
    font-size: 20px;
    color: #666666;
    margin: 0 6px;
}

.pagination li a {
    display: block;
    color: #666666;
}

.pagination li.active,
.pagination li a:hover {
    color: #fff;
    border-color: #0365cb;
    background: #0365cb;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
}

.sxy>div {
    max-width: 45%;
}


/* 列表分页 end */


/* index */

.swiper0 .swiper-pagination {
    bottom: 15px !important;
}

.swiper0 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}

.swiper0 .swiper-pagination-bullet-active {
    background: #fff;
}

.title img {
    display: block;
    margin: auto;
}

.title .aa {
    font-size: 40px;
    color: #7fbf35;
    margin: 10px 0 6px;
}

.title .bb {
    font-size: 18px;
    line-height: 1;
    color: #999999;
}

.index1 {
    padding: 80px 0;
}

.index1 .box {
    margin-top: 60px;
}

.index1 li>img {
    border-radius: 20px;
}

.index1 li>div {
    margin-top: -33px;
}

.index1 .tt {
    font-size: 24px;
    margin: 12px 0 6px;
}

.index1 .cn {
    font-size: 18px;
    color: #999999;
}

.index2 {
    background: url(../images/index2.jpg) no-repeat center;
    background-size: cover;
    padding: 106px 0 104px;
}

.index2 .tit {
    font-size: 42px;
    color: #6cb814;
}

.index2 .con {
    font-size: 20px;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.9);
    margin: 11px 0 34px;
}

.index2 .kuang {
    width: 78px;
    height: 5px;
    border: 1px solid #7fbf35;
    border-radius: 3.5px;
}

.index2 .cn {
    width: 594px;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    text-indent: 2em;
    margin-top: 59px;
}

.index3 {
    padding: 133px 0 93px;
    overflow: hidden;
}

.index3 .box {
    margin-top: 54px;
}

.index3 ul {
    width: 836px;
}

.index3 .cir {
    width: 69px;
    height: 69px;
    background: #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #7fbf35;
    margin: 0 auto -33px;
}

.index3 li img {
    border-radius: 20px;
}

.index3 .tt {
    font-size: 24px;
    margin: 17px 0 6px;
}

.index3 .cn {
    font-size: 18px;
    color: #666666;
}

.index3 .text {
    width: 486px;
    z-index: 8;
}

.index3 .tit {
    font: bold 34px syl;
    color: #7fbf35;
}

.index3 .kuang {
    width: 38px;
    height: 4px;
    background: #ebf0ef;
    border: 1px solid #7fbf35;
    border-radius: 3px;
    margin: 19px auto 59px;
}

.index3 .con {
    font-size: 18px;
    color: #666666;
}

.index3 .text::after {
    content: '';
    width: 950px;
    height: 560px;
    background: #f5fbeb;
    position: absolute;
    right: -253px;
    top: -160px;
    border: 10px solid rgb(127, 191, 53, .16);
    border-right: none;
    border-radius: 290px 0 0 290px;
    z-index: -1;
}

.index4 {
    padding-bottom: 91px;
}

.index4 .box {
    margin-top: 50px;
}

.index4 li>img {
    border-radius: 20px;
}

.index4 li:nth-child(1)>div {
    width: 558px;
    color: #999999;
    margin-top: 75px;
}

.index4 li:nth-child(1) .tit {
    font-size: 28px;
    color: #666666;
}

.index4 .tit img {
    margin-right: 13px;
}

.index4 li>div {
    font-size: 18px;
    line-height: 32px;
    margin-left: 29px;
}

.index4 hr {
    margin: 13px 0 22px;
}

.index4 li:nth-child(2) {
    margin-left: -40px;
}

.index4 li:nth-child(2)>img {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.12);
}

.index4 li:nth-child(2)>div {
    margin-top: 31px;
    color: #666666;
}

.index4 li:nth-child(2) .tit {
    font: bold 28px syl;
    color: #7fbf35;
}

.titlea .aa,
.titlea .bb {
    color: #fff;
}

.index5 {
    background: url(../images/index5.jpg) no-repeat center;
    background-size: cover;
    padding-top: 80px;
    overflow: hidden;
}

.index5 .box {
    margin-top: 60px;
}

.index5 li {
    width: 440px;
    height: 560px;
    background: url(../images/index5_01.jpg) no-repeat center;
    border-radius: 20px;
    padding: 82px 40px 0;
}

.index5 .num {
    font: 24px ys;
    color: #7fbf35;
}

.index5 .tit {
    font-size: 28px;
    margin: 20px 0 3px;
}

.index5 .tt {
    font-size: 18px;
    color: #999999;
}

.index5 .con {
    font-size: 18px;
    color: #666666;
    font-family: syl;
    margin-top: 34px;
}

.index5 .swiper-slide3 li {
    width: 100%;
    background-image: url(../images/index5_02.jpg);
}

.index5 .mySwiper {
    width: 1160px;
    height: 150px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    margin-top: -60px;
}

.index5 .aaa::before {
    content: '';
    width: 1440px;
    height: 150px;
    background: #7fbf35;
    border-radius: 0 60px 0 0;
    position: absolute;
    left: -252px;
    top: 0;
}

.index5 .mySwiper .swiper-slide-thumb-active p::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.index5 .swiper-button {
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 1;
    top: auto;
    bottom: 60px;
}

.index5 .swiper-button-prev {
    left: auto;
    right: 60px;
}

.index5 .swiper-button-next {
    right: 0;
    transform: rotateY(180deg);
}

.index5 .swiper-button:hover {
    background: #7fbf35;
}

.index5 .swiper-button:hover img {
    filter: brightness(100);
}

.index6 {
    padding: 100px 0;
}

.index6 .box>img {
    margin-right: -50px;
}

.index6 .box>div img {
    margin-left: 255px;
}

.index6 .tit {
    font-size: 36px;
    color: #7fbf35;
}

.index6 .tt {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.8);
    margin: 3px 0 30px;
}

.index6 .cir {
    width: 78px;
    height: 5px;
    border: 1px solid #7fbf35;
    border-radius: 3.5px;
}

.index6 .con {
    width: 522px;
    font-size: 18px;
    font-family: syl;
    color: #666666;
    margin-top: 63px;
}

.index7 {
    background: url(../images/index7.jpg) no-repeat top;
    background-size: contain;
    padding-top: 100px;
}

.index7 .box {
    margin-top: 50px;
}

.index7 li {
    width: calc((100% - 4px) / 5);
    height: 520px;
    padding-top: 104px;
    transition: .3s;
}

.index7 .tit {
    font-size: 28px;
    color: #fff;
}

.index7 .xian {
    width: 36px;
    height: 2px;
    background: #fff;
    margin: 14px auto 35px;
}

.index7 .con {
    width: 221px;
    font: 18px syl;
    color: #fff;
    margin: auto;
}

.index7 .con2 {
    display: none;
}

.index7 .xian2 {
    width: 1px;
    height: 50px;
    background: rgb(255, 255, 255, .5);
    margin: 30px auto 33px;
}

.index7 .num {
    font: 24px ys;
    color: rgb(255, 255, 255, .5);
}

.index7 .line {
    width: 1px;
    height: 460px;
    background: rgb(255, 255, 255, .6);
}

.index7 .active {
    background: #0365cb;
    border-radius: 20px;
    padding-top: 73px;
}

.index7 .active .con1,
.index7 .active .xian2 {
    display: none;
}

.index7 .active .con2 {
    display: block;
}

.index7 .active .num {
    font-size: 66px;
    color: rgb(255, 255, 255, .12);
    margin-top: 120px;
}

.index7 li:nth-child(3).active .num,
.index7 li:last-child.active .num {
    margin-top: 50px;
}

.index8 {
    padding-top: 90px;
}

.index8 .tab {
    margin: 58px 0 30px;
}

.index8 .tab p {
    width: 440px;
    height: 68px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 20px;
    color: #666666;
    padding: 0 31px 0 32px;
}

.index8 .tab .active {
    background: #7fbf35;
    color: #fff;
}

.index8 .tab .active img {
    filter: brightness(100);
}

.index8 .content {
    background: url(../images/index8_01.jpg) no-repeat center;
    border-radius: 60px;
    padding-right: 77px;
}

.index8 .content>div>div {
    padding: 107px 0 82px;
}

.index8 .tt {
    font-size: 28px;
    color: #7fbf35;
}

.index8 .tt span {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #7fbf35;
    margin-left: 16px;
}

.index8 .tit {
    font-size: 36px;
    margin: 10px 0 38px;
}

.index8 .con {
    width: 615px;
    font-size: 19px;
    color: #666666;
}

.index8 .more span {
    font-size: 18px;
    color: #0365cb;
    border-bottom: 1px solid #0365cb;
    margin-right: 19px;
}

.index9 {
    background: url(../images/index9.png) no-repeat center;
    padding: 120px 0;
}

.index9 li {
    width: 300px;
    height: 260px;
    background: #fff;
    padding: 77px 0 45px;
    font: bold 22px syl;
    color: #666666;
    margin-top: 80px;
    transition: .2s;
}

.index9 li:hover {
    background: #7fbf35;
}

.index9 li:hover>* {
    filter: brightness(100);
}

.index10 {
    background: url(../images/index10.jpg) no-repeat center;
    padding: 80px 0;
    overflow: hidden;
}

.index10 .box>div:nth-child(1) {
    margin-top: 63px;
}

.index10 .box>div:nth-child(1) img {
    margin-left: 290px;
}

.index10 .tit {
    font-size: 36px;
    color: #7fbf35;
}

.index10 .tit span {
    color: #333333;
}

.index10 .cir {
    width: 78px;
    height: 5px;
    border: 1px solid #7fbf35;
    border-radius: 3.5px;
    margin-top: 16px;
}

.index10 ul {
    width: 630px;
    padding-top: 40px;
    margin-top: 94px;
}

.index10 ul::after {
    content: '';
    width: 1200px;
    height: 400px;
    background: #7fbf35;
    border-radius: 200px;
    position: absolute;
    left: -161px;
    top: 0;
    z-index: -1;
}

.index10 ul::before {
    content: '';
    width: 1200px;
    height: 400px;
    background: rgb(127, 191, 53, .16);
    border-radius: 200px;
    position: absolute;
    left: -161px;
    top: 20px;
    z-index: -1;
}

.index10 li {
    width: 80px;
    height: 320px;
    border: 1px solid transparent;
    border-radius: 40px;
    padding: 41px 0;
    color: #fff;
}

.index10 .tt {
    font-size: 24px;
    letter-spacing: 1px;
}

.index10 .num {
    font-size: 18px;
    color: rgb(255, 255, 255, .5);
}

.index10 .active {
    border-color: #fff;
}

.index10 .img {
    width: 960px;
    height: 760px;
    box-shadow: 2px 0px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 80px 0 0 80px;
    left: 64px;
}

.index10 .img img {
    border-radius: 80px 0 0 80px;
}

.index11 {
    padding: 80px 0;
}

.index11 .list {
    width: 440px;
    height: 520px;
    background: #fff;
    margin: 60px 40px 0 0;
}

.index11 .list:nth-child(3n) {
    margin-right: 0;
}

.index11 .img {
    height: 430px;
    overflow: hidden;
}

.index11 .img img {
    max-width: 100%;
    max-height: 100%;
    transition: .2s;
}

.index11 .tt {
    height: 90px;
    border-bottom: 2px solid #7fbf35;
    font-size: 22px;
    padding: 0 40px;
}

.index11 .tt span {
    width: 46px;
    height: 46px;
    background: #7fbf35;
    border-radius: 50%;
}

.index11 .tt img {
    filter: brightness(100);
}

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

.index11 .list:hover .tt {
    background: #7fbf35;
    border-radius: 0 40px 0 0;
    color: #fff;
}

.index11 .list:hover .tt span {
    background: #fff;
}

.index11 .list:hover .tt img {
    filter: none;
}

.index11 .more {
    display: inline-block;
    font-size: 18px;
    color: #0365cb;
    border-bottom: 1px solid #0365cb;
    padding-bottom: 6px;
    margin-top: 50px;
}

.index12 {
    background: url(../images/index12.jpg) no-repeat center;
    padding: 80px 0 87px;
    overflow: hidden;
}

.index12 .title .aa span {
    color: #333333;
}

.index12 .box {
    margin-top: 53px;
}

.index12 .box::before {
    content: '';
    width: 620px;
    height: 800px;
    background: #76bb27;
    border-radius: 0 160px 0 0;
    position: absolute;
    left: -251px;
    top: -191px;
    z-index: -1;
}

.index12 .tab {
    width: 253px;
    margin-left: 79px;
}

.index12 .tab a {
    display: block;
    font: 24px syl;
    color: #fff;
}

.index12 .tab a:nth-child(n+2) {
    margin-top: 36px;
}

.index12 .tab a:hover:not(:last-child),
.index12 .tab .active {
    font: 28px syr;
}

.index12 .tab a:hover:not(:last-child):before,
.index12 .tab .active::before {
    content: '';
    width: 321px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -336px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 34;
}

.index12 .con {
    width: 980px;
}

.index12 .tt {
    font-size: 28px;
    color: #7fbf35;
}

.index12 .cn {
    font: 18px syl;
    color: #666666;
    margin: 5px 0 36px;
}

.index12 .img>div {
    width: 480px;
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
}

.index13 {
    background: url(../images/index13.jpg) no-repeat top;
    padding-top: 92px;
}

.index13 .title .bb {
    font: 18px/32px syl;
    opacity: 0.8;
    margin: 30px 0 48px;
}

.index13 ul {
    margin: 0 72px;
}

.index13 .tt {
    font-size: 18px;
    color: #fff;
}

.index13 .tt span {
    font: 88px/1 dinb;
}

.index13 .cn {
    font: 18px syl;
    color: #fff;
    margin-top: 8px;
}

.index13 .kuang {
    width: 1340px;
    height: 500px;
    background: #fff;
    box-shadow: 0px 2px 12px 0px rgba(29, 68, 0, 0.12);
    margin: 63px auto 0;
    padding: 36px 98px;
    font-size: 18px;
    line-height: 32px;
}

.index13 .img {
    height: 350px;
    overflow: hidden;
    margin-bottom: 16px;
}

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

.index13 .con {
    color: #999999;
}

.index13 .swiper-button {
    width: 60px;
    height: 60px;
    background: #f5f7f7;
}

.index13 .swiper-button-prev {
    left: -30px;
}

.index13 .swiper-button-next {
    transform: rotateY(180deg);
    right: -30px;
}

.index13 .swiper-button:hover {
    background: #0365cb;
}

.index13 .swiper-button:hover img {
    filter: brightness(100);
}

.index14 {
    padding: 80px 0 100px;
}

.index14 li {
    width: 440px;
    height: 140px;
    background: #fff;
    border-radius: 9px;
    margin-top: 60px;
    transition: .3s;
}

.index14 .img {
    width: 96px;
    height: 96px;
    background: #f6faf2;
    border-radius: 8px;
    margin: 0 23px 0 22px;
}

.index14 .tt {
    font: bold 24px syl;
}

.index14 .cn {
    font-size: 20px;
    color: #999999;
}

.index14 li:hover {
    background: #7fbf35;
}

.index14 li:hover .img {
    background: #fff;
}

.index14 li:hover .tt,
.index14 li:hover .cn {
    color: #fff;
}

.index15 {
    background: url(../images/index15.jpg) no-repeat center;
    background-size: cover;
    padding: 80px 0 116px;
}

.index15 .box {
    margin-top: 59px;
}

.index15 .swiper {
    width: 1200px;
}

.index15 .swiper p {
    width: 100%;
    height: 60px;
    background-color: rgb(127, 191, 53, .8);
    left: 0;
    bottom: 0;
    font: 20px syl;
    color: #fff;
}

.index15 .swiper-button {
    width: 60px;
    height: 60px;
    background: #f5f7f7;
}

.index15 .swiper-button-prev {
    left: -30px;
}

.index15 .swiper-button-next {
    transform: rotateY(180deg);
    right: -30px;
}

.index15 .swiper-button:hover {
    background: #0365cb;
}

.index15 .swiper-button:hover img {
    filter: brightness(100);
}

.index15 .swiper-pagination {
    bottom: -65px !important;
}

.index15 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #cccccc;
    opacity: 1;
}

.index15 .swiper-pagination-bullet-active {
    background: #7fbf35;
}

section {
    background: url(../images/index16.jpg) no-repeat top;
    padding: 128px 0 80px;
}

.index16 .box>img {
    margin-left: 305px;
}

.index16 .tit {
    margin: -1px 0 10px;
}

.index16 .tit font {
    font-size: 36px;
    margin: 0 25px;
}

.index16 .tt {
    font: 22px syl;
    color: #666666;
}

.index16 .text {
    width: 1016px;
    height: 64px;
    background: url(../images/index16_02.png) no-repeat center;
    font: 18px syl;
    color: #fff;
    padding: 0 42px;
    margin: 82px auto 56px;
}

.index16 .more {
    font-size: 18px;
    color: #0365cb;
    border-bottom: 1px solid #0365cb;
    padding-bottom: 8px;
}

.index17 {
    padding-top: 124px;
}

.index17 .title .bb {
    color: #fff;
}

.index17 .box {
    margin-top: 50px;
}

.index17 li {
    width: 344px;
    height: 240px;
    background: rgb(255, 255, 255, .16);
    font: bold 22px syl;
    color: #fff;
    padding-top: 76px;
    margin-top: 8px;
}

.index17 li img {
    margin-bottom: 23px;
}

.index18 {
    padding: 80px 0;
}

.index18 .tt1 {
    font-size: 112px;
    color: rgba(127, 191, 53, 0.071);
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top, rgba(127, 191, 53, 0.071), transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index18 .tt2 {
    font: bold 36px/1 syl;
    color: #7fbf35;
    margin: -53px 0 16px;
}

.index18 .tt3 {
    font-size: 20px;
    color: #999999;
}

.index18 .cir {
    width: 78px;
    height: 5px;
    border: 1px solid #7fbf35;
    border-radius: 3.5px;
    margin: 32px 0 67px;
}

.index18 .tt4 {
    font-size: 24px;
    line-height: 40px;
    color: #333333;
}

.index18 .more {
    margin-top: 99px;
}

.index18 .more span {
    font-size: 18px;
    color: #0365cb;
    border-bottom: 1px solid #0365cb;
    margin-right: 19px;
}

.index18 .img {
    width: 700px;
    height: 580px;
    border-radius: 20px;
    overflow: hidden;
}

.form {
    background: url(../images/form.jpg) no-repeat center;
    background-size: cover;
    padding: 110px 0 75px;
    color: #fff;
}

.form .box {
    margin-top: 47px;
}

.form form>div:nth-child(-n+2) {
    width: 680px;
}

.form form>div:nth-child(3) {
    width: 100%;
    margin: 30px 0 40px;
}

.form .cn {
    width: 100%;
    height: 68px;
    background: #fff;
    padding-left: 22px;
    margin-top: 7px;
}

.form .cn>*:nth-child(2) {
    width: 90%;
    height: 100%;
    font: 18px syl;
    color: #999999;
    margin-left: 18px;
}

.form form>div:nth-child(3) .cn {
    height: 160px;
    padding-top: 22px;
}

.form button {
    width: 320px;
    height: 68px;
    background: #7fbf35;
    font-size: 18px;
    color: #fff;
    margin: auto;
}

/* index end */


.banner {
    height: 460px;
}

.topnav {
    font-size: 20px;
    color: #999999;
    border-bottom: 1px solid #cccccc;
    padding: 38px 0 22px;
}

.topnav a {
    color: #999999;
}

.topnav a:hover,
.topnav a:nth-child(3) {
    color: #333333;
}

/* 关于我们 */

.att {
    font-size: 52px;
    color: rgba(51, 51, 51, 0.078);
    text-transform: uppercase;
    line-height: 1;
    word-spacing: 3px;
}

.atit {
    font-size: 40px;
    line-height: 1;
    margin-top: -20px;
}

.about1 {
    padding: 80px 0 78px;
    overflow: hidden;
}

.about1 .box {
    margin-top: 50px;
}

.about1 .img {
    width: 760px;
    height: 450px;
    overflow: hidden;
}

.about1 .text {
    width: 568px;
}

.about1 .tit {
    font-size: 28px;
}

.about1 .line {
    width: 50px;
    height: 3px;
    background: #7fbf35;
    margin: 13px 0 25px;
}

.about1 .tt {
    font-size: 20px;
    color: #2c4887;
}

.about1 .con {
    font: 18px/34px syl;
    color: #666666;
    margin-top: 19px;
    margin-bottom: 50px;
}

.about1 .aaa::after {
    content: '';
    width: 1240px;
    height: 400px;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: -1;
}

.about1 .content {
    margin: 80px 0 0;
}

.about2 {
    background: url(../images/about2.jpg) no-repeat center;
    padding: 80px 0;
}

.about2 .txt {
    font: 18px syl;
    color: #666666;
    margin: 60px 0 40px;
}

.about2 .swiper {
    padding-bottom: 112px;
}

.about2 .swiper-slide {
    background: #fff;
}

.about2 .img {
    width: 240px;
    height: 350px;
    overflow: hidden;
    margin: 50px auto 19px;
}

.about2 .text {
    height: 90px;
    border-top: 1px solid #cccccc;
    font-size: 22px;
    line-height: 32px;
}

.about2 .cn {
    font-size: 20px;
    color: #999999;
}

.about2 .swiper-pagination {
    bottom: 0 !important;
    z-index: 0;
}

.about2 .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cccccc;
    background: none;
    border-radius: 0;
    font-size: 20px;
    color: #666666;
    opacity: 1;
}

.about2 .swiper-pagination-bullet-active {
    background: #0365cb;
    border-color: #0365cb;
    color: #fff;
}

.about2 .swiper-button {
    width: 52px;
    height: 52px;
    background: url(../images/left.jpg) no-repeat center;
    top: auto;
    bottom: 0;
}

.about2 .swiper-button-prev {
    left: 523px;
}

.about2 .swiper-button-next {
    transform: rotateY(180deg);
    right: 523px;
}

/* 关于我们 end */


/* 产品中心 */

.prolist {
    padding: 80px 0 99px;
}

.s_con .list {
    width: 440px;
    height: 530px;
    background: #fff;
    margin: 80px 40px 0 0;
}

.s_con .list:nth-child(3n) {
    margin-right: 0;
}

.s_con .img {
    height: 442px;
    overflow: hidden;
}

.s_con .img img {
    max-width: 100%;
    max-height: 100%;
    transition: .3s;
}

.s_con .tt {
    width: 400px;
    height: 68px;
    background: #eef0eb;
    border-radius: 8px;
    font-size: 22px;
    margin: auto;
}

.s_con .list:hover .tt {
    background: #7fbf35;
    color: #fff;
}

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

/* 产品中心 end */


/* 合作 */

.join1 {
    background: url(../images/join1.png) no-repeat bottom;
    padding: 80px 0;
}

.join1 .box {
    margin-top: 12px;
}

.join1 li {
    width: 438px;
    height: 256px;
    background: #fff;
    border-radius: 25px;
    margin-top: 48px;
}

.join1 .tt {
    font-size: 26px;
    margin: 27px 0 13px;
}

.join1 .cn {
    font-size: 18px;
    color: rgb(102, 102, 102, .6);
}

.join2 {
    background: url(../images/join2.jpg) no-repeat center;
    padding: 80px 0;
}

.join2 .box1 {
    width: 1200px;
    margin: 30px auto 0;
}

.join2 li {
    margin-top: 30px;
}

.join2 li p {
    height: 45px;
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
}

.join3 {
    padding: 80px 0 100px;
}

.join3 .aaa {
    background: url(../images/join3_01.jpg) no-repeat center;
    margin-bottom: 80px;
}

.join3 .aaa>div {
    padding: 129px 0 22px 112px;
    color: #fff;
}

.join3 .tt {
    font-size: 36px;
}

.join3 .tt span {
    font-size: 36px;
    opacity: 0.16;
    text-transform: uppercase;
}

.join3 .tt2 {
    font-size: 58px;
}

.join3 .tt3 {
    font-size: 24px;
}

.join3 .line {
    width: 600px;
    height: 1px;
    background: #fff;
    margin: 74px 0 26px;
}

.join3 .tt4 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}

.join3 ul {
    margin-top: 46px;
}

.join3 .tit {
    font-size: 30px;
    color: #7fbf35;
}

.join3 .con {
    font-size: 18px;
    color: #666666;
    margin: 3px 0 21px;
}

.join3 li img {
    border-radius: 16px;
}

/* 合作 end */

/* 案例 */

.case {
    padding: 80px 0 100px;
}

.case .box {
    margin-top: 61px;
}

.case .tab a {
    width: 50%;
    height: 74px;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 20px;
    color: #666666;
}

.case .tab a:hover,
.case .tab .active {
    background: #7fbf35;
    color: #fff;
    border-color: #7fbf35;
}

.case .list {
    width: 100%;
    background: #fff;
    margin-top: 50px;
    padding-right: 50px;
    transition: .2s;
}

.case .img {
    width: 540px;
    height: 360px;
}

.case .img>div {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.case .text {
    width: 760px;
}

.case .tit {
    font-size: 26px;
}

.case hr {
    margin: 11px 0 19px;
}

.case .con {
    height: 108px;
    font: 18px syl;
    color: #666666;
    -webkit-line-clamp: 4;
}

.case .more {
    margin-top: 58px;
}

.case .more font {
    font-size: 18px;
    color: #0365cb;
    border-bottom: 1px solid #0365cb;
    margin-right: 19px;
}

.case .more span {
    width: 46px;
    height: 46px;
    background: #0365cb;
    border-radius: 50%;
}

.case .more img {
    filter: brightness(100);
}

.case .list:hover {
    background: #7fbf35;
}

.case .list:hover .tit,
.case .list:hover .con {
    color: #fff;
}

.case .list:hover .more font {
    color: #fff;
    border-color: #fff;
}

.case .list:hover .more span {
    background: #fff;
}

.case .list:hover .more img {
    filter: invert(39%) sepia(96%) saturate(6096%) hue-rotate(200deg) brightness(90%) contrast(98%);
}

.case .list2 {
    width: 680px;
    background: #000;
    margin-top: 50px;
}

.case .pagination {
    margin-top: 80px;
}

/* 案例 end */

/* 新闻资讯 */

.news {
    padding: 80px 0 70px;
}

.news .box {
    margin-top: 60px;
}

.news .list {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.news .time {
    font-size: 18px;
    line-height: 34px;
    color: #7fbf35;
}

.news .time b {
    font-size: 50px;
}

.news .img {
    width: 460px;
    height: 280px;
    overflow: hidden;
}

.news .text {
    width: 774px;
    padding: 24px 0 19px;
}

.news .tit {
    font-size: 24px;
    color: #333;
}

.news .describe {
    font: 18px syl;
    color: #666666;
    -webkit-line-clamp: 3;
    height: 81px;
    margin: 12px 0 56px;
}

.news .more {
    width: 140px;
    height: 42px;
    background: #7fbf35;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
}



/* 新闻资讯 end */

.arc {
    padding: 80px 0;
}

.arc .content {
    font: 18px/36px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    padding-bottom: 80px;
}

.arc .tit {
    font-size: 40px;
    font-weight: bold;
}

.arc .time {
    font-size: 18px;
    margin: 10px 0 50px;
}

.arc img {
    display: block;
    max-width: 100%;
    margin: auto;
}

/* contact */

.contact {
    padding: 80px 0 100px;
}

.contact .box {
    margin-top: 60px;
}

.contact .left {
    width: 496px;
    opacity: 0.9;
}

.contact .left .text {
    margin-bottom: 54px;
    font: 18px syl;
}

.contact .left .text font {
    word-break: break-all;
    font-size: 19px;
}

.contact .left span {
    font-size: 24px;
    margin-left: 16px;
}

.contact .left .line {
    height: 1px;
    background: #d6d6d6;
    margin: 16px 0;
}

.contact .qrcode {
    width: 124px;
    margin-top: 31px;
    font: 16px syl;
    color: rgb(54, 54, 54, .6);
}

.contact .qrcode img {
    width: 114px;
    padding: 5px;
    background: url(../images/qr.png) no-repeat center;
    margin-bottom: 9px;
}

.contact .maps {
    width: 781px;
    height: 717px;
}

.contact .map {
    width: 100%;
    height: 100%;
}

/* contact end */