* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}

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

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

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

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px !important;
    font-family: syr !important;
    color: #333333;
}

.box {
    width: 1200px;
    margin: auto;
}

/* header */
header {
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    position: relative;
}

.h_top {
    border-bottom: 1px solid rgb(15, 113, 10, .5);
}

.h_top .box {
    height: 92px;
}

.h_top .txt {
    font-size: 18px;
    text-align-last: justify;
}

.h_top .txt span {
    display: block;
    font: 22px sym;
    color: #0f710a;
    margin-bottom: -5px;
}

.h_top .phone {
    font-size: 16px;
    color: #0f710a;
}

.h_top .phone span {
    display: block;
    font: 24px sym;
    margin-top: -9px;
}

.h_top .phone img {
    margin-right: 6px;
}

nav {
    height: 55px;
}

nav a {
    font-size: 20px;
    color: #333333;
}

nav .logo {
    margin-top: -35px;
    z-index: 9;
}

nav .active,
nav a:not(.logo):hover,
.header .active,
.header a:not(.logo):hover {
    font-family: sym;
    color: #0f710a;
}

nav .active::after,
nav a:not(.logo):hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #0f710a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
}

.header {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    box-shadow: rgb(220 220 220 / 50%) 7px 10px 17px 0px;
}

.header .box {
    height: 100px;
}

.header .left {
    margin-top: 80px;
}

.header .right {
    width: 800px;
}

/* header end */

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

.xuan li {
    width: 68px;
    height: 68px;
    background: #161616;
    cursor: pointer;
    border-radius: 4px;
}

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

.xuan li:last-child {
    background: #212226 !important;
    opacity: 0.31;
}

.xuan li:hover {
    background: #0f710a;
}

.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 {
    background: url(../images/footer.jpg) no-repeat center;
    padding: 89px 0 70px;
}

footer .logo {
    display: block;
    height: 185px;
    margin: auto;
}

.ftop {
    background: #f8f8f8;
    padding: 103px 93px 68px 96px;
    margin: -78px 0 38px;
}

.ftl {
    width: 288px;
}

.ftl .tit {
    font: 26px sym;
    margin-bottom: 32px;
}

.ftl .con a,
.ftl .con a:hover {
    font-size: 20px;
    color: #333333;
    margin-top: 9px;
}

.ftl .con a img {
    margin-right: 7px;
}

.ftm {
    width: 340px;
}

.ftm>div:nth-child(n+2) {
    margin-top: 8px;
}

.ftm .tt {
    font-size: 18px;
    opacity: 0.7;
}

.ftm .cn {
    font-size: 20px;
    margin-top: 3px;
}

.ftr>div:nth-child(2) {
    margin-top: 10px;
}

.ftr p {
    font-size: 14px;
}

.ftr .img {
    width: 104px;
    height: 104px;
    background: url(../images/qr.png) no-repeat center;
    padding: 4px;
    overflow: hidden;
    margin-bottom: 6px;
}

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

.fbtm {
    font: 16px syl;
    color: #fff;
}

.fbtm a,
.fbtm a:hover {
    color: #fff;
}

/* footer end */

/* 列表分页 */
.pagination {
    line-height: 78px;
    font-size: 22px;
    text-align: center;
    border-top: 1px solid #bfbfbf;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

.pagination li {
    width: 27px;
    display: inline-block;
    margin: 0 25px;
}

.pagination li.active,
.pagination li a:hover {
    color: #0f710a !important;
    position: relative;
}

.pagination li.active::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #0f710a;
    position: absolute;
    left: 0;
    right: 0;
    top: -0;
}

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

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


/* 列表分页 end */


/* index */

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

.swiper0 .swiper-pagination-bullet {
    position: relative;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 0;
    transform: rotate(45deg);
    opacity: 1;
    margin: 0 14px !important;
}

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

.swiper0 .swiper-pagination-bullet-active::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 0%;
    position: absolute;
    left: -4px;
    top: -4px;
}

.title .aa {
    font: 48px sym;
    color: #0f710a;
    margin: -8px 0 -13px;
}

.title .bb {
    font: 24px syl;
    color: #333333;
}

.index1 {
    background: #f8f8f8;
    padding: 100px 0 76px;
    overflow: hidden;
}

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

.index1 li {
    width: 250px;
    height: 426px;
    background: #fff;
    transition: .3s;
}

.index1 li>div {
    width: 250px;
    padding-top: 40px;
}

.index1 li img {
    display: none;
}

.index1 .num {
    font: 80px Impact;
    color: #0f710a;
    opacity: 0.3;
    margin-bottom: -2px;
}

.index1 .tit {
    font-size: 22px;
    color: #0f710a;
}

.index1 .line {
    width: 49px;
    height: 2px;
    background: #7fb37c;
    margin: 8px auto 19px;
}

.index1 .con {
    width: 197px;
    font: 17px/24px syl;
    margin: auto;
    text-align: justify;
}

.index1 .active {
    width: 700px;
    background: #0f710a;
    box-shadow: 0px 15px 12.61px 0.39px rgba(226, 226, 226, 0.35);
}

.index1 .active img {
    display: block;
}

.index1 .active .num,
.index1 .active .tit,
.index1 .active .con {
    color: #fff;
}

.index2 {
    background: url(../images/index2.jpg) no-repeat center;
    padding: 179px 0 42px;
    color: #fff;
}

.index2 .aa {
    font: 24px syl;
}

.index2 .bb {
    font-size: 60px;
    margin: -8px 0 -2px;
}

.index2 .cc {
    font: 26px syl;
}

.index2 a,
.index2 a:hover {
    width: 249px;
    height: 47px;
    background: #0f710a;
    clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
    font-size: 24px;
    color: #fff;
    margin: 30px auto 12px;
}

.index2 .phone {
    font-size: 24px;
}

.index2 .phone span {
    font-size: 26px;
}

.index2 .tt {
    font-size: 20px;
    color: #e4f0e7;
    margin-top: 104px;
}

.index3 {
    background: url(../images/index3.jpg) no-repeat top #fff;
    padding: 101px 0 64px;
}

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

.index3 a,
.index3 a:hover {
    width: 249px;
    height: 47px;
    background: #0f710a;
    clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
    font-size: 24px;
    color: #fff;
    margin: -16px auto 33px;
}

.index3 li {
    width: 160px;
    height: 270px;
    background: #0f710a;
    border-radius: 80px;
    font: 20px/26px syl;
    color: #fff;
    padding: 10px;
}

.index3 li img {
    border-radius: 50%;
    border: 2px solid #f2f2f2;
    margin-bottom: 15px;
}

.index3 li span {
    font-family: sym;
}

.index4 {
    background: url(../images/index4.jpg) no-repeat center;
    padding: 70px 0 71px;
    color: #fff;
}

.index4 .tit {
    font-size: 48px;
}

.index4 .tit span {
    display: block;
    font: 28px syl;
    margin-bottom: -5px;
}

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

.index4 li {
    border-radius: 20px;
    overflow: hidden;
}

.index4 .p_a {
    top: 26px;
    left: 30px;
    width: 64px;
    height: 170px;
    border: 1px solid #fff;
}

.index4 .tt {
    font-size: 38px;
    line-height: 63px;
    border-bottom: 1px solid #fff;
}

.index4 .cn {
    font: 18px/28px syl;
    margin: auto;
    height: 105px;
    letter-spacing: 1px;
}

.index4 .cn::before {
    content: '';
    width: 1px;
    height: 78px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.index4 .con {
    width: 249px;
    height: 47px;
    font-size: 24px;
    color: #0f710a;
    background: #fff;
    clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
    margin: 30px auto 0;
}

.index5 {
    padding: 100px 0;
}

.index5 .tab>div {
    width: 246px;
    height: 116px;
    background: #f8f8f8;
    padding: 0 28px 0 34px;
    color: #666666;
    border-left: 1px solid rgb(51, 51, 51, .3);
    border-bottom: 1px solid rgb(51, 51, 51, .3);
}

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

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

.index5 .tt {
    font: 16px syl;
    opacity: 0.6;
    text-transform: uppercase;
    margin-top: -8px;
}

.index5 .cir {
    background: #666666;
    border-radius: 50%;
}

.index5 .cir img {
    filter: brightness(100);
}

.index5 .tab .active {
    background: #0f710a;
    color: #fff;
}

.index5 .active .cir {
    background: #fff;
}

.index5 .active .cir img {
    filter: none;
}

.index5 .con {
    width: 100%;
    height: 86px;
    background: rgb(51, 51, 51, .7);
    font: 22px syl;
    color: #fff;
    left: 0;
    bottom: 0;
}

.index5::after {
    content: '';
    width: 100%;
    height: 426px;
    background: url(../images/index5.jpg) no-repeat center;
    position: absolute;
    bottom: -152px;
    left: 0;
    z-index: -1;
}

.index6 .content {
    background: url(../images/index6.jpg) no-repeat center;
    height: 713px;
    margin-top: 56px;
}

.index7 {
    padding-top: 94px;
}

.index7 .content {
    background: url(../images/index7.jpg) no-repeat top;
    height: 733px;
    padding-top: 183px;
    margin-top: 40px;
}

.index7 .box {
    width: 1087px;
}

.index7 li p {
    font-size: 22px;
    color: #fff;
    margin-top: 4px;
}

.index7 li:nth-child(2),
.index7 li:nth-child(4) {
    margin-top: 210px;
}

.index7 li:nth-child(3) {
    margin: 309px 108px 0;
}

.index8 {
    background: url(../images/index8.jpg) no-repeat top;
    padding: 100px 0;
}

.index8 .box {
    margin-top: 44px;
}

.index8 li>div {
    height: 125px;
    background: #0f710a;
    color: #fff;
    font-size: 32px;
    margin-bottom: 24px;
}

.index8 .tt {
    font: 24px syl;
    margin-bottom: -4px;
}

.index9 {
    background: url(../images/index9.jpg) no-repeat top;
    height: 979px;
    padding-top: 100px;
}

.index9 .title {
    filter: brightness(100);
}

.index9 .img {
    width: 576px;
    height: 576px;
    left: 0;
    right: 0;
    top: 302px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.index9 ul {
    width: 1160px;
    margin-top: 141px;
}

.index9 label:nth-child(n+2) {
    margin-top: 37px;
}

.index9 li {
    width: 252px;
    height: 81px;
    opacity: 0.6;
    border: 3px solid transparent;
    border-radius: 40px;
    position: relative;
}

.index9 li p {
    width: inherit;
    font-size: 24px;
    color: #fff;
}

.index9 .active {
    border-color: #fff;
    background-color: rgb(15, 113, 10);
    box-shadow: 0px 5px 7px 0px rgba(17, 80, 14, 0.73);
    opacity: 1;
    overflow: hidden;
}

.index9 .active img {
    border-radius: 50%;
    box-shadow: 0px 5px 7px 0px rgba(17, 80, 14, 0.73);
}

.index9 li:nth-child(odd).active img {
    margin-left: -3px;
}

.index9 li:nth-child(even).active img {
    margin-right: -3px;
}

.index10 {
    background: #f2fcf1;
    padding: 100px 0 66px;
}

.index10 .box {
    width: 1162px;
    margin-top: 44px;
}

.index10 li {
    background: url(../images/index10_1.png) no-repeat center;
    width: 217px;
    height: 251px;
}

.index10 li:nth-child(6) {
    margin-left: 118px;
}

.index10 li:nth-child(9) {
    margin-right: 118px;
}

.index10 li:nth-child(n+6) {
    margin-top: -44px;
}

.index10 li p {
    font-size: 21px;
    color: #fff;
    margin-top: 13px;
}

.index10 li:hover {
    background-image: url(../images/index10_1a.png);
}

.form {
    padding: 110px 0 117px;
    overflow: hidden;
}

.form .title {
    display: none;
    margin-bottom: 85px;
}

.form form p {
    width: 588px;
    height: 71px;
    border-radius: 10px;
    padding-left: 29px;
    border: 1px solid #959595;
    margin-bottom: 32px;
}

.form form p:nth-child(3) {
    width: 100%;
    height: 98px;
    padding-top: 20px;
}

.form form p img {
    filter: brightness(0);
    opacity: 0.4;
}

.form input,
.form textarea {
    width: 80%;
    height: 100%;
    margin-left: 16px;
    font-size: 18px;
    color: #959595;
}

.form button {
    width: 249px;
    height: 47px;
    background: #0f710a;
    clip-path: polygon(15px 0, calc(100% - 15px) 0, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 calc(100% - 15px), 0 15px);
    font-size: 24px;
    color: #fff;
    margin: 85px 0 7px;
}

.form .active {
    border-color: #0f710a;
}

.form .active img {
    filter: none;
    opacity: 1;
}

.form .active input,
.form .active textarea,
.form .active input::placeholder,
.form .active textarea::placeholder {
    color: #0f710a;
}

.form .tt {
    font: 18px syl;
}

/* index end */

.sj1 {
    width: 1386px;
    margin-top: -126px;
    background: #fff;
}

.crumb {
    height: 68px;
    font-size: 16px;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 95px;
}

.about .content {
    padding: 62px 93px 85px 89px;
}

.about1 .img {
    width: 528px;
    height: 396px;
    overflow: hidden;
}

.about1 .tt {
    font: 26px sym;
    color: #666666;
    text-transform: uppercase;
}

.about1 .tit {
    font: 26px sym;
    color: #0f710a;
}

.about1 .con {
    width: 580px;
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

.about2 {
    background: #f8faf5;
    padding: 110px 0 0;
    overflow: hidden;
}

.a_tit {
    font: 36px sym;
}

.a_tit::after {
    content: '';
    width: 40px;
    height: 3px;
    background: #0f710a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    margin: auto;
}

.about2 .swiper {
    padding: 77px 10px 130px;
}

.about2 .swiper-slide {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 7px 0px rgba(15, 113, 10, 0.21);
}

.about2 .img {
    height: 310px;
}

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

.about2 .tt {
    font-size: 18px;
    line-height: 83px;
    border-top: 1px solid #c9c9c9;
    text-transform: uppercase;
}

.about2 .swiper-button {
    width: 36px;
    height: 36px;
    background: #999999;
    border-radius: 50%;
}

.about2 .swiper-button img {
    width: 8px;
    height: 10px;
}

.about2 .swiper-button:hover {
    background: #0f710a;
}

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

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

/* 关于我们 end */


/* 产品中心 */

.prolist .content {
    padding: 108px 93px 290px;
}

.prolist .p_nav {
    width: 285px;
    padding-bottom: 50px;
    background: #f0f0f0;
}

.p_nav>h3 {
    line-height: 64px;
    background: #0f710a;
    font-size: 24px;
    color: #fff;
}

.p_nav ul {
    margin-bottom: 9px;
}

.p_nav ul li {
    width: 288px;
    height: 83px;
    border-bottom: 1px dashed #e0e0e0;
}

.p_nav ul li a {
    padding-left: 24px;
    font-size: 20px;
    color: #666666;
}

.p_nav ul li a.active,
.p_nav ul li a:hover {
    font-size: 20px;
    color: #0f710a;
}

.p_ewm img {
    width: 144px;
    height: 144px;
    margin: 51px 0 28px;
    border: 1px dashed #0f710a;
    padding: 3px;
}

.p_ewm .phone {
    font-size: 30px;
    color: #0f710a;
}

.p_ewm .phone img {
    margin-right: 8px;
}

.prolist .list {
    width: 863px;
}

.prolist .list li {
    width: 422px;
    margin-bottom: 20px;
    background: #f0f0f0;
    transition: .3s;
}

.p_img {
    height: 288px;
    overflow: hidden;
}

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

.p_con {
    padding: 0 58px 0 40px;
    height: 88px;
}

.p_con span {
    width: 78%;
}

.p_con img:nth-child(3) {
    display: none;
}

.prolist .list li:hover {
    background: #0f710a;
}

.prolist .list li:hover .p_con {
    color: #fff;
}

.prolist .list li:hover .p_con img:nth-child(2) {
    display: none;
}

.prolist .list li:hover .p_con img:nth-child(3) {
    display: block;
}

/* 产品中心 end */

/* 商业合作 */

.cooperation1 .content {
    padding: 100px 93px 50px;
}

.cooperation1 ul {
    margin-top: 80px;
}

.cooperation1 li {
    width: 290px;
    background: #0f710a;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 14px;
}

.cooperation1 li p {
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}

.cooperation1 .tit {
    font-size: 24px;
    line-height: 33px;
    margin: 6px 0 14px;
}

.cooperation1 li a,
.cooperation1 li a:hover {
    width: 145px;
    height: 36px;
    background: #fff;
    font-size: 24px;
    color: #0f710a;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}

.cooperation .index10 {
    padding-bottom: 106px;
}

.cooperation .index10 li {
    background-image: url(../images/index10_1a.png);
}

/* 商业合作 end */

/* 新闻资讯 */
.news {
    overflow: hidden;
}

.news .content {
    padding: 108px 149px 280px 93px;
}

.news .list {
    margin-bottom: 35px;
}

.news .list .month {
    font-size: 18px;
    color: #999999;
    margin-right: 5px;
}

.news .img {
    width: 496px;
    height: 278px;
    overflow: hidden;
}

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

.news .list>div {
    width: 592px;
}

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

.news .describe {
    font: 16px/26px syl;
    color: #666666;
    -webkit-line-clamp: 4;
    height: 104px;
    margin: 6px 0 29px;
}

.news .date {
    font-size: 14px;
    color: #4e4e4e;
    font-family: syl;
}

.news i {
    width: 60px;
    height: 1px;
    background: #4e4e4e;
    margin-right: 9px;
}

.news .list:hover .tit {
    color: #0f710a;
}

/* 新闻资讯 end */

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

.arc .tit {
    font-size: 32px;
}

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

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

/* contactUs */

.contact .content {
    padding: 87px 93px 129px;
}

.contact .left p:not(.line) {
    /* width: 271px; */
    width: 425px;
    padding-left: 30px;
}

.contact .left .text {
    margin-bottom: 32px;
    font-size: 18px;
    color: rgb(102, 102, 102, .9);
}

.contact .left font {
    font-size: 19px;
    color: #000;
}

.contact .left span {
    font-size: 30px;
    opacity: 0.9;
    margin-left: 7px;
}

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

.contact .left .qrcode i {
    font: normal 16px syl;
}

.contact .qrcode img {
    display: block;
    width: 110px;
    /* height: 110px; */
    padding: 2px;
    background: #fff;
    border: 1px dashed #0f710a;
    margin: 50px 0 8px 5px;
}

.contact .map {
    width: 700px;
    height: 752px;
}

/* contactUs end */

@media screen and (max-width:1280px) {

    .sj1 {
        width: 100%;
    }

    .sj1 .content {
        padding-left: 20px;
        padding-right: 20px;
    }
}