/* CSS Document */


#Headpart {
	height: 100px;
	width: 1024;
	padding: 5px 0;
	background-color: black;
	
}

#SecLineLogo {
	width: 100%;
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
}


#FirstOneLeft {
	width: 80%;
	float: left;
	color: #ccc;
	vertical-align: baseline;
	padding-bottom: 3px;
	font-size: 12px;
	text-indent: 15px;

}

#FirstOneRight {
	width: 19%;
	float: right;
	color: white;
}

.floatright{
	float: right;
}

.w40 {
	width: 55px;
	font-size: 12px;
	text-align: center;
	cursor:pointer;
	
}
.w40read {
	width: 40px;
	font-size: 12px;
	background-color: red;
}

#MainBody {
	margin-top: 5px;
	width: 100%;
	background-color: #eaeaea;
	height: 4000px;
	text-align: center;	
	padding-top: 50px;
}
#MainBodyabout{
	margin-top: 5px;
	width: 100%;
	background-color: #eaeaea;
	height: 500px;
	text-align: center;	
	padding-top: 50px;
	}
#MainBodyContact{
	margin-top: 5px;
	width: 100%;
	background-color: #FFF;
	height: 700px;
	text-align: center;
	padding-top: 50px;
	}	
	
#subMainBody {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	
	}

.vertical-container{
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
                  align-items: center;
            -webkit-justify-content: center;
                  justify-content: center;
        }
ul {
margin:0;
padding:0;
list-style:none;
}
li {
float:left;
}

.W300H210 {
	width: 300px;
	height: 210px;
	margin-top: 5px;
}

.W310H220{
	width: 310px;
	height: 220px;
	margin: 10px;
	background-color: white;
	overflow: hidden;
	color: #BEEDEA;
	font-size: 16px;	
}
.W600H410 {
	width: 600px;
	height: 410px;
	margin-top: 5px;
}

.W610H420{
	width: 610px;
	height: 420px;
	margin: 10px;
	background-color: white;
	overflow: hidden;
	color: #BEEDEA;
	font-size: 16px;	
}

#TC {
	background-color:black;
	width: 300px;
	height: 210px;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	opacity: 0.7;
}
.TCa{
	color: cornflowerblue;
	text-decoration: underline;	
}

#DivTitle {
	font-style: normal;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

#DivContext {
	color:white;
	font-size: 16px;
}

.disblock {
	display: block;
	width: 100%;
	float: left;
}

#Footend {
	width: 100%;
	height: 30px;
	color: #F9F8F8;
	font-size: 14px;
	text-align: center;
	background-color: #060606;
}


#MT {
	width: 600px;
	text-align: center;
	margin: 0 auto;
	
}
.tableabout {
    width: 600px;
    border-collapse: collapse;
    text-align: left;
    margin: 10px 5px 5px 10px;
    cursor: default;
    border: 1px solid #ccc;
    margin-top:20px;
    box-shadow: 0px 0px 10px rgba(0,255,255,0.75);
    border: 1px solid rgba(127,255,255,0.75);
    -webkit-box-shadow: 0px 0px 8px rgba(0,255,255,0.75);
    -moz-box-shadow: 0px 0px 8px rgba(0,255,255,0.75);
    box-shadow: 0px 0px 8px rgba(0,255,255,0.75);
}
.tbTitle {
    font-weight: 300;
    text-align: center;
    padding: 10px 0 10px 0;
    font: 15px "微软雅黑", Arial, Helvetica, sans-serif;
    background-color: rgba(0,93,93,0.8);
    color: #efefef;
    text-shadow: 0px 0px 20px rgba(127,255,255,1);
}
.tableabout td {
    border: 1px solid rgba(127,255,255,0.55);
     
}
.tbContext:hover {
    background-color: rgba(0,99,99,0.9) !important;
}
.tableabout>td,td>a {
    font: 13px "微软雅黑", Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 6px 0 6px 0;
    color: rgba(127,255,255,0.75);
    text-shadow: 0px 0px 20px rgba(0,255,255,0.75);/*-webkit-filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
    -moz-filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
    -o-filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
    -ms-filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));
    filter: drop-shadow(0px 0px 20px rgba(0,255,255,0.95));*/
}
.tbContext:nth-child(2n 1) {
    background-color: rgba(0,127,127,0.1);
}
