* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  border: 0;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

html,
body {
  width: 100%;
  min-width: 1200px;
  background: #00d188;
}
.banner {
  width: 100%;
  min-width: 1200px;
  height: 600px;
  background: url(../images/banner.jpg) no-repeat top center;
}

.nav-box {
  width: 100%;
  min-width: 1200px;
  padding: 20px 0;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 1000;
  background-color: #fff001;
}
.nav-box ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.nav-box ul li {
  float: left;
  width: 240px;
  border-right: 1px solid #000000;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
}
.nav-box ul li a {
  font-family: FZHTK--GBK1-0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
}
.nav-box ul li a.active {
  font-weight: 700;
  color: #f45e51;
}
.nav-box ul li.last {
  border-right: 0;
  font-family: FZHTK--GBK1-0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
  cursor: pointer;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container .title {
  text-align: center;
}

.title {
    text-align: center;
}
.title .name {
  font-family: SourceHanSerifCN-Bold;
  font-size: 70px;
  color: #000000;
}
.title .eg {
  font-family: Alibaba-PuHuiTi-R;
  font-size: 20px;
  color: #000000;
}

.block1 {
  padding-top: 100px;
  position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.block1 .icon1 {
    position: absolute;
    left: 545px;
    top: -55px;
}
.block1 .bg1 {
    position: relative;
    width: 1200px;
    height: 585px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background: url("../images/bg1.png") no-repeat right bottom;
}
.block1 .left {
    float: left;
    width: 700px;
}
.news-left {
  padding-top: 40px;
  width: 700px;
  height: 385px;
  overflow: hidden;
  position: relative;
}
.news-left .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.news-left .bd li {
  width: 700px;
  height: 385px;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.news-left .bd img {
  width: 700px;
  height: 385px;
  display: block;
}
.news-left .bd li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity= "50");
}
.news-left .prev,
.news-left .next {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 91px;
  background-size: 100%;
  margin-top: -43px;
  cursor: pointer;
  z-index: 99;
}
.news-left .prev {
  left: 10px;
  background: url(../images/arrow_white.png) no-repeat left center;
}
.news-left .next {
  right: 10px;
  background: url(../images/arrow_white2.png) no-repeat right center;
}
.block1 .left .content {
    padding: 20px 10px;
    font-size: 15px;
	line-height: 30px;
	color: #ffffff;
}
.block1 .right {
  float: right;
  padding-top: 20px;
  padding-right: 40px;
}
.news-list a {
  display: inline-block;
  width: 380px;
  padding-right: 15px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-rel .info {
    float: left;
    width: 350px;
}
.video-rel .info .name {
  padding-bottom: 10px;
}
.video-rel .info .card {
  padding-top: 10px;
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
}
.video-rel .info .card .text {
  font-size: 20px;
  font-weight: 600;
  color: #fff001;
}
.video-box {
  float: right;
  width: 780px;
  height: 464px;
}

.block2 {
  margin-top: 80px;
}
.block2 .tab {
  text-align: center;
  padding: 40px 0;
}
.block2 .tab a {
  margin: 0 100px;
  padding-left: 34px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #000000;
}
.block2 .tab a i {
  font-size: 24px;
}
.block2 .tab a.active {
  color: #fff001;
}
.live-scroll {
  display: none;
  width: 100%;
  height: 700px;
  background: url(../images/bg2.png) no-repeat center;
}
.live-scroll ul {
  overflow: hidden;
  height: 600px;
  margin: 35px 30px 0;
}
.live-scroll li {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.live-scroll li .pic img {
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.live-scroll li .pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.live-scroll li.one {
  /* margin-top: 50px; */
}
.live-scroll li.two {
  margin-top: 36px;
}
.live-scroll li.three {
  margin-top: 60px;
}
.live-scroll li .pic {
  margin: 0 4px 4px 0;
  overflow: hidden;
  display: block;
  position: relative;
}
.live-scroll li .small {
  float: left;
}
.live-scroll .mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
.live-scroll .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}
.live-scroll
  .mCS_disabled
  > .mCSB_horizontal
  > .mCSB_container.mCS_no_scrollbar,
.live-scroll
  .mCS_destroyed
  > .mCSB_horizontal
  > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}
.live-scroll .mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 1120px;
  height: 16px;
  background: #e9e9e9;
  bottom: 0;
  left: 50%;
  margin-left: -550px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.live-scroll .mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  position: absolute;
  width: 100%;
  height: 6px;
  margin: 7px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.live-scroll .mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 150px !important;
  height: 6px !important;
  cursor: pointer;
}
.live-scroll
  .mCSB_horizontal
  > .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 150px;
  height: 6px;
  background: #2d2d2d;
  margin-top: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.block2 .icon2 {
  position: absolute;
  left: -130px;
  top: 15px;
}
.block2 .icon3 {
  position: absolute;
  right: 60px;
  top: 40px;
}

.block3 {
  margin-top: 50px;
  padding: 40px 0 0;
  min-width: 1200px;
}
.dh-scrol {
  min-height: 471px;
  margin-top: 55px;
  padding-left: 30px;
  padding-bottom: 10px;
  overflow: hidden;
}
.dh-box img {
  float: left;
  width: 645px;
  height: 428px;
}
.dh-box .ctn {
  float: left;
  width: 400px;
  margin: 170px 0 0 90px;
  color: #eae9ef;
}
.dh-box .ctn .name {
  font-size: 38px;
  color: #fff001;
}
.dh-box .ctn .post {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #fff001;
}
.dh-box .ctn .des {
  height: 120px;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}
.pic-small {
  position: absolute;
  right: 3px;
  top: 200px;
  width: 400px;
  padding: 0 40px;
  overflow: hidden;
}
.pic-small .next,
.pic-small .prev {
  position: absolute;
  top: 50px;
  width: 15px;
  height: 30px;
  z-index: 99999;
}
.pic-small .next img,
.pic-small .prev img {
  display: block;
  width: 100%;
}
.pic-small .next {
  right: 10px;
}
.pic-small .prev {
  left: 10px;
}

.dh-pic {
}
.dh-pic li {
  float: left;
  width: 116px;
  height: 116px;
  padding: 7px;
}
.dh-pic li img {
  width: 116px;
  height: 116px;
}
.dh-pic li.active {
  padding: 7px;
  border: 1px solid #ffd2dc;
}
.block3 .icon4 {
    position: absolute;
    top: 60px;
    left: 90px;
}
.block3 .icon5 {
    position: absolute;
    top: 50px;
    right: -40px;
}
.block3 .icon3 {
    position: absolute;
    top: 0;
    right: 0;
}

.block4 {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.block4 .title {
  padding: 20px 0 40px;
}
.main-tab {
  width: 1200px;
  overflow: hidden;
}
.main-tab li {
  float: left;
  width: 597px;
  height: 90px;
  text-align: center;
  background-color: #ffffff;
  margin-right: 3px;
  font-family: AlibabaPuHuiTiB;
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #000000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
.main-tab li p {
  padding-top: 15px;
  font-size: 20px;
  font-weight: normal;
}
.main-tab li.main-tab-active {
  background-color: #fff001;
}
.main-box {
  background-color: #fff001;
}
.main-info {
  display: none;
}
.main-info img {
  display: block;
  width: 100%;
}
.main-info .card {
  border-bottom: 1px dashed #dddddd;
}
.main-info .name {
  font-size: 16px;
  color: #e71873;
  line-height: 24px;
  padding: 20px 0 20px 120px;
}
.main-info .list {
  overflow: hidden;
  padding-bottom: 20px;
}
.main-info .list .time {
  float: left;
  width: 100px;
  font-size: 14px;
  line-height: 24px;
  color: #535353;
}
.main-info .list .right {
  margin-left: 120px;
  padding-right: 70px;
}
.main-info .list .right p {
  font-size: 14px;
  color: #535353;
  line-height: 24px;
}
.main-info .list .right p.firm {
  font-size: 16px;
  font-weight: 600;
}
.block4 .container {
    z-index: 2;
}
.block4 .icon2 {
    position: absolute;
    top: 20px;
    right: -70px;
}
.block4 .icon6 {
    position: absolute;
    left: 50px;
    bottom: -215px;
}
.block4 .icon3 {
    position: absolute;
    top: 100px;
    right: 350px;
}

/* µ×²¿ */
.footer {
    position: relative;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background-color: #262422;
}
.footer .l {
  float: left;
}
.footer .r {
  float: right;
}
.footer .container {
  padding: 38px 50px;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
}
.footer .left img {
  float: left;
}
.footer .left .author {
  margin-left: 110px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .right {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .right span,
.footer .right img {
  display: inline-block;
  vertical-align: bottom;
}
.footer .right span {
  padding-right: 15px;
  padding-bottom: 10px;
}
.footer .center {
  margin-left: 335px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .btm {
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #434343;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #bfbfbf;
}
.footer .btm a {
  color: #bfbfbf;
}
