/*配置颜色*/.Themetxthover:hover, .Themefont {
	color:rgb(0, 128, 66) !important
}
.Themebg, .Themebghover:hover, .p_artlelist h3, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.round .bullet:hover, .tp-leftarrow:hover, .tp-rightarrow:hover, .pro-list .thumbnail, .notice, .message-list dl dt {
	background-color:rgb(0, 128, 66)!important
}
.footers .footers-box p, .footers .Attention, .form-edit label {
	color:rgb(255, 255, 255) !important
}
.ThemeBborder, .pro_class_x .left_class li, .form .header, .breadCrumb {
	border-bottom-color:rgb(0, 128, 66) !important
}
.ThemeFborder, .ThemeFborderhover:hover, .bannerEffect, .photo.row .thumbnail, .menu, .pro-list .thumbnail, .p_pro_d .prox-list .thumbnail, .p_info_d .list-box li, .body-right ul.pro-list li, .message-list dl, .fieldset-style .div1, .product-detail .ProductimgBox .thumbnail, body .product-detail .ProductimgSmall {
	border-color:rgb(0, 128, 66) !important
}
.ThemeBbg, .ThemeBbghover:hover, .menu li:hover, .about, .friendLink, .menu .navbar-nav > li > a:hover, .menu .nav > li ul li a:hover {
	background-color:rgb(255, 169, 0)!important
}
@font-face {
font-family: "iconfont";
src: url('../icon/iconfont.eot?');/* IE9*/
src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../icon/iconfont.woff?') format('woff'), /* chrome, firefox */ url('../icon/iconfont.ttf?') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../icon/iconfont.svg?#iconfont') format('svg');/* iOS 4.1- */
}
.iconfont {
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale
}
.icon-jiantouyouline:before {
	content: "\e6f6"
}
.icon-jiantouyou:before {
	content: "\e612"
}
.icon-dianhua:before {
	content: "\e603"
}
.icon-youxiang:before {
	content: "\e60c"
}
.icon-dizhi:before {
	content: "\e611"
}
.icon-lianxiren:before {
	content: "\e608"
}/*公共标题*/
.t_title {
}
.t_title span {
	font-size:24px;
	color: #333;
	line-height:54px;
	display: block;
	width: 70%;
	margin: 0 auto;
	text-align: center
}
.t_more {
	display: block;
	width: 240px;
	margin: 0 auto;
	position: relative;
	text-align: center
}
.t_more i {
	color: #ccc;
	position: absolute;
	top: 5px
}
.t_more i.left {
	left: 0
}
.t_more i.right {
	right: 0
}
.t_more span {
	width:68px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	border-radius: 18px
}
.demo-box-hw1 .t_more i.left {
	left: -60px;
	top:-2px
}
.demo-box-hw1 .t_more i.right {
	right: -54px;
	top:-2px
}
.tpl_five, .tpl_seven {
	background-color: #e0f3f6;
	margin: 0px
}/*公共样式*/
.content-box {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0
}
@media screen and (max-width:1180px) {
.content-box {
margin: 0 15px
}
}
@media screen and (max-width:870px) {
.ThemeXbg {
background-color:rgb(0, 128, 66)!important
}
}
@media screen and (max-width:600px) {
.tpl_seven .col-md-6 {
width: 100%;
margin-left: 0
}
}/*动画样式*//*一次*/
.animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}/*循环*/
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}/*消失*/
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}/*动画样式-闪动放大*/
.bounceIn {
-webkit-animation:bounceIn 2s .2s ease both;
-moz-animation:bounceIn 2s .2s ease both
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@-moz-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}/*由下而上缓慢展现*/
.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
}
}/*由下而上快速展现*/
.fadeInUpBig {
-webkit-animation:fadeInUpBig 2s .2s ease both;
-moz-animation:fadeInUpBig 2s .2s ease both
}
@-webkit-keyframes wqdFadeOut {
from {
opacity: 1
}
to {
	opacity: 0
}
}
@-moz-keyframes wqdFadeOut {
from {
opacity: 1
}
to {
	opacity: 0
}
}
@keyframes wqdFadeOut {
from {
opacity: 1
}
to {
	opacity: 0
}
}/*由上而下缓慢展现*/
.fadeInDown {
-webkit-animation:fadeInDown 3s .2s ease both;
-moz-animation:fadeInDown 3s .2s ease both
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@-moz-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}/*缓慢展现*/
.t_more:hover, .flash {
-webkit-animation:flash 2s .2s ease both;
-moz-animation:flash 2s .2s ease both
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1
}
25%, 75% {
opacity: 0
}
}
@-moz-keyframes flash {
from, 50%, to {
opacity: 1
}
25%, 75% {
opacity: 0
}
}
@keyframes flash {
from, 50%, to {
opacity: 1
}
25%, 75% {
opacity: 0
}
}/*左右循环翻转-无线循环*/
.FlipInY {
	-webkit-animation:FlipInY 16s 0s ease-in-out infinite;
	-moz-animation:FlipInY 16s 0s ease-in-out infinite;
	-ms-animation:FlipInY 16s 0s ease-in-out infinite;
	-o-animation:FlipInY 16s 0s ease-in-out infinite;
	animation:FlipInY 16s 0s ease-in-out infinite
}
@-webkit-keyframes FlipInY {
0% {
-webkit-transform:rotateY(360deg)
}
40% {
-webkit-transform:rotateY(0)
}
100% {
-webkit-transform:rotateY(360deg)
}
}
@-moz-keyframes FlipInY {
0% {
-moz-transform:rotateY(360deg)
}
40% {
-moz-transform:rotateY(0)
}
100% {
-moz-transform:rotateY(360deg)
}
}
@keyframes FlipInY {
0% {
transform:rotateY(360deg)
}
40% {
transform:rotateY(0)
}
100% {
transform:rotateY(360deg)
}
}/*由左往右缓慢展现*/
.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
}
}
.tpl_footers {
	margin: 0px
}
h3, p, ul, li {
	margin: 0;
	padding: 0
}
.nowrap, .nowrapall, .nowrapall * {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.common_top .maxsize {
	max-width: 1180px
}
.common_top .maxsize, .common_top .top-l, .common_top .top-r {
	height: 32px;
	line-height: 32px
}
.bgmusic {
	top: 16px
}
.module {
	max-width: 1180px;
	margin: 0 auto
}
.logo_name span {
	text-indent: -99em;
	position: absolute;
	display: block
}
.menu {
	position: relative;
	max-width: 100%;
	border-top: 4px solid #fc3131
}
.menu .head-box {
	max-width: 1180px;
	margin: 0 auto;
	vertical-align: middle;
	display: block
}
.menu .logo {
	padding: 10px 0;
	float: left
}
.menu .logo img {
	max-height: 80px !important
}
.menu .top_right {
	float: right;
	color: #666;
	line-height: 60px;
	padding: 10px 0;
	font-size: 15px
}
.menu .top_right i {
	padding-right: 3px;
	font-size: 20px;
	vertical-align: middle
}
.menu .top_right span {
	padding-left: 10px
}/*-------</END 头部 LOGO >------------*/
.menu .nav-box {
	height: 42px;
	z-index: 1
}
.menu .NavBox {
	width: 1180px;
	margin: 0 auto;
	position: relative
}
.menu .nav {
	width: 100%
}
.menu .nav li {
	float: left;
	text-align: center;
	width: 12.5%;
	padding: 0;
	box-sizing: border-box
}
.menu .navbar-nav>li>a {
	display: block;
	position: relative;
	font-size: 14px;
	color: #fff;
	height: auto;
	margin: 0px;
	padding: 0px 20px;
	line-height: 42px
}
.menu .navbar-nav>li>a.active, .menu .navbar-nav>li>a:hover, .menu .navbar-nav>li>a:focus {
	color: #fff !important
}
.menu .nav>li:hover ul {
	display: block
}
.menu .nav>li .Triangle:after {
	content: '';
	display: inline-block;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 6px solid #fff
}
.menu .nav>li ul {
	display: none;
	padding: 0;
	margin-top: 1px;
	position: absolute;
	left: 0px;
	top: 42px;
	width: 100%;
	z-index: 55
}
.menu .nav>li ul li {
	line-height: 38px;
	margin-top: 1px;
	text-align: center;
	width: 100%;
	margin-right: 0
}
.menu .nav>li ul li a {
	font-size: 12px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0px 5px
}
.menu .nav>li ul li a:hover, .menu .nav>li ul li:hover a {
	text-decoration: none;
	color: #000
}/*--下拉菜单倒三角--*/
.menu .nav>li .Triangle:after {
	position: absolute;
	right: 10px;
	top: 19px
}
.menu .nav>li>a:hover.Triangle:after {
	position: absolute;
	right: 10px;
	top: 19px
}
.menu .NavBtn {
	display: none;
	text-align: center;
	overflow: hidden
}
.menu .nav>li:hover a {
	color: #fff !important
}/*---大图----*/
.header-box .clearfix.none {
	display: none
}
.btn-navbar-t {
	display: none;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	border: none;
	border-radius: 0;
	padding: 6px 10px 10px
}
.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 {
	display: block;
	margin-top: 3px;
	width: 18px;
	height: 2px;
	background-color: #fff
}/*-------</END 导航>------------*//* 小屏幕 一*/
@media screen and (max-width:1200px) {
.menu .navbar-nav>li>a {
padding: 0px 12px
}
}
@media screen and (max-width:980px) {
.menu .navbar-nav>li>a {
padding: 0px 10px
}
}/* 小屏幕 三*/
@media screen and (max-width:870px) {
.menu .top_right {
display: none
}
.menu {
border: none
}
.menu .head-box {
height: 60px;
background: none
}
.menu .n-s-box {
display: none
}
.menu .logobox {
width: 70%
}
.menu .logo {
padding: 0;
display: none;
text-align: left
}
.menu .logo img {
margin: 8px 10px !important;
max-height: 54px !important
}
.menu .nav-box {
border-radius: 0px;
height: auto
}
.menu .nav {
padding: 0;
margin: 0
}
.menu .nav li a:hover:after {
display: none
}
.menu .btn-t {
display: block;
position: absolute;
top: 16px;
right: 6px;
border: 1px solid #fff;
border-radius: 8px
}
.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 .NavBoxPublic ul.navPublic li a {
color: #000 !important
}
.menu .NavBoxPublic ul.navPublic>li ul li a {
color: #fff !important
}
.menu .NavBoxPublic ul.navPublic>li ul li:hover a {
color: #000 !important
}/*-----------</菜单>---------------*/
span.TriangleBtn {
cursor: pointer
}
.bgmusic {
top: inherit
}
}
@media screen and (max-width:600px) {
.menu .logobox {
width: 50%
}
.tpl_six .col-md-6, .tpl_seven .col-md-6 {
padding: 0
}
.m-box01 .col-md-4 {
float: left
}
.form-edit form {
margin: 0 15px !important;
padding: 0 20px 20px
}
}
.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}
.banner .bannerBox {
	padding:0
}
.carousel {
	margin: 0
}
.banner img {
	width: 100%
}
.banner .carousel-control {
	background: none
}
.bannerEffect .fullwidthbanner-container {
	z-index: 0!important
}
.bannerEffect .tp-simpleresponsive >ul >li {
	z-index: 0!important
}/*--banner/原点--*/
.bannerEffect .tp-bullets.simplebullets.round .bullet {
	width: 10px;
	height:10px;
	border-radius: 30px;
	margin: 0 5px
}
@media screen and (max-width:1030px) {
}/*-----------<关于我们>---------------*/
.about {
	max-width:100%;
	background-color: #60d0db;
	padding:15px 0;
	margin: 20px 0
}
.about .about_box {
	max-width:1180px;
	margin: 0 auto
}
.about .com_box {
	overflow: hidden;
	border-left: 4px solid #fff;
	padding-left:20px;
	max-height: 69px
}
.about .com_box .txt {
	font-size: 12px;
	line-height: 24px;
	color: #fff
}
.about .title {
	width: 120px;
	padding:5px 15px 0 0;
	text-align: left;
	float: left
}
.about .title span {
	color: #fff;
	font-size: 24px;
	display: block
}
.about .t_more {
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	margin: 10px 0 0 22px;
	text-align: left
}
@media screen and (max-width:1180px) {
.about .about_box {
margin: 0 15px
}
}
@media screen and (max-width:600px) {
.about .title {
width: 100%;
text-align: center;
padding: 0;
display: block;
float: inherit
}
.about .t_more {
margin: 10px 0;
text-align: center;
width: auto
}
.about .com_box {
max-height:244px;
border: none;
padding: 0
}
}/*-----------<最新资讯>---------------*/
.article {
	max-width: 1180px;
	margin: 0 auto
}
.article .news {
	overflow:hidden;
	margin:0
}
.article .home_news_item:nth-child(3n+1) {
margin-left:0
}
.article .home_news_item {
	width: 32%;
	height: 140px;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	margin-left: 2%;
	position: relative;
	z-index: 2
}
.article .news_box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
	box-sizing:border-box;
	border: 1px solid #666;
	overflow: hidden;
	height: 100%
}
.article .home_news_item dl {
	width: 100%;
	padding: 0 25px;
	text-align: center;
	position: absolute;
	top: 0;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
	box-sizing:border-box
}
.article .home_news_item dl dt {
	background: url(../news_ico_time.png) no-repeat center 20px;
	padding-top: 58px;
	font-size: 12px;
	color: #444444
}
.article .home_news_item dl dd.t {
	margin: 10px 0;
	height: 46px;
	line-height: 46px
}
.article .home_news_item dl dd.t a {
	color: #000;
	font-size: 18px;
	text-align: center
}
.article .home_news_item dl dd.spec {
	overflow: hidden
}
.article .home_news_item dl dd.spec a {
	color: #666;
	font-size: 12px;
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	display: block
}/*.article .home_news_item:hover{border: 1px solid #15909c;margin-top: 10px;margin-bottom: 20px}*/
.article .news_box:hover {
	top: -10px
}
.article .home_news_item:hover dl {
	top: -80px
}
.article .home_news_item:hover dl dd.t a {
	color: #15909c
}
.article .home_news_item:hover dl dt {
}
@media screen and (max-width:1180px) {
.article {
margin: 0 15px
}
}
@media screen and (max-width:870px) {
.article .home_news_item {
width: 47.0%;
margin-left:2%
}
.article .home_news_item:nth-child(3n+1) {
margin-left:0
}
.article .home_news_item:nth-child(2n+1) {
margin-left: 0
}
}
@media screen and (max-width: 600px) {
.article .home_news_item {
width: 100%;
margin-left:0
}
}/*-----------<成功案例>---------------*/
.articleLabel {
	max-width: 1180px;
	margin: 0 auto
}
.articleLabel ul {
	margin: 15px 0 0
}
.articleLabel ul li.col-md-3 {
	margin-bottom: 10px;
	padding: 0
}/*.articleLabel ul li.col-md-3:nth-child(4n+1){margin-left: 0}*/
.articleLabel ul li .img-box {
	display: block
}
.articleLabel ul li .img-box img {
	width: 100%
}
.articleLabel ul li .txt {
}
.articleLabel ul li a:hover {
	text-decoration: none
}
.articleLabel ul li a h3 {
	margin: 15px 0px;
	padding: 0px;
	display: block;
	font-size: 16px;
	color: #333
}
.articleLabel ul li .news_cont {
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	color: #666
}
.articleLabel ul li:hover img {
-webkit-animation: bounceIn 2s .2s ease both;
-moz-animation: bounceIn 2s .2s ease both
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@-moz-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@media screen and (max-width: 1180px) {
.articleLabel {
margin: 0 70px
}
}
@media screen and (max-width:768px) {
.articlelabel_box {
padding: 0 20px
}
.articleLabel {
margin: 0 15px
}
.articleLabel ul li.col-md-3 {
width: 49.3%;
float: left
}
.articleLabel ul li.col-md-3:nth-child(2n+1) {
margin-left: 0
}
}/*---产品列表----*/
.product {
	max-width:100%;
	margin: 0 auto;
	text-align: center
}
.product .p_box {
	overflow:hidden;
	margin:15px auto
}
.product li {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 0;
	margin-bottom: 15px;
	border-bottom: 2px solid #ccc
}
.product .p_box li.col-md-3:nth-child(4n+1) {
margin-left: 0
}
.product li img {
	width: 100%
}
.product li a {
	padding:0
}
.product li a h4 {
	font-size: 14px;
	color: #333;
	height:42px;
	line-height:40px;
	text-align: center
}
.product li :hover h4 {
	color: #fff
}
.product li :hover img {
-webkit-animation:bounceIn 2s .2s ease both;
-moz-animation:bounceIn 2s .2s ease both
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@-moz-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3)
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9)
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
}
.productlist {
	text-align: center;
	max-width: 1180px;
	margin: 15px auto 0;
	display: inline-block
}
.productlist a {
	max-width: 240px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 0 10px;
	color: #666;
	float: left;
	margin-left: 5px;
	border-radius: 18px
}
.productlist a:hover {
	color: #fff
}
@media screen and (max-width: 1180px) {
.product {
margin: 0 15px
}
}
@media screen and (max-width: 600px) {
.product .p_box li.col-md-3 {
width: 49.3%;
margin-left:1.4%
}
.product .p_box li.col-md-3:nth-child(2n+1) {
margin-left: 0
}
.product li {
margin-bottom:20px
}
.product .p_box {
margin: 15px 0;
width: 100%
}
.tpl_four .col-md-9 {
padding:0
}
.product li img {
width: 100%;
height: 140px
}
}/*---footer----*/
.footers {
	background-color: #333
}
.footers .footerBox {
	max-width:1180px;
	margin:0 auto
}
.footerBox {
	padding:15px 0;
	position: relative;
	z-index: 111
}
.footers .footers-box a {
	margin-right:10px;
	word-break: break-all;
	word-wrap:break-word;
	text-decoration:underline;
	color: #fff !important
}
.footers .footers-box a:hover {
	text-decoration: none
}
.footers .footers-box p {
	padding:0;
	font-size:12px;
	line-height:26px
}/*-----------</END>---------------*/
@media screen and (max-width:1030px) {
.footers .footerBox {
margin: 0 15px
}
}
@media screen and (max-width:600px) {
.tpl_footers .footers .footersInformation p {
text-align: left
}
.footers .footersInformation {
padding: 0 10px 70px 0
}
.tpl_footers .content-box {
margin: 0;
padding: 0
}
.tpl_footers .col-md-4, .tpl_footers .col-md-8 {
margin: 0;
padding: 0
}
}/*-----------<图库>---------------*/
.album {
	height: auto;
	overflow: hidden;
	margin: 50px 0px;
	position: relative
}/*.album:before{content: "";position: absolute;left: 0px;top: 50%;height: 1px;width: 20%;background-color: #ababab}.album:after{content: "";position: absolute;right: 0px;top: 50%;height: 1px;width: 20%;background-color: #ababab;z-index: -1}*//*左右箭头*/
.album .album_left {
	position: absolute;
	bottom:44%;
	left: 0px
}
.album .album_left a {
	display: block;
	background: url(../left.png) no-repeat;
	width: 48px;
	height: 50px
}
.album .album_right {
	position: absolute;
	bottom:44%;
	right: 0px
}
.album .album_right a {
	display: block;
	background: url(../right.png) no-repeat;
	width: 48px;
	height: 50px
}
.album .album_right a:hover, .album .album_left a:hover {
	text-decoration: none
}
.album .album_right a:focus, .album .album_left a:focus {
	text-decoration: none
}
.album .album_right a:active, .album .album_left a:active {
	text-decoration: none
}
.album .album-box {
	height: auto;
	overflow: hidden;
	position: relative;
	max-width: 1180px;
	margin: 0 auto
}
.album .pages {
	padding: 0px;
	margin:20px 50px 0px;
	padding-bottom:30px;
	overflow: hidden;
	background-color: #fff
}
.album .pages .Slidepage {
	float: left
}
.album .album-box .Slideitem {
	float: left;
	width: 25%;
	border-radius: 0px;
	position: relative;
	padding: 15px 10px;
	box-sizing:border-box
}
.album .album-box .silde_border {
	position: relative
}
.album .album-box .Slideitem img {
	width: 100%
}
.album .album-box h3 {
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	margin:0px;
	text-align: center;
	position: absolute;
	width:100%;
	bottom:0;
	left: 0
}
.album .album-box h3 a {
	color: #fff;
	display: block;
filter:progid:DXImageTransform.Microsoft.gradient(enabled="true", startColorstr="#66000000", endColorstr="#66000000");
	background-color:rgba(0, 0, 0, 0.4)
}
:root .album .album-box h3 a {
	filter:none
}
.album .album-box h3 a:hover {
	color: #fff;
	text-decoration: none
}
.album .album-box .Slideitem img:after {
	z-index: 88;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 8px;
	height: 8px;
	line-height: 8px;
	content: "+";
	background: red
}
.album .album-box p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding:0px 10px;
	margin: 0px 0px 40px;
	color: #5a5a5a
}
.album .more {
	text-align: center;
	clear: both;
	margin-top: 10px
}
.album .more a {
	display: block;
	width: 100px;
	margin: 0 auto;
	font-size: 14px;
	border: 2px solid;
	padding:8px 40px;
	color: #333;
	background-color: #fff
}
.album .more a:hover {
	color: #fff;
	text-decoration: none
}
@media screen and (max-width: 1045px) {
.album:before, .album:after {
content: none
}
}
@media screen and (max-width: 980px) {
.album .album_left, .album .album_right {
bottom: 43%
}
}
@media screen and (max-width: 768px) {
.album .album_left, .album .album_right {
bottom: 41%
}
}
@media screen and (max-width: 600px) {
.album .album-box .Slideitem {
width: 50%
}
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 320px) {
.album .album-box .Slideitem {
width: 100%
}
}
.module {
	width: 100%;
	max-width: inherit
}
.module .m-box {
	max-width: 1200px;
	margin: 0 auto
}
.mod-box {
	position: relative
}
.mod-box .mod-pic {
	position: relative;
	transition: all 0.6s
}
.mod-box .mod-pic::before {
position: absolute;
top: 20px;
right: 20px;
bottom: 20px;
left: 20px;
border: 1px solid #e1daca;
content: '';
transition: all 0.6s;
opacity: 0;
z-index: 1
}
.mod-box .mod-pic img {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
	transition: all 0.6s
}
.mod-box .mod-box1 {
	position: absolute;
	color: #fff;
	left: 10%;
	right: 10%;
	top: 50%;
	transform: translateY(-50%)
}
.mod-box .mod-title {
	font-size: 16px;
	color: #e1daca;
	opacity: 0;
	transition: opacity 0.6s, transform 0.6s;
	transform: scale(0);
	text-align: center
}
.mod-box .mod-title1 {
	font-size: 14px;
	color: #e1daca;
	letter-spacing: 1px;
	display: block;
	overflow: hidden;
	padding: 22px 0
}
.mod-pack1 {
	padding: 108px 150px;
	color: #b4afa3;
	overflow: hidden;
	box-sizing: border-box
}
.mod-pack1 .mod-title {
	font-size: 18px;
	text-align: center
}
.mod-pack1 .mod-pack-c {
	overflow: hidden;
	height: 60px;
	line-height: 20px
}
.mod-pack1 .mod-txt {
	font-size: 14px;
	text-align: center;
	height: 60px;
	line-height: 20px
}
