*{
    margin: 0;
    padding: 0;    
}
body{
    overflow: hidden;
}
a{
    text-decoration: none;
    display: inline-block;
}
li{
    list-style: none;
}
.pro{
    position: absolute;
}
.pre{
    position: relative;
}
.ft12{
    font-size: 12px;
}
.ft14{
    font-size: 14px;
}
.ft15{
    font-size: 15px;
}
.ft16{
    font-size: 16px;
}
.ft17{
    font-size: 17px;
}
.ft18{
    font-size: 18px;
}
.ft20{
    font-size: 20px;
}
.ft22{
    font-size: 22px;
}
.ft24{
    font-size: 24px;
}
.ft26{
    font-size: 26px;
}
.ft28{
    font-size: 28px;
}
.ft30{
    font-size: 30px;
}
.ft32{
    font-size: 32px;
}
.ft36{
    font-size: 36px;
}
.ft40{
    font-size: 40px;
}
.ft44{
    font-size: 44px;
}
.ft46{
    font-size: 46px;
}
.ft48{
    font-size: 48px;
}
.cl00{
    color:#000;
}
.clff{
    color:#fff;
}
.cl33{
    color:#333;
}
.cl66{
    color:#666;
}
.cl99{
    color:#999;
}
.cl92{
    color:#92989d;
}
.clc3{
    color:#c3253b;
}
.bac{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
img{
    max-width: 100%;
}
.w1700{
    width: 1700px;
    margin: 0 auto;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.trs{
    transition: all .4s ease;
}

/* footer.css */
footer{
    width: 100%;
    height: auto;
}
.foot-top{
    width: 100%;
    padding: 50px 0 60px 0;
}
.foot-tp-all{
    display: flex;
}
.foot-tp-left{
    width: 60.3%;
}
.foot-tp-mid{
    width: 38.2%;
    font-size: 0;
}
.foot-tp-right{
    width: 1.5%;
}
.foottp-lf-lists{
    font-size: 0;
}
.foottp-lf-list{
    line-height: 1;
    display: inline-block;
}
.foottp-lf-list:nth-child(n+2){
    margin-left: 45px;
}
.foottp-lf-list span,.foottp-mid-title span{
    width: 12px;
    height: 2px;
    background: #000;
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
}
.foottp-lf-list:hover{
    color:#008177;
}
.bshare-custom{
    margin-top: 75px;
    font-size: 0 !important;
}
.bshare-weixin,.bshare-email{
    width: 32px !important;
    height: 32px !important;
    padding-left: 0 !important;
    background-size: 32px 32px !important;
    margin-right: 0 !important;
}
.bshare-weixin{
    background: url(../img/xc.png) center center no-repeat !important;
}
.bshare-email{
    margin-left: 15px;
    background: url(../img/yx.png) center center no-repeat !important;
}
.foottp-mid-title span{
    margin-right: 8px;
}
.foottp-mid-title{
    line-height: 1;
}
.foottp-mid-xx{
    margin-left: 20px;
}
.foottp-mid-dz{
    border-bottom: 1px solid #666;
    margin-top: 8px;
    cursor: pointer;
}
.foottp-mid-dz:hover{
    color: #008177;
}
.foot-tp-right{
    cursor: pointer;
}
.foot-tp-right img{
    display: block;
    margin: 0 auto;
}
.foottp-rt-title{
    line-height: 1.3;
    margin-top: 5px;
    transform: rotate(180deg);
    text-align: center;
}
.foot-bot{
    background: #333333;
    padding: 16px 0;
}
.foot-bt-all{
    display: flex;
    justify-content: space-between;
}
.about-list2{
    background: #f2f2f2;
}
/* about.css */
.about-list1{
    width: 100%;
    height: 980px;
    position: relative;
    z-index: 99;
}
.about1-title{
    font-size: 65px;
    line-height: 1.2;
}
.about1-title{
    left: 150px;
    top:43%;
}
.about1-img{
    left: 150px;
    bottom: 22.4%;
    opacity: 1;
    cursor: pointer;
    animation: fd 2s linear infinite;
}
.slidewel1-lf-goimg{
    opacity: 1;
    cursor: pointer;
    animation: fd 2s linear infinite;
}
@keyframes fd{
    0%{
        opacity: 1;
    }
    50%{
        opacity: .1;
    }
    100%{
        opacity: 1;
    }
}
.swiper-containerall1{
    overflow: hidden;
}
.all-nav{
    background: #f2f2f2;
    border-bottom: 1px solid #c2c2c2;
}
.all-nav a{
    line-height: 1.2;
    text-align: center;
    padding: 25px 0 !important;
}
.s1{
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: transparent;
}
.s1-on{
    color:#008177;
}
.s1-on .s1{
    background: #008177;
}
.s2{
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    background: #d9d9d9;
}
.all-nav a:hover .s1{
    background: #008177;
}
.all-nav a:hover{
    color:#008177;
}
.about2-all{
    text-align: center;
    padding: 110px 0 100px 0;
}
.about2-title-eg,.about2-title-cn{
    line-height: 1.1;
}
.about2-title-cn{
    margin-top: 10px;
}
.about2-text{
    margin-top: 50px;
}
.about-list3{
    display: flex;
}
.aboutlf3-bot-text,.about3-rt-text{
    width: 100%;
    text-align: center;
    line-height: 1.5;
    left: 0;
    top:50%;
    transform: translateY(-50%);
}
.cl08{
    color:#008177;
}
.aboutlf3-top-content{
    width: 100%;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 0;
}
.aboutlf3-top-title{
    line-height: 1.6;
}
.aboutlf3-top-list{
    display: inline-block;
}
.aboutlf3-top-content .s3{
    width: 1px;
    height: 75px;
    background: #ccc;
    display: inline-block;
    vertical-align: top;
    margin: 0 85px;
}
.aboutlf3-top-list img{
    margin-top: 35px;
}
.about-list4{
    padding: 110px 0;
    background: #f2f2f2;
}
.about4-all{
    text-align: center;
}
.about4-text p{

}
.about4-lists{
    font-size: 0;
    margin-top: 30px;
}
.about4-list{
    display: inline-block;
    vertical-align: middle;
   
}
.about4-list:nth-child(n+2){
    margin-left: 70px;
}
.about4-list-img{
    margin: 0 auto;
}
.about4-list-img{
    width: 58px;
    height: 58px;
    border:1px solid #c2c2c2;
    line-height: 58px;
}
.about4-title{
    margin-top: 3px;
}
.about-list5{
    height: 980px;
}
.about5-content{
    width: 100%;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
    left: 0;
}
/* 云天团队 */
.team1-left{
    width: 100%;
   
}
.team1-content{
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    top:28.5%;
    text-align: center;
}
.team1-left,.team1-right{
    width: 50%;
    height: 980px;
}
.team1-rt-all{
    
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100%;
}
.team1-rt-all::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
   height: 10px;
}

.team1-rt-all::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background: #008177;
}

.team1-rt-all::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 10px;
    background: #ccc;
}
.team1-content span{
    width: 40px;
    height: 1px;
    background: #a4d2f2;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
.team1-title{
    line-height: 1.1;
}
.team1-right{
    padding: 115px 5.2%;
    background: #f2f2f2;
    box-sizing: border-box;
}
.team-list1{
    display: flex;
}
.team1-list{
    width: 100%;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
}
.team1-list:nth-child(n+2){
    margin-top: 50px;
}
.team1-list-title{
    line-height: 1.2;
}
.team1-line{
    width: 40px;
    height: 1px;
    background: #999999;
    display: block;
    margin: 30px 0;
}
.team1-ys{
    width: 15px;
    height: 90px;
    background: #008177;
    top:0;
    left: 0;
}
.team1-text p{
    line-height: 1.9;
}
/* 集团企业 */
.group-list1{
    padding: 115px 0 55px 0;
}
.group1-list{
    width: 45.4%;
}
.group1-list-top{
    width: 100%;
    border: 1.2px solid #008177;
    border-top-left-radius: 84px;
    border-bottom-right-radius: 84px;
    height: 356px;
}
.group1-top-img{
    width: 100%;
    text-align: center;
    bottom: -2px;
}
.group1-content{
    padding: 25px 0;
}
.group1-num{
    font-size: 100px;
    color:#e6e6e6;
    line-height: .9;
    left: 0;
    top:25px;
    opacity: .6;
}
.group1-nr{
    width: 73.4%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.group1-all{
    overflow: hidden;
}
.group1-nr-title{
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.group1-nr-text{
    line-height: 1.7;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}
.group1-list{
    float: left;
    margin-bottom: 55px;
}
.group1-list:nth-child(2n){
    margin-left: 8.9%;
    margin-top: 25px;
}
/* 云天理念 */
.cul-list1{
    width: 100%;
    height: 980px;
    font-size: 0;
    margin-top: -1px;
}
.cul1-list{
    display: inline-block;
    width: 33.26%;
    height: 50%;
    border-right: 1px solid rgba(255,255,255,.3);
    border-bottom: 1px solid rgba(255,255,255,.3);
    overflow: hidden;
}
.cul1-content1{
    left: 10.6%;
    bottom: 12.2%;
    line-height: 1.6;
}
.cul1-content2{
    width: 100%;
    height: 100%;
    background: #008177;
    position: absolute;
    top:40px;
    opacity: 0;
    z-index: 20;
    transition:all .5s ease;
    transition-delay: .1s; 
}
.cul1-c2-all{
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
    z-index: 21;
}
.cul1-c2-title{
    line-height: 1.1;
}
.cul1-s1{
    width: 35px;
    height: 1px;
    background: #fff;
    display: block;
    /* margin: 0 auto; */
    margin: 40px auto;
}
.cul1-list:hover .cul1-content1{
    left: 3%;
    opacity: 0;
}
.cul1-list.on-ds2 .cul1-content1{
    left: 3%;
    opacity: 0;
}
.cul1-list:hover .cul1-content2{
    top: 0;
    opacity: 1;
}
.cul1-list.on-ds2 .cul1-content2{
    top: 0;
    opacity: 1;
}
.cul1-only12{
    z-index: 23;
    right: -5px;
    bottom: -5px;
}
.cul-list2{
    width: 100%;
    height: 980px;
}
.cul2-all{
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
    top:50%;
    text-align: center;
    transform: translateY(-50%);
}
.cul2-all span{
    width: 50px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 35px auto 45px;
}
.cul2-title{
    line-height: 1.1;
}
.cul2-text p{
    line-height: 1.9;
}
/* 云天服务 */
.ser1-list{
    display: flex;
}
.ser1-list,.ser-list1{
    width: 100%;
}
.ser1-left,.ser1-right{
    width: 50%;
    background: #f2f2f2;
    overflow: hidden;
}
.ser1-right{
    padding: 140px 3.9% 0 3.9%;
    box-sizing: border-box;
}
.ser1-text{
    height: 250px;
    overflow-y: scroll;
}
.ser1-text::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
   height: 10px;
}

.ser1-text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background: #008177;
}

.ser1-text::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 10px;
    background: #ccc;
}
.ser1-rt-eg{
    text-transform: uppercase;
    line-height: 1.1;
}
.ser1-rt-cn{
    line-height: 1.1;
    margin: 10px 0 55px 0;
}
.ser1-items{
    margin-top: 35px;
}
.ser1-item{
    width: 128px;
    height: 128px;
    border:1px solid #c2c2c2;
    text-align: center;
    float: left;
    margin-right: 45px;
    margin-top: 30px;
}
.ser1-item:nth-child(4n){
    margin-right: 0;
}
.ser1-item-content{
    width: 100%;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
}
.ser1-item-title{
    line-height: 1.1;
    margin-top: 15px;
}
.ser1-list:nth-child(2n){
    flex-flow: row-reverse;
}
.ser1-left .swiper-button-prev,.ser1-left .swiper-button-next{
    width: 40px !important;
    height: 70px !important;
    background-image: unset !important;
    margin-top: 0 !important;
    opacity: 1 !important;
    background-color:rgba(0,0,0,.6) !important;
    top:50% !important;
    transform: translateY(-50%) !important; 
    text-align: center;
    transition: all .4s ease;
}
.ser1-left .swiper-button-prev{
    left: 0 !important;
}
.ser1-left .swiper-button-next{
    right: 0 !important;
}
.ser1-left .swiper-button-prev img,.ser1-left .swiper-button-next img{
    position: absolute;
    top:50%;
    left: 50%;
    margin-left: -7px;
    margin-top: -13px;
}
.ser1-left .swiper-button-prev:hover,
.ser1-left .swiper-button-next:hover{
    background-color:rgba(0,129,119,.6) !important;
}
/* 云天项目 */
.pen-list1{
    background: #f2f2f2;
    padding: 110px 0 145px 0
}
.pen1-all{
    text-align: center;
}
.pen1-title-fg,.pen1-title-cn{
    text-transform: uppercase;
    line-height: 1.1;
}
.pen1-title-cn{
    margin: 10px 0 50px 0;
}
.pen1-text{
    text-align: left;
}
.pen1-text p{
    line-height: 1.7;
}
.pen-lb{
    width: 100%;
    overflow: hidden;
    margin: 100px 0 60px 0;
}
.pen-lb2 .swiper-slide{
    /* width: 18.33%; */
    padding: 15px 22px;
    box-sizing: border-box;
    /* border:1px solid #c2c2c2; */
    background: #fff;
    text-align: left;
}
.pen-lb2{
    margin-top: 35px;
    overflow: hidden;
}
.pen-lb2-title{
    line-height: 1.1;
}
.pen2-lb-title{
    line-height: 1.8;
    height: 56px;;
}
.pen2-lb-num {
    text-align: right;
}
.pen-lb2 .swiper-slide span{
    width: 100%;
    height: 1px;
    background: #c2c2c2;
    display: block;
    margin: 5px 0;
}
.pen2-lb-text{
    min-height: 60px;
    line-height: 1.6;
}
.pen1-bot{
    width: 100%;
    height: 140px;
    margin-top: 50px;
}
.pen1-bot-btn{
    background: url(../img/jt-3.png) right center no-repeat;
    display: inline-block;
    padding-right: 40px;
    right: 40px;
    top:50%;
    transform: translateY(-50%);
}
.pen1-bot:hover .pen1-bot-btn{
    padding-right: 45px;
}
.city-list1{
    padding: 120px 0 140px 0;
    background: #f2f2f2;
}
.city1-all{
    width: 1720px;
    margin: 0 auto;
  
}
.city1-list{
    width: 100%;
    display: flex;
}
.city1-left,.city1-right{
    width: 50%;
}
.city1-right{
    padding: 70px 0 0 6.7%;
    box-sizing: border-box;
}
.city1-rt-title{
    text-transform: uppercase;
    line-height: 1.1;
}
.city1-rt-title2{
    line-height: 1.1;
    margin: 10px 0 50px 0;
}
.city1-rt-text {
    height: 345px;
    overflow-y: scroll;
}
.city1-rt-text::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
   height: 10px;
}

.city1-rt-text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background: #008177;
}

.city1-rt-text::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius: 10px;
    background: #ccc;
}
.city1-list:nth-child(2n){
    flex-flow: row-reverse;
    margin-top: 60px;
}
.city1-list:nth-child(2n) .city1-right{
    padding: 70px  6.7% 0 0;
}
.pen-lb22{
    margin: 100px 0 0 0;
}
/*  新闻.css*/
.news-list1{
    padding: 105px 0;
    background: #f2f2f2;
    overflow: hidden;
}
.news1-list{
    width: 25%;
    border:1px solid #008177;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 70px 0 25px 2.5%;
    box-sizing: border-box;
    float: left;
    margin-bottom: 130px;
}
.news1-data{
    line-height: 1.3;
    letter-spacing: 1px;
}
.news1-img{
    margin: 15px -1px 0 0;
}
.news1-list:nth-child(3n-1){
    position: relative;
    top:95px;
    margin:0 12.5%;
}
.news1-list:nth-child(3n){
    position: relative;
    top:45px;
}
.pro-list1{
    padding: 120px 0;
    background: #f2f2f2;
}
.pro1-lb{
    overflow: hidden;
    margin-bottom: 50px;
}
.slidepro1-content{
    width: 65.8%;
    box-sizing: border-box;
    bottom: 35px;
    left: 4%;
}
.slidepro1-title{
    line-height: 1.1;
}
.slidepro1-text{
    line-height: 1.7;
    margin: 17px 0 35px 0;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slidepro1-title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.slidepro1-btn{
    display: inline-block;
    background: url(../img/jt-4.png) right center no-repeat;
    padding-right: 35px;
}
.pro1-lb .swiper-slide:hover .slidepro1-btn{
    padding-right: 40px;
}
.pro1-lb .slidepro1-img{
    overflow: hidden;
}
.pro1-lb .swiper-slide img{
    transition: all .5s ease;
}
.pro1-lb .swiper-slide:hover img{
    transform: scale(1.05);
}
.swiper-paginationpro1{
    width: auto !important;
    display: inline-table;
    right: 4%;
    left: unset !important;
}
.swiper-paginationpro1 span{
    width: 10px !important;
    height: 10px !important;
    border-radius: unset !important;
    opacity: 1 !important;
    background: #fff  !important;

}
.swiper-paginationpro1 .swiper-pagination-bullet-active{
    background: #008177!important;
}
.pro1-list{
    display: flex;
    height: 100%;
    position: relative;
}
.pro1-left{
    width: 358px;
    height: 240px;
}
.pro1-right{
    width: calc(100% - 358px);
    height: 100%;
    position: absolute;
    right: 0;
    display: flex;
}
.pro1-rt-left{
    padding: 45px 50px 0 50px;
    width: 90%;
}
.pro1-rt-right{
    width: 10%;
}
.pro1-rtlf-title{
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pro1-rtlf-data{
    line-height: 1.1;
    margin: 22px 0;
}
.pro1-rtlf-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pro1-rt-right{
    border-left: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
    transition: all .4s ease;
}
.pro1-rt-right img{
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -6px;
    margin-top: -13px;
}
.pro1-list{
    background: #fafafa;
    margin-bottom: 25px;
}
.pro1-list:nth-child(2n){
    background: #fff;
    
}
.ii1{
    display: block;
}
.ii2{
    display: none;
}
.pro1-list .pro1-left{
    overflow: hidden;
}
.pro1-list:hover .pro1-left img{
    transform: scale(1.05);
}
.pro1-list:hover .pro1-rt-right{
    background: #008177;
}
.pro1-list:hover .pro1-rt-right .ii1{
    display: none !important;
}
.pro1-list:hover .pro1-rt-right .ii2{
    display: block !important;
}
.news1-img-zz{
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
}
.news1-img-content{
    width: 70%;
    right: 0;
    top: 50px;
}
.news1-img-num{
    color:#ccc;
}
.news1-img-title{
    line-height: 1.3;
}
.news1-img-btn{
    line-height: 1.2;
    background: url(../img/jt-4.png) right center no-repeat;
    padding-right: 35px;
    display: inline-block;
    position: relative;
    top:50px;
    opacity: 0;
    transition: all .5s ease;
}
.news1-list:hover .news1-img-btn{
    top:40px;
    opacity: 1;
}
.news1-list .news1-img{
    overflow: hidden;
}
.news1-list:hover img{
    transform: scale(1.05);
}
.emp-list1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}
.emp1-right{
    width: 180px;
    height: 45px;
    background: #008177;
    text-align: center;
    line-height: 45px;
}
.emp1-title{
    background: url(../img/jt-4.png) right center no-repeat;
    display: inline-block;
    padding-right: 22px;
    position: relative;
    z-index: 22;
}
.emp1-right:after {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0%;
    top: 0;
    right: 0%;
    transform: scale3d(0,1,1);
    background: #fff;
    /* z-index: 20; */
    -webkit-transition: all 0.3s;
    transition: all 0.4s;
}
.emp1-right:hover:after {
    transform: scale3d(1,1,1);
    opacity: 1;
}
.emp1-right:hover .emp1-title{
    color:#008177 !important;
    background: url(../img/jt-6.png) right center no-repeat;
}
/* 职位招聘 */
.join-list1{
    background: #f2f2f2;
    padding: 115px 0 160px 0;
}
.about3-top-ssnr input{
	width: 100%;
	height: 50px;;
	background: #fff !important;
	border:1px solid #ddd;
	font-size: 14px;
	color:#666;
	padding: 0 17px;
	box-sizing: border-box;
}
.about3-top-ssnr{
	width: 27.13%;
	margin-right: 2.17%;
}
.about3-top-list{
	margin: 45px 0 30px 0;
}
.about3-top-list .select{
    width: 27.13%;
    height: 50px;
    font-size: 16px;
    background-color: #fff;
    position: relative;
    border:1px solid #d4d4d4;
    display: inline-block;
    margin-right: 2.17%;
}
.about3-top-list .select:after{
    content:'';
    display:block;
    width: 0;
    height: 0;
    border-width:7px;
    border-style: solid;
    border-color: #999999 transparent transparent transparent;
    position:absolute;
    top:23px;
    right: 25px;
    transform-origin: 50% 0;
    /* transition: transfrom .3s ease-in,top .3s  ease-out; */
}
.about3-top-list{
    position: relative;
    z-index: 25;
}
.about3-top-list .select p{
    font-size: 14px;
    padding: 0 25px;
    line-height: 50px;
    cursor: pointer;
    color:#333;
}
.about3-top-list{
	display: flex;
}
.about3-top-list .select ul{
    list-style-type:none;
    background-color: #fff;
    width: 100%;
    overflow-y:auto;
    position: absolute;;
    top: 49px;
    left: -1px;
    max-height: 0;
    z-index: 20;
    border-left:1px solid #d4d4d4;
    border-right:1px solid #d4d4d4;
}
.about3-top-list .select ul li{
    padding: 0 25px;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.about3-top-list .select ul li:last-child{
    border-bottom:1px solid #d4d4d4;
}
.about3-top-list .select ul li:hover{
    background-color:#008177;
    color: #fff;
}
.join-lb{
    margin-top: 10px;
}
.about3-top-list .select ul li.selected{
    background-color: #008177;
    color: #fff;
}
@-webkit-keyframes slide-down{
    0%{transform: scale(1,0);}
    25%{transform: scale(1,1.2);}
    50%{transform: scale(1,0.85);}
    75%{transform: scale(1,1.05);}
    100%{transform: scale(1,1);}
}
.about3-top-list .select.open ul{
    max-height: 250px;
    transform-origin: 50% 0;
    /* -webkit-animation:slide-down .5s ease-in; */
    transition: max-height .5s ease-out;
}
.about3-top-list .select.open:after{
    transform: rotate(-180deg);
    top: 28px;
    transition: all .3s ease-in;
}
.join2-btn{
    width: 11.53%;
    height: 50px;
	background: #008177;
	text-align: center;
	line-height: 50px;
    border: none;
}
.join2-btn input{
    width: 30px;
    height: 30px;
	background: url(../img/ss.png) center center no-repeat;
	background-size: 30px 30px;
	outline: none;
	border:none;
	color:transparent;
}
.join2-nav,.join2-nav2{
    padding: 20px 45px 20px 0;
    box-sizing: border-box;
    display: flex;
    background: #008177;
}
.join2-nav2{
	background: #fff !important;
	cursor: pointer;
	border-bottom: 1px solid #e5e5e5;
	transition: all .5s ease;
}
.join2-nav div,.join2-nav2 div{
	line-height: 1.1;
	text-align: center;
}
.join2-nav div, .join2-nav2 div {
    line-height: 1.1;
    text-align: center;
}
.join2-nav div,.join2-nav2 div{
    width: 25%;
}
.join2-nav div{
    font-size: 18px;
}
.join2-nav2 div{
    font-size: 16px;
}
.join2-nav2 .join22-title5:hover{
    color:#008177;
}
.em1-zp-xlnav {
    background: #fff;
    padding:35px 110px 65px 110px;
    display: none;
}
.em1-xlnav-content {
    display: flex;
}
.em1-xlnav-left, .em1-xlnav-right {
    width: 48%;
}
.em1-xlnav-left {
    margin-right: 4%;
}
.em1-lf-title {
    font-weight: bold;
    margin-bottom: 20px;
}
.em1-xlnav-td {
    margin: 155px 0 30px 0;
}
.em1-lf-title {
    font-weight: bold;
    margin-bottom: 20px;
}   
.em1-zp-xlnav a {
    width: 180px;
    height: 45px;
    background: #008177;
    line-height: 45px;
    text-align: center;
    display: block;
}
.em1-zp-xlnav a div{
    background: url(../img/jt-4.png) right center no-repeat;
    display: inline-block;
    padding-right: 25px;
}
.form-list1{
    background: #f2f2f2;
    padding: 115px 0 145px 0;
}
.form1-main-title{
    line-height: 1.2;
    margin-bottom: 35px;
    text-align: center;
}
.form1-items{
    font-size: 0;
}
.form1-item{
    width: 31.667%;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    font-size: 0;
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 2.5%;
    display: inline-block;
    margin-bottom: 20px;
    /* justify-content: space-between; */
}
.form1-item:nth-child(3n){
    margin-right: 0;
}
.form1-item div{
    line-height: 1.2;
    display: inline-block;
}
.form1-item input{
    width: 70%;
    display: inline-block;
    border:none;
    margin-left: 3%;
    vertical-align: middle;
}
.form1-item span{
    display: block;
    color:#008177;
    font-size: 16px;
    position: absolute;
    right: 3%;
    top:7px;
}
.form1-textarea{
    width: 100%;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
}
.form1-textarea textarea{
    width: 100%;
    /* height: 100px; */
    border:none;
}
.sub-form {
    background: #008177;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.form1-scwj{
    margin: 30px 0;
    display: flex;
    align-items: center;
}
.form1-scwj .scjl{
    color:#008177;
    font-weight: bold;
    line-height: 1.1;
    float: left;
}
.selsycd {
    font-size: 14px;
    line-height: 30px;
    margin-left: 15px;
    border: 1px solid #d9d9d9;
    width: 118px;
    text-align: center;
    margin-top: 4px;
    cursor: pointer;
    background: #fff;
}
.form1-scwj input, .form1-scwj select {
    float: left;
    width: 60%;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    margin-left: 3%;
    padding: 10px 2.5%;
    height: 20px;
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 5px;
}
.form1-scwj .controls {
    display: none;
}
/* 发展历程.css */
.dev-list1{
    width: 100%;
    height: 980px;
}
.dev1-yq1{
    width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}
.dev1-yq2{
    width: 860px;
    height: 890px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -430px;
    margin-top: -445px;
    animation: xz 4.5s linear infinite;
}
.dev1-yq3{
    width: 850px;
    height: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -425px;
    margin-top: -425px;
    animation: xz 4.5s linear infinite;
}
.dev1-yq4 {
    width: 855px;
    height: 854px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -427px;
    margin-top: -427px;
    animation: xz 4.5s linear infinite;
}
.dev1-yq5{
    width: 700px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -350px;
    margin-top: -350px;
    animation: xz 15s linear infinite;
}
@keyframes xz{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
.dev1-title{
    font-size: 90px;
    line-height: .75;
    letter-spacing: 0px;
}
.dev1-title span{
    font-size: 36px;
    color:#fff;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.dev1-lb-all{
    width: 500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top:265px;
}
.dev1-img{
    box-shadow: 0px 0px 0px rgba(0,0,0,.4);
}
.dev1-img img{
    border-radius: 8px;
    width: 100%;
}.dev1-title2{
    text-align: center;
    margin: 10px 0 3px 0;
}
.dev1-text{
    line-height: 1.8;
    text-align: center;
}
.dev1-lb-all2 .swiper-slide{
    border-bottom: 3px solid #999;
}
.dev1-lb-all2{
    width: 1720px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    overflow: hidden;
}
.w1720{
    width: 1720px;
    margin: 0 auto;
}
.dev1-lb-all2 .swiper-slide span{
    width: 5px;
    height: 5px;
    background: #999;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}
.dev12-year{
    display: inline-block;
    vertical-align: middle;
}
.on-dev2 {
    border-bottom: 3px solid #008177 !important;
}
.on-dev2 span{
    background: #008177 !important;
}
.swiper-button-prevdev1,.swiper-button-nextdev2{
    width: 350px !important;
    height: 8px !important;
    background-size:350px 8px !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    outline: none;
}
.swiper-button-prevdev1{
    background-image: url(../img/dev-jt1.png)  !important;
    left: 5.2% !important;
}
.swiper-button-nextdev2{
    background-image: url(../img/dev-jt2.png) !important;
    right: 5.2% !important;
}
.dev1-next,.dev1-prev{
    width: 100%;
    height: 50px;
}
.dev1-next{
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -23px;
    outline: none;
    display: flex;
    align-items: flex-end;
    line-height: 1;

}
.dev1-prev{
    display: inline-block;
    position: absolute;
    right: 0;
    top: -25px;
    text-transform: uppercase;
    outline: none;
}
/* 首页。css */
.wel-all-items{
    width: 100%;
    height: 100%;
    /* margin-left: auto;
    margin-right: auto; */
    position: fixed;
    left: 0;
    overflow: hidden;
    top: 0;
}
.wel-all-lb,.swiper-containerwel{
    height: 100%;
    overflow: hidden;
}
.slidewel1-lists{
    width: 100%;
    height: 91.8%;
    display: flex;
}
.slidewel1-bot{
    width: 100%;
    height: 8.2%;
    background: #f2f2f2;
}
.slidewel1-left{
    width: 29.7%;
    box-sizing: border-box;
    height: 100%;
    background: #f2f2f2;
}
.slidewel1-right{
    width: 70.3%;
    height: 100%;
    overflow: hidden;
}
.slidewel1-lf-entitle{
    text-transform: uppercase;
}
.slidewel1-lf-chtitle{
    font-size: 65px;
    color:#008177;
    line-height: 1.1;
    margin: 10px 0 0 0;
}
.slidewel1-left-lb{
    width: 70%;
    overflow: hidden;
    position: absolute;
    left: 22.5%;
    top:41.667%;
}
.slidewel1-lf-nr{
    margin-top: 140px;
}
.slidewel1-lf-nr div{
    line-height: 1.6;
}
.slidewel1-lf-goimg{
    left: 22.5%;
    bottom: 0;
}
.slidewel1-rt-lb,.slidewel1-rt-lb2{
    height: 100%;
}
.slidewel1-rt-lb .swiper-slide,.slidewel1-rt-lb2 .swiper-slide{
    height: 100%;
}
.swiper-paginationwel2{
    width: 360px;
    height: 1px;
    background: #d9d9d9 !important;
    opacity: 1 !important;
}
.swipewel1-pag{
    position: absolute;
    width: 350px;
    height: 1px;
    top:50%;
    right: 9.6%;
    transform: translateY(-50%) !important;
}
.swiper-paginationwel2 .swiper-pagination-progressbar-fill{
    background: #828282 !important;
}
.slidewel1-num1{
    left: -55px;
    top:-14px;
    font-weight: bold;
}
.slidewel1-num2{
    right: -65px;
    top:-14px;
    font-weight: bold;
}
.swiper-button-prevwel2,.swiper-button-nextwel2
{
    width: 31px !important;
    height: 10px !important;
    background-size:31px 10px !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    bottom:130px;
    top:unset !important;
}
.swiper-button-prevwel3,.swiper-button-nextwel3{
    width: 25px !important;
    height: 42px !important;
    background-size:25px 42px !important;
    opacity: 1 !important;
    margin-top: 0 !important;
    top:50% !important;
    transform: translateY(-50%) !important;
    display: none;
    outline: none;
}
.swiper-button-prevwel3{
    left: 2% !important;
    background-image: url(../img/xz-jt1.png) !important;
}
.swiper-button-nextwel3{
    background-image: url(../img/xz-jt2.png) !important;
    right: 2% !important;
}
.swiper-button-prevwel2{
    left: unset !important;
    background: url(../img/wel-jt2.png) center center no-repeat !important;
    right: 105px !important;
}
.swiper-button-nextwel2{
    background: url(../img/wel-jt12.png) center center no-repeat !important;
    right:15px !important;
    bottom: 125px !important;
}
.slidewel2-left{
    width: 36.67%;
}
.slidewel2-right{
    width: 63.33%;
    padding:35px 4% 0 4%;
    box-sizing: border-box;
}
.slidewel2-items{
    width: 1500px;
    margin: 0 auto;
    position: relative;
    top:50%;
    transform: translateY(-50%);
    display: flex;
}
.slidewel2-rt-top{

}
.slidewel2-rt-egtitle{
    text-transform: uppercase;
    line-height: 1.3;
}
.slidewel2-rt-chtitle {
    line-height: 1.45;
}
.slidewel2-rt-top{
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.slidewel2-rt-bot{
    display: flex;
}
.slidewel2-rt-left{
    width: 60%;
    padding: 0 9% 0 0 ;
    box-sizing: border-box;
}
.slidewel2-rt-right{
    width: 40%;
}
.slidewel2-rtlf-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 25px;
}
.slidewel2-rt-left a{
    color:#008177;
    display: inline-block;
    background: url(../img/wel-jt3.png) right center no-repeat;
    padding-right: 35px;
    margin-top: 140px;
    transition: all .4s ease;
}
.slidewel2-rt-left a:hover{
    padding-right: 40px;
}
.slidewel2-rtrt-lists{
    width: 100%;
    display: flex;
}
.slidewel2-rtrt-list{
    width: 50%;
    text-align: center;
    /* background: red; */
    padding: 20px 0;
    box-sizing: border-box;
}
.slidewel2-rtrt-num{
    font-size: 65px;
    line-height: 1;
    color:#008177;
    margin-bottom: 7px;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.slidewel2-rtrt-num div{
}
.slidewel2-rtrt-num span{
    color:#008177;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}
.slidewel2-rt-right{
    border-left: 5px solid #000;
}
.slidewel2-rtrt-lists:first-child{
    border-bottom: 1px solid #000;
}

.wel-list3,.swiper-containerwel3,.wel-list3 .swiper-slide{
    overflow: hidden;
    height: 100%;
}
.wel-list3 .slide3-img{
    overflow: hidden;
}
.wel-list3 .slide3-img img{
    
}
.slide3-zz{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    left: 0;
    top: 0;
    text-align: center;
}
.slide3-fk{
    width: 21px;
    height: 21px;
    border:2px solid #999;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    background: transparent; 
}
.slide3-content{
    position: relative;
    font-size: 0;
    top:50%;
    transform: translateY(-50%);
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.slide3-name{
    line-height: 1.2;
    display: block !important;
    margin-bottom: 75px;
}
.slide3-content div{
    display: inline-block;
    vertical-align: middle;
}
.slide3-title{
    background: url(../img/jt-4.png) right center no-repeat;
    padding-right: 35px;
    margin-left: -15px;
    transition: all .4s ease;
}
.wel-list3 .swiper-slide:hover .slide3-title{
    padding-right: 40px;
}
/* .swiper-button-prevwel3{
    bottom: 50px !important;
    left: 45% !important;
    background: url(../img/wel-jt5.png) center center no-repeat !important;
}
.swiper-button-nextwel3{
    bottom: 50px !important;
    right: 45% !important;
    background: url(../img/wel-jt1.png) center center no-repeat !important;
} */
.wel-list4{
    padding: 230px 0 0 7.55%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
}
.wel4-left{
    width: 21.1%;
    height: 100%;
    background: #fff;
    position: relative;
}
.wel4-right{
    width: 78.9%;
    height: 100%;
}
.slide41-chtitle{
    line-height: 1.1;
    margin: 5px 0 20px 0;
}
.slide41-time{
    line-height: 1.2;
}
.slide41-time span{
    display: inline-block;
    margin-right: 5px;
    vertical-align: super;
}
.wel4-left-lb {
    width: 53%;
    overflow: hidden;
    margin: 0 0 0 47%;
}
.wel4-li{
    /* font-weight: bold; */
    cursor: pointer;
    transition: all .4s ease;
}
.wel4-li span{
    margin-right: 7px;
    color:transparent;
    transition: all .4s ease;
}
.wel4-li:hover {
    color:#008177 !important;
    font-weight: bold;
    /* font-size: 18px; */
}
.wel4-li:hover span{
    color:#008177 !important;
}
.wel4-on{
    color:#008177 !important;
    font-weight: bold;
    /* font-size: 18px; */
}
.wel4-on span{
    color:#008177 !important;
    
}
.wel4-ul{
    position: absolute;
    left: 0;
    bottom: 100px;
}
.wel4-right-lb{
    padding: 0 35% 0 0;
    margin-top: 100px;
    overflow: hidden;
}
.wel4-right-lb img{
    width: 100%;
}
.slidewel42-btn{
    display: inline-block;
    background: url(../img/wel-jt7.png) right center no-repeat;
    padding-right: 35px;
    margin-top: 20px;
}
.wel4-right-lb .swiper-slide-active .slidewel42-btn{
    background: url(../img/wel-jt6.png) right center no-repeat;
    color:#008177 !important;
}
.wel42-line{
    width: 360px;
    height: 1px;
    position: absolute;
    right:14%;
    top:50%;
    transform: rotate(90deg);
}

.swiper-paginationwel42{
    
    width: 360px;
    height: 1px;
    opacity:  1 !important;
    background: #d9d9d9 !important;
}
.wel42-line .swiper-pagination-progressbar-fill{
    background: #000 !important;
}
.wel42-num1,.wel42-num2{
    background: #919191;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    line-height: 1.4;
    padding: 0 2px;
}
.wel42-num1{
    top: -10px;
    left: -30px;
}
.wel42-num2{
    top: -10px;
    right: -30px;
}
.wel-list5{
    position: relative;
    top:50%;
    transform: translateY(-50%);
    overflow: hidden;
}
.wel-list5:after{
    /* content: "";
    clear: both; */
}
.wel5-all0-news{
    color:#008177;
    background: url(../img/wel-jt6.png) right center no-repeat;
    display: inline-block;
    padding-right: 35px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
.wel5-all0-news:hover{
    color:#008177;
}
.swiper-paginationwelall {
    left: 35px;
    
    display: inline-table !important;
}
.on-l{
    display: none !important;
}
.swiper-paginationwelall span{
    width: 25px !important;
    height: 25px !important;
    background-size: 25px 25px !important;
    background: url(../img/images/wel-fy2_05.png) center center no-repeat;
    opacity: 1 !important;
    margin-top:0;
    display: block;
}
.swiper-paginationwelall .swiper-pagination-bullet-active{
    background: url(../img/images/wel-fy1_05.png) center center no-repeat;
}
.wel-all-title{
    width: 25px;
    text-align: center;
    line-height: 1.2;
    left: 35px;
    top:35%;
    z-index: 9;
    transform: rotate(180deg);
}
.emp-tc{
    position: fixed;
    width: 446px;
    height: 250px;
    /* border: 1px solid #747474; */
    background: #fff;
    z-index: 99;
    left: 50%;
    top: 50%;
    padding: 25px 35px;
    box-sizing: border-box;
    margin: -130px 0 0 -200px;
    /* opacity: 0;
    visibility: hidden; */
    transition: all .4s ease;
}
.emptc-text2,.emptc-text3,.emptc-text4{
    /* font-size: 16px; */
}
.ese{
    text-align: center;
}
.emp-tc div{
    /* color:#7c7c7c !important; */
}
.emp-tc .emptc-text3{
    line-height: 1.3;
    margin: 6px 0;
}
.emptc-text2{
    margin: 18px 0 0 0;
    line-height: 1.5;
}
.on-tc{
    opacity: 1 !important;
    visibility: visible !important;
}
.emptx-close{
    font-size: 40px;
    position: absolute;
    top:-15px;
    right: 10px;
    cursor: pointer;
    color:#747474;
}
.emptc-text1{
    font-weight: bold;
}
/* header.css */
header{
    width: 100%;
}
.hd-pc-nav{
    width: 1715px;
    height: 130px;
    margin: 0 auto;
    position: fixed;
    top:50px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/images/wel-nv_05.png) center center no-repeat;
    background-size:100% 100% !important; 
    z-index: 980;
}
.header-pc2 .hd-pc-nav{
    background: url(../img/wel-nv2.png) center center no-repeat ;
    background-size:100% 100% ;
}
.hd-pc-nav1{
    animation: bot .4s linear forwards;
}
.hd-pc-nav2{
    background: #008177 !important;
    height: 120px !important;
    animation: top .4s linear forwards;
}
.hd-pc-nav2 .hd-pc-mulu{
    top:120px;
}
@keyframes top {
    to{
        top:0;
    }
}
@keyframes bot {
    to{
        top:50px;
    }
}
.hd-pc-nav2 .hd-pc-a1{
    margin: 0;
    
}
.hd-pc-nav2 .hd-pc-logo{
    margin: 0 0 0 48px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.hd-pc-logo{
    /* width: 7.4%; */
    margin-left: 48px;
    margin-top: 17px;
}
.hd-pc-logo img{
    /* width: 100%; */
}
.hd-pc-right{
    width: 1000px;
    /* background: red; */
    height: 100%;
    display: flex;
}
.hd-pc-items{
    /* width: 100%; */
    height: 100%;
    display: flex;
   
}
.hd-pc-item{
    width: 105px;
    padding: 0 20px;
  
    height: 100%;
    
}
.hd-pc-a1{
    width: 100%;
    height: 100%;
    margin: 1px 0 0 0;
    background: transparent;
}
.hd-pc-line{
    position: absolute;
    width: 1px;
    height: 40px;
    background: #c9c9c9;
    right: 0;
    bottom: 0;
    transition: all .4s ease;
}
.hd-pc-a1 div{
    width: 100%;
    text-align: center;
    bottom: 0;
    /* border-bottom: 3px solid transparent; */
    padding-bottom: 15px;
    transition: all .4s ease;
}
.bot-wel-line{
    width: 60%;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s ease;
}
.hd-pc-on1{
    background: #008177;
}
.hd-pc-on1 div .bot-wel-line{
    color:#fff;
    background: #fff;
}
.hd-pc-on2{
    background: #fff;
}
.hd-pc-on2 div {
    color:#008177;
}
.hd-pc-on2 div .bot-wel-line{
  
    background: #008177;
}
.hd-pc-item:hover .hd-pc-a1 {
    background: #008177;
}
.hd-pc-item:hover .hd-pc-a1  .bot-wel-line{
    background: #fff;
}
.hd-pc-nav2 .hd-pc-item:hover .hd-pc-a1 {
    background: #fff;
}
.hd-pc-nav2 .hd-pc-item:hover .hd-pc-a1 div{
    color:#008177;
}
.hd-pc-nav2 .hd-pc-item:hover .hd-pc-a1  .bot-wel-line{
    background: #008177;
}
.hd-pc-yy,.hd-pc-ss{
    width: 115px;
    height: 100%;
}
.hd-pc-yy div{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 15px;
}
.hd-pc-ss img{
    position: absolute;
    max-width: 100%;
    text-align: center;
    bottom:20px;
    left: 50%;
    margin-left: -7px;
    cursor: pointer;
}
.hd-pc-mulu a{
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 5px 0;
    display: block;
}
/* .hd-pc-mulu a:first-child{
    padding: 15px 0 0 0;
}
.hd-pc-mulu a:last-child{
    padding: 0 0 15px 0;
} */
.hd-pc-mulu{
    width: 100%;
    height: auto;
    position: absolute;
    top:131px;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
    display: none;
}
.hd-pc-mulu a:hover{
    background: #008177;
    color:#fff;
}
.hd-pc-nav2{
    display: none;
}
/* 新闻详情 */
.newsdetail-items {
    padding: 100px 0 110px 0;
    background: #f2f2f2;
}
.newsdetail-all {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 80px;
}
.newsdetail-all-title {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 65px;
}
.newsdetail-all-title div {
    line-height: 1;
    text-align: center;
}
.newsdetail-time {
    margin-top: 15px;
}
.newsdetail-all-content {
    margin-top: 30px;
}
.newsdetail-all-content p {
}
.newsdetail-all-content img {
    width: 100%;
}
.newsdetail-page {
    padding: 40px 0 0 0;
    box-sizing: border-box;
}
.nwesdetail-pn-btn {
    display: inline-block;
}
.nwesdetail-pn-btn a {
    line-height: 1.5;
    display: block;
}
.fh-btn {
    width: 135px;
    height: 50px;
    background: #008177;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 30px;
}
.swiper-containerwel .indx-slide{
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
}
.swiper-containerwel .sd-footer{
    height: auto !important;
}
.foot-add-p{
    width: 100%;
    height: 100%;
}
.add-ldc-q {
    width: 100vw;
    height: 100%;
    overflow: hidden;
}
.sd-footer {
    width: 100%;
    height: auto !important;
}
.loading .img{
    text-align: center;
}
.foot-fd{
    position: fixed;
    font-size: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.foot-fd a{
    width: 50%;
    height: .8rem;
    display: inline-block;
    text-align: center;

}
.foot-fd a div{
    font-size: .24rem;
    display: inline-block;
    position: relative;
    top:50%;
    transform: translateY(-50%);
    line-height: 2.1;
}
.footm-wz{
    background: #008177;
}
.footm-wz div{
    background: url(../img/xz-dz1.png) left center no-repeat;
    padding-left: .5rem;
    color:#fff;
}
.sd-footer{
    padding-bottom: 0.8rem;
}
.footm-dh{
    background:#ffffff;
}
.footm-dh div{
    background: url(../img/xz-dh1.png) left center no-repeat;
    padding-left: .6rem;
    color:#008177;
}
.foot-fd{
    display: none;
}
.wel-containerwel5{
    display: none;
}
.wel5-all0-news22,.wel-list5m-title,.header-m{
    display: none;
}

.head-ss-tc {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.head-ss-content {
    font-size: 0;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.head-ss-input {
    outline: none;
    border: none !important;
    width: 450px;
    height: 60px;
    background: #fff;
    margin-bottom: 0;
    padding-left: 13px;
    font-size: 16px;
    color: #4c4c4c;
    box-sizing: border-box;
    /* border-radius: 5px; */
    display: inline-block;
    vertical-align: middle;
}
.head-ss-btn {
    font-size: 20px;
    width: 200px;
    height: 60px;
    text-align: center;
    background: #008177;
    color: #fff;
    line-height: 60px;
    transition: all .3s ease;
    border: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: middle;
}
.head-close-ss {
    position: absolute;
    right: 10%;
    top: 10%;
    cursor: pointer;
}
.on-head-ss-btn {
    opacity: 1;
    visibility: visible;
}
.form1-name{
    vertical-align: middle;
}
#captcha{
    vertical-align: middle;
    height: 20px;
    width: 50%;
}
.captcha{
    display: inline-block;
    vertical-align: middle;
}
.fileupload{
    margin-left: 0 !important;
}
.slidepro1-img img{
    width: 100%;
}
.sd-2{
    display: none;
}
/* .sds-12{
display: none;
} */
.dialog {
    position: fixed;
    /* display: -webkit-flex;
    display: flex; */
    z-index: 982;
    background: rgba(55, 58, 71, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    visibility: hidden;
}
.dialog, .dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dialog__overlay {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.dialog__overlay {
   
}
.op-1{
    opacity: 1;
    visibility: visible;
}
.dialog__content {
    width: 50%;
    background: #fff;
    padding: 30px 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 1;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-80%);
    transition: all .4s ease;
    transition-delay: .2s;
    opacity: 0;
    visibility: hidden;
}
.op-2{
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}
.dialog__content {
    overflow: hidden;
}
.dia-img1,.dia-title,.dia-txt{
    position: relative;
    opacity: 0;
    visibility: hidden;
    top:-30px;
    transition: all .6s ease;
    transition-delay: .4s;
}
.dia-title{
    transition-delay: .6s;
}
.dia-txt{
    transition-delay: .7s;
}
.op-3{
    opacity: 1;
    visibility: visible;
    top:0;
}
button {
    padding: 10px 20px;
    outline: none;
    font-weight: 600;
    line-height: 1;
    border: none;
    color: #fff;
    background: #008177;
    margin-top: 20px;
}
.ewm-zs{
    width: 65px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    background: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}
.bshare-weixin:hover .ewm-zs{
    opacity: 1;
    visibility: visible;
    bottom: 35px;
}
.tz{
    font-size: 14px;
    color:#fff;
    position: absolute;
    right: 25px;
    bottom: 5px;
    z-index: 888;
}
.tz3{
    font-size: 14px;
    color:#fff;
    position: absolute;
    right: 15px;
    bottom: 5px;
    z-index: 888;
}
.group1-top-img .pre{
    width: 75%;
    margin: 0 auto;
}
.group1-top-img .pre img{
    max-width: unset;
    width: 100%;
}
.hd-pc-logo222{
    width: 14%;
}
.tz3:before{
    content: "";
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.swiper-paginationwelall .swiper-pagination-bullet-active.wel-onn2{
    background:url(../img/wel-fy1_07.png) center center no-repeat;
}
.swiper-paginationwelall span.wel-onn3{
    background:url(../img/wel-fy2_06.png) center center no-repeat;
}

.we-sdd{
    position: fixed;
    background: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}