/*引用样式库*/
.center {
  width: 100%;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
.auto {
  height: auto;
  overflow: hidden;
}
.redbox {
  background: #FFFFFF;
  border-top: 3px solid #B20000;
  border-bottom: none;
}
/*基础全局样式*/
* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333333;
  outline: none;
}
a {
  text-decoration: none;
}
ul > li {
  list-style: none;
}
textarea {
  resize: none;
}
.btn {
  height: 40px;
  line-height: 40px;
  background-color: #0069D2;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  color: #FFFFFF;
}
.btn:hover {
  background-color: #0076eb;
  cursor: pointer;
}
#header {
  background-color: #004B94;
  height: 65px;
}
#header h1.logo {
  background: url("/images/logo-kp-w.png") no-repeat;
  width: 286px;
  height: 35px;
  background-size: 100% 100%;
  float: left;
  margin: 15px 0 15px 10px;
}
#header i.fa-bars {
  margin: 23px 10px 0 0;
  float: right;
  color: #FFFFFF;
  font-size: 18px;
}
#root {
  height: auto;
  overflow: hidden;
}
#footer {
  height: auto;
  overflow: hidden;
  background-color: #004B94;
}
#footer .wechat {
  float: right;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
}
#footer .wechat .wchart {
  display: block;
  background: url("/images/cancer/wechat.png") no-repeat center;
  float: left;
  width: 26px;
  height: 26px;
  margin: 8px 0 0 0;
  cursor: pointer;
}
#footer .wechat .wchart:hover {
  background: url("/images/cancer/wechata.png") no-repeat center;
}
#footer .wechat label {
  float: right;
  color: #FFFFFF;
  margin: 0 5px;
}
#footer .wechat label * {
  color: #FFFFFF;
}
#footer div.contact {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
#footer div.contact label {
  margin-top: 5px;
  font-size: 14px;
  display: block;
  width: 100%;
  color: #FFFFFF;
}
#footer-login ul {
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 100%;
  background-color: #F6F6F6;
  border-bottom: 1px solid #DDDDDD;
}
#footer-login ul li {
  display: inline;
  margin: 0 5px;
}
#footer-login div {
  text-align: center;
  height: 30px;
  line-height: 30px;
}
#header-login {
  height: 70px;
}
#header-login h1.logo {
  width: 372px;
  height: 50px;
  background: url("/images/logo-kp.png") no-repeat;
  float: left;
  margin-top: 15px;
}
#header-login label {
  float: right;
  margin-top: 35px;
}
#header-login label a {
  color: #0069D2;
}
div.conceal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 10000;
  top: 0;
  left: 0;
}
div.conceal div.pop_up {
  position: relative;
  width: 40%;
  float: right;
  height: 100%;
  background-color: #004B94;
}
div.conceal div.pop_up ul.navigation {
  margin-top: 40px;
  text-align: center;
}
div.conceal div.pop_up ul.navigation li {
  width: 80%;
  height: 40px;
  margin: 0 auto -1px auto;
  border: 1px dashed #FFFFFF;
  border-style: dashed none;
}
div.conceal div.pop_up ul.navigation li a {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #FFFFFF;
}
div.conceal ul > li:hover {
  background-color: #0069D2;
}
div.conceal ul > li.active {
  background-color: #0069D2;
}
div.conceal ul > li a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 64px;
  display: inline-block;
  height: 64px;
  padding: 0 10px;
}
div.conceal ul > li a i {
  color: #FFFFFF;
  margin-right: 10px;
}
div.conceal ul.login {
  margin-top: 40px;
  text-align: center;
  height: auto;
}
div.conceal ul.login li {
  display: block;
  margin: 0 auto 20px auto;
  width: 80%;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 15px;
}
div.conceal ul.login li a {
  width: 100%;
  line-height: 30px;
  padding: 0;
  height: 30px;
  color: #004B94;
}
div.conceal ul.nav {
  float: left;
  position: relative;
}
div.conceal ul.nav li {
  float: left;
}
div.conceal ul.nav li.hot {
  position: absolute;
  top: 14px;
  left: 330px;
  background: none;
}
div.conceal div.control-panel {
  width: 100%;
}
div.conceal div.control-panel img {
  display: block;
  margin: 30px auto 10px auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
div.conceal div.control-panel label {
  display: block;
  text-align: center;
}
div.conceal div.control-panel label a {
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
}
div.conceal div.control-panel > div {
  width: 80%;
  margin: 10px auto;
  text-align: center;
}
div.conceal div.control-panel > div a.role {
  font-size: 1.2rem;
  color: #FFFFFF;
}
div.conceal div.control-panel > div a.role:nth-child(2) {
  margin: 0 5px;
}
#background {
  width: 100%;
  height: 100%;
  float: left;
}
#background #banner {
  float: left;
  width: 100%;
  height: auto;
}
#background #banner div.swiper-wrapper {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}
#background #banner div.swiper-wrapper div.swiper-slide {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#background #banner div.swiper-wrapper div.swiper-slide a {
  float: left;
  width: 100%;
  height: auto;
}
#background #banner div.swiper-wrapper div.swiper-slide img {
  float: left;
  width: 100%;
  height: auto;
}
#background #banner div.swiper-wrapper div.swiper-slide {
  float: left;
  width: 100%;
  height: auto;
  background: no-repeat center;
  background-size: cover;
}
#background #friendlink {
  float: left;
  width: 100%;
  height: auto;
  background: #F6F6F6;
}
#background #friendlink div.left {
  float: left;
  width: 100%;
  height: auto;
}
#background #friendlink div.left div.headline {
  width: 100%;
  height: auto;
  float: left;
}
#background #friendlink div.left div.headline h3 {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  line-height: 25px;
  float: left;
  color: #333333;
  margin: 0.875rem 8% 0.875rem 0.625rem;
}
#background #friendlink div.left div.headline ul {
  width: 60%;
  float: left;
  margin-top: 0.875rem;
}
#background #friendlink div.left div.headline ul li {
  text-align: center;
  width: 7rem;
  height: 2rem;
  line-height: 2rem;
  float: left;
  margin-right: 4%;
  cursor: pointer;
}
#background #friendlink div.left div.headline ul a {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  color: #777777;
  border-radius: 20px;
}
#background #friendlink div.left div.headline ul a.active {
  background: #004B94;
  color: #F6F6F6;
  border-radius: 20px;
  font-weight: bold;
}
#background #friendlink div.left div.headline ul a:hover {
  border-radius: 20px;
  font-weight: bold;
  color: #F6F6F6;
  background: #004B94;
}
#background #friendlink div.left div.particular {
  margin-bottom: 1px;
  float: right;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  position: relative;
}
#background #friendlink div.left div.particular div.astrict_img {
  float: left;
  width: 34%;
  height: 6.45rem;
  overflow: hidden;
  margin: 6% 0 6% 10px;
}
#background #friendlink div.left div.particular div.astrict_img a.restrict {
  display: inline-block;
  float: left;
}
#background #friendlink div.left div.particular div.astrict_img a.restrict img {
  width: 100%;
  float: left;
}
#background #friendlink div.left div.particular a.caption {
  width: 58%;
  height: auto;
  display: inline-block;
  float: left;
  font-size: 1.5rem;
  margin: 5% 0 0 2%;
}
#background #friendlink div.left div.particular label.date {
  width: 58%;
  display: inline-block;
  color: #777777;
  font-size: 1.2rem;
  float: left;
  margin-top: 1%;
  margin-left: 2%;
}
#background #friendlink div.left div.particular div.statistics {
  width: 58%;
  margin-top: 1%;
  margin-left: 2%;
  float: left;
  text-align: left;
}
#background #friendlink div.left div.particular div.statistics a {
  float: left;
  margin-right: 0.5rem;
}
#background #friendlink div.left div.particular div.statistics a i {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  color: #FF8D30;
}
#background #friendlink div.left div.particular div.statistics label.data {
  font-size: 1.2rem;
  height: auto;
  width: auto;
  float: left;
  margin-right: 0.8rem;
}
#background #friendlink div.left div.pages {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#background #friendlink div.left div.pages ul.pagination {
  text-align: center;
  height: auto;
  margin-bottom: 20px;
}
#background #friendlink div.left div.pages ul.pagination li {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #777777;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
}
#background #friendlink div.left div.pages ul.pagination li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#background #friendlink div.left div.pages ul.pagination li a i {
  font-size: 1.2rem;
  color: #777777;
}
#background #friendlink div.left div.pages ul.pagination li.disabled {
  color: #777777;
  background-color: #DDDDDD;
}
#background #friendlink div.left div.pages ul.pagination li.active {
  background-color: #004B94;
  border: 1px solid #004B94;
}
#background #friendlink div.left div.pages ul.pagination li.active span {
  color: #FFFFFF;
}
