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

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


/**intitle***/
.intitle {
    width: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intitle p {
    font-size: 32px;
    color: #333;
    font-family: Frizon;
    opacity: 1;
}

.intitle a {
    color: #333;
    text-decoration: underline;
}

.intitle a:hover {
    color: #C10116;
}


/**pag1**/
.pag1 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-top: 60px;
}

.pag1 .center {
    max-width: 1240px;
    margin: auto;
}

.pag1 .center .pr01 {
    width: 100%;
    padding: 0px 20px;
    margin-top: 0px;
}

.pag1 .center .pr01 li {
    background: #C10116;
    width: 100%;
}

.pag1 .center .pr01 li a {
    display: flex;
    align-items: center;
}

.pag1 .center .pr01 li a .ico {
    width: 60%;
    padding-top: 25%;
    height: 0px;
    position: relative;
    overflow: hidden;
}

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

.pag1 .center .pr01 li .text {
    width: 40%;
    padding: 0% 3%;
}

.pag1 .center .pr01 li .text .title {
    font-size: 32px;
    color: #fff;
    font-family: Frizon;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.pag1 .center .pr01 li .text .def1 {
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    margin-top: 15px;
    font-family: arial;
}

.pag1 .center .pr01 li .text .more {
    color: #fff;
    margin-top:10px;
    display: inline-block;
    text-decoration: underline;
    font-family: arial;
}


.pag1 .center .pr02
{

}
.pag1 .center .pr02 li
{
    width: calc(100% / 3);
    float: left;
    padding: 20px;
    position: relative;
}
.pag1 .center .pr02 li a
{
    display:block;
    width:100%;
    position:relative;
}


.pag1 .center .pr02 li .ico
{
    width: 100%;
    padding-top: 85%;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.pag1 .center .pr02 li .ico img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0px;
    transition: all 0.5s;
}
.pag1 .center .pr02 li:hover .ico img
{
    transform: scale(1.1);
}

.pag1 .center .pr02 li .title
{
   color:#333;
   text-align: center;
   position:relative;
   bottom: 0px;
   width: 100%;
}

/**pag2**/

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

.pag2 .center {
    max-width: 1240px;
    margin: auto;
}

.pag2 .news1 {
    width: 100%;
    padding: 0px 20px;
    margin-top: 20px;
}

.pag2 .news1 li {
    background: #f6f6f6;
    width: 100%;
}

.pag2 .news1 li a {
    display: flex;
    align-items: center;
}

.pag2 .news1 li a .text {
    width: 40%;
    padding: 0% 3%;
}

.pag2 li a .ico {
    width: 60%;
    padding-top: 25%;
    height: 0px;
    position: relative;
    overflow: hidden;
}

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

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


.pag2 li a .text .title {
    font-size: 20px;
    color: #333;
    font-family: Frizon;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pag2 li:hover a .text .title {
    color: #C10116;
}



.pag2 li a .text .time {
    color: #999;
    font-size: 14px;
    margin: 10px 0px;
}



.pag2 li a .text .ext_summary {
    font-size: 14px;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.7em;
    font-family: arial;
}

.pag2 li a .text .more {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    display: inline-block;
    text-decoration: underline;
    font-family: arial;
}

.pag2 li a .text .more:hover {
    color: #C10116;
}

.pag2 .news1 li a .text .ext_summary {
    -webkit-line-clamp: 4;
}

.pag2 .news2 {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.pag2 .news2 li {
    width: calc(100% / 3);
    float: left;
    padding: 20px;
}

.pag2 .news2 li .ico {
    width: 100%;
    padding-top: 55%;
    margin-bottom: 15px;
    overflow: hidden;
}



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

.pag3 .center {
    max-width: 1240px;
    margin: auto;
}

.pag3 .center ul {
    padding: 0px 10px;
}

.pag3 .center ul li {
    padding: 10px;
    width: 25%;
    float: left;
}

.pag3 .center ul li:nth-of-type(1) {
    width: 50%;
}

.pag3 .center ul li .ico {
    position: relative;
    overflow: hidden;
    padding-top: 80%;
    width: 100%;
}

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

.pag3 .center ul li:hover .ico img {
    transform: translate(-50%, -50%) scale(1.1);
}