@media (max-width:1600px) {


    .footer .box1 .box1L .d2 .li{ width: 110px;}
    
    .home .row1 .text{ font-size: .20rem; line-height: .4rem;}
    .home .row1 .numlist .li .li_2{ font-size: .20rem; line-height: .4rem;}
	
}
@media (max-width:1440px) {

    .footer .box1 .box1L .d2 .li{ width: 95px;}

    .home .row4 .list .li img { max-width: 80%; max-height: 80%;}
    .home .mBtn a { padding-left: .32rem; }
    
    
    .secMenu{height: .84rem; line-height: .84rem;}
    .secMenu a{ font-size: .24rem;}

    .footer .box1 .box1R .li .p1{ font-size: .24rem;}
    .footer .box1 .box1R .li .p2 a{ font-size: .2rem;}
	
}
@media (max-width:1366px) {

    .news-list2{width:1280px;}
    .news-list2 .swiper-container{width:100%}
	
}

@media (max-width:1100px) {
    
    .wrap{width:92%}
    .mwrap{width:92%}
    

	.div_pc{display: none !important;}
    .pc-div{display: none !important;}
    .phone-div{display: block !important;}
    .cp_nav{display: none !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);

	}	
	
    
    /*移动端menu*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999900;
  padding-top: 0.14rem; padding-bottom: 0.22rem; 
  width: 100%;
  text-align: center;
  transition: 0.3s;
  pointer-events: none; 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:flex-end;
  width: 100%;
  padding: 0 0.34rem 0 0.34rem;
}
/*顶部logo*/
#c-header .c-logo {display: none;
  /*display: flex;
  align-items: center;
  pointer-events: auto;*/
}
#c-header .c-logo img {
  height: 41px; 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: .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: 28px;
  height: 100%;
  cursor: pointer;
}

#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #ffffff;
  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: #004098;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%; background: #004098;
  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: 24px;
  background:none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; margin-top:7px;
}

#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;
}

.fixed-header .c-switch i {background:#004098!important; }
	
	.head{max-width: 750px;}

	.head .head-content{width: 100%; padding:0 0.3rem 0 0.3rem; justify-content: space-between; height: 52px;}

	.head .logo a img{height: 0.8rem; margin-top: 0;}

	.head .head-content .nav{display: none; position: absolute; left: 0; top: 100%; background: #FFF; width: 100%; height: calc(100vh - 1rem); padding-bottom: 1.5rem; overflow: auto;}

	.head .head-content .nav::-webkit-scrollbar {display: none;}

	.head .head-content .nav::-moz-scrollbar {display: none;}

	.head .nav li{float: none; padding: 0 0.3rem; border-bottom: #E5E5E5 solid 1px;}

	.head .nav li.nav-ing .top a{color: #FE6808;}

    .head .nav li .top{background:url(../images/ico-arr-right2.png) no-repeat center right}
	.head .nav li .top a{font-size: 0.32rem; line-height: .8rem; color: #333;}

	.head .nav li .menu2{position: static; transform: translate3d(0,0,0); background: transparent; box-shadow: none; padding: 0 0 0.2rem;}

	.head .nav li .menu2 a{display: block; margin: 0.1rem 0 0.1rem 0.5rem; font-size: 0.28rem; line-height: .5rem;}
    .head .nav li .menu2 a.menu2ing{color: #333333;}
    #language-box{ top:47px; right: 49px;}

	.head .nav li .menu2 .menu2-content{text-align: left;}

	.head .nav li .icon{display: none;}


	.head #shop{height:30px; margin-right:15%; padding-left: 0;border-left:0; margin-top: 11px;}
	

    .head .logo .im{ width: 151px; height: 18px;margin-top:17px; background: url(../images/logo.svg) no-repeat center center; background-size: 100%;}
    .head #tel{display:none}
    
    .fixed-header{box-shadow:0 0 0 rgb(0 0 0 / 10%)}
    .fixed-header .logo .im { background:url(../images/logo-on.svg) no-repeat center center; background-size: 100%; }
    .head:hover .logo .im { background:url(../images/logo-on.svg) no-repeat center center; background-size: 100%;}
    

	
    .backTop{ width: 34px; height: 34px;}
    
    .banner .txt{width:92%;left: 4%; top: 35%; }
    .banner .txt .txt-p{font-size:.56rem; line-height: .7rem;letter-spacing:0;}
    .banner .txt .txt-p2{font-size:.24rem; line-height: .4rem;letter-spacing:0; }
    
    .hmFocus_txt{width:92%; left: 4%; top: 35%;}
    .hmFocus_txt2{ top:23%;}
    .hmFocus_txt strong{font-size:.56rem; line-height: .7rem; letter-spacing: 0; margin-bottom: 0;}
    .hmFocus_txt p.p2{font-size:.24rem; line-height: .4rem }
    
    .home #section1{ background: url(../images/homeabout_m.jpg) no-repeat top center; background-size:cover;}
    .home .row1{ padding-top: .7rem; }
    .home .row1 .mwrap{width:86%;}
    .home .row1 .text{width: 100%; font-size: .24rem; line-height: .46rem; height: auto; margin-bottom: .6rem; opacity: .9;}
    .home .row1 .numlist{width: 100%; height: auto; margin-bottom: .2rem; padding-left:2%;}
    .home .row1 .numlist .li{width:56%; height: 1.9rem; display: flex; align-items: flex-start; justify-content: flex-start;}
    .home .row1 .numlist .li:nth-child(2n){ width: 44%}
    .home .row1 .numlist .li .icon{ margin-right:.14rem;}
    .home .row1 .numlist .li .li_1{font-size:.24rem; line-height: .36rem;}
    .home .row1 .numlist .li .li_2{ width: 100%; font-size: .24rem; line-height: .36rem; margin-top: .12rem}
    
    .home .mBtn{ width: 3rem; line-height: .68rem; height: .68rem; border-radius: .4rem;}
    .home .mBtn a{ background: url(../images/icon07.png) no-repeat 76% center; padding-left: .7rem;}
    
    .home .row2{height:auto;}
    .home .row2 .img_ar{ opacity: 1; height: 100%;}
    .home .row2 .wz{ color:#fff; padding: 2.7rem 10% 0 10%;}
    .home .row2 .wz .d2:after{background:#D8D8D8; height: 1px;}
    .home .row2 .swiper-pagination{ display:block; right: 0; text-align: center; bottom:0;}
    .home .row2 .swiper-pagination-bullet{background:#fff; opacity: 1;}
    .home .row2 .swiper-pagination-bullet-active{background:#004098;}
    .home .row2 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 6px;}
    .home .row2 .wz .d1{font-size:.5rem; line-height: .7rem;}
    
    
    .home .row3{margin-top:2.5rem;}
    .home .row3 .list{position:relative;}
    .home .row3 .list .li{width:100%; height: auto; float: inherit; margin-right: 0; border: 0;}
    .home .row3 .list .li .li_1{ height: 4.3rem;}
    .home .row3 .list .li .li_2 .d1{font-size:.22rem; line-height: .4rem; margin-bottom: .1rem;}
    .home .row3 .list .li .li_2 .d2{font-size:.32rem; line-height: .5rem;}
    .home .row3 .list .li .li_2 .d3{font-size:.24rem; line-height: .4rem;}
    .home .row3 .list .li .li_2 .d4{ width: .54rem; height: .54rem; background:url(../images/icon08_m.png) no-repeat center center; background-size: 100%;}
    .home .row3 .list .li .li_2{padding:.34rem .28rem;}
    .home .row3 .swiper-button-prev{ width: .34rem; height: .34rem;background:url(../images/icon36.png) no-repeat center center; background-size: cover; top: 30%;}
    .home .row3 .swiper-button-next{ width: .34rem; height: .34rem;background:url(../images/icon37.png) no-repeat center center; background-size: cover; top: 30%;}
    .home .row3 .swiper-button-prev:after{ display: none}
    .home .row3 .swiper-button-next:after{ display: none}
    .home .mTit .R .mBtn{ display: none}
    
    .footer{background:none}
    .footer .box1{padding-top:.62rem;padding-bottom:.6rem;background:#737373 url(../images/footerbg_m.png) no-repeat right top; background-size:cover;}
    .footer .box1 .box1L{width:100%; float: inherit;}
    .footer .box1 .box1R{display:none}
    
    .footer .box1 .box1L .logo{margin-bottom:.44rem;}
    .footer .box1 .box1L .d2 .li{width:1.7rem; font-size: .24rem; line-height: .34rem;}
    .footer .box1 .box1L .d2 .li img{width:1.6rem;}
    .footer .box2{font-size:.24rem; line-height: .5rem;height:auto; padding: .08rem 0;}
    .footer .box2 .box2L{width:100%; float: inherit; text-align: center;}
    .footer .box2 .box2R{display:none}
    
    .head #shop .btn-lang{font-size:14px;}
    .iBanner figure{padding-bottom: 6.15rem; }
    .iBanner .wz{top:43%; left: 6%; width: 90%}
    .iBanner .wz .t1{font-size:.5rem; line-height: .6rem;}
    .iBanner .wz .t2{font-size:.28rem; line-height: .4rem;}
    
    .secMenu{padding:0;}
    .secMenu p{ line-height: .84rem;height: .84rem; display: flex; align-items: center; justify-content: center; flex:1;}
    .secMenu a{ position: relative; display:inline; line-height: .84rem;height: .84rem!important;}
    #nowMenu{ border-bottom:0}
    #nowMenu:after{ content:''; display: block; width: 100%; height: 2px; background: #004098; position: absolute; left: 0; bottom: 0;}
    .iCon{padding:.8rem 0 1.2rem 0;}
    .iCon2{ padding:.8rem 0 0 0}

    .iCon_about .box1{padding-top:.8rem; padding-bottom: 6%;}
    .iCon_about .box1 .mwrap{ padding-right: 0;}
    .iCon_about .text .d1{ line-height:.5rem;}
    .iCon_about .text img { display:block; width: 100%; height: auto; margin-bottom: .36rem;}
    .iCon_about .text .d2{font-size:.24rem; line-height: .46rem;}
    .iCon_about .numlist{display:block!important; height: auto; padding:0 5% 0 5%; margin-top:.54rem; }
    .iCon_about .numlist .li{width:45%; height: 2.2rem; float: left;}
    .iCon_about .numlist .li:nth-child(2n){ float:right}
    .iCon_about .numlist .li .li_1{font-size:.38rem; line-height: .5rem;}
    .iCon_about .numlist .li .li_1 span{font-size:.7rem; line-height: .8rem;}
    .iCon_about .numlist .li .li_2{ padding-top:.16rem;font-size:.25rem; line-height: .4rem; }
    .iCon_about .numlist .li .li_3{font-size:.24rem; line-height: .4rem;padding-left: .2rem;}
    .iCon_about .numlist .li .li_3:after{height:1.66rem; width: 1px;}
    .iCon_about .box2{padding:.7rem 0 .3rem 0}
    .iCon_about .box2 .list{padding-bottom:.4rem;margin-bottom:.6rem;}
    .iCon_about .box2 .box2L{width:100%; float: inherit; text-align: center; margin-bottom: .5rem;}
    .iCon_about .box2 .box2R{width:100%; float: inherit;}
    .iCon_about .box2 .box2L .iTitle2 .d2:after{ margin:0 auto; margin-top: .2rem;}
    .iCon_about .box2 .box2R .li{width:31.4444%;}
    .iCon_about .box2 .box2R .li:nth-child(3n){ margin-right: 0;}
    .iCon_about .box2 .box2R .li:nth-child(4n){ margin-right: 2.8%;}
    
    .qywh-div .li1{width:100%; height: 4.74rem; float: inherit; border-right: 0; margin-bottom: 4px;}
    .qywh-div .li2{width:100%; height: 4.74rem; float: inherit; margin-bottom: 4px;}
    .qywh-div .li3{ height: 4.74rem; border-top:0;}
    .qywh-div .li .text{ padding:.6rem 10% 0 10%;}
    .qywh-div .li1 .text{ padding:.4rem 10% 0 10%;}
    .qywh-div .li .text .li_1 img{margin-bottom:.26rem;}
    .qywh-div .li .text .li_3{ opacity:1;}
    .qywh-div .li .text .li_3 p{font-size:.24rem; line-height: .4rem;}
    
    .fzlc-div{ height: 11rem;}
    .lc_whd1{width:100%; float: inherit; height: 4.2rem;}
    .fzlc-div .bx{ width: 92%; height: 7.8rem; margin-top: .7rem;}
    .lc_whd2{width:100%; height: 3.6rem; float: inherit; text-align: center; }
    .lc_whd2 .wzbox{padding:1rem .4rem 0 .4rem; text-align: left;left: 0; top: 0;transform:inherit}
    .lc_whd2 h3{width:100%; height: 100%; line-height: 3.6rem;}
    .fzlc-div .gallery-top{height:84%;}
    .fzlc-div .swiper-button-prev{top:75%;}
    .fzlc-div .swiper-button-next{top:75%;}
    
    .qybj-div .list{ height:10.3rem;border-radius:0; border: 0;}
    .qybj-div .qybj_nav{width:100%; height:4.8rem;}
    .qybj-div .qybj_nav ul li{height:2.4rem; line-height: 2.4rem;}
    .qybj-div .qybj_con{width:100%;}
    .qybj-div .qybj_con .tp{width:100%; height:4.8rem; position: static;}
    .qybj-div .qybj_con .wz{ width: 92%; padding-top:.4rem;}
    .qybj-div .qybj_con .wz .d1{ margin-bottom: .6rem}
    .qybj-div .qybj_con .wz .d2{ font-size:.24rem; line-height: .42rem; margin-bottom: .06rem;}
    .qybj-div .qybj_con .wz .d2 img{margin-right:.16rem; width: .14rem; height: auto; margin-top: .14rem;}
    
    .iCon_hzkh{background:#fff url(../images/pic25_m.png) no-repeat bottom center; background-size: 100%;}
    .iCon_hzkh:after{display:none;}
    .hzkh-div{ padding-top:7%;}
    
    .hzhb-div .p{width:100%; height: 1.5rem; margin-bottom: 5%;-moz-box-shadow:0px 1px 8px 2px #eff0f2; -webkit-box-shadow:0px 1px 8px 2px #eff0f2; box-shadow:0px 1px 8px 2px #eff0f2;}
    .hzhb-div .p:nth-child(5n){margin-right:0;}
    .hzhb-div .p:nth-child(3n){margin-right:0!important;}
    .honor-nav{justify-content:center; height: .48rem; margin-bottom: .5rem;}
    .honor-nav a{ width: 1.9rem; font-size:.24rem; height: .48rem; line-height: .46rem; border-radius: .3rem; margin: 0 .07rem 0 .07rem;}
    .honor-list .li{width:48%; float: left; margin-right: 4%; margin-bottom: .5rem; height: 5.3rem}
    .honor-list .li:nth-child(4n){ margin-right: 2.5%;}
    .honor-list .li:nth-child(2n){ margin-right: 0!important;}
    .honor-list .li .pic{ height: 4.4rem;}
    .honor-list .li .wz{font-size:.24rem; line-height: .38rem;}
    
    /*无切换排版*/
    .hzhb2-div .p{ width:49%; float: left; margin-right: 2%;}
    .hzhb2-div .p:nth-child(2n){ margin-right:0;}
    
    .yfnl-div .box1{padding-top:.5rem; margin-bottom: .62rem;}
    .yfnl-div .box1 .li{width:100%; height: 1.7rem; margin-bottom: .2rem; margin-right:0; float: inherit; display: flex; align-items: center; justify-content: flex-start; padding: .2rem .26rem; text-align: left;}
    .yfnl-div .box1 .li:nth-child(3n){ margin-right:0;}
    .yfnl-div .box1 .li:nth-child(2n){ margin-right:0!important;}
    .yfnl-div .box1 .li .li_1{ position:static; margin-top: 0; margin-right: .28rem;}
    .yfnl-div .box1 .li .li_2{ width: 2rem; margin-bottom:0;}
    .yfnl-div .box1 .li .li_3{font-size:.24rem; text-align: justify;}
    .yfnl-div .box1 .li .li_1 img{margin-bottom:0}
    .yfnl-div .box2 .list{ display:flex; align-items: center; justify-content: center;flex-wrap: wrap}
    .yfnl-div .box2 .list .li{ width: 49%; height: 5rem; margin-right: 2%; margin-bottom: 2%;}
    .yfnl-div .box2 .list .li:nth-child(2n){ margin-right:0;}
    .yfnl-div .box2 .list .li .pic{height:4.4rem;}
    .yfnl-div .box2 .list .li .wz{ line-height: .6rem;}
    
    .yfnl-div .box3 .list{height:auto; margin-bottom: .5rem;}
    .yfnl-div .box3 .list .listL{ width: 70%; height: 3rem; float: left; }
    .yfnl-div .box3 .list .listR{ width: 70%; height:auto; padding: 2.5rem 0.4rem .3rem .4rem; position:static; float: right; margin-top: .9rem;}
    .yfnl-div .box3 .list:nth-of-type(even) .listR{ padding:2.4rem .4rem .3rem .4rem; float: left;}
    
    .zzsl-div .box1{height:10.7rem; border-bottom: 0; margin-bottom: .4rem;}
    .zzsl-div .box1:nth-child(1){height:11.9rem; }
    .zzsl-div .box1:nth-child(2){height:10.7rem; }
    .zzsl-div .box1:nth-child(3){height:11.8rem; }
    .zzsl-div .box1 .wz{width:100%; float: inherit; padding-left: 0; margin-bottom: .5rem;}
    .zzsl-div .box1 .tp1{ position:static; width: 100%; height: 4.3rem;border:0;}
    .zzsl-div .box1 .tp2{width:66%; height: auto; left: 8%;}
    .zzsl-div .box1 .tp3{display:none}
    .zzsl-div .box1 .tp4{display:none}
    .zzsl-div .box1 .wz .t2 span{font-size:.36rem; font-weight: bold; margin: 0 3px;}
    .zzsl-div .box1 .wz .t3{font-size:.24rem; line-height: .4rem;}
    .zzsl-div .box2 .wz{width:92%}
    .zzsl-div .box2 .tit{width:92%; margin-bottom: .8rem;}
    .zzsl-div .box2 .list{width:92%;}
    .zzsl-div .box2 .list .swiper-container{width:82%;}
    .zzsl-div .box2 .list .swiper-button-prev{left:0;}
    .zzsl-div .box2 .list .swiper-button-next{right:0;}
    .zzsl-div .box2 .list .d1{height:5.7rem;}
    .zzsl-div .box2 .list .d1 img{height:3rem;}
    .zzsl-div .box2 .list .d2{line-height:.7rem;border-radius:.4rem; top: -1rem;}
    
    .news-top{padding:5% 3.5% 2.2% 3.5%}
    .news-top a{height:auto;}
    .news-top .liL{width:100%; height:auto; float: inherit; margin-bottom: .34rem;}
    .news-top .liL img{height:auto}
    .news-top .liR{width:100%; height: auto;float: inherit; padding-top: 0;}
    .news-top .liR .t1{ width: 100%; font-size:.32rem; line-height: .56rem; min-height: 1.04rem; margin-bottom: .56rem; height:auto;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
    .news-top .liR .t2{ font-size: .24rem; line-height: .4rem; position: static; display:table; margin-bottom: .2rem;}
    .news-list .li{width:100%; height: 2rem; float: inherit;margin-right:0; padding: .22rem .22rem;}
    .news-list .li .pic{width:38%; height: 100%; float: left;}
    .news-list .li .wz{width:57%; height: 100%; float: right;}
    .news-list .li .wz .t1{font-size:.26rem; line-height: .42rem; min-height: .84rem; color: #333; margin-bottom: .2rem;}
    .news-list .li .wz .t2{font-size:.24rem; line-height: .4rem; background-size: .18rem; padding-left: .28rem;}
    
    .fy{font-size:13px;}
    .fy a{ font-size:13px; line-height: 26px; height: 26px; padding: 0 .16rem;}
    .fy b{ line-height: 26px; height: 26px; padding: 0 .16rem;}
    
    .newsContent{ padding: 5% 4% 6% 4%}
    .newsContent .news-tit{font-size:.32rem; line-height: .52rem;}
    .newsContent .news-con{font-size:.28rem; line-height: .54rem;}
    .newsContent .news-con p{ margin-bottom:.3rem;}
    .newsContent .news-con img{ margin-bottom:.3rem;}
    .newsContent .news-con video{max-width:100%;width:100%;}
    .newsContent .preNext{ font-size:.26rem; line-height: .6rem; padding-top: .2rem;}
    .newsContent .preNext .pre{width:100%; float: inherit; padding-right: 0; display: block;}
    .newsContent .preNext .next{width:100%; float: inherit; text-align: left; padding-left: 0;display: block;}
    
    .ygfc-div .tit{font-size:.32rem;}
    .ygfc-div .box1{height:auto; margin-bottom: .7rem;}
    .ygfc-div .box1 .box1L{width:100%; float: inherit; margin-bottom: .3rem;}
    .ygfc-div .box1 .box1R{width:100%; float: inherit;}
    .ygfc-div .box1 .box1L img{height:4rem;}
    .ygfc-div .t1{margin-bottom:.6rem;}
    .ygfc-div .t3{font-size:.24rem; line-height: .46rem;}
    .ygfc-div .box2{height:auto; }
    .ygfc-div .box2 .box2L{width:100%;height:auto; float: inherit; padding: 7% 6% 4% 6%;}
    .ygfc-div .box2 .box2R{width:100%;height:auto; float: inherit;}
    .ygfc-div .box2 .box2R img{height:4rem; }
    .ygfc-div .swiper-button-prev{background: url(../images/icon26.png) no-repeat center center; background-size:cover; width: .4rem; height: .4rem; top:55%;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
    .ygfc-div .swiper-button-next{background: url(../images/icon27.png) no-repeat center center; background-size:cover; width: .4rem; height: .4rem; top:55%;-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
    .ygfc-div .swiper-button-prev:hover{background: url(../images/icon26-on.png) no-repeat center center; background-size:cover;}
    .ygfc-div .swiper-button-next:hover{background: url(../images/icon27-on.png) no-repeat center center; background-size:cover; }
    
    .zp-div .zpL{width:100%; float: inherit; margin-bottom: .5rem;}
    .zp-div .zpR{width:100%; float: inherit;}
    .zp-div .zpL .list a{width:32%; float: left; padding-left: 0; text-align: center; margin-right: 2%; border-radius: .1rem; font-size: .26rem; line-height: .52rem; margin-bottom: 2%;}
    .zp-div .zpL .list a.changefieldandcss{background:#4888DF; }
    .zp-div .zpL .list a:nth-child(3n){ margin-right: 0;}
    .zp-div .zpL .list_dl .list_dd a{line-height:.4rem; padding-left:.24rem;background-size:.05rem;}
    .zp-div .zpL .wz{line-height:.4rem; justify-content: flex-start; padding: 0.2rem .2rem}
    .zp-div .zpL .wz span { display:inline-block}
    .zp-div .zpR .list_dl2 .list_dt2 .t1{font-size:.26rem; line-height: .52rem;}
    .zp-div .zpR .zp-con .t0{ font-size:.24rem; line-height: .44rem; margin-bottom: .24rem;}
    .zp-div .zpR .zp-con .t1{display:block!important; font-size:.24rem; line-height: .44rem;}
    .zp-div .zpR .zp-con .t1 .t1_l{width:100%}
    .zp-div .zpR .zp-con .t1 .t1_r{width:100%}
    
    .iCon_lx .iTitle{width:92%;}
    .lxfs-div .list{ display:block; height: auto; border-bottom: 0; margin-bottom: 0; margin-top: 0;}
    .lxfs-div .list:first-child{ height: auto;}
    .lxfs-div .list .li{width:100%; float: inherit; height:auto;margin-bottom: .5rem;}
    .lxfs-div .list .li:nth-child(2n){width:100%; float: inherit;}
    .lxfs-div .list .li .liL{width:26%; height: 1.2rem;}
    .lxfs-div .list .li .liR{width:73%; }
    .lxfs-div .list .li .liR .d1{font-size:.28rem; line-height: .46rem;}
    .lxfs-div .list .li .liR .d2{font-size:.24rem; line-height: .4rem; margin-bottom: .04rem;}
    
    .znjs-bg{background: url(../images/pic99_m.jpg) no-repeat top center; background-size:cover; }
    .znjs-div{ clear:both;padding-bottom:0}
    .znjs-div .wz{ padding:.6rem 0 0 0; font-size: .24rem; line-height: .46rem; text-align: left;}
    .znjs-div .slideTxtBox .hd{ height: 8.2rem; top: 0; left: 0; padding: 0;}
    .znjs-div .slideTxtBox .hd ul{position:relative; width: 100%; height: 100%; display: block;}
    .znjs-div .slideTxtBox .hd ul li{ position:absolute;margin:0; width: 2rem; height: 2rem; padding-top: .1rem; font-size: .24rem; line-height: .32rem;}
    .znjs-div .slideTxtBox .hd ul li:nth-child(1){ left: 5%; top: 16%;}/*高阶舱泊一体域控*/
    .znjs-div .slideTxtBox .hd ul li:nth-child(2){ left: 18%; bottom:0;}/*前视ADAS控制器*/
    .znjs-div .slideTxtBox .hd ul li:nth-child(3){ left: 52%; bottom:0;}
    .znjs-div .slideTxtBox .hd ul li:nth-child(4){ left: 36.5%; top: 16%;}/*舱驾融合域控*/
    .znjs-div .slideTxtBox .hd ul li:nth-child(5){ right:5%; top: 16%;}/*双目ADAS+魔毯*/
    .znjs-div .slideTxtBox .hd ul li p.p1{width:60%; height: 1.1rem;}
    .znjs-div .slideTxtBox .hd ul li p.p2{width:70%; margin: 0 auto;}
    .znjs-div .xianshi .sp{ top:inherit; bottom: 2%; left: 50%; margin-left: -2.6rem;}
    .znjs-div .xianshi .sp .vid{ border:2px solid #fff}
    .znjs-div .xianshi .dian{ width: .37rem; height: .38rem; background: url(../images/pic98_m-on.png) no-repeat center center; background-size:cover;}
    
    .znjs-div .dian1{width: .37rem; height: .38rem; background: url(../images/pic98_m.png) no-repeat center center; background-size:cover;}
    .znjs-div .di1{ left: 54%; top:38.5%;}/*高阶舱泊一体域控*/
    .znjs-div .di2{ left: 57%; top:40%;}/*舱驾融合域控*/
    .znjs-div .di3{ left: 56.5%; top:36%;}/*行泊一体域控*/
    .znjs-div .di4{ left: 44.5%; top:29%;}/*前视ADAS控制器*/
    .znjs-div .di5{ left: 49%; top:28.5%;}/*双目ADAS+魔毯*/
    
    .znjs-div .xianshi1 .dian{ left: 54%; top:38.5%;}
    .znjs-div .xianshi2 .dian{ left: 57%; top:40%;}
    .znjs-div .xianshi3 .dian{ left: 56.5%; top:36%;}
    .znjs-div .xianshi4 .dian{ left: 44.5%; top:29%;}
    .znjs-div .xianshi5 .dian{ left:49%; top:28.5%;}
    
    .znjs-div .xianshi1 .zi{ left: 33%; top:36%;}
    .znjs-div .xianshi2 .zi{ left: 63%; top:41%;}
    .znjs-div .xianshi3 .zi{ left: 59%; top:32.5%;}
    .znjs-div .xianshi4 .zi{ left: 48.5%; top:32%;}
    .znjs-div .xianshi5 .zi{ left: 51%; top:32%;}
    
    .znjs-div .xianshi1 .line{ width: 2.7rem; height: 2rem; left: 18%; top: 25.5%;}
    .znjs-div .xianshi2 .line{ width: 2.1rem; height: 0.78rem; left: 32%; top: 40.5%;}
    .znjs-div .xianshi3 .line{ width: 1.57rem; height: 2.39rem; left: 62%; bottom:inherit; top: 37%;}
    .znjs-div .xianshi4 .line{ width: .26rem; height: 0.64rem; left: 45.9%; top: 24.5%;}
    .znjs-div .xianshi5 .line{ width: 2.1rem; height: .75rem; right: 17.5%; top: 25%;}
    
    
    /*智能座舱*/
    .znzc_bg{background: url(../images/pic115_m.jpg) no-repeat top center; background-size:cover; }
    .znzc-div{padding-bottom:0}
    .znzc-div .wz{ padding:.6rem 0 0 0; font-size: .24rem; line-height: .46rem; text-align: left;}
    .znzc-div .slideTxtBox .hd{position:absolute; bottom: 4%; left: 0; padding: 0 4%;}
    .znzc-div .slideTxtBox .hd ul{ flex-wrap: wrap; justify-content: flex-start;}
    .znzc-div .slideTxtBox .hd ul li{ float: left; margin-bottom: 2%; margin-right: 4%; font-size: .26rem; height: .46rem; line-height: .41rem;}
    .znzc-div .slideTxtBox .hd ul li:nth-child(3n){ margin-right: 0;}
    .znzc-div .slideTxtBox .hd ul li .bt{ position: static;}
    .znzc-div .slideTxtBox .hd ul li .bt_2{display:none!important}
    
    .znzc-div .xianshi .sp{ width: 5.5rem; height: 4.3rem; left: 13.2%; bottom:inherit; top: 42%;}
    .znzc-div .xianshi .sp .vid{ border:2px solid #fff}
    
    .znzc-div .xianshi1 .line{ width:7.21rem; height: 3.56rem; bottom:inherit; left: 2%; top: 16%;}
    .znzc-div .xianshi2 .line{ width: 2.01rem; height: 3.53rem; bottom:inherit; left: 23%; top:16%}
    .znzc-div .xianshi3 .line{ width: 1.7rem; height: 4.06rem; top:12.5%; left: 29%;}
    .znzc-div .xianshi4 .line{ width: 1.91rem; height: 4.43rem; top:9.6%; left: 40.6%;}
    .znzc-div .xianshi5 .line{ width: 2.2rem; height: 3.64rem; top:15.2%; left: 41%;}
    .znzc-div .xianshi6 .line{ width: 4.26rem; height: 3.64rem; top:15%; left: 24.2%;}
    .znzc-div .xianshi7 .line{ width: 3.04rem; height: 3.64rem; top:15%; right:19%;}
    
    
    /*定位通信*/
    .dwtx_bg{background: url(../images/pic99_m.jpg) no-repeat center center; background-size:cover;}
    .dwtx-div{padding-bottom:0}
    .dwtx-div .wz{ padding: 0; font-size: .24rem; line-height: .46rem; text-align: left; margin-bottom: .6rem;}
    .dwtx-div .xianshi .sp{ top:inherit; bottom: 2%; left: 50%; margin-left: -2.6rem; }
    .dwtx-div .xianshi .sp .vid{ border:2px solid #fff}
    .dwtx-div .slideTxtBox .hd{ bottom:inherit; top: 0; height:8.2rem;}
    .dwtx-div .slideTxtBox .hd ul{ display:block; position: relative; height: 100%;}
    .dwtx-div .slideTxtBox .hd ul li{position:absolute; width: 1.9rem; height: 1.9rem; padding-top: .1rem; font-size: .24rem; line-height: .32rem;}
    .dwtx-div .slideTxtBox .hd ul li:nth-child(1){ left: 9%; top:16%}
    .dwtx-div .slideTxtBox .hd ul li:nth-child(2){ right: 9%; top:16%}
    .dwtx-div .slideTxtBox .hd ul li:nth-child(3){ left: 9%; bottom:0}
    .dwtx-div .slideTxtBox .hd ul li:nth-child(4){ right: 9%; bottom:0}
    .dwtx-div .slideTxtBox .hd ul li p.p1{width:60%; height: 1.1rem;}
    .dwtx-div .slideTxtBox .hd ul li p.p2{width:70%; margin: 0 auto;}
    
    .dwtx-div .xianshi .dian{ width: .37rem; height: .38rem; background: url(../images/pic98_m-on.png) no-repeat center center; background-size:cover;}
    .dwtx-div .dian1{width: .37rem; height: .38rem; background: url(../images/pic98_m.png) no-repeat center center; background-size:cover;}
    .dwtx-div .di1{ left: 28%; top:36.5%;}
    .dwtx-div .di2{ left: 55%; top:38%;}
    .dwtx-div .di3{ left: 55%; top:38%;}
    .dwtx-div .di4{ left: 55%; top:38%;}

    .dwtx-div .xianshi1 .dian{ left: 28%; top:36.5%;}
    .dwtx-div .xianshi2 .dian{ left: 55%; top:38%;}
    .dwtx-div .xianshi3 .dian{ left: 55%; top:38%;}
    .dwtx-div .xianshi4 .dian{ left: 55%; top:38%;}

    .dwtx-div .xianshi1 .zi{ left: 35%; top:35%;}
    .dwtx-div .xianshi2 .zi{ left: 62%; top:38%;}
    .dwtx-div .xianshi3 .zi{ left: 62%; top:38%;}
    .dwtx-div .xianshi4 .zi{ left: 62%; top:38%;}
    
    .dwtx-div .xianshi1 .line{ width: 1.36rem; height: 1.71rem; left: 29.5%; bottom:inherit; top: 24%}
    .dwtx-div .xianshi2 .line{ width: .91rem; height: 1.76rem; left:56.5%; bottom: inherit; top: 24.5%}
    .dwtx-div .xianshi3 .line{ width: 1.56rem; height: 1.16rem; left: 33.5%; bottom: inherit; top: 38.5%}
    .dwtx-div .xianshi4 .line{ width: .87rem; height: .94rem; right: 31.5%; bottom: inherit; top: 40.2%}

    
    
    
    
    
    
    
    
    
    
}



@media (max-width:450px) {
	


}

@media (max-width:375px) {
    
    
	
}


