.container {
  width: 100%;
}
header {
  height: 60px;
  box-shadow: 2px 3px 21px 0px rgba(172, 172, 172, 0.28);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
header .logo {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  height: 40px;
}
header .logo img {
  height: 100%;
}
header ul {
  display: none;
}
header .menu {
  float: right;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding-right: 50px;
  line-height: 60px;
  color: #f16400;
  font-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/menu.png');
  background-size: 30px;
  background-position: right 10px top 15px;
}
header .open {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/menu-close.png');
  background-size: 20px;
  background-position: right 15px top 20px;
}
.menubox {
  position: fixed;
  background: #fff;
  right: 0;
  top: 60px;
  bottom: 0;
  width: 340px;
  padding-left: 30px;
  padding-top: 10px;
  z-index: 99;
  display: none;
}
.menubox li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 50px;
  font-size: 14px;
}
.menubox li a {
  display: block;
}
.menubox p {
  margin-top: 30px;
  font-size: 12px;
  color: #a5a5a5;
  line-height: 22px;
  text-align: center;
}
.head {
  height: 60px;
}
footer {
  background: #2a2a32;
  padding-top: 30px;
  margin-bottom: 64px;
}
footer .copyright {
  font-size: 12px;
  line-height: 16px;
  background: #414141;
  color: #7f7f7f;
  text-align: center;
  padding: 8px 15px;
}
footer .logo {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 30px;
}
footer .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
footer .list {
  margin-bottom: 30px;
  font-size: 0;
  padding: 0 15px;
}
footer .list .item {
  width: 50%;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}
footer .list .item .txt {
  color: #949498;
  font-size: 16px;
  margin-bottom: 30px;
}
footer .list .item .code {
  display: block;
  width: 125px;
  height: 125px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 30px;
}
footer .list .item .line {
  margin-top: 30px;
  width: 1px;
  height: 75px;
  background-color: #bcbcbc;
}
footer .list .paddingT {
  padding-top: 46px;
}
footer .list .marginR {
  width: calc(50% - 40px);
}
footer .list .linebox {
  width: auto;
  margin-right: 20px;
}
footer .list .full {
  width: 100%;
  margin-bottom: 0;
}
.contactBtn {
  display: none;
}
.bottomButton {
  height: 64px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  box-shadow: 2px 3px 21px 0px rgba(172, 172, 172, 0.28);
  display: flex;
  text-align: center;
  padding: 10px 0;
}
.bottomButton .flex {
  flex: 1;
}
.bottomButton .flex img {
  width: 24px;
  height: 24px;
}
.bottomButton .flex p {
  color: #f16400;
  font-size: 12px;
  margin-top: 4px;
}
.bottomButton .flex-2 {
  flex: 2;
  min-width: 200px;
  padding: 0 10px;
}
.bottomButton .flex-2 span {
  display: block;
  margin: 0 auto;
  width: 180px;
  line-height: 42px;
  border-radius: 21px;
  font-size: 16px;
  color: #fff;
  background: #f16400;
}
.win {
  position: fixed;
  display: none;
  inset: 0;
  z-index: 9999;
}
.win .bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.win .box {
  width: 340px;
  position: absolute;
  height: 415px;
  z-index: 2;
  left: 50%;
  margin-left: -170px;
  top: 50%;
  margin-top: -203px;
  background: #f3f3f3;
  border-radius: 20px;
  overflow: hidden;
}
.win .box img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 45px 45px 30px;
}
.win .box .msg {
  padding: 15px 40px;
  background: #f16400;
  color: #fff;
  height: 80px;
  text-align: center;
}
.win .box .msg p {
  font-size: 18px;
  margin-bottom: 10px;
}
.win .box .msg div {
  font-size: 20px;
  font-weight: bold;
}
.win .box .close {
  position: absolute;
  z-index: 3;
  right: 11px;
  top: 11px;
  width: 28px;
  height: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/close.png');
  background-size: 100%;
  cursor: pointer;
}
.crumb {
  padding: 15px;
  font-size: 14px;
  color: #8a8a8a;
}
.crumb code {
  padding: 0 10px;
}
.crumb span {
  color: #f16400;
}
.pager {
  text-align: center;
  margin: 20px 0;
}
.pager span,
.pager a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 8px;
  color: #414141;
  font-size: 12px;
  margin: 0 6px;
}
.pager span {
  background: #f16400;
  color: #fff;
}
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .pc {
  display: none;
}
.banner a,
.banner img {
  display: block;
  width: 100%;
}
.banner .pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.banner .pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #fff;
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
}
.banner .pagination .swiper-pagination-bullet-active {
  background: #f16400;
}
.banner .pageBan {
  width: 100%;
  height: 50px;
  object-fit: cover;
}
.index_model_top {
  font-size: 0;
  margin-top: 15px;
  padding: 0 15px;
}
.index_model_top .item {
  position: relative;
  width: 100%;
  aspect-ratio: 1.26666667;
  min-height: 270px;
  box-shadow: 5px 9px 62px 0px rgba(229, 229, 229, 0.55);
  border-radius: 15px;
  padding-top: 43px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
}
.index_model_top .item .title {
  margin-bottom: 16px;
  font-size: 26px;
  color: #f16400;
}
.index_model_top .item .sub {
  margin-bottom: 32px;
  color: #a5a5a5;
  font-size: 12px;
}
.index_model_top .item .btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #f16400;
  border-radius: 20px;
  font-size: 16px;
  z-index: 3;
  color: #fff;
}
.index_model_top .item .img {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 1;
  object-fit: cover;
}
.index_model_top .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
.index_article_model {
  margin-top: 40px;
  overflow: hidden;
  padding: 0 15px;
}
.index_article_model .title {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  color: #f16400;
  font-weight: bold;
}
.index_article_model .more {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  color: #f16400;
}
.index_article_model .left {
  width: 100%;
}
.index_article_model .left .item {
  font-size: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #e9e9e9;
}
.index_article_model .left .item .img {
  display: none;
}
.index_article_model .left .item .msg {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.index_article_model .left .item .msg p {
  color: #414141;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.index_article_model .left .item .msg div {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
}
.index_article_model .left .item .msg time {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #858585;
}
.index_article_model .right {
  margin-top: 40px;
  width: 100%;
}
.index_article_model .right .list {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.index_article_model .right .list .art-wrapper {
  width: calc(100% - 80px);
  overflow: hidden;
}
.index_article_model .right .list .left-btn,
.index_article_model .right .list .right-btn {
  width: 40px;
  cursor: pointer;
}
.index_article_model .right .list .left-btn {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/left.png');
  background-size: 26px;
}
.index_article_model .right .list .right-btn {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/right.png');
  background-size: 26px;
}
.index_article_model .right .list .swiper-slide {
  display: block;
  width: 100%;
}
.index_article_model .right .list .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
}
.index_article_model .right .list .swiper-slide .msg {
  background: #f16400;
  padding: 15px 20px;
  color: #fff;
}
.index_article_model .right .list .swiper-slide .msg p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
  font-weight: bold;
}
.index_article_model .right .list .swiper-slide .msg div {
  font-size: 14px;
  line-height: 22px;
}
.index_question {
  position: relative;
  background: #f5f5f5;
  margin-top: 40px;
  padding: 40px 15px 70px;
}
.index_question .left {
  display: none;
}
.index_question .right {
  width: 100%;
}
.index_question .right .title {
  font-size: 24px;
  line-height: 24px;
  color: #f16400;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.index_question .right .title h2 {
  font-size: 24px;
  margin: 0;
}
.index_question .right .title a {
  display: block;
  position: absolute;
  bottom: 40px;
  font-size: 16px;
  width: 82px;
  left: 50%;
  margin-left: -41px;
}
.index_question .right .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 0;
  border-bottom: solid 1px #e9e9e9;
  /*.msg{
				.ib();
				width: calc(100% - 65px);*/
}
.index_question .right .item .time {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  color: #414141;
  padding-top: 10px;
}
.index_question .right .item .time .y {
  font-size: 16px;
  margin-bottom: 10px;
}
.index_question .right .item .time .m {
  font-size: 32px;
  font-weight: bold;
}
.index_question .right .item p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}
.index_question .right .item div {
  font-size: 14px;
  line-height: 26px;
  color: #5a5a5a;
}
.index_about {
  margin-top: 40px;
  padding: 0 15px;
}
.index_about .title {
  color: #f16400;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
}
.index_about div {
  width: 100%;
}
.index_about div p {
  font-size: 16px;
  line-height: 1.7;
  color: #5a5a5a;
  margin-bottom: 20px;
  text-indent: 2em;
}
.index_about img {
  width: 100%;
}
.index_say {
  border-radius: 18px;
  background: #f16400;
  padding: 20px 15px;
  position: relative;
  color: #fff;
  margin: 40px 15px 80px;
  width: calc(100% - 30px);
}
.index_say .title {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
.index_say .txt {
  width: 50%;
  font-size: 12px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.index_say .more {
  font-size: 16px;
  margin-top: 20px;
}
.index_say .bg {
  position: absolute;
  right: 10px;
  width: 170px;
  height: 100px;
  top: 76px;
  z-index: 1;
  background: #fff;
  opacity: 0.2;
}
.index_say img {
  position: absolute;
  right: 0;
  top: 85px;
  width: 170px;
  height: 100px;
  z-index: 2;
  object-fit: cover;
}
.index_say .mark {
  position: absolute;
  right: 0;
  top: 85px;
  width: 170px;
  height: 100px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding-top: 22px;
  text-align: center;
}
.index_say .mark p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index_say .mark b {
  font-size: 22px;
}
.about {
  padding: 40px 15px;
}
.about .title {
  font-size: 26px;
  font-weight: bold;
  color: #f16400;
  text-align: center;
  margin-bottom: 20px;
}
.about .text {
  margin: 15px 0;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
}
.about .text p {
  margin-bottom: 20px;
}
.about .whybuild {
  padding: 20px 15px;
  background: #f16400;
  border-radius: 34px;
  color: #fff;
}
.about .whybuild .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.about .whybuild .sub {
  margin-bottom: 20px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/write.jpg');
  background-size: auto 190px;
}
.about .whybuild .sub .mark {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-top: 50px;
}
.about .whybuild .sub .mark p {
  margin-bottom: 15px;
  font-size: 18px;
}
.about .whybuild .sub .mark b {
  font-size: 32px;
}
.about .whybuild .txt {
  font-size: 16px;
  line-height: 26px;
  height: 300px;
  overflow-y: scroll;
  padding-right: 4px;
}
.about .whybuild .txt p {
  margin-bottom: 26px;
}
.about .whybuild .txt::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
}
.about .whybuild .txt::-webkit-scrollbar-thumb {
  border-radius: 1px;
  background: #fff;
}
@-moz-document url-prefix() {
  .about .whybuild .txt {
    scrollbar-width: thin;
    scrollbar-color: #fff rgba(0, 0, 0, 0.2);
  }
}
.about .withimg {
  overflow: hidden;
  margin-top: 40px;
}
.about .withimg img {
  width: 100%;
  border-radius: 10px;
}
.about .withimg .txtbox {
  margin-top: 20px;
}
.about .withimg .txtbox .sub_t {
  font-size: 16px;
  color: #f16400;
  text-align: center;
  margin-bottom: 20px;
}
.about .withimg .txtbox .str {
  font-size: 14px;
  line-height: 1.7;
}
.about .withimg .txtbox .str p {
  margin-bottom: 20px;
  display: flex;
}
.about .withimg .txtbox .str label {
  width: 74px;
  font-weight: bold;
  color: #f16400;
}
.about .withimg .txtbox .str span {
  flex: 1;
}
.about .more {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  color: #f16400;
}
.about .partner {
  font-size: 0;
  margin-top: 20px;
}
.about .partner .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.about .partner .item .img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 9px 62px 0px rgba(229, 229, 229, 0.55);
}
.about .partner .item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.about .partner .item p {
  margin-top: 30px;
  font-size: 16px;
  color: #5a5a5a;
}
.target_subban {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.newsunda {
  padding: 40px 15px;
}
.newsunda .title {
  font-size: 24px;
  color: #f16400;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.newsunda .list {
  font-size: 0;
  margin-bottom: 60px;
}
.newsunda .list .item {
  text-align: center;
  margin-bottom: 30px;
}
.newsunda .list .item img {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
}
.newsunda .list .item .sub {
  position: relative;
  max-width: fit-content;
  padding: 12px 6px 0 24px;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
  color: #414141;
  margin: 0 auto 20px;
}
.newsunda .list .item .sub:after {
  content: '';
  position: absolute;
  display: block;
  left: 16px;
  right: 0;
  bottom: 0;
  height: 7px;
  background: #f16400;
  z-index: -1;
}
.newsunda .list .item:nth-child(1) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/1.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item:nth-child(2) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/2.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item:nth-child(3) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/3.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item:nth-child(4) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/4.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item:nth-child(5) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/5.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item:nth-child(6) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/6.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item:nth-child(7) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/7.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item:nth-child(8) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/8.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item:nth-child(9) .sub {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/img/9.jpg");
  background-size: auto 100%;
  background-position: left top;
}
.newsunda .list .item .txt {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
}
.newsunda .withimg {
  overflow: hidden;
  margin-top: 40px;
}
.newsunda .withimg img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}
.newsunda .withimg .txtbox {
  width: 100%;
}
.newsunda .withimg .txtbox .sub_t {
  font-size: 16px;
  line-height: 1.4;
  color: #414141;
  margin-bottom: 15px;
  padding-left: 16px;
  font-weight: bold;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/sanjiao.jpg');
  background-size: 9px;
  background-position: left top 4px;
}
.newsunda .withimg .txtbox .str {
  font-size: 14px;
  line-height: 1.7;
  color: #5a5a5a;
  padding-left: 16px;
}
.newsunda .withimg .txtbox .str p {
  margin-bottom: 20px;
}
.newsunda .withimg .txtbox .str p.red {
  color: #f16400;
}
.newsunda .withimg .txtbox .str div {
  display: flex;
  margin-bottom: 6px;
}
.newsunda .withimg .txtbox .str div span {
  flex: 1;
  padding-left: 16px;
  padding-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/gou.jpg');
  background-size: 12px;
  background-position: left top 4px;
}
.case h1 {
  margin: 40px 0 20px;
  color: #f16400;
  font-size: 24px;
  text-align: center;
}
.case .list {
  font-size: 0;
  padding: 0 15px;
}
.case .list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.case .list .item:nth-child(2n) {
  margin-right: 0;
}
.case .list .item .img {
  display: block;
  width: 100%;
  aspect-ratio: 1.57446809;
  object-fit: cover;
}
.case .list .item .msg {
  padding: 10px 0;
}
.case .list .item .msg p {
  font-size: 16px;
  color: #414141;
  margin-bottom: 10px;
}
.case .list .item .msg div {
  font-size: 12px;
  line-height: 1.7;
  color: #5a5a5a;
}
.info h1 {
  margin: 70px 0 20px;
  color: #f16400;
  font-size: 24px;
  text-align: center;
}
.info .link {
  text-align: center;
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  top: 110px;
  padding: 10px 0;
  box-shadow: 0 0 6px 0 #ccc;
}
.info .link a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 100px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #f16400;
  font-size: 16px;
  color: #f16400;
}
.info .link .on {
  background: #f16400;
  color: #fff;
}
.info .list {
  padding: 0 15px;
  font-size: 0;
}
.info .list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.info .list .item:nth-child(2n) {
  margin-right: 0;
}
.info .list .item .img {
  display: block;
  width: 100%;
  aspect-ratio: 1.63636364;
  object-fit: cover;
}
.info .list .item .msg {
  padding: 15px 0;
}
.info .list .item .msg p {
  font-size: 16px;
  color: #414141;
  margin-bottom: 10px;
  font-weight: bold;
}
.info .list .item .msg div {
  font-size: 14px;
  line-height: 1.7;
  color: #5a5a5a;
}
.flow {
  padding: 40px 0;
  font-size: 0;
}
.flow .left {
  display: none;
}
.flow .right {
  width: 100%;
  padding: 0 15px;
}
.flow .right > div {
  padding-top: 15px;
  margin-bottom: 30px;
}
.flow .right .title {
  font-size: 24px;
  color: #f16400;
  margin-bottom: 20px;
  text-align: center;
}
.flow .right .sub {
  margin-bottom: 20px;
  color: #414141;
  font-size: 18px;
  font-weight: bold;
}
.flow .right .txt {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 30px;
}
.flow .right .txt p {
  margin-bottom: 20px;
}
.flow .right img {
  max-width: 100%;
  margin-bottom: 20px;
}
.flow .right .center {
  display: block;
  margin: 0 auto 20px;
}
.flow .right label {
  color: #f16400;
}
.flow .right .small {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 20px;
}
.question {
  font-size: 16px;
  padding: 0 15px;
}
.question .title {
  color: #f16400;
  padding: 60px 0 40px;
  font-size: 24px;
  font-weight: bold;
}
.question .q {
  position: relative;
  line-height: 24px;
  color: #5a5a5a;
  padding-left: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.question .q:before {
  content: 'Q';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #5a5a5a;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  top: 0;
}
.question .a {
  position: relative;
  line-height: 24px;
  color: #5a5a5a;
  padding-left: 30px;
  margin-bottom: 50px;
}
.question .a:before {
  content: 'A';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #f16400;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  left: 0;
  top: 0;
}
.question .a p {
  margin-bottom: 15px;
}
.question .a label {
  color: #f16400;
}
.question .a span {
  display: inline-block;
  vertical-align: top;
  color: #f16400;
  width: 100px;
}
.question .line {
  height: 1px;
  background: #e9e9e9;
}
.contact {
  padding-top: 20px;
  position: relative;
}
.contact .title {
  font-size: 24px;
  color: #f16400;
  text-align: center;
  margin-bottom: 180px;
}
.contact .list {
  font-size: 0;
  padding: 0 15px;
}
.contact .list .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.contact .list .addr {
  position: absolute;
  left: 50%;
  top: 84px;
  height: 60px;
  width: 340px;
  margin-left: -170px;
  border: 1px solid #f16400;
  border-radius: 30px;
  text-align: center;
  padding-top: 8px;
}
.contact .list .addr div {
  display: inline-block;
  vertical-align: top;
  padding: 0 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/addr.png');
  background-size: auto 16px;
  background-position: top left;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.contact .list .addr p {
  color: #5a5a5a;
  font-size: 16px;
}
.contact .list .addr p span {
  color: #f16400;
}
.contact .list .item:nth-child(2n) .addr {
  top: 164px;
}
.contact .list .img {
  width: 140px;
  margin: 15px auto;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #f16400;
}
.contact .list .img img {
  width: 100%;
}
.contact .list .txt {
  text-align: center;
  font-size: 16px;
  color: #414141;
  font-weight: bold;
}
.partner .list {
  font-size: 0;
  padding: 0 15px;
}
.partner .list .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.partner .list .item:nth-child(2n) {
  margin-right: 0;
}
.partner .list .item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.40740741;
  object-fit: cover;
}
.partner .list .item .msg {
  padding: 10px 0;
}
.partner .list .item .msg .title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.partner .list .item .msg .txt {
  font-size: 12px;
  line-height: 1.7;
  color: #5a5a5a;
}
.article {
  padding: 0 15px;
}
.article h1 {
  font-size: 20px;
  color: #414141;
  text-align: center;
  margin-bottom: 18px;
}
.article time {
  display: block;
  font-size: 12px;
  text-align: center;
  color: #858585;
  margin-bottom: 20px;
}
.article .img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.article .content {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.article .content h2 {
  font-size: 18px;
}
.article .content h3 {
  font-size: 17px;
}
.article .content p {
  margin-bottom: 20px;
}
.article .content ol {
  padding-left: 40px;
}
.article .content ol li {
  list-style: decimal;
}
.article .content ul {
  padding-left: 40px;
}
.article .content ul li {
  list-style: disc;
}
.article .content a {
  text-decoration: underline;
  color: #f16400;
}
.article .content img {
  max-width: 100%;
}
