/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}
body{ background:#f9f9f9;}
.hideDate{ display:none;}
/* 可选课程 */
.box_01{width:100%;height:auto;padding:80px 0;overflow:hidden;}
.box_01 .h_title{width:211px;height:120px; background:url(../images/bt_kc.png);margin:0 auto;}
.box_01 .list{width:1300px;height:380px;margin:0 auto;display:flex;justify-content: space-between;}
.box_01 .list li{width:260px;height:380px;float:left;background:url(../images/kc_back01.png);position:relative;-webkit-transition:all .7s;transition:all .7s;}
.box_01 .list li::before{content:'';width:50px;height:1px;background:#bbb;position:absolute;bottom:55px;left:50%;margin-left:-25px;}
.box_01 .list li.active{ background:url(../images/kc_back02.png) no-repeat;-webkit-transition:all .7s;transition:all .7s; background-size:100% 100%}
.box_01 .list li .icon{width:85px;height:85px;border:solid 2px #ddd;margin:55px auto 0 auto;border-radius:50%;}
.box_01 .list li:nth-of-type(1) .icon{background:url(../images/course/zy_02.png) center center no-repeat;}
.box_01 .list li:nth-of-type(2) .icon{background:url(../images/course/zy_11.png) center center no-repeat;}
.box_01 .list li:nth-of-type(3) .icon{background:url(../images/course/zy_04.png) center center no-repeat;}
.box_01 .list li:nth-of-type(4) .icon{background:url(../images/course/zy_01.png) center center no-repeat;}
.box_01 .list li:nth-of-type(5) .icon{background:url(../images/course/zy_03.png) center center no-repeat;}
.box_01 .list li a{display:block;font-size:18px;color:#666;line-height:20px;margin-top:50px;text-align:center;-webkit-transition:all .7s;transition:all .7s;}
.box_01 .list li.active a{color:#d50000;-webkit-transition:all .7s;transition:all .7s;}
.box_01 .list li p{width:90%;font-size:14px;color:#bbb;line-height:25px;height:75px;overflow:hidden;margin:30px auto 0 auto;text-align:center;}
/* 光荣榜 */
.box_02{width:100%;height:auto;padding-bottom:25px;background:url(../images/gr_back.jpg) center bottom no-repeat;overflow:hidden;}
.box_02 .h_title{width:181px;height:120px; background:url(../images/bt_gr.png);margin:0 auto;}
.box_02 .picScroll-left01{ padding:0 10%; height:400px;margin:80px auto 0 auto;position:relative;}
.box_02 .picScroll-left01 .hd{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;}
.box_02 .picScroll-left01 .hd .prev{float:left;width:10%;height:100%;cursor:pointer;background:url(../images/gr_jt_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_02 .picScroll-left01 .hd .next{float:right;width:10%;height:100%;cursor:pointer;background:url(../images/gr_jt_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_02 .picScroll-left01 .hd .prev:hover{background:url(../images/gr_jt_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_02 .picScroll-left01 .hd .next:hover{background:url(../images/gr_jt_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_02 .picScroll-left01 .bd{width:90%;height:100%;position:relative;z-index:5;margin:0 auto;overflow:hidden;}
.box_02 .picScroll-left01 .bd ul{width:100%;height:100%;overflow:hidden; zoom:1;}
.box_02 .picScroll-left01 .bd ul li{width:25%;height:100%; background:#fff;border-radius:5px 5px 0 0;overflow:hidden;margin-right:26px;position:relative;}
.box_02 .picScroll-left01 .bd ul li a{display:block;}
.box_02 .picScroll-left01 .bd ul li .img{width:100%;height:calc(100% - 50px);border-radius:5px;overflow:hidden; display:flex;justify-content: center;align-items: center;}
.box_02 .picScroll-left01 .bd ul li .img img{max-width:100%;max-height:100%;transition: all 1s;}
.box_02 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.05);}
.box_02 .picScroll-left01 .bd ul li .name{padding:0 30px;font-size:16px;color:#333;line-height:50px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s; background:#f6f6f6}
.box_02 .picScroll-left01 .bd ul li:hover .name{color:#d50000;-webkit-transition:all .7s;transition:all .7s;}

/**ads**/
.ads{ width:100%}
.ads img{ width:100%}
/* 优势 */
.advantage{background:#f5f5f5; display:flex; align-items:center;}
.advantage img{ max-width:100%}
/* 师资 */
.box_03{width:100%;height:auto;padding:70px 0;background:url(../images/sz_back.jpg) center top no-repeat;overflow:hidden;}
.i-brand ul {}
.i-brand ul li {
  width: calc(calc(100% - 60px) / 4);
  background: #E45D4B;
  float: left;
  text-align: center;
  padding-top: 24px;
  padding-bottom:24px;
  margin-right: 20px;
}
.i-brand ul li:last-child{ margin-right:0}
.i-brand ul li .num {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}
.i-brand ul li .txt {
  font-size: 14px;
  color: #fff;
}

.box_03 .sz{padding:0 5%;height:auto;overflow:hidden;margin:40px auto 0 auto;}
.box_03 .sz .h_title{width:210px;height:120px; background:url(../images/bt_sz.png) no-repeat center;margin:0 auto;}
.box_03 .sz .center{width:1280px;height:660px;margin:40px auto 0 auto;}
.box_03 .sz .center .left{width:auto;height:660px;float:left;}
.box_03 .sz .center .left h4{font-size:80px;color:#d50000;font-weight:bold;line-height:65px;margin-top:115px;}
.box_03 .sz .center .left h5{font-size:18px;color:#d50000;font-weight:bold;line-height:20px;margin-top:90px;}
.box_03 .sz .center .left p{font-size:16px;color:#666;line-height:26px;margin-top:35px;}
.box_03 .sz .center .left span{display:block;font-size:14px;color:#999; font-family:Arial;line-height:26px;margin-top:100px;}
.box_03 .sz .center .right{width:680px;height:660px;float:right;position:relative;}
.box_03 .sz .center .right img{display:block;width:615px;height:790px;position:absolute;left:0;bottom:0;}
.box_03 .sz .center .right::before{content:'';width:232px;height:90px;background:url(../images/sz_icon.png);position:absolute;bottom:80px;left:-70px;z-index:5;}
.box_03 .sz .picScroll-left02{ width:100%; height:510px;margin:65px auto 0 auto;position:relative;}
.box_03 .sz .picScroll-left02 .hd{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;}
.box_03 .sz .picScroll-left02 .hd .prev{float:left;width:35px;height:110px;margin-top:200px;cursor:pointer;background:url(../images/sj_jt_01.png) center center no-repeat #ddd;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .sz .picScroll-left02 .hd .next{float:right;width:35px;height:110px;margin-top:200px;cursor:pointer;background:url(../images/sj_jt_02.png) center center no-repeat #ddd;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .sz .picScroll-left02 .hd .prev:hover{background:url(../images/sj_jt_01.png) center center no-repeat #d50000;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .sz .picScroll-left02 .hd .next:hover{background:url(../images/sj_jt_02.png) center center no-repeat #d50000;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .sz .picScroll-left02 .bd{width:90%;height:100%;position:relative;z-index:5;margin:0 auto;overflow:hidden;}
.box_03 .sz .picScroll-left02 .bd ul{width:100%;height:100%;overflow:hidden; zoom:1;}
.box_03 .sz .picScroll-left02 .bd ul li{width:25%;height:calc(100% - 5px);padding:5px 5px 0 5px;background:#fff;border-radius:5px;overflow:hidden;margin-right:20px;position:relative;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .sz .picScroll-left02 .bd ul li:hover{background:#1b1b1b;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .sz .picScroll-left02 .bd ul li a{display:block;}
.box_03 .sz .picScroll-left02 .bd ul li .img{width:100%;height:405px;border-radius:5px;overflow:hidden;}
.box_03 .sz .picScroll-left02 .bd ul li .img img{width:100%;height:100%;vertical-align:top;object-fit:cover;transition: all 1s;}
.box_03 .sz .picScroll-left02 .bd ul li:hover .img img{transform: scale(1.05);}
.box_03 .sz .picScroll-left02 .bd ul li .txt{width:100%;height:40px;margin:30px auto 0 auto;overflow:hidden;}
.box_03 .sz .picScroll-left02 .bd ul li .txt .name{width:calc(100 - 65px);font-size:16px;color:#333;line-height:40px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .sz .picScroll-left02 .bd ul li:hover .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}
.box_03 .sz .picScroll-left02 .bd ul li .txt .more{width:60px;height:38px;border:solid 1px #d50000;border-radius:20px;float:right;font-size:14px;color:#999;line-height:38px;background:/*url(../images/more01.png) 10px center no-repeat*/ #fff;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s; text-align:center}
.box_03 .sz .picScroll-left02 .bd ul li:hover .txt .more{color:#fff;background:/*url(../images/more02.png) 10px center no-repeat*/ #d50000;-webkit-transition:all .7s;transition:all .7s;}
/* 学员课堂  */
.box_04{width:100%;/*height:1137px;*/padding-top:60px;background:url(../images/xy_back.jpg) center top no-repeat;overflow:hidden;}
.box_04 .h_title{width:210px;height:120px;background:url(../images/bt_xy.png);margin:0 auto;}
.box_04 .center{width:1280px;height:880px;margin:105px auto 0 auto;overflow:hidden;}
.box_04 .center .left{width:840px;height:880px;float:left;}
.box_04 .center .left .list{width:840px;height:690px;margin-top:30px;overflow:hidden;}
.box_04 .center .left .list li{width:390px;height:320px;float:left;margin-bottom:50px;overflow:hidden;}
.box_04 .center .left .list li:nth-of-type(2n){float:right;}
.box_04 .center .left .list li a{display:block;}
.box_04 .center .left .list li .img{width:100%;height:260px;border-radius:20px;overflow:hidden;}
.box_04 .center .left .list li .img img{width:100%;height:100%;vertical-align:top;transition: all 1s;object-fit:cover;}
.box_04 .center .left .list li:hover .img img{transform: scale(1.05);}
.box_04 .center .left .list li .name{width:330px;padding-right:60px;font-size:16px;color:#333;line-height:16px;margin-top:24px;background:url(../images/xy_jt_05.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .left .list li:hover .name{color:#d50000;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .left .list li p{font-size:16px;color:#999;line-height:13px;margin-top:7px; font-family:Arial; display:none;}
.box_04 .center .left .gd{width:162px;height:40px; background:url(../images/gd.png);margin:70px auto 0 auto;}
.box_04 .center .left .gd a{display:block;width:162px;height:40px;position:relative;z-index:0;}
.box_04 .center .left .gd a::before{content:'';width:40px;height:40px;background:#d50000;position:absolute;top:0px;left:0;border-radius:20px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .left .gd a:hover::before{content:'';width:162px;height:40px;background:#d50000;position:absolute;top:0px;left:0;border-radius:20px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .left .gd a i{display:block;width:40px;height:40px; background:url(../images/more03.png) center center no-repeat;float:left;}
.box_04 .center .left .gd a p{width:122px;height:40px;text-align:center;line-height:40px;font-size:14px;color:#999;float:left;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .left .gd a:hover p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .txtScroll-top{width:330px;height:880px;float:right;margin-right:40px;position:relative;}
.box_04 .center .txtScroll-top .hd{width:330px;height:880px;overflow:hidden;position:absolute;top:0;left:0;}
.box_04 .center .txtScroll-top .hd .prev{position:absolute;left:0;top:0;width:330px;height:18px;cursor:pointer;background:url(../images/xy_jt_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .txtScroll-top .hd .next{position:absolute;left:0;bottom:0;width:330px;height:18px;cursor:pointer;background:url(../images/xy_jt_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .txtScroll-top .hd .prev:hover{background:url(../images/xy_jt_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .txtScroll-top .hd .next:hover{background:url(../images/xy_jt_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .txtScroll-top .bd{width:330px;height:760px;overflow:hidden;position:absolute;left:0;top:60px;z-index:5;}
.box_04 .center .txtScroll-top .infoList li{width:330px;height:379px;border-bottom:solid 1px #ddd;margin-bottom:45px;overflow:hidden;position:relative;}
.box_04 .center .txtScroll-top .infoList li a{display:block;}
.box_04 .center .txtScroll-top .infoList li .name{width:330px;font-size:16px;color:#333;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .txtScroll-top .infoList li:hover .name{color:#d50000;-webkit-transition:all .7s;transition:all .7s;}
.box_04 .center .txtScroll-top .infoList li span{display:block;font-size:16px;color:#999;line-height:13px;margin-top:7px; font-family:Arial;}
.box_04 .center .txtScroll-top .infoList li p{font-size:14px;color:#999;line-height:25px;height:50px;margin-top:15px;overflow:hidden;}
.box_04 .center .txtScroll-top .infoList li .img{width:330px;height:225px;border-radius:20px;margin-top:15px;overflow:hidden;}
.box_04 .center .txtScroll-top .infoList li .img img{width:330px;height:225px;vertical-align:top;transition: all 1s;object-fit:cover;}
.box_04 .center .txtScroll-top .infoList li:hover .img img{transform: scale(1.1);}

/* 关于我们 */
.box_05{width:100%;height:725px;padding-top:180px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden; }
.box_05 .center{width:1280px;height:725px;margin:0 auto;}
.box_05 .center .left{width:550px; height:355px;float:left;position:relative; background:#FFF; border:10px #FFF solid}
.box_05 .center .left img{ width:100%; height:100%}
.box_05 .center .right{width:600px;height:725px;float:right;position:relative;}
.box_05 .center .right .txts{width:600px;height:auto;}
.box_05 .center .right .txts h3{width:211px;height:120px;background:url(../images/bt_ab.png) no-repeat;margin-top:25px;}
.box_05 .center .right .txts h4{font-size:24px;color:#333;font-weight:bold;line-height:26px;margin-top:65px;}
.box_05 .center .right .txts span{display:block;font-size:14px;color:#999;line-height:13px;margin-top:30px;position:relative;text-transform: Uppercase;}
.box_05 .center .right .txts p{font-size:14px;color:#999;line-height:30px;height:90px;overflow:hidden;margin-top:45px;}
.box_05 .center .right .txts .more{display:block;width:126px;height:40px; background:#d50000;border-radius:5px;line-height:40px;text-align:center;margin-top:50px;font-size:14px;color:#fff;text-transform: Uppercase;}
.box_05 .center .right .bx{width:600px;height:50px;display:flex;justify-content: space-between;position:absolute;left:0;bottom:75px;}
.box_05 .center .right .bx a{display:block;float:left;}
.box_05 .center .right .bx a .icon{width:50px;height:50px; background:#fff;border-radius:25px;float:left;margin-right:25px;}
.box_05 .center .right .bx a .icon i{display:block;width:100%;height:100%;}
.box_05 .center .right .bx a:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}
.box_05 .center .right .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 .center .right .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_05 .center .right .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_05 .center .right .bx a:nth-of-type(1):hover .icon i{background:url(../images/ab_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_05 .center .right .bx a:nth-of-type(2):hover .icon i{background:url(../images/ab_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_05 .center .right .bx a:nth-of-type(3):hover .icon i{background:url(../images/ab_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}
.box_05 .center .right .bx a .txt{width:auto;height:50px;float:left;}
.box_05 .center .right .bx a .txt p{font-size:16px;color:#fff;line-height:16px;margin-top:8px;}
.box_05 .center .right .bx a .txt span{display:block;font-size:14px;color:#fff;line-height:12px;margin-top:8px;text-transform: Uppercase;font-family:Arial;}
/* 新闻资讯 */
.box_06{width:100%;height:auto;padding:123px 0 70px 0;overflow:hidden; background:url(../images/news_back.jpg) center top no-repeat;}
.box_06 .center{width:1280px;height:600px;margin:0 auto;}
.box_06 .center .left{width:255px;height:600px;float:left;}
.box_06 .center .left .h_title{width:211px;height:120px;background:url(../images/bt_news.png) no-repeat center;margin-top:-33px;}
.box_06 .center .left .bk{width:255px;height:190px;padding-top:253px;background:url(../images/yuan.png);margin-top:70px;position:relative;}
.box_06 .center .left .bk .more{display:block;width:20px;line-height:20px;height:180px;text-align:right;writing-mode: tb-rl;position:absolute;top:15px;left:85px;font-size:20px;color:#d50000;font-weight:bold;text-transform: Uppercase;}
.box_06 .center .left .bk .more::before{content:'';width:2px;height:50px;background:#d50000;position:absolute;top:0px;left:9px;}
.box_06 .center .left .bk span{display:block;width:37px;height:74px;background:url(../images/nes_wz.png);position:absolute;top:95px;right:88px;}
.box_06 .center .left .bk i{display:block;width:50px;height:50px;margin:0 auto; background:url(../images/tel01.png);animation: msClock 1.2s linear infinite;}
.box_06 .center .left .bk p:nth-of-type(1){font-size:18px;color:#fff;line-height:18px;margin-top:28px;text-align:center;}
.box_06 .center .left .bk p:nth-of-type(2){font-size:24px;color:#fff;line-height:20px;font-weight:bold; font-family:Arial;margin-top:18px;text-align:center;}
.box_06 .center .news_center{width:975px;height:600px;float:right;margin:0 auto;overflow:hidden;}
.box_06 .center .news_center .hd{width:645px;margin-left:330px;overflow:hidden;}
.box_06 .center .news_center .hd ul{width:100%;overflow:hidden;display:flex;justify-content: space-between;}
.box_06 .center .news_center .hd ul li{width:200px;height:80px;background:#eee;float:left;border-radius:40px;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .center .news_center .hd ul li.on{background:#d50000;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .center .news_center .hd ul li a{display:block;padding-left:90px;width:110px;font-size:16px;line-height:80px;color:#333;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .center .news_center .hd ul li.on a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .center .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 40px center no-repeat;}
.box_06 .center .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_03.png) 40px center no-repeat;}
.box_06 .center .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_05.png) 40px center no-repeat;}
.box_06 .center .news_center .hd ul li:nth-of-type(1).on  a{background:url(../images/n_icon_02.png) 40px center no-repeat;}
.box_06 .center .news_center .hd ul li:nth-of-type(2).on  a{background:url(../images/n_icon_04.png) 40px center no-repeat;}
.box_06 .center .news_center .hd ul li:nth-of-type(3).on  a{background:url(../images/n_icon_06.png) 40px center no-repeat;}
.box_06 .center .news_center .bd{width:975px;height:445px;margin-top:75px;}
.box_06 .center .news_center .bd .main{width:975px;height:445px;overflow:hidden;}
.box_06 .center .news_center .bd .main .list{width:510px;height:445px;float:left;}
.box_06 .center .news_center .bd .main .list li{width:460px;height:140px;padding:0 25px;margin-bottom:12px;border-radius:10px;background:#eee;overflow:hidden;display:flex;justify-content: space-between;}
.box_06 .center .news_center .bd .main .list li .line{width:20px;height:3px;float:left;margin-top:40px; background:#999;position:relative;}
.box_06 .center .news_center .bd .main .list li .line::after{content:'';width:0px;height:3px;background:#d50000;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .center .news_center .bd .main .list li:hover .line::after{content:'';width:20px;height:3px;background:#d50000;position:absolute;top:0;left:0;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .center .news_center .bd .main .list li .txt{width:310px;height:140px;float:left;}
.box_06 .center .news_center .bd .main .list li .txt .name{display:block;font-size:16px;color:#333;line-height:16px;margin-top:33px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.box_06 .center .news_center .bd .main .list li .txt p{font-size:14px;color:#999;line-height:25px;height:50px;margin-top:20px;overflow:hidden;}
.box_06 .center .news_center .bd .main .list li .date{width:75px;height:75px;float:right; background:#f6f6f6;border-radius:8px;margin-top:33px;text-align:center;font-family:Arial;}
.box_06 .center .news_center .bd .main .list li .date p:nth-of-type(1){font-size:30px;color:#999;font-weight:bold;line-height:25px;margin-top:17px;}
.box_06 .center .news_center .bd .main .list li .date p:nth-of-type(2){font-size:16px;color:#999;line-height:13px;margin-top:12px;}
.box_06 .center .news_center .bd .main .bx{width:420px;height:445px;float:right;position:relative;}
.box_06 .center .news_center .bd .main .bx .name{display:block;width:320px;padding-right:100px;line-height:21px;margin-top:15px;background:url(../images/news_jt.png) right center no-repeat;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .center .news_center .bd .main .bx:hover .name{color:#d50000;-webkit-transition:all .7s;transition:all .7s;}
.box_06 .center .news_center .bd .main .bx span{display:block;font-size:14px;color:#999;line-height:12px;margin-top:10px;}
.box_06 .center .news_center .bd .main .bx .img{width:420px;height:350px;border-radius:10px;overflow:hidden; margin-top:30px; display:block}
.box_06 .center .news_center .bd .main .bx .img img{width:100%;height:100%;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_06 .center .news_center .bd .main .bx:hover .img img{transform: scale(1.05);}
.index-more2 {
    margin: 0 auto;
    background: url("../images/more2.png") no-repeat .34rem center;
    background: #d50000;
    line-height: .58rem;
    width: 1.86rem;
    height: .58rem;
    display: block;
    background-size: .22rem;
    font-size: .2rem;
    padding-left: .73rem;
    box-sizing: border-box;
    color: #fff;
    border-radius: .1rem;
}







.links{width:100%;/*height:52px;*/overflow:hidden;}
.links .center{width:1280px;/*height:52px;*/margin:0 auto;}
.links .center p{width:150px;font-size:30px;line-height:52px;color:#444;font-weight:bold;float:left;text-align:right; font-family:Arial; background:url(../images/links.png) left center no-repeat;text-transform: Uppercase;}
.links .center .link{width:1085px;/*height:52px;*/float:right;}
.links .center .link a{display:block;width:auto;font-size:14px;line-height:52px;color:#666;box-sizing:content-box;float:left;margin-right:40px;-webkit-transition:all .7s;transition:all .7s;}
.links .center .link a:hover{color:#d50000;-webkit-transition:all .7s;transition:all .7s;}
.links .center .link a:last-child{margin-right:0;}
/* 在线留言 */
.box_07{width:100%;height:auto;padding:60px 0 40px 0;overflow:hidden;}
.box_07 .center{width:1280px;height:150px;margin:0 auto;overflow:hidden;}
.box_07 .center .left{width:auto;height:150px;float:left;position:relative;}
.box_07 .center .left::after{content:'';width:35px;height:1px;background:#bdbdbd;position:absolute;bottom:15px;left:0;}
.box_07 .center .left h3{font-size:30px;color:#d50000;line-height:30px;margin-top:15px;}
.box_07 .center .left p{font-size:16px;color:#bdbdbd;line-height:14px;margin-top:10px;text-transform: Uppercase;}
.box_07 .center .form{width:1125px;height:150px;position:relative;float:right;overflow:hidden;}
.box_07 .center .form p{width:365px;height:40px;overflow:hidden;background:#eee;border-radius:5px;}
.box_07 .center .form input{display:block;width:310px;height:40px;line-height:40px;color:#666;font-size:14px;padding:0 15px 0 40px;box-sizing:content-box;}
@media screen and (min-width: 768px){
.box_07 .center .form p:nth-of-type(1){position:absolute;left:0;top:0;}
.box_07 .center .form p:nth-of-type(2){position:absolute;left:380px;top:0;}
.box_07 .center .form p:nth-of-type(3){width:1020px;height:100px;position:absolute;left:0;bottom:0;}
.box_07 .center .form p:nth-of-type(4){/*width:365px;*/position:absolute;right:0;top:0;}
}
.box_07 .center .form p:nth-of-type(1) input{background:url(../images/name.png) 11px center no-repeat;}
.box_07 .center .form p:nth-of-type(2) input{background:url(../images/phone.png) 11px center no-repeat;}
.box_07 .center .form textarea{width:970px;height:90px;line-height:20px;font-size:14px;padding:10px 10px 0 40px;box-sizing:content-box;background:url(../images/liuyan.png) 11px 10px no-repeat;}

.box_07 .center .form p:nth-of-type(4) input{background:url(../images/email.png) 11px center no-repeat;}
/*.box_07 .center .form p:nth-of-type(4) input{display:block;width:150px;height:40px;line-height:40px;color:#666;font-size:14px;float:left;padding:0 10px;box-sizing:content-box;background:rgba(0,0,0,0);background:url(../images/phone.png) 11px center no-repeat;}*/
.box_07 .center .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:40px;cursor:pointer;margin:0 5px;}
@media screen and (min-width: 768px){
.box_07 .center .form .tj{width:95px;height:100px;border:none;overflow:hidden;position:absolute;z-index:0;right:0;bottom:0;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}
}
.box_07 .center .form .tj .btn{display:block;width:95px;height:60px;padding:20px 0 !important;box-sizing:content-box;line-height:30px;text-align:center;font-size:16px;color:#fff;border:none;background:none;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background-color: #d50000;background-repeat: no-repeat;}
.btn_bubble_3:hover, .btn_bubble_3:focus {
 -webkit-animation: btn_3 1s forwards ease-out;
 animation: btn_3 1s forwards ease-out;
 background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
 background-color: #d50000;
 background-repeat: no-repeat;
}

@-webkit-keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #d50000;
 }
}

@keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #d50000;
 }
}
/* 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:2.4s; }
.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);
  }
}
