﻿/*ABout us*/
.indexAbout{
    width:100%;
    height: auto;overflow: hidden;
    position: relative;
}
.indexAboutPic{
    width:35%;float: left;
    position: absolute;
    top:120px;
    right:0;
}
.indexAboutPic img{
    width: 100%;
}
.indexAboutWord{
    width:59%;
    height: auto;overflow: hidden;
    background-color: #0066ab;
    padding:80px 7% 80px 4%;
}
.indexAboutTitle{
    width:100%;
}
.indexAboutTitle s{
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
}
.indexAboutTitle h2{
    width:100%;
    height:50px;line-height:50px;
    font-size:36px;
    font-weight:bold;
    color:#fff;
}
.indexAboutTitle h3{
    width:100%;
    height:30px;line-height:30px;
    font-size:20px;
    color: #57b6f6;
    text-transform: uppercase;
}
.indexAboutContent{
    width:100%;
    height: auto;overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin:30px auto;
    color:#fff;
}
.indexAboutMore{
    width:100%;
}
.indexAboutMore a{
    border: 1px solid #fff;
    padding:0 20px;
    color:#fff;
    transition: all 0.5s;
}
.indexAboutMore a:hover{
    background-color: #57b6f6;
}
.indexAboutList{
    width:100%;
    height: auto;overflow: hidden;
    background-image: url("../images/indexAboutBg.jpg");
    padding:80px 0;
}
.indexAboutList li{
    width:21%;float: left;
    height: auto;overflow: hidden;
    text-align: center;
    transition: all 0.5s;
    padding-bottom: 30px;
    position: relative;
    margin:0 2%;
}
.indexAboutList li::after{
    content: '';
    width: 0;
    height: 2px;
    background-color: #0066ab;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.indexAboutList li:hover:after{
    width: 100%;
}
.indexAboutList li:hover img{
    box-shadow: 0 0 10px #bbb;
}
.indexAboutList li img{
    width:80px;
    border-radius: 50%;
    transition: all 0.5s;
}
.indexAboutList li h2{
    width:100%;
    height:auto;overflow:hidden;
    line-height: 30px;
    font-size:20px;
    color:#000;
    margin:20px auto 10px auto;
}
.indexAboutList li h3{
    width:100%;
    height:auto;overflow:hidden;
    line-height: 25px;
    color:#9f9f9f;
}

/*Product*/
.indexProduct{
    width:100%;
    height: auto;overflow: hidden;
    background-image: url(../Images/indexProductBg.jpg);
    padding:100px 0;
}
.indexProductTitle{
    width:100%;
    text-align: center;
}
.indexProductTitle s{
    width: 40px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin:10px auto;
}
.indexProductTitle h2{
    width:100%;
    height:50px;line-height:50px;
    font-size:36px;
    font-weight:bold;
    color:#fff;
}
.indexProductTitle h3{
    width:100%;
    height:30px;line-height:30px;
    font-size:20px;
    color: #57b6f6;
    text-transform: uppercase;
}
.indexProductList{
    width:100%;
    height: auto;overflow: hidden;
    margin:30px auto;
}
.indexProductList li{
    width:21%;float: left;
    margin:20px 1%;
    background-color:#fff;
    padding:20px 1% 40px 1%;
    transition:all 0.5s;
}
.indexProductList li:hover{
    background-color: #f1f1f1;
    box-shadow: 0 0 10px #637f98;
}
.indexProductList li:hover h3 span {
    background-color: #57b6f6;
}
.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 20px;
            background-color: #0066ab;
            color:#fff;
            transition:all 0.5s;
            font-size:12px;
        }
        .indexProductList li h3 span:hover{
            background-color:#57b6f6;
        }
.indexProductMore{
    width:100%;
    height: auto;overflow: hidden;
    text-align: center;
}
.indexProductMore a{
    display: inline-block;
    border: 1px solid #fff;
    padding:2px 20px;
    color:#fff;
    transition: all 0.5s;
    margin:10px auto;
}
.indexProductMore a:hover{
    background-color: #57b6f6;
}

/*Equipment*/
.indexEquipmentTitle{
    width:100%;
    height: auto;overflow: hidden;
    text-align: center;
}
.indexEquipmentTitle s{
    width: 40px;
    height: 2px;
    background-color: #0066ab;
    display: block;
    margin:10px auto;
}
.indexEquipmentTitle h2{
    width:100%;
    height:50px;line-height:50px;
    font-size:36px;
    font-weight:bold;
    color:#000;
}
.indexEquipmentTitle h3{
    width:100%;
    height:30px;line-height:30px;
    font-size:20px;
    color: #999;
    text-transform: uppercase;
}
.indexEquipmentTitle h4{
    width:100%;
    height:auto;overflow:hidden;line-height:30px;
    font-size:14px;
    color:#666;
}
.indexEquipment{
    width:100%;
    height: auto;overflow: hidden;
    background-color: #0066ab;
    color:#fff;
}
.indexEquipment li{
    width:50%;float: left;
    height: 300px;overflow: hidden;
}
.indexEquipment li img{
    width:100%;
}
.indexEquipment li div{
    width:100%;
    height: auto;overflow: hidden;
    text-align: center;
    margin-top:50px;
    margin-bottom: 30px;
}
.indexEquipment li div img{
    width:120px;
    height: 120px;
}
.indexEquipment li h3{
    width:80%;
    height: auto;overflow: hidden;
    line-height: 30px;
    margin:10px auto;
    text-align: center;
}

/*News*/
.indexNews {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #e9e9e9;
    padding:50px 0;
}
.indexNewsContent{
    width:75%;float:left;
    height:auto;overflow:hidden;
    position:relative;
    padding-bottom: 30px;
}
.indexNewsList{
    width:88%;
    height:auto;overflow:hidden;
    background-color:#fff;
    padding:30px 6%;
    margin:10px 0;
    text-align:left;
    transition:all 0.5s;
}
    .indexNewsList:hover{
        box-shadow:0 0 10px #ccc;
    }
    .indexNewsList div {
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: #9e9e9e;
        font-size: 12px;
    }
        .indexNewsList div span {
            color: #ff7113;
            font-size:30px;
            font-weight:bold;
        }
    .indexNewsList h2 {
        width: 100%;
        height: 40px;overflow:hidden;
        line-height: 40px;
        font-size: 18px;
    }
    .indexNewsList h3 {
        width: 100%;
        height: 75px;
        overflow: hidden;
        line-height: 25px;
        font-size: 13px;
        color:#666;
        margin:10px auto;
    }
    .indexNewsList h4 {
        width: 100%;
        line-height: 20px;
        color: #b7b7b7;
    }
        .indexNewsTitle {
            width: 23%;
            float: left;
            margin-left: 2%;
            text-align:right;
        }
.indexNewsTitle h3{
    width:100%;
    height:50px;line-height:50px;
    font-size:20px;
    font-weight:bold;
}
            .indexNewsTitle h2 {
                width: 100%;
                height: 100px;
                line-height: 100px;
                font-size: 80px;
                font-weight: bold;
                color: #aeaeb0;
                margin-bottom:30px;
            }
            .indexNewsTitle a {
                display:inline-block;
                background-color: #f39800;
                padding:5px 20px;
                float:right;
                color:#fff;
                transition:all 0.5s;
            }
                .indexNewsTitle a:hover {
                    background-color: #0066ab;
                }


@media(max-width: 768px){

/*ABout us*/
.indexAboutPic{
    width:100%;
    position: relative;
    bottom:0;
    right:0;
    top:0;
}
.indexAboutWord{
    width:90%;
    padding:30px 5% 30px 5%;
}

.indexAboutList{
    width:100%;
    height: auto;overflow: hidden;
    background-image: url("../images/indexAboutBg.jpg");
    padding:80px 0;
}
.indexAboutList li{
    width:48%;
    padding-bottom: 30px;
    margin:0 1% 20px 1%;
}
.indexAboutList li:hover img{
    box-shadow: 0 0 10px #bbb;
}
.indexAboutList li img{
    width:60px;
}
.indexAboutList li h2{
    font-size:16px;
}
.indexAboutList li h3{
    font-size: 12px;
    height: 50px;overflow: hidden;
}

/*Product*/
.indexProduct{
    padding:60px 0;
}
.indexProductList{
    width:100%;
    height: auto;overflow: hidden;
    margin:30px auto;
}
.indexProductList li{
    width:46%;
    margin:20px 1%;
    padding:0px 1% 40px 1%;
}

/*Equipment*/
.indexEquipmentTitle{
    width:90%;
    margin-left: auto;
    margin-right: auto;
}
.indexEquipment li{
    width:100%;
    height: auto;
    border-bottom: 1px solid #57b6f6;
}
.indexEquipment li div img{
    width:80px;
    height: 80px;
}

/*News*/
.indexNewsContent{
    width:100%;float:left;
    height:auto;overflow:hidden;
    position:relative;
    padding-bottom: 30px;
}
.indexNewsList{
    width:88%;
    height:auto;overflow:hidden;
    background-color:#fff;
    padding:30px 6%;
    margin:10px 0;
    text-align:left;
    transition:all 0.5s;
}
   
        .indexNewsTitle {
            width: 100%;
            float: left;
            margin-left: 0;
            text-align:left;
        }

}