/**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: 100px;
}

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

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



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

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

.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 {
    display: block;
    font-size: 46px;
    color: #D8232A;
    text-align: center;
    font-weight: bold;
    line-height: 1.1em;
    margin-top: -40px;
    position: relative;
    padding-bottom: 25px;
}

.pagtitle .name .cn:before {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    background: #D8232A;
    bottom: 0px;
}

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

/**pag1**/
.pag1 {
    width: 100%;
    overflow: hidden;
    padding: 100px 0px 70px;
}

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

.pag1 ul li a {
    width: calc((100% - 90px)/4);
    float: left;
    display: flex;
    justify-content: flex-start;
    padding: 30px 40px;
    text-align: left;
    align-items: center;
    border: 1px #eee solid;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    transition: all 0.5s;
}

.pag1 ul li .ico {
    width: 75px;
    text-align: left;
    text-align: center;
}

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


.pag1 ul li .ico img {
    max-width: 100%;
}

.pag1 ul li .name {
    padding-left: 20px;
    font-size: 20px;
    color: #313131;
    transition: all 0.5s;
}

.pag1 ul li span {
    display: block;
    font-size: 12px;
    color: #787878;
    transition: all 0.5s;
    font-weight: normal;
}

.pag1 ul li a:hover {
    background: #D8232A;
    border: 1px #D8232A solid;
}


.pag1 ul li a:hover .name {
    color: #fff;
    font-weight: bold;
}

.pag1 ul li a:hover span {
    color: #fff;
}


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



/**pag4**/
.pag4 {
    width: 100%;
    padding: 100px 0px;
}

.pag4 ul {
    max-width: 1640px;
    margin: 40px auto 0px;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}

.pag4 ul li {
    width: calc((100% - 150px)/4);
    position: relative;
    overflow: hidden;
    background: #D8232A;
    transition: all 0.5s;
}

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

.pag4 ul li .ico:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}

.pag4 ul li:hover .ico:before {
    opacity: 0;
}


.pag4 ul li:hover .ico img {
    opacity: 0.1;
}


.pag4 ul li .list .title {
    font-size: 26px;
    color: #fff;
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.pag4 ul li .list .title:before {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0%;
    margin-left: 0px;
    background: #D8232A;
    bottom: 0px;
    transition: all 0.5s;
}

.pag4 ul li:hover .list .title:before {
    background: #fff;
}


.pag4 ul li .list {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 40px 30px;
}

.pag4 ul li .list .summary {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.pag4 ul li:hover .list .summary {
    opacity: 1;
}


.pag4 ul li .pics {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.pag4 ul li .pics img {
    width: 100%;
}


/**pag5**/

.pag5 {
    background: #F8F8F8;
    width: 100%;
    padding: 100px 0px;
}

.pag5 ul {
    max-width: 1640px;
    margin: 40px auto 0px;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}

.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% - 150px)/4);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
}

.pag5 ul li:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


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

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

.pag5 ul li .text .sort {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.pag5 ul li .text .sortname {
    color: #D8232A;
}

.pag5 ul li .text .date {
    color: #A0A0A0;
}

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


.pag5 ul li .text .more {
    display: inline-block;
    color: #D8232A;
    border-bottom: 1px #D8232A solid;
}

a.inmore {
    width: 150px;
    line-height: 50px;
    background: #D8232A;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    height: 50px;
}


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

.pag2 ul {
    max-width: 1640px;
    margin: 40px auto 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
}

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

.pag2 ul li .ico {
    height: 0px;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

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

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

.pag2 ul li .title {
    line-height: 60px;
    background: #EDEDED;
    text-align: center;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0px 20px;
}

.pag2 ul li:hover .title {
    background: #D8232A;
    color: #fff;
}

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

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

.pag3 .inabout {
    max-width: 700px;
}

.pag3 .center .list {}

.pag3 .center .list .summary {
    font-family: Roboto;
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: #000000 1px;
    /* 浏览器可能不支持 */
    opacity: 0.1;
}

.pag3 .center .list .title {
    display: block;
    font-size: 36px;
    color: #000000;
    margin-top: -45px;
    font-weight: bold;
}

.pag3 .center .main {
    color: #313131;
    line-height: 2em;
    margin-top: 60px;
}

.pag3 .center .main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.pag3 .center .main ul li {
    width: calc(100% / 3);
    margin: 10px 0px;
}

.pag3 .center .main ul li em {
    font-size: 60px;
    color: #D8232A;
    font-style: initial;
    line-height: 1.4em;
    font-family: Antonio;
    margin-right: 10px;
}

.pag3 .center .main ul li p:nth-of-type(2) {
    font-size: 14px;
}