.banner{
    width: 100%;
    height: 52rem;
    position: relative;
  	overflow: hidden;
}
.banner img{
    width: 100%;
    height: 52rem;
}

.banner .banner_des{
    position: absolute;
    bottom: 10rem;
    left: 50%;
    margin-left: -41.25rem;
}
.banner .banner_title{
    font-size: 1.75rem;
    color: #fff;
    margin-bottom: 1.125rem;
  	text-shadow: 0px 2px 2px #000;
}
.banner .banner_detail{
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: .625rem;
}
.banner .banner_btn{
    width: 8.75rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 1.2rem;
    margin-top: 1.25rem;
}
.banner .banner_btn img{
    width: 1.1rem;
    height: 0.8rem;
    margin-left: .75rem;
}
.home-swiper .swiper-button-prev, .ten-swiper .swiper-button-prev {
    width: 20rem;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
}
.home-swiper .swiper-button-prev:hover, .ten-swiper .swiper-button-prev:hover {
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.home-swiper .swiper-button-prev::after, .ten-swiper .swiper-button-prev::after {
    content: '';
    width: 5rem;
    height: 5rem;
    background: url(../images/left.png);
    background-size:  100% 100%;
    background-position: 0 0;
}
.home-swiper .swiper-button-next, .ten-swiper .swiper-button-next {
    width: 20rem;
    height: 100%;
    top: 0;
    right: 0;
    margin-top: 0;
}
.home-swiper .swiper-button-next:hover, .ten-swiper .swiper-button-next:hover  {
    background: linear-gradient(to left, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
.home-swiper .swiper-button-next::after, .ten-swiper .swiper-button-next::after {
    content: '';
    width: 5rem;
    height: 5rem;
    background: url(../images/right.png);
    background-size:  100% 100%;
    background-position: 0 0;
}
.home-swiper .swiper-button-prev, .ten-swiper .swiper-button-prev {
    width: 7rem;
}
.home-swiper .swiper-button-prev:hover, .ten-swiper .swiper-button-prev:hover {
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0));
}
.home-swiper .swiper-button-prev::after, .ten-swiper .swiper-button-prev::after {
    width: 3rem;
    height: 3rem;
}
.home-swiper .swiper-button-next, .ten-swiper .swiper-button-next {
    width: 7rem;
}
.home-swiper .swiper-button-next:hover, .ten-swiper .swiper-button-next:hover  {
    background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0));
}
.home-swiper .swiper-button-next::after, .ten-swiper .swiper-button-next::after {
    width: 3rem;
    height: 3rem;
}
.notice {
    z-index: 100;
    position: relative;
    width: 100%;
}
.notice .swiper {
    width: 82.5rem;
    height: 6.375rem;
    position: absolute;
    bottom: -3.1875rem;
    left: 50%;
    margin-left: -41.25rem;
    box-shadow: .375rem 0rem .625rem 0rem #67A5F5;
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.notice .tip{
    width: 82.5rem;
    height: 6.375rem;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 2.1875rem;
}
.notice .tip .alarm{
    width: 1.6875rem;
    height: 1.4375rem;
    margin-right: .3125rem;
}
.notice .tip .arrow{
    width: .75rem;
    height: 1.4375rem;
    margin-left: auto;
}
.notice .tip_content{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    color: #666;
}
.notice .tip_content i{
    font-weight: bold;
    font-size: 1.55rem;
    color: #1f1b1c;
    margin-right: 1.875rem;
}
.notice .tip_content .des{
    width: 64.125rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.floor_2{
    width: 100%;
    background-color: #e7f2f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floor_2_content{
    width: 82.5rem;
    padding-bottom: 4.75rem;
  	position: relative;
  	overflow: hidden;
}
.floor_2_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 7.75rem;
    /*padding-top: 3.75rem;*/
    margin-bottom: 3.75rem;
}
.floor_2_head .floor_2_title{
    font-size: 1.75rem;
    color: #3f3f3f;
    font-weight: 600;
}
.floor_2 .floor_2_navs{
    display: flex;
    align-items: center;
    margin-bottom: 1.875rem;
}
.floor_2_nav_item{
    font-size: 1.125rem;
    color: #3f3f3f;
    margin-right: 4.375rem;
    cursor: pointer;
}
.floor_2_nav_item.active{
    color: #247ee3;
}
.floor_2_nav_item i{
    display: inline-block;
    width: .375rem;
    height: .4375rem;
    background: url(../images/shape.png) no-repeat 0 0 ;
    background-size: 100% 100%;
    margin-right: .625rem;
    opacity: 0;
    position: relative;
    top: -2px;
}
.floor_2_nav_item.active i{
    opacity: 1;
}
.floor_2_news.active{
    display: flex;
    align-items: center;
    justify-content: space-between;
  	position: relative;
  	left: 0%;
}
.floor_2_news{
  	position: absolute;
  	left: 200%;
  	width: 100%;
}
.floor_2_news .floor_2_more{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    color: #666;
  	right: 1rem;
    top: -8rem;
    position: absolute;
}
.floor_2_news .floor_2_more img{
    width: .75rem;
    height: 1.4375rem;
    margin-left: .75rem;
}
.news-swiper.swiper {
	width: 100%;
}
.floor_2_news .floor_2_new_item{
    width: 26.25rem;
    height: 25rem;
    border-radius: 1rem;
    background-color: #fff;
    overflow: hidden;
  	display: inline-block;
}
.floor_2_new_item .floor_2_new_box{
    width: 100%;
    height: 16.375rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.floor_2_new_item .floor_2_des{
    box-sizing: border-box;
    margin: 1.25rem 3.75rem 1.25rem 1.25rem;
    line-height: 1.9rem;
    height: 3.8rem;
    font-size: 1.25rem;
    color: #3f3e3f;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.floor_2_new_item .floor_2_date {
    padding-left: 1.25rem;
    font-size: .875rem;
    color: #3f3e3f;
}
.floor_3 {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.floor_3_content {
    width: 82.5rem;
    padding-bottom: 4.75rem;
}
.floor_3_heade {
    width: 100%;
    /* margin-top: 6.875rem; */
    margin-top: 2.875rem;
    margin-bottom: 2.8125rem;
}
.floor_3_details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.floor_3_detail_item {
    height: 20.125rem;
    border-radius: 1rem;
    overflow: hidden;
  	position: relative;
  	display: block;
}
.floor_3_detail_item span {
  	position: absolute;
  	bottom: 1.5rem;
  	left: 0;
  	width: 100%;
  	text-align: center;
  	color: #fff;
	font-size: 1.6rem;
  	/*background-color: rgba();*/
  	text-shadow: 0px 2px 2px #000;
}
.floor_3_detail_item img {
    width: 100%;
    height: 100%;
    transition: scale 0.6s;
}
.swiper.ten-swiper {
  	padding-top: 2rem;
}
.swiper.ten-swiper .swiper-pagination {
  	top: 0;
  	bottom: auto;
}
.ten-swiper .swiper-slide {
  	padding: 0 1rem;
  	box-sizing: border-box;
}
.floor_4{
    width: 100%;
    background: url(../images/sea.jpg) no-repeat 0 0;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.floor_4_content{
    width: 82.5rem;
    height: 36.625rem;
}
.floor_4_title{
    font-size: 1.75rem;
    color: #3f3f3f;
    padding-top: 6.875rem;
    padding-bottom: 8.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floor_4_title .more{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.floor_4_title .more span{
    font-size: 1.25rem;
    color: #666;
    font-weight: normal;
}
.floor_4_title .more img{
    width: 0.75rem;
    height: 1.4375rem;
    margin-left: 0.75rem;
}
.floor_4_des{
  	text-align: justify;
    font-size: 1.5rem;
    color: #3f3f3f;
    /* text-indent: 2em; */
    line-height: 2.5rem;
    padding-left: 7.1875rem;
    margin-bottom: 3.75rem;
}
.floor_4_sumary{
    display: flex;
    justify-content: space-between;
}
.floor_4_sumary_item{
    border-left: .3125rem solid #718191;
    padding-left: 1.25rem;
}
.floor_4_item_main{
    color: #3f3f3f;
    font-size: 1.75rem;
    margin-bottom: 1.5625rem;
}
.floor_4_item_name{
    color: #3f3f3f;
    font-size: 1.125rem;
}
.floor_4_sumary_item:first-child{
    margin-left: 9.375rem;
}
.floor_4_sumary_item:last-child{
    margin-right: 4.0625rem;
}
.floor_5_content{
    width: 82.5rem;
    height: 15.5rem;
}
.floor_5_title{
    font-size: 1.75rem;
    color: #3f3f3f;
    padding-top: 1.875rem;
    padding-bottom: 2.125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floor_5_form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.floor_5_form_item{
    width: 26.25rem;
    height: 4.375rem;
    border-radius: 2.5rem;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.floor_5_form_item:hover .floor_5_form_item_options {
    display: block;
}
.floor_5_form_item_options{
    box-sizing: border-box;
    border-radius: 1em;
    border: 1px solid #ccc;
    /* padding: 2em; */
    width: 100%;
    position: absolute;
    top: 4.375rem;
    left: 0;
    z-index: 50;
    background-color: #fff;
    opacity: 0.8;
    max-height: 15rem;
    overflow: auto;
    display: none;
}
.floor_5_form_item_options a{
    color: #000;
    width: 100%;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.floor_5_form_item_options a:hover{
    background-color: #3d8ce7;
    color: #fff;
}
.floor_5_form_item span{
    padding-left: 1.5625rem;
    font-size: 1.5rem;
    color: #000;
}
.floor_5_form_item img{
    width: 1.625rem;
    height: .8125rem;
    margin-right: 30px;
}