/*

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:186px;padding-left:70px;height:76px;margin:0 auto;position:relative;background:url(../images/h_back.png) bottom right no-repeat;}

.h_title span{display:block;font-size:100px;line-height:76px;color:#049167;text-transform: Uppercase;font-family:Arial;font-weight:bold;position:absolute;left:-8px;top:0;}

.h_title p{font-size:16px;line-height:16px;color:#959595;font-family:Arial;}

.h_title h3{font-size:30px;line-height:32px;margin-top:8px;color:#4b4b4b;font-weight:bold;}

.h_title h3 a{display:block;color:#4b4b4b;}

@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}




/* 产品中心 */
.box_01{width:100%;height:940px;padding-top:60px;overflow:hidden;background:#fff;}

.box_01 .list{width:1230px;height:50px;margin:40px auto 0 auto;overflow:hidden;}

.box_01 .list li{width:150px;height:50px;line-height:50px;float:left;margin-right:4px;position:relative;z-index:0;}

.box_01 .list li::before{content:'';width:150px;height:0px;background:url(../images/pro_on.png);position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .list li:hover::before{content:'';width:150px;height:50px;background:url(../images/pro_on.png);position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .list li::after{content:'';width:1px;height:14px;background:#8e8e8e;position:absolute;top:18px;right:0;z-index:-2;}

.box_01 .list li:last-child::after{content:'';width:0px;height:14px;background:#8e8e8e;position:absolute;top:18px;right:0;z-index:-2;}

.box_01 .list li:last-child{margin-right:0;}

.box_01 .list li a{display:block;font-size:16px;color:#545454;text-align:center;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .list li:hover a{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .main{width:1300px;height:700px;margin:30px auto 0 auto;overflow:hidden;}

.box_01 .main li{width:410px;height:335px;float:left;margin:0 35px 30px 0;overflow:hidden;position:relative;z-index:0;}

.box_01 .main li:nth-of-type(3n){margin-right:0;}

.box_01 .main li a{display:block;}

.box_01 .main li .img{width:400px;height:270px;border:solid 5px #e5e5e5;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .main li:hover .img{border:solid 5px #049167;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .main li .img img{width:400px;height:270px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_01 .main li:hover .img img{transform: scale(1.05);}

.box_01 .main li .txt{width:410px;height:55px;overflow:hidden;position:relative;z-index:0;}

.box_01 .main li .txt::before{content:'';width:410px;height:0px;background:#049167;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .main li:hover .txt::before{content:'';width:410px;height:55px;background:#049167;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .main li .txt .name{width:300px;height:55px;line-height:55px;padding:0 90px 0 20px;font-size:16px;color:#545454; background:url(../images/pro_jt_01.png) 355px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .main li:hover .txt .name{color:#fff;background:url(../images/pro_jt_02.png) 355px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}







/* 横栏广告 */
.box_02{width:100%;height:335px;background:url(../images/ad_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .center{width:1300px;height:335px;margin:0 auto;position:relative;}

.box_02 .center .txt{width:510px;height:335px;position:absolute;top:0px;right:250px;color:#fff;}

.box_02 .center h4{width:507px;height:50px;background:url(../images/ad_wz.png);margin-top:85px;}

.box_02 .center h5{font-size:30px;font-weight:bold;line-height:32px;margin-top:15px;}

.box_02 .center p{font-size:18px;line-height:18px;margin-top:18px;}

.box_02 .center .tel{width:425px;height:45px;line-height:45px;margin-top:35px;}

.box_02 .center .tel span{display:block;font-size:24px;color:#fff;padding-left:50px;float:left;position:relative;}

.box_02 .center .tel span::before{content:'';width:31px;height:31px;background:url(../images/tel01.png);position:absolute;top:7px;left:0;animation: msClock 1.2s linear infinite;}

.box_02 .center .tel a{display:block;width:170px;height:45px;text-align:center;background:#fff;line-height:45px;font-size:16px;color:#049167;float:right;}






/* 企业优势 */
.box_03{width:1300px;height:505px;margin:60px auto;overflow:hidden;}

.box_03 .look_center{width:1300px;height:505px;position:relative;}

.box_03 .look_center .h_bt{width:550px;height:115px;position:absolute;top:0;left:0;z-index:5;}

.box_03 .look_center .h_bt::after{content:'';width:495px;height:1px;background:#e2e2e2;position:absolute;bottom:0;right:0;}

.box_03 .look_center .h_bt span{display:block;font-size:36px;line-height:28px;color:#049167;font-weight:bold;font-family:Arial;text-transform: Uppercase;}

.box_03 .look_center .h_bt p:nth-of-type(1){width:auto;font-size:24px;color:#545454;font-weight:bold;line-height:30px;position:absolute;left:0;bottom:0;text-align:center;}

.box_03 .look_center .h_bt p:nth-of-type(2){width:auto;font-size:72px;color:#049167;font-weight:bold;line-height:58px;position:absolute;left:50px;bottom:10px;}

.box_03 .look_center .h_bt p:nth-of-type(3){width:auto;font-size:18px;color:#545454;font-weight:bold;line-height:20px;position:absolute;left:110px;bottom:10px;}

.look_center .bd{width:550px;height:360px;overflow:hidden;position:absolute !important;left:0;bottom:0;}

.look_center .bd .main{width:550px;height:360px;overflow:hidden;}

.look_center .bd .main img{width:550px;height:360px;vertical-align:top;}

.look_center .hd{width:670px;height:450px;position:absolute !important;bottom:0;right:0;}

.look_center .hd ul{width:670px;height:450px;overflow:hidden;}

.look_center .hd ul li{width:570px;height:70px;padding:30px 75px 30px 25px;cursor:pointer;margin-bottom:30px;position:relative;z-index:0;background:url(../images/ys_b01.png);}

.look_center .hd ul li:last-child{margin-bottom:0;}

.look_center .hd ul li::after{content:'';width:670px;height:0px;background:url(../images/ys_b02.png);position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li.on::after{content:'';width:670px;height:130px;background:url(../images/ys_b02.png);position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li .num{width:70px;height:70px; background:#049167;border-radius:35px;float:left;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li.on .num{background:#fff;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li .num i{display:block;width:70px;height:70px;line-height:70px;text-align:center;font-size:24px;color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li.on .num i{color:#049167;-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.look_center .hd ul li p{width:465px;float:right;font-size:14px;color:#8b8b8b;line-height:35px;height:70px;-webkit-transition:all .5s;transition:all .5s;}

.look_center .hd ul li.on p{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  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.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  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_04{width:100%;height:650px;background:url(../images/case_back.jpg) center top no-repeat;overflow:hidden;margin-bottom:70px;position:relative;}

.box_04 .team{width:1600px;height:465px;margin:40px auto 0 auto;}

.box_04 .team .fc{width:1600px;height:465px;position:relative;overflow:hidden;}

.box_04 .team .fc .show{width:1300px;margin:0 auto;overflow:hidden;}

.box_04 .team .fc .show .tempWrap{width:1300px;margin:0 auto;overflow:hidden;}

.box_04 .team .fc .show ul{width:1300px;height:465px;overflow:hidden;position:relative;}

.box_04 .team .fc .show ul li{width:410px;height:465px;margin-right:35px;overflow:hidden;float:left;position:relative;}

.box_04 .team .fc .show ul li a{display:block;}

.box_04 .team .fc .show ul li .img{width:410px;height:300px;overflow:hidden;}

.box_04 .team .fc .show ul li .img img{width:410px;height:300px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_04 .team .fc .show ul li:hover .img img{transform: scale(1.05);}

.box_04 .team .fc .show ul li .txt{width:370px;height:140px;background:#fff;padding:25px 15px 0 25px;overflow:hidden;position:relative;}

.box_04 .team .fc .show ul li .name{font-size:16px;color:#545454;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li:hover .name{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li p{font-size:14px;color:#8b8b8b;line-height:25px;height:50px;overflow:hidden;margin-top:12px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li:hover p{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li .more{width:130px;height:44px;line-height:44px;text-align:right;font-size:14px;color:#8b8b8b;background:url(../images/dian01.png) left center no-repeat;position:absolute;bottom:10px;right:22px;-webkit-transition:all .5s;transition:all .5s;text-transform: Uppercase;}

.box_04 .team .fc .show ul li:hover .more{color:#fff;background:url(../images/dian02.png) left center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .sPrev{position:absolute;left:0;top:250px;width:80px;height:100px;background:url(../images/case_jt_01.png) center center no-repeat #049167;cursor:pointer;}

.box_04 .team .sNext{position:absolute;right:0;top:250px;width:80px;height:100px;background:url(../images/case_jt_02.png) center center no-repeat #049167;cursor:pointer;}

.box_04 .team .fc .show ul li .txt{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-property: color;transition-property: color;-webkit-transition-duration: 0.8s;transition-duration: 0.8s;}

.box_04 .team .fc .show ul li .txt:before {content: "";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;background:#049167;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 50% 50%;transform-origin: 50% 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.8s;transition-duration: 0.8s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}

.box_04 .team .fc .show ul li:hover .txt,
.box_04 .team .fc .show ul li:focus .txt,
.box_04 .team .fc .show ul li:active .txt {
  color: white;
}
.box_04 .team .fc .show ul li:hover .txt:before,
.box_04 .team .fc .show ul li:focus .txt:before,
.box_04 .team .fc .show ul li:active .txt:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}





/* 关于我们 */
.box_05{width:100%;height:650px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .center{width:1300px;height:650px;margin:0 auto;position:relative;}

.box_05 .center .left{width:610px;height:650px;float:left;position:relative;}

.box_05 .center .left .list{width:495px;height:140px;margin-top:30px;}

.box_05 .center .left .list a{display:block;width:195px;height:60px;margin-bottom:20px;float:left;position:relative;}

.box_05 .center .left .list a::after{content:'';width:20px;height:2px;background:#4b4b4b;position:absolute;top:29px;right:0;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .left .list a:hover::after{content:'';width:20px;height:2px;background:#049167;position:absolute;top:29px;right:0;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .left .list a:nth-of-type(2n){float:right;}

.box_05 .center .left .list a i{display:block;width:58px;height:58px;border:solid 1px #c1c1c1;border-radius:30px;float:left;margin-right:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .left .list a:hover i{margin-right:25px;-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_05 .center .left .list a:hover i{border:solid 1px #049167;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .left .list a:nth-of-type(1) i{background:url(../images/list_icon_01.png) center center no-repeat;}

.box_05 .center .left .list a:nth-of-type(2) i{background:url(../images/list_icon_03.png) center center no-repeat;}

.box_05 .center .left .list a:nth-of-type(3) i{background:url(../images/list_icon_05.png) center center no-repeat;}

.box_05 .center .left .list a:nth-of-type(4) i{background:url(../images/list_icon_07.png) center center no-repeat;}

.box_05 .center .left .list a:nth-of-type(1):hover i{background:url(../images/list_icon_02.png) center center no-repeat;}

.box_05 .center .left .list a:nth-of-type(2):hover i{background:url(../images/list_icon_04.png) center center no-repeat;}

.box_05 .center .left .list a:nth-of-type(3):hover i{background:url(../images/list_icon_06.png) center center no-repeat;}

.box_05 .center .left .list a:nth-of-type(4):hover i{background:url(../images/list_icon_08.png) center center no-repeat;}

.box_05 .center .left .list a p{font-size:18px;color:#545454;line-height:60px;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .left .list a:hover p{color:#049167;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .left .img{width:610px;height:460px;position:absolute;bottom:0;left:0;}

.box_05 .center .left .img img:nth-of-type(1){display:block;width:923px;height:460px;position:absolute;top:0;right:0;}

.box_05 .center .left .img img:nth-of-type(2){display:block;width:173px;height:243px;position:absolute;bottom:0;right:0;}

.box_05 .center .right{width:540px;height:650px;float:right;position:relative;}

.box_05 .center .right .txt{width:540px;height:auto;margin-top:30px;}

.box_05 .center .right .txt span{display:block;width:322px;height:47px; background:url(../images/us.png);}

.box_05 .center .right .txt .bt{width:540px;height:50px;line-height:50px;margin-top:35px;overflow:hidden;}

.box_05 .center .right .txt .bt h4{width:auto;height:50px; background:url(../images/ab_line.png) left center no-repeat;font-size:20px;color:#545454;font-weight:bold;float:left;}

.box_05 .center .right .txt .bt a{display:block;width:50px;height:50px; background:url(../images/jia01.png) center center no-repeat #049167;float:right;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .right .txt .bt a:hover{border-radius:25px;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .right .txt p{font-size:14px;color:#8b8b8b;line-height:30px;height:150px;overflow:hidden;margin-top:25px;}

.box_05 .center .right .show{width:540px;height:auto;position:absolute;bottom:0;left:0;overflow:hidden;}

.box_05 .center .right .show h4{width:130px;height:40px;line-height:40px;text-align:center; background:#049167;font-size:14px;color:#fff;}

.box_05 .center .right .case{width:540px;height:200px;margin-top:30px;}

.box_05 .center .right .case .fc{width:540px;height:200px;margin:0 auto;position:relative;overflow:hidden;}

.box_05 .center .right .case .fc .show{width:540px;height:200px;margin:0 auto;overflow:hidden;}

.box_05 .center .right .case .fc .show ul{width:540px;height:200px;overflow:hidden;position:relative;}

.box_05 .center .right .case .fc .show ul li{width:260px;height:200px;margin-right:20px;overflow:hidden;float:left;position:relative;}

.box_05 .center .right .case .fc .show ul li a{display:block;}

.box_05 .center .right .case .fc .show ul li .img{width:260px;height:200px;overflow:hidden;}

.box_05 .center .right .case .fc .show ul li .img img{width:260px;height:200px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_05 .center .right .case .fc .show ul li:hover .img img{transform: scale(1.1);}

.box_05 .center .right .case .fc .show ul li .txt{width:260px;height:45px;overflow:hidden;background:rgba(21,21,21,0.5);position:absolute;left:0;bottom:0;}

.box_05 .center .right .case .fc .show ul li .name{width:170px;line-height:45px;font-size:14px;color:#fff;padding-left:20px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .right .case .fc .show ul li:hover .name{padding-left:25px;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .right .case .fc .show ul li .more{width:45px;height:45px;background:url(../images/jia02.png) center center no-repeat #049167;float:right;-webkit-transition:all .5s;transition:all .5s;}






/* 新闻中心 */
.box_06{width:1300px;height:auto;margin:60px auto;overflow:hidden;}

.box_06 .center{width:1300px;height:620px;margin:40px auto 0 auto;verflow:hidden;}

.box_06 .center .left{width:770px;height:620px;float:left;}

.box_06 .center .left .bt{width:140px;padding-left:40px;height:57px;padding-top:13px;position:relative;z-index:0;}

.box_06 .center .left .bt::before{content:'';width:70px;height:70px;background:#049167;position:absolute;top:0;left:0;z-index:-1;}

.box_06 .center .left .bt a{display:block;font-size:24px;color:#484848;line-height:26px;font-weight:bold;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .bt a:hover{margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .bt p{font-size:14px;color:#484848;line-height:16px;margin-top:7px;}

.box_06 .center .left .bx{width:770px;height:260px;margin:20px 0;overflow:hidden;position:relative;}

.box_06 .center .left .bx .img{width:390px;height:260px;float:left;overflow:hidden;}

.box_06 .center .left .bx .img img{width:390px;height:260px; vertical-align:top;object-fit:cover;}

.box_06 .center .left .bx .txt{width:320px;height:260px;float:left;padding:0 30px;background:#049167;overflow:hidden;}

.box_06 .center .left .bx .txt .name{display:block;font-size:18px;color:#fff;font-weight:bold;line-height:20px;margin-top:35px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .bx .txt p{font-size:14px;color:#cce2d9;line-height:25px;height:75px;overflow:hidden;margin-top:20px;}

.box_06 .center .left .bx .txt .more{width:130px;height:34px;line-height:34px;text-align:right;font-size:14px;color:#fff;background:url(../images/dian03.png) left center no-repeat;position:absolute;bottom:20px;right:30px;text-transform: Uppercase;}

.box_06 .center .left .list{width:770px;height:250px;background:#f9f9f9;overflow:hidden;}

.box_06 .center .left .list li{width:210px;height:250px;float:left;padding:0 23px;position:relative;}

.box_06 .center .left .list li::after{content:'';width:1px;height:150px;background:#d8d8d8;position:absolute;top:50px;right:0;}

.box_06 .center .left .list li:last-child::after{content:'';width:0px;height:150px;background:#d8d8d8;position:absolute;top:50px;right:0;}

.box_06 .center .left .list li a{display:block;font-size:16px;color:#545454;line-height:16px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .list li:hover a{color:#049167;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .list li p{font-size:14px;color:#8b8b8b;line-height:25px;height:75px;overflow:hidden;margin-top:17px;}

.box_06 .center .left .list li span{display:block;font-size:14px;color:#8b8b8b;line-height:12px;overflow:hidden;margin-top:35px;}

.box_06 .center .left .list li i{display:block;width:20px;height:1px; background:#8b8b8b;margin-top:20px;}

.box_06 .center .right{width:510px;height:620px;float:right;}

.box_06 .center .right .bt{width:140px;padding-left:40px;height:57px;padding-top:13px;position:relative;z-index:0;margin-bottom:20px;}

.box_06 .center .right .bt::before{content:'';width:70px;height:70px;background:#049167;position:absolute;top:0;left:0;z-index:-1;}

.box_06 .center .right .bt a{display:block;font-size:24px;color:#484848;line-height:26px;font-weight:bold;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .right .bt a:hover{margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .right .bt p{font-size:14px;color:#484848;line-height:16px;margin-top:7px;}

.box_06 .center .right .list{width:510px;height:530px;overflow:hidden;}

.box_06 .center .right .list li{width:510px;height:106px;float:left;background:#f9f9f9;position:relative;}

.box_06 .center .right .list li:nth-of-type(2n){background:#e4e4e4;}

.box_06 .center .right .list li .date{width:115px;height:106px;float:left;position:relative;text-align:center;}

.box_06 .center .right .list li .date::before{content:'';width:1px;height:60px;background:#dbdbdb;position:absolute;top:23px;right:0;}

.box_06 .center .right .list li .date p:nth-of-type(1){font-size:30px;color:#484848;line-height:25px;margin-top:22px;}

.box_06 .center .right .list li .date p:nth-of-type(2){font-size:16px;color:#8b8b8b;line-height:14px;margin-top:20px;}

.box_06 .center .right .list li .txt{width:340px;height:106px;float:right;margin-right:30px;}

.box_06 .center .right .list li .txt a{display:block;font-size:16px;color:#545454;line-height:16px;margin-top:27px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .right .list li:hover .txt a{color:#049167;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .right .list li .txt p{font-size:14px;color:#8b8b8b;line-height:15px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}






/* 友情链接 */
.links{width:100%;height:90px;line-height:90px; background:url(../images/lk_back.jpg) center top no-repeat;overflow:hidden;}

.links .jz{width:1300px;height:90px;line-height:90px;margin:0 auto;overflow:hidden;}

.links .jz p{width:150px;font-size:20px;color:#fff;float:left;line-height:90px;font-weight:bold;text-align:right;background:url(../images/links.png) left center no-repeat;}

.links .jz .lins{width:1090px;float:right;height:90px;min-height:90px;box-sizing:content-box;}

.links .jz .lins a{display:block;width:auto;box-sizing:content-box;font-size:14px;line-height:90px;color:#858585;float:left;padding:0 29px;position:relative;-webkit-transition:all .5s;transition:all .5s;}

.links .jz .lins a:hover{color:#049167;-webkit-transition:all .5s;transition:all .5s;}

.links .jz .lins a::after{content:'';width:2px;height:12px;background:#ababab;position:absolute;top:39px;right:-1px; z-index:9}

.links .jz .lins a:last-child::after{content:'';width:2px;height:12px;background:none;position:absolute;top:34px;right:-1px; z-index:9}













/* 提交按钮的线条边框特效 */
.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: #049167;
}

.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: 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
}
