/**/

* {

  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;

}



a:hover {

  text-decoration: none;

  color: #fff;

}



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%

}



.dot {

  display: block;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.dot2 {

  display: -webkit-box;



  overflow: hidden;

  text-overflow: ellipsis;

  word-break: break-all;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}



/*--------------------------------------------------------------

# 头部Header

--------------------------------------------------------------*/

#header {

  transition: all 0.5s;

  z-index: 997;

  transition: all 0.5s;

  height: 70px;

}



#header.header-transparent {

background: #33373a;

}



#header.header-scrolled {

  background: rgba(255, 255, 255, 1);

  border-bottom: 1px solid #f1f1f1;

}

.top-box {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.top-box .logo {

  flex: 2;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  height: 70px;

  margin-right: 10px;

}

.top-box .logo img {

  padding: 0;

  margin: 0;

  max-height: 80px;

}



.top-box .logo .logo-tu2 {

  display: none;

}

#header.fixed-top {

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 99999;

}

/*导航菜单 */

.nav-menu, .nav-menu * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.nav-menu {

  flex: 4;

  height: 70px;

}



.nav-menu ul {

  display: flex;

  align-items: center;

  justify-content: flex-end;

}



.nav-menu ul li {

  position: relative;

  width: 100%;

  text-align: center;





}



.nav-menu a {

  display: block;



  color: #fff;

  padding: 0 5px;

  height: 70px;

  line-height: 70px;

  transition: 0.3s;

  font-size: 16px;





}



.nav-menu a:hover, .nav-menu .active>a, .nav-menu li:hover>a {

  color: #e60012;

  text-decoration: none;





}

.nav-menu a.active{color: #e60012;text-decoration: none;}

.nav-menu .drop-down ul {

  display: block;

  position: absolute;

  left: 0;

  top: 70px;

  z-index: 99;

  opacity: 0;

  visibility: hidden;

  width: 100%;

  background: #fff;

  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

  transition: ease all 0.3s;

  padding-bottom: 20px;

}



.nav-menu .drop-down:hover>ul {

  opacity: 1;

  top: 70px;

  visibility: visible;

}



.nav-menu .drop-down li {

  width: 100%;

  position: relative;

}



.nav-menu .drop-down ul a {

  padding: 5px 0;

  font-size: 16px;



  text-transform: none;

  color: #666;

  line-height: 40px;

  height: 40px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

}



.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active>a, .nav-menu .drop-down ul li:hover>a {

  color: #e60012;

  background: none;



}



.nav-menu .drop-down .drop-down ul {

  top: 0;

  left: calc(100% - 70px);

}



.nav-menu .drop-down .drop-down:hover>ul {

  opacity: 1;

  top: 0;

  left: 100%;

}



.nav-menu .drop-down .drop-down>a {

  padding-right: 35px;

}



.nav-menu a i {

  display: none;

}



.nav-menu .arrow {

  position: absolute;

  width: 11px;

  height: 11px;

  top: -5.5px;

  left: 45%;

  background-color: #fff;

  transform: rotate(45deg);

  cursor: pointer;

  transition: .3s;

  z-index: -1;



}





#header.header-scrolled .nav-menu a {

  color: #333;

}

#header.header-scrolled .nav-menu a.active {

  color: #e60012;

}





#header.header-scrolled .nav-menu a:hover, #header.header-scrolled .nav-menu .active>a, #header.header-scrolled .nav-menu li:hover>a {

  color: #e60012;





}



#header.header-scrolled .nav-menu .drop-down ul a:hover, #header.header-scrolled .nav-menu .drop-down ul .active>a, #header.header-scrolled .nav-menu .drop-down ul li:hover>a {

  color: #e60012;

  background: none;



}



#header.header-scrolled .top-box .logo .logo-tu1 {

  display: none;

}



#header.header-scrolled .top-box .logo .logo-tu2 {

  display: block !important;

}



/* 手机菜单样式 */

.mobile-nav {

  position: fixed;

  top: 0;

  bottom: 0;

  z-index: 999;

  overflow-y: auto;

  left: -80%;

  width: 80%;

  padding-top: 18px;

  background: #e60012;

  transition: 0.4s;

}



.mobile-nav * {

  margin: 0;

  padding: 0;

  list-style: none;

}



.mobile-nav a {

  display: flex;

  align-items: center;

  justify-content: space-between;

  position: relative;

  color: #fff;

  font-size: 16px;

  margin: 0 20px;

  height: 56px;

  line-height: 56px;

  font-weight: 500;

  border-bottom: 1px solid rgba(255, 255, 255, .1);

}



.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {

  color: #fff;

  text-decoration: none;

}





.mobile-nav ul li a.expanded {

  color: rgba(255, 255, 255, .7);

}



.mobile-nav ul li a button {

  width: 30px;

  height: 30px;

  background-color: #fff;

  border: none;

  outline: none;

  color: #3081C4;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  transform: rotate(-90deg);

  transition: transform 500ms ease;

}



.mobile-nav ul li a button.expanded {

  transform: rotate(0deg);

  background-color: #fff;

  color: #3081C4;

}



.mobile-nav .drop-down ul {

  display: none;

  overflow: hidden;

}



.mobile-nav .drop-down .arrow {

  display: none;

}



.mobile-nav .drop-down li a {

  padding-left: 20px;

}



.mobile-nav-toggle {

  position: fixed;

  right: 15px;

  top: 10px;

  z-index: 998;

  border: 0;

  background: none;

  font-size: 24px;

  transition: all 0.4s;

  outline: none !important;

  line-height: 1;

  cursor: pointer;

  text-align: right;

  background: #e60012;

}



.mobile-nav-toggle i {

  color: #fff;



  display: block;

  width: 45px;

  height: 45px;

  text-align: center;

  line-height: 45px;

}



.mobile-nav-overly {

  width: 100%;

  height: 100%;

  z-index: 997;

  top: 0;

  left: 0;

  position: fixed;

  background: rgba(51, 51, 51, 0.9);

  overflow: hidden;

  display: none;

}



.mobile-nav-active {

  overflow: hidden;

}



.mobile-nav-active .mobile-nav {

  left: 0;

}



.mobile-nav-active .mobile-nav-toggle i {

  color: #fff;

}



.language {

  color: #fff;

  font-size: 16px;



}



.language a {

  color: #fff;

  padding: 0 10px;

}



.language a:hover {

  color: #ECA617;

}



/*首页banner图*/

#banner .swiper {

  width: 100%;

  height: 100%;

  position: relative;

}



#banner .swiper-slide {

  background-position: center;

  background-size: cover;

  position: relative;

}



#banner .swiper-slide img {

  display: block;

  width: 100%;

}



#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: 50px;

  font-size: 30px;

  line-height:50px;

  height: 50px;

  transition: all .5s ease;

  outline: none;

  opacity: 0;



}

#banner:hover .swiper-button{ opacity: 1;}

#banner .swiper-button:hover {

  background: #e60012;

}



.btn-prev {

  left: 70px;

}



.btn-next {

  right: 70px;

}



#banner .swiper-pagination-bullet {

  width: 40px;

  height: 6px;

  display: inline-block;

  background: #fff;

  opacity: .9;

  margin: 0 8px;

  border-radius: 20px;

  transition: opacity .5s, background-color .5s, width .5s;

  transition-delay: .5s, .5s, 0s;

  outline: none;

}



#banner .swiper-pagination-bullet-active {

  opacity: 1;

  background: #e60012;



}



#banner .swiper-container-horizontal>.swiper-pagination-bullets,

.swiper-pagination-custom,

.swiper-pagination-fraction {

  bottom: 50px;

  left: 0;

  width: 100%;

}



#banner .swiper-slide .container {

  position: absolute;

  left: 0;

  right: 0;

  top: 40%;

  bottom: 0;

  margin: 0 auto;

}



.banner-slide-content {

  position: relative;

  z-index: 9;

}







.banner-slide-content span {

  color: #fff;

  display: block;

  margin-bottom: 35px;

  text-transform: uppercase;

}



.banner-slide-content .title {

  font-size: 40px;

  line-height: 56px;

  font-weight: 700;

  color: #fff;

  display: block;

  margin-bottom: 10px;



  text-transform: capitalize;

}



.banner-slide-content p {



  font-size: 24px;

  font-family: "Poppins", sans-serif;

  color: #fff;

  margin-top: 30px;

}

/* since */

.since { padding: 30px 0; background: #dcdddd;}

.since .container { align-items: center; display: flex; justify-content: flex-start;

}

.since .sin_tit { font-family: Arial, Helvetica, sans-serif; font-size: 30px; color: #e60012;}

.since .sin_tit span { font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}

.since .sin_info span { font-size: 12px; letter-spacing: 0;}

.since .sin_info { line-height: 20px; margin: 0 40px; color: #999; letter-spacing: 2px; font-size: 16px;}

.since .sin_tel {display: flex; line-height: 18px; align-items: center; color: #7D7E82;}

.since .sin_tel p{ font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 20px;} 

.since .sin_tel img { margin-right: 10px; width: 34px;}

/* 产品 */

.product {

  padding: 130px 0 80px 0;

}

.zzsc {

  width: 100%;

  height: auto;

  margin-top: 30px;

  text-align: center;

}

.zzsc .tab {

  overflow: hidden;

  margin-top: 30px;

  width: 60%;

  margin: 0 auto;

  display: flex;

  align-items: stretch; 

  justify-content: center;

}

.zzsc .tab a {

  display: block;

  font-size: 15px;

 padding: 30px;

  text-align: center;

flex: 1;



  text-decoration: none;

  color: #666;

  border: 1px solid #B4B4B4;



  transition: all 0.3s;

}



.zzsc .tab a i{ display: block; margin-bottom: 10px;}



.zzsc .tab a img   {

  

  width: 40px;

 



}



.zzsc .tab a:hover {

  background: #e60012;

  border:1px solid #e60012;

  color: #fff;

  text-decoration: none;



}

.zzsc .tab a:hover i img { filter: brightness(200%);}

.zzsc .tab a.on {

  background: #e60012;

  border:1px solid #e60012;

  color: #fff;

  text-decoration: none;

}



.zzsc .tab a.on i img {filter: brightness(200%);}

.zzsc .co {

  overflow: hidden;

  height: auto;

  background: #fff;

}

.zzsc .co > ul {

  padding: 0;

  margin: 0;

}

.zzsc .co li {

  display: none;

  width: 100%;

  margin-top: 20px;

  list-style: none;

}
.zzsc .co li:first-child{ display: block;}
.pro_box { display: flex; flex-wrap: wrap; justify-content:flex-start;}

.team-box {

  position: relative;

  width: calc(25% - 20px);

  margin: 10px;



}

.team-box .pro-tit{ text-align: center; position: absolute; display: flex; justify-content: center; align-items: flex-start; z-index: 1; top:30px; left: 0; right: 0; text-align: center;}

.team-box .pro-tit div { text-align: left; margin-right: 8px; }

.team-box .pro-tit div p { margin-top: 10px; font-size: 16px; line-height: 20px;}

.team-box .pro-tit div i { font-size: 30px;}

.team-box .pro-tit div span { font-size: 12px;}

.team-box .team-content {

  text-align: center;

  border-top: 2px solid transparent;

  display: inline-block;

  width: 100%;

  -webkit-transition: all 1s ease 0s;

  -moz-transition: all 1s ease 0s;

  -o-transition: all 1s ease 0s;

  transition: all 1s ease 0s;



}

.pro_p1 {

  color: #333;

  font-size: 18px;

  letter-spacing: 0.57px;

  margin-top: 15px;

}

.pro_p2 {

  color: #666;

  font-size: 14px;

  text-transform: uppercase;



}



.team-content  .pro_p3 {

  color: #999;

  font-size: 14px;

  padding: 10px 20px;

  display: inline-block;

  line-height: 24px;

  text-decoration: none;

  text-align: center;

  opacity: 0;

  filter:Alpha(opacity=100);

  -webkit-transition: all 1s ease 0s;

  -moz-transition: all 1s ease 0s;

  -o-transition: all 1s ease 0s;

  transition: all 1s ease 0s;

}

.team-box:hover .team-content  .pro_p3 {

  opacity: 1;

  filter:Alpha(opacity=0);

}

.team-box:hover .team-content {

  border-top-color: #e60012;

  margin-top: -66px;

  background-color: #fff;

}

/*关于我们*/

.main_title {

  text-align: center;
  

}

.main_title_tb{ margin: 60px 0 30px 0;}

.main_title .m_p1 {

  font-size: 46px;

  margin-bottom: 20px;

  color: #33383b;

  font-family: Arial, Helvetica, sans-serif;

}

.main_title .m_p2 { color: #7e7e7f; margin-bottom: 20px; font-size: 26px;}

.main_title .m_p3 { font-size: 14px; color: #999; margin-bottom: 50px;}



.main_title span {     color: #7e7e7f;

  font-size: 26px;}

.about {



  padding: 130px  0;

  position: relative;

  background: url(../images/abbg.jpg) top no-repeat ;

background-size: cover;



}







.about-box {

  display: flex;

  align-items: flex-end;

  justify-content: center;

  position: relative;



}



.about_fr {

  width: 45%;

  padding-right: 5%;



 

 

}



.about_fl .ab_txt{

  line-height: 32px;



  color: #939393;

  font-size: 16px;



}

.about_fl .ab_txt span { color: #666;}





.about_fl {

  width:55%;

  overflow: hidden;

  margin-top: 50px;

  padding-bottom: 40px;

}







.more {

  border-radius: 23px;

  height: 46px;

  display: inline-block;

  font-size: 16px;

  line-height: 46px;

  color: #e60012;

  font-family: Arial;

  text-align: center;

  width: 160px;

  text-transform: uppercase;

  border: 1px solid #e60012;

  margin-top: 45px;

  letter-spacing: 2px;

  position: relative;

}



.more:hover {

  background: #e60012;

  color: #fff;

}

.more2 {

  border-radius: 23px;

  height: 46px;

  display: inline-block;

  font-size: 16px;

  line-height: 46px;

  color: #999;

  font-family: Arial;

  text-align: center;

  width: 160px;

  text-transform: uppercase;

  border: 1px solid #999;

  margin-top: 45px;

  letter-spacing: 2px;

  position: relative;

}



.more2:hover {

  background: #e60012;

  border: 1px solid #e60012;

  color: #fff;

}



.ab_bottom {

  margin-top: 80px;

  background: rgba(255, 255, 255, .8);

  transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;

}



.ab_bottom ul {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  padding: 0;

}



.ab_bottom b {

  font-size: 30px;

  color: #7e7e7f;

 

}







.ab_bottom li {

  width: 25%;

 

}



.ab_bottom li a {



  text-align: center;

  text-decoration: none;

  position: relative;

  margin:20px auto;

  display: block;



  transition: all .3s;

  border-right: 1px solid #d1d1d1;





}

.ab_bottom li:last-child a{ border-right: none;}

.ab_bottom .ab_num {

  display: flex;

  align-items: center;



  justify-content: center;

}



.ab_bottom li a b {

  color: #7e7e7f;

  font-size: 30px;

  font-weight: bolder;



}



.ab_bottom li a i {

  font-size: 20px;

  color: #666;

  padding-left: 6px;



}



.ab_bottom li a p {

  color: #666;



  line-height: 24px;

  padding: 5px 0;

  text-align: center;



}



.ab_bottom li a:hover b{

 color: #e60012;

}



/* 优势 */

.jspt{padding:130px 0;background:url(../images/ysbg.jpg) no-repeat; background-size:cover;  position: relative;}



.jspt ul{padding: 0;}

.jspt ul li{font-size: 16px;color: #fff;float: left;width: 18%;font-weight: bold;text-align: center;  margin:20px 1%; z-index: 9; position: relative;}

.jspt ul li a{ display: block; color: #fff; }

.jspt ul li p{border-radius: 50%;   padding: 30px 0;margin: 0 auto; text-align:center; }

.jspt ul li span { display: block; font-size: 18px; margin-top: 10px;}

.jspt ul li i { font-weight: normal; font-size: 14px; display: block; font-style: normal; margin-top: 5px; color: rgba(255, 255, 255, .8);}

.jspt ul li em {font-weight: normal; margin-top: 30px; display: block; font-style: normal; font-size: 14px; color: rgba(255, 255, 255, .5);}

.jspt ul li p img { width: 70%; transition: all 0.5s; -webkit-transition: all 0.5s;}

.jspt ul li:hover p img{transform: rotate(360deg);-webkit-transform: rotate(360deg);}

.jspt ul li:hover p {  background: rgba(255, 255, 255, .1);

}

.jspt ul li a:hover { color: #e60012;}

/* 新闻 */

.news_box{ margin-top: 80px;}

.news {

  width: 100%;

  height: auto;

  margin-top: 30px;

  text-align: center;

}

.news .tab {

  overflow: hidden;

  margin-top: 30px;



  margin: 0 auto;

  display: flex;

  align-items: stretch; 

  justify-content: center;

}

.news .tab a {

  display: block;

  font-size: 15px;

 width: 140px;

 line-height: 40px;

 height: 40px;



 border-radius: 20px;

 margin: 20px;

  text-align: center;



  text-decoration: none;

  color: #666;

  border: 1px solid #dedede;



  transition: all 0.3s;

}



.news .tab a i{ display: block; margin-bottom: 10px;}



.news .tab a img   {

  

  width: 40px;

 



}



.news .tab a:hover {

  background: #e60012;

  border:1px solid #e60012;

  color: #fff;

  text-decoration: none;



}

.news .tab a:hover i img { filter: brightness(200%);}

.news .tab a.on {

  background: #e60012;

  border:1px solid #e60012;

  color: #fff;

  text-decoration: none;

}



.news .tab a.on i img {filter: brightness(200%);}

.news .co {

  overflow: hidden;

  height: auto;

  background: #fff;

}

.news .co > ul {

  padding: 0;

  margin: 0;

}

.news .co li {

  display: none;

  width: 100%;

  margin-top: 20px;

  list-style: none;

}

.news .co li:first-child{ display: block;}

.pic-data {

  position: relative;

  float: left;

  width: 48%;

  margin-top: 18px;

}



.pic-data .swiper {

  margin-left: auto;

  margin-right: auto;

  width: 100%;

  position: relative;

}



.pic-data .swiper-slide {

  text-align: center;

  font-size: 14px;

  background: #fff;





}



.pic-data .swiper-slide a {

  display: block;

  position: relative;



}







.pic-data .swiper-slide img {

  display: block;

  transition: all 0.3s ease-out;

  width: 100%;



}







.pic-data .swiper-slide p {



  position: absolute;

  bottom: 0px;

  line-height: 28px;

  color: #fff;

  padding: 8px;

  text-align: left;

  font-size: 16px;

  left: 0;

  width:100%;

  padding-right: 130px;

  background: rgba(0, 0, 0, .3);



}





.pic-data .swiper-pagination-bullet {



  position: relative;

  margin: 0 5px !important;

  display: inline-block;

  width: 12px;

  height: 12px;

  border-radius: 0;

  background: #fff;

  overflow: hidden;

  z-index: 10;

  outline: none;

  opacity: 0.5;

  filter: alpha(opacity=50);

}



.pic-data .swiper-pagination-bullet-active {

  background-color: #e60012;

  opacity: 1;

  filter: alpha(opacity=100);

}



.pic-data .swiper-container-horizontal>.swiper-pagination-bullets,

.swiper-pagination-custom,

.swiper-pagination-fraction {

  bottom: 12px;

  width: 120px;

  left: calc(100% - 130px);



}

.news_list { float: right; width: 48%;}

.news_item a {

  display: flex;

  align-items: center;

  justify-content: center;

  background: #fff;

  padding: 10px 0px;

  transition: .3s;

  border-bottom: 1px solid #f1f1f1;

}







.news_item  a:hover span {

  color: #fff;

}



.news_item  a:hover .day, .news_item  a:hover .newscon, .news_item  a:hover .newscon b {

  color: #fff;

}



.news_item .day {

  color: #fff;

  width: 90px;

background: #A8A9AD;

  margin: 7px 0;

  font-size: 14px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-wrap: wrap;

  padding: 10px 0;

}



.news_item .day span {

  font-size: 30px;

  width: 100%;

  color: #fff;

  text-align: center;

  font-weight: bold;

}



.news_item .day p {

  width: 100%;

  text-align: center;

}



.news_item .day img {

  margin-top: 15px;

}



.news_item .newscon {

width: calc(100% - 100px);

  padding-left: 20px;

}



.news_item .newscon b {

  padding-bottom: 10px;



  font-size: 18px;

  color: #333;

  text-align: left;

  display: block;



}



.news_item .newscon p {



  text-align: left;

  line-height: 24px;

  font-size: 14px;

  color: #999;



}



.news_item .newscon img {

  margin-top: 10px;

}

.news_item a:hover .newscon b{ color: #e60012;}





/* 加盟 */

.jiam { background: url(../images/jmbg.jpg) no-repeat ; margin-top: 80px; padding: 90px 0; background-size: cover; width:100%; float:left;}

.jiameng  { width: 70%;align-items: center; margin: 20px auto; display: flex; justify-content:space-between;}
.jiameng form { width: 100%; display: flex;}
.jiameng input[type=text] {

  width: 100%;

  padding: 12px 20px;

  margin: 8px 0;

  display: inline-block;

  border: none;

  color: #fff;

  margin: 5px;

  outline: none;

  border-radius: 4px;

padding-left: 35px;

  box-sizing: border-box;

}

.jiameng input[type=submit] {

  width: 100px;

  background-color: #e60012;

  color: #fff;

  padding: 12px 20px;

  margin: 8px 2px;

  border: none;

  border-radius: 4px;

  cursor: pointer;

}

.jiameng .uname{  background:rgba(255, 255, 255, .5) url(../images/fl-renyuan.png) no-repeat;

  background-position: 3px;

  padding-left: 10px;}

  .jiameng .uphone{  background:rgba(255, 255, 255, .5) url(../images/dianhua.png) no-repeat;

    background-position: 3px;

    padding-left: 10px;}

    .jiameng .uaddress{  background:rgba(255, 255, 255, .5) url(../images/dizhi.png) no-repeat;

      background-position: 3px;

      padding-left: 10px;}

.jiameng input::placeholder { color: #fff;}

/* 店展示 */

.zhanshi { margin-top: 80px; width: 100%; float: left;}

.zs_box ul{ display: flex; flex-wrap: wrap;}

.zs_box ul li{ width: calc( 25% - 20px); margin: 10px;}

.zs_box ul li a img { transition: all 0.3s; display: block;}

.zs_box ul li a span { margin-bottom: 20px; display: block; overflow: hidden;}

.zs_box ul li:hover img { transform:scale(1.1);}

.zs_box ul li a b { font-size: 16px; display: block;}

.zs_box ul li a p{ color: #666; margin-top: 20px;}

.zs_box ul li:hover b { color: #e60012;}

/*底部footer*/

.footer {

  background: #34383b;

  background-size: 100%;

  margin-top: 50px;

}



.foot {

  padding: 60px 0;

 display: flex;

 justify-content: space-between;

}



.foot b {

  font-size: 20px;

  color: #b4b5b5;

  display: block;

  font-weight: normal;

  text-transform: uppercase;

  margin-bottom: 12px;

}



.foot span {

  color: #b4b5b5;

  font-size: 20px;

  display: block;

 width: 40px;

  border-bottom: 1px solid #fff;

}



.foot .ft-nav {

  width: 30%;



  border-right: 1px solid rgba(255, 255, 255, .1);



}

.foot .ft-nav ul { margin-top: 30px;}

.foot .ft-nav li {



  float: left;

  margin-bottom: 22px;

  width: 33.33%;

  margin: 10px 0;







}



.foot .ft-nav li a {

  font-size: 16px;

  display: block;

  color: #b4b5b5;

}



.foot .ft-nav li a:hover {

  color: #e60012;

}



.foot .ft-contact {

  width: 40%;



  border-right: 1px solid rgba(255, 255, 255, .08);

}

.ft_con { display: flex; margin-top: 40px; flex-wrap: wrap;}

.ft_con .ft_item{ display: flex; align-items: center; margin-right: 30px;}

.ft_con .ft_item img { width: 40px; margin-right: 15px;}

.foot .ft-contact p {

  width: 100%;

  color: #b4b5b5;

  font-size: 16px;



}



.foot .footer_center {

  margin-top: 62px;

  display: flex;



  justify-content: center;

  flex-direction: column;

}



.footer_phone {

  display: flex;

  margin-bottom: 30px;

}



.footer_phone p {

  color: #b4b5b5;



  margin-bottom: 5px;

  font-size: 16px;

}



.footer_phone p img {

  padding-right: 8px;

}



.footer_phone p span {

  font-weight: normal;

}



.footer_phone b {

  color: #b4b5b5;

  font-size: 24px;

  margin: 0;

  display: block;

}



.foot .footer_center {

  width: 31%;

}



.foot .footer_center .footer_tel {



  display: flex;



  flex-direction: column;

}



.foot .footer_center p {

  text-align: left;

  color: #b4b5b5;



}



.foot .ewm {



  width: 20%;

  

}



.foot .ewm img {

  max-width: 100px;

}



.foot .ewm p {

  margin-top: 10px;

  text-align: center;

  color: #b4b5b5;

}

.ewm_box { display: flex; margin-top: 40px;}

.ewm_box div{ margin-right: 10px;}

.copyright {

  padding: 20px 10px;

  text-align: center;

  color: #b4b5b5;

  border-top: 1px solid rgba(255, 255, 255, .2);

}



.copyright a {

  color: #b4b5b5;

}

/*右侧固定*/

.fix-side {

	position: fixed;

	right: 20px;

	bottom: 50px;

	width: 80px;

	z-index: 2000;

}



.fix-side li {

	border-bottom: solid 1px rgba(255, 255, 255, 0.2);

	width: 80px;

	height: 80px;



	background-color: #e60012;

}

.fix-side li:hover {

	background-color: #F24350;

}



.fix-side .gzh {

	position: relative;

	width: 80px;

	text-align: center;

}



.fix-side .gzh .show {

	width:80px;



	color: #fff;

	cursor: pointer;

}



.fix-side .gzh:hover .box {

	display: block;

}

.fix-side .gzh:hover .box2 {

	display: block;

}

.fix-side .gzh .box2 {

	display: none;

	position: absolute;

	right: 80px;

	bottom: 0;

	width: 160px;

  line-height: 80px;

	height: 80px;

  font-size: 18px;

	color: #333;

	background-color: #f9f9f9;

	border: solid 1px #e5e5e5;

	border-right: none;

	box-sizing: border-box;

}

.fix-side .gzh:hover .box2 p{ color: #333;}

.fix-side .gzh .box {

	display: none;

	position: absolute;

	left: -150px;

	bottom: 0;

	width: 150px;

	height: 160px;

	color: #fff;

	background-color: #fff;

	border: solid 1px #e5e5e5;

	border-right: none;

	box-sizing: border-box;

}



.fix-side .gzh .box img {

	margin-top: 15px;

	width: 100px;

	height: 100px;

}

.fix-side .gzh .box p {

	color: #666;

}

.fix-side p {

	margin-top: 10px;

	color: #fff;

}



.fix-side li a {

	display: block;

	text-align: center;

	width: 100%;

	height: 100%;

	color: #fff;

}



.fix-side li img {

	width: 32px;

  margin-top: 10px;

}



.fix-side .return {

	border-bottom: none;

	transform: scaleY(0);

	transition: 0.5s;

	background-color: #F24350;

}



.fix-side .active {

	transform: scale(1);

}





/* 手机底部导航 */

.bottom_nav {

  position: fixed;

  bottom: 0;

  width: 100%;

  z-index: 999;

  background: #205DA6;

  display: none;

}





.bottom_nav_item {

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: nowrap;

  height: 62px;

}



.bottom_nav a {

  flex: 1;

  color: #fff;

  border-right: 1px solid #296AB7;

  border-left: 1px solid #1A5293;

  display: flex;

  align-items: center;

  justify-content: center;

}



.bottom_nav a span {

  margin-left: 6px;

}



.bottom_nav a:last-child {

  border-right: none;

}



.bottom_nav a:first-child {

  border-left: none;

}



/* 走进乔居 */

.top_nav { padding: 20px 0; background: #dcdddd;}

.top_list { display: flex; align-items: center; justify-content: center;}

.top_list a { margin: 0 10px; padding:8px 30px;  font-size: 16px;}

.top_list a:hover { background: #e60012; color: #fff; border-radius: 30px;}

.top_list .aa{

  background: #e60012;

  color: #fff;

  border-radius: 30px;

}

.qj_jian { margin-top: 60px;}



.qj_box{

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  margin-top: 50px;





}



.qj_fr {

  width: 47%;

  padding-right: 3%;



 

 

}



.qj_fl .qj_txt{

  line-height: 32px;



  color: #939393;

  font-size: 16px;



}

.qj_fl .qj_txt span { color: #666;}





.qj_fl {

  width:55%;

  overflow: hidden;



 

}

/* 发展历程 */

.histroy_box { margin-top: 50px;}

.history { margin: 80px 0;}

.histroy_con {align-items: stretch; border-bottom: 3px solid #565251; display: flex; flex-wrap: nowrap; justify-content:space-between;}

.histroy_con .item .start{ font-size: 50px; color: #333;}

.histroy_con .item { cursor: pointer;width: 33.33%; position: relative; padding-left: 30px;}

.histroy_con .item:first-child::before { border: none;}

.histroy_con .item:hover b{ color:#e60012;  font-size: 33px; }

.histroy_con .item:first-child{ padding-left: 0;}

.histroy_con .item .line{ height: 100%;position: absolute; left: 0; top: 5px; width: 215px; border-bottom: 8px solid #e60012;}

.histroy_con .item::before { position: absolute; content: "";left: 0; bottom:0; height: 50px; width: 3px;   border-left: 1px dashed #999;}

.histroy_con .item i { font-size: 20px;}

.histroy_con .item p { color: #9fa0a0; padding-bottom: 30px;}

.histroy_con .item p em{ color: #333; font-weight: 600; font-style: normal; }

.histroy_con .item b{ transition: all 0.2s; display: block; height: 50px; font-size: 28px; font-weight: normal; color: #9fa0a0;}

.histroy_con2 { align-items: stretch;  display: flex; flex-wrap: nowrap; justify-content:flex-end;}

.histroy_con2 .item {cursor: pointer;width: 38%;  position: relative; padding-left: 30px;}

.histroy_con2 .item:hover b{ color:#e60012;  font-size: 33px; }

.histroy_con2 .item::before { position: absolute; content: "";left: 0; top:0; height: 50px; width: 3px;   border-left: 1px dashed #999;}

.histroy_con2 .item i { font-size: 20px;}

.histroy_con2 .item p { color: #9fa0a0; }

.histroy_con2 .item p em{ color: #333; font-weight: 600; font-style: normal; }

.histroy_con2 .item b{transition: all 0.2s; display: block; height: 78px; padding-top: 30px; font-size: 28px; font-weight: normal; color: #9fa0a0;}

.histroy_con3 {align-items: stretch;  padding-top: 100px; border-bottom: 3px solid #565251; display: flex; flex-wrap: nowrap; justify-content:space-between;}

.histroy_con3 .item .start{ font-size: 40px; color: #333;}

.histroy_con3 .item {cursor: pointer; width: 31%; position: relative; padding-left: 30px;}

.histroy_con3 .item:hover b{ color:#e60012;  font-size: 33px; }

.histroy_con3 .item:first-child::before { border: none;}

.histroy_con3 .item:first-child{ padding-left: 0; width: 240px;}

.histroy_con3 .item .line{height: 100%; position: absolute; left: 0; bottom: -3px; width: 215px; border-bottom: 3px dashed #565251; background: #fff;}

.histroy_con3 .item::before { position: absolute; content: "";left: 0; bottom:0; height: 50px; width: 3px;   border-left: 1px dashed #999;}

.histroy_con3 .item i { font-size: 20px;}

.histroy_con3 .item p { color: #9fa0a0; padding-bottom: 30px;}

.histroy_con3 .item p em{ color: #333; font-weight: 600; font-style: normal; }

.histroy_con3 .item b{transition: all 0.2s; display: block; height: 50px; font-size: 28px; font-weight: normal; color: #9fa0a0;}

.histroy_con4 { align-items: stretch;  display: flex; flex-wrap: nowrap; justify-content:flex-end;}

.histroy_con4 .item {cursor: pointer;width: 40%;  position: relative; padding-left: 30px;}

.histroy_con4 .item:hover b{ color:#e60012;  font-size: 33px; }

.histroy_con4 .item::before { position: absolute; content: "";left: 0; top:0; height: 50px; width: 3px;   border-left: 1px dashed #999;}

.histroy_con4 .item i { font-size: 20px;}

.histroy_con4 .item p { color: #9fa0a0; }

.histroy_con4 .item p em{ color: #333; font-weight: 600; font-style: normal; }

.histroy_con4 .item b{transition: all 0.2s; display: block; height: 78px; padding-top: 30px; font-size: 28px; font-weight: normal; color: #9fa0a0;}

.bor_right { position: relative;}

.bor_right .line2 { position: absolute; right: 0; top:0; width: 3px; height: 100%; background: #565251;}

/* 发展历程手机 */

.mob_history { display: none; margin-top: 30px;}

.fzlc {

  position: relative;



  background-size: 100%;

  margin: 0 auto;



  border-radius: 50px;

}

#fzlc-gallery { background: url(../images/hisbg.jpg) no-repeat center; border-radius: 10px;}



#fzlc-gallery .swiper-slide {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;



 



}



#fzlc-gallery .swiper-slide p {

  color: #999;

  font-size: 18px;

  line-height: 30px;

  margin: 10px 0;

}



#fzlc-gallery .fzlc-year {

  font-size: 24px;

  color: #333;

  font-weight: bold;

  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

  margin: 20px 0;

  

}

#fzlc-gallery .fzlc-info { padding: 10px;}

#fzlc-gallery .fzlc-info em { font-style: normal; color: #333; font-weight: bold;}

.fzlc img {

  width: 100%;

}





.fzlc .swiper-button-prev {

  left: 0;

  top: calc(100% - 28px)

}



.fzlc .swiper-button-next {

  right: 0;

  top: calc(100% - 28px)

}



.fzlc .swiper-button-next,

.fzlc .swiper-button-prev {

  background: none;

  outline: none;

  color: #333;

  font-size: 30px;

  border-radius: 25px;

  width:45px;

  height:45px;

  text-align: center;

  line-height: 45px;

  background: #f7f7f7;

  box-shadow: 0 2px 16px 0 rgba(240,249,242, .8);



}



.fzlc .swiper-button-next:hover,

.fzlc .swiper-button-prev:hover {

  color: #fff;

  background: #e60012;

}



#fzlc-thumbs {



  width: 100%;

  padding-bottom: 20px;



}



.fzlc #fzlc-thumbs {

  position: relative;

  margin-top: 10px;



  background: url(../images/bg_12.png) repeat-x left center;

  background-position: 0 52px;





}





.fzlc #fzlc-thumbs .swiper-slide {





  text-align: center;

  font-size: 20px;



  cursor: pointer;

  color: #333;



}



.fzlc #fzlc-thumbs .swiper-slide span {

  display: block;

  position: relative;

  width: 14px;

  height: 14px;

  border-radius: 7px;

  background: #ccc;



  margin: 0 auto;

  margin-top: 26px;

}









.fzlc .swiper-slide-thumb-active {



  color: #e60012 !important;



}



.fzlc .swiper-slide-thumb-active span {

  background: #e60012 !important;



}



/* 乔居文化 */

.qjwh{margin-top: 80px; padding:60px 0;background:url(../images/whbg.jpg) no-repeat; background-size:cover;  position: relative;}

.qjwh ul{padding: 0;}

.qjwh ul li{font-size: 16px;color: #fff;float: left;width: 18%;text-align: center;  margin:20px 1%; z-index: 999; position: relative;}

.qjwh ul li a{ display: block; color: #fff; }

.qjwh ul li p{border-radius: 50%;   padding: 30px 0;margin: 0 auto; text-align:center; }

.qjwh ul li span { display: block; font-size: 19px; margin-top: 10px;}

.qjwh ul li i { height: 45px; font-weight: normal; font-size: 14px; display: block; font-style: normal; margin-top: 5px; color: rgba(255, 255, 255, .8);}

.qjwh ul li em {font-weight: normal; margin-top: 30px; display: block; font-style: normal; font-size: 14px; color: rgba(255, 255, 255, .5);}

.qjwh ul li p img { width: 60%; transition: all 0.5s; -webkit-transition: all 0.5s;}

.qjwh ul li:hover p img{transform: rotate(360deg);-webkit-transform: rotate(360deg);}

.qjwh ul li a:hover { color: #e60012;}

/* 乔居荣誉 */

.qj_ry { margin-top: 80px; padding:60px 0;background:url(../images/rybg.jpg) no-repeat; background-size:cover; }

.qj_ry .ry_box { margin-top: 50px; display: flex; align-items: center; justify-content:center; flex-wrap: wrap; }

.qj_ry .ry_box a { margin: 10px;}

.qj_ry .ry_box2 {  display: flex; align-items: center; justify-content:center; flex-wrap: wrap; }

.qj_ry .ry_box2 a { margin: 10px;}

/* 团队展示 */

.team { margin: 80px 0; width:100%; float:left;}

.team_list { background: #595656; display: flex; align-items: center; margin-top: 30px;  flex-wrap: wrap;}

.team_list a {display: flex; align-items: stretch; width:50%; color: #333;}

.team_list .yous_tu, .team_list .yous_txt { flex: 1; background: #595656;}

.team_list .yous_txt { position: relative; padding-top:30px; transition:  all .3s;}

.team_list .yous_txt b { font-size: 32px; display: block; padding:0 30px ; color: #b5b6b6;}

.team_list .yous_txt p { padding: 0 30px; line-height: 28px; font-size: 16px; color: #b5b6b6;}

.team_list a .yous_txt .sj1 { transition:  all .3s;position: absolute; top:45%; left: -20px; width:0;

    height:0;

    border-top:20px solid transparent;

    border-bottom:20px solid transparent;

    border-right:20px solid #595656;}

.team_list a .yous_txt .sj2 { transition:  all .3s;position: absolute; top:45%; right: -20px; width:0;

        height:0;

        border-top:20px solid transparent;

        border-bottom:20px solid transparent;

        border-left:20px solid #595656;}

.team_list a:hover .yous_txt { background: #e60012; color: #b5b6b6;}

.team_list a:hover .yous_txt p { color: #b5b6b6;}



.team_list a:hover .yous_txt .sj1{border-right:20px solid #e60012;}

.team_list a:hover .yous_txt .sj2{border-left:20px solid #e60012;}





