li > a {
  display: block;
}
.container{
  width: 1200px;
  margin: 0 auto;
}
#header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: rgba(255,255,255,0.1);
}
#header *{
  transition: 0.5s;
}
#header .logo{
  position: absolute;
  top: 0;
  left: 2%;
  height: 30px;
  margin: 20px 0;
}
#header .logo>img{
  height: 100%;
}
#header .login{
  position: absolute;
  top: 20px;
  right: 5%;
  width: 140px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
  color: #1c79ff;
  border-radius: 15px;
}
#header .logo-icon{
  height: 100%;
  vertical-align: center;
  margin-top: -3px;
}
.header-nav {
  height: 70px;
  line-height: 70px;
}
.header-nav>li {
  float: left;
  width: 133px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
}
.header-nav>li a {
  color: #ffffff;
  font-weight: bold;
}
.header-nav>li.on {
  background: #ffffff;
  color: #1c79ff;
}
.header-nav>li.on a {
  color: #333;
}
#banner .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background: rgba(255,255,255,.6);
  margin: 10px 6px;
}
#banner .swiper-pagination-bullet-active{
  width: 60px;
  background: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#banner .swiper-button-next, #banner .swiper-button-prev{
  width: 60px;
  height: 60px;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
}
#banner .swiper-button-next:after, #banner .swiper-button-prev:after{
  font-size: 26px;
  color: rgba(255,255,255,.5);
}
#main{
  margin: 50px 0;
}
.desc-info{
  text-align: center;
}
.desc-info h1{
  font-size: 40px;
  color: #222222;
  margin: 20px 0;
}
.desc-info p{
  font-size: 16px;
  color: #888888;
}
#go-top{
  position: fixed;
  bottom: 15%;
  right: 0;
  padding: 20px;
  z-index: 99;
}
#go-top li{
  width: 55px;
  height: 55px;
}
#go-top #goTop{
  display: none;
}
#go-top li+li{
  margin-top: 10px;
}
#go-top li img{
  width: 100%;
}
#links{
  /*background: #f5f5f5;*/
}
#links li {
  float: left;
  width: 20%;
  height: 60px;
  margin: 30px;
}
#links li img{
  height: 100%;
}
.pages{
	padding: 30px 0;
	text-align:center;
	background:#FFF;
	z-index:9;
}
.pages cite{
	font-style: normal;
}
#footer-hr{
  height: 8px;
  border: none;
  background-image: linear-gradient(to right, #07C6FA,#1C79FF);
}
#footer{
  background: #1C79FF;
  /*background: #1C79FF url("../img/footer-bg.png") no-repeat 40px 35px/auto 100px;*/
  padding: 35px 0;
}
#footer p{
  font-size: 16px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}
#footer p span{
  padding: 0 10px;
  display: inline-block;
}
/*登陆注册*/
.member-box{
  overflow: hidden;
  padding: 200px 0 150px;
  min-height: 810px;
}
.input-captcha, .input-question, .input-user, .input-pass, .input-mob, .input-mail, .input-text, .input-code{
  width: 75%;
  height: 42px;
  line-height: 42px;
}
/*.login-main{*/
  /*margin: 150px auto 0;*/
  /*text-align: center;*/
  /*min-height: 550px;*/
/*}*/
/*.login-head{*/
  /*font-size: 26px;*/
/*}*/
/*.login-body{*/
  /*margin: 30px 0;*/
/*}*/
/*.login-body input{*/
  /*width: 400px;*/
  /*height: 50px;*/
  /*line-height: 50px;*/
  /*margin: 15px 0;*/
  /*outline: none;*/
  /*border: 1px solid #888;*/
  /*padding: 0 10px;*/
  /*font-size: 16px;*/
/*}*/
.btn-blue{
  background: rgb(28, 121, 255);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}
.reg-btn{
  margin-top: 30px;
}
.login-box{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.login-main{
  display: inline-block;
  height: 370px;
}
.register-side{
  display: inline-block;
  height: 300px;
  width: 500px;
  border-left: 1px solid #ddd;
}
.register-side *{
  width: 400px;
}
.login-box{
  padding: 50px 0;
  background-image: url("/static/img/login-side-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 400px auto;
}
.login-box .login-btn{
  border: none;
  font-size: 18px;
  border-radius: 5px;
}
.register-side p {
  font-size: 24px;
  margin: 66px 0 20px;
  color: #666666;
}
.register-side .login-btn{
  display: inline-block;
  width: 200px;
  height: 42px;
  line-height: 42px;
}
.reg-main{
  width: 680px;
}
.reg-tb{
  margin-top: 20px;
}
.reg-tb .tl{
  width: 188px;
}
.reg-tb .tr{
  width: 400px;
}
/* 弹窗 */
.dbody{
  padding: 20px;
  background: #ffffff;
}
.dbody .dbox{
  padding: 10px 0;
  background: #ffffff;
}
.dbody .dbox tr{
  height: 35px;
}
@media (max-width: 1600px) {
  .header-nav>li {
    width: 133px;
  }
  .logo{
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .header-nav>li {
    width: 115px;
  }
  #header .login {
    position: absolute;
    top: 20px;
    right: 3%;
  }
  .container,.width1200{
    max-width: 100%;
    padding: 0 5%;
  }
  .screen-inner{
    padding: 0 20px;
  }
  #footer{
	  padding: 20px;
  }
}
@media (max-width: 1168px) {
  .header-nav>li {
    width: 98px;
  }
}
@media (max-width: 768px) {
  #footer p{
	font-size: 12px;
	line-height: 26px
  }
}