/* 初始化css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  margin: 0 auto;
}
a {
  text-decoration: none !important;
}
td,
th,
caption {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 顶部 */
.top {
  height: 133px;
  width: 1200px;
  margin: 0 auto;
}
nav {
  height: 48px;
  background-color: #0964c3;
}
nav .nav-list {
  display: flex;
  justify-content: space-between;
  transform: translateY(50%);
  width: 1200px;
  margin: 0 auto;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
nav .nav-list li a {
  color: #fff;
  font-size: 17px;
}
nav .nav-list li span {
  font-size: 12px;
  margin-left: 7px;
}
nav .nav-list i {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background-color: #318ee4;
}
.header {
  position: relative;
  margin-bottom: 22px;
}
.header > a {
  display: block;
}
.header img {
  width: 100%;
}
.line {
  position: absolute;
  left: 0;
  bottom:-7px;
  width: 100%;
  height: 10px;
  background-color: #2c7ed4;
}
section .diseased {
  width: 1207px;
  margin: 0 auto;
}
.diseased {
  display: flex;
  justify-content: space-between;
}
.diseased > li {
  width: 235px;
  height: 160px;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
}
.diseased_top {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  height: 74px;
  border-bottom: 1px dashed #ccc;
}
.diseased_top img {
  width: 57px;
  height: 57px;
  margin-right: 14.5px;
  margin-left: 19.5px;
}
.diseased_top > a {
  display: inline-block;
}
.diseased > li:nth-child(2n + 1) .diseased_top > a h1 {
  color: #2c7ed4;
}
.diseased > li:nth-child(2n) .diseased_top > a h1 {
  color: #1db6d6;
}
.diseased_top > a h1 {
  font-size: 24px;
  font-weight: 700;
}
.diseased_top > a span {
  font-size: 12px;
  color: #a9a9a9;
}
.diseased_bottom {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  flex-wrap: wrap;
}
.diseased_bottom li {
  margin-bottom: 5px;
}
.diseased_bottom li:last-child {
  margin-bottom: 0;
}
.diseased_bottom li a {
  display: inline-block;
  font-size: 16px;
}
.coursename {
  width: 1178px;
  margin: 0 auto;
  margin-top: 29px;
  margin-bottom: 29px;
}
.coursename_title {
  position: relative;
  height: 87px;
}
.zx_button {
  position: absolute;
  right: 0;
  bottom: 6px;
}
.coursename_content {
  overflow: hidden;
  margin-top: 32px;
  padding-right: 6px;
}
.coursename_left {
  float: left;
  position: relative;
  width: 480px;
  height: 575px;
  background-color: #f5f5f5;
}
.coursename_left h1 {
  padding-top: 39px;
  text-align: center;
  padding-bottom: 21px;
  font-size: 28px;
}
.coursename_left img {
  width: 100%;
  margin-bottom: 25px;
}
.coursename_left .brand {
  width: 419px;
  margin-left: 31px;
}
.coursename_left .brand .brand_top,
.coursename_left .brand .brand_bottom {
  text-indent: 2em;
  font-size: 16px;
  line-height: 25px;
}
.coursename_left .brand .brand_top {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 12px;
}
.coursename_left .brand .brand_top a {
  font-weight: 700;
}
.coursename_left .brand .brand_bottom {
  margin-top: 12px;
}
.coursename_left .market {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  margin-bottom: 0;
}
.coursename_right {
  float: right;
  width: 651px;
  height: 575px;
  border: 1px dashed #c9c9c9;
}
.dynamic,
.dynamic1 {
  position: relative;
}
.dynamic .title,
.dynamic1 .title {
  position: relative;
}
.exserial {
  position: absolute;
  top: 33px;
  left: -6px;
  width: 54px;
  height: 40px;
}
.dynamic h1,
.dynamic1 h1 {
  position: absolute;
  top: 31px;
  left: 64px;
  font-size: 28px;
  color: #2c7ed4;
  font-weight: 700;
}
.dynamic ul,
.dynamic1 ul {
  width: 454px;
  padding-top: 86px;
  height: 255px;
  margin-left: 45px;
  box-sizing: border-box;
}
.dynamic ul h2,
.dynamic1 ul h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px dashed #c9c9c9;
  margin-bottom: 15px;
}
.dynamic ul li,
.dynamic1 ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 28px;
}
.dynamic ul li img,
.dynamic1 ul li img {
  width: 7px;
  height: 7px;
  margin-right: 6.5px;
  vertical-align: middle;
}
.more {
  position: absolute;
  width: 124px;
  height: 193px;
  right: -6px;
  bottom: 17px;
}
.c_line {
  border-bottom: 1px dashed #c9c9c9;
  margin-top: 30px;
}
/* 医生 */
.doctor_wrapper {
  overflow: hidden;
  width: 100%;
  background-color: #2c7ed4;
  padding-bottom: 40px;
}
.doctor_inner {
  width: 1178px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}
.doctor_inner ul {
  display: flex;
  justify-content: space-around;
}
.doctor_inner .coursename_title {
  margin-bottom: 30px;
}
.doctor_inner ul li {
  width: 288px;
}
.doctor_inner ul li>a{
  display: block;
}
.doctor_inner ul li img {
  width: 100%;
  height: 307px;
}
.jt_detail {
  position: relative;
  width: 288px;
  height: 156px;
  margin-top: 7px;
  padding: 19px 17px;
  background-color: #1db6d6;
  box-sizing: border-box;
}
.sy_detail {
  margin-top: 0;
  margin-bottom: 7px;
}
.jt_detail h1 {
  color: #fff;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 15px;
}
.jt_detail h1 span {
  font-weight: 400;
  font-size: 20px;
  margin-left: 10px;
}
.jt_detail p {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.jt_detail p strong {
  font-weight: 700;
}
.jt_detail .arrow {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 17px;
  bottom: 10px;
}
.lwh_detail {
  background-color: #fff;
}
.lwh_detail h1 {
  color: #323232;
}
.lwh_detail h1 span {
  color: #737272;
}
.lwh_detail p {
  color: #737272;
}
/* 病种 */
.splitting {
  overflow: hidden;
  width: 1178px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 31px;
}
.classifications {
  margin-top: 33px;
}
.classifications_left {
  float: left;
}
.classifications_left img {
  width: 74px;
  height: 74px;
  margin-right: 31px;
}
.classifications_left li {
  position: relative;
  width: 391px;
  height: 100px;
  padding-top: 15px;
  padding-left: 51px;
  background-color: #efefef;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.classifications_left li:last-child {
  margin-bottom: 0;
}
.classifications_left li > a {
  position: absolute;
  display: inline-block;
  bottom: 21px;
}
.classifications_left li > a h1 {
  font-size: 28px;
  color: #2c7ed4;
  font-weight: 700;
}
.classifications_left li > a p {
  color: #9c9c9c;
  font-size: 14px;
  margin-top: 7px;
}
.classifications_left .active {
  background-color: #2c7ed4;
  width: 422px;
  height: 100px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.classifications_left .active h1 {
  color: #fff;
}
.classifications_right {
  display: none;
  width: 752px;
  height: 532px;
  float: right;
  padding: 29px 21px 25px 25px;
  box-sizing: border-box;
  border: 1px dashed #c9c9c9;
}
.disease_classify {
  display: flex;
  justify-content: center;
}
.disease_classify li {
  float: left;
  padding:8px 20px;
  margin-right: 10px;
}
.disease_classify li:last-child {
  margin-right: 0;
}
.disease_classify li a {
  color: #fff;
  font-size: 26px;
}
.disease_classify li:nth-child(2n + 1) {
  background-color: #2c7ed4;
}
.disease_classify li:nth-child(2n) {
  background-color: #1db6d6;
}
.disease_content {
  border-bottom: 1px dashed #c9c9c9;
}
.disease_content > h1 {
  margin-top: 25px;
  font-size: 28px;
  text-align: center;
  margin-bottom: 33px;
}
.disease_detail {
  overflow: hidden;
  margin-bottom: 25px;
}
.disease_detail img {
  width: 234px;
  height: 126px;
  float: left;
  margin-left: 8px;
}
.disease_detail p {
  float: right;
  width: 418px;
  font-size: 16px;
  text-indent: 2em;
  line-height: 25px;
  margin-top: 10px;
}
.disease_detail p a {
  color: #2c7ed4;
}
.disease_btn {
  display: flex;
  padding-left: 117.5px;
  padding-bottom: 17px;
}
.disease_btn a {
  display: inline-block;
  width: 138px;
  height: 37px;
  background-color: #ff9600;
  color: #fff;
  font-size: 18px;
  margin-right: 25.5px;
  padding-left: 16.5px;
  padding-top: 5px;
  box-sizing: border-box;
}
.disease_btn a:last-child {
  margin-right: 0;
}
.disease_btn a img {
  vertical-align: middle;
  margin-right: 5px;
}
.disease_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 666px;
  height: 117px;
  margin: 0 auto;
  margin-top: 24px;
}
.disease_list li {
  width: 263px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.disease_list li img {
  margin-right: 4px;
}
.disease_list li a {
  font-size: 15px;
}
/* 就诊环境 */
.environment_detail {
  width: 1178px;
  margin: 0 auto;
  padding-top: 29px;
}
.environment_detail ul {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.environment_detail ul li img {
  width: 100%;
}
.environment_detail ul li div {
  position: relative;
}
.environment_detail ul li p {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.environment_detail ul .en1 {
  width: 267px;
}
.environment_detail ul .en2 {
  width: 278px;
}
.environment_detail ul .en3 {
  width: 267px;
}
.environment_detail ul .en4 {
  width: 334px;
}
.environment_detail ul .mt {
  display: inline-block;
  margin-bottom: 11.6px;
}
/* footer */
footer {
  overflow: hidden;
  width: 1178px;
  margin: 0 auto;
  margin-top: 34px;
  padding-bottom: 48px;
}
footer .skipLinks {
  display: flex;
  margin-bottom: 16px;
}
footer .skipLinks button {
  width: 118px;
  height: 43px;
  background-color: #2c7ed4;
  border: none;
  font-size: 20px;
  color: #fff;
  margin-right: 24px;
}
footer .skipLinks > div {
  width: 1018px;
  line-height: 38px;
  display: inline-block;
}
footer .skipLinks > div a {
  font-size: 16px;
}
footer .recommendations > div {
  line-height: 22.5px;
}
.footer_content {
  margin-top: 38px;
}
.footer_left {
  float: left;
  margin-right: 19px;
  margin-top: 8px;
}
.footer_center {
  float: left;
  width: 479px;
}
.footer_center p {
  font-size: 15px;
  line-height: 30px;
}
.footer_center p .hos {
  font-weight: 700;
}
.footer_center p button {
  width: 81px;
  height: 25px;
  background-color: #2c7ed4;
  border: none;
  color: #fff;
  margin-left: 15px;
}
.footer_right {
  float: right;
  text-align: center;
  color: #414141;
}
.footer_right .ewm_img {
  width: 118.69px;
  height: 118.71px;
}
