body {
    font-size: 14px;
    font-family: 'Noto Sans SC','PingFang SC ', sans-serif;
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
}
: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: #00956d;
    --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: #000;
    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
}

.non_width {
    width: 1440px;
    max-width: 94%;
    margin: 0 auto;
}



.mbx_w {
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
}
.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{transition: all ease .8s;z-index: 99;background: #fff;top: 0%;}
.head.headera{
    box-shadow: 0 0 15px rgb(0 0 0 / 14%);
    top: 0;
}
.head:hover{
}
.head.headera{
    position: fixed;
    width: 100%;
}
.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{
       width: 120px;
       margin: 0%;
       position: relative;
}
.headw .nav ul li a{height: 79px;line-height: 75px;padding: 0 10px;white-space: nowrap;text-align: center;font-size: 16px;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: #fff;
    background: #333;
}
.headw .souc{
            width: 5.17%;
        margin-left: 0%;
        margin-right: 0px;
        clear: none;
}
.headw .souc .icon{
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 1rem;
    color: #333;
    cursor: pointer;
}
.headw .nav ul li .erji{
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    z-index: 9;
}
.headw .nav ul li:nth-child(7) .erji{
    width: 211px;
}
.headw .nav ul li:hover .erji{
    display: block;
}
.headw .nav ul li .erji .erji_li{}
.headw .nav ul li .erji .erji_li a{
    background: none;
    color: #666;
    line-height: 42px;
    height: 42px;
    font-size: 14px;
    border-bottom: solid 1px #eee;
}
.headw .nav ul li .erji .erji_li a:hover{
    background: #666;
    color: #fff;
}
.headw .nav ul li .erji .erji_li .sanji{
    display: none;
}
.headw .nav ul li .erji .erji_li .sanji a{}

.headw .nav ul li:hover .erji {
    display: block;
}
/*daohang------------------------------------------------*/
/*banner-------------------------------------------------*/
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.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----------------------------------------------*/


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

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

.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: #00956d;
    color: #fff;
}

.plate_bk {
    position: relative;
}
.plate_bk .img{}
.plate_bk .img img{
    width: 100%;
}
.plate_bk .nr{
    position: absolute;
}

.plate_bka{}
.plate_bka .nr{
    top: 7%;
    width: 100%;
}
.plate_bka .nr .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease .8s;
    opacity: 0;
    transform: translateY(100px);
}
.started.plate_bka .nr .title{
    opacity: 1;
    transform: translateY(0px);
}
.plate_bka .nr .title h2{font-size: 56px;letter-spacing: 4px;}
.plate_bka .nr .title p{
    font-size: 18px;
    font-weight: 500;
    color: #666;
    letter-spacing: 2px;
}
.plate_bka .nr .an{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    transition: all ease .8s;
    opacity: 0;
    transform: translateY(100px);
}
.started.plate_bka .nr .an{
      opacity: 1;
    transform: translateY(0px);
}
.plate_bk .nr .an span{
    background: none;
    border-radius: 56px;
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border: solid 1px #333;
    color: #333;
    margin: 0px 12px;
    transition: all ease .5s;
    cursor: pointer;
}
.plate_bk .nr .an a{
    background: #fff;
    border-radius: 56px;
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border: solid 1px #fff;
    margin: 0px 12px;
}
.plate_bk .nr .an a:hover{
    background: #333;
    color: #fff;
    border: solid 1px #333;
}
.plate_bk .nr .an span:hover{
     background: #333;
    color: #fff;
}


.plate_bkb{}
.plate_bkb .nr{
    top: 13%;
    width: auto;
    z-index: 9;
    left: 20%;
    height: 61%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.plate_bkb .nr .title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: all ease .8s;
    opacity: 0;
    transform: translateY(100px);
    margin-bottom: 30px;
}
.started.plate_bkb .nr .title{
    opacity: 1;
    transform: translateY(0px);
}
.plate_bkb .nr .title h2{color: #fff;font-size: 46px;letter-spacing: 4px;margin: 0%;margin-top: 30px;}
.plate_bkb .nr .title h4{
    margin: 0%;
    font-size: 9vw;
    color: #fff;
    line-height: 1;
}
.plate_bkb .nr .title p{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5.2px;
    margin: 0;
}


.plate_bkb .nr .an{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    transition: all ease .8s;
    opacity: 0;
    transform: translateY(100px);
}
.started.plate_bkb .nr .an{
      opacity: 1;
    transform: translateY(0px);
}
.plate_bkb.plate_bk .nr .an span{
    border: solid 1px #fff;
    color: #fff;
}

.plate_bkc {}


.plate_bkc .nr{
    bottom: 11%;
    width: auto;
    z-index: 9;
    right: 1%;
}
.plate_bkc .nr .title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition: all ease .8s;
    opacity: 0;
    transform: translateY(100px);
    margin-bottom: 30px;
}
.started.plate_bkc .nr .title{
    opacity: 1;
    transform: translateY(0px);
}
.plate_bkc .nr .title h2{color: #fff;font-size: 46px;letter-spacing: 4px;margin: 0%;margin-top: 30px;}

.plate_bkc .nr .title p{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    width: 59%;
}
.plate_bkc .nr .an{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 30px;
    transition: all ease .8s;
    opacity: 0;
    transform: translateY(100px);
}
.started.plate_bkc .nr .an{
      opacity: 1;
    transform: translateY(0px);
}
.plate_bkc.plate_bk .nr .an span {
    border: solid 1px #fff;
    color: #fff;
}

.plate_bkd .nr .title h2{
        color: #fff;
}
.plate_bkd .nr .title p{
  
    color: #fff;
    
}
.plate_bkd.plate_bk .nr .an span {
    border: solid 1px #fff;
    color: #fff;
}

.foot{
    
        background: #202328;
          padding: var(--m80);
}
.foota{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footal{
    
        display: flex;
    align-items: center;
}
.footal img{max-width: 100%;}
.footal p{
    
        font-size: 24px;
    line-height: 1.4;
    color: #fff;
    margin-left: 1vw;
}
.footar{}
.footar form{
    display: flex;
    
}
.footar textarea{
   
        height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 0;
        width: 335px;
}
.footar button{
    width: 100%;
    border-color: #333;
    background: #333;
    color: #fff;
    font-family: "aleo";
    line-height: 60px;
    height: 60px;
    padding: 0;
    border-radius: 0;
    width: 100px;
    padding: 0;
    border: 0;
}
.footb{
       display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: solid 1px #2d3138;
    padding-top: 50px;
    margin-top: 50px;
}
.footbl{}
.footbl ul{
    display: flex;
}
.footbl ul li{
    margin-right: 3vw;
}
.footbl ul li .yja{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.footbl ul li .erji{}
.footbl ul li .erji .eja{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    color: #bbbbbb;
}
.footbr{}
.footb a:hover{
        color: var(--main-color)!important;
    
}
.gzewm{
        display: flex;
    align-items: flex-start;
}
.gzewmw{
    
     margin-left: 0.5vw;
}
.gzewmw img{
    max-width: 100%;
    width: 120px;
}
.gzewmw p{
        text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.footbq{
    background: #333;
}
.footbqw{
        display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px 10px;
}
.footbqwl{
    
        color: #fff;
    font-size: 14px;
}
.footbqwl a{
        color: #fff;
    font-size: 14px;
}
.footbqwr{
    
        color: #fff;
    font-size: 14px;
}




 .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: #494949;
    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: #333 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: #333;
    font-weight: bold;
}

.fa_float2 .fa_info .fa_tit h3 a {
    color: #333;
}

.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;
}

.pro_bkvideo{
    background: url(/template/default/images/pro1.jpg) fixed;
}
.pro_bkvideo .spwz{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.pro_bkvideo .spwz .an{
    display: flex;
    margin-top: 84px;
}
.pro_bkvideo .spwz .an span{
    background: #fff;
    border-radius: 56px;
    width: 120px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border: solid 1px #fff;
    margin: 0px 12px;
}
.pro_bkvideo .spwz .an span:hover{
    background: #333;
    color: #fff;
    border: solid 1px #333;
}
.pro_bkvideo .spwz p{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
}
.pro_bkvideo .img{
    opacity: 0;
}

.pro_cxss{
    padding: 100px 0px;
    width: 1300px;
    margin: 0 auto;
}
.pro_cxss .title{
    text-align: center;
}
.pro_cxss .title h2{
    font-size: 48px;
}
.pro_cxss .title p{
    font-size: 18px;
    color: #666;
    padding: 0% 16%;
    margin-top: 2%;
    margin-bottom: 50px;
}

.pro_cxss .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro_cxss .list .listw{
    width: 48%;
    margin-bottom: 2%;
}
.pro_cxss .list .listw .img{
    border-radius: 20px;
    overflow: hidden;
}
.pro_cxss .list .listw .img img{
    width: 100%;
}
.pro_cxss .list .listw .nr{}
.pro_cxss .list .listw .nr h2{
    font-size: 24px;
    margin-top: 18px;
    font-weight: 500;
}
.pro_cxss .list .listw .nr p{
    font-size: 16px;
    color: #666;
    margin-top: 9px;
    width: 70%;
    margin: 0%;
}

.maeaggsw {
    animation-fill-mode: both;
}
.maeaggsw form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maeaggsw form input{
    background: #fff;
    border: none;
    border-radius: 5px;
    width: 31.3%;
    padding-left: 15px;
    height: 50px;
    border: solid 1px #eee;
}
.maeaggsw form textarea{
    background: #fff;
    border: none;
    border-radius: 5px;
    padding-left: 7px;
    height: 100px;
    width: 100%;
    margin-top: 10px;
    font-family: 'Noto Sans SC', 'PingFang SC ', sans-serif;
    padding: 20px;
    border: solid 1px #eee;
}
.maeaggsw form button{
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 48px;
    min-width: 100%;
    padding: 0 10px;
    opacity: 1;
    background-color: #333;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 2%;
}

.nybanner{
        position: relative;
}
.nybanner .bj{}
.nybanner .bj img{
    
        width: 100%;
}
.nybanner_wz{
        position: absolute;
    width: 100%;
    TEXT-ALIGN: CENTER;
    TOP: 0%;
    HEIGHT: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nybanner_wz h2{
    
        font-size: var(--f40);
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-transform: capitalize;
}
.nybanner_wz p{
        font-size: var(--f24);
    color: #fff;
}
 .fa_mouse {
    position: absolute;
    left: 50%;
    bottom: 3vw;
    transform: translateX(-50%);
    width: 20px;
    height: 30px;
    border-radius: 100px;
    z-index: 20;
    border: rgba(255, 255, 255, 0.6) solid 2px;
}
.fa_mouse:before {
    animation: ani-mouse 3s linear infinite;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 3px;
    height: 6px;
    background: #fff;
    border-radius: 500px;
}
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}


.wmdfw{
    background: #F6F7F8;
    padding: 100px 0px;
}
.wmdfw_widf{
    width: 1300px;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wmdfw_widf .list{
    width: 43%;
    background: #fff;
    margin-bottom: 2%;
    border-radius: 10px;
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease .8s;
}
.wmdfw_widf .list a{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
}
.wmdfw_widf .list:hover{
    transform: translateY(-20px);
}
.wmdfw_widf .list .img{
    width: 30%;
    text-align: center;
}
.wmdfw_widf .list .img svg{
    width: 60px;
    height: auto;
}
.wmdfw_widf .list .nr{
    margin-left: 6%;
    width: 69%;
    text-align: center;
}
.wmdfw_widf .list .nr h2{}
.wmdfw_widf .list .nr p{
    font-size: 14px;
    color: #666;
    padding: 4px 0px;
    padding-bottom: 17px;
}
.wmdfw_widf .list .nr span{}

.fw_lxwm{
    width: 1300px;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 100px;
}
.fw_lxwm h2{
    text-align: center;
    font-size: 44px;
}
.lxfsa{
    background: #fff;
    margin-bottom: 2%;
    border-radius: 10px;
    padding: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 2%;
}


.wmdfw_widf .list .img{
    width: 30%;
    text-align: center;
}
.lxfsa .nr svg{
    width: 60px;
    height: auto;
}
.lxfsa .nr{
    margin-left: 6%;
    width: 50%;
    text-align: center;
}
.lxfsa .nr h2{
    font-size: 29px;
}
.lxfsa .nr p{
    font-size: 14px;
    color: #666;
    padding: 4px 0px;
    padding-bottom: 17px;
}
.lxfsa .nr span{}


.lxfsb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lxfsb .list{
    width: 24%;
    background: #fff;
    margin-bottom: 3%;
    border-radius: 10px;
    padding: 4%;
    display: flex;
    flex-direction: column;
    transition: all ease .8s;
}
.lxfsb .list:hover{
    transform: translateY(-20px);
}
.lxfsb .list .img{
    text-align: center;
    min-height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lxfsb .list .img svg{
    width: 60px;
    height: auto;
}
.lxfsb .list .nr{
    text-align: center;
    margin-top: 50px;
}
.lxfsb .list .nr h2{
    font-size: 24px;
}
.lxfsb .list .nr p{
    font-size: 14px;
    color: #666;
    padding: 4px 0px;
}
.lxfsb .list .nr span{}


.fwzc_bt{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 50px;
}
.faq_list{
    width: 1300px;
    margin: 0 auto;
    max-width: 94%;
}
.faq_list .item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  border-radius: 10px;
}
.faq_list .item .f_tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  cursor: pointer;
}
.faq_list .item .f_tit .tit {
  display: flex;
  align-items: flex-start;
  color: #333333;
  width: calc(100% - 20px);
  font-size: 18px;
}

.faq_list .item .f_tit .tit::before {
        width: 8px;
        height: 8px;
        margin-top: 0.14rem;
    }
.faq_list .item.on .f_tit .tit:before {
    background-color: #004896;
}


.faq_list .item .f_tit .but {
    width: 18px;
    height: 18px;
    overflow: hidden;
    position: relative;
}


.faq_list .item .f_tit .but:after, .faq_list .item .f_tit .but:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -9px;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.faq_list .item .f_tit .but:before {
    transform: rotate(90deg);
}
.faq_list .item.on .f_tit .but:before {
    opacity: 0;
}

.faq_list .item .jut {
    padding: 0 0.7rem;
    padding-right: 0.3rem;
    transition: all ease .8s;
    max-height: 0px;
    overflow: hidden;
}
.faq_list .item .jut .font {
    width: 100%;
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    border-top: 1px solid #dddddd;
    padding: 17px;
}

.zyxa_list{
    width: 1300px;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.zyxa_list .list{
    background: #fff;
    margin: 1%;
    border-radius: 10px;
    overflow: hidden;
    transition: all ease .8s;
    width: 31.3%;
}
.zyxa_list .list:hover{
    transform: translateY(-50px);
}
.zyxa_list .list a{}
.zyxa_list .list a .img{}
.zyxa_list .list a .img img{}
.zyxa_list .list a .nr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5%;
}
.zyxa_list .list a .nr h2{
    margin: 0%;
}
.zyxa_list .list a .nr p{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zyxa_list .list a .nr p svg{
    padding-left: 10px;
}


.contact{padding: 80px 0px;}
.contact_bt{
    margin-bottom: 5%;
}
.contact_bt h2{
    color: #333;
    font-size: var(--f60);
    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: var(--f36);
    margin: 15px 0 0;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
}
.contact .contactw {position: relative;}
.contactw .lxfs{
    position: absolute;
    left: 0%;
    top: 0%;
    height: 50%;
    z-index: 999;
    padding: 9% 6%;
    background: rgba(246,246,246,1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.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: 100%; height: 500px; } .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; }
     
    .about_gsjj{
    padding: var(--m80);
}
.about_gsjjw {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_gsjjwl{
    width: 45%;
}
.about_gsjjwr{
    width: 50%;
}
.about_gsjjwr img{
    width: 100%;
}
.about_xt{
    border-top-color: rgba(0, 149, 109, 1);
    border-top-width: 5px;
    border-top-style: solid;
    width: 100px;
}
.about_bt{
    font-size: 40px;
    color: #000000;
    margin-top: 10px;
}
.about_gsjjwl p{
    color: #808080;
    line-height: 2;
    font-size: 16px;
    margin-top: 23px;
    text-indent: 32px;
}

.about_ygfc{
        background: #f5f5f5;
            padding: var(--padding);
    
}
.about_ygfcw{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.about_ygfcwl{
    width: 45%;
}
.about_ygfcwl .sz{
    display: flex;
}
.about_ygfcwl .szw{
    width: 33.33%;
    display: block;
    border-left: #ddd solid 1px;
    padding: 0 10px 0 20px;
    text-align: left;
}
.about_ygfcwl .szw h2{
    font-size: var(--f40);
    color: var(--main-color);
    font-weight: 500;
}
.about_ygfcwl .szw h2 span{
    font-size: 12px;
    color: #666;
}
.about_ygfcwl .szw p{
    color: #666;
}
.about_ygfcwl .nr{}
.about_ygfcwl .nr img{
    width: 100%;
}
.about_ygfcwl .nr p{
    color: #808080;
    font-size: 16px;
    line-height: 2;
    margin-top: 5%;
    margin-bottom: 5%;
}
.about_ygfcwr{
    width: 50%;
}
.about_ygfcwr img{
    width: 100%;
    margin-bottom: 5%;
}
.about_ygfcwr p{
    color: #808080;
    font-size: 16px;
    line-height: 2;
}

.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: #333;
}
.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: #333;
        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 #333;
        position: relative;
}
.newsfa_ctl span{
        display: block;
        position: absolute;
        background: #333;
        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);
    
}

.news{
    padding: var(--m80);
    position: relative;
    background: #f5f5f5;
}
.newsw{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.newswl{
    margin-left: 0;
    clear: left;
    margin-right: 5%;
    width: 75%;
    background: #fff;
    padding: 3%;
}
.newswl .bt{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.newswl .cs{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin: 20px 0;
}
.newswl .csl{
    margin: 0%;
    display: flex;
}
.newswl .csl li{
    margin-right: 20px;
    color: #666;
}
.newswl .csl li a{
    color: #666;
}
.newswl .csl li span{}
.newswl .csr{
    margin: 0%;
}
.newswl .csr li{
    color: #666;
}
.newswl .csr li span{}
.newswl .nr{
    padding: 20px 0;
    line-height: 1.8;
    color: #666;
}
.newswr{
    width: 22%;
    background: #fff;
    border-top: #333 solid 5px;
    padding: 3%;
}
.newswr h2{
    font-size: 24px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.newswr ul {}
.newswr ul li{
    border-bottom: dashed 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.newswr ul li a{
    color: #666;
}
.newswr ul li a:hover{
    color: var(--main-color);
}

.nr_xs{}
.nr_xsw{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nr_xsw > div{
    font-size: 14px;
    color: #999;
}
.nr_xsw > div a{
    font-size: 14px;
    color: #999;
}
.nr_xsw > div a:hover{
    color: #00956d;
}
.nr_xsw .nr_xswl{
    font-size: 14px;
    color: #999;
}
.nr_xsw .nr_xswr{
    font-size: 14px;
    color: #999;
}
.mbx_w a{
    
        font-size: 14px;
    color: #666;
}


.tjbd {
    animation-fill-mode: both;
    position: fixed;
    width: 30%;
    z-index: 99;
    top: 0%;
    left: 35%;
    background: #fff;
    top: 20%;
    padding: 2%;
    box-shadow: 0 0 12px 1px rgb(0 0 0 / 17%);
    border-radius: 10px;
    display: none;
}
.tjbd.active{
    display: block;
}
.tjbd form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tjbd form input{
    background: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding-left: 15px;
    height: 50px;
    border: solid 1px #eee;
    margin-bottom: 10px;
}
.tjbd form textarea{
    background: #fff;
    border: none;
    border-radius: 5px;
    padding-left: 7px;
    height: 100px;
    width: 100%;
    font-family: 'Noto Sans SC', 'PingFang SC ', sans-serif;
    padding: 20px;
    border: solid 1px #eee;
}
.tjbd form button{
    position: relative;
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    height: 48px;
    min-width: 100%;
    padding: 0 10px;
    opacity: 1;
    background-color: #333;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 2%;
}

.tjbd h2{
    text-align: center;
    margin-bottom: 40px;
    font-size: 36px;
}


.tjbd .gb {
    position: absolute;
    right: 3%;
    top: 3%;
    cursor: pointer;
}