@charset "UTF-8";
@keyframes list {
    0% {
        left: -100%;
    }
    100% {
        left: 0;
    }
}

* {
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.pcHead .topBar {
    height: 300px;
    background: url(../images/topbarbg.png) center center no-repeat;
}

.pcHead .topBar .swiper {
    height: 100%;
}

.pcHead .topBar .swiper .lis {
    height: 100%;
}

.pcHead .topBar .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.pcHead .navBar {
    background-color: #1b51a8;
    color: #fff;
}

.pcHead .navBar .list {
    display: flex;
}

.pcHead .navBar .list .lis {
    width: 11.111%;
}

.pcHead .navBar .list .lis a {
    display: block;
    line-height: 54px;
    text-align: center;
    transition: all 0.3s;
}

.pcHead .navBar .list .lis a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.pcHead .navBar .list .lis.on a {
    background-color: rgba(0, 0, 0, 0.1);
}

.pcFoot {
    background: url(../images/ftbg.png) bottom center no-repeat #295287;
    color: #fff;
}

.pcFoot .cont .ftLogo {
    margin-left: 0;
    margin-bottom: 40px;
}

.pcFoot .cont .ftNav {
    margin: 0 -10px;
    font-weight: 600;
}

.pcFoot .cont .ftNav a {
    margin: 0 10px;
    opacity: 0.85;
}

.pcFoot .cont .ftNav a:hover {
    opacity: 1;
}

.pcFoot .cont .ftContact {
    margin-top: 40px;
    opacity: 0.6;
    font-size: 14px;
}

.pcFoot .cont .ftContact p {
    margin-bottom: 10px;
}

.pcFoot .cont .ftContact span {
    margin-right: 40px;
}

.pcFoot .cont .ftContact span:last-child {
    margin-left: 0;
}

.pcFoot .ftLiuyan h3 {
    display: flex;
    margin-bottom: 20px;
}

.pcFoot .ftLiuyan h3 .imgbox {
    margin: 0;
    margin-right: 10px;
}

.pcFoot .ftLiuyan .form .input_item {
    margin-bottom: 15px;
}

.pcFoot .ftLiuyan .form .input_item input {
    height: 30px;
    width: 100%;
    padding: 0 10px;
}

.pcFoot .ftLiuyan .form button {
    background-color: #1b51a8;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 30px;
    text-align: center;
    color: #fff;
}

.pcFoot .ewmBox .lis {
    text-align: right;
}

.pcFoot .ewmBox .imgbox {
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 20px;
}

.pcFoot .ewmBox .share {
    width: max-content;
    display: flex;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
}

.pcFoot .ewmBox .share a {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/ico.png) 0 -1px no-repeat;
}

.pcFoot .ewmBox .share a:nth-child(2) {
    background: url(../images/ico.png) -28px -1px no-repeat;
}

.pcFoot .ewmBox .share a:nth-child(3) {
    background: url(../images/ico.png) -56px -1px no-repeat;
}

.pcFoot .ewmBox .share a:nth-child(4) {
    background: url(../images/ico.png) -81px -1px no-repeat;
}

.pcFoot .ewmBox .call span {
    color: #bababa;
}

.pcFoot .ewmBox .call h3 {
    margin-top: 5px;
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
}

.pcFoot .ewmBox .add {
    color: #fff;
    margin-top: 15px;
}

.pcFoot .botTxt {
    margin-top: 20px;
    border-top: 1px solid #4e6f99;
    padding: 20px 0;
}

p.yqlj {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: left;
    text-align: left;
    margin-top: 60px;
    font-size: 14px;
}

p.yqlj a {
    padding: 0 6px;
    border-right: 1px solid #fff;
    margin-bottom: 20px;
    opacity: 0.8;
    display: inline-block;
}

p.yqlj a:last-child {
    border: none;
}

p.yqlj a:hover {
    opacity: 1;
}

.pcFoot .botTxt .container .bq {
    color: #ddd;
    font-size: 14px;
    text-align: center;
}

.mbBanner {
    display: none;
}

.mbBanner .swiper-container {
    height: 30rem;
}

.mbBanner .swiper-container .imgbox {
    height: 100%;
}

.mbBanner .swiper-container .imgbox img {
    height: 100%;
    width: auto;
    max-width: none;
}

.mbBanner .swiper-container .container h3 {
    font-size: 2rem;
    line-height: 3rem;
    padding: 1rem 0 1.5rem;
}

.mbBanner .swiper-container .container p {
    font-size: 1rem;
    padding: 0;
}

.pcBanner .imgbox {
    height: 100%;
    width: 100%;
}

.pcBanner .imgbox img {
    height: 100%;
    max-width: none;
    width: auto;
}

.pcBanner .container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    display: flex;
    transform: translateX(-50%);
    align-items: center;
}

.pcBanner .container h4 {
    font-size: 16px;
    font-weight: bold;
    color: #1b51a8;
    text-transform: uppercase;
    font-family: 'Montserrat-Extra-Bold', Microsoft Yahei, Arial;
}

.pcBanner .container h3 {
    font-size: 60px;
    color: #fff;
    padding: 10px 0 25px 0;
    margin: 0;
    line-height: 70px;
    font-weight: bold;
}

.pcBanner .container .line {
    width: 80px;
    height: 4px;
    background: #1b51a8;
    margin: 10px 0;
}

.pcBanner .container p {
    font-size: 20px;
    color: #fff;
    padding: 25px 0;
    margin: 0;
    font-weight: normal;
    line-height: 30px;
}

.pcBanner .swiper-pagination-bullet {
    width: 70px;
    height: 4px;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: ease 0.5s;
}

.pcBanner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1b51a8;
    left: -100%;
}

.pcBanner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    left: 0;
    animation: 5s list linear;
}

.neiBanner {
    position: relative;
}

.neiBanner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.neiBanner .container h4 {
    font-size: 60px;
    color: #fff;
    margin: 2px 0;
    text-transform: uppercase;
    margin-top: 50px;
    opacity: .1;
    line-height: 1;
}

.neiBanner .container span {
    display: block;
    height: 4px;
    width: 150px;
    background-color: #1b51a8;
    margin: 15px 0;
}

.neiBanner .container h3 {
    font-size: 40px;
    color: #fff;
    margin: 2px 0;
    text-transform: uppercase;
}

.cpBanner {
    position: relative;
}

.cpBanner .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}

.cpBanner .container h4 {
    font-size: 60px;
    color: #fff;
    margin: 2px 0;
    text-transform: uppercase;
    margin-top: 50px;
    opacity: .1;
    line-height: 1;
}

.cpBanner .container span {
    display: block;
    height: 4px;
    width: 150px;
    background-color: #1b51a8;
    margin: 15px 0;
}

.cpBanner .container h3 {
    font-size: 40px;
    color: #fff;
    margin: 2px 0;
    text-transform: uppercase;
}

.cpBanner .cpBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.cpBanner .cpBar .cont {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.cpBanner .cpBar .cont a {
    padding: 15px 30px;
    color: #333;
    border-bottom: 2px solid transparent;
    font-size: 18px;
}

.cpBanner .cpBar .cont a:hover {
    color: #1b51a8;
}

.cpBanner .cpBar .cont a.on {
    color: #1b51a8;
    border-color: #1b51a8;
    background-color: rgba(0, 0, 0, 0.1);
}

.indexBg {
    background: url(../images/nybg.png) bottom center no-repeat #eff2f6;
}

.indexBox1 .le .lis {
    display: block;
    position: relative;
}

.indexBox1 .le .lis .text {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    √white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexBox1 .le .np {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 10;
}

.indexBox1 .le .np .prev,
.indexBox1 .le .np .next {
    position: absolute;
    top: -25px;
    left: 0;
    cursor: pointer;
}

.indexBox1 .le .np .next {
    left: auto;
    right: 0;
}

.indexBox1 .ri {
    height: 100%;
    padding: 40px;
    background-color: #fff;
}

.indexBox1 .ri h3 {
    color: #1b51a8;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.indexBox1 .ri h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 115px;
    height: 3px;
    background-color: #1b51a8;
}

.indexBox1 .ri p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 40px;
    line-height: 2;
}

.indexBox1 .ri a {
    height: 40px;
    border: 1px solid #b7b7b7;
    border-left: none;
    border-right: none;
    padding: 0 10px;
    display: block;
    width: 110px;
    line-height: 38px;
    transition: all 0.3s;
}

.indexBox1 .ri a:hover {
    background-color: #1b51a8;
    color: #fff;
}

.indexBox2 .container {
    padding: 30px;
    background-color: #fff;
}

.indexBox2 .tips {
    background: url(../images/kj.png) center center no-repeat;
    width: 36px;
    padding: 24px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    margin-right: 24px;
}

.indexBox2 .swiper {
    width: 100%;
}

.indexBox2 .cont {
    display: flex;
}

.indexBox2 .cont .list {
    width: calc(100% - 60px);
    position: relative;
}

.indexBox2 .cont .list .lis {
    width: 100%;
    color: #fff;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 112px;
    transition: all 0.3s;
}

.indexBox2 .cont .list .lis:hover {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

.indexBox2 .cont .list .lis .icobox {
    height: 40px;
}

.indexBox2 .cont .list .lis h3 {
    font-size: 18px;
}

.indexBox2 .cont .list .lis p {
    font-size: 12px;
}

.indexBox2 .cont .list .np {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 10;
}

.indexBox2 .cont .list .np .prev,
.indexBox2 .cont .list .np .next {
    position: absolute;
    top: -25px;
    left: -20px;
    cursor: pointer;
}

.indexBox2 .cont .list .np .next {
    left: auto;
    right: -20px;
}

.indexBox3 {
    padding-top: 15px;
}

.indexBox3 .list_type1 {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.indexBox3 .list_type1 .head {
    border-bottom: 1px solid #6495e5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.indexBox3 .list_type1 .head .le {
    display: flex;
}

.indexBox3 .list_type1 .head .le h3 {
    font-size: 20px;
    border-bottom: 3px solid #1b51a8;
    line-height: 26px;
    margin-right: 40px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    color: #1b51a8;
}

.indexBox3 .list_type1 .head .le span {
    line-height: 26px;
    margin-right: 40px;
    cursor: pointer;
    color: #333;
}

.indexBox3 .list_type1 .head .le span:hover {
    color: #1b51a8;
}

.indexBox3 .list_type1 .head .le span.on {
    color: #1b51a8;
}

.indexBox3 .list_type1 .head .ri a {
    color: #6495e5;
    font-size: 14px;
    line-height: 26px;
}
.indexBox3 .list_type1 .cont{
    margin-top: 20px;
}
.indexBox3 .list_type1 .cont .list {
    display: none;
}

.indexBox3 .list_type1 .cont .list:first-child {
    display: block;
}

.indexBox3 .list_type1 .cont .lis {
    display: flex;
    padding: 7.1px 0;
}

.indexBox3 .list_type1 .cont .lis span {
    font-size: 16px;
    width: calc(100% - 75px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    color: #333333;
}

.indexBox3 .list_type1 .cont .lis i {
    font-style: normal;
    font-size: 14px;
    width: 85px;
    color: #808080;
    text-align: right;
}

.indexBox3 .list_type1 .cont .lis:hover span {
    color: #1b51a8;
}

.indexBox3 .list_type1 .cont .imgLis {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.indexBox3 .list_type1 .cont .imgLis .imgbox {
    width: 180px;
}
.indexBox3 .list_type1 .cont .imgLis .imgbox img{
    width:100%;
    height: 142px;
    object-fit: cover;
}
.indexBox3 .list_type1 .cont .imgLis .text {
    width: calc(100% - 180px);
    padding-left: 20px;
}

.indexBox3 .list_type1 .cont .imgLis .text h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.indexBox3 .list_type1 .cont .imgLis .text p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #808080;
}
.indexBox3 .list_type1 .cont .imgLis .text span{
    font-size: 14px;
    color: #999;
    padding-top: 15px;
    display: block;
}
.indexBox3 .list_type1 .cont .imgLis:hover img {
    transform: scale(1.1);
}

.indexBox3 .list_type1 .cont .imgLis:hover .text h3 {
    color: #1b51a8;
}

.indexBox3 .list_type2 {
    background-color: #fff;
    padding: 30px 30px 25px;
    margin-bottom: unset;
}

.indexBox3 .list_type2 .head {
    border-bottom: 1px solid #6495e5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.indexBox3 .list_type2 .head .le {
    display: flex;
}

.indexBox3 .list_type2 .head .le h3 {
    font-size: 20px;
    border-bottom: 3px solid #1b51a8;
    line-height: 26px;
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    color: #1b51a8;
}

.indexBox3 .list_type2 .head .ri a {
    color: #6495e5;
    font-size: 14px;
    line-height: 26px;
}

.indexBox3 .list_type2 .cont ._row {
    cursor: pointer;
}

.indexBox3 .list_type2 .cont ._row .imgbox:hover img {
    transform: scale(1.1);
}

.indexBox3 .list_type2 .cont .lis {
    display: block;
    padding: 5px 0;
}

.indexBox3 .list_type2 .cont .lis:hover {
    color: #1b51a8;
}

.indexBox3 .list_type2 .cont .lis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.indexBox3 .list_type3 {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.indexBox3 .list_type3 .head {
    border-bottom: 1px solid #6495e5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.indexBox3 .list_type3 .head .le {
    display: flex;
}

.indexBox3 .list_type3 .head .le h3 {
    font-size: 20px;
    border-bottom: 3px solid #1b51a8;
    line-height: 26px;
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    color: #1b51a8;
}

.indexBox3 .list_type3 .head .ri a {
    color: #6495e5;
    font-size: 14px;
    line-height: 26px;
}

.indexBox3 .list_type3 .cont #gallery .swiper-slide>.imgbox {
    height: 340px;
    overflow: hidden;
}

.indexBox3 .list_type3 .cont #gallery .swiper-slide>.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexBox3 .list_type3 .cont .swiper-slide .imgbox:hover img {
    transform: scale(1.1);
}

.indexBox3 .list_type3 #gallery {
    margin-bottom: 10px;
}

.indexBox3 .list_type3 #gallery p {
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexBox3 .list_type3 #thumbs .imgbox {
    cursor: pointer;
}

.indexBox3 .list_type3 #thumbs .swiper-slide-thumb-active .imgbox {
    position: relative;
}

.indexBox3 .list_type3 #thumbs .swiper-slide-thumb-active .imgbox::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #6495e5;
    z-index: 1;
    box-sizing: border-box;
}

.indexBox3 .list_type4 {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.indexBox3 .list_type4 .head {
    border-bottom: 1px solid #6495e5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.indexBox3 .list_type4 .head .le {
    display: flex;
}

.indexBox3 .list_type4 .head .le h3 {
    font-size: 20px;
    border-bottom: 3px solid #1b51a8;
    line-height: 26px;
    margin-right: 20px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    color: #1b51a8;
}

.indexBox3 .list_type4 .head .ri a {
    color: #6495e5;
    font-size: 14px;
    line-height: 26px;
}
.indexBox3 .list_type2 .head .ri a:hover,.indexBox3 .list_type5 .head .ri a:hover,.indexBox3 .list_type1 .head .ri a:hover,.indexBox3 .list_type3 .head .ri a:hover{
    color: #1b51a8;
}
.indexBox3 .list_type4 .cont .lis {
    color: #333;
    display: flex;
    border: 1px solid #1b51a8;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
    align-items: center;
    transition: all 0.3s;
}

.indexBox3 .list_type4 .cont .lis span {
    width: 50px;
    font-size: 20px;
    border-right: 1px solid #1b51a8;
    text-align: center;
    color: #1b51a8;
}

.indexBox3 .list_type4 .cont .lis b {
    width: calc(100% - 50px);
    font-weight: normal;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexBox3 .list_type4 .cont .lis:hover {
    background-color: #1b51a8;
}

.indexBox3 .list_type4 .cont .lis:hover span {
    color: #fff;
    border-color: #fff;
}

.indexBox3 .list_type4 .cont .lis:hover b {
    color: #fff;
}

.indexBox3 .list_type4 .imgbox {
    margin-top: 12px;
    width: 100%;
}

.indexBox3 .list_type5 {
    background-color: #fff;
    padding: 30px;
    margin-bottom: unset;
}

.indexBox3 .list_type5 .head {
    border-bottom: 1px solid #6495e5;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.indexBox3 .list_type5 .head .le {
    display: flex;
}

.indexBox3 .list_type5 .head .le h3 {
    font-size: 20px;
    border-bottom: 3px solid #1b51a8;
    line-height: 26px;
    margin-right: 40px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    color: #1b51a8;
}

.indexBox3 .list_type5 .head .le span {
    line-height: 26px;
    margin-right: 40px;
    cursor: pointer;
}

.indexBox3 .list_type5 .head .le span.on {
    color: #1b51a8;
}

.indexBox3 .list_type5 .head .ri a {
    color: #6495e5;
    font-size: 14px;
    line-height: 26px;
}

.indexBox3 .list_type5 .cont .list {
    display: none;
}

.indexBox3 .list_type5 .cont .list:first-child {
    display: block;
}

.indexBox3 .list_type5 .cont .lia {
    display: flex;
    padding: 7.1px 0;
}

.indexBox3 .list_type5 .cont .lia span {
    font-size: 16px;
    width: calc(100% - 75px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    color: #333333;
}

.indexBox3 .list_type5 .cont .lia i {
    font-style: normal;
    font-size: 14px;
    width: 85px;
    color: #808080;
    text-align: right;
}

.indexBox3 .list_type5 .cont .lia:hover span {
    color: #1b51a8;
}

.indexBox3 .list_type5 .cont .lis p {
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

.dh_bar {
    padding: 20px 0;
}

.dh_bar .container {
    display: flex;
    align-items: center;
}

.dh_bar .container .icobox {
    margin-right: 5px;
}

.dh_bar .container a {
    padding: 0 10px;
}

.dh_bar .container a:hover {
    color: #1b51a8;
}

.dh_bar .container span {
    margin-left: 10px;
    color: #1b51a8;
}

.neiBg {
    /* background-color: #eff2f6; */
    padding: 10px 0;
    padding-bottom: 60px;
    background: url(../images/nybg.png) bottom center no-repeat #fff;
    min-height: 500px;
}

.left_dh .headBox {
    background-color: #1b51a8;
    color: #fff;
    margin-bottom: 10px;
}

.left_dh .headBox h3 {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
}

.left_dh .list {
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.left_dh .list .lis {
    display: block;
    height: 53px;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    line-height: 52px;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s;
}

.left_dh .list div.lis {
    height: unset;
    overflow: hidden;
}
.left_dh .list div.lis.active {
    background: #1d42ab;
    color: #fff;
}
.left_dh .list div.lis .lis {
    font-size: 14px;
    color: #666;
    background: #f6f6f6;
}
.left_dh .list div.lis .lis:hover {
    background: #EFEFEF;
}
.left_dh .list div.lis .lis.on {
    color: #fff;
    background: rgb(134, 171, 255);
}

.left_dh .list .lis:hover {
    color: #fff;
    background-color: #1d42ab;
}

.left_dh .list .lis.on {
    background-color: #1b51a8;
    color: #fff;
}


.left_dh .list .lis.on::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background-color: #fff;
}

.aboutPage {
    padding: 0 0 0 40px;
    /* background-color: #fff; */
}

.aboutPage .head {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.aboutPage .head h3 {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.aboutPage .head p {
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.aboutPage .cont {
    padding: 20px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.newsPage {
    padding: 0 0 0 40px;
    /* background-color: #fff; */
}

.newsPage .head {
    font-size: 24px;
    color: #295287;
    border-bottom: 1px solid #1b51a8;
    margin-bottom: 20px;
}

.newsPage .head h3 {
    font-weight: normal;
    padding-bottom: 15px;
}

.newsPage .list .lis {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
}

.newsPage .list .lis p {
    width: calc(100% - 90px);
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsPage .list .lis span {
    width: 85px;
    font-size: 14px;
    color: #909090;
    text-align: right;
}

.newsPage .list .lis:hover span,
.newsPage .list .lis:hover p {
    color: #1b51a8;
}

.huiyuanPage {
    padding: 20px;
    background-color: #fff;
}

.huiyuanPage .head {
    font-size: 24px;
    color: #295287;
    border-bottom: 1px solid #1b51a8;
    margin-bottom: 20px;
}

.huiyuanPage .head h3 {
    font-weight: normal;
    padding-bottom: 15px;
}
.huiyuanPage .lis{
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
    width: 100%;
}
.huiyuanPage  .lis .imgbox{
    width: 200px;
    height: 150px;
}
.huiyuanPage .list .lis .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.huiyuanPage .lis .desc{
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 330px);
}
.huiyuanPage .lis .date{
    width: 130px;
    color: #a9a9a9;
    font-size: 32px;
    text-align: right;
    /* padding-right: 40px; */
    transition: all 0.3s;
}

.huiyuanPage .lis p {
    font-size: 16px;
}
.huiyuanPage .lis .desc h3 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;transition: all 0.3s;
}
.huiyuanPage .lis .desc p {
    font-size: 14px;
    line-height: 2;
    color: #808080;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.huiyuanPage .lis:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}

.huiyuanPage .lis:hover h3,.huiyuanPage .lis:hover .date {
    color: #1b51a8;
}
.huiyuantitle{
    color: #333333;
    text-align: center;
    margin:20px 0 30px;
   font-size: 30px;
}

.gongchengPage {
    padding: 0 0 0 20px;
    /* background-color: #fff; */
}

.gongchengPage .head {
    font-size: 24px;
    color: #295287;
    border-bottom: 1px solid #1b51a8;
    margin-bottom: 20px;
}

.gongchengPage .head h3 {
    font-weight: normal;
    padding-bottom: 15px;
}

.gongchengPage .lis {
    display: block;
    padding-bottom: 10px;
    transition: all 0.3s;
}

.gongchengPage .lis .text {
    margin-top: 10px;
    padding: 0 15px;
}

.gongchengPage .lis p {
    text-align: center;
    color: #333;
}

.gongchengPage .lis span {
    display: block;
    margin: auto;
    margin-top: 10px;
    color: #808080;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    width: 112px;
    height: 27px;
    text-align: center;
    line-height: 25px;
}

.gongchengPage .lis:hover {
    background-color: #1b51a8;
}

.gongchengPage .lis:hover img {
    transform: scale(1.1);
}

.gongchengPage .lis:hover p {
    color: #fff;
}

.dangBg {
    background: url(../images/dangbg.png) bottom center no-repeat;
}

.dangPage {
    padding: 20px;
    background-color: #fff;
}

.dangPage .head {
    font-size: 24px;
    color: #295287;
    border-bottom: 1px solid #1b51a8;
}

.dangPage .head h3 {
    font-weight: normal;
    padding-bottom: 15px;
}
.dangPage .list .lis .imgbox{
    height: 150px;
}
.dangPage .list .lis .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dangPage .lis {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #dedede;
}

.dangPage .lis .imgbox {
    width: 200px;
}

.dangPage .lis .desc {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 330px);
}

.dangPage .lis .desc h3 {
    color: #1b51a8;
    font-size: 18px;
    margin-bottom: 20px;
}

.dangPage .lis .desc p {
    font-size: 14px;
    line-height: 2;
    color: #808080;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dangPage .lis.zhuanjia .desc{
    width: calc(100% - 150px);
}
.dangPage .lis.zhuanjia .imgbox{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.dangPage .lis.zhuanjia .desc p{
    font-size: 14px;
    line-height: 2;
    color: #808080;
    height: auto;
    display: inline-block;
    -webkit-box-orient: vertical;
}
.dangPage .lis:hover .date p,.dangPage .lis:hover .date{
    color: #1b51a8;
}
.dangPage .lis .date {
    width: 130px;
    color: #a9a9a9;
    font-size: 32px;
    text-align: right;
    padding-right: 40px;
}

.dangPage .lis .date p {
    font-size: 16px;
}

.dangPage .lis:hover img {
    transform: scale(1.1);
}

.dangPage .lis:hover .desc h3 {
    color: #1b51a8;
}

.detailPage {
    padding: 0 0 0 40px;
    /*  background-color: #fff; */
}

.detailPage .head {
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.detailPage .head h3 {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-bottom: 30px;
}

.detailPage .head p {
    font-size: 14px;
    color: #999;
    text-align: center;
}

.detailPage .cont {
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    font-size: 15px;
    line-height: 2;
    color: #666666;
    font-size: 16px;
}

.detailPage .npBox {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

.detailPage .npBox .np a {
    font-size: 14px;
    display: block;
    transition: ease 0.1s;
    line-height: 2;
}

.detailPage .npBox .np a:hover {
    color: #639fe6;
    text-decoration: underline;
}

.detailPage .npBox .share {
    width: max-content;
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 20px;
    font-size: 13px;
    color: #666666;
}

.detailPage .npBox .share a {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/ico.png) 0 -1px no-repeat;
}

.detailPage .npBox .share a:nth-child(2) {
    background: url(../images/ico.png) -28px -1px no-repeat;
}

.detailPage .npBox .share a:nth-child(3) {
    background: url(../images/ico.png) -56px -1px no-repeat;
}

.detailPage .npBox .share a:nth-child(4) {
    background: url(../images/ico.png) -81px -1px no-repeat;
}

.list_type3 .cont p {
    margin-top: 10px;
    height: 45px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#map{
    overflow: hidden;
    position: relative;
    z-index: 0;
    background-color: rgb(243, 241, 236);
    color: rgb(0, 0, 0);
    text-align: left;
    width: 480px;
    height: 300px;
    left: 730px;
    top: -342px;
}

.aboutPage .cont strong{
    padding-top:25px;
    border-top: 1px #ccc dotted;
    display: block;
    margin-bottom: 10px;
    margin-top: 25px;
}

@media (min-width:768px) {
    .indexBox1 .le {
        height: 100%;
    }
    .indexBox1 .le .swiper {
        height: 100%;
    }
    .indexBox1 .le .lis {
        height: 100%;
    }
    .indexBox1 .le .lis .imgbox {
        height: 100%;
        width: 100%;
    }
    .indexBox1 .le .lis .imgbox img {
        width: 100%;
        height: 476px;
        object-fit: cover;
    }
}



.notify-wrap {
    height: 45px;
    background-color: #fff;
}
.notify-wrap .container {
    padding: unset;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: red;
    letter-spacing: 2px;
    white-space: nowrap;
}
.notify-wrap .container .swiper {
    height: 45px;
    margin: unset;
}
.notify-wrap .container .swiper-slide {
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    color: #333;
}
.notify-wrap .container .swiper-slide a {
    display: block;
    height: 45px;
    line-height: 45px;
    color: red;
}


@media(max-width:640px){
    .indexBox1{
        padding: 15px 0 !important;

    }
    .indexBox1 .le .lis{
        border: 1px solid #fff;
    }
    .indexBox1 .ri{
        padding:40px 25px;
    }
    .indexBox2 .cont .list .lis{
        width: 96%;
    }
    .icobox{
        width: 36px;
    }
    .indexBox2 .cont .list .np .prev, .indexBox2 .cont .list .np .next{
        top: -20px;
    }
    .indexBox3{
        padding-top: 0;
    }
    .indexBox3 .list_type1{
        margin-bottom: 30px;
    }
    .indexBox3 .list_type1 .cont .imgLis .text h3{
        font-size: 16px;
    }
    #map{
        left: 0;
        right: 0;
        top: 0;
        width: 90%;
        margin: 0 5%;
    }
}
