@charset "utf-8";

/* CSS Document */

tml, 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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
center,
dl, dt, dd, ol, ul, li,
form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;


}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ul,
ol {
    margin-top: 0;
    margin-bottom:0;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
ul li{
    padding:0;
    list-style:none;
}

a{ 
    color: #000;
    text-decoration: none;
}
a:hover { 

}
a:visited { 
    text-decoration:none;	
}
.bold{
    font-weight:bold;
}
.clear{
    clear:both;
}	
p{
    font-size:13px;
    line-height:20px;	
}
span{

}
span:first-child {
    /* font-family: Arial, Helvetica, sans-serif; */
}
.bar{
    margin-bottom:10px;
}
.bar span{
    line-height:30px;
    /*font-size:13px;*/
}
img{
    border:none;
}	
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'supermarket', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
}

h1,
h2,
h3 {
    /*  margin-top: 20px;
      margin-bottom: 10px;*/
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 38px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}


.more{
    float:right;
    width:97px;
    height:31px;
    background:url(../images/button/more2.png) top left no-repeat;
    text-align:center;
    color:#fff;
    cursor:pointer;
    font:15px/30px 'supermarket', Arial, sans-serif;
}
.more a{
    color:#fff;
    cursor:pointer;
    font:15px/30px 'supermarket', Arial, sans-serif;
}
.more a:hover{
    color:#fbf28e;
}

/*******************************************************/
body{
    height:auto;
    overflow-x:hidden;
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:140%;
    background: #ffdcf7 url(../images/top-bg.png) top center no-repeat;
}
#wrapper{
    float:left;
    width:100%;
    margin:0px;
    padding:0px;
    height:auto;
    background: url(../images/wrapper.png) bottom center no-repeat;
}

#container{
    float:left;
    width:100%;
    margin:0;
    padding:0px;
}


#main{
    position:relative;
    margin:0 auto;
    /*overflow:hidden;*/
    width:1020px;
    height:auto;
}	
.row{
    float:left;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
    margin:0;
}
/********************************************************** HEADER *******************************************/
#header{
    float:left;
    width:100%;
    height:98px;
    position:relative;
}
#header .headerin{
    position:absolute;
    z-index:99998;
    top:0;
    left:0;
    width:100%;
    height:132px;
}

#header .headerin-bg{ 
    background: url(../images/bg-menu.png) top center no-repeat;
}

#main .logo-header{
    top: -5px;
    left: 0;
    width: 429px;
    height: 100px;
    background:url(../images/bg-logo-header.png) top no-repeat;
    position: absolute;
}

#main .logo-header .logo-header-in{
    top: 13px;
    left: 21px;
    width: 429px;
    /* height: 100px; */
    position:absolute;
    z-index: 1000;
}
/*********************Flash*************************/
#flash{
    float:left;
    width:100%;
    height:499px;
    /* position: absolute; */
    margin: -96px 0 0 0;
}

/*********************Flash*************************/

#main .fontsize{
    top: 14px;
    right: 193px;
    position: absolute;
    width: 86px;
    height: auto;
    z-index: 99999;
}
#main .fontsize .font-left{
    float:left;
    width:85px;
    height:auto;
}
#main .fontsize .font-right{
    float:left;
    width:76px;
    height:auto;
}
#main .fontsize .font-right ul{
    float:left;
    width:91px;
    height:auto;
}
#main .fontsize .font-right ul li{
    float:left;
    padding:0px 6px;
    border-right: 1px solid #3d3e40;
    height:auto;
}
#main .font-small{
    font-size:16px;
    line-height:19px;
    color:#6e6e6e;
}
#main .font-small a{
    font-size:16px;
    line-height:19px;
    color: #3d3e40;
}
#main .font-small a:hover{
    font-size:16px;
    text-decoration:none;
    line-height:19px;
    color: #EF1B7C;
}
#main .font-medium{
    font-size:20px;
    line-height:18px;
    color:#6e6e6e;
}
#main .font-medium a{
    font-size:20px;
    line-height:18px;
    color: #3d3e40;
}
#main .font-medium a:hover{
    font-size:20px;
    text-decoration:none;
    line-height:18px;
    color: #EF1B7C;
}
#main .font-big{
    font-size:24px;
    line-height:18px;
    color:#6e6e6e;
}
#main .font-big a{
    font-size:24px;
    line-height:18px;
    color: #3d3e40;
}
#main .font-big a:hover{
    font-size:24px;
    text-decoration:none;
    line-height:18px;
    color: #EF1B7C;
}
/*********************************************************Header***************************************************************/
/*********************popup*************************/
.popup-menu{
    top:50px;
    left:0;
    width:109px;
    height:533px;
    background:url(../images/popup-menu/bg.png) top left no-repeat;
    position:fixed;
    z-index:99999;
}
.popup-menu .popup-menu1{
    float:left;
    padding-top:80px;
    width:109px;
    height:auto;
}
.popup-menu .popup-menu1 ul{
    float:left;
    width:109px;
    height:auto;
}
.popup-menu .popup-menu1 ul li{
    float:left;
    padding-top:10px;
    padding-left:21px;
    width:88px;
    height:auto;
    color:#FFF;
    cursor:pointer;
}
.popup-menu .popup-menu1 ul li:hover{
    /* color:#f9fc7c; */
    cursor:pointer;
}
/*********************language*******************/
.language{
    top:6px;
    left:828px;
    width:194px;
    height: 34px;
	z-index:9999;
    position:absolute;
}
/*********************language*******************/
/*****************************update****************************/
.update{
    float:left;
    width:100%;
    height: 43px;
    position: absolute;
    top: -160px;
    background:url(../images/bg-update.png) left no-repeat;
}
.update .update-head{
    padding-top: 14px;
    padding-left: 0px;
    float: left;
    width: 8%;
    text-align: center;
    font-size: 19px;
    color: #0054ff;
    /* font-style: italic; */
}
.update .update-detail{
    float:left;
    padding-top: 10px;
    font: 19px/24px 'supermarket', Arial, sans-serif;
    padding-left: 6px;
    color: #1e1d1d;
    width: 315px;
    /* font-size: 14px; */
    /* line-height: 28px; */
}
/*****************************update****************************/

/*****************************palad****************************/
.palad{
    float:left;
    width: 284px;
    height: 390px;
    position:relative;
}
.palad .palad-pic{
    top: 69px;
    position:absolute;
    z-index:9999;
    width: 223px;
    height: 320px;
}
.palad .palad-name{
    bottom: 0px;
    left: 11px;
    height:auto;
    position:absolute;
    z-index:9999;
    width:324px;
    height:116px;
    background:url(../images/leader/bg-name.png) top no-repeat;
}
.palad .palad-name-in{
    bottom: 20px;
    left: 30px;
    height:auto;
    position:absolute;
    color:#f6fe00;
    z-index:9999;
    font: 23px/32px 'supermarket', Arial, sans-serif;
}

/*****************************palad****************************/

/************************************** stat-sk *****************************/
.stat-sk {
    float:left;
    width:100%;
}
.stat-sk .stat-sk-top{
    float:left;
    width:100%;
    font: 21px/55px 'supermarket', Arial, sans-serif;
    color:#0042ff;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    background: url(../images/stat-sk-top.png) top left no-repeat;
    margin: 20px 0 0 5px;
    text-indent: 42px;
    height: 39px;
}
.stat-sk .stat-sk-mid{
    float:left;
    width:100%;
    margin: 20px 0 0 7px;
}
.stat-sk .stat-sk-mid ul{
    float:left;
    width:100%;
}
.stat-sk .stat-sk-mid ul li{
    float:left;
    width:100%;
    color: #131313;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font: 19px/26px 'supermarket', Arial, sans-serif;
}	

/*********************************  map-banner ****************************/
.map-banner {
    float:left;
    width:100%;
    margin: 10px 0 0 0;
}
/*********************************** facebook ******************************/
.facebook {
    float:left;
    width:100%;
    margin:10px 0 0 0;
}

/**************************** website16 ********************************/
.website16 {
    float:left;
    width:100%;
    height:411px;
    background:url(../images/website16.jpg) top center no-repeat;
    margin: 20px 0 0 0;
}	
.website16 .website16-top{
    float:left;
    width:100%;
    height: 39px;
    text-align: center;
    color:#030104;
    font: 19px/39px 'supermarket', Arial, sans-serif;
}
.website16 .website16-mid{
    float:left;
    width:100%;
}	
.website16 .website16-mid ul{
    float:left;
    width:100%;
}	
.website16 .website16-mid ul li{
    float:left;
    width: 83%;
    color:#030104;
    font: 17px/23px 'supermarket', Arial, sans-serif;
    background: url(../images/icon/a1.png) 0px 8px no-repeat;
    margin: 0 0 0 51px;
    text-indent: 13px;
}
.website16 .website16-mid ul li a{
    color:#030104;
}	
.website16 .website16-mid ul li a:hover{
    color: #E61797;
}								
/*******************************news*************************************/
.news-multiple{
    float:left;
    width:100%;
    height:auto;
    margin: 230px 0 0 0;
}
.news-multiple .news-top{
    float:left;
    width:100%;
}
.news-multiple .news-top ul{
    float:left;
    width:100%;
    padding:0;
    background:url(../images/news/bg.jpg) top no-repeat;
}
.news-multiple .news-top ul li{
    float:left;
    display:block;
    background:url(../images/news/line-tab.jpg) 0 100% no-repeat;
}
.news-multiple .news-top ul li:last-child{
    border-right: none;
}
.news-multiple .news-top ul li .news-select{
    padding: 8px 16px;
    font:20px/20px 'supermarket', Arial, sans-serif;
    color:#fff;
    background: #b5066e;
    position:relative;
    margin-left: 3px;
}
.news-multiple .news-top ul li .arrow{
    position: absolute;
    left: 0; right:0; bottom:-10px;
    height:16px;
    text-align:center;
}
.news-multiple .news-top ul li .news-normal{
    padding: 10px 9px;
    background:url(../images/container2/dot.jpg) top right no-repeat;
}
.news-multiple .news-top ul li .news-normal a{
    font:20px/20px 'supermarket', Arial, sans-serif;
    color: #FFFFFF;
}
.news-multiple .news-top ul li .news-normal a:hover{
    font:20px/20px 'supermarket', Arial, sans-serif;
    color: #F6FE00;
}

.news-multiple .news-mid ul{
    float:left;
    width:100%;
    height:auto;
    margin: 20px 0 0 6px;
}
.news-multiple .news-mid ul li.aj{
    float:left;
    width: 33%;
    height:auto;
    margin-right: 2px;
}
.news-multiple .news-mid ul li.aj .pic{
    float:left;
    height: 143px;
    width:100%;
    //height:auto;
}
.news-multiple .news-mid ul li.aj .detail{
    float:left;
    width: 90%;
    height:auto;
    font-size: 14px;
    margin: 10px 0 0 0px;
}
.news-multiple .news-mid ul li.aj .detail a{
    color:#000;
}
.news-multiple .news-mid ul li.aj .detail a:hover{
    color: #FF8552;
}

.news-multiple .news-mid{
    float:left;
    width:100%;
    margin-top: 25px;
    height:auto;
}
.news-left{
    float:left;
    width:91%;
    /* border:1px solid #e5e5e5; */
    margin: 0 0 0 0;
}
.news-left .news-left-mid{
    float:left;
    width:100%;
}
.news-left .news-left-mid ul{
    float:left;
    width:100%;
}
.news-left .news-left-mid ul li{
    float:left;
    width:100%;
}
.news-left .news-left-mid ul li .news-pic{

    text-align:center;
    position:relative;
    height: 215px;
}
.news-left .news-left-mid ul li .news-pic img{
    text-align:center;
    display:block;
    max-width:100%;
}
.news-left .news-left-mid ul li .news-pic .hotnews-tag{
    top:0;
    left: 0px;
    padding: 3px 20px;
    height:24px;
    background: #B5066E;
    position:absolute;
    color:#fff;
    font:20px/25px 'supermarket', Arial, sans-serif;
}
.news-left .news-left-mid ul li .news-detail{
    padding:6px;
    position:relative;
}

.news-left .news-left-bottom{
    float:left;
    width:100%;
    text-align: center;
    margin: 25px 0 0 0;
}

.news-date{
    height:auto;
    color:#75757b;
}
.news-topic{
    height:auto;
    font: 19px/24px 'supermarket', Arial, sans-serif;
    color:#2eb398;
}
.news-topic a{

    color: #272727;
}
.news-topic a:hover{

    color: #FF743F;
}
.news-text{
    padding-bottom:10px;
    margin-top:10px;
    height:auto;
    color:#5e5e64;
    font:18px/20px 'thaisanslite', Arial, sans-serif;
    border-bottom:10px solid #2eb398;
}	
.news-right{
    float:right;
    width:100%;
    height:auto;
}
.news-right ul{
    float:left;
    width:100%;
}
.news-right ul li{
    float:left;
    margin-bottom:10px;
    width:100%;
    height:80px;
}
.news-right ul li:hover{
    float:left;
    width:100%;
    height:80px;
    background-color:#f3f3f3;
}
.news-right ul li span.news-right-pic{
    float:left;
    width:120px;
    height:80px;
}
.news-right ul li span.news-right-pic img{
    display:block;
    margin:0 auto;
    max-width:100%;
}
.news-right ul li span.news-right-text{
    float: left;
    margin-left: 10px;
    display: block;
    width: 170px;
    height: 80px;
    word-wrap: break-word;
}
.news-right ul li span.news-right-text a{
    font-size:13px;
    line-height:20px;
    color:#333;
    word-wrap: break-word;
}
.news-right ul li span.news-right-text a:hover{
    font-size:13px;
    line-height:20px;
    color:#db5a04;
    word-wrap: break-word;
}
.news-multiple .news-bottom{
    float:right;
    width: 16%;
    margin-top:10px;
    height:auto;
}

.news-multiple .news-bottom{
    float:left;
    width:100%;
    height:auto;
}
.btn-news {
    float: right;
    margin: 2px 0px;
    padding-left: 5px;
    width: 67px;
    height: 24px;
    font:17px/25px 'supermarket', Arial, sans-serif;
}
.btn-news a{
    line-height:22px;
    color:#000;
}
/*******************************news*************************************/
/*********************************feature*********************************/
#featured{
    /* margin-top:10px; */
    /* margin-left:30px; */
    position:relative;
    margin-top:25px;
    height:270px;
}
#featured .top{
    font:24px/40px 'supermarket', Arial, sans-serif;
    /* margin-bottom:15px; */
    border-bottom:#ccc 1px solid;
}
#featured ul.ui-tabs-nav{
    position: absolute;
    top: 1px;
    left: 308px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 372px;
    z-index: 1;
}
#featured ul.ui-tabs-nav li{
    float:left;
    margin-bottom:10px;
    height:80px;
    padding:0;
    font-size:12px;
    color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
    float:left; 
    margin:0px 10px 0 0px;  
}
#featured ul.ui-tabs-nav li span{ 
    font-size:14px; font-family:Arial, Tahoma, Verdana, sans-serif; 
    line-height:18px;
}
#featured li.ui-tabs-nav-item a{ 
    display:block; 
    padding:0px 20px;
    color:#2b1805;
    line-height:0;
    font-size:14px;
}
#featured li.ui-tabs-nav-item a:hover{
    font-size: 14px;
    color: #7a1052;
}
#featured li.ui-tabs-selected{
    color:#fff;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
    height:80px;
    padding-left: 20px;
    background:#f3f3f3;
    color: #7a1052;
    font-size: 14px;
}
#featured .ui-tabs-panel{
    margin:6px 0 0 0;
    width: 304px; 
    height:187px; 
    position:relative;
}
#featured .ui-tabs-panel img{
    margin:0 auto;
    display:block;
}
#featured .ui-tabs-panel .info{
    position: absolute;
    left: 0px;
    top: 192px;
    width: 304px;
    height: auto;
    text-align: left;
    /*background: url(../images/feature/transparent-bg.png) repeat;*/
    behavior: url(iepngfix.htc);
}
#featured .info h2{ 
    font-size:14px; font-family:tahoma, serif; 
    color:#017b51; padding:5px; margin:0;
    overflow:hidden; 
}
#featured .info p{ 
    margin:0 5px; 
    font-family:Verdana; font-size:11px; 
    line-height:15px; color:#f0f0f0;
}
#featured .info a{
    text-decoration:none;
    font-size: 14px;
    color: #7a1052;
}
#featured .info a:hover{ 


}
#featured .ui-tabs-hide{ 
    display:none; 
}

.hotnews-tag{
    top:0;
    left: 0px;
    padding: 3px 15px;
    height:24px;
    background-color: #8e2d89;
    position:absolute;
    color:#fff;
    font:20px/20px 'thaisanslite', Arial, sans-serif;
}
.btn-news{
    float:right;
    margin: 0px 0px;
    padding-left: 5px;
    width: 60px;
    height:24px;
    font: 19px/25px 'supermarket', Arial, sans-serif;
}
.btn-news a{
    color: #1e1e1e;
}
.btn-news a:hover{
    color: #FF731A;
}
/*********************************feature*********************************/

/*********************************palace*********************************/
.palace{
    float:left;
    width: 87%;
    height:auto;
}
.palace .palace-top{
    float:left;
    width:273px;
    height:41px;
    color:#feffff;
    background-color:#f8298f;
    font: 23px/45px 'rsu', Arial, sans-serif;
    text-align: center;
}
.palace .palace-mid{
    text-align: center;
    float:left;
    width: 100%;
    height:auto;
    /* margin: 0 auto; */
}
.palace .palace-mid ul{
    /* float:left; */
    margin-left: 30px;
    width:220px;
    height:auto;
}
.palace .palace-mid ul li{
    float:left;
    display:block;
    width:100%;
    height:auto;
}
.palace .palace-mid ul li span.palace-pic{
    float:left;
    margin-top:15px;
    display:block;
    width:220px;
    height:227px;
}
.palace .palace-mid ul li span.palace-text{
    float:left;
    padding-top:10px;
    display:block;
    width:220px;
    height:auto;
    text-align:center;
}

.palace .palace-bottom{
    float:left;
    width:100%;
    height:auto;
}
/******************************************************************/

.news-head {
	float:left;
	height: 99px;
	color: #613d00;
	font: 23px/23px 'supermarket', Arial, sans-serif;
	padding-top: 33px;
	/* margin-left: 87px; */
	background:url(../images/bg-head-news.png) top center no-repeat;
	padding-left: 77px;
	width: 244px;
	/* text-align: center; */
	/* margin-top: 166px; */
	position: absolute;
	top: 96px;
	left: 350px;
	}

/*********************************************** news-network16 **************************************/
.news-network16 {
    width:100%;
    height:auto;
    /*margin: 30px 0 0 0;*/
    position:relative;
    float: left;
}
.news-network16 .news-network16-top{
    padding-left: 44px;
    height: 44px;
    color: #030104;
    font: 21px/41px 'supermarket', Arial, sans-serif;
    background:url(../images/icon-news.png) 5px 5px no-repeat;
}
.news-network16 .icon-network{
    position:absolute;
    top: -9px;
    left: 9px;
}
.news-network16 .news-network16-mid{
    width:100%;
    height:auto;
}
.news-network16-bar{
    margin-top:12px;
    width:100%;
    height: 33px;
    font-size: 15px;
    text-align: center;
    background:url(../images/bar.jpg) top center no-repeat;
    color: #fff;
    line-height: 25px;
}
.news-network16-mid1 {
    float:left;
    width:100%;
    margin-top: 20px;
}
.news-network16-mid1 ul{
    float:left;
    width:100%;
    margin: 0 0 0 3px;
    padding: 0 0 0 0;
}
.news-network16-mid1 ul li{
    float:left;
    width: 100%;
    padding-bottom:4px;
    font-size: 14px;
    line-height:25px;
    border-bottom:1px dashed #a29d89;
    /* background:url(../images/bullet/pic1.png) -2px 8px no-repeat; */
    border-bottom:dashed 1px #9d9b88;
}	
.news-network16-detail{
    float:left;
    width: 60%;
    height:auto;
}
.news-network16-detail a:hover{
    color:#33C;
}
.news-network16-place{
    float:left;
    width: 18%;
    height:auto;
    color:#1d3236;
}
.news-network16-place a:hover{
    color:#33C;
}
.news-network16-date{
    float:left;
    width: 16%;
    height:auto;
    display:block;
    color:#1d3236;
}		


.news-network16 .news-network16-bottom{
    float: right;
    width: 61%;
    height:23px;
    margin: 20px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.news-network16 .news-network16-bottom .news-network16-bottom-in{
    float: right;
    width: 15%;
    height:23px;
    margin: 0px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.news-network16 .news-network16-bottom .news-network16-bottom-in a{
    color:#1e1e1e;
}
.news-network16 .news-network16-bottom .news-network16-bottom-in a:hover{
    color: #FF731A;
}
/********************************************** news-network16 ********************************************/
/****************************************letter****************************************************/
.letter{
    width:100%;
    height:auto;
    margin: 0px 0 0 0;
    position:relative;
}
.letter .icon-letter{
    position:absolute;
    top: -9px;
    left: -9px;
}
.letter .letter-top{
    padding-left:80px;
    height: 44px;
    color: #fffc00;
    font: 21px/41px 'supermarket', Arial, sans-serif;
}
.letter .letter-mid{
    width:100%;
    height:auto;
}
.letter .letter-mid .letter-bar{
    margin-top:12px;
    width:100%;
    height:23px;
}
.letter-mid1{
    width:100%;
    height:auto;
    margin-top: 20px;
}
.letter-mid1 ul{
    float:left;
    width:100%;
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
}
.letter-mid1 ul li{
    float:left;
    width: 95%;
    padding-left: 10px;
    padding-bottom:5px;
    padding-top:5px;
    font-size: 14px;
    border-bottom:1px dashed #a29d89;
    background:url(../images/bullet/pic1.png) -2px 8px no-repeat;
    border-bottom:dashed 1px #9d9b88;
}	
.letter-detail{
    float:left;
    width:60%;
    height:auto;

}
.letter-detail a:hover{
    color:#33C;
}
.letter-place{
    float:left;
    width: 18%;
    height:auto;
}
.letter-date{
    float:left;
    width: 16%;
    height:auto;
}				
.letter .letter-bottom {
    float:left;
    margin-top:10px;
    width:100%;
}	
/****************************************wb-n****************************************************/
.wb{
    float:left;
    width:100%;
    height:auto;
    margin-top: 25px;
    position: relative;
    z-index: 999;
}
.wb .wb-top-head{
    float:left;
    width:99%;
    height: 52px;
    background:url(../images/webboard/icon-wb.png) 5px 5px no-repeat;
    font: 21px/41px 'supermarket', Arial, sans-serif;
    color: #030104;
    padding-left: 52px;
}
.wb .wb-top{
    float:left;
    width:99%;
    height: 36px;
    background-color: #ffbce5;
}
.wb .wb-top .select{
    float:left;
    width:auto;
    height: 23px;
    padding:0px 15px;
    padding-top:13px;
    margin-top: 0px;
    background-color: #c30079;
    font: 19px/9px 'supermarket', Arial, sans-serif;
    color: #FFFFFF;
    position:relative;
}
.wb .wb-top .arrow{
    position: absolute;
    bottom: -12px;
    left: 61px;
}
.wb .wb-top .normal{
    float:left;
    height:27px;
    padding:0px 8px;
    padding-top:13px;
    margin-top:2px;
    font: 19px/6px 'supermarket', Arial, sans-serif;
}
.wb .wb-top .normal a{
    color: #000;
}
.wb .wb-top .normal a:hover{

}

a {}

.wb .wb-mid{
    float:left;
    width:100%;
    height:auto;
    margin-top: 15px;
}
.wb-bar{
    margin-top:10px;
    width:100%;
    height: 29px;
    background:url(../images/webboard/bar2.jpg) top center no-repeat;
    float: left;
    text-align: center;
    line-height: 29px;
}
.wb-mid1{
    float:left;
    margin-top:0px;

    width:100%;
    height:auto;
}
.wb-mid1 ul{
    float:left;

    width:100%;
    height:auto;
}
.wb-mid1 ul li{
    float:left;
    width: 98%;
    padding-top:5px;
    padding-bottom:5px;
    font-size: 14px;
    border-bottom:1px dashed #a29d89;
    background: url(../images/news/bullet.png) left no-repeat;
    background-position: 0px 10px;
    border-bottom:dashed 1px #9d9b88;
}
.wb-detail{
    float:left;
    width: 74%;
    height:auto;
    display:block;
}
.wb-detail a:hover{
    color:#33C;
}
.wb-date{
    float:left;
    width: 20%;
    height:auto;
    display:block;
}

.wb-detail-network{
    float:left;
    width: 54%;
    height:auto;
    display:block;
}
.wb-detail-network a:hover{
    color:#33C;
}

.wb-agen{
    float:left;
    width: 20%;
    height:auto;
    display:block;
}

.wb-agen a:hover{
    color:#33C;
}


.wb-place2{
    float:left;
    width:25%;
    height:auto;
    display:block;
}
.wb-detail2{
    float:left;
    width:48%;
    height:auto;
    display:block;
}
.wb-detail2 a:hover{
    color:#33C;
}
.wb-date2{
    float:left;
    width:25%;
    height:auto;
    display:block;
}


.wb .wb-bottom{
    float:left;
    margin-top: 20px;
    width:100%;
    height:auto;
}
.btn-wb{
    float:right;
    margin: 2px 0px;
    margin-right:10px;
    padding-left:5px;
    width:67px;
    height:24px;
    background:url(../images/more-wb.png) top left no-repeat;
}
.btn-wb a{
    font-size:12px;
    line-height:22px;
    color:#fff;
}
.btn-wb a:hover{
    font-size:12px;
    line-height:22px;
    color:#522104;
}
/****************************************wb-n****************************************************/
.activity-top{
    float:left;
    padding-top:30px;
    width:100%;
    height:72px;
    background:url(../images/activity/top.png) 0px 30px no-repeat;
    text-align:center;
    color:#FFF;
}
.activity{
    float:left;
    width:100%;
    height:auto;
}
.activity .activity-top1{
    float:left;
    padding-left: 84px;
    padding-top:20px;
    width:94%;
    height: 48px;
    background:url(../images/activity/bullet.png) top left no-repeat;
    color: #b16ac6;
}
.activity .activity-mid{
    float:left;
    width:100%;
    height:auto;
}
.activity .activity-mid ul{
    float:left;
    width:100%;
    height:auto;
}
.activity .activity-mid ul li{
    float:left;
    margin-right:7px;
    display:block;
    width:329px;
    height:auto;
}
.activity .activity-mid ul li span.act-pic{
    float:left;
    display:block;
    width:329px;
    height:auto;
}
.activity .activity-mid ul li span.act-pic img{
    margin:0 auto;
    display:block;
}
.activity .activity-mid ul li span.act-text{
    float:left;
    padding:10px 0px;
    display:block;
    width:329px;
    height:auto;
}
.activity .activity-mid ul li span.act-text a{
    font-size:14px;
    color:#333;
}
.activity .activity-mid ul li span.act-text a:hover{
    font-size:14px;
    color: #FF660B;
}
.activity .activity-bottom{
    float:left;
    width:100%;
    height:auto;
}

/****************************************portfolio*******************************************/
.portfolio{
    float:left;
    width:100%;
    height:auto;
    margin: 15px 0 0 0;
}
.portfolio .top{
    margin-bottom:10px;
    height:45px;
    color: #ff7800;
    font: 23px/35px'supermarket', Arial, sans-serif;
    background: url(../images/media/star.png) no-repeat;
    padding-left: 50px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.portfolio .mid{
    text-align: center;
    float:left;
    width:100%;
    height:auto;
    margin: 0px 0 0 0;
}
.portfolio .bottom{
    float:left;
    width:100%;
    height:auto;
    margin: 10px 0 0 10px;
    font-size: 14px;
}
.portfolio .bottom a{
    color:#000; 
}
.portfolio .bottom a:hover{
    color:#ff6c00; 
}
.portfolio .bottom2{
    float: right;
    width: 27%;
    height: 21px;
    margin: 8px 0 0 0;
    font-size: 15px;
    background: url(../images/icon/bottom.png) right no-repeat;
    line-height: 22px;
}
.portfolio .bottom2 a{
    color:#000; 
}
.portfolio .bottom2 a:hover{
    color:#ff6c00; 
}	
/****************************************vdo*******************************************/
.vdo{
    float:left;
    width:100%;
    height:auto;
    margin: 15px 0 0 0;
}
.vdo .top{
    margin-bottom:10px;
    height: 53px;
    color: #ff0075;
    font: 23px/35px'supermarket', Arial, sans-serif;
    background: url(../images/media/play.png) no-repeat;
    padding-left: 50px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.vdo .mid{
    float:left;
    width:100%;
    height:auto;
    margin: 0px 0 0 0;
}
.vdo .bottom{
    float:left;
    width: 93%;
    height:auto;
    margin: 10px 0 0 10px;
    font-size: 14px;
}
.vdo .bottom a{
    color:#000; 
}
.vdo .bottom a:hover{
    color:#ff6c00; 
}
.vdo .bottom2{
    float: right;
    width: 27%;
    height: 21px;
    margin: 8px 0 0 0;
    font-size: 15px;
    background: url(../images/icon/bottom.png) right no-repeat;
    line-height: 22px;
}
.vdo .bottom2 a{
    color:#000; 
}
.vdo .bottom2 a:hover{
    color:#ff6c00; 
}

/****************************************gallery*******************************************/
.gallery {
    float:left;
    width:100%;
    margin: 10px 0 25px 0;
}

.gallery .gallery-top{
    float:left;
    width:100%;
    margin: 0 0 0 0;
    height: 53px;
    color: #f90c9c;
    font: 23px/22px 'supermarket', Arial, sans-serif;
    padding-left: 70px;
    text-indent: 0;
    padding-top: 8px;
    background: url(../images/bg-gall.jpg) top left no-repeat;
}

.gallery .gallery-mid {
    float:left;
    width: 100%;
    margin: 20px 0 0 0;
}	
.gallery .gallery-mid ul{
    float:left;
    width: 100%;

}
.gallery .gallery-mid ul li{
    float:left;
    width: 31%;
    margin-right: 23px;
}
.gallery .gallery-mid ul li .gall-pic{
    float:left;
    width: 100%;
    height: 189px;
}
.gallery .gallery-mid ul li .gall-text{
    float:left;
    width: 100%;
    margin: 10px 0 0 0;
}
.gallery .gallery-mid ul li .gall-text a{
    color: #200e00;
}
.gallery .gallery-mid ul li .gall-text a:hover{
    color: #FF6F00;
}
.gallery .gallery-bottom{
    float: right;
    width: 54%;
    height:23px;
    margin: 25px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.gallery .gallery-bottom .gallery-bottom-in{
    float: right;
    width: 15%;
    height:23px;
    margin: 0px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.gallery .gallery-bottom .gallery-bottom-in a{
    color:#1e1e1e;
}
.gallery .gallery-bottom .gallery-bottom-in a:hover{
    color: #FF731A;
}
/****************************************** gallery **************************************************/

/***********************************  travel *********************************************************/
.travel {
    float:left;
    width:100%;
    position: relative;
    height: 400px;
    margin-top: 0px;
}

.travel .travel-top{
    float: left;
    width: 100%;
    height: 45px;
    font:31px/25px 'supermarket', Arial, sans-serif;
    padding: 0px 0 0 10px;
    color: #fff;
}

.travel .travel-mid{
    float:left;
    width:488px;
    height:293px;
    background:url(../images/travel-bg.png) top center no-repeat;

}
.travel .travel-mid ul{
    float:left;
    width:100%;
    margin: 0 0 0 0;
    padding:0 0;
}	
.travel .travel-mid ul li{
    float:left;
    width: 244px;
    height: 287px;
    margin: 0 0px 0 0;
    padding:0 0;
}
.travel .travel-mid ul li .travel-mid-pic{
    float:left;
    width: 91%;
    margin: 34px 10px 0 10px;
    padding:0 0;
    height: 148px;
    text-align: center;
}
.travel .travel-mid ul li .travel-mid-text{
    float:left;
    width: 91%;
    margin: 10px 0 0 10px;
    padding:0 0;
    font:19px/21px 'supermarket', Arial, sans-serif;
}
.travel .travel-mid ul li .travel-mid-text a{
    color: #453700;
}
.travel .travel-mid ul li .travel-mid-text a:hover{
    color: #FF731A;
}

.travel .travel-bottom{
    float: right;
    width: 76%;
    height:23px;
    margin: 0px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.travel .travel-bottom .travel-bottom-in{
    float: right;
    width: 15%;
    height:23px;
    margin: 0px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.travel .travel-bottom .travel-bottom-in a{
    color:#1e1e1e;
}
.travel .travel-bottom .travel-bottom-in a:hover{
    color: #FF731A;
}
/***********************************  travel *********************************************************/

/***********************************  otop *********************************************************/
.otop {
    float:left;
    width:100%;
    position: relative;
    height: 400px;
    margin-top: 0px;
}

.otop .otop-top{
    float: left;
    width: 100%;
    height: 45px;
    font:31px/25px 'supermarket', Arial, sans-serif;
    padding: 0px 0 0 10px;
    color: #fff;
}

.otop .otop-mid{
    float:left;
    width:488px;
    height:293px;
    background:url(../images/travel-bg.png) top center no-repeat;

}
.otop .otop-mid ul{
    float:left;
    width:100%;
    margin: 0 0 0 0;
    padding:0 0;
}	
.otop .otop-mid ul li{
    float:left;
    width: 244px;
    height: 287px;
    margin: 0 0px 0 0;
    padding:0 0;
}
.otop .otop-mid ul li .otop-mid-pic{
    float:left;
    width: 91%;
    margin: 34px 10px 0 10px;
    padding:0 0;
    height: 148px;
    text-align: center;
}
.otop .otop-mid ul li .otop-mid-text{
    float:left;
    width: 91%;
    margin: 10px 0 0 10px;
    padding:0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.otop .otop-mid ul li .otop-mid-text a{
    color: #453700;
}
.otop .otop-mid ul li .otop-mid-text a:hover{
    color: #FF731A;
}

.otop .otop-bottom{
    float: right;
    width: 80%;
    height:23px;
    margin: 0px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.otop .otop-bottom .otop-bottom-in{
    float: right;
    width: 15%;
    height:23px;
    margin: 0px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.otop .otop-bottom .otop-bottom-in a{
    color:#1e1e1e;
}
.otop .otop-bottom .otop-bottom-in a:hover{
    color: #FF731A;
}
/***********************************  otop *********************************************************/

/****************************************multimedia*******************************************/
.multimedia{
    float:left;
    width:100%;
    height:auto;
}
.multimedia .multi-top{
    float:left;
    padding-top:25px;
    width:100%;
    height: 70px;
    text-align:center;
    font:29px/20px 'rsu', Arial, sans-serif;
    background:url(../images/media/top.png) top center no-repeat;
    color: #fff;
    margin-top: 40px;
}
.multimedia .multi-mid{
    float:left;
    width:100%;
    height:auto;
}
/****************************************multimedia*******************************************/
.ebook{
    float:left;
    width:100%;
    height:auto;
}
.ebook .ebook-top{
    padding-left:22px;
    padding-top: 10px;
    height:auto;
    font:29px/20px 'rsu', Arial, sans-serif;
}
.ebook .ebook-mid{
    float:left;
    width:100%;
    height:auto;
}
.ebook .ebook-mid .ebook-pic{
    float:left;
    padding:31px 153px 0px 40px;
    width:132px;
    height:191px;
    background:url(../images/ebook/pic.png) bottom left no-repeat;
}
.ebook .ebook-mid .ebook-text{
    float:left;
    padding: 15px 0 5px 24px;
    width:85%;
    height:auto;
}
.ebook .ebook-bottom{
    float:left;
    margin:0px 24px;
    padding-top:10px;
    padding-left: 30px;
    width:65%;
    height:auto;
    background: url(../images/ebook/download.jpg) 5px 10px no-repeat;
}
.ebook .ebook-bottom a{
    font-size:18px;
    color:#000;
}
.ebook .ebook-bottom a:hover{
    font-size:18px;
    color:#e6722d;
}


/***************************banner*****************************************/
.banner{
    margin-top: 15px;
    padding:0;
}

.banner .banner-mid{
    width: 990px;
    float:left;
    margin: 0px 0 0 5px;
    padding:0;
}
.banner .banner-mid ul{
    margin:0;
    padding:0;
}	
.banner .banner-mid ul li{
    margin:0;
    padding:0;
    width: 178px;
    float:left;
    display:block;
    margin: 10px 10px;
}	
.banner .banner-bottom{
    float: right;
    width: 54%;
    height:23px;
    margin: 15px 0 20px 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.banner .banner-bottom .banner-bottom-in{
    float: right;
    width: 15%;
    height:23px;
    margin: 0px 0 0 0;
    font:19px/25px 'supermarket', Arial, sans-serif;
}
.banner .banner-bottom .banner-bottom-in a{
    color:#1e1e1e;
}
.banner .banner-bottom .banner-bottom-in a:hover{
    color: #FF731A;
}


/**************************************footer************************************/

#footer{
    float:left;
    /* margin-top: 242px; */
    width:100%;
    height: 396px;
    position:relative;
    z-index: 9999;
}
.logo-footer{
    width: 365px;
    height: 211px;
    top: 39px;
    left: 333px;
    position:absolute;
}
.copyright{
    float:left;
    width:100%;
    height:31px;
    color: #FFFFFF;
    text-align: center;
    margin: 0px 0 0 0;
    line-height: 31px;
}
.copyright a{
    color: #ffe272;
}
.copyright a:hover{
    color: #22FC5A;
}

.name{
    top: 28px;
    left: 233px;
    width:545px;
    height:auto;
    color:#f4d072;
    position:absolute;
}
.address{
    float:left;
    width:100%;
    height: 54px;
    margin: 227px 0 0 0;
    text-align: center;
    padding: 25px 0 0 0;
    color: #FFFFFF;
    font: 19px/24px 'supermarket', Arial, sans-serif;
}
/**************************************stat****************************************/
.stat-all  {
    float:left;
    width: 40%;
    margin: 2px 0 0 223px;
}
.stat{
    float:left;
    margin: 10px 0 0 10px;
    padding:0;
    width: 49%;
    height:auto;
    font-size: 14px;
    color: #FFFFFF;
}
.stat2 {
    float: left;
    margin: 8px 0 0 5px;
    padding: 0;
    width: 144px;
    height: 24px;
    text-align: center;
    font-size: 13px;
    //background-color: #ed70ba;
    color: #FFF;
    line-height: 26px;
}
/***********************************end stat************************************/	

.hi-stat{
    float:left;
    width: auto;
    height:18px;
    margin: 6px 0 0 0px;
}

.admin-sys{
    float:left;
    margin: 10px 0 0 0px;
    width: 152px;
    height: 24px;
    font-size: 14px;
    background-color: #FFFFFF;
}
.admin-sys .admin{
    float:left;
    margin: 3px 0 0 23px;
    width: 92px;
    height:auto;
    color: #252525;
    border: none;
    background: none;
}
.admin-sys .approve {
    float: left;
    margin: 0px 0 0 12px;
    padding: 2px 2px 2px 2px;
    width: auto;
    height: 20px;
    font-size: 13px;
    color: #FFF;
    background-color: #F00;
}	
/***********************************end stat************************************/	
