/* CSS Document */

/*reset*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;
}

table{
	border-collapse:collapse;border-spacing:0;
}

fieldset,img{
	border:0;
}

a:link {
		text-decoration: none;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

li{
	list-style:none;
}

caption,th{
	text-align:left;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

q:before,q:after{
	content:'';
}

abbr,acronym {
	border:0;font-variant:normal;
}

body{
	margin:0px;
	padding:0px;
	background-image:url(../images/main_bg.png);
}
#body_m{
    /*    margin:0px;
	padding:0px;
        width:730px;
	background-image:url(../images/main_bg.png);
    */

	min-height: 2000px;
}
.text_orange{
	color:#F36523;
}
/*mainbody_m*/
#mainbody_m{
	/*
	margin:0px auto;
	width:730px;

	background-image:url(../images/high_bg.png);
	*/
	margin:0px auto;
	width:90%;
	white-space: nowrap;/*设置white-space:nowrap，同时在相对参照元素中线居中时设定display:inline-block，可避免浏览器缩放时，垂直居中的容器换行*/
	text-align: center;/*设置text-align: center，可使子容器水平对齐*/
}
/*mainbody*/
#mainbody{
	margin:0px auto;
	width:960px;
	background-image:url(../images/high_bg.png);
}

#mainbody_left{
	width:230px;
	height:600px;
	float:left;
	background-image:url(../images/main_bg_left.png);
}

.commodity_pic{
	width:206px;
	height:65px;
	margin:142px 0px 0px 14px;
	background-image:url(../images/pics/diamond.png);
}

.new_commodity_title{
	width:206px;
	height:23px;
	margin:0px 0px 0px 14px;
	background-image:url(../images/title_bg.png);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:15px;
	font-size:14px;
	color:#656565;
	line-height:23px;
	font-weight:bolder;
}

.new_commodity{
	width:206px;
	margin:0px 0px 0px 14px;
}

.new_commodity ul{
}

.new_commodity li{
	clear:both;
	border-bottom:1px #666666 dotted;
	padding-left:15px;
	height:28px;
	overflow:hidden;
}

.new_commodity li.a1{
	border-bottom:0px;
	overflow:hidden;
}

.new_commodity h1{
	float:left;
	font-size:12px;
	font-weight:bolder;
	color:#656565;
	line-height:28px;
	overflow:hidden;
}

.new_commodity h1 a{
	font:bolder 12px;
	color:#656565;
	overflow:hidden;
}

.new_commodity h2{
	float:right;
	font-size:12px;
	font-weight:bolder;
	color:#656565;
	line-height:28px;
	width:70px;
	background-image:url(../images/biaopai.png);
	background-position:right;
	background-repeat:no-repeat;
}

#mainbody_right{
	width:730px;
	height:600px;
	float:right;
	background-image:url(../images/main_bg_right.png);
	background-repeat:no-repeat;
}

#main_guide{
	color:black;
	font-size:14px;
	font-weight:bolder;
}

#main_guide a{
	color:black;
	font-size:14px;
	font-weight:bolder;
	text-decoration:none;
}

#main_guide ul{
	height:30px;
}

#main_guide li{
	float:left;
	margin-left:10px;
	line-height:30px;
}

.diamondphotos{
	height:52px;
	padding-left:35px;
}

.diamondphotos_list{
	height:50px;
	width:50px;
	float:left;
	border:1px #A69D9E solid;
	margin-right:14px;
}

.morephotos{
	padding:36px 0px 0px 10px;
	font-size:12px;
	color:black;
}

.morephotos a{
	color:black;
	font:normal 12px;
	text-decoration:none;
}

.main_intro_left{
	margin:40px 0px 0px 35px;
	width:366px;
	float:left;
	display:inline;
}

.main_intro{
}

.main_intro_right{
	margin:40px 20px 0px 0px;
	width:280px;
	float:right;
	display:inline;
}

.main_intro_title1{
	height:28px;
	font-size:14px;
	font-weight:bolder;
	color:#666666;
	background-image:url(../images/title_bg2.png);
	background-position:left;
	background-repeat:no-repeat;
	text-indent:10px;
	line-height:28px;
}

.main_intro_content{
	font-size:12px;
	color:#666666;
	line-height:18px;
	padding-top:10px;
	background-image:url(../images/intro_bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

.main_intro_content a{
	color:#990000;
	font-size:12px;
	font-weight:bloder;
}

.contact{}

.contact th{
	font-size:12px;
	font-weight:bolder;
	color:#666666;
	text-align:right;
	height:28px;
	line-height:28px;
}

.qq{
	background: url(../images/contact_qq.png) no-repeat 5px 2px;
}
.se{
	background: url(../images/contact_se.png) no-repeat 5px 2px;
}

.ad{
	background: url(../images/contact_ad.png) no-repeat 5px 2px;
}

.te{
	background: url(../images/contact_te.png) no-repeat 5px 2px;
}

.contact td{
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

/*footer*/
#footer_m{
	width:730px;
	margin:0px auto;
	padding:5px 0px;
	background:white;
	text-align:center;
	color:#666666;
	line-height:30px;
	font-size:12px;
}
#footer_m a{
	color:#666666;
}
/*footer*/
#footer{
	width:960px;
	margin:0px auto;
	padding:5px 0px;
	background:white;
	text-align:center;
	color:#666666;
	line-height:30px;
	font-size:12px;
}

#footer a{
	color:#666666;
}

/*lv2*/
#mainbody_left_lv2{
	width:230px;
	height:600px;
	float:left;
	background-image:url(../images/list_bg_left.png);
}

#mainbody_left_lv2_l{
	width:230px;
	height:600px;
	float:left;
	background-image: url(../images/list_bg_left_l.png);
	background-position:top;
	background-repeat:no-repeat;
}

#mainbody_right_list{
	width:730px;
	height:600px;
	float:right;
	background-image: url(../images/list_bg.gif);
	background-repeat:no-repeat;
}
#mainbody_right_list_m{
	width:730px;
	height:1044px;
	float:left;
	background-image: url(../images/list_bg_m.gif);
	background-repeat:no-repeat;
}
#mainbody_right_quality{
	width:730px;
	height:600px;
	float:right;
	background-image: url(../images/quality_bg.png);
	background-repeat:no-repeat;
}

#mainbody_right_quality_l{
	width:730px;
	float:right;
	background-image: url(../images/quality_bg_l.png);
	background-repeat:no-repeat;
}

#mainbody_right_help{
	width:730px;
	height:600px;
	float:right;
	background-image:url(../images/help_bg.png);
	background-repeat:no-repeat;
}

#help{}

#help h1{
	font-size:12px;
	font-weight:bolder;
	color:#666666;
	height:20px;
	margin:20px 20px 0px 30px;
}

#help h2{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	margin:0px 20px 0px 30px;
}

#quality{
	

	width:720px;
                                                                                                                                
}

#quality h1{
	font-size:12px;
	font-weight:bolder;
	color:#666666;
	line-height:18px;
	margin:0px 20px 0px 30px;
}

#quality h2{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	margin:0px 20px 20px 30px;
}

#quality p{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	margin:0px 20px 10px 30px;
}

#list_intro{
	widows:600px;
	margin:0px 0px 20px 30px;
	/**background:url(../images/daimond1.png) no-repeat left; */
}

#list_intro p{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	margin:0px 0px 10px 160px;
}
#list_intro input{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	width:30px;
	margin:0px 0px 10px 10px;
}

#list_intro select{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	width:30px;
	margin:0px 0px 10px 10px;
}

#searchdiv input{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	width:15px;
	margin:0px 2px 0px 5px;
}
#searchdiv input.carat{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	width:50px;
	margin:0px 2px 0px 5px;
}
#searchdiv input.reportno{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	width:70px;
	margin:0px 2px 0px 5px;
}
#searchdiv input.keywords{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	width:200px;
	margin:0px 2px 0px 5px;
}

#searchdiv  p{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:20px;	
	text-align:center;
	margin-left:auto;
	margin-right:auto; 
}

#searchdiv  select{
	color: #666666;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 10px 10px;
  width: 80px;
}

#searchdiv  input.search_btn {
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	width:60px;
	heigh:30px;
	margin:0px 0px 0px 5px;
	text-align:center;
}
.diamondsearch{
	width:670px;
	margin:0px 0px 0px 30px;
	border-collapse: collapse;
}

.diamondsearch td{
	border:0px;
	text-align:left;
	color:#666666;
	font-size:12px;
	line-height:22px;
}

.daimondlist{
	width:670px;
	margin:0px 0px 0px 30px;
	border-collapse: collapse;
}

.daimondlist img{
	margin:2px;
}

.daimondlist a{
	color:#990000;
}

.daimondlist th{
	border:1px #666666 solid;
	text-align:center;
	color:#666666;
	font-size:12px;
	line-height:22px;
	background:url(../images/th_bg.png) repeat-x;
}

.daimondlist td{
	border:1px #666666 solid;
	text-align:center;
	color:#666666;
	font-size:12px;
	line-height:22px;
}


.daimondlist td.list_red{
	color:red;
	font-weight:bolder;
}

#list{
	height:455px;
	width:720px;		
	overflow:auto;
	scrollbar-face-color: #f1f1f1;
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color: #ffffff;  
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color:#ffffff; 
	scrollbar-arrow-color: ffffff;
}
#list_m{
	height:899px;
	width:720px;		
	overflow:auto;
	scrollbar-face-color: #f1f1f1;
	scrollbar-shadow-color: #ffffff; 
	scrollbar-highlight-color:#ffffff; 
	scrollbar-3dlight-color: #ffffff;  
	scrollbar-darkshadow-color: #ffffff; 
	scrollbar-track-color:#ffffff; 
	scrollbar-arrow-color: ffffff;
}
#mainbody_right_dealing{
	width:730px;
	height:600px;
	float:right;
	background-image: url(../images/dealing_bg.png);
	background-repeat:no-repeat;
}

#dealing{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	margin:0px 20px 10px 30px;
}

#mainbody_right_contact{
	width:730px;
	height:600px;
	float:right;
	background-image: url(../images/contact_bg.png);
	background-repeat:no-repeat;
}

#contact{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	margin:0px 20px 10px 30px;
}

#mainbody_right_education{
	width:730px;
	height:600px;
	float:right;
	background-image: url(../images/education_bg.png);
	background-repeat:no-repeat;
}

#mainbody_right_education_high{
	width:730px;
	float:right;
	background-image: url(../images/education_bg_l.png);
	background-repeat:no-repeat;
	background-position:top;
}

#education{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	margin:0px 20px 10px 30px;
}

#education_list{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:25px;
	margin:0px 20px 10px 30px;
}

#education_list a{
	color:#666666;
	text-decoration:none;
	font-weight:bolder;
}

#education_list li{
	text-indent:25px;
	background:url(../images/ruby.png) no-repeat left;
}

#education_info{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:25px;
	margin:0px 0px 10px 30px;
}

#education_info li{
	float:left;
	margin:0px 30px 0px 0px;
	font-size:12px;
}

#education_info li a{
	color:#666666;
	font-weight:bolder;
}

#education_contect_l{
	width:690px;		
	float:left;
}

#education_contect_l h1{
	font-size:16px;
	color:#666666;
	font-weight:bolder;
	margin-top:10px;
}

#education_contect_l h2{
	font-size:14px;
	color:#666666;
	line-height:20px;
	font-weight:bolder;
}

#education_contect_l h3{
	font-size:12px;
	color:#666666;
	line-height:20px;
	margin-bottom:20px;
}

#education_contect{
	height:430px;
	width:690px;		
	float:left;
}

#education_contect h1{
	font-size:16px;
	color:#666666;
	font-weight:bolder;
	margin-top:10px;
}

#education_contect h2{
	font-size:14px;
	color:#666666;
	line-height:20px;
	font-weight:bolder;
}

#education_contect h3{
	font-size:12px;
	color:#666666;
	line-height:20px;
	margin-bottom:20px;
}

#mainbody_right_news{
	width:730px;
	height:600px;
	
	float:right;
	background-image: url(../images/news_bg.png);
	background-repeat:no-repeat;
}
#news{
	width:720px;
	overflow-y:auto;
	overflow-x:hidden;
	height:420px;
}
#newstitle{
	font-size:20px;
	font-weight:bold;
	color:#666666;
	line-height:25px;
	width:680px;
	text-align:center;
	float:left;
	padding:0px 0px 0px 20px;
}

#newsissuer{
	font-size:18px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	width:680px;
	text-align:center;
	float:left;
	padding:0px 0px 0px 20px;
}

#newscontent{
	font-size:18px;
	font-weight:normal;
	color:#666666;
	line-height:20px;
	width:680px;
	text-align:left;
	float:left;
	padding:0px 0px 0px 20px;
}

#newslist{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:25px;
	margin:10px 10px 10px 30px;
}


#newslist a {
	font-size: 14px;
	color: #656565;
	text-decoration: none;
	line-height: 2em;	
	padding-left: 0px;
}
#newslist a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.paginationControl{
  font-size: 14px;
	color: #656565;
	text-decoration: none;
	line-height: 30px;	
	padding-left: 30px;
	border:0px;
	border-collapse:collapse;
	width:90%;
	float:left;
	text-align:center;
  
  }
#datalist {
	font-size: 12px;
	list-style-type: none;
	float:left;
	width:90%;
	padding-left:30px;
}

#datalist #datatable {
	font-size: 14px;
	color: #656565;
	text-decoration: none;
	line-height: 30px;	
	padding-left: 30px;
	border:0px;
	border-collapse:collapse;
	width:90%;
	float:left;
}

#datalist #datatable th{

background:#F3F3F3 none repeat scroll 0 0;
border-color:#DEDEE0;
border-width:1px 0;
border-style:solid;
line-height:30px;
}

#datalist #datatable td{
border-bottom:1px solid #DDDDDD

}


#mainbody_right_admin{
	width:730px;
	height:600px;
	float:right;
	background-image:url(../images/admin_bg.png);
	background-repeat:no-repeat;
}

#admin{}

#admin h1{
	font-size:12px;
	font-weight:bolder;
	color:#666666;
	height:20px;
	margin:20px 20px 0px 30px;
}

#admin h2{
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height:18px;
	margin:0px 20px 0px 30px;
}

#bottom{
	background-image:url(../images/bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:960px;
	height:15px;
	margin:0px auto;
	font-size:15px;
	line-height:15px;
	clear:both;
}

 #floatwindiv{
	background:white;
	border:2px double #000000;
	height:227px;
	width:143px;
	font-size:14px;
	padding:3px;
	color: #FF0000;

 }
#floatwindiv a:link,a:visited{
	text-decoration:none;
	color: #FF0000;

 }

#floatwindiv a:hover{
  color: #FF0000;
	text-decoration: underline;
}


.type_div{
 width:90px; 
 float:left; 
 margin:5px 8px 5px 10px;
 
 text-align:center;
}
.type_dd{ 
 padding:2px; 
 width:80px;
}

.pic_div{
 width:185px; 
 float:left; 
 margin:5px 8px 5px 10px;
 
 text-align:center;
 
}
.pic_dd{
 border:1px solid #d7dedb;
 padding:2px; 
 width:160px;
}

.navbar-static-top {
	margin-bottom: 19px;
}

.upload_box{width:100%; margin:1em auto;}
.upload_main{border-width:1px 1px 2px; border-style:solid; border-color:#ccc #ccc #ddd; background-color:#fbfbfb;}
.upload_choose{padding:1em;}
.upload_drag_area{display:inline-block; width:60%; padding:4em 0; margin-left:.5em; border:1px dashed #ddd; background:#fff ; color:#999; text-align:center; vertical-align:middle;}
.upload_drag_hover{border-color:#069; box-shadow:inset 2px 2px 4px rgba(0, 0, 0, .5); color:#333;}
.upload_preview{border-top:1px solid #bbb; border-bottom:1px solid #bbb; background-color:#fff; overflow:hidden; _zoom:1;}
.upload_append_list{height:300px; padding:0 1em; float:left; position:relative;}
.upload_delete{margin-left:2em;}
.upload_image{max-height:250px; padding:5px;}
.upload_submit{padding-top:1em; padding-left:1em;}
.upload_submit_btn{display:none; height:32px; font-size:14px;}
.upload_loading{height:250px; }

.upload_progress{display:none; padding:5px; border-radius:10px; color:#fff; background-color:rgba(0,0,0,.6); position:absolute; left:25px; top:45px;}

.zoom-container {
	width: 505px;
	margin: 0 auto;
}

.gallery {
	float: left;
	background: #ffffff;

	margin: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-top:1em; padding-left:1em;
}
.gallery div {
	float: left;
	padding: 0 10px 10px 0;
}
.gallery div:nth-child(6n) {
	padding-right: 0;
}
.gallery a,
.gallery img {
	float: left;
}

.gallery img .upload_image{max-height:250px; padding:5px;}

div.minpage {
	border:1px dashed #000;
	padding:10px;
	margin-bottom: 10px;
}