body {
    font-size: 16px;
    font-family: 'HarmonyOS', 'Microsoft YaHei', 'HeitiSC', 'MyriadPro', 'PingFang SC';
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
    
}


@font-face {
            font-family: 'HarmonyOS';
            src: url('/template/default/images/HarmonyOS_Sans_SC_Light.ttf');
            font-weight: 300;
        }

        @font-face {
            font-family: 'HarmonyOS';
            src: url('/template/default/images/HarmonyOS_Sans_SC_Regular.ttf');
            font-weight: 500;
        }

        @font-face {
            font-family: 'HarmonyOS';
            src: url('/template/default/images/HarmonyOS_Sans_SC_Bold.ttf');
            font-weight: 700;
        }


:root {
    --padding:80px 10px;
    --margin:90px auto;
    --m80:80px 0;
    --m50:50px 0;
    --f80:80px;
    --f70:70px;
    --f60:60px;
    --f50:50px;
    --f48:48px;
    --f40:40px;
    --f36:36px;
    --f30:30px;
    --f28:28px;
    --f26:26px;
    --f24:24px;
    --f22:22px;
    --f20:20px;
    --f18:18px;
    --border: #eee solid 1px;
    --wrapper: 1460px;
    --main-color: #111;
    --main2-color: linear-gradient(30deg, #00956d,#006b4e);
    --main3-color: #006b4e;
    --listbg: #fff;
 }
body a {
    color: #000;
        text-decoration: none !important;
    transition: all ease 0.3s;
}
a:hover, a:focus {
    color: var(--main-color);
    text-decoration: underline;
}
body li {
    list-style-type: none; 
}

p,
ul,
li,
h5,
h4,
h3,
h2,
h1 {
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
        font-weight: 500;
}


img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
}

input {
    outline: none
}
.page-status,
.page-index,
.page-last {

    display: none;
}

.page-pre,
.page-next {
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    height: 30px;
    background-color: #ddd;
    line-height: 30px;
}

.page-pre:hover,
.page-next:hover {
    background-color: #333;
}

.page-pre:hover a,
.page-next:hover a {
    color: #fff;
}

.page-pre a,
.page-next a {
    display: block;
    color: #fff;
}

.page-next a {}

.page-numbar {
    display: inline-block;
    margin: 0px 3px;
}

.page-numbar a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    background: #f9f9f9;
    line-height: 30px;
    color: #999;
}

.page-numbar a:hover {
    background-color: #333;
    color: #fff;
}

.sq_width{
    width: 94%;
    margin: 0 auto;
}
.sq_width_row{
    
}

.head{
    padding: 0% 3%;
    height: 80px;
}
.headw{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.headw .logo{
    max-width: 138px;
    padding: 0%;
}
.headw .logo img{
    
}
.web_nav{
    display: none;
}

.headw .nav{
    width: auto;];
    padding: 0%;
    max-width: none;
}
.headw .nav ul{
    display: flex;
    margin: 0%;
    padding: 0%;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.headw .nav ul li{
    padding: 0px 24px;
}
.headw .nav ul li a{
    font-size: 16px;
    display: block;
}
.jlzx{}
.jlzx a{
    background: #111;
    color: #fff;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 14px;
}
.hero-section{
    padding: 100px 0px;
}
.hero-section_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.hero-section .z_title{
    font-size: 4.7999vw;
    line-height: 1.1;
}
.hero-section .bt_title{
    font-size: 3.2vw;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-section .bt_title .img{
    width: 65%;
    margin-top: -6%;
}
.hero-section .bt_title .img img{
    transform-style: preserve-3d;
            animation: rotate-cube 5s linear infinite;
}

  @keyframes rotate-cube {
            from {
                transform: rotateY(0deg) rotateX(0deg);
            }
            to {
                transform: rotateY(360deg) rotateX(360deg);
            }
        }
.hero-section .f_title{
    font-size: 1.5vw;
    font-weight: bold;
}
.hero-section_row_l{
    width: 61%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hero-section_row_r{}

.services-grid{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tj_case {
    width: 80%;
    margin: 0 auto;
}
.tj_case  .swiper-slide{
    
}
.tj_case .img{overflow: hidden;border-radius: 18px;overflow: hidden;}
.tj_case .img img{
    transition: all ease 1s;
}
.tj_case .swiper-slide:hover .img img{
    transform: scale(1.1);
}
.tj_case .nr{
    position: absolute;
    bottom: 8%;
    left: 4%;
    color: #fff;
}
.tj_case .nr h4{
    font-size: 18px;
}
.tj_case .nr h2{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.8;
}
.tj_case .nr span{
    width: 120px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin-top: 27px;
}

.swiper-button-next{
    right: 2%;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all ease 1s;
    top: 26%;
}
.swiper-button-next:after {
    content: 'next';
    font-size: 13px;
    font-weight: bold;
    color: #333;
    transition: all ease 1s;
}
.swiper-button-next:hover{
    background: #111;
}
.swiper-button-next:hover:after{
     color: #fff;
}
.swiper-button-prev{
    left: 2%;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all ease 1s;
    top: 26%;
}
.swiper-button-prev:after{
    content: 'prev';
    font-size: 13px;
    font-weight: bold;
    color: #333;
    transition: all ease 1s;
}
.swiper-button-prev:hover{
    background: #111;
}
.swiper-button-prev:hover:after{
    color: #fff;
}

.tj_case_b{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1% 1%;
    flex-wrap: wrap;
}
.tj_case_b .list{
    padding: 1%;
    position: relative;
}
.tj_case_b .list .img{
    overflow: hidden;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.tj_case_b .list .nr{
    position: absolute;
    bottom: 6%;
    width: 92%;
    left: 4%;
    background: rgb(0 0 0 / 47%);
    border-radius: 15px;
    transition: all ease .7s;
    transform: translateY(100px);
}
.tj_case_b .list .nr h4{
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    transition: all ease .7s;
    transform: translateY(200px);
}
.tj_case_b .list:hover{}
.tj_case_b .list:hover .nr{
    transform: translateY(0px);
}
.tj_case_b .list:hover .nr h4{
    transform: translateY(0px);
}



.tj_case_b .list .img img{
    transition: all ease 1s;
}
.tj_case_b .list:hover .img img{
    transform: scale(1.1);
}

.wmsh{
    padding: 100px 3%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_title{}
.about_nr{}
.about_nr h3{
    font-size: 36px;
}
.about_nr p{
    font-size: 24px;
    line-height: 32px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 37px;
}
.ckgd{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}
.ckgd:hover{
}
.ckgd span{
    width: 160px;
    height: 46px;
    background: #333;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    color: #fff;
    margin-right: 10px;
    transition: all ease .5s;
    color: #fff;
    font-size: 16px;
}
.ckgd i{
    width: 46px;
    height: 46px;
    background: #e30000;
    border-radius: 50%;
    position: absolute;
    left: 170px;
    transition: all ease .5s;
}
.ckgd:hover span{margin-left: 56px;}
.ckgd:hover i{
    left: 0%;
}
.about_y{
    background: #000;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    padding: 2%;
}

.business-layout{
    background: #000;
    color: #fff;
    background: url(../images/ywzl.png) bottom;
    background-repeat: no-repeat;
    padding: 100px 0%;
    padding-bottom: 0%;
    background-color: #000;
}
.wnzjs{
    display: flex;
    justify-content: space-between;
    padding: 0% 3%;
}
.wnzjsl{}
.wnzjsl h2{
    font-size: 7vw;
}
.wnzjsr{font-size: 16px;margin-top: 21vw;}
.wnzjsr a{
    margin-bottom: 24px;
}
.wnzjsr a span{
    background: #fff;
    color: #333;
}
.wnzjsr p{
    max-width: 224px;
    text-align: right;
}


.service-categories{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 100px;
}
.service-categories .list{
    width: 20%;
    height: 400px;
    padding-right: 0%;
    position: relative;
    overflow: hidden;
}
.service-categories .list:before{
    content:'';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.2;
    transition: all ease .8s;
}
.service-categories .list:hover:before{
    content:'';
    width: 100%;
    opacity: 1;
}
.service-categories .list h2{
    display: block;
    padding-left: 12%;
    font-size: 30px;
    padding-top: 10%;
}
.service-categories .list:hover h2{
    color: #333;
    position: relative;
    z-index: 5;
}

.service-categories .list .js{
    display: block;
    padding-left: 12%;
    font-size: 16px;
    padding-top: 10%;
    padding-right: 12%;
    color: #333;
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translatex(-100%);
    transition: all ease .8s;
}
.service-categories .list:hover .js{
    opacity: 1;
    transform: none;
}

.service-categories .list a{
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translatex(-200%);
    transition: all ease .8s;
    z-index: 9;
    margin-left: 12%;
    margin-top: 25%;
}
.service-categories .list:hover a{
    opacity: 1;
    transform: none;
}

.client-list{
    padding: 100px 3%;
}
.client-list h2{
    font-size: 20px;
    color: #111;
    margin-bottom: 40px;
}
.client-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #eee;
    position: relative;
}
.client-item .img{
    position: absolute;
    right: 28%;
    opacity: 0;
    pointer-events: none;
    transition: all ease .7s;
}
.client-item:hover .img{
    opacity: 1;
    pointer-events: auto;
}
.client-item .img img{}
.client-item .title{
    font-weight: 100;
    font-size: 2.6vw;
    color: #666;
    margin-bottom: 1%;
    padding-top: 1%;
    display: flex;
    transform: translateX(-274px);
    transition: all ease .8s;
}
.client-item:hover .title{
       transform: translateX(0px);
}
.client-item .title a{
    padding-right: 51px;
    padding-left: 51px;
}
.client-item:hover .title a{
     padding-left: 0px;
}
.client-item .bq{
    color: #fff;
}
.client-item .bq span{
    border: solid 1px #eee;
    border-radius: 50px;
    color: #666;
    padding: 7px 19px;
    transition: all ease .7s;
}
.client-item .bq span:hover{
    background: #111;
    color: #fff;
    border: solid 1px #111;
}

.tund-section{
    position: relative;
}
.tund-section .img{
    
}
.tund-section .img img{
    
}

.blog-post{
    position: absolute;
    top: 0%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 3%;
    height: 100%;
}
.blog-post h3{
    font-size: 36px;
    color: #fff;
    margin-bottom: 15%;
}
.blog-post span{
    background: #fff;
    color: #333;
}

.news-section{
    padding: 100px 0%;
}
.news-section .bt{}
.news-section .bt h2{
    font-size: 64px;
    font-weight: bold;
}
.news-section .bt p{
    font-size: 16px;
    color: #666;
}

.news_tj{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_tj .list{
    width: 47%;
}
.news_tj .img{}
.news_tj .img img{}
.news_tj .nr{
    margin-top: 4%;
}
.news_tj .nr h2{
    font-size: 32px;
    color: #111;
    margin-bottom: 10px;
}
.news_tj .nr p{
    font-size: 16px;
    color: #666;
}
.news_tj .nr .bqx{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #999;
    margin-top: 5%;
}
.news_tj .nr .bqx span{}

.news_tjd{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #eee;
    margin-top: 3%;
    padding-top: 3%;
}
.news_tjd .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 46%;
    margin-bottom: 16px;
}
.news_tjd .list h2{
    margin: 0%;
    font-size: 24px;
}
.news_tjd .list span{
    font-size: 16px;
    color: #666;
}

.wmfw{
    background: url(../images/fwbk.jpg);
    padding: 100px 3%;
   
}
.wmfw_w{
     display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.wmfwl{}
.wmfwl .fu_ti{
    font-size: 64px;
    font-weight: bold;
}
.wmfwl p{
    font-size: 24px;
    margin-top: 3%;
}
.wmfwr{
    width: 381px;
    background: #fff;
    padding: 2%;
}
.wmfwr form{}
.wmfwr form input{
    background: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 0%;
    background: #fff;
    margin-bottom: 9px;
    font-size: 14px;
    height: 46px;
    border-bottom: solid 1px #eee;
    color: #666;
}
.wmfwr form textarea{
    width: 100%;
    height: 240px;
    font-size: 14px;
    padding: 0%;
    border: 0;
}
.wmfwr form button{
    width: 100%;
    border: 0;
    height: 46px;
    color: #fff;
    background: #333;
    border-radius: 50px;
    border: solid 1px #eee;
    background: none;
    color: #999;
}

.foot{
    background: #111;
}
.foott{
    width: 1440px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4% 0%;
}
.footta{}
.zssc{
    width: 240px;
    background: #e3dde7;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 12%;
}
.zssc h4{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}
.yftl-btn{
    display: flex;
    align-items: center;
}
.yftl-btn span{
    font-size: 14px;
    color: #333;
    padding-right: 11px;
}
.yftl-btn-icon{}
.yftl-btn-icon img{}
.foottb{
    width: 50%;
    display: flex;
    padding: 0 6%;
    color: #fff;
}
.foottb ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0%;
    width: 100%;
}
.foottb ul li{
    width: 32%;
    margin: 0%;
    margin-bottom: 5%;
}
.foottb ul li:nth-child(1){
    width: 66.6%;
}
.foottb ul li a{
    color: #fff;
    font-size: 24px;
    margin-bottom: 16px;
    display: block;
}
.foottb ul li ul{
    display: block;
}
.foottb ul li:nth-child(1) ul{
    display: flex;
    flex-wrap: wrap;
}
.foottb ul li:nth-child(1) ul li{
    width: 50%;
}
.foottb ul li ul li{
    width: 100%;
    margin: 0;
}
.foottb ul li ul li a{
    font-size: 16px;
}
.foottc{}
.fxsj{}
.fxsj h3{font-size: 24px;}
.yfts-top-ul {
    display: flex
;
}
.yfts-top-item {
    margin-right: 40px;
    position: relative;
}
.yfts-top-item:first-child .yfts-top-item-icon {
    width: 60px;
}
.yfts-top-item-icon {
    width: 34px;
}
.yfts-top-item-ewm {
    display: none;
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
}

.lxdh{
    margin: 60px 0px;
}
.lxdh h3{
    font-size: 24px;
}
.lxdh a{
    color: #fff;
    font-size: 36px;
    margin-top: 12px;
    display: block;
}
.yfts-link-zhan {
    width: 316px;
    max-width: 100%;
    position: relative;
    z-index: 10;
}
.yfts-link-top {
    padding: 15px 14px;
    display: flex
;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
}
.yfts-link-top .std-text2 {
    color: rgba(255, 255, 255, .5);
    line-height: var(--line15);
    width: 50%;
    flex-grow: 1;
}
.yfts-link-icon {
    width: 12px;
    height: 7px;
    transition: all .4s ease;
    font-size: 0;
}
.yfts-link-xia {
    border-radius: 0px 0px 8px 8px;
    background: #151515;
    padding: 3px 7px 10px 18px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}
.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}
.yfts-lxn-core {
    display: block;
    padding: 15px 0;
    line-height: var(--line15);
    color: rgba(255, 255, 255, .6);
    transition: all .4s ease;
    font-size: var(--font16);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.footb{font-size: 48px;text-align: center;color: #fff;font-weight: bold;padding-bottom: 60px;}

.foot_bq{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 60px;
}

.w1400{
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
}
.mbx{
    border-bottom: solid 1px #f5f5f5;
    padding: 0% 3%;
}
.mbx_w {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wmdyw{
    padding: 100px 0px;
    position: relative;
}
.case_ym{
    position: relative;
}
.case_ym:before{
    content:'';
    background: url(../images/a1_mask001.svg) fixed;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
}
.wmdyw_flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ymbt{
    font-size: 48px;
    font-weight: bold;
}
.wmdyw_flex .nr{}
.wmdyw_flex .nr p{
    max-width: 600px;
    margin-bottom: 30px;
}

.case_fl{margin-bottom: 60px;}
.case_fl .fla{
    display: flex;
    border-radius: 50px;
}
.case_fl .fla span{
    padding: 10px 0px;
    border-radius: 50px;
    margin-right: 15px;
}
.case_fl .fla a{
    background: #eee;
    padding: 10px 28px;
    border-radius: 50px;
    margin-right: 18px;
}
.case_fl .fla a:hover{
    background: #333;
    color: #fff;
}
.case_list{
}

.wmdyw_nr{
    
}
.wmdyw_nr_flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4% 0%;
    border-top: solid 1px #eee;
}
.wmdyw_nr_flex .left{
    width: 50%;
}
.wmdyw_nr_flex .left h2{
    font-size: 36px;
    margin-bottom: 36px;
}
.wmdyw_nr_flex .left .img{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 70px 70px 0px 70px;
}
.wmdyw_nr_flex .left .img img{
    height: 100%;
    width: auto!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    max-width: initial;
}
.wmdyw_nr_flex .right{
    width: 41%;
}
.wmdyw_nr_flex .right .std-h4{
    font-size: 36px;
    margin-bottom: 18px;
}
.wmdyw_nr_flex .right .std-text2{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}
.wmdyw_nr_flex .right .std-h6{
    margin-bottom: 75px;
}
.wmdyw_nr_flex .right .std-h6 p{
    font-size: 20px;
    margin-bottom: 23px;
}

.wmdfw_qqh{
    width: 1400px;
    margin: 100px auto;
    border: solid 1px #eee;
    border-radius: 50px;
    padding: 5%;
}
.wmdfw_qqh h2{
    width: 50%;
    margin: 0%;
    font-size: 48px;
}
.wmdfw_qqh ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wmdfw_qqh ul li:nth-child(1){
    margin-left: 50%;
    border: 0px;
    padding-top: 0%;
}
.wmdfw_qqh ul li{
    margin: 0%;
    width: 50%;
    padding-left: 10%;
    border-top: solid 1px #eee;
    padding-top: 6%;
    padding-bottom: 6%;
}
.wmdfw_qqh ul li h4{
    font-size: 24px;
    color: #666;
}
.wmdfw_qqh ul li p{
    font-size: 9vw;
    line-height: 1;
}


.news_ny_list {
    padding-bottom: 100px;
}

.news_ny_list .list{}
.news_ny_list .list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #eee;
    padding-bottom: 3%;
    margin-bottom: 3%;
}
.news_ny_list .list .right{
    width: 68%;
}

.news_ny_list .list .right .tuij_zx_tag{}
.news_ny_list .list .right .list{
    line-height: 30px;
    border-radius: 5px;
    background: #eee;
    padding: 0 10px;
    color: #666;
    display: inline-block;
    width: 10%;
    text-align: center;
}
.news_ny_list .list .right .tuij_zx_bt{
    -webkit-line-clamp: 3;
    margin: 13px 0px;
    font-size: 32px;
}
.news_ny_list .list .right .tuij_zx_ms{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 1.6;
}
.news_ny_list .list .right .tuij_zx__sj{
    margin: 1% 0%;
    color: #999;
}

.news_ny_list .list .left{
    width: 28%;
}
.news_ny_list .list .left .ys-imgbox-cover{
    border-radius: 20px;
    overflow: hidden;
}
.news_ny_list .list .left .ys-imgbox-cover img{}


.tuij_zx{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.tuij_zx .left{
    width: 45%;
}

.tuij_zx .left .tuij_zx_tag{}
.tuij_zx .left .tuij_zx_tag .list{
    line-height: 30px;
    border-radius: 5px;
    background: #eee;
    padding: 0 10px;
    color: #666;
    display: inline-block;
    width: 10%;
    text-align: center;
}
.tuij_zx .left .tuij_zx_bt{
    -webkit-line-clamp: 3;
    margin: 16px 0px;
    font-size: 42px;
}
.tuij_zx .left .tuij_zx_ms{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    line-height: 1.6;
}
.tuij_zx .left .tuij_zx__sj{
    margin: 4% 0%;
    color: #999;
}

.tuij_zx .right{
    width: 50%;
}
.tuij_zx .right .ys-imgbox-cover{
    border-radius: 50px;
    overflow: hidden;
}
.tuij_zx .right .ys-imgbox-cover img{}

.news{
    padding: 100px 0px;
}
.newsw{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.newsw .left{
    width: 22%;
}
.newsw .right{
    width: 72%;
}
.fbsj{
    font-size: 30px;
}
.cs{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 3% 0%;
    margin: 5% 0%;
}
.cs  ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs ul li{
    display: flex;
    width: 50%;
    color: #999;
    margin: 2% 0%;
}
.cs ul li span{
    color: #999;
}
.cs ul li a{
    color: #666;
}

.sjmf{
    display: flex;
    align-items: center;
}
.sjmf p{
    padding: 0;
    margin: 0;
    font-size: 18px;
    padding-right: 20px;
}
.sjmf .ewm{
    display: flex;
}
.sjmf .ewm .fx{
    position: relative;
}
.sjmf .ewm .fx img{
    border-radius: 50px;
    border: solid 1px #333;
    background: #333;
    margin-right: 13px;
    width: auto;
}
.sjmf .ewm .fx .erweima{
    display: none;
    position: absolute;
    left: 0%;
    top: 122%;
    z-index: 9;
}
.sjmf .ewm .fx:hover .erweima{
    display: block;
}
.sjmf .ewm .fx .erweima img{
    width: 120px;
    border-radius: 0;
    border: 0;
    background: none;
}

.nr_xs{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 5% 0%;
    margin: 5% 0%;
}
.nr_xsw{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nr_xsw a{
    display: flex;
}
.nr_xsw a:hover{
    color: #6db102;
}
.nr_xsw a svg{
    width: 20px;
    height: auto;
    padding-right: 4px;
}
.nr_xsw a span{}

.newsw .right .bt{
    font-size: 42px;
    font-weight: bold;
}
.newsw .right .nr{
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.8;
}