@charset "UTF-8";

/*思源字体-Regular*/
@font-face {
    font-family: 'KaiGenGothicSC-Regular';
    src: url('../font/KaiGenGothicSC-Regular.eot');
    src: url('../font/KaiGenGothicSC-Regular.eot?#font-spider') format('embedded-opentype'), url('../font/KaiGenGothicSC-Regular.woff') format('woff'), url('../font/KaiGenGothicSC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquoteth, td {margin:0px;padding:0px;font-weight: 400;font-family:PingFang SC,Lantinghei SC,Droid Sans,Helvetica Neue,Helvetica,Arial,Microsoft YaHei;}
img, input, select, button{vertical-align:middle;}
ul , ol {list-style:none;}
fieldset, img {border:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;color:#000;}
*:focus{outline:none;}
body{font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo; font-size:14px;background: #fff;}
.w1000{width:1000px; margin:0 auto; overflow:hidden;}
.clr:after{content:"\200b";display:block;height:0;clear:both;}
.clr{*zoom:1}
.clear{clear:both;line-height: 0;height: 0;overflow: hidden;}
.fl{float:left;}
.fr{float:right;}
.black { color: #333; }
.end { margin-right: 0 !important; }
.grey {
  /*grayscale(val):val值越大灰度就越深*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.hide { display: none; }


/*联系浮窗样式*/
.contact_box {
  position: fixed;
  right: 10px;
  top: 200px;
  background: url('/images/kefu_bg.png') 0 0 no-repeat;
  width: 130px;
  height: 340px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(255, 255, 255, 1);
}

.contact_box .btn_list {
  width: 110px;
  height: 55px;
  margin: 20px auto 0;
  overflow: hidden;
}

.contact_box .btn_list a {
  height: 42px;
  display: block;
  background: #fff000;
  border-radius: 8px;
  overflow: hidden;
  line-height: 42px;
  padding: 0 0 0 44px;
  color: #333;
  position: relative;
  margin-bottom: 20px;
}

.contact_box .btn_list a:hover {
  background: #fff88e;
}

.contact_box .btn_list a i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 1;
  background-size: cover;
}

.contact_box .btn_list a i.kefu {
  background-image: url('/images/kefu.png');
}

.contact_box .btn_list a i.qqkefu {
  background-image: url('/images/qq.png');
}

.contact_box .wx_box {
  height: 132px;
  margin-bottom: 20px;
}

.contact_box .wx_box .txt {
  height: 22px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.contact_box .wx_box .qrcode {
  height: 110px;
  text-align: center;
}

.contact_box .wx_box .qrcode img {
  width: 110px;
  height: 110px;
}

.contact_box .phone {
  width: 110px;
  margin: auto;
  line-height: 24px;
  color: #fff000;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

.contact_box .phone p {
  font-size: 16px;
  height: 30px;
  color: #fff;
}


/*联系浮窗样式 -- 新*/
.contact_box_new {
  position: fixed;
  right: 10px;
  top: 370px;
  background: url('/images/kefu_bg_new.png') 0 0 no-repeat;
  width: 70px;
  height: 300px;
  overflow: hidden;
  box-shadow: 0 0 50px rgba(255, 255, 255, 1);
}

.contact_box_new .btn_list {
  width: 42px;
  height: 270px;
  margin: 20px auto;
  overflow: hidden;
}

.contact_box_new .btn_list a {
  width: 42px;
  height: 90px;
  display: block;
  background: #fff000;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  padding: 35px 0 0 0;
  color: #333;
  position: relative;
  margin-bottom: 20px;
}

.contact_box_new .btn_list a:hover {
  background: #fff88e;
}

.contact_box_new .btn_list a i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  background-size: cover;
}

.contact_box_new .btn_list a i.kefu {
  background-image: url('/images/kefu.png');
}

.contact_box_new .btn_list a i.qqkefu {
  background-image: url('/images/qq.png');
}




/*Home*/
.main {
  width: 1200px;
  min-width: 1200px;
  margin: auto;
}

.main h3 {
  font-size: 26px;
  height: 35px;
  line-height: 35px;
  color: #333;
}

.main-01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.main-01 .item {
  width: 148px;
  height: 90px;
  border: 1px solid #eee;
  font-size: 12px;
  color: #333;
  background: 20px 15px no-repeat;
  padding: 18px 30px 0 115px;
  cursor: crosshair;
  transition: all .3s;
  -moz-transition: all .3s; /* Firefox 4 */
  -webkit-transition: all .3s; /* Safari and Chrome */
  -o-transition: all .3s; /* Opera */
}

.main-01 .item:hover {
  box-shadow: 0 0 50px #f0f0f0;
}

.main-01 .item.i1 {
  background-image: url("/images/home_icon01.png");
} 

.main-01 .item.i1:hover {
  background-image: url("/images/home_icon01_blue.png");
} 

.main-01 .item.i2 {
  background-image: url("/images/home_icon02.png");
} 

.main-01 .item.i2:hover {
  background-image: url("/images/home_icon02_blue.png");
} 

.main-01 .item.i3 {
  background-image: url("/images/home_icon03.png");
} 

.main-01 .item.i3:hover {
  background-image: url("/images/home_icon03_blue.png");
} 

.main-01 .item.i4 {
  background-image: url("/images/home_icon04.png");
} 

.main-01 .item.i4:hover {
  background-image: url("/images/home_icon04_blue.png");
}

.main-01 .item h3 {
  font-size: 18px;
  color: #555;
  line-height: 32px;
  margin-bottom: 4px;
}

.main-02 {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.main-02 .left {
  width: 860px;
  position: relative;
}

.index_kuaixun {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: wrap;
}

.index_kuaixun > a {
  display: block;
  width: 420px;
  height: 51px;
  line-height: 51px;
  background-color: #f5f6f7;
  border-left: 3px solid #ffeee2;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-left: 15px;
  overflow: hidden;
  position: relative;
}

.index_kuaixun > a .arrow {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  position: absolute;
  transform: rotate(45deg);
  z-index: 1000;
}

.index_kuaixun > a:hover .arrow {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.index_kuaixun > a:hover {
  background-color: #fcf5f0;
  border-left: 3px solid #fa7142;
}

.main-02 .left>h3 {
  font-size: 26px;
  height: 50px;
  line-height: 50px;
  color: #333;
}

.main-02 .left>h3 span {
  color: #008fff;
}

.main-02 .left>h5 {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #333;
}

.main-02 .left>h5 span {
  color: #008fff;
}

.main-02 .left .top {
  height: 250px;
  background: #fff;
  box-shadow: 0 0 50px #eee;
  position: relative;
  margin-bottom: 15px;
}

.main-02 .left .top .btn {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 156px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #008fff;
  border-radius: 14px;
}

.main-02 .left .top .btn:hover {
  background: #0081e6;
  line-height: 28px;
}

.main-02 .left .top .img {
  width: 365px;
  height: 250px;
  float: left;
}

.main-02 .left .top .img img {
  width: 365px;
  height: 250px;
}

.main-02 .left .top .txt {
  width: 445px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  float: left;
  padding: 25px;
  overflow: hidden;
  text-align: justify;
}

.main-02 .left .bottom {
  height: 150px;
  display: flex;
  justify-content: space-between;
}

.main-02 .left .bottom .yl_item {
  width: 260px;
  height: 150px;
  background: #fff;
  box-shadow: 0 0 30px #eee;
}

.main-02 .left .bottom .yl_item img {
  width: 260px;
  height: 60px;
}

.main-02 .left .bottom .yl_item .txt {
  height: 90px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  padding: 8px 16px;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main-02 .left .bottom2 {
  height: 100px;
  display: flex;
  justify-content: space-between;
}

.main-02 .left .bottom2 .lc_item {
  width: 380px;
  height: 80px;
  background: #f1f1f1;
  padding: 10px 20px;
  position: relative;
  font-size: 12px;
  color: #333;
}

.main-02 .left .bottom2 .lc_item h3 {
  font-size: 24px;
  color: #333;
  height: 40px;
  line-height: 40px;
}

.main-02 .left .bottom2 .lc_item .btn {
  height: 30px;
  line-height: 30px;
  width: 82px;
  text-align: center;
  color: #fff;
  background: #008fff;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 14px;
}

.main-02 .right {
  width: 310px;
}

.main-02 .right>h5 {
  margin-top: 15px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #333;
}

.main-02 .right>h5 span {
  color: #008fff;
}

.main-02 .right .story_list {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main-02 .right .story_list .item {
  display: block;
  height: 123px;
  border: 1px solid #eee;
}

.main-02 .right .story_list .item .img {
  overflow: hidden;
  width: 123px;
  height: 123px;
  float: left;
}

.main-02 .right .story_list .item .img img {
  width: 123px;
  height: 123px;
}

.main-02 .right .story_list .item .txt {
  width: 155px;
  height: 93px;
  margin: 15px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.main-02 .right .zhaomu_list {
  height: 365px;
  position: relative;
  overflow: hidden;
}

.main-02 .right .zhaomu_list .line {
  position: absolute;
  left: 5px;
  top: 0;
  border-left: 1px solid #eee;
  width: 100px;
  height: 365px;
  z-index: -1;
}

.main-02 .right .zhaomu_list .item {
  display: block;
  height: 86px;
  position: relative;
  padding-left: 20px;
  padding-top: 12px;
  font-size: 14px;
  line-height: 24px;
}

.main-02 .right .zhaomu_list .item .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 5px;
  top: 20px;
  left: 0;
}

.main-02 .right .zhaomu_list .item .info {
  color: #333;
}

.main-02 .right .zhaomu_list .item .info span {
  color: #f80;
}

.main-02 .right .zhaomu_list .item .txt {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-02 .right .zhaomu_list .item .txt:hover {
  color: #008fff;
}

.main-02 .left .zl {
  display: flex;
  justify-content: space-between;
}

.main-02 .left .zl .zl_item {
  width: 280px;
  height: 360px;
  box-shadow: 0 0 50px #eee;
}

.main-02 .left .zl .zl_item .title {
  height: 60px;
  padding: 20px 0 0 25px;
  font-size: 20px;
  color: #333;
  background: #f0f0f0;
  line-height: 24px;
  position: relative;
}

.main-02 .left .zl .zl_item .title span {
  display: block;
  font-size: 14px;
  color: #333;
}

.main-02 .left .zl .zl_item .title .arrow {
  position: absolute;
  top: 35px;
  right: 20px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

.main-02 .left .zl .zl_item .list {
  height: 240px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
}

.main-02 .left .zl .zl_item .list a {
  display: block;
  line-height: 35px;
  color: #333;
  transition: all .4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-02 .left .zl .zl_item .list a:hover {
  color: #008fff;
}

.main-02 .right .wenzhang_list {
  height: 360px;
  overflow: hidden;
}

.main-02 .right .wenzhang_list .wz {
  margin-top: 8px;
}

.main-02 .right .wenzhang_list .wz li {
    position: relative;
}

.main-02 .right .wenzhang_list .wz li a {
  display: block;
  padding: 7px 15px 7px 25px;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  color: #333;
  word-wrap: break-word;
  text-align:left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-02 .right .wenzhang_list .wz li a:hover {
    text-decoration: none;
    background-color: #F3F5F9;
}

.main-02 .right .wenzhang_list .wz li:before {
  content: '';
  position: absolute;
  left: 6px;
  top: 19px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #f80;
}

.main-02 .left .l {
  width: 570px;
  float: left;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 280px;
}

.main-02 .left .l>a {
  display: block;
  border: 1px solid #eee;
  height: 60px;
  padding: 20px 60px 0 25px;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  position: relative;
  transition: all .4s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-02 .left .l>a:hover {
  color: #008fff;
}

.main-02 .left .l>a span {
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-02 .m {
  width: 280px;
  height: 280px;
  float: left;
}

.main-02 .m img {
  width: 280px;
  height: 280px;
}

.home_brand {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.home_brand .brand {
  width: 172px;
  height: 76px;
  overflow: hidden;
  border: 6px solid #f1f1f1;
  margin-bottom: 20px;
}

.home_brand .brand img {
  width: 172px;
  height: 76px;
}

.main-index-nav {
  padding-top: 20px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  align-content: flex-start;
}

.main-index-nav .item {
  width: 200px;
  height: 90px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  margin-bottom: 20px;
}

.main-index-nav .item .l {
  width: 50px;
  text-align: center;
}

.main-index-nav .item .r {
  width: 150px;
}

.main-index-nav .item .r h3 {
  height: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #36ae41;
}

.main-index-nav .item .r .n {
  height: 40px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.main-index-nav .item .r .n a {
  width: 75px;
  height: 20px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  color: #999;
}

.main-index-nav .item .r .n a:hover {
  color: #36ae41;
}

.main-index-hot, .main-index-drug {
  padding-top: 20px;
  margin-bottom: 20px;
}

.main-index-hot h3, .main-index-drug h3 {
  height: 50px;
  line-height: 50px;
}

.main-index-hot h3 span {
  color: #f30;
}

.main-index-hot .img-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.main-index-hot .img-list a {
  height: 380px;
  width: 288px;
  margin-right: 10px;
  border: 1px solid #fcf8d6;
  background-color: #fcf8d6;
  text-align: center;
}

.main-index-hot .img-list a:hover {
  border: 1px solid #dad6d6;
}

.main-index-hot .img-list a img {
  width: 240px;
  height: 240px;
  margin: 19px auto;
}

.main-index-hot .img-list a .title {
  width: 240px;
  height: 30px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-index-hot .img-list a .txt {
  width: 240px;
  margin: auto;
  color: #433b31;
  height: 55px;
  line-height: 25px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-index-hot .img-list a .txt:hover {
  text-decoration: underline;
}

.main-index-drug h3 span {
  color: #008fff;
}

.main-index-drug .img-list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.main-index-drug .img-list a {
  height: 256px;
  width: 190px;
  margin-right: 9px;
  border: 1px solid #fff;
  background-color: #f3f4f5;
  text-align: center;
  display: block;
}

.main-index-drug .img-list a:hover {
  border: 1px solid #ddd;
}

.main-index-drug .img-list a img {
  width: 170px;
  height: 170px;
  margin: 10px auto;
}

.main-index-drug .img-list a .title {
  width: 170px;
  height: 30px;
  margin: auto;
  text-align: center;
  font-size: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-index-drug .img-list a .txt {
  width: 170px;
  margin: auto;
  color: #999;
  height: 20px;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-index-drug .img-list a .txt:hover {
  text-decoration: underline;
}

.main-03 {
  padding-top: 20px;
  margin-bottom: 50px;
}

.main-03 > h3 {
  margin-bottom: 20px;
}

.foot_contact {
  width: 100%;
  height: 232px;
  margin-bottom: 50px;
  background: #007d1f url('/images/foot_contact_bg.jpg') center top no-repeat;
  overflow: hidden;
}

.foot_contact .foot_info {
  width: 1200px;
  height: 160px;
  margin: auto;
  padding: 26px 0;
}

.foot_contact .foot_info .l {
  width: 780px;
  height: 160px;
  float: left;
  overflow: hidden;
}

.foot_contact .foot_info .l li {
  width: 780px;
  height: 88px;
  border-bottom: 2px solid #239e41;
  display: flex;
  overflow: hidden;
}

.foot_contact .foot_info .l li .icon {
  width: 60px;
  height: 89px;
  background-position: center center;
  background-repeat: no-repeat;
}

.foot_contact .foot_info .l li .icon.icon1 {
  background-image: url("/images/icon_phone.png");
}

.foot_contact .foot_info .l li .icon.icon2 {
  background-image: url("/images/icon_wx.png");
}

.foot_contact .foot_info .l li .icon.icon3 {
  background-image: url("/images/icon_qq.png");
}

.foot_contact .foot_info .l li .word {
  font-size: 42px;
  color: #fff;
  line-height: 89px;
  width: 600px;
}

.foot_contact .foot_info .l li .info {
  font-size: 16px;
  color: #fff;
  padding: 24px 10px;
  line-height: 24px;
  width: 120px;
  height: 48px;
  text-align: justify;
}

.foot_contact .foot_info .r {
  width: 276px;
  float: right;
  padding-top: 10px;
  text-align: right;
  line-height: 20px;
  font-size: 16px;
  color: #fff; 
}

.foot_contact .foot_info .r>span {
  color: #ff0;
}

.foot_contact .foot_info .r .qr_area {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.foot_contact .foot_info .r .qr_area .qr {
  width: 128px;
  cursor: crosshair;
}

.foot_contact .foot_info .r .qr_area .qr img {
  width: 128px;
  height: 128px;
}

.foot_contact .foot_info .r .qr_area .qr span {
  width: 128px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
}

.foot_link {
  width: 1200px;
  margin: 50px auto 80px;
}

.foot_link h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

.foot_link .content {
  display: flex;
  margin-bottom: 20px;
  font-size: 14px;
  color: #999;
}

.foot_link .content .t {
  width: 80px;
}

.foot_link .content .w {
  line-height: 20px;
  flex-grow: 1;
  width: 1120px;
  text-align: justify;
}

.foot_link .content .w a {
  color: #333;
}

.foot_copy_area {
  margin-bottom: 50px;
  border-top: 1px solid #eee;
}

.foot_copy_area .foot_copy {
  width: 1200px;
  margin: 50px auto;
}

.foot_copy_area .foot_copy .foot_nav {
  text-align: center;
}

.foot_copy_area .foot_copy .foot_nav a {
  color: #36ae41;
  height: 80px;
  line-height: 20px;
  font-size: 14px;
}

.foot_copy_area .foot_copy .foot_nav a:hover {
  text-decoration: underline;
}

.foot_copy_area .foot_copy .foot_con {
  width: 1000px;
  margin: 30px auto;
  text-align: center;
  line-height: 24px;
  color: #333;
}

.foot_copy_area .foot_copy .foot_icp {
  text-align: center;
  color: #ccc;
}

.foot_copy_area .foot_copy .foot_icp a {
  color: #ccc;
}

.foot_copy_area .foot_copy .foot_icp a:hover {
  color: #37a7ff;
}

/* 海外就医 */
.banner_wrapper {
  width: 100%;
  min-width: 1200px;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #41536e;
}

.sub-01 {
  width: 100%;
  background: #f4f4f4;
  margin-bottom: 50px;
}

.sub-01 .w1200 {
  width: 1200px;
  padding: 45px 0;
  overflow: hidden;
  margin: auto;
}

.sub-01 .w1200 h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 30px;
}

.sub-01 .w1200 h3 span {
  color: #0078d6;
  font-size: 18px;
}

.sub-01 .w1200 .cont {
  font-size: 14px;
  color: #333;
  line-height: 28px;
  width: 1100px;
}

.sub-02>h3 {
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  color: #333;
}

.sub-02 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub-02 .list .item1 {
  width: 580px;
  height: 180px;
  margin-bottom: 50px;
  display: flex;
}

.sub-02 .list .item1 .img {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin-right: 30px;
}

.sub-02 .list .item1 .img img {
  width: 180px;
  height: 180px;
}

.sub-02 .list .item1 .info {
  width: 370px;
  font-size: 14px;
}

.sub-02 .list .item1 .info h3 {
  font-size: 20px;
  height: 50px;
  line-height: 55px;
}

.sub-02 .list .item1 .info .txt {
  height: 130px;
  font-size: 14px;
  line-height: 27px;
  color: #333;
  text-align: justify;
}

.sub-02 .list .item1 .info .label {
  display: flex;
  overflow: hidden;
  height: 130px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.sub-02 .list .item1 .info .label .tag {
  margin-right: 10px;
  margin-bottom: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #333;
  display: block;
}

.sub-02 .list2 {
  display: flex;
  justify-content: space-between;
}

.sub-02 .list2 .item2 {
  width: 362px;
  height: 240px;
  margin-bottom: 50px;
  box-shadow: 0 0 50px #ddd;
}

.sub-02 .list2 .item2 .img {
  width: 362px;
  height: 84px;
  overflow: hidden;
}

.sub-02 .list2 .item2 .img img {
  width: 362px;
  height: 84px;
}

.sub-02 .list2 .item2 h3 {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}

.sub-02 .list2 .item2 .txt {
  height: 106px;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  text-align: justify;
  padding: 0 20px;
}

.sub-02 .list2 .item2 .head {
  height: 80px;
  background: #f4f4f4;
  display: flex;
}

.sub-02 .list2 .item2 .head .icon {
  height: 48px;
  width: 48px;
  margin: 15px 20px 0 40px;
  border: 1px solid #ccc;
  border-radius: 48px;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.sub-02 .list2 .item2 .head .title {
  width: 320px;
  line-height: 24px;
  margin-top: 16px;
  font-weight: 300;
}

.sub-02 .list2 .item2 .head .title a {
  font-size: 18px;
}

.sub-02 .list2 .item2 .head .title a:hover {
  color: #008fff;
}

.sub-02 .list2 .item2 .head .title .num {
  font-size: 14px;
  color: #333;
}

.sub-02 .list2 .item2 .zt_list {
  padding: 30px;
  line-height: 30px;
}

.sub-02 .list2 .item2 .zt_list a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-02 .list2 .item2 .zt_list a:hover {
  color: #008fff;
}

.sub-02 .list3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sub-02 .list3 .item3 {
  width: 168px;
  height: 260px;
}

.sub-02 .list3 .item3 .img {
  width: 168px;
  height: 232px;
  overflow: hidden;
}

.sub-02 .list3 .item3 .txt {
  height: 28px;
  line-height: 30px;
  text-align: center;
}

.sub-02 .list4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sub-02 .list4 .item4 {
  width: 270px;
  height: 350px;
  border: 1px solid #eee;
  overflow: hidden;
}

.sub-02 .list4 .item4 .img {
  width: 270px;
  height: 200px;
  overflow: hidden;
}

.sub-02 .list4 .item4 .img img {
  width: 270px;
  height: 200px;
}

.sub-02 .list4 .item4 h3 {
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-02 .list4 .item4 .info {
  padding: 0 20px;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-02 .list4 .item4 .txt {
  height: 50px;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  margin: 5px 20px;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sub-02 .article_box {
  display: flex;
  margin-bottom: 30px;
}

.sub-02 .article_box .l {
  margin-right: 50px;
  width: 850px;
  border-top: 1px solid #eee;
}

.sub-02 .article_box .l .content_t {
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 30px;
}

.sub-02 .article_box .l .content_i {
  margin-bottom: 50px;
  font-size: 14px;
  color: #333;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.sub-02 .article_box .l .content_c {
  font-size: 16px;
  line-height: 36px;
}

.sub-02 .article_box .l .content_c img {
  max-width: 800px;
  margin: 20px auto;
  display: block;
}

.sub-02 .article_box .l .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  display: flex;
}

.sub-02 .article_box .l .item .w {
  width: 660px;
  margin-right: 30px;
}

.sub-02 .article_box .l .item .w .from,.sub-02 .article_box .l .item .w .info {
  font-size: 14px;
  color: #333;
  height: 20px;
  margin-bottom: 10px;
  line-height: 20px;
}

.sub-02 .article_box .l .item .w .from a,.sub-02 .article_box .l .item .w .info a {
  color: #333;
}

.sub-02 .article_box .l .item .w .from a:hover,.sub-02 .article_box .l .item .w .info a:hover {
  color: #008fff;
}

.sub-02 .article_box .l .item .w .title {
  font-size: 20px;
  color: #333;
  font-weight: 300;
  height: 30px;
  margin-bottom: 10px;
}

.sub-02 .article_box .l .item .w .title a {
  color: #333;
}

.sub-02 .article_box .l .item .w .title a:hover {
  color: #008fff;
}

.sub-02 .article_box .l .item .w .instr {
  height: 50px;
  line-height: 25px;
  color: #333;
  margin-bottom: 10px;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sub-02 .article_box .l .item .w .info i {
  display: inline-block;
  margin-right: 4px;
}

.sub-02 .article_box .l .item .w .info i.eye {
  width: 16px;
  height: 12px;
  background: url('/images/base.svg') no-repeat -457px -255px;
}

.sub-02 .article_box .l .item .w .info i.time {
  width: 16px;
  height: 19px;
  background-image: url(/images/base.svg);
  background-repeat: no-repeat;
  background-position: -127px -410px;
    position: relative;
    top: 2px;
}

.sub-02 .article_box .l .item .p {
  width: 160px;
  padding-top: 30px;
}

.sub-02 .article_box .l .item .p img {
  width: 160px;
  height: 120px;
}

.sub-02 .article_box .l .keywords {
  display: flex;
  padding: 30px 0;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.sub-02 .article_box .l .keywords a {
  display: inline-block;
  padding: 8px 15px;
  margin-right: 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.sub-02 .article_box .r {
  width: 300px;
}

.sub-02 .article_box .r .zt_menu {
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 30px;
}

.sub-02 .article_box .r .zt_menu h3 {
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #008fff;
  margin-bottom: 20px;
}

.sub-02 .article_box .r .zt_menu .list {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}

.sub-02 .article_box .r .zt_menu .list .icon {
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  border-radius: 32px;
  margin: 4px 20px 0 10px;
  background-position: center;
  background-size: 26px;
  background-repeat: no-repeat;
}

.sub-02 .article_box .r .zt_menu .list .icon2 {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin: 4px 20px 0 10px;
  background-size: cover;
}

.sub-02 .article_box .r .zt_menu .list .name {
  width: 180px;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-02 .article_box .r .zt_menu .list .name a:hover {
  color: #008fff;
}

/*了解临床试验liaojie.php*/
.lcsy_main {
  width: 1200px;
  min-width: 1200px;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}

.lcsy_left {
  width: 770px;
}

.lcsy_left .left1 {
  height: 225px;
  overflow: hidden;
  margin-bottom: 50px;
}

.lcsy_left .left1 h3 {
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  margin-bottom: 10px;
}

.lcsy_left .left1 .txt {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  position: relative;
  height: 155px;
}

.lcsy_left .left1 .txt .btn {
  width: 130px;
  height: 38px;
  position: absolute;
  bottom: 10px;
  right: 0;
  background: #008fff;
  text-align: center;
  line-height: 38px;
  color: #fff;
}

.lcsy_left .left2 {
  height: 543px;
  overflow: hidden;
}

.lcsy_left .left2 h3 {
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  margin-bottom: 10px;
}

.lcsy_left .left2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.lcsy_left .left2 .list .item {
  width: 340px;
  height: 140px;
  display: flex;
  margin-bottom: 70px;
}

.lcsy_left .left2 .list .item .icon {
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-position: 0 20px;
}

.lcsy_left .left2 .list .item .txt {
  width: 200px;
  line-height: 24px;
  color: #333;
  font-size: 14px;
}

.lcsy_left .left2 .list .item .txt h3 {
  font-size: 20px;
  color: #007dc5;
  height: 50px;
  line-height: 50px;
}

.lcsy_right {
  width: 380px;
}

.lcsy_right .baoming_area {
  border: 1px solid #ddd;
  height: 766px;
}

.lcsy_right .baoming_area h3 {
  margin: 20px auto;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  width: 300px;
}

.lcsy_right .baoming_area .baoming {
  width: 300px;
  margin: 0 auto 20px;
}

.lcsy_right .baoming_area .baoming .input {
  background: #f4f4f4;
  height: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 10px;
  color: #333;
}

.lcsy_right .baoming_area .baoming .input span {
  color: #f60;
}

.lcsy_right .baoming_area .baoming .input .bm_input {
  background: #f4f4f4;
  border: 0;
  height: 28px;
  width: 230px;
  line-height: 24px;
  font-size: 14px;
  padding-left: 10px;
}

.lcsy_right .baoming_area .baoming .checkread {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.lcsy_right .baoming_area .baoming .checkread a {
  color: #008fff;
}

.lcsy_right .baoming_area .baoming .bm_submit {
  width: 300px;
  height: 48px;
  line-height: 48px;
  background: #008fff;
  color: #fff;
  font-size: 18px;
  border: 0;
  border-radius: 4px;
  font-weight: 300;
}

.lcsy_right .baoming_area .reword {
  width: 254px;
  margin: 0 auto 30px;
  font-size: 18px;
  color: #007dc5;
  line-height: 24px;
  text-align: center;
  font-weight: 200;
}

.lcsy_right .baoming_area .wxqrcode {
  width: 210px;
  border: 1px solid #888;
  height: 210px;
  margin: 0 auto 30px;
}

.lcsy_right .baoming_area .wxqrcode img {
  width: 210px;
  height: 210px;
}

.lcsy_right .baoming_area .remind {
  width: 300px;
  margin: auto;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.liucheng,.wenti {
  width: 100%;
}

.liucheng h3,.wenti h3 {
  font-size: 30px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}

.liucheng .lc_step,.wenti .wenti_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 1200px;
}

.liucheng .lc_step .line {
  width: 960px;
  height: 72px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 120px;
  z-index: -1;
}

.liucheng .lc_step .step {
  width: 20%;
  text-align: center;
}

.liucheng .lc_step .step .icon {
  width: 60px;
  height: 60px;
  border: 2px solid #00c1ff;
  color: #00c1ff;
  border-radius: 60px;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  margin: 40px auto 20px;
  background: #fff;
}

.liucheng .lc_step .step .txt {
  font-size: 18px;
  font-weight: 200px;
  color: #666;
  line-height: 24px;
}

.liucheng .lc_step .step .txt span {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 100px;
}

.wenti .wenti_list .item {
  width: 350px;
  margin-bottom: 30px;
}

.wenti .wenti_list .item .ask {
  height: 22px;
  line-height: 22px;
  margin-bottom: 18px;
  padding: 10px 20px;
  font-weight: 300;
  background: #f4f4f4;
}

.wenti .wenti_list .item .answer {
  line-height: 24px;
  color: #333;
}

/*招募信息*/
.lcsy_zm_main {
  width: 1200px;
  margin: 40px auto;
}

.InvestGo-item .content a {
  color: #333;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.InvestGo-item .content a:hover {
  color: #008fff;
}

.going,.stop {
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  display: inline-block;
}

.going {
  background: #008fff;
}

.stop {
  background: #a6a6a6;
}

.InvestGo-item .content a .info {
  font-size: 14px;
  color: #333;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 200;
}

/*招募详情*/
.local {
  font-size: 14px;
  color: #333;
}

.detail_title {
  font-size: 30px;
  margin-bottom: 50px;
}

.detail_neck {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.detail_neck .detail_info {
  width: 370px;
  font-size: 14px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin-top: 8px;
}

.detail_neck .detail_info .l {
  width: 72px;
  text-align: justify;
  color: #333;
}

.detail_neck .detail_info .i {
  width: 288px;
  min-height: 20px;
  margin-bottom: 8px;
  line-height: 20px;
}

.detail_neck .quanyi {
  width: 380px;
  font-size: 12px;
  color: #333;
}

.detail_neck .quanyi h5 {
  padding: 10px 0;
}

.detail_neck .quanyi .list {
  display: flex;
  justify-content: space-between;
}

.detail_neck .quanyi .list .item {
  width: 90px;
  text-align: center;
}

.detail_neck .quanyi .list .item .img {
  margin-bottom: 8px;
  text-align: center;
}

.detail_neck .quanyi .list .item .img img {
  width: 64px;
  height: 64px;
}

.program {
  margin-bottom: 50px;
}

.program h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.program .list {
  display: flex;
}

.program .list .item {
  width: 170px;
  display: flex;
  justify-content: space-between;
}

.program .list .item .num {
  width: 38px;
  height: 38px;
  color: #ffb158;
  font-size: 36px;
  text-align: center;
  line-height: 38px;
  border: 2px solid #ffb158;
  border-radius: 38px;
}

.program .list .item .txt {
  width: 120px;
  font-size: 16px;
  font-weight: 400px;
  color: #333;
  line-height: 22px;
}

.program .list .item .txt span {
  font-size: 12px;
  display: block;
  color: #333;
}

.program .list .arrow {
  width: 9px;
  height: 9px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 20px 20px 0 0;
}

.content_detail {
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.content_detail h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.zhaomu_other {
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 30px;
}

.zhaomu_other h3 {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
}

.zhaomu_other .list a {
  display: block;
  margin-bottom: 10px;
  color: #333;
}

.zhaomu_other .list a .t {
  font-size: 18px;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zhaomu_other .list a .i {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

/*表格*/
.content_detail table{
    border:0;
    border-collapse:collapse;
    margin:0 auto;
    width:100% !important;
    border-spacing:0;
}
.content_detail table tr td{
    border:1px solid #ccc;
    padding:8px 10px;
    color:#333;
    font-weight: 500;
    font-size: 14px;
    line-height:1.4;
    font-family:"微软雅黑";
}
/* .table_wrap table tr:hover td{
    background:#f5f5f5;
} */
.content_detail table tr:nth-child(odd){
    background-color: #fafafa;
}
.content_detail table tr td:first-child{
    width:20%;
}

/*肿瘤专栏页面*/
.zhongliu_banner_wrapper {
  margin-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.zhongliu_banner {
  width: 1200px;
  padding: 80px 0 30px 0;
  margin: auto;
}

.zhongliu_banner h3 {
  width: 860px;
  position: relative;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.zhongliu_banner h3 i.tag {
  display: inline-block;
  border-radius: 4px;
  background: #f00;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  position: relative;
}

.zhongliu_banner h3 i.tag .shixin{
  width:0;
  height:0;
  border:10px solid transparent;
  border-right-color:red;
  position: absolute;
  top: 5px;
  left:-15px;
}

.zhongliu_banner .intro {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  width: 860px;
  text-align: justify;
}

.zhongliu_banner .intro a {
  color: #008fff;
}

.zhongliu_banner .intro a:hover {
  text-decoration: underline;
}

.general_left>h3 {
  font-size: 30px;
  height: 60px;
  line-height: 60px;
}

.general_left .top {
  width: 770px;
  position: relative;
}

.general_left .top {
  height: 250px;
  background: #fff;
  box-shadow: 0 0 50px #eee;
  position: relative;
  margin-bottom: 15px;
}

.general_left .top .btn {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 156px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #008fff;
  border-radius: 14px;
}

.general_left .top .btn:hover {
  background: #0081e6;
  line-height: 28px;
}

.general_left .top .img {
  width: 365px;
  height: 250px;
  float: left;
}

.general_left .top .img img {
  width: 365px;
  height: 250px;
}

.general_left .top .txt {
  width: 355px;
  font-size: 14px;
  color: #333;
  line-height: 23px;
  float: left;
  padding: 24px;
  overflow: hidden;
  text-align: justify;
}

.general_left .bottom2 {
  width: 770px;
  height: 100px;
  display: flex;
  justify-content: space-between;
}

.general_left .bottom2 .lc_item {
  width: 340px;
  height: 80px;
  background: #f1f1f1;
  padding: 10px 20px;
  position: relative;
  font-size: 12px;
  color: #333;
}

.general_left .bottom2 .lc_item h3 {
  font-size: 24px;
  color: #333;
  height: 40px;
  line-height: 40px;
}

.general_left .bottom2 .lc_item .btn {
  height: 30px;
  line-height: 30px;
  width: 82px;
  text-align: center;
  color: #fff;
  background: #008fff;
  border-radius: 4px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 14px;
}

/*全球找药页*/
.zhaoyao_banner_wrapper {
  height: 380px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
}

.zhaoyao_banner {
  background-position: center top;
  background-repeat: no-repeat;
  width: 1200px;
  height: 300px;
  padding: 80px 0 0 0;
  margin: auto;
  text-align: center;
}

.zhaoyao_banner h3 {
  font-size: 36px;
  margin-bottom: 8px;
}

.zhaoyao_banner .info {
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
}

.zhaoyao_banner .search_banner_input{
    width:630px;
    margin:17px auto;
    text-align:left;
}
.zhaoyao_banner .search_banner_input form ul li{
    display:inline-block;
    font-size:14px;
    font-weight: 300;
    color:#333;
    margin-right:23px;
    height:38px;
    line-height:38px;
    position:relative;
    cursor:pointer;
}
.zhaoyao_banner .search_banner_input form ul li.at{
    color:#008fff;
}
.zhaoyao_banner .search_banner_input form ul li.at::after{
    content:'';
    position:absolute;
    width:0;
    height:0;
    bottom:0;
    left:50%;
    margin-left:-3px;
    border-bottom:6px solid #fff;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
}
.seach_banner_form .form_input_box{
    overflow:hidden;
}
.seach_banner_form .form_input_box .search_form_input{
    float:left;
    width:512px;
    height:46px;
    line-height:46px;
    border:0;
    padding:0;
    font-size:15px;
    padding-left:10px;
    color:#000;
}
.seach_banner_form .form_input_box .search_form_input:focus{
    outline:none;
}
.seach_banner_form .form_input_box .search_form_btn{
    float:left;
    width:108px;
    height:46px;
    line-height:46px;
    background:#36ae41;
    color:#fff;
    font-size:16px;
    border:0;
    cursor:pointer;
}

.zhaoyao_main {
  width: 1200px;
  margin: 40px auto;
}

.zhaoyao_main h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.zhaoyao_main .info {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 50px;
}

.zhaoyao_main .zhaoyao_left {
  width: 280px;
  float: left;
  padding-top: 50px;
}

.zhaoyao_main .zhaoyao_left .drug_img {
  width: 280px;
  height: 200px;
  text-align: center;
}

.zhaoyao_main .zhaoyao_left .drug_img img {
  width: 200px;
  height: 200px;
}

.zhaoyao_main .zhaoyao_left .drug_name {
  text-align: center;
  font-size: 30px;
  color: #333;
  margin: 30px 0;
}

.zhaoyao_main .zhaoyao_left .drug_othername {
  text-align: center;
  font-size: 16px;
  color: #333;
}

.zhaoyao_main .zhaoyao_left .drug_btn {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 50px;
}

.zhaoyao_main .zhaoyao_left .drug_btn .ask_btn {
  width: 130px;
  background: #008fff;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border: 1px solid #008fff;
  font-size: 18px;
  border-radius: 5px;
}

.zhaoyao_main .zhaoyao_left .drug_btn .baike_btn {
  width: 130px;
  border: 1px solid #008fff;
  height: 40px;
  line-height: 40px;
  color: #008fff;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
}

.zhaoyao_main .zhaoyao_left .menu_list {
  margin-bottom: 30px;
}

.zhaoyao_main .zhaoyao_left .menu_list a {
  display: block;
  height: 23px;
  line-height: 23px;
  font-size: 16px;
  color: #333;
  padding: 8px 10px;
  position: relative;
}

.zhaoyao_main .zhaoyao_left .menu_list a:hover,.zhaoyao_main .zhaoyao_left .menu_list a.tab_active {
  background: #f5f6f7;
}

.zhaoyao_main .zhaoyao_left .menu_list a .arrow {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

.zhaoyao_main .zhaoyao_left .xiangguan h3 {
  text-align: left;
  font-size: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.zhaoyao_main .zhaoyao_left .xiangguan a {
  display: block;
  color: #333;
  font-weight: 300;
  height: 32px;
  line-height: 32px;
}

.zhaoyao_main .zhaoyao_left .xiangguan a:hover {
  color: #008fff;
}

.zhaoyao_main .zhaoyao_right {
  width: 850px;
  float: right;
  padding-left: 49px;
  border-left: 1px solid #eee;
  padding-top: 50px;
  padding-bottom: 50px;
}

.zhaoyao_main .zhaoyao_right h3 {
  text-align: left;
  margin-bottom: 30px;
}

.zhaoyao_main .zhaoyao_right .local {
  height: 50px;
}

.zhaoyao_main .zhaoyao_right .local a {
  color: #333;
}

.zhaoyao_main .zhaoyao_right .local a:hover {
  text-decoration: underline;
}

.zhaoyao_main .zhaoyao_right .title {
  height: 80px;
  font-size: 42px;
  font-weight: 400;
}

.zhaoyao_main .zhaoyao_right .info {
  height: 50px;
  text-align: left;
  margin: 0;
}

.zhaoyao_main .zhaoyao_right .jianjie {
  line-height: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.zhaoyao_main .zhaoyao_right .other_attr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.zhaoyao_main .zhaoyao_right .other_attr .btn {
  display: block;
  width: 25%;
  box-sizing: border-box;
  line-height: 24px;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.zhaoyao_main .zhaoyao_right .other_attr .btn.blue {
  width: 20%;
  color: #008fff;
  border: 1px solid #008fff;
}

.zhaoyao_main .zhaoyao_right .zhu {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  color: #333;
  margin-bottom: 50px;
}

.zhaoyao_main .zhaoyao_right .zhu span {
  color: #008fff;
}

.zhaoyao_main .zhaoyao_right .gaishu_a h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 300;
}

.zhaoyao_main .zhaoyao_right .gaishu_a .zhongliu_list {
  margin-bottom: 50px;
  border-top: 1px solid #eee;
}

.zhaoyao_main .zhaoyao_right .gaishu_a .zhongliu_list .zhongliu_item {
  display: flex;
  height: 50px;
  line-height: 50px;
  color: #333;
  border-bottom: 1px solid #eee;
}

.zhaoyao_main .zhaoyao_right .gaishu_a .zhongliu_list .zhongliu_item .t {
  flex-grow: 1;
}

.zhaoyao_main .zhaoyao_right .gaishu_a .zhongliu_list .zhongliu_item .s {
  width: 100px;
  text-align: center;
}

.zhaoyao_main .zhaoyao_right .gaishu_a .zhongliu_list .zhongliu_item .l {
  width: 100px;
  text-align: center;
}

.zhaoyao_main .zhaoyao_right .gaishu_a .zhongliu_list .zhongliu_item .l a {
  color: #008fff;
}

.zhaoyao_main .zhaoyao_right .gaishu_b .little_banner {
  overflow: hidden;
  height: 200px;
  margin-bottom: 30px;
}

.zhaoyao_main .zhaoyao_right .gaishu_b h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 300;
}

.zhaoyao_main .zhaoyao_right .gaishu_b .box_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.zhaoyao_main .zhaoyao_right .gaishu_b .box_list a {
  display: block;
  width: 393px;
  border: 1px solid #eee;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 15px 10px;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s;
  -moz-transition: all .3s; /* Firefox 4 */
  -webkit-transition: all .3s; /* Safari and Chrome */
  -o-transition: all .3s; /* Opera */
}

.zhaoyao_main .zhaoyao_right .gaishu_b .box_list a:hover {
  box-shadow: 0 0 50px #eee;
  color: #f90;
}

/*药品百科列表页*/
.alldrug_list {
  width: 280px;
}

.alldrug_list h3 {
  font-size: 16px;
  font-weight: 300;
  height: 18px;
  line-height: 18px;
  margin-bottom: 10px;
  padding: 10px 10px;
  background: #f7f7f7;
  text-align: left;
  border-radius: 8px;
}

.alldrug_list .alldrug_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.alldrug_list .alldrug_item a {
  display: block;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #333;
}

.alldrug_list .alldrug_item a:hover {
  color: #008fff;
}

.zhaoyao_main .zhaoyao_right .label {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.zhaoyao_main .zhaoyao_right .label a {
  display: block;
  padding: 3px 10px;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}

.zhaoyao_main .zhaoyao_right .label a:hover,.zhaoyao_main .zhaoyao_right .label a.active {
  color: #fff;
  background: #008fff;
  border-radius: 2px;
}

.zhaoyao_main .zhaoyao_right .drug_show {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  width: 830px;
  position: relative;
}

.zhaoyao_main .zhaoyao_right .drug_show .drug_img {
  width: 120px;
  height: 100px;
}

.zhaoyao_main .zhaoyao_right .drug_show .drug_img img {
  width: 100px;
  height: 100px;
}

.zhaoyao_main .zhaoyao_right .drug_show .drug_info {
  width: 580px;
}

.zhaoyao_main .zhaoyao_right .drug_show .drug_info .name {
  font-size: 20px;
  height: 40px;
  font-weight: 400;
  line-height: 40px;
}

.zhaoyao_main .zhaoyao_right .drug_show .drug_info .instro {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zhaoyao_main .zhaoyao_right .drug_show .drug_info .other {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.zhaoyao_main .zhaoyao_right .drug_show .drug_info .other span {
  font-size: 14px;
  color: #f80;
  line-height: 30px;
}

.zhaoyao_main .zhaoyao_right .drug_show .drug_info .other a {
  display: inline-block;
  background: #f80;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding: 5px 10px;
  margin: 3px 5px 3px 0;
  border-radius: 3px;
}

.zhaoyao_main .zhaoyao_right .drug_show .btn {
  position: absolute;
  top: 10px;
  right: 0;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.baike_list {
  margin-bottom: 20px;
  margin-top: 30px;
}

.baike_list .baike_item {
  border-bottom: 1px solid #eee;
  padding: 10px;
  display: flex;
  width: 830px;
  position: relative;
}

.baike_list .list_img {
  width: 120px;
  height: 100px;
}

.baike_list .list_img img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.baike_list .list_info {
  width: 710px;
}

.baike_list .list_info .name {
  font-size: 20px;
  height: 40px;
  font-weight: 400;
  line-height: 40px;
}

.baike_list .list_info .instro {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.baike_list .list_info .other {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.baike_list .list_info .other span {
  font-size: 14px;
  color: #f80;
  line-height: 30px;
}

.baike_list .list_info .other a {
  display: inline-block;
  background: #f80;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  padding: 5px 10px;
  margin: 3px 5px 3px 0;
  border-radius: 3px;
}

.baike_list .nodata {
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
  color: #333;
}

.zhaoyao_right .art_content {
  margin: 50px 0;
}

.zhaoyao_right .art_content .art_title {
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}

.zhaoyao_right .art_content .art_info {
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 50px;
  text-align: center;
}

.zhaoyao_right .art_content .content {
  font-size: 16px;
  line-height: 24px;
}


.c-tab-cross {
    position: relative;
    background-color: #fff;
}
.c-tab-cross.scrolling {
    overflow: hidden;
}
.c-tab-cross.with-bg, .c-tab-cross.with-bg .c-tab-btns a {
    background-color: #F7F8FA;
}
.c-tab-hd {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.c-tab-cross .c-tab-hd {
    position: relative;
    text-align: center;
    font-size: 0;
    z-index:9;
}
.c-tab-cross .c-tab-hd {
    padding: 0;
    text-align: left;
}
.c-tab-cross .c-tab-scroll {
    white-space: nowrap;
    overflow: hidden;
}
.c-tab-cross .c-tab-ctrl {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}
.c-tab-cross.scrolling .c-tab-ctrl {
    display: block;
}
.c-tab-cross .c-tab-simple {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3.389830508%;
}
.c-tab-cross .c-tab-simple, .c-tab-cross.scrolling .c-tab-simple {
    margin-left: 0;
    margin-right: 20px;
}
.c-tab-cross .c-tab-simple a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    height: 55px;
    line-height: 54px;
    font-size: 16px;
    color: #000;
}
.c-tab-cross .c-tab-tit {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    border-bottom: 3px solid transparent;
}
.c-tab-cross .c-tab-simple:last-child {
    margin-right: 0;
}
.c-tab-cross .c-tab-simple a:hover, .c-tab-cross .c-tab-simple.actived a {
    color: #36ae41;
}
.c-tab-cross.scrolling .c-tab-btns {
    display: block;
}
.c-tab-btns a{
    position:absolute;
    top:0;
    width:32px;
    height:54px;
    font-size:0;
    line-height:54px;
    text-align:center;
    background-color:#fff;
    /* border-bottom:1px solid #e5e5e5; */
}
.c-tab-btns .next{
    right:0;
}
.c-tab-btns a:after{
    content:'';
    display:inline-block;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:10px;
    height:10px;
    border-left:2px solid #666;
    border-bottom:2px solid #666;
    width:7px;
    height:13px;
    border:none;
}
.c-tab-btns .next:after{
    margin-left:-2px;
    -webkit-transform:rotate3d(0,0,1,-135deg);
    transform:rotate3d(0,0,1,-135deg);
}
.c-tab-btns .next:after {
    margin-right: 0;
    -webkit-transform: rotate3d(0,0,1,0);
    transform: rotate3d(0,0,1,0);
    background-image: url(/images/base.svg);
    background-position: 6.260000000000001% 99.11999999999999%;
    background-size: 6942.857142857143% 3576.9230769230767%;
    background-repeat: no-repeat;
}
.c-tab-btns .prev {
    left: 0;
}
.c-tab-btns .prev:after {
    margin-right: -4px;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.c-tab-btns .prev:after {
    margin-right: 0;
    -webkit-transform: rotate3d(0,0,1,0);
    transform: rotate3d(0,0,1,0);
    background-image: url(/images/base.svg);
    background-position: 8.14% 99.11999999999999%;
    background-size: 6942.857142857143% 3576.9230769230767%;
    background-repeat: no-repeat;
}

/*关于我们*/
.about_txt {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px;
}

.about_icon {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.about_icon .item {
  width: 207px;
  height: 147px;
}

.about3 {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.about3 .item {
  width: 200px;
}

.about3 .item .icon {
  width: 80px;
  height: 80px;
  margin: 10px auto;
}

.about3 .item .icon img {
  width: 80px;
  height: 80px;
}

.about3 .item .title {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

.about3 .item .con {
  font-size: 14px;
  color: #333;
  line-height: 24px;
  text-align: justify;
}

.redword {
  color: #f00;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 50px;
}

.value {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.value .l,.value .r {
  width: 545px;
  height: 200px;
  padding: 35px 0 0 40px;
  background: #d7dee1 url('/images/about-bg1.jpg') right bottom no-repeat;
  overflow: hidden;
}

.value .l {
  background: #d7dee1 url('/images/about-bg1.jpg') right bottom no-repeat;
}

 .value .r{
  background: #d7dee1 url('/images/about-bg2.jpg') right bottom no-repeat;
}

.value h4 {
  width: 320px;
  font-size: 18px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.value .con {
  width: 320px;
  font-size: 14px;
  line-height: 24px;
}

.value .pic {
  width: 360px;
  box-shadow: 0 0 50px #ccc;
}

.about_contact {
  width: 350px;
  margin-bottom: 30px auto 50px;
  height: 138px;
  background: #f5f6f7 url('/images/about-map.jpg') right top no-repeat;
  padding: 50px 830px 20px 20px;
  border-radius: 8px;
}

.about_contact .t {
  text-align: right;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.about_contact .c {
  text-align: right;
  line-height: 24px;
  font-size: 14px;
}

.map {
  width: 1040px;
  margin: 60px auto;
}

.map-line {
  padding: 20px 0 20px 20px;
  padding-bottom: 20p;
  display: flex;
  border-radius: 6px;
}

.map-line:hover {
  background: #f7f7f7;
}

.map-line .nav_main {
  width: 150px;
}

.map-line .nav_main > a {
  width: 100px;
  height: 36px;
  border: 1px solid #008fff;
  background-color: #f3faff;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  color: #008fff;
  display: block;
}

.map-line .nav_main a:hover {
  border: 1px solid #1d9cff;
  background-color: #fff;
}

.map-line .nav_second_box {
  width: 850px;
  display: flex;
  flex-wrap: wrap;
}

.map-line .nav_second_box > a {
  display: block;
  width: 110px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #ffd4f4;
  background-color: #fff9fc;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 0 20px 10px 0;
}

.map-line .nav_second_box > a:hover {
  border: 1px solid #ffe0f7;
  background-color: #fff;
}

.map-line .nav_second_box .thirth-line {
  margin-bottom: 15px;
  display: flex;
}

.map-line .nav_second_box .thirth-line .thirth-line_l {
  width: 130px;
}

.map-line .nav_second_box .thirth-line .thirth-line_l > a {
  display: block;
  width: 110px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #ffd4f4;
  background-color: #fff9fc;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  margin: 0 20px 10px 0;
}

.map-line .nav_second_box .thirth-line .thirth-line_l > a:hover {
  border: 1px solid #ffe0f7;
  background-color: #fff;
}

.map-line .nav_second_box .thirth-line .thirth-line_r {
  width: 720px;
  display: flex;
  flex-wrap: wrap;
}

.map-line .nav_second_box .thirth-line .thirth-line_r > a {
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  color: #333;
  display: block;
}

.map-line .nav_second_box .thirth-line .thirth-line_r > a:hover {
  border: 1px solid #aaa;
  background-color: #333;
  color: #fff;
}

.detail_right_list {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.detail_right_list .title {
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.detail_right_list .title span {
  font-size: 18px;
  color: #008fff;
}

.detail_right_list .title a {
  color: #333;
  font-size: 16px;
}

.detail_right_list .info {
  display: flex;
  height: 60px;
}

.detail_right_list .info .pic {
  width: 80px;
  margin-right: 15px;
}

.detail_right_list .info .pic img {
  width: 80px;
  height: 60px;
}

.detail_right_list .info .content {
  flex-grow: 1;
  font-size: 13px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.statement {
  width: 100%;
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.statement h4 {
  width: 100%;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

.statement .left {
  width: 450px;
  margin-right: 40px;
  line-height: 24px;
  text-align: justify;
}

.statement .right {
  width: 300px;
}

..statement .right .txt {
  margin-bottom: 30px;
}

.statement .right .qr_area {
  height: 160px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.statement .right .qr_area .qr {
  width: 128px;
  height: 160px;
  cursor: crosshair;
}

.statement .right .qr_area .qr img {
  width: 128px;
  height: 128px;
}

.statement .right .qr_area .qr span {
  width: 128px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  display: block;
  text-align: center;
}

.statement .about_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.statement .about_list a {
  height: 32px;
  line-height: 32px;
  width: 45%;
  margin-right: 5%;
  display: flex;
  flex-wrap: wrap;
  color: #f90;
  font-size: 16px;
  overflow: hidden;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.statement .about_list a:hover {
  color: #f60;
}

.more_article {
  line-height: 28px;
  margin-bottom: 30px;
}

.more_article a {
  color: #008fff;
}



