@charset "UTF-8";
@font-face {
	font-family: 'Bahnschrift';
	src: url("../fonts/bahnschrift.ttf");
}
.pa{position: relative}
.bw{
	background-color: #fff!important;
}
.oh,
.o-f-hidden{
	overflow: hidden!important;
}
.bg-cover{
	-webkit-background-size:100% 100%; background-size:100% 100%;
}
.fixed{
	position: fixed;
	left:0;
	right:0;
	margin:auto;
	z-index: 10;
}
.mv-ct-box{
	width: 1600px;
	margin: auto;
}
.sp-line{height:20px;background-color: #eee;}
/*------ 动效 -----*/
[data-animation] {
	opacity: 0;
}
[data-animation].animated {
	opacity: 1;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 width:0 => 垂直滚动条隐藏 height:0 => 水平滚动条隐藏*/
.sb::-webkit-scrollbar {width: 4px; height: 4px; background-color: transparent}
/*定义滚动条轨道 内阴影+圆角*/
.sb::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); border-radius: 4px; background-color: transparent}
/*定义滑块 内阴影+圆角*/
.sb::-webkit-scrollbar-thumb {border-radius: 4px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0); background-color: rgba(85,85,85,.1)}


.bg-c{-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.com-title{text-align: center;}
.com-title .tit-ch{font-size: 40px;color:#d32017;margin-top: -70px;}
.com-title .tit-en{font-size: 80px;color:#e9e9e9;text-transform: uppercase;font-family: Bahnschrift}
.com-title .desc{font-size: 24px;color:#333;margin-top:20px;}
.com-title.w .tit-ch{color:#fff;}
.com-title.w .tit-en{color:#fff;opacity: .3}
.com-title-t {padding-bottom:20px;border-bottom:1px solid #dddddd;}
.com-title-t p{font-size:30px;font-weight: bold;color:#333;padding-left:20px;position: relative;}
.com-title-t p:after{display: block;content: '';position: absolute;left:0;top:50%;margin-top:-12px;width:5px;height:28px;background-color: #d32017;}
/* 二级分类导航 */
.cate-child-box{width:16%;display: block;}
.cate-child-box.horizontal{width:100%;}
.cate-child-box a{display: block;position: relative;background-color: #666;height:66px;line-height: 66px;margin-bottom:9px;color:#fff;font-size: 16px;padding:0 30px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.cate-child-box a i{display: none;width:14px;height:13px;background-size: 100% 100%;background-image: url("../images/ic-arrow-rd.png");position: absolute;right:20px;top:50%;margin-top:-6px;}
.cate-child-box a:before{display: block;position: absolute;content: '';width:6px;height:6px;background-color: #fff;border-radius: 50%;left:15px;top:50%;margin-top:-3px;}
.cate-child-box.horizontal a{display: inline-block;width:180px;}
.cate-child-box a.active,
.cate-child-box a:hover{background-color: #e40011;}
.cate-child-box a.active i,
.cate-child-box a:hover i{display: block;}
.cate-child-box a:after{display: block;position: absolute;content: '';background-size: 100% 100%;background-image: url("../images/ic-more-mini.png");
	width:7px;height:7px;right:5px;bottom:5px;
}
.pagination-mb{display: none;}
/* 关于我们 */
.about-sec{background-image: url("../images/bg-about.jpg");padding:50px 0;}
.about-sec .about-cont{padding:80px 0 30px 0;}
.about-sec .about-cont .txt-box,
.about-sec .about-cont .img-box{width:50%;}
.about-sec .about-cont .img-box{text-align: right;}
.about-sec .about-cont .img-box img{max-width: 100%;}
.about-text{}
.about-text .tit{font-size:36px;font-weight: bold;}
.about-text .tips{display: inline-block;line-height: 52px;padding:0 20px;border-radius: 26px;background-color: #e40011;color:#fff;font-size:24px;margin:30px 0;}
.about-text .desc{font-size:18px;line-height: 34px;}
.culture-box{background-image: url("../images/bg-qy.jpg");background-position: bottom right;background-repeat: no-repeat;position: relative;}
.culture-box .img-box,
.culture-box .txt-box{width:50%;overflow: hidden;}
.culture-box .img-box img{width:100%;-webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s;}
.culture-box .img-box:hover img{-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);}
.culture-box .txt-box {padding:80px;height: 100%;position: absolute;right:0;display: table;}
.culture-box .txt-box .tb-wrap{display: table-cell;vertical-align: middle;height:100%;}
.culture-box .txt-box ul li {margin-bottom:30px;}
.culture-box .txt-box ul li h2{font-size:30px;font-weight: bold;margin-bottom:15px;}
.culture-box .txt-box ul li .desc{font-size:24px;color:#666;margin-bottom:20px;}
.org-box{padding:50px 0;}
.org-box .org-cont{text-align: center}
.org-box .org-cont img{max-width: 100%;}

.factory-show{background-image: url("../images/bg-factory.jpg");padding:60px 0;}
.factory-swiper {margin-top:30px;}
.factory-swiper .swiper-slide{position: relative;overflow: hidden;}
.factory-swiper .swiper-slide .hImg-box img{width:100%;}
.factory-swiper .swiper-slide .txt-box{position: absolute;display: table;width:100%;height:100%;background-color: rgba(228,0,17,.3);top:-100%;
	-moz-transition: top .4s; -ms-transition: top .4s; -o-transition: top .4s; transition: top .4s;
}
.factory-swiper .swiper-slide:hover .txt-box{top:0;background-image: url("../images/logo-t.png");background-repeat: no-repeat;background-position: center center;}
.factory-swiper .swiper-slide .txt-box .tc{display: table-cell;vertical-align: middle;text-align: center;}
.factory-swiper .swiper-slide .txt-box p{font-size:22px;font-weight: bold;color: #fff;margin-bottom:20px;}
.factory-swiper .swiper-slide .txt-box .ic-more{display:inline-block;background-image: url("../images/ic-more-c.png");width:34px;height:34px;}
.factory-swiper .swiper-pagination{
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;text-align: center;position: static;margin:20px 0;
}
.factory-swiper .swiper-pagination .swiper-pagination-bullet{
	background:#c8c8c8;width:8px;height:8px;opacity:1;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	text-align: center;
	margin-right:10px;
}
.factory-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#dd0000;}

.development{position: relative;}
.development .dev-l,
.development .dev-r{width:50%;height: 930px;}
.development .dev-l{background-image: url("../images/bg-02.jpg");padding:60px 0 0 calc((100% - 1200px)/2)}
.development .dev-l .dev-tit{}
.development .dev-l .dev-tit .t-ch{font-size:40px;color:#e40011;}
.development .dev-l .dev-tit .t-en{font-size:36px;color:#999;}
.development .dev-r{background-image: url("../images/bg-03.jpg")}
.development .dev-l .years{position: absolute;width:calc(25% - (100% - 1200px)/2);height:75%;bottom:50px;right:calc((100% - 1200px)/2);}
.development .dev-l .years ul {padding-left:50px;max-height: 80%;overflow: auto;}
.development .dev-l .years ul li{font-size:30px;color:#333;font-weight: bold;text-align: right;margin:0 0 20px 0;padding:2px 10px;border-right:3px solid #e40011;white-space: nowrap;font-family: Bahnschrift;}
.development .dev-l .years ul li.active,
.development .dev-l .years ul li:hover{color:#fff;background-color: #e40011;cursor: pointer;}
.development .dev-l .years .y-ad-txt{color:#e40011;position: absolute;width:100%;bottom:0;right:0;text-align: right;}
.development .dev-l .years .y-ad-txt .no{font-size:100px;font-weight: bold;font-family: Bahnschrift;}
.development .dev-l .years .y-ad-txt .tips{font-size:18px}
.development .year-cont{position: absolute;width:75%;bottom:50px;background-color: #e40011;color:#fff;left:0;padding:60px 0 60px calc((100% - 1200px)/2);height:75%;}
.development .year-cont .yc-item{display: none;padding-right:100px;}
.development .year-cont .yc-item .y-tit{font-size:36px;font-weight: bold;margin-bottom:50px;font-family: Bahnschrift;}
.development .year-cont .yc-item ul{max-height: 500px;overflow: auto;}
.development .year-cont .yc-item ul li{margin:20px 0;font-size:18px;}

.pro-case{padding:50px 0;}
.swiper-case{margin-top:30px;}
.swiper-case .swiper-slide a{display: block;position: relative;}
.swiper-case .swiper-slide .img-box,
.swiper-case .swiper-slide .txt-box{width:50%;}
.swiper-case .swiper-slide .img-box img{width:100%;}
.swiper-case .swiper-slide .txt-box{position: absolute;height:100%;right:0;color:#333;padding:80px 50px;}
.swiper-case .swiper-slide .txt-box .tit{font-size:30px;font-weight: bold;position: relative;padding-bottom:30px;color:#000;}
.swiper-case .swiper-slide .txt-box .tit:before{display: block;content: '';width:50px;height: 1px;background-color: #e40011;bottom:0;left:0;position: absolute;}
.swiper-case .swiper-slide .txt-box .desc{font-size:18px;line-height: 28px;margin:40px 0;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp:4;
	-moz-line-clamp:4;
	overflow: hidden;
}
.swiper-case .swiper-slide .txt-box .more{color:#e40011;padding-bottom:20px;border-bottom:1px solid #e40011;}
.pro-case .mv-ct-box{position: relative;}
.pro-case .sc-page{position: absolute;right:0;bottom:0;text-align: right;width:100%;z-index: 10;font-size: 0;}
.pro-case .sc-page .sc-prev,
.pro-case .sc-page .sc-next{display: inline-block;width:45px;height:45px;background-color: #7c8181;cursor: pointer;margin-left:1px;
	background-size: 50%;background-position: center center;background-repeat: no-repeat;
}
.pro-case .sc-page .sc-prev:hover,
.pro-case .sc-page .sc-next:hover{background-color: #e40011}
.pro-case .sc-page .sc-prev{background-image: url("../images/ic-page-prev.png")}
.pro-case .sc-page .sc-next{background-image: url("../images/ic-page-next.png")}


.footer{
	padding-top:50px;
	background-image: url("../../images/bg-footer.png");background-position: bottom center;background-repeat: no-repeat;background-size: cover;
}
.footer,
.footer a{
	color:#fff;
}
.footer a:hover{color:#e40011}
.footer .f-cont .f-c-list{
	overflow: hidden;
	padding:40px 0;
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.footer .f-cont .f-c-list .fcl-cont{
	width:60%;
	overflow: hidden;
}
.footer .f-cont .f-c-list .fcl-cont .nav-list{
	width: 100%;
	white-space: nowrap;
	overflow: auto;
	text-align: left;
	font-size:0;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 width:0 => 垂直滚动条隐藏 height:0 => 水平滚动条隐藏*/
.sb::-webkit-scrollbar {width: 4px; height: 4px; background-color: transparent}
/*定义滚动条轨道 内阴影+圆角*/
.sb::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1); border-radius: 4px; background-color: transparent}
/*定义滑块 内阴影+圆角*/
.sb::-webkit-scrollbar-thumb {border-radius: 4px; -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0); background-color: rgba(85,85,85,.1)}

.footer .f-cont .f-c-list .fcl-cont .nav-list {
	text-align: right;
}
.footer .f-cont .f-c-list .fcl-cont .nav-list .n-list-item{
	display: inline-block;
	text-align: left;
	font-size:14px;
	margin:0 30px;
	vertical-align: top;
}
.footer .f-cont .f-c-list .fcl-cont .nav-list .n-list-item:first-child{
	margin-left:0;
}
.footer .f-cont .f-c-list .fcl-cont .nav-list .n-list-item h2{
	display: inline-block;
	font-size:14px;
	padding:8px 0 20px 0;
	border-bottom:1px solid rgba(255,255,255,.3);
}
.footer .f-cont .f-c-list .fcl-cont .nav-list .n-list-item ul li{
	margin-top:15px;
}
.footer .f-cont .f-c-list .fcl-cont .nav-list .n-list-item ul li a{
	color:rgba(255,255,255,.8);
	display: inline-block;
	max-width: 110px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer .f-cont .f-c-list .fcl-cont .nav-list .n-list-item ul li a:hover{
	color:rgba(255,255,255,1);
}
.footer .f-cont .f-c-list .fcl-contact{
	width:30%;
	position: relative;
}
.footer .f-cont .f-c-list .fcl-contact:before{
	display: block;content: '';width:1px;height:100%;position: absolute;background-color: rgba(255,255,255,.2);right:-50px;top:10px;
}
.footer .f-cont .f-c-list .fcl-contact .contact-tel{
	text-align: left;
	display: inline-block;
	padding:30px 0;
}
.footer .f-cont .f-c-list .fcl-contact .contact-tel .text-box{
	margin-top:40px;
}
.footer .f-cont .f-c-list .fcl-contact .contact-tel .text-box p{
	padding:10px 0;
}
.footer .f-cont .copyright{
	padding:30px 0;
	font-size:14px;
	background-color: #cd2e24;
	border-top:1px solid rgba(255,255,255,.1);
	text-align: center;
}

/* banner */
.banner{height:600px;background-size: cover;background-position: center;text-align: center;padding-top:220px;position: relative;}
.banner.equ{padding-left:350px;}
.banner p{color:#fff;}
.banner .tit-en{font-size: 48px;font-weight: bold;}
.banner .tit-ch{font-size: 24px;margin-bottom:10px;}
.banner .c-nav{position: absolute;height: 70px;background-color: rgba(0,0,0,.5);width:100%;bottom:0;left:0;right:0;margin:auto;font-size:0;}
.banner .c-nav a{color:#fff;font-size:14px;display: inline-block;line-height: 70px;}
.banner .c-nav .cn-list a{padding:0 18px!important;}
.banner .c-nav a.active,
.banner .c-nav a:hover{background-color: #cd2e24;}
.banner .c-nav .location{font-size:14px;line-height: 70px;color:#fff;}


.header{border-bottom:1px solid rgba(255,255,255,.3);position: fixed;left:0;right:0;margin:auto;top:0; z-index:11;height:80px;-webkit-transition: top .5s;background-color: #fff;
	-moz-transition: background-color .5s; -ms-transition: background-color .5s; -o-transition: background-color .5s; transition: background-color .5s;}
.header.b{background-color: transparent;}
.header.b:hover{background-color: #fff;}
.header .mv-ct-box{padding-right:100px;position: relative;}

.header .logo{height: 45px;position: absolute;left:0;top:50%;margin-top:-22px;}
.header .logo img{height:100%;}
.header .h-nav li{float: left;margin-left:60px;}
.header .h-nav li a{font-size: 18px;color:#000;line-height: 80px;display: block;position: relative;}
.header .h-nav li a:before{position: absolute;width:1px;height:16px;left:-40px;top:50%;margin-top:-8px;background-color: rgba(255,255,255,.5);display: block;content: ''}
.header .h-nav li:first-child a:before{display: none;}
.header .h-nav li a:hover,
.header .h-nav li a.active{color:#e63128}
.header .h-nav li a:hover:after,
.header .h-nav li a.active:after{display: block;content: '';height:3px;width:50px;position: absolute;bottom:0;left:50%;margin-left:-25px;background-color: #e63128;}
.nav-box{position: fixed;background-color: rgba(0,0,0,.9);width:100%;height:100%;left:0;right:0;margin:auto;top:-100%;padding-top:200px;overflow: auto;
	-webkit-transition: top .7s; -moz-transition: top .7s; -ms-transition: top .7s; -o-transition: top .7s; transition: top .7s;z-index: 10;
}
.nav-box.show{top:0;}
.nav-box .logo-i{text-align: center;margin-bottom:40px;}
.nav-box ul{text-align: center;margin:auto;}
.nav-box ul li{display: inline-block;text-align: left;vertical-align: top;margin-left:80px;}
.nav-box ul li:first-child{margin-left:0;}
.nav-box ul li a{color:#fff;display: block}
.nav-box ul li a:hover{text-decoration: underline;}
.nav-box ul li > a{font-size:18px;}
.nav-box ul li .children{margin-top:20px;}
.nav-box ul li .children a{font-size:16px;padding:10px 0;}

/* 首页 */
.swiper-index{
	height:960px;
}
.swiper-index .swiper-slide a{
	display: table;
	position: absolute;
	height:100%;width:100%;
	background-size:cover;background-repeat:no-repeat;background-position:center;
	color:#fff;
}
.swiper-index .swiper-slide a > div{
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}
.swiper-index .swiper-slide a h1{
	margin-bottom:30px;
	font-size:60px;
	font-weight:bold;
}
.swiper-index .swiper-slide a h5{
	line-height:40px;
	font-size:24px;
}
.swiper-index .swiper-pagination{
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.swiper-index .swiper-pagination .swiper-pagination-bullet{
	background:#c8c8c8;width:20px;height:8px;opacity:1;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	text-align: center;
	margin-right:10px;
}
.swiper-index .swiper-pagination .swiper-pagination-bullet-active{
	width:40px;
	background:#dd0000;
}
.swiper-index .swiper-button-next,
.swiper-index .swiper-button-prev{
	width:40px;
	height:100px;
	cursor: pointer;
	-webkit-background-size:auto; background-size:auto;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
	z-index: 1;
	opacity: .6;
}
.swiper-index .swiper-button-next{
	right:30px;background-image: url("../images/btn-right.png");
}
.swiper-index .swiper-button-prev{
	left:30px;background-image: url("../images/btn-left.png");
}
.swiper-index .swiper-button-prev:hover,
.swiper-index .swiper-button-next:hover{
	opacity: 1;
}


/* 分页 */
.page-list{
	font-size:0;
	text-align: center;
}
.page-list li{display: inline-block}
.page-list a{display: inline-block;line-height: 40px;padding:0 15px;border:1px solid #e5e5e5;color:#000;font-size:14px;margin:0 2px;}
.page-list li:hover a,
.page-list li.active a{border-color:#e40011;color:#fff;background-color: #e40011;}
/* 产品中心 */
.product-list-box{
	margin:60px auto;
}
.product-list-box.case{
	padding-top:50px;
}
.product-list-box .ch-tabs{
	margin-top:20px;
}

.box-container{
	width:80%;
	font-size:0;
	min-height: 300px;
}
.product-list-box .product-list{
	font-size:0;
}
.product-list-box .product-list.detail{
	width:100%;
	margin-top:40px;
}
.product-list-box .product-list ul li{
	width:32%;background-color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-right:2%;
	margin-bottom:20px;
}
.product-list-box .product-list.case ul li{
	width:49%;
	margin-right:2%;
}
.product-list-box .product-list.detail ul li{
	width:24%;
	margin-right:1.25%;
}
.product-list-box .product-list ul li a{
	color:#333;
}
.product-list-box .product-list ul li:nth-child(3n){
	margin-right: 0;
}
.product-list-box .product-list.detail ul li:nth-child(3n){
	margin-right: 1.25%;
}
.



.product-list.detail ul li:nth-child(3n){
	margin-right: 1.25%;
}
.product-list-box .product-list.case ul li:nth-child(odd){
	margin-right: 2%;
}
.product-list-box .product-list.case ul li:nth-child(even){
	margin-right: 0;
}
.product-list-box .product-list.detail ul li:nth-child(4n){
	margin-right:0;
}
.product-list-box .product-list ul li:hover img{
	-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);
}
.product-list-box .product-list ul li:hover .tit{
	color:#d71820;
}
.product-list-box .product-list.case ul li:hover .tit{
	color:#fff;
}
.product-list-box .product-list ul li:hover .img-box,
.product-list-box .product-list ul li:hover .txt-box{
	border-color:#d71820;
}
.product-list-box .product-list.case ul li:hover .txt-box{
	background-color:#d71820;
}
.product-list-box .product-list ul li .img-box{
	/*width:100%;*/
	overflow: hidden;
	border:2px solid transparent;
}
.product-list-box .product-list ul li .img-box:hover{
	border:2px solid #d71820;
}
.product-list-box .product-list ul li .img-box img{
	width:100%;
	-webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s;
}
.product-list-box .product-list ul li .txt-box{
	border-bottom:2px solid #cacaca;
	padding:10px 0;
	line-height: 25px;
	background-color: #fafafa;
}
.product-list-box .product-list.detail ul li .txt-box,
.product-list-box .product-list.home ul li .txt-box{
	border-bottom:2px solid #fff;
	background-color: #fff;
}
.product-list-box .product-list ul li .txt-box .tit{
	font-size:18px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	-ms-text-overflow: ellipsis; text-overflow: ellipsis;
}
.product-show{padding:40px 0;}


.prod-banner .cont-box{position: relative;width:100%!important}
.prod-banner .img-box,
.prod-banner .txt-box{width:50%;}
.prod-banner .txt-box{position: absolute;right:0;padding:20px 0 20px 50px;height:100%}
.prod-banner .txt-box .name{font-size:30px;}
.prod-banner .txt-box .cont h3{font-size:24px;color:#000;padding:5px 0;margin-bottom:15px;}
.prod-banner .txt-box .cont p{line-height: 32px;}
.prod-banner .txt-box .cont{font-size:16px;color:#666;padding-top:20px;border-top:1px solid #e1e1e1;margin-top:20px;}
.prod-banner .txt-box .ops{position: absolute;bottom:0;left:50px;width:100%;}
.prod-banner .txt-box .ops a{display: inline-block;height:48px;line-height: 46px;padding:0 25px;text-align: center;border:1px solid #e1e1e1;margin-right:10px;color:#fff;font-size:16px;background-color:#d71820;
	-webkit-border-radius:24px; -moz-border-radius:24px; border-radius:24px;
}
.prod-banner .txt-box .ops a:hover{border-color:transparent;color:#fff;background-color:#d71820}
.prod-banner .txt-box .ops a:last-child{margin-right:0;}


.swiper-prod{position: relative;width:460px;margin:auto;}
.swiper-prod .thumb-prev,
.swiper-prod .thumb-next{
	position: absolute;
	width:28px;
	height:60px;
	top:30%;
	-webkit-background-size:100% 100%; background-size:100% 100%;
	cursor: pointer;
	z-index: 1;
}
.swiper-prod .thumb-prev{
	background-image: url("../images/g-prev.jpg");
	left:0
}
.swiper-prod .thumb-next{
	background-image: url("../images/g-next.jpg");
	right:0;
}
.gallery-top .swiper-pagination{display: none;}
.gallery-top .swiper-slide{-webkit-background-size:cover; background-size:cover;background-position: center center;text-align: center;}
.gallery-top .swiper-slide img{width: 100%}
.swiper-gallery-thumbs{
	height: 80px;
	position: relative;
	margin:30px 0 0 0;
}
.gallery-thumbs {
	box-sizing: border-box;
}
.gallery-thumbs .swiper-slide {
	height: 80px;
	width:80px;
	border:2px solid transparent;
	background-color: #eee;
	-webkit-background-size:100% 100%; background-size:100% 100%;
}
.gallery-thumbs .swiper-slide-active {border:2px solid #d71820;}


.about-us{padding:80px calc((100% - 1200px)/2) 150px 0;background-image: url("../images/bg-about-2.jpg")}
.about-us-box{padding:50px 0;}
.about-us-box .img-box,
.about-us-box .txt-box{width:50%;}

.about-us-box .img-box{padding-right:100px;position: relative;}
.about-us-box .img-box .ab-btn{position: absolute;height:113px;width:40px;background-size: 100% 100%;top:50%;margin-top:-56px;
	cursor: pointer;}
.about-us-box .img-box .ab-prev{background-image: url("../images/btn-left-2.png");left:0;display: none;}
.about-us-box .img-box .ab-next{background-image: url("../images/btn-right-2.png");right:20px;}
.about-us-box .swiper-slide{position: relative;overflow: hidden;border-radius: 20px;}
.about-us-box .swiper-slide .hImg-box{position: relative;}
.about-us-box .swiper-slide .hImg-box img{width:100%;}
.about-us-box .swiper-slide .hImg-box .tit{position: absolute;color:#fff;font-size:32px;font-weight: bold;z-index: 1;top:50%;margin-top:-10px;left:0;right:0;width:100%;text-align: center;
	-moz-transition: top .4s; -ms-transition: top .4s; -o-transition: top .4s; transition: top .4s;
}
.about-us-box .swiper-slide .txt-box{position: absolute;display: table;width:100%;height:100%;background-color: rgba(228,0,17,.3);top:-100%;
	-moz-transition: top .4s; -ms-transition: top .4s; -o-transition: top .4s; transition: top .4s;background-size: 70%;
	background-image: url("../images/logo-t.png");background-repeat: no-repeat;background-position: center center;}
.about-us-box .swiper-slide:hover .txt-box{top:0;}
.about-us-box .swiper-slide:hover .hImg-box .tit{top:-50px;}
.about-us-box .swiper-slide .txt-box .tc{display: table-cell;vertical-align: middle;text-align: center;}
.about-us-box .swiper-slide .txt-box p{font-size:32px;font-weight: bold;color: #fff;margin-bottom:20px;}
.about-us-box .swiper-slide .txt-box .ic-more{display:inline-block;background-image: url("../images/ic-more-c.png");width:36px;height:36px;background-size: 100% 100%;}

.about-us-box .txt-box .about-text .desc{
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp:5;
	-moz-line-clamp:5;
	overflow: hidden;
}
#txtBox{max-height: 500px;}
.about-us-box .txt-box .about-text .more{display: inline-block;margin-top:100px;color:#d71820;padding-bottom:10px;border-bottom:1px solid #d71820;}
.ad-txt{background-image: url("../images/bg-about-bott-pc.png");height:460px;padding-top:280px;color:#fff;margin-top:-200px;}
.ad-txt h1{font-size:40px;font-weight: bold;}
.ad-txt h4{font-size:20px;margin-top:20px;color:#ffdcda;}
/* 联系我们 - 地图 */
.about .map{
	display: block;
	height: 560px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size:cover; background-size:cover;
}
.map-content{
	height:560px;
	width:100%;
}
.BMap_bubble_pop{
	width:360px!important;
}
.BMap_bubble_pop .BMap_bubble_title{
	padding:10px 15px;
	color:#d85522!important;
	overflow: hidden!important;
	height:auto!important;
	font-size:16px;
	width:360px;
}
.BMap_bubble_center{
	margin-top:1px;
	width:360px!important;
}
.BMap_bubble_center .BMap_bubble_content{
	padding:10px 15px;
	width:360px!important;
}
.shadow img{
	display: none;
}
.iw_poi_title{
	color:#d85522;
	font-size:14px;
	padding:10px 0;
}
.iw_poi_content{
	color:#000;
}
/* 联系我们 */
.contact-list{padding:50px 0;}
.contact-list .cl-item{	width:50%;}
.contact-list .cl-item .cl-desc{color:#333;padding:70px 70px 70px 0;line-height: 26px;}
.contact-list .cl-item .cl-tel .tel-no{color:#e40011;font-size:36px;font-weight: bold;}
.contact-list .cl-item .info li{border-bottom:1px solid #eee;}
.contact-list .cl-item .info li p {padding:30px 0 30px 50px;position: relative;}
.contact-list .cl-item .info li p span{position: absolute;left:0;display: block;width:50px;height:100%;border-bottom:1px solid #e40011;top:0;padding-top:30px;}
.cl-title{font-size:36px;padding:20px 0;}
.cl-title .tit-ch{color:#e40011;margin-bottom:10px;}
.cl-title .tit-en{color:#999;}
.online-message{background-color: #f5f5f5;padding:50px 0;}
.online-message form{display: block;padding:40px;margin:10px 0;background-color: #fff;font-size:0;}
.online-message form input{height:60px;width:32%;margin:0 2% 20px 0;font-size:18px;padding:0 15px;border:1px solid #ccc;outline: none;}
.online-message form input.em{margin-right:0;}
.online-message form textarea{font-size:18px;padding:15px;width:100%;height:200px;border-color: #ccc;outline: none;}
.online-message form .mes-btns {margin-top:20px;}
.online-message form .mes-btns button{width:160px;height:60px;font-size:18px;margin-right:20px;color:#fff;background-color: #a8a8a8;outline: none;border:0;}
.online-message form .mes-btns button:last-child{margin-right:0;}
.online-message form .mes-btns button.sub{background-color: #e40011;}
/* 新闻中心 */
.news-list .news-item{
	height: 200px;
	position: relative;
	border-bottom:1px solid #dedede;
	margin-bottom:30px;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
.news-list .news-item:hover{
	border-color:#e40011;
}
.news-list .news-item:hover .news-img img{
	-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
}
.news-list .news-item:hover > a .news-title{
	color:#e40011;
}
.news-list .news-item a{
	height:100%;
	width:100%;
	position: absolute;
}
.news-list .news-item .news-img,
.news-list .news-item .news-txt{
	height:100%;
	padding:34px;
	position: absolute;
}
.news-list .news-item .news-txt .time{
	height:100%;
	position: absolute;
	width:130px;
	left:0;bottom:0;
	text-align: center;
	color:#949494;
	padding-top:30px;
}
.news-list .news-item .news-txt .time .t-md{
	font-size:40px;
	font-weight: bold;
	font-family: Bahnschrift;
}
.news-list .news-item .news-txt .time .t-year{
	display: inline-block;
	padding:2px 20px;
	font-size:14px;
}
.news-list .news-item .news-txt .time .line{
	font-size:30px;
}
.news-list .news-item .news-img img{
	position: absolute;
	top:0;left:0;
	width:100%;
	height:100%;
	-webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s;
}
.news-list .news-item .news-img{
	right:0;
	width:240px;height:150px;
	overflow: hidden;
}
.news-list .news-item .news-txt{
	width:calc(100% - 240px);
	padding-left:140px;
	left:0;
}
.news-list .news-item .news-txt .news-title{
	font-size:18px;
	color:#4b4a4a;
	font-weight:bold;
	margin-bottom:15px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis; text-overflow: ellipsis;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
}
.news-list .news-item .news-txt .news-cont{
	font-size:16px;
	color:#797979;
	line-height: 30px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	overflow: hidden;
}
.news-list .news-item .news-txt .news-other{
	color:#797979;
	position: absolute;
	bottom:30px;
	left:0;
	width:100%;
	padding:0 140px;
}
.news-list .news-item .news-txt .news-other .time {
	font-size: 14px;
}
.news-list .news-item .news-txt .news-other .btn-det {
	width: 30px;
	height:30px;
	line-height: 30px;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
	background-size: 100% 100%;
	background-image: url("../images/btn-news-more-g.png");
}
.news-list .news-item:hover > a .news-txt .news-other .btn-det{
	background-image: url("../images/btn-news-more-r.png");
}
.news-det-box{padding:50px 0;}
.news-det-title{
	padding:0 0 30px 0;
	text-align: left;
	border-bottom:1px solid #e5e5e5;
}
.news-det-title h1{
	font-size:30px;
	margin-bottom:30px;
	line-height: 40px;
}
.news-det-title.case h1{
	margin-bottom:0;
	font-weight: bold;
}
.news-det-title p{
	color:#959595;
	font-size:16px;
}
.com-desc{
	line-height: 30px;
	padding:40px 0;
	font-size:18px;
	color:#666;
}
.com-desc img{
	max-width: 100%;
}
.page-list-mb{padding:30px 0;display: none;}
.page-list-mb li{display: block;width:46%;position: relative;}
.page-list-mb a,
.page-list-mb span{display: inline-block;width:80px;height:30px;background-size: 100% 100%;position:relative;z-index: 2;text-align: center;font-size:12px;line-height: 30px;font-style: normal;color:#fff;}
.page-list-mb li:after{position: absolute;width:100%;z-index: 1;height:1px;background-color: #eee;display: block;content: '';top:50%;}
.page-list-mb li:first-child{text-align: right;float: left;}
.page-list-mb li:last-child{text-align: left;float:right;}
.page-list-mb li:first-child span,
.page-list-mb li:first-child a{background-image: url("../images/btn-mb-prev.png");padding-right:15px;}
.page-list-mb li:last-child span,
.page-list-mb li:last-child a{background-image: url("../images/btn-mb-next.png");padding-left:15px;}
.page-list-mb li:first-child:after{left:0;}
.page-list-mb li:last-child:after{right:0;}
/* 资质荣誉 */
.honor-list{
	font-size:0;
	padding:50px 0;
}
.honor-list ul li{
	display: inline-block;
	width:23%;
	margin-right:2.66%;
	margin-bottom:40px;
	vertical-align: top;
}
.honor-list ul li:hover img{
	-webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05);
}
.honor-list ul li:nth-child(4n){
	margin-right:0;
}
.honor-list ul li .img-box{
	width:100%;overflow: hidden;
}
.honor-list ul li .img-box img{
	width:100%;
	-webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s;
}
.honor-list ul li:hover .txt-box{color:#e40011;}
.honor-list ul li .txt-box{
	font-size:18px;
	text-align: center;
	padding:10px 0;
	color:#333;
	border-bottom:2px solid #eaeaea;
}
.honor-list ul li:hover .txt-box{
	border-color:#e40011;
}
/* 按钮 */
.ch-tabs{
	padding:0 0 30px 0;
	text-align: center;
	font-size: 0;
}
.ch-tabs a{
	display: inline-block;
	padding:0 20px;
	line-height: 30px;
	border:1px solid #ccc;
	color:#333;
	margin:0 5px 5px 5px;
	font-size:14px;
}
.ch-tabs a:hover,
.ch-tabs a.active{
	border-color: #dd0000;
	background-color: #dd0000;
	color:#fff;
}
.news-list-index{background-image: url("../images/bg-news.jpg");padding:50px 0;}
.news-list-index .ch-tabs{margin:20px 0;}
.news-list-index .n-list{
	display: none;
}
.news-list-index .n-list li{
	margin-right:2%;
	float:left;
}
.news-list-index .n-list li.news-banner{
	width:48%;
}
.news-list-index .n-list li.news-banner .swiper-pagination{
	text-align: left;padding-left:40px;
}
.news-list-index .n-list li.news-banner .swiper-pagination .swiper-pagination-bullet{
	background:transparent;width:16px;height:16px;opacity:1;
	border:2px solid #fff;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	margin-right:10px;
}
.news-list-index .n-list li.news-banner .swiper-pagination .swiper-pagination-bullet-active{
	background:#dd0000;
	border-color:#dd0000;
}
.news-list-index .n-list li a{display: block;height:470px;background-repeat: no-repeat;background-size: cover;}
.news-list-index .n-list li.nl{
	width:24%;
	border:1px solid #d8dde4;
	position: relative;
}
.news-list-index .n-list li:last-child{
	margin-right:0;
}
.news-list-index .n-list li.nl a{color:#666;}
.news-list-index .n-list li.nl .img-box{overflow: hidden;}
.news-list-index .n-list li.nl .img-box img{width:100%;--webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s;}
.news-list-index .n-list li.nl:hover .img-box img{webkit-transform: scale(1.03); -moz-transform: scale(1.03); -ms-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03);}
.news-list-index .n-list li.nl .txt-box{
	padding:15px 20px;line-height: 24px;
	height:240px;width:100%;
	position: absolute;bottom:0;
}
.news-list-index .n-list li.nl .txt-box h5{
	line-height: 26px;
	font-size:18px;color:#000;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	overflow: hidden;
}
.news-list-index .n-list li.nl .txt-box p{
	margin-top:15px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp:3;
	-moz-line-clamp:3;
	overflow: hidden;
}
.news-list-index .n-list li.nl .time{position: absolute;top:0;right:0;padding:10px;text-align: center;color:#fff;background-color: #e40011;}
.news-list-index .n-list li.nl .time .day{font-weight: bold;font-size:24px;}
.news-list-index .n-list li.nl .more{position: absolute;bottom:30px;left:20px;display: inline-block;padding-bottom:10px;border-bottom:1px solid #666;}
.news-list-index .n-list li.nl:hover .more{border-color: #e40011;color:#e40011;}
.swiper-news .swiper-slide a{position: relative}
.swiper-news .swiper-slide a .txt-box{position: absolute;background-color: #e40011;color:#fff;width:300px;height:180px;bottom:20px;right:20px;padding:60px 30px 0 30px;}
.swiper-news .swiper-slide a .txt-box h3{
	font-size:18px;line-height: 28px;margin-bottom:15px;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp:2;
	-moz-line-clamp:2;
	overflow: hidden;
}
.swiper-news .swiper-slide a .txt-box .time{font-size:14px;position: relative;}
.swiper-news .swiper-slide a .txt-box .time:before{display: inline-block;content: '';background-image: url("../images/ic-clock.png");width:16px;height:16px;vertical-align: middle;margin-right:5px;margin-top:-2px;}

.partners{
	padding:60px 0;
}
.partners .txt-box{
	text-align: center;
	padding-bottom:50px;
}
.partners .txt-box .tit-en{
	font-size:80px;
	opacity: .1;
	text-transform: uppercase;
}
.partners .txt-box .tit-zh{
	font-size:40px;
	margin-top:-55px;
	color:#d32017;
}
.partners .txt-box .desc{
	padding:5px 0;
}

/* 合作伙伴 */
.partners-list .list{ font-size:0;padding-bottom:50px;margin-top:50px;}
.partners-list .list li a{display: block;}
.partners-list .list li{display: inline-block;position: relative;vertical-align: top;border:1px solid #efefef;width:20%;margin:0;}
.partners-list .list li .img-box img{
	width: 100%;
	-webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s;
}
.partners-list .list li:hover .img-box img{
	-webkit-transform: rotateY(-360deg); -moz-transform: rotateY(-360deg); -ms-transform: rotateY(-360deg); -o-transform: rotateY(-360deg); transform: rotateY(-360deg);
}
.partners-list .list li .txt-box{position: absolute;height:100%;width:100%;background-color: #d32017;top:0;left:0;
	-webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg);
	-webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s;
}
.partners-list .list li:hover .txt-box{
	-webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg);
}
.partners-list .list li .txt-box .tit{font-size: 20px;text-align: center;position: absolute;width:100%;top:50%;margin-top:-13px;white-space: nowrap;overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis;color:#fff;}
.partners-list .swiper-pagination{bottom:0;}
.partners-list .swiper-pagination .swiper-pagination-bullet{
	background:#c8c8c8;width:20px;height:8px;opacity:1;
	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	text-align: center;
	margin-right:10px;
}
.partners-list .swiper-pagination .swiper-pagination-bullet-active{
	width:40px;
	background:#dd0000;
}

.product-detail-box{margin:50px 0;}
.product-detail{
	padding:20px 0;
}
.product-detail .pd-tabs{
	border-bottom:1px solid #dbdbdb;
	font-size:0;
}
.product-detail .pd-tabs a{display: inline-block;padding:10px 0;color:#333;font-size:16px;border-bottom:1px solid transparent;margin-right:20px;}
.product-detail .pd-tabs a.active,
.product-detail .pd-tabs a:hover{
	color:#d71820;
	border-bottom:1px solid #d71820;
}
.product-detail .pd-cont .pdc-item{
	padding-top:20px;
	display: none;
}
.product-detail .pd-cont .pdc-item img{max-width: 100%;}
.product-detail-cont{padding:20px;margin:20px 0;font-size:16px;line-height: 22px;}
.product-detail-cont img{max-width: 100%;}
.product-info{
	padding:40px 0;
}
.product-info .prod-banner{
	width:42.5%;
}
.product-info .prod-desc{
	width:54%;
}
.product-info .prod-desc .tit{
	padding-bottom:20px;
	border-bottom:1px solid #dbdbdb;
	font-size:20px;
}
.product-info .prod-desc .desc-txt{
	padding:10px 0 30px 0;
	border-bottom:1px solid #dbdbdb;
	line-height: 25px;
}
.product-info .prod-desc .btns-box{
	padding:10px 0;
}
.product-info .prod-desc .btns-box a{
	display: inline-block;
	max-width: 48%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis; text-overflow: ellipsis;
	padding:5px;
	border:1px solid #dbdbdb;
	color:#333;
}
.product-info .prod-desc .btns-box a:hover{
	color:#fff;background-color: #d71820;
	border-color: #d71820;
}

.list-btn{display:none;position: fixed;height:248px;width:58px;top:50%;left:0;margin-top:-124px;background-repeat: no-repeat;background-position: center center;cursor: pointer;background-image: url("../../images/bg-nav-list.png");z-index: 12}
.list-btn .ic-list{position: absolute;background-image: url("../../images/nav-list.png");width:20px;height:15px;top:50%;left:50%;margin-top:-10px;margin-left:-8px;}
.list-btn.show .ic-list{background-image: url("../../images/ic-close.png");width:16px;height:16px;position: absolute;top:50%;left:50%;margin-top:-8px;}

.language{height:80px;padding:0 10px;line-height:80px;cursor: pointer; position: absolute;right:-10px;top:0;}
.language .l-show{position: relative;padding-left:15px;}
.language .l-show:after{
	display: inline-block;content: '';width:20px;height:20px;position: absolute;left:-10px;top:50%;margin-top:-10px;
	background-image: url("../../images/ic-lang.png");background-size: 100% 100%;}
.language .l-change{display: none;position: absolute;top:60px;z-index: 12;
	line-height: 30px;
	width:120%;	left:50%;margin-left:-60%;
	border-radius: 3px;
	-webkit-box-shadow: #999 0 0 12px;
	-moz-box-shadow: #999 0 0 12px;
	box-shadow: #999 0 0 12px;
	background-color: #fff;
}
.language .l-change a{display: block;text-align: center;color:#666;padding:5px 0;}
.language .l-change a:hover{background-color:#e40011;color:#fff;}
.language:hover .l-change{display: block;}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
	.header .h-nav li{margin-left:50px;}
	.mv-ct-box{width:1200px;	}
}

@media only screen and (max-width: 1366px) {
	.mv-ct-box{
		width: 1200px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width: 1024px) {
	body:before{
		height:40px;
	}
	.ch-tabs{padding:0 0 15px 0;}
	/* 分页 */
	.page-list a{line-height: 28px;padding:0 8px;}
	
	.mv-ct-box{
		width: auto;
	}
	.header{height: 40px;background-color: #fff;}
	.header .logo{height:24px;margin-top:-12px;left:15px;}
	.header .h-nav{display: none;}
	.header .mv-ct-box{height:40px;}
	.nav-box {padding:44px 15px 10px 15px;overflow: auto;}
	.nav-box .logo-i{display: none;}
	.nav-box ul{text-align: left;}
	.nav-box ul li{display: block;margin-left:0;margin-bottom:20px;}
	.nav-box ul li > a{font-size:16px;}
	.nav-box ul li .children{margin-top:3px;}
	.nav-box ul li .children a{font-size:13px;padding:5px 0;display: inline-block;margin-right:10px;opacity: .9;}

	.list-btn{background-image: none;width:20px;height:15px;left:inherit;top:10px;right:15px;margin:0;display: block;}
	.list-btn .ic-list{width:100%;height:100%;top:0;left:0;margin:0;}
	.list-btn.show .ic-list{left:0;}

	.language{height:40px;line-height:40px;right:50px;font-size:12px;}
	.language .l-show{padding-left:10px;}
	.language .l-show:after{width:14px;height:14px;left:-5px;margin-top:-7px;}
	.language .l-change{top:40px;line-height: 20px;}
	
	/* 二级分类导航 */
	.cate-child-box{width:100%;padding:15px;font-size:0;}
	.cate-child-box.det{display: none;}
	.cate-child-box.horizontal a,
	.cate-child-box a{height:36px;line-height: 36px;font-size: 14px;padding:0 20px;margin:0 2% 10px 0;width:49%;display: inline-block;}
	.cate-child-box a:before{left:8px;}
	.cate-child-box a i{width:10px;height:9px;margin-top:-4px;right:10px;}
	.cate-child-box a:nth-child(even){;margin-right:0;}

	.pagination-mb {text-align: center;margin:20px 0;display: block;}
	.pagination-mb a{display: inline-block;background-repeat: no-repeat;background-position: center center;width:40px;height:40px;background-color: #666;background-size: 50%;border-radius: 50%;margin:5px;}
	.pagination-mb a:hover{background-color: #e40011;}
	.pagination-mb .p-prev{background-image: url("../images/ic-page-prev.png")}
	.pagination-mb .p-list{background-image: url("../images/ic-page-list.png")}
	.pagination-mb .p-next{background-image: url("../images/ic-page-next.png")}

	/* banner */
	.banner{height:200px;padding-top:60px;}
	.banner.equ{padding-left:0;}
	.banner .tit-en{font-size: 24px;}
	.banner .tit-ch{font-size: 16px;margin-bottom:6px;}
	.banner .c-nav{height: 35px;}
	.banner .c-nav .cn-list {float: inherit;white-space: nowrap;overflow: auto;text-align: left;}
	.banner .c-nav a{font-size:14px;line-height: 35px;}
	.banner .c-nav .cn-list a{padding:0 10px!important;}

	.footer{padding:0;}
	.footer .f-cont .copyright{padding:15px;font-size:12px;}

	.banner .c-nav .location,
	.footer .f-cont .fcl-cont,
	.footer .f-cont .f-c-list,
	.page-6,
	.page-down{display: none;}


    /* 轮播banner */
	.swiper-index{
		height:350px;
	}
	.swiper-index .swiper-slide a{
		padding:0 10px;
	}
	.swiper-index .swiper-slide a h1{
		margin-bottom:20px;
		font-size:20px;
	}
	.swiper-index .swiper-slide a h5{
		line-height:20px;
		font-size:12px;
	}
	.swiper-index .swiper-button-next,
	.swiper-index .swiper-button-prev{display: none;}
    /* 搜索 */
	.swiper-index .swiper-pagination .swiper-pagination-bullet{
		margin-right:5px;
	}
	/* 产品中心 */
	.product-show{padding:20px 0;}
	.product-list-box{
		margin-top:0;
	}
	.product-list-box.case{padding-top:20px;}
	.product-list-box .product-cate{
		display: none;
	}
	.product-list-box .ch-tabs{display: none}
	.ch-tabs{padding:0 15px;text-align: left;}
	.ch-tabs a{width:49%;margin-right:2%;margin-left:0;overflow: hidden;white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis;text-align: center}
	.ch-tabs a:nth-child(2n){margin-right:0;}
	.product-list-box .product-list{
		min-height: inherit;
		width:100%;
		padding:0 15px;
		margin-top:10px;
	}
	.product-list-box .product-list.detail{
		 margin-top:20px;
	 }
	.product-list-box .product-list.detail ul li,
	.product-list-box .product-list ul li{
		width:49%;
		margin-right: 2%;
	}
	.product-list-box .product-list.detail ul li:nth-child(even),
	.product-list-box .product-list ul li:nth-child(even){
		margin-right: 0;
	}
	.product-list-box .product-list.detail ul li:nth-child(odd),
	.product-list-box .product-list ul li:nth-child(odd){
		margin-right: 2%;
	}
	.product-list-box .product-list ul li .img-box{
		max-height: inherit;
	}
	.product-list-box .product-list ul li .txt-box{
		padding:6px 0;
	}
	.product-list-box .product-list ul li .txt-box .tit{
		font-size:14px;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}

	.com-title .tit-ch{font-size: 20px;margin-top: -30px;}
	.com-title .tit-en{font-size: 32px;}
	.com-title .desc{font-size:14px;margin-top:5px;}
	.com-title-t {padding-bottom:10px;margin:0 15px;}
	.com-title-t p{font-size:16px;padding-left:10px;}
	.com-title-t p:after{margin-top:-7px;width:3px;height:16px;}


	.partners-list .list {margin-top:20px;}
	.partners-list .list li{width:32%;}
	.partners-list .list li .txt-box .tit{font-size: 14px;margin-top:-10px;}

	/* 关于我们 */
	.about-sec{padding:10px 0;}
	.about-sec .about-cont{padding:10px 15px;}
	.about-sec .about-cont .txt-box,
	.about-sec .about-cont .img-box{width:100%;}
	.about-sec .about-cont .img-box{text-align: right;margin-bottom:20px;}
	.about-sec .about-cont .img-box img{max-width: 100%;}
	.about-text .tit{font-size:18px;}
	.about-text .tips{line-height: 36px;padding:0 10px;border-radius: 18px;font-size:16px;margin:15px 0;}
	.about-text .desc{font-size:16px;line-height: 28px;}
	.culture-box .img-box,
	.culture-box .txt-box{width:100%;padding:20px 15px;position: static;}
	.culture-box .txt-box ul li {margin-bottom:15px;}
	.culture-box .txt-box ul li h2{font-size:18px;}
	.culture-box .txt-box ul li .desc{font-size:16px}
	.org-box{padding:25px 0;}
	.org-box .org-cont img{max-width: 100%;}
	.factory-show{padding:30px 15px;}
	.factory-swiper{margin-top:15px;}
	.factory-swiper .swiper-slide .txt-box{position: absolute;display: table;width:100%;height:100%;background-color: rgba(242,179,0,.6);top:-100%;
		-moz-transition: top .4s; -ms-transition: top .4s; -o-transition: top .4s; transition: top .4s;
	}
	.factory-swiper .swiper-slide .txt-box p{font-size:16px;margin-bottom:5px;}

	.development{position: relative;}
	.development .dev-l,
	.development .dev-r{width:100%;height: auto;}
	.development .dev-r{display: none}
	.development .dev-l{padding:20px 15px;}
	.development .dev-l .dev-tit .t-ch{font-size:20px;}
	.development .dev-l .dev-tit .t-en{font-size:18px;}
	.development .dev-l .years{position: static;width:100%;height:auto;bottom:inherit;right:inherit;}
	.development .dev-l .years ul {padding-left:0;width:100%;overflow: auto;white-space: nowrap;}
	.development .dev-l .years ul li{display: inline-block;font-size:16px;margin:10px 0;padding:2px 10px;border:0;border-bottom:1px solid #e40011;}
	.development .dev-l .years .y-ad-txt{display: none;}
	.development .year-cont{position: static;width:100%;bottom:inherit;left:inherit;padding:20px 15px;height:auto;}
	.development .year-cont .yc-item {padding-right:0;}
	.development .year-cont .yc-item .y-tit{font-size:18px;margin-bottom:10px;}
	.development .year-cont .yc-item ul{max-height: inherit;padding-right:0;}
	.development .year-cont .yc-item ul li{margin:10px 0;font-size:16px;}

	.pro-case{padding:20px 0;}
	.swiper-case{margin-top:15px;}
	.swiper-case .swiper-slide .img-box{float: inherit;}
	.swiper-case .swiper-slide .img-box,
	.swiper-case .swiper-slide .txt-box{width:100%;}
	.swiper-case .swiper-slide .txt-box{position: static;padding:40px 15px;height: auto;}
	.swiper-case .swiper-slide .txt-box .tit{font-size:20px;padding-bottom:20px;}
	.swiper-case .swiper-slide .txt-box .desc{font-size:16px;line-height: 26px;margin:20px 0;}
	.swiper-case .swiper-slide .txt-box .more{padding-bottom:10px;}
	.pro-case .sc-page .sc-prev,
	.pro-case .sc-page .sc-next{width:36px;height:36px;background-size: 50%;}

	.about-us{padding:20px 15px;}
	.about-us-box{padding:20px 0;}
	.about-us-box .img-box,
	.about-us-box .txt-box{width:100%;}
	.about-us-box .swiper-slide .hImg-box .tit{font-size:18px}
	.about-us-box .img-box{padding:0 30px 20px 30px;margin-top:50px;}
	.about-us-box .swiper-slide .txt-box p{font-size:18px;}
	.about-us-box .swiper-slide .txt-box .ic-more{width:30px;height:30px;}
	.about-us-box .img-box .ab-btn{height:56px;width:20px;margin-top:-28px;
		cursor: pointer;}
	.about-us-box .img-box .ab-prev{display: block;}
	.about-us-box .img-box .ab-next{right:0;}
	.about-us-box .txt-box .about-text .desc{
		-webkit-line-clamp:7;
		-moz-line-clamp:7;
	}
	.about-us-box .txt-box .about-text .more{margin-top:30px;}
	.ad-txt{background-image: url("../images/bg-about-bott-mb.jpg");height:auto;padding:30px 15px;margin-top:0;}
	.ad-txt h1{font-size:18px;}
	.ad-txt h4{font-size:14px;margin-top:10px;line-height: 22px;}
 
	/* banner */
	.banner{height:200px;padding:60px 0 0 15px;}
	.banner:after{width:16px;height:4px;left:15px;bottom:-2px;}
	.banner .tit-en{font-size: 30px;margin-top:-10px;}
	.banner .tit-ch{font-size: 18px;margin-bottom:15px;}
	
    .m-pb-0{
	    padding-bottom: 0!important;
    }
	/* 联系我们 */
	.contact-list{padding:25px 15px;}
	.contact-list .cl-item{	width:100%;}
	.contact-list .cl-item .cl-desc{padding:20px 0;}
	.contact-list .cl-item .cl-tel .tel-no{font-size:30px;}
	.contact-list .cl-item .info {border-top:1px solid #eee;margin-top:30px;}
	.contact-list .cl-item .info li{border-bottom:1px solid #eee;}
	.contact-list .cl-item .info li p {padding:15px 0 15px 50px;}
	.contact-list .cl-item .info li p span{padding-top:15px;}
	.cl-title{font-size:24px;padding:10px 0;}
	.online-message{padding:20px 15px;}
	.online-message form{padding:15px;}
	.online-message form input{height:40px;width:100%;margin:0 0 10px 0;font-size:16px;}
	.online-message form textarea{font-size:16px;height:160px;}
	.online-message form .mes-btns {margin-top:10px;}
	.online-message form .mes-btns button{width:110px;height:40px;font-size:16px;}
	/* 联系我们 - 地图 */
	.about .map {
		height: 260px;
	}
	.about .map-content{
		height:320px;
	}
	.BMap_bubble_pop{
		width:320px!important;
	}
	.BMap_bubble_pop .BMap_bubble_title{
		width:320px;
	}
	.BMap_bubble_center{
		width:320px!important;
	}
	.BMap_bubble_center .BMap_bubble_content{
		width:320px!important;
	}
    .box-container{
	    width:100%;
    }
	/* 新闻中心 */
	.news-list{
		padding:15px;
	}
	.news-list .news-item{
		height: 130px;
	}
	.news-list .news-item .news-img,
	.news-list .news-item .news-txt{
		padding:15px 10px;
	}
	.news-list .news-item .news-img{
		width:40%;
		height:120px;
		padding-right:0;
		left:0;right:inherit;
	}
	.news-list .news-item .news-img img{
		height:auto;top:20px;
	}
	.news-list .news-item .news-txt{
		width:55%;
		right:0;
		left:inherit;
	}
	.news-list .news-item .news-txt .news-title{
		font-size:14px;
		margin-bottom:10px;
	}
	.news-list .news-item .news-txt .news-cont{
		font-size:12px;
		line-height: 20px;
	}
	.news-list .news-item .news-txt .news-other{
		bottom:42px;
		padding:0 15px;
	}
	.news-list .news-item .news-txt .news-other .time {
		font-size: 12px;
		line-height: 25px;
	}
	.news-list .news-item .news-txt .news-other .btn-det {
		display: none;
	}
	.news-det-box{padding:10px 0;}
	.news-det-title{
		padding:15px;
	}
	.news-det-title h1{
		font-size:16px;
		margin-bottom:15px;
		line-height: 24px;
	}
	.news-det-title p{
		font-size:12px;
	}
	.honor-list .page-list,
	.product-list-box .page-list{display: none;}
	.page-list-mb{display: block;}
	.next-prev-1 .ret-list{display: none}
	.next-prev{
		padding:15px;
	}
	.next-prev .np-item:first-child{
		margin-bottom:10px;
	}
	.next-prev .np-item a{
		font-size:14px;
	}
	.next-prev .np-item a .ic{
		width:70px;
		height: 28px;
		line-height: 28px;
	}
	.next-prev-1 .np-item{
		width:100%;
		line-height:40px;
	}
	.next-prev-1 .np-item.next{
		text-align: left;
	}
	.com-desc{
		padding:10px 15px;
		font-size:14px;
		line-height: 26px;
	}
	.honor-list{
		padding:30px 15px;
	}
	.honor-list ul li{
		width:49%;
		margin-right:2%;
		margin-bottom:15px;
	}
	.honor-list ul li:nth-child(even){
		margin-right:0;
	}

	.news-list-index{padding:20px 15px;}
	.news-list-index .ch-tabs{margin:10px 0;}
	.news-list-index .n-list li.news-banner{
		width:100%;margin-bottom:10px;
	}
	.news-list-index .n-list li.news-banner .swiper-pagination{
		padding-left:15px;
	}
	.news-list-index .n-list li.news-banner .swiper-pagination .swiper-pagination-bullet{
		width:12px;height:12px;
		margin-right:3px;
	}
	.news-list-index .n-list li a{height:230px;}
	.news-list-index .n-list li.nl{
		width:49%;
	}
	.news-list-index .n-list li.nl a{height:auto;}
	.news-list-index .n-list li.nl .txt-box{
		padding:15px;
		height:auto;width:100%;
		position: static;bottom:inherit;
	}
	.news-list-index .n-list li.nl .txt-box h5{
		line-height: 22px;
		font-size:16px;
	}
	.news-list-index .n-list li.nl .txt-box p{
		margin-top:5px;
		-webkit-line-clamp:2;
		-moz-line-clamp:2;
		line-height: 20px;
	}
	.news-list-index .n-list li.nl .time{padding:6px 10px;}
	.news-list-index .n-list li.nl .time .day{font-size:18px;}
	.news-list-index .n-list li.nl .more{position: static;margin:0 0 15px 15px;padding-bottom:5px;font-size:12px;}

	.swiper-news .swiper-slide a .txt-box{width:200px;height:130px;bottom:15px;right:15px;padding:30px 15px 0 15px;}
	.swiper-news .swiper-slide a .txt-box h3{
		font-size:16px;line-height: 22px;margin-bottom:10px;
	}

	.honor-index{
		padding:30px 15px;
	}
	.partners{
		padding:30px 15px;
	}
	.partners .txt-box{
		padding-bottom:25px;
	}
	.partners .txt-box .tit-en{
		font-size:44px;
	}
	.partners .txt-box .tit-zh{
		font-size:20px;
		margin-top:-25px;
	}
	.partners .txt-box .desc{
		font-size:12px;
	}
	.sp-line{margin:20px 0;height:10px;}
	.product-detail-box{margin:25px 0;}
	.product-detail{
		margin:0 15px;
		padding:0 0 10px 0;
		border:1px solid #dbdbdb;
	}
	.product-detail .pd-tabs a{border-bottom:0;margin-right:0;text-align: center;width:50%;}
	.product-detail .pd-tabs a.active,
	.product-detail .pd-tabs a:hover{
		color:#fff;
		background-color: #d71820;
	}
	.product-detail .pd-cont .pdc-item{
		padding:10px 15px;
	}
	.product-detail-cont{padding:20px;margin:0;font-size:14px;}
	.product-info .prod-desc .btns-box{
		display: none;
	}
	.product-info{
		padding:10px 15px;
	}
	.product-info .prod-banner{
		width:100%;
	}
	.product-info .prod-desc{
		width:100%;
	}
	.prod-banner{margin-top:15px;}
	.prod-banner .cont-box{padding:0 15px;}
	.prod-banner .img-box{float: none}
	.prod-banner .img-box,
	.prod-banner .txt-box{width:100%;}
	.prod-banner .txt-box{position: static;right:inherit;padding:15px 0;height:auto;margin-top:20px;}
	.prod-banner .txt-box .name{font-size:16px;}
	.prod-banner .txt-box .info{font-size:12px;margin-top:10px;}
	.prod-banner .txt-box .info .look,
	.prod-banner .txt-box .info .date{margin-right:15px;padding-left:20px;}
	.prod-banner .txt-box .info .look:before{width:20px;height:13px;margin-top:-6px;}
	.prod-banner .txt-box .info .date:before{width:16px;height:16px;margin-top:-8px;}
	.prod-banner .txt-box .cont h3{font-size:16px;padding:5px 0;margin-bottom:5px;}
	.prod-banner .txt-box .cont p{line-height: 24px;}
	.prod-banner .txt-box .cont{font-size:14px;padding-top:10px;margin-top:10px;}
	.prod-banner .txt-box .ops{position: static;bottom:inherit;left:inherit;margin-top:20px;}
	.prod-banner .txt-box .ops a{height:36px;line-height: 34px;font-size:14px;margin-bottom:10px;
		-webkit-border-radius:18px; -moz-border-radius:18px; border-radius:18px;
	}
	.prod-banner .txt-box .ops a:last-child{margin-bottom:0;}
	.prod-banner .txt-box .ops a .ic{width:16px;height:16px;margin-right:10px;}

	.swiper-prod{width:100%;}
	/*.swiper-gallery-thumbs{display: none;}*/
	.slidebanner {
		display: none!important;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {

}
/*IPhone portrait and smaller. You can probably stop on 320px*/
@media (max-device-width: 320px) {

}