﻿* {
  margin: 0;
  padding: 0;
}
html {
  /*overflow: hidden;*/
  min-width: 1200px;
}
html, body {
  height: 100%;
}
body {
  width: 100%;
  *cursor: default;
  /*overflow: hidden;*/
  font: 14px "Microsoft YaHei";
  margin: 0 auto;
  min-width: 1200px;
  color: #00448a;
  background: #f9fcff;
}
a {
  text-decoration: none;
}
ul,ol,li {
  list-style: none;
}
img {
  border:0 none;
  vertical-align: middle;
}
table, tr, th, td {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}
i, em, cite, address {
  font-style: normal;
}
a:focus, input, textarea, select {
  outline: none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
  cursor: pointer;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrap {
  min-width: 1200px;
  overflow: hidden;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}

.main.heath .heathList>span.minTitle {
    display: none !important;
}

/*在线客户*/
.service {
  position: fixed;
  right: -138px;
  width: 208px;
  top: 50%;
  margin-top: -63px;
  z-index: 99;
}
.service li {
  width: 70px;
  height: 60px;
  margin-bottom: 3px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
}
.service li.n1 {
  background: rgba(0,68,138,0.6) url("../images/phone_1.png") 26px 11px no-repeat;
}
.service li.n2 {
  background: rgba(0,68,138,0.6) url("../images/qq_1.png") 26px 11px no-repeat;
}
.service li a {
  color: #fff;
}
.service li:hover {
  background-color: rgb(0,68,138);
  transition: all .5s ease 0s;
}
.service li.n1:hover {
  width: 208px;
  margin-left: -138px;
}
.service li p {
  width: 208px;
}
.service li p span.a {
  width: 70px;
  display: block;
  padding: 37px 4px 0 0;
  text-align: center;
  float: left;
  font-size: 12px;
  transition: all .5s ease 0s;
}
.service li p span.b {
  display: block;
  float: right;
  line-height: 20px;
  width: 133px;
  margin: 11px 0;
  border-left: 1px solid #80a2c5;
  text-align: center;
  font-size: 14px;
}



.header {
  height: 90px;
  box-shadow: 0 0 10px 3px rgba(0, 46, 93, 0.20);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  min-width: 1200px;
  color: #00448a;
  background: #fff;
}
.header a {
  color: #00448a;
}
.header h1 {
  /*margin-left: 20px;*/
  margin-left:109px;
  /*display: none;*/
}
.header .nav {margin-right: 25px;}
.header .nav>ul>li {
  float: left;
  padding: 31px 0;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  width: 135px;
  position:  relative;
}
.header .nav>ul>li.on {
  background: url("../images/nav_on_1.jpg") center no-repeat;
}
.header .nav>ul>li.on>a {
  color: #fff;
}
.header .nav>ul li.on+li>a {
  border: 0;
}
.header .nav>ul>li>a {
  display: block;
  padding: 0 35px;
  border-left: 1px solid #bfd0e2;
}
.header .nav>ul>li:first-child>a {
  letter-spacing: 32px;
  padding: 0 3px 0 35px;
  border: 0;
}
.header .nav>ul>li ul {
    display: none;
    position: absolute;
    z-index: 99;
    /* padding: 4% 0; */
    background: #fff;
    width: 100%;
    top: 91px;
    text-align: center;
    box-shadow: 0 0 10px 3px rgba(0, 46, 93, 0.20);
}
.header .nav>ul>li ul li {
    /* border-top: 1px solid #d8ebff; */
    font-size: 14px;
    opacity: 0.8;
    height: 30px;
    padding: 0 4%;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.header .nav>ul>li ul li:hover {
    opacity: 1;
    background-color: #00448a;
}
.header .nav>ul>li ul li:hover a {
    color: #fff;
}
.header .nav>ul>li ul li:first-child {
    border-top: 0;
}

.header .head {
  margin-top: 36px;
  line-height: 14px;
}
.header .head .link>ul>li {
  float: left;
  position:  relative;
  line-height:  90px;
  padding-bottom: 50px;
}
.header .head .link>ul>li a {
  padding: 0 15px;
  display:  block;
  height:  14px;
  line-height: 14px;
}
.header .head .link>ul>li:first-child>a {
  border-right: 1px solid #00448a;
}
.header .head .link>ul>li ul {
  display: none;
  position:  absolute;
  top: 54px;
  left: -39px;
  padding: 13px 0 0 0;
  background: #d6e9f8;
  box-shadow: 2px 0 7px 0 rgba(0, 46, 93, 0.20);
}
.header .head .link>ul>li:hover ul {
  display: block;
}
.header .head .link>ul>li ul li {
  width:  164px;
  text-align:  center;
  line-height:  42px;
  height: 42px;
}
.header .head .link>ul>li ul li a {
  line-height: 42px;
  display: block;
  padding: 0;
  height: 42px;
  color: #37b2c4;
  letter-spacing: 1.5px;
}
.header .head .link>ul>li ul li.last a {
  line-height: 38px;
  height: 38px;
  padding-bottom: 6px;
  background: url("../images/quit_1.png") #37b2c4 34% 36% no-repeat;
  color: #fff;
  text-indent: 28px;
  letter-spacing: 6px;
}
.header .head .link>ul>li ul li.last:hover a {
  background: url("../images/quit_1.png") #37b2c4 34% 36% no-repeat;
}
.header .head .link>ul>li ul:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: -7px;
  left: 50%;
  border-bottom-color: #d6e9f8;
  margin-left: -8px;
}
.header .head .link>ul>li ul li a:hover {
  background: #fff;
  border-right: 2px solid #37b2c4;
}
.head .search {
  margin-left: 20px;
  position: relative;
}
.head .search>i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/search_1.png") center no-repeat;
  cursor:  pointer;
}
.head .language {
  margin: -3px 40px 0 30px;
}
.head .language>a {
  width: 19px;
  height: 19px;
  display:  inline-block;
  margin: 0 3px;
  border: 1px solid #00448a;
  line-height: 19px;
  border-radius: 100%;
  font-size:  12px;
  text-align:  center;
}
.head .language>a.on {
  color: #fff;
  background-color: #00448a;
}
.head .menu {
  position: relative;
  width: 70px;
  margin-right: 58px;
}
.head .menu .menuIcon {
  width:  24px;
  height: 20px;
  position: fixed;
  top: 36px;
  right: 58px;
  background: url("../images/navicon_1.png") center no-repeat;
  cursor:  pointer;
  z-index: 99;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.head .menu .menuIcon.on {
  background: url("../images/close_1.png") center no-repeat;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.head .menu .headNav {
  height:  495px;
  width:  100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(2, 73, 141, 0.4);
  display: none;
  min-width: 1200px;
  z-index: 9;
}
.head .menu .headNav>.left {
  width:  430px;
  height:  100%;
  overflow:  hidden;
  background: #f2f6f9;
}
.head .menu .headNav>.left .code {
  margin-top: 77px;
}
.head .menu .headNav>.left .code img {
  margin: 0 auto;
  display: block;
  width: 151px;
  height: 151px;
  border: 10px solid #fff;
}
.head .menu .headNav>.left .code p {
  text-align: center;
  font-size: 16px;
  margin-top: 22px;
}
.head .menu .headNav>.left .blogroll {
  margin: 50px 10px 0 55px;
}
.head .menu .headNav>.left .blogroll .roll1 li,.footer .footbot>.left .roll1 li {
  float:  left;
  padding: 0 15px;
  border-left: 1px solid #c2d2e3;
  margin-bottom: 15px;
}
.head .menu .headNav>.left .blogroll .roll1 li:first-child,.footer .footbot>.left .roll1 li:first-child {
  border: 0;
  padding-left: 16px;
}
.head .menu .headNav>.left .blogroll .roll1 li a,.footer .footbot>.left .roll1 li a {
  color: #758eb3;
}
.head .menu .headNav>.left .blogroll .roll1 li a:hover,.head .menu .headNav .childNav dd a:hover,.footer .footbot>.left .roll1 li a:hover,.footer .childNav dd a:hover {
  color: #00448a;
}
.head .menu .headNav>.left .blogroll .roll1 ul {
  width: 84%;
}
.head .menu .headNav>.left .blogroll .roll2,.footer .footbot>.left .roll2 {
  margin-top: 20px;
}
.head .menu .headNav>.left .blogroll .roll2 a {
  padding-right: 30px;
}
.head .menu .headNav>.left .blogroll .roll1 {
    position:  relative;
}
.head .menu .headNav>.left .blogroll .roll1>span.left {
    position:  absolute;
    height:  100%;
    background: #f2f6f9;
    width: 60px;
    left:  0;
    top: 0;
}
.childNav {
  margin-top: 80px;
  background: url(../images/dd_1.png) 0 35px repeat-x;
}
.childNav dl {
  float:  left;
  width: 9.5%;
  font-size: 16px;
  line-height: 22px;
}
.childNav dl:first-child {
  margin-left: 6%;
}
.childNav dl:first-child a {
  /* letter-spacing: 2em; */
}
.childNav dt {
  margin-bottom: 50px;
}
.childNav dd {
  margin-bottom: 20px;
}
.childNav dd a {
  color: #7c92b6;
}
.head .menu .headNav .copyright {
  /* position:  absolute; */
  bottom: 18px;
  text-align:  center;
  width: calc(100% - 430px);
  margin-left: 430px;
  font-size: 12px;
  color: #acb9ce;
  margin-top: -32px;
}
.head .search>form {
  position:  absolute;
  top: 54px;
  left: 50%;
  width: 220px;
  margin-left: -110px;
}
.head .search>form input[type="text"] {
  height: 36px;
  outline: none;
  border: 1px solid #8dc2e3;
  padding-left: 10px;
  background: #dff2ff;
  margin-right: -5px;
  vertical-align: bottom;
  width: 150px;
  color: #00448a;
}
.head .search>form input[type="submit"] {
  width: 53px;
  height: 38px;
  border: 1px solid #8dc2e3;
  background: #37b2c4;
  color: #fff;
  border-left: 0;
}
input[type="text"]::-webkit-input-placeholder {
  color: #00448a;
}
input[type="text"]:-moz-placeholder {
  color: #00448a;
}
input[type="text"]::-moz-placeholder {
  color: #00448a;
}
input[type="text"]:-ms-input-placeholder {
  color: #00448a;
}
.head .search>form:before {
  content: " ";
  display: block;
  width: 13px;
  height: 9px;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -8px;
  background: url("../images/icon1_1.png") center no-repeat;
}

/*页脚*/
.footer {
  background: #f4f9fd;
}
.footer>.center {
  width: 1025px;
  padding: 40px 0 60px 0;
}
.footer .childNav {
  margin: 0 0 50px 0;
  background-image: url(../images/ddd_1.png)
}
.footer .childNav dl.n1 {
  margin-left: 20px;
}
.footer .childNav dl.n1 a {
  letter-spacing: 0;
}
.footer .childNav dl {
  width: 183px;
}
.footer .childNav dl.n6 {
  width: 90px;
}
.footer .childNav dt {
  margin-bottom: 41px;
}
.footer .childNav dt a {
  color: #00448a;
}
.footer .childNav dd {
  margin-bottom: 10px;
}
.footer .childNav dd a {
  font-size: 14px;
  color: #6e89b1;
}
.footer .footbot>.left {
  width: 40%;
}
.footer .footbot>.left{
  font-size: 16px;
}
.footer .footbot>.left .roll1, .footer .footbot>.left .roll2 {
  margin-left: 20px;
}
.footer .footbot>.left .roll1 li {
  border: 0;
}
.footer .footbot>.left .roll1 ul {
  width: 76%;
}
.footer .footbot>.right {
  width: 50%;
}
.footer .footbot>.left .roll2 a {
  padding-right: 45px;
  color: #00448a;
}
.footer .footbot>.right img {
  width: 129px;
  height: 129px;
  margin: 5px 30px 0 15px;
}
.footer .right_content{ float:right;width: 335px;}
.footer .right .right_content p {
  margin-top: 12px;
}
.footer .copyright {
  text-align: center;
  background: #e2f0fa;
  line-height: 76px;
  height: 76px;
  color: #7894b9;
}

/*页码*/
div#pages {
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 65px 0;
}
div#pages a {
  border: 1px solid #d4dfeb;
  display: inline-block;
  margin: 0 3px;
  /* width: 30px; */
  color: #00448a;
  border-radius: 3px;
  padding: 0px 10px;
}
div#pages a.long {
  width: 74px;
  font-size: 12px;
}
div#pages a.currentpage {
  color: #fff;
  background-color: #00448a;
}

/*名医名院-联盟医生*/
.main {
  padding-top: 135px;
  background: #fff;
  min-height: 100%;
  box-sizing: border-box;
}
.main .rightMain .doc a {
  color: #00448a;
}
.main .leftNav {
  width: 180px;
  margin-left: 55px;
  text-align: center;
}
.main .leftNav h3 {
  font-size: 26px;
  font-weight:  normal;
}
.main .leftNav>a {
  color: #00448a;
  font-size: 16px;
  width: 178px;
  border: 1px solid #ccdae8;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  margin-top: 25px;
}
.main .leftNav>a.now {
  color: #fff;
  background-color: #00448a;
}
.main .leftNav>ul>li>a {
  width: 100%;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  display: block;
  background: #ccdae8;
  color: #6987b0;
  margin-top: 1px;
  letter-spacing: 1em;
  text-indent: 1em;
}
.main .leftNav>ul>li.on>a {
  color: #00448a;
  background: #ebf0f6;
  border-right: 2px solid #5e89b5;
  width: 178px;
}
.main .rightMain {
  width: 840px;
  margin-right: 58px;
}
.main .rightMain .doc ul {
  margin-top: 4px;
}
.main .rightMain .doc li { cursor:pointer;
  float:  left;
  width:  238px;
  margin: 60px 60px 0 0;
  border: 1px solid #e5ecf3;
  text-align:  center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .rightMain .doc li:nth-child(3n) {
  margin-right: 0;
}
.main .rightMain .doc li img {
  max-width: 220px;
  height: 220px;
  margin-top: 9px;
}
.main .rightMain .doc li>p {
  text-align:  left;
  margin-top:  4px;
  line-height:  30px;
  height:  30px;
  border-bottom: 1px solid #e5ecf3;
  padding-left: 9px;
}
.main .rightMain .doc li .info span {
  display:  block;
  color: #889cbc;
  overflow:  hidden;
  width: 90%;
  margin: 0px auto;
  height: 24px;
}
.main .rightMain .doc li .info {
  line-height: 24px;
  margin: 9px 0 6px 0;
}
.main .rightMain .doc li .more {
  display:  block;
  font-size:  12px;
  color: #b8cee5;
  line-height:  36px;
  height: 36px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .rightMain .doc li:hover {
  box-shadow: 0px 0px 11px 1px rgba(20, 106, 194, 0.17);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .rightMain .doc li:hover .more {
  color: #4578ac;
  background: #dbe5ee;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*名医名院-国际名院*/
.main .leftNav>a.now+ul {
    display:  block;
}
.leftNav ul {
    display: none;
}
.main .rightMain.fam1 {
  margin-right: 87px;
  width: 790px;
}
.main .rightMain .fam li{
  cursor:pointer;
  width: 241px;
  position:  relative;
  height: 323px;
  margin: 38px 30px 0 0;
  border: 0;
}
.main .rightMain .fam li img {
  margin: 0;
  width: 100%;
  height: 193px;
}
.main .rightMain .fam li .info p {
  text-align: center;
  font-size: 16px;
  border: 0;
  background: url("../images/x_1.png") center bottom no-repeat;
  line-height: 34px;
  height: 34px;
  margin: 6px 0 12px 0;
}
.main .rightMain .fam li .sum,.main .rightMain .fam li span {
  color: #a8b5cc;
}
.main .rightMain .fam li .sum {
  line-height: 20px;
  height: 40px;
  overflow:  hidden;
  width: 90%;
  margin: 0px auto;
}
.main .rightMain .fam li .info span {
  font-size:  12px;
  display: block;
  position:  absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0 7px 0;
  line-height: 20px;
  height: 20px;
}
.main .rightMain .fam li:hover .info span {
  padding: 0 0 7px 0;
  color: #b8cee5;
  background: #fff;
}
.main .rightMain .fam li .img {
  border: 1px solid #e5ecf3;
  border-bottom: 1px solid transparent;
}
.main .rightMain .fam li .info {
  margin: 0px;
  height: 80px;
  overflow:  hidden;
  position: relative;
  border: 1px solid #e5ecf3;
  border-top: 1px solid transparent;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .rightMain .fam li:hover .info {
  border: 1px solid transparent;
  height: 123px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/*国际名院详情页*/
.main .rightMain.info {
  width: 893px;
  margin: 0 36px 38px 0;
}
.rightMain.info .infoImg {
  position:  relative;
}
.rightMain.info .infoCon {
  line-height: 32px;
  padding: 20px 15px 0 10px;
  text-align: justify;
  border-bottom: 1px solid #b2c7dc;
  margin-bottom: 15px;
}
/*.rightMain.info .infoCon a {
  color: #00448a;
}*/
.rightMain.info .infoImg .bd li {
  width: 100%;
  height: 494px;
}
.rightMain.info .infoImg .bd li img {
  width: 100%;
  height: 100%;
}
.rightMain.info .infoImg .hd  {
  height:  42px;
  line-height:  42px;
  background: rgba(0,68,138,.3);
  position:  absolute;
  bottom:  0;
  width: 877px;
  text-align: right;
  padding-right: 16px;
}
.rightMain.info .infoImg .hd li {
  display:  inline-block;
  width:  10px;
  height:  10px;
  border: 1px solid #fff;
  text-indent: 99px;
  overflow:  hidden;
  margin: 0 4px;
  border-radius: 100%;
  cursor: pointer;
}
.rightMain.info .infoImg .hd li.on {
  background: #fff;
}
.main .rightMain.info .title {
  font-size: 22px;
  margin: 54px 0 20px 0;
}
.rightMain.info .infoCon>a.favo {
  display: block;
  text-align: center;
  width: 122px;
  line-height: 30px;
  height: 30px;
  color: #00448a;
  border: 1px solid #b2c7dc;
  border-radius: 15px;
  letter-spacing: 1em;
  text-indent: 40px;
  background: url("../images/favorite_1.png") 22% 50% no-repeat;
  margin:  60px auto 45px auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.rightMain.info .infoCon>a.favo:hover {
  border: 1px solid #6b92bb;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main .rightMain.info>a {
  color: #2b5683;
  font-size: 12px;
  display: block;
  line-height: 36px;
  padding-left: 23px;
}
.main .rightMain.info>a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/*健康管理*/
.main.heath>h3 {
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  background: url(../images/hbg_1.png) 50% 100% no-repeat;
  padding-bottom: 16px;
}
.main.heath .class {
  text-align: center;
}
.main.heath .class li {
  display: inline-block;
  width: 125px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #bed0e2;
  border-radius: 20px;
  margin: 37px 10px 43px 10px;
  overflow: hidden;
}
.main.heath .class li a {
  font-size: 16px;
  color: #00448a;
  display: block;
}
.main.heath .class li.now  a{
  color: #fff;
  background: #00448a;
}
.main.heath .heathList {
  margin: 0 90px 0 95px;
  color: #4279b1;
  padding-bottom: 110px;
}
.main.heath .heathList span.minTitle {
  background: #83b0de;
  display: inline-block;
  line-height: 44px;
  height: 44px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0 30px;
  min-width: 210px;
  text-shadow: 0px 2px 5px rgba(0, 68, 138, 0.4);
  position: relative;
}
.main.heath .heathList span.minTitle:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #83b0de;
  border-bottom: 22px solid transparent;
  border-top: 22px solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}
.main.heath .heathList .list span.minTitle {
  color: #4279b1;
  background: #f0f4f8;
  text-shadow: 0 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  margin: 33px 0 10px 18px;
  min-width: 122px;
}
.main.heath .heathList .list span.minTitle:after {
  border-left: 12px solid #f0f4f8;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  right: -12px;
}
.main.heath .heathList .list span.minTitle span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #d9e3ee;
  display: block;
  text-align: center;
  position: absolute;
  left: -18px;
  line-height: 35px;
  font-family: "Arial";
  top: -3px;
}
.main.heath .heathList .list span.info {
  line-height: 32px;
  text-align: justify;
  margin-left: 50px;
  display: block;
}

/*联系我们*/
.main .contact {
  margin: 80px 0 0 0;
  padding-bottom: 85px;
}
.main .contact .con.left {
  width: 360px;
}
.main .contact .con.left .code {
  width: 120px;
  text-align: center;
  margin: 60px 0;
}
.main .contact .con.left .code img {
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}
.main .contact .con.left>p {
  margin-bottom: 16px;
}
.footer.footContact .footbot>.right {
  display: none;
}
.footer.footContact .footbot>.left {
  width: 100%;
}
.footer.footContact .footbot>.left .roll1 {
  width: 71.5%;
  float:  left;
}
.footer.footContact .footbot>.left .roll1 ul {
  width: 88%;
}
.footer.footContact .footbot>.left .roll2 {
  width: 26%;
  float: left;
  margin: 0;
}
.footer.footContact>.center {
  padding: 40px 0 27px 0;
}



/*肿瘤治疗*/
.main .rightMain.article {
  width: 1100px;
  margin: 20px 50px 36px 50px;
}
.main .rightMain.article .return {
  border-bottom: 1px solid #d6e1ec;
  line-height: 34px;
  font-size: 16px;
  margin-top: 20px;
}
.main .rightMain.article .return a {
  color: #00448a;
  background: url(../images/return_1.png) 100% 85% no-repeat;
  padding: 0 20px 0 8px;
}
.rightMain.article .infoCon {
  padding-left: 0;
  border-bottom: 1px solid #d6e1ec;
}
.rightMain.article .infoCon img {
    max-width: 100%;
}
.rightMain.article .infoCon p.tit {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
}
.rightMain.article .infoCon p.tit span {
  font-size: 12px;
  display: block;
}

/*共享医疗*/
.main.heath .rightMain.article {
  margin-bottom: 110px;
}
.main.share {
  background: none;
  padding-top: 90px;
}
.main.share .shareTop .shareT {
  background: #fff;
  box-shadow: 0px 0px 11px 2px rgba(58, 139, 223, 0.14);
  width: 980px;
  padding: 0 30px 100px 30px;
  line-height: 34px;
  margin: 0 auto;
}
.main.share .shareTop .shareT>img {
  margin: 50px 0 24px 0;
}
.shareTop .shareTi {
  width: 1076px;
  margin: -55px auto 0 auto;
  text-align: center;
}
.shareTop .shareTi .bd li {
  width: 352px;
  margin-right: 10px;
  float: left;
}
.shareTop .shareTi .bd li img {
  width: 100%;
  height: 236px;
}
.shareTop .shareTi>a {
  width:  214px;
  height:  35px;
  display:  inline-block;
  border: 1px solid #c5dffb;
  border-radius: 3px;
  margin: 26px 0 90px 0;
  background: url("../images/prev_1.png") center no-repeat;
  cursor: pointer;
}
.shareTop .shareTi>a.next {
  margin-left: 36px;
  background: url("../images/next_1.png") center no-repeat;
}
.shareTop .shareTi>a.prev:hover {
  background: #6fb1f4 url("../images/prev_on_1.png") center no-repeat;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.shareTop .shareTi>a.next:hover {
  background: #6fb1f4 url("../images/next_on_1.png") center no-repeat;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.main.share .shareImg {
  background: #fff;
}
.main.share .shareImg img {
  width: 1200px;
  margin: 0 auto;
  display: block;
}
.main.share .sharing {
  height: 525px;
  background: url("../images/sharing_1.png") center no-repeat;
  position: relative;
}
.main.share .sharing .info {
  width: 570px;
  font-size: 16px;
  position: absolute;
  right: 30px;
  top: 170px;
  line-height: 32px;
  height: 192px;
  overflow: hidden;
}
.main.share .sharing>p {
  background: rgba(50,134,218,0.46);
  display: inline-block;
  max-width: 915px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 15px;
  text-shadow: 0px 0px 8.5px rgba(58, 139, 223, 0.3);
  position: absolute;
  top: 46px;
  left: 229px;
}
.main.share .shareBtm {
  padding: 92px 0 62px 0;
  background: #fff;
}
.main.share .shareBtm ul.left {
  margin-left: 50px;
  width: 307px;
  text-align: center;
}
.main.share .shareBtm img {
  width: 793px;
  margin-right: 50px;
  height: 440px;
}
.main.share .shareBtm ul.left li {
  margin-top: 35px;
  background: #cbeef1;
  line-height: 46px;
  height: 46px;
  font-size: 16px;
}
.main.share .shareBtm ul.left li i {
  background: #62ccd3;
  height: 7px;
  width: 7px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 8px 2px 0;
}
.main.share .shareBg {
  height: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  background: url("../images/share_1.jpg") center no-repeat;
  background-size: cover;
}
.main.share .shareNews {
  background: #fff;
  padding: 60px 0 64px 0;
}
.main.share .shareNews .center {
  position: relative;
}
.main .center>h4 {
  color: #fff;
  font-size: 24px;
  background: #6fb1f4;
  display: inline-block;
  font-weight: normal;
  line-height: 44px;
  height: 44px;
  margin-bottom: 10px;
  padding: 0 50px 0 25px;
  position: relative;
}
.main h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 44px;
  top: 0;
  right: -32px;
  background: url("../images/h4_1.png") center no-repeat;
}
.main.share .shareNews li {
  width: 280px;
  margin-right: 26px;
}
.main.share .shareNews li img {
  width: 100%;
  /*height: 246px;*/
  height: 174px;
}
.main.share .shareNews li a>div {
  text-align: center;
  color: #00448a;
  border: 1px solid #c9d8e6;
  padding: 18px 0;
}
.main.share .shareNews li a>div>p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.main.share .shareNews li a>div span {
  font-size: 12px;
  display:  block;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.main.share .shareNews li:hover a>div>span {
  color: #00448a !important;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.main.share .shareNews>.center>p {
  position:  absolute;
  right:  0;
  top: 10px;
}
.main.share .shareNews>.center>p a {
  display: inline-block;
  width:  47px;
  height:  31px;
  border: 1px solid #b2c7dc;
  cursor: pointer;
  background: url("../images/iprev_n_1.png") center no-repeat;
}
.main.share .shareNews>.center>p a.next {
  background-image: url("../images/inext_n_1.png");
}
.main.share .shareNews>.center>p a.prev:hover {
  background: #00448a url("../images/iprev_1.png") center no-repeat;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.main.share .shareNews>.center>p a.next:hover {
  background: #00448a url("../images/inext_1.png") center no-repeat;
  -webkit-transition: all .8s ease 0s;
  -moz-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

/*肿瘤治疗*/
.main .tumourTop .tumourT {
  height: 298px;
  background: url("../images/box_1.png") center no-repeat;
  margin: 55px 0 0 0;
  position: relative;
}
.main .tumourTop .tumourT>p {
  width: 760px;
  position: absolute;
  top: 26px;
  right: 78px;
  color: #3cbac9 !important;
  line-height: 34px !important;
  height: 204px;
  overflow: hidden;
}
.main .tumourTop .tumourB {
  margin: 65px 51px 40px 51px;
}
.main .tumourTop .tumourB img {
  width: 100%;
}
.main .tumourGreen {
  background: #fff;
  padding: 40px 0 15px 0;
  line-height: 32px;
}
.main .tumourGreen .title {
  font-size: 22px;
  margin: 30px 0 10px 0;
}
.main .tumourGreen .title span {
  font-size:  16px;
  color: #3cbac9;
  position:  relative;
  display:  inline;
  padding-left: 120px;
}
.main .tumourGreen .title span i {
  display: block;
  width:  90px;
  height: 1px;
  position:  absolute;
  top: 10px;
  left: 14px;
  background: #00448a;
}
.tumourGImg {
  width: 1134px;
  position: relative;
  margin: 0 auto;
}
.tumourGImg li {
  width: 364px;
  height: 252px;
  margin: 34px 21px 42px 0;
  float: left;
}
.tumourGImg>a {
  position: absolute;
  display: block;
  width: 47px;
  height: 30px;
  border: 1px solid #aec4dc;
  top: 50%;
  margin-top: -19px;
  cursor: pointer;
  -webkit-transition: all .35s ease 0s;
  -moz-transition: all .35s ease 0s;
  -o-transition: all .35s ease 0s;
  transition: all .35s ease 0s;
}
.tumourGImg>a.prev {
  left: -33px;
  background: url("../images/iprev_n_1.png") center no-repeat;
}
.tumourGImg>a.next {
  right: -33px;
  background: url("../images/inext_n_1.png") center no-repeat;
}
.tumourGImg>a.prev:hover {
  background: #00448a url("../images/iprev_1.png") center no-repeat;
}
.tumourGImg>a.next:hover {
  background: #00448a url("../images/inext_1.png") center no-repeat;
}
.tumAdva {
  background: #fff;
  font-size: 16px;
}
.tumAdva>.center {
  background: url("../images/advan_1.png") center no-repeat;
  height: 725px;
  position:  relative;
}
.tumAdva .tad1 {
  line-height: 42px;
  position:  absolute;
  top: 110px;
  left: 160px;
  overflow: hidden;
  height: 185px;
  width: 405px;
}
.tumAdva .tad1 p.title {
  font-size:  20px;
  font-weight:  bold;
  margin-bottom: 17px;
}
.tumAdva .tad2 {
  left:  auto;
  right: 181px;
  top: auto;
  bottom: 118px;
  width: 345px;
  line-height: 36px;
  height: 197px;
}
.tumourBtm {
  background: #fff;
  padding: 50px 0;
}
.tumourBtm .img {
  width: 621px;
  height: 419px;
  overflow: hidden;
}
.tumourBtm .img img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.tumourBtm .img:hover img {
  transform: scale(1.05);
}
.tumourBtm .info {
  width: 480px;
  position: relative;
  margin-top: 110px;
  font-size: 16px;
}
.tumourBtm .info p.tit {
  color: #fff;
  background: #62ccd3;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 85px 6px 25px;
  position: relative;
  left: -188px;
  top: -70px;
}

/*会员登录*/
.main.login {
  height: 100%;
  overflow:  hidden;
}
.main.login>.left {
  width: 61%;
  height: 100%;
  background: url("../images/member_bg_1.jpg") center no-repeat;
  background-size: cover;
}
.main.login>.right {
  width: 39%;
  /* background: #fff; */
  height: 100%;
  box-shadow: 1px 1.8px 8px 0.54px rgba(6, 62, 115, 0.31);
  position: relative;
}
.main.login>.right .k_right {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.main.login>.right .k_info {
  width: 64%;
  position: absolute;
  left: 18%;
  top: 50%;
  margin-top: -225px;
}
.k_info .k_title {
  width: 100%;
  overflow: hidden;
  line-height: 45px;
  margin-bottom: 37px;
}
.k_info .k_title p {
  font-size: 30px;
  float: left;
}
.k_info .k_title span {
  float: right;
  font-size: 14px;
  line-height: 56px;
}
.k_info .k_title .a_register {
  color: #f08e0f;
  float: right;
  margin-left: 10px;
}
.k_info input[type="text"], .k_info input[type="password"] {
  border: 0;
  /*border-bottom: 1px solid #ccdae4;*/
  width: 66%;
  /*padding: 31px 0 11px 85px;*/
  font-size: 14px;
  color: #00448a;
  box-sizing: border-box;
}
input[type="text"]:-moz-placeholder,input[type="password"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #d3dce4;
}
input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #d3dce4;
}
input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder {
  color: #d3dce4;
}
input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder {
  color: #d3dce4;
}
.k_info p.tip {
  background: url("../images/admin_1.png") 7% 60% no-repeat;
}
.k_info p.password {
  background: url("../images/pass_1.png") 7% 60% no-repeat;
}
.k_info input.butn {
  width: 100%;
  background: #4a779c;
  line-height: 52px;
  height: 52px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1em;
  text-indent: 1em;
  margin: 52px 0 18px 0;
  border: 0;
}
.k_info input.register_btn.butn {
    background: #c5c5c5;
}
.k_info input.register_btn_s.butn {
    background: #4a779c;
}
.k_info p.pass {
  text-align: right;
}
.k_info p.pass a.a_forget {
  color: #5877a5;
}
.k_findpassword .k_info input.butn {
  letter-spacing: 0;
  text-indent: 0;
}
.k_findpassword .k_info .vc {
  background: url("../images/vc_1.png") 7% 65% no-repeat;
}
.k_findpassword .k_info .vc {
  position:  relative;
}
.k_findpassword .k_info .vc img.ulImg {
  position:  absolute;
  right: 10px;
  top: 20px;
  width:  80px;
}
.k_info p.email {
  background: url("../images/mail_1.png") 7% 70% no-repeat;
}

/*会员注册*/
.pop .k_info {
  position: fixed;
  width: 480px;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 55px 45px 110px 45px;
  transform: translate(-50%,-50%);
  box-shadow: 0px 0px 7.65px 1.35px rgba(6, 62, 115, 0.13);
  z-index: 9999;
  height: 530px;
  display: none;
}
.pop .bg {
  position:  fixed;
  width:  100%;
  height: 100%;
  background: #000;
  top: 0;
  left:  0;
  z-index: 999;
  opacity: 0.1;
  display: none;
}
.pop .k_info p.agree {
  color: #353332;
  margin: 20px 0 0 36px;
}
.pop .k_info p.agree a {
  color: #f08e0f;
}
.pop .k_info p.agree input[type="checkbox"] {
  margin: 3px 10px 0 0;
}
.k_info.k_agreement {
  padding: 0 0 2px 0;
  height: 695px;
  width: 570px;
}
.pop .k_agreement .k_tit {
  line-height: 86px;
  height: 86px;
  text-align:  center;
  font-size: 20px;
  font-weight: bold;
}
.pop .k_agreement .k_ment {
  overflow-y:  auto;
  height: 579px;
  padding: 0 40px 30px 40px;
  color: #000;
}
.pop .k_agreement a.close {
  position: absolute;
  background: url(../images/close1_1.png) #fff center no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  right: 25px;
  top: 33px;
  border-radius: 50%;
  background-size: contain;
}


/*个人中心-通用*/
.main.per .perCon {
  width: 100%;
  height: 770px;
  box-shadow: 0px 0px 11px 1px rgba(5, 78, 143, 0.14);
  margin: 50px 0;
}
.main.per .perCon .perNav {
  border-right: 1px solid #d6e9f8;
  width: 265px;
  height: 100%;
  background: #f8fbfe;
}
.main.per .perUser {
  height: 259px;
  border-bottom: 1px solid #d6e9f8;
  text-align:  center;
}
.main.per .perUser .pic {
  width:  102px;
  height:  102px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0.3px rgba(2, 73, 141, 0.3);
  margin: 61px auto 0 auto;
  overflow: hidden;
  background: url(../images/admin_1.jpg) center no-repeat;
  background-size: contain;
}
.main.per .perUser img {
    width: 100%;
    height: 100%;
}
.main.per .perUser>a>p {
  margin-top: 20px;
  color: #00448a;
}
.main.per .perCon .perNav>a {
  display: block;
  line-height: 60px;
  height: 59px;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #d6e9f8;
  color: #00448a;
}
.main.per .perCon .perNav>a.on {
  background-color: #fff !important;
  border-right: 4px solid #5692c2;
}
.main.per .perCon .perNav>a.n1 {
  background: url("../images/nn1_1.png") 24% 50% no-repeat;
}
.main.per .perCon .perNav>a.n2 {
  background: url("../images/nn2_1.png") 24% 50% no-repeat;
}
.main.per .perCon .perNav>a.n3 {
  background: url("../images/nn3_1.png") 24% 50% no-repeat;
}
.main.per .perCon .perNav>a.n4 {
  background: url("../images/nn4_1.png") 24% 50% no-repeat;
}
.main.per .perCon .perNav>a:hover {
  background-color: #fff;
}

/*个人中心-修改密码*/
.main.per .preRight form.f_login {
  width: 330px;
  margin: 90px auto 0 auto;
}
.main.per .preRight {
  width: 934px;
}
.preRight label{
  display:inline-block;
  width: 98px;
  font-size:16px;
  float: left;
  line-height: 34px;
}
.preRight p{
  margin:0 auto 20px;
}
.preRight input[type='text']::-webkit-input-placeholder,.preRight input[type=password]::-webkit-input-placeholder{
  color:#d0d0d0;
}
.preRight input[type='text'],.preRight input[type='password']{
  border: 1px solid #e5edf3;
  padding: 6px 25px;
  line-height: 20px;
  width: 178px;
  font-size: 14px;
  float: left;
}
.preRight input[type='text']:focus,.preRight input[type='password']:focus{
  box-shadow: 0px 0px 5.58px 0.5px rgba(2, 73, 141, 0.39);
}
.preRight input[type='button'].again {
  border: 1px solid #e5edf3;
  background: none;
  color: #00448a;
  width: 115px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 0 14px;
}
.preRight input.vc{
  width: 112px;
}
.preRight .butn{
  width: 112px;
  line-height:37px;
  border: 1px solid #95b3cf;
  border-radius:6px;
  background: #034a8d;
  color:#fff;
  font-size: 16px;
  margin: 0 15px;
  cursor: pointer;
}
.preRight .reset_btn{
  background: #fff;
  color: #034a8d;
}
.preRight .a_forget2{
  color: #034a8d;
  font-size: 12px;
  margin-left:15px;
}
.main.per .preRight form.pwd_modify {
  width: 458px;
  padding-left: 130px;
}
.preRight .u_button {
  text-align: center;
  margin: 50px auto 0;
}

.main.per .preRight .u_info.uinfo2 {
  width: 695px;
  margin: 70px 0 0 80px;
}
.preRight .u_info.uinfo2 p.sex input[type="radio"] {
  vertical-align: middle;
  margin-left: 8px;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  background: url("../images/radio_1.png") center no-repeat;
}
.preRight .u_info.uinfo2 p.sex input[type="radio"]:checked {
  background: url("../images/radio_on_1.png") center no-repeat;
}
.main.per .preRight .u_info.uinfo2 label {
  font-size: 14px;
  line-height: 26px;
  color: #00448a;
}
.preRight .u_info.uinfo2 input[type='text'] {
  padding: 2px 10px;
  width: 205px;
}
.preRight .u_info.uinfo2 p.sex {
  font-size: 12px;
  line-height: 26px;
  color: #acb9ce;
}
.main.per .preRight .u_info.uinfo2 .pic {
  width:  162px;
  height:  162px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0.3px rgba(2, 73, 141, 0.3);
  margin-bottom: 20px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/admin_1.jpg) center no-repeat;
  background-size: contain;
}
.main.per .preRight .u_info.uinfo2 .pic img {
    width: 100%;
    height: 100%;
}
.main.per .preRight .u_info.uinfo2 .uImage label {
  text-align:  center;
  width: 162px;
  margin-top: -10px;
}
.main.per .preRight .u_info.uinfo2 .uImage label>a {
  color: #00448a;
}

/*会员注册*/
.k_info p.tip {
  position: relative;
  padding: 31px 0 11px 85px;
  /*background: url(../images/admin_1.png) 7% 60% no-repeat;*/
  border-bottom: 1px solid #ccdae4;
}
.k_info p.tip>.judg {
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
    height: 59px;
    line-height: 80px;
    padding-right: 26px;
}
span.judg.no {
    color: #f15757;
    background: url(../images/no_1.png) 100% 75% no-repeat;
}
span.judg.yes {
    background: url(../images/yes_1.png) 100% 75% no-repeat;
}


/*媒体查询*/
@media only screen and (max-width: 1599px) {
  .head .language {
    margin: -3px 15px 0 15px;
  }
  .head .menu {
    width: 60px;
  }
  .head .search {
    margin-left: 5px;
  }
  .header .head .link>ul>li a {
    padding: 0 8px;
  }
  .header .nav {
    margin-right: 50px;
  }
  .header .nav>ul>li>a {
    padding: 0 25px;
  }
  .header .nav>ul>li:first-child>a {
    padding: 0 0 0 32px;
    letter-spacing: 20px;
  }

  .childNav dl:first-child {
    margin-left: 5%;
  }
  .childNav dl {
    width: 8.5%;
  }
.header .nav>ul>li {
    width: 115px;
}
}
@media only screen and (max-width: 1360px) {
  .header .nav>ul>li {
    width: 85px;
}
  .header .nav>ul>li>a {
    padding: 0 10px;
  }
  .header .nav>ul>li:first-child>a {
    padding: 0 5px 0 20px;
    letter-spacing: 12px;
  }

  .childNav dl {
    width: 8%;
  }
  .childNav dl:first-child {
    margin-left: 4%;
  }
}
@media only screen and (max-height: 700px) {
  .header {
    height: 80px;
  }
  .header .nav ul li {
    padding: 26px 0;
  }
  .main.share {
    padding-top: 80px;
  }
  .header .nav>ul>li ul {
    top: 81px;
  }
}


.tumread{ width:100%; overflow:hidden; background:#f9fcff;}
.tumread .read_info{ width:1200px; overflow:hidden; margin:0px auto;}
.tumread .read_info .title{font-size:22px;margin: 60px 0px;}
.tumread .read_info .title span{position:relative;padding-left:100px;display: inline;}
.tumread .read_info .title i{
  display: block;
  width:  90px;
  height: 1px;
  position:  absolute;
  top: 15px;
  left: 14px;
  background: #00448a;
  }


.tumread .icon_list{ width:100%; overflow:hidden; text-align:center;}
.tumread .icon_list li{ display:inline-block; }
.tumread .icon_list li .icon{width:105px;height:105px;border:1px solid #dbe4ef;border-radius:50%;margin: 0px 18px;background:#fff;transition: all 0.25s;}
.tumread .icon_list p{ font-size:18px; line-height:60px;}
.tumread .icon_list li:nth-child(1) .icon{background:#fff url("../images/b_icon1_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(2) .icon{background:#fff url("../images/b_icon2_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(3) .icon{background:#fff url("../images/b_icon3_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(4) .icon{background:#fff url("../images/b_icon4_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(5) .icon{background: #fff url("../images/b_icon6_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(6) .icon{background: #fff url("../images/b_icon7_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(7) .icon{background: #fff url("../images/b_icon5_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(8) .icon{background: #fff url("../images/b_icon8_1.png") center no-repeat;}

.tumread .icon_list li:hover .icon{transition: all 0.25s;}
.tumread .icon_list li:nth-child(1):hover .icon{background:#084789 url("../images/b_icon11_1.png") center no-repeat}
.tumread .icon_list li:nth-child(2):hover .icon{background:#084789 url("../images/b_icon22_1.png") center no-repeat}
.tumread .icon_list li:nth-child(3):hover .icon{background:#084789 url("../images/b_icon33_1.png") center no-repeat}
.tumread .icon_list li:nth-child(4):hover .icon{background:#084789 url("../images/b_icon44_1.png") center no-repeat}
.tumread .icon_list li:nth-child(5):hover .icon{background: #084789 url("../images/b_icon66_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(6):hover .icon{background: #084789 url("../images/b_icon77_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(7):hover .icon{background: #084789 url("../images/b_icon55_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(8):hover .icon{background: #084789 url("../images/b_icon88_1.png") center no-repeat;}

.tumread .icon_list li.on .icon{transition: all 0.25s;}
.tumread .icon_list li:nth-child(1).on .icon{ background:#084789 url("../images/b_icon11_1.png") center no-repeat}
.tumread .icon_list li:nth-child(2).on .icon{ background:#084789 url("../images/b_icon22_1.png") center no-repeat}
.tumread .icon_list li:nth-child(3).on .icon{ background:#084789 url("../images/b_icon33_1.png") center no-repeat}
.tumread .icon_list li:nth-child(4).on .icon{ background:#084789 url("../images/b_icon44_1.png") center no-repeat}
.tumread .icon_list li:nth-child(5).on .icon{background: #084789 url("../images/b_icon66_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(6).on .icon{background: #084789 url("../images/b_icon77_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(7).on .icon{background: #084789 url("../images/b_icon55_1.png") center no-repeat;}
.tumread .icon_list li:nth-child(8).on .icon{background: #084789 url("../images/b_icon88_1.png") center no-repeat;}

.tumread .tabs{width:1200px;overflow:hidden;position:relative;margin: 50px auto;height: 680px;}
.tumread .tab_list{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #f9fcff;
    z-index: 0;
}
.tumread .swiper-container {
        width: 100%;
        height: 560px;
        margin: 50px auto;
        padding: 10px;
    }
.tumread .swiper-slide,.main .rightMain ul.case li {
        border: 1px solid #e9eff6;
        box-sizing: border-box;
        background:#fff;
        overflow: hidden;
        width: 1023px;
        cursor: pointer;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0px auto;
    }


.tumread .new_info,ul.case li .new_info{width: 970px;overflow:hidden;height: 130px;margin: 15px auto;}
.tumread .left_img,ul.case li .left_img{width:210px;height:130px;overflow:hidden;float:left;display: table;line-height: 130px;text-align: center;vertical-align: middle;}
.tumread .left_img img,ul.case li .left_img img{/* display:block; */width:100%;overflow:hidden;}
.tumread .right_info,ul.case li .right_info{width:750px;float: right;overflow:hidden;}
.right_info .title_info{width:100%;overflow:hidden;color: #9fafc9;line-height: 50px;}
.right_info .title_info .tit{float:left;font-size:16px;color: #9fafc9;margin-right: 20px;}
.right_info .title_info i{ font-size:12px;}
.right_info .info{color:#9fafc9;display:block;width:100%;overflow:hidden;max-height: 40px;line-height: 20px;}
.right_info a{ color:#9fafc9; float:right; line-height:40px;}


.tumread .swiper-button-next,.tumread .swiper-button-prev{margin:0px;left:50%;}
.tumread .swiper-button-prev{background:url("../images/top_1.png") center no-repeat; top:0px;}
.tumread .swiper-button-next{background:url("../images/bottom_1.png") center no-repeat;bottom:0px;}
.tumread .swiper-slide-active+.swiper-slide{ box-shadow:0px 0px 10px 3px rgba(2,73,141,0.1);}
.tumread .swiper-slide-active+.swiper-slide .title_info{ color:#00448a;}
.tumread .swiper-slide-active+.swiper-slide .tit{ color:#00448a;}
.tumread .swiper-slide-active+.swiper-slide .info{ color:#00448a;}


/*个人中心-我的收藏*/
.main.per .preRight ul.viewlist,ul.search {
    padding: 40px 80px 0 80px;
}
.main.per .preRight ul.viewlist li,ul.search li {
    border-bottom: 1px solid #e5edf3;
    line-height: 30px;
    padding: 20px 20px 0 37px;
    position:  relative;
}
.main.per .preRight ul.viewlist li a,ul.search li a {
    color: #6782ac;
}
.main.per .preRight ul.viewlist li a:hover,ul.search li a:hover {
    color: #034a8d;
    white-space: pre;
-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main.per .preRight ul.viewlist li a span.right,ul.search li a span.right {
    color: #a5b3cb;
}
.main.per .preRight ul.viewlist li i,ul.search li i {
    width:  4px;
    height:  4px;
    border:  1px solid;
    display:  block;
    border-radius: 50%;
    position:  absolute;
    top: 33px;
    left: 19px;
    white-space: pre;
-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main.per .preRight ul.viewlist li:hover i,ul.search li:hover i {
    background: #034a8d;
    white-space: pre;
-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/*国际名院*/
.fam1 .fam_nav {
  position: relative;
}
.fam1 .fam_nav li {
  float: left;
}
.list_t>li a {
  color: #00448a;
  display: block;
}
.list_t>li>a {
  padding: 0 24px;
  border-left: 1px solid #ccdae8;
  margin: 13px 0;
}
.fam1 .fam_nav li.now {
  background-color: #00448a;
}
.fam1 .fam_nav li.now>a {
  color: #fff;
}
.fam1 .fam_nav .list_t {
  display: inline-block;
  border-bottom: 1px solid #ccdae8;
}
.fam1 .fam_nav .list_t li {
  font-size: 16px;
  line-height: 14px;
}
.fam1 .fam_nav .list_t li.now {
  border-left: 0;
  margin: 0;
}
.fam1 .fam_nav .list_t li:first-child a {
  border-left: 0;
}
.fam1 .fam_nav .list_t li ul {
  display: none;
}
.fam1 .fam_nav .list_t li ul li {
  line-height: 22px;
  height: 22px;
  padding: 0 15px;
  border: 0;
  font-size: 14px;
  margin: 0;
}
.fam1 .fam_nav .list_t li.now ul li {
  line-height: 22px;
  height: 22px;
}
.fam1 .fam_nav .list_t li ul {
  position: absolute;
  left: 0;
  top: 40px;
  padding: 20px 0 0;
  width: 100%;
}


/*病例解读*/
.leftNav ul.case {
    display:  block;
    margin-top: 20px;
}
.leftNav ul.case li a {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #ccdae8;
    color: #00448a;
    letter-spacing: 0;
    text-indent: 0;
}
.leftNav ul.case li.on a {
    background-color: #00448a;
    color: #fff;
    border: 1px solid #00448a;
}
.main .rightMain.right.case1 {
    width: 875px;
    margin-top: 25px;
}
.main .rightMain ul.case li {
    width: 875px;
    margin-top: 30px;
    color: #00448a;
}
ul.case li .new_info {
    width: 840px;
}
ul.case li .right_info {
    width: 613px;
}
.case1 .right_info a {
    font-size: 12px;
    color: #00448a;
}
.case1 .right_info .title_info,.case1 .right_info .title_info .tit,.case1 .right_info .info{
    color: #00448a;
}
ul.case li .left_img {
  display: block;
  position:  relative;
}
ul.case li .left_img img {
  display: block;
  transform: translate(-50%,-50%);
  position:  absolute;
  left:  50%;
  top: 50%;
}

.tumread .tabs_more {
    position: absolute;
    bottom: 0;
    z-index: 10;
    right: 73px;
    color: #00448a;
}

