@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
.container {
  margin: 0 auto;
  width: 86%;
  max-width: 1500px;
  min-width: 900px; }
  @media (max-width: 1000px) {
    .container {
      width: 90%; } }

html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }

.formSet input, .formSet textarea, .formSet select {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover, .formSet select:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet input[type=checkbox] {
  width: 50px;
  display: inline-block;
  cursor: pointer; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }
.formSet select {
  width: 100%;
  height: 50px; }
  .formSet select option {
    padding-top: 10px;
    padding-bottom: 10px; }

.page-show-products .content {
  border: 1px solid #f0f0f0; }
  .page-show-products .content .btn-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    background-color: #f0f0f0; }
    .page-show-products .content .btn-list .btn {
      line-height: 50px;
      padding: 0 30px;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      color: #737373;
      border-bottom: 1px solid #f0f0f0;
      border-right: 1px solid #fff; }
      .page-show-products .content .btn-list .btn:last-child {
        border-right: none; }
      .page-show-products .content .btn-list .btn.curr {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #21274b;
        border-top: 2px solid #CC9900;
        margin-top: -1px; }
  .page-show-products .content .panels {
    margin: 30px; }
    .page-show-products .content .panels .panel {
      display: none;
      overflow: hidden; }
      .page-show-products .content .panels .panel .tag-list .tagsa {
        display: inline-block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #877D80;
        margin-right: 5px; }
        .page-show-products .content .panels .panel .tag-list .tagsa:hover {
          background-color: #CC9900;
          color: #fff; }
      .page-show-products .content .panels .panel.curr {
        display: block; }

.index-service .btn-next, .index-service .btn-prev {
  color: rgba(50, 80, 122, 0.5);
  transform: translateX(4vw); }
  .index-service .btn-next:after, .index-service .btn-prev:after {
    position: relative;
    z-index: 2;
    content: "\e1b02";
    font-size: 2.5vw;
    font-family: "iconfont"; }
  .index-service .btn-next:hover:after, .index-service .btn-prev:hover:after {
    color: #CC9900; }
.index-service .btn-prev {
  transform: translateX(-4vw); }
  .index-service .btn-prev:after {
    transform: rotate(180deg); }

body {
  color: #141414; }
  body .dataForm {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between; }
    body .dataForm .formSet {
      width: 48%; }
      body .dataForm .formSet .login_btn {
        background-color: #32507A;
        color: #fff; }
    body .dataForm .inquireToBasket, body .dataForm .thead-table {
      width: 48%; }
      body .dataForm .inquireToBasket th, body .dataForm .inquireToBasket td, body .dataForm .thead-table th, body .dataForm .thead-table td {
        padding: 5px 5px;
        vertical-align: center;
        border: 1px solid #eee; }
      body .dataForm .inquireToBasket th, body .dataForm .thead-table th {
        background-color: #32507A;
        color: #FFF;
        font-size: 18px;
        line-height: 2em; }
      body .dataForm .inquireToBasket tr, body .dataForm .thead-table tr {
        width: 100%; }
        body .dataForm .inquireToBasket tr .td-pic, body .dataForm .thead-table tr .td-pic {
          width: 100px;
          height: 100px;
          text-align: center; }
          body .dataForm .inquireToBasket tr .td-pic img, body .dataForm .thead-table tr .td-pic img {
            width: 100%;
            height: 100%;
            object-fit: contain; }
        body .dataForm .inquireToBasket tr .td-Options, body .dataForm .thead-table tr .td-Options {
          width: 100px;
          text-align: center; }
        body .dataForm .inquireToBasket tr .td-name, body .dataForm .thead-table tr .td-name {
          width: auto;
          text-align: left; }
      body .dataForm .inquireToBasket .template-item, body .dataForm .thead-table .template-item {
        padding: 15px 0;
        border-bottom: 1px solid #ccc; }
        body .dataForm .inquireToBasket .template-item .pic, body .dataForm .thead-table .template-item .pic {
          flex: 0 0 auto;
          margin-right: 20px;
          width: 60px;
          height: 60px;
          border-radius: 5px;
          overflow: hidden; }
          body .dataForm .inquireToBasket .template-item .pic img, body .dataForm .thead-table .template-item .pic img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        body .dataForm .inquireToBasket .template-item .text, body .dataForm .thead-table .template-item .text {
          flex: 1 1 auto;
          position: relative; }
          body .dataForm .inquireToBasket .template-item .text .title, body .dataForm .thead-table .template-item .text .title {
            display: block;
            width: 80%;
            font-size: 20px;
            font-weight: bold;
            line-height: 30px; }
          body .dataForm .inquireToBasket .template-item .text span, body .dataForm .thead-table .template-item .text span {
            position: absolute;
            right: 5px;
            bottom: 5px;
            cursor: pointer;
            color: #666; }
            body .dataForm .inquireToBasket .template-item .text span:before, body .dataForm .thead-table .template-item .text span:before {
              content: "\e1a27";
              margin-right: 2px; }
    body .dataForm .line {
      width: 1px;
      background-color: #ccc; }
  body .basket_alert_div {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.1); }
    body .basket_alert_div .basket_alert {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      padding: 50px;
      border-radius: 10px; }
      body .basket_alert_div .basket_alert .text {
        text-align: center;
        font-size: 20px;
        line-height: 1em; }
        body .basket_alert_div .basket_alert .text:before {
          color: #21274b;
          font-size: 40px;
          line-height: 20px;
          margin-right: 10px; }
      body .basket_alert_div .basket_alert .basket_btn {
        margin-top: 40px; }
        body .basket_alert_div .basket_alert .basket_btn .alert_btn {
          display: block;
          padding: 10px 20px;
          border-radius: 5px;
          font-size: 18px;
          color: #fff; }
          body .basket_alert_div .basket_alert .basket_btn .alert_btn.visit {
            background-color: #32507A; }
          body .basket_alert_div .basket_alert .basket_btn .alert_btn.inquiry {
            margin-left: 20px;
            background-color: #CC9900; }

a {
  text-decoration: none;
  color: #141414; }
  a:hover {
    color: #CC9900; }

.logo-nav {
  border-bottom: 1px solid transparent;
  padding: 0 2vw;
  width: 100vw;
  position: relative;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: #FFF; }
  .logo-nav.sticky {
    border-color: #CC9900; }
  .logo-nav.page-type0 {
    position: fixed; }
  .logo-nav .logo {
    padding: 20px 0;
    margin-right: 50px;
    flex: 0 0 auto; }
  .logo-nav .main-nav-box {
    flex: 1 1 auto; }
    .logo-nav .main-nav-box .list {
      width: 100%;
      height: 100%;
      justify-content: flex-end; }
      .logo-nav .main-nav-box .list .item {
        height: 100%;
        position: relative; }
        .logo-nav .main-nav-box .list .item.quote .text {
          background-color: #2D68BA;
          color: #FFF;
          border-radius: 10px;
          padding: 10px 20px; }
        .logo-nav .main-nav-box .list .item h3 {
          height: 100%; }
        .logo-nav .main-nav-box .list .item .nav-a-1 {
          height: 100%;
          display: -webkit-flex !important;
          display: flex !important;
          -ms-display: flex !important;
          align-items: center;
          padding: 0 30px;
          font-size: 18px; }
        .logo-nav .main-nav-box .list .item .sub-list {
          display: none;
          border-top: 3px solid #CC9900;
          background-color: #FFF;
          position: absolute;
          left: 0;
          top: 100%;
          min-width: 100%; }
          .logo-nav .main-nav-box .list .item .sub-list .nav-a-2 {
            display: block;
            line-height: 35px;
            height: 35px;
            padding: 0 15px;
            white-space: nowrap;
            font-size: 16px; }
            .logo-nav .main-nav-box .list .item .sub-list .nav-a-2:hover {
              color: #CC9900; }
        .logo-nav .main-nav-box .list .item.curr .nav-a-1 {
          color: #CC9900; }
        .logo-nav .main-nav-box .list .item:hover .sub-list {
          display: block; }

.banner-box {
  overflow: hidden; }
  .banner-box.page-type0 {
    height: 100vh; }
    .banner-box.page-type0 .item {
      min-height: 100vh; }
  .banner-box .item {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    align-items: center; }
    .banner-box .item .text {
      text-align: left;
      color: #FFF;
      padding-top: 10vh;
      padding-left: 10vw; }
      .banner-box .item .text .title {
        font-size: 40px;
        line-height: 1em;
        margin-bottom: 20px; }
      .banner-box .item .text .subtitle {
        font-size: 26px;
        line-height: 1.5em;
        border-left: 5px solid #fff;
        padding-left: 10px;
        margin-bottom: 30px; }
        .banner-box .item .text .subtitle span {
          display: block; }
      .banner-box .item .text .quote {
        margin-top: 30px;
        display: inline;
        background-color: #fff;
        color: #e90202;
        border-radius: 5px;
        padding: 10px 30px;
        font-size: 20px; }
        .banner-box .item .text .quote:hover {
          background-color: #fff; }

.index-item .name {
  color: #141414;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 30px; }

.index-about {
  padding: 80px 0;
  background-color: #F8F8F8; }
  .index-about .company-profile {
    align-items: center; }
    .index-about .company-profile .pic {
      max-width: 48%;
      margin-right: 4vw;
      overflow: hidden;
      border-radius: 10px; }
    .index-about .company-profile .text-box {
      text-align: left; }
      .index-about .company-profile .text-box .content {
        color: #333;
        font-size: 16px;
        line-height: 1.5em; }
  .index-about .number-list {
    margin-top: 50px;
    background-color: #FFF; }
    .index-about .number-list .item {
      text-align: center;
      padding: 50px 0; }
      .index-about .number-list .item .text-1 {
        justify-content: center;
        align-items: end;
        color: #2D68BA; }
        .index-about .number-list .item .text-1 .number {
          font-size: 48px;
          line-height: 1em; }
        .index-about .number-list .item .text-1 .unit {
          font-size: 30px;
          line-height: 1em; }
      .index-about .number-list .item .text-2 {
        font-size: 24px;
        line-height: 2em; }
      .index-about .number-list .item + .item {
        border-left: 1px solid #C8C8CF; }

.index-service {
  padding: 100px 0;
  background-color: #F6F6F6; }
  .index-service .name {
    text-align: center; }
  .index-service .list-service .item {
    background-color: #FFF;
    text-align: center;
    padding: 50px 20px 50px 20px;
    border-radius: 10px; }
    .index-service .list-service .item .title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px; }
    .index-service .list-service .item .pic {
      position: relative;
      padding-bottom: 100%; }
      .index-service .list-service .item .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }

.index-apart {
  padding: 80px 0;
  background-color: #32507A; }
  .index-apart .left-box {
    padding: 10px 0;
    max-width: 45%;
    flex: 0 0 auto;
    align-self: center; }
    .index-apart .left-box .name {
      text-align: left;
      color: #FFF; }
    .index-apart .left-box .video-box .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(255, 255, 255, 0.2); }
      .index-apart .left-box .video-box .bg:before {
        font-size: 60px;
        color: #32507A; }
  .index-apart .line {
    width: 3px;
    margin: 0 1.5vw;
    background-color: #BA2E2E;
    flex: 0 0 auto; }
  .index-apart .right-box {
    padding: 10px 0;
    align-self: center;
    flex: 1 1 auto;
    color: #FFF; }
    .index-apart .right-box .item .title {
      font-size: 20px;
      line-height: 1em;
      margin-bottom: 15px; }
    .index-apart .right-box .item .desc {
      font-size: 16px;
      line-height: 1.7em; }
    .index-apart .right-box .item + .item {
      margin-top: 40px; }

.index-choose {
  padding: 80px 0; }
  .index-choose .name {
    text-align: center; }
  .index-choose .item .outer-div {
    flex-direction: column; }
  .index-choose .item .text-box {
    flex: 1 1 auto;
    background-color: #8a1313;
    color: #FFF;
    text-align: center;
    justify-content: center;
    padding: 50px 0 60px; }
    .index-choose .item .text-box .title {
      font-size: 28px;
      line-height: 1em;
      margin-bottom: 20px; }
    .index-choose .item .text-box .desc {
      font-size: 16px;
      line-height: 24px; }
  .index-choose .item .pic {
    flex: 0 0 auto;
    position: relative;
    padding-bottom: 90%; }
    .index-choose .item .pic img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .index-choose .item:nth-child(2n) .outer-div {
    flex-direction: column-reverse; }

.index-industry {
  padding-bottom: 80px; }
  .index-industry .name {
    text-align: center; }
  .index-industry .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 20px; }
    .index-industry .list > * {
      margin: 0;
      overflow: hidden;
      width: 100%; }
    .index-industry .list .outer-div {
      position: relative; }
      .index-industry .list .outer-div .title {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #F6F6F6;
        z-index: 3;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        justify-content: center;
        align-items: center; }
        .index-industry .list .outer-div .title .txt {
          font-size: 20px;
          transition: all 500ms linear; }
      .index-industry .list .outer-div .pic {
        position: relative;
        z-index: 2;
        padding-bottom: 61.8%; }
        .index-industry .list .outer-div .pic img {
          position: absolute;
          width: 100%;
          height: 100%; }
      .index-industry .list .outer-div:hover .title {
        background-color: rgba(20, 20, 20, 0.2); }
        .index-industry .list .outer-div:hover .title .txt {
          transform: translateY(-50%); }

.index-partner {
  padding: 80px 0;
  background-position: right center; }
  .index-partner .left-box {
    max-width: 50%; }
    .index-partner .left-box .title {
      font-size: 30px;
      font-weight: bold;
      line-height: 1em;
      padding-bottom: 30px;
      position: relative; }
      .index-partner .left-box .title:before {
        content: "";
        position: absolute;
        width: 126px;
        height: 4px;
        background-color: #fbbd02;
        left: 0;
        bottom: 0; }
    .index-partner .left-box .text {
      margin-top: 30px;
      font-size: 16px; }
    .index-partner .left-box .link {
      font-size: 30px;
      font-weight: bold;
      font-family: 'Georgia', 'Times', 'serif';
      display: inline-block;
      transition: all 500ms linear; }
      .index-partner .left-box .link:hover {
        color: #32507A;
        transform: translateX(10%); }

.footer {
  background-color: #32507A;
  padding: 50px 0;
  color: #FFF; }
  .footer a {
    color: #efefef; }
    .footer a:hover {
      color: #fbbd02; }
  .footer .max-box {
    justify-content: space-evenly; }
    .footer .max-box .path {
      max-width: 25%; }
      .footer .max-box .path .ico-list {
        margin-top: 20px;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-wrap: wrap;
        justify-content: start; }
        .footer .max-box .path .ico-list .item {
          padding: 8px; }
          .footer .max-box .path .ico-list .item a {
            font-size: 20px; }
      .footer .max-box .path .nav-1 {
        font-size: 20px;
        margin-bottom: 20px; }
      .footer .max-box .path .nav-2-a {
        font-size: 14px;
        line-height: 26px; }
      .footer .max-box .path .content {
        line-height: 26px; }
        .footer .max-box .path .content p {
          margin-bottom: 10px; }

.copyright {
  background-color: #1d375c;
  padding: 20px 0;
  color: #FFF; }
  .copyright a {
    color: #efefef; }
    .copyright a:hover {
      color: #fbbd02; }

.currLocation {
  padding: 10px 0;
  border-bottom: 1px solid #F1F1F1;
  font-size: 18px; }
  .currLocation .nav_x:before {
    color: #21274b;
    margin-right: 10px;
    font-size: 20px; }

.page-main-box {
  padding: 50px 0; }

.page-list .list-img .item, .page-list .list-pro .item {
  box-shadow: 0 0 5px 1px #F1F1F1;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 2; }
  .page-list .list-img .item .tag, .page-list .list-pro .item .tag {
    display: inline-block;
    position: absolute;
    z-index: 5;
    max-width: 60%;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #877D80;
    text-align: right; }
    .page-list .list-img .item .tag a, .page-list .list-pro .item .tag a {
      color: #877D80; }
  .page-list .list-img .item:hover .img, .page-list .list-pro .item:hover .img {
    transform: scale(1.05); }
.page-list .list-img .img, .page-list .list-pro .img {
  transition: all 500ms linear; }
.page-list .list-img .text-box .title, .page-list .list-pro .text-box .title {
  font-size: 16px;
  text-align: center;
  line-height: 4em; }
.page-list .list-img .text-box .desc, .page-list .list-pro .text-box .desc {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 26px;
  height: 78px;
  font-size: 14px;
  font-weight: normal;
  margin: 10px;
  color: #666; }
.page-list .list-img.list-news .text-box .title, .page-list .list-pro.list-news .text-box .title {
  line-height: 2em;
  margin-bottom: 10px; }
.page-list .list-img.list-news .text-box .date, .page-list .list-pro.list-news .text-box .date {
  font-size: 12px;
  font-weight: normal;
  color: #877D80;
  padding: 5px 5px;
  text-align: left; }
.page-list .list-img.list-pro .text-box .title, .page-list .list-pro.list-pro .text-box .title {
  font-size: 16px;
  text-align: center;
  line-height: 4em; }

.page-show .show-news .contentBox {
  margin-bottom: 30px; }
  .page-show .show-news .contentBox .title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.5em; }
  .page-show .show-news .contentBox .time {
    text-align: center;
    color: #AAAAAD;
    font-size: 14px;
    font-weight: normal; }
  .page-show .show-news .contentBox .content {
    padding: 50px 20px; }

.page-show-products .head-box .img-param-box .images-box {
  margin-right: 50px;
  max-width: 50%;
  flex: 1 1 0; }
  .page-show-products .head-box .img-param-box .images-box .big-area {
    border: 1px solid #C8C8CF;
    padding: 20px; }
    .page-show-products .head-box .img-param-box .images-box .big-area .pic {
      max-width: 100%; }
  .page-show-products .head-box .img-param-box .images-box .small-area .btn-next {
    transform: translateX(10px); }
  .page-show-products .head-box .img-param-box .images-box .small-area .btn-prev {
    transform: translateX(-10px); }
  .page-show-products .head-box .img-param-box .images-box .img-list {
    margin-top: 30px; }
    .page-show-products .head-box .img-param-box .images-box .img-list .item {
      border: 3px solid #C8C8CF;
      opacity: 0.85; }
      .page-show-products .head-box .img-param-box .images-box .img-list .item.swiper-slide-thumb-active {
        border-color: #CC9900;
        opacity: 1; }
      .page-show-products .head-box .img-param-box .images-box .img-list .item:hover {
        opacity: 1; }
      .page-show-products .head-box .img-param-box .images-box .img-list .item .pic {
        max-width: 100%; }
.page-show-products .head-box .img-param-box .param-box {
  flex: 1 1 auto; }
  .page-show-products .head-box .img-param-box .param-box .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left; }
  .page-show-products .head-box .img-param-box .param-box .en {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    text-align: left;
    color: #CC9900; }
  .page-show-products .head-box .img-param-box .param-box .param {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #877D80;
    font-size: 16px;
    line-height: 30px; }
  .page-show-products .head-box .img-param-box .param-box .sign-list {
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid #877D80;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: flex-start; }
    .page-show-products .head-box .img-param-box .param-box .sign-list .item {
      line-height: 30px;
      position: relative;
      padding-left: 35px;
      padding-right: 30px; }
      .page-show-products .head-box .img-param-box .param-box .sign-list .item:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #CC9900;
        font-size: 30px; }
  .page-show-products .head-box .img-param-box .param-box .btn-list {
    margin-top: 10px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: end; }
    .page-show-products .head-box .img-param-box .param-box .btn-list .btn {
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      background-color: #CC9900;
      color: #fff;
      cursor: pointer;
      position: relative;
      margin-left: 10px; }
.page-show-products .content {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 86vw;
  overflow-x: scroll; }
.page-show-products .messages-box {
  margin-top: 80px; }
  .page-show-products .messages-box .formSet {
    width: 60%;
    margin: 0 auto; }

.page-show-contact .txt-box {
  margin-top: 50px; }

.contact-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 10px; }
  .contact-list > * {
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .contact-list .item {
    padding: 39px 15px 15px;
    box-sizing: border-box; }
  .contact-list .outer-div {
    height: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 8px 2px #efefef;
    background-color: #FFF;
    padding-top: 48px;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    text-align: center; }
    .contact-list .outer-div .title {
      font-size: 20px;
      font-weight: bold;
      line-height: 2; }
    .contact-list .outer-div .text {
      font-size: 16px;
      line-height: 2;
      color: #666; }
      .contact-list .outer-div .text a {
        color: #666; }
    .contact-list .outer-div:before {
      position: absolute;
      left: 50%;
      top: 0;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      box-shadow: 0 0 0 2px #efefef;
      font-size: 24px;
      text-align: center;
      line-height: 60px;
      transform: translate(-50%, -50%);
      background-color: #FFF; }
    .contact-list .outer-div:hover {
      background-color: rgba(50, 80, 122, 0.8);
      color: #FFF; }
      .contact-list .outer-div:hover a {
        color: #FFF; }
        .contact-list .outer-div:hover a:hover {
          color: #CC9900; }
      .contact-list .outer-div:hover .text {
        color: #FFF; }
      .contact-list .outer-div:hover:before {
        background-color: rgba(50, 80, 122, 0.8); }


