﻿/* CSS Document */
body { font:14px/22px Verdana, Arial, sans-serif; padding:0; margin:0; color:#333; min-width:1280px; }
p, h1, h2, h3, h4, h5, h6, ol, ul, li, dd, dt, dl { margin:0; padding:0; font-weight:400;}
.clear { clear:both;}
.MacDown { width:280px; height:68px; background:url(../img/macdown.png)}
a { color:#538ffe; text-decoration:underline;}
a:hover { color:#FF3300; text-decoration:underline;}

p a { color:#538ffe; text-decoration:none;}
p a:hover { color:#FF3300; text-decoration:underline;}

img { border:0;}
/* CSS Document */
.MainNav { height:68px; background:url(../img/nav.jpg) center no-repeat;}
.MainNav .detail { width:1280px; height:68px; margin:0 auto;}
.MainNav .detail .left { width:140px; float:left; height:58px; background:#393940; text-align:right; padding:10px 20px 0 0;}
.MainNav .detail .right { width:780px; float:left; height:68px; background:#656565;}
.MainNav .detail .right ul { list-style:none; color:#FFF; font-size:19px; font-weight:bold; line-height:66px;}
.MainNav .detail .right ul li { display:block; width:180px; float:left; text-align:center; }
.MainNav .detail .right ul li a { text-decoration:none; color:#FFF; display:block;}
.MainNav .detail .right ul li a:hover { border-bottom:2px #ff2865 solid; display:block; height:66px; background:#909090; }
.current { border-bottom:2px #ff2865 solid; display:block; height:66px; background:#909090; }

.MainNav .detail .other { width:330px; float:right;}
.MainNav .detail .other ol { list-style:none; color:#FFF; font-size:17px; font-weight:bold; line-height:66px; float:right;}
.MainNav .detail .other ol li { display:block; width:130px; float:left; text-align:center;}
.MainNav .detail .other ol li a { text-decoration:none; color:#FFF;  display:block;}
.MainNav .detail .other ol li a:hover { border-bottom:2px #ff2865 solid; display:block; width:130px; height:66px; background:#909090; }

/* CSS Document */
.MainFoot { background:#656565;}
.MainFoot .detail {  width:1280px; margin:0 auto; padding:10px 0;  } 
.MainFoot .detail p { text-align:center; padding:5px 0;  color:#FFF;}
.MainFoot .detail p i { color:#b3b3b3; font-style:normal;}
.MainFoot .detail p a { color:#FFF; text-decoration:none;}
.MainFoot .detail p a:hover { color:#FFF; text-decoration:underline;}

.detail .lang { position:absolute; width:200px; height:15px; top:10px; right:20px;}
.detail .lang img { margin:2px 15px;}

@media (min-width: 768px) and (max-width: 979px) {
	body {  width:100%; min-width:100%; }
.MobileNo { display:none; }	
	.MainFoot .detail {  width:100%; margin:0 auto; padding:10px 0;  } 	
}


@media (min-width: 480px) and (max-width: 767px) {
body {  width:100%; min-width:100%; }
.MobileNo { display:none; }	
.MainFoot .detail {  width:100%; margin:0 auto; padding:10px 0;  } 	
}

@media  (max-width: 479px) {
body {  width:100%; min-width:100%; }
.MobileNo { display:none; }
.MainFoot .detail {  width:100%; margin:0 auto; padding:10px 0;  } 
}