/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/

/* 公用标题 */


/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}


/* 搜索 */
.binbox{width:100%;height:80px;background:url(../images/ss_back.jpg) center top no-repeat;overflow:hidden;}

.binbox .center{width:1200px;height:80px;margin:0 auto;overflow:hidden;position:relative;}

.binbox .center .left{width:auto;height:80px;float:left;line-height:80px;font-size:24px;color:#333;font-weight:bold;padding-left:60px;font-family:Arial;position:relative;}

.binbox .center .left span{display:block;float:left;font-size:14px; font-weight:normal;}

.binbox .center .left::before{content:'';width:40px;height:40px;background:#cfac5a;position:absolute;top:20px;left:0;}

.binbox .center .left::after{content:'';width:40px;height:40px;background:url(../images/tel01.png) center center no-repeat;position:absolute;top:20px;left:0;animation: msClock 1.2s linear infinite;}

.binbox .center .search{width:298px;height:38px;border:solid 1px #cfac5a;float:right;margin:20px 0;}

.binbox .center .search .input{width:210px;height:38px;color:#888;display:block;background:rgba(0,0,0,0);float:left;font-size:14px;padding:0 20px;box-sizing:content-box;}

.binbox .center .search .button{width:48px;height:38px;display:inline-block;cursor:pointer;border:none;background:url(../images/search.png) center center no-repeat #cfac5a;float:right;}

.backTop { background: url(../images/mouse.png) no-repeat; width:30px; height:43px;display: block; position:absolute;left:50%;margin-left:-15px;top:10px; 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_01{width:100%;height:900px;padding-top:80px; background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;}

.box_01 .h_title{width:1200px;height:108px;margin:0 auto;}

.box_01 .h_title h3{width:1200px;height:108px;margin:0 auto;}

.box_01 .h_title h3 a{display:block;width:1200px;height:108px;margin:0 auto;background:url(../images/pro_bt.png);}

.box_01 .fl_list{width:1200px;height:40px;margin:40px auto 0 auto;overflow:hidden;}

.box_01 .fl_list li{width:131px;height:38px;border:solid 1px #d6d6d6;background:#fff;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list li:hover{border:solid 1px #cfac5a;background:#cfac5a;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list li a{display:block;width:131px;line-height:38px;font-size:15px;color:#666;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .fl_list li:hover a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list{width:1200px;height:520px;margin:30px auto 0 auto;overflow:hidden;}

.box_01 .pro_list li{width:285px;height:250px;margin:0 20px 20px 0;float:left;overflow:hidden;}

.box_01 .pro_list li:nth-of-type(4n){margin-right:0;}

.box_01 .pro_list li a{display:block;}

.box_01 .pro_list li .img{width:275px;height:200px;border:solid 5px #fff;border-bottom:none;overflow:hidden;}

.box_01 .pro_list li .img img{width:275px;height:200px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_01 .pro_list li:hover img{transform: scale(1.1);}

.box_01 .pro_list li .txt{width:285px;height:45px;background:#fff;overflow:hidden;position:relative;}

.box_01 .pro_list li .txt::before{content:'';width:285px;height:2px;background:#d6d6d6;position:absolute;bottom:0;left:0;}

.box_01 .pro_list li .txt::after{content:'';width:0px;height:2px;background:#cfac5a;position:absolute;bottom:0;left:50%;margin-left:0px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .txt::after{content:'';width:285px;height:2px;background:#cfac5a;position:absolute;bottom:0;left:50%;margin-left:-142.5px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .txt .name{width:145px;padding:0 70px;height:45px;line-height:45px;font-size:15px;color:#333;text-align:center;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .txt .name{color:#cfac5a;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .txt .name::before{content:'';width:8px;height:8px;background:url(../images/dian01.png);position:absolute;top:18px;left:50px;}

.box_01 .pro_list li .txt .name::after{content:'';width:8px;height:8px;background:url(../images/dian01.png);position:absolute;top:18px;right:50px;}

.box_01 .more{width:125px;height:45px;background:url(../images/more01.png);margin:40px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .more:hover{margin:50px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .more a{display:block;width:125px;line-height:45px;font-size:14px;color:#fff;text-align:center;}





/* 企业优势 */
.box_02{width:100%;height:auto;padding:80px 0; background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .h_title{width:1200px;height:108px;margin:0 auto;}

.box_02 .h_title h3{width:1200px;height:108px;margin:0 auto;background:url(../images/ys_bt.png);}

.box_02 .ys01{width:1200px;height:406px;margin:20px auto 0 auto;overflow:hidden;}

.box_02 .ys01 .left{width:557px;height:406px;float:left;}

.box_02 .ys01 .left img{display:block;width:557px;height:406px; vertical-align:top;}

.box_02 .ys01 .right{width:560px;height:376px;padding-top:30px;float:right;}

.box_02 .ys01 .right .bx{width:560px;height:auto;margin-bottom:55px;overflow:hidden;}

.box_02 .ys01 .right .bx .num{width:46px;height:70px; background:#cfac5a;float:left;font-size:26px;color:#fff;font-weight:bold; font-family:Arial;text-align:center;line-height:60px;position:relative;}

.box_02 .ys01 .right .bx .num::before{content:'';width:24px;height:2px;background:#fff;position:absolute;bottom:18px;left:11px;}

.box_02 .ys01 .right .txt{width:490px;height:auto;float:right;}

.box_02 .ys01 .right .txt h4{width:490px;height:39px;border-bottom:dashed 1px #888988;font-size:22px;color:#fff;font-weight:bold;line-height:24px;}

.box_02 .ys01 .right .txt p{font-size:14px;color:#fff;line-height:25px;margin-top:15px;}

.box_02 .ys02{width:1200px;height:310px;margin:0 auto;overflow:hidden;}

.box_02 .ys02 .left{width:560px;height:260px;padding-top:50px;float:left;}

.box_02 .ys02 .left .bx{width:560px;height:auto;margin-bottom:55px;overflow:hidden;}

.box_02 .ys02 .left .bx .num{width:46px;height:70px; background:#cfac5a;float:left;font-size:26px;color:#fff;font-weight:bold; font-family:Arial;text-align:center;line-height:60px;position:relative;}

.box_02 .ys02 .left .bx .num::before{content:'';width:24px;height:2px;background:#fff;position:absolute;bottom:18px;left:11px;}

.box_02 .ys02 .left .txt{width:490px;height:auto;float:right;}

.box_02 .ys02 .left .txt h4{width:490px;height:39px;border-bottom:dashed 1px #bcbcbc;font-size:22px;color:#333;font-weight:bold;line-height:24px;}

.box_02 .ys02 .left .txt p{font-size:14px;color:#888;line-height:25px;margin-top:15px;}

.box_02 .ys02 .right{width:560px;height:310px;float:right;}

.box_02 .ys02 .right img{display:block;width:560px;height:310px; vertical-align:top;}






/* 案例展示 */
.box_03{width:100%;height:630px;padding-top:80px; background:url(../images/case_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .h_title{width:1200px;height:108px;margin:0 auto;}

.box_03 .h_title h3{width:1200px;height:108px;margin:0 auto;background:url(../images/case_bt.png);}

.box_03 .picScroll-left01{width:1380px;height:330px;margin:40px auto 0 auto;position:relative;}

.box_03 .picScroll-left01 .bd{width:1200px;height:330px;margin:0 auto;position:relative;z-index:5;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul{width:1200px;height:330px;overflow:hidden; zoom:1;}

.box_03 .picScroll-left01 .bd ul li{width:380px;height:330px;float:left;margin-right:30px;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul li a{display:block;}

.box_03 .picScroll-left01 .bd ul li .img{width:380px;height:280px;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul li .img img{width:380px;height:280px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_03 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.05);}

.box_03 .picScroll-left01 .bd ul li .txt{width:340px;height:50px;padding:0 20px;background:#fff;position:relative;z-index:0;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul li .txt::before{content:'';width:380px;height:0;background:#cfac5a;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover .txt::before{content:'';width:380px;height:50px;background:#cfac5a;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li .name{width:290px;padding-right:50px;font-size:16px;color:#333;line-height:50px;background:url(../images/case_jt_03.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover .name{color:#fff;background:url(../images/case_jt_04.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd{width:1380px;height:330px;overflow:hidden;position:absolute;top:0;left:0;border-radius:20px;z-index:3;}

.box_03 .picScroll-left01 .hd .prev{width:60px;height:40px;cursor:pointer;background:url(../images/case_jt_01.png) center center no-repeat #333;position:absolute;top:145px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd .next{width:60px;height:40px;cursor:pointer;background:url(../images/case_jt_02.png) center center no-repeat #333;position:absolute;top:145px;right:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd .prev:hover{background:url(../images/case_jt_01.png) center center no-repeat #cfac5a;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd .next:hover{background:url(../images/case_jt_02.png) center center no-repeat #cfac5a;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .more{width:125px;height:45px;background:url(../images/more01.png);margin:40px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .more:hover{margin:50px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .more a{display:block;width:125px;line-height:45px;font-size:14px;color:#fff;text-align:center;}




/* 合作流程 */
.box_04{width:100%;height:420px;padding-top:80px; background:url(../images/lc_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .h_title{width:1200px;height:108px;margin:0 auto;}

.box_04 .h_title h3{width:1200px;height:108px;margin:0 auto;background:url(../images/lc_bt.png);}

.box_04 .list{width:1255px;height:200px;margin:50px auto 0 auto;overflow:hidden; background:url(../images/lc_line.png) center 72px no-repeat;display:flex;justify-content: space-between;}

.box_04 .list li{width:auto;height:auto;float:left;}

.box_04 .list li:nth-of-type(1){margin-top:52px;}

.box_04 .list li:nth-of-type(2){margin-top:47px;}

.box_04 .list li:nth-of-type(3){margin-top:58px;}

.box_04 .list li:nth-of-type(4){margin-top:20px;}

.box_04 .list li:nth-of-type(5){margin-top:57px;}

.box_04 .list li:nth-of-type(6){margin-top:0px;}

.box_04 .list li:nth-of-type(7){margin-top:52px;}

.box_04 .list li:nth-of-type(8){margin-top:67px;}

.box_04 .list li:nth-of-type(9){margin-top:49px;}

.box_04 .list li h4{font-size:14px;color:#fff;line-height:15px;}

.box_04 .list li:nth-of-type(2n-1) h4{margin-top:0;}

.box_04 .list li:nth-of-type(2n) h4{margin-top:25px;}

.box_04 .list li .circle{width:8px;height:8px;background:#fff;border-radius:4px;margin:20px auto 0 auto;position:relative;z-index:0;}

.box_04 .list li .circle::after{content:'';width:18px;height:18px;background:rgba(34,34,34,0.4);border-radius:9px;position:absolute;top:-5px;left:-5px;z-index:-1;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.box_04 .list li .icon{width:50px;height:50px;background:#fff;border-radius:25px;margin:0 auto;}

.box_04 .list li:nth-of-type(2n-1) .icon{margin-top:25px;}

.box_04 .list li:nth-of-type(2n) .icon{margin-top:0;}

.box_04 .list li .icon i{display:block;width:50px;height:50px;}

.box_04 .list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_04 .list li:nth-of-type(1) .icon i{background:url(../images/lc_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:nth-of-type(2) .icon i{background:url(../images/lc_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:nth-of-type(3) .icon i{background:url(../images/lc_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:nth-of-type(4) .icon i{background:url(../images/lc_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:nth-of-type(5) .icon i{background:url(../images/lc_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:nth-of-type(6) .icon i{background:url(../images/lc_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:nth-of-type(7) .icon i{background:url(../images/lc_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:nth-of-type(8) .icon i{background:url(../images/lc_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:nth-of-type(9) .icon i{background:url(../images/lc_icon_09.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

@-webkit-keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}

@keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}




/* 合作流程 */
.box_05{width:100%;height:934px;padding-top:80px; background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .h_title{width:1200px;height:108px;margin:0 auto;}

.box_05 .h_title h3{width:1200px;height:108px;margin:0 auto;background:url(../images/ab_bt.png);}

.box_05 .center{width:1200px;height:465px;margin:40px auto 0 auto;position:relative;overflow:hidden;}

.box_05 .center .txt{width:500px;height:380px;padding:0 50px;background:#fff;position:absolute;left:0;bottom:0;z-index:5;}

.box_05 .center .txt h4{font-size:20px;color:#222;line-height:22px;font-weight:bold;margin-top:55px;}

.box_05 .center .txt p{font-size:14px;color:#888;line-height:30px;height:180px;overflow:hidden;margin-top:30px;}

.box_05 .center .txt .more{display:block;width:26px;height:12px; background:url(../images/ab_jt_01.png);margin-top:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .txt:hover .more{background:url(../images/ab_jt_02.png);margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .img{width:700px;height:465px;overflow:hidden;position:absolute;top:0;right:0;z-index:3;}

.box_05 .center .img img{display:block;width:700px;height:465px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_05 .center .img:hover img{transform: scale(1.05);}




.box_05 .bottom{width:1200px;height:240px;margin:0 auto;position:relative;overflow:hidden;}

.box_05 .bottom .left{width:300px;height:240px;float:left; background:url(../images/yybk.jpg);}

.box_05 .bottom .left .yyzz{width:217px;height:149px;padding:18px;overflow:hidden;margin:28px auto 0 auto;overflow:hidden; background:url(../images/yy_bk.png);}

.box_05 .bottom .left .yyzz img{display:block;width:217px;height:149px; vertical-align:top;object-fit:cover;}

.box_05 .bottom .bx{width:900px;height:240px;float:left; background:#cfac5a;}

.box_05 .bottom .bx a{display:block;width:300px;height:240px;float:left;position:relative;}

.box_05 .bottom .bx a::after{content:'';width:1px;height:100px;background:#e0d0a9;position:absolute;top:60px;right:0;}

.box_05 .bottom .bx a:last-child::after{content:'';width:0px;height:100px;background:#e0d0a9;position:absolute;top:60px;right:0;}

.box_05 .bottom .bx a i{display:block;width:45px;height:54px;margin:75px auto 0 auto;}

.box_05 .bottom .bx a:hover i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_05 .bottom .bx a:nth-of-type(1) i{background:url(../images/ab_icon_01.png) center center no-repeat;}

.box_05 .bottom .bx a:nth-of-type(2) i{background:url(../images/ab_icon_02.png) center center no-repeat;}

.box_05 .bottom .bx a:nth-of-type(3) i{background:url(../images/ab_icon_03.png) center center no-repeat;}

.box_05 .bottom .bx a p{font-size:18px;line-height:18px;text-align:center;margin-top:20px;color:#fff;}






/* 新闻资讯 */
.box_06{width:100%;height:1147px;padding-top:80px;background:url(../images/news_back.jpg) center top no-repeat;overflow:hidden;}

.box_06 .h_title{width:1200px;height:108px;margin:0 auto;}

.box_06 .h_title h3{width:1200px;height:108px;margin:0 auto;}

.box_06 .h_title h3 a{display:block;width:1200px;height:108px;margin:0 auto;background:url(../images/news_bt.png);}

.box_06 .news_center{width:1200px;height:auto;margin:40px auto 0 auto;}
 
.box_06 .news_center .hd{width:600px;height:80px;margin:0 auto;overflow:hidden;}

.box_06 .news_center .hd ul{width:600px;height:80px;display:flex;justify-content: space-between;}

.box_06 .news_center .hd ul li{width:198px;height:78px;border:solid 1px #c8c8c8;float:left;cursor:pointer;overflow:hidden;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on{border:solid 1px #c1a052;background:#c1a052;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li a{display:block;width:120px;height:78px;padding-left:78px;font-size:20px;color:#333;line-height:78px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_03.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_05.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1).on a{background:url(../images/n_icon_02.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2).on a{background:url(../images/n_icon_04.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3).on a{background:url(../images/n_icon_06.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd{width:1200px;height:800px;margin:40px auto 0 auto;}

.box_06 .news_center .bd .main{width:1200px;height:800px;}

.box_06 .news_center .bd .main .top{width:1200px;height:430px;overflow:hidden;}

.box_06 .news_center .bd .main .top li{width:378px;height:428px;border:solid 1px #e4e4e4;overflow:hidden;float:left;margin-right:30px;}

.box_06 .news_center .bd .main .top li:last-child{margin-right:0;}

.box_06 .news_center .bd .main .top li a{display:block;}

.box_06 .news_center .bd .main .top li .img{width:378px;height:278px;overflow:hidden;}

.box_06 .news_center .bd .main .top li .img img{width:378px;height:278px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_06 .news_center .bd .main .top li:hover img{transform: scale(1.1);}

.box_06 .news_center .bd .main .top li .txt{width:340px;height:120px;padding:30px 19px 0 19px;overflow:hidden;}

.box_06 .news_center .bd .main .top li .txt .name{display:block;font-size:16px;color:#333;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top li:hover .txt .name{color:#cfac5a;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top li .txt p{font-size:12px;color:#999;line-height:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:10px;}

.box_06 .news_center .bd .main .top li .txt span{display:block;height:40px;border-top:solid 1px #e4e4e4;font-family:Arial;font-size:12px;color:#999;line-height:40px;margin-top:40px; background:url(../images/case_jt_03.png) right center no-repeat;}

.box_06 .news_center .bd .main .bottom{width:1200px;height:360px;margin:10px auto 0 auto;}

.box_06 .news_center .bd .main .bottom li{width:340px;height:160px;padding:0 19px;margin:20px 30px 0 0;border:solid 1px #e4e4e4;float:left;overflow:hidden;background:rgba(255,255,255,0);-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:hover{-moz-box-shadow:0px 0px 15px #e4e4e4; -webkit-box-shadow:0px 0px 15px #e4e4e4; box-shadow:0px 0px 15px #e4e4e4;background:rgba(255,255,255,1);-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:nth-of-type(3n){margin-right:0;}

.box_06 .news_center .bd .main .bottom li .name{display:block;font-size:16px;color:#333;line-height:16px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:hover .name{color:#cfac5a;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li p{font-size:12px;color:#999;line-height:22px;height:44px;margin-top:16px;overflow:hidden;}

.box_06 .news_center .bd .main .bottom li .more{display:block;width:18px;height:8px;background:url(../images/n_jt_01.png);margin-top:30px;}






/* 在线留言 */
.box_07{width:100%;height:355px;padding-top:45px;background:url(../images/ly_back.jpg) center top no-repeat;overflow:hidden;}

.box_07 .center{width:1200px;height:355px;margin:0 auto;overflow:hidden;}

.box_07 .center .left{width:600px;height:355px;float:left;overflow:hidden;text-align:center;}

.box_07 .center .left .icon{width:60px;height:60px; background:url(../images/tel02.png) center center no-repeat #fff;border-radius:30px;margin:0 auto;}

.box_07 .center .left h4{font-size:16px;color:#fff;line-height:18px;font-weight:bold;margin-top:20px;}

.box_07 .center .left p:nth-of-type(1){font-size:14px;color:#fff;line-height:15px;margin-top:30px;}

.box_07 .center .left p:nth-of-type(2){font-size:14px;color:#fff;line-height:15px;margin-top:18px;}

.box_07 .center .left p:nth-of-type(3){font-size:14px;color:#fff;line-height:15px;margin-top:40px;}

.box_07 .center .left a{display:block;width:120px;height:36px;background:#cfac5a;margin:40px auto 0 auto;font-size:14px;color:#fff;line-height:36px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .left a:hover{border-radius:18px;-webkit-transition:all .7s;transition:all .7s;}




.box_07 .center .right{width:600px;height:355px;float:right;overflow:hidden;text-align:center;}

.box_07 .center .right .icon{width:60px;height:60px; background:url(../images/ly_icon.png) center center no-repeat #cfac5a;border-radius:30px;margin:0 auto;}

.box_07 .center .right h4{font-size:16px;color:#333;line-height:18px;font-weight:bold;margin-top:20px;}




.box_07 .center .right .form{width:520px;height:175px;margin:30px auto 0 auto;overflow:hidden;position:relative;}

.box_07 .center .right .form p{width:250px;height:36px;overflow:hidden;background:#fff;}

.box_07 .center .right .form input{display:block;width:210px;height:36px;line-height:36px;color:#888;font-size:14px;padding:0 10px 0 30px;box-sizing:content-box;}

.box_07 .center .right .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_07 .center .right .form p:nth-of-type(2){position:absolute;right:0;top:0;}

.box_07 .center .right .form p:nth-of-type(1) input{background:url(../images/name.png) 10px center no-repeat rgba(0,0,0,0);}

.box_07 .center .right .form p:nth-of-type(2) input{background:url(../images/phone.png) 10px center no-repeat rgba(0,0,0,0);}

.box_07 .center .right .form p:nth-of-type(3){width:250px;height:36px;position:absolute;left:0;top:62px;}

.box_07 .center .right .form textarea{width:210px;height:36px;line-height:36px;font-size:14px;padding:0 10px 0 30px;box-sizing:content-box;background:url(../images/liuyan.png) 10px center no-repeat rgba(0,0,0,0);}

.box_07 .center .right .form p:nth-of-type(4){width:250px;height:36px;position:absolute;top:62px;right:0;z-index:2;overflow:hidden;}

.box_07 .center .right .form p:nth-of-type(4) input{display:block;width:130px;height:36px;line-height:36px;color:#888;font-size:14px;float:left;padding:0 10px;box-sizing:content-box;background:rgba(0,0,0,0);}

.box_07 .center .right .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:36px;cursor:pointer;margin:0;}

.box_07 .center .right .form .tj{width:120px;height:36px;border:none;position:absolute;bottom:0;left:200px;background:#cfac5a;overflow:hidden;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .right .form .tj .btn{display: block;width:120px;height:36px;line-height:36px;text-align:center;font-size:14px;color:#fff;border:none;background:none;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .right .form .tj:hover{background:#3d3d3d;-webkit-transition:all .7s;transition:all .7s;}












@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);
  }
}
