/*

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;

*/

/* 共用标题 */
.h_title{width:600px;height:auto;margin:0 auto;text-align:center;}

.h_title h3{font-size:36px;line-height:38px;color:#1e2e3c;font-weight:bold;}

.h_title h3 a{display:block;color:#1e2e3c;}

.h_title span{display:block;width:80px;height:2px;background:#d19a52;margin:17px auto 0 auto;}

.h_title p{font-size:14px;line-height:12px;color:#8b8b8b;margin-top:18px;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);}
}



/* 流程 */
.box_02{width:100%;height:504px;padding-top:60px;background:url(../images/lc_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .list{width:1200px;height:170px;margin:40px auto 0 auto;display:flex;justify-content: space-between;}

.box_02 .list li{width:148px;height:168px;float:left;border:solid 1px #d2d2d2;border-radius:5px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li:hover{border:solid 1px #f2ca96;-moz-box-shadow:0px 0px 10px #f2ca96;-webkit-box-shadow:0px 0px 10px #f2ca96;box-shadow:0px 0px 10px #f2ca96;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list li i{display:block;width:48px;height:43px;margin:30px auto 15px auto;}

.box_02 .list li:hover i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_02 .list li:nth-of-type(1) i{ background:url(../images/lc_icon_01.png) center center no-repeat;}

.box_02 .list li:nth-of-type(2) i{ background:url(../images/lc_icon_02.png) center center no-repeat;}

.box_02 .list li:nth-of-type(3) i{ background:url(../images/lc_icon_03.png) center center no-repeat;}

.box_02 .list li:nth-of-type(4) i{ background:url(../images/lc_icon_04.png) center center no-repeat;}

.box_02 .list li:nth-of-type(5) i{ background:url(../images/lc_icon_05.png) center center no-repeat;}

.box_02 .list li:nth-of-type(6) i{ background:url(../images/lc_icon_06.png) center center no-repeat;}

.box_02 .list li span{display:block;width:22px;height:2px; background:#dcdcdc;margin:0 auto;}

.box_02 .list li h4{font-size:16px;color:#545454;line-height:16px;text-align:center;margin:18px 0 15px 0;}

.box_02 .list li p{font-size:16px;color:#afafaf;line-height:14px;text-align:center;}

.box_02 .center{width:1160px;height:123px;padding:0 9px 0 29px;border-radius:5px;border:solid 1px #d2d2d2;margin:30px auto 0 auto;display:flex;justify-content: space-between;}

.box_02 .center .txt{width:auto;height:123px;float:left;}

.box_02 .center .txt p:nth-of-type(1){font-size:26px;color:#545454;font-weight:bold;line-height:28px;margin-top:26px;}

.box_02 .center .txt p:nth-of-type(2){font-size:16px;color:#545454;line-height:16px;margin-top:20px;}

.box_02 .center .tel{width:auto;height:123px;float:left;}

.box_02 .center .tel p:nth-of-type(1){font-size:18px;color:#545454;line-height:25px;margin-top:23px;padding-left:45px;position:relative;}

.box_02 .center .tel p:nth-of-type(1)::before{content:'';width:25px;height:25px;background:url(../images/tel01.png) center center no-repeat;position:absolute;top:0;left:0;animation: msClock 1.2s linear infinite;}

.box_02 .center .tel p:nth-of-type(2){font-size:26px;color:#545454;line-height:25px;font-weight:bold;margin-top:20px;}

.box_02 .center a{display:block;width:160px;height:100px;line-height:100px;font-size:18px;color:#fff;font-weight:bold;text-align:center;background:url(../images/click.png) center center no-repeat #d19a52;border-radius:5px;float:right;margin-top:12px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .center a:hover{border-radius:15px;-webkit-transition:all .7s;transition:all .7s;}





/* 关于我们 */
.box_03{width:100%;height:610px;padding-top:60px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .center{width:1200px;height:610px;margin:0 auto;overflow:hidden;}

.box_03 .center .left{width:570px;height:610px;float:left;position:relative;}

.box_03 .center .left::before{content:'';width:278px;height:10px;background:url(../images/dream.png);position:absolute;left:0;top:110px;}

.box_03 .center .left img{display:block;width:275px;height:203px;position:absolute;top:0;right:0;}

.box_03 .center .right{width:530px;height:610px;float:right;position:relative;}

.box_03 .center .right .txt{width:530px;height:auto;margin-top:15px;}

.box_03 .center .right .txt span{display:block;width:271px;height:44px;background:url(../images/us.png);}

.box_03 .center .right .txt h3{height:43px;font-size:24px;color:#d19a52;line-height:24px;margin-top:25px;position:relative;}

.box_03 .center .right .txt h3::after{content:'';width:65px;height:2px;background:#d19a52;position:absolute;left:0;bottom:0;}

.box_03 .center .right .txt p{font-size:14px;color:#c5c5c5;line-height:30px;height:210px;overflow:hidden;margin-top:32px;}

.box_03 .center .right .bx{width:510px;height:100px;margin-top:55px;overflow:hidden;display:flex;justify-content: space-between;}

.box_03 .center .right .bx a{display:block;width:118px;height:98px;border:solid 1px #626262;border-radius:5px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .right .bx a.active{background:#d19a52;border:solid 1px #d19a52;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .right .bx a i{display:block;width:33px;height:30px;margin:18px auto;}

.box_03 .center .right .bx a.active i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_03 .center .right .bx a:nth-of-type(1) i{ background:url(../images/ab_icon_01.png) center center no-repeat;}

.box_03 .center .right .bx a:nth-of-type(2) i{ background:url(../images/ab_icon_02.png) center center no-repeat;}

.box_03 .center .right .bx a:nth-of-type(3) i{ background:url(../images/ab_icon_03.png) center center no-repeat;}

.box_03 .center .right .bx a:nth-of-type(4) i{ background:url(../images/ab_icon_04.png) center center no-repeat;}

.box_03 .center .right .bx a p{font-size:16px;color:#fff;line-height:16px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}




/* 产品中心 */
.box_04{width:100%;height:890px;padding-top:60px;background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .top{width:1200px;height:50px;margin:45px auto 0 auto;border-bottom:solid 3px #d19a52;overflow:hidden;}

.box_04 .top h4{font-size:16px;color:#d19a52; font-family:Arial;line-height:40px;float:left;}

.box_04 .top h4 span{display:block;font-size:24px;font-weight:bold;float:left;margin-right:8px;}

.box_04 .top .list{width:550px;height:40px;float:right;display:flex;justify-content: space-between;}

.box_04 .top .list li{width:120px;height:40px; background:#fff;border-radius:5px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .list li:hover{background:#d19a52;border-radius:5px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .list li a{display:block;padding:0 15px 0 55px;width:50px;line-height:40px;font-size:16px;color:#545454;background:url(../images/dian05.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .list li:hover a{color:#fff;background:url(../images/dian06.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .list li:last-child a{display:block;padding:0 20px;width:80px;line-height:40px;font-size:16px;color:#545454;text-transform: Uppercase;font-family:Arial;background:url(../images/more01.png) 92px 15px no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .list li:last-child:hover  a{color:#fff;background:url(../images/more02.png) 92px 15px no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .pro_list{width:1200px;height:610px;margin:40px auto 0 auto;overflow:hidden;}

.box_04 .pro_list li{width:360px;height:270px;overflow:hidden;border-radius:5px;float:left;margin:0 30px 30px 0;border:solid 1px #dcdcdc;padding:9px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .pro_list li:hover{border:solid 1px #d19a52;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .pro_list li:nth-of-type(3n){margin-right:0;}

.box_04 .pro_list li a{display:block;}

.box_04 .pro_list li .img{width:360px;height:270px;overflow:hidden;}

.box_04 .pro_list li .img .pic{width:360px;height:270px;overflow:hidden;}

.box_04 .pro_list li .img .pic img{width:360px;height:270px;vertical-align:top;transform: scale(1.1);transition: all 1s;object-fit:cover;}

.box_04 .pro_list li .img:hover .pic img{transform: scale(1);}

.box_04 .pro_list li .txt{width:170px;height:50px;padding:0 10px;border-radius:25px 0 5px 0;background:#fff;position:absolute;bottom:0;right:0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .pro_list li:hover .txt{background:#d19a52;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .pro_list li .txt .name{width:130px;font-size:16px;color:#545454;line-height:50px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .pro_list li:hover .txt .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .pro_list li .txt .more{width:30px;height:30px;font-size:30px;color:#fff;background:#d19a52;border-radius:5px;line-height:25px;text-align:center;margin:10px 0;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .pro_list li:hover .txt .more{color:#d19a52;background:#fff;-webkit-transition:all .7s;transition:all .7s;}






.pro > ul{width:1200px;height:610px;margin:40px auto 0 auto;overflow:hidden;}

.pro > ul li{width:360px;height:270px;overflow:hidden;border-radius:5px;float:left;margin:0 30px 30px 0;border:solid 1px #dcdcdc;padding:9px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.pro > ul li:hover{border:solid 1px #d19a52;-webkit-transition:all .7s;transition:all .7s;}

.pro > ul li:nth-of-type(3n){margin-right:0;}

.pro > ul li a{display:block;}

.pro > ul li > .img{width:360px;height:270px;overflow:hidden;}

.pro > ul li > .img img{width:360px;height:270px;position: absolute;top: 0; left: 0; right: 0; bottom: 0; margin: auto;object-fit:cover;}

.pro > ul li .text{width:170px;height:50px;padding:0 10px;border-radius:25px 0 5px 0;background:#fff;position:absolute;bottom:0;right:0;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.pro > ul li:hover .text{background:#d19a52;-webkit-transition:all .7s;transition:all .7s;}

.pro > ul li .text .name{width:130px;font-size:16px;color:#545454;line-height:50px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.pro > ul li:hover .text .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.pro > ul li .text .more{width:30px;height:30px;font-size:30px;color:#fff;background:#d19a52;border-radius:5px;line-height:25px;text-align:center;margin:10px 0;float:right;-webkit-transition:all .7s;transition:all .7s;}

.pro > ul li:hover .text.more{color:#d19a52;background:#fff;-webkit-transition:all .7s;transition:all .7s;}








/* 企业优势 */
.box_05{width:100%;height:1030px;padding-top:50px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.look_center{width:1200px;height:906px;margin:36px auto 0 auto;position:relative;}

.look_center .bd{width:1200px;height:906px;}

.look_center .bd .main{width:1200px;height:906px;position:relative;}

.look_center .bd .main .ys01{width:1200px;height:453px;}

.look_center .bd .main .ys01 .img{width:600px;height:453px;float:left;position:relative;}

.look_center .bd .main .ys01 .img img{width:960px;height:453px;vertical-align:top;position:absolute;top:0;right:0;}

.look_center .bd .main .ys01 .txt{width:513px;height:453px;float:right;position:relative;}

.look_center .bd .main .ys01 .txt .top{margin-top:80px;height:50px;}

.look_center .bd .main:nth-of-type(1) .ys01 .txt .top{ background:url(../images/ys_num01.png) 85px 20px no-repeat;}

.look_center .bd .main:nth-of-type(2) .ys01 .txt .top{ background:url(../images/ys_num03.png) 85px 20px no-repeat;}

.look_center .bd .main:nth-of-type(1) .ys01 .txt .top .icon{width:50px;height:50px;background:url(../images/ys_icon_01.png) center center no-repeat #8b8b8b;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd .main:nth-of-type(1):hover .ys01 .txt .top .icon{background:url(../images/ys_icon_01.png) center center no-repeat #d19a52;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd .main:nth-of-type(2) .ys01 .txt .top .icon{width:50px;height:50px;background:url(../images/ys_icon_03.png) center center no-repeat #8b8b8b;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd .main:nth-of-type(2):hover .ys01 .txt .top .icon{background:url(../images/ys_icon_03.png) center center no-repeat #d19a52;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd .main:nth-of-type(1) .ys01 h4{font-size:36px;color:#d19a52;line-height:38px;font-weight:bold;margin-top:20px; background:url(../images/ys_zm01.png) 170px bottom no-repeat;}

.look_center .bd .main:nth-of-type(2) .ys01 h4{font-size:36px;color:#d19a52;line-height:38px;font-weight:bold;margin-top:20px; background:url(../images/ys_zm03.png) 170px bottom no-repeat;}

.look_center .bd .main .ys01 i{display:block;width:513px;height:7px;background:url(../images/ys_line.png);margin:20px 0 35px 0;}

.look_center .bd .main .ys01 p{font-size:14px;color:#545454;line-height:15px;margin-bottom:25px;padding-left:20px;background:url(../images/ys_icon.png) left center no-repeat;}

.look_center .bd .main .ys02{width:1200px;height:453px;}

.look_center .bd .main .ys02 .txt{width:513px;height:453px;float:left;position:relative;}

.look_center .bd .main .ys02 .txt .top{margin-top:80px;height:50px;}

.look_center .bd .main:nth-of-type(1) .ys02 .txt .top{ background:url(../images/ys_num02.png) 85px 20px no-repeat;}

.look_center .bd .main:nth-of-type(2) .ys02 .txt .top{ background:url(../images/ys_num04.png) 85px 20px no-repeat;}

.look_center .bd .main:nth-of-type(1) .ys02 .txt .top .icon{width:50px;height:50px;background:url(../images/ys_icon_02.png) center center no-repeat #8b8b8b;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd .main:nth-of-type(1):hover .ys02 .txt .top .icon{background:url(../images/ys_icon_02.png) center center no-repeat #d19a52;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd .main:nth-of-type(2) .ys02 .txt .top .icon{width:50px;height:50px;background:url(../images/ys_icon_04.png) center center no-repeat #8b8b8b;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd .main:nth-of-type(2):hover .ys02 .txt .top .icon{background:url(../images/ys_icon_04.png) center center no-repeat #d19a52;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd .main:nth-of-type(1) .ys02 h4{font-size:36px;color:#d19a52;line-height:38px;font-weight:bold;margin-top:20px; background:url(../images/ys_zm01.png) 205px bottom no-repeat;}

.look_center .bd .main:nth-of-type(2) .ys02 h4{font-size:36px;color:#d19a52;line-height:38px;font-weight:bold;margin-top:20px; background:url(../images/ys_zm03.png) 205px bottom no-repeat;}

.look_center .bd .main .ys02 i{display:block;width:513px;height:7px;background:url(../images/ys_line.png);margin:20px 0 35px 0;}

.look_center .bd .main .ys02 p{font-size:14px;color:#545454;line-height:15px;margin-bottom:25px;padding-left:20px;background:url(../images/ys_icon.png) left center no-repeat;}

.look_center .bd .main .ys02 .img{width:600px;height:453px;float:right;position:relative;}

.look_center .bd .main .ys02 .img img{width:960px;height:453px;vertical-align:top;position:absolute;top:0;left:0;}





/* 案例展示 */
.box_06{width:100%;height:auto;padding:60px 0;background:#fff;overflow:hidden;}

.box_06 .list{width:920px;height:60px;margin:30px auto 0 auto;overflow:hidden;}

.box_06 .list li{width:230px;height:60px;float:left;text-align:center;background:url(../images/case_line.png) right center no-repeat;}

.box_06 .list li:last-child{ background:none;}

.box_06 .list li a{display:block;font-size:16px;color:#545454;line-height:18px;margin-top:12px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:hover a{color:#d19a52;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li p{font-size:14px;color:#c5c5c5;line-height:18px;margin-top:10px;font-family:Arial;}

.case_center{width:1200px;height:700px;margin:30px auto 0 auto;position:relative;}

.case_center .bd{width:1200px;height:600px;overflow:hidden;}

.case_center .bd .main{width:1200px;height:600px;overflow:hidden;}

.case_center .bd .main img{width:1200px;height:600px;vertical-align:top;}

.case_center .hd{width:1130px;height:200px;position:absolute;left:35px;bottom:0;z-index:5;background:#fff;-moz-box-shadow:0px 0px 10px #e3e3e3;-webkit-box-shadow:0px 0px 10px #e3e3e3;box-shadow:0px 0px 10px #e3e3e3;}

.case_center .hd ul{width:1000px;height:160px;margin:20px auto;display:flex;justify-content: space-between;overflow:hidden;}

.case_center .hd ul li{width:320px;height:160px;overflow:hidden;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.case_center .hd ul li .img{width:320px;height:160px;overflow:hidden;}

.case_center .hd ul li .img img{width:320px;height:160px;transition: all 1s;transform: scale(1.1);vertical-align:top;object-fit:cover;}

.case_center .hd ul li.on .img img{transform: scale(1);}

.case_center .hd ul li .txt{width:320px;height:160px;background:rgba(209,154,82,0.8);position:absolute;top:0;left:50%;-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 1s, opacity 1s;-moz-transition: transform 1s, opacity 1s;-o-transition: transform 1s, opacity 1s;-ms-transition: transform 1s, opacity 1s;transition: transform 1s, opacity 1s;}

.case_center .hd ul li.on .txt{-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;}

.case_center .hd ul li .txt .name{display:block;width:270px;height:40px;margin:40px auto 0 auto;font-size:18px;color:#fff;font-weight:bold;line-height:20px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;}

.case_center .hd ul li .txt .name::after{content:'';width:30px;height:2px;background:#fff;position:absolute;bottom:0;left:50%;margin-left:-15px;}

.case_center .hd ul li .txt p{width:270px;margin:20px auto 0 auto;font-size:16px;color:#fff;line-height:16px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.case_center .hd .prev{width:14px;height:160px;cursor:pointer;background:url(../images/case_jt_01.png) center center no-repeat;position:absolute;left:20px;top:20px;}

.case_center .hd .next{width:14px;height:160px;cursor:pointer;background:url(../images/case_jt_02.png) center center no-repeat;position:absolute;right:20px;top:20px;}







/* 新闻资讯 */
.box_07{width:1200px;height:auto;margin:0 auto 10px;}

.box_07 .news_center{width:1200px;height:auto;margin:0 auto;position:relative;}

.box_07 .news_center .hd{width:1200px;height:70px;overflow:hidden;}

.box_07 .news_center .hd .h_bt{width:800px;height:70px;float:left;}

.box_07 .news_center .hd .h_bt h3{width:800px;background:url(../images/news_line.png);font-size:14px;color:#545454;line-height:30px;height:30px;margin-top:4px;}

.box_07 .news_center .hd .h_bt h3 a{display:block;width:160px;color:#000;text-align:center;font-size:30px;line-height:30px;float:left;position:relative;}

.box_07 .news_center .hd .h_bt p{font-size:16px;color:#8b8b8b;line-height:16px;margin-top:20px;}

.box_07 .news_center .hd ul{width:400px;height:40px;overflow:hidden;float:right;position:relative;font-size:16px;display:flex;justify-content: space-between;}

.box_07 .news_center .hd ul li{width:120px;height:40px;line-height:40px;text-align:center;background:#373b47;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on{background:#d19a52;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li a{display:block;font-size:16px;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd{width:1200px;height:625px;margin:40px auto 0 auto;}

.box_07 .news_center .bd .main{width:1200px;height:625px;}

.box_07 .news_center .bd .main .top{width:1200px;height:420px;}

.box_07 .news_center .bd .main .top .bx{width:460px;height:420px;overflow:hidden;padding:0 30px; background:#f8f8f8;position:relative;float:left;}

.box_07 .news_center .bd .main .top .bx p{font-size:30px;color:#8b8b8b;line-height:60px;}

.box_07 .news_center .bd .main .top .bx .img{width:460px;height:290px;overflow:hidden;}

.box_07 .news_center .bd .main .top .bx .img img{width:460px;height:290px;transition: all 1s;transform: scale(1.1);vertical-align:top;object-fit:cover;}

.box_07 .news_center .bd .main .top .bx:hover .img img{transform: scale(1);}

.box_07 .news_center .bd .main .top .bx .name{display:block;width:440px;padding:0 10px;font-size:16px;color:#545454;line-height:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top .bx:hover .name{color:#d19a52;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top .list{width:620px;height:420px;float:right;}

.box_07 .news_center .bd .main .top .list li{width:620px;height:119px;border-bottom:solid 1px #e9e9e9;float:left;margin-bottom:30px;overflow:hidden;position:relative;}

.box_07 .news_center .bd .main .top .list li:last-child{margin-bottom:0;}

.box_07 .news_center .bd .main .top .list li .name{display:block;padding-left:25px;margin-top:10px;width:440px;font-size:16px;color:#545454;line-height:16px;background:url(../images/dian01.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top .list li:hover .name{color:#d19a52;background:url(../images/dian02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top .list li p{padding-left:25px;margin-top:10px;width:440px;font-size:14px;color:#8b8b8b;line-height:25px;height:50px;margin-top:20px;overflow:hidden;}

.box_07 .news_center .bd .main .top .list li .date{width:100px;height:129px;position:absolute;top:0;right:0;font-size:24px;color:#c6c6c6;line-height:30px;background:url(../images/news_jt_01.png) left 65px no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .top .list li:hover .date{color:#d19a52;background:url(../images/news_jt_02.png) left 65px no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom{width:1130px;height:170px;padding:0 34px;border:solid 1px #e5e5e5;background:#fff;margin:33px auto 0 auto;overflow:hidden;border-radius:10px;position:relative;z-index:0;}

.box_07 .news_center .bd .main .bottom::after{content:'';width:1130px;height:1px;background:#ededed;position:absolute;top:84px;left:35px;z-index:-1;}

.box_07 .news_center .bd .main .bottom li{width:350px;height:85px;line-height:84px;overflow:hidden;float:left;margin-right:40px;position:relative;}

.box_07 .news_center .bd .main .bottom li:nth-of-type(3n){margin-right:0;}

.box_07 .news_center .bd .main .bottom li::after{content:'';width:0px;height:1px;background:#d19a52;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li:hover::after{content:'';width:350px;height:1px;background:#d19a52;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li a{display:block;width:260px;height:84px;line-height:84px;padding-left:25px;background:url(../images/dian03.png) 5px center no-repeat;font-size:16px;color:#545454;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li:hover a{color:#d19a52;background:url(../images/dian04.png) 10px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li span{display:block;line-height:84px;font-size:14px;color:#8b8b8b;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .bottom li:hover span{color:#d19a52;-webkit-transition:all .7s;transition:all .7s;}





/* 在线留言 */
.box_08{width:100%;height:190px;padding-top:54px;background:url(../images/ly_back.jpg) center top no-repeat;overflow:hidden;}

.box_08 .center{width:1110px;height:130px;overflow:hidden;margin:0 auto;padding-left:90px;}

.box_08 .center .bt{width:150px;height:130px;float:left;padding-left:40px;position:relative;background:url(../images/douhao.png) left top no-repeat;}

.box_08 .center .bt::after{content:'';width:42px;height:5px;background:#d19a52;position:absolute;bottom:35px;left:65px;}

.box_08 .center .bt h4{font-size:30px;color:#d19a52;line-height:32px;margin-top:15px;font-weight:bold;}

.box_08 .center .bt p{font-size:16px;color:#8b8b8b;font-weight:bold;line-height:13px;margin-top:15px;text-transform: Uppercase;}

.box_08 .center .form{width:890px;height:130px;position:relative;float:right;}

.box_08 .center .form p{width:423px;height:48px;line-height:48px;border:solid 1px #d8d8d8;border-radius:8px;overflow:hidden;}

.box_08 .center .form input{display:block;width:385px;height:48px;line-height:48px;color:#8b8b8b;font-size:14px;padding:0 3px 0 35px;box-sizing:content-box;}

.box_08 .center .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_08 .center .form p:nth-of-type(2){position:absolute;right:0;top:0;}

.box_08 .center .form p:nth-of-type(1) input{background:url(../images/name.png) 12px center no-repeat rgba(0,0,0,0);}

.box_08 .center .form p:nth-of-type(2) input{background:url(../images/phone.png) 12px center no-repeat rgba(0,0,0,0);}

.box_08 .center .form p:nth-of-type(3){width:628px;height:48px;position:absolute;left:0;bottom:0;}

.box_08 .center .form textarea{width:590px;height:48px;line-height:48px;color:#8b8b8b;font-size:14px;padding:0 3px 0 35px;box-sizing:content-box;background:url(../images/liuyan.png) 12px center no-repeat rgba(0,0,0,0);}

.box_08 .center .form .tj{width:230px;height:50px;border:none;position:absolute;bottom:0;right:0;background:#d19a52;overflow:hidden;z-index:0;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .form .tj .btn{display: block;width:230px;height:50px;line-height:50px;text-align:center;font-size:14px;color:#fff;border:none;background:none;cursor:pointer;}

.box_08 .center .form .tj:hover{background:#333;-webkit-transition:all .7s;transition:all .7s;}







/* 友情链接 */
.links{width:100%;height:60px;background:#fff;overflow:hidden;box-sizing:content-box;}

.links .center{width:1140px;height:60px;margin:0 auto;background:#d19a52;border-radius:5px;padding:0 20px;}

.links .center p{width:100px;font-size:30px;line-height:60px;font-weight:bold;text-transform: Uppercase;color:#fff;float:left;}

.links .link{width:1040px;height:auto;min-height:30px;padding:15px 0;float:right;}

.links .link a{display:block;width:auto;padding:0 28px;font-size:14px;line-height:30px;color:#fff;box-sizing:content-box;float:left;position:relative;}

.links .link a::after{content:'';width:2px;height:12px;background:#fff;position:absolute;top:9px;right:0;}







@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);
  }
}



