/*首页*/
/*//////////////*/
/*Data Preloader*/
/*//////////////*/
#preloader {
	position:fixed;
	z-index:2500;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFF; 
	z-index:99999999; 
}
#status {
	position:fixed;
	z-index:99999999;
	width:250px;
	height:250px;
	position:absolute;
	left:50%; 
	top:50%; 
	background-image:url(../images/status.gif); 
	background-size:64px 64px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-125px 0 0 -125px; 
}
#status p{
	top:60%;
}
#status em{
	font-size:10px!important;
	display:block;
	font-style:normal;
}
.index{

padding-bottom:64px;
}

.index-after{
    position: fixed;
    right: 34%;
    min-width: 320px;
    max-width: 640px;
    top: 0;
    width: 100%;
}
.index .top{
width:92%;
padding:8px 4%;
overflow:hidden;
position:relative;
background-color:#0d499f;
}
.index .top .logo{
float:left;
width:35%;
}
.index .top .logo img{
max-width:135px;
}
.ico-menu{
background:url(/Content/weixin/website/images/topmenu.png) no-repeat;
background-size:100%;
display: inline-block;
vertical-align: middle;
position: absolute;
top: 50%;
right: 4%;
transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-webkit-transform: translate3d(0,-50%,0);
-o-transform: translate3d(0,-50%,0);
width: 24px;
height: 20px;
}
.index .ul_style{
padding:15px 3% 5px;
overflow:hidden;
width:94%;
margin:0 auto;
border-bottom:1px solid #ededed;
}
.index .ul_style li {
width: 25%;
float: left;
margin-bottom: 10px;
}
.index .ul_style li span {
text-align: center;
display: block;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.index .ul_style li img {
width: 65%;
display: block;
margin: 0 auto;
margin-bottom: 5px;
vertical-align: middle;
max-width: 70px;
}

/*team*/
.project{width: 100%; background: url(../img/bg1.jpg) center no-repeat;}
.about-nav .bt1{background-color: #f6f6f8;}
.scrollBox{ width:100%;padding:10px 0; position:relative;background-color:#ebebeb; }
.scrollBox .piclist{ overflow:hidden; zoom:1;}
.scrollBox .ohbox{overflow:hidden; position:relative;width:100%;left:20%}
.scrollBox {position:relative;overflow:hidden;zoom:1;}
.scrollBox .piclist li{float:right; display:inline; width:70%;}
.scrollBox .piclist .left{float: left; }
.scrollBox .pageBtn span{ 
    display: block;
    width: 40px;
    height: 68px;
    position: absolute;
    top: 30%;
    cursor: pointer;
    text-indent: -999em;
    overflow: hidden;
    outline: none;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);

}
.scrollBox .pageBtn .prev{background: url(../images/btn-left.png) left center no-repeat; left: 2%; background-size: 70%;outline: none;}
.scrollBox .pageBtn .next{background: url(../images/btn-right.png) right center no-repeat; right: 2%; background-size: 70%;outline: none;}
    .scrollBox img {float:left;width:45%;margin:0 2.5%;
    }
.project .content{padding-bottom: 5%;}
.scrollBox .ohbox{left: 15%;}
.scrollBox .piclist li{width: 70%;}
 .scrollBox .piclist .left{width: 100%; text-align: center;}

/*新闻*/
.news{
color:#000;
clear:both;
}
.news h1{
margin-top:8px;
font-size:18px;
border-left:5px solid #41beff;
text-indent:8px;
}
.news ul{
overflow:hidden;
margin-top:30px;
margin-bottom:30px;
}
.news li{
border-bottom:1px dashed #c0c0c0;
overflow:hidden;
width:92%;
margin:0 auto;
padding:2px 0;
position:relative;
min-height:90px;
text-align:left;
}
.news li a{
display:block;
overflow:hidden;
color:#000;
}
.news li .pic{
float: left;
width: 30%;
height: 0;
padding-bottom:20%;
position: absolute;
overflow: hidden;
top: 50%;
transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-webkit-transform: translate3d(0,-50%,0);
-o-transform: translate3d(0,-50%,0);
max-height: 100%;
}
.news li .pic img {
position: absolute;
top: 50%;
left: 0;
transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-webkit-transform: translate3d(0,-50%,0);
-o-transform: translate3d(0,-50%,0);
max-width: 125px;
max-height: 78px;
height: 100%;
}
.news li .info{
float:right;
width:62%;
padding:8px 0;
}
.news li .info .title{
min-height:46px;
}
.news li .info .time{
color:#999;
font-size:12px;
margin-top:5px;
}

/*联系方式*/
.contact{
width:94%;
padding:30px 3% 20px;
overflow:hidden;
font-size:16px;
text-align:left;
color:#5f5f5f;
}
.contact p{
text-indent:2em;
}
.contact dl{
display:block;
overflow:hidden;
line-height:26px;
}
.contact dt{
float:left;
}
.contact dd{
float:left;
}

/*首页关于我们，产品中心*/
.index .title1{
text-transform: uppercase;
font-size:22px;
color:#1a202c;
font-weight:600;
}
.index .ebox{
margin-top:20px;
}
.tit-blue{
color:#0d499f;
}
.index .line{
border-top:1px solid #cdcbcb;
position:relative;
width:100%;
margin-top:24px;
}
.index .title2{
position: absolute;
/*top: -15px;*/
border: 1px solid #cdcbcb;
font-size: 16px;
color: #000;
width: 42%;
left: 0;
margin-left: 29%;
display: inline-block;
padding: 3px 0;
background-color: #FFF;
z-index: 10;
}
.martop{
    margin-top:-15px;
}
.index .about{
color:#5f5f5f;
width:92%;
margin:0 auto;
margin-top:30px;
}
.index .about p{
text-indent:2em;
text-align:justify;
margin-top:5px;
}
.index .more{
border: 1px solid #0d499f;
font-size: 16px;
color: #0d499f;
padding: 1px 8px;
margin:0 auto;
display:inline-block;
margin-top:10px;
}
.index .more:hover{
background-color:#0d499f;
color:#FFF;
}

.index .newslist{
position:relative;
padding: 20px 0;
background:url(../images/news-bg.jpg) no-repeat;
background-size:100% 100%;
}

.index .newslist .title1{
color:#FFF;
}

.index .newslist .line{
border-color:#FFF;
}
.index .newslist .title2{
border-color:#FFF;
color:#FFF;
background:url(../images/news-titbg.jpg) no-repeat;
background-size:100% auto;
}
.index .newsbg{
position:absolute;
top:0;
width:100%;
z-index:-1;
}
/*新闻轮换*/
.index .newschange{
width:94%;
margin:0 auto;
overflow:hidden;
}
.index .newschange li{
width:48%;
margin:0 1%;
margin-top:30px;
margin-bottom:10px;
float:left;
position:relative;
}
.index .newschange .word{
width:92%;
left:4%;
line-height:18px;
color:#FFF;
position:absolute;
bottom:6px;
}

/*产品中心*/
.index .product-list{
width:94%;
margin:0 auto;
overflow:hidden;
padding-top:30px;
margin-bottom:10px;
position:relative;
}

.index .product-list .word{
color:#5f5f5f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index .product-list .pic{
position: relative;
width: 98%;
margin-left:1%;
height: 0;
padding-bottom: 55%;
overflow:hidden;
    border: 1px solid #a4a4a4;
}
.index .product-list .pic img{
max-width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-webkit-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
width:100%;
}

/*产品中心菜单*/
/*.pro-menu{
     background-color: #FFF; 
    color: #0e69ed;
    border: 1px solid #0e69ed;
    border-radius: 3px;
    width: 94%;
    margin-top: 20px;
    display: block;
    clear: both;
    float: left;
    clear: both;
    margin-left: 3%;
}
.pro-menu li{
    width:50%;
    float:left;
    padding:5px 0;
    font-size:16px;
    position:relative;
}
.pro-menu li:hover,.pro-menu .on{
    background-color:#0e69ed;
    color:#FFF;
}
.pro-menu li i {
    display: none;
    border-width: 10px;
    position: absolute;
    bottom: -17px;
    left:50%;
    margin-left:-10px;
    border-style: solid dashed dashed;
    border-color: #0e69ed transparent transparent;
    font-size: 0;
    line-height: 0;
}
.pro-menu .on i{
    display:block;
}*/



/*首页产品中心*/
.index-prolist{

}
.index .index-prolist{
width:94%;
margin:0 auto;
overflow:hidden;
margin-top:25px;
margin-bottom:10px;
}

.index .index-prolist .word{
color:#5f5f5f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index .index-prolist .pic{
position: relative;
width: 100%;
height: 0;
padding-bottom: 55%;
overflow:hidden;
    border: 1px solid #a4a4a4;
}
.index .index-prolist .pic img{
max-width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-webkit-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
}

.index .index-prolist  li {
    width: 48%;
    margin: 0 1%;
    margin-top: 8px;
    float: left;
    position: relative;
    background-color: #FFF;
}


/*关于我们*/
.index .contactus{
position:relative;
padding: 20px 0;
background:url(../images/contact-bg.jpg) no-repeat;
background-size:100% 100%;
}
.index .contactus .title1{
color:#FFF;
}

.index .contactus .line{
border-color:#FFF;
}
.index .contactus .title2{
border-color:#FFF;
color:#FFF;
background:url(../images/contact-titbg.jpg) no-repeat;
background-size:100% auto;
}
.index .contactus .con-list{
overflow:hidden;
padding:35px 0 0;
width:96%;
margin:0 auto;
}
.index .contactus .con-list li{
width:33%;
float:left;
overflow:hidden;
color:#FFF;
font-size:12px;	
}
.index .contactus .con-list li i{
display:block;
width:62%;
margin:0 auto;
margin-bottom:6px;
max-width: 82px;
}

/*菜单打开*/
.bg-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    /* max-width: 640px; */
    background: rgba(0,0,0,.6);
    z-index: 999;
    left: 0;
}
.menu-list{
position:absolute;
right:0;
width:34%;
height:100%;
background-color:#000;
top:0;
z-index:999;
}
.menu-list li{
line-height: 40px;
height: 40px;
margin-top:5px;
}
.menu-list li a{
color:#FFF;
font-size:16px;
display:block;
}
.menu-list li a:hover{
background-color:#393939;
}

/*关于我们*/
.video{
width:100%;
overflow:hidden;
text-indent:inherit;
position:relative;
margin-bottom:10px;
}
.video img{
text-indent:inherit;
}
.video i{
background:url(../images/ico-video.png) no-repeat;
background-size:100% auto;
width: 26%;
height: 0;
padding-bottom: 26%;
display: inline-block;
vertical-align: middle;
position: absolute;
max-width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%,-50%,0);
-ms-transform: translate3d(-50%,-50%,0);
-moz-transform: translate3d(-50%,-50%,0);
-webkit-transform: translate3d(-50%,-50%,0);
-o-transform: translate3d(-50%,-50%,0);
}

/*荣誉*/
.horner{
}
.horner h1{
display:inline-block;
border-top:1px solid #0d499f;
border-bottom:1px solid #0d499f;
color:#000;
font-size:16px;
line-height:28px;
padding:0 4px;
margin:20px 0 10px 0;
}
.horner .horner-list{
background-color:#ebebeb;
overflow:hidden;
position:relative;
}
.horner .horner-list ul{
width:70%;
margin:0 auto;
overflow:hidden;
padding:15px 0;
}
.horner .horner-list li{
width: 48%;
margin: 0 1%;
float: left;
}
.horner .horner-list .btns{
background:url(../images/btn-left.png) no-repeat;
background-size:100% auto;
width: 7%;
height: 0;
padding-bottom: 15%;
display: inline-block;
vertical-align: middle;
left:2%;
max-width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
transform: translate3d(0,-50%,0);
-ms-transform: translate3d(0,-50%,0);
-moz-transform: translate3d(0,-50%,0);
-webkit-transform: translate3d(0,-50%,0);
-o-transform: translate3d(0,-50%,0);
}
.horner .horner-list .bright{
background:url(../images/btn-right.png) no-repeat;
background-size:100% auto;
left:inherit;
right:2%;
}
.horner .horner-name{
width: 92%;
margin: 10px auto;
}
.horner .horner-name p{
color:#4a4a4a;
line-height:24px;
    text-align: left;
    text-indent: 2em;
}

/*新闻详细*/
.news-detail{
width:92%;
margin:0 auto;
padding:20px 0;
}
.news-detail h1{
font-size:18px;
color:#000;
}
.news-detail .time{
font-size:14px;
color:#999;
margin:8px 0;
}
.news-detail p{
/*text-indent:2em;*/
text-align:left;
margin:10px 0 0;
}
.news-detail img{
margin:5px 0;
}

/*学术*/
.academic{
}
.academic li{
min-height:inherit;
padding:5px 0;
}
.academic .info1{}

.academic .time1{
color:#999;
text-align:right;
font-size:12px;
}
/*产品列表*/
.style2{
padding-bottom:20px;
}

/*产品详细*/
.pro-detail{
width:92%;
margin:0 auto;
padding:20px 4% ;
}
.pro-detail h2{
color:#000;
font-size:18px;
}
.pro-detail .pic{
border:1px solid #a4a4a4;
margin-top:10px;
}
.pro-detail .info{

}
    .pro-detail .info dl {
        margin-top: 15px;
        clear: both;
        overflow: hidden;
        text-align: left;
    }
        .pro-detail .info dl p{
    margin: 0 !important;
    }
.pro-detail .info dt{
color:#fff;
text-align:left;
font-size:16px;
background:url(/Content/weixin/website/images/tit-bg.png) no-repeat;
    background-size: cover;
    text-indent: 45px;
    line-height: 25px;
    padding: 2px 0;
}
.pro-detail .info dd{
color:#4a4a4a;
text-indent: 2em;
text-align:justify;
font-size:16px;
margin-top:5px;
}
/*健康原地*/
.health{
}
.health .info1{
float:left;
width:100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.health .time1{
float:right;
width:100%;
}


/*招贤纳士*/
.rec-list{
width:92%;
margin:30px auto;
text-align:left;
}
.rec-detail{
margin:10px auto !important;
}
.rec-list li{
width:100%;
margin-top:10px;
overflow:hidden;
border-bottom:1px dashed #c0c0c0;
}
.rec-list li a{
    color:#888;
    display:block;
    overflow:hidden;
}
.rec-list li .level{
    overflow:hidden;
    clear:both;
    margin-top:5px;
}
.rec-list .title{
    float:left;
    color:#5f5f5f;
    font-size:16px;
}
.rec-list .see{
    color:#0d499f;
    float:right;
}
.rec-list i{
    display:inline-block;
    vertical-align:middle;
    width:13px;
    height:13px;
    margin:-3px 5px 0 0;
}
.rec-list .ico1{
    background:url(/Content/weixin/website/images/re-ico1.png) no-repeat;
    background-size:100%;
}
.rec-list .ico2{
    background:url(/Content/weixin/website/images/re-ico2.png) no-repeat;
    background-size:100%;
}
.rec-list .ico3{
    background:url(/Content/weixin/website/images/re-ico3.png) no-repeat;
    background-size:100%;
}
.rec-list .last span{
    width:24%;
    float:left;
    text-align:left;
}
.rec-list .last .date{
    min-width:98px;
}
.rec-list .cont {
    margin-top: 15px;
}
.rec-list p {
    color: #5f5f5f;
}

/*心电图*/
.slide_Box_mt{
    width:100%;
    position:relative;
    padding:15px 0;
}

/*报错页*/
.error {
}
.error .bg-blue{
position:fixed;
top:0;
width:100%;
height:100%;
min-width:320px;
max-width:640px;
background-color:#0d499f;
z-index:-1;
    overflow: hidden;
}
    .error .e-icon {
        width: 60%;
        margin: 0 auto;
        padding-top: 40%;
    }
    .error .word {
        color: #FFF;
        font-size: 18px;
        text-align: center;
        margin-top: 12%;
    }
    .error .btn {
        color: #0d499f;
        background-color: #FFF;
        padding: 10px 30px;
        border-radius: 3px;
        font-size: 18px;
        margin-top: 12%;
        display: inline-block;
    }
    .error .btn:hover{
        background-color:#5084cf;
        color:#fff;
    }
    .error .bott-pic {
        position: absolute;
        width: 100%;
        min-width: 320px;
        max-width: 640px;
        left: 0;
        bottom: 0;
    }



