

@media (max-width:1200px) {

    .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{width: 100%; margin-left: auto !important; margin-right: auto !important;}
	body,html{
		-webkit-text-size-adjust: 100%;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);font-size: .26rem; line-height: .4rem;
	}	
    .header{ display:none}  

        /*移动端menu*/

#c-header {
  position: fixed; background:#fff;
  top: 0;
  left: 0;
  z-index: 99999999999900;
  width: 100%;
	 height: 1.14rem;
  text-align: center;
  transition: 0.3s;
/*  pointer-events: none;*/
}


#c-header .c-logo {
  display: block; width: 2.3rem; height: .59rem;
  transition: 0.3s;
}


#c-header .container {

margin: 0 auto; height: 100%;

  display: flex;

  align-items:center;

  justify-content:space-between;

  width: 100%;

  padding: 0 3.5%;

}

/*顶部logo*/

#c-header .c-logo img {

  height: .59rem; width: auto; display: block;

}



/*顶部移动端导航*/

#c-header .c-nav2 {

  position: absolute;

  top: 0;

  left: 100%;

  width: 100%;

  height: 100vh;

  line-height: 1.1rem;

  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 .3rem;

  border-top: 1px solid #ddd;outline: none;

}
	#c-header .c-nav2 li.diyi1{border-top:0}
	#c-header .c-nav2 li.diyi{padding:.3rem .1rem;border-top:0;}
	#c-header .c-nav2 li.diyi img{display:block; width:auto; height: .59rem; margin-left: .1rem;}

#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: #222222;

  -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: .3rem;font-family:Oswald-Regular;}

#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; font-size: .26rem; display: flex; align-items: center; justify-content: flex-start; color: #222}
	#c-header .c-nav2 li ul li a:before{content:''; display: block; width: .04rem; height: .22rem; background: #E8361E; margin-right: .14rem;}


.c-open #c-header .c-nav2 {

    left: 0;

 }

	#c-header .c-nav2 li.top{ background: #E8361E; padding: .2rem .3rem;}
	#c-header .header_topL{ width: 100%; height: .52rem; display: flex; align-items: center; justify-content: flex-start;background:url(../images/pic85.png) no-repeat left center; background-size: .01rem; margin-bottom: .1rem; padding-left: .18rem;}
#c-header .header_topR{ width: 100%; height: 1rem; font-size: .24rem;}
#c-header .header_topL a{display:block;  height: .52rem;display: flex; align-items: center; justify-content: center;}
	#c-header .header_topL a:after{ content:''; display:block; width: .01rem; height: .52rem;background:url(../images/pic85.png) no-repeat center center; background-size: .01rem; margin-left: .16rem;}

#c-header .header_topL .a1 img{ display:block; width: .3rem; height: auto;}
#c-header .header_topL .a2 img{ display:block; width: .33rem; height: auto; margin-top: .03rem;}
	#c-header .header_topL .a2{margin-left:.14rem}
#c-header .header_topR .p{ width: 50%; height: .5rem; display: flex; align-items: center; justify-content: flex-start; float: left; color: #fff}
#c-header .header_topR .p img{display:block; height: auto; margin-right: .12rem;}
#c-header .header_topR .p .ico1{ width: .3rem;}
#c-header .header_topR .p .ico2{ width: .25rem;}
#c-header .header_topR .p .ico3{ width: .26rem;margin-right: .09rem;}


/*顶部导航开关*/

#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: #222;

  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%; width: 68%;

  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: #222;

  margin-top: -2px;

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

}

body.c-open #c-header .c-switch i:nth-child(3) {

  bottom: 50%; background: #222;

  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: 9999999999999999;

}

#c-header .c-gn .c-menu {

  display: flex;

  align-items: center;

  justify-content: center;

  height: .45rem;

  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;

}
	#c-header .lang{ display: block; width: 2.02rem; height: .56rem; line-height: .56rem; color: #fff; font-size: .24rem; position: absolute; right: 1.22rem; top: .3rem; z-index: 99999999999999999999; background: #E8361E; border-radius: .3rem;}



#c-header .menu-item { width: 92%; margin: 0 auto;
            border-bottom: 1px solid #eee;
        }
#c-header .menu-header {
	 height: .8rem; line-height: .8rem;
           
            font-size: .26rem;
            color: #222;
            cursor: pointer;
        }
	#c-header .menu-header a{ display: flex;
            justify-content: space-between;
            align-items: center;}

#c-header .menu-header .arrow {
	 width: .25rem; height: .15rem;
            background: url(../images/pic88.png) no-repeat center center; background-size: .25rem; 
            transition: transform 0.3s ease;
        }
#c-header .menu-header.active .arrow {
            transform: rotate(180deg);
        }
	#c-header .menu-header .l{display:flex; align-items: center; justify-content: flex-start;}
#c-header .menu-header .l:before{content:''; display: block; width: .04rem; height: .22rem; background: #E8361E; margin-right: .14rem;}


#c-header .submenu {
/*            max-height: 0;*/
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
#c-header .submenu.active {
            max-height: 500px;
        }
#c-header .submenu-item { width: 94.2%; margin: 0 auto;
            font-size: .24rem; line-height: .54rem; 
            color: #222;
        }
#c-header .submenu-item.secondary {

            color: #888;
        }
	#c-header .submenu-item.secondary a{ display:block;color: #888;}
#c-header .divider {
	 width: 93%; margin: .1rem auto; border-bottom: 1px dashed #ddd;
            height: 1px;

        }
	
	
	
	
	.saf-online{right:4px}
	.g_senavatv{width:.98rem;}
	.saf-online .saf-lineitem > .xsbox{width:2.4rem; height:.98rem;font-size: .22rem; line-height: .98rem; top:-.02rem;transform:translate(-.1rem,6%);}
	.saf-online .saf-lineitem{width:.98rem; height: .98rem; margin-bottom: .08rem}
	.saf-online .saf-lineitem saf-icon img{width:.4rem;}
	
/*	.banner video{display:none!important}*/
	
	
	.banner{height:auto}
	.banner .h-banner{height:auto}
.banner .h-banner .swiper-button-prev{display:none}
.banner .h-banner .swiper-button-next{display:none}
.banner .txt .p1{ font-size: .46rem; line-height: .74rem; margin-bottom: .56rem;}
.banner .txt .p2{  line-height: .5rem;}
.banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal{top:inherit; bottom: .5rem}
.banner .swiper-pagination-bullet{ width: .18rem; height: .18rem;}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 .16rem}
.banner img{ width: 100%; height:auto;}
.banner .txt{ width: 92%; left:4%; top:30%;}
	
	.moreBtn{width: 2.55rem; height: .66rem; line-height: .66rem;border-radius: .4rem;font-size: .24rem;}

	.row1 .row1_top{display:block}
	.row1 .mTitle{margin:0 auto;margin-bottom:.24rem}
	.row1 .moreBtn{margin:0 auto;}
	.row1 .list .listL{width:100%; height: auto;float: inherit; margin-bottom: .2rem;}
	.row1 .list .listR{width:100%; float: inherit; padding: 0;}
	.row1 .list .listL p{ font-size: .44rem; line-height: .6rem;top:44%;}
	.row1 .list .listL p span{ display:inline-block ;margin-left: .14rem;}
	.row1 .list .listR .swiper-slide{height:4.4rem;}
	.row1 .list{ margin-bottom: .5rem;}
	.row1 .list .swiper-button-prev{left:5%}
	.row1 .list .swiper-button-next{right:5%}
	.row1 .list .listR .swiper-slide .pic{height:3.54rem}
	.row1 .list .listR .swiper-slide .pic img{max-height:87%}
	
	
	
	.row2{background: url(../images/pic01_m.png) no-repeat top center; background-size:100%; height:auto; padding: 1rem 0 0 0;}
	.mTitle{font-size:.56rem; line-height: .8rem; margin-bottom: .7rem;}
	.row2 .list .li{width:50%; height: 3.6rem;}
	.row2 .list .li .p1{ font-size: .32rem; line-height: .5rem; margin-bottom: .24rem;}
	.row2 .list .li .p2{ font-size: .28rem; line-height: .4rem; }
	.row2 .list .li2{ margin-left:25%}
	.row2 .list .li img{width:.8rem;}
	.row3 .text{ font-size: .28rem; line-height: .48rem; margin-bottom: .4rem;}
	.row3 .list .li .t1{ font-size: .28rem; line-height: .4rem; margin-bottom: .18rem;}
.row3 .list .li .t2{ font-size: .24rem; line-height: .4rem; height: 1.2rem; overflow-y: auto; padding-right: .1rem;}
	.row3 .list .li{height:2.42rem}
	.row3 .list{height:6.2rem;}
	.row3 .list .swiper-horizontal>.swiper-pagination-bullets, .row3 .list .swiper-pagination-bullets.swiper-pagination-horizontal{top:inherit; bottom: 0}
	
	.row4 .box1{margin-bottom:.3rem;}
	.row4 .box1L{width:100%; float: inherit; margin-bottom: .7rem;}
	.row4 .box1R{width:100%; height: auto;float: inherit;}
	.row4 .box1L .text{ font-size: .28rem; line-height: .58rem;margin-bottom: .36rem;}
	
	.row4 .box1R .fm{height:auto}
	.row4 .box2 .list .li{width:50%; height: 2rem;}
	.row4 .box2 .list .li:nth-child(4){border-bottom:1px dashed #DDDDDD}.row4 .box2 .list .li .li_1{margin-bottom:.1rem; font-size: .24rem;line-height: .4rem;}
	.row4 .box2 .list .li .li_1 .sp1{font-size: .6rem; line-height: .7rem;}
	.row4 .box2 .list .li .li_1 .sp2{font-size: .24rem; line-height: .4rem;}
	.row4 .box2 .list .li .li_2{ font-size: .26rem; line-height: .4rem;}
	
	.row5 .im1{width:100%; margin-bottom: 0}
	
	.footer .box1{ height:auto; background:#3a3a3b url(../images/pic02_m.png) no-repeat bottom center; background-size:100%;padding-top: .9rem; padding-bottom: 7rem;}
	.footer .box1 .mwrap{padding-right:0}
	.footer .box1 .list .bx1{display:block}
	.footer .box1 .list .bx1 input{width:100%; margin-bottom: .14rem;}
	.footer .box1 .text{font-size: .28rem; line-height: .48rem; height: auto; margin-bottom: .5rem;}
	.footer .box1 .list .bx input{font-size:.28rem; height: .88rem; line-height: .88rem;}
	.footer .box1 .list .bx{margin-bottom: .14rem;}
	.footer .box1 .list .bx textarea{font-size:.28rem; line-height: .4rem; padding: .16rem .2rem; height: 1.9rem;}
	.footer .box1 .list .smt .sbnm{width:2.55rem; height: .66rem; line-height: .66rem;border-radius:.4rem; font-size: .24rem;}
	.footer .box1 .list .bx3{margin-bottom: .4rem;}
	.footer .box2 .box2_1{display:block; margin-bottom: .3rem}
	.footer .box2 .box2_1R{justify-content:center; font-size: .26rem; line-height: .4rem;}
	.footer .box2 .box2_1L img{margin:0 auto}
	.footer .box2 .box2_1L{margin-bottom: .6rem;}
	.footer .box2{padding:1.1rem 0 .2rem 0;background: url("../images/pic84.png") no-repeat right bottom; background-size:3.7rem;}
	.footer .box3{height:auto;font-size:.26rem; line-height: .44rem; padding: .2rem 0;}
	.footer .box3 .mwrap{display:block}
	.footer .box3 a{float:left; margin-left: 0; margin-right: .11rem;}
	.footer .box3 span{display:block; width: 100%;}
	.footer .box3 a:before{display:none}
	.footer .box3 a:after{content:''; display: block; width: 1px; height: .2rem; background: #fff; margin-left: .14rem; }
	.footer .box3 a:last-child:after{ display: none}
	
	.footer_list2{padding-bottom:.4rem}
	.footer_list2 .footer_dt2 { height:1rem; line-height:1rem; cursor: pointer;color: #222;font-size: .28rem; display: flex; align-items: center; justify-content: space-between;background: url("../images/ico56.png") no-repeat right center; background-size: .25rem;  border-bottom: 1px solid #ddd;}
.footer_list2 .footer_dd2{ display: none;border-bottom: 1px solid #ddd; padding-bottom: .08rem;}
.footer_list2 .footer_dd2 a{display:block; width: 100%; font-size: .24rem; line-height: .52rem; color:#888; border-radius: .4rem 0 0 .4rem; margin-bottom: .12rem;}
	.footer_list2 .wu{ height:1rem; line-height:1rem; cursor: pointer;color: #222;font-size: .28rem; display: flex; align-items: center; justify-content: space-between;background: url("../images/ico56.png") no-repeat right center; background-size: .25rem;  border-bottom: 1px solid #ddd;}

#open4{background: url("../images/ico56-on.png") no-repeat right center; background-size: .25rem;border-bottom: 0;}
	
	
.iBanner{margin-top: 1.14rem;}
.iBanner .wz{ width: 90%; position: absolute; left:5%; margin-left: 0; top: 40%; }
	.secMenu{height:auto; line-height: .4rem; padding-bottom: .2rem}
	.secMenu .wrap{width:94%;display:block; padding-top: .28rem;}
	.secMenu .secMenuR{font-size: .26rem;}
	.iCon_bg{background:none}
	.cp_box{overflow:inherit}
	.cp_box .cp_boxL{width:100%; float: inherit; padding-top: 0;}
	.cp_box .cp_boxR{width:100%; float: inherit;}
	.cp_list .li{ width: 48%; height: 4.4rem; margin-right: 4%; margin-bottom: 5%;border-radius: .18rem;}
	.cp_list .li:nth-child(3n){margin-right:2%}
	.cp_list .li:nth-child(2n){margin-right:0}
	.cp_list .li .wz{font-size: .28rem; line-height: .4rem;}
	.cp_list .li .pic{height:3.7rem}
	.cp_list .li .pic img{max-height:88%}
	
	
	.menu-box {
    width: 100%;
    background: #fff;
    overflow: hidden; margin-bottom: .4rem;
  }

  /* 一级标题 */
  .menu-title {
    cursor: pointer; line-height: .82rem;
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    font-size: .28rem;
    color: #888888;
    border: 1px solid #ddd; border-radius: .16rem; padding: 0 .24rem
  }
  .menu-title .arrow {
width: .25rem; height: .15rem; display: block;
	  background: url("../images/pic86.png") no-repeat center center; background-size: .25rem;
  }
/*
  .menu-title.active .arrow {
    transform: rotate(180deg);
  }
*/

  /* 二级菜单容器 */
  .menu-level2-wrap {
    max-height: 0; 
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .menu-level2-wrap.open {
    max-height: 12.2rem;
  }

  /* 二级菜单项 */
  .menu-level2 {
    padding: .3rem .24rem;
    cursor: pointer;border-radius: .16rem;
    border: 1px solid #ddd;
  }


	
	
.cp_box .cp_boxL .me1{ color:#222; border-bottom: 1px dashed #ddd;}
	.cp_box .cp_boxL .tit{font-size:.28rem; line-height: .52rem;}
	.cp_box .cp_boxL .tit:last-child{ margin-bottom:0}
	.cp_box .cp_boxL .tit:after{height:.04rem;display: none}
	.cp_box .cp_boxL .tit a{display:block; width: 100%; height: 100%}
	.cp_box .cp_boxL .shzp_list2 .list_dd2{display:block!important}
	.cp_box .cp_boxL .shzp_list2 .list_dl2 .list_dt2{background:none; line-height: .7rem; height: .7rem;}
	#open3{background:none;}
	.b-bottom-0{border-bottom:0!important}
	.cp_box .cp_boxL .shzp_list2 .list_dd2 a{font-size:.24rem; line-height: .5rem;}
	
	.position{ height: 1rem; line-height: 1rem; margin-top:1.14rem;  margin-bottom: .26rem; font-size: .26rem;}
.position .span{background:url("../images/pic55.png") no-repeat left center; background-size: .06rem; padding-left: .14rem; color: #888; font-size: .26rem; margin-left: .1rem;}
.position a{ color: #888;}
	.cp_con .box1 .box1L{width:100%; float: inherit; margin-bottom: .8rem;}
	.cp_con .box1 .box1R{width:100%; float: inherit;}
	.cp_con .box1 .box1R .d1{ font-size: .28rem; line-height: .5rem; margin-bottom: .16rem;}
	.cp_con .box1 .box1R .d2{ font-size: .28rem; line-height: .58rem;}
	.cp_con .box1 .box1R .d3{font-size: .28rem;line-height: .58rem;}
	.cp_con .box1 .box1R .table .li{ font-size: .22rem; line-height: .36rem;}
	.cp_con .box1 .box1R .table .li .liL{width:21%}
	.cp_con .box1 .box1R .table .li .liR{width:79%}
	.cp_con .box1 .box1R .gdBox{max-height:none;overflow-y:inherit}
	.cp_con .box1 .box1R .d4{display:block}
	.cp_con .box1 .box1R .d4 .bx{width:auto}
	.cp_con .box1 .box1R .d4 .d4_1{width:100%; float: inherit; margin-bottom: .4rem}
	.cp_con .box1 .box1R .d4 .d4_2{margin-right:6%;}
	.cp_con .box1 .box1R .d4 .d4_1 a{width:3.2rem; height: .66rem; line-height: .66rem; font-size: .24rem}
	.cp_con .box1 .box1R .d4 .bx a{ font-size: .24rem;}
	.cp_con .box1 .box1R .d4 img{width:.28rem}
	.cp_con .box1 .box1R .d4 .d4_3{padding-left:6%;}
	
	.more_box .list{width:97%;}
	.more_box .list .box{width:100%;}
	.more_box .list .swiper-slide{height:4.4rem}
	.more_box .list .swiper-slide .pic{height:3.6rem}
	.more_box .list .swiper-slide .wz{ font-size: .28rem; line-height: .4rem;}
	.more_box .list .swiper-slide .pic img{height:88%}
	
	.catalog_list .tit .d1{ font-size: .28rem; line-height: .4rem;}
	.catalog_list .tit .d2{width:2.55rem; height: .66rem; line-height: .66rem; font-size: .24rem; border-radius: .34rem;}
	.catalog_list .list .li{height:1.65rem; position: relative; padding: .18rem .2rem .18rem .18rem}
	.catalog_list .list .li .liL{width:30%; margin-right: 4%}
	.catalog_list .list .li .liC{width:65%;padding-top:.06rem}
	.catalog_list .list .li .liR{ width: .9rem; height: .4rem; float:inherit; position: absolute; right:.3rem; bottom: .2rem;}
	.catalog_list .list .li .liC .t1{ font-size: .26rem; line-height: .36rem;}
	.catalog_list .list .li .liC .t2{ font-size: .24rem; line-height: .36rem;}
	.catalog_list .list .li .liR a{ width: .3rem; height: .25rem;background: url(../images/ico34_m.png) no-repeat center center; background-size:100%;}
	.toggle-box{ width: .28rem; height: .28rem;}
	.toggle-box .img{ width: .28rem; height: .28rem;background-image: url(/skin/default/images/ico55.png);
      background-size: .28rem;}
	.toggle-box input:checked ~ .img {
      background-image: url(/skin/default/images/ico55-on.png);background-size: .28rem; 
    }
	.catalog_list .tit{margin-bottom:.6rem;}
	.catalog_list .list .li .liC .t1 a{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
	
	
	.secMenu .secMenuL{width:100%; height:auto; float: inherit; margin-bottom: 0; }
	.secMenu .secMenuR{width:100%; float: inherit;}
	.secMenu .secMenuL a{ font-size: .28rem; display: block; float: left;margin-right:.5rem; margin-bottom: .2rem; height: .5rem;}
	.secMenu .secMenuL:after{content:""; display:block; height:0; clear:both;}
	.secMenu .secMenuL::-webkit-scrollbar-track-piece{background:#eee;}
	.secMenu .secMenuL::-webkit-scrollbar {
  width:4px;
  height:1px;
}
.secMenu .secMenuL::-webkit-scrollbar-track {
  background: #eee;
}
 
.secMenu .secMenuL::-webkit-scrollbar-thumb {
  background-color: #E8361E;  
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); 
}
	
	.secMenuxw .secMenuL a{ background:#f8f8f8; padding:0 .25rem; border-radius: .3rem; margin-bottom: .3rem; height: .58rem; line-height: .58rem; }
	.secMenuxw .secMenuL a:nth-child(3){ margin-right: 0}
	.secMenuxw .secMenuL a:nth-child(4){ margin-left:1.35rem}
	
	
	.secMenugy .secMenuL a{ background:#f8f8f8; padding:0 .3rem; border-radius: .3rem; margin-bottom: .3rem; height: .58rem; line-height: .58rem; margin-right: .3rem }
	.secMenugy .secMenuL a:nth-child(2n){ margin-right: 0}
	.secMenugy .secMenuL a:nth-child(1){ margin-left:.72rem}
	.secMenugy .secMenuL a:nth-child(3){ margin-left:.19rem}
	.secMenugy .secMenuL a:nth-child(5){ margin-left:2.15rem}
	
	.secMenugy .secMenuL a:hover{ background:#E8361E;color:#fff; border-bottom: 0}
/*
	.secMenu .secMenuL::-webkit-scrollbar-track-piece{background:#fff; height: 0}
	.secMenu .secMenuL::-webkit-scrollbar{height: 0}
*/
	

	#nowmenuxw{ color:#fff; background: #E8361E; border-bottom: 0}
	
	
	
	
	.certificate_list .text{ font-size: .28rem; line-height: .58rem; text-align: left;}
	.certificate_list .list .li{ width: 48%; height:6.2rem; margin-right: 4%;}
.certificate_list .list .li:nth-child(3n){ margin-right: 4%;}
	.certificate_list .list .li:nth-child(2n){ margin-right: 0;}
.certificate_list .list .li .pic{ height: 4.3rem; margin-bottom: .19rem;}

.certificate_list .list .li .wz{font-size:.26rem; line-height: .34rem; height: 1.5rem; }

.faq_box .text{ font-size: .28rem; line-height: .58rem; text-align: left;}
	.faq_box .search_top{display:block;}
	.faq_box .search_top .L{width:100%; height: .82rem; line-height: .8rem; margin-bottom: .36rem}
	.faq_box .search_top .L .txt-bx{height: .82rem; }
	.faq_box .search_top .L .txt-bx .inp{height: .82rem;font-size:.28rem; padding: 0 .3rem}
	.faq_box .search_top .L .txt-bx .sub{height: .82rem; background: url(../images/ico36_m.png) no-repeat center center; background-size:.39rem; }
	.faq_box .search_top .R{width:2.88rem; height: .66rem; line-height: .66rem; font-size: .24rem}
	
	
	.iConBox .iConBoxL{width:100%; float: inherit; margin-bottom: .5rem;}
	.iConBox .iConBoxL:after{content:""; display:block; height:0; clear:both;}
	.iConBox .iConBoxR{ clear:both;width:100%; float: inherit;}
	
	.faq_box .shzp_list2 .list_dl2 .list_dt2{font-size:.28rem; height: 1rem; line-height: .36rem; }
	.faq_box .shzp_list2 .list_dd2 .wz{font-size:.24rem; line-height: .4rem;}
	
	.iConBox .iConBoxL a{width:30.66666%; float: left; font-size:.24rem; border-bottom: 1px dashed #DDDDDD; margin-right: 4%;}
	.iConBox .iConBoxL a:nth-child(3n){margin-right:0}
	.iConBox .iConBoxL a:after{display:none}
	
	/* 下拉框容器 */
/*
        .dropdown-container {
            width: 100%;
            position: relative;
        }
        .dropdown-header {
            width: 100%;
            height: .82rem;
            padding: 0 .3rem;
            border: 1px solid #ddd;
            border-radius: .12rem;
            display: flex!important;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            font-size: .28rem;
            color: #888;
            background: #fff;
        }
        .dropdown-header::after {content:'';
            width: .25rem; height: .15rem; display: block;
	  background: url("../images/pic86.png") no-repeat center center; background-size: .25rem;
        }
        .dropdown-menu {
            width: 100%; position: absolute; top:calc(100%); z-index: 99;
            border: 1px solid #dddddd;
            border-radius: 8px; padding: .2rem;
            background: #fff;
            overflow: hidden;
            display: none;
        }
        .dropdown-menu.active {
            display: block;
        }
        .dropdown-item {
            padding: 20px 32px;
            font-size: 24px;
            color: #333;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
        }
        .dropdown-item:last-child {
            border-bottom: none;
        }

	.iConBox .iConBoxL .changefieldandcss{color:#222}
	.iConBox .iConBoxL a{ font-size:.24rem; border-bottom: 1px dashed #DDDDDD}
	.iConBox .iConBoxL a:last-child {
            border-bottom: none;
        }
	.iConBox .iConBoxL .changefieldandcss:after{opacity:0}
*/
	
	

	.threeMenu{display:block; height: 1.5rem;}
	.threeMenu a{ width: 49%;margin:0 2% 2% 0; font-size:.26rem; float: left; height: .66rem; line-height: .66rem; }
	.threeMenu a:nth-child(2n){ margin-right:0;}
	
	.grid-item p{font-size:.22rem}
	.grid-item{width:47%;}
	
	.expo_box .li{height:auto; padding: .1rem .28rem .28rem .28rem}
	.expo_box .li .liL{width:100%; float: inherit; height: auto;padding-top:.3rem;background: url("../images/pic87.png") no-repeat bottom center; background-size: 6.28rem; padding-bottom: .2rem; margin-bottom: .38rem}
	.expo_box .li .liR{width:100%; float: inherit; height: auto;}
	.expo_box .li .liL .liL_1{ font-size: .36rem; line-height: .48rem;}
	.expo_box .li .liL .liL_2{ font-size: .28rem; line-height: .4rem;}
	.expo_box .li .liR .liR_1 .p2{ font-size: .32rem; line-height: .4rem;}
	.expo_box .li .liR .liR_2 .liR_2_1{ font-size: .26rem; line-height: .5rem;}
	.expo_box .li .liR .liR_1 .p1 img{height:.65rem}
	.expo_box .li .liR .liR_1{height:.94rem;}
	
	
	.news_top .bx{display:block;}
	.news_top .bx .bxL{width:100%; height: .82rem; margin-right:0; margin-left: 0}
	.news_top .bx .bxR{width:100%; height: .82rem;margin-bottom: .2rem;}
	.news_top .bx .bxL select{font-size: .28rem;}
	.news_top .bx .bxR .inp{font-size: .28rem; padding: 0 .22rem}
	.news_list .li{height:6.5rem; margin-bottom: .4rem;}
	.news_top .bx .bxR .sub{width:10%}
	
	.news_list .li .liL{width:100%; height: 3.6rem; float: inherit;}
	.news_list .li .liR{width:100%; float: inherit; padding-top: .38rem}
	
	.news_list .li .liR .t1{ font-size: .28rem; line-height: .4rem;margin-bottom: .13rem;}
	.news_list .li .liR .t2{ font-size: .36rem; line-height: .5rem;  }
	.news_list .li .liR .t3{ font-size: .24rem; line-height: .34rem;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
	.news_list .li a{padding:.24rem .24rem .2rem .24rem}	
	
	.news_con .news_conL{width:100%; float: inherit; margin-bottom: .7rem;}
		.news_con .news_conR{width:100%; float: inherit;}
		.news_con .news_conL .newsdetail-time{ font-size: .26rem; line-height: .5rem;  }
	.news_con .news_conL .newsdetail-content{font-size: .28rem; line-height: .58rem;}
	.news_con .news_conR .tit{font-size: .3rem; line-height: .5rem;}
		.news_con .news_conR .list a{font-size: .26rem; line-height: .5rem;}
	.news_con .news_conR .from select{height: .82rem; line-height: .82rem;border-radius:.1rem; font-size: .26rem;}
		
		
		.contact_box .box1 .box1L{width:100%; float: inherit; margin-bottom: .8rem;}
		.contact_box .box1 .box1R{width:100%; float: inherit;}
		.contact_box .box1 .box1L .t1{font-size: .28rem; line-height: .58rem;}
		.contact_box .box1 .box1L .t2{font-size: .26rem; line-height: .44rem;}
	.contact_box .box1 .box1L .t2 img{width:.3rem; margin-right: .2rem;}
		.contact_box .box1 .box1L .t3{font-size: .26rem; line-height: .44rem;margin-top:.3rem;}
		.contact_box .box1 .box1R .bx p{font-size: .26rem; line-height: .44rem;}
	.contact_box .box1 .box1R .bx input{height:.8rem; line-height: .8rem;}
		
	.contact_box .box1 .box1R .smt .sbnm{width:2.55rem; height: .66rem; line-height: .6rem; font-size: .24rem;}
	.contact_box .box1 .box1L .t3 img{width:.51rem;}
	
	.public_con .text .tit{font-size: .28rem; line-height: .5rem; margin-bottom: .14rem;margin-top:.2rem}
	.public_con .text{padding-top:.4rem;font-size: .26rem; line-height: .56rem; word-break: break-all}
	.map_con .li .li_1{font-size: .32rem; line-height: .56rem;}
	.map_con .li .li_2 a{font-size: .26rem; line-height: .5rem;}
	.map_con .li .li_5 .li_4_li{width:100%; float: inherit; margin-right: 0; margin-bottom: .2rem;}
	.map_con .li .li_5 .li_4_li .li_4_li_tit{ font-size: .28rem; line-height: .6rem; margin-bottom: .08rem; padding-left: 0}
	.map_con .li .li_5 .li_4_li .bx_2{font-size: .28rem; line-height: .52rem; margin-top: .08rem; padding-left: .3rem;}
	.map_con .li .li_5 .li_4_li a{font-size: .24rem; line-height: .44rem; margin-bottom: .04rem; padding-left: .3rem;}
	.map_con .li .li_3 p{width:100%; float: inherit; margin-right: 0; margin-bottom: .2rem;}
	.map_con .li .li_3 p a{font-size: .28rem; line-height: .52rem;}
	.map_con .li .li_5 .li_4_li .bx_2 a{padding-left:0;font-size: .28rem; line-height: .52rem;}
	.map_con .li .li_3 p .p-l{ padding-left: .3rem;}
	.m-b-b-0{border-bottom:0!important}
	.map_con .li .li_4{font-size: .28rem; line-height: .46rem;}
	.map_con .li .li_4 .li_4L{width:100%; float: inherit; margin-bottom: .1rem;}
	.map_con .li .li_4 .li_4R{width:100%; float: inherit;}
	.map_con .li .li_4 .li_4R p a{ background: url("../images/pic57.png") no-repeat left .11rem; background-size: .12rem; padding-left: .22rem}
	
	.about_box .box1{margin-top:0}
	.about_box .box1 .box1L{width:100%; float: inherit; margin-bottom: .5rem;}
	.about_box .box1 .box1R{width:100%; float: inherit;font-size: .28rem; line-height: .58rem;}
	.about_box .box3 .list .slideTxtBox .bd{width:100%; height: 3.52rem; float: inherit; padding: .2rem .3rem .3rem .3rem}
	.about_box .box3 .list .slideTxtBox .hd{width:100%; height: 5.48rem; float: inherit;}
	.about_box .box3 .list{height:9rem}
	.about_box .box3 .list .slideTxtBox .bd .d1{font-size: .32rem; line-height: .5rem;}
	.about_box .box3 .list .slideTxtBox .bd .d2{font-size: .26rem; line-height: .48rem;}
	
	.about_box .box4{height: auto;background: url(../images/pic31_m.png) no-repeat top center; background-size:100%; padding-top:1.1rem; padding-bottom: .8rem }
	.about_box .box4 .text{font-size: .28rem; line-height: .48rem; padding: 0; margin-bottom: .4rem;}
	.about_box .box4 .list .li{ width:50%; height: 2.2rem; padding: 0 5%; padding-top: .2rem;}
.about_box .box4 .list .li img{display:block; width: .65rem; height: auto;margin: 0 auto; margin-bottom: .3rem;}
.about_box .box4 .list .li .p1{ font-size: .26rem; line-height: .36rem; font-family:Roboto-Medium;}
.about_box .box4 .list .li:last-child{background:none}
	
	.about_box .box5 .text{font-size: .28rem; line-height: .48rem;}
	
	.about_box .box5 .li{width:100%; height: auto;float: inherit;margin-right:0; padding-bottom: .26rem;}
	.about_box .box5 .li .d1{font-size: .28rem; line-height: .48rem;}
	.about_box .box5 .li .d2{font-size: .24rem; line-height: .48rem;}
	.about_box .box5 .li:nth-child(3){height: auto;}
	.about_box .box5 .li:nth-child(4){height: auto;}
	
	.about_box .box6{width:96%;margin-left:4%}
	.about_box .box6 .swiper-container-horizontal>.swiper-pagination-progressbar{left:24%}
	.about_box .box7 .text{font-size: .28rem; line-height: .48rem;}
	.about_box .box7 .list .li{width:100%; height: auto;float: inherit; margin-right: 0; margin-bottom: .56rem}
	.about_box .box7 .li .d1{font-size: .28rem; line-height: .48rem;}
	.about_box .box7 .li .d2{font-size: .24rem; line-height: .48rem;}
	
	.about_box .box7 .list2 .li{width:100%; height: auto;float: inherit; margin-right: 0; margin-bottom: .26rem}
	
	
	.more_box .list .swiper-button-next{right:3%; top:55%;}
	.more_box .list .swiper-button-prev{left:3%; top:55%;}
	
	.cookie-box{font-size: .22rem; line-height: .38rem; padding: .15rem 4%;}
	.cookie-box .L{ width: 75%;}
	.cookie-box .R{ width: 1.56rem; height: auto; display: block; padding-top: .36rem;}
	.cookie-box .R .a{ width: 1.56rem; line-height: .5rem; height: .5rem; margin-top: 0; margin-bottom:.16rem}
	.cookie-box .R .a1{ margin-left: 0}

	.public_con .text .icon:before{margin-top:.25rem}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}