@charset 'utf-8';

.content {
  width: 1200px;
  margin: 0 auto;
}
.content .current-position {
  margin: 30px 0;
}
.content .current-position a, .content .current-position span {
  color: #666;
  font-size: 12px;
}
.content .video {
  position: relative;
  margin: 50px 0;
}
.content .video .font img {
  position: absolute;
  top: -15px;
  left: 50px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 	/* IE 9 */
  -moz-transform:rotate(45deg); 	/* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg); 	/* Opera */
}
.content .font {
  display: inline-block;
  color: #666;
  font-size: 14px;
}
.content .font p {
  margin: 10px 0;
}
.content .font .pink-color {
  color: #ff0060;
  font-size: 26px;
  font-weight: 500;
}
.content .img img {
  height: 450px;
  margin: 20px 200px;
}
.content .culture, .content .founder {
  width: 1200px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.content .culture .saying, .content .founder .saying {
  width: 600px;
  margin: 30px 0;
}
.content .culture img, .content .founder img {
  margin: 50px;
}
.content .culture .title, .content .founder .title {
  color: #333;
  text-align: center;
  font-size: 32px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #666;
}
.content .culture .article, .content .founder .article {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
}
.content .culture .name, .content .founder .name {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-end;
}
.content .culture-hs {
  width: 1200px;
  position: relative;
  margin: 60px auto;
}
.content .culture-hs .font img {
  position: absolute;
  top: -15px;
  left: 130px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 	
  -moz-transform:rotate(45deg); 	
  -webkit-transform:rotate(45deg); 
  -o-transform:rotate(45deg);
}
.content .culture-hs .text {
  width: 800px;
  text-align: center;
  margin: 40px auto;
}
.content .culture-hs .text .text-left {
  color: #666;
  font-size: 14px;
  text-align: left;
  margin: 30px 0;
}
.content .culture-hs .text .text-left p {
  line-height: 2;
}
.content .culture-hs .text .title {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  border: 1px solid #666;
}
.content .culture-hs .text-border {
  border: 1px solid #666;
  padding: 20px 0;
}
.content .culture-hs .text-border p {
  color: #666;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 50px;
  border-bottom: 2px dashed #999;
}
.content .culture-hs .text-border p:last-child{
  border-bottom: none;
}
.content .principle {
  position: relative;
  margin: 50px 0;
}
.content .principle .font img {
  position: absolute;
  top: -15px;
  left: 220px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 	
  -moz-transform:rotate(45deg); 	
  -webkit-transform:rotate(45deg); 
  -o-transform:rotate(45deg);
}
.content .principle .flex {
  width: 1200px;
  margin: 20px 0 30px 0;
}
.content .principle .flex ul {
  display: inline-block;
}
.content .principle .flex ul li {
  color: #666;
  font-size: 14px;
  margin: 20px 0;
}
.content .principle .flex .img {
  width: 500px;
  margin: 0 0 0 100px;
  display: inline-block;
}
.content .principle .flex img {
  width: 512px;
  height: 255px;
  margin: 0;
  display: inline-block;
  vertical-align: bottom;
}
.content .eight-character {
  position: relative;
  margin: 50px 0;
}
.content .eight-character .font img {
  position: absolute;
  top: -15px;
  left: 300px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 	
  -moz-transform:rotate(45deg); 	
  -webkit-transform:rotate(45deg); 
  -o-transform:rotate(45deg);
}
.content .eight-character .eight-principle {
  width: 1200px;
  height: 360px;
  margin: 20px 0;
  text-align: center;
  background: #fff;
}
.content .eight-principle div p {
  display: inline-block;
  color: #666;
  font-size: 40px;
  font-weight: bold;
  padding: 30px;
  margin: 80px 21px 30px 21px;
  border: 1px solid #999;
}
.content .eight-principle div span {
  color: #666;
  font-size: 14px;
  margin: 0 45px;
}
.content .bottom-list {
  width: 1200px;
  height: 300px;
  margin: 40px 0 60px 0;
  padding: 20px 0;
  background: #fff;
}
.content .bottom-list .img-group {
  margin: 20px;
}
.content .bottom-list .img-group img {
  width: 260px;
  height: 172px;
  margin: 0 12px;
}
.content .bottom-list p {
  color: #ff0060;
  font-size: 16px;
  line-height: 2;
  margin: 40px;
}