body {
  font-family: Microsoft YaHei;
  width: auto;
  height: auto;
  font-size: 18px;
  margin:0;
  padding:0;
}
a {
  cursor: pointer;
}
a:hover{
  color:#3A83E9 ;
}
button{
  outline: none;
  border: none;
  background: none;
}
input {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 清除浮动 */
.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.container{
  width: 100%;
  height: 100%;
  background: url(banner.png)  no-repeat top center !important;
}
.container-top{
  padding-top: 40px;
  height: 537px;
  display: flex;
  justify-content: space-between;
}
.title{
  width: 100%;
  height: 50px;
  margin-bottom: 14px;
  background: linear-gradient(
  86deg,
  rgba(93, 162, 255, 0.2) 3%,  
  rgba(58, 131, 233, 0) 98%    
  );
  border-radius: 30px 0px 0px 0px;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 22px;
}
.title a{
  margin-left: 24px;
  font-size: 22px;
  color: #3a83e9 !important;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.title .more{
  font-size: 16px;
  margin-right: 20px;
}
.titlegd{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.underline--fade::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #ea2b22;
  border-radius: 2px;
  position: absolute;
  bottom: -24px;
  transform: translateX(0%);
}
.container-top-l{
  width: 33%;
  height: 100%;
}
.container-ld{
  height: 433px;
  background: #ffffff;
  padding: 30px 30px;
  box-shadow: 0px 0px 20px 0px rgba(1,82,147,0.15); 
}
.container-ld-t{
  height: 198px;
  width: 100%;
  display: flex;
  justify-content: space-between;

}
.container-ld-t img {
  width: 172px;
  height: 100%;
  display: block;
}
.jl{
  width: 148px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.jl h1 {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Bold;
  font-weight: 700;
  text-align: left;
  line-height: 32px;
}
.jl h1  a {
  color: #3a83e9 !important;
} 
.jl div{
  width: 100%;
  height: 50px;
  background: #f1f9ff;
  border-radius: 4px;
  display: flex;
  justify-content: space-around;
}
.jl div a {
  width: 62%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-evenly
}
.jl div a img{
  width: 19px;
  height: 22px;
  display: block;
}
.jl div a span{
  font-size: 16px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  color: #ea2b22;
}

.jl {
  perspective: 1000px;
}

.jl > div {
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.jl > div:hover {
  transform: translateY(-5px) rotateX(5deg);
  box-shadow: 0 15px 30px rgba(58, 131, 233, 0.2);
}

.jl h1 a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.jl h1 a:hover {
  transform: scale(1.05) translateX(5px);
}

.jl div a img {
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
  transition: all 0.4s ease;
}

.jl div:hover a img {
  transform: scale(1.2);
  filter: drop-shadow(0 5px 10px rgba(234, 43, 34, 0.3));
}

.jl div a span {
  transition: all 0.4s ease;
  display: inline-block;
}

.jl div:hover a span {
  transform: translateX(5px);
  text-shadow: 0 2px 5px rgba(234, 43, 34, 0.3);
}

.js{
  margin: 20px 0px 30px 0px ;
  font-size: 15px;
  line-height: 32px;
}
.hy{
  width: 100%;
  height: 40px;
  border: 1px solid #d9e4f3;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hy a{
  font-size: 12px;
  text-align: left;
}
.hy {
  text-align: center;
  padding: 0px 0;
  font-size: 14px;
}

.hy a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  padding: 12px 10px;
  margin: 0 2px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
}

.hy a:hover {
  color: #fff;
  background-color: #3a83e9;
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 5px 15px rgba(1, 82, 147, 0.3);
  border-radius: 4px;
}

.container-top-r {
  width: 65%;
  height: 100%;
}

.container-top-r .bt-lists-covers {
  height: 433px;
  width: 100%;
  background: #ffffff;
  padding: 17px 0px;
  box-shadow: 0px 0px 20px 0px rgba(1,82,147,0.15);
  overflow: hidden;
  position: relative;
}

.container-top-r .bt-lists-covers ul {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  animation: scroll 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

.container-top-r .bt-lists-covers li {
  margin: 0 30px;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #eee;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container-top-r .bt-lists-covers li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none;
  color: #333;
}

.container-top-r .bt-lists-covers li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  flex: 1;
}

.container-top-r .bt-lists-covers li .date {
  color: #999;
  margin-left: 15px;
  flex-shrink: 0;
}

.container-top-r .bt-lists-covers:hover ul {
  animation-play-state: paused;
}


.bt-lists-covers li{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.bt-lists-covers li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bt-lists-covers li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  width: 85%;
  font-size: 16px;
}
.bt-lists-covers li .date{
  color: #999999;
  padding-left: 8px;
  font-size: 16px;
}
.bt-lists-covers li:last-child {
  border-bottom: none !important;
}
.middle_top {
  height: 760px;
  margin: 40px auto !important;
  display: flex;
  justify-content: space-between;
}

.middle_top_zfxxgk {
  width: 31%;
}
.middle_top_zfxxgk .middle_c {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  list-style: none;
  padding: 0;
  margin: 0;
}
.middle_top_zfxxgk .middle_c li {
  height: 53px;
  background: #e0edff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.middle_top_zfxxgk .middle_c li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  color: #3a83e9;
  text-decoration: none;
}
.middle_top_zfxxgk .middle_c li p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.arrow-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(yl.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.middle_top_zfxxgk .middle_c li:hover {
  background: #3a83e9;
}
.middle_top_zfxxgk .middle_c li:hover a {
  color: #fff;
}
.middle_top_zfxxgk .middle_c li:hover .arrow-icon {
  background-image: url(ya.png);
}
.middle_top_zfxxgk .middle_c li.active,
.middle_top_zfxxgk .middle_c li.active:hover {
  background: #3a83e9;
}
.middle_top_zfxxgk .middle_c li.active a,
.middle_top_zfxxgk .middle_c li.active:hover a {
  color: #fff;
}
.middle_top_zfxxgk .middle_c li.active .arrow-icon,
.middle_top_zfxxgk .middle_c li.active:hover .arrow-icon {
  background-image: url(ya.png);
}


.middle_top_banner{
  margin:0px  auto;
  margin-top:30px;
  position: relative;
  width: 100%;
  height: 155px;
}
.middle_top_banner .pic {
  width: 100%;
  height: 100%;
}
.middle_top_banner .pic img{
  width: 100%;
  height: 155px;
  display: block;
  object-fit: inherit;
}
.middle_top_banner .indicator-right {
  position: absolute;
  right: 40px; 
  bottom: 20px; 
  top: auto; 
  transform: translateX(50%); 
  z-index: 10;
}
.middle_top_banner .indicator-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; 
  gap: 8px; 
}
.middle_top_banner .indicator-right li {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #ffffff;
  border-radius: 50%; 
  cursor: pointer;
  transition: all 0.3s;
}

.middle_top_banner .indicator-right li.on {
  background: #ffffff;
  width: 20px; 
  border-radius: 4px; 
  transform: scale(1); 
}
.middle_top_banner .pic li {
  transition: filter 0.8s ease;
}

.middle_top_banner .pic li:hover {
  filter: brightness(1.03);
}

.middle_top_banner .pic img {
  transition: transform 1.2s ease-out;
}

.middle_top_banner .pic li:hover img {
  transform: scale(1.01);
}

.middle_top_banner .indicator-right li {
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.5);
}

.middle_top_banner .indicator-right li.on {
  background: #fff;
  width: 24px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.middle_top_banner .indicator-right li:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.8);
}

.middle_top_r{
  width: 67%;
 
}
.middle_top_zfwj{
  height: 295px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(1,82,147,0.15); 
  padding: 20px 10px 20px 20px;
  display: flex;
  justify-content: space-between;
}

.middle_top_zfwj_l{
  width: 59%;
}
.middle_top_zfwj_l .bt-lists-covers li p {
  width: 73% !important;
}
.middle_zccx{
  width: 39%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.middle_zccx_title{
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #3a83e9;
}
.middle_zccx_bottom{
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.middle_zccx_bottom .middle_zccx_li {
  width: 100%;
  height: 30px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.middle_zccx_bottom .middle_zccx_li_rq{
  width: 72%;
  display: flex;
  justify-content: space-between;
}
.middle_zccx_bottom .middle_zccx_li  span{
  font-size: 16px;
}
.middle_zccx_li_i{
 width: 72%;
}
.middle_zccx_bottom .sj{
  width: 46%;

}
.middle_zccx_button{
  display: flex;
  justify-content: space-between;
}
.middle_zccx_button a{
  width: 46%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.middle_zccx_button .query{
  background: #3a83e9;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
}
.middle_zccx_button .reset{
  background: #f1f9ff;
  border-radius: 4px;
  text-align: center;
  color: #3a83e9;
}

.middle_top_qh{
  margin-top: 40px;

}

.middle_top_qh .title a:not(.active) {
  color: #999 !important; 
}

.middle_top_qh .title a:not(.active)::after {
  display: none;
}

.middle_top_qh .title a.active {
  color: #3a83e9 !important; 
}

.middle_top_qh .underline--fade.active::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background: #ea2b22;
  border-radius: 2px;
  position: absolute;
  bottom: -24px;
  transform: translateX(0%);
}

.tab-content {
  display: none;
}
.tab-content.active {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.middle_top_qh_box{
  width: 100%;
  height: 297px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(1,82,147,0.15); 
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

.middle_top_qh_box_l {
  height: 100%;
  width: 47%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: all 0.5s ease;
}

.middle_top_qh_box_l:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.middle_top_qh_box_l::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(58,131,233,0.1), rgba(234,43,34,0.1));
  z-index: 1;
  opacity: 0;
  transition: all 0.6s ease;
}

.middle_top_qh_box_l:hover::before {
  opacity: 1;
}

.middle_top_qh_box_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  filter: brightness(0.95);
}

.middle_top_qh_box_l:hover img {
  transform: scale(1.05);
  filter: brightness(1);
}

.middle_top_qh_box_l p {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 20px;
  margin: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 2;
  cursor: pointer;
}

.middle_top_qh_box_l:hover p {
  bottom: 0;
  padding-bottom: 12px;
}
.middle_top_qh_box_r{
  width:50%;
}

.middle_top_qh_box_r .bt-lists-covers li p{
  width: 100%;
}



@keyframes underline {
  from { width: 0; }
  to { width: 100%; }
}

.tab-title:hover {
  color: #015293;
  opacity: 0.8;
}

.tab-content {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.tab-content:not(.active) {
  display: none;
}

.tab-content.active {
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}




.middle_bottom{
  margin-bottom: 40px;
}

.middle_bottom_lb {
  height: 238px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(1,82,147,0.15); 
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.middle_zfxxgk-left {
  position: relative;
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}

.middle_zfxxgk-left .bd {
  position: relative;
  width: 97%;
  height: 100%;
  padding: 0 50px;
  margin: 0  auto;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.middle_zfxxgk-left .picList {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.5s ease;
  will-change: transform;
}

.middle_zfxxgk-left .picList li {
  flex: 0 0 calc(100% / 8);
  min-width: calc(100% / 8); 
  height: 155px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center bottom;
}

.middle_zfxxgk-left .picList li:hover {
  transform: translateY(-10px) scale(1.05); 
  z-index: 2;
}

.middle_zfxxgk-left .picList li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  text-decoration: none;
  padding: 0 5px;
}

.middle_zfxxgk-left .picList li a img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.1));
}

.middle_zfxxgk-left .picList li:hover a img {
  transform: scale(1.2); 
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.2));
}

.middle_zfxxgk-left .picList li a div {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  white-space: normal;
  transition: all 0.4s ease;
  transform: translateY(0);
}

.middle_zfxxgk-left .picList li:hover a div {
  color: #3a83e9;
  transform: translateY(5px); 
  text-shadow: 0 2px 5px rgba(1,82,147,0.2);
}

.next, .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); 
  width: 20px;
  height: 45px;
  background: #3a83e9;
  color: white;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 1;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.next:hover, .prev:hover {
  background:#5192ee;
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.next {
  right: 0;
}

.prev {
  left: 0;
}




/* 头部 */
header {
   position: relative;

}
.header_top {
  /* position: relative; */
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: url(header_top.png) no-repeat center;
}
/* 
.background-video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -1;
} */

.header_top_t{
   display: flex;
   justify-content: space-between;
   height: 30px;
   color: #333333;
   /* padding-top: 6px; */
}
.header_top_t_l  {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  width: 200px;
  align-items: flex-end;
}
.header_top_t_l_r  {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
}
.header_top_t_r  {
  display: flex;
  justify-content: space-between;
}
.header_top_t_r_l{
  background: #e9f2ff;
  font-size: 14px;
  color: #3a83e9;
  width: 90px;
  height: 28px;
  display: block;
  text-align: center;
  line-height: 28px;
}
.header_top_t_r_r{
  width: 104px;
  height: 28px;
  background: #ebac40;
  display: block;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #FFFFFF !important;
}
.header_top_c img{
  display: block;
  margin: 60px auto;
  object-fit: contain
}
.search{
  width: 650px;
  height: 50px;
  background: #ffffff;
  border-radius: 4px;
  margin:  0 auto;
}
.search_out{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.search_out_l{
  width:15% ;
  height: 100%;
  text-align: center;
  line-height: 50px;
  color: #999999;
  font-size: 14px;
}
.sch_input{
  height: 100%;
  width: 70%;
  border: 1px solid #E1E3E5;
  border-top:none ;
  border-bottom: none;
  color: #9999;
  padding-left: 20px;
}
.search_out_r{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 15%;
  height: 100%;
  background: #dbeaff;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
}
.search_out_r .sous{
  font-size: 18px;
  color: #3a83e9;
}
.tubiao{
  display:  inline-block;
  width: 26px;
  height: 26px;
  background: url(sousuo.png) no-repeat center center !important;
}
.keyword{
  margin-top: 11px;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 16px;
}
.keyword a{
  color: #FFFFFF;
  padding-right: 10px;
}
.header_bottom{
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 70px;
  background: url(header_bottom.png)  no-repeat  center !important;
  z-index: 999;
}
.nav1 {
  width: 100%;
  text-align: left;
  position: relative; 
}
.nav1 li {
  float: left;
  height: 70px;
  line-height: 70px;
  position: relative;
}
.nav1 li a {
  font-size: 20px;
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 0 63px;
}
.nav1 li.on1 a::after,
.nav1 li a:hover::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%; 
  height: 3px;
  border-radius: 2px;
  background-color: white;
}
/* 头部结束 */



/* 友情链接 */
.middle_yqlj{
  height: 80px;
  background: #e5f3ff;
  display: flex;
  align-items: center;
}
.bt-yqlj{
  height: 40px;
}
 #select{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.bt-select1{
  width: 277px;
  height: 40px;
  background: #ffffff;
}
.bt-select1 dt{
  width: 277px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  background: url(xiala.png) no-repeat 246px center;
}
.bt-select1 dd{
  width: 276px;
  text-align: left;
  position: absolute;
  top: 39px !important;
}
.bt-select1 dd>ul>li>a {
  text-align: left;
  text-indent: 26px;
}



/* 底部 */
.footer_top{
  height: 171px;
  background: #3a83e9;;
}
.footer_top_l{
  width: 380px;
  height: 130px;
  background: rgba(255, 255, 255, 0.07);
  padding: 20px 30px;
}
.footer_top_l_title{
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}
.footer_top_l_title:hover{
  color: #ffffff;
}
.footer_top_l_bottom{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer_top_l_bottom a{
  color: #ffffff;
  display: block;
  width: 33%;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;

}
.footer_top_l p{
  color: #FFFFFF;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}
.footer_top_r{
  width: 180px;
  height: 130px;
  background: rgba(255, 255, 255, 0.07);
}
.footer_top_r a{
  width: 180px;
  height: 130px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer_top_r  img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.footer_bottom {
  height: 50px;
  background: #2d6fcd;
  line-height: 50px;      
  text-align: center;      
}

.footer_bottom_c {
  display: inline-block;
  vertical-align: middle;  
  line-height: normal;     
  color: #FFFFFF;
  font-size: 16px;
}

.footer_bottom_c img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;   
}

.footer_bottom_c a {
  color: #FFFFFF;
  text-decoration: none; 
}
/* 底部结束 */