/* 大屏幕（大桌面显示器，大于等于 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;
    }
	.aboutus .index-title{
		margin-top: 10%;margin-bottom: 30px;
	}
	.solu-tit .img {
	    width: 90px;
	    height: 80px;
	}
	.banner .swiper-slide{
		height: 680px;
	}
	.solu-titwrap {
	    height: 300px;
	}
	.aboutus .right .video {
	    height: 280px;
	}
	.solu-tit{
		margin-right: 10%;
	}
	.yewu .index-title{
		margin-bottom: 10px;
	}
	.solution-wrap{
		margin-bottom: 20px;
	}
	.solu-titwrap{
		margin-top: 20px;
	}
	.solu-titwrap .left{
		padding: 20px;
	}
	.news .right .day{
		font-size: 30px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1380px) {
    .banner-phone,
    .mobile,
    .mobile-case {
        display: none;
    }
    .container,
    .yewu,
    .in_header {
        width: 940px;
    }
	#header .in_header {
        width: 1200px;
    }
    .nav ul li {
        padding: 0 13px;
    }
    #page2 .index-title {
        margin-top: 12%;
		margin-bottom: 30px;
    }
    #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;
    }
	.nav{left:492px;}
    .foot {
        display: none;
    }
    .right-wrap {
        width: 700px;
    }
    .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;
    }
	.ywzx .box1 .number span{font-size: 38px;}
	.aboutus .index-title{
		margin-top: 10%;
	}
	.solu-tit .img {
	    width: 90px;
	    height: 80px;
	}
	.banner .swiper-slide{
		height: 520px;
	}
	.solu-titwrap {
	    height: 300px;
	}
	.aboutus .right .video {
	    height: 280px;
	}
	.zxly .bd .text, .zxly .bd .textarea{
		width: 72%;
	}
	.zxly .bd .button{
		margin: 20px auto 20px 40%;
		float: left;
	}
	.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: 768px) and (max-width: 1024px) {
    .container,
    .in_header,
    .yewu {
        width: 90%;
    }
    .mobile {
        display: none;
    }
    .in_header .top {
        display: none;
    }
    .logo {
      
        margin-top: 10px;
    }
    .nav {
        width: 100%;left:200px;
    }
    .in_header .center {
        height: 80px;
    }
    .nav ul li {
        padding: 0 10px;
    }
    .aboutus .left {
        width: 100%;
    }
    .aboutus .right {
        width: 100%;
    }
    .foot {
        display: none;
    }
    .news .news-left {
        width: 100%;
    }
    .news .right {
        width: 100%;
    }
    .news {
        margin-top: 80px;
    }
    .news-wrap .news-tit {
        width: 85px;
		margin:0 5px;
    }
    .news-wrap {
        margin-left: 0%;
		width:80%;
    }
    .left-nav {
        width: 25%;
    }
    .right-wrap {
        width: 70%;
    }
    .ztzl {
        width: 100%;
    }
    .ztzl-tit {
        width: 100px;
        margin: 0 10px;
    }
    .history .item .left {
        display: none;
    }
    .history .item .right {
        width: 100%;
    }
    .ryzz-titwrap img {
        width: 100%;
    }
    .ryzz-titwrap .right {
        width: 100%;
    }
    .ywzx .three li {
        width: 33%;
    }
    .shzr .box1 .left,
    .shzr .box1 .right {
        width: 100%;
    }
    .qywh .box1 .right {
        width: 100%;
    }
	.ywzx .box1 .number span{font-size: 30px;}
	.ywzx .four li {
	    width: 24%;
	}
	.zxly .bd .text, .zxly .bd .textarea{
		width: 78%;
	}
	.zxly .bd .button{
		margin: 20px auto 20px 30%;
		float: left;
	}
}


/* 小屏幕（手机） */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .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%;
    }
   
    .banner {
        height: 100%;
    }
    .banner .swiper-slide {
        height: 16.7rem;
        background-size: auto 100% !important;
    }
    .index-title {
        margin-bottom: .3rem;
		font-size: .4rem;
		margin-top: .6rem;
    }
	.aboutus .number {
	    padding-bottom: .3rem;
		}
    .aboutus .item p {
        font-size: .28rem;
    }
    .aboutus .item .timer {
        font-size: .4rem;
    }
    .aboutus .txt {
        margin: .3rem 0 0 0;
        line-height: .5rem;
        font-size: .24rem;
    }
    .aboutus .right .video {
        height: 3.5rem;
    }
	
    .aboutus .left .more {
        margin-bottom: .3rem;
		font-size: .26rem;
    }
    .solu-tit .img {
        width: 1rem;
        height: .8rem;
        margin: 0 auto;
    }
	.solu-titwrap .right img {
	    width: 100%;
	    height: 3.5rem;
	}
	#page3{
		margin: auto;
	}
	.solution-wrap {
	    margin-bottom: .3rem;
	}
	.solu-titwrap .more {
	    font-size: .24rem;
	}
    .solu-tit {
        font-size: .28rem;
        text-align: center;
        margin-right: 0;
        width: 33.33%;
    }
   
    .solu-titwrap {
        height: 4rem;
        margin-top: .3rem;
    }
    .solu-titwrap .left {
        width: 100%;
        padding: .2rem .4rem;
    }
    .solu-titwrap .right {
        width: 100%;
		height: auto;
    }
    .solu-titwrap .title {
        font-size: .3rem;
        margin-bottom: .3rem;
    }
    .solu-titwrap .detail {
        line-height: .38rem;
        font-size: .24rem;
    }
    .foot {
        display: none;
    }
    .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: .28rem;
    }
    .news .right .detail {
        font-size: .22rem;
        line-height: .4rem;
    }
    .copyright {
        line-height: .4rem;
        padding: .2rem 0;
        font-size: .22rem;
    }
	.news .more {
	    font-size: .28rem;
	    line-height: .4rem;
	}
    .news-wrap {
        width: 100%;
        margin-bottom: .3rem;
		/*margin-left: 14%;*/
    }
    .news-wrap .news-tit {
        width: 1.4rem;
        height: .6rem;
		margin-bottom:.2rem;
        line-height: .6rem;
        font-size: .24rem;
    }
	.news .right .date {
	    width: 15%;
	}
	.news .right .item{
		padding: .2rem 0;
	}
    .left-nav {
        display: none;
    }
    .right-wrap {
        width: 100%;
    }
    .nybanner {
        background-size: 200% 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: .4rem;
        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 !important;
    }
    .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 !important;
    }
    .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;
    }
	.jtyw .bd dl dt a {
	    font-size: .24rem;
	  overflow: hidden;
	  text-overflow:ellipsis; white-space: nowrap;
	    padding-left: 0;
	    width: 80%;
	    display: block;
	    float: left;
	}
	.jtyw .bd dl dt {
	    line-height: .6rem;
	    height: .6rem;
	}
	.jtyw .bd dl{
		padding: .2rem 0;
	}
	.jtyw .bd dl dt span {
	    font-size: .24rem;
	    display: block;
	    width: 18%;
	}
	.page a{
		font-size: .24rem;
		line-height: .4rem; 
		margin-bottom: .2rem;
	}
	.gsxw h1 {	   
	    line-height: .6rem;
	    font-size: .3rem;
	    padding: 0;   
	    margin-top: .3rem;
	}
	.bd p{
		font-size: .24rem;
		line-height: .4rem;
	}
	.right-wrap img{
		height: auto !important;
	}
	.gsxw .pagenumber a{
		width: 100%;
	}
	.zxly .bd .text, .zxly .bd .textarea{
		width: 100%;
	}
	.zxly .bd .button{
		margin: .2rem auto .2rem 40%;
		float: left;
	}
	#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;
	}
}