@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑";
  background-color: #fff;
  font-size: 14px;
  height: 100%;
}
a,
a:hover {
  text-decoration: none !important;
  outline: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common_width {
  width: 1200px;
  margin: 0 auto;
}
body ul,
body p {
  margin: 0;
}
ul > li {
  list-style-type: none;
}
img {
  border: none;
  outline: none;
}
input {
  outline: none;
  border: 0;
  font-family: "微软雅黑";
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

.btn:focus {
  outline: none !important;
}
@font-face {
  font-family: "KabelCBook";
  src: url(KabelC-Book.otf);
}
::-webkit-input-placeholder {
  
  color: #999;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}

.bd_weixin_popup {
  box-sizing: content-box;
}
.header {
  height: 100px;
  background: url(../images/logo.png) no-repeat left center;
}
.header a.ruc {
  width: 263px;
  display: inline-block;
  height: 100px;
  float: left;
}
.header a.so {
  width: 160px;
  display: inline-block;
  height: 100px;
  float: left;
}
.header .fr {
  height: 100px;
  padding: 32px 0;
}
.header .fr form {
  float: right;
  width: 190px;
  height: 36px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.header .fr form input[type="submit"] {
  width: 34px;
  height: 34px;
  display: block;
  float: right;
  background: url(../images/search.png) no-repeat center;
}
.header .fr form input[type="text"] {
  width: 154px;
  height: 34px;
  line-height: 34px;
  float: left;
  padding: 0 12px;
  color: #999;
}
.header .fr .bdsharebuttonbox {
  float: left;
  height: 36px;
  margin-right: 15px;
}
.header .fr .bdsharebuttonbox a {
  padding-left: 21px;
  margin: 0 0 0 10px;
  height: 36px;
}
.header .fr .bdsharebuttonbox a.bds_weixin {
  background: url(../images/wechat.png) no-repeat center;
}
.header .fr .bdsharebuttonbox a.bds_tqq {
  background: url(../images/tqq.png) no-repeat center;
}
.header .fr .bdsharebuttonbox a.bds_sqq {
  background: url(../images/qq.png) no-repeat center;
}
.nav {
  height: 50px;
  background-color: #353A96;
}
.nav > div > ul > li {
  line-height: 50px;
  width: 12.5%;
  float: left;
  background-color: transparent;
  text-align: center;
  position: relative;
  transition: all 0.1s ease 0.2s;
}
.nav > div > ul > li a {
  color: #fff;
  font-size: 18px;
  display: block;
}
.nav > div > ul > li:hover {
  background-color: #80091f !important;
}
.nav > div > ul > li ul {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
}
.nav > div > ul > li ul li a {
  font-size: 14px;
  color: #fff;
}
.nav > div > ul > li ul li + li {
  border-top: 1px solid #636261;
}
#focus {
  height: 400px;
}
#focus .swiper-container {
  height: 100%;
}

#focus .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
}
#focus .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #fff;
}
#focus .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ae0c2a;
}
#focus .swiper-container .swiper_btn {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  height: 100%;
}
#focus .swiper-container .swiper_btn .swiper-button-prev {
  
  width: 1200px;
  height: 100%;
  top: 0;
  left: -1200px;
  margin: 0;
}
#focus .swiper-container .swiper_btn .swiper-button-prev span {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 60px;
  background: url(../images/prev.png) no-repeat center;
}
#focus .swiper-container .swiper_btn .swiper-button-next {
  
  width: 1200px;
  height: 100%;
  top: 0;
  right: -1200px;
  margin: 0;
}
#focus .swiper-container .swiper_btn .swiper-button-next span {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 60px;
  background: url(../images/next.png) no-repeat center;
}
.footer {
  height: 110px;
  background-color: #353A96;
  color: #ffffff;
}
.footer > div > .fl {
  width: 526px;
}
.footer > div > .fl .qr_code {
  width: 96px;
  float: left;
  padding-top: 28px;
}
.footer > div > .fl .qr_code img {
  width: 96px;
  height: 96px;
}
.footer > div > .fl .qr_code p {
  line-height: 30px;
  text-align: center;
}
.footer > div > .fl .info {
  width: 375px;
  float: right;
  padding-top: 32px;
  line-height: 24px;
}
.footer > div > .fl .info p {
  border-right: 1px solid #484848;
}
.footer > div > .fr {
  width: 1200px;
  line-height: 35px;
  padding-top: 5px;
  text-align: center;
}
.footer > div > .fr p.link a {
  color: #fff;
  display: inline-block;
  padding: 0 12px;
}
.footer > div > .fr p.copyright {
  color: #ffffff;
}
.footer > div > .fr p.copyright a {
  padding-left: 12px;
  color: #999;
}
.main .main_item h2 {
  padding-top: 40px;
  margin: 0;
  height: 77px;
  border-bottom: 2px solid #ae0c2a;
}
.main .main_item h2 a {
  display: block;
  font-size: 22px;
  line-height: 22px;
  color: #333;
}
.main .main_item h2 a span {
  float: right;
  font-family: 'Arial';
  color: #ae0c2a;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.main .main_item.notice {
  background-color: #f2f2f2;
  padding-bottom: 40px;
}
.main .main_item.notice .notice_list {
  padding-top: 8px;
}
.main .main_item.notice .notice_list li {
  line-height: 42px;
  height: 42px;
  overflow: hidden;
}
.main .main_item.notice .notice_list li a {
  display: block;
  color: #666;
}
.main .main_item.notice .notice_list li a em {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid #ae0c2a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  margin-right: 15px;
  margin-top: 16px;
  float: left;
}
.main .main_item.notice .notice_list li a p {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s ease 0.2s;
}
.main .main_item.notice .notice_list li a span.date {
  color: #999;
  float: right;
}
.main .main_item.notice .notice_list li:hover p {
  color: #ae0c2a;
}
.main .main_item.notice .work_list {
  padding-top: 22px;
}
.main .main_item.notice .work_list li {
  height: 94px;
}
.main .main_item.notice .work_list li:hover p {
  color: #ae0c2a;
}
.main .main_item.notice .work_list li + li {
  margin-top: 12px;
}
.main .main_item.notice .work_list li a {
  color: #666;
  height: 100%;
  display: block;
  position: relative;
}
.main .main_item.notice .work_list li a .pic {
  width: 142px;
  height: 94px;
  position: absolute;
  top: 0;
  left: 0;
}
.main .main_item.notice .work_list li a .txt {
  height: 100%;
  padding-left: 156px;
}
.main .main_item.notice .work_list li a .txt p {
  line-height: 24px;
  padding-top: 8px;
  height: 56px;
  overflow: hidden;
  transition: all 0.2s ease 0.2s;
}
.main .main_item.notice .work_list li a .txt span.date {
  color: #999;
  line-height: 22px;
  display: block;
  margin-top: 10px;
}
.main .main_item.fingerpost {
  padding-bottom: 48px;
}
.main .main_item.fingerpost h3 {
  padding-top: 40px;
  margin: 0;
  height: 75px;
  font-size: 22px;
}
.main .main_item.fingerpost .col-md-4 > ul {
  padding-top: 10px;
}
.main .main_item.fingerpost .col-md-4 > ul > li {
  line-height: 40px;
  height: 40px;
}
.main .main_item.fingerpost .col-md-4 > ul > li p {
  color: #666;
  max-width: 78%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  transition: all 0.2s ease 0.2s;
}
.main .main_item.fingerpost .col-md-4 > ul > li span.date {
  color: #999;
  float: right;
}
.main .main_item.fingerpost .col-md-4 > ul > li:hover p {
  color: #ae0c2a;
}
.main .main_item.fingerpost .contact_us li {
  font-size: 0;
  cursor: pointer;
}
.main .main_item.fingerpost .contact_us li p {
  height: 38px;
  line-height: 38px;
  background-color: #e0e0e0;
  padding-left: 25px;
  padding-right: 22px;
  font-size: 15px;
  color: #4c4c4c;
}
.main .main_item.fingerpost .contact_us li p em {
  display: block;
  float: right;
  width: 10px;
  height: 38px;
  background: url(../images/add.png) no-repeat center;
}
.main .main_item.fingerpost .contact_us li div {
  height: 66px;
  line-height: 66px;
  font-size: 14px;
  color: #363636;
  padding-left: 25px;
  padding-right: 22px;
  background-color: #f2f2f2;
  margin: 1px 0;
  display: none;
}
.main .main_item.fingerpost .contact_us li.active p {
  background-color: #ae0c2a;
  color: #fff;
}
.main .main_item.fingerpost .contact_us li.active p em {
  background: url(../images/sub.jpg) no-repeat center;
}
.main .main_item.fingerpost .contact_us li + li {
  margin-top: 1px;
}
.main .main_item.tab {
  height: 190px;
  position: relative;
}
.main .main_item.tab ul li {
  width: 160px;
  height: 190px;
  float: left;
  cursor: pointer;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: all 0.2s ease 0.2s;
}
.main .main_item.tab ul li + li .nor {
  border-left: 0;
}
.main .main_item.tab ul li.active {
  width: 400px;
  border-right: 1px solid #e6e6e6;
}
.main .main_item.tab ul li.active .nor {
  display: none;
}
.main .main_item.tab ul li .nor {
  border: 1px solid #e6e6e6;
  height: 190px;
  width: 100%;
  background: url(../images/icon7.png) no-repeat center top 55px;
  position: absolute;
  top: 0;
  left: 0;
}
.main .main_item.tab ul li .act {
  padding-left: 150px;
  padding-right: 20px;
  height: 190px;
  width: 400px;
  background: #353A96 url(../images/act7.png) no-repeat left 70px top 34px;
  color: #fff;
  display: none;
}
.main .main_item.tab ul li .act h5 {
  margin: 0;
  font-size: 16px;
  padding-top: 32px;
  padding-bottom: 12px;
}
.main .main_item.tab ul li .act p {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-bottom: 22px;
}
.main .main_item.tab ul li .act a {
  width: 108px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 3px;
  display: block;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
.main .main_item.tab ul li span.tit {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 120px 20px 0;
}
.main .main_item.tab ul li:nth-child(2) .nor {
  background: url(../images/icon2.png) no-repeat center top 55px;
}
.main .main_item.tab ul li:nth-child(2) .act {
  background: #353A96 url(../images/act2.png) no-repeat left 70px top 34px;
}
.main .main_item.tab ul li:nth-child(3) .nor {
  background: url(../images/icon3.png) no-repeat center top 55px;
}
.main .main_item.tab ul li:nth-child(3) .act {
  background: #353A96 url(../images/act3.png) no-repeat left 70px top 34px;
}
.main .main_item.tab ul li:nth-child(4) .nor {
  background: url(../images/icon6.png) no-repeat center top 55px;
}
.main .main_item.tab ul li:nth-child(4) .act {
  background: #353A96 url(../images/act6.png) no-repeat left 70px top 34px;
}
.main .main_item.tab ul li:nth-child(5) .nor {
  background: url(../images/icon5.png) no-repeat center top 55px;
}
.main .main_item.tab ul li:nth-child(5) .act {
  background: #353A96 url(../images/act5.png) no-repeat left 70px top 34px;
}
.main .main_item.tab ul li:nth-child(6) .nor {
  background: url(../images/icon4.png) no-repeat center top 55px;
}
.main .main_item.tab ul li:nth-child(6) .act {
  background: #353A96 url(../images/act4.png) no-repeat left 70px top 34px;
}
.main .main_item.tab .tab_btn {
  width: 1316px;
  height: 24px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -658px;
  margin-top: -12px;
}
.main .main_item.tab .tab_btn .l_btn {
  float: left;
  width: 14px;
  height: 24px;
  background: url(../images/l_btn.png) no-repeat center;
  cursor: pointer;
}
.main .main_item.tab .tab_btn .r_btn {
  float: right;
  width: 14px;
  height: 24px;
  background: url(../images/r_btn.png) no-repeat center;
  cursor: pointer;
}
.page .page_tit {
  height: 200px;
  background: url(../images/123.png) no-repeat center;
}
.page .page_main .col-md-3 {
  position: relative;
  top: 0px;
}
.page .page_main .col-md-3 h3 {
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background-color: #353A96;
  margin: 0;
}
.page .page_main .col-md-3 ul {
  background-color: #f0f0f0;
  padding: 10px 0;
}
.page .page_main .col-md-3 ul li {
  line-height: 50px;
  padding-left: 90px;
  position: relative;
}
.page .page_main .col-md-3 ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  transition: all 0.1s ease 0.1s;
}
.page .page_main .col-md-3 ul li a em {
  width: 0;
  height: 0;
  border-right: 0;
  border-left: 6px solid #ae0c2a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -5px;
  display: none;
}
.page .page_main .col-md-3 ul li:hover a {
  color: #ae0a29;
}
.page .page_main .col-md-3 ul li.active a {
  color: #ae0a29;
}
.page .page_main .col-md-3 ul li.active a em {
  display: block;
}
.page .page_main .col-md-9 {
  padding-left: 65px;
}
.page .page_main .col-md-9 .right_tit {
  height: 58px;
  border-bottom: 1px solid #ae0c2a;
  line-height: 57px;
  position: relative;
}
.page .page_main .col-md-9 .right_tit h6 {
  color: #1a1a1a;
  font-size: 26px;
  margin: 0;
  line-height: 57px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  padding-right: 22px;
}
.page .page_main .col-md-9 .right_tit .crumbs {
  float: right;
}
.page .page_main .col-md-9 .right_tit .crumbs a {
  font-size: 14px;
  color: #b3b3b3;
}
.page .page_main .col-md-9 .right_tit .crumbs a + a {
  padding-left: 38px;
  background: url(../images/jt.png) no-repeat left 16px center;
}
.page .page_main .col-md-9 .soogee_list {
  padding: 27px 0 63px;
}
.page .page_main .col-md-9 .soogee_list li {
  height: 60px;
  border-bottom: 1px solid #f7e6e9;
  line-height: 59px;
  position: relative;
}
.page .page_main .col-md-9 .soogee_list li a {
  display: block;
  font-size: 16px;
  color: #666;
  padding-left: 28px;
  transition: all 0.3s ease 0.1s;
}
.page .page_main .col-md-9 .soogee_list li a span {
  padding-right: 13px;
  float: right;
}
.page .page_main .col-md-9 .soogee_list li a em {
  width: 0;
  height: 0;
  border-left: 6px solid #ae0c2a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.page .page_main .col-md-9 .soogee_list li:hover a {
  color: #ae0c2a;
}
.page .page_main .col-md-9 .soogee_content {
  padding: 50px 0 60px;
}
.page .page_main .col-md-9 .soogee_content p {
  line-height: 28px;
  font-size: 16px !important;
  color: #666;
}
.page .page_main .col-md-9 .soogee_content p.p_tit {
  font-size: 16px;
  color: #ae0a29;
}
.page .page_main .col-md-9 .soogee_content span {
  font-size: 16px !important;
}
.page .page_main .right_tit {
  height: 60px;
  line-height: 57px;
  position: relative;
  margin-bottom: 10px;
}
.page .page_main .right_tit h3 {
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background-color: #353A96;
  margin: 0;
  width: 220px;
  float: left;
  position: absolute;
  top: -20px;
  left: 0;
}
.page .page_main .right_tit .crumbs {
  float: right;
}
.page .page_main .right_tit .crumbs a {
  font-size: 14px;
  color: #b3b3b3;
}
.page .page_main .right_tit .crumbs a + a {
  padding-left: 38px;
  background: url(../images/jt.png) no-repeat left 16px center;
}
.page .page_main .work_list {
  padding-bottom: 50px;
}
.page .page_main .work_list li {
  height: 136px;
  position: relative;
}
.page .page_main .work_list li a {
  display: block;
  height: 100%;
}
.page .page_main .work_list li a .pic {
  width: 200px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.page .page_main .work_list li a .txt {
  padding-left: 228px;
  height: 100%;
}
.page .page_main .work_list li a .txt h5 {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 10px 0 4px;
  box-sizing: content-box;
  margin: 0;
}
.page .page_main .work_list li a .txt span {
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #999;
  padding-left: 25px;
  background: url(../images/date.png) no-repeat left center;
}
.page .page_main .work_list li a .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 7px;
}
.page .page_main .work_list li + li {
  margin-top: 34px;
}
.page .page_main .content .tit {
  border-bottom: 1px solid #ae0c2a;
}
.page .page_main .content .tit h3 {
  color: #ae0c2a;
  font-size: 20px;
  line-height: 30px;
  padding: 8px 0;
  margin: 0;
  text-align: center;
}
.page .page_main .content .tit p.info {
  line-height: 24px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.page .page_main .content .tit p.info span {
  display: inline-block;
  padding-right: 15px;
}
.page .page_main .content .txt {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  padding: 10px 0 50px;
}
.page .page_main .content .txt p {
  margin: 18px 0;
  font-size: 16px !important;
  font-family: '微软雅黑' !important;
}
.page .page_main .content .txt span {
  font-size: 16px !important;
  font-family: '微软雅黑' !important;
}
.page .page_main .notice_list {
  padding-bottom: 70px;
}
.page .page_main .notice_list li {
  height: 60px;
  line-height: 59px;
  border-bottom: 1px solid #f7e6e9;
  font-size: 16px;
  position: relative;
}
.page .page_main .notice_list li:hover a {
  color: #ae0c2a;
}
.page .page_main .notice_list li:hover a span.date {
  color: #ae0c2a;
}
.page .page_main .notice_list li a {
  color: #666;
  display: block;
  height: 100%;
  padding-left: 27px;
  transition: all 0.1s ease 0.1s;
}
.page .page_main .notice_list li a em {
  width: 0;
  height: 0;
  border-left: 6px solid #ae0c2a;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.page .page_main .notice_list li a span.date {
  float: right;
  color: #999;
  transition: all 0.1s ease 0.1s;
}
.pagenav {
  margin-top: 48px;
}
.pagenav a {
  color: #888;
  padding: 0 8px;
}
.phone_nav {
  display: none;
}
.point_out {
  width: 600px;
  height: 300px;
  background-color: #fff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -300px;
  text-align: center;
  color: #888;
  z-index: 1002;
  display: none;
}
.point_out a span {
  background-color: #0086f9;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 3px;
  margin: 20px auto 0;
  text-decoration: none;
}
.point_out a {
  width: 185px;
  display: inline-block;
}
.point_out p {
  padding: 0 60px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 16px;
  font-size: 16px;
}
.point_out .close_btn {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}
.masking {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease 0.2s;
  z-index: -1;
}
.masking.active {
  background: url(../images/bgbg.png) repeat center;
  z-index: 1001;
}

@media screen and (max-width: 414px) {
  .phone_nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    margin-left: -40%;
    transition: all 0.6s ease 0.2s;
    z-index: 1002;
  }
  .phone_nav.active {
    margin-left: 0;
    display: block !important;
  }
  .phone_nav > .fl {
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;
    padding-top: 80px;
    transition: all 0.3s ease 0.2s;
  }
  .phone_nav > .fl > ul > li > a {
    color: #ae0c2a;
    font-size: 0;
    line-height: 46px;
    display: block;
  }
  .phone_nav > .fl > ul > li > a > em {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
  }
  .phone_nav > .fl > ul > li > a > span {
    height: 46px;
    width: 16px;
    padding-left: 8px;
    box-sizing: content-box;
    display: inline-block;
    background: url(../images/phone_more.png) no-repeat right center;
    vertical-align: middle;
  }
  .phone_nav > .fl > ul > li > ul {
    display: none;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .phone_nav > .fl > ul > li > ul a {
    color: #ae0c2a;
  }
  .common_width {
    width: 100%;
    padding: 0 15px;
  }
  .header {
    background: url(../images/logo_sm.png) no-repeat left 3px top 15px;
    height: auto;
  }
  .header .fl {
    width: 100%;
    height: 68px;
  }
  .header a.ruc {
    height: 68px;
    width: 188px;
  }
  .header a.so {
    width: 120px;
    height: 68px;
  }
  .header .fr {
    padding: 15px 0;
    box-sizing: content-box;
    height: 36px;
  }
  .header .nav_btn {
    float: right;
    width: 24px;
    height: 68px;
    display: block;
    background: url(../images/000.png) no-repeat right center;
  }
  .nav {
    display: none;
  }
  .page .page_tit {
    height: 130px;
  }
  .page .page_main .right_tit h3 {
    line-height: 40px;
    font-size: 18px;
    width: auto;
    padding: 0 30px;
    top: -40px;
  }
  .page .page_main .right_tit .crumbs {
    display: none;
  }
  .page .page_main .right_tit {
    height: auto;
  }
  .page .page_main .notice_list li a span.date,
  .page .page_main .col-md-9 .soogee_list li a span {
    display: none;
  }
  .page .page_main .notice_list li a,
  .page .page_main .col-md-9 .soogee_list li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  .footer {
    height: auto;
  }
  .footer > div > .fl {
    width: 100%;
    position: relative;
  }
  .footer > div > .fl .info {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 126px;
    padding-top: 28px;
    width: 100%;
  }
  .footer > div > .fl .info p {
    border: 0;
  }
  .footer > div > .fr {
    width: 100%;
    padding: 20px 0 15px;
  }
  .page .page_main .col-md-9 {
    padding-left: 15px;
  }
  .page .page_main .content .txt img {
    max-width: 100%;
  }
  .page .page_main .work_list {
    padding-top: 30px;
  }
  .page .page_main .work_list li a .pic {
    display: none;
  }
  .page .page_main .work_list li a .txt {
    padding-left: 0;
  }
  .page .page_main .work_list li a .txt p {
    height: 48px;
    overflow: hidden;
  }
  .page .page_main .work_list li + li {
    border-top: 1px dashed #ddd;
    margin-top: 15px;
    padding-top: 15px;
    box-sizing: content-box;
  }
  .main .main_item.fingerpost .col-md-4 > ul > li p {
    max-width: 72%;
  }
  .main .main_item.notice .notice_list li a p {
    max-width: 65%;
  }
  #focus .swiper-container .swiper_btn {
    display: none;
  }
  #focus {
    height: 200px;
  }
  #focus .swiper-container .swiper-slide {
    width: 100%;
  }
  .main .main_item.tab .tab_btn,
  .main .main_item.tab ul li .nor {
    display: none;
  }
  .main .main_item.tab ul li .act {
    display: block;
    background: #ffffff url(../images/icon1_sm.png) no-repeat left 10px center;
    color: #666;
    position: relative;
  }
  .main .main_item.tab ul li .act a {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .main .main_item.tab ul li {
    width: 50%;
    float: left;
    height: auto;
    padding: 0 15px;
  }
  .main .main_item.tab {
    height: auto;
    padding: 15px 0;
  }
  .main .main_item.tab .common_width {
    padding: 0;
  }
  .main .main_item.tab ul li:nth-child(2) .act {
    background: url(../images/icon2_sm.png) no-repeat left 10px center;
  }
  .main .main_item.tab ul li:nth-child(3) .act {
    background: url(../images/icon3_sm.png) no-repeat left 10px center;
  }
  .main .main_item.tab ul li:nth-child(4) .act {
    background: url(../images/icon4_sm.png) no-repeat left 10px center;
  }
  .main .main_item.tab ul li:nth-child(5) .act {
    background: url(../images/icon5_sm.png) no-repeat left 10px center;
  }
  .main .main_item.tab ul li:nth-child(6) .act {
    background: url(../images/icon6_sm.png) no-repeat left 10px center;
  }
  .main .main_item.tab ul li .act a {
    font-size: 0;
    border: 0;
  }
  .main .main_item.tab ul li.active {
    border: 0;
    width: 50%;
  }
  .main .main_item.tab ul li .act p {
    display: none;
  }
  .main .main_item.tab ul li .act {
    height: auto;
    width: 100%;
    padding: 0;
    height: 50px;
  }
  .main .main_item.tab ul li .act h5 {
    padding: 0;
    text-indent: 44px;
    line-height: 50px;
    float: left;
    font-size: 14px;
  }
  .main .main_item.tab ul li:nth-child(4) .act h5,
  .main .main_item.tab ul li:nth-child(5) .act h5 {
    line-height: 22px;
    padding-left: 44px;
    text-indent: 0;
    padding-top: 3px;
  }
  .page .page_main .content .txt table {
    width: 100% !important;
  }
  .page .page_main .col-md-9 .soogee_content img {
    width: 100%;
  }
 
}
 .kd1 {
    color: #ffffff;
    background: url("../images/ic1.png") no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 6px;
    margin-left: 18px;
}
.kd2 {
    color: #ffffff;
    background: url("../images/ic2.png") no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 6px;
    margin-left: 18px;
}
.kd3 {
    color: #ffffff;
    background: url("../images/ic3.png") no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 6px;
    margin-left: 18px;
}
.kd4 {
    color: #ffffff;
    background: url("../images/ic4.png") no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 11px;
    margin-left: 18px;
}
.kuaisu>li {
    width: 170px;
    height: 40px;
    float: left;
    background-color: #8B94B6;
    margin: 15px 15px;
}
.kuaisu {
    width: 1200px;
    float: left;
    height: 70px;
    opacity: 1;
}
.kuaisu>li>a {
    margin-top: 11px;
    margin-right: 55px;
    float: right;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}
