* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	user-select: auto !important;
}
a {
	text-decoration: none;
	outline-style: none;
	color: inherit;
}
.m-t-6 {
    margin-top: 6px;
}
.m-t-8 {
    margin-top: 8px;
}
.m-t-12 {
    margin-top: 12px;
}
.m-t-16 {
    margin-top: 16px;
}
.m-t-19 {
    margin-top: 19px;
}
.m-t-24 {
    margin-top: 24px;
}
.m-t-26 {
    margin-top: 26px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-t-32 {
    margin-top: 32px;
}
.m-t-40 {
    margin-top: 40px;
}
.m-t-48 {
    margin-top: 48px;
}
.m-t-56 {
    margin-top: 56px;
}
.m-l-9 {
    margin-left: 9px;
}
.m-l-12 {
    margin-left: 12px;
}
.m-l-24 {
    margin-left: 24px;
}
.m-r-24 {
    margin-right: 24px;
}
.m-l-40 {
    margin-left: 40px;
}
.pd-t-19 {
    padding-top: 19px;
}
.pd-t-40 {
    padding-top: 40px;
}
.fs-14 {
    font-size: 14px;
}
.fs-18 {
    font-size: 18px;
}
.fs-20 {
    font-size: 20px;
}
.fs-22 {
    font-size: 22px;
}
.fs-28 {
    font-size: 28px;
}
.fs-36 {
    font-size: 36px;
}
.f-b {
    font-weight: bold;
}
.lh-24 {
    line-height: 24px;
}
.lh-28 {
    line-height: 28px;
}
.lh-42 {
    line-height: 42px;
}
.dis-flex {
    display: flex;
}
.dis-between {
    justify-content: space-between;
}
.wd-100 {
    width: 100%;
}
.dis-end {
    justify-content: flex-end;
}
.dis-start {
    justify-content: flex-start;
}
.dis-center {
    display: flex;
    justify-content: center;
}
.dis-between {
    display: flex;
    justify-content: space-between;
}
.align-c {
    align-items: center;
}
.align-b {
    align-items: baseline;
}
.dis-around {
    display: flex;
    justify-content: space-around;
}
.text-r {
    text-align: right;
}
.wt-pre {
    white-space: pre-line;
}
.f-shallow {
    color: #999999;
}
.ellipsis-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.ellipsis-3 {
overflow: hidden;
word-break: break-all;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.title-ac {
    position: relative;
    padding-bottom: 8px;
}
.title-ac::after {
    position: absolute;
    content: '';
    left: 18px;
    bottom: 0;
    width: 42px;
    margin: 0 auto;
    height: 6px;
    background: #16A9FF;
    border-radius: 3px;
}
.hover:hover {
    color: #16A9FF;
}
.pointer {
    cursor: pointer;
}

/* 轮播 */
.swiper {
    width: 577px;
    height: 100%;
}


#home {
    max-width: 1920px;
    margin: 0 auto;
    color: #222222;
    background: #fff;
}
#header-bg {
    background: rgba(51, 51, 51, 0.1)!important;
}
#header-bg .home-top {
    max-width: 1200px;
    height: 110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-top .header-right {
    display: flex;
    align-items: right;
    font-size: 18px;
}
.home-top .nav-title {
    margin-left: 39px;
}
.top-box {
    position: relative;
}
.top-box .top-img {
    width: 100%;
    height: 760px;
    object-fit: cover;
}
.top-box .top-img1 {
    width: 100%;
    height: 620px;
    object-fit: cover;
}
.top-title {
    font-size: 56px;
    letter-spacing: 4px;
    text-shadow: 3px 6px 6px rgba(51,51,51,0.8);
}
.top-title2 {
    font-size: 32px;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.8);
}
.top-box .top-text {
    width: 100%;
    position: absolute;
    top: 228px;
    left: 0;
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
    color: #fff;
}
.top-box .top-text1 {
    width: 100%;
    position: absolute;
    /* top: 480px; */
    bottom: 72px;
    left: 0;
    display: flex;
    justify-content: center;
    /* margin: 0 auto; */
    color: #fff;
}
.top-content {
    width: 1200px;

}
/* 新闻 */
.news-box {
    display: flex;
}
.news-left {
    width: 260px;
}
.news-left-top {
    position: relative;
}
.news-left-text {
    position: absolute;
    width: 260px;
    height: 63px;
    padding-top: 18px;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
}
.news-left-item {
    width: 260px;
    height: 56px;
    background: #ECF0F2;
    position: relative;
}
.news-left-item::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 56px;
    background: #16A9FF;
}
.news-right {
    margin-left: 32px;
    width: calc(100% - 293px);
}
.new-list-item {
    padding: 24px 0 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.top-two {
    margin-top: 96px;
    width: 100%;
}
.top-two1 {
    margin-top: 32px;
    width: 100%;
}
.two-box {
    max-width: 1200px;
    margin: 0 auto;
}
.two-box .two-content {
    padding: 24px;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
}
.two-img-box {
    height: 100%;
    position: relative;
}
.two-img {
    width: 577px;
    height: 100%;
}
.two-img-text {
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    box-sizing: border-box;
    background: rgba(51, 51, 51, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
}
.list-item {
    margin-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
}
.three-bg {
    width: 100%;
    height: 660px;
}
.three-img {
    width: 32.5%;
    height: 259px;
}
.three-box {
    width: 100%;
    color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    display: flex;
    justify-content: center;
}
.three-content {
   width: 1200px;
}
.three-title {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.7);
}
.three-text {
    width: 65%;
    line-height: 36px;
    white-space: pre-line;
}

.footer-box {
    width: 100%;
    height: 120px;
    font-size: 14px;
    background: #272C30;
    color: #fff;
    text-align: center;
}


/* 分页 */
#pagercontainer {
    width: 100%;
}

/* a {
    font-size: 25px;
    border: 1px solid #e1e2e3;
    color: #001ac4;
    user-select: none;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    margin: 8px;
    cursor: pointer;
    user-select: none;
} */
.pager {
    width: 100%;
    display: flex;
    justify-content: flex-end;

}
/* .disabled {
    font-size: 25px;
    border: 1px solid #e1e2e3;
    color: #001ac4;
    user-select: none;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    margin: 8px;
    cursor: pointer;
    user-select: none;
} */
.span-btn {
    font-size: 14px;
    border: 1px solid #DDDDDD;
    user-select: none;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    margin: 8px;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}

.active {
    border: none;
    background: #16A9FF;
    color: #fff;
    cursor: auto;
}

.disabled {
    background: #16A9FF;
    color: #fff;
    cursor: not-allowed;
}
