.index-page {
  min-height:calc(100vh - 36px);
}
.container{width:1366px; height:100%; margin:0 auto; position:relative;}
.section-header{padding-bottom:36px;}
.section-header h2{font-size: 32px; font-weight: 400; text-align: center;}
.section-header p{font-size: 16px; padding: 20px 0; line-height:1.8; text-align:center;color: #646464;}
.item-wrap{display: flex;flex-wrap: wrap; justify-content: center;align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center; 
}
.item-col-3{width:33.3333333333%; padding:0 12px;box-sizing: border-box;}
.item-col-4{width:25%; padding:0 12px;box-sizing: border-box;}
.item-col-6{width:16.6666666666%; padding:0 12px;box-sizing: border-box;}


.banner {width: 1306px;margin:0 auto; height: 400px; padding:40px 30px 0; background: #fff; background-size: cover;}
.banner-text{position:absolute; left:0; top:50%; margin-top:-150px;}
.banner-img{position:absolute; right:30px; top:50%; margin-top:-160px;}
.banner-img img{height:300px}
.banner-img .sign-list {
  position: absolute;
  top:0;
  left:0;
  background:rgba(255, 255, 255, 0.5);
  height:100%;
  width:100%;
  padding:20px;
  box-sizing: border-box;
  overflow: hidden;
}
.banner-img .sign-list .name {
  font-size:15px;
  font-weight: bold;
  text-align: center;
}
.banner-img .sign-list li {
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.banner h1 { margin: 0; font-size: 40px; color: #323232; font-weight:400;}
.banner h2 { color: #646464; margin: 20px 0 0 0; line-height:2; font-size: 18px; font-weight: 200;}
.banner .btn-down {margin: 30px 0 0 0; display:inline-block; padding: 12px 24px; border-radius: 3px; transition: 0.5s; color: #fff; border:1px solid #0382c4;background: #0382c4;box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); font-size: 16px; font-weight: 600;}
.banner .btn-down:hover{opacity:0.8}
.banner .btn-go {margin: 30px 20px 0 20px; display:inline-block; padding: 12px 24px; border-radius: 3px; transition: 0.5s; color: #0382c4; border:1px solid #0382c4; box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);font-size: 16px; font-weight: 600;}
.banner .btn-go:hover{opacity:0.8}
.banner .btn-view {margin: 30px 0 0 20px; cursor: pointer; display:inline-block; padding: 12px 24px; transition: 0.5s; color: #2e9288; font-size: 12px;}
.banner .banner-ops{margin: 20px 0; padding: 12px 0; transition: 0.5s; color: #0382c4; font-size: 12px;}
.banner .banner-ops a{margin-right:12px; color: #969696;}
.banner .banner-ops a.btn-full{width:150px; text-align:center; display:inline-block;color: #0382c4;}
.banner .intro-img{width: 420px; position: absolute; bottom:0; left:0;}
.banner .intro-img img{width: 100%;}

.clear {
  clear: both;
}
.main {
  width:1366px;
  margin:0 auto;
  padding:20px 0;
}
.rec {
  width:906px; 
  padding:20px 20px;
  background:#fff;
  float:left;
}
.rec .rec-title {
  font-size:18px;
  font-weight: bold;
}
.rec .rec-title a {
  float:right;
  font-weight: normal;
  font-size:16px;
}
.rec .list .item {
  margin:20px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.rec .list .item .cover {
  float:left;
  padding:2px;
  border:1px solid #ddd;
}
.rec .list .item .cover img{
  width:80px;
}
.rec .list .item h2 {
  margin-left:100px;
  font-size:18px;
  font-weight: bold;
}
.rec .list .item .desc {
  margin-left:100px;
  font-size: 15px;
  height:48px;
  margin-top:10px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rec .list .item .years {
  margin-left:100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-top:10px;
  font-size:15px;
}

.nearest {
  width:400px;
  float:right;
}
.nearest>div {  
  background:#fff;
  padding:20px 20px 11px;
  margin-bottom:20px;
}
.nearest .rec-title {
  font-size:18px;
  font-weight: bold;
}

.nearest h2 {
  font-size:16px;
  line-height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nearest h2 .time {
  float:right;
  margin-left:20px;
}
.nearest .list {
  padding:15px 0;
}
.banner-list {
  position: relative;
  width:940px;
  height:300px;
}
.banner-list .picItem{
    width:195px;
    text-align: center;
    height:230px;
    position: absolute;
    top:0;
    left:50%;
    margin-left:-97.5px;
    border-radius: 10px;
    overflow: hidden;
}
.banner-list .picItem img {            
    border-radius: 10px;
    height:230px;
}

.site-intro h1{
  font-size:24px;
  font-weight: bold;
}

.site-intro p {
  padding:10px 0;
  font-size:16px;
}


@media (min-width: 1024px) {
  .banner {
    background-attachment: fixed;
  }
}

@media (max-width: 1280px) {
	.container{width:1026px;}
	.banner h1 {font-size: 36px;}
	.banner h2 {font-size: 16px;}
	.banner-img{margin-top:-160px;}
	.banner-img img{width:360px;}
	.banner .intro-img{width: 240px; }
    .cms-banner img{height:50px;}
    .cms-banner span{font-size: 22px; line-height: 50px;}
    .cms-banner ul li {font-size: 14px;}
    .function-img img{width: 360px;}
    .function-item {font-size: 13px;}
    .function-item  ul li span{font-size: 14px;  margin-right: 1px;}
}

@media screen and (max-width:768px) {
  .index-page {
    padding-top:60px;
  }
  .banner {
    display: none;
  }
  .main {
    width:100%;
  }
  .rec {
    float: none;
    width: calc(100% - 40px);
  }
  .rec .list .item h2 {
    font-size: 1.8rem;
  }
  .nearest {
    float:none;
    width:100%;
  }
  .site-intro {
    display: none;
  }
}