﻿@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: 700px;
}
.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;
	text-align: center;
}
.index_nav ul li{
	padding: 0 70px 0 70px;
	position: relative;
	display: inline-block;
	float: none;
	font-size: 16px;
	line-height: 60px;
}
.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/jkdjt2019/img/shuxian.png) no-repeat center center;

}
.index_nav ul li a{
	color: #fff;
	display: block;
}

.dw{
	position: relative;
	top: -100px;
}

.sec_tit{
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/btbg.jpg) no-repeat center center;
	height: 79px;
	text-align: center;
	line-height: 47px;
	color: #404040;
	font-size: 47px;
	font-weight: bold;
	font-family: "宋体";
}
.sec_tit img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* section-19 聚焦 begin */

.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;
	color: #fff;
	padding: 55px 150px 15px 25px;
	text-align: left;
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/yinying.png) no-repeat center bottom;
}
.section-19 .title .tit1{
	color: #fff;
	font-size: 22px;
}
.section-19 .title .tit1 a {
	color: #fff;
}
.section-19 .title .note1{
	color: #c2c2c2;
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;
	max-height: 20px;
	overflow: hidden;
}
.section-19 .title .note1 a{
	color: #fff;
}
.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{
	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{
	color: #404040;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.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 */
/* section-7 导语 begin */
.section-7{
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/dybg.png) no-repeat center center;
	width: 1263px;
	height: 404px;
}
.section-7 .sec_tit{
	background: none;
	color: #fff;
	padding-top: 25px;
	font-size: 40px;
}
.section-7 .cont{
	width: 100%;
	box-sizing: border-box;
	height: 220px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	padding: 0 76px;
}
.section-7 .cont p{
	text-indent: 32px;
}
/* section-7 导语 end */
/* section-1 begin */
.section-1 .sec_item{
	margin-top: 75px;
}


.section-1 .sec_item .sec1_tit{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/xuxian.png) no-repeat right bottom;
	line-height: 30px;
	margin-top: -50px;
	position: relative;
	top: 20px;
	height: 87px;
	padding-top: 30px;
	box-sizing: border-box;
}
.section-1 .sec_item:nth-child(1) .sec1_tit{
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/hengxian.png) no-repeat right bottom;
	line-height: 30px;
	margin-top: -50px;
	position: relative;
	top: 20px;
	padding-top: 0!important;
	height: auto;
}
.section-1 .sec_item .sec_top{
	margin-top: 50px;
	background: #f7f7f7;
}
.section-1 .sec_item .sec_top .pic{
	width: 586px;
}
.section-1 .sec_item .sec_top .pic img{
	width: 586px;
}
.section-1 .sec_item .sec_top .cont{
	width: 510px;
	padding: 50px 40px 60px 0;
}
.section-1 .sec_item .sec_top .cont .tit{
	color: #333333;
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
}
.section-1 .sec_item .sec_top .cont .tit a{
	color: #333333;
}
.section-1 .sec_item .sec_top .cont .note{
	color: #737373;
	font-size: 14px;
	margin-top: 15px;
	line-height: 24px;
}
.section-1 .sec_item .sec_top .cont .note a{
	color: #737373;
}

.section-1 .sec_item .sec_top .cont .hengxian{
	width: 30px;
	height: 3px;
	background: #1660ca;
}
.section-1 .sec_item .sec_bot{
	margin-top: 30px;
}
.section-1 .sec_item .sec_bot .cont{
	width: 586px;
}
.section-1 .sec_item .sec_bot .cont .item{
	width: 280px;
	margin-left: 26px;
}
.section-1 .sec_item .sec_bot .cont .item:nth-child(1){
	margin-left: 0;
}
.section-1 .sec_item .sec_bot .cont .item .hengxian{
	width: 23px;
	height: 3px;
	background: #1660ca;
}
.section-1 .sec_item .sec_bot .cont .item .tit{
	color: #333333;
	font-size: 21px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	margin-top: 15px;
}
.section-1 .sec_item .sec_bot .cont .item .tit a{
	color: #333333;
}
.section-1 .sec_item .sec_bot .cont .item .note{
	color: #737373;
	font-size: 14px;
	margin-top: 15px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.section-1 .sec_item .sec_bot .cont .item .note a{
	color: #737373;
}
.section-1 .sec_item .sec_bot .cont .item .pic{
	margin-top: 15px;
	width: 280px;
}
.section-1 .sec_item .sec_bot .cont .item .pic img{
	width: 280px;
}
.section-1 .sec_item .sec_bot .pic1{
	width: 560px;
	margin-top: 30px;
	position: relative;
}
.section-1 .sec_item .sec_bot .pic1 .abs{
	height: 69px;
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/yinying2.png);
	box-sizing: border-box;
	padding-top: 20px;
	line-height: 49px;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 22px;
	bottom: 0;
	left: 0;
	z-index: 3;
	font-weight: bold; 
}
.section-1 .sec_item .sec_bot .pic1 .abs a{
	color: #fff;
}
.section-1 .sec_item .sec_bot .pic1 img{
	width: 560px;
	position: relative;
	z-index: 2;
}
.section-1 .sec_item .sec_bot .pic1::before{
	content: '';
	position: absolute;
	top: -30px;
	left: -30px;
	width: 560px;
	height: 100%;
	background: #1660ca;
}
.section-1 .sec_item:nth-child(2n) .sec_top .pic{
	float: right;
}
.section-1 .sec_item:nth-child(2n) .sec_top .cont{
	float: left;
	padding-left: 60px;
	padding-right: 0;
}

.section-1 .sec_item:nth-child(2n) .sec_bot .pic1{
	float: left;
	margin-left: 0;
}
.section-1 .sec_item:nth-child(2n) .sec_bot .pic1::before{
	left: 0;
}
.section-1 .sec_item:nth-child(2n) .sec_bot .pic1 img{
	position: relative;
	left: 30px;
}
.section-1 .sec_item:nth-child(2n) .sec_bot .pic1 div.abs{
	left: 30px;
}
.section-1 .sec_item:nth-child(2n) .sec_bot .cont{
	float: right;
}
.ck_more{
	margin-top: 80px;
}
.ck_more a{
	width: 160px;
	height: 50px;
	display: block;
	background: #1660ca;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
/* section-1 end */

/* section-2 begin */
.section-2 .sec2_main{
	margin-top: 20px;
	position: relative;
}
.section-2 .sec2_main .swiper-slide{
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/huawen2.jpg) no-repeat right top;
	padding-top: 50px;
}
.section-2 .sec2_main .swiper-slide .pic{
	width: 600px;
	height: 600px;
}
.section-2 .sec2_main .swiper-slide .pic img{
	width: 100%;
}
.section-2 .sec2_main .swiper-slide .cont{
	width: 526px;
	margin-right: 30px;
	padding-top: 55px;
}

.section-2 .sec2_main .swiper-slide .cont .tit{
	color: #fff;
	font-size: 26px;
}
.section-2 .sec2_main .swiper-slide .cont .tit a{
	color: #fff;
}
.section-2 .sec2_main .swiper-slide .cont .note{
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	margin-top:20px;
	height:130px;
	overflow:hidden;
}
.section-2 .sec2_main .swiper-slide .cont .note a{
	color: #ffffff;
}
.section-2 .sec2_main .xiaotu{
	position: absolute;
	top: 350px;
	right: 40px;
	z-index: 2;
	width: 520px;
}
.section-2 .sec2_main .xiaotu ul li{
	width: 105px;
	height: 105px;
	cursor: pointer;
	margin-left: 33px;
	margin-bottom: 30px;
	position: relative;
}
.section-2 .sec2_main .xiaotu ul li.on::before{
	content: '';
	width: 105px;
	height: 105px;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 3px #00baff;
}
.section-2 .sec2_main .xiaotu ul li:nth-child(4n+1){
	margin-left: 0;
}
.section-2 .sec2_main .xiaotu ul li img{
	width: 105px;
}
.section-2 .sec2_main .swiper-button-next{
	position: absolute;
	left: 690px;
	top: auto;
	bottom:0;
	width: 35px;
	height: 35px;
	background:url(../img/yj.png) no-repeat center center;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-2 .sec2_main .swiper-button-prev{
	position: absolute;
	left: 643px;
	top: auto;
	bottom:0;
	width: 35px;
	height: 35px;
	background:url(../img/zj.png) no-repeat center center;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-2 .sec2_main .swiper-button-next:hover{
	background:url(../img/yj1.png) no-repeat center center;
}
.section-2 .sec2_main .swiper-button-prev:hover{
	background:url(../img/zj1.png) no-repeat center center;
}
.section-2 .ck_more{
	margin-top: 45px;
}
/* section-2 end */

/* section-3 begin */
.section-3{
	margin-top: 70px;
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/bgtp2.jpg) no-repeat center top;
	padding-top: 12px;
	overflow: hidden;
	height: 702px;
}
.section-3 .sec_titt{
 text-align: center;
 line-height: 47px;
 color: #404040;
 font-size: 47px;
 font-weight: bold;
 font-family: "宋体";
}
.section-3 .sec_titt img{
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.section-3 .sec3_main{
	margin-top: 25px;
}
.section-3 .sec3_main .swiper-slide .item_left{
	width: 674px;
}
.section-3 .sec3_main .swiper-slide .item_left .tit{
	color: #333333;
	font-size: 50px;
	font-weight: bold;
}
.section-3 .sec3_main .swiper-slide .item_left .tit a{
	color: #333333;
}
.section-3 .sec3_main .swiper-slide .item_left .note{
	color: #404040;
	font-size: 18px;
	margin-top: 10px;
}
.section-3 .sec3_main .swiper-slide .item_left .note a{
	color: #404040;
}
.section-3 .sec3_main .swiper-slide .item_left .note1{
	color: #404040;
	font-size: 16px;
	margin-top: 20px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.section-3 .sec3_main .swiper-slide .item_left .note1 a{
	color: #404040;
}
.section-3 .sec3_main .swiper-slide .item_right img{
	position: relative;
	width: 390px;
	top: 20px;
}
.section-3 .swiper-button-prev, .section-3 .swiper-button-next {
	width: 48px;
	height: 90px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 20px 44px;
	background-color: #656565;
	top: 50%;
	margin-top: -125px;
}
.section-3 .swiper-button-prev:hover, .section-3 .swiper-button-next:hover{
	background-color: #1660ca;
}
.section-3 .swiper-button-prev {
	left: -90px;
}
.section-3 .swiper-button-next {
	right: -90px;
}
.section-3 .xiaotu{
	position: absolute;
	top: 246px;
	left: 0;
	z-index: 3;
}
.section-3 .sec3_main .xiaotu ul li{
	width: 125px;
	height: 175px;
	cursor: pointer;
	margin-left: 33px;
	margin-bottom: 30px;
	position: relative;
}
.section-3 .sec3_main .xiaotu ul li.on::before{
	content: '';
	width: 125px;
	height: 175px;
	position: absolute;
	top: 0;
	left: 0;
	border: solid 3px #00baff;
}
.section-3 .sec3_main .xiaotu ul li:nth-child(1){
	margin-left: 0;
}
.section-3 .sec3_main .xiaotu ul li img{
	width: 125px;
}
.sec3_btn{
	position: absolute;
	top: 450px;
	left: 0;
	z-index: 2;
}
.sec3_btn a{
	width: 160px;
	height: 50px;
	display: block;
	background: #1660ca;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}
/* section-3 end */

/* section-4 begin */
/* 第一屏的旋转木马 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:480px;text-align:left;margin-top: 40px;}
#d_tab29 .d_img{position:relative;margin:0 auto;width:1200px;height:100%} 
#d_tab29 .d_img li{position:absolute;display:none;z-index:0;box-shadow:0 0 10px 5px rgba(0,0,0,.2);}
#d_tab29 .d_img li img{width:100%}
	
 
#d_tab29 .d_img li.d_pos1{display:block;width:200px;left:60px;top:100px;z-index:1}
#d_tab29 .d_img li.d_pos2{display:block;width:270px;left:180px;top:50px;z-index:2}
#d_tab29 .d_img li.d_pos3{display:block;width:347px;left:425px;top:0px;z-index:3}
#d_tab29 .d_img li.d_pos4{display:block;width:270px;right:180px;top:50px;z-index:2}
#d_tab29 .d_img li.d_pos5{display:block;width:200px;right:60px;top:100px;z-index:1}

#d_tab29 .d_img li div.abs{
	height: 85px;
	line-height: 60px;
	padding: 25px 15px 0;
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/yinying3.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
}

#d_tab29 .d_img li div.abs a{
	color: #fff;
}
#d_tab29 .d_menu{display: none;}

#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/jkdjt2019/img/yj3.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/jkdjt2019/img/zj3.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(http://www.newsimg.cn/health/jkdjt2019/img/zj2.png) no-repeat center center;
}
#d_tab29 .d_next:hover{
	background: url(http://www.newsimg.cn/health/jkdjt2019/img/yj2.png) no-repeat center center;
}
.section-4 .ck_more{
	margin-top: 45px;
}

/* 第一屏的旋转木马 end */
/* section-4 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:#1660ca;
	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/jkdjt2019/img/bigbg1.jpg) no-repeat center bottom;
	padding-top: 1px!important;
	
}