* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="email"],
button {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

body {
    font-style: normal;
    font-size: 16px;
    background: #fff;
    font-family: 微软雅黑;

}

html,
body {
    height: 100%
}

::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}

input[type="text"],
input[type="password"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

select {
    -webkit-appearance: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    text-decoration: none;
    list-style: none;
    font-style: normal;

}

.input {
    font-size: 12px;
}

::-webkit-input-placeholder {
    font-size: 12px
}

.fr {
    float: right
}

.fl {
    float: left;
}

.clearfix:after {
    display: block;
    content: "\20";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*ie8以上*/
.header-box {
    width: 100%;
    background: #fff
}

.top-gony {
    width: 1200px;
    margin: auto;
    height: 98px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-gony .left-logo {
    width: 306px;
    height: 50px;
    margin-top: 9px;
    float: left
}

.top-gony .nav {
    float: right;
    margin-right: 45px;
}

.top-gony .nav ul li {
    margin: 0 25px;
    float: left;
}

.top-gony .nav ul li a {
    color: #333333;
    font-size: 16px;
    display: inline-block;
    /* padding-top: 28px;
    padding-bottom: 10px; */
}

.top-gony .nav ul li.on a {
    border-bottom: 2px solid #d93715;
    color: #d93715;
    display: inline-block
}

.top-gony .nav ul li a:hover {
    color: #d93715;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.top-gony .loxgne {
    float: right
}

.top-gony .loxgne ul li {
    line-height: 68px;
    color: #d93715;
    font-size: 24px;
    font-family: "Arial";
    background: url(../images/dinahua.png) no-repeat left center;
    padding-left: 35px;
}

.banner-box {
    width: 100%;
    height: 663px;
    position: relative
}

#slides {
    display: block;
    width: 100%;
    height: 663px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden
}

#slides ul li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background-size: cover;
}

#slides ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#slides ul li {
    animation: lo 20s;
}

@keyframes lo {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        transition: all 30s;
        -webkit-transition: all 30s;
        -o-transition: all 30s;
        -moz-transition: all 30s;
    }

    to {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
        transition: all 30s;
        -webkit-transition: all 30s;
        -o-transition: all 30s;
        -moz-transition: all 30s;
    }
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    bottom: 50px;
    z-index: 9900;
    width: 100%;
    text-align: center
}

#pagination ul {
    display: inline-block
}

#pagination ul li {
    display: block;
    list-style: none;
    width: 40px;
    height: 3px;
    float: left;
    margin-left: 5px;
    background: #b2b2b2
}

#pagination ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination ul li.current {
    background: #d93715;
    border: 0
}

.img-topbg {
    width: 100%;
    height: 300px
}

.img-topbg img {
    height: 300px;
    width: 100%
}