/*页面初始化    #########################################################################################*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea, th,td,menu,nav,img{
    margin: 0;
    padding: 0;
    font-family:"微软雅黑","Microsoft Yahei",arial,  helvetica, sans-serif;
}
html,body {
    height:100%;
    color: #333;

    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em{
    font-style: normal;
}
mark{
    background:none;
}
small {
    font-size: 12px;
}
ul, ol {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    outline: none;
}
ins{
    text-decoration: none;
}
fieldset, img {
    border: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    text-align: left;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
    cursor: pointer;
}
label, button {
    cursor: pointer;
}
body, form {
    position: relative;
    z-index: 0;
}
/*页面初始化 end#########################################################################################*/
/*公用样式      #########################################################################################*/
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.hide {
    display: none;
}
.img_box{
    display: block;
    overflow: hidden;
}
.img_box img{
    display: block;
    width: 100%;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    *z-index: 0;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}
.error_tips{
    display: none;
    color: #D22222;
    padding-left:20px;
    background: url(../images/error_ico.png) no-repeat left center;
}
/*表单样式*/
input,textarea,select,input:focus,textarea:focus,select:focus,a:focus{
    outline: none;
}
input[type=button]{
    border: none;
    outline: none;
}
input[type=button]:active{
    border: none;
}
/* .select_box{
    display: inline-block;
    position: relative;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    border: 1px solid #ddd;
    padding-right: 15px;
    width: 150px;
    vertical-align: middle;
} */
/* .select_box i,.select_box:after{
    content: "";
    border: 5px solid #fff;
    border-top: 5px solid #ddd;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    right: 5px;
    top: 15px;
} */
.select_box{
    after:"after";
}
/* .select_box select{
    display: block;
    height: 35px;
    line-height: 35px;
    width: 175px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    width: 100%;
} */
/*按钮样式*/
.btn {
  display: inline-block;
  *display: inline;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f2f2f2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  border: none;
  border: 1px solid #ddd;
}

/*对齐*/
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
.text_center{
    text-align: center;
}

/*公用样式    end########################################################################################*/
/*页眉########################################################################################*/
#page_top{ background-color: #222; font-size: 13px; height: 30px; line-height: 30px;}
.top-nav { float: left; margin-left: 10px; overflow: hidden; height: 30px;}
.top-nav li { float: left;}
.top-nav li a { display: inline-block; color: #ccc; padding: 0 8px;}
.login-info { float: right; margin-right: 40px;}
.login-info a { display: inline-block; color: #fff; padding: 0 8px;}
.top a:hover { color: #CCC; text-decoration: none; background-color: #6F6F6F;}

/*页眉    end########################################################################################*/

/*页头    end########################################################################################*/
#page_header{
    background: #333333;
    padding-top: 10px;

}
#header_nav {
    display: block;
    padding-top: 30px;

}
#header_nav li{
    display: block;
    float: left;
    width: 100px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FEDC7C,endColorStr=#FEC20C); /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #FEDC7C,  #FEC20C);        /* IE 10 */
    background:-moz-linear-gradient(top,#FEDC7C,#FEC20C);/*火狐*/
    background:-webkit-gradient(linear, 0%  100%,from(#FEDC7C), to(#FEC20C));/*谷歌*/
    background: -webkit-gradient(linear, 0%  100%, from(#FEDC7C), to(#FEC20C));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #FEDC7C, #FEC20C);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #FEDC7C, #FEC20C);  /*Opera 11.10+*/
    margin-left:10px ;
}
#header_nav a{
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
#header_nav li a:hover{

    color: #FEC310 !important;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#666666,endColorStr=#0E0E0D); /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #666666,  #0E0E0D);        /* IE 10 */
    background:-moz-linear-gradient(top,#666666,#0E0E0D);/*火狐*/
    background:-webkit-gradient(linear, 0%  100%,from(#666666), to(#0E0E0D));/*谷歌*/
    background: -webkit-gradient(linear, 0%  100%, from(#666666), to(#0E0E0D));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #666666, #0E0E0D);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #666666, #0E0E0D);  /*Opera 11.10+*/
}
#header_nav li.active{
    background: #fff;
}
#header_nav li.active a{
    color: #000;
}
#header_nav li div{
    position: absolute;
    width: 200px;
    background: #fec929;
}
#header_nav li div p{
    height: 31px;
    line-height: 30px;
    padding: 10px;
}
.options{
    display: inline-block;
}

/*页头   end########################################################################################*/

/*页身    end########################################################################################*/
.left_content{
    float: left;
    display: block;
    width: 845px;
}
.right_aside{
    float: right;
    width: 310px;
    overflow: hidden;
}
.right_aside img{
    width: 100%;
}

/*侧边栏*/
.aside_ads{
    margin-bottom: 20px;
}
#lottery_ads img{
    margin-bottom: 20px;
}
#lottery_ads p{
    line-height: 25px;
    color: #666;
}
#lottery_ads a{
    color: #4898D5;
}
#lottery_ads a:hover{
    text-decoration: underline;
}
.aside_back_btn:hover{
    text-decoration: underline;
}

.go-index {
    margin-bottom: 64px;
    font-size: 14px;
    color: #666666;
}

.go-index:hover {
    color: #804000;
    font-weight: bold;
}

/*
 * 填写资料弹窗口
 */
 #alert_info_form{
    display: block;
    padding: 20px;
}
#alert_info_form p{
    color: #f00;
    display: block;
    margin-bottom: 10px;
}
#alert_info_form dl{
    display: block;
    margin-bottom: 10px;

}
#alert_info_form i{
    color: #f00;
    font-style: normal;
}
#alert_info_form dd{
    display: block;
    float: left;
}
#alert_info_form .select_box {
    width: 225px;
}
/* #alert_info_form .address_select {
    width:97px;
} */
#alert_info_form textarea {
    padding: 5px 10px;
    display: block;
    margin-top: 10px;
    margin-left: 50px;
    width: 230px;
    border: 1px solid #ddd;
    resize: none;
}

#alert_info_form .question_dl dt{
    width: auto;
    float: none;
    text-align: left;
}
#alert_info_form .question_dl input{
    width: auto;
    height: auto;
    margin: 0 5px;
    border: none;
}
#alert_info_form dd{
    float: none;
    display: block;
}
#alert_info_form small{
    color: #999;
}
/*弹窗视频播放窗口*/
.alert_video_layer{

}
#video_player{
    background: url(../img/player_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 400px;


}

.banner-part {
    width: 100%;
    min-width: 1200px;
    height: 250px;
    background-position: center center;
}
/*页身   end########################################################################################*/
/*页尾    end########################################################################################*/
#page_footer{
    padding: 30px 0;
    text-align: center;
    line-height: 25px;
    color: #999;
    background: #333333;

}
#page_footer li{
    display: inline;
    padding:0 3px;
    line-height: 12px;
    overflow: hidden;

}
#page_footer li:after{
    content: "|";
    padding-left: 8px;
}
#page_footer li:last-of-type:after{
    content: "";
}
#page_footer a{
    color: #999;
}
#page_footer a:hover{
    color: #fff;
    text-decoration: underline;
}

.mb10 {
    margin-bottom: 10px;
}

.mb10 .wid300 {
    width: 300px;
}
/*页尾   end########################################################################################*/
#top-box {
    height: 30px;
}

#top-main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 55;
}

.flex{
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
}
.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex_pack_justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
}
.flex_wrap{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex_space_between{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mr20{
    margin-right: 20px;
}
.ml20{
    margin-left: 20px;
}
.mt20{
    margin-top: 20px
}
.mb{
    margin-bottom: 20px;
}
.wh{
    width: 100%;
}
.pi_re{
    position: relative
}
