/**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: 50px !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 #01297C solid;
}

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

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

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

.sb
{
    position: absolute;
    bottom: 5%;
    z-index: 9;
    width: 23px;
    left: 50%;
    margin-left: -12px;
}

.sb img
{
    display: block;
    animation: bjwz2 2s;
    -webkit-animation:bjwz2 2s infinite;
}

@keyframes bjwz2{
	0% {
    position:relative;
    top:0px;
    opacity:1;
	}
	50% {
    position:relative;
    top:-30px;
    opacity:1;
	}
	100% {
    position:relative;
    top:0px;
    opacity:1;
	}
}



/**pagtitle**/

.pagtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagtitle p {
    color: #16A0E8;
    font-size: 36px;
    font-weight: 700;
}

.pagtitle p span {
    display: block;
    color: #787878;
    font-weight: normal;
    font-size: 14px;
}

.pagtitle a {
    line-height: 50px;
    background: #16A0E8;
    color: #fff;
    width: 150px;
    text-align: center;
    border: 1px #16A0E8 solid;
    border-radius: 4px;
    transition: all 0.5s;
}

.pagtitle a:hover {
    background: none;
    color: #16A0E8;
    border: 1px #16A0E8 solid
}

/**pag2**/

.pag2 {
    background: #fff;
    width: 100%;
    padding: 80px 0px;
    background-size: cover;
}

.pag2 .tjtitle {
    margin-top: 0px;
}



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

.pag2 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    border-top: 2px #707070 solid;
    padding-top: 30px;
}

.pag2 ul li {
    width: calc((100% - 90px)/4);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.pag2 ul li .ico {
    height: 0px;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px #ddd solid;
}

.pag2 ul li .ico img {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: contain;
    height: 100%;
    transition: all 0.5s;
}

.pag2 ul li:hover .ico img {
    transform: scale(1.1);
}

.pag2 ul li .text {
    background: #fff;
    padding: 20px 0px;
}

.pag2 ul li .text .title {
    font-size: 18px;
    color: #313131;
    margin: 0;
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.5s;
    font-weight: 700;
}

.pag2 ul li .text .date {
    color: #999;
    margin-top: 5px;
}


.pag2 ul li:hover .title {
    color: #16A0E8;
}


.pag2 ul li .text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8em;
    font-size: 14px;
    color: #787878;
    margin-top: 10px;
}



/**pag5**/

.pag5 {
    background: #fff;
    width: 100%;
    padding: 80px 0px;
    background-size: cover;
}

.pag5 .tjtitle {
    margin-top: 0px;
}



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

.pag5 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
    border-top: 2px #707070 solid;
    padding-top: 30px;
}

.pagtitle2 {
    max-width: 1640px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 0px 20px;
    align-items: center;
}

.pagtitle2 .name .cn {
    text-align: left;
}

.pagtitle2 .name .cn:before {
    left: 0px;
    margin-left: 0px;
}

.pagtitle2 .name .en {
    color: #F8F8F8;
}

.pag5 ul li {
    width: calc((100% - 90px)/3);
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.5s;
}

.pag5 ul li .ico {
    height: 0px;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

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

.pag5 ul li:hover .ico img {
    transform: scale(1.1);
}

.pag5 ul li .text {
    background: #fff;
    padding: 20px 0px;
}

.pag5 ul li .text .title {
    font-size: 20px;
    color: #313131;
    margin: 0;
    min-height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all 0.5s;
}

.pag5 ul li .text .date {
    color: #999;
    margin-top: 5px;
}


.pag5 ul li:hover .title {
    color: #16A0E8;
}


.pag5 ul li .text .summary {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8em;
    font-size: 14px;
    color: #787878;
    margin-top: 10px;
}


/**pag4**/
.pag4 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pag4 img {
    width: 100%;
}

.pag4 .text {
    position: absolute;
    top: 20%;
    z-index: 2;
    color: #fff;
    width: 100%;
}

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

.pag4 .name {
    font-size: 46px;
    font-weight: bold;
}

.pag4 .name span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.pag4 .def1 {
    max-width: 580px;
    line-height: 2em;
    margin-top: 20px;
}

.pag4 a {
    line-height: 50px;
    background: #16A0E8;
    color: #fff;
    width: 150px;
    text-align: center;
    border-radius: 4px;
    display: block;
    margin-top: 40px;
    border: 1px #16A0E8 solid;
    transition: all 0.5s;
}

.pag4 a:hover {
    background: none;
    color: #fff;
    border: 1px #fff solid
}


/**pag3**/
.pag3 {
    width: 100%;
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0px;
}

.pag3 .center {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
    color: #fff;
}

.pag3 .center .name {
    text-align: center;
}

.pag3 .center .name span {
    display: block;
    font-size: 46px;
    color: #fff;
    font-weight: 700;
}

.pag3 .center .def1 {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
}

.pag3 .center .def2 {
    text-align: center;
    line-height: 2em;
    margin-top: 10px;
}

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

.pag3 ul li {
    width: calc((100% - 90px)/4);
    border: 1px rgba(255, 255, 255, 0.2) solid;
    border-radius: 10px;
    padding: 0px 30px 40px;
    cursor: pointer;
}

.pag3 ul li .ico {
    width: 120px;
    border-radius: 100%;
    background: #fff;
    margin: auto;
    margin-top: -60px;
    transition: all 0.5s;
}

.pag3 ul li .ico img {
    width: 100%;
    transition: all 0.5s;
}

.pag3 ul li:hover .ico {
    background: #16A0E8;
}

.pag3 ul li:hover .ico img {
    filter: brightness(0%) invert(100%);
}

.pag3 ul li .title {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}

.pag3 ul li .summary {
    text-align: center;
    margin-top: 20px;
    line-height: 1.8em;
    font-size: 16px;
}

.pag3 a {
    line-height: 50px;
    background: #16A0E8;
    color: #fff;
    width: 150px;
    text-align: center;
    border: 1px #16A0E8 solid;
    border-radius: 4px;
    transition: all 0.5s;
    display: block;
    margin: 50px auto 0px;
}

.pag3 a:hover {
    background: none;
    color: #fff;
    border: 1px #fff solid
}

/**pag2**/
.pag1 {
    padding: 80px 0px 60px;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

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

.pag1 .name {
    text-align: center;
    color: #787878;
}

.pag1 .name span {
    display: block;
    font-size: 46px;
    color: #16A0E8;
    font-weight: 700;
}

.pag1 .def1 {
    text-align: center;
    color: #777;
}

.pag1 ul {
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
}

.pag1 ul li {
    width: calc((100% - 60px)/3);
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 20px;
    overflow: hidden; 
    background: #02398a;
}

.pag1 ul li:nth-of-type(3n) {
    margin-right: 0px;
}

.pag1 ul li .ico {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
    opacity:1;
}
.pag1 ul li:nth-of-type(2n) .title
{
  background: rgba(2,57,138,0.8);
}


.pag1 ul li:hover .ico 
{
    transform: scale(1.1); 
}

.pag1 ul li .pic {
    position: absolute;
    bottom: 30px;
    right: 30px;
    transition: all 0.5s;
    border-radius: 100%;
}
.pag1 ul li:hover .pic
{
    transform: scale(1.3);
}


.pag1 ul li .title {
    color: #fff;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    font-size: 22px;
    padding: 10px 20px;
    border-radius: 10px;
}


/**pag7**/
.pag7 {
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
}

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

.pag7 .name {
    text-align: center;
    color: #787878;
}

.pag7 .name span {
    display: block;
    font-size: 46px;
    color: #16A0E8;
    font-weight: 700;
}

.pag7 .def1 {
    text-align: center;
    color: #777;
}

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

.pag7 ul li {
    width: 25%;
    padding: 20px;
    float: left;
    position: relative;
}

.pag7 ul li .ico {
    padding-top: 150%;
    width: 100%;
    height: 0px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

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

.pag7 ul li:hover .ico {
    transform: scale(1.05);
}


.pag7 .pic {
    display: block;
    max-width: 647px;
    margin: 50px auto 0px;
}