/*

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;}

.h_title h3{height:54px;font-size:30px;line-height:32px;color:#232323;font-weight:bold;background:url(../images/p_back.png) center bottom no-repeat;}

.h_title h3 a{display:block;color:#232323;}

.h_title h3 span{color:#be1f2a;}

.h_title p{font-size:16px;line-height:16px;color:#000;margin-top:20px;}








/* 询盘信息 */
.topxunpan{width: 100%;height:80px;background:#f6f6f6;}

.topxunpan .center{width:1200px;height:80px;margin:0 auto;position:relative;}

.topxunpan .center::after{content:'';width:1px;height:80px;background:#eaeaea;position:absolute;right:325px;top:0;}

.topxunpan .center .left{width:325px;height:80px;float:left;border-right:solid 1px #eaeaea;margin-right:85px;}

.thisxp{width:230px;height:50px;text-align:center;background:#be1f2a;margin:15px 0;}

.topxunpan .xp {position:relative;line-height:50px;color:#fff;font-size: 14px;cursor: pointer;}

.topxunpan .xp img {position: relative;top:1px;margin-right:5px;}

.topxunpan .xp i{display:inline-block;width:30px;height:26px;line-height:26px;margin:0 3px;background:#fff;color:#be1f2a;border-radius:7px;box-sizing: border-box;font-size:14px;text-align:center;}

.topxunpan .xp #xunpantip {z-index: 999;position: absolute;top: 35px;left: 50%;width: 180px;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 14px;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform .4s, opacity .4s;-moz-transition: transform .4s, opacity .4s;-o-transition: transform .4s, opacity .4s;-ms-transition: transform .4s, opacity .4s;transition: transform .4s, opacity .4s;background-color: #be1f2a;border-radius: 4px;opacity: 0;font-weight: bold;box-shadow: 5px 5px 2px #dfdfdf;}

.topxunpan .xp #xunpantip::after {content: '';position: absolute;top: -16px;left: 50%;width: 0;height: 0;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: (-50%); transform: translateX(-50%); border: 8px solid transparent;border-bottom-color: #be1f2a;}

.topxunpan .xp #xunpantip.xunpantextactive {-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

.topxunpan i {font-weight: normal;font-style: normal;}

.topxunpan .center .ss{width:378px;height:48px;margin:15px 0;background:#f8f8f8;overflow:hidden;float:left;border:solid 1px #d2d2d2;border-radius:7px;}

.topxunpan .center .ss .input{width:300px;height:48px;line-height:48px;color:#acacac;display:block;background:rgba(0,0,0,0);padding-left:20px;float:left;font-size:14px;box-sizing:content-box;}

.topxunpan .center .ss .button{width:54px;height:48px;display:inline-block;background:url(../images/search.png) center center no-repeat #f8f8f8;cursor:pointer;border:none;float:right;}

.topxunpan .center .tel{float:right;width:auto;height:50px;padding-left:60px;margin:15px 0;box-sizing:content-box;position:relative;}

.topxunpan .center .tel p:nth-of-type(1){font-size:16px;line-height:16px;color:#494949;}

.topxunpan .center .tel p:nth-of-type(2){font-size:24px;line-height:20px;color:#be1f2a;font-weight:bold;margin-top:14px;}

.topxunpan .center .tel::before{content:'';width:38px;height:33px;background:url(../images/tel01.png) center center no-repeat;position:absolute;top:8px;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{width:100%;padding:60px 0;background:#fff;overflow:hidden;}

.box_01 .list{width:990px;padding:0 105px;height:88px;margin:40px auto 0 auto;overflow:hidden;border-top:solid 2px #232323;-moz-box-shadow:0px 5px 10px #f4f4f4; -webkit-box-shadow:0px 5px 10px #f4f4f4; box-shadow:0px 5px 10px #f4f4f4;}

.box_01 .list li{width:165px;height:88px;line-height:88px;float:left;overflow:hidden;position:relative;z-index:0;text-align:center;}

.box_01 .list li::before{content:'';width:165px;height:0px;background:url(../images/pro_dian.png) center 60px no-repeat #be1f2a;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .list li:hover::before{content:'';width:165px;height:88px;background:url(../images/pro_dian.png) center 60px no-repeat #be1f2a;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .list li::after{content:'';width:1px;height:10px;background:#dedede;position:absolute;top:39px;right:0;z-index:-2;}

.box_01 .list li:last-child::after{content:'';width:1px;height:10px;background:none;position:absolute;top:39px;right:0;z-index:-2;}

.box_01 .list li a{display:block;width:165px;line-height:88px;font-size:16px;color:#000;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .list li:hover a{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product{width:1200px;height:690px;margin:40px auto 0 auto;}

.box_01 .product li{width:350px;height:315px;padding:15px 15px 0 15px;margin:0 30px 30px 0;float:left;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li:hover{-moz-box-shadow:0px 0px 15px #ccc;-webkit-box-shadow:0px 0px 15px #ccc;box-shadow:0px 0px 15px #ccc;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li:nth-of-type(3n){margin-right:0;}

.box_01 .product li .bx{width:350px;height:315px;overflow:hidden;position:relative;}

.box_01 .product li a{display:block;}

.box_01 .product li .img{width:350px;height:250px;overflow:hidden;}

.box_01 .product li .img img{width:350px;height:250px;transition: all 1s;vertical-align:top;}

.box_01 .product li:hover .img img{transform: scale(1.1);}

.box_01 .product li .name{width:240px;height:65px;line-height:65px;padding-left:20px;font-size:16px;color:#868686;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;position:relative;}

.box_01 .product li:hover .name{color:#be1f2a;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li .name::after{content:'';width:85px;height:1px;background:#c4c4c4;position:absolute;left:15px;bottom:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li:hover .name::after{content:'';width:0px;height:1px;background:#c4c4c4;position:absolute;left:15px;bottom:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li span{display:block;width:26px;height:14px;background:url(../images/pro_jt.png);position:absolute;right:5px;bottom:25px;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li:hover span{position:absolute;right:-30px;bottom:25px;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li .more{font-size:14px;color:#e62129;line-height:65px;text-transform: Uppercase;display:block;position:absolute;right:-53px;bottom:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li:hover .more{position:absolute;right:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .product li:hover .name{background:url(../images/pro_jt_02.png) 340px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}







/* 在线留言 */
.box_02{width:100%;height:260px;background:url(../images/ly_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .center{width:1200px;height:220px;padding-top:40px;margin:0 auto;}

.box_02 .center .left{width:455px;height:220px;float:left;color:#fff;}

.box_02 .center .left h4{font-size:36px;line-height:38px;font-weight:bold;overflow:hidden;}

.box_02 .center .left p{line-height:20px;font-size:20px;margin-top:25px;}

.box_02 .center .left .tel{width:455px;height:40px;line-height:40px;margin-top:50px;}

.box_02 .center .left .tel span{font-size:24px;float:left;line-height:40px;display:block;position:relative;padding-left:60px;}

.box_02 .center .left .tel span::before{content:'';width:38px;height:33px;background:url(../images/tel02.png);position:absolute;top:3px;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_02 .center .left .tel a{display:block;width:200px;height:40px;line-height:40px;font-size:16px;color:#be1f2a;text-align:center;background:#fff;float:right;}

.box_02 .center .right{width:670px;height:220px;float:right;overflow:hidden;}

.box_02 .center .right h4{font-size:24px;color:#fff;line-height:25px;}

.box_02 .center .right .form{width:670px;height:130px;margin-top:25px;position:relative;}

.box_02 .center .right .form p{width:330px;height:50px;overflow:hidden;background:#fff;}

.box_02 .center .right .form input{display:block;width:280px;height:50px;line-height:50px;color:#333;font-size:14px;padding-left:50px;box-sizing:content-box;}

.box_02 .center .right .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_02 .center .right .form p:nth-of-type(2){position:absolute;right:0;top:0;}

.box_02 .center .right .form p:nth-of-type(3){position:absolute;left:0;bottom:0;}

.box_02 .center .right .form p:nth-of-type(1) input{background:url(../images/name.png) 12px center no-repeat rgba(0,0,0,0);}

.box_02 .center .right .form p:nth-of-type(2) input{background:url(../images/phone.png) 12px center no-repeat rgba(0,0,0,0);}

.box_02 .center .right .form textarea{width:280px;height:50px;line-height:50px;color:#333;font-size:14px;padding-left:50px;box-sizing:content-box;background:url(../images/liuyan.png) 12px center no-repeat rgba(0,0,0,0);}

.box_02 .center .right .form p:nth-of-type(4){width:200px;height:50px;position:absolute;bottom:0;right:130px;overflow:hidden;}

.box_02 .center .right .form p:nth-of-type(4) input{display:block;width:90px;height:50px;line-height:50px;padding-left:10px;color:#333;font-size:14px;float:left;background:rgba(0,0,0,0);}

.box_02 .center .right .form p:nth-of-type(4) img{display:block;float:right;width:100px;height:40px;margin:5px 0;}

.box_02 .center .right .form .tj{width:120px;height:50px;border:none;position:absolute;bottom:0;right:0;background:#be1f2a;overflow:hidden;z-index:0;}

.box_02 .center .right .form .tj .btn{display: block;width:120px;height:50px;line-height:50px;text-align:center;font-size:14px;color:#fff;border:none;background:none;cursor:pointer;}

.box_02 .center .right .form .tj .btn:hover{color:#be1f2a;-webkit-transition:all .5s;transition:all .5s;}

.box_02 .center .right .form .tj::before{content:'';width:120px;height:0px;background:#fff;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_02 .center .right .form .tj:hover::before{content:'';width:120px;height:50px;background:#fff;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}





/* 企业优势 */
.box_03{width:100%;height:auto;padding:50px 0 60px 0;background:#f9f9f9;overflow:hidden;}

.box_03 .ys01{width:1200px;height:440px;margin:50px auto 0 auto;}

.box_03 .ys01 .img{width:600px;height:440px;float:left;position:relative;}

.box_03 .ys01 .img img{width:960px;height:440px;position:absolute;top:0;right:0;vertical-align:top;}

.box_03 .ys01 .txt{width:542px;height:440px;float:right;position:relative;}

.box_03 .ys01 .txt .bx{width:542px;height:auto;margin-top:20px;}

.box_03 .ys01 .txt .bx:nth-of-type(2){margin-top:40px;}

.box_03 .ys01 .txt .bx h4{width:542px;height:45px;background:url(../images/ys_xian.png) center bottom no-repeat;}

.box_03 .ys01 .txt .bx h4 img{display:block;width:auto;height:auto; vertical-align:top;}

.box_03 .ys01 .txt .bx p{font-size:14px;color:#999;line-height:30px;margin-top:15px;padding-left:25px; background:url(../images/ys_icon.png) left 10px no-repeat;}

.box_03 .ys02{width:1200px;height:440px;margin:0 auto;}

.box_03 .ys02 .txt{width:542px;height:440px;float:left;position:relative;}

.box_03 .ys02 .txt .bx{width:542px;height:auto;margin-top:50px;}

.box_03 .ys02 .txt .bx:nth-of-type(2){margin-top:90px;}

.box_03 .ys02 .txt .bx h4{width:542px;height:45px;background:url(../images/ys_xian.png) center bottom no-repeat;}

.box_03 .ys02 .txt .bx h4 img{display:block;width:auto;height:auto; vertical-align:top;}

.box_03 .ys02 .txt .bx p{font-size:14px;color:#999;line-height:30px;margin-top:15px;padding-left:25px; background:url(../images/ys_icon.png) left 10px no-repeat;}

.box_03 .ys02 .img{width:600px;height:440px;float:right;position:relative;}

.box_03 .ys02 .img img{width:960px;height:440px;position:absolute;top:0;left:0;vertical-align:top;}








/* 成功案例 */
.box_04{width:100%;height:auto;padding:60px 0;background:#fff;overflow:hidden;}

.box_04 .team{width:1200px;height:440px;margin:30px auto 0 auto;}

.box_04 .team .fc{width:1200px;height:440px;margin:0 auto;position:relative;overflow:visible !important;}

.box_04 .team .fc .show{width:1200px;height:440px;margin:0 auto;overflow:visible !important;}

.box_04 .team .fc .show ul{width:1200px;height:440px;overflow:visible !important;position:relative;}

.box_04 .team .fc .show ul li{width:380px;height:440px;margin-right:30px;overflow:hidden;float:left;position:relative;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li:hover{-moz-box-shadow:0px 0px 15px #ccc;-webkit-box-shadow:0px 0px 15px #ccc;box-shadow:0px 0px 15px #ccc;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li a{display:block;}

.box_04 .team .fc .show ul li .img{width:380px;height:310px;overflow:hidden;}

.box_04 .team .fc .show ul li .img img{width:380px;height:310px;transition: all 1s;vertical-align:top;}

.box_04 .team .fc .show ul li:hover .img img{transform: scale(1.1);}

.box_04 .team .fc .show ul li .txt{width:340px;height:120px;padding:20px 20px 0 20px;overflow:hidden;background:#f4f4f4;position:relative;}

.box_04 .team .fc .show ul li .name{width:340px;line-height:18px;font-size:16px;color:#333;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:#be1f2a;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li p{width:340px;line-height:15px;font-size:14px;color:#868686;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_04 .team .fc .show ul li .more{width:50px;height:35px;line-height:35px;padding-left:60px;font-size:14px;color:#a9a9a9;overflow:hidden;position:absolute;right:20px;bottom:20px;z-index:0;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li:hover .more{width:60px;padding-left:50px;color:#fff;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li .more::before{content:'';width:35px;height:35px;background:#e8e8e8;position:absolute;top:0;left:0;z-index:-1;border-radius:18px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li:hover .more::before{content:'';width:110px;height:35px;background:#be1f2a;position:absolute;top:0;left:0;z-index:-1;border-radius:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li .more::after{content:'';width:30px;height:3px;background:#d2d2d2;position:absolute;top:16px;left:21px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .fc .show ul li:hover .more::after{content:'';width:30px;height:3px;background:#fff;position:absolute;top:16px;left:10px;-webkit-transition:all .5s;transition:all .5s;}





/* 关于我们 */
.box_05{width:100%;height:697px;padding-top:60px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .center{width:1200px;height:640px;margin:0 auto;overflow:hidden;position:relative;}

.box_05 .center .left{width:600px;height:600px;position:relative;z-index:2;float:left;}

.box_05 .center .left img{display:block;width:600px;height:530px; vertical-align:top;}

.box_05 .center .left span:nth-of-type(1){display:block;width:150px;height:70px;background:url(../images/ab_icon.png);position:absolute;bottom:70px;right:70px;}

.box_05 .center .left span:nth-of-type(2){display:block;width:70px;height:70px;background:#505050;position:absolute;bottom:0;right:0;}

.box_05 .center .left span:nth-of-type(3){display:block;width:70px;height:60px;background:#fff;position:absolute;bottom:140px;right:0;}

.box_05 .center .left span:nth-of-type(4){display:block;width:auto;height:70px;line-height:60px;font-size:14px;color:#4c4c4c;font-weight:bold;text-transform:Uppercase;position:absolute;bottom:0;right:85px;}

.box_05 .center .left a{display:block;width:70px;height:70px;background:url(../images/more.png) center center no-repeat #000;position:absolute;bottom:70px;right:0;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .left a:hover{background:url(../images/more.png) center center no-repeat #be1f2a;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .right{width:530px;height:auto;position:relative;z-index:2;float:right;}

.box_05 .center .right span{display:block;font-size:36px;color:#232323;font-weight:bold;line-height:30px;margin-top:10px;text-transform: Uppercase;}

.box_05 .center .right h4{font-size:24px;color:#be1f2a;font-weight:bold;line-height:26px;margin-top:25px;}

.box_05 .center .right p{font-size:14px;color:#868686;line-height:30px;heigh:180px;overflow:hidden;margin-top:35px;text-indent:2em;}

.box_05 .center .right a{display:block;text-align:right;font-size:14px;color:#232323;font-weight:bold;line-height:12px;margin-top:40px;text-transform: Uppercase;-webkit-transition:all .5s;transition:all .5s;position:relative;}

.box_05 .center .right a:hover{margin-right:10px;color:#be1f2a;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .right a::before{content:'';width:140px;height:1px;background:#bcbcbc;position:absolute;top:5px;right:85px;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .center .right a:hover::before{content:'';width:140px;height:1px;background:#be1f2a;position:absolute;top:5px;right:85px;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list{width:600px;height:240px; background:#fff;overflow:hidden;position:absolute;right:0;bottom:0;}

.box_05 .list::after{content:'';width:1px;height:194px;background:url(../images/ab_xian.png);position:absolute;top:22px;right:299px;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li{width:300px;height:120px;float:left;position:relative;}

.box_05 .list li .txts{width:300px;margin:30px auto 0 auto;text-align:center;}

.box_05 .list li .txts p:nth-of-type(1){position: relative;font-size:36px;font-family:Arial;line-height:32px;color:#4c4c4c;overflow:hidden;}

.box_05 .list li .txts p:nth-of-type(1) i{display:block;line-height:32px;}

.box_05 .list li .txts p:nth-of-type(2){font-size:16px;line-height:16px;color:#4c4c4c;margin-top:17px;}

.box_05 .list li:nth-of-type(1) .txts p span{position:absolute;top:0;left:180px;font-size:16px;line-height:16px;color:#4c4c4c;}

.box_05 .list li:nth-of-type(2) .txts p span{position:absolute;top:0;left:210px;font-size:16px;line-height:16px;color:#4c4c4c;}

.box_05 .list li:nth-of-type(3) .txts p span{position:absolute;top:0;left:200px;font-size:24px;line-height:15px;color:#4c4c4c;}

.box_05 .list li:nth-of-type(4) .txts p span{position:absolute;top:0;left:200px;font-size:24px;line-height:15px;color:#4c4c4c;}







/* 新闻资讯 */
.box_06{width:100%;height:auto;background:#fff;position:relative;padding:60px 0;}

.box_06 .center{width:1200px;height:auto;margin:30px auto 0 auto;overflow:hidden;}

.box_06 .news_center{width:1200px;height:auto;position:relative;overflow:hidden;}

.box_06 .news_center .hd{width:540px;height:40px;margin:0 auto 40px auto;position:relative;}

.box_06 .news_center .hd ul{width:540px;height:40px;overflow:hidden;font-size:14px;position:relative;}

.box_06 .news_center .hd ul li{width:160px;height:40px;line-height:40px;text-align:center;float:left;margin-right:30px;background:#232323;position:relative;z-index:0;}

.box_06 .news_center .hd ul li:last-child{margin-right:0px;}

.box_06 .news_center .hd ul li::before{content:'';width:160px;height:0px;background:#be1f2a;position:absolute;top:0;left:0px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .hd ul li.on::before{content:'';width:160px;height:40px;background:#be1f2a;position:absolute;top:0;left:0px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .hd ul li a{display:block;color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd{width:1200px;height:auto;overflow:hidden;margin-top:40px;}

.box_06 .news_center .bd .main{overflow:hidden;width:1200px;height:auto;}





.box_06 .news_center .bd .main .txt{width:635px;height:290px;overflow:hidden;float:left;}

.box_06 .news_center .bd .main .txt li{width:635px;height:130px;overflow:hidden;}

.box_06 .news_center .bd .main .txt li:nth-of-type(1){margin-bottom:30px;}

.box_06 .news_center .bd .main .txt li .img{width:210px;height:130px;float:left;overflow:hidden;}

.box_06 .news_center .bd .main .txt li .img img{width:210px;height:130px;vertical-align:top;}

.box_06 .news_center .bd .main .txt li .txt{width:400px;height:130px;float:right;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .txt li .txt .name{display:block;font-size:16px;line-height:30px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .txt li:hover .txt .name{color:#be1f2a;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .txt li .txt p{font-size:14px;line-height:25px;height:75px;color:#868686;margin-top:5px;overflow:hidden;}

.box_06 .news_center .bd .main .txt li .txt span{display:block;font-size:14px;line-height:12px;color:#868686;position:absolute;bottom:0;right:0;}






.box_06 .news_center .bd .main .list{width:500px;height:290px;position:relative;float:right;}

.box_06 .news_center .bd .main .list::before{content:'';width:1px;height:290px;background:#e2e2e2;position:absolute;top:0;left:9px;}

.box_06 .news_center .bd .main .list li{width:460px;height:48px;padding-left:40px;overflow:hidden;background:url(../images/dian01.png) left center no-repeat;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;position:relative;z-index:2;}

.box_06 .news_center .bd .main .list li:hover{background:url(../images/dian02.png) left center no-repeat;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .list li a{display:block;width:340px;font-size:14px;color:#868686;line-height:48px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .list li:hover a{color:#be1f2a;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .list li span{display:block;font-size:14px;color:#868686;line-height:48px;float:right;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .list li:hover span{color:#be1f2a;-webkit-transition:all .5s;transition:all .5s;}










































































































































































































































































































































































.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: #be1f2a;
}

.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
}
