/* 分页 */
.pages{ margin-top:20px; margin-bottom:20px; text-align:center;font-size:13px;}
.pages a{border: 1px solid #ccc;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #fff;text-decoration:none;color:#999;}
.pages a:hover{border:1px solid #3c3a7d; background-color:#3c3a7d; color:#fff;}
.pages span{border: 1px solid #3c3a7d;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #c8d8f2;color: #3c3a7d;}

/* 产品编号 */
.index_area {
    background: url(../img/6-cb4b2294.jpg) no-repeat;
    background-size: cover
}

.index_area .ea_1 .desc {
    padding-left: 27rem;
    color: #666e80;
    line-height: 20px;
    flex: 1;
}

.index_area .ea_2 {
    margin-top: 5rem;
    position: relative;
    --height: 34px
}

.index_area .ea_2 .le_box {
    z-index: 2;
    min-width: 2.7rem;
    max-width: 28rem;
    position: absolute;
    left: 0;
    top: 56%;
    transform: translateY(-50%);
    display: grid;
    gap: .12rem;
    border-left: 1px solid rgba(80,88,109,.1)
}

.index_area .ea_2 .le_box .item {
    cursor: pointer;
    line-height: var(--height);
    position: relative;
    padding-left: .3rem;
    margin-bottom: .7rem;
}

.index_area .ea_2 .le_box .item .svg {
    width: 2rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.index_area .ea_2 .le_box .item .svg img {
    max-width: 100%
}

.index_area .ea_2 .le_box .item .text {
    flex: 1;
    transition: .4s;
    padding-left: 1.4rem;
    color: #1e2d45b3
}

.index_area .ea_2 .le_box .item:before {
    transition: .4s;
    opacity: 0;
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background: #005da8
}

.index_area .ea_2 .le_box .item.active .text {
    color: #000000
}

.index_area .ea_2 .le_box .item.active:before {
    opacity: 1
}

.index_area .ea_2 .ri_box .item {
    position: relative;
    display: none
}

.index_area .ea_2 .ri_box .item .em_img {
    width: 100%;
    text-align: center
}

.index_area .ea_2 .ri_box .item .em_img p {
    margin-top: .2rem;
    color: #1e2d45;
    margin-bottom: .74rem
}

.index_area .ea_2 .ri_box .item .em_img img {
    width: 64%;
    margin-top: 5rem;
}

.index_area .ea_2 .ri_box .item .post {
    position: absolute;
    right: 0;
    top: 0
}

.index_area .ea_2 .ri_box .item.active {
    display: block
}
.w1600 {
    padding: 0 1.5rem
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}
.pu_text span {
    font-weight: bold;
}

.pu_text p {
    margin-top: 0.5rem;
    color: #404a89;
}
.pu_text a{
    color: #404a89;
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.breadnav a{
    color: #666666;
}
.p50 {
    padding-top: 50px;
}
.p30 {
    padding-top: 30px;
}
.p60 {
    padding-top: 60px;
}
.p90_{
    padding-bottom: 90px;
}

.p50_ {
    padding-bottom: 50px
}

.p100 {
    padding-top: 100px
}

.p100_ {
    padding-bottom: 100px
}

.f88 {
    font-size: 88px
}

.f72 {
    font-size: 72px
}

.f60 {
    font-size: 60p
}

.f54 {
    font-size: 54px
}

.f48 {
    font-size: 48px
}

.f36 {
    font-size: 36px
}

.f30 {
    font-size: 30px
}
.f26 {
  font-size: 28px;
}
.f24 {
    font-size: 24px
}
.f26 {
  font-size: 26px;
}
.f22 {
  font-size: 22px;
}
.f20 {
    font-size: 20px
}
.f18 {
    font-size: 18px
}
.f16 {
    font-size: 16px
}
.f14 {
    font-size: 14px
}
.f12 {
    font-size: 12px
}
.f10 {
    font-size: 10px
}
.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.js {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pu_link {
    display: inline-block
}

.pu_link a {
    transition: .4s;
    cursor: pointer;
    padding: 0 2.5rem;
    display: flex;
    align-items: center;
    height: 3.6rem;
    border: 1px solid #005da8;
    color: #005da8;
    border-radius: 2rem
}

.pu_link a span {
    margin-right: 2rem;
    color: #005da8;
}

.pu_link a svg {
    transition: .4s;
    transform: rotate(-45deg)
}

.pu_link a svg path {
    transition: .4s
}

.pu_link a:hover {
    background: #005da8;
    color: #fff
}
.pu_link a:hover span{
    color: #fff
}

.pu_link a:hover svg {
    transform: rotate(0)
}

.pu_link a:hover svg path {
    fill: #fff
}

.pu_link.white a {
    border: 1px solid #fff;
    color: #fff
}

.pu_link.white a svg path {
    fill: #fff
}

.pu_link.white a:hover {
    background: #fff;
    color: #005da8
}

.pu_link.white a:hover svg path {
    fill: #005da8
}
/* 产品编号-移动端 */
@media (max-width: 1200px) {
    .index_area {
        padding-bottom: 60px;
    }
    .index_area .ri_box{
        margin-top: 25px;
    }
    .index_area .ea_1 .desc {
        margin-top: 10px;
        flex: auto;
        padding-left: 0;
    }
    .index_area .ea_2 .le_box .item {
        padding-left: 0;
        line-height: 20px;
    }
    .index_area .ea_2 .le_box {
        position: initial;
        transform: translateY(0);
        grid-template-columns: repeat(2, 1fr);
    }
    .index_area .ea_2{
        margin-top: 30px;
    }
    .index_area .ea_2 .le_box .item .text{
        padding-left: 10px;
        font-size: 14px;
    }
    .index_area .ea_2 .ri_box .item .em_img {
        text-align: left;
    }
    .index_area .ea_2 .ri_box .item .em_img img{
        width: 100%;
    }
    .index_news .df{
        flex-wrap: nowrap;
    }
}

/* 新闻 */
.index_news {
    
}

.index_news .ws_2 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.index_news .ws_2 .swiper{
    overflow-x: hidden;
    padding-bottom: 30px;
}

.index_news .ws_2 .pu_point {
    margin-top: 3rem
}
.pu_item {
    background: #fff;
    cursor: pointer;
    box-shadow: 0 1px 30px #00000014
}

.pu_item .de_img {
    width: 100%;
    overflow: hidden
}

.pu_item .de_img img {
    transition: .4s;
    width: 100%
}

.pu_item .de_content {
    padding: 1rem 1.5rem 2rem;
}

.pu_item .de_content .t1 span {
    color: #005da8
}

.pu_item .de_content .t1 p {
    transition: .4s;
    margin-top: .5rem;
    color: #000;
    line-height: 1.5rem;
    height: 64px;
}

.pu_item .de_content .t2 {
    margin-top: 1.5rem;
}

.pu_item .de_content .t2 .time {
    color: #999;
    font-family: GilroyRegular
}

.pu_item .de_content .t2 .btn {
    transition: .4s;
    width: 30px;
    height: 30px;
    border: 1px solid #005da8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.pu_item .de_content .t2 .btn svg {
    transition: .4s;
    transform: rotate(-45deg)
}

.pu_item .de_content .t2 .btn svg path {
    transition: .4s
}

.pu_item:hover .de_img img {
    transform: scale(1.05)
}

.pu_item:hover .de_content .t1 p {
    color: #005da8
}

.pu_item:hover .de_content .t2 .btn {
    background: #005da8
}

.pu_item:hover .de_content .t2 .btn svg {
    transform: rotate(0)
}

.pu_item:hover .de_content .t2 .btn svg path {
    fill: #fff
}

/* PC导航下来包 */
.down_list {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transition: 200ms ease-in-out;
    transform: scaleY(0);
    background: #fff url('../img/7.png') no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
            box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
    line-height: normal;
}
.down_list .list_box {
    padding: 2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.down_list  .ul {
    width: 19rem;
    padding-left: 1.5rem;
    border-right: 1px solid #ccc;
}
.down_list  .ul:last-child{
    border-right: none;
}
.down_list  .ul .li{
    margin-bottom: 5px;
}
.down_list  .ul .li:last-child {
    margin-bottom: 0;
}
.down_list  .ul a{
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #000;
    font-size: 15px;
}
.down_list .ul .li a:hover{
    color: #4279de;
}

.bg {
    background: #eff5ff;
    padding: 10px 0 100px;
}
.bg .pu_secondary .tion {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-bottom: 70px;
    justify-content: center;
}
.bg  .pu_secondary .tion p {
    margin-right: 2.5%;
    white-space: nowrap;
}
.bg  .pu_secondary .tion p.active a, .pu_secondary .tion p:hover a {
    color: #4279de;
}
.bg  .pu_secondary .tion p a {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #000;
}
.Product_Container {
    margin-top: 0.84rem;
}
.Product_Container .box .boxLeft {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.Product_Container .box .boxRight {
    width: 800px;
}
.Product_Container .box .boxRight p {
    overflow: hidden;
}
.Product_Container .box .boxRight p img {
    width: 100%;
    border: 1px solid #ddd;
}
.Product_Container .box .boxLeft .content2 {
    line-height: 0.28rem;
    margin-top: 0.42rem;
}
.Product_Container .box .boxLeft .content3 {
    margin-top: 0.7rem;
}
.pu_link {
    display: inline-block;
}
.pu_aside.active {
    top: 50%;
    opacity: 1;
}
.pu_aside {
    z-index: 5;
    position: fixed;
    right: 1.2vw;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top 0.6s, opacity 0.4s;
    -o-transition: top 0.6s, opacity 0.4s;
    transition: top 0.6s, opacity 0.4s;
}
.pu_aside .de_box {
    display: grid;
    gap: 5px;
}
.pu_aside .de_box .item {
    position: relative;
    cursor: pointer;
}
.pu_aside .de_box .item .em_svg a {
    width: 55px;
    height: 55px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #004ea2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pu_aside .de_box .item .em_svg a img {
    margin: auto;
    max-width: 28px;
}
.pu_aside .de_box .item .em_post {
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    right: 140%;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
}
.pu_aside .de_box .item .em_post::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #ef9525;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.pu_aside .de_box .item .em_post .code {
    padding: 5px;
    background: #ef9525;
    width: 100px;
}
.pu_aside .de_box .item .em_post .code img {
    
}
.pu_aside .de_box .item {
    position: relative;
    cursor: pointer;
}
.pu_aside .de_box .item .em_svg a img {
    margin: auto;
    max-width: 28px;
}
.pu_aside .de_box .item:hover .em_post {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}
.pu_aside .de_box .item .em_post::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid #ef9525;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
}
.pu_aside .de_box .item .em_post a {
    color: #fff;
    background: #ef9525;
    white-space: nowrap;
    padding: 5px;
    line-height: 55px;
}
.dis-line{
    height:82px;
}
@media (max-width: 750px) {
    .pu_aside{display: none;}
    .dis-line{height:0;}
    .pu_secondary .tion{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .Product_Container .box .boxLeft{
        margin-bottom: 40px;
    }
}
.breadnav {
    margin-top: 16px;
    margin-bottom: 16px;
}
.productInformation{
    padding-top: 66px;
}
.information_details{
    margin-top: 50px;
}