html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    color: #666;
    font: 14px/1.8 "Microsoft YaHei", arial, 宋体, sans-serif;
}

ul,
li,
p,
img,
b,
ol,
em,
a,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
dl,
dd,
dt {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-decoration: none;
    font-weight: 100;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

#dituContent img {
    max-width: inherit;
}

img {
    max-width: 100%;
}

.container {
    margin: auto;
    width: 1200px;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.header {
    width: 100%;
    position: relative;
}
.header_top {
    
    background: #017130;
   
}
.nav,.nav ul li ul {
  
    background-color: #00913c;
}
.nav ul>li:hover>a,.nav ul li a.cur {
    color: #1c913c;
    background: #f0ff00;
}
.banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1c913c !important;
}
.banner_m span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1c913c !important;
}
.banner .swiper-button-next,.banner .swiper-button-prev {
    --swiper-theme-color: #1c913c !important;
}
.banner_m .swiper-button-next,.banner_m .swiper-button-prev {
    --swiper-theme-color: #1c913c !important;
}
.one_fr ul li:hover {
    border-color: #1c913c;
}
.title_one {
  
    background: #1c913c;
  
}
.one_nav {
    border: 2px solid #1c913c;
}
.one_nav h3 {
    background: #1c913c;
}
.one_nav ul>li:hover>a {
    color: #1c913c;
}
.one_tell {
    background: #1c913c;
}
.two_fr.fr h4 {
    color: #00913c;
  
}
a.mores {
   
    background: #1c913c;
   
}
.three ul li {
  
    background: #1c913c;
}
.title h3 { 
    color: #00913c;
    
}
.sev_nav ul li a {
    background: #1c913c;
   
}
.footer {
  overflow:hidden;
    background: #1c913c;
}
.foot4 {
  
    background: #14712f;
   
}
.foot2 {

    border-left: 1px solid #14712f;
    border-right: 1px solid #14712f;
 
}
.interlink__title {color: #1c913c;}
.page_nav {
    
    border: 2px solid #1c913c;
   
}

.page_nav h3 {
   
    background: #1c913c;
   
}
.page_nav ul>li:hover>a {
  

    color: #1c913c;
}
.main_nav2 h3,.main_nav3 h3 {
   
    background: #1c913c;
   
}
.main_nav3 {
  
    border: 2px solid #1c913c;
}
.main_nav2 {
   
    border: 2px solid #1c913c;
  
}
.page_yu h2:before {background: #1c913c;}

.page_yu h2:after {background: #1c913c;}
.current {
    background: #1c913c;
   
    border-color: #1c913c;
}
li.dhzx a {
    background: #1c913c;
   
}

h4.related {
   
    color: #1c913c;
  
}
/* 顶部欢迎 */

.header_top {
    width: 100%;
    overflow: hidden;
  
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

/* logo */

.logo {height: 120px;overflow: hidden;}

.logo_fl {
    float: left;
    height: 120px;
    align-items: center;
    display: flex;
}
.logo_fl img {
    width:400px;
    display: block;
}
.logo_fr {
    float: right;
    border-left: 1px dashed #ccc;
    width: 712px;
    padding-left: 12px;
    box-sizing: border-box;
    margin-top: 20px;
}

.logo_fr ul li {
    overflow: hidden;
    float: left;
    width: 233px;
    box-sizing: border-box;
    padding: 10px 0px;
}

.logo_fr ul {
    overflow: hidden;
}

.logo_fr ul li img {
    width: 41px;
    display: block;
    margin-left: 18px;
    margin-top: 7px;
}

.logo_fr ul li .fr {
    width: 159px;
}

.logo_fr ul li .fr h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.logo_fr ul li .fr p {
    color: #333;
    font-size: 14px;
    line-height: 18px;
}
/* nav */
.nav {
    width: 100%;
    height: 70px;
}

.nav ul li {
    float: left;
    position: relative;
    line-height: 70px;
}

.nav ul li ul li {
    float: none;
    line-height: 30px;
    text-align: center;
}

.nav ul li ul {
    position: absolute;
    z-index: 2222;
    top: 70px;
    left: 0;
    width: 100%;
    display: none;
}

.nav ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    padding: 0 31px;
}

.nav ul li ul li a {
    font-size: 14px;
    width: 100%;
    padding: 0;
}

.nav ul li:hover ul {
    display: block;
}



/* 底部微信 */
.Tc {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
}

.Tcs {
    background: #fff;
    width: 70%;
    height: 343px;
    position: absolute;
    left: 50%;
    margin-left: -35%;
    top: 50%;
    margin-top: -171.5px;
    border-radius: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.Tc_gb {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
    top: 0px;
    transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg);
}

.Tcs img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 5px;
    box-shadow: 0px 0px 3px 3px #eee;
}
/*banner*/
.banner_m,.banner {
    width: 100%;overflow: hidden;position: relative;
}

.banner_m img, .banner img {
    width: 100%;
    display: block;
}
.banner_m{
    display: none;
}

/**one**/
.one_fl {
    width: 250px;
    float: left;
}

.one_fr {
    float: right;
    width: 931px;
}

.one .container {
    overflow: hidden;
}

.one {
    width: 100%;
    margin: 50px auto;
}

.one_fr ul li {
    width: 301px;
    float: left;
    border: 1px solid #ccc;
    margin: 10px 10px 0 0;
    text-align: center;
}

.one_fr ul li img {
    width: 255px;
    display: block;
    margin: auto;
    height: 192px;
}

.one_fr ul li:nth-child(3n) {
    margin-right: 0;
}

.one_fr ul li:hover img {
    transition: all 0.9s;
    transform: scale(1.1);
}

.imgbox {
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
}



.one_fr ul li h3 {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color: #333;
}

.title_one {
    overflow: hidden;
    height: 58px;
    line-height: 58px;
}

.title_one a.one_a {
    float: right;
    width: 87px;
    height: 37px;
    background: #fff;
    text-align: center;
    line-height: 37px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.title_one h2 {
    float: left;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    font-size: 25px;
}

.title_one h2 span {
    font-size: 16px;
    font-weight: initial;
    margin-left: 5px;
}

.one_nav {
    width: 246px;
}

.one_nav h3 {
    text-align: center;
    height: 120px;

    font-size: 25px;
    color: #f0ff00;
    font-weight: bold;
    line-height: 35px;
    box-sizing: border-box;
    padding-top: 20px;
}.one_nav h3 b {
    display: block;
}.one_nav ul {
    margin: 70px auto;
}
.one_nav ul li a{
    background: #1c913c url(../image/001.png) no-repeat 46px center;
    margin: auto;
    margin-bottom: 42px;
    width: 215px;
    text-align: center;
    padding: 13px 0;
    background-size: 20px;
}.one_nav ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
}
.one_nav ul>li:hover>a {
    background: #f0ff00 url(../image/01.png) no-repeat 46px center;
    background-size: 20px;

}
.one_tell {
    width: 100%;

    text-align: center;
    padding: 2%;
    box-sizing: border-box;
}

.one_tell img {
    width: 87px;
    height: 82px;
    display: block;
    margin: 10px auto;
}

.one_tell h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.one_tell p {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 20px;
}
.one_nav ul li ul {
    margin: 0px auto;
   display: none;
}
.one_nav ul li ul li:nth-child(1) {
	margin-top:-35px;
}
.one_nav ul li ul li a {
    margin-bottom: 7px;
    padding: 7px 0;
}
.one_nav ul li ul li:last-child a {
    margin-bottom: 42px;
}

.one_nav ul li:hover ul {
    display: block;
}
.two {
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.bg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}

.bg img {
    width: 100%;
    height: 100%;
    display: block;
}

.two .container {
    overflow: hidden;
}

.two_fl.fl {
    width: 600px;
}

.two_fr.fr {
    width: 600px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    height: 472px;
}

.two_fl.fl h2 {
    font-size: 25px;
    color: #f0ff00;
    font-weight: bold;
    margin-bottom: 15px;
}

.two_fr.fr h2 {
    color: #cccccc;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
}

.two_fr.fr h4 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.two_fr.fr h4:before {content: "";width: 103px;height: 2px;background: #ccc;position: absolute;left: 0;bottom: 0;}

.two_fr.fr p {
    line-height: 24px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

a.mores {
    width: 169px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff;
    border-radius: 10px;
    margin-top: 33px;
}

.two_fl.fl img {
    width: 100%;
    display: block;
}

.three {
    width: 100%;
    margin: 50px auto;
    margin-bottom: 29px;
}

.three ul {
    overflow: hidden;
}

.three ul li {
    width: 386px;
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
}

.three ul li:nth-child(3n) {
    margin-right: 0;
}

.three ul li img {
    width: 100%;
    height: 308px;
    display: block;
}

.three ul li h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.three ul li p {
    color: #d9d9d9;
    height: 72px;
    font-size: 14px;
    width: 96%;
    margin: auto;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.three ul li:hover img {transform: scale(1.1);transition: all 0.9s;}

.title {
    text-align: center;
    margin-bottom: 25px;
}

.title h3 {
    font-size: 25px;
    font-weight: bold;
}

.title p {
    font-size: 16px;
    color: #333;
}
.four {
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.four h2 {
    font-size: 31px;
    color: #f0ff00;
    margin-bottom: 30px;
    font-weight: bold;
}

.four p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

.four h4 {
    font-size: 30px;
    color: #f0ff00;
    font-weight: bold;
    margin-bottom: 10px;
}
.five {
    margin: 50px auto;
    width: 100%;margin-bottom: 0;
}

.five ul li {
    overflow: hidden;
    padding: 30px 0;
}

.five ul li:nth-child(2n) {
    background: #f2ecee;
}

.fiv_text {
    width: 600px;box-sizing: border-box;padding-top: 50px;
}

.fiv_img {
    width: 590px;
}
.fiv_text h3 {
    font-weight: bold;
    color: #333;
    font-size: 22px;
    overflow: hidden;
    line-height: 90px;
}

.fiv_text h3 b {
    font-size: 36px;
    background: url(../image/5.png) no-repeat left center;
    background-size: 100% 100%;
    width: 123px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    height: 90px;
    line-height: 90px;
    font-weight: bold;
    font-family: "楷体";
}

.fiv_text p {
    width: 478px;
    float: right;
    margin-top: 10px;
    font-size: 14px;
}
.six {
    width: 100%;
    position: relative;
    padding: 50px 0;
}

.six .title p{
    color: #fff;
}
.six .title h3{
    color: #ffff01;
}
.six ul li {width: 150px;float: left;margin: 20px 25px;text-align: center;position: relative;}

.six ul {
    overflow: hidden;
}

.six ul li p {
    font-size: 18px;
    color: #fff;
}

.six ul li img {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.six ul li:after {content: "";width: 27px;height: 24px;background: url(../image/10.png) no-repeat center center;
    background-size: 100% 100%;position: absolute;right: -37px;top: 47px;}

.six ul li:last-child:after {
    display: none;
}
.sev_nav ul {
    text-align: center;
    margin-bottom: 30px;
}

.sev_nav ul li {
    display: inline-block;
    margin: 0 10px;
}

.sev_nav ul li a {
    display: block;
    color: #fff;
    padding: 8px 40px;
    font-size: 16px;
}

.sev_img {
    width: 550px;
    float: left;
}

.sev_img .bd ul li {
    width: 100%;
    display: block;
    position: relative;
}

.sev_img .bd ul li img {
    display: block;
    width: 100%;height: 439px;
}

.sev_box {
    width: 100%;
    position: absolute;
    z-index: 22;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.45);
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
}

.sev_box h4 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sev_box p {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.seven {
    width: 100%;
    margin: 50px auto;    overflow: hidden;
}
.sev_fr {
    width: 620px;
    float: right;
}

.sev_fr ul li {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.sev_fr ul li h4 {
    font-size: 16px;
    color: #434343;
    font-weight: bold;
}

.sev_fr ul li span {
    display: block;
    font-size: 12px;
    color: #666;
}

.sev_fr ul li p {
    font-size: 12px;
    color: #666;height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.main .footer {
    margin-top: 20px;
}
.footer {
    width: 100%;
}

.footer .container {
    overflow: hidden;
    color: #fff;
    padding: 30px 0;
}

.foot4 {
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #ddd;
    padding: 8px 0;
}

.foot1 {
    width: 300px;
    float: left;
}

.foot2 {
    width: 450px;
    float: left;

    box-sizing: border-box;
    padding: 0 15px;
}

.foot3 {
    width: 450px;
    float: left;
}

.foot3 ul li {
    width: 48%;
    float: left;
    margin: 0 1%;
}

.foot3 ul li img {
    width: 194px;
    display: block;
    max-width: initial;
    margin: auto;
}

.foot3 ul li p {
    color: #d9d9d9;
    text-align: center;
    margin-top: 5px;
}

.foot2 ul {
    overflow: hidden;
}

.foot2 ul li {
    width: 50%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.foot2 ul li:nth-child(1) {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    position: relative;
    padding-bottom: 13px;
}

.foot2 ul li:last-child {
    width: 100%;
}

.foot1 ul {
    width: 50%;
    float: left;
}

.foot1 ul li:first-child {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
    position: relative;
    padding-bottom: 13px;
}

.foot1 ul li:first-child:before,.foot2 ul li:first-child:before {
    content: "";width: 36px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;bottom: 0;
}

.foot1 ul li {
    margin-bottom: 5px;
}
.interlink {
    width: 100%;
    margin-bottom: 50px;
}

.interlink__inner {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.interlink__title {float: left;font-size: 17px;font-weight: bold;margin-right: 10px;}

.interlink__list {
    overflow: hidden;
}

.interlink__list a {
    display: block;
    float: left;
    margin: 0 10px;
    line-height: 32px;
    font-size: 14px;
}
.main_m {
    width: 1200px;
    margin: auto;
}

.main_nav {
    width: 250px;
    float: left;
}

.prduct_ul {
    width: 914px;
    float: right;
}


.page_nav {
    width: 246px;
    padding: 0;
}


.page_nav h3 {
    text-align: center;
    height: 120px;
    font-size: 25px;
    color: #f0ff00;
    font-weight: bold;
    line-height: 35px;
    box-sizing: border-box;
    padding-top: 20px;
}
.page_nav h3 b {
    display: block;
}.page_nav ul {
    margin: 70px auto;
}
.page_nav ul li a{
    background: #1c913c url(../image/001.png) no-repeat 46px center;
    margin: auto;
    margin-bottom: 22px;
    width: 215px;
    text-align: center;
    padding: 13px 0;
    background-size: 20px;
}.page_nav ul li a {
    font-size: 14px;
    color: #fff;
    display: block;
}.page_nav ul>li:hover>a {
    background: #f0ff00 url(http://static2.fuhai360.com/n210823/css/images/01.png) no-repeat 46px center;
    background-size: 20px;

}

.page_nav ul li ul {
    margin: 0px auto;
  
    display: none;
}
.page_nav ul li ul li:nth-child(1) {
	margin-top:-19px;
}
.page_nav ul li:hover ul {
    display: block;
}
.page_nav  ul li ul li a {
    margin-bottom: 7px;
    padding: 7px 0;
}
.main_nav2 {
    width: 246px;
    padding: 0;
    margin: 10px 0;
}

.main_nav3 {
    margin: 10px 0;
    width: 246px;
}

.main_nav2 h3,.main_nav3 h3 {
    text-align: center;
    color: #f0ff00;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
}

.main_nav2 ul,.main_nav3 ul {
    width: 221px;
    margin: 10px auto;
    padding-bottom: 10px;
}

.main_nav2 ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dashed #666;
}

.main_nav2 ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #666;
    font-size: 14px;
}
.main_top {
    padding: 10px 0;
    margin-bottom: 10px;
}

.main_tops {
    color: #333;
}

.main_tops a {
    color: #333;
}

.main_nav3 ul li {
    width: 100%;
    position: relative;
}

.main_nav3 ul li img {
    width: 100%;
    display: block;
    height: 170px;
}

.main_nav3 ul li h4 {
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
}

.prduct_ul ul li {
    width: 289px;
    float: left;
    margin: 10px 0;
    border: 1px solid #ccc;
    margin-right: 20px;
}

.prduct_ul ul li img {
    width: 100%;
    display: block;
    height: 223px;
}
.page_yu {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.page_yu h2 {
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    padding-left: 10px;
    position: relative;
}


.page_yu h2:before {content: "";width: 93px;height: 4px;position: absolute;left: -2px;bottom: -4px;}

.page_yu h2:after {content: "";width: 3px;height: 24px;position: absolute;left: 0;top: 7px;}

.prduct_ul ul li h4 {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.prduct_ul ul li:nth-child(3n) {
    margin-right: 0;
}

.pading {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 20px auto;
}

.pading span,.pading a {
    display: inline-block;
    margin: 0 10px;
    border: 1px solid #ccc;
    padding: 5px 14px;
}

.current {

    color: #fff;

}
div#preview {
    width: 914px;
    float: right;
}

.product_text {
    text-align: center;
    font-size: 20px;
    color: #434343;
}

.product_content {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    background: #eee;
    margin-top: 10px;
}

.main_next {
    margin-top: 10px;
    width: 100%;
}
.main_next .prevrecord, .main_next .nextrecord {
    margin: 5px 0px;
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product_item img {
    width: 95%;
    margin: 10px auto;
    display: block;
    height: auto;
}
.article {
    width: 914px;
    float: right;
}

.article ol li {
    width: 100%;
    padding: 0 0 5px 0;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

.article ol li h4 {
    font-size: 16px;
    color: #434343;
    font-weight: bold;
}

.article ol li span {
    display: block;
    font-size: 12px;
    color: #929292;
}

.article ol li p {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}
.Article_content {
    width: 914px;
    float: right;
}

.Article_text {
    text-align: center;
    font-size: 16px;
    color: #434343;
    font-weight: bold;
}

.info {
    text-align: center;
}

.detail {
    width: 100%;
    background: #eee;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 13px;
}

.detail img {
    width: 100%;
    display: block;
    height: auto;
    margin: 5px auto;
}
.page_c {
    width: 914px;
    float: right;
}
.page_c img {
    height: auto;
    display: block;
}
.bottom {
    width: 100%;
    position: fixed;
    z-index: 233;
    left: 0;
    bottom: 0;
    background: #eee;display: none;
}

.bottom ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.bottom ul li img {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
li.dhzx {
    width: 50% !important;
}

li.dhzx a {
    color: #fff;
    width: 80%;
    margin: auto;
    display: block;
    padding: 4% 0;
    border-radius: 25px;
    margin-top: 4px;
    font-size: 14px !important;
}




.xgwz {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
}

h4.related {
    font-size: 20px;
    font-weight: bold;
    color: #1c913c;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 9px;
}

.xgwz ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.xgwz ul li a {
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xgcp ul li {
    width: 25%;
    text-align: center;
}

.xgcp ul li img {
    width: 96%;
    display: block;
    margin: auto;
    height: 180px;
}

.xgcp ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #666;
}
.xgcp{
    margin-bottom: 20px;
}
.xgcp ul li {
    float: left;
}
@media only screen and (max-width: 768px){

    .header   .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 223332;
        background: #14712f;
        display: none;
    }
.nav_button {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background:url("../image/close.png") no-repeat;
    display: block;
    z-index: 222;
}

.navs b {
    display: block;
    width: 25px;
    height: 2px;
    background: #14712f;
    margin: 5px auto;
    border-radius: 4px;
    position: relative;
}

.navs {
    width: 25px;
    border-radius: 5px;
    position: absolute;
    top: 52%;
    right: 12px;
}

.logo {
    height: 85px;
    position: relative;
}

.container {
    width: 96%;
}

.nav ul li:hover ul {
    display: none !important;
}

.nav ul li {
    width: 100%;
    float: none;
    text-align: center;
}

.nav ul>li:hover>a, .nav ul li a.cur {
    color: #fff;
    background: none;
}

.nav ul li a {
    font-size: 16px;
    line-height: 44px;
    padding: 0;
    width: 100%;
}
.header_top {
    font-size: 12px;
}

.logo_fl {
    height: 85px;
}

.logo_fl img {
    width: 80%;
    display: block;
}
.banner_m{
    display:block;
}
.banner{
    display: none;
}
.one_fl {
    width: 100%;
    float: none;
}

.one_nav {
    width: 99%;
    margin: auto;
}

.one_nav ul {
    margin: 10px auto;
}

.one_nav ul li ul {
    display: none;
}

.one_nav ul li {
    width: 48%;
    float: left;
    margin: 1% !important;
}

.one_nav ul {
    overflow: hidden;
}

.one_nav ul li a {
    width: 100%;
    display: block;
    margin: auto; background-position-x: 10px;
}

.one {
    margin: 5% auto;
}

.one_nav h3 {
    font-size: 20px;
    height: 84px;
    padding-top: 10px;
    line-height: 30px;
}

.one_fr {
    width: 100%;
    margin-top: 1%;
    float: none;
}

.title_one h2 {
    font-size: 20px;
}

a.one_a {
    display: none;
}

.one_fr ul li {
    width: 47%;
    margin: 1%;
}

.one_fr ul li img {
    width: 100%;
    height: 140px;
    display: block;
}
.one_tell img {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10%;
    margin-right: 5%;
}

.one_tell {
    text-align: left;
    padding: 1%;
}

.one_tell h3 {
    font-size: 18px;
}

.one_tell p {
    font-size: 20px;
    margin-bottom: 0;
}
.title_one {
    text-align: center;
}

.title_one h2 span {
    font-size: 12px;
}
.one_nav ul li:hover ul {
    display: none;
}
.two {
    padding: 5% 0;
}

.two_fl.fl {
    display: none;
}

.two_fl.fl h2 {
    text-align: center;
    font-size: 20px;
}

.two_fr.fr {
    width: 100%;
    height: auto;
    padding: 3%;
    float: none;
    text-align: center;
}
.two_fr.fr h2 {
    font-size: 35px;
    line-height: 30px;
}

.two_fr.fr h4 {
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

a.mores {
    width: 112px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    margin-top: 10px;
}

.two_fr.fr h4:before {
  
    display: none;
}

.three {
    margin: 5% auto;
}

.title h3 {
    font-size: 20px;
}

.title p {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title {
    margin-bottom: 3%;
}

.three ul li {
    width: 48%;
    margin: 1%;
}

.three ul li img {
    height: 155px;
}

.three ul li p {
    display: none;
}

.three ul li h3 {
    font-size: 14px;
}
.three ul li:nth-child(3n) {
    margin-right: 1%;
}
.four {
    padding: 5% 0;
}
.four h2,.four h4 {
    font-size: 17px;
   
    margin-bottom: 5px;

}
.four p {

    font-size: 14px;
    margin-bottom: 0px;
}
.five {
    margin: 5% auto;margin-bottom: 0;
}

.five ul li {
    padding: 3% 0;
}

.fiv_text {
    width: 100%;
    padding-top: 0;
    float: none;
}

.fiv_text h3 {
    font-size: 18px;
    line-height: 71px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

img.fiv_img {
    width: 60%;
    float: none;
    margin: auto;
    display: block;
    margin-top: 3%;
}

.fiv_text h3 b {
    font-size: 20px;
    width: 95px;
    height: 70px;
    line-height: 70px;
}

.fiv_text p {
    width: 100%;
    font-size: 12px;
    float: none;
}
.six {
    padding: 5% 0 10% 0;
}

.six ul li {
    width: 31.3333333333%;
    margin: 1%;
}

.six ul li img {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
}

.six ul li p {
    font-size: 14px;
}
.six ul li:after {
    display: none;
}
.seven {
    margin: 5% auto;
}

.sev_nav {
    width: 100%;
}

.sev_nav ul li {
    margin: 1%;
    width: 30%;
}

.sev_nav ul li a {
    padding: 2% 0;
    width: 100%;
    font-size: 12px;
}

.sev_nav ul {
    margin-bottom: 3%;
}

.sev_img {
    width: 100%;
    float: none;
}

.sev_fr {
    width: 100%;
    float: none;
}
.sev_img .bd ul li img{
    height: 281px;width: 100%;
}
.interlink__inner {
    width: 96%;
}

.interlink {
    margin-bottom: 5%;
}

.interlink__list a {
    font-size: 12px;
    margin: 0 5px;
    line-height: 23px;
}

.foot3 {
    display: none;
    float: none;
}

.foot2 {
    width: 100%;
    float: none;
    padding: 0;
    border: 0;
}

.foot1 {display: none;}

.foot2 ul li:nth-child(1) {
    display: none;
}

.foot2 ul li {
    width: 100%;
    text-align: center;
}
.main_m {
    width: 96%;
    margin: auto;
}

.main_nav {
    width: 100%;
    overflow: hidden;
    float: none;
}

.page_nav {
    width: 98%;
    margin: auto;
}

.page_nav h3 {
    font-size: 20px;
    line-height: 23px;
    height: 80px;
}

.page_nav ul {
    margin: auto;
    overflow: hidden;
}

.page_nav ul li a {
    font-size: 12px;
    margin: 0;
    padding: 2% 0;
    width: 100%;
    background-image: none;
}

.page_nav ul li {
    width: 48%;
    float: left;
    margin: 1%;
}

.page_nav ul li ul {
    display: none !important;
}

.page_nav ul li:hover a {
    background-image: none;
}

.main_nav2 {
    width: 98%;
    margin: 2% auto;
}

.main_nav2 ul, .main_nav3 ul {
    width: 96%;
}

.main_nav3 {
    width: 98%;
    margin: 2% auto;
}

.main_nav3 ul li {
    width: 48%;
    float: left;
    margin: 1%;
}

.main_nav3 ul {
    overflow: hidden;
}

.main_nav3 ul li img {
    width: 100%;
    height: 134px;
}

.main_nav2 h3, .main_nav3 h3 {
    font-size: 20px;
    height: 70px;
    line-height: 70px;
}

.prduct_ul {
    width: 100%;
    float: none;
}

.page_yu p {
    display: none;
}

.prduct_ul ul li {
    width: 48%;
    margin: 1% !important;
    border: 0;
}

.prduct_ul ul li img {
    height: 134px;
}

.prduct_ul ul li h4 {
    font-size: 12px;
    margin-bottom: 0;
}

.pading span, .pading a {
    margin: 0 3px;
    padding: 0px 7px;
}
.main_nav .one_tell {
    width: 99%;
    margin: auto;
}
div#preview {
    width: 100%;
    float: none;
}
.page_c {
    width: 100%;
    float: none;margin-bottom: 10px;
}
.Article_content {
    width: 100%;
    float: none;
}.article {
    width: 100%;
    float: none;
}
.article ol li h4 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.article ol li p {
    font-size: 12px;
}

.page_yu {
    margin-bottom: 2%;
}
.bottom {
    display: block;
}
.xgcp ul li {
    width: 50%;
}

.xgwz {
    margin: 10px auto;
}

.xgcp {
    margin-bottom: 10px;
}

h4.related {
    font-size: 16px;
}
.foot4 {
    padding-bottom: 58px;
}

.main_tops {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main_top {
    margin-bottom: 0;
}
}