@charset "utf-8";
/* CSS Document Download by http://ww.codefans.net*/

/***********************CSS RESET*********************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,   
form,fieldset,input,textarea,p,blockquote,th,td {   
    padding: 0;   
    margin: 0;   
}   

 
ol,ul {   
    list-style: none;   
}   
caption,th {   
    text-align: left;   
}   
h1,h2,h3,h4,h5,h6 {   
    font-weight: normal;   
    font-size: 100%;   
}   
q:before,q:after {   
    content:'';   
}   
abbr,acronym { border: 0;   
}  
/***********************CSS OVERRIDE*********************/

body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", "Microsoft YaHei", "微软雅黑", "Heiti SC", "黑体-简", "Arial Unicode", sans-serif !important;
    font-size: 13px;
    line-height: 15px;
	height: 100%;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

h1{
	color:#FFF;
	line-height:90px;
	margin:0 90px;
	font-family:"微软雅黑", "幼圆"Arial, sans-serif;
	font-size:24px;
	font-weight:500;
}

.header h1{
	color:#FFF;
	line-height:70px;
	margin:0 90px;
	font-family: "微软雅黑", Arial, sans-serif;

	font-size:48px
	font-weight:500;
}

.boxgrid h3{
	margin: 10px 10px 0 10px; 
	color:#FFF; 
	font-family:"微软雅黑","幼圆",Arial, sans-serif;
	font-size:32px;
	letter-spacing:5px; 
	font-weight: 300;
	cursor:pointer;
}
a:link,a:visited {
	color:#0F6;
	text-decoration:none;
}
a:hover,a:active {
	color:#FFF;
	text-decoration:underline;
}
/***********************Framework*********************/
.wrapper{
	width:100%;
	margin:0 auto;
	height:auto;
}

.header{
	font-family:"微软雅黑","幼圆"Arial, sans-serif;
	background-color:#1999D7; 
	width:100%;
	margin:0 auto;
	height:70px;	
	-webkit-box-shadow: #1999D7 0 0 30px;
    -moz-box-shadow: #1999D7 0 0 30px;
	-o-box-shadow: #1999D7 0 0 30px;
	margin-bottom:100px;
}

#start{
	position:absolute;
	top:5px;
	right:80px;
	color:#FFF;
	font-family: Arial, sans-serif;
	font-size:32px;
	font-weight:500;
	cursor:pointer;
}
#start{
	position:absolute;
	top:5px;
	right:80px;
	color:#FFF;
	font-family: Arial, sans-serif;
	font-size:32px;
	font-weight:500;
	cursor:pointer;
}
#start.click{
	position:absolute;
	top:7px;
	right:78px;
	-webkit-transform:scale(0.95);
	-moz-transform:scale(0.95);
	-o-transform:scale(0.95);
}

#startMenu{
	position:absolute;
	top:72px;
	right:15px;
	background-color:#1999D7; 
	width:230px;
	height:510px;
	z-index:5;
	display:none;
}

#startMenu ul{
	background:#1999D7;
	width:230px;
}

#startMenu li{
	height:60px;
	line-height:60px;
	vertical-align:middle;
	padding:10px 10px;
	color:#FFF;
	font-family:"微软雅黑","幼圆",Arial, sans-serif;
	font-size:24px;
	font-weight:500;
	text-align:center;
	cursor:pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

#startMenu li:hover{
	background:#FF9000;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}

#startMenu img{
	width:50px;
	height:50px;
	margin:-10px 10px;
	cursor:pointer;
}
#download{
	width:200px;
	height:200px;
	margin:auto;
}
#download li{
	color:#FFF;
	font-size:16px;
}
#download h3{
	color:#FFF;
	font-size:24px;
}
.popup {
    display: none;
    z-index: 200;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    color: #fff;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.8);
}
.popup-content {
    width: 600px;
    margin-left: 50%;
    position: absolute;
    top: 20%;
    left: -300px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #383C3F;
    background: #1c2023;
}
.popup-close {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
@media screen and (min-width:1200px)
#leftBar .leftBar-item {
    margin-top: 10px;
}
#leftBar .leftBar-item {
    margin-top: 10px;
}
#OldBrowser-button {
    position: relative;
    left: -4px;
    cursor: pointer;
}
@media screen and (min-width:1200px)
#leftBar .leftBar-item {
    margin-top: 10px;
}
.popup-content .popup-header {
    height: 50px;
    padding: 0px 20px;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
}
.popup-content {
	width: 600px;
	margin-left: 50%;
	position: absolute;
	top: 222px;
	left: -295px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #383C3F;
	background: #1c2023;
}
.popup-content .popup-body {
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
}
media all
p {
    margin: 0 0 1em 0;
}
.upgradeLogos {
    text-align: center;
}
.upgradeLogos img {
    margin: 10px;
    border: none;
    position: relative;
    top: 10px;
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.upgradeLogos img:hover {
    top: 0px;
    filter: alpha(opacity=100);
    opacity: 1;
}
.transitionAll {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#leftBar {
    padding-top: 60px;
    width: 50px;
    z-index: 100;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
}
#page {
  width: 984px;
  margin: auto;
  padding-bottom: 20px;
}
body.not-front #content-area {
  background-color: rgba(0, 0, 0, 0.7);
}
body.not-front #title-container {
  -webkit-border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -ms-border-radius: 6px 6px 0px 0px;
  -o-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  clear: both;
  background-color: #0F1112;
  border: 1px solid #2c2e33;
}
body.not-front #title-container h1 {
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding-left: 12px;
  margin: 0;
}
body.not-front #content {
  background-color: #1A1D20;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: 1px solid #2c2e33;
  border-left: 1px solid #2c2e33;
  border-right: 1px solid #2c2e33;
  margin-left: 224px;
  padding: 10px 20px 20px 22px;
  width: 674px;
}
html body.no-sidebars div#page #main-wrapper #main-container #main #content-area #content {
  padding: 0px;
  width: 984px;
}
body.disable-header #content {
  margin: 0;
}
#lsk{
	margin-left: 20px;
    padding-bottom: 10px;
}

.header{
	font-family:"微软雅黑","幼圆"Arial, sans-serif;
	background-color:#1999D7;
	width:100%;
	margin:0 auto;
	height:70px;
	-webkit-box-shadow: #1999D7 0 0 30px;
	-moz-box-shadow: #1999D7 0 0 30px;
	-o-box-shadow: #1999D7 0 0 30px;
	font-size: 14px;
}
.header h1{
	color:#FFF;
	line-height:70px;
	margin:0 90px;
	font-family: "微软雅黑", Arial, sans-serif;

	font-size:48px
	font-weight:500;
}




#ie-alert-overlay {
width:100%;
height:100%;
background-image:url("http://wangzhan.360.cn/statics/iealert/bg.png");
position: fixed; 
top: 0; 
left: 0;
z-index:9999;

}

* html #ie-alert-overlay {   
	position: absolute;
	z-index:9999;
	
}



#ie-alert-panel {
	box-sizing: content-box;
	width:520px;
	height:331px;
	position:fixed;
	background: url("http://wangzhan.360.cn/statics/iealert/iealertsprite.png") no-repeat;
	background-position: -1px -109px ;
	top:50%;
	left:50%;
	margin:-201px 0 0 -296px;
	padding:72px 0 0 72px;
	_position:absolute;  
    _top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  
    
    
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	z-index:10000;
}

#ie-alert-panel p {
	font-size:14px;
	width:486px;
	text-align:justify;
}

#ie-alert-panel img {
	border:0;
}


#ie-alert-panel span {
	font-size:18px;
	margin: 0 0 20px 0;
	display:block;
	padding:0;
}

#ie-alert-panel ul {
	list-style: none;
	margin:0;
	padding:0;	
}

#ie-alert-panel li {
	float:left;
	margin:0 22px 0 0;
		
}

#ie-alert-panel li.last {
	margin-right:0;
}


#ie-alert-panel a {
	display:inline-block;
		
}

.browser {
	position: absolute;
	bottom:35px;	
}

.chrome, .firefox, .ie9, .opera, .safari, .jisu {
	background: url("http://wangzhan.360.cn/statics/iealert/iealertsprite.png") no-repeat;
}


.chrome {
	background-position: 0 0;
	width: 73px;
	height: 96px;
	margin:0 4px 0 0;
}

.firefox {
	background-position: -292px 0;
	width: 73px;
	height: 98px;
}

.ie9 {
	background-position: -179px 0;
	width: 95px;
	height: 98px;
}

.opera {
	background-position: -90px 0;
	width: 73px;
	height: 98px;
}

.safari {
	background-position: -387px 0;
	width: 73px;
	height: 98px;
	margin:0 4px 0 0;
}

.jisu {
	background-position: -470px 0;
	width: 95px;
	height: 98px;
}

/* sub_box */
.sub_box{width:663px;height:380px;margin:40px auto 0 auto;position:relative;overflow:hidden;border:1px solid #ccc;}
.sub_box img{width:663px;height:380px;}
#bd1lfimg{position:relative;width:663px;height:380px;overflow:hidden;}
#bd1lfimg div{width:100000px;margin-left:659px;}
#bd1lfimg dl{width:663px;height:380px;position:relative;overflow:hidden;float:left;}
#bd1lfimg dt{width:663px;height:380px;position:absolute;left:0px;top:0px;}
#bd1lfimg dd{width:623px;height:80px;background:#000000;filter:alpha(Opacity=70);Opacity:0.7;position:absolute;left:0px;bottom:0px;padding:0 20px;}
#bd1lfimg dd h2{height:25px;padding:8px 0 4px 0;line-height:25px;overflow:hidden;}
#bd1lfimg dd h2 a{font-size:14px;font-weight:bold;color:#ffffff;}
#bd1lfimg dd a{color:#ffffff;text-decoration:none;}
#bd1lfimg dd a:hover{text-decoration:none;color:#cccccc;}
#bd1lfimg dd tt{color:#dddddd;line-height:1.2em;}
#bd1lfimg dd tt a:hover{text-decoration:underline;}

.sub_nav{width:663px;height:25px;bottom:0px;position:absolute;color:#999999;z-index:200;}
.sub_no{height:25px;float:right;}
.sub_no li{display:block;width:25px;height:25px;float:left;overflow:hidden;line-height:25px;vertical-align:middle;text-align:center;background:#000000;filter:alpha(Opacity=70);Opacity:0.7;font-family:Arial;font-size:11px;color:#999999;cursor:pointer;}
.sub_no li.show{background:#ffffff;color:#000000;}
.sub_more{float:right;width:50px;height:25px;background:#000000;filter:alpha(Opacity=70);Opacity:0.7;color:#999999;text-align:center;line-height:25px;}
.sub_more a{color:#999999;}
.sub_more a:hover{color:#cccccc;text-decoration:none;}


table {
*border-collapse: collapse; /* IE7 and lower */
border-spacing: 0;
width: 100%;
}

.bordered {
border: solid #ccc 1px;

-webkit-box-shadow: 0 1px 1px #ccc;
-moz-box-shadow: 0 1px 1px #ccc;
box-shadow: 0 1px 1px #ccc;
}

.bordered tr:hover {
background: #0075cc;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.bordered td, .bordered th {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 10px;
text-align: left;
}
.bordered td:first-child, .bordered th:first-child {
border-left: none;
}
.bordered th:only-child{
	color: #000;
}
.bordered th {
background-color: #0075cc;
}


/*----------------------*/

.zebra td, .zebra th {
padding: 10px;
border-bottom: 1px solid #f2f2f2;
}

.zebra tbody tr:nth-child(even) {
background: #0075cc;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
}

.zebra th {
	text-align: left;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	border-bottom: 1px solid #ccc;
	background-color: #06F;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
	background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
	background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
	background-image: -o-linear-gradient(top, #f5f5f5, #eee);
	background-image: linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
-moz-border-radius: 6px 0 0 0;
-webkit-border-radius: 6px 0 0 0;
border-radius: 6px 0 0 0;
}

.zebra th:last-child {
-moz-border-radius: 0 6px 0 0;
-webkit-border-radius: 0 6px 0 0;
border-radius: 0 6px 0 0;
}

.zebra th:only-child{
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}

.zebra tfoot td {
border-bottom: 0;
border-top: 1px solid #fff;
background-color: #0075cc;
}

.zebra tfoot td:first-child {
-moz-border-radius: 0 0 0 6px;
-webkit-border-radius: 0 0 0 6px;
border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
-moz-border-radius: 0 0 6px 0;
-webkit-border-radius: 0 0 6px 0;
border-radius: 0 0 6px 0;
}

.zebra tfoot td:only-child{
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px
border-radius: 0 0 6px 6px
}
.main-logo-container
{
    padding-bottom: 16px;
    background-image: url(http://mccod.cn/images/Header_bg.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
	height:100px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.page-title {
  margin-top: 16px;
  color: #eee;
  font-family: Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  font-size: 64px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px rgba(34, 34, 34, 0.2);
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
