/*

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;

*/

/* 公用标题 */


/* 热门产品 */
.box_01{width:100%;height:520px;padding-top:60px;background:url(../images/hot_back.jpg) center top no-repeat;overflow:hidden;}

.box_01 .h_title{width:1200px;height:auto;margin:0 auto;text-align:center;}

.box_01 .h_title p{width:111px;height:36px; background:url(../images/hot_zm.png);margin:0 auto;}

.box_01 .h_title h3{font-size:30px;line-height:30px;color:#3a3a3a;background:url(../images/h_line.png) center center no-repeat;margin-top:20px;}

.box_01 .h_title h3 a{display:block;color:#3a3a3a;}

.box_01 .hot_list{width:1200px;height:340px;margin:40px auto 0 auto;}

.box_01 .hot_list li{width:360px;height:330px;border:solid 1px #d2d2d2;margin-right:30px;border-radius:5px;padding:8px 9px 0 9px;overflow:hidden;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .hot_list li:hover{border:solid 1px #f8c4c1;-moz-box-shadow:0px 0px 10px #f8c4c1; -webkit-box-shadow:0px 0px 10px #f8c4c1; box-shadow:0px 0px 10px #f8c4c1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .hot_list li:last-child{margin-right:0;}

.box_01 .hot_list li .bx{width:360px;height:330px;overflow:hidden;}

.box_01 .hot_list li .bx a{display:block;}

.box_01 .hot_list li .bx .img{width:360px;height:270px;overflow:hidden;border-radius:5px;}

.box_01 .hot_list li .bx .img img{width:360px;height:270px;transition: all 1s;transform: scale(1.1);vertical-align:top;}

.box_01 .hot_list li:hover .bx .img img{transform: scale(1);}

.box_01 .hot_list li .bx .name{width:300px;height:60px;line-height:60px;padding-right:60px;font-size:16px;color:#545454;background:url(../images/hot_jt.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .hot_list li:hover .bx .name{color:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}





/* 产品中心 */
.box_02{width:100%;padding:60px 0;background:#fff;overflow:hidden;}

.box_02 .h_title{width:1200px;height:auto;margin:0 auto;text-align:center;}

.box_02 .h_title p{width:258px;height:36px; background:url(../images/pro_zm.png);margin:0 auto;}

.box_02 .h_title h3{font-size:30px;line-height:30px;color:#3a3a3a;background:url(../images/h_line.png) center center no-repeat;margin-top:20px;}

.box_02 .h_title h3 a{display:block;color:#3a3a3a;}

.box_02 .pro_list{width:1200px;height:170px;margin:40px auto 0 auto;overflow:hidden;}

.box_02 .pro_list .hd{width:1200px;height:70px;overflow:hidden;}

.box_02 .pro_list .hd ul{width:1200px;height:70px;overflow:hidden;display:flex;justify-content: space-between;}

.box_02 .pro_list .hd ul li{width:299px;height:70px;border-radius:10px 10px 0 0;cursor:pointer;float:left;background:#3a3a3a;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .hd ul li.on{background:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .hd ul li a{display:block;width:299px;height:70px;position:relative;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .hd ul li a span{width:299px;font-size:36px;font-weight:bold;color:rgba(255,255,255,0.1);line-height:28px;font-family:Arial;text-transform: Uppercase;position:absolute;left:0;top:12px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .hd ul li.on a span{color:rgba(255,255,255,0.2);-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .hd ul li a p{display:block;font-size:20px;font-weight:bold;line-height:22px;padding-top:30px;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .bd{width:1200px;height:100px;position:relative; background:#f5f5f5;}

.box_02 .pro_list .bd .main{width:1200px;height:100px;overflow:hidden;}

.box_02 .pro_list .bd .main .list{width:1180px;padding-left:20px;height:100px;overflow:hidden;}

.box_02 .pro_list .bd .main .list li{width:150px;height:50px;line-height:50px;float:left;margin-right:18px;border-radius:5px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .bd .main .list li:hover{background:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .bd .main .list li a{display:block;width:110px;padding-left:40px;background:url(../images/dian01.png) 15px center no-repeat;font-size:16px;color:#424242;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list .bd .main .list li:hover a{color:#fff;background:url(../images/dian02.png) 15px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .product{width:1200px;height:680px;margin:40px auto 0 auto;overflow:hidden;}

.box_02 .product li{width:380px;height:325px;margin:0 30px 30px 0;float:left;position:relative;}

.box_02 .product li:nth-of-type(3n){margin-right:0;}

.box_02 .product li a{display:block;}

.box_02 .product li .img{width:350px;height:260px;padding:15px;background:url(../images/pro_bk01.png);overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .product li:hover .img{background:url(../images/pro_bk02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_02 .product li .img .pic{width:350px;height:260px;border-radius:5px;overflow:hidden;}

.box_02 .product li .img .pic img{width:350px;height:260px;transition: all 1s;transform: scale(1.1);vertical-align:top;}

.box_02 .product li:hover .img .pic img{transform: scale(1);}

.box_02 .product li .name{width:350px;height:20px;line-height:20px;font-size:16px;color:#424242;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .product li .more{width:23px;height:23px;position:absolute;right:35px;bottom:25px;background:url(../images/jia01.png);-webkit-transition:all .7s;transition:all .7s;}

.box_02 .product li:hover .more{transform: rotate(360deg);-webkit-transition:all .7s;transition:all .7s;}








/* 企业优势 */
.box_03{width:100%;height:680px;overflow:hidden;padding-top:40px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .h_title{width:1200px;height:auto;margin:0 auto;text-align:center;}

.box_03 .h_title p{width:334px;height:36px; background:url(../images/ys_zm.png);margin:0 auto;}

.box_03 .h_title h3{font-size:30px;line-height:30px;color:#3a3a3a;background:url(../images/h_line.png) center center no-repeat;margin-top:20px;}

.look_center{width:1200px;height:520px;margin:74px auto  auto;position:relative;overflow:hidden;}

.look_center .bd{width:1200px;height:520px;margin:0 auto;}

.look_center .bd .main{width:1200px;height:520px;position:relative;}

.look_center .bd .main .txt{width:455px;height:520px;float:left;}

.look_center .bd .main .txt .top{height:50px;margin-top:40px;}

.look_center .bd .main .txt .top .num{width:70px;height:40px;float:left;font-size:24px;color:#3a3a3a;font-weight:bold;line-height:20px;text-align:center;background:url(../images/ys_line.png) left bottom no-repeat;float:left;margin-right:40px;}

.look_center .bd .main .txt .top .wz{width:auto;float:left;}

.look_center .bd .main .txt .top .wz h4{font-size:24px;line-height:26px;color:#545454;font-weight:bold;}

.look_center .bd .main .txt .top .wz span{font-size:12px;color:#999;line-height:10px;text-transform: Uppercase;margin-top:14px;}

.look_center .bd .main .txt p{font-size:14px;color:#858585;line-height:30px;margin-top:25px;}

.look_center .bd .main .img{width:630px;height:520px;float:right;border-radius:30px 0 0 0;overflow:hidden;}

.look_center .bd .main .img img{width:630px;height:520px;vertical-align:top;}

.look_center .hd{width:650px;height:160px; background:rgba(255,255,255,0.5);position:absolute;bottom:55px;left:0;z-index:4;}

.look_center .hd ul{width:515px;height:160px;margin-left:45px;overflow:hidden;display:flex;justify-content: space-between;}

.look_center .hd ul li{width:100px;height:160px;text-align:center;cursor:pointer;float:left;position:relative;}

.look_center .hd ul li::after{content:'';width:15px;height:1px;background:#7d7d7d;position:absolute;right:-25px;top:66px;}

.look_center .hd ul li .icon{width:80px;height:80px;margin:20px auto 0 auto;background:url(../images/ys_yuan01.png);-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on .icon{background:url(../images/ys_yuan02.png);-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li .icon i{display:block;width:80px;height:80px;}

.look_center .hd ul li.on .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.look_center .hd ul li:nth-of-type(1) .icon i{background:url(../images/ys_icon_01.png) center center no-repeat;}

.look_center .hd ul li:nth-of-type(2) .icon i{background:url(../images/ys_icon_02.png) center center no-repeat;}

.look_center .hd ul li:nth-of-type(3) .icon i{background:url(../images/ys_icon_03.png) center center no-repeat;}

.look_center .hd ul li:nth-of-type(4) .icon i{background:url(../images/ys_icon_04.png) center center no-repeat;}

.look_center .hd ul li p{font-size:16px;color:#3a3a3a;line-height:16px;margin-top:18px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on p{color:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}





/* 在线留言 */
.box_04{width:100%;height:338px;margin-top:60px;background:url(../images/ly_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .center{width:1060px;height:338px;margin:0 auto;padding-left:140px;}

.box_04 .center .txt{width:460px;height:338px;color:#fff;float:left;}

.box_04 .center .txt h4{font-size:48px;font-weight:bold;line-height:50px;margin-top:50px;height:65px;position:relative;}

.box_04 .center .txt h4::after{content:'';width:315px;height:1px;background:#686868;position:absolute;bottom:0;left:0;}

.box_04 .center .txt p:nth-of-type(1){font-size:18px;line-height:20px;margin-top:30px;}

.box_04 .center .txt p:nth-of-type(2){font-size:14px;line-height:15px;margin-top:15px;color:#656669;font-family:Arial;}

.box_04 .center .txt .tel{height:40px;line-height:40px;margin-top:50px;}

.box_04 .center .txt .tel span{display:block;float:left;position:relative;font-size:24px;padding-left:60px;}

.box_04 .center .txt .tel span::before{content:'';width:36px;height:37px;background:url(../images/tel02.png) center center no-repeat;position:absolute;top:2px;left:0;animation: msClock 1.2s linear infinite;}

.box_04 .center .txt .tel a{display:block;width:170px;height:40px;text-align:center;font-size:16px;color:#fff;border-radius:20px;background:#ff3b2d;float:right;}

.box_04 .center .ly{width:450px;height:250px;padding:40px 30px 0 30px;margin-top:48px;float:right;overflow:hidden;border-radius:10px 10px 0 0;background:url(../images/ly.png);}

.box_04 .center .ly .form{width:450px;height:250px;position:relative;}

.box_04 .center .ly .form p{width:450px;height:40px;overflow:hidden;background:rgba(255,255,255,1);}

.box_04 .center .ly .form input{display:block;width:430px;height:40px;line-height:40px;color:#999;font-size:14px;padding:0 10px;box-sizing:content-box;background:rgba(0,0,0,0);}

.box_04 .center .ly .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_04 .center .ly .form p:nth-of-type(2){position:absolute;left:0;top:60px;}

.box_04 .center .ly .form p:nth-of-type(3){width:450px;height:40px;position:absolute;top:120px;left:0;}

.box_04 .center .ly .form p:nth-of-type(1) input{background:rgba(0,0,0,0);}

.box_04 .center .ly .form p:nth-of-type(2) input{background:rgba(0,0,0,0);}

.box_04 .center .ly .form textarea{width:430px;height:40px;line-height:40px;color:#999;font-size:14px;padding:0 10px;box-sizing:content-box;background:rgba(0,0,0,0);}

.box_04 .center .ly .form p:nth-of-type(4){width:230px;height:40px;position:absolute;bottom:30px;left:0;z-index:2;overflow:hidden;}

.box_04 .center .ly .form p:nth-of-type(4) input{display:block;width:100px;height:40px;line-height:40px;color:#999;font-size:14px;float:left;padding:0 10px;background:rgba(0,0,0,0);}

.box_04 .center .ly .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:36px;margin:2px;cursor:pointer;}

.box_04 .center .ly .form .tj{width:200px;height:40px;border:none;position:absolute;bottom:30px;right:0;background:#3a3a3a;overflow:hidden;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .ly .form .tj .btn{display: block;width:200px;height:40px;line-height:40px;text-align:center;font-size:14px;color:#fff;border:none;background:none;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .ly .form .tj:hover{border-radius:20px;-webkit-transition:all .7s;transition:all .7s;}





/* 合作案例 */
.box_05{width:100%;height:675px;overflow:hidden;padding-top:60px;background:url(../images/case_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .h_title{width:1200px;height:auto;margin:0 auto;text-align:center;}

.box_05 .h_title p{width:140px;height:36px; background:url(../images/case_zm.png);margin:0 auto;}

.box_05 .h_title h3{font-size:30px;line-height:30px;color:#3a3a3a;background:url(../images/h_line.png) center center no-repeat;margin-top:20px;}

.index_zhuanjia{width:1200px;height:490px;overflow:hidden;margin:40px auto 0 auto;}

.index_zhuanjia_pic{width:970px; height:490px; overflow:hidden; float:left;position:relative;}

.index_zhuanjia_pic ul{height:490px;position:absolute; left:0;}

.index_zhuanjia_pic ul li{width:970px; height:490px;overflow:hidden;position:relative;float:left;}

.index_zhuanjia_pic ul li .txt{width:290px;height:490px;float:left;position:relative;}

.index_zhuanjia_pic ul li .txt::before{content:'';width:90px;height:5px;background:#ff3b2d;position:absolute;bottom:90px;left:0;border-radius:5px;}

.index_zhuanjia_pic ul li .txt .name{display:block;font-size:24px;color:#3a3a3a;line-height:26px;font-weight:bold;margin-top:185px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.index_zhuanjia_pic ul li:hover .txt .name{color:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}

.index_zhuanjia_pic ul li .txt p{font-size:14px;color:#8b8b8b;line-height:30px;height:120px;overflow:hidden;margin-top:32px;}

.index_zhuanjia_pic ul li .img{width:650px;height:490px;float:right;border-radius:10px;overflow:hidden;}

.index_zhuanjia_pic ul li .img img{display:block;width: 650px;height: 490px; vertical-align:top;object-fit:cover;}

.index_zhuanjia_list{ width:210px;height:490px; overflow:hidden; float:right;position:relative;}

.index_zhuanjia_lists{width:210px; height:490px; overflow:hidden;position:relative;}

.index_zhuanjia_lists ul{ width:210px;height:490px;position:absolute;overflow:hidden;}

.index_zhuanjia_lists ul li{width:210px; height:150px; padding-bottom:20px;position:relative;cursor: pointer; }

.index_zhuanjia_lists ul li .img{display:block;width:210px;height:150px;border-radius:5px;overflow:hidden;}

.index_zhuanjia_lists ul li .img img{width: 210px;height: 150px; vertical-align:top;object-fit:cover;}

.index_zhuanjia_pre{width:210px;height:150px;overflow:hidden;cursor:pointer;border-radius:5px;background:url(../images/case_jt_01.png) center center no-repeat rgba(0,0,0,0.4);position:absolute;left:0;top:0;z-index:9;}

.index_zhuanjia_next{width:210px;height:150px;overflow:hidden;cursor:pointer;border-radius:5px;background:url(../images/case_jt_02.png) center center no-repeat rgba(0,0,0,0.4);position:absolute;left:0;bottom:0;z-index:9;}





/* 合作客户 */
.box_06{width:100%;height:315px;overflow:hidden;padding-top:35px;background:url(../images/hz_back.jpg) center top no-repeat;overflow:hidden;}

.box_06 .h_title{width:1200px;height:auto;margin:0 auto;text-align:center;}

.box_06 .h_title p{width:303px;height:36px; background:url(../images/kh_zm.png);margin:0 auto;}

.box_06 .h_title h3{font-size:30px;line-height:30px;color:#ff3b2d;background:url(../images/h_line.png) center center no-repeat;margin-top:20px;}

.box_06 .list{width:1200px;height:135px;margin:40px auto 0 auto;overflow:hidden;}

.box_06 .list li{width:232px;height:135px;margin-right:10px;overflow:hidden;float:left;}

.box_06 .list li:last-child{margin-right:0;}

.box_06 .list li a{display:block;}

.box_06 .list li .img{width:230px;height:98px;border:solid 1px #8b8b8b;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li:hover .img{border:solid 1px #ff3b2d;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .list li .img img{width:230px;height:98px;transition: all 1s;transform: scale(1.1);vertical-align:top;}

.box_06 .list li:hover .img img{transform: scale(1);}

.box_06 .list li .name{width:200px;padding:0 16px;font-size:14px;line-height:15px;color:#fff;text-align:center;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}




/* 关于我们 */
.box_07{width:1200px;height:430px;overflow:hidden;margin:60px auto 70px auto;overflow:hidden;}

.box_07 .left{width:440px;height:430px;float:left;}

.box_07 .left .bt{width:440px;height:65px;background:url(../images/ab_line.png) left top no-repeat;position:relative;}

.box_07 .left .bt p{font-size:60px;color:#eee;font-family:Arial;line-height:46px;font-weight:bold;text-transform: Uppercase;position:absolute;top:0;left:32px;}

.box_07 .left .bt h3{font-size:30px;color:#3a3a3a;line-height:32px;font-weight:bold;position:absolute;bottom:0;left:32px;}

.box_07 .left .bx{width:440px;width:270px;margin-top:40px;}

.box_07 .left .bx a{display:block;width:430px;height:60px;line-height:60px;padding:5px;margin-bottom:30px; background:#fff;border-radius:35px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a:last-child{margin-bottom:0;}

.box_07 .left .bx a.active{background:#3a3a3a;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a .icon{width:60px;height:60px;background:url(../images/ab_yuan01.png);float:left;margin-right:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a.active .icon{background:url(../images/ab_yuan02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a .icon i{display:block;width:60px;height:60px;}

.box_07 .left .bx a.active .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_07 .left .bx a:nth-of-type(1) .icon i{background:url(../images/ab_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a:nth-of-type(2) .icon i{background:url(../images/ab_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a:nth-of-type(3) .icon i{background:url(../images/ab_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a:nth-of-type(1).active .icon i{background:url(../images/ab_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a:nth-of-type(2).active .icon i{background:url(../images/ab_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a:nth-of-type(3).active .icon i{background:url(../images/ab_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a h4{font-size:20px;color:#3a3a3a;font-weight:bold;float:left;margin-right:40px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a.active h4{font-size:20px;color:#fff;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a p{font-size:18px;color:#8b8b8b;bold;float:left;text-transform: Uppercase;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .left .bx a.active p{font-size:18px;color:#888;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .right{width:720px;height:430px;float:right;position:relative;}

.box_07 .right .about{display:block;width:720px;height:260px; vertical-align:top;object-fit:cover;}

.box_07 .right p{width:500px;font-size:14px;color:#8b8b8b;height:150px;line-height:30px;overflow:hidden;margin-top:25px;}

.box_07 .right .yyzz{display:block;width:186px;height:251px; vertical-align:top;object-fit:cover;position:absolute;top:115px;right:0;}

.box_07 .right a{display:block;width:145px;height:36px;position:absolute;bottom:5px;right:0;}

.box_07 .right a span{display:block;font-size:14px;color:#3a3a3a;line-height:36px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .right a:hover span{color:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .right a i{display:block;width:36px;height:36px;float:right; background:url(../images/jia02.png) center center no-repeat #ff3b2d;border-radius:3px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .right a:hover i{border-radius:18px;-webkit-transition:all .7s;transition:all .7s;}




/* 新闻资讯 */
.box_08{width:100%;margin-bottom:50px;background:#fff;overflow:hidden;}

.box_08 .h_title{width:1200px;height:auto;margin:0 auto;text-align:center;}

.box_08 .h_title p{width:153px;height:36px; background:url(../images/news_zm.png);margin:0 auto;}

.box_08 .h_title h3{font-size:30px;line-height:30px;color:#3a3a3a;background:url(../images/h_line.png) center center no-repeat;margin-top:20px;}

.box_08 .h_title h3 a{display:block;color:#3a3a3a;}

.box_08 .center{width:1200px;height:618px;margin:40px auto 0 auto;overflow:hidden;}

.box_08 .center .left{width:580px;height:618px;float:left;}

.box_08 .center .left .bx{width:580px;height:430px;overflow:hidden;}

.box_08 .center .left .bx .img{width:580px;height:270px;overflow:hidden;}

.box_08 .center .left .bx .img img{width:580px;height:270px; vertical-align:top;object-fit:cover;}

.box_08 .center .left .bx .txt{width:540px;height:160px;padding:0 19px;overflow:hidden;border-left:solid 1px #e7e7e7;border-right:solid 1px #e7e7e7;}

.box_08 .center .left .bx .txt .name{display:block;font-size:16px;color:#666;line-height:18px;font-weight:bold;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .left .bx .txt .name:hover{color:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .left .bx .txt p{font-size:14px;color:#888;line-height:25px;height:50px;margin-top:15px;overflow:hidden;}

.box_08 .center .left .bx .txt span{display:block;font-size:14px;color:#888;line-height:12px;margin-top:15px;}

.box_08 .center .left .list{width:540px;height:140px;padding:23px 19px;overflow:hidden;border:solid 1px #e7e7e7;}

.box_08 .center .left .list li{width:540px;height:35px;line-height:35px;overflow:hidden;}

.box_08 .center .left .list li a{display:block;width:400px;font-size:14px;color:#666;float:left;padding-left:25px;background:url(../images/dian03.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .left .list li:hover a{color:#ff3b2d;background:url(../images/dian04.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .left .list li span{display:block;font-size:14px;color:#888;float:right;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .left .list li:hover span{color:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .right{width:580px;height:618px;background:url(../images/nbk.png);float:right;}

.box_08 .center .right li{width:580px;height:73px;padding:40px 0;border-bottom:solid 1px #d9d9d9;}

.box_08 .center .right li:last-child{border-bottom:none;}

.box_08 .center .right li .date{width:95px;height:73px;float:left;margin-right:10px;text-align:center;color:#666;font-weight:bold;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .right li:hover .date{color:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .right li .date p:nth-of-type(1){font-size:35px;line-height:26px;margin-top:15px;}

.box_08 .center .right li .date p:nth-of-type(2){font-size:14px;line-height:12px;margin-top:20px;}

.box_08 .center .right li .txt{width:460px;height:73px;overflow:hidden;float:left;}

.box_08 .center .right li .txt a{display:block;font-size:16px;color:#666;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;position:relative;}

.box_08 .center .right li:hover .txt a{color:#ff3b2d;margin-left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .right li .txt p{font-size:14px;color:#888;line-height:25px;height:50px;margin-top:12px;overflow:hidden;}




/* 友情链接 */
.links{width:100%;height:auto;min-height:65px;overflow:hidden;margin:0 0 50px 0;}

.links .jz{width:1200px;height:auto;min-height:35px;line-height:35px;margin:0 auto;padding:15px 0; background:#3a3a3a;border-radius:8px;overflow:hidden;}


.links .jz .lins{width:1000px;float:left;height:auto;min-height:35px;}

.links .jz .lins a{display:block;width:auto;box-sizing:content-box;font-size:14px;line-height:35px;color:#bdbdbd;float:left;padding:0 27px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .jz .lins a:hover{color:#ff3b2d;-webkit-transition:all .7s;transition:all .7s;}



.links .jz p{width:95px;font-size:16px;color:#fff;float:right;line-height:35px;height:35px;font-weight:bold;background:url(../images/lk.png) 30px center no-repeat #ff3b2d;padding-left:65px;margin-right:10px;border-radius:5px;}








@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);
  }
}


