﻿@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: #fff;
	background-position: center 46px!important;
}
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;
}
.section {
	margin:60px auto 0px;
	width: 1200px;
}
/* banenr begin*/
.phd{
	margin-top: 45px;
	height: 640px;
}
.phd img{
	width: 100%;
}
/* banenr end*/

.index_nav{
	height: 60px;
	background:#135ade;
	overflow: hidden;
}
.index_nav ul{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.index_nav ul li{
	padding: 0 90px;
	position: relative;
}
.index_nav ul li:nth-child(1):before{
	display: none;
}
.index_nav ul li:before{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/shuxian.png) no-repeat center center;
}
.index_nav ul li a{
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 60px;

}
.dw{
	position: relative;
	top: -100px;
}


/* section-19 聚焦 begin */
.section-19 .tit{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.section-19 .tit a{
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.section-19 .swiper-container-xctj{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.section-19 .cont{
	margin-top: 15px;
	color: #737373;
	font-size: 16px;
	line-height: 28px;
}
.section-19 {
	width: 1200px;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.section-19 .pic img {
	display: block;
}
.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,.7);
	color: #fff;
	padding: 15px 150px 15px 25px;
	font-size: 22px;
}
.section-19 .title a {
	color: #fff;
	font-size: 22px;
}
.section-19 .title .note{
	color: #c2c2c2;
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.section-19 .title .note a{
	color: #e1351d;
}
.section-19 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 34px;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff9000;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 22px;
}
.section-19 .swiper-button-prev, .section-19 .swiper-button-next {
	width: 56px;
	height: 110px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 30px 54px;
}
.section-19 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-19 .swiper-button-next {
	right: 0;
	top: 40%;
}

.section-19 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-19 .section-list .mod-topics{
	border-top: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-19 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-19 .section-list .mod-topics .topic a{
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section-19 .section-list .mod-topics .topic a:hover{
	color: #1381f2;
}
.section-19 .section-list .mod-topics .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
/* section-19 聚焦 end */

/* section2 */
.section-2 {
	width: 1200px;
	background-color: #f2f2f2;
	margin: 40px auto 0 auto;
}
.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}
.section-2 .section-caption, .section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-2 .marquee {
	width: 1005px;
	height: 50px;
	margin-left: 15px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 150px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	padding-right: 20px;
	font-size: 22px;
	font-weight: normal;
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/gdbbbg.png) no-repeat center center;
}
.section-2 .section-caption img{
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}
.section-2 .section-caption a {
	color: #fff;
}
.section-2 .section-caption a:hover {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.section-2 .mod-list li {
	position: relative;
}
.section-2 .mod-list li a{
	color: #737373;
}
.section-2 .mod-list li::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/dian1.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 28px;
}
.section-2 .marquee .mod-list .item {
	line-height: 60px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}
.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}/* 滚动js自带css */
/* section2 end */

.section-title{
	color: #29518d;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.section-title img{
	vertical-align: middle;
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}

/* section3 begin */
.section-3 .LocalStation .locstaT{
	border-bottom: 0;
	font-size: 0;
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 30px;
}
.section-3 .LocalStation .locstaT div{
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}
.section-3 .LocalStation .locstaT div span{
	height: 46px;
	background: #f2f2f2;
	border-radius: 23px;
	text-align: center;
	line-height: 46px;
	color: #29518d;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
.section-3 .LocalStation .locstaT div.on span{
	background: #29518d;
	color: #fff;
}
.section-3 .locstaC{
	margin-top: 30px;
}
.section-3 .locstaC .pic{
	width: 355px;
	height: 420px;
}
.section-3 .locstaC .pic img{
	width: 355px;
	height: 420px;
}
.section-3 .locstaC .cont{
	margin-left: 395px;
}
.section-3 .locstaC .cont .title{
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/lbg1.png) no-repeat left top;
	padding-top: 35px;
	padding-bottom: 50px;
	padding-left: 33px;
}
.section-3 .locstaC .cont .title .tit a{
	color: #333333;
	font-size: 26px;
	display: block;
	margin-top: -5px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.section-3 .locstaC .cont .title .tit1{
	color: #666666;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.section-3 .locstaC .cont .note{
	color: #666666;
	font-size: 15px;
	line-height: 32px;
	margin-top: 35px;
}
.section-3 .locstaC .cont .more a{
	color: #29518d;
	font-size: 15px;
}
.section-3 .locstaC .cont .more{
	margin-top: 20px;
}
/* section3 end */

/* section4 begin */
.section-4 .sec4_main{
	margin-top: 35px;
}
.section-4 .sec4_main .pic{
	width: 960px;
}
.section-4 .sec4_main .pic .pic1{
	display: none;
}
.section-4 .sec4_main .pic .pic1 img{
	width: 960px;
	height: 500px;
}
.section-4 .sec4_main .pic .pic1 div{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,.75);
}
.section-4 .sec4_main .pic .pic1 div a{
	color: #ffffff;
	font-size: 18px;
}
.section-4 .sec4_main .cont{
	width: 220px;
}
.section-4 .sec4_main .cont1{
	overflow: hidden;
	height: 450px;
}
.section-4 .sec4_main .cont ul li{
	background: #f2f2f2;
	padding: 20px;
	height: 89px;
	box-sizing: border-box;
	margin-bottom: 1px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	cursor: pointer;
}
.section-4 .sec4_main .cont ul li.on{
	background: #29518d;
}
.section-4 .sec4_main .cont ul li.on span{
	color: #fff;
}
.section-4 .sec4_main .cont ul li span{
	display: block;
	line-height: 24px;
	color: #333333;
	font-size: 16px;
	height: 48px;
	overflow: hidden;
}
.section-4 .sec4_main .cont .cont_btn{
	height: 50px;
	background: #f2f2f2;
}
.section-4 .sec4_main .cont .cont_btn .prev{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	cursor: pointer;
	transition: all .4s ease-in-out;
	width: 50%;
	height: 50px;
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/xj1.png) no-repeat center center;
}
.section-4 .sec4_main .cont .cont_btn .prev:hover{
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/xj2.png) no-repeat center center;
}
.section-4 .sec4_main .cont .cont_btn .next{
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	cursor: pointer;
	transition: all .4s ease-in-out;
	width: 50%;
	height: 50px;
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/sj1.png) no-repeat center center;
}
.section-4 .sec4_main .cont .cont_btn .next:hover{
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/sj2.png) no-repeat center center;
}
/* section4 end */

/* section5 begin */
.section-6{
	margin-top: 60px;
}
.section-6:nth-child(1){
	margin-top: 0;
}
.section-6 .sec6_main{
	margin-top: 35px;
}
.section-6 .sec6_left{
	width: 380px;
	float: left;
	background: #f2f2f2;
	padding: 30px;
	box-sizing: border-box;
	height: 440px;
	overflow: hidden;
}
.section-6 .sec6_right{
	width: 790px;
	float: right;
}
.section-6:nth-child(2n+1) .sec6_left{
	width: 380px;
	float: right;
}
.section-6:nth-child(2n+1) .sec6_right{
	width: 790px;
	float: left;
}
.section-6 .sec6_left .pic img{
	width: 320px;
	height: 204px;
}
.section-6 .sec6_left .tit{
	margin-top: 18px;
}
.section-6 .sec6_left .tit a{
	color: #29518d;
	font-size: 18px;
	display: block;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.section-6 .sec6_left .note{
	color: #595959;
	font-size: 14px;
	margin-top: 15px;
	line-height: 27px;
}
.section-6 .sec6_right .sec6_top .sec6_item{
	display: none;
}
.section-6 .sec6_right .sec6_top .sec6_item .pic img{
	width: 387px;
	height: 234px;
}
.section-6 .sec6_right .sec6_top .sec6_item .cont{
	width: 384px;
}
.section-6 .sec6_right .sec6_top .sec6_item .cont .tit a{
	color: #29518d;
	font-size: 18px;
}
.section-6 .sec6_right .sec6_top .sec6_item .cont .note{
	color: #737373;
	font-size: 14px;
	line-height: 26px;
	margin-top: 18px;
}
.section-6 .sec6_right .sec6_top .sec6_item .cont .note a{
	color: #29518d;
}
.sec6_bot{
	margin-top: 25px;
}
.sec6_bot .cont1{
	overflow: hidden;
	position: relative;
}
.sec6_bot ul li{
	width: 186px;
	margin-left: 14px;
	float: left;
	cursor: pointer;
}
.sec6_bot ul li .pic{
	position: relative;
}
.sec6_bot ul li.on .pic:before{
	content: '';
	width: 100%;
	height: 100%;
	border: solid 3px #2b92f1;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.sec6_bot ul li:nth-child(1){
	margin-left: 0;
}
.sec6_bot ul li .pic img{
	width: 185px;
	height: 110px;
}
.sec6_bot ul li .tit{
	margin-top: 15px;
}
.sec6_bot ul li .tit{
	color: #29518d;
	font-size: 14px;
}
.sec6_bot .cont1 .prev{
	position: absolute;
	width: 20px;
	height: 110px;
	z-index: 3;
	top: 0;
	left: 0;
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/zj1.png) no-repeat center center;
	opacity: 0.8;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sec6_bot .cont1 .prev:hover{
	opacity: 1;
}
.sec6_bot .cont1 .next{
	position: absolute;
	width: 20px;
	height: 110px;
	z-index: 3;
	top: 0;
	right: 0;
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/yj1.png) no-repeat center center;
	opacity: 0.8;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sec6_bot .cont1 .next:hover{
	opacity: 1;
}
/* section5 end */




/* footer 补充 begin */
.footer{
	
	padding-top:45px!important;
	padding-bottom: 40px;
	box-sizing: border-box;
	font-size: 14px!important;
	color: #fff!important;
	line-height: 30px!important;
}
/* footer 补充 end */
/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 200px;
  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: #00a0e9 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 {
	margin-top: 90px;
	padding: 70px 0 40px;
	background:#29518d;
	text-align: center;
	color: #fff!important;
	font-size: 14px!important;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}
.bigbg{
	background: url(http://www.newsimg.cn/health/boaoflt2019/img/bigbg1.jpg) no-repeat center bottom;
	padding-top: 1px!important;
	
}