/*
 * 嵌入式框样式自定义
 */
.bdcs-container .bdcs-main, .bdcs-container .bdcs-main * {
    box-sizing:content-box;
    margin:0;
    padding:0;
    float:none;
    clear:none;
    overflow:hidden;
    white-space:nowrap;
    word-wrap:normal;
    border:0;
    background:none;
    width:auto;
    height:auto;
    max-width:none;
    min-width:none;
    max-height:none;
    min-height:none;
    border-radius:0;
    box-shadow:none;
    transition:none;
    text-align:left;
}

.bdcs-container .bdcs-clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}
.bdcs-container .bdcs-clearfix {
    zoom: 1;
}

.bdcs-container .bdcs-main {
    overflow: visible;
}
.bdcs-container .bdcs-search {
    display: block;
    overflow: visible;
    position: relative;
    border-style: solid;
    width: 536px;
    height: 50px;
    margin-top:15px;
    background-color: rgb(0,0,0,0);
}

.bdcs-container .bdcs-search-form-input-wrap {
    display: inline-block;
}

/*输入框自定义样式*/
.bdcs-container .bdcs-search-form-input {
    border-width: 0px;
    border-style: solid;
    display: inline-block;
    vertical-align: top;
    text-indent: 5px;
    float: left;
	padding-left:10px;
    border-color:#a6a6a6;
    margin-right:10px;
    width:476px;
    height:50px;
    line-height:26px;
    font-family:Arial,SimSun,sans-serif;
    color:#000000;
    font-size:14px;
    border-radius:3px;
    background-color:#FFFFFF;
    margin-top: 12px;
}
.bdcs-container .bdcs-search-form-input:focus {
    border-width: 0px;
    border-style: solid;
    outline: none;
}
.bdcs-container .bdcs-search-form-submit-wrap {
    display: inline-block;
}

/*按钮样式自定义*/
.bdcs-container .bdcs-search-form-submit {
    display: inline-block;
    cursor: pointer;
    border-width: 0px;
    border-style: solid;
    vertical-align: top;
    text-align: center;
    width: 50px;
    /*IE67 submit width fix*/
    /*width: 1;
    *overflow: visible;
    /*fix IE6 submit height but width still bug*/
    //_overflow: hidden;

    border-color:#a6a6a6;
    height:26px;
    background-color: rgb(0,0,0,0);
    color:rgb(0,0,0,0);
    font-family:Arial,SimSun,sans-serif;
    font-size:14px;
    border-radius:0px;
    *height:28px;
    *margin-top:1px;
    line-height:26px;
}
.bdcs-container .bdcs-search-form-submit:focus{
	border:0;
}
.bdcs-container .bdcs-search-form-submit-magnifier {
    width: 45px;
    padding: 0;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/magnifier-icon.png') no-repeat center center;
    _background: url('../images/magnifier-icon_ie6.png') no-repeat center center;
}
.bdcs-container .bdcs-search-form-input-wrap{}
.bdcs-container .bdcs-search-form-input-notspan{
    margin-left:0px;
    font-family:Arial,SimSun,sans-serif;
    color:#000000;
    font-size:14px;
}
.bdcs-container .bdcs-search-form-input .icon-nofocus{
    left:;
    right:;
    top:;
    height:;
    width:;
}
.bdcs-container .bdcs-search{
    width:550px;
    height:50px;
    overflow:visible;
    border-color:#ffffff;
    border-radius:0px;
    border-width:0px;
    box-shadow:none;
    background-color:none;
    margin-top:15px;
}

.bdcs-container .bdcs-search-form-input:focus{
    border-color:#f79646;
}
.bdcs-container .bdcs-search-form-submit-wrap{

}

.bdcs-container .bdcs-search-sug-list{
    width:250px;
}
.bdcs-container .bdcs-search-sug-list-item{
    height:30px;
    line-height:30px;
    font-family:Arial,SimSun,sans-serif;
    font-size:14px;
}
.bdcs-container .bdcs-search-sug-list-item-value{
    color:#000000;
}
.bdcs-container .bdcs-hot{
    width:300px;
    height:30px;
    line-height:30px;
}
.bdcs-container .bdcs-hot-item{
    color:#632423;
    font-family:Arial,Microsoft YaHei,sans-serif;
    font-size:14px;
}

/*频道设置*/
div#default-searchbox  .default-channel-meun{
    position: relative;
    width: 75px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    float: left;
    overflow: visible;
}
div#default-searchbox .default-channel-current{
    border: 1px solid;
    position: relative;
    width: 100%;
    border-right: none;
}

div#default-searchbox .default-channel-current span{
    margin-left: 8px;
}

div#default-searchbox .default-channel-current i{
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 6px 6px 0;
    border-color: #9E9E9E #ffffff;
    border-style: solid;
    display: block;
    position: absolute;
    right: 10px;
    top: 11px;
}

div#default-searchbox .default-channel-list{
    display: none;
    width: 99%;
    list-style: none;
    background: #fff;
    border: 1px solid #DDD;
    border-top: none;
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    z-index: 30000;
}

div#default-searchbox .default-channel-list li{
    background: none;
    line-height: 24px;
    list-style: none;
    padding-left: 7px;
}
div#default-searchbox .default-channel-list li:hover{
    background: #DDD;
}


/*热搜词自定义*/
.bdcs-container .bdcs-hot, .bdcs-container .bdcs-hot * {
    box-sizing:content-box;
    margin:0;
    padding:0;
    float:none;
    clear:none;
    overflow:hidden;
    white-space:nowrap;
    word-wrap:normal;
    border:0;
    background:none;
    width:auto;
    height:auto;
    max-width:none;
    min-width:none;
    max-height:none;
    min-height:none;
    border-radius:0;
    box-shadow:none;
    transition:none;
    text-align:left;
}
.bdcs-container .bdcs-hot {
    display: block;
    white-space: normal;
}
.bdcs-container .bdcs-hot-item {
    margin-right: 10px;
}
.bdcs-container .bdcs-hot{
    width:300px;
    height:30px;
    line-height:30px;
}
.bdcs-container .bdcs-hot-item{
    color:#632423;
    font-family:Arial,Microsoft YaHei,sans-serif;
    font-size:14px;
}

.bdcs-container{
    /*width:px;*/
    height:50px;
}

.bdcs-main{
    overflow:visible;
}

.bottom_right img{
	width:103px;
	height:103px;
}


























































.menu_box>ul>li>.big{
    font-size: 18px;
    font-weight: 800;
}
/* 鎼滅储妗� */
#nav-search-ipt{
    color: #fff !important;

    font-size: 16px;
}  
.search-input-hull{
    width: 586px;
    margin: 0 auto;
    
   
    position: relative;
    z-index: 9;
}
header nav .search-input-hull .search-ipt{
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
    cursor: pointer;
    
}
header nav  .icon-fangdajing{
    width:24px;
	height:100%;
	display: block;
    color: #fff;
	background:url(../images/search.png)no-repeat center center;
}
 header nav  input[placeholder]{
    color: #444!important;
 }
 header nav  .search-input-hull #nav-search-ipt{
 	display:inline-block;
    width: 586px;
    height: 80px;
    color: #444;
    background-color:rgba(248, 247, 247, 0);
    position: absolute;
    font-size: 14px;
    line-height: 50px;
    padding-left: 54px;
    padding-right: 38px;
    border: 0;
    outline: none;
 }
 header nav  .search-input-hull .search-cancel{
    display: inline-block;
    background: url(../images/pass.png) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 27px;
    cursor: pointer;
    z-index: 3;
}
header nav .search-input-hull .search-content{
    width: 586px;
    background: #fff;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    color: #444;
    position: absolute;
    top: 81px;
    overflow: hidden;
    box-shadow: 0px 2px 1px 0px 
    rgba(225, 225, 225, 1);
border-radius: 5px 5px 5px 5px;
}
header nav  .search-input-hull .search-content .search-content-list{
    overflow: hidden;
}
header nav  .search-input-hull .search-content .search-title{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 12px;
    color: #bbb;
}
header nav  .search-input-hull .search-content .search-content-list .hot-list{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

/* 瀵艰埅 */



header{
    min-width: 1200px;
    width: 100%;
    height: 80px;
   /*  background-color: #4454ff; */
   background-color: rgba(255, 170, 28, 0.8); 

  
   
    box-shadow: 0px 0px 1px 0px rgba(223, 223, 223, 1);
    
    position:fixed;
    left:0px;
    top:0px;
    z-index: 8888;
    
	
}
.back{
    background-color: rgba(255, 170, 28);
}
.rel{
    background-color:rgba(248, 247, 247, 0.2);
}
header>nav{
     width: 100%;
    height: 100%;
    margin: 0 98px;
    position: relative;
    margin-right: 200px;
}
@media screen and (max-width: 1200px) {
    header>nav{
    margin: 0 0;
    margin-right: 84px;
    }
}
header>nav>.logo_l{
    height: 100%;
    padding-top: 5px;
    float: left;
}
header>nav>div>img{
    width: 231px;
    height: 59px;
    margin:auto 0;
}
.logo_adress>span{
    color: #fff;
}
.logo_adress{
    display: inline-block;
    height: 100%;
    position: relative;
    
    

}
.school_left{
    display: inline-block;
    height: 100%;
    position: relative;
}
.school_left .list_city{
    width: 132px;
    background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px -1px 2px 0px 
		rgba(233, 233, 233, 1), 
		0px 1px 2px 0px 
        rgba(233, 233, 233, 1);
        position: absolute;
        left:40px;
        top:26px;
        padding: 10px 12px;
}
.logo_adress .icon-moreunfold{
    color: #fff;
}
.logo_adress .list_city{
     width: 124px;
    background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px -1px 2px 0px 
		rgba(233, 233, 233, 1), 
		0px 1px 2px 0px 
        rgba(233, 233, 233, 1);
        position: absolute;
        left:39px;
        top:26px;
        padding: 10px 8px;
}
.list_city>li{
    cursor: pointer;
   display: inline-block;
    font-size: 9px;
    text-align: center;
    padding: 0 5px;
    margin: 1px 0;
    width:50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list_city>.city_sele{
    background-color: rgba(68, 84, 255, 1);
    color: #fff;
}
.menu_box{
    float: left;
    height: 100%;
    /* padding-top: 30px; */
    margin-left: 20px;
}

ul{
	margin-top: 0 !important;
}
.menu_box>ul>li>a{
display: inline-block;
height: 80px;
line-height: 80px;
padding:0 30px;
color:#fff;
font-size: 16px;
}
.menu_box>ul>li>.fu{
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 1740px) {
    .menu_box>ul>li>a {
        display: inline-block;
        padding: 0 20px;
        color: #fff;
        font-size: 16px;
    }
    

}
@media screen and (max-width: 1560px) {
    .menu_box>ul>li>a {
        display: inline-block;
        padding: 0 14px;
        color: #fff;
        font-size: 16px;
    }
    

}
@media screen and (max-width: 1460px) {
    .menu_box>ul>li>a {
        display: inline-block;
        padding: 0 12px;
        color: #fff;
        font-size: 14px;
    }
    

}
.search{
    position: absolute;
    top: 0;
    right: 26%;
    width: 60px;
    height: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    line-height: 80px;
}
.search>i{
    width: 20px;
    height: 20px;
    font-size: 24px;
    color: #fff;
}
/* .ulogin{
    float: right;
    color: #fff;
    height: 80px;;
    line-height: 80px;
} */
.ulogin{
    position: absolute;
    top: 0;
    right: 16%;
    color: #fff;
    height: 80px;
    /* line-height: 80px; */
    padding-top: 28px;
}
.ulogin>li{
    float: left;
     cursor: pointer;
}
.ulogin>li>a{
    color: #fff;
    height: 100%;
    font-size: 14px;
}
.ulogin>li>a:hover{
    text-decoration: none;
}
header>nav>#tog{
	
    display:none;
    line-height: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 10%;
    color: #fff;
    
}
@media screen and (max-width: 1300px) {
    header>nav{
        margin: 0 0;

    }
    /*     header>nav>#tog>.icon-qiehuan{
            font-size: 30px;
        } */
    /*  header>nav>#tog>span{
         display: none;
     } */
    .ulogin{
        position: absolute;
        top: 0;
        right: 7%;
        color: #fff;
        height: 80px;
        /* line-height: 80px; */
        padding-top: 28px;
    }
    .search{
        position: absolute;
        top: 0;
        right: 14%;
        width: 60px;
        height: 100%;
        text-align: center;
        color: #fff;
        cursor: pointer;
        line-height: 80px;
    }
    /* header>nav>#tog{
        display: inline-block;
        line-height: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        right: 4%;
        color: #fff;

    } */
}
@media screen and (max-width: 1200px) {
    header>nav{
    margin: 0 0;
    
    }
/*     header>nav>#tog>.icon-qiehuan{
        font-size: 30px;
    } */
   /*  header>nav>#tog>span{
        display: none;
    } */
    .ulogin{
        position: absolute;
        top: 0;
        right: 10%;
        color: #fff;
        height: 80px;
        /* line-height: 80px; */
        padding-top: 28px;
    }
    .search{
        position: absolute;
        top: 0;
        right: 16%;
        width: 60px;
        height: 100%;
        text-align: center;
        color: #fff;
        cursor: pointer;
        line-height: 80px;
    }
    /* header>nav>#tog{
        display: inline-block;
        line-height: 80px;
        height: 80px;
        position: absolute;
        top: 0;
        right: 4%;
        color: #fff;
        
    } */
}
/* 搴曢儴 */
.main_bottom{
	
    padding-top: 50px;
    height: 376px;
    width: 100%;
    background-image: linear-gradient(0deg,
    rgba(87, 93, 104, 1) 0%,
    rgba(63, 69, 80, 1) 50%,
    rgba(46, 52, 63, 1) 100%),
linear-gradient(
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1));
    background-color: #000;
background-blend-mode: normal, normal;
}

.bottom_top{
    padding: 0 128px;
    height: 200px;
}
.bottom_left{
    padding-right: 120px;
    border-right:1px solid #fff;
    float: left;
    height: 100%;
    padding-top: 20px;
}
.bottom_left>p{
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.bottom_right{
    float: left;
    padding-left: 94px;
    padding-top: 20px;
}
.wx_zp{
    display: inline-block;
    padding: 10px;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
}

.wx_zp>p{
    color: #fff;
    text-align: center;
}
.bottom_x{
    width: 100%;
    margin-top: 15px;
}
.bottom_x>p{
    width:100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #afb0b2;

}

.bottom_x>p:nth-of-type(1)>a{
    color: #fff;
    padding: 0 8px;
    /*border-right: 1px solid #fff; */
    display: inline-block;
    height: 15px;
    line-height: 15px;
}
.menu_box>ul>li>.fo{
    border-bottom: 2px solid #fff;
}


.touXiang{
    position: relative;
    width: 20px;
    height: 56px;
}

.user_list{
	display: none;
	width: 142px;
	height: 366px;
	background-color: #fff;
	position: absolute;
	left:-250%;
	top: 130%;
	border-radius: 5px;
}

.user_list ul{
	list-style: none;
	padding-left: 0;
}
.user_list ul li{
    box-sizing: border-box;
    width: 142px;
    height: 45px;
    display: flex;
    padding: 0 22px;
    align-items: center;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.user_list ul>a{
    color: #666;
}
.user_list ul>a li{
    color: #666666;
}

.user_list ul li:hover{
	background-color: #4454ff;
	color: #fff;
	
}
.user_list ul li i{
	margin-right: 10px;
	color: #666;
}
.user_list ul li:hover i{
	color: #fff;
}
.user_list ul li:hover a{
	color: #fff;
}

.user_list ul li:nth-child(5) a::after{
	width: 16px;
	height: 16px;
	line-height: 16px;
	 content:"0";
	color: #fff;
	text-align: center;
	left: 10px;
	border-radius: 50%;
	position: absolute;
	left: 120px;
	top: 195px;
	display: inline-block;
	background-color: #eb0202;
}



.touXiang .icon-gerenzhongxinkaobei{
    font-size: 20px;
    margin-right:10px;
    vertical-align: middle;
}

.xiaoXi .icon-xiaoxi{
    margin-left:22px;
    vertical-align: middle;
    position: relative;
}
.gang{
	 position: relative;
	 left:10px
}
.xiaoXi .icon-xiaoxi span{
    position: absolute;
    left: 15px;
    top: -8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: rgba(235, 2, 2, 1);
    border-radius: 8px;
    color: #ffffff;
    font-size: 12px;
}
.touXiang span{
    font-size: 12px;
}




.xiaoXi{
    position: relative;
    
    height: 56px;
}

.xiaoXi .login_msg{
    width: 142px;
    
	display: none;
	position: absolute;
    top: 44px;
    left: -32px;
}
.xiaoXi .user_msg{
	width: 100%;
	
	background-color: #fff;
	
	border-radius: 5px;
	
}
.xiaoXi .user_msg>span{
	display: inline-block;
}
.xiaoXi .no_msg{
	display: inline-block;
	width: 142px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 16px;
	color: #666;
}
.xiaoXi .msg_list{
    width: 100%;
    padding: 0 10px;
    padding-top: 20px;
    padding-left: 16px;
	
}
.xiaoXi .msg_list>ul{
	margin-bottom: 10px;
	
}
.xiaoXi .msg_list >ul>li{
    height: 30px;
    line-height: 30px;
	font-size: 12px;
	color:#666;
	
	
}
.xiaoXi .msg_list >ul li i{
    float: right;
}
.xiaoXi .msg_t{
    display: inline-block;
    width: 95px;
   
	color: #666;
	font-size: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	
	
	
}
.xiaoXi .msg_t::before{
	width: 8px;
	height: 8px;
	margin-right: 5px;
	border-radius: 50%;
	display: inline-block;
	content: '';
	background-color: #ed6053;
}

.user_msg>a{
    display: block;
    color: #666;
    border-top: 1px solid #dfdfdf;
    text-align: center;
    padding: 10px 0;
}

.lili:hover{
    color:#4454ff;
}


.bind_phone{
	width: 600px;
	height: 450px;
	position: fixed;
	
	border-radius: 8px;
	top:300px;
	left: 35%;
	display: none;
	background-color: #fff;
	z-index: 999;
}
.bind_wel{
	width: 80px;
	height: 40px;
	position: relative;
	top: 38px;
	margin: 0 auto;
	font-size: 16px;
	color: #333;
	border-bottom: 2px solid #0893fd;
	text-align: center;
	line-height: 40px;
}
.bind_input{
	margin-top: 88px;	
}
.bind_btn{
	display:block !important;
}
.tuyan_in{
	margin-top:20px;
}
.tuyan_in>input{
	width: 170px !important;
	height: 50px !important;
	float: left;
	margin-left: 30px;
}
#v_container img{
	width: 150px;
	height: 46px;
	float: right;
	margin-right: 140px;
}
.tuyan_in{
	position: relative;
	margin-top:25px;
	margin-left:100px;
}
.re_pjg,.re_tjg,.re_pcjg,.re_pass2jg,.re_passjg{
	
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 30px;
	display: none;
	font-size: 12px;
	color: #ed5f53;
}
.am-form-field{
	border-radius: 5px !important;
	padding-left: 20px !important;
	font-size: 14px!important;
	color: #666!important;
	margin: 0 auto;
	width: 340px !important;
	height: 50px;
}
.am-btn{
	display: block;
	width: 340px !important;
	height: 50px !important;
	background-color: #f9f9f9;
	margin-left: 30px;
	color: #999;
	
}
.phoneyan_inb{
	margin-top:25px;
	margin-left: 100px;
}
.phoneyan_inb,.phone_inb{
	position: relative;
}
.bind_pjg{
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 130px;
	display: none;
	font-size: 12px;
	color: #ed5f53;
}
.bind_pcjg{
	display: inline-block;
	position: absolute;
	top: 50px;
	left: 30px;
	display: none;
	font-size: 12px;
	color: #ed5f53;
		
}
.phoneyan_inb>input{
	width: 170px !important;
	height: 50px !important;
	float: left;
	margin-left: 30px;
	
}
.phone_sendb{
	width: 148px!important;
	height: 48px!important;
	line-height: 40px;
	color: #666;
	float: left;
	font-size: 14px!important;
	margin-left: 20px;
	border: solid 1px #dfdfdf!important;
	text-align: center;
	background-color: #f9f9f9;
}

.bind_btn{
	margin: 100px auto;
	/*background-color: #0893fd;*/
	background-color: #dfdfdf;
	color: #333;
}
.bind_btn:hover{
	color: #fff!important;
}
#zhezhao 
{ 
 width:100%; 
 height:100%; 
 background-color:#000; 
 filter:alpha(opacity=50); 
 -moz-opacity:0.5; 
 opacity:0.5; 
 position:absolute; 
 left:0px; 
 top:0px; 

 z-index:99; 
}
.bd_weixin_popup{
    position: absolute;
    left: -400px;
    top: -400px;
    padding: 10px;
    width: 240px;
    height: 300px !important;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
}

#doyoo_panel{
    top:75% !important;
}
.friends{
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
}
.friends p{
    width:120px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dfdfdf;
    color: #4454ff;
}
.friends>.w>div{
    padding-top: 20px;
}
.friends>.w>div>a{
    margin: 0 10px;
    display: inline-block;
    line-height: 30px;
}
.friends>.w>div>a:hover{
    color: #4454ff;
}