strong {
    font-weight: 550;
}

.posi-a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner {
    width: 100%;
    position: relative;
}

.banner>img {
    width: 100%;
    display: block;
}

.banner .crumbs {
    position: absolute;
    bottom: .24rem;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
    z-index: 1;
}

.crumbs img {
    width: .2rem;
    height: .2rem;
    margin-right: .12rem;
}

.crumbs span,
.crumbs a {
    color: #fff;
    font-size: 16px;
    margin: 0 .04rem;
}

.banner .b-h {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.banner .b-h h1 {
    color: #fff;
    font-size: .48rem;
}

.banner .b-h h4 {
    color: #fff;
    font-size: .24rem;
}

.ab-o .ab-nav {
    margin: .46rem 0;
}

.ab-o .ab-nav ul {
    display: flex;
    justify-content: space-between;
}

.ab-o .ab-nav ul li {
    display: flex;
    align-items: center;
    padding: .2rem 0 .2rem .2rem;
    background: #fff;
    width: 13.5%;
    box-sizing: border-box;
    border: 1px #dedede solid;
    border-bottom: 3px #dedede solid;
    border-radius: .04rem;
    position: relative;
}

.ab-o .ab-nav ul li a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.ab-o .ab-nav .icon {
    width: .46rem;
    height: .46rem;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
}

.ab-o .ab-nav div {
    margin-left: .1rem;
}

.ab-o .ab-nav div h4 {
    font-size: 16px;
    color: #333333;
}

.ab-o .ab-nav div p {
    font-size: 12px;
    color: #333333;
}

.ab-o .ab-nav ul li:hover {
    background: #1b55b5;
    border-bottom: 3px #164491 solid;
}

.ab-o .ab-nav ul li:hover .icon {
    color: #fff;
}

.ab-o .ab-nav ul li:hover h4 {
    color: #fff;
}

.ab-o .ab-nav ul li:hover p {
    color: #fff;
}

.ab-o .ab-nav ul li.active {
    background: #1b55b5;
    border-bottom: 3px #164491 solid;
}

.ab-o .ab-nav ul li.active .icon {
    color: #fff;
}

.ab-o .ab-nav ul li.active h4 {
    color: #fff;
}

.ab-o .ab-nav ul li.active p {
    color: #fff;
}

.ab-o .ab-ot p {
    color: #666666;
    line-height: 28px;
    font-size: 16px;
    text-indent: .32rem;
    margin-top: .3rem;
}

.ab-o .ab-ad {
    margin: .8rem 0;
}

.ab-o .ab-ad ul {
    display: flex;
    justify-content: space-between;
}

.ab-o .ab-ad ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ab-o .ab-ad ul li h4 {
    color: #1b55b5;
    font-size: .6rem;
    display: flex;
    height: .7rem;
    line-height: .7rem;
    font-weight: 520;
}

.ab-o .ab-ad ul li h4 span {
    font-size: .18rem;
    width: .2rem;
    height: .2rem;
    background: #e5b700;
    border-radius: .12rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: .2rem;
}

.ab-o .ab-ad ul li h4 span:last-child {
    font-size: .14rem;
}

.ab-o .ab-ad ul li p {
    font-size: .16rem;
    color: #333;
    font-weight: bold;
}

.ab-solu {
    width: 100%;
    padding: .8rem 0 1rem;
    background: #f4f4f4;
    position: relative;
}

.ab-solu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../picture/a-bg.png)0 100% no-repeat;
    background-size: 100%;
}

.ab-solu h2 {
    color: #333;
    font-size: .36rem;
    text-align: center;
    margin-bottom: .1rem;
    font-weight: 550;
}

.ab-solu .ab-s-c {
    width: 12rem;
    margin: .5rem auto .16rem;
    background: #fff;
    border-radius: .4rem;
    padding-bottom: .5rem;
}

.ab-solu .ab-s-c ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ab-solu .ab-s-c ul li {
    width: 33.3%;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.ab-solu .ab-s-c ul li h5 {
    color: #1b55b5;
    font-size: 20px;
    font-weight: 550;
    text-align: center;
    margin-bottom: 16px;
}

.ab-solu .ab-s-c ul li p {
    color: #666;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.ab-sy {
    width: 100%;
    background: #fbfbfb;
    padding: .8rem 0 .7rem;
}

.ab-sy h2 {
    color: #333;
    font-size: .36rem;
    text-align: center;
    font-weight: 550;
}

.ab-sy .ab-sy-l {
    margin: .6rem auto 0 !important;
}

.ab-sy .ab-sy-l ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ab-sy .ab-sy-l ul li {
    width: 49.5%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-bottom: .16rem;
    border-radius: .1rem;
    padding: .5rem;
    box-sizing: border-box;
}

.ab-sy .ab-sy-l ul li div:first-child {
    width: 25%;
    position: relative;
}

.ab-sy .ab-sy-l ul li div:first-child p {
    position: absolute;
    top: 0;
    left: 0;
    width: .5rem;
    height: .5rem;
    background: #1b55b5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .24rem;
    color: #fff;
}

.ab-sy .ab-sy-l ul li div img {
    width: 100%;
    height: auto;
    zoom: 1
}

.ab-sy .ab-sy-l ul li div:last-child {
    width: 70%;
}

.ab-sy .ab-sy-l ul li div h4 {
    color: #333;
    font-size: 16px;
    margin-bottom: .1rem;
    font-weight: 550;
}

.ab-sy .ab-sy-l ul li div p {
    color: #999;
    font-size: 14px;
    width: 80%;
}


/*企业文化*/

.ab-o .ab-fz {
    margin-bottom: .3rem;
}

.ab-o .ab-fz ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ab-o .ab-fz ul li {
    width: 49.5%;
    position: relative;
    margin-bottom: .16rem;
}

.ab-o .ab-fz ul li img {
    width: 100%;
    display: block;
}

.ab-o .ab-fz ul li div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, .1);
}

.ab-o .ab-fz ul li p {
    position: absolute;
    top: .5rem;
    left: .36rem;
    color: #fff;
    font-size: .2rem;
}

.ab-honor-nav {
    width: 100%;
    margin-bottom: .2rem;
}

.ab-honor-nav>ul {
    display: flex;
    justify-content: center;
}

.ab-honor-nav>ul>li {
    width: 116px;
    height: 28px;
    padding: -1px;
    position: relative;
    display: flex;
    align-items: center;
}

.ab-honor-nav>ul>li:last-child::before {
    width: 0;
}

.ab-honor-nav>ul>li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    width: 100%;
    margin-right: -2px;
    border-right: 2px #dde2ef solid;
}

.ab-honor-nav>ul>li:first-child a {
    border-left: none;
}

.ab-honor-nav>ul>li:last-child a {
    border-right: none;
}

.ab-honor-nav>ul>li:hover {
    background: #1b55b5;
    border-radius: .04rem;
}

.ab-honor-nav>ul>li:hover a {
    border-left: none;
    border-right: none;
    color: #fff;
}

.ab-o .honor-zs h4 {
    padding-left: .24rem;
    color: #333;
    font-size: .2rem;
    line-height: .3rem;
    margin: .12rem 0;
    position: relative;
}

.ab-o .honor-zs h4::before {
    content: '';
    position: absolute;
    left: 0;
    width: .12rem;
    height: .12rem;
    top: .09rem;
    background: #1b55b5;
    border-radius: .06rem;
}

.ab-o .honor-zs ul {
    overflow: hidden;
}

.ab-o .honor-zs ul li {
    float: left;
    margin-left: 1%;
    width: 24%;
    border: 1px #d9d9d9 solid;
    margin-bottom: .3rem;
}

.ab-o .honor-zs ul li:nth-child(4n+1) {
    margin-left: 0;
}

.ab-o .honor-zs ul li div {
    width: 100%;
    background: #eaeaea;
    height: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.ab-o .honor-zs ul li div img {
    max-width: 90%;
    max-height: 90%;
    display: block;
    transition: .25s;
}

.ab-o .honor-zs ul li p {
    line-height: .4rem;
    color: #666;
    font-size: .16rem;
    text-align: center;
}

.ab-o .honor-zs ul li:hover div img {
    transform: scale(1.02);
}


/*公司历程*/

.ab-lc {
    margin-bottom: .5rem;
}

.ab-lc ul {
    padding: 1rem 0;
    clear: both;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.ab-lc ul::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
}

.ab-lc ul li {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.ab-lc ul li:nth-child(even) {
    margin-top: 5%;
    flex-direction: row;
}

.ab-lc ul li:nth-child(even) span {
    margin-left: 0;
    margin-right: .34rem;
}

.ab-lc ul li:nth-child(even) h2 {
    width: 100%;
    text-align: left;
}

.ab-lc ul li:nth-child(even) p {
    text-align: left;
}

.ab-lc ul li>span {
    width: .3rem;
    height: 1px;
    background: #e0e0e0;
    margin-left: .34rem;
}

.ab-lc ul li>div {
    border: 2px #f0f0f0 solid;
    padding: .3rem;
    box-sizing: border-box;
    flex: 1;
    position: relative;
    overflow: hidden;
    min-height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ab-lc ul li h2 {
    color: #1e4ba0;
    font-size: .36rem;
    position: relative;
    margin-left: auto;
    text-align: left;
    width: 100%;
}

.ab-lc ul li>div>div {
    position: relative;
    font-size: .16rem;
    line-height: .3rem;
}

.ab-lc ul li div p {
    color: #666;
    font-size: .16rem;
    line-height: .3rem;
    margin: .06rem;
    text-align: left;
    position: relative;
    z-index: 10;
}

.style1>div {
    padding: .5rem .3rem !important;
}

.style1 h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #afc4e5;
    width: .2rem;
    height: .18rem;
    border-radius: 50%;
    transition: .5s;
}

.style1 h2::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #afc4e5;
    width: .24rem;
    height: .22rem;
    border-radius: 50%;
    transition: .5s;
}

.style1>div::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 30%;
    background: #afc4e5;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    transition: .5s;
}

.style1>div::after {
    content: '';
    position: absolute;
    top: 10%;
    left: 40%;
    background: #afc4e5;
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    transition: .5s;
}

.style1>div>div::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 10%;
    background: #afc4e5;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    transition: .5s;
}

.style2 h2::before {
    content: '';
    position: absolute;
    right: 10%;
    top: 0;
    background: #afc4e5;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    transition: .5s;
}

.style2 h2::after {
    content: '';
    position: absolute;
    top: 10%;
    right: 5%;
    background: #afc4e5;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    transition: .5s;
}

.style2>div::before {
    content: '';
    position: absolute;
    top: -.2rem;
    right: 10%;
    background: #afc4e5;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    transition: .5s;
}

.style2>div::after {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 0%;
    background: #afc4e5;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    transition: .5s;
}

.style2>div>div::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 0%;
    background: #afc4e5;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    transition: .5s;
}

.style2>div>div::after {
    content: '';
    position: absolute;
    bottom: 20%;
    right: -.3rem;
    background: #afc4e5;
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    transition: .5s;
}

.ab-lc #more {
    margin-top: .2rem;
}

.ab-lc ul li:hover div::before,
.ab-lc ul li:hover div::after,
.ab-lc ul li:hover h2::before,
.ab-lc ul li:hover h2::after {
    background: #1b55b5;
    transform: scale(1.2);
}


/*研发中心*/

.ab-yf {
    width: 100%;
    padding: .5rem 0 1rem;
    box-sizing: border-box;
}

.ab-yf ul li {
    overflow: hidden;
}

.ab-yf ul li .yf-i {
    width: 50%;
    float: left;
}

.ab-yf ul li .yf-i img {
    width: 100%;
    display: block;
}

.ab-yf ul li .yf-t {
    float: right;
    width: 50%;
    height: 421px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f4f4f4;
}
.ab-yf ul li:nth-child(2n) .yf-i{
  float: right;
}
.ab-yf ul li:nth-child(2n) .yf-t{
  float: left;
}

.ab-yf ul li h2 {
    color: #1b55b5;
    font-size: .24rem;
    width: 70%;
    padding-bottom: .18rem;
    margin-bottom: .1rem;
    position: relative;
}

.ab-yf ul li h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .24rem;
    height: 2px;
    background: #1b55b5;
}

.ab-yf ul li .yf-t dt {
    color: #666;
    font-size: .16rem;
    line-height: .3rem;
    width: 70%;
}


/*风采*/

.ab-fc ul li div img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: 100%;
}


/*合作*/

.ab-o .ab-partner {
    width: 100%;
    padding: .4rem 0 1rem;
}

.ab-o .ab-partner ul {
    overflow: hidden;
}

.ab-o .ab-partner ul li {
    float: left;
    margin-left: 2%;
    width: 23.5%;
}

.ab-o .ab-partner ul li:nth-child(4n+1) {
    margin-left: 0;
}

.ab-o .ab-partner ul li p {
    color: #666;
    font-size: .16rem;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
}

.ab-o .ab-partner ul li div {
    border: 1px #d9d9d9 solid;
    display: flex;
    height: 1.3rem;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    padding: 2px;
    overflow: hidden;
}

.ab-o .ab-partner ul li div img {
    max-width: 70%;
    max-height: 70%;
    transition: .25s;
}

.ab-o .ab-partner ul li:hover div img {
    transform: scale(1.02);
}


/*解决方案*/

.module-solution {
    width: 100%;
    background: #f4f4f4;
    display: table;
}

.nav-coms {
    margin: .6rem auto !important;
}

.nav-coms ul {
    display: flex;
    justify-content: center;
}

.nav-coms ul li {
    width: 9.5%;
    height: .56rem;
    border: 1px #e3e3e3 solid;
    border-bottom: 3px #c3c3c3 solid;
    border-radius: .04rem;
    overflow: hidden;
    position: relative;
    margin: 0 .04rem;
}

.module-service .nav-coms ul li:last-child {
    display: none;
}

.nav-coms ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
    line-height: .56rem;
    text-align: center;
    position: relative;
    z-index: 9;
}

.nav-coms ul li.active {
    background: #1e4ba0;
    border-bottom: 3px #183c80 solid;
}

.nav-coms ul li.active a {
    color: #fff;
}

.nav-coms ul li::after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 50%;
    top: 0;
    width: 0;
    height: 0;
    background: #1b55b5;
}

.nav-coms ul li:hover a {
    color: #fff;
}

.nav-coms ul li:hover::after {
    animation: button2 .3s forwards;
    -moz-animation: button2 .3s forwards;
    /* Firefox */
    -webkit-animation: button2 .3s forwards;
    /* Safari 和 Chrome */
    -o-animation: button2 .3s forwards;
    /* Opera */
}

@keyframes button2 {
    0% {
        width: 0;
        height: 0;
    }
    25% {
        left: 46%;
        right: 46%;
        width: 8%;
        height: 100%;
    }
    50% {
        left: 30%;
        right: 30%;
        width: 40%;
        height: 100%;
    }
    75% {
        left: 20%;
        right: 20%;
        width: 80%;
        height: 100%;
    }
    100% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

.solution {
    margin: .6rem auto !important;
}

.solution ul li {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: .1rem 0;
}

.solution ul li>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.solution ul li .solu-i {
    width: 50%;
}

.solution ul li .solu-i img {
    width: 100%;
    display: block;
}

.solution ul li .solu-t {
    width: 50%;
    padding: 0 .6rem 0 .9rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.solution .solu-t h3 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 10px;
    transition: .25s;
}

.solution ul li .solu-t div {
    display: flex;
    align-items: center;
    transition: .25s;
    overflow: hidden;
}

.solution .solu-t .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
}

.solution .solu-t span {
    color: #1e4ba0;
    font-size: 16px;
    padding-left: 16px;
}

.solution .solu-t p {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    margin: 30px 0;
    transition: .25s;
    overflow: hidden;
}

.solution .solu-t a {
    color: #1e4ba0;
    font-size: 14px;
    display: block;
    width: 84px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px #1e4ba0 solid;
    text-align: center;
    transition: .25s;
}

.solution ul li:hover .solu-t p,
.solution ul li:hover .solu-t a,
.solution ul li:hover .solu-t div,
.solution ul li:hover .solu-t h3 {
    transform: translateY(-.1rem);
}


/*成功案例*/

.module-case {
    width: 100%;
    padding-bottom: 30px;
}

.module-case .case-honor {
    width: 100%;
    padding: .7rem 0;
    background: #f4f4f4;
}

.module-case .case-honor>div h2 {
    color: #333;
    font-size: .24rem;
    margin-bottom: .2rem;
}

.module-case .case-honor>div ul {
    clear: both;
    overflow: hidden;
}

.module-case .case-honor>div ul li {
    width: 23.5%;
    margin-left: 2%;
    float: left;
    position: relative;
}

.module-case .case-honor>div ul li:nth-child(4n+1) {
    margin-left: 0;
}

.module-case .case-honor>div ul li>div {
    width: 100%;
    height: 1.26rem;
    border: 1px #d9d9d9 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
}

.module-case .case-honor>div ul li>div img {
    max-width: 90%;
    max-height: 90%;
    transition: .25s;
}

.module-case .case-honor>div ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.module-case .case-honor>div ul li h4 {
    font-size: .14rem;
    color: #666;
    line-height: .4rem;
    text-align: center;
}

.module-case .case-honor>div ul li:hover img {
    transform: scale(1.02);
}

.module-case .nav-coms ul {
    justify-content: center;
}

.module-case .nav-coms ul li {
    margin: 0 .04rem;
}

.module-case .case ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.module-case .case ul li {
    width: 49%;
    margin-bottom: .16rem;
    border: 1px #e4e4e4 solid;
    position: relative;
    transition: .25s;
}

.module-case .case ul li>a {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.module-case .case ul li .case-i {
    width: 100%;
    overflow: hidden;
}

.module-case .case ul li .case-i img {
    width: 100%;
    display: block;
    transition: .25s;
}

.module-case .case .case-t {
    width: 100%;
    padding: .4rem .22rem;
    box-sizing: border-box;
}

.module-case .case .case-t .caset-t {
    display: flex;
    justify-content: space-between;
    margin-bottom: .1rem;
}

.module-case .case .case-t .caset-t div {
    display: flex;
    align-items: center;
}

.module-case .case .case-t .caset-t h3 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.module-case .case .case-t .caset-t div .icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
}

.module-case .case .case-t .caset-t div span {
    color: #1e4ba0;
    font-size: 12px;
    padding-left: 10px;
    font-weight: bold;
}

.module-case .case .case-t .caset-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-case .case .case-t .caset-b p {
    flex: 1;
    color: #666;
    font-size: 14px;
    padding-right: 4%;
}

.module-case .case .case-t .caset-b a {
    font-size: 14px;
    display: block;
    width: 84px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    color: #1e4ba0;
    text-align: center;
    border: 1px #1e4ba0 solid;
    transition: .25s;
}

.module-case .case ul li:hover {
    border: 1px rgba(0, 0, 0, 0) solid;
}

.module-case .case ul li:hover .caset-b a {
    background: #1e4ba0;
    color: #fff;
}

.module-case .case ul li:hover .case-i img {
    transform: scale(1.01);
}

#more {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: .6rem;
    cursor: pointer;
}

#more span {
    display: block;
    width: .16rem;
    height: .16rem;
    background: #1e4ba0;
    border-radius: .7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#more span .icon {
    width: .16rem;
    height: .16rem;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

#more p {
    color: #333;
    font-size: .14rem;
    margin-top: .12rem;
    letter-spacing: .01rem;
}


/*成功案例*/

.xq-case {
    width: 100%;
    background: #f4f4f4;
}

.case-content {
    padding-top: 1rem;
}

.xq-break {
    padding: .32rem 0;
    display: flex;
    justify-content: space-between;
}

.xq-break .crumbs {
    display: flex;
    color: #333;
    font-size: .16rem;
}

.xq-break .crumbs .icon {
    width: .2rem;
    height: .2rem;
    margin-right: .12rem;
    color: #333;
}

.xq-break a {
    color: #333;
    font-size: 16px;
}

.xq-break span {
    color: #333;
}

.xq-break a span {
    color: #1e4ba0;
    ;
}

.case-content .case-article {
    margin-bottom: .6rem;
}

.case-content .case-article h2 {
    color: #333;
    font-size: .36rem;
    font-weight: 550;
    text-align: center;
    margin: .5rem auto .2rem;
    width: 40%;
}

.case-content .case-article .ca-i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-content .case-article .ca-i .icon {
    width: .12rem;
    height: .12rem;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
}

.case-content .case-article div span {
    color: #1e4ba0;
    font-size: .12rem;
    padding-left: .12rem;
}


/* .case-content .case-article img{
    width: 100%;
    display: block;
    margin: .5rem 0;
} */

.case-content .case-article .ca-t {
    overflow: hidden;
    margin-top: .4rem;
}

.case-content .case-article .ca-t p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.case-content .case-article .ca-t img {
    max-width: 100%;
    display: block;
    margin: .2rem auto;
}

.np {
    padding: .36rem 0;
    border-top: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    display: flex;
    justify-content: space-between;
}

.np div {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 30px;
}

.np div a,
.np div span {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}

.np div a:hover {
    color: #1e4ba0;
}

.np>a {
    width: 2.1rem;
    height: .6rem;
    color: #fff;
    font-size: .18rem;
    background: #1b55b5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.np .icon {
    width: .24rem;
    height: .24rem;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
    margin-right: .1rem;
}

.case-xg {
    padding: .44rem 0;
}

.case-xg h3 {
    color: #333;
    font-size: .24rem;
    font-weight: 550;
    margin-bottom: .26rem;
}

.case-xg ul {
    overflow: hidden;
    clear: both;
}

.case-xg ul li {
    width: 32.5%;
    float: left;
    margin-left: 1.25%;
    position: relative;
}

.case-xg ul li>a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.case-xg ul li:nth-child(3n+1) {
    margin-left: 0;
}

.case-xg ul li div {
    width: 100%;
    height: 2.7rem;
    overflow: hidden;
}

.case-xg ul li img {
    width: 100%;
    max-height: 100%;
    display: block;
    transition: .25s;
}

.case-xg ul li h5 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    text-align: center;
}

.case-xg ul li:hover img {
    transform: scale(1.02);
}


/*技术服务*/

.module-service .nav-coms ul {
    justify-content: center;
}

.module-service .nav-coms ul li {
    margin: 0 .04rem;
}

.module-service .service-js .js-gs {
    display: flex;
    justify-content: space-between;
}

.module-service .service-js .js-gs .gs-l {
    width: 62.5%;
}

.module-service .service-js .js-gs .gs-l img {
    width: 100%;
    display: block;
}

.module-service .service-js .js-gs .gs-r {
    flex: 1;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.module-service .service-js .js-gs .gs-r h2 {
    color: #1e4ba0;
    font-size: .36rem;
    font-weight: 550;
    width: 70%;
    margin-bottom: .2rem;
}

.module-service .service-js .js-gs .gs-r p {
    color: #666;
    font-size: 16px;
    line-height: 36px;
    width: 70%;
}

.module-service .service-js .js-ad {
    margin: .3rem 0 .7rem;
}

.module-service .service-js .js-ad ul {
    display: flex;
    justify-content: space-between;
}

.module-service .service-js .js-ad ul li {
    width: 32.5%;
    border: 1px #e7e7e7 solid;
    border-top: 1px #f6f6f6 solid;
    border-bottom: 2px #c9c9c9 solid;
    border-radius: .03rem;
    padding: .36rem .55rem .55rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.module-service .service-js .js-ad ul li::before {
    content: '';
    position: absolute;
    left: -.64rem;
    top: -.32rem;
    width: .96rem;
    height: .64rem;
    background: #d2dbec;
    border-radius: 70%;
}

.module-service .js-ad .ad-l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .3rem;
}

.module-service .js-ad .ad-l .icon {
    width: .94rem;
    height: .94rem;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
}

.module-service .js-ad .ad-l span {
    font-size: .24rem;
    color: #1e4ba0;
    font-weight: 550;
    margin-top: .05rem;
}

.module-service .js-ad .ad-r {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.module-service .js-ad .ad-r>a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.module-service .js-ad .ad-r p {
    color: #666;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px #f4f4f4 solid;
    border-top: 1px #f4f4f4 solid;
    margin-bottom: -1px;
    line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-service .js-ad .ad-r p span {
    background: #989898;
    width: 7px;
    height: 7px;
    margin-right: .1rem;
}

.module-service .service-xq {
    padding: .3rem 0 .8rem;
    width: 1000px;
    margin: auto;
}

.module-service .service-xq ul {
    display: flex;
    justify-content: space-between;
}

.module-service .service-xq ul li {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px #1e4ba0 solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.module-service .service-xq ul li .icon {
    width: .56rem;
    height: .56rem;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
}

.module-service .service-xq ul li .icon-j {
    width: .16rem;
    height: .16rem;
    fill: currentColor;
    overflow: hidden;
    color: #333;
}

.module-service .service-xq ul li:nth-child(2n) {
    border: none;
}

.module-service .service-xq span {
    color: #666;
    font-size: .16rem;
    width: 60%;
    text-align: center;
    margin-top: .06rem;
}

.message {
    width: 100%;
    background: #f4f4f4;
}

.message .mes-form {
    padding: .76rem 0;
    width: 1000px;
    margin: auto;
}

.message .mes-form h2 {
    color: #1b55b5;
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.message .mes-form .fo-in {
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.message .mes-form .fo-in .f-i {
    width: 28%;
    display: flex;
    flex-direction: column;
}

.message .mes-form .fo-in .f-i div {
    display: flex;
    position: relative;
}

.message .mes-form .fo-in .f-i div::before {
    content: '*';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .22rem;
    color: #ff0000;
    font-size: .14rem;
    line-height: .46rem;
    font-weight: 550;
}

.message .mes-form label {
    color: #000;
    font-size: 16px;
    margin-bottom: .1rem;
}

.message .mes-form .fo-in input {
    width: 100%;
    padding-right: 22px;
    color: #666;
    font-size: 14px;
    height: 46px;
    border: 1px #e0e2e7 solid;
    padding-left: 10px;
    box-sizing: border-box;
}

.fo-in input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bdc1cc;
    font-family: "微软雅黑";
}

.fo-in input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bdc1cc;
    font-family: "微软雅黑";
}

.fo-in input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bdc1cc;
    font-family: "微软雅黑";
}

.fo-in input:-moz-placeholder {
    /* Firefox 18- */
    color: #bdc1cc;
    font-family: "微软雅黑";
}

.message .mes-form .f-t {
    display: flex;
    flex-direction: column;
}

.message .mes-form textarea {
    width: 100%;
    height: 190px;
    border: 1px #e0e2e7 solid;
    color: #666;
    font-size: 14px;
    border: 1px #e0e2e7 solid;
    padding: 5px 10px;
    box-sizing: border-box;
    resize: none;
}

.mes-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bdc1cc;
    font-family: "微软雅黑";
}

.mes-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #bdc1cc;
    font-family: "微软雅黑";
}

.mes-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #bdc1cc;
    font-family: "微软雅黑";
}

.mes-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #bdc1cc;
    font-family: "微软雅黑";
}

.message .mes-form button {
    width: 100%;
    display: block;
    height: 46px;
    color: #fff;
    background: #f3c720;
    border: none;
    font-size: 16px;
    margin-top: 24px;
}


/*常见问题*/

.active-wt {
    margin-bottom: .55rem !important;
}

.active-wt .wt-cont {}

.d-b {
    display: block !important;
}

.d-f {
    display: flex !important;
}

.d-n {
    display: none !important;
}

.active-wt .wt-page {
    justify-content: center;
    display: flex;
}

.active-wt .wt-cont li {
    display: none
}


/* .active-wt .wt-page .on{
    display: block;
} */

.active-wt .wt-page span {
    font-size: .16rem;
    padding: .08rem .12rem;
    margin: .3rem 4px 0;
    cursor: pointer;
}

.active-wt .wt-page span.on {
    color: #fff;
    background: #1e4ba0;
}

.active-wt ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.active-wt ul li {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.active-wt ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.active-wt ul li>span {
    width: .06rem;
    height: .06rem;
    border-radius: .03rem;
    background: #1e4ba0;
    margin-right: .1rem;
}

.active-wt ul li div {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #bcbcbc dotted;
}

.active-wt ul li div h3 {
    color: #666;
    font-size: 16px;
    line-height: 36px;
    flex: 1;
}

.active-wt ul li div span {
    color: #666;
    font-size: 14px;
}

.active-wt ul li:hover h3 {
    color: #1e4ba0;
}

.active-wt ul li:hover div span {
    color: #1e4ba0;
}

.download .service-xz {
    width: 100%;
    margin-top: .7rem;
    margin-bottom: .45rem;
}

.download .service-xz .d-tr {
    display: flex;
    justify-content: space-between;
    background: #1b55b5;
    height: 48px;
    padding: 0 30px;
}

.d-name {
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    display: flex;
    align-items: center;
}

.d-name span {
    width: 8px;
    height: 8px;
    border: 2px #fff solid;
    border-radius: 7px;
    display: inline-block;
    margin-right: 20px;
}

.d-info {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.d-info span {
    font-size: 14px;
    color: #fff;
    line-height: 48px;
}

.d-info a {
    padding: 6px 16px;
    font-size: 12px;
    color: #fff;
    background: #1b55b5;
    text-align: center;
    border-radius: 3px;
}

.download .service-xz ul li {
    display: flex;
    justify-content: space-between;
    background: #fff;
    height: 48px;
    padding: 0 30px;
    position: relative;
}

.download .service-xz ul li .d-name span {
    border: 2px #1b55b5 solid;
}

.download .service-xz ul li>a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.download .service-xz ul li:hover .d-info a {
    background: #f2c518;
}

.download .service-xz ul li .d-info span,
.download .service-xz ul li .d-name {
    color: #333;
}


/*联系我们*/

.contact {
    width: 100%;
}

.contact .con-info {
    margin: 1rem auto !important;
}

.contact .con-info h2 {
    color: #333;
    font-size: .36rem;
    text-align: center;
    margin-bottom: .1rem;
}

.contact .con-info h5 {
    color: rgba(51, 51, 51, .5);
    font-size: .22rem;
    text-align: center;
}

.contact .con-info>ul {
    display: flex;
    justify-content: space-between;
    margin: .9rem 0;
}

.contact .con-info>ul>li {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact .con-info>ul>li .icon {
    width: 60px;
    height: 60px;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
}

.contact .con-info>ul>li p {
    color: #333;
    font-size: 18px;
    width: 40%;
    text-align: center;
    margin-top: 20px;
}

.contact .con-tel ul {
    overflow: hidden;
    clear: both;
}

.contact .con-tel ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    border: 2px #dde2ef solid;
    align-items: center;
    box-sizing: border-box;
    border-radius: .03rem;
    margin-bottom: .16rem;
}

.contact .con-tel ul li:nth-child(3n+1) {
    margin-left: 0;
}

.contact .con-tel ul li .tel-l {
    min-height: 110px;
    max-height: 110px;
    display: flex;
    align-items: center;
    width: 36%;
    padding-right: .2rem;
    box-sizing: border-box;
}

.contact .con-tel ul li .tel-l div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: .12rem;
}

.contact .con-tel ul li .tel-l .icon {
    width: 38px;
    height: 38px;
    fill: currentColor;
    overflow: hidden;
    color: #1e4ba0;
}

.contact .con-tel ul li .tel-l p {
    color: #333;
    font-size: 18px;
    margin-bottom: 6px;
}

.contact .con-tel ul li .tel-l span {
    color: #333;
    font-size: 14px;
}

.contact .con-tel ul li .tel-r {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: .24rem;
    box-sizing: border-box;
    border-left: 1px #d1d1d1 solid;
}

.contact .con-tel ul li .tel-r p {
    color: #333;
    font-size: 16px;
    margin: 4px 0;
}

.contact .map {
    position: relative;
    margin: 0 auto 60px;
}

.contact .map img {
    display: block;
    width: 100%;
}

.contact .map .map-t {
    position: absolute;
    left: 12.5%;
    top: 0;
    bottom: 0;
    right: 12.5%;
    display: flex;
    align-items: center;
}

.contact .map .map-t>div {
    background: #fff;
    padding: .44rem;
    box-shadow: 1px 1px 2px 2px #eee;
    display: flex;
    flex-direction: column;
    width: 420px;
    box-sizing: border-box;
}

.contact .map .map-t>div h2 {
    color: #333;
    font-size: .36rem;
    font-weight: 550;
    margin-bottom: .24rem;
}

.contact .map .map-t>div b {
    color: #333;
    font-size: 18px;
    font-weight: 550;
    display: block;
    margin-bottom: 10px;
    margin-top: 6px;
}

.contact .map .map-t>div p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    margin: 6px 0;
}

.contact .map .map-t>div a {
    display: block;
    color: #fff;
    font-size: 16px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #1e4ba0;
    margin-left: auto;
    text-align: center;
    margin-top: .2rem;
    border-radius: .03rem;
}


/*新闻*/

.module-news {
    width: 100%;
}

.module-news .nav-coms ul {
    justify-content: center;
}

.module-news .nav-coms ul li {
    margin: 0 .04rem;
}

.module-news .news {
    margin-bottom: .5rem !important;
}

.module-news .news ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0 .12rem;
    border-bottom: 1px #e0e0e0 solid;
    position: relative;
}

.module-news .news ul li>a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.module-news .news ul li:last-child {
    border-bottom: none;
}

.module-news .news .mnews-l {
    width: 244px;
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-news .news .mnews-l img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    transition: .25s;
}

.module-news .news .mnews-m {
    flex: 1;
    padding: 0 90px 0 50px;
    box-sizing: border-box;
}

.module-news .news .mnews-m h3 {
    color: #333;
    font-size: 20px;
    font-weight: 550;
    margin-bottom: 10px;
}

.module-news .news .mnews-m p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.module-news .news .mnews-r {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: .25s;
}

.module-news .news .mnews-r span {
    display: block;
    text-align: right;
    color: #15449d;
    font-size: 36px;
    font-weight: 550;
    position: relative;
}

.module-news .news .mnews-r span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #15449d;
    ;
}

.module-news .news .mnews-r p {
    color: #15449d;
    font-size: 14px;
}

.module-news .news ul li:hover .mnews-l img {
    transform: scale(1.02);
}

.module-news .news ul li:hover h3 {
    color: #15449d;
}

.module-news .news ul li:hover .mnews-r {
    transform: translateY(-0.2rem);
}


/*产品中心1*/

.module-product {
    width: 100%;
}

.module-product .nav-coms ul {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.module-product .nav-coms ul li {
    width: 19%;
    margin: 0 0 .1rem 1.25%;
    box-sizing: border-box;
    height: .6rem;
}

.module-product .nav-coms ul li:nth-child(5n+1) {
    margin-left: 0;
}

.module-product .product-o {
    margin-bottom: .5rem !important;
}

.module-product .product-o h2 {
    color: #333;
    font-size: .36rem;
    font-weight: 550;
    text-align: center;
}

.product-o .pro-inp {
    width: 6.7rem;
    height: .46rem;
    margin: auto;
    border: 2px #1b55b5 solid;
    margin-top: .3rem;
    margin-bottom: .5rem;
    border-radius: .04rem;
}

.product-o .pro-inp form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.product-o .pro-inp .key {
    padding: 0 .2rem;
    flex: 1;
    color: #666;
    font-size: .16rem;
    line-height: .46rem;
    border: none;
}

.pro-inp input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c0c7da;
}

.pro-inp input::-moz-placeholder {
    /* Firefox 19+ */
    color: #c0c7da;
}

.pro-inp input:-ms-input-placeholder {
    /* IE 10+ */
    color: #c0c7da;
}

.pro-inp input:-moz-placeholder {
    /* Firefox 18- */
    color: #c0c7da;
}

.product-o .pro-inp button {
    width: .75rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1b55b5;
    border: none;
}

.product-o .pro-inp button .icon {
    width: .28rem;
    height: .28rem;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.showqtfl {
    color: #333;
    font-size: .18rem;
    font-weight: 550;
    margin: .1rem;
}

.showqtfl a {
    margin-right: .24rem;
    padding-top: .1rem;
}

.module-product .product-o .pro-tag {
    display: flex;
    justify-content: space-between;
    border: 2px #dde2ef solid;
    border-radius: .04rem;
    padding: .24rem 0 .44rem;
    margin-bottom: .3rem;
}

.module-product .product-o .pro-tag .tag-l p {
    padding-left: .1rem;
    background: url(../picture/tag.png)center no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: .18rem;
    padding-right: .1rem;
    line-height: .32rem;
}

.module-product .product-o .pro-tag .tag-r {
    flex: 1;
    padding: 0 .5rem 0 .56rem;
    display: flex;
    flex-wrap: wrap;
}

.module-product .product-o .pro-tag .tag-r a {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-right: 14px;
}

.module-product .product-o .pro-tag .tag-r a:hover {
    color: #15449d;
}

.module-product .product-o .pro-o-list {
    margin: .1rem 0;
}

.module-product .product-o .pro-o-list h4 {
    width: 26px;
    height: 26px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    background: #1b55b5;
    border-radius: 2px;
    margin-top: 18px;
}

.module-product .product-o .active {
    background: #f3c720;
}

.module-product .product-o .pro-o-list ul {
    margin: .1rem 0;
    display: flex;
    flex-wrap: wrap;
}

.module-product .product-o .pro-o-list ul li {
    width: 15.2%;
    padding-left: 1.4%;
    display: flex;
    overflow: hidden;
}

.module-product .product-o .pro-o-list ul li:nth-child(8n+1) {
    margin-left: 0;
}

.module-product .product-o .pro-o-list ul li a {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module-product .product-o .pro-o-list ul li:hover a {
    color: #15449d;
}

.p-tag-nav {
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 1%;
    top: .96rem;
    display: none;
}

.p-tag-nav ul {
    width: .8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-tag-nav ul li {
    width: .35rem;
    height: .35rem;
    display: flex;
    margin: .08rem 0;
    background: #1b55b5;
    border-radius: .03rem;
    position: relative;
}

.p-tag-nav ul li::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0px;
    background: #f3c720;
    transition: .25s;
    z-index: 0;
}

.p-tag-nav ul li a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: .16rem;
    line-height: .35rem;
    text-align: center;
    border-radius: .02rem;
    position: relative;
    z-index: 9;
}

.p-tag-nav ul li:hover::before {
    animation: myfirst .25s forwards;
    -moz-animation: myfirst .25s forwards;
    /* Firefox */
    -webkit-animation: myfirst .25s forwards;
    /* Safari 和 Chrome */
    -o-animation: myfirst .25s forwards;
    /* Opera */
}

@keyframes myfirst {
    0% {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50% {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75% {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@-moz-keyframes myfirst
/* Firefox */

{
    0% {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50% {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75% {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@-webkit-keyframes myfirst
/* Safari 和 Chrome */

{
    0% {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50% {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75% {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@-o-keyframes myfirst
/* Opera */

{
    0% {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50% {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75% {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}


/*产品2*/

.product-list2 {
    background: #f4f4f4;
    display: table;
}

.product-o>p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    width: 90%;
    margin: 20px auto;
}

.product-o>a {
    color: #1b55b5;
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}

.pro-con {
    padding: .5rem 0 .6rem;
}

.pro-con ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro-con ul li {
    width: 49.5%;
    margin-bottom: .16rem;
    background: #fff;
    box-sizing: border-box;
    transition: .25s;
    border: 1px solid #d6d6d6;
}

.pro-con ul li .pro-top {
    display: flex;
    justify-content: space-between;
    height: 260px;
    overflow: hidden;
}

.pro-con ul li .pro-i {
    width: 260px;
    height: 260px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .3rem .2rem;
    border-right: 1px solid #d6d6d6;
    box-sizing: border-box;
    position: relative;
}

.pro-con ul li .pro-i img {
    max-height: 80%;
    max-width: 80%;
    display: block;
    transition: .25s;
}

.pro-con ul li .pro-t {
    flex: 1;
    box-sizing: border-box;
    padding: .3rem .06rem .12rem .3rem;
    overflow: hidden;
}

.pro-con ul li .pro-t h4 {
    color: #000018;
    font-size: .24rem;
    font-weight: bold;
    margin: .08rem 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-con ul li .pro-t p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin: .12rem 0 .26rem;
    height: 96px;
    overflow: hidden;
}

.pro-con ul li .pro-t .pro-m {
    display: flex;
}

.pro-con ul li .pro-t .pro-m a {
    width: 1.08rem;
    height: .46rem;
    line-height: .46rem;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: .16rem;
    border-radius: 3px;
    position: relative;
}

.pro-con ul li .pro-t .pro-m a::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .3);
    transition: .3s;
}

.pro-con ul li .pro-t .pro-m a::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .3);
    transition: .3s;
}

.pro-con ul li .pro-t .pro-m a:first-child {
    background: #1e4ba0;
    margin-right: .18rem;
}

.pro-con ul li .pro-t .pro-m a:last-child {
    background: #f3c720;
}

.pro-con ul li .pro-t .pro-m a:hover::before {
    animation: button2 .3s;
    -moz-animation: button2 .3s;
    /* Firefox */
    -webkit-animation: button2 .3s;
    /* Safari 和 Chrome */
    -o-animation: button2 .3s;
    /* Opera */
}

.pro-con ul li .pro-thumb {
    width: 100%;
    display: flex;
    padding: .24rem 0;
    margin-top: .24rem;
    position: relative;
}

.pro-con ul li .pro-thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    right: 30%;
    height: 5px;
    background: url(../images/i-pro-bg.png)center no-repeat;
    background-size: 100% 100%;
}

.pro-con ul li .pro-thumb img {
    width: .58rem;
    height: .58rem;
    padding: .04rem;
    border: 1px #d9d9d9 solid;
    margin-right: .24rem;
    cursor: pointer;
}

.pro-con ul li .pro-thumb img:last-child {
    margin-right: 0;
}

.pro-con ul li:hover {
    box-shadow: 0 0 10px #ccc;
}

.pro-con ul li:hover .pro-i img {
    transform: scale(1.1);
}

.pro-con ul li:hover .pro-t {
    background: #edf2fa;
}


/* .pro-common .pro-con ul li .pro-thumb img:hover {
    border: 1px #1b55b5 solid;
} */

.pro-con ul li .pro-t .pro-m a:hover::before {
    animation: button1 .3s;
    -moz-animation: button1 .3s;
    /* Firefox */
    -webkit-animation: button1 .3s;
    /* Safari 和 Chrome */
    -o-animation: button1 .3s;
    /* Opera */
}

@keyframes button1 {
    0% {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50% {
        width: 50%;
        height: 100%;
        border-radius: 50%;
    }
    75% {
        width: 90%;
        height: 100%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@-moz-keyframes button1
/* Firefox */

{
    0% {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50% {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75% {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@-webkit-keyframes button1
/* Safari 和 Chrome */

{
    0% {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50% {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75% {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

@-o-keyframes button1
/* Opera */

{
    0% {
        width: 10%;
        height: 10%;
        border-radius: 50%;
    }
    50% {
        width: 50%;
        height: 50%;
        border-radius: 50%;
    }
    75% {
        width: 90%;
        height: 90%;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}


/*产品3*/

.product-list3 {
    padding-top: 30px;
}

.product-o .active-wt {
    width: 100%;
    margin-bottom: .7rem;
}

.product-o .active-wt ul {
    margin-top: 20px;
}

.pro-bk {
    padding: .9rem 0 .6rem;
    width: 100%;
}

.pro-bk .bk-con h2 {
    color: #333;
    font-size: .36rem;
    font-weight: 550;
    text-align: center;
}

.pro-bk .bk-con .bk-list {
    width: 100%;
    height: 300px;
    margin-top: 22px;
    padding: 0 .2rem 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border: 1px #e0e0e0 solid;
}

.pro-bk .bk-con .bk-list>div {
    flex: 1;
}

.pro-bk .bk-con .bk-list .bk-list-l {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    /* overflow-y: auto;
    overflow-x: hidden; */
    padding: 10px 0;
    margin: 0 16px;
    overflow: hidden;
}

.bk-list-l::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(240, 240, 240, 1);
}

.bk-list-l::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    border-radius: 10px;
    background-color: rgba(240, 240, 240, .5);
}

.bk-list-l::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);
    background-color: rgba(240, 240, 240, .5);
}

.pro-bk .bk-con h4 {
    color: #333;
    font-size: .24rem;
    font-weight: 550;
    margin-top: .2rem;
}

.pro-bk .bk-con .bk-list .bk-list-l p {
    color: #666;
    font-size: 14px;
    line-height: 26px;
}

.pro-bk .bk-con .bk-list .bk-list-m {
    width: 580px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    border-right: #e0e0e0 1px solid;
    border-left: 1px #e0e0e0 solid;
}

.pro-bk .bk-con .bk-list .bk-list-m>div {
    width: 432px;
    display: none;
}

.pro-bk .bk-con .bk-list .bk-list-m>div:first-child {
    display: block;
}

.pro-bk .bk-con .bk-list .bk-list-m>div>div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-bk .bk-con .bk-list .bk-list-m>div>div a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pro-bk .bk-con .bk-list .bk-list-m>div>div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
}

.pro-bk .bk-con .bk-list .bk-list-m>ul {
    width: 144px;
    display: flex;
    flex-direction: column;
}

.pro-bk .bk-con .bk-list .bk-list-m>ul li {
    width: 100%;
    height: 100px;
    display: none;
    border: #e0e0e0 1px solid;
    margin: -1px;
    overflow: hidden;
}


/* .pro-bk .bk-con .bk-list .bk-list-m>ul li:nth-child(1){
    display: flex;
} */

.pro-bk .bk-con .bk-list .bk-list-m>ul li:nth-child(2) {
    display: flex;
}

.pro-bk .bk-con .bk-list .bk-list-m>ul li:nth-child(3) {
    display: flex;
}

.pro-bk .bk-con .bk-list .bk-list-m>ul li:nth-child(4) {
    display: flex;
}

.pro-bk .bk-con .bk-list .bk-list-m>ul li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-bk .bk-con .bk-list .bk-list-m>ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.pro-bk .bk-con .bk-list .bk-list-m>ul li:first-child img {
    margin-top: 0;
}

.pro-bk .bk-con .bk-list .bk-list-r {
    box-sizing: border-box;
    padding: 10px .24rem;
}

.pro-bk .bk-con .bk-list .bk-list-r a {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    padding-left: .22rem;
    display: block;
    text-overflow: ellipsis;
    height: 28px;
    overflow: hidden;
}

.pro-bk .bk-con .bk-list .bk-list-r a::before {
    content: '';
    position: absolute;
    width: .04rem;
    height: .04rem;
    border-radius: .02rem;
    background: #1e4ba0;
    left: 0;
    top: .14rem;
}

.pro-bk .bk-con .bk-list .bk-list-r a:hover {
    color: #1e4ba0;
}


/*产品详情*/

.xq-product {
    width: 100%;
    background: #f4f4f4;
    padding-top: 1.4rem;
}

.xq-product .product-content .product-info {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: .7rem .7rem .5rem;
    box-sizing: border-box;
    background: #fff;
    margin: .1rem 0 0;
}

.xq-product .product-content .product-info .product-banner {
    float: left;
    width: 48%;
    overflow: hidden;
}

.xq-product .product-info .product-banner .gallery-top {
    overflow: hidden;
}

.xq-product .product-info .product-banner .gallery-top .swiper-slide {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
}

.xq-product .product-info .product-banner .gallery-top .swiper-slide img {
    max-width: 90%;
    max-height: 400px;
    display: block;
}

.product-banner .swiper-button-next,
.product-banner .swiper-button-prev {
    width: .5rem;
    height: .5rem;
    border: 2px #dde2ef solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-banner .swiper-button-next img,
.product-banner .swiper-button-prev img {
    width: .2rem;
    height: .2rem;
}

.product-banner .swiper-button-prev:after,
.product-banner .swiper-container-rtl .swiper-button-next:after {
    /* content: 'prev'; */
    content: '';
    color: #3f3f4d;
    font-weight: 550;
}

.product-banner .swiper-button-next:after,
.product-banner .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    content: '';
    color: #3f3f4d;
}

.product-banner .swiper-container {
    --swiper-navigation-size: .2rem;
    /* 设置按钮大小 */
}

.product-banner .swiper-container:first-child {
    border: 1px #eee solid;
}

.xq-product .product-info .product-banner .gallery-thumbs .swiper-slide {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border: 1px #d9d9d9 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xq-product .product-info .product-banner .gallery-thumbs {
    margin-top: .3rem;
}

.xq-product .product-info .product-banner .gallery-thumbs .swiper-slide img {
    width: 50px;
    height: 50px;
    display: block;
}

.xq-product .product-info .product-banner .swiper-slide-thumb-active {
    border: 1px #1e4ba0 solid !important;
}

.product-info .product-zl {
    float: right;
    width: 48%;
}

.product-info .product-zl h2 {
    color: #333;
    font-size: .24rem;
    font-weight: 550;
    margin-top: .12rem;
    margin-bottom: .08rem;
}

.product-info .product-zl h5 {
    font-size: .18rem;
    font-weight: 550;
    color: #1e4ba0;
}

.product-info .product-zl>p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    margin: 12px 0;
    height: 140px;
    overflow: hidden;
}

.product-info .product-zl .xg {
    width: 100%;
    overflow: hidden;
    clear: both;
}

.product-info .product-zl .xg ul li {
    width: 100%;
    padding-left: 34px;
    position: relative;
    box-sizing: border-box;
    float: left;
    background: #e5e5e5;
    border-radius: .03rem;
    margin-bottom: .12rem;
}

.product-info .product-zl .xg ul li::before {
    content: '荐';
    position: absolute;
    left: 8px;
    top: 5px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff0000;
    width: 18px;
    border: 1px #ff0000 solid;
    border-radius: 50%;
    font-size: 12px;
}

.product-info .product-zl .xg ul li a {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    display: block
}

.product-info .product-zl .xg ul li:hover a {
    color: #1e4ba0;
}

.product-info .product-zl>img {
    width: 100%;
}

.product-info .product-zl .pro-icon {
    overflow: hidden;
    font-size: .14rem;
    margin: .16rem 0;
}

.product-info .product-zl .pro-icon img {
    max-width: 100%;
}

.product-info .product-zl .zx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .18rem;
}

.product-info .product-zl .zx .p-an {
    display: flex;
}

.product-info .product-zl .zx .p-dz,
.product-info .product-zl .zx .p-bj {
    font-size: 14px;
    width: 84px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    border-bottom: rgba(0, 0, 0, .4) 3px solid;
    position: relative;
}

.product-info .product-zl .zx .p-an a::before {
    content: '';
    position: absolute;
    right: 0%;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .3);
    transition: .3s;
}

.product-info .product-zl .zx .p-an a:hover::before {
    animation: button1 .3s;
    -moz-animation: button1 .3s;
    /* Firefox */
    -webkit-animation: button1 .3s;
    /* Safari 和 Chrome */
    -o-animation: button1 .3s;
    /* Opera */
}

.product-info .product-zl .zx .p-dz {
    background: #1e4ba0;
    margin-right: .22rem;
}

.product-info .product-zl .zx .p-bj {
    background: #f3c720;
}

.product-info .product-zl .zx .p-tel {
    display: flex;
    flex: 1;
    justify-content: center;
}

.product-info .product-zl .zx .p-tel span {
    width: .24rem;
    height: .24rem;
    border-radius: .12rem;
    background: #1e4ba0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-info .product-zl .zx .p-tel span .icon {
    width: .18rem;
    height: .18rem;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.product-info .product-zl .zx .p-tel p {
    color: #333;
    font-size: .24rem;
    font-weight: 550;
    margin-left: .1rem;
}

.product-info .product-zl .zx .p-back {
    width: 142px;
    height: 36px;
    color: #fff;
    font-size: 12px;
    background: #1b55b5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-back .icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
    margin-right: 10px;
}

.con-ani {
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.con-ani::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    -webkit-transform: translate(0, -105%);
    transform: translate(0, -105%);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.con-ani:hover::before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.pro-tabs {
    overflow: hidden;
    clear: both;
    margin-top: .4rem;
    padding-bottom: .1rem;
}

.pro-tabs ul {
    display: flex;
    background: #fff;
    height: 56px;
    padding: 0 .34rem;
    align-items: center;
}

.pro-tabs ul li {
    display: flex;
    height: 100%;
    margin-right: 1rem;
}

.pro-tabs ul li a {
    font-size: 18px;
    color: #333;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.pro-tabs ul li a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 2px;
    background: #1e4ba0;
    transition: .25s;
}

.pro-tabs ul li:hover a::before {
    left: 0;
    right: 0;
    width: 100%;
}

.pro-tabs ul .active a::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1e4ba0;
    transition: .25s;
}

.pro-tabs ul .active a {
    color: #1e4ba0;
}

.pro-tabs>div {
    padding: .4rem .1rem;
    position: relative;
}

.pro-tabs>div::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #d9d9d9;
    height: 1px;
    top: .2rem;
}

.pro-tabs>div {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.pro-tabs>div p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.pro-tabs>div img {
    max-width: 100%;
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.pro-tabs .np {
    border-bottom: 1px #e0e0e0 solid;
}

.pro-common .pro-con {
    padding: 20px 0 0;
}

.pro-common .pro-con h2 {
    color: #333;
    font-size: .24rem;
    padding-left: .3rem;
    position: relative;
    margin-bottom: .24rem;
}

.pro-common .pro-con h2::before {
    content: '';
    position: absolute;
    left: .06rem;
    top: .13rem;
    width: .08rem;
    height: .08rem;
    background: #1e4ba0;
    border-radius: .04rem;
}


/*新闻内页*/

.mains-news {
    background: #f4f4f4;
    width: 100%;
    display: table;
    padding-bottom: .4rem;
}

.mains-news .news {
    width: 14rem;
    margin: 1rem auto .3rem;
}

.mains-news .cnews .nc-z {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.mains-news .cnews .nc-z .nc-l {
    width: 75%;
    padding: .4rem 0 0;
    border: 1px #e1e1e1 solid;
    background: #fff;
    /* min-height: 7rem; */
}

.mains-news .cnews .nc-z .nc-l .nc-pd {
    padding: 0 .4rem;
}

.mains-news .cnews .nc-z .nc-l h2 {
    color: #333;
    font-size: 24px;
    text-align: center;
}

.mains-news .cnews .nc-z .nc-l .nc-time {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mains-news .cnews .nc-z .nc-l .nc-time span {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin: 30px 15px;
}

.mains-news .cnews .nc-z .nc-l i {
    width: 40px;
    height: 3px;
    display: block;
    margin: auto;
    background: #1b55b5;
}

.mains-news .cnews .nc-z .nc-l img {
    max-width: 100%;
    display: block;
    margin: 30px auto 0;
}

.mains-news .cnews .nc-z .nc-l .nz-t {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    margin: .2rem 0 .4rem;
}

.mains-news .cnews .nc-z .nc-l .npages {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px .4rem;
    box-sizing: border-box;
    border-top: 1px #e1e1e1 solid;
}

.mains-news .cnews .nc-z .nc-l .npages div {
    display: flex;
    flex-direction: column;
}

.mains-news .cnews .nc-z .nc-l .npages span,
.mains-news .cnews .nc-z .nc-l .npages span a {
    color: #666;
    font-size: 16px;
    margin: 4px 0;
    text-align: left;
}

.mains-news .cnews .nc-z .nc-l .npages span:hover a {
    color: #1e4ba0;
}

.mains-news .cnews .nc-z .nc-l .npages a.back {
    width: 210px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    background: #1b55b5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mains-news .cnews .nc-z .nc-l .npages a.back .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
    margin-right: 4px;
}

.mains-news .cnews .nc-z .nc-r {
    width: 22%;
}

.mains-news .cnews .nc-z .nc-r h2 {
    color: #333;
    font-size: 24px;
    line-height: 36px;
    padding-left: 6px;
    border-left: 4px #1e4ba0 solid;
}

.mains-news .cnews .nc-z .nc-r div ul li {
    width: 100%;
    margin: 10px 0;
    position: relative;
    background: #fff;
    padding: 20px 16px;
    box-sizing: border-box;
}

.mains-news .cnews .nc-z .nc-r div ul li a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.mains-news .cnews .nc-z .nc-r div ul li h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}

.mains-news .cnews .nc-z .nc-r div ul li p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.mains-news .cnews .nc-z .nc-r div ul li:hover h5 {
    color: #1e4ba0;
}

.pages {
    width: 100%;
    margin-bottom: .7rem;
    display: flex;
    justify-content: center;
}

.pages .fr {
    display: none;
}

.pages .fl {
    display: none;
}

.pages ul {
    width: 100%;
}

.pages ul li {
    display: flex;
    justify-content: center;
}

.pages a,
.pages span {
    color: #666;
    font-size: .16rem;
    padding: .08rem .12rem;
    margin: .3rem 4px 0;
}

.pages a:hover {
    color: #fff;
    background: #1e4ba0;
}

.pages .current {
    color: #fff;
    background: #1e4ba0;
}

.pages .next {
    position: relative;
}

.pages .next_disabled {
    display: none;
}

.pages .prev_disabled {
    display: none;
}

.pages .next:hover {
    background: rgba(0, 0, 0, 0);
}

.pages .next::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/next.png)center no-repeat;
    background-size: 50%;
}

.search-main {
    width: 100%;
    background: #f4f4f4;
    display: table;
}

.pro-search {
    width: 75%;
    margin: auto;
}

.pro-search .r_top p {
    font-size: .2rem;
    color: #333;
    text-align: center;
}

.pro-search .pro_list {
    text-align: center;
    padding: 1rem 0;
    line-height: .3rem;
}

#allmap {
    width: 100%;
    height: 700px;
}

.BMap_bubble_title,
.BMap_bubble_content {
    color: #333;
    font-size: .18rem;
    text-align: center;
}

.BMap_Marker {
    width: .4rem !important;
    height: .4rem !important;
}

.BMap_Marker img {
    width: .4rem !important;
    height: auto;
}

.ww {
    width: 1600px;
    margin: auto;
}

.w1400 {
    width: 1400px;
    margin: auto;
}

@media screen and (max-width: 1640px) {
    .ww {
        width: 90%;
    }
}

@media screen and (max-width: 1440px) {
    .w1400 {
        width: 90%;
    }
}