/*Common For Max 1366*/
@media only screen and (max-width: 1499px) {
	.wp{
		width: 97%;
	}
	.ul-txt03 li a{
		margin: 0 15px;
	}
}

/*Common For Max 1200*/
@media only screen and (max-width: 1365px) {
	.row-b1 .col-l{
		width: 264px;
	}
	.row-b1 .col-r{
		margin-left: 300px;
	}

	.m-txt1 .txt{
		margin-right: 0;
	}
}

/*Common For Max 960*/
@media only screen and (max-width: 1199px) {
	body{
		padding-top: 80px;
	}
	.wp{
		width: 95%;
	}
	.kf{
		display: none;
	}
	/*头部*/
	.hdr{
		width: 78%;
	}
	.yunu-header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,.05);
		z-index: 999;
	}
	/*首页*/
	.ul-txt03 li a{
		margin: 0 5px;
		padding: 40px 27px;
	}
	.ul-txt03 li .txt h3{
		font-size: 22px;
	}
	.banner .slick-arrow{
		margin-top: -20px;
		width: 40px;
		height: 40px;
		-o-background-size: auto 15px;
		-ms-background-size: auto 15px;
		-moz-background-size: auto 15px;
		-webkit-background-size: auto 15px;
		background-size: auto 15px;
	}
	.ul-txt01 li .pic{
		margin-top: 14px;
	}
	.ul-txt01 li .box{
		padding: 0 25px;
	}
	.ul-txt01 li .txt h3{
		font-size: 20px;
	}
	.ul-txt01 li .txt p{
		font-size: 14px;
	}
	.g-tit01 h3{
		font-size: 32px;
	}
	.m-pic01 .item{
		padding: 50px 0;
	}
	.ul-news01{
		padding-left: 30px;
	}
	.g-tit02{
		font-size: 32px;
	}
	.m-txt01{
		margin: 0 -8px 50px;
	}
	.m-txt01 .item .txt{
		margin: 0 8px;
	}
	.fd-txt p{
		font-size: 12px;
	}
	.fd-nav a.btn{
		font-size: 14px;
		width: 140px;
	}
	.fd-nav ul li a{
		font-size: 14px;
	}
	.ul-news01 li:last-child{
		display: none;
	}
	.g-tit01 p{
		font-size: 15px;
	}
	/*内页*/
	.h50 {
		display: block;
	}
	.yunu-link {
		display: block;
	}
	.m-news1 .box h1 {
		font-size: 22px;
	}
	.m-pic1{
		width: 350px;
	}
	.view .swiper-slide .imgauto{
		height: 300px;
		line-height: 300px;
	}
}



/*Common For Max 768*/
@media only screen and (max-width: 959px) {

	body {
		padding-top: 50px;
	}
	/*头部*/
	.yunu-header .tel{
		display: none;
	}

	.yunu-header{
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background-color: #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,.05);
	}
	.yunu-header .logo {
		height: 50px;
		line-height: 50px;
	}
	.yunu-header .logo img {
		max-height: 35px;
	}
	.menuBtn {
		display: block;
	}

	.yunu-nav {
		float: none;
		display: none;
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 9999;
		background-color: #fd6e27;
		margin-top: 0;
	}

	.yunu-nav > li {
		float: none;
		width: auto;
	}

	.yunu-nav > li > a {
		color: #fff;
		width: auto;
		display: block;
		padding: 0 20px;
		height: 44px;
		line-height: 44px;
		margin: 0;
		text-align: left;
		font-size: 14px;
		border-bottom: 1px solid #fff;
	}
	.yunu-nav > li > a.v1{
		background-repeat: no-repeat;
		background-position: 95% center;
		background-image: url(../images/icon7.png);
	}
	.yunu-nav > li.on  >a,
	.yunu-nav > li:hover > a{
		color: #fff;
	}
	.yunu-nav > li:hover > a{
		background-color: #f65f13;
	}
	.yunu-nav > li a.v1.on{
		background-image: url(../images/icon7-hover.png);
	}

	.yunu-nav dl {
		padding-top: 0;
		margin: 0;
		position: static;
		background-color: rgba(0,0,0,0);
	}
	.yunu-nav dl:after{
		display: none;
	}
	.yunu-nav dl dd a{
		text-align: left;
		height: 36px;
		line-height: 36px;
		color: #fff;
		background-color: #f79646;
		font-size: 14px;

	}
	.yunu-nav dl dd.first a,
	.yunu-nav dl dd.last a{
		border-radius: 0;
	}
	.yunu-nav li:hover dl {
		display: none;
	}
	.yunu-nav dl dd a:hover {
		color: #fff;
		background-color: #ff7908;
	}
	/*友情链接*/
	.m-link1 .item:first-child{
		margin-bottom: 10px;
	}
	/*首页*/
	.ul-txt03 li{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	.ul-txt03 li:nth-child(2n){
		margin-top: 0;
	}
	.ul-txt03 li a{
		max-width: 400px;
		margin: 0 auto;
	}
	.ul-txt03 li .txt h3{
		font-size: 20px;
	}
	.ul-txt01 li .box{
		padding: 0 12px;
	}
	.ul-txt01 li .pic{
		margin-top: 9px;
	}
	.ul-txt01 li .txt{
		padding-left: 15px;
	}
	.ul-txt01 li .txt h3{
		font-size: 18px;
	}
	.ul-txt01 li .txt p{
		font-size: 12px;
	}
	.g-tit01{
		padding: 25px 0;
	}
	.g-tit01 h3{
		font-size: 26px;
	}
	.m-pic01 .item{
		padding: 25px 0;
	}
	.row-a3{
		margin: 25px 0;
	}
	.m-list03 .g-tit02{
		float: none;
	}
	.ul-tab01{
		float: none;
		text-align: center;
		font-size: 0;
		padding-top: 15px;
	}
	.ul-tab01 li{
		float: none;
		display: inline-block;
	}
	.tab_tab01 .col-l{
		display: none;
	}
	.tab_tab01 .col-r{
		float: none;
		width: auto;
	}
	.tab_tab01.show{
		padding: 15px 0;
	}
	.ul-news01{
		padding-left: 0;
	}
	.row-a4{
		padding-bottom: 25px;
	}
	.g-tit02{
		font-size: 30px;
	}
	.m-txt01{
		margin-bottom: 25px;
	}
	.fd-top{
		display: none;
	}
	.row-a5{
		margin-top: 25px;
	}
	.ul-news01 li:last-child{
		display: block;
	}
	.ul-txt03{
		padding: 25px 0;
	}
	/*内页*/
	.ban{
		height: 300px;
	}
	.row-b1 .col-l {
		float: none;
		width: auto;
	}

	.row-b1 .col-r {
		margin-left: 0;
	}
	.g-titIns1 {
		font-size: 18px;
	}
	.snv{
		margin-bottom:15px;
	}
	.ul-newslist {
		display: none;
	}
	.m-info {
		display: none;
	}
	.dbn {
		display: none;
	}
	.m-news1 .box h1 {
		font-size: 18px;
	}
	.m-txt3{
		display: none;
	}
	.m-message{
		margin: 20px auto 0;
	}
}



/*Common For Max 480*/
@media only screen and (max-width: 767px) {
	/*首页*/
	.ul-txt03 li .txt h3{
		font-size: 18px;
	}
	.banner .slick-dots{
		bottom: 5%;
	}
	.m-list01{
		padding-bottom: 0;
	}
	.ul-txt01 li{
		width: 50%;
		border-right: 0;
		margin-bottom: 20px;
	}
	.ul-txt01 li:last-child{
		width: 100%;
	}
	.ul-txt01 li .pic{
		float: none;
		width: 58px;
		height: 58px;
		margin: 0 auto;
	}
	.ul-txt01 li .txt{
		padding-left: 0;
	}
	.ul-txt01 li .txt h3{
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
	.ul-txt01 li .txt p{
	}
	.g-tit01 h3{
		font-size: 22px;
	}
	.row-a4{
		margin: 5px 0;
	}
	.ul-pic01{
		display: none;
	}
	.ul-pic02{
		margin: 0 -6px;
		display: block !important;
	}
	.ul-pic02 li{
		width: auto;
		padding: 20px;
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
		margin: 6px;
		border-radius: 5px;
	}
	.ul-pic02 li .pic{
		padding-top: 80%;
	}
	.ul-pic02 li .pic img{
		width: 100%;
		height: 100%;
	}
	.g-tit02{
		font-size: 28px;
	}
	.m-txt01{
		margin: 0 0 25px;
	}
	.m-txt01 .item .txt{
		padding: 30px 20px;
		margin: 0;
	}
	.m-txt01 .item .txt h3{
		font-size: 16px;
	}
	.m-txt01 .item .txt span{
		margin-bottom: 10px;
	}
	.yunu-footer .copy{
		text-align: center;
		width: 100%;
	}
	.yunu-footer .copy p{
		float: none;
		font-size: 14px;
	}
	.yunu-footer .copy a{
		display: none;
	}
	.row-a2{
		display: none;
	}
	.ul-txt03{
		padding: 10px 0;
	}
	.m-txt01 .item:hover{
		top: 0;
	}
	/*内页*/
	.ban{
		display: none;
		height: 0;
	}
	.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%;
	}

	.m-news1 .box h1 {
		font-size: 16px;
	}
	.ul-pages1 {
		margin: 20px 0;
	}
	.ul-news1 li{
		float: none;
		width: auto;
	}
	.ul-news1 li .tit{
		margin: 0 !important;
	}
	.ul-newslist li .txt p{
		font-size: 12px;
		line-height: normal;
	}
	.m-message label span {
		float: none;
		margin-right: 15px;
	}
	.btn-1{
		padding-left: 90px;
	}
	.m-message label.code input {
		float: none;
	}
	.m-message label.mes span{
		position: relative;
		top: -55px;
		z-index: 3;
	}
	.m-message label.code input{
		width: 30%!important;
		margin-right: 10px;
	}
	.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;
	}

}


/*Common For Max 320*/
@media only screen and (max-width: 479px) {
	/*头部*/
	/*友情链接*/
	.m-link1{
		padding: 10px 0;
	}
	/*首页*/
	.ul-txt03 li .txt h3{
		padding: 15px 0;
	}
	.ul-txt03 li .txt p{
		margin: 15px 0;
		font-size: 14px;
		line-height: normal;
	}
	.ul-txt03 li a{
		padding: 20px;
		margin: 0;
	}
	.ul-tab01{
		margin: 0 -5px;
	}
	.ul-tab01 li{
		/* width: 50%; */
	}
	.ul-tab01 li a{
		font-size: 14px;
		margin: 0 5px;
	}
	.ul-news01 li .txt{
		padding-left: 15px;
	}
	.ul-news01 li .time{
		width: 80px;
		height: 80px;
	}
	.ul-news01 li .time span{
		padding-top: 12px;
	}
	/*内页*/
	.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{
		padding: 15px 0;
	}
	.ul-newslist li .tit{
		margin-bottom: 15px;
	}
	.ul-newslist li .tit .time{
		font-size: 12px;
	}
	.ul-newslist li .tit a{
		font-size: 14px;
	}
	.m-message{
		margin: 10px auto 0;
	}
	.m-message label input.inp,
	.m-message label textarea,
	.m-message label.code input {
		width: 66%;

	}
	.m-message label{
		margin-bottom: 10px;
	}
	.ul-imgtxt-01 li a p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.m-txt1 .txt {
		padding-bottom: 10px;
	}
	.m-txt1 .txt p {
		margin-bottom: 0;
	}
	.m-list02{
		margin-top: 20px;
	}
	.ul-txt3 li {
		margin: 0;
	}
	.m-list-03 {
		margin-top: 15px;
		padding-top: 13px;
	}
	.m-list-03 .con .pic {
		height: auto;
		line-height: normal;
	}
	.m-list-03 .con .txt h3{
		margin-bottom: 15px;
		font-size: 18px;
	}
	.preview .swiper-slide{
		width: 33.33%;
	}
	.view .swiper-slide .imgauto{
		height: auto;
		line-height: normal;
	}
	.m-news1 .box .desc span{
		margin: 0;
	}
	.ul-pages1 li {
		float: none !important;
		margin-bottom: 10px;
	}
	/*new*/
	.lvsbtn a{
		font-size: 14px;
		width: 139px;
		margin: 0 2px;
		padding: 0;
		height: 40px;
		line-height: 40px;
	}
	.caseitem{
		width: 100%;
		margin-bottom: 10px;
	}
	.caseitem h3{font-size: 16px;color: #999;width: 90%;margin-left: 12px;}
	.caseitem h4{font-size: 17px;color: #999;width: 90%;margin-top: 0;margin-bottom: 0;margin-left: 12px;}
	.caseitem p {
		font-size: 13px;
		line-height: 22px;
		margin: 10px 0;
		width: 90%;
		margin-left: 12px;
	}
	.bzcon li{
		width: 100%;
	}
	.bzcon{
		display: block;
		width: 100%;
	}
	.bzcon li:nth-child(2) {
		margin: 5px ;
	}
	/*liucheng*/
	.liucheng{
		background: url("../images/liuchnegbg.png") no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
		width: 100%;
	}
	.liuchengcon{
		background: none;
	}
	.liuchengitem{overflow: hidden;background: none;background-size: 82%;}
	.liuchengitem a{float: left;width: 32%;text-align: center;height: 155px;margin-bottom: 11px;}
	.liuchengitem p {

	}
	.liuchengitem a img{width: 46px;}
	.liuchengitem a h3{font-size: 14px;margin: 13px 0;font-weight: normal;}
	.liuchengitem a h4{color: #ff6a00;font-size: 32px;margin-top: 0;}
	.biaozhun{
		text-align: center;
		margin: 40px 0;
	}
	.biaozhun h2{font-size: 18px;margin-bottom: 10px;}
	.biaozhun p{font-size: 21px;color: #ff6a00;font-weight: normal;}
	.liuchengitem a:nth-child(4){
		width: 50%;
	}
	.liuchengitem a:nth-child(5){
		width: 50%;
	}
	.fuwuitem{
		width: 100%;
		display: block;
	}
	.fuwuboxcon{
		width: 93%;
		text-align: center;
		float: none;
	}
	.fuwuitem:nth-child(odd) .fuwuboxcon {
		width: 96%;
		margin: 9% auto;
		float: none;
		text-align: center;
	}
	.lvshi1L{
		width: 100%;
	}
	.lvshi1L img{
		position: relative;
		margin-top: 10px;
	}
	.lvshi1R {
		float: right;
		width: 100%;
		font-size: 24px;
		color: #ff6a00;
		margin-top: 14%;
	}
	.lvshi1L1{
		width: 100%;
		height:350px;
		}
	.zhishi li{
	    width: 100%;
	}	
	.w-1200{
		width: 100%;
	}
	.aboutus{
	    width:100%;
	    height: 1080px;
	    background:none;
	    background: #fff;
border: 0px solid #000;
	    position: relative;
	}
	.aboutus .aboutboxleft{
	    width:100%;
	    
	    background:none;
	    position: relative;
	}
	.aboutus .aboutboxleft h2{ text-align:center;}
	.aboutus .aboutboxleft h3{ text-align:center;}
    .aboutus .aboutboxleft p{
	    width:100%;
	    
	}
	.aboutus .aboutbox{
	    width:100%;
	    background:none;
	   
	    
	}
	.aboutboxleftpp{
	
	    width:100%;
	    background:none;
	     margin-left: 15px;
	   border: 0px solid #000;
	}
	.about2 .f12{text-align:center;}
	.about2 .f24{
	    width: 100%;
	    border:0px solid #000;
	    text-align:center;
	    padding-left: 135px;

	}
	.about2 li:before{background: url(../images/sy50.png) no-repeat center center; left: -31px;top: 12px; content: "";display: block;position: absolute;width: 17px;height: 17px;}
.about2 .dian:before{background: url(../images/timedian.jpg) no-repeat center center; left: -55px;top: -2px; content: "";display: block;position: absolute;width: 61px;height: 61px; }
    .wenhua{
        width: 100%;
        height:auto;
        background:none
        
    }
    .wenhua .wp h2{
        width: 100%;
        text-align: center;
    }
    .wenhua h3{
        width: 100%;
        text-align: center;
        padding-left: 100px;
    }
    .wenhua .wenhuabox{
        width: 100%;
        height: auto;
        
    }
    .wenhua .wenhuabox h3{
        width: 100%;
        text-align: center;
    }
    .wenhua .wenhuabox p{
        width: 100%;
        text-align: center;
    }
    .wenhua .wenhuabox li{
        width: 100%;
        height: auto;
        border:0px solid #000;
    }
    .gongyi{
        display: none;
    }
	.news_xx  .content{ padding-top:24px;line-height:30px; color:#666666; padding:5px;}
.news_xx  .content img{ max-width:100%; margin:20px auto; display:block;}

.news_xx  .content ul{ padding-left:20px;}
.news_xx  .content ul li{ list-style-type:disc;}
.news_xx  .content .layerlt { width:100%;  border:#000 0px solid; min-height:260px; height:auto;padding-left:20px}		
.news_xx  .content .layerlt li{width:100%;}

.news2_list li .img{
	clear:both;
	width:100%;
	border:#030 0px solid;
	display:none;
}

.news2_list li .text{
	clear:both;
	width:100%;
	border:#030 0px solid;
}
.news2_list li h3{
	clear:both;
	width:100%;
}

.zhishi_list li .img{
	clear:both;
	width:100%;
	border:#030 0px solid;
	display:none;
}
.zhishi_list li .text{
	clear:both;
	width:100%;
	border:#030 0px solid;
}
.zhishi_list li h3{
	clear:both;
	width:100%;
}
.zhishi_list{}
	.lvshi1R1 {
		float: right;
		width: 100%;
		font-size: 24px;
		color: #ff6a00;
		margin-top: 14%;
	}
	.lvshi1Rneirong {
		width: 100%;
		display: none;
		font-size: 24px;
		color: #ff6a00;
		margin-top: 14%;
	}
.lvshi1Rneirong .clll{
    color: #000;
    width: 100%;
    height: auto;
}	
.html_right{display:none}
.ab_pages{ width:100%; }
.ab_pages ul{ }
.html_cont{width:100%;}
.html_left{width:100%;}
.weizhi_l{width:100%;}
.weizhi_r{display:none}
.html_left{width:100%;}

	.lvshi1Rneirong p{
		width: 100%;
		font-size: 18px;


	}
	.tesecon li {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.ryul li {
		float: left;
		width: 100%;
		margin-bottom: 10px;
	}
	.moshicon{
		display: block;
	}
	.moshicon li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lvshilist3con{
		display: block;
	}
	.lvshilist3con li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lvshilist4con{
		display: block;
	}
	.lvshilist4con li{
		width: 100%;
		margin-bottom: 10px;
	}
	.lvshilist2con{
		display: block;
	}
	.lvshilist2con li{
		width: 100%;
		height:auto;
		margin-bottom: 10px;
	}
	.lvshi2 ul li p {
		font-size: 16px;
		display: none;
	}
	.lvshi1R p {
		font-size: 16px;}
	.lvshi3 a p {
		font-size: 12px;
	}
	.lvshiytabcon {
		background: url(../images/lvshibg.png) no-repeat;
		background-size: 100% 100%;
		margin-top: 0;
		height: auto;
		overflow: hidden;
	}
	.bzt1 {
		font-size: 18px;
		color: #ff6a00;
		text-align: center;
		font-weight: normal;
		margin-bottom: 8px;
	}
	.bzt2{
		font-size: 12px;
	}
	.message{border: 1px solid #ff6a00;overflow: hidden;/* line-height: 65px; */height: auto;width: 83%;margin: 30px auto;border-radius: 8px;font-size: 17px;}
	.cuozong{border: 1px solid #ff6a00;overflow: hidden;line-height: 40px;height: 44px;width: 91%;margin: 30px auto;border-radius: 51px;font-size: 17px;display: flex;justify-content: space-between;}
	.cuozong p{float: left;text-align: center;font-size: 14px;padding-left: 15px;}
	.cuozong a{float: right;width: 43%;background: #ff6a00;color: #fff;text-align: center;font-size: 18px;font-weight: 700;}
	.messageL{width: 100%;overflow: hidden;float: left;line-height: 65px;}
	.messageL p{

		float: left;

		margin-left: 54px;
	}
	.messageL input{float: left;height: 65px;width: 100%;border: 0;padding-left: 15px;font-size: 16px;}
	.messageR{float: right;width: 100%;background: #ff6a00;color: #fff;text-align: center;font-size: 30px;font-weight: 700;}
	.messageR input{

		background: no-repeat;

		border: 0;

		color: #fff;

		vertical-align: middle;

		font-size: 20px;

		height: 65px;

		margin: 0;

		font-weight: 700;
	}
	#certify{
		width: 100% !important;
	}
	#certify .swiper-button-next {
		right: 0 !important;
	}
	#certify .swiper-button-prev {
		left: 0px !important;
	}
}
