/*标签样式初始化*/
div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}

/*公共样式部分*/

body {
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

#copy {
    display: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #3b9f01;
    text-decoration: none;
    border-bottom-style:
}

.page {
    margin: 0 auto;
    width: 1400px;
}

.bg {
    width: 100%;
    min-width: 1400px;
}

.box {
    margin: 0 auto;
    width: 94%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

em, i {
    font-style: normal;
}


/*隐藏右边滚动条*/
body::-webkit-scrollbar {
    display: none;
}


/*左右浮动清除*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*间隙*/
.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}

.top80 {
    padding-top: 80px;
}

.top90 {
    padding-top: 90px;
}

.top100 {
    padding-top: 100px;
}


/*英文样式*/
.font_en {
    font-family: "Arial, Helvetica, sans-serif";
    text-transform: uppercase;
}


/*标题*/
.t {
    text-align: center;
    padding: 65px 0 35px 0;
}

.t span {
    display: block;
    font-size: 50px;
    color: #333;
    ext-transform: uppercase;
    background-image: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0) 30%, rgba(237, 237, 237, 0.3) 50%, rgba(233, 233, 233, 0.7) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.t b {
    display: block;
    margin-top: -35px;
    font-size: 40px;
    color: #333;
}

.t t {
    color: #3b9f01;
}

.t p {
    font-size: 18px;
    color: #999;
    line-height: 30px;
}


/*最上*/
.top_bg {
    height: 45px;
    line-height: 45px;
    background: #333;
    font-size: 15px;
    color: #aaa;
}

.top_connect p {
    float: left;
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
}

.top_connect p:hover {
    color: #fff;
    cursor: pointer;
}

.top_connect p:nth-child(3) {
    font-size: 22px;
}

.top_connect p:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/20211011210207_600391978.png) no-repeat;
    position: absolute;
    top: 13px;
    left: 0px;
    transition: all 0.3s;
}

.top_connect p:nth-child(3):before {
    background-position: -22px 0;
}

.top_connect p:hover:before {
    background-position: 0px -22px;
}

.top_connect p:hover:nth-child(3):before {
    background-position: -22px -22px;
}

.top_connect p:after {
    content: "";
    display: block;
    width: 120px;
    height: 0px;
    position: absolute;
    left: 0;
    z-index: 99;
    transition: all 0.3s;
}

.top_connect p:nth-child(1):after {
    background: url(../images/20211011210841_1313604098.jpg) no-repeat;
    background-size: 100%;
}

/*.top_connect p:nth-child(2):after{background: url(../images/20211011210841_2047692970.jpg)no-repeat;background-size: 100%;}*/
.top_connect p:hover:after {
    height: 120px;
}


/*抬头*/
.head_bg {
    height: 130px;
    margin-top: 1px;
}

.logo {
    margin: 21px 20px 0 0;
}

.men {
    padding-top: 24px;
}

.men b {
    font-size: 40px;
    color: #333;
}

.men p {
    font-size: 16px;
    color: #999;
}


/*栏目*/
.NavCeshi li {
    float: left;
    padding: 0 1.2vw;
    position: relative;
    top: 0px;
    transition: 0.2s all ease-in-out;
}

.NavCeshi li > a {
    display: block;
    position: relative;
    text-align: center;
}

.NavCeshi li i {
    line-height: 130px;
    font-style: normal;
    font-size: 16px;
    color: #333;
}

.NavCeshi li.navcurrent i, .NavCeshi > li:hover > a i {
    color: #3b9f01;
}

.NavCeshi > li.navcurrent > a:before, .NavCeshi > li:hover > a:before {
    left: 12px !important
}

.NavCeshi > li > a:after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    transition: 0.2s all ease-in-out;
    position: absolute;
    left: 0%;
    bottom: 0;
    background: #3b9f01;
    z-index: -1;
}

.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after {
    width: 100%
}

/*下拉*/
.NavCeshi .nav2 {
    width: 190px;
    border-top: 4px #3b9f01 solid;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
    z-index: 9;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.NavCeshi li:hover .nav2 {
    opacity: 1;
    top: 130px;
    z-index: 9999;
}

.NavCeshi .nav2 a {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #3b9f01;
    color: #fff;
    text-align: center;
    transition: ease-out .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.NavCeshi .nav2 a:hover {
    background: #fff;
    text-indent: 10px;
    color: #3b9f01;
}

.nav2 table {
    width: 100%;
}


/*其他屏幕样式*/
@media (max-width: 1850px) and (min-width: 1781px) {

}

@media (max-width: 1780px) and (min-width: 1681px) {

}

@media (max-width: 1680px) and (min-width: 1600px) {
    .NavCeshi li i {
        font-size: 15px;
    }
}

@media (max-width: 1599px) and (min-width: 1500px) {
    .NavCeshi li i {
        font-size: 14px;
    }
}

@media (max-width: 1499px) and (min-width: 1400px) {
    .NavCeshi li i {
        font-size: 14px;
    }
}


/*幻灯片*/
.banner {
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    background: #000;
    min-width: 1400px;
}

.banner-box {
    min-width: 1400px;
    height: 770px;
    position: relative;
    margin: 0 auto;
}

.banner-box .bd, .banner-box .bd ul {
    width: 100% !important;
}

.banner-box .bd li {
    width: 100% !important;
    height: 770px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-box .bd li a {
    display: block;
    background-size: auto;
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 9;
}

.banner-btn {
    width: 100%;
    position: absolute;
    top: 300px;
    left: 0;
    margin-left: 0;
    height: 400px;
    overflow: hidden;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 30px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    z-index: 9;
}

.banner-btn a.prev {
    left: -50px;
    background-position: 0 0;
}

.banner-btn a.next {
    right: -50px;
    background-position: -49px 0;
}

.banner-btn a {
    background: url(../images/20211012170930_1877993403.png) no-repeat;
}

.banner-box .hd {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
}

.banner-box .hd ul {
    text-align: center
}

.banner-box .hd ul li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    transition: 0.3s all ease-in-out;
    opacity: 0.8;
}

.banner-box .hd ul li.on {
    background: #3b9f01;
    border-radius: 8px;
    width: 70px;
}

.banner-box:hover .banner-btn a.prev {
    left: 80px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box:hover .banner-btn a.next {
    right: 80px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box .banner-btn a.prev:hover, .banner-box:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

/*内页*/
.banner-nbox {
    height: 350px;
}

.banner-nbox .bd li {
    height: 350px;
}

.banner-nbox .banner-btn {
    top: 100px;
}


/*搜索*/
.search_bg {
    height: 100px;
    background: #f5f5f5;
}

.search_nbg {
    position: absolute;
    z-index: 999;
    top: 516px;
    border: 1px solid #eee;
    background: #fff;
}

.search_nbg .search {
    margin: 0 auto;
    background: #fff;
}

.search-bg {
    width: 300px;
    height: 46px;
    overflow: hidden;
    margin-top: 26px;
}

.search {
    height: 100px;
}

.search_l {
    line-height: 100px;
    color: #c0c0c0;
}

.search_l dd {
    font-size: 18px;
    color: #333;
    display: inline-block;
}

.search_l a {
    font-size: 15px;
    color: #c0c0c0;
}

.search_l a:hover {
    color: #3b9f01;
}

.search-bg #infoname {
    width: 300px;
    background: #e6e6e6;
    outline: none;
    /*color: #ccc;*/
    border: none;
    height: 46px;
    line-height: 6;
    font-size: 14px;
    padding-left: 20px;
    font-weight: lighter;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    border-radius: 23px;
}

.search_nbg #infoname {
    width: 278px;
    height: 44px;
}

.search-bg {
    position: relative;
}

.search-i {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 46px;
}


/*工程案例*/
.case_img ul {
    display: block;
    height: 305px;
}

.case_img ul + ul {
    margin-top: 1.4%;
}

.case_img li {
    float: left;
    width: 18.84%;
    overflow: hidden;
    position: relative;
}

.case_img li + li {
    margin-left: 1.4%;
}

.case_img li * {
    display: block;
}

.case_img p {
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
    transition: all 0.3s;
}

.case_img li:hover p {
    background: #3b9f01;
}

.case_img p:before {
    content: "+";
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #3b9f01;
    font-size: 15px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.case_img p a {
    padding-left: 25px;
    font-size: 15px;
    color: #333;
}

.case_img li:hover p a {
    color: #fff;
}


/*厨具展示*/
.prod_bg {
    height: 1260px;
}

.prod_sort_fl {
    width: 250px;
    height: 140px;
    background: #3b9f01;
    text-align: center;
}

.prod_sort_fl b {
    display: block;
    margin-top: 40px;
    font-size: 30px;
    color: #fff;
}

.prod_sort_fl p {
    font-size: 12px;
    color: #eee;
}

.prod_sort_fr {
    width: 1150px;
    height: 140px;
    padding: 20px 0;
    background: #f8f8f8;
}

.prod_sort_fr li {
    float: left;
    width: 164px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.prod_sort_fr li a {
    display: block;
    font-size: 15px;
    color: #999;
    transition: all 0.3s;
}

.prod_sort_fr li.on a {
    font-size: 17px;
    color: #3b9f01;
}

/*产品*/
.prod_img {
    margin-top: 25px;
}

.prod_img ul {
    display: block;
    height: 388px;
}

.prod_img ul + ul {
    margin-top: 25px;
}

.prod_img li {
    float: left;
    width: 450px;
    height: 388px;
    background: #f5f5f5;
    position: relative;
}

.prod_img li + li {
    margin-left: 25px;
}

.prod_img li:after {
    content: "";
    display: block;
    width: 450px;
    height: 0px;
    background: #3b9f01;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.prod_img li:hover:after {
    height: 388px;
}

.prod_img li * {
    display: block;
    position: relative;
    z-index: 2;
}

.prod_img li > a {
}

.prod_img li > a img {
    width: 410px;
    height: 308px;
    margin: 20px auto 0;
}

.prod_img li br {
    display: none;
}

.prod_img li span {
    height: 60px;
    line-height: 60px;
    position: relative;
}

.prod_img li span:after {
    content: "+";
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #3b9f01;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.prod_img li span a {
    padding: 0 20px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s;
}

.prod_img li:hover span a {
    color: #fff;
}


/*服务特点*/
.prodtd_bg {
    height: 930px;
    background: url(../images/20211012092248_1294172849.jpg) no-repeat top;
}

.t_prodtd span {
    background-image: -webkit-linear-gradient(91deg, #0983ea 30%, #2492ee 50%, #349bf1 60%);
}

.t_prodtd b, .t_prodtd t {
    /*color: #fff;*/
}

.t_prodtd p {
    /*color: #ffffff;*/
}

.prodtd {
    height: 720px;
    padding: 50px 50px 0 50px;
    background: #fff;
    box-shadow: 0px 0px 14.25px 0.75px rgba(102, 102, 102, 0.15);
}

.prodtd_fl {
    width: 440px;
    margin-top: 60px;
}

.prodtd_fl * {
    display: block;
}

.prodtd_fl t {
    margin-bottom: 12px;
    font-size: 32px;
    color: #e5e5e5;
    font-weight: bold;
    line-height: 40px;
}

.prodtd_fl b {
    font-size: 34px;
    color: #333;
}

.prodtd_fl p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.prodtd_fl p:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 60px 0;
    background: #3b9f01;
}

.prodtd_fl i {
    font-size: 20px;
    color: #999;
    line-height: 36px;
}

.prodtd_fl en {
    font-size: 34px;
    color: #666;
    line-height: 40px;
}

.prodtd_fl a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin-top: 40px;
    background: #3b9f01;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

/*右边*/
.prodtd_fr {
    width: 825px;
}

.prodtd_fr li {
    float: left;
    width: 400px;
    height: 284px;
    padding: 30px 25px 0 25px;
    background-color: #3b9f01;
    position: relative;
    cursor: pointer;
}

.prodtd_fr li:after {
    display: block;
    content: "";
    width: 400px;
    height: 284px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.45;
    transform: scale(0);
    transition: all 0.3s;
}

.prodtd_fr li:nth-child(1):after {
    background: url(../images/20211012151943_1723874499.png) no-repeat;
}

.prodtd_fr li:nth-child(2):after {
    background: url(../images/20211012151943_6851759.png) no-repeat;
}

.prodtd_fr li:nth-child(3):after {
    background: url(../images/20211012151943_74796582.png) no-repeat;
}

.prodtd_fr li:nth-child(4):after {
    background: url(../images/20211012151943_1403445943.jpg) no-repeat;
}

.prodtd_fr li:hover:after {
    transform: scale(1);
}

.prodtd_fr li * {
    display: block;
    position: relative;
    z-index: 2;
}

.prodtd_fr li:nth-child(1), .prodtd_fr li:nth-child(2) {
    margin-bottom: 25px;
}

.prodtd_fr li:nth-child(1), .prodtd_fr li:nth-child(3) {
    margin-right: 25px;
}

.prodtd_fr li b {
    font-size: 26px;
    color: #fff;
}

.prodtd_fr li span {
    font-size: 12px;
    color: #ffffff;
}

.prodtd_fr li span:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 28px 0 22px 0;
    background: #fff;
}

.prodtd_fr li t {
    font-size: 46px;
    color: #fff;
    position: absolute;
    top: 22px;
    right: 25px;
}

.prodtd_fr li p {
    font-size: 15px;
    color: #eee;
    line-height: 30px;
}


/*实力强大*/
.adv_bg {
    height: 1035px;
}

.adv_t li {
    float: left;
    width: 331px;
    height: 100px;
    padding: 20px 0 0 105px;
    background: #f5f5f5;
    position: relative;
    cursor: pointer;
}

.adv_t li.on {
    background: #3b9f01;
}

.adv_t li:after {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    background: url(../images/20211012103539_1207345884.png) no-repeat;
    position: absolute;
    top: 30px;
    left: 42px;
    transition: all 0.3s;
}

.adv_t li:nth-child(2):after {
    background-position: -44px 0;
}

.adv_t li:nth-child(3):after {
    background-position: -88px 0;
}

.adv_t li:nth-child(4):after {
    background-position: -132px 0;
}

.adv_t li.on:nth-child(1):after {
    background-position: 0px -44px;
}

.adv_t li.on:nth-child(2):after {
    background-position: -44px -44px;
}

.adv_t li.on:nth-child(3):after {
    background-position: -88px -44px;
}

.adv_t li.on:nth-child(4):after {
    background-position: -132px -44px;
}

.adv_t li + li {
    margin-left: 25px;
}

.adv_t li * {
    display: block;
}

.adv_t li b {
    font-size: 30px;
    color: #333;
}

.adv_t li.on b {
    color: #fff;
}

.adv_t li span {
    font-size: 13px;
}

.adv_t li.on span {
    color: #e5e5e5;
}

/*切换内容*/
.adv_b {
    margin-top: 25px;
}

.adv_b ul {
    display: block;
    height: 700px;
    background: url(../images/20211012104359_1969462464.jpg) no-repeat;
    min-width: 1400px;
}

.adv_b ul:nth-child(2) {
    background: url(../images/20211012160126_1164114566.jpg) no-repeat;
}

.adv_b ul:nth-child(3) {
    background: url(../images/20211012160126_441780247.jpg) no-repeat;
}

.adv_b ul:nth-child(4) {
    background: url(../images/20211012160126_1626077701.jpg) no-repeat;
}

.adv_b ul * {
    display: block;
}

.adv_b_page {
    width: 500px;
    height: 702px;
    padding: 80px 45px 0 45px;
    background: rgb(255 255 255/0.9);
}

.adv_b_page t {
    width: 74px;
    height: 74px;
    line-height: 74px;
    margin-bottom: 10px;
    background: #3b9f01;
    font-size: 46px;
    color: #fff;
    text-align: center;
}

.adv_b_page b {
    font-size: 26px;
    color: #333;
}

.adv_b_page span {
    font-size: 12px;
    color: #999;
    line-height: 28px;
}

.adv_b_page span:after {
    content: "";
    display: block;
    width: 411px;
    height: 1px;
    margin: 35px 0;
    background: #dfdfdf;
}

.adv_b_page p {
    font-size: 15px;
    color: #999;
    padding-left: 30px;
    line-height: 30px;
    position: relative;
}

.adv_b_page p:nth-child(5) {
    margin-top: 30px;
}

.adv_b_page p:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #999;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: 0px;
}

.adv_b_page a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin-top: 70px;
    background: #3b9f01;
    font-size: 18px;
    color: #fff;
    text-align: center;
}


/*合作客户*/
.partner_bg {
    height: 801px;
}

.partner_img {
    /*height: 452px;*/
    border: 1px #eee solid;
}

.partner_img li {
    float: left;
}

.partner_img li + li {
    border-left: 1px #eee solid;
}

.partner_img ul {
    display: block;
    height: 184px;
    border-bottom: 1px #eee solid;
}

.partner_img li {
    width: 174.5px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.partner_img li > a {
    display: block;
}

.partner_img li > a > img {
    width: 258px;
    height: 183px;
}

.partner_img li p {
    width: 100%;
    height: 150px;
    margin-top: -60px;
    padding-top: 0px !important;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 40%;
    left: 0px;
    transform-origin: center;
    transform: rotateX(90deg);
    transition: 600ms;
}

.partner_img li p {
    display: block;
    line-height: 152px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.partner_img li:hover p {
    transform: rotateX(0deg);
    transition: 600ms;
}


/*定制流程*/
.pess_bg {
    height: 470px;
    background: #f8f8f8;
}

.pess li {
    float: left;
    width: 133px;
    height: 180px;
    background: #3b9f01;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    position: relative;
}

.pess li + li {
    margin-left: 25px;
}

.pess span {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    top: 33px;
    left: 33px;
    border-radius: 100%;
}

.pess span:before {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    box-shadow: 0 0 0 0 hsl(0 0% 100% / 0.5);
    animation: ripple 2s infinite;
    border-radius: 100%;
}

.pess span:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/20211012112643_2096213170.png) no-repeat;
    position: absolute;
    top: 19px;
    left: 18px;
}

.pess li:nth-child(2) span:after {
    background-position: -30px 0;
}

.pess li:nth-child(3) span:after {
    background-position: -60px 0;
}

.pess li:nth-child(4) span:after {
    background-position: -90px 0;
}

.pess li:nth-child(5) span:after {
    background-position: -120px 0;
}

.pess li:nth-child(6) span:after {
    background-position: -150px 0;
}

.pess li:nth-child(7) span:after {
    background-position: -180px 0;
}

.pess li:nth-child(8) span:after {
    background-position: -210px 0;
}

.pess li:nth-child(9) span:after {
    background-position: -240px 0;
}

.pess p {
    margin-top: 130px;
    font-size: 15px;
}


@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(237, 107, 27, .0);

        box-shadow: 0 0 0 20px rgba(237, 107, 27, .0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
        box-shadow: 0 0 0 0 rgba(237, 107, 27, .0);
    }
}


/*公司简介*/
.about_bg {
    height: 890px;
}

.about_text {
    width: 700px;
    height: 600px;
    padding: 60px 60px 0 60px;
    background: #f8f8f8;
    font-size: 16px;
    line-height: 35px;
}

.about_text * {
    display: block;
}

.about_text b {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
}

.about_text t {
    font-size: 12px;
    color: #ccc;
    line-height: 24px;
}

.about_text t:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    margin: 43px 0 40px 0;
    background: #3b9f01;
}

.about_text p {
    font-size: 15px;
    color: #999;
    line-height: 32px;
}

.about_text a {
    width: 180px;
    height: 60px;
    line-height: 60px;
    margin-top: 50px;
    background: #3b9f01;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.about_text a:last-child {
    background: #333;
}


/*新闻*/
.news {
    height: 930px;
    background: #f8f8f8;
}

.news_tab {
    margin: 0 0 50px 0;
    text-align: center;
}

.news_tab li {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    box-shadow: 0px 0px 20px #eee;
    width: 230px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 30px;
}

.news_tab li + li {
    margin-left: 19px;
}

.news_tab li a {
    font-size: 18px;
    font-weight: 100;
    display: block;
}

.news_tab li.on {
    color: #fff;
    background: #3b9f01;
    box-shadow: 0px 0px 10px #ddd;
    width: 230px;
    height: 56px;
    line-height: 56px;
}

.news_tab li.on a {
    color: #fff;
}

.news_list {
    height: 541px;
    width: 100%;
    overflow: hidden;
}

.news_list .news_div {
    height: 540px;
}

.news_list .news_div_item {
    width: 22.65%;
    display: inline-block;
    position: relative;
    height: 540px;
    transition: 0.5s;
    padding: 20px;
    border: 1px #eee solid;
    background: #fff;
}

.news_list .news_div_item + .news_div_item {
    margin-left: 1.79%;
}

.news_list .news_div_item_date {
    position: absolute;
    top: 265px;
    display: inline-block;
    font-weight: 400;
    left: 19px;
    padding-left: 32px;
    height: 22px;
}

.news_list .news_div_item_date::before {
    position: absolute;
    content: '';
    background: url(../images/20211012171027_1189211689.png) no-repeat left center;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
}

.news_list .news_div_item_content {
    position: absolute;
    top: 310px;
    left: 19px;
    padding-right: 14px;
}

.news_list .news_div_item_year, .news_list .news_div_item_month, .news_list .news_div_item_day {
    float: left;
    font-size: 15px;
    line-height: 22px;
    color: #999;
}

.news_list .news_div_item_a {
    font-size: 16px;
    display: block;
    margin-bottom: 16px;
    position: relative;
    transition: 0.3s;
    font-weight: normal;
}

.news_list .news_div_item_a::before {
    position: absolute;
    content: '查看详情';
    top: 150px;
    left: 0;
    width: 175px;
    height: 33px;
    background: #fff;
    border-radius: 40px;
    line-height: 33px;
    color: #999;
    font-size: 15px;
    transition: 0.5s;
    padding-left: 30px;
    border: 1px #eee solid;
    font-weight: 100;
}

.news_list .news_div_item_a::after {
    position: absolute;
    content: '';
    top: 160px;
    font-size: 43px;
    background: url(../images/20211012171027_311672727.png) no-repeat center;
    width: 18px;
    height: 14px;
    left: 130px;
    transition: 0.5s;
}

.news_list .news_div_item_body {
    font-size: 14px;
    color: #666;
    font-weight: 100;
    line-height: 28px;
}

.news_list .news_div_item_pic, .news_list .news_div_item_pic a, .news_list .news_div_item_image {
    width: 100%;
    height: auto;
    display: block;
}

.news_list .news_div_item_pic {
    border: 1px solid #eee;
}

.news_list .news_div_item:hover .news_div_item_a {
    color: #3b9f01;
    transition: 0.3s;
}

.news_list .news_div_item:hover .news_div_item_a::before {
    background: #3b9f01;
    transition: 0.5s;
    padding-left: 40px;
    color: #fff;
}

.news_list .news_div_item:hover .news_div_item_a::after {
    left: 170px;
    transition: 0.5s;
}


/*友情链接*/
.copyright {
    background: #222;
    color: #fff;
}

.links {
    line-height: 75px;
    background: #3b9f01;
    color: #fff;
    font-size: 18px;
}

.linkTagcs li {
    line-height: none !important;
}

.links p.fl {
    padding-left: 40px;
    background: url(../images/20211012171106_1727642191.png) no-repeat left center;
}

.links p.fr {
    font-size: 25px;
    font-family: impact;
    text-transform: uppercase;
}


/*版权*/
.bq {
    border-top: 1px solid #2d2d2d;
}

.end {
    line-height: 100px;
}

.end, .end a {
    font-size: 14px;
    color: #888;
}

.end a:hover {
    text-decoration: underline;
    color: #fff;
}

.crcon {
    padding: 60px 0;
    width: 1400px;
    margin: 0 auto;
}

.kslj {
    font-size: 0;
}

.kslj li {
    display: inline-block;
    padding-left: 25px;
    position: relative;
    vertical-align: top;
}

.kslj li:after {
    content: "";
    display: block;
    width: 1px;
    height: 180px;
    background: #444;
    position: absolute;
    right: -100px;
    top: 0;
}

.kslj li p {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
}

.kslj li p:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto 0;
    left: -25px;
    width: 16px;
    background: #fff;
}

.kslj li a {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 32px;
}

.kslj li a:hover {
    text-decoration: underline;
    color: #fff;
}

.kslj li + li {
    margin-left: 180px;
}

.crcode {
    font-size: 14px;
    text-align: center;
}

.crcode img {
    display: block;
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
}

.crconcat {
    text-align: center;
    height: 218px;
    box-sizing: border-box;
    padding: 0px 120px;
}

.crphone {
    font-size: 33px;
    font-weight: bold;
}

.cr_c {
    font-size: 14px;
    line-height: 25px;
    margin: 20px 0;
    color: #888;
}

.crbtn a {
    width: 200px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    background: #3b9f01;
    transition: all .3s ease;
}

.crbtn a:hover {
    box-shadow: 0 0 5px #fff;
}

.crbtn i {
    display: inline-block;
    color: #fff;
    padding-left: 28px;
    background: url(../images/20211012171129_1480723129.png) no-repeat left center;
}


/* 客服样式*/
.y-kefu-box {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9999;
    font-size: 13px;
}

.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.y-kefu-box01 .icon {
    display: block;
    background: url(../images/20211012170502_1772540529.png) no-repeat;
    margin: 0 auto 6px;
}

.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center;
}

.y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    position: relative;
    cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #3b9f01;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
}

.y-kefu-box01 .show-status > a, .y-kefu-box01 .show-status > div {
    display: block;
    width: 52px;
    padding: 8px 0 12px;
    background-color: #fff;
    border-left: solid 1px #efefef;
    border-top: solid 1px #efefef;
    border-right: solid 1px #efefef;
    position: relative;
}

.y-kefu-box01 .show-status {
    position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
    background-color: #3b9f01;
    border-color: #3b9f01;
    color: #fff;
    margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
    border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile > i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover > i {
    background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat > i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover > i {
    background-position: -30px -55px;
}

.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email > i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover > i {
    background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}

.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
    margin-top: 20px;
    border-radius: 2px;
    left: 55px;
}

.y-kefu-box01 .hver:hover {
    background-color: #3b9f01;
    border-color: #3b9f01;
}

.y-kefu-box01 .hver:hover > p {
    color: #fff;
}

.y-kefu-box01 .kf-zixun1 {
    border-radius: 2px;
    border-bottom: 1px #efefef solid;
}

.y-kefu-box01 .kf-zixun1 i {
    width: 21px;
    height: 22px;
    background-position: -5px -180px;
}

.y-kefu-box01 .kf-zixun1:hover > i {
    background-position: -30px -180px;
}


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos {
    background-color: #fff;
    border: solid 1px #efefef;
    position: absolute;
    right: 90px;
    z-index: 2;
    border-radius: 2px;
    display: none;
}

/*咨询热线*/
.y-kefu-box01 .mobile-infos {
    width: 260px;
    text-align: left;
    top: 0;
}

.y-kefu-box01 .mobile-infos > div {
    padding: 20px 0 20px 45px;
    position: relative;
}

.y-kefu-box01 .mobile-infos > div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
    color: #3b9f01;
}

.y-kefu-box01 .mobile-infos p {
    color: #3b9f01;
    font-size: 18px;
}

y-kefu-box .right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px;
}

y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-left: 6px white solid;
    overflow: hidden;
}

y-kefu-box .right-arrow1 {
    left: 1px;
    border-left: 6px #efefef solid;
}

y-kefu-box .right-arrow2 {
    border-left: 6px white solid;
}

/*二维码*/
.y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 178px;
    top: -60px;
}

.y-kefu-box01 .y-ewm-box > div {
    width: 151px;
    height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
    width: 115px;
    height: 114px;
    margin: 20px auto 10px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef;
}

.y-kefu-box01 .y-ewm-box .right {
    top: 84px;
}

/*email*/
.y-kefu-box01 .y-email-infos {
    padding: 28px 20px 28px 45px;
    color: #b9b9b9;
    text-align: left;
    bottom: 0;
    width: 170px;
}

.y-kefu-box01 .y-email-infos p {
    color: #3b9f01;
    font-size: 16px;
}

.y-kefu-box01 .y-email-infos > i {
    width: 18px;
    height: 13px;
    background-position: -52px -80px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
    top: 55px;
}

.y-kefu-box01 .hide-status {
    width: 54px;
    height: 65px;
    background-color: #f55b1b;
    position: absolute;
    top: 37px;
    left: 55px;
    z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
    padding: 10px 0 7px;
    color: #fff;
    cursor: pointer;
}

.tiaoxiaode {
    width: 145px;
    height: 138px;
    margin-left: 12px;
}

.protemptwo .protemppic .tiaoxiaot {
    width: 145px;
    height: 138px;
    margin-left: 19px;
}

.protemptwo .xiaotud {
    width: 12.5% !important;
}

.prodtd_fl .bianxiao {
    font-size: 31px;
}













