﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin:0;
	padding:0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type:none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/pc-bg.jpg') center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 46px;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix::after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear: both;
}


.fl {
	float:left;
}
.fr {
	float:right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.top-bar {
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #cccccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}
.top-bar li:last-of-type::after {
	content: " ";
}
.top-bar .item {
	line-height: 45px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* banenr begin*/
.phd img{
	width: 100%;
}
/* banenr end*/

.phd {
	height: 600px;
}



/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 180px;
  width: 60px;
  z-index: 10000;
  display: none;
}
.RTools .qrcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  background-color: #f7f7f7 !important;
  right: 0;
  bottom: 70px;
  position: absolute;
}
.RTools .qrcode canvas {
  width: 100%;
  height: auto;
}
.RTools .qrcode:hover::after {
  content: '扫描分享';
  width: 100%;
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
}
.RTools .qrcode:hover {
  transform: translate(0, 0);
  animation: change 1s;
  -moz-animation: change 1s;
  -webkit-animation: change 1s;
  -mozanimation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
  width: 100%;
}
@keyframes change {
  from {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  to {
    width: 100px;
    height: 125px;
    opacity: 1;
  }
}
.RTools .gototop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #bf0009 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  transition: .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.show {
  display: block;
}


.adBottom {
	background: #00a0e9;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 54px 0 47px;
	background: #bf0009;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}


.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}



.index-01{
	margin-top: 70px;
}

.index-video-swiper{
	width: 770px;
}
.index-video-swiper .swiper-button-prev, .index-video-swiper .swiper-button-next {
	background-color: rgba(0, 0, 0, .75);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
	margin-top: 0;
}
.index-video-swiper .swiper-button-prev {
	left: 0;
	top: 37.5%;
}
.index-video-swiper .swiper-button-next {
	right: 0;
	top: 37.5%;
}
.index-video-swiper .swiper-button-prev:hover, .index-video-swiper .swiper-button-next:hover {
	background-color: #bf0009;
}
.index-video-swiper .pic{
	position: relative;
}
.index-video-swiper .pic a,.index-video-swiper .pic a img{
	display: block;
	width: 770px;
	height: 490px;
}
.index-video-swiper .pic .span-icon{
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: 50%;
	margin-top: -30px;
	width: 64px;
	height: 59px;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/icon-play.png') center center no-repeat;
	filter:alpha(opacity=0); 
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.index-video-swiper .title{
	font-size: 18px;
	color: #fff;
	height: 52px;
	line-height: 52px;
	padding: 3px 15px 0;
	padding-top: 3px;
	background: #bf0009;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: center;
}
.index-video-swiper .title a{
	color: #fff;
}

.index-video-swiper .swiper-slide-inner:hover .pic .span-icon{
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1;
}

.index-video-list{
	width: 395px;
	height: 544px;
	overflow: auto;
}
.index-video-list ul{
	margin-left: 6px;
	border-left: 1px solid #e6e6e6;
	padding-left: 25px;
	padding-right: 20px;
}
.index-video-list li{
	margin-top: 32px;
}
.index-video-list li:first-child{
	margin-top: 0;
}
.index-video-list li .date{
	font-size: 20px;
	line-height: 20px;
	color: #bf0009;
	margin-left: -32px;
	padding-left: 32px;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/icon-01.png') left center no-repeat;
}
.index-video-list li .date a{
	color: #bf0009;
}
.index-video-list li .title{
	font-size: 16px;
	line-height: 22px;
	color: #404040;
	margin-top: 5px;
	height: 22px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-video-list li .title a{
	color: #404040;
}
.index-video-list li .details{
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	margin-top: 4px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index-video-list li:hover .date{
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/icon-011.png') left center no-repeat;
}
.index-video-list li:hover .title a{
	color: #bf0009;
}


.index-02{
	margin-top: 70px;
}

.index-video-01{
	width: 560px;
	height: 360px;
	padding-top: 27px;
	padding-left: 26px;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/bg-01.png') left top no-repeat;
}
.index-video-pic a,.index-video-pic a img{
	display: block;
	width: 560px;
	height: 360px;
}
.index-video-pic a{
	position: relative;
}
.index-video-pic .span-icon{
	position: absolute;
	width: 53px;
	height: 49px;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/icon-play.png') center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	left: 50%;
	margin-left: -27px;
	top: 50%;
	margin-top: -25px;
	filter:alpha(opacity=0); 
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.index-video-pic .txt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/bg-02.png') center bottom repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 48px;
	line-height: 48px;
	padding: 21px 20px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-video-pic .txt a{
	color: #fff;
}
.index-video-pic:hover .span-icon{
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1;
}

.index-video-04{
	padding: 28px 0 0 28px;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/bg-05.png') left top no-repeat;
}

.index-video-587{
	width: 587px;
}

.index-story-list .title{
	font-size: 24px;
	color: #333333;
	height: 26px;
	line-height: 26px;
	padding-top: 22px;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/line-01.jpg') left top no-repeat;
	font-weight: bold;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.index-story-list .title a{
	color: #333;
}
.index-story-list .title a:hover{
	color: #bf0009;
}
.index-story-list .details{
	font-size: 16px;
	color: #737373;
	line-height: 26px;
	margin-top: 14px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index-story-list .more{
	margin-top: 16px;
	text-align: center;
}
.index-story-list .more a{
	display: block;
	width: 120px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #bf0009;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.index-story-list .more a:hover{
	border-color: #bf0009;
}
.index-story-list .more img{
	display: inline-block;
	margin-right: 6px;
	position: relative;
	top: -1px;
}

.index-story-video-item{
	margin-left: 27px;
}
.index-story-video-item:first-child{
	margin-left: 0;
}
.index-story-video-item a,.index-story-video-item a img{
	width: 280px;
	height: 180px;
}
.index-story-video-item .span-icon{
	position: absolute;
	width: 33px;
	height: 31px;
	left: 50%;
	margin-left: -17px;
	top: 50%;
	margin-top: -16px;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/icon-play.png') center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	filter:alpha(opacity=0); 
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.index-story-video-item .txt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/bg-03.png') center bottom repeat-x;
	padding: 13px 14px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;	
}
.index-story-video-item .txt a{
	color: #fff;
}

.index-story-video-item:hover .span-icon{
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1;
}


.index-video-02{
	padding: 0 28px 28px 0;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/bg-04.png') center center no-repeat;
}


.index-video-03{
	padding: 0;
	width: 588px;
	height: 386px;
}
.index-video-03 .index-video-pic{
	background: none;
}
.index-video-03 .index-video-pic a,.index-video-03 .index-video-pic a img{
	display: block;
	width: 588px;
	height: 386px;
}

.index-news-more{
	margin-top: 52px;
}
.index-news-more a{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 178px;
	height: 58px;
	border: 1px solid #ebebeb;
	border-radius: 60px;
	line-height: 58px;
	font-size: 16px;
	color: #333;
	background: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.index-news-more a:hover{
	border-color: #bf0009;
	color: #bf0009;
}

.index-story-list2{
	margin-top: 50px;
	margin-right: 76px;
}
.index-story-list3{
	margin-top: 67px;
	width: 512px;
	margin-left: 30px;
}
.index-story-list2 .title,.index-story-list3 .title{
	padding-top: 27px;
}
.index-story-list2 .details,.index-story-list3 .details{
	height: 104px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 26px;
}
.index-story-list2 .more,.index-story-list3 .more{
	margin-top: 28px;
}








.index-03{
	margin-top: 72px;
	margin-bottom: 37px;
	width: 1227px;
	height: 553px;
	background: url('http://www.newsimg.cn/health/20181225zjwdgg/img/bg-06.png') center center no-repeat;
}
.index-news-txt{
	width: 548px;
	font-size: 16px;
	line-height: 32px;
	color: #404040;
	height: 416px;
	overflow: hidden;
	margin-left: 72px;
	margin-top: 60px;
}

.index-news-photo{
	width: 543px;
	height: 518px;
	margin-top: 35px;
	margin-right: -22px;
}
.index-news-photo>div{
	position: absolute;
	border: 3px solid #fff;
	-webkit-box-shadow:0 0 18px rgba(115, 115, 115, .27);  
    -moz-box-shadow:0 0 18px rgba(115, 115, 115, .27);  
    box-shadow:0 0 18px rgba(115, 115, 115, .27); 
}
/* .index-news-photo-01{
	left: 19px;
	top: 29px;
	-webkit-transform:rotate(-14.48deg);
	-moz-transform:rotate(-14.48deg);
	-o-transform:rotate(-14.48deg);
	transform:rotate(-14.48deg);
}
.index-news-photo-01,.index-news-photo-01 img{
	width: 268px;
	height: 169px;
}
.index-news-photo-02{
	left: 100px;
	top: 167px;
	-webkit-transform:rotate(8.86deg);
	-moz-transform:rotate(8.86deg);
	-o-transform:rotate(8.86deg);
	transform:rotate(8.86deg);
}
.index-news-photo-02,.index-news-photo-02 img{
	width: 268px;
	height: 171px;
}
.index-news-photo-03{
	right: 25px;
	top: 45px;
	-webkit-transform:rotate(32.75deg);
	-moz-transform:rotate(32.75deg);
	-o-transform:rotate(32.75deg);
	transform:rotate(32.75deg);
}
.index-news-photo-03,.index-news-photo-03 img{
	width: 228px;
	height: 145px;
}
.index-news-photo-04{
	left: 30px;
	bottom: 24px;
	-webkit-transform:rotate(-13.48deg);
	-moz-transform:rotate(-13.48deg);
	-o-transform:rotate(-13.48deg);
	transform:rotate(-13.48deg);
}
.index-news-photo-04,.index-news-photo-04 img{
	width: 234px;
	height: 149px;
}
.index-news-photo-05{
	right: 26px;
	bottom: 65px;
	-webkit-transform:rotate(-13.32deg);
	-moz-transform:rotate(-13.32deg);
	-o-transform:rotate(-13.32deg);
	transform:rotate(-13.32deg);
}
.index-news-photo-05,.index-news-photo-05 img{
	width: 212px;
	height: 135px;
} */
.index-news-photo>div:first-child{
	left: 19px;
	top: 29px;
	-webkit-transform:rotate(-14.48deg);
	-moz-transform:rotate(-14.48deg);
	-o-transform:rotate(-14.48deg);
	transform:rotate(-14.48deg);
}
.index-news-photo>div:first-child,.index-news-photo>div:first-child img{
	width: 268px;
	height: 169px;
}
.index-news-photo>div:nth-child(2){
	left: 100px;
	top: 167px;
	-webkit-transform:rotate(8.86deg);
	-moz-transform:rotate(8.86deg);
	-o-transform:rotate(8.86deg);
	transform:rotate(8.86deg);
}
.index-news-photo>div:nth-child(2),.index-news-photo>div:nth-child(2) img{
	width: 268px;
	height: 171px;
}
.index-news-photo>div:nth-child(3){
	right: 25px;
	top: 45px;
	-webkit-transform:rotate(32.75deg);
	-moz-transform:rotate(32.75deg);
	-o-transform:rotate(32.75deg);
	transform:rotate(32.75deg);
}
.index-news-photo>div:nth-child(3),.index-news-photo>div:nth-child(3) img{
	width: 228px;
	height: 145px;
}
.index-news-photo>div:nth-child(4){
	left: 30px;
	bottom: 24px;
	-webkit-transform:rotate(-13.48deg);
	-moz-transform:rotate(-13.48deg);
	-o-transform:rotate(-13.48deg);
	transform:rotate(-13.48deg);
}
.index-news-photo>div:nth-child(4),.index-news-photo>div:nth-child(4) img{
	width: 234px;
	height: 149px;
}
.index-news-photo>div:nth-child(5){
	right: 26px;
	bottom: 65px;
	-webkit-transform:rotate(-13.32deg);
	-moz-transform:rotate(-13.32deg);
	-o-transform:rotate(-13.32deg);
	transform:rotate(-13.32deg);
}
.index-news-photo>div:nth-child(5),.index-news-photo>div:nth-child(5) img{
	width: 212px;
	height: 135px;
}







.wave-canvas-wrapper{
	width: 100%;
	height: 500px;
	background: none;
}

.canvas-bg{
	/* position: absolute; */
	width: 100%;
	height: 135px;
	overflow: hidden;
	background: rgba(255, 255, 255, .5);
}
.wave-canvas-wrapper{
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.wave-canvas-wrapper canvas{
	position: absolute;
	bottom: 0;
}