﻿@charset "utf-8";
/* CSS Document by JOHN WONG */

html, body{
    font-family: 'MicrosoftYaHeiUI', 'Microsoft yahei';
    font-size: 12px;
    background-color: #e9eaee;
    color: #3e3e3e;
}
body{
    min-width: 1200px;
}
input,textarea,select,button{
    font-family: MicrosoftYaHeiUI, Microsoft yahei;
}

.img_wrap{
    display: block;
}
.img_wrap img{
    display: block;
    width:100%;
}

.half_line{
    box-sizing: border-box;
    width:49.9%;
}
.nav_stand{
    position: relative;
    height: 60px;
    background-color: #fff;
}
.nav_fixed{
    position: fixed;
    width:1200px;
    left:50%;
    margin-left: -600px;
    top:80px;
    z-index: 100;
}

.w{
    position: relative;
    width:1180px;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #fff;
}
.header{
    position:relative;
    width:1200px;
    height:82px;
    margin: 0 auto;
    background-color: #fff;
}
.header .logo{
    position: absolute;
    left: 0;
    top: 10px;
    left: 115px;
    top: 15px;
    width: 255px;
    height: 55px;
    overflow: hidden;
    /* background: url(../images/logo.png) no-repeat; */
    
}
.header .main_menu{
    position: absolute;
    left:418px;
    top:26px;
    text-transform:uppercase;
}
.header .main_menu li{
    float: left;
    margin-right: 27px;
}
.header .main_menu li a{
    display: block;
    padding: 10px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #010101;
}
.header .main_menu li.current a{
    color:#ef8200;
}
.header .main_menu li a:hover{
    color: #ef8200;
}

.header .search_box{
    position: absolute;
    top:30px;
    right:131px;
    height: 24px;
    width:202px;
    border:1px solid #7b858e;
    overflow: hidden;
    padding-left: 28px;
    border-radius:3px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: url(../images/ico_search.png) no-repeat 5px center;
}
.header .search_box .ipt_search{
    float: left;
    height: 18px;
    line-height: 18px;
    margin-top: 3px;
    box-sizing: content-box;
    border:none;
    width:166px;
    padding:0 7px;
    border-left:1px solid #7b858e;
    color: #7b858e;
}
.header .search_box .btn_logo{
    position: absolute;
    left:0;
    top:0;
    width:24px;
    height: 24px;
    z-index: 10;
    background-color: transparent;
}
.header .search_box .btn_close{
    display: none;
    float: left;
    width:12px;
    height: 12px;
    margin-top:6px;
    background: url(../images/ico_search_delete.png) no-repeat center center;
}

.sub_menu{
    position: absolute;
    top:82px;
    left:50%;
    width:1180px;
    margin-left: -590px;
    background-color: #000;
    z-index: 500;
    text-transform:uppercase;
}
.sub_menu.nav_fixed{
    position: fixed;
    top:0;
}
.sub_menu_inner{
    display: none;
    position: relative;
    padding-left: 335px;
    text-align: center;
}
.sub_menu_inner li.sub_menu_item{
    float: left;
    position: relative;
    width:170px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
}
.sub_menu_inner li a.sub_menu_link{
    display: block;
    color: #fff;
}
.sub_menu_inner li a.sub_menu_link:hover{
    background: #333;
}

.sub_menu_inner li.sub_menu_item ul{
    display: none;
    position: absolute;
    left:0;
    top:40px;
    width:170px;
}
.sub_menu_inner li.sub_menu_item.hover ul{
    display: block;
}
.sub_menu_inner li.sub_menu_item.hover .sub_menu_link,
.sub_menu_inner li.sub_menu_item.current .sub_menu_link{
    background-color: #333;
}


.sub_menu_inner li.sub_menu_item li{
    display: block;
    height: 40px;
    line-height: 40px;
}
.sub_menu_inner li.sub_menu_item li a{
    display: block;
    height: 40px;
    color: #fff;
    background-color: #333;
}
.sub_menu_inner li.sub_menu_item li a:hover{
    background-color: #666;
}

@media screen and (max-width:1200px){
    .sub_menu{
        width:1180px;
        left:10px;
        margin-left: 0;
    }
}

.footer{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    min-height: 188px;
    border-top:10px solid #fff;
    clear: both;
    background-color: #000;
    color: #aaa;
}
.footer .logo_foot{
    position: absolute;
    width:125px;
    height: 24px;
    left:23px;
    top:54px;
    background: url(../picture/logo_foot.png) no-repeat;
}

.footer .fot_nav{
    position: relative;
    padding-left: 278px;
    padding-top: 44px;
}
.footer .fot_nav dl{
    float:left;
    width:132px;
    color: #fff;
    line-height: 25px;
}
.footer .fot_nav dt{
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer .fot_nav dt a{
    color: #fff;
}
.footer .fot_nav dt a:hover{
    color: #ddd;
}
.footer .fot_nav dd{
    
}
.footer .fot_nav dd a{
    color: #818181;
}
.footer .fot_nav dd a:hover{
    color: #fff;
}

.footer .fot_info{
    position: absolute;
    right:70px;
    top:73px;
    color: #fff;
    font-size: 14px;
}



.fl{ float:left;}
.fr{ float:right;}
.ta_l{ text-align:left; }
.ta_c{ text-align:center; }
.ta_r{ text-align:right; }

.mt_5{ margin-top: 5px;}
.mt_10{ margin-top: 10px;}
.mt_20{ margin-top: 20px;}
.mt_30{ margin-top: 30px;}
.mt_40{ margin-top: 50px;}
.mt_50{ margin-top: 50px;}

.mr_5{ margin-right: 5px; }
.mr_10{ margin-right: 10px; }

.ml_10{ margin-left: 10px; }


.mb_5{ margin-bottom: 5px;}
.mb_10{ margin-bottom: 10px;}
.mb_15{ margin-bottom: 15px;}
.mb_20{ margin-bottom: 20px;}
.mb_30{ margin-bottom: 30px;}
.mb_40{ margin-bottom: 50px;}
.mb_50{ margin-bottom: 50px;}
.mb_100{ margin-bottom: 100px;}


.pt_3{ padding-top: 3px;}
.pt_5{ padding-top: 5px;}
.pt_10{ padding-top: 10px;}
.pt_20{ padding-top: 20px;}
.pt_30{ padding-top: 30px;}
.pt_40{ padding-top: 40px;}
.pt_50{ padding-top: 50px;}
.pt_100{ padding-top: 100px;}


.pl_5{ padding-left: 5px;}
.pl_10{ padding-left: 10px;}
.pl_20{ padding-left: 20px;}
.pl_30{ padding-left: 30px;}
.pl_40{ padding-left: 40px;}
.pl_50{ padding-left: 50px;}

.pr_5{ padding-right: 5px;}
.pr_10{ padding-right: 10px;}
.pr_20{ padding-right: 20px;}
.pr_30{ padding-right: 30px;}
.pr_40{ padding-right: 40px;}
.pr_50{ padding-right: 50px;}


.f_scarlet{ color: #f40967;}
.f_e5e5e5{ color: #e5e5e5;}
.f_blue, .f_blue:hover{ color: #296da1;}
.f_666, .f_666:hover{ color: #666;}
.f_999, .f_999:hover{ color: #999;}
.f_green, .f_green:hover{ color: #4ac570;}
.f_orange, .f_orange:hover{ color: #ff9829;}
.f_red, .f_red:hover{ color: #dc0505;}

.f_12{ font-size: 12px;}






.btn_com_yellow,
.btn_com_yellow_inline,
.btn_com_yellow_inline2,
.btn_com_yellow_inline3{
	display:block;
    height: 30px;
    width:100%;
    border-radius:3px;
    line-height: 30px;
    box-sizing:border-box;
    text-align: center;
    border:0;
    color: #fff;
    background: #ff9829;
    font-size: 15px;
}
.btn_com_yellow:active,
.btn_com_yellow_inline:active,
.btn_com_yellow_inline2:active,
.btn_com_yellow_inline3:active{
    background:#ff8400;
}
.btn_com_yellow_inline{
    display: inline-block;
    width:auto;
    padding: 0 2em;
}
.btn_com_yellow_inline2{
    display: inline-block;
    width:auto;
    font-size: 12px;
    padding: 0 1em;
}
.btn_com_yellow_inline3{
    display: inline-block;
    width:auto;
    padding: 0 0.8em;
}


.btn_com_white,
.btn_com_white_inline,
.btn_com_white_inline2,
.btn_com_white_inline3{
	display:block;
    height: 30px;
    width:100%;
    border-radius:3px;
    border:1px solid #e5e5e5;
    line-height: 30px;
    box-sizing:border-box;
    text-align: center;
    color: #666;
    background: #fff;
    font-size: 15px;
}
.btn_com_white:active,
.btn_com_white_inline:active,
.btn_com_white_inline2:active,
.btn_com_white_inline3:active{
    background:#fff;
    border-color: #ccc;
}
.btn_com_white_inline{
    display: inline-block;
    width:auto;
    padding: 0 2em;
}
.btn_com_white_inline2{
    display: inline-block;
    width:auto;
    font-size: 12px;
    padding: 0 1em;
}
.btn_com_white_inline3{
    display: inline-block;
    width:auto;
    padding: 0 0.8em;
}

.btn_com_blue,
.btn_com_blue_inline,
.btn_com_blue_inline2,
.btn_com_blue_inline3{
	display:block;
    height: 30px;
    width:100%;
    border-radius:3px;
    border:1px solid #015bb7;
    line-height: 30px;
    box-sizing:border-box;
    text-align: center;
    color: #fff;
    background: #0165cb;
    font-size: 15px;
}
.btn_com_blue:active,
.btn_com_blue_inline:active,
.btn_com_blue_inline2:active,
.btn_com_blue_inline3:active{
    background:#1a71c9;
    border-color: #077cf3;
}
.btn_com_blue_inline{
    display: inline-block;
    width:auto;
    padding: 0 2em;
}
.btn_com_blue_inline2{
    display: inline-block;
    width:auto;
    font-size: 12px;
    padding: 0 1em;
}
.btn_com_blue_inline3{
    display: inline-block;
    width:auto;
    padding: 0 0.8em;
}


.register_box{
    width:360px;
    margin: 10px auto;
    border:1px solid #ddd;
    border-radius:5px;
    overflow: hidden;
}
.register_box .rb_tit{
    border-bottom: 1px solid #ddd;
    background-color: #ddd;
    text-align: center;
    line-height: 30px;
}
.register_box .rb_con{
    padding: 10px 0 20px;
}
.register_box .rb_con .tip_wrong{
    line-height: 18px;
    min-height: 18px;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    color: #c00;
}
.register_box .rb_con .btns{
    text-align: center;
    
}
.com_form .avatar_wrap{
    margin: 10px;
}
.com_form .avatar_wrap .avatar_show{
    float:left;
    width:120px;
    height: 120px;
    border-radius:60px;
    overflow: hidden;
    margin-right: 10px;
}
.com_form .avatar_wrap .avatar_show img{
    display: block;
    width:100%;
    height: 100%;
}
.com_form .avatar_wrap .avatar_upload{
    float:left;
    width:200px;
    padding-top: 10px;
}

.user_box{
    position: fixed;
    left: 10px;
    top: 10px;
    width: 200px;
    height: 200px;
}
.user_box .avatar{
    display: block;
    width:120px;
    height: 120px;
    border-radius:60px;
    overflow: hidden;
    margin: 0 auto;
}
.user_box .avatar img{
    display: block;
    width:100%;
    height: 100%;
}
.user_box .name{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}
.user_box .memo{
    padding: 5px 0;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    text-align: center;
}

.post_new{
    position: relative;
    margin-left: 230px;
    margin-top: 10px;
    margin-bottom: 20px;
    width:300px;
}
.post_new .field{
    margin-bottom: 10px;
}
.post_new .btns{
    text-align: center;
}


.post_list{
    position: relative;
    margin-left: 230px;
    margin-top: 10px;
    margin-bottom: 50px;
    width:300px;
}
.post_list li{
    margin-bottom: 10px;
}
.post_list .post{
    position: relative;
    border:1px solid #ddd;
    border-radius:5px;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.1) 1px 2px 1px;
    background-color: #fff;
}
.post_list .post .post_tit{
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.post_list .post_con{
    line-height: 18px;
    font-size: 12px;
    padding: 10px;
    min-height: 36px;
}
.post_list .post_time{
    padding: 3px 5px;
    text-align: right;
    color: #aaa;
}

.announce_box{
    position: relative;
    margin: 20px auto;
    width:500px;
    padding: 20px;
    padding-bottom: 30px;
    border:1px solid #ddd;
    border-radius:10px;
    overflow: hidden;
    background-color: #fff;
}
.announce_box .ab_tit{
    padding: 10px 0;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
}
.announce_box .ab_con{
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}
.announce_box .ab_extra{
    width:400px;
    margin: 10px auto;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    border-top:1px solid #ccc;
    padding-top: 10px;
}



/* bubble popup*/
.jw_bubble_wrap{
    display: none;
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -150px;
    margin-top: -50px;
    width:300px;
}
.jw_bubble{
    position: relative;
    padding: 20px;
    display: block;
    border:1px solid #aaa;
    border:1px solid rgba(0,0,0,.1);
    border-radius:5px;
    overflow: hidden;
    margin-bottom: 10px;
    background:#fff;
    background: rgba(255,255,255,.8);
}
.jw_bubble .txt{
    display: block;
    width:100%;
    line-height: 22px;
}
.jw_bubble .txt_r{
    padding-left: 25px;
    line-height: 22px;
}
.jw_bubble .ico_bubble_alert,
.jw_bubble .ico_bubble_right,
.jw_bubble .ico_bubble_wrong{
    position: absolute;
    left:20px;
    top:21px;
    width:20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    background: url(../images/ico_bubble.png) no-repeat;
}
.jw_bubble .ico_bubble_right{
    background-position: 0 0;
}
.jw_bubble .ico_bubble_alert{
    background-position: -25px 0;
}
.jw_bubble .ico_bubble_wrong{
    background-position: -50px 0;
}

.btn_gotop{
    position: fixed;
    left:50%;
    margin-left: 622px;
    width:45px;
    height: 45px;
    bottom:100px;
    background: url(../images/bg_gotop.png) no-repeat;
    opacity: 0;
    -webkit-transition:all .5s linear;
    -moz-transition:all .5s linear;
    -o-transition:all .5s linear;
    -ms-transition:all .5s linear;
    transition:all .5s linear;
}
.btn_gotop.show{
    opacity: 1;
}
.btn_gotop:hover{
    opacity: 0.8;
}