.tableBox {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.tableBox .changePage {
  position: absolute;
  left: 0;
  right: 0;
  top: 38px;
}

.tableBox .changePage ul {
  text-align: center;
}

.tableBox .changePage ul i {
  display: inline-block;
  width: 26px;
  height: 20px;
  background-size: 100%;
  vertical-align: middle;
}

.tableBox .changePage ul i:hover {
  cursor: pointer;
}

.tableBox .changePage ul .pre {
  margin-right: 110px;
  background: url("../images/aboutChcedo/pre.png") no-repeat center;
}

.tableBox .changePage ul .next {
  margin-left: 110px;
  background: url("../images/aboutChcedo/next.png") no-repeat center;
}

.tableBox .changePage ul li {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #d9dadc;
  vertical-align: middle;
}

.tableBox .changePage ul li:hover {
  cursor: pointer;
}

.tableBox .changePage ul li.active {
  width: 80px;
  background: #565656;
}

.tableBox .tableContent {
  width: 100%;
}

.tableBox .tableContent dl {
  display: none;
  width: 100%;
}
.tableBox .tableContent h1{
	display: none;
}

.tableBox .tableContent .story {
  display: block;
}

.tableBox .tableContent dl img {
  width: 100%;
  display: block;
}

.tableBox .tableContent dl .margin_mini {
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
  margin: 0 auto;
  overflow: hidden;
}

.tableBox .tableContent dl .margin_mini h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 84px;
  border-bottom: 1px solid #cfd9db;
}

.tableBox .tableContent .story .margin_mini .p {
  margin-top: 16px;
}

.tableBox .tableContent .story .margin_mini p {
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
}

.tableBox .tableContent .story .margin_mini .video {
  width: 660px;
  height: 380px;
  position: relative;
  margin: 40px auto 0;
}

.tableBox .tableContent .story .margin_mini .video video {
  width: 100%;
  height: 100%;
}

.tableBox .tableContent .story .margin_mini .video .menban {
  width: 100%;
  height: 100%;
  background: url(https://chandowebprd.chandogroup.com/images/about_pc.jpg) no-repeat center rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.tableBox .tableContent .story .margin_mini .video .menban img {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tableBox .tableContent .story .margin_mini .video .menban img:hover {
  cursor: pointer;
}

.tableBox .tableContent .value .val {
  padding: 45px 70px;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  overflow: visible;
}

.tableBox .tableContent .value .val ul li {
  display: block;
  padding-bottom: 24px;
}

.tableBox .tableContent .value .val ul li.center {
  width: 950px !important;
  color: #fff;
  background: #9fcada;
  position: relative;
  padding: 0;
}

.tableBox .tableContent .value .val ul li.center .centerBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  background: #9fcada;
}

.tableBox .tableContent .value .val ul li h3 {
  font-size: 22px;
  line-height: 92px;
  border-bottom: 1px solid #cfd4d7;
}

.tableBox .tableContent .value .val ul li.center h3 {
  border-bottom: 1px solid #b8d8e3;
}

.tableBox .tableContent .value .val ul li p {
  font-size: 14px;
  line-height: 82px;
}

.tableBox .tableContent .science h3 {
  border-bottom: 1px solid #e4e4e4;
}

.tableBox .tableContent .science .p p {
  font-size: 14px;
  line-height: 36px;
}

.tableBox .tableContent .science .p p.title {
  font-weight: 600;
  line-height: 72px;
  margin-top: 16px;
}

.tableBox .tableContent .component ul {
  margin-top: 60px;
}

.tableBox .tableContent .component ul li {
  height: 190px;
}

.tableBox .tableContent .component ul li .img {
  width: 550px;
  height: 100%;
  overflow: hidden;
  float: left;
}

.tableBox .tableContent .component ul li:nth-child(2n) .img {
  float: right;
}

.tableBox .tableContent .component ul li .img img {
  display: block;
  width: 100%;
}

.tableBox .tableContent .component ul li .tips {
  float: left;
  width: 550px;
  height: 100%;
  padding-left: 32px;
  padding-top: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.tableBox .tableContent .component ul li:nth-child(2n) .tips {
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: 32px;
}

.tableBox .tableContent .component ul li div span {
  font-size: 18px;
  font-weight: 600;
  line-height: 56px;
}

.tableBox .tableContent .component ul li div p {
  font-size: 14px;
}

#content .valuesList {
  width: 1100px;
  height: 670px;
  margin: 5px auto 80px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#content .valuesList .btn {
  display: block;
  width: 25px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#content .valuesList .btn:hover {
  cursor: pointer;
}

#content .valuesList .btn.left {
  left: 30px;
  background: url("../images/aboutChcedo/left.png") no-repeat center;
  background-size: 100%;
}

#content .valuesList .rightBtn {
  right: 30px;
}

#content .valuesList .rightBtn .right_first {
  display: block;
  width: 25px;
  height: 50px;
  background: url("../images/aboutChcedo/right_first.png") no-repeat center;
  background-size: 100%;
}

#content .valuesList .rightBtn .right {
  display: none;
  width: 25px;
  height: 50px;
  background: url("../images/aboutChcedo/right.png") no-repeat center;
  background-size: 100%;
  padding: 0 !important;
}

.videofen{
	width: 1100px;
	height: 618px;
	display: block;
	position: relative;
}
.menbanCc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
	cursor: pointer;
}
.videofen video{
	width: 1100px;
	height: 618px;
	display: block;
}


#content .valuesList li {
  display: none;
  width: 1100px;
  height: 670px;
  overflow: hidden;
}

#content .valuesList li.active {
  display: block;
}

#content .valuesList li img {
  width: 100%;
}

#content {
  text-align: left;
}
.zixuntt h1{
	display: none;
}
#content .infoList {
  min-height: 300px;
  margin-top: 46px;
}

#content .infoList li {
  width: 1100px;
  min-height: 74px;
  border-bottom: 1px solid #eeeeee;
}

#content .infoList li:hover {
  cursor: default;
}

#content .infoList li p {
  font-size: 20px;
  line-height: 74px;
}

#content .infoList li p .icon {
  float: right;
  margin-right: 20px;
  width: 20px;
  height: 74px;
  line-height: 74px;
  background: url("../images/aboutChcedo/open.png") no-repeat center;
  transform: rotate(0);
  transition-duration: 0.6s;
  transform-origin: 50% 50%;
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* Safari 和 Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Opera */
  -o-transform-origin: 50% 50%;
}

#content .infoList li p .lsm-sidebar-more {
  transform: rotate(90deg);
  transition-duration: 0.6s;
  transform-origin: 50% 50%;
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* Safari 和 Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Opera */
  -o-transform-origin: 50% 50%;
}

#content .infoList li p .icon:hover {
  cursor: pointer;
}

#content .infoList li .box {
  display: none;
}

#content .infoList li .box .img {
  width: 1100px;
  height: 350px;
  overflow: hidden;
}

#content .infoList li .box .img img {
  display: block;
  width: 100%;
}

#content .infoList li .box p {
  font-size: 16px;
  line-height: 40px;
  color: #585858;
  padding: 30px 28px;
  box-sizing: border-box;
  text-indent: 16px;
}

#content .more {
  width: 100px;
  height: 46px;
  margin: 50px auto 70px;
  text-align: center;
}

#content .more:hover {
  cursor: pointer;
}

#content .more img {
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto;
}

#content .more span {
  font-size: 16px;
  line-height: 46px;
}

#content iframe {
  width: 800px !important;
  height: 400px !important;
}

#content .title .img {
  width: 1100px;
  height: 415px;
  overflow: hidden;
  margin-top: 70px;
}

#content .title .img img {
  display: block;
  width: 100%;
}

#content .title .titleText {
  /* width: 700px; */
  margin: 40px auto 0;
  text-align: center;
  overflow: hidden;
}

#content .title .titleText h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 68px;
}

#content .title .titleText span {
  /* float: right; */
  color: #585858;
  margin: 0 10px;
}

#content .mainContent {
  width: 970px;
  margin: 30px auto 0;
  overflow: hidden;
  text-align: left;
}

#content .mainContent p {
  line-height: 22px;
}

#content .mainContent img {
  margin: 10px auto;
}

#content .mainContent li {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 50px;
  border-top: 1px solid #eaeaea;
  box-sizing: border-box;
}

#content .mainContent li h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

#content .mainContent li p {
  line-height: 36px;
  margin-bottom: 24px;
}

#content .mainContent li .img {
  width: 970px;
  height: 350px;
  overflow: hidden;
}

#content .mainContent li .img img {
  display: block;
  width: 100%;
}

#content .evaluate {
  margin: 100px auto;
  text-align: center;
}

#content .evaluate dd {
  display: inline-block;
  width: 30px;
  height: 60px;
  margin: 0 15px;
}

#content .evaluate dd:hover {
  cursor: pointer;
}

#content .evaluate .like {
  background: url("../images/aboutChcedo/like.png") no-repeat center top;
  background-size: 100%;
}

#content .evaluate .shareBox {
  background: url("../images/aboutChcedo/share.png") no-repeat center top;
  background-size: 100%;
  position: relative;
}

#content .evaluate .shareBox:hover .sharedialog {
  display: block;
}

#content .evaluate .shareBox .sharedialog {
  width: 210px;
  height: 30px;
  box-shadow: 0 0 5px #0f0b00;
  position: absolute;
  left: 0;
  top: 45px;
  padding: 5px 0 5px 15px;
  display: none;
}

#content .evaluate .shareBox .sharedialog .shareLeft {
  float: left;
  line-height: 28px;
  font-size: 14px;
}