﻿@charset "UTF-8";
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-family: '微软雅黑';
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

a {
  outline: none;
}

a:hover, a:link, a:visited {
  text-decoration: none;
  outline: none;
}

ul, input {
  padding: 0;
  margin: 0;
}

textarea {
  margin-bottom: 0;
}

a, a:hover {
  color: #333;
}

.hide {
  display: none;
}

.m-hd-com {
  width: 100%;
  /*background: url("../img/xamcontent/hd_bg.png") no-repeat center center;*/
  /*height: 634px;*/
  overflow: hidden;
  position: relative;
}
.m-hd-com .u-tt {
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.m-hd-com .u-tt .tt-ct {
  width: 1200px;
  margin: 0 auto;
}
.m-hd-com .u-tt .tt-ct .left {
  color: #ffffff;
  font-size: 14px;
  float: left;
  line-height: 50px;
}
.m-hd-com .u-tt .tt-ct .right {
  float: right;
  font-size: 0;
}
.m-hd-com .u-tt .tt-ct .right a {
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
}
.m-hd-com .u-tt .tt-ct .right .sp-1 {
  color: #ffffff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
}
.m-hd-com .u-ct {
  width: 100%;
  overflow: hidden;
}
.m-hd-com .u-ct img {
  width: 647px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.m-hd-com .u-ct .ct-search {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.m-hd-com .u-ct .ct-search input {
  display: block;
  width: 400px;
  height: 50px;
  background: rgba(0, 0, 0, 0.24);
  border-radius: 35px;
  border: 1px solid white;
  outline: none;
  margin: 0px auto;
  font-size: 16px;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
  color: #ffffff;
}
.m-hd-com .u-ct .ct-search input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 12px;
}
.m-hd-com .u-ct .ct-search a {
  display: block;
  position: absolute;
  top: 41px;
  right: 35%;
  width: 24px;
  height: 24px;
}
.m-hd-com .u-ct .ct-search a img {
  margin: 0;
  width: 24px;
  height: 24px;
}
.m-hd-com .u-bottom {
  width: 1300px;
  height: 220px;
  margin: 0 auto;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -650px;
}

.u-tt-com {
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.44);
  overflow: hidden;
}
.u-tt-com iframe {
  float: left;
  margin-top: 2px;
  margin-left: 20px;
}
.u-tt-com .sp-time {
  width: 126px;
  height: 20px;
  float: right;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-right: 20px;
}

.u-nav-com .ul-ct {
  width: 1200px;
  background: #ffffff;
  padding: 0 24px;
  box-sizing: border-box;
  -moz-box-shadow: 5px 5px 30px -8px #000;
  -webkit-box-shadow: 5px 5px 30px -8px #000;
  box-shadow: 5px 5px 30px -8px #000;
  overflow: hidden;
}
.u-nav-com .ul-ct li {
  cursor: pointer;
  float: left;
  width: 128px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #333333;
  font-size: 19px;
}
.u-nav-com .ul-ct li a {
  color: #333333;
  display: block;
  width: 100%;
  height: 100%;
}
.u-nav-com .ul-ct li a:hover {
  font-size: 22px;
}
.u-nav-com .ul-ct .li-active {
  color: #ffffff;
  background: url("../img/xamcontent/nav_bg.png") no-repeat left center;
}
.u-nav-com .ul-ct .li-active a {
  color: #ffffff;
  font-size: 22px;
}

.m-nav-bar {
  margin-top: 60px;
  clear: both;
  width: 100%;
  min-width: 1200px;
  height: 50px;
  background: url("../img/xamcontent/bit_bg.png") left center;
  position: relative;
}
.m-nav-bar .ul-i {
  width: 1000px;
  margin: 0 auto;
}
.m-nav-bar .ul-i li {
  float: left;
  line-height: 50px;
  background: url("../img/xamindex2/icon_down.png") no-repeat right center;
  padding-right: 20px;
  color: #ffffff;
  cursor: pointer;
}
.m-nav-bar .ul-i .li-r {
  margin-right: 98px;
}
.m-nav-bar .ul-i li:hover {
  background: url("../img/xamindex2/icon_top.png") no-repeat right center;
}
.m-nav-bar .ul-j {
  position: absolute;
  /*top: -100px;*/
  left: 0;
  width: 100%;
  min-width: 1200px;
  /*height: 100px;*/
  background: rgba(54, 80, 170, 0.6);
  bottom: 50px;
}
.m-nav-bar .ul-j li {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.m-nav-bar .ul-j li a {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 30px;
  display: inline-block;
}
.m-nav-bar .ul-j li a:hover {
  text-decoration: underline;
}

.m-nav-bar-re {
  margin-top: 0;
}

.m-ft {
  width: 100%;
  min-width: 1200px;
  height: 150px;
  background: #f6f6f6;
  overflow: hidden;
}
.m-ft .u-ct {
  width: 530px;
  height: 80px;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 14px;
}
.m-ft .u-ct p {
  line-height: 30px;
  text-align: center;
}

.m-ft-login {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.g-index {
  width: 100%;
  min-width: 1200px;
  height: 1040px;
}
.g-index .m-hd {
  width: 1150px;
  margin: 0 auto;
  z-index: 1;
}
.g-index .m-hd .u-ct {
  height: 120px;
  position: relative;
}
.g-index .m-hd .u-ct .a-log {
  float: left;
  margin-top: 5px;
}
.g-index .m-hd .u-ct .sp-1 {
  float: right;
  line-height: 120px;
}
.g-index .m-hd .u-ct .sp-1 a {
  font-size: 12px;
  color: #ffffff;
  margin-right: 30px;
}
.g-index .m-hd .u-ct .sp-1 .a-5 {
  margin: 0;
}
.g-index .m-bd {
  width: 1150px;
  margin: 0 auto;
  z-index: 1;
}
.g-index .m-bd .u-search {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.g-index .m-bd .u-search .a-1 {
  display: block;
  width: 620px;
  margin: 0 auto;
}
.g-index .m-bd .u-search .lab-1 {
  font-size: 0;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -280px;
}
.g-index .m-bd .u-search .lab-1 input {
  width: 440px;
  height: 50px;
  box-sizing: border-box;
  border: none;
  padding-left: 20px;
  line-height: 50px;
  outline: none;
  font-size: 16px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  vertical-align: middle;
}
.g-index .m-bd .u-search .lab-1 a {
  display: inline-block;
  width: 120px;
  height: 50px;
  background: #5360E7;
  vertical-align: middle;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.g-index .m-bd .u-search .lab-1 a img {
  margin: 13px 0 0 45px;
}
.g-index .m-bd .u-search .sp-1 {
  display: block;
  font-size: 0;
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -280px;
}
.g-index .m-bd .u-search .sp-1 span {
  color: #ffffff;
  font-size: 15px;
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.g-index .m-bd .u-search .sp-1 .sp-1-2 {
  cursor: pointer;
  width: 120px;
}
.g-index .m-bd .u-search .sp-1 .sp-1-2:hover {
  color: #333;
}
.g-index .m-bd .u-ct .u-ct-top {
  overflow: hidden;
  margin-top: 110px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell {
  cursor: pointer;
  float: left;
  height: 428px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell .div-cell {
  width: 290px;
  height: 214px;
  background: #EC353F;
  position: relative;
  overflow: hidden;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell .div-cell .cell-tt {
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  margin: 30px 0 0 30px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell .div-cell .cell-log {
  position: absolute;
  top: 90px;
  left: 40px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell .div-cell .cell-right {
  position: absolute;
  top: 86px;
  right: 30px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell .div-cell .cell-right span {
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: right;
  font-weight: 600;
  line-height: 26px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell .div-cell-2 {
  background: #2066E6;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-2 {
  width: 280px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-2 img {
  width: 100%;
  height: 100%;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-3 .div-cell-1 {
  background: #384D6D;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-3 .div-cell-2 {
  background: #0BB3EA;
  padding: 20px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-3 .div-cell-2 a {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-3 .div-cell-2 a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 0;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-3 .div-cell-2 a:hover {
  text-decoration: underline;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-4 .div-cell-1 {
  background: #46C77E;
}
.g-index .m-bd .u-ct .u-ct-top ul .li-cell-4 .div-cell-2 {
  background: #FEA62D;
}
.g-index .m-bd .u-ct .u-ct-down {
  box-sizing: border-box;
}
.g-index .m-bd .u-ct .u-ct-down ul {
  padding: 110px 0 0 175px;
  font-size: 0;
  overflow: hidden;
}
.g-index .m-bd .u-ct .u-ct-down ul li {
  float: left;
  width: 170px;
}
.g-index .m-bd .u-ct .u-ct-down ul li a {
  display: block;
}
.g-index .m-bd .u-ct .u-ct-down ul li a img {
  display: block;
  margin: 10px auto;
}
.g-index .m-bd .u-ct .u-ct-down ul li a:hover {
  cursor: pointer;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.g-index .m-bd .u-ct .u-ct-down ul li span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #ffffff;
}
.g-index .m-car {
  min-width: 1200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.g-index .m-car .carousel .carousel-inner .item {
  height: 1040px;
}
.g-index .m-car .carousel .carousel-inner .item img {
  min-height: 1040px;
  width: 100%;
}
.g-index .m-nav-bar {
  margin-top: 30px;
  clear: both;
  width: 100%;
  min-width: 1200px;
  height: 50px;
  background: #3650aa;
  position: relative;
}
.g-index .m-nav-bar .ul-1 {
  width: 1000px;
  margin: 0 auto;
}
.g-index .m-nav-bar .ul-1 li {
  float: left;
  line-height: 50px;
  background: url("../img/xamindex2/icon_down.png") no-repeat right center;
  padding-right: 20px;
  color: #ffffff;
  cursor: pointer;
}
.g-index .m-nav-bar .ul-1 .li-r {
  margin-right: 98px;
}
.g-index .m-nav-bar .ul-1 li:hover {
  background: url("../img/xamindex2/icon_top.png") no-repeat right center;
}
.g-index .m-nav-bar .ul-2 {
  position: absolute;
  /*top: -100px;*/
  left: 0;
  width: 100%;
  min-width: 1200px;
  /*height: 100px;*/
  bottom: 50px;
  background: rgba(54, 80, 170, 0.6);
}
.g-index .m-nav-bar .ul-2 li {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.g-index .m-nav-bar .ul-2 li a {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 30px;
}
.g-index .m-nav-bar .ul-2 li a:hover {
  text-decoration: underline;
}
.g-index .m-left {
  display: none;
}
.g-index .m-ft {
  width: 100%;
  min-width: 1200px;
  height: 150px;
  background: #f6f6f6;
  overflow: hidden;
}
.g-index .m-ft .u-ct {
  width: 530px;
  height: 80px;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 14px;
}
.g-index .m-ft .u-ct p {
  line-height: 30px;
  text-align: center;
}

@media screen and (min-width: 1680px) {
  .g-index .m-hd {
    width: 1150px;
  }
  .g-index .m-bd {
    margin-right: 120px;
  }
  .g-index .m-nav-bar {
    display: none;
  }
  .g-index .m-left {
    display: block;
    width: 380px;
    background: url("../img/xamindex/left_bg.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .g-index .m-left .left-tt {
    width: 146px;
    height: 50px;
    background: url("../img/xamindex/index_3.png") no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 400px;
  }
  .g-index .m-left .left-ul-1 {
    position: absolute;
    left: 10px;
    top: 480px;
  }
  .g-index .m-left .left-ul-1 li {
    color: #ffffff;
    background: url("../img/xamindex/index_4.png") no-repeat right center;
    line-height: 30px;
    margin-top: 30px;
    width: 120px;
    box-sizing: border-box;
  }
  .g-index .m-left .left-ul-1 li:hover {
    cursor: pointer;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
  }
  .g-index .m-left .left-ul-1 .li-ma {
    cursor: pointer;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
  }
  .g-index .m-left .left-ul-1 .li-1 {
    margin-left: 15px;
  }
  .g-index .m-left .left-ul-1 .li-2 {
    margin-left: 30px;
  }
  .g-index .m-left .left-ul-1 .li-3 {
    margin-left: 45px;
  }
  .g-index .m-left .left-ul-1 .li-4 {
    margin-left: 60px;
  }
  .g-index .m-left .left-ul-1 .li-5 {
    margin-left: 75px;
  }
  .g-index .m-left .left-ul-1 .li-6 {
    margin-left: 90px;
  }
  .g-index .m-left .left-ul-2 {
    position: absolute;
    top: 485px;
    left: 180px;
  }
  .g-index .m-left .left-ul-2 li {
    width: 420px;
    position: relative;
    background: rgba(86, 96, 231, 0.8);
    padding: 20px 0;
  }
  .g-index .m-left .left-ul-2 li a {
    display: inline-block;
    padding: 0 20px;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
  }
  .g-index .m-left .left-ul-2 li a:hover {
    text-decoration: underline;
  }
  .g-index .m-left .left-ul-2 li:after {
    content: "";
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right-color: rgba(86, 96, 231, 0.8);
    position: absolute;
    right: 100%;
    top: 40px;
    margin-top: -18px;
  }
  .g-index .m-left .left-ul-2 .li-2 {
    margin-top: 60px;
    margin-left: 15px;
  }
  .g-index .m-left .left-ul-2 .li-3 {
    margin-top: 120px;
    margin-left: 30px;
  }
  .g-index .m-left .left-ul-2 .li-4 {
    margin-top: 180px;
    margin-left: 45px;
  }
  .g-index .m-left .left-ul-2 .li-5 {
    margin-top: 240px;
    margin-left: 60px;
  }
  .g-index .m-left .left-ul-2 .li-6 {
    margin-top: 300px;
    margin-left: 75px;
  }
  .g-index .m-left .left-ft {
    position: absolute;
    bottom: 50px;
    left: 10px;
    color: #ffffff;
  }
  .g-index .m-left .left-ft .u-ct {
    width: 330px;
    height: 80px;
    margin: 0 auto;
    margin-top: 35px;
    font-size: 12px;
  }
  .g-index .m-left .left-ft .u-ct p {
    line-height: 30px;
    text-align: center;
  }
  .g-index .m-left .left-ft .u-ct p a {
    color: #ffffff;
  }
  .g-index .m-ft {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .g-index .m-hd {
    width: 1500px;
  }
  .g-index .m-bd {
    margin-right: 180px;
  }
  .g-index .m-nav-bar {
    display: none;
  }
  .g-index .m-left {
    width: 540px;
  }
  .g-index .m-left .left-ul-1 {
    left: 55px;
  }
  .g-index .m-left .left-ul-1 .li-1 {
    margin-left: 15px;
  }
  .g-index .m-left .left-ul-1 .li-2 {
    margin-left: 40px;
  }
  .g-index .m-left .left-ul-1 .li-3 {
    margin-left: 65px;
  }
  .g-index .m-left .left-ul-1 .li-4 {
    margin-left: 90px;
  }
  .g-index .m-left .left-ul-1 .li-5 {
    margin-left: 115px;
  }
  .g-index .m-left .left-ul-1 .li-6 {
    margin-left: 140px;
  }
  .g-index .m-left .left-ul-2 {
    left: 230px;
  }
  .g-index .m-left .left-ul-2 li {
    width: 420px;
  }
  .g-index .m-left .left-ul-2 .li-2 {
    margin-left: 30px;
  }
  .g-index .m-left .left-ul-2 .li-3 {
    margin-left: 55px;
  }
  .g-index .m-left .left-ul-2 .li-4 {
    margin-left: 80px;
  }
  .g-index .m-left .left-ul-2 .li-5 {
    margin-left: 105px;
  }
  .g-index .m-left .left-ul-2 .li-6 {
    margin-left: 130px;
  }
  .g-index .m-left .left-ft {
    left: 70px;
  }
  .g-index .m-ft {
    display: none;
  }
}
.g-index2 {
  background: #ffffff;
  position: relative;
}
.g-index2 .m-hd {
  overflow: hidden;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 26px;
}
.g-index2 .m-hd .img-logo {
  float: left;
}
.g-index2 .m-hd label {
  float: right;
  position: relative;
  margin: 0;
}
.g-index2 .m-hd label input {
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-radius: 21px;
  padding-left: 20px;
  border: 1px solid #3650aa;
  box-sizing: border-box;
  margin-top: 14px;
  outline: none;
  color: #333333;
}
.g-index2 .m-hd label img {
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
}
.g-index2 .m-nav {
  clear: both;
  width: 100%;
  min-width: 1200px;
  border-bottom: 4px solid #3650aa;
  margin-top: 26px;
}
.g-index2 .m-nav .ul-ct {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.g-index2 .m-nav .ul-ct li {
  width: 144px;
  height: 57px;
  float: left;
  line-height: 57px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.g-index2 .m-nav .ul-ct .li-active {
  background: url("../img/xamindex2/nav.png") left center;
  color: #ffffff;
}
.g-index2 .m-nav .ul-ct li:hover {
  font-size: 22px;
}
.g-index2 .m-car {
  min-width: 1200px;
  position: absolute;
  top: 155px;
  left: 0;
}
.g-index2 .m-car .carousel .carousel-inner .item {
  height: 400px;
}
.g-index2 .m-car .carousel .carousel-inner .item img {
  height: 400px;
}
.g-index2 .m-bd {
  width: 1200px;
  margin: 0 auto;
  margin-top: 265px;
}
.g-index2 .m-bd .bd-top {
  background: white;
  -moz-box-shadow: 0px 2px 37px 0px rgba(54, 80, 170, 0.15);
  -webkit-box-shadow: 0px 2px 37px 0px rgba(54, 80, 170, 0.15);
  box-shadow: 0px 2px 37px 0px rgba(54, 80, 170, 0.15);
  border: 1px solid #3650AA;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  height: 333px;
  position: relative;
}
.g-index2 .m-bd .bd-top .img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.g-index2 .m-bd .bd-top .img-2 {
  position: absolute;
  top: 0;
  right: 0;
}
.g-index2 .m-bd .bd-top .img-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.g-index2 .m-bd .bd-top .img-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.g-index2 .m-bd .bd-top .left {
  float: left;
}
.g-index2 .m-bd .bd-top .left .left-tt {
  width: 192px;
  height: 33px;
  font-size: 24px;
  color: #3650aa;
  line-height: 33px;
  font-weight: bold;
}
.g-index2 .m-bd .bd-top .left .left-icon {
  font-size: 0;
  width: 400px;
  margin-top: 20px;
}
.g-index2 .m-bd .bd-top .left .left-icon a {
  float: left;
}
.g-index2 .m-bd .bd-top .left .left-icon .a-1 {
  margin-right: 20px;
  margin-bottom: 20px;
}
.g-index2 .m-bd .bd-top .right {
  float: right;
}
.g-index2 .m-bd .bd-top .right .right-tt {
  height: 33px;
  font-size: 24px;
  color: #3650aa;
  line-height: 33px;
  font-weight: bold;
  width: 100%;
}
.g-index2 .m-bd .bd-top .right .right-tt a {
  display: inline-block;
  float: right;
  width: 42px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
}
.g-index2 .m-bd .bd-top .right .right-ct {
  overflow: hidden;
}
.g-index2 .m-bd .bd-top .right .right-ct ul {
  margin-top: 20px;
}
.g-index2 .m-bd .bd-top .right .right-ct ul li {
  overflow: hidden;
}
.g-index2 .m-bd .bd-top .right .right-ct ul li a {
  line-height: 36px;
  display: inline-block;
  float: left;
  width: 482px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-index2 .m-bd .bd-top .right .right-ct ul li a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3650AA;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: 0;
}
.g-index2 .m-bd .bd-top .right .right-ct ul li a:hover {
  text-decoration: underline;
}
.g-index2 .m-bd .bd-top .right .right-ct ul li span {
  line-height: 36px;
  float: right;
  width: 93px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.g-index2 .m-bd .bd-bottom {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  font-size: 0;
  margin-top: 60px;
  overflow: hidden;
}
.g-index2 .m-bd .bd-bottom a {
  display: inline-block;
  width: 180px;
  height: 180px;
}
.g-index2 .m-bd .bd-bottom .a-1 {
  margin-right: 75px;
}
.g-index2 .m-bd .bd-bottom a:hover {
  -moz-box-shadow: 5px 5px 15px -8px #000;
  -webkit-box-shadow: 5px 5px 15px -8px #000;
  box-shadow: 5px 5px 15px -8px #000;
}

.g-login {
  width: 100%;
  height: 1060px;
  background: url("../img/xamlogin/login_bg.png") no-repeat center center;
  min-width: 1200px;
  position: relative;
}
.g-login .m-bd {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  min-width: 1200px;
}
.g-login .m-bd .left {
  float: left;
  margin-top: 180px;
}
.g-login .m-bd .left img {
  width: 708px;
}
.g-login .m-bd .right {
  margin-top: 130px;
  float: left;
  width: 430px;
  height: 480px;
  background: url("../img/xamlogin/login_dl_bg.png") no-repeat center center;
  padding: 20px;
  box-sizing: border-box;
}
.g-login .m-bd .right .ul-tt {
  border-bottom: 2px solid #8FAAEF;
  overflow: hidden;
}
.g-login .m-bd .right .ul-tt li {
  width: 50%;
  float: left;
  color: #BECAF4;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.g-login .m-bd .right .ul-tt .li-active {
  color: #ffffff;
  font-weight: bold;
}
.g-login .m-bd .right .ul-ct li form label {
  position: relative;
  margin-top: 30px;
  font-size: 0;
  height: 50px;
}
.g-login .m-bd .right .ul-ct li form label .sp-1 {
  display: inline-block;
  width: 40px;
  height: 50px;
  background: #F5F5F5;
  vertical-align: middle;
  border-right: 1px solid #C6C6C6;
  box-sizing: border-box;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.g-login .m-bd .right .ul-ct li form label .sp-1 img {
  width: 45%;
  margin: 12px 0 0 12px;
}
.g-login .m-bd .right .ul-ct li form label .sp-active {
  background: #FFBB00;
  border: none;
}
.g-login .m-bd .right .ul-ct li form label input {
  width: 350px;
  height: 50px;
  box-sizing: border-box;
  margin: 0;
  background: #ffffff;
  border: none;
  outline: none;
  padding-left: 10px;
  font-size: 15px;
  vertical-align: middle;
  line-height: 50px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.g-login .m-bd .right .ul-ct li form label .inp-active {
  border: 1px solid #FFBB00;
  border-left: none;
}
.g-login .m-bd .right .ul-ct li form label .sp-x {
  font-size: 18px;
  color: #666666;
  position: absolute;
  right: 5px;
  top: 13px;
}
.g-login .m-bd .right .ul-ct li form label .hide {
  display: none;
}
.g-login .m-bd .right .ul-ct li form label .inp-v {
  width: 250px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.g-login .m-bd .right .ul-ct li form label .sp-2 {
  width: 120px;
  margin-left: 2%;
  height: 50px;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -140px;
  top: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.g-login .m-bd .right .ul-ct li .a-1 {
  color: #ffffff;
  float: right;
  line-height: 40px;
}
.g-login .m-bd .right .ul-ct li .a-2 {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  background: #FFBB00;
  line-height: 50px;
  clear: both;
  font-size: 18px;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.g-login .m-bd .right .ul-ct li .a-3 {
  display: block;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
}
.g-login .m-bd .right .ul-ct .hide {
  display: none;
}

.g-register {
  width: 100%;
  height: 1060px;
  background: url("../img/xamlogin/login_bg.png") no-repeat center center;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.g-register .m-logo img {
  display: block;
  margin: 50px auto;
  width: 604px;
}
.g-register .m-bd {
  width: 1200px;
  margin: 0 auto;
}
.g-register .m-bd .u-ct {
  width: 100%;
  height: 750px;
  background: url("../img/xamregister/re_ct_bg.png") no-repeat left center;
  background-size: 100% 100%;
}
.g-register .m-bd .u-ct .ul-tt {
  padding: 0 28px;
  height: 80px;
}
.g-register .m-bd .u-ct .ul-tt li {
  height: 60px;
  border-bottom: 2px solid #88B0EA;
  float: left;
  line-height: 60px;
  margin-top: 32px;
  color: #BECAF4;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.g-register .m-bd .u-ct .ul-tt .li-active {
  color: #ffffff;
  font-weight: bold;
  border-bottom: none;
  border-right: 2px solid #88B0EA;
}
.g-register .m-bd .u-ct .ul-tt .li-1 {
  border-right: 2px solid #88B0EA;
}
.g-register .m-bd .u-ct .ul-tt .li-1, .g-register .m-bd .u-ct .ul-tt .li-2 {
  width: 290px;
}
.g-register .m-bd .u-ct .ul-tt .li-3 {
  width: 555px;
  box-sizing: border-box;
}
.g-register .m-bd .u-ct .ul-ct {
  padding-top: 40px;
  box-sizing: border-box;
}
.g-register .m-bd .u-ct .ul-ct li {
  overflow: hidden;
}
.g-register .m-bd .u-ct .ul-ct li form {
  overflow: hidden;
  float: left;
  margin-bottom: 30px;
}
.g-register .m-bd .u-ct .ul-ct li form label {
  display: block;
  font-size: 0;
  margin: 0;
  margin-bottom: 30px;
}
.g-register .m-bd .u-ct .ul-ct li form label .sp-1 {
  line-height: 50px;
  display: inline-block;
  width: 80px;
  color: #ffffff;
  font-size: 16px;
  text-align: right;
  margin-right: 10px;
  vertical-align: middle;
}
.g-register .m-bd .u-ct .ul-ct li form label .sp-2 {
  display: inline-block;
  width: 110px;
  margin-left: 10px;
  height: 50px;
  background: #ffbb00;
  border-radius: 5px;
  line-height: 50px;
  vertical-align: middle;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.g-register .m-bd .u-ct .ul-ct li form label input {
  vertical-align: middle;
  height: 50px;
  width: 380px;
  outline: none;
  border: 1px solid transparent;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
}
.g-register .m-bd .u-ct .ul-ct li form label .inp-v {
  width: 260px;
}
.g-register .m-bd .u-ct .ul-ct li .right {
  overflow: hidden;
  float: right;
  width: 350px;
}
.g-register .m-bd .u-ct .ul-ct li .right .div-1 {
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
}
.g-register .m-bd .u-ct .ul-ct li .right .div-2 {
  text-align: justify;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.g-register .m-bd .u-ct .ul-ct li .right .div-3 {
  font-size: 0;
  margin-top: 30px;
  height: 40px;
}
.g-register .m-bd .u-ct .ul-ct li .right .div-3 .checkbox label {
  font-size: 15px;
  color: #ffffff;
}
.g-register .m-bd .u-ct .ul-ct li .a-register {
  clear: both;
  display: block;
  height: 50px;
  width: 380px;
  background: #FFBB00;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.g-register .m-bd .u-ct .ul-ct li .div-login {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
  line-height: 40px;
  margin-top: 10px;
}
.g-register .m-bd .u-ct .ul-ct li .div-login a {
  color: #FFBB00;
}
.g-register .m-bd .u-ct .ul-ct .li-1 {
  width: 900px;
  margin: 0 auto;
}
.g-register .m-bd .u-ct .ul-ct .hide {
  display: none;
}
.g-register .m-bd .u-ct .ul-ct .li-2 {
  width: 1000px;
  margin: 0 auto;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step .step-tt {
  width: 720px;
  height: 40px;
  background: url("../img/xamregister/step_1.png") no-repeat left center;
  margin: 0 auto;
  font-size: 0;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step .step-tt span {
  line-height: 40px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  width: 240px;
  padding-left: 100px;
  box-sizing: border-box;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step .step-ct .form-center {
  margin: 30px 215px;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-1 .step-tt {
  background: url("../img/xamregister/step_1.png") no-repeat left center;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-2 {
  width: 1000px;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-2 .step-tt {
  background: url("../img/xamregister/step_2.png") no-repeat left center;
  margin-bottom: 30px;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-2 .step-ct form {
  width: 1000px;
  margin: 0 auto;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-2 .step-ct form label {
  float: left;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-2 .step-ct form label .sp-1 {
  width: 100px;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-2 .step-ct form .lab-2 {
  margin-left: 20px;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-3 {
  width: 900px;
  margin: 0 auto;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-3 .step-tt {
  background: url("../img/xamregister/step_3.png") no-repeat left center;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-3 .step-ct form {
  margin-top: 30px;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .step-3 .step-ct form .sp-1 {
  width: 120px;
}
.g-register .m-bd .u-ct .ul-ct .li-2 .hide {
  display: none;
}
.g-register .m-ft {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.g-open {
  height: 1000px;
  position: relative;
}
.g-open .m-bd {
  width: 1200px;
  margin: 0 auto;
}
.g-open .m-bd .u-ct {
  margin-top: 30px;
  overflow: hidden;
}
.g-open .m-bd .u-ct .ct-cell {
  float: left;
  width: 580px;
  margin-bottom: 40px;
}
.g-open .m-bd .u-ct .ct-cell .cell-tt {
  width: 580px;
  height: 50px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.g-open .m-bd .u-ct .ct-cell .cell-tt .sp-1 {
  float: left;
  width: 150px;
  line-height: 48px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: url("../img/xamcontent/tab_1.png") no-repeat left center;
  z-index: 1;
}
.g-open .m-bd .u-ct .ct-cell .cell-tt .sp-1-1 {
  background: url("../img/xamcontent/tab_2.png") no-repeat left center;
}
.g-open .m-bd .u-ct .ct-cell .cell-tt a {
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  float: right;
  margin-right: 20px;
  z-index: 1;
}
.g-open .m-bd .u-ct .ct-cell .cell-ct .cell-ct-f a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px dotted #EEEEEE;
  text-align: left;
  color: #3650AA;
  font-size: 15px;
  line-height: 30px;
  text-indent: 28px;
}
.g-open .m-bd .u-ct .ct-cell .cell-ct .cell-ct-f a span {
  color: #EA6161;
  font-size: 15px;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct {
  margin-top: 10px;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct li {
  overflow: hidden;
  line-height: 40px;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct li a {
  display: inline-block;
  width: 422px;
  color: #333333;
  float: left;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct li a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3650AA;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 0;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct li a:hover {
  color: #3650AA;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct li span {
  float: right;
  color: #999999;
  font-size: 15px;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct .li-f a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  border-bottom: 2px dotted #EEEEEE;
  text-align: left;
  color: #3650AA;
  font-size: 15px;
  line-height: 40px;
  padding: 10px 0;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct .li-f a span {
  color: #EA6161;
  font-size: 15px;
}
.g-open .m-bd .u-ct .ct-cell .ul-ct .li-f a:before {
  content: normal;
}
.g-open .m-bd .u-ct .ct-cell-left {
  float: left;
}
.g-open .m-bd .u-ct .ct-cell-right {
  float: right;
}
.g-open .m-bd .u-ct .ct-cell-right .sp-1 {
  width: 110px !important;
}
.g-open .m-bd .u-ct .ct-center {
  margin: 40px 0;
  clear: both;
  width: 1200px;
  height: 110px;
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  padding: 21px 0;
  box-sizing: border-box;
  font-size: 0;
}
.g-open .m-bd .u-ct .ct-center a {
  margin-left: 28px;
}
.g-open .m-bd .u-ct .ct-center a img {
  zoom: 0.5;
}
.g-open .m-container {
  width: 100%;
  position: absolute;
  top: 335px;
  left: 0;
}

.g-interact {
  height: 1000px;
  position: relative;
}
.g-interact .m-bd {
  width: 1200px;
  margin: 0 auto;
}
.g-interact .m-bd .u-ct {
  margin-top: 30px;
  overflow: hidden;
}
.g-interact .m-bd .u-ct .ct-img {
  margin-bottom: 20px;
}
.g-interact .m-bd .u-ct .ct-img img {
  zoom: 0.5;
}
.g-interact .m-bd .u-ct .ct-cell {
  float: left;
  width: 750px;
  margin-bottom: 40px;
}
.g-interact .m-bd .u-ct .ct-cell .cell-tt {
  width: 750px;
  height: 50px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.g-interact .m-bd .u-ct .ct-cell .cell-tt .sp-1 {
  float: left;
  width: 110px;
  text-align: center;
  cursor: pointer;
  color: #3650AA;
  line-height: 48px;
  font-weight: 600;
}
.g-interact .m-bd .u-ct .ct-cell .cell-tt .sp-active {
  color: #ffffff;
  font-size: 16px;
  background: url("../img/xamcontent/tab_2.png") no-repeat left center;
}
.g-interact .m-bd .u-ct .ct-cell .cell-tt a {
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  float: right;
  margin-right: 20px;
  z-index: 1;
}
.g-interact .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell {
  overflow: hidden;
  line-height: 40px;
}
.g-interact .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell a {
  display: inline-block;
  width: 422px;
  color: #333333;
  float: left;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-interact .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3650AA;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 0;
}
.g-interact .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell a:hover {
  color: #3650AA;
}
.g-interact .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell span {
  float: right;
  color: #999999;
  font-size: 15px;
}
.g-interact .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-f a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  border-bottom: 2px dotted #EEEEEE;
  text-align: left;
  color: #3650AA;
  font-size: 15px;
  line-height: 40px;
  padding: 10px 0;
}
.g-interact .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-f a span {
  color: #EA6161;
  font-size: 15px;
}
.g-interact .m-bd .u-ct .ct-cell .hide {
  display: none;
}
.g-interact .m-bd .u-ct .ct-cell-left {
  float: left;
}
.g-interact .m-bd .u-ct .ct-cell-right {
  width: 430px;
  float: right;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-tt {
  width: 100%;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-tt img {
  width: 23px;
  height: 24px;
  float: left;
  margin: 12px 15px;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-tt span {
  float: left;
  display: inline-block;
  font-size: 16px;
  color: #3650AA;
  line-height: 48px;
  font-weight: 600;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct {
  padding: 15px;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct .ct-tt {
  box-sizing: border-box;
  border-bottom: 2px dotted #EEEEEE;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct .ct-tt p {
  font-size: 0;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct .ct-tt p .sp-1 {
  width: 80px;
  display: inline-block;
  font-size: 15px;
  text-align: left;
  line-height: 30px;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct .ct-tt p .sp-2 {
  font-size: 15px;
  display: inline-block;
  width: 320px;
  line-height: 30px;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct .ct-ct {
  overflow: hidden;
  margin-top: 15px;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct .ct-ct img {
  display: inline-block;
  width: 142px;
  height: 106px;
  float: left;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct .ct-ct .talk-ct {
  display: block;
  float: right;
  width: 240px;
  height: 100px;
  margin: 0;
  padding: 5px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}
.g-interact .m-bd .u-ct .ct-cell-right .cell-ct .ct-ct .talk-ct a {
  color: #ea6161;
}
.g-interact .m-bd .u-ct .ct-center {
  margin: 40px 0;
  clear: both;
  width: 1200px;
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  padding: 21px 0;
  box-sizing: border-box;
  font-size: 0;
  overflow: hidden;
}
.g-interact .m-bd .u-ct .ct-center a {
  margin-left: 36px;
}
.g-interact .m-bd .u-ct .ct-center a img {
  zoom: 0.5;
}
.g-interact .m-container {
  width: 100%;
  position: absolute;
  top: 335px;
  left: 0;
}

.g-release {
  height: 1000px;
  position: relative;
}
.g-release .m-bd {
  width: 1200px;
  margin: 0 auto;
}
.g-release .m-bd .u-car {
  height: 350px;
}
.g-release .m-bd .u-car img {
  height: 260px;
}
.g-release .m-bd .u-car .carousel-caption {
  width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 50px;
  bottom: 0;
  text-align: left;
  padding-left: 30px;
}
.g-release .m-bd .u-ct {
  margin-top: 30px;
  overflow: hidden;
}
.g-release .m-bd .u-ct .ct-cell {
  float: left;
  margin-bottom: 40px;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt {
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt img {
  float: left;
  height: 48px;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt .sp-1 {
  float: left;
  width: 110px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #ffffff !important;
  background: url("../img/xamcontent/tab_2.png") no-repeat left center;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt .sp-2 {
  float: left;
  width: 110px;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background: url("../img/xamcontent/tab_2.png") no-repeat left center;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt .sp-1-p {
  cursor: pointer;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt .sp-active {
  color: #3650AA;
  font-weight: 600;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt .spa-1 {
  line-height: 50px;
  display: inline-block;
  width: 120px;
  text-align: center;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt .sp-1-2 {
  width: 150px;
  background: url("../img/xamcontent/tab_1.png") no-repeat left center;
}
.g-release .m-bd .u-ct .ct-cell .cell-tt a {
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  float: right;
  margin-right: 20px;
  z-index: 1;
}
.g-release .m-bd .u-ct .ct-cell .cell-ct .ul-ct {
  margin-top: 10px;
}
.g-release .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell {
  overflow: hidden;
  line-height: 40px;
}
.g-release .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell a {
  display: inline-block;
  width: 422px;
  color: #333333;
  float: left;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-release .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3650AA;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 0;
}
.g-release .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell a:hover {
  color: #3650AA;
}
.g-release .m-bd .u-ct .ct-cell .cell-ct .ul-ct .li-cell span {
  float: right;
  color: #999999;
  font-size: 15px;
}
.g-release .m-bd .u-ct .ct-cell .cell-ct .hide {
  display: none;
}
.g-release .m-bd .u-ct .ct-cell-left {
  float: right;
  width: 580px;
}
.g-release .m-bd .u-ct .u-car {
  width: 580px;
  float: left;
  height: 260px;
}
.g-release .m-bd .u-ct .ct-cell-1 {
  float: left;
  width: 580px;
}
.g-release .m-bd .u-ct .ct-cell-1 .cell-ct .ul-ct {
  margin-top: 10px;
}
.g-release .m-bd .u-ct .ct-cell-1 .cell-ct .ul-ct .li-cell {
  overflow: hidden;
  line-height: 40px;
}
.g-release .m-bd .u-ct .ct-cell-1 .cell-ct .ul-ct .li-cell a {
  display: inline-block;
  width: 422px;
  color: #333333;
  float: left;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-release .m-bd .u-ct .ct-cell-1 .cell-ct .ul-ct .li-cell a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3650AA;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 0;
}
.g-release .m-bd .u-ct .ct-cell-1 .cell-ct .ul-ct .li-cell a:hover {
  color: #3650AA;
}
.g-release .m-bd .u-ct .ct-cell-1 .cell-ct .ul-ct .li-cell span {
  float: right;
  color: #999999;
  font-size: 15px;
}
.g-release .m-bd .u-ct .ct-cell-1 .cell-ct .ul-ct .li-f a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  border-bottom: 2px dotted #EEEEEE;
  text-align: left;
  color: #3650AA;
  font-size: 15px;
  line-height: 40px;
  padding: 10px 0;
}
.g-release .m-bd .u-ct .ct-cell-1 .cell-ct .ul-ct .li-f a span {
  color: #EA6161;
  font-size: 15px;
}
.g-release .m-bd .u-ct .ct-cell-1-1 {
  width: 580px !important;
}
.g-release .m-bd .u-ct .ct-cell-right {
  float: right;
  width: 430px;
}
.g-release .m-bd .u-ct .ct-cell-right .sp-1 {
  width: 110px !important;
}
.g-release .m-bd .u-ct .ct-cell-2 {
  float: left;
  width: 580px;
}
.g-release .m-bd .u-ct .ct-cell-2 .cell-ct .ul-ct {
  margin-top: 10px;
}
.g-release .m-bd .u-ct .ct-cell-2 .cell-ct .ul-ct .li-cell {
  overflow: hidden;
  line-height: 40px;
}
.g-release .m-bd .u-ct .ct-cell-2 .cell-ct .ul-ct .li-cell a {
  display: inline-block;
  width: 422px;
  color: #333333;
  float: left;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-release .m-bd .u-ct .ct-cell-2 .cell-ct .ul-ct .li-cell a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3650AA;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 0;
}
.g-release .m-bd .u-ct .ct-cell-2 .cell-ct .ul-ct .li-cell a:hover {
  color: #3650AA;
}
.g-release .m-bd .u-ct .ct-cell-2 .cell-ct .ul-ct .li-cell span {
  float: right;
  color: #999999;
  font-size: 15px;
}
.g-release .m-bd .u-ct .ct-cell-2 .cell-ct .ul-ct .li-f a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  border-bottom: 2px dotted #EEEEEE;
  text-align: left;
  color: #3650AA;
  font-size: 15px;
  line-height: 40px;
  padding: 10px 0;
}
.g-release .m-bd .u-ct .ct-cell-2 .cell-ct .ul-ct .li-f a span {
  color: #EA6161;
  font-size: 15px;
}
.g-release .m-bd .u-ct .ct-cell-2-1 {
  float: right !important;
  width: 580px !important;
}
.g-release .m-bd .u-ct .ct-center {
  margin-bottom: 40px;
}
.g-release .m-bd .u-ct .ct-center a img {
  zoom: 0.5;
}
.g-release .m-carousel {
  width: 1200px;
  height: 280px;
  background: #ffffff;
  border: 1px solid #e4e3e3;
  margin: 0 auto;
}
.g-release .m-carousel .u-tt {
  height: 50px;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  margin-left: 1px;
  overflow: hidden;
}
.g-release .m-carousel .u-tt .u-left {
  float: left;
  line-height: 46px;
  width: 100px;
  border-bottom: 2px solid #3650AA;
}
.g-release .m-carousel .u-tt .u-left p {
  width: 100%;
  font-size: 16px;
  color: #3650AA;
  text-align: center;
  font-weight: bold;
}
.g-release .m-carousel .u-tt .u-right {
  float: right;
  line-height: 50px;
  margin-right: 1px;
}
.g-release .m-carousel .u-tt .u-right a {
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  float: right;
  margin-right: 20px;
}
.g-release .m-container {
  width: 100%;
  position: absolute;
  top: 335px;
  left: 0;
}

.g-consult {
  height: 1000px;
  position: relative;
}
.g-consult .m-bd {
  width: 1200px;
  margin: 0 auto;
}
.g-consult .m-bd .u-ct {
  margin: 40px 0;
  overflow: hidden;
}
.g-consult .m-bd .u-ct .ct-tt {
  width: 100%;
  height: 66px;
  background: url("../img/xamcontent/bit_bg_1.png") left center;
  border: 1px solid #e5e5e5;
  font-size: 24px;
  color: #ffffff;
  line-height: 66px;
  padding-left: 66px;
  box-sizing: border-box;
}
.g-consult .m-bd .u-ct .ct-left {
  float: left;
  width: 830px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 560px;
  border-top: none;
}
.g-consult .m-bd .u-ct .ct-left .left-top {
  height: 410px;
  border-bottom: 1px solid #e5e5e5;
  overflow: auto;
}
.g-consult .m-bd .u-ct .ct-left .left-top ul {
  padding: 30px;
  box-sizing: border-box;
  margin-top: 20px;
  overflow: hidden;
}
.g-consult .m-bd .u-ct .ct-left .left-top ul .li-ser {
  clear: both;
  float: left;
  width: 60%;
}
.g-consult .m-bd .u-ct .ct-left .left-top ul .li-ser .sp-1 {
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  display: block;
  margin-bottom: 10px;
}
.g-consult .m-bd .u-ct .ct-left .left-top ul .li-ser .sp-2 {
  padding: 14px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  background: white;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
}
.g-consult .m-bd .u-ct .ct-left .left-top ul .li-user {
  margin-top: 20px;
  float: right;
  width: 60%;
  clear: both;
}
.g-consult .m-bd .u-ct .ct-left .left-top ul .li-user .sp-1 {
  text-align: right;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  display: block;
  margin-bottom: 10px;
}
.g-consult .m-bd .u-ct .ct-left .left-top ul .li-user .sp-2 {
  padding: 14px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  background: white;
  border-radius: 4px;
  background: #3650AA;
  color: #ffffff;
}
.g-consult .m-bd .u-ct .ct-left .left-down {
  position: relative;
}
.g-consult .m-bd .u-ct .ct-left .left-down textarea {
  width: 828px;
  height: 148px;
  margin: 0;
  outline: none;
  border: none;
  padding: 10px;
  box-sizing: border-box;
  resize: none;
}
.g-consult .m-bd .u-ct .ct-left .left-down .a-send {
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background: #3650aa;
  border-radius: 3px;
  position: absolute;
  right: 30px;
  bottom: 20px;
  text-align: center;
  font-size: 16px;
}
.g-consult .m-bd .u-ct .ct-right {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  float: right;
  width: 370px;
  box-sizing: border-box;
  height: 560px;
  padding: 30px;
}
.g-consult .m-bd .u-ct .ct-right .right-tt {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
  margin-bottom: 20px;
}
.g-consult .m-bd .u-ct .ct-right .ul-ct li {
  margin-bottom: 10px;
}
.g-consult .m-bd .u-ct .ct-right .ul-ct li a {
  line-height: 30px;
  display: inline-block;
  font-size: 16px;
}
.g-consult .m-bd .u-ct .ct-right .ul-ct li a:hover {
  color: #3650aa;
}
.g-consult .m-container {
  width: 100%;
  position: absolute;
  top: 335px;
  left: 0;
}

.g-demand {
  height: 1000px;
  position: relative;
}
.g-demand .m-bd {
  width: 1200px;
  margin: 0 auto;
}
.g-demand .m-bd .u-ct {
  margin: 40px 0;
  overflow: hidden;
  width: 1200px;
  height: 636px;
  background: url("../img/xamcontent/de_bg.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 55px 340px 55px 340px;
  box-sizing: border-box;
}
.g-demand .m-bd .u-ct ul li {
  float: left;
  width: 120px;
  height: 140px;
}
.g-demand .m-bd .u-ct ul li a {
  display: inline-block;
  width: 120px;
  height: 140px;
}
.g-demand .m-bd .u-ct ul li a img {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
.g-demand .m-bd .u-ct ul li a span {
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 20px;
}
.g-demand .m-bd .u-ct ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.g-demand .m-bd .u-ct ul .li-4, .g-demand .m-bd .u-ct ul .li-5, .g-demand .m-bd .u-ct ul .li-6, .g-demand .m-bd .u-ct ul .li-7, .g-demand .m-bd .u-ct ul .li-8, .g-demand .m-bd .u-ct ul .li-9 {
  margin-top: 53px;
}
.g-demand .m-bd .u-ct ul .li-1, .g-demand .m-bd .u-ct ul .li-2, .g-demand .m-bd .u-ct ul .li-4, .g-demand .m-bd .u-ct ul .li-5, .g-demand .m-bd .u-ct ul .li-7, .g-demand .m-bd .u-ct ul .li-8 {
  margin-right: 80px;
}
.g-demand .m-bd .u-ct .a-ad {
  display: block;
}
.g-demand .m-bd .u-ct .a-ad img {
  display: block;
  margin: 0 auto;
  zoom: 0.5;
}
.g-demand .m-bd .u-ct .a-ad:hover {
  opacity: 0.8;
}
.g-demand .m-bd .u-ct .a-1 {
  margin: 0 auto;
  margin-top: 15px;
}
.g-demand .m-bd .u-ct .a-2, .g-demand .m-bd .u-ct .a-3 {
  margin-top: 33px;
}
.g-demand .m-bd .u-ct-1 {
  height: 494px;
}
.g-demand .m-container {
  width: 100%;
  position: absolute;
  top: 335px;
  left: 0;
}

/*线下咨询*/
.g-offline {
  height: 1000px;
  position: relative;
}
.g-offline .m-bd {
  width: 1200px;
  margin: 0 auto;
}
.g-offline .m-bd .u-ct {
  margin: 30px 0;
  overflow: hidden;
  width: 1200px;
  height: 780px;
  background: #ffffff;
}
.g-offline .m-bd .u-ct .u-top {
  width: 1040px;
  height: 110px;
  background: #eff5ff;
  border: 1px dotted #E8E8E8;
  color: #666666;
  margin: 10px auto 30px auto;
  box-sizing: border-box;
  padding: 20px 30px;
}
.g-offline .m-bd .u-ct .u-top p {
  color: #002973;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.g-offline .m-bd .u-ct .u-top span {
  font-size: 15px;
  display: inline-block;
  width: 430px;
  line-height: 20px;
}
.g-offline .m-bd .u-ct .u-form {
  margin-left: 100px;
}
.g-offline .m-bd .u-ct .u-form form label {
  display: block;
  height: 40px;
  margin-bottom: 20px;
  position: relative;
}
.g-offline .m-bd .u-ct .u-form form label .sp-1 {
  color: red;
}
.g-offline .m-bd .u-ct .u-form form label .sp-1-1 {
  position: absolute;
  top: 10px;
  left: 10px;
}
.g-offline .m-bd .u-ct .u-form form label .sp-1-2 {
  position: absolute;
  top: 10px;
  left: 34px;
}
.g-offline .m-bd .u-ct .u-form form label .sp-1-3 {
  position: absolute;
  top: 0;
  left: 10px;
}
.g-offline .m-bd .u-ct .u-form form label .sp-1-4 {
  position: absolute;
  top: 10px;
  left: 26px;
}
.g-offline .m-bd .u-ct .u-form form label .sp-2 {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.g-offline .m-bd .u-ct .u-form form label input {
  width: 370px;
  height: 40px;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #E8E8E8;
  font-size: 15px;
  line-height: 40px;
}
.g-offline .m-bd .u-ct .u-form form label .inp-1 {
  width: 160px;
}
.g-offline .m-bd .u-ct .u-form form label select {
  display: inline-block;
  width: 370px;
  height: 40px;
  border: 1px solid #E8E8E8;
  line-height: 40px;
}
.g-offline .m-bd .u-ct .u-form form label select option {
  font-size: 15px;
}
.g-offline .m-bd .u-ct .u-form form label textarea {
  position: absolute;
  top: 0;
  left: 102px;
  display: inline-block;
  width: 750px;
  height: 170px;
  resize: none;
  border: 1px solid #E8E8E8;
  font-size: 15px;
  overflow: hidden;
}
.g-offline .m-bd .u-ct .u-form form label textarea:focus {
  outline: none;
}
.g-offline .m-bd .u-ct .u-form form label .sp-3 {
  position: absolute;
  top: 190px;
  left: 100px;
  color: #999999;
}
.g-offline .m-bd .u-ct .u-form form label .sp-4 {
  display: inline-block;
  width: 160px;
  height: 40px;
  border: 1px solid #E8E8E8;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  background: #ececec;
}
.g-offline .m-bd .u-ct .u-form form .lab-1 {
  height: 210px;
}
.g-offline .m-bd .u-ct .u-form form a {
  display: block;
  width: 160px;
  height: 45px;
  color: #ffffff;
  background: #3650aa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 45px;
  margin-left: 103px;
}
.g-offline .m-container {
  width: 100%;
  position: absolute;
  top: 335px;
  left: 0;
}

/*# sourceMappingURL=style.css.map */
