@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 {
  
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
  
}

.main_title{text-align: center;}

.main_title p b{font-size:40px;font-weight: bold;color:#0066B3; padding-left: 5px;}
.main_title span{font-size:16px;color:#666; line-height: 32px; margin-top: 15px; display: block;}
.title-more { display: block; width: 150px;height: 45px; line-height: 45px; font-size: 14px; text-align: center; color: #fff;
    border: 1px solid #fff; border-radius: 45px; text-shadow: none;margin-top:30px; }
  .title-more:hover { background: #0066B3;  border: 1px solid #0066B3; }
  .title-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;}
    .title-more:hover::after{  border-top:2px solid #fff;
      border-right:2px solid #fff;  margin-left: 13px;}
.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;}

/*顶部导航*/


.fixed-top{
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }


  #header {

    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    height: 90px;
  
  }
  

  .header-transparent:hover { background:rgba(0, 0, 0, 0.4);}
  #header.header-scrolled {
    background: rgba(255,255,255, 1);
    border-bottom: 1px solid #f1f1f1;
  
  
  }
  #header.header-scrolled{
    box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
  }
  
  .top-box{ display: flex; justify-content: space-between; align-items: center;}
  .top-box .logo{ display: flex; align-items: center; justify-content: center; min-width:10% ; }
  .pclogo { display: none!important;}
  .mlogo { display: none!important;}
  .pclogo2 { display: block!important;}
  /*导航菜单 */
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-menu{  height: 90px; }
  .nav-menu ul{display: flex; align-items: center; justify-content: space-between;}
  .nav-menu ul li {
    text-align: center;
    position: relative;
    transition: 0.3s;
  }
  
  .nav-menu a {
    display: block;
    white-space: nowrap;
    color: #fff;
    margin: 0 20px;
    height: 90px;
    line-height:90px;
    transition: 0.3s;
    font-size:16px;
    font-weight: bold;
   
  }
  
  .nav-menu li:hover::after{  content: '';
    height:2px;
    width: 20px;

    background-color: #0066B3;
    position: absolute;
    left:-10px;
    top:44px;
  
   
 }
 .nav-menu li:hover { margin-left: 10px;  }

  .top_tel { color: #fff; font-size: 18px; background: url(../images/dianhua1.png) left no-repeat; height: 38px;  line-height: 38px; }
  .top_tel span { padding-left:35px;}
  #header.header-scrolled .nav-menu a { color: #000;}
  #header.header-scrolled .nav-menu a:hover, #header.header-scrolled  .nav-menu li:hover > a {
  
    color: #0066B3;

  
  
  }
  #header.header-scrolled .nav-menu a:hover::after{    content: '';
    height: 4px;
    border-radius: 4px 4px 0 0;
    background-color: #0066B3;
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0;}
  #header.header-scrolled .pclogo { display: block!important;}
  #header.header-scrolled .pclogo2 { display: none!important;}
  #header.header-scrolled .top_tel { color: #0066B3;  background: url(../images/dianhua2.png) left no-repeat;  }

/* 二级菜单 */
.ejxl{background-color: #fff;z-index: 999;  opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: 4px solid #0066B3;
    position: absolute;
    top:100%;
    left:-40%;
    width:180%!important;
    flex-direction: column;
}
.nav-menu ul li .ejxl li{margin:0 auto ;display: block; padding:0; width: 100%;}
.nav-menu ul li .ejxl li:after { content: ""; position: relative; } 
.nav-menu ul li .ejxl li a{display: block;color:#666;font-size: 15px;height:45px;line-height:45px; padding: 0; 
    text-align: center; font-weight: normal; }

.nav-menu ul li .ejxl a:hover{color: #0066B3; margin: 0;}
.nav-menu ul li .ejxl a:hover:after { background: none;}
.nav-menu ul li:hover .ejxl {
  
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  #header.header-scrolled .nav-menu a:hover::after{    content: '';
    height: 4px;
    border-radius: 4px 4px 0 0;
    background:none;
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 0;} 
/*顶部导航 end*/

/*首页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:60%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;

	cursor:pointer;
	overflow:hidden;
	z-index:10;

	transition:all .5s ease;
	outline: none;
    opacity: 0;

}
#banner:hover .swiper-button {
	opacity: 1;

}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev,.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background: none;}

.btn-prev {
	left:8%;
}

.btn-next {
	right:8%;
}
#banner:hover .btn-prev {left:5%;}
#banner:hover .btn-next {right:5%;}
#banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  margin: 0 14px;
  opacity: 0.5;
  color: transparent;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:50px;}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 41px;
  height: 42px;
  line-height: 42px;
  text-align: center;
 
  background-color: transparent;
  color: #ffffff;
  position: relative;
}


.swiper-pagination-bullet-active .wrapper_con {
  width: 21px;
  height: 42px;
  position: absolute;
  top: 0;

  overflow: hidden;
}

.swiper-pagination-bullet-active .right {
  right: 0;
}

.swiper-pagination-bullet-active .left {
  left: 0;
}

.swiper-pagination-bullet-active .circleProgress {
  width: 42px;
  height: 42px;
  border: 2px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}

.swiper-pagination-bullet-active .rightcircle {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 0;
  animation: circle_right 5.3s linear infinite;
  -webkit-animation: circle_right 5.3s linear infinite;
}

.swiper-pagination-bullet-active .leftcircle {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 0;
  animation: circle_left 5.3s linear infinite;
  -webkit-animation: circle_left 5.3s linear infinite;
}
@keyframes circle_right {
  0% {
      -webkit-transform: rotate(-135deg);
  }

  50%,
  100% {
      -webkit-transform: rotate(45deg);
  }
}

@keyframes circle_left {

  0%,
  50% {
      -webkit-transform: rotate(-135deg);
  }

  100% {
      -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes circle_right {
  0% {
      -webkit-transform: rotate(-135deg);
  }

  50%,
  100% {
      -webkit-transform: rotate(45deg);
  }
}

@-webkit-keyframes circle_left {

  0%,
  50% {
      -webkit-transform: rotate(-135deg);
  }

  100% {
      -webkit-transform: rotate(45deg);
  }
}


/*首页banner图 end*/
/*简介*/
.about {  padding:80px 0; } 
.about-box{ 
	display: flex;
    align-items: flex-start;
	justify-content: center;
    position: relative;

}
.about_fl{ flex: 1; padding-right:60px; }
.ab_txt { font-size: 16px; margin-top: 20px; line-height: 32px; color: #666;}

.about_fr{ flex:1;overflow: hidden;  }
.ab_list2{ display: flex; flex-wrap: wrap; align-items: center;justify-content: center; margin-top:50px; 

}
.ab_list2 li{ flex: 1; cursor: pointer; color:#333;  text-align: center; margin: 5px; background: #f5f5f5; 
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 16px; padding:30px 20px;}
.ab_list2 li:last-child { border: none;}
.ab_list2 li b{display: block;font-size: 45px;color: #333;overflow: hidden;}
.ab_list2 li i {
  font-size: 16px;

  text-align: center;
  font-style: normal;
  font-weight: normal;
  position: relative;

  color: #666;
  display: inline-block;
}
.ab_list2 li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
.more_a2 { display: inline-block; line-height: 40px; padding: 0px 30px; 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:#0066B3; width: 100%; height: 100%; transition: all 0.3s ease 0s; }
.more_a2:hover::before { height:1px; color: #0066B3; }
.more_a2:hover { color: #0066B3;}
/* 产品 */
.product { margin-top: 50px; }
.pro-nav { margin: 30px 0;}
.pro-nav ul { display: flex;  align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.pro-nav li {  text-align: center; background: #f1f1f1; padding: 20px 0;  margin: 5px; width:calc(25% - 10px);}
.pro-nav li a { display: block;}

.pro-nav li b a{ font-size: 18px; color: #333;  font-weight: normal; }
.pro-nav li:hover { background: #0066B3; color: #fff;}
.pro-nav li:hover a { color: #fff;}
.pro_list {  padding: 50px 0; background: #f5f5f5; }

.pro_list { margin-top: 30px;}
.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: 15px; background: #fff; }
.pro_list .cp_tit {
    font-size: 18px;
    line-height: 22px;

    text-align: center;
    color: #333;
    padding: 15px 0;

}
.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: #0066B3;}

.probg { background:#F4F6F8 ; padding: 40px 0 70px; margin-top: 50px;}
.ptotu { position: relative;}
.ptotu i { position: absolute; top:18px; left: 10px; opacity: 0;}
.ptotu .p2 {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ptotu .p2 .pp_lf {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: -100%;
	left: -40%;
	width: 100%;
	height: 300%;
	
}

.ptotu .p2 .pp_rg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: absolute;
	top: -100%;
	right: -50%;
	width: 100%;
	height: 300%;

}

.pro_list a:hover .pp_lf {
	left: -88%;
    background: rgba(0, 0, 0, 0.1);
}

.pro_list a:hover .pp_rg {
	right: -140%;
    background: rgba(0, 0, 0, 0.1);
}
.pro_list a:hover i { opacity: 1;}
/* 优势 */
.ysbg { background: url(../images/ysbg.jpg) no-repeat; padding: 80px 0 0;}
.ystit { font-size: 15px; color: #fff; margin-top: 50px; line-height: 28px; text-align: center;}
.ny-xiaoguo1 {
  width: 100%;
  display: flex;
  background-image: linear-gradient( to right , rgba(16,97,205, .8) 0% , rgba(11,46,140, .8) 100%);
  margin-top: 50px;



}

.ny-xiaoguo1 a {
  display: flex;

  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  flex: 1;
  border-right: 1px solid rgba(43,86,181);
  text-align: center;
  color: #fff;


}
.ny-xiaoguo1 a:last-child { border: none;}

.ny-xiaoguo1 em {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;

}

.ny-xiaoguo1 em img {
  width: 80px;
  height: 160px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ny-xiaoguo1 a:hover em img {
  margin-top: -80px;
}
.ny-xiaoguo1 b{ font-size: 22px;}
.ny-xiaoguo1 a p {
  font-size: 14px;
  margin: 20px ;
  line-height: 26px;
  color: #fff;
}

.ny-xiaoguo1 a:hover p {
  color: #fff;
}

.ny-xiaoguo1 a:hover {
  background: #0C4CA4;
}
/* 生产设备 */
.sheb_box {  display: flex; align-items: center; justify-content: center; }

.sheb_tu { flex: 1;padding:80px ; color: #666; background: #FAFAFC;;}
.sheb_tu b { font-size:40px;  color:#0066B3; display: block;}

.sheb_tu img { margin:20px 0;}
.sheb_tu p { line-height: 24px; margin: 10px 0;}

.shebei {  flex: 4; padding:40px 0;  margin-left: 50px; margin-top: 40px;}
.shebei .swiper-slide { margin-top: 40px;}
  .shebei .swiper-slide span img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  
}
.shebei .swiper-slide a { background: #FAFAFC; display: block; }
.shebei .swiper-slide em { display: block; font-size: 17px; font-style: normal; text-align: center; padding: 20px 15px; color: #333;}

.shebei .swiper-slide p {

    color: #666;
    line-height: 26px;
    font-size: 14px;
    padding:0 15px;
}

.shebei .swiper-slide:hover { box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1); }
.shebei .swiper-button-next {
    position: absolute;
    top: 60px;
    left: 43px;
    transform: translateY(-50%);
    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;
}
.shebei .swiper-button-prev {
    position: absolute;
    top: 60px;
    left: 0;
    transform: translateY(-50%);
    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;
}
.shebei .swiper-button-prev:hover, .shebei .swiper-button-next:hover {
    background: #0066B3;
}
/* 流程 */
.gylc {  padding: 60px 0 80px 0; background: #f5f5f5 url(../images/bg2.jpg) no-repeat; background-size:cover; }
.ny-xiaoguo3 {
  display: flex;

  justify-content: space-between;
  position: relative;


}

.ny-xiaoguo3 .list {

  text-align: center;
  color: #333;
  position: relative;
  z-index: 1;
  margin: 20px ;
  cursor: pointer;


  transition: all .3s;
  border-radius: 10px;
  width: calc(33.33% - 20px);


}


.ny-xiaoguo3 .list div{
 

  background:rgba(255, 255, 255,0.75);
  width: 100%;
  height: 180px;
  border-radius: 10px;
  margin-top: 20px;



}


.ny-xiaoguo3 .list .cricle{ display: flex; align-items: center; justify-content: center; flex-direction: column; transition: all .3s;  position: absolute; left: 0; right: 0; margin: 0 auto; bottom:-40px; width: 100px; height: 100px; border-radius: 50%; background: #f5f5f5; }
.ny-xiaoguo3 .list b { font-size: 26px;}
.ny-xiaoguo3 .list p {
  font-size: 18px;
  color: #333;
line-height: 28px;
padding: 15px;

}

.ny-xiaoguo3 .list .num {
  font-size: 20px;
  font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  
}

.ny-xiaoguo3 .list:hover .num {
  color: #00AA49;
}
.ny-xiaoguo3 .list:hover .cricle {transform: scale(1.1); box-shadow: 0 0 10px #A7C1DB;}
/* 新闻 */
.news-box { margin-top: 60px;}
.news { display: flex; align-items: center; justify-content: space-between; margin-top: 30px;}
.news_content { margin-top: 10px; flex: 3;}
.news_content a { border: 1px solid #f1f1f1; display:flex; align-items:stretch; justify-content: center;transition: all .3s; margin-bottom: 15px;  transition: all .3s;}
  

  .news_content .newscon {
    flex: 5;
    padding-left: 30px;
    padding-right: 30px;

 
  }


  .news_content .newscon b {
    padding: 10px 0;
    font-size: 16px;
    margin-top: 15px;
    color: #333;
    display: block;
    font-weight: normal;
  
  }
  .news_content .newscon p {
    color: #666;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
   
  }
  
  .news_content  .newscon span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #999;


  }
  .news_content a:hover { color: #fff; background: #0066B3;}
  .news_content a:hover .newscon b,  .news_content a:hover .newscon p,  .news_content a:hover .newscon span { color: #fff; }

  .news_list { flex: 1; margin-top: 10px;  margin-left: 30px;}
  .news_list a { display: block; padding:26px 20px;  border: 1px solid #f1f1f1; margin-bottom: 15px; transition: all .3s;}
  .news_list a b { color: #333; font-weight: normal; font-size: 16px; display: block; margin-bottom: 20px;}
  .news_list a p { line-height: 24px; color: #999; font-size: 14px; border-top: 1px solid #f1f1f1; padding: 20px 0;}
  .news_list a span{ float: right; font-size: 18px;color: #999;}
  .news_list a:hover { background: #0066B3; color: #fff;}
  .news_list a:hover b, .news_list a:hover p, .news_list a:hover span { color: #fff;}
/*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#0066B3;
    font-size: 26px;
 
}


/*底部footer*/
.footer {
    background: #30343F ;
    background-size: cover;
    margin-top: 80px;
   
  
  }
  .foot {
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
 
  .foot .ft-nav {  margin-top: 10px;}
  .foot .ft-nav .ft-nav-list{
  
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #fff;
  }
  .foot .ft-nav .ft-nav-list dl{ flex: 1;}
  
  .foot .ft-nav .ft-nav-list dt{ font-size: 20px; margin-bottom: 20px;  }
  .foot .ft-nav .ft-nav-list dd{ display: flex;align-items: flex-start;  flex-wrap: wrap; margin-top:30px; }
  .foot .ft-nav .ft-nav-list dd a{ text-align: center; padding: 10px 0; color: #fff; display: block; margin-left: -1px; font-size: 15px;  margin-bottom: 10px;  width: 40%; color: rgba(255, 255, 255, 0.7); border: 1px solid rgba(255, 255, 255, 0.5);;
   }
  
  
  .foot .ft-nav .ft-nav-list dd a:hover{ color: #0066B3}


  .foot .ft-contact {

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;

    margin-top: 10px;
  
  }

  .foot .ft-contact dt{ font-size: 20px; margin-bottom: 20px; color: #fff;  }
  .foot .ft-contact b{
      font-weight: 500;
      color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px; }
  .foot .ft-contact p{ 
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .foot .ft-contact p span{ padding-left: 18px;}
  .foot .ft-contact i{ font-size: 17px; margin-bottom: 20px; color: #fff;font-weight: 700; display: block; width: 100%;}
  .foot .ft-contact i img { float: right; }
  .ewm { margin-top: 60px;}
  .ewm p{ margin-top: 15px; color: rgba(255, 255, 255, 0.7); text-align: center;}
  .copyright{ padding:20px 10px; text-align: center; color: #fff; border-top:1px solid rgba(255,255,255, .1);  }
  .copyright a{ color: #fff;}













  