@media screen and (max-width:1660px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {
    .banner_title {
        font-size: 36px;
    }
    .banner_info a {
        width: 140px;
        height: 42px;
        font-size: 16px;
    }
    .youshi {
        padding: 5rem 20px;
    }
}

@media screen and (min-width:1200px) and (max-width:1365px) {
    .logo {
        width: 250px;
    }
    .nav {
        position: relative;
    }
    .nav li {
        padding: 0 20px;
        height: 60px;
    }
    .nav_link {
        font-size: 14px;
    }
    .nav_link.on:after {
        bottom: -20px;
    }
    .header_margin {
        height: 60px;
    }
    .banner_title {
        font-size: 2rem;
    }
    .banner_info a {
        width: 140px;
        height: 42px;
        font-size: 16px;
    }
    .index_title p {
        font-size: 2rem;
    }
    .index_title p:after {
        margin-top: -10px;
        display: block;
        content: '';
        width: 100%;
        height: 10px;
        background-color: #FDD000;
        position: relative;
        z-index: 8;
    }
    .index_title b {
        margin-top: -2.6rem;
        font-size: 3rem;
    }
    .servers_list {
        padding: 0 20px;
    }
}

@media screen and (min-width:1024px) and (max-width:1199px) {
    .logo {
        width: 220px;
    }
    .nav {
        position: relative;
    }
    .nav li {
        padding: 0 15px;
        height: 50px;
    }
    .nav_link {
        font-size: 14px;
    }
    .nav_link.on:after {
        bottom: -15px;
    }
    .header_margin {
        height: 50px;
    }
    .banner_title {
        font-size: 2rem;
    }
    .banner_info a {
        width: 120px;
        height: 36px;
        font-size: 14px;
    }
    .index_title p {
        font-size: 1.6rem;
    }
    .index_title p:after {
        margin-top: -8px;
        height: 8px;
    }
    .index_title b {
        margin-top: -2.2rem;
        font-size: 2.6rem;
    }
    .servers_list {
        padding: 0 20px;
    }
    .bz {
        padding: 5rem 20px;
    }
    .bz_bb img {
        width: 40px;
        height: 40px;
        margin-bottom: 20px;
    }
    .bz_bb h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .bz_bb span {
        display: block;
        width: 28px;
        height: 4px;
    }
    .bz_info span {
        margin-bottom: 30px;
    }
    .bz_info p {
        font-size: 14px;
        line-height: 28px;
    }
    .guanyu {
        padding: 5rem 20px;
    }
    .guanyu_title h3 {
        font-size: 28px;
    }
    .guanyu_title p {
        font-size: 16px;
    }
    .guanyu_counter li {
        width: 33.3%;
    }
    .guanyu_num {
        font-size: 36px;
    }
    .guanyu_info span {
        width: 40px;
        height: 6px;
    }
    .guanyu_dot {
        width: 50px;
        height: 36px;
        position: absolute;
        top: -12px;
    }
    .guanyu_row {
        margin-bottom: 3rem;
    }
    .guanyu_row p {
        font-size: 18px;
    }
    .guanyu_row img {
        width: 135px;
        /*width: 70px;*/
        height:90px;
    }
    .guanyu_con {
        font-size: 14px;
        line-height: 24px;
    }
    .footer_inner {
        padding: 3rem 20px;
    }
    .footer_nav {
        width: 50%;
    }
    .footer_nav h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .footer_nav p {
        padding: 5px 0;
    }
    .footer_logo {
        margin-bottom: 20px;
    }
    .footer_logo img {
        width: 150px;
    }
    .footer_qr {
        margin-bottom: 5%;
    }
    .footer_qr_item {
        margin-left: 2%;
    }
    .footer_qr_img {
        margin-bottom: 10px;
    }
    .need {
        padding: 20px;
    }
    .need_title {
        margin-bottom: 30px;
    }
    .need_title h3 {
        font-size: 18px;
    }
    .need_row {
        margin-bottom: 20px;
    }
    .need_name {
        font-size: 14px;
    }
    .need_right input[type="text"] {
        width: 100%;
        height: 32px;
        padding: 0 10px;
        font-size: 14px;
    }
    .choose_item {
        padding-left: 20px;
        background-size: 16px 16px;
        font-size: 12px;
    }
    .choose_item.on {
        background-size: 16px 16px;
    }
    .need_right select {
        height: 32px;
        font-size: 12px;
    }
    .need_right textarea {
        width: 100%;
        height: 100px;
        padding: 10px 15px;
        border-radius: 3px;
        border: 1px #DCDFE6 solid;
        font-size: 14px;
        background-color: #fff;
    }
    .code_row img {
        margin-right: 20px;
        width: 78px;
        height: 32px;
    }
    .code_btn {
        color: #206ACE;
    }
    .need_btn1,
    .need_btn2 {
        width: 180px;
        height: 40px;
        font-size: 16px;
    }
    .cop_list {
        width:100%;
        margin: 0 auto;
    }
    .cop_icon {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {

    /*新增*/
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 51;
    }

    .header_margin {
        display: block;
        height: 50px;
    }
    .nav{
        display: none;
    }
    .menu_btn{display:block}

    .cop_item{
        width: 12.667%;
        margin-bottom: 4%;
    }



    .index_title p {
        font-size: 1.4rem;
    }
    .index_title p:after {
        margin-top: -8px;
        height: 8px;
    }
    .index_title b {
        margin-top: -1.8rem;
        font-size: 2rem;
    }
    .servers_list {
        padding: 0 20px;
    }
    .servers_item {
        width: 32%;
        padding: 15px;
    }
    .servers_item img {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }
    .servers_info h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .servers_info p {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .youshi_item {
        width: 32%;
        margin-bottom: 2%;
    }
    .youshi_top {
        font-size: 16px;
    }
    .youshi_top img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .youshi_info h3 {
        margin-bottom: 15px;
        font-size: 16px;
    }
    .youshi_info p {
        font-size: 12px;
    }
    .bz {
        padding: 2rem 0.8rem;
    }
    .bz_bb img {
        width: 32px;
        height: 32px;
        margin-bottom: 10px;
    }
    .bz_bb h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .bz_bb span {
        width: 20px;
        height: 3px;
    }
    .bz_info span {
        margin-bottom: 20px;
    }
    .bz_info p {
        font-size: 12px;
        line-height: 24px;
    }
    .tuiguang_item img {
        width: 40px;
        height: 40px;
        margin-right: 5%;
    }
    .tuiguang_item h3 {
        margin-bottom: 0;
        font-size: 14px;
    }
    .tuiguang_item p {
        font-size: 12px;
        color: #999;
    }
    .zixun_item {
        width: 49% !important;
        margin-bottom: 2%;
    }
    .sub_nav ul {
        padding: 0 20px;
    }
    .sub_nav li {
        margin-right: 30px;
    }
    .sub_nav li a {
        height: 50px;
        font-size: 14px;
    }
    .inside_title {
        margin-bottom: 20px;
    }
    .inside_title h3 {
        font-size: 1.4rem;
    }
    .inside_title span {
        width: 40px;
        height: 4px;
    }
    .inside_title p {
        font-size: 14px;
    }
    .zhiyin {
        padding: 5% 20px;
    }
    .changjian {
        padding: 5% 20px;
    }
    .changjian_row {
        height: 50px;
    }
    .changjian_left img {
        width: 20px;
        height: 18px;
        margin-right: 10px;
    }
    .changjian_left p {
        font-size: 1rem;
    }
    .changjian_da1,
    .changjian_da2 {
        width: 24px;
        height: 16px;
    }
    .changjian_slide {
        font-size: 12px;
        line-height: 24px;
    }
    .xiangmu {
        padding: 5% 20px;
    }
    .xiangmu_sort {
        padding: 2%;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .xiangmu_sort span {
        margin: 8px;
    }
    .xiangmu_sort_list {
        width: 100%;
    }
    .xiangmu_sort_list a {
        margin: 8px;
    }
    .xiangmu_list ul {
        width: 33%;
    }
    .xiangmu_list li {
        padding: 8px;
        padding-left: 10px;
        font-size: 13px;
    }
    .xiangmu_list li:before {
        width: 4px;
        height: 4px;
    }
    .wenti_left {
        width: 100%;
        padding: 0.8rem;
    }
    .wenti_left select {
        margin-bottom: 10px;
        height: 40px;
        background: url(../images/da.png) no-repeat 98% center #fff;
        background-size: 14px 7px;
    }
    .wenti_scroll {
        max-height: 250px;
        height: auto;
    }
    .wenti_item {
        padding: 5px 0;
        font-size: 14px;
    }
    .wenti_right {
        width: 100%;
        padding: 0.8rem;
    }
    .your_position {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .about {
        padding: 5% 20px;
    }
    .about_info {
        width: 60%;
    }
    .about_title p {
        font-size: 18px;
    }
    .about_title h3 {
        font-size: 36px;
    }
    .about_stuff {
        width: 18px;
        height: 3px;
    }
    .about_dec {
        font-size: 14px;
        color: #333;
        line-height: 24px;
    }
    .about_img {
        width: 30%;
    }
    .about_counter_item {
        height: 14vh;
    }
    .about_counter_item h3 {
        font-size: 32px;
    }
    .about_counter_item p {
        font-size: 14px;
    }
    .contact {
        padding: 5% 20px;
    }
    .contact_left {
        width: 50%;
    }
    .contact_item {
        display: flex;
        padding: 10px 0;
    }
    .contact_item img {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    .contact_dec p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .contact_dec span {
        font-size: 14px;
    }
    .contact_right {
        width: 40%;
    }
    .contact_qr {
        width: 45%;
        text-align: center;
    }
    .contact_qr img {
        margin-bottom: 10px;
    }
    .join_title {
        height: 60px;
        padding: 0 20px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .join_title h3 {
        width: 120px;
        font-size: 12px;
    }
    .join_title h3:first-child {
        width: 300px;
    }
    .join_item {
        margin-bottom: 10px;
    }
    .join_bar {
        height: 60px;
        padding: 0 20px;
        padding-right: 0;
        font-size: 12px;
    }
    .join_bar h3 {
        width: 120px;
        font-size: 12px;
    }
    .join_bar h3:first-child {
        width: 300px;
    }
    .join_bar p {
        width: 120px;
    }
    .join_bar i {
        width: 24px;
        height: 24px;
    }
    .join_content {
        padding: 20px 0;
    }
    .join_content h3 {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .cop_item2 {
        width: 20%;
    }
    .cop_item2 img {
        width: 40%;
        margin-bottom: 10px;
    }
    .cop_item2 h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .cop_item2 p {
        font-size: 12px;
        line-height: 24px;
    }
    .lianxi_left {
        width: 30%;
        padding: 20px;
    }
    .lianxi_item {
        margin-bottom: 20px;
    }
    .lianxi_item img {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    .lianxi_item h3 {
        font-size: 16px;
    }
    .lianxi_item p {
        font-size: 14px;
    }
    .lianxi_qr {
        width: 50%;
        font-size: 12px;
    }
    .lianxi_right {
        width: 70%;
        padding: 15px;
    }
    .lianxi_row {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .lianxi_row:first-child .lianxi_in {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_list {
        width: 60%;
    }
    .news_list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .news_img {
        width: 100%;
        margin-bottom: 10px;
    }
    .news_info {
        width: 100%;
        height: 100px;
    }
    .news_link {
        font-size: 16px;
    }
    .news_dec {
        font-size: 14px;
    }
    .news_labels span {
        padding: 2px 5px;
        margin-right: 5px;
        font-size: 12px;
    }
    .news_more {
        font-size: 12px;
    }
    .news_right {
        width: 38%;
    }
    .hot {
        padding: 20px;
        margin-bottom: 20px;
    }
    .hot h3 {
        font-size: 18px;
    }
    .hot li {
        padding: 5px;
        padding-left: 15px;
    }
    .labels a {
        display: inline-block;
        padding: 3px 8px;
        margin-top: 8px;
        margin-right: 8px;
        margin-bottom: 8px;
        font-size: 12px;
    }
    .news_top {
        padding: 15px 0;
        margin-bottom: 20px;
    }
    .news_top h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .news_top p {
        font-size: 14px;
    }
    .case {
        margin-bottom: 20px;
    }
    .caseSwiper {
        width: 56%;
        height: 30vh;
    }
    .case_top img {
        width: 15%;
        margin-bottom: 10px;
    }
    .case_top a {
        font-size: 18px;
    }
    .case_info p {
        font-size: 14px;
    }
    .xuanshang_info {
        width: 50%;
        height: 100%;
        padding: 20px;
    }
    .xuanshang_info h3 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .xuanshang_info p {
        font-size: 12px;
        line-height: 22px;
    }
    .ys_item {
        width: 24%;
        height: 280px;
    }
    .ys_info {
        padding: 90% 10px 0;
    }
    .ys_info h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .ys_info p {
        font-size: 12px;
    }
    .float {
        display: none;
    }
    .need {
        padding: 20px;
    }
    .need_title {
        margin-bottom: 30px;
    }
    .need_title h3 {
        font-size: 18px;
    }
    .need_row {
        margin-bottom: 20px;
    }
    .need_name {
        font-size: 14px;
    }
    .need_right input[type="text"] {
        width: 100%;
        height: 32px;
        padding: 0 10px;
        font-size: 14px;
    }
    .choose_item {
        padding-left: 20px;
        background-size: 16px 16px;
        font-size: 12px;
    }
    .choose_item.on {
        background-size: 16px 16px;
    }
    .need_right select {
        height: 32px;
        font-size: 12px;
    }
    .need_right textarea {
        width: 100%;
        height: 100px;
        padding: 10px 15px;
        border-radius: 3px;
        border: 1px #DCDFE6 solid;
        font-size: 14px;
        background-color: #fff;
    }
    .code_row img {
        margin-right: 20px;
        width: 78px;
        height: 32px;
    }
    .code_btn {
        color: #206ACE;
    }
    .need_btn1,
    .need_btn2 {
        width: 180px;
        height: 40px;
        font-size: 16px;
    }
}

@media screen and (min-width:415px) and (max-width:767px) {
    .banner_title {
        font-size: 1.6rem;
        text-align: center;
    }
    .banner_info a {
        width: 120px;
        height: 36px;
        margin: 0 auto;
        font-size: 14px;
    }
    .index_title {
        margin-bottom: 2rem;
    }
    .index_title p {
        font-size: 1.4rem;
    }
    .index_title p:after {
        margin-top: -8px;
        height: 8px;
    }
    .index_title b {
        margin-top: -1.8rem;
        font-size: 2rem;
    }
    .servers {
        padding: 2rem 0;
    }
    .servers_list {
        padding: 0 0.8rem;
    }
    .servers_item {
        width: 100%;
        margin-bottom: 1rem;
    }
    .cop_list {
        width:100%;
    }
}

@media screen and (max-width:414px) {
    .banner_title {
        font-size: 1.6rem;
        text-align: center;
    }
    .banner_info a {
        width: 120px;
        height: 36px;
        margin: 0 auto;
        font-size: 14px;
    }
    .index_title p {
        font-size: 1.4rem;
    }
    .index_title p:after {
        margin-top: -8px;
        height: 8px;
    }
    .index_title b {
        margin-top: -1.8rem;
        font-size: 2rem;
    }
    .servers_list {
        padding: 0 10px;
    }
    .servers_item {
        width: 100%;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:390px) {
    .banner_title {
        font-size: 1.6rem;
        text-align: center;
    }
    .banner_info a {
        width: 120px;
        height: 36px;
        margin: 0 auto;
        font-size: 14px;
    }
    .index_title p {
        font-size: 1.2rem;
    }
    .index_title p:after {
        margin-top: -8px;
        height: 8px;
    }
    .index_title b {
        margin-top: -1.4rem;
        font-size: 1.8rem;
    }
    .servers_list {
        padding: 0 10px;
    }
    .servers_item {
        width: 100%;
        margin-bottom: 1rem;
    }
    .servers_info a {
        background-color: #4ad9c8;
        border: 1px #4ad9c8 solid;
        color: #333;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 51;
    }
    .header_inner {
        height: 50px;
    }
    .logo {
        width: 200px;
    }
    .nav {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 50;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
    }
    .nav.show {
        visibility: visible;
        opacity: 1;
    }
    .nav ul {
        display: block;
        width: 60%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: -100%;
        transition: all 0.3s;
    }
    .nav.show ul {
        right: 0;
    }
    .nav li {
        width: 100%;
        height: 50px;
        padding: 0 15px;
    }
    .nav_link {
        font-size: 14px;
    }
    .nav_link.on:after {
        bottom: -15px;
    }
    .menu_btn {
        display: block;
    }
    .header_margin {
        display: block;
        height: 50px;
    }
    .index_title {
        margin-bottom: 2rem;
    }
    .servers {
        padding: 2rem 0;
    }
    .youshi {
        padding: 2rem 0.8rem;
    }
    .youshi_item {
        width: 49%;
        margin-bottom: 2%;
    }
    .youshi_top {
        font-size: 16px;
    }
    .youshi_top img {
        width: 50px;
        height: 50px;
        margin-bottom: 10px;
    }
    .youshi_info h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .youshi_info p {
        font-size: 12px;
    }
    .bz {
        padding: 2rem 0.8rem;
    }
    .bz_box {
        width: 100%;
    }
    .bz_item {
        display: none;
    }
    .bz_info {
        margin-bottom: 2%;
        position: relative;
    }
    .bz_bb img {
        width: 48px;
        height: 48px;
        margin-bottom: 10px;
    }
    .bz_bb h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .bz_bb span {
        width: 28px;
        height: 4px;
    }
    .bz_info span {
        margin-bottom: 50px;
    }
    .bz_info p {
        font-size: 14px;
        line-height: 28px;
    }
    .guanyu {
        padding: 2rem 0.8rem;
    }
    .guanyu_info {
        width: 100%;
        margin-bottom: 3rem;
    }
    .guanyu_title {
        margin-bottom: 30px;
    }
    .guanyu_title h3 {
        font-size: 24px;
    }
    .guanyu_title p {
        font-size: 14px;
    }
    .guanyu_counter li {
        width: 33.3%;
    }
    .guanyu_num {
        font-size: 36px;
    }
    .guanyu_info span {
        width: 30px;
        height: 4px;
    }
    .guanyu_right {
        width: 100%;
        padding: 12% 5%;
    }
    .guanyu_dot {
        width: 50px;
        height: 36px;
        position: absolute;
        top: -12px;
    }
    .guanyu_row {
        margin-bottom: 2rem;
    }
    .guanyu_row p {
        font-size: 14px;
    }
    .guanyu_row img {
        width: 75px;
        height: 50px;
    }
    .guanyu_con {
        font-size: 12px;
        line-height: 20px;
    }
    .index_tab_ti {
        margin-bottom: 3rem;
    }
    .index_tab_ti li {
        height: 40px;
        font-size: 14px;
    }
    .tuiguang_list:after {
        display: block;
        content: '';
        width: 32.3%;
    }
    .tuiguang_item {
        width: 32.3%;
    }
    .tuiguang_item img {
        width: 40px;
        height: 40px;
        margin-right: 5%;
    }
    .tuiguang_item h3 {
        margin-bottom: 0;
        font-size: 12px;
    }
    .tuiguang_item p {
        font-size: 10px;
        color: #999;
    }
    .zixun_item {
        width: 100%;
        margin-bottom: 2%;
    }
    .footer_inner {
        padding: 2rem 0.8rem;
    }
    .footer_nav {
        width: 50%;
        display: none;
    }
    .footer_right {
        width: 100%;
    }
    .footer_logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer_logo img {
        width: 150px;
    }
    .footer_qr {
        margin-bottom: 5%;
        justify-content: center;
    }
    .footer_qr_item {
        margin: 0 1%;
        text-align: center;
        color: #A2A5AA;
    }
    .footer_qr_img {
        margin-bottom: 10px;
    }
    .copyright {
        text-align: center;
        color: #A2A5AA;
    }
    .link_wrap {
        display: none;
    }
    .help_banner {
        height: 30vh;
    }
    .help_banner h3 {
        margin-bottom: 3%;
        font-size: 1.8rem;
        color: #fff;
    }
    .search {
        width: 80%;
        height: 42px;
    }
    .search input[type="text"] {
        height: 42px;
        padding: 0 10px;
        font-size: 1rem;
    }
    .search button {
        width: 70px;
        height: 42px;
        font-size: 14px;
    }
    .sub_nav ul {
        padding: 0 0.8rem;
    }
    .sub_nav li {
        margin-right: 30px;
    }
    .sub_nav li a {
        height: 50px;
        font-size: 14px;
    }
    .zhiyin {
        padding: 5% 0.8rem;
    }
    .inside_title {
        margin-bottom: 20px;
    }
    .inside_title h3 {
        font-size: 1.4rem;
    }
    .inside_title span {
        width: 40px;
        height: 4px;
    }
    .inside_title p {
        font-size: 12px;
    }
    .zhiyin_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .zhiyin_img i {
        width: 80px;
        height: 80px;
    }
    .zhiyin_name {
        height: 50px;
        font-size: 14px;
    }
    .changjian {
        padding: 5% 0.8rem;
    }
    .changjian_row {
        height: 50px;
    }
    .changjian_left img {
        width: 20px;
        height: 18px;
        margin-right: 10px;
    }
    .changjian_left p {
        font-size: 1rem;
    }
    .changjian_da1,
    .changjian_da2 {
        width: 24px;
        height: 16px;
    }
    .changjian_slide {
        font-size: 12px;
        line-height: 24px;
    }
    .xiangmu {
        padding: 5% 0.8rem;
    }
    .xiangmu_sort {
        padding: 2% 5%;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .xiangmu_sort span {
        margin: 5px;
    }
    .xiangmu_sort_list {
        width: 100%;
    }
    .xiangmu_sort_list a {
        margin: 5px;
    }
    .xiangmu_list ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .xiangmu_list li {
        padding: 5px;
        padding-left: 10px;
        font-size: 14px;
    }
    .xiangmu_list li:before {
        width: 4px;
        height: 4px;
    }
    .wenti_left {
        width: 100%;
        padding: 0.8rem;
    }
    .wenti_left select {
        margin-bottom: 10px;
        height: 40px;
        background: url(../images/da.png) no-repeat 95% center #fff;
        background-size: 14px 7px;
    }
    .wenti_scroll {
        max-height: 250px;
        height: auto;
    }
    .wenti_item {
        padding: 5px 0;
        font-size: 14px;
    }
    .wenti_right {
        width: 100%;
        padding: 0.8rem;
    }
    .your_position {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .about {
        padding: 5% 0.8rem;
    }
    .about_info {
        width: 100%;
        margin-bottom: 20px;
    }
    .about_title p {
        font-size: 18px;
    }
    .about_title h3 {
        font-size: 24px;
    }
    .about_stuff {
        width: 18px;
        height: 3px;
    }
    .about_dec {
        font-size: 14px;
        color: #333;
        line-height: 24px;
    }
    .about_img {
        width: 100%;
    }
    .about_counter_item {
        height: 14vh;
    }
    .about_counter_item h3 {
        font-size: 28px;
    }
    .about_counter_item p {
        font-size: 12px;
    }
    .inside_banner {
        height: 30vh;
    }
    .contact {
        padding: 5% 0.8rem;
    }
    .contact_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact_item {
        display: flex;
        padding: 10px 0;
    }
    .contact_item img {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
    .contact_dec p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .contact_dec span {
        font-size: 14px;
    }
    .contact_right {
        width: 100%;
    }
    .contact_qr {
        width: 45%;
        text-align: center;
    }
    .contact_qr img {
        margin-bottom: 10px;
    }
    .join_title {
        height: 60px;
        padding: 0 20px;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .join_title h3 {
        width: 120px;
        font-size: 12px;
    }
    .join_title h3:first-child {
        width: 300px;
    }
    .join_item {
        margin-bottom: 10px;
    }
    .join_bar {
        height: 60px;
        padding: 0 20px;
        padding-right: 0;
        font-size: 12px;
    }
    .join_bar h3 {
        width: 120px;
        font-size: 12px;
    }
    .join_bar h3:first-child {
        width: 300px;
    }
    .join_bar p {
        width: 120px;
    }
    .join_bar i {
        width: 24px;
        height: 24px;
    }
    .join_content {
        padding: 20px 0;
    }
    .join_content h3 {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .cop_item2 {
        width: 48%;
        margin-bottom: 20px;
    }
    .cop_item2 img {
        width: 40%;
        margin-bottom: 10px;
    }
    .cop_item2 h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .cop_item2 p {
        font-size: 12px;
        line-height: 24px;
    }
    .lianxi_left {
        width: 100%;
        padding: 20px;
        display: flex;
        justify-content: space-between;
    }
    .lianxi_item {
        margin-bottom: 20px;
    }
    .lianxi_item img {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
    .lianxi_item h3 {
        font-size: 16px;
    }
    .lianxi_item p {
        font-size: 14px;
    }
    .lianxi_qr {
        width: 30%;
        font-size: 12px;
    }
    .lianxi_right {
        width: 100%;
        padding: 15px;
    }
    .lianxi_row {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .lianxi_row:first-child .lianxi_in {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_list {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_list li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .news_img {
        width: 100%;
        margin-bottom: 10px;
    }
    .news_info {
        width: 100%;
        height: 100px;
    }
    .news_link {
        font-size: 16px;
    }
    .news_dec {
        font-size: 14px;
    }
    .news_labels span {
        padding: 2px 5px;
        margin-right: 5px;
        font-size: 12px;
    }
    .news_more {
        font-size: 12px;
    }
    .news_right {
        width: 100%;
    }
    .hot {
        padding: 20px;
        margin-bottom: 20px;
    }
    .hot h3 {
        font-size: 18px;
    }
    .hot li {
        padding: 5px;
        padding-left: 15px;
    }
    .labels a {
        display: inline-block;
        padding: 2px 5px;
        margin-top: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }
    .news_top {
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .news_top h3 {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .news_top p {
        font-size: 12px;
    }
    .case {
        margin-bottom: 20px;
    }
    .caseSwiper {
        width: 100%;
        height: 26vh;
    }
    .case_info {
        width: 100%;
        padding: 5%;
        height: 200px;
    }
    .case_top img {
        width: 15%;
        margin-bottom: 10px;
    }
    .case_top a {
        font-size: 18px;
    }
    .case_info p {
        font-size: 14px;
    }
    .xuanshang_img {
        width: 100%;
    }
    .xuanshang_info {
        width: 100%;
        height: auto;
        padding: 30px;
        margin-left: 0;
        position: relative;
    }
    .xuanshang_info h3 {
        margin-bottom: 30px;
        font-size: 18px;
    }
    .xuanshang_info p {
        font-size: 12px;
        line-height: 22px;
    }
    .ys_item {
        width: 48.5%;
        height: 250px;
        margin-bottom: 10px;
    }
    .ys_info {
        padding: 90% 10px 0;
    }
    .ys_info h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .ys_info p {
        font-size: 12px;
    }
    .go_btn {
        margin-top: 50px;
        height: 50px;
        font-size: 12px;
    }
    .go_btn img {
        width: 5%;
        margin: 0 10px;
    }
    .float {
        display: none;
    }
    .mask {
        display: none;
    }
    .need {
        display: none;
    }
    .mobile_float {
        display: block;
    }
    .bz_list {
        display: none;
    }
    .mini_bz_item {
        display: block;
    }
    .dots1 {
        width: 90px;
        position: absolute;
        top: 25px;
        left: -40px;
    }
    .dots2 {
        width: 160px;
        position: absolute;
        bottom: 0;
        left: -30px;
    }
    .dots3 {
        width: 90px;
        position: absolute;
        bottom: 7px;
        right: -20px;
    }
    .xuanshang {
        overflow: hidden;
    }
    .cop_list {
        width: 100%;
    }
    .cop_item {
        width: 16.666%;
        /*margin-right:3%;*/
        margin-bottom:4%;
    }
}
