.slide:hover .swiper-button-prev {
    opacity: 1 !important;
    transition: all 0.5s;
}

.slide:hover .swiper-button-next {
    opacity: 1;
    transition: all 0.5s;
}


header .slide .word .title {
    font-size: 64px;
}

header .slide .word .desc {
    width: 100%;
    font-size: 24px;
    font-family: 'SYHT-R';
    color: #FFFFFF;
    letter-spacing: 2px;
    letter-spacing: 12px;
    margin-top: 10px;
    line-height: 2;
}

.desc>br {
    /* display: none; */
}

.new {
    background: #FAFAFA;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.new-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.new .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.new .top .tab {
    font-size: 20px;
    font-family: 'SYHT-R';
    color: #444;
}

.new .top .tab.mo{
	display: none;
}

.new .top .tab span,
.new .top .tab a {
    position: relative;
    margin: 0 20px;
    cursor: pointer;
	color: #333333;
}

.new .top .tab span.tab-active,
.new .top .tab a.tab-active {
    color: #00499F;
}

.new .top .tab span.tab-active::after,
.new .top .tab a.tab-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #D7001D;
}

.new .new_content {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.new_content>div {
    cursor: pointer;
}

.new .new_content .left {
    width: 32%;
    background-color: #FFFFFF;
    box-shadow: 0px 20px 30px 0px rgba(0, 45, 97, 0.1);
}

.new .new_content .left .img {
    position: relative;
    background: #FAFAFA;
    width: 100%;
}

.new .new_content .left .img img {
    width: 100%;
    height: 100%;
    display: block;
    /* transform: scale(0); */

}

.new .new_content .left .img .time {
    background: rgba(0, 73, 159, 0.9);
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 5px 9px;
    box-sizing: border-box;
    transition: all 1s;
}

.new .new_content .left .img .time p:nth-child(1) {
    font-size: 14px;
    font-family: 'DINEng';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.new .new_content .left .img .time p:nth-child(2) {
    font-size: 48px;
    font-family: 'arial';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}

.new .new_content .left .bottom {
    padding: 41px 31px 31px;
    box-sizing: border-box;
}

.new .new_content .left .bottom .new_title {
    font-size: 20px;
    font-family: 'SYHT-R';
    color: #222222;
    transition: all 1s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new .new_content .left .bottom .new_desc {
    font-size: 14px;
    font-family: 'SYHT-R';
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 23px;
    line-height: 1.8;
    text-align: justify;
    min-height: 76px;
}

.new .new_content .left .bottom .more {
    font-size: 16px;
    font-family: 'SYHT-R';
    color: #D7001D;
    border-bottom: 1px solid #D7001D;
    width: fit-content;
    margin-top: 38px;
    width: 26%;
    transition: all 2s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new .new_content .left:hover .bottom .more {
    /* width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation-name: more;
    animation-duration: 2s; */
    transition: all 2s;
    width: 100%;
}

.new .new_content .left:hover .time {
    background-color: #D7001D !important;
}

.new .new_content .left:hover .new_title {
    color: #00499F;
}

.new .new_content .left:hover .bottom .more span {
    display: block;
}

.new .new_content .right {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new .new_content .right .one {
    border-bottom: 1px solid #CCCCCC;
    margin: 32px auto 0;
    /* opacity: 0; */
    /* position: relative; */
}

/* .new .new_content .right .one::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -15%;
} */
/* .one1{
    width: 80%;
}
.one2{
    width: 60%;
}
.one3{
    width: 50%;
} */

.new .new_content .right .one:nth-child(1) {
    margin: 0 auto 0;
}

.new .new_content .right .one .good {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
}

.new .new_content .right .one .good .time {
    background: #00499F;
    opacity: 0.9;
    padding: 5px 9px;
    box-sizing: border-box;
}

.new .new_content .right .one .good .time p:nth-child(1) {
    font-size: 14px;
    font-family: 'arial';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}

.new .new_content .right .one .good .time p:nth-child(2) {
    font-size: 48px;
    font-family: 'arial';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;
}

.new .new_content .right .one .good .desc {
    width: 78%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new .new_content .right .one .good .desc span {
    font-size: 18px;
    font-family: 'SRHT-R';
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new .new_content .right .one .good .desc p {
    font-size: 16px;
    font-family: 'SRHT-R';
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.new .new_content .right .one .icon {
    font-size: 16px;
    font-family: 'SRHT-R';
    color: #D7001D;
    text-align: right;
    margin-top: 9px;
}

.new .new_content .right .one .line {
    background-color: red;
    height: 1px;
    width: 0%;
    transition: all 2s;
}

.new .new_content .right .one:hover .line {
    /* -webkit-animation: 'line' 2s ease-in-out 0s 1 alternate forwards; */
    transition: all 2s;
    width: 100%;
}

/* @keyframes line {
    0% {
        width: 0;
        /* background-color: #CCCCCC; */
/* }

    100% {
        width: 100%;
        background-color: red;
    } */
/* } */

.new .new_content .right .one:hover .good .desc,
.new .new_content .right .one:hover .good .desc span {
    color: #00499F;
    transition: all .5s;
}

.new .new_content .right .one:hover .good .time {
    background-color: #D7001D;
    transition: all .5s;
}

.new .box>div {
    display: none;
}

.new .box>div:first-child {
    display: block;
}

.all-left {
    display: contents;
}


.company {
    text-align: center;
}



.company .desc {
    font-size: 18px;
    font-family: 'SYHT-R';
    color: #444444;
    line-height: 36px;
    width: 55%;
    margin-top: 37px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.company .map {
    /* width: 80%; */
    height: 750px;
    display: flex;
    margin: 200px auto 0;
    transform: scale(0.9);
}

.company .map .chart {
    flex: 1;
}

.company .map .geo {
    width: 100%;
    height: 100%;
}

.company .more {
    display: inline-block;
    padding: 10px 35px;
    font-size: 16px;
    font-family: 'SRHT-R';
    color: #FFFFFF;
    background: #D7001D;
    box-shadow: 0px 20px 30px 0px rgba(215, 0, 29, 0.2);
    border-radius: 23px;
    margin: -45px auto;
    text-align: center;
    transform: translateY(0px);
    transition: all .3s;
    cursor: pointer;
}

.company .more:hover {
    transform: translateY(-10px);
    transition: all .3s;
}


.focus .title {
    font-size: 45px;
    font-family: 'SYHT-M';
    color: #111111;
    text-align: center;
}

.focus .eng {
    font-size: 24px;
    font-family: 'DINEng';
    font-weight: 400;
    color: #888888;
    text-align: center;
    text-transform: uppercase;
}

.focus .focus_box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    margin-top: 76px;
    cursor: pointer;
}

.focus .focus_box img {
    margin: 0 auto;
    transform: translateY(0px);
    transition: all .3s;
    cursor: pointer;
    width: 100%;
}

.e-government:hover img {
    transform: translateY(-10px);
    transition: all .3s;
}

.focus .focus_box .name {
    font-size: 18px;
    font-family: 'SYHT-R';
    color: #222222;
    text-align: center;
    position: relative;
    margin-top: -22px;
}

.focus .focus_box .name::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: #D7001D;
}

.case {
    /* background: url(../images/case_bg.png) no-repeat center bottom; */
    background-size: 100% 50%;
    /*padding-top: 485px;*/
    /* padding-bottom: 100px; */
    position: relative;
}

.case-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    /*overflow: hidden;*/
    height: 422px;
}

.case-bg img {
    width: 100%;
    transform: translateX(0%);
    height: 100%;
    /* display: block; */
}

.case-dis {
    padding-bottom: 100px;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*z-index: 9;*/
}

.case .title {
    font-size: 45px;
    font-family: 'SYHT-M';
    color: #111111;
    line-height: 40px;
    text-align: center;
}

.case .eng {
    font-size: 24px;
    font-family: 'DINEng';
    font-weight: 400;
    color: #888888;
    text-align: center;
    margin-top: 19px;
    text-transform: uppercase;
}

.case .listBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
}

.case .listBox a {
    display: block;
    text-decoration: none;
    width: 30%;
    box-shadow: 0px 30px 30px 0px rgba(3, 35, 76, 0.4);
    overflow: hidden;
}

.case .listBox a .num .img {
    overflow: hidden;
    background: #FAFAFA;
}

.case .listBox a .num img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s;
}

.case .listBox a .num:hover img {
    transform: scale(1.1) !important;
    transition: all .3s !important;
}

.case .listBox a .num .bottom {
    background-color: #fff;
    padding: 47px 0;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
}

.case .listBox a .num .bottom .list_title {
    font-size: 28px;
    font-family: 'SYHT-M';
    color: #333333;
}

.case .listBox a .num .bottom .list_desc {
    font-size: 20px;
    font-family: 'SYHT-R';
    color: #666666;
    margin-top: 23px;
}

.listBox a:last-child {
    display: none;
}

.case .more {
    background: #D7001D;
    box-shadow: 0px 20px 30px 0px rgba(215, 0, 29, 0.2);
    border-radius: 29px;
    text-align: center;
    margin: 70px auto 0;
    font-size: 19px;
    font-family: 'SYHT-R';
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 8px 40px;
    margin-left: 50%;
    transform: translate(-50%, 0);
    transition: all .3s;
}

.case .more:hover {
    transform: translate(-50%, -10px);
    transition: all .3s;
}

.authentication {
    margin-top: 149px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-bottom: 100px;
}

.authentication .left {
    width: 33%;
    padding-top: 45px;
}

.authentication .left .title {
    font-size: 45px;
    font-family: 'SYHT-M';
    color: #111111;
}

.authentication .left .eng {
    font-size: 24px;
    font-family: 'DINEng';
    font-weight: 400;
    color: #888888;
    margin-top: 18px;
    text-transform: uppercase;
}

.authentication .left .img {
    width: 100%;
    /* margin-top: 47px; */
    /* transform: translateY(100%); */
    width: 365px;
    height: 249px;
    position: absolute;
    bottom: 0;
}

.authentication .left .img img {
    width: 95%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.authentication .authenticationBox {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    width: 60%;
    min-height: 380px;
}

.authentication .authenticationBox .item {
    width: 18%;
}

.authentication .authenticationBox.Boxx .item {
    display: none;
}


.authentication .authenticationBox .item.hasChild {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.authentication .authenticationBox .item.hasChild .vpn {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    height: 160px;
    margin-right: 2%;
}

.authentication .authenticationBox .item.hasChild .vpn:last-child {
    margin-right: 0;
}

.authentication .authenticationBox .vpn-parent a .desc {
    margin-top: 10px !important;
}

.authentication .authenticationBox .item.hasChild .vpn~div {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.authentication .authenticationBox .item.hasChild>div {
    width: 18%;
}

.authentication .authenticationBox .vpn {
    border: 1px solid #7C99C3;
    width: 100%;
    padding: 40px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    cursor: pointer;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    /* transform: scale(0); */
}

.authentication .authenticationBox .vpn a {
    font-size: 18px;
    font-family: 'SYHT-R';
    color: #7C99C3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.authentication .authenticationBox .vpn-active a,
.authentication .Boxx .vpn:nth-child(1) a {
    color: #fff;
}

.authentication .authenticationBox .vpn-child {
    color: #AAAAAA !important;
    border: 1px solid #AAAAAA !important;
}

.authentication .authenticationBox .vpn-child a {
    color: #AAAAAA !important;
}

.authentication .authenticationBox .vpn-child a .desc {
    width: 100%;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    font-size: 16px;
}

.authentication .Boxx .vpn-child:hover a {
    color: #fff !important;
}

.authentication .Boxx .vpn-child:hover {
    background: #CCCCCC !important;
}


.authentication .authenticationBox .vpn-active::before,
.authentication .Boxx .vpn:nth-child(1)::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.authentication .authenticationBox .vpn-active:hover img:nth-child(1),
.authentication .Boxx .vpn:nth-child(1):hover img:nth-child(1) {
    display: none;
}

.authentication .Boxx .vpn:nth-child(1) img:nth-child(1) {
    display: none;
}

.authentication .Boxx .vpn:nth-child(1) img:nth-child(2) {
    display: block;
}

.authentication .authenticationBox .vpn-active:hover img:nth-child(2),
.authentication .Boxx .vpn:nth-child(1):hover img:nth-child(2) {
    display: block;
}

.authentication .authenticationBox .vpn-child {
    display: none;
}

/* .authentication .authenticationBox .vpn:nth-child(9)>.desc>br,
.authentication .authenticationBox .vpn:nth-child(10) .desc br,
.authentication .authenticationBox .vpn:nth-child(11) .desc br{
    display: none !important;
} */

.authentication .Boxx .vpn-parent:nth-child(n+2) {
    display: none;
}

.authentication .Boxx .vpn-child {
    display: block;
}


.authentication .authenticationBox .icon {
    margin-top: -10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.authenticationBox>div:nth-child(3)>.icon>span {
    font-size: 38px !important;
}

.email {
    font-size: 32px !important;
}

.authentication .authenticationBox .icon img {
    margin: 0 auto;
}

.authentication .authenticationBox .icon img:nth-child(1) {
    display: block;
    width: 100%;
    height: 100%;
}

.authentication .authenticationBox .icon img:nth-child(2) {
    display: none;
    width: 100%;
    height: 100%;
}

.authentication .authenticationBox .vpn .iconfont {
    font-size: 45px;
}

.authentication .authenticationBox .vpn:hover a {
    color: #fff;
}


.authentication .authenticationBox .vpn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #00499F;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    z-index: -1;
}

.authentication .authenticationBox .vpn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.authentication .authenticationBox .vpn:hover img:nth-child(1) {
    display: none;
}

.authentication .authenticationBox .vpn:hover img:nth-child(2) {
    display: block;
}

.jsfw {
    margin: 69px 0 0;
    display: flex;
    justify-content: space-between;
}

.js-box {
    padding-top: 20px;
}

.jsfw-child {
    cursor: pointer;
    width: 48%;
    position: relative;
}

.child1-text {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'SYHT-R';
    color: #FFFFFF;
    line-height: 1.8;
}

.child-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.child1-icon {
    display: inline-block;
    position: relative;
}

.jsfw-child>img {
    display: block;
    width: 100%;
    height: 100%;
}

.jsfw-child:hover .jiao {
    transition: all .5s;
    opacity: 1;
}

.jsfw-child:hover .ban {
    background: linear-gradient(to bottom, #034BA0 0%, #000 100%);
    opacity: 0.7;
    transition: all 0.8s ease;
}

.jsfw-child:hover .child1-icon>img:nth-child(1) {
    transition: all 0.8s ease;
    transform: scale(0.8);
}

.child1-icon>img:nth-child(1) {
    transition: all 0.8s ease;
    transform: scale(1);
}

.ban {
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, .3);
    /* background: linear-gradient(to bottom, #034BA0 0%,#000 100%); */
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
}

.jiao {
    transition: all .5s;
    opacity: 0;
}

.jiaoRt {
    position: absolute;
    top: -5px;
    right: -10px;
    /* transform: translate(-50%, -50%); */
}

.jiaoLt {
    position: absolute;
    top: -5px;
    left: -10px;
    transform: rotateY(180deg);
}

.jiaoLb {
    position: absolute;
    bottom: -5px;
    left: -10px;
    transform: rotate(180deg);
}

.jiaoRb {
    position: absolute;
    bottom: -5px;
    right: -10px;
    transform: rotate(90deg);
}


.jsfw>img {
    width: 100%;
    height: 100%;
}

.lc {
    background: #FAFAFA;
}

.fwlc {
    width: 1300px;
    margin: 0 auto;
}

.jsfw-l {
    width: 39%;
    border: 0px solid red;
}

.part1 {
    padding-bottom: 25px;
    border-bottom: 1px dashed #68A0E4;
}

.part2 {
    padding-top: 25px;
}

.part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(1),
.part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(3) {
    display: block;
}

.part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(2) {
    display: none;
}

.part>li:hover,
.partbg {
    transition: all 0.8s;
    background: #ffffff;
    height: 100%;
    box-shadow: 0px 3px 59px 0px rgb(0 0 0 / 10%);
}

.part>li:hover .part-num,
.partnum {
    color: #00499F !important;
    transition: all 0.8s;
}

.part>li:hover .part-text,
.parttext {
    color: #353535 !important;
    transition: all 0.8s;
}

.part>li:hover .part-icon,
.particon {
    background: #0166DE !important;
    color: #FFFFFF !important;
    transition: all 0.8s;
}

.part>li {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px 35px 15px 63px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.8s;
}

.part-num {
    font-family: 'DINEng';
    font-size: 50px;
    color: #A6A6A6;
    transition: all 0.8s;
}

.part-text {
    font-size: 19px;
    font-family: 'SYHT-R';
    color: #908E8E;
    width: 60%;
    text-align: left;
    transition: all 0.8s;
    margin: 0 15px;
    flex-grow: 1;
}

.part-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #C3C3C3;
    transition: all 0.8s;
}

.part-icon>i {
    font-size: 20px !important;
}

.partsnum {
    color: #4D4D4D !important;
    transition: all 0.8s;
}

.partstext {
    color: #908E8E !important;
    transition: all 0.8s;
}

.partsicon {
    color: #0C66FF !important;
    transition: all 0.8s;
}


.jsfw-r {
    width: 58%;
    position: relative;
}

.r-box {
    position: relative;
    border: 0px solid red;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
}

.r-box>div {
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.number>img:nth-child(1) {
    transform: translateY(0px);
    transition: all 0.8s;
    position: absolute;
}

.number>img:nth-child(2) {
    transform: scale(1);
    transition: all 0.8s;
    position: absolute;
    top: 57px;
}

.number>img:nth-child(3) {
    opacity: 0;
    position: absolute;
}

.number>img:nth-child(4) {
    opacity: 0;
    position: absolute;

}

.number>img:nth-child(5) {
    opacity: 0;
    position: absolute;
    top: 57px;
}

.num-text {
    font-size: 26px;
    font-family: 'SYHT-N';
    color: #0F3F79;
    position: absolute;
    width: max-content;
    top: 130px;
}

.number1 {
    left: 29%;
    transform: translateX(-25%);
}

.number2 {
    right: 29%;
    transform: translateX(25%);
}

.number3 {
    right: 5%;
    top: 30%;
    /* transform: translateY(-50%); */
}

.number4 {
    right: 31%;
    bottom: 35%;
    transform: translateX(25%);
}

.number5 {
    left: 31%;
    bottom: 35%;
    transform: translateX(-25%);
}

.number6 {
    left: 45px;
    top: 30%;
    transform: translateY(-50%);
}

.jiantou>img:nth-child(2) {
    margin-top: 5px;
    opacity: 0.69;
}

.jiantou12 {
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}

.jiantou23 {
    top: 30%;
    right: 12%;
    transform: rotate(33deg);
    width: 80px;
}

.jiantou34 {
    bottom: 31%;
    right: 12%;
    transform: rotate(147deg);
    width: 80px;
}

.jiantou45 {
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%) rotateY(180deg);
    width: 80px;
}

.jiantou56 {
    bottom: 34%;
    left: 13%;
    transform: rotate(-147deg);
    width: 80px;
}

.jiantou61 {
    top: 30%;
    left: 12%;
    transform: rotate(-33deg);
    width: 80px;
}

.t-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-family: 'SYHT-N';
    color: #003791;
    line-height: 41px;
}

.t-box>p:first-child {
    border-bottom: 1px dashed #003791;
}

.t-box>p>i {
    font-size: 24px !important;
}

.zixun {
    display: flex;
    flex-direction: column;
    width: fit-content;
    background: #D7001D;
    position: fixed;
    top: 50%;
    right: 0;
    padding: 15px 25px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    box-shadow: 0px 9px 16px 0px rgba(215, 0, 29, 0.21);
    display: none;
    z-index: 99;
}

.zixun span:nth-child(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.zixun span:nth-child(1) i {
    font-size: 36px !important;
    color: #FFFFFF;
}

.zixun span:nth-child(2) {
    font-size: 25px;
    font-family: 'SYHT-R';
    color: #FFFFFF;
}

.pc-new {
    display: block;
}

.phone-new {
    display: none;
}


header .slide .word .desc br:nth-child(1) {
    display: none;
}

header .slide .word .desc br:nth-child(2) {
    display: block;
}

.banner-zx {
    padding: 8px 25px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    margin-top: 105px;
    position: absolute;
    bottom: -125px;
}

@media (max-width: 1680px) {
    .new-icon>img {
        width: 85%;
    }

    .new .new_content .left .bottom .more {
        width: 30%;
    }

    .new .new_content {
        margin-top: 60px;
    }

    .new .new_content .left .img .time,
    .new .new_content .right .one .good .time {
        padding: 10px 7px;
    }

    .new .new_content .left .img .time p:nth-child(1),
    .new .new_content .right .one .good .time p:nth-child(1) {
        font-size: 12px;
    }

    .new .new_content .left .img .time p:nth-child(2),
    .new .new_content .right .one .good .time p:nth-child(2) {
        font-size: 42px;
        text-align: center;
    }

    .company .map {
        margin-top: 250px;
    }

    .company .more,
    .case .more {
        font-size: 14px;
        padding: 12px 43px;
    }

    .child1-text {
        font-size: 18px;
    }

    .case .listBox a .num .bottom .list_desc {
        margin-top: 10px;
    }

    .case .listBox a .num .bottom {
        padding: 40px 0;
    }

    .case .listBox a .num .bottom .list_title {
        font-size: 25px;
    }

    .case .listBox a .num .bottom .list_desc {
        font-size: 18px;
    }

    .authentication .left {
        width: 40%;
    }

    .authentication .authenticationBox {
        width: 56%;
    }

    .authentication .authenticationBox .vpn {
        padding: 32px 0;
    }

    header .slide .word .title {
        font-size: 52px;
    }

    header .slide .word .desc {
        font-size: 18px;
    }

    header .slide .swiper-pagination {
        padding-left: 15.7% !important;
    }

    .new .new_content .right .one {
        margin-top: 23px;
    }
}




@media (max-width: 1440px) {
    .part-text {
        flex-grow: 0;
    }

    .authentication .authenticationBox .vpn-child a .desc {
        font-size: 14px;
    }

    .authentication .authenticationBox .icon {
        margin-top: 0;
    }

    header .slide .word .title {
        font-size: 48px;
    }

    header .slide .word .desc {
        font-size: 18px;
    }

    .new .new_content .left .bottom .more {
        font-size: 12px;
    }

    .new .new_content .left .bottom .new_desc {
        min-height: 65px;
    }

    .company .desc {
        width: 60%;
        font-size: 15px;
    }

    .part>li {
        padding: 10px 20px 10px 40px;
    }

    header .slide .swiper-pagination {
        padding-left: 15.8% !important;
    }

    .new .new_content .left .bottom {
        padding: 26px 23px 17px;
    }

    .new .new_content .right .one .icon {
        margin-top: 2px;
    }

    .company .more,
    .case .more {
        font-size: 12px;
        padding: 11px 37px;
    }

    .part-text {
        font-size: 14px;
    }

    .new .top .tab {
        font-size: 15px;
    }

    .new .new_content .left .bottom .new_title {
        font-size: 15px;
    }

    .new .new_content .left .bottom .new_desc,
    .new .new_content .left .img .time p:nth-child(1),
    .new .new_content .right .one .good .time p:nth-child(1) {
        font-size: 12px;
        /* transform: scale(0.85);
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0; */
    }

    .new .new_content .left .img .time p:nth-child(2),
    .new .new_content .right .one .good .time p:nth-child(2) {
        font-size: 36px;
        text-align: center;
    }

    .new .new_content .left .img .time,
    .new .new_content .right .one .good .time {
        padding: 8px 3px;
    }

    .new .new_content .right .one .good .desc span {
        font-size: 14px;
    }

    .new .new_content .right .one .good .desc p {
        font-size: 12px;
    }

    .new .new_content .right .one {
        margin-top: 23px;
    }

    .new .new_content .left .bottom .more {
        margin-top: 22px;
    }

    .new .new_content .left .bottom .new_desc {
        margin-top: 14px;
    }

    .child1-text {
        font-size: 15px;
        margin-top: 10px;
    }

    .part-num {
        font-size: 38px;
    }

    .num-text {
        font-size: 19px;
    }

    .t-box {
        font-size: 15px;
    }

    .t-box>p>i {
        font-size: 16px !important;
    }

    .part1 {
        padding-bottom: 15px;
    }

    .part2 {
        padding-top: 15px;
    }

    .number>img {
        transform: scale(0.9);
    }

    .jiantou56 {
        bottom: 28%;
        transform: rotate(-147deg) scale(0.8);
    }

    .jiantou61 {
        top: 35%;
        transform: rotate(-33deg) scale(0.8);
    }

    .jiantou12 {
        transform: translateX(-50%) scale(0.8);
    }

    .jiantou23 {
        top: 33%;
        right: 14%;
        transform: rotate(33deg) scale(0.8);
    }

    .jiantou34 {
        bottom: 26%;
        transform: rotate(147deg) scale(0.8);
    }

    .jiantou45 {
        bottom: 3%;
        transform: translateX(-50%) rotateY(180deg) scale(0.8);
    }

    .number3 {
        right: 9%;
    }

    .number6 {
        left: 9%;
    }

    .focus .focus_box .name {
        font-size: 14px;
    }

    .focus .focus_box .name::after {
        bottom: -8px;
    }

    .case .listBox {
        margin-top: 52px;
    }

    .case .listBox a .num .bottom .list_title {
        font-size: 21px;
    }

    .case .listBox a .num .bottom .list_desc {
        font-size: 15px;
        margin-top: 5px;
    }

    .case-bg {
        height: 316px;
    }

    .case-dis {
        padding-bottom: 75px;
    }

    .case .more {
        margin-top: 50px;
    }

    .authentication .authenticationBox .vpn a {
        font-size: 14px;
    }

    .authentication .left {
        padding-top: 34px;
        width: 38%;
    }

    .authentication .authenticationBox .vpn {
        /* width: calc((100% - 45px) / 4); */
        padding: 25px 0;
        margin-bottom: 15px;
    }

    .authentication .authenticationBox.Boxx .item:hover .vpn {
        height: 140px;
    }

    .authentication .authenticationBox .vpn-child a .desc {
        font-size: 12px;
    }

    .authentication .authenticationBox {
        width: 57%;
    }

    .new .top .tab span.tab-active::after,
	.new .top .tab a.tab-active::after {
        width: 73px;
    }

    .authentication {
        margin-top: 110px;
    }

    .authentication .authenticationBox .vpn:nth-child(n + 5) {
        /* margin-bottom: 0; */
    }

    .authentication .left .img {
        margin-top: 12px;
    }
}





@media (max-width: 1366px) {
    .new .new_content .left .bottom .more {
        width: 26%;
    }

    .authentication .authenticationBox .vpn {
        padding: 22px 0;
    }

    header nav .nav>ul>li {
        padding: 0 14px;
    }

    header .slide .word .title {
        font-size: 40px;
    }

    header .slide .word .desc {
        font-size: 16px;
        letter-spacing: 9px;
    }

    .authentication .left .img {
        display: 280px;
        height: 190px;
    }
}

@media (max-width: 1200px) {
    .authentication .left {
        width: 40%;
    }

    .new .new_content .right .one .good .desc {
        width: 72%;
    }

    .new .new_content .left .bottom .more {
        width: 34%;
    }
}

@media (max-width:1111px) {
    .new .new_content .left .bottom .more {
        font-size: 12px;
    }

    .new .new_content .right .one {
        margin-top: 22px;
    }

    .new .new_content .right .one .icon {
        margin-top: 5px;
    }

    .case .listBox a .num .bottom .list_title {
        font-size: 25px;
    }

    .company .desc {
        width: 75%;
    }

    .case {
        padding-top: 500px;
    }
}

@media (max-width: 1440px) {
    .fwlc {
        width: 1200px;
    }
}

@media (max-width: 1366px) {
    .fwlc {
        width: 1100px;
    }
}

@media (max-width: 1200px) {
    .fwlc {
        width: 85%;
    }

    .company .map {
        margin-top: 65px;
    }
}


@media (max-width: 1024px) {
	.new .top .tab.pc{
		display: none;
	}
	
	.new .top .tab.mo{
		display: flex;
	}
	
    .new .new_content .right .one .good .desc p {
        display: none;
    }

    .new .new_content .right .one .good .desc span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    header .slide .word .desc br:nth-child(1) {
        display: block;
    }

    header .slide .word .desc br:nth-child(2) {
        display: block;
    }

    .part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(1),
    .part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(3) {
        display: none;
    }

    .part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(2) {
        display: block;
    }

    header .slide .swiper-pagination {
        padding: 0 !important;
    }

    .new-icon {
        display: none;
    }

    .all-left>div:nth-child(2) {
        display: none !important;
    }

    .e-government:hover img {
        transform: translateY(0px);
        transition: all .3s;
    }

    .pc-new {
        display: none;
    }

    .phone-new {
        display: block;
    }

    .zixun {
        display: flex;
    }

    header .slide .word .desc {
        margin-top: 30px;
    }

    .new .top {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .left_title {
        text-align: center;
    }

    .new .top .tab {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 55px;
        font-size: 28px;
    }

    .new .top .tab span,
	.new .top .tab a{
        margin: 0 0;
    }

    .common-Etitle {
        margin-top: 0;
    }

    .new .top .tab span.tab-active::after,
	.new .top .tab a.tab-active::after {
        content: '';
        bottom: 7px;
        width: 120%;
        height: 3px;
    }

    .new .new_content {
        margin-top: 45px;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .all-left {
        text-align: center;
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .new .new_content .left {
        width: 100%;
        display: flex;
        background: none;
        box-shadow: none;
        margin-bottom: 30px;
    }

    .new .new_content .right {
        width: 100%;
        display: initial;
    }

    .new .new_content .left .bottom .new_desc {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: auto;
        margin-top: 0;
        font-size: 22px;
        line-height: 1.4;
    }

    .new .new_content .left .bottom .more {
        border-bottom: 0;
        margin: 0;
        width: fit-content;
        color: #666666;
    }

    .new .new_content .left .bottom .more span {
        font-size: 29px !important;
    }

    .new .new_content .left .bottom .more>span:nth-child(1) {
        display: none;
    }

    .new .new_content .left .bottom {
        padding: 0 0 0 35px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: end;
        width: 50%;
    }

    .new .new_content .left .bottom .new_title {
        text-align: justify;
        font-size: 26px;
        font-family: 'SYHT-R';
        color: #666666;
        text-align: justify;
        min-height: auto;
    }

    .new .new_content .left .img .time p:nth-child(1) {
        font-size: 12px;
    }

    .new .new_content .left .img .time p:nth-child(2) {
        font-size: 37px;
    }

    .new .new_content .right .one .good {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .new .new_content .right .one .good .desc {
        width: 70%;
        margin-left: 25px;
    }

    .new .new_content .left .img .time {
        padding: 7px 9px;
    }

    .new .new_content .left .img {
        width: 50%;
    }

    .new .new_content .left:hover .bottom .more {
        transition: all 2s;
        width: fit-content;
        color: #D7001D;
    }

    .new .new_content .right .one .good .time {
        padding: 10px 11px;
    }

    .new .new_content .right .one .good .time p:nth-child(1) {
        font-size: 13px;
        text-align: center;
    }

    .new .new_content .right .one .good .time p:nth-child(2) {
        font-size: 45px;
    }

    .new .new_content .right .one .good .desc,
    .new .new_content .right .one .good .desc span {
        font-size: 26px;
        font-family: 'SYHT-R';
        color: #666666;
    }

    .new .new_content .right .one .good .desc p {
        font-size: 24px;
    }

    .new {
        background: none;
    }

    .company .desc>br {
        display: none;
    }

    .company .desc {
        font-size: 26px;
        color: #666666;
        text-align: justify;
        line-height: 2;
    }

    .company .map {
        margin-top: 580px;
    }

    .company .more {
        font-size: 22px;
        padding: 15px 50px;
        border-radius: 50px;
    }


    .js-box {
        padding-top: 60px;
    }

    .jsfw {
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .jsfw-child {
        width: 100%;
    }

    .jsfw-child1 {
        margin-bottom: 35px;
    }

    .child1-text {
        font-size: 28px;
    }

    .num-text {
        font-size: 22px;
    }

    .t-box {
        font-size: 19px;
        letter-spacing: 2px;
    }

    .part-num {
        font-size: 48px;
    }


    .fwlc .jsfw {
        flex-direction: column-reverse;
    }

    .jsfw-l,
    .jsfw-r {
        width: 100%;
    }

    .jsfw-r {
        height: 600px;
    }

    .part>li {
        justify-content: space-between;
    }

    .part-icon {
        transform: rotate(-90deg);
        /* -ms-transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg); */
    }

    .number3 {
        right: 7%;
    }

    .number6 {
        left: 65px;
    }

    .part-text {
        font-size: 26px;
        margin-left: -180px;
    }

    .part-icon>i {
        font-size: 24px !important;
        font-weight: bolder;
    }

    .focus .focus_box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 50px;
        text-align: center;
    }

    .focus .focus_box img {
        width: auto;
    }

    .focus .focus_box .name {
        font-size: 30px;
    }

    .listBox a:last-child {
        display: block;
    }

    .listBox {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }

    .case .listBox a {
        width: auto;
    }

    .case-bg {
        /*height: 500px;*/
        /*height: 200px;*/
        position: absolute;
        bottom: 0;
        z-index: -1;
    }

    .case {
        padding-top: 0;
    }

    .focus .focus_box .name {
        font-size: 26px;
    }

    .case .listBox a .num .bottom .list_desc {
        font-size: 22px;
    }

    .case .listBox a .num .bottom .list_desc {
        margin-top: 12px;
    }

    .case .listBox a .num .bottom {
        padding: 40px 0;
    }

    .case .more {
        font-size: 22px;
        padding: 15px 50px;
        border-radius: 50px;
    }

    .authentication {
        flex-direction: column;
    }

    .authentication .left,
    .authentication .authenticationBox {
        width: 100%;
    }

    .authentication .left {
        text-align: center;
        padding-top: 0;
    }

    .authentication .authenticationBox {
        margin-top: 75px;
        padding-bottom: 100px;
    }

    .authentication .left .img {
        display: none;
    }

    .authentication .authenticationBox .vpn {
        /* margin-bottom: -1px; */
        /* width: calc(100% / 5); */
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .authentication .authenticationBox .vpn-child {
        display: none;
    }

    .authentication .Boxx .vpn-child {
        display: flex;
    }

    .authentication .authenticationBox .vpn:hover {
        flex-direction: column-reverse;
        justify-content: space-evenly;
    }

    /* .authentication .authenticationBox .vpn:nth-child(2),
    .authentication .authenticationBox .vpn:nth-child(3),
    .authentication .authenticationBox .vpn:nth-child(4),
    .authentication .authenticationBox .vpn:nth-child(6),
    .authentication .authenticationBox .vpn:nth-child(7),
    .authentication .authenticationBox .vpn:nth-child(8),
    .authentication .authenticationBox .vpn:nth-child(9),
    .authentication .authenticationBox .vpn:nth-child(10),
    .authentication .authenticationBox .vpn:nth-child(11),
    .authentication .authenticationBox .vpn:nth-child(13),
    .authentication .authenticationBox .vpn:nth-child(12),
    .authentication .authenticationBox .vpn:nth-child(16),
    .authentication .authenticationBox .vpn:nth-child(5),
    .authentication .authenticationBox .vpn:nth-child(14),
    .authentication .authenticationBox .vpn:nth-child(15),
    .authentication .authenticationBox .vpn:nth-child(17),
    .authentication .authenticationBox .vpn:nth-child(18),
    .authentication .authenticationBox .vpn:nth-child(19) {
        border-left: 0 !important;
    } */

    .authentication .authenticationBox .vpn:nth-child(9)>.desc>br,
    .authentication .authenticationBox .vpn:nth-child(10) .desc br,
    .authentication .authenticationBox .vpn:nth-child(11) .desc br {
        display: block !important;
    }

    .case .listBox a .num .bottom .list_title {
        font-size: 26px;
    }

    .authentication .authenticationBox .vpn a {
        font-size: 22px;
    }

    .authentication .Boxx .vpn-active a,
    .authentication .Boxx .vpn-parent:nth-child(1) a {
        flex-direction: column-reverse;
        transition: all 0.5s;
        justify-content: space-evenly;
    }

    .number3 {
        top: 34%;
        right: 40px;
    }

    .number6 {
        left: 40px;
        top: 32%;
    }

    .jiantou45 {
        bottom: 9%;
    }
}


@media (max-width: 768px) {
    .number>img:nth-child(1) {
        transform: translateY(0px) scale(0.5);
    }
    .number>img:nth-child(2) {
        transform: scale(0.5);
    }
    .new .top .tab {
        font-size: 20px;
    }

    .new .new_content .left .bottom .new_title {
        font-size: 18px;
    }

    .new .new_content .left .img .time p:nth-child(2) {
        font-size: 30px;
    }

    .new .new_content .left .img .time {
        padding: 7px 5px;
    }

    .new .new_content .right .one .good .time p:nth-child(1) {
        font-size: 12px;
    }

    .new .new_content .right .one .good .desc,
    .new .new_content .right .one .good .desc span,
    .company .desc {
        font-size: 18px;
    }

    .new .new_content .right .one .good .desc p {
        font-size: 16px;
    }

    .new .new_content .right .one .good .time p:nth-child(2) {
        font-size: 40px;
    }

    .company .map {
        height: 600px;
        margin-top: 350px;
    }

    .company .more,
    .case .more {
        font-size: 16px;
        padding: 10px 40px;
    }

    .child1-text {
        font-size: 20px;
    }

    .jsfw {
        margin-top: 30px;
    }

    .part-num {
        font-size: 40px;
    }

    .part-text {
        font-size: 18px;
        margin-left: 0;
        width: 75%;
    }

    .part>li {
        padding: 10px 20px 10px 20px;
    }

    .jiantou12 {
        transform: translateX(-50%) scale(0.85);
    }

    .jiantou23 {
        transform: rotate(33deg) scale(0.85);
        top: 24%;
        right: 12%;
    }

    .jiantou34 {
        transform: rotate(147deg) scale(0.85);
    }

    .jiantou45 {
        bottom: 30%;
        transform: translateX(-50%) rotateY(180deg) scale(0.85);
    }

    .jiantou61 {
        top: 26%;
    }

    .jiantou56,
    .jiantou34 {
        bottom: 44%;
    }

    .number4 {
        right: 30%;
    }

    .number5,
    .number4 {
        bottom: 52%;
    }

    .jiantou56 {
        transform: rotate(-147deg) scale(0.85);
    }

    .jiantou61 {
        transform: rotate(-33deg) scale(0.85);
    }

    .number6,
    .number3 {
        top: 23%;
    }

    .number {
        transform: scale(0.9);
    }

    .jsfw-l {
        margin-top: -100px;
        z-index: 99;
    }

    .t-box {
        top: 42%;
    }

    .focus .focus_box .name {
        font-size: 20px;
    }

    .focus .focus_box .name::after {
        bottom: -10px;
    }

    .case .listBox a .num .bottom .list_title {
        font-size: 20px;
    }

    .case .listBox a .num .bottom .list_desc {
        font-size: 18px;
        margin-top: 8px;
    }

    .case-bg {
        height: 290px;
    }

    .case .more {
        margin-top: 50px;
    }

    .authentication {
        margin-top: 100px;
    }

    .authentication .authenticationBox {
        margin-top: 50px;
        padding-bottom: 80px;
    }

    .authentication .authenticationBox .vpn a {
        font-size: 18px;
    }

    .zixun {
        padding: 10px 20px;
    }

    .zixun span:nth-child(2) {
        font-size: 20px;
    }

    .zixun span:nth-child(1) i {
        font-size: 30px !important;
    }

    .zixun span:nth-child(1) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .new .new_content .left .bottom .new_desc {
        font-size: 16px;
    }
}




@media (max-width: 600px) {
    header .slide .word .title {
        font-size: 34px !important;
    }

    header .slide .word .desc {
        margin-top: 15px;
        width: 70% !important;
        font-size: 18px !important;
    }

    .new .top .tab span {
        /* margin: 0 15px; */
    }

    .new .top .tab {
        font-size: 18px;
        margin-top: 40px;
    }

    .new .new_content .left .bottom .new_title {
        font-size: 16px;
    }

    .new .new_content .right .one .good .desc,
    .new .new_content .right .one .good .desc span,
    .company .desc {
        font-size: 16px;
    }

    .new .new_content .right .one .good .desc p {
        font-size: 14px;
    }

    .company .desc {
        margin-top: 20px;
    }

    .focus .focus_box img {
        width: 100%;
    }

    .focus .focus_box .name {
        font-size: 16px;
    }

    .company .map {
        height: 460px;
        margin-top: 60px;
    }

    .child1-text {
        font-size: 18px;
    }

    .jsfw {
        padding-top: 0;
    }

    .jsfw-r {
        height: 550px;
    }

    .jiantou12 {
        transform: translateX(-50%) scale(0.7);
    }

    .jiantou23 {
        transform: rotate(40deg) scale(0.7);
    }

    .jiantou34 {
        transform: rotate(142deg) scale(0.7);
    }

    .jiantou45 {
        transform: translateX(-50%) rotateY(180deg) scale(0.7);
    }

    .jiantou56 {
        transform: rotate(-136deg) scale(0.7);
    }

    .jiantou61 {
        transform: rotate(-43deg) scale(0.7);
    }

    .number {
        transform: scale(0.85);
    }

    .part>li {
        padding: 15px 20px 15px 30px;
    }

    .part-text {
        font-size: 16px;
        margin-left: 0;
    }

    .part-num {
        font-size: 38px;
    }

    .focus .focus_box {
        margin-top: 45px;
    }

    .case .listBox a .num .bottom .list_title {
        font-size: 20px;
    }

    .case .listBox a .num .bottom .list_desc {
        font-size: 16px;
    }

    .company .more,
    .case .more {
        font-size: 16px;
        padding: 8px 35px;
    }

    .authentication .authenticationBox {
        justify-content: flex-start;
    }

    .authentication .authenticationBox .vpn a {
        font-size: 12px;
    }

    .authentication .authenticationBox {
        min-height: 260px;
    }

    .authentication .authenticationBox .item {
        width: 18%;
        margin-right: 2%;
    }

    .authentication .authenticationBox .vpn {
        padding: 20px 0;
    }

    .authentication .authenticationBox .vpn-child .desc {
        height: 32px;
        box-sizing: border-box;
    }

    .authentication .authenticationBox {
        padding-bottom: 50px;
    }

    .authentication {
        margin-top: 50px;
    }

    .listBox {
        grid-gap: 20px;
    }

    .new .new_content .right .one .good .time p:nth-child(2) {
        font-size: 36px;
    }

    .new .new_content .right .one .good .time {
        padding: 7px 6px;
    }

    .new .top .tab span.tab-active::after,
	.new .top .tab a.tab-active::after {
        bottom: 5px;
    }

    .r-box {
        top: 44%;
    }

    .t-box {
        top: 36%;
        font-size: 14px;
        line-height: 1.8;
    }

    .num-text {
        font-size: 18px;
    }

    .new .new_content .left .bottom .new_desc {
        font-size: 14px;
    }
}


/* @media (max-width: 460px) {
    .case .listBox a .num .bottom .list_title,
    .part-text {
        font-size: 19px;
    }
    .part>li {
        padding: 15px 20px 15px 20px;
    }
    .new .top .tab span{
        margin: 0 7px;
    }
    .new .top .tab span:first-child{
        margin: 0;
    }
    .new .top .tab span:last-child{
        margin: 0;
    }
    .authentication .authenticationBox .vpn{
        font-size: 14px;
        width: calc(100% / 4);
    }
} */


@media (max-width: 550px) {
    .case-dis {
        /*top: -20px;*/
        padding-bottom: 40px;
        position: initial;
        top: 0;
        left: 0;
        transform: translateX(0);
        z-index: 9;
    }

    .new .new_content .right .one {
        /* height: 60px; */
    }

    .authenticationBox>div:nth-child(3)>.icon>span {
        font-size: 22px !important;
    }

    .icon-VPN {
        font-size: 34px !important;
        line-height: 38px;
    }

    /* .authenticationBox>div:nth-child(3)>.icon>img:nth-child(2){
        margin-top: -5px;
    } */
    .zixun {
        padding: 8px 10px 13px;
        z-index: 999;
    }

    .zixun span:nth-child(1) {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .zixun span:nth-child(1) i {
        font-size: 18px !important;
    }

    .zixun span:nth-child(2) {
        font-size: 13px;
    }

    .jsfw-child:hover .child1-icon>img:nth-child(1) {
        transition: all 0.8s ease;
        transform: scale(0.6);
    }

    .child1-icon>img:nth-child(1) {
        transition: all 0.8s ease;
        transform: scale(0.8);
    }

    .jiaoRt {
        top: 0px;
        right: -5px;
    }

    .jiaoLt {
        top: 0px;
        left: -5px;
    }

    .jiaoLb {
        bottom: 5px;
        left: -5px;
    }

    .jiaoRb {
        bottom: 5px;
        right: -5px;
    }

    .nav-all {
        padding: 0 20px;
    }

    header .slide .word .title {
        font-size: 20px !important;
        letter-spacing: 3px;
    }

    header .slide .word .desc {
        font-size: 13px !important;
        letter-spacing: 0 !important;
        margin-top: 10px;
    }

    .new .top .tab {
        font-size: 14px;
        margin-top: 25px;
    }

    .new .top .tab span.tab-active::after,
	.new .top .tab a.tab-active::after {
        width: 115%;
        height: 1px;
    }

    .new .new_content {
        margin-top: 25px;
    }

    .new .new_content .left .bottom .new_title {
        font-size: 13px;
    }

    .new .new_content .left .img .time p:nth-child(1) {
        font-size: 10px;
    }

    .new .new_content .left .img .time p:nth-child(2) {
        font-size: 22px;
    }

    .new .new_content .left .img .time {
        padding: 5px 3px;
    }

    .all-left>div:nth-child(2) {
        display: none !important;
    }

    .new .new_content .right .one .good .desc,
    .new .new_content .right .one .good .desc span,
    .company .desc {
        font-size: 13px;
    }

    .new .new_content .right .one .good .desc p {
        font-size: 11px;
    }

    .new .new_content .right .one .good .time p:nth-child(2) {
        font-size: 26px;
        text-align: center;
        line-height: 22px;
    }

    .case .listBox a {
        box-shadow: 0px 20px 20px 0px rgba(3, 35, 76, 0.2);
    }

    .new .new_content .right .one .good .desc {
        margin-left: 13px;
        line-height: 20px;
    }

    .new .new_content .right .one .good .time p:nth-child(1) {
        font-size: 6px;
        /* transform: scale(0.7); */
    }

    .company .desc {
        width: 85%;
        line-height: 2.2;
    }

    .new .new_content .right .one .good .time {
        padding: 5px 3px;
    }

    .company .more,
    .case .more {
        font-size: 11px;
        padding: 9px 26px;
    }

    .child1-text {
        font-size: 14px;
        margin-top: 0px;
        line-height: 1;
    }

    .t-box {
        font-size: 10px;
        letter-spacing: 0px;
        line-height: 10px;
        top: 36%;
    }

    .t-box>p:first-child {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .t-box>p>i {
        font-size: 11px !important;
    }

    .part-icon {
        width: 19px;
        height: 19px;
        line-height: 19px;
    }

    .part1 {
        padding-bottom: 10px;
    }

    .part2 {
        padding-top: 10px;
    }

    .part-text {
        width: 80%;
        margin-left: 10px;
    }

    .part2>li:nth-child(2)>span:nth-child(2)>br {
        display: none;
    }

    .part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(1),
    .part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(3) {
        display: none;
    }

    .part2>li:nth-child(3)>span:nth-child(2)>br:nth-child(2) {
        display: block;
    }

    .jsfw-l {
        margin-top: -105px;
        position: static;
        z-index: 99;
    }

    .case .listBox a .num .bottom .list_title,
    .part-text {
        font-size: 13px !important;
    }

    .part>li:hover,
    .partbg {
        padding: 18px 16px !important;
    }

    .part>li {
        padding: 5px 16px;
    }

    .part-icon>i {
        font-size: 16px !important;
    }

    .part-num {
        font-size: 24px;
    }

    .focus .focus_box .name {
        font-size: 13px;
        margin-top: -19px;
    }

    .focus .focus_box .name::after {
        width: 20px;
        bottom: -4px;
    }

    .focus .focus_box {
        grid-gap: 15px 20px;
    }

    .case .listBox a .num .bottom .list_desc {
        font-size: 11px !important;
        margin-top: 3px;
    }

    .authentication .authenticationBox .vpn a {
        font-size: 11px;
        justify-content: space-between;
        align-items: center;
    }

    .authentication .authenticationBox .vpn {
        padding: 9px 5px;
    }

    .authentication .authenticationBox>div:nth-child(1)>div {
        position: relative;
        /* top: 2px; */
    }

    .authentication .authenticationBox .vpn .iconfont {
        font-size: 25px;
    }

    .icon-1fuwu-yunjiagou {
        font-size: 27px !important;
    }

    .email {
        font-size: 18px !important;
    }

    .authentication .authenticationBox .icon {
        margin-bottom: 0px;
        width: 20px !important;
        height: 25px;
        line-height: 25px;
    }

    .new .top .tab span.tab-active::after,
	.new .top .tab a.tab-active::after {
        bottom: 4px;
    }

    .new .new_content .left .bottom .more span {
        font-size: 20px !important;
    }

    .company .map {
        height: 290px;
        margin-top: 350px;
        transform: scale(1);
    }

    .js-box {
        padding-top: 30px;
        padding-bottom: 39px;
    }

    .jsfw-child1 {
        margin-bottom: 13px;
    }

    .fwlc {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }

    .js-box>.jsfw {
        margin-top: 15px;
    }

    .fwlc>.jsfw {
        margin-top: -10px;
    }

    .focus {
        padding-bottom: 65px !important;
        padding-top: 50px;
    }

    .focus .focus_box {
        margin-top: 34px;
    }

    .case .listBox {
        margin-top: 18px
    }

    .case-bg {
        height: 200px;
    }

    .case {
        padding-top: 0;
    }

    .case .listBox a .num .bottom {
        padding: 15px 0;
    }

    .case .more {
        margin-top: 47px;
    }

    .authentication .authenticationBox {
        margin-top: 40px;
    }

    .new .new_content .left .bottom {
        padding-left: 17px;
    }

    .new .new_content .right .one {
        position: relative;
        padding-bottom: 15px;
        height: 45px;
        overflow: hidden;
    }

    .new .new_content .right .one .icon {
        width: 100%;
        height: 12px;
        line-height: 12px;
        margin-top: 0;
        position: absolute;
        bottom: 1px;
        left: 0;
    }

    .new .new_content .left {
        margin-bottom: 25px;
    }

    .number>img {
    transform: scale(0.5);
  }

    .number>img:nth-child(2) {
        top: 40px;
    }

    .number>img:nth-child(5) {
        top: 47px;
    }

    .num-text {
        font-size: 14px;
        top: 110px;
    }

    .jiantou12 {
        transform: translateX(-50%) scale(0.4);
        top: 15%;
    }

    .number3 {
        top: 20%;
        right: 30px;
    }

    .jiantou23 {
        top: 26.5%;
        right: 10%;
        transform: rotate(33deg) scale(0.4);
    }

    .number6 {
        left: 30px;
        top: 20%;
    }

    .jiantou61 {
        top: 28%;
        left: 8%;
        transform: rotate(-35deg) scale(0.4);
    }

    .jiantou56 {
        bottom: 41%;
        left: 8%;
        transform: rotate(-147deg) scale(0.4);
    }

    .number5,
    .number4 {
        bottom: 60%;
    }

    .jiantou34 {
        bottom: 42%;
        right: 6%;
        transform: rotate(145deg) scale(0.4);
    }

    .jiantou45 {
        bottom: 32%;
        transform: translateX(-50%) rotateY(180deg) scale(0.4);
    }

    .jsfw-r {
        height: 380px;
    }

    .authentication .authenticationBox {
        padding-bottom: 55px;
        min-height: 120px;
    }


    .r-box {
        top: 43%;
    }

    .authentication {
        margin-top: 50px;
        padding-bottom: 0;
    }

    .new .new_content .left .bottom .new_desc {
        font-size: 12px;
    }

    .authentication .authenticationBox .item.hasChild .vpn {
        width: 23%;
    }

    .authentication .authenticationBox.Boxx .item:hover .vpn {
        height: 110px;
    }

    .authentication .authenticationBox .item.hasChild .vpn {
        height: 110px;
    }

    .authentication .authenticationBox .item.hasChild .vpn-parent {
        width: 100%;
        height: 40px !important;
    }

    .authentication .Boxx .vpn-parent:nth-child(1) a {
        flex-direction: row;
    }


    .authentication .authenticationBox .item.hasChild .vpn-parent::after {
        content: '\e629';
        position: absolute;
        right: 4%;
        font-size: 16px;
        color: #fff;
        transform: rotateZ(90deg);
        font-family: "iconfont" !important;
        font-size: 12px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .authentication .authenticationBox .item.hasChild .vpn-parent:nth-child(1) a .desc {
        margin-left: 16px;
    }

    .authentication .authenticationBox.Boxx .vpn-parent a .desc {
        margin-top: 0 !important;
    }

    .authentication .authenticationBox .vpn-parent a .desc {
        margin-top: 0 !important;
    }


}

@media(max-width:480px){
    .company .map {
        margin-top: 390px;
    }
}

@media(max-width:430px){
    .company .map {
        margin-top: 420px;
    }
}

@media(max-width:390px){
    .company .map {
        margin-top: 450px;
    }
}


@media (max-width: 400px) {
    .authentication .authenticationBox .vpn a .desc {
        height: 20px;
    }

    .authentication .authenticationBox .item.hasChild a .desc {
        height: auto;
    }
}

@media (max-width: 360px) {
    .company .map {
        margin-top: 470px;
    }

    .new .new_content .right .one .good {
        height: 50px !important;
    }

    .case .listBox a .num .bottom .list_title,
    .part-text {
        font-size: 16px;
    }

    .authentication .authenticationBox .vpn a {
        font-size: 12px;
    }

    .authentication .authenticationBox .vpn {
        padding: 10px 0;
    }

}

@media (max-width: 340px) {
    .company .map {
        margin-top: 490px;
    }
}