@charset "UTF-8";
/**!
* 一件事
* date:2022-11-30
* author: gyc;
*/


html {
    color: #000;
    background: #FFF;
}

*,
:before,
:after {
    background-repeat: no-repeat; 
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
    cursor: pointer;
}

legend {
    color: #000
}

iframe {
    display: block;
}

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select, input, button, textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}







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

.banner {
  height: 300px;
  padding-top: 79px;
  background: url("../images/onethingnew/banner.jpg") no-repeat center;
}

.banner-title {
  height: 63px;
  line-height: 63px;
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.banner-subtitle {
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.main-container {
  padding-top: 41px;
  padding-bottom: 80px;
}

.model + .model {
  margin-top: 80px;
}

.model-title {
  height: 42px;
  padding-left: 29px;
  line-height: 42px;
  font-size: 28px;
  font-weight: 700;
  background: url("../images/onethingnew/icon-title.png") no-repeat left center;
}

.model-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 29px;
}

.model-list > li {
  width: 227px;
  height: 139px;
  background: url("../images/onethingnew/bg-list.png") no-repeat center;
}

.model-list > li.active {
  background: url("../images/onethingnew/bg-list-active.png") no-repeat center;
}

.model-list > li.active .hover {
  display: block;
}

.model-list > li.active .normal {
  display: none;
}

.model-list > li.active .name {
  color: #fff;
}

.model-list > li + li {
  margin-left: 16px;
}

.model-list > li:nth-child(5n + 1) {
  margin-left: 0;
}

.model-list > li:nth-child(n + 6) {
  margin-top: 30px;
}

.model-list > li > a {
  display: block;
  height: 100%;
  padding-top: 20px;
}

.model-list > li .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.model-list > li img {
  width: 100%;
  height: 100%;
}

.model-list > li .hover {
  display: none;
}

.model-list > li .name {
  height: 24px;
  padding: 0 10px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model-detail {
  position: relative;
  height: 361px;
  margin-top: 21px;
  padding: 22px 16px 0 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 11px rgba(184, 184, 184, 0.15);
          box-shadow: 0px 0px 11px rgba(184, 184, 184, 0.15);
  border-radius: 4px;
}

.model-detail .top-triangle {
  position: absolute;
  width: 34px;
  height: 19px;
  background: url("../images/onethingnew/icon-top.png") no-repeat center;
  top: -19px;
  left: 90px;
}

.model-detail:nth-child(2) .top-triangle {
  left: 330px;
}

.model-detail:nth-child(3) .top-triangle {
  left: 580px;
}

.model-detail:nth-child(4) .top-triangle {
  left: 820px;
}

.model-detail:nth-child(5) .top-triangle {
  left: 1070px;
}

.model-detail .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 22px;
}

.model-detail .top .number {
  height: 22px;
  line-height: 22px;
  font-size: 18px;
}

.model-detail .top .number > span {
  padding: 0 10px;
  color: #2868b1;
}

.model-detail .top .tips-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 23px;
}

.model-detail .top .tips-box > span {
  width: 68px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  font-size: 15px;
}

.model-detail .top .tips-box > span.person {
  background: url("../images/onethingnew/bg-person.png") no-repeat center;
}

.model-detail .top .tips-box > span.legal {
  background: url("../images/onethingnew/bg-legal.png") no-repeat center;
}

.model-detail .top .todo {
  width: 126px;
  height: 42px;
  margin-top: -6px;
  margin-left: auto;
  line-height: 42px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #2868b1;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 60px;
}

.model-detail .top .todo2 {
  width: 126px;
  height: 42px;
  margin-top: -6px;
  margin-left: auto;
  line-height: 42px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #2868b1;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 60px;
}


.model-detail .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.model-detail .bottom.bottom10 .list {
  width: 746px;
}

.model-detail .bottom.bottom10 .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 184px;
}

.model-detail .bottom.bottom10 .list li {
  width: calc(50% - 10px);
}

.model-detail .bottom.bottom10 .list li + li {
  margin-left: 20px;
  margin-top: 0;
}

.model-detail .bottom.bottom10 .list li:nth-child(2n + 1) {
  margin-left: 0;
}

.model-detail .bottom.bottom10 .list li:nth-child(n + 3) {
  margin-top: 26px;
}

.model-detail .bottom .name {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #484e54;
}

.model-detail .bottom .list {
  width: 357px;
}

.model-detail .bottom .list ul {
  margin-top: 30px;
}

.model-detail .bottom .list li {
  height: 16px;
  line-height: 16px;
  color: #484e54;
  font-size: 16px;
}

.model-detail .bottom .list li + li {
  margin-top: 26px;
}

.model-detail .bottom .list a {
  display: block;
  height: 100%;
  padding-left: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/onethingnew/icon-matter.png") no-repeat left center;
}

.efficiency {
  width: 754px;
}

.efficiency-list {
  margin-top: 21px;
}

.efficiency-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  line-height: 54px;
}

.efficiency-list > li + li {
  margin-top: 20px;
}

.efficiency-list .tt {
  padding-left: 42px;
  font-size: 16px;
}

.efficiency-list .tt.time {
  background: url("../images/onethingnew/icon-time.png") no-repeat left center;
}

.efficiency-list .tt.run {
  background: url("../images/onethingnew/icon-run.png") no-repeat left center;
}

.efficiency-list .tt.materials {
  background: url("../images/onethingnew/icon-materials.png") no-repeat left center;
}

.efficiency-list .before {
  width: 224px;
  height: 54px;
  line-height: 50px;
  margin-left: 64px;
  padding-left: 55px;
  color: #666;
  font-size: 16px;
  background: url("../images/onethingnew/bg-before.png") no-repeat center;
}

.efficiency-list .before > span {
  padding: 0 5px;
  font-size: 22px;
  font-weight: 600;
  color: #ff8b3d;
}

.efficiency-list .arrow {
  width: 29px;
  height: 54px;
  margin-left: 44px;
  background: url("../images/onethingnew/icon-arrows.png") no-repeat center;
}

.efficiency-list .after {
  width: 224px;
  height: 54px;
  line-height: 50px;
  margin-left: auto;
  padding-left: 55px;
  color: #666;
  font-size: 16px;
  background: url("../images/onethingnew/bg-after.png") no-repeat center;
}

.efficiency-list .after > span {
  padding: 0 5px;
  font-size: 22px;
  font-weight: 600;
  color: #2868b1;
}

.bottom10 .efficiency {
  width: 365px;
  margin-left: auto;
}

.bottom10 .efficiency-list > li {
  padding: 0 22px 0 26px;
  background: -webkit-gradient(linear, left top, right top, from(#ebf5ff), to(rgba(223, 237, 251, 0)));
  background: linear-gradient(90deg, #ebf5ff 0%, rgba(223, 237, 251, 0) 100%);
  border-radius: 200px;
}

.bottom10 .efficiency-list > li .info {
  margin-left: auto;
  font-size: 16px;
}

.bottom10 .efficiency-list > li .info > span {
  font-weight: 600;
  padding: 0 5px;
  color: #2868b1;
  font-size: 22px;
}

/* 地市专区 */
.area-title {
  padding-left: 28px;
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 24px;
  background: url("../images/onethingnew/location.png") no-repeat left center;
}

.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.area-item {
  width: 284px;
  height: 308px;
  background: #fff;
  border: 1px solid #d4e1f1;
  border-radius: 4px;
  margin: 0 0 20px 20px;
}

.area-item:nth-child(4n + 1) {
  margin-left: 0;
}

.area-top {
  height: 173px;
  position: relative;
}

.area-top img {
  width: 100%;
  height: 100%;
}

.area-name {
  position: absolute;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: rgba(35, 110, 195, 0.64);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  bottom: 0;
  left: 0;
}

.name-list {
  padding: 0 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 105px;
  margin-top: 20px;
}

.name-item {
  width: 78px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.name-item:hover {
  background: #2868b1;
  border-radius: 2px;
}

.name-item:hover a {
  color: #fff;
}

.name-item a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}

.name-item + li {
  margin-left: 11px;
}

.name-item:nth-child(3n + 1) {
  margin-left: 0;
}
