/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .5s;transition:all .5s;

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;position:relative;}

.h_title h3{font-size:32px;line-height:32px;color:#333;}

.h_title h3 a{display:block;color:#333;}

.h_title p{font-size:15px;line-height:15px;color:#797979;margin-top:20px;}





/* 定位语 */
.box_01{width:1100px;height:79px;line-height:79px;border-bottom:solid 1px #e5e5e5;padding:0 50px;background:#fff;position:relative;z-index:999;margin:-80px auto 0 auto;overflow:hidden;}

.box_01 .left{font-size:24px;color:#333333;line-height:79px;float:left;padding-left:35px;position:relative;}

.box_01 .left::before{content:'';width:24px;height:26px;background:url(../images/tel01.png);position:absolute;top:26px;left:0;animation: msClock 1.2s linear infinite;}

@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1.1);}
	
	20%,40% {transform: rotate(15deg) scale(1.1);}
}

.box_01 .left span{font-size:15px;color:#7b7b7b;line-height:79px;float:left;}

.box_01 .right{width:260px;height:35px;background:#f2f2f2;margin:22px 0;float:right;overflow:hidden;}

.box_01 .right .input{width:190px;height:35px;line-height:35px;color:#bdbdbd;display:block;background:rgba(0,0,0,0);padding-left:20px;float:left;font-size:14px;box-sizing:content-box;}

.box_01 .right .button{width:50px;height:35px;display:inline-block;background:url(../images/search.png) left center no-repeat #f2f2f2;cursor:pointer;border:none;float:right;}

.box_01 .backTop{width:30px;height:37px;background:url(../images/mouse.png) no-repeat;display: block;position:absolute;left:50%;margin-left:-15px;top:20px;animation: mouse 1s ease-in-out 0.1s alternate none infinite running; -webkit-animation: mouse 1s ease-in-out 0.1s alternate none infinite running; }

@keyframes mouse {
	from { transform: translateY(0); -webkit-transform: translateY(0); }
    to { transform: translateY(10px); -webkit-transform: translateY(10px); }
}

@-webkit-keyframes mouse {
    from { transform: translateY(0); -webkit-transform: translateY(0); }
    to { transform: translateY(10px); -webkit-transform: translateY(10px); }
}




/* 品牌 */
.box_02{width:1200px;height:auto;margin:70px auto;overflow:hidden;}

.box_02 .list{width:1200px;height:200px;margin:50px auto 0 auto;overflow:hidden;}

.box_02 .list li{width:266px;height:196px;border:solid 2px #e1e1e1;float:left;margin-right:40px;}

.box_02 .list li:last-child{margin-right:0;}

.box_02 .list li i{display:block;width:88px;height:82px;margin:30px auto 30px auto;-webkit-transition:all .5s;transition:all .5s;}

.box_02 .list li:hover i{display:block;width:88px;height:82px;margin:24px auto 40px auto;-webkit-transition:all .5s;transition:all .5s;}

.box_02 .list li:nth-of-type(1) i{background:url(../images/list_icon_01.png) center center no-repeat;}

.box_02 .list li:nth-of-type(2) i{background:url(../images/list_icon_02.png) center center no-repeat;}

.box_02 .list li:nth-of-type(3) i{background:url(../images/list_icon_03.png) center center no-repeat;}

.box_02 .list li:nth-of-type(4) i{background:url(../images/list_icon_04.png) center center no-repeat;}

.box_02 .list li p{font-size:20px;color:#666;line-height:20px;text-align:center;-webkit-transition:all .5s;transition:all .5s;}

.box_02 .list li:hover p{color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}





/* 产品中心 */
.box_03{width:100%;padding:80px 0 50px 0;background:#f3f3f3;overflow:hidden;}

.box_03 .list{width:1200px;height:110px;margin:40px auto 0 auto;overflow:hidden;}

.box_03 .list .hd{width:1200px;height:60px;overflow:hidden;}

.box_03 .list .hd ul{width:1200px;height:60px;overflow:hidden; background:#d8dde1;}

.box_03 .list .hd ul li{width:238px;height:60px;line-height:60px;cursor:pointer;float:left;position:relative;z-index:0;border-left:solid 1px #fff;border-right:solid 1px #ccc;background:#dbdbdb;}

.box_03 .list .hd ul li::before{content:'';width:238px;height:0px;background:#7bbf2e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li.on::before{content:'';width:238px;height:60px;background:#7bbf2e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li a{display:block;width:130px;padding:0 50px 0 58px;position:relative;font-size:18px;font-weight:bold;color:#333;line-height:60px;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li.on a{display:block;color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(1) a{background:url(../images/pro_icon_01.png) 20px center no-repeat,url(../images/you.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(1).on a{background:url(../images/pro_icon_02.png) 20px center no-repeat,url(../images/xia.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(2) a{background:url(../images/pro_icon_03.png) 20px center no-repeat,url(../images/you.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(2).on a{background:url(../images/pro_icon_04.png) 20px center no-repeat,url(../images/xia.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(3) a{background:url(../images/pro_icon_05.png) 20px center no-repeat,url(../images/you.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(3).on a{background:url(../images/pro_icon_06.png) 20px center no-repeat,url(../images/xia.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(4) a{background:url(../images/pro_icon_07.png) 20px center no-repeat,url(../images/you.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(4).on a{background:url(../images/pro_icon_08.png) 20px center no-repeat,url(../images/xia.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(5) a{background:url(../images/pro_icon_09.png) 20px center no-repeat,url(../images/you.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .hd ul li:nth-of-type(5).on a{background:url(../images/pro_icon_10.png) 20px center no-repeat,url(../images/xia.png) 200px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .bd{width:1200px;height:50px;background:#fff;position:relative;}

.box_03 .list .bd .main{width:1170px;height:50px;padding-left:30px;overflow:hidden;}

.box_03 .list .bd .main li{width:auto;height:50px;line-height:50px;float:left;overflow:hidden;}

.box_03 .list .bd .main li a{display:block;width:auto;padding-left:20px;margin-right:40px;background:url(../images/yuan01.png) left center no-repeat;font-size:15px;color:#666;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .list .bd .main li:hover a{color:#7bbf2e;background:url(../images/yuan02.png) left center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .product{width:1200px;margin:30px auto 0 auto;overflow:hidden;}

.box_03 .product li{width:380px;height:335px;margin:0 30px 30px 0;float:left;}

.box_03 .product li:nth-of-type(3n){margin-right:0;}

.box_03 .product li a{display:block;}

.box_03 .product li .img{width:380px;height:285px;overflow:hidden;}

.box_03 .product li .img img{width:380px;height:285px;transition: all 1s;vertical-align:top;}

.box_03 .product li:hover .img img{transform: scale(1.1);}

.box_03 .product li .txt{width:380px;height:50px;line-height:50px;background:#fff;position:relative;z-index:0;}

.box_03 .product li .txt::before{content:'';width:380px;height:1px;background:#dcdcdc;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .product li:hover .txt::before{content:'';width:380px;height:50px;background:#7bbf2e;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .product li .name{width:280px;height:50px;line-height:50px;padding:0 80px 0 20px;font-size:16px;color:#666;background:url(../images/pro_jt_01.png) 340px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;position:relative;}

.box_03 .product li:hover .name{background:url(../images/pro_jt_02.png) 340px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .product li:hover .name{color:#fff;-webkit-transition:all .5s;transition:all .5s;}







/* 企业优势 */
.box_04{width:100%;height:auto;overflow:hidden;}

.look_center{width:100%;height:auto;overflow:hidden;position:relative;}

.look_center .h_title{width:1200px;height:auto;text-align:center;position:absolute;left:50%;margin-left:-600px;top:8%;z-index:9;}

.look_center .h_title h3{font-size:32px;line-height:32px;color:#fff;}

.look_center .h_title p{font-size:15px;line-height:15px;color:#fff;margin-top:20px;}

.look_center .bd .main{width:100%;height:auto;overflow:hidden;}

.look_center .bd .main img{width:100%;height:auto;}

.look_center .bd .main .txt{width:1200px;height:220px;position:absolute;left:50%;margin-left:-600px;top:25%;text-align:center;}

.look_center .bd .main .txt h4{line-height:26px;font-size:24px;font-weight:bold;color:#7cbf2e;}

.look_center .bd .main .txt span{display:block;width:2px;height:24px;background:#fff;margin:20px auto 0 auto;}

.look_center .bd .main .txt p{width:1200px;margin:2.5% auto 0 auto;font-size:15px;color:#fff;line-height:26px;}

.look_center .hd{width:1200px;height:150px;position:absolute;left:50%;margin-left:-600px;bottom:30px;}

.look_center .hd ul{width:1200px;height:150px;overflow:hidden;position:relative;z-index:2;}

.look_center .hd ul li{width:150px;height:150px;float:left;margin-right:200px;text-align:center;background:rgba(255,255,255,0.8);position:relative;z-index:0;}

.look_center .hd ul li::before{content:'';width:150px;height:0px;background:#7bbf2e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li.on::before{content:'';width:150px;height:150px;background:#7bbf2e;position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li:last-child{margin-right:0;}

.look_center .hd ul li i{display:block;width:48px;height:48px;margin:32px auto 18px auto;}

.look_center .hd ul li:nth-of-type(1) i{background:url(../images/ys_icon_01.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(2) i{background:url(../images/ys_icon_03.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(3) i{background:url(../images/ys_icon_05.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(4) i{background:url(../images/ys_icon_07.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(1).on i{background:url(../images/ys_icon_02.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(2).on i{background:url(../images/ys_icon_04.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(3).on i{background:url(../images/ys_icon_06.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li:nth-of-type(4).on i{background:url(../images/ys_icon_08.png) center center no-repeat;-webkit-transition: 0.4s;transition: 0.4s}

.look_center .hd ul li p{font-size:18px;line-height:20px;color:#333;font-weight:bold;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li.on p{color:#fff;-webkit-transition:all .5s;transition:all .5s;}







/* 案例展示 */
.box_05{width:1200px;height:auto;margin:80px auto;overflow:hidden;}

.box_05 .swiper-container{width:1200px;height:auto;overflow:hidden;margin:40px auto 0 auto;}

.box_05 .swiper-slide{width:200px;height:510px;background:none !important;}

.box_05 .swiper-slide a{display:block;}

.box_05 .swiper-slide .img{width:100%;height:380px;margin-top:50px;}

.box_05 .swiper-slide .img img{width:100%;height:380px;vertical-align:top;}

.box_05 .swiper-slide .name{display:none;}

.box_05 .swiper-slide-active{width:810px;height:510px;}

.box_05 .swiper-slide-active .img{width:810px;height:430px;margin-left:-205px;margin-top:0;}

.box_05 .swiper-slide-active .img img{width:810px;height:430px;vertical-align:top;position:absolute;top:0;left:-205px;}

.box_05 .swiper-slide-active .name{display:block;height:40px;line-height:18px;color:#333;font-size:16px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:30px;background:url(../images/case_xian.png) center bottom no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .swiper-slide-active .name:hover{color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .swiper-button-next,.swiper-button-prev{position:absolute;top:0 !important;margin-top:450px !important;}

.box_05 .swiper-button-prev{width:48px;height:48px;border-radius:5px;border:solid 1px #bfbfbf;background:url(../images/case_jt_01.png) center center no-repeat rgba(0,0,0,0) !important;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .swiper-button-prev:hover{border:solid 1px #7bbf2e;background:url(../images/case_jt_02.png) center center no-repeat #7bbf2e !important;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .swiper-button-next{width:48px;height:48px;border-radius:5px;border:solid 1px #bfbfbf;background:url(../images/case_jt_03.png) center center no-repeat rgba(0,0,0,0) !important;right:0;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .swiper-button-next:hover{border:solid 1px #7bbf2e;background:url(../images/case_jt_04.png) center center no-repeat #7bbf2e !important;right:0;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .more{width:166px;height:43px;background:url(../images/case_bk.png);margin:30px auto 0 auto;position:relative;z-index:0;}

.box_05 .more::before{content:'';width:166px;height:0px;background:#7bbf2e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .more:hover::before{content:'';width:166px;height:43px;background:#7bbf2e;position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .more a{display:block;width:136px;padding-left:30px;line-height:43px;font-size:15px;color:#333;background:url(../images/case_jt_05.png) 120px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .more:hover a{color:#fff;background:url(../images/case_jt_06.png) 120px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}




/* 关于我们 */
.box_06{width:100%;height:700px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_06 .center{width:1200px;height:700px;margin:0 auto;}

.box_06 .center .img{width:600px;height:700px;float:left;position:relative;}

.box_06 .center .img img{width:960px;height:700px;vertical-align:top;position:absolute;top:0;right:0;}

.box_06 .center .txt{width:531px;height:700px;float:right;}

.box_06 .center .txt .bx h4{font-size:26px;line-height:30px;color:#666;margin-top:60px;}

.box_06 .center .txt .bx span{display:block;width:200px;height:33px;border-bottom:solid 1px #7bbf2e;font-size:24px;line-height:25px;color:#7cbf2e;margin-top:20px;}

.box_06 .center .txt .bx p{font-size:15px;color:#909090;line-height:28px;heigh:224px;overflow:hidden;margin-top:40px; text-indent:2em;}

.box_06 .center .txt .bx a{display:block;width:140px;height:40px;line-height:40px;padding-left:20px;font-size:14px;color:#fff;background:url(../images/ab_jt.png) 120px center no-repeat #7bbf2e;margin-top:40px;overflow:hidden;}

.box_06 .list{width:531px;height:70px;overflow:hidden;margin:80px auto 0 auto;}

.box_06 .list li{width:177px;height:70px;float:left;position:relative;}

.box_06 .list li::after{content:'';width:1px;height:70px;background:#b5b5b5;position:absolute;top:0;right:0;}

.box_06 .list li:last-child::after{content:'';width:1px;height:55px;background:none;position:absolute;top:5px;right:5px;}

.box_06 .list li .txts{width:177px;margin:0 auto;text-align:left;}

.box_06 .list li:nth-of-type(2) .txts{text-align:center !important;}

.box_06 .list li:nth-of-type(3) .txts{text-align:right !important;}

.box_06 .list li .txts p:nth-of-type(1){position: relative;font-size:36px;font-family:Arial;line-height:32px;color:#333;margin-top:5px;overflow:hidden;}

.box_06 .list li .txts p:nth-of-type(1) i{display:block;line-height:32px;}

.box_06 .list li:nth-of-type(3) .txts p:nth-of-type(1) i{padding-right:20px;}

.box_06 .list li .txts p:nth-of-type(2){font-size:15px;line-height:16px;color:#909090;margin-top:15px;}

.box_06 .list li:nth-of-type(1) .txts p span{position:absolute;bottom:0;left:90px;font-size:15px;line-height:15px;color:#333;}

.box_06 .list li:nth-of-type(2) .txts p span{position:absolute;bottom:0;left:115px;font-size:15px;line-height:15px;color:#333;}

.box_06 .list li:nth-of-type(3) .txts p span{position:absolute;bottom:0;right:0;font-size:15px;line-height:15px;color:#333;}








/* 关于我们 */
.box_07{width:1200px;height:auto;margin:50px auto 80px auto;overflow:hidden;}

.box_07 .slideGroup02{width:1200px;margin:0 auto;position:relative;}

.box_07 .slideGroup02 .parHd{width:460px;height:115px;margin:0 auto;}

.box_07 .slideGroup02 .parHd ul{width:460px;height:115px;overflow:hidden;text-align:center;}

.box_07 .slideGroup02 .parHd ul li{width:80px;height:115px;overflow:hidden;float:left;margin-right:110px;}

.box_07 .slideGroup02 .parHd ul li:last-child{margin-right:0;}

.box_07 .slideGroup02 .parHd ul li i{display:block;width:76px;height:76px;border:solid 2px #e1e1e1;border-radius:50%;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li.on i{border:solid 2px #7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li:nth-of-type(1) i{background:url(../images/show_icon_01.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li:nth-of-type(2) i{background:url(../images/show_icon_03.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li:nth-of-type(3) i{background:url(../images/show_icon_05.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li:nth-of-type(1).on i{background:url(../images/show_icon_02.png) center center no-repeat #7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li:nth-of-type(2).on i{background:url(../images/show_icon_04.png) center center no-repeat #7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li:nth-of-type(3).on i{background:url(../images/show_icon_06.png) center center no-repeat #7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li p{font-size:20px;line-height:20px;color:#666;margin-top:15px;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parHd ul li.on p{color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parBd{margin-top:40px;height:300px;}

.box_07 .slideGroup02 .parBd .slideBox{position:relative;}

.box_07 .slideGroup02 .parBd .slideBox .tempWrap{width:1060px;margin:0 auto;overflow:hidden;}

.box_07 .slideGroup02 .parBd ul{width:1060px;overflow:hidden; zoom:1;}

.box_07 .slideGroup02 .parBd ul li{width:334px;height:300px;margin-right:29px;float:left;position:relative;}

.box_07 .slideGroup02 .parBd ul li a{display:block;}

.box_07 .slideGroup02 .parBd ul li .img{width:334px;height:250px;overflow:hidden;}

.box_07 .slideGroup02 .parBd ul li .img img{width:334px;height:250px;transition: all 1s;vertical-align:top;}

.box_07 .slideGroup02 .parBd ul li:hover .img img{transform: scale(1.1);}

.box_07 .slideGroup02 .parBd ul li .name{width:280px;height:50px;line-height:48px;padding:0 27px;font-size:15px;color:#666;background:#f3f3f3;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parBd ul li .name::before{content:'';width:334px;height:2px;background:#ccc;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parBd ul li .name::after{content:'';width:0px;height:2px;background:#7bbf2e;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parBd ul li:hover .name::after{content:'';width:334px;height:px;background:#7bbf2e;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .slideGroup02 .parBd ul li:hover .name{color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .sPrev{position:absolute;left:0;top:130px;width:36px;height:36px;border:solid 2px #b5b5b5;border-radius:5px;overflow:hidden;background:url(../images/show_jt_01.png) center center no-repeat #fff;cursor:pointer;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .sPrev:hover{border:solid 2px #7bbf2e;background:url(../images/show_jt_02.png) center center no-repeat #7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .sNext{position:absolute;right:0;top:130px;width:36px;height:36px;border:solid 2px #b5b5b5;border-radius:5px;overflow:hidden;background:url(../images/show_jt_03.png) center center no-repeat #fff;cursor:pointer;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .sNext:hover{border:solid 2px #7bbf2e;background:url(../images/show_jt_04.png) center center no-repeat #7bbf2e;-webkit-transition:all .5s;transition:all .5s;}







/* 在线留言 */
.box_08{width:100%;height:300px;background:url(../images/ly_back.jpg) center top no-repeat;overflow:hidden;}

.box_08 .center{width:1200px;height:300px;margin:0 auto;}

.box_08 .txt{width:480px;height:300px;float:left;color:#fff;}

.box_08 .txt p:nth-of-type(1){font-size:30px;line-height:32px;margin-top:65px;font-family:'MicrosoftYaHeiLight';}

.box_08 .txt p:nth-of-type(1) span{font-weight:bold;}

.box_08 .txt p:nth-of-type(2){width:343px;height:45px;background:url(../images/ad_zm.png);margin-top:20px;}

.box_08 .txt .tel{width:425px;height:40px;line-height:40px;margin-top:40px;}

.box_08 .txt .tel span{display:block;font-size:20px;line-height:40px;padding-left:35px;position:relative;float:left;}

.box_08 .txt .tel span::before{content:'';width:24px;height:26px;background:url(../images/tel02.png);position:absolute;top:7px;left:0;animation: msClock 1.2s linear infinite;}

.box_08 .txt .tel span i{display:block;font-size:15px;float:left;margin-right:10px;}

.box_08 .txt .tel a{display:block;width:150px;height:40px;line-height:40px;text-align:center;background:#f2f2f2;float:right;font-size:15px;color:#666;border-radius:5px;}

.box_08 .ly{width:520px;height:300px;padding:0 40px;box-sizing:content-box;float:right;position:relative;}

.box_08 .ly .bt{width:auto;height:60px;position:relative;z-index:2;padding-left:70px;margin-top:30px;background:url(../images/ly_icon.png) left center no-repeat;box-sizing:content-box;}

.box_08 .ly .bt p{font-size:18px;line-height:20px;font-weight:bold;color:#fff;padding-top:8px;box-sizing:content-box;}

.box_08 .ly .bt h4{font-size:16px;line-height:16px;color:#fff;margin-top:8px;}

.box_08 .ly .form{width:520px;height:145px;margin-top:25px;position:relative;}

.box_08 .ly .form p{width:250px;height:24px;overflow:hidden;border-bottom:solid 1px #fff;}

.box_08 .ly .form input{display:block;width:230px;height:24px;line-height:24px;color:#fff;font-size:14px;padding-left:20px;box-sizing:content-box;}

.box_08 .ly .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_08 .ly .form p:nth-of-type(2){position:absolute;right:0;top:0;}

.box_08 .ly .form p:nth-of-type(3){width:260px;height:24px;position:absolute;left:0;top:58px;}

.box_08 .ly .form p:nth-of-type(1) input{background:url(../images/name.png) left center no-repeat rgba(0,0,0,0);}

.box_08 .ly .form p:nth-of-type(2) input{background:url(../images/phone.png) left center no-repeat rgba(0,0,0,0);}

.box_08 .ly .form textarea{width:230px;height:24px;line-height:24px;color:#fff;font-size:14px;padding-left:20px;box-sizing:content-box;background:url(../images/liuyan.png) left center no-repeat rgba(0,0,0,0);}

.box_08 .ly .form p:nth-of-type(4){width:250px;height:39px;position:absolute;top:43px;right:0;z-index:2;overflow:hidden;}

.box_08 .ly .form p:nth-of-type(4) input{display:block;width:120px;height:39px;line-height:39px;color:#fff;font-size:14px;float:left;background:url(../images/yzm.png) left center no-repeat rgba(0,0,0,0);}

.box_08 .ly .form p:nth-of-type(4) img{display:block;float:right;width:100px;height:39px;cursor:pointer;}

.box_08 .ly .form .tj{width:520px;height:40px;border:none;position:absolute;bottom:0;right:0;background:#fff;overflow:hidden;z-index:0;}

.box_08 .ly .form .tj .btn{display: block;width:540px;height:40px;line-height:40px;text-align:center;font-size:14px;color:#333;border:none;background:none;cursor:pointer;}

.box_08 .ly .form .tj .btn:hover{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_08 .ly .form .tj::before{content:'';width:520px;height:0px;background:#333;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_08 .ly .form .tj:hover::before{content:'';width:520px;height:40px;background:#333;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



/* 新闻资讯 */
.box_09{width:100%;height:auto;padding:80px 0;background:#f3f3f3;overflow:hidden;}

.box_09 .center{width:1200px;height:auto;margin:40px auto 0 auto;overflow:hidden;}

.box_09 .center .news_center{width:1200px;height:auto;overflow:hidden;}

.box_09 .center .news_center .hd{width:1200px;height:32px;overflow:hidden;position:relative;}

.box_09 .center .news_center .hd::after{content:'';width:1200px;height:1px;background:#ccc;position:absolute;bottom:0;left:0;}

.box_09 .center .news_center .hd ul{width:210px;height:90px;overflow:hidden;float:left;position:relative;}

.box_09 .center .news_center .hd ul li{width:90px;height:32px;line-height:18px;text-align:center;float:left;font-size:16px;font-weight:bold;position:relative;}

.box_09 .center .news_center .hd ul li:nth-of-type(2){float:right;}

.box_09 .center .news_center .hd ul li::after{content:'';width:0px;height:2px;background:#7bbf2e;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .hd ul li.on::after{content:'';width:90px;height:2px;background:#7bbf2e;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .hd ul li a{display:block;height:32px;color:#333;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .hd ul li.on a{color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .hd .more{display:block;float:right;font-size:14px;color:#929292;line-height:32px;text-transform: Uppercase;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .hd .more:hover{margin-right:10px;color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd{width:1200px;height:auto;margin-top:30px;overflow:hidden;}

.box_09 .center .news_center .bd .main{width:1200px;height:auto;overflow:hidden;}

.box_09 .center .news_center .bd .top{width:1200px;height:460px;overflow:hidden;}

.box_09 .center .news_center .bd .main .left{width:570px;height:357px;float:left;}

.box_09 .center .news_center .bd .main .left .img{width:570px;height:350px;overflow:hidden;position:relative;}

.box_09 .center .news_center .bd .main .left .img img{width:570px;height:350px;vertical-align:top;}

.box_09 .center .news_center .bd .main .left .img .date{width:150px;height:40px;line-height:40px;text-align:center;font-family:Arial;background:#fff;border-radius:8px 8px 0 0;position:absolute;left:210px;bottom:0;}

.box_09 .center .news_center .bd .main .left .img .date span:nth-of-type(1){display:inline-block;width:49px;border-right:solid 1px #ccc;font-size:20px;color:#666;float:left;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .left .img .date span:nth-of-type(2){display:inline-block;width:100px;font-size:14px;color:#666;float:left;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .left:hover .img .date span:nth-of-type(1){color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .left:hover .img .date span:nth-of-type(2){color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .left .name{display:block;font-size:16px;color:#666;line-height:18px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .left:hover .name{color:#7bbf2e;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .left p{font-size:14px;color:#868686;line-height:25px;max-height:50px;margin-top:15px;overflow:hidden;}

.box_09 .center .news_center .bd .main .left p a{color:#7bbf2e;}

.box_09 .center .news_center .bd .main .right{width:570px;height:460px;float:right;overflow:hidden;}

.box_09 .center .news_center .bd .main .right li{width:570px;height:140px;margin-bottom:20px;overflow:hidden;background:#fff;}

.box_09 .center .news_center .bd .main .right li:last-child{margin-bottom:0;}

.box_09 .center .news_center .bd .main .right li .date{width:109px;height:140px;float:left;text-align:center;font-family:Arial;border-right:solid 1px #e7e7e7;position:relative;z-index:0;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li .date::before{content:'';width:109px;height:0px;background:#7bbf2e;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li:hover .date::before{content:'';width:109px;height:140px;background:#7bbf2e;position:top;bottom:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li .date span:nth-of-type(1){display:block;color:#666;font-size:40px;line-height:30px;margin-top:40px;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li .date span:nth-of-type(2){display:block;color:#666;font-size:14px;line-height:12px;margin-top:15px;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li:hover .date span:nth-of-type(1){color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li:hover .date span:nth-of-type(2){color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li .txt{width:400px;padding:0 30px;height:auto;float:right;}

.box_09 .center .news_center .bd .main .right li .txt a{display:block;font-size:16px;color:#5f5f5f;margin-top:35px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li:hover .txt a{color:#7bbf2e;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .center .news_center .bd .main .right li p{font-size:14px;color:#868686;line-height:25px;max-height:50px;overflow:hidden;margin-top:17px;}

.box_09 .cjwt{width:1200px;height:auto;overflow:hidden;margin:40px auto 0 auto;}

.box_09 .cjwt .bt{width:1200px;height:30px;overflow:hidden;position:relative;}

.box_09 .cjwt .bt::after{content:'';width:1200px;height:1px;background:#ccc;position:absolute;bottom:0;left:0;}

.box_09 .cjwt .bt h4{width:90px;font-size:16px;height:30px;line-height:18px;text-align:center;font-weight:bold;color:#7cbf2e;position:relative;float:left;}

.box_09 .cjwt .bt h4::after{content:'';width:90px;height:2px;background:#7bbf2e;position:absolute;bottom:0;left:0;z-index:2;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .cjwt .bt a{display:block;float:right;font-size:14px;color:#929292;line-height:30px;text-transform: Uppercase;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .cjwt .bt a:hover{margin-right:10px;color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.txtScroll-left05{width:1200px;height:140px;margin-top:30px;}

.box_09 .cjwt ul{width:1200px;height:140px;overflow:hidden;}

.box_09 .cjwt ul li{width:510px;height:100px;padding:20px 30px;margin-right:60px;float:left;cursor:pointer;background:#fff;}

.box_09 .cjwt ul li p:nth-of-type(1){width:510px;height:28px;line-height:28px;overflow:hidden;}

.box_09 .cjwt ul li p:nth-of-type(1) span{display:block;width:28px;height:28px;line-height:28px;color:#fff;border-radius:5px;text-align:center;font-size:14px;background:#7bbf2e;float:left;}

.box_09 .cjwt ul li p:nth-of-type(1) a{display:block;width:460px;float:right;font-size:16px;line-height:28px;color:#5f5f5f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .cjwt ul li:hover p:nth-of-type(1) a{color:#7bbf2e;-webkit-transition:all .5s;transition:all .5s;}

.box_09 .cjwt ul li p:nth-of-type(2){width:510px;height:auto;margin-top:15px;overflow:hidden;}

.box_09 .cjwt ul li p:nth-of-type(2) span{display:block;width:28px;height:28px;line-height:28px;color:#fff;border-radius:5px;text-align:center;font-size:14px;background:#333;float:left;}

.box_09 .cjwt ul li p:nth-of-type(2) i{display:block;width:460px;float:right;font-size:14px;line-height:25px;height:50px;color:#868686;overflow:hidden;}















/* 友情链接 */
.links{width:100%;height:auto;min-height:80px;margin-top:40px;background:url(../images/links.png) center top no-repeat;}

.links .center{width:1200px;margin:0 auto;height:auto;}

.links .center .link{width:1200px;height:auto;padding:20px 0;overflow:hidden;}

.links .center .link a{display:inline-block;width:auto;float:left;font-size:14px;line-height:40px;color:#868686;padding-right:80px;}

.links .center .link a:nth-of-type(4){padding-right:240px;}

.links .center .link a:nth-of-type(8n){padding-right:0;}

.links .center .link a:last-child{border-right:none;}

.links .center .link a:hover{color:#7bbf2e;}









.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}




/* 提交按钮的线条边框特效 */
.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: #7bbf2e;
}

.bz-buttonAnimat02::before,
.bz-buttonAnimat02::after,
.bz-buttonAnimat02 .inner::before,
.bz-buttonAnimat02 .inner::after {
    background-color: #fff;
}


.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: 1px;
    -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: 1px;
    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
}
