/*首页banner*/

.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*index product*/

.title {
    margin: 47px auto 26px;
    position: relative;
    text-align: center;
    line-height: 71px;
    font-size: 32px;
    font-weight: bold;
    color: #a78151;
    background: url(../images/titlebg.png) no-repeat top center;
}

.product {
    background: url(../images/in_twobg.jpg) repeat-x top center;
    overflow: hidden;
}

.product .wrap {
    overflow: hidden;
    position: relative;
}

.product .tabTop {
    text-align: center;
    margin: 0 -4px;
    overflow: hidden;
}

.product .tabTop li {
    width: 232px;
    height: 42px;
    line-height: 42px;
    margin: 0 4px 8px;
    background: #a68050;
    float: left;
}

.product .tabTop li a {
    display: block;
    color: #FFF;
    font-size: 18px;
}

.product .tabTop li.on {}

.product .tabTop li.on a {}

.product .cont {
    padding: 20PX 0;
}

.product .cont ul.tabBottom {
    display: none;
    margin: 0 -10px
}

.product .cont ul.tabBottom.on {
    display: block;
}

.product .cont ul li {
    text-align: center;
    margin: 0 10px 20px;
    float: left;
    width: 362px;
    padding: 10px 10px 0;
    border: 1px solid #ccc
}

.product .cont ul li a p {
    font-size: 18px;
    line-height: 60px;
    color: #515151
}

.product .cont ul li a .img {
    width: 362px;
    height: 250px;
    overflow: hidden;
}

.product .cont ul li a .img img {
    transition: .5s;
    max-width: 362px;
    height: 250px;
    display: block;
    margin: 0 auto;
}

.product .cont ul li a .img img:hover {
    transform: scale(1.3);
}

.adv {
    padding: 1px 0;
    background: url(../images/advbg.jpg) no-repeat top center;
    overflow: hidden;
}

.adv .title {
    background: none;
}

.adv .title h2 {
    color: #454545;
    font-size: 36px;
}

.adv .title p {
    color: #454545;
    font-size: 20px;
    font-weight: normal;
}

.adv ul li {
    overflow: hidden;
    border-bottom: 1px dashed #d1cec6;
    padding-bottom: 42px;
}

.adv ul li .fl {
    width: 432px;
}

.adv ul li .fl .advTitle {
    background: url(../images/advlibg.png) no-repeat left 5px;
    font-size: 26px;
    color: #5d574b;
    text-indent: 30px;
    height: 52px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 46px;
}

.adv ul li .fl p {
    padding-top: 32px;
    padding-left: 35px;
    text-indent: 35px;
    font-size: 18px;
    color: #5d574b;
    line-height: 28px;
}

.adv ul li .ico02 {
    margin-left: -40px;
}

.adv ul li .ico03 {
    margin-left: -276px;
    position: relative;
    top: 115px;
}

.about {
    overflow: hidden;
    padding-bottom: 50px;
}

.about .wrap {
    position: relative;
}

.about .fl {
    width: 584px;
}

.about h3 {
    font-size: 24px;
    color: #a78151;
    border-bottom: 1px dashed #a78151;
    line-height: 60px;
    font-weight: bold;
}

.about .fl .text {
    padding-top: 20px;
    font-size: 18px;
    color: #535352;
    height: 200px;
    overflow: hidden;
    text-indent: 35px;
}

.about .fl .text p {
    line-height: 34px;
}

.about .fl ul li {
    padding: 20px 0;
    width: 100px;
    height: 60px;
    margin: 20px 15px;
    float: left;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
    background: url(../images/aboutlibg.png) no-repeat;
}

.news {
    overflow: hidden;
    padding-bottom: 70px;
    background: url(../images/advbg.jpg);
}

.news ul {
    margin: 0 -15px;
    overflow: hidden;
}

.news ul li {
    width: 291px;
    padding: 0 20px 0 284px;
    height: 244PX;
    background: #FFF;
    float: left;
    margin: 20px 10px 0;
    position: relative;
}

.news ul li .pic{ width: 264px;height: 244px;position: absolute;left: 0;top: 0;}
.news ul li a img {max-width: 264px;height: 244px;margin: 0 auto;display: block;}

.news ul li a h3 {
    padding-top: 20px;
    line-height: 40px;
    font-size: 21px;
    color: #333333;
    font-weight: normal;
    position: relative;
}

.news ul li a p {
    padding: 20px 0;
    color: #999999;
    font-size: 16px;
    line-height: 24px;
}

.news ul li a i {
    width: 112px;
    height: 28px;
    background: #a78151;
    font-size: 16px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    line-height: 28px;
    display: block;
    text-align: center;
    font-style: normal;
    color: #FFF;
}