/* 图片新闻 start */

.TabImg {
    float: left;
    width: 602px;
    background: #ffffff;
    position: relative;
    margin-top: 50px;
}

.TabImg .prev {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -45px;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url("pre.png") no-repeat center;
}

.TabImg .next {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -45px;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    display: none;
    background: url("next.png") no-repeat center;
}

.TabImg:hover .prev {
    display: block;
}

.TabImg:hover .next {
    display: block;
}

.TabImg .bd ul li {
    float: left;
    width: 602px;
    height: 405px;
    position: relative;
    overflow: hidden;
}

.TabImg .bd ul li>a {
    display: block;
    width: 602px;
    height: 405px;
    overflow: hidden;
}

.TabImg .bd ul li>a img {
    width: 602px;
    height: 337px;
    overflow: hidden;
}

.TabImg .bd ul li h3 {
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 65px;
    line-height: 65px;
    padding-left: 70px;
    box-sizing: border-box;
    font-weight: normal;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    background: url(lbt-icon.png) no-repeat 20px center;
}

.TabImg .bd ul li h3 a {
    display: block;
    width: 400px;
    float: left;
    font-size: 18px;
    color: #333333;
}

.TabImg .bd ul li h3 a:hover {
    color: #117f43;
}

.TabImg .bd ul li h3 span {
    display: block;
    font-size: 16px;
    color: #999999;
    float: right;
    margin-right: 30px;
}

.TabImg .bd ul li .lbtjt {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -60px;
    right: 0;
}

.TabImg .hd {
    position: absolute;
    right: 240px;
    bottom: 90px;
    z-index: 9;
}

.TabImg .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
    overflow: visible;
    background: #fff;
    border-radius: 50%;
    margin-left: 5px;
}

.TabImg .hd ul li.on {
    background: #2cac66;
    width: 25px;
    height: 10px;
    border-radius: 5px;
}


/* 图片新闻 end */


/* 新闻动态 start*/

.xwdt {
    width: 545px;
    height: 405px;
    float: right;
    margin-top: 45px;
}

.xwdt .hd {
    height: 40px;
}

.xwdt .hd ul li {
    height: 40px;
    float: left;
    margin-right: 29px;
}

.xwdt .hd ul li h2 {
    width: 132px;
    height: 40px;
    text-align: center;
    background: linear-gradient(to top, #bfe6d1 0, #bfe6d1 10px, white 0%, white 100%);
}

.xwdt .hd ul li h2 a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #333333;
}

.xwdt .hd ul li a:hover {
    color: #117f43;
}

.xwdt .hd span {
    line-height: 40px;
    font-size: 16px;
    color: #999999;
}

.xwdt .hd span a {
    color: #999999;
    float: right;
    padding-top: 5px;
}

.xwdt .hd span a:hover {
    color: #2cac66;
}

.xwdt .bd ul {
    margin-top: 20px;
}

.xwdt .bd ul li {
    height: 48px;
    line-height: 48px;
}

.xwdt .bd ul li h3 a {
    width: 408px;
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    padding-left: 13px;
    background: url(heidian.png) no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 10px;
}

.xwdt .bd ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.xwdt .bd ul li h3 a:hover {
    color: #117f43;
    background: url(lvdian.png) no-repeat left center;
}


/* 新闻动态 end*/


/* 内容二 认证 start */

.cprz {
    width: 100%;
    height: 714px;
    background: url(tit+bg.png) no-repeat center top;
    background-size: 100% 202px;
    overflow: visible;
    padding-bottom: 30px;
}

.cprz .TabConRz {
    width: 1200px;
    height: auto;
    margin: auto;
    box-shadow: 0px 5px 15px rgb(31, 157, 88, 0.18);
    padding-bottom: 30px;
}

.cprz .TabConRz .hd ul {
    height: 150px;
}

.cprz .TabConRz .hd ul li {
    width: 100%;
    height: 150px;
    float: left;
}

.cprz .TabConRz .hd ul li a {
    display: block;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    clear: both;
    margin: 54px 0 0 506px;
    /* margin: 44px 0 0 210px; */
}

.cprz .TabConRz .hd ul li span {
    display: block;
    float: left;
    color: #9ae9be;
    font-size: 16px;
    font-weight: normal;
    clear: both;
    margin-left: 506px;
    /* margin-left: 210px; */
}

.cprz .TabConRz .hd ul li:nth-of-type(1) {
    /* background: url(rztb-icon01.png) no-repeat 142px center; */
    background: url(rztb-icon01.png) no-repeat 430px center;
}

.cprz .TabConRz .hd ul li:nth-of-type(2) {
    /* background: url(rztb-icon02.png) no-repeat 142px center; */
    background: url(rztb-icon02.png) no-repeat 480px center;
}

.cprz .TabList .bd {
    width: 1200px;
    height: 526px;
    margin: auto;
    background: #ffffff;
}

.cprz .TabConRz .bd ul {
    display: block;
    width: 1200px;
    height: 526px;
    margin: auto;
    background: #ffffff;
}

.cprz .TabConRz .bd ul h3 {
    width: 100%;
    height: 63px;
    background: url(titbg01.png) no-repeat center;
    text-align: center;
    margin-top: 40px;
}

.cprz .TabConRz .bd ul h3 a {
    font-size: 32px;
    color: #333333;
    line-height: 63px;
}

.cprz .TabConRz .bd ul h3 a:hover {
    color: #117f43;
}

.cprz .TabConRz .bd ul table {
    width: 1132px;
    margin: auto;
    text-align: center;
    margin-top: 25px;
}

.cprz .TabConRz .bd ul table th {
    height: 45px;
    font-size: 16px;
    color: #333333;
    background: #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.cprz .TabConRz .bd ul table th:nth-of-type(1) {
    width: 62px;
}

.cprz .TabConRz .bd ul table th:nth-of-type(2) {
    width: 180px;
}

.cprz .TabConRz .bd ul table th:nth-of-type(3) {
    width: 209px;
}

.cprz .TabConRz .bd ul table th:nth-of-type(4) {
    width: 260px;
}

.cprz .TabConRz .bd ul table th:nth-of-type(5) {
    width: 95px;
}

.cprz .TabConRz .bd ul table th:nth-of-type(6) {
    width: 240px;
}

.cprz .TabConRz .bd ul table.qiangti th:nth-of-type(1) {
    width: 62px;
}

.cprz .TabConRz .bd ul table.qiangti th:nth-of-type(2) {
    width: 200px;
}

.cprz .TabConRz .bd ul table.qiangti th:nth-of-type(3) {
    width: 234px;
}

.cprz .TabConRz .bd ul table.qiangti th:nth-of-type(4) {
    width: 240px;
}

.cprz .TabConRz .bd ul table.qiangti th:nth-of-type(5) {
    width: 220px;
}

.cprz .TabConRz .bd ul table.qiangti th:nth-of-type(6) {
    width: 95px;
}

.cprz .TabConRz .bd ul table td {
    height: 52px;
    border-bottom: 1px solid #f0f0f0;
    white-space: normal;
}

.cprz .TabConRz .bd ul table tr:nth-of-type(2) td {
    padding-top: 10px;
}

.cprz .TabConRz .bd ul table .rz-look a {
    display: block;
    width: 78px;
    margin: auto;
    height: 25px;
    background: #dbf3e6;
    background-image: url(look-bj01.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    font-size: 14px;
    color: #2cac66;
    line-height: 25px;
    text-indent: 20px;
}

.cprz .TabConRz .bd ul table .rz-look a:hover {
    background: #2cac66;
    background-image: url(look-bj02.png);
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: 10px center;
}


/* 内容二 认证 end */


/* 内容三 产品展示 start */

.cpzs {
    width: 100%;
    height: 750px;
    background: url(tit+bg.png) no-repeat center top;
    background-size: 100% 202px;
    position: relative;
}

.tabbox .content {
    overflow: hidden;
    width: 1200px;
    height: auto;
    position: relative;
}

.tabbox .content ul {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
}

.tabbox .content li {
    width: 1200px;
    height: auto;
    float: left;
}

.cpzs .tab-hd {
    width: 1200px;
    height: 150px;
    margin: auto;
    overflow: hidden;
}

.cpzs .tab-hd ul li {
    width: 50%;
    height: 150px;
    float: left;
}

.cpzs .tab-hd a:nth-of-type(1) {
    display: block;
    /* width: 590px; */
    height: 150px;
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    background: url(rztb-icon01.png) no-repeat 400px center;
    /* background: url(rztb-icon01.png) no-repeat 142px center; */
}

.cpzs .tab-hd a:nth-of-type(2) {
    display: block;
    width: 590px;
    height: 150px;
    float: right;
    font-size: 30px;
    color: #ffffff;
    font-weight: normal;
    background: url(rztb-icon02.png) no-repeat 142px center;
}

.cpzs .tab-hd a span:nth-of-type(1) {
    display: block;
    float: left;
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    clear: both;
    margin-left: 480px;
    /* margin-left: 210px; */
    margin-top: 54px;
}

.cpzs .tab-hd a span:nth-of-type(2) {
    display: block;
    float: left;
    color: #9ae9be;
    font-size: 16px;
    font-weight: normal;
    clear: both;
    margin-left: 480px;
    /* margin-left: 210px; */
}

.tabbox {
    width: 1200px;
    height: 140px;
    margin: auto;
}

.cpzs .tab-bd {
    width: 1200px;
    height: 518px;
    margin: auto;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgb(31, 157, 88, 0.18);
    padding-top: 10px;
    padding-bottom: 10px;
}

.cpzs .tab-bd .tab-pal h3 {
    width: 100%;
    height: 63px;
    background: url(titbg01.png) no-repeat center;
    text-align: center;
    margin-top: 40px;
}

.cpzs .tab-bd .tab-pal h3 a {
    font-size: 32px;
    color: #333333;
    line-height: 63px;
}

.cpzs .tab-bd .tab-pal h3 a:hover {
    color: #117f43;
}

.ztzlScroll {
    width: 1200px;
    height: 360px;
    position: relative;
}

.ztzlScroll .prev {
    width: 48px;
    height: 43px;
    position: absolute;
    left: 1px;
    z-index: 100;
    cursor: pointer;
    background: url(ztzl-next.png) no-repeat;
    top: 180px;
}

.ztzlScroll .next {
    width: 48px;
    height: 43px;
    position: absolute;
    z-index: 100;
    left: auto;
    right: 0;
    background: url(ztzl-prew.png) no-repeat;
    top: 180px;
}

.ztzlScroll .scrollWrap {
    width: 1152px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 40px;
}

.ztzlScroll dl {
    float: left;
    width: 202px;
    height: 330px;
    text-align: center;
    position: relative;
    margin-right: 33px;
    border: 1px solid #e3e3e3;
}

.ztzlScroll dl:hover {
    box-shadow: 0px 5px 15px rgb(31, 157, 88, 0.18);
}

.ztzlScroll .dlList dl dt a img {
    display: block;
    float: left;
    width: 114px;
    height: 158px;
    margin: 22px 0 0 45px;
}

.ztzlScroll dl .zsjs {
    float: left;
    clear: both;
    width: 180px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    margin-left: 10px;
    margin-top: 30px;
    text-align: left;
}

.ztzlScroll dl .zsjs h4 {
    width: 165px;
    margin-left: 11px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ztzlScroll dl .zsjs h4 a {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.ztzlScroll dl .zsjs h4 a:hover {
    color: #2cac66;
}

.ztzlScroll dl .zsjs p {
    width: 165px;
    margin-left: 11px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ztzlScroll dl .zsjs p a {
    font-size: 14px;
    color: #666666;
    font-weight: normal;
}


/* 统计数据 */

.tongji {
    height: 550px;
}

.tongji th,
td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tongji .tj-left {
    /* width: 570px; */
    height: 535px;
    /* float: left; */
    box-shadow: 0px 5px 15px rgb(31, 157, 88, 0.18);
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.tongji .tj-left h3 {
    font-size: 28px;
    color: #333333;
    height: 40px;
    overflow: hidden;
    padding-top: 40px;
}

.tongji .tj-left h3 img {
    float: left;
    margin-right: 5px;
    margin-left: 25px;
}

.tongji .tj-left h3:hover img {
    transform: rotateZ(-360deg);
    transition: .7s;
    color: #1f9d58!important;
}

.tongji .tj-left h3 a {
    display: block;
    float: left;
    height: 40px;
    color: #333333;
    background: linear-gradient(to top, #bfe6d1 0, #bfe6d1 10px, white 0%, white 100%);
    text-align: center;
}

.tongji .tj-left h3 a:hover {
    color: #117f43;
}

.tongji .tj-left table {
    /* width: 515px; */
    width: 1145px;
    height: 380px;
    text-align: center;
    margin-left: 25px;
    margin-top: 28px;
}

.tongji .tj-left table tbody {
    overflow: scroll;
    white-space: nowrap;
}

.tongji .tj-left table tbody tr {
    display: table;
    /* width: 490px; */
    width: 100%;
}

.tongji .tj-left table th {
    background: #f0f0f0;
    height: 45px;
    font-size: 16px;
    color: #333333;
}

.tongji .tj-left table th:nth-of-type(1) {
    width: 62px!important;
    margin-top: 10px;
}

.tongji .tj-left table th:nth-of-type(2) {
    width: 120px!important;
}

.tongji .tj-left table th:nth-of-type(3) {
    width: 105px!important;
}

.tongji .tj-left table th:nth-of-type(4) {
    width: 193px!important;
    text-align: center;
    text-indent: 8px;
}

.tongji .tj-left table td:nth-of-type(1) {
    width: 62px!important;
}

.tongji .tj-left table td:nth-of-type(2) {
    width: 120px!important;
}

.tongji .tj-left table td:nth-of-type(3) {
    width: 105px!important;
}

.tongji .tj-left table tbody tr td:nth-of-type(4) {
    width: 193px!important;
}

.tongji .tr-width {
    /* width: 490px!important; */
}

.tongji .tj-left table td {
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333333;
}


/*关键设置 tbody出现滚动条*/

.tongji .tj-left table .tj-con {
    display: block;
    height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #2cac66 #e0e0e0;
    scrollbar-width: 7px;
}

.tongji .tj-left table .tj-con tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}


/*关键设置：滚动条默认宽度是16px 将thead的宽度减16px*/


/*滚动条的宽度*/

.tongji .tj-left table ::-webkit-scrollbar {
    width: 7px;
    height: 315px;
}


/*滚动条轨道的颜色*/

.tongji .tj-left table ::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 5px;
}


/*滚动条的颜色*/

.tongji .tj-left table ::-webkit-scrollbar-thumb {
    background: #2cac66;
    border-radius: 5px;
}


/*鼠标经过滚动条时的颜色*/

.tongji .tj-left table ::-webkit-scrollbar-thumb:hover {
    background: #2cac66;
}

.tongji .tj-right {
    width: 570px;
    height: 535px;
    float: right;
    box-shadow: 0px 5px 15px rgb(31, 157, 88, 0.18);
    padding-bottom: 40px;
    margin-bottom: 50px;
}

.tongji .tj-right h3 {
    font-size: 28px;
    color: #333333;
    height: 40px;
    overflow: hidden;
    margin-top: 40px;
}

.tongji .tj-right h3 a {
    display: block;
    float: left;
    height: 40px;
    color: #333333;
    background: linear-gradient(to top, #bfe6d1 0, #bfe6d1 10px, white 0%, white 100%);
    text-align: center;
}

.tongji .tj-right h3 img {
    float: left;
    margin-right: 5px;
    margin-left: 25px;
}

.tongji .tj-right h3:hover img {
    transform: rotateZ(360deg);
    transition: .7s;
}

.tongji .tj-right h3:nth-child() .tongji .tj-right h3 a {
    display: block;
    float: left;
    width: 235px;
    height: 40px;
    color: #333333;
    background: linear-gradient(to top, #bfe6d1 0, #bfe6d1 10px, white 0%, white 100%);
    text-align: center;
}

.tongji .tj-right h3 a:hover {
    color: #117f43;
}

.tongji .tj-right table {
    width: 515px;
    height: 380px;
    text-align: center;
    margin-left: 25px;
    margin-top: 28px;
}

.tongji .tj-right table tbody {
    overflow: scroll;
    white-space: nowrap;
}

.tongji .tj-right table tbody tr {
    display: table;
    width: 100%;
}

.tongji .tj-right table th {
    background: #f0f0f0;
    height: 45px;
    font-size: 16px;
    color: #333333;
}

.tongji .tj-right table th:nth-of-type(1) {
    width: 62px!important;
    margin-top: 10px;
}

.tongji .tj-right table th:nth-of-type(2) {
    width: 120px!important;
}

.tongji .tj-right table th:nth-of-type(3) {
    width: 105px!important;
}

.tongji .tj-right table th:nth-of-type(4) {
    width: 193px!important;
    text-indent: 8px;
}

.tongji .tj-right table td:nth-of-type(1) {
    width: 62px!important;
}

.tongji .tj-right table td:nth-of-type(2) {
    width: 120px!important;
}

.tongji .tj-right table td:nth-of-type(3) {
    width: 105px!important;
}

.tongji .tj-right table td:nth-of-type(4) {
    width: 193px!important;
}

.tongji .tj-right table td {
    height: 50px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    color: #333333;
}


/*关键设置 tbody出现滚动条*/

.tongji .tj-right table .tj-con {
    display: block;
    height: 370px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #2cac66 #e0e0e0;
    scrollbar-width: 7px;
}

.tongji .tj-right table .tj-con tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}


/*关键设置：滚动条默认宽度是16px 将thead的宽度减16px*/


/*滚动条的宽度*/

.tongji .tj-right table ::-webkit-scrollbar {
    width: 7px;
    height: 315px;
}


/*滚动条轨道的颜色*/

.tongji .tj-right table ::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 5px;
}


/*滚动条的颜色*/

.tongji .tj-right table ::-webkit-scrollbar-thumb {
    background: #2cac66;
    border-radius: 5px;
}


/*鼠标经过滚动条时的颜色*/

.tongji .tj-right table ::-webkit-scrollbar-thumb:hover {
    background: #2cac66;
}
