﻿
 @import "/css/update.v1.css";
  @import "/css/update.v2.css";
    @import "/css/update.v3.css";
    

@import url('/css/form.css');
@import "/css/head.menu.css";

    
*
{
    font-family: "微软雅黑","宋体",Arial,Times New Roman ;
    font-style: normal;
    border: none;
    margin: 0px;
    padding: 0px;
   
}
html, body, form, #wrap
{
    height: 100%;  
}
body
{

    background-color: #222C07;
}
ul, li
{
    list-style: none !important;
       
}

ul li
{
 
 margin-left: 20px;
}

a
        {
            color: #333;
            text-decoration: none;
        }
        a:hover
        {
            color: #000;
        }
        
.cor_f
{
  color: #A51C30;
    } 
    .cor_a
{
  color: #006690;
    } 
.f_left
{
    float: left;
}
.f_right
{
    float: right;
}
.d_inline
{
    display: inline-block;
}
.d_none
{
    display:none;
}

 
 
    .div_c_info
        {
      
            border-bottom: 1px solid #F1F1F1;
            background: url(../images/base/c_info_bg.png) repeat-x 0px bottom;
        }

input
{
    outline: 0 none;
}

.button
{
    cursor:pointer;
	
    border-top: 1px solid #c94259;
     background: #a51c30;
     background: -webkit-gradient(linear, left top, left bottom, from(#C41C30), to(#a51c30)); 
     background: -moz-linear-gradient(top, #C41C30, #a51c30);
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #333 0 1px 0;
    -moz-box-shadow: #333 0 1px 0;
    box-shadow: #333 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
 
    text-decoration: none;
    vertical-align: middle;
}
.button:hover
{
  border-top-color: #a51c30; 
  background: #a51c30; color: #ccc;
    color: #ccc;
}
.button:active
{
border-top-color: #940f23; background: #940f23;
    color: #999;
    padding-top: 6px;
    padding-bottom: 4px;
}



 



.btn_publish
{
    width: 105px;
    text-align: center;
    cursor: pointer;
    font-size: 13pt;
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    margin-top: -5px;
    background-image: url('../images/base/btn-reg.gif');
}

.content
{
    width: 990px;
    margin: 0px auto;
}
.c_bg
{
    background-color: White;
}

   .c_bg_g_01
{
    background: #f4f4f4; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 81%, #eeeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(81%,#f4f4f4), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0% ,#f4f4f4 81%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 81%,#eeeeee 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 81%,#eeeeee 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#f4f4f4 81%,#eeeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    border: 1px solid #eee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
.c_border
{
    border-left: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
    box-shadow: rgba(100,100,100,0.2) 0 1px 4px;
}

form,#wrap
{
    height: auto;
    min-height: 100%;
}


#main
{
     padding-bottom: 140px;
 
}



/* 必须使用和footer相同的高度 */
#footer
{
    position: relative;
    margin-top: -150px; /* footer高度的负值 */
    height: 140px;
    clear: both;
    background-color: Gray;
    border-top: solid 1px #111;
    background-position: 0px 4px;
    background-repeat: repeat;
         background: #222;
}
#footer #f_content
{
    padding-top:20px;
    height: 100px;
    font-size:18px;
   text-align:center;
	
}

#footer #f_content .c_info
{
    display: inline-block;
  // float:left;      /*ie7*/
    min-width: 220px;
    text-align: left;
    padding-left: 20px;
   height:100%;
     vertical-align:top;
     margin-right:10px;
}

#footer #f_content .c_info h3
{
        font-size: 16pt;
               color: #999;
    text-decoration: none;
 
            padding: 0px 0px 1px 0px;
        
            margin-bottom:8px;
      
}


#f_content .c_info .ul_footer_c_info
{
    color: #aaa;
    font-size:15px;
 
padding-top: 1px;

}
#f_content .c_info .ul_footer_c_info li
{
 
line-height: 29px;

}



#f_content .c_info .ul_footer_c_info a
{
    color: #aaa;
}
#f_content .c_info .ul_footer_c_info a:hover
{
    color: white;
}
#f_content .c_info .ul_footer_c_info .spanLeft
{
    display: inline-block;
    width: 50px;
}

#footer #f_content .sp_r
{
    display:inline-block;
	height: 180px;
	margin-top:10px;
	 width:10px;
   border-right: solid 1px #555;
  // float:left;    /*ie7*/
	
}


 
 
#footer #f_content .icons li span
{ float:left;
  margin-right:10px;margin-top:3px;
}
#footer #f_content .icons img
{
    float: left;
    margin-right: 9px;
    margin-top: 5px;
}
 


.icons_qq_weibo {
background: url(../images/home/icons_qq_weibo.png) no-repeat 0 0;
width: 20px;
height: 20px;display:block;
}

.icons_weibo {
background: url(../images/home/icons_weibo.png) no-repeat 0 0;
width: 20px;
height: 20px;
display:block;
}

.faq {
background: url(../images/home/hw_000477.gif) no-repeat;
background-position: -23px -43px;
width: 20px;
height: 20px;display:block;
}

.rss {
background: url(../images/home/hw_000477.gif) no-repeat;
background-position: -46px -43px;
width: 20px;
height: 20px;display:block;
}



#footer #f_bottom
{

    height: 25px;
    //height: 28px;      /*ie7*/


    background-color: #111;
    color: #eee;
    text-align: center;
    padding-top: 5px;
 



}



#footer .stripe_gd
{
    height: 50px;
    margin-bottom: -10px;





}




#footer .logo
{
    padding-top: 0px;
}
#footer .logo img
{
    margin-top: -14px;
}

#footer #c_info
{
    text-align: center;
    width: 100%;
    margin: 0px auto;
    margin-top: -5px;
    cursor: default;
}
#footer #c_info
{
    color: #696969;
}
#footer #c_info a
{
    color: #696969;
}
#footer #c_info a:hover
{
    color: white;
}



 



#header_min
{
    height: 50px;
    background: url(../images/base/bg_stripe_header_2.png);
    background-position: 0px 4px;
    background-repeat: repeat;
    -moz-box-shadow: -1px 3px 6px #000000;
    -webkit-box-shadow: -1px 3px 6px #000000;
    box-shadow: -1px 3px 6px #000000;
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 5, direction = 90, color = '#000000');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 90, Color = '#000000')";
}
#header_min .header_c
{
    -moz-box-shadow: -1px 3px 10x #050505;
    -webkit-box-shadow: -1px 3px 10px #050505;
    box-shadow: -1px 3px 10px #050505;
    filter: progid: DXImageTransform.Microsoft.Shadow(strength = 10, direction = 90, color = '#050505');
}

#header_min .stripe_gd
{
    display: none;
    height: 17px;
    border: solid 0px transparent;
    background: url(../images/base/bg_stripe_header_gd.png) 0px 5px repeat-x;
    margin-top: -17px;
}


#header_min .a_logo
{
    display: inline-block;
    width: 433px;
    height: 50px;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0.4;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
#header_min .a_logo:hover
{
    opacity: 0.8;
    -webkit-transition: all 0.9s ease-in-out;
    -moz-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
#header_min .a_logo img
{
    width: 50px;
    height: 50px;
}
#header_min .a_logo .logo_txt
{
    color: #efefef;
    text-shadow: 0px 1px 1px #999;
    font-size: 34px;
    font-weight: 700;
    margin-left: 3px;
    margin-top: 0px;
    letter-spacing: 3px;
 
}
#header_min .a_logo  .logo_img2
{    
       width: 230px !important;
}
    
#header_min .h_right
{
    margin-top: 10px;
}
#header_min #div_member
{
    display: inline-block;
    color: #696969;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 3px;
    font-size: 13px;
    text-align: right;
}

#header_min #div_member a
{
    color: #999;
}
#header_min #div_member a:hover
{
    color: #fff;
}

#header_min #div_hm_search
{
    display: inline-block;
}

#header_min #div_hm_search #txt_hm_search
{
    width: 225px;
    padding: 4px 4px 5px 7px;
    height: 15px;
    font-size: .923em;
    color: #4C4C4C;
    background-image: none;
    left: auto;
    top: 8px;
    right: 37px;
    margin: 0;
    border: 0px;
    border-radius: 0px;
}
#header_min #div_hm_search #btn_hm_search
{
    cursor: pointer;
    position: relative;
    height: 24px;
    width: 29px;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: white url('../images/base/search_icon.png') no-repeat center center;
    text-indent: -2000em;
    left: -5px;
    border: 0px;
    border-radius: 0px;
}





.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */





#div_center
{
    padding: 0px 0px 0px 0px;
 
    -moz-box-shadow: 0px 0px 8px #000000;
-webkit-box-shadow: 0px 0px 8px #000000;
box-shadow: 0px 0px 8px #000000;
}
#div_hidden
{
display:none;
	
     }
 
 
 #div_content_center
 {
     min-height:500px;
     }
    
 #div_content_center .c_center_wrap
 {
   padding: 15px 15px;
 }
     
      #div_page_begin
        {
            position: absolute;
            width: 100%;
            height: 150%;
            background-color: #3A3539;
            z-index: 1000;
            text-align: center;
            font-size: 19pt;
            color: #fff;
            text-shadow: 0px 1px 0px #DEBFC8;
        }
        #div_page_begin img
        {
            margin-top: 18%;
            width: 110px;
            display: inline-block;
        }
        
        
         #div_c_left
        {
            width: 50%;
            position: absolute;
            top: 130px;
            left: 0px;
            height: 100%;
        }
        #div_c_right
        {
            width: 50%;
            position: absolute;
                top: 130px;
            right: 0px;
            height: 100%;
        }
        #div_c_left .left_c
        {
            margin-right: 475px;
            height: 100%;
 
               background-attachment:fixed;
              background-repeat:no-repeat;
              background-position:-240px top;
        }
        #div_c_right .right_c
        {
            margin-left: 475px;
    background-attachment:fixed;
              background-repeat:no-repeat;
              background-position: right top;
            height: 100%;
        }
        
        .div_c_mid
        {
            margin: 0 auto;
            padding-top:130px;
            position: relative;
              z-index:2;
        }
        .div_hidden
        {
            display:none;
	
            }
            
            
      


