.title {
    text-align: left;
}

.title h3 {
    color: #2a2a2a;
    font-size: .42rem;
    text-align: center;
    margin-bottom: 25px;
}

.title p {
    color: #494949;
    font-size: .22rem;
    text-align: center;
}



.main-visual-item .main-visual-txt-con h2{
    font-size: 130px!important;
    font-family: "Billajenka";
    font-weight: normal!important;
    color: transparent!important; /* 文字本身透明 */
    -webkit-text-stroke: 1px #fff!important; /* Safari等浏览器需要前缀 */
    text-stroke: 1px black!important; /* 标准写法 */
    opacity: .6!important;
    margin-bottom: 0!important;
    transform: translateY(40px)!important;
}
.main-visual-item .main-visual-txt-con .main-visual-txt2{
    display: flex;
}
.main-visual-item .main-visual-txt-con .main-visual-txt2 .list{
    position: relative;
    padding: 0 55px;
    height: 95px;
    display: flex;
    align-items: center;
    margin-right: 25px;
}
.main-visual-item .main-visual-txt-con .main-visual-txt2 .list p{
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.main-visual-item .main-visual-txt-con .main-visual-txt2 .list:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 95px;
    background: url("../images/banner-icon1.png") no-repeat;
    background-size: contain;
}
.main-visual-item .main-visual-txt-con .main-visual-txt2 .list:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 64px;
    height: 95px;
    background: url("../images/banner-icon2.png") no-repeat;
    background-size: contain;
}



.addText{
    position: absolute;
    right: 29%;
    bottom: 43%;
    padding: 6px 2px 2px;
    background: #329c4c;
    border-radius: 14px;
}
.addText:before{
    content: '';
    position: absolute;
    right: -40px;
    top: 60px;
    width: 40px;
    height: 2px;
    background: #239c41;
}
.addText:after{
    content: '';
    position: absolute;
    right: -163px;
    top: 105px;
    width: 140px;
    height: 2px;
    background: #239c41;
    transform: rotate(40deg);
}
.addText ul{
    background: #fff;
    border-radius: 14px;
    padding: 25px 14px;
}
.addText ul li{
    display: flex;
    align-items: center;
    color: #0e0f3b;
    font-size: 16px;
    margin-bottom: 12px;
}
.addText ul li img{
    margin-right: 8px;
}
.addText ul li h5{
    color: #239c41;
    font-size: 18px;
}
.addText ul li:last-child{
    margin-bottom: 0;
}

.addText .yuan{
    position: absolute;
    right: -140px;
    bottom: -4px;
}

.point,.point::before,.point::after{position: absolute;width: 12px; height: 12px; border-radius: 50%;content: ''; }
.point::before{animation: scale 2s infinite; }
.point::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(3); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(5);opacity:0;}}
@keyframes scale3{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(5); opacity: 0;}}
@keyframes scale4{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(7);opacity:0;}}
.itemTwo .keynote .point::before{animation: scale3 2s infinite; }
.itemTwo .keynote .point::after{animation: scale4 2s infinite; }

.point,.point::before,.point::after{
    /* 设置颜色 */
    background-color: rgba(35, 156, 58, .9);
}




.bannerTwo{
    position: relative;
    height: 2.35rem;
    /*height: 100vh;*/
    /*scroll-margin-top: 200px;*/
}
.bannerTwo .full-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bannerTwo .pic{
    position: relative;
    height: 6.6rem;
}
.bannerTwo .hero-text{
    font-size: 30px;
    color: #fff;
}
.bannerTwo .hero-title{
    font-size: .7rem;
    color: #ffffff;
    font-weight: bold;
}

.breadcrumb-navigation{
    border-bottom: 1px solid #1b4887;
}
.breadcrumb-navigation .content{
    display: flex;
    justify-content: space-between;
}
.breadcrumb-navigation ul{
    display: flex;
    margin-bottom: 0;
    align-items: center;
}














.desktop-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.desktop-wrapper .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    width: 100%;
    height: 520px;
}

.desktop-wrapper .options .option {
    position: relative;
    overflow: hidden;
    min-width: 217px;
    background-size: 750px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 1.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #fff;
    /*border-left: 5px solid #fff;*/
    /*border-right: 5px solid #fff;*/
}

.desktop-wrapper .options .option.active {
    flex-grow: 10000;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.desktop-wrapper .options .option.active .icon-wrapper {
    opacity: 0;
}

.desktop-wrapper .options .option.active > div {
    z-index: 1;
}

.desktop-wrapper .options .option.active > div .info-wrapper {
    z-index: 999;
}

.desktop-wrapper .options .option .info-wrapper img {
    opacity: 0;
}

.desktop-wrapper .options .option.active > div .info-wrapper img {
    opacity: 1;
}

.desktop-wrapper .options .option.active > div .info-wrapper .title {
    font-size: 24px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    opacity: 1;
    position: relative;
    /*-webkit-transition-property: opacity;*/
    /*-moz-transition-property: opacity;*/
    /*transition-property: opacity;*/
    /*-webkit-transition-duration: 0.2s;*/
    /*-moz-transition-duration: 0.2s;*/
    /*transition-duration: 0.2s;*/
    /*-webkit-transition-timing-function: ease-out;*/
    /*-moz-transition-timing-function: ease-out;*/
    /*transition-timing-function: ease-out;*/
    /*-webkit-transition-delay: 0.2s;*/
    /*-moz-transition-delay: 0.2s;*/
    /*transition-delay: 0.2s;*/
}
.desktop-wrapper .options .option.active > div .info-wrapper .title2{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 25px;
}
.desktop-wrapper .options .option.active > div .info-wrapper .subtitle {
    color: white;
    font-size: 16px;
    letter-spacing: .035rem;
    line-height: 1.125;
    margin: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.desktop-wrapper .options .option.active > div .info-wrapper .description {
    left: 0px;
    opacity: 1;
    /*-webkit-transition-property: opacity;*/
    /*-moz-transition-property: opacity;*/
    /*transition-property: opacity;*/
    /*-webkit-transition-duration: 0.3s;*/
    /*-moz-transition-duration: 0.3s;*/
    /*transition-duration: 0.3s;*/
    /*-webkit-transition-timing-function: ease-out;*/
    /*-moz-transition-timing-function: ease-out;*/
    /*transition-timing-function: ease-out;*/
    /*-webkit-transition-delay: 0.6s;*/
    /*-moz-transition-delay: 0.6s;*/
    /*transition-delay: 0.6s;*/
}

.desktop-wrapper .options .option.active > div .info-wrapper .description p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}


.desktop-wrapper .options .option.active > div:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 101%;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(35, 156, 65, 1), rgba(35, 156, 65, 0));

    /*background-image: linear-gradient(to  bottom, rgba(000,000,000,0.1) 26%, rgba(172, 130, 33,1));*/
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /*/* FF3.6-15 */*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /*/* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active > div .icon-wrapper {
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*align-content: baseline;*/
    display: none;
}

.desktop-wrapper .options .option.active > div .icon-wrapper .category-text {
    opacity: 1;
    display: initial;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active > div .icon-wrapper .category-icon:before {
    opacity: 1;
}

.desktop-wrapper .options .option:not(.active) {
    flex-grow: 1;
    /*filter: grayscale(70%);*/
}

.desktop-wrapper .options .option:not(.active):hover {
    filter: grayscale(0%);
}

.desktop-wrapper .options .option:not(.active):hover > div:before {
    background: linear-gradient(to bottom, rgba(35, 156, 65, 1), rgba(35, 156, 65, 0));
}

.desktop-wrapper .options .option:not(.active) > div .title,
.desktop-wrapper .options .option:not(.active) > div .subtitle,
.desktop-wrapper .options .option:not(.active) > div .title2,
.desktop-wrapper .options .option:not(.active) > div .description {
    opacity: 0;
}

.desktop-wrapper .options .option:not(.active) > div .icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;

}

.desktop-wrapper .options .option:not(.active) > div .icon-wrapper .category-icon:before {
    opacity: .5;
}

.desktop-wrapper .options .option:not(.active) > div:before {
    /*background: rgba(61, 118, 164, 0.35);*/
    /*background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);*/
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);*/
    /*/* Chrome10-25,Safari5.1-6 */*/
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);*/
    background: linear-gradient(to bottom, rgba(27, 106, 167, 1), rgba(27, 106, 167, 0));
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 45px 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.desktop-wrapper .options .option > div .icon-wrapper .category-text {
    line-height: 40px;
    padding-left: .75rem;
    opacity: 0;
    display: none;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon {
    /*padding: 0 20px;*/
    width: 100%;
    padding: 45px 30px;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon h4 {
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon p {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*.desktop-wrapper .options .option > div .icon-wrapper .category-icon:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background-repeat: no-repeat;*/
/*    !*-webkit-mask-image: url(../images/sports_biotech_icon.svg);*!*/
/*    !*mask-image: url(../images/sports_biotech_icon.svg);*!*/
/*    background-color: #fff;*/
/*    height: 20px;*/
/*    width: 21px;*/
/*}*/


.options > :nth-child(1) {
    background: rgba(12,87,148,0.4);
    background-image: url("../UploadFiles/image/2020-11-27/120353181269275.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(2) {
    background: rgba(12,87,148,0.4);
    background-image: url("../UploadFiles/image/2020-11-27/144646931289341.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(3) {
    background: rgba(12,87,148,0.4);
    background-image: url("../UploadFiles/image/2020-11-27/143614571835233.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(4) {
    background: rgba(12,87,148,0.4);
    background-image: url("../UploadFiles/image/2020-11-27/143657212478740.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(5) {
    background: rgba(12,87,148,0.4);
    background-position: center center;
    background-size: cover;
}

.index-main{
    position: relative;
}



.itemOne{
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 18px;
    transform: translate(-50%,-50%);
    background: #dcdddd;
    z-index: 99;
    width: 85%;
    margin: 0 auto;
    /*padding: 6px;*/
}

.itemOne .content{
    display: flex;
    align-items: center;
}
.itemOne .content .left{
    display: flex;
    align-items: center;
    background: #18943b;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding: 0 40px;
    /*line-height: 70px;*/
    height: .7rem;
    line-height: .7rem;
    /*margin-right: 7px;*/
}
.itemOne .content .left .time{
    font-size: .19rem;
    color: #fff;
    white-space: nowrap;
}
.itemOne .content .left .xian{
    margin: 0 28px;
    width: 2px;
    height: 25px;
    background: #ffffff;
}
.itemOne .content .left .news-page{
    font-size: .18rem;
    color: #fff;
    white-space: nowrap;
}
.itemOne .content .right{
    background: #fff;
    width: 100%;
    padding: 0 .45rem;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.itemOne .content .right p{
    font-size: .2rem;
    line-height: .7rem;
    height: .7rem;
    color: #727171;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemTwo{
    display: flex;
    justify-content: space-between;
}
.itemTwo .list{
    width: 33.33%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    transition: all 0.5s;
}
.itemTwo .list:nth-child(1){
    background: url("../images/pic-1.jpg") no-repeat;
    background-size: cover;
}
.itemTwo .list:nth-child(2){
    background: url("../images/pic-2.jpg") no-repeat;
    background-size: cover;
}
.itemTwo .list:nth-child(3){
    background: url("../images/pic-3.jpg") no-repeat;
    background-size: cover;
}
.itemTwo .list .box{
    padding-left: 40px;
    padding-right: 25px;
    border-left: 5px solid #ffffff;
    margin-top: 2rem;
    padding-bottom: 2.5rem;
    box-sizing: border-box;
    width: 60%;
    z-index: 99;
    transition: all 0.5s;
}
.itemTwo .list:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.itemTwo .list .box h3{
    color: #efefef;
    font-size: .3rem;
    margin-bottom: 22px;
}
.itemTwo .list .box p{
    color: #ffffff;
    font-size: .24rem;
    line-height: .32rem;
    min-height: .64rem;
}
.itemTwo .list .box ul{
    margin-top: .5rem;
}
.itemTwo .list .box ul li{
    font-size: .22rem;
    line-height: .3rem;
    color: #efefef;
    opacity: 0.5;
    margin-bottom: .2rem;
    font-weight: 500;
}
.itemTwo .list .box ul li a{
    font-size: .22rem;
    line-height: .3rem;
    color: #efefef;
}
.itemTwo .list:hover{
    width: 45%;
}
.itemTwo .list .box ul li a:hover{
    color: #18943b;
}
.itemThree{
    margin-top: .9rem;
}
.itemThree h3{
    color: #727171;
    font-size: .4rem;
}
.itemThree .container{
    width: 90%;
}
.itemThree .content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 22px;
    margin-top: .7rem;
}
.itemThree .content .list{
    transition: all 0.3s;
}
.itemThree .content .list a{
    display: block;
    width: 100%;
    height: 7.2rem;
    position: relative;
}
.itemThree .content .list a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.itemThree .content .list .text{
    position: absolute;
    bottom: 35px;
    left: 0;
    padding: 0 30px;
    transition: all 0.3s;
}
.itemThree .content .list .text .xian{
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .8;
    margin-bottom: 15px;
}
.itemThree .content .list .text h4{
    color: #ffffff;
    font-size: .18rem;
    line-height: .3rem;
    min-height: .6rem;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}
.itemThree .content .list:hover{
    transform: translateY(-10px);
}
.itemThree .content .list:hover .text{
    bottom: 50px;
}
/*.itemThree .content .list:hover .text h4{*/
/*    color: #bd956b;*/
/*}*/
.itemThree .more{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
}
.itemThree .more a{
    color: #0c912b;
    font-size: .18rem;
}
.itemThree .more i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .3rem;
    height: .3rem;
    color: #fff;
    background: #0c912b;
    border-radius: 100%;
    margin-right: .1rem;
    font-size: .15rem;
}

.itemThree .content .list .text span{
    display: block;
    margin-top: .25rem;
    color: #fff;
    font-size: .16rem;
}
.itemThree .content .left a{
    display: flex;
    width: 100%;
    height: 7.5rem;
}
.itemThree .content .mid a{
    display: flex;
    width: 100%;
    height: 7.5rem;
}
.itemThree .content .right{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background: #18943b;
    padding: 0 45px;
}

.itemThree .content .right .list{
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
.itemThree .content .right .list:last-child{
    margin-bottom: 0;
}
.itemThree .content .right .list h4{
    color: #ffffff;
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
}
.itemThree .content .right .list span{
    color: #9fa0a0;
    font-size: 19px;
}
.itemThree .content .right .list:hover h4{
    color: #f3d749;
}

.itemFour{
    background: url("../images/about-pic.jpg") no-repeat center fixed;
    background-size: cover;
    margin-top: .75rem;
    text-align: center;
    padding: 3rem 0 2.2rem;
}

.itemFour h3{
    color: #ffffff;
    font-size: .5rem;
    letter-spacing: 10px;
}
.itemFour a{
    display: inline-block;
    padding: .14rem .2rem;
    background: #18943b;
    color: #fff;
    font-size: .16rem;
    letter-spacing: 4px;
    margin-top: 2.2rem;
    border-radius: 5px;
}
.itemFour a:hover{
    background: #bd956b;
}

.w1500{
    max-width: 15rem;
    margin: 0 auto;

}

.breadcrumb-menu{
    /*margin-bottom: .6rem;*/
    border-bottom: 3px solid #dcdddd;
}
.breadcrumb-menu .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadcrumb-menu .crm{
    display: flex;
    align-items: center;
}
.breadcrumb-menu .crm-icon {
    display: inline-block;
    width: .17rem;
    height: .26rem;
    background: url(../images/icon-1.jpg) no-repeat left bottom;
    letter-spacing: normal;
}
.breadcrumb-menu .crm a{
    font-size: .16rem;
    padding-left: .26rem;
    color: #727171;
    background: url(../images/crm-arr-icon.png) no-repeat .13rem center;
}
.sub_nav{
    position: relative;
}
.sub_nav .ul{
    display: flex;
    align-items: center;
}
.sub_nav a{
    font-size: .16rem;
    color: #727171;
    line-height: 1rem;
    margin-left: 30px;
}
.sub_nav a.on {
    color: #0c912b;
}
.sub_nav .sub_slider {
    position: absolute;
    bottom: -1px;
    height: 4px;
    /*width: 50px;*/
    background: #0c912b;
}


.list-box .list a{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}
.list-box .list .box h3{
    margin-bottom: 0;
}
.list-box .list .box{
    border-left: 2px solid #fff;
    padding-bottom: 2rem;
    margin-top: 4rem;
}
.list-box .list .box ul{
    margin-top: .4rem;
}
.list-box .list .box ul li{
    margin-bottom: .14rem;
}


.menutwo{
    display: none;
}

.menuone{
    display: flex;
    margin-bottom: .5rem;
}
.menuone li{
    color: #595757;
    font-size: .16rem;
    padding: .08rem .22rem;
    border: 1px solid #b2b2b2;
    border-radius: .16rem;
    margin-right: .4rem;
    cursor: pointer;
}
.menuone li.active{
    border: 1px solid #333;
    /*background: #0c912b;*/
    color: #333;
}
.main{
    margin-top: .6rem;
}

.product{
    background: url("../images/bg-1.jpg") no-repeat center center;
    background-size: cover;
}
.product .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.product .swiper-slide .pic{
    width: 54%;
    height: 4.7rem;
}
.product .swiper-slide .text{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    width: 54%;
    background: rgba(242,243,243,0.8);
    padding: .7rem .8rem;
}
.product .swiper-slide .text h3{
    color: #727171;
    font-size: .36rem;
    letter-spacing: 4px;
    margin-bottom: .2rem;
}
.product .swiper-slide .text h4{
    color: #231815;
    font-size: .26rem;
    letter-spacing: 2px;
    margin-bottom: .45rem;
}
.product .swiper-slide .text p{
    color: #231815;
    font-size: .16rem;
    line-height: .26rem;
    margin-bottom: .3rem;
}
.product .swiper-slide .text .add{
    color: #231815;
    font-size: .2rem;
}


.product .swiper-pagination{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: .6rem;
}
.product .swiper-pagination span{
    width: .9rem;
    height: .08rem;
    background: #dcdddd;
    border-radius: 5px;
    opacity: 1;
    margin: 0 .1rem;
}
.product .swiper-pagination .swiper-pagination-bullet-active{
    background: #0c912b;
}
.product1{
    padding-bottom: 1rem;
}
.product2{
    margin-top: 0;
}
.product2 .content{
    display: flex;
    justify-content: space-between;
}
.main .left{
    width: 30%;
    /*border-right: 3px solid #c9caca;*/
    padding-top: 1.2rem;
}
.product2 .content .left h3{
    color: #727171;
    font-size: .4rem;
    line-height: .56rem;
    letter-spacing: 8px;
}
.main .right{
    width: 66%;
    display: flex;
    justify-content: space-between;
    padding-top: 1.2rem;
    padding-bottom: 1.5rem;
}
.product2 .content .right .text{
    width: 42%;
}
.product2 .content .right .text h4{
    color: #727171;
    font-size: .28rem;
    margin-bottom: .2rem;
}
.product2 .content .right .text h5{
    color: #c9caca;
    font-size: .3rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.product2 .content .right .text p{
    color: #727171;
    font-size: .18rem;
    line-height: .28rem;
}

.product2 .content .right .item{
    width: 50%;
}
.product2 .content .right .item .list{
    background: #fff;
    text-align: center;
    margin-bottom: .15rem;
    padding: .4rem .2rem;
}
.product2 .content .right .item .list .icon{
    display: flex;
    justify-content: center;
    height: .5rem;
    margin-bottom: .2rem;
}
.product2 .content .right .item .list p{
    color: #727171;
    font-size: .16rem;
    line-height: .26rem;
}


.product3 .right{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .7rem;
    width: 65%;
}
.product3 .right .list .pic{
    width: 100%;
    height: 1.8rem;
    margin-bottom: .3rem;
}
.product3 .right .list .text{
    width: 100%;
}
.product3 .right .list .text p{
    color: #727171;
    font-size: .18rem;
    line-height: .32rem;
}


.community .breadcrumb-menu .crm-icon{
    width: .28rem;
    height: .25rem;
    background: url(../images/icon-2.png) no-repeat left bottom;
    background-size: cover;
}


.community .itemTwo .list{
    width: 25%;
}
.community .itemTwo .list:hover{
    width: 35%;
}
.community .itemTwo .list .box{
    width: 70%;
}
.community .itemTwo .list:hover .box{
    width: 80%;
}



.community1 .content .left h3{
    font-size: .28rem;
}
.community1 .content .left h4{
    color: #c9caca;
    font-size: .2rem;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: .4rem;
}
.community1 .content .left p{
    color: #727171;
    font-size: .18rem;
    line-height: .34rem;
    width: 86%;
}
.community1 .content .right{
    flex-flow: column;
}
.community1 .content .right .title{
    text-align: center;
}
.community1 .content .right .title h3{
    color: #dcdddd;
    font-size: .4rem;
    text-transform: uppercase;
    margin-bottom: .1rem;
}
.community1 .content .right .title h4{
    color: #727171;
    font-size: .36rem;
    letter-spacing: 5px;
}
.community1 .content .right ul{
    display: flex;
    justify-content: space-between;
    margin-top: .7rem;
}
.community1 .content .right ul li{
    text-align: center;
    border-right: 1px dashed #d4d5d5;
    width: 25%;
}
.community1 .content .right ul li:last-child{
    border-right: none;
}
.community1 .content .right ul .letter{
    font-size: .55rem;
    font-weight: bold;
    margin-bottom: .25rem;
}
.community1 .content .right ul li h4{
    font-size: .22rem;
    margin-bottom: .25rem;
}
.community1 .content .right ul li span{
    display: block;
    font-size: .12rem;
    color: #727171;
    margin-bottom: .05rem;
}
.community1 .content .right ul li span:nth-child(4){
    font-weight: 100;
}
.community1 .content .right ul li .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .45rem;
    margin-top: .18rem;
}
.community1 .content .right ul li:nth-child(1) .letter{
    color: #727171;
}
.community1 .content .right ul li:nth-child(2) .letter{
    color: #727171;
}
.community1 .content .right ul li:nth-child(3) .letter{
    color: #727171;
}
.community1 .content .right ul li:nth-child(4) .letter{
    color: #727171;
}
.community1 .content .right ul li:nth-child(1) h4{
    color: #727171;
}
.community1 .content .right ul li:nth-child(2) h4{
    color: #727171;
}
.community1 .content .right ul li:nth-child(3) h4{
    color: #727171;
}
.community1 .content .right ul li:nth-child(4) h4{
    color: #727171;
}


.community2 .content .left p{
    margin-bottom: .3rem;
}

.community2 .content .right{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .13rem;
    width: 63%;
}
.community2 .content .right .list{
    border-bottom: 5px solid #0c912b;
    padding-bottom: .4rem;
    transition: all 0.3s;
}
/*.community2 .content .right .list:hover{*/
/*    transform: translateY(-5px);*/
/*}*/
.community2 .content .right .list .pic{
    margin-bottom: .3rem;
}
.community2 .content .right .list .pic img{
    width: 100%;
}
.community2 .content .right .list h3{
    text-align: center;
    color: #727171;
    font-size: .2rem;
}


.community2-1 .content .right{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 63%;
    gap: 12px;
}
.community2-1 .content .right .list{
    padding-bottom: 0;
    border-bottom: none;
    width: 100%;
    height: 2.77rem;
}

.community2-2 .content .right{
    display: grid;
    grid-template-columns: 72% 28%;
    gap: 12px;
}
.community2-2 .content .right .lst:nth-child(1){
    display: flex;
    flex-flow: wrap;
    /*justify-content: space-between;*/
    /*flex-flow: wrap;*/
    /*grid-template-columns: 40% 60%;*/
    /*gap: 12px;*/
    margin-right: 12px;
}
.community2-2 .content .right .lst .box{
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
    gap: 12px;
}
.community2-2 .content .right .lst .box:nth-child(2){
    grid-template-columns: 60% 40%;
    margin-top: 12px;
}
.community2-2 .content .right .lst:nth-child(1) .list{
    height: 1.96rem;
}

.community2-3 .content .right{
    grid-template-columns: 100% 100%;
}
.community2-3 .content .right .lst:nth-child(1){
    margin-right: 0;
}
.community2-3 .content .right .lst:nth-child(1) .list{
    height: 2.8rem;
}
.community2-3 .content .right .lst .box{
    grid-template-columns: 48% 52%;
}
.community2-3 .content .right .lst .box:nth-child(2){
    grid-template-columns: 52% 48%;
}


.community3 .yezhu{
    overflow: hidden;
    position: relative;
}
.community3 .right h3{
    text-align: center;
    color: #727171;
    font-size: .26rem;
    letter-spacing: 5px;
    margin-bottom: .2rem;
}
.community3 .yezhu .swiper-slide .pic{
    width: 100%;
    height: auto;
}
.community3 .yezhu .swiper-slide .pic img{
    width: 100%;
}
.community3 .swiper-pagination .swiper-pagination-bullet-active {
    background: #efefef;
    width: .39rem;
    height: .14rem;
    border-radius: 7px;
}
.community3 .swiper-pagination{
    position: absolute;
    bottom: .1rem;
    left: .2rem;
}
.community3 .swiper-pagination span{
    width: .15rem;
    height: .15rem;
    border: 2px solid #efefef;
    border-radius: 100%;
    background: none;
    margin: 0;
    margin-right: .1rem;
    padding: 0;
}
.community3 .swiper-button-prev{
    font-family: "SimSun-ExtB";
    color: #dcdcdc;
    background: none;
    width: auto;
    height: auto;
}
.community3 .swiper-button-next{
    font-family: "SimSun-ExtB";
    color: #dcdcdc;
    background: none;
    width: auto;
    height: auto;
}



.community4 .content .left{
    width: 40%;
}
.community4 .content .left h4{
    margin-bottom: 0;
    color: #727171;
}
.community4 .content .left h3{
    line-height: .45rem;
    margin-bottom: .35rem;
}
.community4 .content .left p{
    min-height: 1.02rem;
}
.community4 .content .right{
    width: 50%;
}
.community4 .content .right h4{
    color: #727171;
    font-size: .2rem;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0;
}
.community4 .content .right h3{
    color: #727171;
    font-size: .28rem;
    letter-spacing: 8px;
    line-height: .45rem;
    margin-bottom: .35rem;
}
.community4 .content .right p{
    color: #727171;
    font-size: .18rem;
    line-height: .34rem;
    width: 86%;
    min-height: 1.02rem;
}

.community4 .content .pic{
    margin-top: .3rem;
    width: 85%;
}


.platform .breadcrumb-menu .crm-icon {
    width: .31rem;
    height: .2rem;
    background: url(../images/icon-3.png) no-repeat left bottom;
    background-size: cover;
}

.platform-1{
    padding-top: 1.3rem;
    padding-bottom: 2rem;
}
.platform-1 .content{
    display: flex;
    justify-content: space-between;
}
.platform-1 .content .list{
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
    align-items: center;
    width: 30%;
    text-align: center;
}
.platform-1 .content .list:nth-child(1) .icon{
    margin-bottom: 1rem;
    width: 2.15rem;
}
.platform-1 .content .list:nth-child(1) h4{
    font-size: .22rem;
    color: #c9caca;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    width: 2.15rem;
}
.platform-1 .content .list h3{
    color: #727171;
    font-size: .32rem;
    margin-bottom: .1rem;
}
.platform-1 .content .list span{
    color: #727171;
    font-size: .16rem;
}
.platform-1 .content .list ul{
    display: flex;
    justify-content: center;
    margin-top: .6rem;
    position: relative;
}
.platform-1 .content .list ul:before{
    content: '';
    position: absolute;
    top: -.35rem;
    left: 50%;
    width: 3.27rem;
    transform: translateX(-50%);
    height: 2px;
    background: #b5b5b5;
}
.platform-1 .content .list ul li{
    color: #727171;
    font-size: .19rem;
    padding: .1rem .15rem;
    border: 2px solid #9fa0a0;
    border-radius: .2rem;
    margin: 0 0.08rem;
    white-space: nowrap;
    position: relative;
}
.platform-1 .content .list ul li:nth-child(1):before{
    content: '';
    position: absolute;
    top: -.35rem;
    left: 50%;
    width: 2px;
    height: .21rem;
    margin-left: -1px;
    background: #b5b5b5;
}
.platform-1 .content .list ul li:nth-child(2):before{
    content: '';
    position: absolute;
    top: -.35rem;
    left: 50%;
    width: 2px;
    height: .21rem;
    margin-left: -1px;
    background: #b5b5b5;
}
.platform-1 .content .list ul li:nth-child(3):before{
    content: '';
    position: absolute;
    top: -.35rem;
    left: 50%;
    width: 2px;
    height: .21rem;
    margin-left: -1px;
    background: #b5b5b5;
}



.platform-1 .content .list .text{
    background: #fff;
    margin-top: .45rem;
    width: 100%;
    height: 2.4rem;
    padding: .35rem 0;
    box-sizing: border-box;
}

.platform-1 .content .list .text h4{
    color: #727171;
    font-size: .26rem;
    margin-bottom: .15rem;
    letter-spacing: 5px;
}
.platform-1 .content .list .text p{
    color: #727171;
    font-size: .16rem;
    line-height: .26rem;
}
.platform-1 .content .list .text h5{
    color: #231815;
    font-size: .21rem;
}

.platform-1 .content .list:nth-child(2) p{
    margin-bottom: .4rem;
}
.platform-1 .content .list:nth-child(3) span:nth-child(4){
    margin-top: .12rem;
}
.platform-1 .content .list:nth-child(3) .text{
    margin-top: .165rem;
}



.platform2 .left .menuone{
    flex-flow: column;
    margin-top: .8rem;
}
.platform2 .left .menuone li{
    width: 1.95rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    margin-bottom: .3rem;
    border-radius: .3rem;
    font-size: .2rem;
    transition: all 0.3s;
}
.platform2 .right .pingtai{
    display: flex;
    align-items: flex-end;
    padding-right: .45rem;
}
.platform2 .right .pingtai .pic{
    margin-right: 1.1rem;
}
.platform2 .right .pingtai .text{
    display: flex;
    align-items: flex-start;
    flex-flow: column;
}
.platform2 .right .pingtai .text .txt{
    position: relative;
    margin-bottom: .7rem;
}
.platform2 .right .pingtai .text p{
    color: #727171;
    font-size: .24rem;
    line-height: .44rem;
}
.platform2 .right .pingtai .text h4{
    color: #0c912b;
    font-size: .24rem;
    margin-top: .5rem;
    margin-bottom: .15rem;
}
.platform2 .right .pingtai .text img:nth-child(1){
    position: absolute;
    top: -.4rem;
    left: -.45rem;
}
.platform2 .right .pingtai .text img:nth-child(3){
    position: absolute;
    bottom: -.7rem;
    right: -.45rem;
}
.platform2 .right .pingtai .text span{
    color: #727171;
    font-size: .17rem;
}
.platform3 .content .right{
    width: 53%;
}
.platform3 .content .right .foundation-content{
    margin-top: .4rem!important;
}
.platform4 .content .right h3{
    text-align: center;
    color: #727171;
    font-size: .4rem;
    line-height: .52rem;
    letter-spacing: 3px;
}
.platform4 .content .right .foundation-content{
    display: flex;
    justify-content: space-between;
    margin-top: .7rem;
}
.platform4 .content .right .foundation-content .lst{
    background: #fff;
    text-align: center;
    padding: .35rem 0;
}
.platform4 .content .right .foundation-content .lst:nth-child(1){
    margin-bottom: .3rem;
}
.platform4 .content .right .foundation-content .lst:nth-child(1) h4{
    margin-bottom: .3rem;
}
.platform4 .content .right .foundation-content .lst:nth-child(2) h4{
    margin-top: .3rem;
}
.platform4 .content .right .foundation-content .lst h4{
    color: #727171;
    font-size: .26rem;
    letter-spacing: 5px;
}
.platform4 .content .right .foundation-content .lst p{
    color: #727171;
    font-size: .18rem;
}

.platform4 .content .right .foundation-content .foundation-left{
    width: 45%;
}
.platform4 .content .right .foundation-content .foundation-right{
    width: 52%;
}




.news .breadcrumb-menu .crm-icon {
    width: .29rem;
    height: .29rem;
    background: url(../images/icon-3.jpg) no-repeat left bottom;
    background-size: cover;
}

.news .itemTwo .list .box{
    width: 80%;
}

.news-top{
    position: relative;
    margin-top: .6rem;
}
.news-top .swiper-button-prev{
    font-family: "SimSun-ExtB";
    color: #dcdcdc;
    background: none;
    width: auto;
    height: auto;
}
.news-top .swiper-button-next{
    font-family: "SimSun-ExtB";
    color: #dcdcdc;
    background: none;
    width: auto;
    height: auto;
}

.news{
    margin-bottom: 1rem;
}
.news .news-bot .content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
    margin-top: 1rem;
}
.news .news-bot .content .list{
    border-bottom: 2px solid #dcdddd;
    padding-bottom: .35rem;
    transition: all 0.3s;
}
.news .news-bot .content .list a{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}
.news .news-bot .content .list .text{
    display: flex;
    flex-flow: column;
    margin-top: .3rem;
}
.news .news-bot .content .list span{
    color: #b5b5b6;
    font-size: .24rem;
}
.news .news-bot .content .list h4{
    color: #727171;
    font-size: .22rem;
    line-height: .32rem;
    font-weight: normal;
    margin-top: .15rem;
    transition: all 0.3s;
}
.news .news-bot .content .list:hover{
    transform: translateY(-10px);
}
.news .news-bot .content .list:hover h4{
    color: #0c912b;
}
.news .more{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .8rem;
}
.news .more a{
    color: #0c912b;
    font-size: .28rem;
}
.news .more i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: .3rem;
    height: .3rem;
    color: #fff;
    background: #0c912b;
    border-radius: 100%;
    margin-right: .1rem;
    font-size: .15rem;
}

.news .itemThree{
    margin-top: 0;
}

.news-video .pic{
    position: relative;
}
.news-video .pic .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1.4rem;
    height: 1.4rem;
}

.news .news-video .news-bot .content .list h4{
    font-size: .22rem;
}
.news-video .pic:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    transition: all 0.3s;
}

.news-video .list:hover .pic:before{
    opacity: 0;
}


.news4 .swiper{
    overflow: hidden;
}

.news4 .text{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.news4 .text{
    margin-top: .7rem;
}
.news4 .text span{
    color: #727171;
    font-size: .28rem;
    letter-spacing: 5px;
    margin-bottom: .2rem;
}
.news4 .news-top{
    margin: 0 1.5rem;
    margin-top: 1.2rem;
}

.news4 .swiper-button-prev{
    top: 28%;
    left: -1rem;
    color: #727171;
}
.news4 .swiper-button-next{
    top: 28%;
    right: -1rem;
    color: #727171;
}





.contact .breadcrumb-menu .crm-icon {
    width: .3rem;
    height: .25rem;
    background: url(../images/icon-4.png) no-repeat left bottom;
    background-size: cover;
}



.contact1{
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.contact1 .container{
    max-width: 15rem;
}
.contact1 .item{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.contact1 .item .text{
    width: 45%;
}
.contact1 .item h3{
    color: #727171;
    font-size: .38rem;
    margin-bottom: .35rem;
}
.contact1 .item p{
    color: #727171;
    font-size: .19rem;
    line-height: .38rem;
}
.contact1 .item .pic{
    width: 50%;
}
.biaodan{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    margin-bottom: 1.1rem;
}
.biaodan .lst{
    display: flex;
    align-items: center;
}
.biaodan span{
    color: #727171;
    font-size: .2rem;
}
.biaodan input{
    width: 2.3rem;
    height: .44rem;
    border-radius: 20px;
    border: 4px solid #727171;
    padding: 0 15px;
    color: #727171;
    font-size: .2rem;
}
.biaodan .lst:nth-child(2) input{
    width: 3rem;
}
.biaodan button{
    color: #fff;
    font-size: .2rem;
    background: #0c912b;
    width: 1.9rem;
    height: .44rem;
    border-radius: 12px;
}
.contact1 .p1{
    text-align: center;
    color: #0c912b;
    font-size: .24rem;
    letter-spacing: 4px;
}

.contact2 .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.contact2 .content .left{
    width: 54%;
}
.contact2 .txt{
    border: 2px solid #e8e8e8;
    padding: .3rem .44rem;
}
.contact2 .txt h3{
    color: #727171;
    font-size: .4rem;
    letter-spacing: 3px;
    margin-bottom: .2rem;
}
.contact2 .txt p{
    color: #000000;
    font-size: .28rem;
}
.contact2 .content .right{
    width: 41%;
}

.contact2 h4{
    color: #727171;
    font-size: .2rem;
    line-height: .4rem;
    margin-bottom: .5rem;
    margin-top: .4rem;
    font-weight: normal;
}

.contact2 h5{
    color: #727171;
    font-size: .19rem;
    margin-bottom: .25rem;
}
.contact2 p{
    color: #727171;
    font-size: .16rem;
    line-height: .28rem;
    margin-bottom: .1rem;
}

.contact2 .box{
    background: #0c912b;
    padding: .55rem;
}
.contact2 .box .icon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: .5rem;
}
.contact2 .box p{
    color: #f1f1f1;
    font-size: .22rem;
    line-height: .4rem;
    margin-bottom: .15rem;
}

.contact3 .content{
    width: 1300px;
    max-width: 15rem;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
}
.contact3 .content h3{
    color: #727171;
    font-size: .44rem;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: .7rem;
}
.contact3 .content p{
    color: #727171;
    font-size: .22rem;
    text-align: left;
    line-height: .45rem;
}
.contact3 .content ul{
    width: 100%;
    margin-top: .6rem;
}
.contact3 .content li{
    text-align: left;
    color: #727171;
    font-size: .23rem;
    margin-bottom: .16rem;
}


.about1 .content .left h4{
    margin-bottom: .2rem;
}
.about1 .content .right h3{
    color: #727171;
    font-size: .4rem;
    letter-spacing: 14px;
    margin-bottom: .15rem;
}
.about1 .content .right h4{
    text-transform: uppercase;
    color: #c9caca;
    font-size: .3rem;
    font-weight: normal;
    margin-bottom: .7rem;
}
.about1 .content .right h5{
    color: #727171;
    font-size: .22rem;
    text-transform: uppercase;
    margin-bottom: .2rem;
}
.about1 .content .right p{
    color: #727171;
    font-size: .19rem;
    line-height: .4rem;
}
.about1 .content .right .about-right{
    min-width: 4rem;
    margin-left: .8rem;
}





.about .breadcrumb-menu .crm-icon {
    width: .18rem;
    height: .2rem;
    background: url(../images/icon5.png) no-repeat left bottom;
    background-size: cover;
}

.about2 .content .left h4{
    color: #727171;
    font-size: .38rem;
    font-weight: 500;
    letter-spacing: 9px;
    margin-bottom: 1rem;
}
.about2 .content .left h3{
    font-size: .4rem;
}

.about2 .content .right .content{
    flex-flow: column;
}

.about2 .content .right h4{
    color: #727171;
    font-size: .22rem;
    font-weight: 500;
    margin-bottom: .2rem;
}
.about2 .content .right p{
    color: #727171;
    font-size: .19rem;
    line-height: .4rem;
}
.about2 .content .right p:last-child{
    text-align: right;
    margin-top: .5rem;
    color: #727171;
    font-size: .22rem;
}

.about3{
    padding: 1rem 0;
    overflow: hidden;
}
.about3 .swiper{
    position: relative;
}
.about3 .swiper-slide .pic{
    width: 100%!important;
    height: auto;
}
.about3 .swiper-button-next, .about3 .swiper-button-prev{
    background: none!important;
    font-family: SimSun-ExtB;
    top: 50%;
    transform: translateY(-50%);
}
.about3 .swiper-button-prev{
    left: 50px;
}
.about3 .swiper-button-next{
    right: 50px;
}

.about4 .content .left h4{
    color: #c9caca;
    font-weight: normal;
    margin-top: .2rem;
    letter-spacing: 2px;
}
.about4 .content .right .about4-box{
    display: flex;
    justify-content: space-between;
}
.about4 .content .right .about4-box .ditu{
    width: 42%;
}
.about4 .content .right .about4-box h4{
    color: #727171;
    font-size: .26rem;
    letter-spacing: 6px;
    font-weight: 500;
    margin-bottom: .4rem;
    margin-top: .7rem;
}
.about4 .content .right .about4-right{
    width: 55%;
}
.about4 .content .right .about4-right .cont{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.about4 .content .right .about4-right .cont .list{
    width: 48%;
    background: #fff;
    padding: .5rem 0;
}
.about4 .content .right .about4-right .cont .list .num{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #727171;
    font-size: .19rem;
}
.about4 .content .right .about4-right .cont .list .shuzi{
    color: #727171;
    font-size: .6rem;
    font-weight: 500;
    transform: translateY(7px);
}
.about4 .content .right .about4-right .cont .list p{
    text-align: center;
    color: #727171;
    font-size: .19rem;
    letter-spacing: 6px;
}
.about4 .content .right .about4-right .cont .list p img{
    margin-right: .2rem;
}
.about4 .content .right .about4-right .cont .list:last-child{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.about4 .content .right .about4-right .cont .list:last-child p{
    display: flex;
    align-items: flex-end;
    transform: translateY(16px);
}
.about4 .content .right .about4-right .cont .list:last-child img{
    transform: translateY(-5px);
}


.about5 .content .left h3{
    margin-bottom: .5rem;
}
.about5 .content .right .box{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .5rem;
}
.about5 .content .right .box .list h4{
    color: #727171;
    font-size: .22rem;
    font-weight: 500;
}
.about5 .content .right .box .list p{
    color: #727171;
    font-size: .19rem;
    line-height: .4rem;
    margin-bottom: 0;
}
.about5 .content .right .box .list span{
    font-weight: 500;
}
.about5 .content .right .box .list .text{
    width: 100%;
    margin-top: .35rem;
}
.about5 .content .right p:last-child{
    text-align: left;
    margin-top: 0;
}


.about6 .content .left h3{
    margin-bottom: .2rem;
}
.about6 .content .right .box{
    gap: .3rem;
}
.about6 .content .right .box .list{
    background: #fff;
    text-align: center;
    padding: .45rem .2rem;
}
.about6 .content .right .box .list .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    height: .5rem;
    margin-bottom: .2rem;
}
.about6 .content .right .box .list .icon img{
    max-width: 100%;
    max-height: 100%;
}
.about6 .content .right .box .list h4{
    color: #727171;
    font-size: .19rem;
    line-height: .26rem;
    font-weight: normal;
    margin-bottom: 0;
}
.about6 .content .right .box .list h4 span{
    font-weight: 500;
}
.about6 .content .right .box .list p{
    font-size: .14rem;
    line-height: .24rem;
    text-align: center;
    margin-top: .16rem;
}
.about6 .content .right .box .list .text{
    margin-top: 0;
}
.about6 .content .right .box .list:nth-child(5) h3{
    text-transform: uppercase;
    color: #c9caca;
    font-size: .44rem;
    font-weight: normal;
}


.detail-top{
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #dcdddd;
    padding-bottom: .4rem;
}
.detail-top h3{
    font-size: .3rem;
    margin-bottom: .3rem;
}
.detail-top span{
    font-size: .2rem;
}
.detail-bot{
    padding-top: .4rem;
}
.detail-bot p{
    font-size: .16rem;
    line-height: .26rem;
    margin-bottom: .15rem;
}
.detail-bot .pic{
    margin-bottom: .15rem;
}
.news-detail .link{
    display: flex;
    align-items: center;
    margin-top: .5rem;
}
.news-detail .link a{
    display: inline-block;
    padding: .14rem .2rem;
    background: #18943b;
    color: #fff;
    font-size: .16rem;
    letter-spacing: 4px;
    border-radius: 5px;
}



#mainVisual video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}








.public-banner2 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.public-banner2 .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.public-banner2 .swiper-wrapper .swiper-slide .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.public-banner2 .swiper-wrapper .swiper-slide .img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .public-banner2 .swiper-wrapper .swiper-slide .img video {
        /*display: none;*/
    }
}

.public-banner2 .swiper-wrapper .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: bannerscale 20s infinite linear;
}

@media (max-width: 991px) {
    .public-banner2 .swiper-wrapper .swiper-slide .img img.pc-img {
        display: none;
    }
}

.public-banner2 .swiper-wrapper .swiper-slide .img img.mb-img {
    display: none;
}

@media (max-width: 991px) {
    .public-banner2 .swiper-wrapper .swiper-slide .img img.mb-img {
        display: block;
    }
}

.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn1 {
    opacity: 1;
    transform: translateY(0);
}

.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn2 {
    opacity: 1;
    transform: translateY(0);
}

.public-banner2 .swiper-wrapper .swiper-slide.ani-slide .textcontainer .cn15 {
    opacity: 1;
    transform: translateY(0);
}

.public-banner2 .containerpublic {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    z-index: 3;
}

@media (max-width: 991px) {
    .public-banner2 .containerpublic {
        top: 1.2rem;
    }
}

.public-banner2 .textcontainer {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    z-index: 4;
}

.public-banner2 .textcontainer .cn1 {
    text-align: left;
    color: #505050;
    font-size: .6rem;
    opacity: 0;
    transition: all 0.5s;
    font-family: 'Teko-Medium';
    text-transform: uppercase;
    transform: translateY(0.6rem);
    max-width: 7.7rem;
}

.public-banner2 .textcontainer .cn2 {
    margin-top: .2rem;
    color: #505050;
    text-align: left;
    font-size: .23rem;
    opacity: 0;
    transition: all 0.5s 0.25s;
    transform: translateY(0.6rem);
}

.public-banner2 .textcontainer .cn2 span {
    color: #1a3064;
}

.public-banner2 .textcontainer .cn15 {
    margin-top: 0.55rem;
    opacity: 0;
    transition: all 0.5s 0.5s;
    transform: translateY(0.6rem);
}

.public-banner2 .textcontainer.blackcolor .cn1 {
    color: #000;
}

.public-banner2 .textcontainer.blackcolor .cn2 {
    color: #000;
}

.public-banner2 .textcontainer.blackcolor .cn15 .public-btn0 {
    border: 1px solid #000;
    color: #000;
}

.public-banner2 .textcontainer.blackcolor .cn15 .public-btn0:hover {
    border: 1px solid #1a3064;
    color: #Fff;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet {
    /*position: relative;*/
    /*overflow: hidden;*/
    /*opacity: 1;*/
    /*background-color: rgba(255, 255, 255, 1);*/

    position: relative;
    display: inline-block;
    margin-right: 12px;
    transition: all 0.8s;
    width: .1rem;
    height: .1rem;
    border: 2px solid #efefef;
    border-radius: 100%;
    cursor: pointer;
    background: none;
    opacity: 1;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #18953a;
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

.public-banner2 .publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: bannerjindu 4s 1 linear forwards;
}

.public-banner2 .public-btn2 .public-btn0 {
    background: #ff4e00;
    border: 1px solid #ff4e00;
}

@keyframes bannerjindu {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes bannerscale {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.publicbanner2page {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    bottom: .7rem !important;
    left: 6% !important;
    z-index: 5;
    height: max-content;
}

.publicbanner2page .swiper-pagination-bullet {
    background-color: #Fff;
    opacity: 0.4;
}

.publicbanner2page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #1a3064;
}


.publicswiper-page .swiper-pagination-bullet {
    width: 1.2rem;
    height: 5px;
    border-radius: 3px;
    background-color: #000000;
    opacity: 0.2;
    margin: 0 5px;
    transition: all 0.5s;
}


.publicswiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: .6rem;
    height: .1rem;
    background: #efefef;
    border-radius: 14px;
    opacity: 1;
}


.public-banner2 .publicbanner2page .swiper-pagination-bullet:nth-child(1)::before {
    animation-duration: 18.2s;
}

.notice{
    background: url(../images/bg-1.jpg) no-repeat center center;
    background-size: cover;
    padding: 1rem 0;
}
.notice h4{
    color: #333;
    font-size: .26rem;
    font-weight: 500;
    margin-bottom: .2rem;
}
.notice p{
    color: #727171;
    font-size: .19rem;
    line-height: .4rem;
}
























@media screen and (max-width: 1680px) {

}


@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1480px) {

}

@media screen and (max-width: 1366px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
    .main-visual-item .main-visual-txt-con .main-visual-txt2 .list{
        display: none;
    }


    .title h3 {
        font-size: 26px;
    }

    .title p {
        font-size: 16px;
        line-height: 26px;
    }

    .banner-bg{
        min-height: auto;
    }
    .main-visual-item video{
        min-height: auto;
        display: none;
    }
    .main-visual-item ul{
        display: none;
    }
    .breadcrumb-navigation{
        display: none;
    }
    .itemOne{
        display: none;
    }
    .itemTwo{
        flex-flow: wrap;
    }
    .itemTwo .list{
        width: 100%;
    }
    .itemTwo .list:hover{
        width: 100%;
    }
    .itemTwo .list .box{
        width: 75%;
        margin-top: 140px;
        padding-bottom: 100px;
        border-left: 3px solid #ffffff
    }
    .itemTwo .list .box h3{
        font-size: 30px;
    }
    .itemTwo .list .box p{
        font-size: 22px;
        line-height: 32px;
        min-height: 64px;
    }
    .itemTwo .list .box ul li{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .itemThree h3{
        margin-left: 0;
        font-size: 30px;
    }
    .itemThree .content{
        grid-template-columns: repeat(1, 1fr);
        margin-top: 50px;
    }
    .itemThree .content .right{
        padding: 30px;
    }
    .itemThree .content .right .list h4{
        font-size: 20px;
        line-height: 30px;
    }
    .itemThree .content .right .list span{
        font-size: 18px;
    }
    .itemThree .content .list a{
        height: 400px;
    }
    .itemThree .content .list .text{
        width: auto;
    }
    .itemThree .content .list .text h4{
        font-size: 20px;
        line-height: 30px;
        min-height: auto;
    }
    .itemThree .content .list .text span{
        font-size: 18px;
        margin-top: 25px;
    }
    .itemFour{
        padding: 60px 0 60px;
        margin-top: 50px;
    }
    .itemFour h3{
        font-size: 30px;
    }
    .itemFour a{
        margin-top: 60px;
        font-size: 16px;
        padding: 14px 20px;
    }

    .itemThree{
        margin-top: 60px;
    }
    .itemThree .more a{
        font-size: 18px;
    }
    .itemThree .more i{
        width: 30px;
        height: 30px;
        font-size: 15px;
        margin-right: 10px;
    }
    .list-box .list .box ul{
        margin-top: 40px;
    }
    .list-box .list .box ul li{
        margin-bottom: 14px;
    }
    .bannerTwo{
        height: 150px;
    }
    .w1500{
        width: 95%;
        max-width: 100%;
    }
    .breadcrumb-menu{
        display: none;
    }
    .breadcrumb-menu .crm-icon{
        width: 17px;
        height: 26px;
    }
    .breadcrumb-menu .crm a{
        font-size: 14px;
    }
    .sub_nav a{
        font-size: 14px;
        line-height: 40px;
    }
    .menuone li{
        font-size: 16px;
        padding: 10px 20px;
    }
    .menuone{
        margin-bottom: 30px;
    }
    .main{
        margin-top: 50px;
    }
    .product .swiper-slide{
        flex-flow: wrap;
    }
    .product .swiper-slide .pic{
        width: 100%;
        height: 250px;
    }
    .product .swiper-slide .text{
        width: 100%;
        padding: 30px 20px;
    }
    .product .swiper-slide .text h3{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .product .swiper-slide .text h4{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .product .swiper-slide .text p{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .product .swiper-slide .text .add{
        font-size: 20px;
        line-height: 30px;
    }
    .product .swiper-pagination span{
        width: 40px;
        height: 3px;
    }
    .product2{
        margin-top: 0;
    }
    .product2 .content{
        flex-flow: wrap;
    }
    .main .left{
        width: 100%;
        border-right: none;
        padding-top: 50px;
    }
    .main .right{
        width: 100%;
        flex-flow: wrap;
    }
    .product2 .content .right .text{
        width: 100%;
    }
    .product2 .content .right .item .list .icon{
        height: 50px;
        margin-bottom: 20px;
    }
    .product2 .content .right .item{
        width: 100%;
        margin-top: 30px;
    }
    .product2 .content .left h3{
        font-size: 26px;
        line-height: 40px;
    }
    .product2 .content .right .text h4{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .product2 .content .right .text h5{
        font-size: 24px;
        margin-bottom: 40px;
    }
    .product2 .content .right .text p{
        font-size: 18px;
        line-height: 28px;
    }
    .product2 .content .right .item .list{
        padding: 35px 20px;
        margin-bottom: 15px;
    }
    .product2 .content .right .item .list p{
        font-size: 16px;
        line-height: 26px;
    }
    .product2 .content .right .item .list p br{
        display: none;
    }


    .product3 .right{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 20px;
        width: 100%;
        padding-top: 40px;
    }
    .product3 .right .list{
        margin-bottom: 30px;
    }
    .product3 .right .list .pic{
        width: 100%;
        height: 220px;
        margin-bottom: 20px;
    }
    .product3 .right .list .text{
        width: 100%;
    }
    .product3 .right .list .text p{
        color: #727171;
        font-size: 16px;
        line-height: 26px;
    }
    .community1 .content .left h3{
        margin-bottom: 10px;
    }
    .community1 .content .left h4{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .community1 .content .left p{
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }
    .community1 .content .right{
        padding-top: 50px;
    }
    .community1 .content .right .title h3{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .community1 .content .right .title h4{
        font-size: 24px;
    }
    .community1 .content .right ul{
        flex-flow: wrap;
        margin-top: 40px;
    }
    .community1 .content .right ul li{
        width: 49.5%;
        margin-bottom: 30px;
    }
    .community1 .content .right ul li:nth-child(2){
        border-right: none;
    }
    .community1 .content .right ul .letter{
        font-size: 44px;
        margin-bottom: 15px;
    }
    .community1 .content .right ul li h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .community1 .content .right ul li span{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .community1 .content .right ul li .icon{
        height: 50px;
        margin-top: 18px;
    }
    .community2 .content .left p{
        margin-bottom: 15px;
    }
    .community2 .content .right{
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    .community2 .content .right .list{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .community2 .content .right .list .pic{
        margin-bottom: 20px;
    }
    .community2 .content .right .list h3{
        font-size: 20px;
    }
    .community2-1 .content .right .list{
        height: 200px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .community2-2 .content .right .lst:nth-child(1){
        margin-right: 0;
    }
    .community2-2 .content .right .lst:nth-child(1) .list{
        height: 200px;
    }
    .community2-2 .content .right .lst .box{
        display: flex;
        flex-flow: wrap;
        grid-template-columns: 100% 100%;
    }

    .community3 .right h3{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .community3 .swiper-pagination{
        bottom: 15px;
        left: 20px;
    }
    .community3 .swiper-pagination span{
        width: 6px;
        height: 6px;
        margin-right: 5px;
    }
    .community3 .swiper-pagination .swiper-pagination-bullet-active{
        width: 15px;
        height: 6px;
    }
    .community3 .swiper-button-prev{
        font-size: 36px;
    }
    .community3 .swiper-button-next{
        font-size: 36px;
    }

    .community4 .content .left{
        width: 100%;
    }
    .community4 .content .right{
        width: 100%;
    }
    .community4 .content .pic{
        width: 100%;
        margin-top: 20px;
    }
    .community4 .content .right h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .community4 .content .right h3{
        font-size: 26px;
        line-height: 40px;
    }
    .community4 .content .right p{
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }
    .platform-1 .content .list{
        width: 100%;
        margin-bottom: 30px;
    }
    .platform-1 .content .list:nth-child(1) .icon{
        width: 150px;
    }

    .platform-1 .content .list:nth-child(1) h4{
        font-size: 20px;
        width: auto;
    }
    .platform-1 .content .list h3{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .platform-1 .content .list span{
        font-size: 16px;
    }
    .platform-1 .content .list .text{
        padding: 35px 0;
        height: auto;
    }
    .platform-1 .content .list .text h4{
        font-size: 22px;
        margin-bottom: 12px;
    }
    .platform-1 .content .list ul li{
        font-size: 18px;
        padding: 10px 15px;
    }
    .platform-1 .content .list:nth-child(2) p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .platform-1 .content .list .text p{
        font-size: 16px;
        line-height: 26px;
    }
    .platform-1 .content .list .text h5{
        font-size: 20px;
    }
    .platform-1 .content .list:nth-child(3) span:nth-child(4){
        margin-top: 12px;
    }
    .platform-1 .content .list .text{
        margin-top: 15px;
    }
    .platform-1 .content .list:nth-child(3) .text{
        margin-top: 15px;
    }
    .platform-1 .content .list ul{
        flex-flow: wrap;
    }
    .platform-1 .content .list ul li{
        margin: 5px;
    }
    .platform-1 .content .list ul:before{
        display: none;
    }
    .platform-1 .content .list ul li:before{
        display: none!important;
    }
    .platform-1 .content .list img{
        margin-top: 20px;
    }

    .platform2 .left .menuone{
        flex-flow: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .platform2 .left .menuone li{
        width: 48%;
        margin-right: 0;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0;
        margin-bottom: 10px;
    }
    .platform2 .content .right{
        padding-top: 0;
    }
    .platform2 .right .pingtai{
        flex-flow: wrap;
    }
    .platform2 .right .pingtai .pic{
        width: 100%;
        margin-right: 0;
    }
    .platform2 .right .pingtai .text img{
        display: none;
    }
    .platform2 .right .pingtai .text{
        margin-top: 40px;
    }
    .platform2 .right .pingtai .text span{
        font-size: 16px;
    }
    .platform4 .content .right{
        margin-top: 50px;
    }
    .platform4 .content .right h3{
        font-size: 24px;
        line-height: 36px;
    }
    .platform4 .content .right .foundation-content{
        flex-flow: wrap;
        margin-top: 30px;
    }
    .platform4 .content .right .foundation-content .foundation-left{
        width: 100%;
    }
    .platform4 .content .right .foundation-content .foundation-right{
        width: 100%;
    }
    .platform4 .content .right .foundation-content .lst{
        padding: 30px 0;
    }
    .platform4 .content .right .foundation-content .lst:nth-child(1){
        margin-bottom: 20px;
    }
    .platform4 .content .right .foundation-content .lst:nth-child(1) h4{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .platform4 .content .right .foundation-content .lst:nth-child(2) h4{
        font-size: 22px;
        margin-top: 20px;
    }
    .platform4 .content .right .foundation-content .lst p{
        font-size: 18px;
    }
    .news .news-bot .content{
        grid-template-columns: repeat(1, 1fr);
        margin-top: 50px;
        gap: 40px;
    }
    .news .news-bot .content .list .text{
        margin-top: 30px;
        padding-bottom: 20px;
    }
    .news .news-bot .content .list span{
        font-size: 16px;
    }
    .news .news-bot .content .list h4{
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }
    .news .news-video .news-bot .content .list h4{
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }
    .news4 .text{
        margin-top: 40px;
    }
    .news4 .text span{
        font-size: 20px;
        margin-bottom: 15px;
    }
    .news .more i{
        width: 20px;
        height: 20px;
        margin-right: 10px;
        font-size: 12px;
    }
    .news .more a{
        font-size: 16px;
    }
    .news4 .news-top{
        margin: 0;
        margin-top: 50px;
    }
    .news4 .swiper-button-prev{
        margin-top: 0;
        font-size: 40px;
        left: 20px;
        color: #fff;
    }
    .news4 .swiper-button-next{
        margin-top: 0;
        font-size: 40px;
        right: 20px;
        color: #fff;
    }

    .contact1{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .contact1 .container{
        max-width: 100%;
    }
    .contact1 .item .text{
        width: 100%;
        margin-bottom: 20px;
    }
    .contact1 .item .pic{
        width: 100%;
    }
    .contact1 .item h3{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contact1 .item p{
        font-size: 16px;
        line-height: 28px;
    }
    .biaodan{
        flex-flow: wrap;
    }
    .biaodan .lst{
        flex-flow: column;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 20px;
    }
    .biaodan span{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .biaodan .lst:nth-child(2) input{
        width: 100%;
        height: 40px;
    }
    .biaodan input{
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
    .biaodan button{
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
    .contact1 .p1{
        font-size: 18px;
    }
    .contact2 .content .left{
        width: 100%;
    }

    .contact2 .txt{
        padding: 20px;
    }
    .contact2 .txt h3{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .contact2 .txt p{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .contact2 h4{
        font-size: 18px;
        line-height: 32px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .contact2 h5{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .contact2 p{
        font-size: 16px;
        line-height: 28px;
    }
    .contact2 .content .right{
        width: 100%;
        margin-top: 30px;
    }
    .contact2 .box .icon{
        margin-bottom: 30px;
    }
    .contact2 .box p{
        font-size: 16px;
        line-height: 28px;
    }
    .contact2 .box{
        padding: 30px 20px;
    }

    .contact3 .content{
        max-width: 100%;
    }
    .contact3 .content h3{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .contact3 .content p{
        font-size: 18px;
        line-height: 30px;
    }
    .contact3 .content ul{
        margin-top: 30px;
    }
    .contact3 .content li{
        font-size: 16px;
        line-height: 28px;
    }
    .about1 .content .right h3 {
        color: #0c912b;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .about1 .content .right h4{
        font-size: 20px;
        margin-bottom: 40px;
    }
    .about1 .content .right h5 {
        color: #0c912b;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    .about1 .content .right p{
        font-size: 16px;
        line-height: 28px;
    }
    .about1 .content .right .about-right{
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .about2 .content .right h4{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .about2 .content .right p{
        font-size: 16px;
        line-height: 26px;
    }
    .about2 .content .right p:last-child{
        font-size: 18px;
        margin-top: 20px;
    }

    .about3{
        padding: 50px 0;
    }
    .about4 .content .right .about4-box{
        flex-flow: wrap;
    }
    .about4 .content .right .about4-box .ditu{
        width: 100%;
    }
    .about4 .content .right .about4-right{
        width: 100%;
        margin-top: 30px;
    }
    .about4 .content .right .about4-box h4{
        font-size: 24px;
        letter-spacing: 2px;
    }
    .about4 .content .right .about4-right .cont .list{
        width: 100%;
        margin-bottom: 20px;
        padding: 40px 0;
    }
    .about4 .content .right .about4-right .cont{
        margin-top: 40px;
    }
    .about4 .content .right .about4-right .cont .list .shuzi{
        font-size: 36px;
    }
    .about4 .content .right .about4-right .cont .list .num{
        font-size: 16px;
    }
    .about4 .content .right .about4-right .cont .list p{
        font-size: 16px;
    }
    .about4 .content .right .about4-right .cont .list:last-child p {
        display: flex;
        align-items: flex-end;
        transform: translateY(9px);
    }
    .about4 .content .right .about4-right .cont .list:last-child{
        margin-top: 0;
    }

    .about5 .content .right .box{
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }
    .about5 .content .right .box .pic img{
        width: 100%;
    }
    .about5 .content .right .box .list .text{
        margin-top: 25px;
    }
    .about5 .content .right .box .list h4{
        font-size: 20px;
    }
    .about5 .content .right .box .list p{
        font-size: 16px;
        line-height: 28px;
    }
    .about5 .content .right .box .list p:last-child{
        margin-top: 0;
    }
    .about6 .content .right .box .list{
        padding: 40px 20px;
    }
    .about6 .content .right .box .list .icon{
        height: 45px;
    }
    .about6 .content .right .box .list h4{
        line-height: 32px;
    }
    .about6 .content .right .box .list p:last-child{
        margin-top: 15px;
    }
    .about6 .content .right .box .list:nth-child(5) h3{
        font-size: 30px;
    }
    .about6 .content .right .box .list:nth-child(5) .text{
        margin-top: 0;
    }
    .detail-top{
        padding-bottom: 20px;
    }
    .detail-top h3{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .detail-top span{
        font-size: 16px;
    }
    .detail-bot{
        padding-top: 40px;
    }
    .detail-bot p{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .detail-bot .pic{
        margin-bottom: 15px;
    }
    .platform3 .content .right{
        width: 100%;
    }
    .platform3 .content .right .foundation-content{
        margin-top: 30px!important;
    }
    .notice{
        padding: 60px 0;
    }
    .notice h4{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .notice p{
        font-size: 16px;
        line-height: 26px;
    }
}


@media screen and (max-width: 414px) {

}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 360px) {

}

@media screen and (max-width: 320px) {

}



