.subcon {
    padding-top: 30px;
    margin-top: 7px;
    background: #f8f8f8;
    /* min-height: 900px; */
    position: relative;
    overflow: hidden;
    min-height: 180px;
}

.subpdbom {
    padding-bottom: 50px;
}


/* tltALL */

.subrt_tit01 {
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.subrt_tit01 h3 {
    position: relative;
    padding-left: 28px;
    font-weight: bold;
}

.subrt_tit01 h3::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 28px;
    background: #2663d0;
}


/* tltALL */


/* leftnav */

.sub_02_lf .subTit02 {
    height: 90px;
    background: url(../images/newbg.png) no-repeat left center;
    background-size: 100% 100%;
    color: #fff;
    padding-top: 30px;
    padding-left: 40px;
}

.sub_02_lf {
    width: 250px;
    background: #fff;
}

.sub08right {
    margin-left: 290px;
    background: #fff;
    padding: 40px 40px 60px;
    min-height: 560px;
}

.sub_10b1 ul {
    margin: 0;
}

.sub_10b1 li {
    position: relative;
    border-bottom: 1px solid #eaeeee;
}

.sub_10b1 .item {
    padding: 20px 50px 20px 40px;
    border-left: 4px solid #fff;
    position: relative;
    background: #fff;
    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: #bdd0f1;
    border-left: 4px solid #2663d0;
    /* 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: 68px;
    width: 60px;
    color: #d2d4d4;
    text-align: center;
    background: url(../images/arwicon02.png) no-repeat center center;
    /* background-size: 20% auto; */
    top: 0px;
    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 10px 10px 50px;
    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: url(../images/arwicon01.png) no-repeat center center;
}

.sub_10b1 .item.on~dl {
    display: block;
}


/* .sub_10b1 .item2.on {
  color: #2663d0;
} */


/* .sub_10b1 .item2.on .item2.on{
 color: #2663d0;
} */

.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: #2663d0;
}

.gp-toggles.icon-jian {
    transform: rotate(0);
    color: #2663d0;
}

.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;
    padding-top: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.alltitle h3 {
    color: #292929;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 1px solid #6a7a9d;
}

.titilines h3 {
    display: block;
}

.alltitle h3 img {
    margin-right: 16px;
        margin-top: -4px;
}


/* .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;
    bottom: 18px;
}

.alltitle .more a {
    color: #666;
    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 */


/* 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 */


/* sldinfo */

.infotit01 .flex {
    align-items: self-start;
    /* align-items: stretch; */
}

.infotit01 .textle {
    flex: 0 0 auto;
    width: 55%;
    position: relative;
    z-index: 1;
}

.infotit01 .textri {
    flex: 1 1 auto;
    overflow: hidden;
    margin-left: 26px;
    position: relative;
    z-index: 1;
    padding-right: 14px;
    padding-bottom: 14px;
}

.infotit01 .textri::after {
    content: "";
    width: 94%;
    height: 92%;
    /* background: #2663d0; */
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.textri .gkimg img {
    padding: 6px;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03);
}

.textri .gkimg {
    padding-bottom: 56.95%;
}

.infotit01 .textle p {
    color: #333;
    line-height: 34px;
}

.infotext {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #b5b5b5;
}


/* .infotext::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: #f6f6f6;
    height:26px;
    width: 76%;
} */

.bgblocks {
    background: #f6f6f6;
    height: 26px;
    margin-left: 30px;
    flex: 1 1 auto;
}

.infotext h3 {
    font-weight: bold;
    color: #2663d0;
    letter-spacing: 4px;
    flex: 0 0 auto;
}

.sbupdtop01 {
    padding-top: 50px;
}


/* .infotit01,.infotit02,.infotit03{
    padding: 40px 0;
} */

.infotit02 p {
    line-height: 34px;
    padding-bottom: 20px;
}

.item-img14 .gp-img-height {
    padding-bottom: 125%;
}

.sub-list14 {
    margin: 0 -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    align-items: stretch;
}

.sub-list14 li {
    width: 33.333%;
}

.item-img14 {
    width: 150px;
    background-color: #f2f2fa;
    float: left;
}

.sub-list14 li {
    margin-bottom: 40px;
}

.item-txt14 {
    padding-right: 10px;
    margin-left: 170px;
    transition: all 0.35s ease-out;
}

.item-txt14 h3 {
    padding-top: 16px;
    padding-bottom: 0;
    font-weight: bold;
    color: #464646;
    transition: transform 0.35s ease-out;
}

.infotit03 .item-txt14 h3 {
    padding-bottom: 14px;
}


/* 
.item-txt14 h3::before {
	content: '';
	width: 52px;
	height: 8px;
	background: #ebc04c;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
} */

.item-txt14 .p {
    position: relative;
}

.item-txt14 .p p {
    color: #3b3b3b;
    display: block;
    transition: transform 0.35s ease-out;
}

.sub-list14 li>a {
    display: block;
    margin: 0 30px;
    height: 100%;
    /* height: 174px; */
    position: relative;
    transition: transform 0.35s ease-out;
    background-color: #f8f8f8;
    transition: transform 0.35s ease-out;
}

.sub-list14 a:hover {
    -webkit-box-shadow: rgba(185, 185, 185, 0.4) 0px 0px 10px;
    -moz-box-shadow: rgba(185, 185, 185, 0.4) 0px 0px 10px;
    box-shadow: rgba(185, 185, 185, 0.4) 0px 0px 10px;
}

.infotit03_mtop {
    padding-top: 50px;
}

.rcdwBox ul.flex {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.rcdwBox ul.flex li {
    width: 20%;
    padding: 10px 0;
    padding-right: 10px;
}

.rcdwBox ul.flex li a {
    color: #333;
    font-size: 16px;
}

.rcdwBox ul.flex li a:hover {
    color: #2663d0;
}

.itemmore4 {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    margin-top: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    max-width: 90px;
    padding: 0 10px;
    background-color: #2663d0;
}


/* .item-txt14 .itemmore4{
	position:absolute;
	left: 150px;
	bottom:10px;
	padding: 0 10px;
} */

.sub-list14 li:hover h3,
.sub-list14 li:hover p {
    color: #2663d0;
}

a:hover .img img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}


/* sldinfo */


/* 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;
} */

.newsList02 .index_022 {
    display: flex;
    flex-direction: column;
}


/* .modeNews01 .transf3s.li1 {
    flex: 1;
    display: flex;
    width: 100%;
    align-items: center;
} */

.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 {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f3;
}

.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;
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.newsList02 .index_022 .time {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    padding-top: 6px;
    background-color: #f2f2f3;
    float: left;
    text-align: center;
}

.newsMore02 {
    position: relative;
    margin-top: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    max-width: 100px;
    padding: 0 10px;
    border: 1px solid #2663d0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.newsMore02 a {
    color: #333;
}

.newsMore02 a:hover {
    color: #2663d0;
}

.bannerLt .time {
    width: 80px;
    height: 80px;
}

.sub_imglist02 .info_box .time {
    position: absolute;
    z-index: 9;
    right: 40px;
    top: 0;
    text-align: center;
    width: 54px;
    height: 54px;
    background: url(../images/lisibgs.png) center no-repeat;
    background-size: cover;
}

.sub_imglist02 li:nth-child(2n) .info_box .time {
    left: 40px;
}

.sub_imglist02 li:nth-child(2n) .info_box {
    text-align: right;
}


/* .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: 20px;
    padding-right: 16px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.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: #2663d0;
    font-weight: normal;
    padding-right: 4px;
}

.newsList02 .index_022 .month,
.bannerLt .time .month,
.sub_imglist02 .time .month {
    color: #2663d0;
    font-weight: normal;
    overflow: hidden;
    /* letter-spacing: .2px; */
}

.sub_imglist02 .time .month {
    height: 54px;
    line-height: 54px;
    color: #fff;
}

.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: #fff;
}

.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: 3.25%;
}

.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: 60px;
    text-align: center;
    line-height: 60px;
    height: 60px;
    background: #09504b;
    color: #fff;
}

.baseHead .tit .ico .iconfont {
    font-size: 28px;
}

.baseHead .tit .t {
    flex: 0 1 auto;
    padding-left: 0.5em;
    line-height: 1.2;
}

.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 */


/* aboutUS */

.aboutBox01 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}

.aboutTits {
    float: left;
    width: 38%;
    padding-left: 28px;
    box-sizing: border-box;
    position: relative;
    /* width: 40%; */
}

#bMapContainer {
    width: 100%!important;
}

.aboutBoxlx {
    padding-right: 30px;
}

.aboutImgs {
    float: right;
    /* width: 58%; */
    width: calc(100% - 40%);
}

.sub_03b2a .aboutBoxlx .item {
    border-bottom: 0;
}

.aboutTits strong {
    font-weight: normal;
    width: 50px;
    display: inline-block;
}

.martop20 {
    margin-top: 20px;
}

.aboutTits h4 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #444444;
}

.aboutTits,
.aboutTits p {
    color: #7a7a7a;
    line-height: 30px;
}

.aboutPtit {
    /* width: 84%; */
    float: left;
}

.aboutPins strong {
    width: 50px;
    float: left;
}


/* aboutus */


/* 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 */


/* 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) {
    	.infotit03 .sub-list14 li {
        width: 100%;
    }
    .infotit01 .flex{
        display: block;
    }
    .infotit01 .textle{
        width: 100%;
    }
    .infotit01 .textri{
        margin-left: 0;
    }
    .infotit03_mtop {
        padding-top: 30px;
    }
    .infotit03 .item-txt14 h3 {
        padding: 4px 0 0px;
    }
    .item-txt14 .p p {
      height: 37px;
        line-height: 18px;
    }
    .sub-list14 li {
        margin-bottom: 20px;
    }
    .infotext {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .infotext h3 {
        letter-spacing: 2px;
    }
    .bgblocks {
        display: none;
    }
    .rcdwBox ul.flex li {
        width: 50%;
    }
    .sbupdtop01 {
        padding-top: 20px;
    }
    .itemmore4 {
        bottom: 4px;
        height: 24px;
        line-height: 24px;
        max-width: 84px;
        padding: 0 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);
    }
    .newsList02 .index_022 li:hover a {
        background-color: #b3c9ef;
    }
    .newsList02 .index_022 li:hover a {
        color: #fff;
    }
    .newsList02 .index_022 li:hover .indlists01 {
        color: #fff;
    }
    .newsList02 .index_022 li:hover .time {
        background-color: #2663d0;
    }
    .newsList02 li:hover .time .month,
    .newsList02 li:hover .time .day {
        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 */

.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%;
}

.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: #7bbd2c url(../images/joinbglo.jpg) no-repeat;
    background-size: contain;
}

.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 #076e39;
    color: #fff;
    border-radius: 50%;
}

.contact .txt .li .ico i {
    color: #076e39;
}

.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;
}


/* 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% 20px;
    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) {
    .subrt_tit01 h3::before{
    top: 2px;
    width: 7px;
    }

    .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) {
    .aboutTits{
        padding-left: 0;
        width: 40%;
    }
    .newsList02 .index_022 .time {
        padding-top: 10px;
    }
    .infotit03 .item-txt14 h3 {
        padding-bottom: 4px;
        padding-top: 6px;
    }
    .item-img14 {
        width: 100px;
        float: left;
    }
    .itemmore4 {
        bottom: 6px;
        height: 24px;
        line-height: 24px;
        max-width: 90px;
        padding: 0 6px;
    }
    .item-txt14 {
        margin-left: 110px;
    }
    .sub-list14 {
        margin: 0 -10px;
    }
    .sub-list14 li>a {
        margin: 0 10px;
    }
    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%;
  } */
    .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: 260px;
    }
    .sub_10b1 .item {
        padding: 20px 44px 20px 20px;
    }
    .sub08right {
        margin-left: 290px;
        padding: 20px 20px 30px;
    }
    .sub_10b1 .item2 {
        padding: 10px 10px 10px 40px;
    }
    .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) {
    .sub-list14 li {
        width: 50%;
    }
    .item-img14 {
        width: 80px;
    }
    .item-txt14 {
        margin-left: 90px;
    }
    .subrt_tit01 {
        padding-bottom: 14px;
        margin-bottom: 16px;
    }
    .subrt_tit01 h3::before {
        top: 2px;
        width: 6px;
        height: 22px;
    }
    .subrt_tit01 h3 {
        padding-left: 20px;
    }
    .stylebanner {
        background: #7bbd2c;
    }
    .xrld ul {
        display: block;
    }
    .xrld ul li {
        width: 100%;
    }
    .xrld li .con {
        width: calc(100% - 150px);
    }
    .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;
        padding-top: 20px;
    }
    .joinusa .alltitle {
        margin-top: 30px;
    }
    	.titileAll01 img{
		width:16px;
	}
    .alltitle h3 img {
    margin-right: 4px;
}
    .modeList li {
        margin-bottom: 20px;
    }
    .subcon {
        padding-top: 10px;
    }
    .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 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 {
        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;
    }
}

@media (max-width: 992px) {
    .alltitle .more {
    bottom: 14px;
}
    .sub_10b1 ul {
        display: none;
    }
    .sub_10b1 .item {
        padding: 14px 12px 14px 12px;
    }
    .sub_10b1 .item2 {
        padding: 10px 10px 10px 30px;
    }
    .article-img {
        float: none;
        margin: 0 auto 20px;
    }
    .only_mob {
        display: block !important;
        line-height: 40px;
        height: 40px;
        color: #fff;
        position: relative;
        font-weight: 700;
        font-size: 0;
        z-index: 3;
        background: #2663d0;
    }
    .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;
    }
    .sub_02_lf .subTit02 {
        display: none;
    }
    .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: 20px;
        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:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .aboutBox01 {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .aboutTits h4 {
        margin-bottom: 10px;
    }
    .aboutTits {
        margin-top: 300px;
        float: none;
        width: 100%;
        padding-left: 0px;
    }
    .aboutImgs {
        position: absolute;
        top: 20px;
        left: 0;
        float: none;
        width: calc(100% - 0%);
    }
    .hovlist .item .itxt {
        padding: 20px 10px 20px 20px !important;
    }
    .subpdbom {
        padding-bottom: 0;
    }
    .sub08right {
        padding: 10px;
    }
}

@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;
    }
    .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%;
    }
    .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;
        padding-right: 78px;
    }
    .index-flash .wal2 {
        padding-top: 0;
    }
    .article-ins p,
    .article-ins h5 {
        margin-bottom: 20px;
    }
    .alltitle .more a,
    .indmore a {
        font-size: 12px;
    }
    .w-imgText1 .igt_btn {
        top: 47%;
    }
}

@media screen and (max-width: 640px) {
    .xrld li .ld-l {
        margin-left: -44px;
    }
    .xrld li .ld-l {
        width: 130px;
    }
    .xrld li .con {
        width: calc(100% - 100px);
    }
    .xrld li .p span {
        padding-left: 24px;
    }
    .xrld li .p1 {
        margin: 16px 0;
    }
    .iconlist03 ul li {
        width: 100%;
    }
}