@media (max-width:1600px) {
	.head .nav>li .nav-top a{font-size:16px}
	.head .lang{font-size:16px}
	.head .nav>li{margin: auto .22rem;}
	.header .logo{width:180px}
	.head .nav>li .nav_two ul li a{font-size:14px; line-height: 35px;}
}
@media (max-width:1440px) {
	.header{ padding:.16rem 4% .16rem 4%}
	.head .nav>li .nav-top a{font-size:15px}
	.head .lang{font-size:15px}
	.head .nav>li{margin: auto .22rem;}
	.header .logo{width:180px}
	.footer .mwrap{width:92%;}
	.footer .box2 .box2R .d2{font-size:15px;}
	.footer .box2 .box2R .d2 p span{font-size:24px;}
	.footer .box2 .box2L{padding-right:1%;}
	.footer .box2 .box2L .navlist .li .t1{font-size:17px;}
	.footer .box2 .box2L .navlist .li .t2 a{font-size:14px;}

	.newsdetail-title .title{font-size:.5rem; line-height: .6rem;}
	.newsdetail-title{ padding:8px 0 .2rem 0}
	
}
@media (max-width:1366px) {
	.footer .mwrap{width:93%}
	.header{padding:.16rem 3% .16rem 3%}
}


@media (max-width:1240px) {

    

    .wrap{width:92%}

    .mwrap{width:92%}

    .div_pc{display: none !important;}

    .pc-div{display: none !important;}

    .phone-div{display: block !important;}

    .div_m{display: block !important;}

    

    html{max-width: 750px; margin-left: auto !important; margin-right: auto !important;}



	body,html{



		-webkit-text-size-adjust: 100%;



		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);



	}	

 

    .header{ display:none}  

    .header .head-search{display:none}

        /*移动端menu*/

#c-header {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 99999999999900;

  padding-top: .2rem; padding-bottom:.2rem; 

  width: 100%;

  text-align: center;

  transition: 0.3s;

  pointer-events: none;

}

#c-header a {

  color: #fff; display: block; height: 100%;

  transition: 0.3s;

}

#c-header .container {

	margin: 0 auto;

  display: flex;

  align-items: flex-start;

  justify-content:space-between;

  width: 100%;

  padding: 0 4% 0 4%;

}

/*顶部logo*/

#c-header .c-logo img {

  height: .44rem; width: auto; display: block; margin-top: .09rem;

}



/*顶部移动端导航*/

#c-header .c-nav2 {

  position: absolute;

  top: 0;

  left: 100%;

  width: 100%;

  height: 100vh;

  line-height: 1.2rem;

  color: #ffffff;

  background: #fff;

  overflow-y: auto;

  transition: 0.3s;

  text-align: left;

  pointer-events: auto; z-index: 99999999999999;

}

#c-header .c-nav2 > li:last-child {

  border-bottom: 1px solid #ddd;

}

#c-header .c-nav2 > li:first-child {

  border-top: 0;

}

#c-header .c-nav2 li {

  padding: 0 0.44rem;

  border-top: 1px solid #ddd;outline: none;

}

#c-header .c-nav2 li .c-title-box {

  display: flex;

  align-items: center;

  justify-content: space-between;outline: none;

}

#c-header .c-nav2 li .c-title-box img,

#c-header .c-nav2 li .c-title-box svg {

  width: 0.3rem;

  height: 0.3rem;

}

#c-header .c-nav2 li .c-title-box img path,

#c-header .c-nav2 li .c-title-box svg path {

  fill: #303E48;

}

#c-header .c-nav2 li a {

  color: #333333;

  -webkit-transition: all 0.3s;

  transition: all 0.3s; outline: none;

}

#c-header .c-nav2 .c-title-box a { display: block; width: 100%; height: 100%; font-size: .34rem; font-weight: bold; letter-spacing: 1px;}

#c-header .c-nav2 li ul {

  display: none;

}

#c-header .c-nav2 li ul li{line-height: .9rem; padding: 0 0;}

#c-header .c-nav2 li ul li a { display:block; width: 100%; height: 100%; padding: 0 .3rem; opacity: .8; font-size: .3rem;}



.c-open #c-header .c-nav2 {

    left: 0;

 }



/*顶部导航开关*/

#c-header .c-switch {

  position: relative;

  width: .6rem;

  height: 100%;

  cursor: pointer;

}



#c-header .c-switch i {

  position: absolute;

  left: 0;

  height: 2px;

  width: 100%;

  background: #fff;

  transition: all 0.3s;

}

#c-header .c-switch i:nth-child(1) {

  top:1px;

}

#c-header .c-switch i:nth-child(3) {

  bottom: 0;

}

#c-header .c-switch i:nth-child(2) {

  top: 50%;

  margin-top: -1px;width: 60%

}

body.c-open #c-header .c-switch i:nth-child(2) {

  opacity: 0; 

}

body.c-open #c-header .c-switch i:nth-child(1) {

  top: 50%;background: #333;

  margin-top: -2px;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}

body.c-open #c-header .c-switch i:nth-child(3) {

  bottom: 50%; background: #333;

  margin-bottom: -1px;

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg); 

}

/* 顶部功能区 */

#c-header .c-gn {

  position: relative;

  z-index: 100;

  display: flex;

  align-items: center;

  pointer-events: auto; z-index: 9999999999;

}

#c-header .c-gn .c-menu {

  display: flex;

  align-items: center;

  justify-content: center;

  height: .44rem;

  background:none;

  cursor: pointer;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



#c-header .c-gn .c-menu p {

  margin-right: 0.1rem;

}

#c-header .c-gn .c-menu img,

#c-header .c-gn .c-menu svg {

  width: 0.4rem;

  height: 0.4rem;

}

#c-header .c-gn .c-menu img path,
#c-header .c-gn .c-menu svg path {

  fill: #ffffff;

}

    

    
.banner .txt .t1{font-size:.7rem;}
	.banner .txt .t2{font-size:.34rem;}

    .banner .h-banner{height:8rem;}

    .banner .txt{left:4%; top: 34%;}

    .banner .txt .txt-p{font-size:.5rem; line-height: .7rem;letter-spacing:1px;}

    .banner .txt .txt-p2{font-size:.3rem; width: 2.8rem; height: .8rem; line-height: .8rem; border-radius: .44rem; margin-top: .5rem;}

    .banner .txt .txt-p2 a{ background: url(../images/icon02.png) no-repeat 78% center; background-size:.14rem}

    .banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0;}

    

	.iBanner{ height: 7.2rem;}
	.iBanner .wz{width:92%; left: 4%; margin-left:0;height:1.8rem;}
	.iBanner .wz .d1{font-size:.34rem; line-height: .5rem;margin-bottom:.1rem;}
	.iBanner .wz .d2{font-size:.7rem; line-height: .9rem}
	.iBanner .bann{
	-webkit-transform:  scale(1);
	-webkit-animation: subAnimate22 4s ease 1 forwards;}
	
	.footer{padding-top:.7rem; background:#f5f5f5 url(../images/pic24_m.png) no-repeat bottom right; background-size: 100%;}
	.footer .box1 .box1L{width:100%; float: inherit; margin-bottom: .56rem;}
	.footer .box1 .box1L img{ display:block; width: 3.8rem;}
	.footer .box1 .box1R{width:100%; float: inherit;}
	.footer .box1 .box1R .d1{justify-content:flex-start}
	.footer .box1 .box1R .d1 .bx{margin-left:0;margin-right:6%}
	.footer .box1 .box1R .d1 .bx .ico{width:.82rem; height: .82rem;}
	.footer .box2 .box2L{display:none}
	.footer .box2 .box2R{width:100%; float: inherit;}
	.footer .box3 .box3L{width:100%; float: inherit; margin-bottom: .1rem;}
.footer .box3 .box3R{width:100%; float: inherit; text-align: left}
	.footer .box2 .box2R .d2{font-size:.26rem; line-height: .4rem;}
	.footer .box2 .box2R .d2 p span{font-size:.4rem;}
	.footer .box2 .box2R .d2 p img{width:.24rem;}
.footer .box3{font-size:.24rem; line-height: .44rem; padding: .26rem 0}
	.footer .box3 .box3R a{margin-left:0; margin-right: .3rem}
	

	
	
	
	.ly-box .box .bx .li{width:100%; float: inherit; margin-right: 0; margin-bottom: .44rem;}
	.ly-box .box .bx{ margin-bottom: .4rem;}
.ly-box .box .bx p{font-size:.26rem; line-height: .4rem;margin-bottom:.16rem;}
.ly-box .box .bx input{ padding:0 .2rem; height: .7rem; line-height: .7rem;font-size:.26rem;}
.ly-box .box .bx select{padding:0 .2rem; height: .7rem; line-height: .7rem;font-size:.26rem;}
.ly-box .box .bx textarea{font-size:.26rem; line-height: .44rem; height: 2.2rem; padding: .2rem;}
.ly-box .box{background-size:40%; padding: 4% 3.5% 2rem 3.5%;}
.ly-box .smt .sbnm{ height: .7rem; line-height: .7rem;border-radius:.4rem;font-size:.26rem;}
.ly-box .smt{width:3rem; top: -.64rem;}
	

.jl-box .box .bx .li{width:100%; float: inherit; margin-right: 0; margin-bottom: .44rem;}
	.jl-box .box .bx{ margin-bottom: .4rem;}
	.jl-box .box .bx p{font-size:.26rem; line-height: .4rem;margin-bottom:.16rem;}
	.jl-box .box .bx input{ padding:0 .2rem; height: .7rem; line-height: .7rem;font-size:.26rem;}
	.jl-box .box .bx select{padding:0 .2rem; height: .7rem; line-height: .7rem;font-size:.26rem;}
	.jl-box .box .bx p span{font-size:.24rem; line-height: .4rem;}
	.jl-box .box .bx2 input{width:3rem;}
	.jl-box .box{background-size:40%; padding: 4% 3.5% 2rem 3.5%;}
	.jl-box .smt .sbnm{ height: .7rem; line-height: .7rem;border-radius:.4rem;font-size:.26rem;}
	.jl-box .smt{width:3rem; top: -.64rem;}
	
	.case-list .li{width:48%; height: 1.5rem; margin-bottom: 4%; margin-right: 4%}
	.case-list .li .d2{font-size:.28rem; line-height: .36rem; }
	.case-list .li:nth-child(3n){margin-right: 4%;}
	.case-list .li:nth-child(2n){margin-right: 0;}
	
	
	.sp-list .li{width:100%; height: auto;float: inherit;margin-right:0; margin-bottom: .7rem;}
	.sp-list .li .d1{height:auto; margin-bottom: .3rem;}
	.sp-list .li .d1 img{height:auto}
	.sp-list .li .d2{font-size:.32rem; line-height: .46rem; }
	
	
	.hggl-box .box1{margin-bottom:.8rem;}
	.hggl-box .box1 .box1L{width:100%; float: inherit; margin-bottom: .34rem; }
	.hggl-box .box1 .box1R{width:100%; float: inherit; }
	.hggl-box .box1 .box1L .tit{font-size:.3rem; line-height: .4rem; background: url("../images/pic133_m.png") repeat-y left center; padding: .2rem .2rem .2rem .4rem;}
	.hggl-box .box1 .box1L .wz{font-size:.26rem; line-height: .52rem;text-indent:.5rem; }
	.hggl-box .box2 .shzp_list2 .list_dl2 .list_dt2{ background-size: .14rem; height: 1.4rem; line-height: .5rem; }
	.hggl-box .box2 .shzp_list2 .list_dl2 .list_dt2 .sp2{font-size:.3rem; line-height: .46rem;}
	.hggl-box .box2 .shzp_list2 .list_dl2 .list_dt2 .sp1{width:.48rem; height: .48rem; line-height: .48rem; font-size:.24rem; margin-right: .14rem;}
	.hggl-box .box2 .list_dd2 .t1{font-size:.28rem; line-height: .46rem; margin-bottom: .2rem;}
	.hggl-box .box2 .list_dd2 .t2{font-size:.26rem; line-height: .46rem;padding-left:.2rem; background: url("../images/pic87.png") no-repeat left .18rem; background-size: .08rem; }
	.hggl-box .box2 .shzp_list2 .list_dl2 .list_dt2 .bx{padding-right:.6rem; align-items: flex-start; padding-top: .3rem;}
	#open2{background-size: .25rem;}
	.hggl-box .box2 .shzp_list2 .list_dd2 .bx{padding-top:.3rem;}

	.hzhb-box .li{width:48%;margin-right:4%; margin-bottom: 4%;}
	.hzhb-box .li:nth-child(4n){margin-right:3%;}
	.hzhb-box .li:nth-child(2n){margin-right:0}
	.hzhb-box .li img{max-width:84%;max-height:74%;}
	
	.iCon{padding:0 0 1.3rem 0}
	.iCon_botbg{background-size:4rem;}
	
	.fy{margin-top:.2rem;}
	.fy a{font-size:.26rem; line-height: .6rem;height: .6rem; padding: 0 .2rem;}
	.fy b{line-height: .6rem;height: .6rem; padding: 0 .2rem;}
	
	.ryzz-box .li{width:100%; height: 6rem; margin-right: 0; margin-bottom: .5rem;}
	.ryzz-box .li .d2{font-size:.28rem; line-height: .46rem;}
	.ryzz-box .li .d1{height:5rem;}
	
	.cp-list .li{width:48%; height:5.4rem; margin-right: 4%; margin-bottom: 4%;}
	.cp-list .li:nth-child(3n){margin-right:4%;}
	.cp-list .li:nth-child(2n){margin-right:0}
	.cp-list .li .d1{ height: 3.8rem; }
	.cp-list .li .d2{font-size:.28rem; line-height: .44rem;}
	.cp-list .li .d3{font-size:.26rem; line-height: .38rem;}
	
	.dongXiao .dongXiao3 img{width:4.7rem;}
	.row4 .news_dong1 img{width:4.7rem;}
	
	.row1{padding:1.2rem 0 2% 0}
	.row1 .mTitle{margin-bottom:2.1rem;}
	.mTitle .d1{font-size:.34rem; line-height: .5rem; background-size: .3rem;margin-bottom:.4rem;padding-bottom:.26rem;}
	.mTitle .d2{font-size:.46rem;}
	.row1 .slideTxtBox .hd{margin-right:0;top:4.2rem; width: 100%; right: inherit; left: 1.7%; margin-bottom:0}
	.row1 .slideTxtBox .hd ul{display:block}
	.row1 .slideTxtBox .hd ul li{font-size:.22rem; float: left; margin-bottom: .14rem;}
	.row1 .qhbbtn{width:.84rem; height: .84rem;right:31%; top: 65%;}
	.row1 .swiper-button-prev{background-size:.14rem;}
	.row1 .swiper-button-next{background-size:.14rem;}
	.row1 .swiper-button-prev:hover{background-size:.14rem;}
	.row1 .swiper-button-next:hover{background-size:.14rem;}
	.row1 .swiper-slide .btn{opacity:1}
	.row1 .slideTxtBox .bd{margin-left:0;}
	
	.row2{padding-top:.9rem; background: url(../images/pic15_m.png) no-repeat top center; background-size: 100%;margin-bottom:1rem;}
	.row2 .box1 .box1L{width:100%; float: inherit;}
	.row2 .box1 .box1R{width:100%; float: inherit;padding-top:0; padding-left: 45%;}
	.row2 .box1 .li .liL .p1{font-size:.66rem;}
	.row2 .box1 .li .liL .p2{font-size:.26rem; line-height: .4rem;}
	.row2 .box1 .li .liR{font-size:.26rem; line-height: .4rem;}
	.row2 .box1{margin-bottom:2rem;}
	.home .mMore{font-size:.24rem;}
	.row2 .box2 .bfbtn{width:.72rem; height: .72rem; margin-left: -.36rem; margin-top: -.36rem;}
	
	.row3{margin-bottom:1rem;}
	.row3 .box{height:4.8rem}
	.row3 .box .banner .swiper-slide .item{width:100%;}
	.row3 .banner{position:static; margin-top: 0;}
	.row3 .swiper{ position: static;}
	.row3 .banner .swiper-pagination{bottom:0; text-align: center;padding-right:0; height: 40px;}
	.row3 .mTitle{margin-bottom:.5rem;}
	.row3 .banner .swiper-pagination-bullet{background:#eee}
	.row3 .banner .swiper-pagination-bullet-active{background:#999; opacity: 1;}
	
	
	.Home_Business .mTitle{top:0; left: 0; position: static; padding-left: 4%; }
	.Home_Business .swiper-slide .orientation{padding:.7rem 0 0 1.8rem}
	.Home_Business .swiper-slide .orientation .content1{font-size:.38rem; line-height: .5rem;}
	.Home_Business .swiper-slide .orientation .content3{font-size:.26rem; line-height: .4rem;}
	.Home_Business .button{width:.8rem; height: .8rem;left:79%;top:64%}
	.Home_Business .button .prev{background-size:.14rem;}
	.Home_Business .button .next{background-size:.14rem;}
	.Home_Business .button .prev:hover{background-size:.14rem;}
	.Home_Business .button .next:hover{background-size:.14rem;}
	
	.mTitle{margin-bottom:.7rem;}
	
	.row4{padding-top:.8rem;margin-bottom:.9rem}
	.row4 .mMore{top:2.2rem;}
	.row4 .list .li{width:100%; height: auto;float: inherit; margin-right: 0; margin-bottom: .3rem; }
	.row4 .list .li .d1{height:auto;}
	.row4 .list .li .d1 img{height:auto;}
	.row4 .list .li .d2{font-size:.34rem; line-height: .5rem;}
	.row4 .list .li .d3{font-size:.26rem; line-height: .4rem;background: url(../images/pic178.png) no-repeat right .14rem; background-size: .12rem;padding-bottom: .4rem;}

	.secMenu .list p{ width: 20%; height: 1.1rem; padding: 0 0; margin-right: 0; text-align: center;display: flex; align-items:flex-end; justify-content: center; }
	.secMenu .list a{ display:inline-block;font-size:.3rem; height:.71rem; line-height: .34rem;}
	.secMenu .list{padding:0; width: 100%;}
	.secMenu{background:url(../images/pic32_m.png) repeat-x bottom center; height: auto;top:0; margin-bottom: 1rem; padding-top: 0; padding-bottom: .18rem;}
	.secMenu .list p:last-child{margin-right:0;}
	
	
	
	.iTitle{margin-bottom:.7rem;}
	.iTitle .d1{font-size:.46rem; line-height: .6rem; background: url(../images/icon05.png) no-repeat .04rem bottom; background-size: .31rem;padding-bottom:.26rem;}
	.about-box .box1 .box1L{width:100%; float: inherit;}
	.about-box .box1 .box1R{width:100%; float: inherit; font-size: .26rem; line-height: .56rem;}
	.about-box .box1 .box1L .li{width:33.3333%; float: left;margin-bottom:.6rem;}
	.about-box .box1 .box1L .li .liR .t1 .p1{font-size:.62rem; line-height: .6rem;}
	.about-box .box1 .box1L .li .liR .t1 .p2{font-size:.26rem; line-height: .4rem;}
	.about-box .box1 .box1L .li .liR .t2{font-size:.26rem; line-height: .4rem;}
	.about-box .box1 .box1L .li img{margin-right:.14rem; width: .6rem;}
	.about-box .box1 .box1R p{text-indent:.5rem;}
	.about-box .box3 p{text-indent:.5rem;}
	.about-box .box3{font-size:.26rem; line-height: .56rem;}
	
	
	
	.qywh-box .swiper-slide .active{width:100%;}
	.qywh-box .swiper-slide .item{width:100%; height: 5.35rem; margin-bottom: .36rem;}
	.qywh-box .swiper-slide .item:not(:first-child){margin-left:0;}
	.qywh-box .swiper-slide{display:block}
	.qywh-box .swiper-slide .item .bbx .img img{height:100%;}
	.qywh-box .swiper-slide .item .bbx .orientation{height:2.3rem;transform:translateY(0); opacity: 1;padding:0 5%;}
	.qywh-box .swiper-slide .item .bbx .orientation .content1 .p1{font-size:.4rem; line-height: .5rem;}
	.qywh-box .swiper-slide .item .bbx .orientation .content1 .p2{font-size:.3rem; line-height: .4rem;margin-bottom:.2rem;}
	.qywh-box .swiper-slide .item .bbx .orientation .content1 .p3{font-size:.34rem; line-height: .44rem;padding-top:.2rem;}
	.qywh-box .swiper-slide .item .bbx .title{display:none}
	.qywh-box .swiper-slide .item .bbx{width:100%; height: 100%;}
	.fzlc-box .top img{border-radius:.1rem;}
	.fzlc-box .top .text .d1{ margin-bottom: .1rem;}
	.fzlc-box .top .text .d1 .sp1{font-size:.7rem; line-height: .7rem;}
	.fzlc-box .top .text .d1 .sp2{font-size:.26rem; line-height: .4rem; margin-left: .06rem;margin-right:.3rem;}
	.fzlc-box .top .text .d1 .sp3{font-size:.26rem; line-height: .64rem; width: 1.85rem; background-size: 100%; padding-left: .2rem;} 
	.fzlc-box .top .text .d2{font-size:.3rem; line-height: .5rem;}
	.fzlc-box .top .text{padding:7% 5%}
	.fzlc-box .list .li .li_1{font-size:.54rem; line-height: .6rem; width: 100%; float: inherit; text-align: left;padding-right:0;padding-left:13%; margin-bottom: .2rem;}
	.fzlc-box .list .li .li_1 span{font-size:.26rem; line-height: .4rem;}
	.fzlc-box .list .li .li_2{ width: 86%; float: inherit; font-size:.26rem; line-height: .44rem; padding: .2rem .3rem; margin-left: 14%}
	.fzlc-box .list:after{left:6%;}
	.fzlc-box .list .li .li_1:after{right:inherit; left:3%; width: .41rem; height: .41rem; border-radius: 50%;top:.1rem;}
	.fzlc-box .list .li:nth-child(2n) .li_1{float:inherit}
	.fzlc-box .list .li:nth-child(2n) .li_2:before{background:url(../images/pic42.png) no-repeat center center;right:inherit;left:-.16rem;}
	.fzlc-box .list .li:nth-child(2n) .li_1:after{left:3%;}
	.fzlc-box .list .li{padding-top:.8rem;}
	.fzlc-box .list .li .li_2:before{width:.16rem; height: .16rem; background-size: 100%;left:-.16rem;}
	
	.position{padding: .16rem 0; font-size: .26rem; line-height: .4rem; border-top:1.1rem solid #fff;}

	.cp-con .box1 .box1L{width:100%; height: 7rem; float: inherit; margin-bottom: .4rem;}
	.cp-con .box1 .box1R{width:100%; float: inherit; height: auto;}
	.cp-con .box1 .box1L .d1{height: 5.7rem;}
	.cp-con .box1 .box1L img{max-height:90%}
	.cp-con .box1 .box1L .swiper-pagination{bottom:.1rem;}
	.cp-con .box1 .box1L .swiper-pagination-bullet{width:.14rem; height: .14rem;margin:0 .06rem;}
	
	.side{display:none}
	.cp-con .box1 .box1L .filelink{ bottom:3%;font-size:.24rem; line-height: .4rem;}
	.cp-con .box1 .box1L .filelink img{width:.32rem; margin-right: .05rem;}
	.cp-con .box1 .box1R .d1{font-size:.24rem; line-height: .4rem;margin-bottom:.12rem;}
	.cp-con .box1 .box1R .d2{font-size:.28rem; line-height: .42rem; margin-bottom: .12rem;}
	.cp-con .box1 .box1R .d3{font-size:.34rem; line-height: .5rem; margin-bottom: .12rem;}
	.cp-con .box1 .box1R .li{font-size:.24rem; line-height: .4rem;margin-top:.1rem; padding: .1rem 0}
	.cp-con .box1 .box1R .li1{margin-top:.3rem;}
	.cp-con .box1 .box1R .d4 .d4_1{width:3rem; height: .72rem; line-height: .72rem; font-size: .26rem; float: inherit; margin: 0 auto; margin-bottom: .3rem;}
	.cp-con .box1 .box1R .d4 .d4_1 img{ width: .32rem;}
	.cp-con .box1 .box1R .d4{margin-top:.5rem;}
	.cp-con .box1 .box1R .d4 .d4_2{width:50%; font-size: .24rem; line-height: .38rem;}
	.cp-con .box1 .box1R .d4 .d4_3{width:50%;}
	.cp-con .box1 .box1R .d4 .d4_2 img{width:.34rem;}
	.cp-con .tit{font-size:.3rem; height: .72rem; line-height: .72rem; background: url("../images/pic133_m.png") no-repeat left center;margin-bottom:.32rem; padding-left: .4rem;}
	.cp-con .text{font-size:.26rem; line-height: .52rem;}
	.cp-con .box2{ padding-bottom:.5rem;}
	.cp-con .tab{font-size:.26rem; line-height: .44rem;}
	.cp-con .tab tr td{padding:.14rem .18rem;}
	.cp-con .box3{ padding-bottom:.5rem;}
	.cp-con .box4{ padding-bottom:.5rem;}
	.cp-con .box5{ padding-bottom:.5rem;}
	.cp-con .box6{ padding-bottom:.5rem;}
	
	.black #c-header .c-switch i{background:#222222}
	.black #c-header a{color:#222;}
	
	
	.news-top{height:10.1rem; margin-bottom: 1.5rem;}
	.news-top .swiper-slide{ height: auto;}
	.news-top .swiper-slide .boxL{width:100%; float: inherit; height: 4rem;border-radius:.12rem;}
	.news-top .swiper-slide .boxR{width:100%; float: inherit; height: auto; padding: 5% 4% 8% 4%}
	.news-top .swiper-slide .boxR .d1{font-size:.26rem; line-height: .4rem; margin-bottom: .3rem;}
	.news-top .swiper-slide .boxR .d1 span{font-size:.4rem; line-height: .5rem;}
	.news-top .swiper-slide .boxR .d2{font-size:.34rem; line-height: .5rem; margin-bottom: .2rem;}
	.news-top .swiper-slide .boxR .d3{font-size:.26rem; line-height: .44rem; margin-bottom: 0;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
	
	
	.mMore{width:2.8rem; height: .72rem; line-height: .72rem; font-size: .26rem; margin-top: .4rem;}
	.mMore img{width:.5rem}
	
	.news-list .li{height:auto; margin-bottom: .66rem;}
	.news-list .li a{height:auto}
	.news-list .li .liC{width:100%; float: inherit; margin-bottom: .24rem;}
	.news-list .li .liL{width:100%; float: inherit; margin-bottom: .2rem;padding-top:0;}
	.news-list .li .liR{width:100%; float: inherit;padding-top:0;}
	.news-list .li .liL .d1{font-size:.42rem; line-height: .5rem;}
	.news-list .li .liL .d2{font-size:.24rem; line-height: .4rem;}
	.news-list .li .liR .d1{font-size:.3rem; line-height: .44rem;overflow:inherit;white-space:wrap; margin-bottom: .24rem;}
	.news-list .li .liR .d2{display:none}
	.news-list .li .liR .d3{width:.48rem; height: .48rem; margin-bottom: .42rem;}
	.iCon_newsbg{background:url(../images/pic100_m.png) no-repeat top right; background-size: 100%;}
	
	.rcln-box .list{margin-bottom:8%;}
	.rcln-box .list .li{width:48%; margin-right: 4%; margin-bottom: 4%;}
	.rcln-box .list .li:nth-child(2){margin-right:0}
	.rcln-box .list .li .pic{height:3.46rem;border-radius:.14rem;}
	.rcln-box .list .li .t1{font-size:.4rem; line-height: .5rem; margin-bottom:0;}
	.rcln-box .list .li .t2{font-size:.38rem; line-height: .5rem;}
	.rcln-box .list .li .wz{padding:7% 7%;}
	.rcln-box .links .li{width:100%; height: 2rem; float: inherit;margin-right:0; margin-bottom: .3rem;border-radius:.2rem;}
	.rcln-box .links .li .wz{display:flex; align-items: center; justify-content:flex-start; flex-wrap: wrap;}
	.rcln-box .links .li .wz .t1{font-size:.34rem; line-height: .5rem;}
	.rcln-box .links .li .wz .t2{font-size:.24rem; line-height: .36rem; background-size: .2rem;padding-right:.3rem;}
	.rcln-box .links .li .ico1{width:.81rem; height: .79rem; background-size: 100%;}
	.rcln-box .links .li .ico2{width:.7rem; height: .79rem; background-size: 100%;}
	
	
	.zp .wrap{ position:relative;}
	.zp .mMore{ float:inherit; position: absolute; right: 0; top:0;margin-top:0}
	.zp .zp-tit{position:static}
	.zp .iTitle{margin-bottom:.5rem;}
	.zp-list .shzp_list2 .list_dl2 .list_dt2{background-size: .11rem; height: auto; padding: .3rem .3rem;border-radius:.16rem}
	.zp-list .shzp_list2 .list_dl2 .list_dt2 .sp1{width:54%; font-size:.3rem; line-height: .4rem;}
	.zp-list .shzp_list2 .list_dl2 .list_dt2 .sp2{width:41%;font-size:.24rem; line-height: .4rem;}
	.zp-list .shzp_list2 .list_dl2 .list_dt2 .sp3{display:none}
	#open3{background-size: .2rem;}
	
	.zp-list .shzp_list2 .list_dd2 .bx .d1{font-size:.26rem; line-height: .4rem; }
	.zp-list .shzp_list2 .list_dd2 .bx .d2{font-size:.24rem; line-height: .4rem; margin-bottom: .4rem; }
	.zp-list .shzp_list2 .list_dd2 .bx .btn{width:2.5rem; height: .64rem; line-height: .64rem; font-size: .26rem;}
	.zp-list .shzp_list2 .list_dd2 .bx .btn img{width:.2rem; margin-left: .1rem;}	
	.zp-list .shzp_list2 .list_dd2 .bx{padding-top:.4rem;}
	.zp-list .shzp_list2 .list_dd2{background-size:45%; padding:0 .3rem .8rem .3rem;border-radius:0 0 .16rem .16rem;}
	.lxwm-box .box1{margin-bottom:.8rem;}
	.lxwm-box .box1 .box1L{width:100%; float: inherit;}
	.lxwm-box .box1 .box1R{width:100%; float: inherit;justify-content:flex-start}
	.lxwm-box .box1 .box1L .d1{font-size:.26rem; line-height: .4rem; margin-bottom: .16rem; }
	.lxwm-box .box1 .box1L .d1 span{font-size:.42rem; line-height: .5rem;}
	.lxwm-box .box1 .box1R .mMore{margin-top:.3rem}
	.lxwm-box .box2 .li{width:48%; height: 3.8rem; margin-bottom: 4%;padding-top:.5rem;border-radius:.12rem;}
	.lxwm-box .box2 .li:nth-child(2n){margin-right:0;}
	.lxwm-box .box2 .li img{ margin-bottom:.3rem;}
	.lxwm-box .box2 .li .p1{font-size:.3rem; line-height: .4rem;}
	.lxwm-box .box2 .li .p2{font-size:.24rem; line-height: .4rem;}
	.lxwm-box .box2 .li img{width:1.68rem;}
	
	.shouji .secMenu .list p{width:25%;}
	
	.newsdetail-title .title{font-size:.34rem; line-height: .5rem;margin-bottom:.3rem;}
	.newsdetail-title{margin-bottom:.4rem; padding:8px 0 .1rem 0}
	.news-content .newsdetail-content .yszc-box .tit{font-size:.34rem; line-height: .6rem;}
	.news-content .newsdetail-content .yszc-box p{margin-bottom:.4rem;}
	.news-content{font-size:.26rem; line-height: .5rem;}
	.newsdetail-title .time{ font-size: .26rem;line-height: .4rem;}
	.footer .box1 .box1R .d1 .bx .ewm{width:2rem; left:-.6rem; top: 1rem;}
	.footer .box1 .box1R .d1 .bx1 .ewm{left:0; }
	.footer .box1 .box1R .d1 .bx .wz{top: 1rem;}
	
	
	.fixed-header{background:#ffffff;}
	.fixed-header #c-header .c-switch i{background:#222}
	.home .fixed-header .c-switch i{background:#222222!important}
	.home .fixed-header a{color:#222!important;}
	.fixed-header .c-switch i{background:#222222!important}
	.fixed-header a{color:#222!important;}


	
	.row3 .box .banner .swiper-slide .item a .title{display:none}
	.row3 .box .banner .swiper-slide .item a .orientation{opacity:1;transform:translateY(0); bottom: .7rem;}
	.banner .swiper-pagination-bullet{width:.14rem; height: .14rem;}
	
	
	
	
	
}





@media (max-width:750px) {

   
.cp-con .box3 .biaoge{width:100%; overflow:hidden; overflow-x: auto}
.cp-con .box3 .biaoge .tab{width:200%;}
	
	.chanpin .secMenu p{ height: 1.2rem;}
	.chanpin .secMenu .list p{ width: 25%; text-align: left; justify-content: flex-start; padding-left: .2rem; padding-right: .2rem}
	.chanpin .secMenu .list{ padding-left: 1%;}
	.chanpin .secMenu .list a{height:.86rem;}
	

}







