/*配置颜色*/.Themetxthover:hover,.Themefont,.menu .tel:before,.about_title p:before,.about_title p:after {
	color: rgb(6, 111, 6) !important
}

.Themebg,.Themebghover:hover,.product .tab a.on {
	background-color: rgb(6, 111, 6) !important
}

.ThemeFborder,.ThemeFborder:hover {
	border-color: rgb(6, 111, 6) !important
}

.NavBoxPublic .TriangleBtn:before,.articleLabel .item a:before,.message-list dl {
	border-color: rgb(6, 111, 6) !important
}

.articleLabel .item a:hover .pro_name {
	color: rgb(6, 111, 6) !important
}

.message-list dl dt {
	background-color: rgb(6, 111, 6) !important
}

.ThemeBbg,.ThemeBbghover:hover,.menu .navbar-nav > li > a:hover,.menu .nav > li ul li a:hover {
	background-color: rgb(5, 81, 5)!important
}

.tpl_four {
	background-attachment: fixed;
	background-image: url(../images/about.jpg);
	background-repeat: @Pagebg_repeat;
/*background: url(/Public/Images/Theme218/about.jpg) no-repeat;*/
	background-size: 100%;
	height: 420px;
	margin-top: 20px!important
}

@media screen and (max-width:940px) {
	.tpl_four {
		height: 369px
	}
}

@media screen and (max-width:835px) {
	.tpl_four {
		height: 320px
	}
}

@media screen and (max-width:730px) {
	.tpl_four {
		height: 282px
	}
}

@media screen and (max-width:600px) {
	.tpl_four {
		height: auto
	}
}/*字体*/@font-face {
	font-family: "iconfont";src: url('/Public/Images/Theme218/icon/iconfont.eot');src: url('/Public/Images/Theme218/icon/iconfont.eot?#iefix') format('embedded-opentype'),  url('/Public/Images/Theme218/icon/iconfont.woff') format('woff'),  url('/Public/Images/Theme218/icon/iconfont.ttf') format('truetype'),   url('/Public/Images/Theme218/icon/iconfont.svg#iconfont2') format('svg')
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal
}

.icon-right-arrow:before {
	content: "\e615"
}

.icon-dizhi:before {
	content: "\e617"
}

.icon-contacts:before {
	content: "\e601"
}

.icon-76:before {
	content: "\e686"
}

.icon-yanjing:before {
	content: "\e627"
}

.icon-jiantou:before {
	content: "\e656"
}

.icon-youbian:before {
	content: "\e649"
}

.icon-hotline-copy:before {
	content: "\e687"
}/*由左往右缓慢展现*/.fadeInLeft {
	-webkit-animation: fadeInLeft 3s .2s ease both;
	-moz-animation: fadeInLeft 3s .2s ease both
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}/*由左往右快速展现*/.fadeInLeftBig {
	-webkit-animation: fadeInLeftBig 3s .2s ease both;
	-moz-animation: fadeInLeftBig 3s .2s ease both
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}/*由右往左缓慢展现*/.fadeInRight {
	-webkit-animation: fadeInRight 3s .2s ease both;
	-moz-animation: fadeInRight 3s .2s ease both
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}/*由右往左快速展现*/.fadeInRightBig {
	-webkit-animation: fadeInRightBig 3s .2s ease both;
	-moz-animation: fadeInRightBig 3s .2s ease both
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}/*由下而上缓慢展现*/.fadeInUp {
	-webkit-animation: fadeInUp 3s .2s ease both;
	-moz-animation: fadeInUp 3s .2s ease both
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-moz-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.TopologyCenter .tpl_footers .tpl_six,.TopologyCenter .tpl_footers .tpl_eight,.TopologyLeft  .tpl_footers .tpl_six,.TopologyLeft  .tpl_footers .tpl_eight {
	display: none
}

.tpl_one .col-md-12 {
	float: none
}

.tpl_four {
	margin-top: 20px
}

.tpl_six {
	background-color: #f4f4f4;
	padding-bottom: 30px
}

.row .col-md-4,.row .col-md-8 {
	padding: 0px
}

.menu .header-box {
	margin: 0 auto;
	height: auto;
	max-width: 1030px;
	position: relative;
	padding: 5px 0px;
	min-height: 67px
}

.menu .header-box .logo {
	float: left;
	padding: 0px;
	position: relative;
	z-index: 2
}

.menu .header-box .logo img {
	margin: 0px;
	max-height: 100px !important
}

.overflow {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block
}

.p_artlelist .overflow {
	display: inline-block
}

.cl {
	clear: both
}

.content-box {
	max-width: 1030px;
	margin: 30px auto 0px;
	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
}

.logo_name span {
	text-indent: -99em;
	position: absolute;
	display: block
}

.about_title {
	text-align: center
}

.about_title p {
	display: inline-block;
	position: relative;
	margin: 0px;
	height: 36px
}

.about_title a {
	font-size: 18px;
	color: #333;
	padding: 5px 0px 10px;
	border-bottom: 2px solid;
	margin: 0px 40px;
	display: block;
	max-width: 240px;
	font-family: "微软雅黑"!important
}

.about_title a:hover {
	text-decoration: none
}

.about_title p:before {
	content: "\e656";
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 18px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.about_title p:after {
	content: "\e656";
	position: absolute;
	right: 0px;
	top: 3px;
	font-size: 18px
}

.column {
	margin: 0px
}/*--插件留言输入框字体颜色--*/.skin1 input, .skin1 textarea, .xskin1 input, .xskin1 textarea {
	color: #333
}/*--banner/原点--*/.bannerEffect .tp-bullets.simplebullets.round .bullet {
	width: 10px;
	height: 10px;
	border-radius: 30px;
	margin: 0 5px
}/*-------</END 头部 LOGO >------------*/.headFixed {
	position: relative
}

.header-nav {
	width: 100%
}

.menu .nav-box {
	height: 45px;
	line-height: 45px;
	max-width: 1030px;
	margin: 0 auto
}

.menu .NavBox {
	height: 45px;
	text-align: center
}

.menu .nav {
	padding: 0;
	margin: 0 auto
}

.menu .nav li {
	float: left;
	text-align: center
}

.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 #fff;
	position: absolute;
	top: 20px;
	right: 2px
}

.menu .nav > li ul {
	display: none;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 45px;
	width: 100%;
	z-index: 33
}

.menu .nav > li ul li {
	line-height: 42px;
	padding: 0px;
	background: none;
	float: none;
	text-align: center;
	margin-top: 1px;
	width: 100%
}

.menu .nav > li ul li a {
	font-size: 12px;
	color: #fff;
	display: block;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0px
}

.menu .nav > li ul li a:hover {
	text-decoration: none;
	color: #fff
}

.menu .navbar-nav {
	width: 100%
}

.menu .navbar-nav > li {
	width: 12.5%
}

.menu .navbar-nav > li > a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #fff;
	height: auto;
	margin: 0px;
	padding: 0px;
	line-height: 45px
}

.menu .navbar-nav > li > a.active, .menu .navbar-nav > li > a:hover, .menu .navbar-nav > li > a:focus {
	background: rgba(0,0,0,0.3)
}

.menu .navbar-nav > li > a.active {
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.NavBtn {
	display: none;
	text-align: center;
	overflow: hidden
}

.menu .tel {
	font-size: 16px;
	position: absolute;
	right: 25px;
	color: #666
}

.menu .tel:before {
	content: "";
	position: absolute;
	left: -66px;
	top: 0px;
	font-size: 70px;
	background: url(/Public/Images/Theme218/tel.png) center left no-repeat;
	width: 207px;
	height: 67px
}

.menu .tel p {
	padding-left: 10px;
	padding-top: 5px;
	line-height: 20px
}

.menu .tel b {
	font-size: 18px;
	display: block;
	font-family: "Arial";
	color: #c71e1e
}

.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 #333;
	border-radius: 4px
}

.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: #333;
	display: block;
	margin-top: 4px;
	width: 18px;
	height: 2px
}/*-------</END 导航>------------*//*-------</END 切换导航按钮>------------*//* 小屏幕 一*/@media screen and (max-width:1030px) {
	.content-box {
		margin: 30px 15px 0px
	}

	.menu .header-box .logo img {
		margin-left: 15px
	}
}/* 小屏幕 三*/@media screen and (max-width:870px) {
	.header-nav {
		border-bottom: none;
		margin-top: 0px
	}

	.menu {
		height: auto
	}

	.menu .tel {
		display: none
	}

	.menu .nav-box {
		border-radius: 0px
	}

	.header-box .clearfix.none {
		display: block
	}

	.menu .nav {
		padding: 0;
		margin: 0
	}

	.menu .nav li a:hover:after {
		display: none
	}

	.menu .btn-t {
		display: block;
		position: absolute;
		top: 18px;
		right: 14px
	}

	.menu .header-nav .nav-box {
		background: none;
		height: auto;
		padding: 0;
		margin: 0
	}

	.menu .nav {
		float: none;
		width: 100%
	}

	.menu .NavBox {
		width: 100%;
		height: 0;
		overflow: hidden
	}

	.menu .header-box {
		padding: 10px 0px
	}

	.menu .header-box .logo img {
		max-height: 52px !important;
		margin: 0!important
	}/*-----------</菜单>---------------*/
}

.banner {
	clear: both
}

.carousel {
	margin: 0
}

.bannerBox {
	position: relative
}

.bannerEffect .tp-leftarrow.large, .bannerEffect .tp-rightarrow.large {
	border-radius: 20px
}

.bannerEffect .tp-rightarrow.large {
	background: #ACABAB url(/Public/Images/Theme84/slider-right-arrow.png) no-Repeat 0 0
}

.bannerEffect .tp-leftarrow.large {
	background: #ACABAB url(/Public/Images/Theme84/slider-left-arrow.png) no-Repeat
}

.bannerBox .bannerEffect .tp-bullets.simplebullets.round .bullet {
	width: 10px;
	height: 10px;
	border-radius: 30px;
	margin: 0 5px
}

@media screen and (max-width:870px) {
	.banner {
		margin: 0px auto
	}
}/*-----------<关于我们>---------------*/.about {
	position: relative;
	margin-top: 20px
}

.about .about_content {
	max-width: 1030px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	top: -30px;
	z-index: 3
}

.about .about_img {
	width: 57%;
	float: left;
	position: relative
}

.about .about_img:before {
	content: "";
	position: absolute;
	right: -10px;
	top: 0px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #757575;
	border-right: 10px solid transparent
}

.about .about_img:after {
	content: "";
	position: absolute;
	right: -10px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-top: 11px solid #757575;
	border-right: 10px solid transparent
}

.about .about_img img {
	width: 100%
}

.about .about_box {
	float: right;
	width: 41%;
	margin-top: 50px
}

.about .about_name {
	height: auto;
	overflow: hidden
}

.about .about_name b {
	color: #fff;
	font-size: 18px;
	position: relative;
	float: left;
	max-width: 80%
}

.about .about_name span {
	height: 1px;
	width: 40px;
	background-color: #fff;
	float: left;
	margin-left: 10px;
	margin-top: 13px
}

.about .about_info {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	height: 190px;
	margin: 20px 0px;
	overflow: hidden;
	clear: both
}

.about .more {
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	display: block;
	position: relative
}

.about .more:before {
	content: "\e615";
	color: #fff;
	position: absolute;
	left: 22px;
	font-size: 35px
}

.about .more span {
	display: none;
	font-size: 14px;
	color: #fff
}

.about .more:hover {
	text-decoration: none;
	background-color: #222 !important
}

.about .more:hover span {
	display: block
}

.about .more:hover:before {
	content: none
}

@media screen and (max-width:980px) {
	.about .about_info {
		height: 160px
	}
}

@media screen and (max-width:870px) {
	.about {
		margin-bottom: 15px
	}

	.about .about_info {
		height: 115px
	}
}

@media screen and (max-width:768px) {
	.about .about_info {
		margin: 10px 0px
	}

	.about .more {
		height: 50px;
		width: 50px;
		line-height: 50px
	}

	.about .more:before {
		left: 8px
	}
}

@media screen and (max-width:600px) {
	.about .about_content {
		top: -10px
	}

	.about .about_info {
		margin: 5px 0px;
		height: 96px
	}

	.about {
		background-color: #666;
		padding-bottom: 15px;
		margin-bottom: 0
	}

	.about .about_img {
		width: 98%;
		float: none;
		margin: 10px 1%
	}

	.about .about_box {
		float: none;
		width: 98%;
		margin: 20px 1% 0px
	}

	.about .about_img:before {
		content: none
	}

	.about .about_img:after {
		content: none
	}
}/*产品列表*/.product {
	height: auto;
	overflow: hidden
}

.product .por_tab {
	margin: 20px 0px
}

.product .tab {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
	height: 53px;
	line-height: 53px;
	background-color: #f4f4f4
}

.product .tab a {
	line-height: 53px;
	height: 53px;
	float: left;
	width: 20%;
	font-size: 14px;
	text-align: center;
	color: #333;
	cursor: pointer;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.product .tab  a:hover,.product .tab a.on {
	color: #fff;
	text-decoration: none
}

.product .content {
	margin: 20px 0px 0px;
	min-height: 386px
}

.product .content li {
	display: none
}

.product .pro_box {
	position: relative;
	height: auto;
	overflow: hidden
}

.product .pro_box .p_box {
	width: 22%;
	float: left;
	padding:5px 10px;
}

.product .pro_box .p_box a {
	display: block;
	position: relative;
	text-align: center;
	
}

.product .pro_box .p_box p {
	opacity: 0;
	position: absolute;
	top: 70%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width: 100%
}

.product .pro_box .p_box a:hover p {
	opacity: 1;
	top: 50%
}

.product .pro_box .p_box a:before {
	content: "";
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 0px;
	top: 0px
}

.product .pro_box .p_box a:hover:before {
	opacity: 1;
	-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
}

.product .pro_box .p_box a img {
	width: 100%
}

.product .pro_box .p_box.second {
	width: 50%;
	margin: 0px 1%
}

.product .pro_box .p_box.fourth {
	position: absolute;
	left: 0px;
	bottom: 0px
}

.product .pro_box .p_box.fifth {
	position: absolute;
	right: 0px;
	bottom: 0px
}

.DoesNot {
	font-size: 20px
}

@media screen and (max-width: 980px) {
	.product .content {
		min-height: 356px
	}
}

@media screen and (max-width: 870px) {
	.product .content {
		min-height: 315px
	}
}

@media screen and (max-width: 768px) {
	.product .content {
		min-height: 277px
	}
}

@media screen and (max-width: 600px) {
	.product .tab {
		height: auto
	}

	.product .tab a {
		width: 50%;
		padding: 0 15px;
		box-sizing: border-box
	}

	.product .content {
		min-height: 214px
	}
}

@media screen and (max-width: 480px) {
	.product .content {
		min-height: 170px
	}
}

@media screen and (max-width: 414px) {
	.product .pro_box .p_box {
		width: 48% !important;
		margin: 0px 1% 10px !important
	}

	.product .content {
		min-height: 296px
	}

	.product .pro_box .p_box.fourth {
		position: static
	}
}

@media screen and (max-width: 375px) {
	.product .content {
		min-height: 268px
	}
}

@media screen and (max-width: 320px) {
	.product .content {
		min-height: 229px
	}
}/*---友情链接----*/.friendLink {
	margin: 30px 0px 0px;
	height: auto;
	overflow: hidden;
	position: relative
}

.friendLink .flink {
	padding: 0px;
	position: relative;
	z-index: 3
}

.friendLink .friendBox {
	margin: 0px auto;
	max-width: 1030px;
	height: auto;
	box-sizing: border-box;
	padding: 10px
}

.friendLink .link-box ul {
	display: inline-block;
	overflow: hidden;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	display: inline
}

.friendLink .link-box ul li {
	line-height: 24px;
	position: relative;
	font-style: normal;
	display: inline-block;
	text-align: center
}

.friendLink .link-box .yqlj {
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 24px;
	display: inline-block;
	color: #fff
}

.friendLink .link-box ul li:first-child:after {
	display: none
}

.friendLink .link-box ul li a:after {
	content: '|';
	position: absolute;
	right: 0px;
	top: 0
}

.friendLink .link-box ul a {
	word-break: break-all;
	word-wrap: break-word;
	font-style: normal;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	padding: 0px 10px;
	display: inline-block
}

.friendLink .link-box ul a:hover {
	text-decoration: none;
	opacity: 1
}

.friendLink .link_bj {
	height: 20px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	opacity: 0.5;
	filter: alpha(opacity=50)
}/* 小屏幕 一*/@media screen and (max-width:1030px) {
	.friendLink .friendBox {
		margin: 0px 10px
	}
}

@media screen and (max-width: 600px) {
}/*---footer----*/.footers {
	color: #fff;
	margin: 0px auto;
	padding: 0;
	clear: both;
	background-color: #222
}

.footerBox {
	margin: 0px auto;
	padding: 10px 0;
	max-width: 1030px
}

.footers .footers-box a {
	margin-right: 10px;
	word-break: break-all;
	word-wrap: break-word;
	color: #fff
}

.footers .footers-box a:hover {
	text-decoration: none
}

.footers .footers-box p {
	padding: 0;
	font-size: 12px;
	line-height: 20px
}

.footers .qr {
	z-index: 9
}/*-----------</END>---------------*/