/* html{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
} */

html {
    font-size: 1vw;
}

a:hover {
    color: #0065FF;
}

.main {
    margin: 0 auto;
}

.primary-btn {
    height: 3.5417rem;
    line-height: 3.5417rem;
    text-align: center;
    background-color: #0065FF;
    border-radius: 1.7708rem 1.7708rem 1.7708rem .2083rem;
    padding: 0 1.0417rem;
    transition: all .8s;
}

.primary-btn:hover {
    border-radius: 34px;
}

.primary-btn img {
    width: .9375rem;
    height: 1.0417rem;
    margin-left: 1.5625rem;
}

.primary-btn a {
    font-size: 1.25rem;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detalut-color {
    background-color: #FFFFFF;
}

.detalut-color a {
    color: #0065FF;
}

.gradation-color {
    border: 1px solid transparent;
    background-color: #F8F7FF;
}

.primary-card {
    border: 1px solid;
    border-image: linear-gradient(0deg, #D4D4FF, #FFFFFF) 10 10;
    background: linear-gradient(0deg, #F5F5FF 0%, #FFFFFF 100%);
    border-radius: .7813rem;
    position: relative;
    overflow: hidden;
}

.primary-card:hover {
    box-shadow: 0px .2604rem 1.4063rem 0px rgba(60, 0, 255, 0.14);
}

.primary-card-back-all {
    position: absolute;
    width: 40%;
    right: 10%;
    bottom: -67%;
    transform: scale(1.5);
}

.primary-card-back {
    position: absolute;
    width: 40%;
    right: -8%;
    bottom: -6%;
}

.mini-card {
    width: 15rem;
    height: 13.5417rem;
    background-image: url("../img/icon/mini-card.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 20px 2px #d4d4ffa1;
    padding: 1.5625rem;
}

.mini-card:hover {
    background-image: url("../img/icon/mini-card1.png");
    box-shadow: 0px 0px 20px 2px #D4D4FF;
}

.crumbs {
    height: 3.5417rem;
    line-height: 3.5417rem;
    background: #F7F9FD;
    font-size: 1.0417rem;
    font-weight: 400;
    color: #A2A4B0;
}

.crumbs .main {
    width: 78.125rem;
}

/* swiper 点击取消边框 */
div:focus {
    outline: none;
}

.h_nav {
    /* height: 8.3333rem; */
    justify-content: space-between;
    position: relative;
    z-index: 100;
}

.h_nav .h_logo {
    display: flex;
    align-items: center;
}

.h_nav .h_logo img {
    width: 9.4271rem;
    height: 3.1771rem;
}

.h_nav .h_ul {
    /* width: 45%; */
}

.h_nav .ul_a>a {
    display: block;
    width: auto;
    font-weight: bold;
    height: 120px;
    line-height: 120px;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
}

.h_nav .ul_a:hover::after,
.h_nav .active::after {
    display: block;
    content: '';
    width: 80%;
    height: 2px;
    background-color: #0065FF;
    position: relative;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.lucency .h_nav .ul_a:hover::after,
.lucency .h_nav .active::after {
    background-color: #FFFFFF;
}

.h_nav .ul_a>ul {
    width: 100%;
    height: 75px;
    background-color: #ffffff66;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    transition: all .8s;
    z-index: -1;
}

.h_nav-defalut .ul_a>ul {
    background-color: #ffffff;
}

.h_nav .ul_a:hover>ul {
    opacity: 1;
    top: 100%;
    transition: all .8s;
}

.h_nav .ul_a>ul a {
    margin: 0 20px;
    font-weight: bold;
}

.h_nav .ul_a .ul_b {
    position: absolute;
    top: -800px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 50px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.h_nav .ul_a .ul_b>li {
    width: 100%;
    display: flex;
    align-items: center;
}

.h_nav .ul_a .ul_b>li>a {
    width: 150px;
    display: block;
}

.h_nav .ul_a .ul_b .ul_c {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #d8dbed;
    padding: 10px 0;
}

.h_nav .ul_a .ul_b>li:last-child .ul_c {
    border-bottom: 1px solid transparent;
}

.h_nav .ul_a .ul_b .ul_c li {
    width: 25%;
}

.h_nav .ul_a .ul_b .ul_c li a {
    display: block;
    line-height: 32px;
    color: #333;
    font-weight: normal;
}

.h_nav .ul_a .ul_b .ul_c li a:hover {
    color: #0065FF;
}

.h_nav .ul_a .ul_b .nav_ts .ul_c a {
    color: #333;
    font-weight: bold;
}

.h_nav .ul_phone {
    width: 248px;
    height: 56px;
    line-height: 56px;
    background: #0065FF;
    border-radius: 28px 28px 28px 4px;
}

.h_nav .ul_phone .h_pho {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .4375rem;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.h_nav .ul_phone .h_pho img {
    margin-right: 5px;
    width: 1.7188rem;
    height: 1.7188rem;
}

.lucency {
    background-color: #ffffff33;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.lucency .ul_a a {
    color: #FFFFFF;
}

.lucency .ul_phone {
    background-color: #FFFFFF;
}

.lucency .ul_phone .h_pho {
    color: #0065FF;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .swiper-pagination-bullet {
    width: .7813rem;
    height: .7813rem;
    background: #D3E4FF;
    border-radius: 50%;
    transition: all 0.8s;
}

.banner .swiper-pagination-bullet-active {
    width: 2.0833rem;
    height: .7813rem;
    background: #0065FF;
    border-radius: .4167rem;
}

.banner-white .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 80px;
}

.banner .banner-about {
    position: absolute;
    bottom: 2rem;
    left: 10.9375rem;
    z-index: 2;
}

.banner .banner-about span {
    font-size: 1.8229rem;
    font-weight: bold;
    color: #FFFFFF;
}

.banner .banner-about .line {
    width: 4.2188rem;
    height: 2px;
    background: #E1E1E1;
    display: block;
}

.banner .banner-about .tit1 {
    font-size: 1.0417rem;
    font-weight: 500;
    color: #D7D7D7;
}

.banner-back {
    max-width: 100vw;
    width: 100rem;
    height: 31.8229rem;
    background: #EDF3FF;
    overflow: hidden;
    position: relative;
}

.banner-back h1 {
    font-size: 3.125rem;
    font-family: "SourceHanSansCN-Bold";
    font-weight: bold;
    color: #0065FF;
}

.banner-back p {
    width: 40.9896rem;
    height: 3.5417rem;
    font-size: 1.0417rem;
    font-weight: 400;
    color: #6F7190;
}

.banner-back img {
    width: 41.0938rem;
    position: relative;
    top: 3.4896rem;
}

.sw_01 {
    width: 100rem;
    max-width: 100vw;
    z-index: 1;
}

.sw_01 img {
    width: 100rem;
    max-width: 100vw;
}

.banner .keyword {
    /* width: 224px;
    height: 68px;
    line-height: 68px;
    background: #0065FF;
    border-radius: 34px 34px 34px 4px;
    transition: all .8s; */
    position: absolute;
    bottom: 36px;
    z-index: 2;
    text-align: center;
}

.title {
    text-align: center;
    margin-top: 50px;
}

.title h3 {
    font-size: 34px;
    font-weight: bold;
    color: #080E5C;
}

.title p {
    font-size: 20px;
    font-weight: 400;
    color: #A2A4B0;
    line-height: 57px;
}

.title img {
    margin-top: 15px;
    margin-bottom: 60px;
}

.n_nav>ul {
    padding: 0 30px;
}

.n_nav>ul li {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #f1f2f3;
    text-align: center;
    transition: all .5s;
}

.n_nav>ul li p {
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}

.n_nav>ul .active,
.n_nav>ul li:hover {
    background-color: #0065FF;
    transition: all .5s;
}

.n_nav>ul .active p,
.n_nav>ul li:hover p {
    color: #fff;
}

.sw_back {
    margin-top: 30px;
    background-image: linear-gradient(to top, #f3f6f5, #f2f5f4, #f5f6f6, #fafbfa, #fff);
    padding-bottom: 110px;
}

.sw_back .arrow1 {
    position: relative;
}

.sw_back .arrow1 .sw_02 {
    width: 1400px;
    overflow: hidden;
    padding: 20px 30px;
    overflow: hidden;
}

.sw_02 .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
}

.sw_02 .swiper-slide {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .8s;
    position: relative;
    padding: 0 10px;
    padding-top: 24px;

    border: 1px solid #D4D4FF;
    background: linear-gradient(0deg, #F5F5FF 0%, #FFFFFF 100%);
    border-radius: 15px;
}

.sw_02 .swiper-slide:hover {
    box-shadow: 0px 0px 10px 5px #0000001a;
    border-radius: 15px;
}

.sw_02 .swiper-slide i {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin: 20px 0;
    text-align: center;
}

.sw_02 .swiper-slide a {
    text-align: center;
}

.sw_02 .swiper-slide img {
    width: 80%;
}

.sw_02 .swiper-slide .rz {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #f1f2f3;
    transition: all .5s;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.sw_02 .swiper-slide:hover .rz {
    color: #fff;
    background-color: #0065FF;
    transition: all .5s;
}

.page05 .next03,
.page05 .prev03,
.arrow1 .prev16,
.arrow1 .next16,
.arrow1 .next15,
.arrow1 .prev15,
.arrow1 .next14,
.arrow1 .prev14,
.arrow1 .next13,
.arrow1 .prev13,
.arrow1 .next12,
.arrow1 .prev12,
.arrow1 .next11,
.arrow1 .prev11 {
    background-size: 25%;
    width: 40px;
    height: 40px;
    background-color: #e1e1e1;
    border-radius: 50%;
    transition: all .5s;
}

.page05 .prev03,
.arrow1 .prev16,
.arrow1 .prev15,
.arrow1 .prev14,
.arrow1 .prev13,
.arrow1 .prev12,
.arrow1 .prev11 {
    left: -30px;
}

.page05 .next03,
.arrow1 .next16,
.arrow1 .next15,
.arrow1 .next14,
.arrow1 .next13,
.arrow1 .next12,
.arrow1 .next11 {
    right: -30px;
}

.page05 .next03:hover,
.page05 .prev03:hover,
.arrow1 .prev16:hover,
.arrow1 .next16:hover,
.arrow1 .next15:hover,
.arrow1 .prev15:hover,
.arrow1 .next14:hover,
.arrow1 .prev14:hover,
.arrow1 .next13:hover,
.arrow1 .prev13:hover,
.arrow1 .next12:hover,
.arrow1 .prev12:hover,
.arrow1 .next11:hover,
.arrow1 .prev11:hover {
    background-color: #0065FF;
    transition: all .5s;
}

.page03 {
    background: url(../img/index_img02.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 80px;
    padding-bottom: 280px;
}

.page03 .title {
    margin-top: 0;
}

.page03 .title h3 {
    color: #fff;
}

.page03_ul {
    display: flex;
    justify-content: center;
}

.page03_ul .p_ul {
    width: 330px;
    height: 400px;
    text-align: center;
    padding-top: 60px;
    transition: all .8s;
    border-radius: 8px;
}

.page03_ul .p_ul:hover {
    background-color: #ffffff33;
    padding-top: 35px;
    transition: all .8s;
}

.page03_ul .p_ul:hover img,
.page03_ul .p_ul>.big_img {
    display: none;
}

.page03_ul .p_ul:hover .big_img {
    display: block;
    margin: 0 auto;
}

.page03_ul .p_ul>span {
    display: block;
    width: 36px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 45px;
    margin-bottom: 20px;
}

.page03_ul .p_ul:hover span {
    display: none;
}

.page03_ul .p_ul>h4 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
}

.page03_ul .p_ul:hover h4 {
    margin-top: 40px;
}

.page03_ul .p_ul>p {
    font: 300 14px/22px 'Arial';
    color: #cec9d4;
}

.page04 {
    width: 100%;
    position: relative;
    background-image: linear-gradient(to top, #f9fbfd 25%, #f9fbfd 50%, #fff);
    z-index: 10;
    margin-bottom: 5.2083rem;
    overflow: hidden;
}

.p04_box {
    width: 100%;
    overflow: hidden;
}

.page04 .swiper02 {
    width: 1090px;
    margin: 0 auto;
    position: relative;
}

.page04 .prev02,
.page04 .next02 {
    background-size: 25%;
    width: 40px;
    height: 40px;
    background-color: #e1e1e1;
    border-radius: 50%;
    transition: all .5s;
}

.page04 .next02:hover,
.page04 .prev02:hover {
    background-color: #0065FF;
    transition: all .5s;
}

.page04 .prev02 {
    left: -20px;
}

.page04 .next02 {
    right: -20px;
}

.swiper02 .swiper-slide {
    border-radius: 8px;
    transform: scale(0.8);
    transition: all 1s;
}

.swiper02 .swiper-slide-prev {
    z-index: 3;
}

.swiper02 .swiper-slide-next {
    z-index: 3;
}

.swiper02 .swiper-slide-active {
    transform: scale(1);
    z-index: 9;
}

.swiper02 .swiper-slide img {
    width: 100%;
}

.page04 .swiper-slide-prev::after,
.page04 .swiper-slide-next::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000099;
    border-radius: 8px;
}

.page05 {
    position: relative;
    background: url(../img/index_back01.png) no-repeat center;
    background-size: 100% 100%;
    padding: 120px 0;
    z-index: 1;
}

.page05 .title {
    margin-top: 0;
}

.page05 .title img {
    margin-bottom: 90px;
}

.page05 .p_box {
    position: relative;
}

.page05 .prev03 {
    top: 55px;
    left: -40px;
}

.page05 .next03 {
    top: 55px;
    right: -40px;
}

.page05 .sw_03 .swiper-slide {
    align-items: normal;
    padding: 0 60px;
}

.page05 .sw_03 .g_icon {
    margin-top: 35px;
}

.page05 .sw_03 .g_img {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.page05 .sw_03 .g_img:hover img,
.page05 .sw_03 .g_img .green {
    display: none;
}

.page05 .sw_03 .g_img:hover .green {
    display: block;
}

.page05 .sw_03 .g_img p {
    line-height: 1.3;
    margin: 16px 0;
}

.page05 .sw_03 {
    overflow: hidden;
}

.page06 {
    width: 100%;
    overflow: hidden;
}

.service-concept {
    margin: 3.125rem 0;
}

.service-concept .rl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-concept .assistant-tit {
    font-size: .8333rem;
    font-weight: 400;
    color: #A2A4B0;
    line-height: 1.25rem;
    margin-bottom: 1.7708rem;
}

.service-concept .title {
    text-align: left;
}

.service-concept .title p {
    width: 27.6042rem;
    font-size: .8333rem;
    font-weight: 400;
    color: #6F7190;
    line-height: 1.875rem;
}

.service-concept .swiper05-box {
    width: 41.9479rem;
    height: 22.0417rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.service-concept .swiper05 {
    width: 39.9479rem;
    height: 26.0417rem;
}

.service-concept .swiper05 .swiper-slide img {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-right: 1.1979rem;
}

.service-concept .swiper05 .swiper-slide .tit {
    font-size: 1.3542rem;
    font-weight: 500;
    color: #080E5C;
    margin-bottom: 1.5625rem;
}

.service-concept .swiper05 .swiper-slide .content {
    width: 22.8125rem;
    font-size: .6771rem;
    font-weight: 400;
    color: #A2A4B0;
}

.service-concept .main {
    width: 78.125rem;
    display: flex;
    justify-content: space-between;
}

.service-concept .swiper05 .swiper-slide {
    width: 39.9479rem;
    height: 15.0521rem;
    background: #FFFFFF;
    box-shadow: 0rem .2604rem 1.4063rem 0rem rgba(60, 0, 255, 0.14);
    border-radius: .7813rem;
    transform: scale(0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s;
}

.service-concept .swiper05 .swiper-slide-active {
    z-index: 8;
}

.service-concept .swiper05 .swiper-slide-next {
    z-index: 9;
    transform: scale(1);
}

.service-concept .swiper05 .swiper-slide-duplicate-prev {
    z-index: 8;
}

.page06 .swiper04 {
    width: 100%;
    /* margin: 0 auto; */
    overflow: hidden;
}

.page06 .swiper04 .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.page06 .swiper-slide {
    padding-top: 20px;
}

.page06 .swiper-slide p {
    width: 200px;
    height: 110px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 20px 2px #dee4eb;
}

.page06 .swiper-slide p:nth-child(4),
.page06 .swiper-slide p:nth-child(2) {
    margin-left: -50%;
}

.page06 .title img {
    margin-bottom: 40px;
}

.page06>a {
    display: block;
    width: 120px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    border-radius: 22px;
    text-align: center;
    background-color: #0065FF;
    color: #fff;
    margin-top: 45px;
    transition: all .8s;
}

.page06>a:hover {
    box-shadow: 0px 0px 10px 1px #0065FF;
    transition: all .8s;
}

.solution {
    margin-bottom: 50px;
}

.solution .main .solution-tit {
    margin-top: 3.5417rem;
}

.solution .main .solution-tit ul {
    margin-top: 3.5417rem;
    margin-bottom: 2.8646rem;
}

.solution .main .solution-tit li {
    font-size: .7292rem;
    width: 11.1458rem;
    height: 6.4583rem;
    line-height: 6.4583rem;
    text-align: center;
    transition: all .3s;
    box-shadow: 0px 0px 8px 3px #e4e4ff99;
    background: linear-gradient(178deg, #ffffff00 0%, #ffffff00 30%, #f6f4ff99 50%, #f6f4ff 100%);
}

.solution .main .solution-tit li:hover {
    cursor: pointer;
    box-shadow: 0px 0px 8px 3px #e5e5ff;
}

.solution .card-box {
    margin-top: 2.6042rem;
    margin-bottom: 2.6042rem;
}

.solution .card-box .card {
    width: 37.8125rem;
    height: 15rem;
    /* margin: 0 1.3021rem; */
    padding: 2.0833rem 2.8125rem;
}

.solution .card-box .card-all {
    width: 78.125rem;
}

.solution .card-box .card p {
    font-size: 1.0417rem;
    font-weight: 500;
    color: #080E5C;
}

.solution .card-box .card ul {
    margin: 1rem 0;
}

.solution .card-box .card li {
    font-size: .9375rem;
    font-weight: 500;
    margin-top: 0.5625rem;
    color: #63658B;
}

.solution .solution-active {
    border-bottom: 2px solid #0065FF;
    position: relative;
}

.solution .solution-active::after {
    display: block;
    content: "";
    width: 1.3542rem;
    height: .6771rem;
    background-image: url('../img/icon/arrow_bottom.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.about {
    margin: 30px 0;
}

.page07 {
    background-color: #FFFFFF;
}

.page07 .t_box {
    align-items: normal;
}

.page07 .p_fr,
.page07 .p_fl {
    width: 48%;
}

.page07 .p_fl h3 {
    font-size: 34px;
    margin-bottom: 1.5625rem;
    font-weight: bold;
    color: #080E5C;
}

.page07 .p_fl h3 span {
    padding: 0.5625rem;
    ;
    border-bottom: 2px solid #0065FF;
}

.page07 .p_fl>img {
    margin-top: 20px;
    margin-bottom: 26px;
}

.page07 .p_fl b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 74px;
}

.page07 .p_fl p {
    line-height: 24px;
}

.page07 .p_fl .num {
    margin-right: 60px;
}

.page07 .p_fl .num span {
    font-size: 34px;
    font-weight: bold;
    color: #080E5C;
}

.page07 .p_fl .num i {
    display: block;
    color: #999;
    line-height: 44px;
}

.page07 .p_fl .n_box {
    margin-top: 72px;
}

.page07 .p_fl .n_box>a {
    display: block;
    width: 120px;
    height: 44px;
    line-height: 44px;
    background-color: #0065FF;
    border-radius: 22px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    transition: all .8s;
}

.page07 .p_fl .n_box>a:hover {
    box-shadow: 0px 0px 10px 1px #0065FF;
    transition: all .8s;
}

.page07 .p_box>b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    margin-top: 30px;
}

.page07 ul {
    margin-top: 1.0417rem;
}

.page07 ul li {
    background: url(../img/index_back03.png) no-repeat;
    width: 330px;
    height: 145px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding-left: 55px;
    background-color: #fcfdfd;
    transition: all .8s;
}

.page07 ul li:hover {
    background: url(../img/index_back03.png) no-repeat;
    background-color: #0065FF;
    transition: all .8s;
}

.page07 ul li img {
    margin-right: 42px;
}

.page07 ul li:hover img,
.page07 ul li .bai {
    display: none;
}

.page07 ul li:hover .bai {
    display: block;
}

.page07 ul li p {
    font-size: 20px;
    font-weight: bold;
}

.page07 ul li:hover p {
    color: #fff;
}

.page07 .p_fr a {
    display: block;
    width: 100%;
    height: 396px;
    overflow: hidden;
    border-radius: 8px;
}

.page07 .p_fr a img {
    width: 100%;
    transition: all .8s;
}

.page07 .p_fr a img:hover {
    transform: scale(1.1);
    transition: all .8s;
}

.informine {
    margin: 3.9063rem 0;
}

.informine .main {
    width: 78.125rem;
    padding: 2.1875rem 4.1667rem;
}

.informine .tit_fl {
    margin: 30px 0;
}

.informine .tit_fl li {
    padding: .5208rem;
    margin-bottom: 1.0417rem;
    height: 2.2917rem;
    border-radius: 1.1458rem;
    font-size: .8333rem;
    text-align: center;
    cursor: pointer;
    transition: all .8s;
}

.informine .tit_fl .active {
    background-color: #0065FF;
    color: #fff;
}

.informine .card-box .card {
    width: 30.1042rem;
    height: 11.9271rem;
    margin-bottom: 2.6042rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 2.0833rem 0px #3c00ff14;
    border-radius: .7813rem;
    padding-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.informine .card-box .card:hover {
    box-shadow: 0px 0px 2.0833rem 0px #3c00ff24;
}

.informine .card-box .card .date {
    margin-right: 1.7188rem;
}

.informine .card-box .card .date b {
    height: 1.25rem;
    font-size: 1.6667rem;
    font-weight: bold;
    color: #080E5C;
}

.informine .card-box .card .date span {
    font-size: .7292rem;
    font-weight: bold;
    color: #A1A3B0;
}

.informine .card-box .card .details {
    width: 17.6563rem;
}

.informine .card-box .card .details .tit {
    font-size: 20px;
    font-weight: 500;
    color: #080E5C;
}

.informine .card-box .card .details .content:hover {
    color: #0065FF;
}

.informine .card-box .card .details .content {
    font-size: 16px;
    font-weight: 400;
    color: #A2A4B0;
}

.page08 .new_fl,
.page08 .new_fr {
    width: 48%;
    height: 400px;
    overflow: hidden;
}

.page08 .new_fl .new_box {
    position: relative;
}

.page08 .new_fl .new_box>a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
}

.page08 .new_fl .new_box>a img {
    transition: all .8s;
    width: 100%;
}

.page08 .new_fl .new_box:hover>a img {
    transform: scale(1.1);
    transition: all .8s;
}

.page08 .new_fl .new_box .date {
    width: 100%;
    height: 62px;
    background-color: #0065FF;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 0 23px;
    transition: all .5s;
}

.page08 .new_fl .new_box .date p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-right: 34px;
}

.page08 .new_fl .new_box .text {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.page08 .new_fr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page08 .new_fr .new_ul {
    padding: 25px;
    transition: all .8s;
    border-radius: 12px;
    justify-content: flex-start;
}

.page08 .new_fr .new_ul:hover {
    background-color: #0065FF;
    transition: all .8s;
}

.page08 .new_fr .n_l {
    margin-right: 60px;
}

.page08 .new_fr .n_l b {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.page08 .new_fr .n_l i {
    display: block;
}

.page08 .new_fr .n_r a {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page08 .new_fr .n_r p {
    width: 470px;
    font-weight: bold;
}

.page08 .new_fr .new_ul:hover .n_r a,
.page08 .new_fr .new_ul:hover .n_r p,
.page08 .new_fr .new_ul:hover i,
.page08 .new_fr .new_ul:hover b {
    color: #fff;
}

.page09 {
    width: 100%;
    overflow: hidden;
    padding: 3.125rem 0;
}

.p09_back {
    color: #6F7190;
    background-color: #F6F4FF;
    max-width: 100vw;
    padding: 3.125rem 0;
}

.contrast_back {
    background-color: #FFFFFF;
}

.page09 .main {
    width: 78.125rem;
    padding: 2.1875rem 4.1667rem;
    background-color: #FFFFFF;
    box-shadow: 0rem 0rem 2.0833rem 0rem #3c00ff14;
    border-radius: .7813rem;
}

.page09 .lx_fl {
    height: 100%;
}

.page09 .lx_fl h1 {
    font-size: 34px;
    font-weight: bold;
    color: #0065FF;
}

.page09 .lx_fl .lx_list {
    align-items: flex-start;
    margin: 4.925rem 0;
}

.page09 .lx_fl .lx_list ul {
    margin-right: 3.4375rem;
}

.page09 .lx_fl .lx_list li {
    font-size: .7292rem;
    margin-top: 1.3021rem;
    border-bottom: 1px solid #6F7190;
}

.page09 .lx_fl .lx_list img {
    width: 1.875rem;
    height: 1.875rem;
}

.page09 .lx_fl .h_pho span {
    font-size: 34px;
    font-weight: bold;
    color: #0065FF;
}

.page09 .lx_fl .h_pho img {
    width: 1.875rem;
    height: 1.875rem;
}

.page09 .lx_fr {
    width: 60%;
}

.page09 .lx_fr .btn {
    font-size: .7292rem;
    width: 9.4792rem;
    height: 2.4479rem;
    border: 1px solid #0065FF;
    border-radius: .2604rem;
    color: #0065FF;
    margin: .5208rem 0;
}

.page09 .lx_fr .btn:hover {
    background-color: #0066ff23;
}

.page09 .lx_fr .btn img {
    width: .7813rem;
    height: .4688rem;
}

.page09 .lx_fr .card {
    padding: .3646rem;
    display: flex;
    width: 39.8438rem;
    height: 13.5417rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem .5208rem 0rem #3c00ff14;
    border-radius: .2604rem;
}

.page09 .lx_fr .card .tr {
    border-right: 2px solid #DDDDDD;
    padding-right: 2.0833rem;
    margin-right: 1.0417rem;
}

.page09 .lx_fr .card li {
    width: 7.8125rem;
    height: 2.4479rem;
    line-height: 2.4479rem;
    font-size: .7292rem;
    text-align: center;
    border-radius: .2604rem;
    cursor: pointer;
}

.page09 .lx_fr .card li:hover,
.page09 .lx_fr .card li:active {
    color: #0065FF;
    background: #F5F3FF;
}

.page09 .lx_fr .card .active {
    color: #0065FF;
    background: #F5F3FF;
}

.page09 .lx_fr p {
    font-size: 20px;
    font-weight: 400;
    color: #6F7190;
}

.page09 .p_box {
    margin-top: 40px;
}

.page09 .p_tex {
    justify-content: flex-start;
}

.page09 .lx_fl iframe {
    width: 25rem;
    height: 26.0417rem;
}

.page09 .lx_fr form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page09 .lx_fr form .form-item {
    width: 19.1146rem;
    margin-top: 0.5625rem;
}

.page09 .lx_fr form label {
    margin: .5729rem 0;
}

.page09 .lx_fr form input {
    width: 19.1146rem;
    height: 2.1354rem;
    border-radius: .4167rem;
    padding-left: 1.0417rem;
    background-color: #ffffff80;
    border: 1px solid #EEEEEE;
    border-radius: .2604rem;
    margin-top: .5208rem;
}

.page09 .lx_fr .submit {
    width: 12.9688rem;
    height: 2.8125rem;
    background: #0065FF;
    border-radius: 1.4063rem 1.4063rem 1.4063rem .2083rem;
    color: #fff;
    transition: all 0.8s;
    cursor: pointer;
    font-size: 16px;
}

.page09 .lx_fr .submit:hover {
    border-radius: 1.4063rem;
}

.page09 .lx_fr .relation-phone {
    border-bottom: 1px solid #dedede;
}

footer {
    width: 100rem;
    max-width: 100vw;
    background: linear-gradient(0deg, #191E64 0%, #2F3589 100%);
    padding-top: 1.8611rem;
    font-size: 16px;
    font-weight: 400;
    color: #CDCDCD;
}

footer a {
    color: #CDCDCD;
}

footer .content .about {
    margin-top: 20px;
}

footer .content .about .logo {
    width: 7.0833rem;
    height: 2.4479rem;
    min-width: 136px;
    min-height: 47px;
}

footer .content .about p {
    margin: 3.3854rem 0;
}

footer .content .about ul li {
    border-bottom: 1px solid #CDCDCD;
}

footer .content .message {
    align-items: flex-start;
}

footer .content .message ul {
    margin-right: 3.4375rem;
}

footer .content .message li {
    margin-top: 1.3021rem;
}

footer .content .serve {
    margin-top: 20px;
}

footer .content .serve span {
    border-bottom: 1px solid #CDCDCD;
}

footer .content .relation {
    margin-top: 20px;
}

footer .content .relation .phone {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

footer .content .relation .service {
    width: 8.9583rem;
    height: 3.0729rem;
    line-height: 3.0729rem;
    background: #0065FF;
    border-radius: 1.5625rem 1.5625rem 1.5625rem .2083rem;
    transition: all 0.8s;
    text-align: center;
    cursor: pointer;
}

footer .content .relation .service:hover {
    color: #fff;
    border-radius: 1.5625rem;
}

footer .content .relation .client {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .content .relation .code {
    margin-left: 5.8333rem;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #CDCDCD;
}

footer .content .relation .wx {
    width: 6.5104rem;
    height: 6.5104rem;
    background: #9CC5FF;
    border-radius: 5px;
}

footer hr {
    width: 100vw;
    margin-top: 3.0556rem;
    background-color: #dddddd33;
}

.yqlj {
    display: flex;
    align-items: center;
}

.yqlj p,
.yqlj a {
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* 产品与服务 */
.security-service {
    margin-bottom: 1.0417rem;
}

.security-service p {
    font-size: .7292rem;
    font-weight: 400;
    color: #AFB0BE;
}

.security-service .tit-product {
    font-size: 1.0417rem;
    font-weight: 500;
    color: #63658B;
}

.security-service .main {
    width: 78.125rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1.0417rem;
}

/* 关于我们 */

.about-we .main {
    width: 78.125rem;
}

.about-we .main .describe {
    text-indent: 2em;
    font-size: 1.1458rem;
    line-height: 2.5rem;
    font-weight: 400;
    color: #6F7190;
    margin-top: 3.0208rem;
    margin-bottom: 4.4271rem;
}

.about-we .main .describe span {
    color: #080E5C;
}

.about-we .main .num {
    margin: 20px 10.4167rem;
    display: flex;
    flex-direction: column;
}

.about-we .main .num span {
    font-size: 2.6042rem;
    font-weight: bold;
    color: #080E5C;
}

.about-we .main .num i {
    font-size: .9375rem;
    font-weight: 400;
    color: #A2A4B0;
}

/* 二级页 */
/* 新闻详情 */
.new-details .main {
    width: 78.125rem;
}

.new-details .card {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 0px 2.0833rem 0px #3c00ff14;
    border-radius: .7813rem;
}

.new-details .new-content {
    width: 51.0417rem;
    padding: 3.0208rem 1.7188rem;
    color: #080E5C;
}

.new-details .new-content p {
    font-size: 16px;
    font-weight: 400;
    color: #63658B;
}

.new-details .new-content .date {
    margin-top: 1.1979rem;
    margin-bottom: 2.0833rem;
}

.new-details .new-content span {
    font-size: 16px;
    font-weight: 400;
    color: #A2A4B0;
}

.new-details .new-list {
    width: 26.3021rem;
    padding: 1.6146rem 1.4063rem;
}

.new-details .new-list hr {
    border: 1px solid #DDDDDD;
}

.new-details .new-list p {
    font-size: 16px;
    font-weight: 500;
    color: #63658B;
}

.new-details .new-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #A2A4B0;
    line-height: 28px;
}

.new-details .new-list li a:hover {
    color: #0065FF;
}

.view-status {
    margin: 1.4583rem 0;
}

.new-cut {
    margin-top: 4.0104rem;
    margin-bottom: 5.5729rem;
}

/* 赛事支撑 */
.service-content {
    margin-bottom: 3.125rem;
}

.service-content .mini-card {
    height: 5.9896rem;
    line-height: 5.9896rem;
    border: 1px solid;
    border-image: linear-gradient(0deg, #d4d4ff99, #ffffff99) 10 10;
    background: linear-gradient(0deg, #f5f5ff99 0%, #ffffff99 100%);
    border-radius: .7813rem;
    font-size: 1.3542rem;
    font-weight: 500;
    color: #63658B;
    padding: 0 2.0313rem;
    margin: 0 1.5104rem;
    white-space: nowrap;
    justify-content: normal;
}

.service-content .mini-card:hover {
    box-shadow: 0px 5px 27px 0px #3c00ff24;
}

.service-content .mini-card img {
    width: 1.9271rem;
    margin-right: 1.5625rem;
}

.reference-standard {
    margin-bottom: 3.125rem;
}

.reference-standard .main {
    width: 78.125rem;
    padding-top: 3.0208rem;
    padding-bottom: 4.3229rem;
}

.reference-standard .describe {
    font-size: 1.1458rem;
    font-weight: 400;
    color: #AFB0BE;
    line-height: 2.5rem;
}

.service-plus .sw_02 .swiper-slide {
    width: 14.5313rem;
    height: 5.9896rem;
    border: 1px solid;
    border-image: linear-gradient(0deg, #D4D4FF, #FFFFFF) 10 10;
    background: linear-gradient(0deg, #F5F5FF 0%, #FFFFFF 100%);
    box-shadow: 0px 5px 27px 0px rgba(60, 0, 255, 0.14);
    border-radius: 15px;
}

.service-plus .sw_02 .swiper-slide p {
    font-size: 1.1458rem;
    font-weight: 500;
    color: #63658B;
}

.service-plus .sw_02 .swiper-slide span {
    font-size: .7292rem;
    font-weight: 400;
    color: #AFB0BF;
    line-height: 30px;
}

.service-plus .main {
    position: relative;
    width: 78.125rem;
    overflow: hidden;
    margin-top: 3.125rem;
    margin-bottom: 4.6875rem;
}

.service-plus .next02:hover,
.service-plus .prev02:hover {
    transition: all .5s;
}

/* 应急响应 */
.incident-card {
    max-width: 50%;
    width: 50rem;
    height: 16.1979rem;
    background: linear-gradient(85deg, #F5F5FF 0%, #FFFFFF 100%);
    transition: all 0.8s;
}

.incident-card:hover {
    background: #F5F3FF;
}

.incident-card-left {
    padding: 1.5625rem 2.3438rem 0 10.9375rem;
}

.incident-card-right {
    padding: 1.5625rem 10.9375rem 0 2.3438rem;
}

.incident-card .tit {
    font-size: 1.3542rem;
    font-weight: 500;
    color: #080E5C;
}

.incident-card .content {
    font-size: .9375rem;
    font-weight: 400;
    color: #AFB0BF;
    margin: 1.4063rem 0;
}

.incident-card .margin-deviation {
    margin-right: 3.6458rem;
}

.incident-card span {
    color: #0065FF;
}

.incident-card button {
    margin-top: 10px;
}

/* 渗透测试 */
.service-object {
    margin-bottom: 3.125rem;
}

.service-object .main {
    width: 78.125rem;
}

.service-object .mini-card_box {
    width: 25%;
}

.service-object .mini-card-text_box-2 {
    width: 50%;
}

.service-object .mini-card {
    align-items: center;
    width: 17.2396rem;
    height: 5.9896rem;
    border: 1px solid;
    border-image: linear-gradient(0deg, #d4d4ff99, #ffffff99) 10 10;
    background: linear-gradient(0deg, #f5f5ff99 0%, #ffffff99 100%);
    border-radius: 15px;
    margin: 2.0833rem 3.125rem;
}

.service-object .mini-card-text {
    width: 17.2396rem;
    height: 9.5313rem;
    padding: 2.0833rem 1.0417rem;
}

.service-object .mini-card-text-2 {
    width: 36.1979rem;
    height: 12.5521rem;
    padding: 2.0833rem;
}

.service-object .mini-card:hover {
    border-image: linear-gradient(0deg, #D4D4FF, #FFFFFF) 10 10;
    background: linear-gradient(0deg, #F5F5FF 0%, #FFFFFF 100%);
    box-shadow: 0px .2604rem 1.4063rem 0px #3c00ff24;
}

.service-object .mini-card span {
    font-size: 1.3542rem;
    font-weight: 500;
    color: #63658B;
}

.service-object .mini-card .tit {
    white-space: nowrap;
    font-size: 1.3542rem;
    font-weight: 500;
    color: #63658B;
}

.service-object .mini-card .content {
    font-size: .9375rem;
    font-weight: 400;
    color: #AFB0BF;
}

.service-object .mini-card img {
    width: 2.2917rem;
    margin-right: 1.8229rem;
    min-width: 25px;
}

.service-flow .flow-back {
    width: 78.125rem;
    height: 31.25rem;
    background-image: url("../img/bottom-back.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-flow .star-back {
    width: 7.2917rem;
    height: 8.5938rem;
    text-align: center;
    background-image: url("../img/star.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;

    font-size: 1.0417rem;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
}

.service-flow .star-back-bot::after {
    content: "";
    position: absolute;
    width: 7.2917rem;
    height: 8.5938rem;
    border-radius: 50%;
    transform: rotateX(78deg);
    background: #f6f5ff;
    filter: blur(15px);
    top: 5.3rem;
}

.service-flow .arrow-star {
    width: 1.4063rem;
    height: 1.1458rem;
    min-width: 16px;
    min-height: 8px;
}

#privacy .main {
    width: 78.125rem;
}

#privacy .main p {
    color: #2c3e50;
    margin: 16px 0;
    font-size: 16px;
}

#privacy .main a {
    text-decoration: underline;
}

.advantage-service {
    margin-bottom: 3.125rem;
    padding-bottom: 3.125rem;
}

.advantage-service .main {
    width: 78.125rem;
}

.advantage-service .primary-card {
    width: 24.4271rem;
    height: 19.9479rem;
}

.advantage-service img {
    width: 9.8958rem;
}

.advantage-service .main p {
    margin-top: 4.1667rem;
    font-size: 1.3542rem;
    font-family: "SourceHanSansCN-Medium";
    font-weight: 500;
    color: #63658B;
}

.advantage-service-4 .primary-card {
    width: 18.2292rem;
    height: 14.8958rem;
}

.advantage-service-4 img {
    width: 6.4583rem;
}

.advantage-service-4 .main p {
    margin-top: 3.125rem;
}

.advantage-service .main p:hover {
    color: #0065FF;
}

/* 企业介绍 */
.bread {
    justify-content: flex-start;
}

.bread span,
.bread p,
.bread a {
    font-size: 12px;
    color: #999;
    line-height: 34px;
}

.bread span {
    margin: 0 8px;
}

.title01 {
    text-align: left;
    margin-top: 20px;
}

.title01 img {
    margin-bottom: 14px;
}

.title02 {
    margin-top: 20px;
}

.title03 {
    margin-top: 130px;
}

.title04 {
    margin-top: 20px;
}

.title01 img {
    margin-bottom: 20px;
}

.title05 img {
    margin-bottom: 30px;
}


.text_back01 {
    width: 100%;
    height: auto;
    background: url(../img/n_back01.png) no-repeat right;
}

.n_qywh {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 90px;
}

.n_qywh .sw_06 .swiper-slide {
    border-radius: 12px;
    position: relative;
}

.n_qywh .sw_06 .swiper-slide img {
    width: 100%;
}

.n_qywh .swiper-pagination03 {
    width: auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.n_qywh .swiper-pagination-bullet {
    width: 38px;
    height: 5px;
    border-radius: 4px;
    background-color: #e4e4e4;
    transition: all .5s;
    margin: 0 8px;
}

.n_qywh .swiper-pagination-bullet-active {
    width: 80px;
    background-color: #0065FF;
    transition: all .5s;
}

.qy_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 40%;
    background-color: #0065FF;
    padding-top: 30px;
    padding-left: 30px;
    border-radius: 12px;
}

.n_qywh .qy_text ._ig {
    display: flex;
    align-items: center;
}

.n_qywh .qy_text ._ig img {
    width: auto;
    height: auto;
    margin-right: 12px;
}

.n_qywh .qy_text ._ig b {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.n_qywh .qy_text p {
    color: #fff;
    line-height: 24px;
    margin-top: 14px;
}

.n_qywh .qy_text span {
    display: inline-block;
    margin: 0 45px;
}

.n_zzjg {
    position: relative;
}

.n_zzjg .title {
    position: absolute;
    left: 2%;
    top: 0;
}

.n_zzjg>img {
    width: 100%;
}


.fz_back {
    width: 100%;
    overflow: hidden;
    background: url(../img/n_back02.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: -60px;
}

/* 企业介绍 缩略图 开始 */

.n_fzlc #thumbs .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.n_fzlc #thumbs .swiper-slide-thumb-active img,
.n_fzlc #thumbs .swiper-slide:hover img,
.n_fzlc #thumbs .swiper-slide .green {
    display: none;
}

.n_fzlc #thumbs .swiper-slide-thumb-active .green,
.n_fzlc #thumbs .swiper-slide:hover .green {
    display: block;
}

.n_fzlc #thumbs .swiper-slide p {
    font: bold 17px 'Arial';
}

.n_fzlc #thumbs .swiper-slide-thumb-active p,
.n_fzlc #thumbs .swiper-slide:hover p {
    color: #0065FF;
}

#gallery .swiper-slide {
    display: flex;
    justify-content: center;
}

#gallery .swiper-slide .ga_right {
    position: relative;
}

#gallery .swiper-slide .ga_right h4 {
    position: absolute;
    top: -24px;
    left: -48px;
    display: block;
    font: bold 180px/1 'Arial';
    color: #0065FF;
    opacity: .1;
}

#gallery .swiper-slide .ga_right .tex_ {
    width: 610px;
    margin-top: 100px;
}

#gallery .swiper-slide .ga_right b {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

#gallery .swiper-slide .ga_right img {
    margin-top: 10px;
    margin-bottom: 20px;
}

#gallery .swiper-slide .ga_right p {
    line-height: 24px;
}

#gallery {
    /* padding-left: 130px; */
    padding-top: 18px;
    margin-bottom: 100px;
}

#gallery .ga_left {
    position: relative;
    margin-right: 140px;
}

#gallery .ga_left .back_ {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    background-color: #0065FF;
    position: absolute;
    top: -18px;
    left: -18px;
    z-index: -1;
}

#thumbs .swiper-button-next,
#thumbs .swiper-container-rtl .swiper-button-prev {
    background: url(../img/n_icon08.png) no-repeat;
    top: 29px;
    width: 27px;
    height: 27px;
}

#thumbs .swiper-button-prev,
#thumbs .swiper-container-rtl .swiper-button-next {
    background: url(../img/n_icon07.png) no-repeat;
    top: 29px;
    width: 27px;
    height: 27px;
}

.n_fzlc .line {
    width: 100%;
    height: 3px;
    background-color: #d2dddd;
    position: absolute;
    bottom: 82px;
    left: 0;
}

/* 企业介绍 缩略图 结束 */

/* 企业服务 */
.n_qyfw {
    display: flex;
    flex-wrap: wrap;
}

.gy02_box {
    width: 30%;
    height: 306px;
    background: url(../img/n_back03.png) no-repeat center;
    background-size: 97% 97%;
    margin-right: 5%;
    border: 1px solid #e4e7eb;
    box-shadow: 10px 10px 0px 0px #e5ebf0;
    border-radius: 12px;
    padding: 0 20px;
    margin-bottom: 50px;
    transition: all .8s;
}

.gy02_box:hover {
    background: url(../img/n_back04.png) no-repeat center;
    background-size: 97% 97%;
    box-shadow: 0px 0px 15px 12px #e5ebf0;
    transition: all .8s;
}

.gy02_boxs {
    margin-right: 0;
}

.gy02_box .t_title {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-left: 15px;
}

.gy02_box .t_title img {
    margin-right: 10px;
}

.gy02_box .t_title b {
    font-size: 20px;
    line-height: 58px;
    font-weight: bold;
}

.gy02_box .t_title b span {
    color: #0065FF;
}

.gy02_box .c_line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #eef2f1;
    margin-bottom: 12px;
}

.gy02_box .bs_text {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
}

.gy02_box .bs_text .b_tx {
    width: 45%;
}

.gy02_box .b_text .b_tx {
    display: flex;
    align-items: center;
}

.gy02_box .b_text .b_tx img {
    margin-right: 5px;
}

.gy02_box .b_text .b_tx p a,
.gy02_box .b_text .b_tx p {
    line-height: 30px;
    font-size: 16px;
}

.gy02_last {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 服务 项目 */
.p09_n {
    margin-top: 150px;
}

.p09_n01 {
    margin-top: 100px;
}

.p09_n02 {
    margin-top: 0;
}

.n_nav01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    overflow: hidden;
}

.n_nav01 li {
    width: 180px;
    line-height: 40px;
    margin: 0 26px;
    text-align: center;
    background-color: #f1f2f3;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all .5s;
}

.n_nav01 li p {
    font-size: 16px;
}

.n_nav01 .active,
.n_nav01 li:hover {
    background-color: #0065FF;
    transition: all .5s;
}

.n_nav01 .active p a,
.n_nav01 li:hover p a {
    color: #fff;
    transition: all .5s;
    transform: rotate();
}

.b_box {
    background-image: linear-gradient(to top, #f3f6f5, #f2f5f4, #f5f6f6, #fafbfa, #fff);
}

.b_box .f_box {
    display: flex;
    flex-wrap: wrap;
    padding-left: 24px;
    padding-bottom: 44px;
}

.b_box .s_box {
    width: 256px;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    transition: all .8s;
    position: relative;
    padding: 0 10px;
    padding-top: 24px;
    margin-right: 15px;
    margin-bottom: 32px;
}

.b_box .s_box:hover {
    box-shadow: 0px 0px 10px 5px #0000001a;
    transition: all .8s;
}

.b_box .s_box p {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin: 20px 0;
    text-align: center;
}

.b_box .rz {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background-color: #f1f2f3;
    transition: all .8s;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.b_box .s_box:hover .rz {
    color: #fff;
    background-color: #0065FF;
    transition: all .8s;
}

.k_box {
    display: flex;
    align-items: center;
}

.k_box p {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.k_box p img {
    margin-right: 10px;
}

.bl_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab_box02 table tr .t_one {
    width: 10%;
}

.tab_box02 table tr .t_two {
    width: 60%;
}

.tab_box02 table tr .t_three {
    width: 10%;
}

.tab_box02 table tr .t_four {
    width: 10%;
}

.tab_box02 table,
.tab_box02 table th,
.tab_box02 table td {
    border: 1px solid #deeee9;
    border-collapse: collapse;
}

.tab_box02 table tr {
    text-align: center;
    line-height: 42px;
}

.tab_box02 table th {
    font-size: 12px;
    font-weight: normal;
}

.tab_box02 table td {
    font-size: 12px;
    color: #666;
}

.cg1_one {
    padding-bottom: 0;
}

.cg1_one .cg01_ul {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cg1_one .cg01_ul p {
    margin-bottom: 23px;
    box-shadow: 0 0 10px 1px #0000001a;
}

.cg1_one .cg01_ul p img {
    width: 100%;
}

.cg02_box {
    display: flex;
    flex-wrap: wrap;
}

.cg02_box .s_box {
    width: 440px;
    height: 190px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 22px;
    transition: all .5s;
    margin-right: 40px;
    margin-bottom: 50px;
    position: relative;
}

.cg02_box .s0_box {
    margin-right: 0;
}

.cg02_box .s_box .s_th {
    display: flex;
    align-items: center;
}

.cg02_box .s_box:hover .s_th img,
.cg02_box .s_box .s_th .ba_ {
    display: none;
}

.cg02_box .s_box .s_th i {
    display: block;
    margin-left: 5px;
    margin-right: 30px;
    color: #666;
    line-height: 1;
    font-size: 16px;
}

.cg02_box .s_box .line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 18px 0;
}

.cg02_box .s_box a {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.cg02_box .s_box .c_jt {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.cg02_box .s_box:hover {
    background-color: #0065FF;
    transition: all .5s;
}

.cg02_box .s_box:hover a {
    color: #fff;
}

.cg02_box .s_box:hover .s_th i {
    color: #fff;
}

.cg02_box .s_box:hover .s_th .ba_ {
    display: block;
}

.xw01_nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.xw01_nav p {
    text-align: center;
    width: 180px;
    height: 40px;
    line-height: 40px;
    background-color: #f1f2f3;
    border-radius: 20px;
    margin: 0 25px;
    cursor: pointer;
}

.xw01_nav .active,
.xw01_nav p:hover {
    background-color: #0065FF;
    color: #fff;
}

.xw01_nav p:hover a,
.xw01_nav .active a {
    color: #fff;
}

.xw01_box {
    margin-top: 56px;
}

.xw01_box .xw01_s {
    display: flex;
    align-items: center;
    padding: 34px 52px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    margin-bottom: 26px;
    transition: all .5s;
}

.xw01_box .xw01_s:hover {
    background-color: #0065FF;
    transition: all .5s;
}

.xw01_box .xw01_s .xw01_ig1 {
    display: block;
    width: 332px;
    height: 195px;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 90px;
}

.xw01_box .xw01_s .xw01_ig1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s;
}

.xw01_box .xw01_s .xw01_ig1:hover img {
    transform: scale(1.1);
    transition: all .8s;
}

.xw01_box .xw01_text {
    width: 670px;
    margin-right: 180px;
}

.xw01_box .xw01_text i {
    display: block;
    color: #333;
    line-height: 20px;
}

.xw01_box .xw01_text .title {
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
}

.xw01_box .xw01_text p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.xw01_box .xw01_s:hover .xw01_text i,
.xw01_box .xw01_s:hover .xw01_text .title,
.xw01_box .xw01_s:hover .xw01_text p {
    color: #fff;
}

.feny {
    margin: 3.8542rem 0;
}

.feny ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feny ul li {
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin: 0 4px;
    transition: all .5s;
}

.feny ul li:first-child {
    width: 72px;
}

.feny ul li:last-child {
    width: 72px;
}

.feny ul li a {
    font-size: 12px;
    line-height: 36px;
    transition: all .5s;
}

.feny ul .active,
.feny ul li:hover {
    background-color: #0065FF;
    transition: all .5s;
}

.feny ul .active a,
.feny ul li:hover a {
    color: #fff;
    transition: all .5s;
}

@media (min-width:1920px) {
    .h_nav .ul_phone .h_pho {
        padding: 0;
    }
}

@media (min-width:1400px) {
    .main {
        width: 1400px;
    }
}

@media screen and (min-width:1400px) and (max-width:1599px) {
    .page06 .swiper04 {
        width: 100%;
    }

    .page05 .prev03 {
        left: 10px;
    }

    .page05 .next03 {
        right: 10px;
    }

    .page05 .sw_03 .swiper-slide {
        padding: 0 100px;
    }

    .sw_back .arrow1 .sw_02 {
        width: 1300px;
        margin: 0 auto;
    }

    .page05 .prev03,
    .arrow1 .prev16,
    .arrow1 .prev15,
    .arrow1 .prev14,
    .arrow1 .prev13,
    .arrow1 .prev12,
    .arrow1 .prev11 {
        left: 30px;
    }

    .page05 .next03,
    .arrow1 .next16,
    .arrow1 .next15,
    .arrow1 .next14,
    .arrow1 .next13,
    .arrow1 .next12,
    .arrow1 .next11 {
        right: 30px;
    }

}

@media screen and (min-width:1000px) and (max-width:1399px) {
    .main {
        width: 96%;
    }

    .h_nav .ul_a ul {
        width: 90vw;
    }

    .page06 .swiper04 {
        width: 100%;
    }

    .h_nav .ul_a>a {
        font-size: 14px;
    }

    .n_nav>ul li {
        width: 120px;
    }

    .sw_back .arrow1 .sw_02 {
        width: 100%;
    }

    .page05 .prev03,
    .arrow1 .prev16,
    .arrow1 .prev15,
    .arrow1 .prev14,
    .arrow1 .prev13,
    .arrow1 .prev12,
    .arrow1 .prev11 {
        left: 10px;
    }

    .page05 .next03,
    .arrow1 .next16,
    .arrow1 .next15,
    .arrow1 .next14,
    .arrow1 .next13,
    .arrow1 .next12,
    .arrow1 .next11 {
        right: 10px;
    }

    .page04 .swiper02 {
        width: 90%;
    }

    .page05 .sw_03 .swiper-slide {
        padding: 0px 40px;
    }

    .page07 .p_fl .n_box {
        margin-top: 30px;
    }

    .page07 .p_fr a {
        height: auto;
    }

    .page07 ul li {
        width: 24%;
        padding-left: 20px;
    }

    .page07 ul li img {
        margin-right: 10px;
    }

    .page08 .new_fr .n_l {
        margin-right: 20px;
    }

    .page08 .new_fr .n_r p {
        width: 300px;
    }

    .page08 .new_fr .n_r a {
        display: block;
        width: 300px;
    }

    .page08 .new_fl,
    .page08 .new_fr {
        height: auto;
    }

    .p09_back {
        background-size: 100% 100%;
    }

    .page09 .lx_fr {
        width: 38%;
        padding-left: 0;
        margin-right: 200px;
    }

    .p10_fr .nav_box {
        margin: 0 15px;
    }

    .b_an {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .gy02_box {
        padding: 0 15px;
    }

    .b_box .f_box {
        justify-content: space-evenly;
    }

    .cg02_box .s_box {
        width: 30%;
    }

    .xw01_box .xw01_s .xw01_ig1 {
        margin-right: 40px;
    }

    .xw01_box .xw01_text {
        margin-right: 10%;
    }
}

@media screen and (min-width:1000px) and (max-width:1299px) {
    #gallery .ga_left {
        margin-right: 100px;
    }

    #gallery .swiper-slide .ga_right .tex_ {
        width: 420px;
    }
}

@media screen and (min-width:1000px) and (max-width:1199px) {
    .cg1_one .cg01_ul {
        width: 980px;
    }
}

@media (min-width:1000px) {
    .tel {
        display: none !important;
    }

    /* 注意：当swiper中少于5个  添加sw_5类名 */
    /* .sw_05 .swiper-slide {
        width: auto !important;
        padding: 36px 20px 0;
        margin: 0 15px;
    } */
}

@media (max-width:999px) {
    .pc {
        display: none !important;
    }

    .crumbs {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .primary-btn {
        height: auto;
        line-height: normal;
        border-radius: 34px 34px 34px 0;
        padding: 5px;
    }

    .primary-btn a {
        font-size: 20px;
    }

    .primary-btn img {
        width: 18px;
        height: 20px;
    }

    .mini-card {
        width: 50%;
        height: auto;
        padding: 10px;
    }

    .solution .main .solution-tit {
        flex-wrap: wrap;
    }

    .solution .main .solution-tit li {
        font-size: 14px;
        width: 150px;
        height: auto;
    }

    .solution .card-box .card p {
        font-size: 16px;
    }

    .solution .card-box .card li {
        font-size: 14px;
    }

    .solution .solution-active {
        border-bottom: 2px solid #0065ff7d;
    }

    .solution .solution-active::after {
        display: none;
    }

    .solution .card-box {
        flex-wrap: wrap;
    }

    .solution .card-box .card {
        width: 90vw;
        height: auto;
        margin: 20px 0;
    }

    .informine .main .fl-between {
        flex-direction: column;
    }

    .informine .tit_fl li {
        height: auto;
        font-size: 16px;
    }

    .informine .card-box .card {
        width: auto;
        height: auto;
        padding: 20px;
    }

    .informine .card-box .card .details {
        width: auto;
    }

    .informine .card-box .card .details .tit {
        font-size: 16px;
    }

    .informine .card-box .card .details .content {
        font-size: 14px;
    }

    .about-we .main .describe {
        font-size: 14px;
        line-height: normal;
    }

    .service-content .fl-center {
        flex-wrap: wrap;
    }

    .service-content .mini-card {
        width: 50%;
        height: auto;
        font-size: 16px;
        padding: 20px;
    }

    .service-content .mini-card img {
        width: 40px;
    }

    .reference-standard .describe {
        line-height: normal;
        font-size: 14px;
    }

    .service-plus .sw_02 .swiper-slide {
        width: auto;
        height: auto;
    }

    .service-plus .sw_02 .swiper-slide p {
        font-size: 16px;
    }

    .service-plus .sw_02 .swiper-slide span {
        font-size: 14px;
    }

    .new-details .new-content {
        width: 100%;
    }

    .new-details .new-list {
        display: none;
    }

    .service-object .mini-card_box {
        width: 50%;
    }

    .service-object .mini-card {
        width: auto;
        height: auto;
        min-height: 50px;
    }

    .service-object .mini-card-text_box {
        width: 100%;
    }

    .service-object .mini-card span {
        font-size: 14px;
    }

    .advantage-service .primary-card {
        width: 50%;
        height: auto;
    }

    .banner-back {
        height: auto;
    }

    .banner-back .fl-center {
        flex-direction: column;
    }

    .banner-back h1 {
        font-size: 26px;
        text-align: center;
    }

    .banner-back p {
        width: 80%;
        height: auto;
        margin: auto;
        font-size: 14px
    }

    .service-flow .flow-back {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-flow .star-back {
        width: 9.2917rem;
        height: 10.5938rem;
        font-size: 12px;
    }

    .service-concept .swiper05-box {
        width: 80vw;
        height: auto;
        margin: auto;
    }

    .service-concept .swiper05 {
        width: 100%;
    }

    .service-concept .swiper05 .swiper-slide {
        width: 100%;
    }

    .advantage-service .fl-between {
        flex-wrap: wrap;
    }

    .advantage-service .fl-between div {
        margin-bottom: 10px;
    }

    .service-content .incident-card {
        width: auto;
        height: auto;
        margin: 10px 0;
        padding: 10px 20px;
    }

    .service-content .incident-card .flex {
        flex-wrap: wrap;
    }

    .incident-card .tit {
        font-size: 16px;
    }

    .incident-card .content {
        font-size: 14px;
    }

    .advantage-service .main p {
        font-size: 14px;
    }

    .advantage-service-4 img {
        width: 50px;
    }

    .fzf2 {
        width: 100%;
        margin: 0 auto;
    }

    .fzf2 p {
        font-size: 18px;
        color: #434343;
        text-align: center;
        line-height: 30px;
    }

    .sw_02 .swiper-slide {
        height: 220px;
        padding-top: 15px;
    }

    .sw_02 .swiper-slide .rz {
        font-size: 12px;
        width: 80px;
        height: 24px;
        line-height: 24px;
        bottom: 20px;

    }

    .sw_02 .swiper-slide i {
        font-size: 12px;
        margin: 10px 0;
    }

    .sw_02 .swiper-slide>a {
        text-align: center;
    }

    .sw_02 .swiper-slide>a img {
        width: 80%;
    }

    .b_box .f_box {
        padding-left: 0;
        justify-content: space-between;
    }

    .b_box .s_box {
        width: 48%;
        text-align: center;
        margin-right: 0;
        box-shadow: 0 0 10px 1px #0000001a;
    }

    .b_box .s_box a {
        display: block;
        width: 80%;
    }

    .n_nav01 {
        justify-content: space-between;
    }

    .n_nav01 li {
        width: 48%;
        margin: 5px 0;
    }

    .n_nav01 li p {
        font-size: 14px;
    }

    .cg1_one .cg01_ul {
        width: 90%;
    }

    .cg1_one .cg01_ul p {
        width: 48%;
    }

    .h_top {
        display: none;
    }

    .main {
        width: 90%;
    }

    header {
        width: 100% !important;
        height: 90px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        background-color: #ffffffcc;
    }

    header .th_nav {
        height: 90px;
        display: flex;
    }

    .th_logo {
        display: block;
        width: auto;
    }

    .th_logo img {
        width: 100px;
    }

    .th_nav>h5 {
        font-size: 16px;
        font-weight: bold;
        color: #0065FF;
    }

    .th_bt img {
        width: 30px;
    }

    .th_hk {
        background: #00000080;
        position: fixed;
        top: 0;
        right: -100%;
        transition: all .5s;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
    }

    .th_hk .th_fr {
        width: 80%;
        height: 100%;
        background-color: #fff;
        overflow-y: scroll;
        padding-top: 75px;
        position: relative;
    }

    .th_hk .th_fr .th_gb {
        position: absolute;
        top: 5%;
        right: 5%;
        cursor: pointer;
    }

    .th_hk .on {
        line-height: 60px;
    }

    .th_hk .on a {
        font: 18px/60px '微软雅黑';
        padding-left: 3vw;
    }

    .th_hk .active>a,
    .th_hk .on:hover>a {
        display: block;
        width: 100%;
        line-height: 60px;
        background-color: #eee;
        color: #0065FF;
        font-weight: bold;
    }

    .th_hk .on ul {
        display: none;
    }

    .th_hk .active ul {
        display: block;
        height: auto;
    }

    .th_hk .active ul li {
        height: 60px;
    }

    .th_hk .active ul li a {
        display: block;
        line-height: 60px;
        padding-left: 30px;
    }

    .th_hk .active ul li a:hover {
        background-color: #eee;
        color: #0065FF;
        font-weight: bold;
    }

    .th_hk .active ul .h_active a {
        color: #0065FF;
    }

    .banner {
        margin-top: 90px;
    }

    .sw_01 {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .sw_01 .swiper-slide a>img {
        width: 100%;
    }

    .banner .keyword {
        right: 5%;
    }

    .banner .keyword a {
        font-size: 15px;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 5%;
    }

    .title {
        margin-top: 20px;
    }

    .title h3 {
        font-size: 20px;
        line-height: 40px;
    }

    .title p {
        font-size: 16px;
        line-height: 30px;
    }

    .title img {
        margin-bottom: 40px;
    }

    .n_nav {
        width: 100%;
        overflow: hidden;
    }

    .n_nav>ul li p {
        font-size: 14px;
        width: auto;
    }

    .n_nav .swiper_t05 {
        width: 90%;
        margin: 0 auto;
    }

    .swiper_t05 .swiper-slide {
        padding: 5px 0;
        border-radius: 20px;
        text-align: center;
    }

    #ul_five .active {
        background-color: #0065FF;
        color: #fff;
    }

    .sw_back {
        padding-bottom: 50px;
    }

    .sw_back .arrow1 .sw_02 {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .page05 .prev03,
    .arrow1 .prev16,
    .arrow1 .prev15,
    .arrow1 .prev14,
    .arrow1 .prev13,
    .arrow1 .prev12,
    .arrow1 .prev11 {
        display: none;
        /* left: -10px; */
    }

    .page05 .next03,
    .arrow1 .next16,
    .arrow1 .next15,
    .arrow1 .next14,
    .arrow1 .next13,
    .arrow1 .next12,
    .arrow1 .next11 {
        display: none;
        /* right: -10px; */
    }

    /* 
    .sw_05 .swiper-slide {
        margin: 0;
        padding: 0 10px;
        padding-top: 24px;
    } */


    .page03_t {
        background: url(../img/tel_back01.png) no-repeat center;
        background-size: 100% 100%;
        padding-bottom: 100px;
    }

    .page03_ult {
        flex-direction: column;
    }

    .page03_ult .p_ult {
        display: flex;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 50px;
        transition: all .5s;
    }

    .page03_ult .p_ult:hover {
        width: 90%;
        background-color: #ffffff4d;
        padding: 30px;
        border-radius: 12px;
        transition: all .5s;
    }

    .page03_ult .p_ult .t_img img {
        width: 55px;
        margin-right: 25px;
    }

    .page03_ult .p_ult .big_img {
        display: none;
    }

    .page03_ult .p_ult .t_text h4 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 30px;
    }

    .page03_ult .p_ult .t_text p {
        font-size: 12px;
        color: #c8c7d3;
        line-height: 20px;
    }

    .page04 .swiper02_tel {
        width: 90%;
        height: 255px;
        margin: 0 auto;
        position: relative;
    }

    .swiper02_tel .swiper-slide {
        border-radius: 8px;
        overflow: hidden;
        z-index: 2;
    }

    .swiper02_tel .swiper-slide-active {
        z-index: 9;
    }

    .swiper02_tel .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .page04 .text {
        padding: 10px 20px;
    }

    .page04 .text .t_top img {
        width: 30px;
    }

    .page04 .text h4 {
        font-size: 16px;
        line-height: 30px;
    }

    .page04 .text b {
        font-size: 30px;
        font-family: '微软雅黑';
    }

    .page04 #ul_07 {
        width: 80%;
        height: auto;
        position: absolute;
        top: 18%;
        left: 10%;
        z-index: 100;
    }

    .page04 .text p {
        font-size: 12px;
        line-height: 1.5;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }

    .page04 .text p img {
        display: block;
        float: left;
        margin-top: 5px;
    }

    .page04 .prev02,
    .page04 .next02 {
        width: 30px;
        height: 30px;
    }

    .page04 .prev02 {
        top: 60%;
        left: -15px;
    }

    .page04 .next02 {
        top: 60%;
        right: -15px;
    }

    .page05 {
        padding-bottom: 25px;
        background: url(../img/tel_back03.png) no-repeat center;
        background-size: 100% 100%;
        padding-top: 0;
    }

    .page05 .swiper03_t {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
    }

    .page05 .swiper03_t img {
        width: 100%;
    }

    .page05 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 0;
    }

    .page05 .swiper-pagination02 {
        text-align: center;
        margin-top: 30px;
    }

    .page05 .swiper-pagination-bullet {
        width: 26px;
        height: 4px;
        background-color: #ccc;
        border-radius: 0;
        margin: 0 4px;
    }

    .page05 .swiper-pagination-bullet-active {
        background-color: #0065FF;
        width: 26px;
        height: 4px;
    }

    .page05 .title img {
        margin-bottom: 30px;
    }

    .page06>a {
        margin-top: 20px;
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .p06_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p06_box .p06_lis {
        width: 30%;
        margin-bottom: 30px;
        box-shadow: 0px 0px 20px 2px #dee4eb;
    }

    .p06_box .p06_lis img {
        width: 100%;
    }

    .page07 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .page07 .p_fr a {
        height: auto;
    }

    .page07 .p_fr,
    .page07 .p_fl {
        width: 100%;
    }

    .page07 .p_fl b {
        font-size: 16px;
        line-height: 60px;
    }

    .page07 .p_fl .n_box {
        margin-top: 40px;
    }

    .page07 .p_fl .num {
        margin-right: 0;
    }

    .page07 .p_fl .num01 {
        margin-right: 20px;
    }

    .page07 .p_box .flex {
        flex-wrap: wrap;
    }

    .page08_title {
        margin-top: 40px;
    }

    .page08_title .ti_fr {
        margin-top: 0;
        float: none;
    }

    .page08_title .ti_fr li p {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .page08_title .ti_fr li span {
        margin: 0;
    }

    .page08 .new_fl,
    .page08 .new_fr {
        width: 100%;
        height: auto;
    }

    .page08 .new_fl {
        margin: 20px 0;
    }

    .page08 .new_fl .new_box .date {
        width: 100%;
        height: 62px;
        background-color: #0065FF;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        padding: 0 10px;
        opacity: 1;
    }

    .page08 .new_fl .new_box .text,
    .page08 .new_fl .new_box .date p {
        font-size: 12px;
    }

    .page08 .new_fl .new_box .date p {
        margin-right: 10px;
    }

    .page08 .new_fr .n_r a,
    .page08 .new_fr .n_l b {
        font-size: 14px;
        display: block;
        width: 100%;
    }

    .page08 .new_fr .n_r {
        width: 70%;
    }

    .page08 .new_fr .n_r p,
    .page08 .new_fr .n_l i {
        font-size: 12px;
        width: 100%;
    }

    .page08 .new_fr .n_l {
        margin-right: 20px;
    }

    .page08 .new_fr .new_ul {
        padding: 10px 10px 15px;
    }

    .page08 .new_fr>span {
        display: block;
        width: 100%;
        height: 1px;
        background-color: #c9c9c9;
        margin: 10px 0;
    }

    .page08 .new_fr>a {
        display: block;
        text-align: center;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        border-radius: 15px;
        margin: 0 auto;
        background-color: #0065FF;
        color: #fff;
        margin-top: 30px;
    }

    .page09 .lx_fr {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    .page09 .lx_fr .btn {
        width: auto;
        height: auto;
        font-size: 14px;
    }

    .page09 .lx_fr .card {
        width: auto;
        height: auto;
    }

    .page09 .lx_fr .card .fl-flex {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .page09 .lx_fr .card li {
        height: auto;
        width: auto;
        margin: 5px 10px;
        padding: 5px;
        line-height: normal;
        font-size: 14px;
    }

    .page09 .lx_fr form {
        display: block;
    }

    .page09 .lx_fr form .form-item {
        width: auto;
    }

    .page09 .lx_fr form .form-item label {
        display: block;
        width: 60px;
    }

    .page09 .lx_fr form .form-item input {
        width: 100%;
        height: 30px;
    }

    .page09 .lx_fr .submit {
        margin: 20px auto;
        width: auto;
        height: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .security-service .tit-product {
        font-size: 16px;
    }

    .security-service p {
        font-size: 14px;
    }

    .b_an {
        margin-top: 50px;
        margin-bottom: 130px;
    }

    .b_an a,
    .b_an p {
        font-size: 12px;
    }


    .fixed_nav {
        width: 100%;
        height: 90px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }

    .fixed_nav ul {
        justify-content: space-around;
        height: 100%;
        background-color: #fff;
    }

    .fixed_nav ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25%;
    }

    .fixed_nav ul li>.ic {
        width: 25px;
    }

    .fixed_nav ul li>.ic img {
        width: 100%;
    }

    .fixed_nav ul li>.tx {
        margin: 5px 0;
    }

    .fixed_nav ul li:hover>.tx,
    .fixed_nav ul .active>.tx {
        color: #0065FF;
    }

    .fixed_nav ul li .ic .red,
    .fixed_nav ul .active .ic img {
        display: none;
    }

    .fixed_nav ul .active .ic .red {
        display: block;
    }

    @keyframes bounce_a {

        0%,
        20%,
        53%,
        80%,
        100% {
            -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        40%,
        43% {
            -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            -webkit-transform: translate3d(0, -14px, 0);
            transform: translate3d(0, -14px, 0);
        }

        70% {
            -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
        }

        90% {
            -webkit-transform: translate3d(0, -1px, 0);
            transform: translate3d(0, -1px, 0);
        }
    }

    .bounce_a {
        -webkit-animation-name: bounce_a;
        animation-name: bounce_a;
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    .fixed_nav .fix_tel {
        width: 49px;
        position: absolute;
        left: calc(50% - 25px);
        top: -22px;
        animation: bounce_a 2s infinite;
    }

    .fixed_nav .fix_tel a {
        display: block;
        width: 45px;
        height: 45px;
    }

    .fixed_nav .fix_tel a img {
        width: 100%;
    }

    .n_qywh {
        padding-bottom: 50px;
    }

    .qy_text {
        padding: 4%;
        width: 100%;
        height: 43%;
    }

    .n_qywh .qy_text ._ig img {
        width: 20px;
    }

    .n_qywh .qy_text ._ig b {
        font-size: 14px;
        line-height: 24px;
    }

    .n_qywh .qy_text p {
        margin-top: 0px;
        font-size: 12px;
    }

    .n_qywh .swiper-pagination-bullet {
        width: 25px;
        margin: 0 5px;
    }

    .n_qywh .swiper-pagination-bullet-active {
        width: 35px;
    }

    .n_qywh .swiper-pagination03 {
        bottom: 15px;
    }

    .n_qywh .qy_text span {
        margin: 0 10px;
    }

    .n_zzjg {
        padding-bottom: 60px;
    }

    .n_zzjg .title {
        left: 5%;
    }

    .n_zzjg>img {
        padding-top: 80px;
        display: block;
    }

    #gallery .ga_left {
        margin-right: 0;
    }

    .n_fzlc #thumbs .swiper-slide p {
        font-size: 24px;
        line-height: 68px;
    }

    #gallery {
        margin-bottom: 30px;
    }

    #gallery .ga_left .back_,
    #gallery .swiper-slide .ga_right h4 {
        display: none;
    }

    #gallery .swiper-slide {
        flex-direction: column;
    }

    #gallery .ga_left .ig_ img {
        width: 100%;
    }

    #gallery .swiper-slide .ga_right .tex_ {
        width: 100%;
        margin-top: 10px;
    }

    .n_qyfw {
        justify-content: space-between;
    }

    .gy02_box {
        width: 48%;
        margin-right: 0;
        padding: 0 5px;
        box-shadow: 5px 5px 0px 0px #e5ebf0;
        overflow: auto;
    }

    .gy02_box .b_text .b_tx p a,
    .gy02_box .b_text .b_tx p {
        font-size: 12px;
        line-height: 2;
    }

    .gy02_box .b_text .b_tx {
        align-items: baseline;
        width: 100%;
    }


    .gy02_box .t_title {
        padding-left: 0;
    }

    .gy02_box .t_title b {
        font-size: 12px;
    }

    .gy02_box:hover {
        box-shadow: 0px 0px 5px 5px #e5ebf0;
    }

    .tab_box02 table tr .t_four,
    .tab_box02 table tr .t_one {
        width: 20%;
    }

    .tab_box02 table tr .t_three {
        width: 15%;
    }

    .tab_box02 table tr .t_two {
        width: 45%;
    }

    .k_box {
        flex-wrap: wrap;
    }

    .bl_box {
        display: block;
    }

    .cg02_box .s_box {
        margin-right: 0;
    }

    .xw01_box .xw01_s {
        flex-direction: column;
        padding: 20px;
    }

    .xw01_box .xw01_s .xw01_ig1 {
        width: 100%;
        margin-right: 0;
    }

    .xw01_box .xw01_text {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }

    .xw01_box .xw01_ic {
        display: none;
    }

    .xw01_box .xw01_text .title {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .xw01_nav p {
        width: 30%;
        margin: 0;
    }

    .xw01_nav {
        justify-content: space-between;
    }

    .xw01_box {
        margin-top: 30px;
    }

    footer .fl-between {
        flex-wrap: wrap;
    }

    footer .content .relation .code {
        margin: auto;
    }

    footer .content .relation .wx {
        width: 100px;
        height: 100px;
    }

    footer .content .relation .service {
        display: none;
    }
}

@media (max-width:768px) {
    .h_nav {
        display: none;
    }

    .service-flow .star-back {
        width: 85px;
        height: auto;
        font-size: 12px;
    }

}

@media (max-width:450px) {
    .b_box .f_box {
        padding-left: 0;
        justify-content: space-between;
    }

    .b_box .s_box {
        width: 48%;
        height: 270px;
        margin-right: 0;
        box-shadow: 0 0 10px 1px #0000001a;
    }

    .b_box .s_box a {
        display: block;
        width: 80%;
    }

    .b_box .s_box a img {
        width: 100%;
    }
}