/**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%;
    margin-top: 0px;
}

.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%;
}

.index_bn .text {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}

.index_bn .text .main {
    max-width: 1640px;
    margin: auto;
    padding: 0px 20px;
}

.index_bn .text .main .title {
    font-size: 56px;
    max-width: 780px;
    color: #fff;
    font-family: Roboto-Bold;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.index_bn .text .main .subtitle
{
    font-size: 18px;
    display: block;
    max-width: 700px;
}


.index_bn .more {
    display: inline-block;
    background: #009FE1;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    margin-top: 40px;
}
.index_bn a
{
   width:100%;
   height:100%;
   z-index:2;
   position:absolute;
   top:0px;
   left:0px;
}


/**pagtitle**/
.pagtitle {
    overflow: hidden;
    width: 100%;
}

.pagtitle .name {
    text-align: center;
    color: #313131;
    font-size: 40px;
}

.pagtitle i {
    width: 100%;
    display: block;
    font-style: initial;
    text-align: center;
    color: #777;
    font-size: 18px;
}

.pagtitle i span {
    font-weight: bold;
    color: #01297C;
}

.pagtitle em {
    font-style: inherit;
    width: 100%;
    display: block;
    text-align: center;
    color: #A0A0A0;
    font-size: 14px;
    margin-top: 5px;
}

.pagtitle .name .en {
    color: #fff;
    font-family: Roboto;
    opacity: 1;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    -webkit-text-stroke: #E0E0E0 1px;
    line-height: 1em;
}

.pagtitle .name .cn {
    font-size: 46px;
    color: #01297C;
    text-align: center;
    font-weight: bold;
    line-height: 1.1em;
    position: relative;
}

.pagtitle .subname {
    text-align: center;
    font-size: 16px;
    color: #313131;
    margin-top: 20px;
    padding: 0px 20px;
}




/**pag5**/

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

.pag5 .tjtitle {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.pag5 .about-title .name {
    text-align: left;
}

.pag5 .tjtitle a {
    width: auto;
    line-height: 48px;
    border-radius: 999px;
    opacity: 1;
    background: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    border: 2px solid #009FE1;
    display: block;
    max-width: 320px;
    color: #009FE1;
    text-align: center;
    transition: all 0.5s;
    padding: 0px 20px;
}
.pag5 .tjtitle a:hover
{
    background:#009FE1;
    color:#fff;
}

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

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

.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: 55%;
    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: 30px 0px 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: 3;
    transition: all 0.5s;
    margin: 15px 0px;
}

.pag5 ul li:hover .text .title {
    color: #009FE1;
}


.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;
}


/**pag8**/
.pag8 {
    background: url(../images/map.png)#fff no-repeat center;
    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: 60px;
}

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

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

.pag8 .center ul li img {
    width: 100%;
    transition: all 0.5s;
}

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


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

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

.in-Application {
    overflow: hidden;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pag3 li .ico {
    position: relative;
    padding-top: 60%;
    border-radius: 20px;
    overflow: hidden;
}

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

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

.pag3 li .sortname {
    display: flex;
    font-size: 18px;
    color: #333;
    justify-content: space-between;
    margin-top: 20px;
}

.pag3 li .sortname p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    width: calc(100% - 80px);
}

.pag3 li:hover .sortname {
    color: #009FE1;
}

.pag3 li .sortname span {
    width: 80px;
    display: block;
    text-align: right;
}

.Application-list {
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

.Application-list span {
    width: 10px;
    height: 10px;
    margin: 0px 10px;
    border-radius: 5px;
    transition: all 0.5s;
}

.Application-list span.swiper-pagination-bullet-active {
    width: 40px;
    background: #009FE1;
}

/**pag6**/
.pag6 {
    width: 100%;
    overflow: hidden;
    padding: 0px 0px;
    position: relative;
    background-size: cover;
}

.pag6 .center {
    max-width: 1640px;
    margin: auto;
    display: flex;
    padding: 100px 20px;
    align-items: center;
}

.pag6 .center .left {
    width: 50%;
    padding-right: 4vw;
}

.pag6 .center .left .title {
    font-size: 18px;
    color: #009FE1;
}

.pag6 .center .left .title span {
    font-weight: normal;
}

.pag6 .center .left .summary {
    color: #20317F;
    font-size: 46px;
    line-height: 1.2em;
    font-family: Roboto-Bold;
}

.pag6 .center .left .content {
    color: #333;
    padding-top: 40px;
}

.pag6 .center .left a {
    line-height: 46px;
    width: 150px;
    background: #fff;
    text-align: center;
    color: #009FE1;
    border-radius: 40px;
    display: block;
    margin-top: 40px;
    transition: all 0.5s;
    border: 1px #009FE1 solid;
}

.pag6 .center .left a:hover {
    background: #009FE1;
    color: #fff;
}


.pag6 .center .right {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.pag6 .center .right a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}


.pag6 .center .right img {
    width: 100%;
    transition: all 0.5s;
}

.pag6 .center .right:hover img {
    transform: scale(1.05);
}

.in-honor {
    max-width: 1640px;
    margin: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
    margin-top: 10px;
}

.in-honor li a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.5s;
    background: #fff;
    border-radius: 20px;
}

.in-honor li .sortname {
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
    border-radius: 30px;
    opacity: 1;
    background: #F8F8F8;
    line-height: 36px;
    text-align: center;
    padding: 0px 20px;
    transition: all 0.5s;
    z-index: 2;
    color: #009FE1;
}

.in-honor li:hover .sortname {
    color: #fff;
    background: #009FE1
}


.in-honor li .title {
    text-align: center;
    line-height: 1.5em;
    color: #313131;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0px 20px;
    transition: all 0.5s;
    font-size: 18px;
    overflow: hidden;
    margin: 40px 0px 20px;
}

.in-honor li {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.in-honor li .ico {
    height: 0px;
    display: flex;
    background: #fff;
    padding: 20px;
    padding-top: 65%;
    /* overflow: hidden; */
    position: relative;
    margin-top: 50px;
}

.in-honor li .ico img {
    width: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
    height: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 0px;
    left: 0px;
}

.in-honor li:hover .ico img {
    transform: scale(1.1);
}

.in-honor li:hover a {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}


.in-honor .SwiperList {
    background: #ddd;
    bottom: 0px !important;
    top: initial !important;
    height: 6px;
    width: calc(100% - 40px);
    border-radius: 3px;
    overflow: hidden;
    left: 0px;
    margin: auto 20px;
}

.in-honor .SwiperList .swiper-pagination-progressbar-fill {
    background: #009FE1;
    border-radius: 3px;
    overflow: hidden;
}



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

.in-case {
    max-width: 1200px;
    margin: 40px auto 0px;
    position: relative;
}

.in-case .ico {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    width: 100%;
    background: #fff;
}

.in-case .ico img {
    width: 100%;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    object-fit: cover;
    height: 100%;
}

.in-case .text {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0px 10%;
    opacity: 0;
    transition: all;
}

.in-case .swiper-slide-active .text {
    opacity: 1;
}


.in-case .text .title {
    display: block;
    color: #fff;
    font-size: 36px;
    text-align: center;
}

.in-case .text .casegy {
    margin-top: 10px;
    display: block;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.8em;
}

.CaseLeft {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 9;
    left: 10px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.CaseLeft img {
    filter: brightness(0%) invert(100%);
    width: 14px;
}

.CaseRight {
    text-align: right;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 9;
    right: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.CaseRight img {
    filter: brightness(0%) invert(100%);
    width: 14px;
}

.in-case li:hover .ico img {
    transform: translate(-50%, -50%) scale(1.1);
}

/**pag2**/

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