@media screen and  (max-width: 1920px) {
	  .n_header .header01 .nav>ul li {
		position:relative;
    }
    .home-title {
        margin: 50px 0 35px;
    }
    .home-news {
        margin-bottom: 50px;
    }
    .foot-up {
        padding: 50px 0;
    }
}


@media screen and  (max-width: 1680px) {

}


@media screen and (max-width: 1440px) {
    .n_header .header01 .nav>ul li {
		position:relative;
    }
    .home-title {
        margin: 50px 0 35px;
    }
    .home-news {
        margin-bottom: 50px;
    }
    .foot-up {
        padding: 50px 0;
    }
}


@media screen and (max-width: 1366px) {

    .Inews-swiper ul li ul li + li {
        margin: 17px 0;
    }
    .Fnav {
        width: 13%;
    }
    .Fsplit {
        margin: 0 2% 0;
    }
    .Fsplit.Fs2 {
        margin: 0 3% 0 0;
    }
    .intro-up i {
        right: 99px;
    }
}


@media screen and (max-width: 1280px) {
    .n_header .header01 .nav {
        margin: 22px 1% 16px;
    }
}

@media screen and (max-width: 1199px) {

}

@media only screen and (max-width: 1024px){
	.about_us_list {

    width: 96%;
    margin: 0 auto;
}
.about_us_left .jianjie h3 {

    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px;margin:0;

}
.about_us_left .jianjie p{ display:none}
.about_us_right1 .jianjie h3 {
font-size: 16px;    font-weight: bold;
    padding-bottom: 0px;margin:0; text-align:center}
.product_list dl .pr_content dd{ display:none}
.pr_content dt { font-size:15px;}
.about_us_right1 .jianjie p{ display:none}
.about_us_right2 .jianjie {

    position: absolute;
    z-index: 9999;
    top: 0;
    padding: 1%;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
	width:100%;height:100%;
	left: 0;
	border-radius:0px
}
.about_us_right2 .jianjie h3 {

    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
	margin:0;
	padding: 30px 25px;

}
.us_line{ display:none}
.about_us_right2 .jianjie p{ display:none}
	.top{ display:none}
	.n_header { top:0px}
	.fadeInRight {

    width: 100%;
    float: none;

}
.left{
   width: 96%;
    margin: 0 auto;
}
.left1 {

    width: 96%;
    margin: 0 auto;

}
.right1 {
    width: 96%;
    margin: 0 auto;

}
.fadeInLeft {

    float:none;
    width: 100%;
	margin:0;

}
	.news_left {
    width: 100%;
    margin-right:0;
    float: none;
}
.footer{ display:none}
.news_right {
    width: 100%;
    margin-right:0;
    float: none;
}
.body_box {
    margin-top:0px;
}
    .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 .header01 .nav {
        margin: 22px 0.9% 16px;
    }
    .n_header.scroll_h{height: 70px;}
    .header03{display: block;}
    .header03{/*position: static;*/height: 70px;background-color: #fff;}
    .header03 .logo{float: left;margin:0px;}
    .header03 .logo a{display: block;}
    /*.header03 .logo a img{width: 129px;height: 40px;}*/
    /*导航按钮*/
    .header03 .nav_btn{display:block;float: right;margin: 30px 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 li a{
        color: #000;
        display:block;
        width: 100%;
        text-align: center;
    }
    .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: #dcdcdc;
    }

    .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;*/
    }

    .wel-case .slides li:hover .con {
        bottom: 0
    }
    .wel-case .slides li:hover .font-bg {
        opacity: .3;
        filter: alpha(opacity=30)
    }

    .nav_language {
        display: none;
    }
    body {
        padding-top: 70px;
    }

    .wel-case-list .flex-direction-nav .flex-prev {
        left: 0;
    }
    .wel-case-list .flex-direction-nav .flex-next {
        right: 0;
    }
    .Inews-swiper ul li ul li + li {
        margin: 2px 0;
    }
    .intro-up i {
        right: 70px;
    }
    .foot-up {
        /*display: none;*/
    }
    .Fsplit {
        margin: 0 1%;
    }
    .Fsplit.Fs2 {
        margin: 0 1% 0 0;
    }
    .Fnav dt .type a {
        font-size: 14px;
    }
    .Fnav {
        width: auto;
        margin-right: 3%;
    }
    .foot-up {
        padding: 35px 0;
    }

}

@media screen and (max-width: 959px) {
    .home-about dl dd:nth-child(2):before {
        border-right: none;
    }
    .intro-up i {
        right: 120px;
    }
    .Inews-1st {
        width: 60%;
        float: none;
        margin: 0 auto;
    }
    .Inews-swiper {
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .foot-up {
        display: none;
    }

}

@media screen and (max-width: 799px) {
	.copyright_center{ margin-bottom:65px}
	.copyright {
    line-height: 28px;}
	.about_bottom li{width:50%; margin-bottom:1%}
	.product_list dl {
    width: 49.9%;
    float: left;
    height: 100%;
    overflow: hidden;
    margin-right: 0.1%;
    position: relative;
	margin-bottom:0.1%
}
.productul.pr_item li {
    width: 48%;
    float: left;
    padding: 1px;
    box-shadow: 0 0 10px #c5c7cc;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}
.productul li {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    border: 1px solid #ddd;
    float: left;
    height: auto;
    background: #f0f0f0;
}
.topmenu li {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    line-height: 40px;
}
.topmenu li a{ font-size:14px;}
.foot_mp{ display:block}
    .carouselText1 {
        font-size: 18px;
    }
    .carouselText2 {
        font-size: 16px;
    }
    .carousel-more {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .home-title {
        font-size: 24px;
    }
    .home-title {
        margin: 30px 0;
    }
    .home-about dl dd:before {
        border-right: none;
    }
    .home-news-nav li {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }
    .foot-down P span {
        display: block;
    }
    .foot-down P {
        line-height: 24px;
    }
    .Inews-1st {
        width: 100%;
    }
    .home-news-nav {
        margin-bottom: 30px;
    }
    .home-news {
        margin-bottom: 30px;
    }
	.abtn{ display:none}
	.section1{ margin-bottom:2%}
	.section2 .bg img {
    width: 100% !important;
    height: 100%;
}
.section2 .txt {
    top: 0%;
}
.section3 .txtup{top: 20%;}
.section4 .txtup{top: 20%;}
.section5 .txtup{top: 20%;}
.section4 .case_item {
width: 60%;}

.news_list ul li dl dt {

    font-size: 20px;}
.news_list ul li dl dd {font-size: 14px;}
.section2 {
    padding-bottom: 2%;
	margin-bottom:0;
}
.section3 {
    padding-bottom: 2%;
	margin-bottom:0;
}
.section4 {
    padding-bottom: 2%;
	margin-bottom:0;
}
.section3 .pr_left ul li span {
    line-height: 30px;
    font-size: 12px;
}
.section3 .pr_item {
    margin-top: 0%;
}
.section3 .pr_left ul li img {

    margin: 0 auto;
    width: 40px;
    height: 40px;

}

.section4 .case_main ul li a{ font-size:14px; line-height:30px; padding:0 10px}


.section2 .bg {
    height:100%;
}
.section2 .content {
    height:100%;
}
.section3 .bg {
    height:100%;
}
.section3 .content {
    height:100%;
}
.section3 .content{ overflow: visible}
.section3 .content {
    height:100%;}

.section3 .prup {
    position: relative;

}

.pr_main{position: relative; padding-bottom:5%;}
.section4 .bg {
    height:100%;
	min-height:200px;
}
.section4 .content {
    height:100%;
}
.section4 .caseup {
    position: relative;

}
.case_main{position: relative;}
.section5 .bg {
    height:100%;
	min-height: 200px;
}
.section5 .content {
    height:100%;
}
.section5 .caseup {
    position: relative;

}
.right_nav{ display:none}

.banner_nei_center .txt p{
	line-height: 180%;
    font-size: 1.6em;}
.banner_nei_center .txt h1{
    font-size: 2.0em;
	line-height:40px;
}

}

@media  (max-width: 639px) {
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img{height:auto}
.slide-text h1 {

    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;

}
.mianbao {
    width: 96%;
    text-align: left;}
#content p {
    width: 96%;}
.pr_new {
    width:96%;}
.productul.pr_item {
    width: 96%;}
.productul.pr_item li a span {
    line-height: 30px;
    font-size: 14px;
}
.item_name {
    width: 96%;font-size: 24px;}
.copyright_center{
     width: 96%;
}
.copyright p a { color:#fff}
.mianbao a {
    line-height: 22px;
}
.mianbao {
    line-height: 22px;
	padding-top:10px;
	border-bottom: 1px solid #dadada; padding-bottom:5px
}
.section2 .bg img{height:auto; position:relative}
.section2 .bg{height:auto; overflow:auto; display:none}
.section2 .content {background:#e8e8e8 url(../images/new_bg.jpg) repeat}
.section2 .txt{position:relative; bottom:0;padding: 1% 5%;}
.section2 .txt h1{font-size: 30px;
line-height: 40px;
margin-bottom: 10px;
text-shadow:none;}
.section2 .txt p{font-size: 18px;
line-height: 20px;
margin-bottom: 20px;
text-shadow:none;}
.news_list ul li{width:100%}
.section2 .txt{width:100%}
.news_list ul li{ margin-bottom:2%}
.news_list ul li .title_new {
    font-size: 18px;
    line-height: 26px;
    text-shadow:none;
}
.news_list ul li dl dt {
    margin:0;}
.news_list ul li dl dt{ font-weight:normal;font-size: 16px;}
.section3 .bg img{height:auto; position:relative}
.section3 .bg{height:auto; overflow:auto;position:relative}
.section3 .content {background:#e8e8e8}
.section3 .txt{position:relative; bottom:0;padding: 1% 5%; top:0}
.section3 .txt h1{font-size: 30px;
line-height: 40px;
margin-bottom: 10px;
color:#181818;text-shadow:none;}
.section3 .txt p{font-size: 18px;
line-height: 20px;
margin-bottom: 20px;
color:#181818;
text-shadow:none; margin-bottom: 10px}
.section3 .pr_item{ position:relative; background:#81b726; bottom:0; padding:2% 0  }
.section3 .txt{width:100%;}
.pr_more{ margin-top:15px; margin-bottom:10px}
.section4 .bg img{height:auto; position:relative}
.section4 .bg{height:auto; overflow:auto;position:relative}
.section4 .content {background:#e8e8e8}
.section4 .txt{position:relative; bottom:0;padding: 1% 5%; top:0}
.section4 .txt h1{font-size: 30px;
line-height: 40px;
margin-bottom: 10px;
color:#181818;text-shadow:none;}
.section4 .txt p{font-size: 18px;
line-height: 20px;
margin-bottom: 20px;
color:#181818;
text-shadow:none;}
.section4 .pr_item{ position:relative; background:#81b726; bottom:0; padding:2% 0  }
.section4 .txt{width:100%;}
.section4 .case_item {
    position: relative;
    bottom: 0;
    width: 100%;
}
.case_more{ margin-top:15px; margin-bottom:10px}
.section4 .case_main ul li {
    width: 32%;}
.section5 .bg img{height:auto; position:relative}
.section5 .bg{height:auto; overflow:auto;position:relative}
.section5 .content {background:#e8e8e8}
.section5 .txt{position:relative; bottom:0;padding: 1% 5%; top:0}
.section5 .txt h1{font-size: 30px;
line-height: 40px;
margin-bottom: 10px;
color:#181818;text-shadow:none;}
.section5 .txt p{font-size: 18px;
line-height: 20px;
margin-bottom: 20px;
color:#181818;
text-shadow:none;}
	}
@media screen and  (max-width: 479px) {
    .header03 .logo {
        width: 65%;
    }
	.n_header {

    height: 70px;

}
}
@media screen and  (max-width: 639px) {
.header03 .nav_btn {
  
    margin: 20px 20px 0 0;}
.header03 .logo {
    width: 55%;
}
.header03 .logo img{padding-top: 15px;padding-left: 15px;}
.news_list ul li dl dd {
    line-height: 23px;}
.news_list ul li dl dt {
    font-weight: normal;
    font-size: 14px;
}
.news_list ul li .title_new {
    font-size: 16px;
    line-height: 24px;
    text-shadow: none;
}
.news_list ul li dl dt{line-height:23px;}
.news_list ul li {
    height: 82px;
    overflow: hidden;
}
.section3 .pr_main ul li{width: 25%;
height: 80px;

overflow: hidden;}
.right1.news_lists {
    width: 96%;}
}
.news_list ul li dl dd  a{color: #adadad;}
.news_list ul li dl dd {
    font-size: 14px;
}

.n_header .header01 .nav > ul li a{width:auto;display:block}
.right1.news_lists{
    width: 86%;
margin:0 auto;
}
.mianbao{line-height:40px;}
.item_name{padding-top:1%}
#dituContent{min-height:300px}
#dituContent  img {
    max-width: none;
}
.mianbao{margin:0 auto}
@media screen and  (max-width: 639px) {
.header03 .nav_btn {
  
    margin: 20px 20px 0 0;}
.header03 .logo {
    width: 55%;
}
.header03 .logo img{padding-top: 15px;padding-left: 15px;}
.news_lists dt h3 a {
    color: #080808;
    font-size: 16px;
}
.desc{    font-size: 14px;}
}
img.PicAuto{width:100%}
@media screen and  (max-width: 1920px) {
	  .n_header .header01 .nav>ul li {
		position:relative;
    }
    .home-title {
        margin: 50px 0 35px;
    }
    .home-news {
        margin-bottom: 50px;
    }
    .foot-up {
        padding: 50px 0;
    }
}
.pr_contentlist {
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 88%;
}
@media screen and  (min-width: 1025px) {
body{width:100%;overflow: hidden;}
.n_header {
    position:absolute;
width:100%
}
}
.show_pr .picbox img {
    width: 100%;
    height: auto;
}
.news_lists dl .thumb img {
    width: 100%;
    height: auto;
max-height: 180px;
}
