@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;
}
.wp .row01:nth-child(2n) .row01_l{
	padding: 7.0833vw 3.3333vw 0 26.25vw;
	position: absolute;
	top: 0;
	right: 0;
}
.wp .row01:nth-child(2n) .row01_r{
	margin-top: 4.0625vw;
}
.wp .row01:nth-child(2n-1){flex-direction: column-reverse !important;}
.wp .row01:nth-child(2n-1) .row01_r{
	position: absolute;
	top: 4.0625vw;
	right: 0;
}
.wp .row01:nth-child(2n-1) .row01_l{
	padding: 7.0833vw 26.25vw 0 3.3333vw;
	position: absolute;
	top: 0;
}
.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;
  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;
}
.ser .row {
  padding: 6.6667vw 0 7.2917vw;
}
.ser .row .row01 {
  position: relative;
  width: 100%;
  height: 38.5417vw;
  display: flex;
  justify-content: space-between;
}
.ser .row .row01 .row01_l {
  width: 47.9167vw;
  height: 29.1667vw;
  background-color: #f3f6f9;
 /* padding: 7.0833vw 26.25vw 0 3.3333vw; */
}
.ser .row .row01 .row01_l h1 {
  font-size: 30px;
  color: #000;
  font-family: pingFangB;
  position: relative;
  margin: 0 0 29px 0;
  padding-bottom: 21px;
}
.ser .row .row01 .row01_l h1::after {
  content: '';
  display: block;
  height: 2px;
  width: 35px;
  background-color: #0082d9;
  position: absolute;
  left: 0;
bottom: 0;
}
.ser .row .row01 .row01_l p {
  font: 16px normal pingFangM;
  color: #4e4d4d;
  line-height: 24px;
  margin: 52px 0 62px;
}
.ser .row .row01 .row01_l .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;
}

.ser .row .row01 .row01_l .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;
}

.ser .row .row01 .row01_l .r_btn:hover {
	color: #fff;
	border: 0;
}

.ser .row .row01 .row01_l .r_btn:hover::before {
	width: 100%;
	height: 100%;
	bottom: 0px;
}

.ser .row .row01 .row01_l .r_btn a {
  text-decoration: none;
}
.ser .row .row01 .row01_l h1:hover {
  color: #0082d9;
}
/* .ser .row .row01 .row01_l .r_btn:hover {
  background-color: #0082d9;
  color: #fff;
  transition: ease all .5s;
} */
.ser .row .row01 .row01_l .r_btn:hover{
  color: #fff;
  text-decoration: none;
}
.ser .row .row01 .row01_r {
  width: 51.0417vw;
  height: 29.1667vw;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
}
.ser .row .row01 .row01_r img {
  width: 100%;
  max-width: 100%;
  transition: all 1s;
}
.ser .row .row01 .row01_r:hover img {
  transform: scale(1.3);
}
.ser .row .row01 .fl {
  margin-top: 4.0625vw;
}
.ser .row .row01 .fr {
  position: absolute;
  top: 4.0625vw;
  right: 0;
}
.ser .row .row01 .fr1 {
  padding: 7.0833vw 3.3333vw 0 26.25vw;
  position: absolute;
  top: 0;
  right: 0;
}
.ser .row .more {
  margin: auto;
  width: 15.625vw;
  height: 3.9583vw;
  border: 1px solid #0082d9;
  text-align: center;
  line-height: 3.9583vw;
  font-size: 1.0417vw;
  font-family: pingFangM;
  color: #0082d9;
  cursor: pointer;
}
