@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Microsoft YaHei", "STHeiti", Helvetica, "微软雅黑", Arial, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: normal;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.g-opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
[v-clock],
.hide {
  display: none;
}

.blur {
  filter: blur(5px); /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-w1000,
.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200,
.w1200,
.g-container-1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.g-w1280,
.w1280,
.g-container-1280 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mt-10 {
  margin-top: 10px;
}

.g-mt-20 {
  margin-top: 20px;
}

.g-mt-30 {
  margin-top: 30px;
}

.g-mt-35 {
  margin-top: 35px;
}

.g-mt-40 {
  margin-top: 40px;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-35 {
  margin-bottom: 35px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-70 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-0 {
  text-indent: 0 !important;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-full {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.g-fixed-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}

.g-centerbox {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.g-clientbox {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  top: 100vh;
  max-width: 100%;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.g-hover-scale {
  transform: scale(1.1);
  transition: all 1s ease-out;
}

@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes aniArrowMoveUp {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}
@keyframes aniRound {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-ani-arrow-up {
  animation: aniArrowMoveUp 1s linear infinite;
  animation-delay: 0.1s;
}

.g-ani-bigger {
  transform: scale(1.1);
  transition: transform 2s linear;
}

.g-ani-bigger2 {
  transform: scale(1.1);
  transition: transform 1s linear;
}

.g-copyright {
  clear: both;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: "微软雅黑", "Microsoft YaHei", "宋体", "SimSun", "Hiragino Sans GB", "SimHei", "sans-serif";
}

@keyframes aniShare {
  to {
    transform: translate3d(20px, -20px, 0);
  }
}
.onlyh5ib,
.onlyh5i,
.onlyh5 {
  display: none;
}

.mobile .onlypcib,
.mobile .onlypci,
.mobile .onlypc {
  display: none;
}
.mobile .onlyh5 {
  display: block;
}
.mobile .onlyh5i {
  display: inline;
}
.mobile .onlyh5ib {
  display: inline-block;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.list-scale > li {
  overflow: hidden;
}
.list-scale .g-ani-scale {
  transition: all 0.5s ease-out;
}
.list-scale .g-ani-scale:hover {
  transform: scale(1.05);
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.search-wrap {
  position: relative;
  height: 485px;
  height: auto;
  max-height: 485px;
  background: url(../images/bg-search-pc4.jpg) center top no-repeat;
  background-size: 1920px auto;
  padding-top: 214px;
  font-size: 0;
  overflow: hidden;
  padding-bottom: 10px;
}

.group1 {
  margin-right: 80px;
}

.common-title {
  text-align: left;
  padding: 22px 0;
}

.bk-anli {
  margin-bottom: 0px;
}

.bk-redu {
  margin-bottom: 30px;
}

.list-redu li {
  position: relative;
  float: left;
  width: 583px;
  height: 443px;
  background-color: #f7f8fa;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 55px;
	text-align: center
}
.list-redu li:nth-child(even) {
  margin-left: 30px;
}
.list-redu li p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background-color: #1d8fe5;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.anli-wrap .list-anli li {
  position: relative;
  float: left;
  background: #f7f8fa;
  width: 280px;
  height: 288px;
  margin-bottom: 30px;
  margin-left: 25px;
  padding: 10px;
  border-radius: 8px;
}
.anli-wrap .list-anli li h3 {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 10px;
	line-height: 1.3;
}
.anli-wrap .list-anli li p {
  font-size: 16px;
  color: #6a6969;
  text-align: justify;
}
.anli-wrap .list-anli li:nth-child(4n-3) {
  margin-left: 0;
}
.anli-wrap .list-anli li .img-tuijian {
  display: block;
  height: auto;
  border-radius: 8px;
  margin-bottom: 13px;
}
.anli-wrap .list-anli li .btn-play {
  position: absolute;
  left: 20%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.tag-wrap {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  transform: translate(10px, 0px);
}
.tag-wrap li {
  display: inline-block;
  background-color: #f9fbfe;
  width: 137px;
  height: 39px;
  line-height: 39px;
  color: #6b65f9;
  font-size: 20px;
  margin-bottom: 14px;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 10px;
  border: 1px solid #f9fbfe;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}
.tag-wrap li.active {
  color: #fe621d;
  background-color: rgba(214, 239, 255, 0.8);
  border-color: #ffffff;
}

.row-input {
  position: relative;
  width: 876px;
  margin: 0 auto;
  text-align: left;
  padding-left: 26px;
}

.row1 {
  margin-bottom: 70px;
  position: relative;
}
.row1 .label-sousuo {
  position: absolute;
  right: 0;
  top: -10px;
  z-index: 2;
  width: 90px;
  height: 50px;
  cursor: pointer;
}

.row2 {
	display: none;
  position: relative;
  margin-bottom: 40px;
}
.row2 .select-group {
  padding-left: 20px;
  width: 315px;
  width: 108px;
  overflow: hidden;
  min-width: 108px;
}
.row2 .select-group:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 2px solid #0b93ff;
}

.input-key {
  background: transparent;
  width: 652px;
  height: 37px;
  vertical-align: middle;
  border-left: 2px solid #d2d2d2;
  padding-left: 30px;
  font-size: 20px;
  transform: translate(0px, -5px);
}

.select-group {
  position: relative;
  display: inline-block;
  width: 82px;
  height: 40px;
  font-size: 20px;
  white-space: nowrap;
  text-align: left;
}
.select-group select {
  background: transparent;
  width: 100%;
  padding-left: 5px;
}
.select-group:after {
  content: "";
  position: absolute;
  right: 20%;
  top: 26%;
  transform: translate(0, 0);
  z-index: 2;
  pointer-events: none;
  width: 17px;
  height: 11px;
  background: url(../images/sanjiao-pc.png) left top no-repeat;
  background-size: contain;
}


.bk-toudi {
margin-bottom: 50px;
}

.bk-toudi {
	font-size: 20px;
	
}

.row-1 {
	font-size: 20px;
}

.row-1 a {
	color: #4873fc;
}

.anli{
background: #f7f8fa;
	padding: 20px;
	border-radius: 10px;
}

.bk-toudi b {
	position: relative;
	border-right: 2px solid #4177f9;
	padding-right: 12px;
	margin-right: 4px;
	padding-left: 16px;
	font-size: 20px;
}

.bk-toudi b:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background: #9f89f6;
	border-radius: 8px;
} 