/**title**/
:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}

.index_bn {
    position: relative;
    max-height: 100vh;
    overflow: hidden;
    width: 100%;
}

.swiper-bn-list {
    position: absolute;
    width: 100%;
    bottom: 30px !important;
    z-index: 9;
    text-align: center;
}

.swiper-bn-list span {
    background: none;
    width: 12px;
    height: 12px;
    margin: 0px 4px !important;
    opacity: 1;
    border: 2px #fff solid;
}

.swiper-bn-list .swiper-pagination-bullet-active {
    background: #fff;
}

.index1 .swiper-slide {
    width: 100% !important;
}

.carousel-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


/**pag1**/

.pag1 {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pag1 .right {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.pag1 .right .aboutpics {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pag1 .right .aboutpics img {
    width: 100%;
    height: 100%;
}

.swiper-aboutpics-list {
    position: absolute;
    width: 100%;
    bottom: 30px !important;
    z-index: 9;
    text-align: center;
}

.swiper-aboutpics-list span {
    background: none;
    width: 12px;
    height: 12px;
    margin: 0px 4px !important;
    opacity: 1;
    border: 2px #fff solid;
}

.swiper-aboutpics-list .swiper-pagination-bullet-active {
    background: #fff;
}


.pag1 .left {
    width: 50%;
    position: relative;
    overflow: hidden;
    padding-top: 5%;
}

.pag1 .left .main_c {
    max-width: 820px;
    padding-left: 40px;
    padding-right: 20px;
}

.pag1 .pag_title {
    text-align: left;
    margin-bottom: 10px;
}

.pag1 .pag_title:after {
    margin: 20px 0px;
}

.pag1 a {
    display: block;
    margin: 40px 0px 0px;
    border: 1px #00237D solid;
    max-width: 160px;
    line-height: 46px;
    text-align: center;
    color: #00237D;
    border-radius: 4px;
}

.pag1 a:hover {
    background: #00237D;
    color: #fff;
}

.pag1 .about {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 65%;
    z-index: 2;
    padding-left: 58px;
    background: url(../images/szbg.png) no-repeat left center;
    background-size: 100% 100;
}



/**pag8**/
.pag8 {
    background: #F8F8F8;
    padding: 100px 0px;
    background-size: 60%;
}

.pag8 .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 0px;
}

.pag8 .center ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
}

.pag8 .center ul li {
    width: calc((100% - 0px)/6);
    padding: 20px;
}

.pag8 .center ul li .ico {
    border: 0px #ddd solid;
    position: relative;
    overflow: hidden;
}

.pag8 .center ul li img {
    width: 100%;
    background: #fff;
    padding: 10px;
    transition: all 0.5s;
}

.pag8 .center ul li:hover img {
    transform: scale(1.1);
}

/**pag5**/
.pag5 {
    padding: 100px 0px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pag5 .text {}

.pag5 .text .title {
    font-size: 48px;
    text-align: center;
    color: #fff;
}

.pag5 .text .title:after {
    content: '';
    width: 80px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 10px auto 0px;
}

.pag5 .text .summary {
    font-size: 26px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.pag5 .text .content {
    color: #fff;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.pag5 .text a {
    display: block;
    margin: auto;
    border: 1px #fff solid;
    max-width: 160px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    border-radius: 4px;
}

.pag5 .text a:hover {
    color: #fff;
    border: 1px #00237D solid;
    background: #00237D;
}


/**pag3**/

.pag3 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.advantage {}

.advantage .pics {
    overflow: hidden;
    position: relative;
    height: 630px;
}

.advantage .pics::before {
    content: '';
    background: linear-gradient(90deg, rgba(0, 35, 125, 0.8), rgba(0, 35, 125, 0));
    width: 70%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    height: 100%;
}



.advantage .pics img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage .text {
    position: absolute;
    top: 20%;
    z-index: 2;
    width: 100%;
}

.advantage .text .center {
    width: 100%;
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
    color: #fff;
}

.advantage .text .title {
    font-size: 48px;
}

.advantage .text .title:after {
    content: '';
    width: 80px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 20px 0px 20px;
}

.advantage .text .summary {
    font-size: 16px;
    line-height: 1.8em;
    max-width:500px;
}

.advantage .text a {
    display: block;
    margin: 40px 0px 0px;
    border: 1px #fff solid;
    max-width: 160px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.advantage .text a:hover {
    background: #00237D;
    color: #fff;
    border: 1px #00237D solid;
}

.advantage_main {
    top: 0px;
    width: 350px;
    height: 630px;
    position: absolute;
    right: 0px;
}

.advantagefl {
    height: 630px;
}

.advantagefl li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    width: 100%;
    padding: 0px 30px;
    cursor: pointer;
}

.advantagefl li.swiper-slide-thumb-active {
    background: #00237D;
}


.advantagefl .swiper-wrapper {
    display: block;
}

.advantagefl .ico {
    display: flex;
    align-items: center;
}

.advantagefl .ico img {}

.advantagefl .ico .title {
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
}

.advantagefl .ico .title span {
    display: block;
    font-size: 12px;
    font-family: arial;
    opacity: 0.8;
}



/**pag7**/

.pag7 {
    overflow: hidden;
    background: #fff;
    padding: 100px 0px;
}

.pag7 .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
}

.pag7 .news_main {}

.pag7 .newtop {
    display: flex;
    width: 100%;
}

.pag7 .newtop .left {
    width: 63%;
    padding-right: 40px;
}

.pag7 .newtop .left li {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}


.pag7 .newtop .left .ico {
    height: 0px;
    overflow: hidden;
    padding-top: 45%;
    position: relative;
}

.pag7 .newtop .left .ico img {
    width: 100%;
    position: absolute;
    top: 0px;
    object-fit: cover;
    height: 100%;
    transition: all 0.5s;
}

.pag7 .newtop .left li:hover .ico img {
    transform: scale(1.1);
}


.pag7 .newtop .left .text {
    padding: 30px 20px;
    display: flex;
}

.pag7 .newtop .left .time {
    width: 100px;
    font-size: 48px;
    color: #00237D;
    font-weight: normal;
    text-align: center;
    line-height: 1em;
}

.pag7 .newtop .left .time span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    margin-top: 10px;
}

.pag7 .newtop .left .title {
    width: calc(100% - 100px);
    border-left: 1px #eee solid;
    padding-left: 15px;
}

.pag7 .newtop .left p {
    font-size: 24px;
    color: #333;
}

.pag7 .newtop .left li:hover p {
    color: #00237D;
}


.pag7 .newtop .left .summary {
    font-size: 16px;
    color: #787878 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}

.pag7 .newtop .right {
    width: 37%;
    position: relative;
}

.pag7 .newtop .right a {
    height: 100%;
    display: block;
}


.pag7 .newtop .right .ico {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.pag7 .newtop .right .ico img {
    width: 100%;
    position: absolute;
    top: 0px;
    object-fit: cover;
    height: 100%;
    transition: all 0.5s;
}

.pag7 .newtop .right:hover .ico img {
    transform: scale(1.1);
}


.pag7 .newtop .right p {
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
}

.pag7 .newtop .right:hover p {
    background: #00237D;
}


.newbottom {
    width: 100%;
    margin-top: 40px;
}

.newbottom ul {
    max-width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.newbottom li {
    width: calc((100% - 60px) / 3);
    background: #fff;
    padding: 40px;
    border-radius: 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.newbottom li .title {
    display: flex;
    align-items: flex-end;
}

.newbottom li .time {
    width: 80px;
    text-align: center;
    font-size: 54px;
    color: #00237D;
    line-height: 1em;
    border-right: 1px #ddd solid;
    padding-right: 20px;
}

.newbottom li .time span {
    display: block;
    font-size: 16px;
    text-align: center;
    color: #00237D;
    line-height: 1em;
    margin-top: 5px;
}

.newbottom li .title p {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    width: calc(100% - 100px);
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newbottom li .summary {
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}



/***pag2**/
.pag2 {
    width: 100%;
    background: #f6f6f6;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.pag2 .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
}

.pag2 .center .inprfl {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pag2 .center .inprfl a {
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0px;
    font-size: 20px;
    cursor: pointer;
    color: #00237D;
    border-right: 1px #f8f8f8 solid;
}

.pag2 .center .inprfl a img {
    margin-right: 10px;
}


.inprmain {
   overflow: hidden;
   width:100%; 
    margin-top:40px;
}


.inprmain .inpr .swiper-container {
    overflow: hidden;
    width: 100%;
}

.inprmain .inpr {
    padding: 0px 60px;
    overflow: hidden;
    position: relative;
    height:0px;
}

.inprmain .inpr.cur
{
  height:auto;
}


.inpr .pr_img {
    height: 0px;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.inpr .pr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    transition:all 0.5s;
}

.inprmain .inpr li:hover .pr_img img 
{
    transform:scale(1.1);
}


.swiper-PrLeft {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}

.swiper-PrRight {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -17px;
    cursor: pointer;
}

.pag2 .center .inprfl a.cur
{
    background:#00237D;
    color:#fff;
}
.pag2 .center .inprfl a.cur img
{
    filter: brightness(0%) invert(100%);
}