
/*  General CSS*/
body {
    background: #fff;
}

.wrapper {
    /* width: 100%; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h2 {
    font-size: 25px;
    padding: 20px 0;
}

h3 {
    font-size: 22px;
    padding: 18px 0;
}

p {
    line-height: 28px;
}

/*    Billboard    */
.billboard {
    width: 100%;
    background: url('../img/mobile/index/banner.png') no-repeat;
    background-size: contain;
    background-position: center;
    /* background-color: #f5f5f5; */
    height: 350px;
}

.billboard .caption {
    text-align: left;
    color: #a5864f;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
}

.billboard .caption h1 {
    font-size: 40px;
    font-weight: lighter;
}

.billboard .caption h2 {
    font-size: 22px;
    font-weight: lighter;
}


.billboard .caption p {
    font-size: 24px;
}

.billboard .caption hr {
    display: inline-block;
    height: 1px;
    width: 30px;
    border: 0 !important;
    margin: 0;
    padding: 0;
}


/*    header    */
header {
    height: 45px;
    padding: 0 10px;
    box-shadow: 2px 2px 5px #dedede;
}

header .logo {
    /* float: right; */
    margin-top: 12px;
}

header .menu {
    float: right;
    margin-top: 12px;
    height: 24px;
}

header nav {
    line-height: 40px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    background-color: #f8f8f8;
    text-align: center;
    display: none;
    width: 100%;
    padding: 10px 0;
}

header nav ul li {
    list-style: none;
    display: block;
    margin: 0 10px;
}

header nav ul li a {
    text-decoration: none;
    font-size: 14px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

header nav ul li a {
    color: #000;
    width: 100%;
    display: inline-block;
}

header nav ul li.active {
    border-bottom: 3px solid #a5864f;
}

header nav ul li.active a {
    color: #a5864f;
}

header nav ul li a:hover {
    color: #B9B9B9;
}

/*    Services    */
.services {}

.services .left {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.services .right {
    width: 100%;
}

.services ul li {
    list-style: none;
    padding-top: 20px;
}

.services ul li:first-child {
    margin-left: 0;
}

.services ul li .separator {
    display: block;
    width: 1px;
    height: 20px;
    background: #f6f6f6;
    margin: 20px auto;
}

.services ul li h2 {
    color: #000;
    font-weight: normal;
}

.services ul li label {
    background-color: #997845;
    border-radius: 14px;
    padding: 8px 18px;
    color: white;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}

.services ul li div {
    color: #000;
    /* font-size: 14px; */
    line-height: 28px;
    letter-spacing: .5px;
}

.services ul li p {
    color: #838181;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: .5px;
    display: inline-block;
}

/*    database    */
.database {
    /* height: 375px; */
    padding: 20px;
}

.database .left {
    float: left;
    padding-top: 30px;
    min-width: 250px;
}

.database ul {
    list-style: none;
}

.database ul li {
    float: left;
    margin-left: 30px;
}

/* charts */
.charts {
    /* background: url('../img/index/4-bg.png') no-repeat; */
    /* height: 320px; */
    /* background-position: center; */
}

.charts .left {
    /* padding-top: 20px; */
    /* float: left; */
    /* width: 50%; */
    text-align: center;
}

.charts .pics {
    text-align: center;
    background: url('../img/index/4-bg.png') no-repeat;
    background-position: center top;
    margin-top: 40px;
}

.charts ul {
    list-style: none;
}

.charts ul li {
    float: left;
    width: 33%;
}

/* dbservices */
.dbservices {
    padding: 20px;
    height: 580px;
}

.dbservices ul {
    list-style: none;
    padding-top: 40px;
}

.dbservices ul li {
    float: left;
    width: 49%;
    text-align: center;
    line-height: 28px;
}

.dbservices ul li img {
    /* width: 90%; */
    height: 150px;
}

/* users */
.users {
    /* height: 340px; */
}

.users ul {
    list-style: none;
    padding-top: 20px;
}

.users ul li {
    /* float: left;
    width: 33.3%; */
    text-align: center;
    padding-top: 10px;
}

/*    footer    */
footer {
    padding: 20px 10px;
    overflow: hidden;
}

footer p {
    color: #838181;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: 100%;
    background: url(../img/top_up.png) no-repeat 0px 0px;
    background-size: contain;
    background-color: #ccc
}

.product-page .p {
    height: 350px;
    background: url(../img/index/4-bg.png) no-repeat;
    background-color: #9dc0d9;
    /* background-size: contain; */
    background-position: center;
}

.product-page .product {
    background: url(../img/mobile/product/bannerchanpin1.png) no-repeat;
    background-position: center;
    background-size: contain;
    height: 300px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product-page .product h1 {
    color: #fff;
    display: inline;
    top: 190px;
    left: 160px;
    position: relative;
}

.product-page .product>div {
    height: 350px;
    text-align: center;
}

.product-page .onestep {
    /* height: 410px; */
}

.product-page .onestep .pics {
    background: url(../img/product/8.png) no-repeat;
    background-position: center;
    height: 340px;
    margin-top: 20px;
}

.product-page .onestep .pics .items {
    width: 100px;
    height: 100%;
    position: relative;
    left: 120px;
    display: inline-block;
    top: -123px;
}

.product-page .onestep .pics .items label {
    border-radius: 8px;
    padding: 4px 8px;
    color: white;
    font-size: 14px;
    display: block;
    text-align: center;
}

.product-page .onestep .pics .items label:nth-child(odd) {
    background-color: #459bdd;
}

.product-page .onestep .pics .items label:nth-child(even) {
    background-color: #4cbd61;
}

.product-page .usersanddb {
    /* height: 400px; */
}

.product-page .usersanddb .item {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-top: 40px;
    padding: 0 12px;
}

.product-page .usersanddb .item .title {
    border-radius: 15px;
    padding: 6px 8px;
    color: white;
    font-size: 14px;
    display: block;
    text-align: center;
    background-color: #459bdd;
    position: relative;
    z-index: 2;
    width: 120px;
    margin: 0 auto;
}

.product-page .usersanddb .item .body {
    height: 255px;
    border: 1px solid #459bdd;
    position: relative;
    top: -10px;
    border-radius: 5px 5px 15px 15px;
    /* border-top: 0; */
    padding-top: 15px;
    background-color: #fff;
}

.product-page .usersanddb .item .body label {
    display: block;
    color: #838181;
    margin-top: 7px;
}

.product-page .usersanddb .item .body label:first-child {
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}

.product-page .usersanddb .item .footer {
    color: #4cbd61;
    position: relative;
    top: -40px;
}

.product-page .dbconnect {
    /* height: 315px; */
}

.product-page .dbmanager {
    /* height: 380px; */
    position: relative;
    z-index: 2;
}

.product-page .dbanalyze {
    /* height: 340px; */
}

.product-page .dbdecision {
    /* height: 380px; */
    position: relative;
    z-index: 2;
}

.product-page .product1 {
    display: inline-block;
    position: relative;
    top: -50px;
    left: 310px;
}

.product-page .product2 {
    display: inline-block;
    position: relative;
    top: -50px;
    left: 330px;
}

.product-page .product3 {
    display: inline-block;
    position: relative;
    top: -50px;
    left: 350px;
}

.product-page .product4 {
    display: inline-block;
    position: relative;
    top: -50px;
    left: 374px;
}

.product-page .product5 {
    display: inline-block;
    position: relative;
    top: 25px;
    left: 384px;
}

.product-page .product6 {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 225px;
}

.product-page .product7 {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 100px;
}

.product-page .product8 {
    display: inline-block;
    position: relative;
    top: -185px;
    left: -540px;
    color: #4abd60;
}

.product-page .product9 {
    display: inline-block;
    position: relative;
    top: -400px;
    left: 784px;
    color: #4abd60;
}

.product-page .product10 {
    display: inline-block;
    position: relative;
    top: -195px;
    left: 314px;
    color: #459bdd;
}

.product-page .product11 {
    display: inline-block;
    position: relative;
    top: -234px;
    left: 284px;
    color: #459bdd;
}

.product-page .product12 {
    display: inline-block;
    position: relative;
    top: -195px;
    left: 354px;
    color: #459bdd;
}


.product-page .safe ul {
    list-style: none;
    padding-top: 60px;
}

.product-page .safe ul li {
    float: left;
    width: 16%;
    text-align: center;
}

.product-page .safe ul li>div {
    height: 120px;
    width: 120px;
    color: #fff;
    display: inline-block;
    line-height: 120px;
    border-radius: 100px;
}

.product-page .safe ul li:nth-child(odd)>div {
    background-color: #459bdd;
}

.product-page .safe ul li:nth-child(even)>div {
    background-color: #4ebd62;
}

.product-page .mobile {
    /* padding: 40px; */
}

.product-page .mobile .pics {
    background: url(../img/product/xian.png) no-repeat;
    background-position: center top;
    height: 450px;
}

.product-page .mobile .title {
    margin-top: 30px;
    text-align: center;
}

.product-page .mobile .title label {
    border-radius: 8px;
    padding: 4px 8px;
    color: white;
    font-size: 14px;
    text-align: center;
    background-color: #459bdd;

}

.product-page .mobile .pics .items {
    height: 120px;
    width: 120px;
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    text-align: center;
    position: relative;
}

.product-page .mobile .pics .items div {
    position: relative;
    top: 50%;
    /*偏移*/
    transform: translateY(-50%);
}

.product-page .mobile .pics .first .items:nth-child(odd),
.product-page .mobile .pics .second .items:nth-child(odd) {
    background-color: #459bdd;
}


.product-page .mobile .pics .first .items:nth-child(even),
.product-page .mobile .pics .second .items:nth-child(even) {
    background-color: #4ebd62;
}

.product-page .mobile .pics .first {
    position: relative;
    top: 145px;
    text-align: center;
}

.product-page .mobile .pics .second {
    position: relative;
    top: 180px;
    text-align: center;
}

.scheme-page .scheme {
    /* padding-top: 120px; */
    background: url(../img/mobile/scheme/banner13.png) no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #31295b;
    height: 350px;
}

.scheme-page .scheme h1 {
    color: #76e5ef;
    top: 80px;
    position: relative;
}

.scheme-page .scheme>div {
    height: 350px;
    text-align: center;
}

.scheme-page .usersanddb ul {
    list-style: none;
    padding-top: 60px;
}

.scheme-page .usersanddb ul li {
    float: left;
    width: 49%;
    text-align: center;
    line-height: 28px;
}

.scheme-page .usersanddb ul li img {
    /* width: 90%; */
    height: 150px;
}

.scheme-page .dbconnect ul {
    list-style: none;
    padding-top: 60px;
}

.scheme-page .dbconnect ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.scheme-page .dbconnect ul li img {
    height: 190px;
}

.scheme-page .dbmanager ul {
    list-style: none;
    padding-top: 60px;
}

.scheme-page .dbmanager ul li {
    float: left;
    width: 20%;
    text-align: center;
}

.scheme-page .dbmanager ul li div {
    background-color: #5796c7;
    margin: 0 5px;
    padding: 5px;
}

.scheme-page .right-label {
    /* padding-left: 40%; */
}

.scheme-page .dbanalyze .items {
    text-align: center;
    margin-top: 50px;
}

.scheme-page .dbanalyze .items label {
    border-radius: 10px;
    padding: 15px 15px;
    color: white;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background: #5796c7;
    width: 130px;
}

.scheme-page .dbanalyze .items2 {
    margin-top: 10px;
    padding: 0 44px;
}

.scheme-page .dbanalyze .items2 label {
    border-radius: 15px;
    padding: 8px 15px;
    color: #cd151e;
    border: 1px dashed #cd151e;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 270px;
}






.case-page .case {
    /* padding-top: 120px; */
    background: url(../img/case/banner23.png) no-repeat, url(../img/mobile/case/banner12.png) no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-color: #c5aad6;
    color: #7025a3;
    height: 350px;
}


.case-page .case>div {
    height: 350px;
    text-align: center;

}

.case-page .first h2 {
    text-align: center;
}

.case-page .first p {
    line-height: 25px;
}

.case-page .first .imgs {
    list-style: none;
    /* height: 190px; */
}

.case-page .first .imgs li {
    /* float: left; */
    width: 49%;
    margin-top: 35px;
    display: inline-block;
}

.case-page .first .title {
    line-height: 35px;
}



.about-page .about {
    /* padding-top: 120px; */
    background: url(../img/about/bg.png) no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #9ec7a6;
    height: 250px;
}

.about-page .about h1 {
    color: #fff;
}

.about-page .about p {
    display: inline-block;
    padding: 20px;
    text-align: left;
    color: #ffffff;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.about-page h2 {
    text-align: center;
}

.about-page .about>div {
    height: 350px;
    text-align: right;
    /* line-height: 350px; */
}

.about-page .info {
    height: 400px;
}

.about-page .info .left {
    float: left;
    width: 30%;
    text-align: center;
    color: #6d77da;
}

.about-page .info .left .big {
    font-size: 40px;
}

.about-page .info .left .big sub {
    font-size: 20px;
}

.about-page .info .right {
    float: right;
    width: 70%;
}

.about-page .info .right p {
    line-height: 25px;
}

.about-page .aptitude {
    height: 480px;
}

.about-page .aptitude ul {
    list-style: none;
}

.about-page .aptitude ul li {
    float: left;
    width: 33.3%;
    text-align: center;
}

.about-page .value {
    height: 340px;
}

.about-page .value ul {
    list-style: none;
}

.about-page .value ul li {
    float: left;
    width: 33.3%;
    text-align: center;
}

.about-page .value ul li p {
    line-height: 25px;
}

.about-page .team p {
    line-height: 25px;
}

.about-page .card {
    line-height: 25px;
    display: inline-block;
    text-align: left;
    background-color: #cfe0ed;
    padding: 15px 20px;
    margin: 20px 0;
    width: 220px;
}

.about-page .position a {
    color: #000;
}