/*新年贺词*/
.xnhc{ position: fixed; top:0; left:0; z-index:1111; width:100%; height:100%; background:rgba(0,0,0,.8);display: flex; align-items: center;}
.xnhc img{ display:block; width:80%; margin:0 auto; max-width:1440px;    max-height: 100%;}
.xnhc img.xnhcmob{ display:none;}
.xnhc span{ position: absolute; right:0; top:0; display:block; color:#fff; font-size:.4rem;font-family: Arial; width: 40px; height: 40px;text-align: center;line-height: 40px;    cursor: pointer; z-index:1111;}

body {
overflow-y: hidden;
}
/*头部*/
.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    border-bottom: 1px solid rgba(255,255,255,.4);
    width: 100%;
}

.header .conW {
    padding: 0.2rem 0;
}

.header .topC {
    padding: 0.262rem 0 0.2rem;
    text-align: right;
    background-color: transparent;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topC {
    background: #eff2f4;
}

.topC .conW {
    display: flex;
    justify-content: flex-end;
}

.topC ul {
    display: flex;
}

.topC li {
    padding: 0 0.25rem;
    position: relative;
}

.topC li:nth-child(1):after,
.topC li:nth-child(2):after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.125rem;
    height: 0.25rem;
    width: 0;
    border-left: 1px solid #ced9ea;
    display: block;
}

.topC li:nth-child(1) {
    padding-left: 0;
}

.topC li:nth-child(4),
.topC li:nth-child(5) {
    padding-right: 0;
}

.topC li a {
    color: #fff;
    font-size: 0.25rem;
    line-height: 0.5rem;
    display: block;
    cursor: pointer;
}

.topC li a:hover {
    color: #fff;
}

.zqBtn {
    padding-left: 0.5rem;
}

.smwBtn {
    padding-left: 0.5rem;
}

.yxBtn {
    padding-left: 0.5375rem;
    background: url("/uiFramework/commonResource/image/2025062315424772884.png") no-repeat left center;
    background-size: 0.35rem auto;
}

.ssBtn {
    display: inline-block;
    width: 0.3rem;
    height: 0.5rem;
    background: url("/uiFramework/commonResource/image/2025062315421677805.png") no-repeat left center;
    background-size: 100% auto;
    cursor: pointer;
}

.enBtn {
    padding: 0 0.125rem 0 0.6rem;
    line-height: 0.45rem !important;
    background: url("/uiFramework/commonResource/image/2025062315430994342.png") no-repeat 0.16rem center;
    background-size: 0.3125rem auto;
    border: 1px solid rgba(255,255,255,.34);
    background-color: transparent;
}

.wzqlist,
.smwList {
    position: absolute;
    display: none;
    padding: 0.2rem;
    background: #fff;
    box-shadow: 0 0 0.2rem rgb(0,0,0,.3);
    z-index: 22;
    white-space: nowrap;
    right: 0;
    max-height: 3.55rem;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}

.wzqlist a,
.smwList a {
    color: #333 !important;
    font-size: 0.225rem !important;
    line-height: 0.45rem !important;
}

.wzqlist a:hover,
.smwList a:hover {
    color: #004099 !important;
    font-weight: bold;
}

/*logo*/
.logo img {
    height: 0.8125rem;
    display: block;
}

.logo img.logoimg2 {
    display: block;
    opacity: 0.9;
}

.logo img.logoimg1 {
    display: none;
}

/*导航*/
.nav {}

.nav ul {
    display: flex;
}

.nav li {
    flex: 1;
    text-align: center;
    position: relative;
}

.nav li:last-child {
    padding-right: 0;
}

.onemenu {
   color: #fff;
    padding-bottom: .2rem;
    position: relative;
    line-height: 0.8125rem;
    font-size: 0.313rem;
    display: block;
}

.header.scrolled .onemenu {
    color: #fff;
}

.header.scrolled .onemenu:after {
    left:0; width:100%;
}

.onemenu:after {
       content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    border-radius: 1px;
    background: #fff;
    transition: all .5s;
}
.onemenu:hover {
    color: #fff;
}

.nav li.on .onemenu:after,
.nav li .onemenu:hover:after {
    left: 10%;
    width: 80%;
}


.twomenu {
    background: rgba(255, 255, 255, .8);
position: absolute;
    left: -10%;
    width: 120%;
    border-radius: 1px;
    padding: 0.12rem 0;
    box-shadow: 0 0 8px rgba(11, 58, 128, .3);
    z-index: 13;
}

.twomenu a {
        display: block;
    line-height: 0.35rem;
    padding: .1rem 0;
    border-bottom: 0 solid #bbbbbb;
    text-align: center;
    font-size: 0.25rem;
    color: #333 !important;
}

.twomenu a:hover {
    font-weight: bold;
}

.twomenu a:last-child {
    border-bottom: 0;
}

.mobileBtn {
    display: none;
}

/* 滚动后样式变化 */
.header.scrolled {
    position: fixed;
    background-color: white;
    border-bottom: 1px solid #eee;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header.scrolled .topC {
    background: white;
}

.header.scrolled .topC li a {
    color: #333;
}

.header.scrolled .yxBtn {
    background-image: url("/uiFramework/commonResource/image/2025062315424772884.png");
}

.header.scrolled .ssBtn {
    background-image: url("../assets/icon_ss_black.png");
}

.header.scrolled .enBtn {
    border-color: #2166b5;
}

.header.scrolled .logo img.logoimg2 {
    display: none;
}

.header.scrolled .logo img.logoimg1 {
    display: block;
}

/* banner */

.bannerCon{ overflow: hidden; position: relative; height:100vh;z-index: 1;}
	.banner_list,.banner_list li,.bannerCon .swiper-container,.banner_list li a{ width: 100%; height:100vh; }
	.banner_list li { overflow: hidden; }
	.banner_list li a{ height:100vh;}
	.banner_list li a,.banner_list li img{ display: block;}
	.banner_list li img,.banner_list li video{ width: 100%; height: 100%; object-fit: cover;}
	.banner-pagination { position: absolute;text-align: right; z-index:2; bottom:.75rem!important;right:0; text-align: center; width: 100%; }
	.banner-pagination span { display: inline-block; font-size:0; cursor: pointer;  background:rgba(255,255,255,.4); width:1rem; height:6px;opacity:1;margin:0 0.125rem;border-radius: 0;}
	.banner-pagination span.on {background:rgba(255,255,255,1);}
	.bannerCon .banner-con{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;color: #fff;width: 100%;text-align: center;}
	.banner-con div{display: flex;justify-content: space-between;flex-direction: column;}
	.banner-con div:last-child{margin-top: 0.742rem;}
	.banner-con p{font-size: 0.7rem;color: #fff; letter-spacing: 0.126rem;}
	.banner-con span{font-size: 0.281rem;color: #fff;}
.mask{
position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}

/* 提示动画 */
@keyframes tips_flash {
	0% { transform: translate(0, -5px); }
	50% { transform: translate(0, 5px); }
	100% { transform: translate(0, -5px); }
}
/*标题*/
.menuTitle1 { }
.menuTitle1 span,.menuTitle1 a{display: block; font-family:"思源黑体","黑体"; line-height: .8rem;}
.menuTitle1 span {float: left; font-size: .5rem; color: #004099;}
.menuTitle1 a{ float: right;font-weight: lighter; font-size: 0.25rem; color: #666;}
.menuTitle1 a:hover,.menuTitle2 a:hover{ color:#004099; }
.menuTitle2{ text-align: center; position: relative;}
.menuTitle2 span,.menuTitle2 a,.menuTitle2 em{font-family:"思源黑体","黑体";}
.menuTitle2 span{ display: inline-block; font-size: 0.725rem; line-height: 100%; color:#004099;}
.menuTitle2 span em{ display: block; font-style: normal; font-size: 0.375rem; font-weight: normal;text-transform:uppercase; color: #cfd0d2;}
.menuTitle2 a{position: absolute; right:0; top:.25rem;font-weight: lighter;font-size: 0.25rem;color: #666; }
 .speech {
      background-color: #edf6ff;
      text-align: center;
      margin: 0 auto;
      padding: 64px 0;
    }

    .speech .speech-title {
      font-size: 32px;
      margin-bottom: 33px;
    }

    .speech .speech-content {
      font-size: 20px;
      line-height: 42px;
      width: 1600px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      margin: 0 auto;
    }
/*新的新闻区域*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  ul li {
    list-style: none;
  }
  .news {
  padding: 1.546rem 0 1.265rem 0;
  background: #fff;
  width: 22.4956rem;
  margin: 0 auto;
  display: flex;
}

.news .news-left {
  width: 11.599rem;
  margin-right: 0.984rem;
  padding-top: 0.07rem;
  overflow: hidden;
}

.news .news-left img{
height: 6.9rem;width: 100%;
}

.news .news-left-information {
  width: 100%;
}

.news .news-left-information-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.562rem 0 0.379rem 0;

}

.news .information-title-text {
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.281rem;
  color: #333;
}

.news .information-title-date {
  color: #656669;
  font-size: 0.224rem;
}

.news .news-left-information-content {
  font-size: 0.253rem;
  line-height: 0.393rem;
  color: #98999d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.news .news-right {
  width: 9.912rem;
}

.news .news-right-title {
  padding-bottom: 0.4077rem;
}

.news .news-right-title-cross {
  width: 0.857rem;
  height: 0.07rem;
  background: #0a60bc;
  margin-bottom: 0.267rem;
}

.news .news-right-title-text {
  font-size: 0.591rem;
  color: #333;;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .title-text-en {
  font-size: 0.253rem;
  color: #bfc1c6;
}

.news .news-right-title img {
  height: 0.365rem;
}

.news .news-right-list li {
  padding: 0.365rem 0;
  border-bottom: 2px solid #ecedf3;
  display: flex;
  justify-content: space-between;
}

.news .news-right-list li:last-child {
  padding-top: 0.365rem;
  border: none;
}

.news .news-right-list .news-right-list-title {
  width: 82%;
  color: #333;;
  font-size: 0.281rem;
  line-height: 0.421rem;
}

.news .news-right-list .news-right-list-date {
  font-size: 0.253rem;
  color: #656669;
  margin-top: 0.042rem;
}

		  
	
/*新的产品区域*/
/* 产品与服务 */
    .product{box-sizing: border-box;width: 100%; height: 15.915rem;background: url('/uiFramework/commonResource/image/2025061917302268177.png') no-repeat center center;background-size: cover;padding-top: 1.11rem;}

    .product .product-title {
      width: 1600px;
      display: flex;
      align-items: center;
      margin:0  auto;
      /* 
      flex-direction: column;
       */
    }

    .product .product-title {
  width:  22.4956rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  /* 
      flex-direction: column;
       */
}

.product .product-title-left {
  width: calc(100% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product .product-title-cross {
  width: 0.8576rem;
  height: 0.07rem;
  background: #fff;
}

.product .product-title-text {
  margin-top: 0.337rem;
  font-size: 0.674rem ;
  text-align: center;
  color: #fff;
}

.product .title-text-en {
  font-size: 0.281erm;
  color: #5d86b3;
  margin-top: 0.253rem;
}

.product .product-bottom {
  width: 22.4956rem;
  background: #075fb1;
  margin: 0 auto;
  padding-bottom:  0.084rem;
}

.product .product-tabs {
  display: flex;
  justify-content: center;
  margin-top: 0.84rem;
  background: #0a2467;
}

.product .product-tabs div {
  width: 33.3%;
  height: 1.223rem;
  line-height: 1.223rem;
  text-align: center;
  font-size: 0.323rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ea8c6;
}

.product .product-tabs div .tab-border {
  height: 0.969rem;
  line-height: 0.969rem;
  border-right: 1px solid #3d5086;
}

.product .product-tabs div:last-child .tab-border {
  border-right: none;
}

.product .product-tabs div.active {
  background: #075fb1;
  color: #fff;
  font-weight: 600;
}

.product .product-content {
  width: 100%;
  height: 9.42rem;
  background: #075fb1;
  display: flex;
}

.product .product-content li {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product .product-content li img {
  height: 5.04rem;
  object-fit: cover;
}

.product .product-content li .product-content-text {
  margin-top: 0.604rem;
  font-size: 0.393rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.product .product-content li .product-content-text p{
  color: #fff;
}

.product .product-content li .product-content-text .product-content-right {
  width: 1.067rem;;
  height: 1.067rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.309rem;
}

.product .product-content li .product-content-text img {
  height: 0.337rem;
}

.product .product-cross {
  width: 90%;
  height: 0.056rem;
  background: #3b7ec1;
  margin: 0 auto;
  border-radius: 2px;
  display: flex;
}

.product .product-cross div {
  width: 33.33%;
  height: 100%;
}

.product .product-cross .active {

  background: #fff;
  border-radius: 2px;
}
/* 党的建设 */
    .construction {
      position: relative;
      box-sizing: border-box;
      width: 100%;
       padding: 1.54rem 0 1.4rem 0;
 background: url('/uiFramework/commonResource/image/2025062516570059600.jpg') no-repeat;
background-size:cover;
background-position:center;

    }

  

.construction .construction-con-title {width: 100%;height: 1.204rem;margin: 0.674rem 0;color: #312927;font-size: 0.448rem;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}

.construction .construction-title {
  width: 22.4956rem;
  display: flex;
  align-items: center;
  margin: 0 auto 0.784rem auto;
}

.construction .construction-title-left {
  width: calc(100% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.construction .construction-title-cross {
  width: 0.857rem;
  height: 0.07rem;
  background: #075fb1;
}

.construction .construction-title-text {
  margin-top: 0.337rem;
  font-size: 0.674rem ;
  color: #333;;
}

.construction .title-text-en {
  font-size: 0.281rem;
  color: #bfc1c6;
  margin-top: 0.253rem;
}

.construction .construction-con {
  width: 22.4956rem;
  margin: 0 auto;
  display: flex;
}

.construction .construction-con li {
  width: 7.28rem;
  margin-right: 0.281rem;
  padding: 0.616rem 0.77rem 0.84rem 0.616rem;
  background: #fff;
}

.construction .construction-con li:last-child {
  margin-right: 0;
}


.construction .construction-time-date {
  font-size: 0.476rem;
  color: #000000;
  margin-right: 0.238rem;
}

.construction .construction-time-year {
  font-size: 0.337rem;
  color: #666666;
}



.construction .construction-content{padding-bottom: 0.814rem;border-bottom: 3px solid #0a60bc;}
.construction .construction-content p {width: 100%;height: 0.674rem;font-size: 0.253rem;color: #312927;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}

.construction .construction-right {
  margin-top: 0.253rem;
  display: flex;
  justify-content: right;
  margin-right: 0.056rem;
}
/* 公司概况 */

    .overview {
      width: 100%;
      height: 14.2rem;
      background: url('/uiFramework/commonResource/image/2025062010394039697.png') no-repeat;
      background-size: cover;
    }

   .overview .overview-con {
  width: 22.4956rem;
  margin: 0 auto;
  padding: 1.49rem 0 0.616rem 0;
  display: flex;
}

.overview .overview-left {
  width: 50%;
  padding-right: 0.56rem;
}

.overview .overview-title-cross {
  width: 0.857rem;
  height: 0.07rem;
  background: #075fb1;
}

.overview .overview-title-text {
  margin-top: 0.337rem;
  font-size: 0.674rem ;
  color: #333;;
}

.overview .title-text-en {
  font-size: 0.281rem;
  color: #bfc1c6;
  margin-top: 0.253rem;
}

.overview .overview-left-con {
  padding: 1.05rem 0 0.84rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  text-indent: 3ch;
  font-size:  0.281rem;
  line-height: 0.421rem;
  color: #333;
}

.overview .overview-more {
  width: 2.24rem;
  height: 0.814rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0a60bc;
  color: #fff;
}

.overview .overview-more a {
  color: #fff;
  font-size: 0.281rem;
  text-decoration: none;
}

.overview .overview-more img {
  width: 0.393rem;
  height: 0.267rem;
  margin-left: 0.196rem;
}

.overview .overview-right {
  width: 50%;
  height: 7.784rem;
}

.overview .overview-right img {
  width: 100%;
  height: 100%;
}

.overview .overview-information {
  width: 22.4956rem;
  height: 1.918rem;
  margin: 0 auto;
  background: #0a60bc;
  padding: 0.448rem 0;
}

.overview .overview-information-con {
  width: 100%;
  display: flex;
  align-content: center;
}

.overview .overview-information-con li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 0.281rem;
  border-right: 1px solid #4c86cc;
}

.overview .overview-information-con-li {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.overview .overview-information-con-li span {
  color: #fff;
}

.overview .overview-information-con li:last-child {
  border-right: none;
}

.overview .overview-information-bold {
  font-size: 0.616rem;
}
.footer{ background: #eef4f9; }
.footer .conW{     margin: 0 auto;
    width: 22.4956rem;}
.footlogo p a,.footerlinks p,.footerlinks select,.address p,.footcopy p a,.footcopy p span{font-size: 0.283rem;}
	.foot1{ padding:0.5rem 0 0.275rem; display:flex;justify-content: space-between;flex-wrap: wrap;}
	.foot1:after{ display: none;}
		/*友情链接*/
		.footerlinks{ width: 100%; padding-bottom: 0.625rem;display:flex;justify-content:center; }
		.footerlinks p{  line-height: 0.475rem;margin-left: 0.51rem;}
		.footerlinks p:first-child{margin:0;}
		.footerlinks select{ width: 3.725rem; height: 0.604rem; padding:0 0.267rem; line-height: 0.604rem; border:1px solid #004099; background-color: #d6e2ef;}
		/*底部logo、导航*/
		.footlogo{}
		.footlogo img{ display: block;width: 7.15rem; margin-bottom:0.492rem;}
		.footlogo p{}
		.footlogo p a,.footlogo p em{vertical-align: middle; display: inline-block;}
		.footlogo p a,.address p{ color: #333;font-size: 0.283rem; }
		.footlogo p a:hover{ color: #004099;}
		.footlogo p em{ border-left:1px solid #c6cbcf; border-right:1px solid #979b9f; margin:0 .15rem; height: .22rem;}
		/*地址*/
		.address p{ line-height: 250%;}
		/*二维码*/
		.ewmC{}
		.ewmC li{float: left; }
		.ewmC li span,.ewmC li em,.ewmC li img{ display: block; width: 1.375rem;}
		.ewmC li em{ padding-top:0.2375rem; margin-top:.2rem; position: relative;}
.ewmC li em:after{ content: ""; position: absolute; top:0; left:50%; margin-left:-.1125rem; width: 0.225rem; height: 0.1375rem;  background: url("../assets/icon_top.png") no-repeat; display: block; background-size: 100% auto;}
		.ewmC li em img{ width: 0.5875rem; margin:0 auto;}
			.ewmwb{ margin:0 0.275rem 0 0.3375rem;}
		.ewmC li.ewmwb em img{ width: 0.625rem;}
	/*底部版权*/
	.footcopy{height:0.8295rem;line-height:0.8295rem; background: #000000;font-size: 0.283rem;color: #ffffff;}
	.footcopy p{ text-align: center;color: #fff;}
	.footcopy p a,.footcopy p span{  line-height:.3rem; vertical-align: middle;color: #fff; margin:0 0.15rem;}
.hg_select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding-right:20px;
  height:.112rem;
  background:url('/uiFramework/commonResource/image/2025062414143173880.png') no-repeat 3.29rem center
}
.hg_select::after{
  content:'';
  position:absolute;
  top:50%;
  right:5px;
  width:10px;
  height:10px;
  background:url('/uiFramework/commonResource/image/2025062414143173880.png') no-repeat center center;
  transform:translateY(-50%)
}

/* 适配代码 */

@media screen and (max-width: 1024px){ 
	/*banner*/
	.bannerCon,.banner_list,.banner_list li,.bannerCon .swiper-container,.banner_list li a{ height:40vh;width: 100%;}
	.banner_list .swiper-slide:nth-child(5) img{    object-position: 30% 50%;}
	/*专题专栏*/
	.ztzlCon{ background-size: auto 8.5rem;}
	.ztzlList li{ height: 1.8rem;}
	.ztzlList .ztzlList1{ height: 3.95rem;}
	.ztzlListImg,.ztzlListImg li a{height:3.95rem!important;}
}
@media screen and (max-width: 768px){
/*新年贺词*/
.xnhc img{width:90%;}
.xnhc img.xnhcmob{ display:block;}
.xnhc img.xnhcpc{ display:none;}
	/*头部*/
	.header{ padding:.2rem 0;}
	.header .topC{padding:0 0 .2rem;}
		.mobileBtn em{ border:.03rem solid #fff; background:#fff;}
		.twomenu { background:none;}
		.twomenu a {color: #fff !important;}
	/*banner*/
	.bannerCon,.banner_list,.banner_list li,.bannerCon .swiper-container,.banner_list li a{ height:50vh;width: 100%;}
	.banner_list .swiper-slide:nth-child(5) img{    object-position: 30% 50%;}

		.banner-pagination{ bottom:.25rem!important;}
		.banner-pagination span{width: 1rem;}

	.menuTitle2{ text-align: left;}
	.menuTitle2 span{ font-size: .5rem;}
	.menuTitle2 span em{font-size: .3rem;line-height: .8rem;}
	/*新闻区域*/
	.newsCon{ padding-top:1rem;}
	.szyw, .qygg{ width: 100%; padding-top:0;}
	.xwzx{width: 100%;  border:0; margin:.8rem 0 .2rem;}
	.xwzx .menuTitle1{ position: relative;width:100%;left:0;top:0;    margin-bottom: 0.3rem;}
	.newsList1 li a{height:auto;}
	.xwtitle, .xwsummary{padding:0;}
	.xwtitle{ margin:.3rem 0 .2rem;text-align:left;}
	.xwzxBtn{ bottom:.5rem;}
	.xwzx_next{ right:0;}
	.xwzx_prev{ left:0;}
	/*产品区域*/
	.productCon {padding: 1.2rem 0;background-size: 150% auto;}
	.productList li a em{font-size:.45rem;    margin: 0.6rem 0.5rem;}
	.product_pagination{ padding-top:.5rem;}
	/*专题专栏*/
	.ztzlCon{ padding-bottom:1.2rem;}
	.kjrklink{ width:100%;}
	.ztzlList{ margin-left:-3%;padding-top: 0.6rem;}
	/*.ztzlList li,.ztzlList .ztzlList1{ width: 48%; margin-left:2%; margin-bottom:.26rem;}
	.ztzlList li{ height: 1.6rem;}
	.ztzlList .ztzlList1{ height: 3.45rem;}*/
	.ztzlListImg{ margin-top:.6rem;}
	.ztzlListImg,.ztzlListImg li a{height:auto!important;width:100%!important;}
	/*关于我们*/
	.aboutCon{ padding:1.2rem 0;}
	.aboutvideo a{ width: 1.6rem; height: 1.6rem; margin:-.8rem 0 0 -.8rem;}

}
@media screen and (max-width:600px){
	/*banner*/
	.bannerCon,.banner_list,.banner_list li,.bannerCon .swiper-container,.banner_list li a{ height:40vh;}
	.banner_list .swiper-slide:nth-child(3) img,.banner_list .swiper-slide:nth-child(4) img{    object-position: 30% 50%;}
	.banner_list .swiper-slide:nth-child(5) img{    object-position:20% 50%;}
	/*关于我们*/
	.aboutCon .conW{ display: block;}
	.aboutCon .menuTitle2,.aboutvideo{ width: 100%; float:none;}
	.aboutCon .menuTitle2{ margin-bottom:.3rem;}
	/*专题专栏
	.ztzlList li,.ztzlList .ztzlList1{margin-bottom:.21rem;}
	.ztzlList li{ height: 1.4rem;}
	.ztzlList .ztzlList1{ height: 3rem;}*/
	/*新闻区域*/
	.newsList1 li a{ font-size: .35rem;}
	.newsList1 li span,.menuTitle1 a,.xwsummary,.menuTitle2 a{ font-size: .3rem;}
	.newsList1 li a, .newsList1 li span{line-height: 160%;}
	/*产品区域*/
	.productCon .swiper-container{width: 92%!important;}
	.product_pagination span { margin: 0 0.1rem !important;}


}

@media screen and (max-width:400px){
	/*专题专栏*/
	.ztzlList .ztzlList1,.ztzlList li{width: 100%; margin-left:0; height: auto;margin-bottom:.4rem;}
	.ztzlList{ margin-left:0;}

}