/* 基础样式 */
body {
    margin: 0;
    background-color: #ffffff;
    min-width: 1400px;
    /*min-width: 1300px;*/
    /*padding-top: 30px;*/
    /*padding-top: 30px;*/
    /*min-width: 1300px;*/
}

* {
    outline: none;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

h1,
h2,
h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}

p {
    margin: 0;
}

/* 超出隐藏 */
.of-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 多行文本超出隐藏 */
.of-ellipsis-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.of-ellipsis-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.of-ellipsis-4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.of-ellipsis-5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.of-ellipsis-6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.of-ellipsis-7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.of-ellipsis-8 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}


.header {
    width: 100%;
    height: 99px;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: 300ms;
}

.header .header_wap {
    /*max-width: 1400px;*/
    min-width: 1100px;
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.header .logo {
    z-index: 99;
}

.header .l {
    float: left;
}

.header .logo {
    display: inline-block;
}

.header .logo img {
    padding-top: 30px;
    width: 100%;
    width: 260px;
    display: block;
}


.switch-color {
    background-color: #ffffff;
    color: #333333 !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    display:none;
}

.switch-color * {
    color: #333333 !important;
}

.switch-color .act p {
    color: #d0b372 !important;
}


.header .nav {
    padding-top: 38px;
}

.header .r {
    float: right;
}

.header .wsibf,
.header .pager {
    text-align: center;
    font-size: 0;
}


.header .nav li {
    position: relative;
}

.header .wsib,
.header .pager a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
    font-size: 14px;
}

.header .nav li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-align: center;
}

.header .m {
    margin: 0 auto;
}

.header .nav .m {
    position: relative;
}

.header .nav .men {
    font-size: 16px;
    padding: 0 25px;
    transition: 300ms;
    -webkit-transition: 300ms;
    font-weight: bold;
}

.header .nav .mch {
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
    transition: 300ms;
    -webkit-transition: 300ms;
    font-family: Arial, Helvetica, sans-serif;
}

.header .nav li>a:hover .mch,
.header .nav li>a.act .mch {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
    visibility: visible;
}

.header .nav li>a:hover .men,
.header .nav li>a.act .men {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    opacity: 0;
    visibility: hidden;
}


.header .nav li>a.act .mch {
    color: #d0b372;
    font-weight: bold;
    font-size: 16px;
}

.header .tnavbox {
    position: absolute;
    width: 122px;
    left: 50%;
    margin-left: -61px;
    top: 37px;
    height: 0px;
    padding-top: 17px;
    /* display: none; */
}

.header .tnavbox .line {
    z-index: 9;
    width: 20px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 17px;
    background: #d0b372;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.header .line {
    display: block;
}

.header .tnav {
    background: #fff;
    box-shadow: 0 0 16px -4px rgb(0 0 0 / 30%);
    padding: 20px 1px 18px 1px;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.header .tnav a {
    display: block;
    color: #666;
    line-height: 1.1;
    padding: 10px 0;
    transition: background 300ms;
    -webkit-transition: background 300ms;
}


.show-view {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-view.shows {
    opacity: 1;
    pointer-events: auto;
}

.show-view .option-btn-list {
    width: 88px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-view .option-btn-list span {
    display: block;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 300ms;
}

.show-view .option-btn-list span:hover {
    background-color: #000000;
}

.show-view .option-btn-list .full::before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    border: solid 2px #ffffff;
    transition: width 300ms, height 300ms;
}

.show-view .option-btn-list .full:hover:before {
    width: 24px;
    height: 20px;
}

.show-view .option-btn-list .full.min::before {
    width: 24px;
    height: 20px;
    border-top: solid 4px #ffffff;
}

.show-view .option-btn-list .full.min:hover:before {
    width: 20px;
    height: 16px;
    border-top: solid 4px #ffffff;
}

.show-view .option-btn-list .close::after {
    transition: transform 300ms;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(50%) rotateZ(45deg);
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.show-view .option-btn-list .close::before {
    transition: transform 300ms;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(50%) rotateZ(-45deg);
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.show-view .option-btn-list .close:hover:before {
    transform: translateY(-50%) translateX(50%) rotateZ(45deg);
}

.show-view .option-btn-list .close:hover:after {
    transform: translateY(-50%) translateX(50%) rotateZ(-45deg);
}


.show-view .center-box {
    width: 1400px;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

.show-view .center-box .flex-top-swiper {
    width: 100%;
    height: 525px;
    margin-bottom: 10px;
}

.show-view .center-box .flex-top-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-view .center-box .flex-top-swiper .swiper-slide img {
    height: 100%;
}

.show-view .center-box .flex-bottom-swiper {
    width: 100%;
    height: 114px;
}

.show-view .center-box .flex-bottom-swiper .swiper-slide {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-view .center-box .flex-bottom-swiper .swiper-slide img {
    height: 100%;
    opacity: 0.6;
    transition: opacity 300ms;
}

.show-view .center-box .flex-bottom-swiper .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

.show-view .center-box .flex-bottom-swiper .swiper-slide {
    background-color: #000000;
}

.click-show-view {
    cursor: pointer;
}

.swiper-img-list {
    display: none;
}

.bottom {
    width: 100%;
    height: auto;
}

.bottom .center-box {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding-top: 80px;
}
.dbfl {
    width: 50%;
    float: left;
}
.bottom .center-box .menu-link-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 56px;
}

.bottom .center-box .menu-link-list .list-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bottom .center-box .menu-link-list .list-ul .top-title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 27px;
}

.bottom .center-box .menu-link-list .list-ul li {
    margin-bottom: 18px;
}

.bottom .center-box .menu-link-list .list-ul .link {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.6;
    transition: opacity 300ms;
}

.bottom .center-box .menu-link-list .list-ul .link:hover {
    opacity: 1;
}

.bottom .center-box .contact-info {
    width: 100%;
    height: 150px;
    margin-bottom: 68px;
}

.bottom .center-box .contact-info .float-left {
    width: 22.4%;
    height: 123px;
    float: left;
    margin-right: 3%;
}
.bottom .center-box .contact-info .float-left:last-child {
    margin-right: 0;
}

.bottom .center-box .contact-info .float-left img {
    margin-bottom: 14px;
    height: 40px;
}

.bottom .center-box .contact-info .float-left .icon-text {
    font-size: 16px;
    color: #c9c9c9;
    margin-bottom: 13px;
}

.bottom .center-box .contact-info .float-left .detail-text {
    font-size: 18px;
    color: #ffffff;
}

.bottom .center-box .contact-info .float-right {
    width: 123px;
    height: 123px;
    float: right;
}

.bottom .center-box .contact-info .float-right img {
    width: 100%;
    height: 100%;
}

.bottom .center-box .bottom-info-text {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: left;
    justify-content: flex-start;
    flex-direction: column;
     padding-top: 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.bottom .center-box .bottom-info-text * {
    color: #c9c9c9;
    font-size: 16px;
    margin-bottom: 12px;
}

.bottom .center-box .bottom-info-text a {
    margin-right: 10px;
}

.top-banner {
    width: 100%;
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.top-banner img {
    width: 1920px;
    height: 680px;
}

.tag-list {
    width: 100%;
    height: 94px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-list a {
    font-size: 18px;
    color: #707070;
    padding-right: 36px;
    border-right: solid 1px #dcdcdc;
    margin-left: 36px;
    line-height: 20px;
}

.tag-list a:last-child {
    border-right: none;
    padding-right: 0;
}
.tag-list a.act{
    color: #333333;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #cca056!important;
    color: #ffffff!important;
    border: none;
}
.pagination > li > a, .pagination > li > span{
    color: #333333;
}