.top-recommend{
  width: 100%;
  height:44.75rem;
  background: linear-gradient(180deg,rgba(42,186,182,1) 0%,rgba(19,163,161,1) 100%);
}
.top-recommend .pic{
  width:66.58rem;
  height: 100%;
  float: left;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../image/banner1.png);
}
.top-recommend section {
  background:linear-gradient(180deg,rgba(42,186,182,1) 0%,rgba(19,163,161,1) 100%);
  width:33.399rem;
  height: 100%;
  float: left;
  padding: 2rem 4rem 2rem 6rem;
  box-sizing: border-box;
  position: relative;
}
.top-recommend section .icon{
  font-size:1.5rem;
  color:rgba(255,255,255,1);
  line-height:4rem;
}
.top-recommend section .icon img {
  width: 2rem;
  height: 2rem;
  display: block;
}
.top-recommend section h4 {
  font-size:2rem;
  font-weight:500;
  color:rgba(255,255,255,1);
  line-height:2.75rem;
  margin: 1.6rem 0;
}
.top-recommend section p{
  font-size:1.5rem;
  color:rgba(255,255,255,1);
  line-height:2.33rem;
  letter-spacing:2px;
}
.top-recommend section button{
  position: absolute;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  bottom: 5rem;
  outline: none;
  cursor: pointer;
}
.top-recommend section .l-btn {
  right: 10rem;
}
.top-recommend section .r-btn {
  right: 6rem;
}
.hot-recommend{
  width: 100%;
  height: 11rem;
}
.hot-recommend ul{
  width: 100%;
  height: 100%;
}
.hot-recommend ul li{
  width: 33.33%;
  box-sizing: border-box;
  height: 100%;
  float: left;
  text-align: center;
  padding: 2.5rem 0;
}
.hot-recommend ul li a{
  color:rgba(255,255,255,1);
  text-decoration: none;
}
.hot-recommend ul li p{
  font-size:1.42rem;
  line-height:3rem;
}
.hot-recommend ul li h4{
  font-size:2rem;
  line-height:2.42rem;
}
.hot-recommend ul li:nth-child(1) {
  background:rgba(51,183,180,1);
}
.hot-recommend ul li:nth-child(2) {
  background:rgba(33,171,166,1);
}
.hot-recommend ul li:nth-child(3) {
  background:rgba(19,163,161,1);
}

.home-about{
  width: 100%;
}
.home-about .title{
  display: block;
  clear: both;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.home-about .title h4{
  font-size:2rem;
  color:rgba(51,51,51,1);
  line-height:2.42rem;
}
.home-about .title p{
  font-size:1.5rem;
  color:rgba(102,102,102,1);
  line-height:1.67rem;
}
.home-about ul li {
  width:20rem;
  height:24.17rem;
  background:rgba(255,255,255,1);
  box-shadow:0rem 0.17rem 3.33rem 0rem rgba(198,198,198,0.18);
  float: left;
  text-align: center;
  margin: 0 3.3rem;
  border-top: 0.83rem solid rgba(244,244,244,1);
  box-sizing: border-box;
  padding: 4rem 0;
  cursor: pointer;
}
.home-about ul li:hover{
  border-top: 0.83rem solid rgba(21,172,168,1);
}
.home-about ul li:hover p {
  color: rgba(21,172,168,1);
}
.home-about ul li:first-child{
  margin-left: 0;
}
.home-about ul li:last-child{
  margin-right: 0;
}
.home-about ul li img{
  width: 11rem;
  height: 11rem;
}
.home-about ul li p{
  font-size:1.5rem;
  line-height:5rem;
}
.home-about ul li a{
  color:rgba(51,51,51,1);
  text-decoration: none;
}

.home-inaction {
  width: 100%;
  display: table;
  padding-bottom: 6rem;
}
.home-inaction .title{
  display: block;
  clear: both;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.home-inaction .title h4{
  font-size:2rem;
  color:rgba(51,51,51,1);
  line-height:2.42rem;
}
.home-inaction .title p{
  font-size:1.5rem;
  color:rgba(102,102,102,1);
  line-height:1.67rem;
}
.home-inaction .l{
  width:62.83rem;
}
.home-inaction .l p {
  font-size:1.5rem;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:1.67rem;
}
.home-inaction .l h5 {
  font-size:1.5rem;
  color:rgba(51,51,51,1);
  line-height:1.83rem;
  display: block;
  padding: 1rem 0;
  position: relative;
  text-indent: 1rem;
}
.home-inaction .l h5::before{
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(1,164,160,1);
  margin-left: -1.5rem;
  margin-top: .2rem;
}
.home-inaction .r{
  width: 28rem;
}
.home-inaction .r .icon img{
  width: 2rem;
  height: 2rem;
  display: block;
}
.home-inaction .r .icon p{
  font-size:1.5rem;
  color:rgba(51,51,51,1);
  line-height:3rem;
}
.home-inaction .r .more{
  font-size:1.5rem;
  font-weight:500;
  line-height:1.67rem;
  float: right;
  margin-top: -2rem;
}
.home-inaction .r .more a{
  color:rgba(1,164,160,1);
  text-decoration: none;
}
.home-inaction .r .more::after{
  content: '';
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url(../image/more.png) no-repeat center center;
  background-size: cover;
}
.home-inaction .r ul li {
  border-bottom: 1px solid #DDDDDD;
  font-size:1.5rem;
  line-height:1.67rem;
  padding: 1.5rem 0;
  box-sizing: border-box;
  position: relative;
}
.home-inaction .r ul li a{
  text-decoration: none;
  color:rgba(51,51,51,1);
}
.home-inaction .r ul li::before{
  content: '';
  width: .5rem;
  height: .5rem;
  display: inline-block;
  background: rgba(1,164,160,1);
  position: absolute;
  margin-left: -1rem;
  margin-top: .5rem;
}
.home-inaction .r ul li span{
  font-size:1.5rem;
  color:rgba(153,153,153,1);
  line-height:1.67rem;
  display: block;
  text-align: left;
  margin-top: 16px;
}
.home-inaction .r ul li strong{
  font-size:1.5rem;
  color:rgba(153,153,153,1);
  line-height:1.67rem;
  display: block;
  text-align: left;
  float: right;
  margin-top: -25px;
  font-weight: lighter;
  margin-right: 20px;
}



.contact-el {
  padding-top: 4rem;
  margin-bottom: 4rem;
  display: table;
  width: 100%;
}
.contact-el .box-title{
  margin-bottom: 6rem;
}
.contact-el .l>p {
  font-size:1.5rem;
  color:rgba(51,51,51,1);
  line-height:3rem;
}
.contact-el .l>p>img{
  width:1.67rem;
  height:1.67rem;
}
.contact-el .r .qr {
  width:16.67rem;
  text-align: center;
  margin: 3rem 4rem 0 0;
}
.contact-el .r .qr img{
  width:100%;
  height:auto;
}
.contact-el .r .qr span{
  font-size:1.5rem;
  color:rgba(51,51,51,1);
  line-height:1.67rem;
  display: block;
}

.event-lists{
  width: 94rem;
  padding: 3rem 0;
  display: table;
  position: relative;
  margin: 5rem 0;
  margin-left: 6rem;
}
.event-lists::before{
  content: '';
  width:3.17rem;
  height:100%;
  background:rgba(1,164,160,1);
  border-radius:1.58rem;
  position: absolute;
  margin-left: -1rem;
  margin-top: -4rem;
  z-index: -1;
}
.event-lists::after{
  content: '';
  display: inline-block;
  background: url(../image/clock.png) no-repeat;
  background-size: cover;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.event-lists dt{
  font-size:2rem;
  line-height:2.42rem;
  letter-spacing:1px;
  margin: 1.5rem 0;
}
.event-lists dt span.w {
  color:rgba(255,255,255,1);
}
.event-lists dt span.b {
  color:rgba(33,33,33,1);
}
.event-lists dd{
  margin-left: 3rem;
}
.event-lists h5{
  font-size:1.33rem;
  font-weight:normal;
  color:rgba(102,102,102,1);
  line-height:1.92rem;
  letter-spacing:2px;
}
.event-lists p {
  width:70rem;
  font-size:1.33rem;
  color:rgba(102,102,102,1);
  line-height:1.92rem;
  letter-spacing:2px;
}
.event-lists li{
  position: relative;
  margin: 1rem 0;
}
.event-lists li::before{
  content: '';
  display: inline-block;
  width: .5rem;
  height: .5rem;
  background: #ffffff;
  position: absolute;
  margin-left: -2rem;
  margin-top: .6rem;
}

/*滚动图片*/
.poster-main {
  position: relative;
}
.poster-main a, .poster-main img { position: relative;display: block; width: 100%; height: 100%;}
.poster-main li>a::before{
  content: '';
  position: absolute;
  width: 100%;
  height:9.61rem;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(72,72,72,0.5) 50%,rgba(0,0,0,1) 100%);
  opacity:0.8778;
  display: inline-block;
  left: 0;
  bottom: 0;
  z-index: 1;
 }
.poster-main .poster-list {
  width: 1000px;
  height: 500px;
}
.poster-main .poster-list .poster-item {
  width: 200px;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
}
.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  filter: opacity(.5) brightness(1);
}
.poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); }
.poster-main .poster-prev-btn {
  left: 0;
  background: url(../image/scroll-left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
  right: 0;
  background: url(../image/scroll-right.png) no-repeat center center;
}
.poster-item-title{
  text-align: left;
  display: block;
  font-size:1.5rem;
  color:rgba(255,255,255,1);
  line-height:1.83rem;
  margin-top: -3rem;
  position: absolute;
  z-index: 2;
  margin-left: 2rem;
}