@media screen and  (max-width: 1920px) {
}

@media screen and  (max-width: 1680px) {
    .m-page-banner {
        height: 334px;
    }
    .contacta_right_en {
        height: inherit;
        padding: 0px 15px;
    }
}

@media screen and  (max-width: 1600px) {
    .m-page-banner {
        height: 318px;
    }
    .contacta_right_en {
        height: inherit;
        padding: 0px 12px;
    }
}

@media screen and (max-width: 1440px) {
    .m-page-banner {
        height: 287px;
    }
    .home_one {
        width: 100%;
        background: #fff;
        overflow: hidden;
        padding: 50px 0;
    }
    .home_three {
        width: 100%;
        background: #fff;
        padding: 50px 0;
    }
    .home_one_info {
        margin-top: 50px;
    }
    .home_two {
        width: 100%;
        height: 600px;
        padding-top: 50px;
    }
    .home_four {
        width: 100%;
        height: 600px;
        padding-top: 50px;
    }
    .contact_info {
        margin-top: 50px;
    }
    .navigation li {
        width: 210px;
        border-right: 1px solid #e4e4e4;
        float: left;
    }
    .wz_en li {
        width: auto;
    }
    .about_one {
        padding: 50px 0;
    }
    .about_two,
    .a3 {
        height: 400px;
    }
    .aboutd {
        margin: 50px 0;
    }
    .aboutd_info li,
    .research_info {
        margin-bottom: 30px;
    }
    .information_info {
        padding-top: 50px;
    }
    .news_more p,
    .news_more a,
    .recruit-yc,
    .research_er,
    .m-container-course{
        margin: 50px 0;
    }
    .details_title {
        margin: 50px 0 36px;
    }
    .aboutc {
        padding: 0;
    }
    .aboutc li {
        padding: 50px 40px 50px 39px;
    }
    .contacta_right {
        padding: 0px 40px 60px;
    }
    .contacta_right_en {
        height: inherit;
        padding: 0px 12px;
    }
    .contacta_right_en  h3 {
        margin-top: 30px;
        padding-bottom: 5px;
    }
    .contacta_right_en #contact-forma .registera label {
        width: 12%;
    }
    .contacta_right_en #contact-forma .registera textarea {
        width: 88%;
    }
}

@media screen and (max-width: 1400px) {
    .m-page-banner {
        height: 279px;
    }
}

@media screen and (max-width: 1366px) {
    .container.columns {
        width: 1200px;
    }
    .m-page-banner {
        height: 272px;
    }
    #contact-forma label {
        width: 21.7%;
        float: left;
        line-height: 29px;
    }
    #contact-forma .register input {
        width: 78.3% !important;
        float: left;
        height: 29px;
        line-height: 29px;
        color: #666666;
    }
    #contact-forma .registera label {
        width: 11%;
    }
    #contact-forma .registera textarea {
        width: 89%;
        height: 60px;
        color: #666666;
    }
    .contacta_right_en  h3 {
        margin-top: 15px;
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 1280px) {
    .m-page-banner {
        height: 255px;
    }
    .navigation li {
        width: 16%;
    }
    .contacta_right_en  h3 {
        margin-top: 10px;
        padding-bottom: 0;
    }
    .contacta_right_en #contact-forma .registera label {
        width: 14%;
    }
    .contacta_right_en #contact-forma .registera textarea {
        width: 86%;
    }
}

@media screen and (max-width: 1200px) {
    .container.columns{
        width: 1170px;
    }
    .n_header .header01 .nav>ul.d_en li {
        margin-right: 20px;
    }
    .header01 .nav_btn_en {
        margin-left: 10px;
    }
    .contacta_right p {
        font-size: 14px;
        line-height: 35px;
    }
}

@media screen and (max-width: 1024px) {
    .container.columns {
        width: 95%;
    }
    .header.w1200_header .header02{display: none!important;}
    .n_header .header01{display: none!important;}
    /*移动端导航*/
    .header .header01{display: none;}
    .header .header02{display: none;}
    .header.w1200_header .header02{display: none;}

    /*.n_header.scroll_h{height: 70px;}*/
    .header03{display: block;}
    .header03{/*position: static;*/height: 70px;background-color: #fff;}
    .n_header { height: auto;}
    .header03 .logo{float: left;margin:15px 0 15px 20px;}
    .header03 .logo a{display: block;}
    /*.header03 .logo a img{width: 129px;height: 40px;}*/
    /*导航按钮*/
    .header03 .nav_btn{display:block;float: right;margin: 20px 20px 0 0;cursor:pointer;height: 32px;width: 30px;position: relative;}
    .header03 .nav_btn span{display: inline-block;width: 30px;height: 2px;background-color: #000;
        position: absolute;top: 16px;left: 0px;
        transition:background-color 0.3s ease-out 0.1s;
    }
    .header03 .nav_btn span:after{content:'';display: inline-block;width: 30px;height: 2px;
        background-color: #000;position: absolute;top: 8px;left:0px;
        transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
        transform: rotate(0deg);
    }
    .header03 .nav_btn span:before{content:'';display: inline-block;width: 30px;height: 2px;
        background-color: #000;position: absolute;top: -8px;left:0px;
        transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
        transform: rotate(0deg);
    }
    .header03.btn_click .nav_btn span{background-color: transparent;}
    .header03.btn_click .nav_btn span:after{
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(-45deg);top: 0px;
    }
    .header03.btn_click .nav_btn span:before{
        transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
        transform: rotate(45deg);top: 0px;
    }
    /*内容样式*/
    .header03{position: relative;z-index: 10;}
    .header03 .nav{
        position: fixed;
        top:70px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: #fff;
        visibility: hidden;
        filter:alpha(opacity=0);
        -moz-opacity:0;
        opacity:0;
        transition:all 0.5s;
    }
    .header03.btn_click .nav{
        visibility: visible;
        filter:alpha(opacity=100);
        -moz-opacity:1;
        opacity:1;
        top:70px;
    }
    .header03 .nav>ul {
        overflow-y: auto;
    }
    .header03 .nav>ul>li{
        border-top: 1px solid #dcdcdc;
    }
    .header03 .nav>ul>li:last-child{
        border-bottom: 1px solid #dcdcdc;
    }
    .header03 .nav>ul>li.d_en {
        border-top: 5px solid #bebebe;
    }
    .header03 .nav li a{
        color: #000;
        display:block;
        width: 100%;
        text-align: center;
        height: 100%;
    }
    .header03 .nav li>a{
        padding:25px 0;
    }
    .header03 .nav>ul>li>a{
        font-size: 16px;
    }
    .header03 .nav>ul>li>a em{
        font-size: 14px;
        padding-left: 5px;
        color: #333;
    }
    .header03 .nav>ul .nav_er{
        display: none;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #f6f6f6;
    }

    .header03 .nav_er .div_dl li {
        border-top: 1px solid #dcdcdc;
    }
    .header03 .nav_er .div_dl li a{
        color:#000;
        display: block;
        /*float: left;*/
        width: 100%;
        padding:20px 0;
    }
    .header03 .nav_er .div_dl li:last-child{
        /*border-top: none;*/
    }
    #section-home,
    .contact_n {
        margin-top: 89px;
    }
    .m-page-banner {
        height: 204px;
        margin-top: 89px;
    }
    .product_info {
        display: none;
        width: 100%;
        margin: 50px 0 0 0;
        overflow: hidden;
    }
    .home_two {
        width: 100%;
        height: 570px;
        padding-top: 50px;
        background-attachment: inherit;
    }
    .product_title {
        font-size: 30px;
        color: #fff;
        font-weight: normal;
        margin: 0 0 22px;
    }
    .product_img {
        float: left;
        width: 30%;
    }
    .product_img img {
        width: auto;
        height: auto;
    }
    .product_text {
        float: right;
        margin-left: 0;
        width: 60%;
    }

    .home_news a{
        width: 95%;
    }
    .home_news_img img {
        width: auto;
        height: auto;
    }

    .home_map {
        width: 46%;
        float: left;
    }
    #contact-form {
        float: right;
        width: 50%;
        margin-top: 20px;
    }

    .navigation li {
        width: 16%;
        border-right: 1px solid #e4e4e4;
        float: left;
    }
    .wz_en li {
        width: auto;
    }
    .about_recommend_img img {
        width: auto;
        height: auto;
    }
    .about_recommend_text {
        width: 95%;
    }
    .aboutc_img img,
    .aboute_img img{
        width: 100%;
        height: auto;
    }
    .aboutc_img,
    .aboute_img,
    .talent_left{
        width: 40%;
    }
    .aboutc_info,
    .aboute_info,
    .details_info .aboute_info,
    .talent_right{
        width: 55%;
    }
    .aboutc_title {
        width: 100%;
    }
    .details_two_img {
        width: 95%;
        margin: 0 auto;
    }
    .aboutd_info li img,
    .details_two_img img,
    .news_img img,
    .research_img img{
        width: auto;
        height: auto;
    }
    .aboute_title {
        margin-bottom: 0;
    }
    .aboute_more {
        margin-top: 15px;
    }
    .news li a,
    .newsa li a {
        padding: 25px;
    }
    .talent_right {
        float: right;
        margin-left: 0;
    }
    .talent_info {
        width: 100%;
        max-width: 100%;
        margin-top: 42px;
    }
    .my-service-mapa {
        width: 60.5%;
        height: 520px;
        border: none;
        float: left;
    }
    .contacta_right h3 {
        font-size: 24px;
        line-height: 27px;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #567bbd;
    }
    .contacta_right {
        padding: 0 20px;
        height: auto;
    }
    .home_four {
        background-attachment: inherit;
        height: auto;
        padding-bottom: 50px;
    }
    .about_two {
        background-attachment: inherit;
    }

    .contacta_left #map {
        height: 520px !important;
    }
    .about_recommend_text p {
        float: inherit;
        width: 100%;
    }
    .wz_end li span {
        font-size: 12px;
    }

    .aboutc li {
        padding: 50px 0;
    }
    .talent_en .aboutc_info {
        width: 57%;
    }
    .talent_en .aboutc_info .aboutc_text p {
        line-height: 23px;
    }
    .news_title_en {
        height: 88px;
    }
    .map_en {
        width: 100%;
        float: inherit;
    }
    .contacta_right_en {
        float: inherit;
        width: 100%;
    }
    .map_en {
        text-align: center;
    }
    .map_en img {
        width: 40%;
    }
    .contacta_right_en #contact-forma label {
        width: 11%;
    }
    .contacta_right_en #contact-forma .register input {
        width: 89% !important;
    }
    .contacta_right_en #contact-forma .registera label {
        width: 7%;
    }
    .contacta_right_en #contact-forma .registera textarea {
        width: 93%;
    }
    .contacta_right_en {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 959px) {
    .m-page-banner {
        height: 191px;
    }
    .home_one_info {
        margin-top: 25px;
    }
    .home_two {
        height: 530px;
    }
    .product_nav li {
        width: 25%;
    }
    .product_ts {
        width: 100%;
        margin-bottom: 30px;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .product_img img {
        margin-top: 40px;
    }
    .home_news_info {
        padding: 15px;
    }
    .home_news_text {
        height: 100px;
        margin: 15px 0;
    }
    .home_four .container {
        width: 95%;
    }
    .ft_down .container,
    .container.columns{
        width: 95%;
    }
    .ft_img {
        display: none;
    }
    .ft_text {
        text-align: left;
    }
    .about_two,
    .a3 {
        height: auto;
    }
    .a4 {
        position: inherit;
        padding: 25px 0;
    }
    .about_recommend li {
        margin-bottom: 25px;
    }
    .about_recommend {
        margin-bottom: 25px;
    }
    .m-container-course {
        width: 100%;
        margin: 50px auto;
    }
    .bx-wrapper .bx-viewport {
        width: 90% !important;
        margin: 0 auto;
    }
    .bx-wrapper .bx-prev {
        left: 0 !important;
    }
    .bx-wrapper .bx-next {
        right: 0 !important;
    }

    .aboutc_text {
        padding: 0;
    }
    .talent_er p {
        width: 100%;
    }
    .aboutc_title,
    .aboute_title{
        line-height: inherit;
        padding: 0 0 10px;
    }
    .aboute {
        margin-top: 50px;
    }
    .aboute_text p {
        line-height: 22px;
    }
    .aboute_info {
        width: 57%;
    }
    .aboute li {
        margin-bottom: 50px;
    }
    .pager {
        text-align: left;
    }
    .pager a {
        width: 100%;
        float: inherit !important;
    }
    .pager a i {
        text-align: center;
    }
    .pager a .glyphicon-menu-right {
        float: left;
    }
    .back {
        width: 85px !important;
        left: auto;
        right: 0;
        border: none;
        -moz-transform: translateY(0%) translatex(0%);
        -o-transform: translateY(0%) translatex(0%);
        -ms-transform: translateY(0%) translatex(0%);
        -webkit-transform: translateY(0%) translatex(0%);
        transform: translateY(0%) translatex(0%);
    }
    .producta_text {
        width: auto;
        line-height: 28px;
    }
    .research_info li {
        width: 33.333333%;
    }
    .m-container-cours-info {
        width: 100%;
        overflow: hidden;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 70px;
    }
    .contacta_right p {
        line-height: 30px;
    }
    #contact-forma label {
        width: 30%;
    }
    #contact-forma .register input {
        width: 70% !important;
    }
    #contact-forma .registera label {
        width: 15%;
    }
    #contact-forma .registera textarea {
        width: 85%;
    }
    .contacta_left #map {
        height: 460px !important;
    }
    .about_recommend_text {
        min-height: 130px;
    }
    .wz_end li img {
        display: none;
    }
    .wz_en {
        display: none;
    }
    .wz_enc li > div {
        padding: 10px 0 0 0;
    }
    .wz_enc li > div span {
        font-size: 12px;
    }
    .en {
        width: 558px !important;
    }
    .map_en {
        margin-top: 89px;
    }
    .contacta_right_en #contact-forma label {
        width: 14%;
    }
    .contacta_right_en #contact-forma .register input {
        width: 86% !important;
    }
    .contacta_right_en #contact-forma .registera label {
        width: 9%;
    }
    .contacta_right_en #contact-forma .registera textarea {
        width: 91%;
    }
}

@media screen and (max-width: 767px) {
    .container.columns {
        width: 750px;
    }
    .m-page-banner {
        height: 153px;
    }
    .home_one {
        padding: 30px 0;
    }
    .home_title {
        max-width: 75%;
    }
    .home_one_info {
        margin-top: 0;
    }
    .home_two {
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home_one_t {
        margin-top: 30px;
    }
    .product_down {
        width: 100%;
        display: inline-block;
        position: inherit;
        margin-top: 30px;
    }
    .product_info {
        margin: 30px 0 0 0;
    }
    .product_nav li img {
        width: 60px;
        height: 34px;
        margin-right: 10px;
    }
    .product_nav li {
        padding: 18px 0;
    }
    .product_nav li span {
        max-width: 55%;
        white-space: nowrap;
        text-decoration: none;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
    }
    .product_ts {
        margin-bottom: 20px;
    }
    .product_title {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .product_tl {
        margin-bottom: 10px;
    }
    .home_three {
        padding: 30px 0;
    }
    .home_news {
        margin-top: 30px;
    }
    .home_news_text {
        height: inherit;
    }
    .home_four {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact_info {
        margin-top: 30px;
    }
    .m-foot {
        height: inherit;
    }
    .ft_down {
        padding: 20px 0;
    }
    .navigation {
        display: none;
    }
    .about_one {
        padding: 30px 0;
    }
    .container.columns {
        width: 95%;
    }
    .about_recommend {
        margin-bottom: 0;
    }
    .abouta {
        margin-top: 30px;
    }
    .m-container-course {
        margin: 30px 0;
    }
    .culture_text {
        margin: 30px 0;
    }
    .aboutc {
        margin-bottom: 30px;
    }
    .aboutc li {
        padding: 30px 0 0;
    }
    .aboutd {
        margin: 30px 0;
    }
    .aboutd_info li,
    .research_info {
        margin-bottom: 30px;
        text-align: center;
    }
    .aboute {
        margin-top: 30px;
    }
    .aboute li {
        margin-bottom: 30px;
    }
    .aboute_img {
        display: none;
    }
    .aboute_info {
        width: 100%;
    }
    .aboute_text p {
        line-height: 30px;
    }
    .information_info {
        padding-top: 30px;
    }
    .news li,
    .newsa li {
        text-align: center;
        margin-bottom: 30px;
    }
    .news_title {
        height: inherit;
    }
    .news li a,
    .newsa li a {
        padding: 15px;
    }
    .news_more p,
    .news_more a{
        margin: 0 0 30px 0;
    }
    .recruit-yc,
    .research_er,
    .m-container-course{
        margin: 30px 0;
    }
    .details_title {
        margin: 30px 0;
        padding: 15px 0;
    }
    .page-pagination {
        margin: 0 0 30px;
    }
    .product_details_nav {
        margin: 30px 0;
    }
    .product_details_er {
        width: 100%;
        margin: 0 auto 30px;
    }
    .product_details_er section {
        width: 100% !important;
    }
    .research_info li {
        width: 100%;
    }

    .m-container-cours-title {
        margin: 0;
    }
    .m-container-cours-info {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .m-container-cours-boder {
        position: absolute;
        left: 1px;
        margin-left: -.5px;
        border-left: 1px solid #474747;
        height: 100%;
    }
    .m-container-cours-info li {
        margin-bottom: 30px !important;
    }
    .m-container-cours-info li .m-cours-er {
        height: inherit;
    }
    .m-container-cours-info li:nth-child(odd) {
        width: 100%;
        padding-left: 20px;
        padding-right: 0;
        margin-bottom: 0;
    }
    .m-container-cours-info li:nth-child(even) {
        padding-left: 20px;
        width: 100%;
        float: left;
    }
    .m-container-cours-info li .m-cours-text,
    .m-container-cours-info li .m-cours-photo{
        position: inherit;
    }
    .m-container-cours-info li .m-cours-text {
        margin-bottom: 30px;
    }
    .m-container-cours-info li:nth-child(odd) .m-cours-text {
        text-align: left;
        top: 0;
    }
    .m-container-cours-info li .m-cours-img {
        display: none;
    }
    .m-container-cours-info li:nth-child(odd) .m-cours-sjx {
        top: 10px;
        right: auto;
        left: -20px;
    }
    .m-container-cours-info li:nth-child(even) .m-cours-sjx {
        top: 8px;
        left: -20px;
    }
    .m-container-cours-more{
        position: inherit;
        margin-left: 0;
        margin: 0 auto;
    }

    .aboutc_text.talent_er {
        padding: 0;
    }
    .talent_er p {
        width: 100%;
    }
    .talent_left {
        width: 100%;
    }
    .talent_right {
        width: 100%;
    }
    .talent_tr {
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .talent_caption {
        width: 100%;
        padding: 22px 20px;
    }
    .talent_caption > i.left {
        top: 18px;
        left: 18px;
        background-image: url(../images/ico68.png);
    }
    .talent_caption > i.right {
        right: 18px;
        bottom: 18px;
        background-image: url(../images/ico69.png);
    }
    .talent_caption p {
        width: 90%;
        margin: 0 auto;
    }
    .en {
        width: 90% !important;
    }
    .talent_info {
        margin-top: 30px;
    }
    .contacta {
        margin-top: 89px;
    }
    .my-service-mapa {
        width: 100%;
        height: 240px;
    }
    .contacta_right {
        width: 100%;
        margin-bottom: 30px;
    }
    #contact-forma .register {
        width: 100%;
    }
    #contact-forma label {
        width: 7%;
    }
    #contact-forma .register input {
        width: 93% !important;
    }
    #contact-forma .registera label {
        width: 7%;
    }
    #contact-forma .registera textarea {
        width: 93%;
    }
    .contacta_left {
        width: 100%;
    }
    .contacta_left #map {
        height: 200px !important;
    }
    .producta_info {
        margin-bottom: 30px;
    }
    .about_recommend_text {
        min-height: inherit;
    }
    .aboutc_img,
    .aboute_img,
    .talent_left {
        width: initial;
        float: inherit;
        display: inline-block;
    }
    .aboutc_info,
    .aboute_info,
    .details_info .aboute_info,
    .talent_right {
        width: 100%;
        float: inherit;
        margin-top: 30px;
    }
    .talent_en .aboutc_info {
        width: auto;
    }
    .map_en {
        margin-top: 0;
    }
    .map_en img {
        width: 90%;
    }
    .contacta_right_en #contact-forma label {
        width: 10%;
    }
    .contacta_right_en #contact-forma .register input {
        width: 90% !important;
    }
    .contacta_right_en #contact-forma .registera label {
        width: 10%;
    }
    .contacta_right_en #contact-forma .registera textarea {
        width: 90%;
    }
}

@media screen and  (max-width: 479px) {
    .m-page-banner {
        height: 95px;
    }
    .home_title {
        font-size: 16px;
    }
    .home_news_img img {
        width: 100%;
        height: auto;
    }
    .product_nav li img {
        display: block;
        margin: 0 auto;
    }
    .product_nav li {
        padding: 18px 0 5px;
    }
    .product_img {
        float: inherit;
        width: auto;
        text-align: center;
    }
    .product_text {
        width: 95%;
        margin: 30px auto 0;
    }
    .product_img img {
        margin-top: 0px;
    }
    .product_nav li span {
        max-width: 85%;
        line-height: 30px;
        white-space: nowrap;
        text-decoration: none;
        text-overflow: ellipsis;
        overflow: hidden;
        display: inline-block;
    }
    .home_map,
    #contact-form{
        width: 100%;
        float: inherit;
    }
    .my-service-map {
        height: 200px;
    }
    .ft_up {
        display: none;
    }
    .ft_text p span {
        display: block;
        margin-left: 0 !important;
    }
    .about_recommend .row {
        margin-left: 0;
        margin-right: 0;
    }
    .about_recommend li {
        padding: 0;
        text-align: center;
    }
    .about_recommend_title,
    .about_recommend_text{
        text-align: left;
    }
    .culture_text {
        padding-left: 0px;
        background: none;
    }
    .aboutc_img,
    .aboute_img,
    .talent_left {
        width: 100%;
    }
    .aboutc_info,
    .aboute_info,
    .details_info .aboute_info,
    .talent_right {
        width: 100%;
    }
    .aboutc_info {
        margin-top: 20px;
    }
    .aboutc_text {
        padding: 0;
    }
    .aboutd li {
        width: 100%;
    }
    .aboutd_info .row {
        margin-left: 0;
        margin-right: 0;
    }
    .aboutd_info li {
        padding: 0;
    }
    .aboute_img {
        display: block;
        margin-bottom: 20px;
    }
    .back {
        position: inherit;
        float: right !important;
    }
    .recruit-yc-li table tr td {
        padding-left: 0;
    }
    .product_details_nav li {
        width: 100%;
    }
    .product_details_back {
        position: inherit;
        float: right;
        margin: 30px 0;
    }
    .research_info .row {
        margin-right: 0;
        margin-left: 0;
    }
    .research_info li {
        padding: 0;
    }
    #contact-forma label {
        width: 14%;
    }
    #contact-forma .register input {
        width: 86% !important;
    }
    #contact-forma .registera label {
        width: 14%;
    }
    #contact-forma .registera textarea {
        width: 86%;
    }
    .groupa #submit {
        margin-left: 14%;
    }
    #map {
        height: 200px !important;
    }
    .about_recommend_img {
        text-align: left;
    }
    .m-container-cours-boder {
        position: absolute;
        left: 0;
        margin-left: -.5px;
        border-left: 1px solid #474747;
        height: 100%;
    }
    .contacta_right_en #contact-forma label {
        width: 19%;
    }
    .contacta_right_en #contact-forma .register input {
        width: 81% !important;
    }
    .contacta_right_en #contact-forma .registera label {
        width: 19%;
    }
    .contacta_right_en #contact-forma .registera textarea {
        width: 81%;
    }
}

@media screen and  (max-width: 320px) {
    .m-page-banner {
        height: 64px;
    }

}