body {
  overflow-x: hidden;
  padding-bottom: 220px;
}
.head_content {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #FFF;
}
.head_content > div {
  width: 1221px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.head_content > div > div {
  display: flex;
}
.head_content > div > div > div {
  position: relative;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 54px;
  margin-left: 63px;
  cursor: pointer;
}
.head_content > div > div > div:hover span {
  color: #D50000;
}
.head_content > div > div > div > .line {
  position: absolute;
  width: 48px;
  height: 4px;
  background: #D50000;
  border-radius: 2px;
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about_head {
  background: url("https://fview.5kjs.com/images/pinxuan/attractInvestment/attractInvestment_background.png") center center no-repeat;
  background-size: 1920px 460px;
  padding-top: 80px;
}
.about_head > .content {
  margin: 0 auto 0;
  padding-top: 460px;
  box-sizing: border-box;
  width: 100%;
}
.about_head > .content > .head_one {
  color: #FFFFFF;
  font-size: 54px;
  text-align: center;
  letter-spacing: 20px;
}
.brands-prev {
  display: none;
}
.brands-next {
  display: none;
}
.top_content {
  height: 465px;
  overflow: hidden;
}
.top_content > .title {
  font-size: 40px;
  color: #000;
  margin-top: 89px;
  text-align: center;
  letter-spacing: 5px;
}
.top_content > .text {
  margin: 40px auto 0;
  font-size: 16px;
  width: 1109px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #8E8E8E;
  line-height: 28px;
}
.top_content > .text > .text_item {
  text-indent: 2em;
  line-height: 35px;
}
.top_content > .item_list {
  margin-top: 50px;
}
.top_content > .item_list > .item_list_div {
  width: 1109px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.top_content > .item_list > .item_list_div > .item_list_li {
  text-align: center;
}
.top_content > .item_list > .item_list_div > .item_list_li > .item_list_name {
  font-size: 16px;
  font-weight: 300;
  color: #727472;
}
.top_content > .item_list > .item_list_div > .item_list_li > .item_list_data {
  margin-top: 30px;
  font-size: 34px;
  color: #000000;
}
.top_content > .item_list > .item_list_div > .item_list_li > .item_list_data > span {
  font-weight: bold;
}
.top_content > .item_list > .item_list_div > .item_list_shu {
  width: 1px;
  height: 32px;
  background: #E6E6E6;
}
.top_content1 {
  height: 554px;
  /* 从上到下的水平渐变 */
  background: linear-gradient(to bottom, #F0F2F4, #FAFAFB);
}
.top_content1 > .content_img {
  height: 554px;
  margin: 0 auto;
  width: 1200px;
  display: flex ;
  justify-content: space-between;
  align-items: center;
}
.top_content2 {
  height: 976px;
  background: #fff;
}
.top_content2 > .contenttitle {
  text-align: center;
  padding-top: 88px;
  height: 38px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.top_content2 > .contentnav {
  width: 1336px;
  margin: 0 auto;
  margin-top: 76px;
}
.top_content2 > .contentnav > .icon_list {
  width: 1336px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 85px;
  padding-bottom: 33px;
  border-bottom: 4px solid #D6E4F1;
}
.top_content2 > .contentnav > .icon_list > .icon_item {
  position: relative;
  width: 110px;
}
.top_content2 > .contentnav > .icon_list > .icon_item > .box {
  margin: 0 auto;
  width: 83px;
  height: 83px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(14, 19, 62, 0.09);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_content2 > .contentnav > .icon_list > .icon_item > .box > .icon {
  background-size: 100% 100% !important;
  box-sizing: border-box;
}
.top_content2 > .contentnav > .icon_list > .icon_item > .text {
  text-align: center;
  margin-top: 20px;
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.top_content2 > .contentnav > .icon_list > .icon_item > .line {
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 0px 0px 2px 2px;
}
.top_content2 > .contentnav > .icon_list > .icon_item:nth-child(1) > .box > .icon {
  width: 31px;
  height: 35px;
  background: url("../../images/high_icon4.png") no-repeat;
}
.top_content2 > .contentnav > .icon_list > .icon_item:nth-child(2) > .box > .icon {
  width: 36px;
  height: 37px;
  background: url("../../images/high_icon2.png") no-repeat;
}
.top_content2 > .contentnav > .icon_list > .icon_item:nth-child(3) > .box > .icon {
  width: 34px;
  height: 35px;
  background: url("../../images/high_icon3.png") no-repeat;
}
.top_content2 > .contentnav > .icon_list > .icon_item:nth-child(4) > .box > .icon {
  width: 42px;
  height: 36px;
  background: url("../../images/high_icon1.png") no-repeat;
}
.top_content2 > .contentnav > .icon_list > .icon_item:nth-child(5) > .box > .icon {
  width: 38px;
  height: 36px;
  background: url("../../images/high_icon5.png") no-repeat;
}
.top_content2 > .contentnav > .icon_list > .icon_item:nth-child(6) > .box > .icon {
  width: 34px;
  height: 35px;
  background: url("../../images/high_icon3.png") no-repeat;
}
.top_content2 > .contentnav > .icon_list > .active > .line {
  background: #FF7777;
}
.top_content2 > .contentlist > .content {
  width: 1168px;
  height: 458px;
  margin: 76px auto 0;
  position: relative;
  display: none;
}
.top_content2 > .contentlist > .content > .text {
  width: 600px;
  height: 295px;
  background: #FFFFFF;
  box-shadow: 0px 0px 18px 0px rgba(51, 51, 51, 0.12);
  position: absolute;
  bottom: 0 ;
  left: 0;
  box-sizing: border-box;
  padding: 34px;
  z-index: 95;
}
.top_content2 > .contentlist > .content > .text > .title {
  font-size: 26px;
  color: #474747;
}
.top_content2 > .contentlist > .content > .text > .lin {
  width: 25px;
  height: 2px;
  background: #616161;
  margin-top: 20px;
}
.top_content2 > .contentlist > .content > .text > .text {
  font-family: Microsoft YaHei;
  font-weight: 300;
  margin-top: 38px;
  font-size: 16px;
  color: #848484;
  line-height: 30px;
}
.top_content2 > .contentlist > .content > .icon {
  width: 902px;
  height: 404px;
  background: url('https://fview.5kjs.com/images/pinxuan/banner6.png') no-repeat;
  background-size: 100% 100%;
}
.top_content2 > .contentlist > .active {
  display: block;
}
.top_content3 {
  height: 1086px;
  background: #F5F9FF;
  padding-top: 76px;
  font-family: Microsoft YaHei;
}
.top_content3 > .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
}
.top_content3 > .notes {
  margin-top: 37px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #434041;
}
.top_content3 > .notes > span {
  margin: 0 20px;
}
.top_content3 > .images {
  margin: 0 auto;
  margin-top: 14px;
  text-align: center;
  background: url("https://fview.5kjs.com/images/pinxuan/attractInvestment/tuxin.png") center center no-repeat;
  background-size: 1221px 463px;
  width: 1221px;
  height: 463px;
}
.top_content3 > .content {
  display: flex ;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
}
.top_content3 > .content .five_management > .management {
  margin: 0 auto;
}
.top_content3 > .content .five_management > .management > .management_text {
  margin-top: 42px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
.top_content3 > .content .five_management > .management > .management_one {
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 24px auto;
}
.top_content3 > .content .five_management > .management > .management_one:nth-child(2) > .list_item:nth-child(1) > .icon {
  background: url("https://fview.5kjs.com/images/pinxuan/oneConstruction/management_one.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 22px auto 18px auto;
  width: 44px;
  height: 37px;
}
.top_content3 > .content .five_management > .management > .management_one:nth-child(2) > .list_item:nth-child(2) > .icon {
  background: url("https://fview.5kjs.com/images/pinxuan/oneConstruction/management_two.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 22px auto 19px auto;
  width: 34px;
  height: 36px;
}
.top_content3 > .content .five_management > .management > .management_one:nth-child(2) > .list_item:nth-child(3) > .icon {
  background: url("https://fview.5kjs.com/images/pinxuan/oneConstruction/management_three.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 19px auto 15px auto;
  width: 40px;
  height: 43px;
}
.top_content3 > .content .five_management > .management > .management_one:nth-child(3) > .list_item:nth-child(1) > .icon {
  background: url("https://fview.5kjs.com/images/pinxuan/oneConstruction/management_four.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 23px auto 18px auto;
  width: 32px;
  height: 36px;
}
.top_content3 > .content .five_management > .management > .management_one:nth-child(3) > .list_item:nth-child(2) > .icon {
  background: url("https://fview.5kjs.com/images/pinxuan/oneConstruction/management_five.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 21px auto 16px auto;
  width: 39px;
  height: 40px;
}
.top_content3 > .content .five_management > .management > .management_one:nth-child(3) > .list_item:nth-child(3) > .icon {
  background: url("https://fview.5kjs.com/images/pinxuan/oneConstruction/management_six.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 23px auto 18px auto;
  width: 43px;
  height: 36px;
}
.top_content3 > .content .five_management > .management > .management_one > .list_item {
  width: 179px;
  height: 116px;
  border: 1px solid #F1F1F1;
  margin-right: 26px;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), color 0.5s cubic-bezier(0.2, 0, 0.2, 1), box-shadow 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  background: #FFFFFF;
  box-shadow: 0px 5px 16px 0px rgba(41, 41, 41, 0.08);
  border-radius: 5px;
}
.top_content3 > .content .five_management > .management > .management_one > .list_item:hover {
  transform: translate(0, -10px);
  box-shadow: 4px 10px 5px 0px rgba(99, 99, 99, 0.09);
}
.top_content3 > .content .five_management > .management > .management_one > .list_item:hover > .content_two_font_two_position_name {
  color: #0052D9;
}
.top_content3 > .content .five_management > .management > .management_one > .list_item > .list_item_text {
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
}
.top_content3 > .content .five_management > .management > .online_school_technology_four {
  height: 254px;
  background: #FFFFFF;
  box-shadow: 0px 5px 16px 0px rgba(41, 41, 41, 0.08);
  border-radius: 5px;
}
.top_content3 > .content .five_management > .management > .online_school_technology_four > div {
  float: left;
  margin-top: 15px;
}
.top_content3 > .content .five_management > .management > .online_school_technology_four > div > ul {
  list-style: none;
}
.top_content3 > .content .five_management > .management > .online_school_technology_four > div > ul li {
  display: flex ;
  align-items: center;
  width: 280px;
  margin-top: 29px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
}
.top_content3 > .content .five_management > .management > .online_school_technology_four > div > ul li > div {
  width: 16px;
  height: 16px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  background: #FFBDA3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_content3 > .content .five_management > .management > .online_school_technology_four > div > ul li > div > i {
  color: #fff;
}
.top_content3 > .content .five_management > .management > .online_school_technology_four > .online_school_technology_four_one {
  margin-left: 58px;
}
.content2 {
  box-sizing: border-box;
  height: 609px;
  margin: 0 auto;
}
.content2 > .title {
  margin-top: 80px;
  text-align: center;
  font-size: 37px;
  color: #333333;
  letter-spacing: 5px;
}
.content2 > .content {
  width: 433px;
  height: 424px;
  margin: 0 auto;
  margin-top: 68px;
  background: url('https://fview.5kjs.com/images/pinxuan/attractInvestment/qdzctx.png') no-repeat;
  background-size: 100% 100%;
  background-color: #fff !important;
  position: relative;
}
.content2 > .content > .text {
  position: absolute;
  display: flex;
  align-items: center;
}
.content2 > .content > .text > .title {
  padding: 14px 40px;
  background: #DEEFFE;
  border-radius: 23px;
  font-size: 18px;
  color: #333333;
  display: inline-block;
}
.content2 > .content > .text > .icon {
  height: 1px;
  background-color: #B9DAFC;
  opacity: 0.5;
}
.content2 > .content > .text > .dian {
  width: 13px;
  height: 13px;
  background: #74B7F9;
  border-radius: 50%;
  margin-left: 3px;
}
.content2 > .content > .one {
  top: 23px;
  left: -354px;
}
.content2 > .content > .one > .icon {
  width: 158px;
}
.content2 > .content > .two {
  top: 127px;
  left: -299px;
}
.content2 > .content > .two > .icon {
  width: 91px;
}
.content2 > .content > .three {
  top: 232px;
  left: -270px;
}
.content2 > .content > .three > .icon {
  width: 81px;
}
.content2 > .content > .four {
  top: 337px;
  left: -349px;
}
.content2 > .content > .four > .icon {
  width: 151px;
}
.content2 > .content > .five {
  top: 23px;
  right: -381px;
}
.content2 > .content > .five > .icon {
  width: 188px;
}
.content2 > .content > .five > .dian {
  margin: 0;
  margin-right: 3px;
}
.content2 > .content > .six {
  top: 174px;
  right: -317px;
}
.content2 > .content > .six > .icon {
  width: 107px;
}
.content2 > .content > .six > .dian {
  margin: 0;
  margin-right: 3px;
}
.content2 > .content > .seven {
  top: 336px;
  right: -349px;
}
.content2 > .content > .seven > .icon {
  width: 146px;
}
.content2 > .content > .seven > .dian {
  margin: 0;
  margin-right: 3px;
}
.content3 {
  height: 897px;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content3 > .title {
  text-align: center;
  font-size: 37px;
  color: #333333;
  letter-spacing: 5px;
}
.content3 > .content {
  margin: 70px auto 0;
  width: 1170px;
}
.content3 > .content > .book_swiper {
  z-index: 22;
  display: inline-block;
  width: 534px;
  height: 538px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(146, 72, 64, 0.08);
  position: relative;
}
.content3 > .content > .book_swiper > .icon {
  position: absolute;
  bottom: 0;
  left: -80px;
  width: 80px;
  height: 299px;
  background: #FCF3F6;
}
.content3 > .content > .book_swiper .box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 83px;
}
.content3 > .content > .book_swiper .box > img {
  width: 308px;
  height: 344px;
  z-index: 2;
}
.content3 > .content > .book_swiper .box > .box_background {
  position: absolute;
  width: 362px;
  height: 115px;
  background: #FF7983;
  opacity: 0.06;
  border-radius: 50%;
  bottom: 100px;
  z-index: 1;
}
.content3 > .content > .book_swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.content3 > .content > .book_swiper .swiper-pagination-custom,
.content3 > .content > .book_swiper .swiper-pagination-fraction {
  bottom: 22px;
}
.content3 > .content > .book_swiper .swiper-container {
  --swiper-pagination-color: #FF9494;
  /* 两种都可以 */
}
.content3 > .content > .text_list {
  display: inline-block;
}
.content3 > .content > .text_list > .list_item {
  box-sizing: border-box;
  padding-left: 36px;
  margin-top: 35px;
  width: 562px;
  height: 91px;
  background: #FFFFFF;
  border: 1px solid #F7F7F7;
  box-shadow: 0px 0px 6px 0px rgba(146, 72, 64, 0.06);
  position: relative;
}
.content3 > .content > .text_list > .list_item > .icon {
  position: absolute;
  top: 50%;
  left: -300px;
  transform: translate(0, -50%);
  background-color: #FFF4F4;
  height: 1px;
  width: 300px;
}
.content3 > .content > .text_list > .list_item > .title {
  margin-top: 18px;
  font-size: 16px;
  color: #0E0509;
}
.content3 > .content > .text_list > .list_item > .text {
  margin-top: 15px;
  color: #999BA1;
  font-size: 12px;
}
.content4 {
  box-sizing: border-box;
  padding-top: 65px;
  height: 616px;
  margin: 0 auto;
  background: #FFFBF4;
}
.content4 > .title {
  text-align: center;
  font-size: 37px;
  color: #333333;
  letter-spacing: 5px;
}
.content4 > .content {
  margin: 60px auto 0;
  display: inline-block;
  display: flex;
  justify-content: center;
}
.content4 > .content > .icon_box {
  width: 501px;
  height: 377px;
  background: url("../../images/banner4.png") center center no-repeat;
  background-size: 100% 100%;
}
.content4 > .content > .text_list {
  margin-left: 92px;
}
.content4 > .content > .text_list > .text_item {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.content4 > .content > .text_list > .text_item:nth-child(1) {
  margin-top: 30px;
}
.content4 > .content > .text_list > .text_item > .icon {
  width: 23px;
  height: 23px;
  background: rgba(255, 239, 227, 0.82);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content4 > .content > .text_list > .text_item > .icon > .box {
  width: 13px;
  height: 13px;
  background: #FF8282;
  border-radius: 50%;
}
.content4 > .content > .text_list > .text_item > .text {
  margin-left: 139px;
  width: 195px;
  height: 46px;
  background: #FFECDE;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #3D3D3D;
  position: relative;
}
.content4 > .content > .text_list > .text_item > .text > .lin {
  position: absolute;
  top: 50%;
  left: -142px;
  transform: translate(0, -50%);
  width: 139px;
  height: 1px;
  background: rgba(255, 239, 227, 0.82);
}
.content5 {
  height: 534px;
  background-color: #F7FAFE;
  overflow: hidden;
}
.content5 > .title {
  font-size: 40px;
  color: #000000;
  margin-top: 100px;
  letter-spacing: 5px;
  text-align: center;
}
.content5 > .content {
  width: 1305px;
  margin: 70px auto 0;
  display: flex;
  align-items: center;
}
.content5 > .content > .box_item {
  cursor: pointer;
  width: 235px;
  height: 210px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(41, 41, 41, 0.06);
  border-radius: 10px;
  margin: 0 13px;
  transition: all 0.3s linear;
}
.content5 > .content > .box_item:hover {
  margin-top: -20px;
}
.content5 > .content > .box_item > .img_box {
  margin: 0 auto;
}
.content5 > .content > .box_item > .img_box > img {
  width: 100%;
}
.content5 > .content > .box_item > .text {
  text-align: center;
  margin-top: 28px;
  font-size: 16px;
  color: #333333;
}
.content5 > .content > .box_item:nth-child(1) > .img_box {
  margin-top: 32px;
  width: 131px;
  height: 102px;
}
.content5 > .content > .box_item:nth-child(2) > .img_box {
  margin-top: 30px;
  width: 131px;
  height: 104px;
}
.content5 > .content > .box_item:nth-child(3) > .img_box {
  margin-top: 37px;
  width: 137px;
  height: 98px;
}
.content5 > .content > .box_item:nth-child(4) > .img_box {
  margin-top: 34px;
  width: 140px;
  height: 102px;
}
.content5 > .content > .box_item:nth-child(5) > .img_box {
  margin-top: 28px;
  width: 135px;
  height: 110px;
}
.content6 {
  height: 1034px;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.content6 > .title {
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-top: 105px;
}
.content6 > .content {
  width: 1920px;
  height: 840px;
  margin: 59px auto 0;
}
.content6 > .content > .img_list > .img_item {
  display: flex;
  align-items: center;
}
.content6 > .content > .img_list > .img_item > .box {
  cursor: pointer;
  position: relative;
  height: 280px;
}
.content6 > .content > .img_list > .img_item > .box > img {
  height: 100%;
}
.content6 > .content > .img_list > .img_item > .box > .title {
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  top: 39px;
  left: 39px;
  z-index: 3;
}
.content6 > .content > .img_list > .img_item > .box > .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s linear;
  z-index: 2;
}
.content6 > .content > .img_list > .img_item > .box:hover > .icon {
  background-color: rgba(0, 0, 0, 0.7);
}
.contact-us {
  width: 100%;
}
.contact-us > .fix-width2 {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
}
.contact-us > .fix-width2 > h1 {
  font-size: 38px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 34px;
  margin: 104px 0 77px 0;
}
.contact-us > .fix-width2 > div {
  position: relative;
}
.contact-us > .fix-width2 > div > .brands-vd {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 55px auto 110px;
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide {
  width: 1120px;
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul {
  width: 1120px;
  margin: 15px auto;
  box-sizing: border-box;
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li {
  float: left;
  position: relative;
  width: 25%;
  height: 114px;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li:hover {
  box-shadow: 0 5px 20px 10px rgba(102, 102, 102, 0.08);
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li > img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 199px;
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li:nth-child(4),
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li:nth-child(8) {
  border-right: 1px solid #dedede;
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li:nth-child(5),
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li:nth-child(6),
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li:nth-child(7),
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > ul > a > li:nth-child(8) {
  border-top: 0px;
}
.contact-us > .fix-width2 > div > .brands-vd > .swiper-wrapper > .swiper-slide > .clearfix {
  zoom: 1;
}
.contact-us > .fix-width2 > div > .brands-prev {
  color: #717171;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #F4F4F4;
  left: -10px;
}
.contact-us > .fix-width2 > div > .brands-prev:after {
  font-size: 20px;
  font-weight: bold;
}
.contact-us > .fix-width2 > div > .brands-next {
  color: #717171;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #F4F4F4;
  right: -10px;
}
.contact-us > .fix-width2 > div > .brands-next:after {
  font-size: 20px;
  font-weight: bold;
}
.content7 {
  background: url("https://fview.5kjs.com/images/pinxuan/attractInvestment/bottom_input.png") center center no-repeat;
  background-size: 1920px 160px;
  text-align: center;
  height: 160px;
}
.content7 > img {
  margin: 0 auto;
  margin-top: 34px;
  width: 485px;
  height: 24px;
}
.content7 > .text {
  margin-top: 24px;
}
.content7 > .text > input {
  border: 0px;
  width: 160px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  text-indent: 1em;
}
.content7 > .text > input:nth-child(2) {
  margin-left: 10px;
  width: 180px;
}
.content7 > .text > input:nth-child(3) {
  margin-left: 10px;
  text-indent: 0em;
  width: 140px;
  background: #D50000;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.fixed_cont7 {
  position: fixed;
  bottom: 60px;
  width: 100%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
}
.fixed_botto {
  position: fixed;
  bottom: 0px;
  width: 100%;
  right: 0;
  left: 0;
  background-color: #FFF;
  margin: auto;
  z-index: 999;
}
.bottom_content {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #747475;
}
.floating_window {
  position: fixed;
  top: 80px;
  right: 13px;
  width: 326px;
  height: 457px;
  background: #FFFFFF;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  z-index: 10;
}
.floating_window > .top {
  height: 62px;
  background: #09AEB0;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.floating_window > .top > img {
  margin: 10px 13px 10px 26px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.floating_window > .top > span {
  color: #D6E0FF;
  font-size: 35px;
  margin-top: 3px;
  margin-right: 13px;
}
.floating_window > .reservation_name {
  position: relative;
  text-align: center;
  height: 59px;
}
.floating_window > .reservation_name > .title {
  line-height: 59px;
  border: 1px solid #F1F1F1;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 54px;
}
.floating_window > .reservation_name > .line {
  position: absolute;
  width: 108px;
  height: 4px;
  background: #FF6868;
  opacity: 0.5;
  border-radius: 2px;
  bottom: 18px;
  right: 0;
  left: 0;
  margin: auto;
}
.floating_window > .text {
  padding: 0 28px 0 30px;
}
.floating_window > .text > .title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 54px;
  margin-top: 4px;
}
.floating_window > .text > input {
  border: 0;
  width: 268px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 3px;
  text-indent: 1em;
}
.floating_window > .text > input:nth-child(5) {
  margin-top: 21px;
  text-indent: 0em;
  width: 268px;
  height: 54px;
  background: linear-gradient(90deg, #F10000, #FF4D00);
  border-radius: 27px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 54px;
}
.floating_window > .roll {
  margin: 0 auto;
  margin-top: 11px;
  width: 232px;
  height: 32px;
  background: #F2F7FF;
  border-radius: 16px;
  padding: 0 18px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
  overflow: hidden;
}
.floating_window > .roll .swiper-slide {
  background: rgba(0, 0, 0, 0);
}
.floating_window > .roll .swiper_roll {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
.floating_window > .roll .swiper_roll > div {
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.floating_window > .roll .swiper_roll > div > img {
  width: 14px;
  height: 11px;
}
.floating_window > .roll .swiper_roll > div > span {
  font-size: 12px;
  color: #333333;
}
.floating_window > .roll .swiper_roll > span:nth-child(2) {
  font-size: 12px;
  color: #333333;
  margin-left: 29px;
}
.floating_window > .roll .swiper_roll > span:nth-child(3) {
  font-size: 12px;
  color: #458AFF;
  margin-left: auto;
}
.content6 .content {
  position: relative;
}
.content6 .ts_list {
  width: 634px;
  height: 280px;
  background: #FF6D6D;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 634px;
  z-index: 91;
}
.content6 .ts_list > div {
  display: flex;
  align-items: center;
  margin-left: 106px;
  margin-top: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
}
.content6 .ts_list > div:nth-child(1) {
  margin-top: 51px;
}
.content6 .ts_list > div > img {
  width: 38px;
  height: 37px;
  margin-right: 22px;
}
.line {
  display: none;
}
.attr_tab_active .line {
  display: block !important;
}
