/*

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);}
}


@-webkit-keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}

@keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}

@keyframes rotate{
	from{transform: rotate(0deg)}
	to{transform: rotate(360deg)}
}





/* 询盘信息 */
.topxunpan {width:auto;height:32px;padding-left:50px;box-sizing:content-box;background:url(../images/xp.png) left center no-repeat;float:left;margin:32px 0;}

.thisxp{width:auto;height:32px;}

.topxunpan .xp {position: relative;line-height:32px;color: #666;font-size:16px;cursor: pointer;}

.topxunpan .xp i {display:inline-block;color:#666;font-size:16px;}

.topxunpan .xp #xunpantip {z-index: 999;position: absolute;top: 35px;left: 50%;width: 180px;height: 30px;line-height: 30px;text-align: center;color: #fff;font-size: 14px;-webkit-transform: translateX(-65%) scale(0);-moz-transform: translateX(-65%) scale(0);-o-transform: translateX(-65%) scale(0);-ms-transform: translateX(-65%) scale(0);transform: translateX(-65%) scale(0);-webkit-transition: transform .4s, opacity .4s;-moz-transition: transform .4s, opacity .4s;-o-transition: transform .4s, opacity .4s;-ms-transition: transform .4s, opacity .4s;transition: transform .4s, opacity .4s;background-color: #ff6900;border-radius: 4px;opacity: 0;font-weight: bold;box-shadow: 5px 5px 2px #dfdfdf;}

.topxunpan .xp #xunpantip::after {content: '';position: absolute;top: -16px;left: 50%;width: 0;height: 0;-webkit-transform: translateX(-65%); -moz-transform: translateX(-65%); -o-transform: translateX(-65%); -ms-transform: (-65%); transform: translateX(-5065); border: 8px solid transparent;border-bottom-color: #ff6900;}

.topxunpan .xp #xunpantip.xunpantextactive {-webkit-transform: translateX(-65%) scale(1); -moz-transform: translateX(-65%) scale(1); -o-transform: translateX(-65%) scale(1); -ms-transform: translateX(-65%) scale(1); transform: translateX(-65%) scale(1); opacity: 1;}

.topxunpan i {font-weight: normal;font-style: normal;}



/* 产品中心 */
.box_01{width:100%;height:1156px;background:url(../images/pro_back.jpg) center top no-repeat;overflow:hidden;}

.box_01 .top{width:1300px;height:96px;margin:0 auto;}

.box_01 .top .txt{font-size:14px;color:#fff;line-height:25px;margin:23px 145px 23px 40px;float:left;}

.box_01 .h_title{width:990px;height:40px;margin:70px auto 0 auto;padding-right:310px;background:url(../images/line02.png) 165px 30px no-repeat;}

.box_01 .h_title h3{font-size:36px;color:#333;line-height:40px;float:left;font-weight:bold;margin-right:30px;}

.box_01 .h_title p{font-size:24px;color:#333; line-height:60px; font-family:Arial;float:left;}

.box_01 .h_title .more{float:right;width:140px;height:40px;position:relative;z-index:2;}

.box_01 .h_title .more a{display:block;width:140px;font-size:16px;color:#666;line-height:40px;background:url(../images/jia01.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .h_title .more:hover a{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .h_title .more::after{content:'';width:50px;height:50px;border-radius: 100%;background:rgba(255,78,0,0.5);position:absolute;top:-5px;right:-5px;z-index:-2;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.box_01 .pro_center{width:1300px;height:auto;margin:40px auto 0 auto;}

.box_01 .pro_center .hd{width:1300px;height:50px;position:relative;z-index:5;}

.box_01 .pro_center .hd ul{width:990px;height:50px;display:flex;justify-content: space-between;}

.box_01 .pro_center .hd ul li{width:auto;height:50px;float:left;position:relative;}

.box_01 .pro_center .hd ul li a{display:block;width:auto;padding-left:60px;line-height:50px;font-size:16px;color:#333;background:url(../images/pro_icon_01.png) left center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd ul li.on a{color:#ff6900;background:url(../images/pro_icon_02.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd .arrow{width:110px;height:50px;position:absolute;right:45px;top:415px;z-index:9;}

.box_01 .pro_center .hd .arrow .prev{width:50px;height:50px;background:url(../images/pro_jt_02.png) center center no-repeat #ddd;float:left;cursor:pointer;border-radius:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd .arrow .next{width:50px;height:50px;background:url(../images/pro_jt_04.png) center center no-repeat #ddd;float:right;cursor:pointer;border-radius:25px;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd .arrow .prev:hover{background:url(../images/pro_jt_03.png) center center no-repeat #ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .hd .arrow .next:hover{background:url(../images/pro_jt_05.png) center center no-repeat #ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd{width:1300px;height:380px;margin:40px auto 0 auto;}

.box_01 .pro_center .bd .main{width:1300px;height:380px;position:relative;}

.box_01 .pro_center .bd .main a{display:block;}

.box_01 .pro_center .bd .main .img{width:500px;height:360px;border:solid 10px #fff;float:left;margin-right:100px;overflow:hidden;box-shadow: 0 0 10px #ccc;}

.box_01 .pro_center .bd .main .img .pic{width:500px;height:360px;float:left;overflow:hidden;}

.box_01 .pro_center .bd .main .img .pic img{display:block;width:500px;height:360px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_01 .pro_center .bd .main:hover .img .pic img{transform: scale(1.1);}

.box_01 .pro_center .bd .main .txt{width:370px;height:380px;float:left;background:url(../images/product.png) left 90px no-repeat;}

.box_01 .pro_center .bd .main .txt .name{font-size:18px;color:#333;font-weight:bold;line-height:20px;margin-top:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd .main:hover .txt .name{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd .main .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;line-height:30px;height:60px;font-size:14px;color:#666;margin-top:30px;}

.box_01 .pro_center .bd .main .txt .more{width:145px;height:26px;margin-top:50px;position:relative;z-index:2;}

.box_01 .pro_center .bd .main .txt .more::after{content:'';width:145px;height:10px;background:#fcc096;position:absolute;bottom:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd .main:hover .txt .more::after{content:'';width:145px;height:26px;background:#fcc096;position:absolute;bottom:0;left:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd .main .txt .more a{width:145px;font-size:16px;color:#666;line-height:26px;background:url(../images/pro_jt_01.png) 95px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_center .bd .main:hover .txt .more a{width:130px;padding-left:15px;font-size:16px;color:#666;line-height:26px;background:url(../images/pro_jt_01.png) 110px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list{width:1300px;height:320px;margin:50px auto 0 auto;}

.box_01 .pro_list li{width:394px;height:320px;overflow:hidden;float:left;margin-right:38px;}

.box_01 .pro_list li:nth-of-type(3){margin-right:0;}

.box_01 .pro_list li a{display:block;}

.box_01 .pro_list li .img{width:380px;padding:4px 6px;height:270px;border:solid 1px #ddd;border-radius:6px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .img{border:solid 1px #ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .img .pic{width:380px;height:270px;border-radius:6px;overflow:hidden;}

.box_01 .pro_list li .img .pic img{display:block;width:380px;height:270px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_01 .pro_list li:hover .img .pic img{transform: scale(1.1);}

.box_01 .pro_list li .txt{width:374px;height:20px;margin:20px auto 0 auto;overflow:hidden;}

.box_01 .pro_list li .txt .name{width:220px;font-size:16px;color:#333;line-height:20px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li:hover .txt .name{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .pro_list li .txt .more{width:110px;font-size:14px;color:#666;line-height:20px;float:right; background:url(../images/pro_jt_01.png) right center no-repeat;}




/* 企业优势 */
.box_02{width:100%;height:780px;padding-top:160px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .center{width:1300px;height:auto;margin:0 auto;position:relative;}

.box_02 .center .h_title{width:630px;height:auto;position:absolute;right:0;top:40px;z-index:5;}

.box_02 .center .h_title p{width:407px;height:58px;background:url(../images/bt_ys.png);}

.box_02 .center .h_title h3{font-size:30px;color:#333;line-height:30px;margin-top:6px;letter-spacing:8px;position:relative;z-index:2;}

.box_02 .center .h_title h3::after{content:'';width:278px;height:16px;background:#ffc399;position:absolute;bottom:-4px;left:0;z-index:-1;}

.box_02 .look_center{width:1300px;height:auto;position:relative;z-index:2;}

.box_02 .look_center .bd{width:1300px;height:447px;}

.box_02 .look_center .bd .main{width:1300px;height:447px;position:relative;}

.box_02 .look_center .bd .main .img{width:538px;height:447px;float:left;overflow:hidden;margin-left:60px;}

.box_02 .look_center .bd .main .txt{width:630px;height:447px;float:right;overflow:hidden;}

.box_02 .look_center .bd .main .txt h4{margin-top:255px;height:30px;overflow:hidden;}

.box_02 .look_center .bd .main .txt h4 span:nth-of-type(1){display:block;font-size:40px;color:#333;line-height:30px;font-weight:bold; font-family:Arial;margin-right:20px;float:left;}

.box_02 .look_center .bd .main .txt h4 span:nth-of-type(2){display:block;font-size:18px;color:#333;line-height:30px;font-weight:bold;margin-right:20px;float:left;}

.box_02 .look_center .bd .main .txt h4 span:nth-of-type(3){display:block;font-size:14px;color:#999;line-height:30px;float:left;}

.box_02 .look_center .bd .main .txt p{width:590px;font-size:14px;color:#666;line-height:30px;margin-top:32px;}

.box_02 .look_center .hd{width:1300px;height:239px;margin:60px auto 0 auto;}

.box_02 .look_center .hd ul{width:1300px;height:239px;display:flex;justify-content: space-between;}

.box_02 .look_center .hd ul li{width:325px;height:239px;overflow:hidden;position:relative;z-index:2;float:left;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li::before{content:'';width:1px;height:169px;background:#ddd;position:absolute;top:30px;right:0;z-index:-2;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li::after{content:'';width:0px;height:239px;background:url(../images/ys_on.png);position:absolute;top:0;left:50%;margin-left:-0px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li.on::after{content:'';width:325px;height:239px;background:url(../images/ys_on.png);position:absolute;top:0;left:50%;margin-left:-162.5px;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li i{display:block;width:58px;height:56px;margin:48px auto 0 auto;}

.box_02 .look_center .hd ul li.on i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_02 .look_center .hd ul li .icon{width:50px;height:50px;background:#1b45be;overflow:hidden;border-radius:25px;margin:25px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li.on .icon{background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(1) i{background:url(../images/ys_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(2) i{background:url(../images/ys_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(3) i{background:url(../images/ys_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(4) i{background:url(../images/ys_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(1).on i{background:url(../images/ys_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(2).on i{background:url(../images/ys_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(3).on i{background:url(../images/ys_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li:nth-of-type(4).on i{background:url(../images/ys_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li h4{font-size:24px;color:#333;line-height:24px;text-align:center;margin-top:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li.on h4{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li p{font-size:14px;color:#999;line-height:16px;text-align:center;margin-top:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .look_center .hd ul li.on p{color:#ffc9b4;-webkit-transition:all .7s;transition:all .7s;}




/* 案例展示 */
.box_03{width:100%;height:auto;padding:40px 0 60px 0;overflow:hidden;}

.box_03 .h_title{width:1300px;height:40px;margin:0 auto;background:url(../images/line02.png) 165px 30px no-repeat;}

.box_03 .h_title h3{font-size:36px;color:#333;line-height:40px;float:left;font-weight:bold;margin-right:30px;}

.box_03 .h_title p{font-size:24px;color:#333; line-height:60px; font-family:Arial;float:left;}

.box_03 .h_title .more{float:right;width:140px;height:40px;position:relative;z-index:2;}

.box_03 .h_title .more a{display:block;width:140px;font-size:16px;color:#666;line-height:40px;background:url(../images/jia01.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .h_title .more:hover a{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .h_title .more::after{content:'';width:50px;height:50px;border-radius: 100%;background:rgba(255,78,0,0.5);position:absolute;top:-5px;right:-5px;z-index:-2;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.box_03 .picScroll-left01{width:1300px;height:auto;margin:50px auto 0 auto;position:relative;}

.box_03 .picScroll-left01 .bd{width:1300px;height:380px;position:relative;z-index:5;}

.box_03 .picScroll-left01 .bd ul{width:1300px;height:380px;overflow:hidden; zoom:1;}

.box_03 .picScroll-left01 .bd ul li{width:352px;height:380px;position:relative;float:left;overflow:hidden;margin-right:50px;}

.box_03 .picScroll-left01 .bd ul li::before{content:'';width:352px;height:1px;background:#ddd;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li::after{content:'';width:0px;height:1px;background:#ff6900;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover::after{content:'';width:352px;height:1px;background:#ff6900;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li a{display:block;color:#fff;}

.box_03 .picScroll-left01 .bd ul li .img{width:330px;height:210px;padding:10px 11px;background:url(../images/case_bk01.png);overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover .img{background:url(../images/case_bk02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li .img .pic{width:330px;height:210px;overflow:hidden;}

.box_03 .picScroll-left01 .bd ul li .img .pic img{display:block;width:330px;height:210px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_03 .picScroll-left01 .bd ul li:hover .img .pic img{transform: scale(1.1);}

.box_03 .picScroll-left01 .bd ul li .name{font-size:18px;color:#333;line-height:20px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_03 .picScroll-left01 .bd ul li .more{width:70px;height:20px;font-size:14px;color:#333;background:url(../images/case_jt_01.png) right center no-repeat;margin-top:40px;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .bd ul li:hover .more{background:url(../images/case_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd{width:170px;overflow:hidden;height:20px;margin:50px auto 0 auto;}

.box_03 .picScroll-left01 .hd ul{width:170px;height:20px;display:flex;justify-content: space-between;}

.box_03 .picScroll-left01 .hd ul li{float:left;width:20px;height:20px;background:url(../images/dian02.png) center center no-repeat;overflow:hidden;text-indent:-999px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .picScroll-left01 .hd ul li.on{background:url(../images/dian03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}




/* 在线留言 */
.box_04{width:100%;height:515px;padding-top:40px;background:url(../images/ly_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .center{width:1300px;height:515px;margin:0 auto;}

.box_04 .center .left{width:auto;height:515px;float:left;}

.box_04 .center .left p:nth-of-type(1){font-weight:bold;font-size:36px;color:#fff;line-height:38px;margin-top:100px;}

.box_04 .center .left p:nth-of-type(2){font-size:22px;color:#fff;line-height:22px;margin-top:18px;}

.box_04 .center .left p:nth-of-type(3){font-size:18px;color:#fff;line-height:18px;margin-top:65px; letter-spacing:4px;}

.box_04 .center .left p:nth-of-type(4){font-size:14px;color:#ffc9b4;line-height:16px;margin-top:10px;}

.box_04 .center .left p:nth-of-type(5){font-weight:bold;padding-left:45px;background:url(../images/tel01.png) left center no-repeat;font-size:24px;color:#fff;line-height:32px; text-transform:uppercase;margin-top:25px;}

.box_04 .center .form{width:470px;height:505px;float:right;margin-right:120px;position:relative;}

.box_04 .center .form p{width:470px;height:70px;border-bottom:solid 1px #ddd;overflow:hidden;background:#fff;box-sizing:content-box;}

.box_04 .center .form input{display:block;width:420px;height:70px;line-height:70px;color:#666;font-size:14px;padding:0 15px 0 35px;box-sizing:content-box;}

.box_04 .center .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_04 .center .form p:nth-of-type(2){position:absolute;left:0;top:101px;}

.box_04 .center .form p:nth-of-type(1) input{background:url(../images/name.png) left center no-repeat;}

.box_04 .center .form p:nth-of-type(2) input{background:url(../images/phone.png) left center no-repeat;}

.box_04 .center .form p:nth-of-type(3){width:470px;height:70px;position:absolute;left:0;top:201px;}

.box_04 .center .form textarea{width:420px;height:70px;line-height:70px;font-size:14px;padding:0 15px 0 35px;box-sizing:content-box;background:url(../images/liuyan.png) left center no-repeat;}

.box_04 .center .form p:nth-of-type(4){width:470px;height:70px;position:absolute;left:0;top:301px;}

.box_04 .center .form p:nth-of-type(4) input{display:block;width:220px;height:70px;line-height:70px;color:#666;font-size:14px;float:left;padding:0 15px 0 35px;box-sizing:content-box;background:url(../images/yzm.png) left center no-repeat;}

.box_04 .center .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:36px;margin:17px 70px 17px 0;cursor:pointer;}

.box_04 .center .form .tj{width:74px;height:74px;border:none;overflow:hidden;position:absolute;z-index:0;left:50%;margin-left:-37px;bottom:0;border-radius:50%;box-shadow: 0 5px 10px #e8b592;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .form .tj .btn{display:block;width:74px;height:74px;line-height:74px;text-align:center;font-size:16px;color:#333;border:none;background:none;cursor:pointer;padding:0 !important;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background:url(../images/btn.png);background-repeat: no-repeat;}



/* 关于我们 */
.box_05{width:100%;height:806px;padding-top:66px;background:url(../images/ab_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .center{width:1300px;height:570px;margin:0 auto;}

.box_05 .center .left{width:590px;height:570px;float:left;position:relative;}

.box_05 .center .left .zm{width:352px;height:175px;background:url(../images/us.png);position:absolute;left:178px;top:0;}

.box_05 .center .left .h_title{width:590px;height:40px;margin-top:265px;overflow:hidden;background:url(../images/line02.png) 165px 30px no-repeat;}

.box_05 .center .left .h_title h3{font-size:36px;color:#333;line-height:40px;float:left;font-weight:bold;margin-right:30px;}

.box_05 .center .left .h_title p{font-size:24px;color:#333; line-height:60px; font-family:Arial;float:left;}

.box_05 .center .left .ms{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;line-height:35px;height:140px;font-size:14px;color:#666;margin-top:50px;}

.box_05 .center .right{width:580px;height:570px;float:right;position:relative;}

.box_05 .center .right img{display:block;width:548px;height:537px;vertical-align:top;position:absolute;top:0;right:0;z-index:2;}

.box_05 .center .right::after{content:'';width:294px;height:458px;background:#ff6900;position:absolute;bottom:0;left:0;z-index:1;}

.box_05 .bottom{width:1300px;height:180px;margin:56px auto 0 auto;}

.box_05 .bottom .left{width:320px;height:180px;float:left;margin-right:110px;}

.box_05 .bottom .left .yyzz{width:255px;height:160px;border:solid 10px #eee;float:left;}

.box_05 .bottom .left .yyzz img{display:block;width:255px;height:160px;object-fit:cover;vertical-align:top;}

.box_05 .bottom .left .name{display:block;width:36px;height:180px;float:right;background:#ff6900;line-height:36px;text-align:center;font-size:14px;color:#fff;writing-mode: tb-rl; letter-spacing:8px;}

.box_05 .bottom .bx{width:530px;height:90px;float:left;margin:45px 0;display:flex;justify-content: space-between;position:relative;}

.box_05 .bottom .bx::before{content:'';width:1px;height:90px;background:#ddd;position:absolute;top:0;left:147px;}

.box_05 .bottom .bx::after{content:'';width:1px;height:90px;background:#ddd;position:absolute;top:0;right:147px;}

.box_05 .bottom .bx a{display:block;width:auto;height:90px;float:left;}

.box_05 .bottom .bx a i{display:block;width:38px;height:38px;margin:7px auto 0 auto;}

.box_05 .bottom .bx a.active i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_05 .bottom .bx a:nth-of-type(1) i{background:url(../images/ab_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .bx a:nth-of-type(2) i{background:url(../images/ab_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .bx a:nth-of-type(3) i{background:url(../images/ab_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .bx a:nth-of-type(1).active i{background:url(../images/ab_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .bx a:nth-of-type(2).active i{background:url(../images/ab_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .bx a:nth-of-type(3).active i{background:url(../images/ab_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .bx a p{font-size:16px;color:#333;line-height:16px;margin-top:18px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .bx a.active p{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .more{float:right;width:140px;height:40px;position:relative;z-index:2;margin:70px 120px 70px 0;}

.box_05 .bottom .more a{display:block;width:140px;font-size:16px;color:#666;line-height:40px;background:url(../images/jia01.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .more:hover a{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .bottom .more::after{content:'';width:50px;height:50px;border-radius: 100%;background:rgba(255,78,0,0.5);position:absolute;top:-5px;right:-5px;z-index:-2;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}



/* 新闻中心 */
.box_06{width:100%;height:auto;padding:70px 0;overflow:hidden;}

.box_06 .h_title{width:1300px;height:40px;margin:0 auto;background:url(../images/line02.png) 165px 30px no-repeat;}

.box_06 .h_title h3{font-size:36px;color:#333;line-height:40px;float:left;font-weight:bold;margin-right:30px;}

.box_06 .h_title p{font-size:24px;color:#333; line-height:60px; font-family:Arial;float:left;}

.box_06 .h_title .more{float:right;width:140px;height:40px;position:relative;z-index:2;}

.box_06 .h_title .more a{display:block;width:140px;font-size:16px;color:#666;line-height:40px;background:url(../images/jia01.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .h_title .more:hover a{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .h_title .more::after{content:'';width:50px;height:50px;border-radius: 100%;background:rgba(255,78,0,0.5);position:absolute;top:-5px;right:-5px;z-index:-2;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;}

.box_06 .news_center{width:1300px;height:615px;margin:60px auto 0 auto;position:relative;}

.box_06 .news_center .hd{width:750px;height:65px;position:absolute;top:0;right:0;z-index:9;}

.box_06 .news_center .hd::after{content:'';width:750px;height:1px;background:#ddd;position:absolute;bottom:0;left:0;z-index:-1;}

.box_06 .news_center .hd ul{width:750px;height:65px;overflow:hidden;display:flex;justify-content: space-between;}

.box_06 .news_center .hd ul li{width:170px;height:65px;float:left;position:relative;}

.box_06 .news_center .hd ul li::after{content:'';width:0px;height:1px;background:#ff6900;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on::after{content:'';width:170px;height:1px;background:#ff6900;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li a{display:block;width:100px;padding-left:70px;font-size:18px;color:#333;line-height:65px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on a{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1) a{background:url(../images/n_icon_01.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2) a{background:url(../images/n_icon_03.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3) a{background:url(../images/n_icon_03.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(1).on a{background:url(../images/n_icon_02.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(2).on a{background:url(../images/n_icon_04.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li:nth-of-type(3).on a{background:url(../images/n_icon_04.png) 22px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd{width:1300px;height:615px;margin:0 auto;position:relative;}

.box_06 .news_center .bd .main{width:1300px;height:615px;position:relative;}

.box_06 .news_center .bd .main .bx{width:380px;height:550px;padding:45px 45px 0 45px;overflow:hidden;border:solid 10px #eee;float:left;}

.box_06 .news_center .bd .main .bx a{display:block;}

.box_06 .news_center .bd .main .bx .date{height:38px;line-height:38px;font-size:14px;color:#666;}

.box_06 .news_center .bd .main .bx .date span{font-size:48px;color:#333;font-weight:bold; font-family:Arial;}

.box_06 .news_center .bd .main .bx .img{width:380px;height:245px;margin:40px auto 0 auto;overflow:hidden;}

.box_06 .news_center .bd .main .bx .img img{display:block;width:380px;height:245px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_06 .news_center .bd .main .bx:hover .img img{transform: scale(1.1);}

.box_06 .news_center .bd .main .bx .name{font-size:16px;color:#333;line-height:16px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bx:hover .name{color:#ff6900;letter-spacing:1px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bx p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;line-height:30px;height:60px;font-size:14px;color:#666;margin-top:20px;}

.box_06 .news_center .bd .main .bx .more{width:116px;height:36px;padding-left:20px;background:url(../images/news_jt.png) 95px center no-repeat #ff6900;border-radius:18px;margin-top:30px;font-size:14px;color:#fff;line-height:36px;box-shadow: 0 5px 20px #fb9f5e;}

.box_06 .news_center .bd .main .right{width:750px;height:auto;margin-top:120px;overflow:hidden;float:right;}

.box_06 .news_center .bd .main .right li{width:730px;padding-right:20px;height:75px;margin-bottom:60px;position:relative;overflow:hidden;}

.box_06 .news_center .bd .main .right li:last-child{margin-bottom:0;}

.box_06 .news_center .bd .main .right li::before{content:'';width:715px;height:1px;background:#ddd;position:absolute;left:35px;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li::after{content:'';width:0px;height:1px;background:#ff6900;position:absolute;left:35px;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li:hover::after{content:'';width:715px;height:1px;background:#ff6900;position:absolute;left:35px;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li a{display:block;}

.box_06 .news_center .bd .main .right li .txt{width:550px;height:75px;float:left;}

.box_06 .news_center .bd .main .right li .txt .name{padding-left:35px;font-size:16px;color:#333;line-height:20px;background:url(../images/jia02.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 .right li:hover .txt .name{color:#ff6900;background:url(../images/jia03.png) left center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .txt p{padding-left:35px;font-size:14px;color:#333;line-height:15px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_06 .news_center .bd .main .right li .date{width:auto;height:75px;float:right;text-align:right;}

.box_06 .news_center .bd .main .right li .date p:nth-of-type(1){font-size:30px;color:#333;line-height:24px;font-weight:bold;font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li:hover .date p:nth-of-type(1){color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .right li .date p:nth-of-type(2){font-size:14px;color:#999;line-height:12px;font-family:Arial;margin-top:10px;}




/* 友情链接 */
.box_07{width:100%;height:auto;padding-bottom:50px;overflow:hidden;}

.box_07 .center{width:1300px;height:118px; background:url(../images/lk.png) center bottom no-repeat;margin:0 auto;}

.box_07 .center .bt{width:195px;font-size:28px;color:#333;line-height:28px;background:url(../images/links.png) right center no-repeat;margin:0 auto;}

.box_07 .center .link{width:1300px;overflow:hidden;position:relative;height:20px;margin:30px auto 0 auto;}

.box_07 .center .link a{display:block;float:left;width:auto;padding:0 30px;font-size:14px;line-height:20px;color:#666;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .link a:hover{color:#ff6900;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .center .link a:last-child{margin-right:0;}

.box_07 .center .link a::after{content:'';width:1px;height:14px;background:#666;position:absolute;right:-2px;top:3px;transform: skew(-15deg);}





/* 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);
  }
}
