@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: 1268px;
  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;
  width: 100%;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.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;
}

.index-title .pic img {
  width: 86%;
  height: auto;
}

.pic {

  position: relative;

  overflow: hidden
}



.pic:after {

  content: '';

  display: block
}



.index-title {
  text-align: center;
  position: relative;
  height: 120px;
  padding-top: 33px
}



.index-title .pic {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  z-index: 5
}



.index-title b {
  font-size: 40px;
  color: #0d62be;
  display: block;
  position: relative;
  z-index: 5;
}



.index-title p {

  font-size: 120px;

  color: rgba(0, 0, 0, 0.04);

  text-transform: uppercase;

  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  line-height: 120px;

  z-index: 1
}



.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 {
  background: url(../images/head_top.jpg) no-repeat center;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.header_top .topic {
  color: #fff;
  font-size: 14px;
}

.header_top .navbj a, .header_top .navbj i {
  color: #333;
  font-size: 14px;
}

.header_top .navbj i {
  margin: 0 15px;
}

.header_top .navbj a:hover {
  color: #0D62BE;
  font-weight: bold;
}

.header .header_slogan {
  height: 105px;
}

.header .header_slogan .logo {
  margin-top: 18px;
}

.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: 34px;

  font-size: 24px;
  color: #0D62BE;
  display: block;
}

.logo_txt p {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}

.logo_zi {
  padding-left: 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.header_phone {
  display: flex;
  align-items: center;
  padding-left: 20px;
}



.header_phone p img {
  padding-right: 15px;
}

.header_phone b {
  color: #0D62BE;
  font-size: 28px;
  ;
  margin-top: 0;
  display: block;
  padding-right: 20px;
}

.header_phone .tel_txt p {
  font-size: 28px;
  font-weight: bold;
  color: #E47732;
}

.top-ewm img {
  height: 100px;
}

/*导航菜单*/
.navbar {
  width: 100%;
  height: 60px;
  background: #0D62BE;
  color: #fff;
}

.nav {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav li {
  position: relative;
  width: 100%;

}

.nav li a {
  display: block;
  font-size: 17px;
  line-height: 60px;
  color: #fff;

  text-align: center;
  transition: all .3s;
  border-right: 1px solid #0D58AD;
  border-left: 1px solid #0F6ACE;

}

.nav a:hover, .nav li:hover>a {
  font-weight: bold;
  color: #fff;
  background: #E47732;
}
.nav .on{
  font-weight: bold;
  color: #fff;
  background: #E47732;
}
/* 二级菜单 */
.ejxl {
  display: none;
  background-color: rgba(255, 255, 255, .9);
  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;
  border-right: none;
  border-left: none; font-weight:normal;
}

.nav li .ejxl li:hover a {
  background: none;
}

.nav li .ejxl a:hover {
  color: #E47732;
}

/*导航菜单 end*/

/*首页banner图*/
#banner .swiper-container {
  width: 100%;
  height: 100%;
}

#banner .swiper-slide {

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

}

#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: rgba(228, 119, 50, 1);
}

.btn-prev {
  left: 5%;
}

.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: #666;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #E47732;
  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图 end*/

/*  */

.index1 {
  position: relative;
}

.index1 li {
  width: 33.33%;
  float: left;
  height: 263px;
  color: #fff;
  overflow: hidden;
}

.index1 li:nth-child(1) {
  background: #0D62BE;
}

.index1 li:nth-child(2) {
  background: #0D58AF;

}

.index1 li:nth-child(3) {
  background: #0A52A5;

}

.index1 li .pad {
  padding: 40px 50px 60px 50px;
}

.index1 li .tit {
  font-size: 24px;
}

.index1 li .tit span {
  font-size: 14px;
  display: block;
  margin-left: 10px;
  line-height: 36px;
}

.index1 li .wz b {
  font-size: 56px;
  font-family: Arial;
}

.index1 li .wz {
  font-size: 14px;
  margin-top: 70px;
}

.index1 li .year {
  font-size: 16px;
  height: 55px;
  width: 55px;
  margin-bottom: 10px;
}

.index1 li .year img {
  height: 55px;
  width: 55px;
}



/*产品*/
.product {
  padding: 50px 0;
  background:url(../images/probg.jpg) no-repeat center bottom #f6f6f6;
}

.slide-nav {
  width: 23%;
  
}

.slide-list {
   
  list-style: none;
  padding:0;
 
   
}
.slide-list li {
  overflow: hidden;
  background: #0D62BE;
}
.slide-list li img {  
  width: 25px;
  height: 25px;
}
.slide-list li a {
  padding: 0 30px;
  text-decoration: none;
  line-height:44px;
  font-size:18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  

}
.slide-list li:nth-last-child(1) a{border:none;}
.slide-list li:nth-child(2n) {background: #9D9D9D}
.slide-list li:hover {background: #E47732}
.slide-list li a:hover {color: #fff; font-weight: bold;}
.slide-list li ul { margin:0 15px;}
.slide-list li ul li a { background: rgba(255,255,255,.8); color: #666; padding-left: 24px;line-height: 44px; font-size: 16px;}
.slide-list li ul li a:hover { color: #fff;}

.slide-list li i{display: inline-block;float:left;width:20px;height:44px;padding-left: 20px;background: url(../images/jt.png) no-repeat center;background-size: 12px 12px;}
.slide-list li:hover i{background: url(../images/jt2.png) no-repeat center;background-size: 12px 12px;}
.pro_tj { background: #fff; overflow: hidden; display: flex; align-items: center; justify-content: center; }

.pro_tj .pro_tj_tu {width: 45%; margin: 20px;}
.pro_tj .pro_tj_tu .pimg1{display: block;overflow: hidden;}
.pro_tj .pro_tj_tu:hover img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}
.pro_tj .pro_tj_txt { width: 44%; padding: 10px 3%;}
.pro_tj .pro_tj_txt b{ font-size: 22px; color: #000; display: block; line-height: 42px;  margin: 10px 0;}
.pro_tj .pro_tj_txt span { font-size:16px; color: #333; display: block; line-height:25px;margin-bottom: 20px;}
.pro_tj .pro_tj_txt p { padding-bottom: 20px;}


.pro_icon {
    margin-top: 20px;

}

.pro_icon ul {
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.pro_icon ul li a {
    color: #666;
    text-decoration: none;
    display: block;
}

.pro_icon-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.pro_icon-txt p {
    padding: 10px;
    line-height: 24px;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.more-btn { 
  margin: 15px 0 0; 
  text-align: center; 
  display: block; 
  width: 100px; 
  height:40px; 
  line-height: 40px; 
  padding: 0 15px; 
  font-size: 15px;  
  background: #0D62BE; 
  color: #fff; 
  transition: all .3s;
  border:1px solid #0D62BE; 
  display: block;
}
.more-btn span{ display: block;}
.more-btn:hover { color: #0D62BE;border:1px solid #0D62BE; background: none;}
.pro_content { margin: 10px 0; }
.pro_content a { display: block; color: #000; float: left; width:280px;position: relative;margin-left:26px;margin-top: 26px}
.pro_content a:nth-child( 4n+1) {
  margin-left: 0;
}
.pro_content span { display: block;overflow: hidden;}
.pro_content a:hover span img {
    transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);
}
.pro_title {
    text-align: left;
    font-size: 17px;
    background-color: #fff;

    display: block;
    transition: all 100ms linear;
    padding: 20px;
  }

  .pro_title p { color: #999; font-size: 14px; margin-top: 8px;}
  
  .pro_content a:hover .pro_title { background:#0D62BE; color: #fff;}  
  .pro_content a:hover .pro_title p{ color: #fff;}


    .pro_r{ width: calc(75% - 10px);}
    .pro_r .p_bot{width: 100%}
    .pro_r .p_bot ul li{width: 31%;float: left;margin-left: 3%;margin-top: 3%}
    .pro_r .p_bot ul li:nth-child(1) {margin-left: 0px}
    .pro_r .p_bot ul li .img{width: 100%;position: relative;overflow: hidden;}
    .pro_r .p_bot ul li img{width: 100%;}
    .pro_r .p_bot ul li:hover img {transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.1);}
    .pro_r .p_bot ul li p{height: 50px;line-height: 50px;background: #fff;display: block;text-indent: 1em;font-weight: bolder;font-size: 16px;color: #333}
    .pro_r .p_bot ul li:hover p{background-color: #0D62BE;color: #fff;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*简介*/
.aboutbg {
  padding: 50px 0;
}

.about {
  display: flex;
  align-items: center;
  position: relative;
 
}

.ab_tu {
  flex: 1;
  margin-right: 30px;
}

.ab_txt {
  flex: 1;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}

.ab_txt b {
  font-size: 26px;
  color: #333;
  margin-bottom: 20px;
  display: block;
}

.ab_txt span {
  font-size: 28px;
  margin: 20px 0;
  color: #000;
  display: block;
}

.ab_txt p {
  font-size: 16px;
  line-height: 30px;
 text-indent: 2em;
  
}

.ab_more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #E47732;
  height: 47px;
  border: #fff solid 1px;
  line-height: 45px;
  padding: 0 30px;
  transition: all 0.5s ease 0s;
  max-width: 90px;
  margin-top: 50px;
  background: #0D62BE;
}

.ab_more i {
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}

.ab_more em {
  color: #fff;
  font-style: normal;
}

.ab_more:hover {
  color: #fff;
  background: #E47732;
  border: 1px solid #E47732;
  transition: all 0.5s ease 0s;
  padding-left: 50px;
  max-width: 100px;
}

.ab_more:hover i {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.ab_more:hover em {
  color: #fff;
}

.ab_bottom {
  flex: 1;
  margin: 20px auto;
  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;
}

.ab_bottom b {
  font-size: 40px;
}

.ab_bottom :after, .ab_bottom :before {
  content: "";
  display: table
}

.ab_bottom :after {
  clear: both;
}

.ab_bottom li {
  flex: 1;
  margin: 10px;
  background: #0c5e90;
}

.ab_bottom li a {

  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 30px 26px 24px;
  transition: all .3s;

}

.ab_bottom .ab_num {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ab_bottom li a b {
  color: #fff;
  font-size: 50px;
  font-weight: bolder;
  margin-bottom: 8px
}

.ab_bottom li a i {
  font-size: 28px;
  color: #fff;
  padding-left: 6px;
  padding-bottom: 30px;
}

.ab_bottom li a p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;

}

.ab_bottom li a:hover {
  background-color: #E47732;
  text-decoration: none;
  border-color: transparent !important
}

.ab_list2 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.ab_list2 li {
  cursor: pointer;
  color: #fff;
  padding: 30px;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  font-size: 18px;
  text-align: center;
  flex: 1;
  background: rgba(255, 255, 255, .1);
  border-right: 1px solid rgba(255, 255, 255, .2)
}

.ab_list2 li b {
  display: block;
  font-size: 40px;
  color: #fff;
  overflow: hidden;
  margin-top: 10px;
}

.ab_list2 li img {
  width: 50px;
  height: 50px;
  transition: all 0.3s;
}

.ab_list2 li:hover {
  background: rgba(255, 255, 255, .3);
}

.ab_list2 li:hover img {
  transform: scale(1.1);
}

/*案例*/
.case {
  background: url(../images/casebg.jpg) no-repeat;
  padding: 60px 0;
}

.prone {
  margin-top: 30px;
}

.prone .swiper-wrapper {
  padding-bottom: 70px;
}

.prone .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.prone .swiper-slide p {
  background-color: #f2f2f2;
  color: #666;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  padding: 10px;
}

.prone .swiper-slide:hover p {
  background-color: #0D62BE;
  color: #fff;

}

.prone .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.prone .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.prone .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.prone .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0D62BE;
}

/*新闻*/
.news_box {
  margin: 50px 0 70px;
}

.news_con {
  display: flex;
  align-items: stretch;
  margin-top: 40px;
}

.news {
  display: block;
  flex: 1;

  background: #f6f6f6;
}

.news a {

  transition: .3s;
}

.news a .img, .news a .img img {
  width: 100%;

  overflow: hidden;
  transition: 1s;

}

.news a .cont {
  padding: 10px 20px;
}

.news a .cont span {
  background: url("../images/more.png") no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  transition: all 0.5s;
}

.news a b {
  color: #999999;
  font-size: 40px;
  margin-top: 10px;
  display: block;
}

.news a p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-bottom: 8px;


}

.news a .news-title {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding-bottom: 5px;
  overflow: hidden;


}

.news a:hover img {
  transform: scale(1.1);
}



.news a:hover .cont span {
  width: 35px;
  height: 35px;
  display: block;
  margin-left: 90%;
}

.news-two {
  flex: 1;

}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
}

.news-two a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px 20px;
  transition: .3s;
  border: 1px solid #f1f1f1;
  margin-top: -1px;
}

.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #0D62BE;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  flex: 1;

  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.day span {
  font-size: 30px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.day p {
  width: 100%;
  text-align: center;
}

.day img {
  margin-top: 15px;
}

.newscon {
  flex: 4;
  padding-left: 20px;
}

.newscon b {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

.newscon img {
  margin-top: 10px;
}

.cjwt {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cjwt a {
  width: calc(33.3% - 42px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1px;
  margin-left: -1px;
  padding: 20px;
  border: 1px solid #f1f1f1;
}

.cjwt a:hover {
  color: #0D62BE;
}

/*返回顶部*/

.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  background: #E47732;
  font-size: 26px;

}

/*底部footer*/
.footer {
  background: #222;
  border-top:6px solid #0d62be;
}

.foot {
  padding: 80px 0 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.foot .foot_nav{
  width: 300px;
}

.foot b {
  font-size: 20px;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-weight: normal;
  margin-bottom: 10px;

}
 .foot .foot_nav b,.foot .foot_tel b{
  margin-bottom: 25px;
 }
.foot b i img {
  width: 22px;
  margin-right: 8px;
}

.foot-logo p {
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
}

.foot_nav div {

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot_nav div a {
  width: 50%;
  color: #bdbdbd;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}

.foot_nav div a:hover {
  color: #fff;
}

.foot_tel ul{
  width:600px;
  display: flex;
  flex-flow: row wrap;
}
.foot_tel ul b{
  font-size: 18px;
  margin-bottom: 10px!important;
}
.foot_tel ul li{
  min-width: 30%;
}
.foot_tel p {
  color: #bdbdbd;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;

}
.ewm_box{
  border:8px solid #0D62BE;
  border-bottom: none;
}

.ewm_box p{
  background: #0D62BE;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.copyright {
  padding: 40px 0;
  text-align: left;
  color: #bdbdbd;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright a {
  color: #bdbdbd;
}

.copyright i {
  float: right;
}


.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;
}
