@charset "UTF-8";


/*----------------    ------------------*/

html,body,form
{
    background:url(/images/bg.jpg) no-repeat center top;
}
.body_div
{
    margin: 0 auto;
    padding:0;
}
.width
{
    width:1002px;
}
/*--  --*/

/*--  start --*/

#header
{
    width:100%;
    margin: 0 auto; 
    padding:0;
    text-align:center;
}
#header .main
{
    width:1002px;    
}
.head_box
{
    width:1002px;
    text-align:left;
    height:120px;  
    /*background:url(/images/head_bg.jpg) repeat-x;  */    
}

.logo
{
    display:inline;
    float:left;
    width:520px;    
    height:120px;
}
.logo a
{    
    height:120px;
    width:520px;
    display:inline-block;   
    background:url(/Images/logo.png) no-repeat!important; 
    background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=corp, src="/Images/logo.png");
	position:relative;
}

.top_imgad
{
    height:270px;
    width:1002px;
    overflow:hidden;
}
.top_paly_img
{
    width:1002px;
    height:260px;
}

.header_nav
{
    height:56px;
    width:1002px;
    background-color:#104e9b;
    background:url(/images/index_08.jpg) repeat-x;
    text-align:center;
    margin: 0 auto; 
    padding:0;
    
    /*
    padding:0 50px;
    text-decoration: none;
    border-bottom: 1px solid #2763ae;
    border-top: 1px solid #104e9b;
    background-color: #104e9b;
    background: -webkit-gradient(linear, left top, left bottom, from(#2763ae), to(#104e9b));
    background : -webkit-linear-gradient(top, #2763ae, #104e9b);
    background: -moz-linear-gradient(top, #2763ae, #104e9b);
    background: -ms-linear-gradient(top, #2763ae, #104e9b);
    background: -o-linear-gradient(top, #2763ae, #104e9b);
    background: linear-gradient(top, #2763ae, #104e9b);	*/
    
    
}
.header_nav .left
{
    width:100px;
    height:56px;
    background:url(/images/index_07.jpg) no-repeat;
    float:left;
}
.header_nav .right
{
    width:100px;
    height:56px;
    background:url(/images/index_11.jpg) no-repeat;
    float:left;
}
.header_nav .indexbox
{
    width:92px;
    height:56px;
    line-height:56px;
    float:left;
    text-align:center;
    padding-left:10px;
}
.header_nav .indexbox a
{
    display:inline-block;
    width:92px; 
    font-weight:bold;
    font-size: 20px;
    font-family: inherit;
    font-family: "Microsoft YaHei UI","Microsoft YaHei",DengXian,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;
    color:#fff;
}
.header_nav .indexbox a:hover
{
    color:#fff;
}

.header_nav_ul
{
    float:left;
    width:700px;
    height:52px;  
    list-style:none; 
    margin:0 auto;
    text-align:left;
    padding:2px 0;
}
.header_nav_ul li
{
    display:inline-block;
    *display:inline;
    *zoom:1;    
    text-align:center;    
   
}
.header_nav_ul li a
{
    display:inline-block;
    width:116px;    
    height:26px;
    line-height:26px;
    font-size:15px;
    font-weight:bold;
    color:#fff;
}
.header_nav_ul li a:hover
{
    color:#fff;
}

.bot_line
{
    width:100%;
    height:7px;
    display:block;
    overflow:hidden;
    background:url(/images/shadow.jpg) repeat-x;
}

.bot_line_m
{
    height:18px;
    width:1002px;
    display:inline-block;
    background:url(../Images/shadow.png) no-repeat right bottom!important; 
    background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=corp, src="../Images/shadow.png");
}
.imgplaydiv
{
    padding:0;
    margin:0 auto;
    width:1002px;
}
.mainbox
{
    width:1002px;
    padding-top:10px;
}


/*--  end --*/

/*--  start --*/
#maincontent
{
    padding-top:10px;  
}
.main_left /*--   --*/
{
    float:left;
    display:inline;
    width:260px;
    overflow:hidden;
}
.main_right /*--   --*/
{
    float:right;
    display:inline;
    width:732px;
    overflow: hidden;
    margin-left:10px;
}
/*--  end --*/


/*--  start  --*/
#footer
{
    width:1002px;
    margin: 0 auto;
    padding:0;  
    text-align:center;   
    color:#fff;
    
    text-decoration: none;
    border-bottom: 1px solid #2f6ee1;
    border-top: 1px solid #104e9b;
    background-color: #0c3d97;
    background: -webkit-gradient(linear, left top, left bottom, from(#0c3d97), to(#2f6ee1));
    background : -webkit-linear-gradient(top, #0c3d97, #2f6ee1);
    background: -moz-linear-gradient(top, #0c3d97, #2f6ee1);
    background: -ms-linear-gradient(top, #0c3d97, #2f6ee1);
    background: -o-linear-gradient(top, #0c3d97, #2f6ee1);
    background: linear-gradient(top, #0c3d97, #2f6ee1);	
}
#footer div 
{
    color:#fff;
}
#footer a
{
    color:#fff;
}
#footer .footer_top
{
    width:100%;
    text-align:center;
    height:67px;
    line-height:67px;
    font-size:20px;
    font-weight:bold;
    font-family:Arial, "";
}
#footer p 
{
    color:#fff;
}
.sitemapdiv
{
    height:20px;
    line-height:20px;
    font-size:12px;
    border-bottom:2px solid #dfd0a7;
    margin-bottom:10px;
}
.sitemapdiv a { color:Blue;}
.powerByXeyin
{  
    font-size:13px;
    font-weight:bold;  
    color:#000;
}
.powerByXeyin a
{
    color:red;    
}
/*--  end  --*/
.margintop
{
    margin-top:10px;
}


