.list_product_bg{background: #fff;overflow: hidden;}
.list_product_ul{margin-top: 5%;}
.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: 48%;margin-bottom: 3%;padding: 15px;background-color: rgba(245,245,245,1);
box-shadow: 0px 2px 6px 0px rgba(144,144,144,0.4);;position: relative;}
.list_product_ul li:nth-child(4n){margin-right: 0;}
.list_product_ul li:hover .imgs{}
.list_product_ul li .cpinfo{float: left;width: calc(100% - 300px);padding:10px 30px 0 30px;}
.list_product_ul li .imgs{overflow: hidden;position: relative; width: 270px;height: 270px;float: right;}
.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{ font-weight: normal ;overflow: hidden;line-height: 40px;height: 50px;white-space: nowrap;text-overflow: ellipsis;/* text-align:center;*/transition: all 0.3s;font-size: 16px;position: relative;}

.list_product_ul li .des {padding: 20px 0;}

.list_product_ul li .h3:before {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:rgba(245,245,245,1);
    z-index:8;
}
.list_product_ul li .h3:after {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 10%;
    height: 2px;
    background:var(--main-color);
    z-index:9;
    transition: all 0.4s ease-out;
}
.list_product_ul li:hover .h3:after {
    width: 100%;
}
.list_product_ul li:hover .more span {
        color: #fff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.list_a{text-align:center;overflow:hidden;margin-top: 3%;}

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

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

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

.list_a a.isel:after{ width:80%; left:10%; right:10%;}

.list_product_ul li .des{font-size: 14px;line-height: 2;margin-top: 10px;color: #959595;margin-bottom: 10px;white-space: pre-wrap;}
.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: 140px;height: 35px;line-height: 35px;text-align: center;border: 1px solid #BBBBBB;display: inline-block;}
.list_product_ul li .more span:hover{color: #fff;background-color: var(--main-color);border: 1px solid var(--main-color);}
.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: 22%;margin-bottom: 3%;background: #fff;border: 1px solid #E5E5E5;position: relative;margin-right: 3%;;position: relative;margin-right: 3%;}
.lis_case_ul .text{padding: 0 15px 15px 15px;}
.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; */ 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%;text-align: center;}
.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: 20px 0 0px 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: 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: 26px;}
.lis_fangan_ul li:hover .h3{color:var(--main-color)}
.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{ }
.lis_fangan_ul li .more{margin-bottom: 10px;}
.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;background: #E4E4E4;padding: 8px 20px;border-radius: 40px;}

.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: 15px 30px 25px 30px;}
.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{height: 30px;line-height: 30px;color: #101010;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: 64px;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{
    margin-top: 20px;
}
.ind_fangan_ul li .more span{display: inline-block;width: 100px;height: 35px;line-height: 35px;border: 1px solid #E5E5E5;text-align: center;color: #959595;}


.cp_tab{border-bottom: 1px solid #eee;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: 72%;}
.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: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 .more span{color: #fff;background-color: var(--main-color);border: 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{display: inline-block;line-height: 47px;height: 47px;border-radius: 33px;border: 1px solid #959595;color: #959595;padding: 0 50px;display: inline-block;line-height: 40px;height: 40px;border-radius: 30px;border: 1px solid #E5E5E5;color: #959595;padding: 0 20px;font-size: 14px;}
.zxrx{background: url(../images/zx.png) no-repeat left center;height: 31px;line-height: 31px;color: #101010;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;}


.left1 {
    width: 300px;
    float: left;
}
      .pgsidenav{ position:relative;margin-right: 20px;background: #fff;}
        /*.pgsidenav:before{content:'';display:block;position:absolute;top:0;left:-50px;width:50px;height:110px;background:url(../img/sidenavbg.png) no-repeat center center;}
        .pgsidenav:after{content:'';display:block;position:absolute;top:0;left:240px;width:20px;height:65px;background:#419983;}
        */.pgsidenavhead{color:#fff;marin-bottom:20px;background:#003f8a;padding:30px 20px;}
          .pgsidenav p{text-transform:uppercase;font-size:10px;font-family:arial,verdana,sans-serif;}
          .pgsidenav h2{position:relative;font-size:18px;line-height:25px;}
          
        .pgsidenav ul{}
        .pgsidenav li{}
        .pgsidenav li:last-child{border-bottom:none;}
        .pgsidenav li a{display:block;padding: 15px 20px;position:relative;border-bottom: 1px solid #ffffff;background: #ECECEC;}
        .pgsidenav li a:after{content:'';display:block;position:absolute;right:20px;top:50%;width:10px;height:10px;text-align:center;border-top: 2px solid #ffffff;border-right: 2px solid #ffffff;transform:rotate(45deg) translateY(-50%);/* color: #fff; */}
        .pgsidenav li a:hover,.pgsidenav li a.on{background:var(--main-color);color:#fff;}
        .pgsidenav li.on>a{background: var(--main-color);color:#fff;}
        .pgsidenav li ul{display:none;background:#f9f9f9;}
        .pgsidenav li:hover ul{display:block;}
        .pgsidenav li li a{font-size:16px;line-height:39px;background:none;padding-left:42px;border-bottom:1px dashed #ddd;}
        .pgsidenav li li a:before{content:'';display:block;position:absolute;left:20px;top:48%;width:5px;height:5px;border:2px solid #ddd;}
        .pgsidenav li li a:after{content:'';}
        .pgsidenav li li a:hover:before,.pgsidenav li li a.on:before{border:2px solid #003f8a;}



.right1 {
    width: calc(100% - 330px);
    float: right;
}
.product_list {
    display: flex;
    flex-wrap: wrap;
}
.product_list li {
    width: 30%;
    margin-left: 3.33333%;
    background:#fff;
    margin-bottom:26px;
}
.product_list li:nth-child(3n) {
    /* margin-right: 0; */
}
.product_list li a {
    text-align: center;
    display: block;
    padding: 20px;
    background-color: rgba(255,255,255,1);
    box-shadow: 2px 2px 6px 2px rgba(199,199,199,1);
}
.product_list li a .p_t1 {
    text-align: center;
    margin: 30px 0;
}
.product_list li a .p_t1 h3 {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom:5px;
    min-height: 39px;
}
.product_list li a .p_t1 p {
    font-size: 15px;
    color: #666666;
}
.product_list li a .img {
    /* margin:30px 0 22px; */
    text-align: center;
}
.product_list li:hover .h3{color:var(--main-color)}
.product_list li:hover .more span{color: #fff;background-color: var(--main-color);border: 1px solid var(--main-color);}
.product_list li:hover{ }
.product_list li .more{margin-bottom: 10px;}
.product_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;background: #E4E4E4;padding: 8px 20px;border-radius: 40px;}
 

.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-title3{font-size: 36px;    position: relative;padding-bottom:80px;}
.s-title3 span{text-align: center;font-size: 36px;    position: relative;padding-bottom: 25px;}
.s-title3 span:after{
    width: 80px;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
      background: var(--main-color);
    transition: all 0.3s;
    margin-left: 0px;
}


.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: 5px;
    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-p{text-align: center;color: rgba(149,149,149,1);font-size: 16px;}
.feedback_div_tip {margin-top: 30px;}
.feedback_div_bnt {/* text-align: center; */padding-top: 30px;}
.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: 18%;}
.productDetails .information .conten {min-height: 441px;}


}
.izbg{background: rgba(255, 255, 255);height: 100%;width: 100%;position: absolute;left: 0;display: none;}
@media screen and (max-width: 640px){
.s-title3{font-size: 26px;    position: relative;padding-bottom:50px;}
.s-title3 span{text-align: center;font-size: 26px;    position: relative;padding-bottom: 15px;}

.lis_case_ul {
    margin-top: 5%;
    margin-right: -1%;
}
.lis_case_ul {   

    margin: 0% ;margin-top: 5%;}
.lis_case_ul li{
    width: 100%;    margin-right: 0%;

}
.productDetails .information .conten {
    min-height: auto;
}
.cp_tab li {
    float: left;
    padding: 10px;
    font-size: 12px;
}
.lis_fangan_ul li{
    width: 100%;
}
.lis_fangan_ul {
     margin-right:0%;
}
.abouttus .jut-l {
    width: 100%;}
.abouttus .jut-r {
    width: 100%;    flex-direction: column;
}
.abouttus .jut-r .item1 {
    float: left;
    width: 100%;
}
.abouttus .jut-r .item2 {
    float: left;
    width: 100%;
}
.abouttus .jut-r .item3 {
    float: left;
    width: 100%;
}
.abouttus .jut-r .item4 {
    float: left;
    width: 100%;
}
.mySwiper .swiper-slide {
    font-size: 18px;}
.page_i_l{width: 100%; padding: 20px 0px;}
.izbg{background: rgba(255, 255, 255);height: 100%;width:100%;position: absolute;left: 0;}
.page_i_r{width: 100%;    padding-top: 20px;}
.sy_i_r {width: 100%;margin-bottom: 20px;}
.sy_i_l{width: 100%;padding: 0px;}
.sy_l_h1 span {
    height: 35px;
    /* line-height: 50px; */
    /* color: var(--main-color); */
    font-size: 26px;
    text-align: left;
}
.sy_l_des{display: none;}
.syfgs{display: none;}
.syfgs-box { width: 100%;}
.sy_section2 .content .right .listbox{display: none;}
.mySwiper2 .swiper-slide .img {
    display: none;
}
.mySwiper2 .swiper-slide .text {
    position: relative;
    width: 100%;padding-left: 0px;
    padding-top: 20px;
}
.mySwiper2 .swiper-slide .text .bt {font-size: 16px;    line-height: 30px;
    margin-bottom: 0px;}

.mySwiper2 .swiper-slide .text .txt {
    position: relative;
    z-index: 9;
    font-size: 14px;
    color: #343434;
    line-height: 30px;}
.fzlc_btn{display: none;}
.mySwiper {margin-top: 80px;}
.hxys-box {
    float: left;    height: auto;

    width: 100%;}
.hxys-img {
    width: 100%;
    float: left;
    height: auto;
}
.hxys-li{width: 100%;}
.lxfgs{display: block;margin:0}
.lxfgs-box {
    width: 100%;margin:10px 0}
}


.new-tit {}
.new-tit-l {width: 30%;float: left;}
.new-tit-r {width: 60%;float: right;text-align: right;color: #999999;padding-top: 20px;line-height: 1.7;}
.new-tit-l2 {width: 60%;float: left;}
.new-tit-r2 {width: 34%;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: 16px;line-height: 1.7;color: #999999;}
.new-tit-l-n {color: #FFFFFF;font-size: 36px;margin-bottom: 15px;position: relative;}
.new-tit-l-n span{top: 60px;width: 80px;height: 3px;background-color: var(--main-color);display: inline-block;vertical-align: super;/* margin-left: 20px; */position: absolute;left: 0;}
.new-tit-a{text-align:right;overflow:hidden;/* margin-top: 3%; */}

.new-tit-a a{    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    border: 1px solid #eee;
    margin-right: 20px;
    line-height: 40px;
    height: 40px;
}
.new-tit-a a:hover{    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
    border: 1px solid rgba(126, 217, 87, 1);
        background-color: rgba(126, 217, 87, 1);
    color: rgba(255, 255, 255, 1);
}
.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%;}


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

.down_ul li{float: left;display:block;overflow:hidden;width: 100%;padding-left: 30px; height: 80px;line-height: 80px;background-color: rgba(245,245,245,1);margin-bottom: 15px;position:relative;}
.down_ul li i{    font-style: normal;
    background: url(/statics/xz.png) right center no-repeat;
    display: inline-block;
    width: 140px;
    height: 80px;
    float: right;
    margin-right: 40px;
    font-size: 18px;}
.down_ul li a{color: #333;font-size: 22px;display: block;}
.down_ul li:hover{background: var(--main-color);}
.down_ul li:hover a{color: #fff;}
.down_ul li:hover i{    background: url(/statics/xz2.png) right center no-repeat;
}
.xq {margin:1% 0;}
.down_ul li .imgs img{width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s; -o-transition:all 0.5s ease-out 0s; transition:all 0.5s ease-out 0s; display:block;}

.down_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);}

.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-right:1.7%;overflow:hidden; float:left;width:calc(85% - 414px);width:-webkit-calc(85% - 414px);width:-moz-calc(85% - 414px);margin-top:10px; max-width:636px; text-align:justify; }

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

.down_ul li .txts .p{ height:84px; overflow:hidden; color:#888888; line-height:28px;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top:20px; transition:all 0.3s; max-width:800px;}

.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;}
.productDetails .c-left {
  float: left;
  width: 50%;
  position: relative;
  margin-bottom: 40px;
}
.productDetails .c-left .left {
  float: right;
  width: 18%;
  height: 100%;
  position: absolute;
  right: 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;
}
.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: left;
  width: 80.5%;
}
.productDetails .c-left .right .swiper-container .swiper-slide {
  height: 400px;
   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%;
}


@media screen and (max-width: 640px){
    .xq table{width: 100%;}
.cpxq_section  .left{width: 100%;float: inherit;padding-right: 0px;}
.cpxq_section   .right {
    width: 100%;
    float: inherit;    padding-top: 20px;

}
.left1 {
    width: 100%;
    float: inherit;
}
.right1 {
    width: 100%;
    float: inherit;
}
.pgsidenav {
    position: relative;
    margin-right:  0px;}
.product_list li {
    width: 100%;
    margin-left:0%;
}
.product_list li{
        margin-top: 5%;
}
.section03 .s-list .swiper-container .swiper-slide .right img {
  height: auto;
}
.section03 .s-list .swiper-container .swiper-slide .right {
    float: inherit;
    height: auto;
}.section03 .s-list .swiper-button-prev {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    right: 140px;
    top: 90%;

}
.section03 .s-list .swiper-button-next {
    width: 60px;
    height: 60px;
    right: 60px;
    text-align: center;
    line-height: 60px;
top: 90%;
}
.section03 .s-list .swiper-container .swiper-slide .left .text .more a {
    display: inline-block;
 }
.sy_l_content_i{padding-top: 10px;}
    .o_big {
        height: 188px;
    }
    .conten {width: 100%;}
.productDetails .c-left .right{width: 100%;}
      .new-tit-l-n{font-size: 18px;}
  .new-tit{margin-bottom: 20px;}
  .new-tit-a a {padding: 0 10px;line-height: 35px;height: 35px;}
.new-tit-l-n span {
    top: 40px;}
    .section02{height: auto;}
.header .nav .sub .nav_r {display: none;}
.header .nav .sub .nav_l {
    width: 100%;
    float: left;
    height: auto;}
.header .nav .sub .nav_r {display: none;}
.header .nav .sub .nav_l {width: 100%;height: auto;}
.nav_info{display: none;}
.header .nav .sub li a {
    border-bottom: none;
}
.nav_ul{margin-top: 10px;}
.header .nav .sub li a:hover, .header .nav .sub li:last-child a, .header .nav .sub li a
{padding: 0; padding-left: 20px;line-height: 40px;   border-bottom: none;
}
.header .nav .sub .nav_l dl{
    width: 100%;
    padding: 0 10px;
}
.product_class {display: none;}
.about_l_content{height: auto;}
.num_list {
     margin : 20px 0;
}
.list_a{display: none;}
.num_list li {
    width: 50%;
    max-width: 50%;}
.list_product_ul li {
    float: left;
    width: 100%;}

.list_product_ul li .imgs {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
      float: inherit; 
}
.list_product_ul li .cpinfo {
    float: inherit;
    width: 100%;
    padding: 10px ;
} 
.list_product_ul li .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
} 
.productDetails .c-left {
    float: inherit;
    width: 100%;
} 
}
