/*

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);}
}


.swiper-container{width: 100%;cursor: url(../images/gesture.png), default;}

.swiper-container img{cursor: url(../images/gesture.png), default;}



/* 业务范围 */
.box_01{width:100%;height:auto;background:#ebf4ff;padding:80px 0 60px 0;overflow:hidden;}

.box_01 .top{width:1300px;height:110px;margin:0 auto;}

.box_01 .top .h_title{width:auto;height:auto;float:left;margin-top:30px;padding-left:45px;position:relative;z-index:0;}

.box_01 .top .h_title::before{content:'';width:105px;height:96px;background:url(../images/h_back01.png);position:absolute;top:-50px;left:0;z-index:-1;}

.box_01 .top .h_title::after{content:'';width:105px;height:2px;background:#2071cc;position:absolute;top:44px;left:0;}

.box_01 .top .h_title h3{font-size:30px;color:#333;line-height:30px;}

.box_01 .top .h_title h3 a{display:block;color:#333;}

.box_01 .top .h_title p{font-size:14px;color:#333;line-height:15px;margin-top:33px;letter-spacing:8px;}

.box_01 .top .fl_list{width:440px;height:95px;float:right;overflow:hidden;display:flex;justify-content: space-between;}

.box_01 .top .fl_list li{width:124px;height:95px;float:left;}

.box_01 .top .fl_list li a{display:block;width:124px;height:95px;float:left;position:relative;overflow:hidden;}

.box_01 .top .fl_list li a::after{content:'';width:0px;height:1px;background:#333;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .fl_list li.active a::after{content:'';width:124px;height:1px;background:#333;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .fl_list li i{display:block;width:30px;height:25px;background:url(../images/pro_icon.png);margin:0 auto;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .fl_list li.active i{margin:20px auto 0 auto;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top .fl_list li p{width:124px;height:18px;color:#333;font-size:18px;line-height:18px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;left:0;bottom:12px;}

.box_01 .pro_list01{width:1300px;height:465px;margin:40px auto 0 auto;overflow:hidden;}

.box_01 .pro_list01 li{width:625px;height:465px;float:left;overflow:hidden;}

.box_01 .pro_list01 li:nth-of-type(2){float:right;}

.box_01 .pro_list01 li a{display:block;}

.box_01 .pro_list01 li .img{width:623px;height:403px;border:solid 1px #dadde0;overflow:hidden;}

.box_01 .pro_list01 li .img img{width:623px;height:403px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .pro_list01 li:hover .img img{transform: scale(1.02);}

.box_01 .pro_list01 li .txt{width:625px;height:60px;position:relative;overflow:hidden;}

.box_01 .pro_list01 li .txt::before{content:'';width:625px;height:1px;background:#e0e1e2;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list01 li .txt::after{content:'';width:175px;height:1px;background:#4a4a4a;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list01 li:hover .txt::after{content:'';width:625px;height:1px;background:#4a4a4a;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list01 li .txt .name{width:540px;padding-right:85px;font-size:15px;color:#000;line-height:60px;background:url(../images/pro_jt.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_01 .pro_list02{width:1300px;height:290px;margin:40px auto 0 auto;overflow:hidden;}

.box_01 .pro_list02 li{width:295px;height:290px;float:left;margin-right:40px;overflow:hidden;position:relative;}

.box_01 .pro_list02 li:nth-of-type(4){margin-right:0;}

.box_01 .pro_list02 li::after{content:'';width:0;height:1px;background:#333;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list02 li:hover::after{content:'';width:295px;height:1px;background:#333;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list02 li a{display:block;}

.box_01 .pro_list02 li .img{width:275px;height:185px;border:solid 2px #ebf4ff;padding:8px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list02 li:hover .img{border:solid 2px #646669;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list02 li .img .pic{width:275px;height:185px;overflow:hidden;}

.box_01 .pro_list02 li .img .pic img{width:275px;height:185px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .pro_list02 li:hover .img .pic img{transform: scale(1.05);}

.box_01 .pro_list02 li .name{width:275px;font-size:16px;color:#333;line-height:16px;margin:25px 0 0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list02 li:hover .name{margin:25px 0 0 0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list02 li .more{width:105px;font-size:14px;color:#333;line-height:14px;margin:18px 0 0 10px;background:url(../images/case_jt_01.png) right center no-repeat;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list02 li:hover .more{margin:18px 0 0 0;-webkit-transition:all .7s;transition:all .7s;}




/* 企业优势 */
.box_02{width:100%;height:890px;background:#ebf4ff;overflow:hidden;}

.look_center{width:1300px;height:890px;overflow:hidden;margin:0 auto;position:relative;z-index:0;}

.look_center::before{content:'';width:734px;height:815px;background:#bcdaf8;position:absolute;top:0;left:0;z-index:-1;}

.look_center .pos{width:265px;height:82px;font-size:20px;color:#333;line-height:82px;text-align:right;overflow:hidden;position:absolute;top:0;left:0;background:url(../images/ys_icon.png) left center no-repeat;}

.look_center .h_title{width:734px;height:auto;text-align:center;position:absolute;top:245px;left:0;}

.look_center .h_title span{display:block;font-size:58px;color:#2071cc;line-height:45px;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.look_center .h_title h3{font-size:20px;color:#333;line-height:20px;font-weight:bold;margin-top:20px;}

.look_center .h_title p{height:24px;background:url(../images/ys_p_back.png) center center no-repeat;font-size:14px;color:#666;line-height:24px;margin-top:35px; letter-spacing:25px;}

.look_center .bd{width:1300px;height:890px;overflow:hidden;}

.look_center .bd .main{width:1300px;height:890px;position:relative;overflow:hidden;}

.look_center .bd .main .txt{width:734px;height:auto;float:left;margin-top:540px;text-align:center;}

.look_center .bd .main .txt h4{font-size:16px;color:#333;font-family:Arial; font-weight:normal;}

.look_center .bd .main .txt h4 span{font-size:30px;color:#212121;font-weight:bold;margin-right:5px;}

.look_center .bd .main .txt h4 i{font-size:20px;color:#333;font-weight:bold;margin-right:5px;}

.look_center .bd .main .txt p{width:590px;margin:40px auto 0 auto;font-size:16px;color:#666;line-height:35px;}

.look_center .bd .main .img{width:566px;height:890px;float:right;}

.look_center .bd .main .img img{display:block;width:566px;height:890px; vertical-align:top;}

.look_center .hd{width:734px;height:75px;position:absolute;left:0;bottom:0;z-index:4;}

.look_center .hd::before{content:'';width:734px;height:1px;background:#7d7d7d;position:absolute;bottom:1px;left:0;}

.look_center .hd::after{content:'';width:130px;height:3px;background:#000;position:absolute;bottom:0;left:50%;margin-left:-65px;}

.look_center .hd .next{line-height:75px;cursor:pointer;font-size:20px;color:#333; font-family:Arial;font-weight:bold;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .next:hover{background:#2071cc;color:#fff;-webkit-transition:all .7s;transition:all .7s;}






/* 项目业绩 */
.box_03{width:100%;height:auto;background:#ebf4ff;padding:130px 0 70px 0;overflow:hidden;}

.box_03 .top{width:1300px;height:78px;margin:0 auto;}

.box_03 .top .h_title{width:auto;height:78px;float:left;padding-left:45px;position:relative;z-index:0;}

.box_03 .top .h_title::before{content:'';width:105px;height:96px;background:url(../images/h_back01.png);position:absolute;top:-50px;left:0;z-index:-1;}

.box_03 .top .h_title::after{content:'';width:105px;height:2px;background:#2071cc;position:absolute;top:44px;left:0;}

.box_03 .top .h_title h3{font-size:30px;color:#333;line-height:30px;}

.box_03 .top .h_title p{font-size:14px;color:#333;line-height:15px;margin-top:33px;letter-spacing:8px;}

.box_03 .top .right{width:482px;height:60px;float:right;position:relative;}

.box_03 .top .right span{display:block;width:482px;line-height:60px;position:absolute;top:0;right:0;text-align:right;font-size:80px;color:#e5eef9;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_03 .top .right p{width:540px;line-height:60px;position:absolute;top:0;right:-55px;font-size:14px;color:#666; letter-spacing:22px;z-index:2;}

.box_03 .case_list{width:1300px;height:910px;margin:40px auto 0 auto;overflow:hidden;position:relative;}

.box_03 .case_list::before{content:'';width:1300px;height:1px;background:#e8e8e8;position:absolute;top:429px;left:0;}

.box_03 .case_list::after{content:'';width:1300px;height:1px;background:#e8e8e8;position:absolute;bottom:0;left:0;}

.box_03 .case_list li{width:376px;height:430px;overflow:hidden;position:relative;float:left;margin:0 86px 50px 0;}

.box_03 .case_list li:nth-of-type(3n){margin-right:0;}

.box_03 .case_list li::after{content:'';width:0px;height:2px;background:#2071cc;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_list li:hover::after{content:'';width:376px;height:2px;background:#2071cc;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_list li a{display:block;}

.box_03 .case_list li .img{width:380px;height:265px;overflow:hidden;}

.box_03 .case_list li .img img{width:380px;height:265px;vertical-align:top;object-fit:cover;transition: all 1s;}

.box_03 .case_list li:hover .img img{transform: scale(1.05);}

.box_03 .case_list li .name{font-size:18px;color:#333;line-height:20px;text-align:center;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_03 .case_list li p{font-size:14px;color:#666;line-height:30px;height:30px;overflow:hidden;margin:15px auto 0 auto;text-align:center;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_list li:hover p{height:60px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_list li .more{width:105px;font-size:14px;color:#333;line-height:14px;margin:30px 0 0 10px;background:url(../images/case_jt_01.png) right center no-repeat;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .case_list li:hover .more{margin:0 0 0 10px;opacity:0;-webkit-transition:all .7s;transition:all .7s;}




/* 关于我们 */
.box_04{width:100%;height:auto;background:#ebf4ff;padding-bottom:70px;overflow:hidden;}

.box_04 .center{width:1235px;padding-left:65px;height:837px;margin:0 auto;background:url(../images/ab_back.png) center top no-repeat;overflow:hidden;}

.box_04 .center .left{width:610px;height:auto;float:left;margin-top:85px;position:relative;}

.box_04 .center .left .zm{width:257px;height:156px;background:url(../images/us.png);position:absolute;top:68px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

@-webkit-keyframes Cycle {0%{-webkit-transform: translateY(5px)}100%{-webkit-transform: translateY(-5px)}}

.box_04 .center .left .pic{width:266px;height:244px;background:url(../images/ab_sm_img.png);position:absolute;top:0;right:0;animation:Cycle 1.25s linear 0s alternate infinite;}

.box_04 .center .left .txt{width:610px;height:auto;margin-top:283px;position:relative;}

.box_04 .center .left .txt::before{content:'';width:200px;height:1px;background:#dfebf9;position:absolute;top:40px;left:-65px;}

.box_04 .center .left .txt h3{font-size:20px;color:#fff;font-weight:bold;line-height:20px; letter-spacing:5px;}

.box_04 .center .left .txt p{font-size:14px;color:#fff;line-height:30px;height:150px;overflow:hidden;margin-top:45px;}

.box_04 .center .left .txt .more{display:block;width:166px;height:52px; background:#fff;line-height:52px;text-align:center;margin-top:42px;font-size:14px;color:#2077d7;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .left .txt .more:hover{background:#2077d7;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right{width:549px;height:672px;float:right;margin-top:85px;position:relative;}

.box_04 .center .right::before{content:'';width:4px;height:22px;background:url(../images/dian01.png);position:absolute;top:65px;left:55px;}

.box_04 .center .right .img{width:549px;height:672px;overflow:hidden;}

.box_04 .center .right .img img{display:block;width:549px;height:672px;vertical-align:top;}

.box_04 .center .right p{writing-mode: tb-rl;font-size:14px;color:#fff;line-height:15px;position:absolute;top:60px;left:80px; letter-spacing:3px;}




/* 生产设备 */
.box_05{width:100%;height:auto;background:#ebf4ff;padding-bottom:85px;overflow:hidden;}

.box_05 .center{width:1300px;height:730px;margin:0 auto;overflow:hidden;}

.box_05 .center .left{width:650px;height:730px;float:left;background:url(../images/sb_back.png) right top no-repeat;position:relative;}

.box_05 .center .left .h_title{width:auto;height:78px;padding-top:50px;float:left;padding-left:45px;position:relative;z-index:0;}

.box_05 .center .left .h_title::before{content:'';width:105px;height:96px;background:url(../images/h_back01.png);position:absolute;top:0;left:0;z-index:-1;}

.box_05 .center .left .h_title::after{content:'';width:105px;height:2px;background:#333;position:absolute;top:94px;left:0;}

.box_05 .center .left .h_title h3{font-size:30px;color:#333;line-height:30px;}

.box_05 .center .left .h_title p{font-size:14px;color:#333;line-height:30px;margin-top:25px;letter-spacing:8px;}

.box_05 .center .left .pos01{width:400px;height:450px;background:url(../images/sb01.png);position:absolute;left:0;bottom:40px;}

.box_05 .center .left .pos02{width:129px;height:251px;background:url(../images/sb02.png);position:absolute;left:320px;bottom:40px;}

.box_05 .center .left .more{display:block;width:105px;font-size:14px;color:#333;line-height:14px;background:url(../images/case_jt_01.png) right center no-repeat;text-transform: Uppercase;position:absolute;top:245px;right:60px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .more:hover{color:#2071cc;background:url(../images/case_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .right{width:605px;height:730px;overflow:hidden;position:relative;float:right;}

.box_05 .center .right .list{width:605px;height:600px;overflow:hidden;position:relative;}

.box_05 .center .right .list li:nth-of-type(1){width:295px;height:295px;overflow:hidden;position:absolute;top:0;left:0;}

.box_05 .center .right .list li:nth-of-type(2){width:295px;height:295px;overflow:hidden;position:absolute;top:0;right:0;}

.box_05 .center .right .list li:nth-of-type(3){width:605px;height:295px;overflow:hidden;position:absolute;bottom:0;left:0;}

.box_05 .center .right .list li a{display:block;}

.box_05 .center .right .list li .img{width:100%;height:295px;overflow:hidden;}

.box_05 .center .right .list li .img img{width:100%;height:295px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .center .right .list li:hover .img img{transform: scale(1.05);}

.box_05 .center .right .list li .name{width:80%;padding:0 10%;background:#2071cc;height:50px;line-height:50px;text-align:center;font-size:14px;color:#fff;position:absolute;left:0;bottom:-50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .right .list li:hover .name{position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .right .txt{width:auto;height:auto;position:absolute;left:0;bottom:0;z-index:5;}

.box_05 .center .right .txt::before{content:'';width:210px;height:1px;background:#000;position:absolute;bottom:0;left:0;}

.box_05 .center .right .txt span{display:block;width:27px;height:5px; background:url(../images/dian02.png);}

.box_05 .center .right .txt p{font-size:16px;color:#333;line-height:40px;margin-top:12px;}





/* 新闻中心 */
.box_06{width:100%;height:auto;background:#ebf4ff;padding-bottom:60px;overflow:hidden;position:relative;z-index:0;}

.box_06::before{content:'';width:100%;height:175px;background:#9bc6f2;position:absolute;top:0;left:0;z-index:-1;}

.box_06 .news_center{width:1300px;height:auto;margin:0 auto;position:relative;}

.box_06 .news_center .hd{width:1300px;height:175px;}

.box_06 .news_center .hd .h_title{width:auto;height:78px;padding-top:50px;float:left;padding-left:45px;position:relative;z-index:0;}

.box_06 .news_center .hd .h_title::before{content:'';width:105px;height:96px;background:url(../images/h_back01.png);position:absolute;top:0;left:0;z-index:-1;}

.box_06 .news_center .hd .h_title::after{content:'';width:105px;height:2px;background:#333;position:absolute;top:94px;left:0;}

.box_06 .news_center .hd .h_title h3{font-size:30px;color:#333;line-height:30px;}

.box_06 .news_center .hd .h_title p{font-size:14px;color:#333;line-height:30px;margin-top:25px;letter-spacing:8px;}

.box_06 .news_center .hd ul{width:480px;height:80px;float:right;margin-top:50px;display:flex;justify-content: space-between;}

.box_06 .news_center .hd ul li{width:auto;height:80px;cursor:pointer;float:left;}

.box_06 .news_center .hd ul li a{display:block;width:100%;height:80px;float:left;}

.box_06 .news_center .hd ul li a i{display:block;width:33px;height:30px;margin:0 auto;}

.box_06 .news_center .hd ul li.on a i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_06 .news_center .hd ul li:nth-of-type(1) a i{background:url(../images/n_icon_01.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2) a i{background:url(../images/n_icon_03.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3) a i{background:url(../images/n_icon_05.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1).on a i{background:url(../images/n_icon_02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2).on a i{background:url(../images/n_icon_04.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3).on a i{background:url(../images/n_icon_06.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li a p{font-size:18px;color:#333;line-height:20px;margin-top:30px;}

.box_06 .news_center .bd{width:1300px;height:480px;margin:40px auto 0 auto;overflow:hidden;}

.box_06 .news_center .bd .main{width:1300px;height:480px;overflow:hidden;}

.box_06 .news_center .bd .main .top{width:1300px;height:275px;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .top a{display:block;}

.box_06 .news_center .bd .main .top .img{width:440px;height:275px;overflow:hidden;float:left;}

.box_06 .news_center .bd .main .top .img img{width:440px;height:275px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_06 .news_center .bd .main .top:hover .img img{transform: scale(1.05);}

.box_06 .news_center .bd .main .top .txt{width:780px;height:275px;float:right;position:relative;}

.box_06 .news_center .bd .main .top .txt::before{content:'';width:46px;height:33px;background:url(../images/douhao.png);position:absolute;top:38px;left:0;}

.box_06 .news_center .bd .main .top .txt::after{content:'';width:125px;height:1px;background:#2071cc;position:absolute;top:54px;left:-125px;z-index:4;}

.box_06 .news_center .bd .main .top .txt .date{position:absolute;top:38px;right:0;font-size:16px;color:#333; font-family:Arial;}

.box_06 .news_center .bd .main .top .txt .date span{font-size:46px;color:#333;font-weight:bold;line-height:35px;font-family:Arial;}

.box_06 .news_center .bd .main .top .txt .name{width:auto;font-size:18px;color:#333;line-height:18px;margin-top:165px;position:relative;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{padding-left:30px;color:#2071cc;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top .txt .name::before{content:'';width:0px;height:1px;background:#2071cc;position:absolute;top:9px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top:hover .txt .name::before{content:'';width:25px;height:1px;background:#2071cc;position:absolute;top:9px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top .txt p{font-size:14px;color:#666;line-height:30px;height:60px;margin-top:25px;overflow:hidden;}

.box_06 .news_center .bd .main .bottom{width:1300px;height:180px;margin:25px auto 0 auto;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .bottom::before{content:'';width:1300px;height:1px;background:#f0f3f6;position:absolute;top:59px;left:0;}

.box_06 .news_center .bd .main .bottom::after{content:'';width:1300px;height:1px;background:#f0f3f6;position:absolute;top:0;left:0;}

.box_06 .news_center .bd .main .bottom li{width:380px;height:60px;line-height:60px;margin-right:80px;float:left;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .bottom li:nth-of-type(3n){margin-right:0;}

.box_06 .news_center .bd .main .bottom li::after{content:'';width:0px;height:2px;background:#2071cc;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:hover::after{content:'';width:380px;height:2px;background:#2071cc;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li a{display:block;}

.box_06 .news_center .bd .main .bottom li .name{width:270px;padding-left:15px;float:left;font-size:14px;color:#666;background:url(../images/dian03.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li span{display:block;float:right;font-size:12px;color:#999;}





/* 友情链接 */
.links{width:100%;height:auto;background:#ebf4ff;padding-bottom:40px;overflow:hidden;position:relative;}

.links .center{width:1300px;height:auto;margin:0 auto;overflow:hidden;}

.links .center p{width:118px;height:40px; background:url(../images/links.png);float:left;}

.links .center .lk{width:1150px;float:right;line-height:40px;overflow:hidden;}

.links .center .lk a{display:block;width:auto;padding:0 30px;font-size:14px;color:#8f949a;float:left;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .center .lk a:hover{color:#2071cc;-webkit-transition:all .7s;transition:all .7s;}

.links .center .lk a:nth-of-type(1){padding-left:0;}




/* 在线留言 */
.box_07{width:100%;height:auto;background:#e6eff8;padding:50px 0 60px 0;overflow:hidden;position:relative;}

.box_07 .center{width:1230px;height:130px;margin:0 auto;overflow:hidden;}

.box_07 .center .yyzz{width:180px;height:120px;border:solid 5px #fff;border-radius:5px;float:left;overflow:hidden;}

.box_07 .center .yyzz img{display:block;width:180px;height:120px;object-fit:cover;vertical-align:top;}

.box_07 .center .form{width:1000px;height:130px;float:right;position:relative;}

.box_07 .center .form p{width:278px;height:43px;overflow:hidden;background:rgba(255,255,255,1);border:solid 1px #ececec;border-radius:5px;}

.box_07 .center .form input{display:block;width:210px;height:43px;line-height:43px;color:#abb2b9;font-size:14px;padding:0 8px 0 60px;box-sizing:content-box;}

.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:300px;top:0;}

.box_07 .center .form p:nth-of-type(1) input{background:url(../images/name.png) 18px center no-repeat;}

.box_07 .center .form p:nth-of-type(2) input{background:url(../images/phone.png) 19px center no-repeat;}

.box_07 .center .form p:nth-of-type(3){width:853px;height:68px;position:absolute;left:0;bottom:0;}

.box_07 .center .form textarea{width:790px;height:68px;line-height:68px;font-size:14px;padding:0 3px 0 60px;box-sizing:content-box;background:url(../images/liuyan.png) 19px center no-repeat;}

.box_07 .center .form p:nth-of-type(4){width:253px;position:absolute;right:146px;top:0;}

.box_07 .center .form p:nth-of-type(4) input{display:block;width:110px;height:43px;line-height:43px;color:#abb2b9;font-size:14px;float:left;padding:0 19px;background:none;}

.box_07 .center .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:37px;cursor:pointer;margin:3px;}

.box_07 .center .form .tj{width:126px;height:130px;border:none;overflow:hidden;position:absolute;z-index:0;right:0;bottom:0;border-radius:20px 5px 20px 5px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .form .tj::before{content:'';width:126px;height:18px;background:url(../images/btn.png) center center no-repeat;position:absolute;top:40px;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .form .tj .btn{display:block;width:126px;height:130px;line-height:160px;text-align:center;font-size:16px;color:#fff;border:none;background:none;cursor:pointer;padding:0 !important;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background-color: #2071cc;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: #2071cc;
 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 #2071cc;
 }
}

@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 #2071cc;
 }
}





/* 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);
  }
}
