/**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%;
}

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



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

.index_bn .text {
    position: absolute;
    top: 60%;
    width: 100%;
    z-index: 2;
    transform: translateY(-50%);
	transition: all 1s;
	opacity:0;
	
}
.index_bn li.swiper-slide-active .text
{
    top:45%;
    transition-delay: 0.5s;
	opacity:1;
}


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

.index_bn .title {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.index_bn .title span {
    display: block;
    font-size: 36px;
}

.index_bn .subtitle {
    color: #fff;
    opacity: 0.8;
    font-family: arial;
}

.index_bn .zx {
    width: 220px;
    border-radius: 5px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 58px;
    color: #fff;
    margin-top: 40px;
    transition: all 0.5s;
}
.index_bn .zx:hover
{
    background: #0E63DC;
    border: 1px solid #0E63DC;
    color:#fff;
}



.indexTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexTitle p {
    font-size: 36px;
    color: #333;
    padding-bottom: 20px;
    text-align: left;
    line-height: 1em;
}

.indexTitle span {
    color: #0E63DC;
    font-size: 16px;
    display: block;
    font-family: arial;
    line-height: 1.4em;
}

.indexTitle a {
    transition: all 0.5s;
    color: #fff;
    line-height: 50px;
    width: 150px;
    font-size: 14px;
    text-align: center;
    background: #0E63DC;
    border-radius: 6px;
}

.indexTitle2 {
    font-size: 36px;
    color: #333;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.2em;
}

.indexTitle2 span {
    color: #0E63DC;
    font-size: 16px;
    display: block;
    font-family: arial;
    line-height: 1.4em;
}

.indexTitle2 .def1 {
    font-size: 16px;
    line-height: 1.8em;
    display: block;
    margin-top: 10px;
}

.index_bn .carousel-img a:before
{
    content: '';
    height: 30%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 2;
}
.index_bn li
{
    overflow:hidden;
}

.index_bn li.swiper-slide-active .carousel-img img 
{
    transform: scale(1);  
}

.index_bn .button
{
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 2;
    height: 50px;
    display: flex;
}
.index_bn .button .center
{
    max-width: 1640px;
    margin: auto;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 0px 20px;
}

.index_bn .button .swiper-Left
{
    width: 50px;
    height: 50px;
    left: 0px;
    background: url(../images/prLeft.png)#fff no-repeat center;
    cursor: pointer;
    z-index: 2;
    background-size: 8px;
    border-radius: 100%;
}
.index_bn .button .swiper-Left:hover
{
    background: url(../images/prLeft2.png)#0E63DC no-repeat center center;
    background-size: 8px;
}

.index_bn .button .swiper-Right
{
    width: 50px;
    height: 50px;
    right: 0px;
    background: url(../images/prRight.png)#fff no-repeat center center;
    cursor: pointer;
    z-index: 2;
    background-size: 8px;
    border-radius: 100%;
    margin-left: 20px;
}
.index_bn .button .swiper-Right:hover
{
    background: url(../images/prRight2.png)#0E63DC no-repeat center center;
    background-size: 8px;
}

/**pag1**/
.pag1
{
    background: url(../images/rxcpBg.jpg) no-repeat center;
    width: 100%;
    overflow: hidden;
}
.pag1 .center
{
    max-width: 1640px;
    margin: auto;
    overflow: hidden;
    padding: 100px 20px;
}

.swiper-products
{
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.pag1 li
{
    width: calc((100% - 60px) / 3);
    float: left;
    position: relative;
    overflow: hidden;
    padding: 40px 15px;
    background: #fff;
    border: 1px #E0E0E0 solid;
    margin-bottom: 30px;
    transition: all 0.5s;
}



.pag1 li .ico
{
    position: relative;
    overflow: hidden;
    padding-top: 85%;
    width: 100%;
    background: #fff;
    border-radius: 8px;  
}
.pag1 li .ico img
{
    width: 100%;
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    object-fit: contain;
    height: 100%; 
}
.pag1 li:hover .ico img
{
    transform: translate(-50%, -50%) scale(1.1);
}

.pag1 li .sortname
{
    text-align: center;
    color: #0E63DC;
}


.pag1 li .title
{
    text-align: center;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0px 0px;
    transition: all 0.5s;
    font-size: 22px;
    color: #313131; 
}
.pag1 li:hover .title
{
    color:#0E63DC;
}

.pag1 li .more
{
    width: 150px;
    height: 50px;
    border-radius: 5px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #0E63DC;
    line-height: 48px;
    color: #0E63DC;
    text-align: center;
    font-size: 14px;
    margin: auto;
    transition: all 0.5s;
}
.pag1 li:hover .more
{
	background: #0E63DC;
	color:#fff;
}


.SwiperList
{
    background: rgba(0, 0, 0, 0.06);
    bottom: 0px !important;
    top: initial !important;
    height: 6px;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    left: 0px;
}

.SwiperList .swiper-pagination-progressbar-fill
{
	background: #0E63DC;
	border-radius: 3px;
	overflow: hidden;
}


/**pag2**/

.indexTitle3
{
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}

.indexTitle3 span
{
    display: block;
    font-size: 16px;
}
.pag2
{
    background: url(../images/zpsqBg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
}
.pag2 .center
{
    max-width: 1640px;
    padding: 0px 20px;
    margin: auto;
}
.pag2 .center ul
{
    overflow: hidden;
    width: 100%;
    margin-top: 60px;
}
.pag2 .center ul li
{
    width: calc((100% - 120px) / 5);
    float: left;
    margin-right: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.pag2 .center ul li:nth-of-type(5n) {
    margin-right: 0px;
}

.pag2 .center ul li .ico
{
    position: relative;
    overflow: hidden;
    padding-top: 45%;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    border: 1px #ddd solid;
}
.pag2 .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: contain;
    padding: 0px 20px;
}
.pag2 .center ul li:hover .ico img
{
    transform: translate(-50%, -50%) scale(1.1);	
}
.pag2 a.more
{
    display: block;
    max-width: 180px;
    line-height: 50px;
    background: #fff;
    color: #0E63DC;
    text-align: center;
    margin: 30px auto 30px;
    border-radius: 4px;
    transition: all 0.5s;
}
.pag2 a.more:hover
{
	background:#0E63DC;
	color:#fff;
}

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

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

.pag3 .center ul {}

.pag3 .center ul li {
    width: 50%;
    float: left;
    padding: 20px;
}

.pag3 .center ul li .title {
    font-size: 26px;
    color: #0E63DC;
    display: flex;
    align-items: center;
}

.pag3 .center ul li .title img {
    display: block;
    margin-right: 10px;
}

.pag3 .center ul li .main {
    display: flex;
    background: #0E63DC;
    padding: 30px;
    border-radius: 30px 10px 30px 10px;
    position: relative;
    margin-top: 10px;
}
.pag3 .center ul li:nth-of-type(2) .main,.pag3 .center ul li:nth-of-type(3) .main
{
    background: #19AFEF;
}


.pag3 .center ul li .main .ico {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 40%;
}

.pag3 .center ul li .main .ico img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.pag3 .center ul li .main .text {
    font-size: 30px;
    color: #fff;
    padding-left: 30px;
    width: 60%;
}
.pag3 .center ul li:hover .main .ico img
{
    transform: scale(1.1); 
}


.pag3 .center ul li .main .text span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
}

.pag3 .center ul li .main .tags {
    position: absolute;
    bottom: 0px;
    right: 20px;
    font-family: DINCond-b;
    font-size: 100px;
    color: #0E63DC;
    opacity: 0.2;
    line-height: 1em;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.pag3 .center ul li:nth-of-type(2) .tags ,.pag3 .center ul li:nth-of-type(3) .tags
{
    color: #19AFEF;
}

/**pag4**/


.pag4
{
    width: 100%;
    overflow: hidden;
    background: url(../images/jjBg.jpg) no-repeat top center;
    background-size: cover;
    padding: 100px 0px 230px;
    position: relative;
}
.pag4 .center
{
    max-width: 1640px;
    margin: auto;
    color: #fff;
    padding: 0px 20px;
    position: relative;
}
.pag4 .center .text
{
    max-width: 800px;
}
.pag4 .center .tags
{
    font-family: arial;
}
.pag4 .center .author
{
    font-size: 100px;
    font-family: DINCond-b;
    line-height: 1em;
}
.pag4 .center .title
{
    font-size: 30px;
}
.pag4 .center .source
{
    font-size: 30px;
}

.pag4 .center .summary
{
    margin: 20px 0px;
    line-height: 2em;
}
.pag4 .center .button
{
 display: flex;
 align-items: center;
}
.pag4 .center .button a
{
 display: flex;
 align-items: center;
 line-height: 50px;
 background: #fff;
 color: #0E63DC;
 padding: 0px 30px;
 margin-right: 10px;
 width: 150px;
 text-align: center;
 border-radius: 4px;
 justify-content: center;
}
.pag4 .center .button a:hover
{
	background:#0E63DC;
	color:#fff;
}


.pag4 .center .button a img
{
	margin-right:5px;
}
.pag4 .data
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30%;
    height: 100%;
}
.pag4 .data .content
{
	height: 100%;
	padding: 0px;
}

.pag4 .data ul
{
    height: auto;
    border-left: 1px rgba(255,255,255,0.2) solid;
    display: flex;
    flex-wrap: wrap;
}
.pag4 .data ul li
{
    height: 25%;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    transition: all 0.5s;
    width: 48%;
    padding: 20px;
    text-align: center;
    margin: 1%;
    background: rgba(255, 255, 255, 0.01);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
}
.pag4 .data ul li:nth-last-of-type(1) 
{
	border-bottom: 0px rgba(255, 255, 255, 0.2) solid;
}


.pag4 .data ul li:hover
{
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10.43px);
}

.pag4 .data ul li .sz
{
	font-size: 60px;
	font-family: DINCond-b;
	line-height: 1.2em;
}
.aboutfl
{
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 600px;
}
.aboutfl p
{
    color: #fff;
    text-align: center;
    padding: 30px 0px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10.43px);
    width: calc(100% / 3);
    cursor: pointer;
    border-right: 1px rgba(255,255,255,0.1) solid;
}
.aboutfl p.cur
{
	background: #0E63DC;
}

.aboutfl p:nth-last-of-type(1)
{
	border-right: 0px rgba(255, 255, 255, 0.1) solid;
}

.aboutfl img
{
    display: block;
    margin: 0px auto 10px;
    height: 50px;
}


/**pag5**/

.pag5
{
    width:100%;
    overflow: hidden;
    background: #0E63DC;
    padding: 50px 0px 80px;
    position: relative;
}
.pag5
{
	display:none;
}
.pag5.cur
{
	display:block;
}
.pag5 .center
{
	position:relative;
	z-index:2;
}
.pag5 .center li
{
    padding: 10px;
    background: #fff;
    transform: scale(0.9);
    opacity:0.1;
    transition: all 1s;
}
.pag5 .center li.swiper-slide-active
{
    transform: scale(1);
	opacity:1;
}
.pag5 .ico
{
    position: relative;
    overflow: hidden;
    padding-top:50%;
    width: 100%;
    background: #fff;
    border-radius: 0px; 
}
.pag5 .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%;  
}
.pag5 .center li:hover .ico img
{
    transform: translate(-50%, -50%) scale(1.1);
}


.about-button
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.swiper-left
{
    font-size: 30px;
    color: #fff;
    font-family: DINCond-b;
    cursor: pointer;
    position: relative;
    left: 0px;
    transition: all 0.5s;
}
.swiper-left:hover
{
	position:relative;
	left:-10px;
}
.swiper-right
{
    font-size: 30px;
    color: #fff;
    font-family: DINCond-b;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    left: 0px;
}
.swiper-right:hover
{
	position:relative;
	left:10px;
}

.swiper-list
{
    width: auto;
    font-size: 20px;
    color: #fff;
    font-family: DINCond-b;
    margin: 0px 20px;
}
.entitle
{
    font-family: DINCond;
    font-size: 12vw;
    font-weight: normal;
    color: #0E63DC;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    line-height: 1em;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px;
    opacity: 0.1;
    z-index: 0;
}



/**pag6**/
.pag6 {
    width: 100%;
    overflow: hidden;
    padding: 100px 20px;
    background: url(../images/xwBg.jpg) no-repeat center;
    background-size: cover;
}

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

.pag6 ul {
    display: flex;
    background: #fff;
    padding: 40px 0px;
    overflow: hidden;
    margin-top: 20px;
}

.pag6 ul li {
    width: calc(100% / 3);
    padding: 0px 30px;
    border-right: 1px #eee solid;
}

.pag6 ul li:nth-last-of-type(1) {
    border-right: 0px #eee solid;
}

.pag6 ul li .title {
    font-size: 20px;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    min-height: 60px;
    transition: all 0.5s;
}

.pag6 ul li .more {

    font-size: 14px;

    color: #999;

    margin-top: 20px;

    display: inline-block;

    transition: all 0.5s;
}

.pag6 ul li .ico {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    width: 100%;
    background: #fff;
    margin-top: 30px;
}

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

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

.pag6 ul li:hover .title,
.pag6 ul li:hover .more {
    color:#0E63DC;
}

.pag6 ul li .date {
    background: url(../images/time.png) no-repeat left center;
    color: #0E63DC;
    padding-left: 20px;
}


/**pag7**/
.pag7 {
    padding: 100px 20px 80px;
    width: 100%;
    background: #F8F8F8;
    overflow: hidden;
}

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

.pag7 .center ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.pag7 .center ul li {
    width: calc((100% - 300px)/6);
    float: left;
    margin-right: 50px;
    margin: 25px 50px 25px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.051);
}

.pag7 .center ul li:nth-of-type(6n) {
    margin-right: 0px;
}

.pag7 .center ul li .ico {
    height: 109px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pag7 .center ul li .ico img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}