body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    width: 75%;
    max-width: 1400px;
    /* width: 75%; */
    margin: 0 auto;
}


body {
    background: #fff;
    color: #000;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    /* min-width: 1500px; */
    margin: 0 auto;
    /* max-width: 1920px; */
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* ------------------------------ */

.header img {
    width: 100%;
}



.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 40px 0;
}

.column .more {
    color: #999999;
    display: flex;
    align-items: center;
}

.column .more::after {
    content: '';
    width: 52px;
    height: 27px;
    display: inline-block;
    background: url(../imgs/more-ico.svg) center no-repeat;
    margin-left: 8px;
}

.content1 {
    width: 100%;
    background: url(../imgs/content1Bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 86px;
}



.tsdhSlide {
    box-sizing: border-box;
    position: relative;
    max-width: 1600px;
}

.tsdhSlide .swiper-wrapper {
    position: relative;
    left: 13.5%;
}

.tsdhSlide .swiper-slide {
    width: 1018px;
}

.tsdhSlide .swiper-slide .img {
    overflow: hidden;
}

.tsdhSlide .swiper-slide .img img {
    width: 100%;
    height: 656px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.tsdhSlide .swiper-slide .title {
    width: 100%;
    height: 95px;
    line-height: 95px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.81) 100%);
    transition: all 0.5s ease-in-out;
}

.tsdhSlide .swiper-slide-active .title {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.tsdhSlide .swiper-slide-active:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.tsdhSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.tsdhSlide .swiper-slide-active:hover .title {
    width: 100%;
    height: 100%;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.tsdhSlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.tsdhSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 7px;
    opacity: 0.3;
    background: #182D80;
}

.tsdhSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.tsdhSlide .swiper-next,
.tsdhSlide .swiper-prev {
    width: 55px;
    height: 55px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 45%;
    z-index: 99;
    cursor: pointer;
    left: 11.6%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsdhSlide .swiper-next {
    left: auto;
    right: 11.6%;
}


.content2 {
    width: 100%;
    background: #F0F7FF;
    padding-bottom: 50px;
}

.mtjjlist .info {
    display: flex;
    flex-wrap: wrap;
}

.mtjjlist .box {
    width: calc((100% - 90px) / 3);
    margin-right: 44px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    position: relative;
}


.mtjjlist .box:nth-child(3n) {
    margin-right: 0;
}

.mtjjlist .box a {
    display: inline-block;
    background: #fff;
    height: 250px;
    box-sizing: border-box;
    padding: 40px;
    box-shadow: 0px 4px 30px 0px rgba(0, 87, 243, 0.13);
    position: relative;
    z-index: 9;
}

.mtjjlist .box .title {
    font-size: 20px;
    color: #555555;
    line-height: 35px;
    height: 70px;
}

.mtjjlist .box .more {
    color: rgba(3, 83, 161, 0.8706);
    margin-top: 70px;
    display: flex;
    align-items: center;
}

.mtjjlist .box .more img {
    margin-left: 20px;
}

.mtjjlist .box::before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: linear-gradient(270deg, rgba(24, 45, 128, 0.21) 0%, rgba(24, 45, 128, 0) 100%);
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.mtjjlist .box2::before,
.mtjjlist .box5::before {
    background: linear-gradient(270deg, rgba(0, 91, 255, 0.19) 0%, rgba(0, 91, 255, 0) 100%);
}

.mtjjlist .box3::before,
.mtjjlist .box6::before {
    background: linear-gradient(270deg, rgba(0, 130, 211, 0.19) 0%, rgba(0, 137, 211, 0) 100%);
}

.mtjjlist .box .ico {
    width: 79px;
    height: 73.36px;
    display: inline-block;
    position: absolute;
    right: 34px;
    bottom: 30px;
}

.mtjjlist .box1 .ico,
.mtjjlist .box4 .ico {
    background: url(../imgs/icon1.png) center no-repeat;
    background-size: cover;
}

.mtjjlist .box2 .ico,
.mtjjlist .box5 .ico {
    background: url(../imgs/icon2.png) center no-repeat;
    background-size: cover;
}

.mtjjlist .box3 .ico,
.mtjjlist .box6 .ico {
    background: url(../imgs/icon3.png) center no-repeat;
    background-size: cover;
}

.mtjjlist .box:hover::before {
    background: linear-gradient(270deg, rgba(24, 45, 128, 0.74) 0%, rgba(24, 45, 128, 0) 100%);
}

.mtjjlist .box:hover .title {
    font-weight: bold;
    color: #182D80;
}

.footer {
    width: 100%;
    background: url(../imgs/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.footer .container {
    height: 188px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .banq p {
    color: #fff;
    line-height: 30px;
}

.footer .banq p a {
    color: #fff !important;
}

/* -------------------------------- */

.navigation {
    width: 100%;

    background: url(../imgs/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.nav {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .box {
    flex: 1;
    text-align: center;
}

.nav .box a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

.nav .box.on,
.nav .box:hover {
    background: #0966b2;
}

.nav .box.on a,
.nav .box:hover a {
    font-weight: bold;
}

.nmain {
    padding: 60px 0;
}

.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.crumbs .name {
    font-size: 30px;
    color: #0966b2;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 16px;
}

.crumbs .list a {
    color: #666;
}

.crumbs .list span:last-of-type {
    display: none;
}



.textlist .box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid #999999;
}

.textlist .box a {
    color: #333;
}

.textlist .box .title {
    font-size: 18px;
}

.textlist .box .desc {
    line-height: 25px;
    margin: 10px 0;
    opacity: .8;
}

.textlist .box .dete {
    opacity: .8;
}

.textlist .box:hover {
    background: #0966b2;
}

.textlist .box:hover a {
    color: #fff;
}

.list-page {
    width: 100%;
    height: 30px;
    margin: 30px 0;
}

.detail {
    background: #fff;
    box-sizing: border-box;
    padding: 40px 120px;
    margin-bottom: 40px;
    border: 1px solid rgba(204, 204, 204, .5);
}

.detail .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px 0;
    font-size: 16px;
}

.detail .timer>div {
    color: #999;
    margin: 0 5px;
}

.detail .dtl {
    border-top: 1px solid rgba(204, 204, 204, .5);
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    padding: 30px 0;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin: 10px 0;
}

.detail .dtl p img {
    max-width: 100%;
    height: auto !important;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.detail-page .box {
    width: 49%;
    line-height: 40px;
}

.detail-page .box:last-of-type {
    text-align: right;
}

.detail-page .box a {
    color: #3D3D3D;
    font-size: 16px;
}

.detail-page .box:hover a {
    color: #0966b2;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0966b2 !important;
    color: #fff;
    background-color: #0966b2 !important;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 62px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .box .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .box:hover .title {
    font-weight: bold;
}

@media screen and (max-width: 1630px) {
    .container {
        width: 75%;
    }

}