body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #111;
}

body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #111;
}

@font-face {
    font-family: 'Barlow-BoldItalic';
    src: url("../fonts/Barlow-BoldItalic.otf");
}

@font-face {
    font-family: 'Barlow-Bold';
    src: url("../fonts/Barlow-Bold.otf");
}

@font-face {
    font-family: 'DingTalk JinBuTi';
    src: url("../fonts/DingTalk-JinBuTi.otf");
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ctbx {
    width: 1400px;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}

@media (min-width: 1320px) {
    .ctbx {
        width: 1200px;
    }
}

@media (min-width: 1520px) {
    .ctbx {
        width: 1440px;
    }
}

.top_wk {}


/* header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 250px;
    width: 100%;
    z-index: 100;
    zoom: 1;
    background: url(../images/top_bg.png) repeat-x center top;
    border-top: #08509e 3px solid;
}

.header .top_wk {
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
}

.header.lbytop {
    background: #0052a0;
    height: auto;
}

.header .logo {
    float: left;
    margin-top: 28px;
    margin-left: 60px;
    width: 470px;
}


/* .header.lbytop .logo {
    margin-top: 12px;
} */

.header .toprg {
    float: right;
    margin-top: 19px;
    margin-right: 50px;
}

.header .toprg .eg {
    float: left;
    width: 132px;
    height: 39px;
    line-height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.2) 1px solid;
    border-radius: 20px;
    margin-right: 14px;
    display: none;
}

.header .toprg .eg img {
    vertical-align: -3px;
    margin: 0px 4px 0px 22px;
}
.header .toprg .eg a{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.502);
}

.header .toprg .eg:hover{
  background: rgba(255, 255, 255, 0.3);
}


.header .toprg .search_box {
    width: 208px;
    float: right;
    height: 39px;
    border-radius: 20px;
    padding: 0px 10px 0px 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.2) 1px solid;
}

.ss_text {
    width: calc(100% - 40px);
    float: left;
    border: none;
    height: 39px;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
    background: none;
}

.search_box input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.502);
}

.search_box input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.502);
}

.search_box input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.502);
}

.search_box input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.502);
}

.ss_btn {
    float: right;
    width: 40px;
    height: 40px;
}


/* å¯¼èˆª */

.navbar {
    float: right;
    margin-right: 5px;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
}

.navbar .navbar-nav>li>a {
    font-size: 18px;
    color: #fff;
    padding: 17px 8px 20px;
    display: block;
    font-weight: bold;
}

.header.lbytop .navbar .navbar-nav>li>a {
    padding-bottom: 24px;
}


/* .navbar .navbar-nav>li>a>em {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 12px;
    height: 100%;
    background: url(../images/down-jiantou.png) center no-repeat;
} */

.navbar .navbar-nav>li:hover>a {}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .hasChild:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    transform: scaleY(0);
    transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
    transform: scaleY(1);
}

.navbar .nav-child {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -80px;
    padding: 10px 0;
    background-color: #fff;
    width: 160px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
}


/*.navbar .nav-child li {
    padding: 12px;
  }*/

.navbar .nav-child li a {
    font-size: 15px;
    line-height: 22px;
    padding: 8px 5px;
    display: block;
}

.navbar .nav-child li:hover a {
    color: #234382;
}


/* æµ®åŠ¨å¯¼èˆª */

.bannr {
    position: relative;
    padding-bottom:162px;
}

.banlb {
    width: 100%;
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.banlb img {
    width: 100%;
    display: block !important;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

.banlb img:hover {
    transform: scale(1.05);
}

.ban_box .ban-next,
.ban_box .ban-prev {
    width: 49px;
    height: 49px;
    position: absolute;
    z-index: 5;
    bottom: 370px;
    outline: none;
}

.ban_box .ban-next {
    right: 75px;
    background-image: url(../images/ban-next.png);
    background-size: auto 100%;
}

.ban_box .ban-prev {
    right: 142px;
    background-image: url(../images/ban-prev.png);
    background-size: auto 100%;
}

.ban_box .ban-next:hover {
    background-image: url(../images/ban-next2.png);
    background-size: auto 100%;
}

.ban_box .ban-prev:hover {
    background-image: url(../images/ban-prev2.png);
    background-size: auto 100%;
}


/* bannerä¸‹å¿«é€Ÿé€šé“ */

.bnkstd {
    position: absolute;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    background: #004191;
    width: 100%;
    overflow: hidden;
}

.bnkstd .lf {
    width: 100%;
    float: left;
    background: url(../images/bnkstd_bg.jpg) no-repeat;
    background-size: cover;
}

.bnkstd .rg {
    width: 35%;
    float: right;
}

.bnkstd .lf li {
    width: 33.3%;
    float: left;
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
    height: 162px;
}

.bnkstd .lf li a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}

.bnkstd .lf li a::after,
.bnkstd .lf li a::before {
    content: "";
    position: absolute;
    right: 0px;
}

.bnkstd .lf li a::after {
    top: 0px;
    width: 63px;
    height: 100%;
    background: rgba(255, 255, 255, 0.09);
}

.bnkstd .lf li a::before {
    width: 20px;
    height: 20px;
    right: 21px;
    top: 50%;
    margin-top: -10px;
    background: url(../images/ic_add.png);
}

.bnkstd .lf li:hover a::after {
    background: rgba(255, 255, 255, 0.18);
}

.bnkstd .lf li .nr {
    padding: 30px 105px 0px 60px;
    overflow: hidden;
}

.bnkstd .lf li .nr .tp {
    width: 105px;
    float: left;
}

.bnkstd .lf li .nr .tp img {
    max-width: 100%;
}

.bnkstd .lf li .nr .js {
    width: calc(100% - 125px);
    float: right;
}

.bnkstd .lf li .nr .js h2 {
    color: #fff;
    margin: 5px 0px 10px;
   line-height: 20px;
}

.bnkstd .lf li .nr .js h2 b {
    font-size: 24px;
}

.bnkstd .lf li .nr .js span {
    font-size: 14px;
    margin-left: 5px;
}

.bnkstd .lf li .nr .js p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bnkstd .lf li:nth-of-type(4) .nr .js h2,
.bnkstd .lf li:nth-of-type(5) .nr .js h2
.bnkstd .lf li:nth-of-type(6) .nr .js h2 {
    margin-top: 20px;
}


.bnkstd .lf li:nth-of-type(3) a::before,
.bnkstd .lf li:nth-of-type(3) a::after {
    display: none;
}

.bnkstd .lf li:nth-of-type(3) .nr {
    padding-right: 0px;
    padding-top: 10px;
}

.bnkstd .lf li:nth-of-type(3) .nr .tp,
.bnkstd .lf li:nth-of-type(3) .nr .js {
    padding-top: 20px;
}

.bnkstd .lf li:nth-of-type(3) .nr .js {
    width: calc(100% - 260px);
    margin-left: 25px;
    float: left;
}

.bnkstd .lf li:nth-of-type(3) .yztp {
    float: right;
    width: 120px;
}

.bnkstd .lf li:nth-of-type(3) .yztp span {
    display: block;
    padding-bottom: 117%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.bnkstd .lf li:nth-of-type(3) .yztp span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}



/* é™¢é•¿å¯„è¯­ */

.bnkstd .rg .yzjy {
    padding: 55px 80px 0px 70px;
    overflow: hidden;
    position: relative;
}

.bnkstd .rg .yzjy .yzlf {
    width: calc(100% - 170px);
    float: left;
}

.bnkstd .rg .yzjy .yzrg {
    width: 145px;
    float: right;
}

.bnkstd .rg .yzjy .yzlf h1 {
    font-size: 30px;
    color: #fff;
    font-family: 'Barlow-BoldItalic';
}

.bnkstd .rg .yzjy .yzlf h2 {
    font-size: 36px;
    color: #fff;
    font-family: 'DingTalk JinBuTi';
}

.bnkstd .rg .yzjy .yzlf h2 i {
    width: 38px;
    height: 4px;
    background: #1564bd;
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

.bnkstd .rg .yzjy .yzlf h2 i::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 4px;
    background: #fff;
}

.bnkstd .rg .yzjy .yzlf p {
    padding-right: 85px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    height: 144px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
}

.bnkstd .rg .yzjy .yzrg .pic {
    padding-bottom: 117%;
    overflow: hidden;
    position: relative;
}

.bnkstd .rg .yzjy .yzrg .pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.bnkstd .rg .yzjy .js {
    position: absolute;
    right: 115px;
    border: #fff 2px solid;
    border-top-style: none;
    padding-top: 15px;
    top: 174px;
}

.bnkstd .rg .yzjy .js .jsnr {
    position: relative;
    width: 200px;
}

.bnkstd .rg .yzjy .js .jsnr .name {
    position: relative;
}

.bnkstd .rg .yzjy .js .jsnr .name::before,
.bnkstd .rg .yzjy .js .jsnr .name::after {
    content: "";
    position: absolute;
    top: -15px;
    width: 16px;
    height: 2px;
    background: #fff;
}

.bnkstd .rg .yzjy .js .jsnr .name::before {
    left: 0px;
}

.bnkstd .rg .yzjy .js .jsnr .name::after {
    right: 0px;
}

.bnkstd .rg .yzjy .js .jsnr .name h1 {
    position: absolute;
    left: 18px;
    top: -38px;
    font-size: 15px;
    color: #fff;
    text-align: 15px;
}

.bnkstd .rg .yzjy .js .jsnr .name h1:first-letter {
    font-size: 28px;
    color: #fff;
}

.bnkstd .rg .yzjy .js .jsnr h2 {
    background: #fff;
    float: right;
    width: 108px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    color: #000;
}

.bnkstd .rg .yzjy .js .jsnr p {
    font-size: 16px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.sydh {
    overflow: hidden;
}

.sydh .lf {
    float: left;
}

.sydh h1 {
    font-size: 48px;
    color: #08509e;
    font-family: 'Barlow-BoldItalic';
}

.sydh h1 b {
    color: #d12213;
}

.sydh h2 {
    font-size: 36px;
    color: #000;
    font-family: 'DingTalk JinBuTi';
}

.sydh h2 i {
    width: 38px;
    height: 4px;
    background: #d12213;
    position: relative;
    display: inline-block;
    margin-left: 6px;
}

.sydh h2 i::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 19px;
    height: 4px;
    background: #08509e;
}

.sydh span {
    float: right;
    height: 45px;
    line-height: 45px;
    margin-top: 48px;
    transition: all 0.2s ease-out 0s;
    text-indent: 31px;
    background: url(../images/ic_more.png) no-repeat left center;
    background-size: auto 100%;
    font-family: 'Barlow-BoldItalic';
    transition: all 0.4s ease-out 0s;
}

.sydh span a {
    display: block;
    font-size: 16px;
    color: #08509e;
}

.sydh span:hover {
    transform: translateY(-5px);
}

.sydh.sjsdh {
    width: 316px;
    float: left;
    margin-top: 130px;
}

.sydh.sjsdh span {
    float: left;
    margin-top: 25px;
}

.sydh.bai h1,
.sydh.bai h2,
.sydh.bai span a {
    color: #fff;
}

.sydh.bai h2 i::after {
    background: #fff;
}

.sydh.bai span {
    background: url(../images/ic_more2.png) no-repeat left center;
    background-size: auto 100%;
}

.sydh.bai.jxzydh {
    width: 460px;
    float: left;
}

.sydh.bai.jxzydh span {
    float: left;
    margin-top: 45px;
}


/* æ•°æ®è¯´ */

.cont1_bg {
    background: url(../images/cont_bg1.jpg) no-repeat center;
    overflow: hidden;
}

.cont_box1 .ctbx {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}

.sjsbox {
    width: calc(100% - 316px);
    float: right;
}

.sjsbox li {
    width: 25%;
    float: left;
    height: 200px;
    border-left: #e7e7e7 1px solid;
    box-sizing: border-box;
}
.sjsbox li:nth-of-type(9), .sjsbox li:nth-of-type(10), .sjsbox li:nth-of-type(11), .sjsbox li:nth-of-type(12){
   height: 260px;
}

.sjsbox li .mar {
    padding: 0px 40px;
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}


.sjsbox li .mar::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 4px;
    background: #d12213;
    height: 61px;
}



.sjsbox li .mar h2 {
    color: #004999;
    font-size: 20px;
    margin-bottom: 22px;
}

.sjsbox li .mar h2 span {
    font-family: 'Barlow-Bold';
    font-size: 54px;
}


.sjsbox li .mar p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
}



/* è¯·è¿›æ¥ */

.cont2_bg {
    background: url(../images/cont_bg2.jpg) no-repeat center top;
    overflow: hidden;
    padding: 70px 0px 40px;
    margin-bottom: 88px;
}

.qingjl_box {
    overflow: hidden;
   padding-left: 11.5%;
}

.qingjl_box .qjlmar {
    margin: 80px -10px 0px;
}

.qingjl {
    position: relative;
    height: 260px;
}

.qingjl::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 13.5%;
    height: 49%;
    top: 80px;
    right: 0px;
    background: rgba(12, 76, 153, 0.7);
    display:none;
}

.qingjl .qinglb {
    position: relative;
    margin: 0px 10px;
padding:15px;
}

.qingjl .qinglb .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.qingjl .qinglb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* .qingjl .qinglb .picture img:hover {
    transform: scale(1.05);
} */

.qingjl .qinglb .title {
    width: calc(100% - 30px);
    height: 87px;
    left: 15px;
    bottom: 14px;
    position: absolute;
    z-index: 2;
    background: url(../images/qjl_titbg.png) repeat-x;
}


.qingjl .qinglb .title .titpad {
    padding: 0px 25px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
}

.qingjl .qinglb .title .titpad h2 {
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.qingjl .qinglb .title .titpad h2:hover {
    font-weight: bold;
}

.qingjl .swiper-slide .qinglb {
    transition: all 0.3s ease-out 0s;
}

.qingjl .swiper-slide:hover .qinglb {
    padding: 0px;
}

.qingjl .swiper-slide:hover .qinglb .picture {
    padding-bottom: 61%;
}

.qingjl .swiper-slide:hover .qinglb .title {
    left: 0px;
    bottom: -1px;
    width: calc(100% - 0px);
}

.qingjl .qingjl-dot {
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 100%;
}

.qingjl .qingjl-dot span {
    margin: 0 3px;
    width: 10px;
    height: 10px;
    background: #5489c2;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    outline:none;
}

.qingjl .qingjl-dot span.swiper-pagination-bullet-active {
    background: #d12213;
}


/* æ–°é—»åŠ¨æ€ */

.cont3_bg {
    background: url(../images/cont_bg3.jpg) no-repeat center top;
    overflow: hidden;
    padding-top: 60px;
}

.cont4_bg {
    background: url(../images/cont_bg4.jpg) no-repeat center 534px;
    overflow: hidden;
}

.xwdt_box {
    margin: 50px 0px 74px;
    overflow: hidden;
    background: #074f9d;
}

.xwdt_lf {
    width: calc(100% - 770px);
    float: left;
}

.xwdt_rg {
    width: 770px;
    float: right;
    position: relative;
}

.xwdt_lf .mar {
    height: 434px;
    padding: 0px 45px;
    overflow: hidden;
    background: url(../images/xwdt_bg.png) no-repeat right bottom;
}

.xwdt_lf .mar .hot {
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
    margin: 53px 0px 21px;
}

.xwdt_lf .mar .hot::before,
.xwdt_lf .mar .hot::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
}

.xwdt_lf .mar .hot::before {
    width: 112px;
    background: #ff1400;
    z-index: 3;
}

.xwdt_lf .mar .hot::after {
    width: 100%;
    background: rgba(220, 220, 220, 0.22)
}

.xwdt_lf .mar .hot .time {
    width: 85px;
    float: left;
    color: #ff1400;
    font-family: Arial;
}

.xwdt_lf .mar .hot .time b {
    font-size: 30px;
}

.xwdt_lf .mar .hot .time span {
    font-size: 16px;
}

.xwdt_lf .mar .hot .title {
    width: calc(100% - 110px);
    float: right;
}

.xwdt_lf .mar .hot .title h2 {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 18px;
    transition: all 0.4s ease-out 0s;
}

.xwdt_lf .mar .hot .title:hover h2 {
    font-weight: bold;
}

.xwdt_lf .mar .hot .title p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xwdt_lf .mar li {
    width: 100%;
    float: left;
}

.xwdt_lf .mar li span {
    width: 55px;
    float: left;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 48px;
    font-family: Arial;
    font-weight: bold;
}

.xwdt_lf .mar li a {
    width: calc(100% - 55px);
    float: right;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.xwdt_lf .mar li a:hover {
    transform: translateX(5px);
}

.xwdt_rg .xwdtlb {
    position: relative;
}

.xwdt_rg .xwdtlb .picture {
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
}

.xwdt_rg .xwdtlb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xwdt_rg .xwdtlb .picture img:hover {
    transform: scale(1.05);
}

.xwdt_rg .xwdtlb .title {
    width: 100%;
    height: 140px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    background: url(../images/xwdt_titbg.png) repeat-x;
}

.xwdt_rg .xwdtlb .title .titpad {
    padding: 0px 30px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.xwdt_rg .xwdtlb .title .titpad span {
    float: left;
    font-size: 20px;
    color: #ff1400;
    line-height: 50px;
    font-family: Arial;
    font-weight: bold;
}

.xwdt_rg .xwdtlb .title .titpad h2 {
    width: calc(100% - 70px);
    float: right;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.xwdt_rg .xwdtlb .title .titpad h2:hover {
    font-weight: bold;
}

.xwdt_rg .xwdt-prev,
.xwdt_rg .xwdt-next {
    width: 33px;
    height: 48px;
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -24px;
    right: 0px;
    cursor: pointer;
   outline: none;
}

.xwdt_rg .xwdt-prev {
    background: url(../images/xwdt-prev.png) no-repeat;
    right: auto;
    left: 0px;
}

.xwdt_rg .xwdt-next {
    background: url(../images/xwdt-next.png) no-repeat;
}




/* é€šçŸ¥å…¬å‘Š */

.tzgg_box {
    margin: 66px 0px 112px;
    overflow: hidden;
}

.tzgg_box ul {
    margin: 0px -21px;
    overflow: hidden;
}

.tzgg_box li {
    width: 25%;
    float: left;
    transition: all 0.4s ease-out 0s;
}

.tzgg_box li .mar {
    margin: 0px 21px;
}

.tzgg_box li .mar a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 31px;
}

.tzgg_box li .mar a::before,
.tzgg_box li .mar a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
}

.tzgg_box li .mar a::before {
    width: 87px;
    background: #1e4a87;
    z-index: 3;
    transition: all 0.4s ease-out 0s;
}

.tzgg_box li .mar a::after {
    width: 100%;
    background: #d4d4d4;
}

.tzgg_box li:hover .mar a::before {
    width: 100%;
}

.tzgg_box li .mar span {
    font-size: 18px;
    color: #08509e;
    font-family: Arial;
}

.tzgg_box li .mar h2 {
    margin: 20px 0px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg_box li .mar i {
    width: 18px;
    height: 10px;
    float: right;
    background: url(../images/ic_jt.png) no-repeat;
}

.tzgg_box li:hover .mar span {
    color: #d12213;
    font-weight: bold;
}

.tzgg_box li:hover .mar h2 {
    color: #08509e;
    font-weight: bold;
}

.tzgg_box li:hover .mar i {
    background: url(../images/ic_jt2.png) no-repeat;
}


/* å­¦ç”Ÿé£Žé‡‡ */

.cont5_bg {
    background: url(../images/cont_bg5.jpg) no-repeat center top;
    padding-top: 78px;
    overflow: hidden;
    margin-bottom: 79px;
}

.xsfc_box {
    margin: 25px 0px 42px;
    overflow: hidden;
    padding-bottom: 50px;
}

.xsfclf {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 10px;
}

.xsfcrg {
    width: 50%;
    float: right;
}

.xsfclf .picture,
.xsfcrg li .mar .picture {
    overflow: hidden;
    padding-bottom: 58%;
    position: relative;
}

.xsfclf .picture img,
.xsfcrg li .mar .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xsfclf .picture img:hover,
.xsfcrg li .mar .picture img:hover {
    transform: scale(1.05);
}

.xsfclf .title,
.xsfcrg li .mar .title {
    width: 100%;
    height: 86px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    background: url(../images/xsfc_titbg.png) repeat-x;
}

.xsfclf .title .titpad,
.xsfcrg li .mar .title .titpad {
    overflow: hidden;
}

.xsfclf .title .titpad {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    padding: 0px 30px;
    box-sizing: border-box;
}

.xsfcrg li .mar .title .titpad {
    position: absolute;
    left: 0px;
    bottom: 8px;
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
}

.xsfclf .title .titpad h2,
.xsfcrg li .mar .title .titpad h2 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.xsfclf:hover .title .titpad h2,
.xsfcrg li:hover .mar .title .titpad h2 {
    transform: translateX(5px);
}

.xsfcrg li {
    width: 50%;
    float: left;
}

.xsfcrg li .mar {
    margin: 0px 0px 23px 19px;
    position: relative;
}

.xsfcrg li:nth-of-type(1) .mar,
.xsfcrg li:nth-of-type(3) .mar {
    top: 50px;
}


/* å¸ˆèµ„é˜Ÿä¼ */

.cont6_bg {
    background: url(../images/cont_bg6.png) no-repeat;
    padding-top: 63px;
}

.szdw_box {
    margin: 40px 0px 95px;
    overflow: hidden;
    padding-left: 12%;
}

.szdw_box .szdw {
    position: relative;
    /* margin: 0px -17px; */
}

.szdw_box .szdw::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 24%;
    width: 218px;
    height: 346px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 5;
    border-radius: 40% 22% 0px 0px;
}

.szdw_box .szdw .szlb {
    margin-top: 48%;
}

.szdw_box .szdw .szlb .mar {
    /* border: #0052a0 2px solid; 
    border-radius: 50%;
    */
    padding: 10px;
    /* margin: 0px 17px; */
    position: relative;
}

.szdw_box .szdw .szlb .mar::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: url(../images/szdw_bg.png) no-repeat center;
    background-size: 100% 100%;
    transform: rotate(5deg);
}

.szdw_box .szdw .swiper-slide:nth-of-type(2n) .szlb .mar:before {
    transform: rotate(90deg);
}

.szdw_box .szdw .szlb .mar .picture {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
}

.szdw_box .szdw .szlb .mar .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.szdw_box .szdw .szlb .mar .picture img:hover {
    transform: scale(1.05);
}

.szdw_box .szdw .szlb .title {
    margin-top: 10px;
    text-align: center;
}

.szdw_box .szdw .szlb .title .titpad h2,
.szdw_box .szdw .szlb .title .titpad h3,
.szdw_box .szdw .szlb .title .titpad h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.szdw_box .szdw .szlb .title .titpad h2 {
    font-weight: bold;
    font-size: 20px;
    color: #1e4a87;
    line-height: 30px;
    height: 30px;
    margin-top: 15px;
}

.szdw_box .szdw .szlb .title .titpad h3,
.szdw_box .szdw .szlb .title .titpad h4 {
    line-height: 26px;
    height: 26px;
    font-size: 16px;
    color: #666;
}

.szdw_box .szdw .szlb .title .titpad h4 {
    display: none;
}

/* .szdw_box .szdw .swiper-slide {
    width: 260px;
} */

.szdw_box .szdw .swiper-slide-active {
    /* width: 438px; */
    width: 25%!important;
}

.szdw_box .szdw .swiper-slide-active .szlb {
    margin-top: 0px;
}

.szdw_box .szdw .swiper-slide-active .szlb .mar {
    border: rgba(255, 255, 255, 0.5) 3px solid;
    padding: 0px;
    border-radius: 50%;
}

.szdw_box .szdw .swiper-slide-active .szlb .mar::before {
    display: none;
}

.szdw_box .szdw .swiper-slide-active .szlb .title {
    width: calc(100% - 0px);
    height: 100%;
    left: 0px;
    bottom: 3px;
    position: absolute;
    z-index: 2;
    background: url(../images/szdw_titbg.png) repeat-x bottom;
    border-radius: 0px 0px 50% 50%;
}

.szdw_box .szdw .swiper-slide-active .szlb .title .titpad {
    position: absolute;
    width: 100%;
    bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0px 20px;
    border-radius: 0px 0px 50% 50%;
}

.szdw_box .szdw .swiper-slide-active .szlb .title .titpad h4 {
    display: block;
    color: #fff;
}

.szdw_box .szdw .swiper-slide-active .szlb .title .titpad h2,
.szdw_box .szdw .swiper-slide-active .szlb .title .titpad h3 {
    color: #fff;
}

.szdw_box .szdw .swiper-slide-active .szlb .title .titpad h2 {
    margin-top: 0px;
}

.szdw .szdw-next,
.szdw .szdw-prev {
    width: 19px;
    height: 34px;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -17px;
    outline: none;
    cursor: pointer;
}

.szdw .szdw-next {
    left: 22.5%;
    background-image: url(../images/szdw-btn.png);
}

.szdw .szdw-prev {
    left: 20px;
    background-image: url(../images/szdw-btn.png);
    transform: rotate(180deg);
}


/* æ ¡å‹ä¹‹çª— */

.cont7_bg {
    background: url(../images/cont_bg7.jpg) no-repeat;
    overflow: hidden;
}

.cont7_bg .ctbx {
    position: relative;
}

.sydh.xydh {
    width: 210px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sydh.xyzc_more {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.sydh.xyzc_more span {
    margin-top: 10px;
}

.xyzc {
    margin-bottom: 109px;
    overflow: hidden;
}

.xyzc ul {
    margin: 0px -14px;
    overflow: hidden;
}

.xyzc li {
    width: 50%;
    float: left;
}

.xyzc li .mar {
    margin: 28px 14px 0px;
    position: relative;
}

.xyzc li:nth-of-type(1) .mar {
    margin-top: 155px;
}

.xyzc li .mar .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.xyzc li .mar .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xyzc li .mar .picture img:hover {
    transform: scale(1.05);
}

.xyzc li .mar .title {
    width: 100%;
    height: 162px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    background: url(../images/xyzc_titbg.png) repeat-x;
}

.xyzc li .mar .title .titpad {
    width: 100%;
    left: 0px;
    bottom: 25px;
    position: absolute;
    z-index: 3;
    padding: 0px 30px;
    box-sizing: border-box;
}

.xyzc li .mar .title .titpad h2 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.xyzc li .mar .title .titpad h2:hover {
    transform: translateX(5px);
}


/* æ•™å­¦èµ„æº */

.cont8_bg {
    background: #08509e;
    padding: 68px 0px 54px;
    overflow: hidden;
}

.jxzy_box {
    width: calc(100% - 460px);
    float: right;
    overflow: hidden;
    margin-top: 15px;
}

.jxzy_box ul {
    margin: 0px -12px;
}

.jxzy_box li {
    width: 33.3%;
    float: left;
}

.jxzy_box li .mar {
    margin: 0px 12px 28px;
    border: rgba(255, 255, 255, 0.102) 1px solid;
    background: rgba(255, 255, 255, 0.15);
}

.jxzy_box li .mar a {
    padding: 19px 15px 19px 70px;
    overflow: hidden;
    display: block;
}

.jxzy_box li .mar span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    float: left;
    text-align: center;
}

.jxzy_box li .mar span img {
    max-width: 100%;
    max-height: 100%;
}

.jxzy_box li .mar h2 {
    width: calc(100% - 65px);
    float: right;
    font-size: 20px;
    color: #fff;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jxzy_box li:hover .mar {
    background: rgba(255, 255, 255, 0.25);
}


/* è§†é¢‘ */

.video_box {
    overflow: hidden;
   background: #1b2a39;
}

.vidlb {
    width: 33.3%;
    float: left;
    position: relative;
}
.vidlb.open .vidbt {
    display: none;
}
.vidlb .picture {
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
}

.vidlb .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.vidlb .vidbt {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 47px;
    text-align: center;
}

.vidlb .vidbt span {
    display: block;
    height: 78px;
    margin-bottom: 7%;
}

.vidlb .vidbt span img {
    max-height: 100%;
}

.vidlb .vidbt h2 {
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 8px;
    background: url(../images/vidbt_bg.png) no-repeat center bottom;
    background-size: auto 28px;
}

.vidlb:nth-of-type(2) .vidbt h2 {
    background: url(../images/vidbt_bg2.png) no-repeat center bottom;
    background-size: auto 28px;
}


.vidlb #u18,
.vidlb #u18 video,
.vidlb #u18u18,
.vidlb #u18u18 img,
.vidlb #u19,
.vidlb #u19 video,
.vidlb #u19u19,
.vidlb #u19u19 img,
.vidlb #u20,
.vidlb #u20 video,
.vidlb #u20u20,
.vidlb #u20u20 img,
.vidlb #u21,
.vidlb #u21 video,
.vidlb #u21u21,
.vidlb #u21u21 img{
   width: 100.5% !important;
    height: auto !important;
}




/* åº•éƒ¨ */

.dibu_bg {
    background: #1b2a39;
    overflow: hidden;
}

.dibu_box {
    margin-top: 73px;
    overflow: hidden;
    position: relative;
    padding-bottom: 94px;
}

.dibu_box .dblf {
    width: 495px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.dibu_box .dbrg {
    width: 480px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.dibu_box .dblogo {
    margin: 0px 480px 0px 495px;
    overflow: hidden;
    text-align: center;
    height: 270px;
    border-left: rgba(255, 255, 255, 0.2) 1px solid;
    border-right: rgba(255, 255, 255, 0.2) 1px solid;
}

.dibu_box .dblogo img {
    max-width: 100%;
}

.dbtit {
    position: relative;
    margin-bottom: 8px;
}

.dbtit::before,
.dbtit::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
}

.dbtit::before {
    width: 11px;
    background: #d12213;
    z-index: 3;
}

.dbtit::after {
    width: 51px;
    background: #08509e;
    z-index: 2;
}

.dbadr {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 26px;
}

.dibu_box .dblf dl {
    margin-right: 80px;
    margin-bottom: 30px;
    overflow: hidden;
}

.dibu_box .dblf dl dt {
    font-size: 18px;
    color: #fff;
    line-height: 55px;
}

.dibu_box .dblf dl dd {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.502);
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dibu_box .dbrg .dbyqlj {
    width: 210px;
    float: left;
    margin-left: 65px;
}

.dibu_box .dbrg .dbyqlj h2,
.dibu_box .dbrg .dbwxgzh h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    line-height: 55px;
}

.dibu_box .dbrg .dbyqlj ul {
    width: 100%;
    float: left;
}

.dibu_box .dbrg .dbyqlj li {
    width: 100%;
    float: left;
}

.dibu_box .dbrg .dbyqlj li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.502);
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dibu_box .dbrg .dbyqlj ul li a:hover {
    color: #fff;
}

.dibu_box .dbrg .dbwxgzh {
    width: 140px;
    float: right;
}

.dibu_box .dbrg .dbwxgzh span {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.dibu_box .dbrg .dbwxgzh span img {
    width: 140px;
    height: 140px;
}

.dbbanq {
    padding: 18px 0px;
    overflow: hidden;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    line-height: 24px;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

.dbbanq a {
    color: rgba(255, 255, 255, 0.302);
}

.dbbanq a:hover {
    color: #fff;
}


/* æ—§æ ·å¼ */

.yugao .yg-dot {
    position: absolute;
    bottom: 33px;
    right: 30px;
    z-index: 9;
    text-align: right;
}

.yugao .yg-dot span {
    margin: 0 7px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    opacity: 1;
    background: #91baf1;
    outline: none;
    border-radius: 0px;
}

.yugao .yg-dot span.swiper-pagination-bullet-active {
    background: #c91738;
}

.xsky li {
    width: 100%;
    float: left;
    transition: all 0.3s ease-out 0s;
    box-shadow: 0px 0px 29px 0px rgba(150, 175, 214, 0.27);
    background: #fff;
    margin-bottom: 35px;
}

.xsky li .picture {
    width: 260px;
    float: left;
}

.xsky li .picture span {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    display: block;
}

.xsky li .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xsky li .picture span img:hover {
    transform: scale(1.05);
}

.xsky li .textbg {
    float: right;
    width: calc(100% - 260px);
}

.xsky li .textbg .text {
    padding: 25px 0px 19px 30px;
    overflow: hidden;
}

.xsky li .textbg .text h2 {
    width: calc(100% - 40px);
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 21px;
}

.xsky li .textbg .text span {
    width: 100%;
    float: left;
    position: relative;
    line-height: 25px;
    font-size: 14px;
    color: #144a94;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.xsky li .textbg .text span::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 0px;
    width: calc(100% - 100px);
    height: 1px;
    background: #91baf1;
}

.xsky li .textbg .text span::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 1px;
    width: 25px;
    height: 25px;
    background: url(../images/xsky_jt.png) no-repeat center #91baf1;
}

.xsky li:hover .textbg {
    background: url(../images/xsky_bg.png) no-repeat center;
}

.xsky li:hover .textbg .text h2,
.xsky li:hover .textbg .text span {
    color: #fff;
}

.xsky li:hover .textbg .text h2 {
    font-weight: bold;
}


/* äººæ‰åŸ¹å…» */

.rcpy_tj {
    margin-top: 53px;
    position: relative;
}

.rcpy_tj .picture {
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
}

.rcpy_tj .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.rcpy_tj .picture img:hover {
    transform: scale(1.05);
}

.rcpy_tj .text {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: url(../images/rcpy_bg.png) repeat-x;
}

.rcpy_tj .text .title {
    padding: 18px 100px 12px 30px;
    overflow: hidden;
    text-align: left;
}

.rcpy_tj .text .title span {
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.rcpy_tj .text .title h2 {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.rcpy_tj .rcpy-dot {
    position: absolute;
    bottom: 15px;
    right: 28px;
    z-index: 9;
    text-align: right;
}

.rcpy_tj .rcpy-dot span {
    margin: 0 6px;
    width: 7px;
    height: 7px;
    background: none;
    border: #f4e8d9 1px solid;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
}

.rcpy_tj .rcpy-dot span.swiper-pagination-bullet-active {
    border: #fff 1px solid;
    background: #fff;
}

.rcpy_rk {
    margin: 0px 27px;
    padding: 25px 40px 19px;
    overflow: hidden;
    background: #fff;
    border-top: #e83644 3px solid;
    box-shadow: 0px 0px 29px 0px rgba(150, 175, 214, 0.27);
}

.rcpy_rk li {
    width: 33.3%;
    float: left;
    text-align: center;
}

.rcpy_rk li a {
    display: block;
}

.rcpy_rk li span {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0px auto;
    position: relative;
    border: #9cd1d9 1px dashed;
    border-radius: 10px;
    box-sizing: border-box;
    background: url(../images/rcpy_ic01.png) no-repeat center;
    background-size: auto 50%;
}

.rcpy_rk li h2 {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    height: 34px;
    overflow: hidden;
}

.rcpy_rk li:hover span {
    background: url(../images/rcpy_ic01_h.png) no-repeat center #2b42bd;
    background-size: auto 50%;
}

.rcpy_rk li:hover h2 {
    font-weight: bold;
}

.rcpy_rk li:nth-of-type(2) span {
    background: url(../images/rcpy_ic02.png) no-repeat center;
    background-size: auto 50%;
}

.rcpy_rk li:nth-of-type(2):hover span {
    background: url(../images/rcpy_ic02_h.png) no-repeat center #2b42bd;
    background-size: auto 50%;
    border: #2b42bd 1px solid;
}

.rcpy_rk li:nth-of-type(3) span {
    background: url(../images/rcpy_ic03.png) no-repeat center;
    background-size: auto 50%;
}

.rcpy_rk li:nth-of-type(3):hover span {
    background: url(../images/rcpy_ic03_h.png) no-repeat center #2b42bd;
    background-size: auto 50%;
}


/* æ ¡å›­ç”Ÿæ´» */

.cont_bg6 {
    background: url(../images/cont_bg6.png) no-repeat center top;
    overflow: hidden;
    margin-top: -52px;
    padding: 177px 0px 247px;
}

.xysh_tj {
    width: 56.25%;
    float: left;
}

.xysh_tj .picture {
    position: relative;
    padding-bottom: 61.4%;
    overflow: hidden;
}

.xysh_tj .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xysh_tj .picture img:hover {
    transform: scale(1.05);
}

.cont_bg6 .ctbx {
    position: relative;
}

.xysh_lf {
    width: 50%;
    float: left;
}

.xysh_rg {
    width: 50%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: -666px
}

.xysh_rgnr {
    width: 100%;
    float: left;
    margin-top: 90px;
}

.xysh_lf li,
.xysh_rgnr li {
    width: 50%;
    float: left;
}

.xysh_lf li .pad,
.xysh_rgnr li .pad {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    text-align: center;
    background: url(../images/xysh_bg.png) no-repeat;
    background-size: 100% 100%;
}

.xysh_lf li .pad .text,
.xysh_rgnr li .pad .text {
    width: 100%;
    position: absolute;
    left: 0px;
    display: block;
    text-align: center;
}

.xysh_lf li .pad .text span,
.xysh_rgnr li .pad .text span {
    height: 60px;
    display: block;
    margin: 28% auto 11%;
}

.xysh_lf li .pad .text span img,
.xysh_rgnr li .pad .text span img {
    max-height: 100%;
}

.xysh_lf li .pad .text h2,
.xysh_rgnr li .pad .text h2 {
    font-size: 26px;
    color: #fff;
}

.xysh_lf li:nth-of-type(2) .pad {
    background: url(../images/xysh_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.xysh_rgnr li:nth-of-type(1) .pad {
    background: #dba429;
}

.xysh_rgnr li:nth-of-type(2) .pad {
    background: url(../images/xysh_bg4.png) no-repeat;
    background-size: 100% 100%;
}

.xysh_rgnr li:nth-of-type(3) .pad {
    background: url(../images/xysh_bg5.png) no-repeat;
    background-size: 100% 100%;
}

.xysh_rgnr li:nth-of-type(4) .pad {
    background: url(../images/xysh_bg6.png) no-repeat;
    background-size: 100% 100%;
}

.xysh_rgnr li:nth-of-type(5) .pad {
    background: url(../images/xysh_bg7.png) no-repeat;
    background-size: 100% 100%;
}

.xysh_rgnr li:nth-of-type(5) .pad {
    padding-bottom: 82%;
}

.xysh_lf li:hover .pad,
.xysh_rgnr li:hover .pad {
    opacity: 0.8;
}

.xysh_more {
    margin-top: 16.5%;
    float: right;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #1f44bb;
    background-image: -webkit-gradient(linear, left top, right top, from(#3657d1), to(#1037aa)), -webkit-gradient( linear, left top, left bottom, from(#3657d1), to(#1037aa));
    background-image: -webkit-linear-gradient(left, #3657d1 0%, #1037aa 100%), -webkit-linear-gradient( #3657d1, #1037aa);
    background-image: linear-gradient(90deg, #3657d1 0%, #1037aa 100%), linear-gradient( #3657d1, #1037aa);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#3657d1', endColorStr='#1037aa', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#3657d1',endColorStr='#1037aa',gradientType='1')";
}

.xysh_more img {
    margin-left: 15px;
}

.xysh_more a {
    display: inline-block;
    color: #fff;
}

.xysh_more:hover {
    background: #062d9f;
}


/* åˆ—è¡¨é¡µ */

.list_banner {
    position: relative;
}

.list_pic {
    width: 100%;
    margin: auto;
}

.list_pic img {
    width: 100%;
}

.ltlanmu_bg {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    height: 166px;
    background: url(../images/ltlanmu_bg.png) repeat-x;
}

.ltlanmu_bg .ltlanmu_tit {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 28px;
}
.ltlanmu_bg .ltlanmu_tit.ltlanmu_tit2{
   bottom: 65px;
}
.ltlanmu_bg .ltlanmu_tit .ctbx h1 {
    font-size: 48px;
    color: #fff;
    float: left;
}

.ltlanmu_bg .ltlanmu_tit .ctbx span {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    background: url(../images/ic_home.png) no-repeat left 5px;
    padding-left: 20px;
    margin: 35px 0px 0px 30px;
}

.ltlanmu_bg .ltlanmu_tit .ctbx span a {
    color: #fff;
}

.ltlanmu_bg .ltlanmu_tit .ctbx span a:hover {
    font-weight: bold;
}

.ejlm_bg {
    position: relative;
    top: -40px;
    z-index: 5;
    width: 100%;
    height: 80px;
    background: url(../images/ejlm_bg.png) no-repeat center;
}

.ejlm ul {
    padding-right: 170px;
    position: relative;
    float: left;
}

.ejlm ul::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 170px;
    height: 80px;
    background: url(../images/ejlm_bg2.png) no-repeat center;
}

.ejlm li {
    float: left;
    background: #0066cd;
}

.ejlm li a {
    display: inline-block;
    line-height: 80px;
    margin-right: 70px;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.ejlm li:nth-last-of-type(1) a {
    margin-right: 0px;
}

.ejlm li a:hover,
.ejlm li a.on {
    font-weight: bold;
}

.ejlm li a::after,
.ejlm li a.on::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 4px;
    background: #d12213;
    transition: all 0.3s ease-out 0s;
}

.ejlm li a:hover::after,
.ejlm li a.on::after {
    width: 100%;
}


.list_wkbg {
    background: url(../images/list_wkbg.jpg) no-repeat center bottom;
    overflow: hidden;
}

.list_wk {
    padding: 60px 0px 100px;
}
.list_wk.list_wk2{
   padding-top:40px;
}

.list_rdh {
    overflow: hidden;
}

.list_rdh h1 {
        float: left;
        font-size: 26px;
        color: #08509e;
        font-weight: bold;
        line-height: 60px;
        text-indent: 15px;
        position: relative;
    }
    .list_rdh h1::after {
        content: "";
        position: absolute;
        top: 18px;
        left: 0px;
        width: 3px;
        height: 25px;
        background: #d12213;
    }
    .list_rdh span {
        float: right;
        font-size: 14px;
        color: #888;
        line-height: 24px;
        background: url(../images/ic_home2.png) no-repeat left 5px;
        padding-left: 20px;
        margin-top: 20px;
    }
    .list_rdh span a {
        color: #888;
    }
    .list_rdh span a:hover {
        color: #001e61;
    }


.list_wk.list_wk2 .list_rdh{
  display:none;
}

/* åˆ—è¡¨é¡µä¿®æ”¹ */

.list_lf {
    width: 280px;
    float: left;
    background: #f5f5f5;
    padding-bottom: 40px;
}

.lilf_lmm {
    background: #0354a1;
    padding:13px 15px 17px;
    overflow: hidden;
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.sideMenu {
    margin: 30px 17px 0px 18px;
    overflow: hidden;
}

.sideMenu li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
}

.sideMenu h3 {
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}

.sideMenu h3::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: #0052a0;
}

.sideMenu h3 a {
    font-size: 18px;
    color: #111;
    padding: 12px 45px 12px 30px;
    display: block;
    box-sizing: border-box;
    line-height: 30px;
}

.sideMenu li.current h3,
.sideMenu li:hover h3 {
    background: #0052a0;
}

.sideMenu li.current h3 a,
.sideMenu li:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.sideMenu li.current h3::before,
.sideMenu li:hover h3::before {
    background: #d12213;
}

.sideMenu li em {
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 50%;
    margin-top: -27px;
    width: 40px;
    height: 54px;
    background: url(../images/ltej_jt.png) no-repeat left center;
}

.sideMenu li.current em,
.sideMenu li:hover em {
    background: url(../images/ltej_jt2.png) no-repeat left center;
}

.sideMenu dl {
    width: 100%;
    float: left;
    display: none;
    background: #fff;
    padding: 12px 0px;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    padding: 5px 16px 5px 60px;
    color: #333;
    font-size: 15px;
    line-height: 26px;
    cursor: pointer;
    box-sizing: border-box;
    background: url(../images/ltsanj_jt.png) no-repeat 50px 13px;
}

.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    font-weight: bold;
    color: #0052a0;
    background: url(../images/ltsanj_jt2.png) no-repeat 50px 13px;
}

.sideMenu li.current>em,
.sideMenu li:hover>em {
    background: url(../images/ltsanj_jt2.png) no-repeat;
}

.sideMenu li.current dl {
    display: block !important;
}

.list_rg {
    width: calc(100% - 340px);
    float: right;
}




/* åˆ—è¡¨é¡µ */

.list_lb {
    min-height: 500px;
   margin-top;20px;
}

.list_lb ul {
    border-top: #dbdbdb 1px solid;
    overflow: hidden;
    margin-bottom: 40px;
}

.list_lb li {
    width: 100%;
    float: left;
    border-bottom: #dbdbdb 1px solid;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.list_lb li::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 22px;
    height: 11px;
    right: 22px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/ltjt.png);
}

.list_lb li:hover::after {
    background: url(../images/ltjt2.png);
}

.list_lb li a {
    display: block;
    padding: 0px 60px 0px 30px;
    overflow: hidden;
}

.list_lb li span {
    float: left;
    font-size: 14px;
    color: #fff;
    width: 68px;
    height: 68px;
    line-height: 20px;
    background: #316dae;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.list_lb li span b {
    font-size: 18px;
    margin-top: 14px;
    display: inline-block;
}

.list_lb li h2 {
    float: right;
    width: calc(100% - 105px);
    font-size: 18px;
    color: #333;
    line-height: 108px;
    height: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.list_lb li:hover {
    background: url(../images/ltwz_bg.jpg) no-repeat right bottom #074f9d;
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
}

.list_lb li:hover span {
    background: #074f9d;
}

.list_lb li:hover h2 {
    font-weight: bold;
    color: #fff;
}


/*æ–°é—»åˆ—è¡¨å›¾ç‰‡*/

.list_xw {
    min-height: 500px;
}

.list_xw ul {
    margin-bottom: 40px;
    overflow: hidden;
     margin-top;20px;
}

.list_xw li {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    background: #f5f5f5;
    transition: all 0.4s ease-out 0s;
}

.list_xw li a {
    display: block;
    overflow: hidden;
    padding: 30px;
}

.list_xw li .tpwk {
    position: relative;
    width: 400px;
    float: left;
}

.list_xw li .tpwk .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    display: block;
}

.list_xw li .tpwk .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.list_xw li .tpwk .picture img:hover {
    transform: scale(1.05);
}

.list_xw li .tpwk .time {
    position: absolute;
    left: 0px;
    bottom: 0px;
    font-size: 14px;
    color: #fff;
    width: 68px;
    height: 68px;
    line-height: 20px;
    background-color: rgba(7, 79, 157, 0.831);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.list_xw li .tpwk .time span {
    font-size: 18px;
    margin-top: 14px;
    display: inline-block;
}

.list_xw li .text {
    width: calc(100% - 440px);
    float: right;
}

.list_xw li .text h2 {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #333;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 15px;
}

.list_xw li .text p {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 15px 0px 30px;
}

.list_xw li .text span {
    float: right;
    width: 100px;
    font-size: 12px;
    color: #08509e;
    line-height: 32px;
    height: 38px;
    padding-left: 8px;
    background: url(../images/ltjt3.png) no-repeat right center;
    background-size: auto 100%;
    position: relative;
}

.list_xw li .text span::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 76px;
    background: #08509e;
    height: 1px;
}

.list_xw li:hover {
    background: url(../images/ltxw_bg.jpg) no-repeat right bottom #074f9d;
}

.list_xw li:hover .text h2,
.list_xw li:hover .text p {
    color: #fff;
}

.list_xw li:hover .text span {
    color: #ff1400;
    background: url(../images/ltjt4.png) no-repeat right center;
}

.list_xw li:hover .text span::before {
    background: #ff1400;
}

.ltfy {
    text-align: center;
}

.ltfy img {
    max-width: 100%;
}


/*å†…å®¹é¡µ*/

.ltcont_box {
    position: relative;
    margin-top;20px;
}

.contt_lf {
    width: calc(100% - 450px);
    float: left;
}

.contt_rg {
    width: 388px;
    float: right;
}

.contt_box {
    min-height: 450px;
    position: relative;
}


/*åˆ†äº«*/

.nryfx {
    position: absolute;
    left: -90px;
    top: 120px;
    width: 56px;
}

.nryfx .fxtit {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: center;
    font-weight: bold;
}

.my-share-d {
    width: 40px;
    float: left;
    display: block;
    margin-left: 8px;
}

.my-share-d .d1 {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 20px;
}

.qrid_zz {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.qrid_zz #qrid {
    padding: 8px;
    background: #fff;
    border-radius: 5px;
}

.contt_tit {
    text-align: center;
    padding-bottom: 30px;
    border-bottom: #074f9d 1px solid;
    position: relative;
}

.contt_tit::before,
.contt_tit::after {
    content: "";
    position: absolute;
    bottom: -2px;
    background: #08509e;
    width: 20px;
    height: 3px;
}

.contt_tit::before {
    left: 0px;
}

.contt_tit::after {
    right: 0px;
}

.contt_tit h1 {
    font-size: 24px;
    color: #074f9d;
    font-weight: bold;
    margin-bottom: 18px;
}

.contt_tit h3 {
    font-size: 14px;
    color: #777;
}

.contt_zhwen {
    margin: 20px 0px 40px;
    font-size: 16px;
    color: #444;
    line-height: 35px;
}

.contt_zhwen p {
    text-indent: 2em;
    font-size: 18px;
    color: #333;
    line-height: 38px;
}
.contt_zhwen p span{
  font-size: 21px;
    color: #333;
    line-height: 38px;
}
.contt_zhwen p img {
    max-width: 90%;
    height: auto !important;
    display: block;
    margin: 10px auto;
    text-indent: 0em;
}

.contt_zhwen p td {
    text-indent: 0em;
}

.contt_zhwen p iframe {
    max-width: 90%;
}

.contt_zhwen p video {
    max-width: 90%;
}

.contt_sxp {
    border-top: #d5d5d5 1px solid;
    padding: 30px 20px 0px;
    overflow: hidden;
    box-sizing: border-box;
}

.contt_sxp ul {
    width: 100%;
    float: left;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    margin: 4px 0px;
}

.contt_sxp li a {
    color: #333;
}

.contt_sxp li:hover a {
    color: #074f9d;
    font-weight: bold;
}

.contt_rg .title {
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    padding: 20px 28px;
    background: url(../images/ltzxwz_bg.jpg) no-repeat right bottom #074f9d;
    overflow: hidden;
    margin-bottom: 2px;
}

.contt_rg .ltrgwz {
    background: #f5f5f5;
    padding: 32px 18px 15px 27px;
    overflow: hidden;
}

.contt_rg .ltrgwz li {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.contt_rg .ltrgwz li a {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
}

.contt_rg .ltrgwz li a::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    background: #3583d7;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.contt_rg .ltrgwz li h2 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contt_rg .ltrgwz li span {
    font-size: 14px;
    color: #888;
    line-height: 28px;
    position: relative;
    display: block;
}

.contt_rg .ltrgwz li span::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0px;
    background: #cfcfcf;
    width: calc(100% - 95px);
    height: 1px;
}


/* å­¦é™¢ç®€ä»‹ */

.xyjj_bg1 {
    background: url(../images/xyjj_bg.jpg) no-repeat center top;
    overflow: hidden;
    margin: 20px 0px 60px;
}

.xyct1_lf {
    width: calc(100% - 660px);
    float: left;
    margin-top: 30px;
}

.xyct1_lf p {
    font-size: 16px;
    color: #444;
    line-height: 40px;
    text-indent: 2em;
}

.xyct1_rg {
    width: 600px;
    float: right;
}

.xyct1_rg img {
    width: 100%;
}

.xyjj_bg2 {
    position: relative;
}

.xyjj_bg2::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 90px);
    background: #0a519f;
}

.xyct2_lf {
    width: 600px;
    float: left;
    position: relative;
    z-index: 3;
}

.xyct2_lf img {
    width: 100%;
}

.xyct2_rg {
    width: calc(100% - 660px);
    float: right;
    margin: 150px 0px 70px;
    position: relative;
    z-index: 3;
}

.xyct2_rg p {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-indent: 2em;
}

.xyct03 {
    margin: 100px 0px 40px;
    overflow: hidden;
}

.xyct3_lf {
    width: calc(100% - 660px);
    float: left;
    margin-top: 15px;
}

.xyct3_lf p {
    font-size: 16px;
    color: #444;
    line-height: 40px;
    text-indent: 2em;
}

.xyct3_rg {
    width: 600px;
    float: right;
}

.xyct3_rg img {
    width: 100%;
}

.xyct3_wzjs {
    overflow: hidden;
}

.xyct3_wzjs p {
    font-size: 16px;
    color: #444;
    line-height: 40px;
    text-indent: 2em;
}


/* åˆ—è¡¨é¡µå¸ˆèµ„é˜Ÿä¼ */

.ltszdw_bg {
    background: url(../images/ltszdw_bg.jpg) no-repeat center top;
    overflow: hidden;
}

.ltszdw_lmm {
    margin-bottom: 60px;
    overflow: hidden;
}

.ltszdw_lmm h1 {
    font-size: 40px;
    color: #0b529f;
    font-weight: bold;
    line-height: 48px;
    width: 175px;
    float: left;
    text-indent: 5px;
}

.ltszdw_lmm .marnr {
    width: calc(100% - 175px);
    float: right;
    overflow: hidden;
}

.ltszdw_lmm .marnr ul {
    margin: 0px -10px;
}

.ltszdw_lmm .marnr ul li {
    width: 200px;
    float: left;
}

.ltszdw_lmm .marnr ul li a {
    display: block;
    overflow: hidden;
    height: 48px;
    line-height: 48px;
    border: #5095df 1px dashed;
    background: #e3f0ff;
    text-align: center;
    font-size: 22px;
    color: #0b529f;
    margin: 0px 10px;
    border-radius: 25px;
    transition: all 0.4s ease-out 0s;
}

.ltszdw_lmm .marnr ul li:hover a {
    background: #0b529f;
    border: #0b529f 1px solid;
    color: #fff;
}

.ltszdw {
    min-height: 400px;
}

.ltszdw ul {
    margin: 0px -29px;
overflow: hidden;
}

.ltszdw li {
    width: 50%;
    float: left;
}

.ltszdw li .mar {
    margin: 22px 29px 40px;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
    border: #fff 1px solid;
    padding: 30px;
    background: url(../images/ltszdw_lbbg.png) no-repeat right bottom #fff;
    overflow: hidden;
    position: relative;
}

.ltszdw li .mar::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 59px;
    height: 59px;
    background: #e3f0ff;
}

.ltszdw li .mar .picture {
    width: 237px;
    float: left;
}

.ltszdw li .mar .picture span {
    overflow: hidden;
    padding-bottom: 140%;
    position: relative;
    display: block;
}

.ltszdw li .mar .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.ltszdw li .mar .picture span img:hover {
    transform: scale(1.05);
}

.ltszdw li .mar .text {
    width: calc(100% - 280px);
    float: right;
}

.ltszdw li .mar .text h2 {
    font-size: 24px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 25px;
    font-weight: bold;
}

.ltszdw li .mar .text h3 {
    font-size: 18px;
    color: #0b529f;
    line-height: 64px;
    height: 64px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: #dddfe4 1px solid;
}

.ltszdw li .mar .text p {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    height: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 24px 0px 27px;
}

.ltszdw li .mar .text span {
    float: right;
    background: url(../images/ltsz_jt.png) no-repeat right;
    font-size: 16px;
    color: #08509e;
    padding-right: 24px;
    transition: all 0.4s ease-out 0s;
}

.ltszdw li:hover .mar .text h2 {
    color: #08509e;
}

.ltszdw li:hover .mar .text span {
    transform: translateX(-5px);
}


/* åˆ—è¡¨é¡µå›¾ç‰‡ */

.list_tp {
    min-height: 400px;
}

.list_tp ul {
    margin: 20px -29px 0px;
    overflow: hidden;
}

.list_tp li {
    width: 33.3%;
    float: left;
    transition: all 0.4s ease-out 0s;
}

.list_tp li .mar {
    margin: 20px 30px 40px;
}

.list_tp li .mar .picture {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.list_tp li .mar .picture img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.list_tp li .mar .picture img:hover {
    transform: scale(1.05);
}

.list_tp li .mar .text {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
    padding: 25px 25px 25px 50px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.list_tp li .mar .text::before {
     content: "";
    position: absolute;
    top: 21px;
    left: 24px;
    width: 2px;
    height: 23px;
    background: #0b529f;
}

.list_tp li .mar .text h2 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_tp li:hover .mar .text h2 {
    font-weight: bold;
    color: #0b529f;
}

.list_tp li .mar .text1 {
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.08);
    padding: 15px 25px 15px 50px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.list_tp li .mar .text1::before {
     content: "";
    position: absolute;
    top: 21px;
    left: 24px;
    width: 2px;
    height: 23px;
    background: #0b529f;
}

.list_tp li .mar .text1 h4 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    height: 64px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

.list_tp li:hover .mar .text1 h4 {
    font-weight: bold;
    color: #0b529f;
}



/* åˆ—è¡¨é¡µå­¦é™¢é¢†å¯¼ */

.xxld_box {
    min-height: 500px;
    overflow: hidden;
}

.xxld_box ul {
    margin: 0px -20px;
}

.xxld_box li {
    width: 100%;
    float: left;
    transition: all 0.4s ease-out 0s;
margin: 20px 0;
}

.xxld_box li .mar {
    margin: 0px 20px 40px;
    padding-top: 8px;
}

.xxld_box li .mar a {
    padding: 0px 0px 30px 10px;
    background: #f5f5f5;
    display: flow-root;
}

.xxld_box li .mar .picture {
    width: 130px;
    float: left;
    position: relative;
    top: -15px;
}

.xxld_box li .mar .picture span {
    overflow: hidden;
    padding-bottom: 140%;
    position: relative;
    display: block;
    z-index: 5;
}

.xxld_box li .mar .picture span img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xxld_box li .mar .text {
    width: calc(100% - 160px);
    float: right;
    padding-top: 5px;
}

.xxld_box li .mar .text h2 {
    font-size: 20px;
    color: #333;
    line-height: 56px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.xxld_box li .mar .text dl {
    border-top: #eee 1px solid;
    overflow: hidden;
    padding-top: 15px;
}

.xxld_box li .mar .text dl dd {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xxld_box li .mar .picture::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 8px;
    background: #0b529f;
    width: 100%;
    height: 100%;
    transition: all 0.1s ease-out 0s;
}

.xxld_box li:hover .mar .text h2 {
    color: #0b529f;
}





/* æœç´¢ç»“æžœ */

.ssjg {
    min-height: 450px;
   margin-top:15px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #08509e;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #08509e;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width:700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}