.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.hssw_top .top_index{
  width: 1400px !important;
}
.hssw_top .top_index_phone{
  display: inline-block !important;
}


/*header*/
.channer-header {
  padding: 20px 0;
  height: 100px;
}

.channer-header .header-logo {
  margin:0 106px 0 16px;
}

.channer-header .header-search {
  width: 920px;
  margin:17px 16px 0 0;
}

.channer-header .header-search .header-search-hd {
  padding-left: 12px;
  height: 28px;
  line-height: 28px;
  font-size:14px;
  color: #333;
}

.channer-header .header-search .header-search-hd .item {
  display: inline-block;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}

.channer-header .header-search .header-search-hd .current {
  font-size: 14px;
  border-radius: 6px 6px 0px 0px;
   color: #fff;
  background-color: #e60000;
}

.channer-header .header-search .header-search-bd {
  padding: 0 2px 0 10px;
  margin-bottom: 5px;
  border-radius: 8px;
  border: 2px solid #e60000;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  background: #fff;
}

.channer-header .header-search .header-search-bd .input-txt {
  flex: 1;
  height: 40px;
  line-height: 38px;
  outline: none;
  border: 0;
  font-size: 14px;
  color: #000;
}
.channer-header .header-search .header-search-bd input::placeholder {
  font-size: 14px;
  color: #c9c9c9;
}
.channer-header .header-search .header-search-bd .input-txt::placeholder {
  color: #c9c9c9;
}

.channer-header .header-search .header-search-bd .btn {
  vertical-align: top;
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  background-color: #E60000;
  cursor: pointer;
}
.channer-header .header-search .header-search-bd .btn:hover {
  background: #F64D1A;
}
.channer-header .header-search .header-search-bd .search-list {
  position: absolute;
  top: 43px;
  left: -2px;
  width: 836px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-top:0;
  border-radius: 8px;
}

.channer-header .header-search .header-search-bd .search-list ul li {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.channer-header .header-search .header-search-bd .search-list ul li:hover {
  background:rgba(230, 0, 0, 0.1);
}

.channer-header .header-search .header-search-bd .search-list ul li .keyword {
  text-decoration: none;
  font-size: 14px;
  max-width: 160px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  color: #e60000;
}

.channer-header .header-search .header-search-bd .search-list ul li a {
  display: block;
  color: #333;
}

.channer-header .header-search .header-search-keyword,
.channer-header .header-search .header-search-keyword a {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.channer-header .header-search .header-search-keyword a {
  margin-right: 5px;
}

.channer-header .header-ai {
  margin-top: 45px;
  width: 104px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  background: url(images/ai_btn.png) no-repeat;
  cursor: pointer;
  transition: .3s;
}
.channer-header .header-ai:hover {
  transform: scale(1.1);
}





.homepage-first-screen {
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  width:1400px;
  height: 606px;
  box-sizing: border-box;
}

.homepage-first-screen .f-screen-left {
  width: 220px;
  margin-right: 16px;
}

.homepage-first-screen .f-screen-left .homepage-catelist .homepage-catelist-hd {
  width: 220px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(313deg, #E60000 54%, #F0873B 105%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.homepage-first-screen .f-screen-left .homepage-catelist .homepage-catelist-hd .icon-pingtai {
  font-size: 18px;
  margin-right: 5px;
  font-weight: normal;
}

.homepage-first-screen .f-screen-left .homepage-catelist .tab-hd {
  display: flex;
  padding: 0 30px;
}

.homepage-first-screen .f-screen-left .homepage-catelist .tab-hd .item {
  position: relative;
  display: inline-block;
  flex: 1;
  margin: 0 10px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.homepage-first-screen .f-screen-left .homepage-catelist .tab-hd .current {
  color: #e60000;
}

.homepage-first-screen .f-screen-left .homepage-catelist .tab-hd .current::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  background-color: #e60000;
}

.homepage-first-screen .f-screen-left .homepage-catelist .homepage-catelist-bd {
  height: 528px;
  background: #F6F9FB;
  border-radius: 0px 0px 8px 8px;
}

.homepage-first-screen .f-screen-left .homepage-catelist .homepage-catelist-bd .tab-bd dl dd {
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
}

.homepage-first-screen .f-screen-left .homepage-catelist .homepage-catelist-bd .tab-bd dl dd .txt {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homepage-first-screen .f-screen-left .homepage-catelist .homepage-catelist-bd .tab-bd dl dd .txt:hover {
  color: #e60000;
}

.homepage-first-screen .f-screen-left .homepage-catelist .homepage-catelist-bd .tab-bd dl dd.current {
  color: #e60000;
  background: rgba(230, 0, 0, 0.1);
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist {
  display: none;
  z-index: 3;
  position: absolute;
  left: 219px;
  top: -50px;
  padding: 20px 30px;
  height: 486px;
  border: 2px solid #e60000;
  background-color: #fff;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-catelist-left {
  width: 460px;
  float: left;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-item {
  margin-bottom: 30px;
  overflow: hidden;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-item .hd h3 {
  float: left;
  font-size: 14px;
  color: #333;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-item .hd .more {
  float: right;
  font-size: 12px;
  color: #333;
  display: flex;
  align-items: center;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-item .hd .more:hover {
  color: #e60000;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-item .bd a {
  display: inline-block;
  width: 60px;
  margin-right: 40px;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #696969;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-item .bd a:hover {
  color: #e60000;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-item .bd a:nth-child(5n) {
  margin-right: 0;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-catelist-right {
  width: 200px;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd dl dd .sub-catelist .sub-catelist-right .item {
  margin-bottom: 10px;
}

.homepage-first-screen .f-screen-left .homepage-catelist-bd .tab-bd .tab-bd-item {
  position: relative;
  display: none;
}

.homepage-first-screen .f-screen-center {
  width: 876px;
  height: 48px;
  border-radius: 8px;
  background: #F6F9FB;
}

.homepage-first-screen .f-screen-center .screen-menu {
  height: 48px;
  margin-bottom: 16px;
}
.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list{
  width: 876px;
  display: flex;
  align-items: center;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  /* padding: 0 10px; */
  flex:1;
}
.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .icon-img-new {
	position: absolute;
	top: -1px;
	right: 6px;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .icon-img-hot {
	position: absolute;
	top: -4px;
	right: 16px;
}
.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .line{
    width: 1px;
    height: 20px;
    background: #E6E6E6;
}
.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .menu-item {
  color: #333;
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .sub-list {
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50px;
  padding: 15px;
  width: 216px;
  height: 140px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .sub-list .sub-item {
  text-align: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #e60000;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .sub-list .sub-item .label {
  margin-right: 10px;
  color: #333;
}
.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .sub-list .sub-item .label:hover {
  color: #e60000;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .sub-list .sub-item .newiconfont {
  font-size: 18px;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .sub-list .sub-item .txt {
  font-size: 14px;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .sub-list .current {
  background-color: #c13136;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .menu-li .sub-list:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 42px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .on .menu-item {
  color: #e60000;
}

.homepage-first-screen .f-screen-center .screen-menu .screen-menu-list .current .menu-item {
  color: #e60000;
}

.homepage-first-screen .f-screen-center .screen-carousel {
  width: 876px;
  height: 340px;
  margin-bottom: 12px;
}

.homepage-first-screen .f-screen-center .screen-carousel .hd {
  z-index: 2;
  width: 300px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}

.homepage-first-screen .f-screen-center .screen-carousel .hd li {
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  height: 4px;
  border-radius: 8px;
  background-color: #c9c9c9;
  list-style: none;
}

.homepage-first-screen .f-screen-center .screen-carousel .hd .current {
  width: 25px;
  background-color: #E60000;
}

.homepage-first-screen .f-screen-center .screen-carousel .advert-base {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.homepage-first-screen .f-screen-center .screen-carousel .advert-base img {
  transition: .3s;
  border-radius: 8px;
}

.homepage-first-screen .f-screen-center .screen-carousel .advert-base img:hover {
  transform: scale(1.1);
}

.homepage-first-screen .f-screen-center .screen-carousel .advert-base .advert-base-txt {
  background-color: #000;
  border-radius: 0 2px 2px 2px;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  height: 14px;
  line-height: 14px;
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 3px;
}

.homepage-first-screen .f-screen-center .screen-ad {
  width: 876px;
  height: 154px;
  display: flex;
  justify-content: space-between;
}

.homepage-first-screen .f-screen-center .screen-ad .item {
  display: inline-block;
  width: 430px;
  height: 154px;
  border-radius: 8px;
  overflow: hidden;
}

.homepage-first-screen .f-screen-center .screen-ad .item img {
  transition: .3s;
  border-radius: 8px;
}

.homepage-first-screen .f-screen-center .screen-ad .item img:hover {
  transform: scale(1.1);
}

.homepage-first-screen .f-screen-right {
  width: 240px;
  height: 574px;
}

.homepage-first-screen .f-screen-right .quick-btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.homepage-first-screen .f-screen-right .quick-btns .quick-item {
  position: relative;
    transition: .3s;
}

.homepage-first-screen .f-screen-right .quick-btns .quick-item .quick-msg {
  position: absolute;
  top: -5px;
  right: 0;
  width: 90px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 4px 4px 4px 0px;
  padding: 0px 4px;
  background: linear-gradient(90deg, #E60000 0%, #F64D1A 100%);
  overflow: hidden;
}

.homepage-first-screen .f-screen-right .quick-btns .quick-item .quick-msg .item {
  font-size: 12px;
  color: #fff;
}
.homepage-first-screen .f-screen-right .quick-btns .quick-item:hover {
    transform: scale(1.05);
}
.homepage-first-screen .f-screen-right .quick-btns .quick-item01 {
  width: 125px;
  height: 45px;
  background: url(images/quick_entrance01.png) no-repeat;
  background-position: -4px 4px;
}

.homepage-first-screen .f-screen-right .quick-btns .quick-item02 {
  width: 112px;
  height: 45px;
  background: url(images/quick_entrance02.png) no-repeat;
  background-position: 0 0;
}

.homepage-first-screen .f-screen-right .quick-btns .quick-item02 .quick-msg {
  width: 56px;
}

.homepage-first-screen .f-screen-right .login-box {
  width: 240px;
  height: 266px;
  border-radius: 8px;
  margin-bottom: 13px;
  background: linear-gradient(180deg, #F0F9FF 0%, #F6F9FB 100%);
}

.homepage-first-screen .f-screen-right .login-box .login-before {
  padding: 24px 10px;
  text-align: center;
  box-sizing: border-box;
}

.homepage-first-screen .f-screen-right .login-box .login-before .face {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
}

.homepage-first-screen .f-screen-right .login-box .login-before .face .img {
  width: 60px;
  height: 60px;
}

.homepage-first-screen .f-screen-right .login-box .login-before .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.homepage-first-screen .f-screen-right .login-box .login-before .btns {
  margin: 0 auto 20px;
  width: 208px;
  height: 40px;
  line-height: 40px;
}

.homepage-first-screen .f-screen-right .login-box .login-before .btns .btn-item {
  float: left;
	display: inline-block;
	width:100px;
	height: 40px;
  line-height: 40px;
	border-radius: 8px;
	border: 1px solid #e60000;
	font-size: 14px;
	text-align: center;
	color: #e60000;
  box-sizing: border-box;
  transition: .3s;
}

.homepage-first-screen .f-screen-right .login-box .login-before .btns .benefit-current {
	position: absolute;
	top: -8px;
	right: 0;
	width: 100px;
	height: 48px;
	border: 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding-top: 9px;
	box-sizing: border-box;
	cursor: pointer;
	background: url(images/benefit_index_btn.png) no-repeat center top;
  transition: .3s;
}
.homepage-first-screen .f-screen-right .login-box .login-before .btns .current {
	background: #FFEBF1;
	color: #e60000;
}
.homepage-first-screen .f-screen-right .login-box .login-before .btns .btn-item:hover {
   transform: scale(1.05);
	background: #e60000;
	color: #fff;
}
.homepage-first-screen .f-screen-right .login-box .login-before .btns .benefit-current:hover{
  transform: scale(1.05);
} 





.homepage-first-screen .f-screen-right .login-box .entrance-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homepage-first-screen .f-screen-right .login-box .entrance-box .item {
  flex: 1;
  text-align: center;
}

.homepage-first-screen .f-screen-right .login-box .entrance-box .item:nth-child(4n) {
  margin-right: 0;
}

.homepage-first-screen .f-screen-right .login-box .entrance-box .item .icon {
  margin: 0 auto 10px;
}

.homepage-first-screen .f-screen-right .login-box .entrance-box .item .txt {
  font-size: 12px;
  color: #4C4B53;
}
.homepage-first-screen .f-screen-right .login-box .entrance-box .item:hover .txt{
   color:#e60000;
} 
.homepage-first-screen .f-screen-right .login-box .login-after {
  padding: 16px 10px;
  box-sizing: border-box;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-top {
  padding: 0 6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-top .face {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-top .face .img {
  width: 48px;
  height: 48px;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-top .name {
   display: flex;
  width: 140px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-top .info {
  display: flex;
  align-items: center;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-top .info .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #C9C9C9;
  margin: 0 5px;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-top .info a {
  font-size: 12px;
  color: #707D8A;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-top .info a:hover {
  color:#e60000;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-center {
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-center .item {
  width: 100px;
  height: 28px;
  text-align: center;
  border-radius: 4px;
  background: #F6F9FB;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.homepage-first-screen .f-screen-right .login-box .login-after .login-after-center .item:hover {
  background: linear-gradient(90deg, #E60000 0%, #F64D1A 100%);
  color:#fff;
}
.homepage-first-screen .f-screen-right .login-box .login-after .login-after-center .item .newiconfont {
  margin-right: 5px;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-bottom .item {
  flex: 1;
  text-align: center;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-bottom .item:nth-child(4n) {
  margin-right: 0;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-bottom .item .newiconfont {
  font-size: 28px;
  color:#333;
}

.homepage-first-screen .f-screen-right .login-box .login-after .login-after-bottom .item .txt {
  font-size: 12px;
  color: #4C4B53;
}
.homepage-first-screen .f-screen-right .login-box .login-after .login-after-bottom .item:hover .txt{
  color:#e60000;
}
.homepage-first-screen .f-screen-right .login-box .login-after .line {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  margin: 10px 0;
}

.homepage-first-screen .f-screen-right .service-box {
  width: 240px;
  height: 230px;
  padding: 20px 28px;
  border-radius: 8px;
  box-sizing: border-box;
  overflow: hidden;
  background: #F6F9FB;
}

.homepage-first-screen .f-screen-right .service-box .hd {
  position: relative;
  text-align: center;
}

.homepage-first-screen .f-screen-right .service-box .hd .tit {
  z-index: 2;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
  padding: 0 10px;
  background: #F6F9FB;
}

.homepage-first-screen .f-screen-right .service-box .hd::after {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background: #C9C9C9;
  content: "";
  display: block;
}

.homepage-first-screen .f-screen-right .service-box .member-entry {
  width: 180px;
  height: 170px;
  position: relative;
}

.homepage-first-screen .f-screen-right .service-box .member-entry .btn {
  display: none;
  z-index: 3;
  position: absolute;
  top: 60px;
  width: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}

.homepage-first-screen .f-screen-right .service-box .member-entry .btn:hover {
  background: rgba(230, 0, 0, 0.6);
}

.homepage-first-screen .f-screen-right .service-box .member-entry .prev {
  left: 0;
  border-radius: 0px 16px 16px 0px;
}

.homepage-first-screen .f-screen-right .service-box .member-entry .prev:before {
  text-align: left;
  width: 20px;
  display: inline-block;
}

.homepage-first-screen .f-screen-right .service-box .member-entry .next {
  right: 1px;
  border-radius: 16px 0 0 16px;
}

.homepage-first-screen .f-screen-right .service-box .member-entry .next:before {
  text-align: right;
  width: 14px;
  display: inline-block;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl {
  float: left;
  width: 48px;
  margin: 0 18px 15px 0;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl:nth-child(3n) {
  margin-right: 0;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  transition: .3s;
}
.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon{
 background: url(/web/static/images/index/index_icon.png?vt=20240920) no-repeat;
}
.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon01 {
  background-position: -67px -152px;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon02 {

      background-position: -200px -209px;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon03 {

  background-position: 0 -209px;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon04 {
      background-position: -67px -209px;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon05 {
      background-position: -268px -152px;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon06 {
      background-position: -335px -152px;
}
.homepage-first-screen .f-screen-right .service-box .member-entry dl .icon07 {
      background-position:-268px -209px;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl dt:hover {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl dd {
  font-size: 12px;
  color: #333;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl dd a {
  font-size: 12px;
  color: #333;
}

.homepage-first-screen .f-screen-right .service-box .member-entry dl a:hover {
  color: #e60000;
}

.homepage-dynamics-message {
  width: 1400px;
  height: 60px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #E4F5FC -21%, #FFFFFF 100%);
}

.homepage-dynamics-message .message-item {
  display: flex;
  align-items: center;
  width: 454px;
  font-size: 16px;
font-weight: 500;
color: #333;
}
.homepage-dynamics-message .message-item .label{
  width:82px;
  display: inline-block;
}
.homepage-dynamics-message .message-item .label2{
  width:50px;
}
.homepage-dynamics-message .message-item .item-box{
  flex:1;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}
.homepage-dynamics-message .message-item .txt{
  flex: 1;
}
.homepage-dynamics-message .message-item .text,
.homepage-dynamics-message .message-item .txt a {
  font-size: 16px;
  color: #333;
}
.homepage-dynamics-message .message-item .txt a:hover {
  color: #e60000;
}

.homepage-dynamics-message .message-item .icon {
  margin-right: 10px;
  width: 44px;
  height: 44px;
}

.homepage-dynamics-message .line {
  width: 1px;
  height: 24px;
  background: #E6E6E6;
  margin: 0 20px;
}

.homepage-ad-image {
  width: 1400px;
  height: 150px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 15px;
  box-sizing: border-box;
}

.homepage-ad-image .adv-item {
  width: 445px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
}

.homepage-ad-image .adv-item img {
  transition: .3s;
}

.homepage-ad-image .adv-item img:hover {
  transform: scale(1.1);
}

.homepage-hot-recommend {
  margin-bottom: 16px;
}

.homepage-hot-recommend .hot-recommend-left {
  width: 1064px;
  height: 494px;
  box-sizing: border-box;
  padding: 16px 0 16px 16px;
  background: #fff;
  border-radius: 12px;
}

.homepage-hot-recommend .hot-recommend-left .hd {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 16px;
}

.homepage-hot-recommend .hot-recommend-left .hd .name {
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #E60000;
}

.homepage-hot-recommend .hot-recommend-left .hd .tab-hd {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 8px;
  background: #f6f9fb;
  font-size: 16px;
  color: #333;
}
.homepage-hot-recommend .hot-recommend-left .hd .hd-left{
  display: flex;
  align-items: center;
  flex: 1;
}
.homepage-hot-recommend .hot-recommend-left .hd .hd-right{
  width: 40px;
  text-align: right;
  font-size:12px;
  color:#90979F;
}
.homepage-hot-recommend .hot-recommend-left .hd .hd-right:hover{
  color:#e60000;
}

.homepage-hot-recommend .hot-recommend-left .bd {
  height: 390px;
  transition: .3s;
  overflow: hidden;
}

.homepage-hot-recommend .hot-recommend-left .bd .item {
  width: 337px;
  height: 130px;
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  /* &:nth-child(3n){
					margin-right: 0;
				} */
}

.homepage-hot-recommend .hot-recommend-left .bd .item .item-top {
  width: 260px;
  margin-bottom: 16px;
  border-radius: 4px;
  background: #F6F9FB;
}

.homepage-hot-recommend .hot-recommend-left .bd .item .item-top .label {
  display: inline-block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #E60000;
  background: #FFEBF1;
}

.homepage-hot-recommend .hot-recommend-left .bd .item .item-top .time {
  padding-left: 30px;
}

.homepage-hot-recommend .hot-recommend-left .bd .item .item-center {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.homepage-hot-recommend .hot-recommend-left .bd .item .item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homepage-hot-recommend .hot-recommend-left .bd .item .item-bottom .date {
  font-size: 14px;
  color: #90979F;
}

.homepage-hot-recommend .hot-recommend-left .bd .item .item-bottom .btn {
  display: inline-block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 24px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(90deg, #E60000 0%, #F64D1A 100%);
  transition: .3s;
  cursor: pointer;
}

.homepage-hot-recommend .hot-recommend-left .bd .item .item-bottom .btn:hover {
  width: 100px;
}

.homepage-hot-recommend .hot-recommend-left .bd::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.homepage-hot-recommend .hot-recommend-left .bd::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 50px;
}

.homepage-hot-recommend .hot-recommend-left .bd:hover::-webkit-scrollbar-thumb {
  background-color: #b2b2b2;
}

.homepage-hot-recommend .hot-recommend-right {
  width: 320px;
  height: 494px;
  border-radius: 12px;
  background: linear-gradient(180deg, #EBF1FC 0%, #FFFFFF 11%);
  box-sizing: border-box;
  padding: 16px;
}

.homepage-hot-recommend .hot-recommend-right .hd {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.homepage-hot-recommend .hot-recommend-right .hd .hd-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 90px;
}

.homepage-hot-recommend .hot-recommend-right .hd .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background: url(images/quick_hd_icon.png) no-repeat;
}

.homepage-hot-recommend .hot-recommend-right .bd .tit {
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #2D4AA5;
}

.homepage-hot-recommend .hot-recommend-right .bd .desc {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  color: rgba(54, 98, 236, 0.5);
}

.homepage-hot-recommend .hot-recommend-right .bd .form-content {
  margin-bottom: 10px;
}

.homepage-hot-recommend .hot-recommend-right .bd .form-content .form-textarea {
  padding: 16px;
  width: 288px;
  height: 146px;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
  border: 0;
  outline: none;
  background: #F6F9FB;
  resize: none;
  text-align: left;
}

.homepage-hot-recommend .hot-recommend-right .bd .form-content .form-textarea::placeholder {
  font-family: "Microsoft Yahei, PingFang SC, Helvetica, Arial, Hiragino Sans GB, STHeiTi, sans-serif";
  color: #75758B;
}

.homepage-hot-recommend .hot-recommend-right .bd .form-phone .form-input {
  padding: 16px;
  width: 288px;
  height: 54px;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: left;
  border: 0;
  outline: none;
  background: #F6F9FB;
}

.homepage-hot-recommend .hot-recommend-right .bd .form-error {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #e60000;
}

.homepage-hot-recommend .hot-recommend-right .bd .form-btn {
  width: 288px;
  height: 54px;
  line-height: 54px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #E60000;
  cursor: pointer;
   display: flex;
  align-items: center;
  justify-content: center;
  border:0;
  outline: none;
}
.homepage-hot-recommend .hot-recommend-right .bd .form-disabled{
  cursor: not-allowed;
  background: #90979F;
}
.homepage-hot-recommend .hot-recommend-right .bd .form-btn .loading {
  display: inline-block;
  margin-right: 10px;
      width: 20px;
      height: 20px;
        -webkit-animation: rotation infinite .75s linear;
    -moz-animation: rotation infinite .75s linear;
    -o-animation: rotation infinite .75s linear;
    animation: rotation infinite .75s linear;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 100%   
}


@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.homepage-hot-recommend .hot-recommend-right .bd .form-btn:hover {
  background: #F64D1A;
}
.homepage-hot-recommend .hot-recommend-right .bd .form-disabled:hover{
  cursor: not-allowed;
  background: #90979F;
}
.homepage-hot-recommend .hot-recommend-right .bd .form-record {
  display: flex;
  align-items: center;
  height: 24px;
   overflow: hidden;
}

.homepage-hot-recommend .hot-recommend-right .bd .form-record .newiconfont {
  margin-right: 5px;
  color: #E60000;
}

.homepage-hot-recommend .hot-recommend-right .bd .form-record .record-items {
  overflow: hidden;
}

.homepage-hot-recommend .hot-recommend-right .bd .form-record .record-items .item {
  font-size: 12px;
  color: #E60000;
}

.homepage-market-info {
  margin-bottom: 16px;
}

.homepage-market-info .market-info-left {
  width: 924px;
  height: 410px;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 16px;
}

.homepage-market-info .market-info-left .market-price {
  width: 480px;
}

.homepage-market-info .market-info-left .market-price .hd {
  height: 26px;
  line-height: 26px;
}

.homepage-market-info .market-info-left .market-price .hd .tit {
  margin-right: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.homepage-market-info .market-info-left .market-price .hd .info {
  font-size: 14px;
  color: #90979F;
}

.homepage-market-info .market-info-left .market-price .hd .info .red {
  color: #E60000;
}

.homepage-market-info .market-info-left .market-price .hd .price-more {
  font-size: 12px;
  color: #90979F;
}

.homepage-market-info .market-info-left .market-price .tab-hd .item {
  display: inline-block;
  float: left;
  margin-right: 16px;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 8px;
  background: #F6F9FB;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.homepage-market-info .market-info-left .market-price .tab-hd .current {
  background: #FFEBF1;
  color: #E60000;
}

.homepage-market-info .market-info-left .market-price .tab-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #EDF3FC 0%, rgba(237, 243, 252, 0.4) 100%);
}

.homepage-market-info .market-info-left .market-price .tab-head .item {
  width: 120px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homepage-market-info .market-info-left .market-price .tab-bd .tab-bd-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  line-height: 42px;
}

.homepage-market-info .market-info-left .market-price .tab-bd .tab-bd-item .item {
  display: inline-block;
  width: 120px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homepage-market-info .market-info-left .market-trend .hd {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.homepage-market-info .market-info-left .market-trend .bd-select {
  margin-bottom: 20px;
  position: relative;
}

.homepage-market-info .market-info-left .market-trend .bd-select .custom-select {
  position: relative;
  width: 200px;
  margin: 20px;
  display: none;
}

.homepage-market-info .market-info-left .market-trend .bd-select .select-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  background-color: white;
}

.homepage-market-info .market-info-left .market-trend .bd-select .header-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.homepage-market-info .market-info-left .market-trend .bd-select .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: white;
  z-index: 10;
  display: none;
}

.homepage-market-info .market-info-left .market-trend .bd-select .select-option {
  padding: 8px 12px;
  cursor: pointer;
}

.homepage-market-info .market-info-left .market-trend .bd-select .select-option:hover {
  background-color: #f0f0f0;
}

.homepage-market-info .market-info-left .market-trend .bd-select .open {
  display: block;
}

.homepage-market-info .market-info-left .market-trend .bd-select .arrow {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.homepage-market-info .market-info-left .market-trend .bd-select .arrow-open {
  transform: rotate(-135deg);
}

.homepage-market-info .market-info-left .market-trend .quote-echarts {
  width: 370px;
  height: 300px;
}

.homepage-market-info .market-info-right {
  width: 460px;
  height: 410px;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  padding: 16px;
}

.homepage-market-info .market-info-right .hd {
  height: 26px;
  line-height: 26px;
}

.homepage-market-info .market-info-right .hd .tit {
  margin-right: 30px;
  font-size: 18px;
    font-weight: bold;
  color: #333;
}

.homepage-market-info .market-info-right .hd .info {
  font-size: 14px;
  color: #90979F;
}

.homepage-market-info .market-info-right .hd .info .red {
  color: #E60000;
}

.homepage-market-info .market-info-right .hd .more {
  font-size: 14px;
  color: #90979F;
}

.homepage-market-info .market-info-right .bd .item {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.homepage-market-info .market-info-right .bd .item .cate {
  margin-right: 5px;
  width: 70px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  color: #3662EC;
  background: rgba(54, 98, 236, 0.1);
}

.homepage-market-info .market-info-right .bd .item .txt {
  display: inline-block;
  width: 352px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homepage-market-info .market-info-right .bd .item .txt:hover {
  color: #e60000;
}

.homepage-industry-service {
  padding: 16px;
  height: 856px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
}

.homepage-industry-service .hd {
  margin-bottom: 20px;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homepage-industry-service .hd .hd-left {
  font-size: 18px;
    font-weight: bold;
  color: #333;
}

.homepage-industry-service .hd .hd-right .tit {
  font-size: 16px;
  font-weight: 500;
  color: #E60000;
}

.homepage-industry-service .hd .hd-right .item {
  display: inline-block;
  width: 103px;
  height: 36px;
  line-height: 36px;
  margin-left: 16px;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  background: #F6F9FB;
  cursor: pointer;
}

.homepage-industry-service .hd .hd-right .item:hover {
  color: #e60000;
}

.homepage-industry-service .bd .industry-service-left {
  width: 908px;
  height: 700px;
}

.homepage-industry-service .bd .industry-service-left .service-left-top {
  display: flex;
  align-items: center;
  padding: 0 242px 0 80px;
  margin-bottom: 16px;
  width: 908px;
  height: 140px;
  box-sizing: border-box;
  background: url(images/service-left-bottom_bg01.png) no-repeat;
}

.homepage-industry-service .bd .industry-service-left .service-left-top .item {
  flex: 1px;
  text-align: center;
}

.homepage-industry-service .bd .industry-service-left .service-left-top .item .num {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #2D4AA5;
}

.homepage-industry-service .bd .industry-service-left .service-left-top .item .name {
  font-size: 16px;
  color: #90979F;
}

.homepage-industry-service .bd .industry-service-left .service-left-top .line {
  width: 1px;
  height: 68px;
  margin: 0 40px;
  background: #fff;
}

.homepage-industry-service .bd .industry-service-left .service-left-center {
  margin-bottom: 16px;
  overflow: hidden;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box {
  width: 446px;
  height: 498px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #F6F9FB;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  line-height: 52px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F3F0F0;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-hd .tab-hd-left .item {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #90979F;
  cursor: pointer;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-hd .tab-hd-left .current {
  color: #E60000;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-hd .tab-hd-left .current::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #E60000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-hd .tab-hd-right {
  font-size: 12px;
  color: #90979F;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-hd .tab-hd-right:hover {
  color: #e60000;
}
.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-bd .tab-bd-item {
  width:414px;
}
.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-bd .item {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #333;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-bd .item .tit {
  display: inline-block;
  float: left;
  width: 310px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-bd .item .tit:hover {
  color: #e60000;
}

.homepage-industry-service .bd .industry-service-left .service-left-center .tab-box .tab-bd .item .date {
  float: right;
  color:#90979F;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations {
  position: relative;
  padding: 16px;
  width: 446px;
  height: 102px;
  border-radius: 8px;
  box-sizing: border-box;
  background: url(images/service-left-bottom_bg02.png) no-repeat;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .tit {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .tit .newiconfont {
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item {
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 24px;
  border-radius:16px;
  background: #fff;
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 24px;
  animation: breathing 3s ease-in-out infinite;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item:hover {
  background: #3662EC;
  color: #fff;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item01 {
  left: 10px;
  top: 50px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item02 {
  left: 70px;
  top: 65px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item03 {
  left: 130px;
  top: 50px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item04 {
  left: 190px;
  top: 20px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item05 {
  left: 188px;
  top: 60px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item06 {
  left: 280px;
  top: 18px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item07 {
  left: 266px;
  top: 55px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item08 {
  left: 373px;
  top: 30px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .regional-stations .item09 {
  left: 330px;
  top: 60px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .device-entry {
  width: 446px;
  height: 102px;
  border-radius: 8px;
  background: url(images/service-left-bottom_bg03.png) no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .device-entry .item {
  display: flex;
  align-items: center;
  color: #fff;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .device-entry .item .icon {
  margin-right: 10px;
  transform: rotate(0deg);
  transition: .3s;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .device-entry .item .tit {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .device-entry .item .desc {
  font-size: 14px;
}

.homepage-industry-service .bd .industry-service-left .service-left-bottom .device-entry .item:hover .icon {
  transform: rotate(360deg);
}

.homepage-industry-service .bd .industry-service-right {
  width: 444px;
  height: 700px;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend {
  width: 444px;
  height: 336px;
  padding: 16px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background: url(images/shop_recommend_bg.png) no-repeat;
  position: relative;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .btn-hd{
  position: absolute;
  top: 8px;
  right: 16px;
}
.homepage-industry-service .bd .industry-service-right .shops-recommend .btn-hd a{
color: #707D8A;
font-size: 28px;
}
.homepage-industry-service .bd .industry-service-right .shops-recommend .btn-hd a:hover{
  color: #3662EC;
  font-weight: bold;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-hd {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-hd .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-hd .tit:hover {
  color: #e60000;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-hd .see-more {
  font-size: 16px;
  color: #90979F;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-hd .see-more:hover {
  color: #e60000;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-bd .item {
  padding: 16px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: #fff;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-bd .item .tit {
  margin-bottom: 6px;
  font-size: 16px;
  color: #333;
}

.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-bd .item .tit:hover {
  color: #e60000;
}
.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-bd .item .phone{
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.homepage-industry-service .bd .industry-service-right .shops-recommend .recommend-bd .item .desc {
  font-size: 14px;
  color: #90979F;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment {
  width: 444px;
  height: 420px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #F6F9FB;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-hd {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-hd .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-hd .see-more {
  font-size: 12px;
  color: #90979F;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-hd .see-more:hover {
  color: #e60000;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item {
  position: relative;
  display: flex;
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item .img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 4px;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item .info .tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item .info .tit:hover {
  color: #e60000;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item .info .cate-box {
  margin-bottom: 10px;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item .info .cate-box .cate-item {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  margin-right: 10px;
  border-radius: 4px;
  background: rgba(54, 98, 236, 0.1);
  font-size: 14px;
  color: #3662EC;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item .info .price {
  display: inline-block;
  border: 1px solid #e60000;
  border-radius: 4px;
  font-weight: 500;
  padding: 0 10px;
  font-size: 14px;
  color: #E60000;
  transition: .3s;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item .info .price:hover {
  padding: 0 15px;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item .info .price .symbol {
  font-weight: 400;
  font-size: 12px;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.homepage-industry-service .bd .industry-service-right .spot-equipment .equipment-bd .item:last-child::after {
  display: none;
}

.homepage-business-info {
  width: 1400px;
  height: 519px;
  margin-bottom: 16px;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
}

.homepage-business-info .business-info-hd {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
.homepage-business-info .business-info-hd .tit {
  margin-right: 30px;
  font-size: 18px;
    font-weight: bold;
  color: #333;
}
.homepage-business-info .business-info-hd .business-more {
  font-size: 12px;
  color: #90979F;
}
.homepage-business-info .business-info-hd .business-more:hover {
  color: #e60000;
}
.homepage-business-info .business-info-bd .business-info-left {
  margin-right: 15px;
  width: 446px;
  height: 434px;
  border-radius: 8px;
  box-sizing: border-box;
  background: #F6F9FB;
}

.homepage-business-info .business-info-bd .business-info-left .img {
  width: 446px;
  height: 210px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  transition: .3s;
}

.homepage-business-info .business-info-bd .business-info-left .img img {
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  transition: .3s;
}

.homepage-business-info .business-info-bd .business-info-left .img a:hover img {
  transform: scale(1.1);
}

.homepage-business-info .business-info-bd .business-info-left .info {
  background: #F6F9FB;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  padding: 16px;
}

.homepage-business-info .business-info-bd .business-info-left .info .tit {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homepage-business-info .business-info-bd .business-info-left .info .desc {
  margin-bottom: 10px;
  font-size: 14px;
  color: #4C4B53;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.homepage-business-info .business-info-bd .business-info-left .info .see-more {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.homepage-business-info .business-info-bd .business-info-left .info .see-more:hover {
  color: #e60000;
}

.homepage-business-info .business-info-bd .business-info-center {
  margin-right: 15px;
  width: 446px;
  height: 434px;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 16px;
  background: #F6F9FB;
}

.homepage-business-info .business-info-bd .business-info-center .hd {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homepage-business-info .business-info-bd .business-info-center .hd .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.homepage-business-info .business-info-bd .business-info-center .hd .more {
  font-size: 12px;
  color: #90979F;
}

.homepage-business-info .business-info-bd .business-info-center .hd .more:hover {
  color: #e60000;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item .img {
  width: 138px;
  height: 100px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item .img img {
  transition: .3s;
  object-fit: cover;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item .img a:hover img {
  transform: scale(1.1);
}

.homepage-business-info .business-info-bd .business-info-center .bd .item .info {
  flex: 1;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item .info .tit {
  margin-bottom: 16px;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item .info .tit a {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item .info .tit a:hover {
  color: #e60000;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item .info .desc {
  font-size: 14px;
  color: #707D8A;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #E6E6E6;
  position: absolute;
  bottom: 0;
  left: 0;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.homepage-business-info .business-info-bd .business-info-center .bd .item:last-child::after {
  display: none;
}

.homepage-business-info .business-info-bd .business-info-right {
  width: 446px;
  height: 434px;
  padding: 0 16px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #F6F9FB;
}

.homepage-business-info .business-info-bd .business-info-right .tab-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
  line-height: 52px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F3F0F0;
}

.homepage-business-info .business-info-bd .business-info-right .tab-hd .tab-hd-left .item {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #90979F;
  cursor: pointer;
}

.homepage-business-info .business-info-bd .business-info-right .tab-hd .tab-hd-left .current {
  color: #E60000;
}

.homepage-business-info .business-info-bd .business-info-right .tab-hd .tab-hd-left .current::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #E60000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.homepage-business-info .business-info-bd .business-info-right .tab-hd .tab-hd-right {
  font-size: 12px;
  color: #90979F;
}

.homepage-business-info .business-info-bd .business-info-right .tab-hd .tab-hd-right:hover {
  color: #e60000;
}

.homepage-business-info .business-info-bd .business-info-right .tab-bd .item {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
}

.homepage-business-info .business-info-bd .business-info-right .tab-bd .item .tit {
  display: inline-block;
  float: left;
  width: 310px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homepage-business-info .business-info-bd .business-info-right .tab-bd .item .tit:hover {
  color: #e60000;
}

.homepage-business-info .business-info-bd .business-info-right .tab-bd .item .date {
  float: right;
  color: #90979F;
}

.homepage-industrial-clusters {
  margin-bottom: 16px;
}

.homepage-industrial-clusters .industrial-clusters-left {
  width: 924px;
  height: 425px;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 16px;
  background: #fff;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd {
  display: flex;
  align-items: center;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .tit {
  flex:1;
  font-size: 18px;
    font-weight: bold;
  color: #333;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .areas-box {
  width: 646px;
  margin-right: 30px;
  text-align: right;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .areas-box .item {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #707D8A;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .areas-box .item .newiconfont {
  margin-right: 5px;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .areas-box .item:hover {
  color: #e60000;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .areas-more {
  width: 80px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 8px;
  background: #F6F9FB;
  font-size: 12px;
  color: #333;
  transition: .3s;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .areas-more .newiconfont {
  font-size: 14px;
  color: #707D8A;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .areas-more:hover {
  color: #fff;
  background: #e60000;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .hd .areas-more:hover .newiconfont {
  color: #fff;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd {
  position: relative;
  width: 892px;
  height: 188px;
  overflow: hidden;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .item {
  width: 210px;
  height: 188px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  margin-right: 17px;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .item .img {
  width: 210px;
  height: 158px;
  margin-bottom: 5px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  transition: .3s;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .item .name {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .item a:hover .img {
  opacity: .5;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .item a:hover .name {
  color: #e60000;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .btn {
  z-index: 2;
  position: absolute;
  top: 60px;
  display: inline-block;
  width: 18px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .btn:hover {
  background: rgba(230, 0, 0, 0.6);
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .prev {
  left: 0;
  border-radius: 0px 16px 16px 0px;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .prev:before {
  text-align: left;
  width: 20px;
  display: inline-block;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .next {
  right: 1px;
  border-radius: 16px 0 0 16px;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .next:before {
  text-align: right;
  width: 14px;
  display: inline-block;
}
.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .prevStop,
.homepage-industrial-clusters .industrial-clusters-left .clusters-left-top .bd .nextStop{
   display: none;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .hd {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .bd .item {
  width: 100px;
  height: 90px;
  float: left;
  text-align: center;
  margin-right: 17px;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .bd .item .img {
  width: 100px;
  height: 50px;
  margin-bottom: 5px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .bd .item .name {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .bd .item a:hover .name {
  color: #e60000;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .bd .item a:hover .img {
  opacity: .5;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .bd .item-more {
  width: 72px;
  margin-right: 0;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .bd .item-more .newiconfont {
  margin-bottom: 5px;
  width: 76px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 40px;
  border-radius: 8px;
  color: #fff;
  background: #e60000;
}

.homepage-industrial-clusters .industrial-clusters-left .clusters-left-bottom .bd .item-more .newiconfont:hover {
  background: #F64D1A;
}

.homepage-industrial-clusters .industrial-clusters-right {
  width: 460px;
  height: 425px;
  border-radius: 12px;
  background: #fff;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-top {
  width: 460px;
  height: 120px;
  box-sizing: border-box;
  padding: 24px;
  background: url(images/settled_bg.png) no-repeat;
  display: flex;
  align-items: center;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-top .icon {
  width: 76px;
  height: 76px;
  margin-right: 10px;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-top .info .num {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-top .info .num .unit {
  font-size: 14px;
  color: #fff;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-top .info .name {
  font-size: 14px;
  color: #fff;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #F6F9FB;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-center .item {
  background: #F4F6FF;
  text-align: center;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-center .item .num {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-center .item .num .unit {
  font-size: 14px;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-center .item .name {
  font-size: 14px;
  color: #707D8A;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-center .line {
  width: 1px;
  height: 56px;
  background: #C9C9C9;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .new-market {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #F6F9FB;
  background: linear-gradient(180deg, #EBF1FC 0%, #F6F9FB 100%);
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .new-market .icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  background: url(images/push_icon.png) no-repeat;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .new-market .tit {
  width: 34px;
  height: 48px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .new-market .box {
  width: 259px;
  height: 36px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .new-market .box .item {
  padding: 0 10px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .market-number {
  margin: 16px 50px;
  height: 24px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #E60000;
  overflow: hidden;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .market-number .newiconfont {
  margin-right: 10px;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .market-btn {
  display: block;
  width: 428px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center;
  border-radius: 8px;
  background: #E60000;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .market-btn .newiconfont {
  display: inline-block;
  margin-right: 10px;
}

.homepage-industrial-clusters .industrial-clusters-right .clusters-right-bottom .market-btn:hover {
  background: #F64D1A;
}

.homepage-friendship-link {
  padding: 16px;
  border-radius: 12px;
  background: #fff;
}

.homepage-friendship-link .tit {
  font-size: 18px;
    font-weight: bold;
  color: #333;
}

.homepage-friendship-link .hd {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #E6E6E6;
}

.homepage-friendship-link .hd a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #707D8A;
}

.homepage-friendship-link .hd .current {
  color: #E60000;
}

.homepage-friendship-link .hd .current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #E60000;
}

.homepage-friendship-link .bd .item {
  padding: 20px 0 0;
}

.homepage-friendship-link .bd .item a {
  display: inline-block;
  width: 106px;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.homepage-friendship-link .bd .item a:hover {
  text-decoration: underline;
  color: e60000;
}

.homepage-friendship-link .bd .item a:nth-child(10n) {
  margin-right: 0;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}
@keyframes breathing {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.footer {
  padding: 30px 0;
  overflow: hidden;
  background-color: #E60000;
}

.footer .footer-left {
  width: 640px;
  float: left;
}

.footer .footer-left .footer-logo {
  margin-bottom: 10px;
}

.footer .footer-left .footer-slogan {
  margin-bottom: 5px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-left .footer-entrance {
  margin-bottom: 10px;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-left .footer-entrance a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-left .footer-entrance a:hover {
  text-decoration: underline;
}

.footer .footer-left .line {
  display: inline-block;
  font-size: 12px;
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-left a {
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-left a:hover {
  text-decoration: underline;
}

.footer .footer-left .footer-info {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-right {
  float: right;
  margin-top: 20px;
}

.footer .footer-right .item {
  margin: 0 10px;
  float: left;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-right .item img {
  border-radius: 4px;
}

.footer .footer-right .item p {
  height: 30px;
  line-height: 30px;
}




.homepage-fixed-right{
	z-index: 2;
	position: fixed;
	right:0;
	bottom:200px;
  height:467px;
	padding: 20px 0 0;
	text-align: center;
  transition: .3s;
}
.homepage-fixed-right .box{
	width:68px;
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	text-align: center;
  border-radius: 12px 0px 0px 12px;
}
.homepage-fixed-right .back-top{
	display: none;
	margin-top: 20px;
	width: 68px;
  height: 68px;
  border-radius: 12px;
	padding-top: 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	cursor: pointer;
	color:#64707D;
}
.homepage-fixed-right .back-top .newiconfont{
	font-size:32px;
}
.homepage-fixed-right .back-top .txt{
	margin-top: -4px;
}
.homepage-fixed-right .line{
	margin: 16px auto;
	width: 20px;
	height: 1px;
	background:#101011;
	opacity: .32;
}
.homepage-fixed-right .item{
	position: relative;
	cursor: pointer;
  padding: 8px 0;
  display: inline-block;
}
.homepage-fixed-right .item .icon{
	display: inline-block;
	width: 40px;
	height: 40px;
  transition: .3s;
}
.homepage-fixed-right .item .icon-d{
	display: inline-block;
	width: 38px;
	height: 29px;
	background: url(/web/static/images/common/index_fixed_icon.png) no-repeat;
  background-position: 0 -36px;
}
.homepage-fixed-right .item:hover .icon-d{
  transform:scale(1.1);
	background-position: 0 -71px;
}
.homepage-fixed-right .item .txt{
	font-weight: 400;
	font-size: 12px;
	color: #293276;
}
.homepage-fixed-right .item:hover .icon{
  transform:scale(1.2);
}
.homepage-fixed-right .item:hover .txt{
  color:#3662EC;
}
.homepage-fixed-right .item .fixed-sub-box{
  display: none;
	width:152px;
	padding: 10px;
  position: absolute;
	top:0;
	right:53px;
	background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px 0 0 5px;
  transition: .3s;
}

.homepage-fixed-right .item .fixed-sub-box ul li{
	padding: 5px 7px;
	width:100px;
	list-style: none;
    margin:0 auto;
}
.homepage-fixed-right .item .fixed-sub-box ul li .sub-img{
	width: 100px;
	height: 100px;
}
.homepage-fixed-right .item .fixed-sub-box ul li .sub-txt{
	font-size:12px;
	color:#000;
}
.homepage-fixed-right .item:hover .fixed-sub-box{
  display: block;
}
.homepage-fixed-right .item .fixed-sub-box .sub-contact{
	margin: 0 16px 10px 10px;
	padding: 0 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #aaa;
}
.homepage-fixed-right .item .fixed-sub-box .sub-contact .c-p01{
	font-size:14px;
	color:#121212;
	font-weight: bold;
}
.homepage-fixed-right .item .fixed-sub-box .sub-contact .c-p02{
	padding: 2px 0;
	font-size:18px;
	color:#131313;
}
.homepage-fixed-right .item .fixed-sub-box .sub-contact .c-p03{
	font-size:12px;
	color:#aaa;
}
.homepage-fixed-right .item .fixed-sub-box .sub-tit{
	text-align: center;
	font-size:14px;
	color:#121212;
	font-weight: bold;
}
.homepage-fixed-right .item .fixed-sub-box ul li .sub-txt{
	color: #aaa;
}


.ai-customer{
	z-index: 10;
	position: fixed;
	bottom:0;
	right:0;
	display: none;
    width:420px;
	height:600px;
	box-shadow: 0px 7px 18px 0px rgba(4,38,102,0.14);
}
.ai-customer .close{
	width:25px;
	height:25px;
	position: absolute;
	top:-24px;
	right:0px;
	cursor: pointer;
}
.shake {
    display: inline-block;
    background-color: #3498db;
    color: white;
	animation: shake 0.5s 3; 
}
 
@keyframes shake {
    0% { transform:scale(1.1); }
    25% { transform:scale(0.9) }
    50% { transform: translateX(1); }
    75% { transform:scale(0.9) }
    100% {transform:scale(1)}
}