

@media (max-width:1240px) {

    

    .wrap{width:92%}
	.mwrap{width:92%}

    .pc-div{display: none !important;}

    .phone-div{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}
	#header{ display: block!important;max-width:750px;min-width:320px;margin:0 auto;z-index:1; margin-top: 1rem;}

	
/*移动端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;
}
.home #c-header {background: 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: auto; width: 5.01rem; display: block;
}
	.c-logo-b{display: none}
	.c-logo-h{display: block}
.home #c-header .c-logo-b{ display: block}
.home #c-header .c-logo-h{ display: none}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 0;
  left: 100%; padding: 0 .3rem;
  width: 100%;
  height: 100vh;
  line-height: 1.1rem;
  color: #ffffff;
  background: rgb(0, 107, 203);
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
  pointer-events: auto; z-index: 99999999999999;
}
#c-header .c-nav2 > li:first-child {
  border-top: 0;
}
#c-header .c-nav2 li {
  outline: none;
}
#c-header .c-nav2 li .c-title-box {
  display: flex;border-bottom: 1px solid #B9B7B7;
  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: #ffffff;
  -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; letter-spacing: 1px;}
#c-header .c-nav2 li ul {
 clear:both;display: none; padding-bottom: .1rem;
}
#c-header .c-nav2 li ul li{line-height: .8rem; padding: 0 0; width: 100%;}
#c-header .c-nav2 li ul:after{content:""; display:block; height:0; clear:both;}
#c-header .c-nav2 li ul li a { display:block; width: 100%; height: 100%; opacity: .8; font-size: .3rem;background: url(../images/icon40.png) no-repeat left center; padding-left: .26rem; background-size: .1rem;}
.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: #222;
  transition: all 0.3s; border-radius: 2px;
}
	.home #c-header .c-switch i{background: #fff;}
#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: #ffffff;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%; background: #ffffff;
  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;
}
	.cdg1z{width:100%; padding:.5rem 0px 1.2rem 0px}
	.cdg1{padding:0 3%; box-sizing: border-box;}
	.cdg1z-b{margin-top:35px; font-size: .26rem; line-height: .6rem;}

	.mBanner{clear:both; position: relative}
	.mBanner img{ display:block; width: 100%; height: auto}
	
	
	
	
.cdhg1{ width:100%; height:auto; overflow:hidden; position:absolute; top:25%;}
.cdhg1-a{width:100%; height:auto; overflow:hidden; font-size:.5rem; color:#fff; font-weight:bold; text-align:center;font-family:Arial, Helvetica, sans-serif;}
.cdhg1-b{width:94%; height:auto; overflow:hidden; margin:0 auto; text-align:center; margin-top:4%;}
.cdhg1-bz{width:100%; height:auto; overflow:hidden;}
.cdhg1-b ul li{width:auto;padding:0 0 0 .32rem; height:auto; overflow:hidden; background:url(../images/ddf.png) left center no-repeat; text-align:left; background-size:0.14rem;}
.cdhg1-b ul li a{ display:inline-block;width:100%; height:auto; overflow:hidden;text-overflow:ellipsis;white-space: nowrap; font-size:.28rem; line-height: .4rem; color:#fff;font-family:Arial, Helvetica, sans-serif;}
.cdhg1-b .om1{width:100%; height:auto; overflow:hidden; text-align:center; margin-top:4%;}
.cdhg1-b .om1 a{font-size:.27rem; line-height: .5rem; color:#fff; display: flex; align-items: center; justify-content: center;}
	.cdhg1-b .om1 img{ display:block; margin-left: .1rem; width: .26rem}
.cdhg1-c{width:100%; height:auto; overflow:hidden; text-align:center; margin-top:5%;}
.cdhg1-cz{ display:inline-table;}
.cdhg1-cz ul li{ float:left; font-size:.32rem; line-height: .42rem; color:#fff; padding:0.1rem .2rem;}
.cdhg1-cz ul li.active{background-color: rgba(0,107,203,0.64); color:#fff;}
	
.djxl{width:100%; height:auto; position:relative;}
.djxl-a{width:100%; height:auto; overflow:hidden; display:block; background:#006bcb; text-align:center; padding:.18rem 0%;}
.djxl-a span{ font-size:.34rem;line-height: .56rem; color:#fff; background:url(../images/xljt1.png) right center no-repeat; background-size:1em; padding-right:1.3em;text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;}
.djxl-b{width:100%;height: 100vh;overflow:hidden; display:none;background: rgba(0,0,0,0.8); position:absolute; top:.92rem; z-index:999;}
.djxl-b ul{ width:100%; height:auto; overflow:hidden; background:#fff;}
.djxl-b ul li{width: 100%;line-height:.94rem;height: auto;overflow: hidden; background:#f7f7f7;text-align: center;}
.djxl-b ul li a{color:#000;text-decoration:none; display:inline-block; width:100%; margin:0 auto; font-size:.32rem;border-bottom: 1px #e6e6e6 solid;}
.djxl-b ul li.om{ background:#f2f2f2;}
.djxl-b ul li:hover{ background:#f2f2f2;}

.djxl-b ul li .active span{font-size:.32rem;color:#000;background:url(../images/xlk2a.png) right center no-repeat; background-size:1em; padding-right:1.3em;}
.djxl-b ul li .inactive span{font-size:.32rem;color:#000;background:url(../images/xlk1a.png) right center no-repeat; background-size:1em; padding-right:1.3em;}
.djxl-b ul li a span{font-size:.32rem;color:#000; padding-right:1.3em;}

.djxl-b ul li ul.menu1{ width:100%; height:auto; overflow:hidden;  display:none; background:#fff;}
.djxl-b ul li ul.menu1 li{width:100%;text-align:center;line-height:.9rem; height:auto; overflow:hidden;list-style:none;overflow:visible;}
.djxl-b ul li ul.menu1 li a{color:#666;text-decoration:none; display:inline-block; width:100%;border-bottom:1px #e6e6e6 solid;  margin:0 auto; font-size:.3rem;}

	.pban1z{width:100%;}
	
	

	
	.row1{padding:.5rem 0 1.3rem 0; background: #fff url(../images/pic06_m.png) no-repeat bottom center; background-size: 100%}
	.row1 .list{justify-content:space-between; padding: 0 2%; margin-bottom: .6rem;}
	.row1 .list .li{margin:0 .2rem; display: block;}
	.row1 .list .li .li_2 .p1 .sp1{font-size:.6rem; line-height: .6rem;}
	.row1 .list .li .li_2 .p1 .sp2{font-size:.22rem; line-height: .4rem; margin-left: 2px;}
	.row1 .list .li .li_2 .p2{font-size:.22rem; line-height: .42rem; padding-left: 2px;}
	.row1 .list .li .li_1{margin-right:0; margin-bottom: .2rem;}
	.row1 .list .li .li_1 img{ display: block; width: .5rem; }
	.row1 .d1 .d1_2 p{font-size:.28rem; line-height: .44rem; letter-spacing: 3px;}
	.row1 .d1{margin-bottom:.5rem;}
	.row1 .d1 .d1_1 img{width:.9rem;margin-bottom:.14rem}
	.row1 .d3 img{width:6.55rem; margin-bottom: .7rem}
	.mMore a{width:2.52rem; height: .66rem; line-height: .66rem; font-size: .24rem;border-radius:.4rem;}
	
	.row2{padding:.8rem 0 0 0; height: 9.7rem;}
	.row2 .list{ padding:0 1%}
	.mTitle{line-height:.6rem}
	.row2 .slideTxtBox .hd{ width: 100%; position: static; float: inherit;}
	.row2 .slideTxtBox .hd ul{ height:1.9rem}
	.row2 .slideTxtBox .hd ul li{font-size:.26rem; width: 29.3333%;margin:0 2% 2% 2%; height: .66rem; line-height: .66rem; float: left; border-radius: .4rem;}
	.row2 .slideTxtBox .hd ul li.on{font-size:.26rem;}
	.row2 .slideTxtBox .hd ul{display:block}
	.row2 .mTitle{margin-bottom:.42rem;}
	.row2 .swiper-slide{height:5.1rem;}
	.row2 .swiper-slide .bx{height:5.1rem;}
	.row2 .swiper-slide .wz{font-size:.26rem; line-height: .44rem }
	.row2 .swiper-slide .pic{height:4.3rem;}
	
	.row2 .qhbbtn{width:1rem; height: 1rem; background-size: 100%; right:25.4%; top:40%}
	.row2 .swiper-button-prev{background-size:.14rem}
	.row2 .swiper-button-next{background-size:.14rem}
	.row2 .swiper-button-prev:hover{background-size:.16rem}
	.row2 .swiper-button-next:hover{background-size:.16rem}
	.row2 .slideTxtBox .bd{left:5%; width: 95%}
	
	.row3 .box_m .li{ width:49%; margin-right: 2%; margin-bottom: 2%; float: left; position: relative; font-size: .26rem; line-height: .44rem;}
	.row3 .box_m .li:nth-child(2n){margin-right:0}
	.row3 .box_m .li img{ display:block; width: 100%; height: auto; border-radius: .14rem;}
	.row3 .box_m .li p{ width:100%; position: absolute; left: 0; bottom: 0; color: #fff; padding: .16rem .3rem;}
	.homebg{padding-bottom:.8rem;}
	
	.footer{ padding-top: .6rem;}
	.footer .box1{display:block; height: auto; padding-bottom: .32rem; margin-bottom: .4rem;}
	.footer .box1 .box1L img{width:5.4rem;}
	.footer .box1 .box1L{width:100%; margin-bottom: .3rem;}
	.footer .box1 .box1R{width:100%; text-align: left; font-size: .24rem; line-height: .42rem;}
	.footer .box2{display:block; height: auto; padding-bottom: .36rem;}
	.footer .box2 .box2L{width:100%; margin-bottom: .46rem;}
	.footer .box2 .box2R{width:1.84rem; font-size:.26rem; line-height: .4rem;}
	.footer .box2 .box2L .li{ margin-bottom: .3rem; float: inherit;margin-right:0;}
	.footer .box2 .box2L .li .liR .p1{font-size: .26rem; line-height: .42rem;}
	.footer .box2 .box2L .li .liR .p2{font-size: .28rem; line-height: .42rem;}
	.footer .box2 .box2L .li .liL{width:.6rem}
	.footer .box3{height: auto; padding: .2rem 0;}
	.footer .box3 .box3L{font-size: .24rem; line-height: .4rem;}
	
	.home #c-header{background-color:rgba(0, 0, 0, .4);}
	

	.iBanner{ clear:both; width:100%; overflow: hidden;margin-top:.98rem;}
	.iBanner img{ display:block; width: 100%; height: auto}
	.mbxz{width:100%; height: .7rem; line-height: .7rem; padding: 0 4%; font-size: .26rem;}
	.mbxz a{font-size: .26rem;}
	.iTitle{font-size:.4rem; line-height: .6rem; letter-spacing: 0; font-weight: bold;margin-bottom:.7rem;}
	
	.about-div .box1{background:#fff url(../images/pic22_m.png) no-repeat top center; background-size: 100%; height: 12.48rem; padding: .8rem 0 0 0}
	.about-div .box1 .iTitle{ width: 92%; margin: 0 auto; margin-bottom: .2rem;}
	.about-div .box1 .wrap{ width:100%}
	.about-div .box1 .list .listL .d1{font-size:.3rem; line-height: .44rem;margin-bottom:.14rem;}
	.about-div .box1 .list .listL .d2{font-size:.8rem; line-height: .9rem;padding-left:.5rem;}
	.about-div .box1 .list .listL{width:92%; margin: 0 auto;float: inherit;}
	.about-div .box1 .list .listR{width:100%; float: inherit; height: 6.8rem; padding: .66rem .3rem .6rem .66rem;background:url(../images/pic23_m.png) no-repeat top center;background-size: 100%;}
	.about-div .box1 .list .listR .bx{font-size:.26rem;line-height:.5rem;}
	
	.about-div .box2{padding:1rem 0}
	.about-div .box2 .list{height:auto; margin-bottom: .6rem;}
	.about-div .box2 .list .listL{width:100%; float: inherit; height: auto; margin-bottom: .3rem;}
	.about-div .box2 .list .listL img{ display:block; width: 100%; height: auto}
	.about-div .box2 .list .listR{width:100%; float: inherit; height: auto;}
	#open2{font-size:.28rem;}
	.about-div .box2 .list .listR .list_dl2 .list_dt2{font-size:.29rem; height: .84rem; line-height: .84rem; background-size: .1rem;}
	.about-div .box2 .list .listR .list_dd2 .gundong{font-size:.24rem; line-height: .48rem; height: 3.5rem; padding: 4px .2rem 0 .1rem}
	#open2 p{background-size: .2rem; padding-left: .32rem;}
	.about-div .box2 .wzbox .bx{font-size:.3rem; line-height: .5rem; padding: 0 .3rem}
	.about-div .box2 .wzbox .bx img{margin:0 .2rem}
	.about-div .box2 .wzbox{height: .5rem; background: url(../images/pic25_m.png) repeat-x center center}
	
	
	.about-div .box3{ height: auto; background: none; margin-bottom: .9rem;}
	.about-div .box3 .box3L{width:100%; float: inherit;}
	.about-div .box3 .box3R{width:100%; float: inherit;background:#006CB2 url(../images/pic31_m.png) no-repeat top center; background-size: 100%; padding:.4rem .3rem .2rem .3rem;}
	.about-div .box3 .box3L .tit{font-size:.3rem; line-height: .5rem; margin-bottom: .3rem;}
	.about-div .box3 .box3L .tit img{ width:.34rem;margin-right:.1rem;}
	.about-div .box3 .box3L .list .li{background:#F8F8F8; margin-right: 2%; width: 49%; margin-bottom: 2%;padding-left:.3rem; height: 1.7rem;}
	.about-div .box3 .box3L .list .li:nth-child(2n){margin-right:0}
	.about-div .box3 .box3L .list .li .liR .t1{font-size:.26rem; line-height: .42rem; }
	.about-div .box3 .box3L .list .li .liR .t2{font-size:.22rem; line-height: .4rem; color: #666666}
	.about-div .box3 .box3L .list .li .liL{margin-right:.3rem;}
	.about-div .box3 .box3L .list .li .liL img { display: block; width: .34rem;}
	.about-div .box3 .box3R .d1{font-size:.3rem; line-height: .5rem; margin-bottom: .2rem;}
	.about-div .box3 .box3R .d1 img{margin-right:.14rem; width: .34rem;}
	.about-div .box3 .box3R .d2{font-size:.26rem; line-height: .44rem; margin-bottom: .1rem; }
		.about-div .box3 .box3R .d3{font-size:.22rem; line-height: .44rem; margin-bottom: .3rem; }
	.about-div .box3 .box3R .d2 img{width:.22rem; margin-right: .1rem;}
	
	
	.about-div .box4{background:#fff url(../images/pic39.png) no-repeat top center;padding:.8rem 0 1rem 0}
	.about-div .box4 .tit{font-size:.36rem; line-height: .5rem; margin-bottom: .4rem; letter-spacing: 0}
	.about-div .box4 .list1 .li{width:100%; height: 5rem; float: inherit;margin-right:0;background:url(../images/pic40_m.png) no-repeat top center; padding: .34rem .14rem 0 .34rem; margin-bottom: .24rem;}
	.about-div .box4 .list1 .li .t2{font-size:.28rem;line-height:.44rem; height: auto;}
	.about-div .box4 .list1 .li .t3{display:none}
	.about-div .box4 .list1 .li .wzbox{width:100%; height: 3rem; bottom:inherit; top: 2rem; background: none; padding: 0 .3rem;}
	.about-div .box4 .list1 .li .wzbox .wz2{font-size:.24rem;line-height:.48rem; color: #555555;height:2.4rem; width: 100%}
	.about-div .box4 .list1 .li .wzbox .wz1{display:none}
	.about-div .box4 .list1 .li .t1 img{width:.8rem; margin-bottom: 0}
	.about-div .box4 .list1 .li .t1{height:1rem}
	.about-div .box4 .list1{margin-bottom:1rem}
	.about-div .box4 .list2 .tit{ text-align: center; margin-bottom: .3rem;}
	.about-div .box4 .list2 .tit:after{margin:0 auto; margin-top: .1rem; width: .34rem; height: .04rem;}
	.about-div .box4 .list2 .list2L{width:100%; float: inherit; margin-bottom: .3rem;padding-top:0}
	.about-div .box4 .list2 .list2R{width:100%; float: inherit;}
	.about-div .box4 .list2 .list2L p{font-size:.26rem;line-height:.54rem;}
	.about-div .box4 .list3{margin-top:.8rem;}

	
	.fzlc-div{background:url(../images/pic44_m.png) no-repeat top center; background-size: 100%;padding-top:.9rem;}
	.lc_whd2{width:98%; height: 2.4rem; margin-bottom:.44rem;}
	.lc_whd2 p{width:100%;font-size:.26rem; line-height: .46rem; height: 2.4rem;}
	.lc_whd2 h3{ line-height:2.4rem;font-size:1.86rem; }
	.fzlc-div .box1 .gallery-thumbs .swiper-slide p{ line-height:.4rem;font-size:.28rem; padding-top: .06rem; }
	.fzlc-div .box1 .gallery-thumbs .swiper-slide{margin-top:1.18rem}
	.fzlc-div .box1 .swiper-button-next{width: .44rem;height: .44rem;bottom:.79rem;}
	.fzlc-div .box1 .swiper-button-prev{width: .44rem;height: .44rem;bottom:.79rem;}
	.fzlc-div .iTitle{margin-bottom:.36rem;}
	.fzlc-div .box1 .gallery-thumbs .swiper-slide h3{width:.34rem; height: .34rem;background: url(../images/pic59_m.png) no-repeat center center; background-size:100%; border-radius: 50%}
	.fzlc-div .box1 .swiper-slide-thumb-active h3{background: url(../images/pic58_m.png) no-repeat center center;background-size:100%}
	.fzlc-div .box1 .gallery-thumbs{padding:0 5%}
	.fzlc-div .box1{width:96%; margin-bottom:.67rem}
	.fzlc-div .box2{width:100%; margin-bottom: .7rem;}
	.fzlc-div .box2 .titbox{ width: 2.6rem; height: .66rem; line-height: .66rem; font-size: .34rem;top:1rem; left: 50%; margin-left: -1.3rem;}
	.fzlc-div .box2 .titbox img{width:.2rem;margin-right:.1rem;}
	.fzlc-div .box2 .slideTxtBox .hd{width:94%; margin: 0 auto;height: 2.7rem; float: inherit;padding-right:0; padding-top: .8rem; border-bottom: 1px solid #DDDDDD;border-right:0}
	.fzlc-div .box2 .slideTxtBox .bd{width:92%; margin: 0 auto;height: auto;float: inherit; padding-top: .5rem;}
	.fzlc-div .box2 .slideTxtBox .hd ul li{font-size:.28rem; line-height: .8rem; width: 33.3333%; float: left; height: .8rem;}
	.fzlc-div .box2 .slideTxtBox .hd ul li.on{font-size:.42rem;}
	.fzlc-div .box2 .slideTxtBox .bd .d1{font-size:.28rem; line-height: .46rem; font-weight: bold; margin-bottom: .18rem;}
	.fzlc-div .box2 .slideTxtBox .bd .d2{font-size:.24rem; line-height: .44rem;margin-bottom:.3rem; }
	.fzlc-div .box2 .slideTxtBox .bd .bx{height:auto}
	.fzlc-div .box2 .slideTxtBox .bd .d3 img{width:100%;}
	.fzlc-div .tit2{font-size:.36rem; line-height: .5rem; margin-bottom: .4rem;letter-spacing:0;}
	.fzlc-div .tit2 img{width:.26rem; margin-right: .1rem;}
	.fzlc-div .box3 .li{width:100%; float: inherit; margin-right: 0; margin-bottom: .18rem;font-size:.28rem; height: .92rem;border-radius:.1rem;}
	.fzlc-div .box3 .li a{padding:0 .3rem}
	.fzlc-div .box3 .li p{background-size: .32rem; line-height: .4rem;}
	.fzlc-div .box3{margin-bottom:.7rem;}
	
	.fzlc-div .box4{padding:.8rem 0}
	.fzlc-div .box4 .list .listL{width:100%; float: inherit;}
	.fzlc-div .box4 .list .listR{width:100%; float: inherit; margin-bottom: .5rem;}
	.fzlc-div .box4 .iTitle{margin-bottom:.5rem;}
	#open3{font-size:.3rem;}
	.fzlc-div .box4 .list .listL .list_dl2 .list_dt2{font-size:.3rem; height: .54rem; line-height: .54rem; margin-bottom: .44rem;}
	.fzlc-div .box4 .list .listL .list_dd2 .gundong p{font-size:.24rem; line-height: .44rem; margin-bottom: .1rem;}
	.fzlc-div .box4 .list .listL .list_dl2 .list_dt2 .yuan{width:.57rem; height: .57rem; line-height: .57rem; font-size: .22rem; margin-right: .3rem;}
	.fzlc-div .box4 .list .listL .list_dd2 .gundong .btn{font-size:.24rem; line-height: .4rem;}
	.fzlc-div .box4 .list .listL .list_dd2 .gundong{padding:0 .2rem 0 .85rem}
	.fzlc-div .box4 .list .listL .list_dd2 .gundong .btn img{width:.1rem}
	.fzlc-div .box4 .list .listL .list_dl2{background:url(../images/pic48_m.png) repeat-y .18rem center}
	.fzlc-div .box2 .slideTxtBox .hd ul li.on:after{display:none}
	
	.cdg1z h1{font-size:.42rem; line-height: .6rem;height: .8rem; text-align: left; font-weight: normal; border-bottom: 1px #d9d9d9 solid;}
	
	.cdg3z{width:100%; padding: .8rem 3% 1.2rem 3%;}
	.cdg3z-a{ font-size: .42rem; line-height: .6rem; height: .8rem; border-bottom: 1px #d9d9d9 solid; font-weight: normal;}
	.cdg3z-b5a{font-size: .28rem; font-weight: bold;}
	.cdg3z-b5c ul li div img{width:100%; height: auto; display: block;}
	.cdg3z-b5c ul li{width:100%; margin-left: 0; margin-bottom: .3rem }
	.cdg3z-b5c ul li p span{font-size: .28rem;}
	.cdg3z-b1{font-size:.28rem;padding:.2rem 0px}
	.cdg3z-b3a p span{font-size:.28rem;}
	.cdg3z-b3a div{padding-left:.3rem;}
	.cdg3z-b3e ul li p span{font-size:.28rem; line-height: .5rem;}
	.cdg3z-b3e ul li.pon p {margin-bottom: .24rem;}
	
	
	.cdg8z{width:100%; padding: .8rem 3% 1.2rem 3%;}
	.cdg6z-a{ font-size: .42rem; line-height: .6rem; height: .8rem; border-bottom: 1px #d9d9d9 solid; font-weight: normal; text-align: left;}
	.cdg8z-a{margin-top:.36rem;}
	.section-focus-pic{width:100%; height: 2.7rem;}
	.section-focus-pic .pic img{height: 2.7rem;}
	.section-focus-pic .wz{ line-height: .6rem; height: .6rem; font-size: .24rem;}
	.cdg8z-b ul li div{ line-height: .4rem; font-size: .24rem;}
	.cdg8z-b ul li p a{ line-height: .4rem; font-size: .26rem;}
	.cdg8z-b{margin-top:.36rem;}
	.cdg8z-b ul li{padding-bottom:.22rem;margin-bottom:.22rem;}
	.cdg2z{width:100%; padding: .8rem 3% 1.2rem 3%;}
	.cdg2z-a p span{ line-height: .6rem; font-size: .34rem;}
	.cdg2z-a div span{ line-height: .4rem; font-size: .22rem; margin: 0px .24rem}
	.cdg2z-a div{height:auto; margin-top: .1rem;}
	.cdg2z-b{margin-top:.4rem;}
	.cdg2z-b1{ line-height: .46rem; font-size: .28rem;}
	.cdg2z-b2 a{width:2.1rem; line-height: .62rem;height: .62rem; font-size: .24rem;}
	.cdg2z-b2{margin-top:.6rem;}
	.cdg1z-a{ font-size: .42rem; line-height: .6rem; height: .8rem; border-bottom: 1px #d9d9d9 solid; font-weight: normal; text-align: left;}
	.cdg1z-d{margin-top:.3rem;}
	.cdg1z-c1 a{width:2.8rem; height: .7rem; line-height: .7rem; font-size: .26rem;}
	.cdg1z-d1{ line-height: .46rem; font-size: .26rem;}
	.cdg9z{ width: 100%; }
	
	.cdg9{padding:0 3%;}
	.cdg9z-a {font-size: .3rem; line-height: .44rem; text-align: left; color: #000; margin-top: .34rem;}
	.cdg9z-a a{ color: #000}
	.cdhg5-a1{ display: block;width:100%; border-bottom: 1px #d9d9d9 solid; color: #006bcb;font-size: .42rem; line-height: .6rem; height: .8rem; margin-top: .3rem;}
	.cdg9z-b ul li{ width: 49%; height: 3.8rem; margin: 2.5% 0 2.5% 2%;}
	.cdg9z-b ul li:nth-of-type(2n-1){margin: 2.5% 0 2.5% 0;}
	.cdg9z-b ul li .cdg9z-b1{width:100%; height:3.3rem;}
	.cdg9z-b ul li .cdg9z-b2{line-height: .48rem; height: auto;}
	.cdg9z-b ul li .cdg9z-b2 a{font-size: .22rem; line-height: .48rem; height: auto;}
	
	.prodDLef{display:none}
	.productDate{max-width:100%}
	.prodDz{width:100%}
	.prodDRig{width:100%; float: inherit}
	.prodDRaL{width:7.5rem; float: inherit; margin-bottom: .4rem;}
	.prodDRaR{width:100%; float: inherit; padding: 0 3%}
	.prodDRaL .dpy1 li .prodDRaL2 video{width:7.5rem; height: 6rem}
	.prodDRaL .dpy1 .con1{width:7.5rem; float: inherit}
	.prodDRaL .dpy1 li .prodDRaL1 .omb1{display:block; margin: 0 auto}
	.prodDRaL .dpy1 .con1 li{width:7.5rem;height: 6rem}
	.prodDRaL .dpy1 li .prodDRaL1{height: 6rem}
	.prodDRaR h1{font-size: .34rem; line-height: .5rem;}
	.prodDRaR div{font-size: .26rem; line-height: .54rem;margin-top:.2rem;}
	.prodDRbTit{margin-top:.8rem; height: .9rem; line-height: .9rem; font-size: .34rem;}
	.prodDRbTop{margin-top:.4rem; padding: 0 3%}
	.prodDRbTop p{font-size: .26rem; line-height: .4rem; margin-bottom: .2rem;}
	.prodD1z div{width:100%; float: inherit;min-width:100%; padding: .1rem .3rem; margin-bottom: .2rem; background: #b8b8b8}
	.prodD1z{width:100%; height: auto; margin-top: .5rem; background: none}
	.prodD1z div font{font-size: .26rem; line-height: .4rem;}
	.prodD1z div a{font-size: .26rem; line-height: .4rem;}
	.prodD1z .omb1{display:none}
	.prodD2z{width:94%; margin: 0 auto; margin-top: .4rem;}
	.prodD2Tit{font-size: .32rem; line-height: .5rem;padding-bottom:.18rem;}
	
	.prodD2Top ul li{width:49%; margin-right: 2%; margin-left: 0; margin-top: 0; margin-bottom: 2.5%;border-top:0;}
	.prodD2Top ul li:nth-child(2n){margin-right:0}
	.prodD2Top ul li .pro1{width:100%; height: 4rem;}
	.prodD2Top ul li .pro2{padding:.16rem 0;}
	.prodD2Top ul li .pro2 h1{font-size: .26rem;}
	.prodD2Top ul li .pro2 p{font-size: .22rem; line-height: .4rem; margin-top: .1rem;}
	
	.prodDRaL .dpy1 .prev, .prodDRaL .dpy1 .next{width:.5rem; height: .9rem; top: 2.6rem;}
	
	.cdg1z-e{margin-top:.4rem;}
	.cdg1z-e ul li .cdg1z-e1{width:36%!important; height: 1.9rem;}
	.cdg1z-e ul li .cdg1z-e1 img{ display:block; width: 100%; height: 100%;}
	.cdg1z-e ul li .cdg1z-e2{width:62%; height: 1.9rem; padding-top: .04rem;}
	.cdg1z-e ul li .cdg1z-e2 .cdg1z-e2a p a{ display:block; width: 100%; font-size: .26rem; line-height: .4rem;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; }
	.cdg1z-e ul li .cdg1z-e2 .cdg1z-e2a p span{font-size: .22rem; line-height: .36rem;}
	.cdg1z-e ul li .cdg1z-e2 .cdg1z-e2b{margin-top:0;}
	.cdg1z-e ul li .cdg1z-e2 .cdg1z-e2b div{font-size: .22rem; line-height: .36rem; margin-bottom: 0;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
	.cdg1z-e ul li .cdg1z-e2 .cdg1z-e2b p a{display:none}
	.cdg1z-e ul li{padding-bottom:.26rem;margin-bottom:.26rem;}
	
	.fy a{font-size:.24rem; height: .5rem; line-height: .5rem; margin-bottom: .1rem; padding: 0 .2rem;}
	.fy b{font-size:.24rem; height: .5rem; line-height: .5rem; padding: 0 .2rem; margin-bottom: .1rem;}
	
	.news-con img{max-width:100%; height: auto; margin: 0 auto;}
	

.cdhg3-b{ width:100%; height:auto; overflow:hidden; margin-bottom:3%; margin-top: .3rem;}
.cdhg3-b ul li{ float:left; width:32%; height:.8rem; overflow:hidden; margin-right:2%; background:#f2f2f2; text-align:center;}
.cdhg3-b ul li a{ display:block; width:100%; height:100%; color:#000; font-size:.28rem; line-height: .8rem;}
#myon{background:#006bcb;color:#fff;}
	
.zjxsd-box { line-height: .48rem; font-size: .26rem;}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}








