﻿
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.f_BEBAS{ font-family:BEBAS,"微软雅黑";}

html,
body {
  font-size: 62.5%;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "微软雅黑",'Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif';
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #dac3b6;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
header,
section,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
 /* font-family: "Microsoft YaHei", "Arial", arial;*/
  /*color: #333;*/
 /* font-size: 1.4rem;*/
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #3aaf43;
}
a {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
video,
iframe,
img= {
  max-width: 100%;
}
.wrap {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap2 {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.wrap12:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.tynodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(http://tangchendq8.com/webhtml/websinodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.tynodata .tytitle {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.tynodata .tydesc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;
    font-size: 0;}
.clearfix { zoom: 1; }
@media screen and (max-width: 640px) {
  .tynodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #dac3b6;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 30px;
  font-size: 1.6rem;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(mainFilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-o-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-moz-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-webkit-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-o-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-moz-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-webkit-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
.header {
  width: 100%;
  height: 106px;
  position: fixed;
  
  top: 0;
  left: 0;
  /*z-index: 90;*/z-index: 105;
  padding: 0 60px;
}
.header.top {
  top: -140px;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 56px;
  margin-top: 25px;
}
.header .logo img {
  height: 100%;
}
.header .logo #logo2{ display:none;}
.header .search-box {
  float: right;
  margin-top: 33px;
  position: relative;
 
}

.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(search.png) no-repeat center;
  cursor: pointer;
  background-size:18px 18px;
}
.header.small .search-box .search-btn { background-image:url(search_on.png);}
.header .search-box .search-bar {
  width: 600px;
  height: 70px;
 position: absolute;
  right: -14px;
 top: 54px;
  z-index: 95;
  background: #fff;
  padding: 10px;
  display: none;
 
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url(close.png) no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url(search.png) no-repeat center #3aaf43;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 1.6rem;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #aaaaaa;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #aaaaaa;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #aaaaaa;
}
.header .menu-btn {
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  margin-top: 48px;
  cursor: pointer;
  display:none;
}
.header .menu-btn span {
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 2;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.header .menu-btn span.line2 {
  top: 19px;
  width: 14px;
}
.header .menu-btn span.line3 {
  top: 24px;
}
.header .menu-btn:hover span.line1 {
  animation: menubtn-line1 0.8s infinite alternate;
  -o-animation: menubtn-line1 0.8s infinite alternate;
  -moz-animation: menubtn-line1 0.8s infinite alternate;
  -webkit-animation: menubtn-line1 0.8s infinite alternate;
}
.header .menu-btn:hover span.line2 {
  animation: menubtn-line2 1.2s infinite alternate;
  -o-animation: menubtn-line2 1.2s infinite alternate;
  -moz-animation: menubtn-line2 1.2s infinite alternate;
  -webkit-animation: menubtn-line2 1.2s infinite alternate;
}
.header .menu-btn:hover span.line3 {
  animation: menubtn-line1 0.6s infinite alternate;
  -o-animation: menubtn-line1 0.6s infinite alternate;
  -moz-animation: menubtn-line1 0.6s infinite alternate;
  -webkit-animation: menubtn-line1 0.6s infinite alternate;
}
.header .nav {
  text-align: center; margin-right:160px; margin-top:33px;
}
.header .nav .tit {
  display: none;
}
.header .nav > ul {
  display: inline-block; vertical-align:top;
}
.header .nav > ul > li {
  float: left;
  position: relative; padding-left:15px; padding-right:15px;
 /* margin: 0 25px;*/
}
.header .nav > ul > li:after{ content:""; position:absolute; width:1px; height:14px; top:50%; right:0; margin-top:-7px; background:rgba(255,255,255,0.3);}
.header .nav > ul > li:last-child:after{ display:none;}
/*.header .nav > ul > li#m1{ display:none;}*/
.header .nav > ul > li > a {
  height: 40px;
  line-height: 40px;
  padding: 0 19px;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  overflow: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  position:relative;
  z-index:1;
 
}
.header .nav > ul > li > a:after{ content:""; position:absolute; bottom:0; left:50%; right:50%; width:0%; height:100%; background:#3aaf43; z-index:-1; border-radius:6px;}
.header .nav > ul > li.on > a:after{ width:100%; left:0; right:0;transition:all 0.3s;}
.header .nav > ul > li#m2:hover > a:after,.header .nav > ul > li#m3:hover > a:after,.header .nav > ul > li#m4:hover > a:after,.header .nav > ul > li#m5:hover > a:after,.header .nav > ul > li#m6:hover > a:after,.header .nav > ul > li#m7:hover > a:after{ display:none;}
.header .nav > ul > li:hover > a{ color:#fff;}
.header .nav > ul > li.on > a{ color:#fff;}
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav .sub {
  min-width: 140px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 90;
  display: none;
  padding-top: 4px;
}
.header .nav .sub ul {
  background: #fff;
  border-radius: 4px;
  padding: 4px 0;
  position: relative;
}
.header .nav .sub ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFFFFF;
  border-width: 4px;
  margin-left: -4px;
}
.header .nav .sub li:last-child a {
  border-bottom: none;
}
.header .nav .sub li a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
  white-space: nowrap;
  padding: 0 20px;
  color: #333;
  border-bottom: solid 1px #eee;
}
.header .nav .sub li a:hover {
  color: #3aaf43; background:#f8f8f8;
}
.header .search-box,
.header .menu-btn,
.header .logo,
.header {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header.small {
 /* background: url(mainFilter.png);*/ background:#fff;
  height: 80px;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}
.header.small .logo {
  margin-top: 15px;
  height: 50px;
}
.header.small .logo #logo2{ display:block;}
.header.small .logo #logo1{ display:none;}
.header.small .menu-btn span{ background:#3e3a39;}
.header.small .menu-btn,
.header.small .search-box {
  margin-top: 20px;
}
.header.small .nav{ margin-top:20px;}
.header.small .nav > ul > li > a {
  height: 40px;
  line-height: 40px; color:#3e3a39;
}
.header.small .nav > ul > li.on > a{ color:#fff;}
.header.small .nav > ul > li:hover > a{ color:#3e3a39;}
.header.small .nav > ul > li#m1.on > a{ color:#fff;}
.header.small .nav .sub {
  top: 40px;
}
.header.small .nav .sub ul{ background:rgba(58,175,67,0.5);}
.header.small .nav .sub ul:after { border-bottom-color:#3aaf43;}
.header.small .nav .sub li a{ color:#fff;}
.header.small .nav .sub li a:hover{ color:#fff;background:#3aaf43;}

.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}


/*
.banner img {
  width: 100%;
  display: block;
}
.banner .lzpic1,
.banner .lzpic2 {
  background: none;
}
.banner.full .lzpic1,
.banner.sm-full .lzpic1,
.banner.full .lzpic2,
.banner.sm-full .lzpic2 {
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.banner.sm-full .lzpic2 img,
.banner.full .lzpic1 img {
  display: none;
}
*/


@keyframes banner-down {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
@-o-keyframes banner-down {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
@-moz-keyframes banner-down {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
@-webkit-keyframes banner-down {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
.main .banner {
  position: relative;
}
.main .banner .btn {
  position: absolute;
  top: 55px;
  right: 30px;
  z-index: 10;
  width:150px;
}
.main .banner .swiper-button-prev,
.main .banner .swiper-button-next {
  width: 30px;
  height: 30px;
  margin: 0 0 0 2%;
  background: no-repeat center;
  position:absolute;
  
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-size:15px 25px;
}
.main .banner .swiper-button-prev {
  background-image: url(arrow2.png);float: left;
}
.main .banner .swiper-button-prev:hover {
  background-position: 0 center;
}
.main .banner .swiper-button-next {
  background-image: url(arrow3.png);float: right; margin-left:0; margin-right:2%;
}
.main .banner .swiper-button-next:hover {
  background-position: right center;
}
.main .banner .down {
  width: 26px;
  height: 52px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 10;
  cursor: pointer;
  margin-left: -13px;
}
.main .banner .down span {
  height: 42px;
  background: url(http://tangchendq8.com/webhtml/websibanner_down.png) no-repeat 0 center;
  background-size: 100% auto;
  display: block;
}
.main .banner .down:hover span {
  animation: banner-down 0.6s infinite alternate;
  -o-animation: banner-down 0.6s infinite alternate;
  -moz-animation: banner-down 0.6s infinite alternate;
  -webkit-animation: banner-down 0.6s infinite alternate;
}
.main .banner .swiper-slide {
  position: relative;
}
.main .banner .swiper-slide .table {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  display: flex; align-items: center; justify-content: center;
}
.main .banner .swiper-slide .txt {
  /*font-size: 5.5rem;*/
  color: #fff;
  letter-spacing: 8px;
}
.main .banner .swiper-slide .rbtn {
  padding: 0 40px;
  min-width: 210px;
  background: #fff;
  display: inline-block;
  font-size: 1.6rem;
  color: #222;
  margin-top: 38px;
}
.main .banner .swiper-slide .rbtn span {
  height: 48px;
  line-height: 48px;
  padding: 0 26px;
  background: url(websiarrow4.png) no-repeat right 8px center;
}
.main .banner .swiper-slide .rbtn:hover span {
  background: url(arrow5.png) no-repeat right center;
  color: #fff;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .title {
  /*font-size: 3.6rem;*/
}
.main .pctitle .entit {
  opacity: .4;
  margin: 10px 0 22px 0;
}
.main .pctitle .line {
  width: 52px;
  height: 5px;
  background: #eaeaea;
  margin: 0 auto;
}
.main .physician {
  padding: 62px 0;
}


/*视频弹窗*/
.mainFilter{width: 100%;height: 100%;position: fixed;top: 0;left: 0;bottom: 0;right: 0;z-index: 100;display: none;background: url(about_bg.png);}
.popupVideo {
  max-width: 800px;
  width:96%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 120;
  display: none;
}
.popupVideo iframe,
.popupVideo video {
  width: 100%;
}
.popupVideo .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(guan.png) no-repeat;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-size:100% 100%;
  z-index:2;
}
.popupVideo .close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

/*语言下拉2*/
.header .language{float: right;position: relative; margin-right:15px; margin-left:25px;}
.header .menu#showopen .language{ display:none;}
.header .language .btn{ width: 17px;height: 118px; line-height:118px;background-position:center center; background-repeat:no-repeat; cursor: pointer;/*transition:all 0.5s; */background-image:url(http://tangchendq8.com/webhtml/websitop_bg1.png); color:#fff; font-size:16px; position:relative; text-align:left; text-transform:uppercase;background-size:17px 18px; }
/*.header .language:hover .btn{ background-image:url(../images/top_bg1_on.png);}*/
/*.header .language .btn:after{ content:""; position:absolute; width:28px; height:100%; top:0; left:0; background:url(../images/top_bg2.png) left center no-repeat; background-size:22px 22px;}
.header.small .language .btn:after{ background-image:url(../images/top_bg2_on.png);}*/
.header.small .language .btn{ color:#333;background-image:url(http://tangchendq8.com/webhtml/websitop_bg1_on2.png); height:84px; line-height:84px;}
.header .language .list { position: absolute; top: 84px; left: 50%; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0);-o-transform: translate(-50%, 0); z-index: 5; width: 100px;  text-align: center; display: none; overflow:visible!important;}
.header.small .language .list { top:84px;}
.header .language ul {background:rgba(237, 242, 250, 1.0); background:#fff;border-radius: 4px 4px 4px 4px;position: relative; }
.header .language ul::after {bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-bottom-color: #FFFFFF;border-width: 4px; margin-left: -4px;}
.header .language li a {height: 44px; line-height: 44px; display: block; font-size: 15px; color: #333; padding:0; margin:0;}
/*.header .language li:first-child a{padding-top:12px;}*/
.header .language li a:hover {color: #3aaf43; /*background:#013299;*/}

/*内页导航*/
.sec .header{ height:80px;background: #fff;}
.sec .header.small{ height:80px;}
.sec .header .logo{ margin-top:17px;}
.sec .header .menu-btn,.sec .header .search-box{ margin-top:22px;}
.sec .header .language .btn{ height:80px; line-height:80px;color:#333; background-image: url(http://tangchendq8.com/webhtml/websitop_bg1_on2.png);}
.sec .header .search-box .search-btn{background-image: url(search_on.png);}
.sec .header .language .list{ top:70px;}
.sec .header .nav > ul > li > a{ height:40px; line-height:40px;}
.sec .header .nav .sub{ top:40px;}
.sec .header .logo #logo2{ display:block;}
.sec .header .logo #logo1{ display:none;}
.sec .header .nav > ul > li > a{ color:#3e3a39;}
.sec .header .nav > ul > li:hover > a{color:#3aaf43;}
.sec .header .menu-btn span{ background:#3e3a39;}
@media screen and (max-width: 1700px) {
.header .nav { margin-right:50px;}
}

@media screen and (max-width: 1600px) {
.header .nav { margin-right:0;}
.header .nav > ul > li > a{ /*margin:0 20px; */font-size:1.6rem; padding:0 12px;}
.header{ padding:0 40px;}

}

@media screen and (max-width: 1400px) {
/*头部*/
/*.header .nav > ul > li > a{ margin:0 18px;}*/
.header .nav > ul > li{ padding-left:10px; padding-right:10px;}
.header.small, .header{ padding:0 20px;}
.header .language{ margin-left:10px; margin-right:8px;}


}
@media screen and (max-width: 1300px) {
.header .nav > ul > li{ padding-left:8px; padding-right:8px;}
.header .nav > ul > li > a{ padding:0 10px;}

}
/*手机端*/
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.sm-col12{width: 100%; float: left;}
.col.sm-col1{width: 8.33333333%;}
.col.sm-col2{width: 16.66666667%;}
.col.sm-col3{width: 25%;}
.col.sm-col4{width: 33.33333333%;}
.col.sm-col5{width: 41.66666667%;}
.col.sm-col6{width: 50%;}
.col.sm-col7{width: 58.33333333%;}
.col.sm-col8{width: 66.66666667%;}
.col.sm-col9{width: 75%;}
.col.sm-col10{width: 83.33333333%;}
.col.sm-col11{width: 91.66666667%;}
/*.rbtn::after {
	display: none;
}*/

.header.small,
.header {
	height: 50px;
	z-index: 105;
	padding: 0 10px;
}
.header.top {
	top: -60px;
}
.header.small .logo,
.header .logo {
	height: 44px;
	margin-top: 3px;
}

.header.small .search-box,
.header .search-box {
	margin: 0;
}
.header .search-box .search-btn {
	width: 40px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0px;

}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
	font-size:1.4rem;
}
.header.small .menu-btn,
.header .menu-btn {
	margin-top: 5px; display:block;
}
.header .menu-btn:hover span.line1,
.header .menu-btn:hover span.line2,
.header .menu-btn:hover span.line3{}
.header.small .nav{margin-top:0;}
.header .nav {
	width: 260px;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #3aaf43;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul{
	display: block;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0; padding-left:0; padding-right:0;
}
.header.small .nav > ul > li#m1.on > a{ color:#3aaf43;}
.header.small .nav > ul > li > a,
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	border-bottom: solid 1px #ccc;
	color: #575757;
	text-indent: 20px;
	font-size:1.6rem;
	margin:0;
}
.header.small .nav .sub li a{ color:#666;}
.header .nav > ul > li.on > a{ color:#3aaf43;}
.header .nav > ul > li > a:after{ display:none;}
.header .nav > ul > li#m1{ display:block;}
.header .nav > ul > li .arrow{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	background: url(arrow1.png) no-repeat center;
}
.header .nav > ul > li.now .arrow{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}
.header .nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	padding: 0;
}
.header .nav .sub ul{
	border-radius: 0;
	padding: 0;
}
.header .nav .sub ul::after{
	display: none;
}
.header .nav .sub li a:hover,
.header .nav .sub li:last-child a,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background: #eee;
	text-align: left;
	text-indent: 20px;
	border-bottom: solid 1px #ddd;
	color: #666;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0; 
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}


/*语言下拉2*/
.header .language .btn{ height:50px; line-height:50px;}
.header.small .language .btn{height:50px; line-height:50px;}
.header .language .list { top:50px;}
.header.small .language .list{ top:55px;}
.header .language li a{ font-size:14px; line-height:36px; height:36px;}


/*内页导航*/
.sec .header.small,.sec .header{ height:50px;}
.sec .header .logo{ margin-top:7px;}
.sec .header .language .btn{ height:50px; line-height:50px;}
.sec .header .menu-btn, .sec .header .search-box{ margin-top:5px;}
.sec .header .search-box,.sec .header .search-box{ margin-top:0;}
.sec .header .language .list{ top:55px;}




} /* Less than 1200 */


@import url(animate.min.css);
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
.scrollbar::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #4293f4;
}
/*滑块效果*/
.scrollbar::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    background-color: #4293f4;
}
.f68{ font-size:68px;}
.f64{ font-size:64px;}
.f62{ font-size:62px;}
.f60{ font-size:60px;}
.f55{ font-size:55px;}
.f52{ font-size:52px;}
.f50{ font-size:50px;}
.f48{ font-size:48px;}
.f46{ font-size:46px;}
.f42{ font-size:42px;}
.f40{ font-size:40px;}
.f36{ font-size:36px;}
.f34{ font-size:34px;}
.f32{ font-size:32px;}
.f30{ font-size:30px;}
.f28{ font-size:28px;}
.f26{ font-size:26px;}
.f24{ font-size:24px;}
.f22{ font-size:22px;}
.divhidden{ display:none;}
.wrap { width:96%;}
.wrap2 { width:96%;}
.wrap12 { width:96%;}
.wrap3 {
  max-width: 1800px;
  width: 96%;
  margin: 0 auto;
}
.wrap3:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.c_l{ clear:both; font-size:0; overflow:hidden; height:0;}
/*尾部*/
.footer {
  background: #333333;
  padding-top: 76px; font-size:15px;
}
.footer .title {
  line-height: 26px;
  font-size: 18px;
  color: #fff; font-weight:normal;
}
.footer .link-list {
width:calc(98% - 190px);width:-webkit-calc(98% - 190px);width:-moz-calc(98% - 190px); max-width:1100px;
  float: left; border-right:1px solid rgba(255,255,255,0.2); height:270px;
}
.footer .link-list .list {
  width: 20%;
  float: left;
}
.footer .link-list ul {
  margin-top: 26px;
}
.footer .link-list li {
  line-height: 22px;
  margin-bottom: 15px;
}
.footer .link-list li a {
 /* opacity: 0.8;*/ color:#cccccc; 
}
.footer .link-list li a:hover {
  color: #fff;  margin-left:1px;
}
.footer .contact {
  float: right;
  max-width-: 195px;
}
.footer .contact .tel {
  line-height: 30px;
  margin: 15px 0;
}
.footer .contact .tel,
.footer .contact .tel a {
  font-size: 28px;font-weight:bold;
  color: #fff;
}
.footer .contact .text {
  line-height: 18px;
  color:rgba(255,255,255,0.4); text-align:center; margin-top:13px;
}
.footer .contact .text a {
  color:rgba(255,255,255,0.4); 
}
.footer .contact .img{ display:block; width:142px; margin:0 auto;}

.footer .social-share {
  margin-top: 16px; text-align:center;
}
.footer .social-share:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .social-share a {
  width: 40px;
  height: 40px;
  /*margin: 0 14px 0 0;
  float: left;*/
  display: inline-block;
  margin: 0 4px;
  position: relative;
  background: no-repeat center;
  background-size: 100% 100%;
}
.footer .social-share .icon-wechat2 {
  background-image: url(http://tangchendq8.com/webhtml/websishare1.png);
}
.footer .social-share .icon-wechat2:hover {
  background-image: url(http://tangchendq8.com/webhtml/websishare1_on.png);
}
.footer .social-share .icon-weibo {
  background-image: url(http://tangchendq8.com/webhtml/websishare2.png);
}
.footer .social-share .icon-weibo:hover {
  background-image: url(http://tangchendq8.com/webhtml/websishare2_on.png);
}
.footer .social-share .icon-qq {
  background-image: url(http://tangchendq8.com/webhtml/websishare3.png);
}
.footer .social-share .icon-qq:hover {
  background-image: url(http://tangchendq8.com/webhtml/websishare3_on.png);
}
.footer .friendship {
  margin-top: 100px; margin-bottom:8px;
}
.footer .friendship span,
.footer .friendship a {
  line-height: 22px;
  display: inline-block;
  margin: 0 40px 10px 0;color:rgba(255,255,255,0.18);
}
.footer .friendship span {
  margin-right: 15px; color:rgba(255,255,255,0.4);
}
.footer .friendship a {
 /* opacity: 0.8;*/
}
.footer .friendship a:hover{ color:#fff;}
.footer .bottom {
  border-top: solid 1px rgba(255,255,255,0.2);
  line-height: 22px;
  padding: 26px 0;color:rgba(255,255,255,0.4); font-size:14px;
}
.footer .bottom a{color:rgba(255,255,255,0.4);}
.footer .bottom a:hover{  color:#fff;}
.footer .copy {
  /*opacity: 0.8;*/
}
.footer .copy span{ padding-left:8px;}
.footer .support a{ display:inline-block; padding-left:9px; padding-right:9px; position:relative;}
.footer .support a:after{ content:""; position:absolute; right:0; top:50%; margin-top:-6px; height:12px; width:1px; background:rgba(255,255,255,0.4);}
.footer .support a:last-child{ margin-right:0; padding-right:0;}
.footer .support a:last-child:after{ display:none;}
@media screen and (max-width: 1400px) {
.f68{ font-size:58px;}
.f64{ font-size:54px;}
.f62{ font-size:52px;}
.f60{ font-size:50px;}
.f55{ font-size:45px;}
.f52{ font-size:42px;}
.f50{ font-size:41px;}
.f48{ font-size:40px;}
.f46{ font-size:38px;}
.f42{ font-size:37px;}
.f40{ font-size:36px;}
.f36{ font-size:32px;}
.f34{ font-size:31px;}
.f32{ font-size:30px;}
.f30{ font-size:29px;}
.f28{ font-size:25px;}
.f26{ font-size:24px;}
.f24{ font-size:22px;}
.f22{ font-size:20px;}




}
@media screen and (max-width: 1200px) {
.f68{ font-size:54px;}
.f64{ font-size:50px;}
.f62{ font-size:48px;}
.f60{ font-size:46px;}
.f55{ font-size:40px;}
.f52{ font-size:38px;}
.f50{ font-size:37px;}
.f48{ font-size:36px;}
.f46{ font-size:35px;}
.f42{ font-size:33px;}
.f40{ font-size:32px;}
.f36{ font-size:28px;}
.f34{ font-size:27px;}
.f32{ font-size:26px;}
.f30{ font-size:25px;}
.f28{ font-size:23px;}
.f26{ font-size:22px;}
.f24{ font-size:21px;}
.f22{ font-size:19px;}
/*尾部*/
.footer {
	padding: 0;
	text-align: center; font-size:13px; 
}
.footer .title {
	height: 40px;
	line-height: 40px;
	display: block; font-weight:normal; font-size:15px;
}
.footer .link-list {
	width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);max-width:none;
	float: none; border-right:0; height:auto; margin-bottom:25px;
}
.footer .link-list .list {
	width: 100%;
	float: none;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
.footer .link-list ul {
	margin: 0;
	padding-bottom: 10px;
	display: none;
}
.footer .link-list li {
	margin: 0;
}
.footer .link-list li a {
	opacity: .8;
	height: 36px;
	line-height: 36px;
	display: block;
}
.footer .contact {
clear:both;
	float: none;
	max-width: 300px;
	margin: 10px auto; margin-bottom:20px;
}
.footer .contact .tel {
	margin: 10px 0;
}
/*.footer .contact .text {
	text-align: left;
}*/

.footer .social-share {
	margin-top: 15px;
}
.footer .social-share a {
	margin: 0 5px;
	display: inline-block;
	float: none;
}
.footer .friendship {
	margin-top: 40px;
	text-align: left; display:none;
}
.footer .friendship a {
	margin: 0 10px 10px 0;
}
.footer .bottom {
	padding: 10px 0; font-size:12px;
}
.footer .support,
.footer .copy {
	float: none;
}

}
@media screen and (max-width: 1100px) {


}
@media screen and (max-width: 960px) {
.f68{ font-size:50px;}
.f64{ font-size:45px;}
.f62{ font-size:43px;}
.f60{ font-size:41px;}
.f55{ font-size:35px;}
.f52{ font-size:33px;}
.f50{ font-size:32px;}
.f48{ font-size:31px;}
.f46{ font-size:30px;}
.f42{ font-size:29px;}
.f40{ font-size:28px;}
.f36{ font-size:24px;}
.f34{ font-size:23px;}
.f32{ font-size:22px;}
.f30{ font-size:21px;}
.f28{ font-size:21px;}
.f26{ font-size:21px;}
.f24{ font-size:20px;}
.f22{ font-size:18px;}


}

@media screen and (max-width: 780px) {
.f68{ font-size:45px;}
.f64{ font-size:40px;}
.f62{ font-size:38px;}
.f60{ font-size:36px;}
.f55{ font-size:30px;}
.f52{ font-size:28px;}
.f50{ font-size:28px;}
.f48{ font-size:28px;}
.f46{ font-size:27px;}
.f42{ font-size:27px;}
.f40{ font-size:26px;}
.f36{ font-size:22px;}
.f34{ font-size:22px;}
.f32{ font-size:21px;}
.f30{ font-size:20px;}
.f28{ font-size:19px;}
.f26{ font-size:19px;}
.f24{ font-size:18px;}
.f22{ font-size:17px;}

}

@media screen and (max-width: 640px) {
.f68{ font-size:40px;}
.f64{ font-size:36px;}
.f62{ font-size:34px;}
.f60{ font-size:32px;}
.f55{ font-size:26px;}
.f52{ font-size:25px;}
.f50{ font-size:25px;}
.f48{ font-size:25px;}
.f46{ font-size:24px;}
.f42{ font-size:24px;}
.f40{ font-size:24px;}
.f36{ font-size:20px;}
.f34{ font-size:20px;}
.f32{ font-size:19px;}
.f30{ font-size:18px;}
.f28{ font-size:17px;}
.f26{ font-size:17px;}
.f24{ font-size:16px;}
.f22{ font-size:15px;}
.main .physician{ padding:6% 0;}
.main .pctitle .entit{ font-size:13px;margin: 5px 0 15px 0;}
.main .pctitle .line{ width:40px; height:3px;}

.header.small .logo, .header .logo{ height:34px; margin-top:8px;}
}
@media screen and (max-width: 520px) {

}
@media screen and (max-width: 480px) {
.f68{ font-size:36px;}
.f64{ font-size:32px;}
.f62{ font-size:30px;}
.f60{ font-size:28px;}
.f55{ font-size:22px;}
.f52{ font-size:21px;}
.f50{ font-size:21px;}
.f48{ font-size:21px;}
.f46{ font-size:20px;}
.f42{ font-size:20px;}
.f40{ font-size:20px;}
.f36{ font-size:18px;}
.f34{ font-size:18px;}
.f32{ font-size:17px;}
.f30{ font-size:16px;}
.f28{ font-size:15px;}
.f26{ font-size:15px;}
.f24{ font-size:15px;}
.f22{ font-size:14px;}


}
@media screen and (max-width: 420px) {

}
@media screen and (max-width: 360px) {
.f68{ font-size:32px;}
.f64{ font-size:30px;}
.f62{ font-size:28px;}
.f60{ font-size:26px;}
.f55{ font-size:20px;}
.f52{ font-size:20px;}
.f50{ font-size:20px;}
.f48{ font-size:20px;}
.f46{ font-size:19px;}
.f42{ font-size:19px;}
.f40{ font-size:19px;}
.f36{ font-size:18px;}
.f34{ font-size:17px;}
.f32{ font-size:16px;}
.f30{ font-size:15px;}
.f28{ font-size:14px;}
.f26{ font-size:14px;}
.f24{ font-size:14px;}
.f22{ font-size:13px;}
.main .pctitle .entit{ font-size:12px;}

}