@charset "utf-8";
/* CSS Document */
.container div div p{
	font-size: small;
	}
.sidebar1 {
	float: left;
	background-color: #FBFFFD;
	box-shadow: 1PX 1PX 1PX 1px RGBA(0,0,0,.2);
	padding: 1%;
}
.sidebar1 h3{
	font-size: 14px;
	color: #C00;
	padding-left: 20px;
}
.sidebar1 .nav a, .sidebar1 .nav a:visited { /* 对这些选择器进行分组可确保链接即使在访问之后也能保持其按钮外观 */
	padding: 5px 5px 5px 25px;
	display: block; /* 这将为链接赋予块属性，使其填满包含它的整个 LI。这样，整个区域都可以响应鼠标单击操作。 */
	/*width: 160px;  此宽度使整个按钮在 IE6 中可单击。如果您不需要支持 IE6，可以删除它。请用侧栏容器的宽度减去此链接的填充来计算正确的宽度。 */
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	color: #000;
}
.sidebar1 .nav a:hover, .sidebar1 .nav a:active,.sidebar1 .nav a:focus { /* 这将更改鼠标和键盘导航的背景和文本颜色 */
	color: #333;
	background-color: #66B3FF;
}
.sidebar1  p{
	font-size: 12px;
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	line-height: 24px;
}
.content1 section{
	padding-left:8%;
	padding-right:8%;
}
.content1 p{
	line-height: 2em;	
}
.content1 img{
	max-width:100%;
	MAX-WIDTH: 100%!important;HEIGHT: auto!important;width:expression(this.width > 200 ? "200px" :     this.width)!important;
	hight:auto;	
}
.content2 {
	background-color: #FBFFFD;
	box-shadow: -1PX 1PX 1PX 1px RGBA(0,0,0,.2);
}
@media screen and (max-device-width: 768px) {
 
 .qqservice	{
	 display:none;
	 }
}
.banner { 
     position: relative; overflow: auto; 
	 font-size: 18px;
     line-height: 24px;
     text-align: center;
     color: rgba(255, 255, 255, 0.8);
     text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.3);}

 *{margin: 0;padding: 0;}  
    .banner { position: relative; top:0;overflow: auto; }
	.banner ul
	{ list-style: outside none none;
	}  
    .banner li { list-style: none; }  
    .banner ul li { float: left;  min-height: 400px;background-size: 100% 100%;box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1) inset; }
	.inner  { margin-top:10%; }  
    .dots{
		width:66px;position:absolute;bottom:10px;left:50%;margin-left:-27px;}  
    .dot{  
        display:inline-block;  
        width: 10px;  
        height: 10px;  
        font-size: 0px;  
        line-height: 0px;  
        margin-right: 12px;  
        cursor: pointer;  
        background-color: #ffffff;  
        border-radius: 8px;  
    }  
    .dot.active{background-color: #FF6633 ;}  
.docshow{
	text-align: center;
	padding: 50px;
	
} 
