@import url(yzui.css);

/*@import url(font.css);*/

/* 客服悬窗 */
.floatOnline{position: fixed;right: 20px;bottom: 100px;z-index: 9999999;}
.floatOnline .close{display: block;width: 16px;height: 16px;position: absolute;right: 6px;top: 2px;}
/* 头部 */

.head {
    width: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,.3);
}

.head .logo {
    width: 10.93%;
    float: left;
    padding: 20px 0 0 0;
}

.head .logo a:nth-child(1) {
    display: block;
}

.head .logo a:nth-child(2) {
    display: none;
}

.head .logo img {
    width: 100%;
}

.head .nav {
    width: 76%;
    float: right;
}

.head .nav ul {
    margin-left: -5.75%;
}

.head .nav ul li {
    float: left;
    margin-left: 4%;
}

.head .nav ul li a {
    width: 100%;
    font-size: 18px;
    line-height: 70px;
    color: #ffffff;
    display: inline-block;
}

.head .nav ul .lang {
    background: url(../images/head1.png)no-repeat left center;
    padding: 23px 0 23px 36px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: relative;   
}
/* .head .nav ul .lang .en {
    display: none;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
} */
.head .nav ul .lang .en{ position: absolute;top: 14px;left: 40px;}
.head .nav ul .lang .en dl{background-color: #fff;border-radius: 4px;display: none;box-shadow: 0 0 15px rgba(0, 0, 0, .15);padding: 10px;margin-top: 54px;position: relative;width: 60px;text-align: center;}
.head .nav ul .lang .en dl::before{content: '';border:8px solid transparent;border-bottom-color:#fff;position: absolute;left: 50%;top: -16px;transform: translateX(-50%);}
.head .nav ul .lang:hover .en dl{display: block;}
.head .nav ul .lang .en a{line-height: 1.4;}
.head .nav ul .sear {
    padding: 27px 0 27px;
    cursor: pointer;
    position: relative;
}

.head .nav ul .sear img:nth-child(1) {
    display: block;
}

.head .nav ul .sear img:nth-child(2) {
    display: none;
}

.head .nav ul .sear form {
    display: none;
    width: 400px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 76px;
    right: 0px;
    padding: 0px 10px;
    z-index: 9999;
}

.head .nav ul .sear input {
    float: left;
    width: 80%;
    border: 0px;
    background: #eee;
    padding: 0px 5px;
    height: 40px;
    margin-top: 10px;
    outline: none;
    font-size: 14px;
}

.head .nav ul .sear button {
    float: right;
    background: none;
    border: 0px;
    width: 20%;
    height: 40px;
    margin-top: 10px;
    cursor: pointer;
    background: #3485fb;
    color: #fff;
    outline: none;
    font-size: 16px;
}

.head:hover {
    background: #fff;
}

.head:hover .logo a:nth-child(1) {
    display: none;
}

.head:hover .logo a:nth-child(2) {
    display: block;
}

.head:hover .nav ul li a {
    color: #000;
}

.head.hover>.nav ul li:hover a {
    color: #3485fb;
}

.head:hover .nav ul .lang {
    background: url(../images/head1_2.png)no-repeat left center;
    color: #000;
}

.head:hover .nav ul .lang:hover {
    background: url(../images/head1_1.png)no-repeat left center;
    color: #3485fb;
}

.head:hover .nav ul .sear img:nth-child(1) {
    display: none;
}

.head:hover .nav ul .sear img:nth-child(2) {
    display: block;
}

.head.hover {
    background: #fff;
}

.head.hover .logo a:nth-child(1) {
    display: none;
}

.head.hover .logo a:nth-child(2) {
    display: block;
}

.head.hover .nav ul li a {
    color: #000;
}

.head.hover .nav ul .lang {
    background: url(../images/head1_2.png)no-repeat left center;
    color: #000;
}

.head.hover .nav ul .lang:hover {
    background: url(../images/head1_1.png)no-repeat left center;
    color: #3485fb;
}

.head.hover .nav ul .sear img:nth-child(1) {
    display: none;
}

.head.hover .nav ul .sear img:nth-child(2) {
    display: block;
}

.wap_head {
    display: none;
}


/* 首页banner */

.m_ban1 {
    display: none;
}

.m_ban {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.m_ban img {
    width: 100%;
}

.m_shubiao {
    position: absolute;
    width: 22px;
    height: 40px;
    bottom: 20px;
    right: 11.5%;
    z-index: 999;
}

.m_shubiao img {
    width: 100%;
}

.m_shubiao p:nth-child(1) {
    width: 22px;
    height: 40px;
    background: url(../images/m_ban1.png)no-repeat center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    animation: mysecond 2s infinite normal;
    z-index: 99;
}

.m_shubiao p:nth-child(2) {
    width: 22px;
    height: 0px;
    background: url(../images/m_ban1_1.png)no-repeat center top;
    position: absolute;
    left: 0;
    top: 0;
    animation: myfirst 2s infinite normal;
    z-index: 91;
}

@keyframes myfirst {
    0% {
        height: 0%;
    }
    10% {
        height: 10%;
    }
    20% {
        height: 20%;
    }
    30% {
        height: 30%;
    }
    40% {
        height: 40%;
    }
    50% {
        height: 50%;
    }
    60% {
        height: 60%;
    }
    70% {
        height: 70%;
    }
    80% {
        height: 80%;
    }
    90% {
        height: 90%;
    }
    100% {
        height: 100%;
    }
}

@keyframes mysecond {
    0% {
        height: 100%;
    }
    10% {
        height: 90%;
    }
    20% {
        height: 80%;
    }
    30% {
        height: 70%;
    }
    40% {
        height: 60%;
    }
    50% {
        height: 50%;
    }
    60% {
        height: 40%;
    }
    70% {
        height: 30%;
    }
    80% {
        height: 20%;
    }
    90% {
        height: 10%;
    }
    100% {
        height: 0%;
    }
}

.m_ban .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 0%;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99;
    outline: none;
}

.m_ban .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 50%;
    outline: none;
    background: #fff;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.m_ban .swiper-pagination-bullet-active {
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: solid 2px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #3498db;
    margin: 0 10px;
    outline: none;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: relative;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    10% {
        -webkit-transform: rotate(36deg);
    }
    20% {
        -webkit-transform: rotate(72deg);
    }
    30% {
        -webkit-transform: rotate(108deg);
    }
    40% {
        -webkit-transform: rotate(144deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    60% {
        -webkit-transform: rotate(216deg);
    }
    70% {
        -webkit-transform: rotate(252deg);
    }
    80% {
        -webkit-transform: rotate(288deg);
    }
    90% {
        -webkit-transform: rotate(324deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
    90% {
        transform: rotate(324deg);
    }
    80% {
        transform: rotate(288deg);
    }
    70% {
        transform: rotate(252deg);
    }
    60% {
        transform: rotate(216deg);
    }
    50% {
        transform: rotate(180deg);
    }
    40% {
        transform: rotate(144deg);
    }
    30% {
        transform: rotate(108deg);
    }
    20% {
        transform: rotate(72deg);
    }
    10% {
        transform: rotate(36deg);
    }
    0% {
        transform: rotate(0deg);
    }
}

.index1 {
    width: 100%;
    padding: 110px 0;
    background: url(../images/indexbj1.png)no-repeat center center;
    display: inline-block;
}

.index1 .lf {
    width: 38.8%;
    float: left;
}

.index1 .lf>p {
    width: 222px;
    height: 46px;
    margin: 0;
    background: #3485fb url(../images/index1.png)no-repeat left 20px center;
    padding: 0 0 0 50px;
    font-size: 16px;
    line-height: 46px;
    color: #ffffff;
}

.index1 .lf .m_ab {
    width: 100%;
    float: left;
    margin-top: 55px;
}

.index1 .lf .m_ab>p:nth-child(1) {
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    line-height: 48px;
    color: #282828;
}

.index1 .lf .m_ab>p:nth-child(2) {
    margin-top: 20px;
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    color: #282828;
}

.index1 .lf .m_ab .con {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
    max-height: 190px;
    overflow: hidden;
}

.index1 .lf .m_ab .con p {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #666666;
}

.index1 .lf .m_ab .m_ck {
    margin-top: 50px;
}

.index1 .lf .m_ab .m_ck a {
    background: url(../images/index2.png)no-repeat left 65px center;
    padding: 17px 66px 17px 98px;
    font-size: 14px;
    color: #282828;
    display: inline-block;
    border: solid 1px #d1d1d1;
}

.index1 .ri {
    width: 58.13%;
    float: right;
    padding: 110px 0 0 0;
}

.index1 .ri .m_vi {
    width: 69.5%;
    /* height: 368px; */
    float: left;
    object-fit: fill;
    position: relative;
    margin-top: 30px;
}

.index1 .ri .m_vi video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.index1 .ri .m_vi #bf1 {
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -28px;
    margin-left: -28px;
    z-index: 99999;
    cursor: pointer;
}

.index1 .ri .nub {
    width: 25.41%;
    float: right;
}

.index1 .ri .nub .item .item1 {
    width: 100%;
    padding: 28px 0;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.index1 .ri .nub .item .item1 .pic {
    text-align: center;
}

.index1 .ri .nub .item .item1 .pic span {
    font-family: Arial-Black;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #282828;
    text-align: center;
}

.index1 .ri .nub .item .item1 .pic span i {
    font-style: normal;
    font-size: 42px;
    line-height: 40px;
    font-weight: 700;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(90deg, #282E58, #3381F3);
}

.index1 .ri .nub .item .item1 .txt {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #666666;
}

.index2 {
    width: 100%;
    background: #232323;
    padding: 77px 0 0 0;
    display: inline-block;
}

.m_tit {
    width: 100%;
    text-align: center;
    position: relative;
}

.m_tit p {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}

.m_tit p:nth-child(2) {
    text-align: center;
    margin-top: -20px;
    font-size: 48px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 48px;
    color: #808080;
    opacity: 0.2;
}

.m_tit::after {
    width: 38px;
    height: 2px;
    background: #3485fb;
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -19px;
}

.index2 .con {
    width: 100%;
    height: 690px;
    margin-top: 50px;
    display: inline-block;
}

.index2 .con1 {
    display: none;
}

.index3 {
    width: 100%;
    padding: 80px 0 100px;
    display: inline-block;
}

.black p:nth-child(1) {
    color: #000;
}

.index3 .fbt {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.index3 .con {
    width: 100%;
    height: 490px;
    margin-top: 60px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.index3 .con .container {
    height: 100%;
}

.index3 .con .container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    flex-direction: column;
}

.index3 .con .timeline {
    width: 100%;
    background: #fff;
}

.index3 .con .timeline .swiper-container {
    height: 490px;
    width: 72.6%;
    float: right;
    background: #fff;
    position: relative;
}

.index3 .con .timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.index3 .con .timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.index3 .con .timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    z-index: 2;
}

.index3 .con .timeline .swiper-slide-content .txt {
    width: 40%;
    height: 50%;
    position: absolute;
    top: 15%;
    left: 10%;
    text-align: left;
}

.index3 .con .timeline .swiper-slide-content .txt p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
}

.index3 .con .timeline .swiper-slide-content .txt p:nth-child(2) {
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #fffefe;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.index3 .con .timeline .swiper-slide-content .txt .ck {
    margin-top: 40px;
}

.index3 .con .timeline .swiper-slide-content .txt .ck a {
    padding: 17px 45px;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    display: inline-block;
    border: solid 2px #ffffff;
    outline: none;
}

.index3 .con .timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
}

.index3 .con .swiper-pagination {
    width: 200px;
    left: 0;
    top: 0;
    height: 70%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    z-index: 1;
}

.index3 .con .swiper-pagination-bullet {
    width: 200px;
    height: auto;
    background: url(../images/index12.png)no-repeat left 10px center;
    padding-left: 35px;
    font-size: 22px;
    line-height: 50px;
    font-weight: normal;
    color: #000;
    opacity: .6;
}

.index3 .con .swiper-pagination-bullet:nth-child(2) {
    background: url(../images/index13.png)no-repeat left 10px center;
}

.index3 .con .swiper-pagination-bullet:nth-child(3) {
    background: url(../images/index14.png)no-repeat left 10px center;
}

.index3 .con .swiper-pagination-bullet:nth-child(4) {
    background: url(../images/index15.png)no-repeat left 10px center;
}

.index3 .con .swiper-pagination-bullet:nth-child(5) {
    background: url(../images/index16.png)no-repeat left 10px center;
}

.index3 .con .swiper-pagination-bullet-active {
    font-weight: 700;
    border-radius: 0%;
    border: solid 2px #959595;
}

.index3 .con .swiper-button-next {
    position: absolute;
    top: 30%;
    left: -60%;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
    width: 26px;
    height: 26px;
    background: url(../images/index18.png)no-repeat center center;
}

.index3 .con .swiper-button-prev {
    position: absolute;
    top: 15%;
    left: 18.5%;
    width: 26px;
    height: 26px;
    background: url(../images/index17.png)no-repeat center center;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
}

@media screen and (min-width: 768px) {
    .index3 .con .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
    }
    .index3 .con .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1100px;
        height: 490px;
        font-size: 11px;
        text-align: right;
    }
    .index3 .con .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }
    .index3 .con .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
    }
    .index3 .con .swiper-pagination {
        display: flex;
    }
    .index3 .con .swiper-button-prev {
        top: 30%;
        left: 18.5%;
    }
    .index3 .con .swiper-button-next {
        top: auto;
        bottom: 50%;
        left: -60%;
    }
}

@media screen and (min-width: 1024px) {
    .index3 .con .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
    }
    .index3 .con .timeline .swiper-slide-content {
        right: 0%;
    }
}

.index4 {
    width: 100%;
    background: url(../images/indexbj2.jpg)no-repeat center center;
    background-size: 100% 100%;
    padding: 70px 0 120px;
    display: inline-block;
}

.index4 .con {
    width: 100%;
    margin-top: 50px;
    padding: 0 0 0 200px;
    display: inline-block;
    position: relative;
}

.index4 .con .swiper-container {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: 1s background-color 1.3s;
}

.index4 .con .swiper-container .swiper-slide {
    padding: 25px 0 20px 50px;
}

.index4 .con .swiper-container .swiper-slide .pic {
    width: 100%;
    position: relative;
}

.index4 .con .swiper-container .swiper-slide .pic img {
    width: 100%;
}

.index4 .con .swiper-container .swiper-slide .pic .txt {
    width: 540px;
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 30px 40px 40px 50px;
    transition: all 1s;
}

.index4 .con .swiper-container .swiper-slide .pic .txt a p:nth-child(1) {
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

.index4 .con .swiper-container .swiper-slide .pic .txt a p:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    line-height: 26px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index4 .con .swiper-container .swiper-slide .pic .nub {
    position: absolute;
    top: -30px;
    left: 40px;
    font-size: 66px;
    line-height: 66px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.index4 .con .swiper-container .swiper-slide-active .pic .nub {
    color: #FFF;
}

.index4 .con .swiper-container .swiper-slide-active .pic .txt {
    position: absolute;
    bottom: -20px;
    left: -50px;
    background-color: rgb(52 133 251 / 75%);
}

.index4 .con .swiper-container .swiper-slide-active .pic .txt a p:nth-child(1),
.index4 .con .swiper-container .swiper-slide-active .pic .txt a p:nth-child(2) {
    color: #fff;
}

.index4 .con .qiehuan {
    width: 161px;
    height: 46px;
    background: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 50.3%;
    z-index: 999;
}

.index4 .con .qiehuan .swiper-button-prev,
.index4 .con .qiehuan .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    background: url(../images/index20.png)no-repeat center center;
    outline: none;
}

.index4 .con .qiehuan .swiper-button-prev:after,
.index4 .con .qiehuan .swiper-container-rtl .swiper-button-next:after {
    content: ''
}

.index4 .con .qiehuan .swiper-button-next,
.index4 .con .qiehuan .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
    background: url(../images/index21.png)no-repeat center center;
    outline: none;
}

.index4 .con .qiehuan .swiper-button-next:after,
.index4 .con .qiehuan .swiper-container-rtl .swiper-button-prev:after {
    content: ''
}

.index4 .con .qiehuan .swiper-container-horizontal>.swiper-pagination-bullets,
.index4 .con .qiehuan .swiper-pagination-custom,
.index4 .con .qiehuan .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.index4 .con .qiehuan .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 999;
}

.index4 .con .qiehuan .swiper-container-horizontal>.swiper-pagination-bullets,
.index4 .con .qiehuan .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.index4 .con .qiehuan .swiper-pagination {
    width: 50%;
    position: absolute;
    top: -15px;
    left: 45px;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 199990;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
}

.index4 .con .qiehuan .swiper-pagination .swiper-pagination-current {
    font-family: Arial-Black;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #3485fb;
}

.index4 .con .qiehuan .swiper-pagination .swiper-pagination-total {
    font-family: Arial-Black;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
}

.index5 {
    width: 100%;
    padding: 70px 0 103px;
    background: url(../images/indexbj3.png)no-repeat center center;
    display: inline-block;
}

.index5 .con {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.index5 .con .lf {
    width: 72%;
    height: 560px;
    float: left;
}

.index5 .con .lf .item1 {
    width: 37.17%;
    height: 560px;
    float: left;
    overflow: hidden;
    position: relative;
    transition: all 1.3s;
}

.index5 .con .lf .item1:nth-child(1) {
    width: 58.88%;
    height: 560px;
    margin-right: 30px;
}

.index5 .con .lf .item1 .pic {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.index5 .con .lf .item1 .pic img {
    width: auto;
    height: auto;
    transition: 1s;
}

.index5 .con .lf .item1:nth-child(1) .pic img {
    transform: scale(1.1);
}

.index5 .con .lf .item1:hover .pic img {
    transform: scale(1.2);
}

.index5 .con .lf .item1 .txt {
    width: 100%;
    height: 100%;
    padding: 65px 50px 50px;
    position: absolute;
    bottom: 0%;
    left: 0;
}

.index5 .con .lf .item1 .txt p:nth-child(1) {
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #ffffff;
}

.index5 .con .lf .item1 .txt p:nth-child(2) {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    color: #ffffff;
}

.index5 .con .lf .item1 .txt p:nth-child(3) {
    margin-top: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index5 .con .lf .item1 .txt .ck {
    transition: all 1.5s;
    position: absolute;
    bottom: 50px;
    left: 50px;
    display: none;
}

.index5 .con .lf .item1 .txt .ck a {
    padding: 15px 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #ffffff;
}

.index5 .con .lf .item1:nth-child(1) .txt .ck {
    display: block;
}

.index5 .con .ri {
    width: 25.93%;
    float: right;
}

.index5 .con .ri .item {
    width: 100%;
    height: 265px;
    background: #005bab;
    position: relative;
    overflow: hidden;
}

.index5 .con .ri .item:nth-child(2) {
    margin-top: 30px;
    background: #282d55;
}

.index5 .con .ri .item .item1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.3);
    z-index: 99;
}

.index5 .con .ri .item:hover .item1 {
    right: -100%;
}

.index5 .con .ri .item .item2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.index5 .con .ri .item .item2 a {
    padding: 30px 30px 40px 30px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
}

.index5 .con .ri .item .item2 a p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 28px;
    color: #fff;
}

.index5 .con .ri .item .item2 a p:nth-child(2) {
    font-size: 24px;
    line-height: 38px;
    color: #fff;
}

.index5 .con1 {
    display: none;
}

.foot {
    width: 100%;
    padding: 100px 0 70px;
    background: #212121;
    display: inline-block;
    border-top: 20px solid #3485fb;
}

.foot .con {
    width: 100%;
    display: inline-block;
}

.foot .con .fnav {
    width: 72.26%;
    float: left;
}

.foot .con .fnav dl {
    width: auto;
    margin-right: 88px;
    float: left;
}

.foot .con .fnav dl dt {
    font-size: 18px;
    color: #FFF;
    line-height: 20px;
    margin-bottom: 10px;
}

.foot .con .fnav dl dt a {
    color: #FFF;
}

.foot .con .fnav dl dd {
    font-size: 16px;
    color: #888;
    line-height: 40px;
}

.foot .con .fnav dl dd a {
    font-size: 16px;
    color: #999;
    transition: 0.6s;
}

.foot .con .fnav dl dd:hover {
    color: #3485fb;
}

.foot .con .ftel {
    width: 22.66%;
    float: right;
}
@media (max-width:1880px) and (min-width:1706px){
    .foot .con .ftel {
        width: 24.66%;
    }
}
@media (max-width:1705px) and (min-width:1440px){
    .foot .con .ftel {
        width: 27.66%;
    }
}
@media (max-width:1440px){
    .foot .con .ftel {
        width: 27.66%;
    }
}

.foot .con .ftel .item1 {
    width: 100%;
    display: inline-block;
}

.foot .con .ftel .item1 .pic {
    float: left;
    padding-left: 37px;
    background: url(../images/foot1.png)no-repeat left center;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    color: #ffffff;
}

.foot .con .ftel .item1 .txt {
    float: left;
}

.foot .con .ftel .item1 .txt p {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #ffffff;
}

.foot .con .ftel .item1:nth-child(2) {
    margin-top: 30px;
}

.foot .con .con1 {
    width: 100%;
    margin-top: 40px;
    text-align: right;
}

.foot .con .con1 .item2 {
    width: 96px;
    margin-left: 20px;
    display: inline-block;
    text-align: right;
}

.foot .con .con1 .item2 .pic {
    width: 100%;
}

.foot .con .con1 .item2 .pic img {
    width: 100%;
}

.foot .con .con1 .item2 .txt {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #888888;
}

.foot1 {
    width: 100%;
    padding: 30px 0;
    background: #212121;
    display: inline-block;
    border-top: 1px solid #2c2c2c;
}

.foot1 .con {
    width: 100%;
    display: inline-block;
}

.foot1 .con .zc {
    float: left;
}

.foot1 .con .zc p {
    padding-top: 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #555555;
}

.foot1 .con .zc p a {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #555555;
}

.foot1 .con .zc p a:hover {
    color: #3485fb;
}

.foot1 .con select {
    width: 220px;
    height: 40px;
    float: right;
    line-height: 40px;
    cursor: pointer;
    border: solid 1px #4d4d4d;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #000 url(../images/foot4.png) no-repeat right 20px center;
    padding: 0px 45px 0px 40px;
    font-size: 16px;
    color: #fff;
}

.m_ban .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.2, 1.2);
}

.m_ban .swiper-slide-active img,
.m_ban .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.m_ban .title {
    transition-delay: 1s;
    z-index: 10;
    position: absolute;
    top: 15%;
    left: 16%;
}

.m_ban .title .tit p {
    font-family: SourceHanSansCN-Medium;
    font-size: 64px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 64px;
    color: #ffffff;
}

.m_ban .title .tit p:nth-child(2) {
    margin-top: 35px;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #ffffff;
}

.m_ban .title .tit p:nth-child(2) span:nth-child(1) {
    width: 31px;
    height: 2px;
    background: #ffffff;
    vertical-align: middle;
    display: inline-block;
    margin-right: 25px;
}

.m_ban .title .tit p:nth-child(2) span:nth-child(2) {
    margin: 0 0 0 25px;
    width: 31px;
    height: 2px;
    background: #ffffff;
    vertical-align: middle;
    display: inline-block;
}

.solxiala {
    opacity: 0;
    height: 0;
}

.head .nav ul li:nth-child(3):hover .solxiala {
    opacity: 1;
    height: auto;
}

.proxiala {
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    padding-top: 0px;
    background: #fff;
    z-index: 99999;
    transition: all .8s;
}

.head .nav ul li:nth-child(2):hover .proxiala {
    opacity: 1;
    height: auto;
}

.proxiala .lf {
    width: 28.125%;
    float: left;
    background: #eeeeee;
    padding: 70px 0 60px 190px;
}

.proxiala .lf .con {
    width: 100%;
    padding-bottom: 50px;
    display: inline-block;
    border-bottom: 1px solid #d0d0d0;
}

.proxiala .lf .con ul {
    width: 100%;
}

.proxiala .lf .con ul li {
    width: 100%;
    padding: 16px 130px 16px 60px;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    cursor: pointer;
}

.proxiala .lf .con ul li:hover {
    background: #fff;
}

.proxiala .lf .con ul li.current {
    background: #fff;
}

.proxiala .lf .con1 {
    width: 100%;
    padding: 0px 130px 0px 60px;
    margin-top: 30px;
}

.proxiala .lf .con1 p:nth-child(1) {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
}

.proxiala .lf .con1 p:nth-child(2) {
    margin-top: 30px;
}

.proxiala .lf .con1 p:nth-child(2) a {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #666666;
}

.proxiala .lf .con1 p:nth-child(3) {
    margin-top: 20px;
}

.proxiala .lf .con1 p:nth-child(3) a {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #666666;
}

.proxiala .qhk {
    width: 71.875%;
    /* height: 350px; */
    float: left;
    /* overflow: hidden; */
    padding: 60px 250px 90px 70px;
}

.proxiala .qhk .ri {
    width: 100%;
    display: none;
}

.proxiala .qhk .ri.content1 {
    display: block;
}

.proxiala .qhk .ri .tit {
    width: 33.08%;
    float: left;
    padding: 15px 0 0 0;
}

.proxiala .qhk .ri .tit li {
    width: 100%;
    padding: 16px 100px 16px 60px;
    font-size: 18px;
    font-weight: normal;
    line-height: 16px;
    color: #333333;
    cursor: pointer;
}

.proxiala .qhk .ri .tit li.current {
    background: #eee;
}

.proxiala .qhk .ri .tit .item2:hover {
    background: #eee;
}

.proxiala .qhk .ri .ri_sanji {
    width: 66.02%;
    float: right;
    padding: 20px 0 0 75px;
}

.proxiala .qhk .ri .ri_sanji .conk {
    width: 100%;
    display: none;
}

.proxiala .qhk .ri .ri_sanji .conk.content2 {
    display: block;
}

.proxiala .qhk .ri .ri_sanji .conk .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #333333;
}

.proxiala .qhk .ri .ri_sanji .conk .conk1 {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
}

.proxiala .qhk .ri .ri_sanji .conk .conk1 .item {
    margin-left: -12px;
}

.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 {
    width: 48%;
    float: left;
    background: #fff;
    padding: 38px 20px 40px 30px;
    border-top: 1px dashed #d0d0d0;
    border-bottom: 1px dashed #d0d0d0;
    margin-left: 12px;
}

.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1:hover {
    background: #f5f5f5;
}

.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 a .pic {
    width: 66px;
    float: left;
    overflow: hidden;
}

.proxiala .qhk.ri .ri_sanji .conk .conk1 .item .item1 a .pic img {
    width: 100%;
}

.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 a .txt {
    width: 160px;
    float: right;
}

.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 a .txt p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #333333;
}

.proxiala .qhk .ri .ri_sanji .conk .conk1 .item .item1 a .txt p:nth-child(2) {
    margin-top: 20px;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.head .nav ul li:nth-child(6):hover .abxiala {
    opacity: 1;
    height: auto;
}

.abxiala {
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 0;
    padding-top: 0px;
    background: #fff;
    transition: all .8s;
    z-index: 99999999;
}

.abxiala .lf {
    width: 28.125%;
    float: left;
    background: #eeeeee;
    padding: 70px 0 60px 190px;
}

.abxiala .lf .con {
    width: 100%;
    padding-bottom: 50px;
    display: inline-block;
    border-bottom: 1px solid #d0d0d0;
}

.abxiala .lf .con ul {
    width: 100%;
}

.abxiala .lf .con ul li {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    color: #333333;
    cursor: pointer;
}

.abxiala .lf .con ul li a {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    padding: 16px 130px 16px 60px;
    cursor: pointer;
    display: inline-block;
}

.abxiala .lf .con ul li.current a {
    color: #3485fb;
    background: #fff;
}

.abxiala .lf .con ul li:hover {
    background: #fff;
}

.abxiala .lf .con1 {
    width: 100%;
    padding: 0px 130px 0px 60px;
    margin-top: 30px;
}

.abxiala .lf .con1 p:nth-child(1) {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #000000;
}

.abxiala .lf .con1 p:nth-child(2) {
    margin-top: 30px;
}

.abxiala .lf .con1 p:nth-child(2) a {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #666666;
}

.abxiala .lf .con1 p:nth-child(3) {
    margin-top: 20px;
}

.abxiala .lf .con1 p:nth-child(3) a {
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #666666;
}

.abxiala .conk {
    width: 71.875%;
    float: left;
    padding: 25px 250px 0px 70px;
}

.abxiala .conk .ri {
    width: 100%;
    display: none;
}

.abxiala .conk .ri.content4 {
    display: block;
}

.abxiala .conk .ri .txt {
    width: 46%;
    display: inline-block;
}

.abxiala .conk .ri .txt p:nth-child(1) {
    width: 100%;
}

.abxiala .conk .ri .txt p:nth-child(1) a {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.abxiala .conk .ri .txt p:nth-child(2) {
    width: 100%;
    margin-top: 40px;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
    color: #666666;
}

.abxiala .conk .ri .txt .ck {
    width: 64px;
    height: 50px;
    margin-top: 40px;
    margin-left: 0;
}

.abxiala .conk .ri .txt .ck a img {
    width: 100%;
}

.abxiala .ri .pic {
    width: 40%;
    float: right;
}

.abxiala .ri .pic img {
    width: 100%;
}

.fwxiala {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.head .nav ul li:nth-child(4):hover .fwxiala {
    opacity: 1;
    height: auto;
}

.xwxiala {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.head .nav ul li:nth-child(5):hover .xwxiala {
    opacity: 1;
    height: auto;
}

.jrxiala {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.head .nav ul li:nth-child(7):hover .jrxiala {
    opacity: 1;
    height: auto;
}


/* 产品列表页 */

.n_ban {
    width: 100%;
    position: relative;
}

.n_ban img {
    width: 100%;
}

.n_ban .n_shubiao {
    position: absolute;
    bottom: 40px;
    right: 11.5%;
}

.n_ban .txt {
    position: absolute;
    top: 50%;
    left: 11%;
    font-size: 46px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 2px;
    color: #ffffff;
}

.pro1 {
    width: 100%;
    padding: 120px 0 105px;
    display: inline-block;
}

.n_tit {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.n_tit .fbt {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}

.pro1 .con {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.pro2 {
    width: 100%;
    padding: 120px 0;
    display: inline-block;
    background: #f5f5f5;
}

.pro2 .con {
    width: 100%;
    margin-top: 90px;
    display: inline-block;
}

.pro2 .con .item {
    margin-top: -50px;
    margin-left: -2.67%;
}

.pro2 .con .item .item1 {
    width: 47.33%;
    float: left;
    margin-top: 50px;
    margin-left: 2.67%;
    position: relative;
    background: #fff;
}

.pro2 .con .item .item1 .pic {
    width: 38.91%;
    float: left;
}

.pro2 .con .item .item1 .pic a img {
    width: 100%;
}

.pro2 .con .item .item1 .txt {
    width: 61.09%;
    float: right;
    padding: 50px 60px 70px 70px;
    position: relative;
}

.pro2 .con .item .item1 .txt::after {
    width: 1px;
    height: 180px;
    background: #e1e1e1;
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -90px;
}

.pro2 .con .item .item1 .txt p:nth-child(1) {
    margin-top: 10px;
}

.pro2 .con .item .item1 .txt p:nth-child(1) a {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #333333;
}

.pro2 .con .item .item1 .txt p:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 104px;
}

.pro2 .con .item .item1 .more {
    width: 74px;
    height: 46px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.pro2 .con .item .item1 .more p:nth-child(1) {
    width: 74px;
    height: 46px;
    background: url(../images/pro6.png)no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.pro2 .con .item .item1 .more p:nth-child(2) {
    width: 0px;
    height: 46px;
    background: url(../images/pro7.png)no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 2s;
    z-index: 2;
}

.pro2 .con .item .item1:hover {
    box-shadow: 1px 2px 20px 0px #e1e1e1;
}

.pro2 .con .item .item1:hover .txt p:nth-child(1) a {
    font-size: 24px;
    font-weight: 700;
    color: #3485fb;
}

.pro2 .con .item .item1:hover .more p:nth-child(2) {
    width: 74px;
}

.pro3 {
    width: 100%;
    padding: 120px 0 130px;
    display: inline-block;
}

.pro3 .con {
    width: 100%;
    margin-top: 90px;
    display: inline-block;
    position: relative;
}

.pro3 .con .pic {
    width: 100%;
}

.pro3 .con .pic img {
    width: 100%;
}

.pro3 .con .txt {
    background: #333;
    padding: 25px 50px 30px 40px;
}

.pro3 .con .txt p:nth-child(1) a {
    font-size: 24px;
    color: #ffffff;
}

.pro3 .con .txt p:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro3 .con .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin-left: 14px;
    outline: none;
}

.pro3 .con .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination {
    width: 100%;
    margin-top: 30px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.pro4 {
    width: 100%;
    background: url(../images/probj1.png)no-repeat center center;
    padding: 238px 0 118px;
    display: inline-block;
    z-index: 9;
}

.pro4 .slo {
    text-align: center;
}

.pro4 .slo p:nth-child(1) {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

.pro4 .slo p:nth-child(2) {
    margin-top: 27px;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.pro4 .slo_more {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.pro4 .slo_more div {
    text-align: center;
    width: 152px;
    height: 49px;
    margin-left: 30px;
    background: #000;
    display: inline-block;
    position: relative;
}

.pro4 .slo_more div p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.pro4 .slo_more div p a {
    padding: 0 57px 0 22px;
    background: url(../images/pro11.png) no-repeat right 24px center;
    font-size: 18px;
    line-height: 49px;
    color: #ffffff;
    display: inline-block;
}

.pro4 .slo_more div::after {
    width: 0;
    height: 49px;
    content: "";
    background: #3485fb;
    position: absolute;
    transition: all 1s;
    top: 0;
    left: 0;
    z-index: 99;
}

.pro4 .slo_more div:hover:after {
    width: 100%;
}


/* 产品详情 */

.n_head {
    background: #fff;
}

.n_head .logo a:nth-child(1) {
    display: none;
}

.n_head .logo a:nth-child(2) {
    display: block;
}

.n_head .nav ul li a {
    color: #000;
}

.n_head .nav ul .lang {
    color: #000;
}

.n_head .nav ul .sear img:nth-child(1) {
    display: none;
}

.n_head .nav ul .lang {
    background: url(../images/head1_2.png)no-repeat left center;
}

.n_head .nav ul .sear img:nth-child(2) {
    display: block;
}

.pro_xq1 {
    width: 100%;
    background: #f5f5f5;
    padding: 170px 0 90px;
    display: inline-block;
}

.pro_xq1 .con {
    width: 100%;
    display: inline-block;
}

.pro_xq1 .con .pic {
    width: 47.63%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.pro_xq1 .con .pic img {
    width: 84%;
    transition: all 1s;
}

.pro_xq1 .con .pic:hover img {
    transform: scale(1.1, 1.1);
}

.pro_xq1 .con .txt {
    width: 43.125%;
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.pro_xq1 .con .txt p:nth-child(1) {
    margin-top: 30px;
    font-size: 24px;
    color: #3485fb;
}

.pro_xq1 .con .txt p:nth-child(2) {
    margin-top: 20px;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.pro_xq1 .con .txt p:nth-child(3) {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.pro_xq1 .con .txt p:nth-child(4) {
    margin-top: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.pro_xq1 .con .txt p:nth-child(5) {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.pro_xq1 .con .txt .lxk {
    margin-top: 60px;
}

.pro_xq1 .con .txt .lxk a {
    padding: 17px 75px 17px 30px;
    background: #3485fb url(../images/pro11.png)no-repeat right 35px center;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.pro_xq1 .con .txt p:nth-last-child(1) {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.pro_xq1 .con .txt p:nth-last-child(1) span:nth-child(1) {
    float: left;
    background: url(../images/pro_xq2.png)no-repeat left center;
    padding-left: 30px;
}

.pro_xq1 .con .txt p:nth-last-child(1) span:nth-child(1) a {
    font-size: 16px;
    color: #666666;
}

.pro_xq1 .con .txt p:nth-last-child(1) span:nth-child(2) {
    float: left;
    background: url(../images/pro_xq3.png)no-repeat left center;
    padding-left: 30px;
    margin-left: 50px;
}

.pro_xq1 .con .txt p:nth-last-child(1) span:nth-child(2) a {
    font-size: 16px;
    color: #666666;
}

.pro_xq2 {
    width: 100%;
    padding: 120px 0;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: inline-block;
}

.pro_xq2 .nav-height {
    position: relative;
    height: 50px;
}

.pro_xq2 .nav-wrap {
    width: 100%;
    height: 55px;
    background: #fff;
}

.pro_xq2 .nav-mobile {
    display: none;
    font-weight: bold;
    width: 100%;
}

.nav-wrap.navFix {
    position: fixed;
    top: 75px;
    left: 0;
    padding: 0 11%;
    border-bottom: 1px solid #e3e3e3;
    z-index: 99;
}

.pro_xq2 .nav-wrap li {
    display: inline-block;
    text-align: left;
    height: 50px;
    line-height: 50px;
}

.nav-wrap li a {
    display: block;
    padding: 0 80px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.nav-wrap li a.active {
    border-bottom: 3px solid #333;
    font-weight: 700;
}

.section-content {
    padding: 110px 0 0 0;
}

.section-content>p:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}

.section-content>p:nth-child(2) {
    margin-top: 70px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #666666;
}

.section-content .conk {
    width: 100%;
    margin-top: 45px;
    display: inline-block;
}

.section-content .conk .item {
    margin-top: -35px;
}

.section-content .conk .item .item1 {
    width: 100%;
    margin-top: 35px;
}

.section-content .conk .item .item1 p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.section-content .conk .item .item1 p:nth-child(2) {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.section-content .conk .item .item1 p:nth-child(3) {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.pro_xq3 {
    width: 100%;
    padding: 120px 0 70px;
    display: inline-block;
    background: #f5f5f5;
}

.pro_xq3 .tit {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}

.pro_xq3 .con {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
}

.pro_xq3 .con .con1 {
    height: 580px;
    padding: 0 1px;
    overflow: hidden;
}

.pro_xq3 .con .probiao {
    width: 100%;
    border-collapse: collapse;
}

.pro_xq3 .con .probiao tbody tr th {
    vertical-align: baseline;
    background: #b5b5b5;
    text-align: left;
    padding: 19px 0 19px 70px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    border-right: 1px solid #e1e1e1;
}

.pro_xq3 .con .probiao tbody tr td {
    vertical-align: baseline;
    border: solid 1px #e1e1e1 !important;
    padding: 20px 0 20px 70px;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}

.pro_xq3 .con .pro_zk {
    text-align: center;
    margin: 60px auto;
}

.pro_xq3 .con .pro_zk button {
    padding: 15px 40px;
    font-size: 16px;
    color: #3485fb;
    border: solid 2px #3485fb;
    outline: none;
    cursor: pointer;
}

.pro_xq4 {
    width: 100%;
    padding: 56px 0;
    background: url(../images/pro_xqbj1.png)no-repeat center center;
    display: inline-block;
}

.pro_xq4 .tit {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.pro_xq4 .con {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
    position: relative;
}

.pro_xq4 .con .pic {
    width: 100%;
}

.pro_xq4 .con .pic img {
    width: 100%;
}

.pro_xq4 .con .txt {
    width: 100%;
    background: #fff;
    padding: 25px 35px 20px 35px;
}

.pro_xq4 .con .txt p:nth-child(1) {
    width: 100%;
}

.pro_xq4 .con .txt p:nth-child(1) a {
    font-size: 24px;
    color: #333333;
}

.pro_xq4 .con .txt p:nth-child(2) {
    margin-top: 17px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.pro_xq4 .con .swiper-button-next,
.pro_xq4 .con .swiper-container-rtl .swiper-button-prev {
    position: absolute;
    background: url(../images/pro_xq6.png) no-repeat center center;
    right: -50px;
    left: auto;
    outline: none;
}

.pro_xq4 .con .swiper-button-prev:after,
.pro_xq4 .con .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.pro_xq4 .con .swiper-button-prev,
.pro_xq4 .con .swiper-container-rtl .swiper-button-next {
    position: absolute;
    background: url(../images/pro_xq5.png)no-repeat center center;
    left: -50px;
    right: auto;
    outline: none;
}

.pro_xq4 .con .swiper-button-next:after,
.pro_xq4 .con .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.pro_xq5 {
    width: 100%;
    padding: 120px 0 50px;
    display: inline-block;
}

.pro_xq5 .tit {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}

.pro_xq5 .con {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
    position: relative;
}

.pro_xq5 .con .swiper-slide .pic {
    width: 50%;
    float: left;
    overflow: hidden;
}

.pro_xq5 .con .swiper-slide .pic img {
    width: 100%;
}

.pro_xq5 .con .swiper-slide .txt {
    width: 50%;
    float: right;
    padding-top: 60px;
}

.pro_xq5 .con .swiper-slide .txt .con1 {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 60px 180px 80px;
}

.pro_xq5 .con .swiper-slide .txt .con1 p:nth-child(1) a {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.pro_xq5 .con .swiper-slide .txt .con1 p:nth-child(2) {
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.pro_xq5 .con .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 5%;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    outline: none;
}

.pro_xq5 .con .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    outline: none;
    margin-left: 14px;
}

.pro_xq5 .con .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.mt120 {
    margin-top: 120px;
}

.pro_xq5 .con2 {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
}

.pro_xq5 .con2 .item {
    margin-left: -6.25%;
}

.pro_xq5 .con2 .item .item1 {
    width: 27.08%;
    float: left;
    margin-left: 6.25%;
    background: #f5f5f5;
    padding: 26px 0 26px 35px;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.pro_xq5 .con2 .item .item1 p {
    width: 80px;
    height: 32px;
    background: #b5b5b5;
    position: absolute;
    top: 18px;
    right: 27px;
}

.pro_xq5 .con2 .item .item1 p a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 26px;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    color: #ffffff;
    display: inline-block;
    z-index: 999;
}

.pro_xq5 .con2 .item .item1 p::after {
    width: 0;
    height: 100%;
    background: #3485fb;
    transition: all 1s;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.pro_xq5 .con2 .item .item1:hover p::after {
    width: 100%;
}


/* 服务与支持页面 */

.n_fban {
    width: 100%;
    display: inline-block;
    position: relative;
}

.n_fban img {
    width: 100%;
}

.n_fban .txt {
    width: 630px;
    height: 314px;
    position: absolute;
    top: 50%;
    left: 11%;
    margin-top: -157px;
}

.n_fban .txt1 {
    width: 630px;
    height: 210px;
    position: absolute;
    top: 50%;
    left: 11%;
    margin-top: -105px;
}

.n_fban .txt2 {
    width: 630px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 11%;
    margin-top: -23px;
}

.n_fban .txt p:nth-child(1) {
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
    color: #ffffff;
}

.n_fban .txt p:nth-child(2) {
    margin-top: 60px;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.n_fban .txt .search {
    width: 100%;
    margin-top: 80px;
}

.n_fban .txt .search form {
    width: 100%;
    position: relative;
}

.n_fban .txt .search form .findinput {
    width: 100%;
    border: 0;
    outline: none;
    height: 60px;
    display: inline-block;
    padding-left: 60px;
    font-size: 14px;
}

.n_fban .txt .search form .pic {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -7px;
    cursor: pointer;
}

.n_fban .txt .search form .pic img {
    width: 100%;
}

.n_fuwu1 {
    width: 100%;
    padding: 120px 0 90px;
    display: inline-block;
}

.n_fww {
    width: 80.2083%;
    margin: 0 auto;
}

.n_fuwu1 .con {
    margin-top: 40px;
    width: 100%;
}

.n_fuwu1 .con .outer1 {
    width: 100%;
    text-align: center;
}

.n_fuwu1 .con .outer1 ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    cursor: pointer;
    margin-left: 30px;
    padding-bottom: 15px;
}

.n_fuwu1 .con .outer1 ul li.current1 {
    font-weight: 700;
    color: #3485fb;
    border-bottom: 2px solid #3485fb;
}

.n_fuwu1 .con .outer1 .content1 {
    width: 100%;
    margin-top: 40px;
}

.n_fuwu1 .con .outer1 .content1 .con1 {
    width: 100%;
    display: none;
}

.n_fuwu1 .con .outer1 .content1 .con1.content1 {
    display: block;
}

.n_fuwu1 .con .outer1 .content1 .con1 .conk {
    width: 100%;
    display: inline-block;
}

.n_fuwu1 .con .outer1 .content1 .con1 .pic {
    width: 42.20%;
    float: left;
    overflow: hidden;
    position: relative;
}

.n_fuwu1 .con .outer1 .content1 .con1 .pic img {
    width: 100%;
}

.n_fuwu1 .con .outer1 .content1 .con1 .pic .tit {
    width: 100%;
    height: 169px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 80px 20px 30px 40px;
}

.n_fuwu1 .con .outer1 .content1 .con1 .pic .tit p:nth-child(1) {
    text-align: left;
    width: 100%;
}

.n_fuwu1 .con .outer1 .content1 .con1 .pic .tit p:nth-child(1) a {
    font-size: 24px;
    color: #ffffff;
}

.n_fuwu1 .con .outer1 .content1 .con1 .pic .tit p:nth-child(2) {
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
    color: #ffffff;
}

.n_fuwu1 .con .outer1 .content1 .con1 .txt {
    width: 53.89%;
    margin-left: 3.91%;
    float: right;
}

.n_fuwu1 .con .outer1 .content1 .con1 .txt p {
    width: 100%;
    background: url(../images/index21.png) no-repeat right center;
    text-align: left;
    border-top: 1px solid #e1e1e1;
}

.n_fuwu1 .con .outer1 .content1 .con1 .txt p a {
    font-size: 16px;
    line-height: 84px;
    color: #333333;
    max-width: 80%;
    overflow: hidden;
}

.n_fuwu1 .con .outer1 .content1 .con1 .txt p:hover a {
    color: #3485fb;
}

.n_fuwu1 .con .outer1 .content1 .con1 .txt p:nth-last-child(1) {
    border-bottom: 1px solid #e1e1e1;
}

.n_fuwu1 .con .outer1 .content1 .con1 .n_more {
    text-align: center;
    margin-top: 40px;
}

.n_fuwu1 .con .outer1 .content1 .con1 .n_more a {
    padding: 0 40px;
    font-size: 16px;
    line-height: 44px;
    color: #3485fb;
    border: 2px solid #3485fb;
    display: inline-block;
}

.n_fuwu2 {
    width: 100%;
    background: #e1e1e1 url(../images/n_serverbj.png)no-repeat center center;
    padding: 90px 0 90px;
    display: inline-block;
}

.n_fuwu2 .con {
    width: 100%;
    padding-top: 60px;
    background: url(../images/n_fuwubeijing.png)no-repeat center center;
    display: inline-block;
}

.n_fuwu2 .con .lf {
    width: 63.63%;
    float: left;
    border-right: 1px solid #e1e1e1;
}

.n_fuwu2 .con .lf .tit {
    width: 100%;
    padding: 50px 130px 30px 50px;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
}

.n_fuwu2 .con .lf .tit p:nth-child(1) {
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    float: left;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n_fuwu2 .con .lf .tit p:nth-child(2) {
    float: left;
    margin-left: 40px;
}

.n_fuwu2 .con .lf .tit p:nth-child(2) a {
    padding: 0 32px 0 60px;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    color: #ffffff;
    background: #3485fb url(../images/n_fuwu3.png)no-repeat left 30px center;
    display: inline-block;
}

.n_fuwu2 .con .lf .tj {
    padding: 35px 65px 30px 50px;
}

.n_fuwu2 .con .lf .tj>p {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #3485fb;
}

.n_fuwu2 .con .lf .tj .con1 {
    width: 100%;
    margin-top: 20px;
   /*  display: inline-block; */
}
@media (max-width: 1600px) and (min-width: 1366px){
    .n_fuwu2 .con .lf .tj .con1 { width: 88%;}
}

.n_fuwu2 .con .lf .tj .con1 ul {
    margin-left: -79px;
    margin-top: -20px;
}

.n_fuwu2 .con .lf .tj .con1 ul li {
    float: left;
    margin-left: 79px;
    margin-top: 20px;
    position: relative;
}

.n_fuwu2 .con .lf .tj .con1 ul li span:nth-child(1) {
    float: left;
    width: 11px;
    font-size: 18px;
    font-weight: normal;
    color: #ff0000;
}

.n_fuwu2 .con .lf .tj .con1 ul li span:nth-child(2) {
    float: left;
    font-size: 16px;
    margin-left: 5px;
    line-height: 42px;
    font-weight: normal;
    color: #333333;
}

.n_fuwu2 .con .lf .tj .con1 ul li #company_title {
    float: left;
    width: 275px;
    height: 42px;
    background: #ffffff;
    border: solid 1px #e1e1e1;
    font-size: 16px;
    color: #333333;
    outline: none;
    padding-left: 10px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(1) {
    padding-left: 66px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(3) {
    padding-left: 66px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(5) {
    padding-left: 66px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(6) {
    padding-left: 13px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(7) {
    padding-left: 30px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(3) span:nth-child(1) {
    margin-left: 30px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(5) span:nth-child(1) {
    margin-left: 30px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(6) span:nth-child(1) {
    display: none;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(7) span:nth-child(1) {
    display: none;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(8) span:nth-child(1) {
    display: none;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(7) .input-txt {
    background: #ffffff;
    border: solid 1px #e1e1e1;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 40px;
    color: #616161;
    margin-left: 12px;
    cursor: pointer;
    outline: none;
    width: 275px;
    height: 42px;
}

.n_fuwu2 .con .lf .tj .con1 ul li:nth-child(8) .input-txt {
    background: #ffffff;
    border: solid 1px #e1e1e1;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 40px;
    color: #616161;
    margin-left: 12px;
    cursor: pointer;
    outline: none;
    width: 275px;
    height: 42px;
}

.n_fuwu2 .con .lf .tj .con1 ul li .file-btn {
    position: absolute;
    top: 0;
    right: -80px;
    height: 42px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    line-height: 42px;
    color: #000;
    cursor: pointer;
    background: #e2eeff;
    overflow: hidden;
}

.n_fuwu2 .con .lf .tj .con1 ul li .file-btn .input-file {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    font-size: 200px;
    opacity: 0;
    border: 0 none !important;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.n_fuwu2 .con .lf .tj .con1 ul li textarea {
    width: 693px;
    height: 105px;
    background: #ffffff;
    border: solid 1px #e1e1e1;
    padding: 17px 0 0 20px;
    font-size: 14px;
    color: #999999;
    outline: none;
    margin-left: 12px;
}

.n_fuwu2 .con .lf .tj button {
    margin-top: 20px;
    text-align: center;
    padding: 12px 66px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #3485fb;
    outline: none;
    border: none;
    margin-left: 150px;
    cursor: pointer;
}

.n_fuwu2 .con .ri {
    width: 35.89%;
    float: right;
}

.n_fuwu2 .con .ri .item1 {
    width: 100%;
    padding: 30px 30px 0 50px;
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
}

.n_fuwu2 .con .ri .item1 .txt {
    width: 42%;
    float: left;
}

.n_fuwu2 .con .ri .item1 .txt p:nth-child(1) {
    margin-top: 20px;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

.n_fuwu2 .con .ri .item1 .txt p:nth-child(2) {
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
}

.n_fuwu2 .con .ri .item1 .txt p:nth-child(3) {
    margin-top: 15px;
    font-size: 16px;
    color: #666666;
}

.n_fuwu2 .con .ri .item1 .txt p:nth-child(4) {
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #3485fb;
}

.n_fuwu2 .con .ri .item1 .txt p:nth-child(5) {
    margin-top: 15px;
    font-size: 16px;
    color: #666666;
}

.n_fuwu2 .con .ri .item1 .txt p:nth-child(6) {
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    color: #3485fb;
}

.n_fuwu2 .con .ri .item2 {
    width: 100%;
    padding: 90px 60px 80px 50px;
    display: inline-block;
}

.n_fuwu2 .con .ri .item2 .txt {
    width: 70%;
    float: left;
}

.n_fuwu2 .con .ri .item2 .txt p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.n_fuwu2 .con .ri .item2 .txt p:nth-child(2) {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.n_fuwu2 .con .ri .item2 .txt p:nth-child(3) {
    margin-top: 50px;
    width: 100%;
    padding: 13px 0;
    background: #eeeeee url(../images/n_fuwu6.png) no-repeat left 80px center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #666666;
    padding-left: 120px;
}

.n_fuwu2 .con .ri .item2 .pic {
    width: 30%;
    float: right;
}

.n_fuwu2 .con .ri .item2 .pic img {
    width: 100%;
}

.n_fuwu3 {
    width: 100%;
    padding: 90px 0 120px;
    display: inline-block;
}

.n_fuwu3 .con {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
}

.n_fuwu3 .con .item {
    margin-top: -50px;
    margin-left: -1.93%;
}

.n_fuwu3 .con .item .item1 {
    width: 48.07%;
    float: left;
    margin-top: 50px;
    margin-left: 1.93%;
    padding: 61px 0;
    background: #f4f4f4;
}

.n_fuwu3 .con .item .item1 .pic {
    width: 28.1%;
    float: left;
    padding: 30px 74px;
    border-right: 1px solid #e1e1e1;
}


/* .n_fuwu3 .con .item .item1 .pic img {
    width: 100%;
} */

.n_fuwu3 .con .item .item1 .txt {
    width: 71.9%;
    float: right;
    padding: 22px 0 17px 74px;
}

.n_fuwu3 .con .item .item1 .txt p:nth-child(1) a {
    font-size: 24px;
    color: #333333;
}

.n_fuwu3 .con .item .item1 .txt p:nth-child(2) {
    margin-top: 23px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.n_fuwu3 .con .item .item1 .txt p:nth-child(3) {
    margin-top: 30px;
}

.n_fuwu3 .con .item .item1:hover .txt p:nth-child(1) a {
    font-weight: 700;
    color: #3485fb;
}

.n_fuwu3 .ck {
    margin-top: 60px;
    text-align: center;
}

.n_fuwu3 .ck a {
    padding: 15px 40px;
    font-size: 16px;
    color: #3485fb;
    border: solid 2px #3485fb;
    display: inline-block;
}


/* 常见问题页面 */

.n_fban1 {
    width: 100%;
    position: relative;
}

.n_fban1 img {
    width: 100%;
}

.n_fban1 .txt {
    position: absolute;
    bottom: 140px;
    left: 12%;
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
}

.n_qu1 {
    width: 100%;
    padding: 120px 0 110px;
    background: #f5f5f5;
    display: inline-block;
}

.n_qu1 .con {
    width: 100%;
    display: inline-block;
}

.n_qu1 .con .txt {
    width: 47.4%;
    float: left;
    padding: 80px 160px 100px 0;
}

.n_qu1 .con .txt p:nth-child(1) {
    font-size: 36px;
    color: #333333;
}

.n_qu1 .con .txt p:nth-child(2) {
    margin-top: 60px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.n_qu1 .con .txt .fenji {
    margin-top: 60px;
    width: 100%;
    display: inline-block;
}

.n_qu1 .con .txt .fenji ul li {
    float: left;
    width: 134px;
}

.n_qu1 .con .txt .fenji ul li a {
    padding: 0 18px;
    font-size: 16px;
    line-height: 66px;
    color: #666666;
    display: inline-block;
}

.n_qu1 .con .txt .fenji ul li:hover a {
    background: #3485fb;
}

.n_qu1 .con .txt .fenji ul li:hover a {
    color: #fff;
}

.n_qu1 .con .txt .fenji ul li.active a {
    background: #3485fb;
}

.n_qu1 .con .txt .fenji ul li.active a {
    color: #fff;
}

.n_qu1 .con .pic {
    width: 52.59%;
    float: right;
    overflow: hidden;
}

.n_qu1 .con .pic img {
    width: 100%;
    transition: all 1s;
}

.n_qu1 .con .pic:hover img {
    transform: scale(1.1, 1.1);
}

.n_qu2 {
    width: 100%;
    padding: 100px 0 90px;
    display: inline-block;
}

.n_qu2 .con {
    width: 100%;
    display: inline-block;
}

.n_qu2 .con .item {
    margin-top: -50px;
    margin-left: -2.62%;
}

.n_qu2 .con .item .item1 {
    width: 30.71%;
    float: left;
    margin-top: 50px;
    margin-left: 2.62%;
    border: solid 1px #e1e1e1;
    padding: 45px 45px 45px 35px;
    position: relative;
}

.n_qu2 .con .item .item1:hover {
    box-shadow: 1px 2px 20px 0px #e1e1e1;
}

.n_qu2 .con .item .item1 .wen {
    width: 100%;
    height: 90px;
    display: inline-block;
}

.n_qu2 .con .item .item1 .wen p:nth-child(1) {
    width: 9%;
    float: left;
    padding: 10px;
    background: #3485fb;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #ffffff;
}

.n_qu2 .con .item .item1 .wen p:nth-child(2) {
    width: 88%;
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #333333;
}

.n_qu2 .con .item .item1 .da {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
    height: 100px;
    overflow: hidden;
}

.n_qu2 .con .item .item1.da {
    height: auto;
}

.n_qu2 .con .item .item1 .da p:nth-child(1) {
    width: 9%;
    float: left;
    padding: 10px;
    background: #7d7d7d;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #ffffff;
}

.n_qu2 .con .item .item1 .da p:nth-child(2) {
    width: 88%;
    float: right;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.n_qu2 .con .item .item1 .zk {
    margin-top: 30px;
    margin-left: 40px;
}

.n_qu2 .con .item .item1 .zk p:nth-child(1) {
    float: left;
    width: 39px;
    height: 25px;
    background: #b5b5b5;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}

.n_qu2 .con .item .item1 .zk.active p:nth-child(1) {
    background: #3485fb;
}

.n_qu2 .con .item .item1 .zk p:nth-child(1)::after {
    width: 13px;
    height: 7px;
    background: url(../images/n_qu3.png)no-repeat center center;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.5px;
    margin-left: -6.5px;
}

.n_qu2 .con .item .item1 .zk.active p:nth-child(1)::after {
    width: 13px;
    height: 7px;
    background: url(../images/n_qu3_1.png)no-repeat center center;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3.5px;
    margin-left: -6.5px;
}

.n_qu2 .con .item .item1 .zk p:nth-child(2) {
    float: left;
    margin-left: 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #b5b5b5;
    cursor: pointer;
}

.n_qu2 .con .item .item1 .zk.active p:nth-child(1) {
    background: #3485fb;
}

.n_qu2 .con .item .item1 .zk.active p:nth-child(2) {
    display: none;
}

.n_qu2 .con .item .item1 .zk.active p:nth-child(3) {
    display: block;
}

.n_qu2 .con .item .item1 .zk p:nth-child(3) {
    float: left;
    margin-left: 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #b5b5b5;
    cursor: pointer;
    display: none;
}

.pagination {
    margin-top: 60px;
    text-align: center;
}

.pagination a {
    margin-left: 6px;
    padding: 15px 15px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #333333;
    border: 1px solid #e6e6e6;
    display: inline-block;
}

.pagination a:nth-child(1) {
    padding: 15px 35px 15px 50px;
    background: #fff url(../images/n_qu4.png) no-repeat left 20px center;
}

.pagination a:nth-last-child(1) {
    padding: 15px 60px 15px 25px;
    background: #fff url(../images/n_qu5.png) no-repeat right 20px center;
}

.pagination span {
    margin-left: 6px;
    padding: 15px 15px;
    background: #3485fb;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline-block;
}

.pagination .cur {
    margin-left: 6px;
    background: #3485fb;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

.n_zl1 {
    width: 100%;
    padding: 90px 0;
    display: inline-block;
}

.n_zl1 .fenlei1 {
    width: 100%;
    display: inline-block;
}

.n_zl1 .fenlei1 ul {
    margin-left: -2.93%;
}

.n_zl1 .fenlei1 ul li {
    width: 22.07%;
    float: left;
    background: #f4f4f4;
    margin-left: 2.93%;
}

.n_zl1 .fenlei1 ul li a {
    width: 100%;
    padding: 30px 0 30px 56px;
    display: inline-block;
}

.n_zl1 .fenlei1 ul li a .pic {
    width: 60px;
    height: 60px;
    float: left;
}


/* .n_zl1 .fenlei1 ul li a .pic img:nth-child(1) {
    width: 100%;
} */

.n_zl1 .fenlei1 ul li a .pic img:nth-child(2) {
    display: none;
}

.n_zl1 .fenlei1 ul li:hover a .pic img:nth-child(1) {
    display: none;
}

.n_zl1 .fenlei1 ul li:hover a .pic img:nth-child(2) {
    display: block;
}

.n_zl1 .fenlei1 ul li a .txt {
    float: left;
    margin-left: 20px;
    font-size: 24px;
    line-height: 60px;
    color: #333333;
}

.n_zl1 .fenlei1 ul li:hover {
    background: #3485fb;
}

.n_zl1 .fenlei1 ul li:hover a .txt {
    color: #fff;
}

.n_zl1 .con {
    width: 100%;
    margin-top: 80px;
    display: inline-block;
}

.n_zl1 .con .item {
    margin-left: -2.62%;
    margin-top: -50px;
}

.n_zl1 .con .item .item1 {
    width: 30.71%;
    float: left;
    margin-left: 2.62%;
    margin-top: 50px;
    border: solid 1px #e1e1e1;
    padding: 30px 0 30px 40px;
    position: relative;
}

.n_zl1 .con .item .item1 p:nth-child(1) {
    font-size: 18px;
    height: 30px;
    font-weight: 700;
    color: #333333;
}

.n_zl1 .con .item .item1 p:nth-child(2) {
    margin-top: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.n_zl1 .con .item .item1 .xz {
    width: 80px;
    height: 32px;
    background: #b5b5b5;
    padding: 0 25px;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.n_zl1 .con .item .item1 .xz a {
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    color: #ffffff;
    display: inline-block;
}

.n_zl1 .con .item .item1:hover {
    box-shadow: 1px 2px 20px 0px #e1e1e1;
}

.n_zl1 .con .item .item1:hover .xz {
    background: #3485fb;
}

.mengceng {
    position: fixed;
    left: 0;
    top: 0;
    font-size: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .2);
}

.mengceng .con1 {
    width: 490px;
    height: 560px;
    background: #ffffff;
    border-radius: 3px;
    padding: 38px 45px 40px 45px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.mengceng .con1 .tit {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #666666;
}

.mengceng .con1 .bg {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.mengceng .con1 .bg form ul {
    margin-top: -18px;
}

.mengceng .con1 .bg form ul li {
    width: 100%;
    margin-top: 18px;
}

.mengceng .con1 .bg form ul li p:nth-child(1) {
    width: 100%;
    display: inline-block;
}

.mengceng .con1 .bg form ul li p:nth-child(1) span:nth-child(1) {
    float: left;
    width: 11px;
    font-size: 14px;
    font-weight: normal;
    color: #ff0000;
}

.mengceng .con1 .bg form ul li p:nth-child(1) span:nth-child(2) {
    float: left;
    font-size: 14px;
    margin-left: 5px;
    color: #333333;
}

.mengceng .con1 .bg form ul li input {
    margin-top: 18px;
    width: 400px;
    height: 42px;
    border: solid 1px #e0e0e0;
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    outline: none;
    padding-left: 19px;
}

.mengceng .con1 .bg form ul li:nth-child(4) input {
    width: 258px;
    height: 42px;
    border: solid 1px #e0e0e0;
}

.mengceng .con1 .bg form ul li:nth-child(4) .yz {
    background: #e0e0e0;
    padding: 13px 30px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    width: 132px;
    height: 42px;
    float: right;
    margin-top: 18px;
    cursor: pointer;
    outline: none;
}

.mengceng .con1 .tj {
    width: 149px;
    height: 42px;
    margin: 30px auto 0;
    padding: 0 30px;
    background: #0080c9;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
    color: #fffefe;
    cursor: pointer;
    outline: none;
}

.mengceng .con1 .gb {
    width: 16px;
    height: 16px;
    background: url(../images/n_xz9.png)no-repeat center center;
    content: "";
    position: absolute;
    top: -8px;
    right: -40px;
    cursor: pointer;
}

.mengceng::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}


/* 关于天河页面 */

.n_abb {
    width: 100%;
    position: relative;
}

.n_abb img {
    width: 100%;
}

.n_abb .txt {
    width: 768px;
    height: 351px;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    left: 11%;
}

.n_abb .txt p:nth-child(1) {
    font-size: 46px;
    font-weight: 700;
    color: #ffffff;
}

.n_abb .txt p:nth-child(2) {
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    color: #ffffff;
}

.n_abb .txt p:nth-child(2) span:nth-child(1) {
    width: 67px;
    height: 3px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.n_abb .txt p:nth-child(3) {
    margin-top: 45px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
}

.n_abb .txt .ck {
    margin-top: 42px;
}

.n_abb .txt .ck a {
    padding: 0 45px;
    font-size: 14px;
    font-weight: normal;
    line-height: 44px;
    color: #ffffff;
    border: solid 2px #ffffff;
    display: inline-block;
}

.n_about1 {
    width: 100%;
    padding: 120px 0;
    display: inline-block;
}

.n_about1 .con {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
}

.n_about1 .con .lf {
    width: 49.02%;
    float: left;
}

.n_about1 .con .lf .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.n_about1 .con .lf .pic img {
    width: 100%;
    transition: all 1s;
}

.n_about1 .con .lf .pic:hover img {
    transform: scale(1.1, 1.1);
}

.n_about1 .con .lf .pic .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 70px 135px 80px 35px;
}

.n_about1 .con .lf .pic .txt p:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.n_about1 .con .lf .pic .txt p:nth-child(2) {
    margin-top: 45px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
}

.n_about1 .con .lf .pic .txt .ck {
    margin-top: 120px;
}

.n_about1 .con .lf .pic .txt .ck a {
    padding: 0 45px;
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    color: #ffffff;
    display: inline-block;
    border: solid 2px #ffffff;
}

.n_about1 .con .lf .pic .txt .ck a:hover {
    background: #fff;
    color: #3485fb;
}

.n_about1 .con .ri {
    width: 49.02%;
    float: right;
}

.n_about1 .con .ri .item {
    margin-top: -30px;
}

.n_about1 .con .ri .item .item1 {
    width: 100%;
    margin-top: 30px;
}

.n_about1 .con .ri .item .item1 .pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.n_about1 .con .ri .item .item1 .pic img {
    width: 100%;
    transition: all 1s;
}

.n_about1 .con .ri .item .item1:hover .pic img {
    transform: scale(1.1, 1.1);
}

.n_about1 .con .ri .item .item1 .pic .txt {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #025ee5;
    opacity: 0.9;
    padding: 55px 50px 0 55px;
}

.n_about1 .con .ri .item .item1 .pic .txt p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.n_about1 .con .ri .item .item1 .pic .txt p:nth-child(2) {
    margin-top: 25px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.n_about1 .con .ri .item .item1:nth-child(2) .pic .txt {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background: #282d55;
    opacity: 0.9;
    padding: 55px 50px 0 55px;
}

.n_about2 {
    width: 100%;
    padding: 100px 0;
    background: url(../images/n_about6_02.png)no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}

.n_about2::after {
    width: 100%;
    height: 1px;
    background: #3485fb;
    content: "";
    position: absolute;
    top: 58.8%;
    left: 0;
}

.blue {
    color: #3485fb;
}

.n_about2 .con {
    width: 100%;
    margin-top: 80px;
    display: inline-block;
    padding: 0 140px;
}

.n_about2 .con .con1 {
    width: 100%;
    position: relative;
    display: inline-block;
}

.n_about2 .con .con1 .swiper-slide {
    text-align: left;
}

.n_about2 .con .con1 .swiper-slide p:nth-child(1) {
    width: 100%;
}

.n_about2 .con .con1 .swiper-slide p:nth-child(1) span:nth-child(1) {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}

.n_about2 .con .con1 .swiper-slide p:nth-child(1) span:nth-child(2) {
    font-size: 16px;
    color: #ffffff;
}

.n_about2 .con .con1 .swiper-slide p:nth-child(2) {
    margin-top: 70px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    position: relative;
}

.n_about2 .con .con1 .swiper-slide p:nth-child(2)::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: url(../images/n_about9.png)no-repeat center center;
    content: "";
    position: absolute;
    top: -25px;
    left: 34px;
}

.n_about2 .con .con1 .swiper-slide-active p:nth-child(1) span:nth-child(1),
.n_about2 .con .con1 .swiper-slide-active p:nth-child(1) span:nth-child(2) {
    color: #3485fb;
}

.n_about2 .con .con1 .swiper-slide-active p:nth-child(2)::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../images/n_about10.png)no-repeat center center;
    content: "";
    position: absolute;
    top: -35px;
    left: 34px;
}

.n_about2 .con .con1 .swiper-button-prev,
.n_about2 .con .con1 .swiper-container-rtl .swiper-button-next {
    width: 74px;
    height: 46px;
    background: url(../images/n_about7.png) no-repeat center center;
    left: -107px;
    top: 55%;
    outline: none;
    margin-top: -36px;
}

.n_about2 .con .con1 .swiper-button-next,
.n_about2 .con .con1 .swiper-container-rtl .swiper-button-prev {
    width: 74px;
    height: 46px;
    background: url(../images/n_about8.png) no-repeat center center;
    right: -107px;
    top: 55%;
    outline: none;
    margin-top: -36px;
}

.n_about3 {
    width: 100%;
    padding: 120px 0 110px;
    display: inline-block;
}

.n_about3 .con {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
    position: relative;
}

.n_about3 .con .swiper-slide {
    width: 100%;
    height: 630px;
    position: relative;
}

.n_about3 .con .swiper-slide .txt {
    width: 74.54%;
    background: #f5f5f5;
    padding: 85px 600px 140px 50px;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 8;
}

.n_about3 .con .swiper-slide .txt p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.n_about3 .con .swiper-slide .txt .con1 {
    margin-top: 40px;
    height: 602px;
    text-align: left;
}

.n_about3 .con .swiper-slide .txt .con1 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    color: #666666;
    margin-top: 15px;
}

.n_about3 .con .swiper-slide .pic {
    width: 57.14%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    overflow: hidden;
}

.n_about3 .con .swiper-slide .pic img {
    width: 100%;
    transition: all 1s;
}

.n_about3 .con .swiper-slide .pic:hover img {
    transform: scale(1.1, 1.1);
}

.n_about3 .con .qh {
    width: 130px;
    height: 13px;
    position: absolute;
    bottom: 80px;
    left: 50px;
}

.n_about3 .con .qh .swiper-button-prev,
.n_about3 .con .qh .swiper-container-rtl .swiper-button-next {
    left: 10px;
    top: 10px;
    background: url(../images/index20.png)no-repeat center center;
    outline: none;
}

.n_about3 .con .qh .swiper-button-next,
.n_about3 .con .qh .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    top: 10px;
    background: url(../images/index21.png)no-repeat center center;
    outline: none;
}

.n_about3 .con .qh .swiper-pagination {
    width: 50%;
    position: absolute;
    top: -30px;
    left: 30px;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 19;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
}

.n_about3 .con .qh .swiper-pagination .swiper-pagination-current {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #3485fb;
}

.n_about3 .con .qh .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
}

.n_about4 {
    width: 100%;
    padding: 100px 0 100px;
    background: url(../images/n_about12.png)no-repeat center center;
    display: inline-block;
}

.n_about4 .pic {
    width: 204px;
    height: 172px;
    margin: 0 auto;
}

.n_about4 .n_tit {
    margin-top: 28px;
    color: #fff;
}

.n_about4 .ck {
    margin-top: 40px;
    text-align: center;
}

.n_about4 .ck a {
    padding: 0 45px;
    border: solid 2px #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 45px;
    color: #ffffff;
    display: inline-block;
}

.n_about4 .ck a:hover {
    background: #fff;
    color: #3485fb;
}


/* 公司介绍页 */

.fenji2 {
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(208, 208, 208, 0.75);
}

.fenji2 .con {
    width: 100%;
    display: inline-block;
}

.fenji2 .con ul li {
    float: left;
    padding: 37px 0px;
}

.fenji2 .con ul li a {
    padding: 0px 30px;
    font-size: 16px;
    font-weight: normal;
    color: #888888;
    border-right: 1px solid #e1e1e1;
    display: inline-block;
}

.fenji2 .con ul li.active a {
    color: #3485fb;
    font-weight: 700;
}

.fenji2 .con ul li:hover a {
    font-weight: 700;
    color: #3485fb;
}

.n_gs1 {
    width: 100%;
    padding: 100px 90px;
    display: inline-block;
}

.n_gs1 .tit {
    width: 100%;
    text-align: center;
}

.n_gs1 .tit .nian {
    padding: 0 30px 0 0;
    display: inline-block;
    border-right: 1px solid #3485fb;
}

.n_gs1 .tit .nian p:nth-child(1) {
    font-size: 36px;
    font-weight: normal;
    font-style: italic;
    line-height: 30px;
    color: #3485fb;
    display: inline-block;
}

.n_gs1 .tit .nian p:nth-child(2) {
    font-size: 100px;
    font-weight: 700;
    color: #3485fb;
    display: inline-block;
}

.n_gs1 .tit .slo {
    padding: 20px 0 0 30px;
    display: inline-block;
    text-align: left;
}

.n_gs1 .tit .slo p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #1b1b1b;
}

.n_gs1 .tit .slo p:nth-child(2) {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #333333;
}

.n_gs1 .con {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
    text-align: center;
}

.n_gs1 .con p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #666666;
}

.n_gs1 .con1 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 32px;
}

.n_gs1 .con1 .pic {
    width: 45.19%;
    float: left;
}

.n_gs1 .con1 .pic img {
    width: 100%;
}

.n_gs1 .con1 .txt {
    width: 44.67%;
    float: right;
    margin-top: 50px;
}

.n_gs1 .con1 .txt p {
    margin-top: 50px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #666666;
}


/* 联系我们页面 */

.n_contact {
    width: 100%;
    display: inline-block;
}

.n_contact .con {
    width: 100%;
    display: inline-block;
}

.n_contact .con .cont1 {
    width: 33.24%;
    float: left;
    padding: 90px 0 78px;
    border-right: 1px solid #e1e1e1;
}

.n_contact .con .cont1 .icon {
    width: 63px;
    height: 63px;
    background: #3485fb;
    border-radius: 10px;
    padding: 18px;
    margin: 0;
}

.n_contact .con .cont1 .icon img {
    width: 100%;
}

.n_contact .con .cont1 .tel {
    margin-top: 60px;
    display: inline-block;
}

.n_contact .con .cont1 .tel p:nth-child(1) {
    float: left;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

.n_contact .con .cont1 .tel p:nth-child(2) {
    float: left;
    margin-left: 30px;
    font-size: 20px;
    font-weight: normal;
    line-height: 36px;
    color: #333333;
}

.n_contact .con .cont1 .time {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.n_contact .con .cont2 {
    float: left;
    padding: 100px 200px 120px 80px;
    border-right: 1px solid #e1e1e1;
}

.n_contact .con .cont2 .add {
    margin-top: 50px;
}

.n_contact .con .cont2 .add p:nth-child(1) {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

.n_contact .con .cont2 .add p:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.n_contact .con .cont2 .ck {
    margin-top: 40px;
    width: 74px;
    height: 46px;
    margin-top: 40px;
    margin-left: 0;
}

.n_contact .con .cont3 {
    float: left;
    padding: 105px 0 78px 80px;
}

.n_contact .con .cont3 p:nth-child(2) {
    margin-top: 45px;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

.n_contact .con .cont3 p:nth-child(3) {
    margin-top: 30px;
}

.n_contact .con .cont3 p:nth-child(4) {
    margin-top: 15px;
    font-size: 16px;
    color: #666666;
    margin-left: 5px;
}

.map {
    width: 100%;
    height: 540px;
}


/* 领导致辞页面 */

.leader {
    width: 100%;
    padding: 77px 0 90px;
    display: inline-block;
}

.leader .con {
    width: 100%;
    padding: 0 50px;
    display: inline-block;
}

.leader .con .pic {
    width: 24.3%;
    float: left;
    position: relative;
}

.leader .con .pic img {
    width: 100%;
    transition: all 1s;
}

.leader .con .pic:hover img {
    transform: scale(1.1, 1.1);
}

.leader .con .pic::after {
    width: 139px;
    height: 226px;
    background: #3485fb;
    content: "";
    position: absolute;
    right: -35px;
    bottom: -37px;
    z-index: -1;
}

.leader .con .txt {
    width: 67.84%;
    float: right;
}

.leader .con .txt .tit {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.leader .con .txt .con1 {
    margin-top: 45px;
}

.leader .con .txt .con1 p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #666666;
    margin-bottom: 40px;
}

.leader .con .txt .qm {
    margin-right: 90px;
    text-align: right;
    font-family: lixukexingshu;
    font-size: 36px;
    font-weight: normal;
    color: #040404;
}

.leader .con .txt .qm1 {
    margin-top: 10px;
    text-align: right;
}

.leader .con .txt .qm1 p:nth-child(1) {
    text-align: right;
    font-size: 20px;
    font-weight: normal;
    color: #808080;
}

.leader .con .txt .qm1 p:nth-child(2) {
    text-align: right;
    display: inline-block;
}

.leader .con .txt .qm1 p:nth-child(2) span:nth-child(1) {
    text-align: right;
    width: 50px;
    height: 1px;
    background: #c8c8c8;
    display: inline-block;
    vertical-align: middle;
}

.leader .con .txt .qm1 p:nth-child(2) span:nth-child(2) {
    text-align: right;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #808080;
}


/* 企业文化页面 */

.n_wenh {
    width: 100%;
    background: #f5f5f5;
    display: inline-block;
    padding: 90px 0;
}

.n_wenh .con {
    width: 100%;
    display: inline-block;
}

.n_wenh .con .lf {
    width: 59.09%;
    float: left;
}

.n_wenh .con .lf .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.n_wenh .con .lf .pic img {
    width: 100%;
}

.n_wenh .con .lf .pic .txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 168px 0 90px 50px;
}

.n_wenh .con .lf .pic .txt p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.n_wenh .con .lf .pic .txt p:nth-child(2) {
    margin-top: 25px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
}

.n_wenh .con .ri {
    width: 37.01%;
    float: right;
}

.n_wenh .con .ri .pic {
    width: 100%;
    overflow: hidden;
}

.n_wenh .con .ri .pic img {
    width: 100%;
}

.n_wenh .con .ri .txt {
    width: 100%;
    padding: 30px 50px 40px 50px;
    background: #fff;
}

.n_wenh .con .ri .txt p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.n_wenh .con .ri .txt p:nth-child(2) {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}

.n_wenh1 {
    width: 100%;
    padding: 90px 0;
    display: inline-block;
}

.n_wenh1 .tit {
    width: 100%;
    padding: 0 0 0 50px;
}

.n_wenh1 .tit p:nth-child(1) {
    width: 100%;
    z-index: 9;
}

.n_wenh1 .tit p:nth-child(1) span:nth-child(1) {
    font-size: 36px;
    font-weight: 700;
    color: #3485fb;
    z-index: 9;
}

.n_wenh1 .tit p:nth-child(1) span:nth-child(2) {
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    z-index: 9;
}

.n_wenh1 .tit p:nth-child(2) {
    margin-top: -25px;
    font-size: 36px;
    color: #dadada;
    z-index: 8;
    opacity: 0.2;
}

.n_wenh1 .con {
    width: 100%;
    margin-top: 50px;
    padding: 0 50px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.n_wenh1 .con1 {
    width: 100%;
    padding: 80px 0;
    display: inline-block;
    position: relative;
}

.n_wenh1 .con1 .pic {
    width: 100%;
}

.n_wenh1 .con1 .pic img {
    width: 100%;
}

.n_wenh1 .con1 .txt {
    width: 100%;
    padding: 23px 0;
    background: #f5f5f5;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.n_wenh1 .con1 .swiper-pagination {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 99;
    outline: none;
}

.n_wenh1 .con1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 10px;
    outline: none;
}

.n_wenh1 .con1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3485fb;
    outline: none;
}


/* 荣誉页面 */

.n_ry1 {
    width: 100%;
    padding: 90px 0 137px;
    display: inline-block;
}

.n_ry1 .con {
    width: 100%;
    display: inline-block;
}

.n_ry1 .con .lf {
    width: 29.87%;
    float: left;
}

.n_ry1 .con .lf img {
    width: 100%;
}

.n_ry1 .con .ri {
    width: 66.16%;
    float: right;
}

.n_ry1 .con .ri .list {
    display: inline-block;
}

.n_ry1 .con .ri .item {
    margin-top: -30px;
    margin-left: -1.83%;
}

.n_ry1 .con .ri .item .item1 {
    width: 31.5%;
    float: left;
    background: #f5f5f5;
    padding: 13px 13px 23px;
    margin-top: 30px;
    margin-left: 1.83%;
}

.n_ry1 .con .ri .item .item1 .pic {
    width: 100%;
}

.n_ry1 .con .ri .item .item1 .pic img {
    width: 100%;
}

.n_ry1 .con .ri .item .item1 .txt {
    margin-top: 15px;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.hidden {
    display: none;
}

.c-load {
    width: 120px;
    margin: 80px auto 0;
    background: url(../images/load.gif)no-repeat left center;
    padding-left: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #999;
}


/* 加入我们页面 */

.n_join1 {
    width: 100%;
    background: url(../images/n_joinbj.png)no-repeat center center;
    padding: 90px 0 120px;
    display: inline-block;
}

.jointit {
    position: relative;
}

.jointit::after {
    width: 38px;
    height: 2px;
    background: #3485fb;
    content: "";
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -19px;
}

.n_join1 .con {
    width: 100%;
    margin-top: 60px;
    padding: 0 24.15%;
}

.n_join1 .con p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.n_join2 {
    width: 100%;
    display: inline-block;
}

.n_join2 img {
    width: 100%;
}

.n_join3 {
    width: 100%;
    padding: 0 0 90px 0;
    display: inline-block;
}

.n_join3 .con {
    width: 100%;
    margin-top: -86px;
    background: #fff;
    display: inline-block;
}

.n_join3 .con .outer2 {
    width: 100%;
}

.n_join3 .con .outer2 ul li {
    width: 50%;
    text-align: center;
    padding: 31px 0;
    display: inline-block;
}

.n_join3 .con .outer2 ul li a {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    border-right: 1px solid #e1e1e1;
    display: inline-block;
}

.n_join3 .con .outer2 ul li.current a {
    color: #3485fb;
}

.n_join3 .con .con1 {
    width: 100%;
    margin-top: 40px;
    padding: 0 50px;
    display: none;
}

.n_join3 .con .con1 .item1 {
    width: 100%;
    margin-bottom: 40px;
}

.n_join3 .con .con1 .item1 .tit {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    float: left;
}

.n_join3 .con .con1 .item1 .opt {
    width: 90%;
    display: inline-block;
    margin-left: 10px;
}

.n_join3 .con .con1 .opt a {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 16px;
    margin-right: 35px;
    margin-bottom: 25px;
    display: inline-block;
}

.n_join3 .con .con1 .opt a.active {
    color: #3485fb;
}

.n_join3 .con .con1 .search {
    margin-top: 40px;
    width: 60%;
    margin: 0;
}

.n_join3 .con .con1 .search form {
    width: 100%;
    display: inline-block;
}

.n_join3 .con .con1 .search form input {
    width: 80%;
    float: left;
    height: 42px;
    background: #ffffff;
    border: solid 1px #bcbbbc;
    outline: none;
    padding-left: 15px;
    font-size: 16px;
}

.n_join3 .con .con1 .search form button {
    width: 20%;
    height: 42px;
    float: left;
    background: #3485fb;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    outline: none;
}

.n_join3 .con .con1 .list {
    margin-top: 40px;
    border-top: 4px solid #3485fb;
}

.n_join3 .con .con1 .list .title {
    width: 100%;
    background: #f4f6f9;
    display: inline-block;
}

.n_join3 .con .con1 .list .title ul li {
    float: left;
    padding: 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    color: #333333;
}

.n_join3 .con .con1 .list .title ul li:nth-child(1) {
    width: 25%;
}

.n_join3 .con .con1 .list .title ul li:nth-child(2) {
    width: 25%;
}

.n_join3 .con .con1 .list .title ul li:nth-child(3) {
    width: 25%;
}

.n_join3 .con .con1 .list .title ul li:nth-child(4) {
    width: 25%;
}

.n_join3 .con .con1 .list .title ul li:nth-child(5) {
    width: 20%;
}

.n_join3 .con .con1 .list .con_list {
    width: 100%;
    display: inline-block;
}

.n_join3 .con .con1 .list .con_list ul li {
    width: 100%;
    padding: 0;
    border-bottom: 1px dashed #e1e1e1;
}

.n_join3 .con .con1 .list .con_list ul li a {
    width: 100%;
    display: inline-block;
    border-right: none;
}

.n_join3 .con .con1 .list .con_list ul li a span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 76px;
    color: #666666;
}

.n_join3 .con .con1 .list .con_list ul li a span:nth-child(1) {
    width: 25%;
}

.n_join3 .con .con1 .list .con_list ul li a span:nth-child(2) {
    width: 25%;
}

.n_join3 .con .con1 .list .con_list ul li a span:nth-child(3) {
    width: 25%;
}

.n_join3 .con .con1 .list .con_list ul li a span:nth-child(4) {
    width: 25%;
}

.n_join3 .con .con1 .list .con_list ul li a span:nth-child(5) {
    width: 20%;
}

.n_join3 .con .con1 .list .con_list ul li:hover a span {
    color: #3485fb;
}


/* 加入详情页面 */

.join_xq {
    width: 100%;
    display: inline-block;
    padding: 84px 0 90px;
    background: #f5f5f5;
}

.join_xq .con {
    width: 100%;
    display: inline-block;
}

.join_xq .con .lf {
    width: 72%;
    float: left;
    background: #fff;
    padding: 56px 60px 180px 60px;
}

.join_xq .con .lf .tit {
    width: 100%;
    display: inline-block;
}

.join_xq .con .lf .tit p:nth-child(1) {
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #3485fb;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.join_xq .con .lf .tit .new {
    float: left;
    margin-left: 25px;
    padding: 3px;
    background: #3485fb;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.join_xq .con .lf .yq {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e4e4e4;
}

.join_xq .con .lf .yq ul {
    margin-top: -25px;
}

.join_xq .con .lf .yq ul li {
    float: left;
    width: 33.33%;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-top: 25px;
}

.join_xq .con .lf .qw {
    width: 100%;
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-top: 25px;
}

.join_xq .con .lf .qw p {
    width: 100%;
    /* margin-top: 50px; */
    display: inline-block;
}

.join_xq .con .lf .qw p span:nth-child(1) {
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: #666666;
}

.join_xq .con .lf .qw p span:nth-child(2) {
    float: left;
    margin-left: 45px;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    color: #666666;
}

.join_xq .con .lf .upload {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.join_xq .con .lf .upload .file-control {
    position: relative;
    display: block;
    line-height: 25px;
}

.join_xq .con .lf .upload .file-btn {
    position: absolute;
    top: 10px;
    left: 0;
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    overflow: hidden;
}

.join_xq .con .lf .upload .file-control .input-txt {
    padding: 0 0 0 90px;
    width: 70%;
    display: block;
    height: 48px;
    line-height: 19px;
    border: 1px solid #c2c2c2;
}

.join_xq .con .lf .upload p {
    margin-top: 20px;
    font-size: 16px;
    color: #FF0000;
}

.join_xq .con .lf .upload .tj {
    margin-top: 25px;
}

.join_xq .con .lf .upload .tj a {
    padding: 13px 40px;
    background: #3485fb;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}

.join_xq .con .ri {
    width: 23.68%;
    float: right;
    background: #fff;
    padding: 40px 30px 40px 50px;
}

.join_xq .con .ri .tit {
    width: 100%;
    padding-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    font-weight: 700;
    color: #666666;
    position: relative;
}

.join_xq .con .ri .tit::after {
    width: 38px;
    height: 2px;
    background: #3485fb;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.join_xq .con .ri .xg {
    width: 100%;
    display: inline-block;
}

.join_xq .con .ri .xg ul li {
    width: 100%;
    margin-top: 40px;
}

.join_xq .con .ri .xg ul li a {
    width: 100%;
    display: inline-block;
}

.join_xq .con .ri .xg ul li a p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    color: #666666;
}

.join_xq .con .ri .xg ul li a p:nth-child(2) {
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: #999999;
}

.join_xq .con .ri .xg ul li:hover a p {
    color: #3485fb;
}


/* 解决方案页面 */

.n_sol:nth-child(even) {
    width: 100%;
    padding: 120px 0;
    display: inline-block;
}

.n_sol .con {
    width: 100%;
    display: inline-block;
}

.n_sol .con .pic {
    width: 57.66%;
    float: left;
}

.n_sol .con .pic a img {
    width: 100%;
}

.n_sol .con .txt {
    width: 32.27%;
    float: right;
    padding: 130px 0 0 0;
    overflow: hidden;
}

.n_sol .con .txt>p:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    position: relative;
    display: inline-block;
}

.n_sol .con .txt>p:nth-child(1)::before {
    width: 47px;
    height: 25px;
    background: url(../images/n_fangan5.png)no-repeat center center;
    content: "";
    position: absolute;
    right: -52px;
    top: -3px;
}

.n_sol .con .txt>p:nth-child(1)::after {
    width: 67px;
    height: 3px;
    background: #3485fb;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
}

.n_sol .con .txt .con1 {
    width: 100%;
    margin-top: 90px;
}

.n_sol .con .txt .con1 p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
    margin-top: 10px;
}

.n_sol .con .txt .ck {
    margin-top: 60px;
}

.n_sol .con .txt .ck a {
    padding: 17px 45px;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    background: #3485fb;
}

.n_sol:nth-child(odd) {
    width: 100%;
    padding: 120px 0;
    background: #f5f5f5;
    display: inline-block;
}

.n_sol:nth-child(odd) .con .pic {
    float: right;
}

.n_sol:nth-child(odd) .con .txt {
    float: left;
}


/* 解决方案列表页 */

.sol_list {
    width: 100%;
    padding: 120px 0 90px;
    display: inline-block;
}

.sol_list .con {
    padding: 0 20%;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.sol_list1 {
    width: 100%;
    padding: 90px 0 120px;
    display: inline-block;
    background: #f5f5f5;
}

.sol_list1 .con {
    width: 100%;
    display: inline-block;
}

.sol_list1 .con .item {
    margin-top: 50px;
    margin-left: 1.95%;
}

.sol_list1 .con .item .item1 {
    width: 48.05%;
    float: left;
    margin-top: 50px;
    margin-left: 1.95%;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.sol_list1 .con .item .item1 .pic {
    width: 45%;
    float: left;
    overflow: hidden;
}

.sol_list1 .con .item .item1 .pic a img {
    width: 100%;
}

.sol_list1 .con .item .item1 .txt {
    width: 55%;
    float: right;
    padding: 60px 40px 0 40px;
}

.sol_list1 .con .item .item1 .txt p:nth-child(1) {
    width: 100%;
}

.sol_list1 .con .item .item1 .txt p:nth-child(1) a {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.sol_list1 .con .item .item1 .txt p:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.sol_list1 .con .item .item1 .ck {
    width: 74px;
    height: 46px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sol_list1 .con .item .item1 .ck a img {
    width: 0;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 1s;
}

.sol_list1 .con .item .item1:hover {
    background: #3485fb;
}

.sol_list1 .con .item .item1:hover .ck a img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.sol_list1 .con .item .item1:hover .txt p:nth-child(1) a,
.sol_list1 .con .item .item1:hover .txt p:nth-child(2) {
    color: #fff;
}

.sol_list2 {
    width: 100%;
    display: inline-block;
    background: url(../images/n_fanganlist11.png)no-repeat center center;
    padding: 120px 0 150px;
}

.white {
    color: #fff;
}

.sol_list2 .con {
    width: 100%;
    margin-top: 90px;
    display: inline-block;
    position: relative;
}

.sol_list2 .con .pic {
    width: 100%;
}

.sol_list2 .con .pic a {
    width: 100%;
}

.sol_list2 .con .pic a img {
    width: 100%;
}

.sol_list2 .con .txt {
    width: 100%;
    padding: 28px 0;
    background: #b5b5b5;
    opacity: 0.8;
    text-align: center;
}

.sol_list2 .con .txt a {
    font-size: 18px;
    font-weight: 700;
    color: #fefefe;
}

.sol_list2 .con .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin-left: 14px;
    outline: none;
}

.sol_list2 .con .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.sol_list3 {
    width: 100%;
    padding: 120px 0;
    display: inline-block;
}

.sol_list3 .con {
    margin-top: 90px;
    width: 100%;
    display: inline-block;
}

.sol_list3 .con .pic {
    width: 50%;
    float: left;
}

.sol_list3 .con .pic img {
    width: 100%;
}

.sol_list3 .con .txt {
    width: 50%;
    float: right;
    padding-top: 60px;
}

.sol_list3 .con .txt .nr {
    width: 100%;
    background: #f5f5f5;
    padding: 80px 80px 217px 80px;
}

.sol_list3 .con .txt .nr p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}

.sol_list3 .con .txt .nr p:nth-child(2) {
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.sol_list3 .con .swiper-container-horizontal>.swiper-pagination-bullets,
.sol_list3 .con .swiper-pagination-custom,
.sol_list3 .con .swiper-pagination-fraction {
    bottom: 90px;
    left: 110px;
    width: 100%;
}

.sol_list3 .con .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.sol_list3 .con .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.sol_list3 .con .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}


/* 案例详情页面 */

.sol_xq {
    width: 100%;
    padding: 120px 0;
    display: inline-block;
   
}

.sol_xq .con {
    width: 100%;
    margin-top: 60px;
    background: #f5f5f5;
    /* display: inline-block; */
    display: flex;
    align-items: center;
}

.sol_xq .con .pic {
    width: 43.61%;
    float: left;
    margin-left: 4%;
}
@media screen and (max-width: 1440px) {
    /* .sol_xq .con .pic {
        padding: 91px 0 0 0;
    } */
}
.sol_xq .con .pic img {
    width: 100%;
}

.sol_xq .con .txt {
    width: 56.39%;
    float: right;
    padding: 57px 70px 60px 65px;
}

.sol_xq .con .txt>p:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.sol_xq .con .txt .zy {
    width: 100%;
    margin-top: 30px;
}

.sol_xq .con .txt .zy p {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-top: 20px;
}

.sol_xq1 {
    width: 100%;
    background: url(../images/n_fanganxq3.png)no-repeat center center;
    padding: 120px 0 100px;
    display: inline-block;
}

.sol_xq1 .con {
    width: 100%;
    margin-top: 70px;
    display: inline-block;
    position: relative;
}

.sol_xq1 .con .conk {
    width: 100%;
    display: inline-block;
}

.sol_xq1 .con .conk .item {
    margin-top: -30px;
    margin-left: -2.09%;
}

.sol_xq1 .con .conk .item .item1 {
    width: 47.91%;
    float: left;
    background: #fff;
    padding: 46px 100px 55px 50px;
    margin-top: 30px;
    margin-left: 2.09%;
    position: relative;
}

.sol_xq1 .con .conk .item .item1 .pic {
    width: 10%;
    margin-top: 10px;
    float: left;
}

.sol_xq1 .con .conk .item .item1 .pic img {
    width: 100%;
}

.sol_xq1 .con .conk .item .item1 .txt {
    width: 85%;
    float: right;
}

.sol_xq1 .con .conk .item .item1 .txt p:nth-child(1) {
    font-size: 24px;
    color: #333333;
}

.sol_xq1 .con .conk .item .item1 .txt p:nth-child(2) {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    height: 72px;
}

.sol_xq1 .con .conk .item .item1::after {
    width: 0;
    height: 3px;
    background: #3485fb;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1s;
}

.sol_xq1 .con .conk .item .item1:hover::after {
    width: 100%;
}

.sol_xq1 .con .swiper-pagination {
    width: 100%;
    margin-top: 30px;
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.sol_xq1 .con .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    margin-left: 10px;
    opacity: 1;
    outline: none;
}

.sol_xq1 .con .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
    outline: none;
}

.sol_xq2 {
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    padding: 120px 0 150px;
}

.sol_xq2 .con {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
    position: relative;
}

.sol_xq2 .con .conk {
    width: 100%;
    display: inline-block;
}

.sol_xq2 .con .conk .item {
    margin-left: -3.125%;
}

.sol_xq2 .con .conk .item .item1 {
    width: 21.875%;
    float: left;
    margin-left: 3.125%;
}

.sol_xq2 .con .conk .item .item1 .pic {
    width: 100%;
}

.sol_xq2 .con .conk .item .item1 .pic img {
    width: 100%;
}

.sol_xq2 .con .conk .item .item1 .txt {
    width: 100%;
    background: #fff;
    text-align: center;
    border-top: 1px solid #e1e1e1;
}

.sol_xq2 .con .conk .item .item1 .txt a {
    padding: 29px 0;
    font-size: 18px;
    font-weight: 700;
    color: #666666;
    display: inline-block;
}

.sol_xq2 .con .swiper-button-next,
.sol_xq2 .con .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/n_fanganxq13.png);
    right: -50px;
    left: auto;
    outline: none;
}

.sol_xq2 .con .swiper-button-prev,
.sol_xq2 .con .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/n_fanganxq12.png);
    left: -50px;
    right: auto;
    outline: none;
}


/* 新闻页面 */

.n_news {
    width: 100%;
    display: inline-block;
    padding: 90px 0 60px;
}

.n_news .tit {
    font-size: 36px;
    font-weight: normal;
    color: #333333;
}

.n_news .search {
    width: 100%;
    margin-top: 27px;
}

.n_news .search form {
    width: 100%;
    position: relative;
}

.n_news .search form .findinput {
    width: 522px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 2px #646464;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
}

.n_news .search form .pic {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 32%;
    margin-top: -7px;
    cursor: pointer;
}

.n_news .con {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.n_news .con .lf {
    width: 38.96%;
    float: left;
}

.n_news .con .lf .pic {
    width: 100%;
}

.n_news .con .lf .pic img {
    width: 100%;
}

.n_news .con .lf .txt {
    width: 100%;
    margin-top: 30px;
}

.n_news .con .lf .txt p:nth-child(1) a {
    font-size: 24px;
    color: #333333;
}

.n_news .con .lf .txt p:nth-child(2) {
    margin-top: 20px;
    font-size: 14px;
    color: #3485fb;
}

.n_news .con .lf .txt p:nth-child(3) {
    margin-top: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.n_news .con .lf .txt p:nth-child(4) {
    width: 38px;
    height: 24px;
    background: #b5b5b5;
    border-radius: 2px;
    margin-top: 20px;
    margin-left: 0;
}

.n_news .con .lf .txt p:nth-child(4) a {
    padding: 9px 12px;
    display: inline-block;
}

.n_news .con .lf:hover .txt p:nth-child(4) {
    background: #3485fb;
}

.n_news .con .ri {
    width: 57.14%;
    float: right;
}

.n_news .con .ri .item {
    margin-top: -30px;
}

.n_news .con .ri .item .item1 {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    background: #f4f4f4;
}

.n_news .con .ri .item .item1 .pic {
    width: 48.8%;
    float: left;
}

.n_news .con .ri .item .item1 .pic img {
    width: 100%;
}

.n_news .con .ri .item .item1 .txt {
    width: 51.2%;
    float: right;
    padding: 40px 55px 30px 30px;
}

.n_news .con .ri .item .item1 .txt p:nth-child(1) {
    font-size: 14px;
    font-weight: normal;
    color: #999999;
}

.n_news .con .ri .item .item1 .txt p:nth-child(2) {
    margin-top: 25px;
}

.n_news .con .ri .item .item1 .txt p:nth-child(2) a {
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}

.n_news .con .ri .item .item1 .txt p:nth-child(3) {
    margin-top: 58px;
    width: 38px;
    height: 24px;
    background: #b5b5b5;
    border-radius: 2px;
    margin-left: 0;
}

.n_news .con .ri .item .item1 .txt p:nth-child(3) a {
    padding: 9px 12px;
    display: inline-block;
}

.n_news .con .ri .item .item1:hover .txt p:nth-child(3) {
    background: #3485fb;
}

.n_news .ck {
    text-align: center;
    margin-top: 25px;
    margin-left: 0;
}

.n_news .ck a {
    padding: 15px 40px;
    font-size: 16px;
    color: #3485fb;
    display: inline-block;
    border: solid 2px #3485fb;
}

.n_news .ck a:hover {
    color: #fff;
    background: #3485fb;
    border: solid 2px #fff;
}

.mt70 {
    margin-top: 70px;
}

.n_news1 {
    width: 100%;
    background: #f4f4f4;
    padding: 70px 0 70px;
    display: inline-block;
}

.n_news1 .con {
    width: 100%;
    display: inline-block;
}

.n_news1 .con .item {
    margin-left: -2.62%;
}

.n_news1 .con .item .item1 {
    width: 30.71%;
    float: left;
    margin-left: 2.62%;
}

.n_news1 .con .item .item1 .pic {
    width: 100%;
}

.n_news1 .con .item .item1 .pic img {
    width: 100%;
}

.n_news1 .con .item .item1 .txt {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 44px 114px 45px 40px;
    position: relative;
}

.n_news1 .con .item .item1 .txt p:nth-child(1) {
    width: 100%;
}

.n_news1 .con .item .item1 .txt p:nth-child(1) a {
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
}

.n_news1 .con .item .item1 .txt p:nth-child(2) {
    width: 39px;
    height: 25px;
    background: #b5b5b5;
    border-radius: 2px;
    position: absolute;
    bottom: 42px;
    right: 42px;
}

.n_news1 .con .item .item1 .txt p:nth-child(2) a {
    padding: 9px 13px;
    display: inline-block;
}

.n_news1 .con .item .item1:hover .txt p:nth-child(2) {
    background: #3485fb;
}

.n_news1 .ck {
    text-align: center;
    margin-top: 25px;
    margin-left: 0;
}

.n_news1 .ck a {
    padding: 15px 40px;
    font-size: 16px;
    color: #3485fb;
    display: inline-block;
    border: solid 2px #3485fb;
}

.n_news2 {
    width: 100%;
    display: inline-block;
    padding: 90px 0;
}

.n_news2 .tit {
    font-size: 36px;
    font-weight: normal;
    color: #333333;
}

.n_news2 .con {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
}

.n_news2 .con .item {
    margin-left: -1.95%;
}

.n_news2 .con .item .item1 {
    width: 48.05%;
    float: left;
    margin-left: 1.95%;
}

.n_news2 .con .item .item1 .pic {
    width: 100%;
    position: relative;
}

.n_news2 .con .item .item1 .pic>img {
    width: 100%;
}

.n_news2 .con .item .item1 .txt {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 33px 42px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.n_news2 .con .item .item1 .txt p {
    width: 90%;
    overflow: hidden;
}

.n_news2 .con .item .item1 .txt p a {
    font-size: 24px;
    color: #ffffff;
}

.n_news2 .con .item .item1 .txt p:nth-child(2) {
    width: 39px;
    height: 25px;
    background: #ffffff;
    border-radius: 2px;
    position: absolute;
    bottom: 33px;
    right: 40px;
}

.n_news2 .con .item .item1 .txt p:nth-child(2) a {
    display: inline-block;
}

.n_news2 .con .item .item1 .txt p:nth-child(2) a img {
    padding: 9px 13px;
    width: 100%;
}

.n_news2 .ck {
    text-align: center;
    margin-left: 0;
}

.n_news2 .ck a {
    padding: 15px 40px;
    font-size: 16px;
    color: #3485fb;
    display: inline-block;
    border: solid 2px #3485fb;
}


/* 公司新闻页面 */

.news_gs {
    width: 100%;
    padding: 90px 0;
    display: inline-block;
}

.news_gs .tit {
    font-size: 36px;
    font-weight: normal;
    color: #333333;
}

.news_gs .search {
    width: 100%;
    margin-top: 27px;
}

.news_gs .search form {
    width: 100%;
    position: relative;
}

.news_gs .search form .pic {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 32%;
    margin-top: -7px;
    cursor: pointer;
}

.news_gs .search form .findinput {
    width: 522px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 2px #646464;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
}

.news_gs .con {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.news_gs .con .item {
    margin-top: -50px;
}

.news_gs .con .item .item1 {
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 50px;
}

.news_gs .con .item .item1 .pic {
    width: 35.71%;
    float: left;
}

.news_gs .con .item .item1 .pic img {
    width: 100%;
}

.news_gs .con .item .item1 .txt {
    width: 62%;
    float: left;
    padding: 40px 0 25px;
    margin-left: 2%;
}

.news_gs .con .item .item1 .txt p:nth-child(1) {
    width: 100%;
    overflow: hidden;
}

.news_gs .con .item .item1 .txt p:nth-child(1) a {
    font-size: 24px;
    color: #333333;
}

.news_gs .con .item .item1 .txt p:nth-child(2) {
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
}

.news_gs .con .item .item1 .txt p:nth-child(3) {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.news_gs .con .item .item1 .txt .ck {
    margin-top: 70px;
    margin-left: 0;
    width: 38px;
    height: 24px;
    background: #b5b5b5;
    border-radius: 2px;
}

.news_gs .con .item .item1 .txt .ck a {
    padding: 9px 13px;
    display: inline-block;
}

.news_gs .con .item .item1:hover .txt p:nth-child(1) a,
.news_gs .con .item .item1:hover .txt p:nth-child(2) {
    color: #3485fb;
}

.news_gs .con .item .item1:hover .txt .ck {
    background: #3485fb;
}

.news_gs .con .item .item2 {
    width: 100%;
    display: inline-block;
    padding-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 50px;
}

.news_gs .con .item .item2 .txt {
    width: 100%;
    float: left;
    padding: 40px 0 25px;
    margin-left: 2%;
}

.news_gs .con .item .item2 .txt p:nth-child(1) {
    width: 100%;
    overflow: hidden;
}

.news_gs .con .item .item2 .txt p:nth-child(1) a {
    font-size: 24px;
    color: #333333;
}

.news_gs .con .item .item2 .txt p:nth-child(2) {
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
}

.news_gs .con .item .item2 .txt p:nth-child(3) {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.news_gs .con .item .item2 .txt .ck {
    margin-top: 70px;
    margin-left: 0;
    width: 38px;
    height: 24px;
    background: #b5b5b5;
    border-radius: 2px;
}

.news_gs .con .item .item2 .txt .ck a {
    padding: 9px 13px;
    display: inline-block;
}

.news_gs .con .item .item2:hover .txt p:nth-child(1) a,
.news_gs .con .item .item2:hover .txt p:nth-child(2) {
    color: #3485fb;
}

.news_gs .con .item .item2:hover .txt .ck {
    background: #3485fb;
}


/* 媒体页面 */

.n_meiti {
    width: 100%;
    background: #f4f4f4;
    display: inline-block;
    padding: 90px 0;
}

.n_meiti .tit {
    font-size: 36px;
    font-weight: normal;
    color: #333333;
}

.n_meiti .search {
    width: 100%;
    margin-top: 27px;
}

.n_meiti .search form {
    width: 100%;
    position: relative;
}

.n_meiti .search form .pic {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 32%;
    margin-top: -7px;
    cursor: pointer;
}

.n_meiti .search form .findinput {
    width: 522px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 2px #646464;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
}

.n_meiti .con {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.n_meiti .con .item {
    margin-left: -2.62%;
    margin-top: -50px;
}

.n_meiti .con .item .item1 {
    width: 30.71%;
    float: left;
    margin-left: 2.62%;
    margin-top: 50px;
}

.n_meiti .con .item .item1 .pic {
    width: 100%;
}

.n_meiti .con .item .item1 .pic img {
    width: 100%;
}

.n_meiti .con .item .item1 .txt {
    width: 100%;
    display: inline-block;
    background: #fff;
    padding: 44px 114px 45px 40px;
    position: relative;
    border: solid 1px #e1e1e1;
}

.n_meiti .con .item .item1 .txt p:nth-child(1) {
    width: 100%;
}

.n_meiti .con .item .item1 .txt p:nth-child(1) a {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    color: #333333;
}

.n_meiti .con .item .item1 .txt p:nth-child(2) {
    width: 39px;
    height: 25px;
    background: #b5b5b5;
    border-radius: 2px;
    position: absolute;
    bottom: 42px;
    right: 42px;
}

.n_meiti .con .item .item1 .txt p:nth-child(2) a {
    padding: 9px 13px;
    display: inline-block;
}

.n_meiti .con .item .item1:hover .txt p:nth-child(2) {
    background: #3485fb;
}

.n_meiti .con .item .item1:hover .txt p:nth-child(1) a {
    color: #3485fb;
}

.n_meiti .con .item .item1:hover {
    box-shadow: 1px 2px 20px 0px #e1e1e1;
}


/* 行业新闻 */

.n_hangye {
    width: 100%;
    padding: 90px 0;
    display: inline-block;
}

.n_hangye .tit {
    font-size: 36px;
    font-weight: normal;
    color: #333333;
}

.n_hangye .search {
    width: 100%;
    margin-top: 27px;
}

.n_hangye .search form {
    width: 100%;
    position: relative;
}

.n_hangye .search form .pic {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 32%;
    margin-top: -7px;
    cursor: pointer;
}

.n_hangye .search form .findinput {
    width: 522px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 2px #646464;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
}

.n_hangye .con {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}

.n_hangye .con .item .item1 {
    width: 100%;
    padding: 50px 40px 50px 40px;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
}

.n_hangye .con .item .item1 .title {
    width: 100%;
    display: inline-block;
}

.n_hangye .con .item .item1 .title p:nth-child(1) {
    float: left;
    max-width: 90%;
}

.n_hangye .con .item .item1 .title p:nth-child(1) a {
    font-size: 24px;
    color: #333333;
}

.n_hangye .con .item .item1 .title p:nth-child(2) {
    float: left;
    margin-left: 60px;
    font-size: 14px;
    color: #999999;
}

.n_hangye .con .item .item1 .zy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.n_hangye .con .item .item1 .ck {
    width: 38px;
    height: 24px;
    margin-top: 30px;
    margin-left: 0;
    background: #b5b5b5;
    border-radius: 2px;
}

.n_hangye .con .item .item1 .ck a {
    padding: 9px 13px;
    display: inline-block;
}

.n_hangye .con .item .item1:hover {
    background: #f4f4f4;
}

.n_hangye .con .item .item1:hover .title p:nth-child(1) a,
.n_hangye .con .item .item1:hover .title p:nth-child(2) {
    color: #3485fb;
}

.n_hangye .con .item .item1:hover .ck {
    background: #3485fb;
}


/* 新闻详情 */

.news_xq {
    width: 100%;
    display: inline-block;
    padding: 100px 0 120px;
}

.news_xq .con {
    width: 100%;
    display: inline-block;
}

.news_xq .con .lf {
    width: 67.54%;
    float: left;
}

.news_xq .con .lf .title {
    width: 100%;
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.news_xq .con .lf .fbt {
    width: 100%;
    text-align: center;
    padding: 45px 0;
    display: inline-block;
}

.news_xq .con .lf .fbt ul li {
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    border-right: 1px solid #e1e1e1;
    font-size: 14px;
    color: #666666;
}

.news_xq .con .lf .zw {
    width: 100%;
    padding: 45px 0 35px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.news_xq .con .lf .zw img {
    max-width: 100%;
}

.news_xq .con .lf .zw p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-top: 15px;
}

.news_xq .con .wechat-qrcode .help p {
    text-indent: 2em;
    font-size: 8px;
    line-height: 8px;
    color: #333333;
    margin-top: 15px;
}

.news_xq .con .lf .fenxiang {
    width: 100%;
    margin-top: 45px;
    display: inline-block;
}

.news_xq .con .lf .fenxiang .row {
    padding: 0 0 0 30px;
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.news_xq .con .lf .fenxiang .row .weixin {
    width: 26px;
    height: 22px;
    background: url(../images/n_newsxq2.png) no-repeat center center;
}

.news_xq .con .lf .fenxiang .row .weibo {
    width: 26px;
    height: 22px;
    background: url(../images/n_newsxq3.png) no-repeat center center;
}

.news_xq .con .lf .fenxiang .row .in {
    width: 26px;
    height: 22px;
    background: url(../images/n_newsxq7.png) no-repeat center center;
}

.news_xq .con .lf .fenxiang .row .zhihu {
    width: 26px;
    height: 22px;
    background: url(../images/n_newsxq4.png) no-repeat center center;
}

.news_xq .con .lf .fenxiang .row .toutiao {
    width: 31px;
    height: 30px;
    background: url(../images/n_newsxq5.png) no-repeat center center;
}

.news_xq .con .lf .fenxiang .row a {
    margin-left: 20px;
}

.wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.news_xq .con .lf .next {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.news_xq .con .lf .next .con1 {
    width: 90%;
    float: left;
}

.news_xq .con .lf .next .con1 p {
    width: 100%;
    margin-top: 10px;
}

.news_xq .con .lf .next .con1 p a {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.news_xq .con .lf .next .gb {
    float: right;
    width: 48px;
    height: 48px;
    background: #3485fb;
    padding: 14px;
    cursor: pointer;
}

.news_xq .con .ri {
    width: 25.97%;
    float: right;
}

.news_xq .con .ri .title {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
}

.news_xq .con .ri .con {
    width: 100%;
    margin-top: 40px;
    background: #f4f4f4;
    padding: 10px 40px 40px;
    display: inline-block;
}

.news_xq .con .ri .con ul li {
    width: 100%;
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e1e1e1;
}

.news_xq .con .ri .con ul li a p:nth-child(1) {
    font-size: 16px;
    color: #3485fb;
}

.news_xq .con .ri .con ul li a p:nth-child(2) {
    margin-top: 30px;
    font-size: 20px;
    color: #333333;
}

.jieguo {
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}

.jieguo .search {
    width: 100%;
    margin-top: 27px;
}

.jieguo .search form {
    width: 100%;
    position: relative;
}

.jieguo .search form .pic {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 32%;
    margin-top: -7px;
    cursor: pointer;
}

.jieguo .search form .findinput {
    width: 522px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 2px #646464;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
}

.jieguo .search form .findinput {
    width: 522px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 2px #646464;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
}

.jieguo .con {
    width: 100%;
    margin-top: 60px;
    display: inline-block;
}

.jieguo .con .tab5 {
    width: 100%;
    padding: 0 0 30px;
    border-bottom: 1px solid #e1e1e1;
    display: inline-block;
}

.jieguo .con .tab5 li {
    float: left;
    margin-left: 40px;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    cursor: pointer;
}

.jieguo .con .tab5 li.current {
    font-size: 18px;
    color: #3485fb;
    position: relative;
}

.jieguo .con .tab5 li.current::after {
    width: 100%;
    height: 2px;
    background: #3485fb;
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
}

.jieguo .con .conk {
    width: 100%;
    margin-top: 50px;
    display: none;
}

.jieguo .con .conk .item .item1 {
    width: 100%;
    padding: 50px 40px 50px 40px;
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
}

.jieguo .con .conk .item .item1 .title {
    width: 100%;
    display: inline-block;
}

.jieguo .con .conk .item .item1 .title p:nth-child(1) {
    float: left;
    max-width: 90%;
}

.jieguo .con .conk .item .item1 .title p:nth-child(1) a {
    font-size: 24px;
    color: #333333;
}

.jieguo .con .conk .item .item1 .title p:nth-child(2) {
    float: left;
    margin-left: 60px;
    font-size: 14px;
    color: #999999;
}

.jieguo .con .conk .item .item1 .zy {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.jieguo .con .conk .item .item1 .ck {
    width: 38px;
    height: 24px;
    margin-top: 30px;
    margin-left: 0;
    background: #b5b5b5;
    border-radius: 2px;
}

.jieguo .con .conk .item .item1 .ck a {
    padding: 9px 13px;
    display: inline-block;
}

.jieguo .con .conk .item .item1:hover {
    background: #f4f4f4;
}

.jieguo .con .conk .item .item1:hover .title p:nth-child(1) a,
.jieguo .con .conk .item .item1:hover .title p:nth-child(2) {
    color: #3485fb;
}

.jieguo .con .conk .item .item1:hover .ck {
    background: #3485fb;
}

.index5 .con .lf .item1 .pic img {
    height: 100%
}

#message {
    margin-top: 18px;
    width: 400px;
    height: 42px;
    border: solid 1px #e0e0e0;
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    outline: none;
    padding-left: 19px;
}

/* 产品详情 */
.proList{max-width: 100%;width: 100%;margin-top:30px;}
.proList ul{width: 100%;}
.proList ul li{width: 50%;float: left;}
.proList ul li>div{margin: 15px 0;}
.proList ul li>div .img{width: 42px;float: left;margin-right: 16px;max-height: 42px;overflow: hidden;}
.proList ul li>div .img img{width: 100%;}
.proList ul li>div .txt{word-break:break-all;}
.proList ul li>div .txt p{width: 100%;}
.pc{display: block;}
.app{display: none;}
@media screen and (max-width: 768px){
   .proList{margin: 10px auto;width: 96%;}
   .pro2 .con .item .item1 .txt::after{background-color: transparent;}
   .pc{display: none;}
   .app{display: block;}
   .proList ul{display: flex;flex-direction: column;}
   .proList ul li{width: 100%;}
}
/* 首页视频样式 */
@media (max-width:1680px) and (min-width:1200px){
    .index1 .ri .m_vi{/*margin-top:28px; height:320px;width: 70.5%; */}
}