.head .container {
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.fontImg {
    margin: 0 30px;
}

.fontImg img,
h1 img {
    /* max-width: 100%; */
    max-height: 116px;
}


.navigation {
    width: 100%;
    background: #015AAA;
    position: relative;
    z-index: 101;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    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 15px;
}


.nav .nLi h3 {
    height: 60px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.nav .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.nav .sub {
    width: 140%;
    top: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: -20%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.nav .li8 .sub {
    width: 160%;
    left: -30%;
}

.nav .sub li {
    line-height: 20px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub li:hover {
    background: #015AAA;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .nLi.on h3 a,
.nav .nLi:hover h3 a {
    border-bottom: 3px solid #fff;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.topLink {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.topLink a {
    color: #868686;
}

.header .search {
    width: 260px;
    position: relative;
    float: right;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 260px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    box-sizing: border-box;
    color: #999;
    padding-left: 15px;
    outline: none;
    border: 1px solid #015AAA;
    font-size: 16px;
}

.header .search input.search-btn {
    width: 66px;
    height: 40px;
    border-radius: 5px;
    background: #015AAA;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

/* Safari锛孋hrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 鐏嫄 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 鐏嫄 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide video {
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

/* 闅愯棌 Chromium 娴忚鍣ㄤ腑鐨勮棰戞帶鍒跺櫒 */
.banlist .swiper-slide video::-webkit-media-controls {
    display: none !important;
}

.banlist .swiper-slide video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

.banlist .swiper-slide video::-webkit-media-controls-play-button {
    display: none !important;
}

.banlist .swiper-slide video::-webkit-media-controls-timeline {
    display: none !important;
}

.banlist .swiper-slide video::-webkit-media-controls-current-time-display {
    display: none !important;
}

.banlist .swiper-slide video::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.banlist .swiper-slide video::-webkit-media-controls-mute-button {
    display: none !important;
}

.banlist .swiper-slide video::-webkit-media-controls-toggle-closed-captions-button {
    display: none !important;
}

.banlist .swiper-slide video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

.banlist .swiper-slide img {
    width: 100%;
    height: 100vh;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((100% - 60px) / 2);
    z-index: 99;
    left: 42px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.banlist .swiper-next {
    left: auto;
    right: 42px;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: rgba(1, 90, 170, .85);
    transition: all 0.5s ease-in-out;
}

.footer {
    overflow: hidden;
}

.footer .banq {
    width: 100%;
    background: #034690;
    line-height: 26px;
    padding: 12px 0;
}

.footer .banq p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    text-align: center;
}

.footer .banq p br {
    display: none;
}

.foot {
    width: 100%;
    background: url(../img/footBg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.foot .container {
    height: 235px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.codes {
    display: flex;
}

.codes .code {
    margin-left: 34px;
}

.codes .code img {
    width: 106px;
    height: 106px;
    border-radius: 5px;
}

.codes .code p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 32px;
}

.ftlogo img {
    max-width: 100%;
}

.contact p {
    margin-right: 55px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.contact p img {
    height: 20px;
}

.contact p br {
    display: none;
}

.content3 {
    position: relative;
}

.content3::before {
    content: '';
    width: 138px;
    height: 227px;
    display: inline-block;
    background: url(../img/main-ico3.png) center no-repeat;
    position: absolute;
    right: 41px;
    top: 50%;
}

/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    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 {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-height: 40px;
}

.sp_header {
    height: 50px;
    background: #2E44AA;
    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: #2E44AA;
    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: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    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: #324CC1
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #324CC1 !important;
    background-color: #324CC1 !important;
}

/* --------------------------------------- */

.contact br {
    display: none;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0 20px 0;
    border-bottom: 2px solid rgba(1, 90, 170, .2);
    margin-bottom: 30px;
}

.column .title,
.tabHead .name a {
    color: #015AAA;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.column .title::before,
.tabHead .name a.on::before {
    content: '';
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #015AAA;
    position: absolute;
    left: 0;
    bottom: -22px;
}

.column .more {
    color: #999999;
    display: flex;
    align-items: center;
}

.column .more::after {
    content: '';
    width: 30px;
    height: 19px;
    display: inline-block;
    background: url(../img/more-ico1.png) center no-repeat;
}

.column .more:hover {
    color: #D62200;
}

.column .more:hover::after {
    background: url(../img/more-ico2.png) center no-repeat;
}


.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 0 20px 0;
    border-bottom: 2px solid rgba(1, 90, 170, .2);
    margin-bottom: 30px;
}

.tabHead .name {
    display: flex;
    align-items: center;
}

.tabHead .name a {
    margin-right: 60px;
    opacity: .5;
}

.tabHead .name a.on {
    opacity: 1;
}

.tabHead .more a {
    display: none;
    color: #999999;
}

.tabHead .more a.on {
    display: flex;
    align-items: center;
}

.tabHead .more a::after {
    content: '';
    width: 30px;
    height: 19px;
    display: inline-block;
    background: url(../img/more-ico1.png) center no-repeat;
}

.tabHead .more a:hover {
    color: #D62200;
}

.tabHead .more a:hover::after {
    background: url(../img/more-ico2.png) center no-repeat;
}


.content1 {
    width: 100%;
    position: relative;
}

.content1::before {
    content: '';
    width: 119px;
    height: 307px;
    display: inline-block;
    background: url(../img/main-ico.png) center no-repeat;
    position: absolute;
    left: 72px;
    top: 53px;
}

.xyxw {
    width: 65.4%;
}

.tzgg {
    width: calc(34.6% - 40px);
}

.infolist li.f {
    width: 100%;
    background: #fff;
    margin-bottom: 22px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    display: flex;
}

.infolist li.f a {
    display: inline-block;
    width: 100%;
}

.infolist li.f .img {
    width: 100%;
    overflow: hidden;
}

.infolist li.f .img img {
    width: 100%;
    height: 237px;
    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;
}



.infolist li.f .title2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 49px;
    background: rgba(0, 0, 0, .5);
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 15px;
}

.infolist 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);
}

.infolist li.n {
    width: 100%;
    margin-bottom: 22px;
}

.infolist li.last {
    margin: 0;
}

.infolist li.n a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infolist li.n .title {
    color: #262626;
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    flex: 1;
}

.infolist li.n .dete {
    opacity: 0.3;
    color: #262626;
    line-height: 21px;
    height: 21px;
    width: 80px;
    text-align: right;
}

.tabCount .infolist li.n .dete {
    /* width: 45px; */
}

.infolist li.n:hover .title {
    color: #015AAA;
    font-weight: bold;
}

.newSlide {
    width: 500px;
    position: relative;
}

.newSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}



.newSlide .swiper-slide img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.newSlide .swiper-slide .title {
    width: 100%;
    height: 49px;
    line-height: 49px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #2C2C2C;
}

.newSlide .swiper-pagination {
    width: 100%;
    bottom: 58px;
    text-align: center;
}

.newSlide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    opacity: 1;
    background: #D8D8D8;
}

.newSlide .swiper-pagination-bullet-active {
    background: #015AAA;
}

.xyxw_box .infolist {
    width: calc(100% - 520px);
}

.content2 {
    width: 100%;
    background: #EAF5FF;
}

.content2 .item3,
.content2_box .item3 {
    width: calc((100% - 80px) / 3);
}

.xyfc .column,
.fqtg .column {
    margin-bottom: 15px;
}

.xyfcSlide {
    width: 100%;
}

.xyfcSlide .swiper-container {
    width: calc(100% + 30px);
    margin-left: -15px;
    box-sizing: border-box;
    padding: 15px;
}

.xyfcSlide .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.xyfcSlide .swiper-slide::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 2px solid #014CA2;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.xyfcSlide .swiper-slide:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.xyfcSlide .swiper-slide .img {
    overflow: hidden;
}

.xyfcSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.xyfcSlide .swiper-slide .img img {
    width: 100%;
    height: 185px;
    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;
}

.xyfcSlide .swiper-slide .tt {
    width: 100%;
    height: 88px;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.xyfcSlide .swiper-slide .title {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color: #2E2E2E;
    margin-bottom: 14px;
}

.xyfcSlide .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);
}

.xyfcSlide .swiper-slide .dete {
    color: #2E2E2E;
}

.xyfcSlide .swiper-slide:hover {
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.xyfcSlide .swiper-slide:hover .title {
    color: #014EA5;
}



.swiper-btn {
    display: flex;
    align-items: center;

}

.swiper-btn .swiper-prev {
    margin-right: 15px;
}

.swiper-btn .swiper-prev,
.swiper-btn .swiper-next {
    opacity: .5;
    cursor: pointer;
}

.swiper-btn .swiper-prev:hover,
.swiper-btn .swiper-next:hover {
    opacity: 1;
}

.szdwlist {
    width: 100%;
}

.szdwlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.szdwlist .swiper-slide .img {
    overflow: hidden;
    text-align: center;
}

.szdwlist .swiper-slide .img img {
    width: 100%;
    height: 206px;

    width: 138px;
    height: 207px;

    /* 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;
}

.szdwlist .swiper-slide .title {
    width: 110px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #fff;
    color: #212121;
    margin: 0 auto;
    margin-top: -14px;
    position: relative;
    z-index: 99;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.szdwlist .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);
}

.szdwlist .swiper-slide:hover .title {
    background: #015AAA;
    color: #fff;
}

/* ---------------------------------- */

.nydt img {
    width: 100%;
}

.crumbs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgba(1, 90, 170, .2);
    padding: 50px 0 20px 0;
    margin-bottom: 30px;
}

.crumbs .name {
    font-size: 28px;
    font-weight: bold;
    color: #015AAA;
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #015AAA;
    position: absolute;
    left: 0;
    bottom: -22px;
}

.crumbs .list,
.crumbs .list a {
    color: #999;
}

.crumbs .list span:last-of-type {
    display: none;
}

.ncontent {
    width: 100%;
    min-height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 300px;
    background: #fff;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 36px;
    margin-bottom: 40px;
}

.subNav li {
    width: 100%;
}

.subNav li.nli.on h3 {
    background: #015AAA;
}

.subNav li.nli.on h3 a {
    font-weight: bold;
    color: #FFFFFF;
}

.subNav li h3 {
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
}

.subNav li h3::before {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../img/nav-jt1.svg) no-repeat;
    position: absolute;
    right: 24px;
    top: 26px;
}

.subNav li h3 a {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #1E1E1E;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.subNav li.isSub.on {
    background: #EBF1FF;
}


.subNav li .sub {
    box-sizing: border-box;
    padding: 10px 25px;
    background: #EBF1FF;
    display: none;
}

.subNav li.on .sub {
    display: block;
}

.subNav li .sub li {
    border-top: 1px solid #E1E1E1;
    position: relative;
}

.subNav li .sub li:first-of-type {
    border: none;
}

.subNav li .sub li.isSub2::before {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../img/nav-jt2.svg) no-repeat;
    position: absolute;
    right: 0;
    top: 17px;
}

.subNav li .sub li a {
    color: #6D6D6D;
    font-size: 16px;
}

.subNav li .sub a.s2 {
    width: 100%;
    line-height: 35px;
    position: relative;
    padding: 7px 0;
    display: inline-block;
    font-size: 16px;
    color: #1E1E1E;
}

.subNav li .sub a.s3 {
    color: #6D6D6D;
}

.subNav li .sub .sub {
    padding: 0 0 0 20px;
}

.subNav li .sub .sub li {
    border: none;
    padding: 0;
    line-height: 21px;
    margin-bottom: 20px;
}

.subNav li .sub li.on .s2 {
    color: #015AAA;
    font-weight: bold;
}

.subNav li .sub .sub li:hover a,
.subNav li .sub .sub li.on a {
    color: #015AAA;
    font-weight: bold;
}

.listBg {
    width: calc(100% - 330px);
    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%;
    height: 72px;
    box-sizing: border-box;
    padding: 0 30px 0 35px;

}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.textlist .box .title {
    flex: 1;
    color: #2C2C2C;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.textlist .box .title::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #2C2C2C;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 50%;
}

.textlist .box .dete {
    color: #2C2C2C;
    opacity: .5;
    width: 80px;
    text-align: right;
}

.textlist .box:hover {
    background: #015AAA;
}

.textlist .box:hover .title {
    color: #fff;
    font-weight: bold;
}

.textlist .box:hover .title::before {
    background: #fff;
}

.textlist .box:hover .dete {
    color: #fff;
}

.list-page {
    width: 100%;
    height: 20px;
    margin: 60px 0;
}

.picture .list-page,
.tealist .list-page {
    margin-top: 30px;
}

.piclist,
.picture,
.tealist,
.teaUplist {
    box-sizing: border-box;
    padding: 35px 30px 0 35px;
}

.piclist .box {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .box .img {
    width: 302px;
    overflow: hidden;
}

.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 .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
}

.piclist .box .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #262626;
    height: 25px;
}

.piclist .box .desc {
    line-height: 25px;
    height: 50px;
    color: #262626;
    opacity: 0.5;
    margin: 10px 0 20px 0;
}

.piclist .box .dete {
    color: #015AAA;
}

.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: #015AAA;
    font-weight: bold;
}

.piclist .box::before {
    content: '';
    width: 135px;
    height: 34px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    position: absolute;
    right: 22px;
    bottom: 16px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #015AAA;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.piclist .box:hover:after {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 60px) / 3);
    margin-right: 29px;
    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 {
    font-size: 18px;
    color: #2E2E2E;
    line-height: 56px;
    height: 56px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.picture .box:hover {
    border: 1px solid #015AAA;
}

.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);
}

.tealist .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tealist .box {
    width: calc((100% - 34px) / 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: 30px;
    box-sizing: border-box;
    border: 1px solid #fff;
}


.tealist .box a {
    height: 100%;
    display: flex;
}

.tealist .box .img {
    width: 115px;
}

.tealist .box .img img {
    width: 100%;
    /* height: 152px; */
    object-fit: cover;
}

.tealist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.tealist .box .tt::before {
    content: '';
    width: 135px;
    height: 34px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 20px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.tealist .box .title {
    font-size: 18px;
    font-weight: bold;
    color: #1E1E1E;
}

.tealist .box .desc {
    line-height: 25px;
    height: 75px;
    color: #9E9E9E;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: justify;
}

.tealist .box:hover {
    box-sizing: border-box;
    border: 1px solid #015AAA;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.tealist .box:hover .tt::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.teaUplist {
    padding-bottom: 30px;
}

.tealist-up-item .name {
    font-size: 20px;
    font-weight: bold;
    color: #1E1E1E;
    margin-bottom: 20px;
}

.detail_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.detail {
    width: calc(100% - 415px);
    margin-bottom: 84px;
}

.tjxwlist {
    width: 370px;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 240px;
}

.tjxwlist .name {
    width: 100%;
    height: 61px;
    line-height: 61px;
    background: #EBF1FF;
    font-size: 18px;
    color: #323232;
    text-align: center;
}

.tjxwlist .list .li {
    width: 100%;
    line-height: 66px;
    height: 66px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.tjxwlist .list .li a {
    font-size: 16px;
    color: #323232;
}

.tjxwlist .list .li:hover {
    border-bottom: 1px solid #015AAA;
}

.tjxwlist .list .li:hover a {
    color: #015AAA;
    font-weight: bold;
}

.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 rgba(216, 216, 216, .5);
    padding: 25px 0 14px 0;
}

.detail .timer .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #9E9E9E;
}

.detail .timer .left img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 35px 0;
}

.detail .dtl p {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    line-height: 40px;
    text-align: justify;
    margin: 10px 0;
}

.detail .dtl p,
.detail .dtl span {
    font-family: Microsoft YaHei !important;
    font-size: 18px !important;
    text-indent: 2em;
    line-height: 30px !important;
}

.detail .dtl p img,
.detail .dtl p video {
    max-width: 100%;
}

.detail-page {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
}

.detail-page .box {
    width: 48%;
}

.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: #015AAA;
}

.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;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #064EC0 !important;
    color: #fff;
    background-color: #064EC0 !important;
}

.searchbox {
    flex: 1;
    box-sizing: border-box;
    padding-right: 30px;
}

.listFrame {
    margin: 40px 0;
}

.nmain {
    width: 100%;
    position: relative;
}

.nmain::before {
    content: '';
    width: 119px;
    height: 307px;
    display: inline-block;
    background: url(../img/main-ico.png) center no-repeat;
    position: absolute;
    left: 72px;
    top: 198px;
}

.danye2 {
    flex: 1;
    box-sizing: border-box;
    padding: 0 80px;
}

/* ---------------------- */

.xyfcBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyfc,
.fqtg {
    width: calc((100% - 30px) / 2);
}

.banner {
    width: 100%;
}

.home_header::before {
    content: '';
    width: 100%;
    height: 260px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 19%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.home_header .head {
    position: relative;
    z-index: 99;
}

.home_header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
}


.home_header .topLink a {
    color: #fff;
}

.home_header .navigation {
    background: none;
}

.home_header .fontImg img {
    max-height: 45px;
}

.home_header h1 img {
    max-height: 86px;
}

.home_header .head .container {
    height: auto;
    padding: 30px 0;
}


/* ------- */

.header_active .head,
.header_active1 .head {
    background: #fff;
}

.header_active1 .navigation,
.header_active .navigation {
    background: #015AAA;
}

.header_active1 .mark,
.header_active .mark {
    display: none;
}

.header_active1 .topLink a,
.header_active .topLink a {
    color: #868686;
}

.home_header .fontImg .img2 {
    display: none;
}

.header_active .fontImg .img2,
.header_active1 .fontImg .img2 {
    display: block;
}

.header_active .fontImg .img1,
.header_active1 .fontImg .img1 {
    display: none;
}

h1 .img2 {
    display: none;
}

.header_active h1 .img1,
.header_active1 h1 .img1 {
    display: none;
}

.header_active h1 .img2,
.header_active1 h1 .img2 {
    display: block;
}

.advlist {
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
}

.advlist .swiper-slide .img {
    overflow: hidden;
}

.advlist .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;
}

.advlist .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);
}

.tabCount .item {
    display: none;
}

.tabCount .item.on {
    display: block;
}

.videoImg,
.videoImg video {
    width: 100%;
    height: 100%;
}

/* --- */

.newfirst {
    width: 100%;
    margin-bottom: 22px;
    position: relative;
    display: flex;
}

.newfirst a {
    display: flex;
    width: 100%;
}

.newfirst .dete {
    width: 80px;
    height: 70px;
    background: #eff7ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}

.newfirst .dete .d {
    font-size: 24px;
    color: #015AAA;
}

.newfirst .dete .y {
    color: #666;
}

.newfirst .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.newfirst .title {
    flex: 1;
    color: #0B0B0B;
    line-height: 35px;
    height: 70px;
    font-size: 18px;
}

.infolist li.newli {
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    margin: 0;
    padding: 13px 0;
}

.infolist li.newli.last {
    border: none;
    padding-bottom: 0;
}

.newfirst:hover .dete {
    background: #015AAA;
}

.newfirst:hover .dete .d,
.newfirst:hover .dete .y {
    color: #fff;
}

.newfirst:hover .title {
    color: #015AAA;
}