﻿.footer {
 width: 100%;
 font-size: 14px;
 color: rgba(255,255,255,0.7);
 background: url(20210818142852.png) no-repeat;
 height: 400px;
 text-align: center;
 background-size: cover;
}
.footer a {
 color: rgba(255,255,255,0.7);
}
.w1200 {
 width: 1200px;
 margin: 0 auto;
}
p.footer-visit {
 text-align: center;
 padding: 80px 0 30px;
 letter-spacing: 4px;
}
p.footer-visit strong {
 font-size: 20px;
 color: #fff;
}
p.links {
 display: block;
 height: 60px;
 line-height: 60px;
 border-top: 1px solid rgba(255,255,255,0.7);
 border-bottom: 1px solid rgba(255,255,255,0.7);
 width: 1080px;
 margin: 0 auto;
 overflow: hidden;
}
p.links a {
 font-size: 14px;
 color: rgba(255,255,255,0.7);
 float: left;
 margin: 0 30px;
 width: 60px;
 text-align: center;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
}
ul.footer-msg {
 overflow: hidden;
 padding-left: 165px;
 height: 80px;
 line-height: 80px;
}
ul.footer-msg li {
 float: left;
 margin: 0 41px;
}
ul.footer-msg li img {
 margin-right: 10px;
}
.comLogo{
 display: block;
 margin-top: 34px;
}
.comLogo a img{
 width: 63px;
}
@media screen and (max-width:768px) {
 .footer {
 font-size: 12px;
 background: #0c849b;
 height: auto;
 padding: 20px;
 }
 .w1200 {
 width: 100%;
 margin: 0 auto;
 }
 p.footer-visit {
 padding: 0px 0 20px;
 }
 p.links,.footer-msg{
 display: none;
 }
 .comLogo {
 margin-top: 13px;
 }
 .comLogo a img {
 width: 50px;
 }
} 