#app .fixedBox {
  width: 106px;
  height: 341px;
  box-sizing: border-box;
  position: fixed;
  right: -106px;
  top: 30%;
  transition: all 0.5s;
}
#app .fixedBox .fixed {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: url('../images/ä¾§å¯¼èˆª.png') no-repeat center top;
  position: relative;
  z-index: 9999;
}
#app .fixedBox .fixed ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  position: relative;
}
#app .fixedBox .fixed ul li {
  width: 96px;
  height: 28px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.5s;
  background-color: #003ab7;
}
#app .fixedBox .fixed ul li a {
  color: #fff;
}
#app .fixedBox .fixed ul li:hover {
  font-weight: 600;
}
#app .fixedBox .fixed ul li:last-child {
  margin-bottom: 0;
}
#app .fixedBox .top {
  width: 100%;
  position: relative;
  z-index: 99999999;
  bottom: 21px;
  right: 0;
  text-align: right;
}
#app .isFixedBar {
  right: 0px;
  opacity: 1;
}
#app .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
#app .topBar {
  height: 68px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 99999;
}
#app .topBar .content {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
#app .topBar .content ul {
  width: 1200px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .topBar .content ul li {
  height: 100%;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  /* margin-right: 18px; */
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
#app .topBar .content ul .active {
  color: #ec5125;
  background-color: #fff;
}
#app .topBarHidden {
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  visibility: hidden;
}
#app .banner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
#app .banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#app .banner .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
}
#app .banner .swiper-slide .imgBox {
  width: 100%;
}
#app .banner .swiper-button-next,
#app .banner .swiper-button-prev {
  color: #fff;
}
#app .banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .publicTitle {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-size: 40px;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-top: 40px;
  padding-bottom: 10px;
  background: url('../images/title_bg.png') no-repeat center bottom;
}
#app .publicTitle .en {
  font-size: 20px;
  text-align: center;
  color: #ccc;
}
#app .publicTitle_W {
  color: #fff;
  background: url('../images/titleBg2.png') no-repeat center bottom;
  margin-bottom: 30px;
}
#app .dahui {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
}
#app .dahui .content .infoBox {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#app .dahui .content .infoBox > .left {
  flex: 1;
  box-sizing: border-box;
  margin-right: 30px;
  display: flex;
  align-items: center;
  /* background-color: tomato; */
}
#app .dahui .content .infoBox > .left .swiperBox {
  width: 525px;
  height: 400px;
  box-sizing: border-box;
}
#app .dahui .content .infoBox > .left .swiperBox .swiper {
  width: 100%;
  height: 100%;
}
#app .dahui .content .infoBox > .left .swiperBox .swiper .swiper-slide .imgBox {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#app .dahui .content .infoBox > .left .swiperBox .swiper .swiper-slide .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .dahui .content .infoBox > .left .swiperBox .swiper .swiper-slide .imgBox .desc {
  padding-left: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  opacity: 1;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.4);
}
#app .dahui .content .infoBox > .left .swiperBox .swiper-pagination {
  display: flex;
  height: 48px;
  align-items: center;
  box-sizing: border-box;
  justify-content: flex-end;
  bottom: 0;
}
#app .dahui .content .infoBox > .left .swiperBox .swiper-pagination-bullet {
  width: 22px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  opacity: 1;
  border-radius: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}
#app .dahui .content .infoBox > .left .swiperBox .swiper-pagination-bullet-active {
  color: #fff;
  background: #F60;
}
#app .dahui .content .infoBox > .right {
  width: 670px;
  box-sizing: border-box;
}
#app .dahui .content .infoBox > .right > ul > a {
  display: block;
  padding-bottom: 15px;
  border-bottom: dotted 1px #ccc;
  margin-bottom: 15px;
  color: #000;
}
#app .dahui .content .infoBox > .right > ul > a .dahuiTitle {
  color: #c00;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
#app .dahui .content .infoBox > .right > ul > a .dahuiDesc {
  font-size: 12px;
}
#app .dahui .content .infoBox > .right > ul > a .dahuiDesc i {
  color: #c00;
}
#app .jiabin {
  width: 100%;
  box-sizing: border-box;
  background-color: #eeeeee;
}
#app .jiabin .content .info {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 60px 0;
  padding-bottom: 20px;
}
#app .jiabin .content .info .swiperBox {
  width: 215px;
  height: 436px;
  padding: 30px 0;
  box-sizing: border-box;
  background-color: #dfdfdf;
  position: relative;
}
#app .jiabin .content .info .swiperBox .swiper-button-next {
  top: unset;
  top: 15px;
  left: 55%;
  right: unset;
  z-index: 9;
  transform: rotate(-90deg) translateY(-50%);
}
#app .jiabin .content .info .swiperBox .swiper-button-next::after {
  font-size: 30px;
}
#app .jiabin .content .info .swiperBox .swiper-button-prev {
  top: unset;
  bottom: -10px;
  left: 55%;
  right: unset;
  z-index: 9;
  transform: rotate(-90deg) translateY(-50%);
}
#app .jiabin .content .info .swiperBox .swiper-button-prev::after {
  font-size: 30px;
}
#app .jiabin .content .info .swiperBox .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#app .jiabin .content .info .swiperBox .swiper .swiper-slide {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#app .jiabin .content .info .swiperBox .swiper .swiper-slide::after {
  /* content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s; */
}
#app .jiabin .content .info .swiperBox .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .jiabin .content .info .swiperBox .swiper .swiper-slide .userinfo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#app .jiabin .content .info .swiperBox .swiper .swiper-slide-active::after {
  background-color: rgba(0, 0, 0, 0);
}
#app .jiabin .content .info .swiperInfo {
  width: 688px;
  height: 436px;
  box-sizing: border-box;
  margin-right: 30px;
  position: relative;
  display: block;
}
#app .jiabin .content .info .swiperInfo .infoBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 20px;
}
#app .jiabin .content .info .swiperInfo .infoBox .name {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
#app .jiabin .content .info .swiperInfo .infoBox .job {
  font-size: 16px;
  color: #ff9d1e;
}
#app .jiabin .content .info .richengSwiper {
  width: 688px;
  height: 436px;
  margin-right: 30px;
}
#app .jiabin .content .info .richengSwiper img {
  width: 688px;
  height: 436px;
  object-fit: cover;
}
#app .jiabin .content .info .richengSwiper {
  margin-left: 0;
}
#app .ofweekLive {
  width: 100%;
  box-sizing: border-box;
  padding-top: 20px;
}
#app .ofweekLive .content .tabList {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#app .ofweekLive .content .tabList li {
  padding: 15px 25px;
  font-size: 16px;
  background-color: #0954b3;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  margin: 0px 15px;
}
#app .ofweekLive .content .tabList .active {
  background-color: #efb400;
}
#app .ofweekLive .content #videoBox1 {
  width: 926px;
  height: 520px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
#app .ofweekLive .content #videoBox1 a {
  display: block;
  position: relative;
}
#app .ofweekLive .content #videoBox1 a img {
  max-width: 100%;
}
#app .ofweekLive .content #videoBox1 a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#app .banjiang {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
}
#app .banjiang .content .tabList {
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
  margin-top: 30px;
}
#app .banjiang .content .tabList ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 305px);
  grid-column-gap: 42px;
  grid-row-gap: 20px;
}
#app .banjiang .content .tabList ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
  background-color: #0954b3;
  cursor: pointer;
}
#app .banjiang .content .tabList ul .active {
  background-color: #efb400;
}
#app .banjiang .content .imgList {
  width: 1000px;
  margin: auto;
  box-sizing: border-box;
  margin-top: 30px;
}
#app .banjiang .content .imgList ul {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 224px);
  grid-column-gap: 35px;
  grid-row-gap: 20px;
}
#app .banjiang .content .imgList ul li {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
#app .banjiang .content .imgList ul li .imgBox {
  box-sizing: border-box;
  width: 100%;
  height: 160px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .banjiang .content .imgList ul li .imgBox img {
  width: 220px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
#app .banjiang .content .imgList ul li p {
  text-align: center;
  margin-top: 10px;
}
#app .huojiang {
  width: 100%;
  box-sizing: border-box;
}
#app .huojiang .content {
  width: 919px;
  box-sizing: border-box;
  position: relative;
}
#app .huojiang .content .swiperBox {
  margin: 30px 0;
  margin-bottom: 0;
  user-select: none;
  position: relative;
}
#app .huojiang .content .swiperBox .swiperimgInfo {
  width: 100%;
  /* height: 471px; */
  box-sizing: border-box;
}
#app .huojiang .content .swiperBox .swiperimgInfo img {
  width: 100%;
  line-height: 0;
}
#app .huojiang .content .swiperBox .bottomSwiper {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 50px;
  padding-top: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
#app .huojiang .content .swiperBox .bottomSwiper .descName {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#app .huojiang .content .swiperBox .bottomSwiper .mySwiper {
  height: 3%;
  box-sizing: border-box;
}
#app .huojiang .content .swiperBox .bottomSwiper .mySwiper .swiper-slide {
  width: 5%;
  height: 100%;
  opacity: 0.6;
  box-sizing: border-box;
  border: 1px solid #fff;
  cursor: pointer;
}
#app .huojiang .content .swiperBox .bottomSwiper .mySwiper .swiper-slide-active {
  opacity: 1;
  border: 3px solid #ffa42d;
}
#app .huojiang .content .swiperBox .bottomSwiper .swiper-button-next::after {
  font-size: 25px;
  color: #fff;
}
#app .huojiang .content .swiperBox .bottomSwiper .swiper-button-prev::after {
  font-size: 25px;
  color: #fff;
}
#app .huojiang .content .swiperBox .bottomSwiper .swiper-button-next,
#app .huojiang .content .swiperBox .bottomSwiper .swiper-button-prev {
  top: 65%;
}
#app .huojiang .content .swiper-slide {
  text-align: center;
  font-size: 18px;
}
#app .huojiang .content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .huojiang .content .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .lianxi {
  height: 408px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/lianxiwomen.png') no-repeat center top;
  padding-top: 60px;
  margin-top: 60px;
}
#app .lianxi .content .titleBox {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
#app .lianxi .content .titleBox .title {
  font-size: 40px;
}
#app .lianxi .content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
#app .lianxi .content ul li div {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
#app .lianxi .content ul .qrBox {
  width: 360px;
  text-align: center;
  margin: 0 20px;
}
#app .lianxi .content ul .qrBox img {
  width: 120px;
}
#app .lianxi .content ul li h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
#app .zuzhi {
  width: 100%;
  box-sizing: border-box;
}
#app .zuzhi .content .titleName {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  background: #e3e3e3;
  font-weight: 600;
}
#app .zuzhi .content .zhuzhi01 ul {
  display: grid;
  grid-template-columns: repeat(2, 200px);
  grid-row-gap: 20px;
  justify-content: center;
}
#app .zuzhi .content .zhuzhi03 ul {
  display: grid;
  grid-template-columns: repeat(1, 200px);
  grid-row-gap: 20px;
  justify-content: center;
}
#app .zuzhi .content .zhuzhi03 ul li {
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .zuzhi .content .zhuzhi03 ul li img {
  max-width: 100%;
  max-height: 100%;
}
#app .zuzhi .content .zhuzhi01 ul li {
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .zuzhi .content .zhuzhi01 ul li img {
  max-width: 100%;
  max-height: 100%;
}
#app .zuzhi .content .zhuzhi02 ul {
  display: grid;
  grid-template-columns: repeat(6, 200px);
  grid-row-gap: 20px;
  justify-content: center;
}
#app .zuzhi .content .zhuzhi02 ul li {
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #bbb;
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .zuzhi .content .zhuzhi02 ul li img {
  max-width: 100%;
  max-height: 100%;
}
#app .footBox {
  width: 100%;
}
#app .footBox #g-topbar {
  height: 30px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font: 12px/30px SimSun;
  background: #f7f7f7;
  overflow: visible;
}
#app .footBox #g-topbar a {
  color: #333;
  text-decoration: none;
}
#app .footBox #g-topbar a:hover {
  text-decoration: underline;
}
#app .footBox #g-topbar i {
  font-style: normal;
  color: #999;
}
#app .footBox #g-topbar .g-topbar-nav {
  float: left;
  position: relative;
  *position: relative;
  *z-index: 99999;
  color: #999;
  overflow: visible;
  line-height: 30px;
}
#app .footBox #g-topbar .g-topbar-dropmenu .g-topbar-menu {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 30px;
  right: -550px;
  float: left;
  line-height: 24px;
  padding: 3px 10px;
  width: 546px;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;
}
#app .footBox #g-topbar .g-topbar-dropmenu .g-topbar-trigger {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  right: -22px;
  top: 0;
  z-index: 11;
  background: url(http://images.ofweek.com/ofweek/images/inco.gif) no-repeat 50% 11px;
  text-decoration: none;
  cursor: pointer;
}
#app .footBox #g-topbar .g-topbar-dropmenu:hover .g-topbar-trigger,
#app .footBox #g-topbar .g-topbar-dropmenu.g-topbar-drop .g-topbar-trigger {
  width: 18px;
  height: 31px;
  margin-bottom: -1px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
  background-position: 50% 12px;
}
#app .footBox #g-topbar .g-topbar-dropmenu:hover .g-topbar-menu,
#app .footBox #g-topbar .g-topbar-dropmenu.g-topbar-drop .g-topbar-menu {
  display: block;
}
#app .footBox #g-topbar .g-topbar-loginbar {
  float: right;
}
#app .footBox #g-topbar .g-topbar-loginbar li {
  float: left;
  line-height: 30px;
}
#app .footBox #g-topbar .g-topbar-weibo a {
  display: inline-block;
  margin-right: 12px;
  padding-left: 20px;
  background: url(http://images.ofweek.com/ofweek/images/weibolg.png) no-repeat 0 50%;
}
#app .footBox #g-footer {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px;
}
#app .footBox #g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#app .footBox #g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none;
}
#app .footBox #g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline;
}
#app .footBox #g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}
#app .footBox #g-footer .g-footer-links a,
#app .footBox #g-footer .g-footer-record a {
  color: #243851;
}
#app .footBox #g-footer .g-footer-links a:hover,
#app .footBox #g-footer .g-footer-record a:hover {
  color: #c00;
}
#app .footBox #g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  display: flex;
}
#app .footBox #g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#app .footBox #g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left;
}
#app .footBox #g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right;
}
.dialog{
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 0 10px #ccc;
}

.dialog a{
  display: block;
  /* width: 380px;
  height: 400px; */
  /* background: url('../images/yugao.jpg') no-repeat center center / cover; */
}

.dialog img{
  /* width: 380px; */
  /* height: 400px; */
  image-rendering: pixelated;
}

.dialog-close{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}

.part1
{
	width:919px;
	margin:0 auto 20px;
	background:#fff;
	padding:20px 20px 0px;
}
.part1 h4 img
{
	padding:0 0 20px 20px;
}
.part1_con
{
	width:919px;
}
.hotpro{width:919px; height:445px; overflow:hidden; margin:30px auto !important;}
.huojiang_list li
{
	float:left;
	width:430px;
	line-height:24px;
	padding-left:20px;
	font-size:14px;
	margin-bottom:10px;
}
.huojiang_list li a {
  color: #333;
  text-decoration: none;
}
.huojiang_list li a:hover {
  color: #c00;
}
.huojiang_list li i {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}

.book .book-box {
  padding-top: 50px;
  font-size: 0;
  text-align: center;
}

.go-top {
  position: fixed;
  right: 30px;
  bottom: 430px;
  width: 60px;
  height: 55px;
  background: url(../images/top.png) no-repeat;
  cursor: pointer;
  z-index: 2;
}