﻿/*Common*/
.indexTitle {
    width: 100%;
    height: auto;overflow: hidden;
    text-align:center;
}
    .indexTitle h2 {
        width: 100%;
        color: #000;
        font-size: 48px;
        font-family: 'Cabin';
        font-weight: bold;
        line-height: 60px;
        text-transform: uppercase;
    }
    .indexTitle h3 {
        width: 100%;
        color: #666;
        font-size: 18px;
        line-height: 25px;
        font-family: 'Cabin';
    }


.indexCommonTitle {
    width: 100%;
    height: 60px;
    position: relative;
    text-align:center;
    
}
    .indexCommonTitle h2 {
        width: 100%;
        color: #2d2d2d;
        font-size: 48px;
        font-weight: bold;
        line-height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        text-transform: uppercase;
    }

    .indexCommonTitle h3 {
        width: 100%;
        color: rgba(229,228,228,1);
        font-size: 46px;
        position: absolute;
        top: 0;
        left: 0;
        font-family: Arial;
        text-transform: uppercase;
        line-height: 40px;
        font-weight: bold;
        z-index:1;
        font-family: 'Cabin';
    }

    .indexCommonTitle s {
        display: inline-block;
        width: 40px;
        height: 2px;
        background-color: #14284a;
        margin-top:50px;
    }
.indexCommonDesc {
    width: 90%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #666;
    font-size:18px;
    text-align:center;
    margin:0 auto;
    font-family: 'Cabin';
}

.whiteColor{
    color:#fff;
}

/*Product*/
.indexProduct{
    width:100%;
    height:auto;overflow:hidden;
    background-color:#f2f2f2;
    padding:50px 0;
}
.indexProductList{
    width:100%;
    height:auto;overflow:hidden;
}
.indexProductList li{
    width:21%;float:left;
    margin:20px 1%;
    background-color:#fff;
    padding:20px 1% 40px 1%;
    transition:all 0.5s;
}
.indexProductList li:hover{
    box-shadow:0 0 10px #ccc;
}
.indexProductList li div{
    width:100%;
}
.indexProductList li div img{
    width:100%;
}
    .indexProductList li h2{
        width:100%;
        height:50px;line-height:50px;
        overflow:hidden;
        text-align:center;
        font-size: 18px;
        font-family: 'Cabin';
        text-transform: uppercase;
    }
    .indexProductList li h3{
        width:100%;
        line-height:25px;
        text-align:center;
    }
        .indexProductList li h3 span {
            display:inline-block;
            padding: 0px 10px;
            background-color: #144591;
            color:#fff;
            transition:all 0.5s;
            font-size:12px;
        }
        .indexProductList li h3 span:hover{
            background-color:#14284a;
        }

/*About Us*/
.indexAbout{
    width:100%;
    height: auto;overflow: hidden;
    background-image: url(../Images/indexAboutBg.jpg);
    background-size: cover;
    background-position: center;
    padding:100px 0;
}
.indexAboutTitle{
    width:100%;
    height: auto;overflow: hidden;
    color:#fff;
}
.indexAboutTitle h2{
    width:100%;
    line-height:70px;
    font-size:60px;
    font-weight:bold;
}
    .indexAboutTitle h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 24px;
        margin:10px auto;
    }

.indexAboutList{
    width:46%;
    height: auto;overflow: hidden;
    background: rgba(0,0,0,0.6);
    padding:80px 5% 30px 5%;
}
.indexAboutList li{
    width:95%;
    padding-left: 5%;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Cabin';
    position: relative;
    color: #fff;
    margin-bottom: 50px;
}
.indexAboutList li::before{
    display: block;
    position: absolute;
    left: 0;
    top:5px;
    content: '';
    width:30px;
    height: 30px;
    background-image: url(../Images/icon/iconAbout.png);
    background-repeat: no-repeat;
}

/*Equipment*/
.indexEquipmentTitle{
    width:100%;
    height: auto;overflow: hidden;
    position: relative;
}
.indexEquipmentTitle img{
    width:100%;
}
.indexEquipmentTitle .title{
    position: absolute;
    top:30%;
    left: 5%;
    color:#fff;
}
.indexEquipmentTitle .title h2{
    width:100%;
    line-height:50px;
    font-size:48px;
    font-weight:bold;
    margin-bottom: 20px;
}
.indexEquipmentTitle .title h3 {
        line-height: 30px;
        font-size:18px;
}
.indexEquipmentList{
    width:100%;
    height: auto;overflow: hidden;
}
.indexEquipmentList li{
    width: 31.33%;float: left;
    margin:10px 1%;
    height: auto;overflow: hidden;
    position: relative;
}
.indexEquipmentList li img{
    width:100%;
}
.indexEquipmentList li h2{
    width:100%;
    height: 40px;
    background: rgba(0,0,0,0.6);
    line-height: 40px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition:all 0.5s;
    font-size: 18px;
    text-transform: uppercase;
}
.indexEquipmentList li:hover h2{
    height: 100%;
    line-height: 100px;
}

/*News*/
.indexNews {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #d1dbe9;
    padding:50px 0;
}
.indexNewsWidth{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}
.indexNewsList {
    width: 90%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding:20px 5% 40px 5%;
    transition:all 0.5s;
}
.indexNewsDate{
    width:100%;
    text-align:right;
    line-height: 40px;
    font-family: 'Cabin';
    color:#999;
    border-bottom: 1px solid #e8e8e8;
}
.indexNewsContent{
    width:100%;
    height: auto;overflow: hidden;
}
.indexNewsContent h2{
    width:100%;
    height:60px;line-height:30px;overflow:hidden;
    font-size:20px;
    font-family: 'Cabin';
    color:#222;
    text-transform: uppercase;
    margin:10px auto;
}
    .indexNewsContent h3{
        width:100%;
        height:66px;overflow:hidden;
        line-height:22px;
        color:#666;
    }
    .indexNewsContent div{
        width:100%;
    }
        .indexNewsContent div span {
            display:inline-block;
            background-color: #024db4;
            padding:0 20px;
            line-height: 30px;
            font-size: 12px;
            color: #fff;
            margin-top: 20px;
        }

.indexNewsList:hover {
    background-color: #024db4;
    color:#fff;
}
    .indexNewsList:hover .indexNewsContent h2 {
        color: #fff;
    }
    .indexNewsList:hover .indexNewsContent h3 {
        color: #fff;
    }
    .indexNewsList:hover .indexNewsContent div span {
        background-color: #fff;
        color:#024db4;
    }


@media(max-width:768px){



/*Common*/
    .indexCommonTitle h3 {
        font-size: 36px;
    }

/*Product*/
.indexProductList li{
    width:92%;
    margin:20px 2%;
    padding:10px 2% 40px 2%;
}

/*About Us*/
.indexAbout{
    padding:80px 0;
}
.indexAboutTitle h2{
    line-height:50px;
    font-size:50px;
}
    .indexAboutTitle h3 {
        line-height: 30px;
        font-size: 16px;
    }

.indexAboutList{
    width:90%;
    padding:80px 5% 30px 5%;
    margin:0 auto;
}
.indexAboutList li{
    width:85%;
    padding-left: 15%;
}

/*Equipment*/
.indexEquipmentTitle .title{
    top:10%;
    left: 2%;
    width:96%;
}
.indexEquipmentTitle .title h2{
    line-height:25px;
    font-size:18px;
    margin-bottom: 10px;
}
.indexEquipmentTitle .title h3 {
        line-height: 15px;
        font-size:13px;
}
.indexEquipmentList li{
    width: 98%;float: left;
    margin:10px 1%;
    height: auto;overflow: hidden;
    position: relative;
}

}