@charset "utf-8";

/* CSS Document */
* {
  scrollbar-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  border: 0;vertical-align: middle;
}

address,
cite,
code,
em,
th,
i {
  font-weight: normal;
  font-style: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/* 自定义滚动条样式 */
::-webkit-scrollbar {
    width: 12px; /* 滚动条宽度 */
}
::-webkit-scrollbar-track {
    background: #fff; /* 滚动条轨道颜色 */
}
::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条滑块颜色 */
}
::-webkit-scrollbar-thumb:hover {
    background: #555; /* 鼠标悬停在滑块上时的颜色 */
}




@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

/* 按钮样式去除 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}

input {
  border-radius: 0;
  outline: none;
}

.w1600 {
  width: 1600px;
}

.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}

.clearfix { *zoom:1; }


/*关于我们-发展历程 开始*/
.ly_AboutHistory { overflow:hidden; margin:0 auto 40px; /*padding:40px 0;*/ background-size:cover; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.ly_AboutHistory .lyAboutHistory_main { width:100%; min-height:360px; margin:0 auto; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyAboutHistory_main i { 
  width:1px; 
  height:100%;
  display: block;
  overflow: hidden;
  margin: -0.5px 0 0;
  padding: 0;
  background-color: #cccccc;
  position: absolute;
  left: 32%;
  top: 0;
}
.lyAboutHistory_main ul li {
  width:100%; 
  height:auto; 
  margin:0 auto 60px; 
  float:inherit;
  position: relative;
}
.lyAboutHistory_main ul li p {
  width:56%; 
  margin:0; 
  padding:8px 20px 8px 30px; 
  line-height:24px; 
  font-size:16px; 
  color: #777;
  text-align:justify; 
  word-break:break-all;
  float:left;
  /*position: absolute;
  left: 38%;
  top: 50%;
  transform: translateY(-50%);*/

}
.lyAboutHistory_main ul li img { margin:0 0 0 -20px; float:left;}
.lyAboutHistory_main ul li em{
  background: url(../images/lc.png) center no-repeat;
  /*margin: 0 0 0 -20px;*/
  width: 200px;
  height: 60px;
  float: left;
  position: relative;
  z-index: 10;
}
.lyAboutHistory_main ul li .abhis_time {
  width:26%; 
  line-height:40px; 
  margin:0; 
  font-size:28px; 
  float:left;
  text-align: right;
  padding-right: 2%;
  color: #005bac;
  font-weight: bold;
}
/*.lyAboutHistory_main ul li:nth-child(2n+2) p { bottom:inherit; top:inherit; margin:0;}
.lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time { bottom:inherit; top:inherit; margin:0;}*/
.lyAboutHistory_main ul li .abhis_time span { font-size:22px;}

.lyAboutHistory_main ul li .abhis_time p{
  width:100%;
  text-align: right;
  padding: 0 10px 0 0;
}
.lyAboutHistory_main ul li .abhis_time h3{
  width:100%; 
  line-height:40px; 
  margin:0; 
  font-size:28px; 
  text-align: right;
  padding-right: 2%;
  color: #005bac;
  font-weight: bold;
}
.lyAboutHistory_main ul li .abhtext{
  width:100%;
  height: 60px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  padding: 8px 20px 8px 30px;
  line-height: 24px;
  font-size: 16px;
  color: #777;
}


/*@media (max-width: 1600px){
  .w1600 {
    width: 1400px;
  }

}*/
@media screen and (min-width:1440px) and (max-width:1599px) {}
@media screen and (min-width:1360px) and (max-width:1439px) {}
@media screen and (min-width:1280px) and (max-width:1359px) {}
@media screen and (max-width:1279px) and (min-width:1080px) {
  .lyAboutHistory_main ul li p { line-height:24px; font-size:14px;}
  .lyAboutHistory_main ul li .abhis_time { line-height:40px; font-size:32px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
  .ly_AboutHistory { padding:0;}
  .ly_AboutHistory .lyAboutHistory_main { padding:40px 0 0;}
  .lyAboutHistory_main i { width:1px; height:100%; margin:0; left:27%; top:0;}
  .lyAboutHistory_main ul li { width:100%; height:auto; margin:0 auto 40px; float:inherit;}
  .lyAboutHistory_main ul li p { width:80%; margin:0; padding:9px 40px; text-align:left; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit; float:left;}
  .lyAboutHistory_main ul li img { margin:0 0 0 -20px; position:absolute; left:20%; top:4px; right:inherit; bottom:inherit;}
  .lyAboutHistory_main ul li .abhis_time { width:20%; margin:0;font-size:32px; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit; float:left;}
  /*.lyAboutHistory_main ul li:nth-child(2n+2) p { bottom:inherit; top:inherit; margin:0;}
  .lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time { bottom:inherit; top:inherit; margin:0;}*/
}
@media screen and (max-width:1023px) and (min-width:768px) {
  .ly_AboutHistory { padding:0;}
  .ly_AboutHistory .lyAboutHistory_main { padding:40px 0 10px;}
  .lyAboutHistory_main i { width:1px; height:100%; margin:0; left:32%; top:0;}
  .lyAboutHistory_main ul li { width:100%; height:auto; margin:0 auto 20px; float:inherit;}
  .lyAboutHistory_main ul li p { width:75%; margin:0; padding:9px 40px; text-align:left; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit; float:left;}
  .lyAboutHistory_main ul li img { margin:0 0 0 -20px; position:absolute; left:25%; top:4px; right:inherit; bottom:inherit;}
  .lyAboutHistory_main ul li .abhis_time { width:25%; margin:0;font-size:32px; position:inherit; left:inherit; top:inherit; right:inherit; bottom:inherit; float:left;}
  /*.lyAboutHistory_main ul li:nth-child(2n+2) p { bottom:inherit; top:inherit; margin:0;}
  .lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time { bottom:inherit; top:inherit; margin:0;}*/
}
@media (max-width: 767px) {
  .w1600 {width: 94%;}
  .ly_AboutHistory { max-width:100%;padding:0;margin: 0}
  .ly_AboutHistory .lyAboutHistory_main { padding:0 0 10px;}
  .lyAboutHistory_main i { width:1px; height:100%; margin:0; left:36%; top:5%;}
  .lyAboutHistory_main ul li { width:100%; height:auto; margin:0 auto 20px; float:inherit;}
  .lyAboutHistory_main ul li p { width:56%; margin:0; padding:0; line-height:24px; font-size:14px; text-align:justify; word-break:break-all;float:left;}
  .lyAboutHistory_main ul li img { margin:0 0 0 -20px; float:left;}
  .lyAboutHistory_main ul li .abhis_time { width:36%; line-height:40px; margin:0; font-size:28px;float:left;}
  .lyAboutHistory_main ul li .abhtext{padding:0;}
  /*.lyAboutHistory_main ul li:nth-child(2n+2) p { bottom:inherit; top:inherit; margin:0;}
  .lyAboutHistory_main ul li:nth-child(2n+2) .abhis_time { bottom:inherit; top:inherit; margin:0;}*/
  .lyAboutHistory_main ul li .abhis_time span { font-size:22px;}
  .lyAboutHistory_main ul li em{
    width:40px;
    margin: 0 0 0 -20px;
    float: left;
    background: url(../images/dot2.png) center no-repeat;
  }
}
@media (max-width: 375px) {
  .lyAboutHistory_main i { left:32%;}
  .lyAboutHistory_main ul li p { width:68%;}
  .lyAboutHistory_main ul li img { left:32%;}
  .lyAboutHistory_main ul li .abhis_time { width:32%; font-size:28px;}
  .lyAboutHistory_main ul li .abhis_time span { display:none;}
}
@media (max-width: 320px) {
  .lyAboutHistory_main ul li p { padding:8px 20px;}
  .lyAboutHistory_main ul li .abhis_time { font-size:26px;}
  .lyAboutHistory_main ul li .abhis_time span { display:none;}
}
/*关于我们-发展历程 结束*/


/* 人才招聘 */

.recru_con .dl1{
  margin-bottom: 36px;
}
.recru_con{
  padding-bottom: 60px;
}
.box {
    max-width: 1920px;
    margin: 0 auto;
    /*padding: 0 8.3%;*/
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}
.recru_con .dl1 dt {background: #005bac;color: #fff;line-height: 60px;border-radius: 20px 20px 0 0;display: block;padding: 0 40px;}
.recru_con .dl1 dt span:nth-child(1) {width: 28%;text-align: left;}
.recru_con .dl1 dt span {display: block;width: 11.5%;float: left;text-align: center;} 
.recru_con .dl1 dt span:last-child {text-align: center;} 
.recru_con .dl1 dd {display: block;width: 100%; padding: 0 40px;position: relative; /*border-radius: 0 0 20px 20px;*/background: #fff;-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);-moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);transition: all .4s cubic-bezier(.4, 0, .2, 1);}
.recru_con .dl1 dd .dtop {display: block;width: 100%;cursor: pointer;border-bottom: 1px solid #eaeaea;padding: 30px 0;color: #777;}
/*.recru_con .dl1 dd .dtop:hover{
  color:#005bac;
  font-weight: bold;
}*/
.recru_con .dl1 dd .dtop>img{position: absolute;top: 32px;left: 32px;}
.recru_con .dl1 dd .dtop span:nth-child(1) {width: 28%;text-align:left;}
.recru_con .dl1 dd .dtop span {display: block;width: 11.5%;float: left;text-align: center;}
.recru_con .dl1 dd .dtop span s {display: block;width: 32px;height: 32px;border: 1px solid #ddd;border-radius: 50%;background: url(../images/shang_arrow1.png) center no-repeat;margin: -6px auto 0;}
.recru_con .dl1 dd.act {background: #f6f6f6;}
.recru_con .dl1 dd.act .dtop span s {transform: rotate(180deg);-webkit-transform: rotate(180deg);}
@media(max-width: 960px){
  .box{
    padding: 0;
  }
  .recru_con .dl1 dt span:nth-child(2),.recru_con .dl1 dt span:nth-child(3),.recru_con .dl1 dt span:nth-child(4),.recru_con .dl1 dt span:nth-child(7){
    display: none;
  }
  .recru_con .dl1 dt span:nth-child(1),.recru_con .dl1 dd .dtop span:nth-child(1){
    width: 40%;
  }
  .recru_con .dl1 dt span,.recru_con .dl1 dd .dtop span{width: 30%;text-align: center!important;}
  .recru_con .dl1 dt,.recru_con .dl1 dd{padding: 0 4px;}
  .recru_con .dl1 dd .dtop span:nth-child(2),.recru_con .dl1 dd .dtop span:nth-child(3),.recru_con .dl1 dd .dtop span:nth-child(4),
  .recru_con .dl1 dd .dtop span:nth-child(7){
    display: none;
  }
  .recru_con .dl1 dd .dtop>img {
    top: 4px;
    left: 6px;
  }
  .f_20 {
    font-size: 14px;
  }
  .recru_con .dl1 dd.zhiding  .dtop span:nth-child(1){
    padding-left: 20px;
  }
  .recru_con .dl1 dd .dtop span:nth-child(1){
    line-height: 1.4em;
  }

}
@media(max-width: 767px){
  .recru_con {
      padding-bottom: 40px;
  }
}


/* 人才招聘 结束*/

/* 联系我们*/
.abcontent {
  /*padding: 20px 10px;*/
  line-height: 30px;
  font-size: 14px;
  width: 100%;
  /*padding-left: 54px;*/
  /*padding-right: 54px;*/
  margin: 0px auto;
  /* border-bottom: 1px solid #e8e8e8;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; */
  box-sizing: border-box;
}
.abcontent .ableft{
  width:40%;
  padding-right: 40px;
  float:left;
}
.abcontent .ableft ul {
  width: 100%;
  height:160px;
}
.abcontent .ableft li {
  width: 22%;
  /*height:160px;*/
  margin-right:3%;
  float: left;
  text-align: center;
}
.abcontent .ableft li:nth-child(4n){
  margin-right:0;
}
.abcontent .ableft li img {
  max-width:100%;
  display:block;
}
.abcontent .ableft li span {
  text-align: center;
  display:block;
}

.abcontent .abright{
  width:60%;
  float:right;
  /*border:1px #ccc solid;*/
}

.abcontent img .xcimg {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .abcontent{padding: 2% 0;}
  .abcontent .ableft{width: 100%;padding-right: 0;}
  .abcontent .abright{width: 100%;}
  .abcontent .abright li{width: 46%;height:auto;}
  .abcontent img{width: 100%;}
}
/* 联系我们 结束*/

/* 首页产品中心*/
.w767w{
  display: none;
}
.promenu-container ul li{
  width: 148px;
  margin: 0 32px 20px 0;
  height: 140px;
  float:left;
}
.promenu-container ul li:nth-child(9n){
  margin: 0 0 20px 0;
}
.promenu-container ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(20, 27, 96, .25);
    padding: 24px 20px;
}
.promenu-container ul li a i {
    display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.promenu-container ul li a i img {
    display: block;
    width: 54px;
    height: 108px;
    margin: 0 auto;
}
.promenu-container ul li a span {
    display: block;
    height: 50px;
    overflow: hidden;
    line-height: 20px;
    color: #555;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
.promenu-container ul li:hover a {
  background-color: #141b60;
  box-shadow: 0 0 20px rgba(20, 27, 96, .25);
}
.promenu-container ul li:hover a i img {
  margin: -54px auto 0;
}
.promenu-container ul li:hover a span {
  color: #fff;
  font-weight: bold;
}

.products-container ul li {
  width: 376px;
  margin: 0 32px 30px 0;
  height: auto;
  overflow: hidden;
  padding: 32px;
  border-radius: 8px;
  /*background-color: #fff;*/
  /*border: 1px solid #ddd;*/
  background: linear-gradient(to bottom, #dcdee1, #f6f6f6);
  float:left;
}
.products-container ul li:nth-child(4n){
  margin-right: 0;
}

.products-container ul li:hover,
.products-container ul li-duplicate-active {
  /*background: linear-gradient(to bottom, #005bac, #f6f6f6);*/
  background: linear-gradient(to bottom, #005bac, #cfe0f0);
  /*box-shadow: 0 0 20px rgba(20, 27, 96, .6);*/
}

.products-container ul li .lyProducts_text span {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  color: #005bac;
  font-size: 14px;
  border: 1px solid #005bac;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 0 16px;
  vertical-align: top;
}

.products-container ul li:hover .lyProducts_text span,
.products-container ul li-duplicate-active .lyProducts_text span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}

.products-container ul li .lyProducts_text a.lyProducts_name {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products-container ul li:hover .lyProducts_text a.lyProducts_name,
.products-container ul li-duplicate-active .lyProducts_text a.lyProducts_name {
  color: #fff;
}

.products-container ul li .lyProducts_img {
  width: 100%;
  height: 234px;
  margin: 32px auto;
}

.products-container ul li .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.products-container ul li .lyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.products-container ul li:hover .lyProducts_img a img,
.products-container ul li-duplicate-active .lyProducts_img a img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.products-container ul li .lyProducts_btn {
  text-align: right;
}

.products-container ul li .lyProducts_btn a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
}

.products-container ul li:hover .lyProducts_btn a,
.products-container ul li-duplicate-active .lyProducts_btn a {
  color: #005bac;
}

.products-container ul li .lyProducts_btn a i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 5px 8px 5px 0;
  border: 2px solid #999;
  border-radius: 50%;
  float: left;
  position: relative;
}

.products-container ul li:hover .lyProducts_btn a i,
.products-container ul li-duplicate-active .lyProducts_btn a i {
  border: 2px solid #005bac;
}

.products-container ul li .lyProducts_btn a i::before,
.products-container ul li .lyProducts_btn a i::after {
  content: '';
  display: block;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.products-container ul li .lyProducts_btn a i::before {
  width: 10px;
  height: 2px;
}

.products-container ul li .lyProducts_btn a i::after {
  width: 2px;
  height: 10px;
}

.products-container ul li:hover .lyProducts_btn a i::before,
.products-container ul li-duplicate-active .lyProducts_btn a i::before,
.products-container ul li:hover .lyProducts_btn a i::after,
.products-container ul li-duplicate-active .lyProducts_btn a i::after {
  background-color: #005bac;
}


.lyProducts_swiper .swiper-pagination-progressbar {
  padding: 1px 0;
  background: rgba(0, 0, 0, 0);
  top: inherit !important;
  bottom: 0 !important;
}

.lyProducts_swiper .swiper-pagination-progressbar::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}

.lyProducts_swiper .swiper-pagination-progressbar-fill {
  background-color: #141b60 !important;
}


@media only screen and (max-width: 767px) {
  .w767w{
    display: block;
  }
  .promenu-container{
    /*height: 200px;*/
    /*overflow: scroll;*/
  }
  .promenu-container ul li{
    width: 25%;
    margin:0;
    display: block;
    /*margin-right:1%;*/
    height: 110px;
    float:left;
  }
  /*.promenu-container ul li:nth-child(3n){
    margin-right:0;
  }*/
  .promenu-container ul li a {
    padding: 10px;
  }
  .promenu-container ul li a span {
    line-height: 16px;
  }
  
  .products-container ul li{
    width: 100%;
  }
}

/* 首页产品中心 结束*/

/* 行业应用 开始*/
.nyAppRec{
  margin: 0 auto 20px;
}
.nyAppRec li{
  width:23%;
  margin-right:2.5%;
  margin-bottom:40px;
  float: left;
}
.nyAppRec li img{
  max-width: 100%;
}
.nyAppRec li:nth-child(4n){
  margin-right:0;
}

@media only screen and (max-width: 767px) {
  .nyAppRec{
    margin: 0 auto 40px;
  }
  .nyAppRec li{
    width:48%;
    margin-right:4%;
    margin-bottom:20px;
  }
  .nyAppRec li:nth-child(2n){
    margin-right:0;
  }

}

/* 行业应用 结束*/

/* 关于我们页资质荣誉 开始*/
.inner{
  /*max-width:90%;*/
  margin:0 auto;
}
.sc777.swiper-container {
  padding-bottom:50px;
}
.ss777.swiper-slide{
  background-position: center;background-size: cover;width: 520px;
}
.ss777.swiper-slide img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    display: block;
}
.teshu{
  transform:rotate(90deg)!important;
}
@media(max-width:1200px){
  .sc777.swiper-container{padding-bottom: 0px;}
  .ss777.swiper-slide{background-position: center;background-size: cover;width: 200px;}
}
@media only screen and (max-width: 767px) {
  .ss777.swiper-slide{
    max-width: 100%;
  }
}
/* 关于我们页资质荣誉 结束*/


/* 首页新闻中心*/
.lyNews .lyNews_main .lyNews_title .lyNews_title_l{
  width:60%;
  float:left;
}
.lyNews .lyNews_main .lyNews_title .lyNews_title_l h3{
  font-size:30px;
  font-weight: bold;
  padding-bottom:40px;
  display: inline-block;
  padding-right: 40px;
}
.lyNews .lyNews_main .lyNews_title .lyNews_title_l span{
  font-size:18px;
  padding-right:40px;
}
.lyNews .lyNews_main .lyNews_title .lyNews_title_l span a{
  color: #666;
}
.lyNews .lyNews_main .lyNews_title .lyNews_title_f{
  float: right;
}
.lyNews .lyNews_main .lyNews_title .lyNews_title_f a p{
  font-size: 18px;
  line-height: 50px;
  color: #666;
  display: inline-block;
  padding-right: 30px;
  background: url("../images/jia.png") no-repeat center right;
}
.lyNews .lyNews_main .lyNews_title .lyNews_title_f a span{
  border: 1px #ccc solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 30px;
  line-height: 15px;
  text-align: center;
  color: #999;
  display: table-cell;
  vertical-align: middle;
}

.lyNews_body .lyNews_body_l{
  width:30%;
  float: left;
  max-height: 710px;
  overflow: hidden;
}
.lyNews_body_l li{
  max-width: 100%;
  margin-right:30px;
  margin-bottom:20px;
  background-color:#f6f6f6;
}
.lyNews_body_l li:last-child{
  margin-bottom:0;
}
.lyNews_body_l li img{
  width: 100%;
  height: 240px;
}
.lyNews_body_l li p{
  max-width: 100%;
  height: 90px;
  padding:0 20px;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  color: #000;
}

.lyNews_body .lyNews_body_m{
  width:35%;
  float: left;
  background: url("../picture/dcd.png");
  background-size: cover;
  background-position: center;
  max-height: 710px;
  overflow: hidden;
  padding-bottom: 20px;
}
.lyNews_body .lyNews_body_m h4{
  font-size:24px;
  color: #005bac;
  padding:30px 20px 10px;
}
.lyNews_body .lyNews_body_m ul{
  max-height: 710px;
  overflow: hidden;
}
.lyNews_body .lyNews_body_m li{
  padding:15px 20px;
  line-height: 34px;
  overflow: hidden;
  height: 54px;
}
.lyNews_body .lyNews_body_m li a{
  font-size: 16px;
  color: #000;
}

.lyNews_body .lyNews_body_f{
  width:35%;
  float: right;
}
.lyNews_body .lyNews_body_f h4{
  font-size:24px;
  color: #005bac;
  padding-bottom:10px;
  margin-left: 30px;
}
.lyNews_body_f li{
  max-width: 100%;
  margin-left: 30px;
  height: 162px;
  padding: 15px 0;
  border-bottom: 1px #ccc solid;
  position:relative;
}
.lyNews_body_f li:last-child{
  padding-bottom:0;
  border-bottom:none;
}
.lyNews_body_f li .lyNews_body_f_img{
  width:40%;
  float: left;
  max-height: 100%;
  overflow: hidden;
}
.lyNews_body_f li img{
  width: 100%;
  height: 100%;
}
.lyNews_body_f li .lyNews_body_f_txt{
  width:55%;
  float: right;
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translateY(-50%);
}
.lyNews_body_f li .lyNews_body_f_txt a{
  display: block;
  padding:10px 0;
  font-size:16px;
  color:#000;
}
.lyNews_body_f li .lyNews_body_f_txt span{
  font-size:16px;
  color:#999;
}
.lyNews .lyNews_main .lyNews_title .lyNews_title_l span a:hover,
.lyNews_body_l li p:hover,
.lyNews_body .lyNews_body_m li a:hover,
.lyNews_body_f li .lyNews_body_f_txt a:hover{
  color:#005bac;
}
.lyNews .lyNews_main .lyNews_title .lyNews_title_f a p:hover{
  color:#005bac;
  background: url("../images/jia2.png") no-repeat center right;
}


@media only screen and (max-width: 767px) {
  .lyNews{
    padding:20px 0 30px;
  }
  .lyNews .lyNews_main span, .lyNews .lyNews_main i{
    display: none;
  }

  .lyNews_body_l li{
    margin-right: 0;
  }
  .lyNews_main .lyNews_body .lyNews_body_l{
    width: 100%;
    margin-bottom: 20px;
  }
  .lyNews_main .lyNews_body .lyNews_body_m{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .lyNews_body .lyNews_body_m h4{
    padding: 0 20px;
  }
  .lyNews_body .lyNews_body_m li {
    height: auto;
    padding: 5px 20px;
  }
  .lyNews_main .lyNews_body .lyNews_body_f{
    width: 100%;
  }
  .lyNews_body .lyNews_body_f h4{
    margin-left: 0;
  }
  .lyNews_body_f li{
    margin-left: 0;
    height: 130px
  }

}
/* 首页新闻中心 结束*/

/* 首页产品分类轮播*/
.sec1 {
  padding-bottom: 30px;
}

.sec1 .list {
  position: relative;
  padding: 0 60px
}

.sec1 .swiper-slide {
  background-color:#f6f6f6;
}

.sec1 .swiper-slide a {
  display: block;
  text-align: center;
  padding: 30px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #282828;
  text-decoration: none;
}

.sec1 .swiper-slide a img {
    vertical-align: middle;
    display: block;
    width: 50px;
    height: 100px;
    margin: 0 auto;
}

.sec1 .swiper-slide a span {
  display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.sec1 .swiper-slide a p {
  font-size: 18px;
  font-weight: 600;
}
.sec1 .swiper-slide:hover a span img {
  margin: -50px auto 0;
}
.sec1 .swiper-slide:hover p{
  color: #fff;
}
.sec1 .swiper-slide:hover a {
  background-color: #005bac;
  /*background: rgba(242, 163, 0, 0.1);
  border-bottom: 2px solid #f4a30f;*/
}

.sec1 .swiper-button-next {
  right: 0;
}

.sec1 .swiper-button-next, .sec1 .swiper-button-prev {
  width: 46px;
  height: 46px;
  /*border: 2px solid #2f58ab;*/
  border-radius: 3px;
}

.sec1 .swiper-button-prev {
  left: 0;
}

.sec1 .swiper-button-next:after {
  color: #999;
  font-size: 40px;
  content: 'next';
  font-family: swiper-icons;
}

.sec1 .swiper-button-prev:after{
  color: #999;
  font-size: 40px;
  content: 'prev';
  font-family: swiper-icons;
}

@media all and (min-width: 1024px) and (max-width:1600px) {
  /*.sec1 .swiper-slide a span {
    width: 40px;
    height: 40px;
  }*/

  .sec1 .swiper-button-next, .sec1 .swiper-button-prev {
    width: 36px;
    height: 44px;

  }

  .sec1 .swiper-button-next:after, .sec1 .swiper-button-prev:after {
    font-size: 26px;
  }

  .sec1 .swiper-slide a p {
    font-weight: 500;
    font-size:17px
  }

  .sec1 .swiper-slide a {
    padding: 25px 0;
  }

}

@media all and (min-width: 1024px) and (max-width:1440px) {
  .sec1 .swiper-slide a p {
    font-size: 17px;
  }

  .sec1 .swiper-button-next, .sec1 .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .sec1 .swiper-button-next:after, .sec1 .swiper-button-prev:after {
    font-size: 24px;
  }

  .sec1 .swiper-slide a {
    padding: 20px 0;
  }
}

@media all and (min-width: 0) and (max-width: 767px) {
  .sec1 {
    padding-top: 0px;
  }

  .sec1 .list {
    padding: 0 50px
  }

  .sec1 .swiper-slide a {
    padding: 16px 0;
  }


  .sec1 .swiper-slide a span {
    width: 45px;
    height: 45px;
    margin: 0 auto 14px;
  }


  .sec1 .swiper-slide a p {
    font-size: 16px;
  }

  .sec1 .swiper-button-next {
    right: 6px;
  }

  .sec1 .swiper-button-prev {
    left: 6px;
  }

  .sec1 .swiper-button-next, .sec1 .swiper-button-prev {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
  }

  .sec1 .swiper-button-next:after, .sec1 .swiper-button-prev:after {
    font-size: 25px;
  }
}

/* 首页产品分类轮播 结束*/

/* 首页导航搜索*/
.lyTop_Main .language{
  width:56px;
  height: 30px;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 15px;
  background-color: #e8e8e8;
  float: right;
}
.lyTop_Main .language .state {
  width: 35px;
  height: 26px;
  float: left;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin: 2px;
  color: #000;
  background-color: #fff;
  border-radius: 15px;
}
.lyTop_Main .right {
  width: 230px;
  display: flex;
  padding-top: 30px;
  align-items:center;
  float: right;
}
.lyTop_Main .right .srech{
  height: 30px;
  display: flex;
}
.lyTop_Main .right input{
  width: 190px;
  background-color: #e8e8e8;
  outline: none;
  border: none;
  border-radius: 15px 0 0 15px;
  padding: 0 20px;
  font-size: 14px;
}
.lyTop_Main .right .so_btn{
  display: block;
  width: 40px;
  height: 100%;
  background-color: #e8e8e8;
  background-image: url(../images/so.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 0 15px 15px 0;
  border: none;
}

.lyTop_Main .right input::-webkit-input-placeholder{color:#777777;}.header .right input:-moz-placeholder {color:#777777;}.header .right input::-moz-placeholder {color:#777777;}.header .right input:-ms-input-placeholder {color:#777777;}

@media (max-width: 1440px){
  .lyTop_Main .right input {width: 148px;}
  .lyTop_Main .right{width: 188px;}

}

@media (max-width: 767px){
  .lyTop_Main .right{display: none}
  .lyTop_Main .language{display: none;}

}
/* 首页导航搜索 结束*/

/* 产品中心频道页 开始*/
.nyindex_right{
  width: calc(100% - 370px);
  float: right;
}
.index_pro li{
  width: 20%;
  margin-bottom: 40px;
  padding: 0 20px;
  float: left;
  
}
.index_pro li:nth-child(5n){
  padding-right: 0;
}
.index_pro li a {
  display: block;
  text-align: center;
  padding: 40px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  color: #282828;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;

}

.index_pro li a img {
    vertical-align: middle;
    display: block;
    width: 50px;
    height: 100px;
    margin: 0 auto;
}

.index_pro li a span {
  display: block;
    width: 54px;
    height: 54px;
    overflow: hidden;
    margin: 0 auto 10px;
}

.index_pro li a p {
  font-size: 18px;
  /*font-weight: 600;*/
}
.index_pro li:hover a span img {
  margin: -50px auto 0;
}
.index_pro li:hover p{
  color: #fff;
}
.index_pro li:hover a {
  background-color: #005bac;
  /*background: rgba(242, 163, 0, 0.1);
  border-bottom: 2px solid #f4a30f;*/
}
@media (max-width: 767px){
  .nyindex_right{
    width: 100%;
    margin-top: 20px;
  }
  .index_pro li{
    width: 50%;
  }
}

/* 产品中心频道页 结束*/




/*适应笔记本屏幕尺寸匹配*/
@media screen and (min-width:768px) and (max-width:1599px) {
  .w1600{
    width:1200px;
  }
  /*顶部导航栏*/
  .ly_Nav .nav_list>ul>li .nav_pro {
    width: 1600px;
    margin-left: -200px;
  }
  .ly_Nav .nav_list ul .drop1 .navDown_list2 ul li {
    width: 94px;
    padding:0;
  }
  .ly_Nav{
    margin-left: 20px;
  }
  .lyTop_Main .language{
    margin-top: 25px;
  }
  .lyTop_Main .right{
    padding-top: 25px;
  }
  .Ibanner {
    height: 800px;
  }

  /*底部*/
  .lyFoot .lyFoot_main .w100 {
    width: 26%;
  }
  .lyFoot_main .lyFoot_lxfs {
    padding-top: 10px;
  }
  .lyFoot_main .lyFoot_left {
    width: 49%;
    height: 174px;
  }
  .lyFoot_tit {
    margin-top: 0;
  }
  .lyFoot_main .lyFoot_left .lyFoot_nav {
    padding: 0 30px;
  }

  .lyFoot_right button {
    margin: 0 10px 10px;
  }

  /*首页*/
  .sec1 .swiper-slide {
    max-height: 141px;
  }
  .sec1 .swiper-slide a p {
    line-height: 24px;
  }
  .products-container ul li {
    width: 276px;
  }
  .products-container ul li .lyProducts_img{
    margin: 0;
    height: 200px
  }
  .lyNews_body_f li {
    height: 161px;
  }
  .lyNews_body_f li .lyNews_body_f_img {
    width: 50%;
    height: 100%;
  }
  .lyNews_body_f li .lyNews_body_f_txt {
    width: 45%;
    left: 55%;
  }

  /*产品页*/
  .nyProducts_list ul li .nyProducts_con .nyProducts_img {
    height: 156px;
  }
  .nyProducts_list ul li .nyProducts_con .nyProducts_img a img {
    margin:0;
  }

  .nyProShow_head .nyProShowHead_pic {
    width: calc(100% - 200px);
  }
  .nyProShowHead_pic p {
    height: 300px;
  }
  .nyProShowHead_text h1 {
    margin-bottom: 10px; 
    line-height: 50px;
  }

  .nyProShowHead_btn a {
    width:50%;
    height: 40px;
    padding:0 20px;
    line-height: 40px;
  }
  .nyProducts_right .nyProShow_head {
      height: auto;
      padding:40px 40px 0;
  }

  .nyProShow_head .nyProShowHead_text {
    padding: 0 0 0 40px;
  }
  .nyProShowHead_text .nyProShowHead_dec .at {
    width: 24%;
  }
  .nyProShowHead_text .nyProShowHead_dec .ab {
    width: 76%;
  }
  .nyProShowHead_text .nyProShowHead_btn {
     margin-top: 0; 
  }

  /*服务与支持*/
  .nyMenu {
    margin-top: -30px;
  }
  .nyMenu .nyMenu_main {
    width: 100%;
  }



  /*关于我们*/
  .nyAboutUs_con p {
    line-height: 30px;
    margin-bottom: 0;
  }
  .nyAboutUs_main .nyAboutUs_con h3 {
    margin-bottom: 10px;
  }
  .nyAboutUs_main .honner ul {
    width: 1200px;
  }

  .nyVideo_main ul li .nyVideo_img, .nyVideo_main ul li .nyVideo_img a img {
    height: 230px;
  }

  /*联系我们*/
  .nyContact_map {
    height: 350px;
  }


}

@media (max-width:1440px) {
  .Ibanner {
    height: 700px;
  }
}

@media (max-width:1200px) {
  .Ibanner {
    height: 600px;
  }
}

@media (max-width: 767px) {
    .Ibanner {
        height: 340px;
        background-color: #fff;
    }
}