html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    font: 14px/24px "Microsoft Yahei", Arial, "宋体", Helvetica, sans-serif;
    overflow-x: hidden;
    color: #333;
}

ul,
li,
p,
img,
b,
ol,
em,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: initial;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    position: relative;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
}

.index_img {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0px;
}

.index_img img {
    width: 100%;
    height: 100%;
    display: block;
}


/*主色*/

.top,
.navbox li li a:hover,
.navbox li li a.cur,
.banner .hd li.on,
.one_n li a:hover,
.one_n li.cur a,
.two_c,
.three_c li:hover h4,
.four_c li h4,
.five_n li a:hover,
.five_n li.cur a,
.five_c li span,
.five a.more:hover,
.six {
    background: #00a13a;
}

.navbox li a:hover,
.navbox li a.cur {
    color: #00a13a;
}

.one_c li:hover .one_img {
    border-color: #00a13a;
}

.five a.more {
    border: 1px solid #00a13a;
    color: #00a13a;
}

.page_title,
.Product_Item_top .more,
.article li:hover b,
.interlink__inner,
a.interlink__item {
    color: #fff
}

.page_nav .cur,
.page_nav .cur:after,
.page_nav li a:hover,
.Product_Item_title span,
.xgxw li a:hover,
.xgcp li:hover h3,
.article li:hover h3,
a.interlink__item:hover {
    color: #00a13a;
}

.Product_Item_top .more,
.article li:hover b,
.page_title {
    background: #00a13a;
    ;
}


/**/

.container {
    width: 1200px;
    margin: auto;
}


/**/

.top {
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
}

.header {
    box-shadow: 0 0 10px #ccc;
    position: relative;
    z-index: 1;
}

.logo {
    float: left;
    height: 90px;
    display: flex;
    align-items: center;
}

.logo img {
    display: block;
    width: auto;
    height: auto;
    max-height: 80px;
}

.navbox {
    float: right;
}

.navbox li {
    float: left;
    position: relative;
}

.navbox li a {
    display: block;
    line-height: 90px;
    font-size: 16px;
    padding: 0 30px;
}

.navbox li ul {
    position: absolute;
    z-index: 99;
    background: #fff;
    display: none;
    width: 100%;
}

.navbox li:hover ul {
    display: block;
}

.navbox li li {
    float: none;
}

.navbox li li a {
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
}

.navbox li li a:hover,
.navbox li li a.cur {
    color: #fff;
}


/**/

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    display: block;
    height: auto;
}

.banner .hd {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
}

.banner .hd li {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
    font-size: 0px;
}


/**/

.one {
    position: relative;
    padding: 50px 0;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 36px;
    color: #000;
    line-height: 46px;
}

.title h3 i {
    display: inline-block;
    width: 30px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    height: 15px;
    margin: 0 20px 5px;
    position: relative;
}

.title h3 i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #999;
    left: 0;
    top: 50%;
}

.title p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}



.one_n {
    margin-top: 30px;
    text-align: center;
}

.one_n li {
    display: inline-block;
    width: 13%;
    margin: 0 1%;
}

.one_n li a {
    display: block;
    line-height: 40px;
    background: #e5e5e5;
    font-size: 16px;
}

.one_n li a:hover,
.one_n li.cur a {
    color: #fff;
}

.one_c {
    margin-top: 30px;
}

.one_c li {
    width: 280px;
    margin: 10px 10px 0;
    float: left;
}

.one_c li img {
    width: 100%;
    display: block;
    height: auto;
}

.one_img {
    border: 1px solid #ccc;
}

.one_c li h4 {
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**/

.two_img {
    margin-top: 30px;
}

.two_img img {
    width: 100%;
    display: block;
    height: auto;
}

.two_c {
    color: #fff;
    position: relative;
    padding: 30px 0;
}

.two_c ul {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    width: 1200px;
    top: -134px;
    border-radius: 10px 10px 0 0;
    padding: 30px 0;
}

.two_c li {
    width: 25%;
    float: left;
    text-align: center;
}

.two_c li p {
    font-size: 16px;
    line-height: 24px;
}

.two_c li h4 {
    font-size: 14px;
    line-height: 30px;
}

.two_c li h4 b {
    font-family: Impact;
    font-size: 40px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.two_text {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.two_c a.more {
    display: block;
    width: 110px;
    line-height: 30px;
    border: 1px solid #fff;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 8px;
}


/**/

.three {
    padding: 50px 0;
}

.three_c {
    margin-top: 20px;
    position: relative;
}

.three_c li {
    width: 280px;
    float: left;
    margin: 10px 10px 0;
}

.three_c li img {
    width: 100%;
    display: block;
    height: 200px;
}

.three_c li h4 {
    font-size: 14px;
    line-height: 36px;
    background: #eaeaea;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three_c li:hover h4 {
    color: #fff;
}

.three_c li:nth-child(2) {
    width: 580px;
}

.three_c li:nth-child(4) {
    position: absolute;
    left: 0;
    top: 246px;
}

.three_c li:nth-child(2) img {
    height: 446px;
}


/**/

.four {
    position: relative;
    padding: 0 0 250px;
}

.four_bg {
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
    z-index: -1;
    overflow: hidden;
}

.four_bg img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
}

.four_c li {
    width: 120px;
    float: left;
    margin-left: 60px;
    position: relative;
}

.four_c li:nth-child(1) {
    margin-left: 0;
}

.four_c li h4 {
    width: 90px;
    height: 90px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    margin: 0 auto;
}

.four_c li h4:before {
    content: "";
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
}

.four_c li p {
    position: relative;
    margin: 10px auto 0;
    font-size: 18px;
    writing-mode: tb-rl;
    line-height: 30px;
    white-space: nowrap;
    padding-left: 30px;
}

.four_c li p em {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    font-size: 16px;
}

.four_c li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 50%;
    border: 5px solid #999;
    opacity: 0.7;
    margin: 0 auto 30px;
}

.four_c {
    margin-top: 40px;
}

.four_c li:nth-child(2) {
    top: -44px;
}

.four_c li:nth-child(3) {
    top: -47px;
}

.four_c li:nth-child(4) {
    top: 6px;
}

.four_c li:nth-child(5) {
    top: -47px;
}

.four_c li:nth-child(6) {
    top: -75px;
}

.four_c li:nth-child(7) {
    top: -33px;
}


/**/

.five {
    padding: 50px 0;
}

.five_n {
    margin-top: 20px;
    text-align: center;
}

.five_n li {
    display: inline-block;
    width: 13%;
    margin: 0 1%;
}

.five_n li a {
    display: block;
    background: #e5e5e5;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.five_n li a:hover,
.five_n li.cur a {
    color: #fff;
}

.five_c li {
    width: 370px;
    margin: 30px 15px 0;
    float: left;
}

.five_c li img {
    width: 100%;
    display: block;
    height: auto;
}

.five_c li h4 {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.five_c li span {
    display: block;
    width: 80px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: -30px auto 10px;
    position: relative;
}

.five_c li p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
    height: 48px;
    overflow: hidden;
}

.five_c ul:after {
    content: "";
    display: block;
    clear: both;
}

.five a.more {
    display: block;
    width: 110px;
    line-height: 40px;
    margin: 30px auto 0;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
}

.five a.more:hover {
    color: #fff;
}


/**/

.six {
    padding: 50px 0;
}

.six .title p,
.six .title h3 {
    color: #fff;
}

.six .title h3 i {
    border-color: #fff;
}

.six .title h3 i:before {
    background: #fff;
}

.six .title:after {
    filter: grayscale(100%) brightness(200%);
}

.six_c {
    margin-top: 30px;
}

.six_c li {
    width: 380px;
    float: left;
    margin: 0 10px;
    text-align: center;
}

.six_icon {
    width: 110px;
    height: 110px;
    border: 1px solid #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.six_icon img {
    width: auto;
    height: auto;
    display: block;
}

.six_c li p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 10px;
}


/**/

.footer_top {
    background: #262626;
    color: #fff;
    padding: 50px 0;
}

.footer_l {
    float: left;
    width: 350px;
}

.footer_l img {
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.footer_l p {
    font-size: 14px;
    line-height: 30px;
}

.footer_nav {
    float: left;
    width: 600px;
}

.footer_nav ul {
    width: 200px;
    float: left;
    text-align: center;
}

.footer_nav ul h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.footer_nav li {
    font-size: 14px;
    line-height: 30px;
    color: #ccc;
}

.footer_ewm {
    float: right;
}

.footer_ewm img {
    width: 150px;
    height: auto;
    display: block;
}

.footer_ewm p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}


/**/

.footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}


/**/

.interlink {
    padding: 10px 0;
    background: rgb(46 37 42);
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {
    width: 100px;
    font-size: 16px;
    background: url(http://img01.fuhai360.com/--47/47432/202106/202106021654093565.png) no-repeat right;
    float: left
}

.interlink__list {
    width: 1090px;
    float: right;
}

a.interlink__item {
    margin: 0px 10px;
    font-size: 15px;
}


/*内页*/

.page .footer_top {
    margin-top: 50px;
}

.page_banner img {
    width: 100%;
    display: block;
}

.main_top {
    line-height: 50px;
    color: #2f2f2f;
    display: flex;
}


.breadcrumb-item{
   margin-left: 10px
}
.page_fl {
    width: 305px;
}

.page_nav {
    padding: 0;
    text-align: left;
}

.page_title {
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_title span {
    font-size: 16px;
    margin-left: 10px;
}

.page_title span:before {
    content: "/";
    padding-right: 5px;
}

.page_nav ul,
.page_tjxw ul,
.page_gjc ul,
.page_lxwm ul {
    border: 1px solid #d2d2d2;
    border-top: none;
}

.page_nav li {
    position: relative;
}

.page_nav li:last-child {
    border: none
}

.page_nav li a {
    line-height: 50px;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    color: #2e2e2e;
    border-bottom: 1px solid #eeeeee;
}

.page_nav li a:after {
    content: '>';
    width: 30px;
    height: 30px;
    text-align: center;
    color: #333;
    font-size: 20px;
    font-family: '宋体';
    line-height: 30px;
    float: right;
    margin-top: 10px;
}

.page_nav .page_navs {
    border: none;
    display: none;
}

.page_navs li a:after {
    display: none;
}

.page_nav li:hover .page_navs {
    display: block;
}

.page_tjxw,
.page_tjcp,
.page_lxwm,
.page_lxwms {
    margin-top: 20px;
}

.page_tjxw ul {
    padding: 10px 15px;
    box-sizing: border-box;
}

.page_tjxw li {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_tjxw li:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}

.page_tjcp ul {
    padding: 10px 10px 20px;
    box-sizing: border-box;
}

.page_tjcp li {
    float: left;
    text-align: center;
    color: #5a5a5a;
    margin: 10px 5px 0;
    width: 129px;
}

.page_tjcp li h3 {
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.page_tjcp li img {
    width: 100%;
    display: block;
}

.page_tjcp li:hover {
    color: #292e39;
}

.page_lxwm li {
    line-height: 45px;
    padding: 0px 20px;
    border-top: 1px solid #eee;
    box-sizing: border-box;
}

.page_lxwms img {
    display: block;
    width: 100%;
}


/**/

.page_fr {
    width: 845px;
}

.product {
    margin-bottom: 30px;
}

.product li {
    float: left;
    width: 238px;
    margin-right: 32px;
    padding: 10px 10px 0 10px;
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    height: 380px;
}

.product li:nth-child(3n) {
    margin-right: 0;
}

.product_img {
    width: 100%;
    overflow: hidden;
}

.product li img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.product li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product li h3 {
    text-align: center;
    color: #5a5a5a;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: bold;
}

.product li:hover {
    border-color: #b50001;
}


/**/

.Product_Item_top {
    border: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.Product_Item_fl {
    width: 392px;
}

.Product_Item_fl img {
    width: 100%;
    display: block;
}

.Product_Item_fr {
    width: 392px;
    font-size: 16px;
    line-height: 30px;
}

.Product_Item_fr h2 {
    font-size: 25px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Product_Item_top .more {
    width: 110px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    right: 20px;
}

.Product_Item_title {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.Product_Item_title span {
    display: inline-block;
    font-size: 20px;
    border-bottom: 2px solid #b50001;
    line-height: 52px;
}


/*article*/

.article {
    margin-bottom: 15px;
}

.article li {
    border: 1px solid #e1e1e1;
    padding: 10px 30px 20px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.article_text {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
}

.article_text h3 {
    display: inline-block;
    font-size: 18px;
    width: 640px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 50px;
}

.article_text span {
    float: right;
    color: #666666;
    line-height: 50px;
}

.article li p {
    height: 48px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
}

.article li b {
    margin-top: 15px;
    display: block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.article li:hover {
    -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.article li:hover b {
    border-color: #b50001;
}


/**/

.Article_Content_title h1 {
    font-size: 20px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
}

.Article_Content_title .info {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}

.Article_Content_title span {
    margin-left: 20px;
    background: url(../images/time.png) no-repeat left;
    padding-left: 20px;
}


/**/

.pading {
    clear: both;
    text-align: center;
}
.pading a,
.pading span {
    border: 1px solid #cbcbcb;
    color: #333333;
    text-decoration: none;
    overflow: hidden;
    padding: 0px 8px;
    display: inline-block;
    margin: 0 5px;
}

.pading .next,
.pading .prev {
    border: 1px solid #cbcbcb;
    overflow: hidden;
    margin: 0 10px;
    display: inline-block;
}

.pading span.current {
    border-color: #292e39;
    background: #292e39;
}
.page-item{
        float: left;
}

/*上下键*/

.main_next {
    margin: 20px auto 0;
}

.main_next .prevrecord,
.main_next .nextrecord {
    margin: 10px 0px;
    display: block;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #eeeeee;
}

.main_next .prevrecord a,
.main_next .nextrecord a {
    color: #666;
    font-size: 14px;
}

.main_next b {
    color: #292e39;
}


/*page*/


/*相关产品相关文章开始*/

.xgxw,
.xgcp {
    margin-top: 30px;
}

.xg_title {
    line-height: 40px;
    border: 1px solid #ccc;
}

.xg_title h2 {
    padding: 0px 20px;
    border-right: 1px solid #ccc;
    display: inline-block;
    color: #292e39;
    font-size: 14px;
    font-weight: bold;
}

.xgcp ul,
.xgxw ul {
    margin-top: 20px;
    overflow: hidden;
}

.xgxw li {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.xgcp li {
    float: left;
    width: 159px;
    margin: 0px 5px;
}

.xgcp li img {
    width: 100%;
    display: block;
}

.xgcp li h3 {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pading span.current {
    color: #fff;
}

/**/