body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* common */

.center {
    width: 1200px;
    margin: 0 auto;
}


/* header */

.header {
    height: 147px;
    display: flex;
    align-items: center;
}

.header .logo {
    width: 170px;
    height: 147px;
    padding: 0 30px;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.header .nav {
    width: 970px;
    height: 110px;
    line-height: 110px;
    display: flex;
    align-content: center;
    justify-content: space-around;
}

.header a {
    color: #6a6a6a;
}

.header a:hover {
    color: #53a987;
}

.header a.active {
    color: #53a987;
}


/*  */

.service {
    z-index: 999;
    position: fixed;
    right: 20px;
    top: 50%;
}

.service .phone {
    position: fixed;
    right: 80px;
    top: 50%;
    width: 200px;
    height: 115px;
    border: 1px solid #ddd;
    background: #fff;
    border-top: 5px solid #4e967a;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 1s;
}

.brand .brand01 .btn:hover {
    animation: shadow 0.5s linear;
}

.service .phone p:first-child {
    font-size: 16px;
    color: #53a987;
    padding: 20px 10px;
}

.service .phone p:last-child {
    color: #999;
    padding: 10px;
}

.service .btn .b {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.service .btn .b:hover {
    background: rgb(235, 235, 235);
}

.service .btn .b:first-child:hover .phone {
    opacity: 1;
}

.service .btn .b img {
    width: 30px;
    height: 30px;
    z-index: 999;
}


/*  */

.section01 {
    min-width: 1200px;
    margin: 0 auto;
}

.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    display: block;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


/* footer */

footer {
    background-color: #4e967a;
    min-width: 1200px;
    height: 500px;
    color: #ffffff;
}

.footer {
    display: flex;
    justify-content: space-between;
}

.footer01 {
    width: 166px;
    height: 110px;
    padding-top: 97px;
}

.footer01 img {
    width: 100%;
    height: 100%;
}

.footer02,
.footer03 {
    padding-top: 90px;
}

.footer02 p {
    height: 40px;
    line-height: 40px;
}

.footer02 p:first-child,
.footer03 p:first-child {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}

.footer03 .tel {
    display: flex;
    align-items: center;
    height: 80px;
}

.footer03 .tel img {
    width: 39px;
    height: 36px;
    margin-right: 28px;
}

.footer03 .qrcode {
    display: flex;
    align-items: center;
    height: 150px;
}

.footer03 .qrcode img {
    width: 122px;
    height: 122px;
    margin-right: 28px;
}