html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
i {
  font-style: normal;
}
body {
  font-size: 14px;
  font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  text-decoration: none;
  background: none;
  color: #fff;
}
ul,
ol {
  list-style: none;
}
:focus {
  outline: none;
}
.clearfix {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.warp {
  width: 1000px;
  margin: 0 auto;
}
#header {
  width: 100%;
  background: #1f2431;
  height: 50px;
  color: #fff;
  line-height: 50px;
}
#header .nav li {
  float: left;
  height: 50px;
}
#header .nav li a {
  display: block;
  padding: 0 30px;
}
#header .nav li a#login {
  display: block;
  padding: 0 30px;
}
#header .nav li a#register {
  display: block;
  padding: 0 30px;
}
#header .nav li a.active {
  background: #191d27;
  color: #fff;
}

.nav li a:hover{
  cursor: pointer;
}

#footer {
  background: #161922;
  color: #fff;
}
#footer .cooperation {
  padding-top: 40px;
  height: 240px;
  background: #1f2431;
}
#footer .cooperation .list {
  float: left;
  margin-right: 30px;
}
#footer .cooperation .list li {
  float: left;
  padding: 0 15px;
}
#footer .cooperation .download {
  padding-left: 50px;
  border-left: 1px solid #4c505a;
  float: left;
}
#footer .cooperation .download .text {
  float: left;
  margin-right: 30px;
}

#footer .cooperation .download .text p span {
  display: block;
  color: #229fc0;
  line-height:40px;
}
#footer .cooperation .download .QR {
  float: left;
}
#footer .cooperation .download .QR p {
  float: left;
  text-align: center;
  margin-right: 40px;
}
#footer .cooperation .download .QR p img {
  width: 100px;
  height: 100px;
  display: block;
  margin-bottom: 15px;
}
#footer .bottom {
  text-align: center;
  line-height: 85px;
  padding-top:40px;
  padding-bottom:50px;
  text-align:center;
}

.bottom div{
  line-height: 22px;
  text-align: center;
}

.bottom div a{
  display: inline-block;
}

.bottom div img{
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 2px;
}
#top {
  display: none;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #1f2431;
  position: fixed;
  right: 16px;
  bottom: 50px;
  z-index: 9999;
}
#top img {
  margin: 18px 0 9px 0;
}
#top span {
  display: block;
}
.carousel-box {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.carousel-box img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.carousel-box img.imgz {
  z-index: 1;
  /*z-index为了提高第一张图的层级*/
}
.carousel-box ul {
  position: absolute;
  left: 50%;
  margin-left: -78px;
  bottom: 20px;
  z-index: 2;
}
.carousel-box ul li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  float: left;
  margin-left: 6px;
  background-color: #1f2431;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.carousel-box ul li.red {
  background-color: #fff;
}
.carousel-box span {
  display: block;
  width: 25px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  top: 50%;
  cursor: pointer;
}
.carousel-box .arrow-left {
  left: 3%;
  background: url(../images/gw_0061_zjt.png) no-repeat;
}
.carousel-box .arrow-right {
  right: 3%;
  background: url(../images/gw_0062_yjt.png) no-repeat;
}
.qr .warper {
  width: 100%;
  margin: 0 auto;
  height: 1px;
  position: relative;
}
.qr .warper img {
  z-index: 2;
  position: absolute;
  top: -270px;
  right: 100px;
}
.title {
  padding: 90px 0 45px 0;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  color: #646464;
  margin: 0 auto;
}
.title span {
  display: block;
  width: 80px;
  height: 4px;
  background: #23c9f2;
  margin: 0 auto;
}
#login1{
  width:400px;
  height:350px;
  background-color:rgb(255, 255, 255);
  position:fixed;
  top:340px;
  left:35%;
  z-index:99;
}
#login1 .login {
  width:100%;
}
#login1 .login p {
  background-color: #3195e8;
  height: 49px;
  line-height: 49px;
  font-size: 22px;
  text-align: center;
}
#login1 .login div{
  width:328px;
  margin:0 auto;
  margin-bottom:0px;
  color:#888888;
  padding-top:15px;
}
#login1 .login .textbox{
  width:328px;
  margin:0 auto;
  margin-bottom:8px;
  color:#888888;
  padding-top:15px;
}

#login1 .login .textbox label{
  font-size:14px;
  width:64px;
  display:inline-block;
}
#login1 .login .textbox input{
  outline:none;
  height:35px;
  width:235px;
}

#login1 .login .btn_login{
  width: 100%;
  overflow: hidden;
}

#login1 .login .btn_login .loginbtn{
  float:left;
  font-size:18px;
  margin-top:10px;
  display:block;
  width:100px;
  text-align: center;
  margin:10px auto;
  border-radius:5px;
  background-color:#8dc21f;
  color:#fff;
  padding-top:0;
  margin-left:27%;
  margin-right:10px;
}

#login1 .login .btn_login .cancelbtn{
  margin-left:0;
  float:left;
  font-size:18px;
  margin-top:10px;
  display:block;
  width:100px;
  text-align: center;
  margin:10px auto;
  border-radius:5px;
  background-color:#ddd;
  color:#fff;
  padding-top:0;
}

/*register*/
#register1{
  width:500px;
  background-color:rgb(255, 255, 255);
  position:fixed;
  top:270px;
  left:39%;
  z-index:99;
  overflow:hidden;
}
#register1 .register {
  width:100%;
  line-height: 28px;
}
#register1 .register p {
  background-color: #3195e8;
  height: 49px;
  line-height: 49px;
  font-size: 22px;
  text-align: center;
}
#register1 .register div{
  width:400px;
  margin:0 auto;
  margin-bottom:10px;
  color:#888888;
  padding-top:5px;
}
#register1 .register .textbox{
  margin:0 auto;
  margin-bottom:10px;
  color:#888888;
  padding-top:15px;
}

#register1 .register .textbox label{
  font-size:14px;
  width:84px;
  display:inline-block;
}
#register1 .register .textbox input{
  outline:none;
  height:35px;
  width:300px;
}

#register1 .register .btn_login{
  font-size:18px;
  margin-top:10px;
  display:block;
  border:1px solid #888;
  width:100px;
  text-align: center;
  margin:10px auto;
  border-radius:5px;
  background-color:#8dc21f;
  color:#fff;
  padding-top:0;
  line-height:40px;
}
#register1 .register .btn_register{
  width:100%;
  overflow:hidden;
}

#register1 .register .btn_register div{
  float:left;
  font-size:18px;
  margin-top:10px;
  display:block;
  width:100px;
  text-align: center;
  margin:10px auto;
  margin-left:27%;
  border-radius:5px;
  background-color:#8dc21f;
  color:#fff;
  padding-top:0;
  line-height:40px;
  margin-right:20px;
}
#register1 .register .btn_register div:last-child{
  float:left;
  font-size:18px;
  margin-top:10px;
  display:block;
  border:1px solid #ddd;
  width:100px;
  text-align: center;
  margin:10px auto;
  border-radius:5px;
  background-color:#ddd;
  color:#fff;
  padding-top:0;
  line-height:40px;
  margin-right:20px;
}
#register1 .register .flex{
  overflow:hidden;
}
#register1 .register .flex label{
  float:left;
  width:84px;
}

#register1 .register .flex #phone{
  float:left;
  width:42%;
  margin-right:5px;
}

#register1 .register .flex .code{
  float:left;
  width:25%;
  border:1px solid #888;
  text-align: center;
  line-height:39px;
  padding-top:0;
}