﻿/*配置模块背景*/.tpl_four {
	background-attachment: fixed;
	background-image: url(../images/208-01.jpg);
	background-repeat: @Pagebg_repeat
}

.tpl_six {
	background-attachment: fixed;
	background-image: url(../images/208-02.jpg);
	background-repeat: @Pagebg_repeat
}

.tpl_eight {
	background-attachment: fixed;
	background-image: url(/Public/Images/ThemeBg/BgImg/Scene/208-03.jpg);
	background-repeat: @Pagebg_repeat
}/*配置颜色*/.Themetxthover:hover,.Themefont {
	color: #14b9d5 !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,.message-list dl dt,.article .news li:first-child {
	background-color: #14b9d5!important
}

.ThemeFbg,.ThemeFbghover:hover,.breadCrumb,.p_artlelist h3 a,.article .news li:nth-child(3) {
	background-color: #ffba00 !important
}

.ThemeSfont,.ThemeSfonthover:hover {
	color: #ffba00 !important
}

.ThemeBborder,.pro_class_x .left_class li {
	border-bottom-color: #14b9d5 !important
}

.ThemeFBborder {
	border-bottom-color: #ffba00 !important
}

.ThemeFborder,.bannerEffect,.photo.row .thumbnail,.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: #14b9d5 !important
}

.ThemeSborder,.ThemeFborderhover:hover {
	border-color: #ffba00 !important
}

@font-face {
	font-family: "iconfont";src: url('../images/iconfont.eot');src: url('../images/iconfont.eot?#iefix') format('embedded-opentype'),  url('../images/iconfont.woff') format('woff'),  url('../images/iconfont.ttf') format('truetype'),   url('../images/iconfont.svg#iconfont2') format('svg')
}

@font-face {
	font-family: "iconfont";src: url('iconfont.eot?t=1465372762');/* IE9*/  src: url('iconfont.eot?t=1465372762#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('iconfont.woff?t=1465372762') format('woff'), /* chrome, firefox */  url('iconfont.ttf?t=1465372762') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/  url('iconfont.svg?t=1465372762#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-feiji:before {
	content: "\e601"
}

.icon-feiji1:before {
	content: "\e602"
}

.icon-dianhua:before {
	content: "\e603"
}

.icon-email:before {
	content: "\e60c"
}

.icon-feimi:before {
	content: "\e607"
}

.icon-lianxiren:before {
	content: "\e608"
}

.icon-dizhi:before {
	content: "\e605"
}/*公共标题*/body {
	position: relative
}

.t_title {
	height: 32px;
	padding-bottom: 2px;
	text-align: center
}

.t_title span {
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: bold
}

.p_title {
	height: 32px;
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 5px
}

.t_more {
	display: block;
	background-color: #333;
	width: 100px;
	border-radius: 20px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0 auto
}

.t_more:hover {
	background-color: #000;
	color: #fff;
	text-decoration:none;
}/*公共样式*/.content-box {
	max-width: 1030px;
	margin: 0 auto;
	padding: 0
}

.padding38 {
	padding: 30px 0
}

.padding30 {
	padding: 30px
}/*.tpl_three,.tpl_five,.tpl_seven,.tpl_night{padding:50px 0}.tpl_four,.tpl_six,.tpl_eight{padding:100px 0}*/.tpl_three,.tpl_five,.tpl_seven,.tpl_night,.tpl_four,.tpl_six,.tpl_eight {
	padding: 20px 0
}

@media screen and (max-width:1030px) {
	.content-box {
		margin: 0 15px
	}

	.Themebgx {
		background-color: #14b9d5 !important
	}
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:600px) {
	.padding38 {
		padding: 15px
	}

	.tpl_four,.tpl_six,.tpl_eight,.tpl_three,.tpl_five,.tpl_seven,.tpl_night {
		padding: 15px 0
	}
}/*动画样式-闪动放大*/.mzanimate {
	-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)
	}
}/*由下而上缓慢展现*/.mzanimate01 {
	-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
	}
}/*由下而上缓慢展现*/.mzanimate02 {
	-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
	}
}

h3,p,ul,li {
	margin: 0;
	padding: 0
}

.nowrap,.nowrapall,.nowrapall * {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.common_top .maxsize,.common_top .top-l,.common_top .top-r {
	height: 32px;
	line-height: 32px
}

.bgmusic {
	top: 16px
}

.menu {
	position: relative;
	max-width: 100%;
	height: 70px
}

.menu .head-box {
	max-width: 1030px;
	margin: 0 auto
}

.menu .logobox {
	height: 80px;
	width: 26%;
	float: left;
	overflow: hidden;
	margin-right: 2%
}

.menu .logobox .logo {
	padding: 10px 0;
	display: block
}

.menu .logobox .logo img {
	max-height: 50px!important
}/*-------</END 头部 LOGO >------------*/.menu .nav-box {
	width: 72%;
	height: 70px;
	float: right
}

.menu .NavBox {
	max-width: 100%;
	margin: 0 auto;
	position: relative
}

.menu .nav {
	width: 100%
}

.menu .nav li {
	float: left;
	text-align: right;
	width: 15.5%;
	padding: 0;
	box-sizing: border-box
}

.menu .navbar-nav > li > a {
	display: block;
	position: relative;
	font-size: 16px;
	color: #000;
	height: auto;
	margin: 0px;
	padding: 0px 5px;
	line-height: 70px
}

.menu .navbar-nav > li > a.active, .menu .navbar-nav > li > a:hover, .menu .navbar-nav > li > a:focus {
	background-color: transparent
}

.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 #000
}

.menu .nav > li ul {
	display: none;
	padding: 0;
	box-shadow: 1px 1px 4px 0 rgba(0,0,0,.4);
	position: absolute;
	left: 0px;
	top: 50px;
	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: 0px;
	top: 34px
}

.menu .NavBtn {
	display: none;
	text-align: center;
	overflow: hidden
}/*---大图----*/.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: #000
}/*-------</END 导航>------------*//*-------</END 切换导航按钮>------------*//* 小屏幕 一*/@media screen and (max-width:1030px) {
	.menu {
		padding: 0 10px
	}
}/* 小屏幕 三*/@media screen and (max-width:870px) {
	.menu .head-box {
		height: 75px;
		background: none
	}

	.menu .n-s-box {
		display: none
	}

	.menu .logobox {
		width: 70%
	}

	.menu .logobox .logo {
		padding: 0
	}

	.menu .logobox .logo img {
		margin: 0 15px
	}

	.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 #000;
		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
	}/*-----------</菜单>---------------*/	span.TriangleBtn {
		cursor: pointer
	}

	.bgmusic {
		top: inherit
	}
}

@media screen and (max-width:600px) {
	.menu .logobox {
		width: 50%
	}
}

.banner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

.banner .bannerBox {
	padding: 0
}

.carousel {
	margin: 0
}

.banner .carousel-control {
	background: none
}/*--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: 1030px;
	margin: 0 auto;
	position: relative
}

.about .company-box {
	padding: 20px 0px
}

.about .company-box .about-img {
	float: left;
	padding-right: 15px;
	width: 42%;
	box-sizing: border-box
}

.about .company-box .about-img img {
	width: 100%
}

.about .company-box .txt-box {
	font-size: 13px;
	color: #333;
line-height: 27px;
	max-height: 240px;
	width: 58%;
	overflow: hidden;
	float: right
}

.about .t_more {
	position: absolute;
	bottom: 30px;
	right: 20px
}

@media screen and (max-width:1030px) {
	.about {
		margin: 0 15px
	}

	.about .company-box .txt-box {
		max-height: 223px
	}
}

@media screen and (max-width:980px) {
	.about .company-box .txt-box {
		max-height: 198px
	}
}

@media screen and (max-width:870px) {
	.about .company-box .txt-box {
		max-height: 170px
	}
}

@media screen and (max-width:768px) {
	.about .company-box .txt-box {
		max-height: 140px
	}
}

@media screen and (max-width:600px) {
	.about .company-box .about-img {
		width: 100%;
		padding-right: 0
	}

	.about .company-box .txt-box {
		margin: 15px 0 50px;
		width: 100%;
		max-height: 240px
	}

	.about .t_more {
		position: absolute;
		bottom: 20px;
		right: 20px
	}

	.about {
		background-color: #f2f2f2
	}
}/*-----------<联系我们>---------------*/.contact {
	margin: 0 auto;
	height: auto;
	max-width: 1030px
}

.contact ul {
	margin: 30px 0;
	padding: 0
}

.contact li {
	float: left;
	text-align: center
}

.contact li i {
	display: block
}

.contact li i:before {
	font-size: 4em;
	line-height: 1.2em
}

@media screen and (max-width:1030px) {
	.contact {
		margin-right: 15px
	}
}/* 横向放置的手机和竖向放置的平板之间的分辨率 三*/@media screen and (max-width: 600px) {
	.contact {
		margin-left: 0
	}

	.contact li.col-md-3 {
		width: 48%;
		margin-left: 0
	}
}/*-----------<最新资讯>---------------*/.article {
	max-width: 1030px;
	margin: 0 auto
}

.article .news {
	overflow: hidden;
	margin-top: 30px
}

.article .news li {
	padding: 20px;
	height: 300px;
	overflow: hidden;
}

.article .news li:first-child {
	background-color: #14b9d5
}

.article .news li:nth-child(2) {
	background-color: #1bbc9b
}

.article .news li:nth-child(3) {
	background-color: #ffba00
}

.article .news li span {
	display: block;
	width: 126px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: rgba(0,0,0,0.2)
}

.article .news li a {
	display: block;
	color: #000;
	font-size: 14px;
	line-height: 42px
}
.article .news li a:hover{
text-decoration:none;
color:#FFFFFF;
}
.article .news li p {
	line-height: 24px;
	color: #fff;
	font-size: 12px;
	height: 120px;
	overflow: hidden;
	border-bottom: 1px #fff dashed;
	margin-bottom: 20px
}

.article .news .t_more {
	margin: 0 auto;
	line-height: 32px;
	color: #fff;
	font-size: 12px
}

@media screen and (max-width:1280px) {
	.article {
		margin: 0 15px
	}
}

@media screen and (max-width:600px) {
	.article .news li {
		margin-bottom: 15px
	}
}

@media screen and (max-width: 420px) {
}/*-----------<成功案例>---------------*/.articleLabel {
	max-width: 1030px;
	margin: 0 auto
}

.articleLabel .title {
	position: relative;
	border-bottom: 2px dashed #A9A6A6;
	margin-right: 100px;
	margin-left: 140px;
	height: 16px
}

.articleLabel .title span {
	position: absolute;
	top: 0;
	left: -140px;
	display: block;

	margin-right: 20px;
	color: #000;
	font-size: 24px;
	text-align: left;
	font-weight: bold
}

.articleLabel .title a {
	position: absolute;
	top: 0;
	right: -100px;
	display: block;
	background-color: #333;
	width: 100px;
	border-radius: 20px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center
}

.articleLabel .title a:hover {
	background-color: #000;
	color: #fff
}

.articleLabel ul {
	margin-top: 35px
}

.articleLabel ul li {
	width: 23.95%;
	margin-left: 1.4%;
	float: left
}

.articleLabel ul li .img-box img {
	width: 100%
}

.articleLabel ul li .txt {
	display: none
}

.articleLabel ul li:nth-child(2) {
	margin-left: 0
}

.articleLabel ul li:first-child {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px
}

.articleLabel ul li:first-child .img-box {
	display: block;
	float: right;
	width: 49.3%;
	margin-left: 1.4%
}

.articleLabel ul li:first-child .txt {
	display: block;
	width: 49.3%
}

.articleLabel ul li a:hover {
	text-decoration: none
}

.articleLabel ul li a h3 {
	margin: 5px 0px;
	padding: 0px;
	display: block;
	font-size: 16px;
	color: #fff
}

.articleLabel ul li .news_cont {
	line-height: 24px;
	height: 340px;
	overflow: hidden;
	color: #000
}

@media screen and (max-width: 1030px) {
	.articleLabel {
		margin: 0 15px
	}

	.articleLabel ul li .news_cont {
		height: 310px
	}
}

@media screen and (max-width:980px) {
	.articleLabel ul li .news_cont {
		height: 282px
	}
}

@media screen and (max-width:870px) {
	.articleLabel ul li .news_cont {
		height: 200px
	}
}

@media screen and (max-width:768px) {
	.articleLabel ul li .news_cont {
		height: 190px
	}
}

@media screen and (max-width:600px) {
	.articleLabel ul li {
		width: 49.3%;
		margin-bottom: 10px
	}

	.articleLabel ul li:nth-child(4) {
		margin-left: 0
	}

	.articleLabel ul li .news_cont {
		height: 168px
	}
}

@media screen and (max-width:480px) {
	.articleLabel ul li:first-child .img-box {
		width: 100%;
		margin-left: 0;
		float: inherit
	}

	.articleLabel ul li:first-child .txt {
		width: 100%;
		margin-top: 10px
	}
}/*---产品列表----*/.product {
	max-width: 1030px;
	margin: 0 auto
}

.product .p_box {
	overflow: hidden;
	margin-top: 30px
}

.product .item {
	position: relative;
	float: left;
	overflow: hidden;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px
}

.product .item img {
	width: 100%;
         height:200px;

}

.product .item a .pro_name {
	font-size: 14px;
	color: #000;
	height: 56px;
	line-height: 36px;
	text-align:center;
}

.product .col-md-4:nth-child(3n+1) {
	margin-left: 0
}

@media screen and (max-width: 1030px) {
	.product {
		margin: 0 15px
	}
}

@media screen and (max-width: 600px) {
	.product .p_box {
		margin-top: 10px
	}

	.product .item {
		margin-bottom: 15px
	}

	.product .item a .pro_name {
		height: 30px
	}
}

.video {
	max-width: 1030px;
	margin: 0 auto
}

.video iframe {
	height: 320px
}

.video a {
	margin-bottom: 15px
}

@media screen and (max-width:1030px) {
	.video {
		margin: 0 15px
	}
}

@media screen and (max-width:768px) {
	.video iframe {
		height: 320px !important
	}
}
/*-----------<关于我们>---------------*/.album {
	max-width: 1030px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8)
}

.album .title {
	position: relative;
	border-bottom: 2px dashed #A9A6A6;
	margin-right: 100px;
	margin-left: 140px;
	height: 16px
}

.album .title span {
	position: absolute;
	top: 0;
	left: -140px;
	display: block;

	margin-right: 20px;
	color: #000;
	font-size: 24px;
	text-align: left
}

.album .title a {
	position: absolute;
	top: 0;
	right: -100px;
	display: block;
	background-color: #333;
	width: 100px;
	border-radius: 20px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center
}

.album .title a:hover {
	background-color: #000;
	color: #fff
}

.album ul {
	margin-top: 35px
}

.album li {
	width: 23.95%;
	margin-left: 1.4%;
	float: left;
	position: relative;
	margin-bottom: 1.1%
}

.album li:first-child {
	width: 49.3%;
	margin-left: 0%
}

.album li p {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	background-color: rgba(255,255,255,0.6);
	color: #333;
	display: block
}

.album li:hover p {
	background-color: rgba(255,255,255,0.8)
}

.album li img {
	width: 100%;
	border:#CCCCCC solid 1px;
}

@media screen and (max-width:800px) {
	.album {
		margin: 0 auto
	}
}

@media screen and (max-width:600px) {
	.album li,.album li:first-child {
		width: 49.3%;
		margin-bottom: 15px
	}

	.album li:nth-child(2n+1) {
		margin-left: 0
	}
}

@media screen and (max-width:380px) {
	.album li,.album li:first-child {
		width: 100%;
		margin-left: 0
	}
}/*---footer----*/.footers {
	background-color: #333
}

.footersInformation {
	padding-left: 10px
}

.footers .footerBox {
	max-width: 1030px;
	margin: 0 auto
}

.footerBox {
	padding: 15px 0;
	position: relative;
	z-index: 111
}

.footers .footers-box a {
	color: #fff !important;
	margin-right: 10px;
	word-break: break-all;
	word-wrap: break-word;
	text-decoration: none
}

.footers .footers-box a:hover {
	text-decoration: none
}

.footers .footers-box p {
	padding: 0;
	font-size: 13px;
	line-height: 29px;
	color: #fff !important
}

.footers .Attention {
	color: #fff !important
}/*-----------</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
	}
}