@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: 1270px;
    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;
    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;
    -webkit-box-orient: vertical;
}


/**/

.wal {
    width: 1200px;
    margin: 0px auto;
}


.main_title{text-align: center}
.main_title div{font-size: 50px;color:#003e81;line-height:60px; font-weight:bold;}
.main_title p{font-size: 18px;color:#505050; line-height: 65px;}

.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%;

}
.header_top {
	width: 100%;
	background:#282828;
    height: 38px;
    line-height: 38px;
    color: rgba(255,255,255,.8);
    font-size: 12px;
	overflow: hidden;
}

.top-center { display: flex; flex-direction: row; justify-content: space-between; align-items: center;height: 120px; position: relative;}
.logo_txt { display: flex; align-items: center;}
.logo_txt b{    line-height: 32px;
    margin-top: 5px;
    font-size: 50px;
    color: #000;
    display: block;
  }
.logo_txt p { font-size: 24px; line-height: 30px; color: #D6170C; font-weight: bold; }
.logo_zi { margin-left: 20px; border-left: 1px solid #f5f5f5;  padding-left: 15px;}
.top-txt { font-size: 22px; color: #003e81;}
.header_phone { display: flex; align-items: center; padding-left: 20px;}
.header_phone p {
	color:#999;
	font-size:18px;
}
.header_phone img{ padding-right:10px;}
.header_phone b{ color:#003e81;   font-size: 28px;
; margin-top:0;  display: block; padding-right:20px;}

/*导航菜单*/
.navbar{ width: 100%; height:70px;  background: #003e81; color: #fff;}
.nav {  margin:0;  display: flex; align-items: center; justify-content: center;}
.nav li {position: relative;  width: calc(100% / 8);   background: url(../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:#D6170C;
}
  .language { background: #f5f5f5; padding: 0 10px;color: #333;}
 .language a{ color: #333; 	font-size: 17px;
	line-height: 70px;}
    .language a:hover { background: none; color: #D6170C;}
/* 二级菜单 */
.ejxl{display: none;background-color: rgba(255,255,255,.9);transition: all 0s;z-index: 999;
    position: absolute;top:100%; width: 100%;
  
}
.spec { position: absolute;top:100%; width: 150%; left: -25%;}
.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; line-height:28px; padding:5px 0; margin:5px 0; width: 100%; text-align: center;  }
.nav li .ejxl li:hover a { background: none; font-weight:normal;}
.nav li .ejxl a:hover{color: #D6170C;}
.speccc { position: absolute;top:100%; width: 170%; left: -35%;}
.specc { position: absolute;top:100%; width: 150%; left: -25%;}
/*导航菜单 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: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:10;
	width: 50px;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	transition:all .5s ease;
	outline: none;

}
#banner .swiper-button:hover {
	background:#003e81;
}

.btn-prev {
	left:5%;
}

.btn-next {
	right:5%;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 8px!important;
	display: inline-block;
	width: 15px;
	height: 15px;
    line-height: 15px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100%;
	outline: none;
    background: none;
    opacity: 1;
    font-size:16px ;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
	background:#fff;
}

#banner .swiper-pagination-bullet-active {
   background: #003e81;
   border: 2px solid #003e81;
    opacity: 1;
    filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
  
}


/*首页banner图 end*/

/* 简介 */
.about { padding: 50px 0;background: url(../images/bg2.jpg) no-repeat;  background-attachment: fixed; }
.about-txt {text-align: center;}
.about-txt b{ font-size: 36px; color: #003e81;}
.about-txt p{ line-height: 32px; color: #666; font-size: 17px; margin: 30px 0;}
.index_more { margin:30px auto; text-align: center; height: 40px; overflow: hidden;}
.index_more a{display: inline-block; width: 44px;height: 30px;background: #003e81;color: #fff;text-align: center;border-radius: 20px;position: relative;transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;}
.index_more a i{display: block;height: 30px;line-height: 30px;}
.index_more a span{display:none;height: 30px;line-height: 30px;}
.index_more a:hover i,.index_more a:hover{display: inline-block;height: 30px;line-height: 30px;}
.index_more a:hover span{display:inline-block;height: 30px;line-height: 30px;}
.index_more a:hover{width: 130px;color: #fff !important;}
.index_more a:hover i{position: absolute;right:12px;top:0;}
.about-list{ margin-top: 30px;}
.about-list ul{overflow: hidden;}
.about-list li{float: left;width: 25%; text-align: center;}
.about-list dl{margin: 0 17px;border-bottom:1px solid #9b9b9b;padding-bottom: 10px;}
.about-list dt{margin-bottom: 10px; font-size: 52px; color: #333; }
.about-list dt span{color: #003e81;}
.about-list dt i { font-size: 26px;}
.about-list dd{line-height: 24px;height: 48px;  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.img_cont { margin-top: 20px;}
 /*产品*/
.product_box {background: #fff; padding: 60px 0;}
.product_fl{width: 26%;background:#c7d6e7;padding:1%;margin-top: 30px;}
.product_fl .product_nav {background:#003e81;}
.product_fl .product_nav ul li a{background: #003e81;color:#fff;display:block;line-height: 24px;font-size: 17px; padding: 6px 15px;}

.product_fl .product_nav ul li a span { float: right; border-left: 1px solid rgba(255,255,255,.2); height: 40px; line-height: 40px;  padding: 0 0 0 20px;  margin: 5px 0; color: #fff;}
.product_fl .product_nav ul li ul li a{background:none; color: #fff; font-size: 16px; line-height: 35px; transition: all .3s;}
.product_fl .product_nav ul li ul li a i{ padding-right:3px;}
.product_fl .product_nav ul li ul li a:hover { background: #c7d6e7; color: #333; }
.product_fr { width: 70%; position: relative; margin-top: 30px;}
.product_fr .product { margin-top: 40px;}
.product_fr .product .swiper-container {
     width: 100%;
     margin-left: auto;
     margin-right: auto;
   }
   
 
   .swiper-slide-thumb-active{
       color: #003e81;
   }
   .gallery-top {
     height:auto;
     margin:0 1%;

   }
 
 
  
   .gallery-top .swiper-slide  {
     display: block;
     background: #fff;
 
   
 }

 
 .gallery-top .swiper-button-next {
     position: absolute;
     top:50%;
     right: 0;
     text-align: center;
     color: #fff;
     background: rgba(0, 0, 0, 0.3);
   
     cursor: pointer;

     z-index: 999;
     width: 40px;
     font-size: 30px;
     line-height: 60px;
     height: 60px;
     transition: all .5s ease;
     outline: none;
 }
 .gallery-top .swiper-button-prev {
     position: absolute;
     top: 50%;
     left: 0;
     text-align: center;
     color: #fff;
     background: rgba(0, 0, 0, 0.3);
   
     cursor: pointer;

     z-index: 999;
     width: 40px;
     font-size: 30px;
     line-height: 60px;
     height: 60px;
     transition: all .5s ease;
     outline: none;
 }
 .gallery-top  .swiper-button-prev:hover, .gallery-top .swiper-button-next:hover {
     background: #003e81!important;
 }

 .pro_tj_tu { float: left; width: 55%;  }
 .pro_tj_txt { float: right; width:37%; padding:4%; }
 .pro_tj_txt b{ font-size: 30px; color: #000; display:  block; line-height: 42px; margin-bottom: 30px;}
 .pro_tj_txt span { font-size:18px; color: #333; display: block; line-height:36px; margin-top: 20px; margin-bottom: 15px;}
 .pro_tj_txt p { padding-bottom: 20px;}
 .more-btn {  width: 110px; height: 40px; line-height: 40px; background: #D6170C;  font-size: 15px; color: #fff; text-align: center; transition: all .3s;}
 .more-btn:hover { background: #003e81;}
 .pro_content { margin-top:0px;}
.pro_content a { display: block; float: left; width: 260px; margin: 1%; background: #fff;  box-shadow: 0 0 10px #dedede;}
.pro_content span { display: block; overflow: hidden;width: 100%}
.pro_content a img{width: 260px;height: 195px}
.pro_content p { color: #333; text-align: center; line-height: 40px; font-size: 16px; padding:20px 10px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.pro_content a:hover { box-shadow: 0 0 20px #dedede;}
.pro_content a:hover p { color: #003e81;}
 

/*实力*/

#ry {
	position: relative;
    width: 1200px;
	margin: 0 auto;
    padding-top: 60px;
}

#ry .swiper-container {
	padding-bottom: 80px;
    margin-top: 30px;
}

#ry .swiper-slide {
	width: 450px;
	
	background: #fff;
    box-shadow: 5px 5px 10px rgba(255,255,255,0.5);
	
	position: relative;
}
#ry .swiper-slide img{
	display:block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
#ry .swiper-slide a{ display: block;}
#ry .swiper-slide p {
	line-height:60px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 20px;
	margin: 0;
}
#ry .swiper-slide-active .layer-mask {
    display: none;
}
.layer-mask {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    background:rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}



#ry .swiper-button-next {
	right: -90px;
	width: 55px;
    text-align: center;
	height: 55px;
    line-height: 55px;
    border: 2px solid #dedede;
    border-radius: 100%;
	--swiper-navigation-size: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 30px;
    transition: all .5s ease;
    outline: none;
    margin-top: 40px;
}
#ry .swiper-button-prev {
	left: -90px;
    text-align: center;
	width: 55px;
    line-height: 55px;
	height: 55px;
    border: 2px solid #dedede;
    border-radius: 100%;
    --swiper-navigation-size: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    font-size: 30px;
    transition: all .5s ease;
    outline: none;
    margin-top: 40px;
}
#ry .swiper-button-prev:hover, #ry .swiper-button-next:hover { border: 2px solid #003e81; color: #fff; background: #003e81;}
/*优势*/
.hz_bg { background:#003e81 url(../images/bg1.jpg) center no-repeat; padding: 60px 0;    background-attachment: fixed;}
.hezuo { padding-bottom: 80px; margin-top: 30px;}
.ny-xiaoguo6 {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s
}

.ny-xiaoguo6 li {
    width: calc(25% - 2px);
    float: left;

    border: 1px solid #f1f1f1;
    background: #fff;
    padding: 20px 0;


}

.ny-xiaoguo6 li a {

    text-decoration: none;
    position: relative;
    display: block;
    padding: 50px 40px;
    transition: all .3s;


}

.ny-xiaoguo6 li span {
    line-height: 26px;
    color: #999;
    margin-top: 15px;
    display: block;
    text-align: center;
}

.ny-xiaoguo6 li img {
    margin-bottom: 30px;
    transition: all .3s;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;

}

.ny-xiaoguo6 li b {
    display: block;
    color: #333;
    font-weight: bolder;

    text-align: center;
    font-size: 20px;
    margin: 40px 0 20px 0;
}

.ny-xiaoguo6 li a p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;

}


.ny-xiaoguo6 li:last-child a {
    border-right: none;

}

.ny-xiaoguo6 li a i {
    display: block;
    width: 121px;
    height: 121px;
    background: url(../images/yuan2.png) no-repeat;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
}

.ny-xiaoguo6 li a:hover i {
    background: url(../images/yuan1.png) no-repeat;
    -webkit-animation: yq 3s linear infinite;
    animation: yq 3s linear infinite;
}

@keyframes yq {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes yq {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* 解决方案 */
.jjfa { background: #f5f5f5; padding: 60px 0;}
.yyfa {
	width: 100%;
	height: auto;
	position: relative;


    margin-top: 40px;
  

}

.yyfa .tab {
	overflow: hidden;
    display: flex;


}

.yyfa .tab .team-box .team-content {
	background:#fff;
    width: 100%;
    padding: 18px 0;
	text-align: center; height:140px;
	border-top: 4px solid transparent;
	display: inline-block;
	-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 {

	font-size:22px;
    line-height: 35px; padding-top:12px;
	
}
.team-content  .title2 {

	font-family: 'MontserratUltraLight';
	font-size: 16px;
	letter-spacing: 1.8px;
	margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}


.yyfa .tab a {
	display: block;
	width:100%;
    margin-bottom:3px;
	color: #333;
	text-align: center;
	text-decoration: none;



}

.yyfa .tab a.on .team-box .team-content{ background-color: #003e81;

}
.yyfa .tab a.on { color: #fff;}
.yyfa .tab a.on .team-box .team-content img { filter:brightness(500%);}
.yyfa .co{ flex: 4;}

.yyfa .co ul {
    margin-top: 10px;
	padding:0px;
}
.yyfa .co li {
	display: none;
    position: relative;
    background: #fff;
	list-style: none;
}

.ys_list {
    margin-top: 40px;
 
 
  }
  .ys_list_right {
    float: left;
    width: 60%;
  
  }
  .ys_list_left {
    float: right;
    width: calc(40% - 80px );
    padding: 40px;
    line-height: 24px;
    font-size: 14px;
    color: #585657;
    
  
  }
  
  .ys_list_left b{line-height:56px;color: #333;padding:28px 0 0;font-size:36px;position: relative; font-weight: 500; display: block; }
  .ys_list_left span { display: block; font-size: 24px; margin: 30px 0;}

  .ys_list_left p {
    font-size: 15px;
    padding-top: 20px;
    line-height: 30px;
    color: #666;
  }
  .ys_list_left a{  display: block; padding-top: 10px; color: #D6170C;}

/*新闻*/
.news { margin-top:70px;}
.news-box  {
	display: flex;
	justify-content: center;

align-items: flex-start;
	margin-top: 30px;
  }
  
  .news-one{
	flex: 1;
	padding-bottom: 25px;
    border-bottom: 1px solid #dedede;
    position: relative;
    margin-right: 25px;
  
  }
.line { position: absolute; bottom: 0;left: 0; width: 10%; background: #0054AA; height: 1px; transition: all .3s;}
  
  .news-one span {
	display: block;
	overflow: hidden;
  }
  
  .news-one b {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	margin-top: 10px;
	color: #333; width:90%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
  }
  .news-one i { width: 90px; background: #D6170C; color: #fff; padding:6px 20px; margin-right: 10px;}
  .news-one em {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 8px;
	font-style: normal;

  }
  
  .news-one img {
	display: block;
	width: 100%;
	transition: .8s;
  }
  
  .news-one a:hover img {
	transform: scale(1.1);
  }
  .news-one a:hover b { color: #D6170C;}
  .news-one:hover .line{ width: 100%;}
  .news-one p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	padding: 8px 0;
  }
  .news-two { flex:1; margin-left: 25px; position:relative; 
   }
   .news-two ul {display: flex; flex-wrap: wrap; padding: 0; margin: 0;}
   .news-two ul li { width: 100%; margin-bottom: 30px;}
  .news-two a{ display: flex;  align-items: center; justify-content: center;  background: #fff; padding:0px ; position: relative; transition: .3s;   }
  .news-two a:hover { color: #D6170C;}

  .day {
  color: #666;
  flex: 1;


  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  }
  .day span {
	font-size: 36px;
	width: 100%;
	color: #0054AA;
	text-align: center;
	font-weight:bold;
  }
  .day p{ width: 100%;	text-align: center;}
  .newscon {
  flex: 2;
  padding-left: 20px;
  }
  
  .newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block; 
  
  }
  .newscon p {
  
  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  
  }

  .news-two a:hover b { color: #D6170C;}
  .news-two a:hover p { color: #666;}
  .news_list { border-top: 1px solid #dedede; padding-top: 15px;}
  .news_list a { display: block; padding: 19px 0;}
  .news_list a span { float: right;}
  /*联系志威*/
  .lx {
    background:#003e81;
    padding: 50px 0;
    margin-top: 60px;

}
    /*返回顶部*/

.scroll {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: fixed;
    right: 45px;
    bottom: 70px;
    color: #fff;
    cursor: pointer;
    background:#D6170C;
    font-size: 26px;
}

/*底部footer*/

.footer {   background: url(../images/ftbg.jpg) no-repeat;
}
.foot {
    padding: 20px 0 30px 0;
 
}


.ft_lxwm { display: flex; align-items: center; justify-content: space-between;}
.ft_lxwm_tit b{    font-size: 34px;
    margin-bottom: 10px;
    color: #fff;
    display: block;}
    .ft_lxwm_tit p { color: #fff; font-size: 20px; }
.foot span {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    padding-right: 8px;
}
.footer-nav{ display: flex;
    display: -webkit- box;
    display: -webkit-flex;
    justify-content:space-between; align-items: center;
    border-bottom: 1px solid #dfdfdf;
}
.footer-nav li { position: relative;  
    }
.footer-nav a { 
    display: block;
    color:#333;   
     height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;text-transform: uppercase;
}
.footer-nav a:hover { color: #003e81;}



.foot .ft-contact p {
    width: 100%;
    color: #333;
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 16px;
}

.foot .footer_center {
    margin-top: 62px;
    display: flex;
  
    justify-content: center;
    flex-direction: column;
}
.footer_phone { display: flex; align-items: center;}
.footer_phone p {
	color:#fff;
	font-size:16px;
}
.footer_phone p img{ padding-right:15px;}
.footer_phone p span{  font-weight: normal;}
.footer_phone b{ color:#fff;     font-size: 32px;
 display: block;}

.foot .footer_center { width:20%;}
.foot .footer_center .footer_tel {
 
 display: flex;

 flex-direction: column;
}

.foot .footer_center p {
    text-align: left;
    color: #333;
   
}
.foot .ewm{ display: flex; margin-top: 50px; }
.foot .ewm div { flex: 1; margin-left: 20px;}
.foot .ewm b { color: #333;}
.foot .ewm p { text-align: left; margin-top: 10px; color: #666; white-space: nowrap;}
.foot .ewm img{ width: 110px; border: 1px solid #f1f1f1;  margin-top: 20px; }
.foot .foot-con { display: flex; justify-content: space-between;}
.foot .ft-contact {

  display: flex;
  flex-wrap: wrap;
width:100%;
  flex-direction: row;
  margin-top: 50px;
justify-content: space-between;
}
.copyright {
    padding: 20px 10px;
    text-align: center;
    color: #333;
    background: #f5f5f5;
}
.copyright a {
    color: #333;
}