@charset "utf-8";
@font-face{font-family:applez;src:url(../fonts/applez.ttf);}
/*** 重置样式 ***/
body,html{ width:100%;height:100%;font-size:14px;font-family:Microsoft YaHei, applez; line-height:200%; color:#333;}
.cf:after {content:"";overflow:hidden;display:block;clear:both;*zoom:1}
*{margin:0;padding:0;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
input,textarea{font-size:14px;font-family:Microsoft YaHei, applez;/*overflow:auto;*/}
input,textarea,img{outline:none}
.center{text-align:center}
a{text-decoration:none; color:#333;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
a:hover {
	color:#004ea2;
	transition:color 300ms;
	-ms-transition:color 300ms;
	-moz-transition:color 300ms;
	-webkit-transition:color 300ms;
	-o-transition:color 300ms;
}
li{list-style:none}
img{border:none}
.fr{float:right}
.fl{float:left}
.w80 { width:77%; margin:0 auto;}
.w1200 { width:1200px; margin:0 auto;}
.pc-div { display:block;visibility:visible }
.phone-div { display: none;}
.ycvideo { display: none;}
.H60 { clear:both; height:60px;}
.H30 { clear:both; height:30px;}
.Bttombtn2 { display:none; position:absolute; left:12%; bottom:10px; z-index:999999999999999; width:58px; height:75px;}
.Bttombtn { display:none; position:absolute; left:48%; bottom:10px; z-index:999999999999999; width:58px; height:75px;}


/*侧边栏*/
#side-mask{position:fixed;top:0;width:100%;height:100%;background-color:#000;z-index:999;display:none;filter:alpha(opacity=30);-moz-opacity:.3;opacity:.3}
.mt15{margin-top:15px}
.open-side .side-box{right:0;visibility:visible;}
.open-side #side-mask{display:block}
.side-box{width:325px;background:#004ea2;position:fixed;top:0;right:-360px;height:100%;z-index:999999;padding:20px 0 0 35px;-webkit-transition:all .4s;transition:all .4s;visibility:hidden;}
a.side-close{display:block;width:28px;height:29px;background:url(../images/side-close.png) no-repeat}
.side-title{color:#fff;font-size:18px;padding-top:30px;padding-bottom:10px;line-height:20px;margin-bottom:10px}
.side-dl{overflow:hidden;margin-top:10px;width:108px;float:left;height:160px}
.side-dl a{color:#fff;-webkit-transition:all .3s;transition:all .3s}
.side-dl a:hover{color:#fff}
.side-dl h5 a{font-size:15px;padding-bottom:5px;display:inline-block;color:#fff;border-bottom:1px solid #fff;margin-bottom:10px}
.side-dl p a{margin-right:10px;display:block;font-size:13px;font-weight:700; display:block}
.side-contact p{color:#cdd0d9;line-height:22px}
.side-contact a.tel{color:#cdd0d9}
.side-box.smallwidth{padding:20px 0 0 35px}
.smallwidth .side-title{padding-bottom:0}
.smallwidth .side-dl{height:200px}

.sb-search {
	position: relative;
	margin-top: 26px;
	width: 0%;
	min-width: 50px;
	height: 50px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	top: 0;
	right: 0;
	outline: none;
	border-left:0;
	border-top:0;
	border-right:0;
-webkit-appearance:none;
	width: 220px;
	height: 50px;
	margin: 0;
	z-index: 10;
	font-size: 13px;
	color: #2c3e50;
	line-height:50px;
	box-sizing:border-box;
}

.sb-search-input::-webkit-input-placeholder {
	color: #999;
}

.sb-search-input:-moz-placeholder {
	color: #999;
}

.sb-search-input::-moz-placeholder {
	color: #999;
}

.sb-search-input:-ms-input-placeholder {
	color: #999;
}

.sb-icon-search,
.sb-search-submit  {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	background:#fff url('../images/pic02.png') no-repeat center center;
	z-index: 90;
	font-size: 22px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	background: url('../images/pic02.png') no-repeat center center;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background:#fff url('../images/pic02.png') no-repeat center center;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/*menu*/
#cssmenu,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index:999
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu { width:100%; height:50px; line-height:50px; background:#004ea2; text-align:center; color:#fff;}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  width:12.5%;
  float: left;
  height:50px; line-height:50px;
   
  box-sizing:border-box;
}
#cssmenu > ul > li.m0 { border:0}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: center;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: center;
}
#cssmenu > ul > li > a {
  font-size: 16px;height:50px; line-height:50px;
  font-weight:bold;
  display:block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-right:1px solid #ebebeb; box-sizing:border-box;
}
#cssmenu > ul > li:hover > a{ background:#fff; color:#333; border:0; box-sizing:border-box;}

#cssmenu > ul > li.has-sub > a {
  
}
#cssmenu > ul > li.has-sub:hover > a::after {
  position: absolute;
  top: 47%;
  right: 20px;
  width: 0;
  height: 0;
  border-left:5px solid transparent;  /* 右透明 */
 border-right:5px solid transparent; /*右透明 */
  border-bottom:5px solid #333; /* 定义底部颜色 */
  border-top:0;
  content: "";
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 47%;
  right: 20px;
  width: 0;
  height: 0;
  border-left:5px solid transparent;  /* 右透明 */
 border-right:5px solid transparent; /*右透明 */
  border-top:5px solid #fff; /* 定义底部颜色 */
  content: "";
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu ul ul {
  width:100%;
  position: absolute;
  left: -9999px;
  z-index:999;
}
#cssmenu ul ul.wid { width:720px; height:400px; overflow:hidden; text-align:left;background:#fff;}
#cssmenu ul ul.wid .wid-1 { clear:both; width:720px; font-size:16px; font-weight:bold; color:#004ea2; background:#f5f5f5; height:38px; line-height:38px; padding:0 7px; box-sizing:border-box}
#cssmenu ul ul.wid .wid-2 { padding:10px 15px; box-sizing:border-box; width:100%;}
#cssmenu ul ul.wid .wid-2 p { width:130px; float:left;background: url('../images/202013.png') no-repeat left center; padding-left:10px; margin-right:15px; line-height:28px; height:28px;}
#cssmenu ul ul.wid .wid-2 p a { display:inline-block}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  width:100%;
  border-bottom:1px solid #fff;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 40px;
}
#cssmenu ul ul li a {
  height: 40px;
  line-height:40px;
  width: 100%;
  font-size: 14px;
  background: #f2f2f2;
  text-decoration: none;
  color: #333;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background:#004ea2;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
	height:54px;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	background:#eee
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
	color:#000;
	height:50px; line-height:50px; font-size:15px;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    font-size: 14px;
    color: #666;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #666;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    width: 23px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 23px;
    height: 6px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
  #cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
	color:#000;
}
#cssmenu > ul > li.has-sub > a {
  color:#000;
}
}



.pages{clear:both;margin-top:60px;color:#4e2b13;text-align:center;font-size:0;}
.pages a{display:inline-block;margin:0 7px;padding:4px 12px;color:#777;font-size:12px;border:1px solid #ddd;}
.pages a:hover,.pages a.on{color:#fff;background:#ba102a;border-color:#ba102a}

.fy{ clear:both; text-align:center; height:70px; padding:20px 0; margin:0 auto; font-size:14px;background:#f5f5f5;}
.fy b{ display:inline-block; width:24px; height:24px; text-align:center; background:#004ea2; border-radius:50%; line-height:24px; margin:0 5px; color:#fff; font-weight:100;}
.fy a{ display:inline-block; padding:0 10px;height:24px; text-align:center; line-height:24px;margin:0 5px; font-size:14px;}

.pagination{display: flex;justify-content: center;}
/*------------------------------内页--------------------------*/

.mBanner { height:150px; width:100%}
.iContent {}
h1.pagetitle{ clear:both;padding:65px 0 20px 0;text-align:center; background:none}
h1.pagetitle i{color:#333333; height:35px;display:block;font-size:15px;font-style:normal;line-height:26px; font-weight:normal;}
h1.pagetitle b{color:#004ea2;font-size:24px; height:46px;line-height:38px;background:url('../images/pic90.jpg') no-repeat bottom center; display:block}
.iImg { clear:both; width:1200px;height:160px; margin:0 auto;}
.iImg .box { position: relative; width:379px; height:160px;float:left;}
.iImg .box2 {  margin:0 31px;}
.iImg .box .link{position: absolute;top: 0;left: 0; z-index:8;width: 100%;height: 100%;background: rgba(0,0,0,0.7) url(../images/fdj.png) no-repeat center; background-size:32px;opacity: 0;filter:alpha(opacity=0);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.iImg p { width:100%; height:100%; position:absolute; z-index:1;display:none}
.iImg .box .link a{display: block;width: 100%;height: 100%;}
.iImg .box:hover .link{opacity: 1;filter:alpha(opacity=100);}
.iImg .box:hover .link{opacity: 1;filter:alpha(opacity=100);}



/*** 百年宽仁 ***/
.krjj-div { padding-top:80px;}
.krjj-div .box1 { height:340px; overflow:hidden; margin-bottom:30px;}
.krjj-div .box1 .box1L { width:645px; height:340px; float:left}
.krjj-div .box1 .box1R { width:520px; height:340px; float:right}
.krjj-div .box1 .box1L p.p1 { font-size:24px; font-weight:bold; color:#004ea2; margin-top:5px;}
.krjj-div .box1 .box1L p.p2 { font-size:15px; margin-bottom:20px;}
.krjj-div .box1 .box1L p.p3 { line-height:31px;}
.krjj-div .box1 .box1L p.p3 a { color:#004ea2; margin-left:10px;}
.krjj-div .box1 .box1R img { width:100%; height:100%; display:block}
.krjj-div .box2 { width:1100px; margin:0 auto; clear:both; height:140px;}
.krjj-div .box2 p { width:140px; height:140px; padding-top:82px; margin:0 40px; float:left; text-align:center; font-size:18px; font-weight:bold;color:#004ea2; border:1px solid #cccccc; border-radius:50%; box-sizing:border-box;-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}
.krjj-div .box2 p.p1 {background:url('../images/pic71.png') no-repeat 38px 30px;}
.krjj-div .box2 p.p2 {background:url('../images/pic72.png') no-repeat 38px 30px;}
.krjj-div .box2 p.p3 {background:url('../images/pic73.png') no-repeat 38px 30px;}
.krjj-div .box2 p.p4 {background:url('../images/pic74.png') no-repeat 38px 30px;}
.krjj-div .box2 p.p5 {background:url('../images/pic75.png') no-repeat 38px 30px;}
.krjj-div .box2 p:hover { color:#fff;border:1px solid #004ea2;}
.krjj-div .box2 p.p1:hover {background:#004ea2 url('../images/pic71-on.png') no-repeat 38px 30px;}
.krjj-div .box2 p.p2:hover {background:#004ea2 url('../images/pic72-on.png') no-repeat 38px 30px;}
.krjj-div .box2 p.p3:hover {background:#004ea2 url('../images/pic73-on.png') no-repeat 38px 30px;}
.krjj-div .box2 p.p4:hover {background:#004ea2 url('../images/pic74-on.png') no-repeat 38px 30px;}
.krjj-div .box2 p.p5:hover {background:#004ea2 url('../images/pic75-on.png') no-repeat 38px 30px;}
.krjj-div .box3 { clear:both; text-align: center;}
.krjj-div .box4 { clear:both;}
.krjj-div .box4 img { width:100%; height:100%; display:block}
.krjj-div .box4 .p1 { width:580px; height:360px; overflow:hidden; float:left; position:relative}
.krjj-div .box4 .p2 { width:580px; height:360px; overflow:hidden; float:right; position:relative}

.krjj-div .box4 .link{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7) url(../images/fdj.png) no-repeat center; background-size:32px;opacity: 0;filter:alpha(opacity=0);
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.krjj-div .box4 .link a{display: block;width: 100%;height: 100%;}
.krjj-div .box4 .p1:hover .link{opacity: 1;filter:alpha(opacity=100);}
.krjj-div .box4 .p2:hover .link{opacity: 1;filter:alpha(opacity=100);}
.krjj-div .box5 { clear:both;}
.krjj-div .box5 h1.tit{ clear:both;padding:30px 0 20px 0;text-align:center; background:none}
.krjj-div .box5 h1.tit i{color:#333333; height:35px;display:block;font-size:15px;font-style:normal;line-height:26px; font-weight:normal;}
.krjj-div .box5 h1.tit b{color:#004ea2;font-size:24px; height:46px;line-height:38px;background:url('../images/pic90.jpg') no-repeat bottom center; display:block }
.krjj-div .box5 .krwh-div {}
.krjj-div .box5 .krwh-div .bd .thd { height:35px; line-height:35px; margin-bottom:30px;}
.krjj-div .box5 .krwh-div .bd .thd ul { width:568px; height:35px; margin:0 auto;}
.krjj-div .box5 .krwh-div .bd .thd ul li { width:110px; height:35px; line-height:35px; margin-right:3px;text-align:center; float:left; font-size:15px; background:#e6e6e6; cursor:pointer;-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}
.krjj-div .box5 .krwh-div .bd .thd ul li:hover { background:#004ea2; color:#fff;}
.krjj-div .box5 .krwh-div .bd .thd ul li.on { background:#004ea2; color:#fff;}
.krjj-div .box5 .krwh-div .bd .tbd { clear:both; height:450px; }
.krjj-div .box5 .box-qh { height:450px;}
.krjj-div .box5 .box-qh .box-qhL { width:799px; height:450px; float:left}
.krjj-div .box5 .box-qh .box-qhR { width:401px; height:450px; padding:50px 0 50px 50px; background:#004ea2; float:left; color:#fff;}
.krjj-div .box5 .box-qh .box-qhR p{ color: #fff;}
.krjj-div .box5 .box-qh .box-qhR p.p1 { margin-bottom:23px;}
.krjj-div .box5 .box-qh .box-qhR p.p2 { font-size:24px; font-weight:bold;}
.krjj-div .box5 .box-qh .box-qhR p.p3 { font-size:15px; margin-bottom:20px;}
.krjj-div .box5 .box-qh .box-qhR p.p3:after {content:""; display:block; width:25px; height:3px; background:#fff; margin-top:18px;}
.krjj-div .box5 .box-qh .box-qhR p.p4 { font-size:15px; font-weight:bold; margin-bottom:9px;}
.krjj-div .box5 .box-qh .box-qhR p.p5 { line-height:23px;}
.krjj-div .box5 .box-qh .box-qhR p.p6 { font-size:15px; font-weight:bold; line-height:22px; }
.krjj-div .box5 .box-qh .box-qhR p.p7 { line-height:20px; margin-bottom:2px;}


/*** 发展历程 ***/
.fzlc-div { width:100%;background:#f5f5f5; height:380px; padding-top:80px;}
.ny_tit{text-align: center;}
.ny_ul2 { width:1100px;height: 320px; margin:0 auto;overflow: hidden;}
.ny_ul { width:1200px;position: relative;margin:0 auto;background: url(../images/dian.png) repeat-x center;}
.ry_sj{background: url(../images/dian.png) repeat-x center top 63px!important;}
.ry_1_xx h3{margin-bottom: 15px;}
.ry_1_xx p{color: #383735;font-size: 14px;}
.ry_1{height: 145px;width: 160px;position: relative;}
.ry_2{height: 145px;width: 160px;margin-left: 150px;}
.ny_ul ul li{float: left;margin-left: 50px;}
.ny_ul ul{width: 1000%;}
.ny_ul ul li p.p1 { font-size:24px; color:#004ea2; font-weight:bold}
.ny_ul ul li p.p1 span{ font-size:14px; color:#333; font-weight:normal}
.ny_ul ul li p.p2 { font-size:12px; color:#333; width:160px; line-height:18px;}
.ny_ul ul li h3{color: #ba102a;font-size: 30px;font-weight: normal;}
.ry_1b{height: 72px;}
.h1{background: url(../images/pic112.png) no-repeat center center;position: absolute;bottom: -45px; width:50px; height:50px; display:block}
.h2{background: url(../images/pic112.png) no-repeat center center;margin-top: -9px;margin-bottom: 20px; width:50px; height:50px; display:block}
.h2 h3{padding-top: 50px;}
/*.ry_1a{height: 100px;overflow-y: auto;}*/
.ny_honr{padding-bottom: 150px;}
.ry_1a::-webkit-scrollbar {    width: 6px;}
.ry_1a::-webkit-scrollbar-track {    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);    border-radius: 10px;}
.ry_1a::-webkit-scrollbar-thumb {    border-radius: 10px;    background: rgba(0,0,0,0.1);    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
.ry_1a::-webkit-scrollbar-thumb:window-inactive {    background: rgba(255,0,0,0.4);}
.honr_left{width: 50px;height: 50px;background: url(../images/lc_left.png);position: absolute;left: 0;top: 42%;cursor: pointer;}
.honr_right{width: 50px;height: 50px;background: url(../images/lc_right.png);position: absolute;right: 0;top: 42%;cursor: pointer;}
.honr_left:hover{background: url(../images/lc_left-on.png);}
.honr_right:hover{background: url(../images/lc_right-on.png);}
.ry_sj .honr_left{top: 12%!important;}
.ry_sj .honr_right{top: 12%!important;}
.ny_cul_k img{display: block;margin: 0 auto;}

/*切换*/
.event_box{ clear:both;width:1200px;margin:0 auto;position:relative;margin-top:50px;}
.event_box .parHd {width:92%;display:inline-block;height:50px;overflow:hidden; padding-left:4%}
.parHd  ul{width:100%;text-align:center;margin:0 auto;}
.parHd .tempWrap{margin:0 auto;}
.parHd li.no_line:before{display:none;}
.parHd ul li{cursor:pointer;width:160px; height:50px; line-height:50px; background:#e6e6e6;font-size:18px;color:#333;font-weight:600; margin-right:76px; text-align:center; position:relative}
.parHd ul li:after {content: "";display:block; background: url(../images/pic118.png) no-repeat center center; width:26px; height:24px; margin-left:10px; position:absolute; right:-50px; top:13px}
/*.parHd ul li:nth-child(6):after {content: ""; display:none; width:0; background:none}*/
.parHd li span {color:#2f77b4; text-align:center; font-weight:bold}
.parBd{margin-top:80px;}
.slideBox { height:auto; background: url(../images/pic116.png) repeat-y left center;}
.slideBox .box { clear:both; height:300px; padding-top:20px;}
.slideBox .slideBoxL { width:184px; float:left; margin-right:74px;}
.slideBox .slideBoxL img { width:184px; height:184px; display:block; border-radius:50%;}
.slideBox .slideBoxR { width:850px; float:left;}
.slideBox .slideBoxR div { width:100%; margin-bottom:14px; padding-bottom:70px;  }
.slideBox .slideBoxR div p.sp1 { width:100%;display:block; font-size:18px; font-weight:bold;background: url(../images/pic117.png) no-repeat left center; padding-left:58px;}
.slideBox .slideBoxR div p.sp2 { width:100%; display:block; padding:26px 30px; margin-left:30px; line-height:24px;}
.parBd p{line-height:180%;width:100%;margin:0 auto;}
.slideBox .slideBoxR div p .tt{ text-align:center; font-weight:bold; display:block; margin-top:10px;}
.slideBox .slideBoxR div p .tc{ text-align:right; display:block}
div#listBox {width:100%;}
.sPrev,.sNext{width:15px;height:26px;display:block;position:absolute;top:67px; cursor:pointer}
.sPrev{left:0;background: url(../images/pic113.png) no-repeat center center;}
.sNext{right:0;background: url(../images/pic114.png) no-repeat center center;}
.sPrev:hover{background: url(../images/pic113-on.png) no-repeat center center;}
.sNext:hover{background: url(../images/pic114-on.png) no-repeat center center;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:160px;height:50px;overflow:hidden; background:#004ea2; color:#fff; text-align:center;}
.parHd li span,.parHd li.clone span{ background:none;color:#333; }

/*品牌故事*/
.ppgs-div {}
.ppgs-div .box1 { width:1200px; height:300px; overflow:hidden; margin:0 auto; margin-top:100px; margin-bottom:70px;}
.ppgs-div .box1 .box1L { width:840px; height:300px; float:left; background:#004ea2; color:#fff;}
.ppgs-div .box1 .box1R { width:360px; height:300px; float:left; border:1px solid #004ea2; box-sizing:border-box}
.ppgs-div .box1 .box1L p { width:75%; margin:0 auto;text-align:right; font-size:20px; margin-top:100px;}
.ppgs-div .box1 .box1L p.p1 {}
.ppgs-div .box1 .box1L p.p2 { margin-top:30px;}
.ppgs-div .box2 .ppgs-box{ clear:both; width:1200px; margin:0 auto}

.ppgs-div .box2 .ppgs-box .bd { width:100%; height:410px; overflow:hidden}
.ppgs-div .box2 .ppgs-box .bd .thd { width:370px; height:410px; float:left; border-right:1px solid #cccccc; padding-right:70px;}
.ppgs-div .box2 .ppgs-box .bd .thd ul{ width:100%; height:auto; margin:0 auto;overflow:hidden;}
.ppgs-div .box2 .ppgs-box .bd .thd li{ display:block;width: 100%;height: 80px; line-height:80px; text-align:center;cursor:pointer; font-size:18px; color:#333; font-weight:bold; border-bottom:1px solid #e6e6e6;-webkit-transition: background .3s;transition: background .3s;}
.ppgs-div .box2 .ppgs-box .bd .thd li.on{ color:#fff;background:#004ea2;}
.ppgs-div .box2 .ppgs-box .bd .thd li:hover{ color:#fff;background:#004ea2;}
#NowSmenu{ color:#fff;background:#004ea2;}


.ppgs-div .box2 .ppgs-box .bd .tbd { width:650px; height:395px; padding-top:15px; float:left; margin-left:60px; }
.ppgs-div .box2 .ppgs-box .bd .tbd ul { width:100%; height:410px; margin:0 auto;}
.ppgs-div .box2 .ppgs-box .bd .tbd ul p { margin-bottom:60px;}
.ppgs-div .box2 .ppgs-box .bd .tbd ul p.pm40 { margin-bottom:40px;}

.mr-div { clear: both}


/*** 科室介绍  ***/
.ks-banner{margin-bottom: 55px;text-align: center;}
.ks-banner img{width: 100%;height: 100%}
.secMenu3 { height:140px; margin-top:60px; font-size:14px; margin-bottom:50px;}
.secMenu3 a { display:block;}
.secMenu3 ul li span { background:#999999; width:70px; height:70px; display:block; margin:0 auto; border-radius:50%; margin-bottom:10px;}
.secMenu3 ul li span img { display:block; width:100%; height:100%;}
#Nowmenu3 span { background:#004ea2}
.secMenu3 ul li:hover span { background:#004ea2}
.secMenu3 ul li:hover a{ color:#333}
.secMenu3-con {width:1200px;height:140px; margin:0 auto; position:relative;}
.secMenu3-list-1{width:1120px; margin-left:35px;height:140px;overflow:hidden;} 
.secMenu3-list-1 ul { height:140px;}
.secMenu3-list-1 li{width:100px;height:140px; float:left;cursor:pointer; margin:0 6px; text-align:center}
.secMenu3-con .secMenu3-btns a { display:block;position:absolute;top:35%; z-index:99; font-size:15px; }
.secMenu3-con .secMenu3-btns .secMenu3-prev{width:20px;height:36px;background:url("../images/pic159.png") no-repeat center center; left:0; -webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }
.secMenu3-con .secMenu3-btns .secMenu3-next{width:20px;height:36px;background:url("../images/pic160.png") no-repeat center center; right:0; -webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }

.fczx-div h1.pagetitle{ padding:30px 0 35px 0}
.fczx-div .box1 { width:100%; height:540px; /*background:#f5f5f5;*/}
.fczx-div .hbox{
  width: 1100px;
  margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.htitle{ font-size:16px; color:#7d7c7c; border-bottom:2px solid #b6b4b5; font-weight:normal; text-transform:uppercase;}
.htitle big{ display:inline-block; padding-bottom:5px; font-size:24px;font-weight: bold; color:#004ea2; position:relative; bottom:-2px; border-bottom:2px solid #004ea2;}
.ksjs{
    text-indent: 2em;
    font-size: 14px;
    line-height: 26px;
    color: rgb(21, 22, 22);
    font-family: 微软雅黑;
    margin: 1em 0px;
}
.ksjs .color{ color:#004ea2;}
.hboxL{
  width: 670px;
}
.hboxR img{
  width: 376px;
  height: 440px;
}
.yybox{ box-shadow: 5px 5px 5px #e7e2da; }
.yybody{ background:#a3c9ef; padding:5px 27px 8px;}
.yyform{ background:#f3f3f352; padding:10px 25px;}
.yyform input,.yyform select,.yyform textarea{ color:#666666; border:1px solid #666666; background:#f1f1f1; padding:5px; outline:none;flex:1 0 auto;}
.yyform option{ color:#fff; }
.yyform input:focus,.yyform textarea:focus{ border-color:#ffcecc}
{}
.yyform .tr{ display:flex;  padding:8px 0;}
.yyform .submit-btn{ text-align:center; padding-top:10px;}
.yyform .yylabel{ flex:0 0 auto; color:#666666; width:34%; font-size:16px; line-height:1.5;}
.yyform .input-group{
  display: flex;
}
.yyform .input-group .form-control{
  width: 50px;
}
.yyform .btn{
  width: 270px;
  height: 37px;
  display: block;
  text-align: center;
  line-height: 37px;
  font-size: 18px;
  border:0;
  background: #8ec63f;
  color: #fff;
}
.yyform input::-webkit-datetime-edit-text { color: #666666; padding: 0 .3em; } 
.yyform input::-webkit-datetime-edit-year-field{ color: #666666; }
.yyform input::-webkit-datetime-edit-month-field{ color: #666666; }
.yyform input::-webkit-datetime-edit-day-field{ color: #666666; }
.yyform input::-webkit-input-placeholder{ 
    color:#666666;
}
.yyform input::-moz-placeholder{
  color:#666666;
}
.yyform input:-moz-placeholder{
  color:#666666; 
}
.yyform input:-ms-input-placeholder{
  color:#666666;
}
.btn-box{ text-align:center;}
.btn-box a{ display:inline-block; margin-right:40px;}

.fczx-div .box1L { width:50%; height:430px; padding-top:110px; float:left}
.fczx-div .box1R { width:50%; height:540px; float:right}
.fczx-div .box1R img { display:block; width:100%;  height:100%}
.fczx-div .box1L p { width:540px; padding-right:7%; float:right}
.fczx-div .box1L p.p1 { font-size:30px; color:#004ea2; font-weight: bold; margin-bottom:16px;}
.fczx-div .box1L p.p2 { font-size:18px; color:#333333; font-weight: bold; margin-bottom:25px;}
.fczx-div .box1L p.p3 { font-size:15px;}


.fczx-div .box2 { clear:both; width:100%; background:#f5f5f5;}
.fczx-div .box2-con {width:1200px;height:525px; margin:0 auto; position:relative; overflow:hidden}
.fczx-div .box2-con .bd { width:1200px;}
.fczx-div .box2-con .bd li{width:1200px;height:480px; float:left; position:relative;}
.fczx-div .box2-con .bd ul li .d1 { width:100%; height:100%; position:absolute; top:0; left:0; z-index:1}
.fczx-div .box2-con .hd { width:110px; margin:0 auto; height:20px; position:absolute; bottom:0; left:50%; margin-left:-30px;}
.fczx-div .box2-con .hd ul li { width:12px; height:12px; border-radius:50%; background:#cccccc; margin-right:15px; float:left; font-size:0; overflow:hidden; cursor:pointer}
.fczx-div .box2-con .hd ul li.on { background:#f19cad;}
.fczx-div .box2-con .box2-btns a { display:block;position:absolute;top:44%; z-index:99; }
.fczx-div .box2-con .box2-btns .box2-prev{width:40px;height:40px;background:url("../images/lc_left.png") no-repeat center center; background-size:cover; left:10px; -webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }
.fczx-div .box2-con .box2-btns .box2-next{width:40px;height:40px;background:url("../images/lc_right.png") no-repeat center center; background-size:cover; right:10px; -webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }
.fczx-div .box2-con .box2-btns .box2-prev:hover {width:40px;height:40px;background:url("../images/lc_left-on.png") no-repeat center center;background-size:cover;}
.fczx-div .box2-con .box2-btns .box2-next:hover {width:40px;height:40px;background:url("../images/lc_right-on.png") no-repeat center center;background-size:cover;}

.fczx-div .box3 { clear:both; width:100%; background:#f5f5f5; padding-top:45px; padding-bottom:50px;}


.fczx-div .box4 { clear:both; height:468px;}
.fczx-div .box4 .fczx-tit{ margin-bottom:0}
.fczx-div .box4 .ti { text-align:center; margin-bottom:30px;}
.fczx-div .box4 .list {}
.fczx-div .box4 .list .d { width:380px; height:320px; padding-top:50px; float:left; background:#f0f0f0; margin:0 10px; text-align:center;}
.fczx-div .box4 .list .d:hover{ background:#004ea2;}
.fczx-div .box4 .list .d:hover p{color: #fff;}
.fczx-div .box4 .list .d p.p1 {}
.fczx-div .box4 .list .d p.p2 { font-size:18px; font-weight:bold; margin-bottom:20px;}
.fczx-div .box4 .list .d p.p3 { width:310px; margin:0 auto}
.fczx-div .box4 .list .d:hover img{
    -webkit-animation: trans1 1.2s ease 180ms alternate none 1;
    -moz-animation: trans1 1.2s ease 180ms alternate none 1;
    -o-animation: trans1 1.2s ease 180ms alternate none 1;
    animation: trans1 1.2s ease 180ms alternate none 1;
}
/*妇产中心*/
.fczx-div .box5 { clear:both;}
.fczx-box .box5 .box{ height:552px; overflow:hidden}
.fczx-box .box5 .box .boxL { width:320px; height:552px; float:left; margin-right:5px;}
.fczx-box .box5 .box .boxC { width:547px; height:552px; float:left}
.fczx-box .box5 .box .boxR { width:320px; height:552px; float:right}
.fczx-box .box5 .box .boxL-1 { width:100%; height:366px; margin-bottom:6px;background:url("../images/pic250.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 366px;}
.fczx-box .box5 .box .boxL-2 { width:100%; height:180px;}
.fczx-box .box5 .box .boxL-1:hover {background-size:350px 400px;}
.fczx-box .box5 .box .boxC-1 { width:547px; height:180px; margin-bottom:5PX;}
.fczx-box .box5 .box .boxC-2 { width:547px; height:180px; margin-bottom:5PX;}
.fczx-box .box5 .box .boxC-2 p.p1 { width:270px; height:180px; float:left; margin-right:7px;background:#f5f5f5 url("../images/pic253.png") no-repeat center center;-webkit-transition:0.5s; background-size:270px 180px;}
.fczx-box .box5 .box .boxC-2 p.p1:hover {background-size:290px 193px;}
.fczx-box .box5 .box .boxC-2 p.p2 { width:270px; height:180px; float:left;}
.fczx-box .box5 .box .boxC-3 { width:547px; height:180px;}
.fczx-box .box5 .box .boxC-3 p.p1 { width:270px; height:180px; float:left; margin-right:7px;}
.fczx-box .box5 .box .boxC-3 p.p2 { width:270px; height:180px; float:left;background:#004ea2 url("../images/pic256.png") no-repeat center center;-webkit-transition:0.5s; background-size:270px 180px;}
.fczx-box .box5 .box .boxC-3 p.p2:hover {background-size:290px 193px;}
.fczx-box .box5 .box .boxR-1 { width:320px; height:180px; margin-bottom:5px;}
.fczx-box .box5 .box .boxR-2 { width:320px; height:180px; margin-bottom:5px;background:#f5f5f5 url("../images/pic258.png") no-repeat center center;-webkit-transition:0.5s; background-size:320px 180px;}
.fczx-box .box5 .box .boxR-2:hover {background-size:340px 191px;}
.fczx-box .box5 .box .boxR-3 { width:320px; height:180px;}

/*儿科中心*/
.ekzx-box .box5 .box{ height:582px; overflow:hidden; margin-bottom:30px;}
.ekzx-box .box5 .box .boxL { width:875px; height:582px; float:left;}
.ekzx-box .box5 .box .boxR { width:320px; height:582px; float:right;}
.ekzx-box .box5 .box .boxL .boxL-1 { width:875px;height:386px; margin-bottom:6px;}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1L { width:320px; height:386px; float:left;background: url("../images/pic264.png") no-repeat center center;-webkit-transition:0.5s; background-size:320px 386px;}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1L:hover {background-size:340px 410px;}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1R { width:547px; height:386px; float:right}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1 {width:547px; height:200px; margin-bottom:6px;}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 {width:547px; height:180px;}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1 { width:270px; height:180px; float:left}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 { width:270px; height:180px; float:right; overflow:hidden}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 img {transition:all .5s; display:block}
.ekzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2:hover img{transform: scale(1.05, 1.05);}
.ekzx-box .box5 .box .boxL .boxL-2-1 { width:600px; height:189px; float:left;background: url("../images/pic266.png") no-repeat center center;-webkit-transition:0.5s; background-size:600px 189px;}
.ekzx-box .box5 .box .boxL .boxL-2-1:hover {background-size:615px 194px;}
.ekzx-box .box5 .box .boxL .boxL-2-2 { width:271px; height:189px; float:right; overflow:hidden}
.ekzx-box .box5 .box .boxL .boxL-2-2 img {transition:all .5s; display:block}
.ekzx-box .box5 .box .boxL .boxL-2-2:hover img{transform: scale(1.05, 1.05);}
.ekzx-box .box5 .box .boxR .boxR-1 { width:320px; height:200px; margin-bottom:6px; overflow:hidden}
.ekzx-box .box5 .box .boxR .boxR-1 img {transition:all .5s; display:block}
.ekzx-box .box5 .box .boxR .boxR-1:hover img{transform: scale(1.05, 1.05);}
.ekzx-box .box5 .box .boxR .boxR-2 { width:320px; height:376px;background: url("../images/pic270.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 376px;}
.ekzx-box .box5 .box .boxR .boxR-2:hover {background-size:340px 400px;}

/*心脏中心*/
.xzzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.xzzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.xzzx-box .box5 .box .boxL { width:875px; height:553px; float:left;}
.xzzx-box .box5 .box .boxR { width:320px; height:553px; float:right;}
.xzzx-box .box5 .box .boxL .boxL-1 { width:875px;height:366px; margin-bottom:6px;}
.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1L { width:320px; height:366px; float:left;background: url("../images/pic294.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 366px;}
.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1L:hover {background-size:340px 405px;}
.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1R { width:547px; height:366px; float:right}
.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1 {width:547px; height:180px; margin-bottom:6px;background: url("../images/pic305.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:547px 180px;}
.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1:hover {background-size:563px 185px;}

.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 {width:547px; height:180px;}
.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1 { width:270px; height:180px; float:left;background: url("../images/pic303.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:270px 180px;}
.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1:hover {background-size:285px 189px;}
.xzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 { width:270px; height:180px; float:right; overflow:hidden; background:#f5f5f5;}
.xzzx-box .box5 .box .boxL .boxL-2-1 { width:600px; height:180px; float:left;background: url("../images/pic296.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:600px 180px;}
.xzzx-box .box5 .box .boxL .boxL-2-1:hover {background-size:615px 185px;}
.xzzx-box .box5 .box .boxL .boxL-2-2 { width:271px; height:180px; float:right; overflow:hidden}
.xzzx-box .box5 .box .boxR .boxR-1 { width:320px; height:180px; margin-bottom:6px; overflow:hidden}
.xzzx-box .box5 .box .boxR .boxR-2 { width:320px; height:376px;background: url("../images/pic299.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 376px;}
.xzzx-box .box5 .box .boxR .boxR-2:hover {background-size:340px 400px;}

/*呼吸中心*/
.hxzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.hxzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.hxzx-box .box5 .box .boxL { width:875px; height:553px; float:left;}
.hxzx-box .box5 .box .boxR { width:320px; height:553px; float:right;}
.hxzx-box .box5 .box .boxL .boxL-1 { width:875px;height:366px; margin-bottom:6px;}
.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1L { width:320px; height:366px; float:left;background: url("../images/pic311.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 366px;}
.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1L:hover {background-size:340px 405px;}
.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1R { width:547px; height:366px; float:right}
.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1 {width:547px; height:180px; margin-bottom:6px;background:#f5f5f5 url("../images/pic313.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:547px 180px;}
.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1:hover {background-size:563px 185px;}

.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 {width:547px; height:180px;}
.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1 { width:270px; height:180px; float:left;background: url("../images/pic362.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:270px 180px;}
.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1:hover {background-size:285px 189px;}
.hxzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 { width:270px; height:180px; float:right; overflow:hidden; background:#f5f5f5;}
.hxzx-box .box5 .box .boxL .boxL-2-1 { width:600px; height:180px; float:left;background: url("../images/pic319.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:600px 180px;}
.hxzx-box .box5 .box .boxL .boxL-2-1:hover {background-size:615px 185px;}
.hxzx-box .box5 .box .boxL .boxL-2-2 { width:271px; height:180px; float:right; overflow:hidden}
.hxzx-box .box5 .box .boxR .boxR-1 { width:320px; height:180px; margin-bottom:6px; overflow:hidden}
.hxzx-box .box5 .box .boxR .boxR-2 { width:320px; height:376px;background: url("../images/pic316.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 376px;}
.hxzx-box .box5 .box .boxR .boxR-2:hover {background-size:340px 400px;}

/*眼科中心*/
.ykzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.ykzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.ykzx-box .box5 .box .boxL { width:875px; height:553px; float:left;}
.ykzx-box .box5 .box .boxR { width:320px; height:553px; float:right;}
.ykzx-box .box5 .box .boxL .boxL-1 { width:875px;height:366px; margin-bottom:6px;}
.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1L { width:320px; height:366px; float:left;background: url("../images/pic326.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 366px;}
.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1L:hover {background-size:340px 405px;}
.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1R { width:547px; height:366px; float:right}
.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1 {width:547px; height:180px; margin-bottom:6px;background:#f5f5f5 url("../images/pic330.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:547px 180px;}
.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1:hover {background-size:563px 185px;}

.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 {width:547px; height:180px;}
.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1 { width:270px; height:180px; float:left;background: url("../images/pic331-1.png") no-repeat center center;-webkit-transition:0.5s; background-size:270px 180px;}
.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1:hover {background-size:285px 189px;}
.ykzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 { width:270px; height:180px; float:right; overflow:hidden; background:#f5f5f5;}
.ykzx-box .box5 .box .boxL .boxL-2-1 { width:600px; height:180px; float:left;background: url("../images/pic328.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:600px 180px;}
.ykzx-box .box5 .box .boxL .boxL-2-1:hover {background-size:615px 185px;}
.ykzx-box .box5 .box .boxL .boxL-2-2 { width:271px; height:180px; float:right; overflow:hidden}
.ykzx-box .box5 .box .boxR .boxR-1 { width:320px; height:180px; margin-bottom:6px; overflow:hidden}
.ykzx-box .box5 .box .boxR .boxR-2 { width:320px; height:376px;background: url("../images/pic337.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 376px;}
.ykzx-box .box5 .box .boxR .boxR-2:hover {background-size:340px 400px;}


/*门诊中心*/
.mzzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.mzzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.mzzx-box .box5 .box .boxL { width:875px; height:553px; float:left;}
.mzzx-box .box5 .box .boxR { width:320px; height:553px; float:right;}
.mzzx-box .box5 .box .boxL .boxL-1 { width:875px;height:366px; margin-bottom:6px;}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1L { width:320px; height:366px; float:left;background: url("../images/pic367.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 366px;}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1L:hover {background-size:340px 405px;}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1R { width:547px; height:366px; float:right}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1 {width:547px; height:180px; margin-bottom:6px;background:#f5f5f5 url("../images/pic368-1.png") no-repeat center center;-webkit-transition:0.5s; background-size:547px 180px;}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1:hover {background-size:563px 185px;}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 {width:547px; height:180px;}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1 { width:270px; height:180px; float:left;background:#f5f5f5 url("../images/pic370-1.png") no-repeat center center;-webkit-transition:0.5s; background-size:270px 180px;}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1:hover {background-size:285px 189px;}
.mzzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 { width:270px; height:180px; float:right; overflow:hidden; background:#f5f5f5;}
.mzzx-box .box5 .box .boxL .boxL-2-1 { width:600px; height:180px; float:left;background:#f5f5f5 url("../images/pic372-1.png") no-repeat center center;-webkit-transition:0.5s; background-size:600px 180px;}
.mzzx-box .box5 .box .boxL .boxL-2-1:hover {background-size:615px 185px;}
.mzzx-box .box5 .box .boxL .boxL-2-2 { width:271px; height:180px; float:right; overflow:hidden}
.mzzx-box .box5 .box .boxR .boxR-1 { width:320px; height:180px; margin-bottom:6px; overflow:hidden}
.mzzx-box .box5 .box .boxR .boxR-2 { width:320px; height:376px;background: url("../images/pic374-1.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 376px;}
.mzzx-box .box5 .box .boxR .boxR-2:hover {background-size:340px 400px;}



/*康复中心*/
.kfzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.kfzx-box .box5 .box{ height:553px; overflow:hidden; margin-bottom:30px;}
.kfzx-box .box5 .box .boxL { width:875px; height:553px; float:left;}
.kfzx-box .box5 .box .boxR { width:320px; height:553px; float:right;}
.kfzx-box .box5 .box .boxL .boxL-1 { width:875px;height:366px; margin-bottom:6px;}
.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1L { width:320px; height:366px; float:left;background: url("../images/pic343.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 366px;}
.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1L:hover {background-size:340px 405px;}
.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1R { width:547px; height:366px; float:right}
.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1 {width:547px; height:180px; margin-bottom:6px;background:#f5f5f5 url("../images/pic347.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:547px 180px;}
.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1:hover {background-size:563px 185px;}

.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 {width:547px; height:180px;}
.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1 { width:270px; height:180px; float:left;background: url("../images/pic353.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:270px 180px;}
.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1:hover {background-size:285px 189px;}
.kfzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 { width:270px; height:180px; float:right; overflow:hidden; background:#f5f5f5;}
.kfzx-box .box5 .box .boxL .boxL-2-1 { width:600px; height:180px; float:left;background: url("../images/pic345.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:600px 180px;}
.kfzx-box .box5 .box .boxL .boxL-2-1:hover {background-size:615px 185px;}
.kfzx-box .box5 .box .boxL .boxL-2-2 { width:271px; height:180px; float:right; overflow:hidden}
.kfzx-box .box5 .box .boxR .boxR-1 { width:320px; height:180px; margin-bottom:6px; overflow:hidden}
.kfzx-box .box5 .box .boxR .boxR-2 { width:320px; height:376px;background: url("../images/pic350.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 376px;}
.kfzx-box .box5 .box .boxR .boxR-2:hover {background-size:340px 400px;}


/*口腔中心*/
.kqzx-box .box5 .box{ height:582px; overflow:hidden; margin-bottom:30px;}
.kqzx-box .box5 .box .boxL { width:875px; height:582px; float:left;}
.kqzx-box .box5 .box .boxR { width:320px; height:582px; float:right;}
.kqzx-box .box5 .box .boxL .boxL-1 { width:875px;height:386px; margin-bottom:6px;}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1L { width:320px; height:386px; float:left;background: url("../images/pic272.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 386px;}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1L:hover {background-size:340px 410px;}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1R { width:547px; height:386px; float:right}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1R-1 {width:547px; height:200px; margin-bottom:6px;}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 {width:547px; height:180px;}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1 { width:270px; height:180px; float:left}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 { width:270px; height:180px; float:right; overflow:hidden}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 img {transition:all .5s; display:block}
.kqzx-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2:hover img{transform: scale(1.05, 1.05);}
.kqzx-box .box5 .box .boxL .boxL-2-1 { width:600px; height:189px; float:left;background: url("../images/pic276.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:600px 189px;}
.kqzx-box .box5 .box .boxL .boxL-2-1:hover {background-size:615px 194px;}
.kqzx-box .box5 .box .boxL .boxL-2-2 { width:271px; height:189px; float:right; overflow:hidden}
.kqzx-box .box5 .box .boxL .boxL-2-2 img {transition:all .5s; display:block}
.kqzx-box .box5 .box .boxL .boxL-2-2:hover img{transform: scale(1.05, 1.05);}
.kqzx-box .box5 .box .boxR .boxR-1 { width:320px; height:200px; margin-bottom:6px; overflow:hidden}
.kqzx-box .box5 .box .boxR .boxR-1 img {transition:all .5s; display:block}
.kqzx-box .box5 .box .boxR .boxR-1:hover img{transform: scale(1.05, 1.05);}
.kqzx-box .box5 .box .boxR .boxR-2 { width:320px; height:376px;background: url("../images/pic280.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 376px;}
.kqzx-box .box5 .box .boxR .boxR-2:hover {background-size:340px 400px;}


.fczx-div { clear:both; }
.fczx-div .fcys-div .bd .thd { height:35px; line-height:35px; margin-bottom:30px;}
.fczx-div .fcys-div .bd .thd ul { width:750px; height:35px; margin:0 auto;}
.fczx-div .fcys-div .bd .thd ul.ek { width:500px;}
.fczx-div .fcys-div .bd .thd ul.kq { width:630px;}
.fczx-div .fcys-div .bd .thd ul li { width:120px; height:35px; line-height:35px; margin-right:5px;text-align:center; float:left; font-size:15px; background:#f5f5f5; cursor:pointer;-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}
.fczx-div .fcys-div .bd .thd ul li:hover { background:#004ea2; color:#fff;}
.fczx-div .fcys-div .bd .thd ul li.on { background:#004ea2; color:#fff;}
.fczx-div .fcys-div .bd .tbd { clear:both; height:560px; }
.fczx-div .fcys-div .bd .tbd p.p0 { position:absolute; left:0; top:0; z-index:1}
.fczx-div .fcys-div .bd .tbd .text { width:360px; height:560px; padding:100px 50px 50px 50px; position:absolute; right:0; top:0; z-index:2;background:#004ea2; color:#fff}
.fczx-div .fcys-div .bd .tbd .text p.p1 { font-size:24px; font-weight:bold; margin-bottom:25px;}
.fczx-div .fcys-div .bd .tbd .text p.p2 {}

.fczx-div .box7 { clear:both}
.fczx-div .gdsb-con {width:1200px;height:320px; margin:0 auto; position:relative;}
.gdsb-list-1{width:1120px; margin-left:35px;height:320px;overflow:hidden;} 
.gdsb-list-1 ul { height:320px;}
.gdsb-list-1 li{width:370px;height:320px; float:left;cursor:pointer; margin:0 8px; text-align:center}
.gdsb-list-1 ul li span { display:block;width:370px; height:266px; overflow:hidden}
.gdsb-list-1 ul li img { width:370px; height:266px; display:block; margin-bottom:9px;transition:all .5s;}
.gdsb-list-1 ul li:hover img{transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}
.gdsb-con .gdsb-btns a { display:block;position:absolute;top:35%; z-index:99; font-size:15px; }
.gdsb-con .gdsb-btns .gdsb-prev{width:20px;height:36px;background:url("../images/pic159.png") no-repeat center center; left:0; -webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }
.gdsb-con .gdsb-btns .gdsb-next{width:20px;height:36px;background:url("../images/pic160.png") no-repeat center center; right:0; -webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }

.fczx-div .box9 .fczx-tit{ margin-bottom:20px;}
.fczx-div .box9 {height:660px;}
.fczx-div .box9 .list {height:450px;}
.fczx-div .box9 .listL { width:540px; height:450px; float:left; overflow:hidden}
.fczx-div .box9 .listL img { width:100%; height:100%;transition:all .5s; display:block}
.fczx-div .box9 .listL:hover img{transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}
.fczx-div .box9 .listR { width:650px; height:450px; float:right}
.fczx-div .box9 .listR p { float:left;width:320px; height:220px; overflow:hidden;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms;}
.fczx-div .box9 .listR p img { width:100%; height:100%;transition:all .5s; display:block}
.fczx-div .box9 .listR p:hover img{transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}
.fczx-div .box9 .listR p.p1 { background:#004ea2; color:#fff; margin-right:10px; margin-bottom:10px;width:240px; height:90px; padding:65px 40px;}
.fczx-div .box9 .listR p.p1 a { color:#fff; display:block}
.fczx-div .box9 .listR p.p1:hover { background:#999999; color:#fff}
.fczx-div .box9 .listR p.p1:hover a { color:#fff}
.fczx-div .box9 .listR p.p2 {}
.fczx-div .box9 .listR p.p3 { margin-right:10px; margin-bottom:10px;}
.fczx-div .box9 .listR p.p4 {}

.fczx-div .box10 { clear:both; background:#f5f5f5; padding-bottom:40px; width:1200px; margin:0 auto; }
.fczx-div .box10 .fczx-tit{ margin-top:20px;}
.fczx-div .box10 .list {background:url("../images/pic167.png") repeat-y center center;}
.fczx-div .box10 .list ul li { clear:both; height:30px; line-height:30px; margin-bottom:25px;}
.fczx-div .box10 .list ul li p { float:left;}
.fczx-div .box10 .list ul li p.p1 { text-align:right}
.fczx-div .box10 .list ul li p.p2 {background:url("../images/pic165.png") no-repeat center center; width:14px; height:30px; float:left}
.fczx-div .box10 .list ul li p.p3 { width:570px; float:left; margin-left:10px;}
.fczx-div .box10 .list ul li.l1 p.p1{width:570px;background:url("../images/pic166.png") no-repeat right center; color:#fff; padding-right:20px; margin-right:10px;}
.fczx-div .box10 .list ul li.l2 p.p1 { width:590px; margin-right:10px;}
.fczx-div .box10 .list ul li.l2 p.p3{width:550px;background:url("../images/pic168.png") no-repeat left center; color:#fff; padding-left:20px; margin-left:10px;}
.fczx-div .box10 .list ul li.l2 p.cbg {background:url("../images/pic182.png") no-repeat left center;}
.fczx-div .box10 .list ul li.l1 p.ycbg {background:url("../images/pic210.png") no-repeat right center;}


/*人文护理*/
.rwhl-box .box1 { width:100%; height:360px; background:#fff;padding:90px 0;}
.rwhl-box .box1L { width:48%; height:360px; float:left; padding-top:40px}
.rwhl-box .box1R { width:50%; height:360px; float:right}
.rwhl-box .box1L p.p3 { font-size:14px;}

.rwhl-box .box2 { clear:both; padding-bottom:50px; width:100%;}

/**/
.rwhl-box .box5 .box{ height:582px; overflow:hidden; margin-bottom:30px;}
.rwhl-box .box5 .box .boxL { width:875px; height:562px; float:left;}
.rwhl-box .box5 .box .boxR { width:320px; height:562px; float:right;}
.rwhl-box .box5 .box .boxL .boxL-1 { width:875px;height:366px; margin-bottom:6px;}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1L { width:320px; height:366px; float:left;background: url("../images/pic441.jpg") no-repeat center center;-webkit-transition:0.5s;transition:all .5s;  background-size:320px 366px;}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1L:hover {background-size:340px 410px;}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1R { width:547px; height:366px; float:right}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1R-1 {width:547px; height:180px; margin-bottom:6px;background: url("../images/pic443.jpg") no-repeat center center;-webkit-transition:0.5s;transition:all .5s;  background-size:547px 180px;}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1R-1:hover {background-size:565px 186px;}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1R-2 {width:547px; height:180px;}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-1 { width:270px; height:180px; float:left}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 { width:270px; height:180px; float:right; overflow:hidden}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2 img {transition:all .5s; display:block}
.rwhl-box .box5 .box .boxL .boxL-1 .boxL-1R-2 .boxL-1R-2-2:hover img{transform: scale(1.05, 1.05);}
.rwhl-box .box5 .box .boxL .boxL-2-1 { width:598px; height:180px; float:left;background: url("../images/pic449.jpg") no-repeat center center;-webkit-transition:0.5s;transition:all .5s;  background-size:598px 180px;}
.rwhl-box .box5 .box .boxL .boxL-2-1:hover {background-size:615px 185px;}
.rwhl-box .box5 .box .boxL .boxL-2-2 { width:271px; height:180px; float:right; overflow:hidden;background: url("../images/pic452.jpg") no-repeat center center;-webkit-transition:0.5s;transition:all .5s; background-size:271px 180px;}
.rwhl-box .box5 .box .boxL .boxL-2-2:hover{background-size:285px 190px;}
.rwhl-box .box5 .box .boxR .boxR-1 { width:320px; height:180px; margin-bottom:6px; overflow:hidden}
.rwhl-box .box5 .box .boxR .boxR-1 img { display:block}
.rwhl-box .box5 .box .boxR .boxR-2 { width:320px; height:366px;background: url("../images/pic446.jpg") no-repeat center center;-webkit-transition:0.5s; background-size:320px 366px;}
.rwhl-box .box5 .box .boxR .boxR-2:hover {background-size:340px 400px;}

.rwhl-box .hldt-box { clear:both; background:#f1f1f1;padding:30px 0 80px 0;}
.hldt-list { width:1200px; margin:0 auto}
.hldt-list ul { width:1230px; margin:0 auto}
.hldt-list ul li { width:380px; height:380px; float:left; background:#fff; margin:10px 15px 30px 15px}
.hldt-list ul li a { display:block}
.hldt-list ul li p.p1 { width:380px; height:240px; float:left; overflow: hidden; margin-bottom:22px;}
.hldt-list ul li p.p1 img { display:block; width:100%; height:100%;transition:all .5s;}
.hldt-list ul li p.p2 { font-size:18px; font-weight:bold; color:#333333; margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap; width:100%; }
.hldt-list ul li p.p3 { font-size:14px; color:#666666; line-height:22px;}
.hldt-list ul li .text { background:#fff; width:90%; margin:0 auto;}
.hldt-list ul li:hover p.p2 { color:#004ea2;}
.hldt-list ul li:hover p.p1 img{transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}
.rwhl-box .hldt-box .more { color:#666666; width:120px; height:40px; line-height:40px; margin:0 auto;text-align:center}
.rwhl-box .hldt-box .more a { color:#666; display:block; border:1px solid #cccccc; }
.rwhl-box .hldt-box .more a:hover { color:#fff; background:#004ea2; border:1px solid #004ea2;}
.hldtBox {clear:both; background:#f1f1f1; padding-bottom:60px;}
.hldtBox .fy { background:#f1f1f1;}

/*** 专家团队 ***/
.team-tit { height:160px; overflow:hidden; margin-bottom:20px;}
.team-tit a { display:block; width:10%; height:50px; line-height:50px; text-align:center; background:#e6e6e6; float:left;}
.team-tit a:hover { background:#004ea2; color:#fff;}
#Nowmenu6 {background:#004ea2; color:#fff;}
.team-tit .on { background:#004ea2; color:#fff;}
.screening{height: 50px; margin-bottom:40px;}
.screening .select{width: 350px;margin-right: 10px;}
.screening .select select{width: 100%;height: 50px;color: #333333;font-size: 14px; border-color:#cccccc; padding-left:2%}
.screening .ipt { width:987px; float:left; margin-right:10px;}
.screening .ipt input{height: 50px;width: 987px; padding-left:10px;font-size: 14px; box-sizing:border-box;border:1px solid #cccccc}
.screening .btn button{width: 200px;height: 50px;background:#004ea2 url(../images/pic81.png) no-repeat 72px center;border: 0;cursor: pointer; padding-left:30px; color:#fff; font-size:16px;}
.da-animate img{display: none;opacity: 0.7!important;}
.screening .lp_k1 select{color: #000;}
.team-div { clear:both}
.team-div ul li { width:580px; height:360px; margin-bottom:30px; overflow:hidden; background:#f0f0f0; float:left;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }
.team-div ul li:nth-of-type(odd){ margin-right: 40px;}
.team-div ul li a { display:block; width:100%; height:100%}
.team-div ul li a:hover { color:#333}
.team-div ul li .pic { width:290px; height:392px; float:left; overflow:hidden;background: url(../images/doc_bg.jpg)no-repeat center;}
.team-div ul li .pic img { width:100%; height:100%; display:block;transition:all .5s;}
.team-div ul li:hover {background:#004ea2; color:#fff}
.team-div ul li:hover .text{ color:#fff}
.team-div ul li:hover img{transform: scale(1.05, 1.05);}
.team-div ul li .text { width:260px; float:left; margin-left:20px;}
.team-div ul li .text .d1 { font-size:24px; font-weight:bold; line-height:45px; height:45px; margin-top:15px;}
.team-div ul li .text .d2 { line-height:20px; margin-bottom:15px;}
.team-div ul li .text .d3 { font-size:15px; font-weight:bold; line-height:30px;}
.team-div ul li .text .d4 { line-height:20px; height:110px;}
.team-div ul li .text .d3-1 { background:#004ea2; color:#fff; width:98px; height:34px; line-height:34px; text-align:center; border-radius:6px;}

/*专家团队内容*/
.team-con {}
.team-con .box1 { height:541px; border-bottom:1px solid #004ea2; margin-bottom:30px;background:#f2f2f2 url(../images/pic385.png) no-repeat bottom right; box-sizing:border-box}
.team-con .box1 .L { width:400px; height:540px; overflow:hidden; float:left;background: url(../images/doc_bg.jpg) no-repeat center;}
.team-con .box1 .L img { display:block; width:100%; height:100%;}
.team-con .box1 .R { float:right; width:740px; height:490px; padding-top:50px; position:relative; left:0; top:0;}
.team-con .box1 .R .d1 { font-size:24px; color:#004ea2; line-height:35px; margin-bottom:12px;}
.team-con .box1 .R .d2 { font-size:15px; font-weight:bold;background: url(../images/pic386.png) no-repeat bottom left; padding-bottom:26px; margin-bottom:25px; line-height:28px;}
.team-con .box1 .R .d3 { width:94%; height:310px; overflow:hidden; overflow:auto}
.team-con .box1 .R .d4 { color:#fff; position:absolute; right:0; top:56px; padding:7px 36px 4px 50px;background:#004ea2 ; height:56px; font-size:15px; line-height:45px; border-radius:30px 0 0 30px;}
.team-con .box1 .R .d4 a { display:block; color:#fff}
.team-con .box1 .R .d4 span { display:block}
.team-con .box2 { clear:both;}
.team-con .box2 .tit { font-size:16px; font-weight:bold; color:#004ea2; line-height:30px; height:30px; margin-bottom:6px;}
.team-con .box2 .text { font-size:15px; border-bottom:1px solid #e0e0e0; padding-bottom:30px; margin-bottom:35px;}
.team-con .box2 .b0 { border:0}





/*社会捐赠*/
.shjz-div {}
.shjz-div h1.pagetitle{ clear:both; padding:65px 0 0 0;text-align:center;}
.shjz-div h1.pagetitle i{color:#333333; height:35px;display:block;font-size:15px;font-style:normal;line-height:28px; font-weight:normal;}
.shjz-div h1.pagetitle b{color:#004ea2;font-size:24px;line-height:38px}
/*切换*/
.shjz-div { width:1200px; margin:0 auto;}
.shjz-div .text { text-align:center; color:#333333; font-size:15px; margin-bottom:45px;}
.shjz-div .shjz-con {width:1200px;height:525px; margin:0 auto; position:relative; overflow:hidden}
.shjz-div .shjz-con .bd li{width:100%;height:480px; float:left; position:relative;}
.shjz-div .shjz-con .bd ul li .d1 { width:100%; height:100%; position:absolute; top:0; left:0; z-index:1}
.shjz-div .shjz-con .bd ul li .d2 {background:url("../images/pic58.png") repeat center center; width:270px; height:350px; padding:65px 45px; position:absolute; top:0; left:160px; z-index:2; color:#fff;}
.shjz-div .shjz-con .bd ul li .d2 p.p1 { font-size:20px; font-weight:bold; margin-bottom:30px;}
.shjz-div .shjz-con .bd ul li .d2 p.p2 { font-size:15px; margin-bottom:80px;}
.shjz-div .shjz-con .bd ul li .d2 p.p3 {}
.shjz-div .shjz-con .bd ul li .d2 p.p3 a { display:block; width:100px; height:35px; line-height:35px; text-align:center; border:1px solid #fff; color:#fff;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;}
.shjz-div .shjz-con .bd ul li .d2 p.p3 a:hover { color:#fff;border:1px solid #004ea2; background:#004ea2}
.shjz-div .shjz-con .hd { width:60px; margin:0 auto; height:20px; position:absolute; bottom:0; left:50%; margin-left:-30px;}
.shjz-div .shjz-con .hd ul li { width:12px; height:12px; border-radius:50%; background:#999999; margin-right:15px; float:left; font-size:0; overflow:hidden}
.shjz-div .shjz-con .hd ul li.on { background:#004ea2;}

.screening2{height: 50px; margin-bottom:35px;}
.screening2 .select{width: 280px;margin-right: 10px;}
.screening2 .select select{width: 100%;height: 50px; line-height:44px;color: #333333;font-size: 14px; border:1px solid #cccccc; padding-left:2%;}
.screening2 .xz_3 { width:431px; margin-right:10px;}
.screening2 .xz_3 input{height: 50px;width: 100%; padding-left:10px;font-size: 14px; box-sizing:border-box;border:1px solid #cccccc}
.screening2 .btn {width: 130px;}
.screening2 .btn button{width: 130px;height: 50px;background:#004ea2 url(../images/pic81.png) no-repeat 35px center;border: 0;cursor: pointer; padding-left:22px; color:#fff; font-size:16px;}


/*宽仁成长*/
.krcz-div h1.tit{ clear:both; padding:65px 0 0 0;text-align:center;}
.krcz-div h1.tit i{color:#999999; height:25px;display:block;font-size:12px;font-style:normal;line-height:18px; font-weight:normal;}
.krcz-div h1.tit b{color:#333333;font-size:20px;line-height:28px}
.krcz-div .text {background:url("../images/pic64.jpg") no-repeat center center; width:1200px; height:350px; padding-top:130px; overflow:hidden}
.krcz-div .text p.p1 { font-size:20px; font-weight:bold; padding-left:700px;}
.krcz-div .text p.p2 { font-size:12px; color:#999999; line-height:18px; padding-left:700px; margin-bottom:15px;}
.krcz-div .text p.p3 { padding-left:700px; width:390px; line-height:33px;}
.krcz-div .txt { text-align:center; margin-bottom:50px;}
.krcz-div .list { height:170px;}
.krcz-div .list div { width:20%; float:left; text-align:center; line-height:22px;}
.krcz-div .list div img { margin-bottom:10px;}
.krcz-div .list div:hover img{
    -webkit-animation: trans1 1.2s ease 180ms alternate none 1;
    -moz-animation: trans1 1.2s ease 180ms alternate none 1;
    -o-animation: trans1 1.2s ease 180ms alternate none 1;
    animation: trans1 1.2s ease 180ms alternate none 1;
}
.krcz-div .krczPic { clear:both; width:1200px; height:550px; overflow:hidden; margin-top:30px;}
.krcz-div .krczPic .krcz-con {position:relative;}
.krcz-div .krczPic .krcz-con,
.krcz-div .krczPic .krcz-con .sbd,
.krcz-div .krczPic .krcz-con .sbd ul,
.krcz-div .krczPic .krcz-con .sbd li{width:100%!important;height:550px;}
.krcz-div .krczPic .krcz-con .sbd {}
.krcz-div .krczPic .krcz-con .sbd ul li {}
.krcz-div .krczPic .krcz-con .sbd ul li img {width:1200px; height:550px; display:block}
.krcz-div .krczPic .krcz-con .sbd ul li .wz { width:430px; height:130px; padding:35px;background:url("../images/pic124.png") repeat center center; position:absolute; bottom:0; right:0; z-index:1;color:#fff;}
.krcz-div .krczPic .krcz-con .sbd ul li p { color:#fff;}
.krcz-div .krczPic .krcz-con .sbd ul li p.p1 { font-size:20px; font-weight:bold; line-height:30px;}
.krcz-div .krczPic .krcz-con .sbd ul li p.p2 { font-size:12px; line-height:18px; margin-bottom:10px;color:#d7d7d7;}
.krcz-div .krczPic .krcz-con .sbd ul li p.p3 { font-size:15px;}

.krcz-div .krczPic .krcz-con .shd{position:absolute;right:322px;bottom:40px;width:200px;height:10px;text-align:center;font-size:0; z-index:2}
.krcz-div .krczPic .krcz-con .shd li{display:inline-block;vertical-align:top;width:10px;height:10px;margin:0 4px;background:#ec7373;overflow:hidden;transition:opacity ease 500ms;background:#ec7373\9;cursor:pointer; border-radius:20px;}
.krcz-div .krczPic .krcz-con .shd li.on{opacity:1;background:#fff\9;background:#fff;}
.krcz-div .krczPic .krcz-con .prev, .krcz-div .krczPic .krcz-con .next { width:22px; height:36px; display:block; position:absolute; bottom:49%;}
.krcz-div .krczPic .krcz-con .prev { left:30px;background:url("../images/pic126.png") repeat center center;}
.krcz-div .krczPic .krcz-con .next { right:30px;background:url("../images/pic127.png") repeat center center;}


@-webkit-keyframes trans1 {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(360deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@-moz-keyframes trans1 {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(360deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@-o-keyframes trans1 {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(360deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}
@keyframes trans1 {
    from{-webkit-transform:perspective(400px) rotateY(180deg);transform:perspective(400px) rotateY(360deg);}
    to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);}
}




/*宽仁之星*/
.secMenu { float:right; height:50px; line-height:50px; margin-top:40px; font-size:16px;}
.secMenu a { display:block; float:left; margin-left:70px;}
#Nowmenu { color:#004ea2; border-bottom:2px solid #004ea2}
.krzx-div {}
.krzx-div h1.tit{ clear:both; padding:65px 0 45px 0;text-align:center;}
.krzx-div h1.tit i{color:#333333; height:35px;display:block;font-size:14px;font-style:normal;line-height:24px; font-weight:normal;}
.krzx-div h1.tit b{color:#333333;font-size:20px;line-height:28px}
.krzx-div .text { width:1200px; height:300px;background:url("../images/pic63.jpg") no-repeat center center;}
.krzx-div .text .d1 { color:#fff; width:400px; padding:60px 0 0 150px; float:left}
.krzx-div .text .d2 { width:440px; float:left; padding:60px; font-size:15px; line-height:32px;}
.krzx-div .text .d1 p.p1 { font-size:20px; font-weight:bold}
.krzx-div .text .d1 p.p2 { color:#ea888e; font-size:13px; line-height:24px; margin-bottom:10px;}
.krzx-div .text .d1 p.p3 { font-size:15px;}
.krzx-div .list { clear:both; height:590px;}
.krzx-div .list ul li { text-align:center; width:20%; height:270px; float:left; margin-bottom:20px; overflow:hidden}
.krzx-div .list ul li:hover p { color:#004ea2}
.krzx-div .list ul li:hover p.p2 { color:#004ea2}
.krzx-div .list ul li p.p1 { width:172px; height:172px; overflow:hidden;border-radius:50%; margin:0 auto; margin-bottom:10px;}
.krzx-div .list ul li p.p1 img { width:100%; height:100%; display:block;transition:all .5s;}
.krzx-div .list ul li:hover p.p1 img{transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}
.krzx-div .list ul li p.p2 { font-size:18px; color:#333333; font-weight:bold; line-height:30px; height:30px; margin-bottom:5px;}
.krzx-div .list ul li p.p3 { line-height:23px;}
.krzx-div .list ul li p.p4 { line-height:23px;}





/*媒体报道*/
.mtbd-div { border-top:1px solid #e6e6e6; padding-top:38px;}
.mtbd-div ul li {height:240px; margin-bottom:38px; border-bottom:1px solid #e6e6e6; padding-bottom:38px;}
.mtbd-div ul li a { display:block}
.mtbd-div ul li .mtbd-divL { width:730px; height:240px; float:left}
.mtbd-div ul li .mtbd-divR { width:400px; height:240px; overflow:hidden; float:right}
.mtbd-div ul li .mtbd-divR img{ width:400px; height:240px; display:block;transition:all .5s;}
.mtbd-div ul li:hover img{transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}
.mtbd-div ul li:hover p.p1 { color:#004ea2}
.mtbd-div ul li:hover p.p2 { color:#333}
.mtbd-div ul li .mtbd-divL p.p1 { font-size:18px; font-weight:bold; line-height:40px; margin-bottom:15px;}
.mtbd-div ul li .mtbd-divL p.p2 { line-height:24px; margin-bottom:55px;}
.mtbd-div ul li .mtbd-divL p.p3 { color:#004ea2;background:url("../images/pic87.png") no-repeat right center; width:82px;}
.news-content { padding-bottom:60px; padding-top:20px;}
.newsdetail-content { width:100%; margin:0 auto;}  
.newsdetail-content p { margin-bottom:25px;}
.newsdetail-content p img { max-width:840px;}
.newsdetail-title { width: 1200px; margin:0 auto; padding: 0 0 10px 0; border-bottom:1px solid #e1e0e6; margin-bottom: 34px; text-align:center }
.newsdetail-title .title { width:1080px; margin:0 auto; font-weight: bold; font-size: 20px; line-height: 30px; color: #000; margin-bottom: 10px; }
.newsdetail-title .info { color: #8695a0; }

.hzgs-div ul{ width:1230px; margin:0 auto}
.hzgs-div ul li { width:380px; height:480px; overflow: hidden; background:#f5f5f5; float:left; margin:10px 15px 30px 15px}
.hzgs-div ul li a { display:block;}
.hzgs-div ul li p.p0 { width:380px; height:260px; overflow:hidden}
.hzgs-div ul li p.p0 img { width:380px; height:260px; display:block;transition:all .5s;}
.hzgs-div ul li:hover img{transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}
.hzgs-div ul li .text { width:320px; margin:0 auto; margin-top:22px;}
.hzgs-div ul li p.p1 {font-size:18px; font-weight:bold; line-height:35px; margin-bottom:8px;}
.hzgs-div ul li p.p2 { color:#666666; line-height:24px; margin-bottom:22px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;}
.hzgs-div ul li p.p3 { color:#004ea2;background:url("../images/pic87.png") no-repeat right center; width:82px;}

/*护理特色*/
.hlts-div { background:#f2f2f2; padding-top:10px; width:100%;}
.hlts-div .box { height:655px; overflow:hidden}
.hlts-div .boxL { width:240px; height:655px; float:left; background:#e6e6e6 url("../images/pic189.png") no-repeat bottom center;}
.hlts-div .boxR { width:860px; height:615px; padding:20px 40px; float:right; background:#fff}
.hlts-div .listR ul { margin-bottom:40px;}
.hlts-div .boxL .tit { background:#004ea2 url("../images/pic188.png") no-repeat 18px center; color:#fff; font-size:16px; height:60px; line-height:60px; text-align:center}
.hlts-div .boxL .list a { display:block; height:48px; line-height:48px; text-align:center; font-size:16px; border-bottom:1px solid #ffffff;box-sizing:border-box}
.hlts-div .boxL .list a:hover { height:48px; border-bottom:2px solid #004ea2; box-sizing:border-box;background: url("../images/pic190.png") no-repeat 210px center;}

.hlts-div .listR .L { width:180px; height:120px; overflow:hidden; float:left}
.hlts-div .listR .L img { display:block; width:100%; height:100%;transition:all .5s;}
.hlts-div .listR .R { width:630px; height:120px; float:left; margin-left:30px;}
.hlts-div .listR ul { margin-top:20px;}
.hlts-div .listR ul li { height:120px; width:100%; border-bottom:1px solid #f1f1f1; padding-bottom:25px; margin-bottom:25px;}
.hlts-div .listR ul li p.p1 { font-size:20px; color:#333333; font-weight:bold; line-height:50px;}
.hlts-div .listR ul li p.p2 { font-size:14px; color:#999999}
.hlts-div .listR ul li:hover p.p1 { color:#004ea2}
.hlts-div .listR ul li:hover p.p0 img {transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}



/*通知公告*/
.tzgg-div { background:#f2f2f2; padding-top:10px; width:100%;}
.tzgg-div .box { height:655px; overflow:hidden}
.tzgg-div .boxL { width:240px; height:655px; float:left; background:#e6e6e6 url("../images/pic189.png") no-repeat bottom center;}
.tzgg-div .boxR { width:860px; height:615px; padding:20px 40px; float:right; background:#fff}
.tzgg-div .listR ul { margin-bottom:40px;}
.tzgg-div .boxL .tit { background:#004ea2 url("../images/pic188.png") no-repeat 18px center; color:#fff; font-size:16px; height:60px; line-height:60px; text-align:center}
.tzgg-div .boxL .list a { display:block; height:48px; line-height:48px; text-align:center; font-size:16px; border-bottom:1px solid #ffffff;box-sizing:border-box}
.tzgg-div .boxL .list a:hover { height:48px; border-bottom:2px solid #004ea2; box-sizing:border-box;background: url("../images/pic190.png") no-repeat 210px center;}
.tzgg-div .listR ul li { height:48px; line-height:48px;background:url("../images/pic187.png") no-repeat left center; padding-left:15px;}
.tzgg-div .listR ul li:nth-child(5) { border-bottom:1px dashed #cccccc; margin-bottom:15px; padding-bottom:15px;background:url("../images/pic187.png") no-repeat left 20px; }
.tzgg-div .listR ul li p.p1 { width:80%; height:48px; float:left; font-size:16px;}
.tzgg-div .listR ul li p.p2 { width:20%; height:48px; float:right; text-align:right}
#Nowmenu4 {height:48px; border-bottom:2px solid #004ea2; box-sizing:border-box;background: url("../images/pic190.png") no-repeat 210px center;}

.tzgg-div .boxR .newsdetail-title { width: 100%; margin:0 auto; padding: 0 0 10px 0; border-bottom:1px solid #e1e0e6; margin-bottom: 34px; text-align:center }
.tzgg-div .boxR .newsdetail-title .title { width:92%; margin:0 auto; font-weight: bold; font-size: 20px; line-height: 30px; color: #000; margin-bottom: 10px; }
.tzgg-div .boxR .newsdetail-content p { margin-bottom:10px;}
.sxLink{ margin-top:30px; border-top:1px dashed #d4d4d4; padding-top:15px;}
.sxLink div{ margin-bottom:10px;}
.sxLink .xLink { height:30px; line-height:30px; color:#333}
.sxLink .sLink { height:30px; line-height:30px; color:#333}

/*通知公告-资源下载*/
.tzgg-div .box2 { height:770px; overflow:hidden}
.tzgg-div .boxL2 { width:240px; height:770px; float:left; background:#e6e6e6 url("../images/pic189.png") no-repeat bottom center;}
.tzgg-div .boxR2 { width:920px; height:730px; padding:20px 10px; float:right; background:#fff}
.tzgg-div .boxR2 .zyxz2-div ul { height:660px;}
.tzgg-div .boxR2 .zyxz2-div ul li { text-align:center; width:190px; height:265px; padding:20px; overflow:hidden; float:left;background:url("../images/pic195.jpg") no-repeat center center; position:relative; left:0; top:0; margin-bottom:10px;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms;}
.tzgg-div .boxR2 .zyxz2-div ul li p.p1 a { display:block; color:#6b6b6b}
.tzgg-div .boxR2 .zyxz2-div ul li p.p2 a { display:block; color:#fff}
.tzgg-div .boxR2 .zyxz2-div ul li p.p1 {width:189px; height:270px;font-size:15px; position:absolute; top:20px; z-index:1;}
.tzgg-div .boxR2 .zyxz2-div ul li p.p1 span {display:block; width:189px; height:239px; margin-bottom:3px; overflow:hidden}
.tzgg-div .boxR2 .zyxz2-div ul li p.p1 span img { display:block; width:189px; height:239px;transition:all .5s;}
.tzgg-div .boxR2 .zyxz2-div ul li p.p2 { position:absolute; right:11px; top:10px; z-index:2;background:url("../images/pic194.png") repeat center center; color:#fff; width:94px; height:33px; line-height:33px; font-size:15px; display:none;}
.tzgg-div .boxR2 .zyxz2-div ul li:hover p.p2 { display:block;}
.tzgg-div .boxR2 .zyxz2-div ul li:hover img {transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}


/*员工入口*/
.ygrk-div {background:url("../images/pic198.jpg") no-repeat center center; width:100%; height:747px; overflow:hidden; margin-top:150px; background-size:cover}
.ygrk-div .box1 { width:630px; height:166px; position:relative; top:23%; left:50%;}
.ygrk-div .box2 { width:630px; height:166px; position:relative; top:26%; left:45%;}
.ygrk-div .box div { width:166px; height:166px; overflow:hidden; text-align:center; color:#424242; box-sizing:border-box; float:left; position:relative; margin:0 18px;}
.ygrk-div .box div a { display:block; color:#424242; text-align:center}
.ygrk-div .box div p.p1 {border:1px solid #d2c9c6; border-radius:50%;box-sizing:border-box;width:166px; height:166px; position:absolute; left:0; top:0; z-index:1}
.ygrk-div .box div p.p2 { width:142px; height:142px; border-radius:50%;background:url("../images/pic205.png") repeat center center; position:absolute; left:12px; top:12px; z-index:2}
.ygrk-div .box div p.p3 { position:absolute; bottom:75px; z-index:3; left:50%; margin-left:-27px; width:54px; height:48px; }
.ygrk-div .box div p.p4 { width:166px;font-size:18px; position:absolute; bottom:40px; z-index:3;margin:0 auto; text-align:center}
.ygrk-div .box .d1 p.p3{ background:url("../images/pic199.png") no-repeat center center;}
.ygrk-div .box .d2 p.p3{ background:url("../images/pic200.png") no-repeat center center;}
.ygrk-div .box .d3 p.p3{ background:url("../images/pic201.png") no-repeat center center;}
.ygrk-div .box .d4 p.p3{ background:url("../images/pic202.png") no-repeat center center;}
.ygrk-div .box .d5 p.p3{ background:url("../images/pic203.png") no-repeat center center;}
.ygrk-div .box .d6 p.p3{ background:url("../images/pic204.png") no-repeat center center;}
.ygrk-div .box div:hover p.p1 {border:1px solid #004ea2}
.ygrk-div .box div:hover p.p2 { background:#004ea2}
.ygrk-div .box div:hover a { color:#fff}
.ygrk-div .box .d1:hover p.p3{ background:url("../images/pic199-on.png") no-repeat center center;}
.ygrk-div .box .d2:hover p.p3{ background:url("../images/pic200-on.png") no-repeat center center;}
.ygrk-div .box .d3:hover p.p3{ background:url("../images/pic201-on.png") no-repeat center center;}
.ygrk-div .box .d4:hover p.p3{ background:url("../images/pic202-on.png") no-repeat center center;}
.ygrk-div .box .d5:hover p.p3{ background:url("../images/pic203-on.png") no-repeat center center;}
.ygrk-div .box .d6:hover p.p3{ background:url("../images/pic204-on.png") no-repeat center center;}



/*新闻-资源下载*/
.zyxz-div { border-top:1px solid #e6e6e6; padding-top:37px;width:1212px; margin:0 auto}
.zyxz-div ul { height:975px;}
.zyxz-div ul li { text-align:center; width:261px; height:429px; padding:20px; overflow:hidden; float:left;background:url("../images/pic193.jpg") no-repeat center center; margin-right:2px; position:relative; left:0; top:0; margin-bottom:10px;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms;}
.zyxz-div ul li p.p1 a { display:block; color:#6b6b6b}
.zyxz-div ul li p.p2 a { display:block; color:#fff}
.zyxz-div ul li p.p1 {width:258px; height:425px;font-size:15px; position:absolute; top:20px; z-index:1;}
.zyxz-div ul li p.p1 span {display:block; width:258px; height:384px; margin-bottom:10px; overflow:hidden}
.zyxz-div ul li p.p1 span img { display:block; width:258px; height:384px;transition:all .5s;}
.zyxz-div ul li p.p2 { position:absolute; left:20px; top:20px; z-index:2;background:url("../images/pic194.png") repeat center center; color:#fff; width:258px; height:384px; line-height:384px; font-size:16px; letter-spacing:2px; display:none;}
.zyxz-div ul li:hover p.p2 { display:block;}
.zyxz-div ul li:hover img {transform: scale(1.05, 1.05);opacity:0.9;filter:alpha(opacity=90);}




/*** 患者服务 ***/
/*** 患者服务-选择我们 ***/
.xzwm-div h1.pagetitle i { line-height:35px;}
.xzwm-div .list1 { clear:both; background:#f5f5f5; padding-bottom:60px;}
.xzwm-div .more { color:#666666; width:120px; height:40px; line-height:40px; margin:0 auto;text-align:center}
.xzwm-div .more a { color:#666; display:block; border:1px solid #cccccc; }
.xzwm-div .more a:hover { color:#fff; background:#004ea2; border:1px solid #004ea2;}
/*切换1*/
.xzwm-div .sjmy-con {width:1200px;height:525px; margin:0 auto; position:relative; overflow:hidden; margin-bottom:20px;}
.xzwm-div .sjmy-con .bd li{width:100%;height:498px; float:left; position:relative;}
.xzwm-div .sjmy-con .bd ul li .d1 { width:880px; height:498px; position:absolute; top:0; left:0; z-index:1}
.xzwm-div .sjmy-con .bd ul li .d1 img { width:880px; height:498px; display:}
.xzwm-div .sjmy-con .bd ul li .d2 {background:#fff; width:440px; height:400px; position:absolute; top:40px; right:0; z-index:2;}
.xzwm-div .sjmy-con .bd ul li .d2 p.p1 { font-size:15px; font-weight:bold; margin-bottom:35px; color:#333333; padding-left:50px; line-height:22px;}
.xzwm-div .sjmy-con .bd ul li .d2 p.p2 { font-size:36px; margin-bottom:10px; line-height:50px; margin-left:50px; color:#004ea2; margin-top:30px;}
.xzwm-div .sjmy-con .bd ul li .d2 p.p3 { font-size:15px; line-height:22px; margin-left:50px;width:355px;} 
.xzwm-div .sjmy-con .hd { width:130px; margin:0 auto; height:4px; position:absolute; bottom:140px; left:813px; z-index:99}
.xzwm-div .sjmy-con .hd ul li { width:25px; height:4px; background:#cccccc; margin-right:6px; float:left; font-size:0; overflow:hidden}
.xzwm-div .sjmy-con .hd ul li.on { background:#004ea2;}


/*切换2*/
.xzwm-div .sjmy2-con {width:1200px;height:210px; margin:0 auto; position:relative;}
.sjmy2-list-1{width:1190px; padding-left:31px;height:210px;overflow:hidden;} 
.sjmy2-list-1 ul { height:210px;}
.sjmy2-list-1 li{width:360px;height:219px; float:left;cursor:pointer; margin:0 10px; background:#fff;-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms;}
.sjmy2-list-1 li a { display:block;}
.sjmy2-list-1 li a:hover { color:#333}
.sjmy2-list-1 ul li .pic { width:180px; height:225px;overflow:hidden; float:left}
.sjmy2-list-1 ul li .pic img { width:100%; height:100%; display:block;transition:all .5s;}
.sjmy2-list-1 ul li .text { width:180px; height:209px; padding:20px 16px; float:right;}
.sjmy2-list-1 ul li .text p.p1 { font-size:18px; font-weight:bold; font-weight:bold; line-height:30px; margin-bottom:10px;}
.sjmy2-list-1 ul li .text p.p2 { font-size:12px; line-height:18px;}
.sjmy2-list-1 ul li .text p.p3 { font-size:12px; line-height:18px; margin-bottom:10px;}
.sjmy2-list-1 ul li .text p.p4 { font-size:12px; line-height:18px; height:70px; overflow:hidden;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;}
.sjmy2-list-1 ul li:hover .pic img {transform: scale(1.06, 1.06);}
.sjmy2-con .sjmy2-btns a { display:block;position:absolute;top:43%; z-index:9; }
.sjmy2-con .sjmy2-btns .sjmy2-prev{width:35px;height:35px;background:url("../images/lc_left.png") no-repeat center center; background-size:cover; left:0; -webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }
.sjmy2-con .sjmy2-btns .sjmy2-next{width:35px;height:35px;background:url("../images/lc_right.png") no-repeat center center;background-size:cover; right:0; -webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms; }
.sjmy2-con .sjmy2-btns .sjmy2-prev:hover{width:35px;height:35px;background:url("../images/lc_left-on.png") no-repeat center center;background-size:cover;}
.sjmy2-con .sjmy2-btns .sjmy2-next:hover{width:35px;height:35px;background:url("../images/lc_right-on.png") no-repeat center center;background-size:cover;}

.xzwm-div .list2 { clear:both; width:100%; background:#f4f4f4; overflow:hidden; padding-bottom:50px}
.xzwm-div .list2 .box img{ display:block; margin:0 auto;}
.xzwm-div .list2 .box .box-1 { width:100%; }
.xzwm-div .list2 .box .box-1 .d1 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic233.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d2 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic234.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d3 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic235.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d4 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic236.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d5 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic237.png") no-repeat center center;}
.xzwm-div .list2 .box .box-2 .d6 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic238.png") no-repeat center center;}
.xzwm-div .list2 .box .box-2 .d7 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic239.png") no-repeat center center;}
.xzwm-div .list2 .box .box-2 .d8 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic240.png") no-repeat center center;}
.xzwm-div .list2 .box .box-2 .d9 p.p1 { width:66px; height:63px; margin:0 auto;background:url("../images/pic241.png") no-repeat center center;}
.xzwm-div .list2 .box p.p2 { font-size:18px; font-weight:bold; margin-bottom:10px; margin-top:10px;}
.xzwm-div .list2 .box p.p3 { line-height:20px;}
.wrap{width:603px; height:100px} 


.xzwm-div .list2 .box .box-1 .d {width:200px;height:110px;display:inline-block;position:relative;line-height:110px;text-align:center;font-size:14px;text-decoration:none;float:left;background:#fff; margin-right:10px; margin-top:69px;box-shadow:0 0 2px #c2c2c2}
.xzwm-div .list2 .box .box-1 .d .L { width:100%; height:100%; position:absolute; left:0; top:0; z-index:1}
.xzwm-div .list2 .box .box-1 .d .R { width:100%; height:100%; position:absolute; left:0; top:-22px; z-index:2}
.xzwm-div .list2 .box .box-1 .d:hover { background:#cc020e}
.xzwm-div .list2 .box .box-1 .d:hover .L span.sp1{ border-top:59px solid #cc020e}
.xzwm-div .list2 .box .box-1 .d:hover .L span.sp2{ border-bottom:59px solid #cc020e;}
.xzwm-div .list2 .box .box-1 .d:hover .R{ color:#fff}

.xzwm-div .list2 .box .box-1 .d .R span { display:block}
.xzwm-div .list2 .box .box-1 .d .R span.sp1 {width:66px; height:63px; margin:0 auto;margin-bottom:9px;}
.xzwm-div .list2 .box .box-1 .d .R span.sp2 { line-height:20px; font-size:18px; font-weight:bold; margin-bottom:12px;}
.xzwm-div .list2 .box .box-1 .d .R span.sp3 { line-height:19px;}
.xzwm-div .list2 .box .box-1 .d1 .R span.sp1 {background:url("../images/pic233.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d2 .R span.sp1 {background:url("../images/pic234.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d3 .R span.sp1 {background:url("../images/pic235.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d4 .R span.sp1 {background:url("../images/pic236.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d5 .R span.sp1 {background:url("../images/pic237.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d6 .R span.sp1 {background:url("../images/pic238.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d7 .R span.sp1 {background:url("../images/pic239.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d8 .R span.sp1 {background:url("../images/pic240.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d9 .R span.sp1 {background:url("../images/pic241.png") no-repeat center center;}

.xzwm-div .list2 .box .box-1 .d .L span.sp1{width:0;height:0;display:block;overflow:hidden;position:absolute;border-left:100px dotted transparent;border-right:100px dotted transparent;bottom:-59px;left:0px;border-top:59px solid #fff}
.xzwm-div .list2 .box .box-1 .L span.sp2{width:0;height:0;display:block;overflow:hidden;position:absolute;border-left:100px dotted transparent;border-right:100px dotted transparent;left:0px;top:-59px;border-bottom:59px solid #fff;}

.xzwm-div .list2 .box .box-1 .d1{background:#004ea2;} 
.xzwm-div .list2 .box .box-1 .d1 .L span.sp1{border-top:59px solid #004ea2;}
.xzwm-div .list2 .box .box-1 .d1 .L span.sp2{border-bottom:59px solid #004ea2;} 

.xzwm-div .list2 .box .box-1 .d4{background:#004ea2;} 
.xzwm-div .list2 .box .box-1 .d4 .L span.sp1{border-top:59px solid #004ea2;}
.xzwm-div .list2 .box .box-1 .d4 .L span.sp2{border-bottom:59px solid #004ea2;} 

.xzwm-div .list2 .box .box-1 .d6 { margin-left:106px;}
.xzwm-div .list2 .box .box-1 .d7 { background:#004ea2;}
.xzwm-div .list2 .box .box-1 .d7 .L span.sp1{border-top:59px solid #004ea2;}
.xzwm-div .list2 .box .box-1 .d7 .L span.sp2{border-bottom:59px solid #004ea2;} 

.xzwm-div .list2 .box .box-1 .d1 .R { color:#fff}
.xzwm-div .list2 .box .box-1 .d4 .R { color:#fff}
.xzwm-div .list2 .box .box-1 .d7 .R { color:#fff}

.xzwm-div .list2 .box .box-1 .d1:hover,.xzwm-div .list2 .box .box-1 .d4:hover,.xzwm-div .list2 .box .box-1 .d7:hover { background:#fff}
.xzwm-div .list2 .box .box-1 .d1:hover .L span.sp1,.xzwm-div .list2 .box .box-1 .d4:hover .L span.sp1,.xzwm-div .list2 .box .box-1 .d7:hover .L span.sp1{ border-top:59px solid #fff}
.xzwm-div .list2 .box .box-1 .d1:hover .L span.sp2,.xzwm-div .list2 .box .box-1 .d4:hover .L span.sp2,.xzwm-div .list2 .box .box-1 .d7:hover .L span.sp2{ border-bottom:59px solid #fff;}
.xzwm-div .list2 .box .box-1 .d1:hover .R,.xzwm-div .list2 .box .box-1 .d4:hover .R,.xzwm-div .list2 .box .box-1 .d7:hover .R{ color:#333}

.xzwm-div .list2 .box .box-1 .d1:hover .R span.sp1 {background:url("../images/pic233-on.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d2:hover .R span.sp1 {background:url("../images/pic234-on.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d3:hover .R span.sp1 {background:url("../images/pic235-on.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d4:hover .R span.sp1 {background:url("../images/pic236-on.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d5:hover .R span.sp1 {background:url("../images/pic237-on.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d6:hover .R span.sp1 {background:url("../images/pic238-on.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d7:hover .R span.sp1 {background:url("../images/pic239-on.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d8:hover .R span.sp1 {background:url("../images/pic240-on.png") no-repeat center center;}
.xzwm-div .list2 .box .box-1 .d9:hover .R span.sp1 {background:url("../images/pic241-on.png") no-repeat center center;}


 

.xzwm-div .list3 { clear:both; width:1200px; margin:0 auto}
.xzwm-div .xzwmPic .xzwm-con {position:relative;}
.xzwm-div .xzwmPic .xzwm-con,
.xzwm-div .xzwmPic .xzwm-con .sbd,
.xzwm-div .xzwmPic .xzwm-con .sbd ul,
.xzwm-div .xzwmPic .xzwm-con .sbd li{width:100%!important;height:550px;}
.xzwm-div .xzwmPic .xzwm-con .sbd {}
.xzwm-div .xzwmPic .xzwm-con .sbd ul li {}
.xzwm-div .xzwmPic .xzwm-con .sbd ul li img {width:1200px; height:550px;}
.xzwm-div .xzwmPic .xzwm-con .sbd ul li .wz { width:360px; height:170px; padding:35px 70px;background:url("../images/pic130.png") repeat center center; position:absolute; bottom:0; right:0; z-index:1;}
.xzwm-div .xzwmPic .xzwm-con .sbd ul li p.p1 { font-size:24px; line-height:30px; margin-bottom:20px;}
.xzwm-div .xzwmPic .xzwm-con .sbd ul li p.p2 { font-size:15px; line-height:22px; margin-bottom:10px;}
.xzwm-div .xzwmPic .xzwm-con .shd{position:absolute;right:264px;bottom:30px;width:200px;height:6px;text-align:center;font-size:0; z-index:2}
.xzwm-div .xzwmPic .xzwm-con .shd li{display:inline-block;vertical-align:top;width:36px;height:6px;margin:0 4px;background:#999999;overflow:hidden;transition:opacity ease 500ms;background:#999999\9;cursor:pointer; border-radius:10px;}
.xzwm-div .xzwmPic .xzwm-con .shd li.on{opacity:1;background:#004ea2\9;background:#004ea2;}

.xzwm-div .list4 { clear:both; width:1200px; margin:0 auto}
.xzwm-div .list4 .box { width:1200px; height:552px; overflow:hidden}
.xzwm-div .list4 .box .boxL { width:721px; height:552px; float:left}
.xzwm-div .list4 .box .boxR { width:473px; height:552px; float:right}
.xzwm-div .list4 .box .boxL .boxL-1 { width:100%; height:366px; overflow:hidden; position:relative; margin-bottom:6px;}
.xzwm-div .list4 .box .boxL .boxL-1 img { display:block;transition:all .5s;}
.xzwm-div .list4 .box .boxL .boxL-1:hover img {transform: scale(1.04, 1.04);}
.xzwm-div .list4 .box .boxL .boxL-1 p.p0 { width:100%; height:100%; position:absolute; left:0; top:0; z-index:1}
.xzwm-div .list4 .box .boxL .boxL-1 p.p1 { font-size:14px; font-weight:normal;position:absolute; left:88px; top:60px; z-index:2; line-height:22px;}
.xzwm-div .list4 .box .boxL .boxL-1 span{ font-size:20px; font-weight:bold; display:block; line-height:40px; margin-bottom:10px; }
.xzwm-div .list4 .box .boxL .boxL-2 { width:100%; height:180px; background:#f0f0f0;line-height:24px;}
.xzwm-div .list4 .box .boxL .boxL-2 p.p1 { width:205px; height:180px; float:left}
.xzwm-div .list4 .box .boxL .boxL-2 p.p2 { width:516px; height:130px; padding-top:50px; float:left}
.xzwm-div .list4 .box .boxL .boxL-2 img { display:block;transition:all .5s;}
.xzwm-div .list4 .box .boxL .boxL-2:hover img {transform: scale(1.04, 1.04);}

.xzwm-div .list4 .box .boxR .boxR-1 { background:#004ea2; width:473px; height:180px; color:#fff; margin-bottom:6px;}

.xzwm-div .list4 .box .boxR .boxR-2 { background:#f0f0f0; width:473px; height:180px; margin-bottom:6px;}
.xzwm-div .list4 .box .boxR .boxR-1 p.p1 { width:205px; height:180px; float:left}
.xzwm-div .list4 .box .boxR .boxR-1 p.p2 { width:218px; height:140px; padding-top:40px; padding-left:50px; float:left; line-height:22px;}
.xzwm-div .list4 .box .boxR .boxR-1 p.p2 span { display:block;font-size:20px; font-weight:bold;line-height:40px;margin-bottom:10px;}
.xzwm-div .list4 .box .boxR .boxR-1 img { display:block;transition:all .5s;}
.xzwm-div .list4 .box .boxR .boxR-1:hover img {transform: scale(1.04, 1.04);}

.xzwm-div .list4 .box .boxR .boxR-2 p.p1 { width:205px; height:180px; float:left}
.xzwm-div .list4 .box .boxR .boxR-2 p.p2 { width:218px; height:150px; padding-top:30px; padding-left:50px; float:left; line-height:22px;}
.xzwm-div .list4 .box .boxR .boxR-2 p.p2 span { display:block;font-size:20px; font-weight:bold;line-height:40px; margin-bottom:10px;}
.xzwm-div .list4 .box .boxR .boxR-2 img { display:block;transition:all .5s;}
.xzwm-div .list4 .box .boxR .boxR-2:hover img {transform: scale(1.04, 1.04);}
.xzwm-div .list4 .box .boxR .boxR-3 { width:100%; height:180px; background:#f0f0f0}
.xzwm-div .list4 .box .boxR .boxR-3 img {display:block;transition:all .5s;}
.xzwm-div .list4 .box .boxR .boxR-3:hover img {transform: scale(1.04, 1.04);}
.xzwm-div .list4 .box .boxR .boxR-3 p.p1{ width:200px; height:180px; overflow:hidden; float:left}
.xzwm-div .list4 .box .boxR .boxR-3 p.p2{ width:243px; height:140px; padding-left:30px; padding-top:40px; float:left; line-height:22px;}
.xzwm-div .list4 .box .boxR .boxR-3 p.p2 span { display:block; font-size:20px; font-weight:bold;line-height:40px; margin-bottom:10px;}




/*** 患者服务-预约挂号 ***/
.yygh-div1 { margin-top:5%}
.yygh-div1 .tit { text-align:center; margin-bottom:60px;}
.yygh-div1 .tit p.p1 { font-size:24px; font-weight:bold; color:#004ea2; height:46px; line-height:38px;background:url('../images/pic90.jpg') no-repeat bottom center; display:block}
.yygh-div1 .tit p.p2 { font-size:15px; line-height:34px;}
.yygh-div1 .pic img { display:block; margin:0 auto; margin-bottom:80px;}
.yygh-div2 { height:590px; overflow:hidden; margin-bottom:65px;}
.yygh-div2 .dL { width:700px; height:590px; float:left; background:#f5f5f5; text-align:center}
.yygh-div2 .dR { width:480px; height:590px; float:right;}
.yygh-div2 .dR .dR-1 { width:420px; height:340px; padding-left:60px; background:#f5f5f5; margin-bottom:10px;} 
.Ghbox .btn button{width: 350px;height: 50px;background:#004ea2 url(../images/pic81.png) no-repeat 140px center;border: 0;cursor: pointer; padding-left:20px; color:#fff; font-size:17px;} 
.Ghbox .cp_city { margin-bottom:12px;}
.Ghbox .bg1 select{background:#fff url('../images/pic91.png') no-repeat 12px center;}
.Ghbox .bg2 input{background:#fff url('../images/pic92.png') no-repeat 12px center;}
.Ghbox .select{width: 350px;}
.Ghbox .select select{width:350px;height: 50px; line-height:50px;color: #333333;font-size: 15px;border:1px solid #e6e6e6 ; padding-left:48px; display:block;-webkit-appearance:none;}
.Ghbox .select input{width:301px;height: 50px;color: #333333;font-size: 15px; border:1px solid #e6e6e6 ; padding-left:49px;-webkit-appearance:none;}

/*.Ghbox .select input::-webkit-input-placeholder {color: #333;font-size: 15px;}*/
.yygh-div2 .dL p.p1 { font-size:24px; font-weight:bold; color:#004ea2; line-height:54px; margin-top:40px;}
.yygh-div2 .dL p.p2 { font-size:18px; font-weight:bold; margin-bottom:45px;}
.yygh-div2 .dL p.p3 img { width:280px; height:280px; margin-bottom:18px;}
.yygh-div2 .dL p.p4 { font-size:18px; font-weight:bold;}
.yygh-div2 .dR .tit { clear:both; font-size:24px; font-weight:bold; color:#004ea2; line-height:54px; padding-top:40px; margin-bottom:8px;}
.yygh-div2 .dR .dR-2 { width:420px; height:300px; padding-left:60px; padding-top:40px; background:#f5f5f5}
.yygh-div2 .dR .dR-2 p.p1 { font-size:24px; font-weight:bold; color:#004ea2;line-height:54px; margin-bottom:10px;} 
.yygh-div2 .dR .dR-2 p.p2 { font-size:15px; color:#808080; height:50px;} 
.yygh-div2 .dR .dR-2 p.p2 span { font-size:30px; color:#333}
.yygh-div3 { clear:both;}
.yygh-div3 .tit { font-size:24px; font-weight:bold; color:#004ea2; text-align:center; height:46px; line-height:40px; margin-bottom:30px;background:url('../images/pic90.jpg') no-repeat bottom center;}
.yygh-div3 .pic img { display:block}

/*** 患者服务-报告查询 ***/
/*** 患者服务-服务套餐 ***/
.fwtc-div { margin-top:5%}
.fwtc-div .tit { text-align:center; margin-bottom:60px;}
.fwtc-div .tit p.p1 { font-size:24px; font-weight:bold; color:#004ea2; height:46px; line-height:38px;background:url('../images/pic90.jpg') no-repeat bottom center; display:block}
.fwtc-div .tit p.p2 { font-size:15px; line-height:34px;}
.fwtc-div .flash{ width:1200px; height:400px; margin:0 auto;}
.fwtc-div .flash .con{ width:1200px; height:400px;}
.fwtc-div .flash .con ul li{ width:200px; height:400px; position:relative; overflow:hidden; float:left; color:#fff;}
.fwtc-div .flash .con ul li.current{ width:600px;}
.fwtc-div .flash .con ul li .Lef{ width:110px; height:380px; padding:60px 40px 60px 50px; cursor:pointer;}
.fwtc-div .flash .con ul li .Lef p.p1 img { display:block; margin:0 auto; margin-bottom:18px;}
.fwtc-div .flash .con ul li .Lef p.p2 { font-size:24px; font-weight:bold; }
.fwtc-div .flash .con ul li .Lef p.p2 span { display:block; font-size:16px;margin-top:25px; margin-bottom:45px; font-weight:normal}
.fwtc-div .flash .con ul li .Lef p.p4 {}
.fwtc-div .flash .con ul li.ti1 { color:#fff}
.fwtc-div .flash .con ul li.ti2 { color:#333}
.fwtc-div .flash .con ul li.ti3 { color:#fff}
.fwtc-div .flash .con ul li.ti4 { color:#333}
.fwtc-div .flash .con ul li.ti1 .Lef{ background:#004ea2;}
.fwtc-div .flash .con ul li.ti2 .Lef{ background:#e6e6e6;}
.fwtc-div .flash .con ul li.ti3 .Lef{ background:#004ea2;}
.fwtc-div .flash .con ul li.ti4 .Lef{ background:#e6e6e6;}
.fwtc-div .flash .con .show{ position:absolute; left:200px; top:0; width:300px; height:260px; padding:70px 50px;}
.fwtc-div .flash .con ul li.ti1 .show {background:url('../images/pic105.png') no-repeat center center;}
.fwtc-div .flash .con ul li.ti2 .show {background:url('../images/pic138.jpg') no-repeat center center;}
.fwtc-div .flash .con ul li.ti3 .show {background:url('../images/pic137.jpg') no-repeat center center;}
.fwtc-div .flash .con ul li.ti4 .show {background:url('../images/pic136.jpg') no-repeat center center;}
.fwtc-div .flash .con .show p span { display:block; height:42px; line-height:42px;background:url('../images/pic103.png') no-repeat center center; padding-left:40px; margin-bottom:5px;}
.fwtc-div .flash .con ul li.ti2 p.p2 { color:#333}
.fwtc-div .flash .con ul li.ti4 p.p2 { color:#333}
.fwtc-div .flash .con ul li.ti2 p.p3 { color:#333}
.fwtc-div .flash .con ul li.ti4 p.p3 { color:#333}


/*** 患者服务-健康课堂 ***/
.jkkt-div .d1 { width:1200px; margin:0 auto}
.jkkt-div .d2 { width:1000px; margin:0 auto; text-align:center; padding:50px 0}
.jkkt-div .list {}
.jkkt-div .list .bd .thd { width:1200px;height:210px;margin:0 auto; margin-top:60px; margin-bottom:60px;}
.jkkt-div .list .bd .thd div { width:25%; height:210px; float:left; text-align:center; border-right:1px solid #cccccc; box-sizing:border-box; cursor:pointer}
.jkkt-div .list .bd .thd .l01 p.p1 { width:94px; height:94px; margin:0 auto; overflow:hidden;background:url('../images/pic99.png') no-repeat center center; margin-bottom:15px;}
.jkkt-div .list .bd .thd .l02 p.p1 { width:94px; height:94px; margin:0 auto; overflow:hidden;background:url('../images/pic100.png') no-repeat center center; margin-bottom:15px;}
.jkkt-div .list .bd .thd .l03 p.p1 { width:94px; height:94px; margin:0 auto; overflow:hidden;background:url('../images/pic101.png') no-repeat center center; margin-bottom:15px;}
.jkkt-div .list .bd .thd .l04 p.p1 { width:94px; height:94px; margin:0 auto; overflow:hidden;background:url('../images/pic102.png') no-repeat center center; margin-bottom:15px;}
.jkkt-div .list .bd .thd .l04 {border-right:0}
.jkkt-div .list .bd .thd p.p2 { font-size:18px; font-weight:bold; line-height:35px; margin-bottom:7px;}
.jkkt-div .list .bd .thd p.p3 { line-height:20px;}
.jkkt-div .list .bd .thd p.p3 span { display:block}
.jkkt-div .list .bd .thd ul li:hover p.p2{ color:#004ea2;}
.jkkt-div .list .bd .thd .l01:hover p.p1 { background: url('../images/pic99-on.png') no-repeat center center;}
.jkkt-div .list .bd .thd .l02:hover p.p1 { background: url('../images/pic100-on.png') no-repeat center center;}
.jkkt-div .list .bd .thd .l03:hover p.p1 { background: url('../images/pic101-on.png') no-repeat center center;}
.jkkt-div .list .bd .thd .l04:hover p.p1 { background: url('../images/pic102-on.png') no-repeat center center;}
.jkkt-div .list .bd .thd ul li.on p.p2{ color:#004ea2;}

.jkkt-div .list .bd .thd ul li.l01.on p.p1 { background: url('../images/pic99-on.png') no-repeat center center;}
.jkkt-div .list .bd .thd ul li.l02.on p.p1 { background: url('../images/pic100-on.png') no-repeat center center;}
.jkkt-div .list .bd .thd ul li.l03.on p.p1 { background: url('../images/pic101-on.png') no-repeat center center;}
.jkkt-div .list .bd .thd ul li.l04.on p.p1 { background: url('../images/pic102-on.png') no-repeat center center;}
.jkkt-div .list .bd .thd ul li.l04 div { border:0}



.jkkt-kb { clear:both;}
.jkkt-kb .tit { text-align:center; background:#004ea2; color:#fff; height:60px; line-height:60px; font-size:24px; font-weight:500}
.jkkt-kb .titList { height:60px; overflow:hidden}
.jkkt-kb .titList p { background:#808080; border-right:1px solid #acabab; text-align:center; color:#fff; height:60px; line-height:60px; float:left; box-sizing:border-box; font-size:16px;}
.jkkt-kb .titList p.p1 { width:180px;}
.jkkt-kb .titList p.p2 { width:150px;}
.jkkt-kb .titList p.p3 { width:260px;}
.jkkt-kb .titList p.p4 { width:240px;}
.jkkt-kb .titList p.p5 { width:220px;}
.jkkt-kb .titList p.p6 { width:150px; border-right:0}
.jkkt-kb .list2 { clear:both;}
.jkkt-kb .list2 .ll1 { width:100%; height:60px; text-align:center}
.jkkt-kb .list2 .ll1 p {height:60px;border-right:1px solid #e1e0e0; float:left;box-sizing:border-box;}
.jkkt-kb .list2 .ll1 p.p1 { width:180px; line-height:20px; padding-top:10px;}
.jkkt-kb .list2 .ll1 p.p2 { width:150px; line-height:60px;}
.jkkt-kb .list2 .ll1 p.p3 { width:260px; line-height:60px;}
.jkkt-kb .list2 .ll1 p.p4 { width:240px; line-height:20px; padding-top:10px;}
.jkkt-kb .list2 .ll1 p.p5 { width:220px; line-height:60px;}
.jkkt-kb .list2 .ll1 p.p6 { width:150px; border-right:0; line-height:60px;}

.jkkt-div .list .bd .tbd { clear:both; width:1200px; margin:0 auto}


/*** 患者服务-成为会员 ***/
.cwhy-div { width:1200px; margin:0 auto}
.cwhy-div h1.pagetitle i { line-height:35px;}
.cwhy-div .tit { text-align:center; margin-bottom:30px;}
.cwhy-div .tit p.p3 { font-size:15px; width:678px; margin:0 auto; line-height:24px; margin-bottom:13px;}
.cwhy-div .tit p.p4 { font-size:16px; color:#004ea2; font-weight:bold; width:110px; margin:0 auto;background:url('../images/pic93.png') no-repeat right center;}
.cwhy-div .list div { width:900px; height:140px; padding-top:40px; margin-bottom:10px; color:#fff; padding-left:300px;}
.cwhy-div .list div p.p1 { font-size:24px; font-weight:bold; margin-bottom:20px; width:740px;}
.cwhy-div .list div p.p2 { font-size:16px; line-height:22px; width:740px;}
.cwhy-div .list .li01 { background:#004ea2 url('../images/pic94.png') no-repeat 140px center;}
.cwhy-div .list .li02 { background:#f19cad url('../images/pic95.png') no-repeat 140px center;}
.cwhy-div .list .li03 { background:#60c1bd url('../images/pic96.png') no-repeat 140px center;}
.cwhy-div .btn { clear:both}
.cwhy-div .btn a { width:150px; line-height:40px; height:40px; text-align:center; color:#fff; font-size:14px; background:#004ea2; border-radius:20px; display:block; margin:0 auto; margin-top:30px;}
.cwhy-div .btn a:hover { background:#555}


/*** 患者服务-公益援助 ***/





/*联系方式*/
.lxfs-div { width:1020px; height:430px; padding:60px 90px; margin:0 auto; background:#f5f5f5;}
.lxfs-div .lxfs-divL { width:435px; height:430px; float:left; border-right:1px solid #cccccc; padding-right:100px;}
.lxfs-div .lxfs-divR { width:370px; height:430px; float:left; margin-left:100px;}
.lxfs-div .lxfs-divL p.p1 { font-size:20px; font-weight:bold; color:#004ea2; line-height:40px;}
.lxfs-div .lxfs-divL p.p2 { font-size:15px; font-weight:bold;border-bottom:1px solid #cccccc; height:45px; margin-bottom:30px;}
.lxfs-div .lxfs-divL p.p3 { height:153px; margin-bottom:45px;}
.lxfs-div .lxfs-divL p.p3 span { display:block; float:left}
.lxfs-div .lxfs-divL p.p3 span.sp1 { font-size:18px; font-weight:bold; margin-right:40px;}
.lxfs-div .lxfs-divL p.p4 { clear:both; font-size:18px; font-weight:bold; margin-bottom:20px;}
.lxfs-div .lxfs-divL p.p5 {font-size:15px;}
.lxfs-div .lxfs-divR .tit { font-size:20px; font-weight:bold; color:#004ea2; line-height:40px; margin-bottom:26px;}
.lxfs-div .lxfs-divR .text { margin-top:75px;}
.lxfs-div .lxfs-divR .text p.p1 { font-size:18px; font-weight:bold; margin-bottom:20px;}
.lxfs-div .lxfs-divR .text p.p2 { font-size:15px;}


.zdwm-div { clear:both}
.zdwm-div .dz-div {}
.dz-div .bd .thd ul { width:900px; margin:0 auto; height:60px; line-height:60px; margin-bottom:50px;}
.dz-div .bd .thd ul li { width:48%; height:60px; float:left;text-align:center; color:#333333; font-size:22px; cursor:pointer;background: #f0f0f0; transform:skew(-30deg);   -webkit-transform: skew(-30deg);   -moz-transform: skew(-30deg);   -o-transform:skew(-30deg);   -ms-transform:skew(-30deg); margin:0 1%;-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;  }
.dz-div .bd .thd ul li.l1:hover span{ color:#fff;background:url('../images/pic122-on.png') no-repeat left center;}
.dz-div .bd .thd ul li.l2:hover span{ color:#fff;background:url('../images/pic123-on.png') no-repeat left center;}
.dz-div .bd .thd ul li.l1.on span { color:#fff;background: url('../images/pic122-on.png') no-repeat left center;}
.dz-div .bd .thd ul li.l2.on span { color:#fff;background: url('../images/pic123-on.png') no-repeat left center;}
.dz-div .bd .thd ul li:hover { color:#fff;background:#004ea2}
.dz-div .bd .thd ul li.on { color:#fff;background:#004ea2}
.dz-div .bd .thd ul li.l1 span {background:url('../images/pic122.png') no-repeat left center;}
.dz-div .bd .thd ul li.l2 span {background:url('../images/pic123.png') no-repeat left center;}
.dz-div .bd .thd ul li span { display:inline-block; padding-left:38px;transform:skew(30deg);   -webkit-transform: skew(30deg);   -moz-transform: skew(30deg);   -o-transform:skew(30deg);   -ms-transform:skew(30deg);}
.dz-div .bd .tbd { width:1200px; margin:0 auto;}
.dz-div .bd .tbd .map { height:500px;}
.dz-div .bd .tbd .map .mapL { width:800px; height:500px; float:left}
.dz-div .bd .tbd .map .mapR { width:280px; height:360px; padding:70px 60px; float:left; background:#f0f0f0;}
.dz-div .bd .tbd .map .mapR p.p1 { font-size:20px; font-weight:bold; line-height:40px; margin-bottom:10px;}
.dz-div .bd .tbd .map .mapR p.p2 { margin-bottom:130px;}
.dz-div .bd .tbd .map .mapR p.p3 { font-size:18px; font-weight:bold; color:#004ea2; height:38px; line-height:38px; margin-bottom:8px;background:url('../images/pic121.png') no-repeat left center; padding-left:36px;}
.dz-div .bd .tbd .map .mapR p.p4 {}


/*招聘列表*/
.zp-div { width:96%; background:#f5f5f5; padding:5% 2% 3% 2%;} 
.shzp-div { clear:both}
.shzp-div .titi { background:#004ea2; width:100%; height:60px; line-height:60px; margin-bottom:20px;}
.shzp-div .titi span { color:#fff; display:block; float:left; overflow:hidden}
.shzp-div .titi span.sp1 { width:275px; padding-left:43px;}
.shzp-div .titi span.sp2 { width:165px;}
.shzp-div .titi span.sp3 { width:165px;}
.shzp-div .titi span.sp4 { width:165px;}
.shzp-div .titi span.sp5 { width:165px;}
.shzp-div .titi span.sp6 { width:95px;}
.shzp-div .titi span.sp7 { width:30px;}
.shzp-div .list_dl .list_dt { width:96%; margin:0 auto;  margin-bottom:10px; height:50px; line-height:50px; background:#fff;cursor: pointer;}
.shzp-div .list_dl .list_dt span { display:block; float:left}
.shzp-div .list_dl .list_dt span.sp1 { width:275px; padding-left:20px;}
.shzp-div .list_dl .list_dt span.sp2 { width:165px;}
.shzp-div .list_dl .list_dt span.sp3 { width:165px;}
.shzp-div .list_dl .list_dt span.sp4 { width:165px;}
.shzp-div .list_dl .list_dt span.sp5 { width:165px;}
.shzp-div .list_dl .list_dt span.sp6 { width:95px;}
.shzp-div .list_dl .list_dt span.sp7 { width:30px; height:50px;background:url("../images/pic227.png") no-repeat center center;}
.list_dd{padding:0 42px; display: none;}
.list_dd p.p0 { font-weight:bold; color:#333; font-size:15px; margin-bottom:10px; margin-top:20px;}
.shzp-div .btn { clear:both; width:130px; height:40px; line-height:40px; text-align:center; color:#fff; background:#004ea2; border-radius:20px; margin:30px 0; cursor:pointer}
.shzp-div .btn a { color:#fff; display:block; width:100%; height:100%;}
#open span.sp7{
    background: url("../images/pic83.png") no-repeat center center;
}

/*弹出层-招聘*/
.fotdn-zp {
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index:9999;
}
.fotdn-zp .fot_yp{
	width: 400px;
	height: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -200px;
	background: #fff;
	border-radius:10px;
	padding:0 20px;
	z-index:99999;
}
.fotdn-zp .yz {
	width: 400px;
	height: 390px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -220px;
	background: #fff;
	border-radius:10px;
	padding:0 20px;
	z-index:99999;
}
.fot_cnt p span i { color:#eb3e00; font-weight:bold; margin-right:4px;}
.yp_tit{
	width: 100%;
	height: 60px;
	color: #333333;
	text-align: center;
	overflow: hidden;
}
.yp_tit p{
	font-size: 20px;
	margin-top: 13px;
	line-height:40px;
	color:#004ea2;
	font-weight:bold;
}
.fot_cnt{
	width: 100%;
	height: 41px;
}
.fot_cnt p{
	height: auto;
	position:relative;
	overflow: hidden;
	zoom: 1;
	padding: 7px 0;
	font-size: 15px;
}
.fot_cnt p span{
	display: block;
	float: left;
	width: 110px;
	text-align: right;
}
.fot_cnt p span.yzm input { position:absolute; right:19px; top:7px; background:#b5263a; color:#fff; text-align:center; width:90px; height:30px; line-height:30px; cursor:pointer; border:0}
.fot_cnt p em{
	display: block;
	float: left;
	width: 270px;
	margin-left: 10px;
	font-style:normal
}
.fot_cnt p em a { text-decoration: underline}
.fot_cnt p em .txt{
	width: 250px;
	height: 30px;
	font-family:Microsoft YaHei, applez;
	font-size: 14px;
	line-height: 30px;
	padding: 0 5px;
}
.fot_cnt p em select { height:35px; line-height:35px; width:265px;padding: 0 5px; color:#a6a6a6}
.fot_cnt p span.yuan {
	position:absolute;
	right:35px; 
	top:10px;
	color:#666;
}
input::-moz-input-placeholder{ color:#a6a6a6;}
input::-ms-input-placeholder{ color:#a6a6a6;}
input::-webkit-input-placeholder{ color:#a6a6a6;}
input::-o-input-placeholder{ color:#a6a6a6;}
.sumt{
	clear:both;
	width: 160px;
	height: 36px;
	margin:0 auto;
	margin-top:20px;
}
.sumt .sbnm{
	width: 100%;
	height: 36px;
	border: 0;
	background: #a6a6a6;
	cursor: pointer;
	font-family:Microsoft YaHei, applez;
	font-size: 14px;
	color: #fff;
	outline:none;
	float:left;
	border-radius:20px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.sumt .b1 { background: #004ea2;}
.sumt .sbnm:hover{ background: #004ea2;}

.fot_yp .fancybox{
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
.fot_cnt p em input.yw_iop{ width:100%;height: 35px;text-align:center; border:0; }


/*弹出层-查找专家*/
.fotdn-zj {
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0,0,0,.4);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index:999;
}
.fotdn-zj .fot_tit { text-align:center; font-size:20px; font-weight:bold; color:#004ea2; margin-top:30px; margin-bottom:25px;}
.fotdn-zj .fot_yp{
	width: 340px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -170px;
	background: #fff;
	border-radius:10px;
	padding:0 30px;
	z-index:99999;
}
.fotdn-zj .btn button{width: 350px;height: 50px;background:#004ea2 url(../images/pic81.png) no-repeat 140px center;border: 0;cursor: pointer; padding-left:20px; color:#fff; font-size:17px;} 
.fotdn-zj .cp_city { margin-bottom:12px;}
.fotdn-zj .bg1 select{background:#fff url('../images/pic91.png') no-repeat 12px center;}
.fotdn-zj .bg2 input{background:#fff url('../images/pic92.png') no-repeat 12px center;}
.fotdn-zj .select{width: 350px;}
.fotdn-zj .select select{width:350px;height: 50px; line-height:50px;color: #333333;font-size: 15px;border:1px solid #e6e6e6 ; padding-left:48px; display:block;-webkit-appearance:none;}
.fotdn-zj .select input{width:301px;height: 50px;color: #333333;font-size: 15px; border:1px solid #e6e6e6 ; padding-left:49px;-webkit-appearance:none;}
.fotdn-zj .fancybox{
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}


.zpcx-div1 { clear:both;}
.zpcx-div1 .zpcx-bg{}
.zpcx-div1 h1.pagetitle { background:#fff; padding:45px 0 35px 0;}
.zpcx-div1 .box { clear:both; padding:30px 50px; height:110px; margin-bottom:11px; border:1px solid #eee;box-shadow:0 0 12px #c2c2c2}
.zpcx-div1 .box .zpcx-divL { width:72px; height:140px; float:left; overflow:hidden}
.zpcx-div1 .box .zpcx-divR { width:980px; height:140px; float:left; margin-left:35px;}
.zpcx-div1 .box .zpcx-divR p.p1 { font-size:20px; color:#004ea2; font-weight:bold; margin-bottom:13px;}
.zpcx-div1 .box .zpcx-divR p.p2 { line-height:22px; margin-bottom:10px;}
.zpcx-div1 .box .zpcx-divR p.p3 a { display:block; width:120px; height:35px; line-height:35px; color:#fff; text-align:center; background:#004ea2; border-radius:20px;}

.zpcx-div2 { clear:both; height:540px; margin-top:25px;}
.zpcx-div2 .zpcx-div2L { width:587px; height:540px; float:left; background:#f2f2f2;box-shadow:0 0 12px #c2c2c2; position:relative}
.zpcx-div2 .zpcx-div2R { width:587px; height:540px; float:right; background:#f2f2f2;box-shadow:0 0 12px #c2c2c2}
.zpcx-div2 .zpcx-div2L p.p1 {width:587px; height:339px; overflow: hidden; border-bottom:1px solid #eae9e9; box-sizing:border-box;}
.zpcx-div2 .zpcx-div2R p.p1 {width:587px; height:339px; overflow: hidden}
.zpcx-div2 p img { width:100%; height:100%; display:block}
.zpcx-div2 .zpcx-div2L p.p2 { width:440px; margin:0 auto;background:url("../images/pic216.png") no-repeat left center; padding-left:43px; color:#004ea2; font-weight:bold; font-size:20px; margin-top:35px; margin-bottom:12px;}
.zpcx-div2 .zpcx-div2L p.p3 { width:450px; margin:0 auto;background:url("../images/pic218.png") no-repeat left center; padding-left:22px;}
.zpcx-div2 .zpcx-div2L p.p4 { width:450px; margin:0 auto;background:url("../images/pic219.png") no-repeat left center; padding-left:22px;}
.zpcx-div2 .zpcx-div2L p.p5 { width:450px; margin:0 auto;background:url("../images/pic220.png") no-repeat left center; padding-left:22px;}
.zpcx-div2 .zpcx-div2L p.p6 { position:absolute; right:70px; bottom:30px; width:151px; height:151px;}
.zpcx-div2 .zpcx-div2L p.p6 img { display:block; width:100%; height:100%;}
.zpcx-div2 .zpcx-div2R p.p2 { width:440px; margin:0 auto;background:url("../images/pic217.png") no-repeat left center; padding-left:43px; color:#004ea2; font-weight:bold; font-size:20px; margin-top:35px; margin-bottom:12px;}
.zpcx-div2 .zpcx-div2R p.p3 { width:440px; margin:0 auto;background:url("../images/pic221.png") no-repeat left center; padding-left:29px;}
.zpcx-div2 .zpcx-div2R p.p4 { width:440px; margin:0 auto;background:url("../images/pic222.png") no-repeat left center; padding-left:29px;}
.zpcx-div2 .zpcx-div2R p.p5 { width:440px; margin:0 auto;background:url("../images/pic223.png") no-repeat left 7px; padding-left:29px; line-height:24px;}
.zpcx-div2 .zpcx-div2R p.p5 span { color:#004ea2}



/*环境列表*/
.hjlb-div {}
.hjlb-div .text { text-align:center; margin-bottom:50px;}
.hjlb-div .list {}
.hjlb-div .list ul li { width:380px; height:300px; float:left; margin:10px;}
.hjlb-div .list ul li p.p1 { width:380px; height:240px; overflow:hidden; margin-bottom:10px}

.hjlb-div .list ul li p.p1 img { display:block; width:100%; height:100%}

.hjlb-div .list ul li p.p2 { font-size:15px; font-weight:bold}

/*设备内容*/
.sb-con { margin-top:30px;}
.sb-con .box {height:541px; margin-bottom:45px; border-bottom:2px solid #004ea2;}
.sb-con .box .L { width:800px; height:541px; float:left; overflow:hidden}
.sb-con .box .L img { display:block; width:100%; height:100%;}
.sb-con .box .R { width:400px; height:541px; float:left;background:#f2f2f2 url("../images/pic391.png") no-repeat bottom center; padding:40px; box-sizing:border-box; }
.sb-con .box .R .d1 { background:#004ea2; color:#fff; height:35px; line-height:35px; font-size:18px; padding:0 60px 0 20px; border-radius:3px; display:inline-block; margin-bottom:5px;}
.sb-con .box .R .d2 { font-size:36px; color:#333333; line-height:60px; height:60px; margin-bottom:20px;}
.sb-con .box .R .d3 { font-size:18px; font-weight:bold; color:#333333; margin-bottom:5px;}
.sb-con .box .R .d4 { font-size:15px; color:#666666; margin-bottom:30px;}

.sb-con .tit { font-size:16px; font-weight:bold; color:#004ea2; margin-bottom:5px;}
.sb-con .text { margin-bottom:50px;}

/*视频列表*/
.sp_list { width:1240px;padding-top:40px; margin:0 auto;}
.sp_list ul li{float: left;width: 360px;margin: 0 20px 40px 20px;}
.caix_1{width: 100%;height:230px;overflow: hidden;position: relative;}
.caix_1 img{width: 360px; height:230px; display:block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.caix_2 { background:#004ea2 url(../images/spbtn.png) no-repeat 10px center;text-align: center;padding: 10px 0;}
.caix_2 p{font-size: 14px;color: #fff;}
.sp_list ul li:hover .caix_1 img{transform: scale(1.1);}
.ko_p{position: absolute;top: 0;left: 0;width: 100%;}
.ko_p img{width: 100%; display:block}
.sp_list ul li:hover .ko_p{display: none;}

.video-content { height:700px;}
.video-content .video-title { text-align:center; height:50px; margin-bottom:20px;}
.video-content .video { width:900px; height:500px; overflow:hidden; margin:0 auto}
.video-content .video-js {width:900px; height:500px; background-size:100% 100%; display:block }




/* 返回头部 */
.backTop { clear:both; width:100%; height:65px; line-height:65px;background:#f6f5f2 url('../images/pic20.png') no-repeat center center; cursor:pointer;-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;}
.backTop:hover {background:#004ea2 url('../images/pic20-on.png') no-repeat center center;}
.backTop2 { width:72px; height:72px; position:fixed; right:10px; bottom:10px; z-index:9}
.backTop2 img { width:72px; height:72px; display:block}






















