/**
 * @author Aihy
 * @email 7y@l7y.ltd
 * @email 202683457@qq.com
 */
/* 横向布局 */
/* 背景图片 */
.hy-container .hy-licence h1 {
  position: relative;
  font-size: 28px;
  color: #1f2855;
  font-weight: normal;
  text-align: center;
}

.hy-container .hy-licence h1 span {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -160px;
  display: block;
  background: url(../../images/licence/24.png) no-repeat center;
  height: 17px;
  width: 320px;
}

.hy-container .hy-licence .hy-banner {
  position: relative;
  width: 100%;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hy-container .hy-licence .hy-banner:before {
  position: absolute;
  bottom: -13px;
  left: 50%;
  margin-left: -16px;
  content: '';
  display: inline-block;
  border-top: 14px solid #1f2855;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}

.hy-container .hy-licence .hy-banner .hy-info {
  position: absolute;
  bottom: 70px;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  height: 62px;
  background: white;
  border-radius: 31px;
}

.hy-container .hy-licence .hy-banner .hy-info .hy-operate {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.hy-container .hy-licence .hy-banner .hy-info .hy-operate input {
  margin: 0;
  border: none;
  outline: none;
  border-right: 1px solid #dddddd;
  font-size: 16px;
  width: 190px;
  padding-right: 20px;
  padding: 0 20px 0 12px;
}

.hy-container .hy-licence .hy-banner .hy-info .hy-operate input:first-child {
  margin-left: 40px;
}

.hy-container .hy-licence .hy-banner .hy-info .hy-operate input:last-child {
  border-right: none;
}

.hy-container .hy-licence .hy-banner .hy-info .hy-operate .hy-btn {
  line-height: 62px;
  background: url("../../images/licence/23.png") no-repeat center;
  background-size: cover;
  padding: 0 20px;
  font-size: 18px;
  border-bottom-right-radius: 31px;
  border-top-right-radius: 31px;
  color: white;
  cursor: pointer;
}

.hy-container .hy-licence .hy-why {
  background: #f8f6fb;
  text-align: center;
  padding: 40px 0;
}

.hy-container .hy-licence .hy-why .hy-why-info {
  padding: 0 100px;
  box-sizing: border-box;
}

.hy-container .hy-licence .hy-why .hy-row {
  margin-top: 40px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  justify-content: space-around;
}

.hy-container .hy-licence .hy-why .hy-row .hy-item {
  width: 250px;
  height: 200px;
  background: white;
  box-shadow: 0 3px 5px rgba(207, 207, 207, 0.35);
  padding: 20px;
  box-sizing: border-box;
}

.hy-container .hy-licence .hy-why .hy-row .hy-item:hover {
  box-shadow: 0 3px 7px rgba(207, 207, 207, 0.7);
}

.hy-container .hy-licence .hy-why .hy-row .hy-item .hy-img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.hy-container .hy-licence .hy-why .hy-row .hy-item p {
  font-size: 18px;
  color: #333333;
  line-height: 1.5;
}

.hy-container .hy-licence .hy-problem {
  padding: 40px 0;
  box-sizing: border-box;
  height: 770px;
  background: url(../../images/licence/27.png) no-repeat center;
}

.hy-container .hy-licence .hy-compare {
  width: 1088px;
  margin: 0 auto;
  padding: 40px 0;
}

.hy-container .hy-licence .hy-compare .hy-compare-info {
  box-shadow: 0 5px 8px rgba(204, 204, 204, 0.35);
}

.hy-container .hy-licence .hy-compare .hy-title {
  margin-top: 60px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  background: url("../../images/licence/7.png") no-repeat top center;
  background-color: white;
}

.hy-container .hy-licence .hy-compare .hy-title:nth-child(even) {
  background: white;
}

.hy-container .hy-licence .hy-compare .hy-title .hy-item {
  flex: 1;
  height: 95px;
  line-height: 65px;
  font-size: 24px;
  color: white;
}

.hy-container .hy-licence .hy-compare .hy-row {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  background: #f5f5f5;
}

.hy-container .hy-licence .hy-compare .hy-row:nth-child(odd) {
  background: white;
}

.hy-container .hy-licence .hy-compare .hy-row .hy-item {
  flex: 1;
  height: 75px;
  line-height: 75px;
  border-right: 1px solid #dddddd;
  font-size: 18px;
  color: #333333;
}

.hy-container .hy-licence .hy-compare .hy-row .hy-item:last-child {
  border-right: 1px;
}

.hy-container .hy-licence .hy-reason {
  padding: 10px 40px 40px;
}

.hy-container .hy-licence .hy-reason .hy-reason-info {
  margin-top: 80px;
}

.hy-container .hy-licence .hy-reason .hy-reason-info .hy-row {
  padding: 0 40px;
  margin-top: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.hy-container .hy-licence .hy-reason .hy-reason-info .hy-row .hy-item {
  flex: 1;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  justify-content: flex-start;
  box-sizing: border-box;
  flex-wrap: nowrap;
  padding-right: 40px;
}

.hy-container .hy-licence .hy-reason .hy-reason-info .hy-row .hy-item:last-child {
  padding-right: 0;
}

.hy-container .hy-licence .hy-reason .hy-reason-info .hy-row .hy-item .hy-img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-right: 20px;
}

.hy-container .hy-licence .hy-reason .hy-reason-info .hy-row .hy-item .hy-describe h3 {
  font-size: 22px;
  color: #333333;
  font-weight: normal;
  text-align: left;
}

.hy-container .hy-licence .hy-reason .hy-reason-info .hy-row .hy-item .hy-describe .hy-text {
  font-size: 15px;
  color: #999999;
  line-height: 1.9;
  margin-top: 10px;
  text-align: left;
}

.hy-container .hy-licence .hy-good {
  background: url("../../images/licence/12.png") no-repeat center;
  background-size: cover;
  height: 700px;
  padding: 40px 0;
  box-sizing: border-box;
}

.hy-container .hy-licence .hy-good h1 {
  color: white;
}

.hy-container .hy-licence .hy-good .hy-good-info {
  min-width: 500px;
  margin-left: 165px;
  margin-top: -160px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -moz-transform: rotate(-45deg);
  /* Firefox */
  -webkit-transform: rotate(-45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg);
  /* Opera */
}

.hy-container .hy-licence .hy-good .hy-row {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  justify-content: flex-start;
}

.hy-container .hy-licence .hy-good .hy-row:nth-child(3) {
  margin-left: 158px;
}

.hy-container .hy-licence .hy-good .hy-row:nth-child(4) {
  margin-left: 316px;
}

.hy-container .hy-licence .hy-good .hy-row:nth-child(5) {
  margin-left: 474px;
}

.hy-container .hy-licence .hy-good .hy-row .hy-item {
  width: 150px;
  height: 150px;
  border: 2px solid #c7a483;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: center;
  box-sizing: border-box;
  transition: all .2s;
}

.hy-container .hy-licence .hy-good .hy-row .hy-item:hover {
  background: rgba(199, 164, 131, 0.5);
}

.hy-container .hy-licence .hy-good .hy-row .hy-item:hover .hy-btn {
  display: block;
}

.hy-container .hy-licence .hy-good .hy-row .hy-item:hover .hy-describe {
  display: none;
}

.hy-container .hy-licence .hy-good .hy-row .hy-item .hy-btn {
  display: none;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: white;
  background: #d2af80;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 57px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.hy-container .hy-licence .hy-good .hy-row .hy-item .hy-describe {
  text-align: center;
  font-size: 16px;
  color: white;
  margin-top: 58px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}

.hy-container .hy-licence .hy-success {
  background: #f8f6fb;
  padding: 40px 0;
  box-sizing: border-box;
}

.hy-container .hy-licence .hy-success .hy-success-info {
  margin-top: 70px;
}

.hy-container .hy-licence .hy-success .hy-success-info .hy-row {
  padding: 0 40px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  justify-content: flex-start;
  position: relative;
}

.hy-container .hy-licence .hy-success .hy-success-info .hy-row .hy-item img {
  height: 300px;
}

.hy-container .hy-licence .hy-success .hy-success-info .hy-row .hy-item .hy-describe {
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}

.hy-container .hy-licence .hy-success .hy-success-info .hy-row .hy-opearate-btn {
  position: absolute;
  margin-top: 100px;
  cursor: pointer;
  outline: none;
}

.hy-container .hy-licence .hy-success .hy-success-info .hy-row .hy-opearate-btn i {
  font-size: 60px;
  font-weight: lighter;
  color: #1f2855;
}

.hy-container .hy-licence .hy-success .hy-success-info .hy-row .hy-opearate-btn.hy-btn-pre {
  left: -20px;
}

.hy-container .hy-licence .hy-success .hy-success-info .hy-row .hy-opearate-btn.hy-btn-next {
  right: -20px;
}

.hy-container .hy-licence .hy-success .swiper-container {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  justify-content: flex-start;
}

.hy-container .hy-licence .hy-success .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}

.hy-container .hy-licence .hy-process {
  background: #f8f6fb;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
}

.hy-container .hy-licence .hy-process .hy-process-img {
  margin-top: 70px;
}

.hy-container .hy-licence .hy-process .hy-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-size: 18px;
  color: white;
  background: #e8bb85;
  border-radius: 40px;
  box-shadow: 0 3px 2px rgba(51, 51, 51, 0.36);
  margin-top: 40px;
}

.hy-container .hy-licence .hy-push {
  padding-top: 40px;
  background: #f8f6fb;
}

.hy-container .hy-licence .hy-push .hy-push-info {
  padding: 40px 0;
}

.hy-container .hy-licence .hy-push .hy-row {
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-top: 20px;
}

.hy-container .hy-licence .hy-push .hy-row .hy-item {
  width: 380px;
  height: 100px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hy-container .hy-licence .hy-push .hy-row .hy-item:hover .hy-item-info {
  background: rgba(48, 55, 111, 0.6);
}

.hy-container .hy-licence .hy-push .hy-row .hy-item .hy-item-info {
  border-radius: 10px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
  transition: all .2s;
  background: rgba(48, 55, 111, 0.7);
}

.hy-container .hy-licence .hy-push .hy-row .hy-item h3 {
  font-size: 22px;
  font-weight: normal;
  color: white;
}

.hy-container .hy-licence .hy-push .hy-row .hy-item .hy-btn {
  display: inline-block;
  font-size: 14px;
  color: white;
  background: #e8bb85;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 30px;
}

.hy-container .hy-licence .hy-part {
  background: #f8f6fb;
  padding: 40px 0;
}

.hy-container .hy-licence .hy-part .hy-part-info {
  margin-top: 70px;
}

.hy-container .hy-licence .hy-part .hy-part-info .hy-row {
  margin-top: 10px;
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}

.hy-container .hy-licence .hy-part .hy-part-info .hy-row .hy-item {
  width: 200px;
}

.hy-container .hy-licence .hy-part .hy-part-info .hy-row .hy-item:hover .hy-img {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
}

.hy-container .hy-licence .hy-part .hy-part-info .hy-row .hy-item .hy-img {
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}

.hy-container .hy-licence .hy-part .hy-part-info .hy-row .hy-item .hy-describe {
  margin-top: 5px;
}

/*# sourceMappingURL=index.css.map */
