html, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, object, code, legend, button, input, textarea, label, th, td, a, img { margin: 0; padding: 0; border: 0; outline: 0; }
ul,ol { list-style: none; }
a { color: #333; text-decoration: none; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; transition: color .2s ease-in-out; -webkit-transition: background-color .2s ease-in-out; -moz-transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out;}
a:hover { text-decoration: none; }
body { font: 12px/1.5 ; font-family: 'Microsoft YaHei', 'Arial' !important; color: #333;}
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%;}


body{
  background-color: #0a0f33;
  background-size: 100% 100%;
  height: 100vh;
}
h1{
  font-size: 32px;
  text-align: center;
  padding-top: 40px;
  font-weight: 600;
}
h2{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
}
h3{
  color: white;
  font-size: 26px;
  padding: 15px;
  text-align: center;
  font-weight: 600;
}
/* #header start */
#header{
  position: relative;
  height: 240px;
  width: 100%;
  background: url('../images/banner.jpg') no-repeat;
  background-position: center;
}
.search{
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
}
.search input{
  width: 400px;
  height: 40px;
  line-height: 30px;
  padding: 0 26px;
  vertical-align: middle;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: transparent;
  border: 1px solid rgb(39, 39, 39);
  border-right: none;
  box-sizing: border-box;
  cursor: text;
}
.search button{
  height: 40px;
  width: 60px;
  line-height: 30px;
  vertical-align: middle;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: transparent;
  border: 1px solid rgb(39, 39, 39);
  border-left: none;
  cursor: pointer;
  background: url('../images/search.png') no-repeat;
  background-size: 24px;
  background-position: center;
}
/* #header end */

/* nav start */
.nav{
  padding-top: 20px;
  background-color: #020127;
}
nav{
  text-align: center;
  margin-bottom: -1px;
}
nav a{
  padding: 0 10px;
  display: inline-block;
  line-height: 40px;
  background-color: #c5b4fc;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid transparent;
  border-bottom: 1px solid #91eb89;
  
}
.active,
nav a:hover{
  color: #9b9ed4;
  background-color: #0a0f33;
  border: 1px solid #91eb89;
  border-bottom: 1px solid #0a0f33;
}
/* nav end */

/* #main start */
.main{
  border-top: 1px solid #91eb89;
  padding-top: 10px;
  border-image: linear-gradient(to right,#0a0f33,#0a0f33,#91eb89, #91eb89,#0a0f33,#0a0f33) 50 10;
  margin-bottom: 26px;
}
main{
  max-width: 1000px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.main-right{
  width: 1000px;
}

/* list start */
.content{
  min-height: calc(100vh - 400px);
  border-radius: 8px;
  background: url('../images/bg7.jpg') no-repeat;
  background-color: #cccce4;
  background-position: bottom;
}
.content-list{
  width: 1000px;
  margin: auto;
  border-radius: 10px;
  box-sizing: border-box;
}
/* list end */

/* home start */
#mountNode{
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  min-height: calc(100vh - 470px);
  overflow: hidden;
  border-radius: 8px;
  background: url('../images/bg3.jpg') no-repeat;
  background-size: 100% 100%;
}
.g6-tooltip {
  font-size: 12px;
  padding: 10px 8px;
  color: #545454;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: rgb(174, 174, 174) 0px 0px 10px;
}
/* home end */

/* kele-table start */
.kele-table{
  display: table;
  width: 100%;
}
.kele-tr{
  display: table-row;
}
.kele-th{
  display: table-cell;
  padding: 14px 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 600;
  border-bottom-width: 2px;
  border-style: solid;
  border-image:linear-gradient(to right,#62717b,#05cb27) 1 10;
}
.kele-td{
  padding-left: 10px;
  padding-right: 10px;
}
.kele-item{
  padding: 10px 40px;
  border-bottom: 1px dashed #fff;
  border-image: linear-gradient(to right,#eb89e7,#7d69f0) 1 10;
  font-size: 14px;
  line-height: 20px;
  transition: all 1s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kele-item:hover{
  background-color: rgb(205, 242, 252);
}
.kele-item a{
  font-size: 16px;
  display: block;
  line-height: 40px;
  width: 85%;
}
.kele-item p{
  font-size: 12px;
  margin-top: 6px;
  cursor: pointer;
  text-indent: 2em;
  line-height: 24px;
}
.kele-right{
  color: #aaa;
  font-size: 12px;
  line-height: 20px;
}
.kele-td{
  padding-bottom: 40px;
  overflow: auto;
  height: 100%;
}
/* kele-table end */

/* 块 start */
.kele-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.kele-piece{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  height: 140px;
  width: 24%;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 1%;
  margin-top: 1%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.kele-piece i{
  font-size: 14px;
}
.kele-container .kele-piece:nth-child(4n-3){
  background-image: url('../images/piece_bg1.png');
}
.kele-container .kele-piece:nth-child(4n-2){
  background-image: url('../images/piece_bg2.png');
}
.kele-container .kele-piece:nth-child(4n-1){
  background-image: url('../images/piece_bg3.png');
}
.kele-container .kele-piece:nth-child(4n){
  background-image: url('../images/piece_bg4.png');
}
.kele-container .kele-piece:nth-child(2n-1):hover{
  background-color: rgb(133, 215, 218);
}
.kele-container .kele-piece:nth-child(2n):hover{
background-color: rgb(248, 160, 160);
}
.kele-piece a{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
/* 块 end */
/* #main end */

/* 详情 start */
.kele-table span{
  margin-left: -20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.kele-details p{
  text-indent: 2em;
  text-align: left;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 10px;
}
.kele-details div{
  text-align: center;
}
.kele-details img{
  max-width: 600px;
}
/* 详情 end */

/* footer start */
footer{
  height: 60px;
  color: #fff;
  background-color: #383838;
  background-color: #020127;
  padding: 20px;
  box-sizing: border-box;
}
footer div{
  max-width: 1000px;
  width: 100%;
  margin: auto;
  font-size: 12px;
  text-align: center;
}
/* footer end */