/*

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:auto;padding:70px 0;background:url(../images/pro_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_01 .top{width:1280px;height:47px;position:relative;margin:0 auto;}


.box_01 .top .ss{width:360px;height:46px;line-height:46px;background:#f5f5f5;overflow:hidden;position:absolute;top:0;left:0;border-radius:23px 0 23px 0;}

.box_01 .top .ss .input{width:240px;height:46px;line-height:46px;color:#999;display:block;background:rgba(0,0,0,0);font-size:14px;padding:0 30px;box-sizing:content-box;float:left;}

.box_01 .top .ss .buttons{width:50px;height:46px;display:inline-block;background:url(../images/search.png) center center no-repeat #3066be;cursor:pointer;border:none;float:right;border-radius:0 0 23px 0;}


.box_01 .h_title{width:212px;height:47px;position:relative;background:url(../images/bt_pro.png) 32px center no-repeat;margin:0 auto;}

.box_01 .h_title h3{font-size:30px;color:#333;line-height:47px;font-weight:bold;position:relative;}

.box_01 .h_title h3::after{content:'';width:25px;height:6px;background:url(../images/h_back.png);position:absolute;top:0;right:0;}

.box_01 .h_title h3 a{display:block;color:#333;}

.box_01 .center{width:1280px;height:686px;margin:50px auto 0 auto;overflow:hidden;}

.box_01 .center .left{width:270px;height:646px;padding-top:40px;background:url(../images/left_back.png);float:left;}

.box_01 .center .left h4{padding-left:106px;line-height:26px; background:url(../images/pro_icon.png) 63px center no-repeat;font-size:24px;color:#fff;}

.box_01 .center .left .fl_list{width:222px;height:auto;margin:90px auto 0 auto;}

.box_01 .center .left .fl_list li{width:222px;height:44px;margin-bottom:18px;background:url(../images/pro_bk01.png);-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .fl_list li:hover{background:url(../images/pro_bk02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .fl_list li:last-child{margin-bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .fl_list li a{display:block;width:120px;padding:0 20px 0 82px;fnot-size:16px;color:#333;line-height:44px;background:url(../images/dian03.png) 40px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .left .fl_list li:hover a{color:#fff;background:url(../images/dian04.png) 40px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right{width:950px;height:646px;float:right;}

.box_01 .center .right .top{width:950px;height:14px;margin-top:26px;}

.box_01 .center .right .top p{float:left;font-size:18px;color:#3066be;font-weight:bold;line-height:14px;text-transform: Uppercase;}

.box_01 .center .right .top .more{display:block;float:right;padding-right:10px;font-size:16px;color:#666;line-height:14px;text-transform: Uppercase;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .top .more:hover{color:#3bc14a;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .top .more::before{content:'';width:24px;height:24px;background:#c0d1eb;border-radius:12px;position:absolute;top:-10px;right:0;z-index:-1;}

.box_01 .center .right .tent{width:950px;height:618px;margin-top:28px;overflow:hidden;}

.box_01 .center .right .tent .list{width:288px;height:618px;float:left;overflow:hidden;}

.box_01 .center .right .tent .list li{width:260px;height:280px;padding:12px 13px 0 13px;border:solid 1px #e5e5e5;overflow:hidden;margin-bottom:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .list li:hover{border:solid 1px #3066be;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .list li a{display:block;}

.box_01 .center .right .tent .list li .img{width:260px;height:205px;overflow:hidden;}

.box_01 .center .right .tent .list li .img img{width:260px;height:205px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .center .right .tent .list li:hover .img img{transform: scale(1.05);}

.box_01 .center .right .tent .list li .name{width:180px;padding:0 50px 0 30px;height:75px;font-size:16px;color:#666;line-height:75px;background:url(../images/pro_jt_01.png) 240px center no-repeat;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .list li .name::before{content:'—';font-size:16px;color:#666;line-height:75px;position:absolute;top:0;left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .list li:hover .name{color:#3066be;background:url(../images/pro_jt_02.png) 240px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .list li:hover .name::before{content:'—';font-size:16px;color:#3066be;line-height:75px;position:absolute;top:0;left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .bx{width:580px;height:602px;padding:13px 14px 0 14px;border:solid 1px #e5e5e5;float:right;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .bx:hover{border:solid 1px #3066be;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .bx a{display:block;}

.box_01 .center .right .tent .bx .img{width:580px;height:482px;overflow:hidden;}

.box_01 .center .right .tent .bx .img img{width:580px;height:482px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .center .right .tent .bx:hover .img img{transform: scale(1.05);}

.box_01 .center .right .tent .bx .name{width:480px;padding:0 0 0 30px;height:120px;margin:0 auto;font-size:16px;color:#666;line-height:120px;background:url(../images/pro_jt_01.png) right center no-repeat;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .bx .name::before{content:'—';font-size:16px;color:#666;line-height:120px;position:absolute;top:0;left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .bx:hover .name{color:#3066be;background:url(../images/pro_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .center .right .tent .bx:hover .name::before{content:'—';font-size:16px;color:#3066be;line-height:120px;position:absolute;top:0;left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list{width:1280px;height:294px;margin:45px auto 0 auto;overflow:hidden;}

.box_01 .pro_list li{width:260px;height:280px;padding:12px 13px 0 13px;border:solid 1px #e5e5e5;overflow:hidden;margin-right:42.66px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover{border:solid 1px #3066be;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:last-child{margin-right:0;}

.box_01 .pro_list li a{display:block;}

.box_01 .pro_list li .img{width:260px;height:205px;overflow:hidden;}

.box_01 .pro_list li .img img{width:260px;height:205px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_01 .pro_list li:hover .img img{transform: scale(1.05);}

.box_01 .pro_list li .name{width:180px;padding:0 50px 0 30px;height:75px;font-size:16px;color:#666;line-height:75px;background:url(../images/pro_jt_01.png) 240px center no-repeat;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .name::before{content:'—';font-size:16px;color:#666;line-height:75px;position:absolute;top:0;left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .name{color:#3066be;background:url(../images/pro_jt_02.png) 240px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .name::before{content:'—';font-size:16px;color:#3066be;line-height:75px;position:absolute;top:0;left:5px;-webkit-transition:all .7s;transition:all .7s;}






/* 企业优势 */
.box_02{width:100%;height:1122px;padding-top:0;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .h_title{width:1083px;height:49px;position:relative;padding-top:65px;background:url(../images/why.png) center top no-repeat;margin:0 auto;}

.box_02 .h_title h3{width:272px;margin:0 auto;font-size:30px;color:#333;line-height:49px;font-weight:bold;position:relative;background:url(../images/bt_ys.png) 32px center no-repeat;}

.box_02 .h_title h3::after{content:'';width:25px;height:6px;background:url(../images/h_back.png);position:absolute;top:0;right:0;}

.box_02 .center{width:1280px;height:845px;margin:163px auto 0 auto;position:relative;z-index:0;}

.box_02 .center .pos01{width:834px;height:84px;background:url(../images/advantages.png);position:absolute;left:120px;bottom:215px;z-index:-1;}

.box_02 .center .pos02{width:363px;height:419px;background:url(../images/hua.png);position:absolute;right:-90px;top:235px;z-index:-1;}

.box_02 .center .tel{width:auto;height:40px;background:url(../images/tel01.png) left center no-repeat;padding-left:50px;position:absolute;bottom:20px;right:50px;z-index:9;}

.box_02 .center .tel p:nth-of-type(1){line-height:16px;font-size:16px;color:#333;}

.box_02 .center .tel p:nth-of-type(2){line-height:20px;font-size:26px;color:#3066be;margin-top:4px;font-family: 'Times New Roman';font-weight:bold;}

.look_center{width:1280px;height:845px;position:relative;}

.look_center .bd{width:590px;height:845px;float:left;}

.look_center .bd .main{width:470px;height:auto;padding:110px 60px 0 60px;}

.look_center .bd .main .num{font-size:76px;color:#3066be;font-weight:bold;font-family: 'Times New Roman';text-transform: Uppercase;line-height:54px;}

.look_center .bd .main h4{line-height:24px;font-size:24px;color:#333;margin-top:50px;}

.look_center .bd .main span{display:block;font-size:14px;color:#999;line-height:12px;text-transform: Uppercase;font-family: 'Times New Roman';margin-top:13px;}

.look_center .bd .main p{font-size:16px;color:#999;line-height:36px;margin-top:70px;}

.look_center .hd{width:520px;height:845px;position:relative;float:right;}

.look_center .hd ul{width:450px;height:auto;overflow:hidden;}

.look_center .hd ul li{width:200px;height:188px;cursor:pointer;margin-bottom:40px;background:url(../images/ys_bk01.png) center center no-repeat;float:left;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on{background:url(../images/ys_bk02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li:nth-of-type(2n){float:right;margin-top:40px;margin-bottom:0;}

.look_center .hd ul li .icon{width:72px;height:72px;margin:22px auto 0 auto;background:url(../images/ys_yuan01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on .icon{background:url(../images/ys_yuan02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li .icon i{display:block;width:72px;height:72px;}

.look_center .hd ul li:nth-of-type(1) .icon 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) .icon 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) .icon 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) .icon 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 .icon 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 .icon 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 .icon 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 .icon i{background:url(../images/ys_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li p{font-size:14px;color:#999;line-height:12px;text-transform: Uppercase;font-family:Arial;text-align:center;margin-top:24px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li h4{font-size:20px;color:#333;line-height:20px;text-align:center;margin-top:13px;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd ul li.on h4{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow{width:590px;height:119px;position:absolute;right:690px;bottom:0;z-index:9;}

.look_center .hd .arrow::before{content:'';width:2px;height:39px;background:#fff;position:absolute;top:40px;left:294px;z-index:9;}

.look_center .hd .arrow .prev{float:left;width:295px;height:119px;cursor:pointer;background:url(../images/ys_jt_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.look_center .hd .arrow .next{float:right;width:295px;height:119px;cursor:pointer;background:url(../images/ys_jt_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}






/* 合作案例 */
.box_03{width:100%;height:auto;padding:80px 0;overflow:hidden;}

.box_03 .h_title{width:212px;height:49px;position:relative;background:url(../images/bt_ys.png) 32px center no-repeat;margin:0 auto;}

.box_03 .h_title h3{font-size:30px;line-height:49px;color:#333;font-weight:bold;position:relative;}

.box_03 .h_title h3::after{content:'';width:25px;height:6px;background:url(../images/h_back.png);position:absolute;top:0;right:0;}

.box_03 .picScroll-left01{width:1280px;height:550px;margin:50px auto 0 auto;position:relative;}

.box_03 .picScroll-left01 .bd{width:1280px;height:550px;position:relative;margin:0 auto;z-index:5;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul{width:1280px;height:550px;overflow:hidden; zoom:1;}

.box_03 .picScroll-left01 .bd ul li{width:345px;height:495px;padding:55px 20px 0 20px;overflow:hidden;margin-right:62.5px;background:url(../images/case_bk01.jpg);position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover{background:url(../images/case_bk02.jpg);position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li a{display:block;}

.box_03 .picScroll-left01 .bd ul li .name{padding:0 30px;height:20px;font-size:16px;color:#333;line-height:20px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover .name{color:#3bc14a;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li .img{width:345px;height:300px;margin-top:55px;border-radius:2px;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul li .img img{display:block;width:345px;height:300px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_03 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.05);}

.box_03 .picScroll-left01 .bd ul li p{width:290px;font-size:14px;color:#999;line-height:25px;height:50px;text-align:center;overflow:hidden;margin:30px auto 0 auto;}

.box_03 .picScroll-left01 .bd ul li .more{width:117px;height:36px; background:url(../images/jia01.png) center center no-repeat;position:absolute;left:102px;bottom:0;}





/* 公司简介 */
.box_04{width:100%;height:1280px;background:url(../images/ab_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_04 .h_title{width:212px;height:49px;position:relative;background:url(../images/bt_ys.png) 32px center no-repeat;margin:0 auto;}

.box_04 .h_title h3{font-size:30px;line-height:49px;color:#333;font-weight:bold;position:relative;}

.box_04 .h_title h3::after{content:'';width:25px;height:6px;background:url(../images/h_back.png);position:absolute;top:0;right:0;}

.box_04 .center{width:1280px;height:660px;margin:170px auto 0 auto;position:relative;}

.box_04 .center::after{content:'';width:320px;height:1px;background:#3066be;position:absolute;top:50px;right:-320px;}

.box_04 .center .left{width:640px;height:660px;float:left;position:relative;}

.box_04 .center .left img{display:block;width:546px;height:546px;border-radius:50%;position:absolute;left:14px;top:43px;vertical-align:top;}

.box_04 .center .right{width:580px;height:660px;float:right;position:relative;}

.box_04 .center .right .zm{font-size:120px;color:#3065bc;font-family: 'Times New Roman';line-height:88px;}

.box_04 .center .right .txt{width:580px;height:auto;margin-top:50px;}

.box_04 .center .right .txt h4{font-size:24px;color:#333;font-weight:bold;line-height:26px;}

.box_04 .center .right .txt span{display:block;font-size:14px;color:#999; font-family:Arial;line-height:15px;margin-top:8px;}

.box_04 .center .right .txt p{font-size:16px;color:#999;line-height:35px;height:175px;overflow:hidden;margin-top:65px;}

.box_04 .center .right .txt .more{display:block;width:120px;padding-left:50px;height:32px;background:url(../images/more01.png) center bottom no-repeat;margin-top:80px;font-size:14px;color:#3065bc;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .txt .more:hover{margin-top:70px;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .right .yyzz{width:300px;height:210px;border:solid 3px #3066be;border-radius:3px;position:absolute;bottom:0;right:0;overflow:hidden;}

.box_04 .center .right .yyzz img{display:block;width:300px;height:210px;vertical-align:top;object-fit:cover;}

.box_04 .bottom{width:1280px;height:300px;margin:50px auto 0 auto;position:relative;}

.box_04 .bottom .tel{width:auto;height:40px;background:url(../images/tel02.png) left center no-repeat;padding-left:50px;position:absolute;bottom:60px;left:50px;z-index:9;}

.box_04 .bottom .tel p:nth-of-type(1){line-height:16px;font-size:16px;color:#fff;}

.box_04 .bottom .tel p:nth-of-type(2){line-height:20px;font-size:26px;color:#fff;margin-top:4px;font-family: 'Times New Roman';font-weight:bold;}

.box_04 .bottom .slideGroup{width:1280px;height:325px;margin:0 auto;position:relative;}

.box_04 .bottom .slideGroup .parHd{width:293px;height:265px;overflow:hidden;float:left;}

.box_04 .bottom .slideGroup .parHd ul{width:193px;height:auto;margin:0 auto;overflow:hidden;}

.box_04 .bottom .slideGroup .parHd ul li{width:193px;height:45px;background:#fff;cursor:pointer;margin-bottom:20px;border-radius:3px;overflow:hidden;}

.box_04 .bottom .slideGroup .parHd ul li p{width:103px;padding-left:90px;line-height:45px;font-size:16px;color:#666;}

.box_04 .bottom .slideGroup .parHd ul li:nth-of-type(1) p{background:url(../images/ab_icon_01.png) 41px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parHd ul li:nth-of-type(1).on p{background:url(../images/ab_icon_02.png) 41px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parHd ul li:nth-of-type(2) p{background:url(../images/ab_icon_03.png) 43px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parHd ul li:nth-of-type(2).on p{background:url(../images/ab_icon_04.png) 43px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parBd{width:950px;height:325px;float:right;position:relative;z-index:2;}

.box_04 .bottom .slideGroup .parBd .slideBox{position:relative;}

.box_04 .bottom .slideGroup .parBd .slideBox .tempWrap{width:950px !important;height:325px;margin:0 auto;overflow:hidden;}

.box_04 .bottom .slideGroup .parBd ul{width:950px;height:325px;overflow:hidden;}

.box_04 .bottom .slideGroup .parBd ul li{width:290px;height:320px;padding:3px 4px 0 4px;border:solid 1px #ddd;border-radius:3px;background:#fff;overflow:hidden;margin-right:25px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parBd ul li:hover{border:solid 1px #3066be;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parBd ul li a{display:block;}

.box_04 .bottom .slideGroup .parBd ul li .img{width:290px;height:265px;border-radius:3px;overflow:hidden;}

.box_04 .bottom .slideGroup .parBd ul li .img img{width:290px;height:265px;transition: all 1s;vertical-align:top;object-fit:cover;}

.box_04 .bottom .slideGroup .parBd ul li:hover .img img{transform: scale(1.05);}

.box_04 .bottom .slideGroup .parBd ul li .txt{width:260px;height:55px;line-height:55px;margin:0 auto;overflow:hidden;}

.box_04 .bottom .slideGroup .parBd ul li .txt .name{width:140px;font-size:16px;color:#666;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parBd ul li:hover .txt .name{color:#3066be;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parBd ul li .txt .more{width:auto;font-size:14px;color:#999;float:right;text-transform: Uppercase;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .bottom .slideGroup .parBd ul li:hover .txt .more{color:#3066be;-webkit-transition:all .7s;transition:all .7s;}





/* 新闻资讯 */
.box_05{width:100%;height:973px;padding-top:50px;background:url(../images/news_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_05 .h_title{width:212px;height:48px;position:relative;background:url(../images/bt_news.png) 32px center no-repeat;margin:0 auto;}

.box_05 .h_title h3{font-size:30px;color:#333;line-height:48px;font-weight:bold;position:relative;}

.box_05 .h_title h3::after{content:'';width:25px;height:6px;background:url(../images/h_back.png);position:absolute;top:0;right:0;}

.box_05 .h_title h3 a{display:block;color:#333;}

.box_05 .news_center{width:1280px;height:auto;margin:100px auto 0 auto;position:relative;}

.box_05 .news_center .hd{width:1280px;height:56px;}

.box_05 .news_center .hd h4{font-size:80px;color:#3066be;font-family: 'Times New Roman';line-height:56px;float:left;text-transform: Uppercase;margin-right:285px;}

.box_05 .news_center .hd ul{width:560px;height:56px;float:left;display:flex;justify-content: space-between;}

.box_05 .news_center .hd ul li{width:173px;height:54px;border:solid 1px #ddd;border-radius:3px;float:left;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li a{display:block;width:100px;padding-left:73px;height:54px;line-height:54px;font-size:18px;color:#333;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li.on a{color:#3bc14a;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_03.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_05.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(1).on a{background:url(../images/n_icon_02.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(2).on a{background:url(../images/n_icon_04.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd ul li:nth-of-type(3).on a{background:url(../images/n_icon_06.png) 30px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd .more{display:block;float:right;padding-right:10px;font-size:16px;color:#666;line-height:56px;text-transform: Uppercase;position:relative;z-index:0;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd .more:hover{color:#3bc14a;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .hd .more::before{content:'';width:24px;height:24px;background:#c0d1eb;border-radius:12px;position:absolute;top:10px;right:0;z-index:-1;}

.box_05 .news_center .bd{width:1280px;height:600px;margin-top:50px;position:relative;}

.box_05 .news_center .bd .main{width:1280px;height:600px;position:relative;}

.box_05 .news_center .bd .main .top{width:1280px;height:505px;overflow:hidden;}

.box_05 .news_center .bd .main .top .left{width:416px;height:505px;float:left;background:url(../images/bx.png) center top no-repeat;}

.box_05 .news_center .bd .main .top .left a{display:block;}

.box_05 .news_center .bd .main .top .left .img{width:360px;height:275px;border:solid 5px #fff;border-radius:3px;margin:25px auto 0 auto;overflow:hidden;}

.box_05 .news_center .bd .main .top .left .img img{display:block;width:360px;height:275px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .news_center .bd .main .top .left:hover .img img{transform: scale(1.05);}

.box_05 .news_center .bd .main .top .left .txt{width:416px;height:auto;overflow:hidden;margin:60px auto 0 auto;position:relative;}

.box_05 .news_center .bd .main .top .left .txt .name{width:310px;font-size:16px;color:#333;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .left:hover .txt .name{color:#3066be;margin-left:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .left .txt span{font-size:16px;color:#333;line-height:20px;position:absolute;top:0;right:0;}

.box_05 .news_center .bd .main .top .left .txt p{font-size:14px;color:#999;line-height:25px;height:50px;margin-top:25px;overflow:hidden;}

.box_05 .news_center .bd .main .top .right{width:770px;height:505px;overflow:hidden;float:right;}

.box_05 .news_center .bd .main .top .right li{width:770px;height:200px;position:relative;overflow:hidden;margin-bottom:70px;}

.box_05 .news_center .bd .main .top .right li a{display:block;}

.box_05 .news_center .bd .main .top .right li .img{width:252px;height:192px;border:solid 4px #e5e5e5;border-radius:3px;float:left;overflow:hidden;}

.box_05 .news_center .bd .main .top .right li .img img{display:block;width:252px;height:192px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_05 .news_center .bd .main .top .right li:hover .img img{transform: scale(1.05);}

.box_05 .news_center .bd .main .top .right li .txt{width:470px;height:200px;float:right;position:relative;overflow:hidden;}

.box_05 .news_center .bd .main .top .right li .txt .zm{font-size:24px;color:#333;font-family: 'Times New Roman';text-transform: Uppercase;line-height:18px;margin-top:20px;}

.box_05 .news_center .bd .main .top .right li .txt .name{font-size:16px;color:#333;line-height:20px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .right li .txt p{height:35px;border-bottom:dashed 1px #ddd;font-size:14px;color:#999;line-height:15px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_05 .news_center .bd .main .top .right li .txt span{display:block;font-size:14px;color:#999;line-height:12px;margin-top:40px;}

.box_05 .news_center .bd .main .top .right li .txt .more{width:114px;height:40px;background:url(../images/n_jt_01.png);position:absolute;bottom:0;right:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .top .right li:hover .txt .more{background:url(../images/n_jt_02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom{width:1280px;height:50px;margin:40px auto 0 auto;overflow:hidden;}

.box_05 .news_center .bd .main .bottom li{width:384px;height:50px;position:relative;float:left;overflow:hidden;margin-right:64px;}

.box_05 .news_center .bd .main .bottom li:last-child{margin-right:0;}

.box_05 .news_center .bd .main .bottom li a{display:block;}

.box_05 .news_center .bd .main .bottom li .date{width:70px;height:50px;line-height:50px;border-radius:3px; background:#eee;text-align:center;float:left;font-size:54px;color:#3066be;font-weight:bold;font-family: 'Times New Roman';-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li:hover .date{color:#3bc14a;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .news_center .bd .main .bottom li .txt{width:285px;height:50px;float:right;}

.box_05 .news_center .bd .main .bottom li .txt span{display:block;font-size:16px;color:#333;line-height:25px;}

.box_05 .news_center .bd .main .bottom li .txt .name{font-size:16px;color:#333;line-height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}



/* 友情链接 */
.links{width:100%;height:120px;margin:0 auto;background:url(../images/lk_back.jpg) center top no-repeat;overflow:hidden;}

.links .center{width:1280px;height:120px;margin:0 auto;}

.links .center .lk{width:auto;padding-left:55px;height:41px;line-height:41px; background:url(../images/links.png) left center no-repeat;font-size:34px;color:#3066be;font-weight:bold;font-family: 'Times New Roman';float:left;text-transform: Uppercase;}

.links .center .link{width:1100px;height:30px;margin:5px 0;overflow:hidden;position:relative;float:right;}

.links .center .link a{display:block;float:left;width:auto;padding:0 18px;border:solid 1px #ddd;border-radius:3px;margin-right:15px;font-size:14px;line-height:28px;color:#999;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.links .center .link a:hover{color:#3066be;border:solid 1px #3066be;-webkit-transition:all .7s;transition:all .7s;}

.links .center .link a:last-child{margin-right:0;}









/* animated home */
.animated { -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite}
.animated.hinge {  -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated_1 { animation-delay:0.7s; }
.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.7s; }
.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);
  }
}
