li {
    list-style: none;
}

body {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.friendlink {
    float: left;
    color: #fff;
    line-height: 25px;
}

.friendlink i {
    list-style: none;
    font-style: normal;
    line-height: 25px;
    float: left;
}

.friendlink .linkTagcs {
    text-align: left;
    float: right;
    width: 181px;
    max-height: 25px;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    line-height: 25px;
}

.friendlink .linkTagcs a {
    display: block;
    color: #fff;
}

.friendlink .linkTagcs:hover {
    max-height: 25px;
    overflow-x: hidden;
    overflow-y: auto;
}

.text-uppercase {
    text-transform: uppercase;
}

.htop {
    background: url(../images/tbg.jpg) no-repeat center top;
    line-height: 41px;
    color: #b5a08e;
}

.htop img {
    margin-top: 8px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar {
    background: #f9f3e8;
    margin-bottom: 0;
    box-shadow: 0px 0px 0px;
    border: 0 none;
}

.navbar-brand {
    padding: 19px 15px;
}

.navbar-brand img {
    max-height: 69px;
}

.navbar-nav>li>a {
    border: 2px solid transparent;
    color: #753419;
    padding: 7px 14px;
    margin: 30px 0px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
    background: none;
    border: 2px solid #753419;
    color: #753419;
    border-radius: 30px;
}

.top .nav .open>a,
.top .nav .open>a:focus,
.top .nav .open>a:hover {
    background: none;
    border-color: #753419;
    border-radius: 30px;
}

.top .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #753419;
}

.top .dropdown-menu>li>a {
    padding: 12px 20px;
}

.carousel-caption {
    bottom: 35%;
}

.series,
.about,
.product,
.sy-news1,
.icon_bg {
    padding-top: 66px;
}

.sit h2 {
    position: relative;
    font-size: 36px;
    color: #9f613c;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sit h2:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #9f613c;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.stext {
    margin-bottom: 50px;
}

.ser-img {
    position: relative;
    overflow: hidden;
}

.ser-img img {
    transition: all ease-in-out 0.3s;
}

.ser-img:hover img {
    transform: scale(1.6, 1.6);
}

.ser-info h3 {
    background-color: #c2a274;
    line-height: 60px;
    margin: 0;
    color: #fff;
}

.ser-info:hover h3 {
    background-color: #9f613c;
    color: #fff;
}

.ainfo {
    background-color: #97735e;
    color: #fff;
    overflow: hidden;
}

.alist {
    list-style: none;
    padding: 50px 80px;
    position: relative;
}

.alist h2 {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.alist h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background-color: #c2a274;
}

.icon-bg {
    background-color: #f9f3e8;
    padding: 15px 0 15px 10px;
    position: absolute;
    width: 780px;
    z-index: 5;
    left: 10%;
    top: 90%;
    list-style: none;
}

.icon-bg li {
    float: left;
    text-align: center;
    width: 192px;
}

.icon-bg li img {
    margin-bottom: 10px;
}

.icon-bg li span {
    color: #9f613c;
}

.product {
    background: url(../images/pro_bg.jpg) no-repeat center top fixed;
    padding: 100px 0;
}

.product .sit h2 {
    color: #c2a274;
}

.product .sit h2:after {
    background-color: #c2a274;
}

.product .stext {
    color: #dddddd;
}

.pmore {
    background-color: #f5ead8;
    color: #9f613c;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 40px;
}

.show-item {
    width: 100%;
}

.show-item ul {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
}

.show-item ul li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    padding: 10px;
}

.item_warp {
    overflow: hidden;
    position: relative;
}

.item-box img {
    border: 3px solid #f9f3e8;
}

.show-item ul li img {
    max-width: 100%;
    height: auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.show-item li:hover img,
.leader-list1:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.mask_warp {
    display: table;
    width: 100%;
    height: 100%;
}

.mask-cont {
    display: table-cell;
    vertical-align: middle;
}

.mask:before,
.mask:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

}

.mask:before {
    border-top: 3px solid rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.mask:after {
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    border-right: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.mask:hover:before,
.mask:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.mask-cont h1,
.mask-cont p,
.mask-cont span {
    color: white;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition: .35s;
}

.mask-cont h1 {
    font-size: 20px;
    font-weight: normal;
    max-width: 70%;
    margin: 0 auto;
}

.mask-cont span {
    display: block;
    font-size: 12px;
    width: 102px;
    height: 34px;
    line-height: 34px;
    margin: -3% auto 0;
    color: white;
    background: #c19781;
}

.item-box:hover>.mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    background-color: rgba(153, 120, 103, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e5d1e, endColorstr=#7e5d1e), alpha(opacity=0);
}

.item-box:hover>.mask p,
.item-box:hover>.mask h1,
.item-box:hover>.mask span {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    /* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}

.item-box:hover>.mask span {
    margin: 3% auto 0;
}

.item-content {
    padding-right: 5%;
}

.blocks>li,
[class*="blocks-"]>li {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 22px;
}

.sy-news {
    padding: 20px 0 40px;
}

.sy-news .media {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b8b8b8;
}

.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-heading {
    margin-top: 0;
    font-size: 18px;
}

.media a {
    color: #666;
}

.media-heading a,
.media a:hover {
    color: #cb926f;
}

.media i {
    color: #cb926f;
    padding-right: 10px;
}

.icon16 {
    width: 25%;
    float: left;
}

.icon0 {
    padding: 20px 0;
}

.icon01 {
    padding: 20px 0;
}

.about_icon {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about_icon .icon1 {
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon1 {
    opacity: 0;
}

.about_icon .icon2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.icon0 h3 {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.icon p {
    line-height: 24px;
    color: #666;
}

footer {
    margin-top: 60px;
}

.bg-default {
    background: url(../images/bottom.jpg) no-repeat center top;
    color: #fff;
}

.bg-default a,
.bg-default .contact dd {
    color: #bbbbbb;
}

.bg-default dt {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.bg-default dt:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #c2a274;
}

.bg-default dd {
    line-height: 26px;
}

.copy {
    color: #ccc;
}


/* ---产品详情 */

.p-d-t {
    color: #000;
    font-weight: 700;
}










img {
    max-width: none;
}

.contact-info {
    font-size: 16px;
    line-height: 30px;
}

.ny-tit p {
    color: #666;
}

.ny_info {
    line-height: 24px;
    margin-bottom: 50px;
}

.text-indent {
    text-indent: 2em;
}

.pager>li.active>a,
.pager>li.active>a:hover,
.pager>li.active>span,
.pager>li.active>span:hover {
    background-color: #be964e;
    border-color: #be964e;
}

.ptest {
    color: #be964e;
}

.card>.caption {
    background-color: #be964e;
}

.item-content h4 a {
    color: #be964e;
}

.ny-info {
    padding: 30px 0;
    line-height: 27px;
}

img {
    max-width: none;
}

.contact-info {
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1199px) {
    .navbar-nav>li>a {
        padding: 10px 13px;
    }

}

@media (max-width: 991px) {
    .navbar-brand img {
        max-height: 35px;
    }

    .navbar-nav>li>a {
        padding: 8px;
        font-size: 13px;
    }

    .navbar-brand {
        padding: 31px 15px;
    }

    .sy_about {
        background-size: cover;
    }

}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 24px 15px;
    }

    .navbar-nav>li>a {
        border: 0px solid transparent;
        border-bottom: 1px solid #753419;
        padding: 10px 0 10px 30px;
        margin: 0;
    }

    .navbar-nav>li>a:hover,
    .navbar-nav>li.active>a {
        border: 0px solid #753419;
        border-bottom: 1px solid #753419;
        border-radius: 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #f9f3e8;
    }

    .navbar-brand img {
        max-width:220px;
    }

    .navbar-toggle {
        background-color: #7a3919;
        margin: 20px 10px 20px 0;
    }

    .ser-info {
        margin-bottom: 20px;
    }

    .icon_bg {
        padding: 0;
    }

    .sy_about {
        background-size: cover;
    }

    .icon16 {
        width: 50%;
        float: left;
    }

    .ainfo {
        padding-top: 23px;
        padding-bottom: 40px;
        margin: 0;
    }

    .media-body,
    .media-left,
    .media-right {
        padding-right: 0px;
    }

    .sit h2 {
        font-size: 28px;
    }

    .series,
    .about,
    .product,
    .sy-news1,
    .icon_bg {
        margin-top: 32px;
    }

    .stext {
        margin-bottom: 24px;
        line-height: 24px;
    }

    .alist {
        padding: 50px 10px;
    }

    .icon-bg li {
        margin-bottom: 10px;
    }

    .icon-bg {
        width: auto;
        left: 0%;
    }

    .icon16 h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sy_about {
        margin-top: 0px;
    }

    .application-title {
        padding: 30px 15px;
    }

    .application-title h2 {
        font-size: 20px;
    }

    .sy_news .media-heading a {
        font-size: 14px;
    }

    footer {
        margin-top: 0px;
    }

    .bg-default {
        background-size: 100% 100%;
    }


}

.series {
    padding: 30px 0 15px;
}

.ny-product {
    padding: 30px 0 15px;
}

.alist p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.series>a {
    display: inline-block;
    margin: 2px;
    line-height: 32px;
    border: 1px #dbdbdb solid;
    padding: 0 30px;
    color: #666;

}

.series .col-md-4 {
    margin: 10px 0;
}

.series .col-md-4 a {
    padding: 0;
}

/* 
.series .col-md-4 a:hover{
    padding: 0;
    margin-top: -23px;
    margin-bottom: -23px;
    } */
.series>a:hover,
.series a.active {
    background: #be964e;
    color: #fff;
    border: 1px #be964e solid;
    text-decoration: none;
    /* 
    padding: 0;
    margin-top: -23px;
    margin-bottom: -23px; */
}

/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #2a6496;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #2a6496;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background: #2a6496;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color: #2a6496
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #2a6496;
    color: #fff;
    border-color: #2a6496;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.bot-ul {
    overflow: hidden;
}

.bot-ul li {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}


/* 导航 */
.dropdown:hover ul{
    display: block;
}