/*Created by lk on 2020/04/28.*/

@media screen and (max-width: 1520px) {

    .banner .text img{
        width: 681px;
    }

}



@media screen and (max-width: 1440px){

    .w1440{
        width: 1280px;
    }

    .list01{
        padding: 80px 0;
    }

    .list01 .list01_con .list01_list{
        width: 92%;
    }

    .list01 .list01_con .list01_list .list_con .li{
        margin: 0 8px;
    }

    .list02{
        padding: 80px 0;
    }

    .list02 .list02_left{
        width: 41%;
        margin-right: 4%;
    }

    .list02 .list02_right{
        padding-top: 10px;
    }

    .list02 .list02_right h1{
        font-size: 28px;
    }

    .list03{
        padding: 100px 0 80px 0;
    }

    .list04{
        padding: 80px 0;
    }

    .list04 .list04_con .lf .text{
        height: 283px;
        padding: 50px 50px 0 50px;
    }

    .list04 .list04_con .lr .li .text{
        padding: 50px 40px 0 40px;
    }

    .list05 .list05_con{
        padding: 80px 0;
    }

    .list06{
        padding: 80px 0;
    }

    .list06 .list06_con .list li .img{
        height: 220px;
    }

    .footer{
        padding: 80px 0 40px 0;
    }


}

@media screen and (max-width: 1280px){

    .w1440{
        width: 1080px
    }

    .header .logo{
        margin: 15px 0 0 30px;
    }

    .nav .nav_bar li{
        margin: 0 14px;
    }

    .header_search{
        margin-right: 20px;
    }

    .banner .text img{
        width: 560px;
    }

    .list01 .list01_con .list01_list{
        width: 94%;
    }

    .list01 .list01_con .list01_list .list_con .li h1{
        font-size: 18px;
    }

    .list03{
        padding: 80px 0 60px 0;
    }

    .list03 .list03_video{
        width: 60%;
    }

    .list03 .list03_text{
        margin: 40px 0 0 40px;
    }


    .list04 .list04_con .lf .text{
        height: 238px;
    }

    .list04 .list04_con .lr .li .text{
        padding: 40px 30px 0 30px;
    }

    .list04 .list04_con .lr .li .text h1{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .list05 .list05_con{
        padding: 40px 0;
    }

    .list05 .list05_con .list05_left{
        margin: 4% 0 0 5%;
    }

    .list05 .list05_con .list05_right{
        margin-left: 40%;
    }

    .list05 .list05_con .list05_right .li span{
        height: 50px;
        font-size: 56px;
    }

    .list06 .list06_con .list li .text{
        padding: 30px;
    }

    .list06 .list06_con .list li .text h1{
        font-size: 18px;
        margin-bottom: 40px;
    }

    .footer .footer_con .footer_left{
        padding-left: 5%;
    }

    /*----right_list----*/
    .right_list{width: 36px; right: 10px; margin-bottom: 16%;}
    .right_list .li{width: 38px; height: 38px; margin-bottom: 2px; line-height: 38px;}
    .right_list .li i{font-size: 24px;}

    .right_list .li .img{width: 120px; height: 150px; position: absolute; top: 0; right: 0; margin: 40px 60px 0 0; background: #fcfcfc; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s .1s; -webkit-transition: all ease .3s .1s}
    .right_list .li .img img{width: 100%; display: block; float: none; margin: 0 auto 5px auto;}
    .right_list .li .img p{line-height: 10px; font-size: 13px; color: #333}

    .right_list .li .tel{width: 160px; height: 36px;}
    .right_list .li .tel h3{font-size: 16px; line-height: 40px; }
    .right_list .li .tel h3 i{font-size: 18px;}

    .right_list .li:hover .tel{margin: 0 50px 0 0;}


}


@media screen and (max-width: 1100px){

    .w1440{
        width: 940px
    }

    .header{
        height: 60px;
        background: #fff;
    }

    .header:before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 97;
    }

    .header .logo{
        float: none;
        margin: 5px auto;
        background: url("../image/logoi.png") no-repeat;
        z-index: 98;
    }

    .nav{
        width: 100%;
        height: 0;
        background: #f4f4f4;
        position: fixed;
        top: -100%;
        left: 0;
        margin-top: 60px;
        z-index: 92;
    }

    .nav .nav_bar{
        margin: 60px auto
    }

    .nav .nav_bar li{
        float: none;
        width: 90%;
        text-align: center;
        margin: 4px auto;
        border-bottom: 1px solid #dedede;
    }

    .nav .nav_bar li a{
        color: #333;
    }

    .nav.nav_on{
        top: 0;
        height: 100%;
    }


    .header .button{
        display: block;
    }

    .header_search{
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 20px;
        margin-top: 14px;
        z-index: 98;
    }

    .header_search .search_ico{
        background: url("../image/ico01-1.png") no-repeat;
    }

    .banner .text{
        margin: 26% 5% 0 0;
    }

    .banner .text img{
        width: 100%;
    }

    .a_link{
        height: 42px;
        line-height: 42px;
        margin-top: 20px;
    }

    .title{
        margin-bottom: 30px;
    }

    .title h1{
        font-size: 24px;
    }

    .list02 .list02_right{
        padding-top: 0;
    }

    .list02 .list02_right h1{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .list04 .list04_con .lf .text{
        width: 280px;
        height: 212px;
        padding: 30px 30px 0 30px;
    }

    .list04 .list04_con .lf .text h1{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .list04 .list04_con .lr .li .img{
        width: 63%;
    }

    .list04 .list04_con .lr .li .text{
        width: 37%;
        padding: 30px 20px 0 20px;
    }

    .list04 .list04_con .lr .li .text h1{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .list04 .list04_con .lr .li .text p{
        font-size: 13px;
        line-height: 1.6;
    }

    .list05{
        background: url("../image/bg06.jpg") no-repeat center;
    }

    .list05 .list05_con{
        padding: 60px 0;
    }

    .list05 .list05_con .list05_left img{
        width: 80%;
    }

    .list05 .list05_con .list05_right{
        width: 60%;
        margin-left: 35%;
    }

    .list05 .list05_con .list05_right .li{
        padding: 20px 30px;
    }

    .list05 .list05_con .list05_right .li span{
        height: 50px;
        font-size: 46px;
    }

    .list06 .list06_con .list li .img{
        height: 180px;
    }

    .list06 .list06_con .list li .text h1{
        font-size: 18px;
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 960px) {

    .w1440{
        width: 94%;
    }

    .list02 .list02_left{
        display: none;
    }

    .list02 .list02_right{
        width: 100%;
    }

    .list03 .list03_video{
        width: 70%;
    }

    .list03 .list03_text{
        margin: 10px 0 0 40px;
    }

    .list04 .list04_con .lf{
        width: 50%;
    }

    .list04 .list04_con .lf .img{
        height: 420px;
    }

    .list04 .list04_con .lf .text{
        width: 100%;
        height: 180px;
        background: #f4f4f4;
        position: relative;
        padding: 30px 20px;
    }

    .list04 .list04_con .lr{
        width: 50%;
    }

    .list04 .list04_con .lr .li .img{
        width: 100%;
        height: 180px;
    }

    .list04 .list04_con .lr .li .text{
        width: 100%;
        padding: 16px 20px 0 20px;
        height: 120px;
    }

    .list04 .list04_con .lr .li .text h1{
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .list04 .c_link{
        padding: 8px 0;
        margin-top: 10px;
    }

    .list04 .list04_con .lr .li:nth-child(1) .text:before{
        border-color: transparent  transparent  #1a2ca7 transparent;
        margin: -24px 80% 0 0;
    }

    .list04 .list04_con .lr .li:nth-child(2) .text:before{
        border-color: transparent  transparent  #1a2ca7 transparent;
        margin: -24px 0 0 20%;
    }

    .list06 .list06_con .list li .img{
        height: 150px;
    }

    .list06 .list06_con .list li .text{
        padding: 20px;
    }

    .list06 .list06_con .list li .text h1{
        font-size: 14px;
    }



    .footer .footer_con .footer_left{
        padding-left: 0;
    }

    .footer .footer_con .footer_left:before{
        margin-right: 12%;
    }

}


@media screen and (max-width: 900px){

    .list04 .list04_con .lf .img{
        height: 360px;
    }

    .list04 .list04_con .lf .text{
        height: 160px;
        padding: 20px;
    }

    .list04 .list04_con .lf .text h1{
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px;
    }

    .list04 .list04_con .lr .li .text p{
        display: none;
    }


    .list04 .list04_con .lr .li .text{
        padding: 16px 20px 0 20px;
        height: 80px;
    }

    .list04 .list04_con .lr .li .text h1{
        float: left;
        padding-top: 10px;
        padding-left: 10px;
    }

    .list04 .list04_con .lr .li .text .c_link{
        margin-top: 4px;
        float: right
    }

    .list05 .list05_con .list05_right .li span{
        font-size: 42px;
    }


}



@media screen and (max-width: 479px) {

    .w1440{width: 94%;}
    .w1366{width: 94%;}

    .banner{position: relative; padding-top: 60px;}
    .mark{display: none}

    .title{margin-bottom: 20px;}
    .title h6{font-size: 22px;}
    .title h1{font-size: 18px; font-weight: normal;}

    .a_link{width: 110px; height: 32px; line-height: 32px; margin-top: 20px;}
    .a_link i{font-size: 12px;}

    .list01{
        padding: 40px 0;
    }

    .list01 .list01_con .list01_list .list_con .li{
        margin: 0 5px;
    }

    .list01 .list01_con .list01_list .list_con .li h1{
        font-size: 16px;
        font-weight: normal;
    }

    .list01 .list01_con .slick-prev, .list01 .list01_con .slick-next{
        width: 40px;
        height: 40px;
        padding: 0;
    }

    .list01 .list01_con .slick-prev{
        margin-left: 0;
    }

    .list01 .list01_con .slick-next{
        margin-left: -40px;
    }

    .list02{
        padding: 40px 0;
    }

    .list03{
        padding: 0;
        background: none;
        background-size: cover
    }

    .list03 .list03_video{
        width: 100%;
        margin: 0;
    }

    .list03 .list03_text{
        display: none;
    }

    .list04{
        padding: 40px 0;
    }

    .list04 .c_link{
        width: 100%;
        height: 100%;
        color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0;
    }

    .list04 .c_link i{
        color: transparent;
    }

    .list04 .c_link:before{
        display: none;
    }

    .list04 .c_link:hover i{
        color: transparent;
    }

    .list04 .list04_con{
        display: block;
    }

    .list04 .list04_con .lf{
        width: 100%;
        margin-bottom: 6px;
    }

    .list04 .list04_con .lf .img{
        height: 200px
    }

    .list04 .list04_con .lf .img img{
        position: relative;
        top: -20%;
    }

    .list04 .list04_con .lf .text{
        height: auto;
    }

    .list04 .list04_con .lf .text h1{
        font-size: 16px;
    }

    .list04 .list04_con .lr{
        width: 100%;
    }

    .list04 .list04_con .lr .li{
        margin-bottom: 6px;
    }

    .list04 .list04_con .lr .li .text h1{
        float: none;
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 4px;
    }

    .list04 .list04_con .lr .li .text{
        height: auto;
        padding: 10px;
    }

    .list04 .list04_con .lr .li .text p{
        display: block
    }

    .list04 .list04_con .lr .li .text .c_link i{
        color: transparent;
    }

    .list04 .list04_con .lr .li .text .c_link:hover i{
        color: transparent;
    }

    .list05 .list05_con{
        padding: 40px 0;
    }

    .list05 .list05_con .list05_left{
        display: none;
    }

    .list05 .list05_con .list05_right{
        width: 94%;
        margin: 0 auto;
    }

    .list05 .list05_con .list05_right .li{
        padding: 20px;
        height: 116px;
    }

    .list05 .list05_con .list05_right .li span{
        font-size: 32px;
    }

    .list05 .list05_con .list05_right .li p{
        font-size: 12px;
        line-height: 24px;
    }

    .list05 .list05_con .list05_right .li i{
        line-height: 22px;
    }

    .list06{
        padding: 40px 0;
    }

    .list06 .list06_con .list{
        margin-right: 0;
    }

    .list06 .list06_con .list li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .list06 .list06_con .list li:last-child{
        display: none;
    }

    .list06 .list06_con .list li .img{
        height: 180px;
    }

    .list06 .list06_con .list li .text h4{
        margin-bottom: 10px;
    }

    .footer{
        padding: 40px 0 20px 0;
    }

    .footer .footer_con .footer_left{
        width: 100%;
    }

    .footer .footer_con .footer_right{
        width: 100%;
    }

    .footer .footer_con .footer_left:before{
        display: none;
    }

    .footer .footer_con .footer_right .footer_ying{
        display: none
    }

    .footer .footer_con .footer_right span.copy{
        margin-top: 20px;
    }


    /*-----公共样式-------*/
    /*----page_message----*/
    .page_message{width: 100%; padding: 20px 0; top: 0;}
    .page_message h1{font-size: 18px; font-weight: normal; margin-bottom: 30px;}
    .page_message p {margin: 7px 0; padding-left: 70px;}
    .page_message p span {width: 70px;}

    /*----page_search----*/
    .page_search .list{margin-right: -2%;}
    .page_search .list li{width: 48%; margin-right: 2%;}
    .page_search .list li p{font-size: 13px; line-height: 20px;}

    /*----tag_show----*/
	.page_tag{padding: 20px 0; top: 0;}
    .page_tag .list{margin-right: -2%;}
    .page_tag .list li{width: 48%;  margin-right: 2%;}
    .page_tag .list li p{font-size: 13px; line-height: 24px;}

    /*----product_show----*/
    .productshow_hot .list{list-style: none; margin-right: -2%}
    .productshow_hot .list li{width: 48%; margin-right: 2%;}
    .productshow_hot .list li .txt h1{font-size: 13px;}

    .product_key a{ padding: 4px 10px;}

    .product_city a{padding: 4px 10px;}

    /*-----page_tag----*/
    .tag{margin-top: 20px;}

    /*----page_city----*/
    .page_city{padding: 120px 0 40px 0;}
    .page_city .w1200{width: 92%;}
    .page_city .title h1{font-size: 18px;}
    .page_city .title .city_link{width: 100px; padding: 8px 0;}

    /*----site_map----*/
    .page_webmap{padding: 120px 0 40px 0;}
    .page_webmap .title h1{font-size: 18px; }
    .page_webmap .title .city_link{width: 100px; padding: 8px 0; }

    /*----right_list----*/
    .right_list{width: 36px; right: 10px; margin-bottom: 12%;}
    .right_list .li{width: 38px; height: 38px; margin-bottom: 2px; line-height: 38px;}
    .right_list .li i{font-size: 24px;}
    .right_list .li:nth-child(2){display: none}

    .right_list .li .img{width: 120px; height: 150px; position: absolute; top: 0; right: 0; margin: 40px 60px 0 0; background: #fcfcfc; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s .1s; -webkit-transition: all ease .3s .1s}
    .right_list .li .img img{width: 100%; display: block; float: none; margin: 0 auto 5px auto;}
    .right_list .li .img p{line-height: 10px; font-size: 13px; color: #333}

    .right_list .li .tel{width: 160px; height: 36px;}
    .right_list .li .tel h3{font-size: 16px; line-height: 40px; }
    .right_list .li .tel h3 i{font-size: 18px;}

    .right_list .li:hover .tel{margin: 0 50px 0 0;}

}


@media screen and (max-width: 1440px) {

    .w1366{width: 1280px}

}

@media screen and (max-width: 1366px) {

    .w1366{width: 1200px}

    .page_about .about_left h1{
        font-size: 22px;
        margin-bottom: 20px;
    }

    .page_about .about_left p{
        font-size: 15px;
        line-height: 1.8
    }

}

@media screen and (max-width: 1280px){

    .w1366{width: 1100px}

}

@media screen and (max-width: 1180px) {

    .w1366{width: 960px}

    .page_banner{
        height: 420px;
    }

    .page_banner .banner_bg .w1366{
        padding-top: 160px;
    }
    .page_banner .banner_bg .w1366 h1{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .page_banner .banner_bg .w1366 p{
        font-size: 26px;
    }

    .page_title .title_con a{
        line-height: 80px;
    }

    .page_title .title_con a:before{
        top: 20px;
    }

    .page_about .about_left h1{
        font-size: 20px;
        margin-bottom: 10px;
    }

    .page_about .about_left p{
        font-size: 14px;
        line-height: 1.8
    }

    .page_news .news_list .list li .img{
        height: 190px;
    }

    .page_news .news_list .list li .text{
        padding: 20px 20px 0 0;
    }

    .page_news .news_list .list li .text h6{
        font-size: 22px;
    }

}


@media screen and (max-width: 990px) {

    .w1366{width: 768px}

    .page_about .about_left{
        width: 100%;
    }

    .page_about .about_right{
        display: none;
    }

    .page_product .list{
        margin-right: -2%
    }

    .page_product .list li{width: 48%;
        margin-right: 2%;
        margin-bottom: 20px
    }

    .page_news .news_list .list li .img{
        width: 35%;
        height: 170px;
    }

    .page_news .news_list .list li .text{
        width: 60%;
        padding: 0;
    }

    .page_news .news_list .list li .text h1{
        font-size: 18px;
        line-height: 1.4;
    }

    .page_news .news_list .list li .text p{
        font-size: 14px;
    }

}

@media screen and (max-width: 800px) {

    .w1366{width: 94%;}

    .page_title .title_con.p_about a{
        font-size: 14px;
    }

    .page_honor .list{
        margin-right: -2%;
    }

    .page_honor .list li{
        width: 48%;
        margin-right: 2%;
    }

    .page_features .list{
        margin-right: -2%;
    }

    .page_features .list li{
        width: 48%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
	
	.news_show .news_con video{
	    width: 100% !important
	}

}


@media screen and (max-width: 690px) {

    .page_banner{
        height: 260px;
        padding-top: 60px;
    }

    .page_banner .banner_bg .w1366{
        padding-top: 80px;
    }

    .page_banner .banner_bg .w1366 h1{
        margin-bottom: 10px;
    }

    .page_title{
        top: 0;
    }

    .page_title .title_con{
        border-radius: 0;
        box-shadow: none;
        padding-top: 20px;
    }

    .page_title .title_con a{
        width: 32.3333%;
        line-height: 46px;
        margin: 0 0.5% 4px 0.5%;
        background: #f4f4f4;
    }

    .page_title .title_con a:before{
        display: none;
    }

    .page_title .title_con a.on{
        border-bottom: none;
        color: #1a2ca7;
    }

    .page_title .title_con.t_about a{
        width: 32.3333%;
    }

    .page_title .title_con.p_about{
        background: #f4f4f4;
        padding-top: 20px;
    }

    .page_title .title_con.p_about a{
        width: 32.3333%;
        background: #fff;
    }

    .page_title .title_con.n_about a{
        width: 49%;
    }

    .page_con{
        padding: 20px 0 60px 0
    }

    .page_con .page_site{
        top: 0;
        margin-bottom: 40px;
    }

    .page_con.p_con:before{
        height: 120px;
        margin-top: -120px;
    }

    .page_pro .pro_top .text h1{
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .page_pro .pro_top .text p{
        font-size: 14px;
        line-height: 2.0;
    }

    .page_news .news_list .list li .text h6{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .page_news .news_list .list li .text h1{
        font-size: 14px;
    }

    .page_news .news_list .list li .text p{
        font-size: 13px;
    }

    .news_show .news_title h6{
        font-size: 20px;
    }

    .news_show .news_title h1{
        font-size: 18px;
    }

    .news_show .news_title h4{
        font-size: 14px;
    }


}


@media screen and (max-width: 479px) {

    .header .logo{
        width: 203px;
        height: 40px;
        background-size: cover;
        margin: 10px auto 0 auto;
    }

    .header_search{display: none}

    .list01 .list01_con .list01_list .list_con .li h1{
        padding: 12px 0;
    }

    .list02 .list02_right h1 i{
        font-size: 18px;
        display: block;
        padding-left: 0;
    }

    .page_title .title_con a{
        font-size: 14px;
        line-height: 40px;
    }

    .page_title .title_con.p_about a{
        width: 49%;
    }

    .page_con.p_con:before{
        height: 160px;
        margin-top: -160px;
    }

    .page_product .list li .text h1{
        font-size: 14px;
    }

    .page_pro .pro_top .img{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .page_pro .pro_top .text{
        width: 100%;
    }

    .page_pro .pro_top .text h1{
        font-size: 20px;
    }

    .page_pro .conn tr:nth-child(1) th{
        font-size: 13px;
        font-weight: normal
    }

    .page_pro .conn td{
        font-size: 13px;
        line-height: 16px;
    }

    .page_banner .banner_bg .w1366 h1{
        font-size: 20px;
    }

    .page_banner .banner_bg .w1366 p{
        font-size: 20px;
    }

    .page_news .news_list .list li .img{
        width: 100%;
        height: 180px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .page_news .news_list .list li .text{
        width: 100%;
        padding: 0;
    }

    .page_contact .contact_con .contact_left{
        width: 100%;
    }

    .page_contact .contact_con .contact_left h1{
        font-size: 20px;
    }

    .page_contact .contact_con .contact_left span{
        display: block;
        width: 100%;
        font-size: 15px;
    }

    .page_contact .contact_con .contact_right{
        width: 100%;
        margin-top: 10px;
    }

    .page_contact .contact_con .contact_right img{
        float: left;
        width: 100px;
        height: 100px;
    }





}


