* {
    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: sysr;
    src: url(../font/SourceHanSerifCN-Regular.otf);
}

@font-face {
    font-family: sysh;
    src: url(../font/SourceHanSerifCN-Heavy.otf);
}

@font-face {
    font-family: alir;
    src: url(../font/AlibabaPuHuiTi-2-55-Regular.ttf);
}

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

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

/* header */

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 999;
    background: #fff;
}

header .box {
    height: 120px;
}

header .logo p {
    font: 18px alir;
    margin-top: 5px;
}

nav {
    width: 635px;
}

nav a {
    font: 18px FandolSong;
    color: #666666;
}

nav .active,
nav a:hover {
    color: #007a00;
}

nav .active::after,
nav a:hover::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 2px solid #007a00;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

header .phone {
    font-size: 18px;
    font-family: alir;
    color: #666666;
}

header .phone span {
    font-family: FandolSong;
    color: #228c22;
    margin-left: 7px;
}

/* header end */

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

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

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

.xuan li:last-child {
    background: rgb(33, 34, 38, .31) !important;
}

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

.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 {
    color: rgb(255, 255, 255, .5);
    font-size: 18px;
    font-family: alir;
    background: #081a0d;
    padding-top: 105px;
}

.f_top .txt1 {
    width: 847px;
    font-size: 18px;
    background: url(../images/foot_01.png) no-repeat center;
    padding-left: 510px;
}

.f_top .txt2 {
    font: 38px sysh;
    margin-bottom: 12px;
}

.f_top .txt2 p:nth-child(n+2) {
    font: 38px Impact;
    color: #fff;
    margin-left: 37px;
}

.f_mid .infor>div:nth-child(n+2) {
    margin-left: 20px;
}

.f_mid .infor p:nth-child(2) {
    color: #fff;
    margin-top: 10px;
}

.f_mid .nav {
    width: 612px;
    margin-top: 60px;
}

.f_mid .nav a {
    color: rgb(255, 255, 255, .5);
}

.f_mid .qr {
    width: 328px;
}

.f_mid .qr .img {
    width: 145px;
    height: 145px;
    border: 1px solid #aeaeae;
    padding: 7px;
    margin-bottom: 10px;
}

.f_bottom {
    height: 74px;
    color: rgb(255, 255, 255, .5);
    border-top: 1px solid#aeaeae;
    margin-top: 44px;
}

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

/* footer end */

/* 列表分页 */
.pagination {
    font-size: 18px;
    color: #9e9e9e;
    text-align: center;
    margin-top: 150px;
}

.pagination li {
    width: 44px;
    line-height: 44px;
    display: inline-block;
    margin: 0 15px;
    background: #f6f6f6;
}

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

.pagination li.active,
.pagination li a:hover {
    color: #fff;
    background: #007a00;
}

.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.swiper-pagination-bullets {
    bottom: 60px;
}

.swiper0 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    margin: 0 7px !important;
    position: relative;
}

.swiper0 .swiper-pagination-bullet-active::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid rgb(255, 255, 255, .3);
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: -7px;
}

.title .aa {
    font: 38px sysh;
    color: #007a00;
}

.title .bb {
    font: 28px sysr;
    color: #666666;
    margin-top: 12px;
}

.title .bb::after {
    content: '';
    width: 1200px;
    height: 8px;
    background: url(../images/titimg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.index1 {
    padding: 139px 0;
}

.index1 li {
    width: 280px;
    height: 340px;
    background: #fafafa;
    padding: 0 20px 20px;
    margin-top: 79px;
}

.index1 .cir {
    width: 37px;
    height: 37px;
    border: 2px solid #007a00;
    border-radius: 50%;
    font: 18px/1 sysh;
    color: #007a00;
    margin: -19px auto 22px;
}

.index1 .cir span {
    width: 29px;
    height: 29px;
    border: 1px solid #007a00;
    border-radius: 50%;
}

.index1 .tit {
    font: 28px sysh;
    color: #333333;
}

.index1 .con {
    font: 18px/30px alir;
    color: #909090;
    margin: 10px 0 20px;
}

.index1 li:hover {
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgba(100, 100, 100, 0.22);
}

.index1 li:hover .tit {
    color: #007a00;
}

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

.index2 .title .aa,
.index2 .title .bb {
    color: #fff;
}

.index2 .title .bb::after {
    display: none;
}

.index2 .con {
    width: 543px;
    font: 18px/30px alir;
    color: #ffffff;
    margin-top: 59px;
}

.index3.prolist {
    padding: 142px 0 150px;
}

.index4 {
    background: url(../images/index4.jpg) no-repeat center;
    background-size: cover;
    padding: 81px 0 95px;
}

.index4 .tit {
    font: 48px sysh;
    background-image: -webkit-linear-gradient(right, #f5e89c, #dca04f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index4 .con {
    font-size: 32px;
    background-image: -webkit-linear-gradient(right, #f5e89c, #dca04f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 3px 0 90px;
}

.index4 .txt {
    font: 24px alir;
    color: #dfa656;
}

.index5 {
    padding: 101px 0 150px;
}

.index5 li {
    background: #f9f9f9;
    padding: 10px;
}

.index5 .txt {
    width: 409px;
}

.index5 .tit {
    font: 28px sysh;
}

.index5 .con {
    font: 18px alir;
    color: #909090;
    margin-top: 32px;
}

.index5 li:nth-child(n+2) {
    margin-top: 40px;
}

.index5 li:nth-child(odd) .txt {
    margin-left: 72px;
}

.index5 li:nth-child(even) .txt {
    margin-right: 72px;
}

.index5 li:hover {
    background-color: #fff;
    box-shadow: 0px 2px 38px 0px rgba(182, 182, 182, 0.31);
}

.index5 li:hover .tit {
    color: #007a00;
}

.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    background-size: cover;
    padding: 109px 0 103px;
    font: 18px sysh;
    color: #fff;
}

.index6 .title .aa,
.index6 .title .bb {
    color: #fff;
}

.index6 .title .bb::after {
    filter: brightness(100);
}

.index6 .box {
    margin-top: 65px;
}

.index6 li {
    width: 120px;
    height: 320px;
    overflow: hidden;
    background: #091002;
}

.index6 li .p_a {
    height: 204px;
    left: 24px;
}

.index6 li img {
    opacity: 0.2;
}

.index6 .active>.p_a {
    left: 55px;
}

.index6 .active {
    background: #ffffff;
    width: 600px;
    padding: 10px;
}

.index6 .active img {
    opacity: 1;
    margin-left: auto;
}

.index6 .active .num {
    color: #909090;
}

.index6 .active .tit {
    color: #333333;
}

.index6 .txt {
    font: 18px alir;
    color: #fff;
    margin-top: 46px;
}

.index7 {
    padding: 139px 0;
}

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

.index7 li {
    background: #f9f9f9;
    transition: .3s;
}

.index7 li img {
    border: 10px solid #fff;
    mix-blend-mode: multiply;
}

.index7 li p {
    height: 77px;
    font: 18px alir;
}

.index7 li:hover {
    background-color: #fff;
    box-shadow: 0px 2px 21px 0px rgba(105, 105, 105, 0.19);
}

.index7 li:hover p {
    color: #007a00;
}

.index8 {
    background: url(../images/index8.jpg) no-repeat center;
}

.index8 .left {
    margin-top: 126px;
}

.index8 .left .tit {
    font-size: 32px;
    background-image: -webkit-linear-gradient(right, #dca04f, #f5e89c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index8 .left .con {
    font: 48px sysh;
    background-image: -webkit-linear-gradient(right, #dca04f, #f5e89c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 7px 0 90px;
}

.index8 .left .txt {
    font: 28px/48px alir;
    color: #f4e498;
}

.index8 .left .phone {
    width: 290px;
    height: 50px;
    border: 2px solid #f4e599;
    border-radius: 25px;
    font: bold 28px alir;
    color: #f4e498;
    margin-top: 112px;
}

.index8 .left .phone img {
    margin-right: 2px;
}

.index8 .right {
    background: url(../images/index8_01.jpg) no-repeat center;
    width: 599px;
    height: 800px;
    color: #fff;
}

.index8 .right .tit {
    font-size: 34px;
    line-height: 40px;
    font-family: PingFang SC;
    font-weight: 300;
}

.index8 .right .con {
    font: 38px sysh;
    margin: 4px 0 10px;
}

.index8 .right .tt {
    font: 18px alir;
}

.index8 form {
    width: 461px;
    margin: 31px auto 0;
}

.index8 form>div {
    margin-top: 24px;
}

.index8 form p {
    font: 18px alir;
}

.index8 form font {
    color: #e6212a;
}

.index8 form .text {
    background: #fff;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 18px;
    color: #898989;
    text-indent: 19px;
}

.index8 form input {
    width: 220px;
    height: 61px;
}

.index8 form textarea {
    width: 461px;
    height: 100px;
    padding-top: 15px;
}

.index8 form button {
    width: 240px;
    height: 59px;
    background: rgb(255, 255, 255, .3);
    font: 24px alir;
    color: #fff;
    border-radius: 5px;
    margin: 59px auto 0;
}

.index9 {
    padding: 140px 0;
}

.index9 .box {
    margin-top: 14px;
}

.index9 li {
    width: 380px;
    height: 180px;
    background: #f9f9f9;
    padding-left: 67px;
    margin-top: 49px;
    overflow: hidden;
}

.index9 li p {
    font: 18px/30px alir;
    margin-left: 20px;
}

.index9 li .num {
    font: 88px/1 sysh;
    color: rgb(221, 221, 221, .3);
    right: -5px;
    bottom: -13px;
}

.index9 li:hover {
    background-color: #fff;
    box-shadow: 0px 2px 18px 0px rgba(124, 124, 124, 0.21);
}

.index10 {
    background: url(../images/index10.jpg) no-repeat center;
    background-size: cover;
    padding: 96px 0 61px;
}

.index10 .box>div {
    width: 500px;
    color: #fff;
}

.index10 .tit {
    font: 38px/48px sysh;
}

.index10 .tt {
    font-size: 24px;
    margin: 6px 0 60px;
}

.index10 .cn {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 300;
}

.index10 .cn p:nth-child(n+2) {
    margin-top: 15px;
}

.index10 .qr {
    display: inline-block;
    border: 1px solid #fff;
    padding: 16px 9px 15px;
    margin-top: 103px;
}

.index10 .qr p {
    font: 18px alir;
    margin-top: 11px;
}

/* index end */

.banner {
    width: 100%;
    margin-top: 120px;
}

.topmenu {
    padding: 100px 0 30px;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    color: #909090;
}

.topmenu .active,
.topmenu a:hover {
    color: #333333;
}

/* 关于我们 */

.about1 {
    padding: 147px 0 152px;
}

.about1 .title .bb::after {
    display: none;
}

.about1 .con {
    width: 543px;
    font: 18px alir;
    color: #333333;
    margin-top: 58px;
}

.about1 .content {
    margin-top: 70px;
}

/* 关于我们 end */



/* 商业合作 */

.cooperation .index6 {
    margin-top: 67px;
}

/* 商业合作 end */

/* 产品中心 */

.prolist {
    padding: 71px 0 250px;
}

.prolist .tab {
    display: inline-flex;
    height: 50px;
    margin-top: 55px;
    border: 1px solid #909090;
    border-radius: 25px;
    padding: 5px;
}

.prolist .tab a {
    min-width: 67px;
    height: 40px;
    border-radius: 20px;
    font: 24px alir;
    color: #909090;
    padding: 0 10px;
}

.prolist .tab a:hover,
.prolist .tab .active {
    background: #236c34;
    color: #fff;
}

.prolist .list li {
    width: 280px;
    height: 380px;
    background: #f9f9f9;
    margin: 40px 26px 0 0;
}

.prolist .list li:nth-child(4n) {
    margin-right: 0;
}

.prolist .img {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

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

.prolist .list li:hover {
    transition: all .3s;
}

.prolist .list .img img {
    transition: all .3s;
}

.prolist .list li:hover .img img {
    transform: scale(1.05);
}

.prolist2 {
    margin-top: 149px;
}

/* 产品中心 end */



/* 新闻资讯 */

.news {
    padding: 150px 0 110px;
}

.news .list {
    height: 280px;
    background: #f5f5f5;
    padding: 10px;
    transition: .3s;
    margin-bottom: 40px;
    font-family: alir;
}

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

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

.news .list>div {
    width: 818px;
    font-size: 18px;
    color: #909090;
    margin-right: 46px;
}

.news .tit {
    font: 24px sysh;
    color: #333333;
}

.news .line {
    height: 1px;
    background: #909090;
    margin: 9px 0 22px;
}

.news .con {
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    -webkit-line-clamp: 2;
    margin: 18px 0 48px;
}

.news .time {
    color: #909090;
}

.news .more {
    color: #007a00;
}

.news .list:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 38px 0px rgba(144, 144, 144, 0.21);
}

.news .list:hover .tit {
    color: #007a00;
}

/* 新闻资讯 end */

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

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

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

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

/* contactUs */

.contact {
    font-family: alir;
    padding: 150px 0;
}

.contact .map {
    height: 423px;
}

.contact .aaa {
    margin: 63px 0 126px;
}

.contact .tit {
    font-size: 32px;
    color: #333333;
}

.contact .line {
    width: 60px;
    height: 4px;
    background: #000000;
    margin: 12px 0 50px;
}

.contact .con p {
    font-size: 24px;
    line-height: 58px;
    color: #909090;
}

.contact .qrcode {
    font-size: 24px;
    color: #909090;
}

.contact .qrcode img {
    width: 204px;
    height: 204px;
    border: 2px solid #909090;
    margin-bottom: 29px;
}

.contact .tt {
    font-size: 24px;
    color: #322d2c;
}

.contact .tt span {
    color: #e6212a;
}

.contact form>div {
    width: 380px;
    margin-top: 33px;
}

.contact form>div:nth-child(4) {
    width: 100%;
}

.contact .text {
    width: 100%;
    height: 61px;
    border: 1px solid #909090;
    border-radius: 5px;
    font-size: 18px;
    color: #cfcfcf;
    text-indent: 19px;
    margin-top: 12px;
}

.contact .text::placeholder {
    color: #cfcfcf;
}

.contact textarea.text {
    height: 130px;
    padding-top: 20px;
}

.contact button {
    width: 100%;
    height: 59px;
    background: #007a00;
    border-radius: 6px;
    font-size: 24px;
    color: #fff;
    margin-top: 60px;
}

/* contactUs end */