.index_content .container {
    width: 1200px;
}

.index-product {
    margin-top: 72px;
    padding-bottom: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.index-product .container {
    margin-top: 90px;
}
.index-img_wrap {
    padding-left: 86px;
    width: 796px;
    float: left;
}
.index-img_r {
    position: relative;
    width: 385px;
    float: left;
    margin-left: -70px;
}
.index-title-en {
    color: #05a9c9;
    font-size: 26px;
    margin-top: 73px;
    font-weight: bold;
}
.index-title-zh {
    font-size: 66px;
    color: #000000;
    font-weight: bold;
    height: 108px;
}
.index-content {
    color: #222;
    margin-top: 30px;
}

.index-advantage {
    margin-top: 137px;
    padding-bottom: 154px;
    border-bottom: 1px solid #efefef;
}

.index-advantage_rows {
    margin-top: 65px;
}

.index-advantage_row {
    width: 25%;
    float: left;
    text-align: center;
}

.index-advantage_titlezh {
    font-size: 36px;
    color: #000;
}
.index-advantage_titleen {
    font-size: 20px;
    color: #a0a0a0;
    margin-top: 0;
}
.index-advantage_title1,.index-advantage_title2,.index-advantage_title3 {
    font-size: 22px;
    color: #666;
}
.index-advantage_title1 {
    margin-top: 37px;
}

.index-advantage_title1 span,.index-advantage_title2 span,.index-advantage_title3 span {
    color: #05a9c9;
    padding-left: 5px;
    padding-right: 5px;
}

.index-solution {
    margin-top: 116px;
    padding-bottom: 142px;
    border-bottom: 1px solid #efefef;
}
.index-solution_rows {
    margin-top: 83px;
}

.index-solution_row {
    width: 370px;
    float: left;
    height: 469px;
    border-radius: 5px;
    box-shadow:0 0 20px rgba(0, 0, 0, .08);
}
.index-solution_row+.index-solution_row {
    margin-left: 30px;
}
.index-solution_row h2,.index-solution_row p {
    margin-left: 58px;
    margin-right: 58px;
    text-align: left;
}
.index-solution_row {
    text-align: center;
}

.index-solution_row h2 {
    font-weight: bold;
    border-bottom: 2px solid #222;
    padding-bottom: 18px;
    margin-top: 44px;
}
.index-solution_row p {
    color: #909090;
    line-height: 30px;
    margin-bottom: 44px;
}

.index-solution_btn {
    font-size: 18px;
    color: #666;
    border: 2px solid #666;
    padding: 5px 28px;
    border-radius: 10px;
    text-decoration: none !important;
}

.index-solution_btn:hover {
    background: #05a9c9;
    color: #fff;
    border: 2px solid #05a9c9;
}

.index-case {
    margin-top: 69px;
    padding-bottom: 96px;
    border-bottom: 1px solid #efefef;
}
.index-case .container {
    margin-top: 80px;
}

.index-case_imgwrap {
    float: left;
    width: 845px;
}

.index-case_r {
    float: left;
    width: 485px;
    margin-left: -175px;
}
.index-case_title1 {
    margin-top: 70px;
}
.index-case_title1+.index-case_title1 {
    margin-top: 10px;
}

.index-case_content {
    color: #000;
    margin-top: 63px;
}

.index-case_btn {
    font-size: 28px;
    color: #222;
    text-decoration: none !important;
    margin-top: 88px;
    display: block;
    margin-left: 18px;
}
.index-case_btn:hover {
    color: #05a9c9;
}

.index-cooperative {
    margin-top: 72px;
    padding-bottom: 114px;
    border-bottom: 1px solid #efefef;
}

.index-cooperative .container {
    margin-top: 88px;
}

.index-cooperative td {
    width: 232px;
    height: 110px;
    border: 1px solid #d7d7d7;
    text-align: center;
}

.index-cooperative td img{
    max-width: 143px;
    min-height: 60px;
}

.index-news {
    margin-top: 83px;
    margin-bottom: 136px;
}

.index-news .container {
    margin-top: 83px;
}

.index-news_row {
    float: left;
    width: 370px;
}
.index-news_row img {
    width: 370px;
}
.index-news_row+.index-news_row {
    margin-left: 30px;
}

.index-news_content {
    color: #222;
    margin-top: 26px;
    margin-bottom: 0;
    padding-bottom: 26px;
    border-bottom: 1px solid #efefef;
    min-height: 112px;
}
.index-news_bottom {
    margin-top: 26px;
}
.index-news_l {
    width: 135px;
    float: left;
    color: #a0a0a0;
    font-size: 16px;
}

.index-news_r {
    float: right;
    width: 85px;
    font-size: 16px;
}
.index-news_r a {
    color: #222;
}

.index-detail_button:hover {
    color: #fff;
}

.index-detail_button {
    position: absolute;
    top: 370px;
    display: block;
    text-decoration: none !important;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    background-color: #3bb3e0;
    text-decoration: none;
    color: #fff;
    box-shadow: inset 0px 1px 0px #7fd2f1, 0px 3px 0px #156785;
    border-radius: 15px;
}




