

.banner .container {
  position: relative;
  height: 500px;
}
.l5 {
  width: 398px;
  height: 872px;
  background: url(../images/l5.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.banner .left-bj {
  width: 857px;
  height: 348px;
  background: url(../images/banner01.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  left: -105px;
}
.banner .right-bj {
  width: 442px;
  height: 464px;
  background: url(../images/banner02.png) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 30px;
  padding-left: 23px;
}

.banner .right-bj h3 {
  background: #F2B63A;
  text-align: center;
  color: #fff;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: relative;
}

.banner .right-bj h3 img {
  margin: 0 10px;
}

.banner .search  form{
  width: 576px;
  height: 56px;
  border: 1px solid #000;
  display: flex;
  position: absolute;
  bottom: 60px;
  left: 0;
}
.banner .search  form input {
  flex: 1;
  line-height: 56px;
  padding: 0 20px;
  background: none;
  border: none;
  outline: none;
  font-size: 17px;
}
.banner .search form button {
  width: 64px;
  height: 57px;
  background: #000;
  border: none;
  margin-top: -1px;
  cursor: pointer;
}
.type ul {
  display: flex;
  border: 1px solid #161616;
}
.type ul li {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  font-family: Urbanist-SemiBold;
  line-height: 22px;
  margin-top: -1px;
  transition: all .2s;
}
.type ul li:hover {
  background: #0C5A4B;
  color: #fff;
}
.type ul li + li {
  border-left: 1px solid #161616;
}
.type ul li img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.news .content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.news .content .left {
  width: 760px;
}

.news .content .left img {
  width: 760px;
  height: 480px;
}
.news .content .right {
  width: 448px;
}
.news .content .right .img {
  width: 200px;
  float: right;
  margin-top: 45px;
}
.swiper-button-next{
  width: 60px;
  height: 80px;
  background: rgba(255,255,255,.6) url(../images/r2.png) no-repeat center;
  background-size: 32px;
  right: 0;
  transition: all .2s;
}
.swiper-button-next:hover {
  background: rgba(255,255,255,1) url(../images/r1.png) no-repeat center;
}
.swiper-button-prev{
  width: 60px;
  height: 80px;
  background: rgba(255,255,255,.6) url(../images/l1.png) no-repeat center;
  background-size: 32px;
  transition: all .2s;
  left: 0;
}
.swiper-button-prev:hover {
  background: rgba(255,255,255,1) url(../images/l2.png) no-repeat center;
}
.pic {
  margin-top: 80px;
}
.pic .content {
  display: flex;
  justify-content: space-between;
}
.pic .content img {
  width: 296px;
  height: 296px;
  display: block;
}
.pic .content p {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: bold;
  line-height: 28px;
  color: #161616;
  width: 296px;
  margin-top: 16px;
  margin-bottom: 22px;
}
.pic .content span {
  color: #777;
}
.research {
  margin-top: 120px;
  background: #f7f6f6;
  padding-bottom: 70px;
  padding-top: 280px;
  margin-top: -200px;
  position: relative;
}
.research .lw {
  width: 372px;
  height: 714px;
  background: url(../images/l4.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 230px;
  z-index: 0;
}
.research .container > .box {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.research .left {
  flex: 1;
}
.research .right {
  width: 624px;
  margin-left: 80px;
  border: 1px solid #161616;
}
.research .right img{
max-width:100%;
}


.research .lineBox {
  margin-left: 160px;
  border-left: 1px solid #0C5A4B;
}
.research .lineBox .box {
  position: relative;
  padding-left: 24px;
  margin-bottom: 38px;
  line-height: 28px;
}
.research .lineBox .box:last-child {
  margin-bottom: 0;
}
.research .lineBox .box a {
 color: black;
}
.research .lineBox .box a:hover {
 color: #0C5A4B;
}
.research .lineBox .box:hover p,.research .lineBox .box.active p {
  font-family: Urbanist-bold;
  color: #0C5A4B;
}
.research .lineBox .box:hover span,.research .lineBox .box.active span {
  color: #0C5A4B;
}
.research .lineBox .box span {
  width: 160px;
  position: absolute;
  left: -160px;
  top: 0;
  font-family: PlayfairDisplaySC;
  font-size: 24px;
  color: #777;
  font-weight: thin;
}
.research .lineBox .box p {
  position: relative;
}
.research .lineBox .box p:before {
  content: '';
  position: absolute;
  left: -30px;
  border: 6px solid #F2B63A;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(-45deg);
  display: none;
  top: 50%;
  margin-top: -4px;
}
.research .lineBox .box:hover p:before,.research .lineBox .box.active p:before {
  display: block;
}
.research .right img {
  display: block;
}
.research .right p {
  padding: 16px 24px;
  font-size: 17px;
  font-family: Urbanist;
  font-weight: bold;
  line-height: 28px;
  color: #161616;
  border-bottom: 1px solid #161616;

}
.research .right .line {
  display: flex;
}
.research .right span {
  flex: 1;
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
}
.research .right span + span {
  border-left: 1px solid #161616;
}
.research .right span img {
  display: inline-block;
  vertical-align: middle;
}
.research .right span.learn {
  background: #0C5A4B;
}

.research .right span.learn a {
  color: #fff;
}
.traffic {
  margin-top: 120px;
}
.traffic .box {
  display: flex;
}
.traffic .left {
  width: 760px;
  margin-right: 70px;
  padding-top: 40px;
}
.traffic .right {
  flex: 1;
}
.traffic .right h1 {
  margin-bottom: 35px;
}
.traffic .form {
  border: 1px solid #161616;
  margin-top: 18px;
}
.traffic .form .line {
  border-bottom: 1px solid #161616;
  box-sizing: border-box;
  padding-left: 64px;
}
.traffic .form .line.date {
  background: url(https://api.kiz.ac.cn/museum/img/date.svg) no-repeat;
  background-position: 18px center;
  position: relative;
}
.traffic .form .line.date span {
  border: 5px solid #161616;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 13px;
  right: 18px;
  transform: rotate(45deg);
}
.traffic .form .line.name {
  background: url(https://api.kiz.ac.cn/museum/img/people.svg) no-repeat;
  background-position: 18px center;
}
.traffic .form .line.id {
  background: url(https://api.kiz.ac.cn/museum/img/card.svg) no-repeat;
  background-position: 18px center;
}
.traffic .form .line.phone {
  background: url(https://api.kiz.ac.cn/museum/img/ph.svg) no-repeat;
  background-position: 18px center;
}
.traffic .form .line input {
  padding: 14px 0;
  width: 100%;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
}
.traffic .book {
  width: 200px;
  height: 80px;
  background: url(../images/line.png) no-repeat;
  border: none;
  color: #0C5A4B;
  float: right;
  text-align: center;
  margin-top: 30px;
  font-family: Urbanist-bold;
  font-style: italic;
}
.traffic .book img {
  vertical-align: middle;
  margin-top: -2px;
}

.traffic .ticket  p {
  font-size: 17px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 28px;
  color: #595959;
}
.traffic .ticket  p i {
  color: #FF4740;
}
.traffic .ticket  p i span {
  font-size: 30px;
  font-family: PlayfairDisplaySC;
  font-weight: 900;
}
.traffic .tip ,.science .tip{
  font-size: 17px;
  font-family: Urbanist;
  font-weight: bold;
  line-height: 24px;
  color: #FF4740;
}

.science {
  margin-top: 120px;
}
.science .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.science .box .left {
  width: 200px;
}
.science .box .right {
  width: 920px;
  position: relative;
}
.science .box .right  img {
  max-width: 100%;
 height:400px;
}
.science h1 {
  line-height: 40px;
  position: relative;
}
.science h1:before {
  content: '';
  width: 1px;
  height: 64px;
  background: #161616;
  position: absolute;
  top: 120%;
  left: 40px;
}
.science .bd {
  width: 920px;
  height: 400px;
  border: 1px solid #161616;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
.science .right .tip {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}
.science .right .note {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.science .right .note a {
color:black;#0C5A4B
}
.science .right .note a:hover {
color:#0C5A4B;
}
.science .right .fl p {
  width: 424px;
  font-size: 23px;
  font-family: Urbanist;
  font-weight: bold;
  line-height: 40px;
  color: #161616;
}
.science .right .fr p {
  width: 424px;
  font-size: 15px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
}
.animal {
  margin-top: 100px;
}
.animal .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.animal .box > div {
  width: 31%;
}
.animal .box > div p {
  padding: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.animal .box > div span {
  display: inline-block;
  padding:  0 16px;
  padding-right: 30px;
  color: #0C5A4B;
  font-family: Urbanist-bold;
  font-style: italic;
  font-weight: normal;
  background: url(../images/roaming/arror.png) no-repeat right center;
}
.animal .box > div img {
  max-width: 100%;
  display: block;
}
.animal .box div.text {
  border: 1px solid #161616;
  padding-bottom: 24px;
  border-top: none;
  margin-bottom: 40px;
}
.animal .box div.text p {
  color: #161616;
}
.culture {
  line-height: 40px;
  margin-top: 100px;
}
.culture h1 {
  position: relative;
}
.culture h1:before {
  content: '';
  width: 1px;
  height: 60px;
  position: absolute;
  top: 100px;
  left: 30px;
  background: #161616;
}
.culture .box {
  display: flex;
}
.culture .box .left {
  width: 350px;
}
.culture .box .right {
  flex: 1;
  width:890px;
  margin-left: 40px;
}
.culture .box .right img{
max-width:100%;
}
.swiper-button-next, .swiper-button-prev {
  margin-top: -40px;
}
#thumbs .swiper-button-next,#thumbs  .swiper-button-prev {
  top: 125px;
  margin-top: 0;
}
.culture .box div.text {
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.culture .box div.text h2 {
  font-size: 23px;
  font-family: Urbanist-bold;
  line-height: 40px;
  color: #161616;
}
.culture .box div.text p {
  font-size: 15px;
  font-family: Urbanist;
  font-weight: 400;
  line-height: 24px;
  color: #777777;
  margin-bottom: 10px;
}
.culture .box div.text i {
  color: #FF4740;
  font-family: PlayfairDisplaySC;
}
.culture .box div.text i span {
  font-size: 30px;
  font-family: PlayfairDisplaySC;
  font-weight: 900;
  color: #FF4740;
  margin-left: 10px;
}
.support {
  background: url(../images/bj0.jpg) no-repeat center;
  background-size: cover;
  height: 680px;
  padding: 80px 0;
  box-sizing: border-box;
  margin-top: 120px;
  border-bottom: 1px solid #161616;
}
.support .left {
  color: #fff;
}
.support .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support .box h1 {
  position: relative;
  padding-bottom: 120px;
}
.support .box h1:before {
  content: '';
  width: 1px;
  height: 64px;
  background: #fff;
  position: absolute;
  top: 100px;
  left: 40px;
}
.support .box .left {
  width: 430px;
}
.support .box .left p {
  font-size: 15px;
  padding: 12px ;
  line-height: 22px;
  padding-left: 40px;
}
.support .box .left p.phone {
  background: url(https://api.kiz.ac.cn/museum/img/phone0.svg) no-repeat ;
  background-position: left 10px;
}
.support .box .left p.tel {
  background: url(https://api.kiz.ac.cn/museum/img/tel0.svg) no-repeat ;
  background-position: left 10px;
}
.support .box .left p.email {
  background: url(https://api.kiz.ac.cn/museum/img/email0.svg) no-repeat ;
  background-position: left 10px;
}
.support .box .left p.addr {
  background: url(https://api.kiz.ac.cn/museum/img/addr0.svg) no-repeat ;
  background-position: left 10px;
}
.support .box .right {
  padding-top: 70px;
}
.support .box .right .form {
  width: 760px;
  background: #F7F6F6;
  height: 280px;
  border: 1px solid #161616;
  position: relative;
}
.support .box .right .form .words {
  position: absolute;
  right: 25px;
  bottom: 10px;
}
.support .box .right .line {
  display: flex;
  border-bottom: 1px solid #161616;
}
.support .box .right .line input {
  width: 50%;
  padding: 15px 10px;
  background: none;
  border: none;
  outline: none;
  font-family: Urbanist;
}
.support .box .right .line input + input {
  border-left: 1px solid #161616;
}
.textarea {
  font-family: Urbanist;
  width: 99%;
  padding: 10px;
  background: none;
  box-sizing: border-box;
  border: none;
  outline: none;
  line-height: 24px;
}
.support .box .right .send {
  width: 200px;
  height: 80px;
  background: url(../images/herbarium/line.png) no-repeat;
  float: right;
  border: none;
  font-family: Urbanist;
  color: #0C5A4B;
  font-style: italic;
  margin-top: 24px;
}
.support .box .right .send img {
  vertical-align: middle;
  margin-top: -2px;
}
.important-title a {
color:black;
}
.important-title a:hover {
color:white;
}