﻿.header {
  height: 70px;
  box-shadow: 0 4px 10px #eee;
}

.header .li {
  padding: 0 30px;
  line-height: 70px;
}

.header .li.on {
  color: #fe653c;
  font-weight: 700;
  background: url(../image/top_on.png) no-repeat center 45px;
}

.header .lis {
  line-height: 70px;
}

.header .lis .down-list {
  position: absolute;
  left: 50%;
  top: 100%;
  line-height: 36px;
  width: 110px;
  margin-left: -55px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 4px;
  z-index: 9999;
  display: none;
}

.header .lis .down-list .a {
  border-bottom: 1px solid #eee;
  padding: 0 5px;
}

.header .lis .down-list .a:last-child {
  border-bottom: none;
}

.header .lis .down-list .a:hover {
  background: #fdfdfd;
}

.header .lis:hover .down-list, .header .lis .down-list:hover {
  display: block;
}

.header .search-box {
  padding-top: 17px;
}

.header .search {
  padding-left: 50px;
  height: 36px;
  line-height: 36px;
  width: 240px;
  background: #f4f5f6 url(../image/search.png) no-repeat 24px;
  border-radius: 18px;
}

.header .phone {
  padding-top: 17px;
}

.header .phone .a {
  width: 116px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #5abf83;
  color: #5abf83;
}

.header .phone .a span {
  padding-left: 17px;
  background: url(../image/phone.png) no-repeat left;
}

.qrcode-img-box .qrcode-img {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 20px;
  transform: translateX(-50%);
  background: #fff;
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 1px solid #eee;
  z-index: 99;
}

.qrcode-img-box .qrcode-img:before {
  position: absolute;
  left: 50%;
  top: -6px;
  width: 6px;
  height: 6px;
  content: '';
  border: 1px solid #eee;
  border-left: none;
  border-bottom: none;
  transform: rotate(-45deg);
  background: #fff;
}

.qrcode-img-box:hover .qrcode-img {
  display: block;
}

.down-icon {
  padding-right: 18px;
  background: url(../image/down.png) no-repeat right;
}

.banner .img {
  width: 100%;
}

.banner .hd {
  position: absolute;
  right: 88px;
  top: 55%;
  margin-top: 5px;
}

.banner .hd a {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 8px #ff6d4f;
  background: #ff6d4f;
}

.banner .hd li {
  margin-bottom: 10px;
}

.banner .hd li.on a {
  width: 10px;
  height: 10px;
  box-shadow: none;
}

.index-navs {
  box-shadow: 0 3px 8px #eee;
}

.index-navs .cell {
  width: 20%;
  background: url(../image/dz-icon.png) no-repeat 10px;
}

.index-navs .cell.icon2 {
  background-image: url(../image/qyrz-icon.png);
}

.index-navs .cell.icon3 {
  background-image: url(../image/home-icon.png);
}

.index-navs .cell.icon4 {
  background-image: url(../image/video-icon.png);
}

.index-navs .cell.icon5 {
  background-image: url(../image/zxlm-icon.png);
}

.rmyly .h2 {
  padding-left: 30px;
  background: url(../image/title-icon.png) no-repeat left top;
}

.rmyly .h2 .sanjiao:after {
  position: absolute;
  right: -20px;
  top: -15px;
  border: 8px solid transparent;
  border-top-color: red;
  content: '';
  transform: rotate(-135deg);
}

.rmyly .area .a {
  padding: 0 15px;
  border-radius: 16px;
  margin: 0 6px;
}

.rmyly .area .a:hover, .rmyly .area .a.on {
  background: #fe5726;
  color: #fff;
}

.rmyly .list {
  margin-right: -25px;
}

.rmyly .list .a {
  background: #f9f9f9;
  border-radius: 4px;
  width: 280px;
}

.rmyly .list .a .img {
  height: 186px;
  border-radius: 4px;
}

.title-more {
  padding-right: 20px;
  background: url(../image/right.png) no-repeat right;
}

.index-ylzx .right-top {
  height: 210px;
  padding-left: 350px;
}

.index-ylzx .right-top .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  border-radius: 4px;
}

.index-ylzx .right-top .img .des {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 6px;
  line-height: 50px;
  background: url(../image/bj1.png) repeat-x left top/auto 100%;
}

.index-ylzx .right-top ul li:before {
  margin-right: 10px;
  display: inline-block;
  width: 4px;
  height: 4px;
  content: '';
  background: #d5d5d5;
  border-radius: 50%;
  vertical-align: middle;
}

.index-ylzx .right-top ul li:first-child {
  font-size: 18px;
  font-weight: 700;
}

.index-ylzx .right-bottom {
  margin-right: -23px;
}

.index-ylzx .right-bottom .a {
  width: 200px;
  margin-right: 23px;
}

.index-ylzx .right-bottom .a .img {
  height: 132px;
  border-radius: 4px;
}

.index-ylzx .right-news-list {
  background: #f9f9f9;
  border-radius: 4px;
}

.index-ylzx .right-news-list ul li:before {
  position: absolute;
  left: 0px;
  top: 25px;
  width: 5px;
  height: 5px;
  content: '';
  border-radius: 50%;
  background: #d5d5d5;
}

.index-ylzx .right-news-list ul li .hover-show {
  height: 60px;
  padding-left: 100px;
}

.index-ylzx .right-news-list ul li .hover-show .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 100%;
  border-radius: 4px;
}

.index-ylzx .right-news-list ul li.on:before {
  background: #fe5e34;
}

.index-ylzx .right-news-list ul li.on .hover-show {
  display: block;
}

.index-ylzx .right-news-list ul:hover li:before {
  background: #d5d5d5;
}

.index-ylzx .right-news-list ul:hover li .hover-show {
  display: none;
}

.index-ylzx .right-news-list ul:hover li:hover .hover-show {
  display: block;
}

.index-ylzx .right-news-list ul:hover li:hover:before {
  background: #fe5e34;
}

.index-video {
  padding-left: 470px;
  height: 390px;
  margin-right: -20px;
}

.index-video .left {
  box-shadow: 2px 2px 8px #eee;
  position: absolute;
  left: 0;
  top: 0;
  width: 450px;
  border-radius: 4px;
  background: url(../image/bj2.png) no-repeat right bottom;
}

.index-video .left .img {
  height: 250px;
  border-radius: 4px;
}

.index-video .left .img:before {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: url(../image/bj1.png) repeat-x left/auto 100%;
}

.index-video .left .img .des {
  line-height: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 56px;
  background: url(../image/play.png) no-repeat 20px;
}

.index-video .a {
  width: 230px;
}

.index-video .a .img {
  height: 130px;
  border-radius: 4px;
}

.index-video .a .img .time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 4px 10px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.hzhb-tag .tag {
  line-height: 38px;
  padding: 0 10px;
  border-radius: 4px;
}

.hzhb-tag .tag.on {
  background: #fe5726;
  color: #fff;
}

.hzhb-tag .tag.on:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -1px;
  margin-left: -3px;
  content: '';
  border: 6px solid transparent;
  border-top-color: #fe5726;
}

.hzhb-img-list .img {
  width: 100px;
  height: 46px;
  border: 1px solid #eee;
}

.footer {
  background: #f8f8f8;
  border-top: 1px solid #eee;
}

.footer .cell {
  width: 33.3333333333333333%;
  padding-left: 100px;
  background: url(../image/wx-icon.png) no-repeat 50px top;
}

.footer .cell dt {
  width: 100%;
  padding-right: 30px;
  background: url(../image/right2.png) no-repeat right;
}

.footer .cell .qrcode {
  width: 95px;
  height: 95px;
  border: 1px solid #eee;
  padding: 4px;
}

.icon-nav-home {
  padding-left: 27px;
  background: url(../image/home-nav.png) no-repeat 2px;
}

.bfa {
  background: #fafafa;
}

.list-select-box .label {
  width: 80px;
}

.list-select-box .label-main {
  width: 1070px;
}

.area-list-box {
  width: 110px;
}

.area-list-box .dt {
  border: 1px solid #eee;
  border-radius: 3px;
  padding-left: 30px;
  background: url(../image/dingwei.png) no-repeat 10px;
}

.area-list-box .dt:after {
  padding-left: 34px;
  height: 30px;
  display: inline-block;
  content: '';
  vertical-align: middle;
  background: url(../image/down2.png) no-repeat 20px;
}

.area-list-box ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  box-shadow: 0 4px 6px #ccc;
  background: #fff;
  display: none;
}

.area-list-box ul li {
  padding: 0 5px;
}

.area-list-box ul li:hover {
  background: #f8f8f8;
}

.area-list-box:hover ul {
  display: block;
}

.list-home-list .img {
  width: 240px;
  height: 160px;
  border-radius: 8px;
}

.list-home-list .center-des {
  width: 400px;
}

.list-home-list .center-des .btn .span {
  width: 80px;
  line-height: 30px;
  border: 1px solid #d7f1c3;
  border-radius: 2px;
  background: #f1f9eb;
  color: #6bc342;
}

.list-home-list .center-des .btn .span:last-child {
  background: #fff7eb;
  color: #f3dab6;
  border-color: #f3dab6;
}

.list-home-list .right-btn .btn {
  width: 110px;
  line-height: 38px;
  border: 1px solid #fe663d;
  color: #fe663d;
  border-radius: 4px;
}

.page a {
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #eee;
  background-color: #fff;
  margin: 0 5px;
  vertical-align: middle;
}

.page a.on {
  background-color: #fe663d;
  border-color: #fe663d;
  color: #fff;
}

.page span {
  display: inline-block;
  line-height: 42px;
  margin: 0 10px;
}

.page .prev {
  background: #fff url(../image/left3.png) no-repeat center;
}

.page .next {
  background: #fff url(../image/right3.png) no-repeat center;
}

.index-ylzx.right-yldt .right-news-list {
  background-color: #fff;
  border-radius: 0;
}

.right-ylvideo .video .img {
  height: 146px;
  border-radius: 6px;
}

.right-ylvideo .video .img:before {
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: url(../image/bj1.png) repeat-x left/auto 100%;
}

.right-ylvideo .video .img .des {
  line-height: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
  background: url(../image/play.png) no-repeat 10px;
}

.select-area {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  width: 820px;
  border: 1px solid #ff6d4f;
}

.select-area .top-select .area-search-box input {
  width: 200px;
  padding: 0 15px;
  line-height: 28px;
  border: 1px solid #eee;
  border-right: none;
}

.select-area .top-select .area-search-box button {
  width: 56px;
  height: 30px;
  background: #ff6d4f;
}

.select-area .bottom-list .on {
  font-weight: bold;
  color: #ff6d4f;
}

.select-area .bottom-list .on:before {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  height: 3px;
  background: #ff6d4f;
  content: '';
}

.select-area .select-box .label {
  width: 20px;
}

.select-area .select-box .content {
  width: 760px;
}

.area-list-box:hover .dt, .area-list-box.on .dt {
  border-color: #ff6d4f;
  background-color: #fafafa;
  color: #ff6d4f;
}

.area-list-box:hover .dt:after, .area-list-box.on .dt:after {
  background-image: url(../image/down-red.png);
}

.area-list-box:hover .dt:before, .area-list-box.on .dt:before {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -2px;
  content: '';
  width: 100%;
  height: 4px;
  background: #fafafa;
  z-index: 1;
}

.area-list-box:hover .select-area, .area-list-box.on .select-area {
  display: block;
}

.detail-top-info .imgs {
  width: 400px;
  height: 268px;
}

.detail-top-info .imgs .img {
  width: 400px;
  height: 268px;
  border-radius: 6px;
}

.detail-top-info .imgs .prev, .detail-top-info .imgs .next {
  position: absolute;
  top: 50%;
  height: 42px;
  width: 24px;
  margin-top: -21px;
}

.detail-top-info .imgs .prev {
  left: 0;
  background: url(../image/img-left.png) no-repeat center/auto 100%;
}

.detail-top-info .imgs .next {
  right: 0;
  background: url(../image/img-right.png) no-repeat center/auto 100%;
}

.detail-top-info .imgs .imgs-count {
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 30px;
  padding: 0 10px 0 15px;
  border-top-left-radius: 6px;
  background-color: rgba(0, 0, 0, 0.4);
}

.detail-top-info .center-des {
  width: 454px;
}

.detail-top-info .center-des .flag .span {
  width: 80px;
  line-height: 30px;
  border: 1px solid #f3dab6;
  background: #fff7eb;
  border-radius: 4px;
  color: #fa9b0f;
}

.detail-top-info .center-des .flag .span:first-child {
  color: #6bc342;
  border-color: #d7f1c3;
  background: #f1f9eb;
}

.detail-top-info .center-des .flag .span:last-child {
  color: #6bb2fb;
  border-color: #c3dcf8;
  background: #f2f8ff;
}

.detail-top-info .center-des .btn .a {
  width: 140px;
  line-height: 54px;
  background: #e5f8f8;
  border: 1px solid #b7f2f2;
  background: #e5f8f8;
  color: #54d4d4;
}

.detail-top-info .center-des .btn .a:first-child {
  color: #fa8248;
  border-color: #fedbc7;
  background: #fff2ec;
}

.detail-top-info .center-des .btn .a:last-child {
  color: #5590ec;
  border-color: #cfddf5;
  background: #eaf1fb;
}

.detail-top-info .right-qrcode {
  width: 250px;
}

.detail-top-info .right-qrcode .qrcode {
  width: 100px;
  height: 100px;
  padding: 4px;
  border: 1px solid #eee;
}

.map-icon {
  padding-left: 20px;
  background: url(../image/map-icon.png) no-repeat left;
}

.tel-icon {
  padding-right: 26px;
  background: url(../image/tel-icon.png) no-repeat right;
}

.detail-tag {
  border-bottom: 3px solid #eee;
}

.detail-tag .tag.on {
  font-weight: bold;
  font-size: 22px;
  color: #ff6d4f;
}

.detail-tag .tag.on:before {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  width: 100%;
  height: 4px;
  background-color: #ff6d4f;
  content: '';
}

.detail-video {
  width: 700px;
}

.right-fjyly .cell {
  padding-left: 130px;
}

.right-fjyly .cell .img {
  width: 120px;
  height: 80px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.check-big-img-box {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.check-big-img-box .main {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.check-big-img-box .main .close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 31px;
  height: 31px;
  background: url(../image/icon-close.png);
}

.check-big-img-box .main .imgs {
  width: 665px;
  height: 500px;
}

.check-big-img-box .main .imgs .img {
  width: 665px;
  height: 500px;
}

.check-big-img-box .main .imgs .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.check-big-img-box .main .prev, .check-big-img-box .main .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 150px;
  background-image: url(../image/big-img-right.png);
}

.check-big-img-box .main .prev {
  left: 0;
  background-image: url(../image/big-img-left.png);
}

.check-big-img-box .main .next {
  right: 0;
}

.check-big-img-box .main .hd {
  letter-spacing: 2px;
}

.check-big-img-box .main .hd span {
  color: #ff6d4d;
}

.hj-content-imgs {
  margin-right: -30px;
}

.hj-content-imgs .cell {
  width: 250px;
}

.hj-content-imgs .cell .img {
  height: 165px;
}

.detail-map-box {
  height: 420px;
  border-radius: 4px;
  border: 2px solid #eee;
  border-top-color: #fe4b41;
  padding-left: 525px;
}

.detail-map-box .map {
  position: absolute;
  left: 0;
  top: 0;
  width: 525px;
  height: 100%;
  background: #fff;
  border-top: 2px solid #eee;
  margin-top: -2px;
}

.detail-map-box .hos-address {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAANNJREFUOE+1k7ENwlAMRF/EBIzAAExAAx0bsAAF0MEChAGQqIARWIGKVAzAAhmBCRDI6BsRy04iJNJ93+V8l3/JqH82CV5HtCwAesAeGCf8DMyB0vI9gQlwALqGfAcWwOl7bgW2wKoh1g5YKkcF+mnrwLxcpPPQzK8p0k0EpsAR6DibdcHTwR7ATAgeaB2GHBG4GJtqW8ajhClHjhrnzVOLOaB3HV2tulI30pH8LwJtI1QciH2JERXN+4hhBK9oPwtERZIlrRzUtboiYKva8Dt84OIFuwQsM+9Y7VkAAAAASUVORK5CYII=") no-repeat 25px 18px/13px auto;
}

.detail-map-box .hos-address.on {
  background-color: #fef3f3;
}

.detail-map-box .hos-address .name {
  width: 75%;
}

.down2-icon {
  padding-right: 18px;
  background: url(../image/down2.png) no-repeat right 9px;
}

.news-title {
  border-bottom: 2px solid #eee;
}

.news-title .line {
  border-left: 4px solid #ff6d4f;
}

.news-lists {
  padding-left: 230px;
  height: 140px;
}

.news-lists .img {
  width: 210px;
  height: 140px;
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 5px;
}

.news-lists.no-img {
  padding-left: 0;
  height: auto;
}

.news-detail-mobile {
  padding-left: 20px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAMBJREFUOE/tk8ENgkAQRedDEVZgB97FxKNt7MLdAsQCvMNuGx5N0AKswAosAr5ZI2ZAMNx1T5O/s28ym/8h6mRZtqnregsg0XpbkzzHcXwoiuLYatCNxpiqfQzgWpblItynaVqRfEIDxHu/GgUMTe5rXwEALs65fAhkrc1JLv+A3/iDpmnOQz6IoiiZ4oN3DkjaAALgdB5GjRScJiI7NX3/qjuadmonTKHZGLMGMBeRWW+NO8mb9/6k9Q/AlDDpngfE1acRpSs/ZgAAAABJRU5ErkJggg==") no-repeat left/auto 16px;
}

.news-detail-mobile .qrcode-img {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 20px;
  transform: translateX(-50%);
  background: #fff;
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 1px solid #eee;
}

.news-detail-mobile .qrcode-img:before {
  position: absolute;
  left: 50%;
  top: -6px;
  width: 6px;
  height: 6px;
  content: '';
  border: 1px solid #eee;
  border-left: none;
  border-bottom: none;
  transform: rotate(-45deg);
  background: #fff;
}

.news-detail-mobile:hover .qrcode-img {
  display: block;
}

.detail-content p {
  margin-bottom: 10px;
  /*text-indent: 2em;*/
}
.detail-content a {
  border-bottom: 1px dashed #666;
  /*font-weight: bold;*/
}
.detail-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.video-page-lists {
  margin-right: -30px;
}

.video-page-lists .cell {
  width: 280px;
  margin-right: 27px;
  box-shadow: 2px 4px 8px #ccc;
  border-radius: 4px;
}

.video-page-lists .cell .img {
  height: 160px;
}

.video-page-lists .cell .img .des {
  line-height: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
  background: url(../image/play.png) no-repeat 10px;
}

.video-page-lists .cell .img:before {
  width: 100%;
  height: 44px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  background: url(../image/bj1.png) repeat-x left/auto 100%;
}

.video-bottom-line {
  background-color: rgba(0, 0, 0, 0.8);
}

.video-bottom-line .cell {
  background: #444;
  border-radius: 15px;
  padding: 0 15px;
  margin: 0 5px;
}

.video-bottom-line .cell .dz {
  padding-left: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAPJJREFUOE+l0zErxVEYx/Hv9w3cwaaUxcqiWJnE7gVQktUbwGiySRmYKSMGxVsgSdmERVmU9ad/3avr3//v3K4znnOez/M85/TIP5el+CSLwKy63XR3EOASWAD21M068ieQZBR4BDrdwDH1tR8pAVXZW30B8+rNQECSZeCkVnJH/WwEkuwCM8C+eprkCZioAb3s78BD9bA/LSRJ9/IOUGFfhR+6UJfagEPgpQAcqBttwBlwWwBW1aM2oOr1ugBMqvfDAs/qeJVgWOBYXakDVclzwHr3/6+A6YY23oA19fwX0NRvkilgpHZ2p3709orDVJrWb44TWxGPd68pAAAAAElFTkSuQmCC") no-repeat left/auto 13px;
}

.video-bottom-line .cell .sc {
  padding-left: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQBJREFUOE+l0zFKA1EQgOH/v4DYWwuCgq1ewM5GECz0AIpJZWGhICikSmOCF1Cw0yaNvWAv2tl6AE8wMrIbkiWb3eDAg8cy8+3bmbfyz3BefUTsA+vqVV1eLRARy8AbsAasql+zkHlADzgvit7VzdZARGwVb5+s6aqDKvJ3gohYAraLlcW5z2fVeAXGS/0pgY9s1oID+VQ3SuAauFgQuFEvx02MiPy+05bIUO1k7tQUIuIeOGxAHtSjMqcK7AAvDcCuOqoDDoDHBqCjDuuAY+CuAeirZ3VA3ry8gRnfwG2x7wIrxf5Z3asD8uc5AQbq0+RJIiKLsvMjtT8TaDnCqbRfz+FPEeGEewMAAAAASUVORK5CYII=") no-repeat left/auto 13px;
}

.video-bottom-line .cell .fx {
  padding-left: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAQZJREFUOE+lk70uhFEQhp/nNtyEEIlCIxK0Glsget0W26hYCY1I6NToSNQSiRvQ6lyAFiXJK2fz7do/2f1ikpPJOZl5ZjLzHvmnOW1+kht1Zzi+DiDAhdrsh9QFlNwD9agL+ROQZAFYBOaA+cp381rqWbmMAJKsA7vA1oT57KmXA4Akh6XFaQdbCvUAZcrAdo3kEnrfASS5BkZWNAH2BDRMsgY81Kz8AmyorwWwD5yMAXwDH8B75WermE9gRX3ubCFJaWW5D1DoV+Wob933JEVIxVbVx54OhgBt4Fj9Gu6oAmyqdwNKTHIKtIC2WtY41pI01fOxf6GiN9TbmsP8VWKSGWCpLuQH/XpfJ1rlrMYAAAAASUVORK5CYII=") no-repeat left/auto 13px;
}

.video-bottom-line .cell .sj {
  padding-left: 18px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAHVJREFUOE9jZEAC////V2FgYPBkYGAQQhZHYt9hYGDYzsjI+A4mxohmwBwGBoZkJLEGKBtGg7jZjIyM03AZ8B+HzcjCBxgZGR1HDRgNA5qngwOEUiMpLshmYGAQY2BgqEcyFG9SRs9MOQwMDKJoBuDNTCRnZwBbflUR6xhfngAAAABJRU5ErkJggg==") no-repeat left/auto 13px;
}

.video-detail-list .cell {
  width: 277px;
  margin-right: 20px;
}

.settled-page .w1200 {
  width: 1000px;
}

.form-title {
  padding-left: 144px;
}

.form-title:before {
  position: absolute;
  left: 105px;
  top: 2px;
  height: 50px;
  width: 6px;
  content: '';
  background: #ff6e4e;
  border-radius: 4px;
}

.form-box {
  padding-left: 144px;
}

.form-box .label {
  width: 98px;
}

.form-box .input input, .form-box .input select, .form-box .input textarea {
  width: 400px;
  box-sizing: border-box;
  line-height: 36px;
  padding: 0 10px;
  border: 1px solid #eee;
}

.form-box .input textarea {
  padding: 5px 10px;
  height: 100px;
  line-height: 20px;
}

.form-box .tel-input input {
  width: 280px;
}

.form-box .tel-input .get-code {
  width: 110px;
  line-height: 36px;
  border: 1px solid #3cd79f;
  background: #f4fffb;
  color: #5ed9ac;
}

.form-box .submit-btn {
  width: 148px;
  height: 48px;
  border-radius: 4px;
  letter-spacing: 5px;
  background-image: linear-gradient(to right, #fc9c26, #ff6e4e);
}

.about-ours-page {
  padding-left: 180px;
}

.about-ours-page .left-nav {
  width: 180px;
  border-right: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.about-ours-page .left-nav .a.on {
  color: #ff6d4f;
  padding-right: 18px;
  background: url(../image/right4.png) no-repeat right;
}

.about-ours-page .content p {
  text-indent: 2em;
}

.tel a{
  color: #9B9B9B;
  font-weight:700;
  padding-left: 30px;
  background:url(../image/tel.svg) no-repeat left center;
}

.concat-content .cell {
  padding-left: 164px;
}

.concat-content .cell:before {
  position: absolute;
  left: 85px;
  top: 8px;
  width: 58px;
  height: 58px;
  content: '';
  border: 1px solid #ddd;
  border-radius: 10px;
  background: url(../image/icon-kf.png) no-repeat center;
}

.concat-content .cell.icon-hz:before {
  background-image: url(../image/icon-hz.png);
}
.article-doctor-info{ background:#F8F8F8; }
.article-doctor-info .img-box{ width:54px; height:54px; border-radius:50%; }
.article-doctor-info .txt{ width: 510px; }
.article-doctor-info .btns .a{ width:88px; border-radius:6px; border:1px solid #FF7C85; color:#FF7C85; }
.article-doctor-info .btns .a:last-child{ color: #00CBA2; border-color: #00CBA2;}s
/*# sourceMappingURL=.maps/style.css.map */

