@font-face {
  font-family: SourceHanSerifSC-Medium;
  src: url("../font/SourceHanSerifSC-Medium.otf");	
}

@font-face {
  font-family: Source Han Sans CN Regular;
  src: url("../font/SourceHanSansCN-Regular.ttf");
}

.banner {
    position: relative;
    height: 7.5rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.swiper-slide:hover img {
    transform: scale(1.1);
}

.mySwiper .swiper-pagination-bullet,
.mySwiper2 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active,
.mySwiper2 .swiper-pagination-bullet-active {
    background-color: #7f0708;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 13%;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 37px 0px;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    left: auto;
    right: 12.4%;
    top: 80%;
    height: 27px;
    transform: rotate(90deg);
}

.mySwiper .swiper-button-prev {
    top: 20%;
}

main {
    background: url(../images/linkbg.png) left bottom no-repeat;
}

.main1 {
    padding: 45px 0;
}

.main1-l {
    width: 64%;
    padding-right: 25px;
    border-right: 1px solid #f1f1f1;
}

.main1-r {
    width: 33.6%;
}

.titbox {
    padding: 2px 0 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../images/titbg.png) 1% top no-repeat;
    border-bottom: 2px solid #ccc;
}

.titbox h1 {
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
}

.titbox a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(204, 204, 204);
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}

.tzgg {
    margin-bottom: 15px;
}

.tzgg-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgg-list .tzgg-items {
    margin-bottom: 20px;
    width: 48.9%;
    padding: 25px 15px 30px;
    background: #f9fbff;
    border: 1px solid #ccc;
}

.tzgg-items h1 {
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.8;
}

.tzgg-items p {
    margin-top: 15px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.6;
}

.tzgg-items .more {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzgg-items .more a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(204, 204, 204);
    text-transform: uppercase;
}

.tzgg-items .more .date {
    padding-left: 30px;
    display: block;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(164, 164, 164);
    background: url(../images/time.png) left center no-repeat;
}

.xsdt {
    margin-bottom: 20px;
}

.xsdt-list {
    margin-top: 20px;
}

.xsdt-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.xsdt-list li a {
    display: block;
    width: 88%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

.xsdt-list li span {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

#certify .swiper-container {
    padding-bottom: 70px;
    padding-top: 30px;
}

#certify .swiper-slide {
    padding: 35px 25px 35px;
    width: 58%;
    height: 300px;
    background: #fff;
    box-shadow: 0px 3px 21.33px 5.67px rgba(18, 74, 164, 0.25);
    background: url(../images/yjfxbg.png) no-repeat;
    background-size: cover;
}

#certify .swiper-slide p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 1.8;
}

#certify .swiper-slide span {
    font-weight: bold;
    color: #0d55a2;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 17%;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 37px;
    background: url(../images/renyuan_prev.png) no-repeat;
}

#certify .swiper-button-next {
    right: 17%;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 37px;
    background: url(../images/renyuan_next.png) no-repeat;
}

.ggyjy {
    width: 64%;
    padding-right: 25px;
}

.yjy {
    padding: 35px 50px 50px;
    display: flex;
    justify-content: space-between;
}

.yjy div {
    width: 30.2%;
}

.yjy .imgbox {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #ccc;
    height: 300px;
}

.yjy .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.yjy .text {
    width: 100%;
}

.yjy .text h1 {
    padding-left: 10px;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    background: url(../images/yjybg.png) left bottom no-repeat;
}

.yjy .text p {
    padding-left: 10px;
    font-size: 14px;
    font-family: "Adobe Heiti Std";
    color: rgb(102, 102, 102);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yjy .text span {
    font-size: 16px;
    color: #333;
}

.ldjl {
    height: 545px;
    margin-top: 40px;
    padding-top: 60px;
    padding-bottom: 100px;
    background: url(../images/jlbg.png) no-repeat;
    background-size: cover;
}

.ldzp {
    width: 25.5%;
    margin: 0 auto;
    margin-bottom: 35px;
    padding: 2px;
    border: 1px solid #ccc;
}

.ldzp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ldjl p {
    margin-bottom: 30px;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    text-align: center;
}

.ldjl h1 {
    margin-bottom: 40px;
    font-size: 24px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.ldjl a {
    width: 52%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(16, 70, 156);
    line-height: 1.2;
    border: 1px solid #10469c;
    border-radius: 50px;
}

.yjly {
    padding: 30px 10px 20px;
    background-color: #f7faff;
}

.yjly .titbox,
.qtld .titbox {
    padding: 6px 0 16px 40px;
    border: 0;
}

.yjly h1,
.qtld h1 {
    margin-bottom: 17px;
    color: #10469c;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    line-height: 1.2;
}

.yjly p,
.qtld p {
    margin-bottom: 21px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qtld p {
  
overflow: hidden;
  
white-space: nowrap;
  
text-overflow: ellipsis;
}

.yjly .line {
    width: 100%;
    height: 1px;
    background-color: #10469c;
}

.qtld {
    padding: 30px 10px 0px;
    background-color: #f7faff;
}

.qtld ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    /* height: 470px; */
}
.qtld ul li{
    width: 100%;
}
.yjcg {
    width: 33.6%;
}

.yjcg-list {
    margin-top: 35px;
}

.yjcg-list ul {
    height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.yjcg-list li {
    padding: 12px 15px 12px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.yjcg-list h1 a{
    display: block;
    height: 45px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.5;
    background-color: #fff;
}

.yjcg-list .date {
    margin-top: 10px;
    text-align: right;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.2;
}

.yjcg-list .date i {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background: url(../images/time.png) no-repeat;
}
.kslj{
    display: flex;
}
.kslj,.kslj a{
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 1.6;
}
.kslj ul{
    display: flex;
    margin-left: 30px;
}   
.kslj ul li{
    margin-right: 60px;
}