/*样式*/

BODY, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, DL, DT, DD, UL, OL, LI, PRE, FIELDSET, LEGEND, BUTTON, LABEL, ul {
	padding:0px;
	margin:0px;
	border:0px;
	font-family:微软雅黑;
}
body {
	overflow-x:hidden
}
@media(max-width:1100px) {
 body {
overflow:auto;
}
 .logo {
overflow:hidden;
}
}
* {
	font-family:微软雅黑;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
img {
	border:0 none
}
ol, ul {
	list-style-type:none;
}
a {
	color:#000000;
	text-decoration:none;
}
.clear {
	clear:both;
	height:0px;
	overflow:hidden;
	_height:0;
	visibility:hidden;
}
.fl {
	float:left
}
.fr {
	float:right
}
/**/

.top_red {
	height:40px;
	background:#a71931;
}
.red {
	width:1200px;
	margin:0 auto;
}
.red_left>a {
	display:block;
	width:38px;
	height:40px;
	float:left;
	border-left:1px solid #950b22;
}
.WeChat {
	background:url(../images/WeChat-hover.png) center center no-repeat;
}
.WeChat:hover {
	background:url(../images/WeChat.png) center center no-repeat;
}
.weibo {
	background:url(../images/weibo-hover.png) center center no-repeat;
}
.weibo:hover {
	background:url(../images/weibo.png) center center no-repeat;
}
.qzone {
	background:url(../images/qzone-hover.png) center center no-repeat;
}
.qzone:hover {
	background:url(../images/qzone.png) center center no-repeat;
}
.sdi_ue {
	background:none;
	cursor: pointer;
	float: left;
	height: 40px;
	outline: medium none;
	width: 35px;
	border:none;
}
.sdi_uw {
	background: none;
	float: left;
	height: 40px;
	line-height: 40px;
	outline: medium none;
	padding-left: 10px;
	width: 152px;
	border:none;
	color:#fff;
}
.sunb {
	width:110px;
	height:40px;
	line-height:40px;
	border-right:1px solid #950b22;
	float:right;
}
.sunb a {
	font-size:14px;
	color:#ffffff;
	display:block;
	background:url(../images/pic_pelpoe.png) 10px 11px no-repeat;
	padding-left:33px;
}
.logo {
	width:1100px;
	margin:0px auto;
	position:relative;
}
.peking {
	position: absolute;
	top: 0px;
	left: 0;
	width: 642px;
	height: 115px;
}
.peking a {
	display:inline-block;
	height:115px;
}
#menu {
	height: 48px;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	box-shadow: 0px 2px 5px #eeeeee;
	margin-bottom: 10px;
}
#nav {
	margin:0 auto;
	width:1100px;
	display:block;
	position:relative;
}
#nav .jquery_out {
	float:left;
	line-height:32px;
	display:block;
	border-right:1px solid #fff;
	text-align:center;
	color:#fff;
}
#nav .mainlevel {
	float:left;/*IE6 only*/
}
#nav .mainlevel>a {
	color:#333333;
	text-decoration:none;
	line-height:50px;
	display:block;
	padding:0 25px;
	height:50px;
	font-size:18px;
}
#nav .mainlevel>a:hover {
	color:#fff;
	background:#a71931;
}
#nav .mainlevel ul {
	display:none;
	position:absolute;
	z-index:5;
	background:#fff;
	padding:5px 0px;
	box-shadow: 0px 2px 8px #333333;
	width:86px;
}
#nav .mainlevel li {/*IE6 only*/
	height:40px;
	line-height:40px;
	width:90%;
	margin:0 auto;
}
#nav .mainlevel li a {
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:#666666;
}
#nav .mainlevel li a:hover {
	background:#a71931;
	color:#fff;
}
.log {
	text-align:center;
	color:skyblue;
	line-height:24px;
	text-transform:capitalize;
	margin:50px auto;
}
.hover {
	color:#fff;
	background:#a71931;
}
.nav {
	height:48px;
	border-bottom:1px solid #eeeeee;
	border-top:1px solid #eeeeee;
	box-shadow:0px 2px 5px #eeeeee;
	margin-bottom:20px;
}
.nav_meue {
	width:1200px;
	margin:0 auto;
}
.nav_meue ul li {
	float:left;
}
.nav_meue_li {
	background:#a71931;
	color:#fff !important;
}
.nav_meue_li>a {
	color:#fff !important;
}
.nav_meue ul li a {
	height:50px;
	line-height:50px;
	color:#333333;
	display:block;
	font-size:18px;
	padding:0px 25px;
}
/*.nav_meue ul li a:hover{ color:#fff; background:#a71931;}*/

.four {
	height:160px;
	background:#f6f6f9;
}
.four_pic {
	width:1200px;
	margin:0 auto;
}
.list {
	width:273px;
	height:80px;
	background:#fff;
	border-left:2px solid #a71931;
	float:left;
	margin-right:25px;
	margin-top:40px;
	display:block;
}
.list:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 80px;
	background: #a71931;
}
.list:hover:before {
	width: 273px;
}
.list:active {
	background: #a71931;
}
.list h1 a {
	display:block;
	font-size:20px;
	color:#333333;
	text-align:left;
	margin-top:14px;
	padding-left:120px;
	position:relative;
 transition: color .3s ease .1s;
 -webkit-transition: color .3s ease .1s;/*谷歌和safari*/
 -moz-transition: color .3s ease .1s;/*火狐*/
 -ms-transition: color .3s ease .1s;/*ie*/
 -o-transition: color .3s ease .1s;/*opera*/
}
.pic_0 {
	background:url(../images/pic_n.png) 60px center no-repeat;
	height:50px;
	line-height:50px;
}
.pic_01 {
	background:url(../images/pic_ben.png) 60px center no-repeat;
	height:50px;
	line-height:50px;
}
.pic_02 {
	background:url(../images/pic_shuo.png) 60px center no-repeat;
	height:50px;
	line-height:50px;
}
.pic_03 {
	background:url(../images/pic_doctor.png) 60px center no-repeat;
	height:50px;
	line-height:50px;
}
.pic_04 {
	background:url(../images/pic_widows.png) 60px center no-repeat;
	height:50px;
	line-height:50px;
}
.list h1 span {
	display:block;
	font-size:14px;
	color:#333333;
	text-align:left;
 transition: color .3s ease .1s;
 -webkit-transition: color .3s ease .1s;/*谷歌和safari*/
 -moz-transition: color .3s ease .1s;/*火狐*/
 -ms-transition: color .3s ease .1s;/*ie*/
 -o-transition: color .3s ease .1s;/*opera*/
}
.list:hover h1 span {
	color:#fff;
}
.list:hover .pic_0 a {
	background:url(../images/pic_m.png) 60px center no-repeat;
	color:#fff;
}
.list:hover .pic_01 a {
	background:url(../images/pic_ben_h.png) 60px center no-repeat;
	color:#fff;
}
.list:hover .pic_02 a {
	background:url(../images/pic_shuo_h.png) 60px center no-repeat;
	color:#fff;
}
.list:hover .pic_03 a {
	background:url(../images/pic_doctor_h.png) 60px center no-repeat;
	color:#fff;
}
.list:hover .pic_04 a {
	background:url(../images/pic_widows_h.png) 60px center no-repeat;
	color:#fff;
}
.content {
	width:1200px;
	margin:40px auto;
}
.content_left {
	width:780px;
}
.content_right {
	width:380px;
}
/* tabbtn */
.tabbtn {
	height:46px;
	width:320px;
	float:left;
}
.tabbtn li {
	float:left;
	position:relative;
	display:block;
}
.tabbtn li a {
	display:block;
	float:left;
	height:45px;
	line-height:45px;
	overflow:hidden;
	width:160px;
	font-size:20px;
	cursor:pointer;
	color:#333333;
}
/*.tabbtn li a:hover{ color:#fff;}*/
.btn_01 {
	background-color:#eeeeee;
	background:url(../images/news.png) no-repeat;
}
.btn_01 a {
	text-indent:26px;
}
.btn_02 a {
	text-indent:44px;
}
/*.btn_01:hover{ background:url(../images/news_h.png) no-repeat;background-color:#eeeeee; z-index:3;}*/
.btn_02 {
	background-color:#eeeeee;
	right:27px;
	background:url(../images/hui.png) no-repeat;
}
/*.btn_02:hover{ background:url(../images/hui_h.png) no-repeat;background-color:#eeeeee; z-index:3;}*/

/* tabcon */
.tabcon {
	position:relative;/*必要元素*/
}
.tabcon .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tabcon .sublist {
}
.btn_hover {
	background:url(../images/news_h.png) no-repeat;
	background-color:#eeeeee;
	z-index:3;
}
.btn_hover a {
	color:#fff !important;
}
.btn_add {
	background:url(../images/hui_h.png) no-repeat;
	background-color:#eeeeee;
	z-index:3;
}
.btn_add a {
	color:#fff !important;
}
/* sublist */
.sublist_left {
	width:350px;
}
.sublist_left img {
	margin-top:20px;
}
.red_time {
	width:70px;
	height:60px;
	background:#a71931;
	display:block;
	font-size:24px;
	color:#ffffff;
	text-indent:8px;
	position:absolute;
	top:171px;
	left:10px;
}
.red_x {
	display:block;
	width:270px;
	height:2px;
	border-bottom:2px solid #a71931;
	float:right;
	margin-top:2px;
}
.red_time span {
	display:block;
	font-size:14px;
	color:#ffffff;
}
.sublist_left h2 {
	clear:both;
	margin:20px 0px;
}
.sublist_left h2 a {
	display:block;
	font-size:18px;
	color:#333333;
}
.sublist_left h2 a:hover {
	color:#a71931;
}
.red_s {
	width:30px;
	height:1px;
	border-bottom:1px solid #a71931;
	display:block;
}
.sublist_left p {
	font-size:14px;
	color:#666666;
	line-height:25px;
	margin-top:20px;
}
.sublist_right {
	width:400px;
	overflow:hidden;
}
.sublist_right ul {
	margin-top:20px;
}
/*kaishi */

.sublist_right ul li {
	border-bottom:1px dashed #eeeeee;
	padding-bottom:11px;
	margin-top:13px;
	width:400px;
	overflow:hidden;
	background:url(../images/new_news_jiao.jpg) 0px 6px no-repeat;
	padding-left:20px;
}
.sublist_right ul li a {
	font-size:16px;
	display:block;
	color:#333333;
	float:left;
}
.sublist_right ul li a:hover {
	color:#a71931;
}
.sublist_right ul li p {
	font-size:14px;
	color:#666666;
	display:block;
	float:right;
	margin-right:20px;
	margin-top:2px;
}
.sublist_center {
	overflow:hidden;
}
.sublist_center ul {
	margin-top:20px;
}
.sublist_center ul li {
	border-bottom:1px dashed #eeeeee;
	padding-bottom:10px;
	margin-top:13px;
	overflow:hidden;
	background:url(../images/new_news_jiao.jpg) 0px 6px no-repeat;
	padding-left:20px;
}
.sublist_center ul li a {
	font-size:16px;
	display:block;
	color:#333333;
	float:left;
}
.sublist_center ul li p {
	font-size:14px;
	color:#666666;
	display:block;
	float:right;
	margin-right:20px;
	margin-top:2px;
}
.sublist_center ul li a:hover {
	color:#a71931;
}
.more {
	float:right;
	margin-top:10px;
}
.more a {
	font-size:14px;
	color:#666666;
	text-align:center;
	display:block;
	line-height:33px;
	width:90px;
	height:34px;
	background:url(../images/btn_border.png) no-repeat;
transition: all 0.5s ease .1s;
 -webkit-transition: all 0.5s ease .1s;/*谷歌和safari*/
 -moz-transition: all 0.5s ease .1s;/*火狐*/
 -ms-transition: all 0.5s ease .1s;/*ie*/
 -o-transition: all 0.5s ease .1s;/*opera*/
}
.more a:hover {
	background:url(../images/btn_border_h.png) no-repeat;
	color:#a71931;
}
.rontier a {
	display:block;
	float:left;
	overflow:hidden;
	line-height:46px;
	font-size:20px;
	cursor:pointer;
	color:#333333;
	width:160px;
	height:46px;
	background:url(../images/conter_hui.jpg) no-repeat;
	text-indent:35px;
}
.rontier a:hover {
	background:url(../images/conter_red.jpg) no-repeat;
	color:#fff;
}
.hover {
	background:url(../images/conter_red.jpg) no-repeat !important;
	color:#fff !important;
}
.main_ul {
	width:380px;
	margin-top:20px;
}
.main_ul li {
	height:34px;
	border:1px solid #fff;
	margin-bottom:10px;
}
.main_ul li a {
	display:block;
	font-size:16px;
	color:#333333;
	float:left;
}
.main_ul li a:hover {
	color:#a71931;
}
.main_ul li p {
	font-size:14px;
	color:#999999;
	float:right;
	margin-top:2px;
	border-left:1px solid #dcdcdc;
	padding-left:10px;
}
/*jieshu */

.time {
	width:47px;
	height:32px;
	float:left;
	line-height:18px;
	text-align:center;
	margin-top:8px;
	margin-right:16px;
	border-right:1px solid #dcdcdc;
}
.foot {
	height:287px;
	background:#2c2f3c;
}
.footer {
	width:1100px;
	margin:0 auto;
}
.foot_left {
	width:539px;
	margin-top:45px;
}
.foot_left h1 {
	font-size:18px;
	color:#dddddd;
	display:block;
	margin-bottom:5px;
}
.foot_left h2 {
	font-size:14px;
	color:#dddddd;
	display:block;
	font-style:italic;
}
.links {
	margin-top:20px;
	width:456px;
	margin-left:6px;
}
.links ul li {
	float:left;
	margin-right:3px;
	margin-bottom:12px;
}
.links ul li a {
	font-size:13px;
	color:#cccccc;
	background:#252833;
	display:block;
	padding: 7px 5px;
}
.foot_right {
	width:522px;
	margin-top:45px;
}
.foot_right h1 {
	font-size:18px;
	color:#dddddd;
	display:block;
	margin-bottom:5px;
}
.foot_right h2 {
	font-size:14px;
	color:#dddddd;
	display:block;
	font-style:italic;
}
/*.foot_live {
	width:105px;
	margin-top:95px;
}*/

.foot_live {
    width: 72px;
    margin-top: 95px;
}
.call {
	margin-top:21px;
	width:471px;
	/* margin-left:16px; */
	height:98px;
}
.call ul{display:flex;flex-wrap:wrap;gap:8px 0;}
.call ul li {
	font-size:14px;
	color:#cccccc;
	display:block;
	width: calc(33%);
}
.call ul li>a {
	color:#cccccc;
}
.foot_right p {
	float:left;
	margin-left:16px;
	font-size:14px;
	color:#cccccc;
	line-height:26px;
}
.copyright {
	height:60px;
	background:#262934;
}
.copyright p {
	font-size:14px;
	color:#ffffff;
	width:253px;
	margin:0 auto;
	line-height:60px;
}
.copyright p a {
	font-size:14px;
	color:#ffffff;
	width:253px;
	margin:0 auto;
	line-height:60px;
	display:block;
}
#topcontrol{ right:30px; bottom:10% !important;}
.room{width:100px; height:34px; display:block; background:url(../images/call01.png) 0px no-repeat; display:block; clear:both; padding-left:34px; margin-bottom:10px; }
/*2017-1-16*/


.news {
	width:1100px;
	margin:30px auto 0px;
	position:relative;
}
.news_left {
	width:670px;
}
.news_right {
	width:400px;
}
.news_nav h2 {
	display:block;
	background:url(../img/btn_news.jpg) no-repeat;
	width:140px;
	height:38px;
	float:left;
}
.news_nav h2 a {
	font-size:18px;
	color:#ffffff;
	display:block;
	line-height:38px;
	text-indent:50px;
}
.news_nav span {
	width:80px;
	height:18px;
	background:url(../img/pic_red_right.jpg) right no-repeat;
	display:block;
	float:right;
	margin-top:11px;
}
.news_nav span a {
	font-size:14px;
	color:#a71931;
	display:block;
}
.new_left {
	width:309px;
	position:relative;
}
.new_left img {
	margin-top:20px;
}
.red_time {
	width:70px;
	height:60px;
	background:#a71931;
	display:block;
	font-size:24px;
	color:#ffffff;
	text-indent:8px;
	position:absolute;
	top:157px;
	left:10px;
}
.red_x {
	display:block;
	width:270px;
	height:2px;
	border-bottom:2px solid #a71931;
	float:right;
	margin-top:2px;
}
.red_time span {
	display:block;
	font-size:14px;
	color:#ffffff;
}
.new_left h2 {
	clear:both;
	margin:20px 0px 5px;
}
.new_left h2 a {
	display:block;
	font-size:16px;
	color:#000000;
	height: 63px;
	overflow: hidden;
}
.new_left h2 a:hover {
	color:#a71931;
}
.red_s {
	width:30px;
	height:1px;
	border-bottom:1px solid #a71931;
	display:block;
}
.new_left p {
	font-size:14px;
	color:#666666;
	line-height:25px;
	margin-top:10px;
}
.new_right {
	width:342px;
	margin-top:20px;
}
.new_right ul li:first-child {
	padding-top:0px;
}
.new_right ul li:last-child {
	border:0px;
}
.new_right ul li {
	border-bottom:1px solid #dfdfdf;
	height:25px;
	padding-top:3px;
	padding-bottom:3px;
}
.new_right ul li span {
	width:48px;
	height:22px;
	display:block;
	float:left;
	background:#a71931;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	line-height:22px;
}
.new_right ul li a {
	font-size:14px;
	color:#000000;
	display:block;
	line-height:22px;
	height: 22px;
	overflow: hidden;
	float:left;
	padding-left:13px;
	width:280px;
 transition: all 0.5s ease .1s;
 -webkit-transition: all 0.5s ease .1s;/*谷歌和safari*/
 -moz-transition: all 0.5s ease .1s;/*火狐*/
 -ms-transition: all 0.5s ease .1s;/*ie*/
 -o-transition: all 0.5s ease .1s;/*opera*/
}
.new_right ul li a:hover {
	background:#a71931;
	color:#fff;
}
.news_nav h3 {
	display:block;
	background:url(../img/btn_notice.jpg) no-repeat;
	width:140px;
	height:38px;
	float:left;
}
.news_nav h3 a {
	font-size:18px;
	color:#ffffff;
	display:block;
	line-height:35px;
	text-indent:50px;
}
.notice {
	margin-top:20px;
}
.notice ul li {
	height:25px;
	margin-bottom:4px;
}
.notice ul li span {
	width:52px;
	height:22px;
	display:block;
	float:left;
	font-size:16px;
	color:#a71931;
	text-align:center;
	line-height:22px;
	font-family:Candara;
}
.notice ul li a {
	font-size:14px;
	color:#000000;
	display:block;
	line-height:22px;
	float:left;
	padding-left:10px;
	width: 83%;
	height: 22px;
	overflow: hidden;
}
.team_bg {
	height:298px;
	background:#f3f3f4;
	margin-top:25px;
}
.team {
	width:1100px;
	margin:0 auto;
}
.academic_team {
	width:670px;
	margin-top:27px;
	position:relative;
}
.academic_team h3 {
	width:200px;
	float:left;
}
.academic_team h3 a {
	font-size:22px;
	color:#a71931;
	display:block;
	background:url(../img/btn_student.png) 0px no-repeat;
	padding-left:25px;
}
.academic_team>span {
	display:block;
	float:right;
	margin-top:10px;
}
.academic_team>span>a {
	font-size:14px;
	color:#a71931;
	display:block;
}
.student {
	display:block;
	margin-top:15px;
}
.slt {
	width:130px;
	height:100px;
	overflow:hidden;
	float:left;
}
.student>p {
	font-size:16px;
	color:#000200;
	display:block;
	float:left;
	width:160px;
	margin-left:20px;
	line-height:23px;
	height: 66px;
	overflow: hidden;
}
.student>span {
	font-size:14px;
	color:#999999;
	background:url(../img/rili.png) 20px no-repeat;
	padding-left:40px;
	font-style:italic;
}
.academic_team p a {
	font-size:14px;
	color:#000200;
	display:block;
	margin-top:7px;
	line-height:25px;
	height: 75px;
	overflow: hidden;
}
.box {
	height:230px;
	float:left;
	width:670px;
	overflow: hidden;
	position:relative;
}
.box li {
	display:block;
	float:left;
	width:325px;
	height:230px;
	cursor:pointer;
}
a.prev_book {
	background:url(../img/pic_jiantou.png) no-repeat;
	display:block;
	width:21px;
	height:21px;
	float:left;
	cursor:pointer;
	position:absolute;
	top:7px;
	right:87px;
}
a.next_book {
	background:url(../img/pic_jiantou.png) -25px no-repeat;
	display:block;
	width:21px;
	height:21px;
	float:left;
	cursor:pointer;
	position:absolute;
	top:7px;
	right:62px;
}
a.prev_book:hover {
	background:url(../img/pic_jiantou_hover.png) no-repeat;
}
a.next_book:hover {
	background:url(../img/pic_jiantou_hover.png) -25px no-repeat;
}
.scroll_list {
	width:10000em;
	position:absolute;
}
.academic_team_right {
	width:400px;
	margin-top:27px;
}
.academic_team_right h3 {
	width:200px;
	margin-bottom:18px;
}
.academic_team_right h3 a {
	font-size:22px;
	color:#a71931;
	display:block;
	background:url(../img/btn_student.png) 0px no-repeat;
	padding-left:25px;
}
.yx-rotaion {
	margin:0 auto;
	width:400px !important;
	height:200px !important;
}
.yx-rotaion-btn, .yx-rotaion-title, .yx-rotation-focus, .yx-rotation-t, .yx-rotaion-btn {
	position:absolute
}
.yx-rotation-title {
	position:absolute;
	width:100%;
	height:40px;
	line-height:40px;
	background:#000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity:0.4;
	opacity:0.4;
	left:0;
	bottom:0;
	_bottom:-1px;
	z-index:1
}
.yx-rotation-t {
	color:#fff;
	font-size:16px;
	font-family:microsoft yahei;
	z-index:2;
	bottom:0;
	line-height:40px;
	width:400px;
	margin:0 auto;
	text-align:center;
}
.yx-rotation-focus span, .yx-rotaion-btn span {
	background:url(../images/ico.png) no-repeat;
	display:block;
}
.yx-rotation-focus {
	height:40px;
	line-height:40px;
	right:20px;
	bottom:0;
	z-index:2;
	display:none;
}
.yx-rotation-focus span {
	width:12px;
	height:12px;
	line-height:12px;
	float:left;
	margin-left:5px;
	position:relative;
	top:14px;
	cursor:pointer;
	background-position:-24px -126px;
	text-indent:-9999px
}
.yx-rotaion-btn {
	width:100%;
	height:20px;
	top:50%;
	margin-top:-20px;
}
.yx-rotaion-btn span {
	width:18px;
	height:20px;
	cursor:pointer;
	position:relative
}
.yx-rotaion-btn .left_btn {
	float:left;
	left:0px;
	background:url(../img/banner_pic.png) no-repeat;
}
.yx-rotaion-btn .right_btn {
	float:right;
	right:0px;
	background:url(../img/banner_pic.png) -19px no-repeat;
}
.yx-rotaion-btn .left_btn:hover {
	background:url(../img/banner_pic_hover.png) no-repeat;
}
.yx-rotaion-btn .right_btn:hover {
	background:url(../img/banner_pic_hover.png) -19px no-repeat;
}
.yx-rotation-focus span.hover {
	background-position:-10px -126px
}
.rotaion_list {
	width:0;
	height:0;
	overflow:hidden;
}
.foot_left {
	width:445px;
	margin-top:45px;
}
.links {
	margin-top:20px;
	width:395px;
	margin-left:3px;
}
.language {
	width:78px;
	margin-top:16px;
	margin-left:27px;
}
.iisic {
	z-index:134654;
	position:relative;
}
.eeeisc {
	display:none;
	border-bottom:1px solid #d8d2d4;
	z-index:134654;
	margin-top:0px;
}
.eeeisc li {
	display:block;
	border:1px solid #d8d2d4;
	height:21px;
	background:#FFF;
	border-bottom:0px;
}
.eeeisc li a {
	display:block;
	line-height:21px;
	background:#fff;
	text-indent:4px;
	text-align:left;
	font-size:14px;
	height:21px;
	color:#333333;
}
.eeeisc li a:hover {
	background:#a91e36;
	color:#fff;
}
.input-box {
	height:22px;
	overflow:hidden;
	margin-top:15px;
	position:absolute;
	right:83px;
	margin-right:6px;
}
.input-box>.btn1 {
	border-color: #a91e36;
	border-width: 1px;
	border-style: solid;
	height: 20px;
	padding: 0;
	outline: none;
	width: 0;
	margin-right:1px;
 transition: all 1s ease .1s;
 -webkit-transition: all 1s ease .1s;/*谷歌和safari*/
 -moz-transition: all 1s ease .1s;/*火狐*/
 -ms-transition: all 1s ease .1s;/*ie*/
 -o-transition: all 1s ease .1s;/*opera*/
}
.input-box>.active {
	width: 100px;
	padding: 0 8px;
	font-size:12px;
	color:#333333;
}/*权值问题 过渡效果权值必须足够高要不不好触发动画效果*/
.input-box>.active:focus {
}
.input-box>.btn2 {
	border-style: none;
	outline: none;
	background:url(../img/search.png) no-repeat;
	width: 38px;
	height: 22px;
	cursor:pointer;
}
/*检测IE*/

#ie-alert-overlay {
	width:100%;
	height:100%;
	background-image:url(bg.png);
	position: fixed;
	top: 0;
	left: 0;
	z-index:9999;
}
* html #ie-alert-overlay {   /* fixed position hack for IE6 */
	position: absolute;
	z-index:9999;
}
/*

	Pop Up Panel

*/

#ie-alert-panel {
	width:520px;
	height:331px;
	position:fixed;
	background: url(../images/iealertsprite.png) no-repeat;
	background-position: -1px -109px;
	top:50%;
	left:50%;
	margin:-201px 0 0 -296px;
	padding:72px 0 0 72px;
	_position:absolute;  /* fixed position hack for IE6 */
 _top:expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');  /* top:300px hack for IE6 */
	/* font settings */
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	line-height:1.5em;
	z-index:10000;
}
#ie-alert-panel p {
	font-size:14px;
	width:486px;
	text-align:justify;
}
#ie-alert-panel img {
	border:0;
}
#ie-alert-panel span {
	font-size:18px;
	margin: 0 0 20px 0;
	display:block;
	padding:0;
}
#ie-alert-panel ul {
	list-style: none;
	margin:0;
	padding:0;
}
#ie-alert-panel li {
	float:left;
	margin:0 22px 0 0;
}
#ie-alert-panel li.last {
	margin-right:0;
}
#ie-alert-panel a {
	display:inline-block;
}
.browser {
	position: absolute;
	bottom:35px;
}
.chrome, .firefox, .ie9, .opera, .safari {
	background: url(../images/iealertsprite.png) no-repeat;
}
/*

	browsers

*/


.chrome {
	background-position: 0 0;
	width: 73px;
	height: 96px;
	margin:0 4px 0 0;
}
.firefox {
	background-position: -292px 0;
	width: 73px;
	height: 98px;
}
.ie9 {
	background-position: -179px 0;
	width: 95px;
	height: 98px;
}
.opera {
	background-position: -90px 0;
	width: 73px;
	height: 98px;
}
.safari {
	background-position: -387px 0;
	width: 73px;
	height: 98px;
	margin:0 4px 0 0;
}
