body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, header, section, article, footer {
  margin: 0;
}

body, button, input, select, textarea {
  font-size: 12px;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

em, b {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #FFFFFF;
}

button {
  color: #FFFFFF;
}

a:hover {
  text-decoration: underline;
  text-decoration: none;
}

img {
  border: 0;
}

button, input, select, textarea {
  font-size: 100%;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th, ul, ol {
  padding: 0;
}

body {
  background-color: #FFFFFF;
  color: #fff;
}
.logo-small{
    height: 90px;
}
.logo-small img{
    height: 90px;
}

.wrap {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

.top {
  height: 50px;
  background: #003B95;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.top .top-box {
  width: 1728px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin: 0 auto;
}
.top .left {
  display: flex;
  align-items: center;
}
.top .left i {
  display: block;
  background: url(../image/sun.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.top .right {
  display: flex;
}
.top .right a {
  display: block;
}
.top .right span {
  margin: 0 10px;
}

.float {
  width: 90px;
  height: 137px;
  background-color: #F69625;
  position: fixed;
  top: 601px;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 22px;
  z-index: 9999;
}
.float i {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../image/right_online.png) no-repeat;
  margin: 30px auto 15px auto;
}

.nav {
  height: 130px;
  background: #003B95;
}
.nav .nav-box {
  height: 100%;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.nav i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 20px auto;
}
.nav .nav-inner1 i {
  background: url(../image/nav-icon1.png) no-repeat;
}
.nav .nav-inner2 i {
  background: url(../image/nav-icon2.png) no-repeat;
}
.nav .nav-inner3 i {
  background: url(../image/nav-icon3.png) no-repeat;
}
.nav .nav-inner4 i {
  background: url(../image/nav-icon4.png) no-repeat;
}
.nav .nav-inner5 i {
  background: url(../image/nav-icon5.png) no-repeat;
}
.nav .nav-inner6 i {
  background: url(../image/nav-icon6.png) no-repeat;
}
.nav .nav-inner7 i {
  background: url(../image/nav-icon7.png) no-repeat;
}
.nav a {
  display: block;
  width: 140px;
  height: 100%;
  text-align: center;
}
.nav a.on, .nav a:hover {
  background-color: #00AAFF;
}

.t-content {
  width: 1200px;
  display: flex;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 120px;
  margin: 0 auto;
}
.t-content .company-info {
  padding-top: 100px;
  width: 400px;
}
.t-content .company-info .logo {
  display: block;
  width: 153px;
  height: 153px;
}
.t-content .company-info p {
  font-weight: 300;
  font-size: 40px;
  line-height: 47px;
  margin: 40px 0 10px 0;
}
.t-content .company-info span {
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 20px;
}
.t-content .lump-box {
  width: 770px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin: 117px 0 0 30px;
}
.t-content .lump-box .lump {
  border-top-right-radius: 80px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 136px;
}
.t-content .lump-box .lump1 {
  width: 330px;
  background-color: rgba(181, 156, 23, 0.6);
  margin-right: 50px;
}
.t-content .lump-box .lump2 {
  width: 390px;
  background-color: rgba(7, 129, 85, 0.6);
}
.t-content .lump-box .lump3 {
  width: 450px;
  background-color: rgba(239, 121, 130, 0.6);
  margin-top: 54px;
}
.t-content .lump-box p {
  display: flex;
  padding: 30px 0 0 30px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
.t-content .lump-box p i {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../image/icon8.png) no-repeat;
  margin-right: 10px;
}
.t-content .lump-box .tag {
  padding: 18px 0 0 64px;
}
.t-content .lump-box .tag span {
  font-weight: 200;
  font-size: 22px;
  line-height: 26px;
  margin-right: 30px;
}

.panel {
  width: 1200px;
  margin: 0px auto 100px auto;
  display: flex;
  flex-wrap: wrap;
}
.panel li {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 50px;
  cursor: pointer;
}
.panel li:nth-child(3n) {
  margin-right: 0;
}
.panel li img {
  display: block;
  width: 100%;
  height: 260px;
}
.panel li p {
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  margin-top: 30px;
}

.form-content {
  width: 1200px;
  margin: 0 auto 0;
  position: relative;
  display: none;
}
.form-content .breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 40px;
  border-bottom: 1px solid #333333;
  padding-bottom: 30px;
}
.form-content .breadcrumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 40px;
  background-color: #FFE220;
  color: #2C5B9B;
  margin-right: 20px;
}
.form-content .breadcrumb a i {
  margin-right: 8px;
  display: block;
  width: 18px;
  height: 10px;
  background: url(../image/back.png) no-repeat;
}
.form-content .breadcrumb .breadcrumb-item {
  font-size: 18px;
  color: #2B2E35;
  line-height: 18px;
}
.form-content .breadcrumb .next {
  display: block;
  width: 6px;
  height: 10px;
  background: url(../image/next.png) no-repeat;
  margin: 0 10px;
}
.form-content form {
  width: 1000px;
  margin: 30px auto 0;
}
.form-content form .hospital-name {
  margin-bottom: 30px;
}
.form-content form p {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.form-content form p span {
  color: #EE421C;
}
.form-content form .radio-box {
  display: flex;
}
.form-content form .radio {
  display: flex;
  align-items: center;
}
.form-content form .radio input {
  margin-right: 10px;
}
.form-content form .input-box {
  display: flex;
  flex-wrap: wrap;
}
.form-content form .input-box .input {
  margin-top: 30px;
  position: relative;
}
.form-content form .input-box .input:nth-child(odd) {
  margin-right: 66px;
}
.form-content form .input-box .input.time input {
  cursor: pointer;
}
.form-content form .input-box .input .radio-box {
  margin-top: 37px;
}
.form-content form .input-box .input .radio-box .radio {
  margin-right: 30px;
}
.form-content form .input-box .time-icon {
  position: absolute;
  top: 51px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../image/time.png) no-repeat;
  cursor: pointer;
}
.form-content form input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background: url(../image/no.png) no-repeat;
}
.form-content form input[type=radio]:checked {
  background: url(../image/yes.png) no-repeat;
}
.form-content form input[type=text] {
  width: 467px;
  height: 50px;
  background: #F8F8F8;
  border: 1px solid #E8E8E8;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 20px;
}
.form-content form input[type=date] {
  width: 467px;
  height: 50px;
  background: #F8F8F8;
  border: 1px solid #E8E8E8;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  margin-top: 20px;
}
.form-content form input[type=date]::-webkit-calendar-picker-indicator {
  background: url(../image/time.png) no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form-content form input::-moz-placeholder {
  color: #CECECE;
}
.form-content form input::placeholder {
  color: #CECECE;
}
.form-content form textarea {
  width: 1000px;
  height: 100px;
  background: #F8F8F8;
  border: 1px solid #E8E8E8;
  padding: 17px 0 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
}
.form-content form .input-radio {
  width: 1000px;
  display: flex;
}
.form-content form .input-radio .radio-box {
  width: 467px;
}
.form-content form .input.wide input[type=text] {
  width: 1000px;
}
.form-content form .input.wide .radio-box {
  width: 706px;
}
.form-content form .input.left {
  margin-right: 66px;
}
.form-content form .submit {
  display: block;
  width: 380px;
  height: 50px;
  background-color: #0FA5D8;
  border-radius: 10px 10px 10px 10px;
  border: none;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  margin: 60px auto 80px;
  cursor: pointer;
}
.form-content form .submit i {
  display: inline-block;
  width: 31px;
  height: 11px;
  background: url(../image/Vector1.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 70px;
}
.pagination li{
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #F5F8FB;
    border-radius: 4px 4px 4px 4px;
    margin-right: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    text-align: center;
}
.pagination li a{
    color: #000000;
}

.afooter {
  height: 180px;
  background-color: #2B90C6;
  display: flex;
  justify-content: center;
}
.afooter .afooter-cont {
  width: 899px;
  padding-top: 43px;
  box-sizing: border-box;
}
.afooter p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.afooter p i {
  margin: 0 10px;
}
.afooter .copyright_en {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  margin-top: 16px;
  text-align: center;
}
.afooter .copyright_zh {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.afooter img {
  width: 114px;
  height: 110px;
  display: block;
  margin: 30px 0 0 17px;
}