@charset "utf-8";

/* CSS Document */

body {
  font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  height: 100%;
  min-width: 1260px;
  background: #fff;
  max-width: 100%;
  overflow: auto;
  color: #666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

img {
  border: 0px;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #333;
  outline: none;
}

ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-position: outside;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0px;
  margin: 0px;
}

input {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input {
  background: transparent;
  padding: 0px;
  font-size: 14px;
  color: #888;
  border: 0px;
  outline: none;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}


/*清除浮动*/

.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;
  margin-left: auto;
  margin-right: 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);
}


/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {

  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/**/

.wal {
  width: 1200px;
  margin: 0px auto;
}

.main_title {
  text-align: left;
}

.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #dedede;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

}

.main_title p b {
  font-size: 40px;
  font-weight: bold;
  color: #00A2E9;
  background: linear-gradient(to right, #00A2E9, #52CBFC); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.main_title span {
  font-size: 18px;
  color: #666;
}

.dflex {
  display: flex;
}

.dflex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dflex_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dflex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dflex_stretch {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.dflex_space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*顶部导航*/
.header {
  width: 100%;


}

.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  position: relative;
}

.logo_txt a{
  font-size: 26px;
  color: #000;
  font-weight: 600;
}



.header_phone {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.header_phone p {
  color: #666;
  margin-bottom: 5px;
}

.header_phone img {
  padding-right: 8px;
}

.header_phone b {
  display: block;
  line-height: 34px;
  white-space: nowrap;
  font-size: 32px;
  font-family: Times New Roman;
  font-weight: bold;
  color: #000;
  padding-right: 20px;
}
.insearch_box {

  width: 100%;

  margin: 40px auto;
  position: relative;
  border-radius: 4px;

  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;

}

.insearch_inp {
  width: 360px;
  border: 1px solid #00A2E9;

  height: 40px;

  color: #666;
  font-size: 14px;
  padding-left: 10px;
  vertical-align: top;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.insearch_inp::placeholder {
  color: #999;
}

.insearch_btn {
  width: 60px;
  height: 42px;
  background: #00A2E9 url(../images/search.png) no-repeat center;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/*导航菜单*/
.navbar {
  width: 100%;
  height: 70px;
  border-top: 1px solid #f1f1f1;
  background: #00A2E9;
}

.nav {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav li {
  position: relative;
  width: calc(100% / 7);
  background: url(/cms/images/line.png) no-repeat left;
}

.nav li:first-child {
  background: none;
}

.nav li a {
  display: block;
  font-size: 17px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  transition: all .3s;

}

.nav a:hover, .nav li:hover>a {
  font-weight: bold;
  color: #fff;
  background: #96C62C;
}
.nav li.active { background: #96C62C;  font-weight: bold;
  color: #fff;}
/* 二级菜单 */
.ejxl {
  display: none;
  background-color: rgba(255, 255, 255, .8);
  transition: all 0s;
  z-index: 999;
  position: absolute;
  top: 100%;
  width: 100%;

}

.nav li .ejxl li {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  background: none;
}

.nav li .ejxl li a {
  display: block;
  color: #444;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

.nav li .ejxl li:hover a {
  background: none;
}

.nav li .ejxl a:hover {
  color: #00A2E9;
}

/*导航菜单 end*/


/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;

}

#banner .swiper-slide a {
  display: block;
  position: relative;
}

#banner .swiper-slide .wal {
  width: 1200px;
  margin: 0px auto;

}

#banner .swiper-slide img {
  display: block;
  width: 100%;


}

#banner .swiper-button {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .3);
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  transition: all .5s ease;
  outline: none;
  opacity: 0;
  font-size: 30px;

}
#banner .swiper-button:hover { background: #00A2E9;}
#banner:hover .swiper-button {
  opacity: 1;
}

.btn-prev {
  left: 8%;
}

.btn-next {
  right: 8%;
}

#banner:hover .btn-prev {
  left: 5%;
}

#banner:hover .btn-next {
  right: 5%;
}

#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #00A2E9;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}

.banner_txt {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  color: #00A2E9;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.banner_txt2 {
  top: 12%;
}

.banner_txt p {
  color: #E66D0D;
  font-size: 40px;
  display: block;
  text-shadow: 0 0 10px #fff;
}

.banner_txt b {
  display: block;
  font-size: 46px;
  color: #00A2E9;
  margin: 20px 0;

  text-shadow: 0 0 10px #fff;

}

.banner_txt span {
  color: #fff;
  font-size: 30px;
  display: block;
  text-shadow: 0 0 10px #000;
}

.banner-more {
  display: block;
  width: 130px;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 38px;
  text-shadow: none;
}

.banner-more:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.banner-more::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  margin-left: 7px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

.banner-more:hover::after {
  margin-left: 13px;
}

/*首页banner图 end*/
/*产品*/
.product {
  background: url(/cms/images/probg.jpg) no-repeat;
  padding: 50px 0;
}


.product_con {
  margin-top: 1px;
  background: #fff;
  padding: 10px;
}

.product_con .pro_tit { font-size: 24px; color: #333;}
.product_con .pro_tit img { width: 35px;}
.product_con ul { display: flex; flex-flow: wrap ; font-size: 16px;  justify-content:flex-start; margin-top: 10px;}
.product_con ul li { margin: 10px;}
.product_con ul li a:hover { color: #96C62C; border-bottom: 1px solid #96C62C;}
.product_con ul li a{ color: #666; padding-bottom: 5px; border-bottom: 1px solid #fff;}
/*简介*/
.about {
  margin-top: 50px;
}

.about-box {
  background-color: #fff;
  -webkit-box-shadow: 0 22px 35px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 22px 35px rgba(0, 0, 0, .1);
  box-shadow: 0 22px 35px rgba(0, 0, 0, .1);
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;

}

.about_fl {
  flex: 1;
  overflow: hidden;
}

.about_fl p {
  line-height: 26px;
  padding: 10px 0;
  color: #666;
  margin-top: 15px;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  flex: 1;
  overflow: hidden;
  padding-left: 40px;
}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 26px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #00A2E9;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.more_a2:hover {
  border-bottom-color: #00A2E9;
  color: #00A2E9;
}

.more_a2:hover::before {
  height: 1px;
}



/*定制服务*/
.ys_box {
  margin-top: 60px;
  background: #f5f5f5;
  padding: 50px 0;
}

.ys {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;

}

.ys ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys li {
  position: relative;
  overflow: hidden;
  width: 20%;
  border-right: 2px solid #fff;
}

.ys li:last-child {
  border: none;
}

.ys li a {
  display: block;
}

.ys em {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}

.ys .dec_ar p {
  margin-top: 15px;
}

.ys .dec_ar span {
  margin-top: 15px;
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.ys li .cont_ar {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, .1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ys li .ar_title {
  width: 90%;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.ys li .ar_title i {
  width: 50px;
  height: 45px;
  margin: 0 auto;
}

.ys li .ar_title b {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin-top: 25px;
  display: block;
}

.ys li .dec_ar {
  line-height: 28px;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 20px 5%;
  right: 0;
  bottom: 0;
  background: rgba(0, 104, 182, .6);
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ys li .dec_ar em {
  font-size: 24px;
  margin-top: 15px;

}

.ys li .dec_ar p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ys li .more {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.ys li.cur .cont_ar {
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.ys li.cur .ar_title {
  display: none;
}

.ys li.cur .dec_ar {
  opacity: 1;
  filter: alpha(opacity=100);

  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}


/*推荐产品*/
.honor_info {
margin-top: 50px;
 
}



.honor {

 
  width: 100%;
  padding-bottom: 20px;

}


.honor .swiper-slide span {overflow: hidden; display: block;}
.honor .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  transition: all 0.3s;

}
.honor .swiper-slide a:hover img { transform: scale(1.2);}
.honor .swiper-slide { margin-top: 20px;}
.honor .swiper-slide a {
  background: #fff;
  display: block;
  padding-bottom: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}


.honor .swiper-slide em {
  display: block;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  padding: 10px 15px;
  color: #333;
}

.honor .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;
  padding: 0 15px;
}


.honor .swiper-button-next {
  position: absolute;
  top: 30px;
  left: calc(100% - 40px);

  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.honor .swiper-button-prev {
  position: absolute;
  top: 30px;
  left: calc(100% - 90px);

  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.honor .swiper-button-prev:hover, .honor .swiper-button-next:hover {
  background: #00A2E9;
}
.honor .swiper-button-next:after, .honor .swiper-container-rtl .swiper-button-prev:after { content: '';}
.honor .swiper-button-prev:after, .honor .swiper-container-rtl .swiper-button-next:after  { content: '';}
/*新闻*/
.news {

  padding: 50px 0;
}

.news-con {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news-con .news-fl {
  background: #f5f5f5;
  margin-right: 10px;
  width:65%;
}

.news-con .news-fl .news-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news-con .news-fl .news-tu {
  padding: 20px;
width: calc(50% - 40px);
}

.news-con .news-fl .news-tu a {
  display: block;
 width: 100%;
  overflow: hidden;
  padding: 30px 0;


}

.news-con .news-fl .news-tu a:hover b {
  color: #00A2E9;

}

.news-con .news-fl .news-tu b {
  font-size: 16px;
  color: #000;
}

.news-con .news-fl .news-tu i {
  display: block;
  margin: 20px 0;
  color: #999;
}

.news-con .news-fl .news-tu a p {
  color: #666;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.news-con .news-fl .news-tu img {
  margin-top: 20px;
  transition: all 0.3s;
}

.news-con .news-fl .news-tu:hover img {
  transform: scale(1.1);
}

.news-con .news-fl .news-fl-list {
  padding: 30px;
  border-top: 5px solid #f1f1f1;
}

.news-con .news-fl .news-fl-list a {
  display: flex;
  line-height: 42px;
  font-size: 15px;
 
}
.news-con .news-fl .news-fl-list span{ display: block;}

.news-con .news-fl .news-fl-list a:hover {
  color: #00A2E9;
}

.news-con .news-fl .news-fl-list a img {
  margin-right: 10px;
}



.news-con .news-fr {
  background: #f5f5f5;
  margin-left: 10px;
 width:33%;
 padding:20px 10px;

}

.news-con .news-fr .news-tu {
  background: #f1f1f1;
  margin: 30px;
}

.news-con .news-fr .news-tu b {
  font-size: 16px;
  color: #000;
}

.news-con .news-fr .news-tu i {
  display: block;
  margin: 20px 0;
  color: #999;
}

.news-con .news-fr .news-tu a {
  display: block;
  padding: 10px;
  overflow: hidden;
}

.news-con .news-fr .news-tu a img {
  transition: all 0.3s;
}

.news-con .news-fr .news-tu a:hover img {
  transform: scale(1.1);
}

.news-con .news-fr .news-tu a p {
  color: #666;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.news-con .news-fr .news-tu img {
  margin-bottom: 20px;
}

.news-con .news-fr .news-fl-list {
  padding: 0 30px 30px 30px;

}

.news-con .news-fr .news-fl-list a {
  display: flex;
  line-height: 42px;
  font-size: 15px;
}
.news-con .news-fr .news-fl-list a p { width:calc(100% - 80px)}
.news-con .news-fr .news-fl-list a span{ width: 80px; text-align: right;}
.news-con .news-fr .news-fl-list a:hover {
  color: #00A2E9;
}

.news-con .news-fr .news-fl-list a img {
  margin-right: 10px;
}
/* 合作7321com必赢（中国） */
.hzqy {

  padding:0 0 50px 0;
}
.hz { display: flex; justify-content: space-between; flex-wrap: wrap;}
.hz a { display: block; margin: 10px;  width: calc(33.33% - 42px); border: 1px solid #dedede; padding: 10px;}

/*右侧固定*/
.fix-side {
	position: fixed;
	right: 20px;
	bottom: 150px;
	width: 80px;
	z-index: 2000;
}

.fix-side li {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	width: 80px;
	height: 80px;

	background-color: #00A2E9;
}
.fix-side li:hover {
	background-color: #96C62C;
}

.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;
	left: -120px;
	bottom: 0;
	width: 120px;
  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: #96C62C;
}

.fix-side .active {
	transform: scale(1);
}





/*底部footer*/
.footer {
  background: url(/cms/images/ftbg.jpg) no-repeat;
  background-size: cover;
  background-size: 100%;
  width: 100%;
  float: left;

}

.foot {
  padding: 30px 0;

}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-right: 8px;
}

.foot .ft-nav {
  width: 35%;
}

.foot .ft-nav li {

  float: left;
  margin-bottom: 22px;
  width: 50%;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

.foot .ft-nav li a:hover {
  color: #96C62C;
}

.foot .ft-contact {
  width: 30%;
 
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}

.foot .footer_center {
  margin-top: 62px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.foot .ft-ewm {

 display: flex;
 margin-top: 60px;
}

.foot .ft-ewm img {
  max-width: 110px;
  margin: 10px;



}

.foot .ft-ewm p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.copyright a {
  color: #fff;
}