.views {
  width: 100%;
}
.views .banner {
  width: 100%;
  height: 280px;
  background: url(../static/guidebg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.views .controllerbar {
  width: 100%;
  height: 63px;
  border-bottom: 1px solid #e8e8e8;
}
.views .controllerbar .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
}
.views .controllerbar .container .posi_line {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  transition-duration: 0.3s;
}
.views .controllerbar .container .transline1 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0);
}
.views .controllerbar .container .transline2 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(113px);
}
.views .controllerbar .container .transline3 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(226px);
}
.views .controllerbar .container .transline4 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(339px);
}
.views .controllerbar .container .transline5 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(452px);
}
.views .controllerbar .container .transline6 {
  width: 64px;
  height: 2px;
  background-color: #03a560;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(565px);
}
.views .controllerbar .container .line {
  width: 1px;
  height: 16px;
  background-color: #e4e4e4;
  margin: 0 24px;
}
.views .controllerbar .container .c_item {
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}
.views .controllerbar .container .c_active {
  color: #03a560;
}
.views .contents {
  width: 100%;
}
.views .contents .container {
  width: 1200px;
 
  margin: 0 auto;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.views .contents .container .box {
  width: 100%;
  
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  transition-duration: 0.5s;
  transform: translateX(-1200px);
  padding: 50px 0;
 padding-top:0; box-sizing: border-box;
}
.views .contents .container .time {
  width: 811px;
}
.views .contents .container .time .content {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.views .contents .container .time .content .conitem {
  display: flex;
  margin-right: 45px;
}
.views .contents .container .time .content .conitem h6 {
  color: #444;
  font-size: 16px;
}
.views .contents .container .time .content .conitem .rright {
  margin-left: 15px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.views .contents .container .time .content .conitem .rright span {
  color: #444;
  font-size: 16px;
  font-weight: bold;
}
.views .contents .container .time .shuoming {
  font-size: 16px;
  line-height: 32px;
  color: #444444;
}
.views .contents .container .inputform {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.views .contents .container .inputform .initem {
  margin-bottom: 30px;
}
.views .contents .container .inputform .initem .titler {
  display: flex;
  align-items: center;
}
.views .contents .container .inputform .initem .titler .redblock {
  font-size: 7px;
  color: #c50c11;
  margin-right: 5px;
}
.views .contents .container .inputform .initem .titler span {
  color: #444;
  font-size: 16px;
}
.views .contents .container .inputform .initem input {
  margin-top: 18px;
  width: 386px;
  height: 40px;
  border: solid 1px #e4e4e4;
  border-radius: 5px;
  padding: 0 10px;
  box-sizing: border-box;
}
.views .contents .container .inputform .initem textarea {
  margin-top: 18px;
  width: 386px;
  height: 40px;
  border: solid 1px #e4e4e4;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.views .contents .container .inputform .btns {
  display: flex;
  align-items: center;
}
.views .contents .container .inputform .btns .submit {
  width: 120px;
  height: 40px;
  background-color: #03a560;
  border-radius: 3px;
  margin-right: 11px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.views .contents .container .inputform .btns .reset {
  width: 120px;
  height: 40px;
  background-color: #f1f1f1;
  border-radius: 3px;
  margin-right: 11px;
  font-size: 16px;
  color: #444444;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.views .contents .container .box_active {
  opacity: 1;
  transform: translateX(0);
}
.views .contents .container .kes_item {
  margin-bottom: 58px;
}
.views .contents .container .kes_item .title_ {
  margin-bottom: 27px;
}
.views .contents .container .kes_item .title_ span {
  font-size: 22px;
  color: #555555;
}
.views .contents .container .kes_item .title_ .linebox {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: baseline;
  margin-top: 20px;
}
.views .contents .container .kes_item .title_ .linebox .block_ {
  width: 44px;
  height: 4px;
  background-color: #03a560;
}
.views .contents .container .kes_item .title_ .linebox .line {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.views .contents .container .kes_item .ul_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 16.666666%);
  grid-row-gap: 15px;
  justify-items: center;
  justify-content: center;
  align-content: center;
  grid-column-gap: 3.5px;
}
.views .contents .container .kes_item .ul_box .li_ {
  width: 182px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #d7d7d7;
  padding: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.views .contents .container .kes_item .ul_box .li_ span {
  font-size: 16px;
  color: #333333;
}
.views .contents .container .kes_item .ul_box .li_ .icon_right {
  width: 20px;
  height: 20px;
  background: url(../static/right_fff.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.views .contents .container .kes_item .ul_box .li_:hover {
  box-shadow: 0px 2px 5px 0px rgba(33, 152, 114, 0.4);
  border: solid 1px #219872;
}
.views .contents .container .kes_item .ul_box .li_:hover span {
  color: #219872;
}
