html {
    -overflow-y: scroll;
}
body,
iframe {
    color: #333;
}

body,
input,
textarea {
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
header,
footer,
section,
aside,
article,
nav,
hgroup,
figure,
figcaption,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
form,
p,
dl,
dt,
dd,
blockquote,
legend,
table,
th,
td,
fieldset,
menu,
pre {
    margin: 0;
    padding: 0;
}
table,
th,
td,
img {
    border: 0;
}
/*img{*/
    /*width: 100%;*/
/*}*/
time,
mark,
output,
meter,
address,
cite,
em,
code,
var,
dfn,
ins,
i,
th,
caption {
    font-style: normal;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}
ul,
ol {
    list-style: none;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    height: 100%;
}
input,
textarea,
div {
    resize: none;
    outline: none;
    font-size: inherit;
    font-family: inherit;
}
a {
    text-decoration: none;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}
button {
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #999;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

.flex {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
}
.flex-item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1 !important;
}
.w{
    width:66%;
    margin: auto 18%;

}
.container{
}
.main{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}
.y{
    width: 100%;
    margin: 0 auto;
}
/*header*/
header {
    width: 100%;
}
header .top {
    overflow: hidden;
    height: 100px;
    width: 100%;
    background-color: #45b035;
}
header .top .logo {
    position: relative;

}
header .top .logo .img {
    position: absolute;
    top: 25px;
    left: 0;
    width: 50px;
    height: 50px;

}
/*logo*/
header .top .logo .img img {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #45B035;
}
header .top .logo .text {
    margin-left: 60px;
}
header .top .logo .text span.name {
    display: block;
    padding-top: 30px;
    color: #fff;
    font-size: 26px;
}
header .top .logo .text span.en {
    color: #fff;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
}

nav {
    overflow: hidden;
    background-color: #1DA838;
}
nav a {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
nav a:hover, nav a.active {
    background-color: #198c2f;
}

/*footer*/
footer {
    margin-top: 40px;
    text-align: center;
    border-top: 8px solid #45b035;
}
footer .link {
    margin: 20px 0;
}
footer .link a, footer .link span {
    display: inline-block;
    font-size: 14px;
    color: #333;
}
footer .link a {
    margin-right: 5px;
}
footer .link a:hover {
    color: #45b035;
}
footer .copyright {
    padding-bottom: 20px;
    font-size: 14px;
    color: #333;
}
#goToTop {
    position: fixed;
    bottom: 20px;
    right: 8%;
}


/*分页*/
div.zxf_pagediv{
    text-align: center;
    color: #999999;
    padding: 20px 20px 40px 0;
}
div.zxf_pagediv a{
    text-decoration: none;
}
div.zxf_pagediv a:hover {
    color: #45b035;
}
div.zxf_pagediv span,div.zxf_pagediv a{
    display: inline-block;
    box-sizing: border-box;
}
.nextbtn:hover, .disabled:hover {
    color: #45b035;
    cursor: pointer;
}
.current{
    color: #ffffff;
    background: #45b035;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
}
.zxfPagenum{
    color: #666;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    border-radius: 3px;
}
.nextpage{

    margin: 0 5px;
}
.nextbtn,.prebtn,span.disabled{
    color: #666;
    background: #fff;
    width: 88px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px;
}
.zxfinput{
    width: 50px;
    height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin: 0 12px;
    border-radius: 3px;
    color: #666;
}
.zxfokbtn{
    width: 48px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #E6E6E6;
    margin-left: 10px;
    cursor:pointer;
    border-radius: 3px;
    background: #fff;
}
.zxfokbtn:hover {
    color: #fff;
    background-color: #45b035;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.swiper-pagination-bullet {
    background-color: #fff;
}

