.list_product_bg {
    background: #fff;
    overflow: hidden;
}

.list_product_ul {
    margin-top: 5%;
}

.list_list_product_ul .divhidden {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.6s;
    /* height: 0;*/
    display: none;
    /* overflow: hidden;*/
}

.list_product_ul .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto;*/
    display: block;
}

.list_product_ul ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_product_ul li {
    float: left;
    width: 22%;
    margin-bottom: 3%;
    padding: 15px;
    background: #fff;
    border: 1px solid #BBBBBB;
    position: relative;
}

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

.list_product_ul li:hover .imgs {
}

.list_product_ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 100%;
}

.list_product_ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;*/
}

.list_product_ul li:hover .imgs img {
    /*-webkit-transform:scale(1.1, 1.1);-moz-transform:scale(1.1, 1.1);-o-transform:scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1);transform:scale(1.1, 1.1);*/
    /*-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter:none;*/
}

.list_product_ul li .h3 {
    border-bottom: 1px solid rgba(239,239,239,1);
    font-weight: normal ;
    overflow: hidden;
    line-height: 36px;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* text-align:center;*/
    transition: all 0.3s;
    font-size: 14px;
}

.list_product_ul li .des {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #959595;
    margin-bottom: 10px;
}

.list_product_ul li:hover .h3 {
    color: var(--main-color);
}

.list_product_ul li .more {
}

.list_product_ul li .more span {
    color: #959595;
    font-size: 12px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #BBBBBB;
    display: inline-block;
}

.list_product_ul li .more span:hover {
    color: #fff;
    background-color: rgba(0,63,138,1);
    border: 1px solid border: 1px solid #eee;
    ;}

.list_product_ul li .LearnMore {
}

.list_product_ul li .LearnMore span {
    color: #959595;
    font-size: 12px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #BBBBBB;
    display: inline-block;
}

.list_product_ul li .LearnMore span:hover {
    color: #fff;
    background-color: rgba(0,63,138,1);
    border: 1px solid border: 1px solid #eee;
}

.list_case_bg {
    background: #F2F2F3;
    overflow: hidden;
    padding-top: 2%;
    padding-bottom: 2%;
}

.lis_case_ul {
    margin: 3%;
    margin-right: 0;
}

.lis_case_ul .divhidden {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.6s;
    /* height: 0;*/
    display: none;
    /* overflow: hidden;*/
}

.lis_case_ul .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto;*/
    display: block;
}

.lis_case_ul ul {
    /* display: flex;*/
    overflow: hidden;
}

.lis_case_ul li {
    float: left;
    width: 30.3333%;
    margin-bottom: 3%;
    padding: 15px;
    background: #fff;
    border: 1px solid #E5E5E5;
    position: relative;
    margin-right: 3%;
}

.lis_case_ul li:hover .imgs {
}

.lis_case_ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 72%;
}

.lis_case_ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.lis_case_ul li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.lis_case_ul li .h3 {
    color: #101010;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    overflow: hidden;
    /* line-height: 36px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    /* text-align:center;*/
    transition: all 0.3s;
    font-size: 16px;
}

.lis_case_ul li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    margin-top: 15px;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
}

.lis_case_ul li:hover .h3 {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.lis_case_ul li:hover .more span {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.lis_case_ul li:hover {
    border: 1px solid var(--main-color);
}

.lis_case_ul li .more {
    text-align: center;
    margin: 20px 0 10px 0;
}

.lis_case_ul li .more span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    color: #959595;
    padding: 0 20px;
}

.about_divs2 {
    margin-top: 30px;
}

.about_lxwm {
    padding: 20px;
    background: #fff;
    line-height: 1.8;
}

.lis_fangan_ul {
    margin-top: 5%;
    margin-right: -3%;
}

.lis_fangan_ul .divhidden {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.6s;
    /* height: 0;*/
    display: none;
    /* overflow: hidden;*/
}

.lis_fangan_ul .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto;*/
    display: block;
}

.lis_fangan_ul ul {
    /* display: flex;*/
}

.lis_fangan_ul li {
    float: left;
    width: 22%;
    margin-bottom: 3%;
    background: #fff;
    border: 1px solid #E5E5E5;
    position: relative;
    margin-right: 3%;
}

.lis_fangan_ul .text {
    padding: 0 15px 15px 15px;
}

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

.lis_fangan_ul li:hover .imgs {
}

.lis_fangan_ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 72%;
}

.lis_fangan_ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.lis_fangan_ul li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.lis_fangan_ul li .cats {
    background: url(../images/fj.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    color: #101010;
    padding-left: 28px;
    margin-top: 10px;
}

.lis_fangan_ul li .h3 {
    color: #101010;
    padding: 8px 0 15px 0;
    /* text-align: center;*/
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    overflow: hidden;
    /* line-height: 36px;*/
    /* white-space: nowrap;*/
    /* text-overflow: ellipsis;*/
    /* text-align:center;*/
    transition: all 0.3s;
    font-size: 16px;
}

.lis_fangan_ul li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    margin-top: 15px;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}

.lis_fangan_ul li:hover .h3 {
}

.lis_fangan_ul li:hover .more span {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.lis_fangan_ul li:hover {
    border: 1px solid var(--main-color);
}

.lis_fangan_ul li .more {
}

.lis_fangan_ul li .more span {
    display: inline-block;
    /* width: 120px; */
    /* height: 40px; */
    /* line-height: 40px; */
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #959595;
    font-size: 12px;
    padding: 8px 12px;
}

.ind_fangan_ul {
    margin: -15px;
    margin-top: 3%;
    margin-bottom: 3%;
}

.ind_fangan_ul .divhidden {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.6s;
    /* height: 0;*/
    display: none;
    /* overflow: hidden;*/
}

.ind_fangan_ul .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto;*/
    display: block;
}

.ind_fangan_ul ul {
    /* display: flex;*/
}

.ind_fangan_ul li {
    float: left;
    background: #fff;
    border: 1px solid #E5E5E5;
    position: relative;
    margin: 0 20px;
}

.ind_fangan_ul .text {
    padding: 0 15px 15px 15px;
}

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

.ind_fangan_ul li:hover .imgs {
}

.ind_fangan_ul li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 72%;
}

.ind_fangan_ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.ind_fangan_ul li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.ind_fangan_ul li .cats {
    background: url(../images/fj.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    color: #101010;
    padding-left: 28px;
    margin-top: 10px;
}

.ind_fangan_ul li .h3 {
    color: #101010;
    padding: 8px 0 15px 0;
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    overflow: hidden;
    transition: all 0.3s;
    font-size: 16px;
}

.ind_fangan_ul li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    margin-top: 15px;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
}

.ind_fangan_ul li:hover .h3 {
}

.ind_fangan_ul li:hover .more span {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.ind_fangan_ul li:hover {
    border: 1px solid var(--main-color);
}

.ind_fangan_ul li .more {
}

.ind_fangan_ul li .more span {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #959595;
}

.cp_tab {
    border-bottom: 1px solid var(--main-color);
    overflow: hidden;
}

.cp_tab li {
    float: left;
    padding: 20px 40px;
    font-size: 18px;
    cursor: pointer;
}

.cp_tab li.on {
    float: left;
    background-color: var(--main-color);
    color: #fff;
}

.mySwiper {
    position: relative;
}

.aboutSwiper {
    position: relative;
}

.lis_product {
    margin-top: 3%;
    padding-bottom: 5%;
}

.lis_product {
    overflow: hidden;
    /* display: flex;*/
}

.lis_product .li {
    width: 100%;
    margin-bottom: 3%;
    padding: 15px;
    background: #fff;
    border: 1px solid #E5E5E5;
    position: relative;
    margin-right: 3%;
}

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

.lis_product .li:hover .imgs {
}

.lis_product .li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 94%;
}

.lis_product .li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;*/
}

.lis_product .li .more {
    text-align: center;
    margin: 20px 0 10px 0;
}

.lis_product .li .more span {
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #959595;
    padding: 0 20px;
    border-radius: 68px;
}

.lis_product .li .more span i {
    font-style: inherit;
    margin-left: 20px;
    font-size: 14px;
}
.lis_product .li:hover .more span {
    color: #fff;
    background: linear-gradient(to right, #67C23A, #156E3D);
    border: 1px solid var(--main-color);
}


.lis_product .li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.lis_product .li .h3 {
    color: #101010;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    overflow: hidden;
    /* line-height: 36px;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    /* text-align:center;*/
    transition: all 0.3s;
    font-size: 16px;
}

.lis_product .li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    margin-top: 15px;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
}

.lis_product .li:hover .h3 {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

 

.lis_product .li:hover {
    border: 1px solid var(--main-color);
}

.lis_product .li .more {
    text-align: center;
    margin: 20px 0 10px 0;
}

.lis_product .li .more span {
 
}

.zxrx {
    /* background: url(../images/zx.png) no-repeat left center; */
    height: 31px;
    line-height: 31px;
    color: var(--main-color);
    /* padding-left: 40px; */
    margin-top: 30px;
    font-size: 20px;
}

.rbtn2 {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    padding: 0 25px;
    /* min-width: 178px;*/
    font-size: 1.8rem;
    /* border: 1px solid #fff;*/
    border-radius: 5px;
    z-index: 0;
    transition-duration: 0.4s;
    margin-top: 5%;
    border-radius: 5px;
    color: rgba(149,149,149,1);
    border: 1px solid rgba(187,187,187,1);
    margin-left: 50px;
}

.rbtn2:before {
    z-index: 2;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/i_pic1.png) right 35px center no-repeat;
    background-size: 8px auto;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.rbtn2::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.rbtn2 input, .rbtn2 span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    display: block;
    background: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.in-service {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.in-service ul {
    margin: 0 -7.5px;
}

.in-service ul li {
    float: left;
    width: 33.333%;
    padding: 10px;
}

.in-service ul li .serPic {
    overflow: hidden;
    line-height: 0;
}

.in-service .items {
    float: left;
    width: calc(100% - 2px);
    padding: 23px 0 33px;
    border: 1px solid #ececec;
    background: #fff;
    text-align: center;
    position: relative;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.in-service .items .icons {
    width: 90px;
    height: 90px;
    left: calc(50% - 45px);
    border-radius: 50%;
    /* position: absolute;*/
    /* display: flex;*/
    align-items: center;
    justify-content: center;
    /* background: url(../images/ab22.png) no-repeat center; */
    margin: auto;
}

.in-service .items .icons i {
    color: #54595f;
    font-size: 50px;
    align-self: center;
}

.in-service .items .icons img {
    width: 90px;
    height: 90px;
}

.in-service .icons .itb1 {
    display: none;
}

.in-service ul li:hover .itb2 {
    display: none;
}

.in-service ul li:hover .itb1 {
    display: block;
}

.in-service .items h4 {
    /* float: left;*/
    width: 100%;
    /* height: 65px;*/
    /* margin-top: 80px;*/
    line-height: 32px;
    font-size: 18px;
    text-align: center;
}

.in-service .items span {
    /* float: left;*/
    width: 100%;
    height: 140px;
    margin-top: 15px;
    padding: 0 16px;
    line-height: 25px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
    display: block;
}

.in-service .items:hover {
    box-shadow: 0px 2px 15px rgba(150,150,150,0.1);
}

.in-service .items:hover {
    box-shadow: 0px 2px 15px rgba(150,150,150,0.1);
    background: var(--main-color);
    color: #fff;
}

.in-service .slick-dots {
    position: static;
    bottom: auto;
    margin: 0 auto;
    padding-top: 2%;
    text-align: center;
    line-height: 0;
}

.in-service .slick-dots li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 11px;
    height: 11px;
    background-color: #eee;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.in-service .slick-dots li.slick-active {
    background-color: #18bc9c;
}

.in-service .slick-dots li button {
    display: none;
}

.ab_fz_l {
    width: 20%;
    float: left;
    padding-right: 80px;
}

.ab_fz_r {
    width: 80%;
    float: left;
}

.timeline-container {
    display: flex;
    position: relative;
    /* margin: 40px 0; */
    flex-direction: column;
    padding-left: 10px;
}

.timeline-container::after {
    background-color: var(--main-color);
    content: '';
    position: absolute;
    left: 10px;
    width: 4px;
    height: 100%;
}

.timeline-item {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    position: relative;
    margin-bottom: 3%;
    /* width: 50%; */
}

.timeline-item {
    /* align-self: flex-end; */
    justify-content: flex-start;
    /* padding-left: 30px; */
    padding-right: 0;
}

.timeline-item-content {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px 15px;
    position: relative;
    width: 100%;
    /* max-width: 70%; */
    text-align: right;
}

.timeline-item-content::after {
    content: ' ';
    background-color: #fff;
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: -7.5px;
    top: calc(50% - 7.5px);
    transform: rotate(45deg);
    width: 15px;
    height: 15px;
}

.timeline-item .timeline-item-content {
    text-align: left;
    align-items: flex-start;
}

.timeline-item .timeline-item-content::after {
    right: auto;
    left: -7.5px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.timeline-item-content .tag {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    top: 5px;
    left: 5px;
    letter-spacing: 1px;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
}

.timeline-item .timeline-item-content .tag {
    left: auto;
    right: 5px;
}

.timeline-item-content time {
    color: #777;
    font-size: 12px;
    font-weight: bold;
}

.timeline-item-content p {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0;
    /* max-width: 250px; */
}

.timeline-item-content a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

.timeline-item-content a::after {
    content: '';
    font-size: 12px;
}

.timeline-item-content:hover {
    background-color: var(--main-color);
    color: #fff;
}

.timeline-item-content .circle {
    background-color: var(--main-color);
    border: 3px solid var(--main-color);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 10px);
    left: -10px;
    width: 20px;
    height: 20px;
    z-index: 100;
}

.timeline-more {
    width: 310px;
    height: 70px;
    line-height: 70px;
    background-color: var(--main-color);
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin: 50px auto 0 auto;
}

.timeline-item.timeline-item-content .circle {
    right: auto;
    left: -40px;
}

@media only screen and (max-width: 1023px) {
    .timeline-item-content {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .timeline-item-content, .timeline-item .timeline-item-content {
        padding: 15px 10px;
        text-align: center;
        align-items: center;
    }

    .timeline-item-content .tag {
        width: calc(100% - 10px);
        text-align: center;
    }

    .timeline-item-content time {
        margin-top: 20px;
    }

    .timeline-item-content a {
        text-decoration: underline;
    }

    .timeline-item-content a::after {
        display: none;
    }
}

.s-title {
    text-align: center;
    font-size: 36px;
    position: relative;
    padding-bottom: 45px;
}

.s-title span {
    text-align: center;
    font-size: 36px;
    position: relative;
    padding-bottom: 25px;
}

.s-title span:after {
    width: 80px;
    height: 10px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: var(--main-color);
    transition: all 0.3s;
    margin-left: -40px;
}

.s-title1 {
    text-align: left;
    position: relative;
    padding-bottom: 45px;
}

.s-title1 span {
    text-align: left;
    font-size: 36px;
    position: relative;
    padding-bottom: 25px;
}

.s-title1 a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    /* border-radius: 2px; */
    /* border: 1px solid #959595; */
    color: #959595;
    color: #fff;
    background-color: var(--main-color);
    padding: 0 22px;
    float: right;
    margin-top: 3px;
}

.s-title3 {
    font-size: 36px;
    position: relative;
    padding-bottom: 60px;
}

.s-title3 span {
    text-align: center;
    font-size: 36px;
    position: relative;
    padding-bottom: 25px;
}

.s-title3 span:after {
    width: 50%;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--main-color);
    transition: all 0.3s;
}

.s-p {
    text-align: center;
    color: rgba(149,149,149,1);
    font-size: 16px;
}

.feedback_div_bnt {
    text-align: center;
    padding-top: 50px;
}

.product_link_bg {
    background-color: rgba(239,239,239,1);
    padding: 3% 0 2% 0;
}

@media screen and (max-width: 1440px) {
    .header .nav .sub .nav_r {
        width: 38%;
    }

    .header .nav > ul > li {
        padding: 0 0px;
    }

    .header .nav > ul > li > a {
        padding: 0 15px;
    }

    .i_three ul li {
        padding: 20px;
    }

    .index5 .jut .item .list .img {
        height: 215px;
    }

    .f_bg .f_div2_r2 {
        max-width: 20%;
    }

    .f_div2_l2 {
        width: 20%;
    }

    .productDetails .information .conten {
        min-height: 441px;
    }
}

@media screen and (max-width: 640px) {
    .lis_case_ul {
        margin-top: 5%;
        margin-right: -1%;
    }

    .lis_case_ul li {
        width: 49%;
        margin-right: 1%;
    }

    .productDetails .information .conten {
        min-height: auto;
    }

    .cp_tab li {
        float: left;
        padding: 10px;
        font-size: 12px;
    }
}

.new-tit {
}

.new-tit-l {
    width: 30%;
    float: left;
}

.new-tit-r {
    width: 60%;
    float: right;
    text-align: right;
    color: #656B6F;
    padding-top: 20px;
    line-height: 1.7;
    font-size: 16px;
    line-height: 2;
}

.new-tit-l2 {
    width: 60%;
    float: left;
}

.new-tit-r2 {
    /* width: 150px; */
    float: right;
    text-align: right;
    color: #999999;
    /* padding-top: 20px; */
    line-height: 1.7;
}

.new-tit-l-d {
    font-size: 36px;
    line-height: 50px;
}

.new-tit-l-p {
    font-size: 18px;
    line-height: 1.7;
    color: #FFF;
}

.new-tit-l-n {
    color: var(--main-color);
    font-size: 28px;
    margin-bottom: 15px;
}

.new-tit-l-n span {
    width: 80px;
    height: 3px;
    background-color: var(--main-color);
    display: inline-block;
    vertical-align: super;
    margin-left: 20px;
}

.new-tit-a {
    text-align: right;
    overflow: hidden;
    margin-top: 3%;
}

.index4 .new-tit-l-n {
    color: #FFF;
    font-size: 48px;
    margin-bottom: 15px;
}

.index4 .new-tit-l-n span {
    display: none;
}

.index4 .new-tit-l-p {
    /* color: #FFF; */
}

.new-tit-a a {
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    color: rgba(16,16,16,1);
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    border: 1px solid #eee;
    margin-right: 20px;
}

.new-tit-a a.isel {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.new-tit-a a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
    height: 4px;
    background: var(--main-color);
    transition: all 0.3s;
}

.new-tit-a a.isel:after {
    width: 80%;
    left: 10%;
    right: 10%;
}

@media screen and (max-width: 1024px) {
    .lis_fangan_ul {
        margin-right: 0;
    }

    .lis_fangan_ul li {
        float: left;
        width: 100%;
        margin-bottom: 3%;
        background: #fff;
        border: 1px solid #E5E5E5;
        position: relative;
        margin-right: 2%;
        padding: 15px;
        color: #959595;
    }

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

    .product_link_bg {
        display: none;
    }
}

/*2026*/
.list-product-main {
    background: #fff;
    padding-top: 2%;
    padding-bottom: 2%;
}

.list-product-list {
}

.list-product-list .divhidden {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.6s;
    /* height: 0;*/
    display: none;
    /* overflow: hidden;*/
}

.list-product-list .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto;*/
    display: block;
}

.list-product-list ul {
    display: flex;
    flex-wrap: wrap;
     gap: 1%;
}

.list-product-list li {
    float: left;
    width: 24%;
    padding: 15px;
    margin-bottom: 2%;
    background: #fff;
    position: relative;
    box-shadow: rgba(162, 162, 162, 0.4) 0px 2px 6px 0px;
    border-radius: 10px;
}

.list-product-list li:hover .imgs {
}

.list-product-list li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 355px;
}

.list-product-list li .imgs img {
    display: block;
    width: 377px;
    height: 355px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.list-product-list li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.list-product-list li .h3 {
    color: #101010;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    font-size: 16px;
}

.list-product-list li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    margin-top: 15px;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
}

.list-product-list li .more {
    text-align: center;
    margin: 20px 0 10px 0;
}

.list-product-list li .more span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #959595;
    padding: 0 20px;
    border-radius: 68px;
}

.list-product-list li .more span i {
    font-style: inherit;
    margin-left: 20px;
    font-size: 14px;
}

/*
.list-product-list li:hover .imgs img{transform: scale(1.1, 1.1);}
.list-product-list li:hover .h3{color: var(--main-color);border-bottom: 1px solid var(--main-color);}
*/
.list-product-list li:hover .more span {
    color: #fff;
    background: linear-gradient(to right, #67C23A, #156E3D );
    border: 1px solid var(--main-color);
}

.list-product-list li:hover {
    box-shadow: rgba(162, 162, 162, 0.4) 0px 2px 6px 5px;
}

.list-video-main {
    background: #fff;
    padding-bottom: 2%;
}

.list-video-list li {
    display: block;
    overflow: hidden;
    margin: 5% 0;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.list-video-list li .imgs {
    width: 424px;
    float: left;
    overflow: hidden;
}

.list-video-list li .imgs img {
    width: 100%;
    height: 283px;
    transform: scale(1);
    transition: all 0.5s ease-out 0s;
    display: block;
}

.list-video-list li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 4px;
    background: var(--main-color);
    transition: all 0.3s;
}

.list-video-list li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.list-video-list li:hover .txts h3 {
    color: var(--main-color);
}

.list-video-list li:hover .txts .p {
}

.list-video-list li:hover:after {
    width: 100%;
    right: 0%;
}

.list-video-list li:hover .txts .s_more {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.list-video-list li .info {
    margin-top: 30px;
    line-height: 30px;
    color: #959595;
    transition: all 0.3s;
    display: flex;
}

.list-video-list li .info span {
    width: 25%;
    float: left;
    display: inline-block;
    /* vertical-align: top; */
}

.list-video-list li .info span img {
    vertical-align: middle;
    margin-right: 5px;
}

.list-video-list li .nums {
    float: right;
    width: 10%;
    overflow: hidden;
    text-align: left;
    font-size: 24px;
    margin-top: 50px;
    line-height: 30px;
    color: #959595;
    transition: all 0.3s;
}

.list-video-list li .nums .day {
    padding-left: 20px;
    line-height: 72px;
    font-size: 72px;
    font-weight: bold;
    color: #959595 ;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.list-video-list li .nums.bgs2 {
    display: none;
}

.list-video-list li:hover .nums {
    color: #fff;
}

.list-video-list li:hover .day {
    color: #fff;
}

.list-video-list li .txts {
    margin-left: 3%;
    overflow: hidden;
    float: left;
    width: calc(97% - 424px);
    text-align: justify;
}

.list-video-list li .txts .h3 {
    /* margin-top: 25px; */
    margin-bottom: 3px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #101010;
    font-weight: normal;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    font-size: 28px;
}

.list-video-list li .txts .p {
    overflow: hidden;
    color: #666;
    line-height: 1.8;
    text-overflow: ellipsis;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    transition: all 0.3s;
}

.list-video-list li .txts .s_more {
    transition: all 0.3s;
    margin-top: 30px;
    border: 1px solid rgba(149,149,149,1);
    padding: 10px 25px;
    color: rgba(149,149,149,1);
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.list-video-list li .txts .o_more {
    position: relative;
    float: left;
    margin-left: 46px;
    margin-top: 50px;
    height: 54px;
    width: 54px;
}

.list-video-list li .txts .o_more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    border: 1px dashed #80888f;
    transition: all 0.6s;
}

.list-video-list li:hover .txts .o_more:before {
    transform: rotate(180deg);
    /*transform: rotateX(-30deg);*/
}

.list-video-list li:hover .txts .o_more:after {
    left: -35px;
}

.list-video-list li .txts .o_more:after {
    content: "";
    position: absolute;
    left: -45px;
    width: 75px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url(../images/news_pic1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.news_ul {
    overflow: hidden;
}

.news_ul li {
    padding: 30px;
    display: block;
    overflow: hidden;
    margin: 5% 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    color: #666;
}

.news_ul li .imgs {
    width: 425px;
    float: left;
    overflow: hidden;
}

.news_ul li .imgs img {
    width: 100%;
    height: 285px;
    transform: scale(1);
    transition: all 0.5s ease-out 0s;
    display: block;
}

.news_ul li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.news_ul li:hover .txts h3 {
    color: #fff;
}

.news_ul li:hover .txts .p {
    color: #fff;
}

.news_ul li:hover .nums {
    color: #fff;
}

.news_ul li:hover {
    background-color: var(--main-color);
    color: #fff;
}

.news_ul li:hover .txts .s_more {
    background-color: #fff;
    color: var(--main-color);
    border-color: var(--main-color) ;
}

.news_ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    z-index: 8;
}

.news_ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: var(--main-color);
    z-index: 9;
    transition: all 0.4s ease-out;
}

.news_ul li:hover a:after {
    width: 100%;
}

.news_ul li .nums {
    float: right;
    overflow: hidden;
    text-align: right;
    font-size: 24px;
    margin-top: 50px;
    line-height: 30px;
    color: #000;
    transition: all 0.3s;
    border-left: 1px solid #ccc;
    padding-left: 3%;
    height: 200px;
}

.news_ul li .nums .day {
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
    transition: all 0.3s;
    font-size: 38px;
}

.news_ul li .nums.bgs2 {
    display: none;
}

.news_ul li .txts {
    margin-left: 3%;
    overflow: hidden;
    float: left;
    width: calc(85% - 425px);
    text-align: justify;
}

.news_ul li .txts .h3 {
    margin-bottom: 15px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #101010;
    font-weight: normal;
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    font-size: 28px;
}

.news_ul li .txts .p {
    height: 150px;
    overflow: hidden;
    line-height: 1.8;
    text-overflow: ellipsis;
    transition: all 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    transition: all 0.3s;
    max-width: 800px;
    font-size: 18px;
}

.news_ul li .txts .s_more {
    transition: all 0.3s;
    margin-top: 30px;
    /* width: 160px; */
    /* height: 50px; */
    border: 1px solid #e5e5e5;
    line-height: 50px;
    color: #666;
    /* font-size: 16px; */
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
    color: rgba(149, 149, 149, 1);
    display: inline;
}

.news_ul li .txts .o_more {
    position: relative;
    float: left;
    margin-left: 46px;
    margin-top: 50px;
    height: 54px;
    width: 54px;
}

.news_ul li .txts .o_more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    border: 1px dashed #80888f;
    transition: all 0.6s;
}

.news_ul li:hover .txts .o_more:before {
    transform: rotate(180deg);
    /*transform: rotateX(-30deg);*/
}

.news_ul li:hover .txts .o_more:after {
    left: -35px;
}

.news_ul li .txts .o_more:after {
    content: "";
    position: absolute;
    left: -45px;
    width: 75px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url(../images/news_pic1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.page-title {
    padding: 5%;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
}

.page-content {
    line-height: 1.8;
    font-size: 18px;
}

.page-content p {
}

.down_ul-box {
    background: #EFEFEF;
    padding: 2% 0;
}

.down_ul ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.down_ul li {
    float: left;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.down_ul li i {
    font-style: normal;
    background: url(../images/d1.svg) right center no-repeat;
    display: inline-block;
    width: 160px;
    height: 140px;
    line-height: 140px;
    float: right;
    margin-right: 40px;
    font-size: 28px;
}

.down_ul li a {
    color: #333;
    font-size: 22px;
    display: block;
}

.down_ul li:hover {
}

.down_ul li:hover a {
    color: var(--main-color);
}

.down_ul li:hover i {
    background: url(../images/d2.svg) right center no-repeat;
}

.down_ul li .imgs {
    width: 200px;
    float: left;
    overflow: hidden;
}

.down_ul li .imgs img {
    width: 200px;
    transform: scale(1);
    transition: all 0.5s ease-out 0s;
    display: block;
}

.down_ul li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.down_ul li .nums {
    float: left;
    width: 13.3%;
    overflow: hidden;
    text-align: left;
    margin-top: 10px;
    line-height: 30px;
    color: #777777;
    transition: all 0.3s;
}

.down_ul li .nums .day {
    line-height: 36px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
}

.down_ul li .nums.bgs2 {
    display: none;
}

.down_ul li .txts {
    margin-left: 2%;
    margin-top: 1%;
    overflow: hidden;
    float: left;
    width: calc(85% - 200px);
    max-width: 636px;
    text-align: justify;
}

.down_ul li .txts .h3 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #333333;
    font-size: 24px;
    /* font-weight:bold; */
    transition: all 0.3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.down_ul li .txts .p {
    overflow: hidden;
    color: #888888;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 20px;
    transition: all 0.3s;
    font-size: 18px;
}

.down_ul li:hover .txts h3 {
    color: var(--main-color);
}

.down_ul li .txts .o_more {
    position: relative;
    float: left;
    margin-left: 46px;
    margin-top: 50px;
    height: 54px;
    width: 54px;
}

.down_ul li .txts .o_more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    border: 1px dashed #80888f;
    transition: all 0.6s;
}

.down_ul li:hover .txts .o_more:before {
    transform: rotate(180deg);
    /*transform: rotateX(-30deg);*/
}

.down_ul li:hover .txts .o_more:after {
    left: -35px;
}

.down_ul li .txts .o_more:after {
    content: "";
    position: absolute;
    left: -45px;
    width: 75px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    background: url(../images/news_pic1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.contact_box {
    background: #EFEFEF;
    padding: 2% 0;
}

.yewu6 {
    padding: 20px 0;
}

.yewu6 ul {
    display: flex;
    justify-content: space-between;
}

.yewu6 li {
    position: relative;
    float: left;
    width: 30%;
    text-align: center;
    /* padding:15px; */
}

.yewu6 li .item {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    background: #fff;
    border-radius: 10px;
    transition: all .2s ease;
    box-shadow: 0 1px 10px 2px rgba(0,0,0,.06)
}

.yewu6 li i {
    font-size: 82px;
    display: none;
}

.yewu6 li img {
    width: 82px;
    margin: auto;
}

.yewu6 li .bxs {
    display: none;
}

.yewu6 li .name {
    padding: 20px 0 ;
    font-size: 28px;
    line-height: 1;
    color: #000;
}

.yewu6 li .des {
    font-size: 20px;
    color: #666;
}

/*
.yewu6 li .item:hover{box-shadow:0 15px 30px rgba(0,0,0,.1);-webkit-transform:translateY(-2px);transform:translateY(-2px);background: var(--main-color);color: #fff;}
.yewu6 li .item:hover .bxs{display: block;}
.yewu6 li .item:hover .xs{display: none;}
.yewu6 li .item:hover .name{color: #fff;}
*/
.yewu4 {
    padding-top: 50px;
}

.yewu4 ul {
    display: flex;
    justify-content: space-between;
}

.yewu4 li {
    position: relative;
    float: left;
    width: 24%;
    text-align: center;
    /* padding:15px; */
}

.yewu4 li .item {
    color: #666;
    position: relative;
    overflow: hidden;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    transition: all .2s ease;
    box-shadow: 0 1px 10px 2px rgba(0,0,0,.06)
}

.yewu4 li i {
    font-size: 82px;
    display: none;
}

.yewu4 li img {
    width: 120px;
    height: 120px;
    margin: auto;
}

.yewu4 li .bxs {
    display: none;
}

.yewu4 li .name {
    position: relative;
    padding: 20px 0;
    font-size: 20px;
    line-height: 1;
    color: #000;
}

.yewu4 li .des {
    font-size: 16px;
    text-align: left;
    line-height: 1.8;
    margin-top: 20px;
    min-height: 83px;
}

.yewu4 li .name span:after {
    width: 70px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    background: var(--main-color);
    transition: all 0.3s;
    margin-left: -35px;
}

.yewu4 li .item:hover .name {
    color: #fff;
}

.yewu4 li .item:hover {
    background: var(--main-color);
    color: #fff;
}

.yewu4 li .item:hover .bxs {
    display: block;
}

.yewu4 li .item:hover .xs {
    display: none;
}

.yewu4 li .item:hover .name span:after {
    background: #fff;
}

.list-nongchang-box {
    background: #F6F6F6;
    padding: 80px 0;
}

.list-nongchang-list {
    /* margin-top: 5%; */
    margin-right: -3%;
}

.list-nongchang-list .divhidden {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.6s;
    /* height: 0;*/
    display: none;
    /* overflow: hidden;*/
}

.list-nongchang-list .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto;*/
    display: block;
}

.list-nongchang-list ul {
    /* display: flex;*/
}

.list-nongchang-list li {
    float: left;
    width: 22%;
    margin-bottom: 3%;
    background: #fff;
    /* border: 1px solid #E5E5E5; */
    position: relative;
    margin-right: 3%;
    border-radius: 10px;
    overflow: hidden;
}

.list-nongchang-list .text {
    padding: 15px;
}

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

.list-nongchang-list li:hover .imgs {
}

.list-nongchang-list li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 54.8%;
}

.list-nongchang-list li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.list-nongchang-list li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.list-nongchang-list li .cats {
    background: url(../images/fj.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    color: #101010;
    padding-left: 28px;
    margin-top: 10px;
}

.list-nongchang-list li .h3 {
    color: #101010;
    padding: 8px 0 15px 0;
    /* text-align: center;*/
    font-weight: normal;
    overflow: hidden;
    /* line-height: 36px;*/
    /* white-space: nowrap;*/
    /* text-overflow: ellipsis;*/
    /* text-align:center;*/
    transition: all 0.3s;
    font-size: 18px;
}

.list-nongchang-list li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}

.list-nongchang-list li:hover .h3 {
}

.list-nongchang-list li:hover .more span {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.list-nongchang-list li:hover {
    /* border: 1px solid var(--main-color); */
}

.list-nongchang-list li .more {
    margin-bottom: 5px;
}

.list-nongchang-list li .more span {
    display: inline-block;
    /* width: 120px; */
    /* height: 40px; */
    /* line-height: 40px; */
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #959595;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 36px;
}

.index-nongchang-list {
    margin-right: -3%;
    margin: 3% -20px;
}

.index-nongchang-list .divhidden {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.6s;
    /* height: 0;*/
    display: none;
    /* overflow: hidden;*/
}

.index-nongchang-list .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto;*/
    display: block;
}

.index-nongchang-list ul {
    /* display: flex;*/
}

.index-nongchang-list li {
    margin: 0 20px;
    margin-bottom: 3%;
    background: #fff;
    /* border: 1px solid #E5E5E5; */
    position: relative;
    margin-right: 3%;
    border-radius: 10px;
    overflow: hidden;
}

.index-nongchang-list .text {
    padding: 15px;
}

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

.index-nongchang-list li:hover .imgs {
}

.index-nongchang-list li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 72%;
}

.index-nongchang-list li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.index-nongchang-list li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.index-nongchang-list li .cats {
    background: url(../images/fj.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    color: #101010;
    padding-left: 28px;
    margin-top: 10px;
}

.index-nongchang-list li .h3 {
    color: #101010;
    padding: 8px 0 15px 0;
    /* text-align: center;*/
    font-weight: normal;
    overflow: hidden;
    /* line-height: 36px;*/
    /* white-space: nowrap;*/
    /* text-overflow: ellipsis;*/
    /* text-align:center;*/
    transition: all 0.3s;
    font-size: 18px;
}

.index-nongchang-list li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}

.index-nongchang-list li:hover .h3 {
}

.index-nongchang-list li:hover .more span {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.index-nongchang-list li:hover {
    /* border: 1px solid var(--main-color); */
}

.index-nongchang-list li .more {
    margin-bottom: 5px;
}

.index-nongchang-list li .more span {
    display: inline-block;
    /* width: 120px; */
    /* height: 40px; */
    /* line-height: 40px; */
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #959595;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 36px;
}

.header_box {
    background: rgb(255 255 255 / 95%);
    border-radius: 24px;
    position: relative;
}

.header_boxzj {
    border-radius: 24px 24px 0 0;
}

.num_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.num_list li {
    /* padding:0 45px; */
    max-width: 20%;
}

.num_list li p span {
    font-size: 48px;
    color: var(--main-color);
    line-height: 1;
    font-weight: 700;
}

.num_list li p sub {
    font-size: 16px;
    color: #666;
    line-height: 1;
    padding-bottom: 30px;
    margin-left: 10px;
}

.num_list li p:last-child {
    font-size: 16px;
    color: #000000;
    margin-top: 15px;
    line-height: 1.5;
    text-align: center;
}

.f-wp1 {
    border-bottom: 1px solid #BFBFBF;
    /* margin-bottom: 15px; */
}

.f-wp1 .f_div2_r2 {
    height: 100px;
    display: flex;
}

.f-tel {
    /* height: 100px; */
    /* line-height: 100px; */
    display: flex;
    align-items: center;
    /* padding: 10px 0; */
}

.f-tel .ico {
    width: 30px;
    margin-right: 10px;
}

.yqlj {
    width: 140px;
    padding: 10px 20px;
    border: 1px solid #999;
    background: transparent;
}

.xuexi_page2 {
    padding: 100px 0;
}

.hezuo-box .hezuo:nth-child(2) .hezuo-img {
    float: right;
}

.hezuo-box .hezuo:nth-child(4) .hezuo-img {
    float: right;
}

.hezuo-box .hezuo:nth-child(6) .hezuo-img {
    float: right;
}

.hezuo-box .hezuo:nth-child(8) .hezuo-img {
    float: right;
}

.hezuo-box .hezuo:nth-child(10) .hezuo-img {
    float: right;
}

.hezuo {
    margin-top: 100px;
    overflow: hidden;
}

.hezuo-img {
    width: 50%;
    float: left;
    height: 550px;
}

.hezuo-img img {
    height: 550px;
    width: 100%;
}

.hezuo-info {
    width: 50%;
    float: left;
    /* background: #F2F2F3; */
    padding: 40px 5%;
    height: 550px;
}

.hezuo-info1 {
    padding-right: 0;
}

.hezuo-info2 {
    padding-left: 0;
}

.hezuo-info3 {
    padding-right: 0;
}

.hezuo-info4 {
    padding-left: 0;
}

.hezuo-info5 {
    padding-right: 0;
}

.hezuo-tit {
    font-size: 36px;
}

.hezuo-tit span {
    font-size: 100px;
    color: var(--main-color);
    padding-left: 140px;
    position: relative;
    margin-left: 20px;
}

.hezuo-des {
    font-size: 18px;
    color: #646464;
    line-height: 1.8;
    margin-top: 40px;
}

.hezuo-tit span:after {
    width: 120px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 50%;
    background: var(--main-color);
    transition: all 0.3s;
}

.hezuo-box {
    /* margin-top: 50px; */
}

.s-des {
    text-align: center;
    font-size: 16px;
    color: #595959;
    width: 70%;
    margin: auto;
    line-height: 2;
    /* margin-bottom: 30px; */
}

.about_l_y {
    line-height: 1;
    padding-bottom: 30px;
    color: #e5e5e5;
    font-size: 48px;
    font-weight: 700;
}

.index-nonchang {
    margin-top: 3%;
    padding-bottom: 5%;
}

.index-nonchang {
    overflow: hidden;
    /* display: flex;*/
}

.index-nonchang .li {
    width: 100%;
    margin-bottom: 3%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-right: 3%;
}

.index-nonchang .text {
    padding: 15px;
}

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

.index-nonchang .li:hover .imgs {
}

.index-nonchang .li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 54.8%;
}

.index-nonchang .li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out 0s;
}

.index-nonchang .li:hover .imgs img {
    transform: scale(1.1, 1.1);
}

.index-nonchang .li .cats {
    background: url(../images/fj.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    color: #101010;
    padding-left: 28px;
    margin-top: 10px;
}

.index-nonchang .li .h3 {
    color: #101010;
    padding: 8px 0 15px 0;
    /* text-align: center;*/
    font-weight: normal;
    overflow: hidden;
    /* line-height: 36px;*/
    /* white-space: nowrap;*/
    /* text-overflow: ellipsis;*/
    /* text-align:center;*/
    transition: all 0.3s;
    font-size: 18px;
}

.index-nonchang .li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-nonchang .li:hover .h3 {
}

.index-nonchang .li:hover .more span {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.index-nonchang .li:hover {
    /* border: 1px solid var(--main-color); */
}

.index-nonchang .li .more {
    margin-bottom: 5px;
}

.index-nonchang .li .more span {
    display: inline-block;
    /* width: 120px; */
    /* height: 40px; */
    /* line-height: 40px; */
    border: 1px solid #E5E5E5;
    text-align: center;
    color: #959595;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 36px;
}

.chanping-zhedie {
    width: 100%;
    margin-bottom: 36px;
}

.chanping-zhedie .u1 {
    width: 100%;
}

.chanping-zhedie .u1 .l1 {
    width: 100%;
    margin-bottom: 15px;
}

.chanping-zhedie .u1 .l1:last-child {
    margin-bottom: 0;
}

.chanping-zhedie .u1 .l1 ._ts {
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    padding: 30px;
    cursor: pointer;
}

.chanping-zhedie .u1 .l1 .tsbai {
    background: #fff;
}

.chanping-zhedie .u1 .l1 ._ts.on {
    background: var(--main-color);
}

.chanping-zhedie .u1 .l1 ._ts .words_l {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    float: left;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.chanping-zhedie .u1 .l1 ._ts.on .words_l {
    color: #fff;
}

.chanping-zhedie .u1 .l1 ._ts .but_r {
    float: right;
    width: 100px;
}

.chanping-zhedie .u1 .l1 ._ts .but_r .but {
    width: 100%;
    font-size: 0;
    text-align: right;
}

.chanping-zhedie .u1 .l1 ._ts .but_r .but .wrods {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.chanping-zhedie .u1 .l1 ._ts .but_r .but img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 10px; */
}

.chanping-zhedie .u1 .l1 ._ts .but_r .but2 {
    display: none;
}

.chanping-zhedie .u1 .l1 ._ts .but_r .but2 .wrods {
    color: #fff;
}

.chanping-zhedie .u1 .l1 ._ts.on .but_r .but1 {
    display: none;
}

.chanping-zhedie .u1 .l1 ._ts.on .but_r .but2 {
    display: block;
}

.chanping-zhedie .u1 .l1 ._bs {
    width: 100%;
    background: #f5f5f5;
    padding: 26px 38px 40px 40px;
    /* box-shadow: 0 0 16px rgba(30,70,160,0.1); */
    display: none;
    font-size: 18px;
}

.chanping-zhedie .u1 .l1 .bsbai {
    background: #fff;
    box-shadow: 0 0 16px rgba(30, 70, 160, 0.1);
}

.chanping-zhedie .u1 .l1 ._bs .titbox {
    width: 100%;
    margin-bottom: 30px;
}

.chanping-zhedie .u1 .l1 ._bs .titbox .tit {
    font-size: 24px;
    color: #2e2e2e;
    line-height: 28px;
    margin-bottom: 18px;
}

.chanping-zhedie .u1 .l1 ._bs .titbox .border {
    width: 100%;
    height: 1px;
    background: #EFEFEF;
    position: relative;
}

.chanping-zhedie .u1 .l1 ._bs .titbox .border::after {
    content: "";
    display: block;
    width: 53px;
    height: 2px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.chanping-zhedie .u1 .l1 ._bs .boxs1 {
    width: 100%;
    margin-bottom: 44px;
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    font-weight: lighter;
}

.chanping-zhedie .u1 .l1 ._bs .boxs2 {
    width: 100%;
    margin-bottom: 46px;
}

.chanping-zhedie .u1 .l1 ._bs .boxs2 img {
    width: 100%;
    display: block;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 {
    width: 100%;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 {
    width: 100%;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 {
    width: 100%;
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 0;
    padding-left: 10px;
    padding-right: 20px;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._ls {
    width: calc(100% - 420px);
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._ls .words {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2:hover ._ls .words {
    color: var(--main-color);
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs {
    display: inline-block;
    vertical-align: middle;
    width: 418px;
    font-size: 0;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox {
    width: 100%;
    font-size: 0;
    text-align: right;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list {
    display: inline-block;
    vertical-align: top;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list:nth-child(1) {
    margin-right: 88px;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list:nth-child(2) {
    margin-right: 60px;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._twrods {
    font-size: 0;
    margin-bottom: 2px;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._twrods .words {
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list:hover ._twrods .words {
    color: var(--main-color);
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._twrods img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.chanping-zhedie .u1 .l1 ._bs .boxs3 .u2 .l2 ._rs .listbox .list ._bm {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
}

.xiangguan_product {
    margin-top: 3%;
    padding-bottom: 5%;
}

.xiangguan_product {
}

.xiangguan_product .divhidden {
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all 0.6s;
    /* height: 0;*/
    display: none;
    /* overflow: hidden;*/
}

.xiangguan_product .divhidden.on {
    opacity: 1.0;
    filter: Alpha(opacity=100);
    /* height: auto;*/
    display: block;
}

.xiangguan_product ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 20px; */
}

.xiangguan_product .li {
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 2%;
    background: #fff;
    position: relative;
    box-shadow: rgba(162, 162, 162, 0.4) 0px 2px 6px 0px;
    border-radius: 10px;
}

.xiangguan_product .li:hover .imgs {
}

.xiangguan_product .li .imgs {
    overflow: hidden;
    position: relative;
    padding-top: 355px;
}

.xiangguan_product .li .imgs img {
    display: block;
    width: 377px;
    height: 355px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.xiangguan_product .li .h3 {
    color: #101010;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    font-size: 16px;
}

.xiangguan_product .li .des {
    font-size: 14px;
    line-height: 1.6;
    color: #959595;
    margin-top: 15px;
    word-break: break-all;
    height: 44px;
    overflow: hidden;
}

.xiangguan_product .li .more {
    font-size: 14px;
    text-align: center;
    margin: 20px 0 10px 0;
}

.xiangguan_product .li .more span {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #959595;
    padding: 0 20px;
    border-radius: 68px;
}

.xiangguan_product .li .more span i {
    font-style: inherit;
    margin-left: 20px;
    font-size: 14px;
}
.xiangguan_product .li:hover .imgs img{transform: scale(1.1, 1.1);}

/*
.list-product-list li:hover .imgs img{transform: scale(1.1, 1.1);}
.list-product-list li:hover .h3{color: var(--main-color);border-bottom: 1px solid var(--main-color);}
*/
.xiangguan_product .li:hover .more span {
    color: #fff;
    background: linear-gradient(to right, #67C23A, #156E3D );
    border: 1px solid var(--main-color);
}

.xiangguan_product .li:hover {
    box-shadow: rgba(162, 162, 162, 0.4) 0px 2px 6px 5px;
}

.index4 .btn {
    position: relative;
    margin-top: 35px;
    width: 100px;
}

.index4 .swiper-button-prev {
    width: 44px;
    height: 44px;
    margin-top: 0;
}

.index4 .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: 0;
}

.index4 .swiper-button-prev:hover {
    background-image: url(../images/arrow2.png);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.index4 .swiper-button-next:hover {
    background-image: url(../images/arrow2.png);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.index4 .swiper-button-prev, .index4 .swiper-button-next, .index4 .swiper_button_play {
    width: 40px;
    height: 40px;
    margin: 0 0 0 0;
    background: no-repeat center;
    position: static;
    /* margin-top:-31px; */
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* background-size:100% 100%; */
    border: 1px solid #fff;
    /* border-radius: 100%; */
}

.index4 .swiper-button-prev {
    background-image: url(../images/arrow2.png);
    float: left;
    /* margin-left:60px; */
}

.index4 .swiper-button-prev:hover {
    background-image: url(../images/arrow2.png);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.index4 .swiper-button-next:hover {
    background-image: url(../images/arrow2.png);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.index4 .swiper-button-prev.swiper-button-disabled {
    background-image: url(../images/arrow2.png);
    opacity: 1.0;
}

.index4 .swiper-button-next {
    background-image: url(../images/arrow3.png);
    float: right;
    /* margin-right:60px; */
}

.index4 .swiper-button-next:hover {
    background-image: url(../images/arrow3.png);
}

.index4 .swiper-button-next.swiper-button-disabled {
    background-image: url(../images/arrow3.png);
    opacity: 1.0;
}

.chuangshiren {
    padding: 100px 0;
    font-size: 28px;
}

.chuangshiren img {
    width: 100%;
    margin-bottom: 20px;
}

.chuangshiren p {
    line-height: 2;
}

.lgjduo span {
    background: var(--main-color);
    border-radius: 36px;
    padding: 10px 45px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
}

.about-pinpai {
    padding: 100px 0 100px 0;
    background: #EFEFEF;
}

.about-pinpai .jut-r {
    display: flex;
    justify-content: space-between;
}

.about-pinpai .jut-r .item {
    width: 32%;
    /* margin-bottom:30px; */
}

.about-pinpai .jut-r .item .list .img img {
    height: 100%;
}

.about-pinpai .jut-r .item .list .img:hover img {
    transform: scale(1.1, 1.1);
}

.about-pinpai .jut-r .item .list .img {
    /* height: 370px; */
}

.about-pinpai .item .list {
    width: 100%;
    display: block;
    position: relative;
}

.about-pinpai .item .list .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 723px;
    /*padding-bottom: 51%;*/
}

.about-pinpai .item .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-pinpai .item .list .img:hover img {
}

.about-pinpai .item .list .jut {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* padding: 88px 56px; */
}

.about-pinpai .item .list .jut .font {
    /* max-width: 430px; */
    /* background-color: rgba(255, 255, 255, 0.95); */
    padding: 30px;
    /* padding-bottom: 20px; */
    width: 100%;
    position: relative;
    color: #fff;
}

.about-pinpai .item .list .jut .font .tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 12px;
    font-size: 28px;
    color: #000;
    /* font-weight: 700; */
    line-height: 1.2;
}

.about-pinpai .item .list .jut .font .text {
    color: #000;
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-pinpai .item .list .jut .font .but {
    /* background-color: #e0000d; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 33px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.about-pinpai .item a:hover .but {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color)!important;
}

.about-pinpai .item .list .jut .font .but i {
    position: relative;
    z-index: 9;
}

.nongchang_bg {
    padding-top: 2%;
    padding-bottom: 2%;
}

.nongchangDetails {
    overflow: hidden;
    padding-top: 2%;
}

.nongchangDetails .conten {
    float: left;
    width: 45%;
    position: relative;
}

.nongchangDetails .tupian {
    float: right;
    width: 50%;
    position: relative;
    background: #fff;
}

.nongchangDetails .tupian .big_img {
    width: 100%;
    border-radius: 10px;
}

.nongchangDetails .information {
    overflow: hidden;
}

.nongchangDetails .information .h2 {
    color: #222222;
    font-size: 36px;
}

.nongchangDetails .information .txt {
    overflow: hidden;
    font-size: 18px;
    line-height: 30px;
    margin-top: 5%;
}

.nongchangDetails .information .txt p {
    overflow: hidden;
    padding-bottom: 3%;
}

.productDetails .c-left {
    float: left;
    width: 53%;
    position: relative;
    margin-right: 15px;
}

.productDetails .c-left .left {
    float: left;
    width: 18%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.productDetails .c-left .left .swiper-container {
    height: 100%;
    padding-right: 1px;
}

.productDetails .c-left .left .swiper-container .swiper-slide {
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 100px;
    background: #fff;
}

.productDetails .c-left .left .swiper-container .swiper-slide img {
    max-width: 80%;
    max-height: 80%;
}

.productDetails .c-left .left .swiper-container .swiper-slide.active {
    border: 1px solid var(--main-color);
}

.productDetails .c-left .right {
    float: right;
    width: 80.5%;
    background: #fff;
}

.productDetails .c-left .right .swiper-container .swiper-slide {
    height: 731px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.productDetails .c-left .right .swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.jijinghui_page2 .swiper-button-prev, .jijinghui_page2 .swiper-button-next, .jijinghui_page2 .swiper_button_play {
    top: 90%;
    width: 40px;
    height: 40px;
    margin: 0 0 0 8px;
    background: no-repeat center;
    margin-top: -31px;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    /* background-size:100% 100%; */
    border: 1px solid #ccc;
    border-radius: 100%;
}

.jijinghui_page2 .swiper-button-prev {
    right: 90px;
    left: auto;
}

.jijinghui_page2 .swiper-button-prev {
    background-image: url(../images/arrow22.png);
    float: left;
    /* margin-left:60px; */
}

.jijinghui_page2 .swiper-button-prev:hover {
    background-image: url(../images/arrow22-2.png);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.jijinghui_page2 .swiper-button-next:hover {
    background-image: url(../images/arrow33.png);
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.jijinghui_page2 .swiper-button-next {
    background-image: url(../images/arrow33.png);
    float: right;
    /* margin-right:60px; */
}

.jijinghui_page2 .swiper-button-next:hover {
    background-image: url(../images/arrow33-2.png);
}
  .search-cp-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80px; }
  .search-cp{background: #fff;border:1px solid var(--main-color);border-radius: 40px;width: calc(100% - 57px);width: -webkit-calc(100% - 57px);width: -moz-calc(100% - 57px);}
  .search-cp{    width: 80%;
    height: 80px;
    margin: auto;}
.search-cp .btn {
    width: 80px;
    height: 80px;
    float: right;
    border: 0;
    background: url(../images/searchlv.svg) no-repeat center;
    cursor: pointer;
    background-size: 17px auto;
}
.search-cp .inpu {
    width: 100%;
    padding: 0 80px 0 20px;
}.search-cp .inpu input {
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    font-size: 1.6rem;
    background: none;
    color: #333;
    /* border-radius: 90px; */
}
.page_about_r {
    position: relative;
}
.bfq {
    position: absolute;
    left: 50%;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    background: url(../images/bfq.png) no-repeat;
    background-size: 100% 100%;
}
.btm {
    position: absolute;
     width: 100%;
    height: 50%;
    bottom: 0;
     background: url(../images/btm.png) no-repeat;
    background-size: 100% 100%;
}


@media only screen and (max-width: 1680px) {
 .list-product-list li .imgs img {width: 100%;height: auto;  }
 .list-product-list li .imgs {padding-top: 94.16%;}
}

@media only screen and (max-width: 767px) {
 .list-product-list li .imgs img {width: 100%;height: auto;  position: inherit; }
 .list-product-list li .imgs {padding-top: 0;}
 .new-tit-l {width: 100%;}
 .about_l_content_i {margin-bottom: 20px;font-size:16px}
 .num_list li p span {font-size: 18px;}
 .num_list li p sub {font-size: 14px;}
 .index4 .new-tit-l-n {font-size: 22px;margin-bottom: 15px;}
 .search-cp{height:40px;}
 .search-cp .btn {width: 40px;height: 40px;background: url(../images/searchlv.svg) no-repeat center;background-size: 17px auto;}
 .search-cp .inpu {padding: 0 40px 0 20px;}
 .search-cp .inpu input {height: 40px;line-height: 40px; }

 .page_about {padding: 30px 0; }
 .yewu4 {padding-top: 20px;}
 .yewu4 ul {flex-wrap: wrap;gap: 10px;}
 .yewu4 li {width: 100%;}
 .about-pinpai .jut-r {
    flex-direction: column;
}
.xuexi_page2 {padding: 30px 0;}
.hezuo {margin-top: 30px;}
.hezuo-img {
    width: 100%;
    float: left;
    height: auto;
}
.s-des {width: 100%;}
.about-pinpai .jut-r .item, .nongchangDetails .conten, .nongchangDetails .tupian {width: 100%;}
.productDetails .c-left {
     width: 100%;
    margin-right: 0px;
}
.productDetails .c-left .left .swiper-container .swiper-slide {height: 30px;}
.productDetails .c-left .right .swiper-container .swiper-slide {height: 220px;}
    .productDetails .information .conten {
        min-height: auto;
        padding: 10px 1px;
    }
.header .nav .sub .nav_l,     .header .nav .sub .nav_r {width:100%;height:auto}
 .header .nav .sub .nav_info .nav_des {
    line-height: 20px;
    color: #333;
    font-size: 12px;}
.header .nav .sub .nav_r img {
    width: 100%;
    height: 100%;
}
.header .nav .sub .nav_ul li {
    border-bottom: 0;
}
 .yewu6 ul {flex-wrap: wrap;gap: 10px;}
.list-nongchang-list {
    margin-right: 0;
}
.yewu6 li,.list-nongchang-list li { width: 100%;}
.list-nongchang-box {
    padding: 20px 0;
}
.chanping-zhedie .u1 .l1 ._ts{padding: 20px}
.chanping-zhedie .u1 .l1 ._bs {
    padding:20px
}
.nongchangDetails .information .h2 {
     font-size: 22px;
}
.nongchang_bg {
    padding-top:20px;
    padding-bottom: 20px;
}
.hezuo-img img {
    height: auto;}

.hezuo-info {
    width: 100%;
    float: left;
     padding: 10px 0;
   height: auto;
}.product_class_l {
     width: 100%;
}
.product_class_r {display: none;}
.about_l_content {font-size: 16px;margin-top: 20px;}
.about_l_h12 {font-size: 22px; padding-bottom: 0px;}    
.mySwiper2 .swiper-slide {padding: 0px;flex-direction: column;}
  .mySwiper2 .swiper-slide .img {width: 100%;}
  .mySwiper2 .swiper-slide .text {margin-top: 10px;width: 100%;padding-left: 0px;}
.mySwiper2 .swiper-slide .text .txt {height: 400px;overflow: auto;font-size: 16px; }
#about2 {padding:20px 0 0px 0;}
.s-title3 span {font-size: 22px;}
.mySwiper2 .swiper-slide .text .p1 {font-size: 18px;margin-top:20px}
.mySwiper .swiper-slide-thumb-active {font-size:12px;}
.mySwiper .swiper-slide {font-size:12px;}
.about-pinpai {padding: 20px 0 20px 0;}
.fzlc_btn{display:none}
.mySwiper {margin-top: 50px;}
.about_l_y {font-size: 38px;}
.index-nonchang{margin-top:0}
.index-nonchang {padding-bottom: 50px;}
.index4 .new-tit-l2 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.index5 .jut .jut-r .item .list .img {
    height: 200px;
}


}
