.subcon {
    padding-top: 50px;
    min-height: 500px;
}
.subconNo{
    padding-top:0;
}
.subpdbom {
    padding-bottom: 50px;
}

.titileAll04 {
    position: relative;
    display: inline-block;
    padding-bottom: 14px;
    margin-bottom: 40px;
    border-bottom: 2px solid #77cabd;
}

.titileAll04 h3 {
    position: relative;
    font-weight: bold;
}

.titileAll04 h3::before {
    content: "";
    width: 38px;
    height: 4px;
    background: #009c84;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.platformH3 {
    position: relative;
    margin-bottom: 40px;
}

.platformH3 .more {
    top: 30px;
}

.platformH3 .more a {
    color: #009c84;
}

.titileAll05 {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #77cabd;
    z-index: 9;
}

.titileAll05 h3 {
    position: relative;
}

.titileAll05 h3::before {
    content: "";
    width: 100px;
    height: 4px;
    background: #009c84;
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: -1;
}


/* leftnav */

.sub_02_lf {
    width: 330px;
    background: #fff;
}

.sub08right {
    margin-left: 420px;
}

.sub_10b1 ul {
    margin: 0;
}

.sub_10b1 li {
    position: relative;
    border-bottom: 1px solid #eaeeee;
}

.sub_10b1 .item {
    padding: 32px 16px 32px 16px;
    position: relative;
    /* background:#e2f3ef; */
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}


/* .sub_10b1 .item::before {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    transform: translateY(-50%);
    left: 30px;
    border-left: 8px solid #e0e0e0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s
}
.sub_10b1 .item.on::before,
.sub_10b1 .item:hover:before {
    border-left: 8px solid #dae24a
} */

.sub_10b1 .item.on,
.sub_10b1 .item:hover {
    color: #fff;
    background: linear-gradient(to right, #127637, #76bb2c);
    -webkit-background: linear-gradient(to right, #127637, #76bb2c);
}

.sub_10b1 .arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    color: #d2d4d4;
    text-align: center;
    /* background: url(../images/mode06_next.png) center no-repeat;
    background-size: 20% auto; */
    top: 40px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.sub_10b1 dl {
    display: none;
}

.sub_10b1 dd {
    position: relative;
}

.sub_10b1 .item2 {
    padding: 10px 30px 10px 30px;
    margin: 0 2px 2px 0;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.sub_10b1 .arrow.on {
    color: #fff;
    /* transform: rotate(90deg);
    background-image: url(../images/mode01_next.png) */
}

.sub_10b1 .item.on~dl {
    display: block;
}

.sub_10b1 .item2.on {
    color: #1d8505;
}

.gp-toggles {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 5px;
    top: 17px;
    text-align: center;
    color: #fff;
    z-index: 7;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.sub_02_lf ul.l0>li:hover .gp-toggles,
.sub_02_lf ul.l0>li.on .gp-toggles {
    color: #1d8505;
}

.gp-toggles.icon-jian {
    transform: rotate(0);
    color: #1d8505;
}

.sub_02_lf ul.l0>li::before {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 0%;
    background: #fff;
    position: absolute;
    left: -20px;
    z-index: 1;
    top: 50%;
    transition: all 0.01s ease-in-out;
}

.sub_02_lf ul.l0>li.on::before,
.sub_02_lf ul.l0>li:hover::before {
    height: 100%;
    top: 0;
}

.sub_02_lf ul.l0>li.on::before {
    height: 100%;
    top: 0;
}

.sub_02_lf ul.l0>li i {
    z-index: 1;
}

.sub_02_lf ul.l0>li.on i,
.sub_02_lf ul.l0>li:hover i {
    position: absolute;
    width: 152px;
    height: 147px;
    right: 0;
    bottom: 0;
    overflow: hidden;
    /* z-index: 0; */
}


/* .sub_02_lf ul.l0 li.l2.on i::after {
    width: 152px;
    height: 147px;
    right: -62px;
    bottom: -35px;
}

.sub_02_lf ul.l0 li i::after {
    content: '';
    display: block;
    background: url(../images/asa.png) no-repeat;
    background-size: cover;
    position: absolute;
    height: 0px;
    width: 90px;
    right: -37px;
    bottom: -27px;
} */

.sub_02_lf ul.l0 li.on i::after,
.sub_02_lf ul.l0 li:hover i::after {
    height: 87px;
}

.sub_02_lf ul.l0>li>.item>.item-title {
    color: #333333;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    margin-right: 30px;
}

.sub_02_lf ul.l0>li.on>.item>.item-title,
.sub_02_lf ul.l0>li:hover .item>.item-title {
    color: #418942;
}

.sub_02_lf ul.l1>li {
    margin-bottom: 20px;
}

.sub_02_lf ul.l1>li>.item>.item-title {
    display: inline-block;
    color: #888;
    line-height: 1.3;
}

.sub_02_lf ul.l1>li.on>.item>.item-title,
.sub_02_lf ul.l1>li:hover>.item>.item-title {
    color: #444;
    text-decoration: underline;
}


/* slidnav */


/* leftnav */

.alltitle {
    color: #333;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.alltitle h3 {
    color: #163633;
    font-weight: bold;
    padding-bottom: 18px;
    display: inline-block;
    border-bottom: 1px solid #86c744;
}

.titilines h3 {
    display: block;
}

.alltitle::before {
    content: "";
    display: block;
    width: 90px;
    height: 5px;
    background: #86c744;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.modeall01 .flexs1 {
    flex: 1;
}

.abcindex01 .flexs1 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.alltitle .more {
    right: 0;
    top: 8px;
}

.alltitle .more a {
    color: #076e39;
    font-weight: normal;
}

.imgpd40 {
    padding-left: 40px;
}

.modeall01 .boxlf p {
    line-height: 30px;
    margin-bottom: 30px;
}

.modeall01 .boxlf p:last-child {
    padding-bottom: 0;
}

.modeall03 {
    background-color: #f8f9fa;
}

.modeall04,
.modeall03,
.modeall02 {
    padding: 40px 0 40px;
}

.abcindex02 {
    padding: 50px 0 40px;
}

.article-ins p {
    color: #2a2a2a;
    margin-bottom: 30px;
}

.article-ins h5 {
    color: #076e39;
    margin-bottom: 30px;
}


/* index02 */


/* 
.mainbox03{
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .column {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .column {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
} */

.effect-2 {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.effect-2 .effect-img {
    position: relative;
    font-size: 0;
    overflow: hidden;
}

.effect-2 .effect-img img {
    position: relative;
    width: 100%;
    height: auto;
    transform: scale(1.2);
    bottom: -25px;
    transition: 0.5s;
}

.effect-2:hover .effect-img img {
    bottom: 0;
}

.effect-2 .effect-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 50%;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.5s;
}

.effect-2:hover .effect-text {
    top: 0;
    opacity: 1;
}

.effect-2 .effect-text p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
}

.effect-2 .effect-btn {
    position: absolute;
    width: 100%;
    padding: 15px 7.5px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.effect-2 .effect-text h2 {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    float: left;
    margin: 5px 7.5px 0 7.5px;
}

.effect-2 .effect-btn .btn {
    position: relative;
    display: inline-block;
    float: right;
    height: 35px;
    padding: 7px 15px;
    margin: 0 7.5px;
    color: #333333;
    background: #ffffff;
}


/* index02 */


/* newbanner */

.wovf {
    width: 100%;
    overflow: hidden;
}

.history {
    position: relative;
    max-width: 825px;
    margin: auto;
}

.history .swiper-container {
    overflow: visible;
}


/* .history .swiperCtr.s2 .btn{position:absolute;margin:0;margin-top:-25px;}
.history .swiperCtr.s2 .btn.prev{left:-75px;}
.history .swiperCtr.s2 .btn.next{right:-75px;} */

.history .swiper-slide {
    height: auto;
    background: #f0f4f5;
    padding: 40px;
}

.history .swiper-slide-active {
    background: #009c84;
    color: #fff;
}


/* .history .item .it{line-height:1.33;padding-left:30px;margin-bottom:30px;position:relative;}
.history .item .it:before{content:"";position:absolute;left:0;top:0.3em;bottom:0.3em;width:2px;background:#68b54b;}
.history .swiper-slide-active .item .it:before{background:#fff;}
.history .item .itxt{background:#fff;padding:40px;border-radius:30px 0 30px 0;color:#333;line-height:1.5;}
.history .item .li{align-items:stretch;margin-bottom:20px;}
.history .item .li .lt{flex:0 0 auto;position:relative;padding-left:20px;width:7.5em;}
.history .item .li .lt:before{content:"";position:absolute;left:0;top:0.75em;width:5px;height:5px;margin-top:-2px;background:#68b54b;} */


/* banner03 */

.subwovf {
    max-width: 1650px;
    position: relative;
    margin-left: auto !important;
    overflow: hidden;
}


/* .wovf{
  width: 83%;
  margin-left: 17%;
  box-sizing: border-box;
  overflow: hidden;
} */


/* .sub_13c3 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sub_13c3 ul {
    margin: 0 0;
} */

.sub_13c3 {
    position: relative;
}

.sub_13c3 ul {
    margin: 0 0;
}

.sub_13c3 ul li a {
    transform: scale(0.94);
    transform-origin: bottom center;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transform: scale(0.94);
    -moz-transform: scale(0.94);
    -ms-transform: scale(0.94);
    -o-transform: scale(0.94);
}

.sub_13c3 ul li a:hover {
    transform: scale(1);
}

.sub_13c3 .item {
    padding: 30px;
    background-color: #f4f8fb;
    border-radius: 20px 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    -ms-border-radius: 20px 0 20px 0;
    -o-border-radius: 20px 0 20px 0;
}

.sub_13c3 .item:hover {
    background-color: #009c84;
}

.sub_13c3 .img_box {
    /* margin: 0 auto 25px;
    max-width: 200px; */
}


/* .sub_13c3 .img {
    transform: scale(0.9);
    transform-origin: bottom center;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.sub_13c3 .swiper-slide-active .img, 
.sub_13c3 li:hover .img {
    transform: scale(1);
}

.sub_13c3 .bottom {
    padding: 0 0;
    text-align: center;
} */

.sub_13c3 .title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
}

.sub_13c3 .title::before {
    content: '';
    display: block;
    background: #219b21;
    height: 1px;
    width: 64px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


/* .sub_13c3 .vicetitle {
    margin: 0 0;
}

.sub_13c3 .summary {
    margin: 0 0;
    color: #146a80;
    display: none;
}


 .sub_13c3 li:hover .title {
    color: #146a80;
    font-weight: bold;
}


.sub_13c3 li:hover .vicetitle {
    display: none;
}


.sub_13c3 li:hover .summary {
    display: block;
} */

.sub_13c3 .swiper-pagination {
    bottom: 0;
}

.sub_13c3 .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #d1d5de;
    opacity: 1;
    border-radius: 50%;
    margin: 0 4px;
}

.sub_13c3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #219b21;
}

.sub_13c3 .info_box .time {
    color: #696969;
}

.sub_13c3 .title01 {
    margin: 20px 0 30px;
    font-weight: bold;
}

.sub_13c3 .info_box .newsMore03 {
    margin-top: 7%;
    width: 27px;
    padding-left: 40px;
    background: url(../images/morinco05.png) no-repeat left top;
}

.sub_13c3 .item:hover .newsMore03 {
    margin-top: 7%;
    width: 27px;
    padding-left: 40px;
    background: url(../images/morinco06.png) no-repeat left top;
}

.sub_13c3 .info_box {
    padding: 20px 0;
}

.sub_13c3 .item:hover .info_box .time,
.sub_13c3 .item:hover .info_box .title01 {
    color: #fff;
}


/* aboutus */

.article {
    position: relative;
    z-index: 1;
}

.article p {
    line-height: 1.8;
    margin-bottom: 30px;
    color: #333;
    /* text-align: justify; */
}

.article-img {
    margin-top: -84px;
    margin-left: 45px;
    max-width: 570px;
}

.sub08right .article-img {
    margin-top: 0;
    margin-bottom: 20px;
}

.article p {
    line-height: 1.8;
    margin-bottom: 30px;
    color: #333;
    /* text-align: justify; */
}


/* aboutus */


/* article01 */

.sub031 .lf_n {
    width: 0;
    float: left;
}

.sub031 .lf_n .share_box {
    margin-left: 15px;
}

.sub031 .mid_n {
    width: calc(100% - 440px);
    float: left;
    margin: 0 0 0 88px;
}

.sub031 .mid_n .page_article .gp-article {
    margin-bottom: 20px;
    text-align: justify;
    text-justify: distribute;
    margin-right: 60px;
}


/* article01 */


/* banner02 */

body.show a,
body.show .transition,
body.show .index-flash .side ul li .time,
.index-flash .side ul li body.show .time,
body.show .index-flash .side ul li .name,
.index-flash .side ul li body.show .name,
body.show .g-head .nav,
.g-head body.show .nav,
body.show :before,
body.show :after,
body.show img,
.index-flash .side ul li,
.index-flash .side ul li:before {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.index-flash .side ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.index-flash .side ul li {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.index-flash {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.servicebg {
    padding-top: 0;
    padding-bottom: 0;
}

.servicebg .modeall01 {
    background: #eff8ef;
    padding: 60px 0;
}

.servicebg .modeall04,
.servicebg .modeall03,
.servicebg .modeall02 {
    padding: 50px 0 40px;
}


/* .index-flash .bg {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  height: 724px;
}
.index-flash .bg:before {
  content: "";
  display: block;
  position: absolute;
  left: -745px;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img1705.jpg") center no-repeat;
  background-size: 100% 100%;
} */

.index-flash .side ul li,
.p-layer {
    justify-content: center;
    -webkit-justify-content: center;
}

.index-flash .wal2 {
    position: relative;
    z-index: 2;
}

.index-flash .list {
    width: 74%;
    overflow: hidden;
    position: relative;
}

.index-flash .list li {
    position: relative;
    background: #fff;
}

.index-flash .list li .img a {
    position: relative;
    display: block;
}


/* .index-flash .list li .img a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url("../images/bg20_2.png") center bottom repeat-x;
    background-size: auto 428px;
} */

.index-flash .list li .layer {
    position: absolute;
    z-index: 1;
    left: 57px;
    right: 57px;
    top: auto;
    bottom: 57px;
}

.index-flash .list li .layer a {
    color: #fff;
}

.index-flash .list li .layer .tag a {
    padding: 0 10px;
    background: #791cb5;
}

.index-flash .list li .layer h3 {
    padding: 15px 0;
    display: block;
    color: #fff;
}

.index-flash .list li .layer p {
    opacity: 0.67;
    display: block;
    color: #fff;
}

.index-flash .side ul {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 390px;
}

.index-flash .side ul li {
    position: relative;
    width: 100%;
    padding: 0 30px 0 30px;
    z-index: 1;
    background-color: #fff;
    border-right: 10px solid #fff;
    border-bottom: 1px solid #cbcbcb;
}

.index-flash .side ul li:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    opacity: 0;
    width: 7px;
    height: 11px;
    background: url(../images/iconlir.png) no-repeat center right;
}

.index-flash .side ul li:last-child {
    border-bottom: 0;
}


/* .index-flash .side ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 219px;
  height: 1px;
  background: #cbcbcb;
} 
  .index-flash .side ul li:last-child:before {
  display: none;
}
*/


/* .index-flash .side ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  right: -6px;
  bottom: -6px;
  background: #7bbd2c;
  opacity: 0;
} */

.index-flash .side ul li .time {
    color: #464646;
    padding-top: 10px;
    text-align: right;
}

.index-flash .side ul li .name {
    color: #464646;
}

.index-flash .side ul li .time,
.index-flash .side ul li .name {
    position: relative;
    z-index: 2;
}

.index-flash .side ul li .img {
    width: 219px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
}

.index-flash .side ul li.on,
.index-flash .side ul li:hover {
    z-index: 2;
    background-color: #7bbd2c;
    border-right: 10px solid #009844;
    border-bottom: 0;
}


/* .index-flash .side ul li.on:after {
  opacity: 1;
  left: -20px;
} */

.index-flash .side ul li.on:before,
.index-flash .side ul li:hover:before {
    opacity: 1;
}

.index-flash .side ul li.on .time,
.index-flash .side ul li:hover .time {
    color: #fff;
}

.index-flash .side ul li.on .name,
.index-flash .side ul li:hover .name {
    color: #fff;
}

.index-flash .dots {
    display: none;
}


/* banner02 */

.newsList01 .index_022 ul {
    margin: 0 0 0 0;
    border-top: 0;
}

.newsList01 .index_022 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    transition: width 0.35s ease-out;
    background-color: #ffd183;
    width: 7px;
    z-index: 0;
}

.newsList01 .index_022 li {
    position: relative;
    background-color: #fff;
    margin-bottom: 12px;
    padding: 11px 16px 11px 0;
    box-shadow: 0px 0px 8px 0px rgba(22, 153, 152, 0.3);
}

.newsList01 .index_022 li>* {
    position: relative;
    z-index: 5;
}

.newsList01 .index_022 li:hover::before {
    width: 100%;
    transition: width 0.35s ease-out;
}


/* .newsListi .ul-inline li {
    background-color: #fff;
    margin-bottom: 14px;
    padding: 12px 16px 12px 0;
    border-left: 7px solid #ffd183;
    box-shadow: 0px 0px 8px 0px rgba(22, 153, 152, 0.3)
}

.newsListi .ul-inline li:last-child {
    mask-border: 0;
} */


/* .newsListi .index_022 li:hover {
    background: #ffd183;
    border-left: 7px solid #ffd183;
    color: #333;
} */

.newsList01 .index_022 li:hover {
    color: #333;
}

.newsList01 .index_022 a {
    margin: 0 0 0;
    overflow: hidden;
}

.newsList01 .index_022 .time {
    margin-top: 10px;
    width: 72px;
    float: left;
    text-align: center;
    border-right: 1px solid #169998;
}

.newsList01 .index_022 .day {
    margin: 0 0 0 0;
    line-height: 22px;
    color: #169998;
    border-bottom: 0;
    font-weight: bold;
}

.newsList01 .index_022 .month {
    margin: 0 0 0 0;
    line-height: 1;
    color: #169998;
    /* letter-spacing: .2px; */
}

.newsList01 .index_022 .title {
    margin: 0 0 0 76px;
    max-height: 64px;
    line-height: 21px;
    text-align: justify;
}


/* banner03b*/

.service_02 {}


/* banner03b*/


/* banner03*/

.mainbox01 {
    align-items: stretch;
}

.mainbox01 .nl {
    flex: 0 0 auto;
    width: 50%;
    position: relative;
    z-index: 5;
}

.modeall01 .nl .swiper-container {
    width: 100%;
    height: 100%;
}

.modeall01 .nr {
    flex: 1 1 auto;
    overflow: hidden;
    margin-left: 35px;
    position: relative;
    z-index: 5;
}

.newsList02 .index_022 ul {
    margin: 0 0 0 0;
    border-top: 0;
}

.bannerLt .newsText {
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}

.bannerLt .time {
    position: absolute;
    z-index: 9;
    left: 40px;
    top: 0;
    text-align: center;
}

.newsText p {
    clear: both;
    color: #fff;
    padding: 10px 30px 0;
}

.slick-slider:hover .newsText {
    color: #088b42;
}


/* .index_022 li::before {
	content: '';
	position: absolute;
	left: 80;
	top: 0;
	height: 100%;
	transition: width 0.35s ease-out;
	background-color: #86c744;
	width: 4px;
	z-index: 0;
} */

.modeNews01 .index_022 {
    display: flex;
    flex-direction: column;
    /* 子元素垂直排列 */
    height: 100%;
    /* 占据父元素的全部高度 */
}

.modeNews01 .transf3s.li1 {
    flex: 1;
    /* 均匀分配剩余的空间 */
    display: flex;
    /* 使<li>内部内容可以进一步使用Flexbox布局 */
    width: 100%;
    align-items: center;
    /* 可选：垂直居中内容 */
    /* justify-content: center; */
    /* 可选：水平居中内容 */
    /* border: 1px solid #ccc; */
    /* 可选：添加边框以便于查看 */
}

.modeNews01 .transf3s.li1 a {
    background-color: #f8f9fa;
    width: 100%;
    padding: 8px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.newsList02 .index_022 li {
    position: relative;
    width: 100%;
    /* padding: 6px; */
    /* margin-bottom: 2.6%; */
}

.newsList02 .index_022 li:last-child {
    margin-bottom: 0;
}

.newsList02 .index_022 li>* {
    position: relative;
    z-index: 5;
}

.newsList02 .index_022 a {
    margin: 0 0 0;
    overflow: hidden;
    color: #2a2a2a;
}

.newsList02 .index_022 .time {
    position: relative;
    width: 80px;
    height: 80px;
    background: url(../images/datebg01.png) center no-repeat;
    background-size: cover;
    float: left;
    text-align: center;
}

.bannerLt .time {
    width: 80px;
    height: 80px;
    background: url(../images/datebg01.png) center no-repeat;
    background-size: cover;
}

.sub_imglist02 .info_box .time {
    position: absolute;
    z-index: 9;
    right: 70px;
    top: 0;
    text-align: center;
    width: 80px;
    height: 80px;
    background: url(../images/datebg01.png) center no-repeat;
    background-size: cover;
}


/* .newsList02 .index_022 .time::before {
	content: '';
	width: 4px;
	height: 100%;
	background-color: #d3d3d5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.newsList02 .index_022 .time::after {
	content: '';
	width: 4px;
	height: 0;
	background-color: #86c744;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	transition: height 0.35s ease-out;
} */

.newsList02 .indlists01 {
    margin-left: 90px;
    padding-right: 16px;
    margin-top: 16px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.modeNews01 .indlists01 {
    margin-left: 110px;
}

.joinusList .newsList02 .indlists01 {
    margin-left: 86px;
}

.newsList02 .index_022 .day,
.bannerLt .time .day,
.sub_imglist02 .time .day {
    line-height: 22px;
    color: #fff;
    font-weight: normal;
    padding-right: 4px;
}

.newsList02 .index_022 .month,
.bannerLt .time .month,
.sub_imglist02 .time .month {
    margin-top: 6px;
    line-height: 2;
    color: #fff;
    font-weight: normal;
    height: 36px;
    overflow: hidden;
    /* letter-spacing: .2px; */
}

.newsList02 .index_022 .title {
    margin: 0 0 0 76px;
    max-height: 64px;
    line-height: 21px;
    text-align: justify;
}

.newsList02 .index_022 li:hover a {
    color: #076e39;
}

.newsList02 .index_022 li a:hover {
    /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}


/* banner03*/


/* banner04 */

.hovlist {
    align-items: stretch;
    counter-reset: hov;
}

.hovlist .item {
    width: 24.0625%;
    flex: 0 0 auto;
    transition: 0.3s;
    margin-right: 1.1875%;
    counter-increment: hov;
    cursor: pointer;
    background: #fff;
}

.hovlist .item:last-child {
    margin-right: 0;
}

.hovlist .item .pic {
    height: 288px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hovlist .item .img {
    padding-bottom: 25%;
}

.hovlist .item .img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), transparent 50%);
}

.hovlist .item .num {
    width: 2.5em;
    line-height: 2.5;
    background: #68b54b;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 1.7em;
    top: 1.25em;
    z-index: 2;
    border-radius: 10px 0 10px 0;
}

.hovlist .item .num:after {
    content: "0" counter(hov);
}

.hovlist .item .it {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 1.25em 2em;
    color: #fff;
}

.hovlist .item .itxt {
    padding: 2.5em;
    position: relative;
    transition: 0.3s;
}

.hovlist .item .itxt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background: #68b54b;
    transition: 0.3s;
}

.hovlist .item.act {
    width: 49.3125%;
}

.hovlist .item.act .itxt {
    padding: 2.5em 3.5em;
}

.hovlist .item.act .itxt:after {
    width: 100%;
}

.hovlist .item .ip {
    line-height: 1.875;
    height: 13.125em;
}

.hovlist .item .ip.textOver {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.hovlist .item .ic {
    position: relative;
}

.hovlist .item .ip.textOver .ic:after {
    content: "\e752";
    font-family: "iconfont";
    color: #68b54b;
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 1;
    background: #fff;
    font-size: 12px;
}

.hovlist .item.act .ip.textOver {
    overflow: auto;
    display: block;
    transition-delay: 0.3s;
    padding-right: 1em;
}

.hovlist .item.act .ip.textOver .ic:after {
    display: none;
}

@media (max-width: 1024px) {
    .hovlist {
        flex-wrap: wrap;
    }
    .hovlist .item {
        width: 100%;
        margin-bottom: 20px;
    }
    .hovlist .item.act {
        width: 100%;
    }
    .hovlist .item .itxt {
        padding: 30px !important;
    }
    .hovlist .item .ip {
        display: block !important;
        height: auto;
        max-height: none;
        overflow: auto !important;
        padding-right: 1em;
    }
    .hovlist .item .ic:after {
        display: none;
    }
}


/* banner04 */


/* banner05 */

.gray {
    background: #f0f4f5;
}

.hovimg {
    position: relative;
    overflow: hidden;
}

.hovimg>.pic,
.hovimg>img {
    transition: 0.6s;
    transform: scale(1);
    display: block;
    width: 100%;
}

.researchd6 .item:hover .hovimg>img,
.hovimg:hover>img,
.researchd6 .item:hover .hovimg>.pic,
.hovimg:hover>.pic {
    transform: scale(1.1);
}

.icard {
    background: #fff;
    transition: 0.3s;
    position: relative;
    top: 0;
    cursor: pointer;
}

.icard.border {
    border: 1px solid #f0f1f2;
}

.icard:hover {
    top: -5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icard .img .tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 20px;
}

.icard .img .tag .l {
    max-width: 45px;
    flex: 0 0 auto;
}

.icard .img .tag .r {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    background: rgba(9, 80, 75, 0.5);
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.icard .img .tag .r:after {
    content: "0" counter(l3);
}

.icard .itxt {
    padding: 35px 40px;
}

.icard .itxt .it {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.icard .itxt .ip {
    line-height: 1.5;
    height: 4.5em;
    margin-bottom: 2em;
}

.icard .itxt .vm .iconfont {
    color: #69b64b;
}

.vm {
    white-space: nowrap;
}

.vm span {
    display: inline-block;
    vertical-align: middle;
}

.baseSwiper {
    position: relative;
}

.baseSwiper .swiperCtr.s2 .btn {
    position: absolute;
    margin: 0;
    margin-top: -25px;
}

.baseSwiper .swiperCtr.s2 .btn.prev {
    left: -80px;
}

.baseSwiper .swiperCtr.s2 .btn.next {
    right: -80px;
}

.gray .baseSwiper .swiperCtr.s2 .btn {
    background: #fff;
    color: #333;
    box-shadow: 0 6px 29px rgba(15, 82, 77, 0.15);
}

.gray .baseSwiper .swiperCtr.s2 .btn:hover {
    background: #68b54b;
    color: #fff;
}

.researchd6 .swiper-slide {
    height: auto;
}

.researchd6 .icard {
    height: 100%;
}

.researchd6 .icard a.flex {
    height: 100%;
    flex-direction: column;
}

.researchd6 .icard .img {
    flex: 0 0 auto;
    width: 100%;
}

.researchd6 .icard .itxt {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}

.researchd6 .icard .it {
    white-space: normal;
}

.researchd6 .icard .flex1 {
    width: 100%;
    flex: 1 1 auto;
}

.researchd6 .icard .vm {
    width: 100%;
    flex: 0 0 auto;
}


/* banner05 */


/* titile */

.baseHead {
    padding-bottom: 10px;
}

.baseHead .hr {
    flex: 0 0 auto;
}

.baseHead .hl {
    flex: 1 1 auto;
    padding-right: 5%;
    overflow: hidden;
}

.baseHead .tit {
    justify-content: flex-start;
}

.baseHead .tit .ico {
    flex: 0 0 auto;
    width: 100px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    background: #fff;
    color: #009c84;
    border: 5px solid #22a994;
    font-size: 80px;
}

.baseHead .tit .ico .iconfont {
    font-size: 28px;
}

.baseHead .tit .t {
    flex: 0 1 auto;
    padding-left: 50px;
    line-height: 58px;
    color: #009c84;
    width: 70%;
}

.baseHead .tit .rtp {
    flex: 1 1 auto;
    margin-left: 4em;
    overflow: hidden;
    line-height: 1.875;
    max-width: 45em;
}

.baseHead .tp {
    line-height: 1.875;
    max-width: 46em;
    margin-top: 20px;
}

.more .btn {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    line-height: 3.125;
    padding: 0 1.875em;
    border: 1px solid #68b54b;
    border-radius: 0.625em 0 0.625em 0;
    background: #68b54b;
    color: #fff;
    transition: 0.3s;
}

.more .btn span {
    display: inline-block;
    vertical-align: middle;
}

.more .btn .iconfont {
    font-size: 12px;
    padding-left: 2em;
}

.more .btn:hover {
    background: #fff;
    color: #68b54b;
}


/* titile */


/* banner06 */


/* .wovf {
  width: 100%;
  overflow: hidden;
} */

.majorswiper {
    max-width: 890px;
    margin-left: 0;
    /* margin: auto; */
}

.majorswiper .swiper-container {
    overflow: visible;
}

.majorbox .img {
    flex: 0 0 auto;
    width: 82.47%;
}

.majorbox .itxt {
    flex: 1 1 auto;
    position: relative;
    margin-left: -34.5%;
    z-index: 5;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff;
    padding: 5.6%;
    border-radius: 30px 0 30px 0;
    color: #333;
    transition: 0.3s;
}

.majorbox .itxt .it {
    line-height: 1.25;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #68b54b;
}

.majorbox .itxt .ip {
    line-height: 1.875;
    margin-bottom: 1.5em;
}

.majorbox .itxt .p+.pt {
    margin-top: 10px;
}

.majorbox .itxt .vm .iconfont {
    color: #68b54b;
}

.swiper-slide-active .majorbox .itxt {
    background: linear-gradient(0deg, #0f524d, #327c4b);
    color: #fff;
}


/* imglist01 */

.mainbox02 .modeList li>a {
    margin: 0 22px;
}

.modeList {
    margin: 0 -22px;
}

.modeList3 {
    /* border-top: 8px solid #088b42; */
    padding: 20px;
    background-color: #f5f5f5;
    text-align: center;
    transition: all 0.35s ease-out;
}

.modeList3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 8px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    background: #fff;
}

.modeList3 {
    position: relative;
}

.modeList li:hover .modeList3::before {
    height: 100%;
    background: linear-gradient(to bottom, #127637, #76bb2c);
    -webkit-background: linear-gradient(to bottom, #127637, #76bb2c);
    /* border-top: 8px solid #fff;
background-color: #088b42; */
}

.modeList li:hover p {
    color: #fff;
}

.modeList3 p {
    position: relative;
    z-index: 2;
    color: #202020;
}

.modeList {
    margin: 0 -12px;
}

.modeList li>a {
    display: block;
    margin: 0 12px;
}


/* imglist01 */


/* imglist04 */

.list-4 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.list-4 .item {
    width: 23.4375%;
    margin-right: 2.0625%;
    margin-bottom: 2.0625%;
}

.list-4 .item:nth-child(4n) {
    margin-right: 0;
}

.ncard {
    background: #fff;
    transition: 0.3s;
    position: relative;
    top: 0;
    cursor: pointer;
}

.ncard .itxt .tith {
    color: #202020;
    font-weight: bold;
    min-height: 52px;
    margin-bottom: 10px;
}

.ncard:hover {
    top: -5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ncard:hover .tith {
    color: #076e39;
}

.ncard .itxt .dot1,
.ncard .itxt .dot2 {
    color: #076e39;
    line-height: 2;
    padding-left: 30px;
}

.ncard .itxt {
    padding: 10px 6px 16px;
}

.ncard .itxt .dot1 {
    background: url(../images/medicon01.png) no-repeat left 8px;
    background-size: 16px 16px;
}

.ncard .itxt .dot2 {
    background: url(../images/medicon02.png) no-repeat left 8px;
    background-size: 16px 16px;
}


/* imglist04 */


/* banner06 */


/* .main{max-width:1200px; margin:40px auto;} */

.w-imgText {
    overflow: hidden;
}

.w-imgText ul,
.w-imgText li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.w-imgText .item {
    position: relative;
    width: 86%;
    margin: 0 auto;
}

.w-imgText .item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.w-imgText .img-count-in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    *height: 100%;
}

.w-imgText .textB {
    line-height: 1.7;
}

.w-imgText .textB .bg_x {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.w-imgText .text_x {
    position: relative;
    z-index: 1;
}

.w-imgText .igt_page {
    text-align: center;
    display: none;
    z-index: 5;
}

.w-imgText .igt_page .swiper-pagination-bullet {
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 1em;
    height: 5px;
    background: #999;
    opacity: 0.5;
}

.w-imgText .igt_page .swiper-pagination-bullet-active {
    background: #f80;
    opacity: 1;
}

.w-imgText1 {
    position: relative;
}

.w-imgText1 .item {
    padding-left: 1px;
}

.w-imgText1 .imgwths {
    width: 58%;
    overflow: hidden;
}

.w-imgText1 .imgwths .gp-img-responsive {
    background: #fff;
}

.w-imgText1 .imgwths img {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-imgText1 li:hover .imgwths img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}

.w-imgText1 .textB {
    position: absolute;
    right: 3%;
    width: 36%;
    max-width: 470px;
    padding: 36px 34px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.w-imgText1 .textB .bg_x {
    background: #fff;
}

.text_x .date {
    color: #076e39;
}

.text_x .texthbom {
    margin-bottom: 10px;
}

.w-imgText1 .text_x .tt_h {
    font-size: 24px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.w-imgText1 .text_x p {
    color: #666;
}

.w-imgText1 .igt_btn {
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.w-imgText1 .igt_btn .igt_prev {
    left: 0;
}

.w-imgText1 .igt_btn .igt_next {
    right: 0;
}

.w-imgText1 .igt_btn .igt_prev,
.w-imgText1 .igt_btn .igt_next {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 52px;
    height: 52px;
    background-color: #7bbd2c;
    color: #fff;
    text-align: center;
    line-height: 52px;
}

.morediv span {
    display: block;
    margin-top: 16px;
    text-align: right;
    color: #7bbd2c;
}


/* banner06 */

/* aboutpic */
.zzjgmain{
    width: 86%;
    margin: 0 auto;
}
.firstzzjg {
    width: 78%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #009c84;
}
.firstzzjg .firstzzjglist p{
    height: 58px;
    line-height: 50px;
    min-width: 470px;
}
.firstzzjglist {
    margin-top: 40px;
    text-align: center;
    width: auto;
    display: inline-block;
     position: relative;
}
.linebox{
        position: relative;
    z-index: 99;
    background-color: #fff;
     border: 1px solid #009c84;
}
.firstzzjglist p{
    font-size: 20px;
    color: #009c84;
    margin: 2px;
    padding: 4px 14px;
    border: 1px solid #009c84;
}
.firstzzjglist:hover p{
    color: #fff;
}
.lineone {
    width: 1px;
    border-left: 1px solid #009c84;
    height: 34px;
    display: block;
    margin: 0 auto;
}
.linebox02{
    position: relative;
}
.lineone01{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: #009c84;
    height: 160px;
    top: -41px;
    z-index: 1;
    display: block;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.zzjgthree {
    width: 100%;
    position: relative;
    border-bottom: 0 none;
}

.zzjgbox a:hover .linebox{
    background-color: #009c84;
    color: #FFF;
}
.zzjgfourlistbtn a:hover{
    color: #009c84;
}

.zzjgthree .firstzzjglist,.zzjgfourlist {
    width: 22%;
    margin-right: 4%;

}
.zzjgthree .firstzzjglist:nth-child(4n),.zzjgfourlist:nth-child(4n){
    margin-right: 0;
}
.zzjgthree .lineone {
    display: none;
    /* height: 154px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 43%;
    transform: translateX(-50%);
    margin-left: 100px; */
}

.zzjgfour {
    position: relative;
    margin: 40px auto;

}
.zzjgthree{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
 .zzjgfour{
align-items: flex-start;
 }
.zzjgfourlist {
    background: #fff;
    border: 2px dashed #009c84;
    padding: 12px;
}

.zzjgfourlistbtn a {
    background: #eeeeee;
    font-size: 16px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    padding: 10px;
}




/* imghover */

.modeimg01 {
    background-color: #f8f9fa;
    padding: 50px 0 30px;
}

.ca-menu {
    padding: 0;
    margin: 20px auto;
    width: 100%;
}

.ca-menu li {
    width: 100%;
    height: 300px;
    /* overflow: hidden; */
    position: relative;
    float: left;
    background: #fff;
    /* -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); */
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-menu li:last-child {
    margin-right: 0px;
}

.ca-menu li a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}

.ca-icon {
    color: #222;
    position: absolute;
    width: 100%;
    height: 78px;
    left: 0px;
    top: 38px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}

.ca-menu .libg01 {
    background: #f57d2f;
}

.ca-menu .libg02 {
    background: #9d6ac2;
}

.ca-menu .libg03 {
    background: #f8cd33;
}

.ca-menu .libg04 {
    background: #7bbd2c;
}

.ca-menu .libg05 {
    background: #3f9de5;
}

.ca-menu .libg01 .ca-icon {
    background: url(../images/Invoice01.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg01:hover .ca-icon {
    background: url(../images/Invoiceh.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg02 .ca-icon {
    background: url(../images/Leaves022.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg02:hover .ca-icon {
    background: url(../images/Leaves2.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg03 .ca-icon {
    background: url(../images/Edit023.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg03:hover .ca-icon {
    background: url(../images/Edith03.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg04 .ca-icon {
    background: url(../images/Flask.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg04:hover .ca-icon {
    background: url(../images/Flaskh.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg05 .ca-icon {
    background: url(../images/Stack.png) no-repeat center center;
    background-size: 82px 78px;
}

.ca-menu .libg05:hover .ca-icon {
    background: url(../images/Stackh.png) no-repeat center center;
    background-size: 82px 78px;
}

.modeimg01 .ca-menu li:hover {
    background: #fff;
    color: #fff;
}

.ca-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}

.ca-main {
    padding: 0 30px;
    line-height: 28px;
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-sub {
    display: none;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    line-height: 40px;
    width: 100%;
    left: 0px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-menu li {
    position: relative;
}

.ca-menu li::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: -11px;
    width: 104%;
    height: 11px;
    z-index: 99;
    opacity: 0;
    background: url(../images/pPlatforms001.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.ca-menu li::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: -11px;
    width: 104%;
    height: 11px;
    z-index: 99;
    opacity: 0;
    background: url(../images/pPlatforms002.png) no-repeat center center;
    background-size: 100% 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
}

.ca-menu li:hover {
    background-color: #fff;
    z-index: 999;
    /* -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); */
}

.ca-menu li:hover::before,
.ca-menu li:hover::after {
    opacity: 1;
}

.ca-menu li:hover .ca-icon {
    color: #222;
}

.ca-menu li:hover .ca-icon#heart {
    -webkit-animation: smallToBig 900ms alternate infinite ease;
    -moz-animation: smallToBig 900ms alternate infinite ease;
    -ms-animation: smallToBig 900ms alternate infinite ease;
}

.ca-menu li:hover .ca-main {
    color: #222;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}

.ca-menu li:hover .ca-sub {
    color: #222;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@keyframes smallToBig {
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes smallToBig {
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes smallToBig {
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes smallToBig {
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes smallToBig {
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}

@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}

@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}


/* imghover */


/* aboutciar */

.abcindex01 {
    background: url(../images/abgbg06.jpg) no-repeat bottom center;
    background-size: contain;
    padding-bottom: 70px;
}

.visibg {
    width: calc(100% - 80px);
    margin: 0 auto;
    background: url(../images/abconbg.png) no-repeat center center;
    background-size: contain;
    text-align: center;
}

.visibg a {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #7bbd2c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 316px;
    height: 316px;
    margin: 156px auto 200px;
    padding-top: 70px;
}

.visibg a::before {
    content: "";
    position: absolute;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    border-radius: 50%;
    z-index: -1;
    background: #7bbd2c;
    animation: circleScale2 4s linear infinite;
}

@keyframes circleScale2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.visibg a span {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    line-height: 1.5;
}


/* .visibg:before, 
.visibg:after {
  content: "";
  display: block;
  position: absolute;
}
.visibg:before {
  z-index: -1;
  top: -3em;
  right: -3em;
  width: 13em;
  height: 13em;
  opacity: 0.7;
  border-radius: 13em;
  background: linear-gradient(#15e0ff, #8a15ff);
  -webkit-animation: rotation 7s linear infinite;
          animation: rotation 7s linear infinite;
}
.visibg:after {
  z-index: -1;
  bottom: -20em;
  width: 20em;
  height: 20em;
  border-radius: 20em;
  background: linear-gradient(#d000c5, #8a15ff);
  -webkit-animation: rotation 7s linear infinite;
          animation: rotation 7s linear infinite;
} */

@-webkit-keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* aboutciar */


/* sld imglist*/

.abcindex03 {
    background: url(../images/aboutbg01.jpg) no-repeat center bottom;
    background-size: 100% 100%;
}


/* sldlist */


/* .xrld ul {
  justify-content: space-between;
} */

.xrld ul {
    display: flex;
    flex-wrap: wrap;
    /* 允许换行 */
}

.xrld ul li {
    box-sizing: border-box;
    text-align: center;
}


/* 
.first-item {
    flex: 0 0 50%;
    margin-bottom: 20px;
} */

.xrld li {
    flex: 0 0 49%;
    margin-bottom: 44px;
}

.xrld li a {
    position: relative;
    margin-left: 150px;
    align-items: center;
    padding: 35px 30px;
    background: #f8f9fa;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 10px 12px 0px rgba(0, 46, 47, 0.2);
}


/* .xrld li a::after {
  background: #fff;
  width: 0%;
  height: 100%;
  border-bottom: 3px solid #767cb9;
} */

.xrld li .ld-l {
    width: 204px;
    margin-left: -170px;
}

.xrld li .ld-l img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.xrld li .con {
    width: calc(100% - 80px);
}

.xrld li a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../images/sdlbdim0.png) no-repeat right;
}


/* .xrld li .ld-l::after {
  width: 0.8rem;
  height: 0.85rem;
  background: #52c2c0;
  left: auto;
  bottom: auto;
  top: -0.05rem;
  right: -0.05rem;
} */

.xrld li h3 {
    color: #0f683e;
    transition: 0.5s;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    text-align: left;
}

.xrld li h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #86c744;
    position: absolute;
    left: 0;
    bottom: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.xrld li p {
    color: #4c4c4c;
    transition: 0.5s;
}

.xrld li .imged {
    padding-bottom: 130%;
}

.xrld li .scale {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.xrld li .p1 {
    margin: 30px 0;
    text-align: left;
}


/* .xrld li .p {
  justify-content: flex-end;
  margin-top: 25px;
} */

.xrld li .p span {
    /* justify-content: left;
  align-items: center; */
    color: #7bbd2c;
    text-align: left;
    transition: 0.5s;
    position: relative;
    padding-left: 30px;
}

.xrld li a {
    padding: 24px 20px;
}

.xrld li .p span i {
    position: absolute;
    left: 0;
    top: 0;
}


/* .xrld li .p span i {
  display: inline-block;
  font-style: normal;
  width: 0.2rem;
  height: 0.05rem;
  background: url(../images/ld-i1.png) no-repeat;
  background-size: 100% !important;
  transition: 0.5s;
  margin-left: 0.1rem;
} */

@media (min-width: 1024px) {
    .xrld li a:hover::after {
        width: 100%;
        background: #7bbd2c;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    .xrld li a:hover .ld-l:after,
    .xrld li a:hover .ld-l::before {
        display: none;
    }
    .xrld li a:hover .p span,
    .xrld li:hover h3,
    .xrld li:hover h3::after,
    .xrld li:hover .p1,
    .xrld li a:hover .p span i {
        color: #fff;
    }
    .xrld li:hover h3::after {
        background: #fff;
    }
    .xrld li:hover .ld-l img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .xrld li {
        width: 49%;
        margin-bottom: 40px;
    }
    .xrld li a {
        padding: 0 0 0 25px;
    }
}

@media screen and (max-width: 768px) {
    .baseHead .tit .ico {
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 30px;
        border: 2px solid #22a994;
}
.baseHead .tit .t {
    padding-left: 20px;
    line-height: 28px;
    color: #009c84;
    width: 86%;
    font-size: 20px;
}
    .sub_13c3 ul li a:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}
    /* .titileAll05{
        margin-bottom: 20px;
    } */
    .titileAll05 h3 {
    padding-bottom: 6px;
}
    .xrld li {
        width: 100%;
    }
    .xrld li a {
        padding: 0;
    }
    .xrld li .ld-l::before {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .xrld li {
        margin-bottom: 20px;
    }
    .xrld li .ld-l {
        width: 160px;
    }
    .xrld li .con {
        width: calc(100% - 90px);
        padding: 0rem 0 0 0px;
    }
}


/* sld imglist*/


/* textlist */

.iconlist03 {
    margin-top: 50px;
}

.iconlist03 ul {
    align-items: stretch;
}

.iconlist03 ul li {
    position: relative;
    top: 0;
    width: 24%;
    border-radius: 10px;
    padding-top: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 8px 12px 0px rgba(0, 46, 47, 0.1);
}

.iconlist03 ul li:hover {
    top: -10px;
    box-shadow: 0px 8px 12px 0px rgba(0, 46, 47, 0.3);
}

.iconlist03 h3 {
    color: #fff;
    line-height: 24px;
    padding-left: 76px;
    height: 64px;
    line-height: 64px;
    min-height: 30px;
    overflow: hidden;
    font-weight: normal;
    padding-right: 50px;
}

.iconlist03 li:first-child {
    background: #fff url(../images/abling01.jpg) repeat-x left bottom;
}

.iconlist03 li:nth-child(2) {
    background: #fff url(../images/abling02.jpg) repeat-x left bottom;
}

.iconlist03 li:nth-child(3) {
    background: #fff url(../images/abling03.jpg) repeat-x left bottom;
}

.iconlist03 li:nth-child(4) {
    background: #fff url(../images/abling04.jpg) repeat-x left bottom;
}

.iconlist03 li:first-child h3 {
    background: url(../images/bgititi01.png) no-repeat;
    background-size: contain;
}

.iconlist03 li:nth-child(2) h3 {
    background: url(../images/bgititi02.png) no-repeat;
    background-size: contain;
}

.iconlist03 li:nth-child(3) h3 {
    background: url(../images/bgititi03.png) no-repeat;
    background-size: contain;
}

.iconlist03 li:nth-child(4) h3 {
    background: url(../images/bgititi04.png) no-repeat;
    background-size: contain;
}

.iconlist03 ul li:nth-child(3) h3 {
    line-height: 30px;
}

.list_atit {
    padding: 10px 32px 20px;
}

.iconlist03 .list_atit a {
    color: #464646;
    position: relative;
    padding: 11px 0 11px 22px;
    border-bottom: 1px dashed #fff;
}

.list_atit a p {
    width: calc(100% - 40px);
    padding-right: 10px;
}

.list_atit a p span {
    width: 40px;
}

.iconlist03 .list_atit a::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 18px;
    background: #00804d;
    transition: transform 0.5s ease-out;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
}

.iconlist03 li:first-child a::before {
    background: #00804d;
}

.iconlist03 li:nth-child(2) a::before {
    background: #f59f2f;
}

.iconlist03 li:nth-child(3) a::before {
    background: #3f9de5;
}

.iconlist03 li:nth-child(4) a::before {
    background: #f8cd33;
}

.iconlist03 .list_atit a:last-child {
    border-bottom: none;
}

.iconlist03 a .cyicon {
    color: #ffff;
}

.iconlist03 li:nth-child(1) a:hover p {
    color: #365d08;
}

.iconlist03 li:nth-child(2) a:hover p {
    color: #a65f03;
}

.iconlist03 li:nth-child(3) a:hover p {
    color: #185e93;
}

.iconlist03 li:nth-child(4) a:hover p {
    color: #bc9507;
}


/* textlist */

.abcindex03 {
    padding-bottom: 26px;
}

.abcindex04 {
    background: url(../images/aboubbg08.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 80px 0 150px;
}


/* banner07 */

.gird {
    position: relative;
    overflow: hidden;
}

.item-txt13 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    color: #fff;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    transition: transform 0.35s ease-out;
    background-color: rgba(5, 43, 140, 0.65);
    text-align: center;
    box-sizing: border-box;
}

.gird:hover .item-txt13 {
    transform: none;
}

@media screen and (min-width: 1020px) {
    .CFAU-list13 .gird a img {
        transition: all 0.35s ease-out;
        display: block;
    }
    .CFAU-list13 .gird a:hover img {
        transform: scale(1.1);
    }
    .modelistD .index_022 li:hover {
        background: #7cbd2d url(../images/listlogob.png) no-repeat 92% 20px;
        background-size: 100px auto;
    }
    .modelistD .index_022 li:hover .indlists01 {
        color: #fff;
    }
}

.CFAU-list5 {
    position: relative;
}

.CFAU-list5 ul {
    /* margin: 0 -15px; */
    display: flex;
    flex-wrap: wrap;
    align-items: inherit;
}

.CFAU-list5 li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    /* padding: 0 15px; */
    overflow: hidden;
    position: relative;
}

.CFAU-list5 li>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.CFAU-list5 li>a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    padding-bottom: calc(100% / 19.2);
    background: rgba(0, 0, 0, 0.7);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient( bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    mix-blend-mode: multiply;
    /* left: 0;
    top: -0.05rem;
    right: 0;
    background: url(../images/head-bg.png) center repeat-x;
    background-size: auto 99%; */
}

.CFAU-list5 li .gp-img-responsive {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 66.6%;
    transition: all 0.35s ease-out;
}

.CFAU-list5 li.li1 .gp-img-responsive,
.CFAU-list5 li.li3 .gp-img-responsive,
.CFAU-list5 li.li4 .gp-img-responsive,
.CFAU-list5 li.li5 .gp-img-responsive {
    padding-bottom: 130%;
}

.CFAU-list5 li.li5 .gp-img-responsive {
    padding-bottom: 125%;
}

.CFAU-list5 li.li7 .gp-img-responsive {
    padding-bottom: 72%;
}

.CFAU-list5 li.li6 .gp-img-responsive {
    padding-bottom: 34%;
}

.CFAU-list5 li.li2 {
    width: 34%;
    margin-top: 140px;
}

.CFAU-list5 li.li3 {
    width: 20%;
    margin-top: 90px;
    /* position: absolute;
    left: calc(80% + 15px);
    top: 17%; */
}

.CFAU-list5 li.li4 {
    margin-top: 160px;
}

.CFAU-list5 li.li5 {
    margin-top: -130px;
}

.CFAU-list5 li.li6 {
    width: 56%;
    margin-top: -42px;
}

.CFAU-list5 li.li7 {
    margin-top: 28px;
}

.CFAU-list5 .list_title5 {
    position: absolute;
    width: 90%;
    left: 20px;
    bottom: 14px;
    z-index: 9;
    color: #fff;
}

.CFAU-list5 li>a::before {
    content: "";
    width: 30px;
    height: 4px;
    background: #7bbd2c;
    position: absolute;
    left: 20px;
    /* left: 50%;
    transform: translateX(-50%); */
    bottom: 0;
}

.servicebg .servicebanbg {
    background: url(../images/pladbgt.jpg) no-repeat left bottom;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 130px;
}


/* banner07 */


/* joinus */

.subList03 {
    margin-bottom: 5%;
}

.contact {
    position: relative;
    flex-direction: row-reverse;
    align-items: stretch;
}

.joinusa .contact {
    align-items: start;
    padding: 0 26px 26px 0;
}

.joinusa .contact::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 92%;
    height: 86%;
    background: #076e39;
    transition: 0.3s;
    z-index: -1;
}

.contact .mapimg {
    flex: 0 0 auto;
    width: 65%;
    padding-bottom: 30px;
    padding-right: 30px;
    background: url(../images/aboutmapbg.jpg) no-repeat right bottom;
    background-size: 100% auto;
}

.contact .mapimg img {
    /* width: 100%; */
    display: block;
    min-height: 100%;
    object-fit: cover;
}

.contact .txt {
    flex: 1 1 auto;
    overflow: hidden;
    margin-top: 30px;
    padding: 4% 3% 3%;
    background: url(../images/aboutbg05.jpg) no-repeat;
    background-size: 100% 100%;
}

.contact .txt .abouticon03 {
    width: 17px;
    background: url(../images/usicon02.png) no-repeat center center;
    background-size: auto;
    height: 14px;
    display: block;
    margin: 7px auto;
}

.contact .txt .li {
    justify-content: flex-start;
    align-items: unset;
}

.contact .txt .li .itxt {
    align-items: unset;
}

.contact .txt .li:not(:last-child) {
    margin-bottom: 34px;
}

.contact .txt .li .ico {
    flex: 0 0 auto;
    width: 30px;
    text-align: center;
    margin-right: 14px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #deb87a;
    color: #fff;
    border-radius: 50%;
}

.contact .txt .li .ico i {
    color: #deb87a;
}

.contact .txt .li .ico .icon-email {
    font-size: 0.7em;
}

.contact .txt .li .itxt {
    /* flex: 1 1 auto; */
    overflow: hidden;
    color: #fff;
    padding-top: 4px;
}

.contact .txt .li .itxt .it {
    font-weight: bold;
    padding-right: 14px;
}

.contact .txt .li .itxt .ip {
    font-weight: normal;
    line-height: 26px;
}

.joinusbg {
    padding-top: 0;
}

.joinmode01 {
    padding-top: 70px;
    padding-bottom: 20px;
    background: #f4f8fb;
}

.joinusa {
    padding-top: 70px;
    padding-bottom: 90px;
}

.sub08right {
    padding-bottom: 90px;
}


/* map */

.map {
    height: 400px;
}

.map-title {
    color: #2571bc;
    line-height: 1.3;
    margin: 30px 0 25px;
}

.map-info {
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.amap-logo {
    position: absolute;
}


/* joinus */


/* datelist */

.modelistD .index_022 li {
    width: 48%;
    margin-bottom: 30px;
    height: 100px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.modelistD .index_022 li:last-child {
    margin-bottom: 30px;
}

.modelistD .flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px;
}

.modelistD .index_022 .time {
    margin-left: -25px;
    margin-top: 4px;
}

.modelistD .index_022 li {
    background: url(../images/listlogob.png) no-repeat 92% 18px;
    background-size: 100px auto;
}


/* datelist */


/* banner08 */


/* .seiper_tits {
  width: 300px;
  float: left;
  display: none;

} */

.pc-banner .swiper-slide {
    margin-left: 0;
}

.pc-banner {
    position: relative;
}

@media screen and (max-width: 668px) {
    .pc-banner {
        background-size: auto 100%;
    }
}

.pc-banner .swiper-container {
    width: 100%;
    margin: 35px 0;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-container {
        margin: 20px 0 15px;
    }
}

.pc-banner .swiper-slide {
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

.pc-banner .swiper-slide img {
    width: 100%;
}


/* .pc-banner .swiper-slide,.pc-banner .swiper-container {
    position: static;
} */


/* 设置所有 swiper-slide 的默认宽度 */

.pc-banner .swiper-slide {
    width: 20%;
    /* 默认宽度 20% */
    transition: width 0.3s ease;
    /* 平滑过渡 */
    overflow: hidden;
}


/* 设置激活状态下 swiper-slide 的宽度 */


/* 可选：调整相邻幻灯片的样式以避免布局问题 */

.pc-banner .swiper-slide-prev,
.pc-banner .swiper-slide-next {
    width: 15% !important;
    /* 确保相邻幻灯片保持默认宽度 */
}

.pc-banner .swiper-slide-active {
    width: 40% !important;
    /* 激活时宽度 40% */
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}


/* .pc-banner .swiper-slide-active,
.pc-banner .swiper-slide-duplicate-active {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
} */

.pc-banner .swiper-slide-active .hoviconbg,
.pc-banner .swiper-slide-duplicate-active .hoviconbg {
    margin-left: 320px;
}

.pc-banner .swiper-slide-active .seiper_tits,
.pc-banner .swiper-slide-duplicate-active .seiper_tits {
    display: block;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide-active,
    .pc-banner .swiper-slide-duplicate-active {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }
}

.pc-banner .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.pc-banner .swiper-slide a {
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 14px;
}

@media screen and (min-width: 668px) {
    .pc-banner .swiper-slide a:after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        box-sizing: border-box;
        border: 10px solid #fff;
        content: "";
        width: 100%;
        height: 100%;
        background: url(images/top_slick_cover_bg01.png) 0 0 repeat;
        border-radius: 20px;
    }
}

.pc-banner .swiper-slide-active a:after {
    background: none;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide a {
        padding: 5px;
        border-radius: 7px;
    }
}

.pc-banner .swiper-slide img {
    width: 100%;
    border-radius: 14px;
    display: block;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-slide img {
        border-radius: 7px;
    }
}

.pc-banner .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.pc-banner .swiper-pagination-bullet {
    background: #00a0e9;
    margin-left: 4px;
    margin-right: 4px;
    width: 17px;
    height: 17px;
    opacity: 1;
    margin-bottom: 4px;
}

.pc-banner .swiper-pagination-bullet-active {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 6px solid #00a0e9;
    margin-bottom: 0;
}

@media screen and (max-width: 668px) {
    .pc-banner .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }
    .pc-banner .swiper-pagination-bullet {
        background: #00a0e9;
        margin-left: 2px;
        margin-right: 2px;
        width: 8px;
        height: 8px;
        margin-bottom: 2px;
    }
    .pc-banner .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #fff;
        border: 3px solid #00a0e9;
        margin-bottom: 0;
    }
}

.pc-banner .button {
    width: 1000px;
    margin: 0 auto;
    bottom: 43px;
    position: relative;
}

@media screen and (max-width: 668px) {
    .pc-banner .button {
        width: 70%;
        bottom: 22px;
    }
}

.pc-banner .button div:hover {
    background-color: #2f4798;
}

.pc-banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

.pc-banner .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #00a0e9 center 50%/50% 50% no-repeat;
}

@media screen and (max-width: 668px) {
    .pc-banner .button div {
        width: 28px;
        height: 28px;
    }
}


/* .pc-bannerr {
  height: 500px;
}

#featured #slides,
#featured #slides {
  width: 954px;
  height: 375px;
}
#slides .slide {
  position: relative;
}

#featured .slide .banner {
  position: absolute;
  width: 30%;
  background: url(images/slider-banner.png) no-repeat;
  top: 0px;
  padding: 30px 20px 0 96px;
  font-style: italic;
  color: #525252;
  text-shadow: 1px 1px 0px #fff;
}
#featured .slide .active {
  top: 90px;
}

#switcher {
  width: 70%;
  float: right;
  margin-top: 40px;
}
#switcher .item {
  width: 24%;
  height: 320px;
  position: relative;
}

#switcher .item div.active {
  margin-top: -15px;
}
#switcher .item div span.image {
  display: block;
}

.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
}

.flex-container {
  zoom: 1;
  position: relative;
} */


/* banner08 */

@media screen and (max-width: 1640px) {
    .subcon {
        padding-top: 50px;
    }
    .subwovf{
        max-width: 1450px;
    }
    .joinusbg {
        padding-top: 0;
    }
    .abcindex01 .flexs1 p {
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
    }
    .mainbox01 .nl {
        width: 56%;
    }
    /* .modeNews01 .mainbox01 .nl {
    width: 61%;
  }
	.modeNews01 .modeall01 .nr{
		margin-left:30px;
	} */
    .w-imgText1 .textB {
        padding: 20px 20px;
    }
    .abcindex01 {
        padding-bottom: 30px;
    }
    .visibg a {
        width: 220px;
        height: 220px;
        margin: 140px auto 174px;
        padding-top: 40px;
        font-size: 30px;
    }
    .abcindex04 {
        padding: 40px 0 110px;
    }
    .index-flash .side ul {
        width: 350px;
    }
    /* img qy*/
    .CFAU-list5 li.li4 {
        margin-top: 134px;
    }
    .CFAU-list5 li.li2 {
        margin-top: 110px;
    }
    .CFAU-list5 li.li3 {
        margin-top: 66px;
    }
    .CFAU-list5 li.li5 {
        margin-top: -107px;
    }
    .CFAU-list5 li.li5 .gp-img-responsive {
        padding-bottom: 120%;
    }
    .CFAU-list5 li.li7 .gp-img-responsive {
        padding-bottom: 68%;
    }
}

@media screen and (max-width: 1380px) {
        .subwovf{
        max-width: 1200px;
    }
    h2.ca-main {
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
    }
    .ca-menu .ca-content {
        top: 46%;
    }
    .mainbox01 .nl {
        width: 62%;
    }
    /* .newsList02 .index_022 li {
    margin-bottom: 2%;
  } */
    .newsList02 .index_022 .time {
        height: 76px;
    }
    .w-imgText1 .textB {
        padding: 10px 20px;
    }
    .abcindex01 .flexs1 p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
    }
    .xrld li .con {
        width: calc(100% - 30px);
    }
    .xrld li .ld-l {
        width: 160px;
        margin-left: -160px;
    }
    .xrld li .p1 {
        margin: 20px 0;
    }
    .xrld li a {
        padding: 20px 14px;
    }
    .iconlist03 h3 {
        padding-left: 50px;
        height: 46px;
        line-height: 46px;
        padding-right: 16px;
        font-size: 15px;
    }
    .iconlist03 ul li:nth-child(3) h3 {
        line-height: 22px;
    }
    .list_atit {
        padding: 10px 20px 10px;
    }
    .sub08right,
    .joinusa {
        padding-bottom: 70px;
    }
    .contact .txt .li .ico {
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin-right: 10px;
    }
    .index-flash .side ul {
        width: 280px;
    }
    .index-flash .side ul li .name {
        font-size: 16px;
        line-height: 22px;
    }
    .CFAU-list5 li.li5 .gp-img-responsive {
        padding-bottom: 130%;
    }
    .CFAU-list5 li.li4 {
        margin-top: 128px;
    }
    .CFAU-list5 li.li2 {
        margin-top: 102px;
    }
    .CFAU-list5 li.li7 {
        margin-top: 20px;
    }
    .CFAU-list5 li.li5 {
        margin-top: -108px;
    }
    .CFAU-list5 li.li6 .gp-img-responsive {
        padding-bottom: 35%;
    }
    .CFAU-list5 li.li7 .gp-img-responsive {
        padding-bottom: 69%;
    }
    .servicebg .servicebanbg {
        padding-bottom: 70px;
    }
    .sub_02_lf {
        width: 290px;
    }
    .sub_10b1 .item {
        padding: 32px 32px 32px 16px;
    }
    .sub08right {
        margin-left: 322px;
    }
    .article-img {
        margin-top: -84px;
        margin-left: 20px;
        max-width: 380px;
    }
    /* icon */
    .ca-menu .libg01 .ca-icon,
    .ca-menu .libg01:hover .ca-icon,
    .ca-menu .libg02 .ca-icon,
    .ca-menu .libg02:hover .ca-icon,
    .ca-menu .libg03 .ca-icon,
    .ca-menu .libg03:hover .ca-icon,
    .ca-menu .libg04 .ca-icon,
    .ca-menu .libg04:hover .ca-icon,
    .ca-menu .libg05 .ca-icon,
    .ca-menu .libg05:hover .ca-icon {
        background-size: 62px 58px;
    }
}

@media screen and (max-width: 1180px) {
    .contact {
        display: block;
    }
    .contact .img {
        width: auto;
    }
    .contact .txt {
        padding: 30px;
    }
    .joinusbg .contact {
        position: relative;
        padding: 0 0 0 0;
        padding-top: 280px;
    }
    .joinusbg .contact .txt {
        position: absolute;
        top: 0;
        left: 0;
        height: 280px;
        margin-top: 0;
    }
    .contact .mapimg {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .contact .txt .li:not(:last-child) {
        margin-bottom: 24px;
    }
    .joinusa .contact::after {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .subcon {
    padding-top: 30px;
    min-height: auto;
}

/* tablesll */
.zzjgmain{
       width: 100%;
        overflow: auto;
}
.zzjgmain .zzjgbox{
min-width:1024px;
 width:auto;
}

    .titileAll04{
        margin-bottom: 20px;
    }
    .contact .mapimg {
        padding: 0;
    }
    .stylebanner {
        background: #7bbd2c;
    }
    /* .xrld ul {
    display: block;
  }
  .xrld ul li {
    width: 100%;
  } */
    .xrld li .con {
        width: calc(100% - 70px);
    }
    .xrld li a {
        margin-left: 30px;
    }
    .xrld li .ld-l {
        margin-left: -30px;
    }
    .modeall01 {
        padding: 20px 0 0;
    }
    .modeall04,
    .modeall03,
    .modeall02 {
        padding: 20px 0 20px;
    }
    .modeall04 {
        padding: 0px 0 20px;
    }
    .ipnpdptop3 {
        padding: 20px 0 20px;
    }
    .w-imgText1 .textB {
        display: none;
    }
    .w-imgText .item {
        width: 100%;
        padding-bottom: 0;
    }
    .w-imgText1 .imgwths {
        width: 100%;
    }
    .w-imgText1 .igt_btn .igt_prev,
    .w-imgText1 .igt_btn .igt_next {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .gp-bread {
        margin-top: 0;
    }
    .index-flash .bg:before {
        left: 0;
    }
    .index-flash .wal2 {
        padding-top: 30px;
        margin: 0 auto;
    }
    .index-flash .list {
        width: 100%;
    }
    .index-flash .side {
        display: none;
    }
    .index-flash .dots {
        display: block;
    }
    .mainbox01 {
        display: block;
    }
    .mainbox01 .nl {
        width: auto;
        margin-bottom: 20px;
    }
    .mainbox01 .nr {
        padding-bottom: 20px;
        margin-left: 0;
    }
    .newsList02 .index_022 .time,
    .bannerLt .time {
        width: 70px;
        height: 70px;
    }
    .bannerLt .time {
        left: 20px;
    }
    .alltitle {
        margin-bottom: 16px;
    }
    .joinusa .alltitle {
        margin-top: 30px;
    }
    .modeList li {
        margin-bottom: 20px;
    }
    .subcon {
        padding-top: 20px;
    }
    .subconNo{
        padding-top: 0;
    }
    .servicebg {
        padding-top: 0px;
    }
    .joinusbg {
        padding-top: 0;
    }
    .imgpd40 {
        padding-left: 0px;
    }
    .iconlist03 ul {
        flex-wrap: wrap;
    }
    .iconlist03 ul li {
        width: 48.5%;
        margin-bottom: 20px;
    }
    .modeall01 {
        padding: 0 0 0;
    }
    .alltitle .more {
        top: 2px;
    }
    .alltitle h3 {
        padding-bottom: 14px;
    }
    .modeall01 .boxlf p {
        line-height: 30px;
        margin-bottom: 20px;
    }
    .iconlist03 li:nth-child(1) h3,
    .iconlist03 li:nth-child(2) h3,
    .iconlist03 li:nth-child(3) h3,
    .iconlist03 li:nth-child(4) h3 {
        background-size: 90% 100%;
    }
    .iconlist03 li h3 {
        padding-left: 76px;
        height: 64px;
        line-height: 64px;
        padding-right: 50px;
    }
    .iconlist03 ul li:nth-child(3) h3 {
        padding-right: 80px;
        line-height: 28px;
    }
    .joinmode01 {
        padding-top: 30px;
    }
    .joinusList .newsList02 .indlists01 {
        margin-left: 66px;
        margin-top: 10px;
    }
    .newsList02 .indlists01 {
        margin-top: 10px;
        margin-left: 80px;
        padding-right: 0;
    }
    .joinmode01 .indlists01 {
        margin-left: 66px;
    }
    .joinusList .modelistD .flex {
        padding: 0 0 0 25px;
    }
    .mainbox02 .modeList li>a {
        margin: 0 12px;
    }
    /* .iconlist03 h3 {
        padding-left: 80px;
        height: 64px;
        line-height: 64px;
        padding-right: 50px;
        font-size: 16px;
    } */
    .CFAU-list5 ul {
        display: block;
    }
    .CFAU-list5 li {
        width: 100% !important;
    }
    .CFAU-list5 li.li1 .gp-img-responsive,
    .CFAU-list5 li.li2 .gp-img-responsive,
    .CFAU-list5 li.li3 .gp-img-responsive,
    .CFAU-list5 li.li4 .gp-img-responsive,
    .CFAU-list5 li.li5 .gp-img-responsive,
    .CFAU-list5 li.li6 .gp-img-responsive {
        padding-bottom: 56.25%;
    }
    .CFAU-list5 li.li4,
    .CFAU-list5 li.li2,
    .CFAU-list5 li.li7,
    .CFAU-list5 li.li5,
    .CFAU-list5 li.li3,
    .CFAU-list5 li.li6 {
        margin-top: 10px;
    }
    .CFAU-list5 ul li {
        display: none;
    }
    .CFAU-list5 ul li:nth-child(2) {
        display: block;
    }
    .contact .mapimg {
        margin-bottom: 0;
    }
    .joinusbg .contact .txt {
        top: 0;
        position: relative;
    }
    .joinusbg .contact {
        padding-top: 0;
    }
}

@media (max-width: 992px) {
    .sub_10b1 ul {
        display: none;
    }
    .sub_10b1 .item {
        padding: 14px 12px 14px 12px;
    }
    .sub_10b1 .arrow {
        top: 20px;
        height: auto;
    }
    .article-img {
        float: none;
        margin: 0 auto 20px;
    }
    .only_mob {
        display: block !important;
        line-height: 50px;
        height: 50px;
        color: #fff;
        position: relative;
        font-weight: 700;
        font-size: 0;
        z-index: 3;
        background: #7bbd2c;
    }
    .sub_02_lf ul.l0 li.on i::after,
    .sub_02_lf ul.l0 li:hover i::after {
        height: 72px;
        width: 72px;
        right: -12px;
        bottom: -23px;
    }
    .share_btns {
        display: block !important;
    }
    .only_mob::before {
        content: "";
        display: block;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 12px;
        width: 24px;
    }
    .only_mob::after {
        content: "";
        display: block;
        border-top: 2px solid #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 0;
        width: 24px;
    }
    .sub_02_lf {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        position: relative;
    }
    .modelistD .flex {
        padding: 0 0 0 25px;
    }
    /* .sub_02_lf::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/asidebg1.png) no-repeat bottom;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
    } */
    .sub07right,
    .sub08right {
        margin: 0;
    }
    .joinusbg .modelistD .index_022 li {
        width: 100%;
        height: auto;
    }
    .modelistD .index_022 li {
        margin-bottom: 20px;
    }
    .modelistD .index_022 li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .hovlist .item .itxt {
        padding: 20px 10px 20px 20px !important;
    }
    .subpdbom {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .list-4 {
        justify-content: space-between;
    }
    .list-4 .item {
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .titilines h3 {
        padding-right: 80px;
    }
    .visibg a {
        width: 90px;
        height: 90px;
        margin: 40px auto 50px;
        padding-top: 20px;
        font-size: 16px;
    }
    .visibg a span {
        line-height: 1.1;
    }
    .visibg {
        width: calc(100% - 0px);
    }
    .abcindex03 {
        background-size: auto 100%;
    }
    .modeList .lh28x2 {
        height: auto;
    }
    .modeList li:last-child {
        margin-bottom: 0;
    }
    .ca-menu {
        display: block;
        overflow: hidden;
    }
    .ca-menu li {
        height: 150px;
    }
    .ca-menu li .ca-main {
        height: 56px;
        text-align: center;
    }
    .ca-menu .libg01 .ca-icon,
    .ca-menu .libg01:hover .ca-icon,
    .ca-menu .libg02 .ca-icon,
    .ca-menu .libg02:hover .ca-icon,
    .ca-menu .libg03 .ca-icon,
    .ca-menu .libg03:hover .ca-icon,
    .ca-menu .libg04 .ca-icon,
    .ca-menu .libg04:hover .ca-icon,
    .ca-menu .libg05 .ca-icon,
    .ca-menu .libg05:hover .ca-icon {
        background-size: 52px 48px;
    }
    .ca-menu li::before,
    .ca-menu li::after {
        display: none;
    }
    .ca-menu li::after {
        top: 10px;
    }
    .ca-icon {
        top: 10px;
    }
    .ca-menu .ca-content {
        top: 56%;
    }
    .sub_imglist02 .info_box .time {
        height: 72px;
        right: 20px;
    }
    .servicebg .modeall01,
    .servicebg .servicebanbg {
        padding: 30px 0 20px;
    }
    .servicebg .modeall01 {
        padding: 30px 0 0px;
    }
    .servicebg .servicebanbg {
        padding-bottom: 40px;
    }
    .sub08right,
    .joinusa {
        padding-bottom: 30px;
    }
    .alltitle h3 {
        padding-bottom: 14px;
        margin-right: 78px;
    }
    .index-flash .wal2 {
        padding-top: 0;
    }
    .article-ins p,
    .article-ins h5 {
        margin-bottom: 20px;
    }
    .alltitle .more a,
    .indmore a {
        font-size: 15px;
    }
    .w-imgText1 .igt_btn {
        top: 47%;
    }
}

@media screen and (max-width: 640px) {
    .xrld li .ld-l {
        margin-left: -44px;
    }
    .xrld li .ld-l {
        width: 70px;
    }
    .xrld li .con {
        width: calc(100% - 40px);
    }
    .xrld li .p span {
        padding-left: 24px;
        display: none;
    }
    .xrld li .p1 {
        margin: 10px 0;
    }
    .iconlist03 ul li {
        width: 100%;
    }
    .xrld li .con b {
        height: 50px;
        font-size: 17px;
        overflow: hidden;
        padding-bottom: 0;
        display: block;
    }
    .xrld li h3 {
        padding-bottom: 10px;
    }
    .xrld li {
        margin-bottom: 20px;
    }
    .xrld li a {
        padding: 10px 10px;
    }
    .iconlist03 {
        margin-top: 20px;
    }
}