<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

.main {
  width: 1200px;
  margin: 0 auto;
}

.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main dl dt {
  width: 100%;
  overflow: hidden;
}

.main dl dt img {
  width: 100%;
  height: 380px;
}

.main .textdetails {
  padding-bottom: 60px;
}

.main .textdetails p {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: left;
}

.main .textdetails img {
  max-width:100%;
  padding: 20px 0;
}

.crumbs {
  height: 75px;
  line-height: 75px;
}

.crumbs .main p {
  font-size: 14px;
  color: #333333;
}

.crumbs .main p a {
  color: #333333;
}

.crumbs .main p span {
  font-size: 16px;
  color: #1c447b;
  padding-right: 10px;
}

.page .pagination {
  padding-top: 50px;
  text-align: center;
}

.page .pagination li {
  display: inline-block;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a, .page .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

.page .pagination li:hover a {
  background: #1c447b;
  color: #ffffff;
}

.page .pagination li.active span {
  background: #1c447b;
  color: #ffffff;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.page .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

.header {
  width: 100%;
  background-color: #ffffff;
}

.header .up {
  height: 120px;
  border-bottom: solid 2px #1c447b;
}

.header .up .main .logo {
  float: left;
  height: 56px;
  line-height: 120px;
}

.header .up .main .logo a img {
  width: auto;
  height: 100%;
  display: inline-block;
}

.header .up .main .search {
  float: right;
  position: relative;
  line-height: 120px;
  padding-right: 60px;
}

.header .up .main .search span {
  left: 20px;
  font-size: 20px;
  color: #1c447b;
  position: absolute;
}

.header .up .main .search input {
  float: left;
  width: 288px;
  height: 44px;
  border: none;
  margin-top: 38px;
  padding-left: 50px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #f5f5f5;
}

.header .up .main .search input::placeholder {
  font-size: 14px;
  color: #999999;
}

.header .up .main .search button {
  height: 44px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
  padding: 0 20px 0 30px;
  background-color: #1c447b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header .up .main .number {
  float: right;
  padding-top: 35px;
}

.header .up .main .number dl {
  width: 210px;
}

.header .up .main .number dl dt {
  float: left;
  width: auto;
}

.header .up .main .number dl dt span {
  font-size: 32px;
  color: #fc6d02;
}

.header .up .main .number dl dd {
  padding-left: 50px;
}

.header .up .main .number dl dd h3 {
  font-size: 14px;
  color: #333333;
}

.header .up .main .number dl dd p {
  font-size: 20px;
  color: #1c447b;
  font-weight: bold;
}

.header .down {
  width: 100%;
  height: 57px;
  line-height: 57px;
  border-bottom: solid 1px #e1e1e1;
}

.header .down .main {
  text-align: center;
}

.header .down .main .item {
  width: 10%;
  float: left;
  position: relative;
  text-align: center;
}

.header .down .main .item.active {
  background-color: #fc6d02;
}

.header .down .main .item.active a {
  color: #ffffff;
}

.header .down .main .item:hover {
  background-color: #fc6d02;
}

.header .down .main .item:hover a {
  color: #ffffff;
}

.header .down .main .item:hover a span {
  color: #ffffff;
}

.header .down .main .item:hover .items {
  display: block;
}

.header .down .main .item a {
  width: 100%;
  font-size: 16px;
  color: #000000;
  display: inline-block;
}

.header .down .main .item a:first-child {
  margin-left: 0;
}

.header .down .main .item .items {
  width: 100%;
  display: none;
  z-index: 222;
  position: absolute;
  background-color: #f5f5f5;
}

.header .down .main .item .items a {
  font-size: 14px;
  color: #000000;
}

.header .down .main .item .items a:hover {
  color: #fc6d02;
}

.banner {
  width: 100%;
  height: 200px;
  margin-top: 30px;
}

.banner .main {
  height: 100%;
}

.notice {
  padding: 60px 0;
}

.notice .main {
  height: 242px;
}

.notice .main .left {
  float: left;
  width: 200px;
  height: 100%;
  text-align: center;
}

.notice .main .left h3 {
  font-size: 24px;
  color: #ffffff;
  padding-top: 50px;
}

.notice .main .left p {
  font-size: 14px;
  color: #ffffff;
  padding-top: 5px;
}

.notice .main .right {
  float: left;
  padding: 50px 0;
  width: calc(100% - 200px);
}

.notice .main .right .item {
  float: left;
  padding: 0 40px;
  width: calc(50% - 81px);
  border-right: dashed 1px #d4d0d0;
}

.notice .main .right .item:last-child {
  border-right: none;
}

.notice .main .right .item a {
  display: block;
  margin-top: 22px;
}

.notice .main .right .item a:hover i {
  color: #c02125;
}

.notice .main .right .item a:hover i:nth-of-type(2) {
  color: #c02125;
}

.notice .main .right .item a span {
  font-size: 16px;
  color: #c02125;
  padding-right: 8px;
}

.notice .main .right .item a:first-child {
  margin-top: 0;
}

.notice .main .right .item a i {
  font-size: 14px;
  color: #333333;
}

.notice .main .right .item a i:nth-of-type(2) {
  float: right;
  color: #9f9f9f;
}

.new {
  padding: 50px 0;
}

.new .main .left {
  float: left;
  height: 500px;
  width: calc(50% - 40px);
}

.new .main .left .swiper-container {
  width: 100%;
  height: 100%;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide dl dt {
  height: 380px;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide dl dd {
  height: 118px;
  padding: 0 30px;
  background-color: #f5f5f5;
  border-top: solid 2px #ffffff;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide dl dd h3 {
  line-height: 28px;
  padding-top: 30px;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide dl dd h3::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide dl dd h3 i {
  float: left;
  font-size: 18px;
  color: #000000;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide dl dd h3 span {
  width: 100px;
  float: right;
  font-size: 14px;
  color: #999999;
}

.new .main .left .swiper-container .swiper-wrapper .swiper-slide dl dd p {
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new .main .left .swiper-container .swiper-pagination {
  bottom: 130px;
}

.new .main .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  opacity: .2;
  height: 12px;
  background-color: #ffffff;
}

.new .main .left .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fc6d02;
}

.new .main .left .swiper-container .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 60px;
  margin-top: -93px;
  line-height: 60px;
  text-align: center;
  background-color: #fc6d02;
  background-image: none;
}

.new .main .left .swiper-container .swiper-button-prev span {
  font-size: 20px;
  color: #ffffff;
}

.new .main .left .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.new .main .left .swiper-container .swiper-button-next {
  right: 0;
  width: 40px;
  height: 60px;
  margin-top: -93px;
  line-height: 60px;
  text-align: center;
  background-color: #fc6d02;
  background-image: none;
}

.new .main .left .swiper-container .swiper-button-next span {
  font-size: 20px;
  color: #ffffff;
}

.new .main .left .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.new .main .right {
  width: 50%;
  float: right;
}

.new .main .right .newNav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
}

.new .main .right .newNav ul li {
  float: left;
  width: 144px;
  height: 50px;
  cursor: pointer;
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.new .main .right .newNav ul li.active {
  color: #ffffff;
  background-color: #1c447b;
}

.new .main .right .newNav ul li:hover {
  color: #ffffff;
  background-color: #1c447b;
}

.new .main .right .newNav a {
  float: right;
  font-size: 14px;
  color: #666666;
  padding-right: 20px;
}

.new .main .right .text .items {
  display: none;
}

.new .main .right .text .items.active {
  display: block;
}

.new .main .right .text .items .up {
  height: 139px;
  border-bottom: dashed 1px #e5e5e5;
}

.new .main .right .text .items .up h3 {
  padding-top: 20px;
  line-height: 34px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.new .main .right .text .items .up h3 i {
  font-size: 24px;
  color:red;
  float: left;
  width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new .main .right .text .items .up h3 span {
  float: right;
  font-size: 14px;
  color: #999999;
}

.new .main .right .text .items .up p {
  font-size: 14px;
  color: #666666;
  padding-top: 10px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.new .main .right .text .items .down .item {
  display: block;
  padding-top: 19px;
  line-height: 25px;
}

.new .main .right .text .items .down .item:hover p {
  color: #fc6d02;
}

.new .main .right .text .items .down .item:hover i {
  color: #fc6d02;
}

.new .main .right .text .items .down .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.new .main .right .text .items .down .item span {
  float: left;
  font-size: 16px;
  color: #1c447b;
}

.new .main .right .text .items .down .item p {
  float: left;
  font-size: 14px;
  color: #333333;
  margin-left: 10px;
  width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.new .main .right .text .items .down .item i {
  float: right;
  font-size: 14px;
  color: #999999;
}

.lane {
  padding-bottom: 50px;
}

.lane .main {
  height: 82px;
}

.lane .main .item {
  float: left;
  height: 100%;
  width: calc(25% - 6px);
  background-color: #1c447b;
  border-right: solid 6px #ffffff;
}

.lane .main .item dl {
  /*text-align: center;*/
  padding: 10px;
}

.lane .main .item dl dt {
  float: left;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  line-height: 58px;
  text-align: center;
  border-radius: 100%;
  border: solid 1px #ffffff;
}

.lane .main .item dl dt span {
  font-size: 30px;
  color: #ffffff;
}
.lane .main .item dl dd {
  float: left;
  padding-top: 5px;
  margin-left: 8px;
}
.lane .main .item dl dd h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.lane .main .item dl dd p {
  opacity: .7;
  font-size: 12px;
  color: #ffffff;
}

section {
  padding-bottom: 50px;
}

section .main .left {
  float: left;
  width: 260px;
  border-top: solid 4px #fc6d02;
}

section .main .left .title {
  height: 120px;
  padding: 0 20px;
  width: calc(100% - 40px);
  background-color: #1c447b;
}

section .main .left .title h3 {
  font-size: 24px;
  color: #ffffff;
  padding-top: 50px;
}

section .main .left .title p {
  opacity: .7;
  font-size: 12px;
  color: #ffffff;
  padding-top: 5px;
}

section .main .left .text {
  border: solid 1px #e1e1e1;
  border-top: none;
}

section .main .left .text .item {
  position: relative;
  padding: 35px 50px 0 50px;
}

section .main .left .text .item:last-child {
  padding-bottom: 35px;
}

section .main .left .text .item.active a {
  color: #fc6d02;
  font-weight: bold;
}

section .main .left .text .item.active a::after {
  width: 0;
  height: 0;
  top: 41px;
  right: 50px;
  content: '';
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 8px solid #fc6d02;
  border-bottom: 6px solid transparent;
}

section .main .left .text .item:hover a {
  color: #fc6d02;
  font-weight: bold;
}

section .main .left .text .item:hover a::after {
  width: 0;
  height: 0;
  top: 41px;
  right: 50px;
  content: '';
  position: absolute;
  border-top: 6px solid transparent;
  border-left: 8px solid #fc6d02;
  border-bottom: 6px solid transparent;
}

section .main .left .text .item a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #000000;
}

section .main .right {
  float: right;
  width: 898px;
  position: relative;
  border: solid 1px #e1e1e1;
  border-top: solid 2px #fc6d02;
}

section .main .right.right2 {
  border: none;
  border-top: solid 2px #fc6d02;
}

section .main .right::before {
  top: -2px;
  left: 0;
  content: '';
  height: 2px;
  width: 137px;
  position: absolute;
  background-color: #1c447b;
}

section .main .right .title {
  margin: 0 40px;
  margin-top: 50px;
  line-height: 34px;
  margin-bottom: 40px;
}

section .main .right .title::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

section .main .right .title h3 {
  float: left;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  padding-right: 10px;
  background-color: #ffffff;
}

section .main .right .title img {
  display: inline-block;
}

section .main .right .textdetails {
  margin: 0 40px;
}

section .main .right .title2 {
  height: 58px;
  padding: 0 20px;
  line-height: 58px;
  background-color: #f5f5f5;
}

section .main .right .title2 h3 {
  float: left;
  font-size: 24px;
  color: #1c447b;
  font-weight: bold;
}

section .main .right .titledetails {
  padding: 45px 0;
  text-align: center;
  margin: 0 40px 30px 40px;
  border-bottom: solid 1px #e1e1e1;
}

section .main .right .titledetails h3 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}

section .main .right .titledetails p {
  font-size: 14px;
  color: #999999;
  padding-top: 20px;
}

section .main .right .titledetails p span {
  margin: 0 20px;
}

section .main .right .new {
  padding: 20px 20px 50px 20px;
  border-bottom: solid 1px #e1e1e1;
}

section .main .right .new .item {
  display: block;
  padding-top: 19px;
  line-height: 25px;
}

section .main .right .new .item:hover p {
  color: #fc6d02;
}

section .main .right .new .item:hover i {
  color: #fc6d02;
}

section .main .right .new .item::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

section .main .right .new .item span {
  float: left;
  font-size: 16px;
  color: #1c447b;
}

section .main .right .new .item p {
  float: left;
  font-size: 14px;
  color: #333333;
  margin-left: 10px;
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

section .main .right .new .item i {
  float: right;
  font-size: 14px;
  color: #999999;
}

section .main .right .textfoot {
  margin: 0 40px;
  padding: 40px 0;
  border-top: solid 1px #e1e1e1;
}

section .main .right .textfoot::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

section .main .right .textfoot .left2 {
  float: left;
}

section .main .right .textfoot .left2 a {
  width: 500px;
  display: block;
  font-size: 14px;
  color: #333333;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

section .main .right .textfoot .left2 a:first-child {
  padding-top: 0;
}

section .main .right .textfoot .left2 a:hover {
  color: #fc6d02;
}

section .main .right .textfoot .right2 {
  float: right;
}

section .main .right .textfoot .right2 a {
  float: right;
  height: 44px;
  padding: 0 30px;
  line-height: 44px;
  background-color: #fc6d02;
}

section .main .right .textfoot .right2 a:hover {
  background-color: rgba(252, 109, 2, 0.8);
}

.enterprise {
  padding-bottom: 50px;
}

.enterprise .main .item {
  float: left;
  margin-left: 40px;
  width: calc(33.33% - 28px);
  border-top: solid 2px #1c447b;
}

.enterprise .main .item:first-child {
  margin-left: 0;
}

.enterprise .main .item .up {
  padding-bottom: 30px;
  border-bottom: dashed 1px #e5e5e5;
}

.enterprise .main .item .up h3 {
  font-size: 24px;
  color: #1c447b;
  line-height: 34px;
  padding: 15px 0 30px 0;
}

.enterprise .main .item .up h3 i {
  color: #fc6d02;
}

.enterprise .main .item .up h3 a {
  float: right;
  font-size: 14px;
  color: #1c447b;
}

.enterprise .main .item .up h4 {
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.enterprise .main .item .up h5 {
  font-size: 14px;
  color: #666666;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.enterprise .main .item .up p {
  font-size: 14px;
  color: #1c447b;
  padding-top: 15px;
}

.enterprise .main .item .up p a {
  color: #1c447b;
}

.enterprise .main .item .down {
  line-height: 24px;
}

.enterprise .main .item .down a {
  display: block;
  margin-top: 20px;
  position: relative;
}

.enterprise .main .item .down a::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.enterprise .main .item .down a:hover p {
  color: #fc6d02;
}

.enterprise .main .item .down a:hover span {
  color: #fc6d02;
}

.enterprise .main .item .down a::before {
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  content: '';
  position: absolute;
  border-radius: 100%;
  background-color: #1c447b;
}

.enterprise .main .item .down a p {
  float: left;
  width: 260px;
  font-size: 14px;
  color: #333333;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.enterprise .main .item .down a span {
  float: right;
  font-size: 14px;
  color: #999999;
}

.links {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.links .main h3 {
  font-size: 24px;
  color: #1c447b;
  padding-bottom: 10px;
}

.links .main h3 i {
  color: #fc6d02;
}

.links .main .items .item {
  float: left;
  width: 183px;
  height: 80px;
  margin-top: 20px;
  line-height: 80px;
  margin-left: 20px;
  text-align: center;
  transition: all 0.5s;
  background-color: #ffffff;
}

.links .main .items .item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.links .main .items .item:nth-child(6n+1) {
  margin-left: 0;
}

.links .main .items .item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}

.footer .down {
  padding: 25px 0;
  background-color: #163662;
}

.footer .down .main .left {
  float: left;
}

.footer .down .main .left p {
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.3);
}

.footer .down .main .left p a {
  color: rgba(255, 255, 255, 0.3);
}

.footer .down .main .left p a:hover {
  color: #ffffff;
}

.footer .down .main .right {
  float: right;
}

.footer .down .main .right .img {
  float: left;
  height: 70px;
  margin-left: 30px;
  text-align: center;
}

.footer .down .main .right .img p {
  float: left;
  padding: 0 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  border: solid 1px;
  height: calc(100% - 2px);
  writing-mode: vertical-rl;
  border-color: rgba(255, 255, 255, 0.5);
  border-right: none;
}

.footer .down .main .right .img img {
  width: auto;
  height: 100%;
  background-color: #ffffff;
}
@media all and (min-width: 1600px) {
  .floatingWindown{
    display: block;
  }
  .floatingWin{
    display: none;
  }
}
@media all and (max-width: 1600px) {
  .floatingWin{
    display: block;
  }
  .floatingWindown{
    display: none;
  }
}
.floatingWindown {
  top: 50%;
  right: 20px;
  width: 218px;
  height: 375px;
  position: fixed;
  overflow: hidden;
  margin-top: -252px;
  border: solid 1px #e1e1e1;
  background-color: #f5f5f5;
}
.floatingWin{
  top: 45%;
  right: 20px;
  position: fixed;
}
.floatingWin div{
  cursor: pointer;
  margin-top: 10px;
}
.floatingWin span{
  width: 36px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fc6d02;
}
.floatingWindown .close {
  right: 0;
  padding: 10px;
  cursor: pointer;
  position: absolute;
}
.floatingWindown .up {
  text-align: center;
}

.floatingWindown .up .title {
  height: 62px;
  line-height: 62px;
  border-bottom: solid 1px #e1e1e1;
}

.floatingWindown .up .title h3 {
  font-size: 24px;
  color: #1c447b;
  font-weight: bold;
}

.floatingWindown .up .title h3 i {
  color: #fc6d02;
}

.floatingWindown .up ul {
  padding: 0 20px;
  text-align: left;
}

.floatingWindown .up ul li {
  padding: 8px 0;
  border-bottom: dashed 1px #e1e1e1;
}

.floatingWindown .up ul li h3 {
  font-size: 14px;
  color: #333333;
}

.floatingWindown .up ul li p {
  color: #333333;
}

.floatingWindown .up .img {
  padding-top: 10px;
}

.floatingWindown .up .img dl {
  float: left;
  margin-left: 30px;
}

.floatingWindown .up .img dl dt {
  width: 70px;
}

.floatingWindown .up .img dl dt img{
  width: 100%;
}

.floatingWindown .up .img dd {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}

.floatingWindown .upTop {
  bottom: 0;
  width: 100%;
  height: 56px;
  cursor: pointer;
  color: #ffffff;
  line-height: 56px;
  position: absolute;
  text-align: center;
  border-top: solid 1px #e1e1e1;
}

.floatingWindown .upTop p {
  font-size: 16px;
  color: #fc6d02;
  text-align: center;
}

.floatingWindown .upTop p span {
  width: 36px;
  height: 36px;
  color: #ffffff;
  line-height: 36px;
  margin-right: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #fc6d02;
}


.member {margin-top: 10px;}
.member li {  position:relative; height:88px;  border-bottom:1px dotted #ddd; margin-bottom:15px;}
.member li .number {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 55px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1c447b;
  color: #fff;
  -webkit-border-radius: 2px;   /* Webkit browsers */
 -moz-border-radius: 2px;      /* Gecko browsers */
  border-radius: 2px;            /* W3C syntax */          
}
.member li:hover .number { background:#fc6d02;}
.member li h2 { font-size:16px; margin-bottom:10px;}
.member li p { color:#666; line-height: 25px;}
.member li p.tel i{ padding-right: 8px;color: #1c447b }
.member li p.address i { padding-right: 8px; color:#fc6d02 }

.subForm{
  width: 96%;
  margin: 0px auto;
}
.subForm .topTitle{
  font-weight: bold;
  font-size: 14px;
  margin: 10px 0px;
  line-height: 40px;
  border-bottom: solid 1px #eeeeee;
}
.subForm .layui-form{padding: 0px !important;}
.subForm .layui-form .layui-form-label{
  padding: 7px 0px;
  text-align: left;
  width: 110px !important;
}
.subForm .layui-form .layui-form-item{
  margin-bottom:2px !important; ;
}
/*.subForm .layui-form .layui-form-item .layui-input-inline {
  width: 190px !important;
}*/
.subForm .layui-form .layui-form-item .layui-input-inline input,.subForm .layui-form .layui-form-item .layui-input-block input{ 
  height: 32px !important;
  line-height: 32px; 
}
.subForm .addOneItem{
  background-color: #1b89cb;
}
.subForm .layui-form .layui-form-item .layui-input-block .layui-btn{
  margin: 15px 0px !important;
  color: #fff;
}
.red{ color: #ff0000 !important; }
.noStart { height:300px; line-height: 300px; text-align: center; font-size: 16px;  }
</pre></body></html>