#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 a{
  color: #fff;
}
#app .topBar .content {
  width: 1000px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
#app .topBar .content ul {
  width: 1000px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /* justify-content: flex-start; */
	justify-content: space-between;
}
#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;
}
#app .topBar .content ul li:last-child {
	margin-right: 0;
}
#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: #fff;
}
#app .dahui .content .infoBox > .left .swiperBox {
  width: 500px;
  height: 380px;
  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%;
}
#app .dahui .content .infoBox > .left .swiperBox .swiper .swiper-slide .imgBox .desc {
  padding-left: 16px;
  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: 450px; */
  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;
}
#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 .swiperInfo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#app .ofweekLive {
  width: 100%;
  box-sizing: border-box;
  /* padding-top: 60px; */
}
#app .ofweekLive .content .tabList {
  display: flex;
  justify-content: center;
	padding-top: 60px;
	box-sizing: border-box;
}
#app .ofweekLive .content .tabList li {
  padding: 15px 10px;
  font-size: 16px;
  background-color: #0954b3;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  margin: 0px 10px;
}
#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(5, 180px);
  grid-column-gap: 20px;
  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 {
  width: 100%;
  height: 135px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .banjiang .content .imgList ul li .imgBox img {
  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%;
  height: 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;
}
#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: 412px;
  width: 100%;
  box-sizing: border-box;
  background: url('../images/联系我们.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 .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(3, 200px);
  grid-row-gap: 20px;
  justify-content: center;
}
#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;
}

.part {
  width: 926px;
  margin: 40px auto 0;
  padding-bottom: 15px;
}

.part .part_title {
  margin-bottom: 40px;
  background: url(../images/227/title.png) no-repeat center;
  color: #092b7b;
  font-size: 56px;
  font-weight: 100;
  text-align: center;
}

.part_con {
  width: 926px;
  height: 445px;
  margin: 0 auto;
}

.huojiang_list{
  _margin: 30px 0;
  _padding: 0;
  *zoom: 1;
  clear: both;
  overflow: hidden;
}

.huojiang_list li {
  float: left;
  width: 430px;
  line-height: 24px;
  padding-left: 20px;
  font-size: 14px;
  position: relative;
	margin-bottom:10px;
}

.huojiang_list li i {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}

.huojiang_list li a{
  color: #333;
}

.part1_con {
  width: 919px;
  margin: 40px auto 0;
  clear: both;
  overflow: hidden;
}

.prev,.next
{
	background:#dfdfdf url(http://www.ofweek.com/topic/2016/chic2016/images/prev.gif) no-repeat center;
	width: 134px;
	height:19px;
	cursor:pointer;
}
.next
{
	background:#dfdfdf url(http://www.ofweek.com/topic/2016/chic2016/images/next.gif) no-repeat center;
}

.shipin_nav_wrap{float: left;}

.shipin_nav {
  /* float: left; */
}

.shipin_nav,
.shipin_nav ul li {
  width: 134px;
}

.shipin_nav ul li {
  cursor: pointer;
}

.shipin_nav ul li img {
  width: 130px;
  height: 62px;
  border: solid 2px #fff;
  object-fit: cover;
}

.shipin_nav ul li.on img {
  border: solid 2px #ffa42d;
}

.shipin_show,
.shipin_show img {
  width: 640px;
  height: 395px;
}

.shipin_show {
  position: relative;
  float: left;
  margin: 0 5px;
}

.shipin_show .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 67px;
  margin-top: -33px;
  margin-left: -33px;
}

.shipin_show .shipin_bg {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
  background: rgba(0, 0, 0, 0.7);
}

.shipin_show .shipin_bg strong {
  font: normal 16px/50px "Microsoft Yahei", "黑体";
  color: #fff;
  padding-left: 15px;
}

.shipin_nav
{
	height: 350px;
	overflow:hidden;
	margin-top: 6px;
}
.shipin_nav,.shipin_nav ul li
{
	width:134px;
}
.shipin_nav ul li
{
	cursor:pointer;
	/* height: 89px; */
	margin-bottom: 10px;
}
.shipin_nav ul li img
{
	width:130px;
	height:75px;
	border:solid 2px #fff;
}
.shipin_nav ul li.on img
{
	border:solid 2px #ffa42d;
}
.shipin_show,
.shipin2_show,
.shipin3_show,
.shipin_show img,
.shipin2_show img,
.shipin3_show img
{
	width:640px;
	height:395px;
}
.shipin_show,
.shipin2_show,
.shipin3_show
{
	position:relative;
	float:left;
	margin:0 5px;
}
.shipin_show .play
{
	position:absolute;
	top:50%;
	left:50%;
	width:66px;
	height:67px;
	margin-top:-33px;
	margin-left:-33px;
}
.shipin_show .shipin_bg
{
	width:100%;
	height:50px;
	position:absolute;
	left:0;
	bottom:0;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
	background:rgba(0,0,0,0.7);
}
.shipin_show .shipin_bg strong
{
	font:normal 16px/50px "Microsoft Yahei","黑体";
	color:#fff;
	padding-left:15px;
}

/*新加内容*/
.details {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.details .details_top {
  line-height: 24px;
  padding: 10px 0 0 20px;
  font-size: 12px;
  color: #333;
  font-family: simsun, Arial;
}

.details .details_top h3 {
  font: bold 20px/24px "Microsoft Yahei", "黑体";
  color: #fff;
  float: left;
}

.details .yj_title {
  font: normal 16px/24px "Microsoft Yahei", "黑体";
  color: #8c673e;
  padding: 8px 20px 0;
}

.details .details_bot {
  padding-left: 20px;
}

.details .details_bot p {
  color: #fff;
  font-size: 12px;
  float: left;
  width: 530px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.details
{
  padding-bottom: 10px;
	width:100%;
	/* height:100px; */
  height: fit-content;
	position:absolute;
	bottom:0;
	left:0;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2000000', endColorstr='#B2000000');
	background:rgba(0,0,0,0.7);
}
:root .speak_show li .details,:root .zhuanfang .model .img .img_bg,:root .shipin_show .shipin_bg
{
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#00000000', endColorstr='#00000000');
}
.details .details_top
{
	line-height:24px;
	padding:10px 0 0 20px;
	font-size:12px;
  clear: both;
  overflow: hidden;
}
.details .details_top h3
{
	font:bold 20px/24px "Microsoft Yahei","黑体";
	color:#fff;
	float:left;
}
.details .details_bot p
{
	color:#fff;
	font-size:12px;
	float:left;
	width:530px;
	text-overflow:ellipsis;white-space:nowrap;overflow:hidden; 
}
.details .details_top h3 span
{
	font-size:14px;
}
.details .details_bot
{
	padding-left:20px;
}
.details .yj_title
{
	font:normal 16px/24px "Microsoft Yahei","黑体";
	color:#ff9d1e;
	padding:8px 20px 0;
}
.details .details_bot .red,.speak_show li .details .details_top .video1
{
  margin-right:15px;
}

.footer{
  margin-top: 50px;
  width: 100%;
  height: 409px;
  background: url('../images/footer.jpg') no-repeat center center / cover;
}

/* .hotpro2, .hotpro3{
  height: 200px;
}

.hotpro2 .huojiang_list li,
.hotpro3 .huojiang_list li{
  float: initial;
  width: fit-content;
  margin: 0 auto;
} */

.jiabin03{
  padding-bottom: 40px;
}

.jctj .swiperimgInfo{
  width: 920px !important;
  height: 475px !important;
}

.jctj .swiperimgInfo img{
  width: 920px !important;
  height: 475px !important;
}

.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;
}

.to-top {
	position: fixed;
	right: 0;
	bottom: 400px;
	width: 90px;
	height: 72px;
	z-index: 9999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1px;
	overflow: hidden;
}

.to-top-change {
	position: fixed;
	right: 0;
	bottom: 15px;
	width: 90px;
	height: 72px;
	z-index: 9999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1px;
	overflow: hidden;
}

.to-top img, .to-top-change img {
	max-width: 100%;
	max-height: 100%;
}

.lpsSwiper-wrap {
	width: 920px;
	margin: 0 auto;
	margin-top: 30px;
	box-sizing: border-box;
}

#lpsSwiper {
	width: 100%;
	height: 475px;
}

#lpsSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

#lpsSwiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	cursor: pointer;
}

#lpsSwiper .swiper-slide img {
	max-width: 100%;
	max-width: 100%;
}