html,
body {
  width: 100%;
  height: 100%;
} /*滚动条*/
::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 0px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  /* 滚动条里面的小方块，能向上向下移动（或向左向右移动） */
  background-color: #d7d7d7;
  border-radius: 5px;
}
::-webkit-scrollbar-button {
  /* 滚动条的轨道的两端按钮，由于通过点击微调小方块的位置。 */
  display: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  position: relative;
  margin: 0 10px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
i {
  font-style: normal;
}
.head {
  width: 100%;
  height: 1434px;
  text-align: center;
  background: url('../images/head-bg.jpg') no-repeat top center;
  background-size: 100% 100%;
}
.head img {
  margin-top: 28px;
  max-width: 1300px;
}
.nav {
  height: 70px;
}
.nav .nav-box {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  background: url("../images/nav-bg.png") no-repeat;
  background-size: 100% 100%;
}
.nav .nav-box ul {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  line-height: 68px;
  box-sizing: border-box;
}
.nav .nav-box ul li a {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}
.nav .nav-box ul li a:hover {
  color: #fcf38d;
}
.main-content {
  width: 100%;
  height: auto;
  margin-top: -897px;
}
.content-box {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 20px 10px 10px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.content-box .section1 .bannerlunbo .swiper {
  width: 100%;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.content-box .section1 .bannerlunbo .swiper .swiper-slide {
  position: relative;
  font-size: 0;
}
.content-box .section1 .bannerlunbo .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.content-box .section1 .bannerlunbo .swiper .swiper-slide .slide-bottom {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #c7050a;
  width: 100%;
}
.content-box .section1 .bannerlunbo .swiper .swiper-slide .slide-bottom a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.content-box .section1 .bannerlunbo .swiper .swiper-slide .slide-bottom a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.content-box .section1 .bannerlunbo .swiper .swiper-pagination-bullet-active {
  background: #fcf38d;
}
.content-box .section1 .bannerlunbo .swiper .swiper-pagination-bullets {
  right: 30px;
  bottom: 20px;
  width: auto;
  text-align: right;
}
.content-box .section1 .bannerlunbo .swiper .swiper-button-prev {
  background: url(../images/prev.png) no-repeat;
  width: 50px;
  height: 90px;
  background-size: 100%;
  right: 0;
  left: auto;
}
.content-box .section1 .bannerlunbo .swiper .swiper-button-next {
  background: url(../images/next.png) no-repeat;
  width: 50px;
  height: 90px;
  background-size: 100%;
  left: 0;
  right: auto;
}
.content-box .section1 .introduce {
  padding-top: 40px;
}
.content-box .section1 .introduce ul {
  display: flex;
  justify-content: space-between;
}
.content-box .section1 .introduce li {
  width: 48%;
  padding-bottom: 15px;
  border-bottom: 1px dotted #eeeeee;
  margin-bottom: 15px;
}
.content-box .section1 .introduce li .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-box .section1 .introduce li p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  height: 108px;
  overflow: auto;
}
.content-box .section1 .introduce li p a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #e01500;
}
.content-box .section1 .left-box-bottom li {
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 48px;
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: space-between;
  background: url("../images/li-ico.png") no-repeat left center;
}
.content-box .section1 .left-box-bottom li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.content-box .section1 .left-box-bottom li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.content-box .section2 {
  display: flex;
  justify-content: space-between;
}
.content-box .section2 > div {
  width: 50%;
}
.content-box .section2 .left-box li {
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 48px;
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: space-between;
  background: url("../images/li-ico.png") no-repeat left center;
}
.content-box .section2 .left-box li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.content-box .section2 .left-box li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.content-box .section2 .calendar-box {
  margin-left: 50px;
  height: 214px;
  background: url("../images/calendar-bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.content-box .section2 .calendar-box .calendar-left {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
}
.content-box .section2 .calendar-box .calendar-left .month {
  font-size: 23px;
  font-family: Microsoft YaHei;
  font-weight: 800;
  color: #ffe8aa;
  position: absolute;
  top: 28px;
  width: 38px;
  left: 23px;
}
.content-box .section2 .calendar-box .calendar-left .day {
  font-size: 84px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffe8aa;
  position: absolute;
  top: 49px;
  left: 90px;
}
.content-box .section2 .calendar-box .calendar-left .days {
  font-size: 84px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffe8aa;
  position: absolute;
  top: 95px;
  left: 102px;
}
.content-box .section2 .calendar-box .calendar-left .line1 {
  width: 50px;
  height: 1px;
  background: #ffe8aa;
  position: absolute;
  left: 17px;
  top: 78px;
}
.content-box .section2 .calendar-box .calendar-left .line2 {
  width: 1px;
  height: 190px;
  background: #ffe8aa;
  position: absolute;
  left: 75px;
  top: 14px;
}
.content-box .section2 .calendar-box .calendar-left .twomeet {
  color: #ffe8aa;
  font-size: 22px;
  font-weight: 800;
  position: absolute;
  bottom: 12px;
  left: 30px;
  width: 22px;
}
.content-box .section2 .calendar-box .calendar-right {
  width: 68%;
  float: right;
  height: 100%;
  background-size: 100% 100%;
  padding-top: 27px;
  box-sizing: border-box;
  padding-left: 98px;
}
.content-box .section2 .calendar-box .calendar-right p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c92c0d;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 93%;
}
.content-box .section2 .calendar-box .calendar-right p img {
  margin-right: 5px;
  vertical-align: middle;
}
.content-box .section2 .calendar-box .calendar-right p span {
  vertical-align: middle;
}
.content-box .section2 .calendar-box .calendar-right p.title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #c92c0d;
}
.content-box .banner {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 48px;
}
.content-box .banner>img {
  width: 890px;
}
.content-box .banner .banner-right {
  width: 276px;
  height: 130px;
  display: flex;
  flex-wrap: wrap;
}
.content-box .section {
  margin-top: 24px;
}
.content-box .section .title {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.content-box .section .title span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-style: italic;
  color: #cf0701;
  position: absolute;
  right: 10px;
  bottom: -16px;
}
.content-box .attention .attention-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-box .attention .attention-content ul li {
  margin-bottom: 28px;
  background: url("../images/section3-bg.png") no-repeat;
  background-size: 100% 100%;
  width: 581px;
  height: 266px;
  padding: 60px 15px 25px;
  box-sizing: border-box;
  position: relative;
}
.content-box .attention .attention-content ul li .attention-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  background: url("../images/word-bg.png") left bottom repeat-x;
}
.content-box .attention .attention-content ul li .attention-detail {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1.7;
  height: 129px;
  overflow: auto;
}
.content-box .attention .attention-content ul li .attention-detail a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #e01500;
}
.content-box .attention .attention-content ul li .number {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #DC0E02;
  position: absolute;
  top: 3px;
  left: 45px;
}
.content-box .conferspeech .conferspeech-content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-box .conferspeech .conferspeech-content ul li {
  width: 48%;
  padding-left: 30px;
  box-sizing: border-box;
  line-height: 48px;
  height: 48px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  justify-content: space-between;
  background: url("../images/li-ico.png") no-repeat left center;
}
.content-box .conferspeech .conferspeech-content ul li p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.content-box .conferspeech .conferspeech-content ul li span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.content-box .suggest-content {
  width: 100%;
  height: 558px;
  background: url("../images/section2-bg.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 42px;
}
.content-box .suggest-content .phone {
  position: absolute;
  left: 0;
  top: -50px;
}
.content-box .suggest-content .suggest-detail {
  width: 798px;
  height: 100%;
  position: absolute;
  top: 12px;
  right: 44px;
}
.content-box .suggest-content .suggest-detail li {
  padding: 20px 30px;
  height: 178px;
  background: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(124, 24, 29, 0.04);
  border-radius: 10px;
  margin-top: 60px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
}
.content-box .suggest-content .suggest-detail li .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.content-box .suggest-content .suggest-detail li p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #333333;
  line-height: 1.8;
  height: 97px;
  overflow: auto;
}
.content-box .suggest-content .suggest-detail li p a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #e01500;
}
.content-box .suggest-content .suggest-detail li img.top {
  position: absolute;
  bottom: -34px;
  left: 110px;
}
.content-box .suggest-content .suggest-detail li img.bottom {
  position: absolute;
  right: 110px;
  bottom: -34px;
}
.content-box .picture-content {
  display: flex;
  justify-content: space-between;
}
.content-box .picture-content .left-img {
  width: 426px;
  height: 600px;
  font-size: 0;
}
.content-box .picture-content .left-img img {
  width: 100%;
  height: 100%;
}
.content-box .picture-content .right {
  width: 763px;
  height: 600px;
}
.content-box .picture-content .right .right-top {
  width: 100%;
  height: 386px;
  display: flex;
  justify-content: space-between;
}
.content-box .picture-content .right .right-top .right-top-left-img {
  width: 335px;
  height: 100%;
  font-size: 0;
}
.content-box .picture-content .right .right-top .right-top-left-img img {
  width: 100%;
  height: 100%;
}
.content-box .picture-content .right .right-top .right-top-right-img {
  width: 414px;
  height: 100%;
}
.content-box .picture-content .right .right-top .right-top-right-img img {
  width: 100%;
  height: 188px;
  margin-bottom: 10px;
}
.content-box .picture-content .right .right-bottom {
  width: 100%;
  height: 203px;
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.content-box .picture-content .right .right-bottom .right-bottom-left-img {
  width: 476px;
  height: 203px;
  font-size: 0;
}
.content-box .picture-content .right .right-bottom .right-bottom-left-img img {
  width: 100%;
  height: 100%;
}
.content-box .picture-content .right .right-bottom .right-bottom-right-img {
  width: 277px;
  height: 203px;
  font-size: 0;
}
.content-box .picture-content .right .right-bottom .right-bottom-right-img img {
  width: 100%;
  height: 100%;
}
.content-box .slideTxtBox {
  width: 100%;
  overflow: hidden;
}
.content-box .slideTxtBox li {
  width: 280px;
  margin-right: 20px;
  float: left;
}
.content-box .slideTxtBox li a {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  cursor: pointer;
}
.content-box .slideTxtBox li a img {
  width: 100%;
  height: 195px;
  object-fit: fill;
}
.content-box .slideTxtBox li a p {
  line-height: 24px;
  height: 24px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-box {
  width: 100%;
  height: 150px;
  background: #bd0712;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8;
  padding-top: 34px;
  margin-top: 46px;
  box-sizing: border-box;
}
