/**
 * Created by yangxu on 2017/03/16.
 */
html,body,ul,li,img,a,table,tr,td,th,p,span,input,button,label,h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    text-decoration: none;
    border-collapse: collapse;
    outline: none;
    color: #333333;
    font-family: Times New Roman,Helvetica,'Arial Normal', 'Arial','微软雅黑';
    -webkit-tap-highlight-color: transparent;
}
p{
	font-family: Georgia,Times New Roman,Helvetica,'Arial Normal', 'Arial','微软雅黑';
	line-height: 22px;
}

a{
    color: #337ab7;
    display: inline-block;
}
a:active,a:hover,a:focus{
    text-decoration: none;
}
.btn[disabled], .btn[readonly]{
    background: #337AB7;
}
.control-label{
	color: #0e3e80;
	padding-top: 6px;
	padding-bottom: 6px;
}
.long-title{
	white-space: nowrap
}
.text-left{
	text-left: left!important;
}
body{
    position: relative;
}
.wrapper{
	padding-bottom: 130px;
	
}
#layerBox{
	display: none;
}
.layui-layer-msg{
	top: 45%!important;
}
.page-box{
	padding-bottom: 20px;
}
.page-second,.page-three{
	display: none;
}
.page-box .btn{
	margin-top: 10px;
}
#textarea_dit{
	min-height: 200px;
	max-height: 450px;
}
.emotion-content-container .content img{
	margin-left: 0;
	margin-right: 0;
	
}
.red{
	color:red;
}
.clear{
    clear: both;
}
.clear_{
	float: none;
}
span.red{
    color: red!important;
}
.border-none{
	border: none!important;
}
.col-padding-0{
	padding:0px;
}
.margin-top20{
	margin-top: 20px;
}
.margin-bottom20{
	margin-bottom: 20px;
}
.margin-right10{
	margin-right: 10px;
}
.margin-left10{
	margin-left: 10px;
}
.padding-bottom10{
	padding-bottom: 10px;
}
.padding-right10{
	padding-right: 10px;
}
.padding-left0{
	padding-left: 0;
}
.padding-left10{
	padding-left: 10px;
}
.padding-bottom20{
	padding-bottom: 20px;
}
.form-group{
    margin-left:0px !important;
    margin-right:0px !important;	
}

.contact-add-btn,.contact-add-btn-xs, .work-add-btn,.education-add-btn,.training-add-btn,.languages-add-btn,.workInChina-add-btn{
	width: 28px;
	height: 28px;
	border: none;
	float: none!important;
	background: url('../images/add_btn_.png') no-repeat 0 0;
}
.contact-add-btn:hover,.contact-add-btn-xs,.work-add-btn:hover,.education-add-btn:hover,.training-add-btn:hover,.languages-add-btn:hover,.workInChina-add-btn:hover{
	background: url('../images/add_btn_.png') no-repeat -32px 0;
}
.delFile{
	color: red;
    position: absolute;
    left: -24px;
    /* top: 10px; */
    font-size: 30px;
    z-index: 999;
    cursor: pointer;
}
.del{
	width: 28px;
	height: 28px;
	margin-top: 10px;
	border: none;
	float: none!important;
	background: url('../images/del_btn_.png') no-repeat 0 0;
}
.languages-info-list .del{
	margin-right: 26px;
}
.del:hover{
	background: url('../images/del_btn_.png') no-repeat -32px 0;
}
/* input[type=radio]{
	opacity: 0;
    cursor: pointer;
} */
input[type=radio],input[type=checkbox]  {  
    display: inline-block;  
    vertical-align: middle;  
    width: 20px;  
    height: 20px;  
    margin-left: 5px;  
    -webkit-appearance: none;  
    background-color: transparent;  
    border: 0;  
    outline: 0 !important;  
    line-height: 20px;  
    color: #d8d8d8;  
}  
input[type=radio]:after  {  
    content: "";  
    display:block;  
    width: 16px;  
    height: 16px;  
    border-radius: 50%;  
    text-align: center;  
    line-height: 14px;  
    font-size: 16px;  
    color: #fff;  
    border: 1px solid #868686;  
    background-color: #fff;  
    box-sizing:border-box;  
}  
  
input[type=checkbox]:after  {  
    content: "";  
    display:block;  
    width: 16px;  
    height: 16px;  
    text-align: center;  
    line-height: 14px;  
    font-size: 16px;  
    color: #fff;  
    border: 2px solid #868686;  
    background-color: #fff;  
    box-sizing:border-box;  
}  
input[type=checkbox]:checked:after  {  
    border: 1px solid #868686;  
    background: url('../images/radio2.png') center;
}  
  
input[type=radio]:checked:after  {  
    content: "";  
    /* transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);  
    -webkit-transform:matrix(-0.766044,-0.642788,-0.642788,0.766044,0,0);  */ 
   	border-color: #868686;  
    /*  background-color: #37AF6E;   */
    background: url('../images/radio2.png') center;
} 
input[type=text]{
    border: 1px solid #CCCCCC;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}
input.age{
    width: 5em;
}
table tr td{
	position: relative;
}
table tr td.td-title{
    width: 150px;
}
.container-fluid .row{
	padding-left: 15px;
	padding-right: 15px;
}


.dropdown-menu{
	margin-top: 0;
}
.glyphicon-th-list{
	font-size: 2rem;
}
.logo-title-bar{
    background: #004679;
}
.logo-title-bar h3,.logo-title-bar span{
   color: #ffffff;
}
.logo-img{
    vertical-align: middle;
    padding: 10px;
    padding-top: 20px;
    padding-right: 15px;
    float: left;
}
.logo-title{
    /* line-height: 125px; */
    padding-bottom: 20px;
    padding-top: 20px; 
    font-size: 35px;
    font-weight: bold;
    font-family: Helvetica,'Arial Normal', 'Arial','微软雅黑';
   /* letter-spacing: 7px; */
}
.logo-title-bar .logo-img{
	float: none;
}
.logo-title-bar .logo-title{
	display: inline-block;
}
.logo-title-bar .logo-title img{
	max-width: 100%;
}
.logo-title span{
    font-size: 18px;
    font-family: 'Arial Normal', 'Arial';
    font-weight: normal;
    letter-spacing: 0;
}
.success-info{
	float: none;
	margin: 0 auto;
	margin-top: 7%;
	
}
.change-lang{
    padding: 15px;
    padding-right: 0;
    color: #0a96d3;
}
.english-btn,.chinese-btn{
    padding: 5px;
    color: #0a96d3;
    display: inline-block;
}
.english-btn.active,.chinese-btn.active{
    color: #23527C;
    display: none;
}
.change-lang{
    padding: 10px;
    /* color: #fff; */
     color: #0a96d3;
}
.login-change-lang{
	padding: 10px;
    position: absolute;    
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.login-change-lang .english-btn,.login-change-lang .chinese-btn{
    padding: 0;
    /* color: #fff; */
}
.lead-title{
    padding-top: 50px;
    padding-bottom: 24px;
    font-size: 24px;
    font-family: Helvetica,'Arial Normal', 'Arial','微软雅黑';
}
.login-bar{
    margin: 0 auto;
    float: none;
    border: 1px solid #dde0e3;
    padding: 40px;
    background: #ffffff;
}
.p-con{
    padding-left: 18px;
}
.right-list-group{
    background: #e8ecee;
}
.right-list-group *{
    background: none;
}

.list-group-item i{
    color: #00a1de;
    font-style: normal;
    font-size: 14px;
}
.list-group-item h4{
	padding-bottom: 10px;
}

.tab-signup-content .tab-pane{
	display: none;
}
.tab-signup-content .active{
	display: block;
}
.tab-signup-content form{
	display: none;
}
.tab-signup-content .active form{
	display: block;
}
.progress{
	height: 10px;
	margin-right: 35px;
}
#leftTab{
	margin-bottom: 5px;
	margin-right: 35px;
}
#leftTab .badge{
	height: 20px;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#leftTab .list-group-item{
	color: #fff;
	padding: 0;
	background: #c5d6e8;
}
#leftTab .list-group-item a{
	color: #fff;
	padding: 10px;
	display: block;
}
#leftTab .active{
	background: #003592;
}
.list-group-item.active,.list-group-item.active a, .list-group-item.active:hover, .list-group-item.active:focus a,#leftTab .list-group-item.active i{
	color: #ffffff;
}
.leftTabBox-btn{
	position: relative;
}
.leftTabBox-btn #leftTab{
	width: 250px;
	position: absolute;
    top: 20px;
    bottom: 0;
    left: -280px;
    right: 0;
    margin: auto;
    z-index: 9;
}
.shadowBox{
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 8;
}
.nav_{
    /* height: 44px; */
    padding-left: 10px;
    background: #0e3e80;
}
.nav_ *{
    text-transform: uppercase;
}
.nav_ li{
    height: 44px;
    padding-left: 5px;
    padding-right: 5px;
}
.nav_ li a{
    line-height: 24px;
    color: #fff0f0;
}
.nav_ li a:hover,.nav li a:focus,.nav li a:active,.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background: #337AB7;
    color: #fff0f0;
}
.dropdown-menu{
	border-radius: 0 0 4px 4px;
}
.dropdown-menu li{
    padding: 0;
    float: none;
}
.search-bar{
    padding: 5px 5px;
}
.tab-content iframe{
    width: 100%;
}
.summary{
    background: #E8E8E8;
    margin-top: 15px;
    margin-bottom: 13px;
    padding: 40px 0;
}
.sumary a h3{
	color: #0e3e80;
}
.lead{
	color: #0e3e80;
    /* text-transform: capitalize;	 */
}
.lead-lg{
	color: #0e3e80;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lead_{
	text-transform: none;	
}
.media-heading{
	color: #0e3e80;
	font-size: 18px;
}
.media p,.detail p, .content p{
	text-indent: 2em;
}
a.lead{
	
	
}
.title{
	margin: 30px 0 20px 0;
	height: 22px;
	position: relative;
}
.title span{
	height: 22px;
	line-height: 22px;
	padding-right: 10px;
	color: #0e3e80;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	background: #fff;
}
.title .more{
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	color: #0e3e80;
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
	background: #fff;
}
.title h3{
	width: auto;
	height: 22px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 1px solid #0e3e80;
	z-index: 1;
}
.thumbnail{
	margin-bottom: 0;
}
.thumbnail a{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
    margin: 0 auto;
   /*  width: 100%; */
}
.thumbnail a img{
	width: 307px;
	height: 173px;
}
.commonHeight{
	height: 173px;
}
#myCarousel{
	overflow: hidden;
}
#myCarousel .carousel-indicators{
	width: 100%;
    margin-left: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    height: 40px;
    line-height: 40px;
    bottom: 0!important;
    margin-bottom: 0;
}
#myCarousel .carousel-inner > .item > img{
	
}
#myCarousel .item{
	background-size: 100% 100%;
	background-position: center;
    background-repeat: no-repeat;
}
#myCarousel a{
	display: block;
	width:100%;
	height: 100%;
}
#myCarousel .carousel-inner .item-IE8{
    display: none;
    display: block\9;
    width: 100%\9;
}
.inner-first{
	background: url('../images/background.jpg') no-repeat center;
	background: none\9;
}
.inner-second{
	background: url('../images/slide2.jpg') no-repeat center;
    background: none\9;
}
.inner-three{
	background: url('../images/slide3.jpg') no-repeat center;
    background: none\9;
}
.carousel-control.left, .carousel-control.right{
	background: none;
}
.carousel-control.left i{
    width: 50px;
    height: 50px;
    font-size: 50px;
    position: absolute;
    top: 30px;
    left: 10px;
    margin: auto;
}
.carousel-control.right i{
    width: 50px;
    height: 50px;
    font-size: 50px;
    position: absolute;
    top: 30px;
    right: 10px;
    margin: auto;
}

.media-object{
	width: 100%;
	margin-bottom: 10px;
}
.mask-intr{
    padding: 10px 30px;
    position: absolute;
    left: 0;
    bottom: 40px;
    background: rgba(255,255,255,0.5);

}
.mask-intr h3{
	/* max-height: 140px; */
	max-height: 35px;
    text-transform: capitalize;
    color: #0e3e80;
    line-height: 35px;
    font-size: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mask-intr p{
	max-height: 125px;
	font-size: 16px;
    padding-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.caption .lead{
	max-height: 58px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.caption p{
	max-height: 88px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
span.time{
    color: #848888;
}
span.tooltip_{
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-transform: capitalize;
    position: absolute;
    top: -45px;
    left: 0;
    color: #ffffff;
    background: #0e3e80;
    text-align: center;
}
span.tooltip_:before{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #0e3e80;
    position: absolute;
    bottom: -8px;
    left: 15px;
    z-index: 2;
}
.margin-top60{
    margin-top: 60px;
    position: relative;
}
label.error{
	font-size: 14px;
	background: none;
}
input.error,select.error,textarea.error{
	border: 1px solid red;
}
.goTop{
	display: none;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #cdcdcd;
	position: fixed;
	bottom: 5px;
	right: 0;
	color: #ffffff;
	z-index:3;
}
.goTop i{
	line-height: 35px;
}
.content p{
    padding-bottom: 20px;
    line-height: 25px;
}
.content img{
    max-width: 100%;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
}
.breadcrumb{
    background: none;
}
.breadcrumb *{
    /* text-transform: capitalize; */
}
.list-group-item{
    padding-top: 13px;
    padding-bottom: 13px;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #cccccc;
}
.list-group-item-heading{
    color: #333;
    font-size: 18px;
}
.list-group-item-text{
    color: #666666;
}
.list-group-item-text *{
    color: #666666;
    font-weight: normal;
}
.ui-paging-container li{
    padding: 7px 14px;
    color: #0e3e80;
    border-radius: 5px;
}
.ui-paging-container li.ui-pager:hover, .ui-paging-container li.focus{
    background: #0e3e80;
}
.share img{
    width: 20px;
    border-radius: 3px;

}
.share_detai{
	background: #fff;
	padding-left: 5px;
}
.detail p{
    padding-bottom: 20px;
    line-height: 25px;
}
.detail img{
	height: 345px;
    margin: 0 auto;
    display: block;
    padding: 10px;
    padding-bottom: 20px;
}
.detail-img{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 10px;
    padding-bottom: 20px;
}
#pageTool,#pageToolbar{
    margin-bottom: 20px;
}
#parters-info{
    min-height: 550px;
}
.partners li{
    background: url('../images/disc.png') no-repeat 13px center;
    color: #0e3e80;
    padding-left: 20px;
}
.partners .list-group-item{
    color: #0e3e80;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}
.nav > li > a{
	font-family: Helvetica,'Arial Normal', 'Arial','微软雅黑';
}
a.menu-toggle{
	padding-bottom: 9px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 30px;
}
a.dropdown-toggle{
    padding-bottom: 9px;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 30px;
    /* padding-left: 0;
    padding-right: 0; */
}
.site-demo-upload .picture{
	width: 99px;
	height: 150px;
	display: block;
	margin: 10px auto;
	margin-top: -50px;
	background-image: url("../images/participant .png");
}
.clipArea{
	width: 280px;
	height: 220px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.photo-clip-mask-left,.photo-clip-mask-right,.photo-clip-mask-bottom,.photo-clip-mask-top{
	opacity: 0.3;
}
.clipphoto{
	display: none;
}
.file-btn-wrap{
	position: relative;
}
.file-btn-wrap .file{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.site-demo-upload{
	text-align: center;
}
.site-demo-upload img.passport{
	
}
.glyphicon-th-large{
    font-size: 25px;
}
.fileSpan{
	position: absolute;
	top: 8px;
	left: 20px;
	z-index: 99; 
}
.input-file-box{
	position: relative;
    padding: 0;
    border: none;
    background: none;
    vertical-align: top;
}
.input-file-box_{
    height: 34px;
    display: inline-block;
}
#passportUpload, #uploadify, #achievementFile, #diplomaFile{
	width: 0;
	height: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.input-file-box:hover .smak{
	
}

.input-file-box object{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
#picSpan{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: right;
}
#picSpan input{
	opacity: 0;
	height: 2px;
	width: 2px;
}
#picUpload{
	width: 100%;
	height: 100%;
}
.uploadifyQueue{
	position: absolute;
    z-index: 9;
	/* width: 90px;
    height: 30px;
    position: absolute; 
    left: 0;
    z-index: 999;
    top: -30px;
    bottom: 0;
    right: 0;
    opacity: 0;
	filter: alpha(opacity=0); */
}
.uploadifyQueue img{
	width: auto;
	height: auto;
	margin-top: auto;
}
.uploadifyQueueItem {
    background-color: #23262e;
    border: 2px solid #23262e;
    font: 11px Verdana, Geneva, sans-serif;
    margin-top: 5px;
    padding: 10px;
    width: 350px;
    position: fixed;
    z-index: 99999999999;
    height: 50px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.uploadifyQueueItem span{
	color: #ffffff;
}
.unit{
	line-height: 34px;
}
.children-info input,.children-info select,.employment-info-list input,.employment-info-list select,.education-info-list input,.education-info-list select,.training-info-list input, .training-info-list select, .employmentInChina-info-list input, .employmentInChina-info-list select, .otherFamily-info-list input{
	margin-top: 6px;
	margin-bottom: 6px;
}
.employment-info-list{
	width: 100%;
	float: left;
}
.Spouse-info,.children-box,.children-info,.employmentInChinaList_{
	display: none;
}
.languages-info-list{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.languagesList_ div{
	line-height: 34px;
	white-space: nowrap;
}
.otherRank{
	display: none;
}
.bottomTab{
	text-align: center;
}
.bottomTab li{
	display: inline-block;
}
/* .bottomTab  li > a:hover,.bottomTab  li > a:active{
	color: #fff;
	background-color: #5bc0de;
    border-color: #46b8da;
} */
.page-box th,.page-box td{
    width: 16.3666%;
    border: 1px solid #ddd;
    padding: 0.3%;
}
.page-box .table tr th{
    text-align: center;
    border: 1px solid #ddd;
    width: 8.333%;
    border-bottom: 1px solid #dddddd;
    word-wrap: break-word;
    word-break: break-all;
}
.page-box .table > thead > tr > th {
 vertical-align: bottom;
 border-bottom: 1px solid #dddddd;
 border-bottom: 1px solid #dddddd;
}
.employmentList .btn,.employmentList .btn,
.educationList .btn,.educationList .btn,
.trainingList .btn,.trainingList .btn,
.languagesList .btn,.languagesList .btn,.employmentInChinaList .btn{
	display: none;
}

.page-box tr td{
    border: 1px solid #ddd;
    width: 8.333%;
    word-wrap: break-word;
    word-break: break-all;
}
.page-box input,.page-box textarea, .page-box .form-control[disabled], .page-box .form-control[readonly]{
    border: none;
    background: none;
    box-shadow: none;
    outline: none;
}
.wrapper .form-control[disabled],.wrapper  .form-control[readonly],.wrapper  fieldset[disabled] .form-control{
	background-color: #ffffff;
}
.page-box select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.page-box select::-ms-expand{
    display: none;
}
.layui-layer .layui-layer-title{
	color: #ffffff;
	background-color: #004679;
}
.layui-layer-content{
	 word-wrap:break-word;
	 word-break: break-word!important;
}
.footerCarousel{
	height: 180px;
	overflow: hidden;
	margin: 10px 40px;
	position: relative;
	margin-bottom: 40px;
}
.footerCarousel-box{
	
}
.footerCarousel-box .left-btn,.footerCarousel-box .right-btn{
	width: 20px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	color: #0f3e80;
	background: #99b1d1;
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	margin: auto;
}
.footerCarousel-box .left-btn:hover,.footerCarousel-box .right-btn:hover{
	background: #b8d5fb;
}
.footerCarousel-box .left-btn i,.footerCarousel-box .right-btn i{
	line-height: 120px;
}
.footerCarousel-box .left-btn{
	border-radius: 10px 0  0 10px;
	left: 30px;
	right: auto;
}
.footerCarousel-box .right-btn{
	border-radius: 0 10px 10px 0;
	left:auto;
	right: 30px;
}
.footerCarousel ul{
	width: 400%;
	height: 180px;
    overflow: hidden;
	position: absolute;
	left: 0;
}
.footerCarousel ul li{
	display: inline-block;
	height: 180px;
	width: 150px;
	margin: 0 9px;
	float: left;
	text-align: center;
	
}
.footerCarousel ul li a:hover{
	box-shadow: inset 0 0 5px #ccc;
}
.footerCarousel ul li img{
	border: 1px solid #99b1d1;
	padding: 0 5px;
	margin-bottom: 15px;
	width: 100%;
}
.footer{
    width: 100%;
    line-height: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    color: #ffffff;
    background: #004679;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.footer *{
	 color: #ffffff;
}
.footer p{
	/* line-height: 50px; */
}
.footer90{
	
   
}
.follow-us{
	position: absolute;
	top: 0;
	right: 30px;
}
.footer img{
    margin: 0 5px;
    border-radius: 5px;
}
/*左侧滑*/
.menu-wrap{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: none;
    z-index: 9999;
}
.toggle-btn{
    color: #ffffff;
    font-size: 0.75rem;
}
.toggle-btn i{
    font-size: 1.2rem;
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
}
.toggle-btn img{
    vertical-align: middle;
    width: 3.5rem;
    margin: 0.25rem;
}
.menu-wrap .menu-sidebar{
    width: 50%;
    height: 100%;
    background: #303030;
    position: absolute;
    padding-top: 1rem;
}
.menu-wrap .menu-sidebar-in{
    animation: menuSidebarIn 0.5s;
    -webkit-animation: menuSidebarIn 0.5s; /* Safari 和 Chrome */

}

.avatar{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-bottom: 10px;
}
.froum-form{
    text-align: right;
}

.text-num{
    padding-top: 10px;
    padding-bottom: 10px;
}
.chooseBoards{
    height: 34px;
    border: 1px solid #CCCCCC;
}
.forum .list-group-item{
    width: 100%;
    padding-left: 50px;
    background: url("../images/alumni/toux.png") no-repeat 3px center;
    background-size: 42px;
}
.forum .list-group-item-heading{
    padding-right: 2em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.label-del{
    float: right;
    position: absolute;
    right: 1em;
    top: 1em;
    height: 1.8em;
    margin: auto;
    line-height: 1.5em;
}
.label{
    cursor: pointer;
}
.right-info-detail .reply-info{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}
.reply-info span{
    padding-left: 6px;
}
.reply-info span.keyword{
    padding-left: 0;
}
#super-user{
    display: none;
}
.ke-container{
	width: 100%!important;
}
.glyphicon{
	line-height: 1.42857143;
}
.floor{
    float: left;
}
.left-sub-detail{
    width: 160px;
    padding: 15px 10px;
    color: #ffffff;
    text-align: center;
}
.right-info-detail{
    padding: 1em;
    margin-left: 180px;
}
table tr td.right-info-detail{
    height: 200px;
    min-height: 200px;
    padding-bottom: 30px;
}
.right-info-detail-reply{
    padding: 0.5em 1em 1.5em;

}
.keyword
{
    color: Red;
}
.publicBoards, .trainingCourse{
	display: none;
}
.wangEditor-drop-panel{
	width: auto!important;
}
.right-info-detail-reply label{
    font-size: 2.5em;
}
.table-condensed{
    margin-top: 2em;
}
ul.person-ul li{
    border: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
ul.person-ul span.badge{
    padding: 2px 0.2em;
    margin-right: 0.3em;
    background: #a7a7a7;
    border-radius: 0;
}
ul.person-ul .projectCode{
	font-size: 18px;
}
.person-content ul li:last-child{
    /* border-bottom-style: solid; */
}
@keyframes menuSidebarIn{
    from{
        left: -50%;
        opacity: 0.5;
    }
    to{
        left: 0;
        opacity: 1;
    }
}
@-webkit-keyframes menuSidebarIn{
    from{
        left: -50%;
        opacity: 0.5;
    }
    to{
        left: 0;
        opacity: 1;
    }
}
.menu-wrap .menu-sidebar-out{
    animation: menuSidebarOut 0.5s;
    -webkit-animation: menuSidebarOut 0.5s; /* Safari 和 Chrome */

}
@keyframes menuSidebarOut{
    from{
        left: 0;
        opacity: 1;
    }
    to{
        left: -50%;
        opacity: 0;
    }
}
@-webkit-keyframes menuSidebarOut{
    from{
        left: 0;
        opacity: 1;
    }
    to{
        left: -50%;
        opacity: 0;
    }
}
.menu-wrap ul li{
    border-top: 1px solid #2C2C2C;
    border-bottom: 1px solid #2C2C2C;
    margin-top: -1px;
}
.menu-wrap ul li i{
    padding-right: 0.25rem;
}
.menu-wrap ul li a{
	display: block;
	padding: 10px 15px;
    line-height: 24px;
    color: #fff0f0;
}
.menu-wrap ul li a:active{
    color: #ffffff;
    background: #004679;
}
#feedback-phone select{
	width: 8em;
    height: 30px;
}
.training-overall label.checkbox-inline{
	padding-left: 0;
	margin-left: 0;
}
.training-overall p{
	width: 43%;
}
@media screen and (max-width: 450px) {
	.a{
		background: #004679;
	}
  	.container-fluid .row{
		padding-left: 0;
		padding-right: 0;
	}
	.logo-img{
		width: 60px;
		padding-right: 0;
	}
	.mask-intr h3{
		font-size: 20px;
	}
	.mask-intr{
		padding: 5px 30px;
		bottom: 20px;
	}
	#myCarousel .carousel-indicators{
		height: 20px;
		line-height: 24px;
	}
	.summary{
		padding: 20px 0;
	}
	.Wdate{
		max-width:100%;
	}
	#birthday{
		max-width: 110px;
	}
	label.error{
		/* display: none!important; */
	}
	.layui-layer-msg{
		width:  90%;
	}
	
	.nav > li > a{
		padding: 10px;
	}
	.thumbnail{
		margin-bottom: 0;
		display: flex;
	}
	.thumbnail a{
		padding-right: 0;
		flex: 1;
	}
	.thumbnail a img{
		width: auto;
		height: auto;
		margin-top: 1.3rem;
	}
	.thumbnail .caption{
		flex: 2;
	}
	.caption .lead {
		margin-bottom: 0;
	    -webkit-line-clamp: 1;
	}
	.caption p {
	    -webkit-line-clamp: 2;
	}
	.detail img{
		max-width: 100%;
		width: auto!important;
		height: auto!important;
	}
	.left-sub-detail{
		width: 120px;
	}
	.languages-info-list .del{
		margin-right: 0;
	}
	.footer p img{
		width: 1.5rem;
	}
	.footerCarousel{
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (min-width: 768px){
	.container-fluid.sign-up-form .wrapper .row{
		margin-right: -5px;
	    margin-left: -5px;
	}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	    padding-right: 5px;
	    padding-left: 5px;
	}	
}
.margin-b-0{
	margin-bottom:0px;
}
.margin-t-2{
	margin-top:20px;
}
.margin-t-3{
	margin-top:30px;
}

