#header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.header {
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background: #091432;
  transition: all 0.5s;
}
.head-kong {
  height: 85px;
}
.header-box {
  height: 85px;
  line-height: 85px;
  opacity: 1;
  transition: opacity 0.5s ease;
  overflow: initial;
  transition: all 1s ease;
  align-items: center;
}
.header-box .head-logo {
  display: flex;
  align-items: center;
  width: 250px;
}
.sy-nav {
  height: 100%;
}
.sy-nav li {
  width: 110px;
  font-size: 16px;
  position: relative;
  text-align: center;
}
.sy-nav li .link-a {
  color: #fff;
  line-height: 85px;
  display: block;
  width: 100%;
  height: 100%;
}
.sy-nav li .in-lev {
  position: absolute;
  top: 85px;
  left: 50%;
  width: 170px;
  opacity: 0;
  z-index: 5;
  margin-left: -85px;
  transform: scale(0);
}
.sy-nav li .in-lev a {
  color: #fff;
  font-size: 16px;
  background: rgba(0, 97, 174, 0.7) url(../images/nav-drow.png) 8px 21px no-repeat;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 25px;
}
.sy-nav li .in-lev a:hover {
  background: rgba(0, 97, 174, 0.85) url(../images/nav-drow.png) 8px -22px no-repeat;
}
.sy-nav li:hover .in-lev {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
  transform: all 0.3s ease 0s;
  cursor: pointer;
  opacity: 1;
}
/* 箭头 */
.next,
.prev {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 50%;
}
.next img,
.prev img {
  display: block;
  transition: all 0.5s;
}
.next:hover img,
.prev:hover img {
  transform: scale(1.1);
}
.next {
  right: 10vw;
}
.prev {
  left: 10vw;
}
/** banenr*/
.banenr {
  position: relative;
  height: 100vh;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  max-height: 1080px;
}
.banenr .swiper-slide img {
  width: 100%;
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  height: 100vh;
  max-height: 1080px;
}
.banenr .banner-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.banenr .banner-pagination .swiper-pagination-bullet {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  background: #fff;
  outline: none;
  opacity: 1;
}
.banenr .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #26a9ec;
}
/**  sy-公司介绍 **/
.sy-introduction {
  background: url(../images/sy-box2.jpg) center no-repeat;
  height: 1080px;
}
.sy-introduction .center {
  height: 100%;
}
.sy-introduction .info {
  position: relative;
  height: 100%;
  width: 685px;
  padding-top: 150px;
}
.sy-introduction .info .title h1 {
  font-size: 48px;
  color: #0b61aa;
  text-transform: uppercase;
}
.sy-introduction .info .title h2 {
  font-size: 26px;
  color: #494949;
}
.sy-introduction .info .info-c {
  font-size: 16px;
  line-height: 32px;
  height: 160px;
  overflow: hidden;
  margin: 30px 0;
}
.sy-introduction .info .number {
  text-align: center;
}
.sy-introduction .info .number h1 {
  font-size: 42px;
}
.sy-introduction .info .number h1 span {
  font-size: 20px;
  color: #333333;
}
.sy-introduction .info .number h2 {
  font-size: 16px;
  color: #4c4c4c;
}
.sy-introduction .info .introduction-list {
  margin-top: 50px;
  width: 985px;
  background: #fff;
  height: 165px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.sy-introduction .info .introduction-list .item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  flex: 1;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.sy-introduction .info .introduction-list .item img,
.sy-introduction .info .introduction-list .item h1 {
  transition: all 0.8s;
}
.sy-introduction .info .introduction-list .item:hover img {
  margin-bottom: 10px;
}
.sy-introduction .info .introduction-list .item:hover a {
  color: #0094de;
}
.sy-introduction .info .welcome {
  width: 325px;
  height: 70px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.sy-introduction .info .welcome a {
  line-height: 70px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 100%;
  height: 100%;
  background: #0094de;
  font-style: italic;
  text-align: center;
}
.sy-introduction .info .welcome:hover {
  transform: translateX(5px);
}
.sy-introduction .info .about {
  font-size: 297px;
  color: #f7f7f7;
  text-transform: uppercase;
  position: absolute;
  right: 0px;
  bottom: 0;
  line-height: 280px;
}
.sy-title {
  background: url(../images/title-bg.png) center no-repeat;
  background-size: 100% 100%;
  width: 250px;
  height: 115px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-transform: uppercase;
}
.sy-title h1 {
  font-size: 18px;
  margin-top: 3px;
  color: #717171;
  transform: translateX(-30px);
}
.sy-title h2 {
  font-size: 34px;
  color: #222222;
  width: 300px;
  transform: translateX(-30px);
}
.sy-title h2 span {
  font-size: 16px;
}
.sy-product {
  background: #fafafa;
  overflow: hidden;
  margin-bottom: 50px;
}
.sy-product .sy-title {
  margin: 50px 0;
}
.flash-hover {
  position: relative;
  overflow: hidden;
  background: repeating-linear-gradient(to right, #00e2c4, #00cae5, #00bdf7);
}
.flash-hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, #fff, transparent);
  transition: 0.5s;
}
.flash-hover:hover::after {
  left: 100%;
}
/* 3522集团的新网站产品列表 */
.syproduct-list {
  margin: 0 auto;
  max-width: 1920px;
}
.syproduct-list .item {
  overflow: hidden;
}
.syproduct-list .item a {
  position: relative;
  background: url(../images/product-bg.png) center no-repeat;
  background-size: 100% 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.syproduct-list .item a .img {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.syproduct-list .item a img {
  display: block;
  margin: 0 auto;
  max-width: 95%;
  max-height: 95%;
  transition: all 0.5s;
}
.syproduct-list .item a > .info {
  position: absolute;
  background: rgba(0, 148, 222, 0.6);
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  padding: 40px 2.6vw;
  transition: all 0.5s;
}
.syproduct-list .item a > .info > h1 {
  font-size: 30px;
  position: relative;
  height: 30%;
}
.syproduct-list .item a > .info > h1::after {
  content: "";
  display: block;
  width: 3vw;
  height: 3px;
  background: #fff;
  top: 50px;
  position: absolute;
  left: 0;
  border-radius: 3px;
}
.syproduct-list .item a > .info > h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.syproduct-list .item a > .info > .info {
  height: 60%;
  font-size: 18px;
  line-height: 32px;
}
.syproduct-list .item a:hover > .info {
  top: 0;
}
.chanp-next,
.chanp-prev {
  height: 9vh;
  width: 2.6vw;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -4.5vh;
  cursor: pointer;
  outline: none;
}
.chanp-next {
  background: url(../images/chanp-next.jpg) center no-repeat;
  right: 0;
  background-size: 100% 100%;
}
.chanp-prev {
  background: url(../images/chanp-prev.jpg) center no-repeat;
  left: 0;
  background-size: 100% 100%;
}
.sy-box3 {
  background: url(../images/sy-bg3.jpg) center no-repeat;
  height: 795px;
  display: flex;
  align-items: center;
}
.sy-box3 .left {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 80px 0;
}
.sy-box3 .left .sy-title {
  background: url(../images/title-bg2.png) center no-repeat;
  background-size: 100% 100%;
}
.sy-box3 .left .sy-title h1,
.sy-box3 .left .sy-title h2 {
  color: #fff;
}
.sy-box3 .left .text {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.sy-box3 .left > h3 {
  font-size: 18px;
  text-transform: uppercase;
}
.sy-box3 .left > h3 a {
  color: #fff;
}
.sy-box3 .right {
  width: 700px;
  height: 550px;
  background: #fff url(../images/xiajiao.png) right bottom no-repeat;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  padding-left: 105px;
}
.sy-box3 .right .item {
  display: flex;
}
.sy-box3 .right .item h1 {
  font-size: 30px;
  color: #0094de;
  font-weight: bold;
}
.sy-box3 .right .item h1::after {
  content: "";
  display: block;
  width: 62px;
  height: 3px;
  background: #0086c8;
  border-radius: 3px;
  margin-top: 5px;
}
.sy-box3 .right .item .info {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 40px;
  justify-content: space-between;
  padding-top: 10px;
}
.sy-box3 .right .item .list {
  font-size: 18px;
  font-weight: bold;
}
.sy-box3 .right .item .list a {
  color: #aab0b5;
  padding: 0 15px;
  transition: all 0.3s;
}
.sy-box3 .right .item .list a:not(:last-child) {
  border-right: 2px solid #aab0b5;
}
.sy-box3 .right .item .list a:first-child {
  padding-left: 0;
}
.sy-box3 .right .item .list a:hover {
  color: #0086c8;
}
/* 3522集团的新网站新闻 */
.sy-news {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
  margin-bottom: 40px;
}
.sy-news .top {
  padding-left: 30px;
  align-items: flex-end;
  margin-bottom: 30px;
}
.sy-news .top .news-nav a {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #d6d6d6;
  text-align: center;
  margin-right: 2px;
  transition: all 0.3s;
  font-size: 16px;
}
.sy-news .top .news-nav a.active {
  color: #fff;
  background: #0186c9;
}
.sy-news .bg {
  position: absolute;
  right: 0px;
  bottom: 0;
  font-size: 297px;
  line-height: 230px;
  color: #f7f7f7;
  text-transform: uppercase;
}
.news-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.3s;
  width: 3600px;
}
.news-box .hot {
  width: 445px;
  padding-left: 30px;
  height: 540px;
}
.news-box .hot a {
  padding-top: 40px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
.news-box .hot a:hover img {
  transform: scale(1.2);
}
.news-box .hot a:hover h2,
.news-box .hot a:hover h3 {
  color: #0094de;
}
.news-box .hot a:hover h3 {
  transform: translateX(5px);
}
.news-box .hot h1 {
  font-size: 18px;
  color: #888888;
  font-weight: bold;
}
.news-box .hot h1 span {
  text-transform: uppercase;
}
.news-box .hot h2 {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  transition: all 0.3s;
}
.news-box .hot h3 {
  font-size: 14px;
  transition: all 0.3s;
  color: #9e9e9e;
  text-transform: uppercase;
}
.news-box .hot h3 span {
  color: #2d418a;
  transition: all 0.3s;
}
.news-box .hot .img {
  width: 415px;
  height: 290px;
}
.news-box .list {
  width: 655px;
}
.news-box .list .item {
  height: 180px;
}
.news-box .list .item a {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding: 0 30px;
  justify-content: center;
  border-bottom: 1px solid #dcdcdc;
}
.news-box .list .item a:hover {
  background: url(../images/news-abg.jpg) center no-repeat;
  background-size: 100% 100%;
}
.news-box .list .item a:hover h1,
.news-box .list .item a:hover h2,
.news-box .list .item a:hover h3,
.news-box .list .item a:hover h3 span {
  color: #fff;
}
.news-box .list .item a:hover h2 {
  margin: 22px 0 23px;
}
.news-box .list .item h1 {
  font-size: 18px;
  font-weight: bold;
  color: #888888;
  transition: all 0.4s;
}
.news-box .list .item h2 {
  font-size: 22px;
  line-height: 36px;
  transition: all 0.4s;
  color: #333333;
  margin: 20px 0;
}
.news-box .list .item h3 {
  font-size: 14px;
  transition: all 0.4s;
  color: #9e9e9e;
  text-transform: uppercase;
}
.news-box .list .item h3 span {
  color: #2d418a;
}
/** 合作 **/
.sy-hezuo {
  background: #eee;
  padding-top: 50px;
  padding-bottom: 60px;
}
.sy-hezuo .top {
  justify-content: center;
}
.sy-hezuo .top a {
  display: block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #d6d6d6;
  text-align: center;
  margin-right: 2px;
  transition: all 0.3s;
  font-size: 16px;
}
.sy-hezuo .top a.active {
  color: #fff;
  background: #0186c9;
}
.sy-hezuo .hezuo-box {
  margin-top: 40px;
  width: 2400px;
  transition: all 0.3s;
}
.sy-hezuo .hezuo-box img {
  display: block;
  width: 225px;
  height: 105px;
  border: 1px solid #dcdcdc;
}
.hezuo-next,
.hezuo-prev {
  width: 20px;
  height: 38px;
  position: absolute;
  top: 65%;
  cursor: pointer;
  outline: none;
  z-index: 2;
  opacity: 0.8;
}
.hezuo-next {
  background: url(../images/chanp-next.jpg) center no-repeat;
  right: 0;
  background-size: 100% 100%;
}
.hezuo-prev {
  background: url(../images/chanp-prev.jpg) center no-repeat;
  left: 0;
  background-size: 100% 100%;
}
/** foot **/
.foot {
  background: #191a1c;
  position: relative;
  margin-top: 60px;
}
.foot .waves {
  bottom: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.foot .foot-box {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 50px;
}
.foot .foot-box .left {
  width: 275px;
}
.foot .foot-box .left .tel {
  margin-bottom: 10px;
}
.foot .foot-box .left .tel h1 {
  font-size: 16px;
  color: #afafaf;
  margin-bottom: 10px;
}
.foot .foot-box .left .tel h2 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  font-style: italic;
}
.foot .foot-box .left .info {
  color: #afafaf;
  font-size: 16px;
  line-height: 30px;
}
.foot .foot-box .left .weixin {
  margin-top: 15px;
  position: relative;
  justify-content: start;
}
.foot .foot-box .left .weixin .item {
  margin-right: 10px;
}
.foot .foot-box .left .weixin .erweima {
  top: -220px;
  left: -20px;
  position: absolute;
  width: 200px;
  height: 200px;
  opacity: 0;
  transform: scale(0);
  z-index: 5;
  transition: all 0.3s;
}
.foot .foot-box .left .weixin .erweima img {
  display: block;
  width: 100%;
  height: 100%;
}
.foot .foot-box .right {
  width: 920px;
}
.foot .foot-box .right .item {
  text-align: center;
  flex: 1;
}
.foot .foot-box .right .item a {
  display: block;
  color: #bbbbbb;
  font-size: 16px;
  line-height: 35px;
}
.foot .foot-box .right .item a:hover {
  color: #0186c9;
  text-decoration: underline;
}
.foot .foot-box .right .item a:nth-child(1) {
  font-size: 18px;
  margin-bottom: 5px;
}
.foot .foot-box .right .item:last-child {
  padding-right: 0;
}
.ipc {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #afafaf;
  background: #111214;
  position: relative;
  z-index: 2;
}
.ipc a {
  color: #afafaf;
}
/**   屏幕最大尺寸1685px  87%  ***/
@media screen and (max-width: 1685px) {
  .sy-introduction {
    background: url(../images/sy-box2-2.jpg) center no-repeat;
    height: 940px;
  }
  .sy-introduction .info {
    padding-top: 90px;
  }
  .sy-introduction .info .about {
    font-size: 240px;
    bottom: 0;
    line-height: 220px;
  }
  .syproduct-list .item a > .info > h1 {
    font-size: 25px;
  }
  .syproduct-list .item a > .info > .info {
    font-size: 16px;
    line-height: 28px;
  }
  .syproduct-list .item a > .info > h3 {
    font-size: 16px;
  }
  .sy-box3 {
    background: url(../images/sy-bg3-2.jpg) center no-repeat;
    height: 690px;
  }
  .sy-box3 .left {
    padding: 50px 0;
    width: 310px;
  }
  .sy-box3 .right {
    height: 435px;
  }
  .sy-box3 .right img {
    width: 87px;
  }
  .sy-box3 .right .item h1 {
    font-size: 26px;
  }
  .sy-box3 .right .item .list a {
    font-size: 16px;
  }
  .sy-news .bg {
    font-size: 250px;
  }
  .news-box .hot {
    height: 465px;
  }
  .news-box .hot h1 {
    font-size: 16px;
  }
  .news-box .hot h2 {
    font-size: 18px;
  }
  .news-box .list .item {
    height: 155px;
  }
  .news-box .list .item h1 {
    font-size: 16px;
  }
  .news-box .list .item h2 {
    font-size: 19px;
    line-height: 30px;
    margin: 5px 0;
  }
  .news-box .list .item a:hover h2 {
    margin: 10px 0;
  }
}
/** 公司简介 **/
.inban {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.inban .img {
  width: 100%;
}
.inban .center {
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: 50px;
}
.inban .center h1 {
  font-size: 36px;
  margin-bottom: 10px;
}
.inban .center h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.inban .center h2::after {
  display: block;
  content: "";
  background: #fff;
  width: 235px;
  height: 1px;
  margin-top: 20px;
}
.in-con {
  margin-top: -80px;
  background: #fff;
  position: relative;
  z-index: 5;
  padding: 0 40px 40px 40px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.in-nav {
  margin-bottom: 30px;
}
.in-nav .item {
  flex: 1;
  line-height: 80px;
  text-align: center;
  height: 80px;
  font-size: 20px;
  color: #333333;
  transition: all 0.3s;
  position: relative;
}
.in-nav .item a {
  display: block;
  height: 100%;
  position: relative;
}
.in-nav .item:not(:last-child) a::after {
  position: absolute;
  width: 1px;
  display: block;
  content: "";
  height: 20px;
  background: #d1d1d1;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.in-nav .item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #008fdd;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  position: absolute;
}
.in-nav .item::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #008fdd;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  position: absolute;
}
.in-nav .item.acitve a {
  color: #008fdd;
}
.in-nav .item.acitve::after {
  width: 50%;
}
.in-nav .item.acitve::before {
  width: 50%;
}
.in-nav .item:hover a {
  color: #008fdd;
}
.in-nav .item:hover::after {
  width: 50%;
}
.in-nav .item:hover::before {
  width: 50%;
}
.company-info .company-tit {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}
/* 发展历程 */
.course-list {
  padding: 0 95px;
  margin-top: 60px;
}
.course-list .item {
  width: 100%;
  justify-content: flex-end;
}
.course-list .item .box {
  width: 482px;
  height: 120px;
  background: url(../images/lcright.png) center no-repeat;
  padding: 38px 40px 0 45px;
}
.course-list .item .box .time {
  font-size: 16px;
  margin-top: 18px;
  width: 85px;
}
.course-list .item .box .time span {
  font-size: 24px;
  color: #008fdd;
  font-weight: bold;
}
.course-list .item .box .info {
  width: 300px;
  padding: 0 10px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  height: 65px;
  overflow-y: auto;
}
.course-list .item:first-child .box {
  height: 136px;
  background: url(../images/first.png) center no-repeat;
  padding: 50px 40px 0 40px;
}
.course-list .item:first-child .time {
  margin-top: 22px;
}
.course-list .item:nth-child(2n) {
  justify-content: flex-start;
}
.course-list .item:nth-child(2n) .box {
  flex-flow: row-reverse;
  padding: 38px 40px 0 43px;
  background: url(../images/lcleft.png) center no-repeat;
}
.course-list .item:last-child .box {
  position: relative;
}
.course-list .item:last-child .box::after {
  content: "";
  display: block;
  width: 34px;
  height: 20px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.course-list .item:last-child .box::before {
  content: "";
  display: block;
  width: 34px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
/*滚动条*/
::-webkit-scrollbar {
  width: 3px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #0086c8;
  border-radius: 3px;
}
::-moz-scrollbar {
  width: 3px;
  height: 4px;
}
::-moz-scrollbar-track {
  background: #fff;
}
::-moz-scrollbar-thumb {
  background: #0086c8;
  border-radius: 3px;
}
::-ms-scrollbar {
  width: 3px;
  height: 4px;
}
::-ms-scrollbar-track {
  background: #fff;
}
::-ms-scrollbar-thumb {
  background: #72e16e;
  border-radius: 3px;
}
/* 领导致辞 */
.chairman-box {
  padding-bottom: 80px;
}
.chairman-box .info-c {
  position: relative;
  padding: 0 50px;
  margin-top: 60px;
}
.chairman-box .info-c::after {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 39px;
  background: url(../images/yh1.png) center no-repeat;
  top: -10px;
  left: -20px;
}
.chairman-box .info-c::before {
  content: "";
  display: block;
  position: absolute;
  width: 57px;
  height: 39px;
  background: url(../images/yh2.png) center no-repeat;
  bottom: -10px;
  right: -20px;
}
.chairman-tit {
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.chairman-tit::after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  background: #0093de;
  margin: 30px auto;
}
/** 组织框架 **/
.team-box .team-img {
  display: block;
  width: 100%;
}
/* 企业文化 */
.culture-list {
  padding-bottom: 40px;
}
.culture-list .item {
  width: 350px;
  height: 576px;
  padding: 0 15px;
  padding-top: 370px;
}
.culture-list .item .info {
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  text-align: center;
}
.culture-list .item .info > h1 {
  font-size: 25px;
  color: #0093de;
  margin-bottom: 10px;
}
.culture-list .item:nth-child(1) {
  background: url(../images/wenhua1.jpg) center no-repeat;
  background-size: 100% auto;
}
.culture-list .item:nth-child(2) {
  background: url(../images/wenhua2.jpg) center no-repeat;
  background-size: 100% auto;
}
.culture-list .item:nth-child(3) {
  background: url(../images/wenhua3.jpg) center no-repeat;
  background-size: 100% auto;
}
/* chanp */
.fuwu-list .item {
  width: 350px;
  position: relative;
  margin-bottom: 50px;
}
.fuwu-list .item:not(:nth-child(3n)) {
  margin-right: 35px;
}
.fuwu-list .item .img {
  width: 350px;
  height: 350px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fuwu-list .item .img img {
  max-width: 100%;
  max-height: 100%;
  min-width: 80%;
  display: block;
}
.fuwu-list .item h1 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 60px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.fuwu-list .item::after {
  position: absolute;
  content: "";
  width: 370px;
  height: 280px;
  background: #f7f7f7;
  display: block;
  bottom: 0;
  left: -10px;
}
.fuwu-list .item:hover img {
  transform: scale(1.1);
}
.fuwu-list .item:hover .img {
  transform: translateY(-10px);
}
.fuwu-list .item:hover h1 {
  color: #0093de;
}
.fuwu-info .top .img {
  width: 500px;
  height: 500px;
  border: 1px solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fuwu-info .top .img img {
  max-width: 100%;
  max-height: 100%;
  min-width: 80%;
  display: block;
}
.fuwu-info .top .details {
  width: 570px;
}
.fuwu-info .top .details .name {
  font-size: 20px;
  border-left: 4px solid #0093de;
  padding-left: 10px;
}
.fuwu-info .top .details .info-c {
  margin-top: 15px;
  color: #666666;
}
.fuwu-info .top .details .item {
  margin-bottom: 30px;
}
.fuwu-info .btm {
  margin-top: 50px;
}
.fuwu-info .btm .case-title {
  margin-bottom: 30px;
  font-size: 20px;
  border-left: 4px solid #0093de;
  padding-left: 10px;
}
.news-list .item {
  margin-bottom: 30px;
}
.news-list .item a {
  padding: 20PX;
  background: #f7f7f7;
}
.news-list .item a .time {
  width: 100px;
  text-align: center;
}
.news-list .item a .time h1 {
  font-size: 36px;
  color: #008fdd;
  font-weight: bold;
  transition: all 0.3s;
}
.news-list .item a .time h2 {
  font-size: 18px;
  color: #333333;
}
.news-list .item a .info {
  width: 580px;
}
.news-list .item a .info h1 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #7d7d7d;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.3s;
}
.news-list .item a .info h1::before {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  width: 4px;
  height: 18px;
  background: #008fdd;
}
.news-list .item a .info .three {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.news-list .item a .img {
  width: 340px;
  height: 180px;
}
.news-list .item:hover .time h1 {
  transform: translateY(-3px);
}
.news-list .item:hover .info h1 {
  color: #008fdd;
}
.news-list .item:hover img {
  transform: scale(1.05);
}
/* 新闻详情 */
.news-info .left {
  width: 800px;
}
.news-info .left .top {
  padding-bottom: 15px;
}
.news-info .left .top h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
}
.news-info .left .top h2 {
  font-size: 14px;
  color: #999999;
}
.news-info .left .info-c {
  padding: 15px 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 15px;
}
.news-info .tuijian {
  width: 265px;
}
.news-info .tuijian .title {
  font-size: 20px;
  color: 333333;
  border-bottom: 2px solid #cbcbcb;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.news-info .tuijian .title::after {
  content: "";
  display: block;
  width: 75px;
  height: 2px;
  background: #008fdd;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.news-info .tuijian .list .item {
  margin-bottom: 10px;
}
.news-info .tuijian .list .item .img {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
}
.news-info .tuijian .list .item a {
  display: block;
}
.news-info .tuijian .list .item a h1 {
  font-size: 16px;
  line-height: 30px;
}
.news-info .tuijian .list .item a h2 {
  font-size: 16px;
  color: #999999;
}
.news-info .tuijian .list .item:hover img {
  transform: scale(1.1);
}
.news-info .tuijian .list .item:hover h1 {
  color: #008fdd;
}
.news-info .tuijian .news-more {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #008fdd;
  margin-top: 20px;
}
.sx-pian .one {
  font-size: 16px;
  color: #666666;
  margin: 15px 0;
}
.sx-pian .one a {
  color: #666666;
  transition: all 0.3s;
}
.sx-pian .one:hover a {
  color: #008fdd;
  text-decoration: underline;
}
.rc-ln .info .text {
  font-size: 15px;
  line-height: 32px;
  color: #333333;
}
.rc-ln .info .img {
  margin-top: 40px;
  width: 100%;
}
/** 人才招聘 **/
.rc-text {
  text-align: center;
  font-size: 16px;
  color: #666666;
  margin-bottom: 20px;
}
.zp-list .item {
  margin-bottom: 30px;
}
.zp-list .item h1 {
  justify-content: start;
  align-items: center;
  font-size: 20px;
  color: #333333;
  margin-bottom: 10px;
}
.zp-list .item h1 img {
  margin-right: 15px;
}
.zp-list .item h2 {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
}
.rlzy {
  margin-top: 50px;
  margin-bottom: 30px;
}
.rlzy .rlzy-top {
  height: 65px;
  background: #f2f2f2;
  line-height: 65px;
}
.rlzy .rlzy-top .item {
  flex: 1;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.rlzy .rzly-list .item {
  border-bottom: 1px solid #dadada;
}
.rlzy .rzly-list .item .top {
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  min-height: 65px;
  display: flex;
  align-items: center;
}
.rlzy .rzly-list .item .top.active {
  background: #008fdd;
}
.rlzy .rzly-list .item .top.active .box {
  color: #fff;
}
.rlzy .rzly-list .item .top .box {
  flex: 1;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
  color: #666666;
}
.rlzy .rzly-list .item .top:hover {
  background: #008fdd;
}
.rlzy .rzly-list .item .top:hover .box {
  color: #fff;
}
.rlzy .rzly-list .item .info {
  background: #f2f2f2;
  padding: 20px 35px;
  display: none;
}
.rlzy .rzly-list .item .info .zp-head {
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
}
.rlzy .rzly-list .item .info .zp-bom {
  justify-content: start;
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}
.rlzy .rzly-list .item .info .zp-bom h1 {
  margin-right: 20px;
}
/** 员工生活 **/
.life-text {
  font-size: 16px;
  line-height: 32px;
}
.team-list {
  margin-top: 50px;
}
.team-list .item {
  width: 350px;
  margin-bottom: 35px;
}
.team-list .item:not(:nth-child(3n)) {
  margin-right: 35px;
}
.team-list .item img {
  display: block;
  width: 350px;
  height: 220px;
}
.lightbox {
  top: 50% !important;
  transform: translateY(-50%);
}
#lightbox {
  position: fixed !important;
}
/* 保证 */
.baozheng-top .item {
  width: 500px;
  border: 1px solid #008fdd;
  justify-content: center;
  align-items: center;
  min-height: 185px;
  padding: 20px 0;
}
.baozheng-top .item .img {
  width: 68px;
  margin-right: 40px;
}
.baozheng-top .item .info {
  width: 310px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.baozheng-top .item .info h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
}
.rongyu-list {
  margin-top: 40px;
}
.rongyu-list .item {
  border: 25px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 35px;
}
.rongyu-list .item:not(:nth-child(3n)) {
  margin-right: 35px;
}
.rongyu-list img {
  display: block;
  width: 300px;
  height: 435px;
}
/* 留言 */
.liuyan-form {
  margin-top: 80px;
}
.liuyan-form .item {
  margin: 30px 0;
}
.liuyan-form .btn {
  display: block;
  width: 165px;
  height: 45px;
  background: #008fdd;
  font-size: 20px;
  color: #fff;
  border: none;
  border-radius: 10px;
  margin-left: 120px;
  cursor: pointer;
}
.liuyan-form .box {
  align-items: center;
}
.liuyan-form .name {
  align-items: center;
  font-size: 16px;
  margin-right: 10px;
}
.liuyan-form .name img {
  margin-right: 5px;
}
.liuyan-form .name span {
  color: #ff0000;
}
.liuyan-form .inp .liuyan-input {
  width: 240px;
  border: 1px solid #aaaaaa;
  height: 40px;
  padding: 0 10px;
}
.liuyan-form .inp textarea {
  border: 1px solid #aaaaaa;
  width: 1000px;
  font-size: 16px;
  padding: 20px;
  height: 130px;
}
.liuyan-form .item2 .input {
  position: relative;
  margin-right: 30px;
}
.liuyan-form .item2 .input::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: url(../images/partner-jt.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}
.liuyan-form .item2 .input input {
  cursor: pointer;
}
.liuyan-form .item2 .input .options {
  z-index: 20;
  width: 100%;
  height: 170px;
  background-color: #fff;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  box-shadow: 0 0 10px #e0e0e0;
}
.liuyan-form .item2 .input .options .option {
  width: 100%;
  padding: 16px 20px;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #d2d2d2;
  cursor: pointer;
}
.liuyan-form .item2 .input .options .option.active {
  background-color: #008fdd;
  color: #fff;
}
/* 联系我们 */
.map {
  width: 600px;
}
#containermap {
  width: 100%;
  height: 300px;
  background-color: #eee;
}
#containermap0 {
  width: 100% !important;
  height: 300px !important;
  background-color: #eee;
}
#containermap1 {
  width: 100% !important;
  height: 300px !important;
  background-color: #eee;
}
#containermap2 {
  width: 100% !important;
  height: 300px !important;
  background-color: #eee;
}
#containermap2 {
  width: 100%;
  height: 300px;
  background-color: #eee;
}
.add {
  font-size: 14px;
}
#imgDemo {
  width: 70%;
}
.BMap_bubble_content {
  text-align: center;
}
.lx-box {
  margin-bottom: 30px;
}
.lx-box .info {
  width: 500px;
  padding-top: 15px;
}
.lx-box .info .title {
  font-size: 20px;
  color: #333333;
  border-left: 4px solid #0093de;
  padding-left: 15px;
  margin-bottom: 30px;
}
.lx-box .info .item {
  justify-content: start;
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}
.lx-box .info .item .img {
  margin-right: 10px;
  padding-top: 5px;
  width: 25px;
  height: 25px;
}
.lx-box .info .item .in-text {
  flex: 1;
}
.banner-nav {
  width: 100%;
  position: absolute;
  justify-content: center;
  z-index: 10;
  bottom: 90px;
  left: 0;
}
.banner-nav .item:not(:last-child) {
  margin-right: 30px;
}
.banner-nav .item a {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
}
.banner-nav .item:hover a {
  border: 1px solid #008fdd;
  background: #008fdd;
}
.banner-nav .item.active a {
  border: 1px solid #008fdd;
  background: #008fdd;
}
.form-group {
  text-align: center;
}
.form-group .form-control {
  text-align: center;
  text-align-last: center;
  line-height: 30px;
  padding: 0 10px;
  margin: 0;
  width: auto;
  background: #0061ae;
  color: #fff;
}
.form-control option {
  border: 1px solid #dddddd;
  line-height: 50px;
  display: flex;
  height: 50px;
  padding: 0 10%;
  justify-content: center;
  align-items: center;
}
.pz-h1 {
  text-align: center;
  font-size: 20px;
}
.pz-box1 .case2-title {
  margin-bottom: 20px;
}
.pz-box1 .pz-title {
  padding-top: 20px;
}
.pz-box1 .pz-title h1 {
  padding-left: 25px;
}
.pz-box1 .pz-title span {
  margin-left: 25px;
}
.pz-box1 .info {
  font-size: 20px;
  line-height: 41px;
  color: #212335;
  margin-top: 60px;
}
.pz-box1 .con {
  margin-top: 80px;
}
.pz-title {
  position: relative;
}
.pz-title h1 {
  font-size: 28px;
  font-weight: bold;
  color: #212335;
  padding-bottom: 10px;
  position: relative;
  z-index: 5;
}
.pz-title span {
  font-size: 24px;
  color: #d0ddff;
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  position: relative;
  z-index: 3;
}
.pz-title::after {
  content: "";
  display: block;
  position: absolute;
  height: 85px;
  width: 365px;
  border: 2px solid #d0ddff;
  top: 0;
  left: 0;
  z-index: 2;
}
.pz-box2 {
  background: #f1f8ff;
  padding: 80px 0;
  margin-top: 80px;
}
.pz-box2 .pz-title {
  margin: 0 auto;
  text-align: center;
}
.pz-box2 .pz-title::after {
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  top: 20px;
}
.pz-box2 .pz-title h1 {
  background: #f1f8ff;
  width: 150px;
  margin: 0 auto;
}
.pz-box2 .pz-title span {
  background: #f1f8ff;
}
.zhiliang-swiper1 {
  padding: 50px 0 !important;
}
.zhiliang-swiper1 a {
  width: 378px;
  height: 512px;
  margin: 0 auto;
  background: url(../images/zhiliang-bg.png) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zhiliang-swiper1 a img {
  width: 264px;
  height: 387px;
  display: block;
}
.zhiliang-swiper1 h1 {
  font-size: 20px;
  color: #2952bd;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.zhiliang-swiper2 {
  padding: 50px 0 !important;
}
.zhiliang-swiper2 a {
  width: 575px;
  height: 430px;
  background: url(../images/zhiliang2.png) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhiliang-swiper2 a img {
  width: 440px;
  height: 308px;
  display: block;
}
.pz-box3 {
  padding-top: 30px;
}
.pz-box3 .pz-title {
  margin: 0 auto;
  text-align: center;
}
.pz-box3 .pz-title::after {
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  top: 20px;
}
.pz-box3 .pz-title h1 {
  background: #fff;
  width: 150px;
  margin: 0 auto;
}
.pz-box3 .pz-title span {
  background: #fff;
}
.pz-box3 {
  background: url(../images/case2-box2.png) center bottom no-repeat;
  padding-bottom: 160px;
}
.pz-box3 .pz-title {
  margin-bottom: 80px;
}
.pz-box3 .item {
  width: 580px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.pz-box3 .item > h1 {
  background: #4b86ff;
  color: #fff;
  height: 90px;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pz-box3 .item .info {
  padding: 20px 30px;
}
.pz-box3 .item .info h1 {
  text-indent: 2em;
  font-size: 16px;
  color: #212335;
  line-height: 32px;
}
.pz-box3 .item .info img {
  display: block;
  margin-left: 250px;
  margin-top: 20px;
}
.case2-title {
  text-align: center;
  font-size: 30px;
  color: #212335;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.case2-title::after {
  content: "";
  background: url(../images/tr.png) center no-repeat;
  display: block;
  width: 96px;
  height: 16px;
  margin-left: 20px;
}
.case2-title::before {
  content: "";
  background: url(../images/tl.png) center no-repeat;
  display: block;
  width: 96px;
  height: 16px;
  margin-right: 20px;
}
