﻿*{ padding:0px; margin:0px;}
.touchslider {
	width: 100%;
	height: 500px;
    background: none;
    border-bottom: 1px solid #aaa;
    box-shadow: 1px 1px 3px #aaa;
    left: 0;
    overflow: hidden;
    position: fixed;
    /*top: -560px;*/
    z-index: 601;
	top:-10px;
    font-family: Microsoft YaHei;
}
.touchslider .close{
    background: url("xpublic/images/close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.3s ease-in 0s;
    width: 40px;
    z-index: 2;
}	
.touchslider-viewport {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.touchslider-item {
	width: 100%;
	height: 400px;
}
.touchslider-prev, .touchslider-next {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #EEE;
	display: inline-block;
	cursor: pointer
}
.bg1 {
	width: 1900px;
	height: 400px;
	margin:0px auto;
	background: url(xpublic/images/01.jpg) no-repeat center top;
}
.bg2 {
	width: 1900px;
	height: 400px;
	margin:0px auto;
	background: url(xpublic/images/02.jpg) no-repeat center top;
}
.bg3 {
	width: 1900px;
	height: 400px;
	margin:0px auto;
	background: url(xpublic/images/03.jpg) no-repeat center top;
}
.bg4 {
	width: 1900px;
	height: 400px;
	margin:0px auto;
	background: url(xpublic/images/04.jpg) no-repeat center top;
}
.bg5 {
	width: 1900px;
	height: 400px;
	margin:0px auto;
	background: url(xpublic/images/05.jpg) no-repeat center top;
}
.bg6 {
	width: 1900px;
	height: 400px;
	margin:0px auto;
	background: url(xpublic/images/06.jpg) no-repeat center top;
}
#control {
	width: 100%;
	left: 0px;
	top: 0px;
	
}
#control a {
	background: url("xpublic/images/nav-arrow.png") no-repeat;
	cursor: pointer;
	display: block;
	height: 49px;
	opacity: 1;
	text-indent: -9999px;
	top: 50%;
	width: 39px;
}
#control .touchslider-prev {
	background: url("xpublic/images/nav-arrow.png") no-repeat left top;
	margin-left: 40px;
	position: absolute;
	top: 175px;
	left: 20px;
}
#control .touchslider-next {
	background: url("xpublic/images/nav-arrow.png") no-repeat -37px top;
	margin-right: 40px;
	position: absolute;
	top: 175px;
	right: 20px;
}
#point {
	width: 400px;
	margin: 0px auto;
	list-style: none;
	bottom: 30px;
    left: 50%;
	margin-left:-73px;
    position:relative;
    text-align: center;
	display:block;
}
#point li {
	float: left;
	display: inline-block;
}
#point li {
	background-color: #666;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline;
	float: left;
	height: 15px;
	line-height: 12px;
	margin-right: 12px;
	overflow: hidden;
	text-align: center;
	text-indent: 1000px;
	width: 15px;	
}
#point li.touchslider-nav-item-current {
	background-color: #e70;
}

.link {
    background: none repeat scroll 0 0 #fff;
    display: block;
    height: 100px;
}
.link .text-box {
    height: 100px;
    margin: 0 auto;
    width: 510px;
}
.link .label {
    color: #fc7000;
    display: block;
    float: left;
    font-size: 26px;
    line-height: 100px;
}
.link .btn {
    background: none repeat scroll 0 0 #fc7000;
    border-radius: 10px;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
    margin-top: 28px;
    text-align: center;
    width: 200px;
}
#box_up{
    background: url("xpublic/images/hover.png") no-repeat 0 -41px;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    text-indent: -10000px;
    top: 0;
    width: 41px;
    z-index: 600;
}