﻿@charset "UTF-8";


body {
  line-height: 1; }

ul, li {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit; }

a:hover, a:focus {
  text-decoration: none;
  bblr: expression(this.onFocus=this.blur());
  /*IE*/
  outline-style: none;
  /*FF*/ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.clearfix {
  *zoom: 1;
  /*IE/7/6*/ }


* {
  outline: none; }

/* .header{background: #1257a5;} */
#info {
  margin: 0 auto;
  width: 100%;
  min-height: 700px;
  background-color: #fff; }

.info-top {  
    width: 1100px;
    min-height: 400px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.info-top-tab {
  float: left; }
  .info-top-tab a {
    color: #000;
    display: inline-block;
    height: 100%;
    width: 100%; }
  .info-top-tab li {
    height: 66px;
    line-height: 66px;
    width: 192px;
    text-align: center;
    margin: 18px 0;
    font-size: 16px;
    font-weight: bold;
    background-color: #e5e5e5;
    border-radius: 10px; }
    .info-top-tab li.on {
      background-color: #f0cf4e; }

  .info-top-content .info-top-title {
    text-align: center;
    font-size: 20px;
    margin: 40px 0 22px 0;
    color: #666;
    font-weight: bold; }

  .info-top-content .text {
    font-size: 14px;
    line-height: 28px;
    margin: 20px 10px;
    color:#000; 
    text-indent: 28px;
  }

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

.info-l {
  float: left;
  height: 600px;
  width: 250px;
  margin: 40px; }
  .info-l p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center; }

.info-r {
  margin-top: 40px;
  float: right;
  width: 600px; }
  .info-r .info-title {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    background-color: #21a2dc;
    color: #fff;
    border-top-left-radius: 10px; }
    .info-r .info-title a {
      float: right; }
  .info-r .infob-list {
    padding: 30px 24px;
    background-color: #fff;
    height: 260px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .info-r .infob-list li {
      margin-bottom: 14px; }
      .info-r .infob-list li a {
        line-height: 1.2; }

#adv {
  width: 100%;
  height: auto; }
