@media (max-width:1500px) {
    .jtjj-div .box2{ padding-top: 1.8rem;}
	
	.head .nav>li .nav-top a{font-size:16px; line-height: .6rem}
	.head .lang{font-size:16px;}
	.header .logo{width:170px; padding-top: .06rem}
	.head .nav>li{ margin:auto .3rem}
	.header{ padding: .25rem 5% .18rem 5%}
	.ibanner{margin-top:1.2rem; }
	.row1 .box1 .row1R .t2{ font-size: 14px;line-height: 30px; margin-bottom: .35rem; }
	.secMenu .secMenuL{ font-size: 14px;}
	.secMenu .secMenuL .li{  height: .74rem;padding-right: .25rem; margin-right: .25rem;}
	.secMenu .secMenuR{ font-size: 13px;}
	.head .nav>li .nav_two{top:.92rem}
	.head .nav>li .nav_two a{font-size:14px;}
	.wid1{width: 640px; }
	.wid2{width: 270px; }
	.wid3{width: 430px; }
	.wid4{width: 200px; }
	.wid5{width: 290px; }
	
	
	
	
	
}

@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; background: #fff;
}
#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: .62rem; width: auto; display: block;
}

/*顶部移动端导航*/
#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: .32rem; font-weight: bold; letter-spacing: 1px; line-height: 1.1rem;}
#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; line-height: .8rem;}
.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: 3px;

  width: 100%;

  background: #333333;

  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;
}
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; margin-top:.05rem;
}
#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;
}

    

    


.ibanner{margin-top:1rem;}
	.iBanner{ height:3.46rem; margin-top:1rem;}
	.ibanner .wz{width:92%; left: 4%; margin-left:0;height:1.8rem}
	.ibanner .wz .wzbg{height:1.8rem}
	.slogans.is-inview .en{font-size:.26rem; line-height: .4rem;}
	.slogans .cn{margin-bottom:0}
	.cy-nav{top:-10px;font-size:.3rem}
	.news-box .saixuan .saixuanR .select select{font-size:.24rem}
	.news-box .saixuan .saixuanR{width:100%; float: inherit;}
	.news-box .saixuan .saixuanR .select{margin-left:5px;margin-right:5px;}
	.yrln-box .box .d3{font-size:.26rem; line-height: .46rem; }

	.banner{margin-top:1rem;}
    .banner .h-banner{height:4.24rem;}
	.banner .txt{width:90%;left:5%; top: 26%;}
	.banner .txt .t1_1{ width: 100%;}
	.banner .txt .t1_2{ width: 100%;}
	.banner .txt .t1_3{ width: 100%;}
	.banner .txt .t1_4{ width: 100%;}
	.banner .txt .t2{font-size:.24rem; line-height: .4rem;}
	.banner .txt .more{font-size: .22rem;width: 1.6rem; height: .45rem; line-height: .45rem;margin-top: 8%;}
    
    .banner .swiper-container-horizontal>.swiper-pagination-bullets{bottom:0;}

	.secMenu{line-height:.7rem; margin-bottom:.6rem;}
	.secMenu .secMenuL{display:none}
	.secMenu .secMenuR{width:100%; float: inherit;justify-content:flex-start}
	.secMenu .wrap{padding-top:.14rem}

	.iTitle{font-size:.3rem; line-height: .6rem; margin-bottom: .5rem;}


    .fy { margin-top:.3rem; font-size:13px; }
    .fy b{height:.6rem;line-height:.6rem;padding: 0 .12rem;}
    .fy a{ padding:0 .12rem;height:.6rem;line-height:.6rem; font-size:13px;}

	.mTitle{margin-bottom:.5rem;}
	.mTitle .d1{font-size:.3rem; margin-bottom: .26rem;}
	.mTitle .d2{font-size:.36rem; line-height: .5rem;}

	.row1{ margin-bottom: .6rem}
	.row1 .box1{ margin-bottom: .8rem}
	.row1 .box1 .row1L{width:100%; float: inherit;}
	.row1 .box1 .row1R{width:100%; float: inherit;}
	.row1 .box1 .row1R .t1{font-size:.36rem; line-height: .5rem; margin-bottom: .36rem}
	.row1 .box1 .row1R .t2{font-size:.26rem; line-height: .54rem;}
	.row1 .box1 .row1R .t3 a{font-size:.24rem;}
	.row1 .box1 .row1R .t3{width:1.93rem; line-height: .55rem;height: .55rem;}
	.row1 .box2 .bfbtn{ width: .5rem; height: .5rem;}
	.dongXiao .dongXiao1{right:0; left: inherit;}
	.dongXiao .dongXiao1 img{width:5rem}
	.dongXiao .dongXiao2{display:none}
	.dongXiao .dongXiao3{display:none}
	.row4 .news_dong1{display:none}
	.budyy_dong1{display:none}

	
	.swiper-wrap{height:4rem}
	.swiper-wrap .swiper-container .swiper-wrapper .swiper-slide{height:3rem;border-radius:.2rem;}
	.swiper-wrap .tp{height:2rem}
	.swiper-wrap .swiper-container .swiper-pagination-bullet{ width:.14rem; height: .14rem;}
	
	
	
	.row2{ clear:both; width: 92%; overflow: hidden; margin: 0 auto;margin-bottom: .7rem; position: relative;}
	.row2 .tp{ width: 100%; height: auto; overflow: hidden; position: relative; border-radius: .2rem; margin-bottom: .26rem;}
	.row2 .tp img{ display:block; width: 100%; height:auto;}
	.row2 .tp p{width:100%; font-size: .32rem; color: #fff; line-height: .6rem; position: absolute; left: 0; bottom:.34rem; padding: 0 5.5%;background: url(../images/pic61.png) no-repeat 92% center; background-size: .55rem;}
	.row2 .wzbx{ width: 100%; font-size: .26rem; color: #797979; line-height: .4rem;}
	.row2 .wzbx a{width:98%; display: block; margin: 0 auto; display: flex; align-items: flex-start; justify-content: flex-start}
	.row2 a span { border: 1px solid #797979; border-radius: 50%; margin-right: 0.06rem; display: inline-block; vertical-align: middle; margin-top: .16rem; }
	.row2 .swiper-button-prev:after{display:none}
	.row2 .swiper-button-next:after{display:none}
	.row2 .swiper-button-prev{ width: .18rem; height: .28rem; left: 3%; top:43%; background: url(../images/pic176.png) no-repeat center center; background-size: 100%; }
	.row2 .swiper-button-next{ width: .18rem; height: .28rem; right: 3%; top:43%; background: url(../images/pic177.png) no-repeat center center; background-size: 100%; }
	
	
	
	.row4 .box .swiper .item figcaption .main .content0{ font-size: .3rem; line-height: .5rem;}
	.row4 .box .swiper .item figcaption .main .content1{ font-size: .26rem; line-height: .44rem;}
	.row4 .box .swiper .item figcaption .main .content2{ font-size: .24rem; line-height: .4rem; margin-top: .12rem;}
 	.row4 .box .swiper .item figcaption .main .content3{ font-size: .22rem; line-height: .4rem; margin-top: .16rem;}
	
	.row6 .box{padding-left:0}
	.row6 .box .boxL{ width: 100%; float:inherit; padding-top: .3rem; padding-bottom: 1rem;padding-left:6%}
	.row6 .box .boxR{ width: 100%; float: inherit;}
	.row6 .slideTxtBox .bd .d2{ font-size: .26rem; line-height: .4rem; margin-bottom: .2rem; }
	.row6 .slideTxtBox .bd .d2 img{margin-right:.1rem;margin-top: .1rem; width: .23rem;}
	
	.footer{padding-top:.6rem;}
	.footer .box1 .box1L .navlist{display:none}
	.footer .box1 .box1R{width:100%; float: inherit;}
	.footer .box1 .box1L{width:100%; float: inherit;}
	.footer .box1 .box1R .d2{text-align:center; font-size: .26rem; line-height: .44rem;}
	.footer .box1 .box1R .d2 p{margin-bottom:0}
	.footer .box2{font-size:.24rem; line-height: .4rem; padding: .26rem 0}
	.footer .box2 .box2L{width:100%; float: inherit; text-align: center;}
	.footer .box2 .box2R{width:100%; float: inherit; text-align: center;}
	.footer .box1 .box1L .d1 img{margin:0 auto; width: 2.26rem; margin-bottom: .4rem;}
	.footer .box1 .box1L .d2{display:none}
	.footer .box1 .box1R .d1{height:auto; margin-bottom:0;justify-content:center}
	.footer .box1 .box1R .d1 .bx .ico{width:.5rem; height: .5rem;}
	.footer .box1 .box1R .d1 .bx .ico img{width:.2rem;}
	.footer .box1 .box1R .d1 .bx .ico_1 img{width:.11rem;}
	.footer .box1 .box1R .d1 .bx{padding:0 .18rem; height: .74rem}
	.footer .box1 .box1R .d1 .bx .ewm{ width: 1.3rem;left: 49.5%; top: .7rem;}
	
	
	.about-box .box1 .box1L{width:100%; float: inherit; padding-top: 0;}
	.about-box .box1 .box1R{width:100%; float: inherit;}
	.about-box .box1 .box1L .d1{font-size:.3rem; line-height: .4rem; margin-bottom: .3rem;}
	.about-box .box1 .box1L .d2{font-size:.26rem; line-height: .5rem;}
	.about-box .box1 .box1L .d2 p{ margin-bottom: .3rem;}
	.about-box .box1 .box1R .d2{font-size:.25rem; line-height: .4rem; bottom:.5rem; padding: 0 1%; background: url(../images/icon10.png) no-repeat left .07rem; background-size: .2rem; left: 4%; width: 84%; padding-left: .3rem; }
	.about-box .box1 .box1R .d2 .sp1{width:2.1rem}
	
	.about-box .box2 .li{width:48%; height: 2.5rem; margin-right: 4%;padding-top:.3rem;}
	.about-box .box2 .li:nth-child(3n){ margin-right: 4%;}
	.about-box .box2 .li:nth-child(2n){ margin-right: 0;}
	.about-box .box2 .li .d1 .sp1{font-size:.56rem; line-height: .6rem;}
	.about-box .box2 .li .d2{font-size:.24rem; line-height: .46rem;}
	.about-box .box2 .li .ico{width:.6rem; margin-bottom: .12rem;}
	
	.about-box .box3{margin-bottom:.8rem;}
	.about-box .box3 .spbtn{ width: .5rem; height: .5rem;}
	.about-box .box4 .box4R{ width: 66%; font-size:.24rem; padding-top: .2rem;}
	.about-box .box4 .box4L{width:30%;}
	.about-box .box4 .box4R .sp2:after{display:none}
	.about-box .box4 .box4R .li{ margin-left:0; margin-bottom: .2rem; line-height: .44rem; width: 100%;}
	.about-box .box4 .box4R .li:hover .sp2{ padding-left:0;}
	.about-box .box4 .box4R .ms{font-size:.24rem; line-height: .4rem;}
	
	.ldjy-box .box .boxL{width:100%; float: inherit;}
	.ldjy-box .box .boxR{width:100%; float: inherit;}
	.ldjy-box .box .boxL{font-size:.26rem; line-height: .5rem;}
	.ldjy-box .box .boxL p span{font-size:.28rem;}
	.ldjy-box .box .boxL p{margin-bottom:.4rem;}
	.ldjy-box .box .boxR .qm{font-size:.26rem; line-height: .5rem;justify-content:center}
	.ldjy-box .box .boxR .qz{width:1.6rem}
	.ldjy-box .box .boxR .sp{width:84%; margin: 0 auto; display: block;}
	
	.fzlc-box .list .li .liL{width:28%;font-size:.3rem; padding-right: 1.2rem;}
	.fzlc-box .list .li .liR{width:72%;}
	.history_list ul li .dot{width:.23rem; height: .23rem; left: .94rem; top:.15rem;}
	.fzlc-box .list .li .liR .liR_1{width:1.2rem; margin-right: .5rem;}
	.history_list .line{left:15%}
	
	
	.zzry-box{width:100%;}
	.zzry-box .list .swiper-container{width:85%;}
	.zzry-box .list{height:3.8rem}
	.zzry-box .bx{height:3.8rem}
	.zzry-box .swiper-button-prev{width:.32rem; height: .32rem; left: 2%}
	.zzry-box .swiper-button-next{width:.32rem; height: .32rem; right: 2%}
	
	.ggfc-box .list{padding-bottom:.9rem; margin-top: .9rem;}
	.ggfc-box .list .listL{width:100%; float: inherit;}
	.ggfc-box .list .listR{width:100%; float: inherit; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: .5rem;}
	.ggfc-box .list:nth-of-type(odd) .listL{float: inherit;}
	.ggfc-box .list:nth-of-type(odd) .listR{float: inherit;}
	.ggfc-box .list .listL .d3{font-size:.26rem; line-height: .5rem;}
	.ggfc-box .list .listL .d1{display:none}
	.ggfc-box .list .listL .d2{display:none}
	.ggfc-box .list .listR .d1{ font-size: .46rem; line-height: .5rem; color: #C80000; margin-bottom: .14rem; margin-top: .9rem;}
	.ggfc-box .list .listR .d2{ font-size: .26rem; line-height: .4rem; color: #000000;}
	.ggfc-box .list .listR img{width:68%;border-radius:0 .3rem 0 .3rem}
	.ggfc-box .list:nth-of-type(odd) .listR img{border-radius:.3rem 0 .3rem 0}
	
	.iCon{padding:0 0 1rem 0}
	.iCon_ldjy{background: url(../images/pic13_m.png) no-repeat top right; background-size: 100%; }
	
	.zhzr-box .box2{padding:8% 0 10% 0;}
	.zhzr-box .box1 .text{font-size:.26rem; line-height: .5rem; width: 100%;}
	.zhzr-box .box1{border-radius:.3rem 0 .3rem 0; background: url(../images/pic26_m.png) no-repeat center center; height: 4.4rem; padding: .7rem 5%; background-size: cover; margin-bottom: .7rem;}
	
	.hzhb-box .box1{ height: 4.4rem;border-radius:.3rem 0 .3rem 0; background: url(../images/pic30_m.png) no-repeat center center; padding: .7rem 5%; margin-bottom: .8rem;}
	.hzhb-box .box1 .text{font-size:.26rem; line-height: .5rem; width: 100%;}
	.hzhb-box .box2{padding-top:.7rem;}
	.hzhb-box .box2 .tit{font-size:.3rem; line-height: .5rem;}
	.hzhb-box .box2 .list:before{display:none}
	.hzhb-box .box2 .list:after{display:none}
	.hzhb-box .box2 .picMarquee{width:100%;}
	
	.secMenu .secMenuR a{padding-left:15px;}
	.secMenu .secMenuR a{margin-left:11px;}
	.qqcy-box .list{height:auto}
	.qqcy-box .list:nth-of-type(odd) .liL{float: inherit;}
	.qqcy-box .list .liL{width:100%;float: inherit; padding-top: 0}
	.qqcy-box .list .liR{width:100%;float: inherit; margin-bottom: .46rem; height: auto; background:none}
	.qqcy-box .list:nth-of-type(odd) .liR{background:none;padding-left:0; padding-bottom: 0;}
	.qqcy-box .list .qhbox{width:100%; height: auto; border-radius: .4rem 0 .4rem 0;}
	.qqcy-box .list .li .liR img{height:auto}
	.qqcy-box .list .swiper-slide img{height:auto}
	.qqcy-box .list .li .liL .t2{overflow-y:inherit;font-size:.26rem; line-height: .5rem; height: auto;max-height:inherit}
	.qqcy-box .list .li .liL .t1{font-size:.3rem; line-height: .6rem; }
	.qqcy-box .list .li .liL .t1:after{width:.36rem; height: .03rem; margin-top: .06rem;}
	.qqcy-box .list .li .liL .t3{font-size:.26rem; line-height: .4rem}
	.qqcy-box .list:nth-of-type(odd){background:none}
	.qqcy-box .list{background:none; padding: .5rem 0 0 0}
	.qqcy-box .list:nth-of-type(odd) .li{padding-right:0}
	.qqcy-box .list .li{padding-left:0}
	.qqcy-box .list .swiper-container-horizontal>.swiper-pagination-bullets{ bottom:0;}
	
	.cp-box .list .li{width:100%; height: 5.5rem; float: inherit;margin-right:0; margin-bottom: .5rem; }
	.cp-box .list .li .d2{height:3.8rem;padding-top:2.1rem}
	.cp-box .list .li .d2 .p1{font-size:.34rem; line-height: .5rem; margin-bottom: .1rem;}
	.cp-box .list .li .d2 .p2{font-size:.24rem; line-height: .4rem;}
	.cp-box .list .li:nth-child(2n){margin-top:0;}
	.cp-box .list .li .d1{height:3.2rem;}
	
	.news-box .list .li{width:100%; float: inherit;margin-right:0;}
	.news-box .list .li .d1{font-size:.24rem; line-height: .4rem;margin-bottom:.1rem;}
	.news-box .list .li .d2{font-size:.3rem; line-height: .46rem;margin-bottom:.2rem; height: auto;}
	.news-box .list .li .d4{font-size:.26rem; line-height: .4rem; margin-bottom: .1rem;}
	.news-box .list .li .d3{margin-bottom:.2rem;}
	.news-box .list .li .d5{font-size:.24rem;line-height:.4rem; background-size: .14rem;padding-right:.26rem;display: block;background: url(../images/pic50.png) no-repeat .6rem center; background-size: .14rem}
	.news-box .list .li a{padding:.3rem 4%}
	.news-content{width:92%;}
	.newsdetail-title .title{font-size:.32rem; line-height: .5rem;}
	.newsdetail-title .info{ font-sie:.26rem; line-height: .4rem;}
	.newsdetail-content{width:100%;font-size:.26rem; line-height: .5rem;}
	.newsdetail-content p{margin-bottom:.2rem;}
	.newsdetail-title{margin-bottom:.3rem;}
	
	.tzgg-box .list .li{height:2.33rem; margin-bottom: .3rem; background: url(../images/pic52_m.svg) no-repeat left top; background-size: 100%;}
	.tzgg-box .list .li .liL{ width: 20%;}
	.tzgg-box .list .li .liC{ width: 80%; padding-top: .1rem;}
	.tzgg-box .list .li .liR{ display: none}
	.tzgg-box .list .li .liL .p1{font-size:.32rem; line-height: .42rem;}
	.tzgg-box .list .li .liL .p2{font-size:.26rem; line-height: .4rem;}
	.tzgg-box .list .li .liC .p1{font-size:.28rem; line-height: .4rem; white-space:normal;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
	.tzgg-box .list .li .liC .p2{font-size:.26rem; line-height: .4rem;}
	
	.lxwm-box .box1{position:static}
	.lxwm-box .box1 .wz{width:100%; position: static; padding: 5% 5% 4% 5%}
	.lxwm-box .box1 .wz .t1{font-size:.32rem; line-height: .5rem;}
	.lxwm-box .box1 .wz .t2{font-size:.26rem; line-height: .4rem; margin-bottom: .46rem;}
	.lxwm-box .box1 .wz .t3{font-size:.26rem; line-height: .4rem;}
	.lxwm-box .box1 .wz .t4{font-size:.26rem; line-height: .4rem; margin-bottom: .2rem; padding-left: .3rem;}
	.lxwm-box .box1 .wz .t3 img{width:.2rem; margin-right: .1rem;}
	.lxwm-box .box2{padding-top:.8rem;}
	.lxwm-box .box2 .li1{display:block; height: .84rem;}
	.lxwm-box .box2 .li1 .inp1{width:100%; margin-right: 0; margin-bottom: .2rem;}
	.lxwm-box .box2 .li1 .inp2{width:100%; margin-right: 0; margin-bottom: .2rem;}
	.lxwm-box .box2 #key{width:79%; float: right;height:.65rem; line-height: .65rem;}
	.lxwm-box .box2 .yzm{width:19%;}
	.lxwm-box .box2 .li1 input{height:.65rem; line-height: .65rem; font-size: .26rem; padding: 0 .2rem; border-radius: .1rem;}
	.lxwm-box .box2 .yzm img{margin-top:.04rem}
	.lxwm-box .box2 .li2{ clear: both;margin-bottom:.2rem; margin-top: .2rem;}
	.lxwm-box .box2 .li2 textarea{height:2.5rem}
	.lxwm-box .box2 .smt{float:inherit}
	.lxwm-box .box2 .smt .sbnm{width:3.3rem; height: .6rem; line-height: .6rem; font-size: .26rem;}
	.lxwm-box .box1 .dian{display:none}
	
	.yrln-box .box{background:#F5F5F5 url(../images/pic55_m.png) no-repeat top center; background-size: 100%; border-radius: .2rem 0 .2rem 0; padding: .7rem 6% .6rem 6%; margin-bottom: 1rem;}
	.yrln-box .box .boxL{width:100%; float: inherit;}
	.yrln-box .box .boxR{width:100%; float: inherit; padding-top: 0;}
	.yrln-box .box .d2{font-size:.26rem; line-height: .5rem; width: 92%; margin-bottom: .5rem;}
	.yrln-box .box .d1{font-size:.32rem; line-height: .5rem; margin-bottom: 1.8rem;}
	.yrln-box .box .d1:after{ width: .42rem; height:1px; margin-top:.26rem;}
	.yrln-box .box .d3 img{width:2rem;}
	.yrln-box .box .d2 p{margin-bottom:.36rem;}
	
	.yrln-box .box2{font-size:.28rem; line-height: .4rem;}
	.yrln-box .box2 .swiper-container{width:86%;}
	.yrln-box .box2 .bx{height:auto}
	.yrln-box .box2 p{margin-top:.28rem;}
	
	.zp-con .zpL{width:100%; float: inherit;}
	.zp-con .zpR{width:100%; float: inherit;}
	.zp-con .zpR .li .li_1{font-size:.32rem; line-height: .4rem; padding: .16rem 4%}
	.zp-con .zpR .li .li_2{ font-size: .28rem; line-height: .48rem; padding: .5rem 4%}
	.zp-con .zpR .li .li_2 .d1{line-height: .5rem; margin-bottom: .26rem;}
	.zp-con .zpR .li .li_2 .d2{line-height: .5rem;margin-bottom:.26rem;}
	
	
	.fzlc-box .box1bg {padding-top:.6rem}
	.fzlc-box .box1{ background:none;padding: 0 5%}
	.fzlc-box .box1 .list1{margin-top:0; }
	.fzlc-box .box1 .list2{margin-top:0;}
	.fzlc-box .box1 .list3{margin-top:0}
	.fzlc-box .box1 .list4{margin-top:0}
	.fzlc-box .box1 .list{width:100%; float: inherit; margin-bottom: .4rem;}
	.fzlc-box .box1 .list .d2{background:none;padding-bottom:0; margin-bottom: .4rem;}
	.fzlc-box .box1 .list .d1{font-size:.3rem; line-height: .5rem; margin-bottom: 0}
	.fzlc-box .box1 .list .d3 .d3_li{font-size:.26rem; line-height: .4rem;}
	.fzlc-box .box1 .list .d3 .d3_li .p1{width:17%; line-height: .4rem;}
	.fzlc-box .box1 .list .d3 .d3_li .p2{width:83%; line-height: .4rem}
	.fzlc-box .box1 .list .d3 .d3_li .p2 p{margin-bottom: 0}
	.fzlc-box .box2 .gallery-thumbs{ display: none; padding: 0}
	.fzlc-box .box2 .swiper-wrapper{width:100%}
	
	.fzlc-box .box2{ padding:0;}
	.fzlc-box .box2 .iTitle{ width:90%; margin: 0 auto; margin-bottom: .5rem;}
	.fzlc-box .box2 .bbx{width:100%; padding:0;}
	.fzlc-box .box2 .bbx .lc_whd2{width:80%; margin: 0 auto;float: inherit;}
	.fzlc-box .box2 .bbx .lc_whd1{width:80%; margin: 0 auto;float: inherit;padding-top:0; margin-top: .2rem;}
	.fzlc-box .box2 .qhbox{height:auto; background: none}
	.fzlc-box .box2 .bbx .lc_whd2 h3{font-size:.3rem; line-height: .5rem;}
	.lc_whd2 .p1{font-size:.26rem; line-height: .4rem;}
	.lc_whd2 .p2{font-size:.24rem; line-height: .4rem;}
	.fzlc-box .box2 .swiper-button-prev{width: .13rem;height: .43rem; top: 40%; left: 3%;background: url(../images/pic146.png) no-repeat center center; background-size: 100%;}
	.fzlc-box .box2 .swiper-button-next{width: .13rem;height: .43rem; top: 40%; right: 3%;background: url(../images/pic147.png) no-repeat center center; background-size: 100%;}
	
	
	
	
	
	
	
	
}










