
.banner {
    width: 1180px;
    height: 450px;
    text-align: center;
	margin:0 auto;
}

.swiper-container .swiper-slide {
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.swiper-container .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 0.8;

}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.floor1 {
   
    padding-top: 20px;
}

.floor1 .panel {
    width: 580px;
   
}

.floor1 .panel .title {
    position: relative;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-top: 8px;
    line-height: 42px;
    border-bottom: solid 2px #e1e1e1;
    font-size: 20px;
}

.floor1 .panel .title:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #23686b;
    content: '';
}

.floor1 .panel .title span {
    float: right;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.floor1 .panel .list {
    width: 100%;
   
    overflow: hidden;
    padding-top: 5px;
}

.floor1 .panel .list li {
    position: relative;
    width: 100%;
    padding: 0 15px 0 20px;
    height: 34px;
    line-height: 34px;
    border-bottom: dashed 1px #e1e1e1;
}

.floor1 .panel .list li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    color: #999;
    content: '.';
}

.floor1 .panel .list li a {
    display: block;
    width: 80%;
    height: 33px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.floor1 .panel .list li a:hover {
    color: #23686b;
}

.floor1 .panel .list li span {
    float: right;
}

.floor2 {
    width: 100%;
    height: 450px;
    margin-top: 20px;
    background: #f6f6f6;
}

.page-title {
    position: relative;
    width: 800px;
   
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}

.page-title:after, .page-title:before {
    position: absolute;
    top: 51px;
    width: 300px;
    height: 1px;
    background: #ddd;
    content: '';
}

.page-title:after {
    left: 0;
}

.page-title:before {
    right: 0;
}

.page-btn {
    display: block;
    width: 115px;
    height: 38px;
    margin: 0 auto;
    background: #fff;
    border: solid 1px #e1e1e1;
    text-align: center;
    line-height: 38px;
    border-radius: 8px;
    color: #666;
    transition: all .5s;
}

.page-btn:hover {
    color: #23686b;
    border: solid 1px #23686b;
}

.photo-list {
    width: 1140px;
    height: 280px;
    margin: 0 auto;
}

.photo-list li {
    position: relative;
    display: block;
    width: 356px;
    height: 280px;
    float: left;
    overflow: hidden;
    margin: 0 12px;
    background: url("../images/photoBg.png") center top no-repeat;
}

.photo-list li img {
    display: block;
    width: 330px;
    height: 240px;
}

.photo-list li .text {
    position: absolute;
    display: block;
    top: -330px;
    left: 0;
    width: 330px;
    height: 240px;
    padding: 75px 25px 0 25px;
    background: rgba(0, 0, 0, 0.6);
    transition: all 1s;
	font-size:16px;
	color:#fff;
}

.photo-list li:hover .text {
    top: 0;
}
.photo-list li a{ color:#fff;}
.photo-list li .text span {
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.floor3 {
    width: 100%;
    height: 510px;
    margin-top: 20px;
    background: #fff;
}

.user-list {
    width: 1200px;
    height: 310px;
    margin: 0 auto;
}

.user-list li {
    position: relative;
    width: 280px;
    height: 250px;
    margin: 0 10px;
    float: left;
    border: solid 1px #e1e1e1;
    transition: all .5s;
}

.user-list li:hover {
    border: solid 1px #23686b;
}

.user-list li .header {
    width: 95px;
    height: 95px;
    margin-top: 22px;
    border-radius: 50%;
    padding: 3px;
    border: solid 1px #e1e1e1;
}

.user-list li .header img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-list li .user {
    width: 100%;
    height: 30px;
    margin-top: 13px;
    text-align: center;
    line-height: 30px;
}

.user-list li .user > p {
    position: relative;
    display: block;
    width: 50%;
    float: left;
}

.user-list li .user > p.name {
    padding-right: 10px;
    text-align: right;
    color: #23686b;
}

.user-list li .user > p.name:after {
    position: absolute;
    top: 5px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #e1e1e1;
    content: '';
}

.user-list li .user > p.position {
    padding-left: 10px;
    text-align: left;
    color: #999;
}

.user-list li .text {
    position: absolute;
    width: 100%;
    height: 70px;
    padding: 10px 10px;
    bottom: 0;
    left: 0;
    background: #f4f6f8;
    line-height: 25px;
    color: #666;
}

.user-list li .text:after {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -18px;
    width: 28px;
    height: 16px;
    background: url("../images/icon1.png") center no-repeat;
    content: '';
}

.floor4 {
    width: 100%;
    height: 430px;
    background: #f6f6f6;
}

.nav-list {
    width: 1200px;
    height: 250px;
    margin: 0 auto;
}

.nav-list li {
    position: relative;
    display: block;
    width: 220px;
    height: 250px;
    float: left;
    margin: 0 10px;
    background-color: #e4e4e4;
    transition: all .5s;
}

.nav-list li:hover {
    background-color: #6694b8;
}

.nav-list li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    transition: all .5s;
}

.nav-list li:hover a {
    color: #fff;
}

.nav-list-1 {
    background: url("../images/1.png") center 60px no-repeat;
}

.nav-list li:hover .nav-list-1 {
    background: url("../images/1-1.png") center 60px no-repeat;
}

.nav-list-2 {
    background: url("../images/2.png") center 60px no-repeat;
}

.nav-list li:hover .nav-list-2 {
    background: url("../images/2-2.png") center 60px no-repeat;
}

.nav-list-3 {
    background: url("../images/3.png") center 60px no-repeat;
}

.nav-list li:hover .nav-list-3 {
    background: url("../images/3-3.png") center 60px no-repeat;
}

.nav-list-4 {
    background: url("../images/4.png") center 60px no-repeat;
}

.nav-list li:hover .nav-list-4 {
    background: url("../images/4-4.png") center 60px no-repeat;
}

.nav-list-5 {
    background: url("../images/5.png") center 60px no-repeat;
}

.nav-list li:hover .nav-list-5 {
    background: url("../images/5-5.png") center 60px no-repeat;
}

.floor5 {
    width: 100%;
    height: 150px;

}

.link-list {
    width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.link-list a {
    font-size: 18px;
    margin: 0 15px;
    color: #666;
}

.link-list a:hover {
    color: #23686b;
}