﻿/*格式化全局变量 开始*/
*{margin:0;padding:0;margin:0 auto;}
html,body{background:#fff;font-family:'Minion Regular','Minion W01 Cap Regular',sans-serif,Tahoma,Helvetica,Arial,Georgia,'微软黑体','新宋体';color:#333;height:101%}
p,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,ul,li,img,blockquote,form{border:0;list-style:none;}
input,select,button{background:#FAFAFA;border:solid 1px #E1E1E1;overflow:hidden;}
textarea{background:#FAFAFA;border:solid 1px #E1E1E1;}
/*格式化全局变量 结束*/

/*通用链接样式 开始*/
a{text-decoration:none;color:#333;transition:0.3s}
a:hover{color:#ff0000;}
/*通用链接样式 结束*/

/*适应屏幕宽度展示 start*/
@media screen and (min-width:1px) and (max-width:399px){
	#main{width:100%;}
	.mymenu_css .mymenu_width{width:100%;}
}
@media screen and (min-width:400px){
	#main{width:100%;}
	.mymenu_css .mymenu_width{width:100%;}
}
@media screen and (min-width:800px){
	#main{width:800px;}
	.mymenu_css .mymenu_width{width:800px;}
}
@media screen and (min-width:1024px){
	#main{width:800px;}
	.mymenu_css .mymenu_width{width:800px;}
}
@media screen and (min-width:1152px){
	#main{width:1024px;}
	.mymenu_css .mymenu_width{width:1024px;}
}
@media screen and (min-width:1280px){
	#main{width:1152px;}
	.mymenu_css .mymenu_width{width:1152px;}
}
@media screen and (min-width:1440px){
	#main{width:1280px;background:#ffffff;}
	.mymenu_css .mymenu_width{width:1280px;}
}
@media screen and (min-width:1600px){
	#main{width:1440px;}
	.mymenu_css .mymenu_width{width:1440px;}
}
/*适应屏幕宽度展示 end*/

@media screen and (max-width:800px){
    html,body{font-size:0.875em;}
	/*#main{width:100%;}*/
	
	/*通用的表单样式 start*/
	tr,td,th,div,span{line-height:1.5em;}
	input,select,button{height:2.5em;font-size:1em;margin-top:0.3em;line-height:2.5em;padding:0 0.3em 0 0.3em;}
	textarea{padding:0.3em;margin-top:0.3em;font-size:1em;line-height:1.5em;}
    /*通用的表单样式 end*/
	
	/*手机端头部 start*/
	#header{width:100%;height:6em;background:#fff;color:#9d8978;border-bottom:solid 4px #9d8978;z-index:9999;transition:1s;}
	#header .logo{width:70%;height:6em;float:left;background:url(../images/logo1.jpg) no-repeat 1.5em center;background-size:92%;cursor:pointer}
	#header .menu{
		width:25%;height:3em;float:left;text-align:right;margin-top:2em;cursor:pointer;
		background:no-repeat;
		background-image:linear-gradient(to top,currentcolor,currentcolor),linear-gradient(to top,currentcolor,currentcolor),linear-gradient(to top,currentcolor,currentcolor);
		background-size: 2.8em 0.4em,2.8em 0.4em,2.8em 0.4em;
		background-position:right 0,right 0.6em,right 1.2em;
	}
	#header .close{display:none;width:25%;height:3em;float:left;margin-top:2.4em;padding-top:0.3em;cursor:pointer;}
	#header .close .closebg{width:2.3em;height:0.4em;margin-left:70%;background:currentcolor;transform:rotate(45deg);}
	#header .close .closebg:after{content:'';display:block;width:2.3em;height:0.4em;background:currentcolor;transform:rotate(90deg);}
	#header .close .closestr{width:3em;height:2em;padding-top:0.8em;margin-left:65%;}
	/*手机端头部 end*/
	
	#header .hnav{
    float: left;
    height: 3rem;
    width: 100%;
    background: #9d8978;
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 3rem;
	}
	#header .hnav a{
    width: 19.71%;
    display: block;
    float: left;
    text-align: center;
    border-right: #927f65 solid 1px;
	color:#f3e9d8;
	}
	#header .hnav a:hover{
	color:#fff;
	text-decoration:underline;
	}
	#header .hnav a.nobdr{
	border-right:0;
	}
	/*头条 黑边 start*/
	#toptips{display: none}
	/*头条 黑边 end*/
	
	
	/*手机端栏目导航 start transition: visibility 1s, opacity 1s;能见度与不透明度 transform:rotateY(180deg);以Y为中轴线旋转180度 -webkit-filter:blur(3px);模糊效果磨砂玻璃*/
	#mymenu{display:none;color:#f9f9f9;font-size:1.5em;line-height:1.8em;cursor:pointer;padding:0 0.5em 0 0.5em;background-image:linear-gradient(45deg,#000,#333,#000,#444);background-positon:center center;}
	#mymenu a{color:currentColor;}
	#mymenu li{width:100%;text-align:left;background:no-repeat;}
	#mymenu ul{padding-left:0.9em;display: none}
	#mymenu ul li{font-size:0.9em;color:#999;}
	#mymenu #searchK input{border:none;outline:none;padding-left:1.2em;width:60%;height:1.8em;margin-bottom:1em;border-radius:0.2em;background:#222;color:#ccc;}
	#mymenu #searchK button{border:none;outline:none;width:22%;height:1.8em;margin:0 0 1em 0.3em;text-align:center;border-radius:0.2em;background:no-repeat;color:currentColor;cursor:pointer;}
	#mymenu #guide{border:none;outline:none;text-align:center;}
	#mymenu #guide button{border:none;outline:none;width:30%;height:4.5em;color:#f8f8f8;background:no-repeat;font-size:0.7em;cursor:pointer;}
	/*手机端栏目导航 end*/
	
	/*PC栏目导航 start*/
	#mymenu2{display: none}
	/*PC栏目导航 end*/
	
	#homepage{display: none}
	
	.myguide{display:none}
	.mymenu_css{width:100%;}
	/*文章块样式*/
	.article_css{background:#CFC8C9;margin-top:2em;}
	/*块样式*/
	.section_css{background:#fff;/*margin-top:1em;*/}
	
	/*医生形象 start*/
	#doctorShow{width:98%;}
	#doctorShow .eachItem{float:left;width:50%;height:13em;transition:1s;transform-style:preserve-3d;display:table;cursor:pointer;}
	.drRunTransform{transform:rotateY(180deg);}
	#doctorShow .eachItem .front{width:100%;height:100%;position:absolute;position:relative\0;backface-visibility:hidden;display:table-cell;vertical-align:middle;}
	#doctorShow .eachItem .back {width:100%;height:100%;backface-visibility:hidden;display:table-cell;vertical-align:middle;background:#cc3838;background:url(../images/xybg.png);color:#f7f7f7;transform:rotateY(180deg);text-align:center;}
	#doctorShow .eachItem .back .name{font-size:1.5em;}
	#doctorShow .eachItem .back .level{font-size:0.7em;}
	#doctorShow .doctorelse{display:none;}


	/*医生形象 end*/
	
	/*就医指引 start*/
	.guideShow{}
	.guideShow ul{width:98%;}
	.guideShow li{display:table;width:50%;font-size:1.3em;text-align:center;color:#f7f7f7;float:left;cursor:pointer;}
	.guideShow li.bzcx{background:url(../images/bzfl.png)no-repeat center 20% #545454;background-size:15%}
	.guideShow li.czys{background:url(../images/yszj.png)no-repeat center 20% #626262;background-size:15%}
	.guideShow li.lxwm{background:url(../images/jyzy.png)no-repeat center 20% #626262;background-size:15%}
	.guideShow li.zxyy{background:url(../images/zxyy.png)no-repeat center 20% #545454;background-size:15%}
	.guideShow li.zxly{background:url(../images/zxly.png)no-repeat center 20% #545454;background-size:15%}
	.guideShow li.jyzy{background:url(../images/lxwm.png)no-repeat center 20% #626262;background-size:15%}
	.guideShow li span{display:table-cell;padding-top:30%;transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;}
    .guideShow li:hover span{background:no-repeat center 50% #ccc;}
    /*就医指引 end*/
	
    /*底置就医指引*/
	.guideShow2{width:100%;position:fixed;bottom:0;cursor:pointer;}
	.guideShow2 ul{width:100%;}
	.guideShow2 li{width:25%;text-align:center;float:left;display:table;}
	.guideShow2 li span{display:table-cell;vertical-align:bottom;color:#f7f7f7;font-size:1em;}
	.guideShow2 li.bzcx{display:none;background:url(../images/bzfl.png)no-repeat center 20% #545454;background-size:20%;}
	.guideShow2 li.czys{display:none;background:url(../images/yszj.png)no-repeat center 20% #626262;background-size:20%;}
	.guideShow2 li.lxwm{background:url(../images/jyzy.png)no-repeat center 20% #545454;background-size:20%}
	.guideShow2 li.zxyy{background:url(../images/zxyy.png)no-repeat center 20% #626262;background-size:20%}
	.guideShow2 li.zxly{background:url(../images/zxly.png)no-repeat center 20% #545454;background-size:20%}
	.guideShow2 li.jyzy{background:url(../images/lxwm.png)no-repeat center 20% #626262;background-size:20%}
    .guideShow2 li:hover span{background:#ccc;padding-bottom:0;vertical-align:middle;}
	
	/*传承 start*/
	#mainservice{width:98%;}
	#mainservice .column_title{}
	#mainservice .column_title p{width:100%;font-size:1.3em;line-height:2em;text-align:center;}
	#mainservice .column_title h1{width:100%;font-size:2em;line-height:2em;text-align:center;}
	#mainservice .source{width:100%;height:57em;background:#f9f9f9;}
	#mainservice .source .content{float:left;width:100%;height:19em;}
	
	#mainservice .source .content .p_c{display:table;height:15em;width:100%;cursor:pointer;transition:1s}
	#mainservice .source .content .p_c:hover{background-size:120%}
	
	#mainservice .source .content .p_c1{background:url(../images/20181109132047.jpg) no-repeat center center;background-size:cover;background-size:115%;}
	#mainservice .source .content .p_c2{background:url(../images/20181109132340.jpg) no-repeat center center;background-size:cover;background-size:115%;}
	#mainservice .source .content .p_c3{background:url(../images/20181109133309.jpg) no-repeat center center;background-size:cover;background-size:115%;}
	
	#mainservice .source .content .text{font-size:1.3em;line-height:3em;text-align:center;}

	#BEUservice .service .content .text{line-height:4em;text-align:center;}
	#BEUservice .introduce{width:100%;height:8em;background:#4c3329;color:#f7f7f7;cursor:pointer;transition:1s;opacity:1;background:url(../images/xybg.png)}
	#BEUservice .introduce:hover{opacity:0.8}
	#BEUservice .introduce .text{width:90%;height:100%;display:table;}
	#BEUservice .introduce .text .text2{display:table-cell;vertical-align:middle;height:100%;text-align:center;font-size:0.9em;}
	/*传承 end*/
	
	/*技术 start*/
	#truetechnology{display:table;width:98%;}
	#truetechnology .column_title{}
	#truetechnology .column_title p{width:100%;font-size:1.3em;line-height:2em;text-align:center;}
	#truetechnology .column_title h1{width:100%;font-size:2em;line-height:2em;text-align:center;}
	#truetechnology .technology{width:100%;}
	#truetechnology .technology .content{float:left;width:100%; margin-bottom:2em;}
	#truetechnology .technology .content:nth-last-child(1){margin-bottom:4em;}
	
	#truetechnology .technology .content .tech_name{width:100%;line-height:2em;height:10em;overflow:hidden;cursor:pointer;transition:1s;opacity:1}
	#truetechnology .technology .content .tech_name:hover{opacity:0.5;}
	
	#truetechnology .technology .content .tech_name .title_introduce{margin-left:30%;height:100%;width:68%;display:table;color:#f7f7f7;}
	#truetechnology .technology .content .tech_name .title_introduce2{display:table-cell;vertical-align: middle;}
	#truetechnology .technology .content .tech_name .title_introduce2 .title{float:left;width:100%;font-size:1.3em;line-height:2em;font-weight:bold;}
	#truetechnology .technology .content .tech_name .title_introduce2 .introduce{float:left;width:100%;font-size:1em;line-height:1.5em;}
	
	#truetechnology .technology .content .tech_name1{background:url(../images/t1.gif) no-repeat 0.5em center #4c3329;background-size:25%;}
	#truetechnology .technology .content .tech_name2{background:url(../images/t2.gif) no-repeat 0.5em center #8b7b6d;background-size:25%;}
	#truetechnology .technology .content .tech_name3{background:url(../images/t3.gif) no-repeat 0.5em center #4c3329;background-size:25%;}
	#truetechnology .technology .content .tech_name4{background:url(../images/t4.gif) no-repeat 0.5em center #8b7b6d;background-size:25%;}
	#truetechnology .technology .content .tech_name5{background:url(../images/t5.gif) no-repeat 0.5em center #4c3329;background-size:25%;}
	#truetechnology .technology .content .tech_name6{background:url(../images/t6.gif) no-repeat 0.5em center #8b7b6d;background-size:25%;}
	#truetechnology .technology .content .tech_name7{background:url(../images/t7.gif) no-repeat 0.5em center #4c3329;background-size:25%;}
	#truetechnology .technology .content .tech_name8{background:url(../images/t2.gif) no-repeat 0.5em center #8b7b6d;background-size:25%;}
	#truetechnology .technology .content .text{width:98%;text-align:left;font-size:1em;line-height:5em;}
	#truetechnology .technology .content .relative_story{width:100%;line-height:3em;}

	#truetechnology .technology .content .relative_story .record_each{width:100%;height:9em;border-bottom:1px solid #f3f3f3; margin-top:0.3em;}
	#truetechnology .technology .content .relative_story .record_each .pic{float:left; width:35%;height:9em;}
	#truetechnology .technology .content .relative_story .record_each .title_introduce{float:left;width:60%;height:9em; margin-left:2.5%;overflow:hidden;}
	#truetechnology .technology .content .relative_story .record_each .title_introduce .title{float:left;width:100%;font-size:1.3em;line-height:1.3em;font-weight:bold;}
	#truetechnology .technology .content .relative_story .record_each .title_introduce .introduce{float:left;width:100%;font-size:1em;line-height:1.3em;margin-top:0.5em;color:#777}
    /*技术 end*/
	
	/*资讯 start*/
	#information{width:98%;}
	#information .column_title{width:100%;line-height:2em;text-align:center;}
	#information .column_title p{width:100%;font-size:1.3em;line-height:2em;text-align:center;}
	#information .column_title h1{width:100%;font-size:2em;line-height:2em;text-align:center;}
	#information .column_title span{width:6em;padding:0.3em 1em 0.3em 1em;margin:0.3em;border-radius:1em;border-style:inherit;font-size:1em;cursor:pointer;}
	#information .column_title span:hover{background:#d83c3d;color:#f7f7f7;}
	.info_span_click{background:#d83c3d;color:#f7f7f7;}
	
	#information .info{width:100%;}
	
	#information #con_info1{width:100%;display:none}
	#information #con_info2{width:100%;display:block}
	#information #con_info3{width:100%;display:none}
	
	#information .content{float:left;width:100%;height:28em;}

	#information .content .bg{height:17em;width:100%;cursor:pointer;background-size:100%;transition:1s;}
	#information .content .bg:hover{background-size:105%;}
	
	#information .content .text{background:#f9f9f9;height:9em;padding-top:1em;overflow:hidden}
	#information .content .text .title{width:95%;font-size:1.3em;line-height:1.5em;font-weight:bold}
	#information .content .text .introduce{width:95%;font-size:1em;line-height:1.5em;padding:0.3em;color:#777}
	
	#information .content .text2{height:100%;width:100%;background:#d83c3d;display:table;transition:1s;opacity:1;cursor:pointer}
	#information .content .text2:hover{opacity:0.8;}
	#information .content .text2 .text3{padding:5%;display:table-cell;vertical-align:middle;color:#f7f7f7;}
	#information .content .text2 .text3 .title{width:100%;font-size:1.3em;line-height:2em;}
	#information .content .text2 .text3 .introduce{width:100%;font-size:1em;line-height:1.5em;margin-top:2em;text-indent:2em;text-align:justify;}
	#information .content .text2 .text3 .more{font-size:1em;margin-top:2em;text-align:right;}	
	
	#sharesource{width:98%;}
	#sharesource .column_title{width:100%;line-height:2em;text-align:center;}
	#sharesource .column_title p{width:100%;font-size:1.3em;line-height:2em;text-align:center;}
	#sharesource .column_title h1{width:100%;font-size:2em;line-height:2em;text-align:center;}
	/*资讯 end*/
	
	/*分享按钮 start*/
	#sharebutton{background:#d73435;height:5em;margin-top:2em;}
	#sharebutton .left{float:left;width:50%;height:100%;text-align:center;line-height:5em;font-weight:bolder;color:#f7f7f7;font-size:1em;}
	
	#sharebutton .middle{display:none;position:fixed;width:100%;height:55%;bottom:0;background:#fff;}
	#sharebutton .middle li{display:table;float:left;width:30%;height:30%;text-align:center;cursor:pointer;margin-left:2.5%;}
	#sharebutton .middle li span{display:table-cell;vertical-align:bottom;font-size:0.9em;}
	#sharebutton .middle li#weibo       {background: url('../images/weibo.png') no-repeat center center;background-size:33%;}
	#sharebutton .middle li#weixin      {background: url('../images/weixin.png') no-repeat center center;background-size:33%;}
	#sharebutton .middle li#qq          {background: url('../images/qq.png') no-repeat center center;background-size:33%;}
	#sharebutton .middle li#facebook    {background: url('../images/facebook.png') no-repeat center center;background-size:33%;}
	#sharebutton .middle li#twitter     {background: url('../images/twitter.png') no-repeat center center;background-size:33%;}
	#sharebutton .middle li#linkedin    {background: url('../images/linkedin.png') no-repeat center center;background-size:33%;}
	#sharebutton .middle li#cancle{width:100%;line-height:4em;margin-top:2em;text-align:center;cursor:pointer;border-top: solid 1px #f3f3f3;margin-left:0;}
	#sharebutton .middle li#sharetitle{width:100%;text-align:center;cursor:pointer;padding-top:2em;height:10%;margin-left:0;}
	
	#sharebutton .right {float:left;width:30%;height:100%;line-height:5em; text-align: center;color: #f7f7f7}
	#sharebutton .right .share{border-radius:1em;padding:0.3em 2em 0.3em 2em;border:1px solid #f7f7f7}
	#sharebutton .right .share:hover{background:#f7f7f7;border:1px solid #f7f7f7;color:#d73435;cursor:pointer;}
	
	#sharebutton .right {float:left;width:50%;height:100%;line-height:5em;text-align:center;color:#f7f7f7}
	#sharebutton .right .share{font-size:1.2em;border-radius:1.2em;padding:0.3em 3em 0.3em 3em;border:1px solid #f7f7f7}
	#sharebutton .right .share:hover{background:#f7f7f7;border:1px solid #f7f7f7;color:#d73435;cursor:pointer;}
	/*分享按钮 end*/
	#rightsharetag{display:none;position:fixed;right:1em;bottom:10%;padding:0.5em;border-radius:50%;background:#d83c3d;color:#f7f7f7;text-align:center;width:2em;height:2em;line-height:2em;font-size:1em;cursor:pointer}
	
    /*底部导航 start*/
	#bottomguide{display:none}
    /*底部导航 end*/
	
    /*footer start*/
	#footer{height:11em;line-height:1.5em;}
	#footer .info{width:100%;height:100%;background:url('../images/g4.gif') no-repeat center 15% #333333;background-size:65%; text-align:center;font-size:1em;line-height:2em;color:#ccc;padding:7em 0 2em 0;}
	#footer .info2{display: none}
    #footer a{color:currentColor;}
	/*footer end*/
}

body{ /*background:url(../images/70nian.jpg) no-repeat #cc3333;height: auto; padding-top: 165px;*/}

@media screen and (min-width:801px){
	.section_css ul li:nth-child(6){display: none}
	@media screen and (max-width:1280px){
		html,body{font-size:1em;}
	}
	@media screen and (min-width:1281px){/*screen and (max-width: 1442px) and (max-device-width: 1442px)*/	
		html,body{font-size:1.125em;}
		/*body{    background: url(../style/../images/2020chunjie.jpg) no-repeat #cc3333;height: auto;padding-top: 85px;}2020春节横幅*/
	}

	
  
	tr,td,th,div,span{line-height:1.5em;}
	input,select,button{height:2.5em;font-size:1em;margin-top:0.3em;line-height:2.5em;padding:0 0.3em 0 0.3em;}
	textarea{padding:0.3em;margin-top:0.3em;font-size:1em;line-height:1.5em;}
	
	
	/*语言选择栏*/
	#mobile_toptips{display:none}

	/*Logo 头部*/
	#header{display:none}

	
	/*头条 黑边*/
	#toptips{width:100%;height:2.5em;line-height:2.5em;background:#333333;color:#ccc;font-size:0.65em;padding:0.5em 0em 0.5em 0em;}
	#toptips a{color:currentColor}
	
	#toptips .left ul{}
	#toptips .left ul li{float:left;padding:0 0.8em 0 0.8em;border:none;height:2.5em;line-height:2.5em;}
	#toptips .left .honor{border-right:1px solid #555}
	#toptips .left .news{height:2.5em;overflow:hidden;}
	#toptips .left .news .newsList{}
	#toptips .left .news .newsList li{clear:both;border:none;}
	
	#toptips .right ul{background:#fff}
	#toptips .right ul li{float:left;padding:0 0.7em 0 0.7em;border-right:1px solid #555;height:2.5em;line-height:2.5em;}
	
	

	/*栏目导航*/
	.mymenu_css{width:100%;height:3em;}
	.mymenu_css .mymenu_width{height:3em;position:absolute;z-index:999;}
	#mymenu2{cursor:pointer;font-size:1em;height:3em;background:#d83c3d;background: url("../images/pic3.jpg") repeat-x left top;}
	#mymenu2 li{outline:none;float:left;width:10%;line-height:3em;color:#f7f7f7;text-align:center;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
	#mymenu2 a{color:currentColor;}
	#mymenu2 li:hover{background:#cc3838;}
	#mymenu2 li nav{height:0;background:#f7f7f7;font-size:0.9em;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
	#mymenu2 li nav li{display:none;width:100%;line-height:2.5em;background:#f4f4f4;color:#9f1a1e;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s}
	#mymenu2 li:hover nav{height:10em;}
	#mymenu2 li:hover nav li{display:block;}
	#mymenu2 li:hover nav li:hover{background:#cc3838;color:#f7f7f7;}
	#mymenu2 li#homepage{background:#cc3838;color:#f7f7f7;}

	/*手机端*/
	#mymenu{display: none}

	/*PC端头部*/
	#header2{width:100%;height:5em;background:#fff;text-align:right;}
	#header2 .logo{width:40%;height:5em;float:left;background:url(../images/logo.jpg)no-repeat 0.5em center;background-size:398px;cursor:pointer}
	#header2 .myguide{width:60%;height:5em;float:left;}
	#header2 .myguide .zxyy{width:18%;height:5em;line-height:5em;float:left;background:url(../images/icon1.gif)no-repeat 15% 47%;}/*1.7em 1.8em*/
	#header2 .myguide .czys{width:18%;height:5em;line-height:5em;float:left;background:url(../images/icon2.gif)no-repeat 15% 48%;}
	#header2 .myguide .lxwm{width:27%;height:5em;line-height:5em;float:left;background:url(../images/icon3.gif)no-repeat 9% 47%;}
	#header2 .myguide .search{width:35%;height:5em;line-height:5em;float:left;display:table;}
	#header2 .myguide .search div{display:table-cell;vertical-align:middle;background:url('../images/yibao.jpg') no-repeat center center;cursor:pointer;}
	#header2 .myguide .search div input[type='search']{float:left;margin-left:10%;margin-left:3%\0;width:75%;height:3em;line-height:3em;border-right:none;outline:none}
	#header2 .myguide .search div button[type="button"]{float:left;width:15%;height:3em;height:3.15em\0;border-left:none; outline:none;background:url('../images/yibao.jpg') #FAFAFA no-repeat center center;cursor:pointer;}

	/*文章块样式 border-left:none;*/
	.article_css{background:#CFC8C9;margin-top:2em;}
	/*块样式*/
	.section_css{background:#fff;/*margin-top:1em;*/}

	/*专家医生*/
	#doctorShow{98%}
	#doctorShow .eachItem{float:left;width:20%;height:13em;
		-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:1s;-moz-transition:1s;-ms-transition:1s;transition:1s;
		cursor:pointer;}
	.drRunTransform{-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);}
	#doctorShow .eachItem .front{
		width:100%;height:100%;display:table-cell;position:absolute;position:relative\0;
		/*IE兼容 */
		/*-color: red; 减号和下划线是IE6专有的hack */
		/*color：blue\9; \9 IE6-IE10都生效 */
		/*color: pink\0;  \0 IE8-IE11生效 */
		/*color: green\9\0;  \9\0 IE9和IE10生效 */ 
		/**color: yellow;  [.*+<>] IE6-IE7生效 */
		-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;
	}
	#doctorShow .eachItem .back{
		width:100%;height:100%;display:table-cell;position:absolute;background:url(../images/xybg.png);color:#f7f7f7;
		-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);
		-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;
	}
	#doctorShow .eachItem .back div{width:100%;height:100%;display:table;}
	#doctorShow .eachItem .back div p{width:100%;height:100%;display:table-cell;vertical-align:middle;text-align:center;}
	#doctorShow .eachItem .back .name{font-size:1em;color:#f7f7f7}
	#doctorShow .eachItem .back .level{font-size:0.7em;color:#f7f7f7}

	/*就医指引*/
	#guideShow{}
	#guideShow li{display:table;width:20%;text-align:center;color:#f9f9f9;float:left;cursor:pointer;}
	#guideShow li span{display:table-cell;padding-top:25%;transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;}
	#guideShow li.bzcx{background:url(../images/bzfl.png)no-repeat center 25% #545454;background-size: 12%}
	#guideShow li.czys{background:url(../images/yszj.png)no-repeat center 25% #626262;background-size: 12%}
	#guideShow li.lxwm{background:url(../images/jyzy.png)no-repeat center 25% #545454;background-size: 12%}
	#guideShow li.zxyy{background:url(../images/zxyy.png)no-repeat center 25% #626262;background-size: 12%}
	#guideShow li.zxly{display:none;background:url(../images/zxly.png)no-repeat center 25% #626262;background-size:12%;}
	#guideShow li.jyzy{background:url(../images/lxwm.png)no-repeat center 25% #545454;background-size: 12%}
	#guideShow li span:hover{background:no-repeat center 25% #ccc;}/*#guideShow li:nth-child(odd){background:#545454;}*/
	#guideShow2{display: none}

	/*传承*/
	#mainservice{}
	#mainservice .column_title{width:100%;line-height:2em;text-align:center;}
	#mainservice .source{width:100%;height:20em;background:#f9f9f9;padding-top:2em;}
	#mainservice .source .content{float:left;width:32%;height:14em;}
	#mainservice .source .content .p_c{display:table;height:14em;width:100%;border-radius:50%;cursor:pointer;transition:1s}
	#mainservice .source .content .p_c:hover{background-size:120%}

	#mainservice .source .content .p_c1{background:url(../images/20181109132047.jpg) no-repeat center center;background-size:cover;background-size:110%;}
	#mainservice .source .content .p_c2{background:url(../images/20181109132340.jpg) no-repeat center center;background-size:cover;background-size:115%;}
	#mainservice .source .content .p_c3{background:url(../images/20181109133309.jpg) no-repeat center center;background-size:cover;background-size:110%;}

	#mainservice .source .content1{margin-right:1%;}
	#mainservice .source .content2{margin-left:1%;margin-right:1%;}
	#mainservice .source .content3{margin-left:1%;}

	#mainservice .source .content .t{height:4em;width:100%;display:table-cell;vertical-align:bottom;}
	#mainservice .source .content .t{height:4em;width:100%;display:table-cell;vertical-align:bottom;}
	#mainservice .source .content .t{height:4em;width:100%;display:table-cell;vertical-align:bottom;}

	#mainservice .source .content .title{width:100%;line-height:3em;/* background:#111;opacity:0.3;*/text-align:center;color:#f7f7f7;text-shadow:1px 1px 2px #333;}
	#mainservice .source .content .text{line-height:1.5em;text-align:center;padding-top:2em;}

	#BEUservice .introduce{width:100%;height:6em;background:#4c3329;color:#f7f7f7;cursor:pointer;transition:1s;opacity:1;background:url(../images/xybg.png)}
	#BEUservice .introduce:hover{opacity:0.8}
	#BEUservice .introduce .text{width:73%;height:100%;display:table;}
	#BEUservice .introduce .text .text2{display:table-cell;vertical-align:middle;height:100%;text-align:center;font-size:0.8em;}

	/*技术*/
	#truetechnology{display:table}
	#truetechnology .column_title{width:100%;line-height:2em;text-align:center;}
	#truetechnology .technology{width:100%;}
	#truetechnology .technology .content{float:left;width:24%; margin-bottom:2em;padding-bottom:0.5em;border:1px solid #f0f0f0;transition:1s;}
	#truetechnology .technology .content:hover{opacity:0.8;}

	#truetechnology .technology .content .tech_name{width:100%;line-height:3em;height:9em;overflow:hidden;cursor:pointer;transition:1s;opacity:1}
	#truetechnology .technology .content .tech_name:hover{opacity:0.5;}

	#truetechnology .technology .content .tech_name .title_introduce{margin-left:32%;height:100%;width:65%;display:table;color:#f7f7f7;}
	#truetechnology .technology .content .tech_name .title_introduce2{display:table-cell;vertical-align: middle;}
	#truetechnology .technology .content .tech_name .title_introduce2 .title{float:left;width:100%;font-size:1em;line-height:2em;font-weight:bold;}
	#truetechnology .technology .content .tech_name .title_introduce2 .introduce{float:left;width:100%;font-size:0.6em;line-height:140%;margin-top:1em;}

	#truetechnology .technology .content .tech_name1{background:url(../images/t1.gif) no-repeat 0.5em center #4c3329;background-size:25%;}
	#truetechnology .technology .content .tech_name2{background:url(../images/t2.gif) no-repeat 0.5em center #8b7b6d;background-size:25%;}
	#truetechnology .technology .content .tech_name3{background:url(../images/t3.gif) no-repeat 0.5em center #4c3329;background-size:25%;}
	#truetechnology .technology .content .tech_name4{background:url(../images/t4.gif) no-repeat 0.5em center #8b7b6d;background-size:25%;}
	#truetechnology .technology .content .tech_name5{background:url(../images/t5.gif) no-repeat 0.5em center #4c3329;background-size:25%;}
	#truetechnology .technology .content .tech_name6{background:url(../images/t6.gif) no-repeat 0.5em center #8b7b6d;background-size:25%;}
	#truetechnology .technology .content .tech_name7{background:url(../images/t7.gif) no-repeat 0.5em center #4c3329;background-size:25%;}
	#truetechnology .technology .content .tech_name8{background:url(../images/t2.gif) no-repeat 0.5em center #8b7b6d;background-size:25%;}

	#truetechnology .technology .content .text{width:100%;text-align:center;line-height:3em;}
	#truetechnology .technology .content .relative_story{width:98%;line-height:3em;}
	#truetechnology .technology .content .relative_story .record_each{width:100%;height:5em;margin-top:0.3em;padding-bottom:0.3em;}
	#truetechnology .technology .content .relative_story .record_each:nth-child(1){border-bottom:1px solid #f0f0f0;}
	#truetechnology .technology .content .relative_story .record_each .pic{float:left; width:30%;height:5em;}
	#truetechnology .technology .content .relative_story .record_each .title_introduce{float:left; width:68%;height:5em; margin-left:2%;overflow:hidden;}
	#truetechnology .technology .content .relative_story .record_each .title_introduce .title{float:left;width:100%;font-size:0.75em;line-height:1.1em;font-weight:bold;}
	#truetechnology .technology .content .relative_story .record_each .title_introduce .introduce{float:left;width:100%;font-size:0.6em;color:#777;line-height:140%;margin-top:0.5em;}
	#truetechnology .technology .content1{margin-right:0;}
	#truetechnology .technology .content2{margin-left:1%;margin-right:0;}
	#truetechnology .technology .content3{margin-left:1%;}

	#truetechnology .technology .content4{margin-left:1%;margin-right:0;}
	#truetechnology .technology .content5{margin-left:0;margin-right:1%;}
	#truetechnology .technology .content6{margin-left:0;margin-right:1%;}
	#truetechnology .technology .content7{margin-left:0;margin-right:1%;}
	#truetechnology .technology .content8{margin-left:0;margin-right:0;}
	/*资讯*/
	#information{}
	#information .column_title{width:100%;line-height:2em;text-align:center;}
	#information .column_title span{width:6em;line-height:3em;padding:0.3em 1em 0.3em 1em;margin:0.3em;border-radius:1em;border-style:inherit;font-size:0.8em;cursor:pointer;}
	#information .column_title span:hover{background:#d83c3d;color:#f7f7f7;}
	.info_span_click{background:#d83c3d;color:#f7f7f7;}

	#information #con_info1{width:100%;display:none}
	#information #con_info2{width:100%;display:block}
	#information #con_info3{width:100%;display:none}

	#information .content{float:left;width:32%;height: 20em;}
	#information .content1{margin-right:1%;}
	#information .content2{margin-left:1%;margin-right:1%;}
	#information .content3{margin-left:1%;}

	#information .content .bg{height:14em;width:100%;cursor:pointer;background-size:100%;transition:1s;}
	#information .content .bg:hover{background-size:105%;}

	#information .content .text{background:#f9f9f9;height:5.5em;padding-top:0.5em;overflow: hidden}
	#information .content .text .title{width:95%;line-height:1.3em;font-size:0.8em;font-weight:bold}
	#information .content .text .introduce{width:95%;font-size:0.65em;line-height:1.3em;padding-top:1em;color:#777}
	#information .content .text2{height:100%;width:100%;background:#d83c3d;display:table;transition:1s;opacity:1;cursor:pointer}
	#information .content .text2:hover{opacity:0.8;}
	#information .content .text2 .text3{padding:10%;display:table-cell;vertical-align:middle;color:#f7f7f7;}
	#information .content .text2 .text3 .title{width:100%;font-size:0.8em;line-height:1.5em;}
	#information .content .text2 .text3 .introduce{width:100%;font-size:0.7em;line-height:1.5em;margin-top:2em;text-indent:2em;text-align:justify;}
	#information .content .text2 .text3 .more{font-size:0.7em;margin-top:2em;text-align:right;}

	
	#sharesource{width:98%;}
	#sharesource .column_title{width:100%;line-height:2em;text-align:center;}
	#sharesource .column_title p{width:100%;font-size:1.3em;line-height:2em;text-align:center;}
	#sharesource .column_title h1{width:100%;font-size:2em;line-height:2em;text-align:center;}

	/*分享按钮*/
	#sharebutton{background:#d73435;height:5em;margin-top:2em;}
	#sharebutton .left  {float:left;width:30%;height:100%;text-align:center;line-height:5em;font-weight: bolder;color:#f7f7f7; font-size:1em;}

	#sharebutton .middle{float:left;width:40%;height:100%;/*line-height:2em;background:url('../images/g/g1.gif') no-repeat center center;*/}
	#sharebutton .middle li{display:table;float:left;width:15%;height:100%;background:#E04345;margin-left:0.4em;text-align:center;cursor:pointer;transition: 0.5s;}
	#sharebutton .middle li span{display:table-cell;vertical-align: middle;font-size:0.5em;color:#f7f7f7;opacity:0}
	#sharebutton .middle li#weibo       {background: url('../images/ShareWeibo.png')  no-repeat center center;background-size:60%;}
	#sharebutton .middle li#weixin      {background: url('../images/ShareWeixin.png') no-repeat center center;background-size:60%;}
	#sharebutton .middle li#qq          {background: url('../images/ShareQQ.png')     no-repeat center center;background-size:60%;}
	#sharebutton .middle li#facebook    {background: url('../images/ShareFaceBook.png') no-repeat center center;background-size:60%;}
	#sharebutton .middle li#twitter     {background: url('../images/ShareTwitter.png')  no-repeat center center;background-size:60%;}
	#sharebutton .middle li#linkedin    {background: url('../images/ShareLinkedin.png') no-repeat center center;background-size:60%;}
	#sharebutton .middle li:hover{opacity:0.5}
	#sharebutton .middle li#cancle{display: none}
	#sharebutton .middle li#sharetitle{display: none}

	#sharebutton .right {float:left;width:30%;height:100%;line-height:5em; text-align: center;color: #f7f7f7}
	#sharebutton .right .share{border-radius:1em;padding:0.3em 2em 0.3em 2em;border:1px solid #f7f7f7}
	#sharebutton .right .share:hover{background:#f7f7f7;border:1px solid #f7f7f7;color:#d73435;cursor:pointer;}
	#rightsharetag{display:none;position:fixed;right:1em;bottom:10%;padding:0.5em;border-radius:50%;background:#d83c3d;color:#f7f7f7;text-align:center;width:2em;height:2em;line-height:2em;font-size:1em;cursor:pointer}

	/*底部导航*/
	#bottomguide{height:16em;margin-top:2em;}
	#bottomguide .left  {float:left;width:28%;height:100%;line-height:5em;background:url('../images/1541831343.png') no-repeat center top;background-size:45%;}
	/*#bottomguide .left  {float:left;width:28%;height:100%;line-height:5em;background:url('logo.jpg') no-repeat center top;background-size:80%;}*/
	#bottomguide .middle{float:left;width:50%;height:100%;}
	#bottomguide .middle .columnname{float:left;width:20%;height:100%;font-size:0.75em}
	#bottomguide .middle .columnname span{font-size:1.1em;font-weight: bold;}

	#bottomguide .right {float:left;width:22%;height:100%;}
	#bottomguide .right .contact{font-size:1em;font-weight:bold;}
	#bottomguide .right .telphone{background:url(../images/g2.gif) no-repeat left center;height:5em;margin:0.5em 0 0.5em 0;padding-left:3em;padding-left:4em\0;/*background:#EDA6A7*/}
	#bottomguide .right .telphone .hour{font-size:0.7em;}
	#bottomguide .right .telphone .number{font-weight:bold;}
	#bottomguide .right .why{background:url(../images/g3.gif) no-repeat left center;height:3em;line-height:3em;padding-left:3em;padding-left:4em\0;font-size:1em;/*background:#ccc*/}

	/*footer*/
	#footer{margin-top:2em;line-height:1.5em;}
	#footer .info{width:100%;height:100%;text-align:center;line-height:2em;color:#777;font-size:0.7em;padding:7em 0 2em 0;background:url('../images/g4.gif') no-repeat center 25% #333333;}
	#footer .info2{width:100%;line-height:1em;padding:1.5em 0 1.5em 0 ;text-align:center;color:#666;font-size:0.7em;}
	#footer .info2 a{display:none;border-right:1px solid #ccc;padding:0 0.8em 0 0.5em;}
	#footer .info2 a:nth-last-child(1){border-right:none;}
	#footer a{color:currentColor;}
}
	/*通用 视频播放与暂停按钮 start*/	
	.playButton4{
		display:table-cell;
		vertical-align: middle;
		opacity:0.9;
	}
	.playButton3{
		width: 2.5em;
		height:2.5em;
		display:table;
	}
	.playButton2{
		padding:0.3em;
		border-radius:50%;
		background:#fff;
		margin: 0 auto;
		display: table-cell;
		vertical-align: middle;
		opacity: 0.9;
	}	
	/*播放*/
	.playButton1{
		width:0;
		height:0;
		outline: none;
		border-bottom:0.7em  solid #222;
		border-left:0.4em  solid transparent;
		border-right:0.4em solid transparent;
		transform: rotate(90deg);
	}
	/*暂停*/
	.playButton1:hover{
		width:100%;
		height:100%;
		border:none;
		background:no-repeat;
		background-image:linear-gradient(to top,#222,#222),linear-gradient(to top,#222,#222);
		background-size:1em 0.3em,1em 0.3em;
		background-position:center 0.5em,center 1.1em;
		transform: rotate(90deg);
	}
	/*通用 视频播放与暂停按钮 end*/	
