@charset "UTF-8";
body {
  background: #fff;
  color: #333;
  font-family: "Microsoft YaHei", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px; }

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  vertical-align: middle; }

hr {
  border-color: #e0e0e0;
  margin: 0 auto 20px auto;
  width: 100px !important; }

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.text-ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative; }

/* 预加载 section */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #f9f9f9; }

.sk-spinner-rotating-plane.sk-spinner {
  width: 40px;
  height: 40px;
  background-color: #008fd7;
  border-radius: 50%;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* 头部 section */
header {
  position: fixed;
  width: 100%;
  height: 110px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
  box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04); }
  header .container {
    width: 1320px;
    height: 100%; }
    header .container .logo {
      float: left;
      padding: 28px 0; }
      header .container .logo a {
        display: block;
        font-size: 0; }
    header .container nav {
      float: right;
      margin: 40px 64px 0 0; }
      header .container nav li {
        position: relative;
        float: left;
        padding: 0 4px;
        padding-bottom: 15px; }
        header .container nav li + li {
          margin-left: 54px; }
        header .container nav li.active:after {
          content: " ";
          position: absolute;
          height: 4px;
          border-radius: 4px;
          background: #008FD7;
          width: 100%;
          bottom: 0;
          left: 0; }
        header .container nav li.active a {
          color: #008FD7; }
        header .container nav li a {
          color: #333333;
          font-weight: 500;
          font-size: 22px; }
          header .container nav li a:hover, header .container nav li a:focus {
            color: #008FD7; }
    header .container .language {
      float: right;
      font-size: 16px;
      margin-top: 44px; }
      header .container .language a.active {
        color: #008FD7; }
      header .container .language .line {
        display: inline-block;
        vertical-align: top;
        margin: 0 14px;
        width: 1px;
        height: 15px;
        background: #6c6e6f; }

/* 底部 section */
footer {
  position: relative;
  height: 596px;
  background: url(../images/footer-bg.png) center center;
  background-size: auto 100%;
  padding-top: 118px;
  box-sizing: border-box; }
  footer .bd {
    display: flex; }
    footer .bd .item {
      padding-top: 24px;
      flex: 1;
      position: relative; }
      footer .bd .item:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 4px;
        width: 53px;
        height: 3px;
        background: #333; }
      footer .bd .item h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 13px; }
      footer .bd .item h3 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 35px; }
      footer .bd .item .flex {
        display: flex;
        margin-top: 18px; }
        footer .bd .item .flex .desc {
          width: 50%;
          margin-top: 0; }
      footer .bd .item .desc {
        margin-top: 18px;
        font-size: 18px;
        line-height: 20px; }
        footer .bd .item .desc img {
          display: inline-block;
          vertical-align: top;
          margin-right: 8px;
          width: 20px;
          height: 20px; }
  footer .barcode {
    margin-top: 70px;
    width: 170px;
    height: 170px; }
  footer .copyright {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #999999;
    text-align: center; }

/* second-banner section */
.second-banner {
  position: relative;
  background-position: center center;
  height: 620px; }
  .second-banner h1 {
    position: absolute;
    top: 350px;
    right: 45px;
    padding: 10px 0 0 14px;
    box-sizing: border-box;
    width: 222px;
    height: 91px;
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    background: url("../images/second-banner-bg-en.png"); }

.text-index-bg {
  position: absolute;
  z-index: 0;
  left: -215px;
  top: 0;
  font-size: 200px;
  font-family: 'SourceHanSansCN-Regular';
  color: #EEEEEE;
  opacity: 0.3; }

.title-index {
  position: relative;
  font-weight: 500;
  padding-top: 36px; }
  .title-index:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 4px;
    width: 67px;
    height: 5px;
    background: #0067B3; }
  .title-index h2 {
    font-size: 42px;
    margin-bottom: 12px; }
  .title-index p {
    font-size: 20px;
    margin-left: 4px; }

/* banner section */
#banner {
  background: url("../images/banner-index.png");
  background-size: 100% 100%;
  height: 100vh;
  color: #FFFFFF;
  overflow: hidden; }
  #banner h1 {
    font-size: 77px;
    margin: 40vh 0 35px;
    font-family: 'SourceHanSansCN-Bold'; }
  #banner h2 {
    font-size: 29px;
    font-weight: 500; }

/* 关于我们 section */
#about-us {
  padding: 60px 0 110px; }
  #about-us .container {
    display: flex;
    align-items: center;
    padding-top: 65px; }
    #about-us .container .left {
      flex: 1; }
      #about-us .container .left .desc {
        font-size: 18px;
        color: #404040;
        line-height: 38px;
        margin-top: 50px;
        text-indent: 2em;
        font-family: 'SourceHanSansCN-Light'; }
    #about-us .container .cover {
      margin-left: 55px;
      width: 568px;
      height: 389px;
      background: url("../images/about-us-bg.png"); }

/* 产品中心 section */
#product-center {
  height: 784px;
  background: url(../images/product-center-bg.jpg) center center fixed;
  background-size: auto 100%;
  padding-top: 75px;
  box-sizing: border-box; }
  #product-center .title {
    text-align: center; }
    #product-center .title:before {
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    #product-center .title p {
      font-size: 20px;
      margin-left: 0; }
  #product-center .product {
    margin-top: 100px;
    display: flex;
    justify-content: space-between; }
    #product-center .product .item {
      width: 250px;
      height: 367px;
      background: #fff;
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1); }
      #product-center .product .item a {
        position: relative;
        display: block;
        height: 100%;
        overflow: hidden;
        text-align: center; }
        #product-center .product .item a:hover .bg {
          height: 100%; }
        #product-center .product .item a:hover .btn {
          bottom: 46px; }
      #product-center .product .item img {
        position: relative;
        top: 50%;
        transform: translateY(-72%);
        width: 86%;
        z-index: 2; }
      #product-center .product .item .name {
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
        font-weight: 500;
        color: #262626;
        font-size: 18px; }
      #product-center .product .item .bg {
        position: absolute;
        bottom: 0;
        height: 0;
        width: 100%;
        background: linear-gradient(#008FD7, #00DCEA);
        opacity: 0.8;
        transition: height 0.5s; }
      #product-center .product .item .btn {
        box-sizing: border-box;
        position: absolute;
        left: 50%;
        bottom: -50%;
        width: 190px;
        margin-left: -95px;
        height: 46px;
        line-height: 42px;
        border: 2px solid #FFFFFF;
        font-size: 19px;
        color: #FFFFFF;
        font-family: 'SourceHanSansCN-Normal';
        transition: bottom 0.5s; }

/* 鸿信动态 section */
#news {
  padding: 60px 0 70px; }
  #news .container {
    padding-top: 65px; }
    #news .container .bd {
      margin-top: 60px;
      display: flex; }
      #news .container .bd .item {
        box-sizing: border-box;
        padding: 15px 20px 0;
        height: 154px;
        border-bottom: 2px solid transparent;
        transition: border-color 0.5s; }
        #news .container .bd .item .name {
          font-size: 20px;
          font-family: 'SourceHanSansCN-Normal';
          color: #232323;
          line-height: 34px;
          margin-bottom: 8px;
          transition: color 0.5s; }
        #news .container .bd .item .desc {
          font-size: 14px;
          font-family: 'SourceHanSansCN-Light';
          color: #7E7E7E;
          line-height: 24px;
          margin-bottom: 10px; }
        #news .container .bd .item .time-more {
          display: flex;
          justify-content: space-between;
          font-size: 16px;
          color: #B2B2B2;
          font-family: 'SourceHanSansCN-Light';
          line-height: 20px; }
          #news .container .bd .item .time-more div {
            transition: color 0.5s; }
          #news .container .bd .item .time-more span {
            display: inline-block;
            vertical-align: top;
            margin-left: 6px;
            width: 20px;
            height: 20px;
            background-image: url(../images/more.png); }
      #news .container .bd .left {
        display: block;
        width: 600px;
        height: 490px;
        background: #0067B3;
        margin-right: 24px; }
        #news .container .bd .left .cover {
          height: 326px;
          padding: 10px 10px 0; }
          #news .container .bd .left .cover img {
            width: 100%;
            height: 100%; }
        #news .container .bd .left .item .name,
        #news .container .bd .left .item .desc,
        #news .container .bd .left .item .time-more {
          color: #fff; }
          #news .container .bd .left .item .name span,
          #news .container .bd .left .item .desc span,
          #news .container .bd .left .item .time-more span {
            background-image: url(../images/more-cover.png); }
      #news .container .bd .right {
        flex: 1; }
        #news .container .bd .right .list {
          display: block;
          background: #f5f7f9; }
          #news .container .bd .right .list + .list {
            margin-top: 14px; }
          #news .container .bd .right .list:hover .item {
            box-sizing: border-box;
            padding: 15px 20px 0;
            height: 154px;
            border-color: #0067B3; }
            #news .container .bd .right .list:hover .item .name {
              color: #0067B3; }
            #news .container .bd .right .list:hover .item .time-more div:last-child {
              color: #0067B3; }
            #news .container .bd .right .list:hover .item .time-more span {
              background-image: url(../images/more-hover.png); }

.title-about-us {
  position: relative; }
  .title-about-us h3 {
    position: absolute;
    top: 3px;
    left: -80px;
    width: 40px;
    font-size: 38px;
    color: #999999;
    font-family: 'SourceHanSansCN-Normal'; }
    .title-about-us h3:before {
      content: " ";
      position: absolute;
      top: 12px;
      left: -84px;
      width: 50px;
      height: 3px;
      background: #999; }
  .title-about-us h2 {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 40px;
    margin-bottom: 14px; }
  .title-about-us p {
    font-size: 30px;
    font-family: 'SourceHanSansCN-Light'; }

.about-us-bg {
  position: absolute;
  z-index: -1;
  left: 0; }

.about-us-bg2 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 1500px; }

/* second-banner section */
.banner-about-us {
  background-image: url("../images/banner-about-us.jpg"); }

/* 公司简介 section */
#company-profile {
  padding-top: 86px; }
  #company-profile .container {
    display: flex; }
    #company-profile .container .left {
      position: relative;
      flex: 1; }
      #company-profile .container .left .desc {
        font-size: 18px;
        color: #555555;
        line-height: 48px;
        text-indent: 2em;
        margin-top: 60px;
        font-family: 'SourceHanSansCN-Normal'; }
      #company-profile .container .left .comma {
        margin-top: 130px; }
      #company-profile .container .left .idea {
        font-size: 30px;
        font-weight: 500;
        margin-top: 25px; }
      #company-profile .container .left .idea2 {
        margin-top: 25px;
        font-size: 16px;
        color: #666666;
        font-family: 'SourceHanSansCN-Light'; }
    #company-profile .container .company {
      margin-top: 2px;
      width: 698px;
      height: 687px;
      background: url("../images/company-profile-bg.png"); }

/* 生产车间 section */
#production-shop {
  padding-top: 86px; }
  #production-shop .list {
    display: flex;
    margin-top: 55px; }
    #production-shop .list a {
      display: block;
      width: 293px;
      height: 220px;
      opacity: 0.6;
      transition: opacity 0.5s ease-in-out; }
      #production-shop .list a:hover {
        opacity: 1; }
      #production-shop .list a + a {
        margin-left: 9px; }
    #production-shop .list img {
      width: 100%;
      height: 100%; }

/* 公司荣誉 section */
#company-honor {
  padding: 86px 0; }
  #company-honor .bd {
    position: relative;
    margin-top: 86px; }
    #company-honor .bd .swiper {
      box-sizing: border-box;
      width: 973px;
      height: 375px;
      padding: 2px; }
    #company-honor .bd .swiper-slide img {
      width: 100%;
      height: 100%;
      box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.2); }
    #company-honor .bd .swiper-button-next {
      position: absolute;
      right: 0;
      top: 50%;
      margin: -30px 0 0;
      width: 60px;
      height: 60px;
      background: #fff;
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      border-radius: 50%; }
      #company-honor .bd .swiper-button-next:after {
        font-size: 30px; }
    #company-honor .bd .swiper-button-prev {
      position: absolute;
      top: 50%;
      margin: -30px 0 0;
      left: 0;
      width: 60px;
      height: 60px;
      background: #fff;
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
      border-radius: 50%; }
      #company-honor .bd .swiper-button-prev:after {
        font-size: 30px; }

/* second-banner section */
.banner-product-center {
  background-image: url("../images/banner-product-center.jpg"); }

.title-product-center h2 {
  font-family: 'SourceHanSansCN-Normal';
  font-size: 60px;
  color: #008FD7;
  margin-bottom: 35px; }
.title-product-center h3 {
  font-size: 42px;
  color: #171717;
  font-family: 'SourceHanSansCN-Bold';
  margin-bottom: 17px; }
.title-product-center p {
  font-size: 18px;
  color: #666666;
  font-family: 'SourceHanSansCN-Normal';
  margin-bottom: 64px; }

/* 产品中心 section */
#product-center2 {
  padding: 64px 0; }
  #product-center2 .list {
    display: flex;
    align-items: center;
    position: relative;
    background: #F5F5F5;
    padding: 30px 50px 40px;
    transition: background 0.5s; }
    #product-center2 .list:nth-child(odd) .info h2,
    #product-center2 .list:nth-child(odd) .info h3 {
      text-align: right; }
    #product-center2 .list:nth-child(odd) .info .btn {
      right: 50px; }
    #product-center2 .list + .list {
      margin-top: 34px; }
    #product-center2 .list:hover {
      background: linear-gradient(-30deg, #00DCEA, #008FD7); }
      #product-center2 .list:hover .info h2,
      #product-center2 .list:hover .info h3 {
        color: #FFFFFF; }
      #product-center2 .list:hover .info .btn {
        border-color: #FFFFFF;
        color: #FFFFFF;
        background-image: url("../images/more1-hover.png"); }
      #product-center2 .list:hover .img {
        transform: scale(1.05); }
    #product-center2 .list .info {
      width: 55%;
      height: 420px; }
      #product-center2 .list .info h2 {
        font-size: 96px;
        font-family: 'SourceHanSansCN-Light';
        font-style: italic;
        color: #008FD7;
        opacity: 0.8;
        margin-bottom: 10px;
        transition: color 0.5s; }
      #product-center2 .list .info h3 {
        font-size: 42px;
        color: #333333;
        font-family: 'SourceHanSansCN-Bold';
        transition: color 0.5s; }
      #product-center2 .list .info .btn {
        position: absolute;
        bottom: 40px;
        box-sizing: border-box;
        width: 286px;
        height: 70px;
        border: 2px solid #017CEF;
        font-size: 26px;
        color: #017CEF;
        font-family: 'SourceHanSansCN-Normal';
        line-height: 66px;
        padding-left: 29px;
        background-image: url("../images/more1.png");
        background-repeat: no-repeat;
        background-position: 240px center;
        transition: all 0.5s; }
    #product-center2 .list .img {
      width: 45%;
      text-align: center;
      font-size: 0;
      transition: transform 0.5s; }
      #product-center2 .list .img img {
        width: 95%; }

/* three-banner section */
.three-banner {
  position: relative;
  background-position: center center;
  height: 801px; }
  .three-banner.banner-znzsp {
    background-image: url("../images/banner-znzsp.png"); }
  .three-banner.banner-dtpttjcxt {
    background-image: url("../images/banner-dtpttjcxt.png"); }
  .three-banner.banner-ydsb {
    background-image: url("../images/banner-ydsb.png"); }
  .three-banner.banner-ydshwlcb {
    background-image: url("../images/banner-ydshwlcb.png"); }
  .three-banner .right {
    width: 50%;
    float: right;
    height: 784px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .three-banner .right h1 {
      font-size: 40px;
      font-weight: bold;
      color: #008FD7;
	  line-height:1.6;
      text-align: center; }
    .three-banner .right .run {
      position: relative;
      width: 100%;
      height: 200px;
      text-align: center; }
      .three-banner .right .run img {
        position: absolute;
        width: 60%;
        right: 50px;
        bottom: -274px; }
    .three-banner .right .definition {
      width: 100%;
      text-align: center;
      margin-top: 54px; }
      .three-banner .right .definition .item {
        display: inline-block;
        min-width: 200px;
        padding: 0 25px;
        height: 45px;
        background: #399DD6;
        border-radius: 20px;
        font-size: 26px;
        color: #FFFFFF;
        line-height: 45px;
        position: relative;
        margin-left: 50px; }
        .three-banner .right .definition .item:before {
          content: " ";
          position: absolute;
          top: 16px;
          left: -46px;
          width: 14px;
          height: 14px;
          background: #248DCB;
          border-radius: 50%; }
		  
		  .banner-news {
  background-image: url("../images/banner-news.jpg"); }

/* 新闻列表 section */
#news-list {
  padding: 64px 0; }
  #news-list li {
    position: relative;
    height: 358px; }
    #news-list li + li {
      margin-top: 30px; }
  #news-list li .img {
    width: 30.7%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: fit-content; }
  #news-list li .img img {
    width: 100%;
    border-radius: 20px; }
  #news-list li .box {
    display: table;
    width: 84.6%;
    height: 100%;
    background-color: #f1f8ff;
    border-radius: 0 0 60px 0;
    box-sizing: border-box; }
  #news-list li .box .casket {
    display: table-cell;
    vertical-align: middle; }
  #news-list li .box .title {
    font-size: 26px;
    color: #333333;
    line-height: 1.4; }
  #news-list li .box .time {
    margin-top: 25px;
    font-size: 16px;
    color: #1895d5; }
  #news-list li .box .text {
    margin-top: 25px;
    font-size: 16px;
    color: #666666;
    line-height: 1.8; }
  #news-list li .box .more {
    margin-top: 25px; }
  #news-list li .box .more a:before {
    display: block;
    content: '';
    width: 75px;
    height: 45px;
    background-image: url("../images/about-more.png");
    background-size: 100%;
    z-index: 3; }
  #news-list li:nth-of-type(odd) .img {
    left: 0; }
  #news-list li:nth-of-type(odd) .box {
    margin-left: auto;
    padding: 0 90px 0 290px; }
  #news-list li:nth-of-type(even) .img {
    right: 0; }
  #news-list li:nth-of-type(even) .box {
    margin-right: auto;
    padding: 0 290px 0 90px; }
  #news-list .pages {
    margin-top: 30px;
    text-align: center; }

/* 新闻详情 section */
#news-detail {
  padding: 60px 0; }
  #news-detail .title {
    font-size: 30px;
    color: #333333;
    text-align: center; }
  #news-detail .time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    width: 285px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    border-radius: 50px;
    background-color: #f1f8ff; }
  #news-detail .time:before {
    display: block;
    content: '';
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("../images/news-time.png");
    background-size: 100%; }
  #news-detail .text {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
    line-height: 2; }
  #news-detail .prew {
    position: relative;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d5e1e8;
    display: flex;
    justify-content: space-between; }
  #news-detail .prew .prev,
  #news-detail .prew .next {
    width: 40%;
    padding: 15px 25px;
    font-size: 14px;
    color: #666666;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    line-height: 1.4; }
  #news-detail .prew .prev a,
  #news-detail .prew .next a {
    color: #666; }
    #news-detail .prew .prev a:hover,
    #news-detail .prew .next a:hover {
      color: #008FD7; }

.banner-contact-us {
  background-image: url("../images/banner-contact-us.jpg"); }

/* 联系我们 section */
#contact-us .mode {
  padding: 64px 0;
  display: flex;
  justify-content: space-between; }
#contact-us .mode .box {
  width: 34%; }
#contact-us .mode .box .title {
  position: relative;
  font-weight: 500;
  padding-bottom: 26px;
  font-size: 38px;
  margin-bottom: 40px; }
  #contact-us .mode .box .title:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 50px;
    height: 5px;
    background: #0067B3; }
#contact-us .mode .img {
  width: 56%;
  border: 1px solid #eaeaea;
  padding: 9px;
  border-radius: 0 0 10px 0;
  box-sizing: border-box;
  box-shadow: 0 50rem 50rem rgba(33, 58, 143, 0.1); }
#contact-us .mode .img img {
  width: 100%;
  height: 100%; }
#contact-us .mode .list ul li {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 70px;
  border-bottom: 1px solid #eaeaea; }
#contact-us .mode .list ul li:last-child {
  margin-bottom: 0; }
#contact-us .mode .list ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 54px;
  height: 54px;
  background-size: 100%;
  z-index: 3; }
#contact-us .mode .list ul li:nth-of-type(1):before {
  background-image: url(../images/contact-icon1.png); }
#contact-us .mode .list ul li:nth-of-type(2):before {
  background-image: url(../images/contact-icon2.png); }
#contact-us .mode .list ul li:nth-of-type(3):before {
  background-image: url(../images/contact-icon3.png); }
#contact-us .mode .list ul li .name {
  font-size: 16px;
  color: #999999; }
#contact-us .mode .list ul li .text {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6; }

/* 产品介绍 section */
#product-introduction {
  padding: 86px 0 56px; }
  #product-introduction h3 {
    position: relative;
    font-size: 22px;
    line-height: 43px;
    padding-left: 41px; }
    #product-introduction h3:before {
      content: " ";
      position: absolute;
      top: 16px;
      left: 0;
      width: 10px;
      height: 10px;
      background: #248DCB;
      border-radius: 50%; }
    #product-introduction h3 + h3 {
      margin-top: 30px; }
    #product-introduction h3 span {
      color: #248DCB;
      font-weight: bold; }

#product-introduction2 {
  padding: 86px 0 56px; }
  #product-introduction2 .flex {
    width: 866px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #product-introduction2 .flex + .flex {
      margin-top: 30px; }
    #product-introduction2 .flex h3 {
      position: relative;
      font-size: 22px;
      color: #248DCB;
      font-weight: bold;
      line-height: 43px;
      padding-left: 21px; }
      #product-introduction2 .flex h3:before {
        content: " ";
        position: absolute;
        top: 16px;
        left: 0;
        width: 10px;
        height: 10px;
        background: #248DCB;
        border-radius: 50%; }

/*# sourceMappingURL=style.css.map */
