* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}


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', \5b8b\4f53;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Arial", "微软雅黑", "sans-serif", "宋体";
  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: #0093dd;
}
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;
  color:#333333;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap {
  max-width: 1400px;
  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(../images/nodata.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(../images/mainfilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top:100px;
}
@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: 100px;
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: 90;*/z-index: 105;
  padding: 0 103px; background:#fff;
}
.header.top {
  top: -140px;
}
.header .logo {
  float: left;
  overflow: hidden;
  height: 50px;
  margin-top: 25px;
}
.header .logo #logo2{display: none;}
.header.small .logo #logo2{display: block;}
.header.small .logo #logo1{display: none;}
.header .logo img {
  height: auto;
}
/*.header .logo #logo2{ display:none;}*/
.header .search-box {
  float: right;
  margin-top: 33px;
  position: relative;
  margin-left:50px; margin-right:35px;
}

.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url(../images/search_on.png) no-repeat center;
  cursor: pointer;
  background-size:19px 21px;
}
.header.small .search-box .search-btn { background-image:url(../images/search_on.png);}

.header .tels{ padding-right:50px; border-right:1px solid #ececec; height:45px; margin-top:28px; float:right; margin-left:50px;transition:all 0.3s;}
.header .tels span{ display:block; height:22px; line-height:22px; overflow:hidden; padding-left:29px; color:#888888; font-size:15px; background:url(../images/top_bg1.png) left center no-repeat; background-size:21px 21px;}
.header .tels a{ display:block; font-size:21px; color:#333333; font-family:"OpenSans-Semibold";}
.header .a{ position:absolute; right:0; top:0; height:100px; line-height:100px; text-align:center; width:100px; color:#fff; background:#0093dd; font-size:18px; text-transform:uppercase;transition:all 0.3s;}
.header .a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.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(../images/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(../images/search.png) no-repeat center #0093dd;
}
.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: #4a4a4a;
  position: absolute;
  right: 10px;
  top: 12px;
  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: 26px;
}
.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;
}
.header .nav .tit {
  display: none;
}
.header .nav > ul {
  display: inline-block; vertical-align:top;
}
.header .nav > ul > li {
  float: left;
  position: relative;
 /* margin: 0 25px;*/
}
/*.header .nav > ul > li#m1{ display:none;}*/
.header .nav > ul > li > a{
  height: 100px;
  line-height: 100px;
 /* margin: 0 22px;*/ margin: 0 32px;
  display: block;
  font-size: 17px;
  color: #333333;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position:relative;
 
 
}
.header .nav > ul > li > a:after{ content:""; position:absolute; bottom:0; left:50%; right:50%; width:0%; height:2px; background:#0093dd;}
.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#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#m7 > a{ min-width:98px;}*/
.header .nav > ul > li:hover > a{ color:#0093dd;}
.header .nav > ul > li.on > a{ color:#0093dd;}
/*.header .nav > ul > li:hover > a span{transform:translateY(0%);}*/
.header .nav > ul > li > a span{ display:block;position:relative;transition: all 0.3s;height:100px; text-transform:uppercase;}
.header .nav > ul > li > a span:after{content:attr(data-title);position:absolute;left:0;transform:translateY(100%);width:100%;top:0; /*color:#911176;*/}
/*.header .nav > ul > li.on > a span{transform:translateY(-100%);}*/
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav .sub {
  width: 580px;
  position: absolute;
  top: 100px;
  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;*/
 -webkit-box-shadow: 0 5px 25px rgba(0,0,0,0.3); box-shadow: 0 5px 25px rgba(0,0,0,0.3);
 text-align:left; border-radius: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: #0093dd; background:#f8f8f8;
}
.header .nav .sub li{ display:inline-block; vertical-align:top; text-align:left; margin-bottom:35px;}
.header .nav .sub li:nth-child(2){ margin-top:31px; width:317px; overflow:hidden; height:203px;}
.header .nav .sub li:nth-child(2) img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.header .nav .sub li:nth-child(2):hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.header .nav .sub li:first-child{ margin-top:35px; border-right:1px solid #eaeaea; height:194px; width:146px; margin-left:40px;  margin-right:42px;}
.header .nav .sub li a{ padding-left:0; padding-right:0; text-align:left;}
.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 .nav #m3 .sub li{ margin-top:35px; border-right:1px solid #eaeaea; height:194px; width:140px; margin-left:0px;  margin-right:0px; text-align: center;}
.header .nav #m3 .sub li a{text-align: center;}
.header.small {
 /* background: url(../images/mainfilter.png);*/ background:#0093dd;
  height: 80px;box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
}
.header.small .logo {
  margin-top: 18px;
}
/*.header.small .logo #logo2{ display:block;}
.header.small .logo #logo1{ display:none;}*/
.header.small .menu-btn span{ background:#fff;}
.header.small .menu-btn,
.header.small .search-box {
  margin-top: 20px;
}
.header.small .nav > ul > li > a span{ height:80px;}
.header.small .nav > ul > li > a {
  height: 80px;
  line-height: 80px; color:#fff;
}
.header.small .nav > ul > li.on > a{color:#fff;}
.header.small .nav .sub {
  top: 80px;
}
.header.small .tels{ margin-top:17px; color: #fff;}
.header.small .tels span,.header.small .tels a{color: #fff;}
.header.small .a{ height:80px; line-height:80px; color: #fff;}
.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;
  bottom: 55px;
  right: 30px;
  z-index: 10;
  width:150px;
}
.main .banner .swiper-button-prev,
.main .banner .swiper-button-next {
  width: 90px;
  height: 78px;
  margin: 0 0 0 0%;
  background: no-repeat center;
  /*position:absolute;*/
   float:left;
   position:static;
  -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:12px 21px;
}
.main .banner .swiper-button-prev {
  background-image: url(../images/arrow2.png);float: left; position:relative; left:0;
}
.main .banner .swiper-button-prev:hover {
  /*background-position: 0 center;*/
}
.main .banner .swiper-button-prev:after{ content:""; position:absolute; right:0; height:18px; top:50%; margin-top:-9px; background:#e7e7e7; width:1px;}
.main .banner .swiper-button-next {
  background-image: url(../images/arrow3.png);float: left; margin-left:0;
}
.main .banner .swiper-button-next:hover {
  /*background-position: right center;*/
}
.main .banner .down {
  width: 28px;
  height: 45px;
  position: absolute;
  left: 50%;
  bottom:85px;
  z-index: 10;
  cursor: pointer;
  margin-left: -14px;
}
.main .banner .down span {
  height: 45px;
  background: url(../images/banner_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: left;
  display: flex; align-items: center; justify-content: center;
}
.main .banner .swiper-slide .cons{ margin:0 auto; max-width:1400px;width:96%;}
.main .banner .swiper-slide .txt {
  /*font-size: 5.5rem;*/
  color: #3f3f3f; line-height:70px;
   /*font-family:"PingFang SC bold"; font-weight:bold;*/
}
.main .banner .swiper-slide .desc {
  /*font-size: 5.5rem;*/
  color: #fff;
  letter-spacing: 1px; font-weight:lighter;margin-top:1%; position:relative; padding-bottom:4%;
}
.main .banner .swiper-slide .desc:after{ content:""; position:absolute; left:0; bottom:0; width:30px; height:4px; background:#fff;}
.main .banner .swiper-slide .rbtn {
  display: inline-block;
  font-size: 18px;
  color: #999999;
  margin-top:1.5%;
  /*background:#008cd6;
  background-size:cover;*/ background:none;
}
.main .banner .swiper-slide .rbtn span {
  height: 50px;
  line-height: 50px;
  /*background: url(../images/arrow4.png) no-repeat right 8px center;*/
}
.main .banner .swiper-slide .rbtn:hover span {
  /*background: url(../images/arrow5.png) no-repeat right center;*/
  color: #0093dd;
}
.main .banner .swiper-pagination{ bottom:36px; width:100%;}
.main .banner .swiper-pagination-bullet{ width:11px; height:11px; background:rgba(255,255,255,0.76); margin-left:8px; margin-right:8px;}
.main .banner .swiper-pagination-bullet-active{ width:32px; background:#0078ff; border-radius:20px;}


.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;
}

/*内页导航*/
.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:20px;}
.sec .header .search-box .search-btn{background-image: url(../images/search_on.png);}
.sec .header .nav > ul > li > a{ height:80px; line-height:80px;}
.sec .header .nav .sub{ top:80px;}
.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:#0093dd;}
.sec .header .menu-btn span{ background:#3e3a39;}

@media screen and (max-width: 1600px) {
.header .nav > ul > li > a{ margin:0 20px;}
.header{ padding:0 40px;}

}

@media screen and (max-width: 1400px) {
/*头部*/
.header .nav > ul > li > a{ margin:0 18px;}
.header.small, .header{ padding:0 20px;}



}