@charset "utf-8";

/* global */
@import url("global.css");

::-webkit-input-placeholder { /* WebKit browsers */
color:#717171;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#717171;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#717171;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#717171;
}

.page_in_warp{padding-left:66px;overflow:hidden;}

.in_page_kv{background-repeat:no-repeat;background-position:center;margin-bottom:50px;}
.in_page_kv h3{text-align:center;color:#fff;font-size:38px;padding-top:150px;text-transform: uppercase;}
.in_page_kv .menu_body{height:70px;position:absolute;bottom:0;left:0;width:100%;background:rgba(29,101,171,0.8);}
.in_page_kv .menu_body ul{height:70px;}
.in_page_kv .menu_body ul li{float:left;height:70px;}
.in_page_kv .menu_body ul li a{display:block;width:200px;height:70px;line-height:70px;position:relative;
	text-align:center;font-size:18px;text-decoration:none;color:#fff;border-right:1px solid #83acd0;}
.in_page_kv .menu_body ul li a i{background:url(../images/common/menu_ico.png) no-repeat;
	width:23px;height:12px;position:absolute;left:50%;bottom:-12px;margin-left:-12px;display:none;}
.in_page_kv .menu_body ul li a:hover , .in_page_kv .menu_body ul li.cur a{background-color:#f39801;}
.in_page_kv .menu_body ul li a:hover i , .in_page_kv .menu_body ul li.cur a i{display:block;}

.details_page{padding:50px 0;background-color:#f8f8f8;margin-top:60px;
	text-align:center;}
.details_page a{display:inline-block;width:200px;height:50px;line-height:50px;text-align:center;
	background-color:#fff;border:1px solid #e2e2e2;border-radius:6px;margin:0 10px;}
.details_page a em , .details_page a span{vertical-align:middle;color:#3b3b3b;margin:0 4px;}
.details_page a span{font-size:20px;}
.details_page a em{font-family:simsun;font-size:14px;font-weight:200;}
.details_page a:hover{text-decoration:none;background-color:#399aea;border-color:#399aea;}
.details_page a:hover em , .details_page a:hover span{color:#fff;}

.details_page a.disa , .details_page a.disa:hover{background-color:#ccc;color:#666;cursor:default;border:1px solid #ccc;}
.details_page a.disa span ,.details_page a.disa span:hover{color:#666;}


.pop_body{width:1000px;background-color:#fff;}
.pop_body .in{padding:40px 30px;}
.pop_body .tit{text-align:center;font-size:30px;color:#0355a4;padding-bottom:10px;}
.pop_body .tit_line{text-align:center;font-size:14px;color:#68696c;padding-bottom:30px;}

.form_table{width:100%;margin-bottom:35px;}
.form_table td{padding-bottom:13px;}
.form_table .txt{width:310px;height:42px;line-height:42px;background-color:#efefef;
	text-indent:10px;font-size:16px;color:#333;border:0;margin-right:10px;}
.form_table .textarea_out{padding:10px;background-color:#efefef;width:930px;}
.form_table .textarea_out textarea{background-color:#efefef;font-size:16px;height:100px;width:100%;
	border:0;color:#333;}

.submit_btn{display:block;margin:0 auto;width:210px;height:42px;line-height:42px;text-align:center;
	text-decoration:none;background-color:#1f68ad;border-radius: 4px;}
.submit_btn span , .submit_btn i{vertical-align:middle;}
.submit_btn i{display:inline-block;background:url(../mimage/btn_ico.png) no-repeat;
	width:19px;height:16px;margin-right:5px;}
.submit_btn span{font-size:16px;color:#fff;}
.submit_btn:hover{text-decoration:none;}


.hospital_pop_body{width:800px;}
.hospital_pop_body h3{text-align:center;color:#1e59a5;font-size:30px;padding-bottom:35px;}
.hospital_pop_body .con h4{font-size:20px;color:#2f2825;padding-bottom:10px;}
.hospital_pop_body .con p{font-size:16px;color:#4c4c4c;line-height:25px;}


.fckBody p{font-size:15px;line-height:25px;color:#777a7d;}
.fckBody h1{font-size:1.5em;}
.fckBody h2{font-size:1.4em;}
.fckBody h3{font-size:1.3em;}
.fckBody h4{font-size:1.2em;}
.fckBody h5{font-size:1.1em;}
.fckBody h6{font-size:1em;}
.fckBody em{font-style:italic;}
.fckBody h1,.fckBody h2,.fckBody h3,.fckBody h4,.fckBody h5,.fckBody h6 {margin:10px 0;font-weight:700;}

/*提交一次后按钮禁用*/
.disbledBtn {background: rgba(31, 104, 173, .8);cursor: not-allowed;}