.main {
  width: 1180px;
  margin: auto;
}
body {
  background: #fff;
}
.content-main {
  width: 1180px;
  /* margin-left: 16%; */
  margin: 0 auto;
}
.banner-area {
  width: 100%;
  height: 970px;
  position: relative;
  min-width: 1180px;
}
.banner-area .video {
  width: 100%;
  height: 970px;
  object-fit: cover;
  
}
.banner-area .banner-title {
  width: 80%;
  position: absolute;
  top: 263px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-area .banner-title img {
  width: 100%;
  display: block;
}
.banner-area .banner-title .register {
  width: 480px;
  height: 56px;
  border-radius: 4px 4px 4px 4px;
  border: 5px solid #FFFFFF;
  font-size: 32px;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 69px;
}
.detail-img {
  padding-top: 50px;
  width: 1180px;
  background-color: #fff;
  margin: 0 auto;
}
.detail-img .detail-box {
  display: flex;
}
.detail-img .detail-box img{
  width: 561px;
  height: 373px;
  display: block;
  flex-shrink: 0;
  
}
.detail-img .detail-box .detail-txt{
  /* width: 542px; */
  /* height: 373px; */
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  color: #303133;
  line-height: 30px;
  margin-right: 77px;
}
.box-area .title {
  position: relative;
}
.box-area .title h2 {
  font-size: 42px;
  color: #303133;
  margin-bottom: 10px;
}
.box-area .title .tab_bar {
  width: 120px;
  height: 10px;
  background-color: #2064AF;
  position: absolute;
}
.box-area .title.right {
  text-align: right;
}
.box-area .title.right .tab_bar {
  right: 0;
}
.box-area .main-area {
  margin-top: 40px;
  font-size: 18px;
  color: #303133;
}
.box-area .main-area p {
  font-size: 18px;
  color: #303133;
  line-height: 30px;
}
.layout-nav {
  position: fixed;
  top: 260px;
  left: 20px;
  width: 189px;
  background-color: #F9FAFC;
  z-index: 999;
}
.layout-nav li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding-left: 12px;
  transition: all 0.1s ease-in-out;
  border-bottom: 1px solid #F3EFEB;
}
.layout-nav li:hover {
  background: #F3EFEB;
}
.layout-nav li.stay {
  background: #DF7D16;
  color: #fff;
}
.layout-nav li a {
  color: #303133;
}
.layout-nav .register_btn {
  display: block;
  height: 40px;
}
.layout-nav .register_btn a {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 173px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #D14418;
  border-radius: 4px;
}
.part1 {
  background-color: #fff;
  padding-top: 40px;
  padding: 40px 0 10px;
}
.part2 {
  padding: 48px 0 40px;
  background: url('detail_part2_bg.png') no-repeat;
  background-size: cover;
}
.part2 .main-area img {
  float: left;
  margin-right: 10px;
}
.part3 {
  background-color: #fff;
  padding: 40px 0;
}
.part4 {
  padding: 40px 0;
  background: url('detail_part4_bg.png') no-repeat;
  background-size: cover;
}
.part4 .item-list {
  font-size: 18px;
  line-height: 30px;
}
.part4 .item-list li {
  background: url('circle_grey.png') no-repeat;
  background-position: 0 10px;
  padding-left: 15px;
}
.part5 {
  padding: 60px 0 40px;
  background-color: #fff;
}
.part5 .item-list {
  font-size: 18px;
  line-height: 30px;
}
.part5 .item-list li {
  background: url('circle_grey.png') no-repeat;
  background-position: 0 10px;
  padding-left: 15px;
}
.part5 .content-main {
  display: table;
}
.part5 .left_c {
  display: table-cell;
  width: 50%;
}
.part5 .left_c .main-area {
  padding-right: 50px;
}
.part5 .right_c {
  display: table-cell;
}
.part5 .right_c .main-area {
  padding-right: 50px;
}
.part-contact {
  padding: 40px 0;
  /* background: url('detail_partcontact_bg.png') no-repeat; */
  background-size: cover;
  width: 1180px;
  margin: 0 auto;
  background-color: #fff;
}
.part-contact .contact_list {
  line-height: 42px;
  font-size: 20px;
  color: #303133;
}
.part-contact .contact_list li {
  background: url('contact_spirit2.png') no-repeat;
  padding-left: 50px;
  background-position-x: 0;
  background-size: 33px 146px;
}
.part-contact .contact_list .email {
  background-position-y: 6px;
}
.part-contact .contact_list .tel {
  background-position-y: -52px;
}
.part-contact .contact_list .locate {
  background-position-y: -113px;
}
.part6 {
  padding: 40px 0 28px;
  position: relative;
  color: #303133;
  font-size: 14px;
  width: 1180px;
  margin: 0 auto;
  background-color: #fff;
  /* background: url('detailpart6_bg.png') no-repeat; */
  /* background-size: cover; */
}
.part6 .pic-list {
  margin-top: 48px;
}
.part6 .pic-list:first-child {
  margin-top: 0;
}
.part6 .pic-list .list_name {
  margin-bottom: 24px;
}
.part6 .pic-list .list_name b {
  color: #303133;
  font-size: 34px;
  font-weight: normal;
}
.part6 .pic-list .list_name .modify_triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid #909399;
  border-bottom: 8px solid transparent;
  margin-right: 8px;
}
.part6 .pic-list .entities ul {
  /* overflow: hidden; */
  display: flex;
  flex-wrap: wrap;
}
.part6 .pic-list .entities li {
  width: 200px;
  height: 200px;
  background-color: #fff;
  margin-right: 45px;
  margin-top: 5px;
  position: relative;
  margin-bottom: 10px;
  /* float: left; */
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1000);
  border-radius: 4px 4px 4px 4px;
}
.part6 .pic-list .entities li:nth-child(5n) {
  margin-right: 0;
}
.part6 .pic-list .entities li:nth-child(-n+5) {
  margin-top: 0;
}
.part6 .pic-list .entities li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
  max-height: 200px;
}
.part6 .pic-list .person ul {
  display: flex;
  flex-wrap: wrap;
}
.part6 .pic-list .person li {
  /* float: left; */
  width: 200px;
  height: 228px;
  background-color: #fff;
  margin-right: 45px;
  position: relative;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1000);
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 15px;
}
.part6 .pic-list .person li:nth-child(5n) {
  margin-right: 0;
}
.part6 .pic-list .person li a {
  width: 100%;
  height: 100%;
}
.part6 .pic-list .person li img {
  position: absolute;
  top: calc(50% - 24px);
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
  max-height: 144px;
}
.part6 .pic-list .person li .title_text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 182px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding: 0 7px;
}
.part6 .pic-list .investors ul {
  display: flex;
  flex-wrap: wrap;
}
.part6 .pic-list .investors ul li {
  /* float: left; */
  width: 200px;
  height: 200px;
  margin-right: 45px;
  margin-top: 5px;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.1000);
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 10px;
}
.part6 .pic-list .investors ul li:nth-child(5n) {
  margin-right: 0;
}
.part6 .pic-list .investors ul li:nth-child(-n+5) {
  margin-top: 0;
}
.part6 .pic-list .investors ul li a {
  width: 100%;
  height: 100%;
}
.part6 .pic-list .investors ul li a img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 196px;
  max-height: 196px;
}
.part6 .pic-list .text_contain {
  margin-top: 28px;
}
.part6 .pic-list .text_contain .item-list {
  font-size: 18px;
  line-height: 30px;
  color: #303133;
}
.part6 .pic-list .text_contain .item-list li {
  background: url('circle_grey.png') no-repeat;
  background-position: 0 10px;
  padding-left: 15px;
}
p {
  text-align: justify;
}
