@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
body{
    word-wrap: break-word;
    word-break: break-all;

}
:-moz-placeholder {
    color: #BABABA;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BABABA;
}

#img_{
	float: right;
margin-top: 5px;
}	
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #BABABA;
}
textarea:hover{
	border-color:#1e88e5 !important; 
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #BABABA;
}

input[type="search"] {
    color: #BABABA;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}

a[href |="#"]>img {
    cursor: pointer !important;
}

a[href="#"]>img {
    cursor: default !important;
}
.clearFix
{
   zoom:1;
}
.clearFix:after
{
   content: "";
   display:block;
   clear:both;
}
.fl{float:left;}
.fr{float: right;}
.line {
    width: 99.8%;
    min-width: 1200px;
    /*  WJH*/
    height: 1px;
    position: absolute;
    left: 0;
    top: 194px;
    color: rgb(0, 111, 195);
    background: rgb(0, 111, 195);
}

ul {
    list-style: none;
}

img {
    border: 0;
}
.clear:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    zoom: 1;
}
.header {
    height: 30px;
    width: 100%;
    background: #424242;
    min-width: 1200px;
}

#picNum {
    float: left;
    display: inline-block;
}

.news {
    margin-top: 10px;
}
.search {
    width: 620px;
    height: 30px;
    float: left;
    margin-top: 40px;
    position: relative;
    border: 1px solid #bdbdbd;
    margin-left: 21px;
    border-radius: 5px;
    overflow:hidden;
}

select::-ms-expand {
    display: none;
}

.navBar {
    clear: both;
}

.navBar li {
    color: #424242;
    line-height: 40px;
    height: 40px;
    text-align: center;
    float: left;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.navBar>li>a{
	color:#424242;
	width:100px;
	height:36px;
	line-height:36px;
	display:block;
	border-bottom:4px solid #f5f5f5;
}

.content {
    position: relative;
    height: 850px;
}

.arrow {
    float: left;
    margin: 58px 6px;
}

.box {
    margin-top: -36px;
}

.container {
    background: #FFF;
    width: 100%;
    clear: both;
}

.nav {
    width: 538px;
    height: 37px;
    margin-left: 662px;
}

.nav ul {
    width: 403px;
    height: 36px;
    float: right;
    border: 1px solid #D3D3D3;
    border-bottom: 1px solid transparent;
    border-radius: 5px 5px 0 0;
}

.nav ul li {
    list-style: none;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.nav ul li a {
    text-decoration: none;
    color: #000;
    height: 34px;
    display: block;
    padding: 0 19px;
}

.nav ul li a.cur {
    z-index: 9999;
    border-bottom: 1px solid #FFF;
    color: #2196f3;
    border-top: 3px solid #2196f3;
    border-left: 1px solid #2196f3;
    border-right: 1px solid #2196f3;
}

.expert {
    width: 230px;
    float: left;
    margin-left: 8px;
    padding-bottom: 6px;
    margin-bottom: 14px;
    border: 1px solid transparent;
    position: relative;
}

.expert>a {
    display: block;
    width: 230px;
    height: 260px;
    overflow:hidden;
}

.expert img {
    width: 230px;
    height: 260px;
}

.expertName {
    font-size: 20px;
    display: block;
    line-height: 30px;
    width: 220px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    top: 230px;
    left: 0;
    background: rgba(0, 0, 0, .5) !important;
    filter: Alpha(opacity=50);
    background: #000;
}

.expertName em {
    position: relative;
    font-style: normal;
    color: white;
}

/* 鐡掑懘鎽奸幒銉ュ弳閸欙拷 */
.advert{
	margin:15px auto;
	width:1200px;
	height:150px;
}
.advert a{
	cursor:pointer;
	display: inline-block;
	width:240px;
	height:150px;
}
.advert a:hover{
	box-shadow: 1px 1px 25px #999;
	height:148px;
	width:238px;
	border:1px solid #bdbdbd;
} 
.advert>a>img{
	width:240px;
	height:150px;
	
}

/* 鎼存洟鍎� */

.footer{
    width: 100%;
    /* WJH */
    height: 190px;
    background: #212121;
    margin-top:70px;
    /*新加*/
    min-width:1200px;
    text-align: center;
}

.footer ul {
    width: 83%;
    text-align: center;
    margin: 0 auto;
	overflow: hidden;
	padding-left:15px;
}
.footer-logo{
margin: 0 auto;
padding: 38px 0 18px;
}
.footer ul li {
    line-height: 30px;
    float:left;
}
.footer ul li a{
	padding:0 40px;
	color:#9e9e9e;
	cursor:pointer;
}
.div {
    width: 100%;
    background: rgb(1, 90, 158);
    margin-top: 90px;
}
.bottomTips{
	color:#4d4d4d;
    font-size:14px;
	text-align:center;
	width:100%;
	line-height:40px; 
	clear:both;
}
.div ul {
    width: 33%;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
    float: left;
}

.div ul li {
    line-height: 30px;
}

.foot {
    width: 100%;
    min-width: 1200px;
    /*  WJH*/
    height: 40px;
    background: rgb(1, 90, 158);
    text-align: center;
    line-height: 40px;
    color: white;
}

.point {
    width: 100px;
    height: 20px;
    position: absolute;
    left: 120px;
    bottom: 15px;
}

.highlight {
    width: 15px;
    height: 15px;
    margin-left: 8px;
}


/***********************濠碘槅鍋撶徊楣冩偋閻樿违濠靛鎸綿************************/


/*********************闂備浇鐨崱鈺佹缂傚倸绉寸粔鐢稿Φ閸曨厾鐭堢�瑰嫮銇憆t************************/
.register {
    float: right;
    color: rgb(0, 145, 255);
    display: inline-block;
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.register img {
    vertical-align: middle;
}

.forgetPwd {
    float: right;
    margin-right: 12px;
    cursor: pointer;
}

/*********************闂備浇鐨崱鈺佹缂傚倸绉寸粔鐢稿Φ閸曨厾鐭嗙紒澶嬩函***************/

/*******************闂傚鍋勫ú锕傗�﹂崼銉晩闁搞儮鏅涢幃宥夋煕閳╁啰鎳呴柛銊ь攳tart****************/

.userInfo {
    float: right;
    width: 302px;
    height: 39px;
    text-align: left;
}

.submit {
    background: #2196f3;
    color: white;
    border: none;
    font-size: 18px;
    font-family: "Microsoft YaHei", serif;
}

/*******************闂傚鍋勫ú锕傗�﹂崼銉晩闁搞儮鏅涢幃宥夋煕閳╁啰鎳呴柛銊х墸nd*****************/

.pwdTips {
    position: absolute;
    left: 310px;
    top: -1px;
    width: 300px;
    color: red;
    background-color: #ffdede;
    border: 1px solid #fff;
    padding-left: 1em;
    display: none;
    line-height: 38px;
}

/*******************婵犵數鍋涢ˇ顓㈠礉瀹�鍕埞闁兼亽鍎禍婊堟煟閵忕姵鍟炴俊妞绘殝nd*****************/


/*******************闂佽崵濮抽梽宥夊磹濞戙垺鍎婂璺侯儍娴滄粓鏌ｉ姀鐘冲暈婵℃せ鏆瀟art*****************/

.upload {
    width: 302px;
    height: 125px;
    display: inline-block;
}

.uploadTips {
    text-align: left;
    width: 308px;
    line-height: 20px;
    margin-top: 5px;
}

.uploadTips span {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.up {
    float: left;
    margin-left: 20px;
}

.userInfo select {
    width: 78px;
    height: 40px;
    border: 1px solid gainsboro;
}

label {
    padding: 5px;
}

select option {
    font-family: "Microsoft YaHei", serif;
}

select {
    font-size: 14px;
}
.radio {
    background-size: 20px 20px;
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 5px;
    margin-top: 12px;
    outline: medium none;
    width: 20px;
}

/*******************闂佽崵濮抽梽宥夊磹濞戙垺鍎婂璺侯儍娴滄粓鏌ｉ姀鐘冲暈婵℃せ鏆媙d*****************/

.more {
    float: right;
    font-size: 16px;
    color: #666666;
    display: inline-block;
    margin-top: 10px;
    font-weight: normal;
}


/*******************濠电偞鍨堕幐濠氬箰閹间緡鏁婄�广儱顦�氬锟藉箍鍎遍幊搴綖閵堝憘娑㈡晲閸℃瑥鈷岄梺闈涙閳ヮ洈d*****************/


/*******************闂備胶顭堝ù姘跺礈濞戞ǚ鏋栨い鎾朵紳閾忚瀚氶柟缁樺醇濡わ拷铻為柨婵嗘婢х敻鏌曢崱妞硷拷寮攁rt*****************/
textarea{ resize:none;}

.year {
    cursor: pointer;
}


.apply {
    padding: 10px 20px 25px;
    border-bottom: 1px dotted #676767;
    overflow: hidden;
}

.self {
    width: 232px;
    height: 355px;
    float: left;
    margin-right: 10px;
}

.self img {
    width: 232px;
    height: 260px;
    cursor: pointer;
}

.self div {
    width: 100%;
}

.self span {
    display: block;
    text-align: center;
    margin: auto;
}

.self span:nth-child(2) {
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.self span:nth-child(3) {
    margin-top: 10px;
    width: 150px;
    height: 38px;
    line-height: 38px;
    border-radius: 18px;
    border: 1px solid #FF9A00;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    color: #FF9A00;
}

.self span:nth-child(3):hover {
    background: #FF9A00;
    color: white;
}

.self span:nth-child(4) {
    width: 150px;
    height: 36px;
    border: 1px solid #2196f3;
    color: #2196f3;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    margin-top: 10px;
    font-size: 18px;
    cursor: pointer;
}

.self span:nth-child(4):hover {
    background: #2196f3;
    color: white;
}

.custom {
    width: 293px;
    height: 178px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.custom img {
    width: 100%;
    height: 100%;
}
/*******************濠电偞鍨堕幐濠氬箰閹间緡鏁婄�广儱妫欓崕鐔兼煙閻愵剚銇熸繛瀛樻礀椤啴濡堕崶銉ょ病nd*****************/


/*******************闂備礁婀辩划顖炲礉閹烘埈娼╅柨鏃傚亾婵ジ鏌曡箛鏇炐㈢紒锟芥刊鐖恆rt*****************/

.get {
    display: inline-block;
    padding-left:15px;
}

.pay {
    width: 400px;
    height: 100px;
    float: right;
}

.pay p {
    margin-left: 70px;
    color: red;
}
/*******************闂備礁婀辩划顖炲礉閹烘埈娼╅柨鏃傚亾婵ジ鏌曡箛鏇炐㈢紒锟芥刊寮塪*****************/


/*******************闂備胶鍘ч〃搴㈢濠婂嫭鍙忔い蹇撶墛閸嬨劑鎮楅崷顓烆�岄柛銈囷拷鐎焌rt*****************/

.redColor {
    color: #e70a1a;
    font-size: 18px;
}

.mainBody {
    overflow: hidden; 
	position: relative;
	width: 1200px;
	min-height: 275px;
	margin: 60px auto 0;
}

.para {
    padding: 10px 20px;
    width: 1160px;
    font-size: 14px;
    line-height: 24px;
    word-wrap:break-word; 
    word-break:break-all; 
}

.professor {
    margin: 10px 12px;
}

/*******************闂備胶鍘ч〃搴㈢濠婂嫭鍙忔い蹇撶墛閸嬨劑鎮楅崷顓烆�岄柛銈囷拷宄甦*****************/


/*******************缂傚倷鐒︾粙鎺楁儎椤栫偞鏅搁柦妯侯樈濡茶绻濋敓浠嬪炊椤掞拷缁�澶嬨亜閿涘嫮鏆奱rt*****************/

.background {
    width: 100%;
    min-width:auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.close {
    float: right;
    font-size: 20px;
    margin: 10px 20px;
    cursor: pointer;
}

.closeBtn{
	width: 70%;
    overflow: hidden;
	clear: both;
	text-align:center;
	margin:0 auto;
}

.change {
    color: red;
    font-size: 12px;
    display: none;
    margin-left: 10px;
}

.redcolor {
    color: red;
}

.img_box {
    margin-top: 2%;
    margin-left: 34%;
    position: relative;
}

h2 {
    text-align: center;
    margin: 30px 0;
}

select {
    padding: 8px 0;
}

/* 缂傚倸鐗嗛…鐑藉Υ婢舵劕绠板鑸靛姈鐏忥拷 */

.pagination a {
    border: 1px solid #80B7E1;
}


/*  闂佽鍏欓崕鐢告晸閺傘倖瀚�360闂佺绻掗崢褔顢欓幇鐗堚拻妞ゆ洩鎷锋い锝囨櫕閹叉挳鏁愰崨顓熺��*/

.text-left {
    font-style: normal;
    float: left;
}

select option {
    text-align: center;
}


.line {
    *height: 3px;
}

.arrow {
    display: block;
    margin: 60px auto !important;
    width: 12px !important;
    height: 18px !important;
}

li.next-img {
    text-align: center;
    width: 25px !important;
    height: 180px !important;
    line-height: 180px !important;
    float: left;
    display: inline-block;
}

.nav UL LI {
    float: left;
}

.nav {
    zoom: 1;
}

.box {
    *position: relative;
    *padding-top: 37px;
}

.nav {
    *position: absolute;
    *top: 0;
    *right: 0;
}

.footer a {
    color: white;
}

.footer a:hover {
    color: white;
}
/* 闂佸搫娲﹀娆撍囬崸妤�鏋侀柛顐ゅ枔娴滐拷 */

.more>a:hover {
    color: #2196f3;
    text-decoration: underline;
}

.left {
	float: left;
}
.right {
	float: right;
}

.w {
	margin: 0 auto;
	width: 1200px;
}

.phone-down-modal {
	display: none;
	padding: 20px;
    background: #f4f4f4;
    position: absolute;
    z-index: 10000;
    top: 24px;
    right: 0;
    border: 1px solid #e0e0e0;
    cursor: default;
    -webkit-box-shadow: 3px 4px 30px 0 rgba(44, 44, 44, 0.5);
	-moz-box-shadow: 3px 4px 30px 0 rgba(44, 44, 44, 0.5);
	box-shadow: 3px 4px 30px 0 rgba(44, 44, 44, 0.5);
}
.phone-down-modal img{
	width:150px;
	height:150px;
}
.phone-down-title-left {
    font: 400 14px/14px "瀵邦喛钂嬮梿鍛寸拨";
    color: #666666;
    margin-top: 15px;
    display: block;
    float: left;
    margin-left: 10px;
}
/*
*登录提示框关闭按钮
*/
.xBtn
{
	height:70px;
	text-align: right;
}
.xBtn img
{
	width: 10px;
    height: 10px;
    padding:20px;
    cursor:pointer;
}
.errorTips
{
    position: fixed;
    z-index: 10000;
    top: 33%;
    left: 0;
    height: 230px;
    width: 100%;
}
/*关于我们和联系我们的导航样式开始*/

.main-cont-logo
{
    width:174px;
	height:64px;
	display:inline-block;
}
.main-cont{
	width:1170px;
	margin:0 auto;
}
/*联系我们内容结束*/
/*关于我们内容*/
.video
{
	float:right;
	padding:8px 0 20px 20px;
	height:350px;
	width:470px;
}
/*关于我们内容结束*/
/*end aboutUs.jsp css*/


/* select中的兼容IE8的小三角 */
.arrowNormal {
    border-color: #000 transparent transparent transparent;
    top: 12px;
}
.icons-time {
    height: 0;
    width: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 4px;
    position: absolute;
    left: 16px;
}
/*End  */
pre{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap;
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
    font-family: "黑体简体", "Microsoft YaHei", "Arial regular,helvetica regular", serif !important;
}
select {
   appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  padding-right: 2px;
}
.red{
    color: red;
}
#loginUser{
	height:0;
	border:0;
}
/*  自定义弹出。自动关闭 小提示 无背景*/
.my-sm-modal{
	position: absolute;
    background: #ccc;
    overflow: hidden;
    bottom: 40px;
    right: 65px;
    border-radius:3px;
    } 
.my-sm-modal-Con>h4{
	font-size: 12px;
    line-height: 20px;
    padding: 5px 6px 5px;
    text-align:center;
    color:#fff;
    
}
/* 点赞效果 */

@-webkit-keyframes niceIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
	70% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes niceIn {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5)
	}
	70% {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes niceIn{
	0% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
	50% {
		opacity: 1;
		-o-transform: scale(1.5);
		transform: scale(1.5)
	}
	70% {
		-o-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
} 

@-moz-keyframes niceIn{
	0% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1)
	}
	50% {
		opacity: 1;
		-moz-transform: scale(1.5);
		transform:scale(1.5)
	}
	70% {
		-o-transform: scale(.8);
		transform: scale(.8)
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1)
	}
}
.niceIn {
	-webkit-animation:niceIn 0.8s .2s ease;
	-moz-animation:niceIn 0.8s .2s ease;
	-o-animation:niceIn 0.8s .2s ease;
	animation:niceIn 0.8s .2s ease;
}
/* model样式 */

.modal-content {
    position: relative;
    background-color: #fff;
    border:none!important;
    border-top: 1px solid #e5e5e5!important;
    border-radius: 0 !important;
    outline: 0;
    -webkit-box-shadow:none!important;
    box-shadow: none!important;
}
.btn-info{
	background-color: #1e88e5 !important;
    border: 1px solid #1e88e5 !important;
	cursor: pointer;
    padding: 5px 20px !important;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 15px;
    outline: none;
    height: 30px;
    font-family: "黑体简体", "Microsoft YaHei", "Arial regular,helvetica regular", serif !important;
}
@media only screen and (max-width:720px) {
    .modal-dialog {
        width:83%!Important;
        margin:0 auto
    }
}
.btn-info:hover{
	background-color:#1976d2 !important;
}
.btn-default{
	color: #333;
    background-color: #fff !important;
    border-color: #adadad;
	cursor: pointer;
    padding: 5px 20px !important;
    font-size: 14px;
    border-radius: 3px;
    margin-left: 15px !important;
    outline: none;
    height: 30px;
    font-family: "黑体简体", "Microsoft YaHei", "Arial regular,helvetica regular", serif !important;
}	
.btn-default:hover{
  background-color: #e6e6e6 !important;
  border-color: #adadad;
  outline:none;
}
.close{
	margin:0 0 !important;
}
.bootbox-body{
	margin:10px 0;
    font-size: 14px;
}


/*丁通样式*/
.phone_ionic>span{
   line-height: 1;
   color:#757575;
}