html {
    width: 100%;
    /*-webkit-text-size-adjust: none;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-size: 24rem;
    color: #252525;
    line-height: 36rem;
    background: #fff;
    min-height: 100%;
    font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
ul li,
ol,
li {
    list-style: none outside none;
}

img {
    vertical-align: middle;
    border: none;
    /*width: 100%;*/
}

i {
    font: inherit;
}

input,
select,
option {
    vertical-align: middle;
    border-radius: 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

h1,
h2,
h3,
h4,
h5,
h6,
i,
strong {
    font-weight: normal;
}

select::-ms-expand {
    display: none;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
    display: block;
    _height: 1px;
    clear: both;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
    /* font-family: "微软雅黑" */
}

.overflow {
    overflow: hidden;
}

.jv {
    margin: 0 auto;
}

.text {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 主页 */

.index-top {
    max-width: 100%;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .2);
}

.index-top .index-top1 {
    width: 2562rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-top .index-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15rem 0;
}

.index-top .index-left>span {
    width: 49rem;
    height: 53rem;
    margin-right: 10rem;
    display: block;
}

.index-top .index-left ul li {
    line-height: 100%;
    font-size: 12rem;
    color: #252525;
}

.index-top .index-left ul li:nth-of-type(1) {
    font-weight: bold;
    font-size: 18rem;
    padding-bottom: 7rem;
}

.index-top .index-left ul li span {
    color: #808080;
    padding-left: 10rem;
}

.index-top span img {
    width: 100%;
}

.index-top .index-top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s;
}

.index-top .index-top-nav li {
    padding: 0 38rem;
    height: 108rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27rem;
    line-height: 63rem;
}

.index-top .index-top-nav li.index-top-nav-on {
    background-color: #fde6f9;
    color: #b4269c;
    border-bottom:5rem solid #b71d9d;
    border-top:5rem solid #fde6f9;
    position: relative;
}

.index-top .index-top-nav li.index-top-nav-on a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b4269c;
    font-weight: bolder !important;
}


/* banner */

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.swiper-container img {
    width: 100vw;
}


.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 24rem;
    height: 15rem;
    border-radius: 15rem;
}

.swiper-pagination-bullet-active {
    width: 60rem;
    background-color: #FFF;
}

.index-tie {
    width: 2562rem;
    margin: 0 auto;
    text-align: center;
    /* margin:  75px 0 45px 0; */
    line-height: 100%;
    padding: 112.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48rem;
    color: #252525;
}

.index-tie span {
    padding: 0 23rem;
}

.index-tie i {
    width: 45rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 6rem;
    background-color: #B3269B;
}


/* 軟件概述 */

.index-describe {
    width: 2562rem;
    margin: 0 auto 80rem auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-describe>li {
    width: 50%;
}

.index-describe>li:nth-last-of-type(1) {
    background-color: #F9F9F9;
}


/* 軟件概述左 */

.index-describe .index-describe-one {
    box-sizing: border-box;
    padding-right: 70rem;
}

.index-describe .index-describe-one h2 {
    font-size: 39rem;
    color: #252525;
    padding-top: 37.5rem;
    padding-bottom: 22.5rem;
    line-height: 100%;
}

.index-describe .index-describe-one h3 {
    font-size:27rem;
    color: #B3279C;
    text-transform: uppercase;
    line-height: 100%;
}

.index-describe .index-describe-one p {
    font-size: 30rem;
    line-height: 60rem;
    padding-top: 45rem;
    letter-spacing: 5rem;
}

.index-describe .index-describe-one .index-dow {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 90rem 0;
}

.index-describe .index-describe-one .index-dow a {
    display: flex;
    width: 330rem;
    height: 120rem;
    align-items: center;
    justify-content: center;
    font-size: 54rem;
    box-sizing: border-box;
    border: 3rem solid #B3279C;
    color: #B3279C;
    border-radius: 15rem;
}

.index-describe .index-describe-one .index-dow a:nth-last-of-type(1) {
    background-color: #B3279C;
    color: #FFF;
    margin-left: 102rem;
}


/* 軟件概述右 */

.index-describe .index-describe-two {
    background-color: #F9F9F9;
    box-sizing: border-box;
    padding: 34rem 34rem 60rem;
    overflow: hidden;
    position: relative;
}

.swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-container1 img {
    width: 100%;
}

.swiper-container1 .swiper-slide h2 {
    font-size: 18rem;
    padding-top: 20rem;
}

.swiper-container1 .swiper-button-next,
.swiper-container1 .swiper-button-prev {
    width: 36rem;
    height: 36rem;
    top: auto;
    right: 34rem;
    bottom: 20rem;
    overflow: hidden;
    background-color: #D58BCA;
}

.swiper-container1 .swiper-button-prev,
.swiper-container1 .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 70rem;
}

.swiper-container1 .swiper-button-next:after,
.swiper-container1 .swiper-container-rtl .swiper-button-prev:after,
.swiper-container1 .swiper-button-prev:after,
.swiper-container1 .swiper-container-rtl .swiper-button-next:after {
    font-size: 24rem;
    color: #FFF;
}


/* 为什么选择 */

.index-why {
    width: 100%;
    margin: 0 auto;
    background-color: #f5faff;
    overflow: hidden;
    padding-bottom: 130rem;
}

.index-why-sm {
    width: 2562rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-why-sm>.index-why-left,
.index-why-sm>.index-why-right {
    width: 50%;
}

.index-why-sm .index-why-img {
    display: none;
}

.index-why-sm .index-why-left li {
    height: 120rem;
    box-sizing: border-box;
    border: 1px solid #edeef0;
    padding: 0 50rem;
    margin-bottom: 10px;
    background-color: #FFF;
    /* display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between; */
    cursor: pointer;
}

.index-why-sm .index-why-left li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.index-why-sm .index-why-left li.on {
    height: auto;
    border: 2rem solid #efe9f7;
    background-color: #efe9f7;
}

.index-why-sm .index-why-left li .index-why-icon {
    height: 120rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 34rem;
}

.index-why-sm .index-why-left li .index-why-icon img {
    width: 30rem;
    height:30rem;
}

.index-why-sm .index-why-left li .index-why-icon span {
    width: 586rem;
    padding: 0 30rem;
}

.index-why-sm .index-why-left li .index-why-icon i {
    width: 40rem;
    height: 40rem;
    border: 2rem solid #bababa;
    border-radius: 50%;
    box-sizing: border-box;
    background: url(/assets/images/front_pc/jia.png) no-repeat center;
}

.index-why-sm .index-why-left li.on .index-why-icon {
    /* height: 50px; */
}

.index-why-sm .index-why-left li.on .index-why-icon i {
    border: 2rem solid #B3279C;
    color: #B3279C;
    background: url(/assets/images/front_pc/jian.png) no-repeat center;
}

.index-why-sm .index-why-left li .index-why-txt {
    display: none;
}

.index-why-sm .index-why-left li.on .index-why-txt {
     width: 100%;
     border: 2rem solid #f799e3;
     padding: 26rem 30rem;
     box-sizing: border-box;
     margin-bottom: 30rem;
     background-color: #FFF;
     font-size:30rem;
     line-height: 48rem;
 }

.index-why-sm>.index-why-right {
    box-sizing: border-box;
    padding: 195rem;
}

.index-why-sm>.index-why-right img {
    height: 800rem;
}


/* 软件功能 */

.index-gn {
    width: 1400px;
    margin: 0 auto 75px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.index-gn .index-gn-nav {
    width: 100%;
    height: 74px;
    border: 1px solid #bababa;
    background-color: #f9f9f9;
    box-sizing: border-box;
    line-height: 100%;
    font-size: 20px;
    color: #B3269B;
    text-align: center;
}

.index-gn .index-gn-nav span:nth-of-type(1) {
    float: left;
    height: 100%;
    width: 338px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-gn .index-gn-nav span:nth-of-type(2) {
    float: left;
    width: 670px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-gn .index-gn-nav span:nth-of-type(3) {
    float: right;
    width: 389px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-gn .index-gn-list {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #BABABA;
    /* align-items: center; */
    justify-content: space-between;
}

.index-gn .index-gn-list .index-gn-left {
    width: 340px;
    float: left;
    font-size: 18px;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    /* border: 1px solid #bababa;
	border-top: 0; */
}

.index-gn .index-gn-list .index-gn-left li {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #faf9fe;
    cursor: pointer;

}

.index-gn .index-gn-list .index-gn-left li.on {
    background-color: #c047a2;
    color: #FFF;
    border-left: 1px solid #c047a2;
    border-right: 1px solid #c047a2;
}

.index-gn .index-gn-list .index-gn-right {
    width: 1060px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: none;
}

.index-gn .index-gn-list .index-gn-right .index-gn-right1 {
    float: left;
    width: 670px;
    height: 450px;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0px 0px;
    position: absolute;
    top: 0;
    left: 0;

}

.index-gn .index-gn-list .index-gn-right .index-gn-right1 dl dt {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #B3269B;
    border-bottom: 1px solid #B3269B;
    font-size: 18px;
    padding: 0 30px;
}

.index-gn .index-gn-list .index-gn-right .index-gn-right1 dl dd {
    font-family: 'Microsoft Yahei';
    line-height: 28px;
    box-sizing: border-box;
    padding: 10px 30px;
}

.index-gn .index-gn-list .index-gn-right .index-gn-right2 {
    float: right;
    width: 390px;
    height: 450px;
    box-sizing: border-box;
    border-right: 1px solid #BABABA;
    border-left: 1px solid #BABABA;
}

.index-gn .index-gn-list .index-gn-right .index-gn-right2 ul {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    /*
    overflow: scroll;
    */
    overflow: auto;
}

.index-gn .index-gn-list .index-gn-right .index-gn-right2 ul li {
    height: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

.index-gn .index-gn-list .index-gn-right .index-gn-right2 ul li h2 {
    font-size: 16px;
    text-align: center;
}

.index-gn .index-gn-list .index-gn-right .index-gn-right2 ul li img {
    padding-bottom: 10px;
}


/* 软件展示 */

.index-zs {
    width: 2562rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-zs ul {
    width: 670rem;
}

.index-zs ul li {
    width: 100%;
    height: 134rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 100rem;
    border-radius: 67rem;
    font-size: 40rem;
    cursor: pointer;
    margin: 16rem 0;
}

.index-zs ul li.on {
    background-color: #ffe7fb;
    color: #B3269B;
}

.index-zs ul li span {
    padding-left: 80rem;
    background-size:40rem auto !important;
    height:40rem;
    display: block;
    line-height: 40rem;
}

.index-zs ul li:nth-of-type(1) span {
    background: url(/assets/images/front_pc/icon_a.png) no-repeat left;
}

.index-zs ul li:nth-of-type(1).on span {
    background: url(/assets/images/front_pc/icon_a1.png) no-repeat left;
}

.index-zs ul li:nth-of-type(2) span {
    background: url(/assets/images/front_pc/icon_b.png) no-repeat left;
}

.index-zs ul li:nth-of-type(2).on span {
    background: url(/assets/images/front_pc/icon_b1.png) no-repeat left;
}

.index-zs ul li:nth-of-type(3) span {
    background: url(/assets/images/front_pc/n_3.png) no-repeat left;
}

.index-zs ul li:nth-of-type(3).on span {
    background: url(/assets/images/front_pc/n_3-active.png) no-repeat left;
}

.index-zs .index-video {
    width: 690rem;
    display: none;
}

.index-zs .index-video video {
    width: 100%;
    height:800rem;
    display: block;
}


/* 主页底部 */

.foot {
    width: 100%;
    margin: 0 auto;
    background-color: #2c3947;
}

.foot .foot-top {
    width: 2562rem;
    margin: 0 auto;
    background-color: #2c3947;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    /*padding-top: 70px;*/
    padding-top: 35rem;
    padding-bottom: 35rem;
}

.foot .foot-top>ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-size: 18px;
}

.foot .foot-top>ul li {
    font-size:34rem;
    line-height:34rem;
    padding-bottom:15rem;
    padding-top:15rem;
}

.foot .foot-top>ul li:nth-of-type(1) {
    width: 484rem;
}

.foot .foot-top>ul li:nth-of-type(2) {
    width: 514rem;
    box-sizing: border-box;
    padding-left: 90rem;
}

.foot .foot-top>ul li:nth-of-type(3) {
    width: 402rem;
    box-sizing: border-box;
    text-align: center;
}

.foot .foot-top .foot-tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .foot-top .foot-tel ul:nth-of-type(1) {
    width: 484rem;
    box-sizing: border-box;
    border-right: 1rem solid #FFF;
    padding: 10rem 50rem 10rem 0;
}

.foot .foot-top .foot-tel ul:nth-of-type(1) li {
    color: #FFF;
    line-height: 54rem;
    word-break: break-all;
    font-size: 28rem;
}

.foot .foot-top .foot-tel ul:nth-of-type(2) {
    width: 514rem;
    box-sizing: border-box;
    border-right: 1rem solid #FFF;
    /* padding: 15px; */
    padding: 20rem 100rem;
}

.foot .foot-top .foot-tel ul:nth-of-type(2) li {
    float: left;
    width: 33.3%;
    line-height: 66rem;
    font-size:28rem;
    padding-left: 14rem;
    box-sizing: border-box;
    text-align: left;
}

.foot .foot-top .foot-tel ul:nth-of-type(2) li a {
    color: #FFF;
}

.foot .foot-top .foot-tel>div {
    width: 402rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.foot .foot-top .foot-tel>div img {
    width: 136rem;
    height: 136rem;
    margin: 0 auto;
    display: block;
    border-radius: 15rem;
    overflow: hidden;
    padding-top: 35rem;
    padding-bottom: 10rem;
}

.foot .foot-top .foot-tel>div h2 {
    font-size: 16rem;
    color: #FFF;
}

.foot .foot-more {
    width: 1400rem;
    margin: 0 auto 65rem auto;
    display: flex;
    align-items: center;
    justify-content: left;
}

.foot .foot-more a {
    width: 116rem;
    height: 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10rem;
    border: 1rem solid #FFF;
    color: #FFF;
}

.foot .foot-more a img {
    padding-left: 7rem;
}

.foot .foot-bottom {
    width: 100%;
    height: 80rem;
    background-color: #1b2838;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26rem;
    color: #FFF;
}


/* 首页-申请试用 */

.index-sy-po {
    width: 1400px;
    font-size: 18px;
    line-height: 100%;
    padding: 35px 0;
}

.index-sy-po a {
    padding: 0 5px;
}

.index-sy-po a:nth-last-of-type(1) {
    color: #B3269B;
}

.index-sy-sq {
    width: 1400px;
    padding-bottom: 75px;
    /* border-top: 3px solid #B3269B; */
}

.index-sy-sq h2 {
    border-bottom: 2px solid #B3269B;
    color: #252525;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.index-sy-sq .index-sy-form {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-direction: column;
}

.index-sy-sq .index-sy-form>span {
    padding-left: 38px;
}

.index-sy-sq .index-sy-form>span.index-sy-color {
    padding: 25px 0 25px 38px;
}

.index-sy-sq .index-sy-form>span.index-sy-color a {
    color: #B3269B;
}

.index-sy-sq .index-sy-form label {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.index-sy-sq .index-sy-form label span {
    display: inline-block;
    width: 90px;
    text-align: right;
}

.index-sy-sq .index-sy-form label input {
    /* opacity: 0; */
    width: 540px;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    text-indent: 20px;
    font-size: 16px;
    color: #252525;
}

.index-sy-sq .index-sy-form label input.index-sy-sub {
    height: 60px;
    font-size: 18px;
    background-color: #B3269B;
    color: #FFF;
    cursor: pointer;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #252525;
    font-size: 16px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #252525;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #252525;
    font-size: 16px;
}

.index-sy-sq .index-sy-form label span i {
    color: #FB0030;
}


/* 产品展示-详情 */

.product-deta {
    width: 1400px;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
    padding: 0 30px 30px 30px;
    margin-bottom: 75px;
}

.product-deta h2 {
    border-bottom: 2px solid #B3269B;
    font-size: 22px;
    line-height: 100%;
    padding-bottom: 18px;
    margin-bottom: 5px;
    padding-top: 30px;
}

.product-deta p {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0;
}

.product-deta .product-deta-img {
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-deta-back {
    width: 140px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #B3269B; */
    color: #B3269B;
    font-size: 18px;
    background-color: #F5E3F3;
    border-radius: 30px;
    margin-top: 50px;
}

.product-deta .product-deta-back img {
    padding-right: 5px;
}


/* 行业应用 */

.index-app {
    width: 2562rem;
    height: 110rem;
    margin: 36rem auto 16rem auto;
    display: flex;
    align-items: center;
    justify-content: left;
    min-width: fit-content;
    background-color: #FFF5FD;
}

.index-app li {
    height: 100%;
    padding: 0 30rem;
    display: flex;
    align-items: center;
    font-size: 28rem;
    position: relative;
    cursor: pointer;
}

.index-app li.on {
    color: #B3269B;
}

.index-app li.on i {
    width: 40rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 4rem;
    background-color: #B3269B;
    position: absolute;
    left: 50%;
    top: 65rem;
    transform: translateX(-50%);
    border-radius: 5rem;
}

.index-app-txt {
    width: 1400px;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #E7E7E7;
    display: none;
    margin-bottom: 75px;
}

.index-app-txt h2 {
    font-size: 22px;
    border-bottom: 2px solid #B3269B;
    padding-bottom: 18px;
}

.index-app-txt .index-app-bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}

.index-app-txt .index-app-bot .index-app-left {
    width: 795px;
}

.index-app-txt .index-app-bot .index-app-left p {
    line-height: 28px;
    padding-bottom: 25px;
    font-size: 18px;
}

.index-app-txt .index-app-bot .index-app-left .product-deta-back {
    width: 140px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #B3269B;
    color: #B3269B;
    font-size: 18px;
    background-color: #F5E3F3;
    border-radius: 30px;
    margin-top: 50px;
}

.index-app-txt .index-app-bot .index-app-right {
    width: 510px;
}

.index-app-txt .index-app-bot .index-app-right img {
    display: block;
    width: 100%;
    padding-bottom: 20px;
}


/* 关于我们-发展路线 */

.index-adout {
    border: 0;
    padding: 0;
}

.index-adout>h2 {
    padding-top: 10px;
    margin-bottom: 30px;
    text-indent: 10px;
}

.index-adout .index-ad-v {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    background-color: #F8F8F8;
    margin-bottom: 15px;
}

.index-adout .on {
    background-color: #F8ECF7;
    padding-bottom: 30px;
}

.index-adout .index-ad-v1 .index-ad-tit {
    width: 100%;
    height: 120px;
    position: relative;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

.index-adout .index-ad-v1 .index-ad-tit h3 {
    font-size: 20px;
    font-weight: 600;
    color: #B3269B;
    line-height: 100%;
    padding-top: 15px;
}

.index-adout .index-ad-v1 .index-ad-tit p {
    font-size: 20px;
    line-height: 100%;
    padding: 15px 0;
}

.index-adout .index-ad-v1 .index-ad-tit i {
    width: 30px;
    height: 30px;
    border: 3px solid #B5B5B5;
    background: url(/assets/images/front_pc/jia1.png) no-repeat center;
    background-size: 80% 80%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-adout .on .index-ad-v1 .index-ad-tit i {
    background: url(/assets/images/front_pc/jian1.png) no-repeat center;
    background-size: 80% 80%;
    border: 3px solid #B3269B;
}

.index-adout .index-ad-v1 .index-ad-con {
    width: 100%;
    border: 1px solid #B3269B;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 0 30px 30px 30px;
}

.index-adout .index-ad-v1 .index-ad-con h3 {
    color: #B3269B;
}

.index-adout .index-ad-v1 .index-ad-con p {
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    margin-top: 10px;
    line-height: 26px;
}

.index-adout .index-ad-v1 .index-ad-con p i {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(/assets/images/front_pc/dian.png) no-repeat center;
    background-size: 100% 100%;
    border-radius: 50%;
}

.index-adout .index-ad-v1 .index-ad-con p i img {
    width: 100%;
    display: none;
}

.index-adout .index-ad-v1 .index-ad-con1 {
    padding-top: 30px;
}

.index-adout .index-ab-tu {
    padding-top: 20px;
}

.index-adout .index-about-age {
    width: 1244px;
    display: flex;
    justify-content: space-between;
}

.index-adout .index-about-age li {
    width: 280px;
}

.index-adout .index-about-age li span.about-time {
    width: 265px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #FFF;
    background: url(/assets/images/front_pc/about_10.png) no-repeat center;
    background-size: 100% 100%;
}

.index-adout .index-about-age li.about-two span.about-time {
    background: url(/assets/images/front_pc/about_08.png) no-repeat;
    background-size: 100% 100%;
}

.index-adout .index-about-age li.about-three span.about-time {
    background: url(/assets/images/front_pc/about_06.png) no-repeat;
    background-size: 100% 100%;
}

.index-adout .index-about-age li.about-four span.about-time {
    background: url(/assets/images/front_pc/about_03.png) no-repeat;
    background-size: 100% 100%;
}

.index-adout .index-about-age li i.about-fillet {
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 3px solid #F2A635;
    box-shadow: 0 0 12px rgba(242, 166, 53, .8);
    margin-top: 20px;
}

.index-adout .index-about-age li.about-two i.about-fillet {
    border: 3px solid #4095C1;
    box-shadow: 0 0 12px rgba(64, 149, 193, .8);
}

.index-adout .index-about-age li.about-three i.about-fillet {
    border: 3px solid #A7BC6C;
    box-shadow: 0 0 12px rgba(167, 188, 108, .8);
}

.index-adout .index-about-age li.about-four i.about-fillet {
    border: 3px solid #E25464;
    box-shadow: 0 0 12px rgba(226, 84, 100, .8);
}

.index-adout .index-about-age li div.about-shu {
    width: 0;
    height: 50px;
    font-size: 0;
    border-left: 1px dashed #F2A635;
    box-sizing: border-box;
}

.index-adout .index-about-age li.about-two div.about-shu {
    border-left: 1px dashed #4095C1;
}

.index-adout .index-about-age li.about-three div.about-shu {
    border-left: 1px dashed #A7BC6C;
}

.index-adout .index-about-age li.about-four div.about-shu {
    border-left: 1px dashed #E25464;
}

.index-adout .index-about-age li .about-san {
    display: block;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #F2A635;
    font-size: 0;
    line-height: 0;
}

.index-adout .index-about-age li.about-two .about-san {
    border-bottom: 11px solid #4095C1;
}

.index-adout .index-about-age li.about-three .about-san {
    border-bottom: 11px solid #A7BC6C;
}

.index-adout .index-about-age li.about-four .about-san {
    border-bottom: 11px solid #E25464;
}

.index-adout .index-about-age li .about-age {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    border: 1px dashed #F2A635;
    background-color: #FFF3E2;
    box-sizing: border-box;
    padding: 20px 25px;
}

.index-adout .index-about-age li.about-two .about-age {
    border: 1px dashed #4095C1;
    background-color: #F0FAFF;
}

.index-adout .index-about-age li.about-three .about-age {
    border: 1px dashed #A7BC6C;
    background-color: #F7FEE2;
}

.index-adout .index-about-age li.about-four .about-age {
    border: 1px dashed #E25464;
    background-color: #FFF1F3;
}

.index-adout .index-about-age li .about-age div:nth-of-type(1) {
    margin-bottom: 15px;
}

.index-adout .index-about-age li .about-age h4 {
    color: #F2A635;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 8px;
}

.index-adout .index-about-age li.about-two .about-age h4 {
    color: #4095C1;
}

.index-adout .index-about-age li.about-three .about-age h4 {
    color: #A7BC6C;
}

.index-adout .index-about-age li.about-four .about-age h4 {
    color: #E25464;
}

.index-adout .index-about-age li .about-age p {
    line-height: 26px;
}

.index-adout .index-about-age li .about-age p i {
    color: #F2A635;
    padding: 0 5px;
    font-size: 12px;
}

.index-adout .index-about-age li.about-two .about-age p i {
    color: #4095C1;
}

.index-adout .index-about-age li.about-three .about-age p i {
    color: #A7BC6C;
}

.index-adout .index-about-age li.about-four .about-age p i {
    color: #E25464;
}


/* 公司介绍 */

.about-gs {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 23rem 45rem;
    box-sizing: border-box;
}

.about-gs .about-left {
    width: 1540rem;
    padding-right: 23rem;
    box-sizing: border-box;
}

.about-gs .about-left .about-left1 {
    padding-bottom: 23rem;
}

.about-gs .about-left .about-left1 h3 {
    font-size: 33rem;
    padding-bottom: 21rem;
    font-weight: 700;
}

.about-gs .about-left .about-left1 p {
    font-size: 27rem;
    line-height: 50rem;
    text-indent: 2em;
    text-align: justify;
}

.about-gs .about-left .about-left2 {}

.about-gs .about-left .about-left2 h3 {
    font-size: 33rem;
    padding-bottom: 21rem;
}

.about-gs .about-left .about-left2 p {
    font-size: 27rem;
    line-height: 45rem;
    padding-left: 38rem;
    position: relative;
}

.about-gs .about-left .about-left2 p i {
    width: 12rem;
    height: 12rem;
    position: absolute;
    left: 8rem;
    top: 18rem;
    background: url(/assets/images/front_pc/dian.png) no-repeat center;
    background-size: 100% 100%;
}

.about-gs .about-right {
    width: 825rem;
}

.about-gs .about-right img {
    width: 100%;
    padding-top: 60rem;
}


/* 荣誉资质 */

.about-img {
    width: 100%;
    background: url(/assets/images/front_pc/about_21.jpg);
}

.about-img img {
    width: auto;
    margin: 10rem;
}

.about-img .certificate {
    margin: 0 auto;
    display: block;
    padding:50rem 0;
}

.about-addr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bt_classify_name {
    height: 300rem;
    cursor: pointer;
}

.classify {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 60rem 60rem;
}

.qimg {
    text-align: left;
    margin: 0 60rem;
}

.qimg img{
    height: 300rem;
    cursor: pointer;
}

.about-addr .about-addr-left {
    width: 1480rem;
    position: relative;
    box-sizing: border-box;
    padding-left: 35rem;
}

.about-addr .about-addr-left .about-addr-left1 {
    box-shadow: -20rem 20rem 0 0 #EAEAEA;
}

.about-addr .about-addr-right ul {
    width: 950rem;
}

.about-addr .about-addr-right ul li {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 31rem;
    line-height: 86rem;
}


/* 招聘信息 */

.about-zp {
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.about-zp>ul {
    width: 220px;
    box-sizing: border-box;
    /* padding: 0 15px; */
}
#ccc{
    background-color:#fff7fe;
    min-height: 900rem;
}
.about-zp>ul li {
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #fff7fe;
    font-size: 18px;
    /* letter-spacing: 1px; */
    position: relative;
    cursor: pointer;
}

.about-zp>ul li.on1 {
    background-color: #B3269C;
    color: #FFF;
}

.about-zp>ul li.on1 span {
    border: 0;
    color: #FFF;
}

.about-zp>ul li.on1 i {
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 7px solid transparent;*/
    /*border-left: 7px solid #B3269C;*/
    /*border-bottom: 7px solid transparent;*/
    /*font-size: 0;*/
    /*line-height: 0;*/
    /*position: absolute;*/
    /*right: -7px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    width: 0;
    height: 0;
    border-top: 15rem solid transparent;
    border-left: 15rem solid #B3269C;
    border-bottom: 15rem solid transparent;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: -13rem;
    top: 50%;
    transform: translateY(-50%);
}

.about-zp>ul li span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    border-bottom: 1px solid #EDEDED;
    box-sizing: border-box;
    color: #948f91;
}

.about-zp>ul li:nth-last-of-type(1) span {
    border-bottom: 0;
}

.about-zp .about-zp-a {
    display: none;
}

.about-zp .about-zp-a {
    width: 1160px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
}

.about-zp .about-zp-a h3 {
    height: 120rem;
    border-bottom: 1px solid #B3269B;
    font-size: 22px;
    line-height: 120rem;
    padding-top: 20rem;
}

.about-zp .about-zp-a ul li:nth-of-type(1) {
    font-size: 18px;
    padding-top: 15px;
}

.about-zp .about-zp-a ul li {
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    line-height: 40px;
}

.about-zp .about-zp-a ul li:nth-of-type(n+2) {
    padding-left: 25px;
}

.about-zp .about-zp-a ul li i {
    left: 0;
    top: 18px;
    position: absolute;
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0 10px;
    background: url(/assets/images/front_pc/dian.png);
    background-size: 100% 100%;
    border-radius: 50%;
    overflow: hidden;
}


/* 行业应用列表页 */

.index-list-list {
    padding: 0;
    border: 0;
}

.index-list-list .index-hy-list {
    width: 100%;
    height: 240px;
    border: 1px solid #E5E5E5;
    border-right: 4px solid #EAADE0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 18px;
    /* justify-content: space-between; */
}

.index-list-list .index-hy-list>img {
    position: relative;
    top: 0;
    left: 0;
    height: 239px;
    width: 352px;
}

.index-list-list .index-hy-list .index-hy-tit {
    width: 700px;
    height: 240px;
    margin-left: 20px;
}

.index-list-list .index-hy-list .index-hy-tit dt {
    line-height: 100%;
    font-size: 20px;
    border-bottom: 2px solid #B3269B;
    padding: 26px 0 16px 5px;
}

.index-list-list .index-hy-list .index-hy-tit dd {
    padding-top: 10px;
    line-height: 28px;
}

.index-list-list .index-hy-list .index-hy-time {
    /* float: right; */
    width: 280px;
    height: 160px;
    border-left: 2px solid #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 46px;
}

.index-list-list .index-hy-list .index-hy-time h3 {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B3269B;
    padding-bottom: 6px;
}

.index-list-list .index-hy-list .index-hy-time h3 img {
    padding-left: 50px;
}

.index-list-list .index-hy-list .index-hy-time p {
    width: 166px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 75px;
    font-size: 14px;
}

.page span {
    padding: 0 15px;
}

.page span:nth-of-type(1) i {
    padding: 0 5px;
}

.page ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    background-color: #F4F4F5;
    font-size: 14px;
    border-radius: 5px;
}

.page ul li.click {
    background-color: #B71D9D;
    color: #FFF;
}

.page ul li.click a {
    color: #FFF;
}

.page .page-inp {
    width: 48px;
    height: 30px;
    text-align: center;
    /* display: flex;
	align-items: center;
	justify-content: center; */
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #F4F4F5;
    margin: 0 5px;
}


