.container {
    width: 1470px;
    min-width: 1470px;
    padding: 0;
}

.container-plus {
    width: 1590px;
    margin: 0 auto;
}

.min-container {
    min-width: 1900px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.imgS {
    width: 100%;
}

body {
    position: relative;
    min-width: 1600px !important;
}

.ulStyle {
    padding: 0;
    margin: 0;
}

.ulStyle>li {
    list-style: none;
}

.common-hide {
    display: none;
}

.page-link:hover {
    color: #65b461 !important;
}


/* 单行隐藏 */

.oneRowHidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 禁止选中 */

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    
    not supported by any browser */
}

html1 {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}


/* 全局颜色 */

.font-white {
    color: #ffffff !important;
}

.bg-white {
    background-color: #ffffff !important;
}


/* swiper start */

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #e3e3e3;
    opacity: .8;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 25px;
    left: 0;
    width: 100%;
}


/* swiper end */


/* <!-- 导航栏 start --> */

.navBGBox {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    /* background-color:  */
    background-color: rgba(99, 182, 94, 0.8);
    z-index: 999;
}

.navBox {
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1330px;
    border: 0;
}


/* 左logo盒子 start */

.navLogoBox {
    line-height: 140px;
}

.navLogoBox>div {
    display: inline-block;
}

.navLogoBox>div:nth-child(1) {
    position: relative;
    margin-left: 44px;
}

.navLogoBox>div:nth-child(1)::before {
    position: absolute;
    content: "";
    right: -30px;
    top: 60px;
    border-left: 1px solid #ffffff;
    height: 40px;
}

.navLogoBox>div:nth-child(2) {
    margin-left: 60px;
}


/* 左logo盒子 end */


/* <!-- 右导航 start --> */

.rightNavBox {
    margin-top: 40px;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
}

.rightNavBox-ul {
    list-style: none;
    margin-right: 42px;
}

.rightNavBox-ul li {
    display: inline-block;
}

.rightNavBox-ul li>a {
    display: inline-block;
    margin: 0 12px;
    color: #ffffff;
    font-size: 18px;
}

.rightNavBox-ul li>a:hover {
    color: #356d60;
    cursor: pointer;
    text-decoration: none;
}

.rightNavBox-li-active {
    position: relative;
    color: #356d60 !important;
    font-weight: bold;
}

.rightNavBox-li-active::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #356d60;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1000;
}


/* <!-- 右导航 end --> */

@media screen and (max-width: 1600px) {
    .navBGBox {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        background-color: #79bc75;
        z-index: 999;
    }
}


/* <!-- 导航栏 end --> */


/* <!-- 占位导航栏 start --> */

.nav-top-occupy {
    height: 140px;
}


/* <!-- 占位导航栏 end --> */


/* ------------------------------------------------------------------------------------------------------- */


/* <!-- 底部 foot start --> */

.footCommon {
    background-color: #1e1e1e;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footInformationBox-one {
    width: 23%;
    color: #939393;
    font-size: 14px;
}

.footInformation-title {
    position: relative;
    font-size: 17px;
    color: #ffffff;
    line-height: 35px;
    padding-bottom: 8px;
}

.footInformation-title::before {
    position: absolute;
    content: "";
    bottom: -0px;
    left: 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #000000;
    width: 300px;
}

.footInformationListBox {
    padding-top: 10px;
}

.footInformationListBox-d1 {
    float: left;
    color: #939393;
    font-size: 14px;
}

.footInformationListBox-d1>a {
    color: #939393;
}

.footInformationListBox-d1>a:hover {
    color: #939393;
    color: #fff;
}

.list-d1 {
    line-height: 35px;
    width: 50%;
}

.list-d2 {
    line-height: 35px;
    width: 100%;
}

.list-d2-s1 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 34px;
    line-height: 35px;
}

.list-d3 {
    line-height: 40px;
}


/* <!-- 在线咨询 start --> */

.footInformationBox-two {
    width: 30%;
    color: #939393;
    font-size: 14px;
}

.OnlineConsultingBox {
    position: relative;
    padding-top: 8px;
    padding-left: 4px;
}

.OnlineConsultingBox::before {
    position: absolute;
    content: "";
    border-left: 1px solid #333333;
    border-right: 1px solid #000000;
    height: 300px;
    top: 0;
    left: 0;
}

.QRcodeBox {
    margin-left: 20px;
    width: 100px;
}

.QRcode-d1 {
    border-radius: 4px;
    overflow: hidden;
}

.QRcodeImg {
    width: 100%;
}

.QRcode-d2 {
    line-height: 37px;
    text-align: center;
}

.OnlineConsultingInformationBox {
    text-align: right;
}

.OnlineConsultingInformationBox-d1 {
    margin-top: 8px;
}

.OnlineConsultingInformationBox-d2 {
    color: #62b45f;
    font-size: 17px;
    margin-top: 15px;
    line-height: 20px;
}

.OnlineConsultingInformationBox-d3 {
    background-color: #62b45f;
    padding: 0 50px;
    line-height: 40px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 4px;
    margin-top: 30px;
}


/* <!-- 分割线 start --> */

.footDividingLine {
    margin-top: 15px;
    border-bottom: 1px solid #333333;
}


/* <!-- 分割线 end --> */

.footFontBox {
    color: #939393;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}


/* <!-- 在线咨询 end --> */


/* <!-- 底部 foot end --> */


/* 友情链接 */

.LinksBox {
    margin: 30px auto;
}

.LinksBox span {
    margin-right: 30px;
}

.LinksBox span a {
    color: #939393;
    line-height: 24px;
}

.LinksBox span a:hover {
    color: #fff;
}

.LinksBox span:nth-child(1) {
    color: #fff;
    font-size: 16px;
}


/* --------------------------------------------------------------------------------------------------- */


/* 首页 */


/* --------------------------------------------------------------------------------------------------- */


/* 产品中心 */

a:hover {
    color: #333333;
}


/* 当前位置 */

.position {
    position: relative;
    line-height: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.position::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 50px;
    background-color: #65b461;
    top: 0;
    left: 0;
}


/* --------------------------------------------------------------------------------------------------- */


/* 视频中心 start */

.videoCenterlistBox {
    padding-bottom: 90px;
}

.videoCenterList-listBox {
    min-height: 886px;
    position: relative;
}

.videoCenterList-listBox-box {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

.videoCenterList-listBox-contentBox {
    background-color: #ffffff;
}

.videoCenterList-listBox-contentBox-d1 {
    position: relative;
    overflow: hidden;
    height: 330px;
    background: url(../images/p_bg-1.jpg) no-repeat center center;
    background-size: cover;
    /* background: url(../images/newBG.png) no-repeat center center; */
}

.videoCenterList-listBox-contentBox-d1-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.videoCenterList-listBox-contentBox-d1:hover::before {
    background-color: rgba(97, 181, 93, 0.5);
}

.videoCenterList-listBox-contentBox-d1-video {}

.videoCenterList-listBox-contentBox-d1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/videoButton.png) no-repeat center center;
    z-index: 99;
    color: #000000;
    font-size: 20px;
}

.videoCenterList-listBox-contentBox-d2 {
    margin-top: 13px;
}

.videoCenterList-listBox-contentBox:hover .videoCenterList-listBox-contentBox-d2 {
    background-color: #81b366;
}

.videoCenterList-listBox-contentBox:hover .videoCenterList-listBox-contentBox-d2-d1 {
    color: #ffffff;
    padding: 0 10px 0 2px;
}

.videoCenterList-listBox-contentBox:hover .videoCenterList-listBox-contentBox-d2-d2 {
    color: #ffffff;
    padding: 0 10px;
}

.videoCenterList-listBox-contentBox-d2-d1 {
    line-height: 37px;
    border-left: 7px solid #81b366;
    padding-left: 10px;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.videoCenterList-listBox-contentBox-d2-d2 {
    line-height: 30px;
    font-size: 16px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 左右箭头 start */

.videoCenterList-leftBox1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, 0%);
    width: 60px;
    height: 70px;
    background-color: #61b55d;
    color: #ffffff;
    line-height: 70px;
    outline: none;
}

.videoCenterList-leftBox-icon {
    display: inline-block;
    font-size: 44px;
}

.videoCenterList-rightBox1 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, 0%);
    width: 60px;
    height: 70px;
    background-color: #61b55d;
    color: #ffffff;
    line-height: 70px;
    outline: none;
}

.videoCenterList-rightBox-icon {
    display: inline-block;
    font-size: 44px;
}


/* 左右箭头 end*/


/* <!-- 产品简介 start --> */

.videoCenterList-productIntroductionBG {
    position: relative;
}

.videoCenterList-productIntroduction {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #ffffff;
    text-align: center;
}

.videoCenterList-productIntroduction-h3 {
    display: inline-block;
    width: 250px;
    border-bottom: 1px solid #ffffff;
    font-size: 26px;
    font-weight: bold;
    line-height: 65px;
    margin-top: 30px;
    text-align: center;
}

.videoCenterList-productIntroduction-d1 {
    width: 1360px;
    margin: 0 auto;
    margin-top: 37px;
    line-height: 36px;
    font-size: 18px;
}

.videoCenterList-videoShowBox {
    margin: 0 auto;
    width: 1070px;
    height: 616px;
    text-align: center;
}


/* <!-- 产品简介 end--> */


/* <!-- 荣誉证书 honor start--> */

.videoCenterList-honor {
    background-color: #4c6d61;
    height: 600px;
}

.videoCenterList-honorBox {
    padding: 0 70px;
    color: #ffffff;
    text-align: center;
}

.videoCenterList-honorBox-title {
    display: inline-block;
    line-height: 70px;
    margin-top: 30px;
    border-bottom: 1px solid #ffffff;
    width: 300px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.videoCenterList-honor-imgBox {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.videoCenterList-honor-imgBox-d1 {
    height: 350px;
    overflow: hidden;
    text-align: center;
    flex-basis: auto;
    flex-shrink: 0;
    white-space: nowrap;
}

.videoCenterList-honor-imgBox-d1>img {
    height: 100%;
    object-fit: contain;
}

.videoCenterList-honor-imgBox-p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 70px;
    font-size: 18px;
}

.videoCenterList-honor-imgBox-d1>img {
    height: 100%;
    object-fit: contain;
}


/* 左右箭头 start */

.videoCenterList-leftBox2 {
    position: absolute;
    top: 200px;
    left: -30px;
    transform: translate(-100%, 0%);
    width: 60px;
    height: 70px;
    color: #ffffff;
    line-height: 70px;
    outline: none;
}

.videoCenterList-leftBox-icon {
    display: inline-block;
    font-size: 44px;
    text-align: center;
    width: 60px;
}

.videoCenterList-rightBox2 {
    position: absolute;
    top: 200px;
    right: -30px;
    transform: translate(100%, 0%);
    width: 60px;
    height: 70px;
    color: #ffffff;
    line-height: 70px;
    outline: none;
}

.videoCenterList-rightBox-icon {
    display: inline-block;
    font-size: 44px;
    width: 60px;
    text-align: center;
}


/* 左右箭头 end*/


/* <!-- 荣誉证书 end--> */


/* 视频中心 end */


/* --------------------------------------------------------------------------------------------------- */


/* 新闻中心 start */

.newListBox {
    padding-bottom: 50px;
}

.newListTitleBox {
    /* width: 1200px; */
    width: 1470px;
    margin: 0 auto;
    line-height: 160px;
}

.newListTitleBox-title {
    width: 33.3%;
    text-align: center;
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.newListTitleBox-title:hover {
    color: #61b55d;
}

.newListTitleBox-title-active {
    position: relative;
    color: #61b55d;
}

.newListTitleBox-title-active::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    width: 32px;
    height: 4px;
    background-color: #61b55d;
    transform: translate(-50%, 0);
}

.newListContentBox-Box {
    position: relative;
}

.newListContentBox-Box-d1 {
    width: 100%;
    width: 490px;
    padding: 0 15px;
    height: 490px;
}

.newListContentBox-Box-d1:hover .newListContentBox-Box-d1-d1-d1-img {
    transform: scale(1.1);
    transition: all 1s;
}

.newListContentBox-Box-d1-d1 {
    position: relative;
}

.newListContentBox-Box-d1-d1-d1 {
    position: relative;
    background-color: #cccccc;
    /* background: url(../images/newBG.png) no-repeat center center; */
    background-size: cover;
    height: 380px;
    overflow: hidden;
}

.newListContentBox-Box-d1-d1-d1-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.newListContentBox-Box-d1-d1-d2 {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #ffffff;
    width: 400px;
    height: 200px;
    padding: 0 25px 20px 25px;
    /* box-shadow: 0 0 20px #d1ead0; */
    border: 1px solid #dcd9d9;
    color: #333333;
}

.newListContentBox-Box-d1:hover .newListContentBox-Box-d1-d1-d2 {
    box-shadow: 0px 0px 50px #d1ead0;
}

.newListContentBox-Box-d1:hover .newListContentBox-button {
    background-color: #61b55d;
    color: #ffffff;
}

.newListContentBox-title {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.newListContentBox-artitle {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newListContentBox-button {
    width: 150px;
    line-height: 47px;
    text-align: center;
    font-size: 16px;
    color: #999;
    border: 3px solid #61b55d;
    margin-top: 20px;
}

a:hover {
    text-decoration: none;
}

.newListContentBox1-Box-arrow-left,
.newListContentBox2-Box-arrow-left,
.newListContentBox3-Box-arrow-left {
    position: absolute;
    width: 60px;
    height: 70px;
    background-color: #61b55d;
    top: 310px;
    left: -60px;
    text-align: center;
    line-height: 70px;
}

.newListContentBox1-Box-arrow-right,
.newListContentBox2-Box-arrow-right,
.newListContentBox3-Box-arrow-right {
    position: absolute;
    width: 60px;
    height: 70px;
    background-color: #61b55d;
    top: 310px;
    right: -60px;
    text-align: center;
    line-height: 70px;
}

.new-hide {
    display: none;
    /* overflow: visible; */
}

.newListContentBox1-Box-arrowStyle {
    color: #ffffff;
    font-size: 40px;
}

.newsList-li:hover {
    background-color: #f1f1f1;
}

.newsList-title-span {}


/* 新闻中心 end */


/* --------------------------------------------------------------------------------------------------- */


/* 新闻详情页 start */

.news_relatedNews {
    /* padding-left: 10px; */
    padding-bottom: 50px;
    /* border-bottom: 1px solid #dee2e6; */
}

.news_relatedNews_title {
    position: relative;
    font-size: 20px;
    padding-left: 10px;
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.news_relatedNews_title::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 3px;
    background: #61b55d;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.news_relatedNews_li {
    border-bottom: 1px dashed #dee2e6;
    padding: 18px 0px 18px 10px;
    transition: all 1s;
}

.news_relatedNews_li:hover {
    background-color: #eeeeee;
}

.news_relatedNews_li_newsBox {
    width: 70%;
    position: relative;
}

.news_relatedNews_li_newsBox::before {
    position: absolute;
    content: "";
    right: -16px;
    top: 57%;
    transform: translate(0, -50%);
    width: 2px;
    height: 30px;
    background-color: #dee2e6;
}

.news_relatedNews_li_h1 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    padding: 5px 0 0;
    height: 30px;
    overflow: hidden;
    transition: all 0.3s linear;
    margin: 0;
}

.news_relatedNews_li_p1 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
    padding: 5px 0 0;
    display: block;
    overflow: hidden;
    height: 46px;
    transition: all 0.3s linear;
}

.news_relatedNews_li_newsTimesBox {
    width: 30%;
    text-align: center;
}

.news_relatedNews_li_p2 {
    font-size: 46px;
    line-height: 50px;
    color: #333;
}

.news_relatedNews_li_p3 {
    font-size: 16px;
    color: #999;
}


/* 新闻详情页 end*/


/* --------------------------------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------------------------------- */


/* 联系我们 contactUs start*/

.contactUs-contentBox {
    padding: 40px 0 96px;
}

.contactUs-contentTitle {
    font-weight: bold;
    color: #333333;
    font-size: 46px;
    line-height: 120px;
    margin: 0;
}

.spot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    background-color: #333333;
}

.spot-white {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}

.contactUs-Subtitle {
    color: #cccccc;
    margin-left: 30px;
    font-size: 30px;
}

.contactUs-address {
    font-size: 32px;
    color: #666666;
    font-weight: bold;
}

.contactUs-address-icon-21 {
    font-size: 40px;
    color: #888888;
    margin-right: 10px;
    vertical-align: sub;
}

.contactUs-contactInformationBox {
    margin-top: 65px;
}

.contactUs-contactInformationBox-d1 {
    width: 740px;
    height: 530px;
}

.contactUs-contactInformationBox-d2 {
    width: 725px;
    padding-left: 110px;
}

.contactUs-Information-p1 {
    line-height: 90px;
    color: #333333;
}

.contactUs-Information-p1>span {
    display: inline-block;
    vertical-align: middle;
}

.contactUs-Information-p1-s1 {
    font-size: 44px;
    width: 70px;
}

.contactUs-Information-p1-s2 {
    font-size: 25px;
    width: 160px;
}

.contactUs-Information-p1-s3 {
    font-size: 25px;
    width: 350px;
}
.contactUs-Information-p1-s4 {
    font-size: 25px;
    width: 350px;
    line-height: 30px;
}

.contactUs-icon-lianxiren1,
.contactUs-icon-shouji,
.contactUs-icon-a-dianhua,
.contactUs-icon-dizhi {
    font-size: 40px;
}

.contactUs-icon-a-youxiang,
.contactUs-icon-youbian {
    font-size: 30px;
}


/* 联系我们 contactUs end*/


/* --------------------------------------------------------------------------------------------------- */


/* 搜索页 start */

.card {}

.card-img-150 {
    height: 343px;
}

.btn-info-search {
    background-color: #62b45f;
    border-color: #62b45f;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #62b45f;
    outline: 0;
    box-shadow: 0px 0px 5px 0px #7bca78;
}


/* 搜索页 end*/