/* CSS Document*/
* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #af1973;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

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

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

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

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

body {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  background: #fff;
  color: #666;
  font-size: 12px;
  min-width: 1200px;
}

.container {
  margin: 0px auto;
  max-width: 1400px;
  padding: 0px 40px;
  margin: 0px auto;
}

.container1 {
  padding-left: 10%;
}

.container2 {
  padding-right: 10%;
}

.top_g {
  height: 100px;
}

.top {
  height: 100px;
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 100%;
  background: #fff;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
  min-width: 1200px;
  box-shadow: 0px 0px 5px #ddd;
}

.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top.scope {
  top: 0px;
  transition: all 0.5s ease 0s;
  position: fixed;
}

.top .logo a{
  display: flex;
  align-items: center;
}

.top .logo img {
  height: 46px;
  width: auto;
}

.top .logo a h2{
  border-left: 1px solid #ddd;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 16px;
  color: #333;
}

.nav {
  z-index: 10;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.nav a {
  color: #333;
}

.nav .nLi {
  height: 100%;
  position: relative;
}

.nav .nLi h2{
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 17px;
}

.nav .nLi h2 img{
  margin-right: 10px;
  max-height: 30px;
  width: auto;
}

.nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.nav .nLi h3 a {
  display: block;
  margin: 0px 20px;
  line-height: 100px;
  font-size: 16px;
  position: relative;
  color: #333;
  text-transform: capitalize;
}

.nav .nLi h3 a i {
  color: #666;
  margin-left: 5px;
}

.nav .nLi:hover h3 a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40px;
  height: 3px;
  background: #af1973;
}

.nav .nLi:hover h3 a i {
  transform: rotate(180deg);
}

.nav .nLi.on h3 a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40px;
  height: 3px;
  background: #af1973;
}

.nav .nLi .sub {
  position: absolute;
  top: 100px;
  left: 25px;
  background: rgba(255, 255, 255, 1);
  display: none;
  padding: 10px 0px;
  min-width: 130px;
}

.nav .nLi:nth-last-child(1) .sub {
  left: auto;
  right: 0px;
}

.nav .nLi:hover .sub {
  display: block;
}

.nav .nLi .sub a {
  display: block;
  text-align: left;
  line-height: 36px;
  font-size: 14px;
  white-space: nowrap;
  padding: 0px 15px;
  text-transform: capitalize;
}

.nav .nLi .sub a:hover {
  background: #af1973;
  color: #fff;
}

.top.scope .nav .nLi h3 a {
  color: #333;
}

.phone_btn {
  float: right;
  display: none;
}

.menu_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.menu_cot {
  width: 70%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
  transform: translateX(0);
  transition: all 0.3s 0.2s ease;
}

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.menu_close img {
  width: 40px;
}

.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.in_banner {
  height: auto;
}

.in_banner .swiper-slide .bj {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj .pc_img {
  height: calc(90vh - 100px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .bj .ph_img {
  display: none;
}

.in_banner .swiper-slide .nr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

.in_banner .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_banner .swiper-slide .nr .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.in_banner .swiper-slide .nr .container h2 {
  font-size: 50px;
  color: #fff;
}

.in_banner .swiper-slide .nr .container b {
  display: block;
  width: 86px;
  height: 3px;
  background-color: #af1973;
  margin: 15px 0px;
}

.in_banner .swiper-slide .nr .container .jqzh {
  display: flex;
  padding: 20px 0px;
}

.in_banner .swiper-slide .nr .container .jqzh h3 {
  background: #af1973;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
  padding: 0px 20px;
}

.in_banner .swiper-slide .nr .container .jqzh h4 a {
  background: #fff;
  padding: 20px;
  color: #c66550;
  font-size: 22px;
  display: block;
}

.in_banner .swiper-slide .nr .container .jqzh h4 a p {
  font-size: 14px;
}

.in_banner .swiper-slide .nr .container .jqzh h4 a:hover {
  text-decoration: underline;
}

.in_banner .swiper-slide .nr .container span {
  display: flex;
  padding-top: 10px;
}

.in_banner .swiper-slide .nr .container span a {
  font-size: 22px;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 30px;
  display: block;
}

.in_banner .swiper-slide .nr .container span a:hover {
  background: #fff;
  color: #c66550;
}

.in_banner .swiper-slide .nr .container span a:nth-child(1) {
  background: #fff;
  color: #333;
  margin-right: 30px;
}

.in_banner .swiper-slide .nr .container span a:hover:nth-child(1) {
  color: #c66550;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 62px;
  height: 62px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
}

.in_banner .swiper-pagination{
  z-index: 101;
}

.in_banner .swiper-pagination span {
  border-radius: 5px;
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 1);
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #a40027;
}

.plan_banner{
  height: 450px;
}

.plan_banner1{
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.plan_banner1:after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.2);
    z-index: -1;
}

.plan_banner1 .container{
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #fff;
}

.plan_banner1 .container h2{
  font-size:45px;
  display: block;
}

.plan_banner1 .container h3{
  font-size: 35px;
  padding: 30px 0px 30px 0px;
}


.plan_banner1 .container h3 p{
font-size: 30px;
padding: 20px 0px;
}


.plan_banner1 .container span{
    display: flex;
}

.plan_banner1 .container span a{
  width: 240px;
  height: 70px;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  margin-right: 20px;
}

.plan_banner1 .container span a:hover{
  background: #fff;
  color: #333;
}


.in_box {
  background: url(../images/in_box_bj.png) no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.in_box .container {
  position: relative;
}

.in_box_l {
  background-color: #ffffff;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
  width: calc(100% - 250px);
  padding: 50px;
  padding-right: 100px;
  box-sizing: border-box;
}

.in_box_l .bt {
  padding-bottom: 30px;
}

.in_box_l .bt h2 {
  font-size: 30px;
}

.in_box_l .bt b {
  display: block;
  width: 36px;
  height: 1px;
  background-color: #333;
  margin: 10px 0px;
}

.in_box_l .nr p {
  font-size: 14px;
  line-height: 30px;
  display: block;
  padding-bottom: 10px;
  word-break: break-word;
}

.in_box_l .more {
  padding-top: 25px;
}

.in_box_l .more a {
  font-size: 22px;
  color: #333;
  border: 1px solid #333;
  padding: 6px 20px;
}

.in_box_r {
  background: #af1973;
  width: 340px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  box-sizing: border-box;
  padding: 2% 3%;
  color: #fff;
}

.in_box_r .bt {
  font-size: 22px;
  padding-bottom: 20px;
}

.in_box_r .bt b {
  display: block;
  width: 62px;
  height: 1px;
  background-color: #fff;
  margin: 5px 0px;
}

.in_box_r ul {
  display: flex;
  flex-direction: column;
}

.in_box_r ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.in_box_r ul li i {
  display: block;
  width: auto;
  height: 33px;
  margin-right: 20px;
}

.in_box_r ul li i img {
  height: 100%;
  width: auto;
}

.in_box_r ul li h2 {
  font-size: 18px;
}

.in_box_r ul li h2 span {
  font-size: 28px;
}

.in_box_r ul li h2 p {
  font-size: 14px;
}

.in_box1 {
  background: #fef2ec;
  padding: 80px 0px;
}

.in_bt {
  text-align: center;
  padding-bottom: 20px;
}

.in_bt h2 {
  font-size:26px;
  color: #333;
}

.in_bt b {
  background: #817b78;
  width: 64px;
  height: 2px;
  display: block;
  margin: 10px auto;
}

.in_bt p{
  font-size: 16px;
  color: #666;
}

.in_bt1 h2 {
  color: #fff;
}

.in_bt1 b {
  background: rgba(255, 255, 255, 0.5);
}

.in_box1 ul {
  display: flex;
  flex-wrap: wrap;
}

.in_box1 ul li {
  width: calc(25% - 15px);
  height: 320px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.in_box1 ul li:nth-child(3n) {
  margin-right: 0px;
}

.in_box1 ul li:nth-child(1) {
  width: calc(50% - 15px);
}

.in_box1 ul li:nth-child(6) {
  width: calc(50% - 15px);
}

.in_box1 ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.in_box1 ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.in_box1 ul li a:hover .img img {
  transform: scale(1.1);
  transition: all 0.5s ease 0s;
}

.in_box1 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.in_box1 ul li a::after {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  );
}

.in_box1 ul li a .nr {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.in_box1 ul li a .nr h2 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_box1 ul li a .nr span {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.in_box1 .more {
  padding-top: 40px;
  text-align: center;
}

.in_box1 .more a {
  font-size: 20px;
  color: #fda77b;
  border: 1px solid #fda77b;
  padding: 10px 30px;
}

.in_box1 .more a:hover {
  background: #fda77b;
  color: #fff;
}


.in_box2 {
  padding: 80px 0px;
  background: #fff;
}

.in_box2 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -8px;
}

.in_box2 ul li {
  width: calc(25% - 16px);
  margin: 0px 8px;
  margin-bottom: 15px;
}

.in_box2 ul li a .img {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 110%;
  overflow: hidden;
}

.in_box2 ul li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.in_box2 ul li a:hover .img img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}

.in_box2 ul li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.in_box2 ul li a h2 {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.2);
}

.in_box3 {
  height: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
}

.in_box4 {
  background: #fff;
  padding: 80px 0px;
}

.in_box4_nr {
  padding-top: 20px;
}

.in_box4_nr .hd {
  padding-bottom: 30px;
}

.in_box4_nr .hd ul {
  width: 100%;
  display: flex;
}

.in_box4_nr .hd ul li {
  color: #bf478f;
  border: 1px solid #bf478f;
  font-size: 20px;
  display: block;
  padding: 10px 30px;
  margin-right: 15px;
  cursor: pointer;
}

.in_box4_nr .hd ul li.on {
  background: #bf478f;
  color: #fff;
}

.in_box4_nr_qh .swiper-slide a {
  display: block;
}

.in_box4_nr_qh .swiper-slide a .img {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 65%;
  overflow: hidden;
}

.in_box4_nr_qh .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.in_box4_nr_qh .swiper-slide a:hover .img img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}

.in_box4_nr_qh .swiper-slide a .nr {
  background: #efefef;
  padding: 5%;
  text-align: center;
}

.in_box4_nr_qh .swiper-slide a .nr h2 {
  font-size: 20px;
  color: #bf478f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_box4_nr_qh .swiper-slide a .nr p {
  font-size: 14px;
  padding-top: 5px;
  color: #666;
}

.in_box4_nr_qh .swiper-button-next,
.in_box4_nr_qh .swiper-button-prev {
  width: 40px;
  height: 62px;
  background: rgba(0, 0, 0, 0.3);
}

.in_box4_nr_qh .swiper-button-next::after,
.in_box4_nr_qh .swiper-button-prev::after {
  font-size: 30px;
  color: #fff;
}

.in_box4_nr_qh{
    padding-bottom: 20px;
}

.in_box4_nr_qh .more {
  padding-top: 30px;
  text-align: center;
}

.in_box4_nr_qh .more a {
  font-size: 20px;
  color: #fda77b;
  border: 1px solid #fda77b;
  padding: 10px 30px;
}

.in_box4_nr_qh .more a:hover {
  background: #fda77b;
  color: #fff;
}

.in_box5 {
  padding: 80px 0px;
  background: #fef2ec;
}

.in_box5 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -8px;
}

.in_box5 ul li {
  width: calc(33.3% - 16px);
  margin: 0px 8px;
  margin-bottom: 20px;
}

.in_box5 ul li a {
  display: block;
}

.in_box5 ul li a .img {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 60%;
  overflow: hidden;
}

.in_box5 ul li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.in_box5 ul li a:hover .img img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}

.in_box5 ul li a .nr {
  background: #fff;
  padding: 5%;
}

.in_box5 ul li a .nr h2 {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.in_box5 ul li a .nr p {
  font-size: 14px;
  display: block;
  margin: 20px 0px;
  height: 36px;
  color: #666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_box5 .more {
  padding-top: 40px;
  text-align: center;
}

.in_box5 .more a {
  font-size: 20px;
  color: #fda77b;
  border: 1px solid #fda77b;
  padding: 10px 30px;
}

.in_box5 .more a:hover {
  background: #fda77b;
  color: #fff;
}

.in_box6 {
  padding: 80px 0px;
}

.in_box6 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -18px;
}

.in_box6 ul li {
  width: calc(20% - 40px);
  margin: 0px 18px;
  border: 1px solid #ddd;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  background: #fff;
}

.in_box6 ul li img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.in_video {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: cover;
}

.in_video1 {
  width: 90%;
  max-width: 800px;
  height: auto;
  max-height: 80%;
  object-fit: cover;
}

.in_box7 {
  padding: 80px 0px;
  background: url(../images/in_box7_bj.png) no-repeat;
  background-size: cover;
}

.in_box7 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -30px;
}

.in_box7 ul li {
  width: calc(33.3% - 60px);
  margin: 0px 30px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
  background: #fff;
}

.in_box7 ul li img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.di {
  background: #1d1313;
}

.di1 ul {
  display: flex;
  padding: 30px 0px;
}

.di1 ul li {
  flex: 1;
}

.di1 ul li h2 {
  color: #ddd;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.di1 ul li h2::after {
  content: "";
  width: 140px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.di1 ul li p {
  font-size: 14px;
  color: #ddd;
  line-height: 24px;
  padding: 3px 0px;
}

.di1 ul li p a {
  color: #ddd;
}

.di1 ul li p i {
  padding-right: 10px;
  font-size: 18px;
}

.di1 ul li h3 {
  padding-top: 10px;
}

.di1 ul li h3 a {
  font-size: 16px;
  color: #ddd;
  text-decoration: underline;
}

.di1 ul li h4{
    padding: 0px 10px;
    width: 140px;
    text-align: center;
}

.di1 ul li h4 img {
  width: 120px;
  height: 120px;
}

.di1 ul li:nth-last-child(1) {
  text-align: right;
  padding-top: 40px;
  display: flex;
}

.di1 ul li h4 p {
  text-align: center;
}

.di2 {
  color: #ddd;
  font-size: 15px;
}

.di2 a {
  display: inline-block;
  color: #ddd;
  margin-right: 15px;
}

.di3 {
  padding: 15px 0px;
  text-align: center;
  font-size: 12px;
  color: #ddd;
}

.di3 a {
  color: #ddd;
}


.top_ding{
    position: fixed;
    right: 10px;
    bottom: 10%;
    background: #af1973;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    z-index: 100;
}

.top_ding i{
    font-size: 18px;
}


.plan{
  padding: 80px 0px;
}

.plan_dh {
  width: 100%;
  display: flex;
}

.plan_dh a {
  color: #bf478f;
  border: 1px solid #bf478f;
  font-size: 17px;
  display: block;
  padding: 10px 30px;
  margin-right: 15px;
  cursor: pointer;
}

.plan_dh a:hover {
  background: #bf478f;
  color: #fff;
}

.plan_dh a.on {
  background: #bf478f;
  color: #fff;
}


.plan ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
  margin-top: 50px;
}

.plan ul li{
  width: calc(25% - 10px);
  margin: 0px 5px;
  margin-bottom: 20px;
}

.plan ul li a {
  display: block;
}

.plan ul li a .img {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 65%;
  overflow: hidden;
}

.plan ul li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.plan ul li a:hover .img img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}

.plan ul li a .nr {
  background: #efefef;
  padding: 5%;
  text-align: center;
}

.plan ul li a .nr h2 {
  font-size: 18px;
  color: #bf478f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.plan ul li a .nr p {
  font-size: 14px;
  padding-top: 5px;
  color: #666;
}

.fanye{
  text-align: center;
  padding-top: 20px;
}

.plan_box{
  padding: 80px 0px;
}

.plan_box .nr{
  max-width: 880px;
  margin: 0px auto;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
}

.plan_box .td{
  padding-top: 50px;
}

.plan_box .td ul{
display: flex;
}

.plan_box .td ul li{
  flex: 1;
  text-align: center;
}

.plan_box .td ul li h2{
  color: #af1973;
  font-size: 50px;
  font-weight: bold;
}

.plan_box .td ul li p{
  font-size: 22px;
}

.plan_box1{
  padding: 80px 0px;
}

.plan_box1 ul{
display: flex;
margin: 0px -8px;
}

.plan_box1 ul li{
  background: #FBF7FA;
  width: calc(25% - 16px);
  margin: 0px 8px;
  box-sizing: border-box;
  padding: 25px;
}

.plan_box1 ul li i{
color: #DFB5CB;
font-size: 40px;
display: block;
text-align: right;
}

.plan_box1 ul li h2{
	color: #af1973;
  font-size: 22px;
}

.plan_box1 ul li em{
  font-size: 13px;
  color: #DFB5CB;
  display: block;
}

.plan_box1 ul li p{
  font-size: 14px;
  color: #333;
  line-height: 26px;
}

.dingwei{
  position: relative;
top: -50px;
}

.plan_box2{
  padding: 80px 0px;
}

.plan_box2 .container{
  position: relative;
}

.plan_box2_qh .swiper-slide{
  padding: 3%;
  box-sizing: border-box;
  width: 70%;
}

.plan_box2_qh .swiper-slide .nr{
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
  background: #fff;
  padding: 5% 8%;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.plan_box2_qh .swiper-slide .nr .img{
  width: 360px;
  height: 300px;
}

.plan_box2_qh .swiper-slide .nr .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan_box2_qh .swiper-slide .nr .xnr{
  width: calc(100% - 400px);
}

.plan_box2_qh .swiper-slide .nr .xnr span{
  display: block;
  text-align: right;
  font-size: 16px;
  color: #999;
}

.plan_box2_qh .swiper-slide .nr .xnr h2{
  font-size: 22px;
  color: #333;
  padding-bottom: 25px;
}

.plan_box2_qh .swiper-slide .nr .xnr p{
  font-size: 16px;
  line-height: 30px;
}

.plan_box2_qh .swiper-button-next,
.plan_box2_qh .swiper-button-prev {
  width: 54px;
  height: 54px;
  background: #af1973;
  border-radius: 50%;
  left: 17%;
}

.plan_box2_qh .swiper-button-next{
  left: auto;
  right: 17%;
}

.plan_box2_qh .swiper-button-next::after,
.plan_box2_qh .swiper-button-prev::after {
  font-size: 27px;
  color: #fff;
}

.plan_box3{
  padding-bottom: 50px;
}

.plan_box3 .container{
  position: relative;
  padding: 0px 50px;
}

.plan_box3_qh{
  
}

.plan_box3_qh .swiper-slide{
  height: 140px;
  background: #a0a0a0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan_box3_qh .swiper-slide img{
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.plan_box3 .swiper-button-next::after,
.plan_box3 .swiper-button-prev::after {
  font-size: 27px;
  color: #b8b8b8;
}

.plan_box4{
  padding: 50px 0px;
}

.plan_box4 .img{
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
}

.plan_box4 .img .left{
  width: calc(50% - 3px);
  height: 410px;
}

.plan_box4 .img .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan_box4 .img .right{
  width: calc(50% - 3px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.plan_box4 .img .right h2{
  width: calc(50% - 3px);
  height: 202px;
  margin-bottom: 6px;
}

.plan_box4 .img .right h2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan_box5{
  padding: 80px 0px;
}

.plan_box5 ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.plan_box5 ul li{
  width: calc(25% - 1px);
  height: 220px;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan_box5 ul li img{
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.plan_box6{
  background: #efefef;
  padding: 80px 0px;
}

.plan_box6_qh{
  padding-bottom: 40px;
}

.plan_box6 .swiper-slide .img{
  width: 100%;
  height: 400px;
}

.plan_box6 .swiper-slide .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan_box6 .swiper-slide .nr{
  background: #fff;
  box-sizing: border-box;
  padding: 30px;
}

.plan_box6 .swiper-slide .nr h2{
  font-size: 20px;
  color: #333;
  padding-bottom: 15px;
}

.plan_box6 .swiper-slide .nr p{
font-size: 16px;
line-height: 28px;
color: #666;
}

.plan_box6_qh .swiper-pagination span{
  background:#af1973;
}

.plan_box7{
  padding: 80px 0px;
}

.plan_box7 ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.plan_box7 ul li{
  width: calc(20% - 22px);
  margin: 0px 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan_box7 ul li img{
 max-width: 90%;
 max-height: 90%;
 width: auto;
 height: auto;
}

.ny_banner{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 350px;
  color: #fff;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.about_box{
  padding-top: 50px;
  font-size: 18px;
  line-height: 30px;
}

.about_box1{
  padding: 80px 0px;
}

.about_box1_nr{
  display: flex;
  justify-content: space-between;
}

.about_box1_nr .img{
  width: 52%;
}

.about_box1_nr .img img{
  width: 100%;
  height: auto;
}

.about_box1_nr .nr{
  width: 45%;
  padding-top: 3%;
}

.about_box1_nr .nr p{
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding-bottom: 20px;
}

.about_box2 ul{
display: flex;
}

.about_box2 ul li{
  flex: 1;
  text-align: center;
  font-size: 22px;
  color: #333;
}

.about_box2 ul li h2{
  color: #af1973;
  font-size: 36px;
  font-weight: bold;
}

.about_box2 ul li h2 span{
  font-size: 46px;
}

.about_box3{
  padding: 50px 0px;
}

.about_box3 video{
  width: 100%;
  height: auto;
}

.about_box4{
  padding: 50px 0px;
}

.about_box4 ul{
  margin: 0px -10px;
  margin-bottom: 20px;
  display: flex;
}

.about_box4 ul:nth-child(odd) li{
  flex-direction: row-reverse;
}

.about_box4 ul li{
  display: flex;
  width: calc(33.3% - 20px);
  margin: 0px 10px;
  background: #ebebeb;
}

.about_box4 ul li .img{
  width: 50%;
  height: 0px;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.about_box4 ul li .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_box4 ul li .nr{
  width: 50%;
  padding: 5%;
  box-sizing: border-box;
}

.about_box4 ul li .nr h2{
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
}

.about_box4 ul li .nr p{
  font-size: 16px;
}

.news{
  padding: 50px 0px;
}


.news ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
  padding-top: 40px;
}

.news ul li{
  width: calc(25% - 10px);
  margin: 0px 5px;
  margin-bottom: 20px;
}

.news ul li a {
  display: block;
  border: 1px solid #b5b5b5;
}

.news ul li a .img {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 65%;
  overflow: hidden;
}

.news ul li a .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  transition: all 0.5s ease 0s;
}

.news ul li a:hover .img img {
  transform: scale(1.05);
  transition: all 0.5s ease 0s;
}

.news ul li a .nr {
  padding: 5%;
}

.news ul li a .nr h2 {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  -webkit-line-clamp:2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 45px;
}

.news ul li a .nr p {
  font-size: 15px;
  padding-top: 20px;
  color: #666;
  text-align: right;
}

.news ul li a:hover .nr p{
  color: #af1973;
}


.news_detail{
  padding: 80px 0px;
  display: flex;
  justify-content: space-between;
}

.news_detail_l{
  width: calc(100% - 400px);
}

.news_detail_l .bt{
  padding-bottom: 20px;
}

.news_detail_l .bt h2{
  color: #333;
  font-size: 36px;
  padding-bottom: 10px;
}

.news_detail_l .bt p{
  font-size: 14px;
  color: #999;
}

.news_detail_l .bt p i{
  padding-right: 5px;
}

.news_detail_l .nr p{
  line-height: 30px;
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
}

.news_detail_l .nr img{
  max-width: 100%;
  width: auto;
  height: auto;
}

.news_detail_r{
  width: 270px;
}

.news_detail_r .bt{
  padding-bottom: 20px;
}

.news_detail_r .bt h2{
  font-size: 24px;
  color: #af1973;
}

.news_detail_r .bt p{
  font-size: 14px;
  color: #999;
}

.news_detail_r ul li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.news_detail_r ul li a .img{
  width: 100%;
  padding-top: 60%;
  height:0px;
  overflow: hidden;
  position: relative;
}

.news_detail_r ul li a .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50% , -50%);
}

.news_detail_r ul li a h2{
  color: #333;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 16px;
padding: 10px 0px;
}

.news_detail_r ul li a:hover h2{
  color: #af1973;
}

.news_detail_r .sxy{
  padding: 50px 0px;
}

.news_detail_r .sxy h2{
  font-size: 16px;
  color: #999;
  padding: 10px 0px;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.news_detail_r .fanhui a{
  border: 1px solid #af1973;
  color: #af1973;
  font-size: 18px;
  display: block;
  line-height: 50px;
  text-align: center;
}

.news_detail_r .fanhui a:hover{
  background: #af1973;
  color: #fff;
}

.download{
  padding: 50px 0px;
}

.news_bt{
  font-size: 28px;
  padding-bottom: 30px;
  color: #333;
}

.download ul{
    padding-top: 40px;
}

.download ul li{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.download ul li .img{
  width: 370px;
}

.download ul li .img img{
  width: 100%;
  height: auto;
}

.download ul li .nr{
  width: calc(100% - 420px);
}

.download ul li .nr h2{
  font-size: 20px;
  color: #333;
}

.download ul li .nr p{
  font-size: 16px;
  padding: 25px 0px;
}

.download ul li .nr span a{
  display: inline-block;
  padding: 10px 20px;
  background: #af1973;
  color: #fff;
  font-size: 16px;
}

.download ul .more{
  text-align: center;
  padding-top: 20px;
}

.download ul .more a{
  color: #af1973;
  font-size: 18px;
}

.contact_box{
  padding: 50px 0px;
}

.contact_box_nr{
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

.contact_box_nr .img{
  width: 45%;
  height: 465px;
  overflow: hidden;
}

.contact_box_nr .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact_box_nr .nr{
  width: 53%;
}

.contact_box_nr .nr h2{
  background: #fff;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
  margin-bottom: 30px;
}

.contact_box_nr .nr h2:nth-last-child(1){
  margin-bottom: 0px;
}

.contact_box1{
  padding: 50px 0px;
  height: 450px;
}

.contact_box2{
  padding: 80px 0px;
}

.contact_box2_nr{
  box-shadow: 0px 0px 18px 0px 
		rgba(0, 0, 0, 0.11);
    box-sizing: border-box;
    padding: 3%;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.contact_box2_nr h2{
  width: 150px;
  border-right: 1px solid #ddd;
  font-size: 24px;
  color: #333;
  padding-right: 20px;
  box-sizing: border-box;
}

.contact_box2_nr h3{
  width: calc(100% - 200px);
  font-size: 16px;
  padding-left: 10%;
  box-sizing: border-box;
  line-height: 30px;
}

.contact_box2 ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  padding-top: 30px;
}

.contact_box2 ul li{
  width: calc(50% - 30px);
  margin: 0px 15px;
  box-shadow: 0px 0px 18px 0px 
  rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  padding: 3%;
  margin-bottom: 30px;
}

.contact_box2 ul li h2{
  font-size: 24px;
  color: #333;
  padding-bottom: 20px;
}

.contact_box2 ul li p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.contact_box3{
  background: #efefef;
  padding: 80px 0px;
}

.contact_box3 ul{
  max-width: 1000px;
  margin: 0px auto;
}

.contact_box3 ul li{
  margin-bottom: 20px;
}

.contact_box3 ul li .text{
  width: 100%;
  line-height: 60px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0px 20px;
}

.contact_box3 ul li .btn{
  display: block;
  width: 200px;
  line-height: 50px;
  color: #af1973;
  border: 1px solid #af1973;
  cursor: pointer;
  font-size: 18px;
  margin: 0px auto;
}

.contact_box4{
  padding: 50px 0px;
}

.contact_box4_nr{
  background: #f0f0f0;
  box-sizing: border-box;
  padding: 80px;
  display: flex;
  justify-content: space-between;
}

.contact_box4_nr .left{
  width: 500px;
  overflow: hidden;
}

.contact_box4_nr .left ul li{
    margin-bottom: 30px;
}

.contact_box4_nr .left ul li h2{
font-weight: bold;
color: #333;
font-size: 24px;
padding-bottom: 15px;
}

.contact_box4_nr .left ul li p{
    font-size: 18px;
    line-height: 36px;
}

.contact_box4_nr .right{
  width: calc(100% - 500px);
}

.contact_box4_nr .right ul{
  max-width: 1000px;
  margin: 0px auto;
}

.contact_box4_nr .right ul li{
  margin-bottom: 20px;
}

.contact_box4_nr .right ul li .text{
  width: 100%;
  line-height: 60px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0px 20px;
}

.contact_box4_nr .right ul li .btn{
  display: block;
  width: 200px;
  line-height: 50px;
  color: #af1973;
  border: 1px solid #af1973;
  cursor: pointer;
  font-size: 18px;
  margin: 0px auto;
}

