.phoneDom {
  display: none;
}
header {
  padding: 26px 0;
}
header .logo {
  display: inline-block;
  vertical-align: top;
  height: 48px;
}
header .logo img {
  display: block;
  height: 100%;
}
header ul {
  display: inline-block;
  vertical-align: top;
}
header ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 48px;
  margin-left: 50px;
}
header ul .on {
  color: #f16400;
}
footer {
  background: #2a2a32;
  padding-top: 45px;
}
footer .copyright {
  line-height: 40px;
  font-size: 12px;
  background: #414141;
  color: #7f7f7f;
  text-align: center;
}
footer .logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
footer .title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
footer .list {
  margin-bottom: 45px;
}
footer .list .item {
  margin-right: 80px;
  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 {
  margin-right: 40px;
}
.crumb {
  padding: 30px 0;
  font-size: 16px;
  color: #8a8a8a;
}
.crumb code {
  padding: 0 10px;
}
.crumb span {
  color: #f16400;
}
.pager {
  text-align: center;
  margin: 80px 0;
}
.pager span,
.pager a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 10px;
  color: #414141;
  font-size: 14px;
  margin: 0 6px;
}
.pager span,
.pager a:hover {
  background: #f16400;
  color: #fff;
}
.contactBtn {
  position: fixed;
  z-index: 999;
  width: 70px;
  height: 70px;
  bottom: 30%;
  right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/contact.png');
  background-size: 100%;
  cursor: pointer;
}
.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: 360px;
  position: absolute;
  height: 420px;
  z-index: 2;
  left: 50%;
  margin-left: -180px;
  top: 50%;
  margin-top: -200px;
  background: #f3f3f3;
  border-radius: 20px;
  overflow: hidden;
}
.win .box img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin: 50px 50px 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;
}
.banner {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.banner a,
.banner img {
  display: block;
  width: 100%;
}
.banner .m {
  display: none;
}
.banner .pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.banner .pagination .swiper-pagination-bullet {
  width: 53px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
}
.banner .pagination .swiper-pagination-bullet-active {
  background: #f16400;
}
.index_model_top {
  font-size: 0;
  margin-top: 50px;
}
.index_model_top .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 380px;
  height: 300px;
  box-shadow: 5px 9px 62px 0px rgba(229, 229, 229, 0.55);
  border-radius: 18px;
  margin-right: 30px;
  padding-top: 43px;
  text-align: center;
  overflow: hidden;
}
.index_model_top .item:last-child {
  margin-right: 0;
}
.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_model_top .item:hover {
  box-shadow: none;
  border: 1px solid rgba(229, 229, 229, 0.55);
}
.index_model_top .item:hover:after {
  background: none;
}
.index_article_model {
  margin-top: 50px;
  overflow: hidden;
}
.index_article_model .title {
  font-size: 26px;
  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 {
  float: left;
  width: 580px;
}
.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: inline-block;
  vertical-align: top;
  width: 180px;
  aspect-ratio: 1.63636364;
  margin-right: 20px;
}
.index_article_model .left .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_article_model .left .item .msg {
  display: inline-block;
  vertical-align: top;
  width: 380px;
}
.index_article_model .left .item .msg p {
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
}
.index_article_model .left .item .msg div {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 28px;
  padding: 5px 0;
}
.index_article_model .left .item .msg time {
  display: block;
  text-align: right;
  font-size: 12px;
  color: #858585;
}
.index_article_model .right {
  float: right;
  width: 580px;
}
.index_article_model .right .list {
  min-height: 400px;
  position: relative;
  font-size: 0;
}
.index_article_model .right .list .art-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 480px;
  overflow: hidden;
}
.index_article_model .right .list .left-btn,
.index_article_model .right .list .right-btn {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 320px;
  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: 30px;
}
.index_article_model .right .list .right-btn {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../img/right.png');
  background-size: 30px;
}
.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-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.index_article_model .right .list .swiper-slide .msg div {
  font-size: 16px;
  line-height: 26px;
}
.index_question {
  background: #f5f5f5;
  margin-top: 50px;
  padding: 30px 0;
}
.index_question .container {
  overflow: hidden;
}
.index_question .left {
  position: relative;
  margin-top: 50px;
  float: left;
  width: 580px;
  height: 308px;
}
.index_question .left .img1 {
  position: absolute;
  width: 310px;
  z-index: 3;
  top: 0;
  right: 0;
}
.index_question .left .img2 {
  position: absolute;
  width: 310px;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.index_question .left .bg {
  position: absolute;
  width: 308px;
  height: 308px;
  background: #f16400;
  left: 136px;
  top: 0;
  z-index: 1;
  border-radius: 50%;
}
.index_question .right {
  width: 580px;
  float: right;
}
.index_question .right .title {
  font-weight: bold;
  font-size: 26px;
  line-height: 26px;
  color: #f16400;
  margin-bottom: 30px;
}
.index_question .right .title h2 {
  display: inline-block;
  font-size: 26px;
  margin: 0;
}
.index_question .right .title a {
  float: right;
  font-size: 16px;
}
.index_question .right .item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 0;
  border-bottom: solid 1px #e9e9e9;
  /*.msg{*/
  /*.ib();
				width: 495px;*/
  /*}*/
}
.index_question .right .item .time {
  display: inline-block;
  vertical-align: top;
  width: 85px;
  color: #414141;
  padding-top: 10px;
}
.index_question .right .item .time .y {
  font-size: 18px;
  margin-bottom: 10px;
}
.index_question .right .item .time .m {
  font-size: 38px;
  font-weight: bold;
}
.index_question .right .item p {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}
.index_question .right .item div {
  font-size: 16px;
  line-height: 26px;
  color: #5a5a5a;
}
.index_about {
  margin-top: 100px;
  overflow: hidden;
}
.index_about .title {
  color: #f16400;
  font-size: 30px;
  margin-bottom: 55px;
  text-align: center;
  clear: both;
  font-weight: bold;
  margin-top: 0;
}
.index_about div {
  display: inline-block;
  vertical-align: top;
  width: 580px;
}
.index_about div p {
  font-size: 18px;
  line-height: 40px;
  color: #5a5a5a;
  margin-bottom: 40px;
  text-indent: 2em;
}
.index_about img {
  display: inline-block;
  vertical-align: top;
  margin-left: 52px;
  width: 563px;
}
.index_say {
  border-radius: 18px;
  background: #f16400;
  padding: 40px 300px 40px 57px;
  position: relative;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 100px;
}
.index_say .title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
}
.index_say .txt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 27px;
}
.index_say .more {
  font-size: 16px;
  margin-top: 20px;
}
.index_say .bg {
  position: absolute;
  right: 26px;
  width: 233px;
  height: 159px;
  top: 30px;
  z-index: 1;
  background: #fff;
  opacity: 0.2;
}
.index_say img {
  position: absolute;
  right: 0;
  top: 45px;
  width: 240px;
  height: 160px;
  z-index: 2;
  object-fit: cover;
}
.index_say .mark {
  position: absolute;
  right: 0;
  top: 45px;
  width: 240px;
  height: 160px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding-top: 45px;
  text-align: center;
}
.index_say .mark p {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
.index_say .mark b {
  font-size: 34px;
}
.about {
  padding: 80px 0;
}
.about .title {
  font-size: 26px;
  color: #f16400;
  text-align: center;
  margin-bottom: 28px;
  font-weight: bold;
}
.about .text {
  margin: 40px 0;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 37px;
}
.about .text p {
  margin-bottom: 30px;
}
.about .whybuild {
  padding: 35px;
  background: #f16400;
  border-radius: 34px;
  color: #fff;
}
.about .whybuild .title {
  font-size: 26px;
  color: #fff;
  margin-bottom: 24px;
}
.about .whybuild .sub {
  margin-bottom: 30px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/write.jpg');
  background-size: 100%;
}
.about .whybuild .sub .mark {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-top: 60px;
}
.about .whybuild .sub .mark p {
  margin-bottom: 15px;
  font-size: 23px;
}
.about .whybuild .sub .mark b {
  font-size: 42px;
}
.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: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.about .whybuild .txt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  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: 80px;
}
.about .withimg .title {
  text-align: left;
  font-weight: bold;
}
.about .withimg .left {
  float: left;
}
.about .withimg .right {
  float: right;
}
.about .withimg img {
  width: 480px;
  border-radius: 10px;
}
.about .withimg .txtbox {
  width: 580px;
}
.about .withimg .txtbox .sub_t {
  font-size: 20px;
  color: #f16400;
  margin-bottom: 20px;
}
.about .withimg .txtbox .str {
  font-size: 16px;
  line-height: 26px;
}
.about .withimg .txtbox .str p {
  margin-bottom: 26px;
  display: flex;
}
.about .withimg .txtbox .str label {
  width: 80px;
  color: #f16400;
}
.about .withimg .txtbox .str span {
  flex: 1;
}
.about .more {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  color: #f16400;
}
.about .partner {
  display: flex;
}
.about .partner .item {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.about .partner .item .img {
  margin: 0 auto;
  width: 178px;
  height: 178px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 9px 62px 0px rgba(229, 229, 229, 0.55);
}
.about .partner .item img {
  width: 178px;
  height: 178px;
  object-fit: cover;
}
.about .partner .item p {
  margin-top: 30px;
  font-size: 16px;
  color: #5a5a5a;
}
.about .partner .item:hover p {
  color: #f16400;
}
.newsunda {
  padding: 80px 0;
}
.newsunda .title {
  font-size: 26px;
  color: #f16400;
  text-align: center;
  margin-bottom: 28px;
  font-weight: bold;
}
.newsunda .list {
  font-size: 0;
}
.newsunda .list .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  margin-bottom: 80px;
}
.newsunda .list .item img {
  width: 260px;
  height: 260px;
  margin-bottom: 20px;
}
.newsunda .list .item .sub {
  position: relative;
  max-width: fit-content;
  padding: 16px 10px 0 44px;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
  color: #414141;
  margin: 0 auto 20px;
}
.newsunda .list .item .sub:after {
  content: '';
  position: absolute;
  display: block;
  left: 34px;
  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 {
  margin: 0 auto;
  width: 488px;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 40px;
}
.newsunda .withimg {
  overflow: hidden;
  margin-top: 80px;
}
.newsunda .withimg .left {
  float: left;
}
.newsunda .withimg .right {
  float: right;
}
.newsunda .withimg img {
  width: 480px;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.newsunda .withimg .txtbox {
  width: 620px;
  height: 300px;
  display: flex;
  align-items: center;
}
.newsunda .withimg .txtbox .sub_t {
  font-size: 20px;
  line-height: 1.4;
  color: #414141;
  margin-bottom: 40px;
  padding-left: 21px;
  font-weight: bold;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/sanjiao.jpg');
  background-size: 9px;
  background-position: left top 10px;
}
.newsunda .withimg .txtbox .str {
  font-size: 16px;
  line-height: 26px;
  color: #5a5a5a;
  padding-left: 21px;
}
.newsunda .withimg .txtbox .str p {
  margin-bottom: 26px;
}
.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: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/gou.jpg');
  background-size: 17px;
  background-position: left center;
}
.question {
  font-size: 16px;
}
.question .title {
  color: #f16400;
  padding: 100px 0 80px;
  font-size: 26px;
  font-weight: bold;
}
.question .q {
  position: relative;
  line-height: 30px;
  color: #5a5a5a;
  padding-left: 51px;
  font-weight: bold;
  margin-bottom: 20px;
}
.question .q:before {
  content: 'Q';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #5a5a5a;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  top: 0;
}
.question .a {
  position: relative;
  line-height: 30px;
  color: #5a5a5a;
  padding-left: 51px;
  margin-bottom: 50px;
}
.question .a:before {
  content: 'A';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: #f16400;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  left: 0;
  top: 0;
}
.question .a p {
  margin-bottom: 30px;
}
.question .a label {
  color: #f16400;
}
.question .a span {
  display: inline-block;
  vertical-align: top;
  color: #f16400;
  width: 100px;
}
.question .line {
  height: 1px;
  background: #e9e9e9;
}
.partner .list {
  font-size: 0;
}
.partner .list .item {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
.partner .list .item:nth-child(3n) {
  margin-right: 0;
}
.partner .list .item img {
  display: block;
  width: 100%;
  aspect-ratio: 1.40740741;
  object-fit: cover;
}
.partner .list .item .msg {
  padding: 19px 14px;
}
.partner .list .item .msg .title {
  font-size: 20px;
  margin-bottom: 17px;
  font-weight: bold;
}
.partner .list .item .msg .txt {
  font-size: 16px;
  line-height: 40px;
  color: #5a5a5a;
}
.partner .list .item:hover .msg {
  background: #f16400;
}
.partner .list .item:hover .msg .title,
.partner .list .item:hover .msg .txt {
  color: #fff;
}
.case h1 {
  margin: 80px 0 40px;
  color: #f16400;
  font-size: 26px;
  text-align: center;
}
.case .list {
  font-size: 0;
}
.case .list .item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin-right: 26px;
  margin-bottom: 26px;
}
.case .list .item:nth-child(4n) {
  margin-right: 0;
}
.case .list .item .img {
  display: block;
  width: 100%;
  aspect-ratio: 1.57446809;
  object-fit: cover;
}
.case .list .item .msg {
  padding: 25px 15px;
}
.case .list .item .msg p {
  font-size: 20px;
  color: #414141;
  margin-bottom: 20px;
}
.case .list .item .msg div {
  font-size: 16px;
  line-height: 40px;
  color: #5a5a5a;
}
.case .list .item:hover .msg {
  background: #f16400;
}
.case .list .item:hover .msg p,
.case .list .item:hover .msg div {
  color: #fff;
}
.flow {
  padding: 80px 0;
  font-size: 0;
}
.flow .left {
  position: sticky;
  position: -webkit-sticky;
  display: inline-block;
  vertical-align: top;
  top: 0;
  width: 300px;
  padding-top: 66px;
}
.flow .left .item {
  position: relative;
  padding-left: 22px;
  line-height: 18px;
  font-size: 16px;
  color: #5a5a5a;
  margin-bottom: 24px;
  cursor: pointer;
}
.flow .left .item:hover,
.flow .left .item.on {
  color: #f16400;
}
.flow .left .item:hover:after,
.flow .left .item.on:after {
  position: absolute;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f16400;
  top: 6px;
  left: 4px;
}
.flow .left .item:hover:before,
.flow .left .item.on:before {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #f16400;
  top: 2px;
  left: 0;
}
.flow .right {
  display: inline-block;
  vertical-align: top;
  width: 900px;
}
.flow .right > div {
  padding-top: 20px;
  margin-bottom: 40px;
}
.flow .right .title {
  font-size: 26px;
  color: #f16400;
  margin-bottom: 20px;
  text-align: center;
}
.flow .right .sub {
  margin-bottom: 20px;
  color: #414141;
  font-size: 20px;
  font-weight: bold;
}
.flow .right .txt {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 1.7;
  margin-bottom: 40px;
}
.flow .right .txt p {
  margin-bottom: 20px;
}
.flow .right img {
  margin-bottom: 40px;
}
.flow .right .center {
  display: block;
  margin: 0 auto 40px;
}
.flow .right label {
  color: #f16400;
}
.flow .right .small {
  color: #8a8a8a;
  font-size: 12px;
  line-height: 20px;
}
.contact {
  padding-top: 80px;
}
.contact .title {
  font-size: 26px;
  color: #f16400;
  text-align: center;
  margin-bottom: 28px;
}
.contact .list {
  font-size: 0;
  padding-left: 110px;
}
.contact .list .item {
  display: inline-block;
  vertical-align: top;
  width: 460px;
  margin-right: 60px;
}
.contact .list .addr {
  height: 100px;
  border: 1px solid #f16400;
  border-radius: 50px;
  text-align: center;
  padding-top: 24px;
}
.contact .list .addr div {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('/img/addr.png');
  background-size: 14px;
  background-position: top left;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.contact .list .addr p {
  color: #5a5a5a;
  font-size: 20px;
}
.contact .list .addr p span {
  color: #f16400;
}
.contact .list .img {
  width: 275px;
  margin: 60px auto 40px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #f16400;
}
.contact .list .img img {
  width: 100%;
}
.contact .list .txt {
  text-align: center;
  font-size: 20px;
  color: #414141;
  font-weight: bold;
}
.info h1 {
  margin: 80px 0 40px;
  color: #f16400;
  font-size: 26px;
  text-align: center;
}
.info .link {
  text-align: center;
  margin-bottom: 36px;
}
.info .link a {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 120px;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #f16400;
  font-size: 18px;
  color: #f16400;
}
.info .link .on {
  background: #f16400;
  color: #fff;
}
.info .list {
  font-size: 0;
}
.info .list .item {
  display: inline-block;
  vertical-align: top;
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.info .list .item:nth-child(3n) {
  margin-right: 0;
}
.info .list .item .img {
  display: block;
  width: 100%;
  aspect-ratio: 1.63636364;
  object-fit: cover;
}
.info .list .item .msg {
  padding: 20px 15px;
}
.info .list .item .msg p {
  font-size: 20px;
  color: #414141;
  margin-bottom: 20px;
  font-weight: bold;
}
.info .list .item .msg div {
  font-size: 16px;
  line-height: 40px;
  color: #5a5a5a;
}
.info .list .item:hover .msg {
  background: #f16400;
}
.info .list .item:hover .msg p,
.info .list .item:hover .msg div {
  color: #fff;
}
.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%;
}
