@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Arial;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	font-family:Arial;
}

/* *** Float containers fix:
    http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
 .clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

body{
	/*background: url("../image/bg_img.jpg") repeat center center;*/
	background: url("../image/bg_imgx.jpg") repeat -600px top;
}

.bg_container{
	/*background: url("../image/outline.jpg") repeat-y center center;*/
	box-shadow: 0 1px 5px #383838;
	box-shadow-bottom: none;
}

.container{
	margin: 0 auto;
	width:1000px;
	background-color: #FFF;
	/*height: 700px;*/
	border-radius: 12px;
	box-shadow: 0 1px 5px #383838;
}

.header_part .header_top{
	height: 75px;
	/*background: url("../image/bgx.png") no-repeat 430px 16px;*/
	/*background-color: #7f2437;*/
	padding: 5px;
	padding-top: 10px;
	position: relative;
}

.header_part .header_top img{
	border: 0px;
}

.container .main_part{
	padding: 10px;
	position: relative;
}

.container .footer_part{
	background-color: #7f2437;
	padding: 10px;
	color: #fff;
	line-height: 16px;
	font-size: 12px;
	position: relative;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.header_part .header_top .menu_lang{
	/*float:right;*/
	background: url("../image/alpha.png") repeat;
	padding: 4px 8px;;
	border-radius: 3px;
	margin-right: 4px;
	position: absolute;
	color: #FFF;
	top: 4px;
	right: 4px;
	width: 132px;
	z-index: 100;
}

.red_title{
	font-size: 26px; 
	line-height: 36px; 
	color:#a1010f; 
	text-align: left; 
	text-shadow: 0 1px 1px #999;
}

.header_part .header_top .like_icon{
	position: absolute;
	right: 100px;
	top: 23px;
	z-index: 10;
}

.header_part .header_top .menu_lang a{
	color: #FFF;
}

.bottom_container{
	/*background-color: #7f2437;*/
	margin: 0 auto;
	width:990px;
	padding: 5px;
}

.header_part .header_menu {

}

.header_part .header_menu ul {
	/*background-color: #7f2437;*/
    /*background: url("../images/topMenuBackground.png") repeat-x scroll 0 0 transparent;*/
    float: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.14em;
    margin: 0;
    padding: 0;
    width: 100%;
}
.header_part .header_menu ul li {
    float: left;
    display: block;
}
.header_part .header_menu a {
    border-bottom: 1px dashed #AAA;
    /*color: #ffffff;*/
	color: #000;
	display: block;
    padding: 6px 14px;
    text-decoration: none;
}

.header_part .header_menu a:hover{
	border-bottom: none;
}

.header_part .en_menu_fix a {
    padding: 6px 11px;
}

.header_part .header_menu ul li ul{
	position: absolute;
	left: 0px;
	top: 24px;
	z-index: 1000;
}

.header_part .header_menu ul li ul li{
	float: none;
	padding: 1px;
	background-color: #EDEDED;
}

.header_part .header_menu ul li ul li a{
	padding-right: none;
	border-right: none;
	color: #000;
	border-bottom: none;
	/*border-bottom: 1px dashed #ccc;*/
}

.header_part .header_menu ul li ul li a:visited{
	color: #000;
}

.header_part .header_menu ul li ul li a:hover{
	color: #FFF;
	border-bottom: none;
}

.header_part .header_menu a:visited {
   /* color: #ffffff;*/
   color: #000;
}

.header_part .header_menu a:hover, .header_part .header_menu a.current {
    color: #FFE368;
	font-weight: bold;
	background-color: #A1010F;
}

.xborder{
	/*border: 1px solid #333;*/
}

.main_part .msgbox{
	float: left;
	/*padding: 5px;*/
	/*height: 270px;*/
	margin-right: 10px;
	margin-bottom: 10px;
	/*box-shadow: 0 1px 5px #383838;*/
}

.main_part .msgbox a.type_box{
	display: block;
	position: relative;
	float: left;
	width: 180px;
	height: 132px;
	overflow: hidden;
	/*box-shadow: 0 1px 5px #383838;*/
}

.main_part .msgbox a.type_box .type_label{
	background:url("../image/alpha.png") repeat scroll left top;
	color: #FFF;
	position:absolute;
	width:auto;
	padding: 2px 4px;
	padding-right: 8px;
	font-size: 14px;
	border-bottom-right-radius: 8px;
}

.main_part .msgbox a.type_box{
	border-bottom-right-radius: 20px;
}

.main_part .msgbox .msgbox_content{
	padding: 2px;
	line-height: 22px;
}

.main_part .msgbox .head_3{
	background: url("../image/h2bg.png") repeat-x scroll left top;
	/*background: url("../image/alpha.png") repeat;*/
	width:100%;
	color: #fff;
    font-family: "Impact";
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
}

.coin-slider{
	/*background-color: #333;*/
}

.main_part .msgbox .msgbox_content .index_profit{
	/*position: absolute; 
	top: 0px; 
	left: 0px; */
	width: 375px; 
	padding: 0px; 
	background: url("../image/h2bg.png") repeat-x;
	/*background: url("../image/alpha.png") repeat;*/
	color: #fff;
    font-family: "Impact";
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
}

img{
	border: none;
}

.page_content{
	line-height: 26px;
}

.page_content h2{
	font-weight: bold;
	font-size: 15px;
}

table.profile_table td, table.profile_table th{
	text-align: left;
	vertical-align: top;
}

.img_holder{
	position: relative;
}

.img_holder .title_bg{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: url("../image/alpha.png") repeat;
	padding: 4px 8px;
	color: #FFF;
	font-size: 20px;
}

.a_link{
	color: #FF6919;
	cursor: pointer;
	font-size: 13px;
	text-align: right;
	text-decoration: underline;
}

.partner_table td{
	width: 250px;
	height: 160px;
	text-align: center;
	vertical-align: middle;
}

.partner_table td a img{
	border: none;
}

table.promote_table{
	width: 100%;
}

table.promote_table td{
	vertical-align: top;
}

table.promote_table td h2{
	font-weight: bold; 
	font-size: 16px;
}

table.promote_table td h3{
	font-weight: bold; 
	font-size: 14px;
	color: #2F2BA5;
}

table.achieve_table td img{
	width:246px; height: auto;
	padding: 0px;
	margin: 0px;
}


table.itin_table th, table.itin_table td{
	font-size: 15px;
	text-align: left;
	padding: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}

.profile_content img, .sight_content img{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.restaurant_content img, .archieve_content img{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
/*
{
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
}*/
