.indexTitle{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.indexTitle h2{
    width:100%;
    line-height:40px;
    font-size:30px;
    font-weight:bold;
}
.indexTitle h3{
    width:100%;
    line-height:20px;
    font-size:24px;
    color:#999;
    font-family:Arial;
    text-transform:uppercase;
}
.indexTitle s{
    display:block;
    width:60px;
    height:2px;
    background-color:#0165f7;
    margin:10px auto;
    border-radius:2px;
}

.indexProductNavList{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.indexProductNavList li{
    display:inline-block;
    padding:5px 10px;
    border:1px solid #eee;
    margin:10px 5px;
}

.indexProduct{
    width:100%;
    height:auto;overflow:hidden;
}
.indexProduct li{
    width:22.5%;
    height:auto;overflow:hidden;
    display:inline-block;
    margin:20px 1%;
    box-shadow:0 0 10px #eee;
    transition:all 0.5s;
}
.indexProduct li:hover{
    margin:10px 1% 30px 1%;
    box-shadow:0 0 10px #ccc;
}
.indexProduct li div{
    width:100%;
    height:auto;overflow:hidden;
}
.indexProduct li div img{
    width:100%;
    height:260px;
}
.indexProduct li h2{
    width:90%;
    height:30px;overflow:hidden;
    margin:10px auto 20px auto;
    line-height:30px;
    font-size:18px;
}
.indexProduct li h4{
    display:inline-block;
    background-color:#f3b53c;
    color:#fff;
    padding:2px 10px;
    border-radius:5px;
    margin-left:10px;
    margin-bottom:20px;
    transition:all 0.5s;
}
.indexProduct li h4:hover{
    background-color:#0165f7;
}

.indeAbout{
    width:100%;
    height:auto;overflow:hidden;
    background-color:#0165f7;
    padding:50px 0;
    background-image:url(../Images/indexAboutBg.jpg);
    background-position:center;
}
.indeAboutTitle{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.indeAboutTitle h2{
    width:100%;
    line-height:40px;
    font-size:30px;
    font-weight:bold;
    color:#fff;
}
.indeAboutTitle h3{
    width:100%;
    line-height:20px;
    font-size:24px;
    color:#999;
    font-family:Arial;
}
.indeAboutTitle s{
    display:block;
    width:60px;
    height:2px;
    background-color:#fff;
    margin:10px auto;
}
.indeAbout_Content{
    width:100%;
    height:auto;overflow:hidden;
    color:#fff;
    line-height:30px;
    font-size:16px;
    margin:50px auto;
}
.indexAboutList{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px auto;
}
.indexAboutList li{
    width:24%;float:left;
    text-align:center;
}
.indexAboutList .border-right{
    border-right:1px solid #fff;
}
.indexAboutList li h2{
    width:100%;
    height:60px;line-height:60px;
    font-size:50px;
    font-weight:bold;
    color:#fff;
}
.indexAboutList li h2 span{
    font-size:18px;
    font-weight:normal;
}
.indexAboutList li h3{
    width:100%;
    height:30px;line-height:30px;
    font-size:14px;
    color:#eee;
}

.indexAboutMore{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.indexAboutMore a{
    display:block;
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    background-color:#01a9f7;
    box-shadow:0 0 10px #338fba;
    margin:10px auto;
    border-radius:50%;
    color:#fff;
    transition:all 0.5s;
}
.indexAboutMore span{font-size:20px;}
.indexAboutMore a:hover{
    background-color:#0165f7;
}

.indexNews{
    width:100%;
}
.indexNewsList{
    width:95%;
    margin:10px 2% 30px 2%;
    background:#fff;
    box-shadow:0 5px 5px #eee;
    border:1px solid #eee;
    padding:30px 0 0 0;
}
.indexNewsList span{
    display:block;
    line-height:25px;
    color:#e77317;
    font-size:12px;
    text-indent:6%;
}
.indexNewsList h2{
    width:86%;
    height:40px;line-height:40px;overflow:hidden;
    font-size:16px;
    margin-left:auto;
    margin-right:auto;
}
.indexNewsList h3{
    width:86%;
    height:50px;line-height:25px;overflow:hidden;
    color:#999;
    font-size:12px;
    margin:20px auto;
}
.indexNewsList h4{
    width:86%;
    height:auto;
    margin-top:30px;
    margin-bottom:30px;
    margin-left:auto;
    margin-right:auto;
}
.indexNewsList h4 a{
    padding:5px 10px;
    border:1px solid #eee;
    font-size:12px;
}
.indexNewsList h4 a .layui-icon{font-size:12px;}
    .indexNewsList s {
        display:block;
        width: 0;
        height: 2px;
        transition: all 0.5s;
    }
    .indexNewsList:hover{
        background:#f9f9f9;
    }
    .indexNewsList:hover s{
        width:100%;
        background:#0165f7;
    }
    .indexNewsList:hover h4 a{
        background:#0165f7;
        color:#fff;
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:0;
}
.indexMore{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
.indexMore a{
    display:block;
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;
    background-color:#0165f7;
    box-shadow:0 0 10px #7faae9;
    margin:10px auto;
    border-radius:50%;
    color:#fff;
    transition:all 0.5s;
}
.indexMore a:hover{
    background-color:#01cfff;
}

@media(max-width:720px){
    .indexProductNavList li{
        display:inline-block;
        padding:5px 10px;
        border:1px solid #eee;
        margin:5px 5px;
    }

    .indexProduct li{
        width:47%;
    }
    .indexProduct li div img{
        width:100%;
        height:160px;
    }

    .indeAbout{
        padding:40px 0;
    }
    .indeAbout_Content{
        width:94%;
        margin:30px auto;
        font-size:14px;
        line-height:25px;
        text-indent:20px;
    }
    .indexAboutList li{
        width:46%;float:left;
        text-align:center;
        margin-bottom:10px;
        border-bottom:1px solid #eee;
        padding-bottom:10px;
        margin-left:2%;
        margin-right:2%;
    }
    .indexAboutList .border-right{border:0;}
    .indexAboutList li h2{
        width:100%;
        height:50px;line-height:50px;
        font-size:50px;
        font-weight:bold;
        color:#fff;
    }

    .indexNews{
        width:100%;
    }
    .indexNewsList{
        width:95%;
        margin:10px 2% 30px 2%;
        background:#fff;
        box-shadow:0 5px 5px #eee;
        border:1px solid #eee;
        padding:30px 0 0 0;
    }
    .indexNewsList span{
        display:block;
        line-height:25px;
        color:#e77317;
        font-size:12px;
        text-indent:6%;
    }
    .indexNewsList h2{
        width:86%;
        height:40px;line-height:40px;overflow:hidden;
        font-size:16px;
        margin-left:auto;
        margin-right:auto;
    }
    .indexNewsList h3{
        width:86%;
        height:50px;line-height:25px;overflow:hidden;
        color:#999;
        font-size:12px;
        margin:20px auto;
    }
    .indexNewsList h4{
        width:86%;
        height:auto;
        margin-top:30px;
        margin-bottom:30px;
        margin-left:auto;
        margin-right:auto;
    }
    .indexNewsList h4 a{
        padding:5px 10px;
        border:1px solid #eee;
        font-size:12px;
    }
    .indexNewsList h4 a .layui-icon{font-size:12px;}
        .indexNewsList s {
            display:block;
            width: 0;
            height: 2px;
            transition: all 0.5s;
        }
        .indexNewsList:hover{
            background:#f9f9f9;
        }
        .indexNewsList:hover s{
            width:100%;
            background:#0165f7;
        }
        .indexNewsList:hover h4 a{
            background:#0165f7;
            color:#fff;
        }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom:0;
    }
    .indexMore{
        width:100%;
        height:auto;overflow:hidden;
        text-align:center;
    }
    .indexMore a{
        display:block;
        width:80px;
        height:80px;
        line-height:80px;
        text-align:center;
        background-color:#0165f7;
        box-shadow:0 0 10px #7faae9;
        margin:10px auto;
        border-radius:50%;
        color:#fff;
        transition:all 0.5s;
    }
    .indexMore a:hover{
        background-color:#01cfff;
    }
}