/* CSS Document */
/***********************common css*****************************/
*,body,html,div,a,span,h3,h2,h1,table,tr,td,th
{
    font-family: arial, tahoma, sans-serif;
    font-size: 12px;
    padding: 0;
    margin:  0;
    vertical-align: baseline;
    zoom : 1;
	
}
img
{
    border: none;
}
.clear{
    clear: both;
    height:1px;
}
a,a:active,a:visited
{
    color : #c90000;
    text-decoration: none;
    cursor: pointer;
}
a:hover
{
    color: #0087ef;
}

body
{
    width: 100%;
    background-color: #fff;
    color : #010101;
	/*background: url(/images/bg.png) repeat left top;
	background-attachment: fixed;*/
}
#wrap_all
{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.select_date
{
    
}
.w180
{
    width : 180px;
}
.button
{
    background: url("../images/button.png") no-repeat scroll left top transparent;
    border: medium none !important;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    height: 30px !important;
    text-align: center;
    width: 122px;
	cursor : pointer;
}
.cominfo
{
    clear : both;
    border-top: 1px solid #0087ef;
}
.pwrap 
{
    padding: 5px;
    text-align: right;
}
.pwrap .pbutton
{
    border: 1px solid #B1B1B1;
    margin: 2px;
    padding: 2px;
}
.pwrap .pbutton_down
{
    border: 1px solid #B1B1B1;
    color: #0087EF;
    cursor: default;
    margin: 2px;
    padding: 2px;
}
.cdetail
{
    text-align: justify;
}
.cdetail li
{
    list-style-position: inside;
}
#body
{
    padding-top : 10px;
	width: 1000px;
	margin: 0px auto;
}
/*********************************banner top css**********************/
#banner_top
{
	height : 110px;
	width : 980px;
	margin : 0 auto;
}
#logo
{
	float: left;
    height: 110px;
    width: 375px;
}
#logo img
{
	
}
#banner
{
	float: left;
    height: 40px;
    padding-top: 25px;
    width: 380px;
}
#banner img
{
	
}
#cse_top
{
	float: right;
	height: 0px;
	padding-top: 42px;
	width: 400px;
}
#top_info
{
	float: right;
    height: 50px;
    width: 220px;
}
#top_info span
{
	background: url("../images/phoneicon.jpg") no-repeat scroll 0 0 transparent;
    color: #FE0202;
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding-left: 24px;
}
/*********************************menu css****************************/
#menu_top {
	float: left;
	width: 100%;
	height: 73px;
	background: url("../images/menu_bg.png") repeat scroll 0 0 transparent;
}
#menu_top_wrap {
	
	width: 1000px;
	margin: 0px auto;
    font-family: arial,verdana,sans-serif;
    font-size: 11px;
    height: 70px;
    position: relative;
    z-index: 500;
}
#menu_top_wrap .select {
	margin:0; 
	padding:0; 
	list-style:none; 
	white-space:nowrap;
}
#menu_top_wrap li {
	float:left; 
	background:url(blank_over_p.gif);
}
#menu_top_wrap .select a {
	background: url("blank_p.gif") repeat scroll -2px 0 transparent;
    color: #fff;
    /*display: block;*/
    float: left;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
    white-space: nowrap;
	padding-left : 17px;
}
#menu_top_wrap .select li a span{
	display: inline-block;
    height: 36px;
    padding: 0 0px 0 6px;
}
#menu_top_wrap .select ul li a span{
    padding: 0 10px 0 6px;
}
#menu_top_wrap .select a b {
	display:block; 
	padding:0 30px 10px 15px; 
	background:url(blank_p.gif) right top;
}
#menu_top_wrap .select li:hover a,#menu_top_wrap .select li.pactive a {
	background: #f1f1f1; 
}
#menu_top_wrap .select li:hover a span,#menu_top_wrap .select li.pactive a span {
	background: #f1f1f1; 
	color : #303030;
}
#menu_top_wrap .select li li a span {
	background: none !important; 
	color : #303030 !important;
}
#menu_top_wrap .select li li a {
	background: none !important; 
	color : #303030 !important;
	padding : 0 !important;
}
#menu_top_wrap .select li:hover a {
	/*display:block; */
	cursor:pointer;
}
#menu_top_wrap .sub {
	display:none;
	margin:0; 
	padding:0 0 0 5px;
	list-style:none;
    z-index: 999;
}
#menu_top_wrap .sub.active  {
	height:30px; 
	display:block; 
	position:absolute; 
	float:left; 
	width:980px; 
	top:33px; 
	left:0;
	text-align:center;
	
}
#menu_top_wrap .sub li {
	background:transparent;
}
#menu_top_wrap .select li:hover .sub,#menu_top_wrap li.pactive .sub {
	height:30px; 
	display:block; 
	position:absolute; 
	float:left; 
	width:980px; 
	top:33px; 
	left:0;
	text-align:center;
	padding-top: 5px;
}
#menu_top_wrap .select li .sub li a,#menu_top_wrap .sub.active li a {
	display:block;
	height:30px; 
	line-height:30px; 
	float:left; 
	margin:0; 
	white-space:nowrap;
	font-size:10px;
}
#menu_top_wrap .select li:hover li a:hover span {
	color:#fd0000 !important;
}
#menu_top_sub_bg
{
	border: 1px solid #ABAAAA;
    height: 30px;
    width: 978px;
}
/********************************body left************************************/
#body_left
{
    float: left;
    padding: 10px 0;
    width: 202px;
	
}
.block
{
 
    padding-bottom: 0px;
	width: 250px;
	margin-bottom: 0;
	float: left;
	margin-top: 10px;
	
}
.block h3.header
{
    background: url("../images/header_ship.png") no-repeat scroll left top transparent;
	color: #FFFFFF;
	line-height: 36px;
	padding-left: 42px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	height: 44px;
	width: 208px;
	text-align: left;
}
.block h3.header a
{
    color: #FFFFFF;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 200px;
	height: 30px;
	text-align: left;
}
.block div.mb
{
    border: 1px solid #cdcdcd;
	border-top: none;
	padding: 5px 5px 0 5px;
	float: left;
	width: 238px;
	background: #fff;
	
	-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;
}
.block .ahotel2
{
    overflow: hidden;
    padding : 8px 0;
	float: left;
	width: 238px;
	height: 82px;
	border-bottom: 1px solid #e7e3e3;
}
.block .ahotel2 .img
{
    float: left;
    width: 110px;
}
.block .ahotel2 .img img
{
    width : 105px;
    height: 82px;
	border: 1px solid #e7e3e3;
}
.block .ahotel2 a.title
{
    color: #0087ef;
    display: block;
    font-weight: bold;
}
.block .ahotel2 a.title:hover
{
    
}
.block .ahotel2 span.boldtext
{
   color: #303030;
	font-size: 12px;
	line-height: 18px;
}
.block .ahotel2 .info 
{
    float: left;
    padding-left: 5px;
    width: 123px;
}
.block .ahotel2 .info  a
{
    float: left;
	width: 123px;
    padding-bottom: 5px;
}

.block .ahotel
{
    overflow: hidden;
    padding : 10px 0;
	float: left;
	width: 354px;
	border-bottom: 1px dotted #888787;
}
.block .ahotel .img
{
    float: left;
    width: 150px;
}
.block .ahotel .img img
{
    width : 135px;
    padding : 4px;
    height: 100px;
	border: 1px solid #d5d2d2;
}
.block .ahotel a.title
{
    color: #0087ef;
    display: block;
    font-weight: bold;
}
.block .ahotel a.title:hover
{
    
}
.block .ahotel span.boldtext
{
   color: #303030;
	font-size: 12px;
	line-height: 18px;
}
.block .ahotel .info 
{
    float: left;
    padding-left: 5px;
    width: 190px;
}
.block .ahotel .info  a
{
    float: left;
	width: 190px;
    padding-bottom: 5px;
}
.bsearch h3.header
{
    background-image: url("../images/header_search.png");
}
.bsearch1 h3.header
{
    background-image: url("../images/header_search1.png");
}
.border h3.header
{
    background-image: url("../images/header_order.png");
}
.bpartner h3.header
{
    background-image: url("../images/header_partner.png");
}
.bnews h3.header
{
    background-image: url("../images/header_news.png");
}
.bstatus h3.header
{
    background-image: url("../images/header_status.png");
}
.bsupport h3.header
{
    background-image: url("../images/header_support.png");
}
.bweather h3.header
{
    background-image: url("../images/header_weather.png");
}
.block input
{
    border: 1px solid #717171;
    height: 24px;
    vertical-align: middle;
}
.bsearch table
{
    text-align: left;
    width: 190px;
}
.bsearch table label
{
    display: block;
}
.bsearch span.label
{
    
}
.bsearch label
{
    
}
.bsearch select.ahaft
{
    border: 1px solid #717171;
    height: 24px;
    width: 85px;
}
.bsupport .asupport
{
    height: 40px;
    margin: 10px 0;
    text-align: center;
    width: 190px;
}
.bsupport .asupport span
{
    display: block;
    font-weight: bold;
    margin-left: -10px;
}
.bsupport .asupport img
{
    height: auto;
    width: 120px;
}

/************ Support *******/
.bsupport {
	float: left;
	width: 236px;
	margin-top: 10px;
	border: 3px solid #cec5b0;
	padding-left: 10px;
	background: url(/images/bg_support.png) no-repeat 5px 3px;
}
.bsupport h3.header {
	float: left;
	width: 240px;
	background: none;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #0087ef;
	font-weight: normal;
	text-align: center;
}
.bsupport div.mb {
	float: left;
	width: 240px;
	padding-top: 10px;
}
/************ *******/



.bpartner ul
{
    
}
.bpartner li
{
    list-style: none inside url("../images/list_style1.png");
    padding: 5px 0;
}
.bpartner li a
{
    color: #010101;
}
.bpartner li a:hover
{
    color: #0087ef;
}
.bstatus span
{
    display: block;
    margin: 5px 0 7px 15px;
    padding: 5px 0 5px 30px;
}
.bstatus span.total
{
    background: url("../images/total_icon.png") no-repeat scroll 0 3px transparent;
}
.bstatus span.online
{
    background: url("../images/online_icon.png") no-repeat scroll 0 3px transparent;
}
.bnews li
{
    line-height: 18px;
	list-style: none;
	float: left;
	width: 228px;
	border-bottom: 1px dotted #ccc;
	 background: url("../images/icon.png") no-repeat scroll 0 12px transparent;
	 padding-left: 15px;
}
.bnews li a
{
    color: #212121;
	float: left;
	width: 225px;
	/*font-weight: bold;*/
	padding: 5px 0;
	
}
.bnews li a:hover
{
    color : #0087ef;
}
/********************************body main************************************/
#body_main
{
    float: left;
    padding: 5px 0;
    width: 730px;
	margin-top: 10px;
}
#islider
{
    border: 2px solid #0087ef;
	height: 300px;
	margin: 3px auto 0;
	width: 980px;
	float: left;
	padding: 0;
	margin-right: 10px;
}
#islider ul li
{
    list-style: none;
}
.main_block
{
	margin: -6px auto 10px;
	width: 730px;
	float: left;
	padding-bottom: 5px;
	
}
.main_block h3.header
{
   background: url("../images/main_block_header.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-weight: bold;
	height: 26px;
	line-height: 17px;
	padding-left: 65px;
	padding-top: 10px;
	text-transform: uppercase;
	width: 666px;
}
.main_block h3.header a
{
    color: #FFFFFF;
    text-transform: uppercase;
}
.main_block .mmb
{
    padding: 10px;
	background: #fff;
	border: 1px #ccc solid;
	border-top: none;
	-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;
	float: left;
	width: 708px;
}
.main_block .mmb span.label
{
    display: inline-block;
    width: 150px;
}
.main_block .mmb textarea
{
    border: 1px solid #717171;
}
.main_block .mmb input
{
    border: 1px solid #717171;
    height: 24px;
    vertical-align: middle;
}
.main_block table th
{
    color: #0087EF;
    padding-left: 10px;
    text-align: left;
}
.main_block table td
{
    height: 27px;
    vertical-align: bottom;
    font-weight: bold;
}


.main_block .anews
{
    overflow: hidden;
    padding-bottom : 10px;
}
.main_block .anews .img
{
    float: left;
    width: 193px;
}
.main_block .anews .img img
{
    
}
.main_block .anews a.title
{
    color: #0087ef;
    display: block;
    font-weight: bold;
}
.main_block .anews a.title:hover
{
    color:#c90000;
}
.main_block .anews span.boldtext
{
    display: block;
    font-weight: bold;
    line-height: 19px;
}
.main_block .anews a.readmore
{
    color: #FD0202;
    float: right;
    padding: 0 10px 0 0;
}
.main_block .anews .brief
{
    display: block;
}
.main_block .anews .info 
{
    float: left;
    padding-left: 10px;
    width: 500px;
	line-height: 18px;
}



.main_block .anews1
{
    overflow: hidden;
    padding-bottom : 10px;
	float: left;
	width: 221px;
	padding: 0 5px 10px 10px;
	height: 180px;
}
.main_block .anews1 .img
{
    float: left;
    width: 200px;
}
.main_block .anews1 .img img
{
	float: left;
    width: 200px;
	height: 130px;
	padding: 4px;
	border: 1px #d5d2d2 solid;
}
.main_block .anews1 a.title
{
    color: #0087ef;
    display: block;
    font-weight: bold;
}
.main_block .anews1 a.title:hover
{
    color:#c90000;
}
.main_block .anews1 span.boldtext
{
    display: block;
    font-weight: bold;
    line-height: 19px;
}
.main_block .anews1 a.readmore
{
    color: #FD0202;
    float: right;
    padding: 0 10px 0 0;
}
.main_block .anews1 .brief
{
    display: block;
	text-align: justify;
	float: left;
	padding: 5px 0;
}
.main_block .anews1 .info 
{
    float: left;
	padding-left: 0px;
	width: 210px;
	padding-top: 6px;
	text-align: center;
}
.main_block .anews1 .info  a
{
   color: #303030;
}
.main_block .anews1 .info  a:hover 
{
   color: #0087ef;
}
.othernews
{
    
}
.othernews h3
{
    color: #0087ef;
    padding: 10px 0 5px 15px;
}
.othernews a
{
    display: list-item;
    list-style: circle inside none;
    padding-left: 35px;
}
.ahotel1 {
	float: left;
	width: 177px;
}
.ahotel1 div.img {
	float: left;
	width: 177px;
}
.ahotel1 div.img img{
	float: left;
	width: 154px;
	height: 100px;
	padding: 3px;
	border: 1px #d5d2d2 solid;
}
.ahotel1 div.info {
	float: left;
	width: 162px;
	padding-top: 8px;
	text-align: center;
}
.ahotel1 div.info a{
	font-weight: bold;
	color: #303030;
}
.ahotel1 div.info a:hover {
	color: #0087ef;
}
/********************************body right************************************/
#body_right
{
    float: left;
	width: 260px;
	padding-left: 10px;
}
.special_price li
{
    list-style: none;
	line-height: 24px;
	background: url("../images/icon.png") no-repeat scroll 5px center transparent;
	float: left;
	padding-left: 15px;
	width: 224px;
}
.special_price li a
{
    color: #212121;
    line-height: 24px;
}
.special_price li a:hover
{
    color: #0087ef;
}
.special_price li span
{
    color : #212121;
}
/********************************footer************************************/
#footer
{
    background: url("../images/bg_bottom.png") repeat scroll center 0 transparent;
    padding-bottom: 5px;
    padding-top: 10px;
	border-top: 3px solid #cfcabb;
}
#link_exchange
{
    text-align: center;
	color: #303030;
}
#link_exchange a
{
    color: #303030;
	font-weight : none;
    display: inline-block;
    line-height: 20px;
	font-size: 11px;
}
#link_exchange a:hover
{
    color: #C90000;
}
#coppy_right
{
    padding-bottom: 15px;
    text-align: center;
}
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/
/********************************************************************/