@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;
}
.cont01 .row{margin: 0;}
.banner .b_con h1 {
  font-size: 40px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin: 0 0 21px 0;
}
.banner .b_con p {
  font-size: 16px;
  font-family: pingFangM;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.cont01 .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont01 .row .row_l {
  width: 50%;
  padding-top:30px;
  padding-right: 7%;
  padding-left: 10%;
}
.cont01 .row .row_l h1 {
  font-size: 30px;
  font-family: pingFangB;
  color: #000;
  display: block;
  margin: 0 0 21px 0;
}
.cont01 .row .row_l .line {
  height: 2px;
  width: 100%;
  background-color: #dce0e5;
  position: relative;
}
.cont01 .row .row_l .line::after {
  content: '';
  width: 80px;
  height: 2px;
  background-color: #0082d9;
  position: absolute;
  top: 0;
  left: 0;
}
.cont01 .row .row_l .l_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 37px 0;
  border-bottom: 1px solid #d9dce1;
}
.cont01 .row .row_l .l_box:hover .img-boxx2{display: block;}
.cont01 .row .row_l .l_box:hover .img-boxx1{display: none;}
.cont01 .row .row_l .l_box .img {
  height: 2.6042vw;
  width: 2.6042vw;
  border: 1px solid #dce0e5;
  position: relative;
  margin-right: 1.25vw;
}
.cont01 .row .row_l .l_box:hover .img{background: #0082d9;}
.cont01 .row .row_l .l_box:hover h1{color: #0082d9 !important;}
.cont01 .row .row_l .l_box:hover span{color: #0082d9 !important;}
.cont01 .row .row_l .l_box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont01 .row .row_l .l_box .l_txt h1 {
  color: #bfbfbf;
  font-size: 16px;
  font-family: pingfangM;
  margin: 0 0 8px 0;
}
.cont01 .row .row_l .l_box .l_txt span {
  display: block;
  font-size: 16px;
  color: #000;
  font-family: pingFangM;
  white-space: break-spaces;
  /*max-width: 300px;*/
}
.cont01 .row .row_l .row_l_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9dce1;
}
.cont01 .row .row_l .row_l_box .none_line {
  border: none;
}
.cont01 .row .row_l .img_box {
  display: flex;
  justify-content: flex-start;
  margin-top: 1.875vw;
}
.cont01 .row .row_l .img_box .img {
  width: 2.6042vw;
  height: 2.6042vw;
  border: 1px solid #dce0e5;
  position: relative;
  border-right: none;
  transition: all .5s;
}
.cont01 .row .row_l .img_box .img:hover{
	background: #0082d9;
	border-color: #0082d9;
	transition: all .5s;
}
.cont01 .row .row_l .img_box .img:hover .img-boxx2{display: block;}
.cont01 .row .row_l .img_box .img:hover .img-boxx1{display: none;}
.img-boxx2{display: none;}
.cont01 .row .row_l .img_box .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont01 .row .row_l .img_box .img:last-child {
  border-right: 1px solid #dce0e5;
}
.cont01 .row .roe_r {
  width: 50%;
}
.cont02 .row02 {
  text-align: center;
  padding-top: 116px;
  padding-bottom: 169px;
}
.cont02 .row02 h1 {
  font-size: 30px;
  color: #1b1b1b;
  font-family: pingFangB;
  padding-bottom: 19px;
  margin-bottom: 56px;
  position: relative;
}
.cont02 .row02 h1::after {
  content: '';
  display: block;
  width: 35px;
  background-color: #0082d9;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.cont02 .row02 .row02_item {
  margin-top: 4.1667vw;
  overflow: hidden;
  width: 100%;
}
.cont02 .row02 .row02_item .item {
  width: 32%;
  float: left;
  background-color: #efefef;
  margin-right: 2%;
  margin-bottom: 3.3333vw;
}
.cont02 .row02 .row02_item .item .item_img {
  width: 100%;
}
.cont02 .row02 .row02_item .item .item_img img {
  width: 100%;
}
.cont02 .row02 .row02_item .item .row02_txt span {
  font-size: 0.8333vw;
  line-height: 0.8333vw;
  color: #4e4d4d;
  font-family: pingFangM;
}
.row02_txt{min-height: 214px;display: flex;flex-direction: column;justify-content: space-between;padding-bottom: 28px;}
.cont02 .row02 .row02_item .item .row02_txt .h1 {
  display: block;
  font-size: 1.0417vw;
  color: #000;
  line-height: 1.0417vw;
  margin-top: 1.875vw;
  margin-bottom: 0.7292vw;
}
.cont02 .row02 .row02_item .item .row02_txt .icon_item {
  display: flex;
  justify-content: center;
}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon_box img {
  display: block;
  margin-right: 0.625vw;
}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon_box span {
  font-size: 0.8333vw;
  color: #4e4d4d;
  font-family: pingFangM;
  line-height: 0.8333vw;
  white-space: nowrap;
}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon1 {
  margin-right: 3.6458vw;
  height: 35px;
}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon1:hover span{color: #0082d9;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2:hover span{color: #0082d9;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon1:hover .img-boxx2{display: block;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon1:hover .img-boxx1{display: none;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2:hover .img-boxx2{display: block;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2:hover .img-boxx1{display: none;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon1 .img-boxx2{display: none;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2 .img-boxx2{display: none;}
.cont02 .row02 .row02_item .item:nth-child(3n) {
  margin-right: 0;
}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2{position: relative;height: 35px;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2:hover .icon2-copy{display: block;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2 .icon2-copy{background: white;display: none;width: 100px;height: 30px;text-align: center;box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);line-height: 30px;position: absolute;top: 35px;left: 0;right: 0;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2 .icon2-copy-box{position: relative;font-size: 12px;}
.cont02 .row02 .row02_item .item .row02_txt .icon_item .icon2 .icon2-copy-box::before{
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -8px;
}