@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: 40px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  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;
}
.ind .row {
  padding: 5.7292vw 0 5.7292vw;
}
.ind .row .row01 {
  display: flex;
  margin-bottom: 59px;
}
.ind .row .row01:nth-child(2n){
	flex-direction: row-reverse;
}
.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;
  background-color: #f3f6f9;
  padding: 5.2083vw 4.1667vw 0 6.25vw;
  cursor: pointer;
}
.ind .row .row01 .row01_r h1 {
  font-size: 30px;
  color: #000;
  font-family: pingFangB;
  position: relative;
  margin: 0 0 29px 0;
  padding-bottom: 21px;
}
.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: 16px normal pingFangM;
  color: #4e4d4d;
  line-height: 24px;
  margin: 0 0 55px 0;
}
.ind .row .row01 .row01_r .r_btn {
  width: 162px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4E4D4D;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.ind .row .row01 .row01_r .r_btn::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #0082d9;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	transition: all .4s ease;
}

.ind .row .row01 .row01_r .r_btn:hover {
	color: #fff;
	border: 0;
}

.ind .row .row01 .row01_r .r_btn:hover::before {
	width: 100%;
	height: 100%;
	bottom: 0px;
}
.ind .row .row01 .row01_r .r_btn a {
  text-decoration: none;
}
.ind .row .row01 .row01_r h1:hover {
  color: #0082d9;
}
/* .ind .row .row01 .row01_r .r_btn:hover {
  background-color: #0082d9;
  color: #fff;
  transition: ease all .5s;
} */
.ind .row .row01 .row01_r .r_btn:hover a {
  color: #fff;
  text-decoration: none;
}
.ind .row .more {
  margin: auto;
  width: 15.625vw;
  height: 3.9583vw;
  border: 1px solid #e1e1e1;
  text-align: center;
  line-height: 3.9583vw;
  font-size: 1.0417vw;
  font-family: pingFangM;
  color: #0082d9;
  cursor: pointer;
  margin-top: 1.0417vw;
  z-index: 10;
  position: relative;
}
.ind .row .more::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #0082d9;
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: -1;
	transition: all .4s ease;
}

.ind .row .more:hover {
	color: #fff;
	border: 0;
}

.ind .row .more:hover::before {
	width: 100%;
	height: 100%;
	bottom: 0px;
}
.ind .row .more:hover a{color: white;transition: all .5s;}
.ind .row .more a{transition: all .5s;}
