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;
}

body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    margin: 0 auto;
    /* max-width: 1920px; */
}

html {
    scroll-behavior: smooth;
}


.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 16px;
}

.font-size-20 {
    font-size: 20px;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-top-70 {
    padding-top: 70px;
}


.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;
}

/* - */

.banlist {
    position: relative;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-next {
    right: 0;
}

.banlist .swiper-prev {
    left: 0;
}

.banlist .swiper-next,
.banlist .swiper-prev {
    position: absolute;
    width: 35px;
    height: 67px;
    top: calc((100% - 37px) / 2);
    cursor: pointer;
    opacity: 0.7;
    z-index: 99;
}

.banlist .swiper-next:hover,
.banlist .swiper-prev:hover {
    opacity: 1;
}

.banlist .swiper-next img,
.banlist .swiper-prev img {
    width: 100%;
}

.header-top {
    width: 100%;
    height: 115px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    height: 200px;
    background: url(../imgx/topmask.png) center repeat-x;
    background-size: auto 99%;
    background-position-y: 0px;
}

.header .search {
    display: flex;
    align-items: center;
}

.header .search a {
    color: #fff;
    font-size: 16px;
    opacity: .7;
}

.search .f-link span {
    color: #fff;
    margin: 0 3px;
    opacity: .7;
}

.header .search .f-seach {
    position: relative;
    margin-left: 24px;
}

.header .search .f-seach input {
    border: none;
}

.header .search .f-seach input.search-in {
    width: 204px;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .7);
    color: rgba(255, 255, 255, .7);
    padding-left: 20px;
    outline: none;
    background: center;
}

.header .search .f-seach input.search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    border: none;
    width: 17px;
    height: 17px;
}

/* Safari膹慕艢Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* 莽聛芦莽鈥孤� Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* 莽聛芦莽鈥孤� Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

.navigation {
    width: 100%;
    height: 25px;
}

.nav {
    width: 100%;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    text-align: center;
    position: relative;
}

.nav .nLi h3 {
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 17px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 200%;
    top: 40px;
    position: absolute;
    background: #fff;
    line-height: 60px;
    left: -50%;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #484848;
    font-size: 14px;
}

.nav .sub li:hover {
    background: #eee;
}

.nav .sub li:hover .sub2{
    display: block;
}

.nav .sub2 {
       display: none;
    width: 100%;
    top: 20px;
    position: absolute;
    background: #fff;
    line-height: 60px;
    left: 100%;
}

.nav .sub2 li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub2a {
    display: block;
    color: #484848;
    font-size: 14px;
}

.nav .sub2 li:hover {
    background: #eee;
}


.nav .on h3 a {
    font-weight: bold;
}


/* -- */

.main-news {
    width: 100%;
    background: #f5f9ff;
    padding-bottom: 75px;
}

.newslist .box {
    border-top: 5px solid #fbfbfb;
    box-sizing: border-box;
    padding: 30px 20px 40px 20px;
    background: url(../imgx/newslist-box-bg.png) center no-repeat #fff;
}



.newslist .box .title {
    color: #484848;
    line-height: 21px;
    height: 21px;
}

.newslist .box .desc {
    color: #484848;
    line-height: 22px;
    max-height: 44px;
    margin: 10px 0 15px 0;
    opacity: .6;
}

.newslist .box .dete {
    color: #8e8e8e;
    opacity: .9;
}

.newslist .box:hover {
    border-top: 5px solid #1e458d;
}

.newslist .box:hover .title {
    color: #1e458d;
    font-weight: bold;
}

.newslist .box:hover .dete {
    color: #1e458d;
}

.newside .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -80px;
    z-index: 9;
    right: 0;
    height: 150px;
    background: url(../imgx/topmask.png) center repeat-x;
    background-size: auto 99%;
    transform: rotateX(180deg);
}

.newside .swiper-slide .title {
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 120px 0 20px;
    z-index: 99;

}

.newside .swiper-slide .img {
    overflow: hidden;
}

.newside .swiper-slide .img img {
    width: 100%;
    height:388px;
    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;
}

.newside .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);
}


.newside .swiper-pagination {
    position: absolute;
    right: 20px;
    left: auto;
    width: auto;
       bottom: 18px;
}

.newside .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: .5;
    background: #fff;
}

.newside .swiper-pagination-bullet-active {
    opacity: 1;
}

.news-boxlist .box {
    width: 100%;
    height: 60px;
    background: #fff;
    border-left: 5px solid #d7d7d7;
    box-sizing: border-box;
    padding: 0 20px;
}

.news-boxlist .box .title {
    line-height: 21px;
}

.news-boxlist .box a {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #484848;
}

.news-boxlist .box .title {
    width: calc(100% - 90px);
    line-height: 21px;
    height: 21px;
}

.news-boxlist .box .dete {
    opacity: 0.5;
    min-width: 80px;
    text-align: right;
}

.news-boxlist .box:hover {
    background: #1e458c;
    border-left: 5px solid #fbbd00;
}

.news-boxlist .box:hover .title {
    color: #fff;
    font-weight: bold;
}

.news-boxlist .box:hover .dete {
    color: #fff;
}

.main-news .column {
    line-height: 150px;
    text-align: center;
    background: url(../imgx/column-bg.png) center center no-repeat;
    background-position-y: 32px;
}



.column a.name {
    position: relative;
    font-size: 32px;
    color: #233f79;
    z-index: 9;
}

.column a.name span {
    font-weight: bold;
}

.column a.name::before {
    content: '';
    width: 100%;
    height: 5px;
    background: #fbbd00;
    position: absolute;
    bottom: 2px;
    z-index: -1;
}

.main-notice {
    width: 100%;
    background: url(../imgx/main-notice-bg.png) center no-repeat;
    box-sizing: border-box;
    padding: 78px 0 75px 0;
    background-size: cover;
}

.main-notice .column {
    line-height: 120px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
    background: url(../imgx/column-bg.png) left no-repeat;
    background-position-y: 15px;
    background-position-x: -100px;
}

.main-notice a.name::before {
    bottom: 40px;
}

.main-notice a.more {
    color: #233f79;
}

.con-notice {
    background: #fff;
    padding-bottom: 30px;
}

.con-notice ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 30px;
    margin-bottom: 8px;
}

.con-notice ul li:last-child {
    margin-bottom: 0;
}

.con-notice ul li a {
    display: flex;
}

.con-notice ul li .dete {
    height: 50px;
    min-width: 58px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.con-notice ul li .d {
    color: #233f79;
    font-size: 30px;
}

.con-notice ul li .y {
    color: #686868;
}

.con-notice ul li .text {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.con-notice ul li .title {
    width: 100%;
    color: #484848;
    line-height: 21px;
    height: 21px;
}

.con-notice ul li .desc {
    color: #484848;
    opacity: .7;
    width: 100%;
    line-height: 20px;
    height: 20px;
}

.con-notice ul li:hover {
    background: #1d448c;
    border-left: 5px solid #fbbd00;
}

.con-notice ul li:hover .dete {
    border-right: 1px solid #345798;
}

.con-notice ul li:hover .d {
    color: #fff;
}

.con-notice ul li:hover .y {
    color: #fff;
}

.con-notice ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.con-notice ul li:hover .desc {
    color: #fff;
}

.con-ggl {
    background: url(../imgx/con-ggl-bg.png) center no-repeat;
    background-size: cover;
}

.con-ggl .column {
    background: url(../imgx/column-bgw.png) left no-repeat;
    background-position-y: 15px;
    background-position-x: -100px;
}

.con-ggl a.name {
    color: #fff;
}

.con-ggl a.more {
    color: #fff;
}

.con-ggl ul {
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
}

.con-ggl ul li {
    border: 1px solid #6893b0;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 14px 18px;

}

.con-ggl ul li a {
    display: inline-block;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.con-ggl ul li:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.con-ggl ul li:last-child {
    margin-bottom: 0;
}

.con-ggl ul li .title {
    line-height: 21px;
    height: 21px;
    color: #fff
}

.con-ggl ul li .dete {
    color: #fff;
    margin: 5px 0;
    opacity: .7;
}

.con-ggl ul li .desc {
    color: #fff;
    opacity: .7;
}

.advlist {
    padding-top: 19px;
}

.advlist .img {
    overflow: hidden;
}

.advlist .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;
}

.advlist .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}



.main-kxyj {
    width: 100%;
    background: url(../imgx/main-kxyj-bg.png) center top no-repeat;
    background-size: cover;
}

.main-kxyj .column {
    line-height: 130px;
    text-align: center;
    background: url(../imgx/column-bg3.png) center no-repeat;
}

.main-kxyj a.name {
    color: #fff;
}

.kxyjlist {
    box-sizing: border-box;
    padding: 6px;
    background: rgba(255, 255, 255, .5);
}

.kxyjlist .box {
    border: 1px solid #e0e7f3;
    box-sizing: border-box;
    padding: 28px 25px;
}

.kxyjlist .box .item {
    width: 100%;
    height: 85px;
    background: url(../imgx/con-kxyj-libg.png) no-repeat;
    box-sizing: border-box;
    padding: 0 10px;
}

.kxyjlist .item .dete {
    background: #fff;
    min-width: 80px;
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.kxyjlist .box .item a {
    display: flex;
    height: 100%;
    align-items: center;
}

.kxyjlist .box .item .title {
    color: #484848;
    line-height: 21px;
    height: 21px;
    width: calc(100% - 100px);
}

.kxyjlist .item .dete .d {
    font-size: 30px;
    color: #484848;
}

.kxyjlist .item .dete .y {
    color: #484848;
    opacity: .5;
}

.kxyjlist .box .item a:hover .dete {
    background: #1d448c;
}

.kxyjlist .box .item a:hover .d {
    color: #fff;
}

.kxyjlist .box .item a:hover .y {
    color: #fff;
}

.kxyjlist .box .item a:hover .title {
    color: #1e458c;
    font-weight: bold;
}

.kxyj-more {
    width: 165px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #6588ba;
    margin: 18px auto 0 auto;
}

.kxyj-more a {
    color: #233f79;
    font-weight: bold;
}

/* -- */

.con-dqgz a.name,
.con-sjpt a.name {
    color: #233f79;
}

.con-dqgz {
    background: url(../imgx/con-dqgz-bg.png) center top no-repeat;
    background-size: cover;
}

.con-sjpt {
    background: url(../imgx/con-sjpt-bg.png) center top no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 45px;
}

.sjptlist {
    box-sizing: border-box;
    padding: 0 30px;
}

.sjptlist .box {
    background: url(../imgx/sjpt-li-bg.png) center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.sjptlist .box:last-child {
    margin: 0;
}

.sjptlist .box a {
    font-size: 24px;
    color: #484848;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.sjptlist .box:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.dqgzlist {
    box-sizing: border-box;
    padding: 0 45px 25px 45px;
}

.dqgzlist ul li {
    position: relative;
}

.dqgzlist ul li.f {
    width: 100%;
    height: 190px;
    padding-bottom: 16px;
    margin-bottom: 10px;
}

.dqgzlist ul li.f .img {
    overflow: hidden;
}

.dqgzlist ul li.f .img img {
    width: 340px;
    height: 190px;
    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;
}

.dqgzlist ul li.f: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);
}

.dqgzlist ul li.f .title {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #233f79;
    width: 295px;
    height: 160px;

    box-sizing: border-box;
    padding: 0 28px;

    display: flex;
    align-items: center;
}

.dqgzlist ul li.f .title p {
    color: #fff;
    font-weight: bold;
    line-height: 25px;
    width: 100%;
}

.dqgzlist ul li.n {
    line-height: 60px;
    border-bottom: 1px solid #e5e1d8;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.dqgzlist ul li.n a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 10px;
}

.dqgzlist ul li.n a::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #484848;
    position: absolute;
    left: 0;
}


.dqgzlist ul li.n .title {
    color: #484848;
    line-height: 21px;
    height: 21px;
}

.dqgzlist ul li.n:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.dqgzlist ul li.n:hover .title {

    color: #233f79;
    font-weight: bold;
}

.dqgzlist ul li.n:hover .dete {
    opacity: .7;
}

.dqgzlist ul li.n .dete {
    color: #484848;
    min-width: 80px;
    text-align: right;
    opacity: .5;
}

.dqgzlist ul li:last-child {
    padding: 0;
    border: none;
}

.main-links {
    padding: 40px 0 50px 0;
}

.main-links .column {
    line-height: 120px;
    text-align: center;
    background: url(../imgx/column-bg3.png) center no-repeat;
}

.linkslist .swiper-slide a {
    width: 99%;
    height: 78px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.linkslist .swiper-slide .img {
    overflow: hidden;
}

.linkslist .swiper-slide .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;
}

.linkslist .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);
}

.linkslist .swiper-pagination {
    position: initial;
    padding-top: 20px;
}

.linkslist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #dbdbdb;
    opacity: 1;
}

.linkslist .swiper-pagination-bullet-active {
    background: #233f79;
}

.footer {
    width: 100%;
    height: 105px;
    background: #233f79;
    display: flex;
    align-items: center;
}

.footer p,
.footer p a {
    color: rgba(255, 255, 255, .5);
    text-align: center;
}


/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #1e458c;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}



.mbheader .header-con .logo img {
    width: 80%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

/* - */
.nei-banner {
    position: relative;
}

.nei-banner .img img {
    width: 100%;
}

.nei-banner .nei-weizhi {
    position: absolute;
    bottom: 25%;
    width: 100%;
}

.nei-banner .nei-weizhi .wz-col {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.nei-banner .nei-weizhi p {
    color: #fff;
    margin-top: 5px;
    opacity: .7;
}

.nei-banner .nei-weizhi p a {
    color: #fff;
}



.sub-list {
    width: 100%;
    background: #f5f9ff;
}

.sub-nav {
    display: flex;
    flex-wrap: wrap;
}

.sub-nav li {
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 40px;
}

.sub-nav li a {
    font-size: 16px;
    display: inline-block;
}

.sub-nav li.on,
.sub-nav li:hover {
    background: #1d448c;
    border-top: 5px solid #fbbd00;
}



.sub-nav li.on a,
.sub-nav li:hover a {
    color: #fff;
    margin-top: -2px;

}

.nei-content {
    padding-top: 45px;
}

.con-picture ul.info li .title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #f5f9ff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
}

.con-picture ul.infol 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);
}

.con-picture ul.info li .img {
    overflow: hidden;
}

.con-picture ul.info li .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;
}

.con-picture ul.info li:hover .title {
    background: #1d448c;
    color: #fff;
}

.con-picture ul.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);
}


.nei-content .list-page {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    padding: 40px 0 50px 0;
}

.con-textlist ul.info li {
    background: #f5f9ff;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 35px 30px;
}

.con-textlist ul.info li .title {
    color: #2a2a2a;
    line-height: 25px;
}

.con-textlist ul.info li .desc {
    color: #929292;
    line-height: 22px;
    margin: 12px 0 26px 0;
    max-height: 44px;
}

.con-textlist ul.info li .dete {
    color: #929292;
}

.con-textlist ul.info li:hover {
    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%) !important;
}

.con-textlist ul.info li:hover .title {
    color: #1d448c;
    font-weight: bold;
}

.con-textlist ul.info li:hover .dete {
    color: #1d448c;
}

.con-textlist .list-page,
.con-piclist .list-page {
    padding-top: 15px;
}

.con-piclist ul.info li {
    margin-bottom: 25px;
    background: #f5f9ff;
}

.con-piclist ul.info li a {
    display: flex;
    color: #2a2a2a;
}

.con-piclist ul.info li .text {
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con-piclist ul.info li .desc {
    color: #929292;
    line-height: 22px;
    margin: 12px 0 26px 0;
    max-height: 44px;
}

.con-piclist ul.info li .dete {
    color: #929292;
}

.con-piclist ul.info li .img {
    width: 25%;
    overflow: hidden;
    max-height: 200px;
}

.con-piclist ul.info li .img img {
    /* width: auto; */
    /* height: 100%; */

    width: 355px;
    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;
}

.con-piclist ul.info li .text {
    width: 75%;
}

.con-piclist ul.info li:hover {
    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%) !important;
}

.con-piclist ul.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);
}

.con-piclist ul.info li:hover .title {
    color: #1d448c;
    font-weight: bold;
}

.con-piclist ul.info li:hover .dete {
    color: #1d448c;
}

/* 膷呕娄膰聝鈥γ┧嚶� */
.con-detail {
    margin-bottom: 40px;
}

.con-detail .detail {
    padding: 30px 150px 0 150px;
    border: 1px solid #DBDBDB;
}

.con-detail .detail .title {
    font-size: 30px;
    font-weight: bold;
    color: #444;
    text-align: center;
}

.con-detail .detail .timer {
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.con-detail .detail .timer span {
    color: #444;
    opacity: .5;
    margin: 0 3px;
}


.con-detail .detail .dtl {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 25px;
    width: auto;
}

.con-detail .detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 10px;
}


.detail .detail-page {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail .detail-page p a {
    color: #3d3d3d;
    font-size: 16px;
}

.detail .detail-page p a:hover {
    color: #195C9E;
    font-weight: bold;
}

.con-danye {
    margin-bottom: 40px;
}

.con-danye .danye {
    padding: 40px 120px;
    border: 1px solid #DBDBDB;
}

.con-danye .danye .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.con-danye .danye .timer {
    text-align: center;
    line-height: 35px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.con-danye .danye .timer span {
    font-size: 16px;
    color: #999;
    margin: 0 3px;
}


.con-danye .danye .dtl {
    padding-top: 25px;
    width: auto;
}

.con-danye .danye .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.nei-content .search {
    padding-bottom: 40px;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #1e458c !important;
    color: #fff;
    background-color: #1e458c !important;
}


/* ----------- */
.sub-list2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
}

.threeNav {
    background: #f5f9ff;
}

.threeNav a {
    font-size: 16px;
    display: inline-block;
       box-sizing: border-box;
    padding: 0 15px;
}

.threeNav a.on,
.threeNav a:hover {
    background: #1d448c;
    color: #fff;
}














