﻿html body {
  background-color: #fff;
  min-width: 1200px; }

.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0; }

.clearfloat {
  zoom: 1; }


.banner {
  width: 100%;
  height: 380px;
  background-size: cover;
  margin-top: 10px;
  color: #fff; }
  .banner .banner-t1 {
    font-size: 48px;
    font-weight: bold;
    text-shadow: 0px 0px 9px rgba(0, 160, 233, 0.8); }
  .banner .banner-t2 {
    font-size: 30px; }


.content-title {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .content-title h3 {
    font-size: 30px;
    color: #111;
    margin-bottom: 20px; }
  .content-title p {
    font-size: 16px;
    color: #666; }



nav {
  height: 75px;
  line-height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto; }
  nav .nav-l {
    width: 200px; }
  nav .nav-r ul li {
    float: left;
    margin-left: 45px;
    font-size: 16px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 3px solid #fff;
    transition: border-bottom ease .4s; }
    nav .nav-r ul li a {
      width: 100%;
      height: 100%;
      color: #333;
      text-align: center;
      text-decoration: none;
      transition: color ease .4s; }
    nav .nav-r ul li:hover {
      border-bottom: 3px solid #00a0e9; }
      nav .nav-r ul li:hover a {
        color: #00a0e9; }
  nav .nav-r ul .active {
    border-bottom: 3px solid #00a0e9; }
  nav .nav-r ul .active a {
    color: #00a0e9; }


.carousel {
  margin-top: 10px; }
  .carousel .carousel-inner .item {
    width: 100%;
    height: 550px;
    background: 50% 10% no-repeat fixed;
    
    background-size: cover;
     }
    .carousel .carousel-inner .item .carousel-caption {
      position: absolute;
      top: 30%; }
      .carousel .carousel-inner .item .carousel-caption .caption-title {
        font-size: 60px;
        font-weight: bold;
        text-shadow: #00a0e9 0 1px 0; }
      .carousel .carousel-inner .item .carousel-caption .caption-content {
        font-size: 30px; }


.content {
  height: auto;
  overflow: hidden;
  
   }
  .content .content-top {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .content .content-top .top-content {
      width: 400px;
      height: 250px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      border: 1px solid #eee; }
      .content .content-top .top-content .top-left {
        transition: all ease 0.5s; }
      .content .content-top .top-content .top-left:hover {
        transform: scale(1.2); }
      .content .content-top .top-content .top-right {
        margin-left: 40px; }
        .content .content-top .top-content .top-right .detail {
          margin-top: 18px;
          display: inline-block;
          font-size: 12px;
          text-decoration: none;
          color: #666;
          width: 85px;
          height: 30px;
          line-height: 30px;
          text-align: center;
          border: 1px solid #ccc;
          border-radius: 15px; }
  .content .content-mid {
    width: 100%;
    height: 915px;
    background: url("../image/index_bg.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 110px; }
    .content .content-mid .content-mid-title {
      margin: 0 0 100px 0;
      text-align: center;
      font-size: 30px;
      color: #111; }
    .content .content-mid ul {
      width: 1200px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 auto; }
      .content .content-mid ul li {
        width: 384px;
        height: 510px;
        text-align: center;
        box-shadow: 4px 4px 12px 0px rgba(124, 176, 241, 0.2);
        background-color: #fff;
        transition: all ease .4s;
        overflow: hidden; }
        .content .content-mid ul li .img-wrap {
          width: 100%;
          height: 319px;
          overflow: hidden; }
        .content .content-mid ul li img {
          width: 100%;
          transition: transform ease 0.4s; }
        .content .content-mid ul li .item-title {
          margin: 38px 0 20px 0;
          font-size: 18px;
          color: #617bc1; }
        .content .content-mid ul li .item-text {
          font-size: 14px;
          color: #333;
          padding: 0 28px; }
        .content .content-mid ul li:hover {
          box-shadow: 6px 6px 18px 0px rgba(124, 176, 241, 0.4); }
          .content .content-mid ul li:hover img {
            transform: scale(1.1); }
  .content .content-bottom {
    background: url("../image/content-bg.png") center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 530px;
    color: #fff;
    position: relative; }
    .content .content-bottom .mask-content {
      position: absolute;
      top: 50%;
      left: 15%;
      margin-top: -120px; }
      .content .content-bottom .mask-content .mask-t1 {
        font-size: 48px; }
      .content .content-bottom .mask-content .mask-t2 {
        font-size: 18px;
        line-height: 40px;
        color: #adb3c2; }
      .content .content-bottom .mask-content .mask-detail {
        display: block;
        width: 138px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #00a0e9;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        border-radius: 8px;
        margin-top: 70px; }
    .content .content-bottom .circle {
      float: right;
      width: 138px;
      height: 138px;
      background-color: #00a0e9;
      border-radius: 50%;
      position: relative;
      right: 13%;
      top: 30%;
      box-shadow: -12px 12px 0px rgba(0, 0, 0, 0.12); }
      .content .content-bottom .circle .circle-title {
        display: block;
        font-size: 28px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -20px;
        margin-left: -35px; }


.footer {
  background-color: #f5f5f5;
  padding-top: 25px;
   }
  .footer ul li:nth-child(1) {
    font-weight: bold;
    font-size: 14px; }
  .footer .row {
    width: 1200px;
    margin: 0 auto; }
  .footer ul li {
    height: 30px; }
    .footer ul li a {
      line-height: 35px;
      color: #666; }
  .footer ul .contact-number {
    color: #e60012;
    font-size: 18px; }

.copy-right {
  background-color: #f5f5f5;
  padding: 30px 0 10px 0;
  text-align: center;
   }
  .copy-right p, .copy-right a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    margin: 5px; }



.pro-banner {
  background: url("../image/product.png") center center no-repeat; }
  .pro-banner .pro-banner-text {
    padding-top: 118px;
    padding-left: 300px; }
    .pro-banner .pro-banner-text .banner-t1 {
      text-indent: 1em; }


.pro-content {
  margin-top: 20px;
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pro-content .pro-out-box {
    width: 400px;
    height: 440px;
    display: flex; }
    .pro-content .pro-out-box .pro-inner-box {
      width: 340px;
      height: 370px;
      margin: 20px 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center; }
      .pro-content .pro-out-box .pro-inner-box .pro-con-img {
        width: 328px;
        height: 217px;
        box-shadow: 1px 1px 10px #cdd;
        overflow: hidden; }
        .pro-content .pro-out-box .pro-inner-box .pro-con-img img {
          transition: all 1s ease; }
      .pro-content .pro-out-box .pro-inner-box .pro-con-img :hover {
        transform: scale(1.2); }
      .pro-content .pro-out-box .pro-inner-box .pro-con-text {
        margin-top: 10px;
        width: 328px;
        height: 92px; }
        .pro-content .pro-out-box .pro-inner-box .pro-con-text .pro-con-title {
          font-size: 20px;
          text-align: center; }
        .pro-content .pro-out-box .pro-inner-box .pro-con-text .pro-con-detail {
          font-size: 13px;
          color: #666; }


.ser-banner {
  background: url("../image/service.png") center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center; }
  .ser-banner .ser-banner-text {
    text-align: center; }

.ser-content {
  height: 540px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
   }
  .ser-content .ser-con-detail {
    width: 370px;
    height: 180px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .ser-content .ser-con-detail .img-num {
      width: 30px; }
    .ser-content .ser-con-detail .ser-con-detail-t {
      width: 220px; }
    .ser-content .ser-con-detail .img-img {
      width: 120px;
      display: flex;
      justify-content: center; }
  .ser-content .ser-con-l, .ser-content .ser-con-r {
    width: 410px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .ser-content .ser-con-m {
    width: 260px;
    height: 460px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }


.rec-banner {
  background: url("../image/recruit.png") center center no-repeat;
  background-size: cover; }
  .rec-banner .banner-t1 {
    display: flex;
    justify-content: center;
    padding-top: 240px; }


.rec-content {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center; }
  .rec-content .rec-out-box {
    display: flex;
    justify-content: center;
    align-items: center; }
    .rec-content .rec-out-box .rec-inner-box {
      width: 580px;
      height: auto;
      border: 1px solid #ccc; }
      .rec-content .rec-out-box .rec-inner-box h4 {
        margin-top: 0 !important;
        height: 52px;
        line-height: 52px;
        background-color: #f5f5f5;
        padding: 0 20px 0 20px; }
      .rec-content .rec-out-box .rec-inner-box ul {
        padding: 0 20px 0 20px; }
        .rec-content .rec-out-box .rec-inner-box ul li {
          line-height: 30px; }


.con-banner {
  background: url("../image/contact.png") center center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center; }

.cont-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .cont-content .cont-contact {
    display: flex;
    justify-content: flex-start; }
    .cont-content .cont-contact ul li {
      height: 40px;
      line-height: 40px; }
      .cont-content .cont-contact ul li img {
        padding-right: 30px; }
  .cont-content .map, .cont-content #map {
    width: 1200px;
    height: 480px; }

.profile-banner {
  background: url("../image/profile.png") no-repeat top center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.profile-content {
  width: 100%;
  height: 1046px;
  background: url("../image/profile_bg.png") no-repeat center center;
  background-color: #fbf8f8;
  padding-top: 100px; }
  .profile-content .profile-content-main {
    width: 1200px;
    height: 633px;
    background: url("../image/profile_text_bg.jpg") no-repeat top center;
    background-size: cover;
    margin: 0 auto;
    padding: 65px 184px 0 184px;
    text-align: center; }
    .profile-content .profile-content-main h3 {
      font-size: 30px;
      color: #00a0e9;
      margin-bottom: 20px; }
    .profile-content .profile-content-main .profile-text {
      font-size: 16px;
      color: #4c4441;
      line-height: 2;
      margin-bottom: 40px; }
    .profile-content .profile-content-main .profile-line {
      width: 282px;
      height: 2px;
      background-color: #d3d4d4;
      margin: 0 auto; }
    .profile-content .profile-content-main .profile-img-container {
      margin: 66px auto;
      width: 818px;
      height: 441px;
      border: 2px solid #00a0e9;
      display: flex;
      align-items: center;
      justify-content: center; }