a, body, dd, dl, dt, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, ul {
    border: none;
    color: #606060;
    font-family: 微软雅黑,宋体,arial,verdana,sans-serif;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar-track-piece{
    background-color: #f8f8f8;
}
::-webkit-scrollbar-thumb{
    background-clip: padding-box;
    background-color: #dddddd;
    min-height: 28px;
}
::-webkit-scrollbar{
    height: 5px;
    width: 5px;
}

html{
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    word-spacing: 1px;
}
body{
    font-size: 16px;
    overflow-x: hidden;
}
ol, ol li, ul, ul li {
    list-style: none;
}
ol, ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
.el-col{
    float: left;
    box-sizing: border-box;
}
.el-col-15 {
    width: 25%;
}
.el-col-30{
    width: 50%;
}
.el-col-45{
    width: 75%;
}
.el-col-60{
    width: 100%;
}
.main{
    font-size: 16px;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

.headerMain{
    height: 90px;
    margin: 0 auto 0;
}

.header{
    margin: 0;
    padding: 0 12.5%;
    animation: noneL 5s ease 0s 1;
    -o-animation: noneL 5s ease 0s 1;
    -moz-animation: noneL 5s ease 0s 1;
    -webkit-animation: noneL 5s ease 0s 1;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    background-color: #fff;
    background-repeat: repeat;
    background-position: left top;
    background-size: 100% auto;
    background-attachment: fixed;
    transition: all 0s;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    height: 90px;
    z-index: 1;
}

.main .el-row{
    box-sizing: border-box;
    display: flex;
}
.main .el-row .khbgcrmi{
    display: flex;
    z-index: 99;
    height: 90px;
    align-items: center;
}
.main .header .el-col>.con{
    height: 70px;
    position: relative;
    z-index: 1;
}
.main .header .el-col>.con img{
    display: block;
    height: 100%;
}

.main .header .lncbrsnb{
    position: relative;
    min-height: 50px;
    z-index: 1;
}
.main .header .lncbrsnb .module{
    margin: 0 0.2% 0 56%;
    padding: 0;
    animation: noneL 5s ease 0s 1;
    -o-animation: noneL 5s ease 0s 1;
    -moz-animation: noneL 5s ease 0s 1;
    -webkit-animation: noneL 5s ease 0s 1;
}
.main .header .lncbrsnb .Mo_Menu{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.main .header .lncbrsnb .Mo_Menu .menu{
    position: relative;
    padding:  0 10px;
}
.main .header .lncbrsnb .Mo_Menu .menu .handle em{
    font-style: normal;
    align-items: center;
    background-color: #ececec;
    cursor: pointer;
    display: flex;
    height: 30px;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    z-index: 1;
}
.main .header .lncbrsnb .Mo_Menu .menu .handle .left{
    left: 0;
}
.main .header .lncbrsnb .Mo_Menu .menu .handle .left:after{
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    width: 0;
    border-color: transparent #ccc transparent transparent;
    margin-left: -5px;
}
.main .header .lncbrsnb .Mo_Menu .menu .handle .right{
    right: 0;
}
.main .header .lncbrsnb .Mo_Menu .menu .handle .right:after{
    border-style: solid;
    border-width: 5px;
    content: "";
    height: 0;
    width: 0;
    border-color: transparent transparent transparent #ccc;
    margin-right: -5px;
}

.main .header .lncbrsnb .Mo_Menu .menu ul{
    overflow: hidden;
    white-space: normal;
}
.main .header .lncbrsnb .Mo_Menu .menu ul>li{
    align-items: center;
    display: inline-block;
    position: relative;
    color: #222222;
}
.main .header .lncbrsnb .Mo_Menu .menu ul>li>a{
    align-items: center;
    box-sizing: border-box;
    display: flex;
    font: normal normal 14px/90px 微软雅黑;
    justify-content: center;
    margin: 0 10px;
    padding: 0 10px;
    position: relative;
    color: #333333;
    text-decoration: none;
    letter-spacing: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 #ffffff;
}
.main .header .lncbrsnb .Mo_Menu .menu ul>li>a{
    border-style: solid;
    border-width: 0 0 2px;
}
.main .header .lncbrsnb .Mo_Menu .menu ul>li.active{
    border-style: solid;
    border-width: 0 0 2px;
}

.main .header .lncbrsnb .Mo_Menu .menu li.active>a {
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: rgba(30, 157, 161, 1);
    border-radius: 0 0 0 0;
    color: rgba(30, 157, 161, 1);
}
.main .header .lncbrsnb .Mo_Menu .menu ul>li>a:hover{
    box-shadow: 0 0 0 #ffffff;
    border-style: solid;
    border-color: rgba(30, 157, 161, 1);
    border-radius: 0 0 0 0;
    color: rgba(30, 157, 161, 1);
    border-width: 0 0 2px;
}

.content{
    position: relative;
    z-index: 0;
}
.content .layout .gMain{
    position: relative;
}
.content .layout .gMain .layoutBg{
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    background-attachment: initial;
    background-color: #fff;
    background-repeat: repeat;
    background-position: left top;
    background-size: 100% auto;
}
.content .layout .gMain .el-row{
    display: flex;
    margin-left: 0!important;
    margin-right: 0!important;
    position: relative;
    z-index: 1;
}

.main .el-col{
    position: relative;
}
.content .layout .gMain .el-row .el-col{
    z-index: 99;
    padding: 0;
    margin: 0;

}
.content .layout .gMain .el-row .el-col .module{
    overflow: hidden;
    position: relative;
    z-index: 1;
    animation: noneL 5s ease 0s 1;
    -o-animation: noneL 5s ease 0s 1;
    -moz-animation: noneL 5s ease 0s 1;
    -webkit-animation: noneL 5s ease 0s 1;
}
.content .layout .gMain.banner .el-row .el-col .module .swiper-container{
    width: 100%!important;
    height: 35.4166667vw;
}
.content .layout .gMain.banner .el-row .el-col .module .swiper-container .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.content .layout .gMain.banner .el-row .el-col .module .swiper-container .swiper-wrapper .swiper-slide a{
    box-sizing: border-box;
    display: block;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 0 #ffffff;
    border-style: solid;
    border-width: 0;
    border-radius: 0;
}
.content .layout .gMain.banner .el-row .el-col .module .swiper-container .swiper-wrapper .swiper-slide img{
    height: 100%;
    width: 100%;
}
.content .layout .gMain.banner .el-row .el-col .module .swiper-container .swiper-pagination{
    position: absolute;
    text-align: center;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}
.content .layout .gMain.banner .el-row .el-col .module .swiper-container .swiper-pagination span{
    background: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    height: 8px;
    margin: 0 5px;
    outline: none;
    width: 8px;
}
.content .layout .gMain.banner .el-row .el-col .module .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    background: #ffffff;
}
.content .layout .kjin{
    position: relative;
    z-index: 99;
    padding: 0 12.8% 0 12.5%;
    margin: 3.133% 0;
    animation: noneL 5s ease 0s 1;
    -o-animation: noneL 5s ease 0s 1;
    -moz-animation: noneL 5s ease 0s 1;
    -webkit-animation: noneL 5s ease 0s 1;
    background-size: 100% auto;
    background-position: left top;
    background-repeat: repeat;
    background-color: #ffffff;
    background-attachment: initial;
}
.banner .swiper-container .bullet-prev, .banner .swiper-container .bullet-next{
    background: hsla(0, 0%, 100%, 0);
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 30px;
    z-index: 1;
}
.banner .swiper-container .bullet-prev {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    left: 15px;
}
.banner .swiper-container .bullet-next{
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    right: 15px;
}
.banner .swiper-container .bullet-prev:before, .banner .swiper-container .bullet-prev:after{
    background-color: #ffffff;
    content: "";
    display: block;
    height: 2px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 15px;
}
.banner .swiper-container .bullet-prev:before{
    margin-bottom: -2px;
    transform: rotate(-55deg);
    transform-origin: left bottom;
}
.banner .swiper-container .bullet-prev:after{
    transform: rotate(55deg);
    transform-origin: left top;
}
.banner .swiper-container .bullet-prev:hover, .banner .swiper-container .bullet-next:hover{
    background: #ffffff;
}
.banner .swiper-container .bullet-prev:hover:after{
    transform: rotate(40deg);
    background-color: #333333;
}
.banner .swiper-container .bullet-prev:hover:before{
    transform: rotate(-40deg);
    background-color: #333333;
}
.banner .swiper-container .bullet-next:before, .banner .swiper-container .bullet-next:after{
    background-color: #ffffff;
    content: "";
    display: block;
    height: 2px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 15px;
}
.banner .swiper-container .bullet-next:before{
    margin-bottom: -2px;
    transform: rotate(55deg);
    transform-origin: right bottom;
}
.banner .swiper-container .bullet-next:after{
    transform: rotate(-55deg);
    transform-origin: right top;
}
.banner .swiper-container .bullet-next:hover:after{
    transform: rotate(-40deg);
    background-color: #333333;
}
.banner .swiper-container .bullet-next:hover:before{
    transform: rotate(40deg);
    background-color: #333333;
}

.main .layout .el-row{
    display: flex;
    margin-right: 0!important;
    margin-left: 0!important;
    position: relative;
    z-index: 1;
}
.content .layout .kjin .kjin-item{
    z-index: 99;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40% auto;
    position: relative;
}
.content .layout .kjin .kjin-item .moduleBox .Mo .Mo_title{
    margin-top: 12%;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.content .layout .kjin .kjin-item .moduleBox .Mo .Mo_title a{
    letter-spacing: 0;
    color: rgba(30, 157, 161, 1);
    text-decoration: none;
    display: block;
    font-size: 20px;
}
.content .layout .kjin .kjin-item .moduleBox .Mo .Mo_text{
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 5% 17.258176757132915% 0 17.536534446764094%;
}
.ql-editor{
    word-break: break-word;
    box-sizing: border-box;
    height: 100%;
    line-height: 1.42;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -moz-tab-size: 4;
    tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
}
.content .layout .kjin .kjin-item .moduleBox .Mo .Mo_text .ql-editor{
    overflow: hidden;
    padding: 0;
}
.ql-editor .ql-align-center{
    text-align: center;
}
.ql-editor .ql-align-center span{
    line-height: 28px;
    color: rgb(153, 153, 153);
    font-size: 14px;
}
.content .layout .columnBg{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    background-attachment: initial;
    background-color: #ffffff;
    background-repeat: repeat;
    background-position: left top;
    background-size: 100% auto;
}

.masterTitle{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    background-attachment: initial;
    margin: 0;
    padding: 0 12.480417754569192% 0 12.480417754569192%;
    z-index: 99;
    animation: noneL 5s ease 0s 1;
    -o-animation: noneL 5s ease 0s 1;
    -moz-animation: noneL 5s ease 0s 1;
    -webkit-animation: noneL 5s ease 0s 1;
}
.masterTitle .Mo_title{
    margin: 6.263048016701461% 0 0 0;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
}
.masterTitle .title_zh .Mo_title{
    margin: 0;
}
.masterTitle .Mo_title a{
    text-decoration: none;
    letter-spacing: 0;
    display: block;
    font: normal bold 30px/32px 微软雅黑 !important;
}
.masterTitle .title_en .Mo_title a{
    color: rgba(204, 204, 204, 1)!important;
}
.masterTitle .title_zh .Mo_title a{
    color: rgba(30, 157, 161, 1)!important;
}
.masterTitle .moduleBox .Mo .Mo_line{
    padding: 1% 0 1% 0;
    animation: noneL 5s ease 0s 1;
    -o-animation: noneL 5s ease 0s 1;
    -moz-animation: noneL 5s ease 0s 1;
    -webkit-animation: noneL 5s ease 0s 1;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 0;
}
.masterTitle .moduleBox .Mo .Mo_line hr{
    width: 5%!important;
    border-bottom: 2px;
    border-color: rgba(30, 157, 161, 1)!important;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: inline-block;
}

.masterMsg{
    margin: 2.7676240208877285% 0 4.177545691906006% 0;
    padding: 0 12.480417754569192% 0 12.480417754569192%;
    z-index: 99;
    position: relative;
    animation: noneL 5s ease 0s 1;
    -o-animation: noneL 5s ease 0s 1;
    -moz-animation: noneL 5s ease 0s 1;
    -webkit-animation: noneL 5s ease 0s 1;
}
.masterMsg .Mo_ArticleList{
    overflow: hidden;
}
.masterMsg .Mo_ArticleList .img-swiper{
    overflow: hidden;
    padding: 0 50px;
    position: relative;
}
.masterMsg .Mo_ArticleList .img-swiper .swiper-container{
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.masterMsg .Mo_ArticleList .img-swiper .swiper-container .swiper-wrapper .swiper-slide .pic{
    background-color: rgba(255,255,255,0)!important;
    box-shadow: 0 0 0 #ffffff;
    margin: 0 10px 20px 10px;
    padding: 30px!important;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.masterMsg .Mo_ArticleList .pic .itemBox{
    height: 231px;
    margin: 0 0 30px 0;
}
.masterMsg .Mo_ArticleList .pic .itemBox img{
    object-fit: cover;
    transition: all 0s;
    -o-transition: all 0s;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    display: block;
    width: 100%;
    height: 100%;
}
.masterMsg .Mo_ArticleList .pic .itemInfo .tit{
    font: normal bold 18px/1.75 微软雅黑 !important;
    color: rgba(30,157,161,1)!important;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
    overflow: hidden;
    word-break: break-all;
}
.masterMsg .Mo_ArticleList .pic .itemInfo .dec{
    font: normal normal 14px/1.75 微软雅黑 !important;
    color: #666666!important;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 20px;
    overflow: hidden;
    word-break: break-all;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-next, .masterMsg .Mo_ArticleList .img-swiper .bullet-prev{
    opacity: 1;
    align-items: center;
    bottom: 0;
    color: #333333;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
    outline: none;
    position: absolute;
    top: 0;
    width: 35px;
    z-index: 1;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-next{
    right: 5px;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-next i, .masterMsg .Mo_ArticleList .img-swiper .bullet-prev i{
    color: rgba(218,218,218, 1)!important;
    font-size: 25px;
    cursor: pointer;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-prev {
    left: 5px;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-next i:before,
.masterMsg .Mo_ArticleList .img-swiper .bullet-next i:after,
.masterMsg .Mo_ArticleList .img-swiper .bullet-prev i:before,
.masterMsg .Mo_ArticleList .img-swiper .bullet-prev i:after{
    background-color: #d2d2d2;
    content: "";
    display: block;
    height: 2px;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: 15px;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-next i:before{
    margin-bottom: -2px;
    transform: rotate(40deg);
    transform-origin: right bottom;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-next i:after{
    transform: rotate(-40deg);
    transform-origin: right top;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-prev i:before{
    margin-bottom: -2px;
    transform: rotate(-40deg);
    transform-origin: left bottom;
}
.masterMsg .Mo_ArticleList .img-swiper .bullet-prev i:after{
    transform: rotate(40deg);
    transform-origin: left top;
}
.aboutHead{
    margin: 0;
    padding: 0 12.480417754569192% 0 12.480417754569192%;
    z-index: 99;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    position: relative;
}
.aboutHead .head .Mo_text{
    margin: 9.046624913013222% 0 0 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.aboutHead .head .Mo_text .ql-editor .ql-align-center strong{
    line-height: 42px;
    color: rgb(255, 255, 255);
    font-size: 36px;
}
.aboutHead .Mo .Mo_line{
    margin: 0;
    padding: 1% 0 1% 0;
    font-size: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}
.aboutHead .Mo .Mo_line hr{
    width: 5%!important;
    border-bottom: 2px;
    border-color: rgba(255, 255, 255, 1)!important;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    display: inline-block;
}
.aboutHead .msg .Mo_text {
    margin: 0 18% 19% 18%;
    padding: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.aboutHead .msg .Mo_text .ql-editor .ql-align-center span{
    line-height: 34px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
.aboutBody{
    margin: 0;
    padding: 0 12.480417754569192% 0 12.480417754569192%;
    z-index: 999;
    position: relative;
}
.aboutBody .el-row{
    display: flex;
    box-sizing: border-box;
    margin-left: 0!important;
    margin-right: 0!important;
    position: relative;
    z-index: 1;
}
.aboutBody .el-row .el-col{
    margin: -16% 6.263048016701461% 0 6.263048016701461%!important;
    position: relative;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.86);
    background-repeat: repeat;
    background-position: left top;
    background-size: 100% auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.aboutBody .el-row .el-col .moduleBox .Mo .Mo_title{
    margin: 6.205250596658711% 20% 5% 20%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.aboutBody .Mo_title .ql-editor .ql-align-center span{
    line-height: 28px;
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.newsHead{
    margin: 4.699738903394255% 0 0 0;
    padding: 0 12.480417754569192% 0 12.480417754569192%;
    z-index: 99;
    position: relative;
}
.newsHead .moduleBox{
    z-index: 1;
}
.newsHead .Mo .title_en{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.newsHead .Mo .title_zh{
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.newsHead .Mo .title_en a{
    display: block;
    font: normal bold 30px/32px 微软雅黑!important;
    color: rgb(204, 204, 204);
    letter-spacing: 0;
    z-index: 1;
}
.newsHead .Mo .title_zh a{
    display: block;
    font: normal bold 30px/32px 微软雅黑!important;
    color: rgb(30, 157, 161);
    letter-spacing: 0;
    z-index: 1;
    text-align: center;
}
.newsHead .Mo .Mo_line{
    margin: 0;
    padding: 0.6958942240779402% 0 0.6958942240779402% 0;
    text-align: center;
    z-index: 1;
}
.newsHead .Mo .Mo_line hr{
    border-color: rgb(30, 157, 161)!important;
    border-bottom:2px;
    border-style: solid;
    width: 5%!important;
}
.newsBody{
    margin-top: 1.1%;
    z-index: 99;
    position: relative;
}
.newsBody .el-row{
    display: flex;
    margin-right: 0!important;
    margin-left: 0!important;
    z-index: 1;
    position: relative;
}
.newsBody .el-row .newsLeft{
    background: rgb(246, 246, 246);
    z-index: 99;
}
.newsBody .el-row .newsLeft .Mo_ArticleList{
    margin: 6.266318537859007% 6.266318537859007% 6.266318537859007% 24.960835509138384%;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item{
    width: 100%;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item a{
    display: flex;
    flex-flow: column;
    overflow: hidden;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item a .itemBox{
    flex: 1;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item a .itemBox img{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item a .textInfo .tit{
    font: normal normal 18px/60px 微软雅黑 !important;
    color: rgb(51, 51, 51)!important;
    text-decoration: none;
    text-align: left;
    word-break: break-all;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item a .textInfo .dec{
    font: normal normal 14px/30px 微软雅黑 !important;
    color: rgb(153, 153, 153)!important;
    word-break: break-all;
    margin-bottom: 20px;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item a .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item a .info span.date{
    margin-right: 5px;
    align-items: center;
    display: flex;
}
.newsBody .el-row .newsLeft .Mo_ArticleList .item a .info .date em{
    font: normal normal 14px/14px 微软雅黑 !important;
    color: rgb(153, 153, 153);
    text-decoration: none;
}
.newsBody .newsRight .moduleBox{
    position: relative;
    z-index: 1;
}
.newsBody .newsRight .Mo_ArticleList{
    margin: 6.475195822454308% 24.960835509138384% 0 6.266318537859007%;
}
.newsBody .newsRight .Mo_ArticleList ul li .pic{
    display: flex;
    flex-flow: column;
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 2px;
    padding: 0!important;
    z-index: 1;
    position: relative;
}
.newsBody .newsRight .Mo_ArticleList ul li .pic:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}
.newsBody .newsRight .Mo_ArticleList ul li .pic .itemTit{
    display: flex;
}
.newsBody .newsRight .Mo_ArticleList ul li .pic .itemTit .tit{
    font: normal normal 18px/80px 微软雅黑 !important;
    color: rgb(51, 51, 51)!important;
    text-align: left;
    flex: 1;
    overflow: hidden;
    word-break: break-all;
}
.newsBody .newsRight .Mo_ArticleList ul li .pic .itemTit .date{
    margin-left: 10px;
}

.newsMore{
    position: relative;
}

.newsMore .Mo_button{
    height: 51px;
    margin: 2.2454308093994775% 41.72323759791123% 4.856396866840731% 41.56657963446475%;
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.newsMore .Mo_button a{
    width: 100%;
    height: 100%;
    font: normal normal 18px/28px 微软雅黑 !important;
    color: rgba(30, 157, 161, 1)!important;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(30, 157, 161)!important;
    border-radius: 0;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    box-sizing: border-box;
}

.contactHead{
    position: relative;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    z-index: 99;
    padding: 0 12.480417754569192% 0 12.480417754569192%;
}
.contactHead .title_en{
    margin: 4.647519582245431% 0 0 0;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.contactHead .title_en a{
    display: block;
    font: normal bold 30px/32px 微软雅黑 !important;
    color: #ffffff;
}
.contactHead .title_zh{
    margin-top: 0.16%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.contactHead .title_zh a{
    color: rgb(30, 157, 161)!important;
    font: normal normal 30px/32px 微软雅黑 !important;
    display: block;
}
.contactHead .Mo .Mo_line{
    margin: 0 0 7.6548364648573415% 0;
    padding: 0.6958942240779402% 0 0.6958942240779402% 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    font-size: 0;
}
.contactHead .Mo .Mo_line hr{
    width: 5%!important;
    border-bottom: 2px;
    border-color: rgb(30, 157, 161);
    border-style: solid;
    display: inline-block;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 0;
}
.contactBody{
    position: relative;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
    z-index: 99;
    margin: 0 21.93211488250653% 2.7676240208877285% 21.93211488250653%;
}
.contactBody .el-row .el-col-30{
    margin: -8.186046511627906% 0 0 0!important;
    background: #ffffff;
    position: relative;
}
.contactBody .Mo_title{
    margin: 6.511627906976744% 0 0 10.976744186046512%;
    position: relative;
    z-index: 1;
}
.contactBody .Mo_title a{
    color: rgb(30, 157, 161);
    font: normal normal 20px/34px 微软雅黑 !important;
}
.contactBody .Mo_map{
    height: 200px;
    margin: 3.5348837209302326% 2.41860465116279% 0 10.976744186046512%;
    position: relative;
    z-index: 1;
}
.contactBody .Mo_map .mapBox{
    height: inherit;
}
.contactBody .Mo_text{
    margin: 3.7209302325581395% 0 0 10.976744186046512%;
    z-index: 1;
    position: relative;
}
.contactBody .Mo_text p span{
    line-height: 34px;
    color: rgb(102, 102, 102);
    font-size: 14px;
}

.fBox{
    background: rgb(239, 239, 239)!important;
    position: relative;
    z-index: 99;
}
.fBox .Mo_text{
    padding: 0.6% 0;
    position: relative;
    z-index: 99;
}
.fBox .Mo_text .ql-align-center{
    text-align: center;
    position: relative;
    z-index: 1;
}
.fBox .Mo_text .ql-align-center span,
.fBox .Mo_text .ql-align-center a{
    color: rgb(153, 153, 153)!important;
    font-size: 14px;
    line-height: 26px;
}






