/* ---------- */
.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: #0065D1
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #0065D1 !important;
    background-color: #0065D1 !important;
}

/* --------------------------------------- */

.head .container {
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.head .container h1 {
    width: 36%;
}

.fontImg {
    margin: 0 30px;
}

.fontImg img,
h1 img {
    max-width: 100%;
}


.navigation {
    width: 100%;
    background: #0065D1;
    position: relative;
    z-index: 101;
}

.nav {
    width: 100%;
    height: 65px;
    line-height: 65px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    /* flex: 1; */
    height: 65px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 20px;
}


.nav .nLi h3 {
    height: 65px;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.nav .nLi:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.nav .sub {
    width: 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 .li10 .sub {
    width: 180%;
    left: -40%;
}

.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: #fff;
    font-size: 16px;
}

.nav .sub a:hover {
    background: #0065D1;
}

.nav .on h3 a,
.nav .nLi:hover h3 a {
    font-weight: bold;
}

.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: 13px;
}

.topLink a {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #0065D1;
    margin-left: 25px;
}

.topLink a img {
    margin-right: 5px;
}

.header .search {
    width: 302px;
    position: relative;
    float: right;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 302px;
    height: 45px;
    border-radius: 10000px;
    line-height: 45px;
    box-sizing: border-box;
    color: #9E9E9E;
    padding-left: 15px;
    outline: none;
    border: 1px solid #0065D1;
    font-size: 16px;
    background: #EFFAFF;
}

.header .search input.search-btn {
    width: 76px;
    height: 45px;
    border-radius: 10000px;
    background: url(../img/ss.png) center no-repeat #0065D1;
    position: absolute;
    right: 0;
    top: 0;
}

/* Safari，Chrome 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 img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 34px;
    height: 58px;
    background: #0065D1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc((100% - 58px) / 2);
    z-index: 99;
    left: 0;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: #B26B00;
    transition: all 0.5s ease-in-out;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 0 40px 0;
}

.column .title {
    font-size: 36px;
    color: #3D3D3D;
}

.column .title img {
    margin-right: 10px;
}

.content1 {
    width: 100%;
    background: url(../img/content1Bg.jpg) center no-repeat;
    background-size: cover;
}

.newSlide {
    width: 47.7%;
    position: relative;
    background: #fff;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
    box-sizing: border-box;
    padding: 14px 0 0 14px;
    position: relative;
}

.newSlide .swiper-slide .img::before {
    content: '';
    width: 100%;
    height: calc(100% - 14px);
    background: url(../img/newSlide-bg.png) left center no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 368px;
    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;
}

.newSlide .swiper-slide .tt {
    box-sizing: border-box;
    padding: 35px;
}

.newSlide .swiper-slide .title {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    height: 24px;
}

.newSlide .swiper-slide .desc {
    line-height: 28px;
    height: 56px;
    color: #999;
    margin: 15px 0 45px 0;
}

.newSlide .swiper-slide .dete {
    width: 116px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0065D1;
    color: #FFF;
}

.newSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newSlide .swiper-slide:hover .title {
    color: #0065D1;
    font-weight: bold;
}

.newSlide .swiper-slide:hover .desc {
    color: #666;
}


.newSlide .swiper-pagination {
    bottom: 35px;
    right: 35px;
    line-height: 30px;
}

.newSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 101, 209, 0.3);
    opacity: 1;
    margin: 0 3px;
}

.newSlide .swiper-pagination-bullet-active {
    background: #0065D1;
}

.content2 {
    width: 100%;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
}

.tzgg_jxky {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgg {
    width: calc(51.18% - 50px);
}

.tzgglist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgglist .box {
    width: calc((100% - 24px) / 2);
    margin-bottom: 24px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 25px 30px;
    background: url(../img/tzgg-bg.jpg) center no-repeat;
    background-size: cover;
}

.tzgglist .box .title {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #333333;
    margin: 13px 0 17px 0;
}

.tzgglist .box .dete {
    color: #999999;
}

.tzgglist .box .more {
    width: 39px;
    height: 21px;
    text-align: center;
    border-radius: 5px;
    background: #0065D1;
}

.tzgglist .box3,
.tzgglist .box4 {
    margin-bottom: 0;
}

.tzgglist .box:hover {
    background: url(../img/tzgg-bg2.jpg) center no-repeat;
    background-size: cover;
}

.tzgglist .box a {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.tzgglist .box:hover a {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.tzgglist .box:hover .dete {
    color: #0065D1;
}

.tzgglist .box:hover .title {
    color: #0065D1;
    font-weight: bold;
}

.jxky {
    width: 48.92%;
}

.jxkySlide {
    position: relative;
}

.jxkySlide .swiper-slide .img {
    overflow: hidden;
}

.jxkySlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.jxkySlide .swiper-slide .img img {
    width: 100%;
    height: 387px;
    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;
}

.jxkySlide .swiper-slide .tt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 114px;
    left: 0;
    background: url(../img/mark.png) bottom center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px 30px;
    display: flex;
    align-items: flex-end;
}

.jxkySlide .swiper-slide .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 25px;
    height: 25px;
}

.jxkySlide .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);
}

.jxkySlide .swiper-pagination {
    right: 25px;
    bottom: 24px;
}

.jxkySlide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.5);
}

.jxkySlide .swiper-pagination-bullet-active {
    background: #fff;
}

.content3 {
    width: 100%;
    display: flex;
    background: url(../img/content3Bg.jpg) center no-repeat;
    background-size: cover;
}

.ddjs_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advSlide {
    width: 445px;
}

.advSlide .swiper-slide .img {
    width: 100%;
    overflow: hidden;
}

.advSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.advSlide .swiper-slide 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;
}

.advSlide .swiper-slide:hover 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);
}

.advlist {
    width: calc(100% - 475px);
}

.advlist .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advlist .box {
    width: calc((100% - 32px) / 2);
}

.advlist .box .img {
    overflow: hidden;
}

.advlist .box .img img {
    width: 100%;
    height: 250px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.advlist .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);
}

.advlist .box_pic {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.advlist .box_pic .tt {
    width: 100%;
    height: 92px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/mark.png) bottom center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 15px 30px;
    display: flex;
    align-items: flex-end;
}

.advlist .box_pic .title {
    color: #fff;
    font-size: 16px;
}

.advlist .box_li {
    margin-top: 25px;
    box-sizing: border-box;
    padding: 0 10px 10px 0;
    position: relative;

}

.advlist .box_li::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    display: inline-block;
    background: rgba(0, 101, 209, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}

.advlist .box_li.box2 {
    margin: 0;
}

.advlist .box_li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 35px;
}

.advlist .box_li .title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    color: #3D3D3D;
}

.advlist .box_li .desc {
    line-height: 28px;
    height: 56px;
    color: #999999;
    margin: 10px 0 30px 0;
}

.advlist .box_li .deter {
    display: flex;
    align-items: center;
    color: #999999;
}

.advlist .box_li .dete {
    margin-right: 12px;
}

.advlist .box_li .deter img {
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.advlist .box_li:hover:before {
    background: #0065D1;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.advlist .box_li:hover .title {
    color: #0065D1;
    font-weight: bold;
}


.content4 {
    width: 100%;
    background: url(../img/content4Bg.png) center no-repeat;
    background-size: cover;
}

.szdxSlide {
    width: 100%;
}

.szdxSlide .swiper-slide {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.szdxSlide .swiper-slide .img {
    overflow: hidden;
}

.szdxSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.szdxSlide .swiper-slide .img img {
    width: 100%;
    height: 244px;
    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;
}

.szdxSlide .swiper-slide .dete {
    width: 151px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 101, 209, 0.79);
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.szdxSlide .swiper-slide .title {
    width: 100%;
    height: 51px;
    background: #FFFFFF;
    line-height: 51px;
    font-size: 16px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.szdxSlide .swiper-slide .title img {
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.szdxSlide .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);
}

.szdxSlide .swiper-slide:hover .title {
    color: #0065D1;
    font-weight: bold;
}

.szdxSlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
}

.szdxSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(0, 101, 209, 0.3);
    opacity: 1;
    margin: 0 3px;
}

.szdxSlide .swiper-pagination-bullet-active {
    background: #0065D1;
}

.ftlink {
    width: 100%;
    background: #0065D1;
}

.ftlink_list {
    /* height: 90px; */
    padding: 28px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.ftlink_list .box {
    position: relative;
}

.ftlink_list .box::before {
    content: '';
    width: 19px;
    height: 19px;
    display: inline-block;
    background: url(../img/ftlink_list_ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: calc((100% - 19px) / 2);
    bottom: -38px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.ftlink_list .box:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.ftlink_list .box a {
    font-size: 24px;
    /* font-weight: bold; */
    line-height: 30px;
    color: #fff;
}

.ftlink_list .box:hover a {
    font-weight: bold;
}

.ftlink_list .box img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.footer {
    width: 100%;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
}


.ftlogo img {
    max-width: 100%;
}

.contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0;
}

.contact .box {
    display: flex;
    align-items: center;
}

.contact .box2 {
    margin: 0 30px;
}

.contact .box .ico {
    width: 37px;
    height: 37px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .box .dd {
    color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    padding-left: 15px;
}

.banq {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
}

.banq p {
    color: rgba(255, 255, 255, 0.8);
}

.banq p a {
    color: rgba(255, 255, 255, 0.8);
}

.fright {
    display: flex;
}

.code {
    margin-left: 45px;
}

.code img {
    width: 109px;
    height: 109px;
    background: #fff;
}

.code p {
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
}

.yqlj .box {
    width: 222px;
    height: 40px;
    background: #007BFF;
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 12px;
    height: 8px;
    display: inline-block;
    position: absolute;
    background: url(../img/sjx-ico.png) center no-repeat;
    right: 15px;
    top: 18px;
}

.yqlj .box ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.yqlj .box ul li a {
    color: #333;
}

.yqlj .box ul li:hover a {
    color: #0065D1;
}

.yqlj .box:hover ul {
    display: block;
}

.newlist {
    width: calc(52.3% - 50px);
}

.newlist_pic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newlist_pic .box {
    width: calc((100% - 18px) / 2);
    position: relative;
    background: #fff;

}

.newlist_pic .box .dete {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.newlist_pic .box .dete .d {
    font-size: 18px;
    font-weight: bold;
}

.newlist_pic .box .dete .y {
    font-size: 10px;
}

.newlist_pic .box .img {
    overflow: hidden;
}

.newlist_pic .box .img img {
    width: 100%;
    height: 187.87px;
    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;
}

.newlist_pic .box .tt {
    box-sizing: border-box;
    padding: 12px 20px;
}

.newlist_pic .box .title {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    height: 60px;
}

.newlist_pic .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);
}

.newlist_pic .box:hover .title {
    color: #0065D1;
    font-weight: bold;
}

.newlist_li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newlist_li .box {
    width: calc((100% - 18px) / 2);
    height: 161px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    padding: 0 28px;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.newlist_li .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 5px solid #0065D1;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.newlist_li .box::after {
    content: '';
    width: 132px;
    height: 62px;
    display: inline-block;
    background: url(../img/new-hover-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 14px;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}


.newlist_li .box:hover::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.newlist_li .box .title {
    font-size: 16px;
    color: #3D3D3D;
    line-height: 30px;
    height: 60px;
    margin-bottom: 20px;
}

.newlist_li .box .dete {
    color: #3D3D3D;
    display: flex;
    align-items: center;
}

.newlist_li .box .dete::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/dete-ico.png) center no-repeat;
    margin-right: 10px;
}

.newlist_li .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.newlist_li .box:hover .title {
    color: #0065D1;
    font-weight: bold;
}

.newlist_li .box:hover .dete {
    color: #0065D1;
}

.newlist_li .box:hover .dete::before {
    background: url(../img/dete-ico2.png) center no-repeat;
}

.nmain {
    width: 100%;
    background: url(../img/nmainBg.png) top center no-repeat;
    background-size: 100% auto;
}

.nydt img {
    width: 100%;
}

.crumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #EAEAEA;
    padding: 60px 0 15px 0;
}

.crumbs .name {
    font-size: 36px;
    color: #015AAA;
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #015AAA;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #999;
}

.crumbs .list span:last-of-type {
    display: none;
}

.crumbs .list a {
    color: #999;
}

.subNav {
    width: 100%;
    display: flex;
    align-items: center;
}

.subNav .box {
    background: #E6F2FF;
    font-size: 20px;
    margin-right: 10px;
    padding: 15px 35px;
}

.subNav .box a {
    color: #3D3D3D;
}

.subNav .box.on,
.subNav .box:hover {
    background: #0065D1;
}

.subNav .box.on a,
.subNav .box:hover a {
    font-weight: bold;
    color: #fff;
}

.threeNav {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
}

.threeNav .box {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    margin-right: 10px;
    padding: 15px 25px;
}

.threeNav .box a {
    color: #3D3D3D;
}

.threeNav .box.on,
.threeNav .box:hover {
    background: #0065D1;
}

.threeNav .box.on a,
.threeNav .box:hover a {
    font-weight: bold;
    color: #fff;
}

.textlist .box {
    width: 100%;
    height: 65px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 27px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.textlist .box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist .box .title {
    color: #272727;
    flex: 1;
}

.textlist .box .dete {
    color: #CBCBCB;
    width: 95px;
    text-align: right;
    display: flex;
    align-items: center;
}

.textlist .box .more {
    width: 39px;
    height: 21px;
    position: absolute;
    right: 17px;
    background: url(../img/list-more-ico.svg) center no-repeat;
    background-size: cover;
    opacity: 0;
    top: 22px;
}

.textlist .box:hover {
    background: #0065D1;
}

.textlist .box:hover .title {
    font-weight: bold;
    color: #fff;
}

.textlist .box:hover .dete {
    opacity: 0;
}

.textlist .box:hover .more {
    opacity: 1;
}

.list-page {
    width: 100%;
    height: 30px;
    margin: 60px 0;
}

.piclist .box {
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}

.piclist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #0065D1;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box::after {
    content: '';
    width: 174px;
    height: 27px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 25px;
    bottom: 25px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .box:hover::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .box .img {
    width: 246px;
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    height: 135px;
    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-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.piclist .box .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.piclist .box .desc {
    line-height: 25px;
    height: 50px;
    color: #9E9E9E;
    text-align: justify;
    margin: 10px 0 20px 0;
}

.piclist .box .dete {
    color: #CBCBCB;
}

.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: #0065D1;
}

.piclist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 66px) / 3);
    margin-bottom: 40px;
    margin-right: 32px;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    height: 248.68px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .box .title {
    width: 100%;
    line-height: 50px;
    height: 50px;
    color: #343434;
    border-bottom: 1px solid #D8D8D8;
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .box:hover .title {
    color: #0065D1;
    border-bottom: 1px solid #0065D1;
}

.xrldlist .info {
    display: flex;
    flex-wrap: wrap;
}

.xrldlist .box {
    width: calc((100% - 64px) / 3);
    height: 241px;
    margin-right: 32px;
    margin-bottom: 30px;
    background: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
    position: relative;
}

.xrldlist .box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 101, 209, 0.2);
    position: absolute;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.xrldlist .box::after {
    content: '';
    width: 180px;
    height: 27px;
    background: url(../img/logo-ico.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 27px;
    top: 28px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.xrldlist .box:nth-child(3n) {
    margin-right: 0;
}

.xrldlist .box .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #3D3D3D;
}

.xrldlist .box .name2 {
    color: #3D3D3D;
    background: #F1F1F1;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    margin: 10px 0 15px 0;
}

.xrldlist .box .desc {
    line-height: 25px;
    height: 100px;
    text-align: justify;
    color: #999;
    transition: all 0.5s ease-in-out;
}

.xrldlist .box .more {
    position: absolute;
    left: 25px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.xrldlist .box:hover .name {
    color: #0065D1;
    font-weight: bold;
}

.xrldlist .box:hover .more {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.xrldlist .box:hover .desc {
    height: 50px;
    -webkit-line-clamp: 2;
    transition: all 0.5s ease-in-out;
}

.xrldlist .box:hover::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.detail_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 75px;
}

.detailRight {
    width: 370px;
    position: sticky;
    top: 40px;
}

.detailLeft {
    width: calc(100% - 400px);

}

.detail {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 37px;
    margin-bottom: 30px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    text-align: justify;
    color: #373737;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
    border-left: 2px solid #0065D1;
}



.detail .timer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #999;
    display: none;
    margin-top: 15px;
}

.detail .timer>div {
    margin: 0 5px;
}

.detail .dtl {
    border-top: 1px solid rgba(216, 216, 216, .5);
    padding: 10px 0;
    margin-top: 30px;
}

.detail .dtl p {
    margin: 15px 0;
}

.detail .dtl p img,
.detail .dtl p video {
    max-width: 100%;
    height: auto;
}

.detail .dtl iframe {
    width: 100% !important;
}

.detail .dtl p,
.detail .dtl span {
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    color: #0A0A0A;
}

.detail-page .box {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 15px 37px;
    display: flex;
    align-items: center;
}

.detail-page .box1 {
    margin-bottom: 16px;
}

.detail-page .box a {
    font-size: 16px;
    color: #9E9E9E;
}

.detail-page .box:hover {
    background: #0065D1;
}

.detail-page .box:hover a {
    color: #fff;
}

.detailRight .item {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 25px;
}

.timerBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
}

.timerBox .box {
    margin-bottom: 20px;
}

.timerBox .box1,
.timerBox .box3 {
    width: 60%;
}

.timerBox .box2,
.timerBox .box4 {
    width: 40%;
}

.timerBox .box .p1 {
    color: #0065D1;
}

.timerBox .box .p2 {
    color: #9E9E9E;
}

.box_share {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
}

.box_share .name {
    color: #0065D1;
}

.box_share .share {
    display: flex;
}

.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;
}

.tjxwlist {
    width: 370px;
    box-sizing: border-box;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.tjxwlist .name {
    width: 100%;
    height: 61px;
    line-height: 61px;
    background: #F3F3F3;
    font-size: 18px;
    color: #373737;
    text-align: center;
}

.tjxwlist .list .li {
    width: 100%;
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.tjxwlist .list .li a {
    font-size: 16px;
    color: #373737;
    box-sizing: border-box;
    padding-left: 7px;
    position: relative;
}

.tjxwlist .list .li a::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    border-radius: 50%;
    background: #373737;
    position: absolute;
    left: 0;
    top: 11px;
}

.tjxwlist .list .li:hover {
    border-bottom: 1px solid #0065D1;
}

.tjxwlist .list .li:hover a::before {
    color: #0065D1;
}

.tjxwlist .list .li:hover a {
    color: #0065D1;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.tealist {
    width: 100%;
}

.tealist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tealist .box {
    width: calc((100% - 60px) / 3);
    height: 206px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    margin-right: 29px;
    position: relative;
}

.tealist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #0065D1;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.tealist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.tealist .box:nth-child(3n) {
    margin-right: 0;
}

.tealist .box a {
    display: flex;
    height: 100%;
}

.tealist .box .img {
    width: 155px;
    overflow: hidden;
    display: none;
}

.tealist .box .img img {
    width: 100%;
    height: 206px;
    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;
}

.tealist .box .tt {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
}

.tealist .box .name {
    font-size: 18px;
    font-weight: bold;
    color: #3D3D3D;
}

.tealist .box .desc {
    line-height: 25px;
    height: 100px;
    text-align: justify;
    color: #999;
    margin-top: 8px;
    transition: all 0.5s ease-in-out;
}

.tealist .box .more {
    position: absolute;
    left: 25px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.tealist .box:hover .name {
    color: #0065D1;
}

.tealist .box:hover .desc {
    height: 75px;
    -webkit-line-clamp: 3;
    transition: all 0.5s ease-in-out;
}

.tealist .box:hover .more {
    opacity: 1;
}

.tealist .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);
}