    body {
      font-family: 'Microsoft YaHei', 'Heiti SC';
      background: #fff;
      font-size: 14px;
      color: #1a1a1a;
      max-width: 1920px;
      margin: 0 auto;
    }
    /* CSS Document */
    .container {
      position: relative;
      width: 100%;
      height: auto;
      margin: 0 auto;
      background: #a10a0e;
    }
    .banner {
      width: 100%;
      height: auto;
      display: table
    }
    .banner img {
      width: 100%;
      height: auto;
      display: block
    }
    #nav {
      width: 100%;
      height: 60px;
      background-color: #6d0203;
      opacity: 0.8;
      box-shadow: 0 2px 5px #fefde9;
    }
    #nav .menu {
      width: 1100px;
      height: 60px;
      margin: 0 auto;
      line-height: 60px;
    }
    #nav .menu ul {
      display: flex;
    }
    #nav .menu ul li {
      position: relative;
      width: 122px;
      height: 60px;
      text-align: center;
      justify-content: space-between
    }
    .menu ul li a {
      font-size: 17px;
      color: #fff;
    }
    .menu ul li dl {
      position: absolute;
      top: 60px;
      left: 0;
      display: none;
      width: 122px;
      background-color: #6d0203;
      z-index: 99999;
    }
    .menu ul li dl dd {
      height: 28px;
      line-height: 28px;
      width: 122px;
      font-size: 12px;
    }
    .menu ul dl dd a {
      text-align: center;
      font-size: 16px;
      background-image: none;
    }
    .main {
      width: 100%;
      height: auto;
      display: table;
      margin: 0 auto;
    }
    .con1 {
      position: relative;
      width: 1040px;
      height: 400px;
      margin: 0 auto;
    }
    .con1_img1 {
      position: absolute;
      left: 0;
      top: 0;
      width: 540px;
      height: 360px;
      z-index: 1;
    }
    .con1_img2 {
      position: absolute;
      right: 0;
      top: 40px;
      width: 540px;
      height: 360px;
      z-index: 1;
      background: #ff0;
    }
    .con2 {
      width: 980px;
      height: auto;
      display: table;
      background: #fff;
      border-radius: 15px;
      -moz-border-radius: 15px;
      -webkit-border-radius: 15px;
      -o-border-radius: 15px;
      margin: 50px auto 0 auto;
      padding: 0 30px 30px;
    }
    .con2 h2 {
      text-align: center;
      color: #b40000;
      font-size: 20px;
      margin: 20px 0 0 0;
      letter-spacing: 2px;
    }
    .con2 p {
      text-indent: 2em;
      line-height: 23px;
      font-size: 16px;
      margin-top: 15px;
    }
    .con3 {
      width: 100%;
      height: auto;
      display: table;
    }
    .con3 img {
      display: block;
      width: 100%;
      height: auto;
    }
    .con4 {
      width: 100%;
      height: auto;
      display: table;
      background: url(../images/images_06.jpg) no-repeat center
    }
    .con4 img {
      display: block;
      width: 100%;
      height: auto;
    }
    .photo_img {
      width: 930px;
      height: 728px;
      margin: 0 auto;
      padding-top: 15px;
    }
    .photo {
      position: relative;
      width: 930px;
      height: 733px;
      margin: 0 auto;
    }
    .photo img {
      position: absolute;
      z-index: 1;
      background: #fff;
    }
    .photo img:nth-child(1) {
      width: 110px;
      height: 110px;
      left: 77px;
      top: 77px;
    }
    .photo img:nth-child(2) {
      width: 143px;
      height: 143px;
      left: 197px;
      top: 44px;
    }
    .photo img:nth-child(3) {
      width: 220px;
      height: 220px;
      left: 350px;
      top: 0;
    }
    .photo img:nth-child(4) {
      width: 143px;
      height: 143px;
      left: 585px;
      top: 44px;
    }
    .photo img:nth-child(5) {
      width: 110px;
      height: 110px;
      left: 737px;
      top: 77px;
    }
    .photo img:nth-child(6) {
      width: 110px;
      height: 110px;
      left: 0;
      top: 252px;
    }
    .photo img:nth-child(7) {
      width: 220px;
      height: 220px;
      left: 121px;
      top: 198px;
    }
    .photo img:nth-child(8) {
      width: 220px;
      height: 220px;
      left: 352px;
      top: 230px;
    }
    .photo img:nth-child(9) {
      width: 220px;
      height: 220px;
      left: 583px;
      top: 198px;
    }
    .photo img:nth-child(10) {
      width: 110px;
      height: 110px;
      left: 814px;
      top: 230px;
    }
    .photo img:nth-child(11) {
      width: 110px;
      height: 110px;
      left: 77px;
      top: 430px;
    }
    .photo img:nth-child(12) {
      width: 143px;
      height: 143px;
      left: 197px;
      top: 430px;
    }
    .photo img:nth-child(13) {
      width: 220px;
      height: 220px;
      left: 350px;
      top: 460px;
    }
    .photo img:nth-child(14) {
      width: 143px;
      height: 143px;
      left: 585px;
      top: 430px;
    }
    .photo img:nth-child(15) {
      width: 110px;
      height: 110px;
      left: 737px;
      top: 430px;
    }
    .photo img.photo1:hover {
      -webkit-transform: rotate(0deg) scale(2.2);
      -ms-transform: rotate(0deg) scale(2.2);
      transform: rotate(0deg) scale(2.2);
      -webkit-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in;
      z-index: 2;
    }
    .photo img.photo2:hover {
      -webkit-transform: rotate(0deg) scale(1.54);
      -ms-transform: rotate(0deg) scale(1.54);
      transform: rotate(0deg) scale(1.54);
      -webkit-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in;
      z-index: 2;
    }
    .photo img.photo3:hover {
      -webkit-transform: rotate(0deg) scale(1);
      -ms-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      -webkit-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in;
      z-index: 2;
    }
    .fix {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
    }
    .login-form1 {
      position: relative;
      width: 300px;
      height: auto;
      display: table;
      background: #88171a;
      
      padding: 20px  ;
      
    }
    .login-form1 label {
      display: block;
      width: 250px;
      font-size: 16px;
      margin: 0 auto 10px auto;
      color: #000;
      padding-left: 10px;
    }

    .login-form1 .bgColor{ display:block;background-color: #fff; width: 288px; height: 38px; border: 1px solid #bc8f80;}
    .login-form1 label input {
      width: 150px;
      height: 38px;
      background: #fff;
      border: none;
      outline: none;
     
    }
    .login-form1 label .btn {
      display: block;
      width: 100px;
      color: #fff;
      height: 45px;
      text-align: center;
      background: #e60012;
      border: 0;
      padding-left: 0;
      border-radius: 30px;
      margin-left: 10px;
    }
    .login-form1 label button {
      display: block;
      width: 158px;
      height: 48px;
      background: #ffae28;
      border: none;
      color: #fff;
      font-size: 16px;
      border-radius: 35px;
      margin: 20px auto 0 auto;
    }
    .login-form1 a {
      display: block;
      text-align: center;
      color: #808080;
      font-size: 14px;
      margin-top: 20px;
    }
    .login-form1 label input[type="checkbox"] {
      width: 16px;
      height: 16px;
      vertical-align: middle;
      margin: 0 10px 0 20px
    }
    .login-form1 .group {
      width: 100%;
      height: 40px;
      text-align: center;
      line-height: 40px;
      background: #29a7e2;
      font-size: 18px;
      margin-top: 10px;
      color: #fff
    }
    .bgr{ width: 100%; height: auto; background: #fff;}
    .rides-cs {
      font-size: 12px; /*background:#29a7e2;*/ position: fixed;
      top: 100px;
      right: 0px;
      _position: absolute;
      z-index: 1500;
      border-radius: 6px 0px 0 6px;
    }
    .floatL {
      width: 36px;
      position: relative;
      top: 150px;
      z-index: 1;
      margin-top: 21px;
      height: 181px;
    }
    .floatR {
      position: relative;
      width: 400px;
      padding: 5px;
      overflow: hidden
    }
    .rides-cs .btnOpen{
      position: relative;
      z-index: 9;
      top: 25px;
      left: 0;
      background-color: #b00b11;
      display: block;
      height: 106px;
      padding: 8px;
      font-size: 18px;
      color: #fff
    }
    .rides-cs .btnCtn {
      position: relative;
      z-index: 9;
      top:730px;
      left: 400%;
      background-color: none;
      display: block;
      height: 55px;
      padding: 8px;
    }