body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
option,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

* {
    outline: 0 none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul li {
    list-style: none;
}

a {
    color: black;
    outline: 0 none;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: 0;
}

body {
    font-family: Microsoft Yahei, Verdana, "\5FAE\8F6F\96C5\9ED1", Tahoma, "DejaVu Sans", sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrapper {
    width: 100%;
    /* max-width: 1920px; */
    min-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    /* float: left; */
}

.error {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.error img {
    width: 100%;
}

/*header*/
.header {
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: #fff;
    /* box-shadow: 4px 2px 4px #c9c9c9; */
}

.header_top {
    width: 100%;
    height: 34px;
    background: #f5f5f5;
    color: #fff;
}

.header_top_title {
    /* max-width: 1200px; */
    padding: 0px 50px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header_top_title p {
    /*float: right;*/
    font-size: 13px;
    line-height: 34px;
    display: inline-block;
    position: relative;
}

.header_top_lan {
    cursor: pointer;
    position: relative;
    font-size: 13px;
    line-height: 34px;
    display: inline-block;
    position: relative;
    padding-right: 10px;
    color: #666666;
}

.header_top_lan i {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    margin-right: 5px;
}

.language {
    position: absolute;
    top: 34px;
    right: 0;
    display: none;
    width: 85px;
    /* height: auto; */
    text-align: center;
    background: #fff;
    box-shadow: 2px 2px 20px 1px #c9c9c9;
    z-index: 9999999;
}

.language a {
    display: block;
    width: 85px;
    height: 34px;
    line-height: 34px;
}

.language a:hover {
    color: #32a138;
}

p.header_top_img {
    vertical-align: sub;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
}

p.header_top_img img {
    width: 100%;
}

.header_top_img .gzh {
    display: none;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 24px;
    right: 0;
    z-index: 999999;
}

.header_bottom {
    width: 100%;
    height: 96px;
    margin: 0 auto;
    padding: 0px 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header_bottom .logo {
    float: left;
    margin-top: 27px;
    max-width: 200px;
    height: 57px;
    /*    width: 15%;*/
}

.header_bottom .logo img {
    width: 100%;
    float: left;
}

/*nav*/
.header_bottom .nav {
    float: right;
    line-height: 96px;
    /* width: 800px; */
}

.header_bottom .nav .ul_1 {
    /*    display: block;*/
    float: right;
    /*    width: 100%;*/
}

.header_bottom .nav .ul_li {
    float: left;
    padding-left: 60px;
    text-align: right;
}

.header_bottom .nav .ul_li>a {
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
    /* background: url("../images/nav_jt.png") no-repeat center right; */
}

.header_bottom .nav .ul_li>a.current {
    color: #32a138;
    /* background: url("../images/nav_jt2.png") no-repeat center right; */
}

.header_bottom .nav .ul_li>a.active {
    color: #32a138;
    /* background: url("../images/nav_jt2.png") no-repeat center right; */
}

.header_bottom .nav .ul_li>a:hover {
    color: #32a138;
    /* background: url("../images/nav_jt2.png") no-repeat center right; */
}

.header_bottom .nav .ul_li:first-child a {
    padding-right: 0;
    background: url("") !important;
}

.header_bottom .nav .ul_li:last-child a {
    padding-right: 0;
    background: url("") !important;
}

.nav .ul_li {
    position: relative;
}

.nav .ul_2 {
    position: absolute;
    top: 96px;
    left: 0;
    margin-left: 20px;
    width: 250px;
    max-height: 400px;
    overflow: auto;
    z-index: 999;
    display: none;
    background: #e3e2e2;
    color: #000;
    box-shadow: 2px 2px 20px 1px #c9c9c9;
    opacity: 0.8;
    padding-right: 5px;
}

/*整个滚动条样式*/
.nav .ul_2::-webkit-scrollbar {
    width: 2px;
    height: 0px;
}

/*设置滚动条上的滚动滑块样式*/
.nav .ul_2::-webkit-scrollbar-thumb {
    background: transparent;
}

/*鼠标位于内容上时，滚动条样式*/
.nav .ul_2::-webkit-scrollbar {
    width: 4px;
    height: 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 1px;
}

/*鼠标位于内容上时，滚动滑块样式*/
.nav .ul_2::-webkit-scrollbar-thumb {
    background: rgb(91,181,60);
    border-radius: 2px;
}









.ul_2 li {
    /* line-height: 35px !important; */
    line-height: normal;
    display: block;
    text-align: left;
    padding-left: 10px;
    /*    background: url("../images/nav_dian5.png") no-repeat center left;*/
    margin-left: 10px;
}

.ul_2 li a {
    display: inline-block;
    padding: 10px 0;
}

.ul_2 li>a:hover {
    color: #32a138;
}

.ul_2 li:hover {
    /*    background: url("../images/nav_dian2.png") no-repeat center left;*/
}

.ul_2 .li_1 li {
    background: url("../images/nav_dian5.png") no-repeat center left;
    margin-left: 0 !important;
}

.ul_2 .li_1 li:hover {
    background: url("../images/nav_dian2.png") no-repeat center left;
}

.nav .cp {
    width: 1000px !important;
    margin-left: -400px;
}

.li_1 {
    background: url("") no-repeat center left !important;
    float: left;
    width: 25%;
    padding-left: 0 !important;
}

.ul_2 .li_1:nth-of-type(1) {
    width: 160px !important;
    margin-left: 80px !important;
}

.ul_2 .li_1:nth-of-type(2) {
    width: 230px !important;
    margin-left: 10px !important;
}

.ul_2 .li_1:nth-of-type(3) {
    width: 200px !important;
    margin-left: 40px !important;
}

.ul_2 .li_1:nth-of-type(4) {
    width: 200px !important;
    margin-left: 40px !important;
}



.li_1 p {
    /*    text-align: center;*/
}

.li_1 p a:hover {
    color: #32a138;
    padding-bottom: 2px;
    border-bottom: 1px solid #32a138;
}

.header_bottom .nav .ul_2 a {
    color: #333;
}

.header_bottom .nav .ul_2 a:hover {
    color: #32a138;
}


/*banner*/
.section_banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 800px;
    margin-top: 130px;
}

.banner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 800px;
}

.banner_img li {
    float: left;
    width: 1920px;
    height: 800px;
    position: relative;
}

.banner_img img {
    width: 100%;
}

.banner .num {
    position: absolute;
    left: 46%;
    bottom: 130px;
    z-index: 10000;
    text-align: center;
}

.banner .num a {
    text-indent: 100px;
    overflow: hidden;
    float: left;
    display: inline-block;
    margin: 0 7px;
    width: 26px;
    height: 7px;
    background: url("../images/banner_icon.png") no-repeat scroll 0 0;
    text-align: center;
}

.banner .num a.selected {
    width: 39px;
    height: 7px;
    background: url("../images/banner_icon1.png") no-repeat scroll 0 0;
}





.banner_title {
    width: 1200px;
    text-align: right;
    z-index: 1;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -600px;
    color: #fff;
}

.banner_zj {
    width: 1200px;
    text-align: left;
    z-index: 1;
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: -600px;
    color: #fff;
    text-align: left;
}

.banner_zj h2 {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.banner_zj .active {
    padding: 30px 300px 0;
    font-size: 14px;
    line-height: 24px;
    background: url("../images/banner_bj_xian.png") no-repeat center top;
    margin-top: 30px;
}

.banner_title h2 {
    /*    font-size: 32px;*/
    font-size: 18px;
    font-weight: bold;
}

.banner_title p img {
    max-width: 130px;
    max-height: 39px;
    margin-bottom: 8px;
}

.banner_title_p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    background: url("../images/banner_bj_xian.png") no-repeat center top;
    padding-top: 20px;
}

.banner_title_div {
    width: 500px;
    height: 50px;
    margin: 0 auto;
    margin-top: 315px;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
}

.banner_title_div p span {
    font-size: 20px;
    font-weight: bold;
}

.banner_title_div_right {
    margin-left: 20px;
}

/*companies*/
.companies {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.companies_top {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.companies_top h3 {
    font-size: 28px;
    color: #1f2227;
}

.companies_top h3+p {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.companies_top .active {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 75px 150px 50px;
    text-align: left;
}

.companies_top .active p {
    margin-bottom: 24px;
}

.companies .button {
    margin: 0 auto;
}

.button {
    width: 142px;
    height: 42px;
    border: 1px solid #32a138;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #32a138;
    line-height: 42px;
}

.button a {
    display: inline-block;
    width: 142px;
    height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #32a138;
    line-height: 42px;

}

.button:hover {
    border: 1px solid #32a138;
    background: #32a138;
    color: #fff;
}

.button a:hover {
    width: 142px;
    height: 42px;
    background: #32a138;
    color: #fff;
}

.companies_bottom {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 80px;
}

.companies_bottom ul {
    width: 100%;
}

.companies_bottom ul li {
    float: left;
    width: 33.333333%;
    text-align: center;
}

.companies_bottom ul li h4 {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
}

.companies_bottom ul li h4+p {
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}

.companies_bottom .li_p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    padding: 0 10px;
    background: url("../images/img_xian.png") no-repeat center top;
    padding-top: 30px;
    margin-top: 5px;
}

.companies_bottom .companies_img {
    max-width: 180px;
    margin: 0 auto;
    width: 100%;
}

.companies_bottom .companies_img img {
    width: 100%;
}


/*system*/
.system {
    width: 100%;
    max-width: 1920px;
    background: #f5f3f0;
}

.system ul {
    width: 100%;
}

.system ul li {
    float: left;
    width: 100%;
    /*height: 465px;*/
    overflow: hidden;
}

.system_img {
    float: left;
    width: 50%;
}

.system ul li img {
    width: 100%;
    display: inherit;
}

.system_li {
    float: left;
    width: 50%;
    padding-top: 4%;
}

.system_li2 {
    width: 40% !important;
    padding-left: 4%;
    padding-right: 6%;
}

.system_img2 {
    float: right;
    width: 50%;
}

.system_li3 {
    width: 40% !important;
    padding-left: 6%;
    padding-right: 4%;
}

.system h4 {
    font-size: 20px;
    color: #333;
    width: 190px;
    padding-bottom: 15px;
    border-bottom: 5px solid #32a138;
}

.system_p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 5%;
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.system .button {
    margin-top: 7%;
}

/*products*/
.products {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.products_top {
    width: 100%;
    text-align: center;
}

.products_top h3 {
    font-size: 28px;
    color: #1f2227;
}

.products_top h3+p {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.products_bottom {
    margin-top: 50px;
}

.products_bottom ul {
    display: inline-block;
    margin: 0 -1%;
}

.products_bottom ul li {
    float: left;
    width: 31.333333%;
    margin: 0 1%;
    background: #f4f4f4;
}

.products_bottom .li_img {
    width: 100%;
    /*    max-width: 400px;*/
}

.products_bottom .li_img img {
    width: 100%;
}

.products_bottom .li_div {
    padding: 0 20px;
    text-align: center;
}

.products_bottom .li_div h4 {
    font-size: 20px;
    color: #333333;
    margin-top: 15px;
}

.products_bottom .li_div h4+p {
    font-size: 14px;
    color: #999999;
}

.products_bottom .products_p {
    margin-top: 15px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
    height: 120px;
}

.products_bottom .button {
    margin: 30px auto;
}


/*sy_news*/
.sy_news_div {
    width: 100%;
    background: url("../images/sy_7.jpg") no-repeat center top;
}

.sy_news {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

.sy_news_top {
    width: 100%;
    text-align: center;
}

.sy_news_top h3 {
    font-size: 28px;
    color: #1f2227;
}

.sy_news_top h3+p {
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.sy_news_bottom {
    width: 100%;
    margin-top: 40px;
}

.sy_news_ul {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: -1px;
}

.sy_news_ul_tab {
    margin: 0 auto;
    text-align: center;
    width: 510px;
}

.sy_news_ul_tab li {
    float: left;
    width: 148px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #4a4a4a;
    margin: 0 10px;
}

.sy_news_ul_tab li:hover {
    border: 1px solid #32a138;
    color: #32a138;
}

.sy_news_ul_bottom {
    padding-top: 7%;
    padding-bottom: 7%;
    overflow: hidden;
    float: left;
    width: 100%;
    max-height: 306px;
}

.sy_news_li_list {
    width: 100%;
    float: left;
    margin-bottom: 15%;
}

.news_list h3 {
    margin-top: 15px;
}

.sy_news_img {
    float: left;
    width: 30%;
    position: relative;
}

.sy_news_img p {
    text-align: center;
}

.sy_news_img p:nth-of-type(2) {
    position: absolute;
    top: 44%;
    left: 20%;
    font-size: 22px;
    color: #fff;
    width: 60%;
    height: 35px;
    line-height: 35px;

}

.sy_news_img .p_ie {
    position: absolute;
    top: 44%;
    left: 20%;
    font-size: 22px;
    color: #fff;
    width: 60%;
    height: 35px;
    line-height: 35px;
}

.news_img_gzh p {
    margin: 0 auto;
    max-width: 235px;
}

.news_img_gzh p:last-of-type {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.news_img_gzh img {
    max-width: 231px;
}

.sy_news_img img {
    width: 100%;
}

.sy_news_li_list .news_list {
    float: left;
    width: 62%;
    padding-left: 8%;
    /*    margin: -1% 0;*/
}

.news_list .article {
    overflow: hidden;
    max-height: 110px;
    padding-top: 3% !important;
}

.news_list li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.news_list .news_ul_li_title {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding-left: 10px;
    background: url("../images/li_dian.png") no-repeat left 8px;
}

.news_list .news_ul_li_time {
    font-size: 12px;
    color: #32a138;
    padding-left: 10px;
}

.news_ul_li_ms {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
}

/*footer*/
.footer {
    width: 100%;
    background: #ebebeb;
}

.footer_bottom_div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
}

.footer_bottom {
    height: 132px;
}

.footer_top,
.footer_bottom {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_top ul {
    width: 100%;
    float: left;
    height: 302px;
}

.footer_top ul li {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    margin-top: 7%;
}

.footer_top ul li p {
    margin-top: 20px;
}

.footer_bottom_nav {
    width: 75%;
    float: left;
}

.footer_bottom_nav li {
    /*    width: 16%;*/
    float: left;
    text-align: left;
    margin-top: 10px;
    margin-right: 25px;
}

.footer_bottom_nav li a {
    font-size: 15px;
    color: #5d5d5d;
}

.footer_bottom_nav li a:hover {
    color: #32a138;
}

.footer_bottom_icon {
    float: right;
}

.footer_bottom_icon li {
    float: left;
    margin-left: 10px;
}

.footer_bottom p {
    font-size: 13px;
    color: #cbcbcb;
    font-weight: bold;
    text-align: center;
    float: left;
}

.footer_bottom p a {
    font-size: 13px;
    color: #cbcbcb;
}



/* 新footer */
.x_footer_box {
    background: #ebebeb;
    padding: 3% 0px;
}

.x_footer {
    max-width: 1620px !important;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.x_footer .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.x_footer .item .list {
    border-left: 1px solid #d9d9d9;
    padding-left: 25px;
}

.x_footer .item .list a {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
}

.x_footer .item .list a:hover {
    color: #2fa139;
}

.x_footer .item .con h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.x_footer .item .con p {
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
}

.x_footer .item .con p i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 3px;
}

.x_footer .item .zding {
    cursor: pointer;
}

.x_fot_box {
    background: #dedede;
}

.x_fot {
    max-width: 1620px !important;
    margin: 0 auto;
    padding: 0px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
    color: #999999;
}

.x_fot .item {
    display: flex;
    flex-direction: row;
    padding: 20px 0px;
    justify-content: space-between;
}

.x_fot .item h3 span {
    margin-left: 10px;
}

.x_fot .item p a {
    color: #999999;
    font-size: 14px;
    margin-left: 20px;
}

.x_fot .item p a:hover {
    color: #000;
}


@media only screen and (max-width: 1200px) {
    .header_top_title {
        width: 95%;
    }

    .header_bottom .logo {
        min-width: 200px;
        margin-left: 2%;
    }

    .companies_top h3 {
        padding: 0 5%;
    }

    .companies_top {
        padding-top: 7%;
    }

    .companies_top .active {
        padding: 7% 2% 7%;
    }

    .system_li {
        padding-top: 2%;
    }

    .system_p {
        margin-top: 3%;
    }

    .system .button {
        margin-top: 4%;
    }

    .footer_top {
        width: 96%;
    }

    .footer_bottom_nav {
        width: 96%;
        margin-left: 2%;
        margin-bottom: 3%;
    }

    .footer_bottom_icon {
        float: none;
        margin: 0 auto;
        width: 260px;
    }

    .footer_bottom p {
        text-align: center;
        width: 100%;
        margin: 2% 0;
    }
}

@media only screen and (max-width: 960px) {
    .system ul li {
        margin-bottom: 30px;
    }

    .system_img,
    .system_img2 {
        width: 100%;
    }

    .system_li2,
    .system_li3 {
        width: 90% !important;
        padding-left: 5%;
        padding-right: 5%;
    }

    .products_bottom ul li {
        width: 98%;
        margin-bottom: 30px;
    }

    .sy_news_div {
        background: url("")no-repeat;
    }

    .sy_news_li_list .news_list {
        padding-left: 4%;
    }

    .sy_news_ul_bottom {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 640px) {
    .companies_bottom ul li {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_top ul li {
        width: 50%;
        margin-top: 2%;
    }

    .footer_top ul li p {
        margin-top: 10px;
    }

    .header_bottom {
        padding: 0px 20px;
        padding-left: 5px;
    }

    .x_footer .item .list {
        display: none;
    }

    .header_top_title {
        padding: 0px;
    }



}