﻿
.FriendLink{
  color: #fff;
  font-size: 14px;
  margin-bottom: 26px;
}
.linkul li{
  display: inline-block;
  box-sizing: border-box;
  padding-right: 40px;
}
.linkul li a:hover{
  text-decoration: underline;
}
.linkul li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.linkul li a{
	color: #fff;
	font-size: 14px;
}
.linkul{
  width: 100%;
  margin: 0 auto;
}
.footer{
  background: #095FB0;
}
.footer_top{
  padding: 30px 0 30px;
  box-sizing: border-box;
  font-size: 16px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.left_footer .footer_logo{
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.left_footer .footer_logo img{
  width:220px;
  float: left;
}
.left_footer .footer_logo p {
  float: right;
  font-size: 30px;
  color: #fff;
}
.footer_top p{
  color: #fff;
  margin-bottom: 0;
  display: inline;
}
.footer_top ul li{
  float: left;
}
.footer_top ul li a{
  color: #fff;
  padding-right: 33px;
  margin-right: 0;
  position: relative;
}
.footer_top ul li a::after{
  display: block;
  content:"";
  width:1px;
  height:12px;
  background: #A09DA0;
  position: absolute;
  top:50%;
  margin-top:-5px;
  right:0;
}
.left_footer{
  float: left;
  width: 1110px;
}
.right_footer{
  float: left;
}
.right_footer div{
  text-align: center;
}
.right_footer div span{
  font-size: 18px;
  color:#fff;
  margin-top:15px;
  display: block;
}
.right_footer img{
  width: 120px;
  height: 120px;
}
.footer_bot{
  border-top:1px solid #423F42;
  text-align: center;
  padding: 19px 0px;
  display: none;
}
.footer_bot p,.footer_bot a{
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
a.jszc {
  color: #fff;
  font-size: 14px;
  float: right;
}
.des_footer{
  margin-bottom: 20px;
}
.des_footer2{
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:1600px){
  .footer_top {
      padding: 25px 0 20px;
      font-size: 14px;
  }
  .right_footer img {
      width: 100px;
      height: 100px;
  }
  .right_footer div span {
      font-size: 16px;
      margin-top: 10px;
  }
  .left_footer {
    width: 850px;
}
.footer_top ul li a {
  padding-right: 12px;
}
.linkul li {
  padding-right: 10px;
}
.FriendLink {
  margin-bottom: 15px;
}
.des_footer {
  margin-bottom: 15px;
}
.des_footer2 {
  margin-bottom: 22px;
  display: block;
}
.des_footer2 p {
  display: block;
  margin-bottom: 15px;
}
}
@media screen and (max-width:768px){
  .footer {
      background: #095FB0;
  }
  .footer_top {
      display: none;
  }
  .footer_bot {
    border-top: none;
    padding: 10px 20px;
    height: auto;
    display: block;
  }
  .footer_bot p, .footer_bot a {
    color: #fff;
    font-size: 12px !important;
    line-height: 26px;
  }
  .footer_bot a img{
width: 30px;
  }
  .FriendLink{
		display: none;
	}
  .linkul{
	  display: none;
  }
}