.top {
    height: 80px;
    padding: 20px 0;
}
.logo {
    background: url(../images/logo.png)no-repeat;
    width: 548px;
    height: 80px;
    float: left;
}
.tel {
    float: right;
    padding: 15px 0;
}
.tel > h1 {
    color: #c2a364;
    font-size: 16px;
}
.tel > h3 {
    color: #999;
    font-size: 12px;
    padding: 3px 0;
}
.nav {
    background: #d0af6b;
}
.nav > ul > li {
    float: left;
    margin-left: 55px;
    width: 10%;
    height: 40px;
    line-height: 40px;
}
.nav > ul > li > a{
    display: block;
    text-align: center;
    color: #fff;
    transition: 0.5s;
}
.nav > ul > li > a:hover {
    background: #fff;
    color: #d0af6b;
    transition: 0.5s;
}
.about {
    background: url(../images/about-bg.jpg)no-repeat center;
    height: 440px;
}
.about > .container {
    height: 440px;
    position: relative;
}
.about-pic {
    position: absolute;
    top: 58px;
    left: 34px;
}
.about .intro-txt {
    width: 650px;
    float: right;
    margin-top: 60px;
    padding: 0 25px;
}
.intro-txt .intro-title .title-left {
    float: left;
}
.intro-txt .intro-title .title-left > h1 {
    font-size: 22px;
}
.intro-txt .intro-title .title-left > h3 {
    color: #666;
    position: relative;
    padding: 5px 0;
}
.title-left > h3:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 6px;
    background: #d40606;
    bottom: -10px;
    left: 0;
}

.intro-txt .intro-title > a {
    float: right;
}
.intro-txt .intro-cont {
    padding: 20px 15px;
    line-height: 2.5;
    text-align: justify;
}

.product {
    padding: 40px 0;
    background: #f5f5f5;
}
.prod-title {
    text-align: center;
}
.prod-title > h1 {
    font-size: 24px;
    color: #d0af6b;
}
.prod-title > h3 {
    font-size: 16px;
    color: #d0af6b;
    padding: 8px 0;
    position: relative;
}
.prod-title > h3:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #d0af6b;
    left: 37%;
    top: 50%;

}
.prod-title > h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background: #d0af6b;
    right: 37%;
    top: 50%;
}
.prod-title > span {
    color: #444;
}
.product-right {
    height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
}
.nav-list {
    text-align: center;
    padding: 30px 0;
}
.nav-list > a {
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 30px;
    margin: 0 5px;
    transition: .5s;
    font-size: 12px;
}
.nav-list > a.hover {
    background: #d0af6b;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #d0af6b;
}
.list-item {
    padding: 20px 0;
}
.list-item > ul > li > a {
    display: block;
    position: relative;
}

.list-item > ul > li {
    float: left;
    overflow: hidden;
    margin: 0 0 35px 16px;
    border-radius: 5px;
    width: 280px;
    height: 210px;
    box-shadow: 0 4px 15px #ddd;
}
.list-item > ul > li img {
    width: 100%;
}
.mask1 {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    visibility: hidden;
    transform: translateX(280px);
    transition: 0.5s;
}
.mask1 h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding-top: 130px;
    background: url(../images/search.png)no-repeat center;

}
.list-item > ul > li:hover .mask1 {
    visibility: visible;
    transform: translateX(0);
    transition: 0.5s;
}

a.more {
    display: block;
    width: 140px;
    height: 40px;
    background: #d0af6b;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.5s;
    box-sizing: border-box;
}
a.more:hover {
    background: none;
    color: #d0af6b;
    border: 1px solid #d0af6b;
    transition: 0.5s;
}

.ad1 {
    height: 290px;
    background: url(../images/ad1.jpg)no-repeat center;
    text-align: center;
    color: #fff;
}
.ad1  h1 {
    font-size: 22px;
    padding-top: 40px;
}
.ad1 a {
    display: block;
    color: #fff;
    font-size: 22px;
    background: url(../images/jian1.png)no-repeat center bottom;
    padding-bottom: 70px;
}
.ad1 p {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0;
}

.news {
    padding: 40px 0;
}
.news-box {
    padding-bottom: 20px;
}
.news-pic {
    padding: 40px;
    float: left;

}
.news-pic > img {
    box-shadow: 45px 40px 0 0 #d0af6b;
}
.news-wrap {
    float: left;
    margin-top: 40px;
    margin-left: 80px;
    width: 550px;
}
.news-item {
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: 0.5s;
}
.news-item > a {
    display: block;
}
.news-item:hover {
    border: none;
    transform: translateX(20px);
    transition: 0.5s;
    box-shadow: 0 0 5px 0 #ccc;
}
.time {
    width: 75px;
    height: 70px;
    background: #d0af6b;
    float: left;
    color: #fff;
    text-align: center;
}
.time > h1 {
    font-size: 26px;
    padding: 5px 0;
}
.news-item > a > .item-cont {
    float: left;
    padding: 10px 20px;
    width: 400px;
}
.news-item > a > .item-cont > h2 {
    padding-bottom: 15px;
    font-size: 16px;
}
.footer {
    background: #333;
    color: #999;
    height: 120px;

}
.copyright {
    width: 60%;
    float: left;
    margin-top: 30px;
}
.ewm {
    float: right;
    margin-top: 10px;
}
.ewm > h3 {
    text-align: center;
}


/*内页样式*/
.wrapper {
    padding: 20px 0;
}
.inside-title,
.inside-menu {
    height: 70px;
    background: #fff;
    line-height: 70px;
    box-shadow: 0 0 5px #ccc;
    padding: 0 20px;
}
.inside-title > h3 {
    float: left;
    font-size: 20px;
}
.inside-title > span {
    display: block;
    float: right;
}
.inside-cont {
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    margin-top: 30px;
}
.inside-cont-p {
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 0 10px #f2f2f2;
    margin-top: 30px;
}
.inside-menu {
    margin-top: 20px;
    text-align: center;
}
.inside-menu > a {
    display: inline-block;
    width: 13%;
    transition: 0.3s;
}
.inside-menu > a:hover {
    color: #d0af6b;
    border-bottom: 3px solid #d0af6b;
    transition: 0.3s;
}
.inside-news {

}
.inside-news > ul > li {
    float: left;
    width: 400px;
    padding: 0 20px;
    margin-left: 80px;
    margin-bottom: 30px;
    transition: 0.5s;
}
.inside-news > ul > li:hover {
    box-shadow: 0 0 5px 0 #ccc;
    transition: 0.5s;
    transform: translateX(30px);
}
.inside-news > ul > li > a > h1 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 5px 0;
}
.inside-news > ul > li > a > span {
    color: #999;
    padding: 5px 0;
}
.inside-news > h3 {
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}
.inside-time {
    height: 30px;
    padding: 5px 0;
    text-align: center;
    line-height: 30px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}
.inside-time span {
    padding-left: 20px;
}
.content-txt {
    padding: 30px;
}

.product-list > ul > li {
    width: 280px;
    height: 250px;
    float: left;
    margin-left: 15px;
    margin-bottom: 20px;
    box-shadow: 0 0 5px 0 #c4bec0;
    transition: 0.5s;
    border-radius: 8px;
}
.product-list > ul > li:hover {
    transform: scale(1.03);
    transition: 0.5s;
    background: #d0af6b;
}
.product-list > ul > li:hover a {
    color: #fff;
}
.product-list > ul > li > a {
    display: block;
}
.product-list > ul > li > a > img {
    width: 100%;
}
.product-list > ul > li > a > span {
    display: block;
    text-align: center;
    line-height: 40px;
}

