@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
input,
textarea,
select {
  resize: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
}
a {
  text-decoration: none;
  color: #000;

}
a:hover {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}
.zoom-img {
  overflow: hidden;
}
.zoom-img .img {
  overflow: hidden;
}
.zoom-img img {
  transition: all 0.5s;
}
.zoom-img:hover img {
  transform: scale(1.04);
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -o-transform: scale(1.04);
  -moz-transform: scale(1.04);
}
.clear:after {
  display: block;
  clear: both;
  content: '';
  visibility: hidden;
  height: 0;
}
.clear {
  zoom: 1;
}
.nav-page {
  font-size: 0;
  text-align: center;
}
.flex {
  display: box;
  /* OLD - Android 4.4- */
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}
.btn-link:focus,
.btn-link:hover {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0;
  font-weight: normal;
}
/*引入字体包*/
@font-face {
  font-family: pingFangM;
  src: url('../fonts/PingFang\ Medium.ttf');
}
@font-face {
  font-family: pingFangB;
  src: url('../fonts/PingFang\ Bold.ttf');
}
@font-face {
  font-family: pingFangR;
  src: url('../fonts/PingFang\ Regular.ttf');
}
@font-face {
  font-family: pingFangL;
  src: url('../fonts/PingFang\ Light.ttf');
}
@font-face {
  font-family: manL;
  src: url('../fonts/manrope-light-4.otf');
}
.wp {
  width: 80%;
  margin: 0 auto;
}
.banner {
  position: relative;
}
.banner .banner_img img {
  width: 100%;
  max-width: 100%;
}
.banner .b_con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation-name: w3;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.banner .b_con h1 {
  font-size: 38px;
  font-family: pingFangB;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin: 0;
  margin-bottom: 21px;
}
.banner .b_con p {
  font-size: 16px;
  font-family: pingFangM;
  font-weight: 500;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  margin: 0;
}
.ind .row {
  padding: 153px 0 185px;
}
.ind .row .row01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind .row .row01 .row01_l {
  width: 50%;
}
.ind .row .row01 .row01_l img {
  width: 100%;
  max-width: 100%;
}
.ind .row .row01 .row01_r {
  width: 50%;
  text-align: left;
  padding-right: 7.8125vw;
  cursor: pointer;
}
.ind .row .row01 .row01_r h1 {
  font-size: 30px;
  color: #000;
  font-family: pingFangB;
  position: relative;
  margin: 0 0 37px 0;
  padding-bottom: 27px;
}
.ind .row .row01 .row01_r h1::after {
  content: "";
  display: block;
  height: 2px;
  width: 35px;
  background-color: #0082d9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ind .row .row01 .row01_r p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E4D4D;
  line-height: 26px;
  margin-bottom: 53px;
}
.ind .row .row01 .row01_r h1:hover {
  color: #0082d9;
}
.ind .row .row01 .row01_r .row01_r_txt {
  display: flex;
  justify-content: flex-start;
}
.ind .row .row01 .row01_r .row01_r_txt .r_txt_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}
.ind .row .row01 .row01_r .row01_r_txt .r_txt_box .img {
  margin-right: 0.8333vw;
}
.ind .row .row01 .row01_r .row01_r_txt .r_txt_box .img img {
  width: 100%;
  height: 100%;
}
.solu {
  height: 494px;
  background: url("../images/service/ser_11.png") no-repeat;
}
.solu .row02 {
  padding-top: 6.4583vw;
}
.solu .row02 .row02_top {
  display: flex;
  justify-content: space-between;
}
.solu .row02 .row02_top .h1 {
  width: 30%;
}
.solu .row02 .row02_top h1 {
 font-size: 30px;
 font-family: PingFang SC;
 font-weight: bold;
 color: #FFFFFF;
  position: relative;
  margin: 0 0 99px 0;
  padding-bottom: 27px;
}
.solu .row02 .row02_top h1::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #0082d9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.solu .row02 .row02_top .top_p {
  width: 70%;
  padding-left: 20%;
}
.solu .row02 .row02_top .top_p p {
 font-size: 16px;
 font-family: PingFang SC;
 font-weight: 500;
 color: #FFFFFF;
 line-height: 26px;
 margin: 0;
}
.solu .row02 .row02_con {
  display: flex;
  justify-content: space-between;
}
.solu .row02 .row02_con a{
	 width: 24%;
}
.solu .row02 .row02_con .con01 {
  background-color: #f6fbff;
  padding-bottom: 27px;
  text-align: center;
}
.solu .row02 .row02_con .con01 .img {
  width: 100%;
  height: 15.1042vw;
  overflow: hidden;
}
.solu .row02 .row02_con .con01:hover img{
	transform: scale(1.1);
	transition: all .5s;
}
.solu .row02 .row02_con .con01 .img img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.solu .row02 .row02_con .con01 h1 {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  margin: 26px 0 9px 0;
}
.solu .row02 .row02_con .con01 span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E4D4D;
}
.solu02 .row03 {
  padding-top: 16.6667vw;
  padding-bottom: 8.8542vw;
}
.solu02 .row03 .row03_top {
  text-align: center;
}
.solu02 .row03 .row03_top h1 {
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-bottom: 27px;
  margin: 0 0 28px 0;
}
.solu02 .row03 .row03_top h1::after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #0082d9;
  position: absolute;
 bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.solu02 .row03 .row03_top p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E4D4D;
  line-height: 26px;
  margin: 0;
}
.solu02 .row03 .img {
  width: 100%;
  height: 30.3125vw;
  margin-top: 2.0833vw;
}
.solu02 .row03 .img img {
  width: 100%;
  height: 100%;
}
