body,
html {
	font-size: 14px;
	font-family: Arial, "Microsoft Yahei", sans-serif;
	min-width: 1226px;
}

a {
	text-decoration: none;
}

.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;
}

.conwidth {
	width: 1226px;
	margin: 0 auto;
	position: relative;
}

.container {
	width: 1226px;
	margin: 0 auto;
	position: relative;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both
}

.row {
	margin-left: -14px;
	_margin-left: 0;
	*zoom: 1;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both
}


/*顶部样式*/

.site-topbar {
	position: relative;
	z-index: 30;
	height: 40px;
	font-size: 12px;
	line-height: 30px;
	color: #b0b0b0;
	/*background:#F6F6F6;*/
	background: url(../images/bg_black.jpg) repeat;
}

.site-topbar .conwidth {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

.site-topbar .topbar-right span {
	font-size: 22px;
	display: inline-block;
	color: #e60044;
	font-weight: 700;
}


/*主体导航*/

.main-nav {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}

.logo {
	width: 218px;
	height: 70px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.nav {
	margin-left: 200px;
}

.nav>ul>li {
	float: left;
}

.nav>ul>li>a {
	display: block;
	font-size: 16px;
	height: 100px;
	line-height: 100px;
	color: #333;
	margin: 0 15px;
	position: relative;
}

.nav>ul>li>a.active:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #e60044;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.nav>ul>li>a.active,
.nav>ul>li>a:hover {
	color: #e60044;
}


/*搜索框*/

.search-box {
	position: absolute;
	right: 0;
}

.search-box .search {
	width: 220px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	background: #FFF;
	position: absolute;
	right: 38px;
	padding: 0 10px;
}

.search-box .search:focus {
	border: 1px solid #e60044;
}

.search-box button {
	width: 38px;
	height: 38px;
	right: 0;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-left: 0;
}

.search-box button:hover {
	cursor: pointer;
	color: #FFF;
	background: #e60044;
	border: 1px solid #e60044;
	border-left: 0;
}

.search-box button .fa {
	font-size: 14px;
}


/*banner+侧边导航*/

.home-banner .swiper-slide a {
	display: block;
	min-width: 1226px;
	height: 460px;
	background-repeat: no-repeat;
	background-position: top center;
}

.home-banner .swiper-button-prev,
.home-banner .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;
}

.home-banner .swiper-button-prev {
	left: 20px;
	background: url(../images/icon-slides.png) no-repeat -84px 50%;
}

.home-banner .swiper-button-next {
	right: 20px;
	background: url(../images/icon-slides.png) no-repeat -125px 50%;
}

.home-banner .swiper-button-prev:hover {
	background-position: 0 50%;
}

.home-banner .swiper-button-next:hover {
	background-position: -42px 50%;
}

.home-banner .swiper-pagination-bullet-active {
	background: #e60044;
}

.menu-list {
	width: 234px;
	box-sizing: border-box;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	z-index: 99999;
}

.menu-list>ul>li>a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	padding: 0 25px 0 30px;
	color: #FFF;
}

.menu-list>ul>li>a>.fa {
	font-size: 18px;
}

.menu-list>ul>li>a:hover {
	background: #e60044;
}

.menu-list>ul>li:hover>.menu-list-item {
	display: block;
}

.menu-list>ul>li>.menu-list-item {
	position: absolute;
	top: 0;
	left: 234px;
	background: #FFF;
	z-index: 3;
	height: 460px;
	box-shadow: 2px 2px 5px #ddd;
	overflow: hidden;
	display: none;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
}

.menu-col-1 {
	width: 248px;
}

.menu-col-2 {
	width: 496px;
}

.menu-col-3 {
	width: 744px;
}

.menu-col-4 {
	width: 992px;
}

.menu-list>ul>li>.menu-list-item>ul.menu-list-goods {
	float: left;
	width: 248px;
}

.menu-list>ul>li>.menu-list-item>ul.menu-list-goods>li {
	float: left;
}

.menu-list>ul>li>.menu-list-item>ul.menu-list-goods>li>a {
	width: 248px;
	height: 65px;
	line-height: 65px;
	display: flex;
	align-items: center;
	color: #333;
	padding: 0 30px;
	box-sizing: border-box;
	font-size: 14px;
}

.menu-list>ul>li>.menu-list-item>ul.menu-list-goods>li>a:hover {
	color: #e60044;
}


/*四大服务*/

.slogan ul li {
	width: 25%;
	height: 126px;
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.slogan ul li img {
	display: block;
	width: 66px;
	height: 66px;
	margin-right: 15px;
}

.slogan ul li b,
.slogan ul li span {
	display: block;
	width: 170px;
	overflow: hidden;
}

.slogan ul li b {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 4px;
}

.slogan ul li span {
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}


/*主体内容*/

.home-main {
	padding-top: 10px;
	padding-bottom: 60px;
}

.page-main {
	background: #F6F6F6;
}

.page-bm {
	background: url(../images/bg_bm.jpg) repeat;
}



.home-brick-box .brick-list,
.home-brick-box .brick-promo-list {
	margin: 0 0 -14px -14px;
	_margin-left: 0;
}
.lb a {
	display: block;
	width: 234px;
	height: 514px;
}

.lb img {
	width: 234px;
	height: 514px;
}

.lb .swiper-button-prev, 
.lb .swiper-button-next{
	width: 35px;
	height: 72px;
	position: absolute;
	zoom: 1;
	top: 50%;
	margin-top: -36px;
	left: 0;
	display: none;
	background: url(../images/slide-arrow.png) rgba(0, 0, 0, .08) no-repeat 10px 0;
	z-index: 2;
	cursor: pointer;
}

.lb .swiper-button-next {
	left: auto;
    right: 0;
    background-position: 10px -75px;
}

.lb .swiper-pagination-bullet-active {
	background-color: #fff;
	box-shadow: 0 0 0 1px #e60044;
}

.lb .swiper-pagination {
	bottom: 15px;
}

.lb:hover {
	box-shadow:0 15px 30px rgba(0,0,0,0.1);
}

.lb:hover .swiper-button-prev,
.lb:hover .swiper-button-next {
	display: block;
}

.lb .swiper-button-next:hover,
.lb .swiper-button-prev:hover {
	background-color:rgba(0,0,0,.15)
}


/*主体内容标题栏*/
.box-hd {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 20px;
}

.brick-promo-list .brick-item-l {
	height: 514px;
}

.brick-promo-list a {
	display: block;
	width: 100%;
	height: 100%;
}

.brick-promo-list img {
	width: 234px;
	height: 514px;
}

.box-hd .title {
	position: relative;
	font-size: 22px;
	font-weight: 200;
	line-height: 30px;
	color: #111;
	padding-left: 20px;
}

.box-hd .title:after {
	content: "";
	width: 5px;
	height: 18px;
	background: #e60044;
	position: absolute;
	left: 0;
	top: 5px;
}

.box-hd .title span {
	font-size: 15px;
	color: #333333;
	display: inline-block;
	margin-left: 10px;
}

.brickNav {
	display: flex;
	flex-direction: row;
	height: 30px;
	align-items: center;
}

.brickNav ul {
	position: relative;
	margin-right: 20px;
}

.brickNav ul:after {
	content: "";
	width: 1px;
	height: 16px;
	background: #999;
	position: absolute;
	right: 0;
	top: 7px;
}

.brickNav ul li {
	float: left;
	margin-right: 20px;
}

.brickNav ul li a {
	font-size: 14px;
	line-height: 30px;
	color: #555;
}

.brickNav ul li a:hover {
	color: #e60044;
}

.more a.more-link {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	display: flex;
	align-items: center;
}

.more a.more-link:hover {
	color: #e60044;
}

.more a .fa {
	margin-top: -1px;
	margin-left: 10px;
	font-size: 12px;
	color: #e60044;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border: 1px solid #e60044;
	border-radius: 100%;
	text-align: center;
}

.more a .fa:before {
	padding-left: 2px;
}


/*产品列表*/

.brick-item {
	position: relative;
	z-index: 1;
	float: left;
	width: 234px;
	margin-left: 14px;
	margin-bottom: 14px;
	background: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.brick-item1 {
	height: 210px;
	padding: 20px 0;
}


.brick-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)
}

/*.brick-item:hover {
	box-shadow: 0 0 10px 0 rgba(111, 111, 111, .3)
}

.brick-item:hover .figure img {
	transform: translateY(-5px)
}*/

.brick-item a {
	display: block;
}

/*.brick-item .title {
	margin: 0 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
}*/

.brick-item .t1 {
	font-size: 16px;
	line-height: 30px;
	color: rgb(72,72,72);
}

.brick-item .t2 {
	font-size: 13px;
	line-height: 24px;
	color: #B0B0B0;
	margin-bottom: 10px;
}

.brick-item p {
	padding-left: 30px;
}

.brick-item .figure-img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

.brick-item .flag {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	width: 64px;
	height: 20px;
	margin-left: -32px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.brick-item .flag-new {
	background-color: #e60044;
	z-index: 5;
}

.brick-item-lg {
	width: 482px;
	height: 250px;
}

.brick-item-lg img {
	width: 482px;
	height: 250px;
}


/*广告栏*/

.home-banner-box {
	margin: 50px 0 10px;
	height: 120px;
	overflow: hidden;
	_zoom: 1;
}


/*新闻列表*/

.news-con {
	background: #FFFFFF;
	padding: 30px 30px 17px;
}

.n1 {
	border-top: 1px solid #e60044;
}

.n2 {
	border-top: 1px solid #83C44E;
}

.news-item {
	margin-bottom: 20px;
}

.news-item a.img {
	width: 180px;
	height: 120px;
	float: left;
}

.news-item a.img img {
	width: 180px;
	height: 120px;
}

.news-item .info {
	float: left;
	margin-left: 14px;
	width: 352px;
}

.news-item .info .title {
	font-size: 15px;
	color: #333333;
	line-height: 24px;
	margin: 6px 0;
}

.news-item .info .title:hover {
	color: #e60044;
}

.news-item .info span {
	font-size: 12px;
	line-height: 16px;
	color: #888888;
}

.news-item .info p {
	margin-top: 15px;
	font-size: 12px;
	color: #666666;
	line-height: 22px;
	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: 450px;
}

.news-con ul li a:hover {
	color: #e60044;
}

.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: 30px 0 12px 30px;
	background: #FFFFFF;
}

.know .pinfo .item {
	display: block;
	width: 320px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}

.know .pinfo h4 {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 10px;
}

.know .pinfo .item:hover h4 {
	color: #e60044;
}

.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: 30px 30px 19px;
	background: #FFFFFF;
}

.know .cpro .cpro-item {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #E0E0E0;
	    overflow: hidden;
}

.know .cpro .item {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	display: block;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
}

.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;
}

.know .cpro .item i.w {
	background: #e60044;
}

.know .cpro .item i.d {
	background: #83C44E;
}

.know .cpro .item p {
	width: 380px;
	height: 24px;
}

.know .cpro .item:hover p {
	color: #e60044;
}


/*底部样式*/

.footer {
	background: url(../images/bg_black.jpg) repeat;
}

.footer-item {
	margin: 0 auto;
	padding: 40px 0 60px;
}

.footer-item-left {
	box-sizing: border-box;
	float: left;
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, .15);
}

.footer-item-left>ul>li {
	width: 160px;
	float: left;
}

.footer-item-left dt a {
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: rgba(255, 255, 255, .9);
	margin-bottom: 20px;
}

.footer-item-left dd a {
	font-size: 12px;
	line-height: 18px;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
	display: block;
}

.footer-item-left dl a:hover {
	color: #e60044;
}

.footer-item-left>ul>li.ewm {
	width: 120px;
	text-align: center;
}

.footer-item-left>ul>li.ewm img {
	width: 120px;
	height: 120px;
	display: block;
	margin-bottom: 10px;
}

.footer-item-left>ul>li.ewm p {
	font-size: 12px;
	line-height: 18px;
	color: rgba(255, 255, 255, .9);
}

.footer-item-right {
	float: right;
	width: 250px;
	text-align: center;
}

.footer-item-right>.phone {
	font-size: 24px;
	line-height: 30px;
	color: #e60044;
}

.footer-item-right>.date {
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	line-height: 20px;
	margin-top: 6px;
	margin-bottom: 30px;
}

.footer-item-right .social a {
	display: inline-block;
	color: #888888;
	margin: 0 6px;
}

.footer-item-right .social a:hover {
	color: #e60044;
}





.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: #FF6700;
}




.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: #FF6700;
}

.bq {
	background: #F6F6F6;
	font-size: 12px;
	line-height: 50px;
	color: #666666;
}

.bq .bq-con {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.bq .link a,
.bq .link span {
	float: left;
	color: #666;
}

.bq .link span {
	padding: 0 10px;
}

.bq .link a:hover {
	color: #e60044;
}

.bq-info a {
	color: #666666;
	margin-left: 25px;
}


/*返回顶部*/

#back-to-top {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	z-index: 9999;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#back-to-top i {
	display: block;
	margin-bottom: 6px;
	color: #666;
}

#back-to-top p {
	font-size: 13px;
	color: #666666;
}

#back-to-top:hover {
	background: #e60044;
	border: 1px solid #e60044;
}

#back-to-top:hover i,
#back-to-top:hover p {
	color: #FFFFFF;
}


/*内页样式*/

.xxl-about {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 80px;
}


/*位置*/

.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;
}


/*内页栏目样式*/

.page-main .nNav {
	background: #FFFFFF;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #f2f2f2;
}

.page-main .nNav ul {
	margin: 0 0 0 50px;
	overflow: hidden;
}

.page-main .nNav ul li {
	float: left;
	text-align: center;
}

.page-main .nNav ul li a {
	color: #999;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	height: 80px;
}

.page-main .nNav ul li.cur a {
	color: #e60044;
}

.page-main .nNav ul li span {
	color: #e0e0e0;
	padding: 0 40px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 0;
}

.xxl-about .index .section .text {
	padding: 60px 0 60px;
	width: 960px;
	margin: 0 auto;
}

.xxl-about .index .section .text h2 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	padding: 0px 0 20px 0;
	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: 30px;
}

.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;
}

.section-img img {
	display: block;
	width: 100%;
}

.xxl-about .index .data {
	background: #FFFFFF;
	padding: 60px 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: #e60044;
	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: 25%;
	float: left;
}

.xxl-about .index .data .col-25:last-child div {
	border-right: none;
}

.xxl-about .index .other {
	padding: 60px 0 60px;
	width: 960px;
	margin: 0 auto;
}

.xxl-about .index .other .item.left .img {
	float: left;
}

.xxl-about .index .other .item.left .desc {
	float: right;
}

.xxl-about .index .other .item.right .img {
	float: right;
}

.xxl-about .index .other .item.right .desc {
	float: left;
}

.xxl-about .index .other .item {
	margin-bottom: 30px;
}

.xxl-about .index .other .item .img {
	width: 360px;
}

.xxl-about .index .other .item .img img {
	width: 360px;
	height: 240px;
}

.xxl-about .index .other .item .desc {
	width: 550px;
	height: 240px;
	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-honor ul {
	padding: 50px 72px;
}

.nAbout-honor ul li {
	float: left;
	width: 240px;
	margin: 10px 15px;
	text-align: center;
}

.nAbout-honor ul li a {
	display: block;
	padding: 9px;
	border: 1px solid #EBEBEB;
}

.nAbout-honor ul li a img {
	transition: all .36s ease;
	display: block;
	width: 220px;
	height: 160px;
}

.nAbout-honor ul li p {
	font-size: 14px;
	line-height: 30px;
	color: #555;
	margin-top: 5px;
}

.nAbout-honor ul li a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/*内页-生产车间*/

.nAbout-shop ul {
	padding: 50px 72px;
}

.nAbout-shop ul li {
	float: left;
	width: 240px;
	margin: 10px 15px;
	text-align: center;
}

.nAbout-shop ul li a {
	display: block;
	padding: 9px;
	border: 1px solid #EBEBEB;
}

.nAbout-shop ul li a img {
	transition: all .36s ease;
	display: block;
	width: 220px;
	height: 154px;
}

.nAbout-shop ul li a:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/*内页新闻资讯九宫格*/

.xxl-news {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 50px;
}

.xxl-news .nNews {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xxl-news .nNews .col3 {
	width: 395px;
}

.nNews .nNews-hd {
	display: flex;
	justify-content: space-between;
	margin: 30px 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: #e60044;
	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: 15px;
}

.nNews-list .nNews-item a.img {
	width: 90px;
	height: 60px;
	float: left;
}

.nNews-list .nNews-item a.img img {
	width: 90px;
	height: 60px;
}

.nNews-list .nNews-item a.txt {
	float: left;
	width: 226px;
	margin-top: 10px;
	margin-left: 12px;
	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: #e60044;
}

.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: #e60044;
}

.nNews .nNews-list ul li a i {
	display: inline-block;
	font-size: 12px;
	margin-right: 10px;
	color: #666666;
}


/*内页新闻资讯列表页*/

.nNewsList {
	background: #FFFFFF;
	padding-bottom: 30px;
}

.nNewsList .list {
	padding: 60px 35px 20px;
}

.nNewsList .item {
	transition: all 0.36s ease;
	width: calc(100% / 3 - 30px);
	margin: 0 15px 30px;
	float: left;
	box-sizing: border-box;
	position: relative;
	top: 0;
}

.nNewsList .item:hover {
	top: -10px;
}

.nNewsList .item-img {
	position: relative;
	overflow: hidden;
}

.nNewsList .item-img img {
	transition: all 0.36s ease;
	display: block;
	width: 100%;
	height: 200px;
}

.nNewsList .item .item-box .item-wrapper {
	padding: 20px 0 70px;
}

.nNewsList .item .title {
	transition: all 0.36s ease;
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.nNewsList .item:hover .title {
	color: #e60044;
}

.nNewsList .item .description {
	margin-top: 13px;
	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-box .item-wrapper>.date-wrap {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #888888;
	border-top: 1px solid #e2e4e6;
	position: absolute;
	bottom: 0;
}

.nNewsList .item .item-box .item-wrapper .date-wrap:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	height: 1px;
	background: #e60044;
	width: 60%;
	transition: 0.56s ease;
	opacity: 0;
}

.nNewsList .item:hover .item-box .item-wrapper .date-wrap:after {
	opacity: 1;
	width: 100%;
}


/*新闻详情*/

.nNews-detail {
	padding: 60px 100px;
	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;
}


.nNews-detail .nNews-con span {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}

.paging {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #f7f7f7;
	font-size: 14px;
	margin-top: 50px;
	color: #888888;
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}

.paging .items a {
	color: #666666;
}

.paging .items a:hover {
	color: #e60044;
}

.hot-product {
	background: #FFFFFF;
}

.hot-product .tit {
	border-top: 2px solid #e60044;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;
}

.hot-product ul {
	padding: 0 10px;
}

.hot-product .brick-item {
	margin-left: 0;
	padding: 25px 0;
	width: 214px;
	border-bottom: 1px solid #EBEBEB;
}

.hot-product .brick-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.hot-product .brick-item p {
	padding-left: 20px;
	padding-right: 10px;
}

.hot-product .brick-item:hover .t1 {
	color: #e60044;
}

.hot-product .brick-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}


/*分页样式*/

#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: #e60044;
	color: #fff;
	background-color: #e60044;
}


/*内页联系我们*/

.xxl-contact {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 80px;
}

.xxl-contact .nContact {
	background: #FFFFFF;
	padding-bottom: 10px;
}

.xxl-contact .contact-header {
	padding: 60px 180px;
}

.xxl-contact .contact-header .text {
	float: left;
	_display: inline;
	width: 50%;
}

.xxl-contact .contact-header h1 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	padding-bottom: 25px;
}

.xxl-contact .contact-header .text h2 {
	color: #424242;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

.xxl-contact .contact-header .text ul {
	margin-bottom: 15px;
}

.xxl-contact .contact-header .text ul li {
	color: #555;
	line-height: 2.1;
}


/*合作品牌*/

.xxl-brand {
	-webkit-font-smoothing: antialiased;
	padding-bottom: 50px;
}

.xxl-brand .nbrand {
	background: #FFFFFF;
}

.xxl-brand .nbrand-logo ul {
	padding: 30px 60px 20px;
}

.xxl-brand .nbrand-logo ul li {
	width: 132px;
	border: 1px solid #ebebeb;
	float: left;
	margin: 15px;
	padding: 5px 10px;
}

.xxl-brand .nbrand-logo ul li img {
	width: 132px;
	height: 70px;
	display: block;
}


/*合作案例*/

.xxl-brand .nbrand-partner {
	padding: 20px 80px 20px;
}

.xxl-brand .partner-item {
	padding: 30px 0;
	border-bottom: 1px solid rgba(170, 170, 170, .2);
}

.xxl-brand .partner-item a {
	display: block;
}

.xxl-brand .partner-item a .img {
	float: left;
	width: 200px;
	height: 150px;
	overflow: hidden;
	position: relative;
}

.xxl-brand .partner-item a .img img {
	transition: all .36s ease;
	width: 200px;
	height: 150px;
	display: block;
}

.xxl-brand .partner-item a .info {
	float: right;
	width: calc(100% - 230px);
	height: 150px;
	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: 13px;
	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;
}

.xxl-brand .partner-item a .info .more {
	transition: all .36s ease;
	border: 1px solid rgba(170, 170, 170, .2);
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	padding: 0 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.xxl-brand .partner-item a .info .more .fa {
	color: inherit;
	padding-left: 10px;
}

.xxl-brand .partner-item a:hover .info .name {
	color: #e60044;
}

.xxl-brand .partner-item a:hover .info .more {
	border: 1px solid #e60044;
	background: #e60044;
	color: #FFFFFF;
}

.xxl-brand .partner-item a:hover .img img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}


/*合作案例详情*/

.nBrand-detail {
	padding: 60px 100px;
	background: #FFFFFF;
}

.nBrand-detail .nBrand-tit {
	text-align: center;
	margin-bottom: 40px;
}

.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: 60px;
}

.xxl-product .home-brick-box {
	margin-top: 30px;
}

.sidebar-nav {
	width: 210px;
	background: #FFFFFF;
}

.sidebar-nav .title {
	background: #e60044;
	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: #e60044;
}

.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.cur>a {
	
	color: #e60044;
}
.sidebar-nav>ul>li>.sub-nav>ul.sub-list-goods>li.cur>a i {
	background: #e60044;
}

.sidebar-nav>ul>li>.sub-nav>ul.sub-list-goods>li>a:hover {
	background: #e60044;
	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: #e60044;
}


/*.hotPrduct .brick-list {
    margin: 0 0 -14px -14px;
    _margin-left: 0;
}*/

.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: #FFFFFF;
	padding: 37px 30px;
}

.product-detail .box {
	width: 410px;
	float: left;
}

.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.tb-pic a img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.tb-pic a {
	*display: block;
	*font-family: Arial;
	*line-height: 1;
	display: block;
}

.tb-thumb {
	margin: 10px 0 0;
	overflow: hidden;
}

.tb-thumb li {
	background: none repeat scroll 0 0 #EBEBEB;
	float: left;
	height: 58px;
	margin: 0 10px 0 0;
	overflow: hidden;
	padding: 1px;
}

.tb-s310,
.tb-s310 a {
	height: 408px;
	width: 408px;
}

.tb-s310,
.tb-s310 img {
	max-height: 408px;
	max-width: 408px;
}

.tb-s310 a {
	*font-size: 271px;
}

.tb-s40 a {
	*font-size: 35px;
}

.tb-s40,
.tb-s40 a {
	height: 58px;
	width: 58px;
}

.tb-booth {
	border: 1px solid #EBEBEB;
	position: relative;
	z-index: 1;
}

.tb-thumb .tb-selected {
	background: none repeat scroll 0 0 #e60044;
	height: 58px;
	padding: 1px;
}

.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}

.tb-thumb li div {}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #EBEBEB;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.tb-thumb li:last-child {
	margin: 0;
}

.proshowbut {
	background: #FFFFFF;
	min-height: 600px;
	padding: 0 10px;
}

.proshowttt {
	margin-bottom: 30px;
}

.proshowttt ul li {
	width: 170px;
	border: 1px solid #e8e8e8;
	border-left: none;
	background-color: #f5f5f5;
	height: 42px;
	line-height: 40px;
	font-size: 14px;
	position: relative;
	z-index: 2;
	float: left;
	text-align: center;
	cursor: pointer;
}

.proshowttt ul li a {
	color: #444;
}

.proshowttt ul li.tabhover {
	border-top: 3px solid #e60044;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #e60044;
	font-weight: 700;
}

.proshowttt ul li.tabhover a {
	color: #e60044;
}

.proshowbut .c-contern {
	padding: 0 30px 30px;
}

.proshowbut .c-contern p {
	font-size: 15px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}
.proshowbut .c-contern img {max-width:100%;height:auto;}

.pro-txt {
	float: left;
	width: 470px;
	height: 480px;
	margin-left: 30px;
	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 {
}

.pro-txt ul li span strong {
	font-weight: bold;
}

.pro-txt ul li span.txt {
	width: 390px;
	margin-left: 10px;
}

.pro-txt ul li span.txt1 {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.pro-txt .btn {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.pro-txt .btn a {
	display: inline-block;
	padding: 10px 20px;
	margin-right: 10px;
	font-size: 13px;
	border-radius: 3px;
}

.pro-txt .btn a.btn1 {
	background: #e60044;
	color: #FFFFFF;
}

.pro-txt .btn a.btn2 {
	background: rgba(131, 196, 78, .8);
	color: #FFFFFF;
}

.pro-txt .btn a.btn3 {
	background: rgba(33, 150, 243, .8);
	color: #FFFFFF;
}

.pro-txt .btn a.btn1:hover {
	background: rgba(255, 103, 0, 1);
	color: #FFFFFF;
}

.pro-txt .btn a.btn2:hover {
	background: rgba(131, 196, 78, 1);
	color: #FFFFFF;
}

.pro-txt .btn a.btn3:hover {
	background: rgba(33, 150, 243, 1);
	color: #FFFFFF;
}

.relate-product {
	background: #FFFFFF;
}

.relate-product .tit {
	border-top: 2px solid #e60044;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #EBEBEB;
}

.relate-product ul {
	padding: 0 10px;
}

.relate-product .brick-item {
	margin-left: 0;
	margin-bottom: 0;
	width: 214px;
	border-bottom: 1px solid #EBEBEB;
}

.relate-product .brick-item:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.relate-product .brick-item p {
	padding-left: 20px;
}

.relate-product .brick-item:hover .t1 {
	color: #e60044;
}

.relate-product .brick-item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.proDetail-top {
	margin-bottom: 30px;
}

.proDetail-bottom .sidebar-nav {
	width: 100%;
	margin-bottom: 20px;
}

.proDetail-bottom .sidebar-nav .title {
	text-align: center;
	background: #e60044;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 20px;
	text-align: center;
}

#subBox {
	position: fixed;
	left: 50%;
	margin-left: -685px;
	top: 120px;
	z-index: 9999;
	display: none;
}

#subBox ul li {
	background: #FFFFFF;
	width: 60px;
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	width: 60px;
	text-align: center;
	margin: 4px auto 0px;
	overflow: hidden;
	cursor: pointer;
}

#subBox ul li.current {
	background: #e60044;
	color: #FFFFFF;
}

#subBox .goTop {
	width: 60px;
	height: 40px;
	background-color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}

#subBox .goTop:hover {
	background: #e60044;
	color: #FFFFFF;
}

#subBox .goTop:hover i {
	color: #FFFFFF;
}

#subBox .goTop p {
	margin-top: 3px;
}

.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: #e60044;
}

.product-banner .swiper-slide img {
	width: 1226px;
	height: 350px;
	display: block;
}


.list-menu {
	margin-top: 20px;
}

.list-menu .menu-title {
    width: 100%;
    background: #e60044;
    box-sizing: border-box;
    padding-left: 25px;
    height: 46px;
}

.list-menu .menu-title ul {
    display: flex;
}

.list-menu .menu-title ul li {
    list-style: none;
    margin-right: 10px;
}

.list-menu .menu-title ul li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    height: 46px;
    color: #FFFFFF;
}

.list-menu .menu-title ul li.active {
    margin-top: -2px;
}

.list-menu .menu-title ul li.active a {
    box-sizing: border-box;
    border-top: 2px solid #e60044;
    height: 49px;
    color: #e60044;
    background: #fff;
}

.list-menu .menu-title ul li.active a:hover {
	background: #FFFFFF;
}

.list-menu .menu-title ul li a:hover {
	background: #f26101;
}

.list-menu .menu-content {
	padding: 15px 40px 0;
	background: #FFFFFF;
}

.list-menu .menu-content ul {
	display: flex;
	flex-direction: row;
}

.list-menu .menu-content ul li a {
	display: block;
	color: #5d5d5d;
	font-size: 13px;
	line-height: 24px;
	margin: 0 30px 16px 0;
}


.list-menu .menu-content ul li.active a {
    color: #e60044;
}