.second-banner {
    width: 100%;
}

.second-banner img {
    width: 100%;
}

.second-breadcrumb {
    display: flex;
    justify-content: end;
    margin-top: -60px;
    margin-bottom: 36px;
    color: #fff;
    font-size: 16px;
}

.second-breadcrumb a {
    display: inline-block;
    color: #fff;
    margin: 0px 5px;
}

.second-breadcrumb a:last-child {
    margin-right: 0px;
}

.second-nav {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #EBEBEB;
}

.second-nav .auto {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.second-nav .auto li {
    font-size: 22px;
    color: #999;
    margin-right: 90px;
    position: relative;
    line-height: 73px;
    transition: all .3s;
    min-width: 88px;
    text-align: center;
}

.second-nav .auto li:hover {
    color: #0A50B4;
    font-weight: 700;
}

.dqyd-nav .auto li:hover{
    color: #CD0013;
}

.second-nav .auto li:after {
    display: block;
    content: '';
    width: 3px;
    height: 8px;
    background: #999999;
    position: absolute;
    top: 50%;
    right: -50%
}

.second-nav .auto li:last-child {
    margin-right: 0px;
}

.second-nav .auto li:last-child:after {
    display: none;
}

.second-nav .auto li.active a {
    color: #0A50B4;
    font-weight: 700;
    border-bottom: 3px solid #0A50B4;
    display: inline-block;

}

.dqyd-nav .auto li.active a{
    color:#CD0013;
    border-bottom: 3px solid #CD0013;
}

.dqyd-nav .auto li.active a{
    
}

.gsjj-content {
    padding: 90px 0px 150px;
    background: url(../images/gsjj-bg.png) no-repeat;
    background-size: cover;
}

.second-content p {
    font-size: 20px;
    color: #666;
    line-height: 2;
    margin-bottom: 15px;
}

.gltd-content {
    padding: 67px 0px 150px;
}

.gltd-content ul {
    display: flex;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    flex-wrap: wrap;
}

.gltd-content ul li {
    width: 25%;
    margin-bottom: 50px;
}

.gltd-pic {
    width: 60%;
    margin: 0 auto;
}

.gltd-pic img {
    width: 100%;
}

.glts-title {
    text-align: center;
    font-size: 22px;
    margin-top: 18px;
    line-height: 1.45;
    font-weight: bold;
}

.glts-sum {
    text-align: center;
    font-size: 16px;
    line-height: 1.45;
    margin-top: 9px;
    color: #666;
}

.sub-nav {
    padding: 65px 0px;
    background: #FAFAFA;
}

.sub-nav ul {
    display: flex;
    justify-content: center;
}

.sub-nav ul li {
    font-size: 26px;
    color: #333;
    font-weight: 700;
    padding: 10px 25px;
    background: #fff;
    line-height: 1.46;
    position: relative;
}

.sub-nav ul li a {
    position: relative;
    z-index: 2
}

.sub-nav ul li:after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0A50B4;
    transition: all .3s;
}

.sub-nav ul li.active,
.sub-nav ul li:hover {
    color: #fff;
}



.sub-nav ul li.active:after,
.sub-nav ul li:hover:after {
    height: 100%;
}

.second-title {
    text-align: center;
    font-size: 30px;
    line-height: 1.43;
    font-weight: 700;
    margin: 0px 0px 50px;
    position: relative;
}

.second-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background: #0A50B4;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -14px;
}

.ryzz-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ryzz-list .item {
    width: 25%;
    border: 1px solid #E7E7E7;
    margin: -7px 0 0 -1px;
    overflow: hidden
}

.ryzz-con .ryzz-list {
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
}

.ryzz-list .imgbox img {
    width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: middle;
    transition: all .6s;
    display: inline-block;
}

.ryzz-list .imgbox {
    position: relative;
    padding: 50px 30px;
    background: url(../images/ry-line.png) no-repeat bottom;
    height: 489px;
}

.ryzz-list .imgbox span {
    width: 100%;
    height: 100%;
    display: flex;
}

.ryzz-list .tag {
    position: absolute;
    left: 0;
    top: 0;
    background: #0A50B4;
    padding: 6px 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1.43;
    display:none;
}

.ryzz-list .info p {
    text-indent: 0;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.45;
    color: #333;
    display: flex;
}

.ryzz-list .info {
    padding: 24px 30px;
    height: 220px;
}

.ryzz-list .info p span {
    color: #0A50B4;
    width: 20%;
}

.ryzz-list .info p i {
    width: 80%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ryzz-list .item:hover .imgbox img {
    transform: scale(1.03)
}

.ryzz-conh {
    background: #FAFAFA;
}

.ry1 .ryzz-list li:nth-child(1){
    margin-left:25%;
}

.ry1 .ryzz-list li:nth-child(2){
    margin-right:25%;
}

.page {
    padding: 50px 0px 78px;
}

.txrz-title {
    font-size: 26px;
    text-align: center;
    line-height: 1.46;
    font-weight: 700;
    margin-bottom: 38px;
    margin-top: 58px;
}

.slick-arrow {
    width: 53px;
    height: 53px;
    display: inline-block;
    border: none;
}

.slick-prev {
    left: -70px;
    background: url(../images/rl-left.png) no-repeat
}

.slick-next {
    right: -70px;
    background: url(../images/rl-right.png) no-repeat
}

.zz-con .ryzz-list .info {
    height: 150px;

}

.zz-con .ryzz-list .info .zz-title {
    justify-content: center;
    font-size: 20px;
}

.ryzz-list .zoom {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/ry-icon.png) no-repeat center #0A50B4;
    right: -50px;
    top: -50px;
    opacity: 0;
    transition: all .5s;
}

.ryzz-list .item:hover .zoom {
    right: 0;
    top: 0;
    opacity: 1
}

.zz-con .ryzz-list i::before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    border-top: 1px solid #0A50B4;
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.zz-con .ryzz-list i::after {
    content: '';
    display: block;
    height: 0;
    width: 1px;
    border-left: 1px solid #0A50B4;
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    position: absolute;
    z-index: 99;
}

.zz-con .ryzz-list i.l1::before {
    left: -1px;
    top: 0px;
}

.zz-con .ryzz-list i.l1::after {
    right: -1px;
    top: 0px;
    transition: all .45s .5s;
    -webkit-transition: all .45s .5s;
}

.zz-con .ryzz-list i.l2::before {
    left: 0px;
    bottom: -1px;
    transition: all .45s .5s;
    -webkit-transition: all .45s .5s;
}

.zz-con .ryzz-list i.l2::after {
    left: 0px;
    top: 0px;
}

.zz-con .ryzz-list :hover i::before,
.zz-con .ryzz-list :hover i::after {
    opacity: 1;
}

.zz-con .ryzz-list :hover i::before {
    width: 100%;
}

.zz-con .ryzz-list :hover i::after {
    height: 100%;
}

.lsyg-nav {
    overflow: hidden;
    padding: 100px 0px 32px;
    position: relative;
}

.lsyg-nav:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #DDDDDD;
    position: absolute;
    top: 70px;
}

.lsyg-nav .swiper-slide span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #333;
    cursor: pointer;
}

.lsyg-nav .swiper-slide i {
    display: inline-block;
    position: absolute;
    width: 39px;
    height: 39px;
    background: url(../images/year-h.png) no-repeat;
    top: -50px;
    left: 46%;
    cursor: pointer;
}

.lsyg-nav .swiper-slide-thumb-active span {
    color: #0A50B4;
    font-weight: 700;
}

.lsyg-nav .swiper-slide-thumb-active i {
    background: url(../images/year-l.png) no-repeat;
}

.lsyg-list {
    background: url(../images/lsyg-bg.png) no-repeat bottom #FAFAFA;
    padding: 100px 0px 370px;
    background-size: cover;
}

.lsyg-module {
    padding-top: 20px;
    position: relative;
}

.lsyg-module:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #DBDADA;
    position: absolute;
    left: 10.4%;
    top: 0;
    z-index: -1;
}

.lsyg-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.lsyg-title {
    width: 11%;
    font-size: 26px;
    color: #0A50B4;
    font-weight: 500;
    background: url(../images/circle-icon.png) no-repeat top right;
}

.lsyg-right {
    width: 90%;
    padding-left: 70px;
    display: flex;
    justify-content: space-between;
}

.lsyg-sum {
    width: 65%
}

.lsyg-sum p {
    line-height: 1.8;
    color: #333;
}

.lsyg-img {
    width: 300px;
    background: #fff;
    padding: 16px;
    border: 1px solid #F0F0F0;
}

.lsyg-img img {
    width: auto;
    max-height: 180px;
    margin: 0 auto
}

.zzjg-content {
    padding: 60px 0px 200px;
}

.zzjg-content img {
    max-width: 90%;
}

.qywh-top {
    display: flex;
    justify-content: space-between;
    padding: 76px 0px;
}

.second-title1 {
    text-align: left;
    font-size: 28px;
}

.second-title1:after {
    left: 0;
    transform: translate(0);
}

.qywh-whxt {
    width: 41.28%;
}

.qywh-whhb {
    width: 49.8%;
    position: relative;
}

.qywh-whhb .swiper {
    overflow: hidden;
}

.qywh-whhb .hb-next {
    background: url(../images/hb-right.png) no-repeat;
    right: -40px;
}

.qywh-whhb .hb-prev {
    background: url(../images/hb-left.png) no-repeat;
    left: -40px;
}

.hb-title {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    color: #333;
}

.qywh-bottom {
    background: url(../images/qywh-bg.png) no-repeat;
    background-size: cover;
    padding-top: 73px;
    min-height: 688px;
}

.second-title2 {
    color: #fff;
    font-size: 28px;
}

.second-title2:after {
    background: #fff
}

.qywh-bottom ul {
    display: flex;
    justify-content: space-between;
}

.zlchqywh-title {
    font-size: 22px;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    padding-bottom: 8px;
    line-height: 1.2;
    margin-top: 15px;
    position: relative;
}

.zlchqywh-title:after {
    display: block;
    content: '';
    width: 42px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -2px;
}

.zlchqywh-sum {
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    padding-top: 16px;
}

.hxjl-content {
    padding: 62px 0px 70px;
    background: url(../images/hxjl-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.hxjl-content .second-title {
    font-size: 28px;
}

.hxjl-title {
    font-size: 22px;
    text-align: center;
    color: #0A50B4;
    line-height: 1.63
}

.hxjl-item {
    display:flex;
    justify-content:center;
    
}

.hxjl-item p{
    margin-right:15px;
    background:url(../images/hxjl-item.png) no-repeat;
    width:27%;
    height:65px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#0A50B4;
    background-size: 100% 100%;
}

.title-flex{
    display:flex;
    justify-content:space-between;
    width:55%;
    margin:0 auto;
}

.hxjl-sum p {
    font-size: 18px;
    line-height: 1.78;
    margin-top: 17px;
}

.three-title {
    width: 191px;
    height: 57px;
    margin: 0 auto;
    background: url(../images/ttitle-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    line-height: 57px;
    font-size: 22px;
    font-weight: 700;
    color: #0A50B4;
    margin-top: 40px;
    margin-bottom: 28px;
}

.hxjl-jyfw ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 58.6%;
    margin: 0 auto;
}

.hxjl-jyfw ul li {
    width: 17.7%;
}

.zyyw-img {
    width: 100%;
    height: 108px;
    background: linear-gradient(#EBF6FF, #EAEFF8);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zyyw-title {
    font-size: 20px;
    width: 100%;
    text-align: center;
    line-height: 2;
    margin-top: 10px;
}

.hxjl-rych ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 58.6%;
    margin: 0 auto;
}

.hxjl-rych ul li {
    width: 26.3%;
    height: 86px;
    padding: 0px 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../images/zzry-bg.png) no-repeat;
    background-size: cover;
}

.hxjl-rych ul li:before {
    content: '';
    display: block;
    background: url(../images/ms-left.png) no-repeat;
    width: 45px;
    height: 86px;
    position: absolute;
    left: -5px;
}

.hxjl-rych ul li:after {
    content: '';
    display: block;
    background: url(../images/ms-right.png) no-repeat;
    width: 45px;
    height: 86px;
    position: absolute;
    right: -5px
}

.ry-title {
    font-size: 20px;
    line-height: 1.6;
    text-align: center
}

.hxjl-gszz ul {
    width: 85%;
    justify-content: center;
}

.hxjl-gszz ul li {
    width: 19%;
    flex-direction: column;
    margin: 0 2.2%;
    margin-bottom: 40px;
}


.hxjl-gszz .ry-title {
    font-size: 18px;
}

.ry-sum {
    color: #1D4F91;
    font-size: 22px;
    font-weight: 700;
}



.hxjl-content:before {
    content: '';
    display: block;
    background: url(../images/hxjl-sj.png) no-repeat;
    width: 100%;
    height: 492px;
    position: absolute;
    top: 180px;
    background-size: 100%;
}


.news-list {
    padding: 60px 0;
    
}

.news-list  .pre-ul{
   display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item {
    display: flex;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    transition: all .5s;
    width: 46%;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding-bottom: 30px;
    justify-content: space-between;
}

.news-item-pic {
    width: 32%;
    max-height: 140px;
    overflow: hidden;
    min-height: 100px;
    border: 1px solid #E8E8E8;
    background: url(../images/news-logo.png) no-repeat center;
    background-size: 85%;
}

.news-item-pic img {
    width: 100%;
    height: auto;
    transition: all .5s;
}

.news-item-more {
    position: absolute;
    right: 50px;
    top: 40px;
    opacity: 0;
    transition: all .5s;
}

.news-item-date {
    color: #999;
    position: absolute;
    bottom: 0;
    font-size: 16px;
}

.news-item:hover .news-item-pic img {
    transform: scale(1.05)
}



.news-item-con {
    /* margin-left:30px; */
    width: 52%;
    position: relative;
}

.news-item-title {
    color: #333;
    font-size: 20px;
    line-height: 26px;
    transition: all .5s;
    line-height: 30px;
}

.news-item-sum {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-item:before {
    display: block;
    content: '';
    transition: all .5s;
    width: 0;
    position: absolute;
    height: 2px;
    background: #0A50B4;
    bottom: -1px;
}



.news-item:hover:before {
    width: 100%;
}


.news-item:hover .news-item-title {
    color: #0A50B4;
}

.second-detail {
    margin-top: 30px;
}

.detail-title {
    font-size: 40px;
    line-height: 1.45;
}

.detail-date {
    font-size: 16px;
    color: #999;
    margin-top: 24px;
    border-bottom: 4px solid rgba(186, 208, 240, .2);
    padding-bottom: 12px;
    margin-bottom: 38px;
}

.detail-date span {
    margin-right: 60px;
}

.detail-content {
    padding-bottom: 40px;
}

.detail-content p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 32px;
    color: #4c4c4c;
}

.detail-content p.indent{
    text-indent:2em;
}

.detail-content p font{
    font-size: 18px !important;
    line-height: 32px;
    color: #4c4c4c;
}

.detail-content img {
    margin: 0 auto;
    max-width: 60%;
}

.kjdw-content {
    padding: 90px 0px 165px;
    background: url(../images/kjcx-bg.png) no-repeat bottom;
    background-size: cover;
}

.kjdw-top{
    margin-bottom:40px;
}

.kjdw-content ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1045px;
    margin: 0 auto;
}

.kjdw-item {
    width: 19.2%;
    margin: 0px 2.9%;
    margin-bottom: 36px;
}

.kjdw-img,
.kjdw-img img {
    width: 100%
}

.kjdw-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.45;
    margin-top: 18px;
}

.kjcx-detail {
    background: url(../images/kjcx-bg1.png) no-repeat;
    background-size: cover;
    padding: 90px 0px 130px;
}

.kjcx-detail .auto {
    max-width: 1000px;
    margin: 0 auto;

}

.kjcxd-img {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.kjcxd-content,
.kjcxd-content p {
    font-size: 18px;
}

.kjcg-detail{
    padding:50px 0px;
}

.bzzd-content {
    background: url(../images/kjcg-bg.png) no-repeat;
    background-size: 100%;
    padding:60px 0px  100px;
}

.bzzd-content .sub-nav {
    background: none;

}



.bzzd-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bzzd-head li {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2073C6;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.bzzd-one {
    width: 10%
}

.bzzd-two {
    width: 50%
}

.bzzd-three {
    width: 19%;
}

.bzzd-con ul {
    display: flex;
    justify-content: space-between;
}

.bzzd-con ul li {
    height: 50px;
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F8FA;
    border-radius: 6px;
    margin-bottom: 2px;
}

.bzzd-con ul:nth-child(2n) li {
    background: #F5F9FF;
}

.num-con {
    display: flex;
    justify-content: space-between;
}

.num-con p {
    color: #0A50B4;
    line-height: 1.2;
    margin-bottom: 0;
}

.num-con p span {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Barlow';
}

.num-con p i {
    font-size: 24px;
    font-weight: 700;
    margin-left: 10px;
}

.num-con>li>span {
    font-size: 20px;
}

.num-con>li {
    position: relative;
}

.num-con>li:after {
    display: block;
    content: '';
    width: 1px;
    height: 58px;
    position: absolute;
    background: #CFD9E5;
    top: 10px;
    right: -50%
}

.num-con>li:last-child:after {
    width: 0;
}

.zljs-module .pre-ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.zljs-item {
    width: 46.5%;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding: 26px 0px;
}

.zljs-item-title {
    font-size: 20px;
    padding-left: 30px;
    background: url(../images/zljs-icon.png) no-repeat left;
    transition: all .5s;
}

.zljs-item:before {
    display: block;
    content: '';
    transition: all .5s;
    width: 0;
    position: absolute;
    height: 2px;
    background: #0A50B4;
    bottom: -1px;
}


.zljs-item:hover:before {
    width: 100%;
}

.zljs-item:hover .zljs-item-title {
    color: #0A50B4;
}

.cpsb-content .sub-nav {
    background: #fff;
    padding: 35px 0px 25px;
}

.cpsb-content .sub-nav ul li {
    font-size: 20px;
    font-weight: 400;
    color: #666;
    margin-right: 60px;
}


.cpsb-content .sub-nav ul li.active,
.cpsb-content .sub-nav ul li:hover {
    color: #fff;
    font-weight: 700;
}

.cpsb-bottom {
    background: #F4F7FA;
    padding: 80px 0px 120px;
}

.jypsj-top {
    display: flex;
    justify-content: space-between;
}

.jypsj-left {
    width: 62%;
}

.jypsj-right {
    width: 32%;
    background: #fff;
    padding: 14px;
}

.yj-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #666;
}

.yj-sum,
.yj-sum p {
    font-size: 18px;
    line-height: 1.78;
    text-align: justify;
    color: #666;
}

.jypsj-bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.jypsj-bottom ul li {
    width: 32.14%;
    background: #fff;
    padding: 52px 22px 66px;
}

.jypsj-title {
    font-size: 20px;
    color: #0063B8;
    margin-bottom: 20px;
    position: relative;
}

.jypsj-title:before {
    display: block;
    content: '';
    width: 3px;
    height: 17px;
    background: #0063B8;
    position: absolute;
    left: -22px;
    top: 4px;
}

.hover-up {
    transition: all .5s;
    cursor: pointer;
}

.hover-up:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.jyc-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jyc-con>li {
    width: 46.5%;
}

.jyc-title {
    font-size: 18px;
    line-height: 1.78;
    font-weight: 700;
    color: #666;
    margin-bottom: 14px;
}

.jyc-cptd {
    padding-left: 13px;
    position: relative;
}

.jyc-cptd:before {
    display: block;
    content: '';
    width: 3px;
    height: 17px;
    background: #0063B8;
    position: absolute;
    left: 0px;
    top: 9px;
}

.jyc-con>li ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jyc-item {
    width: 47.4%;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 14px;
    border: 1px solid #DEEAFE;
    font-size: 18px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpyj-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: Wrap;
    margin-top: 30px;


}

.cfyj-img img {
    transition: all .5s;
}

.cpyj-list li {
    width: 31.85%;
    background: #fff;
    overflow: hidden;
}

.cfyj-con {
    background: #fff;
    padding: 40px 30px;
}

.cfyj-img {
    max-height: 300px;
    overflow: hidden;
}

.cpyj-list li:hover .cfyj-img img {
    transform: scale(1.05)
}

.sb-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sb-left {
    max-width: 40%;
}

.sb-right {
    width: 55%;
}

.zhgc-content {
    padding: 70px 0px;
}

.zhgc-inner p {
    line-height: 1.7;
}

.zhgc-inner p img {
    display: inline-block;
}

.zhgc-list {
    margin-top: 80px;
}

.zhgc-list li {
    display: flex;
    margin-bottom: 75px;
}

.zhgc-left {
    width: 41.5%;
}

.zhgc-right {
    width: 46.5%;
    margin-left: 3%
}

.zhgc-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #666;
    line-height: 1.55;
    margin-bottom: 12px;
}

.zhgc-item-sum p {
    font-size: 16px;
    margin-bottom: 6px;
}

.zhgc-item-sum p strong {
    font-size: 18px;
    padding-left: 14px;
    background: url(../images/zhgc-icon.png) no-repeat left;
}

.zhgc-item-subtitle {
    font-size: 18px;
    color: #0063B8;
    margin-bottom: 6px;
}

.rcln-content {
    background: url(../images/rcln-bg.png) no-repeat;
    background-size: cover;
    padding: 84px 0px 200px;
}

.rcln-con,
.rcln-sum {
    width: 57%;
}

.rcln-title {
    font-size: 28px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.rcln-title:after {
    width: 30px;
    height: 6px;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
}

.rcln-con {
    margin-top: 60px;
}

.rcln-con p {
    font-size: 18px;
    color: #fff;
}

.rcln-con p strong {
    font-weight: 400;
    font-size: 24px;
}

.rcln-sum {
     font-size: 24px;
    line-height: 2;
    color: #fff;
    font-weight: 400;
    margin-top: 40px;
}

.czfz-top {
    padding: 27px 0px 50px;
    background: linear-gradient(rgba(243, 249, 255, 1), rgba(243, 249, 255, 0.5))
}

.czfz-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
}

.czfz-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 6px;
    background: #0A50B4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.czfz-subtitle {
    font-size: 24px;
    color: #0A50B4;
    text-align: center;
    font-weight: 700;
    margin-top: 42px;
    line-height: 1.45;
}

.czfz-sum {
    margin-top: 25px;
}

.czfz-sum img {
    display: block;
    margin: 0 auto;
}

.czfz-center{
    padding-bottom:100px;
}

.czfz-bottom{
    background:#F3F9FF;
    padding:15px 0px 80px;
}

.czfz-bottom .swiper{
    margin-top:40px;
    position:relative;
}

.czfz-bottom  .swiper-slide {
   width:573px;
    
}

.cxcz-item{
   
    position:relative;
}

.cxcz-item:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    background:#fff;
    top:0;
    left:0;
    opacity:0.6;
    z-index:11
}

.czfz-bottom .swiper-slide-active .cxcz-item:after{
    display:none;
}


.czfz-bottom  .swiper-slide img{
	display:block;
    width: 100%;
    height: auto;
}
.czfz-bottom  .swiper-slide .cxcz-title {
	line-height: 60px;
	padding-top: 0;
	text-align: left;
	color: #fff;
	margin: 0;
	height: 60px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align:center;
}
.czfz-bottom  .swiper-slide .cxcz-title a{
    color: #fff;
    font-size: 18px;
   display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.czfz-bottom .swiper-button-prev,.czfz-bottom .swiper-button-next {
    width:30px;
    height:56px;

}

.czfz-bottom .swiper-button-prev {
	left: 30%;
	background: url(../images/czfz-left.png) no-repeat rgba(0,0,0,.3) center;
	
	
}

.czfz-bottom .swiper-button-next {
	right: 30%;
	background: url(../images/czfz-right.png) no-repeat rgba(0,0,0,.3) center;
}

.djgz-content{
    padding:90px 0px 200px;
    background:url(../images/djgz-bg.png) no-repeat;
    background-size:cover;
}

.dqyd-content .news-item:before{
    background:#CD0013;
}

.dqyd-content .news-item:hover .news-item-title{
    color:#CD0013;
}

.dqyd-content .xpage-pagination-num li{
    background:rgba(205, 0, 19, 0.1)
}

.dqyd-content .xpage-pagination-num li.on{
    background:#CD0013;
}

.dqyd-content .xpage-pagination-pre,.dqyd-content .xpage-pagination-next{
    background:rgba(205, 0, 19, 0.1)
}

.dqyd-content .xpage-pagination-pager .btn{
    background:rgba(205, 0, 19, 0.1)
}

.lxwm-content{
    padding:50px 0px 150px;
}

.lxwm-top ul{
    display:flex;
    justify-content:space-between;
    margin-top:60px;
}

.lxwm-top ul li{
    padding:28px;
    background:url(../images/lxwm-bg1.png) no-repeat right;
    background-size:cover;
    width:27%;
}

.lxwm-top ul li:nth-child(1){
    width:40%;
}

.lxwm-title{
    font-size:18px;
    color:#0A50B4;
    font-weight:700;
    margin-bottom:12px;
}

.lxwm-sum{
    font-size:18px;
}

.lxwm-sum P{
    font-size:18px;
    margin-bottom:0;
    color:#333;
}

.lxwm-bottom{
    background:url(../images/lxwm-bg2.png) no-repeat;
    padding:48px;
    margin-top:42px;
}

.ywjj-content{
    padding:65px 0px 200px;
}

.ywjj-sum{
    width:72%;
    margin:0 auto;
}

#ywSlide{
    margin-top:70px;
}

.yw-item{
    position:relative;
    border-radius:40px;
    overflow:hidden;
}

.yw-bot{
    position:absolute;
    top:270px;
    padding:50px;
    height: 130px;
    width:100%;
    background:url(../images/ywbj-bg.png) no-repeat;
    border-radius:40px;
    transition:all .5s;
}

.yw-title{
    color:#fff;
    font-size:30px;
    line-height:1.5;
    font-weight:700;
}

.yw-sum{
    font-size:20px;
    color:#fff;
    line-height:2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 80px;
}

.yw-item:hover .yw-bot{
     top:0;
     padding:200px 50px 50px;
     height:100%;
}

.yw-item:hover .yw-bot .yw-sum{
     margin-top:20px;
}

.ywjj-bottom{
      position:relative;
}

.yw-prev,.yw-next{
    position:absolute;
    width:65px;
    height:65px;
    top:40%;
    cursor:pointer;
}

.yw-prev{
    background:url(../images/ywbj-left.png) no-repeat;
    left:-80px;
    background-size:cover;
}

.yw-next{
    background:url(../images/ywbj-right.png) no-repeat;
    right:-80px;
    background-size:cover;
}

.ywbj-top{
    height:232px;
    background:#F9FCFF;
    padding-top:68px;
}

.ywbj-sum p{
    font-size:18px;
    line-height:1.78
}

.ywbj-content{
    padding-bottom: 60px;
}

.ywbj-bottom{
    margin-top:118px;
    
}

.ywbj-bottom li{
    display:flex;
    margin-top: 38px;
    position:relative;
    height: 480px;
}

.ywbj-item-pic{
    width:47%;
    height:380px;
}

.ywbj-item-pic img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.ywbj-right{
    width:55.4%;
    height:480px;
    background:#F9FCFF;
    position:absolute;
    right:0;
    top:-50px;
    z-index:-1;
    padding:50px 60px 50px 78px;
}

.ywbj-item-title{
    font-size:28px;
    font-weight:700;
    position:relative;
    margin-bottom: 54px;
}

.ywbj-item-title:after{
    width:48px;
    height:5px;
    display:block;
    content:'';
    position:absolute;
    background:#0063B8;
    bottom:-20px;
}

.ywbj-item-sub{
    display:flex;
    
}

.ywbj-item-wz{
    margin-right:100px;
}

.ywbj-item-sub div{
    font-size:18px;
    color:#666;
}

.ywbj-item-sub div span{
    color:#999;
    padding-left: 32px;
}

.ywbj-item-wz span{
    background:url(../images/wz-icon.png) no-repeat left;
}

.ywbj-item-cl span{
    background:url(../images/cl-icon.png) no-repeat left;
}

.ywbj-item-sum{
    font-size:18px;
    color:#666;
    margin-top:30px;
    line-height:1.78;
}

.ywbj-page{
    display:flex;
    justify-content:center;
}

.ywbj-page li{
    width:55px;
    height:50px;
    background:rgba(10, 80, 180, 0.1);
    border-radius:5px;   
    margin:0px 5px;
    transition:all .4s;
}
.ywbj-page li a{
    color:#848585;
    font-size:16px;
    display:block;
    width:100%;
    height:100%;
     display:flex;
    justify-content:center;
    align-items:center;
    transition:all .4s;
}

.ywbj-page li.active,.ywbj-page li:hover{
    background:#0A50B4;
}

.ywbj-page li.active a,.ywbj-page li:hover a{
    color:#fff;
}

.ywbjlb-head{
    display:flex;
    justify-content:space-between;
    margin-top:68px;
}

.ywbjlb-head li{
    height:60px;
    background:#2073C6;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    color:#fff;
    border-radius:6px;
    font-weight:700;
}

.ywbjlb-one{
    width:18%;
}

.ywbjlb-two{
    width:40.5%;
}

.ywbjlb-body{
    margin-bottom:70px;
}


.ywbjlb-item{
    display:flex;
    justify-content:space-between;
}

.ywbjlb-title{
    width:18%;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#F6F8FA;
    border-radius:6px;
    margin-top:8px;
    font-size:18px;
    color:#666;
    padding:0px 40px;
}

.ywbjlb-con{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    width: 81.5%;
}

.ywbjlb-con p{
    width: 49.75%;
    height:80px;
    background:#F6F8FA;
    margin-bottom:0;
    margin-top:8px;
    padding:0px 45px;
    font-size:18px;
    color:#666;
    line-height:1.6;
    border-radius:6px;
    display:flex;
    align-items:center;
}

.ywbjlb-con p:nth-child(4n+3),.ywbjlb-con p:nth-child(4n+4){
    background:#F5F9FF;
}

.kjdw-bottom{
    max-width: 1200px;
    margin:0 auto;
    margin-top: 50px;
}

.kjdw-bitem-title{
    width:11.3%;
    height:59px;
    background:#2073C6;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    color:#fff;
    font-weight:700;
    margin-top:50px;
    margin-left:20px;
}

.kjdw-bitem-con{
    display:flex;
    flex-wrap:wrap;
}

.kjdw-bitem-con p{
    width: 12%;
    background:#F3F9FE;
    height:59px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:20px 0px 0px 20px;
    color:#333;
    transition:all .4s;
    cursor:pointer;
}

.kjdw-bitem-con p:hover{
     transform: translateY(-1px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1500px) {
    .second-nav .auto li {
        font-size: 20px;
        margin-right: 70px;
    }

    .second-content p {
        font-size: 18px;
        line-height: 1.8
    }

    .gsjj-content {
        padding: 60px 0px 80px;
    }

    .glts-title {
        font-size: 20px;
    }

    .ryzz-list .info p span {
        width: 24%;
    }

    .ryzz-list .info p i {
        width: 80%;
    }

    .sub-nav ul li {
        font-size: 24px;
    }

    .second-title {
        font-size: 26px;
    }

    .txrz-title {
        font-size: 24px;
    }

    .ryzz-list .info p {
        font-size: 17px;
        /* display: block; */
        /* text-align: center; */
    }

    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }

    .zlchqywh-title {
        font-size: 20px;
    }

    .zlchqywh-sum {
        font-size: 20px;
    }

    .three-title {
        font-size: 20px;
    }

    .ry-title {
        font-size: 18px;
    }

    .ry-sum {
        font-size: 20px;
    }

    .bzzd-con ul li {
        font-size: 16px;
    }

    .cpsb-content .sub-nav ul li {
        font-size: 18px;
    }

    .yj-sum,
    .yj-sum p {
        font-size: 17px;
    }

    .jypsj-title {
        font-size: 18px;
    }

    .jyc-item {
        font-size: 16px;
    }

    .zhgc-item-title {
        font-size: 20px;
    }

   .czfz-title{
       font-size:25px;
 }

  .czfz-subtitle{
      font-size:22px;
 }

    .title-flex{
        width:60%;
    }

    .hxjl-item p{
        width:30%
    }

   .ywbj-item-title{
        font-size:24px;
    }

.ywbj-item-sum{
   text-align:justify

}

    .ywbj-item-sum,.ywbj-item-sub div{
        font-size:16px;
    }

    .kjdw-bitem-title{
        font-size:18px;
    }
}

@media screen and (max-width: 1450px){
    
    .yw-bot{
        top: 225px;
    }

    .yw-title{
        font-size:26px;
    }

    .yw-sum{
        font-size:18px;
        
    }

   .yw-item:hover .yw-bot .yw-sum{
        margin-top:15px;
    }
}


@media screen and (max-width: 1300px) {
    .hxjl-rych ul {
        width: 70%;
    }

    .hxjl-gszz ul {
        width: 100%
    }

    .hxjl-jyfw ul {
        width: 70%
    }

    .title-flex{
        width:72%;
    }

    .yw-bot{
        top:190px;
        height: 150px;
    }

    .yw-item:hover .yw-bot .yw-sum{
        margin-top:5px;
        line-height:1.5
    }
}

@media screen and (max-width: 1200px) {
    .second-nav .auto li {
        font-size: 18px;
        margin-right: 60px
    }

    .second-content p {}


    .second-breadcrumb {
        font-size: 15px;
    }

    .second-breadcrumb {
        margin-top: -40px;
        margin-bottom: 13px;
    }

    .glts-title {
        font-size: 18px;
    }

    .glts-sum {
        font-size: 14px;
    }

    .sub-nav {
        padding: 40px 0px;
    }

    .sub-nav ul li {
        font-size: 20px;
    }

    .second-title {
        font-size: 24px;
    }

    .txrz-title {
        font-size: 22px;
    }

    .ryzz-list .tag {
        font-size: 15px;
    }

    .ryzz-list .info p {
        font-size: 16px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: cover;

    }

    .lsyg-nav .swiper-slide span {
        font-size: 18px;
    }

    .lsyg-nav .swiper-slide i {
        width: 30px;
        height: 30px;
        background-size: cover;
        top: -45px;
    }

    .lsyg-title {
        font-size: 22px;
        background-size: 11px;
    }



    .lsyg-list {
        padding: 60px 0px 200px
    }

    .qywh-top {
        padding: 50px 0px;
    }

    .hb-title {
        font-size: 18px;
    }

    .ry-title,
    .hxjl-gszz .ry-title {
        font-size: 16px;
    }

    .ry-sum,
    .zyyw-title {
        font-size: 18px;
    }


}