/*首页*/

/*轮播图*/
.banner img {
    min-height: 100px;
}

@media screen and (min-width: 768px) {
    .download1 {
        display: block;
    }

    .download2 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .download2 {
        display: block;
    }

    .download1 {
        display: none;
    }
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    background-repeat: no-repeat;
}

.carousel-control {
    width: 10%;
    height: 100%;
    z-index: 999;
}

.carousel-control.right:before {
    background: url("../images/next.png") no-repeat;
    content: "";
    display: block;
    width: 26px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    overflow: hidden;
}

.carousel-control.left:before {
    background: url("../images/prev.png") no-repeat;
    content: "";
    display: block;
    width: 26px;
    height: 44px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22px;
    overflow: hidden;
}

/*.carousel-indicators .active {*/
/*width: 50px;*/
/*height: 10px;*/
/*border-radius: 5px;*/
/*background-color: #ec0000;*/
/*}*/

/*.carousel-indicators li {*/
/*background-color: #fff;*/
/*width: 10px;*/
/*height: 10px;*/
/*border: none;*/
/*margin: 0 25px;*/
/*}*/

.swiper-pagination-white .swiper-pagination-bullet-active {
    width: 50px;
    height: 10px;
    border-radius: 5px;
    background-color: #ec0000;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 25px;
}

.swiper-pagination-bullet {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border: none;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .carousel-control.left:before, .carousel-control.right:before {
        display: none;
    }

    .swiper-pagination-white .swiper-pagination-bullet-active {
        width: 25px;
        height: 10px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }

    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

}

/*内容*/
.index_service {
    padding: 110px 0;
}

.index_title {
    font-size: 36px;
    color: #ec0000;
    margin-bottom: 16px;
}
@media screen and (max-width: 676px) {
    .index_title {
        font-size: 28px;
    }
}
@media screen and (max-width: 414px) {
    .index_title {
       font-size: 24px;
    }
}

.index_text {
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

.index_serviceRow {
    margin-bottom: 50px;
}

.index_service .col-sm-4 {
    margin-top: 150px;
}

.index_service .more-link {
    display: block;
    width: 143px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    background-color: #ec0000;
    margin-top: 66px;
}

.index_service .more-link:hover {
    text-decoration: none;
    background-color: #931111;
}

@media screen and (max-width: 1200px) {
    .index_service .col-sm-4 {
        margin-top: 70px;
    }
}

@media screen and (max-width: 994px) {
    .index_service .col-sm-4 {
        margin-top: 0;
    }

    .index_service .more-link {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .index_service .col-sm-4 {
        margin-top: 0;
    }

    .index_service {
        padding: 55px 0;
    }

    .index_service .more-link {
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.index_Teximg {
    margin-bottom: 36px;
}
@media screen and (max-width: 676px) {
    .index_Teximg {
        margin-bottom: 20px;
    }
    .advantage .index_Teximg{
        width: 60%;
    }
}
@media screen and (max-width: 414px) {
    .index_service {
        padding: 25px 0;
    }

    .index_Teximg {
        width: 34%;
        margin-bottom: 24px;
    }
    .advantage .index_Teximg{
        width: 60%;
    }
}

.invoice {
    background-color: #f3f3f3;
}

.invoice .row {
    margin: 0;
}

.invoice .media-list {
    margin: 10% 0;
}

@media screen and (max-width: 767px) {
    .invoice .media-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.invoice .media {
    max-width: 410px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;

}

.invoice .media:first-child {
    margin-top: 0;
}

.invoice .media:last-child {
    margin-bottom: 0;
}

.invoice .media-body {
    max-width: 362px;
    padding-left: 50px;
}

@media screen and (max-width: 767px) {
    .invoice .media-body {
        padding-left: 20px;
    }
}

.invoice .media-heading {
    font-size: 18px;
    font-weight: bold;
}

.advantage {
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    .advantage {
        padding-top: 35px;
    }
}

@media screen and (max-width: 414px) {
    .advantage {
        padding-top: 25px;
    }

    .advantage .index_Teximg {
        width: 56%;
    }
}

.advantage .media-heading {
    font-size: 20px;
}

.advantage .advantageLeft {
    margin-top: 80px;
}

@media screen and (max-width: 676px) {
    .advantage .advantageLeft {
        margin-top: 40px;
    }
}
@media screen and (max-width: 414px) {
    .advantage .advantageLeft {
        margin-top: 30px;
    }
}

.advantage .advantageLeft .col-sm-6 {
    padding-left: 0;
}

.advantage .advantageLeft .col-sm-6 .media-list {
    margin-bottom: 108px;
}

@media screen and (min-width: 767px) {
    .advantage .advantageLeft .media-body {
        max-width: 230px;
    }
}

.advantage .col-sm-4 img {
    margin-top: 40%;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .advantage .advantageLeft .col-sm-6 .media-list {
        margin-bottom: 34px;
    }

    .advantage .col-sm-4 img {
        margin-top: 0;
    }
}

@media screen and (max-width: 414px) {
    .advantage .advantageLeft .col-sm-6 .media-list {
        margin-bottom: 30px;
    }
}

.soluCase {
    background-color: #f3f3f3;
}

.soluCase h2 {
    padding-top: 66px;;
}
@media screen and (max-width: 676px) {
    .soluCase h2 {
        padding-top: 32px;;
    }
}

@media screen and (max-width: 414px) {
    .soluCase h2 {
        padding-top: 22px;;
    }
}

.solutext_img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;;
}

@media screen and (max-width: 414px) {
    .solutext_img {
        width: 43%;
        margin-bottom: 25px;;
    }
}

.soluCase .solu_list {
    padding: 0;
}

@media screen and (min-width: 767px) {
    .soluCase .solu_list:first-child {
        padding-right: 64px;
    }

    .soluCase .solu_list:nth-child(2) {
        padding-left: 32px;
        padding-right: 32px;
    }

    .soluCase .solu_list:last-child {
        padding-left: 64px;
    }
}

@media screen and (max-width: 768px) {
    .soluCase .solu_list {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }
}

.soluCase .solu_title {
    color: #333;
    font-size: 18px;
}

.soluCase .solu_text {
    color: #999;
}

.soluCase .solu_more {
    width: 142px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 8px;
    border: 1px solid #ec0000;
    color: #ec0000;
    margin-top: 32px;
    margin-bottom: 32px;
}

.soluCase .solu_more:hover {
    text-decoration: none;
    background-color: #fff;
    opacity: 0.8;
}

/*服务*/
#server .our_server {
    padding-bottom: 58px;
}

@media screen and (max-width: 676px) {
    #server .our_server {
        padding-bottom: 28px;
    }
}
@media screen and (max-width: 414px) {
    #server .our_server {
        padding-bottom: 0;
    }
}

#server .our_server h2 {
    padding-top: 66px;
}

@media screen and (max-width: 676px) {
    #server .our_server h2 {
        padding-top: 35px;
    }
}

@media screen and (max-width: 414px) {
    #server .our_server h2 {
        padding-top: 25px;
    }
}

#server .our_server .server_row div img {
    display: block;
    margin: 0 auto;
}

#server .our_server .server_row .col-md-4 {
    margin-bottom: 15px;
}

@media screen and (max-width: 410px) {
    #server .our_server .server_row div img {
        width: 100%;
    }
}

#server .care {
    background-color: #fff;
}

#server .care .care_left {
    max-width: 396px;
    margin: 0 auto;
    margin-top: 150px;
}

#server .care .care_left h2 {
    font-size: 36px;
    margin-bottom: 46px;
    line-height: 44px;
}

#server .care .care_right {
    float: right;
}

@media screen and (max-width: 992px) {
    #server .care .care_right {
        float: none;
    }

    #server .care .care_left {
        max-width: 396px;
        margin: 0 auto;
        margin-top: 75px;
    }
}
@media screen and (max-width: 676px) {
    #server .care .care_left h2 {
        font-size: 28px;
        margin-bottom: 26px;
        line-height: 38px;
    }
    #server .care .care_left {
        margin-top: 35px;
    }
}
@media screen and (max-width: 414px) {
    #server .care .care_left h2 {
        font-size: 24px;
        margin-bottom: 16px;
        line-height: 32px;
        margin-top: 10px;
    }
    #server .care .care_left {
        margin-top: 0;
    }
}

/*案例*/
#case .case_row {
    padding-top: 116px;
    padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
    #case .case_row {
        padding-top: 36px;
    }
}
@media screen and (max-width: 767px) {
    #case .case_row {
        padding-top: 26px;
    }
}
#case .case_row h2 {
    font-size: 24px;
    color: #ec0000;
}

#case .case_row .case_title {
    color: #666;
    font-size: 16px;
}

#case .case_row .line {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ec0000;
    margin-top: 20px;
}

#case .case_row .case_text {
    color: #999;
    margin-top: 40px;
    max-width: 784px;
}
@media screen and (max-width: 767px) {
    #case .case_row .case_text {
        margin-top: 20px;
    }
    #case .case_row .line {
        margin-top: 15px;
    }
}

#case .case_row .case_list {
    margin-top: 80px;
}
#case .case_row .case_list .col-md-4 {
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    #case .case_row .case_list {
        margin-top: 40px;
    }
    #case .case_row .case_list .col-md-4 {
        margin-bottom: 30px;
    }
}



#case .case_row .case_moreLink {
    display: block;
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #ec0000;
    border-radius: 8px;
    font-size: 24px;
    margin: 0 auto;
}

#case .case_row .case_moreLink:hover {
    text-decoration: none;
    background-color: #931111;
}

/*联系我们*/
#contact .contactRow {
    padding-top: 70px;
    padding-bottom: 70px;
}
#contact .contactRow .contact_way img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
#contact .contactRow .contact_way p{
    font-size: 24px;
    color: #999;
}

/*
#contact .contactRow .col-sm-6, #contact .contactRow .col-xs-12 {
    padding-left: 60px;
    padding-right: 60px;
}

#contact .contactRow .input_row {
    !*width: 100%;*!
    height: 64px;
    border: 1px solid #999;
    border-radius: 8px;
    color: #999;
    padding: 20px;
    display: flex;
}

#contact .contactRow .input_row label {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

#contact .contactRow .input_row .contact_inp {
    flex: 1;
}

#contact .contactRow .input_row .contact_inp input {
    width: 100%;
    border: none;
    outline: none;
}

#contact .contactRow .tarea_row {
    margin-top: 40px;
    font-size: 18px;
    color: #999;
}

#contact .contactRow .tarea_row .contact_tarea {
    border: 1px solid #999;
    border-radius: 8px;
    padding: 20px;
}

#contact .contactRow .tarea_row .contact_tarea textarea {
    width: 100%;
    border: none;
    resize: none;
    outline: none;
}

#contact .contactRow .btn_row {
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    float: right;
}

#contact .contactRow .btn_row .delete,
#contact .contactRow .btn_row .send {
    width: 200px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #333;
    font-size: 24px;
    border: 1px solid #999;
    border-radius: 8px;
    background-color: #fff;
    margin-right: 40px;
    outline: none;
}

#contact .contactRow .btn_row .send {
    color: #ec0000;
    border: 1px solid #ec0000;
    margin-right: 0;
}

@media screen and (max-width: 620px) {
    #contact .contactRow .btn_row .delete,
    #contact .contactRow .btn_row .send {
        !*width: 100px;*!
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    #contact .contactRow .btn_row .delete {
        margin-right: 20px;
    }

    #contact .contactRow .btn_row {
        float: none;
    !important;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        margin-top: 40px;
    }

    #contact .contactRow {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 520px) {
    #contact .contactRow .btn_row .delete,
    #contact .contactRow .btn_row .send {
        width: 100px;
    }

}

@media screen and (max-width: 360px) {
    #contact .contactRow .btn_row .delete,
    #contact .contactRow .btn_row .send {
        width: 80px;
    }

    #contact .contactRow .col-sm-6, #contact .contactRow .col-xs-12 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#contact .contactRow .contact_way {
    color: #999;
    font-size: 24px;
}

#contact .contactRow .contact_way img {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #contact .contactRow .contact_way .col-sm-4 {
        margin-bottom: 40px;
    }

    #contact .contactRow .contact_way .col-sm-4:last-child {
        margin-bottom: 0;
    }

    #contact .contactRow .contact_way img {
        margin-bottom: 20px;
    }
}
*/
