@charset "utf-8";

.fx,
.fxrow {
  display: flex;
  flex-direction: row;
  align-items: center
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

::-webkit-input-placeholder {
  color: #666;
  font-size: 1rem;
}

:-moz-placeholder {
  color: #666;
  font-size: 1rem;
}

::moz-placeholder {
  color: #666;
  font-size: 1rem;
}

:-ms-input-placeholder {
  color: #666;
  font-size: 1rem;
}

input:placeholder-shown {
  font-size: 1rem;
}

/* 2023.3.29 */
.fjsb {
  justify-content: space-between
}

.fjsa {
  justify-content: space-around
}

.fjfe {
  justify-content: flex-end
}

.fjce {
  justify-content: center
}

.fafe {
  align-items: flex-end
}

.fafs {
  align-items: flex-start
}

.fwp {
  flex-wrap: wrap
}

.content1 {
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}

 

.page-down {
  width: 30px;
  height: 30px;
  background: #999;
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  line-height: 2rem;
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 99999;
}

.page-down:hover {
  background: #004cb8;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table .cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.smallest-screen {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: url(../images/displaynone.png) no-repeat center #666;
  display: none;
}

@media only screen and (max-width : 319px) {
  .smallest-screen {
    display: block;
  }



  /*判断屏幕小于319px隐藏显示网站*/
}

.white {
  color: #fff !important;
}

.webmain {}

.tishi {
  text-align: center;
  color: #333;
  font-size: 0.875rem;
}

/* .tupian {
  width:100%;
  height: 450px;
  display: block;
  object-fit: cover;
  background: #f1f1f1;
} */




.middle_holder {
  display: inline-block;
  font-size: 0;
  width: 0;
  height: 50px;
  vertical-align: middle;
}

.middle {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.nav_handle {
  display: none;
  position: relative;
  width: 27px;
  padding: 0 0 0 15px;
  cursor: pointer;
  float: right;
}

.nav_handle b {
  width: 27px;
  height: 10px;
  position: relative;
}

.nav_handle b i {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #333;
  top: 0;
  -webkit-transform-origin: 29% 50%;
  transform-origin: 29% 50%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.nav_handle b .l_2 {
  top: auto;
  bottom: 0;
}

.nav_handle.on b i {
  transform: rotate(45deg);
  background: #004cb8;
}

.nav_handle.on b .l_2 {
  transform: rotate(-45deg);
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 1920px;
  height: auto;
}

.banner .pagination {
  z-index: 99;
  text-align: center;
  line-height: 2rem;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.banner .pagination .swiper-pagination-switch {
  cursor: pointer;
  width: 16px;
  height: 1rem;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
  box-sizing: border-box;
  /*border: 3px solid #fff;*/
  background: rgb(255 255 255 / 50%);
}

.banner .pagination .swiper-active-switch {
  background: #004cb8;
  border-color: #004cb8;
}

.banner .banner-left {
  display: none;
  position: absolute;
  opacity: .8;
  font-size: 3rem;
  color: #fff;
  left: 20px;
  top: 50%;
  width: 40px;
  height: 6.875rem;
  line-height: 6.875rem;
  margin-top: -55px;
}

.banner .banner-right {
  display: none;
  position: absolute;
  opacity: .8;
  font-size: 3rem;
  color: #fff;
  right: 20px;
  top: 50%;
  width: 40px;
  height: 6.875rem;
  line-height: 6.875rem;
  margin-top: -55px;
}

.banner .banner-left:hover,
.banner .banner-right:hover {
  opacity: 1;
}

/*.banner {width: 100%;position: relative;height: auto;background: #eee; display: table;}
.banner .by{ line-height: 35px; background: rgba(120,188,39,0.65);font-size: 0.93rem; color: #fff; position: absolute; width: 100%; left: 0; top: 0; z-index: 999; }
.banner .bd {margin: 0 auto;position: relative; width:100%; z-index: 0;overflow: hidden;}
.banner .bd ul {width: 100% !important;}
.banner .bd li {width: 100% !important;height: 743px;overflow: hidden;text-align: center; background-size:auto 100% !important;  }
.banner .bd li a {display: block;height: 1000px; position: absolute; left: 0; top: 0; width: 100%; z-index: 8;}
.banner .hd {width: 100%;position: absolute;z-index: 1;bottom: 10px;left: 0;height: 30px;line-height:2rem;text-align: center;_background: #000;_filter: alpha(opacity=60);}
.banner .hd ul {text-align: center;padding-top: 5px;}
.banner .hd ul li {display: inline-block;margin: 0 5px;width: 10px;height: 10px;background: #fff;cursor: pointer;overflow: hidden;line-height: 999px; border-radius: 8px;}
.banner .hd ul .on {background: #0c7ae9; width: 30px;}
.banner .prev {background: url(../images/sprite.png) left top no-repeat;cursor: pointer;height: 100px;position: absolute;top: 50%;margin-top: -50px;width: 45px;left: 0;opacity: 0.2;}
.banner .prev:hover {opacity: 0.5;}
.banner .next {background: url(../images/sprite.png) right top no-repeat;cursor: pointer;height: 100px;position: absolute;top: 50%;margin-top: -50px;width: 45px;right: 0;opacity: 0.2;}
.banner .next:hover {opacity: 0.5;}*/
.Bottomerkg {
  height: 59px;
  display: none;
}

.Bottomer {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #004cb8;
  z-index: 999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.Bottomer .BottomList li {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 0px;
}

.Bottomer .BottomList li img {
  vertical-align: middle;
  height: 1.25rem;
}

.Bottomer .BottomList li span {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  margin-top: 5px;
}

.Bottomer .BottomList li p {
  font-size: 0.875rem;
  color: #D5A334;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 10px;
}

.intop {
  line-height: 2rem;
  background: #efefef;
  color: #666;
}
 

 



/* ==== 导航栏目 ==== */
.inmuen {
  line-height: 52px;
  border-top: 1px solid #ddd;
}

.inmuen ul li {
  width: 100%;
  text-align: center;
}

.inmuen ul li a {
  display: block;
  font-size: 1rem;
  color: #222;
  text-transform: uppercase;
}

.inmuen ul li.on {
  background: #004cb8;
}

.inmuen ul li.on a {
  color: #fff;
}


.inkey {
  padding: 10px 0;
  line-height: 22px;
  background: #333333;
  color: #222;
  font-size: 0.875rem;
}

.inkey a {
  color: #222;
  padding: 0 10px;
}

/* ==== 公共使用的标题 ====  */
.pubtit {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 4.375rem 0 1.87rem 0;
}

.pubtit b {
  color: #222;
  font-size: 2.25rem;
  line-height:  2.25rem;
}

.pubtit p {
  font-size: 0.875rem;
  color: #444;
  line-height: 2.25rem;
}

/* =========================================   产品中心  ========================================= */
/* 产品四个大分类 */
.recpro {
  background: url(../images/proback1.jpg) no-repeat center;
}

/* 四个固定展示图片样式 */
.recpro .bd li {
  background: url(../images/pc.jpg) no-repeat center;
  height: 310px;
  width: 49%;
  display: block;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom:1.875rem;
}

.recpro .bd li .pic {
  width: 376px;
  height: 274px;
}

.recpro .bd li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.recpro .bd li .des {
  width: 50%;
}

.recpro .bd li i {
  display: inline-block;
  background: url(../images/picon.png) no-repeat center;
  width: 14px;
  height: 14px;
  padding: 0 0 0 10px;
}

.recpro .bd li .des h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  line-height: 3.12rem;
}

.recpro .bd li .des p {
  color: #222;
  font-size: 1rem;
  line-height: 2rem;
}

.recpro .bd li .des .pmore {
  display: block;
  text-align: center;
  padding: 0% 10%;
  line-height: 36px;
  border: 1px solid #ddd;
  color: #222;
  width: 50px;
  margin-top: 1.875rem;
}

.recpro .bd li .nr {
  padding: 16px;
}

/* 热销产品标题链接 */
.hotpro .pronav {
  background-color: #004cb8;
  border-radius: 5px;
  line-height: 4.375rem;
  padding: 0 2%;
  margin-bottom:1.875rem;
}

.hotpro .pronav b {
  display: block;
  background: url(../images/icon22.png) no-repeat left center;
  font-size: 1.5rem;
  color: #fff;
  padding: 0 2%;
}

.hotpro .pronav b span {
  display: inline-block;
  color: #306dc4;
  text-transform: uppercase;
}

.hotpro .pronav .promore {
  font-size: 1rem;
  color: #fff;
  display: block;
}

.hotpro .pronav .promore img {
  width: 35px;
  height: 35px;
  padding: 0 0 0 10px;
}

/* 滚动的产品展示列表 */
.hotpro {
  padding: 0 0 50px 0;
}


.hotpro .slideBox {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 10px 22px;
  position: relative;
}

.hotpro .slideBox .tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 3;
  padding: 2% 0 0 0;
}

.hotpro .slideBox .ilist {
  padding: 8% 5%;
}

.hotpro .slideBox i.i1 {
  display: block;
  background-color: #004cb8;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 20px;
  width: 45%;
  font-style: normal;
  border: 1px solid #004cb8;
  cursor: pointer;
}


.hotpro .slideBox i.i2 {
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #222;
  border-radius: 20px;
  border: 1px solid #004cb8;
  width: 45%;
  font-style: normal;
  cursor: pointer;

}


.hotpro .slideBox .des {
  font-size: 0.875rem;
  color: #444;
  line-height: 1.5;
  padding: 0 5%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.hotpro .slideBox ul li {
  width: 430px !important;
  margin: 13px 12px;
  background: #fff;
  float: left;
  display: inline;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 5px 2px #f5f4f4;
  text-align: center;
}

.hotpro .slideBox ul li .pic {
  text-align: center;
  overflow: hidden;
  height: 280px;
}

.hotpro .slideBox ul li .pic img {
  width: 430px;
  height: 280px;
  object-fit: cover;
  display: block;
  display: block;
  transition: .5s ease-in;
}

.hotpro .slideBox ul li .pic:hover img {
  transform: scale(1.1, 1.1);
}


.hotpro .slideBox ul li p {
  text-align: center;
  line-height: 2.5rem;
  color: #000;
  text-align: center;
  font-size: 1rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotpro .sPrev,
.hotpro .sNext {
  position: absolute;
  left: -5px;
  top: 150px;
  display: block;
  width: 40px;
  height: 39px;
  background: url(../images/button_prev.png) no-repeat center;
}

.hotpro .sNext {
  left: auto;
  right: 0;
  background: url(../images/button_next.png) no-repeat center;
}



/* 响应式滚动 */
#s_pro .slick-arrow{ z-index:99; position:absolute; transform:translate(0,0); 
  background-repeat:no-repeat; background-position:center; display:block;width:27px;height:22px;
   transition:.3s; top:40%; border-radius:50%; box-shadow:0 5px 12px 0 rgba(0,0,0,.1); }
#s_pro .slick-prev{ background-image:url(../images/button_prev.png); left:2px;}
#s_pro .slick-next{ background-image:url(../images/button_next.png); right:2px;}
#s_pro .slick-arrow:before{ display:none;}
#s_pro .s_pro_slide li {
  margin: 13px 12px;
  background: #fff;
  float: left;
  display: inline;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 5px 2px #f5f4f4;
  text-align: center;
}

#s_pro .s_pro_slide {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 10px 22px;
  position: relative;
}

#s_pro .s_pro_slide .tit {
  font-size: 22px;
  font-weight: 600;
  line-height: 3;
  padding: 2% 0 0 0;
}

#s_pro .s_pro_slide .ilist {
  padding: 8% 5%;
}

#s_pro .s_pro_slide a.i1 {
  display: block;
  background-color: #004cb8;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 20px;
  width: 45%;
  font-style: normal;
  border: 1px solid #004cb8;
  cursor: pointer;
}


#s_pro .s_pro_slide a.i2 {
  display: block;
  background-color: #fff;
  text-align: center;
  line-height: 2.5rem;
  font-size: 0.875rem;
  color: #222;
  border-radius: 20px;
  border: 1px solid #004cb8;
  width: 45%;
  font-style: normal;
  cursor: pointer;

}


#s_pro .s_pro_slide .des {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  padding: 0 5%;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


#s_pro .s_pro_slide li {
  margin: 13px 12px;
  background: #fff;
  float: left;
  display: inline;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 4px 5px 2px #f5f4f4;
  text-align: center;
}
#s_pro .s_pro_slide li .pic {
  text-align: center;
  overflow: hidden;
}

#s_pro .s_pro_slide li .pic img {
  height: 300px;
  object-fit: cover;
  display: block;
  display: block;
  transition: .5s ease-in;
  overflow: hidden;
  width: 100%;
}

#s_pro .s_pro_slide li .pic:hover img {
  transform: scale(1.1, 1.1);
}


#s_pro .s_pro_slide li p {
  text-align: center;
  line-height: 2.5rem;
  color: #000;
  text-align: center;
  font-size: 1rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}













/* =========================================   优势  ========================================= */
/* 优势 */
.adv {
  padding: 30px 0;
  background: url(../images/adv_background.jpg) no-repeat center;
}


.adv .tit b {
  font-size: 2.25rem;
  color: #222;
}

.adv .tit img {
  display: block;
  width: 135px;
  height: 3.75rem;
}

.adv .des {
  font-size: 0.875rem;
  color: #444;
  padding-top: 10px;
}


.adv .left {
  width: 48%;
}

.adv .right {
  width: 51%;
}

/* 优势区域的滚动图片 */
.adv .slideBox {
  width: 670px;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  margin-top: 40px;
}

.adv .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
}

.adv .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}

.adv .slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.adv .slideBox .hd ul li.on {
  background: #f00;
  color: #fff;
}

.adv .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.adv .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.adv .slideBox .bd img {
  width: 670px;
  height: 400px;
  display: block;
}

.adv .slideBox .prev {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 70px;
  height: 4.375rem;
  background: url(../images/adv_button_prev.png) 0 0 no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.adv .slideBox .next {
  position: absolute;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 70px;
  height: 4.375rem;
  background: url(../images/adv_button_next.png) 0 0 no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.adv .slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.adv .slideBox .prev:hover,
.adv .slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.adv .slideBox .prevStop {
  display: none;
}

.adv .slideBox .nextStop {
  display: none;
}

.adv .list_des {
  margin-bottom:1.875rem;
}

.adv .list_des b {
  background: url(../images/aicon1.png)no-repeat left center;
  display: block;
  font-size: 1.5rem;
  color: #111;
  line-height: 2;
  padding-left: 25px;
}

.adv .list_des p {
  color: #444;
  line-height: 1.5;
  font-size: 0.875rem;
}

.adv .pic {
  width: 708px;
  height: 347px;
}

.adv .pic img {
  width: 100%;
  height: 100%;
}

/* 2 */
.adv .list_des1 {
  margin-bottom:1.875rem;
}

.adv .list_des1 b {
  background: url(../images/aicon2.png)no-repeat left center;
  display: block;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2;
  padding-left: 25px;
}

.adv .list_des1 p {
  color: #fff;
  line-height: 1.5;
  font-size: 0.875rem;
}

/* 四个方形 */
.list_squ li {
  background: url(../images/wg1.png)no-repeat center;
  width: 320px;
  height: 276px;
}

.list_squ img {
  display: block;
  width: 61px;
  height: 61px;
  margin: 10% auto;
}


.list_squ b {
  background: url(../images/libg.png)no-repeat center;
  line-height: 35px;
  font-size: 1.25rem;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;

}

.list_squ p {
  line-height: 2;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  padding: 15px 0 0 0;
}

/* =========================================   客户案例  ========================================= */
/* =====  客户案例  ===== */
.case .cmore {
  background: url(../images/button1.png)no-repeat center;
  width: 260px;
  height: 3.625rem;
  line-height: 3.625rem;
  font-size: 0.875rem;
  opacity: 0.5;
  display: block;
  margin-top: 20%;
  color: #fff;
  text-indent: 3rem;
}

.case .des {
  background-color: #0e3f83;
  position: absolute;
  left: 24.5%;
  top: 5%;
  z-index: 999;
  width: 3%;
  height: 430px;
  border-radius: 16px;
  padding: 25px;
}

.case .picList b {
  font-size: 3rem;
  line-height: 1.5;
  opacity: 0.3;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
}

.case .des .p1 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 3;
  text-align: center;
  font-weight: 600;

}

.case .des .p2 {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
  text-align: left;

}

.case .pic img {
  width: 1076px;
  height: 580px;
  display: block;
  object-fit: contain;
  position: relative;

}

.picList li {
  margin-right: 0.5%;
}

.picList {
  height: 580px;
}




/* 工程案例 */
.index-case {background: #fff;padding-top: 0rem;padding-bottom:0rem;}
.index-case .base-title {margin-bottom: 3rem;text-align: center}
.base-title h2 {font-size: 2.5rem;color: #333;margin-bottom: 1.5rem;}
.base-title h2 a {color: #333;}
.base-title p {font-size: 1.25rem;color: #666;line-height: 2rem;}
.case-ul li {position: relative;overflow: hidden;margin:0 2rem;}
.case-ul li .pic img {display: block;width: 97%;transition: all .3s ease-in-out}
.case-ul li .text {position: absolute;left: 0;bottom: 0%;width: 100%;padding: 1.5rem 10% 4rem;z-index: 2;text-align: center;opacity: 0;background: rgba(11,30,46,0.5);}
.case-ul li .text .tit {display: block;font-size: 1.75rem;font-weight: bold;line-height: 1.5;color: #ffffff;margin-bottom: 1rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case-ul li .text p {font-size: 1rem;color: #ffffff;line-height: 1.25rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.case-ul li .mark {position: absolute;bottom: 0%;left: 0;width: 100%;height: 100%;background: rgba(11,30,46,0.5);z-index: 1;transition: all .3s ease-in-out}
.case-ul li .mark a {display: block;position: absolute;top: 50%;left: 50%;margin-left: -2rem;margin-top: -2rem;}
.case-ul li.slick-current .text{opacity: 1}
.case-ul li.slick-current .mark {opacity: 0}
/*.case-ul li:hover .pic img {transform: scale(1.05)}*/

.case-ul .slick-dots {position: absolute;text-align: center;left: 0;bottom: 1.5rem;width: 100%;height: 1rem;}
.case-ul .slick-dots li {display: inline-block;vertical-align: top;width: 2rem;height: 1.25rem;margin: 0 6px;position: relative;cursor: pointer;}
.case-ul .slick-dots li button{display: none;}
.case-ul .slick-dots li:before {content: '';display: block;position: absolute;left: 0;top: 0.5rem;width: 100%;height: 0.375rem;background-color: #fff;opacity: 0.2;}
.case-ul .slick-dots li:after {content: '';display: block;position: absolute;left: 0;top: 0.5rem;width: 0;height: 0.375rem;background-color: #fff;}
.case-ul .slick-dots .slick-active:after {width: 100%;}

.index-case .slick-arrow{width: 3rem;height: 3rem;position: absolute;top: 50%;margin-top: -1.5rem;font-size: 0;z-index: 1;cursor: pointer;border: none;outline: none;}
.index-case .slick-prev{left: 2rem;background: url(../images/index_left.png)  #00c2e5  center center no-repeat;border-radius: 50%;background-size: 10px auto;}
.index-case .slick-next{right: 2rem;background: url(../images/index_right.png) #00c2e5 center center no-repeat;border-radius: 50%;background-size: 10px auto;}
.index-case .slick-arrow:before{content: '';display: block;position: absolute;top: 0;width: 100%;height: 100%;
background-color: #00c2e5;border-radius: 50%;opacity: 0;left: 1px;transition: all 0.3s ease;}
/*.index-case .slick-arrow:hover:before{opacity: 0.5}*/

.index-case .cmore {
  background: url(../images/button1.png)no-repeat center;
  width: 260px;
  height: 3.625rem;
  line-height: 3.625rem;
  font-size: 0.875rem;
  opacity: 0.5;
  display: block;
  margin-top: 20%;
  color: #fff;
  text-indent: 3rem;
}

.index-case .des {
  display: none;
}

.index-case .des b {
  font-size: 3rem;
  line-height: 1.5;
  opacity: 0.3;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  display: block;
}

.index-case .des .p1 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 3;
  text-align: center;
  font-weight: 600;
  display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;

}

.index-case .des .p2 {
  font-size: 0.875rem;
  color: #fff;
  line-height: 2;
  text-align: left;
  overflow: hidden; text-overflow:-o-ellipsis-lastline;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;

}

.index-case .pic img {
  width: 100%;
  height: 36.25rem;
  display: block;
  object-fit: cover;
  position: relative;

}

.index-case li.slick-active .des{
  display: block;
  background-color: #0e3f83;
  position: absolute;
  left: 65.5%;
  top: 5%;
  z-index: 999;
  width: 29%;
  border-radius: 16px;
  padding: 2rem;
  transition: 0.3s ease-in;
}



/* =========================================   关于我们  ========================================= */
/* 关于我们部分 */
.aboutus {
  background: url(../images/about_background.jpg) no-repeat center; 
  position: relative;
}

.aboutus .form {
  position: absolute;
  width: 1401px;
  height: 200px;
  z-index: 99;
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.aboutus .form img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;


}

.aboutus .nr { 
  padding-bottom: 5rem;

}

.aboutus .left {
  width: 42%;
}


.aboutus .iconlist {
  margin: 8% 0 0 0;
}


.aboutus .iconlist li {
  width: 48%;
  margin: 0 0 15px 0px;
}


.aboutus .iconlist li p {
  border: 1px solid #ddd;
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  color: #333;
  font-weight: 600;
  line-height: 48px;
}

.aboutus .iconlist img {
  display: block;
  width: 52px;
  height: 50px;
}

.aboutus .amore {
  border-radius: 50px;
  line-height: 6.25rem;
  border: 1px solid #ddd;
  text-align: center;
  color: #333;
  font-size: 1rem;
  width: 100px;
  height: 100px;
  display: block;
  margin-top: 5%;
}


.aboutus .amore:hover {
  color: #fff;
  background-color: #0e3f83;
  border: 1px solid #0e3f83;
  transition: .5s ease-in;
}

.aboutus .right {
  width: 50%;
}

.aboutus .right img {
  width: 627px;
  /*height: 500px;*/
}

.aboutus .left b {
  display: block;
  text-align: left;
  font-size: 2.25rem;
  line-height: 3;
  color: #222;
  font-weight: 600;
}


.aboutus .left p {
  text-align: left;
  font-size: 1rem;
  line-height: 2;
  color: #333;
}

 


/* =========================================   2023-3-27  ========================================= */

.nybanner {
  height: 18.75rem;
  background-size: auto 100% !important;
}

.met_clear {
  clear: both
}

.met_none {
  display: none
}

.met_hidden {
  visibility: hidden
}

.met_fl {
  float: left
}

.met_fr {
  float: right
}

.tem_inner {
  margin: 0 auto;
}

.key-serch {
  width: 100%;
  background: #fff;
  /*height: 4.25rem;*/
  padding: 0px 0;
}

.key-serch .tem_inner {
  height: 3rem;
  overflow: hidden;
}

.key-serch .keywords {
  font-size: 0.875rem;
  /*line-height: 4.25rem;*/
  color: #323333;
  font-weight: bold;
  float: left;
  padding-left: 0px;
  width: 630px;
}

.key-serch .keywords span {
  color: #004cb8;
}

.key-serch .keywords a {
  font-size: 0.875rem;
  color: #808080;
  margin: 0 5px;
  font-weight: normal;
}

.key-serch .keywords a:hover {
  color: #004cb8
}

.key-serch .search {
  margin: 15px 0 0;
  float: right;
}

.key-serch .search span.navsearch_input {
  position: relative;
  display: block;
  float: left;
}

.key-serch .search span.navsearch_input input {
  float: left;
  border: #fff solid 1px !important;
  border-right: #fff solid 0px !important;
  height: 36px;
  line-height: 34px;
  width: 300px;
  outline: none;
  text-indent: 12px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  color: #d3d3d3;
}

.key-serch .search span.navsearch_input label {
  left: 15px;
  top: 0px;
  z-index: 1;
  cursor: text;
  font-size: 0.75rem;
  position: absolute;
  line-height: 36px;
}

.key-serch .search .searchgo {
  color: #fff;
  background: #004cb8;
  padding: 0 15px;
  height: 38px;
  border: 0;
  float: left;
  margin-left: 0px;
  border-radius: 0;
}

.key-serch .search .searchgo i {
  font-size: 1.125rem;
}

.key-serch .search ::-webkit-input-placeholder {
  color: #d3d3d3 !important;
}

.key-serch .search ::-moz-placeholder {
  color: #d3d3d3 !important;
}

.key-serch .search :-ms-input-placeholder {
  color: #d3d3d3 !important;
}

.key-serch .search input:-moz-placeholder {
  color: #d3d3d3 !important;
}

.met_position {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  color: #666666;
  padding-left: 18px;
  line-height: 68px;
  font-size: 0.875rem;
  background: url(../images/position.png) left center no-repeat;
}

.met_position span {
  color: #666666;
}

.met_position a {
  color: #666666;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_position a:last-child {
  color: #666666;
}

.met_section {
  padding: 20px 0;
  margin: 0 auto;
}

.met_section aside {
  float: left;
  width: 20%;
}

.met_section article {
  float: left;
  margin-left: 4%;
  width: 72%;
}

.met_section article .met_article {}

.met_section_asidenone article {
  float: none;
  margin-left: 0;
}

.met_section_asidenone article .met_article {
  margin-left: 0;
}

.met_section aside section {
  background: transparent;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 4px 6px #ececec;

}

.met_section aside section h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  line-height: 2rem;
  padding: 20px;
  margin: 0;
  background: #004cb8;
  border-bottom: 0px solid #333;
  border: 1px solid #004cb8;
}

.met_section aside section h2 span {
  font-size: 1.125rem;
  width: 100%;
  display: block;
  line-height: 1.125rem;
  font-weight: normal;
  margin-top: 5px;
}

.met_section aside .met_aside_list {
  padding: 0px;
  background: transparent;
  border: 0px solid #eeeeee;
  padding: 0px;
  margin: 10px 14px;
}

.met_section aside .met_aside_list .met_clear {
  border-top: 1px solid #fff;
}

.met_section aside .met_aside dl dt {
  border-top: 0px solid #ffffff;
  border-bottom: 0px solid #d2d2d2;
  background: transparent;
}

.met_section aside .met_aside dl:first-child dt {
  border-top: 0px solid #f9f9f9;
}

.met_section aside .met_aside dl {
  background: url(../images/icon23.png)no-repeat right 8% center;
}

.met_section aside .met_aside dl dt {
  border-bottom: 1px solid #ddd;
}


.met_section aside .met_aside dl:last-child dt {
  border-bottom: 0px solid #ddd;
}

.met_section aside .met_aside dl:last-child dt {
  border-bottom: 0px solid #f9f9f9;
}

.met_section aside .met_aside dl dt {
  line-height: 1.25rem;
  font-weight: normal;
}

.met_section aside .met_aside dl dt a {
  display: block;
  padding: 20px 10px 20px 25px;
  color: #666666;
  font-size: 1rem;
  background: transparent;
  position: relative;
  border-bottom: #e8e8e8;
  text-transform: uppercase;

}

.met_section aside .met_aside dl dt a:hover:before,
.met_section aside .met_aside dl dt:hover a:before,
.met_section aside .met_aside dl dt.on a:before,
.met_section aside .met_aside dl dt.ons a:before {
  background: #fff;
}

.met_section aside .met_aside dl dt a .grayimg {
  width: 25px;
  height: 55px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  background-size: 25px auto !important;
}

.met_section aside .met_aside dl dt a img {
  width: 25px;
  margin: 15px 0px;
  height: 25px;
}

.met_section aside .met_aside dl dt a:hover .gray,
.met_section aside .met_aside dl dt.on .gray {
  color: #282929;
}

.met_section aside .met_aside dl dt a:hover,
.met_section aside .met_aside dl dt:hover a {
  color: #004cb8;
}

.met_section aside .met_aside dl dt.on,
.met_section aside .met_aside dl dt.on a,
.met_section aside .met_aside dl dt.ons,
.met_section aside .met_aside dl dt.ons a {
  color: #fff;
  /*background: #004cb8;*/
  background: url(../images/icon23-1.png)no-repeat   #004cb8  right 8% center;
}

.met_section aside .met_aside dl dt {
  position: relative;
}

.met_section aside .met_aside dl dt .slideclick {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0px;
  top: 0px;
  background: url(../images/lefticons.png) no-repeat 15px center;
  padding: 0 0px;
}

.met_section aside .met_aside dl dt.on .slideclick,
.met_section aside .met_aside dl dt:hover .slideclick {
  background: url(../images/lefticons_hover.png) no-repeat 15px center;
}

.met_section aside .met_aside dl dt .slideclickon,
.met_section aside .met_aside dl dt.on .slideclickon,
.met_section aside .met_aside dl dt:hover .slideclickon {
  background: url(../images/lefticonsa_hover.png) no-repeat 13px center;
  color: #004cb8;
}

.met_section aside .met_aside dl dd {
  padding: 10px 10px;
  display: none;
  background: #f2f2f2;
}

.met_section aside .met_aside dl dd.ecoclassslide {
  display: block;
}

.met_section aside .met_aside dl dd a {
  display: block;
  color: #323333;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.25rem;
  padding: 8px 0 8px 15px;
  border-bottom: 0px solid #e6e6e5;
  border-top: 0px solid #f9f9f9;
}

.met_section aside .met_aside dl dd a:hover {
  color: #004cb8 !important;
}

.met_section aside .met_aside dl dd a:hover span {
  border-bottom: 0px solid #004cb8;
}

.met_section aside .met_aside dl dd span {
  border-bottom: 0px solid rgba(0, 0, 0, 0);
}

.met_section aside .met_aside dl dd h4 {
  border-bottom: 0px solid #fff;
}

.met_section aside .met_aside dl dd:first-child h4 {
  border-top: 0px solid #f9f9f9 !important;
}

.met_section aside .met_aside dl dd a:hover,
.met_section aside .met_aside dl dd h4.active a {
  color: #004cb8;
}

.met_section aside .met_aside dl dd .on a,
.met_aside dl dd a:hover {
  color: #004cb8;
}

.met_section aside .met_aside dl dd a:hover span,
.met_section aside .met_aside dl dd h4.active a span,
.met_section aside .met_aside dl dd .on a span,
.met_aside dl dd a:hover span {
  border-bottom: 0px solid #004cb8;
}

.met_section aside .met_related {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f1f1f1;
}

.met_section aside .met_related h2 {
  padding: 0px 10px 0px 10px;
  height: 63px;
  line-height: 63px;
  overflow: hidden;
  background: #004cb8;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-weight: normal;
}

.met_section aside .met_related h2 span {
  font-size: 1rem;
}

.met_section aside .met_related .show_contact {
  padding: 20px 15px;
  color: #323333;
  line-height: 2;
}

.met_section aside .met_related ul {
  padding: 5px;
}

.met_section aside .met_related li {
  overflow: hidden;
  list-style: none;
  text-align: left;
  height: 36px;
  line-height: 36px;
  background: url(../images/li.png) no-repeat 8px center;
  width: 100%;
  float: left;
  font-size: 0.75rem;
  border-top: 1px solid #dcdcdc;
}

.met_section aside .met_related li:first-child {
  border: 0px;
}

.met_section aside .met_related li a {
  display: block;
  font-size: 0.75rem;
  color: #666666;
  padding: 0 10px 0 20px;
}

.met_section aside .met_related li span.time {
  float: right;
  padding-left: 5px;
  color: #aaa9a9;
}

.met_section aside .met_related li:hover a {
  display: block;
  font-size: 0.75rem;
  color: #004cb8;
}

.met_section aside .met_left_aside h2 {
  text-align: center;
}

.met_section aside .met_left_aside .met_related_contact {
  padding: 20px 20px;
  line-height: 1.5rem;
  background: #e1e0e0;
  color: #323333;
  font-size: 0.75rem;
}

.eco_aside_list h3 {
  color: #323333;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding: 0 0px 0 15px;
  border-left: 3px solid #aaaaaa;
  margin-bottom: 20px;
  margin-top: 20px;
}

.met_section aside .eco_aside_listb {
  background: #141414;
}

.met_section aside .eco_aside_listb h3 {
  color: #fff;
}

.met_section aside .eco_aside_listb dl dt {
  background: #141414;
}

.met_section aside .eco_aside_listb dl dt a {
  color: #fff;
}

.met_section aside .eco_aside_listb dl dd a {
  color: #fff;
}

.met_section aside .met_search {
  margin-top: 20px;
  background: #f5f5f5;
}

.met_section aside .met_search h2 {
  color: #404040;
  line-height: 38px;
  height: 38px;
  font-size: 0.75rem;
  padding: 5px 15px;
  background: #f5f5f5;
  text-align: left;
  font-weight: normal;
  border-bottom: 0px solid #282929;
}

.met_section aside .met_search .search {
  padding: 0 0px;
  height: 50px;
}

.met_section aside .met_search .search span.navsearch_input {
  position: relative;
  display: block;
  float: left;
}

.met_section aside .met_search .search span.navsearch_input input {
  float: left;
  border: #003d8c solid 1px !important;
  height: 40px;
  line-height: 2.5rem;
  width: 190px;
  outline: none;
  text-indent: 12px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 10px 0 0 10px;
}

.met_section aside .met_search .search span.navsearch_input label {
  left: 10px;
  top: 0px;
  height: 40px;
  line-height: 2.5rem;
  z-index: 1;
  cursor: text;
  font-size: 0.875rem;
  position: absolute;
}

.met_section aside .met_search .search .searchgo {
  color: #fff;
  padding: 0 20px;
  height: 42px;
  border: 0;
  float: left;
  border-radius: 10px;
  margin-left: -10px;
  background: #004199;
  background: -o-linear-gradient(right, #004199 0, #205fb4 100%);
  background: -moz-linear-gradient(right, #004199 0, #205fb4 100%);
  background: -webkit-linear-gradient(right, #004199 0, #205fb4 100%);
  background: linear-gradient(to right, #004199 0, #205fb4 100%);
}

.met_section aside .met_search .search .searchgo i {
  font-size: 1rem;
}

.ecoslider {
  padding: 0;
  background: #f0f0f0;
  line-height: 95px;
  margin-bottom: 35px;
}

.met_article_head {
  position: relative;
  padding: 0;
  height: 50px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 3.12rem;
  margin-bottom:1.875rem;
}

.met_article_head:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 50px;
  height: 0px;
  background: #004cb8;
}

.met_position {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  color: #666666;
  padding-left: 18px;
  line-height: 3rem;
  font-size: 0.875rem;
  background: url(../images/icon18.png) left center no-repeat;
}

.met_position span {
  color: #666666;
}

.met_position a {
  color: #666666;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_position a:last-child {
  color: #666666;
}

.met_article_head h1 {
  color: #666666;
  font-weight: bold;
  font-size: 1.25rem;
  margin: 12px 0;
  padding: 0 0 0 12px;
  line-height: 26px;
  float: left;
  border-left: 3px solid #004cb8;
}

.met_section_sehed {}

.met_section_head {
  height: 50px;
  color: #aaa;
  font-size: 0.75rem;
  font-family: '宋体';
  line-height: 3.12rem;
}

.met_section_head a {
  color: #999;
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.met_section_head a:hover {
  color: #004cb8;
}

.met_ecoimg {
  padding: 0px 0 0px;
}

.met_article_heads {
  margin-top: 1.875rem;
  position: relative;
  padding: 0;
  border-bottom: 2px solid #ececec;
  margin-bottom: 40px;
}

h3.met_related {
  color: #333333;
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0px 0;
  padding: 10px 0;
  line-height: 1.5rem;
  font-weight: normal;
  border-bottom: 2px solid #004cb8;
}

h3.met_related:before {
  width: 50px;
  height: 0px;
  margin: 0 auto;
  background: #004cb8;
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  margin: 0 auto;
}

h3.met_related p {
  color: #999999;
  font-weight: normal;
  font-size: 0.875rem;
  margin-top: 5px;
}

.met_article_heads .more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  color: #8d8d8d;
}

.met_article_heads .more:hover {
  color: #004cb8;
}

h3.met_related span {
  color: #004cb8;
}

h3.met_related .titleen {
  margin-left: 10px;
  position: relative;
  display: inline-block;
  padding: 0;
  text-transform: Uppercase;
  font-size: 0.75rem;
  color: #333333;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  top: 2px;
}

h3.met_related .titleen:before {
  width: 8px;
  height: 2px;
  margin: 0 auto;
  background: #004cb8;
  position: absolute;
  left: 0;
  top: 0px;
  content: "";
  margin: 0 auto;
}

.met_aside_product ul {
  list-style: none;
  border: 1px solid #004cb8;
  padding: 15px 30px 10px;
}

.met_aside_product ul li {
  margin-bottom: 10px;
}

.met_aside_product ul li a {
  text-align: center;
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
}

.met_aside_product ul li img {
  border: 1px solid #d2d2d2;
}

.met_aside_product ul li h4 {
  padding: 0px 15px;
  height: 30px;
  line-height: 2rem;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: normal;
  font-size: 0.875rem;
  background: #d2d2d2;
  color: #323333;
  overflow: hidden;
}

.met_aside_product ul li:hover img {
  border: 1px solid #004cb8;
}

.met_aside_product ul li:hover h4 {
  background: #004cb8;
  color: #fff;
}

.met_relateds_yingyong {
  background: url(../images/relateds.jpg) no-repeat center;
  padding: 1px 0 70px;
  margin-bottom: -30px;
  margin-top: 1.875rem;
}

.met_relateds_list {
  display: block;
  position: relative;
  margin: 0px -10px;
}

.met_relateds_list ul {}

.met_relateds_list ul.slides li {
  list-style: none;
  padding: 0px 0px;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.met_relateds_list ul.slides li .details {
  padding: 2px 2px 0px;
  margin: 0 10px;
  background: #ffffff;
}

.met_relateds_list ul.slides li a {
  position: relative;
  display: block;
}

.met_relateds_list ul.slides li .desc {
  padding: 15px 20px;
  position: relative;
}

.met_relateds_list ul.slides li .desc i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background: #cccccc;
  color: #fff;
}

.met_relateds_list ul.slides li img {
  display: block;
  width: 100%;
}

.met_relateds_list ul.slides li h5 {
  padding: 0px 0px;
  height: 1.25rem;
  line-height: 1.25rem;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  color: #333333;
}

.met_relateds_list ul.slides li p {
  padding: 0px 0px;
  height: 1.25rem;
  line-height: 1.25rem;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 0.75rem;
  color: #999999;
}

.met_relateds_list ul.slides li:hover h5,
.met_relateds_list ul.slides li:hover p {
  color: #fff;
}

.met_relateds_list ul.slides li:hover .details {
  background: #004cb8;
}

.met_relateds_list ul.slides li:hover .desc i {
  background: #fff;
  color: #004cb8;
}

.met_relateds_list .flex-direction-nav li a {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  font-size: 0px;
  margin: 0;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #cfcfcf;
  position: absolute;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 50%;
}

.met_relateds_list .flex-direction-nav li a.flex-prev {
  left: -50px;
  background: url(../images/product_left.png) no-repeat center;
  background-size: 10px auto;
}

.met_relateds_list .flex-direction-nav li a.flex-next {
  right: -50px;
  background: url(../images/product_right.png) no-repeat center;
  background-size: 10px auto;
}

.met_relateds_list .flex-direction-nav li:hover a.flex-prev {
  background: #004cb8 url(../images/product_left_hover.png) no-repeat center;
  background-size: 10px auto;
}

.met_relateds_list .flex-direction-nav li:hover a.flex-next {
  background: #004cb8 url(../images/product_right_hover.png) no-repeat center;
  background-size: 10px auto;
}

.met_relateds_list .flex-direction-nav li a.flex-disabled {
  display: block;
}

.met_relateds_list .flex-control-nav {
  position: absolute;
  right: 0;
  bottom: -55px;
  left: 0;
  text-align: center;
}

.met_relateds_list .flex-control-nav li {
  margin: 0px;
}

.met_relateds_list .flex-control-nav li a {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  cursor: pointer;
  background: transparent;
  border: 1px solid #004cb8;
  position: relative;
}

.met_relateds_list .flex-control-nav li a.flex-active,
.met_relateds_list .flex-control-nav li a:hover {
  background: #004cb8;
  border: 1px solid #004cb8;
}

/* 内页左侧留言表单 */
.nyliuyan b {
  background: #fff url(../images/icon21.png) no-repeat left center;
  font-size: 1.25rem;
  color: #333;
  padding-left: 2.2rem;
  line-height: 3;
  display: block;
}

.nyliuyan {
  box-shadow: 2px 4px 6px #ececec;
  margin-top: 20px;
  padding: 15px 15px;
  border: 1px solid #ececec;
}

.nyliuyan .form {
  /* background-color: #004cb8; */
  /* padding: 60px 30px; */
  /* position: absolute; */
  /* left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); */
}

.nyliuyan .form p {
  color: #fff;
  font-size: 1rem;
}

.nyliuyan .form b {
  font-size: 1.25rem;
  line-height: 2;
  color: #fff
}


.nyliuyan .input {
  width: 70%;
  background-color: #fff !important;
}

.nyliuyan input[type="text"],
.nyliuyan input[type="password"],
.nyliuyan textarea {
  background: #fff;
  line-height: 35px;
  font-size: 0.875rem;
  color: #ddd;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  width: 100%;
  text-align: left;
  text-indent: 1rem;
}







/* WebKit browsers */
.nyliuyan input .index_input::-webkit-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.nyliuyan input .index_input:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.nyliuyan input .index_input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.nyliuyan input .index_input:-ms-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.nyliuyan textarea .index_textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.nyliuyan textarea .index_textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.nyliuyan textarea .index_textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.nyliuyan textarea .index_textarea:-ms-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.nyliuyan .btn_sub {
  display: block;
  cursor: pointer;
  width: 100px;
  line-height: 2.8rem;
  background: #004cb8;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  border: none;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #004cb8;
}

.nyliuyan textarea {
  color: #999;
  height: 80px;
  background: #fff;
  border: 1px solid #ddd;
}


input::-webkit-input-placeholder{color:#999;}
input::-moz-placeholder{color:#999}
input:-moz-placeholder{color:#999}
input:-ms-input-placeholder{color:#999}
textarea::-webkit-input-placeholder{color:#999;}
textarea::-moz-placeholder{color:#999}
textarea:-moz-placeholder{color:#999}
textarea:-ms-input-placeholder{color:#999}









/* 留言 */

.news_related_list {
  margin: 0 -10px;
  padding-bottom: 30px;
  border-bottom: 0px solid #e1e1e1;
}
.news_related_list li {
  overflow: hidden;
  list-style: none;
  text-align: left;
  float: left;
  position: relative;
  margin: 0 10px;
  width: 590px;
}

.news_related_list li a {
  font-size: 0.875rem;
  color: #323333;
  padding: 0 10px 0 15px;
  position: relative;
  border-bottom: 0px solid #eeeeee;
  display: block;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_related_list li a:before {
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  content: '';
  top: 50%;
  margin-top: -2px;
  background: #004cb8;
  border-radius: 100%;
}

.news_related_list li span.time {
  float: right;
  padding-right: 0px;
  color: #999999;
  background: #fff;
  padding-left: 10px;
  z-index: 1;
  position: relative;
}

.news_related_list li:hover a {
  color: #004cb8;
}

.nyabout {
  font-size: 0.93rem;
  color: #666;
  line-height: 30px;
}

.met_editor {
  line-height: 2
}

.met_editor ul,
.met_editor ol {
  padding: 0 0 0 25px;
  margin: 0
}

.met_editor a {
  color: #1c57c4
}

.met_editor a:hover {
  text-decoration: underline
}

.met_editor img {
  max-width: 100%;
  height: auto !important;
}

.met_editor blockquote {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-left: 4px solid #e8e8e8
}

.met_editor hr {
  display: block;
  padding: 0;
  border: 0;
  height: 0;
  border-top: 1px solid #e8e8e8;
  margin: 20px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.met_editor .metvideobox {
  text-align: center;
  visibility: hidden;
  margin: 10px auto;
}

.met_editor .video-js {
  max-width: 100%;
}

.met_editor table {
  width: 100% !important;
  margin-bottom: 1.6rem;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  padding: 0 !important;
  border: 0
}

.met_editor table td {
  border: 1px solid #e8e8e8 !important
}

 

.met_editor table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 1px solid #e8e8e8
}

.met_editor #page_break .collapse {
  display: none
}

.met_editor #page_break .num {
  padding: 10px 0;
  text-align: center
}

.met_editor #page_break .num li {
  display: inline;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #666;
  text-align: center;
  cursor: pointer;
  font-family: Arial;
  font-size: 0.75rem;
  overflow: hidden
}

.met_editor #page_break .num li.on {
  background-color: #ccc;
  color: #fff;
  font-weight: bold
}

.metinfo-banner1 {
  overflow: hidden;
  margin: 0 auto
}

.met_pager {
  text-align: center;
  padding: 20px 0 10px
}

.met_pager span {
  border: 1px solid #e2dfdf;
  text-align: center;

  height: 2rem;
  line-height:  2rem;
  min-width:  2rem;
  _width: 2rem;
  text-align: center;
  display: inline-block;
  color: #c3c3c3;
  margin: 0 3px;
  background: #f0f0f0;
  cursor: not-allowed;
}

.met_pager a {
  border: 1px solid #e2dfdf;
  text-align: center;

  height: 2rem;
  line-height:  2rem;
  min-width:  2rem;
  _width:  2rem;
  text-align: center;
  display: inline-block;
  color: #474747;
  margin: 0 3px;
  background: #f0f0f0;
}

.met_pager a:hover,
.met_pager a.cur {
  border: 1px solid #004cb8;
  color: #fff;
  background: #004cb8;
}


.met_pager .PreSpan,
.met_pager .PreA {}

.met_pager .NextSpan,
.met_pager .NextA {}

.met_pager .firstPage,
.met_pager .lastPage {
  font-weight: bold;
  height: 38px;
  line-height: 38px;
  min-width: 40px;
  _width: 40px;
  color: #aaa
}

.met_pager .Ahover {
  font-weight: bold;
  border: 1px solid #004cb8;
  color: #fff;
  background: #004cb8;
}

.met_pager .PageText {
  margin-left: 10px;
  color: #aaa
}

.met_pager #metPageT,
#metPageB {
  text-align: center;
  border: 1px solid #e2dfdf;
  color: #474747;
  background: #fff;
}

.met_pager #metPageT {
  width: 20px;
  padding: 11px 5px 10px
}

.met_pager #metPageB {
  min-width: 40px;
  _width: 40px;
  padding: 9px 0;
  cursor: pointer;
}

*html .met_pager #metPageT {
  height: 13px;
  line-height: 13px
}

*html .met_pager #metPageB {
  padding: 0;
  height: 38px;
  line-height: 30px
}

*+html .met_pager #metPageT {
  height: 13px;
  line-height: 13px
}

*+html .met_pager #metPageB {
  padding: 0;
  height: 38px;
  line-height: 30px
}

.met_module1 {
  padding: 0px 10px 30px 10px
}

.met_module2 {
  /* padding: 20px 20px 0 20px;
  border: 1px solid #e8e8e8; */
}

.met_module2_list {
  padding: 0px 0px 10px;
  margin-top: -15px;
}

.met_module2_list li {
  list-style: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 100px 15px 10px;
  position: relative
}

.met_module2_list h2 {
  font-weight: normal
}

.met_module2_list li p {
  color: #818181
}

.met_module2_list li span.time {
  color: #818181;
  position: absolute;
  right: 10px;
  top: 15px
}

.met_module2_list li h2 i {
  margin-right: 10px;
  position: relative
}

.met_module2_list li.list_2 h2,
.met_module2_list li.list_3 h2 {
  margin-bottom: 3px;
  font-weight: bold
}

.met_module2_list li.list_2 {
  padding: 15px 0
}

.met_module2_list li.list_3 {
  padding-left: 100px;
  min-height: 80px
}

.met_module2_list li.list_3 img {
  position: absolute;
  left: 0;
  top: 15px
}

.met_module2_list li.list_3 span.time {
  position: static
}


/* ======================================     点击详情页的样式  ====================================== */
.met_module2 h1.met_title {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: left;
  color: #222;
}

.met_module2 .met_infos {
  color: #818181;
  font-size: 0.75rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}

.met_module2 .met_time {
  padding-left: 25px;
  background: url(../images/icon24.png) no-repeat left center;

}


.met_module2 .met_hits {
  margin-left: 30px;
  padding-left: 25px;
  background: url(../images/icon25.png) no-repeat left center;
}



.met_module2 .met_source {
  padding-right: 6px
}

.met_module2 .met_source a {
  color: #607fa6
}

.met_module2 .met_editor {
  padding: 0 10px
}

.met_tools {
  border-top: 1px solid #e8e8e8;
  margin-top: 1.875rem;
  position: relative;
  padding: 10px 10px 0;
  height: 50px;
  line-height: 50px
}

.met_tools .met_page {
  clear: both;
  color: #818181
}

.met_tools .met_page li {
  display: inline;
  list-style: none;
  font-size: 1rem;
}

.met_tools .met_page li.met_page_preinfo {
  float: left;
}

.met_tools .met_page li.met_page_next {
  float: right;
}

.met_tools .met_page li span {
  padding-right: 5px;
}

.met_tools .met_page a {
  color: #999
}

.met_tools .met_page a:hover {
  color: #004cb8
}



.met_module3_list ul.lists_1 {
  list-style: none;
  margin: 0 -12px;
}

.met_module3_list ul.lists_1 li {
  float: left;
  text-align: center;
  margin-bottom: 20px;
  width: 32%;
  margin-right: 2%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 3px 5px #ddd;
}

.met_module3_list ul.lists_1 li:nth-child(3n) {
  margin-right: 0;
  ;
}

.met_module3_list ul.lists_1 li a {
  text-align: center;
  display: block;
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: #eeeeee;
  border-radius: 10px;
  
}

.met_module3_list ul.lists_1 li .img {
  padding: 0px;
  background: #fff;
  position: relative;
   height:15.625rem!important;
}

.met_module3_list ul.lists_1 li .product_detail {
  padding: 15px 20px;
  position: relative;
  background: #fff;
}

.met_aside .eng {
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
}

.met_module3_list ul.lists_1 li h2 {
  padding: 0px 0px;
  height: 1.8rem;
  line-height: 1.8rem;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  color: #333333;
  text-align: center;
  font-weight: 600;
}

.met_module3_list ul.lists_1 li p {
  padding: 0px 0px;
  height: 1.25rem;
  line-height: 1.25rem;
  overflow: hidden;
  text-align: left;
  position: relative;
  font-weight: normal;
  font-size: 0.8rem;
  color: #999999;
}

.met_module3_list ul.lists_1 li i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  border-radius: 50%;
  background: #cccccc;
  color: #fff;
}

.met_module3_list ul a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  width: 100% !important;
  object-fit: contain;
  background: #f5f6fa;
  height:15.625rem!important;
  
}

.met_module3_list ul.lists_1 li:hover a {
  background: #004cb8;
  color: #fff;
}

.met_module3_list ul.lists_1 li:hover .product_detail {
  background: #004cb8;
  transition: all 0.3s ease-in;
}

.met_module3_list ul.lists_1 li:hover h2 {
  color: #fff;
  transition: all 0.3s ease-in;
}

.met_module3_list ul.lists_1 li:hover p {
  color: #fff;
  transition: all 0.3s ease-in;
}


/* 新写的产品内页样式 */




.xgcase {
  padding: 50px 0;
  background: url(../images/relateds.jpg) no-repeat center;
}

.xgcase .lmtit {
  text-align: left;
  margin-bottom:1.875rem;
}

.xgcase .lmtit .cn {
  font-size: 25px;
  color: #333;
  margin-bottom: 0px;
}

.xgcasenr {
  position: relative;
}

.xgcasenr .bd ul li {
  display: block;
  width: 25%;
  float: left;
}

.xgcasenr .bd ul li a {
  display: block;
  padding: 0 15px;
}

.xgcasenr .bd ul li .pic {
  overflow: hidden;
}

.xgcasenr .bd ul li .pic img {
  width: 100%;
  height: 245px;
  transition: all .5s;
}

.xgcasenr .bd ul li:hover img {
  transform: scale(1.1, 1.1);
}

.xgcasenr .bd ul li .tit {
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  color: #333;
  background: #d8d7d7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xgcasenr .bd ul li:hover .tit {
  background: #004cb8;
  color: #fff;
}

.xgcasenr .prev,
.xgcasenr .next {
  opacity: .5;
  width: 40px;
  height: 3.75rem;
  background: #a1a1a1;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: block;
  position: absolute;
}

.xgcasenr .prev:hover,
.xgcasenr .next:hover {
  opacity: 1;
}

.xgcasenr .prev {
  left: -60px;
  top: 50%;
  margin-top: -30px;
}

.xgcasenr .next {
  right: -60px;
  top: 50%;
  margin-top: -30px;
}

/*.showpro {*/
/*  position: relative;*/
/*}*/



.tb-s40 a {
  font-size: 2.18rem;
}

.tb-s40,
.tb-s40 a {
  height: 3.75rem;
  width: 60px;
}

.tb-booth {
  border: 1px solid #CDCDCD;
  position: relative;
  z-index: 1;
}

.tb-thumb .tb-selected {
  background: none repeat scroll 0 0 #004cb8;
  height: 3.75rem;
  padding: 2px;
}

.tb-thumb .tb-selected div {
  background-color: #FFFFFF;
  border: medium none;
}

.tb-thumb li div {
  border: 1px solid #CDCDCD;
}




div.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
}



.webmain .box{width:45%;margin-right: 3rem;}
.slider-nav .slick-slide{border:1px solid #ddd;margin:0 0.5rem;width:100px!important}
.slider-nav .slick-current {border:1px solid #004cb8}
.webmain .slick-prev:before, .slick-next:before {font-family: 'slick'; font-size: 20px;  line-height: 1; opacity: .75; color: #004cb8!important;}
.showpro{padding: 0 0 0  0}
/*.webmain .draggable{padding: 10px 0!important;}*/
/*.webmain  .slick-track { position: relative;  top: 0;  left: 0;display: block;   margin-left: 0!important;  margin-right: 0!important;*/
/*}*/
/*.webmain .slider-nav .slick-slide {margin: 0 0.5rem 0 0!important;}*/
.webmain .slick-slide img {display: block; width: 100%!important; object-fit: contain; }
.webmain .draggable{padding: 10px 0}
    
    
    
/* 产品详情页 */
.met_article .pronav {
  background-color: #004cb8;
  border-radius: 5px;
  line-height: 3.12rem;
  padding: 0 2%;
  margin-bottom:1rem;
}

.met_article .pronav b {
  display: block;
  background: url(../images/icon22.png) no-repeat left center;
  font-size:1.18rem;
  color: #fff;
  padding: 0 3%;
  width: 47%;
}

.met_article .pronav b span {
  display: inline-block;
  color: #306dc4;
  text-transform: uppercase;
}

div.zoomMask {
  position: absolute;
  background: url("../images/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}

div.zoomDiv img {
  max-width: none !important;
}

.showprojj {
  min-height: 460px;
}

.showproleft * {
  transition: all 0.3s ease-in-out;
}

.showproleft {
  height: auto;
  /*padding-left: 400px;*/
  box-sizing: border-box;
}

.showproleft .title {
  line-height: 2rem;
  font-size: 26px;
  padding-bottom: 20px;
  margin-top: 20px;
  color: #131313;
  font-weight: 600;

}

.showprojj .fenlei {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 3.12rem;
  color: #004cb8;
  font-size: 1.1rem;
  text-align: left;
  font-weight: bold;
}


.showprojj .description {
  line-height: 1.8;
  font-size: 0.95rem;
  color: #444;
}


.showprojj .nycontact i {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 3px solid #004cb8;
  border-radius: 50px;
}

.showprojj .nycontact .num {
  width: 64%;
}

.showprojj .nycontact .num p {
  font-size: 1rem;
  color: #333;
  line-height: 3;
  border-bottom: 1px dashed #004cb8;
  text-align: center;

}

.showprojj .nycontact .num b {
  font-size: 1.6rem;
  color: #004cb8;
  text-align: center;
  display: block;
  line-height: 2;
  font-family: Arial;
}

.showproleft .jj {
  line-height: 2rem;
  color: #666;
  padding-bottom: 25px;
  font-size: 0.875rem;
}

.showproleft .jj hr {
  display: block;
  height: 1px;
  background: #dfdfdf;
  border: none;
  margin: 7px 0;
}

.showproleft .price {
  height: 50px;
  line-height: 3.12rem;
  font-size: 1.25rem;
  color: #098ed0;
}

.showproleft .advisory {
    display: block;
    width: 234px;
    height: 4.5rem;
    background: url(../images/button3-1.png) no-repeat scroll 0 0 transparent;
    background-size: 100%;
}

.slideTxtBox {
  width: 100%;
  text-align: left;
}

.slideTxtBox .hd {
  height: 50px;
  line-height: 2rem;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.slideTxtBox .hd ul {
  width: 100%;
  position: absolute;
  left: 0px;
  top: -1px;
  height: 52px;
}

.slideTxtBox .hd ul li {
  float: left;
  padding: 0 20px;
  cursor: pointer;
  height: 50px;
  line-height: 3.12rem;
  font-size: 1rem;
}

.slideTxtBox .hd ul li.on {
  background: #fff;
  border: 1px solid #ddd;
  border-bottom: 2px solid #fff;
  color: #004cb8;
  font-weight: bold;
}

.slideTxtBox .bd ul {
  padding: 1rem;
  zoom: 1;
  display: block;
  line-height: 35px;
  font-size: 0.93rem;
}

#imglist ul.lists_1 {
  list-style: none;
  margin: 0 -12px;
}

#imglist ul.lists_1 li {
  float: left;
  text-align: center;
  overflow: hidden;
  width: 333px;
  margin: 0 12px auto;
  margin-bottom: 20px;
}

#imglist ul.lists_1 li figure {
  margin: 0;
}

#imglist ul.lists_1 li figcaption {
  font-size: 0;
  height: 0;
}

#imglist ul.lists_1 li a {
  text-align: center;
  display: block;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  font-size: 0;
  padding: 7px 7px 0;
  text-align: center;
}

#imglist ul.lists_1 li h2 {
  display: block;
  font-size: 0.875rem;
  padding: 0px 10px;
  font-weight: normal;
  color: #656565;
  overflow: hidden;
  height: 40px;
  line-height: 2.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#imglist ul a img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  width: 100% !important;
}

#imglist ul a:hover h2 {
  color: #004cb8
}

#imglist ul.lists_2 {
  list-style: none;
}

#imglist ul.lists_2 li {
  padding: 0px 0px 20px;
  border-bottom: 1px dashed #e8e8e8;
  margin-bottom: 20px;
}

#imglist ul.lists_2 dt {
  float: left;
  position: relative;
  margin-right: 20px;
}

#imglist ul.lists_2 dt img {
  border: 1px solid #ddd;
}

#imglist ul.lists_2 dd h2 {
  padding: 0px 10px 10px 10px;
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
}

#imglist ul.lists_2 dd p {
  padding: 5px 10px 20px 10px;
  color: #666666;
  line-height: 28px;
}

#imglist ul.lists_2 dd .productmore a {
  width: 155px;
  height: 40px;
  background: #dadadc;
  line-height: 2.5rem;
  padding: 10px 40px;
  color: #666666;
}

.tjwtBox {
  padding: 22px;
  width: 648px;
  background-color: #fff;
  font-family: 微软雅黑;
}

.tjwtBox h4 {
  padding-bottom: 14px;
  margin-bottom: 22px;
  font-size: 0.875rem;
  color: #676364;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
}

.tjwtBox .m_form {}

.tjwtBox .m_form li {
  margin-bottom: 13px;
  color: #777;
  height: 38px;
}

.tjwtBox .m_form label {
  display: inline-block;
  float: left;
  line-height: 36px;
  height: 36px;
  width: 77px;
  border: 1px solid #dedede;
  border-right-width: 0;
  text-align: center;
  background: #fff;
}

.tjwtBox .m_form .iptTxt {
  float: left;
  width: 252px;
  border: 1px solid #dedede;
  height: 16px;
  line-height: 16px;
  padding: 10px 0;
  outline: none;
  text-indent: 1em;
  background: #fff;
  color: #333;
}

.tjwtBox .m_form .btnTjly {
  width: 93px;
  height: 31px;
  background: #9d2737;
  border: none;
  cursor: pointer;
  color: #fff;
}

.tjwtBox .m_form li.yzm .iptTxt {
  float: left;
  width: 180px;
}

.tjwtBox .m_form .areLi label {
  height: 132px;
}

.tjwtBox .m_form .txtAre {
  float: left;
  width: 343px;
  height: 104px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #333;
  line-height: 1.125rem;
}

.tjwtBox .m_form .btnSubmit,
.tjwtBox .m_form .btnReset {
  width: 161px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border: none;
  background-color: #b3b3b3;
  cursor: pointer;
}

.tjwtBox .m_form .btnSubmit {
  margin-right: 10px;
  background-color: #004cb8;
  cursor: pointer;
}

.tjwtBox .m_form .areLi {
  height: 138px;
}

.nycon1 {
  margin-top: 20px;
}

.nycon1 .lmtit {
  height: 50px;
  line-height: 3.12rem;
  position: relative;
  padding-left: 17px;
  font-size: 1.125rem;
  font-weight: bold;
  background: #004cb8;
  color: #fff;
}

.nycon1 .lmtit .kuai {
  position: absolute;
  width: 2px;
  height: 24px;
  background: #333;
  left: 0;
  top: 13px;
}

.nycon1 .lmtit .xian {
  width: 70px;
  height: 1px;
  position: absolute;
  background: #333;
  left: 0;
  bottom: 0;
}

.nycon1 .lmtit span {
  font-size: 0.75rem;
  color: #999;
  font-weight: lighter;
  padding-left: 20px;
}

.nycon1 .nr {
  padding: 20px 0;
  font-size: 0.875rem;
  line-height: 28px;

}

.nycon1 .nr .pic {
  border: 1px solid #dfdfdf;
  padding: 2px;
  margin-bottom: 10px;
}

.p14-infolist-1-list dl {
  border: 0px solid #dedede;
  margin-bottom: 35px;
  padding: 2%;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 6px #ddd;
  border-radius: 10px;
}

.p14-infolist-1-list dt {
  width: 29.5%;
  float: left;
  margin-right: 5.8%
}

.p14-infolist-1-list dt img {
  width: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.p14-infolist-1-list dd h4 {
  height: 40px;
  font-weight: 400;
  font-size: 1.125rem;
  color: #154c64;
  line-height: 2.5rem;
  margin-bottom: 5px;
  overflow: hidden;
  padding-top: 10px;
}

.p14-infolist-1-list h4 a {
  display: block;
  height: 40px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.p14-infolist-1-list h4 a.a1 {
  font-weight: 600;
  font-size: 1.125rem;
  color: #222;
}


.p14-infolist-1-list dl:hover {
  border: 0px solid #004cb8
}

.p14-infolist-1-list dl:hover h4 a {
  color: #004cb8;
  font-weight: 600;

}

.p14-infolist-1-list-desc {
  max-height: 72px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #797979;
  margin-bottom: 28px;
  overflow: hidden;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.p14-infolist-1-list-deta {
  line-height: 2rem;
  float: left;
  color: #999
}

.p14-infolist-1-list-deta:hover a {
  color: #004cb8;
}

.p14-infolist-1-list .date {
  font-size: 0.875rem;
  color: #999;
}


/* =====================================   关于我们内页  =====================================*/
.nyabbg {
  background: url(../images/aboutus.png) no-repeat right top 20%;
}

.nyabbg .abtiteng {
  color: #004cb8;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
}

.nyabbg h1 {
  font-weight: 600;
  font-size: 30px;
  color: #333;
}

.nyabbg .more1 {
  background: url(../images/folder-open-fill.png) #f9f9f9 no-repeat left 2% center;
  display: block;
  line-height: 3.12rem;
  font-size: 1rem;
  padding-left: 8%;
  border: 1px solid #1c57c4;
  border-left: 5px solid #1c57c4;
  width: 45%;
  border-radius: 0 50px 50px 0;
  margin-top: 2%;

}

.nyabbg .more1:hover {
  text-decoration: none;

}

.nyabbg img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.nyabbg .aimg {
  width: 50%;
}

.nyabbg .left {
  width: 45%;
}

/* 2 */
.part2 {
  background: url(../images/xinle.png) #eff2f7 no-repeat left bottom;
  position: relative;
}

.part2 {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top:6.25rem;
  padding: 50px 0;
}

.part2 .aimg {
  width: 40%;
  margin-top: -100px;
}

.part2 .left {
  width: 52%;
}

.part2 .more1 {
  background: url(../images/consultation.png) no-repeat left 2% center;
  width: 38%;
  display: block;
}

/* 3 */
.part3 {
  padding: 80px 0;
}

.part3 li {
  width: 23%;
  border-top: 3px solid #83dbff;
}

.part3 .abtiteng {
  color: #004cb8;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.part3 h3 {
  font-weight: 600;
  color: #333;
  font-size: 30px;
  text-align: center;
}

.part3 ul {
  margin-top: 1.875rem;
}

.part3 ul li {
  background: url(../images/culture1.jpg) no-repeat center;
  height:34.375rem;
  text-align: center;
  position: relative;
}

.part3 ul li:nth-child(2) {
  background: url(../images/culture2.jpg) no-repeat center;
}

.part3 ul li:nth-child(3) {
  background: url(../images/culture3.jpg) no-repeat center;
}

.part3 ul li:nth-child(4) {
  background: url(../images/culture4.jpg) no-repeat center;
}

.part3 ul li b {
  color: #fff;
  line-height: 3;
  font-size: 30px;
  padding-top: 15%;
  display: block;
  text-align: center;
}



.part3 ul li img {
  display: block;
  width: 72px;
  height: 76px;
  margin: 15% auto;
}

.part3 ul li p {
  color: #fefefe;
  font-size: 1.125rem;
  line-height: 1.5;
}


.part3 ul li .cengmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 2.8rem;
  background-color: #06b7ff;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  text-decoration: none;
}

.part3 ul li:hover .ceng1 {
  display: none;
}

.part3 ul li:hover .ceng1 {
  background-color: rgb(0 76 184 / 40%);
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  bottom: 0;
}


.part3 ul li .ceng {
  display: none;
}

.part3 ul li:hover .ceng {
  width: 100%;
  height: 80%;
  position: absolute;
  display: block;
  bottom: 0;
  transform: 0.3s all ease-in;
  text-align: center;
}

/* 4 关于我们的留言板块 */
.abliuyan {
  background: url(../images/from_background.jpg) no-repeat center;
  padding: 85px 35px;
}

.abliuyan .left {
  width: 54%;
}

.abliuyan .left b {
  font-size: 30px;
  color: #222;
  background: url(../images/icon19.png) no-repeat left center;
  padding-left: 5%;
}

.abliuyan .left p {
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
  padding: 2% 0;
}

.abliuyan .left ul {
  margin-top: 20px;
}

.abliuyan .left li {
  background: url(../images/icon20.png) no-repeat left center;
  font-size: 1rem;
  color: #222;
  margin-bottom: 10px;
  line-height: 2;
  width: 43%;
  padding-left: 6%;
}

/* 右侧的留言板 */
.nyabliuyan {
  width: 32%;
  background: #fff;
  padding: 20px 50px;
}



.abliuyan b {
  background: #fff url(../images/icon21.png) no-repeat left center;
  font-size: 1.25rem;
  color: #333;
  padding-left: 2.3rem;
  line-height: 3;
  display: block;
}


.abliuyan .form p {
  color: #fff;
  font-size: 1rem;
}

.abliuyan .form b {
  font-size: 1.25rem;
  line-height: 2;
  color: #fff
}

.abliuyan .input {
  width: 70%;
  background-color: #fff !important;
}

.abliuyan input[type="text"],
.abliuyan input[type="password"],
.abliuyan textarea {
  background: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 0.875rem;
  color: #ddd;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  width: 100%;
}

/* WebKit browsers */
.abliuyan input.index_input::-webkit-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.abliuyan input.index_input:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.abliuyan input.index_input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.abliuyan input.index_input:-ms-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.abliuyan textarea.index_textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.abliuyan textarea.index_textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.abliuyan textarea.index_textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.abliuyan textarea.index_textarea:-ms-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.abliuyan .btn_sub {
  display: block;
  cursor: pointer;
  width: 100px;
  line-height: 2.8rem;
  background: #004cb8;
  padding: 0;
  color: #fff;
  font-size: 0.93rem;
  border: none;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #004cb8;
}

.abliuyan textarea {
  color: #999;
  height: 80px;
  background: #fff;
  border: 1px solid #ddd;
}

/* 联系我们页面 */

 .nycontact .rimg
 {width:auto;
     height: 2.875rem;
     width: 4.0625rem;
 }


.nycontact .b1 {
  font-size: 30px;
  color: #222;
  background: url(../images/icon19.png) no-repeat left center;
  padding-left: 2%;
  margin-bottom:1.875rem;
  display: block;
}

.nycontact ul li {
  width: 29%;
  margin-bottom: 2%;
  border: 1px solid #ddd;
  border-radius: 0 0 30px 0;
  padding: 2rem 1.5rem;
}

.nycontact ul li b {
  font-size: 1.5rem;
  color: #222;
  display: block;
  line-height: 2;
}

.nycontact ul li .left img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.nycontact ul li .right img {
  display: block;
  width: 100%;
  height: 2.875rem;
  object-fit: contain;
}

.nycontact ul li .right {
  margin-left: 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* 地图 */
.webmain .map {
  background: url(../images/add.png) no-repeat center;
  padding: 6.25rem 0;
}


.webmain .map b {
  background: #fff url(../images/icon21.png) no-repeat left center;
  font-size: 1.25rem;
  color: #333;
  padding-left: 2rem;
  line-height: 3;
  display: block;
}


.webmain .map .form p {
  color: #fff;
  font-size: 1rem;
}

.webmain .map .form b {
  font-size: 1.25rem;
  line-height: 2;
  color: #fff
}

.webmain .map .input {
  width: 70%;
  background-color: #fff !important;
}

.webmain .map input[type="text"],
.webmain .map input[type="password"],
.webmain .map textarea {
  background: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 0.875rem;
  color: #ddd;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  width: 100%;
}

/* WebKit browsers */
.webmain .map input .index_input::-webkit-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.webmain .map input .index_input:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.webmain .map input .index_input::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.webmain .map input .index_input:-ms-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.webmain .map textarea .index_textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.webmain .map textarea .index_textarea:-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.webmain .map textarea .index_textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
  font-size: 0.875rem;
}

.webmain .map textarea .index_textarea:-ms-input-placeholder {
  color: #999;
  font-size: 0.875rem;
}

.webmain .map .btn_sub {
  display: block;
  cursor: pointer;
  width: 100px;
  line-height: 2.8rem;
  background: #004cb8;
  padding: 0;
  color: #fff;
  font-size: 0.93rem;
  border: none;
  width: 100%;
  margin-top: 15px;
  border: 1px solid #004cb8;
}

.webmain .map textarea {
  color: #999;
  height: 80px;
  background: #fff;
  border: 1px solid #ddd;
}

.webmain .map .add {
  background: #fff url(../images/icon37.png) no-repeat left 7% center;
  font-size: 1rem;
  color: #222;
  padding-left: 2rem;
  line-height: 4;
  display: block;
  text-align: center;
}


/* s三条线 */
.navMenu {right: 5%;z-index:22;position: absolute;top:50%; margin-top: -12px; cursor: pointer; width:30px;height:24px;display: none;}
.navMenu span{border-radius: 2px; position: absolute; left: 0;background: #005bac; width: 100%; height: 2px; display: block;transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s;}
.navMenu .line1{ top: 0;}
.navMenu .line2{ top: 50%; margin-top: -1px;}
.navMenu .line3{ bottom: 0;}
.navMenu.on .line1{transform:rotate(-135deg);-o-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg); top: 50%; bottom: auto;}
.navMenu.on .line2{transform:rotate(-45deg);-o-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg); top: 50%; bottom: auto;}
.navMenu.on .line3{display: none;}

.fixed-flolt {
    width: 189px;
    height: 440px;
    background: url(../images/rlflbg.png) center top no-repeat;
    background-size: 100%;
    position: fixed;
    right: 0;
    bottom: 10%;
    padding: 100px 4px 0;
    line-height: 1;
    z-index: 9999;
    transform: scale(0.9);
}
.fixed-flolt:before {
    content: "";
    width: 190px;
    height: 190px;
    background: url(../images/rlflpic.jpg) center no-repeat #fff;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: -93px;
    box-shadow: 0 0 0 1px #04b5ff;
}
.fixed-flolt .btn {
    padding: 20px 0;
    margin-top: 10px;
    background: rgba(244,244,244,0.3);
    border: 1px solid #04b5ff;
    border-radius: 6px 6px 6px 0;
    font-size: 16px;
    color: #ffffff;
    display: block;
    position: relative;
    cursor: pointer;
    transition: all linear 0.3s;
}
.fixed-flolt .btn:before {
    content: "";
    width: 40px;
    height: 42px;
    border-radius: 8px;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all linear 0.3s;
}
.fixed-flolt .btn1:before {
    background: url(../images/rlfltb01.png) center no-repeat;
    background-size: 100%;
}
.fixed-flolt .btn2:before {
    background: url(../images/rlfltb02.png) center no-repeat;
    background-size: 100%;
}
.fixed-flolt .btn3:before{display: none;}
.fixed-flolt .btn span {
    color: #fff;
    font-weight: bold;
    display: block;
    margin-top: 6px;
    transition: all linear 0.3s;
}
.fixed-flolt .btn span:before {
    content: "";
    height: 1px;
    background-image: linear-gradient(to right, transparent, #fdeac0, transparent);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
}
.fixed-flolt .btn3 {
    padding: 10px 0;
    color: #ffede9;
    color: rgba(255,237,233,0.75);
    text-align: center;
    background: rgba(0,0,0,0.5);
}
.fixed-flolt .btn3 span {
    font-size: 19px;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-shadow: none;
}
.fixed-flolt .btn4 {
    width: 113px;
    height: 37px;
    background: url(../images/sitefixicon04.gif) center no-repeat;
    background-size: 100%;
    display: block;
    margin-left: 42px;
    margin-top: 15px;
    font-size: 20px;
    color: #1f1f1f;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
    cursor: pointer;
}

@media (max-width: 1800px) {

  .fixed-flolt {transform: scale(0.8);bottom: 14%;right:-10px;}
}


