/* 大屏幕（大桌面显示器，大于等于 1300px） */

@media screen and (min-width:1680px) {
    .banner-phone,
    .mobile,
    .mobile-case {
        display: none;
    }
}


/* 大屏幕（笔记本） */

@media only screen and (min-width: 1380px) and (max-width: 1680px) {
    .banner-phone,
    .mobile,
    .mobile-case {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    
    .banner-phone,
    .mobile,
    .mobile-case {
        display: none;
    }
    .container,
    .yewu,
    .in_header {
        width: 1170px;
    }
    .nav ul li {
        padding: 0 18px;
    }
    #page2 .index-title {
        margin-top: 80px;
    }
    #page3 .index-title {
        margin-bottom: 20px;
    }
    .aboutus .item p {
        font-size: 18px;
    }
    .aboutus .item .timer {
        font-size: 24px;
    }
    .solu-tit .img {
        width: 100px;
        height: 90px;
    }
    .news {
        margin-top: 0;
    }
    
    
    .ztzl {
        width: 100%;
    }
    .history .item .right {
        width: 76%;
    }
    .history .item .left {
        width: 23.6%;
    }
    .history .item .date {
        width: 15%;
    }
    .ryzz-titwrap .right h2 {
        margin: 20px 0;
    }
    .ywzx .three li {
        width: 33%;
    }
    .shzr .box1 .right {
        line-height: 22px;
        height: 200px;
    }
    .shzr .box1 .left {
        height: 200px;
    }
    .qywh .box1 img {
        width: 300px;
    }
    .qywh .box1 .right p {
        font-size: 16px;
        line-height: 40px;
    }
    .news-wrap {width:80%;margin-left:0;}
	.news-wrap .news-tit{width:90px;margin:0 5px;}
	#page4 .newsLeft {
	  
	  width: 50%;
	}
	#page4 .newsRight {
	 
	  width: 48%;
	}
	#page4 .newsRight .newswrap .news-titwrap li a{width: 74%;}
}


/* 中等屏幕（平板） */



/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .container, .wrap {
    padding: 0 0.2rem;
    overflow: hidden;
    width: auto;
}
    .pc {
        display: none;
    }
    .container,
    .yewu {
        padding: 0 .2rem;
        overflow: hidden;
        width: auto;
    }
    .m_img {
        display: block;
        height: 1.1rem;
        background: #fff;
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: Center;
        position: fixed;
        z-index: 99;
        top: 0;
        padding: 0 .2rem;
        -moz-box-shadow: 0px 4px 6px #d4d5d6;
        -webkit-box-shadow: 0px 4px 6px #d4d5d6;
        box-shadow: 0px 4px 6px #d4d5d6;
    }
    .m_img .headlf {
        float: left;
    }
    .m_img .headcent {
        float: left;
        margin-left: .2rem;
        color: #e61c42;
        font-size: .18rem;
        line-height: .3rem;
    }
    .m_img .headcent select {
        width: 1.2rem;
        height: .4rem;
        border: 0;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url('../images/arrow_06.jpg') 80% center no-repeat;
        background-size: .13rem;
        background-color: #e5e5e5;
        display: block;
        padding-left: .1rem;
        margin-left: .3rem;
    }
    .m_img .headlf .m_logo {
        height: .7rem;
        display: block
    }
    .m_img .headrg {
        position: absolute;
        right: .2rem;
    }
    .m_img .headrg a .m_menuimg {
        height: .45rem;
        width: .53rem;
        display: block
    }
    .m_nav {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 0px;
        overflow: hidden;
        z-index: 10000
    }
    .m_nav .closecover {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #0b0d19;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0px;
        top: 0px;
        z-index: 1
    }
    .m_nav .closeicon {
        position: absolute;
        width: 20%;
        left: 0;
        top: 5%;
        z-index: 100;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .m_nav .m_navList {
        position: absolute;
        width: 80%;
        right: 0px;
        top: 0px;
        background: #0b0d19;
        height: 100%;
        z-index: 100;
        right: -80%;
        overflow-y: scroll;
    }
    .m_nav .m_navList ul {
        padding-left: 5%;
        padding-right: 5%
    }
    .m_nav .m_navList ul li {
        border-bottom: 1px solid #232530
    }
    .m_nav .m_navList ul li a {
        display: block;
        height: 45px;
        color: #fff;
        line-height: 45px;
        padding-left: 5%;
        font-size: 16px
    }
    .m_nav .m_navList ul li .m_f_a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
    .m_nav .m_navList ul li .m_f_a a {
        flex: 1;
    }
    .m_nav .m_navList ul li .m_f_a i {
        width: 40px;
        height: 35px;
        box-sizing: border-box;
        padding: 0 5px;
        display: block;
    }
    .icon {
        background: url(../images/plus.png) 100% no-repeat;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .icon_on {
        background: url(../images/reduce.jpg) 50% no-repeat!important;
        background-position: 50% 50%;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }
    .m_nav .m_navList ul li .m_s_nav {
        display: none;
        width: 100%;
    }
    .m_nav .m_navList ul li .m_s_nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10%;
        overflow: hidden;
        white-space: nowrap;
        width: 90%;
        text-overflow: ellipsis;
    }
    .aboutus .left {
        width: 100%;
    }
    .aboutus .right {
        width: 100%;
    }
    .banner-phone {
        position: relative;
        margin-top: 2.7rem;
    }
    .banner-phone img {
        height: 4rem;
        width: 100%;
    }
    .aboutus {
        margin-top: 1.5rem;
    }
    .banner {
        height: 100%;
    }
    .banner .swiper-slide {
        height: 16.7rem;
        background-size: auto 100% !important;
    }
    .index-title {
        margin-bottom: .5rem;
    }
    .aboutus .item p {
        font-size: .28rem;
    }
    .aboutus .item .timer {
        font-size: .4rem;
    }
    .aboutus .txt {
        margin: .3rem 0;
        line-height: .6rem;
        font-size: .28rem;
    }
    .aboutus .right .video {
        height: 4rem;
    }
    .aboutus .left .more {
        margin-bottom: .3rem;
    }
    .solu-tit .img {
        width: 1.3rem;
        height: 1.1rem;
        margin: 0 auto;
    }
    .solu-tit {
        font-size: .28rem;
        text-align: center;
        margin-right: 0;
        width: 33.33%;
    }
    #page3 {
        margin-top: 0;
    }
    .solu-titwrap {
        height: 4.5rem;
        margin-top: .5rem;
    }
    .solu-titwrap .left {
        width: 100%;
        padding: .2rem .4rem;
    }
    .solu-titwrap .right {
        width: 100%;
    }
    .solu-titwrap .title {
        font-size: .3rem;
        margin-bottom: .3rem;
    }
    .solu-titwrap .detail {
        line-height: .38rem;
        font-size: .24rem;
    }
    .footlogo,
    .wxbox {
        display: none;
    }
    .footc {
        height: auto;
        flex-wrap: wrap;
    }
    .footer_conl {
        width: 100%;
    }
    .footer_conr {
    width: 100%;
}
    .foot {
        height: auto !important;
    }
    .news .news-left {
        width: 100%;
    }
    .news .right {
        width: 100%;
    }
    .news {
        margin-top: 0;
    }
    .news .main {
        height: 4rem;
    }
    .news .news-left p {
        font-size: .24rem;
    }
    .news .right .day {
        font-size: .4rem;
    }
    .news .right .month {
        font-size: .26rem;
    }
    .news .right .txt {
        width: 82%;
    }
    .news .right .title {
        font-size: .3rem;
    }
    .news .right .detail {
        font-size: .22rem;
        line-height: .4rem;
    }
    .copyright {
        line-height: .4rem;
        padding: .2rem 0;
        font-size: .22rem;
    }
    .news-wrap {
        width: 60%;
        margin-bottom: .3rem;
    }
    .news-wrap .news-tit {
        width: 1.6rem;
        height: .6rem;
        line-height: .6rem;
        font-size: .24rem;
    }
    .left-nav {
        display: none;
    }
    .right-wrap {
        width: 100%;
    }
    .nybanner {
        background-size: 150% auto !important;
        height: 2rem;
        width: 100%;
        margin-top: 1.1rem;
        margin-bottom: .4rem;
    }
    .right-wrap .biaoti {
        line-height: .6rem;
        font-size: .3rem;
    }
    .right-wrap .dszzc {
        padding: .4rem 0;
    }
    .right-wrap .dszzc p {
        font-size: .24rem;
        line-height: .4rem;
    }
    .right-wrap .qyzl p {
        line-height: .5rem;
        font-size: .26rem;
    }
    .right-wrap .qyzl h2 {
        font-size: .3rem;
        line-height: .5rem;
        font-weight: bold;
    }
    .ztzl {
        width: 100%;
    }
    .ztzl-tit {
        width: 1.4rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .24rem;
        margin: 0 .2rem;
    }
    .ztzl-item {
        padding: .4rem;
        margin-top: -.3rem;
    }
    .ztzl-item .title img {
        margin-right: .2rem;
        width: 1rem;
    }
    .ztzl-item .title span {
        line-height: .66rem;
        font-size: .3rem;
    }
    .ztzl-titwrap .txt {
        font-size: .26rem;
        line-height: .5rem;
    }
    .history .item .left {
        display: none;
    }
    .history .item .right {
        width: 100%;
        border-left: 0;
        padding-left: 0;
    }
    .history .item .txt {
        width: 75%;
        font-size: .24rem;
        line-height: .4rem;
    }
    .history .item .date {
        width: 20%;
        color: #004ea2;
        font-weight: bold;
        font-size: .32rem;
    }
    .ryzz-tit {
        font-size: .3rem;
        margin: 0 .2rem;
    }
    .ryzz-tit i {
        width: .4rem;
        height: .4rem;
    }
    .ryzz-wrap {
        margin: .4rem 0;
    }
    .ryzz-titwrap img {
        width: 100%;
    }
    .ryzz-titwrap .right {
        width: 100%;
    }
    .ryzz-titwrap .right h2 {
        margin: .35rem 0;
        font-size: .34rem;
    }
    .ryzz-titwrap .right p {
        font-size: .26rem;
        line-height: .4rem;
    }
    .ryzz-titwrap .box-list li {
        font-size: .24rem;
    }
    .ywzx .box1 .number span {
        font-size: .5rem;
        margin-right: .1rem;
    }
    .ywzx .box1 .number {
        font-size: .24rem;
        margin-bottom: .1rem;
    }
    .ywzx .box1 p {
        font-size: .24rem;
    }
    .ywzx .box1 li {
        margin-bottom: .5rem;
    }
    .ywzx .title {
        font-size: .28rem;
        margin: .3rem 0;
    }
    .ywzx .box2 li p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: .24rem;
        line-height: .5rem;
    }
    .ywzx .box2 li img {
        height: 1.4rem;
    }
    .page {
        margin: .3rem 0;
    }
    .page .previous {
        height: .36rem;
        line-height: .36rem;
        width: 1.1rem;
        border-radius: .2rem;
        margin: 0 .1rem;
    }
    .page li a {
        height: .36rem;
        line-height: .36rem;
        width: .36rem;
    }
    .ywzx .box1 img {
        height: .8rem;
    }
    .shzr .box1 .left,
    .shzr .box1 .right {
        width: 100%;
    }
    .shzr .box1 h1 {
        font-size: .34rem;
    }
    .shzr .box1 .left {
        height: 4rem;
    }
    .shzr .box1 .right {
        height: 4rem;
        font-size: .26rem;
        line-height: .46rem;
    }
    .shzr .box2 span {
        font-size: .4rem;
    }
    .shzr .box2 p {
        font-size: .26rem;
    }
    .shzr .box2 {
        padding: .5rem 0;
    }
    .shzr .box3 .item {
        text-align: center;
        font-size: .26rem;
    }
    .qywh .box1 .right {
        width: 100%;
        margin-top: .3rem;
    }
    .qywh .box1 .right p {
        font-size: .3rem;
        line-height: .5rem;
    }
    .qywh .box1 .right span {
        font-size: .3rem;
    }
   /* .qywh .box2 {
        padding: .3rem;
        font-size: .26rem;
        line-height: .5rem;
        margin-bottom: .3rem;
    }*/
    .wzlj {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
	#page4 .newsLeft, #page4 .newsRight {
	  width: 100%;
	}
	#page4 .newsRight .news-tit {
	  font-size: .24rem;
	  height: .55rem;
	  line-height: .55rem;
	}
	#page4 .newsRight .info .more {
	  font-size: .24rem;
	  line-height: .55rem;
	}
	#page4 .newsRight .newswrap .newBox .title {
	  font-size: .28rem;
	  }
	#page4 .newsRight .newswrap .newBox .detail {
	  font-size: .24rem;
	  line-height: .4rem;
	}
	#page4 .newsRight .newswrap .news-titwrap li, #page4 .newsbox .item li {
	
	  font-size: .24rem;
	  line-height: .5rem;
	
	}
	#page4 .newsbox .margin{
		display: none;
	}
	#page4 .newsbox .item {
	  width: 100%;
	  
	}
	#page4 .newsbox .item .bt {
	
	  padding-bottom: .15rem;
	
	  margin-bottom: .2rem;
	}
	#page4 .newsbox .item .bt span {
	  font-size: .26rem;
	
	  padding-left: .2rem;
	 
	}
	#page4 .newsLeft .swiper-slide{
		padding-bottom: 59%;
	}
	#page4 .newsLeft .swiper-slide img{
		top: -.4rem;
	}
	#page4 .newsLeft .swiper-slide .title {
	 
	  height: .7rem;
	  line-height: .7rem;
	 
	  font-size: .26rem;
	 
	}
	#page4 .newsLeft .swiper-pagination{
		bottom: .2rem;
	}
	.jtyw .bd .detail {
	
	  line-height: .36rem;
	  padding-left: 0;
	}
	.containernews{
	    width: 90%;
	    margin: 0 auto;
	}
	#page4 .newsLeft{
	    margin-top: 1.1rem;
	}
	#roll{
	    width: 4rem !important;
	}
	#page4 .newsRight .newswrap .news-titwrap li a{
	    width: 73%;
	}
	#page4 .zhuanti  .bt {
	
	  padding-bottom: .15rem;
	
	  margin-bottom: .2rem;
	}
	#page4 .zhuanti  .bt span {
	  font-size: .26rem;
	
	  padding-left: .2rem;
	 
	}
	.zt-list li {
    width: 46.5%;
	}
	.zt-list .txt .title{
	    font-size:.26rem;
	}
	.wei{display:none;}
	.dj_atc{width:100%}
}