html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", sans-serif, arial, \5b8b\4f53  !important;
}
h3,h4{
    font-weight: normal;margin: 0;
}
.ellipsis{ display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
dl{margin: 0}
dl dd,dl dt{margin-left: 0}
a{text-decoration:none; color:#666; outline:none;}
a:hover{ text-decoration:none;}
/*浮动产生塌陷的兼容性*/
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
article,
aside,
footer,
header,
nav,
section {
    display: block; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

figcaption,
figure,
main {
    display: block; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible; }

pre {
    font-family: monospace, monospace;
    font-size: 1em; }

a {
    text-decoration: inherit;
    background-color: transparent;
    -webkit-text-decoration-skip: objects; }
a:active, a:hover {
    outline-width: 0; }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted; }

b,
strong {
    font-weight: inherit; }

b,
strong {
    font-weight: bolder; }

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

dfn {
    font-style: italic; }

mark {
    background-color: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sub {
    bottom: -0.25em; }

sup {
    top: -0.5em; }

audio,
video {
    display: inline-block; }

audio:not([controls]) {
    display: none;
    height: 0; }

img {
    border-style: none; }

svg:not(:root) {
    overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0; }

optgroup {
    font-weight: bold; }

button,
input {
    overflow: visible; }

button,
select {
    text-transform: none; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

fieldset {
    /*border: 1px solid #c0c0c0;*/
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal; }

progress {
    display: inline-block;
    vertical-align: baseline; }

textarea {
    overflow: auto; }

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto; }

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; }

details,
menu {
    display: block; }

summary {
    display: list-item; }

canvas {
    display: inline-block; }

template,
[hidden] {
    display: none; }

html {
    box-sizing: border-box; }

*, *:before, *:after, *::before, *::after {
    box-sizing: inherit; }

::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: transparent; }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); }

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none; }
.back-top{
    display: none;
    position: fixed;
    right:2%;
    bottom:10%;
    z-index: 4;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    cursor: pointer;
    background: #bababa;
    color: #fff;
    font-size: 30px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.4);
}


/*头部*/
.j-Head{
    position: relative;
}
.j-container{
    width: 1290px;
    margin: 0px auto;
}
.j-Head-top{
    background: #ffffff;
    height: 117px;
    padding-top: 30px;
}
.j-logo{
    float: left;
    width: 30%;
    display: block;
}
.j-logo img{
    width: 100%;
    vertical-align: middle;
}
.j-Head-top-right{
    float: right;
}
.j-Head-top-right img{
    vertical-align: -7px;
}
.j-Head-top-tel{
    display: inline-block;
}
.j-Head-top-tel span{
    display: block;
    color: #333333;
    font-size: 14px;
    margin-top: 5px;
}
.j-Head-nav{
    background: url("../img/nav_bg.png");
    height: 60px;
}
.j-nav-son{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-link{
    color: #434343;
    font-size: 20px;
    padding: 0px 60px;
    line-height: 60px;
    height: 100%;
    display: block;
    margin-right: 20px;
}
.nav-item.on .nav-link,.nav-item:hover .nav-link{
    background: #28b90b;
    color: #ffffff;
}
.nav-item-son{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top:177px;
    background: rgba(0,0,0,.4);
    z-index: 5;
    line-height: 50px;

}
.nav-item:nth-child(2) .nav-item-son{
padding-left:7%;
}
.nav-item:nth-child(5) .nav-item-son{
padding-left:64%;
}

.nav-son-link{
    color: #ffffff;
    font-size: 18px;
    margin-right: 20px;
}
.nav-son-link:hover{
    color: #28ba0b;
}
.nav-item:hover .nav-item-son{
    display: block;
}
.j-footer-link{
    width: 100%;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    line-height: 50px;
    color: #999999;
    font-size: 14px;
}
.j-footer-link a{
    color: #999999;
    font-size: 14px;
}
.j-footer-link a:hover{
    color: #7cab3d;
}
.j-footer-mid{
    background: #333333;
    padding: 45px 10px;

}
.foot-son{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f-logo{
    width: 104px;
    display: block;
}
.f-logo img{
    width: 100%;
}

.j-foot-copy{
    background: #242424;
    color: #bababa;
    font-size: 12px;
    text-align: center;
    line-height: 56px;
}
.j-foot-copy a{
    color: #bababa;
}

.j-foot-copy a:hover{
    color: #7cab3d;
}
.j-foot-nav{
    width: 580px;
    display: flex;
    align-items: flex-start;
    margin-left: 50px;
}
.foot-list{
    margin-right: 50px;
}
.foot-list dt{
    color: #d0d0d0;
    font-size: 16px;
    width: 120px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bebebe;
}
.foot-list dd{
    color: #b3b3b3;
    font-size: 12px;
    margin-top: 10px;
}
.foot-list dd a{
    color: #b3b3b3;
}
.foot-list dd a:hover{
    color: #efefef;
}
.j-foot-info{
    width: 415px;
    border-left:1px solid #474747;
    padding-left: 60px;
}
.foot-list dd img{
    vertical-align: middle;
    margin-right: 10px;
}
.j-foot-img{
    width: 106px;
}
.foot-wx{
    width: 106px;
    height: 106px;
    padding: 10px;
    background: #fff;
}
.foot-wx img{
    width: 100%;
    height: 100%;
}
.j-foot-img h4{
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
.page-Main {
    width: 100%;
    margin: 70px 0;
    text-align: center; }
.page-Main-item {
    display: inline-block;
    color: #999999;
    font-size: 14px;
    border: 1px solid #cccccc;
    padding: 1px 10px;
    margin: 0 5px; }
.page-Main-item:hover {
    background: #28ba0b;
    color: #fff;
    border-color: #28ba0b; }
.page-Main-item.on {
    background: #28ba0b;
    color: #fff;
    border-color: #28ba0b; }
.phone-menu {
    display: none;
    float: right;
    width: 34px;
    height: 27px;
    margin: 0 10px 0 0; }
.phone-menu img {
    width: 100%;
    height: 100%; }

.phone-Nav {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 83px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    padding: 20px 10px; text-align:right;}
.phone-Nav-son {
    padding: 5px 0; }
.phone-Nav-son .phone-item {
text-align: center;
    display: block;
    line-height: 26px;
    color: #FFFFFF;
    font-size: 16px; }
.phone-nav-in{
    margin: 10px 0;
    display: none;
    color: #FFFFFF;
}
.phone-item-inner{color: #bababa; margin: 10px 5px; font-size: 14px;}
@media screen and (max-width: 1300px) {
    .j-container{
        width: 90%;
    }
    .nav-link{
        padding: 0 30px;
        margin-right: 10px;
    }
    .j-foot-nav{
        width: 37%;
        margin-left: 0;
    }
    .foot-list{
        margin-right: 20px;
    }
    .j-foot-info{
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    .j-Head{
        position: fixed;
        left: 0;
        top:0;
        z-index: 999;
height:80px;
background:#fff;
display:flex;
align-items: center;
    }
.j-Head-top{
	height:auto;
padding-top: 0px;
}
    .j-Head-nav,.j-Head-top-right{
        display: none;
    }
    .j-container{
        width: 100%;
    }
    .j-logo{
        width: 63%;
        margin-left: 10px;
    }
    .phone-menu{
        display: block;
    }
    .j-footer-link{
	display:none;
        padding: 0px 10px;
        line-height: 30px;
    }
    .f-logo{
        margin: 0px auto;
    }
    .j-foot-nav{
        width: 100%;
        margin-left: 0;
        justify-content: center;
    }
    .foot-list{
        margin-right: 0;
    }
    .j-foot-info{
        width: 100%;
        padding-left: 20px;
        margin-top: 20px;
        border-left: 0;
    }
    .j-foot-img{
        margin: 20px auto 0;
    }
    .j-foot-copy{
        line-height: normal;
        padding: 10px 0;
    }
}