@charset "gb2312";
.xnban{width:100%;display: block;/* height: 95px; */position:fixed; top:0;z-index:9999;background: url(../images/phnm29.jpg) no-repeat center center; }
.head_h1 { width: 100%;line-height: 36px;margin: 0 auto;border-bottom: 1px solid #dddddd; }
.head_h1 h1 { width: 1000px;margin: 0 auto;font-size: 12px;height: 36px;line-height: 36px;font-weight: 300; color: #666;overflow: hidden; }
.pagetop{width:100%;overflow:hidden;position:relative;z-index:0;height:125px;}
/* 头部 logo */
.page-top{width:100%;margin-top:0px;overflow:hidden;position:relative;z-index:0;height:125px;}
.top-bg{width:100%;height:6px;background:#c82046;overflow:hidden;position:absolute;left:0;top:0;z-index:0;}
.logo_bg {position:absolute;left:14%;top:0;height:125px;}
.top-search{position:absolute;left:50%;top:0;margin-left:30px;width:233px;padding:10px 0 12px 258px;height:22px;background:url(../images/cmn_1.jpg) 0 0 no-repeat;}
.top-search input{border:0;}
.top-search .input{height:20px;width:125px;float:left;line-height:20px;border-radius:8px;text-indent:0.5em;background:none;}
.top-search .smt{height:21px;width:47px;margin-left:7px;float:left;background:none;cursor:pointer;}

.nav{width:705px;height:58px;background:#f4f3f3;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:absolute;left:37%;top:57px;}
.nav ul{width:705px;height:58px;position:absolute;z-index:1;}
.nav li{float:left;width:100px;height:58px;}
.nav li a{float:left;width:100px;height:40px;padding:9px 0;color:#404040;font:16px/24px "宋体";text-align:center;}
.nav li a:hover,.nav li a.hover{color:#fff;}
.nav li a em{font-style:normal;font-size:10px;line-height:16px;display:block;-webkit-transform:scale(0.84,0.84);}
.nav .act{background:#c82046;color:#fff;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:absolute;z-index:0;top:0;left:0;width:100px;height:58px;}

/*  头部图片轮换  */
.sy_banner{ height: 400px;width: 100%;overflow: hidden; }
.bannerCont{position: relative;width: 100%;height:100%;}
.sy_banner a{display: block;width: 100%;height: 400px;}
.banner-hidden{width: 1400px;height: 400px;position: relative;margin: 0 auto;}
.banner-hidden div{position: absolute;opacity: 0;}
.banner2{display: block;width: 100%;height: 400px;background:url(../images/bb_bb1.jpg) no-repeat center;}
.banner3{background:url(../images/bb_b1.jpg) no-repeat center;}
.banner4{background:url(../images/abb_b2.jpg) no-repeat center;}
.banner1{background:url(../images/abb_b3.jpg) no-repeat center;}
.banner5{background:url(../images/bb_b4.jpg) no-repeat center;}

.btn_center{width: 100%;position: absolute;bottom: 10px;left: 0;height: 20px;z-index: 2;}
.btn_center p{width: 156px;margin: 0 auto;height: 100%;}
.btn_center p span{width:14px;height: 14px;background: #999;border-radius: 50px;float: left;margin:0 8px;cursor: pointer;-moz-border-radius:50px;-webkit-border-radius:50px;}
.btn_center p .active{background: #c82046;}
.btn_left,.btn_right{display: block;width: 49px;height: 49px;top:200px;background: url(../images/icon_home.png) no-repeat;position: absolute;cursor: pointer;display: none;z-index: 2;}
.btn_left{background-position: 0 -156px;left: 10%;}
.btn_right{background-position: 0 -254px;right: 10%;}
a.btn_left:hover{background-position: 0 -205px;}
a.btn_right:hover{background-position: 0 -303px;}


/* 病种头部  动画导航 */
.section_icon_nav_box1{width:100%;background: #FFF; height: 113px; border-bottom:1px solid #c9caca}
.section_icon_nav_box2{width:1000px;height:113px;margin:0px auto;}
.section_icon_nav_box2 ul{height:113px;}
.section_icon_nav_box2 ul li{width: 109px;position: relative; float: left; height: 113px;}
.section_icon_nav_box2 ul li.icon_nav1,
.section_icon_nav_box2 ul li.icon_nav2,
.section_icon_nav_box2 ul li.icon_nav3,
.section_icon_nav_box2 ul li.icon_nav4,
.section_icon_nav_box2 ul li.icon_nav5,
.section_icon_nav_box2 ul li.icon_nav6,
.section_icon_nav_box2 ul li.icon_nav7,
.section_icon_nav_box2 ul li.icon_nav8{border-right:1px solid #c9caca;}
.section_icon_nav_box2 ul li.icon_nav1{margin-left: 0px;}
.section_icon_nav_box2 ul li i{position:absolute;width:100%;height:100%;background-color:#a91b3b; background-color:#FFF \9;opacity:0;-webkit-animation:orangeOut 0.4s ease;animation:orangeOut 0.4s ease;}
.section_icon_nav_box2 ul li:hover i{opacity:1;
	-webkit-animation:orangeIn 0.2s ease;
	animation:orangeIn 0.2s ease;background-color:#a91b3b \9;}
@-webkit-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-moz-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@-ms-keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}
@keyframes orangeIn {
	0% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
100% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
}

@-webkit-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@-moz-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@-ms-keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}
}
@keyframes orangeOut {
	0% {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	opacity:1
}
100% {
	-webkit-transform:scale(0.8);
	-ms-transform:scale(0.8);
	transform:scale(0.8);
	opacity:0
}}
.section_icon_nav_box2 ul li a {width:100%; height:113px; position:absolute;color:#2b2b2b;}
.section_icon_nav_box2 ul li a em{display: block; margin:10px auto; width: 69px; height: 69px; background-image:url(../images/nav_03.png);
}
.section_icon_nav_box2 ul li a:hover{ color:#FFF}
.icon_nav1 a em{ background-position:0 0}
.icon_nav1 a:hover em{ background-position: 0 -77px;}
.icon_nav2 a em{background-position:-109px 0px}
.icon_nav2 a:hover em{ background-position:-109px -77px}
.icon_nav3 a em{ background-position:-219px 0}
.icon_nav3 a:hover em{ background-position:-219px -77px}
.icon_nav4 a em{ background-position:-331px 0}
.icon_nav4 a:hover em{ background-position:-331px -77px}
.icon_nav5 a em{ background-position:-438px 0}
.icon_nav5 a:hover em{ background-position:-438px -77px}
.icon_nav6 a em{ background-position:-551px 0}
.icon_nav6 a:hover em{ background-position:-551px -77px}
.icon_nav7 a em{ background-position:-662px 0}
.icon_nav7 a:hover em{ background-position:-662px -77px}
.icon_nav8 a em{ background-position:-772px 0}
.icon_nav8 a:hover em{ background-position:-772px -77px}
.icon_nav9 a em{ background-position:-883px 0}
.icon_nav9 a:hover em{ background-position:-883px -77px}
.section_icon_nav_box2 ul li p { text-align: center; position: absolute; top: 89px; text-align: center; width: 100%; display: block; left: 0;}




/*  商务通  */
.fix:after { display: block; content: "$"; height:auto; clear: both; overflow: hidden; visibility: hidden; }
.sy_bottom{height: 96px;background:url(../images/cmn_12.jpg) no-repeat;width: 998px;margin: 30px auto;border: 1px solid #d2d2d2;}
.sy_bottom ul{padding-top:21px;}
.sy_bottom li{float: left;height: 45px;display: inline;}
.sy_bottom li a{color: #ac0b30;display: block;font-size:16px;line-height:38px;font-family: "宋体";}
.sy_bottom li a:hover{color: #ac0b30;text-decoration: none;}
.sy_bottom li span{display: block;height:45px;float: left;}
.sy_bottom li .bo1{width: 41px;margin-right: 8px;}
.sy_bottom li .bo2{width: 47px;margin-right:10px;}
.sy_bottom li .bo3{width: 43px;margin-right:7px;}
.sy_bottom li .bo4{width: 62px;margin-right:10px;}
.sy_bottom li .bo5{width: 32px;margin-right:10px;}
.sy_bottom li.sy_bott1{ margin-left: 15px;width: 180px;}
.sy_bottom li.sy_bott2{ margin-left: 23px;width: 180px;}
.sy_bottom li.sy_bott3{ margin-left: 33px;width: 180px;}
.sy_bottom li.sy_bott4{ margin-left: 12px;width: 180px;}
.sy_bottom li.sy_bott5{ margin-left:42px;width: 120px;}


/* 底部导航 */
.menu{width:100%;background:#e7e7e7; height:43px; line-height:43px;margin: 0 auto 14px;}
#topnav img {float: left;}
.menu .menu_nr{}
.menu .menu_nr ul {height: 43px;line-height:43px;margin: 0 auto;width:1000px; }
.menu .menu_nr ul li{float:left;height: 43px;line-height:43px; }
.menu .menu_nr ul li a{color: #292929;font-family: "宋体";font-size: 16px;padding: 0 36px; float:left;}
.menu .menu_nr ul li a:hover{text-decoration:underline;color: #9f052d;}

/* 底部信息 */
.sy_foot{width:100%;height: auto; background-color:#a91a3f;margin:0 auto;}
.w1001 {width:1001px;height:auto;margin:0 auto;}
.footLeft{width: 336px;height:217px;}
.footMid_01 {background:url(../images/cmn_13.jpg) no-repeat;width: 2px;height:217px;}
.footMid{padding: 40px 20px 0;width: 445px;height:auto;}
.footMid p{ width:auto; height:auto;line-height:26px;color:#fff; overflow:hidden;}
.footMid p span{ background:url(../images/ico6.png) no-repeat left center;font-size:13px; padding-left:19px;display: block;}
.footMid p span a{ color:#fff; }
.footRight{height: 217px;width:176px;}

/* 底部版权信息 */
.bot_bar {width:100%;height:35px; background-color:#868686;margin:0 auto;}
.bot_bq {width:1000px;height:35px;line-height:35px;margin:0 auto;}
.bot_bq  span {color: #fff;font-family: "宋体";font-size: 13px;float:left;}
.bot_bq  span:nth-child(1) {margin-right:40px;}


.hudk{ margin: 0 auto;line-height: 20px;font-size: 10px;color: #fff;  }
.hudy{ margin: 0 auto;line-height: 20px;font-size: 10px;text-align: center;  }

/* 底部相关推荐 备案号样式 20.4.24  */
.dbb { margin: 0 auto;width: 1001px;color: #fff;font-size: 12px;  }
.dbb a{ display: inline-block;padding: 0 5px;color: #fff;font-size: 12px;line-height: 20px;  }
.copyn { margin: 0 auto;width: 1001px; }
.copyn a{ font-size: 12px;line-height: 68px;color: #fff;  }













