﻿.inFBox
{
    width: 100%;
    overflow: hidden;
}
.inFList
{
    width: 100%;
    height: 100%;
}
.inFItem
{
    width: 20%;
    height: 100%;
    border-right: 1px solid rgb(0 0 0/10%);
}
.inFTop
{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .48s;
}
.inFTop img
{
    width: 45px;
    opacity: .8;
}
.inFTbox
{
    width: 60%;
    margin-left: 20px;
    overflow: hidden;
    height: 150px;
}
.inFTop p
{
    font-size: 18px;
    line-height: 1;
    color: #666;
    margin-bottom: 10px;
    position: relative;
}
.inFText span
{
    display: block;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    color: #dbdbdb;
}
.inFItem .img1
{
    display: block;
}
.inFItem .img2
{
    display: none;
}
.inFText
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: 12px;
    line-height: 1.5;
    color: #dbdbdb;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}
.inFItem:hover .inFText
{
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.inFItem:hover
{
    background: #2d4de0;
}
.inFItem:hover
{
    background: #2d4de0;
}
.inFItem:hover .img2
{
    display: block;
}
.inFItem:hover .img1
{
    display: none;
}
.inFItem:hover .inFTop p
{
    color: #fff;
}
.inFItem:hover .inFText span
{
    font-size: 12px;
}
.inBan
{
    width: 100%;
    height: calc(100vh - 150px);
    overflow: hidden;
}
.inBan .swiper-container
{
    width: 100%;
    height: 100%;
    position: relative;
}
.inBan .image
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inBan .Tbox
{
    width: 84%;
    position: absolute;
    left: 8%;
    top: 60%;
    transform: translateY(-50%);
}
.INb_Y
{
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    font-family: "Montserrat";
    transform: translateY(100px);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    opacity: 0;
}
.INb_T
{
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 30px 0 70px;
    transform: translateY(100px);
    transition: all 1s .4s;
    -webkit-transition: all 1s .4s;
    -moz-transition: all 1s .4s;
    -ms-transition: all 1s .4s;
    -o-transition: all 1s .4s;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
}
.inBan .inBtn
{
    transform: translateY(80px);
    transition: all 1s .8s;
    -webkit-transition: all 1s .8s;
    -moz-transition: all 1s .8s;
    -ms-transition: all 1s .8s;
    -o-transition: all 1s .8s;
    opacity: 0;
}
.swiper-slide-active .INb_Y, .swiper-slide-active .INb_T, .inBan .swiper-slide-active .inBtn
{
    transform: translateY(0);
    opacity: 1;
}
.indown
{
    position: absolute;
    right: 50px;
    bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}
.indown .imgBox
{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.indown .imgBox::after
{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: -3px;
    bottom: -3px;
    border-radius: 50px;
    border: 1px solid rgb(247,248,249,.2);
    animation: dot2 2s linear infinite;
}
.indown .imgBox::before
{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    right: -3px;
    top: -3px;
    border-radius: 50px;
    border: 1px solid rgb(247,248,249,.2);
    animation: dot1 2s linear infinite;
}
.indown .imgBox img
{
    height: 40%;
}
.indown span
{
    font-size: 16px;
    line-height: 1;
    color: #eee;
    margin-top: 10px;
}
@keyframes dot1
{
    0%
    {
        right: -3px;
        top: -3px;
    }
    50%
    {
        right: -5px;
        top: -1px;
    }
    100%
    {
        right: -3px;
        top: -3px;
    }
}
@keyframes dot2
{
    0%
    {
        left: -3px;
        bottom: -3px;
    }
    50%
    {
        left: -5px;
        bottom: -1px;
    }
    100%
    {
        left: -3px;
        bottom: -3px;
    }
}
.inB_b
{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    animation: dot3 4s linear infinite;
    opacity: .6;
}
.inB_b img
{
    width: 50px;
}
@keyframes dot3
{
    0%
    {
        right: 50px;
    }
    50%
    {
        right: 30px;
    }
    100%
    {
        right: 50px;
    }
}
.inBan .swiper-pagination
{
    position: absolute;
    left: 8%;
    bottom: 10%;
    line-height: 1;
    z-index: 9;
    display: block!important;
    width: auto!important;
    font-size: 20px;
    color: #fff;
    opacity: .8;
    font-family: "Montserrat";
}
.inBan .swiper-pagination-current
{
    font-size: 48px;
    color: #fff;
    font-family: "Montserrat";
    line-height: 1;
}
.inBan .swiper-pagination-total
{
    font-size: 20px;
    color: #fff;
    font-family: "Montserrat";
    line-height: 1;
}
.inABox
{
    position: relative;
    height: calc(100vh - 90px);
}
.inABg
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.inABox::after
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(0 0 0/20%);
}
.inATBox
{
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.inALeft
{
    width: 40%;
}
.inAText
{
    font-size: 16px;
    margin: 50px 0 70px;
    color: #eee;
}
.inAList
{
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 6;
    background: rgb(0 0 0/60%);
}
.inAItem .icon
{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(255,255,255,.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.inAItem .icon img
{
    width: 50%;
}
.inAItem
{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid rgb(255,255,255,.2);
}
.inAItem p
{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.inAItem .num b
{
    font-family: "Montserrat";
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}
.inAItem .num span
{
    color: #fff;
    font-size: 16px;
}
.inABox .inner
{
    height: 100%;
}
.inPBox
{
    padding: 5% 0;
    position: relative;
    overflow: hidden;
    background: #f7f8f9;
}
.inPTop
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.inPFl
{
    display: flex;
    align-items: center;
}
.inPFl a
{
    font-size: 14px;
    line-height: 1;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    position: relative;
    border: 1px solid rgb(0,0,0,.2);
    border-radius: 30px;
}
.inPFl a.act
{
    background: #2d4de0;
    color: #fff;
}
.inPFl a.act:hover
{
    background: #2d4de0;
    color: #fff;
}
.inPFl a:hover
{
    color: #2d4de0;
    border: 1px solid rgb(45,77,224,.4);
}
.inPList
{
    display: flex;
    flex-wrap: wrap;
    display: none;
}
.inPList.act
{
    display: flex;
    flex-wrap: wrap;
}
.inPItem
{
    width: calc(33.3% - 20px);
    display: block;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 1px 10px rgb(0 0 0/5%);
    margin-right: 30px;
    display: flex;/* align-items: center; */
    justify-content: space-between;
    overflow: hidden;
    transition: all .48s;
}
.inPItem:hover
{
    box-shadow: 4px 4px 8px 0 rgb(55 99 170/15%),-4px -4px 8px 0 #fff;
}
.inPItem:hover .imgBox img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.inPItem:nth-child(3n)
{
    margin-right: 0;
}
.inR_swiper
{
    overflow: hidden;
}
.inRItem
{
    background: #fff;
    padding: 30px;
    height: auto;/* box-shadow:  0px 0px 10px rgba(0,0,0,.1); */
}
.inRItem .time
{
    font-size: 12px;
    font-family: "Montserrat";
    opacity: .6;
}
.inRItem p
{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.inRItem .imgBox
{
    width: 100%;
    margin-top: 30px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inRItem .imgBox img
{
    width: 80%;
    height: 80%;
    object-fit: contain;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
.inRItem:hover .imgBox img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.inRItem:hover p
{
    color: #2d4de0;
}/* .inRItem:hover {
    box-shadow: 0 4px 8px 0 rgb(3 27 78 / 12%);
    transform: translateY(-0.25rem);
} */
.inRTit
{
    position: relative;
    text-align: center;
}
.inRTit::after
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    background-image: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(#e4e4e4),color-stop(#fff),color-stop(#e4e4e4),to(#fff));
    background-image: linear-gradient(90deg,#fff,#e4e4e4,#fff,#e4e4e4,#fff);
}
.inRTit span
{
    font-size: 20px;
    color: #aaa;
    text-align: center;
    background: #f7f8f9;
    display: inline-block;
    position: relative;
    z-index: 9;
    padding: 0 20px;
}
.inRBon
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.inRBon::after
{
    width: 100%;
    height: 1px;
    background: #2d4de0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}
.inRBon span
{
    font-size: 16px;
    color: #2d4de0;
    margin-right: 10px;
}
.inRBon img
{
    width: 15px;
}
.inRBonB
{
    text-align: center;
}
.inRBtn
{
    margin-top: 50px;
}
.inRItem2 .imgBox
{
    width: 200px;/* background: #fff; */
}
.inRItem2 .Tbox
{
    width: calc(100% - 200px);
}
.inCBox
{
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-image: url(keywords.png);
    position: relative;
    padding: 80px 0;
    background-color: #f7f8f9;
}
.inCBox .ying
{
    font-size: 160px;
    line-height: 1;
    letter-spacing: 5px;
    color: transparent;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-text-stroke: .5px rgba(0,0,0,.15);
    position: absolute;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    z-index: 9;
}
.inCBox .Tbox
{
    width: 40%;
    margin-left: 40%;
    position: relative;
    z-index: 9;
    padding: 30px 0 0;
}
.inCList
{
    position: relative;
}
.inCItem
{
    padding: 30px 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgb(0,0,0,.1);
    position: relative;
    width: 100%;
}
.inCItem::after
{
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #2d4de0;
    transition: all .48s;
}
.inCItem .icon
{
    width: 30px;
    opacity: .8;
}
.inCItem .icon1
{
    display: block;
}
.inCItem .icon2
{
    display: none;
}
.inCItem .jt
{
    width: 18px;
    opacity: .6;
}
.inCItem .jt1
{
    display: block;
}
.inCItem .jt2
{
    display: none;
}
.inCItem .textBox
{
    width: calc(100% - 100px);
}
.inCItem .textBox span
{
    font-size: 14px;
    line-height: 1;
    color: #aaa;
}
.inCItem .textBox p
{
    font-size: 22px;
    color: #333;
    line-height: 1;
    letter-spacing: 1px;
}
.inCItem.act .icon1
{
    display: none;
}
.inCItem.act .icon2
{
    display: block;
}
.inCItem.act .jt1
{
    display: none;
}
.inCItem.act .jt2
{
    display: block;
}
.inCItem.act .textBox p
{
    color: #2d4de0;
}
.inCItem.act:after
{
    width: 100%;
}
.inCItem:last-child
{
    padding-bottom: 0;
}
.inCBox .imgbox
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.inCBox .item
{
    width: 100%;
    height: 100%;
    transition: all 1s;
    transform: translateY(150px);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.inCBox .item.act
{
    transform: translateY(0);
    opacity: 1;
    z-index: 5;
}
.inCBox .item .img1
{
    width: 33%;
    height: 80%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 80px;
}
.inCBox .item .img2
{
    width: 14%;
    height: 50%;
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 50px;
}
.inNBox
{
    position: relative;
    background: #fff;
}
.inNTop
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.inNFBox
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.inNFleft
{
    width: 45%;
}
.inNFItem
{
    position: relative;
    border: 1px solid rgb(0,0,0,.1);
}
.inNFItem .imgBox
{
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.inNFItem .imgBox img
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.inN_Swiper
{
    overflow: hidden;
}
.inNFItem .Tbox
{
    width: 100%;
    padding: 30px;/* background: rgb(45, 77, 224,.6); */
}
.inNFItem .icon
{
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    background: #2d4de0;
    padding: 8px 20px;
    border-radius: 30px;
}
.inNFItem .tit
{
    font-size: 24px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.inNFItem .text
{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.inNFItem .text
{
    font-size: 16px;
}
.inNFItem .time
{
    font-size: 12px;
    opacity: .6;
    font-family: "Montserrat";
}
.inNFBox::after
{
    width: 1px;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 5%;
    content: '';
    background: rgb(0 0 0/5%);
}
.inNrig
{
    width: 43%;
}
.inNrig .tit
{
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: 600;
}
.inNRItem
{
    padding: 15px 0 20px;
    border-bottom: 1px solid rgb(0 0 0/10%);
    position: relative;
    display: block;
}
.inNrig .imgBox
{
    width: 100%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}/* .inNrig .imgBox::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(46, 79, 224,.3);
    content: '';
} */
.inNrig .imgBox img
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
.inNRItem:hover .imgBox img
{
    transform: scale(1.05);
}
.inNRItem .time
{
    font-size: 12px;
    font-family: "Montserrat";
    opacity: .5;
    line-height: 1;
    margin: 8px 0 15px 0;
}
.inNRItem .text
{
    font-size: 19px;
    line-height: 28px;
    height: 56px;/* line-height: 1.5; */
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inNRItem:hover .text
{
    color: #2d4de0;
}
.inN_pagination
{
    position: relative;
    left: auto;
    bottom: auto;
    display: flex;
    justify-content: center;
}
.inN_pagination .swiper-pagination-bullet
{
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-radius: 50%;
    background: #333;
    opacity: .2;
    display: block!important;
}
.inN_pagination .swiper-pagination-bullet-active
{
    background: #2d4de0;
    opacity: 1;
}
.inNBox .inBtn
{
    margin: 50px auto;
}/* 产品 */
.byTBox
{
    position: relative;
}
.proTItem
{
    margin-bottom: 50px;
}
.proTop
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 50px 0;
    border-bottom: 1px solid #eee;
}
.proList
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 70px;
}
.proItem
{
    width: calc(33.3% - 20px);
    display: block;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 1px 10px rgb(0 0 0/5%);
    margin-right: 30px;
    overflow: hidden;
    transition: all .48s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
.proItem:nth-child(3n)
{
    margin-right: 0;
}
.proItemB
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.proItemB .imgBox
{
    width: 150px;
    position: relative;
    background: rgb(45,77,224,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}
.proItemB .imgBox img
{
    width: 70%;
    height: 70%;
    object-fit: contain;
    transition: all .48s;
    -webkit-transition: all .48s;
    -moz-transition: all .48s;
    -ms-transition: all .48s;
    -o-transition: all .48s;
}
.proItemB .TBox
{
    width: calc(100% - 150px);
    padding: 20px 30px;
}
.proItemB .tit
{
    font-size: 14px;
    color: #999;
    color: #2d4de0;
    transition: all .48s;
}
.proItemB .text
{
    transition: all .48s;
    font-size: 20px;
    color: #666;
}
.proItemB p
{
    display: flex;
    align-self: center;
    margin-top: 15px;
}
.proItemB span
{
    color: #fff;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    margin-right: 5px;
}
.proItem span:nth-child(1)
{
    background: #a30083;
}
.proItem span:nth-child(2)
{
    background: #2d4de0;
}
.proItem span:nth-child(3)
{
    background: #28a745;
}
.inPItem:hover .proItemB .text
{
    color: #2d4de0;
}
.proItem:hover
{
    box-shadow: 5px 5px 10px 0 rgb(55 99 170/15%),-5px -5px 10px 0 #fff;
}
.proItem:hover .imgBox img
{
    transform: scale(1.1);
}
.inPBtn
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.inPBtn a
{
    margin: 0 10px;
}
@media(max-width: 1600px)
{
    .INb_Y
    {
        font-size: 66px;
    }
    .inAItem .num b
    {
        font-size: 52px;
    }
    .inNRItem .text
    {
        font-size: 17px;
    }
    .inCItem .textBox p
    {
        font-size: 20px;
    }
    .inPFl a
    {
        font-size: 12px;
    }
    .inRTit span
    {
        font-size: 18px;
    }
}
@media(max-width: 1480px)
{
    .proItemB .tit
    {
        font-size: 12px;
    }
    .inAItem .num b
    {
        font-size: 48px;
    }
    .inBan .swiper-pagination
    {
        border-bottom: 15%;
    }
    .inCBox .ying
    {
        font-size: 135px;
    }
    .inCItem .jt
    {
        width: 15px;
    }
    .proItemB .imgBox
    {
        width: 130px;
        min-height: 130px;
    }
    .proItemB .TBox
    {
        width: calc(100% - 120px);
        padding: 20px 15px;
    }
    .proItemB .text
    {
        font-size: 18px;
    }
    .inAItem
    {
        padding: 30px 0;
    }
    .inFTbox
    {
        width: 65%;
    }
    .inFTop img
    {
        width: 40px;
    }
}
@media(max-width: 1368px)
{
    .inBan .swiper-pagination-total, .inBan .swiper-pagination
    {
        font-size: 18px;
    }
    .inBan .Tbox
    {
        top: 45%;
    }
    .INb_Y
    {
        font-size: 56px;
    }
    .inBan .swiper-pagination-current
    {
        font-size: 42px;
    }
    .inCBox .ying
    {
        font-size: 120px;
    }
    .inCItem .icon
    {
        width: 25px;
    }
    .inNItem .tit
    {
        font-size: 16px;
        height: 50px;
    }
    .proItemB .TBox
    {
        padding: 20px 15px;
    }
    .inRItem p
    {
        font-size: 18px;
    }
    .inNrig .tit
    {
        font-size: 20px;
    }
    .inAItem .icon
    {
        width: 60px;
        height: 60px;
    }
    .inAText
    {
        margin: 30px 0 50px;
    }
    .INb_T
    {
        font-size: 20px;
    }
    .inFItem
    {
        width: 25%;
    }
}
@media(max-width: 1200px)
{
    .FdCon .ewmBox .icon img
    {
        width: 80px;
    }
    .INb_Y
    {
        font-size: 48px;
    }
    .inCBox .ying
    {
        font-size: 110px;
    }
    .inRBon span
    {
        font-size: 14px;
    }
    .inRItem p
    {
        font-size: 16px;
    }
    .inRItem .imgBox
    {
        height: 250px;
    }
    .inPItem, .proItem
    {
        width: calc(50% - 15px);
        margin-right: 30px;
    }
    .inPItem:nth-child(3n), .proItem:nth-child(3n)
    {
        margin-right: 30px;
    }
    .inPItem:nth-child(2n), .proItem:nth-child(2n)
    {
        margin-right: 0;
    }
    .inAItem .icon
    {
        width: 55px;
        height: 55px;
    }
    .inAItem p
    {
        font-size: 16px;
    }
    .inAItem .num b
    {
        font-size: 42px;
    }
    .inABox
    {
        height: auto;
    }
}
@media(max-width: 1024px)
{
    .inFItem
    {
        width: 30%;
    }
    .inNRItem .text
    {
        font-size: 15px;
    }
    .INb_Y
    {
        font-size: 44px;
    }
    .INb_T
    {
        font-size: 20px;
    }
    .inBan .swiper-pagination-current
    {
        font-size: 36px;
    }
    .inBan .swiper-pagination-total, .inBan .swiper-pagination
    {
        font-size: 16px;
    }
    .inRTit span
    {
        font-size: 16px;
    }
    .inCBox .ying
    {
        font-size: 95px;
    }
    .inCItem .textBox
    {
        width: calc(100% - 70px);
    }
    .inCItem .icon
    {
        width: 20px;
    }
    .inCItem .textBox p
    {
        font-size: 16px;
    }
    .inCItem
    {
        padding: 25px 0;
    }
    .inCItem .jt
    {
        width: 12px;
    }
    .inPFl
    {
        width: 100%;
        margin-top: 50px;
    }
    .inPFl a
    {
        margin: 0 20px 0 0;
    }
    .inBan
    {
        height: 600px;
        position: relative;
    }
    .inB_b img
    {
        width: 40px;
    }
    .inPFl a
    {
        padding: 8px 25px;
        margin-right: 10px;
    }
    .proItemB .imgBox
    {
        width: 100px;
    }
    .proItemB .TBox
    {
        width: calc(100% - 100px);
    }
    .inBtn
    {
        width: 150px;
        height: 40px;
        padding: 0 15px;
    }
    .inRItem .imgBox img
    {
        height: 100%;
        width: 100%;
    }
    .inAText
    {
        font-size: 15px;
    }
}
@media(max-width: 900px)
{
    .inNrig .tit
    {
        color: #2d4de0;
    }
    .inCBox
    {
        padding: 50px 0;
    }
    .inNFBox
    {
        margin-top: 0;
    }
    .inNrig
    {
        width: 100%;
        margin-top: 50px;
    }
    .INb_Y
    {
        font-size: 36px;
    }
    .INb_T
    {
        font-size: 18px;
    }
    .inBan .swiper-pagination-current
    {
        font-size: 32px;
    }
    .inCBox .ying
    {
        font-size: 70px;
    }
    .inALeft
    {
        width: 100%;
        padding: 50px 0;
    }
    .inAList
    {
        width: 100%;
        padding: 0;
        position: relative;
        right: 0;
        top: auto;
        z-index: 6;
        background: rgb(0 0 0/60%);
        bottom: 0;
    }
    .inABox
    {
        padding: 0;
    }
    .inAItem
    {
        width: 90%;
        padding: 20px 0;
    }
    .inFItem
    {
        width: 40%;
    }
    .inNFBox::after
    {
        width: 0;
    }
}
@media(max-width: 768px)
{
    .inCBox .ying
    {
        font-size: 60px;
    }
    .inCBox .Tbox
    {
        width: 90%;
        margin-left: 5%;
    }
    .inCBox .imgbox
    {
        position: relative;
        padding-top: 45%;
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .inCBox .item
    {
        position: absolute;
        left: 0;
        top: 0;
    }
    .inCBox .item .img2
    {
        display: none;
    }
    .inCBox .item .img1
    {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .INb_Y
    {
        font-size: 32px;
    }
    .INb_T
    {
        font-size: 16px;
    }
    .inBan .swiper-pagination-current
    {
        font-size: 28px;
    }
    .inBan .swiper-pagination-total, .inBan .swiper-pagination
    {
        font-size: 14px;
    }
    .inPFl
    {
        flex-wrap: wrap;
    }
    .inPFl a
    {
        padding: 8px 20px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .proTop
    {
        flex-wrap: wrap;
    }
    .proTop .inTit
    {
        width: 100%;
        margin-bottom: 30px;
    }
    .inBtn
    {
        width: 130px;
        height: 36px;
        padding: 0 15px;
    }
    .inAText
    {
        font-size: 14px;
    }
    .inAItem .icon
    {
        width: 50px;
        height: 50px;
    }
    .inAItem .num b
    {
        font-size: 36px;
    }
    .inFItem
    {
        width: 60%;
    }
}
@media(max-width: 680px)
{
    .inPItem, .proItem
    {
        width: 100%!important;
        margin-right: 0!important;
    }
    .inPItem:nth-of-type(n+9)
    {
        display: none;
    }
    .inAItem p
    {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
@media(max-width: 500px)
{
    .inFItem
    {
        width: 70%;
    }
    .inCBox .ying
    {
        font-size: 45px;
    }
    .inAItem .num span
    {
        color: #fff;
        font-size: 12px;
    }
    .inPFl
    {
        margin-top: 30px;
    }
    .INb_Y
    {
        font-size: 24px;
    }
    .INb_T
    {
        font-size: 13px;
    }
    .inBan
    {
        height: 500px;
    }
}
