

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 1199px) {

 	.main{
 		width: 96%;
 		margin: 0 auto;
 		position: relative;
 	}
 	.top{
 		display: none;
 	}
 	.head .main{
 		height: 1.3rem;
 	}
 	.head {
 		height: auto;
 	}
 	.head .name{
 		width:6rem;
 	}
 	.head .btn{
 		width: .5rem;
 		display: block;
 	}
 	.head .tel{
 		display: none;
 	}
	.banner{
		display: none;
	}
	.mbanner{
		display: block;
	}
	.mbanner .swiper-pagination-bullet{
		width: .2rem;
		height: .2rem;
	}
	.mbanner .swiper-pagination{
		bottom: 0 !important;
	}
 	.content .bd{
 		width: 96%;
 		margin: 0 auto;
 	}
 	.nav{
 		width: 100%;
 		height: 100%;
 		overflow: hidden;
 		position: fixed;
 		left: 0;
 		top: 1.3rem;
 		overflow-y: auto;
 		opacity: 0;
 		visibility: hidden;
 		background: rgba(0,0,0,.5);
 		z-index: 10001;

 	}
 	.nav ul{
 		top: 0;
 		width: 70%;
 		float: right;
 		right: -100%;
 		position: relative;
 		height:  100%;
 		overflow-y:auto;
 		background: #333333;
 	 
 	}
 	.nav .on{
  		padding-bottom: 1.5rem;
 	}
 
  	.nav ul li{
  		width: 100%;
  		padding: 0 .15rem;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: .02rem  solid #eee;
  		line-height: .8rem;
  		border-top: .02rem solid #444;
  		position: relative;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li a{
  		color: #fff;
  		font-size: .3rem;
  		display: block;
  	}
  	.nav ul ul{
  		width: 96%;
  		padding-bottom: 0;
  		display: none;
  		right: initial;
  	}
  	.nav ul .sonOpen{
  		display: block;
  	}
  	.nav ul li i{
  		display: block;
  		position: absolute;
  		right: 0;
  		width: .8rem;
  		height: .8rem;

  		top: 0;
  	}
  	.nav ul li i:after{
  		content: "";
  		width: .3rem;
  		height: .3rem;
  		transition: .3s;
  		display: block;
  		background: url(../images/icon01.png) no-repeat center;
  		background-size: auto 100%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		margin-left: -.15rem;
  		margin-top: -.15rem;
  	}
  	.nav ul li .touch:after{
  		transform: rotate(90deg);
  	}
  	.nav ul li ul li{
  		line-height: .7rem;
  		border: none;
  		height: .7rem;
  		border-top: .02rem solid #444;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li ul li:first-child{
  		border-top: 0;
  	}
  	.nav ul li ul li:last-child{
  		border-bottom: none;
  	}
  	.nav ul ul li a{
  		font-size: .26rem;
  	}
 	.wrapper{
 		margin-top: 80px;
 	}
 	.in-banner{
 		margin-top: 80px;
 	}
 	.tel{
 		display: none;
 	}



  
	.keywords{
		width: 100%;
		height: auto;
		display: none;
		overflow: hidden;
		padding-top: 8px;
		padding-bottom: 8px;
		line-height: 24px;
	}
	.keywords .main{
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.keywords h4{
		width: 92px;
		font-size: 14px;
	}
	.keywords ul{
		width: 78%;
		margin-top: 2px;
	}
	.keywords ul li{
		line-height: 20px;
		font-size: 12px;
	}
	.keywords ul li:after{
		height: 12px;
		margin-top: -6px;
	}
	.title h4{
		font-size: .46rem;
	}
	.title span{
		font-size: .28rem;
		margin-top: .1rem;
	}
	.title p{
		font-size: .24rem;
		margin-top: .1rem;
	}
 	.product{
 		margin-top: 30px;
 	}
 	.list{
 		margin-top: .4rem;
 		height: auto;
 		overflow: hidden;
 	}
 	.list ul li{
 		width: 2.28rem;
 		border: .02rem solid #D2D2D2;
 		box-sizing: border-box;
 		height: .7rem;
 		line-height: .7rem;
 		margin: 0;
 		margin-left: .15rem;
 		margin-bottom: .15rem;
 		border-radius: 5px;
 		padding: 0  .04rem;
 		box-sizing: border-box;
 	}
 	.list ul li:nth-child(3n-2){
 		margin-left: 0;
 	}
 	.list ul li a{
 		font-size: .26rem;
 	}
 	.product .more{
 		display: block;
 		width: 2.6rem;
 		height: .7rem;
 		background: #0b70b8;
 		border-radius: 5px;
 		text-align: center;
 		line-height:.7rem;
 		color:#fff;
 		margin: 0 auto;
 		margin-top: .3rem;
 		font-size: .26rem;
 	}

 	.product .pic{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 	}
 	.product .pic ul{
 		margin: 0;
 	}
 	.product .pic ul li{
 		float: left;
 		width: 49%;
 		height: auto;
 		overflow: hidden;
 		margin: 0;
 		margin-bottom: .15rem;
 	}
 	.product .pic ul li div {
 		width: 100%;
 	}
 	.product .pic ul li img{
 		display: block;
 	}
 	.product .pic ul li:nth-child(2n){
 		float: right;
 		margin-left: 0;
 	}
 	.product .pic ul li p{
 		font-size:.28rem;
 		height: .7rem;
 		line-height: .7rem;
 		margin-top:.01rem;
 	}
 	.product .pic ul li:nth-child(n+7){
 		display: none;
 	}
	.about{
		height: auto;
		overflow: hidden;
		padding: 25px 0;
		margin-top: 30px;
	}
	.about .bd{
		width: 96%;
		margin: 0 auto;
	}
	.about .pic{
		width: 100%;
	}

	.about .pic img{
		 
		width: 100%;
	}
	
	.about .right{
		margin: 0;
		margin-bottom:70px;
	}
	.about .right .intro .tit h4{
		font-size: .42rem;
		float: initial;
	}
	.about .right .intro .tit p{
		margin: 0;
		font-size: .32rem;
		margin-top: .0;
	}
	.about .right .intro{
		margin-top: .3rem;
	}
	.about .pic{
		width: 100%;
		height: auto;
		margin-top: 0;
	}
	.about .pic img{
		width: 100%;
		height: auto;
		position:static;
		top: 0;
		left: 0;
		transform:inherit;

	}
	.about .right{
		width: 100%;
		margin: 0;
		height: auto;
	}
	.about .right .intro{
		width: 94%;
	}
	.about .right .intro .info{
		margin-top: 10px;
		height: auto;
		overflow: hidden;
		display: block;
		text-align: justify;
	}
	.about .right .intro .info p{
		font-size: .3rem;
		line-height: .46rem;
	}
	.about .right .data{
		border-top: .02rem solid #d2d2d2;
	}
	.about .right .data ul li p{
		font-size: .52rem;
	}
	.about .right .data ul li span{
		font-size: .28rem;
	}
	.about .right .data ul{
		padding-top: 20px;
		padding-bottom: 25px;
		height: auto;
		overflow: hidden;
	}
 
	.about .right .data{
		height: auto;
		overflow: hidden;
		margin-bottom: 0;
		margin-top: 30px;
	}
	.about .right .data ul li{
		float: left;
		width: 49%;
		height: 80px;
	}
	.about .right .data ul li:after{
		height: 1rem;
		width: .02rem;
		margin-top: -.5rem;
	}
	.about .right .data ul li:nth-child(2n){
		float: right;
	}
	.about .right .data ul li:nth-child(2n):after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.cases {
	  	height:auto;
	  	margin-top:.6rem;
	}

	 
	 
	 .cases .show{
	 	width: 100%;
	 	height: auto;
	 	overflow: hidden;
	 	margin-top: .2rem;
	 }
	 .cases .show .box{
	 	width: 600%;
	 }
	 .cases .pic {
	 	width: 50%;
	 }
	 .cases .pic ul li{
	 	float: left;
	 	width:16%;
	 	margin-left: .6%;
	 }
	 .cases .pic ul li div{
	 	width: 100%;
	 }
	.cases .pic ul li img{
	  	display:block;
	  	width: 100%;
	  }
	.cases .more{
		width: 2.6rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
		margin-top: .6rem;
	}
	.adv{
		margin-top: 30px;
		height: 1100px;
		overflow: hidden;
	}
	.adv .bd{
		height: 1060px;
	}
	.adv .adv-tit{
		margin-top: 20px;
	}
	.adv .adv-tit h4{
		font-size: .46rem;
	}
	.adv .adv-tit span{
		font-size: .3rem;
	}
	.adv .adv-tit p{
		font-size:.26rem;
	}
	.adv  ul{
		width: 6.2rem;
		margin: 0 auto;
		margin-top: 20px;
	}
	.adv ul li{
		width: 100%;
		background-size:  auto 100%;
	}
	.adv ul li:nth-child(1){
		background:#0b70b8 url(../images/adv01.png) no-repeat 25px  30px;
		background-size:  auto 120px;
	}

	.adv ul li:nth-child(2){
		background:#0b70b8 url(../images/adv02.png) no-repeat  150px 30px;
		background-size:  auto 120px;
	}

	.adv ul li:nth-child(3){
		background:#0b70b8 url(../images/adv03.png) no-repeat  25px  30px;
		background-size:  auto 120px;
	}
	.adv ul li:nth-child(4){
		background:#0b70b8 url(../images/adv02.png) no-repeat  150px 30px;
		background-size:  auto 120px;
	}
	 
	.adv ul li .intro {
		width: 80%;
	 	margin-top: 0;
	 	top: 50%;
	 	position: relative;
	 	transform: translateY(-50%);

	}
	.adv ul li .intro .tit p{
		font-size:.32rem;
	}
	.adv ul li .intro{
		width: 85%;
	}
	.adv ul li .intro .info{
		margin-top: .2rem;
		font-size: .24rem;
		line-height: .4rem;
	}
	.adv ul li .intro .info p{
		font-size: .28rem;
		line-height: .42rem;

	}
	.adv .tel{
		width:275px;
		display: block;
		margin-top: 10px;
	}
	.adv .tel .t{
		height: 53px;
		width: 110px;
	}
	.adv .tel .t img{
		height: 40px;
		margin-top: 6px;
		margin-left: 6px;
	}
	.adv .tel .info{
		width: 165px;
		height: 53px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.adv .tel .t p {
		font-size:.32rem;
		line-height: .41rem;
		margin-top: .05rem;
	}
	.adv .tel .info b {
		font-size: .32rem;
		width: 2.5rem;
		margin-left: .02rem;
		margin-top: 0;
	}
	.news{
		margin-top: 30px;
	}
	.news .left{
		display: none;
	}
	.news ul{
		width: 100%;
		margin-top: .3rem;
	}
	.news ul li{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 3% 2%;
		margin-bottom: .2rem;
	}
	.news ul li a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.news ul li .time{
 		width: 78px;
 		height: 70px;
	}
	.news ul li .time b{
		margin-top: .15rem;
		display: block;
		font-size: .46rem;
	}
	.news ul li .time p{
		font-size: .26rem;
	}
	.news ul li .info{
		width: 6rem;
		margin-left:.3rem;
		margin-top: 0;
	}
	.news ul li .info h4{
		font-size: .3rem;
	}
	.news ul li .info p{
		font-size: .27rem;
		line-height: .42rem;
		margin-top: .1rem;
	}

	.news .more{
		width: 2.5rem;
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
		margin-top: .3rem;
	}
 	
 	.hz{
 		padding: .6rem 0;
 		margin-top: .6rem;
 	}
 	.hz .show{
 		margin-top: .4rem;
 	}
 	.hz .pic{
 		width: 50%;
 	}
 	.hz .show .box{
 		width: 500%;
 	}
 	.hz .pic ul li{
 		width: 16%;
 		border: .02rem solid #DFDFDF;
 		box-sizing: border-box;
 		margin-left: .6%;
 	}
 	.hz .pic ul li img{
 		display: block;
 		width: 100%;
 		height: auto;
 	}
	.links{
		display: none;
	}
	.gotop{
		background: #0b70b8;
		display: flex;
		justify-content:center;
		padding:.2rem 0;
		align-items: center;
		color:#fff;
		font-size: .28rem;

	}
	.gotop img{
		height: .24rem;
		margin-right: .1rem;
	}
	.footer{
		padding: 20px 0;
		padding-bottom: 1.8rem;
	}
	.footer .menu{
		display: none;
	}
	.footer .intro {
		margin: 0;
		width:7rem;
		margin: 0  auto;
	}
	.footer .intro p{
		width: 100%;
		font-size: .26rem;
		line-height: .42rem;
	}
	.footer  .ewm img{
		display: block;
		width: 110px;
		height: 110px;
	}

	.page{
		margin:  30px auto;
	}
	.page ul li{
		font-size: .24rem;
		height: auto;
		padding: 0 .18rem;
		line-height: .5rem;
		border: .02rem solid #ccc;
	}
	.page ul .thisclass{
		border: .02rem solid #0b70b8;
	}
	.fn{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 10000;
	}
	.fn ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.fn ul li{
		float: left;
		width: 24.5%;
		height: 80px;
		background: #006cd8;
		position: relative;
	}
	 
	.fn ul li img{
		display: block;
		margin: 0 auto;
		height: .6rem;
		margin-top: 15px;
	}
	.fn ul li p{
		text-align: center;
		color:#fff;
		font-size: .28rem;
		margin-top: .1rem;
		margin-bottom: .1rem;
	}
	.fn ul li:last-child:after{
		display: none;
	}
	.float{
		display: none;
	}
	.content{
		margin-bottom: .3rem;
	}
	.content .title-column{
		margin-top: 0px;
		display: flex;
 		justify-content: space-between;
 		align-items: flex-start;
 		flex-wrap: wrap;
 		border-bottom: .02rem solid #c9c9c9;
 		padding-bottom: .1rem;
 		flex-direction: column-reverse;
	}

	.content .title-column .tit{
		width: 100%;
		margin-top: .3rem;
	}
	.content .title-column .crumbs{
		float: initial;
		width: 100%;
		margin-top: .2rem;
	}
	.content .title-column .crumbs a:after{
		right: -3px;
	}
	.content .title-column .crumbs a:last-child:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.content .title-column h4{
		font-size: .4rem;
		line-height: .6rem;
		padding-left: .3rem;
		line-height: .6rem;
		margin-top: 0;
	}
	.content .title-column h4:after{
		width: .1rem;
		height: .5rem;
		top: 50%;
		margin-top: -.25rem;
	}
	.content .title-column span{
		font-size: 12px;
		margin-top: 2px;
	}
 
	.content .title-column .crumbs div{
		overflow: hidden;
		font-size: .22rem;
		white-space: nowrap;
    	text-overflow: ellipsis;
    	overflow: hidden;
		color: #999999;
	}
	.content .title-column .crumbs p{
		font-size: .24rem;
	}
	.content .title-column .crumbs a{
		display: initial;
		float: initial;
		font-size: .24rem;
	}

	.news-list .title{
		margin-bottom: 20px;
	}
	.news-list{
		width:100%;
		margin: 0;
		padding: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.news-list ul li{
		padding: 3% 2%;
		width: 100%;
		box-sizing: border-box;
		height: auto;
		margin-bottom:8px;
	}
	.news-list ul li a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.news-list ul li .time{
 		width:1.4rem;
 		height:1.4rem;
	}
	.news-list ul li .time b{
		margin-top: .15rem;
		font-size: .46rem;
	}
	.news-list ul li .time p{
		font-size: .26rem;
	}
	.news-list ul li .info{
		width: 72%;
		margin-left: 15px;
		margin-top: 0;
	}
	.news-list ul li .info h4{
		font-size:.3rem;
	}
	.news-list ul li .info p{
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .1rem;
	}
	.cases-list ul{
		margin: 0;
	}
	.cases-list ul li{
		width: 49%;
		margin: 0;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.cases-list ul li:nth-child(2n){
		float: right;
	}
	.cases-list ul li  img{
		display: block;
		width: 100%;
		height: auto;
	}

	.cases-list ul li p{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.item-list {
		margin-top: 20px;
	}
    .item-list .list ul{
    	margin-left: -1%;
    }
    .item-list .list ul li{
    	width: 24%;
    	margin-left: 1%;
    	height:40px;
    	line-height:40px;
    }
    .item-list .list ul li a{
    	font-size: 14px;
    }

    .item-list .pic{
    	width: 99%;
    	padding: 0 .5%;
    }
    .item-list .pic ul{
    	margin-left: -1.333%;
    }
	.item-list .pic ul li{
		width: 32%;
		margin-left: 1.333%;
		margin-top: 10px;
	}
	.item-list .pic ul li p{
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}



	.about-detailed .intro{
		width:94%;		
		padding: 0;
		margin: 25px auto;

	}
	.about-detailed .intro p{
		font-size: 14px;
	}
	.about-detailed .honor{
		width: 94%;
	}
	.about-detailed .honor ul {
		margin-left: 0;
	}
	.about-detailed .honor ul li{
		width:49%;
		margin: 0;
	}
	.about-detailed .honor ul li:nth-child(2n){
		float: right;
	}
	.about-detailed .honor ul li img{
		width: 100%;
		box-sizing: border-box;
		padding: 20px 5%;
	}

	.map{
		width: 100%;
		height: 5rem;
	}
	 

	.pro-list{
		margin-top: 10px;
	}
	.pro-list .main{
		width: 100%;
	}

	.pro-list .list{
		margin-top: 10px;
	}
	.article-detailed{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.article-detailed .tit{
		margin-bottom: .4rem;
		margin-top:.2rem;
	}
	.article-detailed .tit h4{
		text-align: center;
		font-size: .36rem;
	}
	.article-detailed .tit{
		margin-top: .1rem;
	}
	.article-detailed .tit span{
		text-align: center;
		font-size: .24rem;
		display: block;
		line-height: .36rem;
	}

	.article-detailed .intro img{
		max-width: 100%;
	}
	.article-detailed .intro{
		margin-top:0;
	}
	.article-detailed .intro {
		font-size: .3rem;
		line-height: .46rem;
	}
	.fy{
		width: 7.1rem;
		margin: .6rem auto;
		border:.02rem solid #eee;
	}
	.fy p{
		line-height: .7rem;

		font-size:.24rem;
		padding:0 .1rem;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: .02rem solid #eee;
	}
	.fy p:nth-child(2){
		border: none;
	}
	.fy .return{
		width: 100%;
		box-sizing: border-box;
		float: initial;
		text-align: center;
		float: left;
		line-height: .7rem;
		display: block;
		border-top: .02rem solid #eee;
	}
	.in-footer{
		margin-top: 0;
	}
	.news-center{
		margin-top: 20px;
	}

	.BMap_bubble_title{
		font-size: .32rem;
	}
}