/*首页公共样式*/

@media(min-width:1000px) {
    .homemore {
        margin-top: 40px;
    }
    .homemore a {
        padding: 13px 50px;
    }
    section .headline {
        padding: 80px 0 50px;
    }
}

@media(max-width:1000px) {
    .homemore {
        margin-top: 40px;
    }
    .homemore a {
        padding: 8px 30px;
    }
    section .headline {
        padding: 30px 0 20px;
    }
}

.homemore {
    text-align: center;
}

.homemore a {
    text-align: center;
    background-color: rgba(52, 50, 48, 1);
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    color: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
}

.homemore a:hover {
    background-color: rgba(214, 21, 25, 1);
}

.index-service-bg {
    background: url(../images/bg1.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

.index-about-bg {
    background: #333230;
}

.index-callme-bg {
    background: url(/static/images/home/telme.png);
}

.index-news-bg {
    background: url(../images/bg4.jpg);
    background-attachment: fixed;
}

.index-all-tit {
    text-align: center;
    position: relative;
}

.index-all-tit .en {
    color: #f2f2f2;
    font-weight: 600;
}

.index-all-tit .tit {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    color: #222;
    font-weight: 600;
    top: 36px;
}

.index-all-tit .tips {
    color: #888;
}

.index-service-boxs {
    overflow: hidden;
}

.index-service-boxs .service-list {
    float: left;
    width: 25%;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
}

.index-service-boxs .service-list img {
    transition: all .5s;
}

.index-service-boxs .service-list img:hover {
    transform: translateY(-10px);
}

.index-about-img {
    position: relative;
}

.index-about-titBox {
    position: relative;
}

@media(min-width:1000px) {
    .index-all-tit {
        margin-top: 50px;
    }
    .index-all-tit .en {
        font-size: 100px;
        line-height: 1;
    }
    .index-all-tit .tit {
        font-size: 32px;
    }
    .index-all-tit .tips {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .index-service-boxs {
        margin-bottom: 50px;
    }
    .index-service-boxs .service-list:nth-child(1) {
        border-right: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
    }
    .index-service-boxs .service-list:nth-child(2) {
        border-right: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
    }
    .index-service-boxs .service-list:nth-child(3) {
        border-right: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
    }
    .index-service-boxs .service-list:nth-child(4) {
        border-bottom: 1px solid #f6f6f6;
    }
    .index-service-boxs .service-list:nth-child(5) {
        border-right: 1px solid #f6f6f6;
    }
    .index-service-boxs .service-list:nth-child(6) {
        border-right: 1px solid #f6f6f6;
    }
    .index-service-boxs .service-list:nth-child(7) {
        border-right: 1px solid #f6f6f6;
    }
    .index-service-boxs .title {
        font-weight: 400;
        font-size: 20px;
        color: #222;
        margin-top: 7px;
    }
    .index-service-boxs .service-list .boxs {
        padding: 50px 0;
    }
    .index-about-bg {
        padding: 160px 0;
    }
    .index-about-img>div {
        position: absolute;
        width: 101px;
        height: 3px;
        background: #d61519;
        right: -50px;
        top: 75px;
        z-index: 1;
    }
    .index-about-titBox p {
        font-size: 90px;
        text-align: right;
        color: rgb(90, 90, 90);
        line-height: 1;
        font-weight: 600;
    }
    .index-about-titBox div {
        font-size: 32px;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 11px;
        font-weight: 600;
    }
    .index-about-titBox {
        padding-top: 32px;
    }
    .index-about-tit {
        color: #fff;
        padding-left: 100px;
        font-size: 18px;
        margin-top: 30px;
    }
    .index-about-inter {
        padding-left: 100px;
        font-size: 14px;
        color: rgb(136, 136, 136);
        line-height: 2;
        margin-bottom: 20px;
    }
    .index-about-btn {
        border: 1px solid #fff;
        border-radius: 30px;
        margin-left: 100px;
        color: #fff;
        width: 180px;
        display: inline-block;
        line-height: 45px;
        text-align: center;
        transition: all .5s;
    }
    .index-about-btn:hover {
        background: #fff;
        color: rgba(214, 21, 25, 1);
    }
    .index-customer-bg {
        padding: 20px 0 170px;
    }
    .customer-box {
        margin: 50px 0;
        height: 91px;
        padding-left: 50px;
        position: relative;
    }
    .customer-box p {
        position: absolute;
        top: 12px;
        font-size: 18px;
        color: rgb(51, 51, 51);
        font-weight: 600;
        left: 140px;
    }
    .customer-box div {
        position: absolute;
        top: 40px;
        font-size: 14px;
        color: rgb(136, 136, 136);
        left: 140px;
    }
    .index-case .index-all-tit {
        margin-top: 10px;
    }
    .index-case-boxs {
        overflow: hidden;
    }
    .index-case-list {
        float: left;
        width: 33.33%;
    }
    .index-case-list .boxs {
        position: relative;
    }
    .index-case-list .boxs a:hover .mask {
        opacity: 1;
    }
    .index-case-list .boxs .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 0, 0, .4);
        text-align: center;
        opacity: 0;
        transition: all .5s;
    }
    .index-case-list .boxs .mask p {
        font-size: 20px;
        margin-top: 130px;
    }
    .index-case-list .boxs .mask div {
        margin-top: 20px;
    }
    .index-case-btn {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 90px;
    }
    .index-case-btn a {
        width: 180px;
        height: 45px;
        line-height: 45px;
        display: inline-block;
        border-radius: 30px;
        background-color: rgba(52, 50, 48, 1);
        color: #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
        transition: all .5s;
    }
    .index-case-btn a:hover {
        background-color: rgba(214, 21, 25, 1);
    }
    .index-news-bg .homemore {
        margin-bottom: 90px;
    }
    .index-news-bg .homemore a {
        display: inline-block;
    }
    .index-news-menu {
        text-align: center;
        margin: 20px 0;
    }
    .index-news-menu>ul {
        overflow: hidden;
        display: inline-block;
    }
    .index-news-menu>ul>li {
        float: left;
        width: 120px;
        line-height: 38px;
        margin: 0 10px;
        border-radius: 30px;
        background: #fff;
    }
    .index-news-menu>ul>li:nth-child(1) a {
        color: #d51419;
    }
    .index-news-menu>ul>li:hover a {
        color: #d51419;
    }
    .index-news-imgBox {
        background: rgb(214, 21, 25);
        padding: 50px 40px;
    }
    .index-news-boxs {
        background: #fff;
        margin: 0;
        padding: 30px 31px 17px;
    }
    .index-news-row {
        overflow: hidden;
    }
    .index-news-left {
        float: left;
        width: 460px;
    }
    .index-news-left a {
        color: #fff;
    }
    .index-news-left .text-gray {
        color: #fff;
    }
    .index-news-right {
        width: calc(100% - 460px);
        float: left;
    }
    .index-news-right .row {
        margin: 0;
    }
    .index-news-right .news-list .row {
        border-bottom: 1px dotted #dbd4cd;
    }
    .index-news-bg .index-news-right .news-list .col-md-2 {
        width: 16%;
    }
    .index-news-bg .index-news-right .news-list .row .date {
        margin-left: 30px;
        background: #969393;
        width: 80px;
        height: 80px;
    }
    .index-news-bg .news-list .row .date li:first-child {
        font-weight: 600;
    }
    .index-callme-bg {
        padding: 50px 0;
    }
    .index-callme-bg .tit {
        font-size: 34px;
        color: #fff;
        font-weight: 600;
    }
    .index-callme-bg .tips {
        font-size: 18px;
        color: #fff;
        margin-top: 15px;
        margin-bottom: 28px;
    }
    .index-tel-box {
        overflow: hidden;
    }
    .index-tel-box img {
        float: right;
    }
    .index-tel-box .tel-txt {
        float: right;
        color: #fff;
        margin-left: 20px;
    }
    .index-tel-box .tel-txt p {
        font-size: 18px;
        margin-top: 26px;
    }
    .index-tel-box .tel-txt div {
        font-size: 24px;
        font-weight: 600;
        margin-top: 7px;
    }
}

@media(max-width:1000px) {
    .index-all-tit {
        margin-top: 30px;
    }
    .index-all-tit .en {
        font-size: 40px;
        line-height: 1;
    }
    .index-all-tit .tit {
        font-size: 16px;
        width: 100%;
        top: 14px;
    }
    .index-all-tit .tips {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .index-service-boxs {
        margin-bottom: 30px;
    }
    .index-service-boxs .service-list {
        width: 50%;
        padding: 20px 0;
        border-bottom: 1px solid #f6f6f6;
        border-right: 1px solid #f6f6f6;
    }
    .index-service-boxs .service-list .text-gray {
        font-size: 12px;
        padding: 0 7px;
    }
    .index-service-boxs .service-list img {
        max-width: 50px;
    }
    .index-about-bg {
        padding: 30px 0;
    }
    .index-about-img {
        margin-bottom: 20px;
    }
    .index-about-titBox p {
        font-size: 40px;
        text-align: center;
        color: rgb(90, 90, 90);
        line-height: 1;
        font-weight: 600;
    }
    .index-about-titBox div {
        font-size: 16px;
        color: #fff;
        position: absolute;
        left: 50%;
        bottom: 6px;
        font-weight: 600;
        transform: translate(-50%, 0);
    }
    .index-about-titBox {
        padding-top: 32px;
    }
    .index-about-tit {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
    }
    .index-about-inter {
        font-size: 14px;
        color: rgb(136, 136, 136);
        line-height: 2;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .index-aboutBtn {
        text-align: center;
    }
    .index-about-btn {
        border: 1px solid #fff;
        border-radius: 30px;
        color: #fff;
        width: 150px;
        display: inline-block;
        line-height: 38px;
        text-align: center;
    }
    .index-about-btn:hover {
        background: #fff;
        color: rgba(214, 21, 25, 1);
    }
    .index-customer-bg {
        background: transparent;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;
    }
    .customer-box {
        position: relative;
        border-bottom: 1px solid #ededed;
        margin: 0 -15px;
        padding: 20px 15px;
    }
    .customer-box p {
        position: absolute;
        top: 29px;
        font-size: 16px;
        color: rgb(51, 51, 51);
        font-weight: 600;
        left: 110px;
    }
    .customer-box div {
        position: absolute;
        top: 55px;
        font-size: 12px;
        color: rgb(136, 136, 136);
        left: 110px;
        padding-right: 15px;
    }
    .customer-box:nth-child(3) {
        border: 0px;
    }
    .index-case .index-all-tit {
        margin-top: 10px;
    }
    .index-case-boxs {
        overflow: hidden;
    }
    .index-case-list .boxs {
        position: relative;
    }
    .index-case-list .boxs .mask {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
        background: rgba(0, 0, 0, .1);
        text-align: center;
        opacity: 1;
        transition: all .5s;
    }
    .index-case-list .boxs .mask p {
        font-size: 16px;
        margin-top: 80px;
    }
    .index-case-list .boxs .mask div {
        margin-top: 10px;
    }
    .index-case-btn {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .index-case-btn a {
        width: 150px;
        line-height: 40px;
        display: inline-block;
        border-radius: 30px;
        background-color: rgba(52, 50, 48, 1);
        color: #fff;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
        transition: all .5s;
    }
    .index-news-menu {
        text-align: center;
        margin: 20px 0;
    }
    .index-news-menu>ul {
        overflow: hidden;
        display: block;
    }
    .index-news-menu>ul>li {
        float: left;
        width: 33.33%;
        line-height: 38px;
        border-radius: 30px;
    }
    .index-news-menu>ul>li:nth-child(1) {
        background: #fff;
    }
    .index-news-menu>ul>li:nth-child(1) a {
        color: #d51419;
    }
    .index-news-menu>ul>li:hover {
        background: #fff;
    }
    .index-news-menu>ul>li:hover a {
        color: #d51419;
    }
    .index-news-imgBox {
        background: rgb(214, 21, 25);
        padding: 20px 15px;
    }
    .index-news-left a {
        color: #fff;
    }
    .index-news-left .text-gray {
        color: #fff;
    }
    .index-news-right {
        background: #fff;
        padding: 10px 15px 0;
    }
    .index-news-bg .homemore {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .index-news-bg .homemore a {
        display: inline-block;
    }
    .index-callme-bg {
        margin-bottom: -50px;
        padding: 50px 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .index-callme-bg .tit {
        font-size: 24px;
        color: #fff;
        font-weight: 600;
    }
    .index-callme-bg .tips {
        font-size: 16px;
        color: #fff;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .index-tel-box {
        overflow: hidden;
    }
    .index-tel-box img {
        float: left;
        max-width: 80px;
    }
    .index-tel-box .tel-txt {
        float: left;
        color: #fff;
        margin-left: 20px;
    }
    .index-tel-box .tel-txt p {
        font-size: 14px;
        margin-top: 15px;
    }
    .index-tel-box .tel-txt div {
        font-size: 18px;
        font-weight: 600;
    }
}

/*首页-新闻中心*/

@media(min-width:1000px) {
    .newsHome .sub-nav-box {
        position: absolute;
        top: 100px;
        right: 150px;
    }
    .newsHome .news-list {
        top: 0;
    }
    .newsHome .news-list .row {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .newsHome .news-list .row .date {
        background: #f5f6fb;
    }
    .newsHome .news-list .col-md-2 {
        width: 22%;
        padding-left: 0;
    }
    .newsHome .news-list .col-md-10 {
        width: 78%;
    }
    .newsHome .news-list .row .title a {
        padding-top: 6px;
    }
}

@media(max-width:1000px) {
    .newsHome .sub-nav-box {
        margin-top: 20px;
    }
    .newsHome .right {
        padding-left: 0;
        padding-right: 0;
    }
}

.newsHome .news-list .row {
    border-bottom: 1px solid #ececec;
}