﻿ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
li
{
	margin: 0;
	padding: 0;
}
img
{
	margin: 0;
	border: 0;
}
a{color: #959595;text-decoration: none;}
a:hover{color: #959595;text-decoration: underline;}

html, body, form
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: 微软雅黑;
	font-size: 14px;
	min-width: 1300px;
	background:#f3f5f7;
}
.stumain
{
	width: 100%;
	height: 100%;
}
.stumain_top
{
	clear:both;
	width: 1200px;
	height: 66px;
	margin:auto;
	background: #FFF; 
}
.stumain_top_leftlogo
{
	width: 610px;
	height: 66px;
	float: left;
	background: url(../images/smartstonelogo.png) left no-repeat;
}

.stumain_top_rightmenuhome
{
	width: 800px;
	height: 66px;
	float: right;
	padding-right: 0px;
	font-size: 15px;
} 
.ss_down
{
	height:34px;
	line-height:34px;
	width:150px;
	text-align:center;
	color:#01ac88; 
	margin-top:15px;
	float:right;
	cursor:pointer;
	border:1px solid #01ac88;
    border-radius:30px;
    margin-left: 8px;
	}
.ss_down:hover
{
	color:#fff;
	background:#01ac88;
	}
.stumain_top_rightmenu
{
	width: 820px;
	height: 66px;
	float: right;
	padding-right: 30px;
	font-size: 15px;
} 
 
 
 
.rightmenu_item
{
	position:relative;
	width: 90px;
	height: 66px;
	float: right;
	z-index:5;
	color: #646464;
}
.rightmenu_item:hover
{
	background: #01ac88;
	color: #fff;
}
.rightmenu_item_title
{
	
	width: 90px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	cursor: pointer;
	}
.rightmenu_item ul
{
	display:none;
	position:absolute; 
	top:54px;
	left:0px;
	z-index:999;
	background:#01ac88;
	 
	width:90px;
	height:auto;
	overflow:hidden;
	
	padding: 0;
	margin: 0;
	list-style-type: none;
 
	}
.rightmenu_item ul li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width:90px;
	height:40px;
	line-height:40px;
	text-align:center; 
	
}
.rightmenu_item ul li:hover
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width:90px;
	height:40px;
	line-height:40px;
	text-align:center; 
	background:#22c5a3;
	
}
.rightmenu_item ul li a
{
	color:#FFF;
	text-decoration:none;
	display: block;
}


.container
{
	width:1200px; 
	display:block;
	margin:20px auto;
	background:white;
	min-height:100%; 
	overflow:hidden; 
	border:1px solide #e8e8e8;
	} 
.banner
{
	width: 100%;
	height: 330px;
	min-width: 1200px;

	/*position: relative;*/
} 


.stumain_banner
{
	clear:both;
	width: 100%;
	height: 180px;
	min-width: 1200px;
	background: url(../images/banner_new.png) center center no-repeat;
  
}
.stumain_banner_img
{
    display:none;
	
	height: 180px;
	width:1200px;
	margin:0px auto;
	background: url(../images/banner_new_img.png) no-repeat;
	}

.stumain_content
{

	clear:both;  
	width:1200px; 
	margin:0px auto 20px auto; 
	overflow:hidden;
}
.stucenter_left
{  
	width: 850px;
	margin-top:20px;
	padding:20px; 
	height: auto;
	float: left;
	background:#FFF;
	
    border-radius:3px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
    margin-left:5px;
    margin-bottom:10px;
}


.stucenter_right
{
	width: 300px;
	height: auto;
	float: right;
	background: #f3f5f7;
	overflow: hidden;
	margin-top:10px;
}


.stucenter_right_item
{
	margin: 10px 0 20px 0;
	width: 250px;
	height: 230px;
}
.stucenter_right_item_title
{
	width: 230px;
	height: 40px;
	padding-left: 20px;
	background: url(../web/images/stucenter_indexicon.png) -340px -7px no-repeat;
}
.stucenter_right_item_title1
{
	width: 230px;
	height: 40px;
	padding-left: 20px;
	background: url(../web/images/stucenter_indexicon.png) -340px -54px no-repeat;
}


.stucenter_right_item_title2
{
	width: 230px;
	height: 40px;
	padding-left: 20px;
	background: url(../web/images/stucenter_indexicon.png) -340px -97px no-repeat;
}

.stucenter_right_item_title_t
{
	width: 230px;
	height: 40px;
	line-height: 40px;
	color: #959595;
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
}
.stucenter_right_item_list
{
	width: 230px;
	height: 180px;
	padding: 5px 0px;
	padding-left: 20px;
}
.stucenter_right_item_list_line
{
	width: 210px;
	height: 35px;
	line-height: 35px;
	color: #959595;
	padding-left: 15px;
	background: url(../web/images/stucenter_indexicon.png) -340px -276px no-repeat;
	word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/
}

.stucenter_right_item_list_line1
{
	width: 210px;
	height: 35px;
	line-height: 35px;
	color: #959595;
	padding-left: 15px;
	background: url(../web/images/stucenter_indexicon.png) -340px -142px no-repeat;
	word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/
}

.stucenter_right_item_list_line2
{
	width: 210px;
	height: 35px;
	line-height: 35px;
	color: #959595;
	padding-left: 15px;
	background: url(../web/images/stucenter_indexicon.png) -340px -185px no-repeat;
	word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/
}


.stucenter_right_item_list_line3
{
	width: 210px;
	height: 35px;
	line-height: 35px;
	color: #959595;
	padding-left: 15px;
	background: url(../web/images/stucenter_indexicon.png) -340px -233px no-repeat;
	word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一 起使用。*/
}



.slidebox
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 330px;
}
.slidebox li
{
	float: left;
	width: 100%;
	height: 100%;
}
.dot
{
	position: absolute;
	width: 100%;
	height: 30px;
	text-align: center;
	bottom: 20px;
	left: 0;
}
.dot p
{
	margin-right: 10px;
}
.dot b
{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
	border: 1px solid #fff;
	background: #fff;
	line-height: 10px;
	margin: 0 10px;
	margin-top: 6px;
	cursor: pointer;
	font-weight: normal;
}
.dot .cur
{
	background: #F63;
	color: #fff;
	border: 1px solid #f63;
}
.bottom
{
	width: 100%;
	min-width: 1200px;
	background: #dbdbdb;
	padding: 15px 0;
}
.bottom_con
{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.bottom_left
{
    display:none;
	width: 380px;
	height: 88px;
	float: left;
	background: url(../images/bg_logo.png) 20px no-repeat;
}
.bottom_right
{
	
}
.bgnav
{
	margin-bottom: 8px;
}
.bgnav a
{
	font-size: 14px;
    color: #333;
    text-decoration: none;
    height: 16px;
    line-height: 16px;
    width: 80px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #999;
}
.bgnav a:hover
{
	color: Red;
}
.copyright
{
	font-size: 14px;
	color: #999;
} 