.header {
  width: 100%;
  z-index: 100;
  background: #fff;
  transition: all 0.5s;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 4vw;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header-box {
  height: 85px;
  line-height: 85px;
  opacity: 1;
  overflow: initial;
  transition: all 1s ease;
  align-items: center;
}
.header-box .head-logo {
  display: flex;
  align-items: center;
}
.header-box .head-logo img {
  display: block;
  height: 75px;
}
.header-box .sy-nav {
  height: 100%;
  position: relative;
  z-index: 88;
}
.header-box .sy-nav li {
  font-size: 20px;
  position: relative;
  text-align: center;
  padding: 0 35px;
}
.header-box .sy-nav li .link-a {
  color: #4b4b4b;
  line-height: 85px;
  display: block;
  width: 100%;
  height: 100%;
}
.header-box .sy-nav li .link-a:hover {
  color: #0061ae;
}
.header-box .sy-nav li .in-lev {
  position: absolute;
  top: 85px;
  left: 50%;
  opacity: 0;
  z-index: 5;
  width: 150px;
  margin-left: -75px;
  transform: scale(0);
}
.header-box .sy-nav li .in-lev a {
  color: #fff;
  font-size: 18px;
  background: rgba(16, 75, 159, 0.6) url(../images/nav-drow.png) 8px 17px no-repeat;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}
.header-box .sy-nav li .in-lev a:hover {
  background: rgba(16, 75, 159, 0.75) url(../images/nav-drow.png) 8px -28px no-repeat;
}
.header-box .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;
}
.header-box .download a {
  padding: 5px 15px;
  background: #104b9f;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
}
.header-box .switch {
  align-items: center;
}
.header-box .switch a {
  display: block;
  padding: 0 5px;
}
.header-box .switch img {
  vertical-align: middle;
}
.header-box .switch .item {
  position: relative;
  opacity: 0.5;
  transition: all 0.3s;
  padding: 0 10px;
}
.header-box .switch .item:first-child::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  background: #dcdcdc;
  width: 1px;
  content: "";
  height: 35px;
  transform: translateY(-50%);
}
.header-box .switch .item:hover {
  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;
}
/* 首页开始 */
.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner .banner-box {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .banner-box .vidbacking {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}
.sy-title {
  position: relative;
  text-align: center;
  padding-top: 40px;
}
.sy-title h1 {
  font-size: 36px;
  color: #0f1a95;
  position: relative;
  z-index: 5;
}
.sy-title h2 {
  font-weight: bold;
  font-size: 60px;
  color: #f2f2f2;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  width: 100%;
}
/* 首页关于 */
.sy-about .sy-title {
  margin: 50px 0;
}
.sy-about .img {
  width: 420px;
  position: relative;
}
.sy-about .img img {
  display: block;
}
.sy-about .img .syab1 {
  width: 360px;
  height: 430px;
  position: relative;
  z-index: 2;
}
.sy-about .img .syab2 {
  position: absolute;
  width: 247px;
  right: 0px;
  top: 155px;
}
.sy-about .img .more {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #f29613;
  color: #f29613;
  margin-top: 85px;
  text-align: center;
  font-size: 18px;
  transition: all 0.45s;
}
.sy-about .img .more:hover {
  background: #f29613;
  color: #fff;
  border-radius: 10px;
  transform: translateY(-5px);
}
.sy-about .ab-list {
  flex: 1;
  margin-left: 50px;
}
.sy-about .ab-list .lanse {
  width: 74px;
  height: 64px;
  background: url(../images/lanse.png) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 64px;
  transition: all 0.3s;
}
.sy-about .ab-list .lanse .iconfont {
  font-size: 30px;
}
.sy-about .ab-list .item {
  justify-content: start;
}
.sy-about .ab-list .item .info {
  margin-left: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  flex: 1;
}
.sy-about .ab-list .item .info h1 {
  font-size: 24px;
  color: #0063aa;
  line-height: 24px;
}
.sy-about .ab-list .item .info h2 {
  font-size: 18px;
  line-height: 18px;
  color: #666666;
}
.sy-about .ab-list .item:nth-child(2) {
  margin-left: 55px;
}
.sy-about .ab-list .item:nth-child(3) {
  margin-left: 90px;
}
.sy-about .ab-list .item:nth-child(4) {
  margin-left: 90px;
}
.sy-about .ab-list .item:nth-child(5) {
  margin-left: 55px;
}
.sy-about .ab-list .item:not(:last-child) {
  margin-bottom: 35px;
}
.sy-about .ab-list .item:hover .lanse {
  margin-right: 10px;
}
/* 首页关于结束 */
/* 首页质量承诺开始 */
.sy-zhiliang {
  margin: 50px 0;
}
.sy-zhiliang .sy-title {
  margin: 50px 0;
}
.sy-zhiliang .con {
  background: url(../images/zhilaing-bg.jpg) center no-repeat;
  height: 500px;
}
.sy-zhiliang .con .center {
  height: 100%;
  align-items: center;
}
.sy-zhiliang .con .center .img {
  width: 550px;
}
.sy-zhiliang .con .center .img img {
  width: 100%;
}
.sy-zhiliang .con .center .info {
  flex: 1;
  margin-left: 60px;
  color: #fff;
}
.sy-zhiliang .con .center .info .zhiliang-h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.sy-zhiliang .con .center .info .row {
  margin-bottom: 40px;
  justify-content: start;
}
.sy-zhiliang .con .center .info .row .item {
  margin-right: 30px;
  width: 120px;
  min-height: 100px;
  text-align: center;
  border: 2px solid #fff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  transition: all 0.3s;
}
.sy-zhiliang .con .center .info .row .item h1 {
  font-size: 40px;
  color: #f2bb13;
  font-weight: bold;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  line-height: 40px;
}
.sy-zhiliang .con .center .info .row .item h2 {
  font-size: 16px;
  margin-top: 5px;
}
.sy-zhiliang .con .center .info .row .item:hover {
  background: #f29613;
}
.sy-zhiliang .con .center .info .row .item:hover h1 {
  color: #fff;
}
.sy-zhiliang .con .center .info .text {
  font-size: 16px;
  line-height: 30px;
}
.zhiliang-box .item {
  align-items: center;
}
.zhiliang-box .item:last-child {
  flex-flow: row-reverse;
}
.zhiliang-box .item .zl-img {
  width: 48%;
}
.zhiliang-box .item .zl-img img {
  max-width: 100%;
}
.zhiliang-box .item .info {
  width: 48%;
}
.zhiliang-box .item .info h1 {
  font-size: 24px;
  color: #1483e5;
  border-bottom: 2px solid #ededed;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.zhiliang-box .item .info h1::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #f2bb13;
  bottom: -2px;
  left: 0;
  position: absolute;
  z-index: 2;
}
.zhiliang-box .item .info h2 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}
/* 首页质量结束 */
/* 首页领域开始 */
.sy-linyu {
  background: url(../images/linyu-bg.jpg) top center no-repeat;
  overflow: hidden;
  padding-bottom: 15px;
  margin-top: 30px;
}
.sy-linyu .sy-title {
  margin: 40px 0 30px;
}
.sy-linyu .sy-title h1 {
  color: #fff;
}
.sy-linyu .sy-title h2 {
  color: #37a1ff;
}
.sy-linyu .text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.sy-linyu .text .iconfont {
  font-size: 40px;
  margin: 25px 0 20px;
}
.sy-linyu .con {
  background: #fff;
  padding: 25px;
  width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.sy-linyu .con a {
  display: block;
  position: relative;
}
.sy-linyu .con a img {
  display: block;
}
.sy-linyu .con a .info {
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 20px;
  align-items: center;
}
.sy-linyu .con a .info h1 {
  font-size: 20px;
}
.sy-linyu .con a:hover img {
  transform: scale(1.05);
}
.sy-linyu .con .iconfont {
  font-size: 40px;
  margin-right: 10px;
  line-height: 40px;
}
.sy-linyu .con .con-t {
  margin-bottom: 10px;
}
.sy-linyu .con .con-t .item:nth-child(2n) {
  margin-left: 10px;
}
.sy-linyu .con .con-t .row-two a {
  width: 290px;
  height: 210px;
  margin-bottom: 10px;
}
.sy-linyu .con .con-t .row-two a:nth-child(3),
.sy-linyu .con .con-t .row-two a:nth-child(4) {
  margin-bottom: 0px;
}
.sy-linyu .con .con-b .iconfont {
  margin-bottom: 10px;
}
/* 首页领域完成 */
/* 首页新闻开始  */
.sy-news {
  margin-bottom: 40px;
}
.sy-news .sy-title {
  margin: 40px auto 30px;
}
.sy-news .list .item {
  width: 380px;
}
.sy-news .list .item .img {
  width: 100%;
  height: 240px;
}
.sy-news .list .item .info h1 {
  font-size: 16px;
  color: #999999;
  line-height: 40px;
}
.sy-news .list .item .info h2 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s;
}
.sy-news .list .item .info h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #f1f1f1;
  bottom: 0;
  z-index: 2;
}
.sy-news .list .item .info h2::after {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  height: 2px;
  background: #f6d262;
  bottom: 0;
  z-index: 2;
  left: 0;
  transition: all 0.5s;
}
.sy-news .list .item .info h3 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 15px;
}
.sy-news .list .item .info span {
  color: #1b73bf;
}
.sy-news .list .item:hover img {
  transform: scale(1.1);
}
.sy-news .list .item:hover h2 {
  color: #1b73bf;
}
.sy-news .list .item:hover h2::after {
  width: 100%;
}
.sy-news .list .item:hover span {
  text-decoration: underline;
}
/* 首页新闻完成 */
/** foot **/
.foot-bg {
  background: #272a2f;
  color: #fff;
  margin-top: 80px;
}
.foot-bg > .center {
  padding: 35px 0;
}
.foot-bg a {
  color: #fff;
}
.foot-bg a:hover {
  text-decoration: underline;
}
.foot-bg .flogo .flogo {
  width: 158px;
}
.foot-bg .flogo .flogo img {
  width: 100%;
  display: block;
}
.foot-bg .con {
  font-size: 14px;
  padding-top: 30px;
  line-height: 40px;
  width: 400px;
}
.foot-bg .info {
  line-height: 40px;
  padding-top: 30px;
  padding-left: 40px;
  background: url(../images/dianhua.png) left 38px no-repeat;
  width: 360px;
}
.foot-bg .info h1 {
  font-size: 20px;
}
.foot-bg .info h2 {
  font-size: 14px;
  line-height: 30px;
}
.foot-bg .erweima {
  width: 120px;
  text-align: center;
}
.foot-bg .erweima img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.foot-ipc {
  background: #1a1b1d;
  color: #cccccc;
  line-height: 50px;
}
.foot-ipc a {
  color: #cccccc;
}
.foot-ipc .list .item {
  padding: 0 15px;
  position: relative;
}
.foot-ipc .list .item:first-child {
  padding-left: 0;
}
.foot-ipc .list .item:not(:last-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  background: #666768;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
/* 首页结束 */
.inban {
  position: relative;
  margin-top: 85px;
}
.inban .img {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.inban .img img {
  width: 100%;
}
.inban .row {
  width: 630px;
  text-align: center;
}
.inban .row span {
  font-size: 30px;
}
.inban .info {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  color: #0063aa;
  padding-top: 100px;
}
.inban .info h1 {
  font-size: 36px;
}
.inban .info h2 {
  font-size: 20px;
  line-height: 36px;
  margin: 20px auto;
  padding: 0 10vw;
}
.inban .info .row {
  padding: 0;
}
.inban .info .iconfont {
  font-size: 30px;
}
.in-con {
  margin-top: -100px;
  position: relative;
  z-index: 5;
}
/** 头部适配 **/
/**   屏幕最大尺寸1685px  87%  ***/
@media screen and (max-width: 1685px) {
  .header-box .head-logo img {
    height: 60px;
  }
  .header-box .sy-nav li {
    font-size: 16px;
    padding: 0 25px;
  }
  .header-box .sy-nav li .in-lev a {
    font-size: 16px;
  }
  .inban .info {
    padding-top: 80px;
  }
  .inban .info h1 {
    font-size: 30px;
  }
  .inban .info h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 18px auto;
  }
  .inban .info .iconfont {
    font-size: 25px;
  }
  .in-con {
    margin-top: -87px;
  }
  .info-c {
    font-size: 16px;
  }
}
@media screen and (max-width: 1445px) {
  .header-box .head-logo img {
    height: 60px;
  }
  .header-box .sy-nav li {
    font-size: 14px;
    padding: 0 20px;
  }
  .header-box .sy-nav li .in-lev a {
    font-size: 14px;
  }
  .header-box .info-c {
    font-size: 14px;
  }
  .inban .info {
    padding-top: 60px;
  }
  .inban .info h1 {
    font-size: 25px;
  }
  .inban .info h2 {
    font-size: 16px;
    line-height: 25px;
    margin: 15px auto;
  }
  .inban .info .iconfont {
    font-size: 22px;
  }
  .in-con {
    margin-top: -75px;
  }
}
/** 走进虹润 **/
.into-con .item {
  width: 25%;
}
.into-con .item img {
  display: block;
  width: 100%;
  height: 200px;
}
.into-con .item .info {
  height: 240px;
  padding: 20px;
  background: #fafafa;
  transition: all 0.3s;
}
.into-con .item .info h1 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 20px;
}
.into-con .item .info h1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #f9ba00;
  margin-top: 15px;
}
.into-con .item .info h2 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.into-con .item:nth-child(2n) .info {
  background: #ededed;
}
.into-con .item:hover img {
  transform: scale(1.1);
}
.into-con .item:hover .info {
  background: #157cc7;
}
.into-con .item:hover h1 {
  color: #fff;
}
.into-con .item:hover h2 {
  color: #fff;
}
/* 走进虹润-公司简介 */
.weizhi {
  margin-top: 85px;
  background: #ececec;
  height: 70px;
  line-height: 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) inset;
  font-size: 16px;
  color: #666666;
}
.weizhi img {
  vertical-align: middle;
}
.weizhi a {
  color: #666666;
}
.weizhi a:hover {
  color: #217fc2;
}
.company-bg {
  background: #f7f7f7;
  overflow: hidden;
  padding-bottom: 80px;
}
.company-p .info-c {
  background: #fff;
  padding: 20px 25px;
  margin-top: 40px;
}
.company-tit {
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.company-tit .dian {
  width: 9px;
  height: 9px;
  background-color: #a2a2a2;
  margin: 0 10px;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.company-tit h1 {
  font-size: 30px;
  color: #333333;
  margin: 0 15px;
}
.company-num {
  font-size: 18px;
}
.company-num span {
  font-size: 48px;
  color: #217fc2;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
}
/** 走进虹润-企业文化 **/
.company-culture .box1 .item {
  width: 350px;
  min-height: 275px;
  background: #fff;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
  padding: 0 40px;
}
.company-culture .box1 .item .lanse {
  width: 74px;
  height: 64px;
  background: url(../images/lanse.png) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  line-height: 64px;
  transition: all 0.5s;
  margin: 40px auto 0;
}
.company-culture .box1 .item .lanse .iconfont {
  font-size: 35px;
}
.company-culture .box1 .item h1 {
  font-size: 24px;
  color: #0063aa;
  margin: 15px 0;
}
.company-culture .box1 .item h2 {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  transition: all 0.3s;
}
.company-culture .box1 .item:hover h2 {
  color: #0063aa;
}
.company-culture .box1 .item:hover .lanse {
  transform: rotate(360deg);
}
.company-culture .box2 {
  align-items: center;
}
.company-culture .box2 .img,
.company-culture .box2 .list {
  width: 50%;
  overflow: visible;
}
.company-culture .box2 .list {
  text-align: center;
}
.company-culture .box2 .list h1 {
  font-size: 20px;
  color: #666666;
  line-height: 78px;
  transition: all 0.5s;
}
.company-culture .box2 .list h1 span {
  font-size: 30px;
  color: #327ab4;
}
.company-culture .box2 .list h1:hover {
  padding-left: 25px;
}
.culture-box3 {
  background: #fff;
  padding: 50px 0;
  margin-top: 50px;
}
.culture-box3 .item {
  width: 30%;
  text-align: center;
  margin-bottom: 40px;
}
.culture-box3 .item .iconfont {
  font-size: 50px;
  color: #2291f3;
}
.culture-box3 .item h1 {
  font-size: 24px;
  color: #333333;
  margin: 20px 0;
}
.culture-box3 .item h2 {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
/** 走进虹润-发展历程 **/
.fazhan-list .item {
  line-height: 80px;
  margin-bottom: 2px;
}
.fazhan-list .item .info {
  background: #fff;
  width: 606px;
  min-height: 80px;
  line-height: 80px;
  align-items: center;
}
.fazhan-list .item .info h1 {
  width: 70%;
  text-align: right;
  color: #333333;
  font-size: 16px;
  padding: 10px 0;
  line-height: 30px;
}
.fazhan-list .item .info h2 {
  width: 30%;
  text-align: center;
  color: #333333;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fazhan-list .item .info h2 span {
  font-size: 48px;
  font-weight: bold;
  color: #217fc2;
  margin-right: 5px;
}
.fazhan-list .item .info .lanse {
  background: #b3defc;
  width: 12px;
  height: 100%;
}
.fazhan-list .item:nth-child(2n) {
  flex-flow: row-reverse;
}
.fazhan-list .item:nth-child(2n) .info {
  flex-flow: row-reverse;
}
.fazhan-list .item:nth-child(2n) .info h1 {
  text-align: left;
}
.lightbox {
  top: 50% !important;
  transform: translateY(-50%);
}
#lightbox {
  position: fixed !important;
}
.lightbox {
  top: 50% !important;
  transform: translateY(-50%);
}
#lightbox {
  position: fixed !important;
}
.rongyu {
  padding: 20px;
}
.rongyu-swiper {
  padding: 20px 0 !important;
}
.rongyu-swiper img {
  width: 300px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.rongyu-swiper h1 {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}
.lb-number {
  display: none !important;
}
.zizi-list .item {
  width: 380px;
  margin-bottom: 20px;
}
.zizi-list .item:not(:nth-child(3n)) {
  margin-right: 30px;
}
.zizi-list .item img {
  width: 380px;
  height: 270px;
  display: block;
}
.zizi-list .item h1 {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin: 10px 0;
}
.zz-bg {
  background: #fff;
  padding: 60px;
}
/** 荣誉结束 **/
/** 产品与领域开始 **/
.bai h1 {
  color: #fff;
}
.bai h2 {
  color: #fff;
}
.bai .iconfont {
  color: #fff;
}
.chanp {
  background: #fff;
  padding: 40px;
}
.chanp .chanp-top .left {
  width: 300px;
}
.chanp .chanp-top .right {
  flex: 1;
}
.chanp .chanp-top .right .item {
  position: relative;
  display: none;
}
.chanp .chanp-top .right .item.active {
  display: block;
}
.chanp .chanp-top .right .item .img {
  width: 580px;
  height: 300px;
}
.chanp .chanp-top .right .item .info {
  position: absolute;
  right: 0;
  width: 400px;
  top: 25px;
  background: #217fc2;
  color: #fff;
  height: 250px;
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.chanp .chanp-top .right .item .info h1 {
  font-size: 18px;
}
.chanp .chanp-top .right .item .info h2 {
  font-size: 14px;
  line-height: 30px;
}
.chanp .chanp-top .right .item .info a {
  display: block;
  width: 138px;
  height: 32px;
  border-radius: 32px;
  line-height: 32px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}
.chanp .chanp-top .right .item .info a:hover {
  color: #0061ae;
  background: #fff;
}
.chanp-tit h1 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.chanp-tit h1 span {
  font-weight: normal;
}
.chanp-tit h2 {
  font-size: 18px;
  color: #666666;
  margin-top: 10px;
}
.chanp-nav {
  margin-top: 30px;
}
.chanp-nav .item {
  width: 260px;
  min-height: 55px;
  display: flex;
  position: relative;
  align-items: center;
  background: url(../images/chanp-nav.png) -260px 0 no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
.chanp-nav .item a {
  color: #666666;
  transition: all 0.3s;
  display: block;
  width: 100%;
  padding: 10px 15px 10px 50px;
}
.chanp-nav .item a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #999999;
  position: absolute;
  left: 15px;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
}
.chanp-nav .item:not(:last-child) {
  margin-bottom: 10px;
}
.chanp-nav .item:hover {
  background-position: 0 0;
}
.chanp-nav .item:hover a {
  color: #fff;
}
.chanp-nav .item:hover a::after {
  background: #fff;
}
.chanp-nav .item.active {
  background-position: 0 0;
}
.chanp-nav .item.active a {
  color: #fff;
}
.chanp-nav .item.active a::after {
  background: #fff;
}
.chanp-btm {
  margin-top: 50px;
}
.chanp-btm .more {
  text-align: center;
  font-size: 18px;
  color: #666666;
  display: block;
  margin: 130px 0 50px;
}
.chanp-btm .more:hover {
  color: #217fc2;
}
.liyu-list {
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
  margin: 50px 0;
}
.liyu-list li {
  height: 220px;
}
.liyu-list li:not(:nth-child(4n)) {
  margin-right: 20px;
}
.liyu-list li:nth-child(5) {
  margin-left: 120px;
}
.liyu-list li .hex {
  overflow: hidden;
  width: 230px;
  height: 260px;
  transform: rotate(-60deg) skewY(30deg);
}
.liyu-list li .hexIn {
  background-color: #f9f9f9;
  width: 230px;
  height: 260px;
  text-align: center;
  transform: skewY(-30deg) rotate(60deg);
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.liyu-list li .yuan {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 100px;
  transition: all 0.3s;
}
.liyu-list li .yuan .iconfont {
  font-size: 50px;
  transition: all 0.3s;
  color: #217fc2;
}
.liyu-list li h1 {
  font-size: 18px;
  color: #217fc2;
  margin-top: 20px;
  font-weight: bold;
}
.liyu-list li:hover .yuan {
  background: #217fc2;
}
.liyu-list li:hover .yuan .iconfont {
  color: #fff;
}
.liyu-list li:nth-child(2) .yuan .iconfont {
  font-size: 70px;
}
.liyu-list li:nth-child(3) .yuan .iconfont {
  font-size: 40px;
}
.liyu-list li:nth-child(4) .yuan .iconfont {
  font-size: 40px;
}
.liyu-list li:nth-child(5) .yuan .iconfont {
  font-size: 60px;
}
.liyu-list li:nth-child(7) .yuan .iconfont {
  font-size: 60px;
}
/* 产品结束*/
/** 产品详情开始 **/
.chanp-infobox {
  background: #fff;
  padding: 40px;
}
.chanp-infobox .item {
  font-size: 18px;
  color: #666666;
  margin-bottom: 30px;
  line-height: 36px;
}
.chanp-infobox .item span {
  font-size: 18px;
  font-weight: bold;
  color: #1069b1;
}
.chanp-infobox .img-box .img {
  width: 540px;
  height: 280px;
}
.chanp-info .info {
  background: #fff;
}
/** 产品与领域-应用领域 **/
.lingyu-list {
  background: #fff;
  padding: 40px;
}
.lingyu-list .item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.lingyu-list .item:not(:first-child) {
  padding-top: 30px;
}
.lingyu-list .item .img {
  width: 440px;
  height: 245px;
}
.lingyu-list .item .info {
  flex: 1;
  padding-left: 30px;
}
.lingyu-list .item .info .tit {
  font-size: 20px;
  color: #333333;
  background: #e5e5e5;
  height: 50px;
  position: relative;
  line-height: 50px;
  margin-top: 23px;
  margin-bottom: 35px;
  transition: all 0.45s;
}
.lingyu-list .item .info .tit .iconfont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  right: 25px;
  color: #9d9d9d;
  transition: all 0.45s;
}
.lingyu-list .item .info .tit::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 25px 25px 25px;
  border-style: solid;
  border-color: transparent #e5e5e5 transparent transparent;
  top: 0;
  left: -105px;
  transition: all 0.45s;
  position: absolute;
}
.lingyu-list .item .info .tit::before {
  content: "";
  display: block;
  background: #e5e5e5;
  height: 50px;
  width: 55px;
  position: absolute;
  left: -55px;
  top: 0;
  transition: all 0.45s;
}
.lingyu-list .item .info .text {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.lingyu-list .item:hover img {
  transform: scale(1.1);
}
.lingyu-list .item:hover .tit {
  color: #fff;
  background: #217fc2;
}
.lingyu-list .item:hover .tit::after {
  border-color: transparent #217fc2 transparent transparent;
}
.lingyu-list .item:hover .tit::before {
  background: #217fc2;
}
.lingyu-list .item:hover .tit .iconfont {
  color: #fff;
}
/** 研发品控 **/
.instrument {
  background: #fff;
  padding: 40px;
}
.instrument .company-tit {
  margin-top: 0;
}
.yiqi {
  overflow: hidden;
  padding-bottom: 150px;
  position: relative;
}
.yiqi .swiper-slide {
  position: relative;
}
.yiqi .swiper-slide.swiper-slide-active::after {
  background: #217fc2;
}
.yiqi .swiper-slide.swiper-slide-active .info h1 {
  color: #fff;
}
.yiqi .swiper-slide.swiper-slide-active .info h2 {
  color: #fff;
}
.yiqi .swiper-slide.swiper-slide-active .info h2::after {
  background: #fff;
}
.yiqi .swiper-slide::after {
  position: absolute;
  content: "";
  display: block;
  background: #eaeaea;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  transition: all 0.3s;
}
.yiqi .swiper-slide a {
  position: relative;
  z-index: 5;
  display: block;
}
.yiqi .swiper-slide .img {
  background: #fff;
  width: 315px;
  height: 315px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.yiqi .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.yiqi .swiper-slide .info {
  color: #333333;
  position: relative;
  padding: 15px;
}
.yiqi .swiper-slide .info h1 {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}
.yiqi .swiper-slide .info h2 {
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.yiqi .swiper-slide:hover img {
  transform: scale(1.1);
}
.yiqi .swiper-slide:hover::after {
  background: #217fc2;
}
.yiqi .swiper-slide:hover .info h1 {
  color: #fff;
}
.yiqi .swiper-slide:hover .info h2 {
  color: #fff;
}
.yiqi .swiper-slide:hover .info h2::after {
  background: #fff;
}
.case-pagination {
  position: absolute;
  bottom: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-pagination .swiper-pagination-bullet {
  margin: 0 17px;
  position: relative;
  outline: none;
  background: #217fc2;
  opacity: 1;
  width: 8px;
  border-radius: 50%;
  height: 8px;
}
.case-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  width: 25px;
  transition: all 0.5s;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #689eea;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rc-text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.rc-list {
  margin-top: 50px;
}
.rc-list .item {
  width: 245px;
  margin-bottom: 30px;
}
.rc-list .item:not(:nth-child(4n)) {
  margin-right: 45px;
}
.rc-list .item .img {
  width: 245px;
  height: 320px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.rc-list .item h1 {
  font-size: 20px;
  line-height: 40px;
}
.rc-list .item h2 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.rc-list .item:hover img {
  transform: scale(1.1);
}
/** 营销网络-服务理念 **/
.fuwu-text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-indent: 2em;
}
/* 营销网络-网络销售 */
.online-bg {
  background: url(../images/online-bg.jpg) center no-repeat;
  height: 500px;
  overflow: hidden;
}
.online-bg .company-tit .dian {
  background: #fff;
}
.online-bg .company-tit h1 {
  color: #fff;
}
.online-nav {
  padding: 0 150px;
  margin: 80px 0 80px;
}
.online-nav .item a {
  display: flex;
  width: 400px;
  height: 63px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  background: rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  transition: all 0.3s;
}
.online-nav .item a:hover {
  background: rgba(17, 66, 130, 0.8);
}
.online-text {
  text-align: center;
}
.online-text h1 {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.online-text h2 {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
/** 在线留言 **/
.message-form {
  margin-top: 30px;
  margin-bottom: 80px;
}
.message-form .item {
  margin-bottom: 20px;
}
.message-form .item textarea {
  height: 130px;
  width: 100%;
  background: #f8f8f8;
  color: #666666;
  font-size: 16px;
  border: none;
  padding: 10px;
}
.message-form .messages-inp {
  padding: 0 10px;
  height: 55px;
  background: #f8f8f8;
  color: #666666;
  width: 580px;
  border: none;
  font-size: 16px;
}
.message-form .message-sub {
  width: 240px;
  height: 56px;
  background: #217fc2;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid #014099;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}
.message-form .message-sub:hover {
  transform: translateY(-5px);
}
/** 产品售后 **/
.shouhou-text {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-indent: 2em;
}
.shouhou-list {
  margin-top: 80px;
}
.shouhou-list .item {
  position: relative;
  width: 335px;
  min-height: 250px;
  border: 1px solid #90bfe1;
}
.shouhou-list .item .wujiao {
  width: 90px;
  height: 104px;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/jiao.png) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 104px;
}
.shouhou-list .item .wujiao .iconfont {
  font-size: 50px;
  color: #217fc2;
}
.shouhou-list .item .info {
  margin-top: 80px;
  padding: 0 30px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.shouhou-list .item .info span {
  color: #0063aa;
}
/** 新闻列表 **/
.news-list {
  background: #fff;
  padding: 40px;
}
.news-list .item {
  margin-bottom: 30px;
}
.news-list .item:hover .info h1 {
  color: #0063aa;
}
.news-list .img {
  width: 285px;
  height: 180px;
}
.news-list .info {
  width: 835px;
  padding-left: 30px;
}
.news-list .info h1 {
  font-size: 18px;
  color: #333;
  line-height: 35px;
  transition: all 0.3s;
}
.news-list .info h2 {
  font-size: 16px;
  color: #999999;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  position: relative;
  margin-bottom: 15px;
}
.news-list .info h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #f2bb13;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.news-list .info h3 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.news-list .info h4 {
  color: #1b73bf;
  margin-top: 20px;
}
/** 新闻详情 **/
.zp-text {
  background: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 40px;
}
.zp-text span {
  color: #0063aa;
  font-weight: bold;
}
.news-info {
  padding-top: 80px;
}
.news-info .left {
  width: 880px;
}
.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: #217fc2;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.news-info .tuijian .list .item {
  margin-bottom: 20px;
}
.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: #217fc2;
}
.news-info .tuijian .news-more {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #217fc2;
  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: #217fc2;
  text-decoration: underline;
}
/* 人才招聘 */
.zp-list {
  background: #fff;
  padding: 40px;
}
.zp-list .item {
  width: 540px;
  padding-top: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 40PX;
}
.zp-list .item:not(:nth-child(2n)) {
  margin-right: 40px;
}
.zp-list .item > h1 {
  font-size: 20px;
  height: 53px;
  width: 260px;
  display: flex;
  justify-content: start;
  padding: 0 20px;
  color: #fff;
  align-items: center;
  background: url(../images/lanjian.png) center left no-repeat;
}
.zp-list .item .info-c {
  padding: 20px;
}
/** lxwm **/
.lxwm {
  background: #fff;
}
.lxwm .lx-top {
  padding: 50px 0 40px;
}
.lxwm .lx-top .item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.lxwm .lx-top .item h1 {
  font-size: 18px;
  color: #333333;
  margin: 10px 0;
}
.lxwm .lx-top .item h2 {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.lxwm .lx-top .item:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.map {
  padding: 0 40px;
}
#containermap {
  width: 100%;
  height: 400px;
  background-color: #eee;
}
.add {
  font-size: 14px;
}
#imgDemo {
  width: 70%;
}
.BMap_bubble_content {
  text-align: center;
}
.lx-bom {
  padding: 40px;
}
.lx-bom .item:nth-child(1) {
  width: 40%;
}
.lx-bom .item:nth-child(2),
.lx-bom .item:nth-child(3) {
  width: 30%;
}
.lx-bom .item h1 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.lx-bom .item h2 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
