body,
html {
	font-size: 14px;
	font-family: Arial, "Microsoft Yahei", sans-serif;
	max-width: 750px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none !important;
	cursor: pointer;
} 

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.show {
	display: block;
}

.hide {
	display: none;
}

input:focus,
button:focus {
	outline: none
}

input {
	-webkit-appearance: none;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}

.img-thumbnail {
	padding: 0;
	border: none;
	border-radius: 0;
}

.col-xs-6:nth-child(odd) {
	padding-right: 8px;
}

.col-xs-6:nth-child(even) {
	padding-left: 8px;
}

/*banner*/
.home-banner img {
	width: 100%;
}

.home-banner .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
	left: 30px;
}

.home-banner .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");
	right: 30px;
}

.home-banner .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23F9D901'%2F%3E%3C%2Fsvg%3E");
}

.home-banner .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23F9D901'%2F%3E%3C%2Fsvg%3E");
}

.home-banner .swiper-button-prev,
.home-banner .swiper-button-next {
	width: 14px;
	height: 22px;
	margin-top: -11px;
	background-size: 14px 22px;
}

.home-banner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

/*四大服务*/
.slogan {
	padding: 30px 0 15px;
}

.slogan .item {
	text-align: center;
	margin-bottom: 15px;
}

.slogan .item img {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-bottom: 8px;
}

.slogan .item b,
.slogan .item span {
	display: block;
	/* width: 170px; */
	overflow: hidden;
}

.slogan .item b {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
	margin-bottom: 4px;
}

.slogan .item span {
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}


/*主体内容*/
.home-main {
	padding-top: 10px;
	padding-bottom: 20px;
}

.page-main {
	background: #F6F6F6;
}

.page-bm {
	/* background: url(../images/bg_bm.jpg) repeat; */
	background: #F6F6F6;
}

/* 产品类别 */
.home-main .title {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

.home-main .title h5 {
	position: relative;
	font-size: 22px;
	font-weight: 200;
	line-height: 30px;
	color: #111;
	padding-left: 20px;
}

.home-main .title h5:after {
	content: "";
	width: 5px;
	height: 18px;
	background: #BD0C16;
	position: absolute;
	left: 0;
	top: 5px;
}

.home-main .title a.more-link {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	display: flex;
	align-items: center;
}

.home-main .title a.more-link:hover {
	color: #BD0C16;
}

.home-main .title a .fa {
	margin-top: -1px;
	margin-left: 10px;
	font-size: 12px;
	color: #BD0C16;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #BD0C16;
	border-radius: 100%;
	text-align: center;
}

.home-main .title a .fa:before {
	padding-left: 2px;
}

.home-main .box .item {
	display: block;
	position: relative;
    z-index: 1;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
	padding: 15px 15px 10px;
	margin-bottom: 15px;
}

.home-main .box .item:hover {
	-webkit-box-shadow:0 15px 30px rgba(0,0,0,0.1);
	box-shadow:0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0)
}

.home-main .box .item .t1 {
	font-size: 16px;
	line-height: 30px;
	color: rgb(72,72,72);
}

.home-main .box .item .t2 {
	font-size: 13px;
	line-height: 24px;
	color: #B0B0B0;
	margin-bottom: 10px;
}

.home-main .box .item p {
	margin-bottom: 0;
}

/*广告栏*/
.home-banner-box {
	overflow: hidden;
	_zoom: 1;
}


/*新闻列表*/
.news-con {
	background: #FFFFFF;
	padding: 15px 15px 5px;
}

.news-con ul {
	margin: 0;
	padding: 0;
}

.n1 {
	border-top: 1px solid #BD0C16;
}

.n2 {
	border-top: 1px solid #83C44E;
}

.news-item {
	margin-bottom: 20px;
}

.news-item a {
	display: block;
	position: relative;
}

.news-item a .img {
	position: absolute;
	left: 0;
	top: 0;
}

.news-item a .img img {
	display: block;
	width: 120px;
	height: 80px;
}

.news-item a .info {
	padding-left: 135px;
}

.news-item a .info .title {
	font-size: 15px;
	color: #333333;
	line-height: 24px;
	margin: 0;
}

.news-item a .info .title:hover {
	color: #BD0C16;
}

.news-item a .info span {
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}

.news-item a .info p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news-con ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	border-top: 1px dashed #E0E0E0;
}

.news-con ul li a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	color: #333333;
	width: 70%;
}

.news-con ul li a:hover {
	color: #BD0C16;
}

.news-con ul li a i {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	color: #666666;
}

.news-con ul li span {
	font-size: 12px;
	color: #888888;
	display: inline-block;
}


/*产品知识 常见问题*/
.know .pinfo {
	padding: 0 0 20px 0;
	background: #FFFFFF;
}

.know .pinfo .item {
	display: block;
	margin-bottom: 0;
	padding: 10px 15px 5px;
}

.know .pinfo h4 {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

.know .pinfo .item:hover h4 {
	color: #BD0C16;
}

.know .pinfo p {
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.know .cpro {
	padding: 15px 0;
	background: #FFFFFF;
}

.know .cpro .cpro-item {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #E0E0E0;
}

.know .cpro .item {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	display: block;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	padding: 0 15px;
}

.know .cpro .item i {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #FFFFFF;
	border-radius: 2px;
	margin-right: 12px;
	font-style: normal;
}

.know .cpro .item i.w {
	background: #BD0C16;
}

.know .cpro .item i.d {
	background: #83C44E;
}

.know .cpro .item p {
	/* width: 380px;
	height: 24px; */
	
	    width: 99%;
		margin-bottom: 0;
}

.know .cpro .item:hover p {
	color: #BD0C16;
}


.about .about-title {
	text-align: center;
	margin: 25px 0 15px;
}

.about .about-title h3 {
	font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #BD0C16;
}

.about .about-title p {
	font-size: 15px;
    line-height: 24px;
    color: #333;
	margin-top: 8px;
}

.about .about-honor {
    padding: 20px;
    background: #FFFFFF;
	height: auto;
}

.about .about-article {
	background: rgba(189,12,22,1);
	padding: 30px;
	height: auto;
}

.about .about-article h4 {
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

.about .about-article p {
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.about .about-article .more {
	display: inline-block;
	padding: 8px 15px;
	background: #FFFFFF;
	color: #BD0C16;
	font-size: 12px;
	border-radius: 2px;
	margin-top: 20px;
}


.about .about-honor .swiper-honor .swiper-button-prev,
.about .about-honor .swiper-honor .swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 41px;
	height: 69px;
	margin-top: -35px;
	text-indent: -9999px;
	overflow: hidden;
	_zoom: 1;
	outline: 0;
}

.about .about-honor .swiper-honor .swiper-button-prev {
	left: 0;
	background: url(../images/icon-slides.png) no-repeat -84px 50%;
}

.about .about-honor .swiper-honor .swiper-button-next {
	right: 0;
	background: url(../images/icon-slides.png) no-repeat -125px 50%;
}

.about .about-honor .swiper-honor .swiper-button-prev:hover {
	background-position: 0 50%;
}

.about .about-honor .swiper-honor .swiper-button-next:hover {
	background-position: -42px 50%;
}

.about .about-honor .swiper-honor a {
	display: block;
	text-align: center;
}

.about .about-honor .swiper-honor a img {
	display: block;
	width: 100%;
	height: auto;
}

.about .about-honor .swiper-honor a p {
	font-size: 14px;
    line-height: 30px;
    color: #555;
    margin-top: 5px;
}

.about .swiper-img {
	margin-top: 14px;
	padding-bottom: 40px;
}

.about .swiper-img a {
	display: block;
	position: relative;
	background: #FFFFFF;
	padding:8px;
	transition: all 0.4s ease 0s;
}

.about .swiper-img a img {
	/*width: 204px;
	height: 150px;*/
}

.about .swiper-img a p {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: absolute;
	/*width: 204px;*/
	height: 30px;
	background: rgba(0,0,0,.5);
	color: #FFFFFF;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	left: 15px;
	bottom: 15px;
	display: none;
	transition: all 0.4s ease 0s;
}

.about .swiper-img .swiper-pagination-bullet-active {
	background: #BD0C16;
}



.about .swiper-img a:hover p {
	display: block;
}


/*底部样式*/
/* .footer {
	background: url(../images/bg_black.jpg) repeat;
	padding: 40px 0;
}

.footer .ewm {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.footer .ewm img {
	width: 120px;
	height: 120px;
	display: inline-block;
	margin-bottom: 10px;
}

.footer .ewm p {
	font-size: 12px;
	line-height: 18px;
	color: rgba(255, 255, 255, .9);
}

.footer .footer-item {
	width: 100%;
	text-align: center;
	color: #888888;
}

.footer .footer-item>.phone {
	font-size: 24px;
	line-height: 30px;
	color: #BD0C16;
}

.footer .footer-item>.date {
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 20px;
}

.footer .footer-item .social a {
	display: inline-block;
	color: #888888;
	margin: 0 6px;
}

.footer .footer-item .social a:hover {
	color: #BD0C16;
} */

.bq {
	padding: 20px 0;
	font-size: 12px;
	line-height: 20px;
	background: #F6F6F6;
	color: #666666;
	margin-bottom: 45px;
}

.bq .bq-con {
	width: 100%;
}

.bq .link a,
.bq .link span {
	float: left;
	color: #666;
}

.bq .link span {
	padding: 0 10px;
}

.bq .link a:hover {
	color: #BD0C16;
}

.bq-info a {
	color: #666;
	margin-left: 25px;
}


.footer02bg {
	background: #000;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	padding: 5px 0px;
}



.footer02  a{
	color: #666;
	padding: 0 10px;
}



.footer02  a:hover {
	color: #BD0C16;
}


/*内页样式*/

/*位置*/

.breadcrumbs {
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	/*background: #f5f5f5;*/
	color: #616161;
}

.breadcrumbs a {
	color: #757575;
}

.breadcrumbs .sep {
	margin: 0 6px;
	color: #b0b0b0;
}

.xxl-about .index {
	background: #FFFFFF;
	padding: 20px 0 0; 
}


/*内页栏目样式*/
.page-main .nNav {
	background: #FFFFFF;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
}

.page-main .nNav ul {
	overflow: hidden;
	padding: 0;
}

.page-main .nNav ul li {
	float: left;
	text-align: center;
	width: 32%;
	position: relative;
}

.page-main .nNav ul li a {
	color: #999;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.page-main .nNav ul li.cur a {
	color: #BD0C16;
}

.page-main .nNav ul li span {
	position: absolute;
	right: 0;
	color: #e0e0e0;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0;
}

.xxl-about {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 20px;
}

.xxl-about .index .section .text {
	padding: 0 15px;
}

.xxl-about .index .section .text h2 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.xxl-about .index .section .text p {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
	text-align: left;
	margin: 0;
}

.xxl-about .index .section .text dl {
	margin-top: 10px;
	margin-bottom: 0;
}

.xxl-about .index .section .text dl dt {
	font-size: 16px;
	color: #444444;
	line-height: 30px;
	margin-bottom: 10px;
}

.xxl-about .index .section .text dl dd {
	color: #666;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
}

.xxl-about .index .data {
	background: #FFFFFF;
	padding: 50px 0;
	background: url(../images/15.jpg) no-repeat center center;
}

.xxl-about .index .data ul li div {
	border-right: 1px solid #999;
}

.xxl-about .index .data ul li p {
	color: #b3b3b3;
	text-align: center;
	font-size: 14px;
}

.xxl-about .index .data ul li p.number .counterDX {
	margin-top: 15px;
	color: #BD0C16;
	text-align: center;
	font-size: 48px;
	font-family: HELVETICANEUELTPRO-THEX, Arial;
}

.xxl-about .index .data ul li p.number .unit {
	font-size: 14px;
	vertical-align: 25px;
	margin-left: 8px;
}

.xxl-about .index .data ul li p {
	color: rgba(255, 255, 255, .8);
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.xxl-about .index .data .col-25 {
	width: 50%;
	float: left;
}

.xxl-about .index .data .col-25:last-child div {
	border-right: none;
}

.xxl-about .index .other {
	padding: 0 15px;
}

.xxl-about .index .other .item {
	margin-bottom: 30px;
}

.xxl-about .index .other .item .desc {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	text-align: center;
}

.xxl-about .index .other .item .desc h3 {
	font-size: 20px;
	line-height: 30px;
}

.xxl-about .index .other .item .desc p {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
}

.nAbout-service {
	padding-bottom: 30px!important;
}


/*内页-荣誉资质*/
.nAbout-honor {
	padding: 0 15px;
}

.nAbout-honor .honor-item {
	padding: 9px;
	border: 1px solid #EBEBEB;
	margin-bottom: 15px;
}

.nAbout-honor .honor-item a img {
	transition: all .36s ease;
	display: block;
	width: 100%;
	height: 120px;
}

.nAbout-honor .honor-item p {
	font-size: 14px;
	line-height: 30px;
	color: #555;
	margin-top: 5px;
	margin-bottom: 0;
	text-align: center;
}

.nAbout-honor .honor-item a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/*内页-生产车间*/
.nAbout-shop {
	padding: 10px 15px 20px;
}

.nAbout-shop .img-thumbnail {
	margin-bottom: 15px;
}


/*内页新闻资讯九宫格*/
.xxl-news {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 20px;
}

.nNews .nNews-hd {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 10px;
}

.nNews .nNews-hd .title {
	position: relative;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
	color: #111;
	padding-left: 15px;
}

.nNews .nNews-hd .title:after {
	content: "";
	width: 3px;
	height: 16px;
	background: #BD0C16;
	position: absolute;
	left: 0;
	top: 6px;
}

.nNews .nNews-hd .title span {
	font-size: 15px;
	color: #333333;
	display: inline-block;
	margin-left: 10px;
}

.nNews-list {
	background: #FFFFFF;
	padding: 15px 15px 5px;
}

.nNews-list .nNews-item {
	margin-bottom: 20px;
	position: relative;    height: 60px;
}

.nNews-list .nNews-item a.img {
	width: 90px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
}

.nNews-list .nNews-item a.img img {
	width: 90px;
	height: 60px;
}

.nNews-list .nNews-item a.txt {
	padding-left: 105px;
	margin: 8px 0;
	font-size: 13px;
	color: #333;
	line-height: 22px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nNews-list .nNews-item a.txt:hover {
	color: #BD0C16;
}

.nNews .nNews-list ul li {
	display: flex;
	align-items: center;
	height: 40px;
	border-top: 1px dashed #E0E0E0;
}

.nNews .nNews-list ul li a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	color: #333333;
	width: 450px;
}

.nNews .nNews-list ul li a:hover {
	color: #BD0C16;
}

.nNews .nNews-list ul li a i {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	color: #666666;
}

.more a.more-link {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	display: flex;
	align-items: center;
}

.more a.more-link:hover {
	color: #BD0C16;
}

.more a .fa {
	margin-top: -1px;
	margin-left: 10px;
	font-size: 12px;
	color: #BD0C16;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #BD0C16;
	border-radius: 100%;
	text-align: center;
}

.more a .fa:before {
	padding-left: 2px;
}


/*内页新闻资讯列表页*/
.nNewsList {
	background: #FFFFFF;
	padding: 20px 0 0;
}

.nNewsList .item {
	padding: 0 15px;
	margin-bottom: 30px;
}

.nNewsList .item-img {
	position: relative;
	overflow: hidden;
}

.nNewsList .item-img img {
	transition: all 0.36s ease;
	display: block;
}

.nNewsList .item .title {
	transition: all 0.36s ease;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.nNewsList .item:hover .title {
	color: #BD0C16;
}

.nNewsList .item .description {
	transition: all 0.36s ease;
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	color: #888;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nNewsList .item .item-wrapper .date-wrap {
	color: #666666;
}

/*新闻详情*/
.nNews-detail {
	padding: 20px 15px;
	background: #FFFFFF;
}

.nNews-detail .nNews-tit {
	text-align: center;
	margin-bottom: 40px;
}

.nNews-detail .nNews-tit h1 {
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
}

.nNews-detail .nNews-tit .date {
	font-size: 14px;
	color: #888888;
}

.nNews-detail .nNews-con img {
	display: block;
	max-width: 100%;
	margin: 20px auto;
	height: auto !important;
}

.nNews-detail .nNews-con p {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}

.paging {
	width: 100%;
	line-height: 30px;
	background: #f7f7f7;
	font-size: 14px;
	margin-top: 50px;
	color: #888888;
	padding: 10px 20px;
}

.paging .items a {
	color: #666666;
}

.paging .items a:hover {
	color: #BD0C16;
}


/*分页样式*/

#pages {
	padding: 20px 0 30px;
	text-align: center;
}

#pages::after {
	content: "";
	display: block;
	clear: both;
}

#pages a {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #999999;
}

#pages .page-item {
	margin-right: 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid rgba(170, 170, 170, 0.2);
}

#pages .page-item.active,
#pages .page-item:hover {
	border-color: #BD0C16;
	color: #fff;
	background-color: #BD0C16;
}


/*内页联系我们*/
.xxl-contact {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 20px;
}

.xxl-contact .nContact {
	background: #FFFFFF;
	padding-bottom: 10px;
}

.xxl-contact .contact-header {
	padding: 0 15px;
}

.xxl-contact .contact-header .text {
	margin-bottom: 20px;
}

.xxl-contact .contact-header h1 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
}

.xxl-contact .contact-header .text h2 {
	color: #424242;
	font-size: 18px;
	font-weight: normal;
}

.xxl-contact .contact-header .text ul {
	margin-bottom: 10px;
	padding: 0;
}

.xxl-contact .contact-header .text ul li {
	color: #555;
	line-height: 2.1;
}

.xxl-contact .contact-map .thumbnail {
    padding: 8px;
    background-color: #fff;
	border: none;
	margin-bottom: 0;
}


/*合作品牌*/
.xxl-brand {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 20px;
}

.xxl-brand .nbrand {
	background: #FFFFFF;
}

.xxl-brand .nbrand-logo {
	padding: 20px 20px 0;
}

.xxl-brand .nbrand-logo .col-xs-4 {
	padding-left: 5px;
	padding-right: 5px;
}

.xxl-brand .nbrand-logo .img-thumbnail {
	border: 1px solid #ebebeb;
	padding: 5px 10px;
	margin-bottom: 15px;
}


/*合作案例*/

.xxl-brand .nbrand-partner {
	padding: 20px 15px;
}

.xxl-brand .partner-item {
	padding: 20px 0;
	border-bottom: 1px solid rgba(170, 170, 170, .2);
}

.xxl-brand .partner-item a {
	display: block;
	position: relative;
}

.xxl-brand .partner-item a .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 90px;
	overflow: hidden;
}

/* .xxl-brand .partner-item a .img img {
	transition: all .36s ease;
	width: 200px;
	height: 150px;
	display: block;
} */

.xxl-brand .partner-item a .info {
	padding-left: 130px;
	height: 90px;
	position: relative;
}

.xxl-brand .partner-item a .info .name {
	transition: all 0.36s ease;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.xxl-brand .partner-item a .info p {
	margin-top: 5px;
	margin-bottom: 0;
	transition: all 0.36s ease;
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	color: #888;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/*合作案例详情*/
.nBrand-detail {
	padding: 20px 15px;
	background: #FFFFFF;
}

.nBrand-detail .nBrand-tit {
	text-align: center;
	margin-bottom: 30px;
}

.nBrand-detail .nBrand-tit h1 {
	color: #333;
	font-size: 24px;
	margin-bottom: 15px;
}

.nBrand-detail .nBrand-tit .date {
	font-size: 14px;
	color: #888888;
}

.nBrand-detail .nBrand-con img {
	display: block;
	max-width: 100%;
	margin: 20px auto;
	height: auto !important;
}

.nBrand-detail .nBrand-con p {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}


/*产品列表页*/
.xxl-product {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 10px;
}

.xxl-product .home-brick-box {
	margin-top: 30px;
}

.sidebar-nav {
	width: 210px;
	background: #FFFFFF;
}

.sidebar-nav .title {
	background: #BD0C16;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 30px;
	padding: 15px 20px;
	text-align: center;
}

.sidebar-nav>ul {
	padding: 5px 0 30px;
}

.sidebar-nav>ul>li>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	margin: 0 15px 0 20px;
	border-bottom: 1px solid #EBEBEB;
	color: #333333;
}

.sidebar-nav>ul>li.cur>a {
	color: #BD0C16;
}

.sidebar-nav>ul>li.cur>.sub-nav {
	display: block;
}

.sidebar-nav>ul>li>.sub-nav {
	padding-bottom: 10px;
	display: none;
}

.sidebar-nav>ul>li>.sub-nav>ul.sub-list-goods>li {
	margin: 6px 20px 0;
}

.sidebar-nav>ul>li>.sub-nav>ul.sub-list-goods>li>a {
	transition: all .2s ease;
	display: flex;
	align-items: center;
	color: #444;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 28px;
	padding-left: 15px;
	border-radius: 3px;
}

.sidebar-nav>ul>li>.sub-nav>ul.sub-list-goods>li>a i {
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: #444444;
	display: inline-block;
	margin-right: 6px;
}

.sidebar-nav>ul>li>.sub-nav>ul.sub-list-goods>li>a:hover {
	background: #BD0C16;
	color: #FFFFFF;
}

.sidebar-nav>ul>li>.sub-nav>ul.sub-list-goods>li>a:hover i {
	background: #FFFFFF;
}

.xxl-product .brick-list {
	margin-bottom: 20px;
}

.category {
	background: #FFFFFF;
	padding: 10px 40px;
}

.category .item {
	overflow: hidden;
	border-top: 1px dashed #dedede;
	line-height: 1;
	padding-top: 20px;
}

.category .item:first-child {
	border-top: none;
}

.category .item .name {
	font-size: 13px;
	color: #999;
	float: left;
	margin-right: 20px;
}

.category .categoryGroup {
	overflow: hidden;
	float: left;
	margin-bottom: 4px;
	width: 1000px;
}

.category .categoryGroup .categoryItem {
	float: left;
	margin-right: 30px;
	margin-bottom: 16px;
	font-size: 13px;
	color: #555;
}

.category .categoryGroup .active,
.category .categoryGroup .categoryItem:hover {
	color: #BD0C16;
}

.hotPrduct .hotList .brick-item {
	margin-left: 0;
	margin-bottom: 30px;
}

.hotPrduct .hotList .swiper-button-prev,
.hotPrduct .hotList .swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 41px;
	height: 69px;
	margin-top: -50px;
	text-indent: -9999px;
	overflow: hidden;
	_zoom: 1;
	outline: 0;
}

.hotPrduct .hotList .swiper-button-prev {
	left: 0;
	background: url(../images/icon-slides.png) no-repeat -84px 50%;
}

.hotPrduct .hotList .swiper-button-next {
	right: 0;
	background: url(../images/icon-slides.png) no-repeat -125px 50%;
}

.hotPrduct .hotList .swiper-button-prev:hover {
	background-position: 0 50%;
}

.hotPrduct .hotList .swiper-button-next:hover {
	background-position: -42px 50%;
}


/*内页产品详情页*/
.product-detail {
	background: #F6F6F6;
	padding-bottom: 0;
}

.nProduct-detail .topp {
	background: #F6F6F6;
	padding: 0 0 30px
}

.nProduct-detail .topp .product-img {
	margin-bottom: 20px;
}

.product-img .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.product-img .swiper-pagination-bullet-active {
    color: #fff;
    background: #BD0C16;
}


.pro-txt {
	position: relative;
}

.pro-txt h4 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 2px solid #EBEBEB;
}

.pro-txt ul li {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 10px;
}

.pro-txt ul li span {
	/*float: left;*/
}

.pro-txt ul li span strong {
	font-weight: bold;
}

.pro-txt ul li span.txt1 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.nProduct-detail .bottom {
	padding: 30px 0;
	background: #FFFFFF;
}

.nProduct-detail .bottom .tab-tit {
	padding: 8px 40px;
	background: #333333;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 20px;
}


.nProduct-detail .bottom .nav-tabs {
	border-bottom: none;
	margin-bottom: 20px;
}

.nProduct-detail .bottom .nav-tabs>li {
	margin: 0;
}

.nProduct-detail .nav-tabs>li>a {
    margin-right: 10px;
    line-height: 40px;
	padding: 0 25px;
    border-radius: 0;
	background-color: #f5f5f5;
	color: #444444;
	border: none;
}

.nProduct-detail .nav-tabs>li.active>a, 
.nProduct-detail .nav-tabs>li.active>a:focus, 
.nProduct-detail .nav-tabs>li.active>a:hover {
    color: #FFFFFF;
    cursor: default;
    background-color: #BD0C16;
	border: none;
}






.pro-txt .cpxx_zxrx{
	height: 60px;
	border-radius: 5px;
	position: relative;
	background: url(../images/cp_details_phone.png)no-repeat;
	background-position-x: 400px;
	background-position-y: 30px;
	background-color: #f5f5f5;
}
.pro-txt .cpxx_zxrx .ljzx{
	width: 100px;height: 40px;
	font-size: 16px;
	color: #fff;
	background: #BD0C16;
	border-radius: 5px;
	position: absolute;
	top: 15px;
	left: 10px;
	line-height:40px;
	text-align: center;
}
.pro-txt .cpxx_zxrx .ljzx:hover{
	color: #BD0C16;
	background: #fff;
}
.pro-txt .cpxx_zxrx .span_01{
	font-size: 16px;
	color: #333;
	position: absolute;
	left: 126px;
	top: 20px;
}
.pro-txt .cpxx_zxrx .phone_ico{
	font-size: 18px;
	color: #293990;
	position: absolute;
	left: 206px;
	top: 20px;
}

.product-banner .swiper-button-prev,
.product-banner .swiper-button-next {
	position: absolute;
	top: 50%;
	z-index: 999;
	width: 41px;
	height: 69px;
	margin-top: -50px;
	text-indent: -9999px;
	overflow: hidden;
	_zoom: 1;
	outline: 0;
}

.product-banner .swiper-button-prev {
	left: 0;
	background: url(../images/icon-slides.png) no-repeat -84px 50%;
}

.product-banner .swiper-button-next {
	right: 0;
	background: url(../images/icon-slides.png) no-repeat -125px 50%;
}

.product-banner .swiper-button-prev:hover {
	background-position: 0 50%;
}

.product-banner .swiper-button-next:hover {
	background-position: -42px 50%;
}

.product-banner .swiper-pagination-bullet-active {
	background: #BD0C16;
}

.product-banner .swiper-slide img {
	display: block;
	width: 100%;
}


.product-list .cate {
	padding: 0 0 5px;
	margin-top: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.product-list .hasmore {
	margin-bottom: 20px;
}

.product-list .cate li,
.product-list .hasmore li {
	display: inline-block;
}

.product-list .cate a,
.product-list .hasmore a {
	display: inline-block;
	border: 0px;
	background: none;
	color: #666;
	font-size: 13px;
	position: relative;
	padding: 8px 18px;
	margin-right: 6px;
	line-height: 16px;
	transition: all 0.3s ease-out 0s;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

.product-list .hasmore a {
	border: 1px solid transparent;
	padding: 8px 15px;
}

.product-list .cate li:last-child a::after {
	background: none;
}

.product-list .cate a.active,
.product-list .cate a:hover {
	background: #BD0C16;
	color: #fff;
	border-color: #BD0C16;
}

.product-list .item {
	display: block;
	background: #FFFFFF;
	padding: 15px;
	margin-bottom: 15px;
}

.product-list .item .t1 {
	font-size: 16px;
	line-height: 30px;
	color: rgb(72,72,72);
}

.product-list .item .t2 {
	font-size: 13px;
	line-height: 24px;
	color: #B0B0B0;
	margin-bottom: 5px;
}

.product-list .item p {
	margin-bottom: 0;
}



.dede_pages{clear:both!important;padding:10px 0;margin:10px auto;text-align:center;width:80%;}
.dede_pages ul{list-style:none;text-align:center;padding:0;margin:0}
.dede_pages ul li{list-style:none;display:inline-block;height:30px;line-height:30px;padding:0 7px;margin:0 2px;text-align:center;overflow:hidden;white-space:nowrap;border:#999 1px solid;border-radius:3px}
.dede_pages ul li:hover{background:#BD0C16;color:#fff;border-radius:3px}
.dede_pages ul li a{display:inline-block;height:30px;line-height:30px;padding:0 7px;margin:0;color:#555;overflow:hidden}
.dede_pages ul li a:hover{color:#fff;overflow:hidden;text-decoration:none}
.dede_pages ul li.thisclass{padding:0 12px;background:#BD0C16;border:#BD0C16 1px solid;color:#fff;font-weight:700}
.dede_pages ul li.thisclass a{padding:0;color:#fff}