/* 全局 */

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

body {
  background: #F3F5F9;
  min-width: 850px;
}

ol, ul, li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 1px;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}

a {
  text-decoration: none;
}

/* 浮动 */

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.in-line {
  display: inline;
}

/* 头部 */

.global-header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: black;
  width: 100%;
  height: 100px;
  opacity: 0.75;
  min-width: 850px;
}

/* 头部 logo */

.header-logo {
  margin: auto 30px;
  height: 100px;
}

.header-logo a {
  line-height: 100px;
}

/* 头部导航 */

.header-right ul {
  list-style-type: none;
  margin-right: 0px;
  overflow: hidden;
  display: inline;
}

.header-right ul li {
  display: inline-block;
  height: 100px;
  margin: auto 2em;
}

.header-right ul li a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 20px;
  text-align: center;
  line-height: 100px;
}

.header-right ul li a:hover {
  color: #fff;
}

.header-right .active a {
  color: #fff;
}

/* 头部banner */

.header-banner {
  width: 100%;
  background-image: url("../images/home_banner.jpg");
  background-repeat: no-repeat;
  height: 708px;
  background-position: center;
  background-size: 1920px 708px;
}

.header-banner-font {
  padding-top: 30px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-weight: bolder;
  font-size: 60px;
  position: relative;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-banner-font .font-small {
  font-size: 28px;
}

.header-banner2 {
  width: 100%;
  background-image: url("../images/img_bg.jpg");
  background-repeat: no-repeat;
  height: 480px;
  background-position: center;
  background-size: 1920px 480px;
}

.header-banner-font2 {
  padding-top: 30px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-weight: bold;
  font-size: 60px;
  position: relative;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header-banner-font2 .font-small {
  font-size: 28px;
}

/* 底部样式 */

.global-footer {
  background-color: #2A2A2A;
  color: #fff;
  font-size: 14px;
}

.footer-left {
  width: 45%;
}

.footer-right {
  width: 50%;
  text-align: right;
}

.global-footer-wrap {
  padding: 50px 80px;
}

.footer-about-zb {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-about li {
  text-align: left;
  line-height: 25px;
}

.footer-beian {
  margin-top: 60px;
}

.footer-beian a {
  color: #fff;
}

.footer-about a {
  color: #DCDCDC;
}

.footer-about li a {
  margin-right: 2em;
}

.footer-about li a:hover {
  text-decoration: underline #DCDCDC;
}

/* 协议样式 */

.agreement {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  text-align: left;
  padding: 40px;
  line-height: 20px;
}