/**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 #fff solid;
}

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

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

.index_bn .text {
    position: absolute;
    top: 50%;
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    transition: all 1s;
}

.index_bn .swiper-slide-active .text {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: 0.5s;
}


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

.index_bn .center .title {
    font-size: 46px;
    font-weight: bold;
}

.index_bn .center .subtitle {}

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


/**pagtitle**/
.pagtitle {
    margin-bottom: 40px;
}

.pagtitle .name {
    font-size: 46px;
    color: #2a2f2c;
    text-align: center;
    font-family: Montserrat-Bold;
}

.pagtitle .subname {
    font-size: 48px;
    color: #2a2f2c;
    text-align: center;
    margin: 0px auto 0px;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: Montserrat-Bold;
    font-weight: bold;
}

.pagtitle .def1 {
    text-align: center;
    color: #26bcbb;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: Montserrat-Medium;
}


/**pag1**/
.pag1 {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pag1 .pagtitle {
    width: 50%;
    position: absolute;
    left: 0px;
    top: 10%;
}

.pag1 .pagtitle .left
{
    max-width: 720px;
    margin-left: auto;
    padding-left: 20px;
}

.pag1 .pagtitle .name {
    font-size: 18px;
    text-align: left;
    color: #26bcbb;
    text-transform: uppercase;
    letter-spacing:0px;
    font-family: Montserrat-Medium;
}
.pag1 .pagtitle .subname {
    font-size: 48px;
    color: #2a2f2c;
    text-align: left;
    font-family: Montserrat-Bold;
    text-transform: none;
    line-height: 1.2em;
}

.pag1 .main {
    background-size: cover;
}

.pag1 .inpr {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.pag1 .textcenter
{
    max-width: 720px;
    margin-left: auto;
    padding-right: 80px;
    padding-top: 300px;
    padding-left: 20px;
}

.pag1 .inpr li{
    display: flex;
    width: 100%;
    opacity: 0 !important;
    transition: all 0.5s;
}
.pag1 .inpr li.swiper-slide-active
{
    opacity: 1 !important;
}

.pag1 .inpr li .text {
    width: 50%;
    color: #fff;
}

.pag1 .inpr li .text .tittle {
    font-size: 24px;
    display: flex;
    color: #26bcbb;
    align-items: center;
    font-weight: bold;
}
.pag1 .inpr li .text .tittle img
{
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.pag1 .inpr li .text .tittle p
{
    font-family: Montserrat-Medium;
    margin-left: 20px;
}



.pag1 .inpr li .text .subname {
    line-height:2em;
    margin-top: 35px;
    color: #666;
    max-width: 750px;
}

.pag1 .inpr li .text .more {
    display: block;
    width: 160px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    color: #0955B1;
    margin-top: 40px;
    border-radius: 4px;
    transition: all 0.5s;
}



.pag1 .inpr li .ico {
    width: 50%;
    text-align: center;
    min-height: 790px;
}


.pag1 .inpr li .ico img {
    text-align: center;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.pag1 .inprsz
{
    width: 50%;
    position: absolute;
    bottom: 15%;
}

.pag1 .inprfl {
    max-width: 720px;
    margin-left: auto;
    padding-left: 20px;
}

.pag1 .inprfl li {
    text-align: center;
    padding: 0px;
    cursor: pointer;
    transition: all 0.5s;
}

.pag1 .inprfl li.swiper-slide-thumb-active {
}

.pag1 .inprfl .ico img {
    filter: brightness(0%) invert(100%);
}

.pag1 .inprfl li.swiper-slide-thumb-active .ico img {
    filter: none;
}

.pag1 .inprfl li.swiper-slide-thumb-active .name {
    color: #26bcbb;
}



.pag1 .inprfl .name {
    color: #cccf42;
    font-size: 20px;
    font-family: Montserrat-Medium;
    text-align: left;
    padding-bottom: 20px;
}
.pag1 .inprfl .name:before
{
    content:'';
    width: 10px;
    height: 10px;
    background: #cccf42;
    position: absolute;
    bottom: 0px;
    border-radius: 100%;
}
.pag1 .inprfl li.swiper-slide-thumb-active .name:before
{
    background: #26bcbb;
}

.pag1 .inprfl .name:after
{
    content:'';
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    bottom: 5px;
    background: #cccf42;
    left: 25px;
}
.pag1 .inprfl li:nth-last-of-type(1) .name:after
{
    display:none;
}


/**pag2**/
.pag2 {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 100px 0px 100px;
    background: #26bcbb;
}
.pag2 .name
{
    font-size: 46px;
    color: #fff;
    text-align: center;
    font-family: Montserrat-Bold;
    font-weight: bold;
}
.pag2 .subname
{
    max-width: 1200px;
    text-align: center;
    color: #fff;
    margin: 10px auto;
}


.pag2 .center {
    max-width: 1440px;
    padding: 0px 5px 0px;
    margin: auto;
}

.pag2 ul
{overflow: hidden;width: 100%;margin-top: 30px;}
.pag2 ul li
{width: 50%;float: left;padding: 15px;}

.pag2 ul li:nth-of-type(1) p
{
    padding: 35px 0px;
}

.pag2 ul li:nth-of-type(2) p
{
    color: #fff;
}
.pag2 ul li:nth-of-type(3),.pag2 ul li:nth-of-type(4)
{
    width: 25%;
}

.pag2 ul li a
{
    position: relative;
    overflow: hidden;
}
.pag2 ul li .ico
{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.pag2 ul li .ico img
{
    width: 100%;
    transition: all 0.5s;
}
.pag2 ul li:hover .ico img
{
transform:scale(1.1);  
}


.pag2 ul li p
{
    color: #2a2f2c;
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    padding: 22px 0px;
    line-height: 1em;
    background: url(../images/more.png) no-repeat 100% center;
    width: calc(100% - 60px);
    margin: auto;
    left: 30px;
}
.pag2 ul li p span
{
    font-family: Montserrat-Medium;
    width: 90%;
    display: block;
    line-height: 1.2em;
}


/**pag6**/
.pag6 {
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
    background: #f2f2f3;
}

.pag6 .center {
    max-width: 1440px;
    margin: auto;
    display: flex;
    padding: 0px 20px;
}

.pag6 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pag6 ul li {
    width: calc((100% - 80px)/3);
    float: left;
}



.pag6 .ico {
    overflow: hidden;
    position: relative;
    float: right;
    width: 100%;
    height: 0px;
    padding-top: 55%;
}

.pag6 .ico img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)scale(1.01);
    height: 100%;
    object-fit: cover;
}

.pag6 li a:hover .ico img {
    transform: translateY(-50%)scale(1.1);
}


.pag6 ul a .text {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    transition: all 0.5s;
}

.pag6 ul li:hover .text {
    background: #26bcbb;
}

.pag6 ul a .title {
    font-size:18px;
    color: #222;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: all 0.5s;
    font-family: Montserrat-Medium;
    line-height: 1.5em;
    min-height: 72px;
}

.pag6 ul a:hover .title {
    color: #fff;
}


.pag6 ul a .summary {
    font-size: 14px;
    color: #000;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pag6 ul a .time {
    padding-left: 0px;
    text-align: left;
    color: #999999;
    font-size: 14px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.pag6 ul li:hover .time {
    color: #fff;
}

.pag6 .more {
    display: block;
    width: 100%;
    line-height: 1.2em;
    text-align: left;
    color: #26bcbb;
    border-radius: 4px;
    transition: all 0.5s;
    margin: 20px auto 0px;
    font-family: Montserrat-Medium;
    padding-top: 20px;
    border-top: 1px #ececed solid;
    font-size: 14px;
}

.pag6 ul li:hover .more {
    color: #fff;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

/**pag4**/

.pag4 {
    padding: 100px 0px;
    background: #eff2f4;
    width: 100%;
    overflow: hidden;
}

.pag4 .pagtitle .subname {
    font-size: 16px;
    font-family: Montserrat-Light;
    text-transform: none;
    max-width: 1240px;
    margin: auto;
    padding: 0px 20px;
    font-weight: normal;
    line-height: 2em;
    color: #999;
}

.pag4 .pagtitle .name {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.pag4 .pagtitle .name:before {
    content: '';
    width: 50px;
    height: 3px;
    background: #26bcbb;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
}

.pag4 ul {
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.pag4 ul li {
    width: calc((100% - 160px)/3);
    text-align: center;
}

.pag4 ul li:nth-of-type(1),
.pag4 ul li:nth-of-type(2),
.pag4 ul li:nth-of-type(3),
.pag4 ul li:nth-of-type(4) {}


.pag4 ul li:nth-of-type(4n) {
    border-right: 0px #ddd solid;
}

.pag4 ul li .title:before {
    content: '';
    width: 40px;
    height: 3px;
    background: #26bcbb;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
}

.pag4 ul li .title {
    font-size: 24px;
    color: #2a2f2c;
    text-align: center;
    font-family: Montserrat-Medium;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pag4 ul li .title span {
    font-size: 20px;
    color: #313131;
}

.pag4 ul li .summary {
    font-size: 16px;
    color: #999;
    line-height: 2em;
}


/**pag3**/

.pag3 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.pag3 .center {
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pag3 .ico {
    width: 50%;
    border-radius: 50px 0px 50px 0px;
    overflow: hidden;
}

.pag3 .ico img {
    width: 100%;
}

.pag3 .text {
    width: 50%;
    padding-left: 50px;
}

.pag3 .text .titlea {
    font-size: 48px;
    color: #333;
    font-family: Montserrat-Bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.pag3 .text .titleb {
    color: #2a2f2c;
    font-size: 22px;
    line-height: 1.2em;
    font-family: Montserrat-Medium;
}

.pag3 .text .summary {
    margin-top: 40px;
    line-height:2em;
}

.pag3 .text .titlea:before {
    content: '';
    width: 50px;
    height: 3px;
    background: #26bcbb;
    position: absolute;
    bottom: 0px;
    left: 0%;
}

.pag3 .text a.more {
    display: block;
    width: 170px;
    line-height: 50px;
    background: #cccf42;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-family: Montserrat-Medium;
    margin-top: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

.pag3 .text a.more:hover {
    background: #26bcbb;
}

.aboutsz
{width: 100%;margin: auto;overflow: hidden;}
.aboutsz ul
{
    display: flex;
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
    justify-content: space-between;
    margin-top: 40px;
}
.aboutsz ul li
{
    
}
.aboutsz ul li em
{
    font-family: Montserrat-Bold;
    font-style: initial;
    font-size: 60px;
    color: #26bcbb;
}
.aboutsz ul li p:nth-of-type(1)
{
    font-size: 60px;
    color: #26bcbb;
    font-family: Montserrat-Bold;
    text-align: center;
}
.aboutsz ul li p:nth-of-type(2)
{
    color: #999;
    font-family: Montserrat-Medium;
    text-align: center;
    font-size: 16px;
}


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

.pag5 .ico {
    background: #26bcbb;
}

.pag5 .ico img {
    width: 100%;
    opacity: 0.6;
}

.pag5 .text {
    z-index: 2;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.pag5 .text .title {
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: Montserrat-Medium;
}

.pag5 .text .summary {
    font-size: 48px;
    color: #fff;
    margin-top: 20px;
    padding: 0px 20px;
    line-height: 1.2em;
    font-family: Montserrat-Medium;
    font-weight: bold;
}

.pag5 .text .button {
    width: 160px;
    line-height: 56px;
    background: #cccf42;
    border-radius: 40px;
    color: #fff;
    margin: 80px auto 0px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: Montserrat-Medium;
}


.pag5 .text .button:before {
    width: 37px;
    content: '';
    margin-right: 10px;
    background: url(../images/bf.png) no-repeat center;
    background-size: 100%;
    height: 37px;
}