
.mgt {
    margin-top: 30px;
}
.aboutus-text {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 400;
}
.fwb-abs-lianxi {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}
.bigtt {
    font-size: 32px;font-weight: 700;color: #fff;
}
.lowtt {
    font-size: 14px;color: #fff;
}
.fwb-title-down {
    font-size: 32px;
    font-weight: 700;
}


.fwb-text-sty {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}
.fwb-aboutus-top {
    display: flex;
    flex-direction: column;
}
.fwb-aboutus {
    color: rgba(0, 0, 0, 1);
    font-size: 32px;
    font-weight: 700;
}
.main-container {
    width: 1200px;
}
.fwb-swiper{
    width: 1920px;
    height: 700px;
}
.main-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fwb-card-container {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.fwb-itemcard-list{
    width: 350px;margin-bottom: 35px;text-decoration: none;color: #333;transition: all 0.4s;padding-bottom: 10px;
    border-radius: 4px 4px 0 0;
}
.fwb-itemcard-list:hover{
    transform: translateY(-1px);
    box-shadow: 0 0 10px #ccc;
}
.fwb-itemcard-list img {
    width: 350px;height: 350px;object-fit: cover;border-radius: 4px 4px 0 0;
}

.fwb-text-wrap{
    margin-top: 10px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.fwb-title {
    margin: 60px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fwb-abs{
    width: 100%;
    height: 600px;
    background-color: rgba(245, 248, 253, 1);
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abs-content {
    width: 1200px;
    height: 402px;
    background-color: rgba(245, 248, 253, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fwb-abs-desc{
    width: 200px;
    height: 120px;
    border-radius: 6px;
    background-color: var(--app_color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fwb-news-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fwb-news-content {
    width: 1200px;
}

.fwb-news-item{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.fwb-news-card{
    width: 380px;
    border-radius: 6px;
    background-color: #F5F8FD;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.4s;
    overflow: hidden;
}
.fwb-news-card:hover{
    transform: translateY(-2px);box-shadow: 0 0 10px #ccc;
}
.fwb-news-text{
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    color: #333;
}
.fwb-news-text2{
    font-size: 14px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
    height: 38px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
    color: #666;
}
.news-bottom{
    margin-top: 10px;display: flex;align-items: center;justify-content: space-between;width: 100%;color: #666;
}
.fwb-zx-container{
    width: 1200px;
    height: 348px;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fwb-zx-text{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fwb-zx-text2{
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fwb-fm-container{
    width: 1200px;
    height: 521px;
    background-color: #F5F8FD;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.fwb-fm-inp {
    width: 345px;
    height: 24px;
    border-radius: 6px;
    background-color: #fff;
    border: none;
    font-size: 16px;
    padding: 20px;
}
.fwb-fm-textarea {
    width: 1180px;
    height: 171px;
    border-radius: 6px;
    padding: 10px;
    background-color: #fff;
    border: none;
    margin-top: 50px;
    font-size: 16px;
    color: #999999;
}
.fwb-sub-btn {
    border: none;
    width: 200px;
    height: 64px;
    border-radius: 6px;
    background-color: var(--app_color);
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.4s;
}
.fwb-sub-btn:hover{
    transform: translateY(-2px);
    opacity: 0.8;
    box-shadow: 0 0 10px #ccc;cursor: pointer;
}
.fwb-conus {
    width: 1200px;
    height: 320px;
    background-color: #F5F8FD;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fwb-news-bigtt {
    display: flex;align-items: center;justify-content: center;margin: 60px 0px;
}
.newstt{
    font-size: 32px;font-weight: 700;
}
.fwb-aboutus{
    font-size: 32px;font-weight: 700;
}
.newscardimg {
    width: 380px;height: 240px;
}
.newscardtt{
    width: 320px;height: 112px;margin-top: 20px;
}
.mgten {
    margin-top: 10px;
}
.riqi {
    display: flex;align-items: center;justify-content: space-between;
}
.dttext {
    width: 70px;height: 26px;border-radius: 999px;border: 1px solid #666666;text-align: center;line-height: 26px;
}
.dtc {
    color: #666666
}
.zixunpart {
    width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 100px;
}
.zixun-img {
    width: 680px;height: 348px;border-radius: 6px;
}
.zxct {
    display: flex;flex-direction: column;align-items: center;gap: 10px;
}
.zxct1{
    display: flex;align-items: center;justify-content: space-between;text-decoration: none;transition: all 0.4s;
    padding: 10px;border-radius: 6px;background: #F5F8FD;
}
.zxct1:hover{
    transform: translateX(2px);box-shadow:  0 0 10px #ccc;
}
.zxct-tt{
    display: flex;flex-direction: column;gap: 10px;
}
.zxct1:hover .tt{
    color: var(--app_color);
}
.zxct-btt{
    font-size: 16px;font-weight: 700;color: #333;
}
.zxct-ltt {
    font-size: 14px;color: #666;
}
.zixun-img2 {
    width: 160px;height: 100px;border-radius: 6px;margin-left: 10px;
}
.zixun-img2 img{
    width: 160px;height: 90px;object-fit: cover;border-radius: 4px;
}
.fmc {
    width: 100%;height: 640px;background-color: #F5F8FD;display: flex;align-items: center;justify-content: center;margin-top: 60px;
}
.fmc-tt {
    display: flex;align-items: center;justify-content: center;
}
.fmc-btt{
    font-size: 32px;font-weight: 700;color: #000000;
}
.fmc-inp {
    display: flex;align-items: center;justify-content: center;gap: 20px;
}
.fmc-inpc{
    display: flex;flex-direction: column;align-items: center;justify-content: center;
}
.mgtthird{
    margin-top: 30px;transition: all 0.4s;
}
.mgtthird:hover{
    transform: translateY(-2px);opacity: 0.8;
}
.csus{
    width: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;
}
.csus-tt{
    display: flex;align-items: center;justify-content: center;margin: 60px;
}
.csus-btt{
    font-size: 32px;color: #000000;font-weight: 700;
}
.csus-l{
    margin:100px;display: flex;align-items: center;justify-content: space-between;width: 580px;
}
.csus-lc{
    width: 272px;
    height: 136px;
    display: flex;
    flex-direction: column;
     gap: 20px;
}
.csus-lc-tt{
    display: flex;
    align-items: center;
    gap: 3px;
}
.csus-lc-cc{
    font-size: 16px;color: #333333;
}
.csus-lc-bcc{
    font-size: 16px;color: #000000;
}
.csus-imgc{
    display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 5px;
}
.csus-img {
    width: 180px;height: 180px;border-radius: 6px;
}
.csus-img img{
    max-width: 100%;max-height: 100%;
}
.csus-rc{
    width: 410px;height: 320px;border-bottom-right-radius: 6px;border-top-right-radius: 6px;background-color: var(--app_color);
}
.csus-rc-item{
    padding: 50px;display: flex;flex-direction: column;gap: 50px;
}
.csus-r-tt{
    display: flex;flex-direction: row;
}
.csus-r-btt{
    color: #fff;font-size: 16px;font-weight: 700;
}
.csus-r-ltt{
    color: #fff;margin-left: 20px;
}
.xian {
    width: 24px;height: 2px;background-color: #fff;
}
.csus-riqi {
    display: flex;flex-direction: row;
}

.aoutus-text{
    text-indent: 20px;
}
.news-img{
    width: 380px;height: 240px;
}
.news-img img{
    width: 380px;height: 240px;object-fit: cover;
}