﻿@charset 'utf-8';
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
form,
fieldset,
input,
textarea,
button,
img,
hr,
p,
pre,
blockquote,
legend
{
    margin: 0;
    padding: 0;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
       -moz-tap-highlight-color: transparent;
}
iframe,
img,
fieldset,
abbr,
acronym
{
    border: 0;
}
header,
footer,
section,
article,
nav,
hgroup,
address,
img
{
    display: block;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
th,
em,
var,
i,
address,
caption,
cite,
code,
dfn
{
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li
{
    list-style: none;
}
a,
button
{
    cursor: pointer;
    text-decoration: none;

    color: inherit;
    outline: 0;
}
:focus,
[hidefocus]
{
    outline: 0;
}
textarea
{
    overflow: auto;

    height: auto;

    resize: none;
}
input:read-only,
select:disabled
{
    background: #efefef;
}
body,
textarea,
input,
button,
select
{
    font: 14px/20px \5fae\8f6f\96c5\9ed1, Arial, sans-serif;

    text-align: left;
    text-decoration: none;

    color: #666;
    outline: 0;
}
a:hover
{
    color: inherit;
}
input,
textarea,
select
{
    box-sizing: border-box;
    padding: 3px 5px;

    transition: all .2s ease;

    border: 1px solid #dfe3e9;
    border-radius: 3px;
    background: #fff;
}
input[type=radio],
input[type=checkbox]
{
    display: inline-block;

    width: 22px;
    height: 22px;
    margin-right: 3px;

    vertical-align: middle;
}
input[type=file]
{
    position: absolute;
    z-index: 0;

    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;

    opacity: 0;
}
input:focus,
textarea:focus
{
    border: 1px solid #57a3f3;
}
.FL
{
    float: left;
}
.FR
{
    float: right;
}
.cls
{
    clear: both;
}
.VM
{
    vertical-align: middle;
}
.PageList .Tit,
.PageList .First,
.PageList .End
{
    display: none;
}
img
{
    max-width: 100%;

    transition: all .8s ease;
}
img.fill
{
    object-fit: fill;
}
img.contain
{
    object-fit: contain;
}
img.cover
{
    object-fit: cover;
}
img.none
{
    object-fit: none;
}
img.scale-down
{
    object-fit: scale-down;
}
.PageList
{
    line-height: 28px;

    margin-top: 30px;

    text-align: center;
}
.PageList span
{
    margin: 0 5px;
}
.PageList em
{
    margin: 0 5px;

    color: #b48a4f;
}
.PageList .on
{
    height: 20px;
    margin: 0 3px;
    padding: 4px 10px;

    text-decoration: none;

    color: #fff;
    background: #b48a4f;
}
.PageList a
{
    height: 20px;
    margin: 0 3px;
    padding: 4px 10px;

    text-decoration: none;

    color: #555;
    background: #efefef;
}
.Empty svg
{
    display: block;

    width: 260px;
    margin: 0 auto;
}
.Empty p
{
    font-size: 16px;

    display: block;

    padding: 20px 0;

    text-align: center;
}
td
{
    padding: 10px;

    text-align: center;
}
table.on
{
    font-size: 14px;

    box-sizing: border-box;
    margin: 10px auto;

    border-collapse: collapse;

    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
table.on th
{
    font-weight: bold;

    text-align: center;

    background: #eee;
}
table.on td,
table.on th
{
    padding: 6px 10px;

    text-align: left;

    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.Content
{
    position: relative;

    clear: both;

    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}
.Content.on
{
    display: flex;

    justify-content: space-between;
}
/*网站头部*/
.Header
{
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    left: 0;

    display: flex;

    box-sizing: border-box;
    height: 46px;

    border-bottom: solid 1px #7d6c53;
    background: url(/Images/hbg.jpg) center top #181818;

    justify-content: space-between;
}
.Header .Logo
{
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;

    position: relative;

    height: 46px;
    margin-left: 8px;

    color: #d5bd97;
}
.Header .NavBtn
{
    position: relative;

    width: 22px;
    height: 32px;
    margin-top: 6px;
    margin-right: 8px;

    vertical-align: middle;
}
.Header .NavBtn:after,
.Header .NavBtn:before,
.Header .NavBtn i
{
    position: absolute;
    top: 50%;

    display: inline-block;

    width: 100%;
    height: 3px;
    margin-top: -2px;

    content: '';
    transition: all .3s ease 0s;

    background: #aaa;
}
.Header .NavBtn:after
{
    transform: translateY(-250%);
}
.Header .NavBtn:before
{
    transform: translateY(250%);
}
.Header .NavBtn.on:after
{
    transform: rotate(45deg);
}
.Header .NavBtn.on:before
{
    transform: rotate(-45deg);
}
.Header .NavBtn.on i
{
    opacity: 0;
}
.Menu
{
    position: fixed;
    z-index: 9999;
    top: 44px;
    right: 0;
    bottom: 0;

    overflow: hidden;

    width: 0;

    transition: all .6s ease 0s;

    opacity: 0;
    background: rgba(0, 0, 0, .6);
}
.Menu.on
{
    width: 100%;

    opacity: 1;
}
.Menu.on .List
{
    transform: translateX(0px);

    opacity: 1;
}
.Menu .List
{
    float: right;

    box-sizing: border-box;
    height: 100%;
    padding: 10px 20px;

    transition: all .6s ease 0s;
    transform: translateX(100%);

    opacity: 0;
    background: #eee;
}
.Menu .dd
{
    position: relative;

    min-width: 160px;

    border-bottom: solid 1px #ccc;
}
.Menu .dd .Tit
{
    display: flex;

    height: 60px;

    justify-content: center;
    flex-flow: column;
}
.Menu .dd .Tit span
{
    font-size: 16px;

    display: block;

    color: #b48a4f;
}
.Menu .dd .Tit em
{
    font-size: 12px;

    display: block;

    text-transform: uppercase;

    color: #666;
}
.Menu .dd:hover .List
{
    height: auto;

    opacity: 1;
}
.Menu .dd .List1
{
    display: none;
}
.Menu .dd .List1 .item
{
    font-size: 14px;

    display: block;

    padding: 15px 30px;

    white-space: nowrap;

    border-bottom: solid 1px #666;
}
.Menu .dd .List1 .item:hover
{
    color: #fff;
    background: #b48a4f;
}
.Menu .dd .List1 .item em
{
    margin-left: 5px;
}
.Bottom
{
    box-sizing: border-box;
    padding: 15px;

    background: #888;
}
.Bottom .Tel,
.Bottom .Addr
{
    line-height: 26px;

    box-sizing: border-box;

    color: #fff;
}
.Copyright
{
    font-size: 12px;

    padding: 10px 0;

    text-align: center;

    color: #eee;
    background: #666;
}
.PageMain
{
    line-height: 1.5;

    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    min-height: calc(100vh - 300px);
    padding: 15px;

    color: #666;
}
.Location
{
    background: #f3f3f3;
}
.Location .Tit
{
    font-size: 14px;

    padding: 20px 0;
    padding-left: 25px;

    background: url(/Images/Location.png) no-repeat left center;
}
.Location .SubMenu
{
    display: flex;
}
.Location .SubMenu .dd
{
    font-size: 16px;

    display: block;

    margin-left: 5px;
    padding: 20px 20px;

    transition: .3s all ease;
}
.Location .SubMenu .dd.on,
.Location .SubMenu .dd:hover
{
    color: #fff;
    background: #1e4493;
}
.Banner
{
    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 120px;

    background: #ddd;
}
.Banner .Title
{
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 50%;

    display: flex;

    transform: translateX(-50%);

    color: #fff;

    justify-content: center;
    flex-flow: column;
}
.Banner .Title span
{
    font-size: 38px;
    font-weight: 500;
    line-height: 1.5;

    display: block;

    letter-spacing: 2px;
}
.Banner .Title em
{
    font-size: 20px;

    text-transform: uppercase;

    color: #eee;
}
.Banner img
{
    display: block;

    width: 100%;
    height: 120px;

    object-fit: cover;
}
.Contact
{
    padding: 30px 15px;
}
.Contact h3
{
    font-size: 20px;
    font-weight: bold;

    text-align: center;

    color: #222;
}
.Contact em
{
    font-size: 13px;
    font-weight: bold;

    margin-left: 5px;

    text-transform: uppercase;

    color: #aaa;
}
.Contact .QR
{
    width: 140px;
    margin: 20px auto;
}
.Contact .QR img
{
    max-width: 100%;
}
.Contact .QR span
{
    display: block;

    padding-top: 10px;

    text-align: center;
}
.Contact p
{
    text-align: center;

    color: #666;
}
.Contact p i
{
    color: #f34211;
}
/*新闻列表*/
.News .Tab
{
    text-align: center;
}
.News .Tab .li
{
    font-size: 14px;

    display: inline-block;

    margin: 0 5px;
    padding: 6px 16px;

    background: #ddd;
}
.News .Tab .li.on
{
    color: #fff;
    background: #b48a4f;
}
.News .dd
{
    position: relative;

    box-sizing: border-box;
    margin-top: 15px;
}
.News .dd img
{
    display: block;

    width: 100%;
    height: 220px;

    border-radius: 3px;
    background: #eee;

    object-fit: cover;
}
.News .dd .dt
{
    box-sizing: border-box;
    padding: 10px;
}
.News .dd .dt h3
{
    font-size: 16px;
    line-height: 26px;

    color: #000;
}
.News .dd .dt span
{
    font-size: 14px;

    display: block;

    color: #aaa;
}
.News .dd .dt p
{
    line-height: 24px;

    color: #666;
}
.News .dd .dt .more
{
    font-family: Arial;
    font-size: 12px;
    line-height: 26px;

    display: inline-block;
    display: none;

    margin-top: 5px;
    padding: 1px 10px;

    color: #fff;
    background: #888;
}
/*新闻展示*/
.NewsShow h1
{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

    display: block;

    padding-bottom: 10px;

    text-align: center;
}
.NewsShow h1.on
{
    border-bottom: solid 1px #eee;
}
.NewsShow .Tit
{
    font-size: 11px;
    line-height: 36px;

    height: 36px;

    color: #555;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.NewsShow .Tit span
{
    margin-right: 18px;
}
.NewsShow .Tit i
{
    margin: 0 3px;

    color: #fe011d;
}
.NewsShow .Tit a
{
    color: #888;
}
.NewsShow img
{
    max-width: 100%;
    max-height: 800px;
    margin: 20px auto;

    border-radius: 3px;
}
.NewsShow .List
{
    font-size: 14px;
    line-height: 20px;

    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    padding-top: 10px;
}
.NewsShow .List p
{
    font-size: inherit;
    line-height: inherit;
}
.NewsShow .List img
{
    margin: 10px 0;
}
.NewsShow .List a
{
    margin: 0 3px;

    text-decoration: underline;

    color: #3273ea;
}
.NewsShow .List h3
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;

    padding-bottom: 3px;
    padding-left: 0;

    color: #fa9315;
}
.NewsShow .List h3::before
{
    position: absolute;
    top: 10px;
    left: 5px;

    display: none;

    width: 10px;
    height: 10px;

    content: '';
    transform: rotate(45deg);

    background: #888;
}
.NewsShow .List h3::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100px;
    height: 2px;

    content: '';

    background: #fa9315;
}
.NewsShow .List1
{
    font-size: 15px;
    line-height: 28px;

    color: #666;
}
.NewsShow .List1 span
{
    display: block;

    padding-top: 5px;

    color: #888;
}
.NewsShow ul
{
    padding-top: 10px;
}
.NewsShow ul li
{
    line-height: 26px;
}
/*案例*/
.Case .Tab
{
    text-align: center;
}
.Case .Tab .li
{
    font-size: 12px;

    display: inline-block;

    margin: 0 3px;
    padding: 6px 10px;

    background: #ddd;
}
.Case .Tab .li.on
{
    color: #fff;
    background: #b48a4f;
}
.Case .dd
{
    overflow: hidden;

    width: 100%;
    margin-top: 10px;
}
.Case .dd img
{
    display: block;

    width: 100%;
    height: 220px;

    border-radius: 3px;
    background: #eee;

    object-fit: cover;
}
.Case .dd h3
{
    font-size: 16px;
    font-weight: normal;

    padding: 6px 0;

    text-align: center;

    color: #222;
}
.Case .dd:hover h3
{
    font-weight: bold;
}
.Case .dd:hover img
{
    transform: scale(1.05);
}
.Honor .List
{
    display: flex;

    justify-items: flex-start;
    flex-flow: wrap;
}
.Honor .dd
{
    box-sizing: border-box;
    width: calc((100% - 20px) / 2);
    margin-top: 20px;
    margin-right: 20px;
}
.Honor .dd:nth-of-type(2n)
{
    margin-right: 0;
}
.Honor .dd img
{
    display: block;

    width: 100%;
    height: 200px;

    border-radius: 3px;
    background: #eee;

    object-fit: contain;
}
.Honor .dd h3
{
    font-size: 16px;
    font-weight: bold;

    padding: 10px 0;

    text-align: center;
}
.Honor .dd:hover img
{
    transform: scale(1.05);
}
.Product .Tab
{
    text-align: center;
}
.Product .Tab .li
{
    font-size: 12px;

    display: inline-block;

    margin: 0 3px;
    padding: 6px 10px;

    background: #ddd;
}
.Product .Tab .li.on
{
    color: #fff;
    background: #b48a4f;
}
.Product .List
{
    display: flex;

    justify-items: flex-start;
    flex-flow: wrap;
}
.Product .dd
{
    overflow: hidden;

    width: 100%;
    width: calc((100% - 20px) / 2);
    margin-top: 10px;
    margin-right: 20px;
}
.Product .dd:nth-of-type(2n)
{
    margin-right: 0;
}
.Product .dd img
{
    display: block;

    width: 100%;
    height: 160px;

    border-radius: 3px;
    background: #eee;

    object-fit: cover;
}
.Product .dd h3
{
    font-size: 16px;
    font-weight: normal;

    padding: 6px 0;

    text-align: center;

    color: #222;
}
.Product .dd:hover h3
{
    font-weight: bold;
}
.Product .dd:hover img
{
    transform: scale(1.05);
}
.ProductShow h1
{
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;

    display: block;

    padding-bottom: 20px;

    text-align: center;
}
.ProductShow h1.on
{
    border-bottom: solid 1px #eee;
}
.ProductShow img
{
    max-width: 100%;
    max-height: 500px;
    margin: 20px auto;

    border-radius: 3px;
}
.ProductShow .List
{
    font-size: 15px;
    line-height: 1.8;

    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    padding: 0 0;
}
.ProductShow .List table,
.ProductShow .List tbody,
.ProductShow .List tr,
.ProductShow .List td
{
    display: block;

    width: auto !important;
    height: auto !important;
}
.ProductShow .List img
{
    width: 100%;
    height: auto;
    max-height: 800px;
    margin: 10px auto;

    object-fit: cover;
}
/*指向箭头*/
.arrow
{
    z-index: 2;

    display: inline-block;

    padding: 10px 30px;

    color: #fff;
    background: #b48a4f;
}
.arrow:before
{
    display: inline-block;

    width: 6px;
    height: 6px;
    margin-right: 8px;

    content: '';
    vertical-align: middle;

    border-radius: 50%;
    background: #fff;
}
.arrow i
{
    position: relative;

    display: inline-block;
}
.arrow i:after
{
    position: absolute;
    right: 0;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin-top: 7px;

    content: '';
    transform: rotate(45deg);

    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.arrow i:before
{
    line-height: 1px;

    display: inline-block;

    width: 20px;
    height: 1px;
    margin-top: -2px;
    margin-left: 6px;

    content: '';
    transition: all .35s;
    vertical-align: middle;

    background: #fff;
}
.arrow:hover
{
    color: #fff;
    background: #ff1630;
}
.arrow:hover i:before
{
    width: 58px;
}
.Def1
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 180px;
}
.Def1 img
{
    z-index: 0;

    display: block;

    width: 100%;
    height: 180px;

    background: #efefef;

    object-fit: cover;
}
.Def1 .swiper-pagination-bullet-active
{
    background: #b48a4f;
}
.Def2
{
    box-sizing: border-box;
    padding: 30px 15px;
}
.Def2 .Title
{
    position: relative;

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def2 .Title em
{
    font-family: Arial;
    font-size: 36px;
    font-weight: bold;

    position: absolute;
    z-index: 0;
    left: 50%;

    transform: translateX(-50%);
    text-transform: uppercase;

    color: #eee;
}
.Def2 .Title h1
{
    position: relative;
    z-index: 2;

    display: block;

    height: 40px;
}
.Def2 .Title h1 span
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

    color: #b48a4f;
}
.Def2 .List
{
    line-height: 20px;

    overflow: hidden;

    height: 160px;

    text-overflow: ellipsis;
}
.Def3
{
    box-sizing: border-box;
    padding: 15px 15px;

    background: #f8f8f8;
}
.Def3 .Title
{
    position: relative;

    padding-top: 10px;

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def3 .Title em
{
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;

    position: absolute;
    z-index: 0;
    left: 50%;

    transform: translateX(-50%);
    text-transform: uppercase;

    color: #eee;
}
.Def3 .Title h1
{
    position: relative;
    z-index: 2;

    display: block;

    height: 40px;
}
.Def3 .Title h1 span
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

    color: #b48a4f;
}
.Def3 .Title p
{
    font-size: 10px;
    line-height: 20px;

    display: block;

    padding: 0 10px;

    color: #666;
}
.Def3 .Tab
{
    margin-top: 10px;

    text-align: center;
}
.Def3 .Tab .li
{
    font-size: 12px;

    display: inline-block;

    margin: 0 3px;
    padding: 6px 10px;

    background: #ddd;
}
.Def3 .Tab .li.on
{
    color: #fff;
    background: #b48a4f;
}
.Def3 .List
{
    display: flex;

    justify-items: flex-start;
    flex-flow: wrap;
}
.Def3 .dd
{
    overflow: hidden;

    width: 100%;
    width: calc((100% - 20px) / 2);
    margin-top: 10px;
    margin-right: 20px;
}
.Def3 .dd:nth-of-type(2n)
{
    margin-right: 0;
}
.Def3 .dd img
{
    display: block;

    width: 100%;
    height: 160px;

    border-radius: 3px;
    background: #eee;

    object-fit: cover;
}
.Def3 .dd h3
{
    font-size: 16px;
    font-weight: normal;

    padding: 6px 0;

    text-align: center;

    color: #222;
}
.Def3 .dd:hover h3
{
    font-weight: bold;
}
.Def3 .dd:hover img
{
    transform: scale(1.05);
}
.Def4
{
    box-sizing: border-box;
    padding: 20px 10px;
}
.Def4 .Title
{
    position: relative;

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def4 .Title em
{
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;

    position: absolute;
    z-index: 0;
    left: 50%;

    transform: translateX(-50%);
    text-transform: uppercase;

    color: #eee;
}
.Def4 .Title h1
{
    position: relative;
    z-index: 2;

    display: block;

    height: 40px;
}
.Def4 .Title h1 span
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

    color: #b48a4f;
}
.Def4 .Title p
{
    font-size: 12px;
    line-height: 22px;

    display: block;

    color: #555;
}
.Def4 .Tab
{
    margin-top: 10px;

    text-align: center;
}
.Def4 .Tab .li
{
    font-size: 12px;

    display: inline-block;

    margin: 0 3px;
    padding: 6px 10px;

    background: #ddd;
}
.Def4 .Tab .li.on
{
    color: #fff;
    background: #b48a4f;
}
.Def4 .dd
{
    overflow: hidden;

    width: 100%;
    margin-top: 10px;
}
.Def4 .dd img
{
    display: block;

    width: 100%;
    height: 220px;

    border-radius: 3px;
    background: #eee;

    object-fit: cover;
}
.Def4 .dd h3
{
    font-size: 16px;
    font-weight: normal;

    padding: 6px 0;

    text-align: center;

    color: #222;
}
.Def4 .dd:hover h3
{
    font-weight: bold;
}
.Def4 .dd:hover img
{
    transform: scale(1.05);
}
.Def5
{
    box-sizing: border-box;
    padding: 20px 10px;

    background: #f8f8f8;
}
.Def5 .Title
{
    position: relative;

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def5 .Title em
{
    font-family: Arial;
    font-size: 40px;
    font-weight: bold;

    position: absolute;
    z-index: 0;
    left: 50%;

    transform: translateX(-50%);
    text-transform: uppercase;

    color: #eee;
}
.Def5 .Title h1
{
    position: relative;
    z-index: 2;

    display: block;

    height: 40px;
    padding-bottom: 10px;
}
.Def5 .Title h1 span
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

    color: #b48a4f;
}
.Def5 .Title p
{
    font-size: 13px;
    line-height: 20px;

    display: block;

    color: #666;
}
.Def5 .dd
{
    position: relative;

    display: block;

    box-sizing: border-box;
    padding: 10px 0;
    padding-right: 80px;

    border-top: dashed 1px #ddd;
}
.Def5 .dd h3
{
    font-size: 15px;
    font-weight: normal;

    display: block;
    overflow: hidden;

    white-space: nowrap;
}
.Def5 .dd em
{
    font-size: 12px;
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 0;

    color: #888;
}
/*活动客服*/
footer
{
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;

    width: 100vw;

    background: #b48a4f;
}
footer a
{
    line-height: 16px;

    float: left;

    box-sizing: border-box;
    width: 18%;
    height: 50px;
    padding-top: 30px;

    text-align: center;

    color: #fff;
    background: url(/Images/footer7.png) no-repeat center 8px;
    background-size: 20px;
}
footer a:nth-of-type(2)
{
    border-left: solid 1px #d5bd97;
    background: url(/Images/Product.png) no-repeat center 8px;
    background-size: 20px;
}
footer a:nth-of-type(3)
{
    border-left: solid 1px #d5bd97;
    background: url(/Images/Case.png) no-repeat center 8px;
    background-size: 22px;
}
footer a:nth-of-type(4)
{
    line-height: 30px;

    width: 46%;
    padding-top: 10px;

    background: #ff2903;
}
footer a:nth-of-type(4) i
{
    display: inline-block;

    width: 30px;
    height: 30px;
    margin-right: 8px;

    animation: swing 1.5s infinite ease;
    vertical-align: middle;

    background: url(../Images/footer3.png) no-repeat center;
    background-size: 24px;
}
footer a:nth-of-type(4) em
{
    font-size: 18px;
    font-weight: bold;

    vertical-align: middle;
}