
/*download*/
.mainTable_download {
	width: 660px;
	height:520px;
}
.mainTable_download ul li {

    color: black;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;

}
.mainTable_download ul li a {

   background-color: #cccccc;
    border-radius: 5px;
    display: block;
    float: left;
    height: 30px;
    margin-right: 5px;
    width: 30px;
}


.mainTable_download ul li a.set_list {
    background-color: #f5b731;
    color: white;
    height: 30px;
    width: 30px;
}

.mainTable_download ul li a:hover {
  width: 30px;
  height: 30px;
  color: white;
  background-color: #f5b731;
}
/*contact*/
.mainTable_contact {
	width: 940px;
}


.mainTable #maindiv .divtd_tR{
	
	background-color:#cccccc;
	
}


/**/
.mainTable{
	width: 860px;
	height:550px;

}

.mainTable ul li {

    color: black;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;

}
.mainTable ul li a {

   background-color: #cccccc;
    border-radius: 5px;
    display: block;
    float: left;
    height: 30px;
    margin-right: 5px;
    width: 30px;
}


.mainTable ul li a.set_list {
    background-color: #f5b731;
    color: white;
    height: 30px;
    width: 30px;
}

.mainTable ul li a:hover {
  width: 30px;
  height: 30px;
  color: white;
  background-color: #f5b731;
}