/*

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);}
}




/* 产品中心 */
.box_01{width:100%;height:883px; background:url(../images/pro_back.jpg) center top no-repeat;padding-top:80px;overflow:hidden;}

.box_01 .top{width:1200px;height:230px;margin:0 auto;position:relative;}

.box_01 .top .pos{width:145px;height:78px;float:left;margin-top:40px;float:left;position:relative;}

.box_01 .top .pos span{display:block;font-size:16px;line-height:13px;text-transform: Uppercase;color:#d6170e; font-family:Arial;position:relative;}

.box_01 .top .pos span::after{content:'';width:55px;height:1px;background:#555;position:absolute;bottom:0;right:0;}

.box_01 .top .pos h3{width:255px;height:46px;border-bottom:solid 1px #555;position:absolute;bottom:0;right:0;display:flex;justify-content: space-between;}

.box_01 .top .pos h3 i{font-size:40px;color:#1a1a1a;font-weight:bold;font-family:Arial;line-height:38px;}

.box_01 .top .pos a{display:block;font-size:36px;color:#1a1a1a;font-weight:bold;line-height:38px;}

.box_01 .top .pos p{position:absolute;top:0;right:0;line-height:50px;font-size:14px;color:#666; letter-spacing:3px;}




/* 询盘信息 */
.topxunpan {width:200px;height:40px;background:#d6170e;border-radius:20px;position:absolute;left:0;bottom:40px;}

.thisxp{width:200px;height: 40px;}

.topxunpan .xp {position: relative;line-height:40px;color: #fff;font-size:12px;cursor: pointer;}

.topxunpan .xp img {margin:12px 5px 0 20px; vertical-align:top !important;}

.topxunpan .xp i {display:inline-block;margin:0 2px;width:20px;height:20px;line-height:20px;text-align:center;color:#d6170e;background:#fff;border-radius:10px;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 .4s, opacity .4s;-moz-transition: transform .4s, opacity .4s;-o-transition: transform .4s, opacity .4s;-ms-transition: transform .4s, opacity .4s;transition: transform .4s, opacity .4s;background-color: #d6170e;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: #d6170e;}

.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_01 .top .right{width:852px;height:230px;float:right;border-radius:10px; background:#fff;position:relative;z-index:2;-moz-box-shadow:0px 0px 15px #dcdada; -webkit-box-shadow:0px 0px 15px #dcdada; box-shadow:0px 0px 15px #dcdada;}

.box_01 .top .right li{width:210px;height:230px;padding:0 10px 0 20px;border-left:solid 1px #f5f5f5;border-right:solid 1px #f5f5f5;float:left;overflow:hidden;position:relative;}

.box_01 .top .right li .show{width:210px;height:230px;position:absolute;top:0;left:20px;}

.box_01 .top .right li .show p:nth-of-type(1){font-size:50px;color:#fbefee;line-height:42px;margin-top:35px;}

.box_01 .top .right li .show p:nth-of-type(2){font-size:18px;color:#333;line-height:28px;margin-top:20px;}

.box_01 .top .right li .show span{display:block;width:30px;height:2px; background:#d6170e;position:absolute;left:0;bottom:50px;}

.box_01 .top .right li .hide{width:210px;padding:0 10px 0 20px;height:230px;position:absolute;top:0;left:-240px;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right li.active .hide{width:210px;height:230px;position:absolute;top:0;left:0;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right li.active .hide::before{content:'';width:240px;height:3px;background:#d6170e;position:absolute;top:0;left:0;}

.box_01 .top .right li .hide h4{font-size:18px;color:#d6170e;font-weight:bold;line-height:20px;margin:15px 0;}

.box_01 .top .right li .hide h4 a{color:#d6170e;}

.box_01 .top .right li .hide .name{display:block;font-size:16px;color:#666;line-height:16px;margin-bottom:13px;padding-left:15px;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right li .hide .name:hover{color:#d6170e;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right li .hide .name::before{content:'';width:6px;height:6px;background:#d8d8d8;border-radius:3px;position:absolute;top:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right li .hide .name:hover::before{content:'';width:6px;height:6px;background:#d6170e;border-radius:3px;position:absolute;top:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .right li .hide span{display:none;width:38px;height:12px; background:url(../images/pro_jt.png);position:absolute;left:20px;bottom:50px;}

.box_01 .pro-center{width:1200px;height:595px;overflow:hidden;margin:50px auto 0 auto;position:relative;}

.box_01 .pro-center .hd{width:500px;height:30px;overflow:hidden;position:absolute;left:0;top:0;z-index:9;}

.box_01 .pro-center .hd::before{content:'';width:500px;height:1px;background:#e6e6e6;position:absolute;top:14px;left:0;z-index:-1;}

.box_01 .pro-center .hd ul{width:100px;height:30px;overflow:hidden;float:right; background:url(../images/dian01.png) center center no-repeat;}

.box_01 .pro-center .hd ul li{width:28px;height:28px;float:left;line-height:28px;cursor:pointer;border:solid 1px #d6170e;border-radius:3px;font-size:14px;color:#d6170e;text-align:center;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .hd ul li.on{color:#fff;background:#d6170e;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .hd ul li:last-child{float:right;}

.box_01 .pro-center .bd{width:1200px;height:595px;}

.box_01 .pro-center .bd .main{width:1200px;height:595px;overflow:hidden;position:relative;}

.box_01 .pro-center .bd .main .pro01{width:1200px;height:595px;position:relative;}

.box_01 .pro-center .bd .main .pro01 li a{display:block;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1){position:absolute;left:0;bottom:0;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(2){position:absolute;right:300px;top:0;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(3){position:absolute;right:0px;top:0;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(4){position:absolute;right:300px;top:290px;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(5){position:absolute;right:0px;top:290px;}

.box_01 .pro-center .bd .main .pro01 li{width:280px;height:270px;overflow:hidden;}

.box_01 .pro-center .bd .main .pro01 li .img{width:280px;height:210px;border-radius:8px;overflow:hidden;}

.box_01 .pro-center .bd .main .pro01 li .img img{width:280px;height:210px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_01 .pro-center .bd .main .pro01 li:hover .img img{transform: scale(1.1);}

.box_01 .pro-center .bd .main .pro01 li .txt{width:280px;height:40px;margin-top:20px;position:relative;}

.box_01 .pro-center .bd .main .pro01 li .txt::before{content:'';width:1px;height:40px;background:#e6e6e6;position:absolute;top:0;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .bd .main .pro01 li .txt::after{content:'';width:160px;height:1px;background:#e6e6e6;position:absolute;bottom:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .bd .main .pro01 li:hover .txt::before{content:'';width:1px;height:40px;background:#d6170e;position:absolute;top:0;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .bd .main .pro01 li:hover .txt::after{content:'';width:160px;height:1px;background:#d6170e;position:absolute;bottom:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .bd .main .pro01 li .name{width:210px;height:40px;line-height:30px;padding:0 45px 0 25px;font-size:14px;color:#4c4c4c; background:url(../images/dian02.png) 250px 5px no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1){width:580px;height:540px;overflow:hidden;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1) .img{width:580px;height:480px;border-radius:8px;overflow:hidden;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1) .img img{width:580px;height:480px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1):hover .img img{transform: scale(1.05);}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1) .txt{width:580px;height:40px;margin-top:20px;position:relative;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1) .txt::before{content:'';width:1px;height:40px;background:#e6e6e6;position:absolute;top:0;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1) .txt::after{content:'';width:300px;height:1px;background:#e6e6e6;position:absolute;bottom:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1):hover .txt::before{content:'';width:1px;height:40px;background:#d6170e;position:absolute;top:0;left:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1):hover .txt::after{content:'';width:300px;height:1px;background:#d6170e;position:absolute;bottom:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro-center .bd .main .pro01 li:nth-of-type(1) .name{width:510px;height:40px;line-height:30px;padding:0 45px 0 25px;font-size:14px;color:#4c4c4c; background:url(../images/dian02.png) 550px 5px no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}









/* 企业优势 */
.box_02{width:100%;height:1027px;overflow:hidden;background:url(../images/ys_back.jpg) center 203px no-repeat;overflow:hidden;}

.look_center{width:1200px;height:1027px;margin:0 auto;position:relative;}

.look_center .h_title{width:auto;height:auto;position:absolute;top:55px;left:0;z-index:9;}

.look_center .h_title span{display:block;font-size:70px;color:#f4f4f4;font-weight:bold;line-height:54px;text-transform: Uppercase; font-family:Arial;}

.look_center .h_title h3{width:430px;font-size:36px;line-height:38px;height:49px;border-bottom:solid 1px #1a1a1a;color:#1a1a1a;font-weight:bold;margin:45px 0 0 -80px;}

.look_center .h_title p{font-size:16px;color:#666;line-height:16px;margin-top:55px; letter-spacing:5px;}

.look_center .tel{width:458px;height:46px;border:solid 1px #dedede;padding:3px 5px;border-radius:5px;position:absolute;bottom:80px;left:0;z-index:9;}

.look_center .tel a{display:block;width:168px;height:46px; background:#d6170e;border-radius:5px;float:left;font-size:20px;color:#fff;line-height:46px;text-align:center;}

.look_center .tel p{width:210px;height:46px;padding-left:80px;float:right;font-size:30px;color:#333; font-family:Arial;line-height:46px;position:relative;}

.look_center .tel p::before{content:'';width:28px;height:28px;background:url(../images/tel01.png);position:absolute;top:9px;left:35px;animation: msClock 1.2s linear infinite;}

.look_center .hd{width:960px;height:170px;position:absolute;left:0;top:345px;z-index:9;border-radius:10px;background:#fff;-moz-box-shadow:0px 0px 10px #e2e0e0;-webkit-box-shadow:0px 0px 10px #e2e0e0;box-shadow:0px 0px 10px #e2e0e0;}

.look_center .hd ul{width:960px;height:170px;display:flex;justify-content: space-between;}

.look_center .hd ul li{width:240px;height:170px;cursor:pointer;float:left;position:relative;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on{background:#fbe7e6;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li::before{content:'';width:1px;height:70px;background:#e6e6e6;position:absolute;top:50px;right:0;}

.look_center .hd ul li:last-child::before{content:'';width:0px;height:70px;background:#e6e6e6;position:absolute;top:50px;right:0;}

.look_center .hd ul li.on::before{content:'';width:0px;height:70px;background:#e6e6e6;position:absolute;top:50px;right:0;}

.look_center .hd ul li::after{content:'';width:0px;height:3px;background:#d6170e;position:absolute;bottom:0px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on::after{content:'';width:240px;height:3px;background:#d6170e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li i{display:block;width:50px;height:45px;margin:50px auto 0 auto;}

.look_center .hd ul li.on i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.look_center .hd ul li:nth-of-type(1) i{background:url(../images/ys_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2) i{background:url(../images/ys_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3) i{background:url(../images/ys_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4) i{background:url(../images/ys_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(1).on i{background:url(../images/ys_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2).on i{background:url(../images/ys_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(3).on i{background:url(../images/ys_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(4).on i{background:url(../images/ys_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li h4{font-size:18px;color:#666;line-height:18px;text-align:center;margin-top:20px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on h4{color:#d6170e;-webkit-transition:all .7s;transition:all .7s;}

.look_center .bd{width:1200px;height:1027px;position:relative;z-index:5;}

.look_center .bd .main{width:1200px;height:1027px;}

.look_center .bd .main .txt{width:720px;height:auto;margin-top:600px;float:left;}

.look_center .bd .main .txt h4{font-size:20px;color:#333;line-height:22px;font-weight:bold;}

.look_center .bd .main .txt h4 i{font-size:24px;float:left;text-transform: Uppercase;margin-right:15px;font-weight:bold;}

.look_center .bd .main .txt span{display:block;height:35px;border-bottom:solid 1px #e6e6e6;margin-top:26px;font-size:14px;color:#b2b2b2; font-family:Arial; letter-spacing:5px;}

.look_center .bd .main .txt p{font-size:14px;color:#808080;line-height:35px;margin-top:15px;}

.look_center .bd .main .img{width:435px;height:972px;float:right;position:relative;}

.look_center .bd .main .img img{width:793px;height:972px;vertical-align:top;position:absolute;left:0;top:0;}







/* 合作伙伴 */
.box_03{width:100%;height:455px;padding-top:45px;background:url(../images/hb_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .h_title{width:1200px;height:77px;margin:0 auto;position:relative;z-index:0;}

.box_03 .h_title .pos{width:255px;height:76px;border-bottom:solid 1px rgba(214,23,14,0.2);position:absolute;top:0;right:-50px;}

.box_03 .h_title .pos span{display:block;width:140px;font-size:16px;line-height:13px;text-transform: Uppercase;color:#fff;text-align:right;font-family:Arial;position:relative;}

.box_03 .h_title .pos span::after{content:'';width:55px;height:1px;background:#fff;position:absolute;bottom:0;left:0;}

.box_03 .h_title .pos h3{width:255px;height:46px;position:absolute;bottom:0;right:0;display:flex;justify-content: space-between;}

.box_03 .h_title .pos h3 i{font-size:40px;color:#1a1a1a;font-weight:bold;font-family:Arial;line-height:38px;}

.box_03 .h_title .pos p{display:block;font-size:36px;color:#fff;font-weight:bold;line-height:38px;}

.box_03 .picScroll-left01{width:1200px;height:auto;margin:-25px auto 0 auto;position:relative;z-index:5;}

.box_03 .picScroll-left01 .hd{width:210px;height:36px;overflow:hidden;}

.box_03 .picScroll-left01 .hd .prev{float:left;width:100px;height:36px;border-radius:5px;background:url(../images/hb_jt_01.png) center center no-repeat #fff;-webkit-transition:all .7s;transition:all .7s;cursor:pointer;}

.box_03 .picScroll-left01 .hd .next{float:right;width:100px;height:36px;border-radius:5px;background:url(../images/hb_jt_02.png) center center no-repeat #fff;-webkit-transition:all .7s;transition:all .7s;cursor:pointer;}

.box_03 .picScroll-left01 .hd .prev:hover{background:url(../images/hb_jt_03.png) center center no-repeat #d6170e;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd .next:hover{background:url(../images/hb_jt_04.png) center center no-repeat #d6170e;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd{width:1200px;height:200px;margin:60px auto 0 auto;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul{width:1200px;height:200px;overflow:hidden; zoom:1;}

.box_03 .picScroll-left01 .bd ul li{overflow:hidden;width:280px;height:200px;overflow:hidden;position:relative;margin-right:26.6px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li a{display:block;}

.box_03 .picScroll-left01 .bd ul li .img{width:280px;height:140px;border-radius:5px;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul li .img img{width:280px;height:140px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_03 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.1);}

.box_03 .picScroll-left01 .bd ul li .name{width:280px;font-size:16px;color:#fff;line-height:60px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-overflow:ellipsis;white-space:nowrap;}

.box_03 .picScroll-left01 .bd ul li .name::after{content:'';width:0px;height:1px;background:#fff;position:absolute;bottom:0px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover .name::after{content:'';width:280px;height:1px;background:#fff;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}






/* 案例展示 */
.box_04{width:100%;height:auto;padding:30px 0;background:#fff;overflow:hidden;}

.box_04 .h_title{width:1200px;height:78px;margin:0 auto;position:relative;z-index:0;}

.box_04 .h_title .pos{width:145px;height:78px;float:left;float:left;position:relative;}

.box_04 .h_title .pos span{display:block;font-size:16px;line-height:13px;text-transform: Uppercase;color:#d6170e; font-family:Arial;position:relative;}

.box_04 .h_title .pos span::after{content:'';width:55px;height:1px;background:#555;position:absolute;bottom:0;right:0;}

.box_04 .h_title .pos h3{width:255px;height:46px;border-bottom:solid 1px #555;position:absolute;bottom:0;right:0;display:flex;justify-content: space-between;}

.box_04 .h_title .pos h3 i{font-size:40px;color:#1a1a1a;font-weight:bold;font-family:Arial;line-height:38px;}

.box_04 .h_title .pos p{display:block;font-size:36px;color:#1a1a1a;font-weight:bold;line-height:38px;}

.box_04 .h_title .more{display:block;width:140px;height:50px;line-height:50px;float:right; background:#d6170e;border-radius:10px;font-size:14px;color:#fff;text-align:center;font-family:Arial;}

.box_04 .list{width:95%;margin:40px auto 0 auto;height:auto;overflow:hidden;display:flex;justify-content: space-between;flex-wrap: wrap;}

.box_04 .list li{width:24%;height:360px;margin-bottom:30px;}

.box_04 .list li a{display:block;}

.box_04 .list li .img{width:100%;height:300px;border-radius:10px;overflow:hidden;}

.box_04 .list li .img img{width:100%;height:300px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_04 .list li:hover .img img{transform: scale(1.1);}

.box_04 .list li .txt{padding:0 10px;width: calc(100% - 20px);height:60px;}

.box_04 .list li .txt .name{padding-right:50px;width: calc(100% - 70px);font-size:16px;color:#333;line-height:20px; background:url(../images/case_jt_01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-overflow:ellipsis;white-space:nowrap;margin-top:20px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:hover .txt .name{color:#d6170e;background:url(../images/case_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li .txt p{width:180px;font-size:12px;color:#999;line-height:11px;margin-top:9px;text-align:right;position:relative;}

.box_04 .list li .txt p::before{content:'';width:100px;height:1px;background:#e6e6e6;position:absolute;top:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li .txt p::after{content:'';width:0px;height:1px;background:#d6170e;position:absolute;top:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .list li:hover .txt p::after{content:'';width:100px;height:1px;background:#d6170e;position:absolute;top:5px;left:0;-webkit-transition:all .7s;transition:all .7s;}









/* 关于我们 */
.box_05{width:100%;height:908px;overflow:hidden;}

.box_05 .center{width:1200px;height:908px;margin:0 auto;position:relative;}

.box_05 .center .left{width:525px;height:908px;float:left;position:relative;}

.box_05 .center .left img{display:block;width:943px;height:908px;vertical-align:top;position:absolute;top:0;right:0;}

.box_05 .center .right{width:640px;height:908px;float:right;}

.box_05 .center .right .pos{width:145px;height:78px;position:relative;margin:40px 0 0 495px;}

.box_05 .center .right .pos span{display:block;font-size:16px;line-height:13px;text-transform: Uppercase;color:#d6170e; font-family:Arial;position:relative;}

.box_05 .center .right .pos span::after{content:'';width:55px;height:1px;background:#555;position:absolute;bottom:0;right:0;}

.box_05 .center .right .pos h3{width:255px;height:46px;border-bottom:solid 1px #555;position:absolute;bottom:0;right:0;display:flex;justify-content: space-between;}

.box_05 .center .right .pos h3 i{font-size:40px;color:#1a1a1a;font-weight:bold;font-family:Arial;line-height:38px;}

.box_05 .center .right .pos p{display:block;font-size:36px;color:#1a1a1a;font-weight:bold;line-height:38px;}

.box_05 .center .right h4{line-height:26px;font-size:24px;color:#d6170e;margin-top:35px;font-weight:bold;margin-top:65px;text-align:right;}

.box_05 .center .right p.ms{font-size:14px;color:#808080;line-height:30px;height:150px;margin-top:30px;overflow:hidden;text-align:right;}

.box_05 .center .right a{display:block;width:178px;height:43px;line-height:43px;text-align:center;border:solid 1px #dedede;border-radius:23px;margin-top:35px;font-size:14px;color:#666666;-webkit-transition:all .7s;transition:all .7s;margin-left:460px;}

.box_05 .center .right a:hover{border:solid 1px #d6170e;background:#d6170e;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .bx{width:640px;height:290px;position:absolute;bottom:0;right:0;z-index:9;display:flex;justify-content: space-between;}

.box_05 .center .bx a{display:block;width:180px;height:290px;border-radius:10px;background:#f6f6f6;position:relative;;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .bx a.active{background:#d6170e;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .bx a::after{content:'';width:200px;height:308px;border:solid 1px #d6170e;border-radius:10px;position:absolute;left:0;bottom:0;z-index:-1;}

.box_05 .center .bx a i{display:block;width:55px;height:45px;margin:40px auto 0 auto;}

.box_05 .center .bx a.active i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_05 .center .bx a:nth-of-type(1) i{ background:url(../images/ab_icon_01.png) center center no-repeat;}

.box_05 .center .bx a:nth-of-type(2) i{ background:url(../images/ab_icon_03.png) center center no-repeat;}

.box_05 .center .bx a:nth-of-type(3) i{ background:url(../images/ab_icon_05.png) center center no-repeat;}

.box_05 .center .bx a:nth-of-type(1).active i{ background:url(../images/ab_icon_02.png) center center no-repeat;}

.box_05 .center .bx a:nth-of-type(2).active i{ background:url(../images/ab_icon_04.png) center center no-repeat;}

.box_05 .center .bx a:nth-of-type(3).active i{ background:url(../images/ab_icon_06.png) center center no-repeat;}

.box_05 .center .bx a h4{font-size:20px;color:#333;line-height:20px;margin-top:50px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .bx a.active h4{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .bx a p{font-size:14px;color:#999;line-height:13px;text-align:center;text-transform: Uppercase;margin-top:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .bx a.active p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .bx a span{display:block;width:28px;height:28px;border:solid 1px #a1a1a1;border-radius:15px;margin:50px auto 0 auto;background:url(../images/ab_jt_01.png) center center no-repeat #f6f6f6;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .bx a.active span{border:solid 1px #fff;background:url(../images/ab_jt_01.png) center center no-repeat #fff;-webkit-transition:all .7s;transition:all .7s;}











/* 新闻中心 */
.box_06{width:1200px;height:auto;margin:80px auto;}



.box_06 .news_center{width:1200px;height:auto;}

.box_06 .news_center .hd{width:1200px;height:78px;}

.box_06 .news_center .hd .pos{width:145px;height:78px;float:left;float:left;position:relative;}

.box_06 .news_center .hd .pos span{display:block;font-size:16px;line-height:13px;text-transform: Uppercase;color:#d6170e; font-family:Arial;position:relative;}

.box_06 .news_center .hd .pos span::after{content:'';width:55px;height:1px;background:#555;position:absolute;bottom:0;right:0;}

.box_06 .news_center .hd .pos h3{width:255px;height:46px;border-bottom:solid 1px #555;position:absolute;bottom:0;right:0;display:flex;justify-content: space-between;}

.box_06 .news_center .hd .pos h3 i{font-size:40px;color:#1a1a1a;font-weight:bold;font-family:Arial;line-height:38px;}

.box_06 .news_center .hd .pos a{display:block;font-size:36px;color:#1a1a1a;font-weight:bold;line-height:38px;}

.box_06 .news_center .hd .pos p{position:absolute;top:0;right:0;line-height:50px;font-size:14px;color:#666; letter-spacing:3px;}













.box_06 .news_center .hd ul{width:330px;height:78px;overflow:hidden;font-size:16px;display:flex;justify-content: space-between;float:right;position:relative;}

.box_06 .news_center .hd ul::before{content:'';width:1px;height:18px;background:#ddd;position:absolute;top:30px;left:97px;}

.box_06 .news_center .hd ul::after{content:'';width:1px;height:18px;background:#ddd;position:absolute;top:30px;right:97px;}

.box_06 .news_center .hd ul li{width:auto;height:78px;line-height:78px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li a{display:block;color:#333;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on a{color:#d6170e;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd{width:1200px;height:620px;margin-top:60px;}

.box_06 .news_center .bd .main{width:1200px;height:620px;overflow:hidden;}

.box_06 .news_center .bd .main .left{width:480px;height:620px;float:left;overflow:hidden;}

.box_06 .news_center .bd .main .left .img{width:480px;height:280px;border-radius:10px;overflow:hidden;}

.box_06 .news_center .bd .main .left .img img{width:480px;height:280px;vertical-align:top;}

.box_06 .news_center .bd .main .left .list{width:480px;height:340px;overflow:hidden;}

.box_06 .news_center .bd .main .left .list li{width:480px;height:120px;margin-top:50px;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .left .list li::before{content:'';width:480px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left .list li::after{content:'';width:0px;height:1px;background:#d6170e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left .list li:hover::after{content:'';width:480px;height:1px;background:#d6170e;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left .list li .date{width:50px;height:120px;float:left;}

.box_06 .news_center .bd .main .left .list li .date p:nth-of-type(1){font-size:24px;color:#666;line-height:20px;font-weight:bold;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left .list li .date p:nth-of-type(2){font-size:12px;color:#999;line-height:10px;font-family:Arial;margin-top:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left .list li:hover .date p:nth-of-type(1){color:#d6170e;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left .list li:hover .date p:nth-of-type(2){color:#d6170e;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left .list li .txt{width:400px;height:120px;float:right;}

.box_06 .news_center .bd .main .left .list 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 .left .list li:hover .txt .name{padding-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .left .list li .txt p{font-size:14px;color:#666;margin-top:20px;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_06 .news_center .bd .main .left .list li .txt span{display:block;width:27px;height:14px; background:url(../images/n_jt_01.png);margin-top:20px;}













.box_06 .news_center .bd .main .right{width:670px;height:620px;overflow:hidden;float:right;}

.box_06 .news_center .bd .main .right li{width:670px;height:auto;min-height:70px;overflow:hidden;position:relative;margin-bottom:30px;}

.box_06 .news_center .bd .main .right li:last-child{margin-bottom:0;}

.box_06 .news_center .bd .main .right li::after{content:'';width:670px;height:1px;background:#e6e6e6;position:absolute;bottom:0;left:0;}

.box_06 .news_center .bd .main .right li .show{width:670px;height:70px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li.active .show{width:670px;height:0px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .show span{display:block;font-size:24px;color:#666;line-height:70px;font-weight:bold;font-family:Arial;float:left;}

.box_06 .news_center .bd .main .right li .show a{display:block;width:460px;padding-right:100px;line-height:70px;float:right;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:url(../images/n_jt_01.png) right center no-repeat;}

.box_06 .news_center .bd .main .right li .hide{width:670px;height:0px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li.active .hide{width:670px;height:120px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .hide .date{width:50px;height:120px;float:left;margin-right:60px;}

.box_06 .news_center .bd .main .right li .hide .date i:nth-of-type(1){display:block;font-size:24px;color:#d6170e;line-height:20px;font-weight:bold;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .hide .date i:nth-of-type(2){display:block;font-size:12px;color:#999;line-height:10px;font-family:Arial;margin-top:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .hide .txt{width:350px;height:120px;float:left;}

.box_06 .news_center .bd .main .right li .hide .txt a{display:block;font-size:16px;color:#d6170e;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .hide .txt p{font-size:14px;color:#666;margin-top:20px;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_06 .news_center .bd .main .right li .hide .txt span{display:block;width:27px;height:14px; background:url(../images/n_jt_02.png);margin-top:20px;}

.box_06 .news_center .bd .main .right li .hide .img{width:170px;height:105px;float:right;overflow:hidden;}

.box_06 .news_center .bd .main .right li .hide .img img{width:170px;height:105px;vertical-align:top;}



































































































































































































































































































/* 友情链接 */
.links{width:1200px;height:auto;margin:0 auto 45px auto;overflow:hidden;}

.links h4{width:124px;font-size:30px;color:#d6170e;line-height:25px;text-transform: Uppercase;background:url(../images/links.png) right center no-repeat;font-weight:bold;margin:0 auto;}

.links .lins{width:1200px;height:15px;line-height:15px;margin:30px auto 0 auto;overflow:hidden;}

.links .lins a{display:block;width:auto;box-sizing:content-box;font-size:14px;line-height:15px;color:#808080;float:left;padding:0 35px;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .lins a:nth-of-type(1){padding-left:0;}

.links .lins a:last-child{padding-right:0;}

.links .lins a:hover{color:#d6170e;-webkit-transition:all .7s;transition:all .7s;}

.links .lins a::after{content:'';width:1px;height:14px;background:#808080;position:absolute;top:0;right:0;transform: skew(-30deg);}

.links .lins a:last-child::after{content:'';width:0px;height:14px;background:#fff;position:absolute;top:34px;right:0;transform: skew(-30deg);}









@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);
  }
}
