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: #353535;
    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;
}

.line3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.picImg {
    overflow: hidden;
    position: relative;
}

.picImg::before {
    position: absolute;
    top: 0px;
    left: -90%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    transform: skewX(-25deg);
    z-index: 3;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 70%);
}

a:hover .picImg::before {
    animation: 1s ease 0s 1 normal none running shine;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

/* ------------------------------ */

.banner {
    width: 100%;
    position: relative;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    bottom: 28px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 9px;
    background: #fff;
}

.banlist .swiper-pagination-bullet-active {
    width: 28px;
    height: 30px;
    display: inline-block;
    background: url(../img/bullet-ico.svg) no-repeat;
}

.banlist .swiper-next,
.banlist .swiper-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc((100% - 60px) / 2);
    left: 40px;
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.banlist .swiper-next {
    left: auto;
    right: 40px;
}

.banlist .swiper-next:hover,
.banlist .swiper-prev:hover {
    background: rgba(1, 69, 145, 0.5);
}

.banlist:hover .swiper-next,
.banlist:hover .swiper-prev {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;

}

.header::before {
    content: '';
    width: 100%;
    height: 173px;
    background: url(../img/mark.png) top center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.header .head {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

.navigation {
    position: relative;
    z-index: 101;
}

.nav {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    /* flex: 1; */
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 23px;
}


.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.nav .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.nav .sub {
    width: 120%;
    top: 100%;
    position: absolute;
    left: -10%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    border: 1px solid #014591;
    box-shadow: 21px 20px 30px 0px rgba(0, 0, 0, 0.3);
    padding: 12px 0;
    /* background: url(../img/logo-ico.png) center center no-repeat #fff; */
    background: #fff;
}

.nav .sub li {
    line-height: 20px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
    padding: 7px 0;
}

.nav .sub a {
    display: block;
    color: #343434;
    font-size: 16px;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .sub li:hover a {
    color: #014591;
    font-weight: bold;
}


.topLink {
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 23px;
}

.topLink a {
    width: 77px;
    height: 23px;
    line-height: 23px;
    border-radius: 1000px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .6);
    text-align: center;
    display: inline-block;
}


/* ---------------------------- */

.content {
    padding-bottom: 60px;
    position: relative;
}

.content .icon1 {
    width: 138px;
    height: 227px;
    background: url(../img/icon1.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 67px;
    left: 62px;
}

.content .icon2 {
    width: 160px;
    height: 146px;
    background: url(../img/icon2.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 13px;
    bottom: 82px;
}

.tzgg {
    width: 29.3%;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 14px;
    padding-top: 65px;
    margin-bottom: 35px;
    position: relative;
}

.column .title {
    font-size: 30px;
    font-weight: bold;
    color: #181818;
    position: relative;
}

.column .title::before {
    content: '';
    width: 100%;
    height: 0;
    border-top: 2px solid #014591;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.column .more {
    width: 107px;
    height: 35px;
    background: url(../img/more.svg) center no-repeat;
    position: absolute;
    right: 0;
    top: 70px;
}

.column .more img {
    display: none;
}

.column .more:hover {
    background: url(../img/more2.svg) center no-repeat;
}

.tzgglist .box {
    width: 100%;
    margin-bottom: 30px;
}

.tzgglist .box5 {
    margin: 0;
}

.tzgglist .box a {
    width: 100%;
    display: flex;
}

.tzgglist .box .dete {
    width: 65px;
    height: 60px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #C5C5C5;
    margin-right: 15px;
    position: relative;
}

.tzgglist .box .dete .line1 {
    width: 0;
    height: 8px;
    border-left: 1px solid #C5C5C5;
    position: absolute;
    left: 13px;
    top: -4px;
}

.tzgglist .box .dete .line2 {
    width: 0;
    height: 8px;
    border-left: 1px solid #C5C5C5;
    position: absolute;
    right: 13px;
    top: -4px;
}

.tzgglist .box .d {
    font-size: 24px;
    color: #181818;
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.tzgglist .box .y {
    width: 100%;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    background: #C5C5C5;
    color: #fff;
    text-align: center;
}

.tzgglist .box .title {
    width: calc(100% - 65px - 15px);
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #333;
}

.tzgglist .box:hover .dete {
    box-sizing: border-box;
    border: 1px solid #014591;
}

.tzgglist .box:hover .d {
    color: #014591;
}

.tzgglist .box:hover .y {
    background: #014591;
    color: #fff;
}

.tzgglist .box:hover .dete .line1,
.tzgglist .box:hover .dete .line2 {
    border-left: 1px solid #014591;
}

.tzgglist .box:hover .title {
    color: #014591;
}


.news {
    width: 67.85%;
    width: 100%;
}

.newBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newlist {
    width: calc(100% - 800px - 30px);
    position: relative;
}


.newlist .box {
    width: 100%;
    padding: 23px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    position: relative;
}

.newlist .box a {
    width: 100%;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.newlist .box1 {
    padding-top: 0;
}

.newlist .box5 {
    padding-bottom: 0;
    border: none;
}

.newlist .box .title {
    color: #0B0B0B;
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 10px;
}

.newlist .box::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D8D8D8;
    position: absolute;
    left: -2px;
    top: 28px;
}

.newlist .box1::before {
    top: 11px;
}

.newlist .box .dete {
    color: #014591;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.newlist .box:hover .title {
    color: #014591;
    font-weight: bold;
}

.newlist .box:hover a {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.newSlide {
    width: 800px;
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.newSlide .swiper-slide::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #014591;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 490px;
    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;
}

.newSlide .swiper-slide .text {
    width: 100%;
    height: 85px;
    background: linear-gradient(180deg, #F5FBFF 0%, #FFFFFF 100%);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 16px 20px;
}

.newSlide .swiper-slide .dete {
    width: 64px;
    height: 52px;
    background: #ECF8FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newSlide .swiper-slide .dete .a {
    font-size: 20px;
    font-weight: bold;
    color: #014591;
    text-align: center;
}

.newSlide .swiper-slide .dete .y {
    font-size: 12px;
    color: #014591;
    text-align: center;
}

.newSlide .swiper-slide .tt {
    width: 100%;
}

.newSlide .swiper-slide .title {
    font-size: 19px;
    font-weight: bold;
    color: #014591;
    line-height: 25px;
    height: 25px;
}

.newSlide .swiper-slide .desc {
    line-height: 25px;
    height: 25px;
    margin-top: 5px;
    text-align: justify;
    color: #373737;
    opacity: .5;
}

.newSlide .swiper-slide .deter {
    display: flex;
    align-items: center;
    color: #AFAFAF;
}

.newSlide .swiper-slide .dete {
    margin-right: 15px;
}

.newSlide .swiper-slide .deter img {
    position: relative;
    top: -2px;
}

.newSlide .swiper-slide:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.newSlide .swiper-slide:hover .title {
    color: #014591;
}

.newSlide .swiper-slide: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);
}

.newSlide .swiper-pagination {
    right: 22px;
    bottom: 28px;
    display: none;
}

.newSlide .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 2.5px;
    opacity: 1;
    background: #B6D8FF;
}

.newSlide .swiper-pagination-bullet-active {
    background: #014591;
}

.newSlide .swiper-next,
.newSlide .swiper-prev {
    position: absolute;
    top: 40%;
    left: 0;
    cursor: pointer;
    z-index: 99;
}

.newSlide .swiper-next {
    left: auto;
    right: 0;
}


.footer {
    width: 100%;
    height: 225px;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 30px;
}

.footer .left {
    box-sizing: border-box;
    padding-right: 30px;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.yqlj {
    width: 248px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-right: 40px;
}

.yqlj .box {
    position: relative;
}

.yqlj .box h3 {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 18px;
    top: 17px;
}

.yqlj ul {
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    padding: 15px;
    display: none;
}

.yqlj ul li {
    width: 100%;
    line-height: 30px;
    text-align: center;
}

.yqlj ul li a {
    font-size: 15px;
    color: #272727;
}

.yqlj ul li:hover a {
    color: #1269CA;
}

.yqlj .box:hover ul {
    display: block;
}

.code {
    padding: 5px;
    background: #fff;
    display: flex;
}

.code img {
    width: 100px;
    height: 100px;
}

.code p {
    font-size: 15px;
    color: #1E71CD;
    width: 20px;
    margin-left: 5px;
}

.banq {
    margin-top: 25px;
}

.banq p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 30px;
}

.banq p a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .right {
    display: flex;
    align-items: flex-end;
}

.nydt img {
    width: 100%;
}

.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-bottom: 1px solid #EAEAEA;
}

.crumbs .name {
    font-size: 30px;
    font-weight: bold;
    color: #181818;
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #014591;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.crumbs .list,
.crumbs .list a {
    color: #999999;
}

.crumbs .list span:last-of-type {
    display: none;
}

.ncontent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 300px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.subNav2 {
    padding: 0;
    box-shadow: none;
}

.subNav .box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
}

.subNav .box::before {
    content: '';
    width: 36px;
    height: 8px;
    display: inline-block;
    background: url(../img/next-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 24px;
    top: 21px;
    opacity: 0;
}

.subNav .box.on,
.subNav .box:hover {
    background: #014591;
}

.subNav .box::before,
.subNav .box:hover::before {
    opacity: 1;
}

.subNav .box a {
    font-size: 18px;
    color: #1E1E1E;
}

.subNav .box.on a,
.subNav .box:hover a {
    color: #fff;
}

.listBg {
    width: calc(100% - 300px - 30px);
    background: #fff;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}

.textlist {
    box-sizing: border-box;
    padding-top: 18px;
}

.textlist .box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 35px;
}

.textlist .box a {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.textlist .box .title {
    font-size: 20px;
    color: #2C2C2C;
    width: calc(100% - 95px);
    line-height: 25px;
    height: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.textlist .box .title::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #2C2C2C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.textlist .box .dete {
    font-size: 16px;
    color: #2C2C2C;
    opacity: 0.5;
    width: 90px;
    text-align: right;
}

.textlist .box:hover {
    background: #014591;
}

.textlist .box:hover .title {
    color: #fff;
    font-weight: bold;
}

.textlist .box:hover a {
    border-bottom: 1px solid #014591;
}

.textlist .box:hover .dete {
    color: #fff;
}

.textlist .box:hover .title::before {
    background: #fff;
}

.list-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 60px 0;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #014591 !important;
    color: #fff;
    background-color: #014591 !important;
}

.picture {
    box-sizing: border-box;
    padding: 30px;
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 61px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 0.72px solid #E4E4E4;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    height: 177.69px;
    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;
}

.picture .box .title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #2E2E2E;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}

.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 {
    box-sizing: border-box;
    border: 1px solid #014591;
}

.picture .box:hover .title {
    color: #014591;
}

.picture .list-page {
    padding: 30px 0;
}

.piclist {
    box-sizing: border-box;
    padding: 30px;
}

.piclist .box {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.piclist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #014591;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.piclist .box .img {
    overflow: hidden;
    width: 302px;
}

.piclist .box .img img {
    width: 100%;
    height: 165px;
    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;
}

.piclist .box a {
    width: 100%;
    display: flex;
}

.piclist .box .tt {
    width: calc(100% - 302px);
    box-sizing: border-box;
    padding: 20px;
}

.piclist .box .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    color: #262626;
}

.piclist .box .desc {
    color: #262626;
    text-align: justify;
    line-height: 25px;
    height: 50px;
    opacity: .5;
    margin: 10px 0 18px 0;
}

.piclist .box .deter {
    display: flex;
    align-items: center;
    color: #AFAFAF;
}

.piclist .box .deter>div {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.piclist .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);
}

.piclist .box:hover .title {
    color: #014591;
}

.piclist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.piclist .list-page {
    padding: 30px 0;
}

.xrldlist {
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
}

.xrldlist .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xrldlist .box {
    width: calc((100% - 32px) / 2);
    box-sizing: border-box;
    padding: 24px 20px;
    background: #fff;
    box-shadow: 0px 0px 45.31px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    position: relative;
}

.xrldlist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #014591;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.xrldlist .box .img {
    width: 115px;
}

.xrldlist .box .img img {
    width: 100%;
    height: 152px;
    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;
}

.xrldlist .box a {
    display: flex;
}

.xrldlist .box .tt {
    width: calc(100% - 115px);
    box-sizing: border-box;
    padding-left: 20px;
}

.xrldlist .box .name {
    font-size: 18px;
    font-weight: bold;
    color: #1E1E1E;
}

.xrldlist .box .name2 {
    width: auto;
    height: 24px;
    line-height: 24px;
    background: #014591;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    margin: 9px 0 20px 0;
}

.xrldlist .box .desc {
    line-height: 25px;
    height: 75px;
    text-align: justify;
    color: #9E9E9E;
}

.xrldlist .box:hover .name {
    color: #014591;
}

.xrldlist .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);
}

.xrldlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}


.tealist {
    box-sizing: border-box;
    padding: 30px;
}

.tealist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tealist .box {
    width: 10%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.tealist .box a {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.tealist .box .ico {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D8D8D8;
    display: inline-block;
    margin-right: 5px;
}

.tealist .box .name {
    flex: 1;
    font-size: 18px;
    color: #181818;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tealist .box:hover a {
    border-bottom: 1px solid #014591;
}

.tealist .box :hover .name {
    color: #014591;
}

.tealist .box:hover .ico {
    background: #014591;
}

.tealist .list-page {
    padding: 0;
}

.detailBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 73px;
}

.tjxwlist {
    width: 370px;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.tjxwlist .name {
    width: 100%;
    height: 61px;
    background: #EBF1FF;
    line-height: 61px;
    text-align: center;
    font-size: 18px;
    color: #323232;
}

.tjxwlist ul li {
    width: 100%;
    height: 66px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    display: flex;
    align-items: center;
}

.tjxwlist ul li a {
    width: 100%;
    display: inline-block;
    color: #323232;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tjxwlist ul li:hover a {
    color: #014591;
}

.detail {
    width: calc(100% - 370px - 52px);
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #272727;
    text-align: center;
}

.detail .timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #D8D8D8;
    padding: 25px 0 12px 0;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    color: #9E9E9E;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .timer .right {
    display: flex;
    align-items: center;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 18px !important;
    line-height: 40px !important;
    text-align: justify;
    color: #323232;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail-page {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-page .box {
    width: 49%;
}

.detail-page .box a {
    font-size: 18px;
    color: #9E9E9E;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover a {
    color: #014591;
}

.advlist {
    width: 100%;
    position: relative;
    margin-top: 70px;
}

.advlist .swiper-slide .img {
    width: 100%;
}

.advlist .swiper-pagination {
    right: 30px;
    bottom: 10px;
    z-index: 9;

}

.advlist .swiper-pagination-bullet {
    margin: 0 3px;
    background: #fff;
    opacity: .7;
}

.advlist .swiper-pagination-bullet-active {
    opacity: 1;
}


/* --------------- */

.splySlide .swiper-slide::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 0.73px solid rgba(1, 69, 145, .6);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.splySlide .swiper-slide .img {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 10px 10px;
}

.splySlide .swiper-slide .img::after {
    content: '';
    width: 100%;
    height: 120px;
    background: #E6F2FF;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.splySlide .swiper-slide .img img {
    width: 100%;
    height: 178px;
    position: relative;
    z-index: 2;
    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;
}

.splySlide .swiper-slide .title {
    font-size: 18px;
    color: #2E2E2E;
    line-height: 52px;
    height: 52px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 0.73px solid rgba(0, 0, 0, .1);
}

.splySlide .swiper-slide: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);
}

.splySlide .swiper-slide:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.splySlide .swiper-slide:hover .img::after {
    background: #014591;
}

.splySlide .swiper-slide:hover .title {
    color: #014591;
}

.splySlide .swiper-slide .videoBtn {
    width: 53px;
    height: 53px;
    display: inline-block;
    background: url(../img/video.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: calc((100% - 53px) / 2);
    z-index: 9;
    top: 28%;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.splySlide .swiper-slide:hover .videoBtn {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}


.zxfcSlide {
    width: 100%;
    position: relative;
}

.zxfcSlide .swiper-slide::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 0.73px solid rgba(1, 69, 145, .6);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.zxfcSlide .swiper-slide .img {
    width: 100%;
    position: relative;
}

.zxfcSlide .swiper-slide .img img {
    width: 100%;
    height: 185px;
    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;
}

.zxfcSlide .swiper-slide .title {
    font-size: 18px;
    color: #2E2E2E;
    line-height: 52px;
    height: 52px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    border-bottom: 0.73px solid rgba(0, 0, 0, .1);
}

.zxfcSlide .swiper-slide: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);
}

.zxfcSlide .swiper-slide:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.zxfcSlide .swiper-slide:hover .title {
    color: #014591;
}

.zxfcSlide .swiper-prev,
.zxfcSlide .swiper-next {
    position: absolute;
    right: 124px;
    top: -78px;
    z-index: 99;
    cursor: pointer;
    opacity: .5;
}

.zxfcSlide .swiper-prev {
    right: 150px;
}

.zxfcSlide .swiper-prev:hover,
.zxfcSlide .swiper-next:hover {
    opacity: 1;
}



.home-ico1 {
    width: 138px;
    height: 227px;
    background: url(../img/icon1.png) center no-repeat;
    position: absolute;
    left: 62px;
    top: 67px;
}

.home-ico2 {
    width: 146px;
    height: 160px;
    background: url(../img/icon2.png) center no-repeat;
    position: absolute;
    right: 13px;
    top: 430px;
}

.home-ico3 {
    width: 146px;
    height: 160px;
    background: url(../img/icon2.png) center no-repeat;
    position: absolute;
    left: 40px;
    top: 950px;
    /* 水平翻转 */
    transform: scaleX(-1);
}

.home-ico4 {
    width: 138px;
    height: 227px;
    background: url(../img/icon1.png) center no-repeat;
    position: absolute;
    right: 35px;
    bottom: 162px;
    transform: scaleX(-1);
}

h1 {
    width: 30%;
    position: relative;
}

h1 img {
    width: 100%;
}

.lut_logo {
    width: 45%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.danye-page {
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px;
}

@media screen and (max-width: 1700px) {
    .nav .nLi {
        padding: 0 15px;
    }

    .nav .nLi h3 a {
        font-size: 16px;
    }

    .yqlj {
        width: 210px;
    }

    .banq p {
        font-size: 14px;
    }


}

@media screen and (max-width: 1520px) {
    .nav .nLi {
        padding: 0 10px;
    }

    .nav .nLi h3 a {
        font-size: 14px;
    }
}