@charset "UTF-8";
/*
  样式规范表
*/
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* PC端下内容容器 */
.contentus .contentus_content {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 135px;
  background-color: #f3f4f8;
}

.contentus .contentus_content .plate_introduce {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 100px;
}

@media screen and (max-width: 1600px) {
  .contentus .contentus_content .plate_introduce {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .contentus .contentus_content .plate_introduce {
    width: 100%;
    
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .contentus .contentus_content .plate_introduce {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .contentus .contentus_content .plate_introduce {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contentus .contentus_content .plate_introduce .plate_title {
  margin-bottom: 20px;
}

.contentus .contentus_content .plate_introduce .plate_title p {
  color: black;
  font-size: 42px;
  line-height: 1;
  font-weight: normal;
  font-family: "Source Han Sans CN";
}

.contentus .contentus_content .plate_introduce .plate_remark p {
  color: #666666;
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.contentus .contentus_content .map {
  width: 100vw;
  height: 500px;
}

.contentus .contentus_content .map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contentus .contentus_content .contentus_info {
  background-color: #fff;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  height: 220px;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1600px) {
  .contentus .contentus_content .contentus_info {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .contentus .contentus_content .contentus_info {
    width: 100%;
    
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .contentus .contentus_content .contentus_info {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .contentus .contentus_content .contentus_info {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contentus .contentus_content .contentus_info .contentus_info_list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item:not(:last-child) {
  border-right: dashed 1px rgba(178, 14, 18, 0.22);
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item:nth-of-type(2) {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item .info_pic {
  margin-bottom: 20px;
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item .info_title {
  margin-bottom: 13px;
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item .info_title p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}

.contentus .contentus_content .contentus_info .contentus_info_list .contentus_info_item .info_remark p {
  color: #666666;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.contentus .contentus_content .contentus_form .plate_introduce {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 48px;
}

@media screen and (max-width: 1600px) {
  .contentus .contentus_content .contentus_form .plate_introduce {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .contentus .contentus_content .contentus_form .plate_introduce {
    width: 100%;
    
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .contentus .contentus_content .contentus_form .plate_introduce {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .contentus .contentus_content .contentus_form .plate_introduce {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contentus .contentus_content .contentus_form .plate_introduce .plate_title {
  margin-bottom: 20px;
}

.contentus .contentus_content .contentus_form .plate_introduce .plate_title p {
  color: black;
  font-size: 42px;
  line-height: 1;
  font-weight: normal;
  font-family: "Source Han Sans CN";
}

.contentus .contentus_content .contentus_form .plate_introduce .plate_remark p {
  color: #666666;
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.contentus .contentus_content .contentus_form .contentus_form_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 455px;
}

@media screen and (max-width: 1600px) {
  .contentus .contentus_content .contentus_form .contentus_form_content {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .contentus .contentus_content .contentus_form .contentus_form_content {
    width: 100%;
    
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .contentus .contentus_content .contentus_form .contentus_form_content {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .contentus .contentus_content .contentus_form .contentus_form_content {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_left {
  width: 55%;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: 100%;
     object-fit: 100%;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transform-origin: right;
          transform-origin: right;
  height: 100%;
  width: 45%;
  background-color: rgba(178, 14, 18, 0.98);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 40px;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.describe {
  width: 100%;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand .form_item_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand .form_item_title img {
  -webkit-animation: turnUp 0.4s linear;
          animation: turnUp 0.4s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  cursor: pointer;
}

@-webkit-keyframes turnDown {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes turnDown {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes turnUp {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes turnUp {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand.active .form_item_title img {
  -webkit-animation: turnDown 0.4s linear;
          animation: turnDown 0.4s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand.active .form_input .demand_list {
  height: calc(6 * 40px);
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand .form_input {
  cursor: pointer;
  height: 31px;
  position: relative;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand .form_input .demand_list {
  border-radius: 10px;
  position: absolute;
  overflow: hidden;
  top: 37px;
  width: 100%;
  height: 0;
  /* @include flex(flex-start, flex-start);
                                        flex-direction: column; */
  -webkit-transition: all .4s;
  transition: all .4s;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand .form_input .demand_list .demand_item {
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-bottom: solid 0.5px #f1f1f1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand .form_input .demand_list .demand_item:hover {
  background-color: #b41317;
  border: #b41317;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand .form_input .demand_list .demand_item:hover p {
  color: #fff;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item.demand .form_input .demand_list .demand_item p {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6e6e6e;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  font-family: "Microsoft YaHei";
  width: 100%;
  height: 100%;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item .form_item_title {
  margin-bottom: 15px;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item .form_item_title p {
  color: rgba(255, 255, 255, 0.902);
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item .form_item_title p span {
  margin-left: 2px;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item .form_input {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.502);
  margin-bottom: 35px;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_item .form_input input {
  outline: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  color: rgba(255, 255, 255, 0.902);
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
  height: 30px;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_button {
  width: 100%;
  height: 60px;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_button button {
  cursor: pointer;
  border: none;
  color: black;
  font-size: 16px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.contentus .contentus_content .contentus_form .contentus_form_content .contentus_form_content_right form .form_button button:hover {
  background-color: #ffebeb;
}
/*# sourceMappingURL=contentus.css.map */