﻿.yingchang {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*变化*/
/*上下*/
/*.h{
  .Gradient_b(@jb:#80c1e7,@jb2:#213c7c);
}*/
body{
  padding-top: 120px;
}
.nfHead {
  position: fixed;
  z-index: 100;
  left: 0;
  top:0;
  width: 100%;
  background: #fff;
  line-height: 120px;
  padding: 0 90px;
}
.nfHead .nfHead-nav {
  display: inline-block;
  padding-left: 80px;
}
.nfHead .nfHead-nav li {
  display: inline-block;
  float: left;
  padding: 0 25px;
  position: relative;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  position: relative;
}
.nfHead .nfHead-nav li:hover span,
.nfHead .nfHead-nav li.active span {
  color: #005ca9;
  border-bottom: 2px solid #005ca9;
}
.nfHead .nfHead-nav li a.far:before {
  content: '';
  background: #129a4f;
  width: 0;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 27px;
  transition: all 0.4s;
}
.nfHead .nfHead-nav li .rcHead-nav li.active a.far,
.nfHead .nfHead-nav li .rcHead-nav li:hover a.far {
  color: #129a4f;
}
.nfHead .nfHead-nav li .rcHead-nav li.active a.far:before,
.nfHead .nfHead-nav li .rcHead-nav li:hover a.far:before {
  width: 100%;
  left: 0;
}
.nfHead .nfHead-nav li span {
  line-height: 30px;
  font-size: 18px;
  color: #666666;
  display: inline-block;
}
.nfHead .nfHead-nav li .a-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  /*background: #338726;*/
  color: #fff;
  line-height: 30px;
  height: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.nfHead .nfHead-nav li .a-nav:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  z-index: 10;
  bottom: 100%;
  transform: translate(-50%, 0);
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #2b7320;
}
.nfHead .nfHead-nav li .a-nav a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  /* &:hover{
            background: #2b7320;
          }*/
}
.nfHead .nfHead-nav .sub {
  z-index: 10;
  background: rgba(0, 102, 166, 0.84);
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0;
  display: none;
}
.nfHead .nfHead-nav .sub a {
  display: block;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.nfHead .nfHead-nav .sub a:hover {
  background: rgba(0, 170, 181, 0.84);
}
.nfHead .nfHead-tool {
  position: relative;
}
.nfHead .nfHead-tool .icon_sou {
  display: inline-block;
  position: relative;
}
.nfHead .nfHead-tool .icon_sou:hover .sousuo_show {
  z-index: 100;
  top: 100%;
  opacity: 1;
}
.nfHead .nfHead-tool .icon-sousuo {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  background: #00aab5;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  margin-right: 12px;
  cursor: pointer;
}
.nfHead .nfHead-tool .icon-weixin {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 25px;
  background: #0b9438;
  color: #fff;
}
.nfHead .nfHead-tool .sousuo_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0;
  background: #fff;
  display: inline-block;
  width: 200px;
  line-height: 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .sousuo_show input {
  width: 160px;
  display: inline-block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
}
.nfHead .nfHead-tool .sousuo_show .icon-sousuo {
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  border-radius: 0;
  margin-right: 0;
}
.nfHead .nfHead-tool .weixin_show {
  position: absolute;
  top: 80%;
  z-index: -1;
  opacity: 0;
  right: 0px;
  width: 80px;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  line-height: unset;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.nfHead .nfHead-tool .icon-caidan {
  display: inline-block;
  width: 44px;
  height: 44px;
  font-size: 25px;
  line-height: 44px;
  text-align: center;
  background: #005ca9;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  margin-right: 0;
  cursor: pointer;
}
.header_show {
  background: #2d65ae;
  position: fixed;
  color: #fff;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: -100%;
  opacity: 0;
}
.header_show .img {
  width: 34%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.header_show .img img {
     object-fit: cover; transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header_show .img:hover .img1 {
  transform: scale(1.05);
}
.header_show .img img {
  height: 100%;
}
.header_show .img .s_logo {
  position: absolute;
  left: 50px;
  top: 11px;
  height: auto;
}
.header_show .img .te {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 180px;
  padding: 0 50px;
  color: #fff;
}
.header_show .img .te .h1 {
  font-size: 36px;
  line-height: 60px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.header_show .img .te .te_c {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  padding-top: 20px;
}
.header_show .text {
  width: 66%;
  position: relative;
  height: 100%;
}
.header_show .iconfont {
  position: absolute;
  right: 50px;
  z-index: 100000;
  top: 40px;
  font-size: 25px;
  color: #fff;
}
.header_show .text_ul {
  position: absolute;
  left: 63%;
  top: 50%;
  width: 73%;
  transform: translate(-50%, -50%);
}
.header_show .text_ul li {
  width: 30%;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
  min-height:175px;
}
.header_show .text_ul li .h1 {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.header_show .text_ul li a {
  display: inline-block;
  width: 100%;
}
.header_show .text_ul li a:hover{
  color: #00aab5;
}
.header_show .bott {
  position: absolute;
  left: 0%;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #aac9f2;
  font-size: 14px;
}
@keyframes mymove {
  from {
    bottom: 50px;
  }
  to {
    bottom: 80px;
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  from {
    bottom: 50px;
  }
  to {
    bottom: 80px;
  }
}
.com_Timg {
  position: relative;
  overflow: hidden;
  min-height: 580px;
}
.com_Timg.tranbg{    background-size: unset;} .com_Timg img {
  width: 100%;
}
.com_tlist {
  background: #efefef;
}
.com_tlist .w {
  position: relative;
}
.com_tlist .l_til {
  background: url("../images/til_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 270px;
  padding-left: 35px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.com_tlist .l_til dt {
  font-size: 24px;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 20px;
  position: relative;
}
.com_tlist .l_til dt:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #fff;
}
.com_tlist .l_til dd {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 44px;
}
.com_tlist .nav_a a {
  display: inline-block;
  line-height: 60px;
  padding: 0 40px;
  text-align: center;
  font-size: 18px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.com_tlist .nav_a a.active,
.com_tlist .nav_a a:hover {
  background: #0075c6;
  color: #59ea91;
  border-top: #59ea91 3px solid;
}
.footBox {
  background: #2d65ae;
  color: #fff;
  font-size: 14px;
}
.footBox .one {
  padding: 10px 50px;
}
.footBox .one .bor {
  padding: 20px 0;
  border-bottom: 1px solid #1872bd;
}
.footBox .foot_ul {
  /*padding: ;*/
}
.footBox .foot_ul li {
  float: left;
  line-height: 40px;
  position: relative;
}
.footBox .foot_ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 15px;
  background: #2a7fc7;
}
.footBox .foot_ul li:first-child a {
  padding-left: 0;
}
.footBox .foot_ul li a {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
}
.footBox .foot_ul li a:hover{color: #00aab5;}
.footBox .sle {
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #6fb1e8;
  color: #6fb1e8;
  position: relative;
  z-index: 2;
}
.footBox .sle:after {
  content: "\e626";
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}
.footBox .sle select {
  display: inline-block;
  background: none;
  font-size: 14px;
  color: #6fb1e8;
  padding-right: 25px;
}
.footBox .one_t {
  padding: 30px 0;
  line-height: 100px;
}
.footBox .one_t dl {
  padding-left: 80px;
}
.footBox .one_t dl img {
  vertical-align: middle;
  margin-right: 5px;
}
.footBox .one_t .code p {
  padding-left: 10px;
}
.footBox .two {
  background: #202020;
  color: #7f7f7f;
  line-height: 50px;
  padding: 0 50px;
}
.swiper-father {
  position: relative;
  overflow: hidden;
}
.swiper-father img {
  width: 100%;
}
.swiper-father .swiper-pagination {
  bottom: 30px;
  width: 100%;
  text-align: center;
}
.swiper-father .swiper-pagination .swiper-pagination-bullet {
  width: 46px;
  height: 2px;
  vertical-align: bottom;
  background: #afafaf;
  opacity: 1;
  color: #fff;
  border-radius: 0;
  margin: 0 5px;
}
.swiper-father .swiper-pagination .swiper-pagination-bullet-active {
  height: 10px;
  background: #00aab5;
  border-radius: 0;
}
/*关于我们*/
.in_synopsis {
  position: relative;
  padding: 0;
  background: #2d65ae;
  color: #fff;
}
.in_synopsis .img {
  width: 50%;
  background: #d4d4df;
  overflow: hidden;
  display: inline-block;
  /*img{max-height: 100%;position:relative;top: -10px;left: -10px;width: 100%;}
 */
}
.in_synopsis .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_synopsis .img:hover img {
  transform: scale(1.05);
}
.in_synopsis .text {
  width: 50%;
  padding: 50px 150px;
}
.in_synopsis .text .in_s_te {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.in_synopsis .text .more {
  font-size: 14px;
  line-height: 30px;
  color: #8ebfff;
  border-bottom: 1px solid #8ebfff;
  margin: 15px 0;
}
.in_synopsis .text .in_slist {
  width: 100%;
  padding: 20px 0;
}
.in_synopsis .text .in_slist a {
  display: inline-block;
  width: 32%;
  float: left;
  margin-right: 2%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  background: url("../images/o-bg.png");
  background-repeat: no-repeat;
  /* background-size: 100% 100%;*/
  background-position: center center;
  padding: 38px 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_synopsis .text .in_slist a:nth-child(3n) {
  margin-right: 0;
}
.in_synopsis .text .in_slist a:hover {
  background: url("../images/o-bg2.png");
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.in_synopsis .text .in_slist a:hover .s_img .img2 {
  left: 50%;
  opacity: 1;
}
.in_synopsis .text .in_slist a:hover .s_img .img1 {
  left: 30%;
  opacity: 0;
}
.in_synopsis .text .in_slist a .s_img {
  line-height: 70px;
  height: 70px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_synopsis .text .in_slist a .s_img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_synopsis .text .in_slist a .s_img .img1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_synopsis .text .in_slist a .s_img .img2 {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
}
/*in 小题目*/
.in_comtil.cen {
  text-align: center;
}
.in_comtil.cen .i_ch1:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.in_comtil.whir {
  color: #fff;
}
.in_comtil.whir .en,
.in_comtil.whir .i_ch1 {
  color: #fff;
}
.in_comtil .i_ch1 {
  font-size: 30px;
  /*color: #0059a3;*/
  font-weight: bold;
  line-height: 48px;
  position: relative;
  padding-bottom: 10px;
}
.in_comtil .i_ch1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #00aab5;
}
.in_comtil .en {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;text-transform : uppercase;
}
.in_comtil .te {
  /*color: #444444;*/
  font-size: 24px;
  line-height: 30px;
  padding-left: 30px;
}
/*背景图浮动*/
.tranbg {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
}
/*首页*/
/*业务范围*/
.in_business {
  padding: 80px 50px;
}
.in_business .bus_ul {
  margin-top: 25px;
}
.in_business .bus_ul li {
  display: inline-block;
  width: 19%;
  margin-right: 1.25%;
  float: left;
  position: relative;
  overflow: hidden;
}
.in_business .bus_ul li:nth-child(5n) {
  margin-right: 0;
}
.in_business .bus_ul li img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_business .bus_ul li .text {
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_business .bus_ul li .text .h1 {
  line-height: 50px;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.in_business .bus_ul li .text .te {
  font-size: 16px;
  line-height: 30px;
  height: 120px;
  margin-top: 10px;
  padding: 0 15px ;
  text-align: left;

  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.in_business .bus_ul li .text .more {
  display: inline-block;
  width: 50%;
  border: 1px solid #fff;
  line-height: 45px;
  border-radius: 5px;
}
.in_business .bus_ul li:hover img {
  transform: scale(1.05);
}
.in_business .bus_ul li:hover .text {
  background: #00aab5;
  height: 100%;
  padding-top: 70px ;
}
.in_business .bus_ul li:hover .text .h1 {
  position: relative;
}
.in_business .bus_ul li:hover .text .h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 2px;
  background: #fff;
}
/*工程案例*/
.in_equipment {
  padding: 70px 0;
  background-image: url("../images/bg.jpg");
}
.in_equipment .in_equipment_c {
  position: relative;
}
.in_equipment .in_equipment_c .swiper-container_4 {
  position: relative;
  overflow: hidden;
  padding: 30px 0 60px 0;
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide {
  background: #fff;
  border-left: 8px solid #2d65ae;
  -webkit-box-shadow: 0 0 8px rgba(186, 186, 186, 0.34);
  box-shadow: 0 0 8px rgba(186, 186, 186, 0.34);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(186, 186, 186, 0.34), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(186, 186, 186, 0.34);
  /*兼容firefox*/
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .img {
  width: 50%;
  overflow: hidden;
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .text {
  width: 50%;
  padding: 50px;
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .text .h1 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
  position: relative;
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .text .h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #00aab5;
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .text .tex {
  font-size: 16px;
  margin: 12px 0;
  line-height: 30px;
  height: 180px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .text .more {
  display: inline-block;
  width: 155px;
  line-height: 40px;
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  border: 1px solid #00aab5;
  border-radius: 5px;
  color: #00aab5;
  /*.Gradient(@jb:#0059a3,@jb2:#00d24a);*/
}
.in_equipment .in_equipment_c .swiper-container_4 .swiper-slide .text .more:hover{
  background: #00aab5;color: #fff;
}
.in_equipment .in_equipment_c .swiper-button-prev {
  left: -50px;
}
.in_equipment .in_equipment_c .swiper-button-next {
  right: -50px;
}
.in_equipment .in_equipment_c .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: none;
  border: 1px solid #8c8c8c;
}
.in_equipment .in_equipment_c .swiper-pagination-bullet-active {
  background: #00aab5;
  border: 1px solid #00aab5;
}
/*新闻中心*/
.in_news {
  padding: 50px 0 ;
  padding-bottom: 90px;
}
.in_news .swiper-container_1 {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}
.in_news .swiper-container_1 .swiper-slide {
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_news .swiper-container_1 .swiper-slide:hover {
  background: #00aab5;
  color: #fff;
}
.in_news .swiper-container_1 .swiper-slide:hover img {
  transform: scale(1.05);
}
.in_news .swiper-container_1 .swiper-slide:hover .text {
  color: #fff;
}
.in_news .swiper-container_1 .swiper-slide:hover .text .time {
  color: #fff;
}
.in_news .swiper-container_1 .swiper-slide:hover .text .te {
  color: #fff;
}
.in_news .swiper-container_1 .swiper-slide:hover .text .more {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.in_news .swiper-container_1 .swiper-slide .img {
  overflow: hidden;
}
.in_news .swiper-container_1 .swiper-slide .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_news .swiper-container_1 .swiper-slide .text {
  padding: 12px;
}
.in_news .swiper-container_1 .swiper-slide .text .h1 {
  font-size: 18px;
  font-weight: bold;
}
.in_news .swiper-container_1 .swiper-slide .text .te {
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.in_news .swiper-container_1 .swiper-slide .text .bt {
  margin-top: 30px;
}
.in_news .swiper-container_1 .swiper-slide .text .time {
  color: #888888;
  line-height: 30px;
}
.in_news .swiper-container_1 .swiper-slide .text .time span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.in_news .swiper-container_1 .swiper-slide .text .more {
  display: inline-block;
  font-size: 14px;
  color: #888888;
  line-height: 30px;
}
.in_news .next_news {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #969696;
  color: #969696;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 24px;
}
.in_news .prev_news {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #969696;
  color: #969696;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 24px;
}
/*人才招聘*/
.in_recruitment {
  padding: 80px 0;
  position: relative;
}
.in_recruitment:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/o-bg3.png");
  background-repeat: repeat;
  height: 7px;
  width: 100%;
}
.in_recruitment .c {
  position: relative;
  overflow: hidden;
}
.in_recruitment img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_recruitment:hover img {
  transform: scale(1.05);
}
.in_recruitment .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  background: rgba(255, 255, 255, 0.78);
  padding: 50px;
  height: 100%;
  text-align: right;
  border-right: 5px solid #2d65ae;
}
.in_recruitment .text .in_comtil {
  text-align: left;
}
.in_recruitment .text .h2 {
  font-size: 18px;
  text-align: left;
  line-height: 36px;
  font-weight: bold;
  margin-top: 30px;
}
.in_recruitment .text .te {
  text-align: left;
  font-size: 16px;
  line-height: 36px;
}
.in_recruitment .text .more {
  display: inline-block;
  width: 155px;
  line-height: 40px;
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  border: 1px solid #00aab5;
  border-radius: 5px;
  color: #00aab5;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.in_recruitment .text .more:hover {
  background: #00aab5;
  color: #fff;
}
/*首页over*/
.main {
  position: relative;
  background: #fff;
}
.main .main_til {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  padding-top: 56px;
  background: url("../images/banner_bg.png") no-repeat;
  width: 322px;
  height: 142px;
}
.main .main_til .ch1 {
  font-size: 30px;
  /*color: #0059a3;*/
  font-weight: bold;
  line-height: 48px;
  position: relative;
  padding-bottom: 10px;
}
.main .main_til .ch1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 60px;
  height: 3px;
  background: #00aab5;
}
.main .main_til .en {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
}
/*内页小题目*/
.comtil.cen {
  text-align: center;
}
.comtil.cen .i_ch1:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.comtil.whir {
  color: #fff;
}
.comtil.whir .en,
.comtil.whir .i_ch1 {
  color: #fff;
}
.comtil .i_ch1 {
  font-size: 30px;
  /*color: #0059a3;*/
  font-weight: bold;
  line-height: 48px;
  position: relative;
  padding-bottom: 10px;
}
.comtil .i_ch1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: #00aab5;
}
.comtil .en {
  font-size: 14px;
  padding-top: 17px;
  display: inline-block;
  text-transform: uppercase;
}
.comtil .te {
  color: #2d65ae;
  font-size: 48px;
  line-height: 36px;
  padding-left: 30px;
  display: inline-block;
  vertical-align: bottom;
}
/*内页小题目over*/
/*关于我们*/
.us_company {
  padding: 50px 0 50px 0;
}
.us_company .about_us_text {
  font-size: 16px;
  line-height: 36px;
  margin-top: 25px;
}
.us_company .about_us_text .b {
  font-weight: bold;
}
.us_enterprise {
  padding: 80px 0;
  background-image: url("../images/img6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
}
.us_enterprise .comtil {
  padding-bottom: 30px;
}
.us_enterprise .us_enterprise_s {
  position: relative;
}
.us_enterprise .us_enterprise_s .swiper-container_us {
  position: relative;
  overflow: hidden;
}
.us_enterprise .us_enterprise_s .swiper-container_us .swiper-slide {
  position: relative;
  line-height: 347px;
}
.us_enterprise .us_enterprise_s .swiper-container_us .swiper-slide:hover .bg {
  opacity: 1;
}
.us_enterprise .us_enterprise_s .swiper-container_us .swiper-slide .bg {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(0, 170, 181, 0.78);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.us_enterprise .us_enterprise_s .swiper-container_us .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.us_enterprise .us_enterprise_s .swiper-container_us .swiper-slide .text .iconfont {
  font-size: 30px;
}
.us_enterprise .us_enterprise_s .prev5 {
  background: none;
  font-size: 50px;
  display: inline-block;
  color: #a0a0a0;
  left: -70px;
}
.us_enterprise .us_enterprise_s .next5 {
  background: none;
  font-size: 50px;
  display: inline-block;
  color: #a0a0a0;
  right: -70px;
}
.us_organ {
  background-image: url("../images/img8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
}
.us_organ .us_organ_c {
  padding-top: 50px;
}
.us_enter {
  padding: 80px 0;
}
.us_enter .us_enter_c {
  padding-top: 30px;
}
.us_enter .us_enter_c .enter_cl {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.us_enter .us_enter_c .enter_cl img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.us_enter .us_enter_c .enter_cl:hover img {
  transform: scale(1.05);
}
.us_enter .us_enter_c .enter_cl .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: url("../images/bgs_1.png");
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 40px;
}
.us_enter .us_enter_c .enter_cl .text .h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  position: relative;
}
.us_enter .us_enter_c .enter_cl .text .h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  background: #fff;
}
.us_enter .us_enter_c .enter_cl .text .te {
  margin-top: 10px;
  font-size: 18px;
  line-height: 36px;
}
.us_enter .us_enter_c .enter_cr {
  width: 50%;
}
.us_enter .us_enter_c .enter_cr .enter_cr1 {
  position: relative;
  overflow: hidden;
}
.us_enter .us_enter_c .enter_cr .enter_cr1 img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.us_enter .us_enter_c .enter_cr .enter_cr1:hover img {
  transform: scale(1.05);
}
.us_enter .us_enter_c .enter_cr .enter_cr1:nth-child(2) .text {
  background-image: url("../images/bgs_3.png");
  background-repeat: no-repeat;
  left: auto;
  right: 0;
}
.us_enter .us_enter_c .enter_cr .enter_cr1 .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/bgs_2.png");
  background-repeat: no-repeat;
  color: #fff;
  padding: 50px 40px;
}
.us_enter .us_enter_c .enter_cr .enter_cr1 .text .h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  position: relative;
}
.us_enter .us_enter_c .enter_cr .enter_cr1 .text .h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 2px;
  background: #fff;
}
.us_enter .us_enter_c .enter_cr .enter_cr1 .text .te {
  margin-top: 10px;
  font-size: 18px;
  line-height: 36px;
}
/*关于我们 over*/
/*业务范围*/
.business_ul {
  padding: 40px 0;
}
.business_ul li {
  background: #efefef;
  margin-bottom: 45px;
  border-right: 8px solid rgba(0, 170, 181, 0);
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.business_ul li:hover {
  background: #fff;
  border-color: #00AAB5;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.business_ul li:hover .img {
  background: #00aab5;
}
.business_ul li:hover .img:after {
  border-color: transparent transparent transparent #00aab5;
}
.business_ul li:hover .img .num:after {
  background: #005ca9;
}
.business_ul li:hover .img .img-i {
  background: #fff;
}
.business_ul li:hover .img .img-i .img1 {
  left: 50%;
  z-index: 50;
  opacity: 1;
}
.business_ul li:hover .img .img-i .img2 {
  left: 30%;
  z-index: 30;
  opacity: 0;
}
.business_ul li:nth-child(2n) {
  border-right: none;
  border-left: 8px solid rgba(0, 170, 181, 0);
}
.business_ul li:nth-child(2n):hover .img:after {
  border-color: transparent #00aab5 transparent transparent;
}
.business_ul li:nth-child(2n) .img {
  float: right;
}
.business_ul li:nth-child(2n) .img:after {
  left: auto;
  right: 100%;
  border-width: 28px 28px 0px 0;
  border-style: solid;
  border-color: transparent #005ca9 transparent transparent;
}
.business_ul li:nth-child(2n) .text {
  right: auto;
  left: 0;
}
.business_ul li .img {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 40px 0;
  background: #005ca9;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.business_ul li .img:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-width: 28px 0 0 28px;
  border-style: solid;
  border-color: transparent transparent transparent #005ca9;
}
.business_ul li .img .img-i {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  text-align: center;
  background: #337dba;
  border-radius: 50%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.business_ul li .img .img-i .img1 {
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 30;
  opacity: 0;
}
.business_ul li .img .img-i .img2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 50;
  opacity: 1;
}
.business_ul li .img .num {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 24px;
  padding-left: 5px;
  line-height: 33px;
  z-index: 15;
  font-weight: bold;
  overflow: hidden;
  width: 96px;
  text-align: left;
  height: 82px;
}
.business_ul li .img .num:after {
  content: '';
  position: absolute;
  left: -28%;
  top: -53%;
  width: 78px;
  height: 114px;
  background: #00aab5;
  z-index: -1;
  transform: rotate(45deg);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.business_ul li .img .t {
  margin-top: 25px;
  font-size: 24px;
  font-weight: bold;
}
.business_ul li .text {
  width: 50%;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  max-height: 100%;
  overflow: auto;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.business_ul li .text .te {
  padding: 20px 50px;
  display: inline-block;
  width: 100%;
}
.business_ul li .text .p {
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.business_ul li .text .p span {
  position: relative;
}
.business_ul li .text .p span:after {
  content: "\e627";
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.business_ul li .text .p:hover span {
  color: #005ca9;
  border-bottom: 1px solid #005ca9;
}
.business_about {
  padding: 50px;
}
.business_about .select {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 5;
  border: 1px solid #d4d4d4;
}
.business_about .select:after{
  content: '';
  position: absolute;
  z-index: 4;
  right: 15px;
  top:50%;
  transform: translate(0,-50%);
  border-width:10px 6px 0;
  border-style:solid;
  border-color:#9b9b9b transparent transparent;
}
.business_about .select:first-child {
  border-right: none;
}
.business_about .select select {
  display: inline-block;
  line-height: 58px;
  height: 58px;
  padding: 0 35px 0 15px;
  font-size: 14px;
  color: #4e4e4e;
  background: none;
  position: relative;
}

.business_about .return {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  background: #005ca9;
  line-height: 60px;
  border-radius: 5px;
  font-size: 14px;
}
.business_about .about_text {
  margin-top: 20px;
  border: 1px solid #ededed;
  border-top: 2px solid #005ca9;
}
.business_about .about_text .h1 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 40px 0;
  background: #f7f7f7;
}
.business_about .about_text .te {
  padding: 25px;
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  border-top: 1px solid rgb(237, 237, 237);
}
/*业务范围 over*/
/*工程案例*/
.engineering {
  padding: 40px 0 80px 0;
}
.engineering .engineering_ul li {
  overflow: hidden;
  width: 31%;
  float: left;
  margin-right: 3.5%;
  position: relative;
  margin-bottom: 30px;
}
.engineering .engineering_ul li:nth-child(3n) {
  margin-right: 0%;
}
.engineering .engineering_ul li:hover img {
  transform: scale(1.05);
}
.engineering .engineering_ul li:hover .text {
  padding-top: 40px;
  background: rgba(0, 92, 169, 0.88);
  height: 100%;
}
.engineering .engineering_ul li img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.engineering .engineering_ul li .text {
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 0 15px;
  height: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: rgba(0, 0, 0, 0.49);
  text-align: center;
}
.engineering .engineering_ul li .text .h1 {
  font-size: 18px;
  line-height: 50px;
  font-weight: normal;
  text-align: left;
}
.engineering .engineering_ul li .text .t {
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  border: 1px solid #fff;
  padding: 0 15px;
  text-align: left;
}
.engineering .engineering_ul li .text .te {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  margin: 10px 0;
}
.engineering .engineering_ul li .text .more {
  display: inline-block;
  width: 150px;
  text-align: center;
  color: #00aab5;
  border: 1px solid #00aab5;
  line-height: 36px;
  margin-top: 20px;
  border-radius: 5px;
}
.engineering .in_equipment_c {
  position: relative;
}
.engineering .in_equipment_c .swiper-container_4_2 {
  position: relative;
  overflow: hidden;
  height: 600px;
  padding: 30px 0 60px 0;
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide {
  background: #fff;
  border-right: 8px solid #2d65ae;
  -webkit-box-shadow: 0 0 8px rgba(186, 186, 186, 0.34);
  box-shadow: 0 0 8px rgba(186, 186, 186, 0.34);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(186, 186, 186, 0.34), direction=0, strength=8px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 8px rgba(186, 186, 186, 0.34);
  /*兼容firefox*/
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide .img {
  width: 50%;
  overflow: hidden;
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide .img:hover img {
  transform: scale(1.05);
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide .text {
  width: 50%;
  padding: 50px;
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide .text .h1 {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
  position: relative;
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide .text .h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: #00aab5;
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide .text .tex {
  font-size: 16px;
  margin: 12px 0;
  line-height: 30px;
  height: 240px;
  overflow: hidden;
}
.engineering .in_equipment_c .swiper-container_4_2 .swiper-slide .text .more {
  display: inline-block;
  width: 155px;
  line-height: 40px;
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  border: 1px solid #00aab5;
  border-radius: 5px;
  color: #00aab5;
  /*.Gradient(@jb:#0059a3,@jb2:#00d24a);*/
}
.engineering .in_equipment_c .prev4 {
  position: absolute;
  bottom: 100px;
  right: 50px;
  display: inline-block;
  width: 45px;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  color: #cccccc;
  z-index: 15;
  text-align: center;
}
.engineering .in_equipment_c .next4 {
  position: absolute;
  bottom: 100px;
  right: 100px;
  font-size: 20px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  color: #cccccc;
  z-index: 15;
  text-align: center;
}
.engineering .eng_t {
  color: #444444;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 30px;
}
.engineering .eng_t .t_til {
  font-size: 24px;
  font-weight: normal;
}
.engineering .eng_t .return {
  font-size: 14px;
}
.engineering .eng_t .iconfont {
  color: #00aab5;
}
/*工程案例 over*/
.com_list {
  display: flex;
  padding-bottom: 40px;
}
.com_list a {
  flex: 1;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  background: #005ca9;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.com_list a:hover,
.com_list a.active {
  background: #00aab5;
}
/*新闻中心*/
.news {
  padding: 65px 0;
}
.news .news_ul li {
  overflow: hidden;
  width: 23%;
  float: left;
  margin-right: 2.66666667%;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news .news_ul li:nth-child(4n) {
  margin-right: 0%;
}
.news .news_ul li:hover {
  background: #00aab5;
  color: #fff;
}
.news .news_ul li:hover img {
  transform: scale(1.05);
}
.news .news_ul li:hover .text {
  color: #fff;
}
.news .news_ul li:hover .text .time {
  color: #fff;
}
.news .news_ul li:hover .text .te {
  color: #fff;
}
.news .news_ul li:hover .text .more {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.news .news_ul li .img {
  overflow: hidden;
}
.news .news_ul li .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news .news_ul li .text {
  padding: 12px;
}
.news .news_ul li .text .h1 {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news_ul li .text .te {
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .news_ul li .text .bt {
  margin-top: 30px;
}
.news .news_ul li .text .time {
  color: #888888;
  line-height: 30px;
}
.news .news_ul li .text .time span {
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.news .news_ul li .text .more {
  display: inline-block;
  font-size: 14px;
  color: #888888;
  line-height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
/*新闻中心 over*/
.recruitment {
  padding: 65px 0;
}
.recruitment .recruitment_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid #e7ebf3;
}
.recruitment .recruitment_list li:nth-child(3n) {
  margin-right: 0;
}
.recruitment .recruitment_list li:hover {
  border: 1px solid #00aab5;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=12px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.recruitment .recruitment_list li:hover .more {
  background: #00aab5;
  color: #fff;
  border-top: 1px solid #00aab5;
}
.recruitment .recruitment_list li .text {
  padding: 12px;
}
.recruitment .recruitment_list li .text_t {
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  font-weight: normal;
}
.recruitment .recruitment_list li .te {
  font-size: 16px;
  line-height: 36px;
  color: #777777;
}
.recruitment .recruitment_list li .more {
  padding: 12px;
  color: #2a2d7c;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-top: 1px solid #e7ebf3;
}
/*联系我们*/
.map {
  width: 100%;
  position: relative;
}
.map .text {
  position: absolute;
  left: 90px;
  top: 10%;
  height: 80%;
  background: #00aab5;
  color: #fff;
  padding: 85px 40px 0 40px;
  width: 430px;
  font-size: 14px;
  line-height: 30px;
}
.map .text:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/no_logo14.png");
  width: 63px;
  height: 63px;
}
.map .text .h1 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
/*翻页*/
.a_next {
  text-align: center;
  display: table;
  margin: 0 auto;
}
.a_next a {
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 40px;
  padding: 0 18px;
  color: #666666;
  text-align: center;
  margin-right: 2px;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}
.nowpage {
  display: inline-block;
  font-size: 18px;
  float: left;
  line-height: 40px;
  padding: 0 18px;
  text-align: center;
  background: #0075c6;
  color: #fff !important;
}
.a_next a:hover,
.a_next a.active {
  background: #0075c6;
  color: #fff;
}
/*放大*/
* {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content {
  width: 500px;
  height: 170px;
  margin: 100px auto;
}
#imgbox-loading {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 90;
}
#imgbox-loading div {
  background: #FFF;
  width: 100%;
  height: 100%;
}
#imgbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 100;
}
.imgbox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  display: none;
  z-index: 100!important;
}
.imgbox-img {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100% !important;
  vertical-align: top;
}
.imgbox-title {
  padding-top: 10px;
  font-size: 11px;
  text-align: center;
  font-family: Arial;
  color: #333;
  display: none;
}
.imgbox-bg-wrap {
  position: absolute;
  padding: 0;
  margin: 0;
  display: none;
}
.imgbox-bg {
  position: absolute;
  width: 20px;
  height: 20px;
}
/*放大over*/
.news_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-bottom: 4px solid #fff;
}
.news_list li:nth-child(3n) {
  margin-right: 0;
}
.news_list li:hover {
  background: #0094c4;
  color: #fff;
  border-bottom: 4px solid #00d24a;
}
.news_list li:hover img {
  transform: scale(1.05);
}
.news_list li:hover .text {
  border: 1px solid #0094c4;
}
.news_list li:hover .text .time {
  background: #fff;
  color: #414141;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.news_list li:hover .text .more {
  color: #fff;
}
.news_list li .img {
  overflow: hidden;
}
.news_list li .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news_list li .text {
  border: 1px solid #e7ebf3;
  padding: 12px;
}
.news_list li .text .h1 {
  font-size: 18px;
  font-weight: normal;
}
.news_list li .text .te {
  font-size: 14px;
  line-height: 24px;
  height: 96px;
}
.news_list li .text .time {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  text-align: center;
  border-top: 1px solid #e7ebf3;
  border-right: 1px solid #e7ebf3;
  color: #a1b1cb;
}
.news_list li .text .time span {
  font-size: 40px;
  font-weight: bold;
}
.news_list li .text .more {
  display: inline-block;
  font-size: 14px;
  color: #2a2d7c;
  line-height: 73px;
}
.shows_list li {
  position: relative;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
.shows_list li:nth-child(3n) {
  margin-right: 0;
}
.shows_list li:hover img {
  transform: scale(1.05);
}
.shows_list li .img {
  overflow: hidden;
}
.shows_list li .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.shows_list li .text {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.51);
  color: #fff;
  width: 100%;
  line-height: 50px;
}
.shows_list li .text .text_t {
  font-size: 16px;
}
/*案例展示*/
.shows .swiper-container_in_shows {
  background: #efefef;
  position: relative;
  overflow: hidden;
  border-right: 8px solid #00d24a;
}
.shows .swiper-container_in_shows .text {
  width: 50%;
  padding: 70px 40px;
}
.shows .swiper-container_in_shows .text .h1 {
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 10px;
}
.shows .swiper-container_in_shows .text .tex {
  font-size: 14px;
  color: #555555;
  margin: 30px 0;
  line-height: 30px;
}
.shows .swiper-container_in_shows .text .tex .bo {
  font-weight: bold;
}
.shows .swiper-container_in_shows .text .icon-shang {
  position: absolute;
  right: 50px;
  bottom: 30px;
  display: inline-block;
  font-size: 30px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  text-align: center;
  color: #979797;
  cursor: pointer;
  margin-right: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.shows .swiper-container_in_shows .text .icon-shang:hover {
  /* background: #fff;*/
  color: #00d24a;
  border: 1px solid #00d24a;
}
.shows .swiper-container_in_shows .text .icon-xia {
  position: absolute;
  right: 120px;
  bottom: 30px;
  display: inline-block;
  font-size: 30px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  text-align: center;
  color: #979797;
  cursor: pointer;
  margin-right: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.shows .swiper-container_in_shows .text .icon-xia:hover {
  /* background: #fff;*/
  color: #00d24a;
  border: 1px solid #00d24a;
}
.shows .swiper-container_in_shows .img {
  width: 50%;
  overflow: hidden;
}
.shows .swiper-container_in_shows .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.shows .swiper-container_in_shows .img:hover img {
  transform: scale(1.05);
}
.shows .til {
  line-height: 50px;
  padding-top: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.shows .til .h1 {
  font-size: 24px;
  color: #444444;
  font-weight: normal;
}
.shows .til .p {
  font-size: 14px;
  color: #444444;
}
.shows .til .p img {
  margin-right: 5px;
  vertical-align: middle;
}
.shows .swiper-container_in_shows2 {
  position: relative;
  overflow: hidden;
  padding: 30px 0 70px 0;
}
.shows .swiper-container_in_shows2 .swiper-slide {
  position: relative;
}
.shows .swiper-container_in_shows2 .swiper-slide:hover img {
  transform: scale(1.05);
}
.shows .swiper-container_in_shows2 .swiper-slide .img {
  overflow: hidden;
}
.shows .swiper-container_in_shows2 .swiper-slide .img img {
  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.shows .swiper-container_in_shows2 .swiper-slide .text {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.51);
  color: #fff;
  width: 100%;
  line-height: 50px;
}
.shows .swiper-container_in_shows2 .swiper-slide .text .text_t {
  font-size: 16px;
}
.shows .swiper-container_in_shows2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: none;
  border: 1px solid #8c8c8c;
}
.shows .swiper-container_in_shows2 .swiper-pagination-bullet-active {
  background: #00b841;
  border: 1px solid #00b841;
}
/*设备展示*/
.device_list li {
  width: 49%;
  margin-right: 2%;
  background: #efefef;
  border-right: 6px solid #efefef;
  margin-bottom: 30px;
  float: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.device_list li:nth-child(2n) {
  margin-right: 0;
}
.device_list li:hover {
  background: #fff;
  border-right: 6px solid #59d589;
  -webkit-box-shadow: 0 0 16px rgba(174, 174, 174, 0.29);
  box-shadow: 0 0 16px rgba(174, 174, 174, 0.29);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(174, 174, 174, 0.29), direction=0, strength=16px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 16px rgba(174, 174, 174, 0.29);
  /*兼容firefox*/
}
.device_list li:hover img {
  transform: scale(1.05);
}
.device_list li:hover .text .more {
  color: #0075c6;
  border-bottom: 1px solid #0075c6;
}
.device_list li .img {
  width: 50%;
  overflow: hidden;
}
.device_list li .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.device_list li .text {
  width: 50%;
  padding: 30px 20px 30px 30px;
  text-align: right;
}
.device_list li .text .text_t {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.device_list li .text .te {
  text-align: left;
  margin: 15px 0 30px 0;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.device_list li .text .more {
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #2a2d7c;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 117, 198, 0);
}
/*技术创新*/
.fornew li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.fornew li:nth-child(3n) {
  margin-right: 0%;
}
.fornew li:hover .img .bg {
  opacity: 1;
}
.fornew li:hover img {
  transform: scale(1.05);
}
.fornew li:hover .text {
  background: #09a33f;
}
.fornew li:hover .text:after {
  border-color: transparent #0071d0 transparent transparent;
}
.fornew li .img {
  overflow: hidden;
  position: relative;
}
.fornew li .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fornew li .img .bg {
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fornew li .img .more {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: normal;
  border: 1px solid #fff;
  line-height: 55px;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
}
.fornew li .text {
  background: #008fbe;
  padding: 25px;
  color: #fff;
  position: relative;
  padding-bottom: 35px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fornew li .text:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 34px 34px 0 0;
  border-style: solid;
  border-color: transparent #00c746 transparent transparent;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fornew li .text .fornew_h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 36px;
}
.fornew li .text .te {
  font-size: 16px;
  line-height: 30px;
}
.recruitment_list li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid #e7ebf3;
}
.recruitment_list li:nth-child(3n) {
  margin-right: 0;
}
.recruitment_list li:hover {
  border: 1px solid #00bb5b;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(0, 0, 0, 0.17), direction=0, strength=12px);
  /*兼容ie*/
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.17);
  /*兼容firefox*/
}
.recruitment_list li:hover .more {
  background: #00bb5b;
  color: #fff;
  border-top: 1px solid #00bb5b;
}
.recruitment_list li .text {
  padding: 12px;
}
.recruitment_list li .text_t {
  font-size: 24px;
  line-height: 30px;
  color: #222222;
  font-weight: normal;
}
.recruitment_list li .te {
  font-size: 16px;
  line-height: 36px;
  color: #777777;
}
.recruitment_list li .more {
  padding: 12px;
  color: #a1b1cb;
  font-size: 14px;
  line-height: 24px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-top: 1px solid #e7ebf3;
}

/*新闻搜索列表*/
.m_news_list {
  padding-top: 50px;
}
.m_news_list li {
  border-top: 1px dashed #d7d7d7;
  padding-left: 25px;
}
.m_news_list li:last-child {
  border-bottom: 1px dashed #d7d7d7;
}
.m_news_list li:hover .h1 {
  color: #4981c2;
}
.m_news_list li:hover .h1:after {
  background: #4981c2;
}
.m_news_list li .h1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 70px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
}
.m_news_list li .h1:after {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  width: 12px;
  background: #333333;
  height: 2px;
  transform: translate(0, -50%);
}
.m_news_list li .te {
  font-size: 16px;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m_news_list li .time {
  color: #666666;
  font-size: 18px;
  line-height: 48px;
}

/*新闻详情*/
.newtail {
  margin:0 auto 55px;
  padding-top: 60px;
  width: 1200px;
}
.newtail .left {
  width: 797px;
}
.newtail .right {
  width: 369px;
}
.newtail .detail_name {
  text-align: center;
  background: #f3f3f3;
  border-bottom: none;
  padding-bottom: 15px;
}
.newtail .detail_name h1 {
  padding-top: 15px;
  font-weight: normal;
}
.newtail .detail_name p {
  margin-top: 0;
  line-height: 180%;
}
.returnlist {
  height: 97px;
  background: #f9f8f8;
  line-height: 97px;
  font-size: 16px;
  padding-left: 25px;
}
.detail_txt {
  text-align: center;
  padding-top: 10px;
}
.detail_txt img {
  margin-bottom: 20px;
}
.detail_txt p {
  line-height: 180%;
  color: #868686;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
}
.detail_txt p strong {
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.returnlist {
  height: 97px;
  background: #f9f8f8;
  line-height: 97px;
  font-size: 16px;
  padding-left: 25px;
}
.returnlist img {
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.returnlist .img2 {
  display: none;
}
.returnlist a:hover .img1 {
  display: none;
}
.returnlist a:hover .img2 {
  display: inline-block;
}
.returnlist .share1 {
  display: inline-block;
  color: #999;
  font-size: 14px;
  margin-left: 40px;
}
.returnlist .share1 > div {
  display: inline-block;
  vertical-align: middle;
}
.returnlist a:hover {
  color: #003d98;
}
.listpage {
  background: #01499d;
  padding: 20px 35px;
}
.listpage a {
  color: #fff;
  padding: 30px 0;
  display: block;
}
.listpage .p1 {
  font-size: 22px;
  font-weight: bold;
}
.listpage .p2 {
  font-size: 14px;
  margin-top: 10px;
}
.listpage .p3 {
  font-size: 16px;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.listpage a.a1 {
  border-bottom: #fff 1px solid;
  transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;
}
.listpage a:hover{color: #00aab5;}


/*人才招聘_详细*/
.recruitH_xx{padding: 53px 0;}
.recruitH_xx_top{height: 48px;background: #01519a;padding: 0 2%;line-height: 48px;font-size: 18px;color: #ffffff;position: relative;}
.recruitH_xx_top a{position: absolute;right: 2%;top: 0;height: 100%;line-height: 48px;color: #fff;font-size: 14px;}
.recruitH_xx_top a img{margin:0 10px 0;}
.recruitH_xx_txt{margin-top: 25px;}
.recruitH_xx_txt .item{border-bottom: 1px #d6d6d6 solid;padding: 0 0 80px 0;margin-bottom: 25px;}
.recruitH_xx_txt .item h4{color: #373737;font-size: 16px;font-weight: bold;margin-bottom: 5px;}
.recruitH_xx_txt .item p{line-height: 36px;color: #373737;}
.recruitH_xx_txt .item ul li{float: left;width: 33.33%;line-height: 36px;color: #373737;font-size: 16px;}

.recruitH_xx_foot{height: 44px;background: #f0f0f0;padding: 0 2%;line-height: 44px;}
.recruitH_xx_foot .item{float: left;padding: 0 0 0 36px;color: #373737;margin:0 80px 0 0;}
.recruitH_xx_foot .tel{background: url(../images/tb5_03.png) no-repeat left center;}
.recruitH_xx_foot .eamil{background: url(../images/tb5_06.png) no-repeat left center;}
.recruitH_xx_foot .eamil span{color: #d40c00;}