.page-home-banner {
    height: 400px;
    min-width: 1200px;
    position: relative;
}
.page-home-banner> .item {
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-home-banner> .item.item1 {
    background-image: url("home/home-banner.jpg");
}
.page-home-banner> .item.item2 {
    background-image: url("home/home-banner2.jpg");
}
.page-home-banner> .item.item3 {
    background-image: url("home/home-banner3.jpg");
}
.page-home-banner> .item.item4 {
    background-image: url("home/home-banner4.jpg");
}
.page-home-banner> .dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}
.page-home-banner> .dots> li {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 7px;
    background: #fff;
    border-radius: 10px;
}
.page-home-banner> .dots> li.selected {
    background: #2d9bd9;
}
.page-home-area{
    min-width: 1200px;
    height: 570px;
    background: #f4f4f4;
}
.page-home-area .c-widthLimit{
    background-color: #fff;
}
.page-home-area .list{
    text-align: center;
}
.page-home-area .list .item{
    width: 600px;
    float: left;
    height:125px;
    margin-bottom: 60px;
}
.page-home-area .list .item a:hover{

}
.page-home-area .list .item a:hover p{
    text-decoration:underline;
}
.page-home-area .list .item .icon{
    width: 200px;
    height:100%;
    float: left;
}
.page-home-area .list .item .icon.icon1{
    background: url(home/home-area-icon1.png) no-repeat center center;
}
.page-home-area .list .item .icon.icon2{
    background: url(home/home-area-icon2.png) no-repeat center center;
}
.page-home-area .list .item .icon.icon3{
    background: url(home/home-area-icon3.png) no-repeat center center;
}
.page-home-area .list .item .icon.icon4{
    background: url(home/home-area-icon4.png) no-repeat center center;
}
.page-home-area .list .item .rightText{
    padding-right: 60px;
    float: left;
    width: 340px;
    height:100%;
    text-align: left;
}
.page-home-area .list .item .rightText .topText{
    font-size: 24px;
    color: #2d9bd9;
    
    line-height: 60px;
}
.page-home-area .list .item .rightText .bottomText{
    font-size: 16px;
    color: #333333;
}
.page-home-area .list .item .rightText .bottomText p{
    line-height: 30px;
}
.page-home-area h1{
    line-height: 110px;
    color: #333333;
    font-size: 30px;
    padding-top: 10px;
    text-align: center;
}
.page-home-user {
    min-width: 1200px;
    height: 570px;
    background: #f4f4f4;
}
.page-home-user h1 {
    line-height: 110px;
    color: #333333;
    font-size: 30px;
    padding-top: 10px;
    text-align: center;
}
.page-home-user .list {
    text-align: center;
}
.page-home-user .list> .item {
    display: inline-block;
    width: 340px;
    height: 400px;
    margin-right: 37px;
    background: #fff;
    vertical-align: middle;
}
.page-home-user .list> .item:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.page-home-user .head {
    padding-top: 70px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.page-home-user .head.type1 {
    background-image: url("home/home-user1.jpg");
}
.page-home-user .head.type2 {
    background-image: url("home/home-user2.jpg");
}
.page-home-user .head.type3 {
    background-image: url("home/home-user3.jpg");
}
.page-home-user .item> p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    padding: 30px 20px;
}
.page-home-user .item> .button {
    background: #2d9bd9;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: block;
}
.page-home-user .item:hover> .button {
    background: #2084bd;
}
.page-home-solutionDesc {
    min-width: 1200px;
    height: 600px;
    position: relative;
}
.page-home-solutionDesc h1 {
    color: #ffffff;
    font-size: 36px;
    line-height: 160px;
}
.page-home-solutionDesc .list {
    position: absolute;
    top: 190px;
    left: 0;
}
.page-home-solutionDesc .list> li {
    color: #fff;
    width: 160px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}
.page-home-solutionDesc .list> li.selected {
    background: #2d9bd9;
}
.page-home-solutionDesc .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: repeat-x;
    background-position: center;
}
.page-home-solutionDesc .content.c1 {
    background-image: url("home/home-solutionDescBg.jpg");
}
.page-home-solutionDesc .content.c2 {
    background-image: url("home/home-solutionDescBg2.jpg");
}
.page-home-solutionDesc .content.c3 {
    background-image: url("home/home-solutionDescBg3.jpg");
}
.page-home-solutionDesc .content.c4 {
    background-image: url("home/home-solutionDescBg4.jpg");
}
.page-home-solutionDesc .right {
    margin-left: 250px;
    margin-top: 160px;
    border-left: #6e7074 1px solid;
    height: 300px;
    padding-left: 95px;
}
.page-home-solutionDesc .right> .item {
    display: inline-block;
    margin-right: 30px;
}
.page-home-solutionDesc .right .logo {
    width: 160px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
}
.page-home-solutionDesc .right .logo.type1 {
    background-image: url("home/home-solutionDesc-icon1.gif");
}
.page-home-solutionDesc .right .logo.type2 {
    background-image: url("home/home-solutionDesc-icon2.gif");
}
.page-home-solutionDesc .right .logo.type3 {
    background-image: url("home/home-solutionDesc-icon3.gif");
}
.page-home-solutionDesc .right .logo.type4 {
    background-image: url("home/home-solutionDesc-icon4.gif");
}
.page-home-solutionDesc .right .logo.type5 {
    background-image: url("home/home-solutionDesc-icon5.gif");
}
.page-home-solutionDesc .right .logo.type6 {
    background-image: url("home/home-solutionDesc-icon6.gif");
}
.page-home-solutionDesc .right .logo.type7 {
    background-image: url("home/home-solutionDesc-icon7.gif");
}
.page-home-solutionDesc .right .button {
    width: 158px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: #fff 1px solid;
    margin-top: 50px;
    cursor: pointer;
    display: block;
}
.page-home-solutionDesc .right .button:hover {
    background: #fff;
    color: #333333;
}
.page-home-solutionList {
    height: 700px;
    background: #f4f4f4;
    min-width: 1200px;
}
.page-home-solutionList> h1 {
    line-height: 170px;
    color: #333333;
    font-size: 36px;
    text-align: center;
}
.page-home-solutionList> a {
    line-height: 132px;
    color: #2d9bd9;
    font-size: 18px;
    text-align: center;
    display: block;
}
.page-home-solutionList> .list {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}
.page-home-solutionList> .list> .item {
    display: inline-block;
    width: 285px;
    height: 170px;
    margin-right: 11px;
    background: #fff;
    vertical-align: middle;
    position: relative;
    margin-bottom:15px; 
    cursor: pointer;
}
.page-home-solutionList> .list> .item:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.page-home-solutionList .head {
    top: 36px;
    left: 10px;
    border-right: #cccccc 1px solid;
    position: absolute;
    padding-top: 76px;
    height: 24px;
    width: 112px;
    line-height: 24px;
    color: #2287bf;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: center 16px;
}
.page-home-solutionList .head.icon1{
    background: url("home/home-solution-icons.png") no-repeat center -4px;
}
.page-home-solutionList .head.icon2{
    background: url("home/home-solution-icons.png") no-repeat center -110px;
}
.page-home-solutionList .head.icon3{
    background: url("home/home-solution-icons.png") no-repeat center -236px;
}
.page-home-solutionList .head.icon4{
    background: url("home/home-solution-icons.png") no-repeat center -385px;
}
.page-home-solutionList .head.icon5{
    background: url("home/home-solution-icons.png") no-repeat center -556px;
}
.page-home-solutionList .head.icon6{
    background: url("home/home-solution-icons.png") no-repeat center -728px;
}
.page-home-solutionList .head.icon7{
    background: url("home/home-solution-icons.png") no-repeat center -900px;
}
.page-home-solutionList .head.icon8{
    background: url("home/home-solution-icons.png") no-repeat center -1073px;
}
/* .page-home-solutionList .head.type1 {
    background-image: url("home/home-solutionList-icon1.png");
}
.page-home-solutionList .head.type2 {
    background-image: url("home/home-solutionList-icon2.png");
}
.page-home-solutionList .head.type3 {
    background-image: url("home/home-solutionList-icon3.png");
}
.page-home-solutionList .head.type4 {
    background-image: url("home/home-solutionList-icon4.png");
} */
.page-home-solutionList .item> p {
    margin-left: 123px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding: 42px 18px;
    text-align: left;
}
.page-home-why {
    min-width: 1200px;
    height: 650px;
    background: #2d9bd9;
}
.page-home-why> h1 {
    line-height: 184px;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
}
.page-home-why> .list {
    text-align: center;
}
.page-home-why> .list> .item {
    display: inline-block;
    width: 195px;
    padding-top: 120px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 0;
    font-size: 24px;
    color: #ffffff;
}
.page-home-why .answer{
    max-width: 1060px;
    padding: 0 70px;
    margin: 0 auto;
    margin-bottom:74px; 
}
.page-home-why .answer p{
    font-size: 22px;
    color: #fff;
    line-height: 40px;
}
.page-home-why> .list> .item.type1 {
    background-image: url("home/home-why-icon1.png");
}
.page-home-why> .list> .item.type2 {
    background-image: url("home/home-why-icon2.png");
}
.page-home-why> .list> .item.type3 {
    background-image: url("home/home-why-icon3.png");
}
.page-home-why> .list> .item.type4 {
    background-image: url("home/home-why-icon4.png");
}
.page-home-why> .list> .item.type5 {
    background-image: url("home/home-why-icon5.png");
}
.page-home-why> .list> .item.type6 {
    background-image: url("home/home-why-icon6.png");
}
.page-home-customer {
    height: 700px;
    background: #ffffff;
}
.page-home-customer h1 {
    line-height: 180px;
    color: #333;
    font-size: 36px;
    text-align: center;
}
.page-home-customer td {
    width: 400px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    border-right: #c9c9c9 1px dashed;
    border-bottom: #c9c9c9 1px dashed;
}
.page-home-customer td:last-child {
    border-right: none;
}
.page-home-customer tr:last-child> td {
    border-bottom: none;
}
.page-home-people {
    background: #f4f4f4;
}
.page-home-people> .c-widthLimit {
    height: 440px;
    position: relative;
}
.page-home-people ul.users {
    position: relative;
}
.page-home-people ul.users > li {
    position: absolute;
    width: 100%;
    display: none;
}
.page-home-people .content {
    padding: 50px 120px 30px 120px;
}
.page-home-people .content> .head {
    width: 106px;
    height: 106px;
    margin: auto;
    border-radius: 106px;
    border: #ccc 1px solid;
}
.page-home-people .content> .head > img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.page-home-people .content> p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin-top: 40px;
    min-height: 56px;
}
.page-home-people .name {
    text-align: center;
    line-height: 58px;
    font-size: 30px;
    color: #2287bf;
}
.page-home-people .title {
    text-align: center;
    ;
    line-height: 52px;
    font-size: 24px;
    color: #333333;
}
.page-home-people .leftBtn {
    height: 40px;
    width: 40px;
    background: url("home/home-people-left.png") no-repeat center center;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -20px;
}
.page-home-people .rightBtn {
    height: 40px;
    width: 40px;
    background: url("home/home-people-right.png") no-repeat center center;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -20px;
}

/*案例*/

.page-case-banner {
    background: url("home/case-banner.jpg") repeat-x center center;
    height: 400px;
    min-width: 1200px;
}
.page-case-user {
    background: #f4f4f4;
}
.page-case-user .list {
    padding-top: 38px;
    padding-bottom: 38px;
    text-align: center;
}
.page-case-user .list> .item {
    display: inline-block;
    width: 340px;
    height: 400px;
    margin-right: 37px;
    background: #2d9bd9;
    vertical-align: middle;
    margin-bottom: 40px;
}
.page-case-user .list> .item:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.page-case-user .head {
    height: 150px;
    line-height: 80px;
    color: #fff;
    font-size: 30px;
    background: #fff;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.page-case-user .head> img {
    display: block;
}
.page-case-user .item> p {
    font-size: 24px;
    color: #fff;
    height: 72px;
    line-height: 36px;
    padding: 30px 20px;
}
.page-case-user .item> .button {
    background: #fff;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border-radius: 50px;
    color: #2084bd;
    font-size: 18px;
    cursor: pointer;
    display: block;
}
.page-case-detail {
    background: #f4f4f4;
    padding: 1px 0;
}
.page-case-detail .white {
    background: #fff;
    margin: 20px auto;
    padding: 20px 40px 60px 40px;
    font-size: 16px;
    color: #333333;
}
.page-case-detail .photo {
    text-align: center;
}
.page-case-detail h1 {
    text-align: center;
    font-size: 24px;
    color: #333333;
}
.page-case-detail .blueTitle {
    color: #2d9bd9;
    font-size: 24px;
    line-height: 60px;
}
.page-case-detail p {
    line-height: 24px;
    margin-bottom: 20px;
}
.page-case-detail ul {
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    padding-left: 20px;
}
.page-case-detail .backButton {
    display: block;
    margin: 40px auto 80px auto;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #68b6e1;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

/*大数据*/

.page-bigdata-banner {
    background: url("home/bigdata-banner.jpg") repeat-x center center;
    height: 400px;
    min-width: 1200px;
}
.page-bigdata-banner2 {
    min-width: 1200px;
    background: #ffffff;
}
.page-bigdata-banner2 .item {
    width: 380px;
    display: inline-block;
    padding-top: 108px;
    padding-bottom: 76px;
}
.page-bigdata-banner2 .circle {
    width: 196px;
    height: 196px;
    border: #cccccc 2px solid;
    border-radius: 196px;
    margin: auto;
    position: relative;
}
.page-bigdata-banner2 .circle::after {
    content: "";
    display: block;
    position: absolute;
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    top: -28px;
    right: -30px;
}
.page-bigdata-banner2 .icon1 .circle::after {
    background-image: url("home/bigdata-banner2-icon1.png");
}
.page-bigdata-banner2 .icon2 .circle::after {
    background-image: url("home/bigdata-banner2-icon2.png");
}
.page-bigdata-banner2 .icon3 .circle::after {
    background-image: url("home/bigdata-banner2-icon3.png");
}
.page-bigdata-banner2 .circle> .line1 {
    font-size: 36px;
    color: #2d9bd9;
    text-align: center;
    line-height: 40px;
    padding-top: 70px;
    padding-bottom: 20px;
}
.page-bigdata-banner2 .circle> .line2 {
    text-align: center;
    font-size: 24px;
    color: #999999;
}
.page-bigdata-banner2 .title {
    text-align: center;
    font-size: 30px;
    color: #2d9bd9;
    line-height: 64px;
    padding-top: 10px;
}
.page-bigdata-banner2 .desc {
    text-align: center;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}
.page-bigdata-banner3 {
    background: url("home/bigdata-banner3.jpg") repeat-x center center;
    height: 400px;
    min-width: 1200px;
    position: relative;
}
.page-bigdata-banner3 .msg {
    position: absolute;
    font-size: 48px;
    color: #ffffff;
    left: 50%;
    top: 110px;
}
.page-bigdata-banner3 .button {
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    left: 50%;
    top: 220px;
    width: 156px;
    height: 46px;
    border: #fff 2px solid;
    line-height: 46px;
    text-align: center;
    display: block;
}
.page-bigdata-banner3 .button:hover {
    background: rgba(255, 255, 255, 0.25);
}

/*联系我们*/

.page-contactus-iconlist {
    min-width: 1200px;
    padding: 30px 0;
    background: #f4f4f4;
}
.page-contactus-iconlist> .list {
    padding-top: 38px;
    padding-bottom: 38px;
    text-align: center;
}
.page-contactus-iconlist> .list> .item {
    display: inline-block;
    width: 190px;
    height: 180px;
    vertical-align: middle;
}
.page-contactus-iconlist .head {
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
}
.page-contactus-iconlist .head.type1 {
    background-image: url("home/contactus-icon1.png");
}
.page-contactus-iconlist .head.type2 {
    background-image: url("home/contactus-icon2.png");
}
.page-contactus-iconlist .head.type3 {
    background-image: url("home/contactus-icon3.png");
}
.page-contactus-iconlist .head.type4 {
    background-image: url("home/contactus-icon4.png");
}
.page-contactus-iconlist .head.type5 {
    background-image: url("home/contactus-icon5.png");
}
.page-contactus-iconlist .head.type6 {
    background-image: url("home/contactus-icon6.png");
}
.page-contactus-iconlist .head.type7 {
    background-image: url("home/contactus-icon7.png");
}
.page-contactus-iconlist .head.type8 {
    background-image: url("home/contactus-icon8.png");
}
.page-contactus-iconlist .head.type9 {
    background-image: url("home/contactus-icon9.png");
}
.page-contactus-iconlist .item> .line1 {
    display: block;
    font-size: 14px;
    color: #999999;
}
.page-contactus-iconlist .item> .line2 {
    font-size: 16px;
    color: #333333;
}
.page-contactus-iconlist .item> .line2 a {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.page-contactus-address {
    background: #fff;
    padding: 120px 0;
    position: relative;
}
.page-contactus-address h1 {
    color: #2d9bd9;
    font-size: 24px;
    line-height: 80px;
}
.page-contactus-address p {
    font-size: 18px;
    color: #333333;
    padding-bottom: 40px;
}
.page-contactus-address .map {
    width: 604px;
    height: 400px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    right: 0px;
    background: url("home/contactus-map.gif") no-repeat center center;
}

.page-qqfixed {
    height: 150px;
    width: 40px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -100px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 50px;
    border-radius: 5px 0 0 5px;
    display: block;
    background: url("common/icon6.png") no-repeat center 20px;
    background-color: #2d9bd9;
}
.page-qqfixed:hover {
    text-decoration: none;
}
#helpButton {
    display: none;
}


.popupBox{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: none;
}
.popupBox .mask{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: #000;
    opacity: 0.4;

}
/* .popupBox .videobox{
    width: 560px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-280px;
    background-color: #fff; 
    margin-top: -160px;
} */

.popupBox .videobox{
    width: 560px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left:-300px;
    background-color: #fff;
    margin-top: -195px;
    padding: 50px 20px 20px 20px;
}
.popupBox .videobox .close{
    content:"x";
    position:absolute;
    top: 8px;
    right:20px;
    font-size: 25px;
    color:#ccc;
    font-family: sans-serif;
    cursor: pointer;
}
.popupBox .videobox .close:hover{
    color: #333;
}