/**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(-50%);
    z-index: 2;
    width: 90%;
    opacity: 1;
    left: 5%;
    transition: all 1s;
    margin-top: -80px;
}

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

.index-bn .title {
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
}

.index-bn .subtitle {
    font-size: 24px;
    color: #fff;
    max-width: 650px;
    margin-top: 50px;
    font-family: arial;
}

.carousel-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1.2);
    transition: all 5s;
}
.swiper-slide-active .carousel-img img
{
    transform: scale(1);
}



a.sound {
    width: 500px;
    display: block;
    background: #ffc600;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    padding: 20px 20px 40px;
    text-align: center;
}

.sound .srect {
    color: #000;
    font-size: 12px;
    background: url(../images/ej.png) no-repeat left center;
    background-size: 20px;
    padding: 4px 30px;
    text-align: left;
}

.sound .spatial {
    display: inline-block;
    color: #141414;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: arial;
    background: url(../images/spatial.png) no-repeat left center;
    background-size: 26px;
    padding-left: 40px;
    margin: 50px 0px;
}

.sound .spatial span {
    text-decoration: underline;
}

/**pag1**/

.pag1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 100px 0px;
}

.pag1 .center {
    max-width: 1420px;
    width: 90%;
    margin: auto;
}

.pag1 li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pag1 li .ico {
    width: 55%;
    overflow: hidden;
    position: relative;
}
.pag1 li .ico:hover img
{
transform: scale(1.1);
}


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

.pag1 .text {
    width: 45%;
    padding-left: 6vw;
}

.pag1 .text .title {
    font-size: 50px;
    font-weight: bold;
    color: #1a1a1a;
}

.pag1 .text .summary {
    color: #1a1a1a;
    line-height: 2em;
    margin-top: 30px;
}

.pag1 .text a.more {
    display: block;
    width: 160px;
    line-height: 50px;
    background: #1d4f91;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin-top: 30px;
    border: 1px #1d4f91 solid;
    transition: all 0.5s;
}

.pag1 .text a.more:hover {
    background: #fff;
    color: #1d4f91;
    border: 1px #1d4f91 solid;
}

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

.pag2 .swiper-slide
{
    overflow: hidden;  
}

.swiper-pag2 .text {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pag2 .text img {
    height: 32px;
    width: auto;
    margin-bottom: 40px;
}

.swiper-pag2 .text .title {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
}

.swiper-pag2 .text .summary {
    color: #fff;
    font-size: 120px;
    font-weight: bold;
    line-height: 1em;
}

.mainlist {
    max-width: 110px;
    position: absolute;
    right: 5%;
    z-index: 9;
    top: 50%;
    margin-top: -170px;
}

.mainlist .swiper-main .swiper-wrapper {
    display: block;
}

.mainlist .center li {
    height: auto !important;
    margin: 20px 0px !important;
}

.mainlist .center li .ico {
    height: 60px;
    border: 2px rgba(255, 255, 255, 0.5) solid;
    border-radius: 4px;
    overflow: hidden;
}

.mainlist .center li.swiper-slide-thumb-active .ico {
    border: 2px #d62e0f solid;
}


.mainlist .center li img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
}

.mainlist .center li .title {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    opacity: 0.8;
}


/**pag3**/
.pag3 {
    overflow: hidden;
    width: 100%;
    padding: 100px 0px;
    background: url(../images/prbg7.jpg) no-repeat right center;
}

.pag3 .center {
    width: 90%;
    max-width: 1420px;
    margin: auto;
}

.pag3 .center li {
    float: left;
    width: calc((100% - 30px)/3);
    margin: 5px;
    overflow: hidden;
    position: relative;
}

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

.pag3 .text {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    left: 0px;
}

.pag3 .text .title {
    text-align: center;
    font-size:30px;
    font-weight: bold;
    color: #fff;
}

.pag3 .text .summary {
    max-width: 70%;
    margin: 5px auto 0px;
    color: #fff;
    font-size: 18px;
}

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


/**pag5**/
.pag5 {
    width: 100%;
    padding: 100px 0px;
    background: url(../images/prbg6.jpg) no-repeat left top;
}

.pag5 .center {
    width: 95%;
    margin-left: auto;
    margin-right: 0px;
}

.pag5 .inabout {
    display: flex;
}

.pag5 .inabout .left {
    width: 40%;
}

.pag5 .inabout .left .title {
    font-size: 72px;
    color: #000;
    font-weight: bold;
}

.pag5 .inabout .left .logo {
    display: block;
    width: 100%;
    max-width: 400px;
    filter: brightness(1000%) invert(100%);
    margin: 20px 0px;
}

.pag5 .inabout .left .logos {
    width: 70px;
    margin-top: 130px;
}

.pag5 .right {
    width: 60%;
    text-align: right;
}
.pag5 .right .ico
{
    max-width: 710px;
    margin-right: 0px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    margin-top: -60px;
}

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

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

.pag5 .right .entitle {
    font-size: 130px;
    color: #f6f6f6;
    font-family: arial;
}

.pag5 .right .title {
    max-width: 710px;
    font-size: 36px;
    color: #333;
    text-align: left;
    margin: 20px 0px 0px auto;
}

.pag5 .right .ext_index {
    max-width: 710px;
    font-size: 18px;
    color: #666;
    text-align: left;
    margin: 10px 0px 0px auto;
}

.inabout2 {
    width: 50%;
    margin-top: -150px;
}

.inabout2 .title {
    font-size: 36px;
    color: #343434;
    font-weight: bold;
}

.inabout2 .content {
    font-size: 18px;
    color: #999;
    font-family: arial;
    max-width: 500px;
    margin: 40px 0px;
}

.inabout2 img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s; 
}
.inabout2 .ico
{
    position: relative;
    overflow: hidden;
}

.inabout2 img:hover
{
transform: scale(1.1); 
}


.inabout3 {
    width: 78%;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 100px;
}

.intitle {
    display: flex;
    justify-content: space-between;
}

.intitle .entitle {
    font-size: 36px;
    color: #333;
    padding-top: 20px;
}

.intitle .cntitle {
    font-size: 150px;
    color: #f6f6f6;
    line-height: 1em;
    font-family: arial;
}

.inabout3 ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -40px;
}

.inabout3 ul li {
    width: calc((100% - 20px)/3);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    top:0px;
}
.inabout3 ul li:hover
{
    top:-15px;
}


.inabout3 ul li img {
    width: 100%;
}

.inabout3 ul li .text {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 40px;
    z-index: 2;
    height: 100%;
}

.inabout3 ul li .text .title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 40px;
}

.inabout3 ul li .text .tags {
    position: absolute;
    bottom: 40px;
    font-size: 60px;
    color: #fff;
    opacity: 0.5;
}

/**pag6**/
.pag6 {
    width: 100%;
    overflow: hidden;
    background: url(../images/inbg.jpg) no-repeat left top;
    background-size: cover;
    padding: 100px 0px;
    border-top: 1px #ddd solid;
}

.pag6 .center {
    width: 90%;
    margin: auto;
}

.innews1 {
    display: flex;
    width: 65%;
    margin-left: 20%;
    justify-content: space-between;
    margin-top: -80px;
}

.innews1 li {
    width: calc((100% - 20px)/2);
    position: relative;
    overflow: hidden;
}

.innews1 li a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.innews1 li .ico {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

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

.innews1 li .text {
    margin-top: 15px;
}

.innews1 li .text .title {
    font-size: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.innews1 li .text .summary {
    color: #999;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}



.innews2 {
    width: 100%;
    margin-top: 100px;
}

.innews2 li {
    display: flex;
    padding: 0px 0px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-top: 1px #ddd solid;
}
.innews2 li:hover
{
    z-index:9;
}


.innews2 li:nth-last-of-type(1) {
    border-bottom: 1px #ddd solid;
}


.innews2 li a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.innews2 li .text {
    width: 60%;
}

.innews2 li .text .title {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp: 1;
}
.innews2 li:hover .text .title 
{
    color: #1d4f91;
}


.innews2 li .text .summary {
    font-size: 18px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.innews2 li .ico {
    width: 25%;
    height: 0px;
    position: relative;
    overflow: hidden;
    opacity: 0;
    padding-top: 15%;
    transform: scale(0.5);
    transition: all 0.5s;
    z-index: 999;
    left: 2%;
}

.innews2 li:hover .ico {
    opacity: 1;
    transform: scale(1.15);
}

.innews2 li .ico img {
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.innews2 li .date {
    width: 10%;
    text-align: right;
}

.newstitle {
    display: flex;
    justify-content: space-between;
}

.newstitle p {
    color: #000000;
    font-size: 60px;
}

.newstitle p span {
    display: block;
    font-size: 16px;
    color: #666;
}

.newstitle em {
    font-size: 220px;
    color: #eee;
    font-style: normal;
    line-height: 1em;
}

.innews2 .more {
    margin-top: 20px;
    color: #999;
}
a.news-more
{
    display: block;
    width: 160px;
    line-height: 50px;
    background: #1d4f91;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    margin: 60px auto 0px;
    border: 1px #1d4f91 solid;
    transition: all 0.5s;
}
a.news-more:hover
{
    background: #fff;
    color: #1d4f91;
    border: 1px #1d4f91 solid;
}