/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;

*/


.h_title{width:1200px;height:auto;margin:0 auto;text-align:center;}

.h_title h3{font-size:26px;color:#1b910f;font-weight:bold;line-height:28px;}

.h_title h3 a{display:block;color:#1b910f;}

.h_title p{font-size:16px;color:#333;line-height:16px;margin-top:10px;}

.h_title span{display:block;width:2px;height:20px; background:#46a63c;margin:7px auto 0 auto;}



/* 品质 */
.box_01{width:1200px;height:auto;margin:80px auto;}

.box_01 .list{width:1200px;height:200px;margin:40px auto 0 auto;}

.box_01 .list li{width:380px;height:200px;float:left;margin-right:30px;overflow:hidden; background:url(../images/pz_back.png);-moz-box-shadow:0px 0px 10px #d6d5d5;-webkit-box-shadow:0px 0px 10px #d6d5d5;box-shadow:0px 0px 10px #d6d5d5;}

.box_01 .list li:last-child{margin-right:0;}

.box_01 .list li .icon{width:68px;height:68px;border:solid 1px #e6e6e6;border-radius:35px;margin:30px auto 0 auto;}

.box_01 .list li .icon i{display:block;width:68px;height:68px;}

.box_01 .list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_01 .list li:nth-of-type(1) .icon i{background:url(../images/pz_icon_01.png) center center no-repeat;}

.box_01 .list li:nth-of-type(2) .icon i{background:url(../images/pz_icon_02.png) center center no-repeat;}

.box_01 .list li:nth-of-type(3) .icon i{background:url(../images/pz_icon_03.png) center center no-repeat;}

.box_01 .list li h4{font-size:20px;color:#1b910f;font-weight:bold;line-height:22px;margin-top:16px;font-weight:bold;text-align:center;}

.box_01 .list li p{font-size:16px;color:#666;line-height:16px;margin-top:20px;text-align:center;}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.7deg) skewY(-12.7deg);
    -moz-transform: skewX(-12.7deg) skewY(-12.7deg);
    transform: skewX(-12.7deg) skewY(-12.7deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.7% {
    -webkit-transform: skewX(1.7625deg) skewY(1.7625deg);
    -moz-transform: skewX(1.7625deg) skewY(1.7625deg);
    transform: skewX(1.7625deg) skewY(1.7625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}




/* 产品中心 */
.box_02{width:1200px;height:auto;margin:0 auto 80px auto;overflow:hidden;}

.box_02 .center{width:1200px;height:260px;overflow:hidden;margin:0 auto;}

.box_02 .center .left{width:390px;height:260px;float:left;}

.box_02 .center .left .bt{width:390px;height:90px;position:relative;overflow:hidden;}

.box_02 .center .left .bt p:nth-of-type(1){font-size:110px;color:#e5e5e5;font-weight:bold;line-height:90px;position:absolute;left:-7px;top:-27px;}

.box_02 .center .left .bt p:nth-of-type(2){font-size:36px;color:#e5e5e5;font-weight:bold;line-height:30px;position:absolute;left:75px;top:0;}

.box_02 .center .left .bt a{display:block;font-size:30px;color:#1b910f;line-height:32px;font-weight:bold;position:absolute;left:75px;bottom:12px;}

.box_02 .center .left .list{width:390px;height:55px;margin-top:30px;overflow:hidden;}

.box_02 .center .left .list li{width:110px;height:16px;line-height:16px;font-size:15px;float:left;margin:0 30px 23px 0;}

.box_02 .center .left .list li:nth-of-type(3n){margin-right:0;}

.box_02 .center .left .list li a{display:block;color:#4c4c4c;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .left .list li:hover a{color:#1b910f;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center .img{width:720px;height:260px;float:right;}

.box_02 .center .img img{width:720px;height:260px; vertical-align:top;object-fit:cover;}

.box_02 .pro-center{width:1200px;height:auto;overflow:hidden;margin-top:-40px;position:relative;z-index:3;}

.box_02 .pro-center .hd{width:340px;height:40px;overflow:hidden;}

.box_02 .pro-center .hd ul{width:340px;height:40px;overflow:hidden;font-size:16px;}

.box_02 .pro-center .hd ul li{width:160px;height:40px;float:left;line-height:40px;cursor:pointer;color:#333; background:#d9d9d9;text-align:center;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro-center .hd ul li.on{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro-center .hd ul li:last-child{float:right;}

.box_02 .pro-center .hd ul li::before{content:'';width:160px;height:0px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro-center .hd ul li.on::before{content:'';width:160px;height:40px;background:#1b910f;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro-center .bd{width:1200px;margin-top:30px;}

.box_02 .pro-center .bd .main{width:1200px;height:700px;overflow:hidden;}

.box_02 .pro-center .bd .main li{width:380px;height:335px;float:left;margin:0 30px 30px 0;overflow:hidden;}

.box_02 .pro-center .bd .main li:nth-of-type(3n){margin-right:0;}

.box_02 .pro-center .bd .main li a{display:block;}

.box_02 .pro-center .bd .main li .img{width:380px;height:285px;overflow:hidden;}

.box_02 .pro-center .bd .main li .img img{width:380px;height:285px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_02 .pro-center .bd .main li:hover .img img{transform: scale(1.05);}

.box_02 .pro-center .bd .main li .txt{width:380px;height:50px;line-height:50px;background:#fafafa;position:relative;z-index:0;}

.box_02 .pro-center .bd .main li .txt::before{content:'';width:380px;height:0px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro-center .bd .main li:hover .txt::before{content:'';width:380px;height:50px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro-center .bd .main li .name{width:320px;height:50px;line-height:50px;padding:0 50px 0 10px;font-size:14px;color:#333;background:url(../images/pro_jt_01.png) 353px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro-center .bd .main li:hover .name{color:#fff;background:url(../images/pro_jt_03.png) 353px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}






/* 横栏广告 */
.box_03{width:100%;height:260px;background: url(../images/ad_back.jpg) no-repeat center;overflow:hidden;background-attachment: fixed;}

.box_03 .center{width:1200px;height:260px;margin:0 auto;position:relative;z-index:2;color:#fff;}

.box_03 .center .txt{width:350px;height:260px;position:absolute;top:0;right:0;text-align:right;}

.box_03 .center .txt h4{font-size:24px;line-height:26px;font-weight:bold;margin-top:35px;}

.box_03 .center .txt h5{margin-top:15px;font-size:20px;line-height:20px;}

.box_03 .center .txt p:nth-of-type(1){height:21px;line-height:12px;font-size:12px;color:#d1cfce;margin-top:15px;position:relative;}

.box_03 .center .txt p:nth-of-type(1)::before{content:'';width:285px;height:1px;background:#fff;position:absolute;bottom:0;right:0;}

.box_03 .center .txt p:nth-of-type(2){font-size:14px;line-height:20px;margin-top:18px;}

.box_03 .center .txt p:nth-of-type(2) span{font-size:24px;font-weight:bold;}

.box_03 .center .txt a{display:block;width:150px;height:40px;line-height:40px;text-align:center;background:#fff;font-size:14px;color:#1b910f;float:right;margin-top:18px;}



/* 案例欣赏 */
.box_04{width:1200px;height:auto;margin:80px auto;}

.box_04 .center{width:1200px;height:700px;margin:40px auto 0 auto;}

.box_04 .center .list{width:790px;height:700px;overflow:hidden;float:left;}

.box_04 .center .list li{width:380px;height:335px;float:left;margin:0 30px 30px 0;overflow:hidden;}

.box_04 .center .list li:nth-of-type(2n){margin-right:0;}

.box_04 .center .list li a{display:block;}

.box_04 .center .list li .img{width:380px;height:285px;overflow:hidden;}

.box_04 .center .list li .img img{width:380px;height:285px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_04 .center .list li:hover .img img{transform: scale(1.05);}

.box_04 .center .list li .txt{width:380px;height:50px;line-height:50px;background:#fafafa;position:relative;z-index:0;}

.box_04 .center .list li .txt::before{content:'';width:380px;height:0px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:hover .txt::before{content:'';width:380px;height:50px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li .name{width:320px;height:50px;line-height:50px;padding:0 50px 0 10px;font-size:14px;color:#333;background:url(../images/pro_jt_01.png) 353px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .list li:hover .name{color:#fff;background:url(../images/pro_jt_03.png) 353px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right{width:380px;height:700px;overflow:hidden;float:right;-moz-box-shadow:0px 0px 10px #d6d5d5;-webkit-box-shadow:0px 0px 10px #d6d5d5;box-shadow:0px 0px 10px #d6d5d5;}

.box_04 .center .right .img{width:380px;height:510px;overflow:hidden;}

.box_04 .center .right .img img{width:380px;height:510px; vertical-align:top;object-fit:cover;}

.box_04 .center .right .txt{width:310px;height:165px;padding:25px 35px 0 35px;background:#fafafa;overflow:hidden;text-align:center;}

.box_04 .center .right .txt .name{display:block;font-size:16px;color:#333;line-height:16px;height:35px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .txt .name::after{content:'';width:40px;height:2px;background:#dbdbdb;position:absolute;bottom:0;left:50%;margin-left:-20px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .txt:hover .name{color:#1b910f;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .txt:hover .name::after{content:'';width:100px;height:2px;background:#1b910f;position:absolute;bottom:0;left:50%;margin-left:-50px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .txt p{font-size:14px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:8px;}

.box_04 .center .right .txt .more{display:block;width:128px;height:28px;border:solid 1px #1b910f;margin:10px auto 0 auto;font-size:12px;color:#1b910f;line-height:28px;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .txt:hover .more{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .txt .more::after{content:'';width:128px;height:0px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .txt:hover .more::after{content:'';width:128px;height:28px;background:#1b910f;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}







/* 企业优势 */
.box_05{width:1200px;height:610px;margin:0 auto 80px auto;}

.box_05 .center{width:1200px;height:610px;margin:0 auto;}

.box_05 .center .left{width:360px;height:610px;float:left;overflow:hidden;position:relative;}

.box_05 .center .left p:nth-of-type(1){font-size:36px;font-weight:bold;line-height:30px;text-transform: Uppercase;color:#dad1cb;}

.box_05 .center .left p:nth-of-type(2){font-size:36px;font-weight:bold;line-height:30px;text-transform: Uppercase;color:#dad1cb;margin-top:20px;}

.box_05 .center .left h4{font-size:24px;font-weight:bold;line-height:26px;color:#1b910f;margin-top:20px;}

.box_05 .center .left p:nth-of-type(3){font-size:16px;line-height:16px;color:#333;margin-top:12px;}

.box_05 .center .left img{display:compact;width:360px;height:410px; vertical-align:top;position:absolute;left:0;bottom:0;}

.look_center{width:800px;height:610px;float:right;position:relative;}

.look_center .bd{width:800px;height:500px;}

.look_center .bd .main{width:800px;height:500px;position:relative;}

.look_center .bd .main .img{width:800px;height:500px;}

.look_center .bd .main .img img{width:800px;height:500px;vertical-align:top;}

.look_center .bd .main .txt{width:250px;height:500px;padding:0 25px;background:rgba(27,145,15,0.8);position:absolute;left:0;top:0;}

.look_center .bd .main .txt .icon{width:58px;height:58px;border:solid 1px #fff;border-radius:30px;margin-top:75px;}

.look_center .bd .main:nth-of-type(1) .txt .icon{ background:url(../images/ys_icon_01.png) center center no-repeat;}

.look_center .bd .main:nth-of-type(2) .txt .icon{ background:url(../images/ys_icon_02.png) center center no-repeat;}

.look_center .bd .main:nth-of-type(3) .txt .icon{ background:url(../images/ys_icon_03.png) center center no-repeat;}

.look_center .bd .main:nth-of-type(4) .txt .icon{ background:url(../images/ys_icon_04.png) center center no-repeat;}

.look_center .bd .main .txt h4{font-size:14px;color:#fff;line-height:22px;margin-top:30px;}

.look_center .bd .main .txt h4 span{font-size:20px;font-weight:bold;float:left;margin-right:20px;}

.look_center .bd .main .txt i{display:block;width:2px;height:30px; background:#fff;margin-top:12px;}

.look_center .bd .main .txt h5{font-size:16px;color:#fff;line-height:16px;margin-top:13px;}

.look_center .bd .main .txt p{font-size:14px;color:#fff;line-height:30px;margin-top:25px;}

.look_center .hd{width:800px;height:90px;position:absolute;left:0;bottom:0;z-index:5;}

.look_center .hd ul{width:800px;height:90px;display:flex;justify-content: space-between;}

.look_center .hd ul li{width:190px;height:90px;cursor:pointer;float:left;text-align:center;-moz-box-shadow:0px 0px 10px #d6d5d5;-webkit-box-shadow:0px 0px 10px #d6d5d5;box-shadow:0px 0px 10px #d6d5d5;}

.look_center .hd ul li h4{font-size:20px;color:#404040;line-height:20px;height:32px;margin-top:20px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li h4::after{content:'';width:30px;height:2px;background:#d9d9d9;position:absolute;bottom:0;left:50%;margin-left:-15px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on h4{color:#1b910f;font-weight:bold;webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on h4::after{content:'';width:30px;height:2px;background:#d1e9cf;position:absolute;bottom:0;left:50%;margin-left:-15px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li p{font-size:12px;color:#404040;line-height:15px;margin-top:8px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on p{color:#a7cca5;-webkit-transition:all .7s;transition:all .7s;}





/* 流程 */
.box_06{width:100%;height:425px;padding-top:80px; background:url(../images/lc_back.jpg) center top no-repeat;}

.box_06 .center{width:1200px;height:220px;margin:40px auto 0 auto; background:#fff;overflow:hidden;border:solid 1px #e6e6e6;}

.box_06 .center .list{width:1200px;height:160px;}

.box_06 .center .list li{width:198px;height:158px;border:solid 1px #e6e6e6;background:#fff;float:left;position:relative;}

.box_06 .center .list li .icon{width:80px;height:80px;margin:20px auto;background:url(../images/lc_y01.png);-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:hover .icon{background:url(../images/lc_y02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li .icon i{display:block;width:80px;height:80px;}

.box_06 .center .list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_06 .center .list li:nth-of-type(1) .icon i{background:url(../images/lc_icon_01.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(2) .icon i{background:url(../images/lc_icon_03.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(3) .icon i{background:url(../images/lc_icon_05.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(4) .icon i{background:url(../images/lc_icon_07.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(5) .icon i{background:url(../images/lc_icon_09.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(6) .icon i{background:url(../images/lc_icon_11.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(1):hover  .icon i{background:url(../images/lc_icon_02.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(2):hover  .icon i{background:url(../images/lc_icon_04.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(3):hover  .icon i{background:url(../images/lc_icon_06.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(4):hover  .icon i{background:url(../images/lc_icon_08.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(5):hover  .icon i{background:url(../images/lc_icon_10.png) center center no-repeat;}

.box_06 .center .list li:nth-of-type(6):hover  .icon i{background:url(../images/lc_icon_12.png) center center no-repeat;}

.box_06 .center .list li p{font-size:16px;color:#404040;line-height:16px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:hover p{color:#1b910f;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(1)::before{content:'';width:0px;height:11px;background:#e6e6e6;position:absolute;bottom:-34.5px;left:4px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(1):hover::before{content:'';width:190px;height:11px;background:#1b910f;position:absolute;bottom:-34.5px;left:4px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(2)::before{content:'';width:0px;height:11px;background:#e6e6e6;position:absolute;bottom:-34.5px;left:-196px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(2):hover::before{content:'';width:390px;height:11px;background:#1b910f;position:absolute;bottom:-34.5px;left:-196px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(3)::before{content:'';width:0px;height:11px;background:#e6e6e6;position:absolute;bottom:-34.5px;left:-396px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(3):hover::before{content:'';width:590px;height:11px;background:#1b910f;position:absolute;bottom:-34.5px;left:-396px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(4)::before{content:'';width:0px;height:11px;background:#e6e6e6;position:absolute;bottom:-34.5px;left:-596px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(4):hover::before{content:'';width:790px;height:11px;background:#1b910f;position:absolute;bottom:-34.5px;left:-596px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(5)::before{content:'';width:0px;height:11px;background:#e6e6e6;position:absolute;bottom:-34.5px;left:-796px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(5):hover::before{content:'';width:990px;height:11px;background:#1b910f;position:absolute;bottom:-34.5px;left:-796px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(6)::before{content:'';width:0px;height:11px;background:#e6e6e6;position:absolute;bottom:-34.5px;left:-996px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .list li:nth-of-type(6):hover::before{content:'';width:1190px;height:11px;background:#1b910f;position:absolute;bottom:-34.5px;left:-996px;border-radius:6px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .line{width:1200px;height:18px; background:url(../images/lc_line.png) center center no-repeat;margin-top:20px;}

.box_06 .tel{width:470px;height:46px;line-height:46px;border:solid 1px #1b910f;border-radius:25px;background:#1b910f;margin:60px auto 0 auto;}

.box_06 .tel a{display:block;width:160px;height:46px;line-height:46px; background:#fff;text-align:center;border-radius:23px;float:left;font-size:14px;color:#1b910f;margin-right:40px;}

.box_06 .tel p{font-size:14px;color:#fff;}

.box_06 .tel p span{font-size:24px;font-weight:bold;}




/* 关于我们 */
.box_07{width:1200px;height:530px;background:#fff;margin:80px auto;}

.box_07 .center{width:1200px;height:530px;margin:0 auto;position:relative;}

.box_07 .center .img{width:500px;height:490px;float:left;position:relative;overflow:hidden;float:left;}

.box_07 .center .img .tp{display:block;width:500px;height:490px; vertical-align:top;}

.box_07 .center .img .ryzz{display:block;width:316px;height:438px;position:absolute;top:0;left:0;}

.box_07 .center .img .ryzz img{display:block;width:316px;height:438px; vertical-align:top;object-fit:cover;}

.box_07 .center .txt{width:645px;height:auto;float:right;position:relative;}

.box_07 .center .txt span{display:block;font-size:54px;line-height:44px;font-weight:bold;color:#f5f5f5;text-transform: Uppercase;position:absolute;top:0;right:0;}

.box_07 .center .txt .mz{display:block;font-size:24px;line-height:26px;font-weight:bold;color:#1b910f;}

.box_07 .center .txt h5{font-size:16px;line-height:16px;color:#333;margin-top:18px;}

.box_07 .center .txt p{font-size:14px;color:#808080;line-height:30px;height:120px;margin-top:15px;overflow:hidden;}

.box_07 .center .slideGroup02{width:950px;height:320px;position:absolute;bottom:0;right:0;}

.box_07 .center .slideGroup02 .parHd{width:490px;height:40px;margin-left:305px;}

.box_07 .center .slideGroup02 .parHd ul{width:490px;height:40px;line-height:40px;overflow:hidden;text-align:center;}

.box_07 .center .slideGroup02 .parHd ul li{width:150px;height:40px;font-size:14px;color:#404040;background:#dbdbdb;overflow:hidden;position:relative;z-index:0;float:left;margin-right:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .slideGroup02 .parHd ul li:last-child{margin-right:0;}

.box_07 .center .slideGroup02 .parHd ul li::before{content:'';width:150px;height:0px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .slideGroup02 .parHd ul li.on::before{content:'';width:150px;height:40px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .slideGroup02 .parHd ul li.on{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .slideGroup02 .parBd{width:900px;height:210px;margin-top:20px;padding:25px; background:#fff;-moz-box-shadow:0px 0px 10px #d6d5d5;-webkit-box-shadow:0px 0px 10px #d6d5d5;box-shadow:0px 0px 10px #d6d5d5;}

.box_07 .center .slideGroup02 .parBd .slideBox{position:relative;width:900px;height:210px;}

.box_07 .center .slideGroup02 .parBd .slideBox .tempWrap{width:900px;height:210px;margin:0 auto;overflow:hidden;}

.box_07 .center .slideGroup02 .parBd ul{width:900px;overflow:hidden; zoom:1;}

.box_07 .center .slideGroup02 .parBd ul li{width:280px;height:210px;margin-right:30px;float:left;position:relative;}

.box_07 .center .slideGroup02 .parBd ul li a{display:block;}

.box_07 .center .slideGroup02 .parBd ul li .img{width:280px;height:210px;overflow:hidden;}

.box_07 .center .slideGroup02 .parBd ul li .img img{width:280px;height:210px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_07 .center .slideGroup02 .parBd ul li:hover .img img{transform: scale(1.1);}

.box_07 .center .slideGroup02 .parBd ul li .txt{width:280px;height:40px;background:rgba(38,38,38,0.7);position:absolute;left:0;bottom:0;z-index:0;}

.box_07 .center .slideGroup02 .parBd ul li .txt::after{content:'';width:280px;height:0px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .slideGroup02 .parBd ul li:hover .txt::after{content:'';width:280px;height:40px;background:#1b910f;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .slideGroup02 .parBd ul li .name{width:220px;line-height:40px;height:40px;font-size:14px;padding:0 50px 0 10px;color:#fff;background:url(../images/show_jt.png) 255px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}






/* 新闻资讯 */
.box_08{width:1200px;height:520px;margin:0 auto 80px auto;background:#fff;}

.box_08 .center{width:1200px;height:520px;position:relative;}

.box_08 .center .bt{width:220px;height:auto;position:absolute;left:0;top:0;z-index:5;}


.box_08 .center .bt p:nth-of-type(1){font-size:36px;font-weight:bold;line-height:30px;text-transform: Uppercase;color:#dad1cb;}

.box_08 .center .bt p:nth-of-type(2){font-size:28px;font-weight:bold;line-height:22px;text-transform: Uppercase;color:#dad1cb;margin-top:20px;}

.box_08 .center .bt a{display:block;font-size:24px;font-weight:bold;line-height:26px;height:40px;color:#1b910f;margin-top:25px;position:relative;}

.box_08 .center .bt a::before{content:'';width:60px;height:2px;background:#1b910f;position:absolute;bottom:0;left:0;}








.box_08 .news_center{width:1200px;height:520px;}

.box_08 .news_center .hd{width:200px;height:auto;float:left;margin-top:195px;}

.box_08 .news_center .hd ul{width:200px;height:auto;overflow:hidden;font-size:14px;}

.box_08 .news_center .hd ul li{width:200px;height:46px;line-height:46px;background:#d9d9d9;text-align:center;margin-bottom:20px;position:relative;z-index:0;}

.box_08 .news_center .hd ul li::before{content:'';width:200px;height:0px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li.on::before{content:'';width:200px;height:46px;background:#1b910f;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li:last-child{margin-bottom:0px;}

.box_08 .news_center .hd ul li a{display:block;color:#333;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .hd ul li.on a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}









.box_08 .news_center .bd{width:945px;height:520px;float:right;}

.box_08 .news_center .bd .main{width:945px;height:520px;}







.box_08 .news_center .bd .main .bx{width:345px;height:520px;overflow:hidden;float:left;}

.box_08 .news_center .bd .main .bx .img{width:345px;height:410px;overflow:hidden;}

.box_08 .news_center .bd .main .bx .img img{width:345px;height:410px;vertical-align:top;object-fit:cover;}

.box_08 .news_center .bd .main .bx .txt{width:305px;height:145px;padding:20px 20px 0 20px;background:#fafafa;overflow:hidden;}

.box_08 .news_center .bd .main .bx .txt .name{display:block;font-size:16px;color:#333;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .bx .txt:hover .name{margin-left:10px;color:#1b910f;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .bx .txt p{font-size:14px;color:#808080;line-height:15px;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_08 .news_center .bd .main .bx .txt span{display:block;font-size:12px;color:#b2b2b2;line-height:10px;margin-top:15px;}











.box_08 .news_center .bd .main .left{width:570px;height:520px;float:right;}

.box_08 .news_center .bd .main .left li{width:570px;height:auto;}



.box_08 .news_center .bd .main .left li .show{display:block;width:570px;height:56px;line-height:55px;position:relative;-webkit-transition:all .7s;transition:all .7s;}
.box_08 .news_center .bd .main .left li .show::after{content:'';width:570px;height:1px;background:#e6e6e6;position:absolute;bottom:0px;left:0;}



.box_08 .news_center .bd .main .left li .show a{display:block;width:420px;padding-left:35px;font-size:14px;color:#404040;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;}

.box_08 .news_center .bd .main .left li .show span{display:block;font-size:12px;color:#999;float:right;}





.box_08 .news_center .bd .main .left li .hide{display:block;height:0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}



.box_08 .news_center .bd .main .left li.active .show{display:block;height:0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .left li.active .hide{display:block;width:535px;padding-left:35px;height:120px;margin-top:5px;-webkit-transition:all .7s;transition:all .7s;-moz-box-shadow:0px 0px 10px #d6d5d5;-webkit-box-shadow:0px 0px 10px #d6d5d5;box-shadow:0px 0px 10px #d6d5d5;}

.box_08 .news_center .bd .main .left li .hide .date{width:60px;height:120px;float:left;text-align:center;margin-right:20px;}

.box_08 .news_center .bd .main .left li .hide .date p:nth-of-type(1){font-size:40px;line-height:32px;margin-top:30px;color:#1b910f;}

.box_08 .news_center .bd .main .left li .hide .date p:nth-of-type(2){font-size:14px;line-height:10px;margin-top:12px;color:#1b910f;}




.box_08 .news_center .bd .main .left li .hide .txt{width:435px;height:120px;float:left;}

.box_08 .news_center .bd .main .left li .hide .txt a{display:block;font-size:16px;color:#1b910f;line-height:16px;margin-top:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .left li:hover .hide .txt a{margin-left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .news_center .bd .main .left li .hide .txt  p{font-size:14px;color:#808080;line-height:25px;height:50px;overflow:hidden;margin-top:11px;}
























/* 友情链接 */
.links{width:100%;height:20px;line-height:20px;margin-bottom:80px;overflow:hidden;}

.links .jz{width:1200px;height:20px;line-height:20px;margin:0 auto;overflow:hidden;}

.links .jz p{width:115px;font-size:18px;color:#1b910f;float:left;line-height:20px;font-weight:bold;text-align:right;background:url(../images/link.png) left center no-repeat;}

.links .jz .lins{width:1060px;float:right;height:20px;min-height:20px;box-sizing:content-box;}

.links .jz .lins a{display:block;width:auto;box-sizing:content-box;font-size:14px;line-height:20px;color:#808080;float:left;margin-right:40px;-webkit-transition:all .7s;transition:all .7s;}

.links .jz .lins a:hover{color:#1b910f;-webkit-transition:all .7s;transition:all .7s;}

.links .jz .lins a:last-child{margin-right:0;}



/* 在线留言 */
.box_09{width:1200px;height:454px;margin:0 auto 80px auto;overflow:hidden;}

.box_09 .center{width:1200px;height:454px;overflow:hidden;}

.box_09 .center  .infro{width:790px;height:454px;float:left;background:url(../images/lxwm.jpg);position:relative;}

.box_09 .center  .infro .txt{width:200px;height:454px;padding:0 10px; background:rgba(27,145,15,0.5);float:left;color:#fff;}

.box_09 .center  .infro .txt p:nth-of-type(1){font-size:16px;line-height:16px;margin-top:50px;}

.box_09 .center  .infro .txt p:nth-of-type(2){font-size:20px;line-height:20px;font-weight:bold;margin-top:18px;}

.box_09 .center  .infro .txt span:nth-of-type(1){display:block;width:25px;height:3px; background:#fff;margin-top:50px;}

.box_09 .center  .infro .txt p:nth-of-type(3){font-size:16px;line-height:16px;margin-top:50px;}

.box_09 .center  .infro .txt p:nth-of-type(4){font-size:16px;line-height:16px;font-weight:bold;margin-top:18px;}

.box_09 .center  .infro .txt span:nth-of-type(2){display:block;width:25px;height:3px; background:#fff;margin-top:50px;}

.box_09 .center  .infro .txt p:nth-of-type(5){font-size:16px;line-height:16px;margin-top:50px;}

.box_09 .center  .infro .txt p:nth-of-type(6){font-size:16px;line-height:16px;margin-top:18px;}

.box_09 .center .form{width:380px;height:454px;position:relative;float:right;}

.box_09 .center .form p{width:378px;height:54px;overflow:hidden;background:#fff;border:solid 1px #e6e6e6;}

.box_09 .center .form input{display:block;width:320px;height:54px;line-height:54px;color:#808080;font-size:14px;padding:0 38px 0 20px;box-sizing:content-box;}

.box_09 .center .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_09 .center .form p:nth-of-type(2){position:absolute;left:0;top:76px;}

.box_09 .center .form p:nth-of-type(1) input{background:url(../images/xx.png) 355px center no-repeat rgba(0,0,0,0);}

.box_09 .center .form p:nth-of-type(2) input{background:url(../images/xx.png) 355px center no-repeat rgba(0,0,0,0);}

.box_09 .center .form p:nth-of-type(3){width:378px;height:148px;position:absolute;left:0;top:152px;}

.box_09 .center .form textarea{width:320px;height:148px;line-height:54px;color:#808080;font-size:14px;padding:0 38px 0 20px;box-sizing:content-box;background:url(../images/xx.png) 355px 15px no-repeat rgba(0,0,0,0);}

.box_09 .center .form p:nth-of-type(4){width:378px;height:54px;position:absolute;bottom:76px;left:0;z-index:2;}

.box_09 .center .form p:nth-of-type(4) input{display:block;width:200px;height:54px;line-height:54px;color:#808080;font-size:14px;float:left;padding:0 0 0 20px;box-sizing:content-box;border:none;background:rgba(0,0,0,0);}

.box_09 .center .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:36px;margin:9px;cursor:pointer;}

.box_09 .center .form .tj{width:380px;height:56px;border:none;position:absolute;bottom:0;right:0;background:#1b910f;overflow:hidden;z-index:0;}

.box_09 .center .form .tj .btn{display: block;width:380px;height:56px;line-height:56px;text-align:center;font-size:14px;color:#fff;border:none;background:none;cursor:pointer;}

.box_09 .center .form .tj::before{content:'';width:380px;height:0px;background:#333;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .center .form .tj:hover::before{content:'';width:380px;height:56px;background:#333;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

















/* 提交按钮的线条边框特效 */
.bz-buttonAnimat {
    position: relative
}
/*
.bz-buttonAnimat .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
*/
.bz-buttonAnimat::before,
.bz-buttonAnimat::after,
.bz-buttonAnimat .inner::before,
.bz-buttonAnimat .inner::after {
    background-color: #1b910f;
}

.bz-buttonAnimat02::before,
.bz-buttonAnimat02::after,
.bz-buttonAnimat02 .inner::before,
.bz-buttonAnimat02 .inner::after {
    background-color: #1b910f;
}


.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after {
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after {
    top: 0;
    width: 2px;
    height: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before {
    left: 0
}

.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after {
    right: 0
}

.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before {
    top: 0
}

.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after {
    bottom: 0
}

.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before {
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after {
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before {
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center
}

.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after {
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before {
    -webkit-transform-origin: left center;
    transform-origin: left center
}
