a{text-decoration:none;color:#333;}
.productList{
    width: 75%;
    margin:5% auto;
}
.products {
    margin: 5% 0;
}
.proList{
    margin: 2% 10%;
}
.proItem{
    background: #F6F6F6;
    width: 30%;
    display: inline-flex;
    justify-content: center;
    align-items: end;
    text-align: center;
    margin: 2% 1%;
    min-height: 600px;
}
.proImg img{ max-height:400px;}
.proItem a{
	text-decoration:none;
}
.proItem a p{
	color:#888;
  font-size: 18px;
}
.proItem .title{
font-size: 24px;
  color:#000;
  text-align:center;
}
.proItem .line{
    width: 80%;
    margin: auto;
    height: 1px;
    background: #ccc;
}
.productList .protb{
	width:100%;
    margin:5% auto;
}
.protb td{
    padding: 2%;
    font-size: calc(16px + .1vw);
    color: #aaa;
    word-break: break-all;
}
.protb th {
    background: #547095;
    color: #fff;
    padding: 1%;
    font-size: calc(18px + .25vw);
}
.protb tr:nth-child(even) {
  background-color: #EAECF4;
}

.protb tr td:first-child {
    color: #333;
}

.hvr-underline-from-left {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    width: 45%;
    margin-top: 3%;
    padding-bottom: 2%;
    margin-right: 9%;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.products a:nth-child(2n) .hvr-underline-from-left{
    margin-right: 0;
}
.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 95%;
	bottom: 0;
	background: #004097;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
	right: 0
}


/*企业概况*/

.proMid{
    margin-top: 12%;
    display: flex;
    justify-content: space-between;
}
.proMid .num{
    font-size: 60px;
    color: #0043a8;
    display: contents;
}
.proMid span{
    font-size: 18px;
    color: #0043a8;
}
.proMid .line{
    width: 2px;
    height: auto;
    background-color: #e0e0e0;
}
.tip{
    margin-top: 9%;
    color: #666666;
}
.introduce{margin: 5.5% 12% 2%;
    text-align: justify;}
.introTit strong{
    font-size: 36px;
    margin: 0;
}
.introTitle{
    font-size: 48px;
    color: #333;
    margin: 0.8% 0;
}
.introduce .text{
    color: #666666;
    font-size: 18px;
    line-height: 36px;
    margin-top: 2%;
}
.introduce .proMid{
    margin-top: 3%;
}

.introduce .proMid .num{
    color: #333;
    font-weight: bold;
}
.introduce .proMid span{
    color: #333;
}
.introduce .proMid .tip{
    font-size: 18px;
    color: #b8b8b8;
    text-align: center;
}
.companyCul{
    background-color: #F1F5FA;
}
.companyCul img{ width:56%;}
.companyCul .right {
    float: right;
    margin-right: 11%;
    margin-top: 3%;
}
.companyCul .cultit{
    font-size: 24px;
    font-weight: bold;
    margin: 8% 0 0;
}
.companyCul .tip{
    margin: 2.5% 0 0;
    font-size: 20px;
}
.hornor{
    padding:5% 11%;
}
.lxwm .subtit,.hornor .subtit,.scyf .subtit{
	    font-size: 36px;
    margin: 0;
}
.hornorSwiper{
  /* display: flex;
    justify-content: space-around;*/
  --swiper-navigation-color: #666666;
}
.hornorSwiper .tit{
    font-size: calc(17px + .16vw);
    color: #333;
    text-align: center;
  margin: 1em 0;
}
 .hornor .hornorSwiper .swiper-slide {
    background: #F1F4F9;
    margin-right: 30px;
}

 .hornor .hornorSwiper .swiper-slide .item{
    padding: 7%;
 }
 .hornor .hornorSwiper .swiper-slide img{
    max-height: 270px;
 }
 .hornor .hornorSwiper{
    --swiper-pagination-color: #E7E7E7;
    padding:5% 30px ;
}
 .hornor .hornorSwiper  .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #091970;
  }
   .lxwm{
    /*text-align: center;*/
    margin: 3% 0 0;
    padding: 2% 12%;
    color: #666666;
    font-size: 18px;
    line-height: 42px;
    background: #f7f7f7;
   }
 /* 
.hornorSwiper .swiper-wrapper{
    width: 1%;
}

.hornorSwiper .swiper-wrapper .swiper-slide img{
    width: 39%;
    margin-left: 8%;
}
.hornorSwiper .swiper-pagination {
    width: 50%;
    float: left;
    display: flex;
    top: 0;
    height: auto;
    overflow-x: clip;
    overflow-y: scroll;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 5;
    background: #fff;
    border-top: 2px solid #1B1B1B;
    border-bottom: 2px solid;
    padding-top: 10%;
}

.hornorSwiper .swiper-pagination-item{
    width: 100%;
    position: relative;
    text-align: left;
    font-size: 20px;
    line-height: 48px;
    padding-left: 7%;
    color: #808080;;
  	cursor:pointer;
}
.hornorSwiper .swiper-pagination-item::before {
    content: '—';
    position: absolute;
    left: 0;
}
.hornorSwiper .swiper-pagination-item.active{
    font-weight: bold;
    color: #5f5f5f;
}
.hornorSwiper .swiper-button-prev{
    left:55%;
}
.hornorSwiper .swiper-pagination::-webkit-scrollbar{
    width: 5px;
    height: 10px;
}

.hornorSwiper .swiper-pagination::-webkit-scrollbar-thumb {
    background: #0043a8; // 滑块颜色
border-radius: 5px; // 滑块圆角
}

.hornorSwiper .swiper-pagination::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F1F5FA;
}
*/


/*生产与研发*/
.yyly{
	margin: 0px 12%;
}
   
   .scyf{
   margin: 1% 12% 2%;
    text-align: justify;
    line-height: 2;
   }
   
   .scyf .zlSwiper{
    padding-bottom: 4%;
    text-align: center;
   }
   .scyf .zlSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #091970;
}
  
   .scyf .certiSwiper {
    padding: 4% 0;
    text-align: center;
   }
   .scyf .certiSwiper  .swiper-pagination-bullet{
    width: 45px;
    height: 5px;
    border-radius: 0;
    --swiper-pagination-color: #091971;
   }
.scyf img,.yyly img{width:100%;}
   .productList .Tit,.scyf .Tit,.yyly .Tit{
    margin: 4% 0 3%;
    font-size: 48px;
    color: #333;
}
.scyf .scyfItem{display: flex;margin-bottom: 7.5%;}
.scyf .scyfItem.rev{flex-direction: row-reverse;}
.scyf .scyfItem .right{
    background-color: #fff;
    border-top: 5px solid #0141A9;
    margin-left:6%;
    padding: 2%;
    width: 38%;
    text-align: justify;
}
.scyf .scyfItem.rev .right{
    background-color: transparent;
    border-top: none;
    margin: 0;
    padding: 0; 
  	width: auto;
}
.scyf .scyfItem.rev .left{
    background-color: #fff;
    border-top: 5px solid #0141A9;
    margin-right:6%;
    padding: 2%;
    width: 38%;
    text-align: justify;
}
.scyf .scyfItem .tit{
    font-size: 36px;
    color: #333;
}

.scyf .scyfItem .text{
    font-size: 20px;
    line-height: 36px;
    color: #555;
}

/*新闻列表*/

img{
	width:100%;
	max-width:100%;
}
.case-item .gapline{
    margin: 2% auto;
    width: 2%;
    border: 3px solid #00427B;
}
.case-item .head{
    height: 5%;
    border-bottom:2px solid #E8E8E8;
    display:flex;
  	justify-content:space-around;
}
.case-item .title{
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
    font-size: 36px;
    letter-spacing: 2px;
    color: #333333;
}
.case-item .gapline{
    margin: 2% auto;
    width: 2%;
    border: 3px solid #00427B;
}
.case-list{
    display: flex;
  	padding:10px 8% 5% 8%; 
  	justify-content: space-around;
  	align-items:center;
    transition: all .3s;
}
.case-list:hover {
    background: #eee;
    transition: all .3s;
}
.case-list a{
	width:100%;
    display: flex;
	text-decoration:none;
}

.panel .gap{
	margin:2% auto 2%;	
  	width:90%;
  	height:1px;
  	border-bottom:1px solid #DDDDDD;
}
.case-list .content{
  	padding: 4% 0 2% 0;
    margin-left: 5%;
    -webkit-line-clamp: 9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
    color: #bfbfbf;
    border-top: 2px solid #000;
  	transition:all .3s;
}
.case-list .content:hover{
	color:#555;
  	transition:all .3s;
}
.case-list p{
  	font-size:calc(7px + 0.5vw );
  color:#666666;
}
.case-list .case-title{
    font-size: 24px;
    color: #333333;
}
.case-list .subtitle{
  	margin-bottom:5%;
}
.case-list img{
	float:left;
  width:calc( 32vw + 100px );
  min-width:45%;
  max-height:425px;
}
.case-list button{
    font-size: calc(10px + 0.4vw);
    height: 49px;
    width: 171px;
    margin-top: 9%;
    cursor: pointer;
    color: #bfbfbf;
    background-color: transparent;
    border: solid 1px #b1b1b1;
    border-radius: 3px;
    transition: all .5s;
}
.case-list:hover  button{
	background-color:#fff;
  	color:#00427B;
  	border:1px solid #00427B;
  	transition: all 1s;
}
.case-list button:before {
   box-shadow: 18px 18px 30px rgb(0 0 0 / 10%), -18px -18px 30px rgb(255 255 255);
}
.case-list button span {
  mix-blend-mode: darken;
}

.case-list button:hover:before {
  background: #1659AE;
	box-shadow: 0px 0px 0px rgb(0 0 0 / 20%), 0px 0px 0px rgb(255 255 255 / 80%), inset 18px 18px 30px rgb(0 0 0 / 10%), inset -18px -18px 30px rgb(255 255 255);
  transition: box-shadow .2s ease-out;
}
.case-item .title{
    margin: 4% 8% 2%;
    text-align: left;
    font-size: 48px;
    letter-spacing: 2px;
    color: #333333;
}
.case-item .gapline{
    margin: 2% auto;
    width: 2%;
    border: 3px solid #00427B;
}


/* 新闻动态 */

.xwdt{
 padding:0 12.5% 5%;
}
.xwdt  .Tit{
  margin: 4% 0 3%;
  font-size: 48px;
  color: #333;
}
.xwdt .right{
    width: 30%;
    margin-left: 3%;
    display: inline-block;
    height: 100%;
    background-color: #F6F6F6;
}
.xwdt .right .rigItem{padding:4%;}
.xwdt .tit{
    font-size: 20px;
  	color: #333;
    text-align: left;
}
.xwdt .date{
    font-size: 16px;
  	color:#b3b2b2;
}
.xwdt .xwSwiper{
  width: 66%;
    display: inline-block;
}
.xwdt .xwSwiper  .swiper-slide a img{
	max-height:428px;
}
.xwdt .xwSwiper .title{
  position: absolute;
  bottom: -20px;
  background: #fff;
  padding: 2%;
  width: 100%;
  font-size: 20px;
}
.xwSwiper .swiper-horizontal>.swiper-pagination-bullets,.xwSwiper .swiper-pagination-bullets.swiper-pagination-horizontal{
  text-align: right;
  left: auto;
  right: 20px;
}
.xwSwiper .swiper-pagination-bullet,.hdSwiper .swiper-pagination-bullet{
  width: 22px;
  border-radius: 0;
  height: 4px;
}
.xwSwiper .swiper-pagination-bullet-active,.hdSwiper .swiper-pagination-bullet-active{
  background: #C5000A;
  width: 35px;
}
.xwdt .hdItem .date{
	display: contents;
}
.xwdt .hdItem span{
    float: right;
}

.bdSwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.bdSwiper .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
.bdSwiper .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
}
.bdSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0px 6px;
}
.bdSwiper .swiper-pagination-bullet-active{
  width: 18px;
  height: 18px;
  background: #091971;
}
.bdSwiper .mtItem .acdate,.bdSwiper .mtItem .tip{
	display:none;
}
.bdSwiper .mtItem .nordate{text-align:left;color: #b0b0b0;}
.bdSwiper .mtItem .line{
  width: 45px;
  height: 2px;
  background-color: #b0b0b0;
}
.bdSwiper .swiper-slide-active .mtItem .acdate,.bdSwiper .swiper-slide-active .mtItem .tip{
	display:block;
    text-align: justify;
}
.bdSwiper .swiper-slide-active .mtItem .nordate{display:none;}
.bdSwiper .mtItem .tit{font-size:24px;}
.bdSwiper .swiper-slide-active .mtItem .tit{font-size:20px;}
.bdSwiper .mtItem .acdate{
  color: #c6c6c6;
  font-size: 18px;
}
.bdSwiper .mtItem .acdate p{margin:0;}
.bdSwiper .mtItem .tip{
  color: #888;
  font-size: 16px;
    margin-bottom: 20%;
}
.bdSwiper .mtItem .acdate .day{ font-size: 72px;color:#333;}


/* 应用领域 */
.yyly p{
    font-size: calc(16px + .2vw);
  margin:2% auto 0;
	line-height:2;
   color:#333;
}
.yylyItem{    width: 31%;
    position: relative;
    margin: 2% 2% 2% 0;
    display: inline-block;
}
.yylyItem .bg0{
    width: 94%;
    position: absolute;
    margin-top: -17%;
    height: 19%;
    padding: 2% 3%;
    text-align: center;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    font-size: calc(18px + .2vw);
    background: linear-gradient(to top, #0067a7, transparent);
}
.yylyItem .bg0 .tit{color: #fff;}
    .yySwiper{
      height: 1600px;
      margin: 5% 9%;
      display: flex;
      justify-content: end;
    }
    .yySwiper .tit{
      font-size: 48px;
      color: #666;
      text-align: left;
    }
    .yySwiper .swiper-wrapper{
      width: 65%;
      height:100%;
    }
    .yySwiper .swiper-pagination {
      width: 26%;
      top: 0;
    }
    .yySwiper .swiper-pagination-item{
      width: 100%;
      line-height: 52px;
      font-size: 22px;
      margin-top: 6%;
      padding-right: 10px;
      cursor: pointer;
      background: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='19' height='19'%3E%3Cpath d='M512.003 223.625c-39.078 0-76.408 7.548-112.023 22.797-35.615 15.248-66.285 35.853-92.034 61.537-25.757 25.822-46.282 56.452-61.51 92.027-15.263 35.708-22.884 72.933-22.884 112.077 0 39.012 7.621 76.368 22.883 111.944 15.229 35.715 35.754 66.344 61.51 92.167 25.75 25.69 56.42 46.15 92.035 61.53a284.035 284.035 0 0 0 112.023 22.803c39.065 0 76.395-7.693 112.01-22.803 35.616-15.38 66.285-35.847 92.035-61.53 25.756-25.823 46.282-56.452 61.51-92.167 15.289-35.576 22.883-72.932 22.883-111.944 0-39.144-7.594-76.369-22.883-112.077-15.228-35.575-35.754-66.211-61.51-92.034-25.75-25.677-56.42-46.282-92.034-61.53-35.616-15.242-72.952-22.797-112.017-22.797m0-82.414c50.201 0 98.258 9.753 144.023 29.398 45.799 19.639 85.228 46.01 118.274 79.11 33.073 32.967 59.419 72.39 79.03 118.26 19.619 45.74 29.438 93.816 29.451 143.945.04 50.274-9.819 98.35-29.45 144.09-19.626 45.871-45.971 85.294-79.03 118.254-33.034 33.106-72.436 59.478-118.275 79.123-45.825 19.499-93.828 29.391-144.017 29.391-50.188 0-98.192-9.892-144.023-29.398-45.852-19.638-85.268-46.01-118.287-79.11-33.066-32.966-59.405-72.389-79.03-118.267-19.632-45.732-29.491-93.809-29.452-144.077.014-50.135 9.833-98.211 29.451-143.944 19.612-45.884 45.951-85.3 79.03-118.267 33.04-33.106 72.476-59.471 118.288-79.116 45.759-19.639 93.808-29.392 144.017-29.392' fill='%23c5c9d9'/%3E%3C/svg%3E") 97% no-repeat;
    }
    .yySwiper .swiper-pagination-item.active{
      color: #fff;
      border-radius: 25px;
      background:#008DD7 url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M648.533 334.507a204.8 204.8 0 0 1 0 354.986L375.467 846.916a204.8 204.8 0 0 1-307.2-177.493V354.577a204.8 204.8 0 0 1 307.2-177.084z' fill='%233E276F'/%3E%3C/svg%3E") 97% no-repeat;

    }
    .yySwiper .verline{
      background-color: #c5c9d9;
      height: 100%;
      width: 1px;
      position: absolute;
      right: 2.5%;
      top: 0;
    }
.swip-toggle{display:none;}
   
.modaldiv {
    touch-action: none;
    position: fixed !important;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.75);
    user-select: none;
}
.modaldiv > img {
  position: absolute !important;
  padding: 0;
  margin: 0;
  width:auto;
  transition: all var(--delay_time);
  transform: translateZ(0);
}

@media screen and (max-width: 425px) {
  .productList {
    width: 98%;
  }
  .hvr-underline-from-left{
    width: 99%;
    margin-top: 6%;
    padding-bottom: 2%;
    margin-right: 0;
  }
  /*应用领域*/
	.yySwiper {
    height: 1200px;
    margin: 5% 1%;
    }
  .yySwiper .swiper-wrapper {
    width: 85%;
  }
  .yySwiper .swiper-pagination{
  	width:12%;
    transition:all .3s;
  }
  .yySwiper .swiper-pagination-item{
    margin-left: -200%;
    transition:all .3s;
  }
  .yySwiper .swiper-pagination.active {
    width: 80%;
    background: #fff;
  }
  .yySwiper .swiper-pagination.active  .swiper-pagination-item{
    margin-left: 0;
  }
  .yylyItem{    width: 47%;}
  .yylyItem .bg0 {    margin-top: -24%; height: 27%;}
  .swip-toggle{
      display:block;
      position: absolute;
      top: 5px;
      left: 0%;
      z-index: 99;
      width: 50px;
      height: 50px;
      border: 1px solid #ccc;
      transition:all .3s;
      background: #fff url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M628.288 568.832c14.72-13.76 12.672-39.808-2.176-52.864L244.544 135.232c-12.032-11.968-31.36-11.968-43.392 0-11.968 11.968-11.968 31.296 0 43.264L566.528 543.04 201.216 907.52a30.554 30.554 0 0 0 0 43.264c12.032 11.904 31.36 11.904 43.392 0l381.44-380.608M800 128c-17.664 0-32 14.272-32 32v768c0 17.6 14.336 32 32 32s32-14.4 32-32V160c0-17.728-14.336-32-32-32z'/%3E%3C/svg%3E") center no-repeat;
  }
  .swip-toggle.active{
        left: 72%;
        background: #fff url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M213.2 930.5v-836c0-16.4 13.3-29.8 29.8-29.8 16.4 0 29.8 13.3 29.8 29.8v836c0 16.4-13.3 29.8-29.8 29.8-16.5-.1-29.8-13.4-29.8-29.8zm150.7-439.1l378.8-380c11.6-11.7 30.6-11.7 42.2 0 11.6 11.6 11.6 30.5 0 42.1l-378.8 380c-11.6 11.7-30.6 11.7-42.2 0-11.6-11.6-11.6-30.5 0-42.1z'/%3E%3Cpath d='M406.1 491.4l378.8 380c11.6 11.6 11.6 30.5 0 42.1-11.6 11.7-30.6 11.7-42.2 0l-378.8-380c-11.6-11.6-11.6-30.5 0-42.1 11.6-11.7 30.5-11.7 42.2 0z'/%3E%3C/svg%3E") center no-repeat;
  }
  
  /*生产与研发*/
  .scyf .scyfItem {
    display: block;
  }
  .scyf{margin: 0 1%;}
  .scyf .scyfItem .right,.scyf .scyfItem.rev .left,.proItem {
    width:100%;
  }
  .scyf .scyfItem .right,.scyf .scyfItem.rev .left{margin:0;}
  .flex{
    flex-direction: column;
  }
  .flex div{width:100% !important;}
  /*新闻动态*/
  .xwdt {
    padding: 0 1%;
	}
  .xwdt .xwSwiper,.xwdt .right{
  width:100%;
  }
  .case-list a{display:block;}
  .case-list img{min-width:100%;float: none;}
  .introduce {
    margin: 5.5% 1% 2%;
  }
  .companyCul img{width:100%;}
  .proMid{display:ruby;}
  .xwdt .right{margin-left:0;}
  
  /*企业概况*/
  .introduce {
    margin: 5.5% 1% 2%;
  }
  .companyCul img{width:100%;}
  .hornorSwiper {
    margin: 5% 0%;
    padding: 8% 0;
  }
  .companyCul .right{ margin-bottom: 5%;float: none;}
  .introduce .proMid{ 
    display: flow;
    display: ruby;
    text-align: center;
    margin: auto;
  }
  .hornorSwiper .swiper-pagination{padding-top: 38%;}
  
.hornorSwiper .swiper-pagination-item{
    padding-left: 1%;
}
.hornorSwiper .swiper-pagination-item::before {
    content: '';
}
  .lxwm{
    padding: 4% 3%;
  }
  .lxwm .text span {
    display: inline-block;
	}
  .hornor {
    padding: 5% 1%;
}
  
}