


/* textList 01*/

.listin01 li {
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.listin01 li h3::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 18px;
    top: 32px;
    background: #009c84;
    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;
}

.listin01 li a {
    display: block;
    padding: 24px 10px 24px 40px;
    background: #fff;
    color: #212121;
    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;
}


/* .listin01 li a::after {
    background: linear-gradient(to right, #127637, #76bb2c);
    -webkit-background: linear-gradient(to right, #127637, #76bb2c);
    -moz-background: linear-gradient(to right, #127637, #76bb2c);
    -ms-background: linear-gradient(to right, #127637, #76bb2c);
} */


/* .listin01 li .span{padding-bottom: 5px;
  border-bottom: 1px solid #eee;align-items: 
  center;justify-content: space-between;
} */

.listin01 li span {
    border-bottom: none;
    width: 105px;
    white-space: nowrap;
    text-align: center;
    padding: 0;
}

.listin01 li h3 {
    line-height: 26px;
    font-weight: normal;
    width: calc(100% - 120px);
    transition: 0.5s;
}


/* textList 01*/


/* infolist */

.infotext01 .infoTop01 {
    background: #f4f8fb;
    padding: 50px 0;
}

.infoTop02 {
    padding: 50px 0;
}

.infotext01 {
    background: url(../images/ifnobg02.jpg) no-repeat left bottom;
    background-size: 100% auto;

}

.infolr01 {
    flex-direction: row-reverse;
    /* align-items:flex-start; 以上边对齐*/
}

.infolr01 .imgclo {
    flex: 0 0 auto;
    margin-right: 8%;
    width: 30%;
}
.infolr01 .imgclo img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.infolr01 .txt {
    flex: 1 1 auto;
    overflow: hidden;
    color: #2a2a2a;
    line-height: 28px;
}

.infolr01 .imgclo img {
    display: block;
    width: 100%;
}


/* table */

.tableUl li {
    position: relative;
    color: #2b2b2b;
    background-color: #effcfa;
    border-bottom: 3px solid #fff;
}

.tableUl li:first-child {
    background-color: #009c84;
}

.tableUl li:first-child p {
    color: #fff;
    min-height: 90px;
}

.kycglwtable .content {
    width: 100%;
}

.tableUl .colorLIbg .content p:nth-child(2),
.tableUl .colorLIbg .content p {
    line-height: 50px;
}

.colorLIbg p:last-child {
    line-height: 28px;
}

.kycglwtable .content p {
    flex: 0 0 auto;
    padding: 18px 40px;
    align-items: center;
    /* 水平居中 */
    font-size: 22px;
    border-right: 3px solid #fff;
}

.kycglwtable .kycglwtabletit li p:nth-child(3n) {
    border-right: 0 none;
}


/* 当内容为两行时，设置行高 */

.kycglwtable .content p:first-child {
    border-right: 0 none;
}

.kycglwtable .content p:nth-child(n + 2) {
    line-height: 28px;
    /* 设置两行时的行高 */
}

.kycglwtable ul li p:nth-child(1) {
    width: 10%;
    text-align: center;
}

.kycglwtable ul li p:nth-child(2) {
    width: 74%;
    border-left: 3px solid #fff;
}

.kycglwtable ul li p:nth-child(3) {
    width: 16%;
    border-right: 0 none;
    text-align: center;
}

.kycglwtable ul li.colorLIbg p:nth-child(3) {
    text-align: left;
    padding-left: 12px;
}

.kycglwtable ul li:hover p {
    color: #009c84;
}

.tableUl .colorLIbg:hover p {
    color: #fff;
}

.kycglwtable {
    margin-bottom: 5%;
}


/* imgtext01 */

.imgtext01 {
    position: relative;
    padding-bottom: 4%;
    padding-top: 4%;
}

.flex5 {
    align-items: stretch;
}

.flex5 .item {
    position: relative;
    flex: 0 0 auto;
    width: 32%;
    margin-right: 1.333%;
    margin-bottom: 2%;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.flex5 .item:nth-child(3n) {
    margin-right: 0;
}

.flex5 .item .it {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    color: #fff;
    padding: 0 1.75em;
    overflow: hidden;
    z-index: 2;
}

.flex5 .item .img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 50%);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.flex5 .item:hover {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
}

.flex5 .item:hover .img:before {
    background: linear-gradient(0deg, rgba(0, 156, 132, 0.9), transparent 50%);
}


/* textList img 02*/

.subconbg01 {
    background: url(../images/sldinbgs.jpg) no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 5%;
}

.subconbg02 {
    background: url(../images/ifnobg02.jpg) no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 5%;
}

.sub10ul>li {
    margin-bottom: 40px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.sub10ul>li>a {
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.sub10ul>li>a::before {
    content: "";
    display: block;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    /* border: 1px solid #e5e5e5; */
    position: absolute;
    left: 0px;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.sub10ul>li .item {
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 30px;
    position: relative;
}

.sub10l {
    width: 324px;
    overflow: hidden;
}

.listin02 li {
    background: #f8f9fa;
    margin-bottom: 40px;
}

.listin02 li:last-child {
    margin-bottom: 0;
}

.sub10r {
    margin-left: 360px;
    position: relative;
    z-index: 1;
}

.sub10-item {
    line-height: 30px;
    height: auto;
    max-height: 60px;
    margin: 10px 0;
    color: #333;
    font-weight: bold;
}

.datelist {
    color: #202020;
    padding-left: 30px;
    background: url(../images/dateoico01.png) no-repeat left top;
    background-size: 20px 20px;
    margin-bottom: 20px;
}

.sub10-info {
    color: #555;
    /* line-height: 26px;
  height: auto;
  height: 78px;
  line-clamp: 3;
  -webkit-line-clamp: 3; */
}

/* .sub10ul>li:hover a::before {
    box-shadow: 0px 15px 30px 0px rgba(0, 46, 47, 0.1);
} */
.sub10ul>li{
        transition: all 0.3s ease-in-out;
}
.sub10ul>li:hover .item::after {
    content: "";
    display: block;
    width: 177px;
    height: 165px;
    position: absolute;
    right: 0;
    bottom: -35px;
    transition: all 0.3s ease-in-out;
}

.sub10ul>li:hover .sub10-item {
    color: #009c84;
}


/* .sub10ul>li:hover .datelist {
    color: #076e39;
} */

.sub10ul>li:hover {
    background-color: #d7f8f3;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}

.sub10ul>li.on .sub10r {
    margin-left: 0;
    padding-left: 20px;
}

.sub10ul>li.on>a::before {
    width: 100%;
    left: 0;
}



.listline02 li{
    margin-bottom: 0;
    padding: 40px 0;
    border-bottom: 1px solid #b8b8b8;
    background: #fff;
    transition: all 0.3s ease-in-out;
	 border-left: 8px solid #fff;
}
.listline02 li:hover{
    background-color: #d7f8f3;
    border-left: 8px solid #009c84;
       border-bottom: 1px solid #d7f8f3;
}
/* textList 02*/


/* listsld */

.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;
}

.sldimg01 {
    background-color: #f4f8fb;
    padding: 4% 3% 30px;
}

.sldimg01 .sub-list14 li>a {
    background-color: #fff;
    margin-right: 10%;
}

.sldimg01 .sub-list14 .item-img14 {
    width: 238px;
}

.sldimg01 .item-txt14 {
    margin-left: 280px;
}

.sldimg01 .sub-list14 li {
    width: 50%;
}

.sldimg01 .sub-list14 li h3 {
    position: relative;
    margin-bottom: 20px;
}

.sldimg01 .sub-list14 li h3::before {
    content: "";
    width: 50px;
    height: 6px;
    background: #ebc04c;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.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;
}

.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: #009c84;
}


/* .item-txt14 .itemmore4{
	position:absolute;
	left: 150px;
	bottom:10px;
	padding: 0 10px;
} */

.sub-list14 li:hover h3,
.sub-list14 li:hover p {
    color: #009c84;
}

a:hover .img img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}


/* 
.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;
}


/* listsld */


/* sldimgdw */

.sldimg02 {
    margin-top: 40px;
}

.sldimg02 .sldheight01 {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.sldimg02 .item {
    width: 16.5%;
    margin-right: 11%;
    margin-bottom: 5%;
    background: transparent;
}

.sldimg02 .item:nth-child(4n) {
    margin-right: 0;
}

.sldimg02 .item h3,
.sldimg02 .item p {
    padding: 0 10px;
}

.sldimg02 .sldheight01 .img {
    border-radius: 0 30px 0px 0;
}

.sldimg02 .item h3 {
    color: #191919;
    margin: 10px 0
}

.sldimg02 .item p {
    color: #7a7a7a;
    margin-bottom: 10px;
}

.sldimg02 .item:hover h3,
.sldimg02 .item:hover p {
    color: #009c84;
}


/* imglist */


/* list02 */

.listin03 li span {
    display: none;
}

.listin03 li a {
    border-left: 6px solid #fff;
    padding-left: 20px;
}

.listin03 li a:hover {
    border-color: #deb87a;
}

.listin03 li h3::before {
    display: none;
}

.listin01 li h3 {
    width: calc(100% - 10px);
}


/* list02 */

.mode04 .index_title {
    display: block;
    position: relative;
    height: 48px;
    border-bottom: 1px solid #65789d;
}

.index_title {
    display: block;
    position: relative;
    height: 48px;
}

.index_title .title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 48px;
}

.index_title .title a {
    margin: 0 20px;
    position: relative;
    display: inline-block;
}


/* .index_title .title a::after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #c3cecb;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
}

.index_title .title a:first-child {
    margin-left: 0;
}

.index_title .title a:last-child::after {
    display: none;
} */

.index_title .title a {
    background: #b2e1da;
}

.tabinfo01 .index_title .title a.on {
    color: #007071;
    font-weight: bold;
    background: #009c84;
}

.tabinfo01 .index_title .title a.on::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 4px;
    background: #2663d0;
}

.tabinfo01 .index_title .more a {
    width: 50px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 10px;
    /* top: 50%;
    transform: translateY(-50%); */
    text-align: center;
    line-height: 28px;
    color: #333;
}

.tabin01 .index_title .more a.off {
    display: none;
}

.tabin01 .index_title .more a:hover {
    color: #007071;
}

.tabin01 .index_04a {
    margin: 24px 0 20px;
}

.tabin01 .index_04a .box.off {
    display: none;
}

.tabin01 .index_04a1 {
    margin: 0;
}


/* .index_04a1 ul {
    margin: 0 0 -17px -20px;
}

.index_04a1 .item {
    margin: 0 0 17px 20px;
} */


/* tablist */


/* tablist02 */

.tabin02 .titletab {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.tabin02 .titletab a {
    width: 32.5%;
    margin-right: 1%;
    margin-bottom: 16px;
}

.tabin02 .titletab a:nth-child(3n) {
    margin-right: 0;
}

.tabin02 .titletab a h5 {
    font-weight: bold;
    padding-left: 40px;
    height: 52px;
    line-height: 52px;
    position: relative;
    background: #b2e1da;
    transition: All 0.3s ease;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.tabin02 .titletab a h5::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(../images/eduicon01.png) no-repeat;
    left: 16px;
    top: 16px;
}

.tabin02 .titletab a.on h5 {
    background-color: #009c84;
    color: #fff;
}

.modetab .index_title {
    height: auto;
}

.listlk3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.listlk3 .item {
    width: 32%;
   margin-right: 1.7%;
    margin-bottom: 30px;
    padding: 20px 24px 10px 24px;
    background: #f4f8fb url(../images/eduicon002.png) no-repeat right bottom;
    border-left: 5px solid #009c84;
}

.listlk3 .item h6 {
    font-weight: bold;
    color: #2b2b2b;
    padding-bottom: 10px;
    position: relative;
}

.listlk3 .item p {
    position: relative;
    color: #464646;
    font-weight: normal;
}

.listlk3 .item:nth-child(3n) {
    margin-right: 0;
}



.listlk3 .item a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #009c84;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.listlk3 .item a:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 0;
}
.listlk3 .item a:hover h6,.listlk3 .item a:hover p{
    color: #fff;
}
/* tablist02 */

.ai_card {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}

.ai_card h2.t {
    padding-top: 80px;
    font-size: 36px;
    text-align: center;
    font-weight: normal;
}

.ai_card p.sub_t {
    padding-top: 15px;
    font-size: 16px;
    text-align: center;
    padding-bottom: 60px;
}

.ai_card ul {
    padding-bottom: 70px;
}

.ai_card ul li {
    float: left;
    position: relative;
    width: 33%;
    height: 428px;
    border: 1px solid #e7e7e7;
    margin-left: -1px;
    z-index: 10;
}

.ai_card ul li:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #00b8ff;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    transition: 1s;
}

.ai_card ul li .info {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    transition: 0.5s;
}

.ai_card ul li .info .imgicon {
    width: 100%;
    height: 90px;
    text-align: center;
}

.ai_card ul li .info h3 {
    font-weight: normal;
    color: #333;
    padding-top: 30px;
    padding-bottom: 25px;
    font-size: 24px;
    text-align: center;
}

.ai_card ul li .info p {
    width: 80%;
    height: 85px;
    line-height: 24px;
    margin: 0 auto;
    color: #73747b;
    font-size: 14px;
}

.ai_card ul li a.btn {
    position: absolute;
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    left: 50%;
    margin-left: -60px;
    bottom: 50px;
    color: #fff;
    background: #00b8ff;
    opacity: 0;
    border-radius: 2px;
    transition: 0.5s;
    font-size: 16px;
    text-align: center;
}

.ai_card ul li.active {
    box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}

.ai_card ul li.active:before {
    width: 398px;
    height: 2px;
}

.ai_card ul li.active .info {
    top: 50px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.ai_card ul li.active a.btn {
    opacity: 1;
}


/* imglist 01*/


/* imglist 02*/


/* home1 */

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.l4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.l5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.l6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    display: none;
}

.imged video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
}

video {
    max-width: 100%;
}

.scale {
    overflow: hidden;
}

a:hover .imged {
    transform: scale(1.1);
}

.wl {
    position: relative;
    z-index: 1;
}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
}

.home1 {
    padding: 60px 0 40px;
    overflow: hidden;
}

.title {
    justify-content: space-between;
    position: relative;
    margin-bottom: 55px;
    align-items: center;
}

.title .tit {
    align-items: flex-end;
    margin: 0 auto;
    padding-bottom: 20px;
}

.title .tit::after {
    width: 198px;
    height: 75px;
    background: url(../images/titbg.png) no-repeat;
    background-size: 100% !important;
    bottom: 0;
    /* top: 0; */
    left: 0.26rem;
}

.title .tit .ico {
    width: 58px;
    height: 67px;
}

.title .tit .ico::after {
    width: 58px;
    height: 70px;
    background: url(../images/tit-t.png) no-repeat;
    background-size: 100% 100% !important;
}

.title .tit .ico img {
    width: 100%;
    animation: play 25s linear infinite;
}

.title .h3 {
    padding-left: 15px;
    position: relative;
}

.title h3 {
    font-size: 36px;
    color: #333;
    line-height: 1.2;
    font-weight: bold;
    cursor: pointer;
    font-family: sy;
}

.title h3 span {
    font-family: sy;
    background-image: -webkit-linear-gradient(top, #2b81c6, #653173);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #333;
}

.title .h3 i {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #9fb9da;
    font-family: Arial;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    /* transform: translateX(-50%); */
    text-transform: uppercase;
    white-space: nowrap;
}

.more {
    position: absolute;
    right: 0;
}

.more a {
    color: #333;
    align-items: center;
    transition: 0.5s;
}

.more img {
    width: 46px;
    display: block;
    margin-right: 15px;
}

.home1 .title .tit .ico::after,
.home5 .title .tit .ico::after {
    background: url(../images/tit1-t.png) no-repeat;
    background-size: 100% 100% !important;
}

.home1 .title .tit::after,
.home5 .title .tit::after {
    background: url(../images/titbg1.png) no-repeat;
}

.home1 .title h3,
.home5 .title h3 {
    color: #fff;
}

.home1 .title h3 span,
.home5 .title h3 span {
    background-image: -webkit-linear-gradient(top, #b0ca8d, #4cbcbb);
    color: #fff;
}

.home1 .more a,
.home5 .more a {
    color: #fff;
}

.home1-t ul {
    margin: 0 -15px;
}

.home1-t li {
    width: 25%;
    padding: 0 15px;
}

.home1-t li a {
    display: block;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
    box-shadow: 0px 2px 0.2rem 0px rgba(153, 153, 153, 0.6);
    -webkit-border-radius: 50px 0 50px 0;
    -moz-border-radius: 50px 0 50px 0;
    -ms-border-radius: 50px 0 50px 0;
    -o-border-radius: 50px 0 50px 0;
}

.home1-t li .con {
    /* box-shadow: 0px 2px 0.2rem 0px rgba(153, 153, 153, 0.6); */
    height: 260px;
    padding: 30px;
    background: #fff;
}

.home1-t li .con::before {
    width: 100%;
    height: 100%;
    background: url(../images/h1bg.jpg) no-repeat right #fff;
    background-size: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
}

.home1-t li .con::after {
    width: 60px;
    height: 6px;
}

.home1-t li:nth-child(1) .con::after {
    background: #571590;
}

.home1-t li:nth-child(2) .con::after {
    background: #005d92;
}

.home1-t li:nth-child(3) .con::after {
    background: #3dacb7;
}

.home1-t li:nth-child(4) .con::after {
    background: #b03289;
}

.home1-t li .con span {
    color: #01518c;
}

.home1-t li .con h3 {
    color: #333;
    line-height: 34px;
    margin: 15px 0 20px;
    max-height: 68px\0;
    transition: 0.5s;
}

.home1-t li .con p {
    color: #666;
    line-height: 26px;
    max-height: 52px\0;
}


/* imglist 02*/


/* imglist 03*/

.pladbgpd_no {
    padding-top: 0;
}

.imglist02bgp {
    background: url(../images/pladbgt.jpg) no-repeat left bottom;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 130px;
}

.sub_imglist02 ul {
    margin: 0 0 0;
    padding: 0 0 0;
}

.sub_imglist02 .item {
    align-items: stretch;
    margin: 0 0 60px;
    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_imglist02 .img_box {
    width: 60%;
    /* float: left; */
}

.sub_imglist02 .img_box .img {
    padding-bottom: 54.25%;
}

.sub_imglist02 .info_box {
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
}

.sub_imglist02 .info_box {
    position: relative;
}


/* .sub_imglist02 .img_box+.info_box {
    width: calc(100% - 64%);
    padding: 120px 60px 0;
    background: url(../images/imglibg01a.jpg) no-repeat;
    background-size: 100% 100%;
} */

.sub_imglist02 .info_box {
    width: calc(100% - 64%);
    padding: 120px 60px 0;
    background: url(../images/imglibg01a.jpg) no-repeat;
    background-size: 100% 100%;
}

.sub_imglist02 .title {
    margin: 0 0 24px;
}

.info_box .tith5 {
    margin-bottom: 40px;
    line-height: 30px;
    color: #202020;
    font-weight: bold;
}

.info_box .textp {
    color: #3f3f3f;
}

.info_box .submore {
    position: relative;
    margin-top: 46px;
    width: 130px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #7bbd2c;
    font-weight: bold;
    padding-left: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.info_box .submore .iconcy-jiantou24 {
    font-weight: normal;
    display: block;
    position: absolute;
    top: 0;
    right: 4px;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.sub_imglist02 .item:hover .title {
    color: #fff;
}

.sub_imglist02 .item:hover .info,
.sub_imglist02 .item:hover .tip {
    color: rgba(255, 255, 255, 0.6);
}


/* imglist 03*/
/* sublist02 */
.modelist02{
    padding-top: 50px;
    background-color: #f4f8fb;
}

.sublistin03 ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.sublistin03 .item {
    width: 31%;
   margin-right:3.33%;
    margin-bottom: 5%;

}
.sublistin03 .item:nth-child(3n) {
    margin-right: 0;
}
.li03tex{
    background: #fff;
    padding: 30px 30px 20px;
    border-radius: 0 0 30px 0;
    box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
    -webkit-border-radius: 0 0 30px 0;
    -moz-border-radius: 0 0 30px 0;
    -ms-border-radius: 0 0 30px 0;
    -o-border-radius: 0 0 30px 0;
}
.li03tex p{
    position: relative;
    padding-left: 24px;
}
.li03tex p::before{
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #009c84;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.sublistin03 .item:hover .li03tex{
      background-color: #009c84;
}
.sublistin03 .item:hover .li03tex p{
    color: #fff;
}
.sublistin03 .item:hover .li03tex p::before{
    background-color: #fff;
}

/* datalist02 */
.datelist02{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.datelist02 .li1{
    position: relative;
  width: 48%;
   margin-right:4%;
    margin-bottom: 30px;
    border: 2px solid #c0c0c0;
    padding: 24px 24px;
}

.datelist02 .li1:nth-child(2n) {
    margin-right: 0;
}
.datelist02 .li1 .time {
  position: absolute;
  top: -1px;
  right: 30px;
  width: 90px;
  height: 90px;
  background: #009c84;
  float: left;
  text-align: center;
}
.datelist02 .li1 .time .month {
  margin-top: 6px;
  margin-bottom: 4px;
  line-height: 2;
  color: #fff;
  font-weight: normal;
  height: 36px;
  overflow: hidden;
}
.datelist02 .li1 .time .day{
      color: #fff;
    font-weight: normal;
}
.datelist02 .indlists01{
  width: calc(100% - 120px);
}
.datelist02 .li1 h5{
    color: #00804d;
    margin-bottom: 10px;
}
.datelist02 .li1:hover{
        box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}
.datelist02 .li1:hover p{
     color: #00804d;
}
.datelist02{
    padding-bottom: 4%;
}
/* imglist 04*/

/* submode01 */
.item{
            -moz-transition: all 0.36s ease-out;
    -webkit-transition: all 0.36s ease-out;
    -o-transition: all 0.36s ease-out;
    -ms-transition: all 0.36s ease-out;
    transition: all 0.36s ease-out;
}
.submode01{
  
    background-color: #f4f8fb;

}
.submode01,.submode02,.submode03{
    padding: 60px 0;
}
.submode02{
    padding-bottom: 0;
}
.submode03{
    background: url(../images/sldinbgs.jpg) no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 5%;
}
.submode01_in .info_box .time{
        color: #009c84;
}
.submode01_in .info_box .newsMore03{
    color: #009c84;
    padding-left: 40px;
    background: url(../images/roomicon03.png) no-repeat left top;
}
.submode01_in .newlist03 {
    background-color: #fff;
}
.submode01_in .newlist03 .img_box {
    width: 50%;
    float: left;
}
.submode01_in .info {
    color: #696969;
}


.submode01_in .newlist03 .info_box {
    padding-top: 0;
    padding: 4% 3.5%;
    margin: 0 0 0 50%;
}
.submode01_in .title01{
 margin: 30px 0;
 font-weight: bold;
}
.submode01_in .newsMore03{
  margin-top: 7%;
}
.submode01_in .newlist03 .item {
    margin: 0;
   box-shadow:0 2px 8px rgba(0, 0, 0, 0.065);
}
.submode01 .item:hover{
    background-color: #009c84;
}
.submode01 .item .title01,
.submode01 .item .time,
.submode01 .item .newsMore03,
.submode01 .item .info{
        -moz-transition: all 0.36s ease-out;
    -webkit-transition: all 0.36s ease-out;
    -o-transition: all 0.36s ease-out;
    -ms-transition: all 0.36s ease-out;
    transition: all 0.36s ease-out;
}
.submode01 .item:hover .title01,
.submode01 .item:hover .time,
.submode01 .item:hover .newsMore03,
.submode01 .item:hover .info{
    color: #fff;
}

/* .submode01_in li:hover .item {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
} */

/* nominglist */
.newlist03a{
  margin-top: 4%;
}
.newlist03a ul{
flex-wrap:wrap;justify-content:flex-start;align-items:stretch;
}
.newlist03a .info_box .time {
    color: #696969;
}
.newlist03a .item{
      width: 32%;
   margin-right:2%;
    margin-bottom: 3%;   
    background-color: #fff;
}
.newlist03a .item:nth-child(3n){
    margin-right: 0;
}
.newlist03a .info_box {
    padding-top: 0;
    padding: 30px 36px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.065);
}
.newlist03a .title01{
 margin: 30px 0;
 font-weight: bold;
}
.newlist03a  .info_box .newsMore03{
  margin-top: 7%;
   color: #009c84;
    padding-left: 40px;
    background: url(../images/roomicon03.png) no-repeat left top;
}

.submode01_in .newlist03 {
    background-color: #fff;
}
/* submode01 */

.newroomlia {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.newroomlia .item {
    width: 32%;
   margin-right:2%;

}
.newroomlia .item:nth-child(3n) {
    margin-right: 0;
}

.newroomlia .datelist03 {
   display: flex;
  flex-direction: column; 
  width: 100%; 
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 0;
}

.newroomlia .datelist03 .li1 {
    width: 100%;
    margin-bottom: 10px;
  padding: 16px 30px; 
  box-sizing: border-box; 
  border: 2px solid #dbdbdb; 
  /* margin-bottom: 10px;  */

}
.newroomlia .datelist03 .li1:last-child{
    margin-bottom: 0;
}

.datelist03 .li1 .time {
    position: relative;
 margin-top: 16px;
 padding-top: 16px;
  border-top: 1px solid #bbbbbb;
}
.datelist03 .li1 .time .month {
    font-weight: bold;
  color: #808080;
  overflow: hidden;
  margin-bottom: 8px;
}
.datelist03 .li1 .time .day{
      color: #808080;
    font-weight: normal;
}

/* .datelist03 .indlists01{
  width: calc(100% - 120px);
} */
.datelist03 .li1 h5{
    color: #2f3231;
    font-weight: bold;
    margin-bottom: 10px;
}
.datelist03 .li1:hover{
        box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}
.datelist03 .li1:hover p,
.datelist03 .li1:hover h5,
.datelist03 .li1:hover .time .month,
.datelist03 .li1:hover .time .day,
.datelist04 .li1:hover p,
.datelist04 .li1:hover h5,
.datelist04 .li1:hover .time .month,
.datelist04 .li1:hover .time .day
{
     color: #fff;
}
.datelist03 .li1:hover .time,.datelist04  .li1:hover .indlists01{
    border-color: #fff;
}
.datelist03 .li1:hover .newsMorea{
    background: url(../images/newromg05a.png) no-repeat left center;
    background-size: contain;
}
.datelist04 .li1:hover .newsMoreb{
    background: url(../images/newromg05a.png) no-repeat left center;
    background-size: contain;
}
.datelist03{
    padding-bottom: 4%;
}
/* end */
.newroomlia .datelist04 {
   display: flex;
  flex-direction: column; 
  width: 100%; 
    justify-content: flex-start;
    align-items: stretch;
}

.newroomlia .datelist04 .li1 {
    width: 100%;
  padding: 20px 30px 20px 20px; 
  margin-bottom: 20px;
  box-sizing: border-box; 
  border: 2px solid #dbdbdb; 
  /* margin-bottom: 10px;  */

}
.newroomlia .datelist04 .li1:last-child{
    margin-bottom: 0;
}
.newroomlia .li1{
    background-color: #fff;
     flex: 1; 
}

 .newroomlia .datelist04 .time {
        margin-top: 20px;
    width: 100px;
    position: relative;
    float: left;
    text-align: left;
    
}
.datelist04 .indlists01{
    padding-left: 20px;
   margin-left: 100px;
   border-left: 1px solid #b8b8b8;
}
.newsMorea{
    position: absolute;
    right: 0px;
    top: 20px;
    width: 32px;
    height: 32px;
    background: url(../images/newromg05.png) no-repeat left center;
    background-size: contain;
}
.newsMoreb{
    display: block;
    margin-top: 16px;
    width: 30px;
    height: 13px;
    background: url(../images/morinco06a.png) no-repeat left center;
    background-size: contain;
}
.datelist04 .li1:hover .newsMoreb{
     background: url(../images/morinco06.png) no-repeat left center;
    background-size: contain;
}

.datelist04 .li1 .time .month {
    font-weight: bold;
    color: #808080;
    overflow: hidden;
    margin-bottom: 8px;
}
 .newroomlia .datelist04 .time .day{
    font-weight: normal;
    color: #808080;
 }
.newroomlia .li1:hover{
      background-color: #009c84;
}

/* .submode01 .item:hover{
    background-color: #009c84;
} */
 .newroomlia  .title01,
 .newroomlia  .time,
 .newroomlia .newsMoreb,
  .newroomlia .newsMorea,
   .newroomlia h5,
    .newroomlia p

 {
        -moz-transition: all 0.36s ease-out;
    -webkit-transition: all 0.36s ease-out;
    -o-transition: all 0.36s ease-out;
    -ms-transition: all 0.36s ease-out;
    transition: all 0.36s ease-out;
} 




/* newroomli */

/* newrooli02 */
.newroomlia .newroomImg{
       height: 494px;
}
/* .newroomlia .datelist03,.newroomlia .datelist04{
    height: 526px;
} */
.newroomlia .newroomImg img{
    height: 100%;
    width: 100%;
}
/* newrooli02 */

.hovlist {
    align-items: stretch;
    counter-reset: hov;
}

.hovlist .item {
    width: 20%;
    flex: 0 0 auto;
    transition: 0.3s;
    margin-right: 2%;
    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: 40%;
}

.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;
}

.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);
}

@media (max-width: 1680px) {
    /* .sub_imglist02 .img_box+.info_box {
       padding: 100px 40px 0;
    } */
    .sub_imglist02 .info_box {
        padding: 100px 40px 0;
    }
    .info_box .submore {
        padding-left: 18px;
    }
}

@media (max-width: 1380px) {
    .sub_imglist02 .img_box .img {
        padding-bottom: 54.25%;
    }
    .info_box .tith5 {
        margin-bottom: 20px;
    }
    .info_box .submore {
        margin-top: 20px;
    }
    /* .sub_imglist02 .img_box+.info_box {
padding: 82px 40px 0;
    } */
    .sub_imglist02 .info_box {
        padding: 82px 40px 0;
    }
    .imglist02bgp {
        padding-bottom: 80px;
    }
}

@media (max-width: 1024px) {
    .hovlist {
        flex-wrap: wrap;
    }
    .hovlist .item {
        width: 32%;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .hovlist .item.act {
        width: 36%;
    }
    .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;
    }
}

@media (max-width: 768px) {
    .hovlist .item .itxt {
        padding: 20px 10px 20px 20px !important;
    }
    .datelist02 .li1 .time{
            right: 8px;
            width: 86px;
            height: 80px;
    }
    .datelist02 .indlists01 {
    width: calc(100% - 100px);
}
}


/* imgbig 期刊*/

.sub_091 {
    overflow: hidden;
}

.sub_091 ul {
    margin: 0 0 0 -36px;
}

.sub_091 li {
    width: 50%;
}

.sub_091 .item {
    margin: 50px 0 0 36px;
    position: relative;
    /* border: 1px solid #dcdcdc; */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.sub_091 .img_box {
    width: 48%;
    float: left;
    position: relative;
}

.sub_091 .img {
    padding-bottom: 141.2%;
}

.sub_091 .tip {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 50px;
    color: #fff;
    opacity: 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_091 .right {
    position: absolute;
    left: 50%;
    top: 15px;
    bottom: 15px;
    right: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
}

.sub_091 .swiper-scrollbar {
    height: 100%;
    right: 0;
    top: 0;
}

.sub_091 .swiper-slide {
    height: auto;
}

.sub_091 .swiper-scrollbar {
    background: #7bbd2c;
}

.sub_091 .swiper-scrollbar-drag {
    background: #46a599;
}

.sub_091 .item:hover .tip {
    opacity: 1;
}


/* imglist 04*/


/* datelist */


/* datelist */


/* imglist 05*/


/* imglist 05*/


/* tab 01*/

.subtabAllb {
    padding-bottom: 60px;
    overflow: hidden;
}

.tabboxa {
    position: relative;
}

.subtab01 {
    position: relative;
    padding-bottom: 40px;
}

.subtabAll {
    padding-bottom: 8%;
}


/* .subtab01 ul {
  margin: 0 -10px;
} */

.subtab01 li {
    position: relative;
    z-index: 1;
}

.subtab01 li.off::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.subtab01 .tab .item {
    position: relative;
}

.subtab01 li a {
    position: relative;
    display: block;
    height: 280px;
    overflow: hidden;
    background: url(../images/slidiconbg_03.jpg) no-repeat left center;
    background-size: 100% 100%;
}

.subtab01 .item h3 {
    position: relative;
    color: #222;
    padding-left: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7bc9bd;
    margin-bottom: 8px;
        display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.subtab01 .item h3::before {
    content: "";
    width: 40px;
    height: 1px;
    background: #076e39;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.subtab02 .box.off {
    display: none;
}

.subtab01 .item:nth-child(1) h3 {
    background: url(../images/platicon01.png) no-repeat left 0;
    background-size: 28px auto;
}

.subtab01 .item:nth-child(2) h3 {
    background: url(../images/platicon02.png) no-repeat left 0;
    background-size: 22px auto;
}

.subtab01 .item:nth-child(3) h3 {
    background: url(../images/platicon03.png) no-repeat left 0;
    background-size: 28px auto;
}
.subtab01 .item:nth-child(4) h3 {
    background: url(../images/platicon04.png) no-repeat left 0;
    background-size: 28px auto;
}
.subtab01 li a::before {
    content: "";
    width: 9px;
    /* height: calc(100% - 1px); */
    height: 100%;
    background-color: #009c84;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    z-index: 1;
}

.itemPs {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 30px 20px;
    transition: all 0.5s ease-in-out;
}

.itemPs p {
    color: #fff;
    margin-top: 30px;
}

.itemPs .positioned-container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 160px; */
}

.itemPs p.gp-ellipsis5 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.subtab02 {
    padding-top: 0;
}

.itembgPs .colorbg {
    margin: 36px auto 30px;
    width: 110px;
    height: 110px;
    background: #009c84;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.itembgPs .colorbg01 {
    background: #009c84 url(../images/platicon01.png) no-repeat center center;
    background-size: 40px auto;
}

.itembgPs .colorbg02 {
    background: #009c84 url(../images/platicon02.png) no-repeat center center;
    background-size: 40px auto;
}

.itembgPs .colorbg03 {
    background: #009c84 url(../images/platicon03.png) no-repeat center center;
    background-size: 40px auto;
}
.itembgPs .colorbg04 {
    background: #009c84 url(../images/platicon04.png) no-repeat center center;
    background-size: 40px auto;
}
.itembgPs h5 {
    max-width: 210px;
    margin: 0 auto;
    text-align: center;
    padding: 0 10px;
}

.subtab01 li a:hover .itembgPs {
    display: none;
}


/* wrap_sub03b */


/* tab 01*/

@media screen and (max-width: 1640px) {
    .newroomlia .newroomImg{
       height: 476px;
}
.newroomlia .datelist04 .li1{
        margin-bottom: 12px;
}
    .submode01_in .newlist03 .info_box{
            padding: 3% 3.5%;
    }
    .submode01_in .title01 {
   margin-bottom: 10px;
}
.submode01_in .newsMore03 {
    margin-top: 5%;
}
.submode01, .submode02, .submode03 {
    padding: 30px 0;
}
.platformH3 {
    margin-bottom: 20px;
}
    .itembgPs .colorbg {
        width: 80px;
        height: 80px;
        margin: 30px auto 30px;
    }
    .itembgPs .colorbg01,
    .itembgPs .colorbg03 {
        background-size: 40px auto;
    }
    .itembgPs .colorbg02 {
        background-size: 32px auto;
    }
    .subtab01 li a {
        height: 260px;
    }
}

@media screen and (min-width: 1200px) {
    .home1-t a:hover h3 {
        color: #715ba9;
    }
    .home1-t li a:hover .con::before {
        opacity: 1;
    }
    .home1-t li a:hover .con::after {
        width: 100%;
    }
    .more a:hover {
        transform: translateX(0.15rem);
    }
    .listin01 li a:hover {
        background: #009c84;
        /* background: linear-gradient(to right, #127637, #76bb2c);
        -webkit-background: linear-gradient(to right, #127637, #76bb2c);
        -moz-background: linear-gradient(to right, #127637, #76bb2c);
        -ms-background: linear-gradient(to right, #127637, #76bb2c);
        box-shadow: 0px 15px 30px 0px rgba(0, 46, 47, 0.2); */
    }
    .listin03 li a:hover {
        background: #f5f5f5;
    }
    /* .listin01 li a:hover::after {
        width: 100%;
    } */
    .listin01 li a:hover h3,
    .listin01 li a:hover p,
    .listin01 li a:hover {
        color: #fff;
    }
    .listin03 li a:hover h3,
    .listin03 li a:hover p,
    .listin03 li a:hover {
        color: #009c84;
    }
    .listin01 li a:hover ::before {
        background: #fff;
    }
    .subtab01 li a:hover::before {
        width: 100%;
        height: 100%;
    }
    .subtab01 li a:hover h3,
    .subtab01 li a:hover p {
        color: #fff;
        opacity: 1;
    }
    .subtab01 li a:hover .itemPs {
        opacity: 1;
    }
}

@media screen and (max-width: 992px) {
    .kycglwtable .content p{font-size: 16px;}
    .infotext01 .infoTop01{
        padding: 20px 0;
    }
    .infolr01{
     display: block;
    }
    .infolr01 .imgclo{
        
        width: 60%;
        margin: 10px auto;
    }
    .kycglwtable{
        width: 100%;
        overflow: auto;
    
    }
    .tableUl{
        min-width: 1024px;
        width: auto;
    }
    .infoTop02 {
    padding: 30px 0;
}
    .tabin02 .titletab a{
        width: 49%;
        margin-right: 2%;
    }
    .tabin02 .titletab a:nth-child(3n){
        margin-right: 2%;
      }
         .tabin02 .titletab a:nth-child(2n){
        margin-right: 0;
      }
      .listlk3 .item{
        padding: 8px;
      }
      .tabin02 .titletab a h5{
        padding-left: 30px;
      }
      .tabin02 .titletab a h5::before{
        left: 6px;
      }
    .subconbg01 {
        background-size: 100% auto;
    }
    .pladbgpd_no .modeimg01 {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .sub_imglist02 .img_box {
        padding-top: 10px;
    }
    .listin02 li {
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .sub_imglist02 .img_box {
        width: 100%;
        float: none;
        height: 200px !important;
    }
    .sub_imglist02 .info_box {
        width: calc(100% - 0%);
    }
    .sub_imglist02 .info_box {
        padding: 80px 20px 20px;
        margin-top: 10px;
    }
    /* .sub_imglist02 .img_box+.info_box {
        width: calc(100% - 0%);
    }
    .sub_imglist02 .img_box+.info_box {
        padding: 80px 20px 20px;
        margin-top: 10px;
    } */
    .sub_imglist02 .item {
        margin: 0 0 20px;
        display: block;
    }
    .imglist02bgp {
        padding: 30px 0;
    }
        .sldimg01 .sub-list14 .item-img14 {
    width: 150px;
}
.sldimg01 .item-txt14 {
    margin-left: 170px;
}
}

@media screen and (max-width: 768px) {
    .newroomlia .datelist03 .li1{
     padding: 16px 20px;
    }
    .newroomlia .datelist04 .li1{
          padding: 16px 20px;
    margin-bottom: 10px;
    }
    .newsMorea{
    width: 28px;
    height: 28px;
    }
    .newsMoreb{
    width: 26px;
    height: 11px;
    }
    .datelist04 .indlists01{
        margin-left: 80px;
    }
    .newlist03a .info_box .newsMore03{
        font-size: 14px;
    }
    .flex5{
        display: block;
    }
    .flex5 .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .hovlist .item.act,.hovlist .item{
        width: 50%;
    }
    .listin01 li h3::before{
        left: 0px;
    top: 20px;
    }
    .subtabAll {
    padding-bottom: 20px;
}
.sub-list14{
    margin: 0
}

    .sublistin03 .item{
        width: 48%;
        margin-right: 2%;
    }
    .sublistin03 .item:nth-child(3n){
        margin-right: 2%;
    }
        .sublistin03 .item:nth-child(2n){
        margin-right: 0%;
    }
    .li03tex{
        padding: 10px;
    }
    .modelist02 {
    padding-top: 30px;
}
.datelist02 .li1{
        width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 16px 16px;
}
    .newlist03a ul{
        display: block;
    }
    .newlist03a .item{
        width: 100%;
        margin-right: 0;
        background: #fff;
    }
    .newlist03a .info_box{
            padding: 20px 26px;
    }
    .newlist03a .title01{
        margin: 14px 0;
    }
   .submode01, .submode02, .submode03 {
    padding: 16px 0 16px;
}
.platformH3 {
    margin-bottom: 20px;
}
.submode02 .platformH3 {
    margin-bottom: 4px;
}
.platformH3 .more {
    top: 16px;
}
.sub_13c3 .item{
    padding: 16px;
}
.newroomlia .item:first-child{
    display: none;
}
.newroomlia .item:nth-child(2){
    margin-bottom: 10px;
}
.newroomlia .item{
    width: 100%;
    margin-right: 0;
}
.submode01_in .newlist03 .img_box{
    width: 100%;
    float: none;
}
.submode01_in .newlist03 .info_box{
    margin-left: 0;
}
.submode01_in .title01{
    margin: 10px 0;
}
    .sub_091 li {
        width: 100%;
    }
    /* .sub_091 .img_box {
        width: 120px
    }
    .sub_091 .right {
        left: 130px
    } */
    .subtab01 li a::before {
        width: 4px;
    }
    .sub_091 .item {
        margin: 10px 0 0 36px;
    }
    .tabboxa .subtab01 li a {
        height: 158px;
        padding-bottom: 10px;
    }
    .itembgPs .colorbg {
        margin: 16px auto 10px;
    }
    .itembgPs h5 {
        padding: 0 4px;
        font-size: 16px;
    }
    .subtab01 .itemPs {
        display: none;
        padding: 20px 20px;
    }
    .subtab01 .itemPs p {
        -webkit-line-clamp: 3;
    }
    .itembgPs .colorbg {
        width: 46px;
        height: 46px;
        background-size: 26px auto;
    }
    .itembgPs .colorbg02 {
        background-size: 18px auto;
    }
    .listin01 ul li .flex {
        align-items: start;
    }
    .sldimg01 .sub-list14 .item-img14 {
    width: 130px;
}
.sldimg01 .item-txt14 {
    margin-left: 140px;
}
.sldimg01 .sub-list14 li {
    width: 100%;
    margin-bottom: 20px;
}
.sldimg01 .sub-list14 li h3{
    margin-bottom: 6px;
    padding-top: 10px;
}
.sldimg02 .item {
   width: 44%;
        margin-right: 11%;
    margin-bottom: 20px;
}
.sldimg02 .item:nth-child(2n) {
    margin-right: 0;
}
.sldimg02 .item:nth-child(4n) {
     margin-right: 0;
}
.sldimg01 .sub-list14 li>a {
    margin: 0;
}
.sldimg01{
    padding: 20px 3% 20px;
}
.sldimg01 .sub-list14 li:last-child{
    margin-bottom: 0;
}
}

@media screen and (max-width: 640px) {
    .listin01 li a {
        padding: 14px 0 14px 14px;
    }
    .listin01 li ::before {
        width: 6px;
        height: 6px;
        left: 8px;
        top: 24px;
    }
    .listin01 li h3 {
        width: calc(100% - 0px);
    }

    .subList01 .listin01 li h3 {
        width: calc(100% - 0px);
    }
    .listin01 li span {
        width: auto;
        text-align: right;
        display: none;
    }
    .sub10ul>li .item {
        padding-right: 0;
    }
	 .subsld01 .sub10l {
		 width:160px;
		 margin:0 auto;
	 }
    .sub10l {
        width: 100%;
        float: none;
    }
    .sub10r {
        margin-left: 0;
        margin-top: 15px;
        padding: 0 14px 14px 14px;
    }
}