/*配置颜色*/.Themebg,.Themebghover:hover,.message-list dl dt,.friendLink,.ThemeBbg,.menu .navbar-nav > li > a:hover,.menu .nav > li ul li a:hover,.product .pro_list li a:hover,.title_x,.p_pro_d .title_d,#ProClass li.ac .Classtriangle,.pro_class_x .product-class li a:hover, .pro_class_x .product-class li a.Themebg,.p_info_d .title_d {
	background-color: #1684df !important
}

.Themefont,.Themetxthover:hover {
	color: #1684df !important
}

.ThemeFborder,.Themebdhover:hover,.message-list dl,.form .header {
	border-color: #1684df !important
}

.NavBoxPublic .TriangleBtn:before {
	border-color: #1684df !important
}

.ThemeFbg {
	background-color: #eee !important
}/*字体*/@font-face {
	font-family: "iconfont";src: url('iconfont.eot?t=1571382176885');/* IE9 */       url('iconfont.woff?t=1571382176885') format('woff'),    url('iconfont.ttf?t=1571382176885') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */    url('iconfont.svg?t=1571382176885#iconfont') format('svg');/* iOS 4.1- */
}

.iconfont {
	text-align: center;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal
}

.iconyoujiantou:before {
	content: "\e667"
}

.icon-iconshanchu:before {
	content: "\e62f"
}

.icon-gonggao:before {
	content: "\e632"
}

.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}/* 新增 */.main-more a {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 40px;
	border: solid 1px #cccccc;
	line-height: 38px;
	text-align: center
}

.main-more a img.main-more-icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	vertical-align: baseline
}

.main-more a span {
	font-size: 14px;
	color: #aaaaaa
}

.main-more a img.main-more-right {
	position: absolute;
	width: 80px;
	top: 50%;
	right: -65px;
	transform: translateY(-50%)
}/* 关于我们 */.column-four {
	height: 560px
}

.column-l {
	float: left;
	width: 67%
}

.column-r {
	float: right;
	width: 30%
}

.main-title {
	display: inline-block;
	margin-bottom: 50px
}

.main-title em {
	display: inline-block;
	margin-bottom: 10px;
	width: 90px;
	height: 4px;
	background-color: #1684df
}

.main-title h2 {
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: normal;
	color: #333333
}

.main-title h3 {
	font-size: 24px;
	color: #666666;
	font-weight: bold
}/*标题从上而下缓慢展现*/@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	animation-name: fadeInDown
}/*标题从下而上缓慢展现*/@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none；
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-ms-animation-name: fadeInUp;
	animation-name: fadeInUp
}/*产品图片效果*/@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}/*新闻*/@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%,0,0);
		-ms-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.tpl_seven_bg {
	height: 300px;
	background-image: url(../images/268-01.jpg);
	background-repeat: @Pagebg_repeat;
	background-size: cover;
	background-position: center;
	background-color: #eee
}

.video .main-title {
	text-align: center;
	margin: 20px auto 50px;
	width: 100%
}

.album .main-title {
	text-align: center;
	margin: 20px auto 50px;
	width: 100%
}

.video .main-more {
	text-align: center;
	margin: 60px auto
}

.companyDatalist .font-con:hover b {
	color: #1684df
}

.article .news-tab {
	padding-left: 0
}

a {
	text-decoration: none
}

#ProClassLeft li .second, #md_detailProductClass li .second {
	text-indent: 45px
}

.renbanner .item-img img {
	width: 100%;
	max-height: 350px;
	object-fit: cover
}

.renbanner {
	position: relative
}

.renbanner .item-con {
	position: absolute;
	max-width: 1180px;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	display: -webkit-box;
/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
/* 混合版本语法: IE 10 */
	display: -webkit-flex;
/* 新版本语法: Chrome 21+ */
	display: flex;
/* 新版本语法: Opera 12.1, Firefox 22+ */
	flex-direction: column;
	justify-content: center
}

.renbanner .item-con h3 {
	font-size: 30px;
	color: #fff;
	font-weight: bold
}

.renbanner .item-con p {
	font-size: 72px;
	color: #fff;
	opacity: .4;
	font-weight: bold
}

@media screen and (max-width: 870px) {
	.about .about_box {
		display: block;
		-webkit-line-clamp: 5;
		overflow: hidden;
		line-clamp: 5;
		-webkit-box-orient: vertical;
		height: auto;
		max-height: 300px
	}

	.renbanner .item-con h3 {
		font-size: 20px !important
	}
}

body .news-nr-box .DownloadBtn {
	display: inline-block;
	width: auto;
	padding: 0 10px 0 0;
	background-position: 9px;
	height: 40px;
	line-height: 40px
}

.menu .header-box {
	position: relative;
	max-width: 1180px;
	height: 100px;
	margin: 0 auto
}

.menu .header-box .logo {
	float: none;
	position: relative;
	z-index: 2;
	padding: 0px
}

.menu .header-box .logo img {
	max-height: 96px !important;
	max-width: 520px
}

.logo_name span {
	text-indent: -99em;
	position: absolute;
	display: block
}

.tpl_two,.tpl_three,.tpl_four,.tpl_five,.tpl_six,.tpl_seven,.tpl_ten,.tpl_elevn,.tpl_footers {
	overflow: hidden
}

.menu .NavBoxPublic ul.navPublic li a {
	color: #333
}

.content-box {
	max-width: 1180px;
	margin: 30px auto
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

.cl {
	clear: both
}

.Animation {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s
}

.m-box01 {
	max-width: 1180px !important
}

.column {
	margin: 0px
}

.tpl_ten .title_name2 {
	color: #fff !important
}

.content-box .page .col-lg-9 {
	height: auto
}/*-------</END 头部 LOGO >------------*/.headFixed {
	margin: 0px auto
}

.menu .nav-box {
	max-width: 1180px;
	margin: 0 auto
}

.menu .nav {
	padding: 0;
	float: none;
	margin: 0;
	width: 100%
}

.menu .nav li {
	float: left;
	text-align: center;
	width: 12.5%
}

.menu .nav li:last-child {
	background: none
}

.menu .nav > li:hover ul {
	display: block;
	padding: 0
}/*--下拉菜单倒三角--*/.menu .nav > li .Triangle:after {
	content: '';
	display: inline-block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid;
	position: absolute;
	right: 5px;
	top: 30px
}

.menu .nav > li ul {
	width: 100%;
	display: none;
	padding: 0;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.4);
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 9
}

.menu .nav > li ul li {
	line-height: 40px;
	padding: 0px;
	background: none;
	float: none;
	text-align: center;
	width: 100%;
	border-top: 1px solid #fff
}

.menu .nav > li ul li a {
	font-size: 12px;
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0px 5px;
	margin: 0px
}

.menu .nav > li ul li a:hover {
	text-decoration: none;
	color: #fff
}

.menu .navbar-nav > li > a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #333;
	height: auto;
	padding: 0px;
	line-height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}/* .menu .navbar-nav > li > a.active, .menu .navbar-nav > li > a:hover, .menu .navbar-nav > li > a:focus{background: none;color: #fff}.menu .navbar-nav > li > a.active{background-image:none;-webkit-box-shadow: none;box-shadow: none}*/.NavBtn {
	display: none;
	text-align: center;
	overflow: hidden
}

.header-box .clearfix.none {
	display: none
}

.btn-navbar-t {
	display: none;
	float: right;
	padding: 3px 8px 7px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc
}

.btn-navbar-t:hover,.btn-navbar-t:focus,.btn-navbar-t:active,.btn-navbar-t.active,.btn-navbar-t.disabled,.btn-navbar-t[disabled],.btn-navbar-t .icon-bar:hover,.btn-navbar-t .icon-bar:focus,.btn-navbar-t .icon-bar:active {
	filter: Alpha(opacity=80);
	opacity: 0.8
}

.btn-navbar-t .icon-bar {
	background: #ccc;
	display: block;
	margin-top: 4px;
	width: 18px;
	height: 2px
}/*-------</END 导航>------------*//*-------</END 切换导航按钮>------------*//* 小屏幕 一*/@media screen and (max-width:1180px) {
	.menu .header-nav .nav-box {
		width: auto
	}

	.content-box {
		margin: 30px 15px
	}
}/* 小屏幕 二*/@media screen and (max-width:870px) {
	.menu .header-box .logo {
		padding: 0px
	}

	.menu {
		height: auto
	}

	.header-box .clearfix.none {
		display: block
	}

	.menu .header-nav {
		position: static;
		width: 100%;
		height: auto;
		margin: 0
	}

	.menu .header-box {
		width: 100%;
		position: relative
	}/*-----------</LOGO>---------------*/	.menu .nav li a:hover:after {
		display: none
	}

	.menu .btn-t {
		display: block;
		position: absolute;
		top: 18px;
		right: 14px;
		z-index: 99
	}

	.menu .header-nav .nav-box {
		background: none;
		height: auto;
		padding: 0;
		margin: 0
	}

	.menu .navbar-collapse {
		margin: 0;
		border-top-width: 2px;
		border-top-style: solid
	}

	.menu .navbar-collapse.collapse {
		display: none!important
	}

	.menu .navbar-collapse.in {
		overflow-y: hidden;
		display: block!important;
		height: auto
	}

	.menu .navbar-collapse.collapseing {
		padding: 0;
		margin: 0
	}

	.menu .nav {
		float: none;
		width: 100%
	}

	.menu .nav li {
		float: none;
		width: 100%;
		background: none;
		border-top-width: 1px;
		border-top-style: solid
	}

	.menu .nav li:last-child {
		border-bottom: none
	}

	.menu .nav li a {
		padding: 0 20px;
		text-align: left;
		display: block;
		font-size: 14px;
		margin: 0;
		line-height: 30px
	}

	.menu .nav li a:hover,.menu .nav li.active a ,.menu .nav li.active {
		text-align: left;
		color: #fff
	}

	.menu .nav li a:hover,.menu .nav li.Theme {
		border-radius: 0;
		-webkit-transform: translatex(5px);
		-moz-transform: translatex(5px);
		transform: translatex(5px)
	}

	.menu .NavBox {
		width: 100%;
		visibility: hidden;
		height: 0;
		overflow: hidden
	}

	.menu .header-box.active .NavBox {
		visibility: visible
	}/*-----------</菜单>---------------*/
}/* 新加 */.menu .logo_name {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%)
}

.menu .header-nav {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.menu .NavBoxPublic {
	display: none
}

.menu .navbar-brand img {
	max-width: 100%;
	max-height: 100px !important
}

.menu .nav li {
	padding: 20px 0;
	position: relative
}

.menu .navbar-nav > li > a {
	position: relative;
	font-size: 16px
}

.menu .nav > li .Triangle:after {
	top: 26px
}

.menu .nav > li .Themebghover:hover,.menu .nav > li .ThemeBbg {
	background: none !important
}/* .menu .nav > li a:hover:before,.menu .nav > li .ThemeBbg:before{content: "";width: 40px;height:2px;background-color: olive;position: absolute;bottom: 6px;left: 50%;margin-left: -20px}*//* .menu .header-box .logo img{min-height: 60px !important;max-height: 60px !important;padding-top: 15px}*/  /* news */.menu .header-box .logo {
	display: inline-block;
	vertical-align: middle
}

.logo_name .navbar-brand {
	margin-right: 25px
}

.logo_tel {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle
}

.logo_tel label {
	font-size: 14px;
	color: #333333
}

.logo_tel b {
	font-size: 30px;
	color: #1684df;
	font-weight: bold
}

.logo_name .navbar-brand:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 40px;
	background-color: #eeeeee
}

.header-btn {
	cursor: pointer
}

.header-btn img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 25px
}

.header-btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999
}

.menu .activebg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(http://static.files.mozhan.com/Public/Images/Theme33/hover.png) repeat 0 0;
	z-index: 101;
	top: 0;
	left: 0;
	display: none
}

.menu .menulist {
	position: fixed;
	height: 100%;
	top: 0;
	overflow: auto;
	background: #fff;
	border-bottom: 1px solid #dadada;
	width: 300px;
	z-index: 1020;
	right: 0;
	display: none
}

.menu .menulist ul {
	margin: 0;
	padding: 0
}

.menu .menulist ul li {
	position: relative;
	display: block;
	text-align: right;
	width: 100%;
	float: none;
	padding: 0
}

.menu .menulist ul li a {
	padding: 0;
	display: block;
	text-decoration: none;
	color: #aaa;
	font-size: 14px;
	margin-right: -300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.menu .menulist.show ul li a {
	display: block;
	text-decoration: none;
	color: #aaa;
	font-size: 14px;
	margin-right: 0;
	text-align: center;
	height: 50px;
	line-height: 50px
}

.menu .menulist.show ul li:hover {
	background-color: #1684df
}

.menu .menulist.show ul li:hover a {
	color: #fff
}

.menu .menulist ul li i {
	font-size: 25px;
	padding-left: 10px
}

.menu .menulist ul li ul {
	padding: 0
}

.menu .navbar-nav {
	width: auto
}

@media screen and (max-width: 870px) {
	.header-nav #NavBoxPublic {
		width: 100%;
		height: 100%;
		background-color: #333;
		border: none
	}

	.menu .NavBoxPublic ul.navPublic li {
		border-bottom: 1px solid rgba(255,255,255,.1)
	}

	.menu .NavBoxPublic ul.navPublic li .Themefont {
		color: #fff !important
	}

	.NavBoxPublic .TriangleBtn:before, .inpro-nav .inproline {
		border-color: #fff !important
	}

	.menu .NavBoxPublic ul.navPublic li .Themebg {
		background-color: rgba(255,255,255,.1) !important
	}

	.menu .m-menutop {
		overflow: hidden
	}

	.menu .m-menutop-logo {
		float: left;
		width: 80%
	}

	.menu .m-menutop-logo img {
		max-height: 45px;
		max-width: 100%
	}

	.menu .m-menutop-cose {
		float: right;
		padding-top: 10px;
		width: 15%;
		text-align: right
	}

	.menu .m-menutop-cose i {
		font-size: 26px;
		margin-right: 10px;
		color: #fff
	}

	.menu .m-menutop-so {
		padding: 15px;
		border-bottom: 1px solid rgba(255,255,255,.1)
	}

	.menu .m-menutop-so .mnavformgroup {
		background-color: #1684df;
		overflow: hidden;
		position: relative;
		padding: 10px 10px
	}

	.menu .m-menutop-so .input1 {
		width: 80%;
		border: none;
		background: none
	}

	.menu .m-menutop-so .button1 {
		display: inline-block;
		text-align: center;
		background: none;
		border: 0;
		outline: none;
		color: #fff;
		position: absolute;
		right: 0;
		top: 1px
	}

	.menu .m-menutop-so .iconshiliangzhinengduixiang:before {
		font-size: 18px
	}

	.menu .header-box {
		height: 80px;
		padding: 0 15px;
		background-color: #fff
	}

	.menu .header-box .logo {
		height: auto;
		text-align: left
	}

	.menu .header-box .logo img {
		max-height: 96px !important;
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0)
	}

	.menu .header-box .logo_tel {
		display: none
	}

	.menu .navbar-brand-mobile {
		display: inline-block !important;
		position: absolute !important;
		top: 50%;
		transform: translateY(-50%)
	}

	.menu .header-NavBtn {
		right: 35px
	}

	.menu .header-NavBtn span {
		display: none
	}

	.header-btn {
		text-align: right
	}

	.header-btn img {
		margin-right: 45px
	}

	.header-btn span {
		display: none
	}

	.menu .nav > li .Triangle:after {
		top: 50%;
		transform: translateY(-50%)
	}
}

@media screen and (max-width: 768px) {
	.menu .header-box .logo img {
		min-height: 10px !important;
		max-height: 45px!important;
		padding-top: 0
	}

	.album video {
		display: none
	}

	.album .title_name2 {
		color: #444!important
	}
}

@media screen and (max-width: 600px) {
	.row .col-md-4, .row .col-md-5, .row .col-md-6, .row .col-md-7, .row .col-md-8, .row .col-md-9, .row .col-md-10, .row .col-md-11 {
		padding: 0px
	}
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 320px) {
	#pp {
		margin-left: 0
	}
}/* 增加导航栏背景颜色 */.menu {
	background: #f5f5f5
}

.banner {
	width: 100%;
	overflow: hidden
}

.carousel {
	margin: 0
}

.bannerBox {
	margin: 0 auto;
	position: relative
}

.banner .carousel-control {
	background: none
}/*-----------<关于我们>---------------*/.about .about_det {
	position: relative;
	padding: 20px 0px
}

.about .about_box {
	margin-bottom: 34px;
	font-size: 14px;
	color: #aaaaaa;
	line-height: 36px;
	height: 114px;
	overflow: hidden;
	text-align: left
}

.main-more {
}

@media screen and (max-width: 870px) {
	.about .about_box {
		display: block !important;
		-webkit-line-clamp: 5;
		overflow: hidden;
		line-clamp: 5;
		-webkit-box-orient: vertical;
		height: auto;
		max-height: 300px
	}
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}/*-----------<最新资讯>---------------*/.article .title_news {
	position: relative;
	text-align: center
}

.article .news_name {
	font-size: 24px;
	color: #666;
	padding: 0px 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.article .title_bd {
	position: absolute;
	left: 0px;
	top: 20px;
	height: 1px;
	width: 100%;
	background-color: #d6d6d6
}

.article .news_bd {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	height: 70px;
	margin-top: -18px
}

.article .news_box {
	height: auto;
	overflow: hidden
}

.article .news_box a {
	padding: 20px 0;
	display: block;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eeeeee
}

.article .time {
	position: relative;
	float: left;
	width: 15%;
	text-align: center;
	padding: 20px 0px 0;
	font-family: "Arial";
	color: #999
}

.article .time:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 50px;
	background-color: #eeeeee;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.article .time span {
	position: relative;
	;display: block;
	font-size: 50px;
	color: #333;
	font-weight: bold
}

.article .time span:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 25px;
	height: 1px;
	background-color: #eeeeee;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%)
}

.article .time b {
	display: block;
	font-weight: normal;
	font-size: 24px;
	margin-top: 0px
}

.article .news_det {
	float: right;
	width: 82%;
	margin-top: 20px
}

.article .news_det h3 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	color: #333;
	font-weight: bold
}

.article .news_det p {
	font-size: 12px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #aaa;
	padding: 0px;
	margin-top: 15px
}

.article .news_bd2 {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	height: 70px;
	margin-top: 20px
}

.article .news_more {
	position: relative;
	text-align: center;
	margin-top: 50px
}

.article .news_more a {
	font-size: 14px;
	color: #666;
	padding: 0px 10px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background-color: #fff
}

.article .news_more .title_bd {
	position: absolute;
	left: 0px;
	top: 10px;
	height: 1px;
	width: 100%;
	background-color: #d6d6d6
}

.title_news {
	position: relative
}

.title_news .new-title-text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%)
}

.title_news .new-title-text .main-title h2 {
	color: #656565
}

.title_news .new-title-text .main-title h3 {
	color: #fff
}

.title_news .new-title-text .news-tab li a {
	display: inline-block;
	width: 110px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background-color: #eee
}

.title_news .new-title-text .news-tab li {
	display: inline-block
}

.title_news .new-title-text .news-tab li a:nth-of-type(1) {
	margin-right: 10px
}

.title_news .new-title-text .news-tab li a:hover {
	background-color: #1684df;
	color: #fff
}/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/@media screen and (max-width: 375px) {
	.article .news_det p {
		height: 48px
	}

	.article .time span {
		font-size: 30px
	}

	.article .time b {
		font-size: 18px
	}
}

@media screen and (max-width: 870px) {
	.article .time {
		width: 30%
	}

	.article .news_det {
		width: 66%
	}

	.nlist-box2 .list-time {
		display: none
	}

	.nlist-box2 .list-img {
		margin-right: 10px
	}

	.nlist-box2 .list-text span {
		display: block !important;
		color: #999;
		margin-bottom: 10px
	}
}/* news */.nlist-box2 li {
	padding: 20px 10px;
	border: 0;
	border-bottom: 1px solid #eee
}

.nlist-box2 a.list-box {
	display: -webkit-box;
/* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box;
/* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox;
/* 混合版本语法: IE 10 */
	display: -webkit-flex;
/* 新版本语法: Chrome 21+ */
	display: flex;
/* 新版本语法: Opera 12.1, Firefox 22+ */
	flex-wrap: nowrap;
	align-items: center
}

.nlist-box2 .list-img {
	float: left;
	width: 160px;
	height: 120px
}

.nlist-box2 .list-img img {
	width: 100%;
	height: 120px;
	object-fit: cover
}

.nlist-box2 .list-time {
	float: left;
	text-align: center;
	position: relative;
	padding: 0 20px;
	margin-right: 26px
}

.nlist-box2 .list-time:after {
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 50px;
	background-color: #eee
}

.nlist-box2 .list-time b {
	display: inline-block;
	position: relative;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #333;
	margin-bottom: 24px
}

.nlist-box2 .list-time b:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 1px;
	background-color: #eeeeee;
	position: absolute;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%)
}

.nlist-box2 .list-time p {
	font-size: 14px;
	color: #aaa;
	font-weight: bold
}

.nlist-box2 .list-text {
/* float: left;*/
	overflow: hidden;
	flex: 1
}

.nlist-box2 .list-text h3 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 20px
}

.nlist-box2 .list-text p {
	height: 34px;
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-clamp: 2;
	-webkit-box-orient: vertical
}

.nlist-box2 .list-text span {
	display: none
}

.p_artlelist {
	display: none
}

.pro_keyword a {
	width: 80px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	background-color: #dddddd;
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle
}

.article .main-title {
	margin-bottom: 0
}/* news */.pager .previous span, .pager .next span {
	position: relative;
	height: 2.5em;
	line-height: 2.5em;
	float: none;
	display: inline-block
}

.pager .previous h5 {
	color: #fff;
	font-size: 14px
}

.pager .previous span {
	color: #fff
}

.pager .previous, .pager .next {
	display: flex;
	justify-content: center;
	height: 50px;
	align-items: center;
	font-size: 14px
}

.pager .next {
	color: #333
}

.articleLabel .case_box {
	padding: 0px 25px 25px;
	position: relative
}

.articleLabel ul {
	padding: 0px;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 2
}

.articleLabel ul li .case_more {
	display: none
}

.articleLabel ul li.item0 {
	float: none;
	width: 100%;
	margin-bottom: 15px
}

.articleLabel ul li {
	float: left;
	width: 32%;
	margin: 0px 1%
}

.articleLabel ul li:first-child {
	margin-left: 0px
}

.articleLabel ul li.item1 {
	margin-left: 0px
}

.articleLabel ul li.item3 {
	margin-right: 0px
}

.articleLabel ul li.item0 .case_more {
	display: block
}

.articleLabel ul li a {
	display: block;
	position: relative
}

.articleLabel ul li.item1 {
	animation-delay: 1.2s
}

.articleLabel ul li.item2 {
	animation-delay: 0.7s
}

.articleLabel ul li.item3 {
	animation-delay: 1.3s
}

.articleLabel ul li a img {
	width: 100%;
	border: 1px solid #d6d6d6;
	box-sizing: border-box
}

.articleLabel ul li .case_time {
	text-align: center
}

.articleLabel ul li.item0 img {
	width: 30%;
	border: 1px solid #d6d6d6
}

.articleLabel ul li.item0 .case {
	width: 68%;
	float: right;
	margin-top: 60px
}

.articleLabel ul li.item0 .case h3 {
	font-size: 16px;
	color: #333
}

.articleLabel ul li.item0 .case .case_time {
	text-align: left;
	color: #666;
	font-size: 14px;
	margin-top: 5px
}

.articleLabel ul li.item0 .case p {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #666666;
	margin: 10px 0px;
	padding: 0px;
	font-size: 14px
}

.articleLabel ul li.item0 .case_more {
	width: 100px;
	color: #fff;
	padding: 10px 0px;
	text-align: center
}

.articleLabel ul li.item1 .case,.articleLabel ul li.item2 .case,.articleLabel ul li.item3 .case {
	bottom: 0px;
	background: url(../images/black.png) repeat;
	width: 94%;

	color: #fff;
	position: absolute;
	margin: 3%;
	opacity: 0;
	filter: alpha(opacity=0)
}

.articleLabel ul li.item1 .case_det,.articleLabel ul li.item2 .case_det,.articleLabel ul li.item3 .case_det {
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 50%;
	width: 100%
}

.articleLabel ul li.item1 .case h3,.articleLabel ul li.item2 .case h3,.articleLabel ul li.item3 .case h3 {
	padding: 0px 5px;
	margin: 0px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px
}

.articleLabel ul li.item1 .case p,.articleLabel ul li.item2 .case p,.articleLabel ul li.item3 .case p {
	margin: 10px 15px 10px;
	padding: 0px;
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.articleLabel ul li.item1 a:hover .case,.articleLabel ul li.item2 a:hover .case,.articleLabel ul li.item3 a:hover .case {
	height: 93%;
	opacity: 1;
	filter: alpha(opacity=100)
}

.articleLabel .case_white {
	background-color: #fff;
	height: 28px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1
}/* news */.articleLabel .case_box {
	padding: 50px 0 0 !important;
	text-align: center
}

.articleLabel .case_box .main-title {
	text-align: center
}

.case_box .case-container {
	position: relative;
	box-sizing: border-box;

}

.case_box .case-container .swiper-slide {
	width:23% !important;
	background-color: #eee;
	padding: 15px 15px 30px;
	box-sizing: border-box;
}

.case_box .case-container .swiper-slide a h5 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 36px;
	line-height: 18px
}

.case_box .case-container .swiper-slide:hover a h5 {
	color: #1684df
}

.case_box .case-container .swiper-slide a .list-time {
	font-size: 12px;
	color: #999;
	margin-bottom: 20px;
	text-align: left
}

.case_box .case-container .swiper-slide a .list-text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #999;
	height: 60px
}

.case_box .case-container .swiper-slide a img {
	width: 100%;
	margin-bottom: 20px
}

.case_box .case-container .swiper-button-prev {
	left: 0 !important;
	z-index: 1
}

.case_box .case-container .swiper-button-next {
	right: 0 !important;
	z-index: 1
}

.mob-case-container {
	display: none
}

.mob-case-container .swiper-wrapper a img {
	width: 100%
}/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/@media screen and (max-width: 980px) {
	.articleLabel ul li.item0 .case p {
		height: 48px
	}

	.articleLabel ul li.item0 .case_more {
		padding: 8px 0px
	}
}

@media screen and (max-width: 870px) {
	.articleLabel ul li.item0 .case p {
		margin: 5px 0px
	}

	.articleLabel ul li.item0 .case {
		margin-top: 40px
	}

	.case-container {
		display: none
	}

	.mob-case-container {
		display: block !important
	}

	.mob-case-container .mob-swiper-pagination {
		margin-top: 30px;
		text-align: center
	}

	.mob-case-container  .swiper-pagination-bullet {
		background-color: #fff;
		opacity: 1
	}

	.mob-case-container .swiper-pagination-bullet-active {
		background-color: #1684df
	}
}

@media screen and (max-width: 768px) {
	.articleLabel ul li.item0 .case {
		width: 58%
	}

	.articleLabel ul li.item0 img {
		width: 40%
	}
}

@media screen and (max-width: 600px) {
	.articleLabel ul li.item0 .case {
		width: 53%
	}

	.articleLabel ul li.item0 img {
		width: 45%
	}
}

@media screen and (max-width: 480px) {
	.articleLabel ul li.item0 img,.articleLabel ul li.item0 .case {
		width: 100%;
		float: none
	}

	.articleLabel ul li.item0 .case {
		margin-top: 10px
	}

	.articleLabel ul li.item1 .case p,.articleLabel ul li.item2 .case p,.articleLabel ul li.item3 .case p {
		display: none
	}
}

@media screen and (max-width: 414px) {
	.articleLabel ul li.item1,.articleLabel ul li.item2,.articleLabel ul li.item3 {
		width: 100%;
		margin: 0px 0px 10px
	}

	.articleLabel ul li.item1 .case p,.articleLabel ul li.item2 .case p,.articleLabel ul li.item3 .case p {
		display: block
	}
}/* new */.articleLabel .main-more {
	margin: 60px auto
}/*产品列表*/.product {
	position: relative;
	overflow: hidden
}

#mzanimate3 {
	position: relative
}

.product .title_name {
	text-align: center;
	font-size: 24px;
	color: #666
}

.product .titile_bd {
	margin: 15px auto;
	background: url(../images/title_bj.png) no-repeat;
	width: 331px;
	height: 26px
}

.product .pro {
	height: auto;
	overflow: hidden;
	margin: 20px auto 0px;
	max-width: 1180px
}

.product .pro_list {
	float: left;
	width: 20%;
	height: 467px;
	overflow: hidden
}

.product .pro_list li {
	border-bottom: 1px solid #fff;
	line-height: 51px
}

.product .pro_list li:last-child {
	border-bottom: none
}

.product .pro_list li a {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 0 15px
}

.product .pro_list li a:hover {
	padding: 0 20px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.product .product-box {
	padding: 0;
	height: auto;
	overflow: hidden;
	width: 100%;
	float: right
}

.product .product-box .thumbnail {
	border: 1px solid #d6d6d6;
	padding: 0px;
	background: none;
	border-radius: 0;
	position: relative;
	margin: 0 0 15px
}

.product .product-box li.col-md-4:nth-child(3n+1) {
	margin-left: 0
}

.product .div-img img {
	width: 100%
}

.product .product-box .thumbnail a.ImgBox {
	position: relative;
	z-index: 2;
	display: block;
	overflow: hidden
}

.product .product-box .thumbnail h5 {
	margin: 0;
	text-align: center;
	position: absolute;
	color: #fff;
	font-size: 12px;
	bottom: 0px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: url(/Public/Images/Theme212/black.png) repeat
}

.product .product-box li.col-md-4 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)
}

.product video {
}

.product .product-box .m-title {
	display: none
}/*-----------</END 最新产品>---------------*/@media screen and (max-width:870px) {
	.product .pro_list {
		height: 363px
	}

	.product .product-box .thumbnail {
		margin-bottom: 5%;
		border: 0
	}

	.product .product-box .pro-md {
		margin: 0;
		width: calc((100% - 3%) / 2)
	}

	.product .product-box .pro-md:nth-of-type(2n) {
		margin: 0;
		margin-left: 3%
	}

	.product-hover {
		display: none !important
	}

	.product .product-box .m-title {
		margin-top: 15px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		height: auto;
		font-size: 18px;
		color: #333;
		line-height: 25px;
		font-weight: bold;
		height: 50px
	}

	.prodict-more a {
		background-color: #fff !important
	}

	.renbanner .item-con {
		padding-left: 20px
	}

	.renbanner .item-con h3 {
		font-size: 40px !important
	}

	.renbanner .item-con p {
		font-size: 24px !important
	}
}

@media screen and (max-width:768px) {
	.product .pro_list {
		height: 312px
	}
}/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/@media screen and (max-width: 600px) {
	.product .product-box,.product .pro_list {
		width: 100%
	}

	.product .product-box {
		margin-top: 10px
	}

	.product .product-box li.col-md-4 {
		width: 32.4% !important;
		margin-left: 1.4%
	}

	.product .product-box li.col-md-4:first {
		margin-left: 0px
	}
}/* 横向放置的手机和竖向放置的平板之间的分辨率 四*/@media screen and (max-width: 414px) {
	.product .product-box li.col-md-4 {
		width: 49% !important;
		margin-left: 2% !important
	}

	.product .product-box li.col-md-4:nth-child(2n+1) {
		margin-left: 0px !important
	}
}

@media screen and (max-width: 320px) {
	.product .titile_bd {
		background-position-x: -20px
	}
}/* 新加的 */.product-top {
	position: relative
}

.product-content {
	max-width: 1400px;
	padding: 0 100px;
	position: relative
}

.product-nav-container {
	float: right;
	width: 70%;
	margin-right: 35px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(calc(-50% + (-25px)))
}

.swiper-wrapper {
	width: 100%
}

.product-nav .swiper-slide {
	width: auto !important;


}

.product-nav .product-nav-item {
	width: 100%;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
/* border: 1px solid #aaaaaa;*/
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding: 0 10px
}

.product-nav .product-nav-item:hover {
	color: #fff;
	background-color: #1684df !important
}

.swiper-button-next-1 {
	background-image: url(../images/next.png) !important;
	right: -40px !important
}

.swiper-button-prev-1 {
	background-image: url(../images/pre.png) !important;
	left: -40px !important
}

.swiper-button-prev,.swiper-button-next {
	height: 20px !important;
	margin: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important
}

.swiper-button-prev-2 {
	left: 0
}

.swiper-button-next-2 {
	right: 0
}

.swiper-button-next-2,.swiper-button-prev-2 {
	background-image: none !important;
	height: 120px !important;
	background: #000 !important;
	font-size: 25px !important;
	color: #fff !important;
	width: 45px !important;
	text-align: center !important;
	line-height: 120px !important
}

.swiper-slide {
/* width: 25% !important;*/
	text-align: center
}

.product-swiper-wrapper {
/* height: 600px;*/
	margin-bottom: 60px
}

.product-item {
/* height: 535px;*/
	text-align: left;
	border: 1px solid #eeeeee !important
}

.product-item:hover {
	box-shadow: rgba(153, 153, 153, 0.35) 0px 0 10px
}

.product-item:hover .mask {
	display: block !important
}

.product-item .ImgBox .div-img {
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	position: relative
}

.product-item .ImgBox .div-img img {
	width: 100%
}

.product-item .ImgBox .div-img .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	z-index: 1
}

.product-item .ImgBox .div-img .mask span {
	font-size: 40px;
	color: #fff;
	display: inline-block;
	width: 46px;
	height: 46px;
	text-align: center;
	border: 2px solid #fff;
	line-height: 40px;
	margin: auto;
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.product-item .ImgBox .name {
	margin: 20px 20px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	height: 48px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.product-item .ImgBox .digest {
	margin: 0 20px 20px;
	font-size: 12px;
	line-height: 24px;
	height: 72px;
	color: #aaa;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.product-item .ImgBox .price {
	font-size: 16px;
	font-weight: bold
}

.product-item .ImgBox .detail {
	float: right;
	font-size: 14px;
	color: #aaa
}

.product-bottom {
	margin: 0 20px;
	padding: 15px 0;
	border-top: 1px solid #eee
}

.mob-product-nav-container {
	display: none
}/* .row [class*="col-md-"]:nth-of-type(4n+1){margin-left: 0}*/.product-hover {
	display: none;
	z-index: 9;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px 14px;
	background-color: rgba(0, 0, 0, 0.7)
}

.product-hover .hover-con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	text-align: center
}

.product-hover .hover-con h3 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #1684df
}

.product-hover .hover-con p {
	font-size: 12px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 5px
}

.product-hover .hover-con em {
	font-size: 30px;
	color: #fff
}

.product-box li:hover .product-hover {
	display: block
}

.prodict-more {
	margin-top: 30px;
	text-align: center
}/* .swiper-button-prev-1, .swiper-button-next-1{width: auto}*/@media screen and (max-width:768px) {
/* .product .pro_list{height: 312px}*/	.product-content {
		padding: 0 !important
	}

	.product .title_name .title {
		font-size: 18px
	}

	.product .title_name .title-Enlish {
		font-size: 22px
	}

	.product .title_name .small-title {
		font-size: 8px
	}

	.product .title_name {
		margin: 30px 0
	}

	.product-nav-container {
		display: none
	}

	.mob-product-nav-container {
		box-sizing: border-box;
		padding: 0 20px;
		display: block;
		position: relative
	}/* .product .icon-zuo-copy{width: auto;height: auto;margin: 0;border: 0;border-radius: 0;display: contents;text-align: left;line-height: normal;font-size: 14px}*/	.product .icon-zuo-copy::before {
		font-size: 14px;
		margin: 0;
		position: absolute;
		right: 15px;
		top: 11px
	}/* .product .icon-zuo-copy{display: none}*/	.mob-nav-item {
		margin: 0;
		color: #fff;
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		text-align: center;
		display: block;
		position: relative
	}

	.mob-other-container {
		display: none;
		position: absolute;
		width: 100%;
		z-index: 100;
		height: 140px;
		overflow: scroll
	}

	.mob-product-nav-container .swiper-button-prev {
		left: -5px !important
	}

	.mob-product-nav-container .swiper-button-next {
		right: -5px !important
	}

	.rotate::before {
		transform: rotate(90deg)
	}

	a:hover {
		color: #fff
	}

	.product .pro {
		padding: 30px 0 0 0;
		margin: 0
	}

	.swiper-button-next-2, .swiper-button-prev-2 {
		display: none
	}

	.product-bottom {
		padding: 10px 0
	}

	.product-item {
		height: 393px
	}

	.product-swiper-wrapper {
		height: 425px;
		margin: 0
	}

	.product-item .ImgBox .detail {
		display: none
	}
}/* news */.mb25 {
	margin-bottom: 25px
}

.pro-list li.col-md-4, .pro-list li.col-md-4:first-child {
	margin-bottom: 15px;
	margin-top: 0
}

.div-img {
	position: relative
}

.div-img .img-hover {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 10px 14px;
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box
}

.div-img .img-hover .hover-con {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	text-align: center
}

.div-img .img-hover .hover-con p {
	color: #fff;
	font-size: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.ImgBox .box-text {
	text-align: center;
	padding: 20px 20px 0;
	box-sizing: border-box;
	border: solid 1px #eeeeee;
	height: 155px
}

.ImgBox .box-text h4 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ImgBox .box-text p {
	text-align: left;
	font-size: 12px;
	color: #aaa;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-clamp: 3;
	-webkit-box-orient: vertical
}

.ImgBox:hover .img-hover {
	display: block !important
}

.ImgBox:hover .box-text h4 {
	color: #1684df
}

.ProductClassBox .leftNews {
	display: none
}

#ProClassLeft li.ac .Themebg,#ProClassLeft li a.acc, #md_detailProductClass li.ac .Themebg {
	color: #1684df !important
}

.productBox h4.title01 {
	border: none
}

.productBox h4.title01 span {
	color: #1684df !important;
	padding: 0 25px;
	position: relative;
	font-size: 16px
}

.productBox h4.title01 span:before {
	content: "";
	width: 4px;
	height: 25px;
	position: absolute;
	left: 10px;
	top: 8px;
	background-color: #1684df !important
}

.productBox .recommend-swiper,.relate-swiper {
	margin: 35px 0 10px
}

.product-item .ImgBox .div-img .mask span {
	width: 90%;
	height: 90%
}

.product-item .ImgBox .div-img .mask span em {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

.product-item:hover .ImgBox .name {
	color: #1684df !important
}

#md_product .product-box li:nth-of-type(4n+1) {
	margin-left: 0
}/*---友情链接----*/.friendLink {
}

.friendBox {
	margin: 0px auto;
	max-width: 1180px;
	box-sizing: border-box
}

.friendLink .link-box {
	position: relative;
	;height: auto;
	padding: 50px 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.friendLink .link-box h4 {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	display: inline-block
}

.friendLink .link-box ul {
	overflow: hidden;
	display: inline;
	color: #fff;
	line-height: 22px
}

.friendLink .link-box ul li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-style: normal;
	padding: 0 3px
}

.friendLink .link-box ul li:first-child:after {
	display: none
}

.friendLink .link-box ul li:after {
	content: '|';
	position: absolute;
	left: -10px;
	top: 0
}

.friendLink .link-box ul a {
	word-break: break-all;
	word-wrap: break-word;
	font-style: normal;
	color: #fff
}

.friendLink .link-box ul a:hover {
	color: #ddd
}/* news */.friendLink {
	background-color: #fff !important
}

.friendLinkImg {
	width: 100% !important;
	margin: 0 !important
}

.friendBox-container {
	padding: 0 40px;
	box-sizing: border-box
}

.friendBox-container .swiper-slide {
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px #dddddd
}

.friendBox-container .swiper-slide a {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333
}

.friendBox-container .swiper-slide a img {
	width: 100%
}

.friendBox-container .swiper-button-prev {
	left: 10px !important
}

.friendBox-container .swiper-button-next {
	right: 10px !important
}

.mob-friendBox-container {
	display: none
}/* 小屏幕 一*/@media screen and (max-width:1180px) {
	.friendBox {
		padding: 5px 15px !important
	}
}

@media screen and (max-width:870px) {
	.friendBox {
		padding: 45px 15px !important
	}

	.friendBox-container {
		display: none
	}

	.mob-friendBox-container {
		display: block
	}

	.mob-friendBox-container .swiper-container a img {
		width: 100%
	}

	.footers .footers-box {
		background-color: #1f3e85
	}
}/*---footer----*/.footers {
	width: 100%;
	background: #333
}

.footerBox {
	margin: 0 auto;
	max-width: 1180px
}

.footers .footers-box {
	padding: 15px 0;
	background: url(/Public/Images/Theme261/line3.jpg) repeat-x top
}

.footers .footers-box a {
	margin-right: 10px;
	color: #aaa !important;
	word-break: break-all;
	word-wrap: break-word;
	text-decoration: underline
}

.footers .footers-box p {
	padding: 0;
	font-size: 12px;
	line-height: 20px
}

.infooternav {
	overflow: hidden;
	color: #aaa;
	padding: 40px 0
}

.infooternav_left {
	float: left;
	width: 30%
}

.infooternav_con {
	float: left;
	width: 30%
}

.infooternav_right {
	float: left;
	width: 30%
}

.infooternav .frcon p {
	color: #aaa;
	line-height: 24px;
	font-size: 12px
}

.infooternav .frer ul li {
	display: inline-block;
	text-align: center
}

.infooternav .frer ul li:nth-child(1) {
	margin-right: 20px
}

.infooternav .frer ul li img {
	width: 100px;
	padding: 5px;
	background-color: rgba(255, 255, 255, .1)
}

.infooternav  p {
	color: #aaa
}

.infootercon {
	background: url(/Public/Images/Theme261/line3.jpg) repeat-x right top;
	padding: 20px 0;
	text-align: center;
	color: #aaa
}

.infooternav .fpp20 {
	padding: 0 35px;
	height: 100% !important
}

.infooternav .frer img {
	margin: 20px 0 10px 0
}

.infooternav  h3 {
	display: block;
	padding-bottom: 20px;
	position: relative;
	font-size: 18px
}

.infooternav  h3:before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #666;
	position: absolute;
	bottom: 0
}

.infooternav .fnavlist ul {
	padding-top: 10px
}

.infooternav .fnavlist ul li {
	line-height: 30px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.infooternav .fnavlist ul li a {
	color: #aaa
}

.infootercon p {
	color: #aaa;
	padding: 5px 0
}

.footerpc {
	display: block
}

.footerm {
	display: none
}/*-----------</END>---------------*/.footersInformation {
	width: 100%;
	text-align: center
}

.tpl_footers .footers .footersInformation p {
	text-align: center;
	color: #aaa
}

.footers .qr {
	display: none
}

@media screen and (max-width: 870px) {
	.footerpc {
		display: none
	}

	.footerm {
		display: block;
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 60px
	}

	.footerm p {
		color: #aaa;
		padding: 5px 0
	}

	.infootercon {
		background: none !important
	}
}/* news */.footers {
	background-color: #222
}/*---footer----*/.tpl_nine {
	background-color: #eee
}

.footers {
	width: 100%
}

.footerBox {
	margin: 0 auto;
	max-width: 1180px
}

.footers .footers-box {
	padding: 15px 0
}

.footers .footers-box a {
	margin-right: 10px;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	text-decoration: underline
}

.footers .footers-box p {
	padding: 0;
	font-size: 12px;
	line-height: 20px
}

.infooternav {
	overflow: hidden;
	color: #aaa;
	padding: 40px 0
}

.infooternav_left {
	float: left;
	width: 30%;
	background: url(/Public/Images/Theme261/line2.jpg) repeat-y right top
}

.infooternav_con {
	float: left;
	width: 30%;
	background: url(/Public/Images/Theme261/line2.jpg) repeat-y right top
}

.infooternav_right {
	float: left;
	width: 30%
}

.infooternav .frcon p {
	color: #aaa;
	line-height: 24px;
	font-size: 12px
}

.infooternav .frcon p a {
	color: #aaa
}

.infooternav .frer ul li {
	display: inline-block;
	text-align: center
}

.infooternav .frer ul li:nth-child(1) {
	margin-right: 20px
}

.infooternav .frer ul li img {
	width: 100px;
	padding: 5px;
	background-color: rgba(255, 255, 255, .1)
}

.infooternav  p {
	color: #aaa
}

.infootercon {
	background: url(/Public/Images/Theme261/line3.jpg) repeat-x right top;
	padding: 20px 0;
	text-align: center;
	color: #aaa
}

.infooternav .fpp20 {
	padding: 0 35px;
	height: 300px
}

.infooternav .frer img {
	margin: 20px 0 10px 0
}

.infooternav h3 {
	display: block;
	padding-bottom: 20px;
	position: relative;
	font-size: 18px;
	color: #fff
}

.infooternav h3:before {
	content: '';
	width: 20px;
	height: 2px;
	background-color: #1684df;
	position: absolute;
	bottom: 0
}

.infooternav .fnavlist ul {
	padding-top: 10px
}

.infooternav .fnavlist ul li {
	line-height: 30px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.infooternav .fnavlist ul li a {
	color: #aaa
}

.infootercon p {
	color: #aaa;
	padding: 5px 0
}

.footerpc {
	display: block
}

.footerm {
	display: none
}/*-----------</END>---------------*/.footersInformation {
	width: 100%;
	text-align: center
}

.tpl_footers .footers .footersInformation p {
	text-align: center
}

@media screen and (max-width: 870px) {
	.footerpc {
		display: none
	}

	.footerm {
		display: block;
		width: 90%;
		text-align: center;
		margin: 0 auto;
		padding-bottom: 60px
	}

	.footerm p {
		color: #aaa;
		padding: 5px 0
	}
}

#rightHistory .fnavlist a,#rightHistory .frcon a,#rightHistory .footersInformation a {
	color: #aaa !important
}/* news */.footermenu {
	background-color: #333
}

.footermenu .content-box {
	margin: 0 auto !important
}

.footermenu .fnavlist ul li {
	color: #fff
}

.footermenu .fnavlist ul li div {
	display: inline-block
}

.footermenu .fnavlist ul li a {
	color: #fff
}

.footermenu .menu-r ul li a {
	font-size: 30px;
	color: #1684df;
	font-weight: bold
}

.form .header {
	position: relative;
	margin: 20px auto;
	text-align: center;
	color: #666;
	background: url(../images/title_bj.png) bottom center no-repeat;
	width: 100%;
	font-size: 24px;
	height: 65px
}

.form-edit {
	padding: 0 20px 35px;
	box-sizing: border-box !important
}

.form-edit form {
	margin: 0px auto
}

.form .form-edit .btn-primary {
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-radius: 0px;
	font-size: 14px;
	background-color: #333333
}

.form-edit .form-control {
	padding-bottom: 20px;
	margin-bottom: 30px;
	width: 100% !important;
	height: auto;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: none;
	font-size: 14px
}

.form-edit .form-group {
	padding-bottom: 20px;
	margin-bottom: 30px;
	width: 100% !important;
	height: auto;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: none;
	font-size: 14px
}

.form-edit textarea {
	margin-left: 0
}

@media screen and (max-width: 320px) {
	.form-edit form {
		overflow: hidden
	}

	.form-edit .form-control {
		width: 87% !important
	}

	.form .header {
		background-position-x: -20px
	}
}

@media screen and (max-width: 870px) {
	.column-four {
		height: auto
	}

	.column-l {
		float: left;
		width: 100%
	}

	.column-r {
		display: none
	}

	.main-more {
		text-align: center
	}

	.main-more a {
		width: 200px;
		height: 40px;
		border: solid 1px #cccccc;
		line-height: 38px
	}

	.main-more a img.main-more-icon {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin-right: 6px;
		vertical-align: baseline
	}

	.main-more a span {
		font-size: 14px;
		color: #aaaaaa
	}

	.main-more a img.main-more-right {
		display: none !important
	}

	.companyData .companyDatabox {
		position: relative
	}
}

.form-edit label {
	display: none !important
}

.companyData {
	position: relative
}

.companyDatabox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing: border-box
}

.companyDatalist ul {
	overflow: hidden
}

.companyDatalist ul li {
	float: left;
	width: 25%;
	padding: 20px 0 33px
}

.companyDatalist .font-con {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	border-right: 1px solid #eee
}

.companyDatalist  .font-con b {
	box-sizing: border-box;
	position: relative;
	font-size: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}/* .companyDatalist  .font-con b:before{content: "";width: 30px;height: 2px;background-color: #888aa0;position: absolute;left: 50%;bottom: -10px;margin-left: -22px}*/.companyDatalist .font-con p {
	box-sizing: border-box;
	height: 40px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #aaa
}/* 小屏幕 一*/@media (min-width:1366px) and (max-width:1601px) {
/* .companyDatabox{width: 50%}*/
}

@media (min-width:900px) and (max-width:1365px) {
/* .companyDatabox{position: relative;bottom: 0;margin-top: 10px;width: 100%}*/
}

@media screen and (max-width:1024px) {
/* .companyDatalist ul{padding:0 30px}*/
}

@media screen and (max-width:768px) {
	.companyDatabox {
		position: relative;
		width: 100%;
		border: 0;
		padding: 0
	}

	.companyDatalist  .font-con b {
		height: 40px;
		font-size: 30px !important
	}

	.companyDatalist .font-con p {
		height: 40px;
		font-size: 14px
	}

	.about .about-textbox {
		padding: 0px
	}

	.companyDatalist ul li {
		width: 50%;
		border-bottom: 1px solid #eee;
		padding: 15px 0
	}

	.companyDatalist ul li:first-child .font-con {
		text-align: center
	}

	.companyDatalist .font-con {
		padding: 10px
	}

	.companyDatalist ul li:nth-child(2n) .font-con {
		border: 0
	}
}/* news */.companyDatalist li:last-of-type .font-con {
	border: 0
}

.companyDatabox {
	border-width: 5px
}

.companyDatalist .font-con b {
	display: inline-block;
	font-size: 60px
}

.companyDatalist .font-con p:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 2px;
	display: block;
	width: 39px;
	height: 3px;
	transform: translateX(-50%);
	background-color: #eee
}

.companyDatalist .font-con p {
	position: relative;
	color: #282828;
	padding-top: 20px
}

.companyDatalist ul li {
	padding: 15px 0
}

.form .header {
	margin-bottom: 40px
}

.companyData .companyDatabox ul li:nth-of-type(1) div b {
	color: #1684df
}

.table-message .more {
	width: 100%
}

.table-message .more td {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0
}

.table-message .more td ul {
	width: 100%;
	background-color: #eee;
	padding: 34px 50px;
	box-sizing: border-box
}

.table-message .more td ul li {
	float: left;
	width: calc((100% - 15%) / 4);
	margin-right: 5%
}

.table-message .more td ul li label {
	font-weight: normal;
	font-size: 14px;
	color: #333
}

.table-message .more td ul li p {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	color: #333
}

.table-message .more td ul li:nth-of-type(4n) {
	margin-right: 0
}