/*首页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/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.onepro { width:207px; height:35px; line-height:35px; margin:0 auto; margin-bottom:10px; display:block; overflow:hidden;text-overflow: ellipsis;white-space: nowrap; text-indent:10px; background:#ededed; font-size:15px; color:#333;
  
}
.twopro {width:207px; height:32px; line-height:32px; margin:0 auto; border-bottom:1px dashed #dfdfdf; display:block; overflow:hidden;text-overflow: ellipsis;white-space: nowrap; text-indent:10px; font-size:14px; color:#555;
  
}


/*产品展示*/

.product {
    width: 100%;
    height: auto;
    margin-top: 52px;
    overflow: hidden;
}

.content-products {
    margin-top: 42px;
}

.product-ul-list {
    float: left;
    width: 252px;
    height: 670px;
    background: url("../images/p5.jpg") no-repeat center;
    background-size: contain;
    margin-right: 11px;
}

.product-ul-list ul {
    width: 207px;
    margin: 122px auto 0;
    background-color: #fff;
}

.product-ul-list ul li {
    width: 100%;
    height: 30px;
    background-color: #ededed;
    margin-bottom: 9px;
    text-indent: 9px;
    cursor: pointer;
}

.product-ul-list ul li a {
    /* display: block; */
    max-width: 162px;
    float: left;
    font-size: 14px;
    color: #4b4b4b;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-ul-list .right-arrow {
    display: inline-block;
    width: 17px;
    height: 30px;
    float: right;
    transition: margin-right 0.2s;
    -moz-transition: margin-right 0.2s;
    -webkit-transition: margin-right 0.2s;
    -o-transition: margin-right 0.2s;
    margin-right: 15px;
    background: url("../images/p2.png") no-repeat center;
}

.product-ul-list ul li:hover {
    background: #116CC9;
}

.product-ul-list ul li:hover a {
    color: white;
}

.product-ul-list ul li:hover .right-arrow {
    margin-right: 10px;
    background: url("../images/p1.png") no-repeat center;
}

.product-show-items {
    float: left;
    width: 931px;
    height: 684px;
    border: 1px solid #e6e6e6;
}

.items-title {
    width: 100%;
    height: 48px;
    /* border-bottom: 1px solid #e6e6e6; */
    background: url("../images/p6.jpg") repeat-x;
    text-align: right;
}


/* .items-title h3 {
    display: inline-block;
    width: 215px;
    height: 48px;
    background: url("../images/Sprite.png") no-repeat;
    background-position: -30px -68px;
} */

.items-title .show-more {
    /* float: right; */
    line-height: 48px;
    margin-right: 25px;
    color: #333
}

.item-content {
    width: 100%;
}

.item-box {
    padding: 20px;
    display: none;
}

.item-ul li {
    width: 274px;
    background-color: #e9e9e9;
    margin-right: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 7px;
    position: relative;
    float: left;
    cursor: pointer;
}

.item-ul li:nth-child(3n+0) {
    margin-right: 0;
}


/*fix under IE8*/

.item-ul li:first-child+li+li,
.item-ul li:first-child+li+li+li+li+li,
.item-ul li:first-child+li+li+li+li+li+li+li+li {
    margin-right: 0;
}


/*fix under IE8*/

.item-ul li img {
    display: block;
}

.item-ul li p {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #202020;
    margin-top: 10px;
}

.item-ul li p .txt1 {
    display: inline-block;
    max-width: 180px;
    height: 40px;
    line-height: 40px;
}

.item-ul li p {
    font-style: normal;
    display: block;
    /* width: 150px; */
}

.item-ul li p .prod-more {
    font-size: 12px;
    color: #383838;
}

.hot-icon {
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/p4.png") no-repeat;
}

.pro_txt {
    width: 100%;
    height: 93px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.pro_txt h2 {
    font-size: 28px;
    line-height: 32px;
    color: white;
}

.pro_txt a.more1 {
    display: inline-block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid white;
    color: white;
    margin-top: 10px;
    font-size: 18px;
}


/*about us*/

.bottom-model {
    padding-top: 33px;
}

.bottom-model .left-part {
    float: left;
    width: 1200px;
}

.bottom-model .right-part {
    float: right;
    width: 304px;
}

.tit {
    /* width: 100%; */
    height: 51px;
    line-height: 51px;
    font-size: 21px;
}

.walk-in .tit {
    width:1200px;
    background: url(../images/a1.jpg) repeat-x;
}

.walk-in .tit h3 {
    margin-left: 50px;
}

.tit a {
    line-height: 51px;
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: #656565;
}

.gg-title {
    color: #fff;
    font-size: 18px;
    text-indent: 16px;
}

.tit .gg-title {
    width: 157px;
    height: 100%;
    /* background-color: #4aaf0e; */
}

.info-content {
    width: 100%;
    margin-top: 20px;
}

.info-content img {
    display: block;
    float: left;
    width: 344px;
    height: 222px;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
}

.info-detail {
    width: 800px;
    float: right;
    color: #656565;
}

.info-detail h2 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #656565;
}

.info-detail p {
    line-height: 24px;
    /* font-size: 16px; */
}

.info-detail .show-more {
    color: #0575CA;
}

.info-detail .chun-btn {
    display: inline-block;
    width: 125px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    margin: 20px 13px 0 0;
    background-image: url("../images/Sprite.png");
    background-repeat: no-repeat;
    color: #fff;
}

.btn-blue {
    background-position: -170px -360px;
}

.btn-green {
    background-position: -333px -360px;
}

.ly-submit,
.ly-reset {
    display: inline-block;
    width: 99px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-image: url("../images/Sprite.png");
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    margin-right: 10px;
}

.btn-orange {
    background-position: -29px -360px;
}

.leave-message {
    position: relative;
}

.guesbook_txt1 {
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: -25px;
    text-align: center;
}

.leave-message .gg-title {
    width: 254px;
    background: url(../images/a3.jpg) no-repeat center;
    padding-left: 50px;
}

.message-content form {
    margin-top: 9px;
    line-height: 28px;
}

.message-content form .box {
    width: 302px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.message-content form .box label {
    display: inline-block;
    float: left;
    width: 40px;
    height: 28px;
    overflow: hidden;
}

.box.name label {
    background: url('../images/a4.png') no-repeat center;
}

.box.tel label {
    background: url('../images/a5.png') no-repeat center;
}

.box.leave label {
    background: url('../images/a6.png') no-repeat center;
}

.message-content form .box input,
.message-content form .box textarea {
    width: 251px;
    float: right;
    padding-left: 10px;
    resize: none;
    background: none;
}

.message-content form .box input {
    height: 28px;
    line-height: 28px;
    border: 0;
    border-left: 1px solid #ccc;
}

.message-content form .box input[type=submit] {
    width: 100%;
    height: 48px;
    float: none;
    background-color: #0069a0;
    color: #fff;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    text-indent: 0;
}

.message-content form .box textarea {
    line-height: 28px;
    height: 88px;
    border: 0;
    border-left: 1px solid #ccc;
}

.border0 {
    border: 0 !important;
}

.guesbook_txt1 {
    text-align: center;
}