| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
-
- .clear{ clear:both;}
- /*`````````````````````foot`````````````````*/
- /*------------ footer-new ------------*/
- .h40{display:none}
- .wrap{ width: 1200px; margin: 0 auto; overflow: visible;}
- .footer{width: 100%;}
- .footer .footer-top{
- background: #000;
- padding-top: 47px;
- padding-bottom:20px;
- }
- .footer .footer-block{ float: left;}
- .footer .footer-block.w-29{ width: 29%;}
- .footer .footer-block.w-25{ width: 25%;}
- .footer .footer-block.w-34{ width: 34%;}
- .footer .footer-block.w-12{ width: 12%;}
- .footer .footer-block .logo{
- margin-top: 10px;
- }
- .footer .footer-block .partner{
- margin-top: 15px;
- display: block;
- width: 65%;
- height: 30px;
- background-color: #000;
- line-height: 30px;
- text-align: center;
- color: #b5b5b5;
- border-radius: 3px;
- }
- .footer .footer-block .footer-tit{
- margin-bottom: 36px;
- position: relative;
- font-size: 16px;
- color: #fff;
- line-height: 16px;
- }
- .footer .footer-block .footer-tit:after{
- content: "";
- position: absolute;
- left: 0;
- bottom: -10px;
- width: 23px;
- height: 1px;
- background: #000;
- }
- .footer .footer-block .hot-line{
- margin-bottom: 15px;
- font-size: 26px;
- line-height: 26px;
- color: #63a7e4;
- }
- .footer .footer-block .foot-qq{
- display: block;
- position: absolute;
- top: -2px;
- left: 145px;
- width: 18px;
- height: 22px;
- background: url(../images/footer-qq.png) 0 0 no-repeat;
- background-size: 100%;
- }
- .footer .footer-block p{
- margin-bottom: 20px;
- position: relative;
- font-size: 13px;
- color: #c2c2c2;
- line-height: 22px;
- }
- .footer .footer-block p a{
- font-size: 13px;
- color: #c2c2c2;
- line-height: 22px;
- }
- .footer .footer-block p.ml{ margin-left:-3px;font-size: 12px }
- .footer .footer-block p.mb-10{ margin-bottom: 10px; }
- .footer .footer-block .footer-ewm{
- margin-bottom: 7px;
- width: 101px;
- height: 101px;
- overflow: hidden;
- }
- .footer .footer-block .footer-ewm img{
- width: 100%;
- height: 100%;
- }
- .footer .footer-bottom{
- width: 100%;
- height: 52px;
- line-height: 52px;
- background: #000;
- text-align: center;
- font-size: 12px;
- color: #a4a4a4;
- }
- .footer .footer-bottom .ulbox {
- width: 100%;
- display: inline-block;
- text-align: center;
- margin: 0 auto;
- }
- .footer .footer-bottom .ulbox li{
- display: inline-block;
- width: 60px;
- }
- .footer .footer-bottom .ulboxs {
- width: 100%;
- display: inline-block;
- text-align: center;
- }
- .footer .footer-bottom .ulboxs li{
- display: inline-block;
- width: 80px;
- }
- .footer .footer-bottom .ulboxs li:nth-child(1){
- width: 65px;
- }
- .footer .footer-bottom .ulboxs li:nth-child(2){
- width: 45px;
- }
- @media screen and (max-width:800px) {
- .footer .footer-top{padding:20px 0}
-
- .footer .footer-block.w-29{display:none}
- .wrap{width:100%}
- .footer .footer-block.w-25{ text-align: center;width:100%;float:none}
- .footer .footer-block.w-34{ text-align: center;width:100%;float:none}
- .footer .footer-block .footer-tit:after {
-
- left: 50%;
- bottom: -10px;
- width: 24px;
- height: 1px;
-
- margin-left: -12px;
- }
- .footer .footer-block .footer-ewm{margin:0 auto}
- .footer .footer-block.w-12{ text-align: center;width:100%;float:none}
- }
|