@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: dinm;
    src: url(../font/DINPro-Medium.otf);
}

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

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

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

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

/* header */

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

header .box {
    height: 104px;
}

header .logo img {
    display: block;
}

header .logo img:nth-child(2) {
    margin: 7px auto 0;
}

header .line {
    width: 1px;
    height: 30px;
    background: #666666;
    margin: 0 27px 0 26px;
}

header .txt {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

nav {
    width: 53%;
}

nav a,
nav a:hover {
    font-size: 16px;
    color: #333333;
}

nav .active::after,
nav a:hover::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #088514;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -40px;
}

header .phone {
    font-size: 20px;
}

header .phone img {
    margin-right: 11px;
}

/* header end */

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

.xuan li {
    width: 47px;
    height: 47px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.xuan li:last-child {
    margin-top: 27px;
}

.xuan li:hover {
    background: #04aa5e;
}

.xuan li:hover a>img {
    filter: brightness(100);
}

.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(3) .kuang {
    width: 150px;
    height: 150px;
}

.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: #fff;
    font-size: 16px;
    background: #1d1d1d;
}

footer .box {
    width: 78.823%;
}

.f_top {
    border-bottom: 1px solid rgb(255, 255, 255, .05);
    padding: 44px 0 42px;
}

.f_top ul {
    width: 59.6%;
}

.f_top a {
    color: #fff;
}

.f_top ul span {
    opacity: 0.1;
    font-size: 14px;
}

.f_top .qr {
    width: 12.4%;
}

.f_top .qr p {
    opacity: 0.3;
    margin-top: 10px;
}

.f_mid .tt {
    opacity: 0.5;
}

.f_mid .cn {
    margin-top: 3px;
}

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

.f_mid img {
    margin-right: 16px;
}

.f_bottom {
    font-size: 14px;
    color: rgb(255, 255, 255, .2);
    line-height: 40px;
    border-top: 1px solid rgb(255, 255, 255, .05);
}

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

/* footer end */

/* 列表分页 */


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

.pagination li {
    display: inline-block;
    width: 40px;
    line-height: 40px;
    margin: 0 10px;
}

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

.pagination li.active,
.pagination li a:hover {
    color: #fff;
    background: #04aa5e;
}

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

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


/* 列表分页 end */

/* 产品中心 */

.prolist {
    padding: 70px 0 37px;
}

.prolist .list {
    background: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 95px;
}

.prolist .tag {
    width: 138px;
    height: 49px;
    background: #f6b723;
    border-radius: 6px;
    font-size: 22px;
    color: #fff;
    top: 28px;
    left: -19px;
}

.prolist .bgimg {
    width: 737px;
    height: 444px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

.prolist .img {
    width: 535px;
    height: 430px;
    overflow: hidden;
    left: 453px;
    bottom: -83px;
}

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

.prolist .aa {
    font-size: 70px;
    color: #04aa5e;
    right: 129px;
    bottom: 83px;
    z-index: -1;
}

.prolist .text {
    width: 220px;
    margin-right: 84px;
}

.prolist .tt {
    font-size: 26px;
    color: #04aa5e;
}

.prolist .cn {
    font-size: 20px;
    color: #5f5f5f;
    margin: 2px 0 34px;
}

.prolist .more {
    width: 138px;
    height: 49px;
    background: #04aa5e;
    border-radius: 24px;
    font-size: 18px;
    color: #fff;
    margin: auto;
}

/* 产品中心 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;
}

.index1 {
    padding: 212px 0 253px;
    background: url(../images/index1.jpg) no-repeat center;
}

.index1 .text {
    width: 667px;
    margin-left: 73px;
}

.index1 .tit {
    font-size: 34px;
}

.index1 .con {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    -webkit-line-clamp: 4;
    margin: 36px 0 135px;
}

.index1 .more {
    width: 182px;
    height: 71px;
    background: #04aa5e;
    border-radius: 35px;
    font-size: 16px;
    color: #fff;
    padding: 9px 9px 9px 33px;
}

.index1 .more span {
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
}

.index1 ul {
    width: 362px;
}

.index1 li {
    width: 173px;
    height: 182px;
    background: #04aa5e;
    border-radius: 10px;
    padding: 30px 0 25px 22px;
}

.index1 li:nth-child(2) {
    margin-top: 132px;
    background: #efc51f;
}

.index1 li:nth-child(3) {
    margin-top: -113px;
    background: #f6b723;
}

.index1 li:nth-child(4) {
    margin-top: 19px;
    background: #a7e288;
}

.index1 .tt {
    font-size: 20px;
    color: #fff;
    margin: 35px 0 8px;
}

.index1 .line {
    width: 36px;
    height: 1px;
    background: #fff;
}

.index2 {
    padding: 110px 0 82px;
    overflow: hidden;
}

.title .aa {
    font-size: 34px;
    line-height: 1;
    color: #333333;
}

.title .bb {
    font-size: 26px;
    line-height: 1;
    color: #666666;
    margin-top: 30px;
}

.index2 .swiper {
    width: 1560px;
    padding-left: 19px;
    margin: 67px 0 0 -19px;
}

.index2 .swiper-slide {
    width: 1200px;
}

.index2 .swiper-button {
    width: 45px;
    height: 45px;
    background: #f6b723;
    border-radius: 50%;
    opacity: 1;
    top: 44px;
}

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

.index2 .swiper-button-prev {
    transform: rotateY(180deg);
    left: auto;
    right: 64px;
}

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

.index2 .swiper-button:hover {
    background: #04aa5e;
}

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

.index3 .txt1 {
    font-size: 32px;
    color: #fff;
}

.index3 .txt1::after {
    content: '';
    width: 131px;
    height: 7px;
    background: #04aa5e;
    position: absolute;
    left: 67px;
    bottom: 9px;
    z-index: -1;
}

.index3 .txt2 {
    font-size: 24px;
    color: rgb(255, 255, 255, .52);
}

.index3 hr {
    width: 759px;
    background-color: rgb(234, 234, 234, .5);
    margin: 58px 0 70px;
}

.index3 .txt3 p:nth-child(1) {
    width: 608px;
}

.index3 .txt3 p:nth-child(2) {
    width: 529px;
    margin-top: 16px;
}

.index3 .txt3 font {
    font-size: 22px;
    color: rgb(255, 255, 255, .68);
}

.index3 .txt3 span {
    width: 1px;
    height: 8px;
    background: rgb(255, 255, 255, .5);
}

.index3 .text {
    width: 341px;
    height: 548px;
    background: url(../images/index3_01.jpg) no-repeat center;
}

.index3 .text .tt {
    font-size: 22px;
    color: #04aa5e;
}

.index3 .text .cn {
    font-size: 18px;
    line-height: 26px;
    color: #04aa5e;
    margin: 22px 0 70px;
}

.index4 {
    padding: 51px 0 70px;
    overflow: hidden;
}

.index4 ul {
    margin-top: 112px;
}

.index4 li {
    width: 462px;
    height: 80px;
    font-size: 18px;
    color: #797979;
    padding: 0 113px 0 0;
    overflow: hidden;
}

.index4 .line {
    width: 10px;
    height: 2px;
    background: #797979;
}

.index4 .num {
    font: 100px/1 dinm;
    color: rgb(255, 255, 255, .3);
    margin-left: 27px;
}

.index4 li>div,
.index4 .active .line {
    display: none;
}

.index4 .active {
    background: #04aa5e;
    border-radius: 5px;
    padding: 0 22px 0 27px;
    color: #fff;
}

.index4 .active>div {
    display: flex;
}

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

.index4 .con {
    width: 784px;
    height: 743px;
    margin-left: -45px;
    z-index: -1;
}

.index4 .con>div {
    width: 1143px;
}

.index4 .con>div::after {
    content: '';
    width: 100%;
    height: 400px;
    background: linear-gradient(transparent, rgb(0, 0, 0, .7));
    position: absolute;
    bottom: 0;
    left: 0;
}

.index4 .text {
    width: 593px;
    left: 191px;
    top: 279px;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    z-index: 9;
    word-break: break-all;
}

.index4 .tt {
    font-size: 32px;
    margin: 86px 0 37px;
}

.index5 ul {
    margin-top: 39px;
}

.index5 li {
    width: 383px;
    height: 220px;
    overflow: hidden;
    margin: 20px 25px 0 0;
}

.index5 li:nth-child(3n) {
    margin-right: 0;
}

.index6 {
    padding: 70px 0 60px;
}

.index6 .swiper {
    margin-top: 50px;
    padding-bottom: 55px;
}

.index6 .swiper-slide .p_a {
    bottom: 63px;
    left: 70px;
    right: 83px;
}

.index6 .tit {
    width: 144px;
    height: 138px;
    background: #04aa5e;
    border-radius: 6px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}

.index6 .con {
    width: 903px;
    height: 138px;
    background: #fff;
    border-radius: 6px;
    font-size: 18px;
    line-height: 30px;
    color: #525252;
    text-indent: 57px;
}

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

.index6 .swiper-button {
    width: 46px;
    height: 46px;
    background: #04aa5e;
    border-radius: 50%;
    top: 69%;
}

.index6 .swiper-button-prev {
    left: auto;
    right: 186px;
    transform: rotate(180deg);
}

.index6 .swiper-button-next {
    right: 128px;
}

.index6 .swiper-button:hover {
    background: #f6b723;
}

.index6 .swiper-scrollbar-drag {
    background: #04aa5e;
}

.titlea {
    filter: brightness(100);
}

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

.form .tit {
    font-size: 34px;
    line-height: 1;
}

.form .box1 {
    background: #fff;
    padding: 29px 30px 26px;
    margin-top: 48px;
}

.form .box1::after {
    content: '';
    width: 157px;
    height: 582px;
    background: url(../images/form_01.png) no-repeat center;
    position: absolute;
    bottom: -36px;
    right: -98px;
}

.form form p {
    width: 560px;
    height: 68px;
    background: #f4f4f4;
    text-indent: 28px;
    font-size: 16px;
    color: #222222;
    margin-bottom: 21px;
}

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

.form form p>*:nth-child(2) {
    width: 70%;
    height: 100%;
    color: #7c7c7c;
}

.form button {
    width: 100%;
    height: 65px;
    background: #04aa5e;
    font-size: 18px;
    color: #fff;
}

/* index end */


.banner {
    height: 740px;
    margin-top: 104px;
}

/* 关于我们 */

.about1 {
    padding: 80px 0;
}

.about1 .text {
    width: 755px;
}

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

.about1 .line {
    width: 27px;
    height: 5px;
    background: #04aa5e;
    margin: 21px 0 26px;
}

.about1 .con {
    font-size: 16px;
    line-height: 36px;
}

.about1 li {
    width: 345px;
    padding-bottom: 21px;
    border-bottom: 1px solid #d4d4d4;
}

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

.about1 li p:nth-child(2) {
    font-size: 16px;
    color: #666666;
}

.about1 li font {
    font: 60px/1 dinm;
    color: #04aa5e;
    letter-spacing: -3px;
}

.about1 li span {
    width: 25px;
    height: 25px;
    background: #04aa5e;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    margin: 25px 0 0 8px;
}

.atit {
    font-size: 34px;
    line-height: 1;
}

.about2 {
    padding-bottom: 70px;
}

.about2 .box1 {
    margin-top: 32px;
}

.about2 li {
    width: 383px;
    height: 220px;
    overflow: hidden;
    margin: 20px 25px 0 0;
}

.about2 li:nth-child(3n) {
    margin-right: 0;
}

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

.about3 .con {
    font-size: 20px;
    margin: 29px 0 58px;
}

.about3 img {
    border: 16px solid #fff;
    box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.2);
}

.about3 .tt {
    font-size: 16px;
    margin-top: 36px;
}

.about4 {
    padding: 70px 0;
}

.about4 .box1 {
    margin-top: 21px;
}

.about4 li {
    width: 277px;
    height: 98px;
    background: #f8f8f8;
    margin: 30px 30px 0 0;
}

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

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

/* 关于我们 end */





/* 荣誉资质 */

.honor {
    padding: 80px 0;
}

.honor .list {
    margin-top: 40px;
}

.honor .list li {
    width: 360px;
    margin: 40px 60px 0 0;
}

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

.honor .img {
    height: 552px;
    overflow: hidden;
}

.honor .tt {
    font-size: 24px;
    margin-top: 13px;
}

/* 荣誉资质 end */


/* 合作 */

.coop1 {
    padding: 50px 0;
}

.cooperation .aa {
    font-size: 42px;
    color: #088514;
}

.cooperation .bb {
    font-size: 26px;
    color: #666666;
    margin-top: 6px;
}

.coop1 ul {
    margin-top: 52px;
}

.coop1 li {
    background: #f8f8f8;
}

.coop1 .img {
    width: 600px;
    height: 351px;
    overflow: hidden;
}

.coop1 li:nth-child(odd) .text {
    margin-right: 82px;
}

.coop1 li:nth-child(even) .text {
    margin-left: 82px;
}

.coop1 .tit {
    font-size: 24px;
    color: #1a1a1a;
}

.coop1 .con {
    width: 443px;
    font-size: 20px;
    line-height: 28px;
    color: #999999;
    margin-top: 27px;
}

.coop1 li:hover {
    background: #088514;
}

.coop1 li:hover .tit {
    color: #fff;
}

.coop1 li:hover .con {
    color: rgb(255, 255, 255, .5);
}

.coop2 {
    background: url(../images/coop2.jpg) no-repeat center;
    background-size: cover;
    padding: 59px 0 85px;
}

.coop2 .bb {
    color: #fff;
}

.coop2 .li1 {
    background: #fff;
    padding: 0 15px 0 0;
    border-radius: 6px;
    margin: 51px 0 28px;
}

.coop2 .li1 ul {
    width: 630px;
}

.coop2 .li1 li {
    width: 207px;
    height: 173px;
    padding-top: 58px;
}

.coop2 .li1 li:nth-child(n+4) {
    border-top: 1px solid #f6f6f6;
}

.coop2 .li1 li:nth-child(n+2):not(:nth-child(4)) {
    border-left: 1px solid #f6f6f6;
}

.coop2 .li1 p {
    font-size: 20px;
    color: #505050;
    margin-top: 7px;
}

.coop2 .li2 {
    background: #fff;
    padding: 45px 41px 40px 48px;
}

.coop2 .tt {
    font-size: 22px;
    color: #1d1c1c;
    margin: 32px 0 15px;
}

.coop2 .cn {
    font-size: 16px;
    color: #737373;
}

/* 合作 end */

/* 新闻资讯 */

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

.news .list {
    border-bottom: 1px solid #999999;
    padding-bottom: 50px;
    margin-bottom: 41px;
}

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

.news .text {
    width: 689px;
}

.news .time {
    font-size: 22px;
}

.news .tit {
    font-size: 18px;
    margin: 38px 0 17px;
}

.news .describe {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    -webkit-line-clamp: 2;
}

/* 新闻资讯 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-top: 60px;
}

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

.contact .line {
    width: 28px;
    height: 3px;
    background: #04aa5e;
    margin: 24px 0 20px;
}

.contact .con {
    font-size: 18px;
    line-height: 38px;
    color: #666666;
}

.contact .con span {
    display: inline-block;
    vertical-align: top;
}

.contact .qr {
    margin-top: 29px;
}

.contact .qr>div {
    margin-right: 32px;
    font-size: 16px;
    color: #666666;
}

.contact .qr img {
    width: 120px;
    border: 1px solid #e9e9e9;
    padding: 5px;
    margin-bottom: 13px;
}

.map {
    height: 500px;
    border-radius: 100px 0 100px 0;
    overflow: hidden;
    margin: 50px 0 79px;
}

/* contact end */