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

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

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

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

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

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

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

.navbar-nav>li>a {
    border: 2px solid transparent;
    color: #666;
    font-weight: bold;
    padding: 37px 14px;
}

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

.top .nav .open>a,
.top .nav .open>a:focus,
.top .nav .open>a:hover {
    background: none;
}

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

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

}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #f1f1f1;
    border-bottom: 2px solid transparent;
    border-color: rgba(0, 0, 0, 0);
}

.carousel-caption {
    bottom: 35%;
}

.series,
.sy-about,
.sy-product {
    margin-top: 50px;
}

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

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

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

.ser-text {
    border-bottom: 5px solid #e3e3e3;
    transition: all ease-in-out 0.5s;
    padding-bottom: 10px;
}

.ser-text:hover {
    border-bottom: 5px solid #dc1814;
}

.ser-text h2 {
    font-weight: bold;
    color: #333;
    transition: all ease-in-out 0.5s;
}

.ser-text h2 i {
    padding-left: 20px;
    font-size: 18px;
}

.ser-text:hover h2 {
    color: #dc1814;
}

.icon_bg {
    margin-top: 50px;
}

.sit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.sit h2 {
    font-size: 24px;
    color: #dc1814;
    padding-bottom: 15px;
    position: relative;
}

.sit h2 span {
    color: #666;
}

.sit h2:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    content: "";
    width: 50px;
    height: 3px;
    background: #dc1814;
}

.abtit {
    font-size: 22px;
    font-weight: normal;
}

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

.icon0 {
    padding: 20px 0;
}

.icon01 {
    padding: 20px 0;
}

.ainfo {
    margin-top: 30px;
    margin-bottom: 30px;
}

.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);
}

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

.product {
    background: url(images/pbg.jpg) no-repeat center top;
    color: #fff;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}

.amore {
    margin-top: 40px;
    color: #333333;
    font-size: 14px;
    font-weight: bold
}

.amore a {
    border: 1px solid #d2d2d2;
    color: #333333;
    padding: 10px 15px;
    border-radius: 20px;
}

.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: 0px 10px;
}

.item_warp {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.item-box img {
    border: 1px solid #ddd;
}

.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: #ff6253;
}

.item-box:hover>.mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    background-color: rgba(0, 0, 0, 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;
}

.show-item ul li h2 {
    font-weight: normal;
}

.show-item ul li h2 a {
    color: #333;
}

.ptit h2,
.ptit h2 span {
    color: #fff;
    margin-bottom: 0;
}

.ptit {
    border-bottom: 1px solid #999;
}

.ptit h2:after {
    background: #fff;
    bottom: 0px;
}

.sy-news .date-time {
    display: block;
    background: #ebeaea;
    font-weight: 300;
    width: 100px;
    height: 100px;
    color: #999;
    text-align: center;
    padding-top: 17px;
}

.sy-news .date-time>span.big {
    font-size: 40px;
    color: #dc1814;
}
p.des{
    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    line-height: 24px;
}
a,
a:focus,
a:hover {
    color: #524d4d;
}

.media {
    margin-bottom: 20px;
}

h3.media-heading {
    margin-top: 0px;
}

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

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

ul,
li {
    list-style: none;
}

.news {
    margin-top: 50px;
}

.sy-news p.des {
    font-size: 13px;
    color: #827d7d;
}

.sy_news ul.blocks-2 li p.des {
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.sy-footertop {
    margin-top: 50px;
    background: #333;
    overflow: hidden;
}

.sy-footertop-w {
    width: 80%;
    padding: 50px 0 20px;
    overflow: hidden;
    margin: 0 auto;
}

.Bottom_Title h2 {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
}

.Bottom_Title hr {
    border: 2px double #dc1814;
    width: 45px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.bottom_list {
    padding: 20px 0px;
    font-size: 14px;
    color: #fff;
    margin: 0px;
}

.bottom_list ul {
    padding: 0px;
    margin: 0px;
}

.bottom_list li {
    text-align: left;
    position: relative;
    display: block;
    line-height: 35px;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.bottom_list a {
    color: #fff;
}

.bottom_list li img {
    margin-bottom: 20px;
}

.sy-footerbottom {
    background: #252525;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 5px 0px;
    color: #fff;
}
.nds {
  width: 100%;
  display: flex;
  margin: 40px 5px;
}

.nds a {
  flex: 1;
}

#ndsx {
  text-align: right;
}

#ndss {
  text-align: left;
}

#pdsx {
  text-align: right;
}

.btn-contact {
    margin-top: 20px;
}

.btn-contact a {
    background: #dc1814;
    color: #fff;
    padding: 12px 20px;
    border-radius: 3px;
}
.ny-about{ margin-top: 30px; }
.ny-content {
    min-height: 150px;
}

.ny-content p {
    line-height: 28px;
    color: #666;
}

.ny-images a {
    margin-bottom: 20px;
    display: block;
}

.media-news {
    padding: 20px 15px;
    min-height: 220px;
    border-radius: 6px;
    box-shadow: #ddd 5px 5px 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.media-news h3 {
    color: #333;
}

.media-news h3 i {
    padding-right: 10px;
}

.media-news h6 {
	font-size: 15px;
    line-height: 25px;
    color: #666;
    margin: 20px 0;
	font-weight:500;
    max-height: 72px;
    white-space: normal;
	overflow: hidden;
			    text-overflow: ellipsis;
			    display: -webkit-box;
			    -webkit-line-clamp: 3;
			    -webkit-box-orient: vertical;
}

.media-news a {
    display: inline-block;
    color: #fff;
    background: #dc1814;
    border-radius: 6px;
    padding: 5px 15px;
}

.media-news:hover {
    transform: translateY(-10px)
}

.shownews-t {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.shownews-t h3 {
    font-size: 22px;
}

.ny-pro .media-pro {
    display: block;
}

.ny-pro .pro-img {
    border: 1px solid #ddd;
}

#map {
    width: 100%;
    height: 400px;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    border:1px solid #ddd;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    opacity: 1;
}

.grid figure figcaption {
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -.15em;
    font-weight: 300;
    color: #fff;
    background: rgba(92, 144, 254, 0.8)
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    color: #fff;
}

figure.effect-goliath {
    background: #dc1814;
}

figure.effect-goliath h2,
figure.effect-goliath img {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 0 0 10px;
}

figure.effect-goliath p {
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ny-ser{ margin-bottom: 40px; }
.pnyimg img{ border: 1px solid #ddd; }
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    padding-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: #d4231d;
    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: #d4231d;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

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

.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: #ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #d4231d;
    color: #fff;
    border-color: #d4231d;
    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;
}

.next {
    /* text-align: right; */
    /* float: right; */
    text-align: center;
}

.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;
}

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

.ptest {
    color: #be964e;
}

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

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

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

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

.ny-ser a {
    color: #dc1814;
    border: 2px solid #dc1814;
    display: inline-block;
    padding: 3px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 20px;
}

.ny-ser a.active,
.ny-ser a:hover {
    background-color: #dc1814;
    color: #fff;
}
.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover {
    background-color: #dc1814;
    border-color: #dc1814;
}
.pager-loose {
    display: inline-block;}
































@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;
    }

}

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

    .icon_bg {
        padding: 0;
    }

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

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

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

    .navbar-nav>li>a {
        font-size: 15px;
        color: #555;
        margin: 0;
        padding: 10px 10px;
    }

    .ser-text {
        margin-bottom: 26px;
    }

    .icon16 {
        width: 50%;
    }

    .product {
        background-size: cover;
    }

    .pic {
        margin-bottom: 20px;
    }
    .media-news h6 {
    max-height:none;}
}
.friendlink	.linkTagcs {
				    float: left;
				    color: #fff;
				    line-height: 26px;
				}
				
			.friendlink::before {
					content: "友情链接：";
				    list-style: none;
				    font-style: normal;
				    line-height: 27px;
				    float: left;
					color: #fff;
				}
				
			.friendlink	.linkTagcs {
				    text-align: left;
				    float: left;
				    width: 181px;
				    max-height: 30px;
				    overflow: hidden;
				    transition: 0.3s all ease-in-out;
				    line-height: 30px;
				}
				
			.friendlink	.linkTagcs a{
				    display: block;
				    color: #fff;
					line-height: 27px;
				}
				
			.friendlink	.linkTagcs:hover {
				    max-height: 30px;
				    overflow-x: hidden;
				    overflow-y: auto;
				}