@charset "utf-8";

/* CSS Document */
/* html {
    font-size: 12px;
}

@media (min-width:768px) {
    html {
        font-size: 13.5px;
    }
}

@media (min-width:992px) {
    html {
        font-size: 14px;
    }
}

@media (min-width:1200px) {
    html {
        font-size: 14.5px;
    }
}

@media (min-width:1360px) {
    html {
        font-size: 15px;
    }
}

@media (min-width:1500px) {
    html {
        font-size: 16px;
    }
} */

html {
    font-size: 12px;
}

@media (min-width:768px) {
    html {
        font-size: 6.4px;
    }
}

@media (min-width:992px) {
    html {
        font-size: 8.3px;
    }
}

@media (min-width:1200px) {
    html {
        font-size: 10px;
    }
}

@media (min-width:1400px) {
    html {
        font-size: 11.66666px;
    }
}

@media (min-width:1360px) {
    html {
        font-size: 11.33333px;
    }
}

@media (min-width:1500px) {
    html {
        font-size: 13.3px;
    }
}

@media (min-width:1800px) {
    html {
        font-size: 16px;
    }
}

/*1280X720 1366X768 1440X900 1920X1080*/
/*手机样式*/
@media (min-width:992px) {

    .pagination .page-item .page-link:hover,
    .pagination .page-item .page-link:focus {
        background: none;
        /* color: #ffffff; */
        box-shadow: none;
    }

    .pagination .page-item:first-child .page-link:hover::before,
    .pagination .page-item:last-child .page-link:hover::before {
        border-color: #fff;
    }

    .newsSideNav ul.listNav li a:hover {
        background-color: #f69600;
        color: #ffffff;
    }
}

@media (min-width:576px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (min-width:992px) {
    .container {
        max-width: 100%;
        padding-left: 9vw;
        padding-right: 9vw;
    }
}

@media (min-width:1200px) {


    .container {
        max-width: 100%;
        padding-left: 13.542vw;
        padding-right: 13.542vw;
    }

    .container1 {
        max-width: 100%;
        padding-left: 12.5vw;
        padding-right: 12.5vw;
    }
}

@media (max-width: 1200px) {
    header .header-nav>ul>li {
        margin-right: 1vw;
    }
}

@media screen and (max-width: 1390px) {}

@media screen and (max-width:991px) {
    #menu_toggle1 {
        display: block;
    }

    .menu_botton {
        right: 15px;
        top: 50%;
        float: right;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .menu_botton strong {
        display: none;
    }

    .menu_botton span,
    .menu_botton span:after,
    .menu_botton span:before {
        width: 26px;
    }

    .menu_botton span:before {
        top: -8px;
    }

    .menu_botton span:after {
        bottom: -8px;
    }

    /**/

    header .header-nav,
    header .header-language {
        display: none;
    }

    header .logo {
        padding: 4px 0;
    }

    header .header-language .header_language,
    header .header-language .header_href {
        display: none;
    }

    header .header-language .header_search {
        margin-right: 4.15rem;
    }

    .header_column {
        position: relative;
        right: 50px;
        display: none;
    }

    .container-fluid {
        padding-left: 3.375vw;
        padding-right: 3.375vw;
    }


    footer .footer_nav {
        width: 100%;
        display: none;
    }

    footer .footer_box {
        width: 100%;
    }

    footer .footer_main {
        padding: 3.25rem 0;
    }

    .footer_share {
        display: none;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }



    header .logo {
        padding: 10px 0;
        width: 8.25rem;
    }

    header .header-main {
        /* position: relative; */
    }

    footer .footer_copyright .box {
        display: block !important;
    }

    footer .fCopyleft {
        text-align: center;
        margin-top: 1rem;
    }

}

@media screen and (max-width:767px) {

    header .header_languagebox .language {
        margin-left: 1rem;
        width: 6.1252rem;
        height: 1.8128rem;
        background: #84329B;
        border-radius: 0.3756rem;
        font-size: 0.9rem;
    }

    header .header_languagebox .language::before {
        left: 1rem;
        width: 1rem;
        height: 1rem;

    }

    header .header_languagebox .search {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        background-image: url(../images/search.svg);
        background-size: 100% 100%;
        transition: all 400ms;
    }

    header .header_languagebox .language::after {

        width: 0.9996rem;
        height: 0.9996rem;

        right: 1.2rem;

    }

    .searchField_form .form-control {
        font-size: 1rem;
        border-radius: 0.3756rem;
        height: 3.1248rem;

        padding: 0 4.5996rem 0 0.9996rem;

    }

    .searchField_form .btn {

        padding-right: 1.3004rem;
        padding-left: 1.3004rem;

        font-size: 1.12rem;
    }

    .searchField_form .btn:before {

        right: 0;
        bottom: 0;
        z-index: 8;
        width: 2.5996rem;
        background-size: 1rem auto;

    }


    body {
        font-size: 1rem;
    }

    header .logo a .img {
        width: 8.333rem !important;
        height: 1.719rem !important;
    }

    footer .footer_main {
        display: none;
    }

    header .header_languagebox {
        margin-right: 50px;
    }

    .ft_54 {
        font-size: 2.375rem;
    }

    .ft_46 {
        font-size: 2rem;
    }

    .mg_b33 {
        margin-bottom: 1.0625rem;
    }



    footer .footer_copyright {
        border-top: 1px solid #fff;
    }


    .pb_120,
    .pb_140,
    .pb_100 {
        padding-bottom: 6.375rem;
    }

    .pt_150,
    .pt_140,
    .pt_100,
    .pt_120 {
        padding-top: 6.375rem;
    }

    .pb_150 {
        padding-bottom: 6.375rem;
    }

    .ft_26 {
        font-size: 1.4rem;
    }

    .ft_64 {
        font-size: 2.5rem;
    }

    .lh_60 {
        line-height: 2.75rem;
    }

    .ft_50 {
        font-size: 2rem;
    }

    .lh_76 {
        line-height: 2.7496rem;
    }

    .ft_56 {
        font-size: 2rem;
    }

    .ft_18 {
        font-size: 1.1256rem;
    }

    .lh_30 {
        line-height: 1.8756rem;
    }

    .lh_34 {
        line-height: 2.1252rem;
    }

    .ft_24 {
        font-size: 1.25rem;
    }

    .ft_28 {
        font-size: 1.7496rem;
    }

    .ft_20 {
        font-size: 1.2504rem;
    }

    .ft_14 {
        font-size: 0.8748rem;
    }

    .mg_b15 {
        margin-bottom: 0.9372rem;
    }

    .mg_b40 {
        margin-bottom: 2.4996rem;
    }

    .ft_52 {
        font-size: 2.5rem;
    }

    .lh_72 {
        line-height: 2.5rem;
    }

    .ft_16 {
        font-size: 0.9996rem;
    }

    .ft_19 {
        font-size: 1.188rem;
    }

    .lh_38 {
        line-height: 2.3748rem;
    }

    .mg_b30 {
        margin-bottom: 1rem;
    }

    .ft_22 {
        font-size: 1.2rem;
    }

    .ft_36 {
        font-size: 1.5rem;
    }

    .ft_30 {
        font-size: 1.5rem;
    }

    .ft_45 {
        font-size: 1.8rem;
    }

    .ft_25 {
        font-size: 1.3rem;
    }

    .mg_b10 {
        margin-bottom: 0.6252rem;
    }

    .mg_b20 {
        margin-bottom: 1.2504rem;
    }

    .hMore1 a {
        width: 9.9996rem;
        height: 3.1248rem;

        border-radius: 0.3756rem;

        font-size: 1.1256rem;

    }

    footer .footer_copyright .fCopyright {
        font-size: 0.9996rem;
        line-height: 1.5rem;
        color: #ffffff;
    }

    footer .footer_copyright {
        padding-top: 2.1876rem;
        padding-bottom: 2.1876rem;
        font-size: 0.9996rem;

    }

    .pagination a,
    .pagination span {
        margin: 0 0 0 15px;
        font-size: 0.9996rem;
        color: #000;
        font-weight: 400;
        padding: 0;
        overflow: hidden;
        position: relative;
        background: #F1F1F1;
        width: 2.8752rem;
        height: 2.8752rem;
        line-height: 2.8752rem;
        text-align: center;
        border-radius: 0vw;
        border: none;
        display: block;
        border-radius: 50%;
    }

    .pagination li:first-child a:before,
    .pagination li:first-child span:before,
    .pagination li:last-child a:before,
    .pagination li:last-child span:before {

        height: 0.6504rem;
        width: 0.6504rem;
        margin-top: -0.3rem;
        border-left: 0.0624rem solid #222222;
        border-top: 0.0624rem solid #222222;

    }

    /* 可删除 */
    .home_banner .box .title {
        font-size: 1.5rem;
    }

    .home_banner .box {

        width: 70%;

    }

    .hMore a,
    .hMore span {
        width: 9.8752rem;
        height: 3rem;
        border-radius: 0.312rem;
        font-size: 1rem;
        padding-left: 1rem;

    }

    .hMore a::before {

        width: 0.9996rem;
        height: 0.9996rem;

        right: 1.8756rem;


    }

    .home_banner.swiper-container .swiper-pagination {
        display: none;
    }

    .home_banner {
        height: 35rem;
    }

    .home_banner .swiper-button-next2::after,
    .home_banner .swiper-button-prev2::after {

        width: 1.8756rem;
        height: 1.8756rem;

    }

    .home_banner .swiper-button-next2,
    .home_banner .swiper-button-prev2 {

        width: 1.8756rem;
        height: 1.8756rem;
    }

    .hCro .box .box_t {
        display: block;
        padding-right: 15px;
    }

    .hCro .box .box_t .ft_45 {
        width: 100%;
    }

    .hCro .box .box_t .box_r {
        width: 100%;
        margin-top: 2rem;
    }

    .hCro .box .box_t .box_r a {

        margin-bottom: 1.2504rem;
        height: 3.75rem;
        border-radius: 0.312rem;
        font-size: 1rem;
        width: 48%;
    }

    .hCro .box .box_t .box_r a span::before {

        width: 0.9996rem;
        height: 0.9996rem;
        right: -1.3128rem;
        width: 0;
    }

    .hCro .box .box_c .box_ct .box_l .ft_30 .ico {
        width: 2rem;
        height: 2rem;
        margin-left: 1rem;
    }

    .hCro .box_ct .box_r {
        display: none;
    }

    .hCrobox .swiper-slide {
        width: 23.7496rem;
        min-height: 19.2496rem;

        border-radius: 1.2504rem;
        padding: 3.1248rem 1.8756rem;

    }

    .hCrobox .swiper-slide .title span {
        width: 100%;
    }

    .hCrobox .swiper-slide .ico {
        width: 3.3752rem;
        height: 3.3752rem;

    }

    .hDatajs .img {
        height: 11rem;
        border-radius: 0 1.75rem 0 1.75rem;
    }

    .hDatajs {
        padding-bottom: 1.5rem;
    }

    .hDatajs .swiper-scrollbar {
        width: 12.5004rem;
        height: 0.2756rem;


    }

    .hproduct .box {
        padding-left: 15px;
        padding-right: 15px;
        display: block;
    }

    .hproduct .box .box_l,
    .hNews .box .box_l {
        width: 100%;
    }

    .hproduct .box .box_r,
    .hNews .box .box_r {
        margin-top: 3rem;
        width: 100%;
        height: 20rem;

        border-radius: 0 6.2496rem 0 6.2496rem;
    }

    .hNews .box {

        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column-reverse;
    }

    .lh_26 {
        line-height: normal;
    }

    .retuntop {
        min-width: 3.6876rem;
        height: 3.6876rem;
        border-radius: 3.75rem;
        right: 0.2504rem;
        padding-left: 0.9372rem;
        padding-right: 0.9372rem;
    }

    .retuntop .img_yq {
        width: 1.8756rem;
        height: 1.8756rem;

    }

    .retuntop:hover {
        border-radius: 3.75rem 0 0 3.75rem;

    }

    .hCro .box {
        border-radius: 0.6252rem;
    }

    #wBanner {
        height: 20.7496rem;

    }

    #wBanner .box .title {
        font-size: 2rem;

    }

    .modalitiesbox .box {

        padding-bottom: 5.0004rem;


        border-radius: 0.6252rem;
    }

    .modalitiesbox .box .box_t {
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .modalitiesbox .box .box_t .box_sm {
        width: 48%;
        margin-right: 0;
        margin-bottom: 1rem;

        border-radius: 0.26vw;
        padding-top: 1.2504rem;
        padding-bottom: 1.2504rem;

    }


    .modalitiesbox .box .box_c {
        margin-top: 3.1248rem;
        padding-left: 15px;
        padding-right: 15px;
    }

    .modalitiesbox .box .box_c .text.active {

        height: 23rem;

    }

    .aboutboxnav {
        display: none;
    }

    .modaservices .box .box_b .box_sm {
        width: 100%;
        padding: 4.3124rem 0.8756rem 1.8756rem 0.8756rem;
        background-color: #F2F1F6;
        border-radius: 1.2504rem;
        min-height: 14.4996rem;
        margin-top: 4.75rem;
    }

    .modaservices .box .box_b .ico {
        width: 5.3756rem;
        height: 5.3756rem;
        box-shadow: 0px 0px 0.8748rem 0px rgba(132, 50, 155, 0.2);
        top: -3.188rem;
        background-size: 2.4rem 2.4rem;
    }

    .tablebix_c .table .thead .th,
    .tablebix_c .table .tbody .tr .td {

        padding: 1.1256rem;
    }

    .tablebix_c .table {

        font-size: 1rem;
        line-height: 1.8756rem;

    }

    .modaservices .tablebox_t .get a {
        display: none;
    }

    .tablebix_c .mg_t40 a {
        font-size: 1.2504rem;

    }

    .modaservices .box {

        padding-top: 6.2496rem;
        padding-bottom: 6.2496rem;
    }

    .modaservices .tablebox {
        padding-bottom: 2.4996rem;
    }

    .container1 {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }


    .Servicesbox .box_t {
       display: none;
    }

    .Servicestext .container1 {

        border-radius: 1.2504rem;
    }

    .Servicesbox {
        padding-top: 3.75rem;
    }

    .lh_35 {
        line-height: normal;
    }

    .QualityStudys .box .box_sm {
        margin-top: 1.8756rem;
        padding: 1.5624rem;
        background: #F2F1F6;
        border-radius: 1.2504rem;
    }

    /*.prducts .box_l {*/
    /*    display: none;*/
    /*}*/
    
    .prductsnav
    {
            width: 94%;
            top: 0;
            margin-bottom: 20px;
        position: relative;
    }
    .prductsnav .box_t .box_smc .ft_20 {
    padding-top: 10px;
    padding-bottom: 10px;
   
}
.prducts .box_l{
    position: relative;
    left: 0;
    width: 100%;
}
.prductsnav .box_b {
    padding:  10px 2.083vw;
    margin-top: 20px;
   
}

    .prducts {
        padding-left: 15px;
        padding-right: 15px;

    }

    .prducts .box_r .box_sm .box_ss {
        width: 48.7%;
        padding: 1.8756rem;

        border-radius: 1.2504rem;
        transition: all 400ms;
        margin-bottom: 2rem;
    }

    .prducts .box_r .box_sm .box_ss .img {
        width: 100%;
        height: 11rem;

        border-radius: 0.6252rem;

    }

    .prducts .box_r .box_sm .box_ss .img img {
        max-width: 90%;
    }

    .prducts .box_r .box_sm .box_ss .ft_22 {
        padding-bottom: 1.1256rem;

    }

    .prducts .box_r .box_sm .box_ss .ft_20 {
        padding-top: 0.9372rem;
        padding-bottom: 0.9372rem;

    }

    .prmore {
        height: 2.75rem;
        border-radius: 0.312rem;
        font-size: 1.125rem;
        padding-right: 1.3752rem;

    }

    .prmore::before {
        width: 0.9996rem;
        height: 0.9996rem;
        right: 1.24rem;
    }
    .productsd{
        display: block;
    }
.productsd .box_l {
    width: 100%;
}

.productsdjs .img{
    width: 100%;
    height: 19rem;
   
}
.productsdjs .img img{
    max-width: 60%;
}
.productsdjs.swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 0.6252rem;
    height: 0.6252rem;
    margin: 0 0.312rem;
}


.productsd .box_r {
    width: 100%;
margin-top: 3rem;
    padding: 1.4996rem;
    margin-bottom: 1.8756rem;
    border-radius: 1.2504rem;
}
.ft_35{
    font-size: 1.5rem;
}
.ProductOverview .box {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;

}
.lh_33{
    line-height: normal;
}
.Specifications {
    padding-top: 2.4996rem;
}
.mg_b45 {
    margin-bottom: 2.8128rem;
}
.mg_b25 {
    margin-bottom: 1.5624rem;
}

.Documents .ftpbox {
   
    padding-right: 1.8756rem;
    padding-top: 1.8756rem;
    padding-bottom: 1.8756rem;
 
}
.Documents .ftpbox::before {
    
    width: 1.2504rem;
    height: 1.2504rem;

   
}
.lh_36{
    line-height: normal;
}
.TestingData .box .box_sm {
    width: 47.86%;
    margin-top: 1.7496rem;
 
}
.TestingData .box .box_sm .box_ssm .img {
    width: 100%;
    height: 12rem;
    background: #FFFFFF;
    border-radius: 0.6252rem;

}
.TestingData .box .box_sm .box_ssm .ft_22 {
    padding-bottom: 1.8756rem;
    padding-top: 1.8756rem;
 
}
.TestingData .box .box_sm .box_ssm {
    padding:1rem .8756rem ;
 
    border-radius: 1.2504rem;

}
.TestingData .box .box_sm .text {
 
    padding: 2.4996rem 1.8756rem;

    border-radius: 1.2504rem;
  
    margin-top: 1.8756rem;
}
 
.aboutusnav{
    display: none;
}
.com_img {
    width: 100%;
    height: 16.7496rem;
  
    border-radius: 0 6.2496rem 0 6.2496rem;
   
}
.mg_b50 {
    margin-bottom: 3.1248rem;
}
.Culture .box {
    width: 48.8%;
    margin-top: 1.8756rem;
    min-height: 27.5rem;
    border-radius: 1.8756rem 1.8756rem 0 0;
    padding: 1rem;
}
.Culture .box .box_sm .box_t .ico {
    width: 1.8756rem;
    height: 1.8756rem;
 
    margin-right: 0.9372rem;
}
.facilitiesbox .box{
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
        padding-top: 6.7504rem;
    padding-bottom: 6.7504rem;
    border-radius: 1.2504rem
}
.facilitiesbox .box .box_l {
    width: 100%;
}
.facilitiesbox .box .box_r {
    margin-top: 3rem;
    width: 100%;
    height: 17.8748rem;

    border-radius: 0% 6.2496rem 0% 6.2496rem;
}
.facilitiesbox .box:nth-child(2n) {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
}
.coursejs .swiper-slide {
    padding-bottom: 2.5004rem;
 
}
.coursejs .swiper-slide .circle::before {
 
    width: 0.5004rem;
    height: 0.5004rem;


}
.coursejs .swiper-slide.active .circle::before {
    width: 0.9372rem;
    height: 0.9372rem;
}
.coursejs .swiper-slide::after {

    height: 0.0624rem;
   
}
.course .swiper-button-next, .course .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;

    bottom: 0.9996rem;
   
}

.course .swiper-button-next::after, .course .swiper-button-prev::after {
   
    width: 0.8124rem;
    height: 0.8124rem;
   
}

.course .swiper-button-next {
    right: 6.375vw;
}
.course .swiper-button-prev {
    left: 4.552vw;
}

.Valuesbox .box {
    width: 100%;
        padding: 1rem;
        min-height: 25.8748rem;

    border-radius: 1.2504rem;

    margin-bottom: 1.2504rem;
}

.Valuesbox .box .ico {
    width: 5.3756rem;
    height: 5.3756rem;

    box-shadow: 0px 0px 0.8748rem 0px rgba(132, 50, 155, 0.2);

    background-size: 2.4rem 2.4rem;

    margin-bottom: 1.8756rem;
}
.formbox .box{
    width: 100%;
}
.formbox .box input {
    width: 100%;
    padding: 1.1256rem 1.2504rem;
    font-size: 1.2504rem;
 
    border-radius: 0.6252rem;
   
}
.formbox .boxtextarea textarea {
  
    padding: 1.1256rem 1.2504rem;
    min-height: 16.7496rem;

    font-size: 1.2504rem;

    border-radius: 0.6252rem;
   
 
}

.formbox .boxbtn {
    margin-top: 3.1248rem;
   
}
.formbox .boxbtn span {

  
    width: 21.2496rem;
    height: 3.75rem;

    border-radius: 0.312rem;
    font-size: 1.2504rem;

}

.news .box {
    padding: 2.4996rem 0;
width: 100%;
   
}

.news .box .img{
        height: 18rem;
}

.newsdbonner {
    padding-top: 3.75rem;
    padding-bottom: 2.2504rem;
    padding-left: 15px;
    padding-right: 15px;
}
.newsdbox{
    width: 100%;
}
.newsdbonner .breadcrumb-item {
    padding-left: 1.8756rem;
  
 
    font-size: 0.9996rem;
   
}
.newsdbonner .breadcrumb-item a {

    font-size: 0.9996rem;

}
.newsdbonner .breadcrumb-item+.breadcrumb-item::before {
   
    width: 1.3752rem;
    height: 1.3752rem;
 
    left: 0.208vw;
  
  
}
.newsdbonner .breadcrumb-item:first-child{
    padding-left: 0;
}

.newsdfoot .box_l .next,.newsdfoot .box_r .next {
    font-size: 0.9996rem;
 
}

.newsdfoot .textBeyondHidden2 {
    height: 4.3752rem;
}
.resnav{
    display: none;
}

.resources{
    padding-left: 15px;
    padding-right: 15px;
}

.resdbox a {
  
    padding: 1.8756rem 1.8756rem 1.8756rem 0;
  
}
.resdbox a::before {

    width: 1.2504rem;
    height: 1.2504rem;
  
}
.mg_t40 {
    margin-top: 2.4996rem;
}
.resvideoa .box .img {
    width: 100%;
    height: 10.1876rem;
  
    border-radius: 0 3.1248rem 0 3.1248rem;
   
}
.platforms {
    display: none;
}
.contactus{
    display: block;
}
.contactus .box_l, .contactus .box_r{
    width: 100%;
}
.contactus .box {
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 0.6252rem;
    
}
.contactus .box_sm {
    padding: 2rem;
        margin-bottom: 2rem;
            border-radius: 0.6252rem;
   
}

.contactus .box_sm .ico .ft_20 {
    padding-left: 2rem;
  
}
.contactus .box_sm .ico .ft_20::before {
  
    width: 1.12rem;
    height: 1.12rem;

      top: 0.2rem;
}
.hCro .box .box_t .box_l{
    width: 100%;
}
.hCro .box{
    padding-left: 15px;
}
.hCro .box .box_c{
    padding-right: 15px;
}


.hDataj .box_b{
        padding-left: 15px;
    padding-right: 15px;
}
.hPlatforms .box .box_sm .img{
    height: 9rem;
}
.hPlatforms .box .box_sm .text-center{
    font-size: 1.25rem;
}
.productsd .box_r .box_ss .get a::before {
    width: 1.25rem;
    height: 1.25rem;
}

.productsd .box_r .box_ss .get a {
  
    font-size: 1rem;
    padding-right: 1.5rem;
}

.Project a {

    width: 18rem;
    height: 3rem;

  
}

.Project a::before {
  
    width: 1.25rem;
    height: 1.25rem;
   
}

.hNews .box_cc{
    width: 100%;
}
.hNews .box_cc{
    display: block;
}


.hNews .box .box_r {
    margin-bottom: 2rem;
}
.hDatajs .swiper-wrapper .swiper-slide{
    width: 100%;
    margin-bottom: 3rem;
}

.hCro .box .box_t .box_r a span{
    max-width: 85%;
}

.hNews .box .box_tc{
    display: block;
}

}

@media screen and (max-width:480px) {}

@media screen and (max-width:414px) {}

@media screen and (max-width:340px) {}