﻿/*通用部分*/
.indexTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.indexTitle h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 1px;
}

.indexTitle s {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ccc;
    margin: 5px auto;
}

.indexTitle h3 {
    font-size: 18px;
    color: #8f5a26;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

/*关于我们*/
.indexAbout {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0;
    background-color: #fafafc;
}

.indexAboutContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 50px auto;
}

.indexAboutPic {
    width: 60%;
}

.indexAboutPic img {
    width: 100%;
}

.indexAboutWord {
    width: 44%;
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #fff;
    padding: 60px 3%;
    line-height: 35px;
    font-size: 16px;
    color: #666;
}

.indexAboutList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto
}

.indexAboutList li {
    width: 21%;
    float: left;
    margin: 10px 1%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 1%;
    text-align: center;
    transition: all 0.5s;
}

.indexAboutList li:hover {
    box-shadow: 0 0 10px #ccc;
}

.indexAboutList li img {
    width: 60px;
}

.indexAboutList li h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
}

.indexAboutList li h3 {
    font-size: 12px;
    color: #666;
    height: 60px;
    line-height: 30px;
}
.indexNum{
    width:100%;
    text-align: center;
}
.indexNum h2 {
    font-size: 60px;
    font-weight: bold;
    color: #000;
    line-height: 70px;
}
.indexNum s {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ccc;
    margin: 5px auto;
}
.indexNum h3 {
    font-size: 24px;
    color: #8f5a26;
    height: 35px;
    line-height: 35px;
}

/*新闻中心*/
.indexNews {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0;
}

.indexNews li {
    width: 27.33%;
    float: left;
    margin: 20px 1%;
    box-shadow: 0 0 10px #ccc;
    padding: 20px 2%;
    transition: all 0.5s;
}

.indexNews li:hover {
    box-shadow: 0 0 15px #8f5a26;
}

.indexNews li h2 {
    line-height: 30px;
    font-size: 16px;
}

.indexNews li h3 {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

/*服务*/
.indexService {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../Images/indexServiceBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.indexServiceTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.indexServiceTitle h2 {
    font-size: 37px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 1px;
    color: #fff;
}

.indexServiceTitle s {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #ccc;
    margin: 5px auto;
}

.indexServiceTitle h3 {
    font-size: 18px;
    color: #e7a86a;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.indexServiceDesc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.indexServiceList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}

.indexServiceList li {
    width: 23%;
    float: left;
    margin: 10px 1%;
    text-align: center;
}

.indexServiceList li h2 {
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #ffd2a5;
}

.indexServiceList li h3 {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 16px;
    color: #e5dbd1;
}

.indexServiceBtn {
    width: 100%;
}

.indexServiceBtn a {
    display: block;
    width: 120px;
    height: 40px;
    background-color: #e7a86a;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin: 20px auto;
    transition: all 0.5s;
}
.indexServiceBtn a:hover{
    background-color: #ffd2a5;
}

/*友情链接*/
.indexLinkList {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.indexLinkList li {
    float: left;
    margin-right: 20px;
}

.indexLinkList li img {
    height: 60px;
}

@media(max-width:720px) {

    /*通用部分*/
    .indexTitle h2 {
        font-size: 30px;
    }

    .indexTitle h3 {
        font-size: 16px;
    }

    /*关于我们*/
    .indexAbout {
        padding: 20px 0;
    }

    .indexAboutContent {
        margin: 10px auto;
    }

    .indexAboutPic {
        width: 100%;
    }

    .indexAboutWord {
        width: 96%;
        position: relative;
        padding: 30px 3%;
    }

    .indexAboutList li {
        width: 46%;
    }

    .indexAboutList li h3 {
        height: 40px;
        line-height: 20px;
    }

    /*新闻中心*/
    .indexNews li {
        width: 90%;
        margin: 20px 2%;
        padding: 20px 3%;
    }

    /*服务*/
    .indexServiceTitle h2 {
        font-size: 30px;
        font-weight: bold;
        line-height: 45px;
        letter-spacing: 1px;
        color: #fff;
    }

    .indexServiceDesc {
        width: 100%;
        margin: 30px auto;
        line-height: 25px;
        font-size: 14px;
    }

    .indexServiceList li {
        width: 96%;
        margin: 10px 2%;
    }

}