/*通用类*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
  background: #fff;
  overflow-x: hidden;
  text-align: justify;
  color: #333;
}
.wb {
  background: #fff;
}
/*不同设备字体em基准
@media screen and (min-width: 320px) and (max-width: 360px){
  body{
  	font-size:13.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 480px){
  body{
  	font-size:15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 700px){
  body{
  	font-size:22.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
  body{
  	font-size:28px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px){
  body{
  	font-size:32px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px){
  body{
  	font-size:40px;
  }
}
@media screen and (min-width: 1400px){
  body{
  	font-size:50px;
  }
}
*/
img {
  border: none;
}
h1,
h2,
h3 {
  font-weight: normal;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
input,
textarea,
select {
  font-family: "Microsoft Yahei";
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
}
input::-webkit-input-placeholder {
  color: #979797 !important;
}
textarea::-webkit-input-placeholder {
  color: #979797 !important;
}
input[type='button'],
input[type='text'],
input[type='search'],
input[type='submit'],
input[type='reset'],
input[type='date'],
input[type='time'],
input[type='number'] {
  -webkit-appearance: none;
}
select {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
em {
  font-style: normal;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
input.sub,
label {
  border: none;
  cursor: pointer;
}
input,
textarea {
  font-family: "Microsoft Yahei";
  outline: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.clear::before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.contain {
  padding: 0 1rem;
}
.index_pulic_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  background: #f5f5f5;
}
.index_pulic_bg.bg_1 {
  background: #ededee;
}
.index_pulic_bg.bg_2 {
  background: #f5f8fa;
}
.index_head_cont {
  position: relative;
  padding-top: 4rem;
  margin-bottom: 2rem;
}
.index_head_cont .bg {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.index_head_cont .tle {
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.index_head_cont .tis_i {
  display: block;
  width: 100%;
}
.index_custo_cont {
  padding: 1rem 2rem;
  background: #fff;
  border-radius: 10px;
}
.index_custo_cont .list_cont {
  padding: 1.6rem 0;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.index_custo_cont .list_cont .tle {
  font-size: 1.8rem;
  color: #181d21;
}
.index_custo_cont .list_cont .wx {
  font-size: 1.4rem;
  color: #74838f;
  font-family: "Arial";
}
.index_custo_cont .list_cont .wx span {
  color: #181d21;
  font-family: "微软雅黑";
}
.index_custo_cont .list_cont .copy_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  background: #2391e8;
  border-radius: 5px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 1.6rem;
}
.index_custo_cont .list_cont .copy_btn img {
  margin-right: 0.2rem;
  width: 1rem;
}
.index_custo_cont .list_cont:last-child {
  border-bottom: 0;
}
.adres_head_map {
  margin-bottom: 1rem;
}
.adres_head_map img {
  display: block;
  width: 100%;
}
.adres_total_cont .title_head {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 1rem;
}
.adres_total_cont .list_cont {
  position: relative;
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding-right: 8rem;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.adres_total_cont .list_cont h2 {
  font-size: 1.3rem;
  color: #1781d5;
}
.adres_total_cont .list_cont p {
  font-size: 1.6rem;
  color: #233543;
}
.adres_total_cont .list_cont .btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  border-radius: 100%;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.05);
}
.video_head_bg {
  width: 100%;
  height: 5rem;
  background: #1781d5;
}
.video_contain {
  padding: 2rem 1rem;
  margin-top: -2rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  background: #fff;
}
.video_contain .list {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 1rem;
}
.video_contain .list:nth-child(2n) {
  margin-right: 0;
}
.video_contain .list .tis_i {
  display: block;
  width: 100%;
}
.video_contain .list .tis_i img,
.video_contain .list .tis_i video {
  display: block;
  width: 100%;
}
.video_contain .list p {
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #333333;
}
.jp_tis_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.jp_tis_bg img {
  display: block;
  width: 100%;
}
.jp_head_logo {
  padding: 3rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jp_head_logo img {
  width: 8rem;
}
.jp_list_cont {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
}
.jp_list_cont .head_cont {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #ffffff;
}
.jp_list_cont .head_cont .i {
  width: 1.4rem;
  margin: 0 1rem;
}
.jp_list_cont .head_cont .bg {
  width: 100%;
}
.jp_list_cont .head_cont .txt {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 60%;
  padding: 0 1rem;
  transform: translateY(-50%);
}
.jp_list_cont .det_cont {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2rem 1rem 1rem;
}
.jp_list_cont .det_cont .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
}
.jp_list_cont .det_cont .dt img {
  display: block;
  width: 100%;
}
.jp_list_cont .det_cont .inf_cont {
  width: calc(100% - 4rem);
  padding-left: 0.4rem;
  position: relative;
}
.jp_list_cont .det_cont .inf_cont h2 {
  font-size: 1.6rem;
  color: #232729;
}
.jp_list_cont .det_cont .inf_cont p {
  font-size: 1.2rem;
  color: #85929c;
}
.jp_list_cont .det_cont .inf_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  border-radius: 100px;
  background: #1781d5;
  font-size: 1.4rem;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.service_contain {
  margin: 6rem auto;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.service_contain .tis_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.service_contain .tis_logo {
  text-align: center;
  padding: 5rem 0 2rem;
  position: relative;
  z-index: 2;
}
.service_contain .tis_logo .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.service_contain .tis_logo .logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.service_contain .tis_logo p {
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #252121;
}
.service_contain .service_last {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 2rem 0;
}
.service_contain .service_last .list {
  width: 50%;
  padding: 0 1rem;
}
.service_contain .service_last .list .head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  color: #191e21;
  font-weight: bold;
}
.service_contain .service_last .list .tle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #191e21;
}
.service_contain .service_last .list .tle img {
  margin-right: 0.4rem;
  width: 1.5rem;
}
.service_contain .service_last .list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  border-radius: 100px;
  background: #1781d5;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 auto;
}
.service_deta_cont {
  padding: 2rem 0;
  text-align: center;
  background: #fff;
}
.service_deta_cont .head {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.service_deta_cont .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.service_deta_cont .tel {
  font-size: 2rem;
  font-weight: bold;
}
.service_deta_cont .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 3rem;
  border-radius: 100px;
  background: #1781d5;
  font-size: 1.5rem;
  color: #fff;
  margin: 2rem auto;
}
.ws_tis_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.wx_head_main {
  padding: 2rem 0 4rem;
  text-align: center;
}
.wx_head_main .logo {
  display: block;
  width: 8rem;
  margin: 0 auto 2rem;
}
.wx_head_main .tle {
  font-size: 1.5rem;
  color: #ffffff;
}
.wx_head_main .code_cont {
  margin-top: 3rem;
}
.wx_head_main .code_cont .code {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 15rem;
  margin: 0 auto 1rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}
.wx_head_main .code_cont .code img {
  display: block;
  width: 100%;
}
.wx_head_main .code_cont p {
  font-size: 1.4rem;
  color: #1e1e1e;
}
.wx_search_last .title_head {
  position: relative;
  margin-bottom: 3rem;
}
.wx_search_last .title_head span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1rem;
  font-size: 1.6rem;
  color: #1781d5;
  z-index: 2;
  width: 60%;
  text-align: center;
  background: #fff;
}
.wx_search_last .title_head::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #63abe3;
}
.wx_search_last .list_cont {
  margin-bottom: 1rem;
  position: relative;
  border: 1px solid #1780d3;
  overflow: hidden;
  border-radius: 10px;
}
.wx_search_last .list_cont .bg {
  display: block;
  width: 100%;
}
.wx_search_last .list_cont .cont {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
}
.wx_search_last .list_cont .cont .wx_dl {
  text-align: center;
}
.wx_search_last .list_cont .cont .wx_dl .dt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1781d5;
}
.wx_search_last .list_cont .cont .wx_dl .copy {
  font-size: 1.2rem;
  color: #1781d5;
}
.wx_search_last .list_cont .cont .name {
  font-size: 1.8rem;
  color: #151719;
}
.about_case_cont img {
  display: block;
  width: 100%;
}
.about_foot_cont {
  background: #e4f2fb url(../i/about_bg.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 7rem;
}
.about_foot_cont .tle_head {
  display: block;
  width: 100%;
}
.about_foot_cont .title_head {
  padding: 2rem 0 1rem;
  text-align: center;
}
.about_foot_cont .title_head .cn {
  font-size: 1.6rem;
  color: #0f7fdf;
}
.about_foot_cont .title_head .en {
  font-size: 1.3rem;
  color: #5a5a5a;
}
.about_foot_cont .det_cont p {
  font-size: 1.2rem;
  color: #2f3438;
  padding: 0.2rem 0;
  text-align: center;
}
.about_foot_cont .det_cont .tel_dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0 0.5rem;
}
.about_foot_cont .det_cont .tel_dl .dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
}
.about_foot_cont .det_cont .tel_dl .dt img {
  display: block;
  width: 100%;
}
.about_foot_cont .det_cont .tel_dl .dd p {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
}
.about_foot_cont .bank_det h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0e75cc;
  padding: 1rem 0;
  text-align: center;
}
.about_foot_cont .bank_det .bank_inf {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #137dd1;
}
.about_foot_cont .bank_det .bank_inf .bg {
  display: block;
  width: 100%;
}
.about_foot_cont .bank_det .bank_inf .cont {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.about_foot_cont .bank_det .bank_inf .cont p {
  font-size: 1.4rem;
  color: #333;
  padding: 0.4rem 0;
}
.deta_dc_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.deta_dc_cont {
  display: none;
  position: fixed;
  top: 50%;
  left: 10%;
  width: 80%;
  transform: translateY(-50%);
  padding: 1rem;
  background: #fff;
  z-index: 3;
  border-radius: 10px;
}
.deta_dc_cont .shut_btn {
  position: absolute;
  right: 0;
  top: -38px;
  width: 3rem;
}
.deta_dc_cont .shut_btn img {
  width: 3rem;
  display: block;
}
.deta_dc_cont .deta_cont_bg {
  height: 100%;
  overflow: hidden;
}
.deta_dc_cont .deta_nav {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 10px;
  background: #f7f8fa;
}
.deta_dc_cont .deta_nav .li {
  width: 50%;
  font-size: 1.2rem;
  text-align: center;
  color: #6f9c59;
  border-right: 1px solid #333;
}
.deta_dc_cont .deta_nav .li:last-child {
  border-right: 0;
}
.deta_dc_cont .dh_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.deta_dc_cont .dh_btn .btn {
  width: 100%;
  height: 3rem;
  margin: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #6f9c59;
  font-size: 1.2rem;
  color: #fff;
}
.deta_dc_cont .title_head {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.deta_dc_cont .title_head .mp_ava {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 5px;
}
.deta_dc_cont .deta_txt {
  max-height: 80vh;
  overflow-y: auto;
  font-size: 1.4rem;
  color: #666;
}
.deta_dc_cont .deta_txt img {
  display: block;
  max-width: 100%;
  margin: 0.5rem auto;
}
.deta_dc_cont .deta_txt img {
  max-width: 100%;
  margin: 0.5rem auto;
}
/*# sourceMappingURL=app.css.map */