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 {
    max-width: 1400px;
    margin: 0 auto;
}


body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    max-width: 1920px;
    text-size-adjust: none;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* ------------------------------ */
.banner {
    position: relative;
}

.banlist {
    width: 100%;
    height: 850px;
    position: relative;
}

.banlist .prev,
.banlist .next {
    position: absolute;
    top: 45%;
    left: 0;
}

.banlist .next {
    left: auto;
    right: 0;
}

.banlist::before {
    content: '';
    width: 100%;
    height: 125px;
    background: url(../img/banIco.png) center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.banlist .bd li {
    width: 100%;
    height: 850px;
}

.banlist .bd li img {
    width: 100%;
    height: 850px;
}


.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 360px;
    background: url(../img/mark.png) center repeat-x;
    background-size: cover;
    z-index: 9;
}

.header {
    width: 100%;
    height: 116px;
    line-height: 116px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
    -webkit-transition: all .5s;
}

.navgation {
    width: 47%;
    height: 67px;
    line-height: 67px;
    position: relative;
    margin-top: 25px;
}

.navgation .ss {
    position: absolute;
    right: 0;
    top: 0;
}

.head {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
}


.topr .rlink {
    text-align: right;
    padding-right: 30px;
}

.topr .rlink a {
    color: #fff;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}

.topr .rlink span {
    color: #fff;
    margin: 0 8px;
    position: relative;
    top: -1px;
}

.topr .rlink a.ss {
    margin-left: 16px;
}

/* - */

.header .hd-nav {
    width: 98%;
}

.header .hd-nav li {
    line-height: 36px;
    font-size: 17px;
    display: inline-block;
    position: relative;
    padding: 0 27px;
}

.header .hd-nav li>a {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
}

.header.active .hd-nav li:hover>a
.header.active1 .hd-nav li:hover>a {
    font-weight: bold;
    position: relative;
}

.header .hd-nav li:hover>a,
.header .hd-nav li>a.on {
    font-weight: bold;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
}




.header .hd-nav li .sub-nav {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    background: rgba(0, 0, 0, .5);
}

.header .hd-nav li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
}

.header .hd-nav li .sub-nav-h {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.header .hd-nav li .sub-nav-h a {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.header .hd-nav li .sub-nav-h a:hover {
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.header .hd-nav li .sub-nav.active {
    opacity: 1;
    visibility: inherit;
}


.header.active,
.header.active1 {
    position: fixed;
    background: #006dc8;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.header .search {
    position: relative;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #999;
    padding-left: 20px;
    outline: none;
    background: rgba(9, 35, 52, .8);
}

.header.active .search input.search-in,
.header.active1 .search input.search-in {
    background: #dcdcdc;
}

.header.active .search input::placeholder,
.header.active1 .search input::placeholder {
    color: rgba(44, 44, 44, .8);
}

.header .search input.search-btn {
    position: absolute;
    right: 10px;
    top: 14px;
    border: none;
    width: 15px;
    height: 15px;
}

.header .search input.ss1 {
    display: block;
}

.header .search input.ss2 {
    display: none;
}

.header.active .search input.ss1,
.header.active1 .search input.ss1 {
    display: none;
}

.header.active .search input.ss2,
.header.active1 .search input.ss2 {
    display: block;
}

/* ----------------------------- */

.main {
    width: 100%;
    min-height: 1310px;
    background: url(../img/mainBg.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

.main::before {
    content: '';
    width: 100%;
    height: 170px;
    background: url(../img/mainIco.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.linklist .bd {
    overflow: hidden;
    margin-left: -15px;
}

.linklist .bd li {
    width: 447px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    margin: 0 15px;
}

.linklist .bd li .img {
    overflow: hidden;
}

.linklist .bd li .img img {
    width: 100%;
    height: 112px;
}

.boxlist {
    margin: 50px 0;
}

.boxlist .box {
    width: calc((100% - 64px) / 3);
    height: 220px;
    float: left;
    margin-right: 32px;
    position: relative;
}

.boxlist .box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.boxlist .box.last {
    margin: 0;
}

.boxlist .box a {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    padding-top: 50px;
    z-index: 99;
}

.boxlist .box .name {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.newSlide {
    width: 715px;
    position: relative;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.newSlide .prev,
.newSlide .next {
    position: absolute;
    top: 31%;
    left: 0;
}

.newSlide .next {
    left: auto;
    right: 0;
}

.newSlide .bd {
    overflow: hidden;
}

.newSlide .bd li {
    width: 100%;
}

.newSlide .bd li .img {
    width: 100%;
}

.newSlide .bd li .img img {
    width: 100%;
    height: 400px;
}

.newSlide .bd li .text {
    width: 100%;
    height: 135px;
    background: url(../img/new-text-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 25px 30px;
}

.newSlide .bd li .title {
    font-size: 20px;
    color: #2d2d2d;
    font-weight: bold;
}

.newSlide .bd li .desc {
    color: #2d2d2d;
    opacity: .5;
    margin: 10px 0;
}

.newSlide .bd li .dete {
    color: #2d2d2d;
    opacity: .5;
}

.newlist {
    width: 655px;
}

.newlist .box {
    width: 100%;
    line-height: 20px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.newlist .box .dete {
    font-size: 16px;
    color: #414141;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
}

.newlist .box.last {
    padding: 0;
    margin: 0;
}

.newlist .box .title {
    width: calc(100% - 95px);
    font-size: 18px;
    line-height: 20x;
    height: 20px;
    color: #2d2d2d;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newlist .box .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #2d2d2d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.newlist .box .dete2 {
    display: none;
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-top: 8px;
    border-right: 1px solid #d9e0e8;
}

.newlist .box .dete2 .d {
    font-size: 32px;
    color: #006dc8;
    font-weight: bold;
    text-align: center;
}

.newlist .box .dete2 .y {
    color: #414141;
    opacity: .5;
    text-align: center;
    margin-top: 10px;
}

.newlist .box.on {
    height: 85px;
    background: url(../img/new-text-bg.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 12px 15px;
}

.newlist .box.on .title::before {
    display: none;
}

.newlist .box.on .dete {
    display: none;
}

.newlist .box.on .dete2 {
    display: block;
}

.newlist .box.on .title {
    -webkit-line-clamp: 2;
    font-size: 20px;
    color: #006dc8;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
}

/* ------------------------------ */

.footer {
    width: 100%;
    height: 245px;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    padding-top: 60px;
}

.footer .code {
    float: left;
    margin-left: 12px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.footer .code img {
    width: 110px;
    height: 110px;
}

.footer .code p {
    color: #2881f1;
    width: 20px;
    float: right;
    writing-mode: vertical-lr;
}

.footer .banq p {
    line-height: 35px;
}

.footer .banq a {
    color: #fff;
}


.column {
    width: 100%;
    position: relative;
    margin: 50px 0 25px 0;
}

.column::before {
    content: '';
    width: calc(100% - 75px);
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 8px;
    left: 75px;
}

.column .title {
    position: relative;
    box-sizing: border-box;
    padding-left: 17px;
}

.column .title::before {
    content: '';
    width: 3px;
    height: 55px;
    background: #006dc8;
    position: absolute;
    left: 0;
    top: 5px;
}

.column .title .name {
    font-size: 30px;
    color: #2d2d2d;
    font-weight: bold;
}

.column .title .en {
    color: #006dc8;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.column .title .en::before {
    content: '';
    width: 60px;
    height: 2px;
    background: #006dc8;
    position: absolute;
    left: 58px;
    bottom: 6px;
}


.column .more {
    margin-top: 26px;
    color: #414141;
}

.nydt img {
    width: 100%;
}

.nbanner .header {
    position: unset;
}

.crumbs {
    width: 100%;
    padding: 40px 0 15px 0;
    border-bottom: 2px solid #e5f0f9;
    position: relative;
    margin-bottom: 30px;
}

.crumbs-list {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #3c3c3c;
}

.crumbs-list a {
    color: #3c3c3c;
}

.crumbs-list span:last-of-type {
    display: none;
}

.crumbs-name {
    font-size: 32px;
    color: #006dc8;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.crumbs-name::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #2e87d2;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.subNav {
    position: absolute;
    top: 50px;
    left: 130px;
}

.subNav a {
    color: #3f3f3f;
    font-size: 18px;
    margin-left: 80px;
    position: relative;
}

.subNav a.on,
.subNav a:hover {
    color: #006dc8;
    font-weight: bold;
}


/* -------------- */

.textlist .info li {
    width: 100%;
    height: 63px;
    background: #f5f7fa;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    padding-left: 23px;
    border-left: 2px solid #2e86d0;
}

.textlist .info li .dete {
    position: absolute;
    right: 0;
    top: 0;
    width: 88px;
    height: 63px;
    background: #e9f2ff;
}

.textlist .info li .title {
    font-size: 20px;
    line-height: 63px;
    color: #222;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.textlist .info li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #222;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 31px;
    border-radius: 50%;
}

.textlist .info li .d {
    text-align: center;
    font-size: 16px;
    color: #143270;
}

.textlist .info li .y {
    text-align: center;
    font-size: 20px;
    margin: 7px 0 1px 0;
    color: #006dc8;
}

.textlist .info li:hover {
    background: #006dc8;
}

.textlist .info li:hover .title {
    color: #fff;
    font-weight: bold;
}

.textlist .info li:hover .title::before {
    width: 3px;
    height: 3px;
    background: #fff;
}

.textlist .info li:hover .dete {
    background: #00559b;
}

.textlist .info li:hover .d,
.textlist .info li:hover .y {
    color: #fff;
}

.piclist .info li {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    background: #f8f8f8;
}

.piclist .info li .img {
    float: left;
    width: 360px;
    overflow: hidden;
}

.piclist .info li .img img {
    width: 100%;
    height: 200px;
    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;
}

.piclist .info li .text {
    box-sizing: border-box;
    padding: 30px 30px 30px 390px;
}

.piclist .info li .title {
    font-size: 18px;
    color: #292929;
}

.piclist .info li .desc {
    color: #292929;
    opacity: .5;
    line-height: 25px;
    margin: 15px 0;
}

.piclist .info li .dete {
    color: #292929;
    opacity: .5;
}

.piclist .info li:hover {
    background: #e0f1ff;
}

.piclist .info li: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);
}

.piclist .info li:hover .title {
    color: #006dc8;
    font-weight: bold;
}

.piclist .info li:hover .dete {
    color: #006dc8;
    opacity: 1;
}

ul .list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #006dc8 !important;
    background: #006dc8;
}

.detail {
    box-sizing: border-box;
    padding: 10px 145px;
    margin-bottom: 40px;
}

.detail .title {
    text-align: center;
    font-size: 36px;
    color: #1f1f1f;
    font-weight: bold;
}

.detail .timer {
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.detail .timer span {
    color: #1f1f1f;
    opacity: .5;
    margin: 0 10px;
}

.detail .dtl p {
    line-height: 30px;
    margin: 10px 0;
    font-size: 18px;
    line-height: 40px;
}

.danye {
    padding: 0;
}

/* -------------------------------------- */

.picture .info {
    width: calc(100% + 32px);
    margin-left: -16px;
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 96px) / 3);
    margin: 0 16px 30px 16px;
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width: 100%;
    height: 250px;
    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 .info li .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e9e9e9;
    font-size: 18px;
    color: #373737;
}

.picture .info li: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 .info li:hover .title {
    color: #fff;
    background: #2676c1;
}

/* -- */
.picslide2 {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto 30px auto;
}

.picslide2 .swiper-wrapper {
    position: relative;
    left: 18%;
}

.picslide2 .swiper-slide {
    width: 945px;
}

.picslide2 .swiper-slide .img {
    overflow: hidden;
}

.picslide2 .swiper-slide .img img {
    width: 100%;
    height: 530px;
    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;
}

.picslide2 .swiper-slide .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    font-size: 18px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease-in-out;
}


.picslide2 .swiper-slide-active .title {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.picslide2 .swiper-slide-active: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);
}

.picslide2 .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 14%;
}

.picslide2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.picslide2 .swiper-pagination-bullet-active {
    background: #fff;
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
    width: 34px;
    height: 70px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: calc((100% - 70px) / 2);
    z-index: 99;
    border-radius: 0 200px 200px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picslide2 .swiper-next {
    right: 14.3%;
    border-radius: 200px 0 0 200px;
}

.picslide2 .swiper-prev {
    left: 18%;
}

.picslide2 .swiper-next:hover,
.picslide2 .swiper-prev:hover {
    background: #2676c1;
}

.nmain {
    width: 100%;
    min-height: 300px;
    background: url(../img/nmainBg.png) top right no-repeat;
}