* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  color: #409EFF;
}
ul li {
  list-style: none;
}
.index-nav {
  background-color: #E4E7ED;
  display: flex;
  justify-content: right;
}
.index-nav .nav-wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: right;
}
.index-nav .nav-wrap span {
  margin: 0 10px;
}
.index-nav .nav-wrap a {
  color: #303133;
}
.index-nav .nav-wrap a:hover {
  color: #409EFF;
}
.index-header {
  width: 1280px;
  height: 100px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.index-header .logo a {
  margin-top: 10px;
  display: block;
}
.index-header .logo img {
  max-width: 100%;
  max-height: 80px;
}
.index-header .menu ul {
  padding-top: 30px;
  display: flex;
}
.index-header .menu ul li {
  margin: 0 10px;
}
.index-header .menu ul li a {
  padding: 2px 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 16px;
  color: #303133;
}
.index-header .menu ul li:hover,.index-header .menu ul li .current {
  background-color: #67C23A;
  border-radius: 10px;
  color: #fff;
}
.index-header .menu ul li:hover a {
  color: #fff;
}
.index-banner {
  height: 358px;
  background-image: url(../images/banner1.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.banner2 {
  height: 300px;
  background-image: url(../images/contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.index-content-one {
  text-align: center;
  margin: 10px 0;
}
.footer {
  text-align: center;
  margin: 15px 0;
}
.wrap-content {
  width: 980px;
  padding: 20px;
  min-height: 400px;
  margin: 0 auto;
}

.pay-form .item-cell {
  width: 450px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.pay-form .item-cell .title {
  width: 90px;
}
.pay-form .item-cell .desc {
  flex: 1;
}
.btn-view {
  text-align: center;
  margin-top: 15px;
}
.btn-default {
  width: 200px;
  height: 35px;
  background-color: #ffd350;
  border: none;
}

#login{ width:470px; height:460px; margin:0 auto; margin-top:30px; border:5px solid #CCC; font-size:14px;}
.lbt{ width:450px; height:60px; margin:0 auto; margin-top:10px; border-bottom:1px solid #CCC; text-align:center; line-height:60px; font-size:20px;}
.dl01{ width:420px; height:30px; margin:0 auto; margin-top:30px;}
.jm{width:420px; height:30px; margin:0 auto; margin-top:30px;}
.jm01{ width:220px; height:30px; float:left; line-height:30px;}
.jm02{ width:100px; float:left; color:#930; height:30px; line-height:30px; margin-left:80px;}
.jm03{ width:330px; height:30px; float:left; line-height:30px;}
.s01{ width:260px; height:30px; color:#666;}
.s02{ width:130px; height:30px; color:#666;}
.btn01{ width:360px; height:50px; margin:0 auto; margin-top:30px;}
.ts01{ width:360px; height:50px; margin:0 auto; margin-top:30px;}
#zhuce{width:500px; height:590px; margin:0 auto; margin-top:30px; border:5px solid #CCC; font-size:15px;}
.yhxx{ height:355px; margin-top:20px;}
.yhxx1{ height:355px; float:left; width:555px;}
.yhxx2{ height:355px; float:left; width:555px; margin-left:35px;}
.zyx{ width:285px; height:350px; border:1px #ebebeb solid; float:left;}
.zyms{ width:240px; height:300px; float:left; margin-left:20px; margin-top:30px; font-size:15px; line-height:34px;}

.tips {
  color: #909399;
}