*
{
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei";
    list-style-type: none;
    border: none;
}
body
{
    font-size: 12px;
    color: #333;
}
a
{
    color: #333;
    text-decoration: none;
}
a:hover
{
    color: #000;
}
.clear
{
    clear: both;
}
.fr
{
    float: right;
}
.fl
{
    float: left;
}
.mid
{
    margin: 0 auto;
    width: 1200px;
    position: relative;
}
.top
{
    background-color: #1b2b62;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.header
{
    display: flex;
    height: 126px;
    align-items: center;
    justify-content: space-between;
}
.header .logo
{
    color: #1b2b62;
}
.header .logo .logo1
{
    font-size: 37px;
    font-weight: bold;
}
.header .logo .logo2
{
    font-size: 16px;
    text-transform: uppercase;
}
.header .logo img
{
    max-width: 100%;
}
.nav
{
    width: 530px;
    padding-right: 210px;
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav a
{
    display: block;
    line-height: 126px;
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.nav a:hover
{
    background-color: #d31820;
    color: #fff;
}
#full-screen-slider
{
    width: 100%;
    height: 623px;
    position: relative;
}
#slides
{
    display: block;
    width: 100%;
    height: 623px;
    position: relative;
    z-index: 0;
}
#slides li
{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
#slides li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
#pagination
{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0;
}
#pagination li
{
    transition: all .3s;
    display: block;
    width: 30px;
    height: 10px;
    float: left;
    margin-left: 10px;
    border-radius: 5px;
    background: #fff;
}
#pagination li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
#pagination li.current
{
    width: 50px;
    background: #f7640b;
}
.page2
{
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
.page2 li
{
    display: inline-block;
}
.page2 li a
{
    color: #d31820;
    text-decoration: none;
    border: 1px solid #d31820;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 3px;
    display: inline-block;
    background: #fff;
}
.page2 li a:hover
{
    background: #fd8c00;
    border: 1px solid #ef5927;
    color: #fff;
}
.foodey
{
    width: 200px;
}
.foodey img
{
    width: 120px;
}
