input {
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0 0.5em;
  color: #5a5b62;
  font-size: 0.2rem;
}
input::-webkit-input-placeholder {
  color: #bfbfbf;
}
textarea {
  width: -webkit-calc(99.99%);
  width: -moz-calc(99.99%);
  width: calc(100% - 0.01rem);
  height: 100%;
  white-space: normal;
  overflow: auto;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border: 0;
  line-height: 1.5em;
}
textarea {
  outline: none;
  resize: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  width: 100%;
}
table td {
  border: 0;
  width: auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.box-shadow {
  font-size: 40px;
  margin: 50px auto;
  color: white;
  background: #03f2fb;
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 10px 20px red,
    0 0 10px 5px black;
  box-shadow: 0 0 10px 20px red,
    0 0 10px 5px black;
}
.text_div {
  background: #000;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  font-family: arial, sans-serif;
  height: 80px;
  line-height: 80px;
  color: brown;
}
.text_p {
  background: #999;
  text-align: center;
}
#fire {
  text-shadow: 0 0 4px white, 0 -5px 4px #ff3, 2px -10px 6px #fd3, -2px -15px 11px #f80, 2px -25px 18px #f20;
}
.home_page {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.nav_box {
  width: 100%;
  height: 0.8rem;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.59rem;
  background: #ffffff;
  z-index: 999;
}
.nav_box .nav_left {
  float: left;
  height: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav_box .nav_left img {
  width: 1.3rem;
}
.nav_box .nav_left span {
  margin-left: 0.21rem;
  font-size: 0.22rem;
  font-family: SunYatsenHsingshu;
  font-weight: 400;
  color: #6F6F6F;
}
.nav_box .nav_right {
  height: 0.8rem;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav_box .nav_right li {
  min-height: 14px;
  height: 0.17rem;
  line-height: 1;
  font-size: 0.16rem;
  color: #696969;
  margin-left: 0.74rem;
  position: relative;
  cursor: pointer;
}
.nav_box .nav_right li:hover::before {
  content: '';
  min-width: 10px;
  width: 0.1rem;
  height: 0.03rem;
  min-height: 3px;
  background-color: #104CDB;
  border-radius: 0.02rem;
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav_box .nav_right li:nth-child(1) {
  color: #104CDB;
}
.nav_box .nav_right li:nth-child(1)::before {
  content: '';
  min-width: 10px;
  width: 0.1rem;
  height: 0.03rem;
  min-height: 3px;
  background-color: #104CDB;
  border-radius: 0.02rem;
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 920px) {
  .nav_box {
    padding: 0 0.59rem;
  }
}
.swiper-container {
  margin-top: -webkit-calc(0.8rem);
  margin-top: -moz-calc(0.8rem);
  margin-top: calc(0.8rem);
  width: 100%;
  height: 7rem;
}
.swiper-container img {
  width: 100%;
  height: 100%;
}
.my-bullet {
  cursor: pointer;
  margin: 0 0.1rem;
  width: 0.44rem;
  height: 2px;
  display: inline-block;
  background: #fff;
  opacity: 0.2;
  margin-bottom: 0.15rem;
}
.my-bullet-active {
  opacity: 1;
  height: 3px;
  background: white;
}
.swiper-button_bg {
  height: 0.8rem !important;
  width: 0.8rem !important;
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0.6rem !important;
}
.home_page_title {
  margin: 0.73rem 0 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home_page_title .page_title_con {
  width: auto;
}
.home_page_title .page_title_con div {
  font-size: 0.36rem;
  line-height: 1;
  font-weight: bold;
  color: #222222;
  text-align: center;
  position: relative;
}
.home_page_title .page_title_con div span {
  display: inline-block;
  line-height: 0.36rem;
  font-size: 0.32rem;
  color: #333333;
}
.home_page_title .page_title_con div::before {
  content: '';
  position: absolute;
  top: 0.17rem;
  left: -1.2rem;
  width: 1.06rem;
  height: 0.02rem;
  background: #959595;
  opacity: 0.4;
}
.home_page_title .page_title_con div::after {
  content: '';
  position: absolute;
  top: 0.17rem;
  right: -1.2rem;
  width: 1.06rem;
  height: 0.02rem;
  background: #959595;
  opacity: 0.4;
}
.home_page_title .page_title_con p {
  margin-top: 0.14rem;
  line-height: 1;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 500;
  color: #959595;
}
.service_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 2.1rem;
}
.service_list li {
  text-align: center;
}
.service_list li img {
  width: 1.98rem;
  height: 1.32rem;
}
.service_list li div {
  margin: 0.5rem 0 0.2rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #040983;
}
.service_list li p {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: #666666;
}
.solution_title {
  margin: 0 1.6rem;
  height: 1.5rem;
  background: #2F3873;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solution_title li {
  width: 25%;
  height: 100%;
  cursor: pointer;
  text-align: center;
  color: #fff;
  padding: 0.35rem 0;
}
.solution_title li p {
  font-size: 0.28rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.4rem;
}
.solution_title .linear_click {
  background: url(../imgs/3.png) no-repeat center / 100% 100%;
}
.solution_list {
  margin: 0 1.6rem;
}
.solution_list .solution_li {
  height: 5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.32rem;
  overflow: hidden;
  border: 1px solid rgba(154, 153, 153, 0.5);
}
.solution_list .solution_li .solution_li_div {
  float: left;
  width: 9.04rem;
  height: 5rem;
  padding: 0.72rem 0 0 0.7rem;
  overflow: hidden;
}
.solution_list .solution_li .solution_li_div h2 {
  font-size: 0.4rem;
  font-weight: 800;
  color: #000000;
  line-height: 1;
}
.solution_list .solution_li .solution_li_div p {
  margin-top: 0.22rem;
  font-size: 0.16rem;
  font-weight: 500;
  color: #ACACAC;
  line-height: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution_list .solution_li .solution_li_div span {
  display: inline-block;
  width: 0.2rem;
  height: 0.03rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0.02rem;
  margin: 0.39rem 0;
}
.solution_list .solution_li .solution_li_div_right {
  padding: 0.72rem 0 0 1.15rem;
}
.solution_list .solution_li .so_li_div_li li {
  width: 7.06rem;
  font-size: 0.22rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  line-height: 0.48rem;
  position: relative;
  margin-left: 0.24rem;
}
.solution_list .solution_li .so_li_div_li li::before {
  content: '';
  width: 0.12rem;
  height: 0.12rem;
  background: #2A79E5;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0.18rem;
  left: -0.24rem;
}
.solution_list .solution_li .solution_li_img {
  width: -webkit-calc(90.96%);
  width: -moz-calc(90.96%);
  width: calc(100% - 9.04rem);
  height: 5rem;
  float: left;
}
.solution_list .scroll_box_shadow {
  border: 0;
  background: #2A79E5;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(42, 121, 229, 0.5);
  box-shadow: 0px 5px 30px 0px rgba(42, 121, 229, 0.5);
}
.solution_list .scroll_box_shadow .solution_li_div h2 {
  color: #ffffff;
}
.solution_list .scroll_box_shadow .solution_li_div p {
  color: rgba(255, 255, 255, 0.3);
}
.solution_list .scroll_box_shadow .solution_li_div span {
  background: rgba(255, 255, 255, 0.3);
}
.solution_list .scroll_box_shadow .so_li_div_li li {
  color: rgba(255, 255, 255, 0.8);
}
.solution_list .scroll_box_shadow .so_li_div_li li::before {
  background: #ffffff;
}
.information_box {
  margin-top: 0.9rem;
  border: 1px solid transparent;
  width: 100%;
  background: #F0F2F8;
}
.information_box .home_page_title {
  margin: 0.59rem 0 0.3rem;
}
.information_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.information_list .information_li {
  width: 3.7rem;
  background: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.information_list .information_li:nth-child(2) {
  margin: 0 0.93rem;
}
.information_list .information_li img {
  width: 100%;
  height: 1.95rem;
}
.information_li_div {
  padding: 0 0.3rem;
}
.information_li_div div {
  font-size: 0.18rem;
  font-weight: 500;
  color: #000000;
}
.information_li_div .text {
  width: 100%;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  overflow: hidden;
  margin: 0.11rem 0 0.19rem;
  position: relative;
  word-break: break-all;
  -o-text-overflow: -o-ellipsis-lastline;
  text-overflow: -o-ellipsis-lastline;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.information_li_div .text_after {
  font-size: 0.14rem;
}
.information_li_div .text_after::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.2rem;
  background: -webkit-linear-gradient(left, transparent, #fff 50%);
  background: -moz-linear-gradient(left, transparent, #fff 50%);
  background: -o-linear-gradient(left, transparent, #fff 50%);
  background: linear-gradient(to right, transparent, #fff 50%);
}
.information_li_div span {
  display: block;
  border-top: 1px solid #E1E5E9;
  padding-top: 0.16rem;
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0.2rem;
}
.information_li:hover {
  background: #2A79E5;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(42, 121, 229, 0.5);
  box-shadow: 0px 5px 30px 0px rgba(42, 121, 229, 0.5);
}
.information_li:hover .information_li_div div {
  color: #ffffff;
}
.information_li:hover .information_li_div .text {
  color: rgba(255, 255, 255, 0.6);
}
.information_li:hover .information_li_div .text::after {
  background: -webkit-linear-gradient(left, transparent, #2A79E5 50%);
  background: -moz-linear-gradient(left, transparent, #2A79E5 50%);
  background: -o-linear-gradient(left, transparent, #2A79E5 50%);
  background: linear-gradient(to right, transparent, #2A79E5 50%);
}
.information_li:hover .information_li_div span {
  color: rgba(255, 255, 255, 0.4);
}
.information_footer {
  width: 2.13rem;
  height: 0.6rem;
  background: #ffffff;
  border: 1px solid #3c64f4;
  margin: 0.42rem auto 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c64f4;
  cursor: pointer;
}
.information_footer span {
  font-size: 0.22rem;
}
.information_footer i {
  margin-left: 0.14rem;
  font-size: 0.22rem;
  display: none;
}
.information_footer:hover i {
  display: inline-block;
}
.success_case .case_num {
  width: 5.08rem;
  height: 0.73rem;
  background: #ffffff;
  border: 1px solid #D6DCEA;
  margin: 0 auto 0.87rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.success_case .case_num img {
  margin: 0 0.29rem 0 0.19rem;
  width: 0.5rem;
  height: 0.57rem;
}
.success_case .case_num p {
  font-size: 0.36rem;
  color: #000000;
}
.success_case .case_num p strong {
  color: red;
}
.case_list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.case_list .case_li {
  width: 4.2rem;
  min-height: 3.1rem;
  background: #F0F2F8;
  border: 1px solid rgba(154, 153, 153, 0.5);
  padding: 0 0.34rem 0 0.45rem;
  position: relative;
}
.case_list .case_li:nth-child(2) {
  margin: 0 0.2rem;
}
.case_list .case_li .radius {
  width: 1.1rem;
  height: 1.1rem;
  background: lightblue;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.case_list .case_li div {
  width: 3.12rem;
  margin: 0.69rem 0 0 0.09rem;
  padding-bottom: 0.12rem;
  text-align: center;
  font-size: 0.2rem;
  color: #2A79E5;
  border-bottom: 1px solid #6c6d70;
}
.case_list .case_li p {
  font-size: 0.175rem;
  color: #6C6D70;
  line-height: 0.36rem;
}
.home_footer {
  width: 100%;
  background: #0A2348;
  padding: 0.8rem 1.6rem 0.31rem;
  position: relative;
}
.home_footer .inner {
  zoom: 1;
  padding-left: 0.67rem;
}
.home_footer .inner:after {
  display: block;
  clear: both;
  content: "";
}
.home_footer .inner .xx_dl,
.home_footer .inner .da_dl {
  float: left;
}
.home_footer .inner .xx_dl dt,
.home_footer .inner .da_dl dt {
  font-size: 0.2rem;
  color: #FFFFFF;
  padding-bottom: 0.22rem;
}
.home_footer .inner .xx_dl dd,
.home_footer .inner .da_dl dd {
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.22rem;
}
.home_footer .inner .xx_dl {
  width: 3.76rem;
  height: 2.27rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.home_footer .inner .xx_dl dt {
  position: relative;
}
.home_footer .inner .xx_dl dt::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  background: #ffffff;
  top: 0;
  right: -1px;
}
.home_footer .inner .da_dl {
  width: 4.65rem;
  padding-left: 0.88rem;
}
.home_footer .inner .da_dl dd {
  zoom: 1;
}
.home_footer .inner .da_dl dd:after {
  display: block;
  clear: both;
  content: "";
}
.home_footer .inner .da_dl dd span {
  float: left;
}
.home_footer .inner .da_dl dd span:nth-child(2) {
  width: 3.2rem;
  max-width: -webkit-calc(64%);
  max-width: -moz-calc(64%);
  max-width: calc(100% - 36px);
}
.home_footer .qr_code {
  width: 2.18rem;
  height: 2.18rem;
  border: 1px solid lightblue;
  position: absolute;
  top: 0.8rem;
  right: 3.63rem;
}
.home_footer .company_information {
  width: 100%;
  margin: 0.95rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.home_footer .company_information li {
  width: auto;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.24rem;
}
.home_footer .company_information li:nth-child(2) {
  margin-left: 0.41rem;
}
.home_footer .inner .xx_dl dd{
  cursor: pointer;
}
.home_footer .inner .xx_dl dd:hover{
  color: #fff;
}
.home_footer .company_information:hover li{
  color: #104CDB;
}
