﻿@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;
}



/*topbar*/
.bg-xinhua-bar {
    background-color: #2481FF;
    min-width: 1188px;
}

.show-lg {
    display: block;
}


.section {
	margin:60px auto 0px;
	width: 1200px;
}
/* banenr begin*/
.phd{
	margin-top: 45px;
	height: 750px;
}
.phd img{
	width: 100%;
}
/* banenr end*/

.index_nav{
	height: 60px;
	background: #0b58b3;
}
.index_nav ul{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.index_nav ul li{
	padding: 0 70px 0 70px;
	float: none;
	display: inline-block;
	position: relative;

}
.index_nav ul li:nth-child(1):before{
	display: none;
}
.index_nav ul li:before{
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 0;
	background: #fff;
	opacity: 0.4;
}
.index_nav ul li a{
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 60px;

}
.dw{
	position: relative;
	top: -100px;
}
.pcshow{
	display: block;
}
.mobileshow{
	display: none;
}

.banner img{
	display: block;
	width: 100%;
}
.bigbg{
	background: url(http://www.newsimg.cn/health/jkgdx2021/img/bigbg.jpg) no-repeat center bottom;
	position: relative;
}


.sec1_main{
	width:1305px;
	height:310px;
	background: url(http://www.newsimg.cn/health/jkgdx2021/img/bgtp2.png) no-repeat center center;
	margin-left: -53px;
}
.sec1_main .cont{
	width:1080px;
	margin:0 auto;
	padding-top: 80px;
	color:#333333;
	font-size:16px;
	line-height:36px;
	height:144px;
	overflow: hidden;
}
.sec1_main .cont p{
	text-indent:32px;
}
/* 第一屏的旋转木马 begin */

#d_tab29 ul,#d_tab29 li{margin:0;padding:0;list-style:none}
#d_tab29 img{border:0;vertical-align:top}



#d_tab29{position:relative; height:400px;text-align:left}
#d_tab29 .d_img{position:relative;margin:0 auto;width:1090px;height:100%} 
#d_tab29 .d_img li{position:absolute;display:none;z-index:0}
#d_tab29 .d_img li img{width:100%}
	
 
#d_tab29 .d_img li.d_pos1{display:block;width:532px;left:0px;top:70px;z-index:2}
#d_tab29 .d_img li.d_pos2{display:block;width:783px;left:150px;top:0px;z-index:3}
#d_tab29 .d_img li.d_pos3{display:block;width:532px;right:0px;top:70px;z-index:2}

#d_tab29 .d_img li div.abs{
	height: 95px;
	line-height: 60px;
	padding: 25px 25px 10px;
	background: url(http://www.newsimg.cn/health/jkgdx2021/img/yinying.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
#d_tab29 .d_img li div.abs a img{
	width: 35px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#d_tab29 .d_img li div.abs a{
	color: #fff;
	font-size: 16px;
}
#d_tab29 .d_menu{position:absolute;bottom:-80px;width:100%;text-align:center}
#d_tab29 .d_menu li{display:inline-block;zoom:1;*display:inline;width:10px;height:10px;cursor:pointer;border-radius:7px;background: #db0f08;margin-left: 3px;
margin-right: 3px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#d_tab29 .d_menu li.d_select{background:#db0f08;width:44px;}

#d_tab29 .d_next{position:absolute;right:-0px;top:50%;margin-top: -22px;z-index:10;cursor:pointer;
	width: 24px;
	height: 44px;
	background: url(http://www.newsimg.cn/health/jkgdx2021/img/youjian.png) no-repeat center center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
#d_tab29 .d_prev{position:absolute;left:-0px;top:50%;margin-top: -22px;z-index:10;cursor:pointer;
	width: 24px;
	height: 44px;
	background: url(http://www.newsimg.cn/health/jkgdx2021/img/zuojian.png) no-repeat center center;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
/* #d_tab29 .d_prev:hover{
	background: url(../img/zuojian1.png) no-repeat center center;
}
#d_tab29 .d_next:hover{
	background: url(../img/youjian1.png) no-repeat center center;
} */
/* 第一屏的旋转木马 end */


.section-3{
	margin-top: 110px;
}
.section-3 ul{
	margin-left: -8px;
	margin-right: -8px;
}
.section-3 ul li{
	padding-left: 8px;
	padding-right: 8px;
	width:33.33%;
	box-sizing: border-box;
	margin-top: 22px;
}
.section-3 ul li .item{
	border:solid 1px #d8d9db;
	border-radius:10px;;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	background: #fff;
	overflow: hidden;
}
.section-3 ul li .item .pic{
	height:260px;
	overflow: hidden;
}
.section-3 ul li .item .pic img{
	width:100%;
	height:260px;
}
.section-3 ul li .item .cont{
	padding:40px 16px 30px;
}
.section-3 ul li .item .cont .cont_abs{
	width:73px;
	height:26px;
	background:url(http://www.newsimg.cn/health/jkgdx2021/img/biaoqian.png) no-repeat center center;
	text-align:center;
	line-height:26px;
	position: absolute;
	top:-13px;
	left:16px;
	color:#fff;
	font-size:16px;
	box-sizing: border-box;
	padding-left: 10px;
}
.section-3 ul li .item .cont .tit{
	font-size:22px;
	line-height:38px;
	height:76px;
	overflow: hidden;
}
.section-3 ul li .item .cont .tit a{
	color:#333333;
}

/* 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: 60px;
	padding: 40px 0 40px;
	background:none!important;
	text-align: center;
	color: #fff!important;
	font-size: 16px!important;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}




@media (max-width:1200px){
	body *{
		box-sizing: border-box;
	}
	.pcshow{
		display: none;
	}
	.mobileshow{
		display: block;
	}
	.banner{
		margin-left: -15px;
		margin-right: -15px;
	}
	.bigbg{
		background-size:100%!important;
		padding: 0 15px;
		font-size:14px;
	}
	.section-1{
		margin-top: 0;
	}
	.section{
		width:100%;
	}
	.sec1_main{
		width:100%;
		height:auto;
		margin-left: 0;
		background:none;
		border:solid 1px #da2828;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-ms-border-radius:10px;
		-o-border-radius:10px;
}
	.sec1_main .cont{
		width:100%;
		margin:0 auto;
		padding: 15px;
		color:#333333;
		font-size:14px;
		line-height:24px;
		height:auto;
		overflow: hidden;
	}
	.sec1_main .cont p{
		text-indent:32px;
	}
	.section-4 .swiper-container-xctj{
		width: 100%;
		height: auto;
		margin-top: 20px;
	}
	.section-4 {
		width: 100%;
		position: relative;
		font-size: 0;
	}
	.section-4 .pic img {
		display: block;
		width: 100%;
	}
	.section-4 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background:rgba(0,0,0,.7);
		color: #fff;
		white-space:nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		padding: 8px 70px 8px 15px;
	}
	.section-4 .title  a {
		color: #fff;
		font-size: 14px;
	}
	.section-4 .title a img{
		width:24px;
		height:24px;
		margin-right: 10px;
		display: inline-block;
	}
	
	.section-4 .swiper-pagination-fraction {
		bottom: 10px;
		right: 10px;
		left: auto;
		width: auto;
		color: #fff;
		font-size: 14px;
	}
	.section-4 .swiper-pagination-fraction .swiper-pagination-current {
		color: #da0000;
		font-size: 16px;
	}
	.section-4 .title .note{
		display: none;
	}
	.section-4 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: 14px;
	}
	.section-4 .swiper-button-prev, .section-4 .swiper-button-next {
		background-color: rgba(48,48,48, .7);
		width: 25px;
		height: 45px;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		font-size: 20px;
		background-size: 20px 36px;
		background-size: 15px;
	}
	.section-4 .swiper-button-prev {
		left: 0;
		top: 50%;
		margin-top: -22px;
	}
	.section-4 .swiper-button-next {
		right: 0;
		top: 50%;
		margin-top: -22px;
	}
	.section-4 .swiper-button-prev:hover, .section-4 .swiper-button-next:hover {
		background-color: rgba(215, 1, 0, .8);
	}
	.section-4{
		margin-top: 0;
	}


	.section-3{
		margin-top: 20px;
	}
	.section-3 ul{
		margin-left: -5px;
		margin-right: -5px;
	}
	.section-3 ul li{
		padding-left: 5px;
		padding-right: 5px;
		width:50%;
		box-sizing: border-box;
		margin-top: 10px;
	}
	.section-3 ul li .item{
		border:solid 1px #d8d9db;
		border-radius:10px;;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		-ms-border-radius:10px;
		-o-border-radius:10px;
		background: #fff;
		overflow: hidden;
	}
	.section-3 ul li .item .pic{
		height:100px;
		overflow: hidden;
	}
	.section-3 ul li .item .pic img{
		width:100%;
		height:auto;
	}
	.section-3 ul li .item .cont{
		padding:20px 10px 15px;
	}
	.section-3 ul li .item .cont .cont_abs{
		width:50px;
		height:20px;
		background:url(http://www.newsimg.cn/health/jkgdx2021/img/biaoqian.png) no-repeat center center;
		background-size:100% 100%!important;
		text-align:center;
		line-height:20px;
		position: absolute;
		top:-10px;
		left:10px;
		color:#fff;
		font-size:12px;
		box-sizing: border-box;
		padding-left: 10px;
	}
	.section-3 ul li .item .cont .tit{
		font-size:14px;
		line-height:20px;
		height:40px;
		overflow: hidden;
	}
	.section-3 ul li .item .cont .tit a{
		color:#333333;
	}
	.footer {
		margin-top:20px;
		padding:10px 0 20px;
		background:none!important;
		text-align: center;
		line-height:20px;
		color: #333!important;
		font-size: 14px!important;
		/*border-top: #df0045 solid 5px;*/
	}
	.footer p{
		line-height:20px;
	}
}