*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html{
    width: 100%;
    height: 100%;
}

body{
    font-family: 	Microsoft YaHei;
    position: relative;
    width: 100%;
    height: 100%;
}

p{
  text-align:justify;
  text-justify:inter-ideograph;
}

.screen-reader-text {
    display: none;
}

button.Btn,
a.Btn,.watchTVBtn{
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #656565;
  background-color: transparent;
  color: #656565;
  display: inline-block;
  text-align: center;
  letter-spacing: 3px;
  padding-left: 3px;
}

button.Btn:hover,
a.Btn:hover{
  background-color: #c8161e;
  border-color: #c8161e;
  color: #fff;
}

.watchTVBtn:hover{
  background-color: #fff;
  border-color: #fff;
  color: #c8161e;
}

button.gray,
a.gray{
  width: 100px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  border: 1px solid #656565;
  background-color: #f5f5f5;
  color: #656565;
  display: inline-block;
  text-align: center;
  letter-spacing: 3px;
  padding-left: 3px;
}

ul{
  padding: 0px;
  margin: 0px;
}

li{
  list-style: none;
}

footer{
  background-color: #c8161e;
  letter-spacing: 3px;
  color: #fff;
  position: relative;
  bottom: 0px;
  left: 0;
  right: 0;
}

button.red{
 color: #c8161e;
 width: 280px;
 height: 60px;
 text-align: center;
 line-height: 60px;
 font-size: 16px;
 letter-spacing: 5px;
 border: 1px solid #c8161e;
 background-color: #fff;
 margin: 80px auto 0;
 display: inline-block;
}

button.red:hover{
  background-color: #c8161e;
  color: #fff;
}

.centering {
    text-align: center;
}

.mb100 {
    margin-bottom: 100px;
}

.widget > .widget-title {
    display: none;
}

.widget {
    width: 100%;
    overflow: hidden;
}

.whiteBox{
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}
.headBox{
    position: fixed;
    z-index: 99;
}

.grayBox{
  width: 100%;
  background-color: #f5f5f5;
  overflow: hidden;
}
.dJReportBg{
    background-color: #fff;
}
.businessBanner, .aboutBanner{
  width: 100%;
  height: 500px;
}

.content-menu {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #bababa;
  height: 60px;
  line-height: 60px;
}

.content-menu ul{
  padding: 0px;
  text-align: center;
  display: inline-block;
}
.content-menu li{
  float: left;
  margin-right: 100px;
  position: relative;
}
.content-menu li::after{
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background-color: #c8161e;
  bottom: -1px;
  left: 50%;
  display: none;
  margin-left: -30px;
}

.content-menu li:last-child {
  margin-right: 0px;
}
.content-menu li.current-menu-item::after,
.content-menu li.current-menu-ancestor::after,
.content-menu li.current-post-ancestor::after,
.content-menu li.current-page-ancestor::after,
.content-menu li.current-category-ancestor::after {
  display: block;
}
.content-menu li a {
  font-size: 15px;
  letter-spacing: 3px;
  color: #656565;
}
.content-menu li.current-menu-item a,
.content-menu li.current-menu-ancestor a,
.content-menu li.current-post-ancestor a,
.content-menu li.current-page-ancestor a,
.content-menu li.current-category-ancestor a {
  color: #c8161e;
  font-weight: bold;
}



/*home*/
#header{
  height: 96px;
  margin: 0 auto;
  padding: 0 10px 0 30px;
}

#logo{
  float: left;
  margin-top: 23px;
}
.containers{
    padding-top: 96px;
    padding-bottom: 80px;
    margin-bottom: -80px;
    min-height: 100%;
}
#nav{
  float: right;
  padding: 0px;
  margin: 0px;
}

#nav li{
  float: left;
  line-height: 96px;
  margin-right: 20px;
}

#nav li.current-menu-ancestor a,
#nav li.current-category-ancestor a,
#nav li.current-post-ancestor a,
#nav li.current-page-ancestor a,
#nav li.current-menu-item a{
  color: #c8161e;
  font-weight: bold;
}

#nav li a{
  letter-spacing:3px;
  font-size: 15px;
  color: #656565;
}

#header>span{
  float: right;
}

#header>span>button{
  margin-right: 20px;
}

.homeBusiness>h3, .homeList h3, .homeAboutUs h3{
  font-size: 24px;
  color: #c8161e;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 31px;
  letter-spacing: 7px;
}
.homeBusiness>p, .homeList p, .homeAboutUs p{
  text-align: left;
  margin: 0 auto;
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 36px;
  color: #656565;
  text-align:justify;
  text-justify:inter-ideograph;
}

.homeBanner{
  width: 100%;
  height: 604px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,255,0) 35%, rgba(255,255,255,0.08)),
    url("/assets/pages/home/home-hero-medical.svg") center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.homeBanner>h3{
  font-size: 28px;
  color: #c8161e;
  text-align: center;
  margin-bottom: 26px;
  line-height: 28px;
  margin-top: 260px;
  position: relative;
  z-index: 1;
}
.homeBanner .homeSlogan{
    width: 249px;
    height: 26px;
}
.homeBanner>p{
  margin: 0 auto;
  width: 510px;
  font-size: 18px;
  line-height: 40px;
  letter-spacing:4px;
  color: #5f5f5f;
  text-align:justify;
  text-justify:inter-ideograph;
  position: relative;
  z-index: 1;
  padding: 24px 34px 28px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 54px rgba(110, 110, 110, 0.12);
}

.homeBusiness{
  text-align: center;
}
.homeBusiness>h3{
  margin-top: 70px;
  margin-bottom: 31px;
  letter-spacing: 7px;
}
.homeBusiness>p{
  width: 1020px;
  padding: 0 30px;
}
.homeBusiness ul{
  overflow: hidden;
  margin: 0 auto;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  margin-top: 31px;
  margin-bottom: 70px;
}
.homeBusiness li{
  float: left;
  width: 320px;
  height: 240px;
  margin-right: 30px;
  padding-left: 30px;
  background: #f5f5f5;
  /*border: 1px solid #bababa;*/
}
/*.homeBusiness li:hover{
  border: 1px solid #c8161e;
}*/
.homeBusiness li:last-child{
  margin-right: 0px;
}
.homeBusiness li a{
    display: block;
    text-align: left;
}
.homeBusiness li .business{
    margin:40px 0 30px 0;
}
.homeList{
  text-align: center;
}
.homeList .con{
  margin: 0px;
  padding: 40px;
  overflow: hidden;
  display: inline-block;
}
.homeList .pic{
  margin-right: 50px;
  width: 560px;
  display: inline-block;
  float: left;
}
.homeList .picCon{
  width: 410px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.homeList dl{
  margin: 0px;
  padding: 40px;
  overflow: hidden;
  display: inline-block;

}
.homeList dt{
  margin-right: 50px;
  width: 560px;
  display: inline-block;
}
.homeList dd{
  width: 410px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.homeList button{
  margin-top: 28px;
  float: right;
}

.homeAboutUs{
  width: 920px;
  margin:  0 auto;
  position: relative;
}
.homeAboutUs h3{
  margin-top: 70px;
  text-align: center;
}
.homeAboutUs ul{
  padding: 0px;
  margin-top: 51px;
  margin-bottom: 50px;
  float: left;
}
.homeAboutUs li{
  line-height: 30px;
  height: 30px;
  margin-bottom: 20px;
  letter-spacing: 4px;
  font-size: 18px;
  color: #656565;
}
.homeAboutUs li>span{
  margin-right: 20px;
}
.homeQr{
  margin-top: 51px;
  float: right;
}




/*Business*/

#business{
  width: 1020px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.businessBanner1{
  background: none center center no-repeat;
}
.businessBanner2{
  background: none center center no-repeat;
}
.businessBanner3{
  background: none center center no-repeat;
}

.businessIntr{

}
.businessIntr h3{
  font-size: 20px;
  letter-spacing: 6px;
  color: #656565;
  line-height: 20px;
  text-align: center;
  margin: 70px 0 30px;
}
.businessIntr p, .businessList p{
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 36px;
  color: #656565;
  /*text-indent: 42px;*/
  margin: 0 0 10px 0;
}
.businessIntr ul{
  padding: 0px;
  overflow: hidden;
  margin-top: 30px;
}
.businessIntr li{
  float: left;
  width: 33%;
  text-align: center;
}
.businessIntr strong{
  display: block;
  color: #c8161e;
  line-height: 16px;
  font-size: 16px;
  margin-top: 20px;
  letter-spacing: 3px;
}
.businessList{

}
.businessList>div{
  margin-top: 60px;
  overflow: hidden;
}
.businessList div.list{
  width: 314px;
  float: left;
  margin-right: 39px;
}
.businessList>div span:last-child{
  margin-right: 0px;
}
.businessList h4{
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 6px;
  color: #656565;
  line-height: 18px;
  text-align: left;
  margin-bottom: 20px;
}
.businessList h5{
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 36px;
  color: #656565;
  margin: 0px;
  font-weight: normal;
}
.businessList h5.red{
  color: #c8161e;
  line-height: 16px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.businessList ul{
  padding: 0px;
  margin: 0px;
}
.businessList li{
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 36px;
  color: #656565;
  margin: 0px;
  background: none left center no-repeat;
  padding-left: 15px;
  background-size: 5px 5px; 
}
.businessList p{
  text-align: 3px;
}



/*News*/
#news{
  margin-bottom: 100px
}
.newsBanner{
  width: 100%;
  height: 500px;
  background: none center center no-repeat;
  position: relative;
}

.newsBannerInfo{
  width: 1020px;
  margin: 0 auto;
}
.newsBox{
    width: 100%;
    height: 163px;
    background: #c8161e;
}
.newsBannerInfo span{
  /*width: 410px;
  float: right;
  text-align: right;
  margin-top: 110px;*/
    width: 1020px;
    float: right;
    color: #fff;
    background: #c8161e;
    padding-top: 30px;
}
.newsBannerInfo>span>h3{
  line-height: 20px;
  letter-spacing: 6px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.newsBannerInfo>span>a{
    float: right;
}
.newsBannerInfo>span>a button{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.newsBannerInfo>span>p{
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 36px;
  margin: 16px 0 20px 0;
  color: #fcf5f5;
}
.newsList{
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 0px;
}
.newsListContent{
  width: 740px;
  float: left;
}
.newsListContent ul{
  padding: 0px;
}
.newsListContent li{
  position: relative;
  width: 740px;
  height: 360px;
  margin-top: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.newsListContent li a {
    display: block;
    width: 740px;
    height: 360px;
}

.newsListContent li p{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: rgba(200, 22, 30, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 4px;
  margin: 0px;
}
.newsListContent button.red{
  width: 180px;
  height: 60px;
  margin-top: 40px;
}

.newsListContent .nav-links .page-numbers {
    display: none;
}
.newsListContent .nav-links .page-numbers.next {
    display: inline-block;
    color: #c8161e;
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 5px;
    border: 1px solid #c8161e;
    background-color: #fff;
    margin: 80px auto 0;
    float: right;
}

.newsListContent .nav-links .page-numbers.prev {
    display: inline-block;
    color: #c8161e;
    width: 180px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 5px;
    border: 1px solid #c8161e;
    background-color: #fff;
    margin: 80px auto 0;
    float: left;
}

.newsListContent .nav-links::after{
    content: "";
    display: table;
    clear: both;
}



.newsListNav{
  float: right;
  margin-top: 40px;
  padding-left: 110px;
}
.newsListNav li{
  height: 40px;
  line-height: 40px;
  border-left: 4px solid #fff;
  padding-left: 20px;
  margin-bottom: 20px;
}
.newsListNav li.cur{
  border-left: 4px solid #c8161e;
}
.newsListNav a{
  font-size: 20px;
  letter-spacing: 6px;
  color: #656565;
}
.newsListNav li.cur a{
  font-weight: bold;
  color: #c8161e;
}
.breadcrumb{
  line-height: 60px;
  width:100%;
  height: 60px;
}
.breadcrumb .am-breadcrumb{
  padding: 0px;
  font-size: 14px;
  letter-spacing: 3px;
  color: #656565;
  width: 980px;
  display: flex;
  margin: 0 auto;
}
.breadcrumb .am-breadcrumb>li+li:before{
  content: ">";
  padding: 0px;
}
.breadcrumb a{
  color: #656565;
}
.news{
  width: 980px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.news>h3{
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 4px;
  color: #c8161e;
  text-align: center;
  margin: 28px 0 32px;
}
.news>small{
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 30px;
  display: block;
  text-align: center;
  color: #656565;
}
.news>p>img{
  margin: 16px auto 11px;
  display: block;
  width: 980px;
  height: auto;
}
.news>p{
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 3px;
  color: #656565;
  margin: 0px;
  margin-top: 24px;
}


/*about*/
#about{
  width: 700px;
  margin: 0 auto;
  padding: 60px 0 100px;
  overflow: hidden;
}
#about>p{
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 36px;
  color: #656565;
  margin: 0px;
}
.aboutBanner1{
  background: none center center no-repeat;
}
.aboutBanner2{
  background: none center center no-repeat;
}
.aboutBanner3{
  background: none center center no-repeat;
}
.aboutBanner4{
  background: none center center no-repeat;
}
.aboutCenter{
  text-align: center;
  padding-top: 15px;
}
.aboutCenter>h5{
  font-size: 16px;
  line-height: 16px;
  color: #c8161e;
  letter-spacing: 5px;
  margin-top: 35px;
  margin-bottom: 12px;
}
.aboutCenter>p{
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #656565;
  margin: 0px;
  letter-spacing: 3px;
}
.aboutLeader li{
  float: left;
  margin-right: 30px;
  text-align: center;
}
.aboutLeader li:last-child{
  margin-right: 0px;
}
.aboutLeader li h3{
  color: #c8161e;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 3px;
  margin: 30px 0 13px;
}
.aboutLeader li p{
  text-align: center;
  color: #656565;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3px;
  margin: 0px;
}
.abouthonor{
  width: 1020px;
  margin: 0 auto;
  margin-top: 50PX;
}
.abouthonor>h3{
  font-size: 16px;
  letter-spacing: 5px;
  color: #c8161e;
  text-align: center;
  line-height: 16px;
  margin-bottom: 30px;
}
.am-viewport{
  width: 916px;
  margin: 0 auto;
}
.am-slider-default{
  box-shadow: none;
}
.am-slider-default .am-direction-nav a{
  width: 30px;
  height: 50px;
}
.am-slider-default .am-direction-nav a:before{
  content:none;
  width: 30px;
  height: 50px;
}
.am-slider-default .am-direction-nav a.am-next:before{
  content:none;
  width: 30px;
  height: 50px;
}
.aboutBj{
  width: 1020px;
  height: 400px;
  background: none;
  /*padding-top: 90px;*/
}
.aboutWh{
  margin-top: 50px;
  width: 1020px;
  height: 400px;
  background: none;
  padding-left: 620px;
  /*padding-top: 124px;*/
}
.aboutTy{
  margin-top: 50px;
  width: 1020px;
  height: 400px;
  background: none;
  padding-left: 620px;
  /*padding-top: 124px;*/
}
.aboutList{
  padding-left: 40px;
  width: 400px;
  background: #fff;
  height: 400px;
  opacity: 0.8;
  padding-top: 90px;
  position: absolute;
  top: 0px;
}
.aboutList:last-child{
    right:0px;
}
.aboutList>h3{
  color: #c8161e;
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 5px;
}
.aboutList dl{
  overflow: hidden;
  margin: 0px;
  margin-bottom: 10px;
}
.aboutList dt, .aboutList dd{
  float: left;
}
.aboutList dt{
  width: 24px;
}
.aboutList dd{
  width: 290px;
  margin-top: 0px;
  padding-left: 15px;
}
.aboutList dd p{
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 3px;
  color: #656565;
  margin: 0px;
}



/*joinus*/
#joinus{
  width: 1020px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.joinBanner{
  width: 100%;
  height: 500px;
  background: none center center no-repeat;
}
.joinusList{

}
.joinusList h3{
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 18px;
  color: #c8161e;
  margin-top: 40px;
  margin-bottom: 30px;
}
.joinusList table{
  width: 100%;
}
.joinusList table tr{
  text-align: left;

}
.joinusList table tr:hover td{
  background-color: #f5f5f5;
    cursor: pointer;
}
.joinusList table tr td{
  padding-right: 20px;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 3px;
  color: #656565;
  border-top: 1px solid #bababa;
}
.joinusList table tr td:first-child{
  padding-left: 10px;
}
.joinusList table tr td:last-child{
  text-align: right;
  padding-right: 10px;
  width: 190px;
}
.joinusList table a{
  color: #656565;
}
#joinus>p.contact{
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 5px;
  margin: 0px;
  text-align: center;
  font-weight: bold;
  padding-top: 40px;
  color: #656565;
  border-top: 1px solid #bababa;

}
#joinus>p.contact:last-child{
  padding-top: 20px;
  border: 0;
}
#joinus>p.contact>strong{
  font-weight: normal;
  color: #c8161e;
}
.offer{

}
.offer .goback{
  line-height: 56px;
  font-size: 16px;
  letter-spacing: 3px;
  border-bottom: 1px solid #bababa;
}
.offer .goback a{
  color: #656565;
}
.offer .content{
  padding: 20px 20px 40px 20px;
}
.offer .content h3{
  font-size: 18px;
  letter-spacing: 4px;
  line-height: 18px;
  margin-top: 20px;
  color: #c8161e;
  margin-bottom: 11px;
}
.offer .content li{
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 34px;
  color: #656565;
}
.offer .content h5{
  line-height: 16px;
  font-size: 16px;
  letter-spacing: 3px;
  margin-top: 21px;
  margin-bottom: 11px;
  color: #656565;
}
.honorPic{
    width: 220px;
    margin-right: 12px;
    float: left;
    display: block;
}
.about{
    position: relative;
}
.jobListMsg{
    float: left;
}
.jobDetailMsg{
    display: inline-block;
    height: 61px;
}
.jobDetailMsg .jobTd{
    min-width: 160px;
}
.joinusList .jobTable{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
}
.joinusList .jobTr{
   text-align: left;
   height: 61px;
   border-top: 1px solid #bababa;
}
.joinusList .jobTd{
    padding-right: 20px;
    line-height: 60px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #656565;

}
.joinusList .jobTd a{
    color: #656565;
}
.joinusList .jobTr:hover .jobTd{
    background-color: #f5f5f5;
    cursor: pointer;
}
.joinusList .jobTd:first-child{
    padding-left: 10px;
}
.joinusList .jobTd:last-child{
    width: 220px;
    text-align: right;
    padding-right: 10px;
}
.jobName{
    min-width: 480px;
}
.source{
    margin: 20px auto;
    width: 980px;
}
.hornerPic{
    width: 220px;
    margin-right: 12px;
    float: left;
    display: block;
}
#logo img{
    width: 150px;
    height: 50px;
}
.homeBusiness li a:last-child img{
    width: 240px;
    height: 22px;
}
.homeAboutUs li span img{
    width:26px;
    height:30px;
}
.homeQr img{
    width: 180px;
    height: 180px;
}
.businessIntr ul li img{
    width: 90px;
    height: 90px;
}
.vidioBox{
    margin: 20px auto;
    width: 980px;
}
.vidio{
    width: 980px;
    height: 550px;
}
.aboutList dl dt img{
    width: 24px;
    height: 24px;
}
@media screen and (min-width:640px){
    .navPic,.up{
        display: none;
    }
    .ICPnum{
        display: inline;
    }
    footer{
        text-align: center;
        font-size: 14px;
        line-height: 80px;
    }
}

.jobTablePagination .pagination {
    border-top: 1px solid #bababa;
    height: 61px;
}

.jobTablePagination .nav-links {
    line-height: 60px;
    padding: 0 10px;
    text-align: right;
}

.jobTablePagination .nav-links .page-numbers {
    display: inline-block;
    color: #656565;
    padding: 0 10px;
}

.jobTablePagination .nav-links a.page-numbers:hover {
    background-color: #f5f5f5;
}

/*
     FILE ARCHIVED ON 02:46:19 Dec 28, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:47:27 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.402
  load_resource: 96.108
  PetaboxLoader3.resolve: 52.293
  PetaboxLoader3.datanode: 19.012
*/
