body {
    font-family: "微软雅黑";
    margin: 0;
    font-size: 14px;
    min-width: 1250px;
    /* overflow-x: hidden; */
}

input {
    outline: none;
}

a {
    text-decoration: none !important;
}

#wrapper {
    min-height: calc(100vh - 335px);
}

* {
    box-sizing: border-box;
    list-style: none;
}

a {
    color: #151e1e;
}

span {
    display: inline-block;
}

.no-margin {
    margin: 0;
}
li{ list-style: none;}
.no-padding {
    padding: 0;
}

.container,
.wrap {
    width: 1180px;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    height: 80px;
    z-index: 1000;
    padding-left: calc(100vw - 100%);
}

.header .container {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.header .container>div {
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 1;
}

.header .container:after,
.header .container:before {
    display: none;
}

.logo {
    display: inline-block;
    width: 42px;
    height: 46px;
    margin-right: 14px;
    vertical-align: middle;
}

.header .title {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-right: 60px;
}

.logo-img {
    display: inline-block;
    width: 190px;
    height: 54px;
    background: url(../images/logo-png.png) no-repeat center;
}

.index-logo-imgs {
    display: inline-block;
    width: 190px;
    height: 54px;
    background: url(../images/logo-png.png) no-repeat center;
}

.go-index {
    display: inline-block;
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 10px;
}

a {
    text-decoration: none;
}

.go-console {
    color: #fff;
}

/* 导航 */

.header .btn {
    padding: 8px 12px;
    border: 1px solid #fff;
    margin-left: 20px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.nav-box,
.mine-items,
.footer-div {
    display: flex !important;
    flex-direction: row;
}

.nav-box {
    height: 100%;
}

.nav-box .nav-box-list {
    position: relative;
    margin: 10px 35px 10px 35px;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: 500;
    text-align: center;
}

.nav-box .nav-box-list a {
    display: inline-block;
    height: 60px;
    cursor: pointer;
}

.nav-box .nav-box-list a:hover {
    color: #37b5b6;
}

.nav-box .nav-box-list a:before {
    line-height: 3rem;
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #37b5b6;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-box .nav-box-list a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.active-nav-border {
    color: #37b5b6;
}

/* banner图 */

.banner {
    margin-top: 80px;
    height: 750px;
    overflow: hidden;
    /*background:#086cea no-repeat center bottom;*/
}

.notice .container {
    position: relative;
}

.line-text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2e3233;
    padding-top: 30px;
    text-align: right;
}

.line-text-en {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    padding-top: 38px;
    letter-spacing: 0px;
    padding-left: 10px;
    color: #666666;
}

.line-bg {
    width: 698px;
    height: 11px;
    background: url(../images/line-bg.png) no-repeat center;
}

.product-line {
    height: 116px;
    background: #eee;
}

.product-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 40px;
    width: 1180px;
}

.logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /* margin: 0 auto; */
    /* padding: 0 40px; */
    width: 1180px;
}

.product-list {
    height: 656px;
    background: url(../images/white-bg.png) no-repeat center;
}

.product-list .product-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 1180px;
    padding: 0 40px 0 40px;
}

.product-list .product-box ul li {
    margin: 40px 75px 20px 75px;
    width: 210px;
    height: 210px;
}

.product-list .product-box ul li div {
    float: left;
    min-width: 210px;
    max-width: 210px;
    display: block;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
}

.icon-baas {
    margin-top: 50px;
    width: 52px;
    height: 52px;
}

.product-list .product-box ul li .radius-one {
    background: none;
    border: none;
    height: 210px;
    color: rgb(55, 181, 182);
    background: #4d4d4d;
    border-radius: 50%;
    -webkit-transition: box-shadow 0.3s linear, translate3d 0.3s linear;
    -moz-transition: box-shadow 0.3s linear, translate3d 0.3s linear;
    transition: box-shadow 0.3s linear, translate3d 0.3s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}





@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 210px, 0);
        transform: translate3d(0, 210px, 0);
    }
    to {
        opacity: 1;
        /*visibility: visible;*/
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        visibility: hidden;
        /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
        -webkit-transform: translate3d(0, 210px, 0);
        transform: translate3d(0, 210px, 0);
    }
    to {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated-fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.product-list .product-box ul li .radius-one:hover {
    color: #666666;
    background: #f5f6fa;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}


/* .product-list .product-box ul li:hover .radius-two {
    background-color: #4d4d4d;
    opacity: 1;
    transform: translateY(-210px);
    color: #37b5b6;
} */

/* 关于我们 */

.mine-line {
    height: 116px;
    background: #eee;
}

.mine-line ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 40px;
    width: 1180px;
}

.mine-bg {
    height: 500px;
    background: url(../images/about-bg.png) no-repeat center bottom;
}

.mine-bg .btn-more {
    position: absolute;
    top: 190px;
    left: 350px;
}

/* 新闻资讯 */

.news-line {
    height: 116px;
    background: #eee;
}

.news-bg {
    height: 656px;
    background: url(../images/white-bg.png) no-repeat center bottom;
}

.news-box {
    /* display: flex; */
    margin: 0 auto;
    width: 1180px;
    position: relative;
    /* padding: 0 40px; */
}

.news-bg .news-lis {
    width: 725px;
    height: 392px;
    background: url(../images/news-bg.png) no-repeat center;
    position: absolute;
    top: 130px;
}

.news-bg .news-lis ul {
    margin: 45px auto;
}

.news-bg .news-lis ul li {
    display: flex;
    justify-content: space-between;
    width: 610px;
    height: 50px;
    line-height: 50px;
    margin-left: 50px;
    border-bottom: 1px solid #55596d;
    color: #fff;
    cursor: pointer;
}

.news-bg .news-lis ul li:hover {
    color: #37b5b6;
}

.news-bg .news-lis ul li:last-child {
    border: none;
}

.news-bg .news-video {
    width: 520px;
    height: 280px;
    position: absolute;
    top: 185px;
    left: 685px;
    border: 4px solid #fff;
    background: url(../images/video-img.png) no-repeat center;
    z-index: 100;
    cursor: pointer;
}

/* 我们的客户 */

.customers-line {
    height: 116px;
    background: #eee;
}

.customers-article {
    display: flex;
    justify-content: center;
    height: 363px;
    background: #fff;
}

.footer {
    width: 100%;
    /* margin: 80px 0 -30px; */
    background-color: #2d2d2d;
    height: 240px;
    color: #fff;
}

.footer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    /* padding: 0 40px; */
    width: 1180px;
    position: relative;
}

.footer-box .footer-nav-list a {
    display: inline-block;
    color: #fff;
    height: 14px;
    line-height: 14px;
    width: 150px;
    margin: 46px 0;
    text-align: center;
    border-right: 1px solid #fff;
}

.footer-box .footer-nav-list:last-child a {
    border-right: none;
}

.footer-box p {
    line-height: 14px;
    height: 14px;
    margin-bottom: 10px;
    color: #696969;
}

.footer-box .location {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 16px;
    height: 24px;
    margin-right: 10px;
    background: url(../images/location-icon.png) no-repeat 0px 5px;
}

.footer-box .phoneNum {
    display: inline-block;
    position: relative;
    top: 4px;
    width: 16px;
    height: 24px;
    margin-right: 10px;
    background: url(../images/phone-num.png) no-repeat 0px 5px;
}

.footer-box .QEcode {
    width: 100px;
    height: 150px;
    position: absolute;
    top: 50px;
    right: 100px;
}

.footer-box .QEcode .code-img {
    width: 100px;
    height: 100px;
    background: url(../images/qrcode_min.png) no-repeat center;
}

.footer-box .QEcode .more-code {
    text-align: center;
    width: 100%;
}

.btn-more {
    text-align: left;
    padding-left: 16px;
    width: 130px;
    height: 44px;
    cursor: pointer;
    border-radius: 10px;
    border: solid 2px #37b5b6;
    font-size: 18px;
    color: #37b5b6;
    background: url(../images/more-icon.png) no-repeat 100px;
    z-index: 100;
}

/*轮播图*/

#box {
    width: 100%;
    height: 750px;
    position: relative;
}

#inner {
    width: 100%;
    height: 750px;
    overflow: hidden;
    position: relative;
}

#inner ul li {
    /*float: left;*/
    width: 100%;
    height: 750px;
    position: absolute;
    left: 0;
    top: 0;
    transition: .8s;
    background: no-repeat center bottom;
    background-color: transparent;
}

/*  .banner {
    margin-top: 80px;
    height: 750px;
    overflow: hidden;

}*/

/*#inner ul li:nth-child(1) {*/
/*    !*background-image: url(../images/bg1.png);*!*/
/*    background-size:cover;*/
/*}*/

#inner ul li:nth-child(1) {
    background-image: url(../images/bg2.png);
}

#inner ul li:nth-child(2) {
    background-image: url(../images/bg3.png);
}

#inner ol {
    width: 126px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin-left: -63px;
    bottom: 25px;
    z-index: 10;
    /* padding: 0 23px 0 23px; */
    padding: 0;
}

#inner ol li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8a9197;
    text-align: center;
    line-height: 20px;
    float: left;
    margin: 0 15px 0 15px;
    line-height: 12px;
}

#btnArr {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    /*display: none;*/
    z-index: 11;
}

#leftBtn,
#rightBtn {
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ccc;
    position: absolute;
    font-family: "宋体";
    font-size: 25px;
}

#rightBtn {
    right: 10px;
}

#inner ol li.cur {
    background-color: white;
}

#inner ol li:hover {
    cursor: pointer;
}

.mine-items {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    width: 1180px;
}

.mine-items .text-p {
    position: absolute;
    top: 160px;
    left: 10px;
    width: 535px;
    height: 129px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.mine-items .img-box-1 {
    position: absolute;
    top: 45px;
    right: 335px;
    width: 150px;
    height: 150px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.mine-items .img-box-2 {
    position: absolute;
    top: 126px;
    right: 120px;
    width: 227px;
    height: 227px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.mine-items .img-box-3 {
    position: absolute;
    top: 285px;
    right: 334px;
    width: 150px;
    height: 150px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.mine-items .img-box-4 {
    position: absolute;
    top: 325px;
    right: 58px;
    width: 108px;
    height: 108px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.mine-items .img-box img:hover {
    /* cursor:pointer; */
    transition: all .2s linear;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    /* transform:translate3d(0px, -5px, 5px); */
    transform: scale(1.1);
}

.mine-items .text-p .left_line {
    position: absolute;
    top: -22px;
    left: 20px;
    width: 300px;
    height: 3px;
    background: url(../images/across-line.png) no-repeat center;
    margin-left: -150px;
}

.mine-items .text-p .bottom_line {
    position: absolute;
    top: 20px;
    left: -30px;
    width: 3px;
    height: 300px;
    background: url(../images/shu-line.png) no-repeat center;
    margin-top: -150px;
}

.mine-items .text-p .right_line {
    position: absolute;
    top: 140px;
    left: 520px;
    width: 300px;
    height: 3px;
    background: url(../images/across-line.png) no-repeat center;
    margin-left: -150px;
}

.mine-items .text-p .top_line {
    position: absolute;
    top: 50px;
    left: 550px;
    width: 3px;
    height: 300px;
    background: url(../images/shu-line.png) no-repeat center;
    margin-top: -50px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center-line {
    position: absolute;
    width: 600px;
    top: 120px;
    left: -30px;
    height: 220px;
    background-color: pink;
    cursor: pointer;
    z-index: 100;
}

.left_line,
.bottom_line,
.right_line,
.top_line {
    transition: all 0.5s ease 0s;
}

.text-p:hover .left_line {
    transform: translateX(50px);
}

.text-p:hover .bottom_line {
    transform: translateY(50px);
}

.text-p:hover .right_line {
    transform: translateX(-50px);
}

.text-p:hover .top_line {
    transform: translateY(-50px);
}

.customers-article .logo-box span {
    width: 250px;
    height: 72px;
    /* background: #ccc; */
    /* margin:px 0 20px 0; */
}

.margin-t60 {
    margin-top: 60px;
}

.margin-b60 {
    margin-bottom: 60px;
}

.margin-r55 {
    margin-right: 55px;
    margin-bottom: 40px !important;
}

.margin-none-top {
    margin-top: 0;
}

.video-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: fixed;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 1000;
}

.video {
    display: none;
    width: 1024px;
    height: 600px;
    position: fixed;
    background: #ccc;
    left: 50%;
    top: 50%;
    margin-left: -512px;
    margin-top: -300px;
    z-index: 1001;
}

.video .close-btn {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #1d1c1a;
    right: -40px;
    font-family: Tahoma;
    font-size: 30px;
    color: #aaa;
    cursor: pointer;
}

.video .close-btn:hover {
    color: #fff;
}

.video video {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* sidebar */

.sidebar-c {
    position: fixed;
    /* width: 100px; */
    bottom: 20px;
    right: 40px;
    z-index: 1000;
}

.sidebar-c a.side-btn {
    display: block;
    /* padding: 20px; */
    background-color: #626162;
    text-align: center;
}

.sidebar-c a.side-btn i {
    display: inline-block;
    color: #fff;
    /* font-size: 20px; */
    width: 60px;
    height: 60px;
}

.gotop-btn {
    background: url(../images/gotop-btn.png) no-repeat center;
    background-size: 100% 100%;
}

/* 产品及服务 */

.banner-sol {
    margin-top: 80px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    /*background:#086cea no-repeat center bottom;*/
}

.banner-sol-bg2 {
    background: url(../images/bgc2.png) no-repeat center;
    background-color: transparent;
    display: block;
}

.content_detail {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product_show {
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}
.product_show_normal {
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.benben-icon {
    display: inline-block;
    width: 18px;
    height: 22px;
}

.show {
    letter-spacing: 2px;
    font-size: 24px;
    color: #151e1e;
    display: inline-block !important;
}

.show-engglish {
    font-size: 12px;
    line-height: 48px;
    color: #666666;
}

.product-intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin-bottom: 100px;
}

.product-detail {
    width: 380px;
    height: 70px;
    margin-right: 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 10px 20px 20px 10px;
}

.product-detail:hover {
    cursor: pointer;
    background-color: #37B5B6;
}

.product-detail:hover p {
    color: #fff;
}

.product-detail:nth-child(3n+3) {
    margin-right: 0;
}

.product-name {
    font-size: 18px;
    color: #666666;
}

.product-con {
    margin-top: 5px;
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.empty-box {
    height: 700px;
    background: #eee;
}

/* 关于我们 */

.scheme-box {
    height: 656px;
}

.banner-sol {
    margin-top: 80px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.banner-sol-bg1 {
    background: url(../images/line.png) no-repeat center;
    background-color: transparent;
    display: block;
}

.title-center {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 93px;
}

.center-con {
    width: 1000px;
    height: 360px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 79px 75px 30px 75px;
}

.content-center {
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.center-con ul {
    margin-top: 75px;
    box-sizing: border-box;
    padding: 0px 100px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.our-line {
    background: #eee;
    height: 116px;
}

.our-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 40px;
    width: 1180px;
}

.scheme-box {
    background: #eee;
}

.line-bg {
    display: inline-block;
    width: 698px;
    height: 11px;
    background: url(../images/line-bg.png) no-repeat center;
}

.news-bg {
    height: 656px;
    background: url(../images/white-bg.png) no-repeat center bottom;
}

.line-text {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #2e3233;
    padding-top: 30px;
    text-align: right;
}

.line-text-en {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    padding-top: 38px;
    letter-spacing: 0px;
    padding-left: 10px;
    color: #666666;
}

.content-show {
    width: 100%;
    height: 320px;
    background-color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 42px 92px 48px 92px;
    font-size: 16px;
    color: #151e1e;
    line-height: 30px;
}

.center-con-show {
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #eeeeee;
}

.banner-sol {
    margin-top: 80px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    /*background:#086cea no-repeat center bottom;*/
}

.banner-sol-bg {
    background: url(../images/bgc1.png) no-repeat center;
    background-color: transparent;
    display: block;
}

.banner-small-bgc {
    height: 309px;
}

.content_detail {
    width: 1200px;
    /*height: 800px;*/
    margin: 0 auto;
    /*background-color: pink;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -15px;
}

.content_detail .copper {
    width: 30%;
    height: 356px;
    box-sizing: border-box;
    padding: 22px 17px 53px 17px;
    margin-right: 30px;
    margin-bottom: 34px;
    border-radius: 10px;
    background-color: #fff;
    /*background-color:#000 ;*/
}

.content_detail .copper:nth-child(3n+3) {
    margin-right: 0;
}

.copper .top_img {
    width: 312px;
    height: 180px;
}

.copper .top_img img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.company_name {
    color: #333333;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 17px;
    margin-bottom: 10px;
}

.company_detail {
    font-size: 14px;
    letter-spacing: 1px;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    /* height: 65px; */
    position: relative;
}

.p-after:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    /* padding-left: 40px; */
    /* background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -moz-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(left, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%); */
}

.copper:hover {
    cursor: pointer;
    transition: all .2s linear;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -5px, 0);
}

/* 解决方案 page_plan*/

.challange {
    width: 100%;
}

.row-img {
    display: flex;
    justify-content: space-between;
}

.mt_none {
    margin-top: 0;
}

.mb_none {
    margin-bottom: 0 !important;
}

.plan_disc {
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 15px;
}

.plan_serialize li{
    padding-left: 15px;
    font-size:18px;
    padding-bottom: 10px;
    background: url(../images/fang.png) no-repeat 0px 14px;
    line-height: 25px;
    background-position: 0px 9px;
}
.plan_serialize2 li{
    padding-left: 15px;
    font-size:18px;
    padding-bottom: 10px;
    background: url(../images/fang.png) no-repeat 0px 14px;
    line-height: 25px;
    background-position: 0px 9px;
}
.plan_serialize3 li{
    padding-left: 15px;
    font-size:18px;
    padding-bottom: 10px;
    background: url(../images/fang.png) no-repeat 0px 14px;
    line-height: 25px;
    background-position: 0px 9px;
}
.challange-translate,.challange-translate2,.challange-translate3{
    margin:15px 0px;
    font-size:18px;
    /* text-indent: 40px; */
}

.plan_serialize5 li{
    padding-left: 15px;
    font-size:18px;
    padding-bottom: 10px;
    background: url(../images/fang.png) no-repeat 0px 14px;
    line-height: 25px;
    background-position: 0px 9px;
}
.shujupipei li{
    padding-left: 15px;
    font-size:18px;
    padding-bottom: 10px;
    background: url(../images/fang.png) no-repeat 0px 14px;
    line-height: 25px;
    background-position: 0px 9px;
}


.plan_serialize1 li:first-child {
    margin-top: 15px;
}
.Representative-product{
    box-sizing:border-box;
    padding:0 30px;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.product_normal{
    width: 365px;
    height: 70px;
    border:1px solid #dcdcdc;
    color:#666;
    text-align: center;
    line-height: 70px;
    font-size:18px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.product_normal:hover{
    background-color:#37b5b6;
    color:#fff;
}



.plan-title {
    font-size: 18px;
    margin-bottom: 50px;
}

.plan_bgc {
    background-color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.content-pad {
    box-sizing: border-box;
    padding-top: 90px;
}

.news-text {
    /* width: 580px; */
    font-size: 17px;
    color: #333;
    line-height: 30px;
}

.mr-eng {
    margin-right: 88px;
}

.news-show {
    width: 1000px;
    min-height: 400px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.news-intro {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.mb-none{
    margin-bottom: 0;
}

.pro-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.pro-con {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.detail-title {
    color: #000;
    font-weight: bold;
}

.detail-con {
    font-size: 15px;
    color: #333;
}


.small-mr {
    margin-right: 10px;
}

/* page-bass*/

.bass-intro {
    width: 1270px;
    height: 270px;
    margin: 0 auto;
    /* background: url(../images/bass-intro.png) no-repeat center center; */
    margin-top: -45px;
    box-sizing: border-box;
    /* padding: 68px 560px 75px 84px; */
    position: relative;
}

.bass-bgc-text {
    width: 626px;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    left: 83px;
    top: 68px;
    text-indent: 37px;
}

.benben-icon {
    width: 18px;
    height: 22px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.show {
    margin-left: 5px;
}

.bass-circle {
    width: 100%;
    height: 690px;
    background-color: #eee;
    box-sizing: border-box;
    padding-top: 22px;
    padding-bottom: 45px;
}

.center-bass-circle {
    width: 774px;
    /* height:600px; */
    margin: 0 auto;
    /* background: url(../images/bass-circle.png) no-repeat center center; */
    background-size: 100% 100%;
}

.center-bass-circle img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.center-bass-man {
    width: 100%;
    height: 950px;
    background: url(../images/bass-man.png) no-repeat center center;
    background-size: 100% 100%;
}

.center-partner {
    width: 1200px;
    margin: 0 auto;
    height: 742px;
    box-sizing: border-box;
    padding-top: 50px;
}

.center-partner ul li {
    width: 100%;
    min-height: 100px;
    padding: 11px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0.8;
    margin-bottom: 20px;
}

.bass-title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.bass-title-int {
    color: #666;
    font-size: 16px;
    line-height: 25px;
}

.news-look {
    width: 100%;
    height: 75px;
    border-top: 1px solid #999;
    line-height: 75px;
}

.last span {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.last {
    color: #666;
    font-size: 16px;
}

.trends-figure ul li {
    width: 1200px;
    height: 208px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 8px 0px rgba(230, 230, 236, 0.5);
    box-sizing: border-box;
    padding: 20px 10px 15px 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    cursor: pointer;
}

.trends-img {
    width: 250px;
    height: 172px;
}

.trends-con {
    width: 552px;
    height: auto;
}

.trends-con-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.trends-con-title:hover {
    color: #37b5b6;
    cursor: pointer;
}

.trends-con-detail {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-indent: 32px;
}

.trends-date {
    width: 193px;
    font-size: 15px;
    color: #666;
}

.search-more {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #37b5b6;
    margin-left: 535px;
    /*background-color: #fff;*/
    color: #37b5b6;
    outline: none;
}

.banner-sol-trends {
    background: url(../images/trans-bg.png) no-repeat center;
    background-color: transparent;
    display: block;
}

.left-top-line {
    position: absolute;
    left: -117px;
    top: -14px;
    width: 300px;
    height: 3px;
    background: url(../images/Horizontal_line.png) no-repeat center;
}

.left-bottom-line {
    position: absolute;
    left: -26px;
    top: -114px;
    width: 3px;
    height: 300px;
    background: url(../images/vertail_line.png) no-repeat center;
}

.right-bottom-line {
    width: 300px;
    height: 3px;
    background: url(../images/Horizontal_line.png) no-repeat center;
    position: absolute;
    right: -108px;
    bottom: -21px;
}

.right-top-line {
    position: absolute;
    width: 3px;
    height: 300px;
    background: url(../images/vertail_line.png) no-repeat center;
    right: -18px;
    bottom: -135px;
}

.center-con-show:hover .left-top-line {
    transform: translateX(50px);
}

.center-con-show:hover .left-bottom-line {
    transform: translateY(50px);
}

.center-con-show:hover .right-bottom-line {
    transform: translateX(-50px);
}

.center-con-show:hover .right-top-line {
    transform: translateY(-50px);
}

.left-top-line,
.left-bottom-line,
.right-bottom-line,
.right-top-line {
    transition: all 0.5s ease 0s;
}

.activity-o {
    width: 490px;
    height: auto;
}

.activity-t {
    width: 490px;
    height: auto;
}

.match {
    color: #333;
    font-size: 18px;
    margin-bottom: 25px;
}

.activity-o>img {
    display: inline-block;
    width: 490px;
    height: 176px;
}

.center-height {
    height: 500px;
}

.detail-banner {
    width: 100%;
    height: 500px;
}

/* 修改plan页面 */

.center-banner-pro {
    width: 850px;
    height: 500px;
    box-sizing: border-box;
    padding: 89px;
    margin: 76px auto;
}

.product-title {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}

.product-content {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    /* text-align: center; */
    text-indent: 41px;
}

.product-bass-title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 210px;
}

.solution-bgc {
    background: url(../images/solution-img.png) no-repeat center;
}

.solution-plan {
    /* background: url(../images/solution-plan.png) no-repeat center; */
}

.news-bgc {
    background: url(../images/news-bgc.png) no-repeat center;
}

/* 敬请期待 */

.await-con {
    width: 100%;
    height: 800px;
    background-color: #eee;
}

.center-await {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    margin-top: 80px;
}

.center-await img {
    display: inline-block;
    margin-top: 80px;
}

.await-ml {
    margin-left: 390px;
}

.await-more {
    width: 400px;
    height: 56px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    color: #999;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    margin-left: 400px;
    margin-top: 60px;
}

.please-await {
    color: #37b5b6;
    font-size: 57px;
    text-align: center;
    margin-top: 50px;
}

.margin-t10 {
    margin-top: 10px;
}

.line-h44 {
    line-height: 44px;
}

.text-indent34 {
    text-indent: 34px;
}

.display-none {
    display: none;
}

.about-content {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.about-center {
    width: 1200px;
    margin: 0 auto;
}

.company-manage {
    box-sizing: border-box;
    padding: 40px 0px 100px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company-manage .company-people {
    width: 349px;
    height: 550px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow:0px 2px 10px 6px rgba(0, 0, 0, 0.1);
}

.need-mb {
    margin-bottom: 52px;
}

.company-content {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;

}

.company-content .company-mid {
    height: 500px;
    width: 100%;
    background: url(../images/company-us.png) no-repeat center bottom;
}

.company-content .product-center {
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 35px;
}

.mine-items .text-s {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 1200px;
    height: 129px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
}

.text-s:hover .left_line {
    transform: translateX(50px);
}

.text-s:hover .bottom_line {
    transform: translateY(50px);
}

.text-s:hover .right_line {
    transform: translateX(-50px);
}

.text-s:hover .top_line {
    transform: translateY(-50px);
}

.mine-items .text-s .left_line {
    position: absolute;
    top: -22px;
    left: 120px;
    width: 300px;
    height: 3px;
    background: url(../images/across-line.png) no-repeat center;
    margin-left: -150px;
}

.mine-items .text-s .bottom_line {
    position: absolute;
    top: 55px;
    left: 50px;
    width: 3px;
    height: 300px;
    background: url(../images/shu-line.png) no-repeat center;
    margin-top: -150px;
}

.mine-items .text-s .right_line {
    position: absolute;
    top: 140px;
    right: 0px;
    width: 300px;
    height: 3px;
    background: url(../images/across-line.png) no-repeat center;
    margin-left: -150px;
}

.mine-items .text-s .top_line {
    position: absolute;
    top: 0px;
    right: 70px;
    width: 3px;
    height: 300px;
    background: url(../images/shu-line.png) no-repeat center;
    margin-top: -60px;
}

.mine-items .text-s .text-box-p {
    margin: 20px 80px 0 80px;
}

.mine-items .text-s .company-center-box {
    position: absolute;
    top: 190px;
    width: 100%;
    height: 29px;
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 3px;
    color: #ffffff;
    position: absolute;
}

.mine-items .text-s .company-center-title1 {
    position: absolute;
    top: 260px;
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1.6px;
    color: #ffffff;
}

.mine-items .text-s .company-center-title2 {
    position: absolute;
    top: 290px;
    width: 100%;
    height: 16px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1.6px;
    color: #ffffff;
}

.company-manage .company-people .person-img {
    width: 136px;
    height: 136px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 20px auto;
}

.company-manage .company-people .person-name {
    height: 24px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin: 15px auto;
}

.company-manage .company-people .person-position {
    width: 230px;
    height: 18px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0px auto;
    padding-bottom: 38px;
    border-bottom: 1px solid #7acecf;
}

.company-manage .company-people .person-detail {
    width: 260px;
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #666666;
    margin: 15px auto;
}

.company-manage .company-people .person-detail ul li {
    padding-left: 15px;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    background: url(../images/yuan.png) no-repeat 0px 14px;
    line-height: 25px;
    background-position: 0px 9px;
}

.activity-content {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.activity-content-center {
    width: 1200px;
    margin: 0 auto;
}
.activity-content-center .product-center{
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 35px;
}
.activity-mid{
    height: 700px;
    width: 100%;
    background:url(../images/center-activity-mid.png) no-repeat center;
}
.center-activity-mid{
    width: 1200px;
    height: 595px;

    margin: 0 auto;
    position: relative;
}
.center-activity-mid div{
    float: left;
    width: 272px;
    height: 272px;
    transform: rotate(45deg);
}
.center-activity-mid>div>img{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.activity-img1{
    position: absolute;
    left: 53px;
    top: 135px;
}
.activity-img2{
    position: absolute;
    left: 328px;
    top: 264px;
}
.activity-img3 {
    position: absolute;
    left: 605px;
    top: 139px;
}
.activity-img4 {
    position: absolute;
    left: 878px;
    top: 270px;
}
.map-content {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
}

.map-content-center {
    width: 1200px;
    margin: 0 auto;
}
.map-content .product-map-center {
    width: 100%;
    height: 78px;
    line-height: 78px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 35px;
}
.map-mid{
    width: 1200px;
    height: 590px;
    margin: 0 auto;
    box-sizing: border-box;
    padding:0 100px 0 0;
    overflow: hidden;
}
.map-code p{
    color:#333;
    font-size:16px;
    line-height:30px;
}
.concat-peo{
    margin-top: 28px;
}
.digital{
    width: 100%;
    height: 300px;
    text-align: center;
    line-height: 300px;
    color:#fff;
    font-size:23px;
    margin-top: 80px;
    background: url('../images/ditigal_banner.png') no-repeat center;
    /* ditigal_banner */
}
.digital-content{
    width: 100%;
    height: 500px;
    background-color: #fff;
}
.center-digital{
    width: 1200px;
    height: 500px;
    margin:0 auto;
    box-sizing:border-box;
    padding:55px 0 120px 0px;
}
.digital-font{
    color:#666;
    font-size:24px;
    text-align: center;
    margin-bottom: 100px;
}
.digital_problem{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.digital_problem>div{
    width: 248px;
    height: 184px;
    border-radius:10px;
    border:1px solid #dcdcdc;
    box-sizing:border-box;
    padding: 18px 22px 13px 24px;
}
.digital_problem1{
    position: relative;
}
.digital_problem1 img{
    display: inline-block;
    margin-left: 49px;
}
.digital_problem1>p{
    position: absolute;
    bottom: 20px;
    left: 58px;
    color:#666;
    font-size:18px;
}
.data_banner{
    width: 100%;
    height: 500px;
    background: url(../images/data_banner.png) no-repeat center;
}
.our_support{
    width: 100%;
    height: 500px;
    background-color: #fff;
}
.centerOur{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 55px 0 120px 0px;
}
.support_type{
    color: #666;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.support-con{
    color:#999;
    font-size:18px;
    margin-bottom: 70px;
}
.color_sup{
    color:#000;
}
.circle_tyle{
    display: flex;
    justify-content: space-between;
}
.circle-con{
    width: 111px;
    height: 111px;
    border-radius:50%;
    box-shadow: 0px 2px 10px 6px rgba(0, 0, 0, 0.1);
    position: relative;
}
.circle-con>img{
    display: inline-block;
}
.width_small{
    position: absolute;
    top: 38px;
    left: 45px;
}
.circle_type1{
    width: 111px;
    height: 190px;
}
.circle_text{
    color:#666;
    font-size:20px;
    margin-top: 30px;
}
.book1{
    background: url(../images/type1.png) no-repeat center;
}
.book2{
    background: url(../images/type2.png) no-repeat center;
}
.book3{
    background: url(../images/type3.png) no-repeat center;
}
.book4{
    background: url(../images/type4.png) no-repeat center;
}
/* 地图调用 */
.amap-logo {
    display: none !important;
}

.amap-copyright {
    display: none !important;
}
#container {
    width: 753px;
    height: 430px;
}
.news_center{
    width: 1000px;
    margin: 0 auto;
    /* padding:0 100px 0px 100px; */
    box-sizing:border-box;
}

/*  底线 */
.last-bottom{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.line1{
    width:40%;
}
.line{
    width: 100%;
    background-color:#E6E6E6;
    height: 1px;
}
.b-line{
    color:#9B9B9B;
    font-size:16px;
    display: inline-block;
    margin-left: 15px;
}
.line-mt{
    margin-top: -20px;
}
.change-line{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fix-img{
    display: inline-block;
    width: 250px;
    height: 172px;
}

.product-list .product-box ul li .radius-one>span {
    vertical-align: middle;
    /* padding-left: 0.75em; */
}

.product-list .product-box ul li .radius-one:hover {
    color: #666666;
    background: #f5f6fa;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
.product-list .product-box ul li .radius-one:hover .opacity1{
    opacity: 0;
}
.product-list .product-box ul li .radius-one:hover .opacityP{
    opacity: 1;
}
.icon-baas{
    position: relative;
}
.opacityP{
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}
.opacity0{
    opacity: 1;
}

/**
2019/06/26
 */

.company-manage .company-people .person-flex .person-name{
    width: 800px;
    height:30px;
    border-bottom: 1px solid #7acecf;
}
.seniorExecutive .company-people .person-flex{
    margin-left:80px;
}
.seniorExecutive .company-people .person-name {
    width:800px;
    margin: 15px 0px 15px 0px;
    text-align-last: left;
    border-bottom: 1px solid #7acecf;

}
.seniorExecutive .company-people .person-name .ex-name{
    height: 24px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    margin-right:15px;
}
.seniorExecutive .company-people .person-name .person-position{
    /* width: 230px; */
    height: 18px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0px auto;
    padding-bottom: 38px;
}
.seniorExecutive .company-people {
    width: 100%;
    padding: 40px 200px 50px 100px;
    height: 270px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow:0px 2px 10px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
.seniorExecutive .company-people .person-img {
    width: 136px;
    height: 136px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.seniorExecutive .company-people .person-detail ul li {
    padding-left: 15px;
    /* padding-top: 10px; */
    padding-bottom: 10px;
    background: url(../images/yuan.png) no-repeat 0px 14px;
    line-height: 25px;
    background-position: 0px 9px;
}

.seniorExecutive .company-people .person-detail {
    /* width: 260px; */
    height: 40px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #666666;
    margin: 15px auto;
}
.content{
    background:#fff!important;
    margin-bottom:0px!important;
}
.beian{
    color:#696969;
}
.beian:hover{
     color: #37b5b6 !important;
     text-decoration: underline !important;
 }
.beian:focus {
    color: #696969;
}