.container {
    margin-top: 76px;
}

.java-block {
    width: 1300px;
    margin: 0 auto;
    padding-top: 80px;
}

.java-block .total-title {
    padding-bottom: 80px;
}

.main-blue {
    width: 1300px;
    margin: 0 auto 50px;
    height: 100%;
    background: url("../images/product/bluebg.png") no-repeat center center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 18px;
    border-radius: 10px;
}

.java-block .share-app {
    position: relative;
}

.java-block .share-app .ikon_senior2 {
    position: absolute;
    width: 300px;
    top: -35px;
    left: -35px;
}

.java-block .share-app .lone-title {
    font-size: 30px;
    color: #111111;
    text-align: center;
    line-height: 50px;
    padding-bottom: 80px;
    font-weight: 800;
}

.java-block .share-app .share-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.java-block .share-app .share-list .item {
    width: 248px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border:2px solid rgba(106,139,219,1);
    border-radius:6px;
    margin-right: 102px;
    margin-bottom: 38px;
    color: #111111;
    font-size: 18px;
    background: #F7F9FF;
}

.java-block .share-app .share-list .item:nth-child(4n) {
    margin-right: 0;
}

.main-blue .btitle {
    color: #FFFFFF;
    font-size: 30px;
}

.main-blue .stitle {
    width: 62%;
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 38px;
    padding-bottom: 80px;
    text-align: center;
}

.main-blue .down-btn {
    width:200px;
    height:50px;
    background:rgba(255,255,255,1);
    border-radius:33px;
    text-align: center;
    line-height: 50px;
    color: #2362FB;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.main-blue .down-btn .ikon_hand {
    position: absolute;
    width: 25px;
    top: 5px;
    left: 15px;
}

.main-blue .right {
    /* width: 54%; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.main-blue .major {
    box-sizing: border-box;
    padding-right: 180px;
}

.main-blue .right .ikon_senior3 {
    position: absolute;
    width: 140px;
    top: -80px;
    right: 55px;
}

.java-block .yellow {
    color: #FFE010;
}

.good-content {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.good-box {
    width: 100%;
    background: #FAFAFA;
    padding-top: 100px;
}

.good-box .good-main {
    width: 1200px;
    margin: 0 auto;
}

.box-title {
    font-size: 30px;
    color: #111111;
    text-align: center;
    line-height: 50px;
    font-weight: 800;
}

.good-box .stitle {
    color: #666666;
    font-size: 18px;
    text-align:  center;
    margin-bottom: 70px;
    line-height: 40px;
}

.good-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.good-item {
    width: 288px;
    /* float:left; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 168px;
    margin-bottom: 78px;
}

.good-item:nth-child(3n) {
    margin-right: 0;
}

.good-good-title {
    display: inline-block;
    color: #111111;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-weight: 800;
}

.good-desc {
  font-size: 16px;
  color: #777777;  
  text-align: center;
  line-height: 24px;
  margin-top: 16px;
}

/*  */
.line {
    width: 1200px;
    margin: 0 auto;
    margin-top: 120px;
}

.line .title {
    text-align: center;
}

.line .title .btitle {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
}

.line .title .stitle {
    color: #777777;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 90px;
    line-height: 40px;
}

.line .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 82px;
    flex-wrap: wrap;
}

.line .list .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width:365px;
    height:275px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 9px 1px rgba(198,198,198,0.3);
    border-radius:6px;
    margin-bottom: 50px;
    padding-top: 55px;
}

.line .list .item .pic {
    width: 50px;
}

.line .list .item .btitle {
    color: #111111;
    font-size: 20px;
    padding-bottom: 18px;
    font-weight: 800;
    padding-top: 10px;
}

.line .list .item .stitle {
    color: #777777;
    font-size: 16px;
    text-align: center;
}

.achvement {
    width: 1297px;
    margin: 80px auto;
}

.achvement .title {
    text-align: center;
}

.achvement .btitle {
    font-size: 36px;
    color: #111111;
    font-weight: 800;
}

.achvement .stitle {
    font-size: 18px;
    color: #666666;
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 44px;
}

.achvement .main .item {
    border:1px solid rgba(230,230,230,1);
    border-radius:12px 6px 6px 6px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.achvement .main .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.achvement .main .item .pic {
    width: 40px;
    margin-right: 10px;
}

.achvement .main .item .btxt {
    color: #111111;
    font-size: 18px;
    font-weight: 800;
}

.achvement .main .item .stxt {
    color: #111;
    font-size: 16px;
    line-height: 30px;
}

/* our user */
.service-num {
    margin-top: 100px;
    width: 100%;
    height: 666px;
    background: url(../images/home/partners-bg.png) no-repeat center;
}

.user-btitle {
    font-size: 30px;
    color: #111111;
    text-align: center;
    line-height: 50px;
}

.user-stitle {
    font-size: 16px;
    color: #777777;
    text-align: center;
    line-height: 40px;
}

.users {
    display: block;
    margin: 50px auto;
}

.question {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    background: url("../images/product/phonebg.png") no-repeat center center;
    /* background-size: 100% 100%; */
    padding-bottom: 51px;
}

.question .btitle {
    color: #FFFFFF;
    font-size: 30px;
    padding-top: 116px;
}

.question .stitle {
    color: #FFFFFF;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 58px;
}

.question .phone-btn {
    width:220px;
    height:60px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 51px 3px rgba(150,150,150,0.3);
    border-radius:30px;
    font-size: 20px;
    color: #2362FB;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}


.total-title {
    color: #111111;
    font-size: 36px;
    text-align: center;
}

.java-block .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 82px;
}

.java-block .list .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width:365px;
    height:275px;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 9px 1px rgba(198,198,198,0.3);
    border-radius:6px;
    padding-top: 55px;
}

.java-block .list .item .pic {
    width: 50px;

}

.java-block .list .item .btitle {
    color: #111111;
    font-size: 20px;
    padding-bottom: 18px;
    font-weight: 800;
    padding-top: 10px;
}

.java-block .list .item .stitle {
    color: #777777;
    font-size: 16px;
    text-align: center;
}

.java-block .title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.java-block .title .ikon_senior1 {
    position: absolute;
    width: 230px;
    bottom: 0;
    right: -20px;
}

.java-block .title .big-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333333;
    font-size: 35px;
    font-weight: 800;
}

.java-block .title .small-title {
    color: #333333;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 50px;
    text-align: center;
}

.java-block .title .contact-btn {
    width:214px;
    height:65px;
    line-height: 65px;
    text-align: center;
    background:linear-gradient(90deg,rgba(230,40,40,1),rgba(241,133,133,1));
    box-shadow:0px 1px 51px 3px rgba(152,152,152,0.3);
    border-radius:33px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 110px;
    cursor: pointer;
}


