
/**/
*{
  margin :0;padding:0;}

div,address,b,big,blockquote,body,center,cite,code,dd,del,dl,dt,em,fieldset,font,form,b,b,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var,th,td,input {
  margin: 0;padding: 0;}

div,dl,dt,dd,form,input,button,textarea,p,ul,li,ol,table,tr,td,header,footer,aside,nav,b,b,h3,h4,h5,h6,section{
  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
body{ font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;}
button:foucs{   border: none!important; outline: none!important;}	
button::-moz-focus-inner {border-color: transparent;}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}  
ul,ol{list-style:none; padding: 0; margin: 0;}
i{ font-style: normal;}
a{ color: #333; text-decoration: none; }
a:hover {text-decoration: none; }
video, embed, iframe{
  width: 100% ;
}  
img{border:none !important;vertical-align:middle}
input{outline:none;}
input[type="button"], input[type="submit"], input[type="reset"],button,select {-webkit-appearance: none;outline:none;}
textarea {-webkit-appearance: none;outline:none}
.clear{ clear:both; height:0px; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { /*兼容 IE*/ zoom: 1;}
.fl{ float: left;}
.fr{ float: right;}
/*t图片样式*/
.center-block{display:block;margin-right:auto;margin-left:auto;}
 img { border: 0px; vertical-align: middle;  }
.img-responsive{display:block;height:auto;max-width:100%}
.avatar {  display: block;overflow: hidden; width: 100%; }
.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}


/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #f66c0d;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #f66c0d;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper { width: 100%; }

.main-header {
  position: relative;
  display: block;

 
}

.main-menu {
  position: relative;
  background:#fff;
  z-index: 91;
}

.main-menu-wrapper {
  position: relative;
  display: block;
}

.main-menu-wrapper-inner {
  position: relative;

}

.main-menu-wrapper__left {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;

}

.main-menu-wrapper__logo {
  position: relative;
  margin-right: 35px;
}

.main-menu-wrapper__main-menu {
  position: relative;
  display: block;
  height: 90px;
  line-height: 90px;

}

.stricky-header.main-menu {

  background-color:#fff
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}



.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {

  position: relative;
}


.main-menu .main-menu__list>li>a
 {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;
  padding: 0 30px;
}


.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;
  padding: 0 30px;
}



.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li:hover>a {
background: #f66c0d;
color: #fff;
}



.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left:0%;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  background: rgba(255,255,255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  transition: 500ms ease;
  z-index: 99;

}

.main-menu .main-menu__list li.dropdown2 ul,
.stricky-header .main-menu__list li.dropdown2 ul{  left:-25%; width: 150%;}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
display: block;
  
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  line-height: 38px;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height:30px;
  color:#666;
  text-align: center;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {

  color: #F66C0D;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}



.stricky-header.stricky-fixed {
  transform: translateY(0);

  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav__toggler {
  font-size: 20px;
  color: #F66C0D;
  cursor: pointer;
  transition: 500ms;

}

.sticky-header__content .mobile-nav__toggler i {
  color: #F66C0D!important;
}
.top-tel b { font-size:18px; color: #666;}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 9999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color:#f66c0d;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}
.mobile-nav__close i{ color: #fff;}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color:#fff;
  border: none;
  outline: none;
  color: #f66c0d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #f66c0d;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav__container {
  margin-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}



/* 首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;
}
#banner .swiper-slide .pcimg { display:block !important;}
#banner .swiper-slide .mobimg {display:none !important;}
#banner .swiper-button {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.3);
  border-radius:50%;
  cursor:pointer;
  overflow:hidden;
  z-index:999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition:all .5s ease;
  outline: none;

}
#banner .swiper-button:hover {
  background:#F66C0D;
}

.btn-prev {
  left:5%;
}

.btn-next {
  right:5%;
}

#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F66C0D;
  width:40px;
  transition-delay: 0s;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}
/* 简介 */

.in_about_bg { background:#F5F5F5; padding:70px 0 0;}

.in_tit_box { margin:0 auto; text-align: center;}
.in_title{
    color: #000;
    font-weight: 800;
    font-size: 36px;
    line-height: 54px;

    
}
.in_tit_box p{ font-size: 18px; margin-top: 20px;}
.in_about_txt { font-size: 16px; line-height: 30px; color: #666; margin: 30px auto; width: 88%; text-align: center;}
.ab_bottom2 {
 position: relative;
 z-index: 2;
	margin:10px auto;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  background: #fff;
	
}
.ab_bottom2 b{ font-size:40px;}


.ab_bottom2  li {
	width: 25%;
	float: left;
  

}
.ab_bottom2  li a {

	text-align: center;
	text-decoration:none;
	position: relative;
  margin: 0 auto;
	display: block;
	padding: 30px 26px 24px;
	transition: all .3s;
	border-left: 1px solid #f1f1f1;
  background-color: #fff;
}
.ab_bottom2 .ab_num { display: flex; align-items: center; justify-content: center;}
.ab_bottom2 li a b {
	color: #f66c0d;
	font-weight: bolder;
	margin-bottom: 8px
}
.ab_bottom2 li a i{  font-size: 19px; color: #333; padding-left: 6px;}
.ab_bottom2 li a p {
	color: #666;
	font-size: 16px;
	line-height: 24px;

}
.ab_bottom2 li:first-child a { border-left: none;}
.ab_bottom2 li a:hover b { color:#f66c0d ;}
.in_ab_db{
  background: url(../images/in_about.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
  margin-top:60px;
  height: 460px;
  position: relative;
  z-index:1;
  width: 100%;
}


/* 产品 */
.product {  margin:70px 0; }
.product .container { margin-top: 30px;}
 .product-box{ display: flex; align-items: stretch;}
 .slide-nav {
  margin-top: 10px;
  margin-right: 20px;
  flex: 1;
  display: flex;
  background: #f66c0d;
  flex-direction: column;
    

}

.slide_title b{font-size: 30px;
    display: inline-block;
    color: #363636;
    font-weight: 600;
    position: relative;
}

.slide_title span{
    display: block;font-size: 16px;
    color: #999999;
    margin-top: 10px;
    text-transform: uppercase;
}
.slide-list {

  list-style: none;
  padding: 0;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;

}
.slide-list li {
	
	overflow: hidden;
	width:100%;
  border-bottom: 1px solid #FA8B40;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
   

}

.slide-list li a {
  justify-content: center;
  overflow: hidden;
  width: 100%;
  color: #fff;
  height: 100%;
  font-size: 17px;
  flex: 1;
  display: flex;
  align-items: center;
  background: #f66c0d;



}
.slide-list li a:hover { background: #787677;}

.pro_list {  flex: 4;  }

.pro_list a { display: block; float: left; width: calc(33.3% - 22px); margin:10px;  border: 1px solid #f2f4f5;}
.pro_list span { display: block; overflow: hidden; }
.pro_list p{ padding: 10px 15px; background: #f2f2f2; }
.pro_list .cp_tit {
    font-size:18px;
    line-height: 24px;
    text-align: center;
    color: #585757;
    padding-top: 15px;
}
.pro_list .cp_dec{    
    color: #888;
    line-height: 20px;
    padding-bottom:20px;
    font-size: 14px;}
.pro_list a:hover { box-shadow: 0 0 20px #dedede;}
.pro_list a:hover p { color: #fff; background: #f66c0d;}

.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}
/* 现场案例 */
.case { background:#f1f1f1; padding-top: 70px; padding-bottom: 160px; position: relative;}

.xcal .swiper-wrapper { padding-top: 50px;}
.xcal .swiper-slide {     transition: all 0.5s ease;}
.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  padding: 10px;
}

.case .swiper-button-next {
  position: absolute;
  top: 92%;
  right:calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size:17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
.case .swiper-button-prev {
  position: absolute;
  top: 92%;
  left: calc(50% - 150px);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 140px;
  font-size: 17px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
.case .swiper-button-prev:hover, .case .swiper-button-next:hover {
  background: #f66c0d;
}
.case .swiper-button-next i { padding-left: 10px;}
.case .swiper-button-prev i { padding-right: 10px;}
.xcal .swiper-slide:hover { margin-top: -30px;}
.xcal .swiper-slide:hover p { background: #f66c0d; color: #fff;}
/*优势*/
.ys { padding-top: 70px;}
.yyfa {
  
	width: 100%;

	position: relative;
  margin-top: 50px;
	overflow: hidden;
}
.tab-bg { background: rgba(51,51,51,.8);
  position: absolute;
  width: 50%;
  height: 100%;
	top:0;
	left:0;
  z-index: 2;
 }
.yyfa .tab {
	overflow: hidden;
	position: absolute;
  width: 100%;
	top:50%;
	left:30px;
  display: flex;
  z-index: 3;
  justify-content: center;
	overflow: hidden;
}

.team-box {
	position: relative;

}
.team-box .team-content {
	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
 .team-content .title {
	color: rgba(255,255,255,.6);
	font-weight: bold;
  letter-spacing:5px;
	font-size:40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	padding-bottom: 10px;
	
}
.team-content  .title2 {
	color: #fff;
	font-family: 'MontserratUltraLight';
	font-size: 26px;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
}
.team-content p {text-transform: capitalize;}

.yyfa .tab a {


	color: #fff;
	text-decoration: none;
  padding: 20px;
 



}

.yyfa .tab a.on .team-content .title { color: #fff;}
.yyfa .tab a.on {    background:#f66c0d;}
.yyfa .co {
	overflow: hidden;

}
.yyfa .co > ul {
	margin: 0;
	padding:0px;
}
.yyfa .co li {
	display: none;
	width: 100%;
	height: 710px;
	list-style: none;
}
.yyfa .co li:nth-child(1){ background:url("../images/ys1.jpg") no-repeat top; background-size: cover;background-position:center; }
.yyfa .co li:nth-child(2){ background:url("../images/ys2.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa .co li:nth-child(3){ background:url("../images/ys3.jpg") no-repeat top; background-size:cover;background-position:center;}
.yyfa .co li:nth-child(4){ background:url("../images/ys4.jpg") no-repeat top; background-size: cover;background-position:center;}
.yyfa_list{margin: 0 auto; padding-top:50px;}
.ys_txt { width: 45%; position: relative; z-index: 3; }
.ys_txt b { display: block; font-size: 36px; color: #fff; margin-top: 30px; margin-bottom: 8px;}
.ys_txt span { display: block; text-transform: capitalize; line-height: 40px; color: rgba(255,255,255,.8); font-size: 19px;}
.ys_txt p { margin: 10px 0; color: #fff; line-height: 38px; font-size: 20px;}
/* 新闻 */
.news-bg { margin: 70px 0; background: url(../images/n_bg.jpg) no-repeat center; background-size: 100%;}
.news{ display: flex;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  margin-top: 20px;

}
.news_left {
  flex: 2;
  margin-top: 30px;
}

.news_left  a {
  display: block;

}

.news_left span{ overflow: hidden; display: block;}
.news_left p {
  line-height: 26px;
  font-size: 14px;
  text-align: left;
  color: #666;
}

.news_left a:hover b ,.news_left a:hover .newscon p{ color: #f66c0d;}
.news_left img{ transition: all 0.3s ;}
.news_left a:hover img {transform: scale(1.1); transition: all 1s ease 0s; -webkit-transform: scale(1.1);  }

.news-cont { margin-top: 20px; }
.news-cont  b {
  padding-bottom: 10px;
  font-size: 18px;
  color: #333;
  display: block;

}
.news-cont  p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}
#news-list {  flex: 3;
    margin-left: 20px;}
    
#news-list a { display:flex; align-items:center; justify-content: center; margin:50px 0 }

.day {
  color: #666;
  flex: 1;
  height: 70px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}
.newscon {
  flex: 4;
  padding-left: 40px;
  border-left: 1px solid #dedede;
}

.news-more{
    margin-top: 30px;
    transition: all .3s;
}
.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}
.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.day span {
  font-size: 24px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight:bold;
}
.day p{ width: 100%;	text-align: center;}

#news-list a:hover .day span { color: #f66c0d;}
#news-list a:hover .newscon b { color: #f66c0d;}
#news-list a:hover .news-more { padding-left: 30px;}
.more{width:158px;height:46px;border:#dedede solid 1px;margin:30px auto;font-size:16px; transition: all .3s;} 
.more a{display:block; color: #666;}
.more a span{display:block;float:left;text-indent:24px; line-height:46px;transition: all .3s;}
.more a i{color: #666;float:right;display:block;font-family:宋体;width:46px;height:46px;font-size:20px;font-weight:600;border-left:#dedede solid 1px; line-height:46px;text-align:center;}
.more a:hover i{ background: #f66c0d; color: #fff;}
.more:hover {border:#f66c0d solid 1px;}
.more a:hover span { color: #f66c0d;}
.more a:hover i {border-left:#f66c0d solid 1px; }
/*右侧悬浮在线客服*/
#suspension {
	position: fixed;
	z-index: 9999;
	right: 8px;
	bottom: 8%;
}

#suspension li {
	margin-bottom: 3px;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#suspension li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
  background-color: rgba(57,57,57,0.4);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;

}

#suspension li .fa {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
  color: #fff;
	text-align: center;
	line-height: 57px;
	font-size: 28px;
  background-color: rgba(57,57,57,0.5);
}

#suspension li .txt {
	display: inline-block;
	line-height: 57px;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
}

#suspension li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #f66c0d;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}


#suspension li.ewm .ewm-box img {
	max-width: 100%;
}

#suspension li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #f66c0d;
	border-right: none;
}

#suspension li.ewm:hover .icon {
	background-position: -57px -180px;
}

#suspension li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#suspension li.backtop {
	cursor: pointer;
}

#suspension li:hover a {
	width: 180px;
}

#suspension li:hover .fa {
	background-color: #f66c0d;
	color: #fff;
}
#suspension li.tel:hover a { width: 300px;}
  /* 底部*/
  .footer {
    background:#787677;
    background-size: cover;
  
  }
  .foot {
    padding: 60px 0;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
  }
  .foot b {
    font-size: 20px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom:32px;
  }


  .foot .ft-nav {
  
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
  }
  .foot .ft-nav a{ color: #fff; width: 50%; display: block; text-align: center;  margin-bottom: 10px;
    font-size: 16px;}
  .foot .ft-nav a:hover{ color: #f66c0d}
  
  .foot .ft-contact p{ width: 100%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .foot .ft-contact i{ font-size: 20px; margin-bottom: 20px; margin-top: 10px; color: #fff;display: block; width: 100%;}
 .ewm { display: flex; align-items: center;}
 .ewm img { margin-bottom: 10px; max-width: 110px;}
 .ewm p{ margin-left: 10px;}
.ewm span{ display: block; font-size: 14px; color: rgba(255, 255, 255, 0.9); text-align: center;}
.copyright{ padding:10px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.4); }
.copyright a{ color: #fff;}




