body {
    font-size: 16px;
    font-family: 'Noto Sans SC','PingFang SC ', sans-serif;
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
}
 .marker {
    background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat;
    cursor: pointer;
}
.amap-marker{
    display: block !important;
}
: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: #007bff;
    --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;
}

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

input {
    outline: none
}
.dzxx{
    position: absolute;
    top: 153px;
    left: 155px;
    background: #fff;
    padding: 3%;
    border-radius: 7px;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 10%);
}
.dzxx h2{
    font-size: 22px;
    font-weight: 500;
}
.dzxx p{
    font-size: 16px;
    color: #666;
    margin-top: 3px;
}
.non_width {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
}


.fy{
    margin-left: 31px;
    position: relative;
}
.fy p{
    display: flex;
    border: solid 1px #d1d1d1;
    border-radius: 50px;
    background: #fff;
    padding: 9px 7px;
    align-items: center;
    width: 119px;
}
.fy p a{
    display: flex;
    font-size: 14px;
    color: #666;
    justify-content: flex-start;
}
.fy p a span{
    display: inline-block;
    line-height: 20px;
}
.fy p a img{
    width: 21px;
}
.fy p img{
    width: 21px;
    transform: rotate(180deg);
}
.fy_li{
    display: none;
    position: absolute;
    top: 100%;
}
.fy:hover .fy_li{
    display: block;
    width: 100%;
}
.fy_li a{
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px 3px rgb(0 0 0 / 7%);
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-top: 9px;
    color: #999;
}
.fy_li a:hover{
    background: var(--main-color);
    color: #fff;
}
.headw .souc .tel {
    display: flex
;
    align-items: center;
}
.mbx_w {
    color: #000;
    font-size: 16px;
}
.ymbt {
    display: block;
    line-height: 1.35;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 32px;
    padding-top: 35px;
    font-weight: bold;
}
.plate_bt {
    text-align: center;
}




/*mianbaoxie------------------------------------------------*/


/*daohang------------------------------------------------*/
.head{
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: 0px solid rgba(255, 255, 255, .2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: all .5s ease;
    display-radio: 1;
    background-color: rgba(255, 255, 255, 0.78);
    height: auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    transition: all ease .5s;
}
.head.headera{
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
}
.head:hover{
}
.headw{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headw .logo{
    
            clear: left;
        margin-left: 0%;
        margin-right: 0px;
        width: 19.400000000000002%;
}
.headw .logo img{}
.web_nav{
    display: none;
         
}
.web_nav span{}
.headw .nav{
    
       width: 75.42%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
}
.headw .nav ul{
    display: flex;
    flex-wrap: wrap;
    
}
.headw .nav ul li{
       margin: 0%;
       position: relative;
       margin: 0 25px;
}
.headw .nav ul li:after{
            content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0 auto;
        transition: all ease .3s;
        background: #007bff;
    height: 4px;
}
.headw .nav ul li:hover:after{
    width: 100%;
}
.headw .nav ul li a{height: 100px;line-height: 100px;white-space: nowrap;text-align: center;font-size: 1rem;color: #333;-webkit-transition: .5s;-o-transition: .5s;-moz-transition: .5s;transition: .5s;display: block;text-align: center;}
.headw .nav ul li:hover a{
    color: var(--main-color);
}
.headw .souc{
            display: flex;
            align-items: center;
            font-size: 20px;
            color: rgba(33, 136, 254, 1);
            font-family: Arial;
            background-repeat: no-repeat;
            background-position: center left;
            height: 40px;
            margin-left: 34px;
}
.headw .souc img{
    margin-right: 10px;
}
.headw .souc .icon{
    
        width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    cursor: pointer;
}
/*daohang------------------------------------------------*/
/*banner-------------------------------------------------*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner .swiper-slide{
    overflow: hidden;
}
.banner .swiper-slide img{
    transition: all ease 2.8s;
}
.banner .swiper-slide-active{}
.banner .swiper-slide-active img{
    transform: scale(1.1);
}

.banner a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    width: 100%;
}

.banner .banner_gund {
    position: absolute;
    bottom: 4% !important;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.banner .banner_gund span {
    opacity: 1;
    width: 18px;
    background: #c9c9c9;
    height: 8px;
    border-radius: 0px;
    transition: all ease .5s;
}

.banner .banner_gund span.swiper-pagination-bullet-active {
    background: #0053af;
    width: 36px;
}

/*banner-------------------------------------------------*/
/*fudongkefu------------------------------------------------*/

/*fudongkefu------------------------------------------------*/

/*jinchangxiaoguo----------------------------------------------*/
.frtop {
    opacity: 0;
    transform: translatey(100%);
    transition: all .5s ease-out;
}

.started .frtop {
    opacity: 1;
    transform: none;
}

.frleft {
    transform: translate(-200%);
    opacity: 0;
    transition: all .75s ease-out;
}

.frright {
    transform: translate(200%);
    opacity: 0;
    transition: all .75s ease-out;
}

.started .frleft {
    opacity: 1;
    transform: none;
}

.started .frright {
    opacity: 1;
    transform: none;
}

/*jinchangxiaoguo----------------------------------------------*/


.fyan {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
margin-top: 20px;}

.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: #dddddd;
    line-height: 30px;
}

.page-pre:hover,
.page-next:hover {
    background-color: var(--main-color);
}

.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: var(--main-color);
    color: #fff;
}



.plate_jcc{
    background: url(../images/probj.png);
    padding-bottom: 80px;
    padding-top: 50px;
    background-size: cover;
}

.plate_title{}
.plate_title h2{
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    padding-top: 75px;
    padding-bottom: 0px;
}
.plate_title p{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ckgd{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 136px;
    height: 40px;
    background-color: rgba(22, 159, 253, 1);
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 50px;
    color: #fff;
    line-height: 40px;
}
.ckgd:hover{
    color: #fff;
}

.jcc_bk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jcc_bk .left{
    width: 40%;
}
.jcc_bk .left img{
    width: 100%;
}
.jcc_bk .right{
    width: 50%;
}
.jcc_bk .right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jcc_bk .right ul li{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 14px 0px;
}
.jcc_bk .right ul li img{
    max-width: 100%;
    margin-right: 30px;
}
.jcc_bk .right ul li p{
    margin: 0%;
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 20px;
    font-weight: bold;
}

.plate_yycj{}

.plate_yycj {
    padding-bottom: 100px;
}
.plate_yycj ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.plate_yycj ul li{
    width: 49%;
    margin: 0%;
    position: relative;
}
.plate_yycj ul li .img{
    overflow: hidden;
}
.plate_yycj ul li .img img{
    transition: all ease 1.5s;
}
.plate_yycj ul li:hover .img img{
    transform: scale(1.2);
}
.plate_yycj ul li .nr{
    position: absolute;
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85%;
    flex-direction: column;
    padding: 5%;
    overflow: hidden;
    overflow: hidden;
}
.plate_yycj ul li .nrw{
    height: 0px;
    overflow: hidden;
    transition: all ease .8s;
}
.plate_yycj ul li:hover .nrw{
    height: 236px;
}
.plate_yycj ul li .nr h2{
    color: #fff;
}
.plate_yycj ul li .nr p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}
.plate_yycj ul li .nr span{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 136px;
    height: 40px;
    background-color: rgba(22, 159, 253, 1);
    border-radius: 50px;
    margin: 0 auto;
    margin-top: 50px;
    color: #fff;
    line-height: 40px;
}

.plate_about{
    background: url(../images/aboutbj.png) fixed center;
    padding-bottom: 80px;
    padding-top: 50px;
    background-size: cover;
}
.plate_about .szw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
    width: 1200px;
}
.plate_about .szw .sz{
    width: 33.3%;
}
.plate_about .szw .sz:nth-child(2){
    border-left: 1px solid #169FFD;
    border-right: 1px solid #169FFD;
}
.plate_about .szw .sz .t{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.plate_about .szw .sz .t h2{
    height: 60px;
    line-height: 60px;
    font-size: 66px;
    font-weight: bold;
    color: rgba(22, 159, 253, 1);
    margin: 0%;
}
.plate_about .szw .sz .t p{
    font-size: 18px;
    font-weight: bold;
    color: rgba(22, 159, 253, 1);
    margin: 0%;
}
.plate_about .szw .sz .b{}
.plate_about .szw .sz .b h4{
    text-align: center;
    margin-top: 15px;
}

.about_nr {}
.about_nr  p{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.plate_news{
    padding-bottom: 80px;
}
.plate_news ul{
    margin-top: 60px;
}
.plate_news ul li{
    position: relative;
    width: 90%;
    background: #f6f6f6;
    padding: 5%;
    border-bottom: solid 1px #eee;
}
.plate_news ul li a{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.plate_news ul li .img{
    display: none;
}
.plate_news ul li .img img{
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}
.plate_news ul li:hover .img img{
    transform: scale(1.1);
}
.plate_news ul li .nr{display: flex;justify-content: space-between;}
.plate_news ul li .nrl{
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.plate_news ul li .nrl h2{
    min-height: 20px;
    font_radio: 2;
    display-radio: 1;
    font-size: 43px;
    color: rgba(153, 153, 153, 1);
    line-height: 1;
    text-align: center;
    font-weight: 500;
}
.plate_news ul li .nrl h4{
    min-height: 0px;
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}
.plate_news ul li .nrr{
    width: 79%;
}
.plate_news ul li .nrr h2{line-height: normal;font_radio: 2;display-radio: -webkit-box;font-size: 17px;font-weight: bold;color: rgba(51, 51, 51, 1);-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;margin-top: 10px;}
.plate_news ul li .nrr p{
    line-height: 1.6;
    font_radio: 2;
    display-radio: -webkit-box;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 15px;
}
.plate_news ul li:nth-child(1){
    padding: 0%;
}
.plate_news ul li:nth-child(1) .img{
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;
}
.plate_news ul li:nth-child(1) .nr{display: block;}
.plate_news ul li:nth-child(1) .nrl{
    display: none;
}
.plate_news ul li:nth-child(1) .nrr p{
    display: none;
}
.plate_news ul li:nth-child(1) .nrr h2{
    position: absolute;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
    font-weight: bold;
    color: rgb(0 0 0);
    text-align: center;
    width: 100%;
    bottom: 0%;
    background: rgb(0 0 0 / 49%);
    padding: 2% 0%;
    color: #fff;
}

.plate_news ul li:nth-child(1) a {
    display: block;
}
 .grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr; /* 两列等宽 */
            grid-template-rows: 1fr 1fr; /* 两行等高 */
            row-gap: 0; /* 网格间距 */
             /* 容器高度 */
        }
        
        .item-1 {
            grid-column: 1 / 2; /* 第一列 */
            grid-row: 1 / 3; /* 跨两行 */
        }
        
        /* 为了更好的视觉效果添加的样式 */
        .grid-item {
        }

.foot{
    min-height: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(246, 246, 246, 1);
}
.footw{
    display: flex;
    justify-content: space-between;
}
.footl{
    display: flex;
}
.footl img{
    width: 100px;
}
.footl .nr{
    font-size: 14px;
    line-height: 1.6;
    margin-left: 20px;
}
.footr{
    font-size: 14px;
}
.footr a{}

.duoge{}
.duoge .gd{
    transition: all ease .8s;
    margin-bottom: 2%;
}
.duoge .gd:nth-child(1){
    transform: translateY(100px);
    opacity: 0;
    transition: all ease .5s;
}
.duoge .gd:nth-child(2){
    transform: translateY(300px);
    opacity: 0;
    transition: all ease .7s;
}
.duoge .gd:nth-child(3){
    transform: translateY(500px);
    opacity: 0;
    transition: all ease .9s;
}
.duoge .gd:nth-child(4){
    transform: translateY(700px);
    opacity: 0;
    transition: all ease 1.1s;
}
.duoge .gd:nth-child(5){
    transform: translateY(900px);
    opacity: 0;
    transition: all ease 1.1s;
}

.duoge .gd:nth-child(6){
    transform: translateY(1100px);
    opacity: 0;
    transition: all ease 1.1s;
}
.duoge .gd:nth-child(7){
    transform: translateY(1300px);
    opacity: 0;
    transition: all ease 1.1s;
}
.duoge .gd:nth-child(8){
    transform: translateY(1500px);
    opacity: 0;
    transition: all ease 1.1s;
}

.started .duoge .gd{
    opacity: 1;
    transform: translateY(0px);
}
.nybanner{
    position: relative;
}
.nybanner .bj{}
.nybanner .bj img{
    width: 100%;
}
.nybanner_wz{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
.nybanner_wz h2{}
.ny_nav{
    background-color: rgba(246, 246, 246, 1);
}
.ny_nav ul{}
.ny_nav .ny_navwr{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.ny_nav .ny_navwr a{
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    padding: 19px 30px;
    display: block;
    font-size: 16px;
}
.ny_nav .ny_navwr a:hover{
        color: #fff;
    background: rgba(22, 159, 253, 1);
}
.ny_nav .ny_navwr a.on{
        color: #fff;
    background: rgba(22, 159, 253, 1);
}
.ny_navwl {
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: flex-start;
}
.ny_navwl .mbx_w{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-left: 7px;
}
.ny_navwl .mbx_w a{
    font-size: 14px;
    color: #666;
}

.about_nr_xq{
    margin-bottom: 100px;
}
.about_nr_xq table{}
.about_nr_xq table tr{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.about_nr_xq table td{
    width: 49%;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.about_nr_xq table td h2{
    color: #000;
}
.about_nr_xq table img{
    width: 100%;
}
.ryzs_list{
    padding-bottom: 100px;
}
.ryzs_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ryzs_list ul li{
    margin: 0%;
    width: 23%;
    margin: 1%;
}
.ryzs_list ul li .img{
    border: solid 1px #eee;
    overflow: hidden;
}
.ryzs_list ul li .img img{
    width: 100%;
    transition: all ease .8s;
}
.ryzs_list ul li:hover .img img{
    transform: scale(1.1);
}
.ryzs_list ul li h2{
    line-height: 2;
    display-radio: 1;
    font_radio: 2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    font-weight: 500;
}
.por_list{
    margin-bottom: 100px;
}
.por_list li a{
    background-color: rgba(241, 241, 241, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid rgba(241, 241, 241, 1) 1px;
}
.por_list a .img{
    overflow: hidden;
    width: 50%;
}
.por_list a .img img{
    transition: all ease .8s;
}
.por_list a .nrw{
    padding: 5%;
    width: 40%;
}
.por_list a .nrw h5{
    font-size: 1.6vw;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: bold;
    font-family: Arial;
    margin-top: 0px;
}
.por_list a .nrw p {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-family: Arial;
    line-height: 1.8;
    -webkit-line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}
.por_list a .nrw span{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 136px;
    background_radio: 2;
    border_radio: 2;
    font_radio: 2;
    radius_radio: 2;
    display-radio: block;
    margin-top: 30px;
    background: none;
    color: rgba(22, 159, 253, 1);
    transition: all 0.3s;
    height: 40px;
    padding: 0;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 12px;
    border-color: rgba(22, 159, 253, 1);
    border-style: solid;
    border-width: 1px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.por_list a:hover{}
.por_list a:hover img{
    transform: scale(1.1);
}
.por_list a:hover .nrw h5{
    color: var(--main-color);
}
.por_list a:hover .nrw span{
    background: var(--main-color);
    color: #fff;
}
.xqgd{
    margin-top: 120px;
}
.pro_xq{}
.pro_xqw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_xqwl{
    width: 50%;
}
.pro_xqwl .gallery-topa{
    position: relative;
}
.pro_xqwl .gallery-topa img{
    width: 99%;
    border: solid 1px #eee;
}
.pro_xqwl .gallery-topa .swiper-slide{}
.pro_xqwl .gallery-thumbsa{
    margin-top: 10px;
    position: relative;
}
.pro_xqwl .gallery-thumbsa .swiper-slide{}
.pro_xqwl .gallery-thumbsa .swiper-slide img{
    width: 99%;
    border: solid 2px;
    border: solid 1px #eee;
}
.pro_xqwl .gallery-thumbsa .swiper-slide.swiper-slide-active img{}

{}
.pro_xqwr{
    width: 45%;
}
.pro_xqwr h1{
    font-size: 30px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pro_xqwr .fl{
    font-size: 14px;
    color: #666;
}
.pro_xqwr .nr{
    font_radio: 2;
    padding-top: 0px;
    word-wrap: break-word;
    padding-bottom: 0px;
    word-break: normal;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    -webkit-line-clamp: 15;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display-radio: -webkit-box;
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: Arial;
}
.pro_xqwr .zx{
    display: flex;
    margin-top: 30px;
}
.pro_xqwr .zx a{
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 163px;
    padding: 8px;
    background_radio: 2;
    border_radio: 1;
    font_radio: 2;
    radius_radio: 2;
    background-color: var(--main-color);
    font-size: 16px;
    line-height: 2;
    color: #fff;
    border-radius: 5px;
    margin-right: 14px;
}
.pro_xqwr .zx a:nth-child(1){
    background-color: rgba(238, 46, 36, 1);
}
.pro_xqwr  .fx{
    display: none;
}
.pro_xqnr{
    margin-top: 80px;
    margin-bottom: 80px;
}
.pro_xqnrw{
    
}
.pro_xqnrw .bt{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pro_xqnrw .bt h3{
    margin: 0%;
    display: inline-block;
    width: auto;
    min-width: 98px;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid transparent;
    display-radio: inline-block;
    background-color: rgba(246, 246, 246, 1);
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    margin-right: 10px;
}
.pro_xqnrw .bt h3.on{
    background: var(--swiper-theme-color);
    color: #fff;
}
.pro_xqnrw .nr{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
}
.pro_xqnrw .nr .nrw{
    margin-top: 26px;
    display: none;
}
.pro_xqnrw .nr .nrw img{
    max-width: 100%;
}
.pro_xqnrw .nr .nrw table{
    border: solid 1px #eee;
    width: 100%;
}
.pro_xqnrw .nr .nrw.active{
    display: block;
}
.cpcs{}
.cpcs table{}
.cpcs table tr{
    display: flex;
    justify-content: space-between;
}
.cpcs table td{
    width: 23%;
    margin-bottom: 3%;
}
.cpcs table td img{
    max-width: 100%;
    margin-bottom: 4%;
}
.cpcs table td p:nth-child(2){
    text-align: center;
    margin: 0px auto;
    background: rgb(239 239 239 / 38%);
    padding: 20px 10px;
    box-shadow: rgb(227 227 227) 0px 0px 6px;
    border-radius: 0px 0px 11px 11px;
}
.gd_pro {}
.gd_pro h2{
    text-align: center;
    margin-bottom: 36px;
    font-size: 32px;
}
.gd_prow_swiper {position: relative;overflow: hidden;}
.gd_pro .swiper-slide{}
.gd_pro .swiper-slide h2{
        line-height: 1.5;
    display-radio: -webkit-box;
    font_radio: 2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    font-weight: normal;
}
.gd_pro .swiper-slide img{
    width: 100%;
}

.maeaggs{
    background: #f9f9f9;
    padding: 80px 80px;
    margin-top: 100px;
}
.maeaggs h3{
    text-align: center;
    margin-bottom: 36px;
    font-size: 32px;
}
.maeaggs form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maeaggs form input{
    width: 30.7%;
    background: #fff;
    border: 0;
    height: 52px;
    padding: 0% 1%;
}
.maeaggs form textarea{
    width: 100%;
    border: 0;
    height: 95px;
    padding: 12px;
    margin: 14px 0px;
}
.maeaggs form button{
    width: 100%;
    background: var(--main-color);
    color: #fff;
    border: 0px;
    font-size: 18px;
    height: 50px;
}
.news{}
.newsw{}
.newswl{}
.newswl .bt{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.newswl .cs{}
.newswl .cs ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.newswl .cs ul li{
    margin: 0%;
    font-size: 14px;
    padding: 0px 6px;
    color: #999;
}
.newswl .cs ul li span{}
.newswl .cs ul li a{
    color: #333;
}
.newswl .nr{
    font-size: 16px;
    line-height: 1.8;
}
.newswl .nr img{
    max-width: 100%;
}
.nr_xs{}
.nr_xsw{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    margin-top: 6%;
    padding: 2%;
}
.nr_xswl{
    color: #999;
}
.nr_xswr{
    color: #999;
}
.nr_xsw a{}
.newswr{
    margin: 80px 0px;
}
.newswr h2{
    margin-bottom: 19px;
}
.newswr a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.89;
}
.newswr a span{
    color: #666;
}
.newswr a h4{
    margin: 0%;
    font-size: 14px;
    color: #999;
    font-weight: 500;
}
.news_list{
    padding: var(--m80);
}
.newsfa_li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    box-shadow: 0px 10px 20px 5px rgb(0 0 0 / 10%);
    transition: all 0.6s ease;
    padding: 20px;
    margin-bottom: var(--f50);
    position: relative;
}
.newsfa_left{
            width: 30%;
}
.newsfa_Img {
        padding-bottom: 50%;
    position: relative;
    overflow: hidden;
}
.newsfa_Img img{
        position: absolute;
    width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.newsfa_right{
     width: 67%;
    padding-left: 3%;
}
.newsfa_right h3{
        font-size: var(--f20);
    font-weight: bold;
    color: var(--main-color);
}
.newsfa_right p{
        margin: 15px 0;
    color: #ccc;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.newsfa_right .newsfa_sum{
        font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2px;
    -webkit-box-orient: vertical;
}
.newsfa_link{
        position: absolute;
    background: var(--main-color);
    transition: all 0.5s;
    width: 54px;
    height: 54px;
    bottom: -27px;
    right: 5%;
    border-radius: 54px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
}
.newsfa_link p{
        width: 95px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    font-size: 14px;
    opacity: 0;
    transition: all 0.5s;
    color: #fff;
}
.newsfa_ctl{
        width: 54px;
    height: 46px;
    background: #fcfcfc;
    border-radius: 50%;
    border: 4px solid var(--main-color);
    position: relative;
}
.newsfa_ctl span{
        display: block;
    position: absolute;
    background: var(--main-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.newsfa_ctl span:nth-child(1) {
    width: 14px;
    height: 2px;
}
.newsfa_ctl span:nth-child(2) {
    width: 2px;
    height: 14px;
}
.newsfa_li:hover .newsfa_link{
    
        width: 200px;
}
.newsfa_li:hover .newsfa_link p{
    
        opacity: 1;
}

.newsfa_li:hover .newsfa_Img img{
        transform: translate(-50%, -50%) scale(1.2);
    
}
.contact{
    padding: var(--m80);
}
.contact_bt{
    margin-bottom: 2%;
}
.contact_bt h2{
    color: var(--main-color);
    font-size: 24px;
    text-transform: capitalize;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
    position: relative;
    display: inline-block;
}
.contact_bt h2:before {
    position: absolute;
    width: 40px;
    height: 40px;
    border: #eee solid 6px;
    content: "";
    right: -30px;
    bottom: 13px;
    z-index: 20;
    border-radius: 50%;
    mix-blend-mode: overlay;
    z-index: -1;
}
.contact_bt h3{
    color: #666;
    font-size: 32px;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
    text-align: left;
}
.contact .contactw {position: relative;display: flex;flex-wrap: wrap;justify-content: space-between;}
.contactw .lxfs{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 40%;
    background: #f5f5f5;
    padding: 9% 5%;
}
.contactw .lxfs:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, rgba(246, 246, 246, 1), rgba(246, 246, 246, 0));
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 10;
    left: 100%;
}
.contactw .lxfs li{
    margin: 0%;
}
.contactw .lxfs li h2{
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #666;
}
.contactw .lxfs li h2 img{
    margin-right: 1vw;
}
.contactw .lxfs li p{
    font-size: 16px;
    margin-top: 10px;
    color: #666;
}
.my-map {margin: 0 auto;width: 50%;height: 500px;position: relative;} .my-map .icon { background: url(//a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; }
     .amap-container{height: 100%;}
     .myinfowindow{width: 240px;min-height: 50px;}
     .myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
     .myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
     
     .fa_float2 {
    position: fixed;
    bottom: 30%;
    right: 5px;
    z-index: 99;
}

 .fa_float2>div {
    display: block;
    position: relative;
    margin-top: 5px;
}

 .fa_float2>div .fa_icon {
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    background: #4a4a4a;
    border-radius: 5px;
    font-size: 30px;
    cursor: pointer;
}

 .fa_float2>div .fa_icon img {
   max-width: 30px;
}

.fa_float2 .fa_info {
    position: absolute;
    top: 0;
    right: 55px;
    width: auto;
    min-width: 150px;
    background: rgba(245,249,255,0.95);
    border-top: var(--main-color) solid 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.6s ease;
    padding: 15px;
}

 .fa_float2 .fa_wx_img {
    position: absolute;
    top: 0;
    right: 55px;
    width: auto;
    min-width: 150px;
    background: rgba(255,255,255,0.95);
    border-top: var(--main-color) solid 2px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all 0.6s ease;
    padding: 5px;
}

.fa_float2 .fa_box_img img {
    width: 100%;
}

 .fa_float2>div:hover .fa_wx_img {
    transition: all 0.6s ease;
    opacity: 1 !important;
    transform: translateY(0%)!important;
    visibility: visible !important;
}

 .fa_float2>div:hover .fa_info {
    transition: all 0.6s ease;
    opacity: 1 !important;
    transform: translateY(0%)!important;
    visibility: visible !important;
}

 .fa_float2 .fa_info .fa_wrap {
    padding: 20px;
}

 .fa_float2 .fa_info .fa_tit {
    position: relative;
}

 .fa_float2 .fa_info .fa_tit h3 {
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
}

.fa_float2 .fa_info .fa_tit h3 a {
    color: var(--main-color);
}

.fa_float2 .fa_info .fa_tit p {
    font-size: 14px;
    margin-top: 5px;
}

.fa_float2 .fa_info .fa_cnt {
    padding-top: 10px;
    margin-top: 10px;
    border-top: #eee solid 1px;
}

.fa_float2 .fa_info .fa_cnt h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}

.fa_float2 .fa_info .fa_cnt h4 i {
    font-size: 14px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    background: var(--main-color);
    display: inline-block;
    margin-right: 10px;
}

.fa_float2 .fa_info .fa_cnt p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
#fa_back .fa_icon {
    background: #eaa334;
}


 .fa_float3 {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
        display: none;
    background: var(--main3-color);
}

 .fa_float3 a {
    display: block;
    width: 25%;
    text-align: center;
    color: #fff;
    border-right: rgba(255,255,255,0.3) solid 1px;
    border-left: rgba(216,111,155,0.5) solid 1px;
    padding: 10px;
}

.fa_float3 a h3 {
    font-size: 24px;
}

 .fa_float3 a p {
    font-size: 14px;
    margin-top: 5px;
}
.zaixlc{
    position: fixed;
    right: 0%;
    z-index: 99;
    bottom: 0%;
    width: 260px;
    background: #169ffd;
    border: solid 3px #169ffd;
}
.luysbt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.dsd{
    background: #fff;
    padding: 6%;
    font-size: 12px;
    color: #999;
    padding-bottom: 0;
}
.luysbt h3{
    color: #fff;
    display: flex;
    margin: 0%;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}
.luysbt .gb{
    color: #fff;
    font-weight: bold;
    margin-right: 11px;
    cursor: pointer;
}
.zaixlc.new-class {
    display: none;
}
.zaixlc form{
    background: #fff;
    padding: 6%;
}
.zaixlc form input{
    width: 92%;
    border: solid 1px #eee;
    height: 32px;
    padding: 0% 4%;
    margin-bottom: 9px;
    font-size: 12px;
}
.zaixlc form button{
    width: 35%;
    background: var(--main-color);
    color: #fff;
    border: 0px;
    height: 34px;
}
.zaixlc form textarea{
    width: 92%;
    border: solid 1px #eee;
    height: 32px;
    padding: 4% 4%;
}
@media (max-width: 1080px){
    .web_nav {
    display: block;
}
.web_nav span {
           width: 30px;
        height: 2px;
        background: #333;
        display: block;
        margin: 6px 0px;
}

    .headera .web_nav span{
        background: #333;
    }
        .headw .nav {
        display: none;
        position: fixed;
        top: 64px;
        width: 91%;
        height: 100vh;
        background: #fff;
        left: 0%;
        border-top: solid 1px #eee;
        padding: 0% 5%;
    }
    .headw .souc {position: absolute;right: 14%;font-size: 16px;}
.headw .logo img {
    width: 100%;
}
    .headw .souc img {
    margin-right: 10px;
    width: 29px;
}
.headw {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}
    .headw .nav ul {
        display: flex
;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
        .headw .nav ul li {
        width: 100%;
        margin: 0%;
    }
    .headw .nav ul li a {
    height: 66px;
    line-height: 66px;
    white-space: nowrap;
    text-align: center;
    font-size: 1rem;
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: block;
    text-align: left;
}
.plate_title h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    padding-top: 5%;
    padding-bottom: 0px;
}
.plate_jcc {
    background: url(../images/probj.png);
    padding-bottom: 8%;
    padding-top: 5%;
    background-size: cover;
}
.jcc_bk .left {
    width: 100%;
    padding: 9%;
}
.jcc_bk .right {
    width: 100%;
}
.jcc_bk .right ul li img {
    max-width: 100%;
    margin-right: 20px;
    width: 36px;
}
.jcc_bk .right ul li p {
    margin: 0%;
    line-height: normal;
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    font-weight: bold;
}
.plate_yycj ul {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5%;
}
.plate_yycj ul li {
    width: 100%;
    margin: 0%;
    position: relative;
    margin-bottom: 5%;
}
.plate_yycj {
    padding-bottom: 10%;
}
.plate_about {
    background: url(../images/aboutbj.png) fixed center;
    padding-bottom: 10%;
    padding-top: 10%;
    background-size: cover;
}
.plate_about .szw .sz:nth-child(2) {
    border-left: 0px solid #169FFD;
    border-right: 0px solid #169FFD;
    padding: 11% 0%;
}
.plate_about .szw {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
    margin-bottom: 10%;
    width: 1200px;
    flex-direction: column;
}
.plate_about .szw .sz .t h2 {
    height: 46px;
    line-height: 46px;
    font-size: 56px;
    font-weight: bold;
    color: rgba(22, 159, 253, 1);
    margin: 0%;
}
.about_nr p {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
    max-width: 100%;
}
.plate_news ul {
    margin-top: 6%;
}
.grid-container {
    display: flex
;
    grid-template-columns: 1fr 0fr;
    grid-template-rows: 0fr 1fr;
    row-gap: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.plate_news ul li {
    position: relative;
    width: 90%;
    background: #f6f6f6;
    padding: 5%;
    border-bottom: solid 1px #eee;
    margin: 2% 0%;
}
.plate_news ul li:nth-child(1) {
    padding: 0%;
    width: 100%;
}
.footw {
    display: flex
;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.footl {
    display: flex
;
    flex-direction: column;
    align-items: center;
}
.footl .nr {
    font-size: 14px;
    line-height: 1.6;
    margin-left: 0;
    text-align: center;
    margin-bottom: 3%;
}
.footr {
    font-size: 14px;
    text-align: center;
}
.plate_title p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 5%;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.nybanner {
    position: relative;
    margin-top: 64px;
}
.nybanner_wz h2 {
    font-size: 24px;
}
.ny_nav .ny_navwr a {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    padding: 13px 13px;
    display: block;
    font-size: 14px;
}
.about_nr_xq table tr {
    display: flex
;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.about_nr_xq table td {
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}
.ryzs_list ul li {
    margin: 0%;
    width: 48%;
    margin: 1%;
}
.ryzs_list ul li h2 {
    line-height: 1.4;
    display-radio: 1;
    font_radio: 2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding-bottom: 14px;
    padding-top: 14px;
    font-weight: 500;
}
.por_list li a {
    background-color: rgba(241, 241, 241, 1);
    display: flex
;
    justify-content: center;
    align-items: center;
    border: solid rgba(241, 241, 241, 1) 1px;
    flex-wrap: wrap;
}
.por_list li a .img img {
    transition: all ease .8s;
    width: 100%;
}
.por_list li a .img {
    overflow: hidden;
    width: 100%;
}
.por_list li a .nrw {
    padding: 5%;
    width: 100%;
}
.por_list li a .nrw h5 {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    line-height: 1;
    font-weight: bold;
    font-family: Arial;
    margin-top: 0px;
}
.pro_xqwl {
    width: 100%;
}
.pro_xqwr {
    width: 100%;
    margin-top: 50px;
}
.pro_xqnrw .bt {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pro_xqnr {
    margin-top: 10%;
    margin-bottom: 10%;
}
.cpcs table tr {
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpcs table td {
    width: 49%;
    margin-bottom: 3%;
}
.pro_xqnrw .bt h3 {
    margin: 0%;
    display: inline-block;
    width: auto;
    min-width: 98px;
    padding: 0 15px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid transparent;
    display-radio: inline-block;
    background-color: rgba(246, 246, 246, 1);
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 10px;
}
.maeaggs {
    background: #f9f9f9;
    padding: 10% 0%;
    margin-top: 10%;
}
.maeaggs form input {
    width: 100%;
    background: #fff;
    border: 0;
    height: 52px;
    padding: 0% 5%;
    margin-bottom: 2%;
}
.maeaggs form textarea {
    width: 100%;
    border: 0;
    height: 95px;
    padding: 12px;
    margin: 2% 0%;
}
.newswl .cs ul {
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-top: 11px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.newswr a span {
    color: #666;
    font-size: 14px;
    width: 70%;
}
.nr_xsw {
    display: flex
;
    align-items: flex-start;
    justify-content: space-between;
    background: #f5f5f5;
    margin-top: 6%;
    padding: 2%;
    flex-direction: column;
}
.nr_xswl {
    color: #999;
    font-size: 14px;
    padding: 11px 0px;
}
.nr_xswr {
    color: #999;
    font-size: 14px;
    padding: 11px 0px;
}
.newsfa_left {
    width: 100%;
}
.newsfa_right {
    width: 100%;
    padding-left: 0%;
    margin-top: 10%;
}
.newswl .bt {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.newswl .cs ul li {
    margin: 0%;
    font-size: 12px;
    padding: 0px 6px;
    color: #999;
}
.news_list {
    padding: 10% 0%;
}

.fy p a img {
    width: 21px;
    display: block;
}
.fy p img {
    width: 21px;
    transform: rotate(180deg);
    display: none;
}
.fy p a span {
    display: inline-block;
    line-height: 20px;
    display: none;
}
.fy p {
    display: flex
;
    border: solid 0px #d1d1d1;
    border-radius: 50px;
    background: #fff;
    padding: 0;
    align-items: center;
    width: auto;
}

.fy:hover .fy_li {
    display: none;
    width: 100%;
}
.headw .souc .tel {
    display: flex
;
    align-items: center;
    display: none;
}
}
