.top_bg {
  background: url(../images/product_xx/product_xx_bg.jpg);
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  display: flex;
  background-size: 100% 100%;
}

.bottom_bg {
  background: url(../images/product_xx/product_xx_ljzx.jpg);
  width: 100%;
  height: 212px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
}



.bottom_bg-title {
  font-size: 145%;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.counselling2 {
  background: #FFFFFF;
  box-shadow: 0px 6px 10px -4px rgba(0, 46, 164, 0.4);
  border-radius: 2px;
  width: 160px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 115%;
  font-weight: 500;
  color: #2468F2;
  margin: auto;
  margin-top: 24px;
}

.counselling2 a {
  color: #2468F2;

}

.top_bg .box {
  margin: auto;
  width: 1080px;
  /* margin-bottom: 50px; */
}

.top_bg .box .name {
  font-weight: bold;
  color: #1F2431;
  font-size: 215%;
}

.top_bg .box .desc {
  font-size: 115%;
  margin-top: 12px;
  color: #3A496B;
  line-height: 100%;
}

.top_bg .box .counselling {
  background: #2468F2;
  box-shadow: 0px 6px 10px -4px rgba(0, 46, 164, 0.4);
  border-radius: 2px;
  width: 150px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 115%;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 32px;
}

.top_bg .box .counselling:hover{
  box-shadow: none;
}

.counselling a {
  color: #FFFFFF;
}

/*  */

.section1 {
  background: #FFFFFF;
  margin: 0 auto;
}

.box_section .box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0px 40px 0px;
}

.box_section .box div:nth-child(1) {
  color: #1F2431;
  font-size: 215%;
  font-weight: bold;
}

.box_section .box .border {
  background: #E5E5E5;
  width: 40%;
  height: 1px;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
}

.box_section .box .border::after {
  position: absolute;
  content: '';
  background: #B70081;
  width: 20%;
  height: 4px;
  margin: auto;
  bottom: -2px;
  left: 0;
  right: 0;
}

.section1 .content {
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.content-swiper {
  overflow: hidden;
  height: 320px;
}

.section1 .content .itemlist {
  display: flex;
  justify-content: flex-start;
  text-align: center;
}

.section1 .content .itemlist .item {
  width: 16%;
  padding: 0 10px;
  margin-left: 0.8%;
}

.section1 .content .itemlist .item:nth-child(1) {
  margin-left: 0;
}

.section1 .content .itemlist .item div:nth-child(2) {
  padding: 20px 0;
  color: #2C2C2C;
  font-size: 110%;
  font-weight: 400;
}

.section1 .content .itemlist .item div:nth-child(3) {
  font-size: 95%;
  color: #858585;
  line-height: 1.5;
}

.section1 .content .itemlist .item .img {
  width: 55%;
  margin: 0 auto;
}

.section1 .content .itemlist .item .img img {
  width: 100%;
}

/*  */

.section2 {
  background: #F6F7FA;
}

.protuct-section {
  background: #ffffff;
}

.view-box-list {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.view-box:hover {
  cursor: pointer;
  /* margin-top: 20px; */
}

/* .view-box:hover .desc{
  margin-top: 20px;

} */

.view-box:hover .title {
  display: none;
}

.view-box:hover .contents {
  color: #2468F2;
  cursor: pointer;
  margin-top: 30px;

}

.view-box .color-img {
  display: none;
}

.view-box:hover img{
  display: none;
}

.view-box:hover .color-img{
  height: 48px;
  display: block;
  /* margin-top: 40px; */
  position: relative;
   top: 20px;
}

.view-box-list:hover{
  text-align: center;
  /* margin-top: ; */
}


.view-box-list .title {
  font-size: 100%;
  font-weight: 500;
  color: #3A496B;
  display: block;
}

.content-view-box {
  display: flex;
  align-items: baseline !important;
}



.view-box-list .contents {
  font-size: 129%;
  font-weight: 500;
  color: #1F2431;
  width: 180px !important;
}

.view-box-list img {
  height: 48px;
}

.view-box-list .desc {
  width: 194px;
  font-size: 115%;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #626E89;
}

.view-box-list:hover .desc{
  color: #3A496B;
}



.section2 .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  /* margin-top: 30px; */
  padding-bottom: 60px;
}

.protuct-box .top-box {
  height: 60px;
  background: #EBF3FF;
  border-radius: 6px 6px 0px 0px;
  font-size: 129%;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #1F2431;
  text-align: center;
  line-height: 60px;
  /* margin-top: 24px; */
  position: relative;
}

.protuct-box .top-box  img{
  position: absolute;
  right: 0;
  height: 60px;
}

.protuct-box .top-box  img:nth-child(1){
  left: 0;
  height: 32px;
  bottom: 0px;
} 


.protuct-box .bottom-box {
  height: 92px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px -4px rgba(58, 73, 107, 0.1), 0px 4px 8px -8px rgba(58, 73, 107, 0.16);
  display: flex;
}

.protuct-box .bottom-box-list {
  width: 17%;
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
}

.protuct-otner-box {
  margin-top: 24px;
  display: flex;
}

.protuct-otner-box-list {
  width: 14.3%;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px -4px rgba(58, 73, 107, 0.1), 0px 4px 8px -8px rgba(58, 73, 107, 0.16);
  margin-right: 20px;
}

.protuct-otner-box-list:nth-child(7) {
  margin-right: 0px;

}

.center-box-list {
  width: 48%;
  height: 148px;
  background: #F6F7FA;
  border-radius: 6px;
  position: relative;
  margin-bottom: 24px;

}

.center-box-list:hover {
  background: #2468F2;
  /* border-radius: 6px; */
  color: #FFFFFF;
  cursor: pointer;
  width: 48%;
  height: 148px;
}

.center-box-list:hover .center-box-list-desc {
  color: #FFFFFF;

}


.center-box-list:hover .center-box-list-title {
  color: #FFFFFF;

}

.center-box-list-title {
  font-size: 129%;
  font-weight: bold;
  color: #1F2431;
  margin-top: 24px;
}


.center-box-list-desc {
  font-size: 115%;
  font-weight: 400;
  color: #626E89;
  margin-top: 8px;
}

.center-box {
  display: flex;
  flex-wrap: wrap;
}


.center-box-list img {
  width: 100%;
}

.center-box-list-other {
  position: absolute;
  top: 0;
  margin-left: 24px;

}

.protuct-otner-box-list-top {
  height: 52px;
  background: #EBF3FF;
  border-radius: 6px 6px 0px 0px;
  width: 100%;
  font-size: 129%;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #1F2431;
  text-align: center;
  line-height: 52px;
}

.bottom-box-list2 {
  width: 12.5%;
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
}

.protuct-otner-box-list-bottom {
  font-size: 115%;
  font-weight: 400;
  color: #3A496B;
  text-align: center;
  margin-top: 16px;
}


.bottom-box-list1 {
  width: 33%;
  display: flex;
  text-align: center;
  align-items: center;
  height: 100%;
}

.bottom-box-list-line {
  width: 1px;
  height: 48px;
  background: #8C94A6;
  border-radius: 1px;
  opacity: 0.4;
}

.bottom-box-list-content {
  width: 100%;
}

.bottom-box-list-content img {
  width: 32px;
  height: 32px;
}


.bottom-box-list-content .title {
  font-size: 100%;
  font-weight: 400;
  color: #626E89;
  margin-top: 2px;
}

.protuct-box {

  width: 100%;
}

.section2 .content .left {
  width: 65%;
}

.section2 .content .left .listitem {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.section2 .content .left .listitem .item {
  width: 32%;
  margin-left: 20px;
  border-radius: 5px;
  background: #3A197F;
  padding: 10px;
  text-align: center;
  /* height: 300px; */
}

#padding .left .listitem .item {
  padding: 0;
}

.section2 .content .left .listitem .item div:nth-child(1) {
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.section2 .content .left .listitem .item .arrow {
  position: relative;
}

.section2 .content .left .listitem .item .arrow::after {
  position: absolute;
  display: inline-block;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-left: 10px solid #FFFFFF;
  border-bottom: 5px solid transparent;
}

.section2 .content .left .listitem .item .img {
  width: 90%;
  margin: 0 auto;
}

.section2 .content .left .listitem .item .img img {
  width: 100%;
}

.section2 .content .right {
  width: 35%;
  padding: 0 0 0 50px;
  color: #474747;
  font-size: 100%;
  margin-bottom: 50px;
}

.section2 .content .right .img {
  width: 50%;
  padding: 10px 0;
}

.section2 .content .right .img img {
  width: 100%;
}

.section2 .content .right .desc {
  color: #474747;
  font-size: 100%;
  line-height: 1.5;
}

/*  */
.section3 .content {
  width: 35%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.section3 .content .left {
  width: 70%;
}

.section3 .content .left img {
  width: 100%;
}

.section3 .content .right {
  width: 30%;
  position: relative;
}

.section3 .content .right div {
  width: 80%;
  margin: 0 auto;
  font-size: 100%;
  text-align: center;
  padding: 5px 10px;
  border-radius: 100px;
  margin: 50px 10px;
}

.section3 .content .right div:nth-child(1) {
  background: linear-gradient(269deg, rgba(76, 27, 75, 1), rgba(72, 26, 73, 1));
  color: #FB5D7B;
}

.section3 .content .right div:nth-child(2) {
  background: linear-gradient(269deg, rgba(67, 63, 173, 1), rgba(80, 42, 141, 1));
  color: #CFC9F5;
}

.section3 .content .right div:nth-child(3) {
  background: linear-gradient(269deg, rgba(22, 44, 94, 1), rgba(17, 31, 76, 1));
  color: #B1A7F0;
}

.section3 .content .right div:nth-child(4) {
  background: rgba(227, 62, 69, 1);
  color: #FFCDCF;
}

/*  */
.section4 .content .left .listitem .item {
  background: #F0F0F0;
}

.section4 .content .left .listitem .item .img {
  width: 100%;
}

/*  */

.section5 {
  background: #FFFFFF;
}

.section5 .content .left .listitem .item {
  background: #ffffff;
}

/*  */

.section6 {
  background: #F0F0F0;
}

.section6 .content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.section6 .content .right {
  margin-bottom: 100px;
  border-radius: 10px;
  width: 237px;
  height: 126px;
  background: #B70081;
  color: #FFFFFF;
  font-size: 100%;
  padding: 20px;
  position: relative;
  text-align: left;
  letter-spacing: 2px;
}

.section6 .content .right::after {
  position: absolute;
  display: inline-block;
  margin: auto;
  left: -25px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 20px solid transparent;
  border-right: 25px solid #B70081;
  border-bottom: 20px solid transparent;
}