body,html {
    overflow-x: hidden;font-family:"Microsoft YaHei","微软雅黑",sans-serif;
}
p {
    font-size: 1rem;
}
.w80 {
    max-width: 80%;
    margin: 0 auto;
}
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}
header {
    background-color: #fff;
    height: 100px;
    display: flex;
    align-items: center;position: relative;
}
header .nav_btn {position: absolute;margin-left: 1%;width: 9%;right: 0;top: 0;height: 100%;display: flex;align-items: center;justify-content: center;color: #fff;background: #0097c9;padding: 0 10px;box-sizing: border-box;cursor: pointer}
header .nav_btn img{width: 25px;}
header .nav_btn .text{font-size: 22px;font-weight: bold;margin-left: 10px}
.lan-btn{display: none}
header .nav {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .nav .logo {
    height: 100%;
}
header .nav .logo img {
    height: 100%;
    display: block;
}

header .nav .menu a{
    cursor: pointer; 
    line-height: 1; 
    color: #5B5B5B;
    font-size: 1.4rem;
    margin: 0 15px;
    padding: 5px 0;
}
header .nav .menu a.on{
    border-bottom: 2px solid #0097c9;
    color: #0097c9;
}
header .nav .menu a:hover{
    border-bottom: 2px solid #0097c9;
    color: #0097c9;
}
.swiper-pagination-bullet{
    width: 3rem;
    border-radius: 10px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #f28d59;
}
.title {
    margin: 1.5rem auto;
    width: 100%;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.title h2 {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 5px solid #f28d59;
    padding-bottom: 1.5rem;
}
.fanganlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fanganlist a {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
    font-size: 1rem;
    margin-bottom: 2%;
    box-shadow: 4px 4px 8px 0 #ebebeb;
}
.fanganlist a p {
    margin: 1.25rem auto;
    font-size: 1rem;
}

.about {
    background-color: #f4f4f4;
    margin: 3rem auto;
}
.about .aboutteam {
    display: flex;
}
.about img {
  
}
.about .text {
    padding: 3rem;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.about .text h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 2;
    color: #9b9897;
    white-space: nowrap;
}
.about .text p {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 2;
    color: #9b9897;
}
.news {
    display: flex;
    margin: 3rem auto;
}
.news .news1 {
    width: 50%;
    overflow: hidden;
}
.news .news2 {
    width: 50%;
    overflow: hidden;
}

.prolist {
    margin: 3rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prolist a {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999;
    font-size: 1rem;
    margin-bottom: 1.3333%;
}
.prolist a img {
    border: 1px solid #cececc;
}
.prolist a p {
    margin: 1.25rem auto;
    font-size: 1rem;
}

footer {
    background-color: #373636;
    padding: 3rem 0;
}
footer .w80 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .bottom1 h2{
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 1rem;
    color: #8a8b8d;
}
.openmenu,.closemenu {
    display: none;
}

/* 新闻动态 */
.newlist a {
    padding: 1.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.newlist2 a {
    align-items: flex-start;
}

.newlist a {
    background: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 1.5rem;
}

.casexiangqingli .newlist a {
    height: 248px;
    position: relative;
}

.newlist a:hover {
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

.newlist a:hover img {
    transform: scale(1.1);
}

.newlist a:hover div h2 {
    color: #FF8010;
}

.newlist a i {
    width: 280px;
    height: 200px;
    border-radius: 12px;
    display: block;
    overflow: hidden;
}

.newlist a img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all linear .2s;
    transform: scale(1);
    object-fit: cover;
}

.newlist a div {
    position: relative;
    margin-left: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.casexiangqingli .newlist a div.dflex {
    padding: 8px 8px 8px 1.5rem;
    box-sizing: border-box;
    margin-left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.casexiangqingli .newlist a div.dflex div{
    margin-left: 0;
}

.newlist a div h2 {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 32px;
    color: #1E1E1E;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newlist a div p {
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 1.5rem;
}

.newlist a div span {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    margin-top: 16px;
}
.newxiangqing {
    display: flex;
    justify-content: space-between;
    margin: 48px auto 16px auto;
}

.newxiangqingli {width: 100%;}

/* .newxiangqingli .newxiangqinglidiv {
    background-color: #FFFFFF;
    padding: 32px;
    border-radius: 16px;
    box-sizing: border-box;
} */
.newxiangqing li:nth-of-type(1) {
    width: 100%;
}

.newxiangqingli .newlist a {
    padding: 2.5rem;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 1.5rem;
    background-color: #f4f4f4;
}

.newxiangqingli .newlist a div {
    margin-left: 0;
}

.newxiangqingli .newlist a .tit p:nth-of-type(2) {
    color: #8c8c8c;
}

.newxiangqingli .newlist a .ntext h3 {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    margin-top: 2.5rem;
}

.newxiangqingli .newlist a .ntext .p {
    font-weight: 400;
    font-size: 15px!important;
margin-top: 8px;

    color: #1E1E1E!important;
    line-height: 1.5rem!important;
}

.newxiangqingli .newlist a .ntext h4 {
    font-weight: bold;
    font-size: 1rem;
    color: #FF8010;
    margin-top: 2.5rem;
}

.newlist a.on div h2 {
    color: #FF8010;
}

.newxiangqingli .newlist a .ntext {
    display: none;
}

/* 合作咨询 */
.hezuo1 {
    padding: 4rem 6.25rem 4rem 6.25rem;
    box-sizing: border-box;
    background-color: #f4f4f4;
    border-radius: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2.5rem auto;
}

.hezuo1 li {
    display: flex;
    flex-direction: column;
}

.hezuo1 li h3 {
    font-weight: bold;
    font-size: 1.5rem;
    color: #000000;
    line-height: 32px;
}

.hezuo1 li h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 4.5rem;
    color: #f28d59;
    margin: 1.5rem 0;
}

.hezuo1 li p {
    font-weight: 400;
    font-size: 1.5rem;
    color: #000000;
    line-height: 32px;
}

.hezuo1 li:nth-of-type(1) p {}

.hezuo1 li:nth-of-type(2) p {
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 28px;
    font-weight: bold;
}

.hezuo1 li:nth-of-type(3) p {
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
    color: #1E1E1E;
    line-height: 28px;
    font-weight: bold;
}


.hezuo1 li img {
    width: 150px;
}
@media screen and (max-width:1800px) {
    header .nav {
        height: 100%;
    }
    header .nav .menu a{
        font-size: 1.1rem;margin: 0 10px;
    }
    header .nav .logo {height: 80%}
    header .nav_btn img{width: 22px;}
    header .nav_btn .text{font-size: 20px;}
}
@media screen and (max-width:1600px) {
    header .nav {
        height: 100%;
    }
    header .nav .menu a{
        font-size: 1.1rem;margin: 0 8px;
    }
    header .nav .logo {height: 66%}
    header .nav_btn img{width: 20px;}
    header .nav_btn .text{font-size: 18px;}
}
@media screen and (max-width:1440px) {
    header .nav .menu a{
        font-size: 1.1rem;
        margin: 0 5px;
    }
    header .nav .logo {height: 60%}
}
@media screen and (max-width:1300px) {
    header .nav .menu a{
        font-size: 1rem;
        margin: 0 5px;
    }
    header .nav .logo {height: 50%}
    header .nav_btn img{width: 18px;}
    header .nav_btn .text{font-size: 16px;}
}
@media screen and (max-width:768px) {
    header .nav_btn{display: none}
    .lan-btn{display: block}
    body {
        font-size: 1rem !important;
    }
    .w80 {
        max-width: 95%;
    }
    .openmenu {
        display: block;
        width: 2rem;
    }
    .closemenu {
        display: block;
    }
    .nav {
       position: relative; 
    }
    header .nav {
        height: 60%;
    }
    .menu {
       position: fixed;
       left: 0;
       top: 0;
       width: 100vw;
       height: 100vh;
       background-color: #fff;
       z-index: 999;
       display: block;
       flex-direction: column;
       align-items: center;
       padding: 3rem 0;
       display: none;
    }
    .closemenu {
        position: absolute;
        right: 1rem;
        top: 1rem; 
    }
    header .nav .menu a {
        width: 20%;
        margin: 8px 40%;
        display: inline-block;
        text-align: center;
        padding-bottom: 10px;
    }
    header {
        height: 50px;
    }
    .fanganlist a {
        width: 48%;
    }
    .about .aboutteam {
        flex-direction: column;
    }
    .about img {
        width: 100%;
    }
    .about .text {
        box-sizing: border-box;
        width: 100%;
        padding: 1.5rem;
    }
    .about .text p{
        text-align: justify;
        line-height: 1.5;
    }
    .about .text h2 {
        margin-bottom: 1rem;
        line-height: 1.5;
        font-size: 1.75rem;
    }
    .news {
        flex-direction: column;
    }
    .news .news1{
        width: 100%;
    }
    .news .news2{
        width: 100%;
    }
    .prolist a {
        width: 48%;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #999;
        font-size: 1rem;
        margin-bottom: 2%;
    }
    footer .w80 {
        flex-direction: column;
    }
    footer .bottom1 h2 {
        line-height: 1.5;
    }
    footer .bottom1 {
        margin-bottom: 1rem;
    }
    footer .bottom1 img {
        margin: 0 auto;
        display: block;
        width: 50%;
    }

    .hezuo1 {
        padding: 2rem;
        box-sizing: border-box;
        background-color: #f4f4f4;
        border-radius: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 2.5rem auto;
        flex-direction: column;
    }
    .hezuo1 li {
        margin-bottom: 1rem;
    }

    .crumbs {
        padding:0 10px;
        box-sizing: border-box;
    }
    .cls_box {
        padding: 0 !important;
    } 
    .list_box_bd .cs_bd ul li {
        width: 95% !important;
        margin: 1rem auto !important;
        float: none !important;
    }
    .dc_r_bt a{
        font-size: 1rem !important;
    }

    .cp_bd ul li {
        width: 95% !important;
        margin: 1rem auto !important;
        float: none !important;
    }
    .about_a div {
        width: 95% !important;
        float: none !important;
        padding-top: 2rem !important;
        margin: 0 auto !important;
    }
    .w{
        width: 100% !important;
        display: flex;
        flex-direction: column;
    }
    .w .fl{
        float: none !important;
    }
    .w .fr{
        float: none !important;
    }
    .about_t .fr ul {
        width: 100% !important;
    }
    .about_a{
        flex-direction: column;
        min-height: 0 !important;
        margin: 2rem auto;
    }
    .dt_l {
        width: 100% !important;
    }
    .dt_l_box {
        padding: 2rem !important;
    }
    .dt_l_box .dc_txt {
        font-size: 1rem;
    }
    .newsprevnext a {
        width: auto !important;
        font-size: 1rem;
    }
    .dc_xg {
        width: 100% !important;
        overflow: hidden;
        background: #e2e2e2;
        border-top: 1px solid #d9d9d9;
        padding: 2rem !important;
        box-sizing: border-box;
    }
    .dc_xg_li {
        display: flex;
        flex-wrap: wrap;
    }
    .dc_li_a {
        width: 46% !important;
        margin: 2% !important;
        height: auto !important;
    }
    .dc_li_a span {
        display: none !important;
    }
    .dc_li_a div {
        width: 100% !important;
        height: auto !important;
        line-height: 1 !important;
    }
    .dc_li_a img {
        width: 100% !important;
    }
    .dc_li_a p{
        position: relative !important;
    }
    .dt_l_box h3 {
        width: 100% !important;
    }
    .dt_l_box img {
        width: 100% !important;
    }
    footer .ewm{
        width: 50%;
    }
}