﻿@import url(jquery.bxslider.css);
@import url(pscroll.css);

/*首页CSS*/

/* 首页关于我们 */
.in_about {
    padding: 30px 0 60px 0;
    background: url(../images/map_bg.jpg);
    background-size: cover;
}

.in_about dt {
    float: left;
    position: relative;
    width: 500px;
    margin: 0 0 20px 20px
}

.in_about dt:before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 100%;
    height: 100%;
    background-color: #A40000
}

.in_about dt img {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s
}

.in_about dd {
    margin-left: 540px;
    margin-right: 20px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 1px 18px 1px rgba(54, 62, 69, .6);
    padding: 20px 30px;
    height: 290px
}

.in_about dd h4 {
    font-size: 24px
}

.in_about dd p {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin: 25px 0 0;
    text-align: justify
}



/* 首页产品中心 */
.i_product_bg {
    background-color: #f5f5f5;
    overflow: hidden;
    padding-bottom: 2.5%;
}

.i_product_list {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

.i_product_list ul li {
    float: left;
    width: 32.1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    overflow: hidden;
    margin-bottom: 1.5%;
    text-align: center;
    background-color: #fff;
    padding-bottom: 1.5%;
}

.i_product_list ul li:nth-child(3n+0) {
    margin-right: 0;
}

.i_product_list ul li img {
    display: inline-block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}

.i_product_list ul li .imgs {
    width: 100%;
    overflow: hidden;
}

.i_product_list ul li h2 {
    font-weight: normal;
    color: #111111;
    line-height: 36px;
    height: 36px;
    text-align: left;
    overflow: hidden;
    padding-top: 3%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.i_product_list ul li p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #333333;
    font-size: 14px;
    padding-left: 5%;
    padding-right: 5%;
    max-width: 350px;
    text-align: left;
}

.i_product_list ul li em {
    display: block;
    color: #ee697e;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.i_product_list ul li label {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5px;
}

.i_product_list ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.i_product_list ul li:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    transition: all 0.3s;
}

.i_product_list ul li:hover h2 {
    color: #a40000;
}

/* 首页服务范围 */
.in_service_bg {
    padding: 30px 0 50px 0;
    background: url(../images/ys_bg.jpg) center no-repeat;
    background-size: cover;
}

.in_service {
    margin: -20px 0 0 -20px
}

.in_service li {
    float: left;
    width: 50%
}

.in_service li a {
    display: block;
    margin: 20px 0 0 20px;
    background: rgba(240, 240, 240, 0.9);
    padding: 30px;
    overflow: hidden;
    color: #333333;
    -webkit-transition: all .5s;
    transition: all .5s
}

.in_service li img {
    float: left;
    width: 110px;
    line-height: 110px;
    height: 110px;
    border-radius: 50%;
    margin-top: 10px;
}
.in_service li:nth-child(1) img {
    background-color: rgba(191, 37, 39, 0.9);
}

.in_service li:nth-child(2) img {
    background-color: rgba(41, 50, 255, 0.9);
}
.in_service li:nth-child(3) img {
    background-color: rgba(42, 13, 88, 0.9);
}
.in_service li:nth-child(4) img {
    background-color: rgba(0,172,132, 0.9);
}
.in_service li .text {
    margin-left: 146px
}

.in_service li .text h4 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8
}

.in_service li .text p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.8;
}

.in_service li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    color: #fff;
}

.in_service li:nth-child(1) a:hover{
    background-color: rgba(191, 37, 39)
}
.in_service li:nth-child(2) a:hover{
    background-color: rgba(41, 50, 255)
}
.in_service li:nth-child(3) a:hover{
    background-color: rgba(42, 13, 88)
}
.in_service li:nth-child(4) a:hover{
    background-color: rgba(0,172,132)
}


/*首页解决方案*/

.i_solution {
    overflow: hidden;
    padding-bottom: 4%;
    padding-top: 8px;
}

.i_solution ul li {
    float: left;
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 1.5%;
    text-align: center;
}

.i_solution ul li:nth-child(2n+0) {
    margin-right: 0;
}

.i_solution ul li img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}

.i_solution ul li .imgs {
    margin: 0 auto;
    overflow: hidden;
}

.i_solution ul li .txts {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.i_solution ul li h2 {
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    margin-bottom: 1%;
    margin-top: 30%;
}

.i_solution ul li p {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #FFF;
    font-size: 14px;
    padding-left: 2%;
    padding-right: 2%;
    max-width: 350px;
    margin: 0 auto;
}

.i_solution ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/*业务范围*/
.i_service_bg {
    background-color: #f5f5f5;
    overflow: hidden;
    padding-bottom: 0%;
}

.i_service {
    overflow: hidden;
    padding-bottom: 4%;
    padding-top: 8px;
}

.i_service ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 1.5%;
    text-align: center;
}

.i_service ul li:nth-child(4n+0) {
    margin-right: 0;
}

.i_service ul li img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
}

.i_service ul li .imgs {
    margin: 0 auto;
    overflow: hidden;
}

.i_service ul li .txts {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.i_service ul li h2 {
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    padding-left: 2%;
    padding-right: 2%;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
    margin-bottom: 1%;
    margin-top: 30%;
}

.i_service ul li p {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
    max-width: 350px;
    margin: 0 auto;
}

.i_service ul li:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.i_case_bg {
    background: url(../images/i_case_bg.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 30px 0 60px 0;
}

.i_case_bg .i_title h2 {
    color: #fff;
}

.i_case_bg .i_title p {
    color: #fff;
}

/* 新闻中心 */
.in_news {
    padding: 30px 0 60px 0;
}

.in_news li {
    float: left;
    width: 50%
}

.in_news li .imgs {
    width: 25%;
    float: left;
    display: inline;
    overflow: hidden;
    margin-right: 25px;
}

.in_news li .imgs img {
    width: 100%;
    /* -webkit-transform: scale(1) rotate(0deg);transform: scale(1) rotate(0deg);transition-duration: 0.3s;transition-timing-function: ease-out;transition-property: opacity, transform, filter;*/
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.in_news li:hover .imgs img {
    /*-webkit-transform: scale(1.2) rotate(4deg); transform: scale(1.2) rotate(4deg);*/
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.in_news li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #f0f0f0;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    position: relative
}

.in_news li a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    width: 85px;
    height: 0;
    border-bottom: 125px solid #dfdfdf;
    border-left: 58px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s
}

.in_news li .date {
    float: right;
    width: 80px;
    position: relative;
    z-index: 1;
    padding: 5px 0;
    left: 0;
    top: 0;
}

.in_news li .date small {
    display: block;
    font-size: 16px;
    margin-top: 10px
}

.in_news li .date strong {
    display: block;
    font-size: 45px;
}

.in_news li .text {
    float: left;
    width: 320px;
    
}

.in_news li .text h4 {
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.in_news li .text p {
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 14px;
}

.in_news li a:hover {
    background-color: #6B0000;
    color: #fff
}

.in_news li a:hover:after {
    border-bottom-color: #a40000
}

.in_news li a:hover .text p {
    color: #fff
}

/*友情链接*/
.i_link {
    overflow: hidden;
    margin-bottom: 1%;
}

.i_link ul li span {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.i_link ul li {
    float: left;
    padding: 3px 10px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.i_link ul li:nth-child(14n+0) {
    margin-right: 0;
}

.i_link ul li a {
    display: block;
    color: #fff;
}

.i_link ul li a:hover {
    color: #fff;
}

.banner_pos {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.banner_pos .banner_div {
    /* display:table; vertical-align:bottom; */
    height: 100%;
    width: 100%;
    position: relative;
}

/*.banner_pos .wrap .td{ display:table-cell; vertical-align:bottom;height:100%;}*/
/*.banner_pos img{transition:all 0.3s;filter: Alpha(Opacity=100);opacity: 1.0; max-width:100%;}*/
.banner_pos .img001 {
    height: 100%;
    width: 57.6%;
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    right: 0%;
}

.banner_pos .img001 img {
    height: 100%;
    filter: Alpha(Opacity=0);
    opacity: 0;
}

.banner_pos .txtsbox {
    float: left;
    width: 50%;
}

.banner_pos .txts {
    float: right;
    margin-right: 3%;
    margin-top: 20%;
    width: 94%;
    max-width: 536px;
    text-align: left;
}

.banner_pos .txts h2 {
    color: #00a1e9;
}

.banner_pos .txts p {
    color: #767676;
    margin-top: 6%;
}

.banner_pos .txts a {
    margin-top: 6%;
    width: 220px;
    display: block;
    height: 48px;
    line-height: 48px;
    border: 1px solid #606060;
    text-align: center;
    font-size: 12px;
    color: #a2a2a2;
}

.banner_pos .txts a em {
    float: right;
    margin-right: 7%;
    font-style: normal;
    font-family: "宋体";
    font-size: 18px;
}

.banner_pos .txts a:hover {
    border: 1px solid #00a1e9;
}

.banner_pos .txts a:hover {
    color: #00a1e9;
}

/*公司介绍*/

/*新闻动态*/

.index-news {
    padding-bottom: 40px;
}

.index-news .wrap {
    overflow: hidden;
}

.in-big {
    float: left;
    padding: 15px;
    width: 42%;
    border: 1px solid #eaeaea;
}

.in-big-img {
    overflow: hidden;
}

.in-big-img img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.in-big-con {
    padding-top: 18px;
}

.in-big-con h4 {
    font-size: 18px;
    color: #535353;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.in-big:hover .in-big-con h4 {
    color: #0093dd;
}

.in-big-con p {
    font-size: 14px;
    color: #888888;
    line-height: 22px;
    margin-top: 6px;
    height: 44px;
    overflow: hidden;
}

.in-small {
    float: right;
    width: 52%;
    margin-top: -14px;
}

.ins-box {
    position: relative;
    border-top: 1px solid #e2e2e2;
    padding: 14px 0;
}

.in-small .ins-box:first-child {
    border-top: none;
}

.ins-box-date {
    float: right;
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    text-align: center;
}

.ins-box-date h4 {
    font-size: 36px;
    font-weight: normal;
    color: #b0b0b0;
}

.ins-box-date p {
    font-size: 14px;
    color: #b0b0b0;
    line-height: 22px;
}

.ins-box a:hover .ins-box-date {
    background: #a40000;
}

.ins-box a:hover .ins-box-date h4 {
    color: #fff;
}

.ins-box a:hover .ins-box-date p {
    color: #fff;
}

.ins-box-p {
    position: relative;
    float: left;
    width: 74%;
    margin-left: 0px;
    padding-top: 6px;
}

.ins-box-p h4 {
    font-size: 18px;
    line-height: 26px;
    color: #484848;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ins-box-p:hover h4 {
    color: #0093dd;
}

.ins-box-p p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #888888;
    overflow: hidden;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/
    margin-top: 6px;
}

.ins-box-more {
    position: absolute;
    top: -1px;
    right: 0;
    width: 40px;
    height: 60px;
    background: #fff url("../images/ins-more.png") no-repeat center bottom;
}

.ins-box a:hover .ins-box-more {
    background: #fff url("../images/ins-more-on.png") no-repeat center bottom;
}


/*动画*/


@media screen and (max-width:1760px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1000px) {
     /* 首页服务范围 */
    .in_service li {
        width: 50%;
    }
    .in_service li .text p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.8;
    }
    .i_link ul li {
        padding: 3px 10px;
    }

    .i_link ul li:nth-child(6n+0) {
        margin-right: 1.1%;
    }

    .i_link ul li:nth-child(5n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width:960px) {}

@media screen and (max-width:830px) {

    /*轮显*/
    #slider {
        display: none;
    }

    .flash_div {
        display: block;
    }

    /*公司介绍*/
    .i_about_div .i_one_div_txt {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
        margin-bottom: 3%;
        padding-top: 2%;
    }

    .i_about_div .i_one_div_txt .i_one_con {
        max-width: none;
    }

    .i_about_div .i_one_div_img {
        width: 100%;
    }

    .i_about_two ul li {
        width: 97%;
        margin-bottom: 3%;
    }

    /*公司业务*/
    .i_service ul li {
        width: 100%;
    }

    .i_link ul li {
        padding: 3px 5px;
    }

    .i_link ul li:nth-child(5n+0) {
        margin-right: 1.1%;
    }

    .i_link ul li:nth-child(4n+0) {
        margin-right: 0;
    }


}


@media screen and (max-width: 780px) {
    .i_product_list ul li {
        width: 49%;
    }

    .i_product_list ul li:nth-child(3n+0) {
        margin-right: 0.6%;
    }

    .i_product_list ul li:nth-child(2n+0) {
        margin-right: 0;
    }

    .in-big {
        float: left;
        width: 95%;
        padding-left: 2%;
        padding-right: 2%;
        margin-bottom: 3%;
    }

    .in-small {
        float: left;
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }

    /* 首页公司简介 */
    .in_about dt {
        float: none;
        width: auto;
        margin: 0 0 20px 20px
    }

    .in_about dt:before {
        left: -20px;
        bottom: -20px;
        width: 100%
    }

    .in_about dd {
        margin: 20px 0 0;
        padding: 20px;
        height: auto
    }

    .in_about dd h4 {
        font-size: 18px
    }

    .in_about dd p {
        margin: 10px 0 0;
        font-size: 16px;
        line-height: 1.8
    }

    .in_about dd .more-big {
        margin-top: 20px
    }

    /* 首页服务范围 */
    .in_service li {
        width: 100%
    }
    .in_service li .text p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 1.8;
    }
    /* 首页新闻 */
    .in_news {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .in_news li .imgs {
        width: 26%;
        float: left;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .in_news li {
        background-color: #fff;
        width: 95%;
        padding: 15px 10px;
        margin-bottom: 10px;
    }

    .in_news li a {
        display: block;
        overflow: hidden;
        position: relative;
        background-color: #fff;
        padding: 0;
        margin: 0;
    }

    .in_news li a:after {
        display: none;
    }

    .in_news li .date {
        display: none;
    }

    .in_news li .text {
        float: right;
        width: 70%;
    }

    .in_news li .text h4 {
        font-size: 16px;
        height: 28px;
        padding: 0;
        margin: 0;
    }

    .in_news li .text p {
        line-height: 1.45;
        height: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 640px) {
    .i_product_list ul li p {
        font-size: 13px;
    }

    .i_product_list ul li:nth-child(3n+0) {
        margin-right: 0.6%;
    }

    .i_product_list ul li:nth-child(2n+0) {
        margin-right: 0;
    }

/* 首页服务范围 */
  
    .in_service li {
        width: 100%
    }
    .i_link ul li {
        padding: 3px 5px;
    }

    .i_link ul li:nth-child(4n+0) {
        margin-right: 1.1%;
    }

    .i_link ul li:nth-child(3n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .i_product_list ul li p {
        font-size: 14px;
    }

 /* 首页服务范围 */
  
    .in_service li {
        width: 100%;
    }
    .in_service li img {
        margin-top: 0px;
        margin-left: 32%;
        margin-bottom: 15px;
        text-align: center;

    }

    .in_service li a {
        display: block;
        margin: 20px 0 0 20px;
        background: rgba(240, 240, 240, 0.9);
        padding: 20px 5%;
        overflow: hidden;
        color: #333333;
        -webkit-transition: all .5s;
        transition: all .5s
    }
    .in_service li .text {
        float: left;
        margin: 0;
        padding: 0;
    }

    .in_service li .text h4 {
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.8
    }

    .in_service li .text p {
        text-align: left;
        font-size: 15px;
        line-height: 1.8;
    }

/* 首页公司简介 */
    .in_about dt {
        float: none;
        width: auto;
        margin: 0;
    }
    .in_about dt:before {
        content: none;
    }

    .in_about dd {
        margin: 20px 0 0;
        padding: 20px 5%;
        height: auto
    }

    .in_about dd h4 {
        font-size: 17px
    }

    .in_about dd p {
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 1.8;
        height: 282px;
    }


    /*公司业务*/
    .i_about_div .i_one_div_txt .i_one_p {
        line-height: 28px;
        font-size: 15px;
    }

    /*新闻动态*/
    .i_about_div .i_one_div_txt .i_one_p {
        line-height: 28px;
        font-size: 15px;
    }
}

@media screen and (max-width:360px) {}