.footer{background:#174f90;} .footer .wrap{margin: 0 auto;} .footer .fnav{/*margin-bottom: 80px;*/padding: 65px 0;} .footer .fnav .lef{float:left;width: 1080px;} .footer .fnav .lef dl{float: left;;margin-right: 35px;} .footer .fnav .lef dt{font-size: 18px;color: #fff;margin-bottom: 15px;} .footer .fnav .lef dd a{font-size: 14px;color: #c5dff3;display: inline-block;line-height: 32px;text-transform: uppercase;} .footer .fnav .lef dd a:hover{color: rgba(255,255,255,1.0);transition: all ease-in-out 260ms;} .footer .fnav .rig{float: right;width: 250px;} .footer .fnav .rig h3{font-size: 18px;color: #fff;margin-bottom: 15px;} .footer .fnav .rig .hotline{font-size: 16px;line-height: 32px;color: #c5dff3;} .footer .fnav .rig .hotline img{vertical-align: middle;margin-right:10px;} .footer .fnav .rig a{display: inline-block;} .footer .fnav .rig a h2{font-size: 32px;color: #fff;font-family:'gothamregular';line-height: 42px;} .footer .fnav .rig p.mail{font-size: 16px;line-height: 32px;color: #fff;} .footer .fnav .rig .ewm{margin-top: 13px;} .footer .fnav .rig .ewm .wx,.footer .fnav .rig .ewm .zpwx{float: left;position: relative;cursor: pointer;} .footer .fnav .rig .ewm .wx{margin-right: 18px;} .footer .fnav .rig .ewm .wx a,.footer .fnav .rig .ewm .zpwx a{display: block;} .footer .fnav .rig .ewm .wx>img,.footer .fnav .rig .ewm .wx a>img, .footer .fnav .rig .ewm .zpwx>img,.footer .fnav .rig .ewm .zpwx a>img{width: 46px;} .footer .fnav .rig .ewm .ewm-img{position: absolute;top: 60px;left:50% ;width: 100px;margin-left: -50px;transition: all 0.2s linear;/*visibility: hidden;*/display: none;} .footer .fnav .rig .ewm .ewm-img img{width: 100%;} .footer .fnav .rig .ewm .ewm-img:before{content: "";position: absolute;top: -16px;left: 50%;width: 0;height: 0;border: 8px solid transparent;border-bottom: 8px solid #fff;margin-left: -8px;} /*.footer .fnav .rig .ewm .wx:hover .ewm-img,.footer .fnav .rig .ewm .zpwx:hover .ewm-img{transform: translateY(-3px);visibility: visible; }*/ .footer .fnav .rig .ewm .wx:hover .ewm-img,.footer .fnav .rig .ewm .zpwx:hover .ewm-img{display: block; } .footer .copyright{background: #0b3566;width: 100%;overflow: hidden;padding: 24px 0;} .footer .copyright .links a{display: inline-block;margin-right: 15px;} .footer .copyright .links span{display: inline-block;} .footer .copyright ,.footer .copyright .links a{font-size: 14px;line-height: 16px;color: #87bde6;} .footer .copyright .links{float: left;width: 900px;} .footer .copyright .copy{float: right;} .footer .rig .copyright a:hover{color: rgba(255,255,255,1.0);cursor: pointer;} /*返回顶部*/ #top{width: 49px; height: 49px; position: fixed; bottom: 150px; right: 25px; border-radius: 100%; transition: all .5s linear; background: #1369aa; z-index: 1000; transform: translateY(30px); -webkit-transform: translateY(30px);opacity: 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);} #top .ico{background: url(../images/back-top.png) no-repeat center; animation: arrow-up 2s linear infinite running; -webkit-animation: arrow-up 2s linear infinite running; width: 100%; height: 100%; display: block;background-size: 20px;} #top.show{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1;}