* {
  margin: 0;
  padding: 0;
}
.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
li {
  list-style: none;
}
.inline-block {
  display: inline-block;
}
img {
  border: none;
  max-width: 100%;
  /*max-height: 100%;*/
	object-fit: cover;
}
.all {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
a {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.after {
  position: relative;
}
.after:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #cd1b1e;
}
.pt40 {
  padding-top: 40px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.middle {
  vertical-align: middle;
}
.top {
  vertical-align: top;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
body {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  background-color: #fff;
}
.row {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cover {
  height: 400px;
}
.cover img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.page-nav {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
.page-nav div {
  height: 100%;
  font-size: 0;
}
.page-nav a {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  margin: 0 15px;
}
.page-nav a:first-child {
  margin-left: 0;
}
.page-nav a:last-child {
  margin-right: 0;
}
.page-nav a:hover,
.page-nav .active {
  color: #cd1b1e;
  position: relative;
}
.page-nav a:hover:after,
.page-nav .active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #cd1b1e;
}
.about {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.culture {
  height: 500px;
  line-height: 500px;
  background: url(../images/about-background.png) no-repeat center;
}
.culture .con {
  width: 370px;
  display: inline-block;
  vertical-align: middle;
}
.culture .con .title {
  padding-top: 20px;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 15px;
}
.culture .con .idea {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.culture .con .idea:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  margin: 34px 0;
}
.culture .con .spirits {
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
}
.culture .con .spirits dt {
  float: left;
  width: 50%;
}
.culture .con .spirits dt:nth-child(even) {
  text-align: right;
}
.demeanour {
  text-align: center;
}
.demeanour .title {
  font-size: 32px;
  line-height: 60px;
  color: #333333;
  padding-top: 28px;
  padding-bottom: 16px;
  position: relative;
}
.demeanour .title:before,
.demeanour .title:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.demeanour .title:before {
  width: 50px;
  height: 3px;
  background-color: #cccccc;
}
.demeanour .title:after {
  width: 310px;
  height: 1px;
  background-color: #e6e6e6;
  bottom: -1px;
}
.demeanour .demeanour-switch {
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 65px;
  padding-right: 65px;
}
.demeanour .demeanour-switch .hd a {
  position: absolute;
  top: 50%;
  margin-top: -15.35px;
  background: url('../images/icon.png') no-repeat -58px -8px;
  width: 37px;
  height: 37px;
  cursor: pointer;
}
.demeanour .demeanour-switch .hd .prev {
  left: 0;
  transform: rotate(180deg);
}
.demeanour .demeanour-switch .hd .next {
  right: 0;
}
.demeanour .demeanour-switch .hd .prevStop {
  background: url('../images/icon.png') no-repeat -10px -8px;
  transform: rotate(0deg);
  cursor: default;
}
.demeanour .demeanour-switch .hd .nextStop {
  background: url('../images/icon.png') no-repeat -10px -8px;
  transform: rotate(180deg);
  cursor: default;
}
.demeanour .demeanour-switch .bd {
  overflow: hidden;
}
.demeanour .demeanour-switch .bd li {
  width: 380px;
  margin-right: 30px;
}
.demeanour .demeanour-switch .bd li a {
  display: block;
  width: 100%;
}
.demeanour .demeanour-switch .bd li .pic {
  height: 248px;
  overflow: hidden;
}
.demeanour .demeanour-switch .bd li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.demeanour .demeanour-switch .bd li:hover .pic img {
  transform: scale(1.1);
  opacity: 0.8;
}
footer {
  background-color: #1f1f24;
  text-align: center;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-nav {
  border-bottom: 1px solid #333;
  font-size: 0;
  padding: 24px 0;
}
footer .footer-nav a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  padding-right: 20px;
}
footer .footer-nav a:before {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #808080;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
footer .footer-nav a:first-child {
  padding-left: 20px;
}
footer .footer-nav a:first-child:before {
  display: none;
}
footer .footer-copy {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer-copy a {
  color: #ff8800;
}
.team {
  margin-left: -30px;
}
.team .team-con {
  width: 585px;
  text-align: center;
  margin-left: 30px;
}
.team .team-con a {
  display: block;
  width: 100%;
}
.team .team-con .pic {
  height: 380px;
  overflow: hidden;
  transition: all 0.6s;
}
.team .team-con .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .team-con .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  padding-top: 14px;
  padding-bottom: 24px;
}
.team .team-con:hover .pic {
  opacity: 0.8;
}
.team .team-con:hover .title {
  color: #cd1b1e;
}
.team-background {
  /*background-color: #7f7f7f;*/
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.team-background .team-con {
  width: 1080px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 80px 60px;
}
.team-background .team-con .clear {
  background: url('../images/icon.png') no-repeat -21px -57px;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 60px;
  top: 40px;
  transition: transform 0.6s;
	cursor: pointer;
}
.team-background .team-con .clear:hover {
  transform: rotate(180deg);
}
.team-background .team-con .team-details {
  line-height: 30px;
  color: #333333;
}
.team-background .team-con .team-details .picture {
  width: 585px;
  height: 380px;
  margin-right: 40px;
}
.team-background .team-con .team-details .name {
  font-size: 24px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.team-background .team-con .team-details .duty {
  font-size: 18px;
  color: #999999;
  padding-bottom: 20px;
}
.team-background .team-con .team-details .introduce {
  font-size: 16px;
  height: 270px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.team-background .team-con .team-honor {
  padding-top: 30px;
  position: relative;
}
.team-background .team-con .team-honor .team-honor-title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 25px;
	text-align: left;
}
.team-background .team-con .team-honor .team-switch .hd a {
  position: absolute;
  top: 30px;
  background: url('../images/icon.png') no-repeat -148px -12px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.team-background .team-con .team-honor .team-switch .hd .prev {
  right: 40px;
  transform: rotate(180deg);
}
.team-background .team-con .team-honor .team-switch .hd .next {
  right: 0;
}
.team-background .team-con .team-honor .team-switch .hd .prevStop {
  background: url('../images/icon.png') no-repeat -108px -12px;
  transform: rotate(0deg);
  cursor: default;
}
.team-background .team-con .team-honor .team-switch .hd .nextStop {
  background: url('../images/icon.png') no-repeat -108px -12px;
  transform: rotate(180deg);
  cursor: default;
}
.team-background .team-con .team-honor .team-switch .bd {
  overflow: hidden;
}
.team-background .team-con .team-honor .team-switch .bd li {
  width: 250px;
  margin-right: 26px;
	float: left;
}
.team-background .team-con .team-honor .team-switch .bd li a {
  display: block;
  width: 100%;
}
.team-background .team-con .team-honor .team-switch .bd li .pic {
  height: 170px;
  overflow: hidden;
}
.team-background .team-con .team-honor .team-switch .bd li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}
.team-background .team-con .team-honor .team-switch .bd li:hover .pic img {
  opacity: 0.8;
}
.photo-switch {
  position: relative;
}
.photo-switch .bd {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
.photo-switch .bd img {
  display: block;
  margin: 0 auto;
  height: 430px;
}
.photo-switch .bd p {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-bottom: 10px;
}
.photo-switch .prev,
.photo-switch .next {
  position: absolute;
  top: 196.5px;
  background: url('../images/icon.png') no-repeat -58px -8px;
  width: 37px;
  height: 37px;
  cursor: pointer;
}
.photo-switch .prev {
  left: 81px;
  transform: rotate(180deg);
}
.photo-switch .next {
  right: 81px;
}
.photo-switch .prevStop {
  background: url('../images/icon.png') no-repeat -10px -8px;
  transform: rotate(0deg);
  cursor: default;
}
.photo-switch .nextStop {
  background: url('../images/icon.png') no-repeat -10px -8px;
  transform: rotate(180deg);
  cursor: default;
}
.partner {
  margin-top: -30px;
  margin-left: -30px;
}
.partner li {
  float: left;
  width: 173px;
  height: 108px;
  text-align: center;
  line-height: 108px;
  background-color: #ffffff;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.11);
  margin-left: 30px;
  margin-top: 30px;
  border: 1px solid transparent;
	overflow: hidden;
}
.partner li img {
  display: inline-block;
  vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.partner li:hover {
  box-shadow: none;
  border-color: #cd1b1e;
}
.join .join-background {
  height: 230px;
  line-height: 230px;
  background: url(../images/6.png) no-repeat center;
  text-align: center;
  margin-bottom: 30px;
}
.join .join-background h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 30px;
  color: #ffffff;
}
.join .join-text .join-title {
  font-size: 0;
  padding: 35px 30px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.join .join-text .join-title span {
  display: inline-block;
  width: 20%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}
.join .join-text .join-title .arrow {
  background: url('../images/icon.png') no-repeat -189px -8px;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  z-index: 99;
  transition: all 0.6s;
}
.join .join-text .join-title-name {
  padding: 25px 30px;
  background-color: #cd1b1e;
}
.join .join-text .join-title-name span {
  font-size: 20px;
  color: #fff;
}
.join .join-text .active .arrow {
  background: url('../images/icon.png') no-repeat -189px -27px;
}
.join .join-text .join-content {
  background-color: #f6f6f6;
  padding: 30px 40px 40px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  display: none;
}
.join .join-text .join-content .tel {
  font-size: 16px;
  line-height: 30px;
  color: #cd1b1e;
  margin-top: 30px;
}
.join .join-text .join-content .tel .tel-co {
  display: inline-block;
  line-height: 30px;
  background-color: #ffffff;
  box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  padding: 10px 30px;
  margin-left: 20px;
  color: #cd1b1e;
}
.contact {
  height: 380px;
  text-align: justify;
}
.contact .map-content {
  display: inline-block;
  vertical-align: middle;
  width: 640px;
  height: 100%;
  background-color: #cd1b1e;
}
.contact .contact-content {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  line-height: 40px;
  color: #333333;
}
.contact .contact-content h1 {
  font-size: 24px;
  line-height: 30px;
  color: #cd1b1e;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.news-list {
  margin-top: -30px;
  margin-left: -30px;
}
.news-list li {
  width: 380px;
  margin-top: 30px;
  margin-left: 30px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
}
.news-list li a {
  display: block;
  width: 100%;
}
.news-list li .pic {
  height: 280px;
}
.news-list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list li .text {
  padding: 0 20px;
  font-size: 16px;
  line-height: 30px;
}
.news-list li .text .title {
  font-size: 18px;
  color: #333333;
  padding: 15px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-list li .text .details {
  color: #666666;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.news-list li .text .more {
  margin-top: 30px;
  color: #666666;
  border-top: dashed 1px #e5e5e5;
  padding: 10px 0;
  position: relative;
}
.news-list li .text .more:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5.5px;
  background: url('../images/icon.png') no-repeat -227px -6px;
  width: 16px;
  height: 11px;
}
.news-list li:hover{
	box-shadow: none;
}
.news-list li:hover .pic {
  opacity: 0.8;
}
.news-list li:hover .text {
  background-color: #cd1b1e;
}
.news-list li:hover .text .title,
.news-list li:hover .text .details,
.news-list li:hover .text .more {
  color: #fff;
}
.news-list li:hover .text .more:after {
  background: url('../images/icon.png') no-repeat -229px -28px;
}
.paging {
  font-size: 0;
  text-align: center;
}
.paging a {
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  border: solid 1px #dddddd;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 16px;
  color: #999999;
  overflow: hidden;
  position: relative;
}
.paging .active,
.paging a:hover {
  background-color: #cd1b1e;
  border-color: #cd1b1e;
  color: #fff;
}
.paging a:first-child:after,
.paging a:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 15px;
}
.paging a:first-child:after {
  background: url('../images/page.png') no-repeat -15px -16px;
}
.paging a:first-child:hover:after {
  background: url('../images/page.png') no-repeat -15px -60px;
}
.paging a:last-child:after {
  background: url('../images/page.png') no-repeat -75px -16px;
}
.paging a:last-child:hover:after {
  background: url('../images/page.png') no-repeat -75px -60px;
}
.news {
  font-size: 16px;
  line-height: 30px;
}
.news .news-title {
  color: #777777;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
}
.news .news-title h1 {
  font-size: 28px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 20px;
}
.news .news-content {
  color: #666666;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
}
.news .news-paging {
  position: relative;
  padding-top: 30px;
}
.news .news-paging .news-paging-p {
  width: 50%;
  color: #333;
}
.news .news-paging .news-paging-p p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news-paging .news-paging-p a {
  color: #333;
}
.news .news-paging .news-paging-p a:hover {
  color: #cd1b1e;
}
.news .news-paging .return {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  padding: 10px 25px;
  border: solid 1px #cccccc;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news .news-paging .return:hover {
  color: #fff;
  background-color: #cd1b1e;
  border-color: #cd1b1e;
}
.case-list {
  margin-left: -30px;
}
.case-list li {
  width: 380px;
  text-align: center;
  margin-left: 30px;
}
.case-list li a {
  display: block;
  width: 100%;
}
.case-list li .pic {
  height: 280px;
  overflow: hidden;
}
.case-list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s;
}
.case-list li .title {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 14px;
  padding-bottom: 24px;
}
.case-list li:hover .pic img {
  opacity: 0.8;
  transform: scale(1.1);
}
.case-list li:hover .title {
  color: #cd1b1e;
}
.case-list + .paging a {
  margin-top: 10px;
}
.honor li .pic {
  /* background-color: #000000; */
  height: 260px;
}
.honor li:hover .pic img {
  /* opacity: 0.5; */
  transform: scale(.9);
}
.honor li:hover .title {
  color: #cd1b1e;
}
.structure img {
  display: block;
  margin: 0 auto;
}
header {
  height: 100px;
  line-height: 100px;
  font-size: 16px;
}
header .header {
  position: relative;
}
header .logo {
  width: 120px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 15px 15px;
  z-index: 99;
}
header nav a {
  float: left;
  color: #000000;
  width: 100px;
  text-align: center;
}
header nav a:hover,
header nav .active {
  background-color: #cd1b1e;
  color: #fff;
}
header .tel {
  color: #cd1b1e;
  position: relative;
  padding-left: 40px;
  margin-left: 20px;
}
header .tel:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  background: url('../images/icon.png') no-repeat -256px -8px;
  width: 30px;
  height: 30px;
}
.banner {
  height: 640px;
  position: relative;
}
.banner .bd {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .bd ul,
.banner .bd li,
.banner .bd a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner img {
  display: block;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.banner .hd {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 0;
  cursor: pointer;
	z-index: 999;
}
.banner .hd li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 3px transparent;
}
.banner .hd li:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -2.5px;
  margin-left: -2.5px;
}
.banner .hd .on {
  border-color: #fff;
  animation: warn 0.6s ease;
}
@keyframes warn {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0.25);
  }
  50% {
    transform: scale(0.5);
  }
  75% {
    transform: scale(0.75);
  }
  100% {
    transform: scale(1);
  }
}
.index-switch1 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 68px;
  position: relative;
}
.index-switch1 .hd a {
  position: absolute;
  top: 50%;
  margin-top: -15.35px;
  background: url('../images/icon.png') no-repeat -58px -8px;
  width: 37px;
  height: 37px;
  cursor: pointer;
}
.index-switch1 .hd .prev {
  left: 0;
  transform: rotate(180deg);
}
.index-switch1 .hd .next {
  right: 0;
}
.index-switch1 .hd .prevStop {
  background: url('../images/icon.png') no-repeat -10px -8px;
  transform: rotate(0deg);
  cursor: default;
}
.index-switch1 .hd .nextStop {
  background: url('../images/icon.png') no-repeat -10px -8px;
  transform: rotate(180deg);
  cursor: default;
}
.index-switch1 .bd {
  overflow: hidden;
}
.index-switch1 .bd li {
  margin-right: 10px;
  width: 208px;
  border-radius: 50px 0px 50px 0px;
  overflow: hidden;
  padding: 12px;
  text-align: center;
}
.index-switch1 .bd li:hover{
	box-shadow: none;
}
.index-switch1 .bd li div {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.11);
  border-radius: 50px 0px 50px 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.index-switch1 .bd li div:hover {
  background-color: #cd1b1e;
}
.index-switch1 .bd li div:hover .img {
  background: url(../images/ii1.png) no-repeat center;
}
.index-switch1 .bd li div:hover .title {
  color: #fff;
}
.index-switch1 .bd li div:hover .title:after {
  background-color: #fff;
}
.index-switch1 .bd .pic {
  display: block;
}
.index-switch1 .bd .pic .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 104px;
  height: 118px;
  background: url(../images/ii.png) no-repeat center;
  line-height: 118px;
}
.index-switch1 .bd .pic .img img {
  vertical-align: middle;
}
.index-switch1 .bd .pic .title {
  display: block;
  font-size: 20px;
  color: #000000;
  margin-top: 30px;
}
.index-switch1 .bd .pic .title:after {
  content: '';
  display: block;
  margin: 20px auto 0;
  width: 30px;
  height: 1px;
  background-color: #cccccc;
}
.about-index {
  height: 630px;
  background-color: #f8f8f8;
  position: relative;
}
.about-index .text {
  width: 100%;
  height: 510px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -255px;
}
.about-index .text .text-div {
  width: 675px;
  padding-right: 65px;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
.about-index .text .text-div .title {
  font-size: 32px;
  line-height: 1;
  color: #333333;
  padding-bottom: 10px;
  padding-top: 90px;
  margin-bottom: 20px;
}
.about-index .text .text-div .title:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #cccccc;
  margin-bottom: 30px;
}
.about-index .text .text-div .content {
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  height: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.about-index .text .text-div .more {
  display: block;
  width: 120px;
  height: 50px;
  border: solid 1px #cd1b1e;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #cd1b1e;
  margin-top: 60px;
}
.about-index .text .text-div .more:hover {
  background-color: #cd1b1e;
  color: #fff;
}
.about-index .pic {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.index-title {
  padding-top: 56px;
  padding-bottom: 34px;
}
.index-title .p1 {
  font-size: 32px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 10px;
}
.index-title .p1:before,
.index-title .p1:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 20px;
}
.index-title .p2 {
  font-size: 18px;
  line-height: 30px;
  color: #999999;
}
.case-index {
  padding-bottom: 60px;
}
.case-index .con {
  text-align: center;
  width: 400px;
  height: 294px;
  background-color: #000000;
  position: relative;
}
.case-index .con img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 0.6s;
}
.case-index .con a {
  font-size: 20px;
  color: #ffffff;
  width: 260px;
  height: 70px;
  line-height: 70px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: solid 1px #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s;
}
.case-index .con:hover img {
  opacity: 0.5;
}
.case-index .con:hover a {
  opacity: 1;
}
.news_index {
  background-color: #f8f8f8;
}
.news_index .index-title {
  padding-top: 56px;
}
.news_index .index-switch2 {
  padding-bottom: 105px;
  position: relative;
}
.news_index .index-switch2 .bd {
  overflow: hidden;
}
.news_index .index-switch2 .bd li {
  margin-left: 0;
  margin-right: -5px;
  margin-top: 0;
  box-shadow: none;
  padding: 12px;
}
.news_index .index-switch2 .bd li .li-div {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.09);
}
.news_index .index-switch2 .hd {
  width: 100%;
  position: absolute;
  font-size: 0;
  bottom: 60px;
  cursor: pointer;
  text-align: center;
}
.news_index .index-switch2 .hd li {
  display: inline-block;
  width: 70px;
  height: 5px;
  margin: 0 5px;
  background-color: #000000;
  opacity: 0.11;
	border-radius: 3px;
}
.news_index .index-switch2 .hd .on {
  background-color: #cd1b1e;
  opacity: 1;
}
