@charset "UTF-8";
/**
*
@Author: MiniHui
@Date: Fri Jul 20 2018 09:19:30 GMT+0800 (CST)
*
*/
html,
body,
div,
p,
hr,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
tfoot,
tbody,
thead,
form,
input,
textarea,
label,
ul,
ol,
dl,
li,
dt,
dd,
.clearfix:after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  /*font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', 'Helvetica', 'Arial', 'Microsoft YaHei', '微软雅黑', 'STHeitiSC-Light', 'simsun', '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', 'sans-serif' !important;*/
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑", STHeitiSC-Light, simsun, "宋体", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #3773db;
}

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

iframe,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: 0;
}

/* 图片地址 */
/* 颜色 */
/* 屏幕尺寸 */
html,
body {
  position: relative;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '';
  overflow: hidden;
  width: 100%;
  height: 0px;
  font-size: 0px;
  display: block;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hide {
  display: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

.title {
  font-size: 36px;
  font-weight: bold;
  color: #007ac3;
  margin-bottom: 15px;
}

.title h3 {
  font-weight: bold;
}

.banner {
  width: 100%;
  height: 430px;
  background: url("http://www.xinhuanet.com/english/special/qhhhs2018/images/banner.jpg") center top no-repeat;
}

.nav {
  margin-top: -36px;
  height: 36px;
  line-height: 36px;
  font-size: 0;
}

.nav a {
  width: 25%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #00a7ea;
  position: relative;
}

.nav a.active {
  background: #007ac3;
}

.nav a:before {
  content: "";
  width: 1px;
  height: 36px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.nav a:first-child:before {
  display: none;
}

.main {
  background: url("http://www.xinhuanet.com/english/special/qhhhs2018/images/main-bg.jpg") center 340px no-repeat;
}

.focus {
  margin: 43px auto 0;
  height: 560px;
}

.focus .swiper-container,
.focus .swiper-slide {
  width: 100%;
  height: 560px;
  position: relative;
}

.focus h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
  z-index: 2;
}

.focus .pagination {
  position: absolute;
  right: 10px;
  text-align: right;
  bottom: 5px;
  width: 20%;
}

.focus .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  margin: 0 5px;
  cursor: pointer;
}

.focus .swiper-active-switch {
  background: #00a7ea;
}

.latest {
  margin-top: 90px;
}

.latest li {
  float: left;
  width: 33.33%;
  background: #00a7ea;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  height: 210px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 35px;
}

.latest li a {
  color: #fff;
}

.latest li:nth-child(1) {
  background: #00a7ea;
}

.latest li:nth-child(2) {
  background: #007ac3;
}

.latest li:nth-child(3) {
  background: #174084;
}

.intro {
  margin-top: 90px;
}

.intro img {
  width: 100%;
  height: 600px;
}

.foot {
  margin-top: 90px;
  font-size: 15px;
  color: #535353;
  line-height: 114px;
}

.foot .container {
  border-top: 2px solid #000000;
}

.foot span {
  color: #000000;
  font-size: 33px;
}

.foot span:first-child {
  padding-right: 15px;
}

.foot span:last-child {
  padding-left: 15px;
}

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