html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
/*header*/

#container {
    position: relative;
}
#container:hover {
    cursor: pointer;
}
.header_container {
    width: 100%;
    height: 42rpx;
    line-height: 44px;
}
.header_container .header_content {
    background: #222222;
}
.wrap_top {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.wrap_left {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(170, 170, 170, 1);
}
.wrap_right{
    display: flex;
    align-items: center;
}
.wrap_right>img {
    width: 23px;
    height: 20px;
    margin-right: 5px;
}
.wrap_right>p {
    display: inline-block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(170, 170, 170, 1);
}
.swiper-pagination-swiper-pagination-bullets .swiper-pagination-bullet-active{
    color: #007aff;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #fff;
}
.column {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.column_left {
    width: auto;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.column_left > a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 100%;
    line-height: 0;
}
.column_left img {
    width: auto;
    max-width: 210px;
    height: auto;
    max-height: 49px;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
}
.column_right {
    display: flex;
    display: -webkit-flex;
    height: 100%;
    line-height: 70px;
    justify-content: flex-start;
}
.column_flex {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    gap: 8px;
    margin-left: 40px;
    height: 100%;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    color: #333333;
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.tab_nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    padding: 0 26px;
    height: 100%;
    font-size: 16px;
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    color: #333;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
    white-space: nowrap;
}
.tab_nav>a{
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: none;
}
.tab_nav:hover {
    color: #008DE8;
    background-color: rgba(0, 141, 232, 0.04);
}
.column_flex>li>a {
    font-size: 16px;
    font-family: "Microsoft YaHei", sans-serif;
    font-weight: 500;
    color: inherit;
}
.column_flex .currentClass{
    color: #008DE8;
    font-weight: 600;
    border-bottom-color: #008DE8;
    background-color: rgba(0, 141, 232, 0.06);
    margin-bottom: 0;
}
.column_flex>li>a:hover {
    cursor: pointer;
    color: #008DE8;
}
.mall-header-search {
    flex-shrink: 0;
    margin-left: 24px;
}
.mall-header-search .slt-wrap {
    position: relative;
    top: auto;
    right: auto;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.mall-header-search .slt-wrap select {
    height: 50px;
    line-height: 50px;
    min-width: 85px;
    padding-left: 5px;
    background: #fff;
    border: none;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
    color: #333333;
    font-size: 14px;
    outline: none;
    text-align: center;
    text-align-last: center;
}
.mall-header-search .slt-wrap > input {
    padding: 0 8px;
    width: 245px;
    height: 48px;
    line-height: 48px;
    outline: none;
    border: solid 1px #e0e0e0;
    font-size: 14px;
}
.mall-header-search .slt-wrap > input::placeholder {
    color: #999;
    font-size: 14px;
}
.mall-header-search .slt-wrap > input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    width: auto;
    padding-left: 0;
}
.mall-header-search .slt-wrap > input::-moz-placeholder {
    color: #999;
    font-size: 14px;
    width: auto;
    padding-left: 0;
}
.mall-header-search .slt-wrap > input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    width: auto;
    padding-left: 0;
}
.mall-header-search .slt-wrap > a {
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    width: 53px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #004f94;
}
.mall-header-search .slt-wrap > a > img {
    vertical-align: top;
    margin-top: 14px;
    width: 22px;
    height: 22px;
}
.search_tab {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-left: 42px;
    width: 62px;
}
.search_tab>img {
    height: 24px;
    width: 26px;
    margin-right: 4px;
}
.search_tab>a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
}
.search_tab>a:hover {
    color: #008DE8;
}
.second_menu {
    position: absolute;
    display: none;
    z-index: 999;
}
.second_menu ul {
    background: #fff;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.38);
    width: 150px;
    border-top: 3px solid rgba(0, 141, 232, 1);
}
.second_menu ul li {
    height: 41px;
    line-height: 41px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    color: #333;
}
.second_menu ul li:hover {
    color: #008DE8;
}
.second_menu ul li a {
    color: #666666;
    font-size: 16px;
}
.arrow-top {
    position: absolute;
    left: 20px;
    width: 0px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #008DE8;
    border-top-width: 0;
    border-style: dashed;
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -17px;
    left: 62px;
}
.search_fixed {
    width: 100%;
    height: 77px;
    line-height: 77px;
    background: #008DE8;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inputSearch {
    width: 918px;
    height: 47px;
    line-height: 47px;
    position: relative;
}
.inputSearch>input {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    padding-left: 22px;
    box-sizing: border-box;
    color: #999;
}
input::-webkit-input-placeholder {
    width: 918px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
}
input::-moz-placeholder {
    width: 918px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Microsoft YaHei;
    padding-left: 47px;
    font-weight: 300;
}
input:-ms-input-placeholder {
    width: 918px;
    box-sizing: border-box;
    padding-left: 47px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 300;
}
.inputSearch>img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 9px;
}
.search_btn {
    display: inline-block;
    width: 116px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 43px;
    border: 2px solid #fff;
    background: #008DE8;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
}

.search_btn>img{
   margin-right: 7px;
}
/*banner*/
.tempWrap {
    width: 100%;
    height: 550px;
    overflow: hidden;
}
.tempWrap a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.tempWrap a img {
    width: 100%;
    height: 100%;
}
.news_floor_container {
    width: 100%;
    background: #fff;
}
/*floor*/

.floor {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0px 30px;
    font-family: Microsoft YaHei;
}
.hot_titles {
    color: #222222;
    font-size: 30px;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    margin-right: 32px;
    width: 184px;
}
.hot_titles:hover{
    color: #008DE8;
}
.second_title {
    font-weight: 400;
    color: #999999;
    font-size: 16px;
    display: inline-block;
    width: 257px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;   

}
.nav_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 19px;
}
.checkMore {
    width:86px;
    height:19px;
    padding-left: 259px;
    position: relative;
}
.angle{
    content:' ';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 111;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-style:solid;
    border-width:10px 5px
}

.checkMore--text {
    width: auto;
    height: auto;
    padding-left: 0;
}
.checkMore--text .check-more-link {
    display: inline-block;
    color: #008de8;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}
.checkMore--text .check-more-link:hover {
    color: #004f94;
}
.checkMore:hover {
    cursor: pointer;
}
.checkMore>a>img {
  width: 100%;
  height: 100%;
}
.checkMore>a {
    width: 100%;
    height: 100%;
    color: #999999;
    font-size: 14px;
    margin-right: 2px;
    display: inline-block;
}
/*新闻楼层*/

.nav_content {
    display: inline-block;
    vertical-align: top;
}
.news_floor_left {
    width: 487px;
}
.news_floor_left>p>a {
    width: 487px;
    height: 298px;
    display: inline-block;
    overflow: hidden;
}
.news_floor_left>p>a>img {
    width: 100%;
    height: 100%;
}
.left_title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-top: 25px;
    margin-bottom: 16px;
}
.left_title:hover{
    color: #008DE8;
}
.left_content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news_floor_right {
    width: 656px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}
.floor_right_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 20px;
}
.floor_right_title:hover{
   color: #008DE8;
}
.floor_right_contents {
    display: flex;
}
.floor_right_contents>a>img {
    width: 100%;
    height: 100%;
}
.floor_right_contents>a {
    display: inline-block;
    width: 290px;
    height: 171px;
    margin-right: 11px;
    overflow: hidden;
}
.floor_right_contents>.contents_text {
    display: inline-block;
    width: 364px;
    height: 164px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    display: inline-block;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 28px;
}
.onePart {
    margin-right: 47px;
    float: left;
}
.floor_nav #threePart {
    /*vertical-align: bottom;*/
    display: table-cell;
    padding-top: 24px;
}
.floorImgContainers{
    padding:30px 0px;
}
/*可持续发展路层*/

.swiper_warpper {
    width: 487px;
}
.development_wrapper img {
    width: 487px;
    height: 418px;
}
.development_news {
    display: inline-block;
    vertical-align: top;
    width: 661px;
    margin-left: 47px;
}
.development_news h2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 19px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.development_news li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
    height: 44px;
    width: 661px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}
.development_paddingBottom>a {
    display: inline-block;
    width: 661px;
}
.development_paddingBottom>a>h2:hover{
    color: #008DE8;
}
.development_paddingBottom {
    padding-bottom: 45px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*专题专栏发展*/

.floor_column_flex {
    display: flex;
}
.column_item {
    width: 368px;
    margin-right: 47px
}
.column_item a {
    display: inline-block;
    width: 368px;
    height: 369px;
    margin-bottom: 16px;
    overflow: hidden;
}
.column_item h1 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column_item h1:hover{
    color: #008DE8;
}
.column_item p {
    height: 62px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
}
/*无名楼层*/

.uknow_right {
    width: 626px;
    height: 432px;
}
.uknow_right a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}
.uknow_right img {
    width: 100%;
    height: 100%;
}
.uknow_left {
    width: 522px;
}
.uknow_left h1:hover{
    color: #008DE8;
}
.uknow_left h1 {
    width: 522px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 28px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content {
    height: 194px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    white-space: normal;
       text-overflow: ellipsis;
}
.bottomBanner {
    width: 1200px;
    margin: 0 auto;
    padding: 34px 0px 45px;
}
.bottomBanner>a {
    display: inline-block;
    width: 1200px;
    height: 495px;
}
.bottomBanner a img {
    width: 100%;
    height: 100%;
}
.detail_column {
    width: 100%;
    background: #F7F7F7;
    padding-bottom: 260px;
}
.detail_column .location {
    margin: 0 auto;
    width: 1200px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    font-size: 16px;
    padding: 25px 0px 27px;
}
.detail_column .location a{
    color: #999999;
}
.detail_content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.detail_content .pages_title {
    font-size: 38px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    width: 1000px;
    text-align: center;
    padding: 61px 0;
    margin: 0 auto;
}
.pages_wrap {
    width: 990px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
}
/* .pages_wrap span:nth-child(1) {
    margin-right: 30px;
} */


.dividing_line {
    width: 1106px;
    margin: 0 auto;
    border: 1px solid rgba(234, 234, 234, 1);
}
.pages_contact {
    margin: 38px auto 0;
    width: 990px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    overflow-x: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.pages_contact img,
.pages_contact video,
.pages_contact iframe {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.pages_contact div,
.pages_contact p,
.pages_contact table {
    max-width: 100%;
}
.pages_paging {
    width: 990px;
    margin: 0 auto;
    padding-bottom: 56px;
}
.pages_paging a{
    color: #000;
}
.pages_paging p a:hover{
   color: #008DE8;
}
.pages_paging p{
    width: 400px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.pages_paging>p:nth-child(2) {
    padding: 23px 0 0;
}
.wiper-container_img{
    width:100%;
    height: 100%;
}
/*图片楼层*/

.imgContainer {
    width: 1200px;
    margin: 0px auto ;
    font-size: 0
}
.imgContainer a {
    display: inline-block;
    width: 220px;
    height: 149px;
    overflow: hidden;
    margin-right: 20px;
}
.imgScale img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    overflow: hidden;

}
.imgScale img:hover {
    transform: scale(1.08)
}
.imgScale{
    position: relative;
    height: 150px;
    overflow: hidden;
}
.imgScale ul li{
    width: 240px;
}
/*楼层八*/
.eightBox{
    width: 100%;
}

.eightContainer {
    width: 1200px;
    margin: 30px auto;
}
.eightContainer a {
    display: inline-block;
}
.partOne {
    width: 369px;
    height: 195px;
    font-family: Microsoft YaHei;
}
.partOne h2 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(33, 33, 33, 1);
    padding: 44px 0px 19px 20px;
}
.partOne>p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    padding-bottom: 42px;
    padding-left: 20px;
}
.partOne>div {
    display: flex;
    justify-content: flex-end;
    margin-right: 19px;
}
.partTwo {
    height: 195px;
}
.partTwo>a {
    line-height: 0;
    display: inline-block;
    width: 381px;
    height: 100%;
    overflow: hidden;
}
.partTwo>a>img {
    width: 100%;
    height: 100%;
}
.partThree {
    background: #F5F5F5;
    width: 438px;
    box-sizing: border-box;
    height: 195px;
    padding: 17px 26px 0px 19px;
}
.partThree>h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(33, 33, 33, 1);
    padding-bottom: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partThree p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    white-space: normal;
}
.eightwrap_top>ul {
    display: flex;
    justify-content: space-between;
}
.eightwrap_top {
    margin-bottom: 6px;
}
.partFour {
    width: 369px;
    height: 285px;
}
.partFour>a {
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.partFour>a>img {
    width: 100%;
    height: 100%;
}
.partFive {
    width: 297px;
    height: 285px;
    box-sizing: border-box;
    padding: 18px 19px 0px 11px;
    margin: 0 7px 0 6px;
    background: #F5F5F5
}
.partFive>h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 32px;
    margin-bottom: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.partFive>p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    white-space: normal;
}
.partSix {
    width: 521px;
    height: 285px;
}
.partSix>a {
    display: inline-block;
    font-size: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.partSix>a>img {
    width: 100%;
    height: 100%;
}
.eightwrap_bottom>ul {
    display: flex;
}
/*subColumn*/

.subImgs {
    width: 100%;
    height: 312px;
    display: inline-block;
}

.subImgs .subLi{
    width: 100%;
    height: 312px;
}
.subImgs img {
    width: 100%;
    height: 100%;
}
.subColumn {
    width: 100%;
    height: 53px;
    line-height: 53px;
    color: #999;
    background: #F7F7F7;
    margin-bottom: 27px;
}
.subColumn a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    font-size: 16px;
}
.subColumn>div {
    width: 1200px;
    margin: 0 auto;
}
.subColumn_Content {
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    position: relative;
    margin-bottom: 34px;
    height: 180px;
}
.center_content {
    height: 185px;
    position: relative;
    width: 1062px;
    margin: 0 auto;
    overflow: hidden;
}
.center_content>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
}
.center_content>ul>li {
    margin-right: 33px;

}
.center_content>ul>li>a {
        box-sizing:border-box;
    display: block;
    width: 150px;
    height: 150px;
    margin-bottom: 13px;
    border:2px solid transparent;

}
.center_content>ul>li>.contentActvie {
    border: 2px solid #6FDFFB;
}
.center_content>ul>li>a>img {
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
}
.center_content>ul>li>span {
    display: block;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.arr_left, .arr_right {
    width: 30px;
    height: 53px;
}
.arr_left {
    position: relative;
    left: 0px;
    top: -128px
}
.arr_right {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    position: relative;
    right: -1170px;
    top: -180px;
}
.sub_pages>ul {
    width: 1200px;
    padding: 29px 34px 93px 31px;
    border: 1px solid rgba(234, 234, 234, 1);
    border-radius: 10px;
    margin: 0 auto 139px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
    display: flex;
}
.pages_content {
    display: none;
    width: 100%;
    height: 100%;
}
.sub_pages>ul>.actvie {
    display: block;
}
.mores>div>a {
    display: inline-block;
}
.list_content {
    box-sizing: border-box;
    background: #F7F7F7;
    width: 900px;
    height: 182px;
    padding: 24px 60px 17px 24px;
}
.list_content>a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.mores {
    width: 1200px;
    margin: 0px auto 31px;
    display: flex;
}
.page-more-list {
    padding-bottom: 250px;
    box-sizing: border-box;
}
.more_imgs {
    font-size: 0;
}
.more_imgs>a {
    display: inline-block;
    width: 300px;
    height: 182px;
}
.more_imgs img {
    height: 100%;
    width: 100%;
}
.list_title {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(33, 33, 33, 1);
    padding-bottom: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.wrap_content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(101, 101, 101, 1);
    margin-bottom: 31px;
    height: 60px;
    line-height: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal;
    width: 100%;
}
.time>span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(153, 153, 153, 1);
}
.time>span:nth-child(1) {
    margin-right: 34px
}

.colorActive {
    color: #008DE8;
}
/*敬请期待*/

.expect {
    display: flex;
    justify-content: center;
    align-items: center;
}
.expect a {
    display: inline-block;
}
.expect span {
    display: block;
    text-align: center;
    margin-top: 28px;
    height: 25px;
    font-size: 26px;
    font-weight: 500;
    color: #999999;
}
#bgColorWhite {
    background: #F5F5F5
}
#bgColorGrey {
    background: #fff
}
/* 轮播图楼层 */
.swiperImg {
    width: 100%;
    
}
.swiperImg ul{
    font-size: 0;
}
.swiperImg ul li{
    width: 100%;
}
.swiperImg ul li a{
    display: inline-block;
}
/* .swiperImg ul li a img{
    width: 100%;
    height: 100%;
} */











/* footer */

.footer {
    background: #333333;
    position: absolute;
    width: 100%;
    height:354px;
    /*脚部的高度*/
    clear: both;
    overflow: hidden;
    display: flex;
    flex-direction: column;
     justify-content: space-around;
     box-sizing: border-box;
}
.footer .inner {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 210px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .inner .foot_box_a {
    display: flex;
    padding: 48px 0;
}
.footer .inner .foot_box_a a {
    font-size: 16px;
    color: #9b9ea0;
    margin-right: 35px;
    transition: color 0.3s;
}
.footer .inner .foot_box_b {
    color: #73777a;
    font-size: 14px;
    margin-top: 10px;
    margin: 0 0 10px;
    word-wrap: break-word;
}
.footer .inner .foot_box_c {}
.footer .footer-image-wrap {
    margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    height: 35px;
}
.footer-image-wrap a {
    display: inline-block;
}
.footer .footer-image-wrap img {
    margin-right: 30px;
    width: 105px;
    height: 35px;
}
.footer .footer-text-wrap {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 30px;
    height: 90px;
}
.footer-text-wrap p a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #b0b0b0;
}
.footer .qr-wrap {
    position: absolute;
    top: 28px;
    right: 0;
    width: 275px;
}
.footer .inner .qr-wrap>div {
    float: right;
    width: 126px;
    text-align: center;
}
.footer .inner .qr-wrap>div>img {
    width: 100%;
    height: auto;
}
.footer .inner .qr-wrap>div>p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 40px;
}
.footer_b{
    display: flex;
    width: 1200px;
    margin: 0px auto;
    padding:54px 0px 25px;
    border-bottom: 1px solid rgba(92,92,92,1);

}
.b_left{
    width:138px;
    height:17px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:17px;
    margin-right: 18px;
}
.b_right ul{ 
    flex:1;
    display: flex;
    flex-wrap: wrap;
    
}
.b_right ul li{
    margin-bottom: 20px;
    margin-right: 20px;

}
.b_right ul li a{
    color: #ccc;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.b_right ul li a:hover{
    color: #fff;
}


/* floor */

.floor {
    overflow: hidden;
}
.floor .block-wrap {
    margin: 10px auto;
    width: 1200px;
}
.floor .list-wrap {
    margin: -8px;
    width: 1216px;
    text-align: left;
}
.floor .list-wrap>li {
    position: relative;
    float: left;
    width: 25%;
}
.floor .list-wrap>li .box-2 {
    margin: 8px;
    height: 378px;
    overflow: hidden;
    background: #f7f7f7;
}
.floor .list-wrap>li .box-2>a {
    height: 382px;
    overflow: hidden;
}
.floor .list-wrap>li .box-2>a>img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    transform: scale3d(1, 1, 1);
}
.floor .list-wrap>li .box-2>a>img:hover {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0.8;
}
.floor .list-wrap .w-2 {
    width: 50%;
    height: auto;
    overflow: hidden;
}
.floor .list-wrap .g-1 {
    width: 100%;
    height: 179px;
    overflow: hidden;
}
.floor .list-wrap .g-1 .box-2 {
    height: 163px;
}
.floor .list-wrap .g-3 {
    width: 33.3%;
    height: 206px;
    overflow: hidden;
}
.floor .list-wrap .g-3 .box-2 {
    height: 190px;
}
.floor .title-wrap {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    height: 76px;
    line-height: 86px;
}
.floor .title-wrap .title {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}
.floor .title-wrap .hint {
    margin-left: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}
.floor .title-wrap>a {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: none;
    color: #999;
}
.floor .title-wrap>a>img {
    margin-left: 5px;
    vertical-align: top;
    margin-top: 34px;
    width: 17px;
    height: 17px;
}
/*  */

div.zxf_pagediv {
    text-align: center;
    color: #999999;
    padding: 20px 20px 40px 0;
}
div.zxf_pagediv a {
    text-decoration: none;
}
div.zxf_pagediv span, div.zxf_pagediv a {
    display: inline-block;
    box-sizing: border-box;
}
.current {
    color: #1576ca;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #1576ca;
    border-radius: 4px;
}
.zxfPagenum {
    color: #666;
    background: #fff;
    line-height: 36px;
    margin: 0 5px;
    border-radius: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #dbdbdb;
}
.nextpage {
    margin: 0 5px;
}
.nextbtn, .prebtn, span.disabled {
    color: #666;
    background: #fff;
    width: 88px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
}
.zxfinput {
    width: 50px;
    height: 42px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    margin: 0 12px;
    border-radius: 3px;
    color: #666;
}
.zxfokbtn {
    width: 48px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
}
div.zxf_pagediv input::-webkit-outer-spin-button, div.zxf_pagediv input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
div.zxf_pagediv input[type="number"] {
    -moz-appearance: textfield;
}
/*  */

.breadcrumb {
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #f5f5f5;
}
.breadcrumb .inner {
    margin: 0 auto;
    width: 1200px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}
.breadcrumb .inner a:hover {
    color: #004f94 !important;
}
.breadcrumb .inner>span {
    color: #999;
}
.m-b-60 {
    margin-bottom: 60px;
}
.noContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}
.noData {
    width: 183px;
}
.noData span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: #999999;
    margin-top: 26px;
}
/*!
 * jquery-confirm v2.5.1 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2016 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */

@-webkit-keyframes jconfirm-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes jconfirm-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
body.jconfirm-noscroll {
    overflow: hidden !important;
}
.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
}
.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.jconfirm .jconfirm-bg.seen {
    opacity: 1;
}
.jconfirm .jconfirm-scrollpane {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
}
.jconfirm .jconfirm-box {
    background: white;
    border-radius: 4px;
    position: relative;
    outline: none;
    padding: 15px 15px 0;
}
.jconfirm .jconfirm-box div.closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    opacity: 0.6;
    text-align: center;
    -webkit-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
    display: none;
    font-size: 27px;
    line-height: 14px;
}
.jconfirm .jconfirm-box div.closeIcon .fa {
    font-size: 16px;
}
.jconfirm .jconfirm-box div.closeIcon .glyphicon {
    font-size: 16px;
}
.jconfirm .jconfirm-box div.closeIcon .zmdi {
    font-size: 16px;
}
.jconfirm .jconfirm-box div.closeIcon:hover {
    opacity: 1;
}
.jconfirm .jconfirm-box div.title-c {
    display: block;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    margin: 20px auto;
}
.jconfirm .jconfirm-box div.title-c .icon-c {
    font-size: inherit;
    padding-bottom: 15px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.jconfirm .jconfirm-box div.title-c .icon-c i {
    vertical-align: middle;
}
.jconfirm .jconfirm-box div.title-c .icon-c:empty {
    display: none;
}
.jconfirm .jconfirm-box div.title-c .title {
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px;
}
.jconfirm .jconfirm-box div.title-c .title:empty {
    display: none;
}
.jconfirm .jconfirm-box div.content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative;
}
.jconfirm .jconfirm-box div.content-pane .content {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    right: 0;
    text-align: center;
    /* font-size: 20px; */
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
}
.jconfirm .jconfirm-box div.content-pane .content img {
    width: 100%;
    height: auto;
}
.jconfirm .jconfirm-box div.content-pane .content:empty {
    display: none;
}
.jconfirm .jconfirm-box div.content-pane .content:empty.loading {
    height: 40px;
    position: relative;
    opacity: 0.6;
    display: block;
}
.jconfirm .jconfirm-box div.content-pane .content:empty.loading:before {
    content: "";
    height: 20px;
    width: 20px;
    border: solid 2px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    border-radius: 50%;
    -webkit-animation: jconfirm-rotate 1s infinite linear;
    animation: jconfirm-rotate 1s infinite linear;
    border-bottom-color: #aaa;
    top: 50%;
    margin-top: -10px;
}
.jconfirm .jconfirm-box div.content-pane .content:empty.loading:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.jconfirm .jconfirm-box .buttons {
    padding-bottom: 15px;
}
.jconfirm .jconfirm-box .buttons button+button {
    margin-left: 5px;
}
.jconfirm .jquery-clear {
    clear: both;
}
.jconfirm.rtl {
    direction: rtl;
}
.jconfirm.rtl div.closeIcon {
    left: 12px;
    right: auto;
}
.jconfirm.jconfirm-white .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.2);
}
.jconfirm.jconfirm-white .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 450px;
    position: absolute;
    left: 50%;
    margin-left: -225px;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons button {
    display: inline-block;
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    color: white;
    height: 50px;
    background: #ff3333;
    width: 156px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
    box-shadow: none;
    color: #333;
    width: 156px;
    height: 50px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    background: #d1d1d1;
}
.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default:hover {
    background: #ddd;
}
.jconfirm.jconfirm-black .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.5);
}
.jconfirm.jconfirm-black .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #444;
    border-radius: 5px;
    color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .buttons {
    float: right;
}
.jconfirm.jconfirm-black .jconfirm-box .buttons button {
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    color: white;
}
.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default {
    box-shadow: none;
    color: #fff;
    background: none;
}
.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default:hover {
    background: #666;
}
.jconfirm .jconfirm-box.hilight {
    -webkit-animation: hilight 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    animation: hilight 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@-webkit-keyframes hilight {
    10%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    20%, 80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }
    40%, 60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}
@keyframes hilight {
    10%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }
    20%, 80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0);
    }
    40%, 60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0);
    }
}
/*Transition rules*/

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px;
}
.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: -webkit-transform, opacity, box-shadow;
    transition-property: transform, opacity, box-shadow;
}
.jconfirm .jconfirm-box.anim-top, .jconfirm .jconfirm-box.anim-left, .jconfirm .jconfirm-box.anim-right, .jconfirm .jconfirm-box.anim-bottom, .jconfirm .jconfirm-box.anim-opacity, .jconfirm .jconfirm-box.anim-zoom, .jconfirm .jconfirm-box.anim-scale, .jconfirm .jconfirm-box.anim-none, .jconfirm .jconfirm-box.anim-rotate, .jconfirm .jconfirm-box.anim-rotatex, .jconfirm .jconfirm-box.anim-rotatey, .jconfirm .jconfirm-box.anim-scaley, .jconfirm .jconfirm-box.anim-scalex {
    opacity: 0;
}
.jconfirm .jconfirm-box.anim-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.jconfirm .jconfirm-box.anim-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.jconfirm .jconfirm-box.anim-rotatexr {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.jconfirm .jconfirm-box.anim-rotatey {
    -webkit-transform: rotatey(90deg);
    -ms-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.jconfirm .jconfirm-box.anim-rotateyr {
    -webkit-transform: rotatey(-90deg);
    -ms-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.jconfirm .jconfirm-box.anim-scaley {
    -webkit-transform: scaley(1.5);
    -ms-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.jconfirm .jconfirm-box.anim-scalex {
    -webkit-transform: scalex(1.5);
    -ms-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.jconfirm .jconfirm-box.anim-top {
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
}
.jconfirm .jconfirm-box.anim-left {
    -webkit-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
}
.jconfirm .jconfirm-box.anim-right {
    -webkit-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate(100px, 0px);
}
.jconfirm .jconfirm-box.anim-bottom {
    -webkit-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate(0px, 100px);
}
.jconfirm .jconfirm-box.anim-zoom {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.jconfirm .jconfirm-box.anim-scale {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.jconfirm .jconfirm-box.anim-none {
    display: none;
}
.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, 0.95);
}
.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.closeIcon {
    color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.title-c {
    text-align: center;
    color: white;
    font-size: 28px;
    font-weight: normal;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.title-c>* {
    padding-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.content-pane {
    margin-bottom: 25px;
}
.jconfirm.jconfirm-supervan .jconfirm-box div.content {
    text-align: center;
    color: white;
}
.jconfirm.jconfirm-supervan .jconfirm-box .buttons {
    text-align: center;
}
.jconfirm.jconfirm-supervan .jconfirm-box .buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: none;
    color: white;
    padding: 10px;
    min-width: 100px;
}
.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.67);
}
.jconfirm.jconfirm-material .jconfirm-box {
    background-color: white;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
    padding: 30px 25px 10px 25px;
}
.jconfirm.jconfirm-material .jconfirm-box div.closeIcon {
    color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box div.title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
}
.jconfirm.jconfirm-material .jconfirm-box div.content {
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-material .jconfirm-box .buttons {
    text-align: right;
}
.jconfirm.jconfirm-material .jconfirm-box .buttons button {
    text-transform: uppercase;
    font-weight: 500;
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.21);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: white;
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    border: solid 1px rgba(0, 0, 0, 0.4);
    padding: 15px 0 0;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.closeIcon {
    color: rgba(0, 0, 0, 0.87);
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.title-c {
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.content {
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    padding: 0px 15px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .buttons {
    text-align: right;
    padding: 0px 0 0px;
    margin: -5px 0 0px;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .buttons button {
    font-weight: 500;
    border-radius: 0px;
    margin: 0;
    border-left: solid 1px #ddd;
}
.preloader-box {
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.preloader-box>img {
    width: 30px;
    height: 30px;
    vertical-align: top;
}
.preloader-box>span {
    margin-left: 10px;
    font-size: 16px;
    color: #999999;
}
.status-404-wrap {
    text-align: center;
}
.status-404-wrap>img {
    vertical-align: top;
    margin-top: 20px;
    width: 576px;
    height: auto;
}
.status-404-wrap>p {
    font-size: 20px;
    font-weight: 400;
    color: #ff8957;
    line-height: 30px;
}
.status-500-wrap {
    text-align: center;
}
.status-500-wrap>img {
    vertical-align: top;
    margin-top: 100px;
    width: 400px;
    height: auto;
}
.status-500-wrap>p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #ff8957;
    line-height: 30px;
}
.no-data-box {
    margin: 30px auto;
    text-align: center;
}
.no-data-box>img {
    width: 183px;
    height: 178px;
}
.no-data-box>p {
    margin-top: 28px;
    height: 25px;
    font-size: 26px;
    font-weight: 500;
    color: #999999;
}
.yjy_logo_a {
    width: 300px;
    height: 60px;
    background: url("/images/yjy/logo_a.png") no-repeat;
    background-size: 100%;
}
/* 新增楼层 */
.floor_content_left{
    display: flex;
    align-items: center;
    margin-right: 53px;
}
.foolr_content_right ul{
    
}
.foolr_content_right ul li{
    list-style-type: disc;
    width: 413px;
    margin-top: 21px;
}
.foolr_content_right ul li:hover a{
    color: #008DE8;
}
.foolr_content_right ul li a{
    display: flex;
    height:15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    margin-bottom: 25px;
    justify-content: space-between;
    color: #222222;
}
.twiceth{
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(102, 102, 102, 1);
    font-family: MicrosoftYaHeiLight;
    width: 990px;
    margin: 20px auto;
    line-height: 30px;
    text-indent: 2em;
}
.thumbnail{
    width: 664px;
    height: 444px;
    margin:0 auto;
}
.thumbnail img{
    width: 100%;
    height: 100%;
}
.foolr_content_right ul li a span:nth-child(1){
    width: 300px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.floor_content_left .content_img{
  width: 380px;
  height: 244px;
}
.floor_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contenttext{
    width:294px;
    margin-left: 17px;
}
.contenttext h2:hover{
  color: #008DE8;
}
.contenttext h2{
    width: 100%;
    height:25px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:25px;
    margin-bottom: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.contenttext .txt{
    width:322px;
    height:134px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(102,102,102,1);
    line-height:20px;
    overflow: hidden;
-webkit-line-clamp: 5; 
-webkit-box-orient: vertical;
display: -webkit-box;
}
.inner_footer_left{
    display:flex;
    flex-direction: column;
    justify-content:space-around;
}
.swiper-container-img{
    width: 100%;
    height: 100%;
  }

.swiper-container-img .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 240px !important;
  }

