/* --手机端导航-- */

.sj_nav_all {
    display: none;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    z-index: 99999;
}

.sj_lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9900;
    display: none;
}

.sj_head {
    width: 100%;
    height: 62px;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #FFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.sj_head_logo {
    width: 80%;
    height: 62px;
    float: left;
    padding-left: 15px;
    overflow: hidden;
}

.sj_head_logo img {
    width: auto;
    height: 60px;
    float: left;
    margin-top: 5px;
}

.sj_head_logo b {
    width: auto;
    height: 62px;
    float: left;
    font-size: 18px;
    color: #FFF;
    line-height: 72px;
    font-family: Tahoma, Geneva, sans-serif;
}

.sj_head_bar {
    width: 14%;
    height: 62px;
    padding-top: 18px;
    float: right;
    position: relative;
    cursor: pointer;
}

.sj_head_bar .bar {
    width: 50%;
    max-width: 30px;
    height: 3px;
    margin: 5px auto 0;
    display: block;
    background-color: #250908;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(1) {
    margin-top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(2) {
    opacity: 0;
}

.sj_head_bar.sj_head_bar_active .bar:nth-child(3) {
    margin-top: -11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sj_nav {
    width: 86%;
    height: 100%;
    background: #fff;
    overflow: auto;
    position: fixed;
    left: -86%;
    top: 0;
    z-index: 9999;
}

.sj_nav_top {
    width: 100%;
    height: 62px;
    overflow: hidden;
    border-bottom: 1px solid #eef1f4;
}

.sj_nav_top_logo {
    width: auto;
    /* height: 32px; */
    margin-left: 15px;
    margin-top: 5px;
    float: left;
}

.sj_nav_top_logo img {
    max-width: 100%;
    height: 50px;
}

.sj_nav_top_language {
    width: auto;
    height: 72px;
    text-align: right;
    line-height: 72px;
    float: right;
}

.sj_nav_top_language span {
    float: left;
    margin-right: 20px;
}

.sj_nav_top_language span a {
    font-size: 16px;
    color: #666
}

.sj_nav_top_language span.cur a {
    color: #00abe7;
}

.sj_nav_ser {
    width: 100%;
    position: relative;
}

.sj_nav_ser form {
    width: 100%;
    position: relative;
}

.sj_nav_ser .s {
    width: 100%;
    height: 56px;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    padding: 15px 55px 15px 15px;
    background: #FFF;
    border: none;
    border-bottom: #eef1f4 solid 1px;
    outline: none;
    float: left;
}

.sj_nav_ser .b {
    width: 50px;
    height: 56px;
    cursor: pointer;
    border: none;
    outline: none;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(../image/ser2.png) no-repeat center;
}

.sj_nav_li {
    margin: 0px 15px;
    border-bottom: 1px solid #ddd;
}

.sj_nav_li a {
    font-size: 16px;
    color: #250908;
    display: block;
}

.sj_nav_li .navn {
    height: 50px;
    line-height: 50px;
    padding: 0px 5px;
}

.sj_nav_li .navn .yw500 {
    width: 100%;
}

.sj_nav_li .navm {
    width: 100%;
}

.sj_nav_li .navl {
    width: 35%;
    float: left;
}

.sj_nav_li .navr {
    width: 65%;
    float: right;
    text-align: right;
}

.sj_nav_li .navr img {
    width: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}

.sj_nav_li ul {
    display: none;
    padding: 5px 0;
}

.sj_nav_li ul li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    font-size: 15px;
    color: #333;
}

.sj_nav_li.current .navn {
    background-color: #19529f;
}

.sj_nav_li.current .navl {
    color: #fff;
}

.sj_nav_li.current .navr img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

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

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

@media screen and (max-width: 1440px) {
    .pub {
        width: 90%;
    }
    .slide-inner {
        width: 90%;
        left: 5%;
    }
    .banner1_1 {
        top: 40%;
    }
    .banner2_1 {
        top: 32%;
    }
    .banner2_2 {
        top: 38%;
    }
    .banner3_1 {
        top: 36%;
    }
    .swiper-banner .banner_con {
        left: 5%;
    }
    .fold_wrap li {
        height: 738px;
    }
    .swiper-banner .qianwang a {
        top: 80%;
        font-size: 15px;
        padding: 5px 10px;
        border-radius: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .banner1_1 {
        top: 42%;
    }
    .banner2_1 {
        top: 30%;
    }
    .banner2_2 {
        top: 36%;
    }
    .banner3_1 {
        top: 42%;
        left: 45%;
    }
    .index_company_bg {
        background-size: 30% 100%;
    }
    .index_company_con {
        width: 70%;
    }
    .index_company_number {
        width: 92%;
        margin-top: 40px;
    }
    .fold_wrap li {
        height: 538px;
    }
    .fold_wrap li .adv_intro {
        margin-top: -200px;
    }
}


/* --转成wap-- */

@media screen and (max-width: 960px) {
    body {
        padding-top: 62px;
    }
    .pub {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header_bg {
        display: none;
    }
    .sj_nav_all {
        display: block;
    }
    .swiper-banner .banner_con {
        display: none;
    }
    #myCanvas {
        margin: 0 auto;
    }
    #myCanvas2 {
        margin: 0 auto;
    }
    #myCanvas3 {
        margin: 0 auto;
    }
    #myCanvas4 {
        margin: 0 auto;
    }
    #myCanvas5 {
        margin: 0 auto;
    }
    .banner1_1 {
        width: 62%;
        left: 16%;
        top: 32%;
    }
    .banner2_1 {
        width: 42%;
        left: 2%;
        top: 26%;
    }
    .banner2_2 {
        width: 50%;
        left: 48%;
        top: 30%;
    }
    .banner3_1 {
        width: 62%;
        left: 30%;
        top: 32%;
    }
    .index_title h1 {
        font-size: 20px;
        line-height: 60px;
    }
    .index_title .eng {
        font-size: 40px;
        line-height: 60px;
    }
    .index_title p {
        padding: 0 20px;
        font-size: 15px;
        color: #666;
        margin-top: 0px;
    }
    .index_product_bg {
        padding: 20px 0;
    }
    .index_product_type {
        margin-top: 20px;
    }
    .index_product_type a {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .index_product_type a:nth-child(2n) {
        margin-right: 0;
    }
    /* .index_product_type a:nth-child(7n) {
        margin-right: 4%;
    } */
    .index_product_list li {
        width: 48%;
        margin: 2% 4% 2% 0;
        padding: 10px;
    }
    .index_product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .index_product_list li span {
        display: none;
    }
    .index_company_bg {
        padding: 30px 0;
        background-image: none;
    }
    .index_company_con {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    .index_company_con h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .index_company_number {
        width: 100%;
        height: auto;
        padding: 20px 0;
        margin-right: 0;
        margin-top: 30px;
        display: none;
    }
    .index_company_number li {
        width: 29.33%;
        margin: 0 2%;
    }
    .index_company_number li .name {
        font-size: 15px;
    }
    .index_company_number li p {
        font-size: 16px;
    }
    .index_advantage_title {
        padding: 20px 0;
        display: none;
    }
    .index_advantage_bg {
        display: none;
    }
    .index_advantage_title .index_title {
        text-align: center;
    }
    .index_video {
        width: 100%;
        height: auto;
        padding: 30px 0;
        position: relative;
        left: 0;
        top: 0;
    }
    .index_video h2 {
        font-size: 20px;
    }
    .index_video p {
        font-size: 15px;
        margin-top: 10px;
        line-height: 24px;
    }
    .index_video span {
        width: 60px;
        height: 60px;
        margin-top: 20px;
    }
    .index_advantage ul {
        width: 100%;
        float: right;
    }
    .index_advantage ul li {
        width: 100%;
        height: auto;
        margin-top: 16px;
    }
    .index_advantage ul li:nth-child(1) {
        margin-top: 0;
    }
    .index_advantage ul li:nth-child(4) {
        margin-bottom: -20px;
    }
    .index_advantage ul li b {
        padding: 0 15px;
        font-size: 18px;
    }
    .index_advantage ul li p {
        padding: 0 15px;
        margin-top: 10px;
    }
    .index_advantage ul li span {
        padding: 0 15px;
    }
    .index_middle_bg {
        margin-top: 50px;
        display: none;
    }
    .index_middle {
        display: block;
    }
    .fold_wrap {
        display: none;
    }
    .index_news_bg {
        padding: 30px 0;
    }
    .index_news_list {
        margin-top: 0px;
    }
    .index_news_list li {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-top: 20px;
        padding: 15px;
    }
    .index_news_list li .time {
        height: 32px;
        line-height: 32px;
        color: #666;
        overflow: hidden;
    }
    .index_news_list li .time b {
        font-size: 18px;
    }
    .index_news_list li .time span {
        font-size: 14px;
    }
    .index_news_list li .title {
        font-size: 18px;
        margin-top: 0px;
    }
    .index_news_list li .con {
        height: 48px;
        margin-top: 6px;
    }
    .index_news_list li .link {
        margin-top: 12px;
    }
    .index_news_list li:hover {
        padding: 15px;
    }
    .index_message_bg {
        padding: 30px 0;
    }
    .index_message {
        width: 100%;
        padding: 15px;
    }
    .index_message h1 {
        font-size: 20px;
        line-height: 32px;
    }
    .index_message p {
        font-size: 15px;
        margin-top: 6px;
    }
    .index_message_con {
        margin-top: 0px;
    }
    .index_message_con input {
        width: 100%;
        height: 52px;
        float: left;
        margin-right: 0;
        margin-top: 12px;
    }
    .index_message_con textarea {
        width: 100%;
        height: 144px;
        float: left;
        margin-right: 0;
        margin-top: 12px;
    }
    .index_message_con .btn {
        width: 100%;
        margin-right: 0;
        margin-top: 12px;
        font-size: 15px;
    }
    .index_contact {
        width: 100%;
        min-height: auto;
        padding: 15px;
        margin-top: 20px;
    }
    .index_contact h1 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .index_contact p {
        font-size: 15px;
        color: #333;
        line-height: 24px;
        padding: 15px 0 15px 46px;
    }
    .footer_bg {
        padding: 30px 0;
    }
    .footer_left {
        width: 100%;
    }
    .footer_left .logo {
        display: none;
    }
    .footer_left ul {
        display: none;
    }
    .footer_left .beian {
        height: auto;
        overflow: visible;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        margin-top: 20px;
    }
    .footer_left .beian b {
        display: block;
    }
    .footer_right {
        width: 100%;
    }
    .footer_right .erweima {
        max-width: 50%;
    }
    .inner_banner_bg {
        height: 200px;
    }
    .inner_banner {
        height: 200px;
    }
    .inner_banner_title {
        padding-top: 60px;
    }
    .inner_banner_title h1 {
        font-size: 20px;
        line-height: 32px;
    }
    .inner_banner_title p {
        width: 218px;
        font-size: 14px;
        line-height: 32px;
        padding: 0;
    }
    .inner_company {
        padding: 0;
    }
    .inner_company_con {
        width: 100%;
        padding: 20px 0;
    }
    .inner_company_con h1 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .inner_company_con h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .inner_company_con p {
        font-size: 15px;
        line-height: 24px;
    }
    .inner_company_img {
        width: 100%;
        height: 200px;
        position: relative;
        top: auto;
        right: auto;
        float: left;
        margin-bottom: 30px;
    }
    .inner_number {
        padding: 10px 0;
    }
    .inner_number_list li {
        width: 42%;
        float: left;
        margin: 20px 4%;
    }
    .inner_number_list li .name {
        font-size: 16px;
        line-height: 24px;
    }
    .inner_number_list li p {
        font-size: 18px;
        line-height: 24px;
    }
    .inner_number_list li:last-child {
        display: none;
    }
    .inner_culture {
        padding-top: 20px;
    }
    .inner_culture_list {
        margin-top: 20px;
    }
    .inner_culture_list li {
        width: 100%;
        height: 130px;
        padding: 20px 2.6%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .inner_culture_list li .title {
        padding: 0;
    }
    .inner_culture_list li .title img {
        height: 40px;
        display: none;
    }
    .inner_culture_list li .title p {
        margin-top: 15px;
        font-size: 20px;
    }
    .inner_culture_list li .con {
        height: 24px;
        font-size: 14px;
        line-height: 24px;
        opacity: 1;
        margin-top: 6px;
    }
    .inner_culture_list li.li_on {
        width: 100%;
        height: 130px;
    }
    .inner_culture_list li.li_on .title p {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .inner_culture_list li.li_on .con {
        transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .inner_technology {
        padding-top: 20px;
    }
    .swiper-honor {
        width: 100%;
        margin: 20px auto 0;
    }
    .swiper-honor .swiper-slide {
        width: 50%;
        padding: 0 30px;
    }
    .inner_shows {
        padding-top: 20px;
    }
    .swiper-shows {
        width: 100%;
        margin: 20px auto 0;
    }
    .swiper-shows .swiper-slide {
        width: 50%;
        padding: 0 15px;
    }
    .inner {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .inner_product_type {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .inner_product_type a {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }
    .inner_product_type a:nth-child(2n) {
        margin-right: 0;
    }
    .inner_product_type a:nth-child(7n) {
        margin-right: 4%;
    }
    .shows_list {
        margin-top: 10px;
    }
    .shows_list li {
        width: 48%;
        height: auto;
        margin: 2% 4% 0 0;
        float: left;
        overflow: hidden;
        cursor: pointer;
    }
    .shows_list li:nth-child(3n) {
        margin-right: 4%;
    }
    .shows_list li:nth-child(2n) {
        margin-right: 0;
    }
    .article_box {
        width: 100%;
    }
    .product_title {
        height: auto;
        font-size: 18px;
        line-height: 24px;
        padding: 12px 20px;
        text-align: left;
    }
    .product_img {
        width: 80%;
        margin-top: 10px;
        margin-left: 10%;
    }
    .product_con {
        width: 100%;
        margin-top: 20px;
        padding-right: 0px;
    }
    .product_con .title {
        font-size: 16px;
    }
    .product_video {
        padding: 0;
        margin-top: 20px;
    }
    .product_video .title {
        font-size: 16px;
    }
    .product_video video {
        min-width: 300px;
        height: 300px;
        margin-top: 10px;
    }
    .product_canshu {
        padding: 0;
        margin-top: 20px;
    }
    .product_canshu .title {
        font-size: 16px;
    }
    .news_title {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 0;
    }
    .news_deatils {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .news_img {
        margin-bottom: 20px;
    }
    .news_img img {
        max-width: 100%;
    }
    .news_con {
        padding: 0;
        font-size: 15px;
        line-height: 24px;
    }
    .news_con p {
        font-size: 15px;
        line-height: 24px;
        text-indent: 2em;
        margin-bottom: 20px;
    }
    .news_con p strong {
        font-size: 18px;
        color: #19529f;
    }
    .news_con img {
        max-width: 100%;
        display: block;
        margin: 12px auto 0;
    }
    .article_font {
        font-size: 15px;
        line-height: 24px;
        margin: 4px auto 0;
    }
    .article_font p {
        font-size: 15px;
        line-height: 24px;
    }
    .article_font p strong {
        font-size: 18px;
        color: #19529f;
    }
    .tabPostList {
        margin-top: 20px;
    }
    .tabPostList .tab tbody tr.trOdd td .postDel {
        padding: 20px 0 20px 0;
    }
    .tabPostList .tab tbody tr.trOdd td .postDel .disc .con {
        padding-left: 0;
    }
    #allmap {
        height: 200px;
    }
    .txt-upDown {
        margin-top: 30px;
    }
}

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

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