/*iscroll*/

.banner {
	width:100%;
	margin:0 auto;
	padding:0;
	background-color:#151515;
}
.banner img {
	width: 100%; margin-bottom:10px;
}
#wrapper {
	margin:0;
	width:100%;
	height:auto;
	float:left;
	position:relative;	/* On older OS versions "position" and "z-index" must be defined, */
	z-index:1;			/* it seems that recent webkit is less picky and works anyway. */
	overflow:hidden;
	
}

#scroller {
	height:auto;
	float:left;
	padding:0;
}

#scroller ul {
	list-style:none;
	display:block;
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:0;
	text-align:left;
}

#scroller li {
	
	display:block; float:left;
	width:auto; height:auto;
	text-align:center;
	font-size:0px;
	padding:0;
	position:relative;
}
#scroller li a{
	
	display:block;
	padding:0;
	margin:0;
}
#scroller li p{
	position:absolute;
	z-index:2;
	display:block;
	width:100%;
	bottom:0;
	background-color:rgba(0, 0, 0, 0.5);
	color:#F4F4F4;
	font-size:14px;
	text-indent: 55px;
	line-height:24px;
	text-align: left;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding:0;
	margin:0;
}
#nav {
	float: right;
    margin-top: -35px;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 3;
}

#prev, #next {
	float:left;
	font-weight:bold;
	font-size:14px;
	padding:5px 0;
	width:80px;
	display: none;
}

#next {
	float:right;
	text-align:right;
}

#indicator > li {
	display:block; float:left;
	list-style:none;
	padding:0; margin:0;
}

#indicator {
	display: block;
    margin: 0;
    padding: 0;
    width: auto;
}

#indicator > li {
	text-indent:-9999em;
	width:9px; height:9px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background:#888;
	overflow:hidden;
	margin-right:4px;
}

#indicator > li.active {
	background:#DDDDDD;
}

#indicator > li:last-child {
	margin:0 8px 0 0;
}



.social_nav3 {
	height: 55px;
	width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}
/*底部浮动社交导航/电话*/

.social_nav3 .social3 {
	display: block;
	width: 288px;
	height: 55px;
	margin-right: 18px;
	overflow: hidden;
	position: relative;
}
.social_nav3 a {
	height: 55px;
	line-height: 85px;
	font-size: 13px;
	width: 65px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	z-index: 11;
	text-align: center;
	color: #fff;
}
.social_nav3 a.tel {
	width: 65px;
	text-indent: 15px;
}
.social_nav3 span {
	display: block;
	width: 35px;
	height: 25px;
	position: absolute;
	top: 0;
	z-index: 10;
}
.social3 {
	background-color: #32323a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#32323a), to(#23232b));
	background-image: -webkit-linear-gradient(top, #32323a, #23232b);
	background-image: -moz-linear-gradient(top, #32323a, #23232b);
	background-image: -o-linear-gradient(top, #32323a, #23232b);
	background-image: -ms-linear-gradient(top, #32323a, #23232b);
	background-image: linear-gradient(top, #32323a, #23232b);
}
.social3:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #000;
	border-bottom: 1px solid #4b4c57;
	position: absolute;
	top: 0;
	left: 0;
}
.social3:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #000;
	border-top: 1px solid #4b4c57;
	position: absolute;
	bottom: 0;
	left: 0;
}
.social3 b {
	width: 1px;
	height: 100%;
	background: #000;
	border-left: 1px solid #4b4c57;
	position: absolute;
	top: 0;
	right: 0;
}
/*底部社交-电话-动画*/

.social_nav3 span.tel {
	left: 30px;
	top: 5px;
	height: 30px;
	background-position: 3px -49px;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
 @keyframes telshow {
 0% {
transform: rotate(0deg)
}
 5% {
transform: rotate(-13deg)
}
 10% {
transform: rotate(0deg)
}
 15% {
transform: rotate(-13deg)
}
 20% {
transform: rotate(0deg)
}
 25% {
transform: rotate(-13deg)
}
 100% {
transform: roate(0deg)
}
}
 @-webkit-keyframes telshow {
 0% {
-webkit-transform: rotate(0deg)
}
 5% {
-webkit-transform: rotate(-13deg)
}
 10% {
-webkit-transform: rotate(0deg)
}
 15% {
-webkit-transform: rotate(-13deg)
}
 20% {
-webkit-transform: rotate(0deg)
}
 25% {
-webkit-transform: rotate(-13deg)
}
 100% {
-webkit-transform: roate(0deg)
}
}
 @-o-keyframes telshow {
 0% {
-o-transform: rotate(0deg)
}
 5% {
-o-transform: rotate(-13deg)
}
 10% {
-o-transform: rotate(0deg)
}
 15% {
-o-transform: rotate(-13deg)
}
 20% {
-o-transform: rotate(0deg)
}
 25% {
-o-transform: rotate(-13deg)
}
 100% {
-o-transform: roate(0deg)
}
}
/*底部社交-微信-动画*/

.social_nav3 span.weichat {
	left: 86px;
	top: 7px;
	background-position: 1px -100px;
	background-repeat: no-repeat;
	animation-name: xshow;
	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: xshow;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: xshow;
	-o-animation-duration: 2.5s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
 @keyframes xshow {
0% {
opacity:0;
}
25% {
opacity:1;
}
50% {
opacity:0;
}
75% {
opacity:1;
}
100% {
opacity:0;
}
}
 @-o-keyframes xshow {
0% {
opacity:0;
}
25% {
opacity:1;
}
50% {
opacity:0;
}
75% {
opacity:1;
}
100% {
opacity:0;
}
}
 @-webkit-keyframes xshow {
0% {
opacity:0;
}
25% {
opacity:1;
}
50% {
opacity:0;
}
75% {
opacity:1;
}
100% {
opacity:0;
}
}
/*底部社交-微博-动画*/

.social_nav3 span.weibo {
	left: 157px;
	top: 10px;
	background-position: 1px -150px;
	background-repeat: no-repeat;
	height: 26px;
}
.social_nav3 .line_1 {
	z-index: 10;
	display: inline-block;
	width: 5px;
	height: 4px;
	border: 2px solid #ffb841;
	border-width: 2px 2px 0 0;
	border-radius: 0 30px 0 0;
	position: absolute;
	top: 9px;
	right: 104px;
	animation-name: xshow2;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: xshow2;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: xshow2;
	-o-animation-duration: 5s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
.social_nav3 .line_2 {
	z-index: 10;
	display: inline-block;
	width: 8px;
	height: 6px;
	border: 2px solid #ffb841;
	border-width: 2px 2px 0 0;
	border-radius: 0 35px 0 0;
	position: absolute;
	top: 6px;
	right: 101px;
	animation-name: xshow;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: xshow;
	-webkit-animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: xshow;
	-o-animation-duration: 5s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
 @keyframes xshow2 {
0% {
opacity:0;
}
20% {
opacity:1;
}
40% {
opacity:0;
}
60% {
opacity:1;
}
80% {
opacity:0;
}
100% {
opacity:0;
}
}
 @-o-keyframes xshow2 {
0% {
opacity:0;
}
25% {
opacity:1;
}
50% {
opacity:0;
}
75% {
opacity:1;
}
100% {
opacity:0;
}
}
 @-webkit-keyframes xshow2 {
0% {
opacity:0;
}
25% {
opacity:1;
}
50% {
opacity:0;
}
75% {
opacity:1;
}
100% {
opacity:0;
}
}
.social_nav3 span.talk99 {
	background-position: 1px -200px;
	background-repeat: no-repeat;
	left: 226px;
	height: 24px;
	width: 26px;
	top: 8px;
}
.social_nav3 .btn {
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -786px;
}
.social_nav3 .btn2 {
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -249px;
	display: none;
}

.header .tel_bt, .title .icon, .sytitbg .icon, .probox .content ul li, .probox .content ul li ul li, .navbg, .brand_advance .yscontent h2, .social_nav3 .btn, .social_nav3 .btn2, .social3 span, .brand_advance .yscontent .telbg {
	background-image: url(../images/SkinsBar3.png);
	background-size: 32px 889px;
}
.foot {
	width: 100%;
	height: 280px;
	overflow: hidden;
	background:url(../images/footer_03.jpg)repeat-x 0 0;
}
.foot .u-top {
	height: 35px;
	position: relative;
	text-align: right;
	background-color: #f7f7f7;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #e0e0e0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #fbfbfb, #dddddd);
	background-image: -moz-linear-gradient(top, #fbfbfb, #dddddd);
	background-image: linear-gradient(top, #fbfbfb, #dddddd);
}
.foot .u-top:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #fff;
}
.foot .u-top span {
	display: block;
	color: #ab7407 ;
	font-size: 16px;
	position: absolute;
	right: 12px;
	top: 6px;
}
.foot .u-top span:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 13px solid #ab7407;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	top: 5px;
	left: -26px;
}
.foot .u-top span:after {
	border-bottom: 4px solid #f0f0f0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	content: "";
	height: 0;
	left: -28px;
	position: absolute;
	top: 14px;
	width: 0;
}
.m-bmu {
	
	text-align: center;
	height: 278px;
	font-size: 12px;
	position: relative; color:#f9efb3; padding-top:10px; 
}
.m-bmu p {
	line-height: 26px;
	font-size: 13px;
	color: #f9efb3;
}
.m-bmu p a {
	color: #f9efb3;
	padding: 0 5px;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	border-right: 1px solid #f9efb3;
}
.m-bmu p a:nth-child(4) {
	border: 0;
}
.m-bmu p span {
	height: 12px;
	line-height: 12px;
	text-align: center;
	display: block;
	overflow: hidden;
	color: #838383;
}
.code {
	width: 125px;
	text-align: center;
	margin: 5px auto 0;
	padding: 5px 5px 5px 5px;
}
@media screen and (max-width: 640px) {
.home {
	font-size:14px;
	
}
}
