﻿/*通用部分*/
.indexTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.indexTitleLeft{
    width:70%;float:left;
}
    .indexTitleLeft h2 {
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        color:#000;
    }
    .indexTitleLeft h3 {
        font-size: 12px;
        color: #9a9a9a;
        line-height: 25px;
    }
.indexTitleRight{
    width:30%;float:left;
    text-align:right;
    line-height:65px;
}

.whiteColor {
    color: #fff;
}

/*产品展示*/
.indexProduct {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    position: relative;
    padding-bottom: 30px;
}
.indexProductList {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
    .indexProductList .pic img {
        width: 100%;
        height: 300px;
    }
    .indexProductList h2 {
        width: 80%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        position: absolute;
        bottom: 10px;
        left: 10%;
        background: rgba(17,123,204,0.7);
        padding: 3px 5px;
        color: #fff;
        text-align: center;
    }

/*定制*/
#indexFeature {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url("/Skins/UI/Cn/Images/indexFeatureBg.jpg");
    background-position:center;
    padding-bottom:30px;
}
.indexFeatureLeft{
    width:60%;float:left;
    margin-right:10%;
}
    .indexFeatureLeft .title {
        /*width:50%;*/
        display:inline-block;
        height:auto;overflow:hidden;
        background-color:#fff;
        text-align:center;
        padding:30px 30px;
    }
        .indexFeatureLeft .title h2 {
            color: #117bcc;
            font-size: 38px;
            line-height: 48px;
            font-weight:bold;
        }
          .indexFeatureLeft .title h3{
            line-height:30px;
          }
        .indexFeatureLeft .title h4 {
            line-height: 20px;
            color:#999;
            font-size:14px;
        }

    .indexFeatureLeft .content {
        width: 80%;
        /*display: block;*/
        height: 90px;
        overflow: hidden;
        line-height:30px;
        font-size:16px;
        color:#fff;
        margin:30px 20% 30px 0;
    }
    .indexFeatureLeft .tel {
        width: 300px;
        height: 30px;line-height:30px;
        background-image: linear-gradient(to right, #117bcc, transparent);
        color:#fff;
        font-size:16px;
        padding:20px 30px;
    }
    .indexFeatureLeft .tel img{
        margin-right:5px;
    }

.indexFeatureRight {
    width: 25%;
    float: left;
    margin-right: 5%;
    padding-top: 80px;
    padding-bottom: 30px;
}
    .indexFeatureRight li {
        width: 41%;float:left;
        height: auto;
        overflow: hidden;
        margin: 2px 1% 2px 0;
        background: linear-gradient(45deg,#e2e2e2,#f6f6f6,#e2e2e2);
        padding:20px 4%;
        transition:all 0.5s;
    }
        .indexFeatureRight li:hover{
            background:#117bcc;
        }
        .indexFeatureRight li:hover h2{color:#fff;}
        .indexFeatureRight li:hover h3{color:#fff;}
        .indexFeatureRight li img{
            width:55px;
        }
        .indexFeatureRight li h2 {
            font-size: 18px;
            color: #3c3c3c;
            line-height: 25px;
            height:50px;overflow:hidden;
            margin:10px auto;
        }
        .indexFeatureRight li h3 {
            font-size: 12px;
            color: #959595;
            height:20px;line-height:20px;
            overflow:hidden;
        }

/*应用领域*/
#indexApplication{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
.indexApplicationList {
    width: 100%;
    padding: 80px 0;
}
.indexApplicationListContent {
    width: 50%;
    margin-left: 10%;
    color: #fff;
}
    .indexApplicationListContent .title h2 {
        line-height: 30px;
        font-size: 22px;
        font-weight: bold;
    }
    .indexApplicationListContent .title h3 {
        font-size: 12px;
    }

    .indexApplicationListContent .content {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 40px auto;
        border-top: 1px solid #93b3f7;
        padding-top: 20px;
    }
        .indexApplicationListContent .content h2 {
            font-size: 18px;
            line-height:30px;
        }

        .indexApplicationListContent .content h3 {
            height:auto;overflow:hidden;
            line-height:25px;
            margin:10px auto 40px auto;
        }
          .indexApplicationListContent .content div a{
              display:inline-block;
              border:1px solid #fff;
              padding:5px 20px;
              color:#fff;
              transition:all 0.5s;
          }
          .indexApplicationListContent .content div a:hover{
              background-color:#fff;
              color:#117bcc;
          }

.indexApplicationNav{
    width:15%;
    position:absolute;
    top:0;
    right:10%;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
}
.indexApplicationNav li{
    width:100%;
    height:auto;overflow:hidden;
    border-bottom:1px solid #fff;
    padding:30px 0;
    transition:all 0.5s;
}
    .indexApplicationNav li:hover{
        background:rgba(17,126,209,0.5);
    }
    .indexApplicationNav li .pic {
        width: 25%;
        float: left;
        text-align: right;
        margin-right: 5%;
    }
    .indexApplicationNav li .pic img{
        max-width:90%;
    }
    .indexApplicationNav li .word {
        width:70%;
        float:left;
        line-height:25px;
        color:#fff;
        font-size:16px;
    }
        .indexApplicationNav li .word  h4{
            width:100%;
            height:20px;
            font-size:12px;
        }
/*关于我们*/
.pageAboutPic {
    width: 47%;
    float: left;
    margin-right: 3%;
    position: relative;
}
.pageAboutPic img{
    width:100%;
}
.pageAboutContent{
    width:50%;float:left;
    padding-top:50px;
}
.pageAboutContent h3{
    line-height:30px;
    font-size:22px;
    font-weight:bold;
    color:#000;
}
    .pageAboutContent h4 {
        font-size: 12px;
        color: #8b8b8b;
    }
    .pageAboutContent h2 {
        width:100%;
        line-height:40px;
        color:#000;
        font-size:18px;
        font-weight:bold;
        text-decoration:underline;
        text-decoration-color:#117bcc;
        text-underline-offset:10px;
        margin:30px auto 20px auto;
    }
    .pageAboutContent h5 {
        line-height: 25px;
        font-size: 12px;
        color: #949494;
    }
.pageAboutList{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px auto 0 auto;
}
.pageAboutList li{
    width:20%;float:left;
    text-align:center;
}
.pageAboutList li h3{
    color:#117bcc;
    line-height:20px;
    font-size:12px;
    font-weight:normal;
}

/*新闻中心*/
#indexNews {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 80px 0;
}
.indexNewsList{
    width:100%;
    height:auto;overflow:hidden;
}
.indexNewsList li{
    width:31.33%;float:left;
    margin:30px 1%;
    transition:all 0.5s;
}
.indexNewsList li:hover{
    box-shadow:0 0 10px #ccc;
}
    .indexNewsList li:hover .line {
        width:100%;
    }
    .indexNewsList li .pic {
        width: 100%;
    }
.indexNewsList li .pic img{
    width:100%;
    height:300px;
}
    .indexNewsList li  .content {
        width:86%;
        height:auto;overflow:hidden;
        padding:20px 7%;
        background-color:#fff;
    }
        .indexNewsList li .content h2 {
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            font-size: 16px;
            color: #117bcc;
        }
        .indexNewsList li .content h3 {
            height: 40px;
            line-height: 20px;
            overflow: hidden;
            font-size: 12px;
            color: #9e9e9e;
        }
        .indexNewsList li .content h4 {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            color: #9e9e9e;
            border-top: 1px solid #ccc;
            margin-top: 15px;
            padding-top: 15px;
        }
         .indexNewsList li .content h4 span{
             color:#117bcc;
             float:right;
         }
             .indexNewsList li .line{
                 width:0;
                 height:1px;
                 background-color:#117bcc;
                 display:block;
                 transition:all 0.5s;
             }

/*首页优势*/
#indexAdvantage li {
    width: 33.33%;
    float: left;
    text-align: center;
}
#indexAdvantage li div img{
    max-width:50px;
}
#indexAdvantage li h2{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:16px;
    color:#000;
}
    #indexAdvantage li h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 12px;
        color: #9e9e9e;
    }


@media(max-width:720px){
    /*产品展示*/
        .indexProductList .pic img {
            height: 200px;
        }

    /*定制*/

    .indexFeatureLeft {
        width: 100%;
        margin-right:0;
    }

        .indexFeatureLeft .title {
            width: 100%;
            display: block;
            height: auto;
            overflow: hidden;
            background-color: #fff;
            text-align: center;
            padding: 30px 0;
        }

        .indexFeatureLeft .content {
            width:100%;
            margin: 30px 0 30px 0;
        }

    .indexFeatureRight {
        width: 100%;
        float: left;
        margin-right: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*应用领域*/
    .indexApplicationList {
        width: 100%;
        padding: 80px 0;
    }

    .indexApplicationListContent {
        width: 80%;
        margin-left: 10%;
        color: #fff;
    }


    .indexApplicationNav {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        background-color:#117bcc;
    }

    /*关于我们*/
    .pageAboutPic {
        width: 100%;
        margin-right: 0;
    }

    .pageAboutContent {
        width: 100%;
        float: left;
        padding-top: 50px;
    }


    /*新闻中心*/
    #indexNews {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f5f5f5;
        padding: 80px 0;
    }

    .indexNewsList {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .indexNewsList li {
            width:96%;
            float: left;
            margin: 30px 2%;
            transition: all 0.5s;
        }


    /*首页优势*/
    #indexAdvantage li {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom:20px;
    }

}