@charset "utf-8";
/* CSS Document */

@font-face {
font-family: 'Century Gothic';
src: url(' fonts\GOTHIC.TTF');
src: local('Century Gothic Regular'), local('Century Gothic'), url('fonts\GOTHIC.TTF') format('truetype'), url('fonts\GOTHIC.TTF') format('svg');
}

/*--------------------------- public ---------------------------*/
*{margin:0; padding:0;}
body{ font-size:12px; color:#333; background-color:#000; font-family: "Century Gothic"; }
a{color:#333; text-decoration:none;}
a:hover{color:#F00;}
ul,li{list-style:none;}
.mainPage{width:1000px; height:auto; margin:0 auto; background:url(../images/index_bg.jpg) no-repeat right top;  overflow:hidden;}
.logo{ width:601px; height:102px;  margin:15px 0 0 20px;}
.logo img{ border:none;}
.inter{width:100%;  }
.inter a{display:block; width:100%; height:250px;  }
.menu{width:300px; height:700px;   margin-left:22px;}
.menu ul{}
.menu li{color:#FFF; height:140px; line-height:30px;  }
.menu li a{display:block; padding-left:28px; padding-right:10px; color:#FFF; font-size:18px; font-weight: bold;}
.menu li a:hover{color:#F00;}
.menu .countrie1 a{background:url(../images/logo/logo01.jpg) no-repeat left center;}
.menu .countrie2 a{background:url(../images/logo/logo02.jpg) no-repeat left center;}
.menu .countrie3 a{background:url(../images/logo/logo03.jpg) no-repeat left center;}
.menu .countrie4 a{background:url(../images/logo/logo04.jpg) no-repeat left center;}
.menu .countrie5 a{ background:url(../images/inter_en.jpg) no-repeat center center; width:110px; height:80px; padding:0;}
.menu .countrie5 a:hover{ background:url(../images/inter_en2.jpg) no-repeat center center; width:110px; height:80px; padding:0;}