/*Base*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Microsoft YaHei";

  color: #666;
  font-size: 14px;

  -ms-text-size-adjust: 100%;
  overflow-x: hidden;

  -webkit-text-size-adjust: 100%;
  /*修正手持设备字体变化*/

}



*html,
*html body

/* 修正IE6振动bug */
  {
  background-image: url(about:blank);
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, "Microsoft YaHei", Georgia, Times New Roman, FontAwesome, sans-serif;
  font-weight: normal;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.fl {
  float: left
}

.fr {
  float: right
}

.tl {
  text-align: left;
}

.tc {
  text-align: center
}

.tr {
  text-align: right;
}

.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}





/*布局*/

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/*html{font-size: calc(100vw/32);}*/

em,
i {
  font-style: normal
}

img {}



/* 导航模块 */
#header {
  background-color: #fff;
  width: 100%;
  height: 135px;
}

#header.fix-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  /* box-shadow: 0 5px 5px rgba(0, 0, 0, .2);*/
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  transition: top 300ms;
  top: 0;
}

#header.fix-header.htop {
  top: -100px;
  transition: top 300ms;
}

#header .topL {
  width: 70%;
  float: left;
}

#header .topR {
  width: 25%;
  float: right;
  padding-top: 10px;
  position: relative;
  padding-right: 74px;
  color: #111213;
  font-size: 14px;
}

#header .topR .tel {
  padding-left: 24px;
  background: url(tel.png) no-repeat left center;
  height: 24px;
  margin-top: 8px;
}

#header .topR .email {
  padding-left: 24px;
  background: url(email.png) no-repeat left center;
  height: 24px;
}

#header .topR .qrcode {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  top: 5px;
}

#header #logo1 {
  margin: 10px 0;
}

#header #logo1 img {
  max-width: 400px;
  width: 100%;
  height: auto;
  padding-right: 20px;
}

#header #logo2 {
  border-left: 1px solid #666;
  padding-left: 20px;
  height: 44px;
  margin-top: 20px;
}

#header #logo2 img {
  max-width: 200px;
  height: auto;
}

#header #nav {
  height: 60px;
  line-height: 60px;
  background: #1f639c;
}

#header #nav .nav-item {
  width: 16%;
}

#header #nav .nav-item .nav-a {
  font-size: 16px;
  color: #fff;
  position: relative;
  display: block;
}

#header #nav .nav-item .nav-a:hover {
  color: #ec9a20;
}

#header #nav .nav-item:hover .nav-a::after,
#header #nav .nav-item.on .nav-a::after {
  background-color: #d5020e;
}

#header #nav .nav-item:hover .sub-nav {
  max-height: 300px;
}

#header #nav .sub-nav {
  width: 100%;
  max-height: 0;
  line-height: normal;
  left: 0;
  top: 100%;
  background-color: rgba(245, 245, 245, 1);
  position: absolute;
  overflow: hidden;
}

#header #nav .sub-nav .box {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}

#header #nav .sub-nav .box ul li {
  width: 24%;
  display: inline-block;
  padding: 0 12px;
}

#header #nav .sub-nav .box ul li img {
  width: 100%;
}

#header #nav .sub-nav .box ul li p {
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 50px;
}

#header #nav .sub-nav .box ul li:hover p {
  color: #e70e1f;
}


/* 手机端导航 */

.ph-nav {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;

  position: absolute;
  right: 0%;
  top: 0px;
  display: none;
  background: #d0000e;
}

.ph-nav a {
  color: #444;
  font-size: 14px;
}

.ph-nav .ph-btn {}



.boheing {
  height: 140px;
}


/* 手机端导航弹出层 */

.phnav-pop {

  font-family: "微软雅黑";

  position: fixed;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0px;

  background: rgba(0, 0, 0, .3);

  z-index: 2;

  display: none;

}

.phnav-main {

  width: 100%;

  background: #f5f5f5;

  height: auto;
  box-shadow: 0 1x 5px #eeeeee;


  top: -100%;

  padding-bottom: 20%;

  padding-top: 50px;

  position: relative;

}

.phnav-main .guan {

  position: absolute;

  right: 7%;

  top: 3%;

  cursor: pointer;

  width: 1em;

}



.phnav-main .item {}

.phnav-main .item:last-child {
  border-bottom: none;
}

.phnav-main .lv1-box {

  position: relative;

  padding: 0 1%;

  line-height: 3.375em;
  text-align: center;

}

.phnav-main .lv1-box a {

  color: #333;
  border-bottom: 1px solid #ccc;

  font-size: 16px;

  display: block;

  max-width: 100%;

}

.phnav-main .lv1-box a.on {
  color: #0070be;
  border-bottom: 1px solid #0070be;
}

.phnav-main a:hover {
  color: #0070be;
  border-bottom: 1px solid #0070be;
}

.phnav-main .lv1-box .more {

  position: absolute;

  right: 0;

  top: 0;

  display: inline-block;

  width: 10%;

  height: 100%;

  text-align: right;

  cursor: pointer;

  color: #999999;

  background: url(lv1more-bg1.png) no-repeat right 5% center;

  background-size: 0.7em;

}

.phnav-main .lv1-box .more.on {

  background: url(lv1more-bg2.png) no-repeat right 5% center;

  background-size: 0.7em;

}



.phnav-main .lv2-box {

  padding-bottom: 0.5em;

  display: none;

}

.phnav-main .lv2-box li {

  padding-left: 10%;

}

.phnav-main .lv2-box .noborder a {

  border: none;

}

.phnav-main .lv2-box a {

  display: block;

  font-size: 14px;

  color: #555;

  line-height: 2.667em;

}

.phnav-main .lv2-box a:hover {
  color: #005cac;
}





@media screen and (max-width: 1200px) {

  #header {
    transition: all 0.5s;

    -moz-transition: all 0.5s;
    padding: 0% 0%;

    -webkit-transition: all 0.5s;
    width: 100%;
  }

  .pc-nav ul {

    width: 100%;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

  }



}



@media screen and (max-width: 991px) {

  #header {
    height: 70px;
  }

  #header #nav .nav-item {
    margin-left: 20px;
  }

  #header .topR {
    display: none;
  }

  #header .topL {
    width: 100%;
    float: none;
  }

  #header #logo1 {
    margin-top: 0;
    max-height: 60px;
    padding-right: 0;
  }

  #header #logo2 {
    width: auto;
    max-height: 50px;
    margin-top: 8px;
    padding-left: 5px;
  }

  .boheing {
    height: 70px;
  }

}

@media screen and (max-width: 768px) {

  #search {
    display: none;
  }

  .lang {
    display: none;
  }

  #header #logo1 {
    margin-top: 0;
    padding-right: 0;
  }

  #header #logo1 img {
    max-height: 60px;
  }

  #nav {
    display: none;
  }

  .ph-nav {
    display: block;
  }



}

@media screen and (max-width:640px) {

  #header {
    height: 50px;
  }

  #header #logo1 {
    max-height: 50px;
    margin-top: 0;
  }

  #header #logo1 img {
    width: auto;
    max-height: 40px;
    margin-top: 5px;
  }

  #header #logo2 {
    display: none;
  }

  .boheing {
    height: 50px;
  }
}





/*首页banner*/

#banner {
  width: 100%;
  height: 100%;
  position: relative;
}



/*广告样式*/
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .db {
  width: 100%;
}

.banner .db .swiper-slide {
  width: 100%;
  position: relative;
}

.banner .db .swiper-slide .nts {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  z-index: 2;
  margin: 0 auto;
}

.banner .db .swiper-slide .nts .fz36 {
  color: #01519b;
}

.banner .db .swiper-slide .nts .fz36.in {
  color: #333;
  margin: 5px 0 10px;
}

.banner .db .swiper-slide .nts .fz24 {
  color: #555;
}

.banner .db .swiper-slide img {
  width: 100%;
  max-width: 1920px;
}

.banner .hb {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px !important;
  z-index: 3;
  margin: 0 auto;
  z-index: 2;
}

.banner .hb span {
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  background: #367ebe;
  font-size: 0;
  border-radius: 50%;
  margin: 0 4px !important;
}

.banner .hb span.swiper-pagination-bullet-active {
  background: #d03535;
}

/*手机广告*/
.phone_banner {
  width: 100%;
  display: none;
  overflow: hidden;
  position: relative;
}

.phone_banner .db {
  width: 100%;
}

.phone_banner .db .swiper-slide {
  width: 100%;
  position: relative;
}

.phone_banner .db .swiper-slide .nts {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  z-index: 2;
  margin: 0 auto;
}

.phone_banner .db .swiper-slide .nts .fz36 {
  color: #01519b;
}

.phone_banner .db .swiper-slide .nts .fz36.in {
  color: #333;
  margin: 5px 0 10px;
}

.phone_banner .db .swiper-slide .nts .fz24 {
  color: #555;
}

.phone_banner .db .swiper-slide img {
  width: 100%;
}

.phone_banner .hb {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px !important;
  z-index: 3;
  margin: 0 auto;
}

.phone_banner .hb span {
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  background: #367ebe;
  font-size: 0;
  border-radius: 50%;
  margin: 0 4px !important;
}

.phone_banner .hb span.swiper-pagination-bullet-active {
  background: #d03535;
}

@media screen and (max-width:750px) {
  .banner {
    display: none;
  }

  .phone_banner {
    display: inline-block;
  }
}





/*首页主要内容*/
#mainbody {
  height: auto;
  overflow: hidden;
}

.mainTitle {
  text-align: center;
  margin: 0px 0 3% 0;
  background: url(title_line1.png) no-repeat center bottom;
  color: #1f639c;
}

.mainTitle .cn {
  font-size: 40px;
  font-weight: bold;
}

.mainTitle p {
  font-size: 14px;
  display: block;
  font-family: arial;
  height: 30px;
  line-height: 30px;
}



/*search*/
.searchbox {
  width: 280px;
  height: 32px;
  margin-top: 10px;
  border: none;
  background: #fff;
  float: right;
}

.searchbox .text {
  height: 30px;
  line-height: 30px;
  width: 220px;
  float: left;
  color: #999;
  border: 1px solid #ddd;
  background: none;
  outline: medium;
  padding-left: 8px;
  font-size: 12px;
}

.searchbox .submit {
  border: none;
  width: 45px;
  height: 32px;
  float: left;
  outline: medium;
  background: #656565;
  cursor: pointer;
  color: #fff;
}





.quick {
  background-color: rgba(0, 134, 202, 1);
  height: 80px;
  width: 100%;
  z-index: 3;
}

.quick ul {
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-right: 1px solid rgba(255, 255, 255, .5);
  height: 100%;
}

.quick ul li {
  float: left;
  width: 25%;
  border-right: 1px solid rgba(255, 255, 255, .5);
  height: 100%;
  display: block;
  text-align: center;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}

.quick ul li:last-child {
  border-right: none;
}

.quick ul li a {
  height: auto;
}

.quick ul li i {
  display: inline-block;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.quick ul li .txt {
  display: inline-block;
  width: 65%;
  text-align: left;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2px;
}

.quick ul li .txt h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick ul li .txt p {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: inherit;
  -webkit-line-clamp: 2;
  height: 32px;
}

.icon1 {
  background: url(ico_quick.png) no-repeat;
  background-size: 100%;
}

.quick ul li i.i1 {
  background-position: left top;
}

.quick ul li i.i2 {
  background-position: left -60px;
}

.quick ul li i.i3 {
  background-position: left -120px;
}

.quick ul li i.i4 {
  background-position: left bottom;
}

.quick ul li:hover {
  background-color: #2f9bd2;
}




.section1 {
  height: auto;
  padding: 5% 0;
  overflow: hidden;
  background: #f5f5f5;
  width: 100%;
}

.section1 a {
  float: left;
  width: 14.2%;
  height: auto;
  text-align: center;
  color: #999899;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
}



.section1 a p {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
}

.section1 a:hover p {
  color: #0070be;
}


/*产品列表*/
.homepro {
  height: auto;
  font-family: "微软雅黑";
  padding: 3% 0;
  overflow: hidden;
  position: relative;
}

.homepro ul li {
  width: 20%;
  float: left;
  padding-right: 1%;
  overflow: hidden;
}

.homepro .ceng {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(31, 99, 156, 0.8);
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
}

.homepro a:hover .ceng {
  bottom: 0;
}





.homepro .item {}

.homepro .item img {
  display: block;
  width: 100%;
  height: auto;
}

.media-block {
  position: relative;
  display: block;
}

.media-block:before {
  content: "";
  background-color: rgba(0, 149, 222, 0);
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  display: block;
  z-index: 99;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}

.media-block:hover:before {
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
}

.media-block:after {
  background: url(btn2.png) no-repeat center center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: -22px 0 0 -22px;
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  z-index: 999;
  opacity: 0;
}

.media-block:hover:after {
  opacity: 1;
  transition: opacity 0.3s ease 0.2s;
}

@media screen and (max-width: 1200px) {
  .homepro {
    width: 100%;
    padding: 3% 3%;
    margin-top: 2em;
    margin-bottom: 2em;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
}


.HomeAbout {

  margin: 3% auto 0;
  position: relative;
  width: 100%;

}




.Abimg {
  float: left;
  width: 50%;
  height: auto;
  overflow: hidden;
}

.Abimg img {
  width: 100%;
  height: auto;
}


.About-text {
  float: right;
  width: 50%;
  background: #f3f7ff;
  text-align: left;
  padding: 5% 3%;

}

.About-text h3 {
  font-size: 30px;
  font-weight: bold;
  color: #23282c;
  margin-bottom: 20px;
  line-height: 30px;
}

.About-text h3 span {
  color: #1d629b;
  display: block;
  padding-top: 10px;
}

.About-text h3:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #1d629b;
  display: block;
  margin: 10px 0;
}

.About-text p.txt {
  overflow: hidden;
  font-size: 14px;
  color: #23282c;
  line-height: 26px;
}

.About-text a.more {
  color: #fff;
  width: 109px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 10px;
  margin-top: 40px;
  background: url(bg_more1.png) no-repeat;
  display: block;
}

.About-text .b_lx {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 600px;
  height: auto;
  color: #0070be;
  background: #ffffff;
  padding: 20px 50px;
}

.About-text .b_lx:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border: 10px solid #ffffff;
  border-bottom-color: #c1c1c1;
  border-bottom: none;
  border-right-color: transparent;
  border-left-color: transparent;
  left: 10px;
  transform: translateX(-50%);
  bottom: -10px;
  z-index: 10;
}

.About-text .b_lx h4 {
  font-size: 24px;
  font-weight: bold;
}

.About-text .b_lx p {
  color: #0070be;
  font-size: 14px;
  line-height: 2;
  margin-top: 10px;
}


@media screen and (max-width: 768px) {

  .Abimg {
    width: 100%;
  }

  .About-text {
    width: 100%;
    padding: 3% 3% 5% 3%;
    margin-top: 0;
  }

  .About-text h3 {
    font-size: 24px;
    color: #0070be;
  }

  .mainTitle {
    text-align: center;
    margin: 0px 0 3% 0;
    background: url(title_line1.png) no-repeat center bottom;
    color: #1f639c;
  }

  .mainTitle .cn {
    font-size: 24px;
    font-weight: bold;
  }

  .mainTitle p {
    font-size: 14px;
    display: block;
    font-family: arial;
    height: 20px;
    line-height: 20px;
  }

  .homepro ul li {
    width: 50%;
    float: left;
    padding-right: 1%;
    overflow: hidden;
  }

  .homepro ul li:last-child {
    width: 100%;
    padding-right: 0;
    margin-top: 5px;
  }

}


.ys .top {
  height: auto;
  background: #afedff;
  padding: 30px 0;
}

.ys .top span {
  font-size: 18px;
  color: #0070be;
  display: block;
  font-weight: normal;
}

.ys .top span:before {
  position: absolute;
  left: -74px;
  display: block;
  top: 10px;
  content: '';
  width: 68px;
  background: #0070be;
  height: 2px;
}

.ys .top p {
  font-size: 18px;
  color: #333;
}

.ys .top p strong {
  font-size: 30px;
  padding-right: 10px;
  color: #0e0000;
  font-weight: bold;
}

.yslist {
  background: #f5f5f5;
  height: auto;
  padding: 3% 0;
  overflow: hidden;
  margin-bottom: 3%;
}

.yslist ul li {
  width: 24%;
  float: left;
  margin-right: 1.3%;
}

.yslist ul li:last-child {
  margin-right: 0;
}

.yslist ul li img {
  width: 100%;
  height: auto;
}

.yslist ul li h4 {
  background: #fff;
  color: #3290ce;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  box-shadow: 2px 2px 2px #cccccc;
}


.home-choose {
  padding-top: 3%;
  padding-bottom: 3%;
  background: #fafafa;
}

.home-choose .list {
  margin-top: 30px;
}

.home-choose .list ul {
  display: flex;
}

.home-choose .list ul li {
  width: 30%;
  margin-right: 5%;
  padding: 3%;
  background: #fff;
  border-radius: 8px;
}

.home-choose .list ul li .pic {
  width: 30%;
  max-width: 64px;
  margin: 0 auto;
  text-align: center;
}

.home-choose .list ul li .pic:after {}

.home-choose .list ul li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #1d629b;
  margin-top: 10px;
  text-align: center;
}

.home-choose .list ul li hr {
  max-width: 136px;
  margin: 15px auto;
  border-color: #b7cfed;
}

.home-choose .list ul li .con {
  max-width: 245px;
  margin: 0 auto;
  font-size: 14px;
  color: #818181;
  line-height: 1.5;
  text-align: center;
}

.home-choose .list ul li:last-child {
  margin-right: 0;
}


.home-choose {
  padding-top: 3%;
  padding-bottom: 3%;
  background: #fafafa;
}

.home-choose .list {
  margin-top: 30px;
}

.home-choose .list ul {
  display: flex;
}

.home-choose .list ul li {
  width: 30%;
  margin-right: 5%;
  padding: 3%;
  background: #fff;
  border-radius: 8px;
}

.home-choose .list ul li .pic {
  width: 30%;
  max-width: 64px;
  margin: 0 auto;
  text-align: center;
}

.home-choose .list ul li .pic:after {}

.home-choose .list ul li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #1d629b;
  margin-top: 10px;
  text-align: center;
}

.home-choose .list ul li hr {
  max-width: 136px;
  margin: 15px auto;
  border-color: #b7cfed;
}

.home-choose .list ul li .con {
  max-width: 245px;
  margin: 0 auto;
  font-size: 14px;
  color: #818181;
  line-height: 1.5;
  text-align: center;
}

.home-choose .list ul li:last-child {
  margin-right: 0;
}


.homecase {
  height: auto;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  background: url(bghome1.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 600px;
}

.homecase .mainTitle {
  background: url(title_line2.png) no-repeat center bottom;
}

.homecase .title a,
.hnews .title a {
  display: inline-block;
  font-size: 14px;
  color: #0070be;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  text-align: right;
  transition: color .3s
}

.homecase .title span,
.hnews .title span {
  color: #939393;
  font-size: 16px;
  display: inline-block;
}

.homecase .info_list .big {
  background: #fff;
  display: block;
}

.homecase .info_list .big .top {
  height: auto;
  overflow: hidden;
}

.homecase .info_list .big .top img {
  max-width: 100%;
  height: auto;
}

.homecase .info_list .big .titles {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(32, 37, 41, 0.7);
  overflow: hidden;
}

.homecase .swiper-pagination-info {
  text-align: center;
  margin-top: 30px;
}

.homecase .info_list .big:hover .titles {}

.homecase .info_list .big:hover .top img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06);
}

@media screen and (max-width: 768px) {

  .homecase {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-choose .list {
    margin-top: 10px;
  }

  .home-choose .list ul {
    display: block;
  }

  .home-choose .list ul li {
    width: 100%;
    margin-right: 0%;
    padding: 3%;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 5px;
  }

  .home-choose .list ul li .pic {
    width: 100%;
    max-width: 44px;
  }

  .home-choose .list ul li h4 {
    font-size: 18px;
  }

  .home-choose .list ul li hr {
    max-width: 80px;
    margin: 10px auto;
  }

}



/*新闻*/
.hnews {
  height: auto;
  padding: 3% 0;
  overflow: hidden;
}

.hnews .title {
  font-size: 30px;
  color: #202529;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.hnews .left_box {
  width: 48%;
}

.hnews .left_box img {
  width: 100%;
  height: auto;
}

.hnews .right_box {
  width: 50%;
}

.hnews .right_box .right_top .img {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.hnews .right_box .right_top .img img {
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  width: 100%;
  height: auto;
}

.hnews .right_box .right_top .txt {
  float: right;
  width: 72%;
}

.hnews .right_box .right_top .txt h3 {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}

.hnews .right_box .right_top .txt p {
  color: #999899;
  line-height: 24px;
  margin-top: 5px;
}

.hnews .right_box .right_top:hover .txt h3 {
  color: #0070be;
}

.hnews ul {
  margin-top: 15px;
  border-top: 1px solid #eaeaea;
}

.hnews ul li {
  line-height: 44px;
  border-bottom: 1px solid #eaeaea;
  padding-left: 20px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.hnews ul li p {
  float: left;
  width: 75%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hnews ul li span {
  float: right;
  color: #666;
  font-size: 12px;
}

.hnews ul li:after {
  content: ">";
  position: absolute;
  font-weight: bold;
  color: #0070be;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hnews ul li a:hover {
  color: #0070be;
}

.cta-wrap {
  height: auto;
  overflow: hidden;
  margin: 50px 0;
}

.cta-wrap .item {
  width: 33.1%;
  float: left;
  margin-right: 0.2%;
  background: #e7e7e7;
  text-align: center;
}

.cta-wrap .item i {
  text-align: center;
  font-size: 30px;
  margin: 20px auto 0;
  display: inline-block;
  height: 40px;
  overflow: hidden;
}

.cta-wrap .item .cta-cont {
  padding: 20px;
  text-align: center;
}

.cta-wrap .item .cta-cont h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 0 !important;
}

.cta-wrap .item .cta-cont p {
  height: 48px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  padding-top: 0px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .hnews .left_box {
    display: none;
  }

  .hnews .right_box {
    width: 100%;
    float: none;
  }

  .ys .top {
    padding: 20px 0;
  }

  .ys .top span {
    font-size: 14px;
  }

  .ys .top p {
    font-size: 14px;
  }

  .ys .top p strong {
    font-size: 18px;
  }

}

.hezuo {
  background: url(bghome3.jpg) no-repeat right bottom;
  background-size: 100% 100%;
  padding: 2% 0;
}

.hezuo ul li {
  float: left;
  width: 14%;
  margin-right: 0.3%;
  transition: all .3s;
  margin-bottom: 1%;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  position: relative;
  top: 0;
  background: #fff;
  border: 1px solid #eaeaea;
}

.hezuo ul li:nth-child(6n) {
  margin-right: 0;
}

.hezuo ul li img {
  width: 100%;
}

.hezuo ul li .img {
  padding-top: 60%;
  overflow: hidden;
}

.hezuo ul li:hover {
  top: -5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

/*页脚样式*/



/*页脚*/

.footer-box {}

.footer-nav {

  background: #4d4d4d;

  padding: 3% 0;

}

.footmian {

  width: 1200px;

  margin: auto;

  overflow: hidden;

}

.left-nav {

  overflow: hidden;
  width: 680px;
  float: left;

}

.left-nav li {

  float: left;

  width: 25%;
  padding-right: 5%;

}



.left-nav .tit {

  color: #fff;

  font-size: 16px;

  display: inline-block;

  line-height: 30px;
  height: 30px;
  margin: 0;
  padding: 0;

}

.left-nav .tit:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #eee;
  display: block;
  margin: 10px 0;
}

.left-nav .tit:hover {

  color: #0070be;

}



.left-nav dl {

  margin-bottom: 0;
  margin-top: 30px;

}



.left-nav dd {
  color: #ddd;

  font-size: 14px;
  line-height: 30px;
  height: 30px;
}

.left-nav dd a {

  color: #ddd;

  font-size: 14px;

}

.left-nav dd a p {
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /* 超出部分显示省略号 */
  white-space: nowrap;
}




.footer-box .share {
  width: 150px;
  margin-right: 0px;
  border-right: none;
  padding-left: 0px;
}

.footer-box .share .t {
  font-size: 16px;
  color: #fff;
}

.footer-box .share s {
  height: auto;
}

.footer-box .contact {
  width: 220px;
  text-align: right;
}

.footer-box .contact span.t {
  color: #ffffff;
  font-size: 1rem;
}

.footer-box .contact .n {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: bold;
}

.footer-box .qrcode {
  width: 110px;
  height: auto;
  margin-left: 10px;
  text-align: center;
  color: #949494;
}



#gotop {

  position: relative;

  display: block;

  height: 45px;

  background: #e67817;

  color: #fff;

  text-align: center;

  line-height: 60px;
  display: none;

}

#gotop:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



.fph-nav {
  display: none;
}







.fph-nav .item {



  border-bottom: 1px solid #ddd;
  padding: 0 3%;



}











.fph-nav .lv1-box {



  position: relative;



  padding: 0 2%;



  line-height: 2.5625em;



}



.fph-nav .lv1-box a {



  color: #fff;



  font-size: 14px;



  display: inline-block;



  width: 26%;



}



.fph-nav .lv1-box a.on {



  font-weight: bold;



}



.fph-nav .lv1-box .more {



  position: absolute;



  right: 2%;



  top: 0;



  display: inline-block;



  width: 70%;



  height: 100%;



  text-align: right;



  cursor: pointer;



  color: #999999;



  background: url(lv1more-bg1.png) no-repeat right center;



  background-size: 0.8em;



}



.fph-nav .lv1-box .more.on {



  background: url(lv1more-bg2.png) no-repeat right center;



  background-size: 0.8em;



}







.fph-nav .lv2-box {



  padding-bottom: 1em;



  display: none;



}







.fph-nav .lv2-box a {



  padding: 0 2%;



  display: block;



  font-size: 14px;



  color: #ddd;



  line-height: 2.4em;



}



.fph-nav .footma {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  text-align: center;
}



.fph-nav .footma p {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: #a1a1a1;
  font-size: 14px;
  line-height: 24px;
}







.copyright {
  height: auto;
  line-height: 40px;
  color: #9f9f9f;
  background: #3c3b3b;
  text-align: center;
  font-size: 14px;
}





@media screen and (max-width: 1200px) {

  .footer-info {

    width: 100%;

    padding: 0%;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

  }

  .footer-nav {

    padding: 2em 0 3em 0;

  }



  .left-nav .tit {

    font-size: 16px;

    width: 83%;

  }

  .left-nav dd a {

    font-size: 14px;

  }





}



@media screen and (max-width: 991px) {

  .footer-nav {

    padding-top: 2em;

    padding-bottom: 2em;

  }

  .footmian {
    display: none;
  }

  .fph-nav {
    display: block;
  }

  #gotop {
    display: block;
  }

}

@media screen and (max-width: 768px) {

  .footer-nav {

    padding-bottom: 0.75em;

  }





}











/*内页样式*/

.ny_banner {

  width: 100%;

  height: 450px;

  text-align: center;

}



#innerbody {
  height: auto;
  padding-top: 40px;
  overflow: hidden;
}



.innermain {
  height: auto;
  min-height: 300px;
}





.ny_top {

  position: relative;

  border-bottom: 1px solid #d9d9d9;

}

.ny_top::before,
.ny_top::after {

  content: "";

  position: absolute;

  width: 50%;

  height: 100%;

  background: #0070be;

  z-index: -1;

}

.ny_top::after {

  background: #fff;

}

.tab_til {

  float: left;

  border-left: 1px solid #fff;

  width: 20%;

}

.tab_til h2 {

  color: #ffffff;

  font-size: 22px;

  line-height: 80px;

  padding-left: 20px;

}

.mianbx {

  width: 80%;

  float: right;

  background: #fff;

  text-align: right;

  height: 80px;

  display: table;

  overflow: hidden;

  line-height: 24px;

}

.mianbx p {

  vertical-align: middle;

  display: table-cell;

  color: #555555;

  font-size: 14px;

}





.ny_top2 {

  position: relative;
  background: #f5f5f5;
  border-bottom: 1px solid #e1e1e1;

}





.ny_top2 .tab_til {

  float: left;
  border-left: 1px solid #f5f5f5;

  width: 20%;

}

.ny_top2 .tab_til h2 {

  color: #0070be;

  font-size: 22px;

  line-height: 60px;

  padding-left: 20px;

}

.ny_top2 .mianbx {

  width: 80%;

  float: right;
  background: #f5f5f5;

  text-align: right;

  height: 60px;

  display: table;

  overflow: hidden;

  line-height: 24px;

}







/*about*/

.tab_nav {

  width: 20%;

  float: left;

  padding-top: 20px;
  margin-bottom: 40px;

}

.tab_nav li {

  border-bottom: 1px solid #cccccc;

  position: relative;

}

.tab_nav li::after {

  content: "";

  position: absolute;

  left: 10px;

  top: 50%;

  margin-top: -6px;

  width: 0;

  height: 0;

  border: 5px solid transparent;

  border-left: 5px solid #666666;

  display: block;

  transition-duration: .5s;

  -moz-transition-duration: .5s;

  -webkit-transition-duration: .5s;

  -o-transition-duration: .5s;

}

.tab_nav li:hover::after,
.tab_nav li.current::after {

  border-left: 5px solid #0070be;

}

.tab_nav li:hover a,
.tab_nav li.current a {

  color: #0070be;

}

.tab_nav li a {

  color: #333333;

  font-size: 15px;

  line-height: 22px;

  padding: 10px 0 10px 28px;

  display: block;

}



.con-box {

  width: 78%;
  padding-left: 2%;

  float: right;

  padding-top: 20px;

}

.con-box p {

  color: #444444;

  font-size: 15px;

  line-height: 24px;

}

.mob_tab_nav .mob_til {

  width: 100%;

  background: -webkit-linear-gradient(left, #d3161d, #e93f40);

  background: -o-linear-gradient(left, #d3161d, #e93f40);

  background: -moz-linear-gradient(left, #d3161d, #e93f40);

  padding: 10px;

  border-radius: 5px;

  margin-top: 10px;

  position: relative;

  cursor: pointer;

  display: none;

}

.mob_tab_nav b {

  color: #fff;

  font-size: 16px;

  line-height: 25px;

}

.mob_tab_nav i {

  width: 25px;

  position: absolute;

  right: 10px;

  top: 20px;

  height: 3px;

  background: #fff;

  border-radius: 4px;

  display: block;

}

.mob_tab_nav i::before,
.mob_tab_nav i::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 3px;

  background: #fff;

  border-radius: 4px;

  display: block;

}

.mob_tab_nav i::before {

  top: -8px;

}

.mob_tab_nav i::after {

  bottom: -8px;

}

.ny_ban .moba_ban {
  display: none;
}







/*service*/









/*service*/

.service-box ul {

  margin: 0 -10px;

}

.service-box ul li {

  width: 25%;
  float: left;



  padding-bottom: 10px;

}

.service-box ul li img {
  width: 100%;
  height: 200px;
}

.service-box li .ser-box {

  margin: 0 10px;

  text-align: center;

}

.service-box li .ser-box h4 {

  color: #333333;

  font-size: 14px;

  line-height: 30px;

}





/*honor*/

.imgbox:hover {

  cursor: zoom-in;

}

.mask:hover {

  cursor: zoom-out;

}

.bigimg {

  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  margin: auto;

  display: none;

  z-index: 9999;

  border: 10px solid #fff;

  box-sizing: initial;

}

.mask {

  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background-color: #000;

  opacity: .5;

  filter: Alpha(opacity=50);

  z-index: 98;

  transition: all 1s;

  display: none;

}

.mask>img {

  position: fixed;

  right: 10px;

  top: 10px;

  width: 60px;

}







/* 企业文化  */

.corporateCulture {
  height: auto;
  margin-bottom: 5%;
}

.corporateCulture .inline {
  width: 100%;
}

.corporateCulture .inline .vision-img {
  width: 50%;
}

.corporateCulture .inline .vision-img img {
  width: 100%;
  height: auto;
}

.corporateCulture .inline .vision-text {
  width: 50%;
  height: auto;
  background: #fff;
  position: relative;
}

.corporateCulture .inline .vision-text .text {
  padding: 20px;
  color: #666666;
  margin-top: 20px;
}

.corporateCulture .inline .vision-text .text .yj span {
  font-size: 28px;
  margin-right: 10px;
  color: black;
}

.corporateCulture .inline .vision-text .text .yj+i {
  display: inline-block;
  border: 1px solid #666666;
  width: 30px;
  margin: 15px 0;
}

.corporateCulture .inline .vision-text .text .list-text {
  margin-bottom: 15px;
  margin-top: 15px;
  letter-spacing: 2px;
}

.corporateCulture .inline .vision-text .leader {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin-bottom: 25px;
}





/* 合作伙伴列表 */



.partnerList {
  width: 100%;
  overflow: hidden;
}

.partnerList li {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}



.partnerList li img {
  width: 220px;
  height: 92px;
  background: #e5e5e5;

  border: 1px solid #d4d4d4;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}



.partnerList li span {
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}





.page {
  text-align: center;
  LINE-HEIGHT: 40px;
  MARGIN: 3% auto;
  HEIGHT: 40px;
  COLOR: #434343;
  FONT-SIZE: 14px;
  OVERFLOW: hidden;
  display: block;
  width: 100%;
}

.page span {
  margin: 0px 2px;
  DISPLAY: inline;
}

.page span a {
  TEXT-ALIGN: center;
  padding: 6px 11px;
  color: #434343;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
}

.page span a:hover {
  COLOR: #fff;
  BORDER: 1px solid #dd0b16;
  background: #dd0b16;
  TEXT-DECORATION: none
}

.page span.on a {
  BORDER: 1px solid #dd0b16;
  background: #dd0b16;
  COLOR: #fff;
}





/*工程范围*/



.service_wrap {
  background: #f5f5f5 url(service_bg.png) no-repeat center top;
  padding-top: 14px;
  padding-bottom: 70px;
}

.service {
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
  margin-top: 40px;
}

.service_pic {
  width: 47.41666666666%;
  overflow: hidden;
}

.service_pic>a {
  display: block;
}

.service_pic img {
  width: 569px;
  height: 339px;
}

.service_box {
  width: 52.583333333%;
  position: relative;
  background: #fff;
  z-index: 9;
  overflow: hidden;
}

.service_sp1 {
  display: block;
  font-size: 14px;
  color: #79c6fc;
  margin-left: 6.3%;
  margin-bottom: 6px;
}

.service_sp2 {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-left: 6.3%;
  margin-top: 58px;
}

.service_sp1 i {
  border-bottom: solid 1px #79c6fc;

  height: 1px;

  width: 30px;

  display: block;

  margin-top: 10px;
}

.service_p {
  color: #666666;
  font-size: 14px;
  margin-left: 6.3%;
  margin-right: 6.8%;
  line-height: 24px;
  margin-top: 28px;
}



@media screen and (min-width:769px) and (max-width:1200px) {

  .service_pic img {
    width: 100%;
    height: auto;
  }

  .service_sp1 {
    margin-top: 10px;
  }

  .service_p {
    margin-top: 10px;
  }

  .m20 {
    margin-left: 20px;
    margin-right: 20px;
  }

}

@media screen and (max-width:768px) {

  .service_pic img {
    width: 100%;
    height: auto;
  }

  .service_sp1 {
    margin-top: 10px;
  }

  .service_p {
    margin-top: 10px;
  }

  .m20 {
    margin-left: 20px;
    margin-right: 20px;
  }



}

@media screen and (max-width:640px) {}

@media screen and (max-width:420px) {

  .service_icon {
    font-size: 14px;
    top: -12px;
  }

  .service_p {
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .service_p span {
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }

  .ser_icon_r {
    right: 10px;
  }

  .ser_icon_l {
    left: 10px;
  }

  .service_wrap {
    padding-top: 0px;
  }

}







/*工程领域*/

.product-box {

  width: 100%;

  margin: 0 auto;
  font-family: "微软雅黑";

  margin-bottom: 20px;
  overflow: hidden;

}

.product-box:after {

  clear: both;

  content: '';

  display: block;

  width: 0;

  height: 0;

  visibility: hidden;

}



.pro-list {

  margin-top: 1.25em;

  margin-bottom: 0em;

}

.pro-list ul:after {

  clear: both;

  content: '';

  display: block;

  width: 0;

  height: 0;

  visibility: hidden;

}

.pro-list li {

  float: left;
  width: 32.1%;
  margin-right: 1.8%;

  margin-bottom: 20px;
  position: relative;

}

.pro-list li:nth-child(3n) {
  margin-right: 0;
}

.pro-list li .nImg {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
}



.pro-list li img {
  width: 100%;
  transition: all 0.5s;
}

.i-Pic {
  overflow: hidden;
  font-size: 0;
}

.i-Pic img {
  width: 100%;
  min-height: 100%;
  background: #ccc;
}

.b-Pic {
  overflow: hidden;
}

.b-Pic img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.b-Pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06);
}

.pro-list li div {
  padding: 15px;
  background: #f1f1f1;
  height: auto;
  color: #666;
  line-height: 22px;
}



.pro-list li div h4 {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dadada;
  font-weight: normal;
}



.pro-list li div h4 span {
  display: block;
  color: #999;
  line-height: 16px;
  font-size: 12px;
}

.pro-list li div p {
  color: #999;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
}



.pro-list li:hover div {
  color: #fff;
  background: #0070be;
}



.pro-list li:hover div h4,
.pro-list li:hover div h4 span,
.pro-list li:hover div p {
  color: #fff;
}



.pro-list li:hover div h4 {
  border-bottom: 1px solid #005997;
}



.pro-list li:hover img {
  transition: all 0.5s;
  transform: scale(1.1, 1.1);
}



.pro-list li::before,
.pro-list li::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  transition: all 0.4s;
  width: 0;
  left: 0;
  background: #005997;
}



.pro-list li::after {
  right: 0;
  left: auto;
}



.pro-list li:hover::before,
.pro-list li:hover::after {
  width: 50%;
  transition: all 0.4s;
}



@media screen and (max-width: 1200px) {

  .product-box {

    width: 100%;

    margin-top: 2em;

    margin-bottom: 2em;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

  }





  .pro-list .names {

    line-height: 4em;

  }

}

@media screen and (max-width: 991px) {





  .pro-list li {

    width: 48%;

    margin-right: 2.7%;

  }

  .pro-list li:nth-child(3n) {
    margin-right: 2.7%;
  }



  .pro-list li:nth-child(2n) {

    margin-right: 0;

  }

}

@media screen and (min-width: 769px) {

  .phsec-nav {

    display: none;

  }

}



@media screen and (max-width: 768px) {

  .pro-right .sea-boxs {

    display: none;

  }





  .pro-list {

    margin-bottom: 1em;

    margin-top: 1em;

  }

  .product-box {

    margin-bottom: 1em;

    margin-top: 0em;

    padding: 0 0%;

  }



}



@media screen and (max-width: 414px) {

  .pro-list li {

    width: 100%;

    margin-right: 0;

    margin-bottom: 5%;

  }

  .pro-list li:nth-child(3n) {

    margin-right: 0;

  }

  .pro-list .names {

    line-height: 5.375em;

  }

}











/* 产品  内页*/

.pro_content {
  width: 100%;
  background: #f8f8f8;
  padding-bottom: 30px;
  height: auto;
  overflow: hidden;
  margin-top: 35px;
}



.pro_content .swiper-container {

  width: 100%;
  height: 400px;
  padding: 20px;
  position: relative;
  overflow: hidden;

}

.pro_content .swiper-slide {

  background-size: cover;

  background-position: center;

}

.pro_content .proshow {

  width: 100%;
  text-align: center;

}

.pro_content .proshow img {
  max-width: 100%;
  height: auto;
}



.proshow .hb {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px !important;
  z-index: 3;
  margin: 0 auto;
}

.proshow .hb span {
  width: 10px;
  height: 10px;
  display: inline-block;
  opacity: 1;
  cursor: pointer;
  background: #ddd;
  font-size: 0;
  border-radius: 50%;
  margin: 0 4px !important;
}

.proshow .hb span.swiper-pagination-bullet-active {
  background: #e70e1f;
}



.lbt2 {

  position: absolute;
  top: 50%;
  right: 10px;
  width: 17px;
  height: 26px;
  margin-top: -13px;
  z-index: 100;
  outline: none;
  cursor: pointer;

}



.lbt1 {

  position: absolute;
  top: 50%;
  left: 10px;
  width: 17px;
  height: 26px;
  margin-top: -13px;
  z-index: 100;
  outline: none;
  cursor: pointer;

}



.detail-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 3%;
}



.pro_tit {
  font-size: 24px;
  color: #222222;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}

.detail-box .detail-box-tit {
  display: inline-block;

  background-color: #0070be;

  color: #FFFFFF;

  width: 189px;

  height: 40px;

  line-height: 40px;

  font-size: 18px;

  margin: 28px 28px 0 28px;

  text-align: center;
}







.detail-box .detail-box-info {
  height: auto;
  padding: 50px 30px 100px 30px;
  font-size: 14px;
  color: #555;
}


.detail-box .detail-box-info p {
  text-indent: 2em;
  margin-bottom: 10px;
}




@media screen and (max-width:768px) {

  .pro_content .swiper-container {

    height: 300px;
    padding: 30px;

  }

  .pro_content .proshow {
    width: 80%;
    float: none;
    padding: 0 0px;
  }

  .gallery-thumbs {
    display: none;
  }

  .lbt1,
  .lbt2 {
    display: none;
  }

}













/*新闻列表*/

.newslist {
  margin-top: 30px;
  padding-bottom: 60px;
}

.newslist li {
  overflow: hidden;
  margin-bottom: 29px;
  padding-bottom: 29px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
}

.newslist li:last-child {
  margin-bottom: 0;
}

.newslist li .news_img {
  float: left;
  position: relative;
  display: block;
  overflow: hidden;
  width: 22%;
}

.newslist li .news_img img {
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  width: 100%;
  height: auto;
}

.newslist li .news_img:hover img {
  transform: scale(1.04);
}

.newslist li .news_txt {
  float: right;
  width: 76%;
  padding-top: 20px;
  padding-right: 50px;
  position: relative;
}

.newslist li .news_txt span {
  color: #bebebe;
  font-size: 12px;
}

.newslist li .news_txt h4 {
  font-size: 18px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.newslist li .news_txt a:hover h4 {
  color: #0070be;
}

.newslist li .news_txt h4:after {
  content: '';

  display: block;

  width: 30px;

  height: 2px;

  background-color: #e2e2e2;
  margin: 15px 0;

}

.newslist li .news_txt p {
  font-size: 14px;
  line-height: 1.5;
  color: #999;
}



.newslist li i {

  display: inline-block;

  width: 22px;

  height: 22px;

  background: url(news-p2.png) no-repeat center;

  border: 1px solid #e2e2e2;

  line-height: 20px;

  text-align: center;

  color: #e2e2e2;

  font-style: normal;

  position: absolute;

  top: 50%;

  right: 0;

  font-size: 14px;

}

.newslist li a:hover>i {

  border-color: #0070be;

  background-color: #0070be;

  background-image: url(news-p1.png);

  color: #fff;

}





/*新闻详情*/

.newsdetail-box {

  width: 100%;
  max-width: 1100px;
  font-family: "微软雅黑";

  margin: 40px auto;
  background: #fff;

}



.newsdetail-box .title-boxs {

  text-align: center;

  padding: 40px 0;
  background: #f8f8f8;
  color: #333;

}

.newsdetail-box .title-boxs .title {

  font-size: 24px;
  color: #333;
  font-weight: bold;

  line-height: 28px;

}

.newsdetail-box .title-boxs .time {

  font-size: 12px;

  color: #666666;

  margin-top: 10px;

}



.news-doc {

  font-size: 14px;

  color: #555555;

  line-height: 24px;

  margin-top: 20px;

}

.news-doc strong {
  font-weight: bold;
  font-size: 18px;
  color: #222;
}

.news-doc img {

  max-width: 100%;

  display: block;

  margin: 1em auto;

}





.pages {

  margin-top: 1.5em;

  position: relative;

  border-top: 1px solid #dedede;

  padding-top: 0.5em;

}

.pages li {

  font-size: 14px;

  line-height: 30px;

  color: #333333;

}

.pages li a {

  color: #333333;

}



.pages li a:hover {

  color: #a66428;

}

.pages .back {

  font-size: 12px;

  display: inline-block;

  position: absolute;

  right: 0;

  top: 15px;

  width: 110px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  color: #fff;

  background: #333333;

}

.pages .back:hover {

  background: #666;

}

@media screen and (max-width: 1440px) {

  .newsdetail-box {

    width: 960px;

  }

}

@media screen and (max-width: 1200px) {

  .newsdetail-box {

    width: 100%;

    padding: 0 3%;

    margin-top: 2em;

    margin-bottom: 4em;

    transition: all 0.5s;

    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

  }

}

@media screen and (max-width: 1200px) {

  .newsdetail-box .title-boxs .title {

    font-size: 1.5em;

  }

}

@media screen and (max-width: 991px) {

  .newsdetail-box {

    margin-bottom: 3em;

  }

  .pages .back {

    position: inherit;

    right: inherit;

    top: inherit;

    margin: auto;

    display: block;

    margin-top: 2em;

  }

}



@media screen and (max-width:768px) {

  .newsdetail-box .title-boxs .title {

    font-size: 1.1em;

  }

  .newsdetail-box .title-boxs .time {

    margin-top: 0.5em;

    font-size: 0.75em;

  }

}

@media screen and (max-width:768px) {

  .pages .back {

    width: 10em;

    font-size: 0.875em
  }

}





.ht30 {

  height: 30px;

}

.casett {
  text-align: center;
  height: auto;
  padding: 40px 0 0 0;
}

.casett a {
  color: #222;
  background: #eee;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px 10px;
  margin: 5px 5px;
  display: inline-block;
}

.casett a.on {
  color: #fff;
  background: #0070be;
}


.caselist {}

.caselist ul {

  margin-bottom: 0;

  margin: 0px -25px;

}

.caselist ul li {

  width: 33.33%;

  padding: 20px 25px;

  float: left;

}

.caselist .i {

  display: block;

  overflow: hidden;

}

.caselist .i>.ct {

  position: relative;

  height: auto;

  overflow: hidden;

}

.caselist .i>.ct>i {

  position: absolute;

  z-index: 1;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: url(case-plus.png) no-repeat center rgba(0, 0, 0, .2);

  opacity: 0;

}

.caselist .i:hover>.ct>i {

  opacity: 1;

}

.caselist .i>.ct img {

  width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;

}

.caselist .i:hover>.ct img {

  transform: scale(1.05, 1.05);

}

.caselist .i>p {

  line-height: 40px;

  height: 40px;
  overflow: hidden;
  text-align: center;

  padding: 0 20px;

  color: #333;

  background-color: #f5f5f5;

  font-size: 14px;

}

.caselist .i:hover>p {
  background: #0070be;
  color: #fff;
}

@media screen and (max-width: 1024px) {

  .caselist ul {

    margin: -5px;

  }

  .caselist ul li {

    width: 50%;

    padding: 5px;

  }

  .caselist .i>.ct {

    height: auto;

  }

  .caselist .i>.ct>i {

    background-size: 60px auto;

  }

  .casett {
    padding: 20px 0 0 0;
  }

  .casett a {
    padding: 5px 10px;
    margin: 5px 5px;
    font-size: 14px;
  }

}







.lx-cont {
  height: auto;
  margin: 30px 0;
}

.col-contactway {
  margin-top: 20px;
}

.col-contactway ul {
  display: flex;
}

.col-contactway ul li {
  width: 33%;
  padding: 50px 15px 20px;
  margin-right: 1.21%;
  background: #f3f7ff;
}

.col-contactway ul li h4 {
  font-size: 18px;
  color: #1a1a1a;
  margin: 20px 0 5px;
}

.col-contactway ul li p {
  font-size: 14px;
  color: #6d6d6d;
  line-height: 1.6;
  max-width: 260px;
  margin: 0 auto;
}

.col-contactway ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .col-contactway ul {
    display: block;
  }

  .col-contactway ul li {
    width: 100%;
    padding: 20px 15px 20px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/*message*/

/*.message{  width:80%; padding:0 %;border:1px solid #e5e5e5; margin:30px auto;}

.message .cont_tit{ font-size:28px; color:#333; font-weight:600; line-height:40px; height:40px; margin-bottom:40px;  padding:20px; text-align:center;  }

.message h2 { text-align:center;

    font-size: 22px;

    line-height: 22px;

    padding-bottom: 23px;

    color: #333;

    margin-bottom: 39px;

    border-bottom: 1px solid #eee;

}

.message form{ width:100%;  overflow:hidden;  }

.message form p{ width:80%; margin-left:10%;   margin-bottom:15px;}

.message form span{ width:80px; display:block;  font-size:14px; color:#222;height:35px; line-height:35px; text-align:right; margin-right:20px;}

.message form span i{ color:#f00; font-size:14px; margin-right:5px; font-style:normal;}

.message form .inp{ width:70%; height:35px; line-height:35px; padding-left:5px; border:1px solid #e1e1e1;  color:#6a6a6a;}

.message form #Province{width:200px; height:35px; line-height:35px; border:1px solid #e1e1e1; border-radius:5px;float:left; color:#6a6a6a;}

.message form #City{width:200px; height:35px; line-height:35px; border:1px solid #e1e1e1; border-radius:5px;float:right; color:#6a6a6a;}

.message form textarea{ width:90%; height:200px; padding:5px; border:1px solid #e1e1e1;  color:#6a6a6a; line-height:20px;}

.message form #sub{ width:100%; height:42px; line-height:42px;background:#f72c3d; color:#fff; border:0; font-size:12px;    cursor:pointer; }*/



.message {
  background: #f3f7ff;
  width: 100%;
  padding: 5%;
}

.message .form {}

.message .form>.hd {
  padding: 30px 0;
  font-size: 20px;
}

.message .form>.hd p {
  line-height: 1em;
  text-align: center;
  color: #333333;
  font-size: 33px;
}

.message .form>.ct {
  padding: 0 15px;
}

.message .form>.ft {}

.message .form>.ft .bt {
  display: block;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #e70e1f;
}

.message .form>.ft input {
  height: 50px;
  width: 50%;
  -webkit-appearance: button;
  cursor: pointer;
  max-width: 160px;
  background: #0758e7;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
}

.message .form>.ft .bt:hover {
  opacity: .8;
}

.message .form .p {}

.message .form .p .text {
  position: relative;
  border: 1px solid #eaeaea;
}

.message .form .p .text>label {
  font-weight: normal;
  margin-bottom: 0;
  line-height: 42px;
  padding-left: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
}

.message .form .p .text input[type="text"],
.message .form .p .text textarea {
  border: none;
  padding: 0;
  width: 100%;
  font-size: 14px;
  color: #333333;
}

.message .form .p .text input[type="text"] {
  height: 42px;
}

.message .form .p .text textarea {
  height: 80px;
  line-height: 42px;
}

.message .form .p h3 {
  font-size: 18px;
  color: #333;
}

.message .form .p p {
  color: #333;
  font-size: 14px;
}

.message .form .p p input[type="checkbox"] {
  vertical-align: top;
  margin-right: 3px;
}

.message .form .p p label {
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}

.message .form .p .vcode {
  display: inline-block;
  vertical-align: middle;
}

.message .form .p .vcode input {
  border: none;
  background-color: #dcdcdc;
  height: 34px;
  width: 94px;
  text-align: center;
  float: left;
  margin-right: 5px;
}

.message .form .p .vcode img {
  height: 34px;
}

.ht10 {
  height: 10px;
}

.pull-right {
  float: right !important;
}




.icon_aBlock,
.wc_block,
.wb_block,
.icon2_content,
.icon3_content {
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.icon_content {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -212px;
  z-index: 9999;
}

.icon_aBlock {
  position: relative;
  width: 40px;
  height: 44px;
  color: #fff;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.icon_aBlock.icon2 {
  background: #3bbafb url(b1_2.png) no-repeat center;
}

.icon_aBlock.icon4 {
  background: #3bbafb url(b1_4.png) no-repeat center;
}

.icon_aBlock.icon5 {
  background: #3bbafb url(b1_5.png) no-repeat center;
}

.icon_aBlock.icon6 {
  background: #3bbafb url(b1_6.png) no-repeat center;
}

.icon_aBlock.icon8 {
  background: #3bbafb url(b1_8.png) no-repeat center;
  display: none;
}

.icon_aBlock.icon2:hover {
  background: #0086ca url(b1_2.png) no-repeat center;
}

.icon_aBlock.icon4:hover {
  background: #0086ca url(b1_4.png) no-repeat center;
}

.icon_aBlock.icon5:hover {
  background: #0086ca url(b1_5.png) no-repeat center;
}

.icon_aBlock.icon6:hover {
  background: #0086ca url(b1_6.png) no-repeat center;
}

.icon_aBlock.icon8:hover {
  background: #0086ca url(b1_8.png) no-repeat center;
}

.wc_block {
  position: absolute;
  right: 70px;
  top: -14px;
  width: 0px;
  overflow: hidden;
}

.wb_block {
  position: absolute;
  right: 70px;
  top: -14px;
  width: 0px;
  overflow: hidden;
}

.wc_block img,
.wb_block img {
  border: 1px solid #0086ca;
  max-width: initial;
}

.icon_aBlock.icon2:hover .wc_block {
  right: 50px;
  width: 115px;
  padding-right: 10px;
}

.icon_aBlock.icon4:hover .wc_block {
  right: 50px;
  width: 115px;
  padding-right: 10px;
}

.icon_aBlock.icon5:hover .wb_block {
  right: 50px;
  width: 115px;
  padding-right: 10px;
}

.icon2_content,
.icon3_content {
  position: absolute;
  right: 41px;
  width: 0px;
  height: 26px;
  background: #0086ca;
  white-space: nowrap;
  font-size: 12px;
  line-height: 25px;
  top: 0px;
  overflow: hidden;
}

.icon_aBlock:hover {
  border: 1px solid #0086ca;
  border-bottom: 0px;
}

.icon_aBlock:hover .icon2_content {
  width: 138px;
  border: 1px solid #0086ca;
}

.icon_aBlock:hover .icon3_content {
  width: 160px;
  border: 1px solid #0086ca;
}




/*左侧浮动返回顶部图标样式*/

a.gotoptop_icon {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 90px;
  width: 25px;
  height: 25px;
  background: url(gotop.png) no-repeat -26px 0px;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

a.gotoptop_icon:hover {
  background-position: 0px 0px;
}



@media screen and (max-width: 1200px) {

  .wrap {
    width: 100%;
    padding: 0 10px;
  }

}

@media screen and (max-width: 1024px) {

  .homecase {}

  .homecase .info_list .big {}

  .homecase .info_list .big .titles {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    margin-top: 0px;
  }



  .About-text .b_lx {
    width: 50%;
  }



  .hnews {
    padding: 0 3%;
  }







  .content {
    padding-top: 60px;
    top: 0;
  }

  .banner .swiper-slide {
    overflow: hidden;
  }

  .banner .swiper-slide img {
    max-width: initial;
    height: 280px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }



  .quick {
    display: none;
    height: auto;
    background-color: #fff;
  }

  .quick ul {
    padding: 0;
  }

  .quick ul li {
    width: 50%;
    height: 100px;
    margin-bottom: 1px;
    background-color: #84cff3;
  }



  .message .form .p .pull-right {

    float: none !important;

    margin-bottom: 10px;

  }

  .message .form .p .text {

    width: 100% !important;

  }

  .message .form .p h3 {

    margin-top: 10px;

  }



}



@media screen and (max-width:970px) {

  .nav-tab .sub-li a {
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
  }

  .nav-tab .sub-li {
    padding: 24px 3px;
  }

  .ny_top {

    display: none;

  }

  .ny_top2 .tab_til h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
}



@media screen and (max-width: 700px) {

  .tab_nav,
  .con-box {

    width: 100%;

    float: none;

  }

  .con-box {
    padding-left: 0;
  }

  .mob_tab_nav .mob_til {

    display: block;

  }



  .tab_nav {

    margin-top: 0;

    display: none;

  }

  ｝ @media screen and (max-width: 670px) {

    .ny_banner .flex_w,
    .ny_banner {

      height: 350px;

      background-size: cover !important;

    }





  }

  @media screen and (max-width: 640px) {

    .mainTitle {
      padding: 0PX 0 15px 0;
    }

    .mainTitle .cn {
      color: #0070be;
    }

    .banner .swiper-slide img {
      height: 280px;
    }

    .banner_img img {
      max-width: initial;
      height: 280px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }

    .quick {
      height: 80px;
    }

    .section1 a {
      width: 31%;
      margin-right: 2%;
      margin-top: 2%;
      margin-bottom: 10px;
    }

    .section1 a img {
      width: 68px;
      height: auto;
    }

    .section1 a p {
      font-size: 14px;
    }

    .section1 a:nth-child(3n) {
      margin-right: 0%;
    }

    .section1 a:nth-child(2n) {
      margin-right: 2%;
    }



    .section1 a i {
      width: 80px;
      height: 80px;
    }



    .yslist {
      padding: 5% 0;
    }

    .yslist ul li {
      width: 49%;
      margin-right: 2%;
      margin-bottom: 2%;
    }

    .yslist ul li:nth-child(2n) {
      margin-right: 0;
    }



    .homecase .title,
    .hnews .title {
      font-size: 18px;
    }

    .homecase .title span,
    .hnews .title span {
      font-size: 14px;
    }



    .HomeAbout {
      padding: 5% 0;
    }

    .About-text .b_lx {
      display: none;
    }



    .hezuo ul li {
      width: 32%;
    }



    .service-box ul li {
      width: 33%;
    }

    .corporateCulture .inline .vision-img {
      width: 100%;
    }

    .corporateCulture .inline .vision-text {
      width: 100%;
      height: auto;
    }



    .partnerList li {
      width: 49%;
      padding: 0px;
    }

    .partnerList li:nth-child(2n) {
      margin-right: 0;
    }







    .newslist li .news_img {
      float: none;
      width: 100%;
    }

    .newslist li .news_txt {
      float: none;
      width: 100%;
      padding-top: 20px;
      padding-right: 50px;
      position: relative;
    }





  }



  @media screen and (max-width: 480px) {

    .quick ul li {
      width: 100%;
      border-right: none;
    }

    .quick ul li .txt h3 {
      font-size: 14px;
    }









    .case_box {
      padding-bottom: 30px;
      margin-top: 25px;
    }

    .case_box ul li {
      margin-bottom: 20px;
    }

    .case_box ul li .case_img {
      width: 100%;
      padding-top: 61.167%;
    }

    .case_box ul li .case_txt h4 {
      font-size: 16px;
    }

    .case_box ul li .case_txt p {
      font-size: 12px;
      line-height: 20px;
    }

    .case_box ul li .case_txt {
      width: 100%;
      padding-top: 0;
      margin-top: 15px;
    }

    .more a {
      margin-top: 30px;
    }





  }