        html {
            overflow-x: hidden;
            overflow-y: auto;
        }
        
        #fullpage {
            position: relative;
        }
        
        #fullpage .section {
            text-align: center;
            font: 50px "Microsoft Yahei";
            color: #fff;
        }
        
        #topCarousel {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .carouselList .carouselItem1 {
            background: url('../images/banner1.png') center no-repeat;
            background-size: 100% 100%;
        }
        
        .carouselList .carouselItem2 {
            background: url('../images/banner2.png') center no-repeat;
            background-size: 100% 100%;
        }
        
        .carouselList .carouselItem3 {
            background: url('../images/banner3.png') center no-repeat;
            background-size: 100% 100%;
        }
        
        .topCarousel .swiper-button-prev,
        .topCarousel .swiper-button-next {
            background-color: #fff;
        }
        
        #topCarousel .swiper-button-prev {
            left: 50px;
        }
        
        #topCarousel .swiper-button-next {
            right: 50px;
        }
        
        #fullpage .infoList {
            width: 80%;
            position: absolute;
            left: 50%;
            bottom: 50%;
            transform: translate(-50%, 50%);
            z-index: 30;
        }
        
        .infoList h3 {
            font-size: 48px;
        }
        
        .infoList p {
            margin: 20px 0 20px 0;
            text-shadow: none;
            font-weight: 100;
        }
        
        .infoList .highService {
            font-size: 24px;
        }
        
        .infoList .redLine {
            width: 100px;
            height: 4px;
            background-color: #e3120b;
            margin: 0 auto;
            display: block;
        }
        
        .infoList .telephone {
            font-size: 20px;
        }
        
        #fullpage .infoList2 {
            text-align: right;
        }
        
        .infoList2 .redLine {
            margin-right: 50px;
        }
        /* section2区域 ------------------*/
        
        .about-list {
            width: 100%;
            height: 100%;
            z-index: 2;
            background: #ffffff;
        }
        
        .met-page {
            width: 100%;
            height: 100%!important;
            position: relative;
            background-size: cover;
            overflow: hidden;
            background-position: center top;
            transition: visibility 0s 0.5s;
            padding-top: 75px;
        }

        .img-content-intro{
          z-index: 200;
          position: absolute;
          top: 75px;
          left: 0;
          bottom: 0;
          width: 50%;
          background-color: transparent;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          padding: 100px 0;
        }

        .intro-img{
          width: 11vw;
          height: 7vw;
          object-fit: contain;
          border: 1px dashed #ccc;
          margin: 0  10px;
        }

        .intro-img-c{
          width: 11vw;
          height: 15vw;
          object-fit: contain;
          border: 1px dashed #ccc;
          margin: 0  10px;
        }
        
        .about-img {
            float: left;
            width: 50%;
            height: 100%;
        }
        
        .about-content {
            width: 50%;
            z-index: 99;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            padding: 0;
        }
        
        .about-content .containers {
            max-width: 100%;
            margin-right: auto;
            margin-left: auto;
            text-align: justify;
            padding: 70px;
        }
        
        .containers #title {
            opacity: 1;
            color: #37474f;
            height: 60px;
            font-size: 24px;
            position: relative;
            margin: 0;
            font-weight: normal;
            bottom: -20%;
        }
        
        .title .lines {
            background-color: #37474f;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100px;
            height: 1px;
        }
        
        .containers #desc {
            position: relative;
            color: #37474f;
            margin-top: 20px;
            line-height: 2;
            font-size: 14px;
            max-height: 500px;
            overflow: hidden;
            bottom: -50%;
        }
        .containers #desc p{
          text-indent: 2em;
        }
        
        .containers #more {
            position: relative;
            border: 1px solid;
            color: #37474f;
            overflow: hidden;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            width: 160px;
            cursor: pointer;
            margin-top: 50px;
            bottom: -70%;
        }
        
        .more span {
            display: block;
            width: 100%;
            position: relative;
            text-align: center;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }
        
        .containers #more:hover {
            background-color: #e3120b;
            color: #fff;
            border: 1px solid transparent;
            transition: all .6s ease;
        }
        /* section3区域 ------------------*/
        
        .section3 {
            position: relative;
        }
        
        .section3 .advisoryContent {
            width: 100%;
            z-index: 5;
            text-align: center;
            position: absolute;
            top: 34%;
            left: -1%;
        }
        
        .advisoryContent .advisoryDetail {
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding-right: 13px;
            padding-left: 13px;
        }
        
        .advisoryDetail .advisoryHead {
            position: relative;
            height: 67px;
            font-weight: 200;
        }
        
        .advisoryHead .advisoryTitle {
            font-size: 25px;
            margin: 0;
            height: 45px;
        }
        
        .advisoryHead .advisoryLine {
            font-size: 16px;
            position: absolute;
            top: 50px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 14px;
            color: #fff;
        }
        
        .advisoryLine:before {
            background-color: #fff;
        }
        
        .advisoryLine:after {
            background-color: #fff;
        }
        
        .section3 .productMask {
            position: absolute;
            width: 70%;
            height: 70%;
            top: 15%;
            left: 15%;
            z-index: 5;
            overflow: hidden;
        }
        
        .productMask .productFull {
            width: 800px;
            height: 400px;
            position: absolute;
            border: 2000px solid rgba(255, 255, 255, 0.1);
            box-sizing: content-box;
            margin: -2175px 0 0 -2400px;
            left: 50%;
            top: 50%;
            transform: translate(1350px, 750px);
            /* transition: all 0.5s; */
            z-index: 7;
            transition: .6s .7s;
            background: rgba(0, 0, 0, .1);
        }
        
        .productFull ol {
            list-style: none;
            margin-top: 0;
            margin-bottom: 1px;
        }
        
        .productFull ol li {
            border-color: #ffffff;
            border-style: solid;
            position: absolute;
            width: 24px;
            height: 24px;
        }
        
        .productFull ol li:nth-child(1) {
            border-width: 5px 0 0 5px;
            top: 0;
            left: 0;
        }
        
        .productFull ol li:nth-child(2) {
            border-width: 5px 5px 0 0;
            top: 0;
            right: 0;
        }
        
        .productFull ol li:nth-child(3) {
            border-width: 0 0 5px 5px;
            bottom: 0;
            left: 0;
        }
        
        .productFull ol li:nth-child(4) {
            border-width: 0 5px 5px 0;
            bottom: 0;
            right: 0;
        }
        
        .productMask .productBorder {
            width: 600px;
            height: 460px;
            visibility: visible;
            margin: -205px 0 0 -300px;
            left: 50%;
            top: 50%;
            position: absolute;
            border: 1px dashed;
            border-color: #ffffff;
            z-index: 11;
            transform: scale(0.2);
            transition: .3s .4s;
        }
        
        #advisoryWraper .productWraper {
            width: 578px;
            max-width: 100%;
            position: relative;
            margin-top: 60px;
        }
        
        .productWraper .productNav {
            position: relative;
            height: 156px;
        }
        
        .productNav .productList {
            width: 578px;
            height: 156px;
            margin: 0 auto;
        }
        
        .productList .productItem {
            float: left;
            width: calc(100% - 30px);
            padding: 0 15px !important;
            flex-shrink: 0;
            margin: 0;
            position: relative;
            height: 156px;
        }
        
        .productList .productItem .subTitle {
            font-size: 22px;
            margin-bottom: 20px;
            display: block;
            line-height: normal !important;
            height: auto;
            color: #ffffff;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        
        .productItem .productDesc {
            line-height: 2;
            font-size: 14px;
            margin-bottom: 20px;
            overflow: hidden;
            color: #ffffff;
            visibility: visible;
            opacity: 1;
            height: 190px;
            text-align: left;
        }
        
        .productItem .productMore {
            width: 160px;
            cursor: pointer;
            color: #ffffff;
            overflow: hidden;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            text-align: center;
            border: #ffffff 1px solid;
            opacity: 1;
        }
        
        .productMore .subMore {
            display: block;
            width: 100%;
            position: relative;
            text-align: center;
            height: 40px;
            line-height: 40px;
            color: #ffffff;
            font-size: 14px;
        }
        
        #advisoryWraper .productCtrl {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            margin-top: -10px;
            z-index: 2;
            width: 100%;
        }
        
        .productCtrl .ctrlLeft {
            width: 40px;
            height: 140px;
            position: absolute;
            top: 50%;
            left: 5%;
            opacity: 1;
            z-index: 9;
            cursor: pointer;
        }
        
        .ctrlLeft:before,
        .ctrlRight:before {
            position: absolute;
            left: 0;
            top: 50%;
            width: 150%;
            height: 2px;
            content: '';
            background: #ffffff;
            transform: rotate(40deg);
            outline: none;
            border: 0;
        }
        
        .ctrlLeft:before {
            transform-origin: bottom left;
            -webkit-transform-origin: bottom left;
        }
        
        .ctrlLeft:after {
            transform-origin: top left;
            -webkit-transform-origin: top left;
        }
        
        .ctrlLeft:after,
        .ctrlRight:after {
            position: absolute;
            left: 0;
            top: 50%;
            width: 150%;
            height: 2px;
            content: '';
            transform: rotate(-40deg);
            background: #ffffff;
            outline: none;
            border: 0;
        }
        
        .ctrlRight:before {
            transform-origin: bottom right;
            -webkit-transform-origin: bottom right;
        }
        
        .ctrlRight:after {
            transform-origin: top right;
            -webkit-transform-origin: top right;
        }
        
        .productCtrl .ctrlRight {
            width: 40px;
            height: 140px;
            position: absolute;
            top: 50%;
            right: 5%;
            opacity: 1;
            cursor: pointer;
            z-index: 9;
        }
        
        .section3 #advisoryWraper {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 4;
        }
        
        #advisoryWraper .advisoryList {
            width: 100%;
        }
        
        #advisoryWraper .swiper-button-prev {
            top: 50%;
            left: 25%;
            width: 42px;
            height: 88px;
            background-size: 42px 88px;
        }
        
        #advisoryWraper .swiper-button-next {
            top: 50%;
            right: 25%;
            width: 42px;
            height: 88px;
            background-size: 42px 88px;
        }
        
        .advisoryWraper .swiper-button-prev,
        .advisoryWraper .swiper-button-next {
            background-color: #fff;
        }
        
        .advisoryList .advisoryItem1 {
            background: url('../images/1522311717.jpg') no-repeat;
            background-size: cover;
        }
        
        .advisoryList .advisoryItem2 {
            background: url('../images/1522311258.jpg') no-repeat;
            background-size: cover;
        }
        
        .advisoryList .advisoryItem3 {
            background: url('../images/1522311320.jpg') no-repeat;
            background-size: cover;
        }
        
        .advisoryList .advisoryItem4 {
            background: url('../images/1522311589.jpg') no-repeat;
            background-size: cover;
        }
        
        .advisoryList .advisoryItem5 {
            background: url('../images/1522312009.jpg') no-repeat;
            background-size: cover;
        }
        /* section4区域 ------------------*/
        
        .section4 {
            position: relative;
            height: calc(100% - 75px);
            z-index: 2;
            position: relative;
            background: #ffffff;
            padding-top: 75px;
        }
        
        .section4 .container4 {
            width: calc(100% - 60px);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 30px;
        }
        
        #newItems1 {
            bottom: -20%;
        }
        
        #newItems2 {
            bottom: -30%;
        }
        
        #newItems3 {
            bottom: -40%;
        }
        
        #newItems4 {
            bottom: -50%;
        }
        
        #newItems5 {
            bottom: -60%;
        }
        /* #newItems6 {
            bottom: -70%;
        }
        #newItems7 {
            bottom: -80%;
        } */
        
        .head4 .title4,
        .head .title {
            height: 45px;
            font-size: 32px;
            position: relative;
            margin: 0;
            font-weight: normal;
            color: #444444;
        }
        
        .head4 .solidLine4,
        .head .solidLine {
            position: absolute;
            top: 50px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 14px;
            color: #8c8c8c;
        }
        
        .solidLine4:before {
            background-color: #8c8c8c;
        }
        
        .solidLine4:before,
        .solidLine:before,
        .advisoryLine:before {
            content: '';
            position: absolute;
            left: -45px;
            top: 50%;
            width: 40px;
            height: 1px;
            transition: all .6s ease;
            box-sizing: inherit;
        }
        
        .solidLine4:after {
            background-color: #8c8c8c;
        }
        
        .solidLine4:after,
        .solidLine:after,
        .advisoryLine:after {
            content: '';
            position: absolute;
            right: -45px;
            top: 50%;
            width: 40px;
            height: 1px;
            transition: all .6s ease;
            box-sizing: inherit;
        }
        
        .container4 .swiper-container {
            width: 100%;
            height: 100%;
        }
        
        .container4 .newsContent {
            min-height: 350px;
        }
        
        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        
        .newsContent .newsSwiper {
            width: 100%;
            height: 504px;
            position: relative;
            margin-top: 20px;
        }
        
        .newsSwiper .newsList {
            float: left;
            width: 100%;
            height: 470px;
            transform: scale(1);
            transition: all 0.6s;
        }
        
        .newsList .newsItem {
            position: relative;
            height: 470px;
        }
        
        .newsItem a.newsDetail {
            display: block;
            width: 100%;
            height: 470px;
            padding: 0;
            text-align: left;
            position: relative;
        }
        
        .newsDetail .text {
            position: absolute;
            height: 100%;
            min-height: 255px;
            left: auto;
            bottom: 0;
            right: 0;
            top: 0;
            width: 100%;
            z-index: 1;
        }
        
        .text .content4 {
            display: block;
            height: 183px;
            box-sizing: border-box;
            position: relative;
            top: 0px;
            padding: 35px 15px 0;
        }
        
        .content4 .date {
            float: left;
            margin-bottom: 30px;
            padding: 0 22px;
            padding-left: 0;
            font-weight: 300;
            color: #8c8c8c;
            font-size: 20px;
        }
        
        .content4 .moreBtn {
            position: absolute;
            right: 20px;
            width: 24px;
            height: 24px;
            color: #ffffff;
            font-size: 24px;
            cursor: pointer;
        }
        
        .content4 .title {
            float: left;
            margin-bottom: 15px;
            margin-top: 20px;
            font-size: 16px;
            width: 100%;
            height: 30px;
            position: relative;
            /* margin: 0; */
            line-height: 30px;
            font-weight: normal;
            color: #444444;
        }
        
        .content4 .description {
            height: 55px;
            text-align: left;
            color: #8c8c8c;
            line-height: 25px;
            margin-left: 0;
            margin-top: 10px;
            margin-bottom: 14px;
            width: 100%;
            overflow: hidden;
            font-size: 13px;
        }
        
        .newsDetail .imgWraper1 {
            background: url('../images/2009.png') center center no-repeat;
            margin-top: 54px;
        }
        
        .newsDetail .imgWraper2 {
            background: url('../images/2012.png') center center no-repeat;
            margin-bottom: 54px;
        }
        
        .newsDetail .imgWraper3 {
            background: url('../images/2013.png') center center no-repeat;
            margin-top: 54px;
        }
        
        .newsDetail .imgWraper4 {
            background: url('../images/2014.png') center center no-repeat;
            margin-bottom: 54px;
        }
        
        .newsDetail .imgWraper5 {
            background: url('../images/2015.png') center center no-repeat;
            margin-top: 54px;
        }
        .newsDetail .imgWraper6 {
            background: url('../images/2016.png') center center no-repeat;
            margin-bottom: 54px;
        }
        .newsDetail .imgWraper7 {
            background: url('../images/2017.png') center center no-repeat;
            margin-top: 54px;
        }
        
        .newsDetail .imgWraper1,
        .newsDetail .imgWraper2,
        .newsDetail .imgWraper3,
        .newsDetail .imgWraper4,
        .newsDetail .imgWraper5,
        .newsDetail .imgWraper6,
        .newsDetail .imgWraper7 {
            width: 100%;
            height: 50%;
            min-height: 50%;
            background-size: cover;
        }
        
        .newsContent .news-ctrl {
            position: relative;
            z-index: 99;
            margin-top: 20px;
        }
        
        .newsContent .left {
            margin: 0 auto;
            margin-right: 10px;
        }
        
        .newsContent .left,
        .newsContent .right {
            display: inline-block;
            width: 42px;
            height: 42px;
            line-height: 20px;
            color: #8c8c8c;
            position: relative;
            margin-top: 20px;
            cursor: pointer;
        }
        
        .newsContent .left i,
        .newsContent .right i {
            width: 42px;
            height: 42px;
            font-size: 30px;
            line-height: 42px;
        }
        
        .newsContent .left:hover,
        .newsContent .right:hover {
            color: #ffffff;
            background-color: #e3120b;
            transition: all .6s ease;
        }
        /* section5区域---------------------- */
        
        .section5 {
            position: relative;
            background: url('../images/1522314067.jpg') no-repeat;
            background-size: cover;
        }
        
        .section5 .container5 {
            width: 70%;
            max-width: 80%;
            margin-right: auto;
            margin-left: auto;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 30px;
        }
        .section7 .container5 {
          width: 80%;
          max-width: 80%;
          margin-right: auto;
          margin-left: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          padding: 30px;
      }
        
        .container4 .head4,
        .container5 .head {
            height: 70px;
            position: relative;
        }
        
        .head .title {
            color: #ffffff;
        }
        
        .head .solidLine {
            color: #ffffff;
        }
        
        .solidLine:before {
            background-color: #ffffff;
        }
        
        .solidLine:after {
            background-color: #ffffff;
        }
        
        .case-swiper {
            width: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .case-swiper .case-ul {
            padding-left: 0;
        }
        
        .case-swiper .case-ul {
            margin-top: 30px;
            position: relative;
            overflow: hidden;
            list-style: none;
        }
        
        .section5 .case-ul .case-li {
            position: relative;
            margin-bottom: 0px;
            padding: 0;
            float: left;
            width: 33%;
            /* height: 260px; */
            overflow: hidden;
            /* transform: scale(1);
            transition: .5s .6s; */
        }
        .section7 .case-ul .case-li {
            position: relative;
            margin-bottom: 0px;
            padding: 0;
            float: left;
            width: 25%;
            /* height: 260px; */
            overflow: hidden;
            /* transform: scale(1);
            transition: .5s .6s; */
        }
        
        .section5 #imgWrapper1 {
            bottom: -70%;
        }
        
        .section5 #imgWrapper2 {
            bottom: -50%;
        }
        
        .section5 #imgWrapper3 {
            bottom: -30%;
        }
        
        .section5 #imgWrapper4 {
            bottom: -20%;
        }
        
        .section5 #imgWrapper5 {
            bottom: -80%;
        }
        
        .section5 #imgWrapper6 {
            bottom: -60%;
        }
        
        .section5 #imgWrapper7 {
            bottom: -50%;
        }
        
        .section5 #imgWrapper8 {
            bottom: -40%;
        }
        
        .case-li .imgInfo {
            display: block;
            width: 100%;
            overflow: hidden;
        }
        
        .imgInfo .imgItem {
            width: 100%;
        }
        
        .case-li .contentDetail {
            width: calc(100% - 40px);
            height: calc(100% - 40px);
            position: absolute;
            top: 0;
            left: 0;
            padding: 20px;
            background: rgba(0, 0, 0, .5);
            cursor: pointer;
            display: none;
        }
        .contentDetail .contentTitle {
            position: relative;
            bottom: -30%;
            margin-top: 22px;
            margin-bottom: 11px;
            font-size: 24px;
            font-weight: 400;
            line-height: 1.2;
            opacity: 0;
        }
        
        
        @media screen and (max-width: 1200px){
          .contentDetail .contentTitle{
            font-size: 16px;
          }
          .contentDetail .mainContent{
            font-size: 12px;
          }
        }
        
        .contentDetail .mainContent {
            position: relative;
            bottom: -30%;
            font-size: 14px;
            font-weight: 400;
        }
        
        .top-nav {
            width: calc(100% - 95px);
            height: 75px;
            line-height: 75px;
            position: fixed;
            right: 0;
            top: 0;
            padding-right: 95px;
            list-style-type: none;
            border-bottom: 1px solid;
            border-color: #ffffff;
            z-index: 10;
        }
        
        .nav-bg {
            background-color: #fff;
        }
        
        .top-nav .logo {
            float: left;
            margin-left: 40px;
            margin-top: 10px;
            /* background-color: #e3120b; */
            display: flex;
            flex-direction: row;
        }

        .logo-img{
          width: 50px;
          height: 50px;
        }

        .logoTitle{
          margin-left: 10px;
          font-size: 22px;
          font-weight: 400;
          color: #fff;
          margin-top: -12px;
        }
        
        
        .top-nav #menu {
            float: right;
            width: 560px;
            height: 75px;
            font-size: 14px;
        }
        
        #menu li {
            float: left;
            height: 75px;
            line-height: 75px;
        }
        
        #menu li.active {
            border-bottom: 3px solid #8c8c8c;
        }
        
        .menuItem a {
            width: 80px;
            height: 75px;
            line-height: 75px;
            float: left;
            text-align: center;
            color: #8c8c8c;
            text-decoration: none;
        }
        
        .menuItem a:hover {
            border-bottom: 3px solid #8c8c8c;
        }
        
        .nav-side {
            width: 32px;
            height: 32px;
            position: fixed;
            right: 40px;
            top: 22.5px;
            cursor: pointer;
            z-index: 20;
            transition: all ease 0.6s;
        }
        
        .nav-side hr {
            height: 1px;
            /* background: #444444; */
            background: #8c8c8c;
            display: block;
            border: none;
            position: absolute;
            transition: all ease 0.6s;
        }
        
        .nav-side hr:nth-child(1) {
            width: 20px;
            top: 8px;
            right: 5px;
            left: 5px;
        }
        
        .nav-side hr:nth-child(2) {
            width: 20px;
            top: 50%;
            left: 5px;
            margin-top: -1px;
            opacity: 1;
            right: 5px;
        }
        
        .nav-side hr:nth-child(3) {
            width: 20px;
            bottom: 8px;
            right: 5px;
            left: 5px;
        }
        /* section6区域---------------------- */
        
        .section6 {
            position: relative;
        }
        
        .section6 .iw_poi_title {
            color: #CC5522;
            font-size: 14px;
            font-weight: bold;
            overflow: hidden;
            padding-right: 13px;
            white-space: nowrap
        }
        
        .section6 .iw_poi_content {
            font: 12px arial, sans-serif;
            overflow: visible;
            padding-top: 4px;
            white-space: -moz-pre-wrap;
            word-wrap: break-word
        }
        
        .section6 .contact-cont {
            position: absolute;
            bottom: 0;
            z-index: 8;
            right: 0;
            background: transparent;
            border-bottom: 950px solid;
            border-color: #ffffff;
            border-left: 350px solid transparent;
            border-right: 0px solid transparent;
            width: 26%;
            transform: translateX(100%);
            transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 300ms;
            transition-duration: 1.2s;
        }
        
        .section6 .contact-text {
            position: absolute;
            top: 50%;
            z-index: 9;
            width: 25%;
            text-align: right;
            right: 80px;
            transform: translateY(-50%);
        }
        
        .contact-text .title6 {
            opacity: 0;
            transform: translateY(100%);
            color: #444444;
            margin-bottom: 20px;
            margin-top: 22px;
            transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 600ms;
            transition-duration: 1.2s;
            height: 60px;
            font-size: 24px;
            position: relative;
            font-weight: normal;
        }
        
        .title6 .line6 {
            right: 0;
            left: auto;
            opacity: 0;
            transform: translateY(100%);
            transition-duration: 1.2s;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            width: 100px;
            height: 1px;
            transition: width 0.5s ease-out;
            background-color: #e3120b;
        }
        
        .head6 .subtitle {
            margin-bottom: 20px;
            opacity: 0;
            transform: translateY(100%);
            font-size: 18px;
            transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 800ms;
            transition-duration: 1.2s;
            color: #8c8c8c;
        }
        
        .contact-text .details {
            margin-top: 70px;
            font-size: 16px;
            color: #8c8c8c;
            line-height: 1.8;
        }
        
        .contact-text .details li {
            opacity: 0;
            transform: translateY(100%);
            transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
            transition-duration: 1.2s;
        }
        
        .details .mark {
            position: relative;
            margin-bottom: 40px;
            font-size: 12px;
            color: #8c8c8c;
            background: transparent;
            padding: 0;
        }
        
        .details .mark:before {
            content: "";
            display: block;
            width: 100%;
            height: 1px;
            background-color: #8c8c8c;
            position: absolute;
            right: 0;
            top: 40px;
        }
        
        .ulstyle {
            margin: 0;
            padding: 0px;
            list-style: none;
        }
        /* 底部 */
