.scroll {
    padding: calc(5vw + 95px) 0 0 0;
    background: #f5f3ee
}

.scroll .pic {
    padding-top: 60%;
    position: relative;
}
.twbox-pic .pic {
    padding-top: 50%;
    position: relative;
}
.scroll .pic div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}


.titline_y {
    display: inline;
    position: relative;
    background-image: linear-gradient(#005d89, #005d89);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
}

.titline_y:hover {
    background-size: 100% 1px;
}

.titlin_y:hover .titline_y {
    background-size: 100% 1px;
}

.title {
    font-weight: 600;
}

.section1 {
    background: #f5f3ee url(../images/s1-r.png) no-repeat;
    background-position: right center;
    padding-bottom: 90px;
}

.s1-t {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}

.s1-tl {
    width: calc(50% - 10px);
    position: relative;

}

.s1-tr {
    width: calc(50% - 10px);
    position: relative;
    flex: 1;
    margin-left: 20px;

}

.twbox a {
    display: block;
}

.twbox a:hover .titline_y {
    background-size: 100% 1px;
    color: #005d89;
}

.twbox-info {
    background: #fff;
    padding: 25px 45px;
}

.twbox-info h3 {
    font-size: 20px;
    line-height: 30px;
    color: #4c4c4c;
}

.twbox-info p {
    font-size: 15px;
    line-height: 27px;
    height: 81px;
    overflow: hidden;
    color: #808080;
    margin-top: 15px;
}


.i-list1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.i-list1 .item {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    width: calc(50% - 10px);
    cursor: pointer;
    position: relative;
    border-bottom: 4px solid #ef9775;
    transition: all 0.5s;
}

.s1-t .i-list1 .item:nth-child(1):hover, .s1-t .i-list1 .item:nth-child(4):hover, .s1-t .i-list1 .item:nth-child(5):hover {
    background: #ef9775;
}

.s1-t .i-list1 .item:nth-child(1):hover .text, .s1-t .i-list1 .item:nth-child(4):hover .text, .s1-t .i-list1 .item:nth-child(5):hover .text {
    color: #fff;
}

.s1-t .i-list1 .item:nth-child(1):hover .text .date, .s1-t .i-list1 .item:nth-child(4):hover .text .date, .s1-t .i-list1 .item:nth-child(5):hover .text .date {
    color: #fff;
}

.i-list1 .item:hover {
    background: #ef9775;
}

.i-list1 .item:hover .text {
    color: #fff;
}

.i-list1 .item:hover .text .date {
    color: #fff;
}

.i-list1 .item:nth-child(-n+4) {
    margin-bottom: 20px;
}

.i-list1 .item a {
    display: block;
}

.i-list1 .item .text {
    padding: 20px 30px 0 30px;
    position: relative;
}

.i-list1 .item .text .h {
    font-size: 16px;
    line-height: 1.5;
   /* max-height: 48px;*/
    overflow: hidden;
}

.i-list1 .item .text .date {
    color: #99857b;
    margin-top: 15px;
    font-style: italic;
    font-size: 16px;
    font-style: normal;
}

.s1-t .i-list1 .item:nth-child(1) .text,
.s1-t .i-list1 .item:nth-child(4) .text,
.s1-t .i-list1 .item:nth-child(5) .text {
    color: #fff;
}

.s1-t .i-list1 .item:nth-child(1) .text .date,
.s1-t .i-list1 .item:nth-child(4) .text .date,
.s1-t .i-list1 .item:nth-child(5) .text .date {
    color: #fff;
}

.s1-t .i-list1 .item:nth-child(1),
.s1-t .i-list1 .item:nth-child(4),
.s1-t .i-list1 .item:nth-child(5) {
    background: #005d89;
    border-color: #ef9775;
}

.s1-b {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 200px;
}

.s1-bl {
    width: calc(50% - 10px);
    transform: translateX(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s1-br {
    width: calc(50% - 10px);
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.section1 .showdiv .s1-bl {
    transform: translateY(0);
    opacity: 1;
}

.section1 .showdiv .s1-br {
    transform: translateY(0);
    opacity: 1;
}

.s1-b .i-list1 .item:nth-child(2) .text,
.s1-b .i-list1 .item:nth-child(3) .text,
.s1-b .i-list1 .item:nth-child(6) .text {
    color: #fff;
}

.s1-b .i-list1 .item:nth-child(2) .text .date,
.s1-b .i-list1 .item:nth-child(3) .text .date,
.s1-b .i-list1 .item:nth-child(6) .text .date {
    color: #fff;
}

.s1-b .i-list1 .item:nth-child(2),
.s1-b .i-list1 .item:nth-child(3),
.s1-b .i-list1 .item:nth-child(6) {
    background: #005d89;
    border-color: #ef9775;
}

.s1-b .i-list1 .item:nth-child(2):hover,
.s1-b .i-list1 .item:nth-child(3):hover,
.s1-b .i-list1 .item:nth-child(6):hover {
    background: #ef9775;
}

.s1-b .i-list1 .item:nth-child(2):hover .text,
.s1-b .i-list1 .item:nth-child(3):hover .text,
.s1-b .i-list1 .item:nth-child(6):hover .text {
    color: #fff;
}

.s1-b .i-list1 .item:nth-child(2):hover .text .date,
.s1-b .i-list1 .item:nth-child(3):hover .text .date,
.s1-b .i-list1 .item:nth-child(6):hover .text .date {
    color: #fff;
}


.s1-icons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.s1-icons li {
    width: 24.5%;
}

.s1-icons li a {
    display: flex;
    font-size: 0;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: #ef9775;
    border-radius: 10px;
    font-size: 22px;
    color: #006791;
}

.s1-icons li a span {
    margin-left: 10px;
}


.section2 {
    padding-top: 105px;
    background: #fff url(../images/s2-bj.png) no-repeat;
    background-position: left center;
    padding-bottom: 100px;
}

.s2-t, .s2-b {
    display: flex;
    justify-content: space-between;
}

.s2-tl, .s2-bl {
    width: calc(50% - 10px);
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s2-tr, .s2-br {
    width: calc(50% - 10px);
    transform: translateX(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.section2 .showdiv .s2-bl {
    transform: translateY(0);
    opacity: 1;
}

.section2 .showdiv .s2-tl {
    transform: translateY(0);
    opacity: 1;
}

.section2 .showdiv .s2-br {
    transform: translateY(0);
    opacity: 1;
}

.section2 .showdiv .s2-tr {
    transform: translateY(0);
    opacity: 1;
}

.s2-tl .title a {
    float: none;
    display: block;
    background-position: left center;
    margin-top: 25px;
}



.i-list2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(100% - 165px);
    margin-top: 40px;
}

.i-list2 .item {
    background: #f5f2ee;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    width: 50%;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.i-list2 .item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 8px;
    background: #ef9775;
}

.i-list2 .item:nth-child(-n+4) {
    margin-bottom: 10px;
}

.i-list2 .item:nth-child(2n)::before {
    right: 25px;

}

.i-list2 .item:nth-child(2n) a {
    border-left: 2px solid #ef9775;

}

.i-list2 .item a {
    display: block;
    width:100%;
}

.i-list2 .item .text {
    padding: 0 25px;
    position: relative;
    color: #808080;
}

.i-list2 .item .text .h {
    font-size: 16px;
    line-height: 1.5;
    max-height: 48px;
    overflow: hidden;
}

.i-list2 .item:hover a:hover .text .titline_y {
    background-size: 100% 1px;
}

.i-list2 .item:hover a:hover .text .h {
    color: #005d89;
}

.i-list2 .item .text .date {
    margin-top: 10px;
    font-style: italic;
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
}



.twbox2 {
    position: relative;
    z-index: 8;
}

.twbox2::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 165px;
    z-index: 8;
    background: #005d89;
}

.twbox2::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 8px;
    top: 165px;
    background: #ef9775;
    z-index: 8;
}

.twbox2 a {
    display: block;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

.twbox2 a:hover .titline_y {
    background-size: 100% 1px;
    background-image: linear-gradient(#fff, #fff);

}

.twbox-info2 {
    padding: 5.8% 0 5% 0;
    color: #fff;
}

.twbox-info2 h3 {
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.twbox-info2 p {
    font-size: 15px;
    line-height: 27px;
    height: 81px;
    overflow: hidden;
    margin-top: 25px;
}

.twbox-info2 .p1 {
    font-size: 15px;
    line-height: 27px;
    height: auto;
    overflow: hidden;
    margin-top: 0;
}

.s2-b {
    margin-top: 205px;
    flex-direction: row-reverse;
}

.s2-br .title {
    text-align: right;
}

.s2-br .title div {
    overflow: hidden;
}

.s2-br .title img {
    margin-right: 10px;
}

.s2-br .title a {
    display: block;
    background: url(../images/title-more3.png) no-repeat;
    background-position: center center;
    text-align: center;
    padding-right: 20px;
    padding-left: 0;
    margin-top: 10px;
    margin-top: 25px;
}

.section3 {
    background: #005d89 url(../images/ihome3-bj.png) no-repeat;
    background-position: left bottom;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

.section3 .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.section3 .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    text-align: center;
    max-width: 50px;
    color: #fff;
}

.section3 .title .fz40 {
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-weight: 600;
}

.section3 .title img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.s3-c {

    margin-left: 130px;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 180px);
}


.s3-c .slick-slide>div {
    margin: 0 10px;

}

.s3-c .slick-slide:nth-child(2n)>div {
    transform: translateY(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s3-c .slick-slide:nth-child(2n+1)>div {
    transform: translateY(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s3-c.showdiv .slick-slide:nth-child(2n)>div {
    transform: translateY(0);
    opacity: 1;
}

.s3-c.showdiv .slick-slide:nth-child(2n+1)>div {
    transform: translateY(0);
    opacity: 1;
}

.s3-c .item {
    -ms-flex: 1;
    flex: 1;
    height: 600px;
    color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 1s ease-out 0s;
    /* transform: translateY(-80px); */
    /* opacity: 0; */
}


.s3-c .item:nth-child(2n+1) {
    /* transform: translateY(-50px); */
}

.s3-c .item:nth-child(2n) {
    /* transform: translateY(50px); */
}

.s3-c.showdiv .item {
    transform: none;
    opacity: 1;
}

.s3-c .item .pic {
    padding-top: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.6s ease-out 0s;
}

.s3-c .item:hover .pic {
    transform: scale(1.1);
}

.s3-c .item .tit {
    position: absolute;
    left: 30px;
    top: 40px;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    max-height: 70%;
}

.s3-c .item .tit .h {
    font-size: 24px;
}

.s3-c .item .tit .p {
    margin-left: 10px;
}

.s3-c .item .more1 {
    position: absolute;
    right: 30px;
    bottom: 0px;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-align: center;
}

.s3-c .item .more1:after {
    content: "";
    border-left: 1px solid #fff;
    display: inline-block;
    height: 40px;
    margin-top: 8px;
}

.s3-c .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s3-c .list .inner {
    position: relative;
    flex-grow: 2;
}


.section4 {
    padding: 120px 0;background: #fff;
}

.s4-c {
    margin-top: 45px;
}



.s4-c ul li {
    position: relative;
}

.s4-c ul li:nth-child(2n) {
    transform: translateX(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s4-c ul li:nth-child(2n+1) {
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s4-c.showdiv ul li:nth-child(2n) {
    transform: translateY(0);
    opacity: 1;
}

.s4-c.showdiv ul li:nth-child(2n+1) {
    transform: translateY(0);
    opacity: 1;
}

.s4-c ul li::before {
    position: absolute;
    left: 0;
    right: 30px;
    top: 0;
    height: 5px;
    background: #ef9674;
}


.s4-c ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s4-c ul li {
    width: 49%;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.s4-c ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #efebea;
    padding: 0 30px 0 0;
    height: 110px;
    background: #dbd9d7;
}

.s4-c ul li a h3 {
    font-size: 24px;
    color: #ef9775;
    line-height: 108px;
    width: 235px;
    /* line-height: 85px; */
    text-align: center;
    background: #006791;
    background-position: center bottom;
    position: relative;
    overflow: hidden;
}

.s4-c ul li a h3 span {
    display: block;
    z-index: 8;
    position: relative;
}

.s4-c ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: 50% 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    background: #ef9674;
    background: url(../images/ih2-libj.png) no-repeat;
    background-size: 100%;
    z-index: 7;
    animation: hw_rotate 10s infinite linear;
}

@keyframes hw_rotate {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

.s4-c ul li a p {
    flex: 1;
    font-size: 16px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    color: #404040;
    padding: 0 30px;
}

.s4-c ul li a:hover h3 {
    color: #ffffff;
}

.s4-c ul li a:hover p {
    color: #005d89;
}


.section5 {
    background: #006791 url(../images/s5-rbj.png) no-repeat;
    background-position: right bottom;
    padding: 70px 0 120px 0;
}

.section5 .title {
    width: 50%;
    color: #fff;
}

.section5 .title a {
    color: #fff;
    background: url(../images/title-more5.png) no-repeat;
    background-position: center center;
}

.s5-t {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    background: #fff;
    padding: 35px 45px;
    margin-top: 40px;
    align-items: flex-end;
    max-height: 245px;
}
.s5-t .s5-tpic{margin-top:-120px;}
.s5-tlist {
    width: calc(100% - 500px);
    transform: translateY(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.section5 .showdiv .s5-tlist {
    transform: translateY(0);
    opacity: 1;
}

.section5 .i-list2 {
    height: auto;
    margin-top: 0;
}

.section5 .i-list2 .item {
    background: none;
}

.section5 .i-list2 .item::before {
    content: none;
}

.section5 .i-list2 .item:nth-child(-n+4) {
    margin-bottom: 0;
}

.section5 .i-list2 .item:nth-child(-n+2) {
    margin-bottom: 30px;
}

.section5 .i-list2 .item a {
    border-left: 5px solid #ef9775;
}

.s5-tpic {
    width: 465px;
    position: relative;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.section5 .showdiv .s5-tpic {
    transform: translateY(0);
    opacity: 1;
}

.section5 .pic {
    padding-top: 63.5%;
}

.s5-tpic p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 103, 145, .7);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
    line-height: 48px;
    font-size: 20px;
}

.s5-b {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: #004871;
    padding: 35px 45px;
    margin-top: 35px;
    align-items: flex-end;
    max-height: 245px;
    margin-top: 75px;
}

.s5-b .i-list2 .item .text {
    color: #fff;
}

.s5-b .i-list2 .item a:hover .text .titline_y {
    background-image: linear-gradient(#fff, #fff);
    color: #fff;
}

.section5 .s5-b .pic {
    padding-top: 53%;
}

.section6 {
    background: #fff;
    padding: 100px 0;
}

.section6 .title {
    margin-bottom: 50px;
}

.section6 .block {
    display: flex;
    justify-content: space-between;
}

.s6-l {
    width: 48%;
    transform: translateX(-80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.s6-r {
    width: 48%;
    transform: translateX(80px);
    opacity: 0;
    transition: all 1s ease-out;
}

.section6.showdiv .s6-r {
    transform: translateY(0);
    opacity: 1;
}

.section6.showdiv .s6-l {
    transform: translateY(0);
    opacity: 1;
}


.s6-list ul li {
    padding: 0 55px 0 55px;
    background: #dbd9d7;
    position: relative;
    display: flex;
    align-items: center;
    height: 120px;
}

.s6-list ul li:nth-child(-n+3) {
    margin-bottom: 14px;
}

.s6-list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #ef9775;
}

.s6-list ul li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
}

.s6-list ul li a {
    display: block;
    color: #4d4d4d;
    width: 100%;
}

.s6-list ul li a:hover h3 {
    color: #005d89;
}

.s6-r .s6-list ul li a:hover h3 {
    color: #fff;
    /* background-image: linear-gradient(#006791, #006791); */
}

.s6-list ul li a h3 {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.s6-list ul li a .titline_y1{
    background: url(../images/xxgk_icon.png) no-repeat;
    background-position: left 100%;
    padding-left:50px;
    position: relative;
    background-size: contain;
}

.s6-list ul li a p {
    position: relative;
    margin-top: 10px;
    text-align: right;
}
.s6-list ul li a p.p2 {
    position: relative;
    margin-top: 0;
    text-align: right;
    color: #f19975;
    top: -16px;
}
.s6-list ul li a p::before {
    content: "";
    position: absolute;
    /* left: 0; */
    right: 90px;
    top: 50%;
    background: #ef9775;
    height: 1px;
    width: 50px;
}
.s6-list ul li a p.p2::before  {
    content:none
    ;
}

.s6-list ul li:nth-child(2n){
     background: #006791;
}
.s6-list ul li:nth-child(2n) a{
  color:#fff;
}
.s6-list ul li:nth-child(2n):hover{
 /*background:#fff; */
} 
.s6-list ul li:nth-child(2n):hover a  h3{color: #fff;}
.s6-r .s6-list {
    background: #006791;
    position: relative;
    padding: 20px 0;
}

.s6-r .s6-list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
}

.s6-r .s6-list ul li {
    background: none;
    height: 96px;
    margin-bottom: 0;
}

.s6-r .s6-list ul li::before {
    content: none;
}

.s6-r .s6-list ul li::after {
     content: "";
     position: absolute;
     left: 50px;
     /* right: 90px; */
     top: 79%;
     background: #0096a2;
     height: 3px;
     width: 430px;
     border: none;
}

.s6-r .s6-list ul li a {
    color: #fff;
}



.ihome6 {
    background: #005d89 url(../images/ih6-bj.png) no-repeat;
    background-position: left 15%;
    padding-top: 105px;
    position: relative;
}

.ihome6-t {
    position: relative;
    height: 1250px;
}




.ihome6-t ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}

.ihome6-t ul li {
    width: 33.3333%;
    height: 50%;
    position: relative;
    transform: translate(80px, 80px);
    z-index: 9;
}

.ihome6-t ul li:nth-child(1) {
    transition: all 1s ease-out;
    margin: 0 33.33333333%;
}

.ihome6-t ul li:nth-child(2) {
    transition: all 1s ease-out .2s;
}

.ihome6-t ul li:nth-child(3) {
    transition: all 1s ease-out .4s;
}

.ihome6-t.showdiv ul li {
    transform: translate(0, 0);
}

.ihome6-t ul li a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.svg svg {
    fill: transparent;
    stroke: #222;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    width: 70px;
    height: 60px;
    transition: .3s;
}

svg:hover {
    animation: dash 10s ease;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.ih6-t1 {
    position: absolute;
    left: 0;
    top: 16.8%;
    width: 55.71%;
    height: 41.6%;
    z-index: 8;
}

.ih6-t2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 26.9111%;
    z-index: 8;
    width: 25.72%;
    overflow: hidden;
}

.ih6-t3 {
    position: absolute;
    left: 37.14%;
    bottom: 0;
    width: 37.14285%;
    z-index: 8;
    height: 41.6%;
}

.ihome6-t .ih6-t3 ul {
    justify-content: flex-end;
}

.ihome6-t .ih6-t3 ul li {
    width: 50%;
}

.ihome6-t .ih6-t3 ul li:nth-child(1) {
    margin: 0;
}

.ih6-t4 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 37.14%;
    z-index: 7;
    height: 41.6%;
    overflow: hidden;
}

.ih6-t5 {
    position: absolute;
    right: 0;
    top: 39.1%;
    width: 45%;
    z-index: 8;
    height: 30%;
}

.ih6-t6 {
    position: absolute;
    right: 0;
    top: 0;
    width: 52.1428%;
    height: 58.4%;
    overflow: hidden;
    z-index: 7;
}

.ih6-t6 .ih6-block .pics {
    padding-top: 100%;
}

.ihome6 .pics img {
    height: 100%;
}

.ihome6-t ul li a p {
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
    padding: 0 10px;
}

.ih6-block {
    position: relative;
    transition: all 1s ease-out;
    transform: translate(-80px, 80px);
    opacity: 0;
    height: 100%;
}

.ihome6-t.showdiv .ih6-block {
    transform: translate(0, 0);
    opacity: 1;
}

.ih6-block .pics {
    padding-top: 100%;
    height: 100%;
}

.ih6-block::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
}

.ih6-block a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.ih6-block a h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.ih6-block a p {
    width: 100%;
    text-align: center;
    background: url(../images/title-more4.png) no-repeat;
    padding-right: 0;
    background-position: center center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    /* margin-top: 10px; */
    background: none;
}


.ih6-tr1 {
    position: absolute;
    right: 0;
    top: 0;
    width: 120%;
    margin-left: -20%;
    margin-top: -60px;
}

.ih6-tr2 {
    position: absolute;
    top: 30%;
    right: 0;
    width: 90%;
}

.ihome6-b {
    margin-top: 250px;
    padding-bottom: 220px;
    /* background: url(../images/ihome6-bbj.png) no-repeat;
    background-position: center top; */
    position: relative;
}

.ihome6-b ul li a {
    display: block;
    text-align: center;
    border-left: 2px solid #ef9775;
}
.ihome6-b ul .slick-slide:first-child li a{border:none;}
.ihome6-b ul li a p {
    color: #fff;
    font-size: 24px;
    margin-top: 10px;
}

.ihome6-b ul li a span {
    display: block;
    font-size: 12px;
    color: #fff;
height:20px;
}

.ihome6-byh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/ihome6-bbj2.png) no-repeat;
    background-position: center top;
    height: 126px;
    margin-bottom: -15px;
}

.links{
    margin: 0 120px;
    margin-top:50px;
}
.links h3{color: #f19975;font-size: 24px;background: url(../images/xxgk_icon.png) no-repeat;display: inline-block;background-position: left 100%;padding: 0 30px;float: left;}

.links .text1{float: left;}

.links .text1 li {float:left;}
.links .text1 li a{
    color: #fff;
    font-size: 22px;
    text-align: center;
    border-left: none;
    padding: 0 20px;
    }
.links .text1 li img{
    padding-right: 7px;
}    



@media screen and (max-width: 1400px) {
    .title {
        font-size: 30px;
    }

    .title img {
        height: 15px;
    }

    .twbox2 a {
        padding: 0 15px;
    }

    .ihome6-t {
        height: 96.428vw;
    }

    .ih6-block a h3 {
        font-size: 30px;
    }
    .links {
    margin: 0;
    margin-top: 50px;
}
.links h3{font-size: 22px; }
.links .text1 li a{
    font-size: 16px;
    padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .title {
        font-size: 24px;
    }

    .twbox-info2 h3, .twbox-info h3 {
        font-size: 18px;
    }

    .twbox-info, .s3-c .item .tit .h {
        padding: 20px;
    }

    .i-list1 .item .text {
        padding: 15px 15px 0 15px;
    }

    .title a {
        font-size: 12px;
        background-size: auto 24px;
    }

    .s1-icons li a, .s4-c ul li a h3, .ihome6-b ul li a p {
        font-size: 20px;
    }

    .s3-c {
        width: calc(100% - 80px);
        margin-left: 50px;
    }

    .s5-t {
        padding: 20px;
        max-height: none;
        align-items: center;
    }
.s5-t .s5-tpic{margin-top:0;}
    .s5-b {
        padding: 20px;
        max-height: none;
        align-items: center;
    }

    .i-list2 .item .text {
        padding: 0 15px;
    }

    .s5-tlist {
        width: calc(100% - 360px);
    }

    .s5-tpic {
        width: 340px;
    }

    .s5-tpic p {
        line-height: 36px;
        font-size: 16px;
    }

    .s5-b .i-list2 .item .text {
        padding: 5px 10px;
    }

    .section5 .i-list2 .item:nth-child(-n+2) {
        margin-bottom: 20px;
    }

    .section5 .title {
        width: auto;
    }

    .s6-list ul li {
        padding: 0 25px;
    }

    .ihome6-t ul li a p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .scroll {
      /*  padding: calc(5vw + 60px) 0 5vw; */
padding: calc(5vw + 60px) 0 0 0;
    }

    .title {
        font-size: 20px;
    }

    .s1-icons li a, .s3-c .item .tit .h, .s4-c ul li a h3ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢.ihome6-b ul li a p {
        font-size: 18px;
    }

    .twbox-info2 h3, .twbox-info h3 {
        font-size: 16px;
    }

    .i-list2 .item .text {
        padding: 10px;
    }

    .i-list2 .item .text .h {
        font-size: 14px;
        max-height: 42px;
    }

    .i-list2 .item::before {
        height: 2px;
    }

    .s3-c .item .tit {
        left: 0;
        top: 0;
    }

    .s3-c {
        width: calc(100% - 80px);
        margin-left: 20px;
    }

    .s4-c ul li a h3 {
        width: 140px;
    }

    .s4-c ul li a {
        height: 80px;
    }

    .svg svg {
        width: 50px;
        height: 40px;
    }

    .ihome6-t ul li a p {
        font-size: 16px;
    }

    .ih6-block a h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 850px) {
    .ih6-block,.s1-br,.s1-bl,.s2-tl, .s2-bl,.s2-tr, .s2-br,.s3-c .slick-slide:nth-child(2n+1)>div,.s3-c .slick-slide:nth-child(2n)>div,.s4-c ul li:nth-child(2n+1),.s4-c ul li:nth-child(2n),.s5-tpic,.s5-tlist,.s5-tpic,.s5-tlist,.s6-l,.s6-r {
        transform: translateX(0) translateY(0) !important;
        opacity: 1 !important;
    }


    .scroll {
        padding: 36px 0 0 0;
    }

    .s1-t, .i-list2, .s4-c, .s5-t, .s6-r {
        margin-top: 20px;
    }

    .s1-b, .s2-b {
        margin-top: 35px;
    }

    .section1 {
        padding-bottom: 35px;
    }

    .section2, .section3, .section4, .section5, .section6 {
        padding: 35px 0;
    }

    .s2-tl .title a {
        float: right;
        margin-top: 0;
    }

    .twbox-info2 {
        padding: 20px 0;
    }

    .twbox-info2 p {
        height: auto;
        margin-top: 10px;
    }

    .s2-br .title div {
        float: left;
    }

    .s2-br .title a {
        margin-top: 0;
    }

    .section3 .title img {
        display: none;
    }

    .section6 .title {
        margin-bottom: 20px;
    }

    .ihome6 {
        padding-top: 35px;
    }

    .ihome6-b {
        margin-top: 50px;
        padding-bottom: 200px;
    }



    .s3-c .item .tit .h, .s4-c ul li a h3, .ihome6-b ul li a p {
        font-size: 16px;
    }

    .s4-c ul li a p {
        font-size: 14px;
    }

    .s1-t, .s1-b, .s2-t, .s2-b {
        display: block;
    }

    .s1-tl, .s1-tr, .s1-bl, .s1-br, .s2-tl, .s2-bl, .s2-tr, .s2-br {
        width: auto;
        margin-left: 0;
    }

    .s1-tr, .s1-br, .s2-tr, .s2-bl {
        margin-top: 20px;
    }

    .i-list1 .item .text {
        padding: 10px;
    }

    .i-list1 .item {
        width: calc(50% - 5px);
    }

    .s1-icons {
        flex-wrap: wrap;
    }

    .s1-icons li {
        width: 49%;
    }

    .s1-icons li:nth-child(-n+2) {
        margin-bottom: 10px;
    }

    .s1-icons li a {
        font-size: 16px;
    }

    .s1-icons li a img {
        max-width: 30px;
        max-height: 25px;
    }

    .s1-icons li a span {
        margin-left: 5px;
    }

    .s3-c .item {
        height: 80vw;
    }

    .s3-c {
        width: auto;
        margin-left: 0;
    }

    .section3 .block {
        display: block;
    }

    .section3 .title {
        flex-direction: row;
        max-width: none;
        margin-bottom: 30px;
    }

    .section3 .title .fz40 {
        writing-mode: unset;
    }

    .s3-c .slick-slide>div {
        margin: 0 5px;
    }

    .s3-c .item .more1 {
        right: 5px;
    }

    .s3-c .item .tit {
        max-height: 95%;
    }

    .s3-c .item .tit .h {
        padding: 10px;
    }

    .s4-c ul li a p {
        padding: 0 15px;
    }

    .s5-t, .s5-b {
        display: block;
    }

    .s5-tlist, .s5-tpic {
        width: auto;
    }

    .s5-tlist {
        margin-top: 20px;
    }

    .s6-list ul li {
        padding: 0 15px;
    }

    .section6 .block {
        display: block;
    }

    .s6-l {
        width: auto;
    }

    .s6-r {
        width: auto;
        margin-top: 30px;
    }

    .ihome6-t ul li a p {
        font-size: 16px;
        margin-top: 5px;
        line-height: 18px;
    }

    .svg svg {
        width: 30px;
        height: 30px;
    }

    .ihome6-t {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .ih6-t1 {
        position: static;
    }

    .ihome6-t ul li:nth-child(1) {
        margin: 0;
    }

    .ih6-t1, .ih6-t3, .ih6-t6 {
        width: 100%;
        position: static;
        height: auto;
    }

    .ih6-t4, .ih6-t2 {
        width: 50%;
        height: auto;
        position: static;
    }

    .ihome6-t ul {
        height: 33vw;
    }

    .ihome6-t ul li, .ih6-block {
        transform: translate(0, 0);
        height: 100%;
        opacity: 1;
    }

    .ihome6-t .ih6-t3 ul li {
        width: 33.33%;
        height: auto;
    }

    .ih6-block a h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .s4-c ul {
        display: block;
    }

    .s4-c ul li {
        width: auto;
    }
}


@media screen and (max-width: 480px) {
    .i-list2 {
        display: block;
    }

    .i-list2 .item {
        width: auto;
        margin-bottom: 10px;
    }

    .section5 .i-list2 .item:nth-child(-n+4) {
        margin-bottom: 10px;
    }
}