header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	width: 100%;
}

.header-info {
    padding: 10px calc((100% - 1200px) / 2);
    background-color: #262626;
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
}

.header-contact {
    margin-left: 15px;
    padding: 0 15px;
    border-left: 1px solid #fff;
}

.header-tel {
    margin-right: 5px;
    width: 15px;
    height: 15px;
}

nav {
	padding: 0 calc((100% - 1200px) / 2);;
	height: 80px;
	background-color: rgba(255,255,255, 0.9);
}

.logo {
	height: 50px;
}

.nav-item {
	margin-right: 40px;
	padding: 15px  0;
	border-bottom: 3px solid transparent;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item a { 
	color: #262626;
}

.nav-item_active {
	border-color: #EB3D01;
	font-weight: 500;
}

.nav-item_active a {
	color: #EB3D01;
}

.header-blank {
	heihgt: 35px;
}

.banner {

}

.banner-slide-img {
	width: 100%;
	height: auto;
}

.banner .banner-pagination {
    bottom: 5px;
}

.banner .banner-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 0.4rem;
    height: 0.08rem;
    background-color: #fff;
	border-radius: unset;
}

.banner .banner-pagination .swiper-pagination-bullet-active {
    background-color: #EB3D01;
}

/* 关于我们 */
.about-us {
	padding: 0.5rem calc((100% - 1200px) / 2); 0.71rem;
}

.about-us-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-us-serachKeyWord {
	overflow: hidden;
}

.about-us-serachKeyWordItem {
	float: left;
	margin-right: 0.3rem;
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #404040;
}

.about-us-serachKeyWordItem:first-child {
	margin-right: 0.15rem;
}

.about-us-search {
	box-sizing: border-box;
	padding: 0 0.15rem;
	width: 3rem;
	height: 0.44rem;
	border: 1px solid #E6E6E6;
}

.about-us-searchInput {
	flex: 1;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333;
}

.about-us-searchInput::placeholder {
	color: #ccc;
}

.about-us-sarchIcon {
	margin-left: 0.15rem;
	width: 0.17rem;
	height: 0.2rem;
}

.about-us-main {
	margin-top: 0.35rem;
}

.about-us-mainImg {
	width: 5.6rem;
	height: 4rem;
	object-fit: cover;
}

.about-us-mainInfo {
	margin-left: 0.4rem;
	flex: 1;
}

.about-us-mainTitle {
	position: relative;
	margin-top: 0.3rem;
	padding-bottom: 0.1rem;
	font-size: 0.3rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 1;
	color: #262626;
}

.about-us-mainTitle::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0.05rem;
	width: 0.5rem;
	height: 0.04rem;
	background-color: #262626;
}

.about-us-mainEnglish {
	position: absolute;
	top: -0.25rem;
	left: 0;
	z-index: -1;
	font-size: 0.8rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: #F0F0F0;
}

.about-us-mainTextBox {
	margin-top: 0.3rem;
}

.about-us-mainText {
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 0.3rem;
	text-indent: 0.28rem;
	color: #262626;
}

.about-us-linkBtn {
	margin-top: 0.3rem;
	width: 2rem;
	height: 0.44rem;
	border: 1px solid #ccc;
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	text-transform: uppercase;
	color: #999;
	transition-duration: .3s;
}
.about-us-linkBtn:hover{
	background: #eb3d01;
	color: #FFF;
}

.about-us-linkBtnIcon {
	margin-left: 0.2rem;
	width: 0.24rem;
	height: 0.16rem;
}

.about-us-service {
	margin-top: 0.5rem;
}

.about-us-serviceItem {
	width: 20%;
	border-right: 1px solid #E6E6E6;
	font-size: 0;
	text-align: center;
}

.about-us-serviceItem:last-child {
	border-right: 0;
}

.about-us-serviceItemIcon {
	width: 0.4rem;
	height: 0.4rem;
}

.about-us-serviceItemTitle {
	font-size: 0.16rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 0.4rem;
	color: #666;
}

/* 热门车型·超值优惠 */
.hot {
	padding: 0.7rem calc((100% - 1200px) / 2);;
	background-color: #F7F7F7;
}

.hot-swiper-containerBox {
	position: relative;
	padding: 0 0.24rem;
}

.hot-swiper-container {
	margin-top: 0.5rem;
}

.hot-swiper-container .swiper-slide {
	width: auto;
}

.hot-swiper-slide {
	background-color: #fff;
	font-size: 0;
}

.hot-swiper-slideImg {
	width: 3.9rem;
	height: 2.8rem;
	object-fit: cover;
}

.hot-swiper-slideInfo {
	padding: 0.35rem 0.2rem;
}

.hot-swiper-slideTitle {
	margin-bottom: 0.05rem;
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #262626;
}

.hot-swiper-slideCell {
	margin-top: 0.1rem;
}

.hot-swiper-slideText {
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #404040;
}

.hot-swiper-slideText span {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #E61300;
}

.hot-more-btn {
	margin-top: 0.3rem;
	width: 1.4rem;
	height: 0.34rem;
	background-color: #EB3D01;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
}

.hot-swiper-navigationIcon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 11;
	width: 0.5rem;
	height: 0.5rem;
	outline: none;
	cursor: pointer;
}

.hot-swiper-navigationPrev {
	left: 0;
}

.hot-swiper-navigationNext {
	right: 0;
}

/* 品牌 */
.brand {
	padding: 0.7rem calc((100% - 1200px) / 2);;
	background-color: #262626;
}

.brand-nav {
	margin-top: 0.7rem;
}

.brand-nav-cell {
	overflow: hidden;
}

.brand-nav-item {
	float: left;
	position: relative;
	width: 1.47rem;
	height: 1.47rem;
	font-size: 0;
	cursor: pointer;
}

.brand-nav-itemImg {
	width: 1rem;
	height: 1rem;
}


.brand-nav-itemInfo {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #E61300;
	font-size: 0.22rem;
	font-family: Source Han Sans CN;
	font-weight: 700;
	color: #fff;
}

.brand-nav-item:hover .brand-nav-itemInfo {
	visibility: visible;
}

.brand-list  {
	overflow: hidden;
	margin-top: 0.1rem;
}

.brand-list-item {
	float: left;
	position: relative;
	margin-top: 0.3rem;
	margin-right: 2%;
	width: 32%;
	font-size: 0;
	cursor: pointer;
}

.brand-list-item::after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 2.6rem;
	background-color: rgba(0,0,0,0.5);
}


.brand-list-itemImg {
	width: 100%;
	height: 2.6rem;
	object-fit: cover;
}

.brand-list-itemInfo {
	padding: 0.2rem 0.15rem 0.18rem;
	background-color: #fff;
}

.brand-list-itemTitle {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 700;
	line-height: 1;
	color: #262626;
}

.brand-list-itemText {
	margin-top: 0.1rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #999;
}

.brand-list-itemBtn {
	box-sizing: border-box;
	width: 1rem;
	height: 0.38rem;
	border: 1px solid #EB3D01;
	border-radius: 0.05rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #EB3D01;
}

.brand-list-item:nth-child(3n) {
	margin-right: 0;
}

.brand-list-item:hover::after {
	display: block;
}

.brand-list-item:hover .brand-list-itemInfo {
	background-color: #EB3D01;
}

.brand-list-item:hover .brand-list-itemTitle,
.brand-list-item:hover .brand-list-itemText {
	color: #fff;
}

.brand-list-item:hover .brand-list-itemBtn {
	background-color: #fff;
}

.brand-more-btn{
	box-sizing: border-box;
	display: block;
	margin: 0.7rem auto 0;
	width: 360px;
	height: 0.6rem;
	border: 1px solid #ccc;
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ccc;
	cursor: pointer;
	transition-duration: .3s;
}
.brand-more-btn:hover{
	background: #eb3d01;
	border-color: #eb3d01;
	color: #FFF;
}

/* 广泛的业务轻松解决您的需求 */
.service {
	padding: 0.7rem calc((100% - 1200px) / 2);;
	background-image: url('../imgs/1920-800_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.service-list {
	overflow: hidden;
	margin-top: 0.35rem;
}

.service-list-item {
	box-sizing: border-box;
	float: left;
	margin-top: 0.15rem;
	margin-right: 2%;
	width: 32%;
	height: 2.6rem;
	border: 1px solid #ccc;
	cursor: pointer;
}
.service-list-item:nth-of-type(3n){
	margin-right: 0;
}
.service-list-item:hover * {
	color: #fff;
}

.service-list-itemIcon {
	width: 0.8rem;
	height: 0.8rem;
}

.service-list-itemIcon:nth-child(2) {
	display: none;
}

.service-list-itemTitle {
	margin-top: 0.3rem;
	font-size: 0.2rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 1;
	color: #262626;
}

.service-list-itemText {
	margin-top: 0.2rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #262626;
}

.service-list-item:hover {
	background-color: #EB3D01;
}

.service-list-item:hover .service-list-itemIcon:first-child {
	display: none;
}

.service-list-item:hover .service-list-itemIcon:nth-child(2) {
	display: initial;
}

/* 为什么选择我们 */
.advantage {
	padding: 0.7rem calc((100% - 1200px) / 2);;
	background-image: url('../imgs/1920-685_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.advantage-list {
	overflow: hidden;
	margin-top: 0.4rem;
}

.advantage-list-item {
	float: left;
	width: 33.3%;
	height: 2.44rem;
}

.advantage-list-itemIcon {
	width: 0.5rem;
	height: 0.5rem;
}

.advantage-list-itemTitle {
	position: relative;
	margin-top: 0.3rem;
	padding-bottom: 0.2rem;
	width: 3.4rem;
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.advantage-list-itemTitle::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 0.5rem;
	height: 0.02rem;
	background-color: #fff;
}

.advantage-list-itemText {
	margin-top: 0.12rem;
	width: 3.4rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 0.3rem;
	text-align: center;
	color: #fff;
}

/* 新闻资讯 */
.news {
	padding: 0.7rem calc((100% - 1200px) / 2);;
}

.news-list {
	overflow: hidden;
	margin-top: 0.5rem;
}

.news-list-item {
	float: left;
	position: relative;
	box-sizing: border-box;
	margin-right: 2%;
	width: 32%;
	border: 1px solid #E6E6E6;
	font-size: 0;
	cursor: pointer;
}

.news-list-item::after {
	display: none;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2.35rem;
	background-color: rgba(0,0,0,0.5);
}

.news-list-item:nth-child(3n) {
	margin-right: 0;
}

.news-list-itemImg {
	width: 100%;
	height: 2.35rem;
	object-fit: cover;
}

.news-list-itemInfo {
	padding: 0.2rem 0.2rem 0.28rem;
}

.news-list-itemTitle {
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 700;
	line-height: 1;
	color: #262626;
}

.news-list-itemCell {
	margin-top: 0.2rem;
}

.news-list-itemDate,
.news-list-itemLink {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999;
}

.news-list-item:hover::after {
	display: block;
}

.news-list-item:hover .news-list-itemInfo {
	background-color: #EB3D01;
}

.news-list-item:hover * {
	color: #fff;
}

.news-list2 {
	overflow: hidden;
	margin-top: 0.1rem;
}

.news-list2-item {
	float: left;
	margin-top: 0.2rem;
	margin-right: 2%;
	width: 32%;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #999;
	cursor: pointer;
}

.news-list2-item:nth-child(3n) {
	margin-right: 0;
}

.news-more-btn {
	box-sizing: border-box;
	margin-top: 0.7rem;
	width: 360px;
	height: 0.6rem;
	border: 1px solid #ccc;
	font-size: 0.18rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ccc;
	cursor: pointer;
	transition-duration: .3s;
}
.news-more-btn:hover {
	background: #eb3d01;
	color: #FFF;
}

.other {
	padding: 0.5rem calc((100% - 1200px) / 2);;
	background-color: #F7F7F7;
  }
  
  .other-nav {
	overflow: hidden;
  }
  
  .other-nav-item {
	float: left;
	box-sizing: border-box;
	padding: 0 0.08rem;
	min-width: 1rem;
	height: 0.3rem;
	background-color: #E6E6E6;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 0.3rem;
	text-align: center;
	color: #262626;
	cursor: pointer;
  }
  
  .other-nav-item:nth-child(n + 2) {
	margin-left: 0.1rem; 
  }
  
  .other-nav-item_active {
	background-color: #EB3D01;
	color: #fff;
  }
  
  .other-list {
		overflow: hidden;
	margin-top: 0.2rem;
	  display: none;
  }
.other-list.on{
	display: block;
}
  .other-list-item {
	float: left;
	margin-right: 0.23rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 0.34rem;
	color: #262626;
  }
  
  .other-list-item:nth-child(14n) {
	margin-right: 0;
  }
  
  footer {
	  overflow: hidden;
  }

  .footer-company-info {
	padding: 0.5rem calc((100% - 1200px) / 2); 0.57rem;
	background-color: #262626;
  }

  .footer-col {
	  font-size: 0;
  }

  .footer_logo {
	width: 3.24rem;
	height: 0.6rem;
  }

  footer .footer-text {
	margin-top: 0.2rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999;
  }

  .footer-company-info a.footer-text:first-of-type {
	  margin-top: 0.3rem;
  }

  .footer-text-icon {
	  margin-right: 0.1rem;
	  width: 0.25rem;
	  height: 0.25rem;
  }
  
  .footer-code-title,
  .footer-form-title {
	font-size: 0.12rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999;
  }

  .footer-code-img {
	  margin-top: 0.2rem;
	  width: 1rem;
	  height: 1rem;
  }

  .footer-code-text {
	  margin-top: 0.15rem;
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #999;
  }

  .footer-code-hint {
	  margin-top: 0.1rem;
	font-size: 0.12rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #999;
  }

  .footer-form {
	  overflow: hidden;
	  margin-top: 0.1rem;
	  width: 4.9rem;
  }


  .footer-form-cell {
	  margin-top: 0.1rem;
  }

  .footer-form-input,
  .footer-form-select {
	  box-sizing: border-box;
	  padding: 0 0.1rem;
	  width: 2.4rem;
	  height: 0.44rem;
	 background-color: #404040;
	 cursor: pointer;
  }

  .footer-form-input,
  .footer-form-selectInput {
	font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFF;
  }

  .footer-form-input::placeholder,
  .footer-form-selectInput::placeholder {
	  color: #999;
  }

  .footer-form-select {
	  position: relative;
  }

  .footer-form-selectInput {
	  flex: 1;
  }
  
  .footer-form-selectIcon {
	  margin-left: 0.1rem;
	  width: 0.16rem;
	  height: 0.16rem;
	  transition: all 200ms;
	  transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  -webkit-transition: all 200ms;
	  -moz-transition: all 200ms;
	  -ms-transition: all 200ms;
	  -o-transition: all 200ms;
}

  .footer-form-selectOption {
	  display: none;
	  position: absolute;
	  top: 105%;
	  left: 0;
	  overflow-y: scroll;
	  -webkit-overflow-scrolling: touch;
	  width: 100%;
	  max-height: 2rem;
	  background-color: #404040;
  }

  .footer-form-selectOptionItem {
	  box-sizing: border-box;
		padding: 0 0.1rem;
	  height: 0.44rem;
	  border-bottom: 1px solid #262626;
	  font-size: 0.14rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 0.44rem;
	color: #999;
  }

  .footer-form-select:hover .footer-form-selectIcon {
	  transform: rotate(-180deg);
	  -webkit-transform: rotate(-180deg);
	  -moz-transform: rotate(-180deg);
	  -ms-transform: rotate(-180deg);
	  -o-transform: rotate(-180deg);
}

  .footer-form-select:hover .footer-form-selectOption {
	  display: block;
  }

  .footer-form-btn {
	  margin-top: 0.15rem;
	  width: 100%;
	  height: 0.44rem;
	  background-color: #404040;
	  font-size: 0.16rem;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #999;
		cursor: pointer;
  }

  .footer-copyright {
	  padding: 0.13rem calc((100% - 1200px) / 2);;
	  background-color: #0D0D0D;
	font-size: 0.12rem;
	text-align: center;

  }

  .footer-copyright span,
  .footer-copyright a {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999;
  }

  .footer-copyright a {
	  margin-left: 0.8rem;
  }

.fix-bar{
	display: block;
	width: 75px;

	position: fixed;
	right: 0;
	bottom: 20%;
	background: #fff;
	z-index: 9;
	box-sizing: border-box;
}
.fix-bar a{
	width: 100%;
	display: block;
	box-sizing: border-box;
	border: 1px solid #F0F0F0;
	border-bottom: none;
	text-align: center;
	padding-top: 45px;
	font-size:14px;
	font-family:Source Han Sans SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	position: relative;
}
.fix-bar a:last-of-type{
	border: 1px solid #F0F0F0 !important;
}
.fix-bar a.QQ{
	background: url("../images/online.svg") no-repeat;
	background-size: 27px 30px;
	background-position: center 8px;
	height: 75px;
}
.fix-bar a.wechat{
	background: url("../images/wechat.svg") no-repeat;
	background-size: 32px 27px;
	background-position: center 10px;
	height: 75px;
}
.fix-bar a.tel{
	background: url("../images/tel.svg") no-repeat;
	background-size: 27px 29px;
	background-position: center 10px;
	height: 75px;
}
.fix-bar a.gotop{
	background:#fff url("../images/top.svg") no-repeat;
	background-size: 27px 24px;
	background-position: center center;
	height: 45px;
}
.fix-bar a .detail{
	display: none;
}
.fix-bar a:hover{
	background: #EB3D01;
	color: #fff;
	border-color: #EB3D01;
}
.fix-bar a:hover.QQ{
	background:#fff url("../images/online.svg") no-repeat;
	background-size: 27px 30px;
	background-position: center 8px;
	height: 75px;
	color:rgba(153,153,153,1);
	border: 1px solid #F0F0F0;
	border-bottom: none;
}
.fix-bar a:hover.wechat{
	background:#EB3D01 url("../images/wechat_on.svg") no-repeat;
	background-size: 32px 27px;
	background-position: center 8px;
}
.fix-bar a:hover.tel{
	background:#EB3D01 url("../images/tel_on.svg") no-repeat;
	background-size: 27px 29px;
	background-position: center 8px;
}
.fix-bar a:hover.gotop{
	background: url("../images/top.svg") no-repeat;
	background-size: 27px 24px;
	background-position: center center;
}
.fix-bar a.QQ .detail,.fix-bar a.tel .detail{
	display: block;
	position: absolute;
	width: 0px;
	height: 75px;
	border: 1px solid #F0F0F0;
	border-right: none;
	bottom: 0;
	left: 0px;
	box-sizing: border-box;
	overflow: hidden;
	transition: .3s;
}
.fix-bar a.QQ .detail h2,.fix-bar a.tel .detail h2{
	font-size:14px;
	font-family:Source Han Sans SC;
	font-weight:400;
	color:rgba(235,61,1,1);
	text-align: left;
	margin-left: 30px;
	margin-top: 15px;
}
.fix-bar a.QQ .detail h3,.fix-bar a.tel .detail h3{
	font-size:14px;
	font-family:Source Han Sans SC;
	font-weight:400;
	color:rgba(235,61,1,1);
	text-align: left;
	margin-top: 8px;
	margin-left: 30px;
}
.fix-bar a.wechat .detail{
	display: block;
	position: absolute;
	width: 0px;
	height: 140px;
	bottom: 0;
	left: -0px;
	box-sizing: border-box;
	overflow: hidden;
	transition: .3s;
}
.fix-bar a.wechat .detail .imgBox{
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 15px auto;
}
.fix-bar a.wechat .detail .imgBox img{
	width: 80px;
	height: 80px;
}
.fix-bar a.wechat .detail h3{
	font-size:14px;
	font-family:Source Han Sans SC;
	font-weight:400;
	color:rgba(235,61,1,1);
	text-align: center;
}
.fix-bar a.QQ:hover .detail,.fix-bar a.tel:hover .detail{
	width: 150px;
	left: -150px;
	transition: width 0ms,left 300ms;
	background:#fff url("../images/fix-bar.png") no-repeat center right;
}
.fix-bar a.wechat:hover .detail{
	width: 120px;
	left: -120px;
	transition: width 0ms,left 300ms;
	background:#fff url("../images/fix-bar.png") no-repeat center right;
	background-position: right 100px;
	border: 1px solid #F0F0F0;
	border-right: none;
}
header{
	width: 100%;
	padding: 0 .45rem;
}
.c-f-cb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.c-f-d {
	display: flex;
	display: -webkit-flex;
}