/*

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;

*/

/* 公用标题 */


/* 列表 */
.box_01{width:100%;height:160px;background:#f5f5f5;overflow:hidden;}

.box_01 .list{width:1200px;height:160px;margin:0 auto;overflow:hidden;}

.box_01 .list li{width:240px;height:160px;float:left;position:relative;}

.box_01 .list li::before{content:'';width:1px;height:160px;background:#fff;position:absolute;top:0;left:0;}

.box_01 .list li:last-child::after{content:'';width:1px;height:160px;background:#fff;position:absolute;top:0;right:0;}

.box_01 .list li .icon{width:70px;height:70px;margin:25px auto 0 auto; background:#c00d14;border-radius:35px;}

.box_01 .list li .icon i{display:block;width:70px;height:70px;}

.box_01 .list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_01 .list li:nth-of-type(1) .icon i{background:url(../images/list_icon_01.png) center center no-repeat;}

.box_01 .list li:nth-of-type(2) .icon i{background:url(../images/list_icon_02.png) center center no-repeat;}

.box_01 .list li:nth-of-type(3) .icon i{background:url(../images/list_icon_03.png) center center no-repeat;}

.box_01 .list li:nth-of-type(4) .icon i{background:url(../images/list_icon_04.png) center center no-repeat;}

.box_01 .list li:nth-of-type(5) .icon i{background:url(../images/list_icon_05.png) center center no-repeat;}

.box_01 .list li a{display:block;font-size:16px;color:#1a1a1a;line-height:16px;text-align:center;margin-top:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .list li:hover a{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}








/* 产品中心 */
.box_02{width:100%;height:auto;padding:40px 0 70px 0; background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;}

.pro_top{width:1200px;height:600px;margin:0 auto;position:relative;}

.pro_top .pos{width:690px;height:80px;position:absolute;top:10px;right:0;z-index:9;}

.pro_top .pos::after{content:'';width:330px;height:1px;background:#d1d1d1;position:absolute;top:40px;right:110px;}

.pro_top .pos .h_title{width:130px;height:80px;position:relative;padding-left:60px;float:left;z-index:0;}

.pro_top .pos .h_title::after{content:'';width:160px;height:10px;background:#c00d14;position:absolute;bottom:0;right:0;z-index:-1;}

.pro_top .pos .h_title p{font-size:14px;color:#b2b2b2;line-height:14px;margin-top:20px;}

.pro_top .pos .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;margin-top:10px;}

.pro_top .pos .h_title h3 a{display:block;color:#333;}

.pro_top .pos .h_title span{font-size:105px;line-height:80px;text-transform: Uppercase;position:absolute;left:-8px;top:-3px;color:#e7b9ba;}

.pro_top .pos .more{display:block;width:68px;height:68px;float:right;margin:6px; background:#c00d14;border-radius:50%;font-size:14px;color:#fff;line-height:68px;text-align:center;-moz-box-shadow:0px 0px 15px #d4d2d2; -webkit-box-shadow:0px 0px 15px #d4d2d2; box-shadow:0px 0px 15px #d4d2d2;}

.pro_top .hd{width:120px;height:30px;position:absolute;right:570px;bottom:170px;z-index:9;border-radius:15px;overflow:hidden;}

.pro_top .hd .prev{width:60px;height:30px;cursor:pointer;background:url(../images/pro_jt_01.png) center center no-repeat #1a1a1a;float:left;}

.pro_top .hd .next{width:60px;height:30px;cursor:pointer;background:url(../images/pro_jt_02.png) center center no-repeat #c00d14;float:right;}

.pro_top .tel{width:auto;height:44px;position:absolute;bottom:165px;right:170px;z-index:9;padding-left:60px;font-size:22px;color:#c00d14;line-height:44px;font-weight:bold;}

.pro_top .tel::after{content:'';width:44px;height:44px;background:url(../images/tel01.png) center center no-repeat;position:absolute;top:0;left:0;animation: msClock 1.2s linear infinite;}

.pro_top .tel span{display:block;font-size:14px;color:#4c4c4c; font-weight:normal;float:left;}

.pro_top .bd{width:1200px;height:600px;overflow:hidden;}

.pro_top .bd .main{width:1200px;height:600px;overflow:hidden;}

.pro_top .bd .main .img{width:430px;height:580px;padding:9px;border:solid 1px #e6e6e6;border-radius:2px 20px 2px 20px;overflow:hidden;float:left;}

.pro_top .bd .main .img .pic{width:430px;height:580px;border-radius:2px 20px 2px 20px;overflow:hidden; background:#fbfbfb;}

.pro_top .bd .main .img .pic img{width:430px;height:580px;vertical-align:top;object-fit:cover;transition: all 1s;}

.pro_top .bd .main:hover .img .pic img{transform: scale(1.05);}

.pro_top .bd .main .txt{width:690px;height:600px;float:right;overflow:hidden;}

.pro_top .bd .main .txt .name{display:block;font-size:16px;color:#333;line-height:16px;margin-top:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.pro_top .bd .main:hover .txt .name{color:#c00d14;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.pro_top .bd .main .txt span{display:block;width:2px;height:40px; background:#f2f2f2;margin-top:22px;}

.pro_top .bd .main .txt p{font-size:14px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:15px;}

.pro_top .bd .main .txt .more{display:block;font-size:14px;color:#808080;line-height:15px;margin-top:28px;-webkit-transition:all .7s;transition:all .7s;}

.pro_top .bd .main:hover .txt .more{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom{width:1200px;height:auto;margin:-65px auto 0 auto;position:relative;z-index:5;}

.pro_bottom .hd{width:1200px;height:50px;}

.pro_bottom .hd ul{width:320px;height:50px;margin-left:575px;float:left;position:relative;z-index:0;overflow:hidden;}

.pro_bottom .hd ul::after{content:'';width:320px;height:1px;background:#e6e6e6;position:absolute;bottom:10px;left:0;z-index:-1;}

.pro_bottom .hd ul li{width:70px;height:50px;margin-right:70px;float:left;cursor:pointer;padding-left:20px;position:relative;font-size:16px;color:#1a1a1a;line-height:40px;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .hd ul li.on{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .hd ul li::before{content:'';width:1px;height:0px;background:#c00d14;position:absolute;top:10px;left:9px;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .hd ul li.on::before{content:'';width:1px;height:50px;background:#c00d14;position:absolute;top:10px;left:9px;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .hd ul li::after{content:'';width:0px;height:2px;background:#c00d14;position:absolute;bottom:10px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .hd ul li.on::after{content:'';width:90px;height:2px;background:#c00d14;position:absolute;bottom:10px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .bd{width:1200px;height:525px;margin:55px auto 0 auto;}

.pro_bottom .bd .main{width:1200px;height:525px;}

.pro_bottom .bd .main li{width:380px;height:525px;float:left;margin-right:30px;position:relative;}

.pro_bottom .bd .main li:last-child{margin-right:0;}

.pro_bottom .bd .main li a{display:block;}

.pro_bottom .bd .main li .img{width:360px;height:480px;padding:9px;border:solid 1px #e6e6e6;border-radius:2px 20px 2px 20px;overflow:hidden;float:left;}

.pro_bottom .bd .main li .img .pic{width:360px;height:480px;border-radius:2px 20px 2px 20px;overflow:hidden; background:#fbfbfb;}

.pro_bottom .bd .main li .img .pic img{width:360px;height:480px;vertical-align:top;object-fit:cover;transition: all 1s;}

.pro_bottom .bd .main li:hover .img .pic img{transform: scale(1.05);}

.pro_bottom .bd .main li .txt{width:300px;height:50px; background:#fff;border-radius:25px;position:absolute;left:40px;bottom:0;overflow:hidden;-moz-box-shadow:0px 0px 10px #d4d2d2;-webkit-box-shadow:0px 0px 10px #d4d2d2;box-shadow:0px 0px 10px #d4d2d2;}

.pro_bottom .bd .main li .txt .name{padding:0 65px;width:170px;text-align:center;font-size:14px;color:#333;line-height:50px;background:url(../images/pro_jt_03.png) 265px center no-repeat;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .bd .main li:hover .txt .name{color:#c00d14;background:url(../images/pro_jt_04.png) 265px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .bd .main li .txt .name::before{content:'';width:50px;height:3px;background:url(../images/line01.png);position:absolute;top:24px;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.pro_bottom .bd .main li:hover .txt .name::before{content:'';width:50px;height:3px;background:url(../images/line02.png);position:absolute;top:24px;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.topxunpan {width:193px;height:33px;float:right;border:solid 1px #e6e6e6;border-radius:18px;}

.thisxp{width:193px;height:33px;}

.topxunpan .xp {position: relative;line-height:33px;color: #999;font-size:12px;cursor: pointer;}

.topxunpan .xp img {margin:9px 5px 0 15px; vertical-align:top !important;}

.topxunpan .xp i {display:inline-block;margin:0 4px;width:20px;height:20px;line-height:20px;text-align:center;background:#c00d14;color:#fff;border-radius:13px;box-sizing: border-box;font-size:12px;}

.topxunpan .xp #xunpantip {z-index: 999;position: absolute;top: 35px;left: 50%;width: 180px;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 14px;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform 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;background-color: #c00d14;border-radius: 4px;opacity: 0;font-weight: bold;box-shadow: 5px 5px 2px #dfdfdf;}

.topxunpan .xp #xunpantip::after {content: '';position: absolute;top: -16px;left: 50%;width: 0;height: 0;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: (-50%); transform: translateX(-50%); border: 8px solid transparent;border-bottom-color: #c00d14;}

.topxunpan .xp #xunpantip.xunpantextactive {-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

.topxunpan i {font-weight: normal;font-style: normal;}







/* 企业优势 */
.box_03{width:100%;height:869px;background:url(../images/ys_back.jpg) center bottom no-repeat;overflow:hidden;}

.look_center{width:1200px;height:869px;margin:0 auto;position:relative;}

.look_center .h_title{width:220px;height:82px;position:absolute;padding-left:85px;z-index:9;top:70px;left:0;}

.look_center .h_title::after{content:'';width:240px;height:10px;background:#c00d14;position:absolute;bottom:0;right:0;z-index:-1;}

.look_center .h_title p{font-size:14px;color:#b2b2b2;line-height:14px;margin-top:20px;}

.look_center .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;margin-top:10px;}

.look_center .h_title span{font-size:105px;line-height:82px;text-transform: Uppercase;position:absolute;left:-8px;top:-1px;color:#e7b9ba;}

.look_center .kf{width:533px;height:438px; background:url(../images/kf.png);position:absolute;z-index:9;bottom:0;right:-115px;}

.look_center .hd{width:120px;height:30px;position:absolute;left:0;bottom:275px;z-index:9;border-radius:15px;overflow:hidden;}

.look_center .hd .prev{width:60px;height:30px;cursor:pointer;background:url(../images/pro_jt_01.png) center center no-repeat #1a1a1a;float:left;}

.look_center .hd .next{width:60px;height:30px;cursor:pointer;background:url(../images/pro_jt_02.png) center center no-repeat #c00d14;float:right;}

.look_center .bd{width:1200px;height:869px;}

.look_center .bd .main{width:1200px;height:869px;position:relative;}

.look_center .bd .main .txt{width:465px;height:869px;float:left;position:relative;}

.look_center .bd .main .txt::before{content:'';width:2px;height:130px;background:rgba(192,13,20,0.1);position:absolute;top:195px;left:18px;}

.look_center .bd .main .txt .num{font-size:140px;color:rgba(192,13,20,0.07);line-height:110px;position:absolute;top:245px;right:30px; font-family:Arial;}

.look_center .bd .main .txt h4{line-height:22px;font-size:20px;color:#333;font-weight:bold;margin-top:360px;}

.look_center .bd .main .txt span{display:block;height:33px;border-bottom:solid 1px rgba(192,13,20,0.1);font-size:12px;color:#b2b2b2;line-height:14px;margin-top:18px;}

.look_center .bd .main .txt p{font-size:14px;color:#808080;line-height:30px;margin-top:17px;}

.look_center .bd .main .img{width:706px;height:706px;float:right;position:relative;}

.look_center .bd .main .img img{display:block;width:706px;height:706px;vertical-align:top;}









/* 资质证书 */
.box_04{width:100%;height:auto;padding-bottom:80px;overflow:hidden;position:relative;z-index:2;margin-top:-80px;}

.box_04 .top{width:1200px;height:82px;margin:0 auto;position:relative;}

.box_04 .top .h_title{width:150px;height:82px;position:relative;padding-left:85px;float:left;}

.box_04 .top .h_title::after{content:'';width:160px;height:10px;background:#c00d14;position:absolute;bottom:0;right:0;z-index:-1;}

.box_04 .top .h_title p{font-size:14px;color:#b2b2b2;line-height:14px;margin-top:20px;}

.box_04 .top .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;margin-top:12px;}

.box_04 .top .h_title span{font-size:105px;line-height:82px;text-transform: Uppercase;position:absolute;left:-8px;top:-1px;color:#e7b9ba;}

.box_04 .case01{width:1200px;height:465px;margin:60px auto 0 auto;position:relative;z-index:0;}

.box_04 .case01 .pos{font-size:130px;line-height:100px;color:rgba(192,13,20,0.05);z-index:-1;position:absolute;top:0;right:10px;text-transform: Uppercase; letter-spacing:50px;}

.box_04 .case01 .swiper-slide a{display:block;}

.box_04 .case01 .swiper-slide{width:auto;height:185px;margin-top:280px;box-sizing:content-box;cursor:pointer;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide .img{width:100%;height:185px;overflow:hidden;position:relative;border-radius:2px 20px 2px 20px;}

.box_04 .case01 .swiper-slide .img img{width:100%;height:185px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_04 .case01 .swiper-slide.swiper-slide-active{width:620px !important;height:465px;margin-top:0px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide.swiper-slide-active .img{box-sizing:border-box;height:465px;padding:9px;border:solid 1px #e6e6e6;border-radius:2px 20px 2px 20px;overflow:hidden;position:relative;}

.box_04 .case01 .swiper-slide.swiper-slide-active .img img{width:100%;height:445px;transition: all 1s;vertical-align:top;object-fit:cover;border-radius:2px 20px 2px 20px;}

.box_04 .case01 .swiper-slide .txt{width:530px;height:auto;position:absolute;right:-580px;top:0;z-index:5;overflow:hidden;display:none;}

.box_04 .case01 .swiper-slide .txt .name{display:block;width:380px;height:50px;margin-top:50px;position:relative;font-size:18px;color:#333;line-height:20px;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide:hover .txt .name{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide .txt .name::before{content:'';width:530px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide .txt .name::after{content:'';width:00px;height:1px;background:#c00d14;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide:hover .txt .name::after{content:'';width:530px;height:1px;background:#c00d14;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide .txt p{font-size:14px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:25px;}

.box_04 .case01 .swiper-slide .txt .more{display:block;margin-top:20px;font-size:14px;color:#808080;line-height:16px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide:hover .txt .more{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .case01 .swiper-slide.swiper-slide-active .txt{display:block;}

.box_04 .arrow{width:120px;height:30px;position:absolute;right:0;top:45px;z-index:9;border-radius:15px;overflow:hidden;}

.box_04 .swiper-button-prev{width:60px;height:30px;margin-top:0;cursor:pointer;background:url(../images/pro_jt_01.png) center center no-repeat #1a1a1a;left:0;top:0;}

.box_04 .swiper-button-next{width:60px;height:30px;margin-top:0;cursor:pointer;background:url(../images/pro_jt_02.png) center center no-repeat #c00d14;right:0;top:0;}




/* 关于我们 */
.box_05{width:100%;height:630px; background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .center{width:1200px;height:630px;margin:0 auto;position:relative;}

.box_05 .center .img{width:508px;height:508px;position:absolute;left:0;top:0;z-index:1;}

.box_05 .center .img img{display:block;width:508px;height:508px; vertical-align:top;}

.box_05 .h_title{width:145px;height:82px;position:absolute;padding-left:95px;z-index:9;top:0;left:530px;}

.box_05 .h_title::after{content:'';width:160px;height:10px;background:#c00d14;position:absolute;bottom:0;right:0;z-index:-1;}

.box_05 .h_title p{font-size:14px;color:#b2b2b2;line-height:14px;margin-top:20px;}

.box_05 .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;margin-top:10px;}

.box_05 .h_title span{font-size:105px;line-height:82px;text-transform: Uppercase;position:absolute;left:-8px;top:-1px;color:#e7b9ba;}

.box_05 .h_bt{width:auto;height:auto;position:absolute;z-index:9;top:100px;left:530px;}

.box_05 .h_bt i{display:block;width:1px;height:100px; background:rgba(192,13,20,0.1);}

.box_05 .h_bt h4{font-size:20px;color:#c00d14;font-weight:bold;line-height:22px;margin-top:15px;}

.box_05 .h_bt p{font-size:12px;color:#b2b2b2;line-height:15px;margin-top:15px;}

.box_05 .txt{width:905px;height:195px;padding-left:65px;position:absolute;z-index:5;bottom:120px;right:0; background:rgba(255,255,255,0.9);border-radius:80px 0 0 0;}

.box_05 .txt p{width:605px;font-size:14px;color:#808080;line-height:30px;height:120px;overflow:hidden;margin-top:30px;}

.box_05 .txt a{display:block;width:68px;height:68px;margin:6px;margin-top:15px;background:#c00d14;border-radius:50%;font-size:14px;color:#fff;line-height:68px;text-align:center;-moz-box-shadow:0px 0px 15px #d4d2d2; -webkit-box-shadow:0px 0px 15px #d4d2d2; box-shadow:0px 0px 15px #d4d2d2;}

.box_05 .bx{width:280px;height:80px;position:absolute;top:0;right:0;z-index:5;display:flex;justify-content: space-between;}

.box_05 .bx a{display:block;width:auto;height:80px;float:left;}

.box_05 .bx a .icon{width:52px;height:52px; background:url(../images/ab_yuan.png);margin:0 auto;}

.box_05 .bx a .icon i{display:block;width:52px;height:52px;}

.box_05 .bx a:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_05 .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_05 .bx a:nth-of-type(2) .icon i{background:url(../images/ab_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bx a:nth-of-type(3) .icon i{background:url(../images/ab_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bx a p{font-size:14px;color:#333;line-height:15px;margin-top:13px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bx a:hover p{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .yyzz{width:273px;height:361px;position:absolute;right:0;bottom:120px;z-index:9;}

.box_05 .center .yyzz img{display:block;width:273px;height:361px; vertical-align:top;}







/* 新闻资讯 */
.box_06{width:100%;height:790px;overflow:hidden;padding-top:80px; background:url(../images/news_back.jpg) center top no-repeat;}

.box_06 .news_center{width:1200px;height:710px;margin:0 auto;position:relative;}

.box_06 .news_center .hd{width:230px;height:320px;position:absolute;left:0;top:0;z-index:5;overflow:hidden;}

.box_06 .news_center .hd .h_title{width:145px;height:82px;position:absolute;padding-left:95px;z-index:9;top:0;left:0;}

.box_06 .news_center .hd .h_title::after{content:'';width:160px;height:10px;background:#c00d14;position:absolute;bottom:0;right:0;z-index:-1;}

.box_06 .news_center .hd .h_title p{font-size:14px;color:#b2b2b2;line-height:14px;margin-top:20px;}

.box_06 .news_center .hd .h_title h3{font-size:30px;color:#333;font-weight:bold;line-height:32px;margin-top:10px;}

.box_06 .news_center .hd .h_title span{font-size:105px;line-height:82px;text-transform: Uppercase;position:absolute;left:-8px;top:-1px;color:#e7b9ba;}

.box_06 .news_center .hd ul{width:200px;height:190px;overflow:hidden;position:absolute;left:0;bottom:0;}

.box_06 .news_center .hd ul li{width:200px;height:54px;background:#1a1a1a;border-radius:2px 20px 2px 20px;margin-bottom:14px;overflow:hidden;-webkit-transition: 0.7s;transition: 0.7s;}

.box_06 .news_center .hd ul li.on{background:#c00d14;-webkit-transition: 0.7s;transition: 0.7s;}

.box_06 .news_center .hd ul li a{display:block;width:115px;height:54px;padding-left:85px;font-size:14px;color:#fff;line-height:54px;}

.box_06 .news_center .hd ul li:nth-of-type(1) a{ background:url(../images/n_icon_01.png) 45px center no-repeat;}

.box_06 .news_center .hd ul li:nth-of-type(2) a{ background:url(../images/n_icon_02.png) 45px center no-repeat;}

.box_06 .news_center .hd ul li:nth-of-type(3) a{ background:url(../images/n_icon_03.png) 45px center no-repeat;}

.box_06 .news_center .bd{width:1200px;height:710px;}

.box_06 .news_center .bd .main{width:1200px;height:710px;}

.box_06 .news_center .bd .main .top{width:900px;height:320px;margin-left:300px;overflow:hidden;}

.box_06 .news_center .bd .main .top .img{width:240px;height:320px;border-radius:2px 20px 2px 20px; background:#fff;overflow:hidden;float:left;}

.box_06 .news_center .bd .main .top .img img{width:240px;height:320px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_06 .news_center .bd .main .top:hover .img img{transform: scale(1.1);}

.box_06 .news_center .bd .main .top a{display:block;}

.box_06 .news_center .bd .main .top .txt{width:620px;height:320px;overflow:hidden;float:right;}

.box_06 .news_center .bd .main .top .txt .date{margin-top:35px;font-size:14px;color:#b2b2b2;line-height:28px;}

.box_06 .news_center .bd .main .top .txt .date span{font-size:32px;color:#b2b2b2;line-height:28px;margin-right:8px;}

.box_06 .news_center .bd .main .top .txt i{display:block;width:2px;height:25px; background:#c00d14;margin-top:25px;}

.box_06 .news_center .bd .main .top .txt .name{font-size:16px;line-height:16px;color:#333;margin-top:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top:hover .txt .name{margin-left:5px;color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top .txt p{font-size:14px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:20px;}

.box_06 .news_center .bd .main .top .txt .more{width:78px;height:15px;font-size:12px;line-height:12px;color:#808080;margin-top:30px;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top:hover .txt .more{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top .txt .more::before{content:'';width:12px;height:12px;background:#e8b2b5;position:absolute;bottom:0;right:0;z-index:-1;border-radius:6px;}

.box_06 .news_center .bd .main .bottom{width:1200px;height:380px;margin-top:10px;}

.box_06 .news_center .bd .main .bottom li{width:320px;padding:0 30px;height:160px;float:left;margin:30px 30px 0 0;border-radius:2px 20px 2px 20px;background:#fff;position:relative;overflow:hidden;position:relative;-moz-box-shadow:0px 0px 10px #eee; -webkit-box-shadow:0px 0px 10px #eee; box-shadow:0px 0px 10px #eee;}

.box_06 .news_center .bd .main .bottom li:nth-of-type(3n){margin-right:0;}

.box_06 .news_center .bd .main .bottom li a{display:block;}

.box_06 .news_center .bd .main .bottom li::before{content:'';width:380px;height:1px;background:#e6e6e6;position:absolute;bottom:37px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li::after{content:'';width:0px;height:1px;background:#c00d14;position:absolute;bottom:37px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:hover::after{content:'';width:380px;height:1px;background:#c00d14;position:absolute;bottom:37px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li .date{width:auto;height:160px;text-align:center;float:left;}

.box_06 .news_center .bd .main .bottom li .date p:nth-of-type(1){font-size:36px;color:#333;line-height:32px;margin-top:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li .date p:nth-of-type(2){font-size:14px;color:#ccc;line-height:12px;margin-top:12px;}

.box_06 .news_center .bd .main .bottom li:hover .date p:nth-of-type(1){color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li .txt{width:240px;height:160px;float:right;}

.box_06 .news_center .bd .main .bottom li .txt .name{display:block;font-size:14px;line-height:15px;color:#333;margin-top:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:hover .txt .name{margin-left:5px;color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li .txt p{font-size:14px;color:#808080;line-height:30px;height:60px;overflow:hidden;margin-top:13px;}

.box_06 .news_center .bd .main .bottom li .txt .more{width:auto;height:37px;font-size:12px;line-height:37px;color:#666;margin-top:12px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:hover .txt .more{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}







/* 友情链接 */
.links{width:100%;height:38px;background:#fff;padding:80px 0 30px 0;overflow:hidden;}

.links .jz{width:1200px;height:38px;line-height:38px;margin:0 auto;overflow:hidden;}

.links .jz p{width:auto;font-size:46px;line-height:38px;color:#333;font-weight:bold;text-transform: Uppercase;float:left;}

.links .jz p span{color:#c00d14;}

.links .jz .lk{width:1020px;float:right;height:38px;line-height:38px;overflow:hidden;}

.links .jz .lk a{display:block;width:auto;padding:0 30px;font-size:14px;color:#808080;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .jz .lk a:hover{color:#c00d14;-webkit-transition:all .7s;transition:all .7s;}

.links .jz .lk a::before{content:'';width:2px;height:14px;background:#b9b9b9;position:absolute;top:12px;right:-1px;transform: skew(-25deg);}

.links .jz .lk a:nth-of-type(1){padding-left:0;}






































































































































































































































































































/* animated home */
.animated { -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite}
.animated.hinge {  -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated_1 { animation-delay:0.3s; }
.animated_2 { animation-delay:0.6s; }
.animated_3 { animation-delay:0.9s; }
.animated_4 { animation-delay:1.2s; }
.animated_5 { animation-delay:1.7s; }
.animated_6 { animation-delay:1.8s; }
.animated_7 { animation-delay:2.1s; }
.animated_8 { animation-delay:21s; }
.animated_9 { animation-delay:2.7s; }
.animated_10 { animation-delay:3s; }
.animated_11 { animation-delay:3.3s; }
.animated_12 { animation-delay:3.6s; }

/* animated end */






@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);
  }
}
