  /* ==========
     基本默认值
     ========= */

  /* 根元素字体大小为10px，其他所有子元素默认大小都继承根元素10px大小 */
  html {
    font-size: 62.5%;
    color: #222;
  }


  /* 工具样式 */
  .center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .pull-right {
    float: right !important;
  }

  .pull-left {
    float: left !important;
  }

  .text-right {
    text-align: right !important;
  }

  .text-left {
    text-align: left !important;
  }

  .text-center {
    text-align: center !important;
  }

  .hide {
    display: none !important;
  }

  .show {
    display: block !important;
  }

  .inviseble {
    visibility: hidden;
  }

  .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .clearfix::before,
  .clearfix::after {
    content: ' ';
    display: table;
  }

  .clearfix::after {
    clear: both;
  }


  /* 选中文字的背景颜色 */
  ::selection {
    background-color: #b3d4fc;
    text-shadow: none;
  }



  /* 自定义页面样式 */

  body {
    font-family: '微软雅黑';
    font-size: 1.2rem;
    line-height: 1.5rem;
    background-color: #f7f7f7;
  }

  a {
    color: #666;
    text-decoration: none;
  }

  a:hover,
  a:active {
    color: #e71a1f;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  li {
    list-style: none;
  }



  /* ==========
     页面样式
    ===========*/

  /* 页头 */
  header {
    width: 100%;
  }

  header .content {
    width: 100%;
    background-color: #fff;
    line-height: 8rem;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    z-index: 100;
  }


  header .content a img {
    padding-left: 20rem;
    height: 8rem;
    float: left;
  }

  header .content a div {
    font-size: 2rem;
    display: inline-block;
    margin-left: 1rem;
    line-height: 8rem;
  }

  header .content ul {
    text-align: right;
    float: right;
    padding-right: 20rem;
  }

  header .content ul a li {
    display: inline-block;
    line-height: 8rem;
    font-size: 1.4rem;
    padding: 0 2rem;
  }

  .ipohone-header {
    display:none;
  }

  .iphone-header-a {
    display: none;
  }

  .iphone-header-full .xxx-hide {
    display: none;
  }

  /* 主体 */

  /* 轮播视频 */
  .container section:first-child {
    position: relative;
    width: 100%;
  }

  .container section {
     position: relative;
     margin-top: 8rem;
  }

  .round-container {
    position: absolute;
    margin-left: 50%;
    left: 1rem;
    bottom: 12rem;
    z-index: 10;
  }

  .round-one {
    bottom: 4rem;
  }

  .round {
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #aaa;
    border-radius: 50% 50%;
    margin-left: 1rem;
  }

  .round-container .active {
    background-color: #777;
  }

  .iphone-banner-container {
    display: none;
  }

  /* 宣传视频 */

  .text-content {
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    line-height: 3rem;
  }

  .text-content em {
    display: block;
    font-size: 1.4rem;
    color: #999999;
    font-style: normal;
  }

  .iframe-contain {
    margin: 0 auto;
    width: 120rem;
    height: 40rem;
    background-color: #000;
  }

  .iframe-contain video {
    width: 1200px;
    height: 40rem;
    margin: 0 auto;
  }

  .more {
    display: block;
    width: 14rem;
    height: 3.5rem;
    border: 1px solid #999999;
    text-align: center;
    line-height: 3.5rem;
    font-size: 1.4rem;
    margin: 7rem auto;
    color: #ccc;
  }

  .more:hover,
  .more:active {
    background-color: #e71a1f;
    color: #fff;
    border: 1px solid #e71a1f;
  }

  /* 产业 */

  .property-content {
    width: 80%;
    height: 40rem;
    margin: 0 auto;

  }
  .max-container {
    position: absolute;
    width: 30rem;
    height: 30rem;
    overflow: hidden;
  }

  .property-img-container {
    position: absolute;
    width: 150rem;
    height: 30rem;
    /* border: 1px solid red; */
    z-index: 1;
    transition: .5s;
  }

  .property-content .property-img {
    float: left;
    width: 30rem;
    height: 30rem;
    display: block;
    /* position: absolute; */
    font-size: 1.6rem;

  }

  .property-content .property-img p {
    width: 30rem;
    text-align: center;
    position: absolute;
    bottom: 0;
  }


  .property-content .property-img img {
    width: 30rem;
    height: 22rem;
    position: absolute;
    transition: all 0.4s;
  }

  .property-content .property-img img:hover {
    transform: scale(1.3);
  }


  /* 公司简介 */
  .summary-content p {
    text-indent: 3rem;
    font-size: 1.4rem;
    color: #999;
    line-height: 2.5rem;
    width: 60%;
    margin: 0 auto;
  }

  .full {
    width:100%;
    text-align: center;
  }

  .full ul {
    width: auto;
    display: inline-block;
    background-color: #f7f7f7;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1  );
  }

  .full ul a li {
    margin-left: -3px;
    display: inline-block;
    font-size: 1.6rem;
    padding: 6rem 5rem;
  }

  .active-red {
    color: #e71a1f;
  }

  .blue-bakcground {
    width: 100%;
    height: 20rem;
    background-color: #0185d8;
    margin-top: -6.8rem;
  }

  .turn-background {
    background-color: #eee;
    width: 100%;
    padding-bottom: 5rem;
    position: relative;
  }

  .turn-content {
    height: 34rem;
    display: none;
    width: 50%;
    margin: 0 auto;
    position: relative;
  }

  .turn-content h4 {
    width: 40rem;
    height: 8rem;
    font-size: 2.4rem;
    margin:0;
    font-weight: normal;
    padding-top: 10rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid #999;
  }
  .turn-content h4 em {
    display: block;
    font-size: 1.4rem;
    font-style: normal;
    padding-top: 2rem;
    padding-bottom: 3rem;
    color: #999;
  }

  .turn-content .text {
     padding-bottom: 5rem;
     margin: 0;
  }

  .turn-content img {
    display: block;
    width: 20rem;
    height: 20rem;
    border-radius: 50% 50%;
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -5rem;
  }
  .more1 {
    position:relative;
    left: 25%;
    margin: 2rem 0;
  }


  .turn-background .style {
    display: block;
    width: 4rem;
    height: 4rem;
    background: url('../img/icon3.png') no-repeat center center;
    background-color: rgba(100,100,100,.1);
    background-size:  4rem 4rem;
    overflow: hidden;
    position: absolute;
    top:50%;
    left: 10%;
    margin-top: -2rem;
    cursor: pointer;
  }

  .turn-background .style:hover {
    background-color: rgba(100,100,100,.3);
  }

  .turn-background .next {
    left: auto;
    right: 10%;
    transform: rotate(180deg);
  }


  /* 新闻中心 */
  .news-container {
    width: 50%;
    margin: 0 auto;
  }

  .news-content {
    display: block;
    float: left;
    width: 33.333333%;
    color: #222;
    position: relative;
    height: 34rem;
  }

  .news-content:hover {
    box-shadow: 0 0 5px 3px rgba(100,100,100,.2);
  }

  .news-content h4 {
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
  }

  .news-content p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #999;
  }

  .news-content img {
    width: 23rem;
    height: 13rem;
    position: absolute;
    bottom: 1rem;
  }

  .space {
    padding: 0 1rem;
  }

  .news-time {
    display: none;
  }

  /* 合作伙伴 */
  .cooperation {
    width: 100%;
    padding-top: 8rem;
  }


  /* 联系我们 */
  .call-container {
    width: 99%;
    background-color: #eee;
    margin: 0 auto;
  }

  .call-container .text-content {
     padding-top: 8rem;
  }

  .call-content {
    width: 80%;
    margin: 0 auto;
  }

  .call-mode {
    width: 50%;
    float: left;
  }

  .call-message {
    float: right;
  }

  .call-mode img {
    width: 25%;
  }

  .call-mode h5 {
    font-weight: normal;
    font-size: 1.6rem;
  }

  .call-mode p {
    font-size: 1.4rem;
    color: #999;
  }

  .call-message input,
  .call-message textarea {
    display: block;
    width: 30rem;
    height: 2rem;
    padding: 1rem;
    border: 1px solid #ddd;
    font-size: 1.4rem;
    padding-left: 5rem;
    margin-bottom: 2rem;
  }

  .call-message textarea {
    height: 8rem;
  }

  .call-message input:focus,
  .call-message textarea:focus {
    outline: none;
  }

  .call-message input::placeholder,
  .call-message textarea::placeholder {
    color: #ccc;
  }

  .call-message label {
    display: block;
    float: left;
    font-size: 1.5rem;
    line-height: 4rem;
    position: absolute;
    margin-left: 1rem;
  }

  .call-message .submit {
    width: 36rem;
    padding: 0;
    height: 4.5rem;
    color: #fff;
  }

  .call-message .submit:hover {
    background-color: #e71a1f;
  }


  /* 页脚 */
  .footer {
    width: 100%;
    height: 6rem;
    background-color: #4d4d4d;
    font-size: 1.4rem;
    text-align: center;

  }

  .footer span,
  .footer a {
    display: inline-block;
    line-height: 6rem;
    margin-right: 3rem;
    color: #fff;
  }

  .footer img {
    display: inline-block;
    width: 1.5%;
  }
