<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**/
*{
  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; text-decoration: none; }
a:hover {text-decoration: none; }
video, embed, iframe{
  width: 100% ;
}  
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å›¾ç‰‡æ&nbsp;·å¼*/
.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);
}
/*  */
.container { width: 1200px; margin: 0 auto;}
/*fullPage  å·¦ä¾§æ•°å­—*/
.fp-watermark { display: none;}
#slide_menu {
  z-index: 92;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 52px;
}

#slide_menu li {
  line-height: 35px;
  height: 35px;
  position: relative;
  list-style: none;

}

#slide_menu a {
  float: left;
  padding: 10px 20px;
  text-decoration: none;

}


#slide_menu .pgslide_nav {
  opacity: 0;
  font: bold 14px/20px Arial;
  transition: all 0.4s ease 0.6s;
  position: absolute;
  right:42px;
  top: 8px;
  width: 100px;
  text-align: right;
  color: #0C4CA4;
  transform: translateX(-50px);
}

#slide_menu .pgslide_num {
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  height: 6px;
  width: 6px;
  border: 0;
  background: #fff;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}


#slide_menu .active .pgslide_num {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#slide_menu li:hover .pgslide_nav {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.6s;
}

.pgslide_yuan-0 {
 background: #fff !important; 
}

.pgslide_yuan-1 {
  background: #0C4CA4!important;
}

/*--------------------------------------------------------------
# å¤´éƒ¨Header
--------------------------------------------------------------*/
#header {

  transition: all 0.5s;
  z-index: 9999;
  transition: all 0.5s;
  height: 90px;

}
.fixed-top {position: fixed;
  z-index: 99999;
  width: 100%;}
.header-transparent {background-color: rgba(255,255,255,0.9)!important;
  box-shadow: 0 0 5px 3px rgba(0,0,0,0.08);
  border: none!important;
  min-height: 90px;}
.header-transparent:hover { background:rgba(255, 255, 255, 0.1);}



.top-box{ display: flex; justify-content: space-between; align-items: center; }
.top-box .logo{ display: flex; align-items: center; justify-content: center;  }
.pclogo { display: none!important;}
.mlogo { display: none!important;}

/*å¯¼èˆªèœå• */
.nav-menu, .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;
}

.nav-menu  ul li a {
  display: block;
  white-space: nowrap;
  color: #000;
  padding: 0 19px;
  height: 90px;
  line-height:90px;
  transition: 0.3s;
  font-size:16px;
 
}

.nav-menu a:hover, .nav-menu .active &gt; a, .nav-menu li:hover &gt; a {
  color: #fff;
  text-decoration: none;
  background: #0C4CA4;

}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: rgba(255,255,255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;

}

.nav-menu .drop-down:hover &gt; ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  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 &gt; a, .nav-menu .drop-down ul li:hover &gt; a {
  color: #0C4CA4;
  background: none;

}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 90px);
}

.nav-menu .drop-down .drop-down:hover &gt; ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down &gt; 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;

}
.top_tel { float: right; color: #0C4CA4; font-size: 18px; background: url(../images/dianhua1.png) left no-repeat; font-weight: bold;  }
.top_tel span { padding-left:38px;  display: block;}

/*é¦–é¡µbannerå›¾*/
#banner .swiper-container {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
  /* 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 {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .banner1 { background: url(../images/banner1.jpg) no-repeat; height: 100vh;background-size: cover;}
#banner .banner2 { background: url(../images/banner2.jpg) no-repeat;height: 100vh;background-size: cover;}
#banner .banner3 { background: url(../images/banner3.jpg) no-repeat;height: 100vh;background-size: cover;}
#banner .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 10px;

}

#banner .swiper-pagination-bullet {
  width: 20px;
  height: 8px;
  display: inline-block;
  background: #666;
  opacity: .5;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
  }
  #banner .swiper-pagination-bullet-active {
  opacity: 0.9;
  background: #0C4CA4;
  width:50px;
  transition-delay: 0s;
  }
  .swiper-container-horizontal &gt; .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
    left: 0px;
    width: 100%;
}
#banner .scalePic {

	transition:all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

/*page2 ç®€ä»‹*/
.homePg2 {
  background: url(../images/abbg.jpg) no-repeat bottom;
  background-size: cover;
}

.main_title {
  font-size: 38px;
  color: #0C4CA4;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 6px 0;
  text-align: center;

  width: 180px;
  background: rgba(241, 241, 241, 0.8);

}

.main_title_en {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

.main_p {
  font-size: 16px;
  color: #fff;
}

.line {
  background: #fff;
  width: 60px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.about {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-top: 30px;
}
.ab_js { width: 50%; margin-right: 15px;}
.ab_js p{ color: #fff; font-size: 17px; margin-bottom: 18px; line-height: 28px;}
.ab_tu {
  width:100%;
  display: flex;
}

.ab_tu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-right: 5px;
}

.ab_tu a:last-child {

  margin-right: 0;
  margin-left:5px;
}

.ab_tu em {
  display: block;
  width: 80px;
  height:80px;
  overflow: hidden;

}

.ab_tu em img {
  width: 80px;
  height: 160px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.ab_tu a:hover em img {
  margin-top: -80px;
}

.ab_tu a p {
  font-size: 18px;
  margin: 20px 0;
  color: #0C4CA4;
}

.ab_tu a:hover p {
  color: #fff;
}

.ab_tu a:hover {
  background: #0C4CA4;
}

.ab_txt {
  width: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
 
}
.ab_txt .ab_txt_3 { display: flex; }

.ab_txt .ab_txt_3 a {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  flex: 1;
  text-align: center;
  padding:20px;
  position: relative;
  transition: transform .5s;
}

.ab_txt .ab_txt_3 a:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, .1);

  transform: scale(1.06);
  background: #0C4CA4;

}

.ab_txt .ab_txt_3 a b {
  color: #0C4CA4;
  font-size: 26px;
  display: block;
  margin-bottom: 15px;
}

.ab_txt .ab_txt_3 p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #333;
}
.ab_txt .ab_txt_3 a:last-child { margin-right: 0;}
.ab_txt .ab-img2 {
  display: none;
}

.ab_txt a:hover b,
.ab_txt a:hover p {
  color: #fff;
}

.ab_txt a img {
  transition: all .5s;
}

.ab_txt a:hover .ab-img1 {
  display: none;
}

.ab_txt a:hover .ab-img2 {
  display: block;
  margin: 0 auto;
  transform: rotateY(360deg);
}

.ab_more {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  height: 47px;
  border: #fff solid 1px;
  border-radius: 50px;
  line-height: 45px;
  padding: 0 30px;
  transition: all 0.5s ease 0s;
  max-width: 90px;
  margin-top: 20px;
}

.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: #0C4CA4;
  border: 1px solid #0C4CA4;
  transition: all 0.5s ease 0s;
  padding-left: 50px;
  max-width: 110px;
}

.ab_more:hover i {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.ab_more:hover em {
  color: #fff;
}

.ab_more2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  height: 47px;
  background: #0C4CA4;
  border: 1px solid #0C4CA4;
  border-radius: 50px;
  line-height: 45px;
  padding: 0 30px;
  transition: all 0.5s ease 0s;
  max-width: 90px;
  margin-top: 20px;
}

.ab_more2 i {
  color: #fff;
  margin-right: 10px;
  transition: all 0.5s ease 0s;
}

.ab_more2 em {
  color: #fff;
  font-style: normal;
}

.ab_more2:hover {
  color: #fff;
  transition: all 0.5s ease 0s;
  padding-left: 50px;
  max-width: 110px;
}

.ab_more2:hover i {
  color: #fff;
  transition: all 0.5s ease 0s;
}

.ab_more2:hover em {
  color: #fff;
}

.ab_bottom {
  flex: 1;

  margin: 40px 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;
}

.ab_bottom li a {

  text-align: center;
  text-decoration: none;
  position: relative;
  margin: 0 auto;
  display: block;
  padding: 30px 26px 24px;
  transition: all .3s;
  border-left: 1px solid #727577;
  border-color: hsla(0, 0%, 100%, .08);
  background-color: hsla(0, 0%, 100%, .06);
}

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

.ab_bottom li a b {
  color: #0C4CA4;
  font-size: 60px;
  font-weight: bolder;
  margin-bottom: 8px
}

.ab_bottom li a i {
  font-size: 28px;
  color: #666;
  padding-left: 6px;
  padding-bottom: 30px;
}

.ab_bottom li a p {
  color: #999;
  font-size: 18px;
  line-height: 24px;
  text-align: center;

}

.ab_bottom li a:hover {
  background-color: hsla(0, 0%, 100%, 0);
  text-decoration: none;
  border-color: transparent !important
}

.ab_bottom li a:hover p {
  color: #333;
}


/*äº§å“*/
.homePg3 { background:url(../images/cpbg.jpg) no-repeat;background-size: cover;}
.product_list ul { display: flex; align-items: center; justify-content: space-between; padding: 0; margin: 0; margin-top: 30px;}
.product_list li{ margin-right:25px; background:#000; overflow:hidden}
.product_list li:last-child{ margin-right: 0;}
.pro-up{ position:relative}
.pro-bg {height: 0px;width: 100%;position: absolute;bottom: 0;opacity:0;-webkit-transition: all linear .3s;transition: all linear .3s;}
.pro_txt {height: 180px;position: absolute;bottom: 0;text-align: center;width: 100%;-webkit-transition: all linear .5s;transition: all linear .5s;color: #fff;opacity:0;}
.pro-tit {display: flex; justify-content: space-between; align-items: center;}
.pro-tit b{ display: block; font-size: 28px; color: #fff;}
.pro-tit .ab_more2:hover{ color:#fff; transition: all 0.5s ease 0s;  padding-right: 50px;  max-width: 110px;}
.product_list .img {opacity:.85;}
.product_list .pro-box{ position: absolute; text-align:center; width:100%; height:18%; left:0; bottom:0;-webkit-transition: all linear .5s;transition: all linear .5s;}
.product_list li:hover .pro-box{ height:35%}
.product_list .pro_title b { font-size: 24px; color: #fff;}
.product_list li .pro_txt p{ width:80%; margin:0 auto; font-size: 16px; line-height: 26px;}
.product_list li .pro_txt{ height:10%}
.product_list li:hover .pro_txt{ height:65%}
.pro-up:hover .pro-bg{height:13%;background-color: #0C4194; opacity:1;-webkit-transition: all linear .5s;transition: all linear .5s;}
.pro-up:hover .pro_txt{opacity:1;-webkit-transition: all linear .5s;transition: all linear .5s;}
.product_list li span { display: block; position: absolute; bottom:0; color: #fff; left: 0; right: 0; margin: 0 auto; text-align: center; opacity: 0;-webkit-transition: all linear .5s;transition: all linear .5s;}
.pro-up:hover span { opacity: 1; bottom: 25px;}
/* æ¡ˆä¾‹ */
.homePg4{ background: url(../images/anlibg.jpg) bottom no-repeat;background-size: cover;}

#case .swiper-container {
	padding-bottom: 80px;
    margin-top:60px;
    position: relative;
}

#case .swiper-slide {
	width: 520px;
  margin-top: 15px;
	
	background: #fff;
	box-shadow: 0 0 10px #999;
	position: relative;
}
#case .swiper-slide img{
	display:block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

}
#case .swiper-slide a{ display: block;}
#case .swiper-slide p {
	line-height:60px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 20px;
	margin: 0;
}
#case .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;
}



#case .swiper-button-next {
	right: 13%;
	width: 55px;
    text-align: center;
	height: 55px;
    line-height: 55px;
  
    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;

}
#case .swiper-button-prev {
	left: 13%;
    text-align: center;
	width: 55px;
    line-height: 55px;
	height: 55px;

    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;
    
}
#case .swiper-button-prev i,#case .swiper-button-next i { display: block; width: 55px; height: 55px; text-align: center; line-height: 55px;}
#case .swiper-button-prev:hover, #case .swiper-button-next:hover { color: #fff; background: #0C4194;}
#case .swiper-slide a:hover p{ background: #0C4194; color: #fff;}
/* æ–°é—»*/
.homePg5{ background: url(../images/newsbg.jpg) bottom no-repeat; background-size: cover;}
.news { display: flex; align-items: stretch; justify-content: space-between;}
.news_jt_tit { color: #fff; font-size: 20px; font-weight: normal; margin-bottom: 15px; display: block; }
.news_jt_tit a { color: #fff; }
.news_jt_tit a:hover { color: #fff; background: #0C4194;}
.news_jt { width: 70%; margin-right: 30px;}
.news_hy { width:30%; }
.news_content { margin-top: 10px;}
.news_content a {background: rgba(255, 255, 255, 0.2); display:flex; align-items:center; margin-bottom: 15px; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.3); padding:34px 27px;transition: all .3s;}
  
.news_content .day {
    color: #fff;
    flex: 1;
    height: 70px;
    margin: 7px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  
  }
  .news_content .newscon {
    flex: 5;
    padding-left: 40px;
 
  }

  .news_content .news-more{
      margin-top: 20px;
      transition: all .3s;
  }
  .news_content .newscon b {
    padding-bottom: 10px;
    font-size: 17px;
    line-height:30px;
    color: #fff;
  
    font-weight: normal;
  
  }
  .news_content .newscon p {
    color: #fff;
    text-align: left;
    line-height: 28px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
  }
  
  .news_content .day span {
    font-size: 30px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight:normal;
  }
  .news_content a:last-child { margin-bottom: 0;}
  .news_content .day p{ width: 100%;	text-align: center; font-size: 18px;}
  .news_jt a:hover{ background: #0C4194;} 
  .news_content a:hover .news-more { padding-left: 30px;}
  .news_hy_list{ display: block; }
.news_hy_list a{
  display: block;
	width: calc(100% - 1px);
	box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.3); 
  background: rgba(255, 255, 255, 0.2);
	float: left;
	padding:20px;
  margin-bottom:15px;
	transition: .3s;
}

.news_hy_list .img img{
	width: 100%;
  margin-top: 7px;
	overflow: hidden;
	transition: 1s;
}


.news_hy_list p{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;

}
.news_hy_list b{
  font-size: 17px;
  line-height: 30px;
  font-weight: normal;
  height:30px;
  color: #fff;
 white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display:block;

}
.news_hy_list span { display: block; font-size: 16px; color: #fff;}
.news_hy_list a:hover{ background: #0C4194; background-size: 100%;}

.news_hy_list a:hover b{
	color: #ffffff;
}

.news_hy_list a:hover p{ color: #ffffff;}
.news_hy_list_more {
	margin-top: 20px;
	display: block;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
.news_hy_list a:last-child{ margin-bottom: 0;}

  /* åº•éƒ¨*/
  .footer {
    background:url(../images/ftbg.jpg) no-repeat top center;
    background-size: cover;
  
  }
  .foot {
    padding:30px 0;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
  }
  .foot b {
    font-size: 20px;
    color: #333;
    display: block;
    text-transform: uppercase;
    margin-bottom:32px;
  }


  .foot .ft-nav .ft-nav-list{
  
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #333;
    margin-top: 20px;
  }
  .foot .ft-nav .ft-nav-list dl{ margin-left:50px;}
  
  .foot .ft-nav .ft-nav-list dt{ font-size: 18px; margin-bottom: 20px; font-weight: bold;}
  .foot .ft-nav .ft-nav-list dd{ display: flex;align-items: flex-start; justify-content: space-between; flex-direction: column;  }
  .foot .ft-nav .ft-nav-list dd a{ color: #666; display: block;  margin-bottom: 10px;
    font-size: 15px;}
  .foot .ft-nav .ft-nav-list dd a:hover{ color: #0C4CA4}
  
  .foot .ft-contact p{ width: 100%;
    color: #666;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .foot .ewm { display:flex; align-items: center;}
  .foot .ewm p { margin-left: 10px;}
  .foot .ft-contact i{ font-size: 20px; font-weight: bold; margin-bottom: 20px; margin-top: 10px; color: #333;display: block; width: 100%;}
  .copyright{ padding:10px; text-align: center; color: #333; border-top:1px solid rgba(0,0,0, 0.07); }
  .copyright a{ color: #333;}</pre></body></html>