﻿
body {
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
}

.home-header .topBar {
  box-shadow: none;
  position: absolute;
  min-width:1000px;
  width: 100%;
  background: none;
}
.home-header .topBar .logo {
  background-image: url(../image/logo.png);
}
.home-header .topBar .topNav .mainNav .nav li a {
  color: #fff;
}
.home-header .topBar .topNav .entry {
  color: #fff;
}
.home-header .topBar .topNav .entry a {
  color: #FFF500;
}
.home-header .topBar .topNav .entry a:hover {
  color: #032E3E;
}
.home-header .topBar .topNav .entry .login a {
  color: #fff;
}
.home-header .topBar .topNav .entry .login a:hover {
  color: #032E3E;
}
.home-header .topBar .topNav .mainNav .nav li a:hover,
.home-header .topBar .topNav .mainNav .nav li a.isNow {
  color: #fff;
}
.home-header .topBar .topNav .mainNav .nav li a:hover .underline,
.home-header .topBar .topNav .mainNav .nav li a.isNow .underline {
  background-color: #fff;
}
.home-header .topBar .topNav .mainNav .nav li .downIcon {
  background-image: url(../image/icon-down.png);
}
.home-header .topBar .topNav .entry .login i.user-icon {
  background-image: url(../image/user.png);
}
.home-header .topBar .topNav .mainNav .nav li .icon-hot{
	background-position: 0 0;
}
.home-header .topBar .topNav .mainNav .nav li .icon-new{
	background-position: -31px 0;
}

.home-footer .Footer {
  background-color: #f2f2f2;
}

.banner{
  width: 100%;
  height: 484px;
}

.banner .wrapper {
  position: relative;
}

.banner .banner_txt{/*210310修改*/
	position: absolute;
	top: 250px;
	left: 311px;
	background: url(../image/banner_txt91127.png);
	width: 532px;
	height: 108px;
}

.banner .search {
  position: absolute;
  left: 0;
  top: 395px;
  background: #84C9E8;
  background: #fff;
  border-radius: 30px;
  width: 100%;
  height: 168px;
  box-shadow: 1px 2px 15px rgba(0,0,0,.15) ;
  letter-spacing: 2px;
}
.banner .search .swtich {
  margin: 0px 100px;
  padding: 30px 0 22px;
  line-height: 1;
  *line-height: normal;
}
.banner .search .swtich .radio {
  float: left;
  margin-right: 50px;
  color: #464646;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
.banner .search .swtich .radio .arrow {
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #eaeaea;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 20px;
  display: none;
 
}
.banner .search .swtich .checked .arrow {
  display: block;
}
.banner .search .swtich .checked {
  color: #199bcf;
}
.banner .search .swtich .radio label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.banner .search .input-search {
  padding: 0px 69px;
}
.banner .search .input-search .search-box {
  position: relative;
  float: left;
  width: 74.5%;
  border-radius: 15px;
  background: #EAEAEA;
  height: 48px;
}
.banner .search .input-search .search-box .search-text {
  float: left;
  width: 71.5%;
  border: 0;
  padding: 0 24.5% 0 3%;
  height: 48px;
  background: #EAEAEA;
  line-height:48px\9;
  border-radius:15px;
}
.banner .search .input-search .search-box .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 48px;
  border-radius: 15px;
  background: #1eaadc;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  box-shadow: 1px 2px 15px rgba(0,0,0,.15);
}
.banner .search .input-search .search-box .search-btn:hover {
  background-color: #1694c8;
}
.banner .search .input-search .or {
  float: left;
  width: 8%;
  text-align: center;
  font-size: 16px;
  color: #464646;
  line-height: 48px;
}
.banner .search .input-search .goSell-btn {
  float: left;
  width: 17%;
  border-radius: 15px;
  background-color: #fff;
  color: #1694c8;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #1694c8;
}
.banner .search .input-search .goSell-btn:hover {
  background-color: #eee;
}


.floor .hd {
  padding-top: 76px;
}
.floor .hd i.border {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 23px;
  width: 6px;
  background-color: #1eaadc;
  border-radius: 3px;
}
.floor .hd .text {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #4c4c4c;
  font-size: 24px;
  line-height: 1;
  *line-height: 1.2;
  margin-left: 20px;
  *margin-left: 0;
  *padding-left: 20px;
}


.toList{
	margin-top: 80px;
}
.toList .hd{
	padding-top: 60px;
}
.toList .bd .item {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  text-align: center;
  *margin-right: 2.4%;
}
.toList .bd .item .icon {
  display: inline-block;
  width: 145px;
  height: 96px;
  margin: 45px auto 20px;
  /*90711修改*/
  background: url(../image/to_list_90711.png) no-repeat;
  /*90711修改end*/
}
.toList .bd .item .icon1 {
  background-position: -19px 0;
}
.toList .bd .item .icon2 {
  background-position: -268px 0;
}
.toList .bd .item .icon3 {
  background-position: -519px 0;
}
.toList .bd .item .icon4 {
  background-position: -770px 0;
}
.toList .bd .item .icon5 {
  background-position: -1018px 0;
}
.toList .bd .item .primary {
  color: #4c4c4c;
  font-size: 20px;
}
.toList .bd .item .second {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.toList .bd .last {
  margin-right: 0;
}

.toList .bd .item:hover .icon1, .toList .bd .hover .icon1 {
  background-position: -19px -96px;
}
.toList .bd .item:hover .icon2, .toList .bd .hover .icon2 {
  background-position: -268px -96px;
}
.toList .bd .item:hover .icon3, .toList .bd .hover .icon3 {
  background-position: -519px -96px;
}
.toList .bd .item:hover .icon4, .toList .bd .hover .icon4 {
  background-position: -770px -96px;
}
.toList .bd .item:hover .icon5, .toList .bd .hover .icon5 {
  background-position: -1018px -96px;
}

.toList .bd .item:hover .icon1, .toList .bd .hover:hover .icon{
	margin-top: 37px;
	width: 150px;
	height: 104px;
}

/*90711修改*/
.toList .bd .item:hover .icon1, .toList .bd .hover .icon1 {
  background-position: -19px -97px;
}
.toList .bd .item:hover .icon2, .toList .bd .hover .icon2 {
  background-position: -268px -97px;
}
.toList .bd .item:hover .icon3, .toList .bd .hover .icon3 {
  background-position: -519px -97px;
}
.toList .bd .item:hover .icon4, .toList .bd .hover .icon4 {
  background-position: -770px -97px;
}
.toList .bd .item:hover .icon5, .toList .bd .hover .icon5 {
  background-position: -1018px -97px;
}

.toList .bd .item:hover .icon1, .toList .bd .hover:hover .icon{
	margin-top: 38px;
	width: 150px;
	height: 104px;
}
/*90711修改end*/

 .toList .bd .item:hover .icon1, .toList .bd .hover:hover .icon1 {
  background:url(../image/toList_gif_1_0307.gif);
}
.toList .bd .item:hover .icon2, .toList .bd .hover:hover .icon2 {
  background:url(../image/toList_gif_2_0307.gif);
}
.toList .bd .item:hover .icon3, .toList .bd .hover:hover .icon3 {
  background:url(../image/toList_gif_3_0307.gif);
}
.toList .bd .item:hover .icon4, .toList .bd .hover:hover .icon4 {
  background:url(../image/toList_gif_4_0307.gif);
}
.toList .bd .item:hover .icon5, .toList .bd .hover:hover .icon5 {
  background:url(../image/toList_gif_5_0307.gif);
}

.publicity{
	margin-top: 75px;
	width: 100%;
	background: url(../image/publicity_bg90514.jpg) center center no-repeat;
	height: 471px;
	position: relative;
	overflow: hidden;
}
.publicity .floor{
	position: relative;
}
.publicity .hd{
	position: absolute;
	left: 0;
	top: 76px;
	z-index: 3;
	padding-top: 0;
}
.publicity .bd{
	padding-top: 140px;
}
.publicity_over{
	width: 1920px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.publicity_over_left,
.publicity_over_right{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 50%;
	height: 100%;
	background: url(../image/publicity_bg.jpg) left center no-repeat;
	transition: 3s all cubic-bezier(.46, 1, .23, 1.52);
}
.publicity_over_right{
	left: auto;
	right: 0;
	background-position: right center;
}
.animated .publicity_over_left,
.animated .publicity_over_right{
	width: 0;
}

.publicity .item{
	float: left;
	width: 266px;
	height: 170px;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 17px;
	margin-right: 15px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	position: relative;
	z-index: 2 \9;
}
.publicity .item img{
	width: 100%;
	height: 100%;
}
.publicity .hover{
	width: 337px;
	height: 203px;
	margin-top: 0;
}
.publicity .item .primary{
	position: absolute;
	bottom: 33px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 15px rgba(0,90,125,.6) ;
}
.publicity .hover .primary{
	bottom: 47px;
}

.publicity .item .play {
  width: 39px;
  height: 39px;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -27px;
}
.publicity .item .play .play_circle {
  display: block;
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 50%;
}
.publicity .item .play .play_circle .play_btn {
  width: 10px;
  height: 11px;
  background: url(../image/publicity_play_btn.png);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 19px;
}
.publicity .item .more_box {
  position: absolute;
  top: 46px;
  left: 50%;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  padding: 6px;
}
.publicity .item .more_box .more {
  display: block;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
}
.publicity .item .more_box .more .more_arrow {
  width: 8px;
  height: 14px;
  background: url(../image/publicity_more_arrow.png);
  position: absolute;
  left: 50%;
  margin-left: -4px;
  top: 20px;
}
.publicity .hover .play,
.publicity .hover .more_box {
  top: 64px;
}
/*
.publicity .item:hover .play .play_circle .play_btn{
	-webkit-animation: rotate 0.3s linear;
	animation: rotate 0.3s linear;
}
.publicity .item:hover .play{
	-webkit-animation: upback 0.5s both 0.3s;
	animation: upback 0.5s both 0.3s;
}
.publicity .item:hover .more_box{
	-webkit-animation: upback 0.5s both;
	animation: upback 0.5s both;
}
*/
.brand .bd {
	padding-top: 50px;
	padding-bottom: 80px;
}
.brand .entrance{
	float: left;
	background: #1faadb url(../image/brand_entrance.jpg) center bottom no-repeat;
	width: 238px;
	height: 328px;
	border-radius: 15px;
	position: relative;
}
.brand .entrance .top_text{
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	top: 44px;
	width: 100%;
	font-size: 20px;
}
.brand .entrance .bottom_text{
	color: #20a9da;
	background: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 82px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
}
.brand .entrance .bottom_text:hover{
	box-shadow: 1px 1px 15px rgba(11,80,108,.59);
}
.brand .home_brand{
	float: right;
	width: 930px;
}
.brand .home_brand li{
	float: left;
	width: 23.5%;
	*width: 23.4%;
	height: 154px;
	margin-left: 1.5%;
	background: #fff;
	box-shadow: 1px 1px 25px rgba(0,0,0,.1);
	border-radius: 15px;
	margin-bottom: 19px;
	overflow: hidden;
}
.brand .home_brand li a{
	display: block;
	width: 100%;
	height: 53px;
	padding-top: 100px;
	background-position: center -175px;
	background-repeat: no-repeat;	
	text-align: center;
	color: #000;
	font-size: 15px;
}
.brand .home_brand li:hover{
	box-shadow: 1px 1px 25px rgba(0,0,0,.2);
}

.auction {
  background: url(../image/auction_bg90514.jpg) center center no-repeat;
  width: 100%;
  height: 471px;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.18);
}
.auction .primary {
  padding-top: 120px;
  font-size: 60px;
}
.auction .second {
  margin-top: 40px;
  font-size: 18px;
}
.auction .toAuction {
  margin-top: 40px;
  display: inline-block;
  width: 270px;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding: 22px;
}
.auction .toAuction .bg_1,
.auction .toAuction .bg_2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 60px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
  padding: 22px;
}
.auction .toAuction .bg_2 {
  padding: 0px;
  top: 22px;
  left: 22px;
  background: rgba(255, 255, 255, 0.15);
}
.auction .toAuction .toAuction_a {
  display: block;
  height: 100%;
  border-radius: 15px;
  background: #fff;
  color: #1694c8;
  padding-left: 100px;
  font-size: 24px;
  text-shadow: none;
  text-align: left;
  position: relative;
}
.auction .toAuction .toAuction_a .icon_0,
.auction .toAuction .toAuction_a .icon_1 {
  position: absolute;
  top: 14px;
  left: 44px;
  width: 33px;
  height: 32px;
  background: url(../image/auction_btn_icon_0.png);
}
.auction .toAuction .toAuction_a .icon_1 {
  background: url(../image/auction_btn_icon_1.png);
}



.advantage .bd {
  padding-bottom: 80px;
}
.advantage .bd .item {
  float: left;
  width: 19%;
  text-align: center;
}
.advantage .bd .item_wide{
  width: 24%;
}
.advantage .bd .item .icon {
  display: inline-block;
  width: 80px;
  height: 78px;
  margin: 55px auto 20px;
  background: url(../image/advantage.png) no-repeat;
}
.advantage .bd .item .icon1 {
  background-position: 1px 0;
}
.advantage .bd .item .icon2 {
  background-position: -250px 0;
}
.advantage .bd .item .icon3 {
  background-position: -500px 0;
}
.advantage .bd .item .icon4 {
  background-position: -748px 0;
}
.advantage .bd .item .icon5 {
  background-position: -998px 0;
}
.advantage .bd .item .primary {
  color: #4c4c4c;
  font-size: 20px;
}
.advantage .bd .item .second {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.advantage .bd .last {
  margin-right: 0;
}

.advantage .bd .item:hover .icon1, .advantage .bd .hover .icon1 {
  background-position: 1px -78px;
}
.advantage .bd .item:hover .icon2, .advantage .bd .hover .icon2 {
  background-position: -250px -78px;
}
.advantage .bd .item:hover .icon3, .advantage .bd .hover .icon3 {
  background-position: -500px -78px;
}
.advantage .bd .item:hover .icon4, .advantage .bd .hover .icon4 {
  background-position: -748px -78px;
}
.advantage .bd .item:hover .icon5, .advantage .bd .hover .icon5 {
  background-position: -998px -78px;
}

.consumerBg {
	background: #f8f9fd;
}
.consumer .bd {
  padding: 120px 0 90px;
}
.consumer .bd .last {
  margin-right: 0px !important;
}
.consumer .bd .item {
  float: left;
  width: 19%;
  *width: 18.9%;
  margin-right: 2%;
  padding: 95px 2.25% 53px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  position: relative;
  line-height: 1.4;
  text-align: center;
}

.consumer .bd .item .photo{
	background: #E6F3F8;
	background: rgba(22,148,200,.1);
	padding: 12px;
	width: 120px;
	height: 120px;
	border: 2px solid #1694c8;
	overflow: hidden;
	border-radius: 50%;
	position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
}
.consumer .bd .item .photo_border {
  border-radius: 50%;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding: 13px;
}
.consumer .bd .item .photo_border .circle {
  border-radius: 50%;
  width: 118px;
	height: 118px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.consumer .bd .item .photo img{
	margin: 1px auto 0;
	display: block;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	width: 118px;
    height: 118px;
}
.consumer .bd .item .line {
  height: 1px;
  background-color: #f2f2f2;
  margin: 15px 0;
}
.consumer .bd .item .primary {
  color: #4c4c4c;
  font-size: 16px;
  margin: 15px 0;
}
.consumer .bd .item .second {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
  line-height: 24px;
}

.consumer .bd .item .second p.desc {
  height: 38px;
  overflow: hidden;
}

.consumer .bd .item .toDetails {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #1a93c9;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -75px;
  box-shadow: 1px 2px 6px 1px rgba(10, 132, 182, 0.25);
}

.consumer .bd .item:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.consumer .bd .item:hover .photo {
  overflow: visible;
  border: 0;
  padding: 14px;
}
.consumer .bd .item:hover .photo_border {
  background: #fff url(../image/consumer_photo_bg.png) no-repeat center center;
  background: #fff url(../image/consumer_photo_bg-1.png) no-repeat center center \9;
  top: 1px;
  left: 1px;
  -webkit-animation: rotate360 1.2s linear;
  animation: rotate360 1.2s linear;
}
.consumer .bd .item:hover .photo_border .circle{
  -webkit-animation: scale 1.2s linear;
  animation: scale 1.2s linear;
}

@-webkit-keyframes rotate360{ /* 循环旋转360 */
  0% {-webkit-transform: rotate(0deg); opacity: 0;}
  10% {-webkit-transform: rotate(0deg); opacity: 0;}
  20% {-webkit-transform: rotate(-45deg); opacity: 1;}
  100% {-webkit-transform: rotate(360deg); opacity: 1;}
}
@keyframes rotate360{
  0% {transform: rotate(0deg); opacity: 0;}
  10% {transform: rotate(0deg); opacity: 0;}
  20% {transform: rotate(-45deg); opacity: 1;}
  100% {transform: rotate(360deg); opacity: 1;}
}
@-webkit-keyframes scale{ /* 放大 */
  0% {-webkit-transform: scale(1.3,1.3);}
  100% {-webkit-transform: scale(1,1);}
}
@keyframes scale{
  0% {transform: scale(1.3,1.3);}
  100% {transform: scale(1,1);}
}

@-webkit-keyframes scaleOut{ /* 放大消失 */
  0% {-webkit-transform: scale(0.8,0.8); opacity: 1;}
  100% {-webkit-transform: scale(1.8,2.8); opacity: 0;}
}
@keyframes scaleOut{
  0% {transform: scale(0.8,0.8); opacity: 1;}
  100% {transform: scale(1.8,2.8); opacity: 0;}
}
.scaleOut{
  -webkit-animation: scaleOut 2s linear infinite;
  animation: scaleOut 2s linear infinite;
}



@-webkit-keyframes upback{ /* 上滑复位 */
  0% {-webkit-transform: translate3d(0, 0, 0);}
  50% {-webkit-transform: translate3d(0, -30px, 0);}
  100%{-webkit-transform: translate3d(0, 0, 0);}
}
@keyframes upback{
  0% {transform: translate3d(0, 0, 0);}
  50% {transform: translate3d(0, -30px, 0);}
  100%{transform: translate3d(0, 0, 0);}
}

@-webkit-keyframes rotate{ /* 循环旋转 */
  from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(150deg);}
}
@keyframes rotate{
  from {transform: rotate(0deg);}
  to {transform: rotate(150deg);}
}


@-webkit-keyframes fadeIn{ /* 渐入 */
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn{
  from {opacity: 0;}
  to {opacity: 1;}
}
.fadeIn{
	-webkit-animation: fadeIn 0.5s both;
	animation: fadeIn 0.5s both;
}

.rotateBit{
	-webkit-transform-origin:100% 100%;
	transform-origin:100% 100%;
	-webkit-animation: rotateBit 0.8s cubic-bezier(1,0,0,1) 3;
	animation: rotateBit 0.8s cubic-bezier(1,0,0,1) 3;
}
@-webkit-keyframes rotateBit{ /* 旋转一个小角度 */
  0% {transform: rotate(0deg);}
  80% {transform: rotate(30deg);}
  100% {transform: rotate(30deg);}
}
@keyframes rotateBit{
  0% {transform: rotate(0deg);}
  80% {transform: rotate(30deg);}
  100% {transform: rotate(30deg);}
}

@-webkit-keyframes fadeInUp{ /* 从最底部往上滑入 */
  from {-webkit-transform: translate3d(0, 100%, 0); opacity: 0;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes fadeInUp{
  from {transform: translate3d(0, 100%, 0);  opacity: 0;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.fadeInUp{
	-webkit-animation: fadeInUp 1s both;
	animation: fadeInUp 1s both;
}

@-webkit-keyframes fadeInUpHalf{ /* 从最底部往上滑入 */
  from {-webkit-transform: translate3d(0, 50%, 0); opacity: 0;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes fadeInUpHalf{
  from {transform: translate3d(0, 50%, 0);  opacity: 0;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.fadeInUpHalf{
	-webkit-animation: fadeInUpHalf 1.2s both;
	animation: fadeInUpHalf 1.2s both;
}

@-webkit-keyframes fadeInUpBit{ /* 从最底部往上滑入 */
  from {-webkit-transform: translate3d(0, 30px, 0); opacity: 0;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes fadeInUpBit{
  from {transform: translate3d(0, 30px, 0);  opacity: 0;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.fadeInUpBit{
	-webkit-animation: fadeInUpBit 0.5s both;
	animation: fadeInUpBit 0.5s both;
}
@-webkit-keyframes fadeInDownBit{ /* 从上往下滑入 */
  from {-webkit-transform: translate3d(0, -30px, 0); opacity: 0;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes fadeInDownBit{
  from {transform: translate3d(0, -30px, 0);  opacity: 0;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.fadeInDownBit{
	-webkit-animation: fadeInDownBit 0.5s both;
	animation: fadeInDownBit 0.5s both;
}

@-webkit-keyframes fadeInLeftBit{ /* 从最左侧往上滑入 */
  from {-webkit-transform: translate3d(-15px, 0, 0); opacity: 0;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes fadeInLeftBit{
  from {transform: translate3d(-15px, 0, 0);  opacity: 0;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.fadeInLeftBit{
	-webkit-animation: fadeInLeftBit 0.8s both;
	animation: fadeInLeftBit 0.8s both;
}
@-webkit-keyframes shakeInBit{ /* 晃动 */
  0% {-webkit-transform: translate3d(0, 0, 0); opacity: 0;}
  50% {-webkit-transform: translate3d(-20px, 0, 0);}
  100% {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes shakeInBit{
  0% {transform: translate3d(0, 0, 0);  opacity: 0;}
  50% {transform: translate3d(-20px, 0, 0);}
  100% {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.shakeInBit{
	-webkit-animation: shakeInBit 1s both;
	animation: shakeInBit 1s both;
}

/*618活动相关修改*/
.banner{
	position: relative;
	/* z-index: 0; *//*20903修改*/
}
.banner .pic-box{
	width: 100%;
	height: 584px;
	overflow: hidden;
	position: relative;
}
.banner .pic-box .pic-list{
  height: 100%;
}
.banner .pic-box .picshow{
	float:left;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	display: block; 
}
.banner .pic-box .pic{
	display: block;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
/* .banner .pic-box .pic1{
	background-image:url(../image/banner_09.jpg);
} */
.banner .pic-box .pic2{
	background-image:url(../image/8banner.jpg);
}
.banner .layui-carousel-ind{
	top:-117px;
}
.banner .layui-carousel-ind ul{
  background: none;
}
.banner .layui-carousel-ind li{
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
  	background: none;
	box-shadow: 0 2px 5px rgba(254, 151, 60, 0.4);
	margin: 0 5px;
	*display: inline;
	*zoom: 1;
}
.banner .layui-carousel-ind li.layui-this{
	background: #fff;
}
.banner .layui-carousel{
    height: 100%;
}
.banner .search{
	z-index: 2;
}
/*618活动相关修改*/

/*90711修改*/
.home-header .topBar .topNav .mainNav .nav li .downIcon,
.home-header .topBar .topNav .mainNav .nav li a:hover .downIcon{
	background-image: url(../image/icon-down90711.png);
	background-position: 0 0;
}
.banner .search .swtich .radio{
	margin-right: 34px;
	font-size: 18px;
}
.toList .bd .item .icon{
	height: 97px;
}
.toList .bd .item:hover .icon4, .toList .bd .hover:hover .icon4 {
	background:url(../image/toList_gif_6.gif) center bottom no-repeat;
}
.consumer .bd .item{
	height: 180px;
	padding-bottom: 40px;
}
.consumer .bd .item .primary{
	color: #222;
	height: 48px;
	line-height: 24px;
	margin: 10px 0;
	overflow: hidden;
}
.consumer .bd .item .second p{
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.consumer .bd .item .toDetails{
	bottom: 40px;
	width: 148px;
	height: 38px;
	line-height: 38px;
	color: #1a93c9;
	background: #fff;
	box-shadow: none;
	border: 1px solid #1a93c9;
}
.consumer .bd .item:hover .toDetails{
	color: #fff;
	background: #1a93c9;
	box-shadow: 1px 2px 6px 1px rgba(10, 132, 182, 0.25);
}

/*旗下服务*/
.brand .bd{
	padding-bottom: 60px;
}
.consumerBg{
	background: #fff;
}
.consumer .bd{
	padding-bottom: 50px;
}
.advantageBg{
	background: #f8f9fd;
}
.advantage .hd{
	padding-top: 83px;
}
.advantage .bd{
	padding-bottom: 123px;
}

.itsService{
	background-color: #f8f9fd;
}
.itsService .hd{
	padding: 0;
}
.itsService .bd{
	width: 100%;
	height: 634px;
	margin-top: 30px;
	padding-bottom: 100px;
	background: url(../image/bg_service.jpg) center top no-repeat;
}
.itsService .bd .wrapper{
	position: relative;
	height: 100%;
}
.itsService .layui-tab{
	margin: 0;
	padding: 0 2px;
	text-align: center !important;
}
.itsService .layui-tab-title{
	position: absolute;
	left: 0;
	bottom: -100px;
	height: 210px;
	border: 0;
	background: #fff;
	border-radius: 10px;
}
.itsService .layui-tab-title li{
	width: 196px;
	height: 210px;
	padding: 0;
	color: #4c4c4c;
	line-height: 1.2;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
}
.itsService .layui-tab-title li a{
	height: 100%;
}
.itsService .layui-tab-title li .iconbox{
	height: 120px;
}
.itsService .layui-tab-title li .icon{
	width: 80px;
	height: 80px;
	margin-top: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-repeat: no-repeat;
	background-image: url(../image/icon_service.png);
}
.itsService .layui-tab-title li .icon1{
	background-position: 0 0;
}
.itsService .layui-tab-title li .icon2{
	background-position: 0 -80px;
}
.itsService .layui-tab-title li .icon3{
	background-position: 0 -160px;
}
.itsService .layui-tab-title li .icon4{
	background-position: 0 -240px;
}
.itsService .layui-tab-title li .icon5{
	background-position: 0 -320px;
}
.itsService .layui-tab-title li .icon6{
	background-position: 0 -400px;
}
.itsService .layui-tab-title li .icon7{
	background-position: 0 -480px;
}
.itsService .layui-tab-title li .primary{
	font-size: 16px;
	color: #4c4c4c;
	margin-top: 6px;
	font-weight: bold;
}
.itsService .layui-tab-title li .second{
	font-size: 14px;
	color: #999;
	margin-top: 9px;
}
.itsService .layui-tab-content{
	padding: 148px 0 0;
	text-align: left;
}
.itsService .content{
	color: #fff;
	line-height: 1.2;
}
.itsService .content .title{
	position: relative;
}
.itsService .content .title h2{
	font-size: 40px;
}
.itsService .content .title .youshi{
	font-size: 18px;
	margin-top: 27px;
}
.itsService .content .title .btn{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 96px;
	height: 41px;
	color: #1eaadc;
	line-height: 41px;
	padding-left: 26px;
	border-radius: 10px;
	background: #fff url(../image/icon_todeta.png) 95px center no-repeat;
}
.itsService .content .title .btn:hover{
	box-shadow: 1px 2px 18px 2px rgba(0, 78, 106, 0.3);
}
.itsService .content .con{
	margin-top: 92px;
	font-size: 0;
}
.itsService .content li{
	float: left;
	text-align: center;
}
.itsService .content li:first-child{
	margin: 0 !important;
}
.itsService .content li .icon{
	height: 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-repeat: no-repeat;
	background-image: url(../image/icon_servicecon.png);
}
.itsService .content li .text{
	font-size: 18px;
	font-weight: bold;
	margin-top: 25px;
}
.itsService .item-first .content li{
	margin-left: 204px;
}
.itsService .item-first .content li .icon{
	width: 43px;
}
.itsService .item-first .content li .icon1{
	background-position: 0 0;
}
.itsService .item-first .content li .icon2{
	background-position: 0 -45px;
}
.itsService .item-first .content li .icon3{
	background-position: 0 -90px;
}
.itsService .item-first .content li .icon4{
	background-position: 0 -135px;
}
.itsService .item-first .content li .icon5{
	background-position: 0 -180px;
}
.itsService .item-second .content li{
	margin-left: 85px;
}
.itsService .item-second .content li .icon{
	width: 47px;
}
.itsService .item-second .content li .icon1{
	background-position: -43px 0;
}
.itsService .item-second .content li .icon2{
	background-position: -43px -45px;
}
.itsService .item-second .content li .icon3{
	background-position: -43px -90px;
}
.itsService .item-second .content li .icon4{
	background-position: -43px -135px;
}
.itsService .item-second .content li .icon5{
	background-position: -43px -180px;
}
.itsService .item-second .content li .icon6{
	background-position: -43px -225px;
}
.itsService .item-second .content li .icon7{
	background-position: -43px -270px;
}
.itsService .item-second .content li .icon8{
	background-position: -43px -315px;
}
.itsService .item-third .content li{
	margin-left: 76px;
}
.itsService .item-third .content li .icon{
	width: 45px;
}
.itsService .item-third .content li .icon1{
	background-position: -90px 0;
}
.itsService .item-third .content li .icon2{
	background-position: -90px -45px;
}
.itsService .item-third .content li .icon3{
	background-position: -90px -90px;
}
.itsService .item-third .content li .icon4{
	background-position: -90px -135px;
}
.itsService .item-third .content li .icon5{
	background-position: -90px -180px;
}
.itsService .item-third .content li .icon6{
	background-position: -90px -225px;
}
.itsService .item-third .content li .icon7{
	background-position: -90px -270px;
}
.itsService .item-fourth .content li{
	margin-left: 189px;
}
.itsService .item-fourth .content li .icon{
	width: 49px;
}
.itsService .item-fourth .content li .icon1{
	background-position: -135px 0;
}
.itsService .item-fourth .content li .icon2{
	background-position: -135px -45px;
}
.itsService .item-fourth .content li .icon3{
	background-position: -135px -90px;
}
.itsService .item-fourth .content li .icon4{
	background-position: -135px -135px;
}
.itsService .item-fourth .content li .icon5{
	background-position: -135px -180px;
}
.itsService .item-fifth .content .con{
	padding: 0 10px;
}
.itsService .item-fifth .content li{
	width: 25%;
}
.itsService .item-fifth .content li .icon{
	width: 39px;
}
.itsService .item-fifth .content li .icon1{
	background-position: -184px 0;
}
.itsService .item-fifth .content li .icon2{
	background-position: -184px -45px;
}
.itsService .item-fifth .content li .icon3{
	background-position: -184px -90px;
}
.itsService .item-fifth .content li .icon4{
	background-position: -184px -135px;
}
.itsService .item-sixth .content li{
	margin-left: 72px;
}
.itsService .item-sixth .content li .icon{
	width: 46px;
}
.itsService .item-sixth .content li .icon1{
	background-position: -223px 0;
}
.itsService .item-sixth .content li .icon2{
	background-position: -223px -45px;
}
.itsService .item-sixth .content li .icon3{
	background-position: -223px -90px;
}
.itsService .item-sixth .content li .icon4{
	background-position: -223px -135px;
}
.itsService .item-sixth .content li .icon5{
	background-position: -223px -180px;
}
.itsService .item-sixth .content li .icon6{
	background-position: -223px -225px;
}
.itsService .item-sixth .content li .icon7{
	background-position: -223px -270px;
}
.itsService .item-sixth .content li .icon8{
	background-position: -223px -315px;
}
.itsService .item-seventh .content li{
	margin-left: 163px;
}
.itsService .item-seventh .content li .icon{
	width: 55px;
}
.itsService .item-seventh .content li .icon1{
	background-position: -269px 0;
}
.itsService .item-seventh .content li .icon2{
	background-position: -269px -45px;
}
.itsService .item-seventh .content li .icon3{
	background-position: -269px -90px;
}
.itsService .item-seventh .content li .icon4{
	background-position: -269px -135px;
}
.itsService .item-seventh .content li .icon5{
	background-position: -269px -180px;
}
.itsService .layui-tab-title .layui-this{
	z-index: 2;
	color: #4c4c4c;
	box-shadow: 2px 3px 30px rgba(180, 211, 242, 0.55);
}
.itsService .layui-tab-title .layui-this .icon{
	margin-top: 30px;
}
.itsService .layui-tab-title .layui-this:after,
.itsService .layui-tab-bar{
	display: none;
}

@media screen and (max-width: 1220px) {
	.banner{
		height: 388px;
	}
	.banner .banner_txt{/*210310修改*/
		top: 229px;
		left: 256px;
		width: 398px;
    	height: 86px;
		background: url(../image/banner_txt_s91127.png);
	}
	.banner .search{
		top: 305px;
	}
	.banner .search .swtich .radio,
	.banner .search .input-search .search-box .search-btn,
	.banner .search .input-search .goSell-btn{
		font-size: 18px;
	}
	.toList{
		margin-top: 87px;
	}
	.publicity{
		height: 420px;
		overflow: hidden;
	}
	.publicity .item{
		width: 216px;
		height: 144px;
		margin-right: 10px;
	}
	.publicity .item .bg1{
		width: 100%;
		height: 100%;
	}
	.publicity .hover{
		width: 282px;
		height: 172px;
	}
	.publicity .item .primary{
		bottom: 26px;
		font-size: 16px;
	}
	.publicity .hover .primary{
		bottom: 40px;
	}
	
	.publicity .item .play {
	  top: 32px;
	}
	
	.publicity .item .more_box {
	  top: 32px;
	}
	.publicity .hover .play,
	.publicity .hover .more_box {
	  top: 50px;
	}
	
	.brand .entrance{
		width: 210px;
	}
	.brand .home_brand{
		width: 748px;
	}
	
	/*618活动相关修改*/
	.banner .pic-box{
		height: 488px;
	}
	.banner .pic-box .pic2{
		background-image:url(../image/8banner.jpg);
	}
	.banner .layui-carousel-ind{
	    top:-111px;
	}
	/*618活动相关修改end*/
	
	/*旗下服务*/
	.itsService .layui-tab{
		padding: 0;
	}
	.itsService .layui-tab-title{
		left: 0;
	}
	.itsService .layui-tab-title li{
		width: 160px;
	}
	.itsService .layui-tab-title li .second{
		font-size: 13px;
	}
	.itsService .item-first .content li {
	    margin-left: 149px;
	}
	.itsService .item-second .content li {
	    margin-left: 54px;
	}
	.itsService .item-third .content li {
	    margin-left: 40px;
	}
	.itsService .item-fourth .content li {
	    margin-left: 135px;
	}
	.itsService .item-sixth .content li {
	    margin-left: 42px;
	}
	.itsService .item-seventh .content li {
	    margin-left: 109px;
	}
}
#header{
	position: fixed;
	z-index: 999;
	height: 100px;
	width: 100%;
	left:0;
}
.home-header{
	overflow: visible !important;
}
.banner .layui-carousel .layui-carousel-arrow {
    display: none !important;
}

/*91210关于舞泡展示区修改*/
.publicityNew{
	height: 426px;
	margin-top: 37px;
	background: #f8f9fd;
}
.publicityNew .publicity_over_left,
.publicityNew .publicity_over_right{
	background: #f8f9fd;
}
.publicityNew .hd{
	top: 70px;
}
.publicityNew .bd{
    padding-top: 130px;
}
.publicityNew .item{
	width: 284px;
	height: 202px;
	margin-top: 14px;
	margin-right: 14px;
	box-shadow: none;
}
.publicityNew .item img{
	width:auto;
	border-radius: 20px;
	transition: all 0.36s ease;
}
.publicityNew .item .hoverbg{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #54c7f1;
	background: rgba(21, 182, 240, 0.7);
	border-radius: 20px;
}
.publicityNew .item .primary{
	bottom: 17px;
	text-shadow: none;
	font-weight: bold;
}
.publicityNew .item .play{
	top: 12px;
	left: auto;
	right: 16px;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	background: #a3aaae;
	background: rgba(0, 0, 0, 0.3);
}
.publicityNew .item .play .play_btn{
    position: absolute;
    left: 14px;
    top: 12px;
	width: 7px;
    height: 9px;
    margin: 0;
    background: url(../image/publicity_play_btn-91210.png) 0 0 no-repeat;
}
.publicityNew .item .todetails{
	display: none;
	position: absolute;
	left: 0;
	bottom: 17px;
	width: 100%;
	text-align: center;
}
.publicityNew .item .todetails span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #fff;
	padding-right: 15px;
	line-height: 1.2;
	background: url(../image/icon_todetails.png) right center no-repeat;
}
.publicityNew .item:hover{
	width: 284px;
	height: 230px;
	margin-top: 0;
	transition: all 0.36s ease;
	box-shadow: 0 13px 38px rgba(24, 162, 212, 0.2);
}
.publicityNew .item:hover .hoverbg,
.publicityNew .item:hover .todetails{
	display: block;
}
.publicityNew .item:hover .primary{
	bottom: 104px;
}
.publicityNew .item:hover .play{
	background: #fff;
	box-shadow: 0 4px 27px #13adea;
}
.publicityNew .item:hover .play .play_btn{
	background-position: 0 -9px;
}
.publicityNew .item:hover img{
	
}

.new-jpmain .goodpm .robP:hover{
	color: #fff;
	border-color: #1eaadc;
	background-color: #1eaadc;
}

.brand .hd .imgbox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 145px;
	height: 24px;
	margin-left: 37px;
	position: relative;
}
.brand .hd .imgbox img{
	position: absolute;
	left: 0;
	top: -8px;
}
.brand .bd{
	padding-bottom: 0;
}
.consumer .hd{
	padding-top: 57px;
}
.consumer .bd{
	padding-bottom: 100px;
}
.advantage .hd{
	padding-top: 105px;
}
.banner .golink{
	position: absolute;
	left: 0;
	top: 11%;
	width: 100%;
	height: 89%;
}


@media screen and (max-width: 1220px) {
	.publicityNew{
		height: 380px;
	}
	.publicity .item{
		width: 232px;
		height: 165px;
		margin-right: 10px;
	}
	.publicityNew .item:hover{
		width: 232px;
		height: 187px;
	}
	.publicityNew .item:hover .primary{
		bottom: 83px;
	}
	/*200106修改*/
	.banner .golink{
		top: 8%;
		height: 92%;
	}
	
}
/*200107修改*/
.home-header .topBar .logo{
	background: none;
}
.home-header .topBar .icon-logo{
	background-image: url(../image/logo_white.png);
}
/*200316修改*/
.toListNew .bd .item .icon{
	background: url(../image/to_list_20316.png) no-repeat;
}
.toListNew .bd .item .icon1{
  background-position: -19px 0;
}
.toListNew .bd .item .icon2{
  background-position: -268px 0;
}
.toListNew .bd .item .icon3{
  background-position: -519px 0;
}
.toListNew .bd .item .icon4{
  background-position: -770px 0;
}
.toListNew .bd .item .icon5{
  background-position: -1018px 0;
}
 .toListNew .bd .item:hover .icon1, .toListNew .bd .hover:hover .icon1 {
  background:url(../image/toList_gif_1_0307.gif);
}
.toListNew .bd .item:hover .icon2, .toListNew .bd .hover:hover .icon2 {
  background:url(../image/toList_gif_2_0307.gif);
}
.toListNew .bd .item:hover .icon3, .toListNew .bd .hover:hover .icon3 {
  background:url(../image/toList_gif_3_0307.gif);
}
.toListNew .bd .item:hover .icon4, .toListNew .bd .hover:hover .icon4 {
  background:url(../image/toList_gif_6.gif) center bottom no-repeat;
}
.toListNew .bd .item:hover .icon5, .toListNew .bd .hover:hover .icon5 {
  background:url(../image/toList_gif_5_0307.gif);
}

/*20522修改*/
.itsService .layui-tab-title li{
	width: 393px;
}
.itsService .layui-tab-title li .icon{
	background-image: url(../image/icon_service.png);
}
.itsService .layui-tab-title li .iconrz{
	background-position: 0 -560px;
}
.itsService .item-ruzhu .content li {
    width: 20%;
}
.itsService .item-ruzhu .content li .icon {
    width: 42px;
    background-image: url(../image/icon_servicerz.png);
}
.itsService .item-ruzhu .content li .icon1 {
    background-position: 0 0;
}
.itsService .item-ruzhu .content li .icon2 {
    background-position: 0 -45px;
}
.itsService .item-ruzhu .content li .icon3 {
    background-position: 0 -90px;
}
.itsService .item-ruzhu .content li .icon4 {
    background-position: 0 -135px;
}
.itsService .item-ruzhu .content li .icon5 {
    background-position: 0 -180px;
}
@media screen and (max-width: 1220px) {
	.itsService .layui-tab-title li{
		width: 320px;
	}
}

/*20504修改 新增攻略*/
.brand .bd{
	padding-bottom: 90px;
}
.bottomConBg{
	background: #f8f9fd;
}
.ourAdvantage .bd{
	padding-top: 33px;
}
.ourAdvantage .advItem li{
	float: left;
	width: 18.8%;
	height: 167px;
	margin-top: 17px;
	margin-left: 1.5%;
	*margin-left: 1.45%;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}
.ourAdvantage .advItem li.ml-0{
	margin-left: 0 !important;
}
.ourAdvantage .advItem li a{
	display: block;
	color: #4c4c4c;
	height: 124px;
	padding-top: 43px;
}
.ourAdvantage .advItem li .icon{
	width: 44px;
	height: 42px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background-repeat: no-repeat;
	background-image: url(../image/icon_tenys20504.png);
}
.ourAdvantage .advItem li .icon1{
	background-position:  0 0;
}
.ourAdvantage .advItem li .icon2{
	background-position:  0 -42px;
}
.ourAdvantage .advItem li .icon3{
	background-position:  0 -84px;
}
.ourAdvantage .advItem li .icon4{
	background-position:  0 -126px;
}
.ourAdvantage .advItem li .icon5{
	background-position:  0 -168px;
}
.ourAdvantage .advItem li .icon6{
	background-position:  0 -210px;
}
.ourAdvantage .advItem li .icon7{
	background-position:  0 -252px;
}
.ourAdvantage .advItem li .icon8{
	background-position:  0 -294px;
}
.ourAdvantage .advItem li .icon9{
	background-position:  0 -336px;
}
.ourAdvantage .advItem li .icon10{
	background-position:  0 -378px;
}
.ourAdvantage .advItem .primary{
	font-size: 18px;
	line-height: 1.5;
	margin-top: 17px;
}
.ourAdvantage .advItem .second{
	color: #999;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	text-align: left;
	display: none;
}
.ourAdvantage .advItem li:hover{
	box-shadow: 0 0 20px rgba(227, 238, 249, 0.89);
}
.ourAdvantage .advItem li:hover a{
	height: 140px;
	padding-top: 27px;
}
.ourAdvantage .advItem li:hover .icon{
	width: 36px;
	height: 36px;
}
.ourAdvantage .advItem li:hover .icon1{
	background-position: -50px 0;
}
.ourAdvantage .advItem li:hover  .icon2{
	background-position:  -50px -42px;
}
.ourAdvantage .advItem li:hover .icon3{
	background-position:  -50px -84px;
}
.ourAdvantage .advItem li:hover .icon4{
	background-position:  -50px -126px;
}
.ourAdvantage .advItem li:hover .icon5{
	background-position:  -50px -168px;
}
.ourAdvantage .advItem li:hover .icon6{
	background-position:  -50px -210px;
}
.ourAdvantage .advItem li:hover .icon7{
	background-position:  -50px -252px;
}
.ourAdvantage .advItem li:hover .icon8{
	background-position:  -50px -294px;
}
.ourAdvantage .advItem li:hover .icon9{
	background-position:  -50px -336px;
}
.ourAdvantage .advItem li:hover .icon10{
	background-position:  -50px -378px;
}
.ourAdvantage .advItem li:hover .primary{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}
.ourAdvantage .advItem li:hover .second{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
/*买卖攻略210304修改*/
.strategyCon .bd{
	padding: 52px 0 60px;
}
.strategyCon .strategyBg{
	background: #fff;
	border-radius: 10px;
	padding: 12px 0 23px;
	box-shadow: 0 0 9px rgba(236, 240, 246, 0.4);
}
.strategyCon .strategyMain .title{
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	position: relative;
}
.strategyCon .strategyMain .title span{
	color: #4c4c4c;
	font-weight: bold;
}
.strategyCon .strategyMain .title .toMore{
	position: absolute;
	top: 14px;
	right: 25px;
	color: #999;
	font-size: 14px;
	line-height: 1.2;
	padding-right: 13px;
}
.strategyCon .strategyMain .title .icon-go{
	position: absolute;
	top: 2px;
	right: 0;
	width: 7px;
	height: 12px;
	background: url(../image/icon_more20504.png) 0 0 no-repeat;
}
.strategyCon .strategyMain .title .toMore:hover{
	color: #1eaadc;
}
.strategyCon .strategyMain .title .toMore:hover .icon-go{
	background-position: 0 -18px;
}
.strategyCon .strategy-L,
.strategyCon .strategy-R{
	float: left;
	font-size: 16px;
}
.strategyCon .strategy-L{
	width: 460px;
	height: 482px;
}
.strategyCon .clientCon{
	padding: 0 15px;
}
.strategyCon .layui-carousel,
.strategyCon .layui-carousel>*[carousel-item]>*{
	background: none;
}
.strategyCon .layui-carousel-ind{
	top: -4px;
}
.strategyCon .layui-carousel-ind ul{
	padding: 0;
	background: none;
}
.strategyCon .layui-carousel-ind li{
	width: 35px;
	height: 4px;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
	overflow: hidden;
	border-radius: 2px;
	background-color: #eee;
}
.strategyCon .layui-carousel-ind li.layui-this{
	background-color: #1eaadc;
}
.strategyCon .layui-carousel>*[carousel-item]:before,
.strategyCon .layui-carousel-arrow,
.strategyCon .layui-carousel[lay-arrow="none"] .layui-carousel-arrow{
	display: none !important;
}
.strategyCon .case-carousel {
	height: 438px !important;
}
.strategyCon .clientCon .infoItem{
	float: left;
	width: 190px;
	margin-left: 10px;
	padding: 12px 10px;
	background: #fff;
	border-radius: 5px;
}
.strategyCon .clientCon .infoItem:first-child{
	margin-left: 0 !important;
}
.strategyCon .clientCon .photobox{
	width: 100%;
	height: 234px;
}
.strategyCon .clientCon .photobox img{
	width: 100%;
	height: 100%;
}
.strategyCon .clientCon .infobox{
	margin-top: 23px;
}
.strategyCon .clientCon .date{
	color: #4c4c4c;
	line-height: 1.2;
	font-weight: bold;
	padding-left: 8px;
	position: relative;
}
.strategyCon .clientCon .date .line{
	position: absolute;
	left: 0;
	top: 3px;
	*top: 5px;
	width: 3px;
	height: 13px;
	overflow: hidden;
	border-radius: 1px;
	background: #1694c8;
}
.strategyCon .clientCon .desc{
	color: #666;
	height: 44px;
    line-height: 22px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 11px;
}
.strategyCon .clientCon .shopinfo p{
	color: #999;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.strategyCon .clientCon .infoItem:hover{
	box-shadow: 0 2px 10px rgba(87, 88, 88, 0.07);
}
.strategyCon .clientCon .infoItem:hover .desc{
	color: #1eaadc;
}

.strategyCon .strategy-R{
	width: 720px;
}
.strategyCon .zixunCon{
	float: left;
	width: 340px;
	height: 238px;
	padding: 12px 0 0;
	margin-left: 20px;
	margin-bottom: 17px;
}
.strategyCon .zixunCon .zixunInfo{
	padding: 12px 25px;
    line-height: 20px;
}
.strategyCon .zixunCon .zixunInfo a{
	color: #666;
}
.strategyCon .zixunCon .firstItem{
	position: relative;
	min-height: 69px;
	display: block;
}
.strategyCon .zixunCon .firstItem .imgshow{
	position: absolute;
	left: 0;
	top: 0;
}
.strategyCon .zixunCon .firstItem .imgshow img{
	width: 121px;
	height: 69px;
}
.strategyCon .zixunCon .firstItem .zizunNews{
	margin-left: 140px;
}
.strategyCon .zixunCon .firstItem .text{
	max-height: 40px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.strategyCon .zixunCon .firstItem .time{
	position: relative;
	margin-top: 13px;
	padding-left: 22px;
	line-height: 1.2;
	font-size: 14px;
	color: #999;
}
.strategyCon .zixunCon .firstItem .time .icon{
	position: absolute;
	left: 0;
	top: 0;
	*top: 2px;
	width: 15px;
	height: 15px;
	background: url(../image/icon_time.png) no-repeat;
}
.strategyCon .zixunCon .secondItem{
	padding-top: 11px;
}
.strategyCon .zixunCon .secondItem .item{
	margin-top: 15px;
}
.strategyCon .zixunCon .secondItem a{
	display: block;
	position: relative;
	padding-left: 17px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.strategyCon .zixunCon .secondItem .dian{
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #eee;
	border-radius: 50%;
}
.strategyCon .zixunCon .zixunInfo a:hover{
	color: #1eaadc;
}

@media screen and (max-width: 1220px) {
	.strategyCon .strategy-L,
	.strategyCon .strategy-R{
		font-size: 15px;
	}
	.strategyCon .strategy-L{
		width: 370px;
		height: 443px;
	}
	.strategyCon .strategy-L .title{
		padding-left: 15px;
		padding-right: 15px;
	}
	.strategyCon .strategy-L .title .toMore,
	.strategyCon .strategy-R .title .toMore{
		right: 15px;
	}
	.strategyCon .clientCon{
		padding: 0 8px;
	}
	.strategyCon .case-carousel{
		height: 399px !important;
	}
	.strategyCon .clientCon .infoItem{
		width: 158px;
		padding: 9px 7px;
	}
	.strategyCon .clientCon .photobox{
		height: 194px;
	}
	.strategyCon .strategy-R{
		width: 590px;
	}
	.strategyCon .zixunCon{
		width: 285px;
		height: 222px;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.strategyCon .strategy-R .title,
	.strategyCon .zixunCon .zixunInfo{
		padding-left: 10px;
		padding-right: 10px;
	}
	.strategyCon .zixunCon .secondItem .item{
		margin-top: 12px;
	}
}
/*210304修改end*/
/*-----200527新增品牌授权--------*/
.ppAccredit .entrance{
	background: url(../image/pinpai_sq.png) center bottom no-repeat;
	width: 210px;
	height: 300px;
	margin-right: 2px;
}
.ppAccredit .entrance .bottom_text{
	width: 120px;
	height: 32px;
	color: #1aa0d3;
	font-size: 14px;
	border-radius: 6px;
	top: 237px;
	margin-left: 45px;
	left: 0;
	background: #fff;
    text-align: center;
}
.ppAccredit .entrance .bottom_text:hover{
	box-shadow: none;
}
.ppAccredit .pp_classify li{
	float: left;
	width: 215px;
	height: 300px;
	margin-left: 27px;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 3px 25px rgba(0,0,0,0.08);
}
.ppAccredit .pp_classify li a{
	display: block;
	height: 100%;
}
.ppAccredit .pp_classify li:hover{
	box-shadow: 0px 3px 25px rgba(0,0,0,0.13);
}
.ppAccredit .pp_classify li.mrgnone{
	margin-right: 0 !important;
}
.ppAccredit .pp_classify li img{
	margin-top: 44px;
}
.ppAccredit .pp_classify p.title{
	margin: 33px 0 6px 0;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.ppAccredit .pp_classify p.brand{
	color: #999;
	font-size: 14px;
}
.ppAccredit .pp_classify .unfold{
	background: url(../image/pp_more.png);
	width: 18px;
	height: 18px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 41px;
}

@media screen and (max-width: 1220px) {
	.ppAccredit .pp_classify li{
		width: 168px;
		margin-left: 19px;
	}
}

/*20927修改优选店铺*/
.newyx_shop{
	background: url(../image/yx_bg.jpg) center center no-repeat;
	width: 100%;
	height: 544px;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
	text-align: center;
}
.newyx_shop .hd{
	text-align: left;
	padding-top: 70px;
	float: left;
}
.newyx_shop .hd i.border{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 23px;
  width: 6px;
  background-color: #fff;
  border-radius: 3px;
}
.newyx_shop .hd .text{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  *line-height: 1.2;
  margin-left: 20px;
}
.newyx_shop .hd p{
	font-size: 16px;
	margin-top: 15px;
}
.newyx_shop .more{
	background-color: #fff;
	font-size: 14px;
	width: 122px;
	height: 41px;
	line-height: 41px;
	border-radius: 10px;
	margin-top: 75px;
	float: right;
	text-align: left;
}
.newyx_shop .more a{
	color: #1eaadc;
	display: block;
	padding-left: 26px;
	position: relative;
}
.newyx_shop .more a .icon-go{
	position: absolute;
	top: 15px;
	*top: 5px;
	right: 21px;
	width: 7px;
	height: 11px;
	background: url(../image/icon_yxgo.png) 0 0 no-repeat;
}
.newyx_shop .more:hover{
	box-shadow: 1px 2px 18px 2px rgba(0, 78, 106, 0.3);
}
.newyx_shop .layui-carousel,
.newyx_shop .layui-carousel>*[carousel-item]>*{
	background: none;
}
.newyx_shop .layui-carousel-ind{
	top: -57px;
}
.newyx_shop .layui-carousel-ind ul{
	padding: 0;
	background: none;
}
.newyx_shop .layui-carousel-ind li{
	width: 8px;
	height: 8px;
	*display: inline;
	*zoom: 1;
	margin: 0 10px;
	background-color: #fff;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.newyx_shop .layui-carousel-ind li.layui-this{
	opacity: 1;
    filter: alpha(opacity=100);
}
.newyx_shop .layui-carousel>*[carousel-item]:before{
	display: none !important;
}
.newyx_shop .layui-carousel[lay-arrow="always"] .layui-carousel-arrow{
	left: 0;
	top: 156px;
	font-size: 0;
	width: 29px;
	height: 60px;
	margin-top: 0;
	border-radius: 5px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(../image/yx_arrowicon.png);
	display: none !important;
}
.newyx_shop .layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"]{
	right: 0;
	background-position: -30px 0;
}
.newyx_shop .yxshop-carousel {
	width: 1279px !important;
	height: 416px !important;
	margin: 0 auto;
	margin-left: -49px;
}
.newyx_shop .yxshopCon{
	font-size: 0;
	height: auto;
	padding-top: 40px;
}
.newyx_shop .yxshopItem{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	color: #333;
	width: 351px;
	height: 270px;
	padding: 10px;
	margin: 0 17px;
	background: #fff;
	border-radius: 10px;
}
.newyx_shop .yxshopItem .videoCover{
	width: 100%;
	height: 190px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.newyx_shop .yxshopItem .videoCover .videoimg{
	width: 100%;
	height: 100%;
	transition: all .36s;
}
.newyx_shop .yxshopItem .videobg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 5px;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.newyx_shop .yxshopItem .txt,
.newyx_shop .yxshopItem .videobtn{
	position: absolute;
	z-index: 3;
}
.newyx_shop .yxshopItem .txt{
	top: 0;
	left: 0;
	width: 99px;
	height: 33px;
	color: #fff;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	background: #000;
	border-radius: 5px 0 5px 0;
	background: rgba(0, 0, 0 , 0.5);
}
.newyx_shop .yxshopItem .videobtn{
	top: 50%;
	left: 50%;
	margin-top: -18px;
	margin-left: -18px;
}
.newyx_shop .yxshopItem .yxshopInfo{
	margin: 0 10px;
}
.newyx_shop .yxshopItem .shopprice{
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	border-bottom: 1px solid #e5e5e5;
}
.newyx_shop .yxshopItem .title,
.newyx_shop .yxshopItem .name{
	float: left;
}
.newyx_shop .yxshopItem .price,
.newyx_shop .yxshopItem .todetails{
	float: right;
}
.newyx_shop .yxshopItem .title{
	max-width: 64%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newyx_shop .yxshopItem .price{
	color: #ff0000;
}
.newyx_shop .yxshopItem .shoptype{
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
}
.newyx_shop .yxshopItem .name{
	position: relative;
	padding-left: 22px;
}
.newyx_shop .yxshopItem .name .icon{
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 20px;
	background: url(../image/yx_dpicon.png) no-repeat;
}
.newyx_shop .yxshopItem .name .icon1{
	background-position: 0 0;
}
.newyx_shop .yxshopItem .name .icon2{
	background-position: 0 -20px;
}
.newyx_shop .yxshopItem .name .icon3{
	background-position: 0 -40px;
}
.newyx_shop .yxshopItem .name .icon15{
	background-position: 0 -60px;
}
.newyx_shop .yxshopItem .name .icon16{
	background-position: 0 -80px;
}
.newyx_shop .yxshopItem .todetails{
	position: relative;
	padding-right: 12px;
}
.newyx_shop .yxshopItem .todetails .icon-go{
	position: absolute;
	top: 0;
	*top: 2px; 
	right: 0;
	width: 7px;
	height: 20px;
	background: url(../image/icon_gomore.png) 0 0 no-repeat;
}
.newyx_shop .yxshopItem:hover{
	box-shadow: 3.5px 6px 49px 5px rgba(0, 78, 106, 0.4);
}
.newyx_shop .yxshopItem:hover .videoCover .videoimg{
	transform: scale(1.1);
}
.newyx_shop .yxshopItem:hover .todetails{
	color: #1eaadc;
}
.newyx_shop .yxshopItem:hover .todetails .icon-go{
	background-position: 0 -20px;
}

@media screen and (max-width: 1220px) {
	.newyx_shop .yxshop-carousel{
		width: 1059px !important;
	}
	.newyx_shop .yxshopItem{
		width: 286px;
		height: 235px;
		margin: 0 10px;
	}
	.newyx_shop .yxshopItem .videoCover{
		height: 155px;
	}
}

/*end20927修改优选店铺*/



/*20701周年庆*/
.toService{
	position: fixed;
	right: 40px;
	bottom: 0;
	z-index: 999;
	cursor: pointer;
}
.toService-con{
	position: absolute;
	bottom: 0;
	right: 0;
}
#toServiceimg{
	width: 228px;
	height: 200px;
}

.videoWrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 200000;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}
.videoWrap .wrapper{
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	margin-left: -600px;
	z-index: 2;
}
.videoWrap .wrapper .znclose{
	position: absolute;
	bottom: 55px;
	right: 27px;
	cursor: pointer;
}
.videoWrap .section-con{
	width: 100%;
    height: 100%;
    overflow: hidden;
}
.videoWrap .section-con .videobg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 635px;
	background: url(../image/videobg.png) center bottom no-repeat;
}
.videoWrap #videoImg{
	height: 100%;
}
@media screen and (max-width: 1280px) {
	.toService{
		right: 35px;
	}
	#toServiceimg{
		width: 200px;
		height: 145px;
	}
}

/*20903修改*/
.searchTuijBox{
	position: absolute;
	left: 0;
	top: 48px;
	width: 77%;
	padding-top: 10px;
}
.searchBox .searchTuij{
	width: 100%;
    padding: 12px 0;
	font-size: 14px;
	letter-spacing: normal;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 9px 25px rgba(85, 87, 97, 0.25);
}
.searchBox .searchTuij-hot{
	padding-bottom: 15px;
}
.searchBox .searchTuij li{
	line-height: 18px;
}
.searchBox .searchTuij li.title{
	color: #999;
	padding: 5px 3.2%;
}
.searchBox .searchTuij li a{
	color: #666;
	display: block;
	padding: 5px 3.2%;
}
.searchBox .searchTuij li i,
.searchBox .searchTuij li span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.searchBox .searchTuij li i{
	width: 18px;
	height: 18px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: arial;
	text-align: center;
	border-radius: 3px;
	background: #d0d0d0;
	margin-right: 7px;
}
.searchBox .searchTuij li i.first{
	background: #ff4040;
}
.searchBox .searchTuij li i.second{
	background: #ff6040;
}
.searchBox .searchTuij li i.third{
	background: #0cc467;
}
.searchBox .searchTuij li span{
	max-width: 152px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.searchBox .searchTuij li a:hover,
.searchBox .searchTuij li a.hover{
	color: #1eaadc;
	background: #f5f5f5;
}
.itsService .item-ruzhu .content li .icon2{
	background: url(../image/icon_ppbz20903.png) 0 0 no-repeat;
}

/*20927代入驻*/
.daiRuzhu{
	background: #f8f9fd;
}
.daiRuzhu .hd{
	position: relative;
}
.floor .hd .goLink{
	position: absolute;
	right: 0;
	bottom: 2px;
	color: #333;
	font-size: 16px;
	line-height: 20px;
	padding-right: 18px;
}
.floor .hd .goLink .icon{
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 20px;
	background: url(../image/icon_gomore.png) 0 0 no-repeat;
}
.floor .hd .goLink:hover{
	color: #1eaadc;
}
.floor .hd .goLink:hover .icon{
	background-position: 0 -20px;
}
.daiRuzhu .bd{
	height: 364px;
	padding: 30px 0 80px;
}
.daiRuzhu .leftCon,
.daiRuzhu .rightCon{
	float: left;
}
.daiRuzhu .leftCon{
	width: 370px;
	height: 100%;
	border-radius: 10px 0 0 10px;
	background: url(../image/drz_imgshow.png) right top no-repeat;
}
.daiRuzhu .leftCon .con{
	padding: 0 13.7%;
}
.daiRuzhu .leftCon .con .title{
	color: #fff;
	font-size: 24px;
	line-height: 64px;
	padding-top: 20px;
	position: relative;
	border-bottom: 1px solid #5dd8f1;
}
.daiRuzhu .leftCon .con .btn{
	position: absolute;
	right: 0;
	bottom: 17px;
	width: 28px;
	height: 28px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}
.daiRuzhu .leftCon .con .btn i{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 7px;
	height: 20px;
	margin-top: 4px;
	background: url(../image/icon_gomore.png) 0 -20px no-repeat;
}
.daiRuzhu .leftCon:hover .con .btn{
	box-shadow: 1px 2px 18px 2px rgba(0, 78, 106, 0.2);
}
.daiRuzhu .leftCon .con .desc{
	color: #e4f8ff;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 14px;
}
.daiRuzhu .rightCon{
	width: 810px;
	height: 100%;
	background: #fff;
	position: relative;
	border-radius: 0 10px 10px 0;
}
.daiRuzhu .rightCon .centerLine{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 3;
	overflow: hidden;
	background: #e6e7ed;
}
.daiRuzhu .rightCon .item{
	float: left;
	width: 25%;
	*width: 24.99%;
	height: 182px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
}
.daiRuzhu .rightCon .item-fourth{
	border-top-right-radius: 10px;
}
.daiRuzhu .rightCon .item-last{
	border-bottom-right-radius: 10px;
}
.daiRuzhu .rightCon .item .txt{
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	color: #333;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
}
.daiRuzhu .rightCon .item .btnbox{
	position: absolute;
	left: 5%;
	bottom: -29px;
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 5px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.daiRuzhu .rightCon .item .btnbox a{
	float: left;
	width: 50%;
	*width: 49.99%;
	height: 29px;
	font-size: 12px;
	line-height: 29px;
	text-align: center;
}
.daiRuzhu .rightCon .item .tozxbtn{
	color: #fff;
	background: #1eaadc;
}
.daiRuzhu .rightCon .item .tolistbtn{
	color: #1eaadc;
	background: #edf8fc;
}
.daiRuzhu .rightCon .item .border{
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	overflow: hidden;
	background: #e6e7ed;
}
.daiRuzhu .rightCon .item:hover{
	z-index: 4;
	box-shadow: 2px 3px 30px rgba(180, 211, 242, 0.55);
}
.daiRuzhu .rightCon .item:hover .txt{
	top: 0;
	bottom: auto;
	text-align: left;
	text-indent: 5%;
}
.daiRuzhu .rightCon .item:hover .btnbox{
	bottom: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
}
@media screen and (max-width: 1220px) {
	.daiRuzhu .leftCon{
		width: 330px;
	}
	.daiRuzhu .rightCon{
		width: 630px;
	}
}


/*21027网店短视频*/
.onlineVideo{
	background: url(../image/onlinevideo_bg.jpg) center top no-repeat;
    width: 100%;
    height: 521px;
    overflow: hidden;
}
.onlineVideo .hd{
	position: relative;
}
.onlineVideo .hd i.border{
	background: #fff;
}
.onlineVideo .hd .text{
	color: #fff;
}
.onlineVideo .hd .more{
	position: absolute;
	right: 0;
	top: 67px;
    width: 58px;
    height: 41px;
    color: #1eaadc;
    font-size: 14px;
    line-height: 41px;
    padding-left: 18px;
    border-radius: 10px;
    background: #fff url(../image/icon_todeta.png) 52px center no-repeat;
}
.onlineVideo .hd .more:hover{
	box-shadow: 1px 2px 18px 2px rgba(0, 78, 106, 0.3);
}
.onlineVideo .bd{
	padding-top: 40px;
}
.onlineVideo .video-switch{
    text-align: center;
    position: relative;
}
.onlineVideo .video-switch .arrow-left,
.onlineVideo .video-switch .arrow-right {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 29px;
    height: 60px;
    margin-top: -30px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-color: #117b9b;
    background-color: rgba(0, 0 ,0 , .2);
	background-image: url(../image/yx_arrowicon.png);
}
.onlineVideo .video-switch .arrow-left{
	left: 0;
	background-position: 0 0;
}
.onlineVideo .video-switch .arrow-right{
	right: 0;
	background-position: -30px 0;
}
.onlineVideo .video-switch .arrow-left:hover,
.onlineVideo .video-switch .arrow-right:hover{
	background-color: #19627d;
    background-color: rgba(0, 0 ,0 , .4);
}
.onlineVideo .swiper-container{
    height: 280px;
    width: 1230px;
    margin-left: -25px;
}
.onlineVideo .videoItem{
    position: relative;
    width: 281px;
    height: 158px;
	margin-top: 57px;
    text-align: center;
    border-radius: 10px;
    border: 4px solid #0091be;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}
.onlineVideo .videoCover{
	position: relative;
	width: 100%;
	height: 100%;
}
.onlineVideo .videoimg{
	width: 100%;
	height: 100%;
}
.onlineVideo .videobg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
    filter: alpha(opacity=20);
}
.onlineVideo .videoCover .txt,
.onlineVideo .videobtn{
	position: absolute;
	z-index: 3;
}
.onlineVideo .videoCover .txt{
	top: 0;
	left: 0;
	width: 80px;
	height: 24px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background: #000;
	border-radius: 0 0 13px 0;
	background: #1eabdc;
	background: linear-gradient(to right, #1eabdc, #1bd0ec);
}
.onlineVideo .videoCover .videobtn{
	top: 50%;
	left: 50%;
	width: 29px;
	height: 29px;
	margin-top: -15px;
	margin-left: -15px;
	background: url(../image/icon_videoplay_s.png) no-repeat;
}
.onlineVideo .swiper-slide{
	height: 100%;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.onlineVideo .swiper-slide-visible{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.onlineVideo .swiper-slide-active{
	-webkit-transform: scale(1);
	transform: scale(1);
	position: relative;
	z-index: 2;
}
.onlineVideo .swiper-slide-active .videoItem{
	width: 484px;
	height: 272px;
	margin-top: 0 !important;
	margin-left: -41px;
	border-radius: 15px;
}
.onlineVideo .swiper-slide-active .videoCover .txt{
	width: 120px;
	height: 29px;
	font-size: 16px;
	line-height: 29px;
}
.onlineVideo .swiper-slide-active .videoCover .videobtn{
	width: 48px;
	height: 49px;
	margin-top: -24px;
	margin-left: -25px;
	background: url(../image/icon_videoplay_b.png) no-repeat;
}
.onlineVideo .videoInfo{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 14px;
	background: #fff;
	text-align: left;
}
.onlineVideo .videoInfo .infoBox{
	padding: 42px 28px 0 35px;
}
.onlineVideo .videoInfo .topinfo{
	height: 155px;
}
.onlineVideo .videoInfo .titleLeft{
	float: left;
	width: 165px;
	margin-top: 20px;
}
.onlineVideo .videoInfo .title{
	position: relative;
}
.onlineVideo .videoInfo .title .txt{
	position: relative;
	z-index: 2;
	font-size: 18px;
	line-height: 1.5;
	background: url(../image/onlinevideo_iconsp.png) 82px center no-repeat;
}
.onlineVideo .videoInfo .title .line{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 35px;
	height: 8px;
	background: url(../image/onlinevideo_titline.png) no-repeat;
}
.onlineVideo .videoInfo .intro{
	font-weight: bold;
	margin: 20px 0 12px;
	max-height: 40px;
	line-height: 20px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.onlineVideo .videoInfo .mark{
	width: 71px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
	background: #1eabdc;
	background: linear-gradient(to right, #1eabdc, #1bd0ec);
}
.onlineVideo .videoInfo .videoRight{
	float: right;
	width: 226px;
	height: 127px;
	overflow: hidden;
	position: relative;
	margin-right: 10px;
	border-radius: 10px;
}
.onlineVideo .videoInfo .videobtn{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	margin-left: -13px;
}
.onlineVideo .videoInfo .bottominfo{
	max-height: 48px;
	line-height: 24px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.onlineVideo .swiper-slide-active .videoItem:hover .videoInfo{
	display: block;
}

.onlineVideo .pagination{
	position: absolute;
	left: 0;
	bottom: -27px;
	width: 100%;
}
.onlineVideo .swiper-pagination-switch{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 35px;
	height: 4px;
	border-radius: 8px;
	background: #0489b3;
	margin-right: 6px;
	cursor: pointer;
	-webkit-transition: 300ms;
	transition: 300ms;
}
.onlineVideo .swiper-active-switch{
	background: #fff;
}
@media screen and (max-width: 1220px) {
	.onlineVideo .bd{
		padding-top: 55px;
	}
	.onlineVideo .swiper-container{
		width: 960px;
		height: 216px;
		margin-left: 0;
	}
	.onlineVideo .videoItem{
		width: 228px;
		height: 128px;
		margin-top: 40px;
	}
	.onlineVideo .swiper-slide-active .videoItem{
		width: 370px;
		height: 208px;
		margin-left: -29px;
	}
	.onlineVideo .videoInfo .infoBox{
		padding: 17px 20px 0;
	}
	.onlineVideo .videoInfo .topinfo{
		height: 130px;
	}
	.onlineVideo .videoInfo .titleLeft{
		width: 136px;
		margin: 0;
	}
	.onlineVideo .videoInfo .intro{
		margin-top: 15px;
	}
	.onlineVideo .videoInfo .videoRight{
		width: 187px;
		height: 105px;
		margin: 0;
	}
}

/*210310修改*/
.banner .form {
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 3;
	width: 216px;
	color: #999;
	font-size: 16px;
	padding: 0 17px 25px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 23.8px 4.2px rgba(72, 72, 72, 0.1);
}
.banner .form .hd {
	color: #333;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}
.banner .form .hd span {
	color: #ff6648;
}
.banner .item {
	width: 100%;
	padding-bottom: 13px;
}
.banner .item .text {
	width: 186px;
	height: 36px;
	outline: none;
	color: #333;
	font-size: 14px;
	padding: 0 14px;
	line-height: 36px\9;
	background: none;
	border-radius: 8px;
	border: 1px solid #eee;
}
.banner .item .text:focus {
	border-color: #1eaadc;
}
.banner .btn {
	padding: 5px 0 18px;
	text-align: center;
}
.banner .btn .submit {
	width: 100%;
	height: 38px;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
	background: #ff6648;
	box-shadow: 0 4px 23.8px 4.2px rgba(255, 102, 72, 0.15);
}
.banner .btn .submit:hover {
	background: #f25232;
}
.banner .agree {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.banner .agree span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.banner .agree .radio {
	width: 14px;
	height: 14px;
	margin-top: 1px;
	margin-right: 1px;
	background: url(../image/icon_agrcheck.png) 0 0 no-repeat;
}
.banner .agree .radio.checked {
	background-position: 0 -16px;
}
.formVerify .wind {
	width: 480px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 46px;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.formVerify .wind h2 {
	color: #333;
	font-size: 22px;
	line-height: 1.2;
	padding-bottom: 21px;
}
.formVerify .wind .close {
	position: absolute;
	top: 8px;
	right: 23px;
	background: url(../image/icon_close.png) no-repeat;
	width: 17px;
	height: 17px;
}
.formVerify .wind .dxtext {
	color: #666;
	font-size: 16px;
	padding: 17px 0 10px;
}
.formVerify .wind .dxtext span {
	color: #1eaadc;
	font-size: 20px;
	font-weight: bold;
	margin-left: 13px;
}
.formVerify .verifyInfo {
	width: 363px;
	margin: 0 auto;
}
.formVerify .verifyInfo .itembox {
	font-size: 0;
	margin-top: 24px;
	text-align: left;
}
.formVerify .verifyInfo .item,
.formVerify .verifyInfo .item .dxbtn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.formVerify .verifyInfo .item {
	position: relative;
}
.formVerify .verifyInfo .item .iconbox {
	position: absolute;
	top: 0;
	left: 1px;
	width: 43px;
	padding-top: 11px;
	text-align: center;
}
.formVerify .verifyInfo .item-dx .iconbox {
	padding-top: 12px;
}
.formVerify .verifyInfo .item .yzimg {
	position: absolute;
	top: 7px;
	right: 9px;
	width: 80px;
	height: 30px;
	cursor: pointer;
}
.formVerify .verifyInfo .item .ipt-txt {
	width: 211px;
	height: 42px;
	color: #333;
	font-size: 15px;
	line-height: 42px\9;
	border-radius: 8px;
	padding: 0 105px 0 45px;
	border: 1px solid #e6e6e6;
}
.formVerify .verifyInfo .item .ipt-txt:focus {
	border-color: #1eaadc;
}
.formVerify .verifyInfo .item-dx .ipt-txt {
	width: 158px;
	padding-right: 12px;
}
.formVerify .verifyInfo .itembox .dxbtn {
	width: 133px;
	height: 44px;
	color: #1eaadc;
	font-size: 15px;
	margin-left: 13px;
	border-radius: 8px;
	background: #edf9ff;
	border: 1px solid #8fc0d2;
}
.formVerify .verifyInfo .itembox .dxbtn-yfs {
	color: #666;
	background: #f5f5f5;
	border-color: #f5f5f5;
}
.formVerify .verifyInfo .subbtn {
	width: 100%;
	height: 44px;
	color: #fff;
	font-size: 16px;
	margin-top: 37px;
	border-radius: 10px;
	background: #1eaadc;
	box-shadow: 0 4px 23.8px 4.2px rgba(30, 170, 220, 0.15);
}
.formVerify .verifyInfo .subbtn:hover {
	background: #1694C8;
}
.formSuccess .wind {
	width: 420px;
	padding-top: 56px;
    padding-bottom: 46px;
}
.formSuccess .wind p {
	line-height: 1.5;
}
.formSuccess .wind .subtip {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}
.formSuccess .wind .timeshow {
	color: #666;
	font-size: 18px;
	margin-top: 9px;
}
.formSuccess .wind .timeshow span {
	color: #1eaadc;
	margin-right: 5px;
}

.subMsg {
	background: none !important;
	box-shadow: none !important;
	border: 0 !important;
}
.subMsg .subMsg_con {
	height: 52px;
	border-radius: 30px;
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	text-align: center;
	padding: 0 30px;
}
.subMsg .layui-layer-content {
	padding: 0 !important;
}
@media screen and (max-width: 1220px) {
	.banner .form{
		top: 25px;
	}
}
/*210901修改*/
.daiRuzhu .hd{
	padding-top: 60px;
}
.ddrzFloor{
	width: 100%;
	height: 403px;
	display: block;
	overflow: hidden;
	background: url(../image/ddrzBg.jpg) center top no-repeat;
}
.ddrzFloor .wrapper{
	position: relative;
	height: 100%;
}
.ddrzFloor .leftCon{
	padding-top: 76px;
	padding-left: 90px;
}
.ddrzFloor .leftCon .btn{
	width: 199px;
	height: 48px;
	margin-top: 40px;
	margin-left: 19px;
	border-radius: 24px;
	background: url(../image/ddrzBtn.png) no-repeat;
	box-shadow: 3px 4px 31px 1px rgba(4, 153, 208, 1);
}
.ddrzFloor .leftCon .btn:hover{
	background-position: 0 -50px;
}
.ddrzFloor .imgshow{
	position: absolute;
	top: -2px;
	right: -25px;
}

.ddrzFixed{
	position: fixed;
	bottom: 9%;
	left: 7%;
	z-index: 110;
}
.ddrzFixed .fixed{
	position: absolute;
	bottom: 0;
	left: 0;
}
.ddrzFixed .fixed img{
	border-radius: 22px;
	box-shadow: 0 4px 14.4px 0.6px rgba(43, 81, 232, 0.5);
}
.ddrzFixed .fixed img:hover{
	box-shadow: 0 4px 14.4px 0.6px rgba(43, 81, 232, 0.7);
}
@-webkit-keyframes fadeInDownHalf{ /* 从上部往下滑入 */
  from {-webkit-transform: translate3d(0, -50%, 0); opacity: 0;}
  to {-webkit-transform: translate3d(0, 0, 0);  opacity: 1;}
}
@keyframes fadeInDownHalf{
  from {transform: translate3d(0, -50%, 0);  opacity: 0;}
  to {transform: translate3d(0, 0, 0);  opacity: 1;}
}
.fadeInDownHalf{
	-webkit-animation: fadeInDownHalf 1.2s both;
	animation: fadeInDownHalf 1.2s both;
}
@media screen and (max-width: 1220px) {
	.ddrzFloor .leftCon{
		padding-left: 0;
	}
}
/*211101修改*/
.dyFuwu{
	width: 100%;
	height: 403px;
	overflow: hidden;
	background: url(../image/dyinfuwu_bg.jpg) center top no-repeat;
}
.dyFuwu .hd i.border{
	background: #fff;
}
.dyFuwu .hd .text{
	color: #fff;
}
.dyFuwu .bd{
	padding-top: 26px;
}
.dyFuwu .item{
	float: left;
	width: 376px;
	height: 166px;
	margin-top: 10px;
	margin-left: 26px;
	background: #fff;
	border-radius: 15px;
}
.dyFuwu .item:first-child{
	margin-left: 0 !important;
}
.dyFuwu .item:hover{
	margin-top: 0;
}
.dyFuwu .itemCon{
	color: #333;
	padding-top: 55px;
	position: relative;
}
.dyFuwu .itemCon1{
	padding-left: 178px;
}
.dyFuwu .itemCon2{
	padding-left: 194px;
}
.dyFuwu .itemCon3{
	padding-left: 185px;
}
.dyFuwu .itemCon .icon{
	position: absolute;
	left: 0;
	top: 30px;
	height: 108px;
}
.dyFuwu .itemCon1 .icon{
	width: 178px;
	background: url(../image/dyfuwu_img_1.png) center center no-repeat;
}
.dyFuwu .itemCon2 .icon{
	width: 194px;
	background: url(../image/dyfuwu_img_2.png) center center no-repeat;
}
.dyFuwu .itemCon3 .icon{
	width: 185px;
	background: url(../image/dyfuwu_img_3.png) center center no-repeat;
}
.dyFuwu .itemCon .primary{
	font-size: 20px;
	font-weight: bold;
}
.dyFuwu .itemCon .second{
	font-size: 18px;
	margin-top: 10px;
}
@media screen and (max-width: 1220px) {
	.dyFuwu .item{
		width: 310px;
		margin-left: 15px;
	}
	.dyFuwu .itemCon1{
		padding-left: 162px;
	}
	.dyFuwu .itemCon2{
		padding-left: 165px;
	}
	.dyFuwu .itemCon3{
		padding-left: 162px;
	}
	.dyFuwu .itemCon1 .icon{
		width: 162px;
	}
	.dyFuwu .itemCon2 .icon{
		width: 165px;
	}
	.dyFuwu .itemCon3 .icon{
		width: 162px;
	}
	.dyFuwu .itemCon .primary{
		font-size: 18px;
	}
	.dyFuwu .itemCon .second{
		font-size: 16px;
	}
}


/*220222修改*/
.jpCourse{
	background: #f8f9fd;
}
.jpCourse .hd{
	position: relative;
}
.jpCourse .bd{
	padding-top: 30px;
}
.jpCourse .item{
	float: left;
	color: #999;
	font-size: 14px;
	width: 264px;
	padding: 10px;
	margin-left: 14px;
	background: #fff;
	border-radius: 10px;
}
.jpCourse .item:first-child{
	margin-left: 0 !important;
}
.jpCourse .item .imgbox{
	width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.jpCourse .item .imgshow{
	width: 100%;
    height: 100%;
    transition: all .36s;
}
.jpCourse .item .desc{
	padding-top: 8px;
}
.jpCourse .item .title{
	color: #4c4c4c;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jpCourse .item .num{
	margin: 2px 0 8px;
}
.jpCourse .item .person .ads{
	float: left;
}
.jpCourse .item .person .price{
	float: right;
	color: #ff0000;
}
.jpCourse .item:hover{
	box-shadow: 0 0 20px rgba(227, 238, 249, 0.89);
}
.jpCourse .item:hover .imgshow{
	transform: scale(1.1);
}
@media screen and (max-width: 1220px) {
	.jpCourse .item{
		width: 212px;
		margin-left: 10px;
	}
	.jpCourse .item .imgbox{
		height: 133px;
	}
}

/*220413客户采访日期隐藏*/
.strategyCon .strategy-L{
	height: 470px;
}
.strategyCon .case-carousel{
	height: 415px !important;
}
.strategyCon .clientCon .desc{
	margin: 15px 0;
	line-height: 24px;
}
.strategyCon .clientCon .shopinfo p{
	line-height: 22px;
}
.strategyCon .zixunCon{
	height: 232px;
}
.strategyCon .zixunCon .secondItem .item{
	margin-top: 12px;
}
@media screen and (max-width: 1220px) {
	.strategyCon .strategy-L{
		height: 435px;
	}
	.strategyCon .case-carousel{
		height: 380px !important;
	}
	.strategyCon .zixunCon{
		height: 218px;
	}
	.strategyCon .zixunCon .secondItem .item{
		margin-top: 10px;
	}
}

/*220928修改*/
.service-goqing .tx{
	left: -4px;
	top: -137px;
	width: 160px;
	height: 158px;
}
.service-goqing .tx .callImg{
	top: 0;
	width: 160px;
	height: 158px;
}
.service-goqing .tx .callText{
	top: 18px;
}

.fixGoqing{
	position: fixed;
	bottom: 20%;
	left: 30px;
	z-index: 110;
}
.fixGoqing .goqingImg{
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 1550px) {
	.fixGoqing .goqingImg{
		width: 130px;
	}
}
@media screen and (max-width: 1220px) {
	.fixGoqing .goqingImg{
		width: 110px;
	}
}

/*240313修改*/
.daiRuzhu .leftCon .con .hot{
    position: relative;
    padding: 0 3px;
    border-radius: 3px;
    border: 1px dashed #FF6040;
    *display: inline;
    *zoom: 1;

}
.daiRuzhu .leftCon .con .icon-hot{
    position: absolute;
    top: -10px;
    right: -3px;
}
.daiRuzhu .leftCon .con_adv{
    margin-left: 15px;
}

@media screen and (max-width: 1220px) {
    .daiRuzhu .leftCon .con{
        padding: 0 10%;
    }
}

/*250124修改*/
.holidayNotice{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 200000;
}
.holidayNotice .holidayBg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.holidayShow{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -390px;
  margin-top: -217px;
  z-index: 2;
}
.holidayShow .holidayClose{
  position: absolute;
  top: -28px;
  right: -50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(../image/holiday_close.png) no-repeat;
  z-index: 4;
}
.holidayShow .img_txt{
  position: absolute;
  left: -16px;
  top: -20px;
  z-index: 3;
}