@media only screen and (max-width: 1530px){
	
}

@media only screen and (max-width: 1499px){
	
}

@media only screen and (max-width: 1365px){
	.wp{
		width: 94%;
	}
}

@media only screen and (max-width: 1199px){
	/*
	.kf{
		display: none;
	}
	*/
	.hd-top .logo{
		height: 80px;
		line-height: 80px;
	}
	.hd-top .txt{
		margin: 16px 0 0 10px;
		padding-left: 20px;
	}
	.hd-top .tel{
		margin-top: 17px;
		line-height: normal;
	}
	.hd-top .txt p, .hd-top .txt h1{
		font-size: 14px;
	}
	.yunu-nav li > a{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}	
	.sub-menu li a{
		font-size: 13px;
		height: 35px;
		line-height: 35px;
	}
	
	.ul-link01 li{
		width: 170px;
	}
	.m-so01 .inp{
		width: 350px;
	}
	.row-a3{
		padding: 20px 0;
		background-image: none !important;
		background-color: var(--theme-color);
	}
	.row-a3 .g-tit01{
		display: none;
	}
	.ul-imgtxt02{
		display: none;
	}
	.row-a3 .g-more01{
		display: none;
	}
	.m-txt03{
		display: block;
	}
	.row-a4 .g-tit01 .tit{
		font-size: 36px;
		height: 80px;
		line-height: 80px;
	}
	.m-imgtxt04 .swiper-slide .txt{
		padding: 15px;
	}
	.m-imgtxt04 .swiper-slide .txt h4{
		height: 35px;
		line-height: 35px;
		border: 0;
		font-size: 16px;
	}
	.m-imgtxt04 .swiper-slide .txt p{
		margin: 10px 0;
	}
	.m-imgtxt03 > .pic{
		width: 380px;
		height: 330px;
	}
	.m-imgtxt03 .box a.desc .tit{
		padding-left: 9px;
		font-size: 22px;
	}
	.m-imgtxt03 .box a.desc p{
		margin: 14px 0;
	}
	.ul-imgtxt04{
		padding: 25px 0;
	}
	.row-a7 .g-tit01 .tit{
		font-size: 32px;
	}
	.row-a7 .g-tit01 p{
		font-size: 16px;
	}
	.m-txt01{
		margin: 200px 50px 0;
	}
	.ul-news01{
		width: 45%;
	}
	.ul-news01 li:last-child{
		display: none;
	}
	.m-txt02.swiper-container{
		width: 87%;
	}
	.m-news01,
	.ul-news01{
		height: 324px;
	}
	
	.fd-left{
		width: 46%;
	}
	
	.m-news1 .box h1{
		font-size: 22px;
	}
	.m-pic1{
		width: 300px;
	}
	.view .swiper-slide .imgauto{
		height: 300px;
		line-height: 300px;
	}
	.m-txt1 .txt{
		margin-right: 0;
	}
	.preview .swiper-slide{
		width: 120px;
	}
	.ul-imgtxt-01 li{
		width: 33.33%;
	}
	
}

@media only screen and (max-width: 959px){
	body{
		padding-top: 50px;
	}
	
	.kf{
		display: none;
	}
	
	.hd-top{
		display: none;
	}
	.hd-bottom{
		background-color: #fff;
	}
	.hd-bottom h2, .hd-bottom .title{
		display: block;
	}
	.yunu-header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,.05);
	}
	.hd-top .logo{
		height: 50px;
		line-height: 50px;
	}
	.hd-top .logo img{
		max-width: 80%;
		max-height: 35px;
	}

	.menuBtn{
		display: block;
	}
	.yunu-nav{
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		width: 100%;
		height: calc(100% - 50px);
		overflow-y: scroll;
		float: none;
		background-color: var(--theme-color);
		display: none;		
	}
	.yunu-nav > li{
		float: none;	
		width: auto;		
		background-image: none;
		/*
		position: relative !important;
		*/
		position: relative;
		border-bottom: 1px solid #dc8888;
	}
	.yunu-nav li.on,
	.yunu-nav li.current-menu-item, 
	.yunu-nav li.current-menu-parent,
	.yunu-nav li.current-menu-ancestor,
	.yunu-nav li.current-post-ancestor,
	.yunu-nav li:hover{
		background-image: none;
	}
	.yunu-nav > li > a{
		height: 44px;
		line-height: 44px;
		padding: 0 20px;
		/*
		border-bottom: 1px solid #dc8888;
		*/
		text-align: left;
		transition: .0s;
		-ms-transition: .0s;
		-moz-transition: .0s;
		-webkit-transition: .0s;
		-o-transition: .0s;
	}
	.yunu-nav > li.ok > a,
	.yunu-nav > li:hover > a{
		color: #fff;
	}
	.sub-menu{
		position: static;
		transition: 0s;
		-ms-transition: 0s;
		-moz-transition: 0s;
		-webkit-transition: 0s;
		-o-transition: 0s;
		
		overflow:hidden; /*没有这个属性，某一个菜单的子菜单向下展开时，ul高度为零，导致下面的一个菜单与之重合*/
	}
	.sub-menu li{
		background-color: rgba(200, 0, 29, 0.85);		
		border-top: 1px solid #dc8888;
		border-bottom: none;		
		position: relative;
	}
	.yunu-nav li:hover .sub-menu{
		display: none;
	}
	.yunu-nav li:hover li{
		-webkit-animation: none !important;
		-o-animation: none !important;
		animation: none !important;
	}
	.sub-menu li a{
		text-align: left;
		padding: 0 20px 0 30px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		/*
		border-bottom: 1px solid #dc8888 !important;
		*/
	}	
	.sub-menu li a:hover{
		padding-left: 40px;
	}
	/****** 新增 Begin ******/
	.yunu-nav li.on > a,
	.yunu-nav li.current-menu-item > a,
	.yunu-nav li.current-menu-parent > a,
	.yunu-nav li.current-menu-ancestor > a,
	.yunu-nav li.current-post-ancestor > a{
		color: #eee;
		font-weight:bold;
	}
	.yunu-nav li em{
		position: absolute;
		right: 0;
		top: 0;
		width: 44px;
		height: 44px;
		z-index: 2;
		display: block;
		cursor: pointer;
	}
	.yunu-nav li em:after{
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -6.3px 0 0 -6.3px;
		transition: all .3s;
	}
	.yunu-nav li em.open:after{
		transform: rotate(-135deg);
		margin-top: -2.5px;
	}
	
	.sub-menu li li a{
		padding-left: 40px;
	}
	.sub-menu li li a:hover{
		padding-left: 50px;
	}
	.yunu-nav li li em{
		width: 40px;
		height: 40px;
	}
	/****** 新增 End ******/
	
	.m-so01 .inp{
		width: 300px;
	}
	.ul-link01 li{
		width: 130px;
	}
	.ul-imgtxt01 li{
		width: 33.33%;
	}
	.row-a4{
		margin: 25px 0;
	}
	.row-a4 .g-tit01 .tit{
		background-image: none !important;
		font-size: 28px;
		height: auto;
		line-height: normal;
	}
	.m-imgtxt04.swiper-container{
		padding: 20px 0;
		margin: 0 -10px;
	}
	.row-a5{
		padding: 25px 0;
	}
	.m-imgtxt01.swiper-container{
		margin: 25px 0;
	}
	.row-a6{
		padding: 25px 0;
		background-color: var(--theme-color);
	}
	.row-a6 .g-tit01{
		display: block;
	}
	.row-a6 .g-tit01 .tit-sj{
		display: block;
	}
	.row-a6 .g-tit01 .tit-sj a{
		color: #fff;
		font-weight: 600;
	}
	.row-a6 .g-tit01 .tit-sj a:before,
	.row-a6 .g-tit01 .tit-sj a:after{
		display: none;
	}
	.m-imgtxt03{
		margin-top: 25px;
		padding: 20px;
		background-color: #fff;
		border-radius: 8px;
	}
	.m-imgtxt03:after{
		display: none;
	}
	.m-imgtxt03 > .pic{
		float: none;
		width: 431px;
		height: 390px;
		margin: 0 auto;
	}
	.m-imgtxt03 .box{
		float: none;
		width: auto;
	}
	.m-imgtxt03 .box a.desc .tit{
		display: none;
	}
	.m-imgtxt03 .box a.desc p{
		text-align: center;
	}
	.ul-imgtxt04{
		display: none;
	}
	.m-imgtxt03 .g-more01{
		display: block;
	}
	.m-list02{
		display: none;
	}
	.m-list01.swiper-container{
		margin: 25px 0;
	}
	
	.m-list01-01.swiper-container{
		overflow: hidden;
		margin: 25px 0;
	}
	
	.m-link1 .item:first-child{
		margin-bottom: 10px;
	}
	.row-a7{
		display: none;
	}
	.row-a8{
		margin: 25px 0;
	}	
	.yunu-footer{
		padding: 10px 0;
	}
	.h50{
		display: block;
	}
	.fd-top{
		padding: 20px;
		border-radius: 18px;
		background-color: #fff;
	}
	.fd-left,
	.fd-txt{
		display: none;
	}
	.fd-qr{
		float: left;
	}
	.g-tit02{
		display: none;
	}
	.fd-qr .qr{
		width: 106px;
		height: auto;
	}
	.fd-qr .qr img{
		padding: 20px 0;
	}
	.fd-qr .qr p{
		display: none;
	}
	.yunu-footer .copy{
		display: none;
	}
	.yunu-footer .copy-sj{
		display: block;
	}
	
	.yunu-link{
		display: block;
	}
	/*
	.ban{
		height: 300px;
	}
	*/
	.row-b1 .col-l{
		float: none;
		width: auto;
	}

	.row-b1 .col-r{
		margin-left: 0;
	}
	.g-titIns1{
		font-size: 18px;
	}
	.g-titIns1 h3{
		font-size: 18px;
	}
	.snv{
		margin-bottom:15px;
	}
	.ul-news1{
		margin-bottom: 15px;
	}

	.m-info{
		display: none;
	}
	.dbn{
		display: none;
	}
	.m-news1 .box h1{
		font-size: 18px;
	}
	/*
	.m-txt3{
		display: none;
	}
	*/
	.m-message{
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 767px){
	
	.hd-bottom h2, .hd-bottom .title{
		font-size: 24px;
		text-align: center;
	}
	
	.banner .swiper-slide a{
		padding-top: 40%;
	}
	.banner .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	/*
	.row-a1{
		display: none;
	}	
	*/
	.ul-link01 li{
		width: 80px;
	}
	
	.row-a2{
		margin: 25px 0;
	}
	.g-tit01 .tit{
		font-size: 24px;
	}
	.g-tit01 .tit-pc,
	.g-tit01 p,
	.g-tit01 span{
		display: none;
	}
	.g-tit01 .tit-sj{
		display: block;
	}
	.m-tab01{
		margin: 25px -10px;
		overflow: hidden;
	}
	.m-tab01 li{
		/*
		float: left;
		margin-bottom: 10px;
		*/
	}
	.m-tab01 li a{
		height:40px;
		line-height: 40px;
		font-size: 14px;
		background-color: #eee;
		border: 0;
	}
	.m-tab01 li a span, .m-tab01 li a h2{
		font-size:14px;
	}
	.m-imgtxt02 .swiper-wrapper .swiper-slide{
		display: block;
	}
	.ul-imgtxt01 li{
		width: 50%;
		margin-bottom: 14px;
	}
	.ul-imgtxt01 .li5,
	.ul-imgtxt01 .li6,
	.ul-imgtxt01 .li7,
	.ul-imgtxt01 .li8{
		display: none;
	}
	.ul-imgtxt01 li a{
		padding: 0;		
		border: 0;
	}
	.ul-imgtxt01 li a:hover{	
		border: 0;
	}
	/*
	.ul-imgtxt01 li .txt .tit{
		text-align: left;
		height: 40px;
		line-height: 40px;
		color: #8e8e8e;
	}
	.ul-imgtxt01 li .txt .more{
		display: block;
	}
	*/
	.ul-imgtxt01 li .txt .tit{
		height: 40px;
		line-height: 40px;
	}
	/*
	.g-more01{
		display: block;
	}
	*/
	.m-txt03 .txt .tit{
		font-size: 18px;
	}
	.m-txt03 .txt .tel a{
		font-size: 18px;
	}
	.m-txt03 .more{
		width: 65px;
		height: 65px;
		padding: 12px 15px;
	}
	.row-a4 .g-tit01 p{
		display: block;
	}
	.m-imgtxt04 .swiper-slide{
		border-radius: 18px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(220,0,28, 0.2);
	}
	.m-imgtxt04 .swiper-slide .con{
		margin: 0;
	}
	.m-imgtxt04 .swiper-slide .txt{
		height: 227px;
		position: relative;
	}
	.m-imgtxt04 .swiper-slide .txt h4{
		color: var(--theme-color);
	}
	.m-imgtxt04 .swiper-slide .txt p{
		margin-top: 0;
	}
	.m-imgtxt04 .swiper-slide .txt .btn{
		position: absolute;
		display: block;
		bottom: -15px;
		left: 50%;
		margin-left: -75px;
	}
	.row-a5 .wp{
		width: 100%;
	}
	.m-imgtxt01.swiper-container .swiper-slide{
		width: 70%;
		border-radius: 18px;
		background-color: var(--theme-color);
		box-shadow: 0 8px 30px #ddd;
	}
	.m-imgtxt01 .swiper-slide .pic{
		border-top-right-radius: 18px;
		border-top-left-radius: 18px;
	}
	.m-imgtxt01 .swiper-slide p{
		height: 40px;
		line-height: 40px;
		font-size:14px;
		color: #fff;
	}
	.row-a5{
		background-image: none !important;
		background-color: #fff;
	}
	.row-a5 .g-more01{
		display: none;
	}
	.m-imgtxt04.swiper-container{
		padding-bottom: 50px;
	}
	.m-imgtxt03 > .pic{
		width: auto;
		height: auto;
	}
	.m-imgtxt03 .g-more01{
		width: 200px;
		height: 40px;
		line-height: 40px;
	}
	.row-a6 .g-tit01 p{
		display: block;
	}
	.m-imgtxt03 .box a.desc p{
		line-height: normal;
	}
	.m-news01{
		float: none;
		width: auto;
		height: auto;
		overflow: hidden;
		background-color: transparent;
	}
	.m-news01 .pic{
		position: static;
		height: auto;
		float: left;
		padding-top: 0;
		width: 120px;
		height: 90px;
	}
	.m-news01 .pic img{
		position: static;
	}
	.m-news01 .txt{
		overflow: hidden;
		padding: 0 0 0 15px;
	}
	.m-news01 .txt h4 a{
		border-bottom: 0;
		height: 40px;
		line-height: 40px;
		color: var(--theme-color);
	}
	.m-news01 .txt h4 a:after{
		display: none;
	}
	.m-news01 .txt .time{
		text-align: right;
		display: block;
	}
	.m-news01 .txt p{
		margin-top: 0;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: block;
	}
	.ul-news01{
		float: none;
		width: auto;
		height: auto;
	}
	.ul-news01 li{
		padding: 10px 0;
	}
	.ul-news01 li:after{
		display: none;
	}
	.ul-news01 li:last-child{
		display: block;
	}
	.ul-news01 li .txt .tit .time{
		font-size: 13px;
	}
	.ul-news01 li .txt h5 a{
		font-size: 16px;
		padding-left: 0;
		height: 32px;
		line-height: 32px;
	}
	.ul-news01 li .txt h5 a:before{
		display: none;
	}
	.ul-news01 .txt p{
		display: block;
	}
	.m-tab02 li h3 a{
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.m-list01.swiper-container{
		margin: 0;
	}
	.m-tab01 li a span, .m-tab01 li a h2{
		background-image: none;
		padding-left: 0;
	}
	.m-imgtxt02.swiper-container .swiper-slide{
		display: block;
	}
	.m-list01.swiper-containe .swiper-slide{
		display: block;
	}
	
	.fd-top{
		padding: 10px;
	}
	.yunu-footer .copy-sj{
		font-size: 14px;
	}
	.fd-qr .qr{
		width: 90px;
	}
	.fd-qr .qr img{
		padding: 10px 0;
	}
	.yunu-footer .copy-sj{
		line-height: 28px;
	}
	
	.ban{
		display: none;
	}
	/*
	.g-cur{
		height: 30px;
		line-height: 30px;
	}
	*/
	.row-b1{
		padding: 20px 0 36px
	}
	.row-b1 .col-l{
		display: none;
	}
	.ul-imgtxt-01 li{
		width: 50%;
	}
	.ul-imgtxt-01 li:last-child{
	
	}
	.ul-imgtxt2 li:last-child{
		display: block;
	}
	.ul-imgtxt-01 li a h2, .ul-imgtxt-01 li a p{
		height: 36px;
		line-height: 36px;
	}
	.m-news1 .box h1{
		font-size: 16px;
	}
	.ul-news1 li{
		float: none;
		width: auto;
	}
	.ul-news1 li .tit{
		margin: 0;
	}
	/*
	.ul-newslist li .txt p{
		font-size: 12px;
		line-height: normal;
	}
	*/
	.m-message label span{
		float: none;
		margin-right: 5px;
	}

	.m-message label.code input{
		float: none;
		width: 25.5%;
		margin-right: 8px;
	}
	/*
	.m-message label.mes span{
		position: relative;
		top: -55px;
		z-index: 3;
	}
	*/
	.m-pic1{
		float: none;
		width: auto;
		margin: 10px 0;
		overflow: hidden;
	}
	.m-pic1-for .item{
		height: auto;
	}
	.m-txt1{
		padding-left: 0;
		margin-top: 20px;
	}
	.ul-pages1{
		margin: 20px 0;
	}
	.btn-1{
		padding-left: 90px;
	}
	.preview .swiper-slide{
		width: 25%;
	}
	.m-list2 .box .txt .tit{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.m-news1 .desc .last{
		display: block;
		margin-top: 5px;
	}
	
}

@media only screen and (max-width: 600px){
	.ul-link01{
		display: none;
	}
	.m-so01{
		width: 100%;
		margin: 12px auto;		
	}
	.m-so01 .inp{
		width: 100%;
	}
		
	#message .m-content .m-message{
		width: 94%;
		padding: 20px;
		overflow-y: auto;
		margin-top: 100px;
	}
	.m-message label input.inp,
	.m-message label textarea,
	.m-message label.code input{
		width: 100%;
	}
	
	#message .m-content .m-message label input.inp,#message .m-content .m-message label textarea{
		width: 100%;
	}
}

@media only screen and (max-width: 479px){
	
	.hd-bottom h2, .hd-bottom .title{
		font-size: 20px;
		float:left;
	}
	
	.banner .swiper-slide a{
		padding-top: 50%;
	}
	.g-tit01 .tit{
		font-size: 18px;
	}
	/*
	.m-tab01 li{
		width: 33.33%;
	}
	*/
	.m-tab01 li a{
		height: 35px;
		line-height: 35px;
	}
	.ul-imgtxt01{
		margin: 0 -5px;
	}
	.ul-imgtxt01 li a{
		margin: 0 5px;
	}
	.m-txt03 .txt{
		float: none;
		margin-bottom: 10px;
	}
	.m-txt03 .more{
		float: none;
		width: 120px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin: 0 auto;
		border-radius: 0;
		padding: 0;
	}
	.row-a4 .g-tit01 .tit{
		font-size: 18px;
	}
	.row-a4 .g-tit01 p{
		font-size: 14px;
	}
	.m-imgtxt04 .swiper-slide .txt .btn{
		width: 100px;
		margin-left: -50px;
	}
	.m-imgtxt04 .swiper-slide .txt h4{ }
	.m-imgtxt04 .swiper-slide .txt p{	
		font-size: 13px;
		line-height: normal;
	}
	.m-imgtxt01.swiper-container .swiper-slide{
		width: 85%;
	}
	.m-news01 .pic{
		width: 100px;
		height: 70px;
	}
	.m-news01 .txt h4 a{
		height: 28px;
		line-height: 28px;
	}
	.ul-news01 li .txt h5 a{ }
	
	.fd-qr{
		float: none;
		margin: 0 auto;
	}
	.yunu-footer .copy-sj{
		float: none;
		text-align: center;
		line-height: 24px;
	}
	
	.row-b1{
		padding: 10px 0 16px
	}
	.m-chanpin{
		margin-bottom: 15px;
	}
	.ul-imgtxt-01{
		margin: 0 -5px;
	}
	.ul-imgtxt-01 li{
		margin-top: 10px;
	}
	.ul-imgtxt-01 li a{
		margin: 0 5px;
	}
	.m-list3{
		padding: 10px 0;
	}
	.m-content .txt{
		line-height: 24px;
	}
	.m-news1 .txt{
		line-height: 24px;
	}
	.ul-newslist li, .ul-news1 li{
		padding: 15px 0;
	}
	.ul-newslist li .tit, .ul-news li .tit{
		margin-bottom: 15px;
	}
	.ul-newslist li .tit .time, .ul-news li .tit .time{
		font-size: 12px;
	}
	
	/*
	#message .m-content .m-message{
		width: 94%;
		padding: 20px;
		overflow-y: auto;
		margin-top: 100px;
	}
	*/
	.m-message{
		width: 98%;		
		margin: 10px auto 0;
	}
	/*
	.m-message label input.inp,
	.m-message label textarea,
	.m-message label.code input{
		width: 100%;
	}
	*/
	.m-message label{
		margin-bottom: 10px;
	}
	.status_message{
		width: 100%;
	}
	.m-txt1 .txt{
		padding-bottom: 10px;
	}
	.m-txt1 .txt p{
		margin-bottom: 0;
	}
	.ul-txt3 li{
		margin: 0;
	}
	.m-list2{
		margin-top: 15px;
		padding-top: 13px;
	}
	.m-list2 .con .pic{
		height: auto;
		line-height: normal;
	}
	
	.m-news1 .box .desc span{
		margin: 0;
	}
	.preview .swiper-slide{
		width: 33.33%;
	}
	.ul-imgtxt2{
		margin-bottom: 20px;
	}
}