/*

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:87px;padding-top:55px;margin:0 auto;text-align:center; background:url(../images/h_back.png) center top no-repeat;overflow:hidden;}

.h_title h3{font-size:36px;line-height:38px;color:#333;font-weight:bold;}

.h_title h3 a{display:block;color:#333;}

.h_title p{width:1200px;font-size:14px;line-height:15px;color:#666;margin-top:15px;letter-spacing:1px;}


@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%;background:#fff;padding:70px 0 50px 0;overflow:hidden;}

.box_01 .center{width:1200px;height:auto;margin:40px auto 0 auto;}

.box_01 .center .list{width:1200px;height:60px;margin:0 auto;}

.box_01 .center .list li{width:148px;height:48px;line-height:48px;border:solid 1px #dbdbdb;background:#fff;text-align:center;float:left;position:relative;z-index:0;}

.box_01 .center .list li::before{content:'';width:148px;height:0px;background:#036fd8;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .list li:hover::before{content:'';width:148px;height:48px;background:#036fd8;position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .list li a{display:block;width:148px;height:48px;font-size:15px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .list li:hover a{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center{width:1200px;height:auto;overflow:hidden;}

.box_01 .center .pro-center .hd{width:284px;height:40px;overflow:hidden;margin:30px auto 0 auto;border-left:solid 1px #88909b;border-right:solid 1px #88909b;}

.box_01 .center .pro-center .hd ul{width:284px;height:40px;line-height:40px;overflow:hidden;font-size:16px;margin:0 auto;}

.box_01 .center .pro-center .hd ul li{width:142px;height:40px;float:left;line-height:40px;cursor:pointer;color:#fff;text-align:center; background:#03132b;position:relative;z-index:0;}

.box_01 .center .pro-center .hd ul li:last-child{float:right;}

.box_01 .center .pro-center .hd ul li::before{content:'';width:142px;height:0px;background:#036fd8;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .hd ul li.on::before{content:'';width:142px;height:40px;background:#036fd8;position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd{width:1200px;margin-top:30px;}

.box_01 .center .pro-center .bd .main{width:1200px;height:auto;overflow:hidden;}

.box_01 .center .pro-center .bd .main li{width:285px;height:260px;float:left;margin:0 20px 20px 0;overflow:hidden;}

.box_01 .center .pro-center .bd .main li:nth-of-type(4n){margin-right:0;}

.box_01 .center .pro-center .bd .main li a{display:block;}

.box_01 .center .pro-center .bd .main li .img{width:283px;height:208px;border:solid 1px #d2d2d2;overflow:hidden;position:relative;}

.box_01 .center .pro-center .bd .main li .img .pic{width:283px;height:208px;overflow:hidden;}

.box_01 .center .pro-center .bd .main li .img .pic img{width:283px;height:208px;vertical-align:top;transition: all 0.8s}

.box_01 .center .pro-center .bd .main li:hover .img .pic img{transform: scale(1.1);}

.box_01 .center .pro-center .bd .main li .img .hide{width:283px;height:208px;background:url(../images/jia.png) center center no-repeat rgba(3,19,43,0.5);position:absolute;top:0;left:50%;text-align:center;-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;}

.box_01 .center .pro-center .bd .main li:hover .img  .hide{-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;}

.box_01 .center .pro-center .bd .main li .txt{width:283px;height:48px;background:#fff;overflow:hidden;border:solid 1px #d2d2d2;position:relative;z-index:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main li:hover .txt{border:solid 1px #036fd8;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main li .txt::before{content:'';width:283px;height:0px;background:#036fd8;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main li:hover .txt::before{content:'';width:283px;height:48px;background:#036fd8;position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main li .txt .name{width:200px;height:48px;line-height:48px;padding:0 63px 0 20px;font-size:15px;color:#666;background:url(../images/pro_jt_01.png) 250px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_01 .center .pro-center .bd .main li:hover .txt .name{color:#fff;background:url(../images/pro_jt_02.png) 250px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}




/* 横栏广告 */
.box_02{width:100%;height:400px;background: url(../images/ad_back.jpg) no-repeat center;}

.box_02 .center{width:1200px;height:300px;padding-top:100px;margin:0 auto;position:relative;z-index:2;text-align:center;color:#fff;}

.box_02 .center h4{font-size:34px;font-weight:bold;line-height:36px;}

.box_02 .center p{height:63px;line-height:24px;margin-top:20px;font-size:24px;position:relative;}

.box_02 .center p::after{content:'';width:600px;height:1px;background:#fff;position:absolute;bottom:0;left:300px;}

.box_02 .center .tel{width:440px;height:40px;line-height:40px;margin:45px auto 0 auto;}

.box_02 .center .tel span{display:block;font-size:26px;font-weight:bold;line-height:40px;padding-left:40px;position:relative;float:left;font-family:Arial;}

.box_02 .center .tel span::before{content:'';width:28px;height:28px;background:url(../images/tel01.png);position:absolute;top:7px;left:0px;animation: msClock 1.2s linear infinite;}

.box_02 .center .tel span i{display:block;font-size:14px;float:left;}

.box_02 .center .tel a{display:block;width:150px;height:40px;line-height:40px;text-align:center;background:#036fd8;float:right;font-size:14px;color:#fff;}




/* 企业优势 */
.box_03{width:100%;height:auto;background:#fff;position:relative;padding:70px 0;overflow:hidden;}

.box_03 .cl01{width:156px;height:155px;position:absolute;top:130px;left:35px;animation: rotate 10s linear infinite;background:url(../images/ys_cl_01.png);}

.box_03 .cl02{width:76px;height:76px;position:absolute;top:153px;left:190px;animation: rotate 10s linear infinite;background:url(../images/ys_cl_02.png);}

.box_03 .cl03{width:102px;height:102px;position:absolute;top:226px;left:166px;animation: rotate 10s linear infinite;background:url(../images/ys_cl_03.png);}

@keyframes rotate{from{transform: rotate(0deg)}
to{transform: rotate(360deg)}
}

.box_03 .center{width:1200px;height:820px;margin:40px auto 0 auto;position:relative;}

.box_03 .center .ys{width:240px;padding:0 30px;height:320px;text-align:center;overflow:hidden;}

.box_03 .center .ys.one{background:#f8f8f8;position:absolute;left:0;top:0;}

.box_03 .center .ys.two{background:#ededed;position:absolute;left:300px;top:0;}

.box_03 .center .ys.three{background:#036fd8;position:absolute;right:300px;bottom:0;}

.box_03 .center .ys.four{background:#0460b9;position:absolute;right:0;bottom:0;}

.box_03 .center .ys h4{line-height:30px;font-size:18px;color:#333;font-weight:bold;position:relative;margin-top:40px;}

.box_03 .center .ys h4 span{font-size:40px;font-weight:normal;margin-right:24px;color:#036fd8;}

.box_03 .center .ys h4::before{content:'';width:4px;height:20px;background:#036fd8;position:absolute;top:12px;left:100px;}

.box_03 .center .ys p{font-size:14px;color:#666;line-height:26px;margin-top:30px;}

.box_03 .center .ys.three h4,
.box_03 .center .ys.four h4{color:#fff;}

.box_03 .center .ys.three h4 span,
.box_03 .center .ys.four h4 span{color:#333;}

.box_03 .center .ys.three h4::before,
.box_03 .center .ys.four h4::before{content:'';width:4px;height:20px;background:#333;position:absolute;top:12px;left:100px;}

.box_03 .center .ys.three p,
.box_03 .center .ys.four p{color:#fff;}

.box_03 .center img:nth-of-type(1){display:block;width:600px;height:500px;position:absolute;left:0;bottom:0;}

.box_03 .center img:nth-of-type(2){display:block;width:960px;height:500px;position:absolute;left:600px;top:0;}








/* 案例展示 */
.box_04{width:100%;height:677px;padding-top:70px;background:url(../images/case_back.jpg) center top no-repeat;overflow:hidden;position:relative;}

.box_04 .team{width:1200px;height:425px;margin:40px auto 0 auto;}

.box_04 .team .fc{width:1200px;height:425px;position:relative;overflow:hidden;}

.box_04 .team .fc .show{width:1200px;margin:0 auto;overflow:hidden;}

.box_04 .team .fc .show .tempWrap{width:1200px;margin:0 auto;overflow:hidden;}

.box_04 .team .fc .show ul{width:1200px;height:335px;overflow:hidden;position:relative;}

.box_04 .team .fc .show ul li{width:360px;height:323px;border-bottom:solid 2px #036fd8;padding:10px 10px 0 10px; background:#fff;margin-right:30px;overflow:hidden;float:left;}

.box_04 .team .fc .show ul li{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:before {content: "";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;background:#036fd8;-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,
.box_04 .team .fc .show ul li:focus,
.box_04 .team .fc .show ul li:active {
  color: white;
}
.box_04 .team .fc .show ul li:hover:before,
.box_04 .team .fc .show ul li:focus:before,
.box_04 .team .fc .show ul li:active: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_04 .team .fc .show ul li a{display:block;}

.box_04 .team .fc .show ul li .img{width:360px;height:265px;overflow:hidden;}

.box_04 .team .fc .show ul li .img img{width:360px;height:265px;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 .name{line-height:58px;font-size:15px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;-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 .gd{width:120px;height:50px;line-height:50px;background:#fff; position:absolute;bottom:0;left:50%;margin-left:-60px;text-align:center;z-index:0;}

.box_04 .team .gd::before{content:'';width:120px;height:0px;background:#036fd8;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .gd:hover::before{content:'';width:120px;height:50px;background:#036fd8;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .gd a{display:block;color:#666;font-size:14px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .gd:hover a{color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .sPrev{position:absolute;left:485px;bottom:0;width:50px;height:50px;background:url(../images/case_jt_01.png) center center no-repeat #fff;cursor:pointer;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .sPrev:hover{background:url(../images/case_jt_02.png) center center no-repeat #036fd8;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .sNext{position:absolute;right:485px;bottom:0;width:50px;height:50px;background:url(../images/case_jt_03.png) center center no-repeat #fff;cursor:pointer;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .team .sNext:hover{background:url(../images/case_jt_04.png) center center no-repeat #036fd8;-webkit-transition:all .5s;transition:all .5s;}





/* 关于我们 */
.box_05{width:100%;height:1030px;padding-top:70px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;position:relative;}

.box_05 .center{width:1200px;height:auto;margin:0 auto;text-align:center;}

.box_05 .center .h_bt{width:1200px;height:97px;overflow:hidden;position:relative;}

.box_05 .center .h_bt h3{font-size:24px;line-height:26px;color:#fff;font-weight:bold;}

.box_05 .center .h_bt span{display:block;width:1200px;font-size:18px;line-height:18px;color:#fff;margin-top:22px;}

.box_05 .center .h_bt::after{content:'';width:90px;height:2px;background:#036fd8;position:absolute;bottom:0;left:50%;margin-left:-45px;}

.box_05 .center p{width:990px;margin:45px auto 0 auto;font-size:14px;color:#fff;line-height:25px;height:100px;overflow:hidden;text-indent:2em;}

.box_05 .center img{display:block;width:1200px;height:500px;vertical-align:top;margin-top:45px;}

.box_05 .list{width:1200px;height:auto;margin:50px auto 0 auto;text-align:center;position:relative;z-index:0;}

.box_05 .list::after{content:'';width:1200px;height:1px;background:#dbdbdb;position:absolute;top:32px;left:0;z-index:-1;}

.box_05 .list li{width:300px;float:left;}

.box_05 .list li .icon{width:58px;height:58px;border:solid 4px #d6d6d6;margin:0 auto;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:hover .icon{border:solid 4px #036fd8;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:nth-of-type(1) .icon{background:url(../images/ab_icon_01.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:nth-of-type(2) .icon{background:url(../images/ab_icon_03.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:nth-of-type(3) .icon{background:url(../images/ab_icon_05.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:nth-of-type(4) .icon{background:url(../images/ab_icon_07.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:nth-of-type(1):hover .icon{background:url(../images/ab_icon_02.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:nth-of-type(2):hover .icon{background:url(../images/ab_icon_04.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:nth-of-type(3):hover .icon{background:url(../images/ab_icon_06.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:nth-of-type(4):hover .icon{background:url(../images/ab_icon_08.png) center center no-repeat #fff;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li a{display:block;font-size:16px;color:#666;line-height:18px;font-weight:bold;margin-top:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li:hover a{color:#036fd8;-webkit-transition:all .5s;transition:all .5s;}

.box_05 .list li p{display:block;font-size:12px;color:#888;line-height:10px;margin-top:10px;text-transform: Uppercase;}








/* 新闻资讯 */
.box_06{width:100%;height:894px;background:url(../images/news_back.jpg) center top no-repeat;padding-top:70px;overflow:hidden;}

.box_06 .news_center{width:1200px;height:auto;margin:40px auto 0 auto;}

.box_06 .news_center .hd{width:320px;height:40px;overflow:hidden;margin:0 auto;}

.box_06 .news_center .hd ul{width:320px;height:40px;}

.box_06 .news_center .hd ul li{width:150px;height:40px;line-height:40px;cursor:pointer;font-size:16px;text-align:center;background:#fff;float:left;position:relative;z-index:0;overflow:hidden;}

.box_06 .news_center .hd ul li:last-child{float:right;}

.box_06 .news_center .hd ul li::before{content:'';width:150px;height:0px;background:#036fd8;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .hd ul li.on::before{content:'';width:150px;height:40px;background:#036fd8;position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .hd ul li a{display:block;color:#666;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .hd ul li.on a{display:block;color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd{width:1200px;height:430px;margin-top:30px;overflow:hidden;}

.box_06 .news_center .bd .main{width:1200px;height:430px;overflow:hidden;}

.box_06 .news_center .bd .main .left{width:790px;height:430px;overflow:hidden;float:left;}

.box_06 .news_center .bd .main .left li{width:380px;height:430px;float:left;overflow:hidden;}

.box_06 .news_center .bd .main .left li:nth-of-type(2){float:right;}

.box_06 .news_center .bd .main .left li .img{width:380px;height:250px;overflow:hidden;}

.box_06 .news_center .bd .main .left li .img img{width:380px;height:250px;vertical-align:top;transition: all 1s;}

.box_06 .news_center .bd .main .left li:hover .img img{transform: scale(1.1);}

.box_06 .news_center .bd .main .left li .txt{width:340px;height:150px;padding:30px 20px 0 20px;overflow:hidden;background:#fff;}

.box_06 .news_center .bd .main .left li .txt .name{display:block;font-size:16px;color:#333;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .left li:hover .txt .name{color:#036fd8;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .left li .txt p{font-size:14px;color:#888;line-height:25px;height:50px;overflow:hidden;margin-top:15px;}

.box_06 .news_center .bd .main .left li .txt span{display:block;font-size:14px;color:#888;line-height:12px;margin-top:23px;font-family:Arial;}

.box_06 .news_center .bd .main .right{width:380px;height:430px;float:right;}

.box_06 .news_center .bd .main .right li{width:380px;height:130px;margin-bottom:20px;overflow:hidden;position:relative;background:#fff;}

.box_06 .news_center .bd .main .right li:nth-of-type(3){margin-bottom:0;}

.box_06 .news_center .bd .main .right li .date{width:95px;height:130px;float:left;text-align:center;color:#666;}

.box_06 .news_center .bd .main .right li .date p:nth-of-type(1){font-size:35px;font-weight:bold;line-height:27px;font-family:Arial;margin-top:42px;}

.box_06 .news_center .bd .main .right li .date p:nth-of-type(2){font-size:14px;line-height:12px;font-family:Arial;margin-top:10px;}

.box_06 .news_center .bd .main .right li .txt{width:260px;float:left;}

.box_06 .news_center .bd .main .right li .txt .name{display:block;font-size:16px;color:#333;line-height:16px;margin-top:27px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .right li:hover .txt .name{margin-left:10px;color:#036fd8;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .news_center .bd .main .right li .txt p{font-size:14px;color:#888;line-height:25px;max-height:50px;overflow:hidden;margin-top:15px;}

.box_06 .cjwd{width:1200px;height:100px;margin:40px auto 0 auto;overflow:hidden;}

.box_06 .cjwd .bt{width:80px;height:100px;float:left;}

.box_06 .cjwd .bt h3{font-size:20px;height:20px;text-align:center;}

.box_06 .cjwd .bt h3 a{display:block;font-size:20px;line-height:20px;color:#333;font-weight:bold;}

.box_06 .cjwd  .bt p{font-size:12px;line-height:15px;color:#858585;margin-top:7px;text-transform: Uppercase;}

.box_06 .txtScroll-left{width:1080px;height:100px;position:relative;float:right;}

.box_06 .txtScroll-left .hd{width:80px;height:20px;position:absolute;left:-120px;bottom:0;}

.box_06 .txtScroll-left .hd .prev{display:inline-block;width:40px;height:20px;cursor:pointer;background:url(../images/wd_jt_01.png) center center no-repeat #03132b;-webkit-transition:all .5s;transition:all .5s;float:left;}

.box_06 .txtScroll-left .hd .next{display:inline-block;width:40px;height:20px;cursor:pointer;background:url(../images/wd_jt_02.png) center center no-repeat #036fd8;-webkit-transition:all .5s;transition:all .5s;float:right;}

.box_06 .txtScroll-left .bd{width:1080px;}

.box_06 .txtScroll-left .bd ul{zoom:1;}

.box_06 .txtScroll-left .bd ul li{width:490px;height:70px;padding:15px 20px;background:#fff;float:left;margin-right:20px;cursor:pointer;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .txtScroll-left .bd ul li p:nth-of-type(1){height:26px;line-height:26px;}

.box_06 .txtScroll-left .bd ul li p:nth-of-type(1) span{display:inline-block;float:left;width:26px;height:26px;line-height:26px;text-align:center;font-size:14px;color:#fff;background:#036fd8;border-radius:13px;}

.box_06 .txtScroll-left .bd ul li p:nth-of-type(1) a{display:inline-block;width:450px;height:26px;line-height:26px;font-size:14px;color:#03132b;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;float:right;}

.box_06 .txtScroll-left .bd ul li:hover p:nth-of-type(1) a{color:#036fd8;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .txtScroll-left .bd ul li p:nth-of-type(2){height:26px;margin-top:18px;}

.box_06 .txtScroll-left .bd ul li p:nth-of-type(2) span{display:inline-block;float:left;width:26px;height:26px;line-height:26px;text-align:center;font-size:14px;color:#fff;background:#333;border-radius:13px;}

.box_06 .txtScroll-left .bd ul li p:nth-of-type(2) i{display:inline-block;width:450px;height:26px;line-height:26px;font-size:14px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:right;}










/* 在线留言 */
.box_07{width:1200px;height:auto;margin:70px auto;}

.box_07 .form{width:1200px;height:52px;position:relative;}

.box_07 .form::after{content:'';width:1040px;height:2px;background:#036fd8;position:absolute;bottom:0;left:0;}

.box_07 .form p{width:240px;height:50px;}

.box_07 .form p i{display:block;width:16px;height:17px;margin-bottom:3px;}

.box_07 .form p:nth-of-type(1) i{background:url(../images/name.png) center center no-repeat;}

.box_07 .form p:nth-of-type(2) i{background:url(../images/phone.png) center center no-repeat;}

.box_07 .form p:nth-of-type(3) i{background:url(../images/liuyan.png) center center no-repeat;}

.box_07 .form input{width:240px;display:block;height:30px;line-height:30px;color:#909090;font-size:14px;}

.box_07 .form p:nth-of-type(1){position:absolute;top:0;left:0;}

.box_07 .form p:nth-of-type(2){position:absolute;top:0;left:240px;}

.box_07 .form p:nth-of-type(3){width:330px;position:absolute;top:0;left:480px;}

.box_07 .form textarea{width:330px;height:30px;line-height:30px;font-size:14px;color:#909090;}

.box_07 .form p:nth-of-type(4){width:200px;height:40px;position:absolute;top:0;right:160px;overflow:hidden;background:#fff;}

.box_07 .form p:nth-of-type(4) input{display:block;width:89px;height:38px;line-height:38px;padding-left:10px;box-sizing:content-box;color:#909090;border:solid 1px #c8c8c8;border-right:none;font-size:14px;background:#fff;float:left;}

.box_07 .form p:nth-of-type(4) img{display:block;float:right;width:100px;height:40px;}

.box_07 .form .tj{width:120px;height:40px;background:#036fd8;position:absolute;top:0;right:0;}

.box_07 .form .tj .btn{width:120px;height:40px;line-height:40px;display: block;text-align:center;font-size:14px;color:#fff;background:#036fd8;cursor: pointer;border:none;position:relative;z-index:0; padding:0 !important;cursor:pointer;}

.box_07 .form .tj .btn::before{content:'';width:0px;height:40px;background:#181e23;position:absolute;top:0;right:60px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .form .tj .btn:hover::before{content:'';width:60px;height:40px;background:#181e23;position:absolute;top:0;right:60px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .form .tj .btn::after{content:'';width:0px;height:40px;background:#181e23;position:absolute;top:0;left:60px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .form .tj .btn:hover::after{content:'';width:60px;height:40px;background:#181e23;position:absolute;top:0;left:60px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}






/* 提交按钮的线条边框特效 */
.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: #036fd8;
}

.bz-buttonAnimat02::before,
.bz-buttonAnimat02::after,
.bz-buttonAnimat02 .inner::before,
.bz-buttonAnimat02 .inner::after {
    background-color: #036fd8;
}


.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
}
