﻿@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;
}
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: 1400px;
    margin: 0 auto;
}
@media screen and (max-width: 1366px)
{
    .Content
    {
        max-width: 1200px;
    }
}
.Content.on
{
    display: flex;

    justify-content: space-between;
}
/*网站头部*/
.Header
{
    height: 100px;
    padding-top: 15px;

    border-bottom: solid 1px #7d6c53;
    background: url(/Images/hbg.jpg) center top #181818;
}
.Header .Logo
{
    position: relative;

    height: 65px;
    margin-top: 10px;
}
.Header .Logo img
{
    float: left;

    max-height: 100%;
}
.Header .Tel
{
    position: relative;

    margin-top: 5px;
    padding-left: 40px;
}
.Header .Tel i
{
    font-size: 30px;
    line-height: 36px;

    position: absolute;
    top: 5px;
    left: 0;

    color: #888;
}
.Header .Tel span
{
    font-size: 14px;

    display: block;
}
.Header .Tel em
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;

    display: block;

    color: #d5bd97;
}
.Menu
{
    padding-top: 60px;
}
.Menu .dd
{
    float: left;

    height: 40px;
    padding: 0 15px;
}
.Menu .dd span
{
    font-size: 16px;
    font-weight: 400;

    display: block;

    letter-spacing: 2px;

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

    display: none;

    text-align: center;
    text-transform: uppercase;

    color: #eee;
}
.Menu .dd.on span,
.Menu .dd:hover span
{
    font-weight: bold;

    color: #d5bc96;
}
.Locat
{
    background: #f3f3f3;
}
.Locat .Tit
{
    font-size: 14px;

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

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

    display: block;

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

    transition: .3s all ease;
}
.Locat .SubMenu .dd.on,
.Locat .SubMenu .dd:hover
{
    color: #fff;
    background: #b68b4f;
}
.Locat form
{
    padding-top: 10px;
}
.Locat form input
{
    line-height: 20px;

    width: 200px;
    padding: 8px 10px;

    color: #888;
    border: solid 1px #efefef;
}
.Locat form button
{
    line-height: 20px;

    padding: 7px 10px;

    letter-spacing: 2px;

    color: #fff;
    border: none 0;
    background: #b68b4f;
}
.Bottom
{
    padding: 30px 0;

    background: #464646;
}
.Bottom .Copyright h1
{
    font-size: 16px;
    font-weight: 500;

    padding-bottom: 10px;

    color: #fff;
}
.Bottom .Copyright .Tel
{
    line-height: 28px;

    color: #eee;
}
.Bottom .Copyright .Addr
{
    line-height: 28px;

    color: #eee;
}
.Bottom .Copyright a
{
    margin: 0 3px;

    color: #888;
}
.Bottom .QR
{
    width: 140px;
}
.Bottom .QR img
{
    border: solid 10px #fff;
}
.Bottom .QR span
{
    display: block;

    padding-top: 10px;

    text-align: center;

    color: #fff;
}
.Banner
{
    position: relative;
    z-index: 0;

    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    height: 320px;
}
@media screen and (max-width: 1366px)
{
    .Banner
    {
        height: 260px;
    }
}
.Banner .Box
{
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.Banner .Title
{
    z-index: 2;

    display: flex;

    height: 320px;

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

    position: relative;

    display: block;

    letter-spacing: 2px;

    color: #d5bd97;
}
.Banner .Title span::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 100px;
    height: 1px;

    content: '';

    border-bottom: solid 3px #d5bd97;
}
.Banner .Title em
{
    font-size: 20px;
    line-height: 1.2;

    margin-top: 10px;

    text-transform: uppercase;

    color: #d5bd97;
}
.Banner img
{
    z-index: 0;

    display: block;

    width: 100%;
    height: 320px;
}
@media screen and (max-width: 1366px)
{
    .Banner img
    {
        height: 260px;
    }
}
.PageMain
{
    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    min-height: 380px;
    padding: 30px 0;

    color: #333;
    background: #f8f8f8;
}
.PageLeft
{
    width: 280px;

    background: #fff;
}
.PageLeft .Tit
{
    padding: 25px;

    color: #fff;
    background: #d5bd97;
}
.PageLeft .Tit span
{
    font-size: 20px;
    font-weight: bold;
}
.PageLeft .Tit em
{
    font-size: 13px;

    margin-left: 5px;

    text-transform: uppercase;

    color: #eee;
}
.PageLeft .SubMenu .dd
{
    font-size: 15px;

    padding: 15px;

    border-bottom: solid 1px #eee;
}
.PageLeft .SubMenu .dd.on,
.PageLeft .SubMenu .dd:hover
{
    font-weight: bold;

    color: #d5bd97;
}
.Contact
{
    padding: 50px;

    background: #fff;
}
.Contact .Title
{
    display: block;

    text-align: center;
}
.Contact .Title h1
{
    font-size: 28px;
    line-height: 1.8;

    text-transform: uppercase;

    color: #d5bd97;
}
.Contact .Title h1 span
{
    font-weight: 500;

    margin-right: 5px;

    letter-spacing: 2px;
}
.Contact .Title h1 em
{
    margin-left: 5px;
}
.Contact .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    padding-bottom: 10px;

    color: #aaa;
}
.Contact .Title p:after,
.Contact .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Contact .List h3
{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;

    letter-spacing: 3px;
}
.Contact .List em
{
    font-family: Arial;
    font-size: 14px;

    display: block;

    padding-bottom: 10px;

    text-transform: uppercase;

    color: #aaa;
}
.Contact .List .dd
{
    font-size: 16px;
    line-height: 2;

    color: #666;
}
.Contact .QR
{
    width: 160px;
    margin-top: 30px;
}
.Contact .QR span
{
    display: block;

    padding-top: 10px;

    text-align: center;
}
.Contact #Map
{
    height: 500px;

    border-radius: 3px;
}
.About
{
    padding: 50px;

    background: #fff;
}
.About .Title
{
    display: block;

    text-align: center;
}
.About .Title h1
{
    font-size: 28px;
    line-height: 1.8;

    text-transform: uppercase;

    color: #d5bd97;
}
.About .Title h1 span
{
    font-weight: 500;

    margin-right: 5px;

    letter-spacing: 2px;
}
.About .Title h1 em
{
    margin-left: 5px;
}
.About .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    padding-bottom: 10px;

    color: #aaa;
}
.About .Title p:after,
.About .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.About .List
{
    font-size: 15px;
    line-height: 2;
}
.About .List strong
{
    color: #f8870d;
}
.About .List p
{
    font-size: inherit;
    line-height: inherit;
}
.About .List img
{
    max-height: 800px;
    margin: 10px auto;
}
.About .List a
{
    margin: 0 3px;

    text-decoration: underline;
}
.Honor
{
    padding: 50px;

    background: #fff;
}
.Honor .Title
{
    display: block;

    text-align: center;
}
.Honor .Title h1
{
    font-size: 28px;
    line-height: 1.8;

    text-transform: uppercase;

    color: #d5bd97;
}
.Honor .Title h1 span
{
    font-weight: 500;

    margin-right: 5px;

    letter-spacing: 2px;
}
.Honor .Title h1 em
{
    margin-left: 5px;
}
.Honor .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    padding-bottom: 10px;

    color: #aaa;
}
.Honor .Title p:after,
.Honor .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Honor .List
{
    display: flex;

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

    width: 100%;
    height: 300px;

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

    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
{
    box-sizing: border-box;
    width: calc(100% - 300px);
    padding: 50px;

    background: #fff;
}
.Product .Title
{
    display: block;

    text-align: center;
}
.Product .Title h1
{
    font-size: 28px;
    line-height: 1.8;

    text-transform: uppercase;

    color: #d5bd97;
}
.Product .Title h1 span
{
    font-weight: 500;

    margin-right: 5px;

    letter-spacing: 2px;
}
.Product .Title h1 em
{
    margin-left: 5px;
}
.Product .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    padding-bottom: 10px;

    color: #aaa;
}
.Product .Title p:after,
.Product .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Product .List
{
    display: flex;

    justify-items: flex-start;
    flex-flow: wrap;
}
.Product .dd
{
    position: relative;

    overflow: hidden;

    width: calc((100% - 60px)/3);
    margin-top: 30px;
    margin-right: 30px;

    background: #f8f8f8;
}
.Product .dd:nth-of-type(3n)
{
    margin-right: 0;
}
.Product .dd img
{
    display: block;

    width: 100%;
    height: 220px;

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

    object-fit: cover;
}
.Product .dd h3
{
    position: absolute;
    z-index: 222;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 10px 0;

    text-align: center;

    color: #fff;
    background: rgba(0, 0, 0, .6);
}
.Product .dd:hover
{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}
.Product .dd:hover h3
{
    color: #b68b4f;
}
.Product .dd:hover img
{
    transform: scale(1.05);
}
/*新闻列表*/
.News
{
    padding: 50px;

    background: #fff;
}
.News .Title
{
    display: block;

    text-align: center;
}
.News .Title h1
{
    font-size: 28px;
    line-height: 1.8;

    text-transform: uppercase;

    color: #d5bd97;
}
.News .Title h1 span
{
    font-weight: 500;

    margin-right: 5px;

    letter-spacing: 2px;
}
.News .Title h1 em
{
    margin-left: 5px;
}
.News .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    padding-bottom: 10px;

    color: #aaa;
}
.News .Title p:after,
.News .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.News .Tab
{
    text-align: center;
}
.News .Tab .li
{
    font-size: 14px;

    display: inline-block;

    margin: 0 10px;
    padding: 8px 25px;

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

    display: flex;

    box-sizing: border-box;
    margin-top: 15px;

    justify-content: space-between;
}
.News .dd img
{
    display: block;

    width: 260px;
    height: 180px;

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

    object-fit: cover;
}
.News .dd .dt
{
    box-sizing: border-box;
    width: calc(100% - 280px);
    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;
}
.News .dd:hover
{
    background: #f8f8f8;
}
.News .dd:hover img
{
    transform: scale(1.05);
}
.News .dd:hover h3
{
    color: #d5bd97;
}
.News .dd:hover .more
{
    color: #fff;
    background: #d5bd97;
}
.News .Line
{
    clear: both;

    margin-top: 15px;

    border-top: solid 1px #eee;
}
/*新闻展示*/
.NewsShow
{
    overflow: hidden;

    padding: 40px;

    border-radius: 4px;
    background: #fff;
}
.NewsShow h1
{
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;

    display: block;

    padding-bottom: 20px;

    text-align: center;
}
.NewsShow h1.on
{
    border-bottom: solid 1px #eee;
}
.NewsShow .Tit
{
    font-size: 13px;
    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: 15px;
    line-height: 28px;

    position: relative;

    overflow: hidden;

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

    text-decoration: underline;

    color: #3273ea;
}
.NewsShow .List h3
{
    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 .List iframe
{
    margin: 10px auto;
}
.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;
}
.RelatedNews
{
    box-sizing: border-box;
    margin-top: 20px;

    background: #fff;
}
.RelatedNews .Title
{
    padding: 15px;

    border-bottom: solid 1px #eee;
}
.RelatedNews .Title span
{
    font-size: 18px;
    font-weight: 500;
}
.RelatedNews .List
{
    display: flex;

    padding-bottom: 20px;

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

    width: calc((100% - 100px)/4);
    margin-top: 20px;
    margin-left: 20px;

    background: #fff;
}
.RelatedNews .dd:nth-of-type(4n)
{
    margin-right: 0;
}
.RelatedNews .dd img
{
    display: block;
    overflow: hidden;

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

    border: solid 1px #eee;
    background: #eee;
}
.RelatedNews .dd h3
{
    overflow: hidden;

    padding-top: 10px;

    white-space: nowrap;
}
.RelatedNews .dd p
{
    font-size: 12px;
    line-height: 18px;

    display: block;
    overflow: hidden;

    height: 36px;

    white-space: pre-wrap;
    text-overflow: ellipsis;

    color: #888;
}
.RelatedNews .dd:hover h3
{
    color: #b68b4f;
}
.RelatedNews .dd:hover img
{
    transform: scale(1.05);
}
.ProductShow
{
    overflow: hidden;

    padding: 40px;

    border-radius: 4px;
    background: #fff;
}
.ProductShow h1
{
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;

    display: block;

    padding-bottom: 20px;

    text-align: center;

    color: #222;
    border-bottom: solid 1px #eee;
}
.ProductShow img
{
    max-width: 100%;
    max-height: 800px;
    margin: 20px auto;

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

    position: relative;

    overflow: hidden;

    box-sizing: border-box;
    padding: 20px 0;
}
.ProductShow .List1
{
    font-size: 15px;
    line-height: 28px;

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

    padding-top: 5px;

    color: #888;
}
.ProductShow ul
{
    padding-top: 10px;
}
.ProductShow ul li
{
    line-height: 26px;
}
/*案例*/
.Case .Title
{
    display: block;

    text-align: center;
}
.Case .Title h1
{
    font-size: 28px;
    line-height: 1.8;

    text-transform: uppercase;

    color: #d5bd97;
}
.Case .Title h1 span
{
    font-weight: 500;

    margin-right: 5px;

    letter-spacing: 2px;
}
.Case .Title h1 em
{
    margin-left: 5px;
}
.Case .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    padding-bottom: 10px;

    color: #aaa;
}
.Case .Title p:after,
.Case .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Case .Tab
{
    text-align: center;
}
.Case .Tab .li
{
    font-size: 14px;

    display: inline-block;

    margin: 0 10px;
    padding: 8px 25px;

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

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

    width: calc((100% - 90px)/3);
    margin-top: 20px;
    margin-right: 30px;
}
.Case .dd:nth-of-type(3n)
{
    margin-right: 0;
}
.Case .dd img
{
    display: block;

    width: 100%;
    height: 300px;

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

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

    padding: 6px 0;

    text-align: center;

    color: #b68b4f;
}
.Case .dd:hover h3
{
    font-weight: bold;
}
.Case .dd:hover img
{
    transform: scale(1.05);
}
/*指向箭头*/
.arrow
{
    z-index: 2;

    display: inline-block;

    margin-top: 20px;
    padding: 10px 30px;

    color: #fff;
    background: #b68b4f;
}
.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: 500px;
}
@media screen and (max-width: 1366px)
{
    .Def1
    {
        height: 500px;
    }
}
.Def1 img
{
    overflow: hidden;

    width: 100%;
    height: 500px;

    object-fit: cover;
}
@media screen and (max-width: 1366px)
{
    .Def1 img
    {
        height: 500px;
    }
}
.Def1 .swiper-pagination-bullet-active
{
    background: #d5bd97;
}
.Def2
{
    box-sizing: border-box;
    padding: 100px 0;
}
.Def2 .Title
{
    position: relative;

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def2 .Title em
{
    font-family: Arial;
    font-size: 80px;
    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: 50px;
    padding-bottom: 10px;
}
.Def2 .Title h1 span
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

    color: #b68b4f;
}
.Def2 .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    color: #666;
}
.Def2 .Title p:after,
.Def2 .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Def2 .List
{
    font-size: 15px;
    line-height: 26px;

    position: relative;

    padding: 20px 0;
    padding-right: 630px;
}
.Def2 img
{
    position: absolute;
    top: 30px;
    right: 0;

    display: block;

    width: 580px;

    border: solid 12px #efefef;
    border-radius: 3px;

    object-fit: contain;
}
.Def2 .List1
{
    display: flex;
    float: right;

    width: 500px;

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

    width: 100%;
    height: 200px;

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

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

    padding: 10px 0;

    text-align: center;
}
.Def3
{
    box-sizing: border-box;
    padding: 100px 0;

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

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def3 .Title em
{
    font-family: Arial;
    font-size: 80px;
    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: 50px;
    padding-bottom: 10px;
}
.Def3 .Title h1 span
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

    color: #b68b4f;
}
.Def3 .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    color: #666;
}
.Def3 .Title p:after,
.Def3 .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Def3 .Tab
{
    margin-top: 20px;

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

    display: inline-block;

    margin: 0 10px;
    padding: 8px 25px;

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

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

    width: calc((100% - 90px)/4);
    margin-top: 30px;
    margin-right: 30px;

    background: #d5bd97;
}
.Def3 .dd:nth-of-type(4n)
{
    margin-right: 0;
}
.Def3 .dd img
{
    overflow: hidden;

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

    border: solid 10px #d5bd97;
    background: #efefef;

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

    display: block;

    padding-bottom: 10px;

    text-align: center;
}
.Def3 .dd:hover
{
    background: #d5bd97;
}
.Def3 .dd:hover h3
{
    font-weight: bold;

    color: #fff;
}
.Def3 .dd:hover img
{
    border: solid 2px #d5bd97;
}
.Def4
{
    box-sizing: border-box;
    padding: 100px 0;

    background: url(/Images/bg2.jpg) no-repeat #efefef;
}
.Def4 .Title
{
    position: relative;

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def4 .Title em
{
    font-family: Arial;
    font-size: 80px;
    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: 50px;
    padding-bottom: 10px;
}
.Def4 .Title h1 span
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

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

    display: block;

    color: #666;
}
.Def4 .Title p:after,
.Def4 .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Def4 .Tab
{
    margin-top: 20px;

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

    display: inline-block;

    margin: 0 10px;
    padding: 8px 25px;

    background: #ddd;
}
.Def4 .Tab .li.on,
.Def4 .Tab .li:hover
{
    color: #fff;
    background: #d5bd97;
}
.Def4 .List
{
    display: flex;

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

    width: calc((100% - 90px)/4);
    margin-top: 30px;
    margin-right: 30px;
}
.Def4 .dd:nth-of-type(4n)
{
    margin-right: 0;
}
.Def4 .dd img
{
    overflow: hidden;

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

    border: solid 1px #eee;
    border-radius: 3px;
    background: #efefef;

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

    display: block;

    padding-top: 10px;

    text-align: center;
}
.Def4 .dd:hover h1
{
    font-weight: bold;

    color: #b68b4f;
}
.Def4 .dd:hover img
{
    transform: scale(1.05);

    border: solid 1px #b68b4f;
}
.Def5
{
    box-sizing: border-box;
    padding: 80px 0;
}
.Def5 .Title
{
    position: relative;

    animation: fadeInUp ease .8s;
    text-align: center;
}
.Def5 .Title em
{
    font-family: Arial;
    font-size: 80px;
    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: 50px;
    padding-bottom: 10px;
}
.Def5 .Title h1 span
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;

    z-index: 2;

    display: block;

    letter-spacing: 5px;

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

    display: block;

    color: #666;
}
.Def5 .Title p:after,
.Def5 .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Def5 .List
{
    margin-top: 20px;
}
.Def5 .dd:nth-child(1)
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 600px;
    height: 400px;
}
.Def5 .dd:nth-child(1) img
{
    z-index: 0;

    display: block;
    overflow: hidden;

    box-sizing: border-box;
    width: 600px;
    height: 400px;

    border: solid 1px #eee;
    border-radius: 3px;
    background: #efefef;

    object-fit: cover;
}
.Def5 .dd:nth-child(1) h3
{
    font-size: 16px;

    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 15px;

    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.Def5 .dd:nth-child(1):hover img
{
    transform: scale(1.05);
}
.Def5 .dd:nth-child(n+2)
{
    display: block;
    float: right;

    box-sizing: border-box;
    width: calc(100% - 620px);
    padding: 10px 0;

    border-bottom: dashed 1px #ddd;
}
.Def5 .dd:nth-child(n+2) img
{
    display: none;
}
.Def5 .dd:nth-child(n+2) h3
{
    font-size: 15px;
    font-weight: normal;

    display: inline-block;
}
.Def5 .dd:nth-child(n+2) em
{
    font-size: 12px;

    float: right;

    color: #888;
}
.Def5 .dd:nth-child(n+2):hover
{
    background: #efefef;
}
.Def5 .dd:nth-child(n+2):hover h3
{
    font-weight: bold;
}
.Def6
{
    background: #f8f8f8;
}
.Def6 .Title
{
    font-size: 32px;
    line-height: 1.6;

    position: relative;

    padding-top: 50px;
}
.Def6 .Title::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 100px;
    height: 1px;

    content: '';

    border-bottom: solid 1px #b68b4f;
}
.Def6 .List
{
    min-height: 400px;
}
.Def6 .dd
{
    margin-top: 40px;
    padding-left: 80px;
}
.Def6 .dd em
{
    font-weight: bold;
    line-height: 60px;

    position: absolute;
    left: 0;

    display: inline-block;

    width: 60px;
    height: 60px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background: #fb221b;
}
.Def6 .dd em i
{
    font-size: 26px;
}
.Def6 .dd h1
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
.Def6 .dd p
{
    font-size: 18px;
    line-height: 1.5;

    color: #888;
}
.Def6 img
{
    position: absolute;
    right: 0;

    max-height: 500px;
}
.Def7
{
    box-sizing: border-box;
    padding: 80px 0;
}
.Def7 .Title
{
    position: relative;

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

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

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

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

    display: block;

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

    z-index: 2;

    display: block;

    letter-spacing: 5px;

    color: #b68b4f;
}
.Def7 .Title p
{
    font-size: 13px;
    line-height: 22px;

    display: block;

    color: #666;
}
.Def7 .Title p:after,
.Def7 .Title p:before
{
    display: inline-block;

    width: 38px;
    height: 1px;
    margin: 0 10px;

    content: '';
    vertical-align: middle;

    background: #ddd;
}
.Def7 .List
{
    position: relative;
}
.Def7 .List img
{
    margin: 30px auto;
}
.Def7 .List .dd
{
    position: absolute;
    top: 20px;
    left: 50%;

    width: 400px;
}
.Def7 .List .dd:nth-of-type(1)
{
    right: 50%;
    left: auto;

    margin-right: 250px;

    text-align: right;
}
.Def7 .List .dd:nth-of-type(2)
{
    margin-left: 250px;
}
.Def7 .List .dd:nth-of-type(3)
{
    top: 230px;
    right: 50%;
    left: auto;

    margin-right: 250px;

    text-align: right;
}
.Def7 .List .dd:nth-of-type(4)
{
    top: 230px;

    margin-left: 250px;
}
.Def7 .List .dd h1
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;

    color: #b48a4f;
}
.Def7 .List .dd p
{
    font-size: 14px;
    line-height: 1.5;

    color: #888;
}
/*活动客服*/
.FlotBar
{
    position: fixed;
    z-index: 1;
    top: 50%;
    right: 0;

    transform: translateY(-50%);

    color: #fff;
}
.FlotBar a
{
    display: block;

    width: 78px;
    height: 30px;
    margin-top: 5px;
    padding-top: 48px;

    text-align: center;

    color: #fff;
}
.FlotBar a:nth-of-type(1)
{
    background: url(/Images/footer1.png) no-repeat center 16px #b68b4f;
}
.FlotBar a:nth-of-type(2)
{
    background: url(/Images/footer2.png) no-repeat center 16px #b68b4f;
}
.FlotBar a:nth-of-type(3)
{
    background: url(/Images/footer3.png) no-repeat center 16px #b68b4f;
}
.FlotBar a:nth-of-type(4)
{
    background: url(/Images/footer4.png) no-repeat center 16px #b68b4f;
}
.FlotBar a:nth-of-type(5)
{
    background: url(/Images/footer5.png) no-repeat center 16px #b68b4f;
}
.FlotBar a:hover
{
    color: #fff;
    background-color: #ef8c2b;
}
.FlotBar a:hover em
{
    display: block;
}
.FlotBar .weixin
{
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;

    position: absolute;

    display: none;

    margin-top: -48px;
    margin-left: -186px;

    color: #fff;
    background: #b68b4f;
}
.FlotBar .weixin i
{
    display: block;

    width: 180px;
    height: 180px;

    background: url(/Images/qr.png) no-repeat;
    background-size: 180px;
}
.FlotBar .tel
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    position: absolute;

    display: none;

    width: 130px;
    height: 58px;
    margin-top: -48px;
    margin-left: -156px;
    padding: 10px;

    color: #fff;
    background: #3db89f;
}