@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%; }

.oh {
  overflow: hidden; }

.wrap_box {
  width: 100%;
  height: auto;
  background: url(../img/index.jpg) no-repeat;
  background-size: 100% 100%;
  min-width: 1200px; }

.wrap {
  width: 1200px;
  margin: 0 auto;
  color: #FFF; }
  .wrap a {
    color: #FFF;
    text-transform: none;
    text-decoration: none; }
  .wrap a:hover {
    color: #a4d7f8; }

.wrap-top {
  width: 100%;
  text-align: right;
  padding-top: 40px;
  font-size: 14px; }

.wrap-top a {
  color: #FFF; }

.wrap-top a:hover {
  color: #a4d7f8; }

.index-txt {
  width: 100%; }
  .index-txt h3 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin-top: 130px; }
  .index-txt p {
    font-size: 20px;
    text-align: center;
    margin-top: 20px; }

.index-box {
  width: 280px;
  height: 300px;
  float: left;
  background-color: #FFF;
  border: #247db5 1px solid;
  text-align: center;
  margin-left: 120px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);
  /*ie*/
  -moz-box-shadow: 2px 2px 10px #247db5;
  /*firefox*/
  -webkit-box-shadow: 2px 2px 10px #247db5;
  /*safari鎴朿hrome*/
  box-shadow: 2px 2px 10px #247db5;
  /*opera鎴杋e9*/ }
  .index-box .top {
    float: left;
    background-color: #0e6fb6;
    width: 100%;
    font-size: 26px;
    padding: 15px 0;
    font-weight: 900; }
  .index-box .u-btn-blue {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border: 1px solid #0088ec;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 20px;
    color: #0e6fb6;
    width: 210px;
    cursor: pointer; }
  .index-box .u-btn-blue:hover {
    color: #fff;
    text-decoration: none; }
  .index-box .u-btn-blue:hover, .index-box .vertical .info .u-btn-blue:focus {
    background: #0e6fb6; }
  .index-box .info ul {
    padding-top: 60px; }
  .index-box .info li {
    height: 50px; }

.index-txt1 {
  width: 100%;
  text-align: center;
  padding: 60px 0 0 0;
  line-height: 25px;
  font-size: 12px; }
  .index-txt1 a {
    color: #fff; }

.index {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
  min-width: 1200px; }

.box1 {
  width: 820px;
  margin-left: 140px;
  margin-top: 60px; }

@media screen and (min-height: 800px) and (max-height: 1000px) {
  .wrap_box {
    height: 100%; } }

/*# sourceMappingURL=index.css.map */
