/* md+sm+xs */
@media screen and  (max-width:1199px){
	.head,.navwrap{
		display: none;
	}
	.header-wrap{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.header{
		position: absolute;
	    top: 0;
	    width: 100%;
	    background-color: #fff;
	    z-index: 102;
	    height: 88px;
	    padding: 10px;
		border-bottom: 1px solid #eee;
	}
	.logo img{
		height: 38px;
		margin-top: 18px;
	}
	body{
		margin-top: 88px;
	}
	.nav-toggle {
		padding: 7px 8px;
		margin-top: 16px;
		border-radius: 5px;
		cursor: pointer;
	}
	.nav-toggle .icon-bar {
		display: block;
		width: 25px;
		height: 2px;
		border-radius: 1px;
		background: #888;
		transition:all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
		transform-origin: 25px;
	}
	.nav-toggle .icon-bar+.icon-bar {
		margin-top: 7px;    
	}
	.nav-toggle.active .icon-bar{
		background: #d50006;
	}
	.nav-menu-mask{
	    position: absolute;
	    top: 0;
	    margin: 0 auto;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, 0.5);
	    z-index: 100;
	    display: none;
	}
	.nav-mobile{
		position: absolute;
	    top: 88px;
	    bottom: 0;
	    left: auto;
	    width: 0;
	    transition: all .5s;    
	    overflow: hidden;
	    z-index: 101;
	    background-color: #fff;
	}
	.nav-mobile.active{
	    width: 240px;
	}	
	.nav-inner{	
		width: 100%;
	    height: 100%;
	    overflow-y: auto;
	    background: #fff;
	    padding: 0;	
	}
	.nav-menu .nav-list{
		position: relative;
		border-bottom: 1px solid #ddd;		
	}

	.nav-list>a+i{
		position: absolute;
	    top: 0px;
	    right: 0px;
	    width: 50px;
	    height: 50px;
	    display: block;
	    cursor: pointer;
	}
	.nav-list>a+i:after{
		content: '';
	    border: 2px solid #777;
	    display: block;
	    width: 8px;
	    height: 8px;
	    margin: auto;
	    position: absolute;
	    top: 20px;
	    -webkit-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    border-top: none;
	    border-right: none;
	    right: 20px;
	}
	
	.nav-list>a+i.active:after{
		top: 24px;
	    border-bottom: none;
	    border-left: none;
	    border-right: 2px solid #fff;
	    border-top: 2px solid #fff;
	}
	.nav-mobile .nav-list>a{
		width: 100%;
		display: block;
		text-align: left;
		padding: 0 20px;
		color: #333;
		height: 50px;
		line-height: 50px;	
		text-align: center;
		font-size: 18px;
	}	
	.nav-mobile .nav-list.active>a{
		color: #fff;
		background: #d50006;
	}
	.nav-submenu{
		display: none;
		position: static;		
		box-shadow: none;
	}
	.nav-submenu li{
		width: 100%;
		padding-left: 30px;
		text-align: left;
		height: 40px;
		line-height: 40px;
	}
	.nav-submenu li a{
		display: block;
		color: #333;
		font-size: 16px;
	}
	.search-form{
		position: relative;
		margin: 30px 10px;
	}
	.search-input{
		width: 100%;
		padding-right: 42px;
		padding-left: 10px;
		height: 42px;
		line-height: 42px;
		border-radius: 6px;
		border: solid 1px #e6e6e6;
		font-size: 14px;  
		color: #666; 		
	}
	.search-btn{
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 5px;
		width: 20px;
		height: 20px;
		background: url('../img/icon_search.jpg') no-repeat;
		cursor: pointer;
	}

	.about_index{
		margin-left: -30px;
		margin-right: -30px;
	}
	.con1{
		padding: 0;
	}
	.aboutSwiper{
		width: 100%;
	}
	.aboutSwiper .img img{
		object-fit: cover;
	}
	.dtlist{
		width: 100%;
		height: auto;
	}
	.dtlist .content{
		margin: 10px 20px;
	}
	.con2inner .panel{
		width: 100%;
		margin: 0 !important;
	}
	.list li a img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	.title h3{
		margin-top: 20px;
	}
	.adbannerSwiper{
		width: 100%;;
	}
	.adbannerSwiper .img img{
		height: 100%;
		object-fit: cover;
	}
	.adbanner .adphoto{
		margin-top: 15px;
		width: 100%;
		height: auto;
	}

	.con4inner .panel{
		width: 100%;
		margin: 0 !important;
	}
	.linkitem .linka{
		display: inline-block;
	}
	.footlink{
		display: block;
	}
	.footbq{
		display: block;
	}
	.headtop{
		justify-content: flex-start;
	}
	.headtop a{
		padding: 0 10px;
	}
	.pagesss p{
		width: 100%;
	}
	.comminner .cbl{
		display: none;
	}
	.comminner .tuenlist{
		width: 100%;
	}
	.comminner{
		display: block;
	}
	
	.ldcon .item img{
		width: 100%;
		/* height: 376px; */
		object-fit: cover;
	}
	.ldcon .ldlist .item{
		width: 45%;
		margin-left: 10px;
		margin-right: 10px;
	}
	.tuenlist .item{
		margin-bottom: 10px;
	}
	.tuenlist .item .info.flex strong{
        line-height: 1.6;
        padding-top: 10px;
        padding-bottom: 10px;
	}
	
	.tuenlist .item .img img{
		object-fit: cover;
	}
	.tuenlist .item .info{
		overflow: hidden;
	}
	.ztSwiper{
		width: 100%;
	}
	.ztSwiper .img  img{
		object-fit: cover;
	}
	.ztcon2 .panel .list{
		width: 100%;
	}
	.ztcon2 .panel .img{
		width: 100%;
	}
	.ztcon2 .panel .img img{
		height: 100%;
		object-fit: cover;
	}
	.about_index{
		padding-top: 0;
	}
	.ztlist .item{
		width: 30%;
		margin-right: 5%;
	}
}


/* sm+xs */
@media screen and (max-width:991px){
	

}

/* phone  xs */   
@media screen and (max-width:767px){
	.container{
		width: auto;
	}
	.header{		
	    height: 60px;
	    padding: 5px;
	}
	.logo img{
		height: 30px;
		margin-top: 10px;
	}
	body{
		margin-top: 60px;
	}
	.nav-mobile{		
		top: 60px;
	}
	.nav-toggle{
		margin-top: 10px;
	}
	.nav-toggle .icon-bar{
		width: 18px;
	}
	.nav-toggle .icon-bar+.icon-bar {
	    margin-top: 4px;    
	}
	.nav-mobile .nav-list>a{
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.nav-submenu li{
		height: 30px;
		line-height: 30px;
	}
	.nav-submenu li a{
		font-size: 14px;
	}
	.nav-list>a+i{
		height: 36px;
	}
	.nav-list>a+i:after{
		top: 12px;
	}
	.nav-list>a+i.active:after{
		top: 16px;
	}
	.search-form{
		margin: 16px 10px; 
	}
	.search-input{
		height: 32px;
		line-height: 32px;
	}

	.aboutSwiper{
		height: 250px;
	}
	.aboutSwiper .img{
		height: 250px;
	}
	.aboutSwiper .img p{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.aboutSwiper .swiper-pagination{
		display: none;
	}
	.dtlist .content{
		margin-left: 24px;
		margin-right: 24px;;
	}
	.dtlist .content h3{
		font-size: 16px;
	}
	.list li:first-child{
		margin-bottom: 5px;
	}
	.list li a img{
		height: 200px;
	}
	.list li a{
		font-size: 14px;
	}
	.title h3{
		margin-top: 10px;
	}
	.adbannerSwiper{
		height: 100px;
	}
	.footbq{
		margin-top: 10px;
	}
	.foot{
		padding-bottom: 10px;
	}
	.linkwrap h1{
		font-size: 16px;
	}
	.linkitem strong,
	.footlink a{
		font-size: 14px;
	}
	.bg404{
		height: 290px;
	}
	.bg404 .tips h1{
		font-size: 70px;
	}
	

	
	.column-title h2{
		font-size: 18px;
	}
	.news-recommend h3 a{
		font-size: 16px;
	}
	.news-recommend-menu li a{
		font-size: 14px;
	}
	.news-recommend-menu li span{
		font-size: 14px;
	}
	.margint{
		margin-top: 15px;
	}
	.sch-news-menu li .li-inner{
		margin-top: 15px;
	}
	.principal h2{
		font-size: 18px;
	}
	.brand{
		margin-top: 10px;
	}
	.brandinner{
		justify-content: flex-start;
	}
	.arccon{
		padding: 0;
	}
	.arccon .arccon_title{
		font-size: 16px;
		line-height: 36px;
		padding: 20px 0 10px;
	}
	.arccon .arccon_content{
		padding: 10px 0;
	}
	.commcon{
		margin-bottom: 10px;
	}
	.pagesss{
		padding-top: 10px;
	}
	.tuenlist .item .info.flex strong{
		font-size: 16px;
	}
	.tuenlist .item .info.flex span{
		width: 80px;
		font-size: 14px;
	}
	.pagenum{
		padding-top: 10px;
		text-align: center;
	}
	.pagenum span,
	.pagenum input,
	.pagenum a{
		margin-top: 4px;
	}
	.danyearc .arccon_title h1{
		font-size: 18px;
		line-height: 1.8;
	}
	.danyearc .arccon{
		padding-bottom: 10px;
	}
	
	.ldcon .item:first-child{
		width: 100%;
	}
	.ldcon .ldlist .item{
		width: 100%;
	}
	.ldcon{
		padding-left: 5px;
		padding-right: 5px;
	}
	.s_list_wrap{
		padding-left: 0;
		padding-right: 0;
	}
	.s_list a h3{
		font-size: 18px;
	}
	.s_list a p{
		font-size: 14px;
		line-height: 1.7;
	}
	.tuenlist .item .img {
		flex: 0 0 140px;
		height: 114px;
	}
	.tuenlist .item .info{
		margin-left: 8px;
	}
	.tuenlist .item .info h2{
		font-size: 16px;
		line-height: 1.6;
	}
	.tuenlist .item .info h2{
		margin-bottom: 5px;
	}
	.tuenlist .item .info p{
		font-size: 14px;
		line-height: 22px;
		height: 66px;
		overflow: hidden;;
		margin-bottom: 5px;
	}
	.ztSwiper,
	.ztSwiper .img{
		height: 260px;
	}
	
	.ztSwiper .swiper-pagination{
		display: none;
	}
	.ztSwiper .img p{
		height: 40px;
        line-height: 40px;
        font-size: 16px;
	}
	.ztcon2 .panel .img{
		height: 200px;
	}
	.ztlist .item{
		width: 100%;
		margin-right: 0;
		margin-top: 16px;
	}
	.ztlist .item p{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}

