﻿.body-wrap.left,
header.left {
	transform: translateX(-50%);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.body-wrap.on {
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	transform: translateX(0);
}


/* animation S */

@keyframes iconDown {
	0% {
		opacity: 0;
		top: 20%;
	}
	50% {
		top: 50%;
		opacity: 1;
	}
	100% {
		top: 70%;
		opacity: 0;
	}
}

@keyframes anishake1 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(20px, 40px, 0);
		transform: translate3d(20px, 40px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anishake2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(30px, 60px, 0);
		transform: translate3d(30px, 60px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anishake3 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
		-webkit-transform: translate3d(-10px, 40px, 0);
		transform: translate3d(-10px, 40px, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


/* animation E */


/* header S */

header {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 99;
	transition: all 0.5s ease-out 0s;
	padding: 20px 0;
	border-bottom:rgba(255, 255, 255, 0.3) solid 1px
}

header.on {
	top: 0;
	transition: all 0.5s ease-out 0s;
}

header.nofixed {
	transition: all 0.5s ease-out 0s;
}

header.fixedbg {
	background: rgba(0, 0, 0, 0.3);
	border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
	padding: 15px 0;
	position: fixed;
}

.header-in{
	position: relative;
	background: #fff!important;
	color: #403f3f;
	padding: 15px 0;
}
.header-in .wrap{
	color: #403f3f;
}
.header-in  .head-language p{
	border: #c2c2c2 solid 1px;
}
.header-in  .head-language p i{
	color: #c2c2c2;
}
header.header-in .topNav-item>a{
	color: #403f3f;
}
header.header-in.fixedbg {
	border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
	}

header .wrap {
	width: 100%;
	height: 42px;
	margin: 0 auto;
	max-width: 1240px;
	color: #fff;
	position: relative;
}

header .topNav {
	width: 64%;
	float: right;
}

header .logo {
	width: 15rem;
	max-width: 150px;
	float: left;
}

header .logo img {
	width: 100%;
}

header .topNav {
	float: right;
}

header .topNav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
}

header .topNav-item {
	margin: 0;
	position: relative;
	margin-left: 4rem;
}

header .topNav-item>a {
	display: block;
	width: 100%;
	padding: 0;
	text-align: right;
	float: left;
	color: #fff;
	padding-top: 10px;
}

header .topNav-item:hover>a,
header .topNav-item.active>a {
	color: #f96c4d;
}

header .topNav-item .line {
	transition: all .8s ease;
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #f96c4d;
	clear: both;
}

header .topNav-item:hover .line {
	transition: all .8s ease;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #f96c4d;
}

header .topNav-item.active .line {
	transition: all .8s ease;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #f96c4d;
}

.mtopNav-item.active:after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
}

.mtopNav-item.active:after {
	content: '';
	display: block;
	background: #e7141a;
	height: 1px;
	width: 100%;
	position: absolute;
}

.dropNav {
	float: right;
	display: none;
}

.dropNav .dropNavBtn {
	color: #fff;
	display: block;
	height: 100%;
	padding: 0 20px;
}
.dropNav .color999{
	color: #666666;
	top: 3px;
	position: relative;
}
.dropNav .dropNavBtn .iconfont {
	font-size: 3rem;
}

.topHeight {
	height: 70px;
}

#acurr>a {
	color: #e7141a;
}

header #acurr:after {
	content: '';
	display: block;
	background: #e7141a;
	height: 5px;
	width: 100%;
	top: -3px;
}

.headlogo {
	display: none;
}


/*语言下拉*/

.head-language {
	height: 24px;
	margin-top: 8px;
	float: right;
	cursor: pointer;
}

.head-language p {
	width: 83px;
	margin: 0;
	padding: 0;
	display: block;
	padding-left: 10px;
	line-height: 24px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	font-size: 14px;
}

.head-language p i {
	float: right;
	margin-top: 1px;
	font-size: 16px;
	margin-right: 15px;
}
.set {
	background: none;
}

.select {
	background: none;
}

.new {
	width: 83px;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.6);
	display: none;
	border-top: none;
	background: rgba(0, 0, 0, 0.2);
}

.head-language ul a {
	line-height: 28px;
	padding-left: 10px;
	font-size: 14px;
	color: #fff;
}

.head-language ul a:hover {
	color: rgba(255, 255, 255, 0.9);
}

.yuyan a{
		border-radius: 5px;
		background: #3399DD;
		width: 20%;
		margin: 0 auto;
		text-align: center;
		color: #fff!important;
		height: 30px;
		line-height: 30px;
		margin: 5px auto;
		padding: 0!important;
		text-indent: 0;
	}
/* header E */


/* submenu S */

.m-subMenu {
	position: fixed;
	top: 0;
	background-color: #fff;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	z-index: 1005;
	right: -100%;
	border-left: 1px solid #eee;
	width: 50%;
}

.m-subMenu.on {
	right: 0;
}

.m-subMenu .sMenu-item {
	border-bottom: 1px solid #eee;
	line-height: 50px;
	position: relative;
}

.m-subMenu .sMenu-item>a {
	display: block;
	padding: 0 0 0 20px;
}

.m-subMenu .sMenu-item .iconfont {
	font-size: 2rem;
	font-weight: 600;
	color: #999;
	position: absolute;
	top: 0;
	right: 10px;
}

.m-subMenu .sMenu-item .ms-Nav {
	background: #eee;
	display: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.m-subMenu .sMenu-item .ms-Nav a {
	display: block;
	padding-left: 20px;
}

.head-language {
	float: right;
	width:84px;
}

.head-language i {
	margin-top: 5px;
}

.head-language i {
	color: #fff;
	font-size: 25px;
	cursor: pointer;
}

 

/* submenu E */


/* banner S */

.banner .banner-pagination>span {
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 50%;
}

.banner .banner-pagination>span.swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 0.2);
}

.banner .swiper-button-next{
	background-image:url(../images/j2.png);
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	right: 10%;
}
.banner  .swiper-button-prev{
	background-image:url(../images/j1.png) ;
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	left: 10%;
}

/* banner E */
 
/* main S */

.main {}

/*首页关于我们*/

.habout {
	width: 100%;
	background: #fff;
	margin: 55px 0 55px 0;
	position: relative;
}
.abt-left{
	float: left;
	margin-left: 36px;
	max-width: 502px;
}
.abt-right{
	width: 44.75%;
	float: right;
}
.habout .line{
	width: 46.345%;
	border-bottom: #c4c4c4 solid 1px;
	top: 190px;
	position: absolute;
}

.abt-right h2{
	color: #666666;
	font-size: 3.2rem;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	line-height: 42px;
	width: 90%;
	padding-top: 30px;
}
.abt-right h3{
	color: #2c2929;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 20px 0 40px 0;
}

.abt-right  p{
	margin: 15px auto;
	font-size: 12px;
	line-height: 24px;
} 
.abt-right .item-box {
	margin-top: 40px;
	margin-bottom: 53px;
}
.abt-right .item-box .item{
	display: inline-block;
	width: 24%;
	text-align: center;
}
.abt-right .item-box .item img{
	display: block;
	width: 43px;
	height: 43px;
	margin: 10px auto;
}

.abt-right .item-box .item span{
	padding-top: 23px;
}

.abt-right .more{
	border: #acacac solid 1px;
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
	padding: 10px 15px  8px 10px;
}
.abt-right .more:hover{
	border: #1b7ccd solid 1px;
	background: #1b7ccd;
	color: #fff;
}
.abt-right .more i{
	font-size: 20px;
	top: 3px;
	position:relative;
}
/*首页产品中心*/
.product-wrap{
	width: 100%;
	background:#222328 url(../images/probg.jpg) no-repeat center bottom;
	padding-bottom: 30px;
}

.product-wrap .big-tit {
	text-align: center;
	color: #fff;
	line-height: 25px;
	padding-top: 35px;
}

.product-wrap .big-tit h2 {
	font-size: 3.2rem;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.product-wrap .big-tit h3 {
	font-size: 2.2rem;
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: bold;
}
.product-cotegory{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px auto;
	font-size: 14px;
	color: #fff;
}
.product-cotegory a{
	border: #919194 solid 1px;
	line-height: 23px;
	padding: 0 20px;
	margin: 0 3px;
	color: #fff!important;
	font-size: 14px;
}
.product-cotegory a:hover{
	background: rgba(255,255,255,0.3);
	color: #fff;
}
.product-list{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 40px;
}
.product-list-item{
	width: 25%;
	text-align: center;
}
.product-list-item img{
	margin: 0 auto;
}
.product-list-item h3{
	color: #fff;
	font-size: 1.8rem;
	padding: 50px 0;
	font-weight: bold;
}
.product-list-item p{
	line-height: 30px;
	color: #c9c9c9;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 30px;
}
.product-list .product-list-item:nth-child(1) p{
	max-width: 180px;
}
.product-list .product-list-item:nth-child(2) p{
	max-width: 140px;
}
.product-list .product-list-item:nth-child(3) p{
	max-width: 115px;
}
.product-list .product-list-item:nth-child(4) p{
	max-width: 250px;
}
/*首页新闻资讯*/
.news-wrap{
	padding: 20px 0;
	width: 100%;
	max-width: 1240px;
	overflow: hidden;
}
.news-wrap .row{
	margin:50px -20px;
	overflow: hidden;
}
.news-wrap .row .p9{
	padding: 0 20px;
}

.news-wrap .big-tit {
	text-align: center;
	color: #20170d;
	line-height: 25px;
	padding-top: 35px;
}

.news-wrap .big-tit h2 {
	font-size: 3.2rem;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.news-wrap .big-tit h3 {
	font-size: 2.2rem;
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: bold;
}
.news-box{
	padding-top: 55px;
	padding-bottom: 45px;
}
.news-box .item h3{
	border-bottom: #e7e7e7 solid 1px;
	line-height: 40px;
	margin-bottom: 17px;
	font-size: 2.4rem;
	font-family:arial;
}
.news-box .item h2{
	color: #20170d;
	line-height: 52px;
	height: 52px;
	font-size: 1.6rem;
	font-family:arial;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.news-box .item p{
	margin: 0;
	padding: 0;
	color: #5a5a5a;
	font-size: 12px;
	line-height: 23px;
}
.news-box .item:hover h2{
	color: #124683;
}

.news-box .item img{
	width: 100%;
	max-width: 280px;
}

.news-box .item .pic {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}

.news-box .item .pic img {
  width: 100%;
}
/*首页合作伙伴*/

.hpartner {
	width: 100%;
	background:#144784 url(../images/flinkbg.jpg) no-repeat center top;
	padding-bottom: 98px;
}

.hpartner-box {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

.partner-line{
	width: 32.41%;
	position: relative;
	border-bottom:rgba(255,255,255,0.3) solid 1px;
	height: 1px;
	left: 0;
	top: 260px;
}

.hpartner-tit{
	float: left;
	margin-top:58px;
}

.hpartner-tit {
	color: #fff;
	line-height: 25px;
	padding-top: 35px;
}

.hpartner-tit h2 {
	font-size: 3.2rem;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 40px;
}

.hpartner-tit h3 {
	font-size: 2.2rem;
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: bold;
}

.hpartner-tit p{
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	padding-top: 100px;
	width: 288px;
}
/*index 正六边行*/

.zlbox {
	height: 514px;
	max-width: 905px;
	margin-top: 118px;
	float: right;
}

.zlbox dl {
	position: relative;
	width: 905px;
	margin: 0 auto;
	z-index: 33;
}

.zlbox dl dd {
	width: 173px;
	height: 200px;
	background: url(../images/index20.png) no-repeat;
	position: absolute;
	z-index: 88;
}

.zlbox dl dd .text {
	width: 173px;
	height: 200px;
	
}

.text img {
	display: block;
	margin: 0px auto;
	padding-top: 48px;
}

.zlbox dl dd.current {
	width: 243px;
	height: 277px;
	background: url(../images/currrentbj.png) no-repeat;
	z-index: 20;
	z-index: 999;
}

.zlbox dl .current img {
	padding-top: 90px;
	margin: 0 auto;
}

.zlbox dl .current .text {
	width: 243px;
	height: 277px;
}

/* main E */


/* footer S */

footer {
	color: #b0b0b0;
	font-size: 1.2rem;
	line-height: 26px;
	background: #232429;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;
}

footer a {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #b0b0b0;
}

footer a:hover {
	color: #f1f1f1;
}

.foot-box {
	width: 100%;
	margin: 0 auto;
	max-width: 1240px;
	padding: 0;
	color: #c6c6c6;
	overflow: hidden;
	padding-bottom: 20px;
}
.foot-box .foot-logo-wrap{
	border-bottom: #434248 solid 1px;
	overflow: hidden;
	margin-bottom: 30px;
}

.foot-box .foot-logo-wrap .logo-left{
	float: left;
	display: flex;
	flex-direction: column;
}
.foot-box .foot-logo-wrap .logo-left span{
	font-size: 14px;
	padding: 15px 0 10px 0;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox {
	float: right;
	width: 210px;
	height: 35px;
	margin-top: 20px;	
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a {
	margin: 0 0 0 6px;
	padding: 0;
	width: 37px;
	height: 37px;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_fbook {
	background-position: 0 0;
	margin-left: 0;
	background-image: none;
	background: url(../images/f1.jpg) no-repeat  left top;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_linkedin {
	background: url(../images/f2.jpg) no-repeat  left top;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_twi {
	background: url(../images/f3.jpg) no-repeat  left top;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_weixin {
	background: url(../images/f5.jpg) no-repeat  left top;
	float: right;
}

.foot-box .foot-logo-wrap .bdsharebuttonbox a.bds_tieba {
	background: url(../images/f4.jpg) no-repeat  left top;
}

 
.foot-box .address {
	float: left;
	overflow: hidden;
	line-height: 23px;
	width: 28.63%;
	font-size: 14px;
}
.foot-box  .nva-list{
	float: left;
	width: 48.38%;
	display: flex;
	flex-direction: row;
	font-size: 14px;
}
.foot-box  .nva-list .item1{
	width: 25%;
}
.foot-box  .nva-list .item2{
	width: 30%;
}
.foot-box  .nva-list .item2 li{
	float: left;
}
.foot-box  .nva-list .item3{
	width: 25%;
}


.foot-box .nva-list .item h3{
	color: #ffffff;
	font-size: 16px;
	padding: 6px 0 20px 0;
}
.foot-box .nva-list  ul{
	color: #b0b0b0;
}
.foot-box .nva-list  ul li{
	line-height: 30px;
}
.foot-box .nva-list  ul li a{
	color: #b0b0b0;
}
.foot-box .ewm-wrap{
	width: 22%;
	float: right;
	padding-top: 7px;
}
.foot-box .ewm-wrap img{
	float: right;
}
.foot-box .ewm-wrap .text{
	padding-right: 25px;
	font-size: 12px;
	text-align: right;
	width:100px;
	float: right;
	padding-top: 44px;
}
.copy-wrap {
	width: 100%;
	background: #1a1b1e;
	padding: 8px 0 ;
	line-height: 20px;
	text-align: center;
	color: #b0b0b0;
}

.copy-wrap .copy a {
	color: #b0b0b0;
}

.copy-wrap .copy a:hover {
	color: #e60012;
}

.foot-box .copy p {
	padding: 12px 0;
	text-anchor: right;
	margin: 0;
}


/* footer E */


/*--分页--*/

.page {
	padding: 20px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page li {
	display: inline-block;
	border-right: #c9c9c9 1px solid;

	border-top: #c9c9c9 1px solid;

	margin: 2px;
	border-left: #c9c9c9 1px solid;
	color: #818181;

	border-bottom: #c9c9c9 1px solid;
	TEXT-DECORATION: none;
}
.page li a{display: block;	padding-left: 10px;	padding-top: 5px;	padding-right: 10px;
	padding-bottom: 5px;}
.page li span{display: block;	padding-left: 10px;	padding-top: 5px;	padding-right: 10px;
	padding-bottom: 5px;}
.page A:hover {
	border-right: #c9c9c9 1px solid;
	border-top: #c9c9c9 1px solid;
	border-left: #c9c9c9 1px solid;
	color: #322516;
	border-bottom: #c9c9c9 1px solid
}

.page A:active {
	border-right: #c9c9c9 1px solid;
	border-top: #c9c9c9 1px solid;
	border-left: #c9c9c9 1px solid;
	color: #818181;
	border-bottom: #c9c9c9 1px solid
}

.page li.active {
	border-right: #ed1c24 1px solid;

	border-top: #ed1c24 1px solid;

	FONT-WEIGHT: bold;

	margin: 2px;
	border-left: #ed1c24 1px solid;
	color: #ed1c24;

	border-bottom: #ed1c24 1px solid;
	background: #fff;
}

.page li.disabled {
	BORDER-RIGHT: #c9c9c9 1px solid;

	BORDER-TOP: #c9c9c9 1px solid;

	margin: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	color: #ababab;

	BORDER-BOTTOM: #c9c9c9 1px solid
}


/* topBanner S */

.topBanner {
	position: relative;
}

.topBanner>img {
	width: 100%;
}

/*内页*/

.sub-nva-wrap{
	width: 100%;
	border: #d9d9d9 solid 1px;
	border-left: none;
	border-right: none;
	background: #fafafa;
}
.local-wrap{
	width: 100%;
	max-width: 1240px;
	padding: 0;
}
.sub-nva-wrap .local{
	width: 44px;
	height: 44px;
	text-align: center;
	line-height:44px;
	border: #d9d9d9 solid 1px;
	border-bottom: none;
	border-top: none;
	float: left;
	background: #fff;
}
.sub-nva-wrap .local i{
	color: #777777;
}
.sub-nva-wrap .list{
	float: left;
	display: flex;
	flex-direction: row;
	width: 80%;
	text-align: center;
}
.sub-nva-wrap .list a{
	height: 44px;
	line-height: 44px;
	display: block;
	width: 20%;
	background: #fff;
	border-right: #d9d9d9 solid 1px;
}
.sub-nva-wrap .list a.cur{
	color: #0066cc;
}
/*内页设备展示*/

.subequipment {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: 100%;
	padding: 50px 0;
}
.subequipment .row{
	margin:0 -20px;
}
.subequipment .row .p9{
	padding: 0 20px;
}
.subequipment .item {
	background: #fff;
	margin-bottom: 20px;
}

.subequipment .item .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
}

.subequipment .item .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}
 
.subequipment .item .pic {
	  width: 100%;
	  height: 0;
	  padding-bottom: 65%;
	  overflow: hidden;
	}

.subequipment .item:hover .pic img {
	transform: scale(1.2);
}

.subequipment .item h2 {
	font-size: 14px;
	height: 70px;
	line-height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 1;
	/** 显示的行数 **/
	overflow: hidden;
}

/*内页合作伙伴*/
.subflink {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	width: 100%;
	padding: 50px 0;
}
.subflink .row{
	margin:0 -20px;
}
.subflink .row .p9{
	padding: 0 20px;
}
.subflink .item {
	background: #fff;
	
	overflow: hidden;
}

.subflink .item .pic {
	width: 100%;
	overflow: hidden;
	transition: all 0.6s;
	border: #ddd solid 1px;
	margin-bottom: 20px;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
	
}

.subflink .item .pic img {
	cursor: pointer;
	transition: all 0.6s;
	width: 100%;
}

.subflink .item:hover .pic img {
	transform: scale(1.2);
}



/*内页联系我们*/

.subcontact {
	padding: 50px 0 30px 0;
}
.subcontact .contact-left{
	float: left;
	width: 40.5%;
}
.subcontact .contact-left img{
	max-width: 100%;
}

.subcontact .contact-right{
	float: right;
	width: 47.6%;
	padding-top: 30px;
}
.subcontact .contact-right img{
	height: auto;
	float: left;
	margin-right: 30px;
}
.subcontact .contact-right .item{
	width: 100%;
	padding-bottom: 30px;
	clear: both;
	overflow: hidden;
}
.subcontact .contact-right .item .address-box{
	float: left;
	color: #403f3f;
	width: 75%;
}
.subcontact .contact-right .item .address-box h2{
	color: #403f3f;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.subcontact .contact-right .item .address-box ul li{
	clear: both;
	line-height: 30px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
}
.subcontact .contact-right .item .address-box ul li i{
	color: #696869;
	width: 40px;
	font-size: 20px;
	padding-right: 10px;
	line-height:10px;
}
.subcontact .contact-right .item .address-box ul li i.icon-dianhuatelephone96{
	font-size: 14px;
}
.subcontact .contact-right .item .address-box ul li i.icon-email{
	top: 3px;
	position: relative;
}

 
/*内页新闻资讯*/

.news-list {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	clear: both;
	padding: 30px 0 30px 0;
}

.news-list .news-item {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: #cecece solid 1px;
}

.news-item>a {
	float: left;
	display: block;
	width: 280px;
	height: 165px;
	overflow: hidden;
}
.news-item>a img{
	
}
.news-item>a:hover 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-item .news-item-r {
	padding-left: 310px;
}

.news-item-r p.date {
	margin: 0;
	padding: 0;
	width: 100%;
}

.news-item-r p.keys {
	font: 14px/30px Arial, Helvetica, sans-serif;
	color: #888888;
	width: 100%;
	padding-top: 5px;
}

.news-item-r p.keys span {
	font: 14px/1 "microsoft yahei";
}

.news-item-r h4 a {
	display: block;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	font-weight: bold;
	color: #474747;
	line-height: 30px;
}

.news-item h4 a i {
	display: block;
	float: left;
	width: 0;
	height: 1px;
	margin-top: 15px;
	background-color: #0066cc;
}

.news-item-r h4 a:hover {
	color: #0066cc;
}

.news-item-r h4 a:hover i {
	width: 40px;
	margin-right: 10px;
}

.news-item p.news-detail {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	color: #888;
}

.news-item p.text {
	margin: 0;
	padding: 5px 0 0px 0;
	font-family: "Microsoft YaHei";
	line-height: 26px;
	color: #666;
	height: 70px;
}

.news-item .morenews {
	font-size: 13px;
	padding: 3px 0px;
}


/* topNav S */

.mtopNav {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #6f7379;
}

.mtopNav .mtopNav-list {
	display: inline-block;
	margin: 0 auto;
}

.mtopNav .mtopNav-item {
	float: left;
	padding: 0 40px;
	color: #333;
}

.mtopNav .mtopNav-item i.iconfont {
	font-size: 3rem;
	color: #7f7f7f;
	display: inline-block;
	margin-bottom: 5px;
}

.mtopNav .mtopNav-item p {
	color: #3a3a3a;
	font-size: 1.5rem;
}

.mtopNav .mtopNav-item.active:after {
	height: 2px;
	bottom: -20px;
	position: relative;
}

.mtopNav .mtopNav-item>a {
	display: inline-block;
	padding: 0 20px;
}

.mtopNav .mtopNav-item:hover i,
.mtopNav .mtopNav-item:hover p {
	color: #e7141a !important;
}


/* topNav E */


/* mbomNav S */

.mbomNav-list {
	text-align: center;
	padding: 3rem 0;
}

.mbomNav-item {
	display: inline-block;
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	font-size: 1.4rem;
	margin: 5px;
}

.mbomNav-item:hover,
.mbomNav-item.active {
	background: #e7141a;
	color: #fff;
	border-color: #e7141a;
}


/* mbomNav E */


/* product S */

.pro-list {
	width: 100%;
	max-width: 1240px;
	margin: 60px auto;
	
}
.pro-list .row{
	margin: 0 -25px;
}

.pro-list .p9 {
	padding: 0 16px;
}

.pro-list .item {
	float: left;
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	margin: 0;
	margin-bottom: 10px;
}

 
.pro-list .item .pic {
	background: #fafafa;
	text-align: center;
	width: 100%;
	width: 100%;
	/*height: 0;
	padding-bottom: 63%;*/
	overflow: hidden;
}
.pro-list .item .pic img{
	width: 100%;
 
}

 
.pro-list .item .pro-tit {
	font-size: 1.4rem;
	text-align: center;
	padding: 30px 0;
	
}

.pro-list .item:hover {
	background: #fff;
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
 

/*内页关于我们*/
 @font-face {
  font-family: "swis721btbold";
  src: url("../fonts/swis721btbold.woff2") format("woff2"),
       url("../fonts/swis721btbold.woff") format("woff"),
       url("../fonts/swis721btbold.ttf") format("truetype"),
       url("../fonts/swis721btbold.eot") format("embedded-opentype"),
       url("../fonts/swis721btbold.svg") format("svg"),
       url("../fonts/swis721btbold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
 
.subabout {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0 40px 0;
	border-bottom: #c4c4c4 solid 1px;
	overflow: hidden;
}
.about-left {
	float: left;
	width: 29.8%;
}
.about-left h2{
	color: #666666;
	font-size: 3.2rem;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	line-height: 42px;
}
.about-left h3{
	color: #2c2929;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 10px 0 40px 0;
}
.about-right {
	float: right;
	width: 57.25%;
}
.about-right .about-content{
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 40px;
}
.about-right .item-box{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.about-right .item-box .item{
	width: 22.5%;
	border-top: #e2e2e2 solid 1px;
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: #323232;
}
.about-right .item-box .item img{
	margin-bottom: 30px;
}
.about-right .item-box .item h3{
	font-size: 14px;
}
.about-right .item-box .item p span:first-child{
	font-family: "swis721btbold";
	font-size: 3.0rem;
	color: #545454;
}
.about-right .item-box .item p span:nth-child(2){
	top: -3px;
	margin-left: 3px;
	color: #545454;
	position: relative;
}


/*企业文化*/
.culture {
	width: 100%;
	background: url(../images/culbg.jpg) no-repeat center top;
	background-size: 100%;

}

.culture-box {
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
	padding: 0;
	padding-top: 60px;
}

.culture h2{
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	line-height: 42px;
	width: 90%;
}
.culture h3{
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 10px 0 40px 0;
}

.culture-content{
	background: #fff;
	padding: 70px 0;
	color: #091430;
	line-height: 35px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 30px;
}
.culture-content span{
	font-weight: bold;
}
.culture-content-left{
	margin-left: 12.8%;
	float: left;
}
.culture-content-right{
	margin-left: 12.8%;
	float: left;
}

/*历史发展*/
.history-wrap{
	width: 100%;
	background: url(../images/process.jpg) no-repeat center top;
	background-size: cover;
	padding: 40px 0;
}
.history-left{
	border-left:rgba(255,255,255,0.6) solid 1px;
	margin-left: 69px;
	padding: 54px 0 0 79px 0;
	color: #fff;
	float: left;
}
.history-left .item{
	clear: both;
	padding: 60px 0;
	cursor: pointer;
}
.history-left .item i{ 
	color: #fff;
	padding: 0px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	font-size: 24px;
	margin-left: -13px;
}
.history-left .item span{
	margin-left: 32px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-top: -5px;
}
.history-left .cur i{
	color: #0066cc;
}

.history-right{
	float: left;
	width: 56.45%;
	margin-left: 12%;
	padding-top: 15px;
	margin-bottom: 30px;
}
.history-right h2{
	color: #c3bcb3;
	font-size: 3.2rem;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	line-height: 34px;
}
.history-right h3{
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 10px 0 30px 0;
}
.history-right .content{
	background: #fff;
	padding: 35px 25px;
	min-height: 345px;
}
.history-right .content ul{
	margin: 0;
	padding: 0;
}
.history-right .content ul li{
	padding: 25px 0;
	border-bottom: #f0f0f0 solid 1px;
	overflow: hidden;
}
.history-right .content ul li:last-child{
	border-bottom: none;
}
.history-right .content ul li .tit{
	color: #0066cc;
	font-weight: bold;
	font-size: 18px;
	width: 88px;
	float: left;
}
.history-right .content ul li  p{
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 80%;
	
}
/*资质证书*/

.honor-tit {
	color: #20170d;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 30px 0 30px 0;
	text-align: center;
}
 .honor-wrap{
 	position: relative;
 	max-width: 1180px;
 	margin: 0 auto;
 	padding-bottom: 40px;
 }
 .honor-list {
 	margin: 0 auto;
 	max-width: 930px;
 }
  .honor-wrap .swiper-button-prev{
 	left: 0;
 	background-image: none;
 	top: 35%;
 }
   .honor-wrap .swiper-button-next{
 	right: 0;
 	background-image: none;
 	top: 35%;
 	width: 44px;
 }
   .honor-wrap .swiper-button-prev i,  .honor-wrap .swiper-button-next i{
   	font-size: 42px;
   }
 
 .honor-list .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 214px;
 
    }
  .honor-list .swiper-slide img{
  	border: #383838 solid 7px;
  	height: 304px;
  }
   .honor-list .swiper-slide:nth-child(3), .honor-list .swiper-slide:nth-child(5){
   	width: 394px;
   }
    .honor-list .swiper-slide:nth-child(4){
   	width: 453px;
   }
    .honor-list .swiper-slide:nth-child(6){
   	width: 438px;
   }
    .honor-list .swiper-slide:nth-child(7){
   	width: 445px;
   }
    .honor-list .swiper-slide:nth-child(8){
   	width: 437px;
   }
    .honor-list .swiper-slide:nth-child(9){
   	width: 216px;
   }
     .honor-list .swiper-slide div{
     	clear: both;
     	text-align: center;
     	width: 100%;
     	line-height: 50px;
     	font-size: 14px;
     }
/*新闻详情页*/
.newsde {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
	margin-top: 30px;
}

.newsde .newsde-tit {
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
	color: #20170d;
	line-height: 30px;
	padding-bottom: 10px;
}

.newsde .newsde-info {
	font-size: 14px;
	color: #646363;
	line-height: 18px;
	padding: 10px 0;
	margin: 0 auto;
}

.newsde-share-m {
	display: none;
}

.newsde .newsde-share {
	width: 318px;
	height: 33px;
	position: absolute;
	right: 4%;
	top: 35px;
}

.newsde .newsde-share a {
	display: block;
	width: 33px;
	height: 33px;
	margin: 0 0 8px 20px;
	padding: 0;

}

.newsde .newsde-share a.bds_sqq {
	background: url(../images/f-in2.png);
}

.newsde .newsde-share a.bds_weixin {
	background: url(../images/f-in4.png);
}

.newsde .newsde-share a.bds_tsina {
	background: url(../images/f-in6.png);
}

.newsde .newsde-share a.bds_qzone {
	background: url(../images/f-in3.png);
}

.newsde .newsde-share a.bds_tqq {
	background: url(../images/f-in5.png);
}

.newsde .newsde-share a.bds_renren {
	background: url(../images/f-in1.png);
}

.newsde .newsde-content {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
	border-top: #d9d9d9 solid 1px;
	margin-top: 20px;
}

.newsde .newsde-content img {
	max-width: 100%;
}

.newsde .newsde-fenye {
	line-height: 48px;
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: #d6d6d6 solid 1px;
}

.newsde .newsde-fenye .fenye-box {
	width: 84%;
}

.newsde .newsde-fenye .fenye-box a {
	padding: 0 15px;
	width: 45%;
	height: 48px;
	overflow: hidden;
	float: left;
	-webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				overflow: hidden;
}

.newsde .newsde-fenye .fenye-box a:hover {

	
}

.newsde .newsde-fenye a.prev {
	float: left;
	display: block;
 
}
 
.newsde .newsde-fenye a.next {
	float: left;
	display: block;
}

.newsde .newsde-fenye .goback {
	text-align: center;
	display: block;
	width: 152px;
	color: #716f6f;
		border-left: #d6d6d6 solid 1px;
}

.newsde .newsde-fenye .goback i {
	color: #716f6f;
	margin: 0 0px 0 25px;
	float: left;
}

.newsde .newsde-fenye .goback:hover {
	color: #61a9f2;
}

.newsde .newsde-fenye .goback:hover i {
	color: #61a9f2;
}

/*产品详情页*/
.prode .newsde-tit{
	text-align: center;
}
.prode .newsde-share{
	margin: 30px auto;
	clear: both;
	position:inherit;
	top: inherit;
	left: 0;
}
.prode-fenye{
text-align: center;	
}
.prode-img{
	max-width: 900px;
	margin: 0 auto;
	margin-top: 20px;
}
.prode-img img{
	margin: 0 auto;
}
.prode-img .swiper-slide{
	margin: 0 auto;
	text-align: center;
}
.prode-img .swiper-slide img{
	margin: 0 auto;
}
.prode-img  .swiper-wrapper{
	width: 100%;
	text-align: center!important;
	margin: 0 auto;
}
.prode-img  .swiper-button-next{
	background-image:url(../images/btn-r.png);
	width: 38px;
	height: 38px; 
	background-size: 38px 38px;
}
.prode-img  .swiper-button-prev{
	background-image:url(../images/btn-l.png) ;
	width: 38px;
	height: 38px;
	background-size: 38px 38px;
}

.main {
	width: 100%;
}

.productde-content {
	padding: 20px 0;
	font-size: 14px;
	line-height: 28px;
}

.productde-content img {
	max-width: 100%;
}


.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '' !important;
}