/*

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);}
}


/* 询盘信息 */
.topxunpan {width:auto;height:60px;float:left;margin:30px 0;padding-left:70px;box-sizing:content-box;background:url(../images/xp.png) left center no-repeat;}

.thisxp{width:auto;height:60px;}

.topxunpan .xp {position: relative;line-height:60px;color: #101010;font-size:16px;cursor: pointer;}

.topxunpan .xp i {display:inline-block;color:#101010;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(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform .4s, opacity .4s;-moz-transition: transform .4s, opacity .4s;-o-transition: transform .4s, opacity .4s;-ms-transition: transform .4s, opacity .4s;transition: transform .4s, opacity .4s;background-color: #00a1e9;border-radius: 4px;opacity: 0;font-weight: bold;box-shadow: 5px 5px 2px #dfdfdf;}

.topxunpan .xp #xunpantip::after {content: '';position: absolute;top: -16px;left: 50%;width: 0;height: 0;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: (-50%); transform: translateX(-50%); border: 8px solid transparent;border-bottom-color: #00a1e9;}

.topxunpan .xp #xunpantip.xunpantextactive {-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

.topxunpan i {font-weight: normal;font-style: normal;}



/* 搜索 */
.box_01{width:100%;height:120px;background:#fafafa;}

.box_01 .center{width:1300px;height:120px;margin:0 auto;display:flex;justify-content: space-between;position:relative;}

.box_01 .center .txt{padding-left:70px;font-size:16px;color:#101010;line-height:120px;background:url(../images/t_icon.png) left center no-repeat;}

.box_01 .center .tel{padding-left:70px;font-size:20px;color:#101010;font-weight:bold;line-height:120px;background:url(../images/tel01.png) left center no-repeat;}

.box_01 .center .tel span{font-size:16px;}

.lh-search-btn{width:60px;height:60px;background:url(../images/search.png) center center no-repeat #43b06f;cursor:pointer;position:relative;float:right;margin:30px 0;border-radius:30px;z-index:10;}

.lh-search-box{position:absolute;left:0;top:95px;z-index:99;background:#f8f8f8;width:100%;padding:35px 0;box-sizing:content-box;visibility:hidden; opacity:0;transition:cubic-bezier(0.215,.61,.355,1) ..7s;}

.Search .lh-search-box{opacity:1; visibility:visible;}

.lh-search-box .ss{width:800px;height:60px;line-height:60px;margin:0 auto;border-radius:3px; background:#f4f4f4;overflow:hidden;}

.lh-search-box .ss .input{width:550px;height:60px;color:#333;display:block;background: rgba(0,0,0,0);float:left;font-size:14px;padding:0 20px;box-sizing:content-box;}

.lh-search-box .ss .buttons{width:100px;height:60px;display:inline-block;cursor:pointer;border:none;background:#43b06f;font-size:16px;color:#fff;float:right;}

.lh-search-box .ss .input::-webkit-input-placeholder{color:#333 !important;}



/* 产品中心 */
.box_02{width:100%;height:auto;padding:100px 0;overflow:hidden;}

.box_02 .h_title{width:571px;height:auto;margin:0 auto;text-align:center;}

.box_02 .h_title h3{width:571px;font-size:30px;color:#101010;font-weight:bold;line-height:32px;background:url(../images/h_back.png) center center no-repeat;}

.box_02 .h_title h3 span{color:#00a1e9;}

.box_02 .h_title p{font-size:12px;color:#999;line-height:10px;text-transform: Uppercase;margin-top:10px;}

.box_02 .fl_list{width:1300px;height:50px;margin:60px auto 0 auto;display:flex;justify-content: space-between;}

.box_02 .fl_list li{width:198px;height:48px;border:solid 1px #eee;border-radius:4px;position:relative;z-index:2;float:left;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .fl_list li.active{border:solid 1px #43b06f;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .fl_list li::after{content:'';width:198px;height:0px;background:#43b06f;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .fl_list li.active::after{content:'';width:198px;height:48px;background:#43b06f;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .fl_list li a{display:block;width:150px;padding:0 8px 0 40px;font-size:16px;color:#333;line-height:48px;background:url(../images/dian01.png) 12px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .fl_list li.active a{color:#fff;background:url(../images/dian02.png) 12px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list{width:1300px;height:555px;margin:50px auto 0 auto;overflow:hidden;}

.box_02 .pro_list li{width:300px;height:260px;float:left;margin:0 33px 35px 0;overflow:hidden;}

.box_02 .pro_list li:nth-of-type(4n){margin-right:0;}

.box_02 .pro_list li a{display:block;}

.box_02 .pro_list li .img{width:280px;height:180px;padding:9px;border:solid 1px #eee;border-radius:4px;overflow:hidden;}

.box_02 .pro_list li .img .pic{width:280px;height:180px;overflow:hidden;}

.box_02 .pro_list li .img .pic img{display:block;width:280px;height:180px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_02 .pro_list li:hover .img .pic img{transform: scale(1.1);}

.box_02 .pro_list li .txt{width:280px;padding:0 10px;height:60px;position:relative;overflow:hidden;}

.box_02 .pro_list li .txt::before{content:'';width:300px;height:1px;background:#eee;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li .txt::after{content:'';width:0px;height:1px;background:#00a1e9;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li.active .txt::after{content:'';width:300px;height:1px;background:#00a1e9;position:absolute;left:0;bottom:0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li .txt .name{width:230px;padding-right:50px;font-size:16px;color:#101010;line-height:60px;background:url(../images/pro_jt_01.png) right center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .pro_list li.active .txt .name{color:#00a1e9;background:url(../images/pro_jt_02.png) right center no-repeat;-webkit-transition:all .7s;transition:all .7s;}


@keyframes rotate{
	from{transform: rotate(0deg)}
	to{transform: rotate(360deg)}
}

/* 企业优势 */
.box_03{width:100%;height:885px;padding-top:75px; background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .h_title{width:571px;height:auto;margin:0 auto;text-align:center;}

.box_03 .h_title h3{width:571px;font-size:30px;color:#00a1e9;font-weight:bold;line-height:32px;background:url(../images/h_back.png) center center no-repeat;}

.box_03 .h_title h3 span{color:#fff;}

.box_03 .h_title p{font-size:12px;color:#999;line-height:10px;text-transform: Uppercase;margin-top:10px;}

.box_03 .center{width:1300px;height:590px;margin:145px auto 0 auto;position:relative;z-index:2;}

.box_03 .center .pos{width:460px;height:460px;position:absolute;left:50%;margin-left:-230px;top:0;z-index:0;}

.box_03 .center .pos::before{content:'';width:460px;height:460px;background:url(../images/ys_yuan.png);position:absolute;top:0;left:0;z-index:-2;animation: rotate 20s linear infinite;}

.box_03 .center .pos::after{content:'';width:320px;height:320px;background:url(../images/ys_img.png);position:absolute;top:70px;left:70px;z-index:-1;}

.box_03 .center .tel{width:370px;height:60px;padding-left:70px;background:url(../images/tel02.png) 20px center no-repeat #00a1e9;font-size:20px;color:#fff;line-height:60px;font-weight:bold;border-radius:30px;position:absolute;left:50%;margin-left:-220px;bottom:0;z-index:5;}

.box_03 .center .tel span{font-size:16px;}

.box_03 .center .left{width:375px;height:auto;float:left;margin-top:60px;position:relative;z-index:6;}

.box_03 .center .left li{width:375px;height:auto;text-align:right;position:relative;margin-bottom:60px;cursor:pointer;}

.box_03 .center .left li .num{font-size:36px;color:#00a1e9;line-height:32px;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left li:hover .num{color:#43b06f;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left li h4{font-size:20px;color:#101010;font-weight:bold;line-height:22px;margin-top:18px;}

.box_03 .center .left li span{display:block;font-size:12px;color:#999;text-transform: Uppercase;line-height:10px;margin-top:12px;}

.box_03 .center .left li p{font-size:14px;color:#666;line-height:30px;}

.box_03 .center .left li .icon{width:60px;height:60px;background:#00a1e9;border-radius:50%;border:solid 2px #ccecfb;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left li:nth-of-type(1) .icon{position:absolute;top:-20px;right:-145px;z-index:9;}

.box_03 .center .left li:nth-of-type(2) .icon{position:absolute;top:-20px;right:-92px;z-index:9;}

.box_03 .center .left li:hover .icon{background:#43b06f;border:solid 2px #d9efe2;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left li .icon i{display:block;line-height:60px;text-align:center;font-size:20px;color:#fff;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left li:hover .icon i{opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .left li .icon::before{content:'';width:60px;height:60px;position:absolute;top:0;left:50%;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform .7s, opacity .7s;-moz-transition: transform .7s, opacity .7s;-o-transition: transform .7s, opacity .7s;-ms-transition: transform .7s, opacity .7s;transition: transform .7s, opacity .7s;}

.box_03 .center .left li:hover .icon::before{content:'';-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

.box_03 .center .left li:nth-of-type(1) .icon::before{background:url(../images/ys_icon_04.png) center center no-repeat;}

.box_03 .center .left li:nth-of-type(2) .icon::before{background:url(../images/ys_icon_03.png) center center no-repeat;}

.box_03 .center .right{width:375px;height:auto;float:right;margin-top:60px;z-index:6;}

.box_03 .center .right li{width:375px;height:auto;position:relative;margin-bottom:60px;cursor:pointer;}

.box_03 .center .right li .num{font-size:36px;color:#00a1e9;line-height:32px;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .right li:hover .num{color:#43b06f;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .right li h4{font-size:20px;color:#101010;font-weight:bold;line-height:22px;margin-top:18px;}

.box_03 .center .right li span{display:block;font-size:12px;color:#999;text-transform: Uppercase;line-height:10px;margin-top:12px;}

.box_03 .center .right li p{font-size:14px;color:#666;line-height:30px;}

.box_03 .center .right li .icon{width:60px;height:60px;background:#00a1e9;border-radius:50%;border:solid 2px #ccecfb;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .right li:nth-of-type(1) .icon{position:absolute;top:-20px;left:-145px;z-index:9;}

.box_03 .center .right li:nth-of-type(2) .icon{position:absolute;top:-20px;left:-92px;z-index:9;}

.box_03 .center .right li:hover .icon{background:#43b06f;border:solid 2px #d9efe2;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .right li .icon i{display:block;line-height:60px;text-align:center;font-size:20px;color:#fff;font-weight:bold;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .right li:hover .icon i{opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .right li .icon::before{content:'';width:60px;height:60px;position:absolute;top:0;left:50%;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform .7s, opacity .7s;-moz-transition: transform .7s, opacity .7s;-o-transition: transform .7s, opacity .7s;-ms-transition: transform .7s, opacity .7s;transition: transform .7s, opacity .7s;}

.box_03 .center .right li:hover .icon::before{content:'';-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}

.box_03 .center .right li:nth-of-type(1) .icon::before{background:url(../images/ys_icon_01.png) center center no-repeat;}

.box_03 .center .right li:nth-of-type(2) .icon::before{background:url(../images/ys_icon_02.png) center center no-repeat;}





/* 案例展示 */
.box_04{width:100%;height:auto;padding:100px 0; background:#fcfcfc;overflow:hidden;}

.box_04 .h_title{width:571px;height:auto;margin:0 auto;text-align:center;}

.box_04 .h_title h3{width:571px;font-size:30px;color:#101010;font-weight:bold;line-height:32px;background:url(../images/h_back.png) center center no-repeat;}

.box_04 .h_title h3 span{color:#00a1e9;}

.box_04 .h_title p{font-size:12px;color:#999;line-height:10px;text-transform: Uppercase;margin-top:10px;}

.box_04 .center{width:1300px;height:595px;margin:60px auto 0 auto;overflow:hidden;position:relative;z-index:2;}

.box_04 .center .case_center{width:855px;height:280px;position:absolute;left:0;top:0;background:url(../images/case_bk01.png);z-index:5;}

.box_04 .center .case_center .hd{width:50px;height:10px;position:absolute;bottom:40px;right:190px;z-index:9;}

.box_04 .center .case_center .hd ul{width:50px;height:10px;display:flex;justify-content: space-between;}

.box_04 .center .case_center .hd ul li{width:10px;height:10px;float:left;background:url(../images/dian03.png);cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .case_center .hd ul li.on{background:url(../images/dian04.png);-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .case_center .bd{width:855px;height:280px;overflow:hidden;}

.box_04 .center .case_center .bd .main{width:835px;height:260px;padding:10px;overflow:hidden;position:relative;}

.box_04 .center .case_center .bd .main a{display:block;}

.box_04 .center .case_center .bd .main .img{width:390px;height:260px;overflow:hidden;float:left;margin-right:30px;}

.box_04 .center .case_center .bd .main .img img{display:block;width:390px;height:260px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_04 .center .case_center .bd .main:hover .img img{transform: scale(1.1);}

.box_04 .center .case_center .bd .main .txt{width:380px;height:260px;overflow:hidden;float:left;}

.box_04 .center .case_center .bd .main .txt .name{font-size:18px;color:#101010;line-height:20px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .case_center .bd .main:hover .txt .name{color:#00a1e9;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .case_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:20px;}

.box_04 .center .case_center .bd .main .txt .more{width:116px;height:30px;font-size:12px;color:#fff;line-height:30px;text-align:center;margin-top:25px;background:#43b06f;border-radius:16px;border:solid 2px #d9efe2;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .case_center .bd .main:hover .txt .more{background:#00a1e9;border:solid 2px #ccecfb;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .case_list{width:1300px;height:595px;overflow:hidden;position:relative;}

.box_04 .center .case_list li{width:390px;height:260px;padding:10px;background:url(../images/case_bk02.png);overflow:hidden;}

.box_04 .center .case_list li:nth-of-type(1){position:absolute;top:0;right:0;}

.box_04 .center .case_list li:nth-of-type(2){position:absolute;bottom:0;left:0;}

.box_04 .center .case_list li:nth-of-type(3){position:absolute;bottom:0;left:445px;}

.box_04 .center .case_list li:nth-of-type(4){position:absolute;bottom:0;right:0;}

.box_04 .center .case_list li .bx{width:390px;height:260px;overflow:hidden;position:relative;}

.box_04 .center .case_list li .bx a{display:block;}

.box_04 .center .case_list li .bx .img{width:390px;height:260px;overflow:hidden;position:relative;}

.box_04 .center .case_list li .bx .img img{display:block;width:390px;height:260px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_04 .center .case_list li:hover .bx .img img{transform: scale(1.1);}

.box_04 .center .case_list li .bx .img::before{content:'';width:0px;height:260px;background:rgba(0,0,0,0.4);position:absolute;top:0;left:50%;margin-left:-0px;z-index:1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .case_list li:hover .bx .img::before{content:'';width:390px;height:260px;background:rgba(0,0,0,0.4);position:absolute;top:0;left:50%;margin-left:-195px;z-index:1;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .center .case_list li .bx .more{width:50px;height:50px;background:#00a1e9;border-radius:25px;font-size:12px;color:#fff;line-height:50px;text-align:center;text-transform: Uppercase;position:absolute;z-index:5;top:105px;left:50%;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform .7s, opacity .7s;-moz-transition: transform .7s, opacity .7s;-o-transition: transform .7s, opacity .7s;-ms-transition: transform .7s, opacity .7s;transition: transform .7s, opacity .7s;}

.box_04 .center .case_list li:hover .bx .more{-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}




/* 公司简介 */
.box_05{width:100%;height:auto;padding-top:100px; background:#fcfcfc;overflow:hidden;}

.box_05 .h_title{width:571px;height:auto;margin:0 auto;text-align:center;}

.box_05 .h_title h3{width:571px;font-size:30px;color:#101010;font-weight:bold;line-height:32px;background:url(../images/h_back.png) center center no-repeat;}

.box_05 .h_title h3 span{color:#00a1e9;}

.box_05 .h_title p{font-size:12px;color:#999;line-height:10px;text-transform: Uppercase;margin-top:10px;}

.box_05 .center{width:1300px;height:600px;margin:60px auto 0 auto;}

.box_05 .center .left{width:610px;height:600px;float:left;}

.box_05 .center .left .txt{width:610px;height:auto;margin-top:80px;}

.box_05 .center .left .txt h4{font-size:20px;color:#101010;font-weight:bold;line-height:22px;}

.box_05 .center .left .txt h4 i{color:#00a1e9;font-weight:bold;}

.box_05 .center .left .txt span{display:block;font-size:12px;color:#999;line-height:10px;text-transform: Uppercase;margin-top:12px;}

.box_05 .center .left .txt .line{width:80px;height:4px; background:#00a1e9;margin-top:30px;}

.box_05 .center .left .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;line-height:30px;height:120px;font-size:14px;color:#666;margin-top:20px;}

.box_05 .center .left .txt .more{display:block;width:116px;height:30px;font-size:12px;color:#fff;line-height:30px;text-align:center;margin-top:50px;background:#43b06f;border-radius:16px;border:solid 2px #d9efe2;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .txt .more:hover{background:#00a1e9;border:solid 2px #ccecfb;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .bx{width:610px;height:60px;margin-top:60px;display:flex;justify-content: space-between;}

.box_05 .center .left .bx a{display:block;width:120px;padding-left:18px;height:58px;border:solid 1px #e9e9e9;border-radius:4px;position:relative;z-index:2;float:left;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .bx a.active{border:solid 1px #43b06f;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .bx a::after{content:'';width:138px;height:0px;background:#43b06f;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .bx a.active::after{content:'';width:138px;height:58px;background:#43b06f;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .bx a .icon{display:block;width:24px;height:24px;margin:17px 12px 17px 0;background:url(../images/ab_icon_01.png) center center no-repeat;float:left;}

.box_05 .center .left .bx a.active .icon{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;background:url(../images/ab_icon_02.png) center center no-repeat;}

.box_05 .center .left .bx a .wz{width:auto;height:58px;float:left;}

.box_05 .center .left .bx a .wz p{font-size:16px;color:#101010;line-height:16px;margin-top:11px;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .bx a .wz span{display:block;font-size:12px;color:#bebebe;line-height:10px;margin-top:10px;text-transform: Uppercase;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .bx a.active .wz p{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .left .bx a.active .wz span{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_05 .center .right{width:610px;height:600px;float:right;position:relative;}

.box_05 .center .right img{display:block;width:920px;height:600px;position:absolute;left:0;top:0; vertical-align:top;}




/* 小banner */
.box_06{width:100%;height:155px;padding-top:45px;background:url(../images/gg_back.jpg) center top no-repeat;overflow:hidden;position:relative;}

.box_06 h4{font-size:30px;color:#fff;line-height:32px;font-weight:bold;text-align:center; letter-spacing:4px;}

.box_06 p{font-size:12px;color:#fff; opacity:0.2;line-height:10px;text-transform: Uppercase;margin-top:12px;text-align:center;letter-spacing:2px;}

.box_06 .tel{padding-left:50px;background:url(../images/tel03.png) 0 center no-repeat;font-size:20px;color:#fff;line-height:36px;font-weight:bold;position:absolute;left:50%;margin-left:-215px;bottom:40px;z-index:5;}




/* 新闻资讯 */
.box_07{width:100%;height:auto;padding:100px 0;overflow:hidden;}

.box_07 .h_title{width:571px;height:auto;margin:0 auto;text-align:center;}

.box_07 .h_title h3{width:571px;font-size:30px;color:#101010;font-weight:bold;line-height:32px;background:url(../images/h_back.png) center center no-repeat;}

.box_07 .h_title h3 span{color:#00a1e9;}

.box_07 .h_title p{font-size:12px;color:#999;line-height:10px;text-transform: Uppercase;margin-top:10px;}

.box_07 .news_center{width:1300px;height:auto;margin:60px auto 0 auto;position:relative;}

.box_07 .news_center .hd{width:1300px;height:50px;}

.box_07 .news_center .hd ul{width:520px;height:50px;margin:0 auto;overflow:hidden;display:flex;justify-content: space-between;}

.box_07 .news_center .hd ul li{width:158px;height:48px;border:solid 1px #e9e9e9;border-radius:4px;position:relative;z-index:2;float:left;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on{border:solid 1px #43b06f;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li::after{content:'';width:158px;height:0px;background:#43b06f;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on::after{content:'';width:158px;height:48px;background:#43b06f;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li a{display:block;width:95px;padding-left:63px;line-height:48px;font-size:16px;color:#101010;background:url(../images/n_icon_01.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .hd ul li.on a{color:#fff;background:url(../images/n_icon_02.png) 25px center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd{width:1300px;height:520px;margin:50px auto 0 auto;overflow:hidden;position:relative;}

.box_07 .news_center .bd .main{width:1300px;height:520px;position:relative;overflow:hidden;}

.box_07 .news_center .bd .main .left{width:850px;height:520px;float:left;}

.box_07 .news_center .bd .main .left li{width:370px;height:480px;padding:19px;border:solid 1px #e9e9e9;border-radius:4px;overflow:hidden;position:relative;float:left;}

.box_07 .news_center .bd .main .left li:nth-of-type(2){float:right;}

.box_07 .news_center .bd .main .left li a{display:block;}

.box_07 .news_center .bd .main .left li .img{width:370px;height:250px;overflow:hidden;}

.box_07 .news_center .bd .main .left li .img img{display:block;width:370px;height:250px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_07 .news_center .bd .main .left li:hover .img img{transform: scale(1.05);}

.box_07 .news_center .bd .main .left li .name{font-size:16px;color:#101010;line-height:20px;font-weight:bold;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .left li:hover .name{color:#00a1e9;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .left li .date{font-size:14px;color:#999;line-height:12px;margin-top:12px;}

.box_07 .news_center .bd .main .left li p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;line-height:25px;height:75px;font-size:14px;color:#666;margin-top:25px;}

.box_07 .news_center .bd .main .left li .more{width:26px;height:8px;background:url(../images/pro_jt_01.png);margin:30px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .left li:hover .more{width:26px;height:8px;background:url(../images/pro_jt_02.png);margin:30px auto 0 auto;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right{width:420px;height:520px;overflow:hidden;float:right;}

.box_07 .news_center .bd .main .right li{width:380px;height:78px;padding:0 19px;border:solid 1px #e9e9e9;border-radius:4px;position:relative;z-index:2;margin-bottom:30px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li:hover{border:solid 1px #00a1e9;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li::after{content:'';width:418px;height:0px;background:#00a1e9;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li:hover::after{content:'';width:418px;height:78px;background:#00a1e9;position:absolute;left:0;top:0;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li:nth-of-type(5){margin-bottom:0;}

.box_07 .news_center .bd .main .right li a{display:block;}

.box_07 .news_center .bd .main .right li .name{width:320px;font-size:16px;color:#101010;line-height:20px;font-weight:bold;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li:hover .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li .date{font-size:14px;color:#999;line-height:12px;margin-top:10px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li:hover .date{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li .more{width:26px;height:78px;background:url(../images/pro_jt_01.png) center center no-repeat;position:absolute;top:0;right:19px;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_center .bd .main .right li:hover .more{background:url(../images/pro_jt_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}




/* 企业合作 */
.box_08{width:100%;height:auto;padding:100px 0; background:#eee;overflow:hidden;}

.box_08 .h_title{width:571px;height:auto;margin:0 auto;text-align:center;}

.box_08 .h_title h3{width:571px;font-size:30px;color:#101010;font-weight:bold;line-height:32px;background:url(../images/h_back.png) center center no-repeat;}

.box_08 .h_title h3 span{color:#00a1e9;}

.box_08 .h_title p{font-size:12px;color:#999;line-height:10px;text-transform: Uppercase;margin-top:10px;}

.box_08 .picScroll-left01{width:1300px;height:120px;margin:50px auto 0 auto;position:relative;}

.box_08 .picScroll-left01 .bd{width:1300px;height:120px;overflow:hidden;position:relative;z-index:5;}

.box_08 .picScroll-left01 .bd ul{width:1300px;height:120px;overflow:hidden; zoom:1;}

.box_08 .picScroll-left01 .bd ul li{width:240px;height:120px;position:relative;float:left;overflow:hidden;margin-right:25px;}

.box_08 .picScroll-left01 .bd ul li a{display:block;color:#fff;}

.box_08 .picScroll-left01 .bd ul li .img{width:240px;height:120px;overflow:hidden;}

.box_08 .picScroll-left01 .bd ul li .img img{display:block;width:240px;height:120px;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_08 .picScroll-left01 .bd ul li:hover .img img{transform: scale(1.1);}

.box_08 .picScroll-left01 .bd ul li .name{width:200px;padding:0 20px;height:120px;background:rgba(0,161,233,0.8);position:absolute;top:0;left:50%;font-size:16px;color:#fff;line-height:120px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transform: translateX(-50%) scale(0);-moz-transform: translateX(-50%) scale(0);-o-transform: translateX(-50%) scale(0);-ms-transform: translateX(-50%) scale(0);transform: translateX(-50%) scale(0);-webkit-transition: transform .7s, opacity .7s;-moz-transition: transform .7s, opacity .7s;-o-transition: transform .7s, opacity .7s;-ms-transition: transform .7s, opacity .7s;transition: transform .7s, opacity .7s;}

.box_08 .picScroll-left01 .bd ul li:hover .name{-webkit-transform: translateX(-50%) scale(1); -moz-transform: translateX(-50%) scale(1); -o-transform: translateX(-50%) scale(1); -ms-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); opacity: 1;}





/* 友情链接 */
.box_09{width:100%;height:80px;background:#00a1e9;overflow:hidden;}

.box_09 .links{width:1300px;height:80px;margin:0 auto;overflow:hidden;position:relative;z-index:2;}

.box_09 .links .lk{width:auto;padding-left:35px;height:80px;float:left;background:url(../images/links.png) left center no-repeat;line-height:80px;font-size:18px;font-weight:bold;color:#fff;}

.box_09 .links .link{width:1170px;overflow:hidden;position:relative;float:right;height:80px;}

.box_09 .links .link a{display:block;float:left;width:auto;padding:0 25px;font-size:16px;line-height:80px;color:#fff;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .links .link a:hover{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .links .link a::after{content:'';width:4px;height:4px;background:#fff;position:absolute;right:-2px;top:38px;-webkit-transition:all .7s;transition:all .7s;}

.box_09 .links .link a:last-child::after{content:'';width:1px;height:14px;background:#666;position:absolute;right:0;top:8px;-webkit-transition:all .7s;transition:all .7s;display:none;}







/* 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);
  }
}
