/* author:ZJ; date:2017-10; */
body {
  color: #333;
  background: #f6f6f6;
}

.yahei {
  font-family: 'Microsoft YaHei';
}

.tip-box,
.top-box,
.nav-box,
.banner-box,
.main-box,
.sub-box,
.footer-box {
  min-width: 1200px;
  width: 100% !important;
  margin: 0 auto;
  _width: 100%;
}

.tip-box {
  line-height: 34px;
  font-size: 14px;
  color: #666;
  background: #fff;
}

.tip-contact {
  float: right;
  display: inline;
  font-size: 0;
}

.tip-contact p {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 15px;
  font-size: 14px;
}

.tip-contact p:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 7px 5px 0 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/ico-tip-contact.png) no-repeat;
}

.tip-contact .tel:before {
  background-position: 0 0;
}

.tip-contact .qq:before {
  background-position: 0 -30px;
}

.tip-contact .qq a:hover {
  color: #4fc438;
}

.top-box {
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: linear-gradient(1deg, #E1F3FF, #BDEDFF);
}

.top-box .area {
  height: 110px;
}

.top-box .area .logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  line-height: 0;
  font-size: 0;
}

.top-box .area .logo:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}

.top-box .area .logo img {
  vertical-align: middle;
}

.top-box .area .text {
  position: absolute;
  top: 30px;
  right: 0;
}

.top-box .area .text .title {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  padding-bottom: 7px;
}

.top-box .area .text .phone {
  font-size: 30px;
  font-family: DIN;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
}

.top-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 0;
  font-size: 0;
}

.top-img:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}

.top-img img {
  vertical-align: middle;
}

.nav-box {
  position: relative;
  z-index: 10;
  background: linear-gradient(81deg, #3697D8 0%, #78C3F5 53%, #3697D8 100%);
}

/*.m-nav a{ -webkit-transition:none;-moz-transition:none;transition:none; }*/
.m-nav .fir-ul {
  font-size: 0;
  text-align: center;
}

.m-nav .fir-ul .fir-li {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: center;
}

.m-nav .fir-ul .u-a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  background: url(../images/pngbg-transparent.gif) center top repeat-x;
}

.m-nav .sec-box {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.m-nav .sec-ul li {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  background: #238dd4;
}

.m-nav .sec-ul a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
  color: #fff;
}

.m-nav .sec-ul a:hover {
  background: #78c3f5;
  color: #fff;
}

.m-nav .nav-y .sec-box {
  display: none;
}

.m-nav .fir-ul li.current .u-a,
.m-nav .fir-ul li.hover .u-a {
  background-color: #238dd4;
}

.banner-box {
  position: relative;
  z-index: 0;
  margin-top: 10px;
}

.m-focus {
  position: relative;
  zoom: 1;
}

.m-focus .switchable-box {
  position: relative;
  zoom: 1;
  overflow: hidden;
  height: 400px;
  background: #fff;
}

.m-focus .switchable-content li a {
  display: block;
}

.m-focus .switchable-content li img {
  width: 1200px;
  height: 400px;
}

.m-focus .switchable-nav {
  position: absolute;
  z-index: 50;
  bottom: 16px;
  left: 0;
  width: 100%;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-focus .switchable-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  overflow: hidden;
  width: 12px;
  height: 0;
  margin: 0 4px;
  padding-top: 12px;
  background: #3493de;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.m-focus .switchable-nav li.active {
  background: #fff;
}

.sub-focus .switchable-box,
.sub-focus .switchable-content li img {
  height: 220px;
}

.main-box,
.sub-box {
  position: relative;
  z-index: 5;
  padding-bottom: 10px;
}

.w875 {
  width: 875px;
}

.w315 {
  width: 315px;
}

.w430 {
  width: 430px;
}

.w435 {
  width: 435px;
  margin: 0 10px;
}

.m-title-1 {
  padding: 15px 15px 0;
}

.m-title-1 h2 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 0 10px;
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  background: #3493de;
  border-radius: 4px 4px 0 0;
}

.m-title-1 .more {
  float: right;
  display: inline;
  margin-left: 10px;
  padding-right: 18px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999;
  background: url(../images/ico-more.png) right center no-repeat;
}

.m-title-1 .more:hover {
  color: #ff293d;
}

.m-title-2 {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  padding: 15px 15px 0;
}

.m-title-2 h2 {
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #3493de;
}

.m-title-2 h2 span {
  vertical-align: top;
  font-size: 12px;
  color: #999;
}

.m-title-2 .more {
  float: right;
  display: inline;
  margin-left: 10px;
  padding-right: 18px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999;
  background: url(../images/ico-more.png) right center no-repeat;
}

.m-title-2 .more:hover {
  color: #ff293d;
}

.m-menu {
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-menu ul {
  background-color: #fff;
}

.m-menu li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.m-menu li:nth-child(1) .ico {
  background-position: 0 -400px;
}

.m-menu li:nth-child(2) .ico {
  background-position: 0 -80px;
}

.m-menu li:nth-child(3) .ico {
  background-position: 0 -720px;
}

.m-menu li:nth-child(4) .ico {
  background-position: 0 -240px;
}

.m-menu li:nth-child(5) .ico {
  background-position: 0 -320px;
}

.m-menu li:nth-child(6) .ico {
  background-position: 0 0px;
}

.m-menu li:nth-child(7) .ico {
  background-position: 0 -480px;
}

.m-menu li:nth-child(8) .ico {
  background-position: 0 -560px;
}

.m-menu li:nth-child(9) .ico {
  background-position: 0 -640px;
}

.m-menu li:nth-child(10) .ico {
  background-position: 0 -160px;
}

.m-menu .u-box {
  display: block;
  padding: 30px 0;
}

.m-menu .u-box:hover .ico {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  border-color: #3a9dde;
  background-image: url(../images/new/ic-menu.png);
}

.m-menu .ico {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: solid 2px #a2cff2;
  background: #fff url(../images/new/ic-menu.png) no-repeat;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.m-menu h4 {
  padding-top: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.m-menu p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
}

.m-title {
  margin-bottom: 26px;
  position: relative;
}

.m-title:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 55px;
  background: #3493de;
}

.m-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  height: 55px;
  line-height: 20px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.m-service {
  padding: 20px 0 0 0;
  height: 572px;
  background: #FFFFFF;
}

.m-service .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}

.m-service .bottom .left {
  width: 589px;
}

.m-service .bottom .left .ico {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/new/ic-service.png) no-repeat;
}

.m-service .bottom .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.m-service .bottom .left ul li {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  margin: 0 5px;
  width: 186px;
  height: 186px;
}

.m-service .bottom .left ul li:hover a {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.m-service .bottom .left ul li:hover:nth-child(1) {
  background: #008fe2;
}

.m-service .bottom .left ul li:hover:nth-child(2) {
  background: #67e04c;
}

.m-service .bottom .left ul li:hover:nth-child(3) {
  background: #bcbcbd;
}

.m-service .bottom .left ul li:hover:nth-child(4) {
  background: #42a0ff;
}

.m-service .bottom .left ul li:hover:nth-child(5) {
  background: #e6de0f;
}

.m-service .bottom .left ul li:hover:nth-child(6) {
  background: #f75a5a;
}

.m-service .bottom .left ul li a {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.m-service .bottom .left ul li a p {
  padding-top: 20px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}

.m-service .bottom .left ul li:nth-child(1) {
  background: #2FA1E2;
}

.m-service .bottom .left ul li:nth-child(1) .ico {
  width: 109px;
  height: 84px;
  background-position: 0 0;
}

.m-service .bottom .left ul li:nth-child(2) {
  background: #A1DE93;
}

.m-service .bottom .left ul li:nth-child(2) .ico {
  width: 65px;
  height: 85px;
  background-position: 0 -84px;
}

.m-service .bottom .left ul li:nth-child(3) {
  background: #E0E1E3;
}

.m-service .bottom .left ul li:nth-child(3) .ico {
  width: 86px;
  height: 85px;
  background-position: 0 -169px;
}

.m-service .bottom .left ul li:nth-child(4) {
  margin-top: 10px;
  background: #5daeff;
}

.m-service .bottom .left ul li:nth-child(4) .ico {
  width: 72px;
  height: 86px;
  background-position: 0 -424px;
}

.m-service .bottom .left ul li:nth-child(5) {
  margin-top: 10px;
  background: #EBE647;
}

.m-service .bottom .left ul li:nth-child(5) .ico {
  width: 89px;
  height: 85px;
  background-position: 0 -255px;
}

.m-service .bottom .left ul li:nth-child(6) {
  margin-top: 10px;
  background: #F47C7C;
}

.m-service .bottom .left ul li:nth-child(6) .ico {
  width: 77px;
  height: 85px;
  background-position: 0 -339px;
}

.m-service .bottom .right {
  width: 596px;
  height: 382px;
}

.m-service .bottom .right img {
  width: 100%;
  height: 100%;
}

.m-more {
  width: 100px;
  height: 32px;
  background: #F6F6F6;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.m-more:hover {
  background: #4AA4E0;
}

.m-more:hover .text {
  color: #fff;
}

.m-more .text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #666666;
  line-height: 32px;
}

.m-tab {
  -webkit-transition: 0.15s;
  transition: 0.15s;
  width: 100px;
  height: 32px;
  background: #F6F6F6;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}

.m-tab:hover {
  background: #4AA4E0;
}

.m-tab:hover .text {
  color: #fff;
}

.m-tab .text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
}

.m-current-tab {
  background: #4AA4E0;
}

.m-current-tab .text {
  color: #fff;
}

.m-news {
  padding: 20px 0 0 0;
  height: 621px;
  background: #FFFFFF;
}

.m-news .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-news .top:before {
  background: #A1DE93;
}

.m-news .bottom {
  padding: 0 30px 0 30px;
}

.m-news .bottom .tabs {
  width: 100%;
}

.m-news .bottom .tabs li {
  margin-right: 50px;
}

.m-news .bottom .tabs li .content {
  position: absolute;
  padding-top: 20px;
}

.m-news .bottom .tabs li .content .left {
  width: 648px;
}

.m-news .bottom .tabs li .content .left .news-item {
  width: 324px;
  height: 80px;
  margin: 5px 0 60px 0;
}

.m-news .bottom .tabs li .content .left .news-item:hover .news-item-right p {
  color: #4AA4E0;
}

.m-news .bottom .tabs li .content .left .news-item .news-item-left {
  width: 80px;
  height: 80px;
  background: #4AA4E0;
}

.m-news .bottom .tabs li .content .left .news-item .news-item-left p:first-child {
  font-size: 40px;
  font-family: Arial;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 33px;
}

.m-news .bottom .tabs li .content .left .news-item .news-item-left p:last-child {
  padding-top: 5px;
  font-size: 13px;
  font-family: ArialNarrow;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}

.m-news .bottom .tabs li .content .left .news-item .news-item-right {
  width: 176px;
  padding: 10px 0 10px 20px;
}

.m-news .bottom .tabs li .content .left .news-item .news-item-right p {
  text-align: initial;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.m-news .bottom .tabs li .content .right {
  width: 505px;
  overflow: hidden;
}

.m-news .bottom .tabs li .content .right img {
  height: 384px;
}

.m-news .bottom .tabs li .news-content2,
.m-news .bottom .tabs li .news-content3 {
  left: 30px;
}

.m-doctor {
  position: relative;
  padding: 20px 0 0 0;
  height: 510px;
  background: #FFFFFF;
  overflow: hidden;
}

.m-doctor .top:before {
  background: #F7F48B;
}

.m-docList img {
  width: 140px;
  height: 197px;
  margin-right: 20px;
}

.m-docList .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.m-docList .text p {
  line-height: 22px;
  font-size: 14px;
}

.m-docList .text .u-date {
  position: absolute;
  right: 26px;
  width: 85px;
  text-align: center;
  color: #666;
  border: solid 1px #d8d8d8;
}

.m-docList .text .u-date .time {
  border-bottom: solid 1px #d8d8d8;
  height: 26px;
  line-height: 26px;
}

.m-docList .text .u-date .DD {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 30px;
}

.m-docList .text .u-date .YYMM {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  border-top: solid 1px #dbdbdb;
}

.m-docList .text a {
  display: block;
  position: relative;
  margin-top: 22px;
  width: 124px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #666;
  background: #ebebeb;
  border-radius: 6px;
  left: 0;
}

.m-docList .text a:hover {
  background: #4AA4E0;
  color: #fff;
}

.m-special {
  height: 676px;
  background: #FFFFFF;
}

.m-special .top:before {
  background: #F47C7C;
}

.m-special .bottom {
  padding: 0 20px;
}

.m-special .bottom .item {
  width: 374px;
  height: 492px;
}

.m-special .bottom .item .content {
  height: 246px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 0 20px 0 20px;
}

.m-special .bottom .item .content .title {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #4AA4E0;
  line-height: 20px;
}

.m-special .bottom .item .content ul {
  padding: 16px 0px 0px 16px;
}

.m-special .bottom .item .content ul li {
  padding: 0 0 16px 0;
  list-style-type: disc;
}

.m-special .bottom .item .content ul li::marker {
  color: #666666;
}

.m-special .bottom .item .content ul li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.m-special .bottom .item .content ul li a:hover {
  color: #4AA4E0;
}

.m-special .bottom .item .pic {
  width: 100%;
  height: 246px;
}

.m-equipment {
  position: relative;
  padding: 20px 0 0 0;
  height: 423px;
  background: #FFFFFF;
  overflow: hidden;
}

.m-equipment .top:before {
  background: #6EB6FF;
}

.bannerSwiper {
  position: relative;
  top: -1.8px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.bannerSwiper .swiper-slide {
  height: 100%;
  width: 100%;
}

.bannerSwiper .swiper-slide img {
  height: 100%;
  width: 100%;
}

.mySwiper1 {
  height: 325px;
  margin: 0 60px;
  padding: 5px;
  overflow: hidden;
}

.mySwiper1 .swiper-slide {
  width: 192px !important;
  height: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mySwiper1 .swiper-slide::after {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  content: '';
  position: absolute;
  width: 0px;
  height: 4px;
  -webkit-transform: translateY(164px);
          transform: translateY(164px);
  border-radius: 0 0 5px 5px;
  background: #4AA4E0;
}

.mySwiper1 .swiper-slide:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(74, 164, 224, 0.6);
          box-shadow: 0px 0px 6px 0px rgba(74, 164, 224, 0.6);
}

.mySwiper1 .swiper-slide:hover::after {
  width: 192px;
}

.mySwiper1 .swiper-slide img {
  display: block;
  width: 152px;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper1 .swiper-slide .intro {
  width: 152px;
}

.mySwiper1 .swiper-slide .intro p {
  padding-top: 15px;
}

.mySwiper1 .swiper-slide .intro p:first-child {
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #4AA4E0;
  line-height: 20px;
}

.mySwiper1 .swiper-slide .intro p:last-child {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.mySwiper1 .swiper-slide .office {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 15px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.mySwiper2 {
  height: 240px;
  margin: 0 60px;
  padding: 5px;
  overflow: hidden;
}

.mySwiper2 .swiper-slide {
  width: 194px;
  height: 100%;
}

.mySwiper2 .swiper-slide:hover .img-box {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(74, 164, 224, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(74, 164, 224, 0.3);
}

.mySwiper2 .swiper-slide:hover .text {
  color: #4AA4E0;
}

.mySwiper2 .swiper-slide .img-box {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 192px;
  height: 192px;
}

.mySwiper2 .swiper-slide .img-box img {
  display: block;
  height: 174px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper2 .swiper-slide .text {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.button-prev {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 180px;
  width: 40px;
  height: 120px;
  background: #F3F3F3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-prev .ico {
  width: 10px;
  height: 20px;
  background: url(../images/new/arrow.png) no-repeat;
  background-position: 0 0px;
}

.button-prev:hover {
  background: #4AA4E0;
}

.button-prev:hover .ico {
  background-position: 0 -40px;
}

.button-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 180px;
  width: 40px;
  height: 120px;
  background: #F3F3F3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-next .ico {
  width: 10px;
  height: 20px;
  background: url(../images/new/arrow.png) no-repeat;
  background-position: 0 -20px;
}

.button-next:hover {
  background: #4AA4E0;
}

.button-next:hover .ico {
  background-position: 0 -60px;
}

.m-footer {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 324px;
  width: 1200px;
  padding: 45px 0 30px 0;
  background: linear-gradient(81deg, #3697D8 0%, #85CEFF 53%, #3697D8 100%);
}

.m-footer p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}

.m-footer .friend {
  width: 800px;
}

.m-footer .friend p {
  line-height: 22px;
}

.m-footer .friend ul li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  padding: 0 18px;
  border-right: #fff solid 1px;
}

.m-footer .friend ul li a:hover {
  text-decoration: underline;
}

.m-footer .friend ul li:first-child a {
  padding: 0 18px 0 0;
}

.m-footer .friend ul li:last-child a {
  border-right: none;
  padding: 0 0 0 18px;
}

.m-footer .content {
  width: 800px;
  padding: 30px 0 10px 0;
}

.m-footer .content .content1 {
  width: 287px;
}

.m-footer .content .content1 p {
  padding: 0 0 10px 0;
}

.m-footer .content .content2 {
  width: 270px;
}

.m-footer .content .content2 p {
  padding: 0 0 10px 0;
}

.m-footer .content .content3 {
  padding-right: 45px;
}

.m-footer .content .content3 p,
.m-footer .content .content4 p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
}

.m-footer .other {
  width: 800px;
}

.m-footer .other ul {
  width: 100%;
}

.m-footer .other ul li a {
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 30px;
  border-right: #fff solid 1px;
}

.m-footer .other ul li a:hover {
  text-decoration: underline;
}

.m-footer .other ul li:first-child a {
  padding: 0 30px 0 0 !important;
}

.m-footer .other ul li:last-child a {
  border-right: none;
  padding: 0 0 0 30px;
}

.m-footer .other .text {
  width: 800px;
}

.m-footer .other .text p {
  font-size: 12px;
  line-height: 30px;
  padding-right: 30px;
}

.m-footer .other .text a {
  color: #fff;
}

.m-footer .other .text a:hover {
  text-decoration: underline;
}

.newsList-1 {
  padding: 2px 0;
}

.newsList-1 a {
  color: #4e4e4e;
}

.newsList-1 a:hover {
  color: #3493de;
}

.newsList-1 li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
}

.newsList-1 li.hot {
  margin-bottom: 10px;
  padding: 12px 0;
  height: auto;
  border-bottom: dashed 1px #c8c8c8;
}

.newsList-1 li.hot .u-name {
  padding-right: 36px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}

.newsList-1 li.hot .u-name:after {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 9px -36px 0 5px;
  width: 31px;
  height: 16px;
  overflow: hidden;
  background: url(../images/ico-hot.png) no-repeat;
}

.newsList-1 li.hot .u-con {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  color: #666;
}

.newsList-2 {
  padding: 10px 15px 15px;
  overflow: hidden;
}

.newsList-2 a {
  color: #4e4e4e;
}

.newsList-2 a:hover {
  color: #3493de;
}

.newsList-2 ul {
  margin-left: -10px;
}

.newsList-2 li {
  float: left;
  display: inline;
  margin-left: 10px;
  width: 400px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
}

.newsList-2 li.pic {
  margin-bottom: 8px;
  width: 195px;
  height: auto;
}

.newsList-2 li.pic .u-img {
  display: block;
  width: 195px;
  height: 100px;
  overflow: hidden;
}

.newsList-3 {
  padding: 28px 15px 15px;
}

.newsList-3 a {
  color: #4e4e4e;
}

.newsList-3 a:hover {
  color: #3493de;
}

.newsList-3 li {
  zoom: 1;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
}

.newsList-3 li:after {
  content: ".";
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}

.newsList-3 .date {
  float: right;
  display: inline;
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}

.m-about {
  height: 285px;
  background: #fff;
}

.m-about .conBox {
  margin-top: 15px;
  padding: 0 15px;
}

.m-about .conBox .u-img img {
  width: 285px;
  height: 108px;
}

.m-about .conBox .u-con {
  margin-top: 14px;
  height: 96px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.m-banner {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

.m-banner a {
  display: block;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.m-banner a:hover {
  -webkit-filter: brightness(1.15);
  -moz-filter: brightness(1.15);
  filter: brightness(1.15);
}

.m-banner img {
  visibility: hidden;
}

.m-notice {
  background: #fff;
}

.m-notice .newsList-3 {
  margin-top: 9px;
  padding-top: 18px;
  border-top: solid 1px #f0f3f3;
}

.m-team {
  padding-bottom: 15px;
  background: #fff;
}

.m-team .listBox {
  margin: 15px 17px 0 15px;
}

.m-team .listBox li {
  float: left;
  display: inline;
  margin-right: 8px;
  width: 160px;
}

.m-team .listBox .u-box {
  position: relative;
  zoom: 1;
  display: block;
}

.m-team .listBox .u-box:hover .u-name {
  padding: 92px 0 90px;
  background-image: url(../images/pngbg-3493de-90.png);
}

.m-team .listBox .u-img {
  display: block;
  width: 160px;
  height: 222px;
  overflow: hidden;
}

.m-team .listBox .u-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 0 10px;
  text-align: center;
  background: url(../images/pngbg-fff-60.png) repeat;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.m-team .listBox .u-name h4 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
}

.m-team .listBox .u-name p {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
}

.m-team .listBox .u-name,
.m-team .listBox .u-name h4,
.m-team .listBox .u-name p {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.m-team .listBox .u-box:hover .u-name h4,
.m-team .listBox .u-box:hover .u-name p {
  color: #fff;
}

.m-picture {
  padding: 15px 0;
  background: #fff;
}

.m-picture .tabBox {
  margin: 0 15px;
}

.m-picture .tabTitle .more {
  float: right;
  display: inline;
  margin-left: 10px;
  padding-right: 18px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999;
  background: url(../images/ico-more.png) right center no-repeat;
}

.m-picture .tabTitle .more:hover {
  color: #ff293d;
}

.m-picture .tabTitle ul {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.m-picture .tabTitle li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 5px;
}

.m-picture .tabTitle li a {
  display: block;
  padding: 0 10px;
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  background: #ededed;
  border-radius: 4px 4px 0 0;
}

.m-picture .tabTitle li.on a {
  color: #fff;
  background: #3493de;
}

.m-picture .tabCon {
  margin-top: 10px;
  padding-right: 1px;
}

.m-picture .listBox li {
  float: left;
  display: inline;
  margin-right: 8px;
  width: 205px;
}

.m-picture .listBox .u-box {
  display: block;
}

.m-picture .listBox .u-box:hover {
  color: #3493de;
}

.m-picture .listBox .u-img {
  display: block;
  width: 205px;
  height: 150px;
  overflow: hidden;
}

.m-picture .listBox .u-name {
  margin-top: 10px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}

.m-guide {
  background: #fff;
}

.m-guide .listBox {
  margin-top: 10px;
  padding: 20px 15px;
  border-top: solid 1px #f0f3f3;
}

.m-guide .listBox li {
  margin-top: 14px;
}

.m-guide .listBox li:nth-child(1) {
  margin: 0;
}

.m-guide .listBox li:nth-child(1) .u-box {
  background: #77c5d3;
}

.m-guide .listBox li:nth-child(1) .u-box:before {
  background-position: 0 0;
}

.m-guide .listBox li:nth-child(2) .u-box {
  background: #7793d3;
}

.m-guide .listBox li:nth-child(2) .u-box:before {
  background-position: 0 -64px;
}

.m-guide .listBox .u-box {
  position: relative;
  zoom: 1;
  display: block;
  padding: 16px 0 18px 104px;
  color: #fff;
  border-radius: 36px;
}

.m-guide .listBox .u-box:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 80px;
  height: 64px;
  overflow: hidden;
  background: #fff url(../images/ico-guide.png) no-repeat;
  border-radius: 32px;
}

.m-guide .listBox .u-box h4 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
}

.m-guide .listBox .u-box p {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

.m-links {
  background: #fff;
}

.m-links .listBox {
  margin-top: 8px;
  padding: 10px 15px;
  border-top: solid 1px #efefef;
}

.m-links .listBox li {
  float: left;
  display: inline;
  margin-right: 9px;
  width: 122px;
}

.m-links .listBox .u-box {
  display: block;
}

.m-links .listBox .u-img {
  display: block;
  width: 122px;
  height: 70px;
  overflow: hidden;
}

.m-links .listBox .u-name {
  margin-top: 4px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.footer-box {
  position: relative;
  z-index: 10;
}

.footer-box a:hover {
  text-decoration: underline;
}

.footer-box,
.footer-box a {
  font-size: 14px;
  color: #fff;
}

.footer-nav {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}

.footer-nav li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
}

.footer-nav li:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-top: 10px;
  width: 1px;
  height: 10px;
  overflow: hidden;
  background: #fff;
  filter: alpha(opacity=40);
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}

.footer-nav li:first-child:before {
  display: none;
}

.footer-nav li:first-child a {
  margin-left: 0;
}

.footer-nav li.first:before {
  display: none;
}

.footer-nav li.first a {
  margin-left: 0;
}

.footer-nav a {
  margin: 0 15px;
}

.footer-text {
  margin-top: 8px;
  line-height: 24px;
}

.m-client {
  position: fixed;
  z-index: 99;
  top: 50%;
  right: 10px;
  margin-top: -107px;
  width: 182px;
  _position: absolute;
}

.m-client .title {
  padding: 0 12px 0 64px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(81deg, #3697D8 -40%, #78C3F5 53%, #3697D8 140%);
  border-radius: 10px 10px 0px 0px;
}

.m-client .title:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 13px 10px 0 -32px;
  width: 32px;
  height: 27px;
  overflow: hidden;
  background: url(../images/new/ic-serve2.png) 0 0 no-repeat;
}

.m-client ul {
  padding: 15px 12px 10px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  -webkit-box-shadow: 0 3px 4px rgba(64, 64, 64, 0.28);
  box-shadow: 0 3px 4px rgba(64, 64, 64, 0.28);
}

.m-client li {
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.m-client li:nth-child(1) a:before {
  width: 26px;
  height: 26px;
  background-position: 0 -70px;
  -webkit-transform: translate(2px, -2px);
          transform: translate(2px, -2px);
}

.m-client li:nth-child(2) a:before {
  width: 26px;
  height: 22px;
  background-position: 0 0px;
}

.m-client li:nth-child(3) a:before {
  width: 26px;
  height: 24px;
  background-position: 0 -22px;
}

.m-client li:nth-child(4) a:before {
  width: 26px;
  height: 24px;
  background-position: 0 -46px;
}

.m-client li:nth-child(5) a:before {
  width: 26px;
  height: 30px;
  background-position: 0 -123px;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.m-client li.child-1 a:before {
  background-position: 0 -70px;
}

.m-client li.child-2 a:before {
  background-position: 0 0px;
}

.m-client li.child-3 a:before {
  background-position: 0 -22px;
}

.m-client li.child-4 a:before {
  background-position: 0 -46px;
}

.m-client li.child-5 a:before {
  background-position: 0 -123px;
}

.m-client a {
  display: block;
  padding: 0 10px 0 56px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #CCCCCC;
  border-radius: 10px;
}

.m-client a:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 9px 10px 0 -32px;
  overflow: hidden;
  background: url(../images/new/ic-client.png) no-repeat;
}

.m-client a:hover {
  background: #3a9dde;
}

.sub-box {
  padding: 10px 0;
}

.m-sub {
  position: relative;
  zoom: 1;
  background: #fff;
}

.m-sub:before {
  content: "";
  position: absolute;
  top: 0;
  right: 960px;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background: #efefef;
}

.m-sub .left-column {
  position: relative;
  z-index: 5;
  width: 240px;
}

.m-sub .right-column {
  width: 960px;
}

.m-sub .m-content {
  padding-bottom: 20px;
  min-height: 400px;
  _height: 400px;
}

.sub-menu-title {
  position: relative;
  zoom: 1;
  padding: 20px 20px 16px 62px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(81deg, #3697D8 -10%, #78C3F5 53%, #3697D8 110%);
}

.sub-menu-title:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 24px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background: url(../images/sub/ico-menu-title.png) no-repeat;
}

.sub-menu-title h2 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
}

.sub-menu-title p {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

.sub-menu h4 {
  border-bottom: solid 1px #e9e9e9;
}

.sub-menu h4 a {
  position: relative;
  zoom: 1;
  display: block;
  padding: 0 44px 0 22px;
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

.sub-menu h4 a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background: url(../images/sub/ico-menu.gif) no-repeat;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.sub-menu ul {
  display: none;
}

.sub-menu li {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: solid 1px #e9e9e9;
}

.sub-menu li a {
  display: block;
  padding: 0 22px;
  font-size: 14px;
  color: #999;
}

.sub-menu li a:hover {
  color: #3697D8;
}

.sub-menu h4.current a,
.sub-menu h4.hover a {
  color: #3697D8;
}

.sub-menu h4.current a:before,
.sub-menu h4.hover a:before {
  background-image: url(../images/sub/ico-menu-hover.gif);
}

.sub-contact {
  margin-top: 16px;
}

.sub-contact .title {
  position: relative;
  zoom: 1;
  padding: 0 20px 0 62px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 18px;
}

.sub-contact .title:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 5px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  background: url(../images/sub/ico-contact-title.png) no-repeat;
}

.sub-contact .conBox {
  padding: 12px;
  color: #666;
}

.sub-contact .conBox .map {
  margin-bottom: 15px;
}

.sub-contact .conBox .map img {
  width: 216px;
}

.sub-contact .conBox h4 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-bottom: 5px;
  padding: 0 8px;
  font-weight: normal;
  color: #fff;
  background: #72a063;
  border-radius: 12px;
}

.sub-contact .conBox p {
  margin-bottom: 10px;
  padding: 0 8px;
  font-size: 14px;
}

.sub-title {
  padding: 1px 26px 0;
  height: 72px;
  line-height: 72px;
  overflow: hidden;
  border-bottom: solid 1px #e6e6e6;
}

.sub-title h2 {
  font-size: 16px;
  font-weight: normal;
  color: #3697D8;
}

.sub-title h2 span {
  font-size: 12px;
  color: #999;
}

.m-current {
  float: right;
  display: inline;
  margin-left: 20px;
  padding-left: 21px;
  background: url(../images/sub/ico-current.png) 0 center no-repeat;
}

.m-current a:hover {
  color: #3697D8;
}

.m-current,
.m-current a {
  font-size: 14px;
  color: #666;
}

.sub-registration {
  padding: 26px;
}

.sub-registration .title {
  padding-right: 50%;
  height: 100px;
  background: #72a063 url(../images/sub/bg-registration-title.png) right center no-repeat;
  border-radius: 10px;
}

.sub-registration .title p {
  padding: 24px 40px 0;
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}

.sub-registration .l-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.sub-registration .formBox {
  padding: 40px 0 40px 168px;
}

.sub-registration .formBox li {
  zoom: 1;
  margin-bottom: 16px;
  line-height: 36px;
  font-size: 0;
}

.sub-registration .formBox li:after {
  content: ".";
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}

.sub-registration .formBox .u-name {
  float: left;
  display: inline;
  margin: 0 14px 0 -168px;
  width: 154px;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}

.sub-registration .formBox .u-name span {
  color: #fc0239;
}

.sub-registration .formBox .l-li-title {
  float: none;
  margin: auto;
}

.sub-registration .formBox .u-date {
  cursor: text;
}

.sub-registration .formBox span.tips {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-left: 15px;
  font-size: 14px;
  color: #666;
}

.sub-registration .formBox .u-radio {
  margin-right: 22px;
  font-size: 14px;
  cursor: pointer;
}

.sub-registration .formBox .u-radio input {
  display: none;
}

.sub-registration .formBox .u-radio .ico,
.sub-registration .formBox .u-radio .ico2 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 10px 12px 0 0;
  padding: 2px;
  width: 7px;
  height: 7px;
  overflow: hidden;
  border: solid 3px #ccc;
  border-radius: 50%;
}

.sub-registration .formBox .u-radio .ico:before,
.sub-registration .formBox .u-radio .ico2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}

.sub-registration .formBox .u-radio.active .ico {
  border-color: #72a063;
}

.sub-registration .formBox .u-radio.active .ico:before {
  background-color: #72a063;
}

.sub-registration .formBox .u-radio.active .ico2 {
  border-color: #3493de;
}

.sub-registration .formBox .u-radio.active .ico2:before {
  background-color: #3493de;
}

.sub-registration .formBox .u-textarea {
  vertical-align: top;
  padding: 5px 12px;
  width: 650px;
  height: 128px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: 3px 3px 3px rgba(224, 224, 224, 0.32);
  box-shadow: 3px 3px 3px rgba(224, 224, 224, 0.32) inset;
}

.sub-registration .l-formBox {
  padding: 20px 0 20px 168px;
}

.sub-registration .upload-text {
  color: #333333;
  font-size: 13px;
}

.sub-registration .upload-text2 {
  color: #333333;
  font-size: 13px;
  padding: 24px 0 0 0;
}

.sub-registration .btnBox {
  padding-top: 10px;
  line-height: 0;
  font-size: 0;
}

.sub-registration .btnBox .btn {
  vertical-align: top;
  margin-right: 10px;
  width: 112px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  border: 0 none;
  border-radius: 4px;
}

.sub-registration .btnBox .btn-1 {
  background: #72a063;
}

.sub-registration .btnBox .btn-up {
  width: 160px;
}

.sub-registration .btnBox .btn-3 {
  background: #3493de;
}

.sub-registration .btnBox .btn-2 {
  background: #999;
}

.sub-registration .btnBox p.tips {
  margin-top: 22px;
  padding-left: 36px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  background: url(../images/sub/ico-tips.png) 0 center no-repeat;
}

.sub-registration .formBox .u-text,
.sub-registration .formBox .u-date {
  vertical-align: top;
  padding: 0 12px;
  width: 270px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: 3px 3px 3px rgba(224, 224, 224, 0.32);
  box-shadow: 3px 3px 3px rgba(224, 224, 224, 0.32) inset;
}

.sub-timetable .searchBox {
  padding: 36px 26px;
  line-height: 36px;
  font-size: 0;
  text-align: center;
}

.sub-timetable .searchBox .u-name {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin-right: 5px;
  font-size: 18px;
}

.sub-timetable .searchBox .u-date {
  vertical-align: top;
  padding: 0 12px;
  width: 270px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  border: solid 1px #e5e5e5;
  cursor: text;
  -webkit-box-shadow: 3px 3px 3px rgba(224, 224, 224, 0.32);
  box-shadow: 3px 3px 3px rgba(224, 224, 224, 0.32) inset;
}

.sub-timetable .searchBox .u-btn {
  margin-left: 12px;
  width: 92px;
  height: 36px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  color: #fff;
  border: 0 none;
  background: linear-gradient(81deg, #3697D8 0%, #78C3F5 53%, #3697D8 100%);
  cursor: pointer;
  border-radius: 4px;
}

.sub-timetable .tableBox {
  padding: 28px 26px 40px;
  border-top: solid 1px #ececec;
}

.sub-timetable .tableBox .title {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #3a9dde;
}

.sub-timetable .tableBox table {
  margin-top: 24px;
  text-align: center;
}

.sub-timetable .tableBox th {
  padding: 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: normal;
  background: #f1f1f1;
}

.sub-timetable .tableBox td {
  padding: 20px 10px;
  width: 28%;
  line-height: 18px;
  font-size: 14px;
  color: #666;
  border: solid 1px #f0f0f0;
}

.sub-timetable .tableBox a {
  color: #666;
  text-decoration: underline;
}

.sub-timetable .tableBox a:hover {
  color: #3a9dde;
}

.sub-item {
  position: relative;
  zoom: 1;
  margin: 0 auto;
  padding: 50px 0;
  width: 830px;
  min-height: 200px;
  _height: 200px;
}

.sub-item .title {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 0;
  padding: 54px 20px 0;
  width: 160px;
  height: 146px;
  border: none;
  background: url(../images/sub/bg-item-title.jpg) no-repeat;
}

.sub-item .title h2 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  color: #48a0dc;
}

.sub-item .title p {
  margin-top: 10px;
  text-align: center;
  height: 90px;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.sub-item ul {
  margin: -10px 0 0 -10px;
}

.sub-item li {
  float: left;
  display: inline;
  margin: 10px 0 0 10px;
  width: 200px;
}

.sub-item li:nth-child(1) {
  margin-left: 210px;
}

.sub-item li:nth-child(1) .ico {
  background-position: 0 0;
}

.sub-item li.child-1 {
  margin-left: 220px;
}

.sub-item li.child-1 .ico {
  background-position: 0 0;
}

.sub-item li:nth-child(2) .ico {
  background-position: 0 -80px;
}

.sub-item li:nth-child(3) .ico {
  background-position: 0 -720px;
}

.sub-item li:nth-child(4) .ico {
  background-position: 0 -240px;
}

.sub-item li:nth-child(5) .ico {
  background-position: 0 -320px;
}

.sub-item li:nth-child(6) .ico {
  background-position: 0 -400px;
}

.sub-item li:nth-child(7) .ico {
  background-position: 0 -480px;
}

.sub-item li:nth-child(8) .ico {
  background-position: 0 -560px;
}

.sub-item li:nth-child(9) .ico {
  background-position: 0 -640px;
}

.sub-item li:nth-child(10) .ico {
  background-position: 0 -160px;
}

.sub-item li.child-2 .ico {
  background-position: 0 -80px;
}

.sub-item li.child-3 .ico {
  background-position: 0 -720px;
}

.sub-item li.child-4 .ico {
  background-position: 0 -240px;
}

.sub-item li.child-5 .ico {
  background-position: 0 -320px;
}

.sub-item li.child-6 .ico {
  background-position: 0 -400px;
}

.sub-item li.child-7 .ico {
  background-position: 0 -480px;
}

.sub-item li.child-8 .ico {
  background-position: 0 -560px;
}

.sub-item li.child-9 .ico {
  background-position: 0 -640px;
}

.sub-item li.child-10 .ico {
  background-position: 0 -160px;
}

.sub-item .u-box {
  display: block;
  padding: 38px 0 0;
  height: 158px;
  text-align: center;
  border: solid 2px #63b9f3;
}

.sub-item .u-box:hover {
  color: #fff;
  background: #63b9f3;
}

.sub-item .u-box:hover p {
  color: #fff;
}

.sub-item .ico {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border: solid 2px #a2cff2;
  background: #fff url(../images/new/ic-menu.png) no-repeat;
  border-radius: 50%;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.sub-item h4 {
  margin-top: 8px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
}

.sub-item p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.sub-hospitalized {
  padding: 34px 26px;
}

.sub-hospitalized .title h2 {
  width: 140px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #76bbe9;
  border-radius: 21px;
}

.sub-hospitalized .listBox {
  margin-top: 30px;
  line-height: 0;
  font-size: 0;
}

.sub-hospitalized .listBox dl {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 0 124px 20px 0;
  width: 330px;
}

.sub-hospitalized .listBox dt {
  padding: 8px 0;
  line-height: 24px;
  font-size: 18px;
}

.sub-hospitalized .listBox dd {
  margin-bottom: 10px;
}

.sub-hospitalized .listBox dd a {
  display: block;
  padding: 4px 10px;
  line-height: 18px;
  font-size: 14px;
  color: #666;
  background: #dedede;
  border-radius: 10px;
}

.sub-hospitalized .listBox dd a:hover {
  color: #fff;
  background: #76bbe9;
}

.sub-research {
  padding-bottom: 20px;
}

.sub-research a:hover {
  color: #3f96d2;
}

.sub-research .picBox {
  padding: 20px 26px;
}

.sub-research .picBox ul {
  margin: -10px 0 0 -10px;
}

.sub-research .picBox li {
  float: left;
  display: inline;
  margin: 10px 0 0 10px;
  width: 296px;
}

.sub-research .picBox .u-box {
  display: block;
}

.sub-research .picBox .u-img {
  display: block;
  width: 296px;
  height: 154px;
  overflow: hidden;
}

.sub-research .picBox .u-name {
  margin-top: 18px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-weight: normal;
}

.sub-research .textBox {
  padding: 0 26px;
  border-top: solid 1px #e4e4e4;
}

.sub-research .textBox li {
  zoom: 1;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  border-bottom: dashed 1px #dadada;
}

.sub-research .textBox li:after {
  content: ".";
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}

.sub-research .textBox a:hover {
  color: #3f96d2;
}

.sub-research .textBox .date {
  float: right;
  display: inline;
  margin-left: 10px;
  font-size: 12px;
  color: #999;
}

.sub-pic {
  padding: 28px 25px;
}

.sub-pic ul {
  margin: -24px 0 0 -30px;
}

.sub-pic li {
  float: left;
  display: inline;
  margin: 24px 0 0 30px;
  width: 205px;
}

.sub-pic .u-box {
  display: block;
}

.sub-pic .u-box:hover {
  color: #3493de;
}

.sub-pic .u-img {
  display: block;
  width: 205px;
  height: 150px;
  overflow: hidden;
}

.sub-pic .u-name {
  margin-top: 10px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
}

.sub-news {
  padding: 0 26px 20px;
}

.sub-news li {
  zoom: 1;
  padding: 24px 0;
  border-bottom: solid 1px #e6e6e6;
}

.sub-news li:after {
  content: ".";
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}

.sub-news li.hot .u-name {
  padding-right: 36px;
}

.sub-news li.hot .u-name:after {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 8px -36px 0 5px;
  width: 31px;
  height: 16px;
  overflow: hidden;
  background: url(../images/ico-hot.png) no-repeat;
}

.sub-news a:hover {
  color: #3493de;
}

.sub-news .u-date {
  float: right;
  display: inline;
  margin: 24px 0 0 40px;
  width: 82px;
  text-align: center;
  color: #666;
  border: solid 1px #d8d8d8;
}

.sub-news .u-date .DD {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-size: 30px;
}

.sub-news .u-date .YYMM {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  border-top: solid 1px #dbdbdb;
}

.sub-news .u-img {
  float: left;
  display: inline;
  margin-right: 20px;
  width: 200px;
  height: 140px;
  overflow: hidden;
}

.sub-news .u-name {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
}

.sub-news .u-con {
  margin-top: 10px;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.sub-news .u-more {
  display: block;
  margin-top: 22px;
  width: 124px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  color: #666;
  background: #ebebeb;
  border-radius: 6px;
}

.sub-news .u-more:hover {
  color: #fff;
  background: #3f96d2;
}

.detail-share {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.detail-share h4 {
  float: left;
  display: inline;
  line-height: 28px;
  font-weight: normal;
}

.detail-share a {
  -webkit-transition: none;
  transition: none;
}

.detail-share .bdsharebuttonbox {
  float: right;
  display: inline;
}

.detail-page {
  margin-top: 20px;
  padding: 0 26px;
  background: #efefef;
}

.detail-page .page-text {
  overflow: hidden;
  width: 48%;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666;
}

.detail-page .page-text a {
  color: #666;
}

.detail-page .page-text a:hover {
  color: #3f96d2;
}

.detail-page .f-fr {
  text-align: right;
}

/******************** sub-content ********************/
.sub-content {
  padding: 26px;
}

.sub-content img {
  max-width: 908px;
  _width: expression((documentElement.clientWidth < 908) ? "" : "908px");
}

.sub-content .f-fl {
  width: auto;
  margin: 0 0 10px 10px;
}

.sub-content h1 {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
}

.sub-content p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}

.sub-content #platform img {
  max-width: none;
  _width: none;
}

.con-contact {
  margin-top: 32px;
  padding: 26px 0;
  background: #f5f5f5;
}

.con-contact td {
  padding: 0 70px;
  width: 50%;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.con-contact td:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  margin: 5px 12px 0 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url(../images/sub/ico-con-contact.png) no-repeat;
}

.con-contact .tel:before {
  background-position: 0 0;
}

.con-contact .mail:before {
  background-position: 0 -20px;
}

.con-contact .addr:before {
  background-position: 0 -40px;
}

.con-contact .fax:before {
  background-position: 0 -60px;
}

.con-map {
  margin-top: 10px;
}

.sub-content-team {
  padding: 0 26px 26px;
}

.sub-content-team h1 {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
}

.sub-content-team .listBox {
  margin: 30px 0 0;
}

.sub-content-team .listBox ul {
  margin: -27px 0 0 -27px;
}

.sub-content-team .listBox li {
  float: left;
  display: inline;
  margin: 27px 0 0 27px;
  width: 160px;
}

.sub-content-team .listBox .u-box {
  position: relative;
  zoom: 1;
  display: block;
}

.sub-content-team .listBox .u-box:hover .u-name {
  padding: 92px 0 90px;
  background-image: url(../images/pngbg-3493de-90.png);
}

.sub-content-team .listBox .u-img {
  display: block;
  width: 160px;
  height: 222px;
  overflow: hidden;
}

.sub-content-team .listBox .u-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 0 10px;
  text-align: center;
  background: url(../images/pngbg-fff-60.png) repeat;
}

.sub-content-team .listBox .u-name h4 {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
}

.sub-content-team .listBox .u-name p {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.sub-content-team .listBox .u-name,
.sub-content-team .listBox .u-name h4,
.sub-content-team .listBox .u-name p {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sub-content-team .listBox .u-box:hover .u-name h4,
.sub-content-team .listBox .u-box:hover .u-name p {
  color: #fff;
}

.sub-team .formBox {
  padding: 32px 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.sub-team .formBox .u-select {
  margin: 0 16px;
}

.sub-team .formBox .u-select h4 {
  line-height: 36px;
  font-size: 18px;
  font-weight: normal;
}

.sub-team .formBox .u-select select {
  vertical-align: top;
  width: 295px;
  height: 36px;
  border: solid 1px #e5e5e5;
}

.sub-team .formBox .u-select input {
  vertical-align: top;
  padding: 0 4px;
  width: 285px;
  height: 34px;
  border: solid 1px #e5e5e5;
  cursor: text;
}

.sub-team .listBox {
  padding: 0 26px 20px;
  border-top: solid 1px #e6e6e6;
}

.sub-team .listBox li {
  zoom: 1;
  padding: 26px 0;
  border-bottom: solid 1px #e6e6e6;
}

.sub-team .listBox li:after {
  content: ".";
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  clear: both;
}

.sub-team .listBox .u-more {
  float: right;
  display: inline;
  margin: 60px 70px 60px 90px;
  width: 64px;
  height: 64px;
  overflow: hidden;
  background: #e8e8e8 url(../images/sub/ico-more.gif) center no-repeat;
  border-radius: 50%;
}

.sub-team .listBox .u-more:hover {
  background: #3f96d2 url(../images/sub/ico-more-hover.gif);
}

.sub-team .listBox .u-img {
  float: left;
  display: inline;
  margin-right: 32px;
  width: 140px;
  height: 196px;
  overflow: hidden;
}

.sub-team .listBox .u-name {
  padding-top: 24px;
  margin-bottom: 10px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
}

.sub-team .listBox .u-con {
  margin-bottom: 16px;
  padding-left: 5em;
  line-height: 18px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
}

.sub-team .listBox .u-con span {
  margin-left: -5em;
  width: 5em;
}

.sub-team .formBox .u-select,
.sub-team .formBox .u-select h4 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}

.team-detail .detail-con {
  padding: 30px 26px;
}

.team-detail .imgBox {
  float: left;
  display: inline;
  margin-right: 50px;
  width: 234px;
}

.team-detail .imgBox img {
  width: 234px;
}

.team-detail .conBox {
  padding-top: 38px;
  overflow: hidden;
}

.team-detail .conBox h1 {
  margin-bottom: 26px;
  line-height: 24px;
  font-size: 18px;
}

.team-detail .conBox .u-con {
  margin-bottom: 16px;
  padding-left: 5em;
  line-height: 18px;
  font-size: 14px;
  color: #666;
}

.team-detail .conBox .u-con span {
  margin-left: -5em;
  width: 5em;
}

.team-detail .conBox .u-tips {
  line-height: 24px;
  color: #fc0239;
}

.team-detail .detail-table {
  padding: 20px 0;
  border-top: solid 1px #e6e6e6;
  padding: 20px 26px;
}

.team-detail .detail-table .title {
  margin-bottom: 22px;
  text-align: center;
}

.team-detail .detail-table .title h2 {
  padding: 10px 40px;
  line-height: 22px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  color: #fff;
  background: #76bbe9;
  border-radius: 21px;
}

.team-detail .detail-table table {
  line-height: 24px;
  text-align: center;
  border: solid 1px #e4e4e4;
}

.team-detail .detail-table th {
  padding: 10px;
  width: 25%;
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  color: #525252;
  border-bottom: solid 1px #e4e4e4;
  background: url(../images/sub/bg-team-table.gif) center bottom repeat-x;
}

.team-detail .detail-table td {
  padding: 8px;
  font-size: 14px;
  color: #666;
  border-left: solid 1px #e4e4e4;
}

.team-detail .detail-table td img {
  margin: 0 auto;
  display: block;
}

.team-detail .detail-table tr:nth-child(odd) {
  background: #f9f9f9;
}

.team-detail .detail-table tr.child-even {
  background: #f9f9f9;
}

.pro-detail {
  padding: 20px 26px;
}

.pro-detail h1 {
  line-height: 32px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  text-align: center;
}

.pro-detail .detail-img {
  position: relative;
  zoom: 1;
  padding: 12px 0;
  text-align: center;
}

.pro-detail .detail-img .debtn-prev {
  left: 0;
  background-position: left 0 !important;
}

.pro-detail .detail-img .debtn-next {
  right: 0;
  background-position: right 0 !important;
}

.pro-detail .detail-con {
  line-height: 24px;
  padding: 12px 0;
  font-size: 14px;
}

.pro-detail .detail-time,
.pro-detail .detail-user {
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  color: #999;
  border-bottom: solid 1px #e1e1e1;
}

.pro-detail .detail-img img,
.pro-detail .detail-con img {
  max-width: 908px;
  _width: expression((documentElement.clientWidth < 908) ? "" : "908px");
}

.pro-detail .detail-img .debtn-prev,
.pro-detail .detail-img .debtn-next {
  position: absolute;
  z-index: 11;
  top: 50%;
  display: block;
  width: 54px;
  height: 87px;
  margin-top: -44px;
  background: url(../images/sub/pic-debtn.gif) no-repeat;
  opacity: .3;
  filter: alpha(opacity=30);
  -moz-opacity: .3;
  -khtml-opacity: .3;
}

.pro-detail .detail-img .debtn-prev:hover,
.pro-detail .detail-img .debtn-next:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  -khtml-opacity: .8;
}

.news-detail {
  padding: 20px 26px;
}

.news-detail h1 {
  line-height: 32px;
  font-size: 18px;
  font-family: 'Microsoft YaHei';
  text-align: center;
}

.news-detail .detail-img {
  padding: 12px 0;
  text-align: center;
}

.news-detail .detail-con {
  line-height: 24px;
  padding: 12px 0;
  font-size: 14px;
}

.news-detail .detail-time,
.news-detail .detail-user {
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  color: #999;
  border-bottom: solid 1px #e1e1e1;
}

.news-detail .detail-img img,
.news-detail .detail-con img {
  max-width: 908px;
  _width: expression((documentElement.clientWidth < 908) ? "" : "908px");
}

.sub-message {
  padding: 40px 20px;
}

.sub-message .m-textimg {
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
}

.sub-message .m-textimg img {
  float: left;
  margin-right: 15px;
}

.sub-message i {
  display: inline-block;
  padding-right: 5px;
  font-style: normal;
  color: #f00;
  *display: inline;
  *zoom: 1;
}

.sub-message .m-tage {
  padding: 5px 0;
}

.sub-message .m-form {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e9e9e9;
  background: #fcfcfc;
}

.sub-message .m-form table td {
  padding: 7px 0;
}

.sub-message .m-form table input {
  width: 60%;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  vertical-align: top;
}

.sub-message .m-form .td-textarea {
  width: 60%;
  vertical-align: middle;
}

.sub-message .m-form .td-textarea label {
  float: left;
}

.sub-message .m-form .td-textarea textarea {
  width: 70%;
  height: 168px;
  padding: 5px;
  vertical-align: middle;
}

.sub-message table {
  width: 100%;
}

.sub-message label {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: right;
}

.sub-message .m-submit {
  text-align: right;
  vertical-align: top;
}

.sub-message .m-submit img {
  margin-left: 5px;
  vertical-align: top;
}

.sub-message .m-submit .btn {
  width: 80px;
  height: 28px;
  line-height: 24px;
  margin: 0;
  margin-left: 5px;
  font-family: 'microsoft yahei';
  font-size: 14px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: #bf0000;
}

.sub-message .m-submit input {
  width: 80px;
  height: 24px;
  line-height: 24px;
  margin: 0;
  padding-left: 5px;
  vertical-align: top;
  cursor: auto;
}

.sub-message .m-submit input,
.sub-message .m-form table input,
.sub-message .m-form .td-textarea textarea {
  font-family: 'microsoft yahei';
  border: 1px solid #ddd;
  background: #fff;
}
/*# sourceMappingURL=index.css.map */