@media screen and (min-width: 1025px) {
    .container {
        width: 1440px;
    }
    .navigation>ul>li>a.on {
        color: #30a8e1;
    }
    .navigation>ul>li:hover>a {
        color: #30a8e1;
    }
    .navigation>ul>li {
        position: relative;
        display: inline-block;
    }
    .navigation>ul>li .sub_menu {
        position: absolute;
        left: -36px;
        top: 110%;
        width: 200px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        z-index: 99;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
        -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
        border-top: 4px solid #30a8e1;
        padding: 0;
    }
    .navigation>ul>li:hover .sub_menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
    .navigation>ul>li .sub_menu li a {
        display: block;
        padding: 10px 24px;
        font-size: 14px;
        margin: 0;
        position: relative;
        -webkit-transition: all .3s ease-out 0s;
        -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s;
        border-radius: 0;
        margin: 0;
        line-height: 30px;
        border-top: 1px solid #30a7e1;
    }
    .navigation>ul>li .sub_menu li:hover>a {
        background-color: #30a7e1;
        color: #fff;
    }
    .appl_con .appl_sm {
        display: none;
    }
    .news_con .col-md-5 {
        width: 38%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .news_con .col-md-7 {
        width: 62%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .news_con .col-md-4 {
        padding-left: 22px;
        padding-right: 22px;
    }
    .about1_b .about1_l {
        width: 849px;
    }
    .about1_b .about1_r {
        width: 577px;
    }
    .header_m .logo_ti {
        letter-spacing: 3px;
    }
    .header_m .logo_ti {
        margin-bottom: 16px;
    }
    .pro_sub_ti {
        margin-bottom: 20px;
    }
    .about1 .col-lg-5 {
        width: 45%;
    }
    .about1 .col-lg-7 {
        width: 55%;
        padding: 50px 30px;
    }
    .cate_con .cate_item:hover .cate_txt {
        height: 100%;
        line-height: 220px;
        background-color: rgba(17, 86, 172, .8);
        -webkit-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        transition: all .15s ease
    }
    .adv_con .col-lg-3 {
        width: 20%;
        padding: 0;
    }
    .appl_con_wrap {
        height: 724px;
    }
    .appl_con_wrap .item_02 {
        height: 364px;
    }
    .cate_con .col-lg-6 {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .section {
        padding: .3rem 0;
    }
    /* page_top */
    .top .top_wrap {
        padding-left: 54%;
    }
    #header .header_l {
        width: 60%;
    }
    #header .header_l img {
        width: 100%;
    }
    #header {
        width: 100%;
        height: 1.4rem;
        z-index: 20;
    }
    #header .header-content>a {
        display: block;
    }
    #header.fixed a {
        color: #353535;
    }
    .header_l .logo {
        background: url(../images/logo.jpg) no-repeat center;
        background-size: cover;
    }
    .header-content {
        display: flex;
        align-items: center;
    }
    .header_m {
        width: 75%;
        margin-left: 20px;
    }
    .page_top .sec_nav {
        display: block;
        padding-top: 1.4rem;
    }
    .navigation {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1.4rem;
        line-height: 1.4rem;
    }
    .navigation .primary-nav {
        position: absolute;
        top: 1.4rem;
        display: none;
        width: 100%;
        height: auto;
        padding: 0.2rem 0.3rem 0;
        background-color: #fff;
        z-index: 1000;
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .07);
    }
    .navigation li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
    }
    .navigation li:last-child {
        border-bottom: none;
    }
    .navigation>ul>li>a {
        position: relative;
        display: block;
        font-size: .3rem;
        line-height: 0.79rem;
        height: 0.79rem;
        margin: 0;
        text-align: left;
        color: #333;
    }
    .navigation>ul>li>a i {
        display: block;
        position: absolute;
        right: 0.2rem;
        top: 0;
        width: 0.26rem;
        height: 0.79rem;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        background: url(../images/nav-jia.png) center/0.26rem 0.26rem no-repeat;
    }
    .nav-toggle {
        display: block;
    }
    .nav-toggle {
        position: absolute;
        top: .5rem;
        right: .6rem;
        width: 0.54rem;
        height: 0.54rem;
        z-index: 1000;
    }
    .nav-toggle p {
        width: 0.54rem;
        height: 3px;
        background-color: #30a7e1;
        border-radius: 0.5rem;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
        -webkit-border-radius: 20%;
        -moz-border-radius: 20%;
        border-radius: 20%;
    }
    .nav-toggle p:nth-child(1) {
        top: 0.02rem;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nav-toggle p:nth-child(2) {
        top: 0.2rem;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nav-toggle p:nth-child(3) {
        top: 0.38rem;
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
    }
    .nav-toggle p:nth-child(1).cur {
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    .nav-toggle p:nth-child(2).cur {
        opacity: 0;
    }
    .nav-toggle p:nth-child(3).cur {
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    .navigation>ul>li .sub_menu {
        display: none;
    }
    .page_top {
        height: auto;
    }
    /* page_top */
    /* banner */
    .banner .banner-txt h3 {
        font-size: .4rem;
        margin-bottom: .2rem;
    }
    .banner {
        height: 2.4rem;
    }
    .ban_swiper {
        height: 500px;
    }
    .banner-txt {
        width: 80%;
    }
    .banner-txt h3 {
        font-size: .4rem;
    }
    .banner-txt span {
        font-size: .24rem;
    }
    .banner-txt p {
        font-size: .26rem;
        font-weight: normal;
    }
    .banner-txt h3 {
        margin-bottom: .2rem;
    }
    #banner .swiper-pagination-bullet {
        width: 20px;
        height: 2px;
        margin: 0 4px;
    }
    .banner {
        height: 4rem;
    }
    .ban_swiper {
        height: 200px;
    }
    /* banner */
    /* about */
    .about_inner_con .about_l {
        margin-bottom: .4rem;
    }
    .about_inner_con .about_r_wrap h2 {
        font-size: .4rem;
        line-height: .4rem;
        margin-bottom: .1rem;
    }
    .about_inner_con .about_r_wrap span {
        font-size: .24rem;
        margin-bottom: .2rem;
    }
    .about_inner_con .about_l {
        margin-bottom: .4rem;
    }
    .about_inner_con .about_r_wrap h2 {
        font-size: .4rem;
        line-height: .4rem;
        margin-bottom: .1rem;
    }
    .about_inner_con .about_r_wrap span {
        font-size: .24rem;
        margin-bottom: .2rem;
    }
    .about_con .about_l_wrap {
        height: 4.6rem;
    }
    .about_con .about_l {
        margin-bottom: .3rem;
    }
    .about_con .about_l_wrap img {
        width: 100%;
        height: 100%;
    }
    .about_r_wrap .en {
        font-size: .3rem;
        margin-bottom: .1rem;
    }
    .about_r_wrap h2 {
        font-size: .3rem;
        margin-bottom: .2rem;
        font-weight: bold;
    }
    .about_r_wrap p {
        font-size: .24rem;
    }
    .about_icon_wrap .list .icon_item dd {
        font-size: .24rem;
    }
    .about_icon_wrap .list li {
        margin-bottom: .4rem;
    }
    .about_icon_wrap .list .icon_item dd b {
        font-size: .3rem;
    }
    .about_icon_wrap .list .icon_item dt {
        width: 1.6rem;
        height: 1.6rem;
        margin: .14rem auto;
    }
    .about_icon_wrap .ti {
        font-size: .3rem;
        width: 70%;
        margin-bottom: .2rem;
    }
    .about_icon_wrap .ti img {
        width: 60%;
    }
    .about_con .about_icon {
        padding: .3rem 0;
        margin-top: .3rem;
    }
    .about_ti h2 {
        font-size: .3rem;
        margin-bottom: .05rem;
    }
    .about_ti span {
        font-size: .24rem;
    }
    .about_ti {
        margin-bottom: 20px;
    }
    /* about */
    /* category */
    .category .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .cate_con .cate_l {
        height: 4.2rem;
    }
    .cate_con .cate_l .cate_l_wrap {
        height: 100%;
    }
    .cate_con .cate_l img {
        width: 100%;
        height: 100%;
    }
    .cate_r .cate_item .num {
        width: 40%;
        margin: 0 auto;
        margin-bottom: .2rem;
    }
    .cate_r .cate_item .border {
        width: .5rem;
        height: .6rem;
    }
    .cate_r .cate_item .num {
        font-size: .3rem;
    }
    .cate_r .cate_item .txt {
        position: absolute;
        left: .4rem;
        top: .1rem;
    }
    .cate_r .ti {
        text-align: center;
    }
    .cate_r .ti h3 {
        font-size: .3rem;
        margin-bottom: .2rem;
    }
    .cate_r .ti span {
        display: block;
        font-size: .24rem;
        line-height: .3rem;
    }
    .cate_r .cate_item {
        height: 4rem;
        padding: 1rem 0;
    }
    .cate_r .cate_item .cate_item_wrap {
        width: 88%;
    }
    .cate_r .cate_item_wrap {
        width: 60%;
    }
    /* category */
    /* application */
    .application .appl_con {
        display: none;
    }
    .application .appl_con_mob {
        display: block;
    }
    .application .appl_con_mob img {
        width: 100%;
    }
    /* application */
    /* partner */
    .partner .about_ti {
        padding-top: 0;
    }
    .partner .pat_con {
        padding: .66rem 0 .4rem 0;
    }
    .partner .pat_list {
        display: none;
    }
    .partner .pat_list_mob {
        display: block;
    }
    .partner .pat_list_mob img {
        width: 100%;
    }
    .partner_inner .pat_list {
        display: none;
    }
    .partner_inner .pat_list_mob {
        display: block;
    }
    .partner_inner .pat_list_mob img {
        width: 100%;
    }
    /* partner */
    .culture .cul_con {
        height: 6.2rem;
    }
    .cul_con .item_txt_wrap h4 {
        font-size: .3rem;
        margin-bottom: .15rem;
    }
    .cul_con .item_txt_wrap span {
        font-size: .24rem;
        margin-bottom: .15rem;
    }
    .cul_con .item_txt_wrap p {
        font-size: .24rem;
    }
    /* news */
    .news_con .top_news {
        margin-bottom: .3rem;
    }
    .news_lists .col-md-4 {
        padding-left: .4rem;
        padding-right: .4rem;
    }
    .news_con .news_pic {
        height: auto;
    }
    .news_con .news_pic img {
        width: 100%;
        height: 100%;
    }
    .news_con .txt {
        font-size: .3rem;
    }
    .news_con .list_item .txt {
        margin-bottom: .1rem;
        font-size: .3rem;
        color: #333;
    }
    .news_con .list_item .more {
        font-size: .24rem;
    }
    .news_con .list_item .content {
        font-size: .24rem;
        line-height: .34rem;
        color: #666;
    }
    .news_con .news_pic {
        height: 3rem;
        margin-bottom: .4rem;
    }
    .news_con .news_date .day {
        font-size: .4rem;
    }
    .news_con .news_date .month {
        font-size: .24rem;
    }
    .news_con .news_date {
        width: 1.8rem;
    }
    .news_con a .list_item {
        width: 5rem;
    }
    .news_con a .txt {
        line-height: inherit;
    }
    .news_lists ul li {
        margin-bottom: .4rem;
    }
    .top_news_item .ti {
        font-size: .3rem;
        color: #333;
        margin-bottom: .1rem;
    }
    .top_news_item .content {
        font-size: .24rem;
        color: #666;
    }
    .news_date {
        width: 30%;
    }
    .news .list_item {
        width: 70%;
        padding-left: 6%;
    }
    .news_date span {
        font-size: .3rem;
        color: #333;
    }
    .top_news_item {
        display: none;
    }
    .news_lists ul li {
        height: auto;
    }
    .foot_con_t .foot_appl {
        display: none;
    }
    .news_con .news_ti .time {
        width: 28%;
    }
    .news_con .news_ti .txt {
        width: 72%;
    }
    .news_con .news_l {
        margin-bottom: 18px;
    }
	/* news */
	/* main_l */
	.main_l {
        display: none;
    }
	/* main_l */
	/* main_r */
	.main_r img {
        width: 100%;
	}
	.pro_item {
        margin-bottom: .12rem;
	}
	.sub_ti span {
        font-size: .3rem;
    }
	/* main_r */
    .mob_cover {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 9;
        top: 0;
        left: 0;
        display: none;
    }
    .bot_pro {
        display: none;
    }
    .honor .top {
        width: 100%;
        margin-bottom: 20px;
    }
    .honor .bottom {
        width: 100%;
    }
    
   
    
    .article_form .infoTitle {
        margin: 0 .3rem;
    }
    .contact .cont1_wrap {
        height: 5rem !important;
        margin-bottom: 0;
    }
    .contact .cont_con {
        height: auto;
    }
    .cont_list .cont_item dt {
        margin-bottom: .1rem;
        font-size: .3rem;
    }
    .cont_list .cont_item dd {
        font-size: .28rem;
    }
    .about_num dd {
        font-size: .25rem;
    }
    .about_num dl {
        margin-right: .4rem;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: .2rem;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: .2rem;
    }
    .foot_con_t dl {
        margin-bottom: .3rem;
    }
    .foot_con_t dt {
        font-size: .3rem;
        margin-bottom: .15rem;
    }
    .foot_con_t dd {
        line-height: .4rem;
        font-size: .25rem;
    }
    .foot_con_b .b_item {
        line-height: .4rem;
        font-size: .25rem;
    }
    
    .main_r .sub_list {
        display: block;
    }
    .sub_list ul {
        margin-bottom: .4rem;
    }
    .sub_list ul li {
        float: left;
        width: 3rem;
        height: 48px;
        line-height: 48px;
        margin: .2rem;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 38px;
    }
    .sub_list ul li.current {
        background-color: #2fa7e0;
        border: none;
    }
    .sub_list ul li.current a {
        color: #fff;
    }
    .sub_list ul li a {
        display: block;
        font-size: .3rem;
    }
    .main_r {
        width: 100%;
    }
    .item_03 .adv_item_b p {
        display: none;
    }
    .proNews,
    .proDe {
        padding: .3rem 0;
    }
    .advantage {
        height: 18rem;
        background-size: cover;
    }
    .swiper_pic .swiper-slide {
        height: 5rem;
        background-size: 100%;
    }
    .swiper_tab {
        width: 100%;
    }
    .swiper_tab .swiper-slide {
        width: .4rem;
    }
    .appl_con .appl_item .appl_txt {
        width: 80%;
        position: absolute;
        left: .8rem;
        top: 7rem;
    }
    .swiper_tab {
        margin: -.6rem 0;
    }
    .swiper_tab .slide_item {
        width: 3rem;
        height: 3rem;
    }
    .swiper_tab .slide_item .txt {
        font-size: .4rem;
    }
    .foot_con_b {
        font-size: .2rem;
    }
    .cate_con .cate_item p {
        display: none;
    }
    .cate_con .item_txt h3 {
        margin-bottom: .2rem;
        font-size: .24rem;
    }
    .cate_con .item_txt span {
        display: none;
    }
    #cnzz_stat_icon_1267170002>a {
        margin-left: 0;
    }
    .about_l_icon .icon_pic {
        width: .6rem;
        margin-right: .2rem;
    }
    .about_l_txt {
        margin-bottom: .4rem;
    }
    .about_r .about_pic_bg {
        display: none;
    }
    .appl_inner_con {
        display: none;
    }
    .appl_con_mob {
        display: block;
    }
    .appl_con_mob img {
        width: 100%;
    }
    .single-info .info-content {
        font-size: .3rem;
    }
    .single-input textarea,
    .single-input input {
        font-size: .24rem;
    }
    .infoTitle {
        height: 1rem;
        line-height: 1rem;
        font-size: .3rem;
    }
    .sub_ti {
        padding-top: 0;
        padding-bottom: .3rem;
    }
    .PageV {
        margin: 0 auto;
    }
    .page_item {
        font-size: .24rem;
        padding: .1rem;
        margin-right: .06rem;
    }
    .form_con {
        margin-top: .3rem;
    }
    .sec_nav ul li a {
        font-size: .3rem;
        height: 1rem;
        line-height: 1rem;
    }
    .con_t_wrap {
        height: auto;
    }
    .foot_con_t .l .title span {
        font-size: .3rem;
    }
    .con_t_wrap {
        display: inherit;
    }
    .pro_item dt {
        height: 1.2rem;
    }
    .foot_con_t,
    .foot_con_b {
        padding: .3rem 0;
    }
    .foot_con_t .l .title span {
        margin-bottom: .06rem;
    }
    .sub_ti .ti_txt a {
        font-size: .3rem;
    }
    .proDe ul li img {
        height: 2.6rem;
    }
}

@media screen and (max-width: 768px) {
    .col-sm-6 {
        width: 50%;
        float: left;
    }
    .col-sm-4 {
        width: 33.33%;
        float: left;
    }
    .foot_con_t .item_pro,
    .foot_con_t .item_qrCode,
    .foot_con_t .item_about {
        display: none;
    }
    .foot_con_t .col-sm-3 {
        float: left;
    }
    .foot_con .item_cont {
        width: 100%;
    }
    .foot_con .item_qrCode img {
        width: 100%;
    }
    .news {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    
    .section_inner_ti h2 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .section_inner_ti span {
        font-size: 13px;
    }
    .section_inner_ti {
        text-align: center;
        margin-bottom: 14px;
    }
    .page_top .top {
        display: none;
    }
    .appl_con_wrap .item_01,
    .appl_con_wrap .item_04 {
        height: 1.6rem;
        margin-bottom: .2rem;
    }
    .appl_con_wrap .item_02,
    .appl_con_wrap .item_05 {
        height: 1.8rem;
    }
    .partner {
        padding-top: 0;
    }
    .partner .about_ti {
        margin-bottom: 0;
    }
    .partner .col-sm-4 {
        width: 33.33333333%;
        float: left;
    }
    .appl_con .col-sm-6 {
        width: 50%;
        float: left;
    }
    .bdsharebuttonbox {
        display: none;
    }
    .imgdet .imgpart {
        width: 100%;
        height: auto;
    }
    .proDe ul li {
        margin-bottom: 10px;
    }
    .cate_item .cate_txt {
        font-size: 16px;
    }
    .appl_topcen label,
    .appl_topcen2 label,
    .appl_topcen1 label {
        width: 26%;
    }
    .appl_message .btn_ss,
    .appl_message .btn_ss1,
    .appl_message .btn_ssss {
        width: 74%;
    }
    .inner_map {
        height: 300px;
    }
    .about1_l span {
        font-size: 40px;
    }
    .prolist .view {
        display: none;
    }
    .proPage {
        display: none;
    }
}