/*



overflow:hidden;text-overflow:ellipsis;white-space:nowrap;



-webkit-transition:all .5s;transition:all .5s;



transition: all 1s;



outline: 1px dashed #fff;outline-offset: -5px;



transform:rotate(360deg);



text-transform: Uppercase;



*/



/* 公用标题 */

.h_title{width:300px;height:66px;margin:0 auto;text-align:center;position:relative;}



.h_title::after{content:'';width:20px;height:2px;background:#0741d3;position:absolute;left:50%;margin-left:-10px;bottom:0;}



.h_title p{width:300px;font-size:24px;line-height:20px;color:#d9d9d9;font-weight:bold;text-transform: Uppercase;}



.h_title h3{font-size:24px;line-height:24px;color:#0741d3;font-weight:bold;margin-top:11px;}



.h_title h3 a{display:block;color:#0741d3;}









/* 搜索 */

.tback{background:#ecf0fb;width:100%;height:60px;}



.search{width:1200px;margin:0 auto; overflow:hidden;}



.search .left{width:480px;color:#808080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;}



.search .left p{font-size:14px;line-height:60px;}



.search .right{width:280px;height:34px;margin:13px 0;float:right;overflow:hidden;border:solid 1px #0741d3;}



.search .right .input{width:236px;height:34px;line-height:34px;color:#808080;display:inline-block;background:rgba(255,255,255,0);padding-left:10px;float:left;font-size:12px;box-sizing:content-box;}



.search .right .button{width:34px;height:34px;line-height:34pxdisplay:inline-block;background:url(../images/search.png) center center no-repeat #0741d3;cursor:pointer;border:none;float:right;}











/* 产品中心 */

.box_01{width:100%;padding:60px 0;background:#fff;}



.box_01 .center{width:1200px;height:860px;margin:0 auto;overflow:hidden;}



.box_01 .center .left{width:310px;height:860px;position:relative;float:left;background:#fafafa;}



.box_01 .center .left .bt{width:205px;height:70px;padding:30px 0 0 105px;background:url(../images/pro_icon.png) 50px 30px no-repeat #0741d3;}



.box_01 .center .left .bt h4{font-size:22px;line-height:22px;font-weight:bold;}



.box_01 .center .left .bt h4 a{display:block;color:#fff;}



.box_01 .center .left .bt p{font-size:14px;line-height:12px;margin-top:11px;text-transform: Uppercase;color:#fff;}



.box_01 .center .left .menu{width:310px;height:760px;overflow: auto;overflow-x: hidden;}



.menu::-webkit-scrollbar-track {background-color: #ccc;border-radius: 0;}



.menu::-webkit-scrollbar-thumb {border-radius: 10px;background-color: #33;}



.box_01 .center .left .list{width:310px;height:auto;margin:0 auto;}



.box_01 .center .left .list p{width:310px;height:50px;line-height:50px; background:#f95504;}



.box_01 .center .left .list p a{display:block;width:210px;height:50px;line-height:50px;padding:0 55px 0 45px;font-size:16px;font-weight:bold;color:#fff;background:url(../images/pro_fl.png) 15px center no-repeat,url(../images/pro_jt.png) 275px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}



.box_01 .center .left .list ul{width:310px;height:auto;overflow:hidden;}



.box_01 .center .left .list li{width:155px;height:41px;line-height:40px;float:left;position:relative;-webkit-transition:all .5s;transition:all .5s;}



.box_01 .center .left .list li::before{content:'';width:155px;height:1px;background:#d9d9d9;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}



.box_01 .center .left .list li::after{content:'';width:0px;height:1px;background:#0741d3;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}



.box_01 .center .left .list li:hover::after{content:'';width:155px;height:1px;background:#0741d3;position:absolute;bottom:0;left:0;-webkit-transition:all .5s;transition:all .5s;}



.box_01 .center .left .list li a{display:block;width:105px;height:40px;line-height:40px;padding:0 20px 0 30px;font-size:12px;color:#4c4c4c;background:url(../images/kh_01.png) 15px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}



.box_01 .center .left .list li a:hover{background:url(../images/kh_02.png) 15px center no-repeat;color:#0741d3;-webkit-transition:all .5s;transition:all .5s;}



.pro-center{width:860px;height:860px;overflow:hidden;float:right;}



.pro-center .hd{width:860px;height:50px;overflow:hidden;}



.pro-center .hd ul{width:340px;height:50px;line-height:50px;overflow:hidden;font-size:16px;font-weight:bold;}



.pro-center .hd ul li{width:160px;height:50px;line-height:50px;text-align:center;background:#0741d3;color:#fff;float:left;position:relative;z-index:0;}



.pro-center .hd ul li::before{content:'';width:0px;height:50px;background:#f95504;position:absolute;top:0;right:80px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.pro-center .hd ul li.on::before{content:'';width:80px;height:50px;background:#f95504;position:absolute;top:0;right:80px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.pro-center .hd ul li::after{content:'';width:0px;height:50px;background:#f95504;position:absolute;top:0;left:80px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.pro-center .hd ul li.on::after{content:'';width:80px;height:50px;background:#f95504;position:absolute;top:0;left:80px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.pro-center .hd ul li:last-child{float:right;}



.pro-center .bd{width:860px;}



.pro-center .bd .main{overflow:hidden;}



.pro-center .bd .main li{width:268px;height:240px;float:left;margin:29px 28px 0 0;overflow:hidden;position:relative;-webkit-transition:all .5s;transition:all .5s;}



.pro-center .bd .main li:nth-of-type(3n){margin-right:0;}



.pro-center .bd .main li a{display:block;}



.pro-center .bd .main li .img{width:268px;height:200px;overflow:hidden;position:relative;-webkit-transition: all .5s;transition: all .5s;}



.pro-center .bd .main li .img .pic{width:268px;height:200px;overflow:hidden}



.pro-center .bd .main li .img .pic img{width:268px;height:200px;transition: all 1s;vertical-align:top;}



.pro-center .bd .main li:hover .img .pic img{transform: scale(1.2);}



.pro-center .bd .main li .img .hide{display:none;width:268px;height:200px;background:url(../images/link.png) center center no-repeat rgba(7,65,211,0.7);position:absolute;left:0;top:0;/*旋转中心位置*/transform-origin: left top;-webkit-transform-origin: left top;-moz-transform-origin: left top;transform: rotate(90deg);/*旋转角度*/-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;}



.pro-center .bd .main li:hover .img .hide{transform: rotate(0deg);-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);}



.pro-center .bd .main li .txt{width:268px;height:40px;line-height:40px;background:#f5f5f5;position:relative;z-index:0;}



.pro-center .bd .main li .txt::before{content:'';width:0px;height:40px;background:#0052af;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.pro-center .bd .main li:hover .txt::before{content:'';width:268px;height:40px;background:#0741d3;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.pro-center .bd .main li .name{width:220px;height:40px;line-height:40px;padding:0 24px;font-size:14px;color:#4c4c4c;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}



.pro-center .bd .main li:hover .name{color:#fff;-webkit-transition:all .5s;transition:all .5s;}











/* 战略合作 */



.box_02{width:1200px;margin:0 auto 60px auto;overflow:hidden;}



.box_02 .case{width:1200px;height:185px;margin:0 auto;position:relative;}



.box_02 .case::before{content:'';width:570px;height:1px;background:#f2f2f2;position:absolute;bottom:11px;left:0;}



.box_02 .case::after{content:'';width:570px;height:1px;background:#f2f2f2;position:absolute;bottom:11px;right:0;}



.box_02 .case .succ{width:1200px;height:185px;margin-top:35px;position:relative;}



.box_02 .case .succ .show{width:1200px;margin:0 auto;overflow:hidden;}



.box_02 .case .succ .show .tempWrap{width:1200px;margin:0 auto;overflow:hidden;}



.box_02 .case .succ .show ul{overflow:hidden;height:auto;overflow:hidden;}



.box_02 .case .succ .show ul li{width:220px;margin-right:25px;padding-top:5px;float:left;}



.box_02 .case .succ .show ul li a{display:block;}



.box_02 .case .succ .show ul li .img{width:220px;height:110px;-webkit-transition: all .5s;transition: all .5s;}



.box_02 .case .succ .show ul li .img img{width:220px;height:110px;vertical-align:top;filter: grayscale(100%);-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-o-filter: grayscale(100%);}



.box_02 .case .succ .show ul li:hover .img{-moz-box-shadow:0px 0px 10px rgba(7,65,211,0.3);-webkit-box-shadow:0px 0px 10px rgba(7,65,211,0.3);box-shadow:0px 0px 10px rgba(7,65,211,0.3);-webkit-transition: all .5s;transition: all .5s;}



.box_02 .case .succ .show ul li .name{width:180px;height:40px;line-height:40px;padding:0 20px;font-size:14px;color:#4c4c4c;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition: all .5s; transition: all .5s;position:relative;}



.box_02 .case .succ .show ul li:hover .name{color:#0741d3;-webkit-transition: all .5s; transition: all .5s;}



.box_02 .case .succ .show ul li:hover .img img:hover{filter: grayscale(0);-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-o-filter: grayscale(0);-webkit-transition: all .5s;transition: all .5s;}



.case .sPrev{position:absolute;left:580px;bottom:0;z-index:9;display:block;width:12px;height:22px;background:url(../images/hb_jt_01.png) center center no-repeat #fff;cursor:pointer;-webkit-transition:all .5s;transition:all .5s;}



.case .sPrev:hover{left:570px;-webkit-transition:all .5s;transition:all .5s;}



.case .sNext{position:absolute;right:580px;bottom:0;z-index:9;display:block;width:12px;height:22px;background:url(../images/hb_jt_02.png) center center no-repeat #fff;cursor:pointer;-webkit-transition:all .5s;transition:all .5s;}



.case .sNext:hover{right:570px;-webkit-transition:all .5s;transition:all .5s;}











/* 横栏广告 */

.box_03{width:100%;height:260px;background:url(../images/ad_back_01.jpg) no-repeat center;}



.box_03 .center{width:1200px;height:260px;margin:0 auto;overflow:hidden;position:relative;color:#fff;}



.box_03 .center .txt{width:560px;height:auto;position:absolute;top:30px;left:0;}



.box_03 .center .txt p:nth-of-type(1){height:56px;line-height:68px;color:#0741d3;font-size:18px;font-weight:bold;margin-bottom:15px;}



.box_03 .center .txt p:nth-of-type(1) span{font-size:56px;line-height:56px;float:left;color:#fff;margin-right:13px;}



.box_03 .center .txt p:nth-of-type(2){font-size:14px;line-height:14px;color:#b6c0ed;margin-bottom:35px;}



.box_03 .center .txt p:nth-of-type(3){height:28px;line-height:28px;font-size:16px;padding-left:40px; background:url(../images/tel02.png) left center no-repeat;margin-bottom:18px;}



.box_03 .center .txt p:nth-of-type(3) span{font-size:24px;line-height:28px;font-weight:bold;}



.box_03 .center .txt a{display:block;width:140px;height:40px;line-height:40px;text-align:center;font-size:14px;color:#0741d3;background:#fff;position:relative;z-index:0;-webkit-transition:all .5s;transition:all .5s;}



.box_03 .center .txt a:hover{color:#fff;-webkit-transition:all .5s;transition:all .5s;}



.box_03 .center .txt a::after{content:'';width:0px;height:40px;background:#f95504;position:absolute;top:0;left:70px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_03 .center .txt a:hover::after{content:'';width:70px;height:40px;background:#f95504;position:absolute;top:0;left:70px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_03 .center .txt a::before{content:'';width:0px;height:40px;background:#f95504;position:absolute;top:0;right:70px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_03 .center .txt a:hover::before{content:'';width:70px;height:40px;background:#f95504;position:absolute;top:0;right:70px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}









/* 合作案例 */

.box_04{width:1200px;height:auto;margin:60px auto 40px auto;position:relative;}



.box_04 .center{width:1200px;height:830px;margin-top:40px;}



	/*瀑布流布局*/

.box_04 .waterfall{width:1200px;height:830px;-moz-column-count:3;-webkit-column-count:3;column-count:3;}



.box_04 .item{width:380px;height:335px;-webkit-transition: all .4s;float:left;margin:0 20px 20px 0;-moz-transition: all .4s;-o-transition: all .4s;transition: all .4s;-moz-page-break-inside: avoid;-webkit-column-break-inside: avoid;break-inside: avoid;position:relative;-moz-box-shadow:0px 0px 10px rgba(7,65,211,0);-webkit-box-shadow:0px 0px 10px rgba(7,65,211,0);box-shadow:0px 0px 10px rgba(7,65,211,0);}



.box_04 .item:last-chihld{margin-right:0;}



.box_04 .item.active{-moz-box-shadow:0px 0px 10px rgba(7,65,211,0.3);-webkit-box-shadow:0px 0px 10px rgba(7,65,211,0.3);box-shadow:0px 0px 10px rgba(7,65,211,0.3);}



.box_04 .item a{display:block;}



.box_04 .item .img{width:380px;height:285px;overflow:hidden;}



.box_04 .item .img img{width:380px;height:285px;transition: all 1s;vertical-align:top;}



.box_04 .item.active .img  img{transform: scale(1.2);}



.box_04 .item .txt{width:380px;height:50px;-webkit-transition:all .5s;transition:all .5s;}



.box_04 .item .txt .name{width:340px;height:50px;padding:0 20px;background:#f5f5f5;font-size:16px;color:#4c4c4c;line-height:50px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}



.box_04 .item.active{height: 455px;}



.box_04 .item.active .txt .name{color:#0741d3;font-size: 16px;text-align:left;background: none;-webkit-transition:all .5s;transition:all .5s;} 



.box_04 .item.active .txt{height:170px;-webkit-transition:all .5s;transition:all .5s;}



.box_04 .item .txt p{width:340px;display:none;font-size:14px;line-height:28px;max-height:56px;overflow:hidden;color:#808080;padding-top:11px;margin:5px auto 0 auto;position:relative;} 



.box_04 .item .txt p::after{content:'';width:50px;height:2px;background:#0741d3;position:absolute;top:0;left:0px;}



.box_04 .item.active .txt p{display:block;}



.box_04 .item .txt span{display:block;width:400px;height:3px;position:absolute;left:-10px;bottom:15px;}



.box_04 .item .txt span::after{content:'';width:0px;height:3px;background:#0741d3;position:absolute;bottom:0;left:200px;-webkit-transition:all .5s;transition:all .5s;}



.box_04 .item.active .txt span::after{content:'';width:200px;height:3px;background:#0741d3;position:absolute;bottom:0;left:200px;-webkit-transition:all .5s;transition:all .5s;}



.box_04 .item .txt span::before{content:'';width:0px;height:3px;background:#0741d3;position:absolute;bottom:0;right:200px;-webkit-transition:all .5s;transition:all .5s;}



.box_04 .item.active .txt span::before{content:'';width:200px;height:3px;background:#0741d3;position:absolute;bottom:0;right:200px;-webkit-transition:all .5s;transition:all .5s;}









/* 企业优势 */

.box_05{width:100%;height:803px;padding-top:60px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}



.box_05 .bt{width:440px;height:auto;margin:0 auto;text-align:center;position:relative;}



.box_05 .bt h3{font-size:28px;line-height:28px;color:#0741d3;font-weight:bold;}



.box_05 .bt p{width:440px;font-size:28px;line-height:24px;color:#ccc;text-transform: Uppercase;margin-top:14px;}



.box_05 .center{width:1200px;height:auto;margin:20px auto 0 auto;overflow:hidden;}



.box_05 .center .back{width:1200px;height:30px; background:url(../images/p_back.png);}



.box_05 .center .back span{display:inline-block;width:600px;height:30px;line-height:30px;float:left;text-align:center;font-size:18px;color:#fff; letter-spacing:25px;}



.box_05 .center .ys{width:1200px;height:590px;margin-top:40px;overflow:hidden;}



.box_05 .center .ys .left{width:600px;height:590px;float:left;}



.box_05 .center .ys .left .bx{width:600px;height:auto;margin-bottom:27px;overflow:hidden;}



.box_05 .center .ys .left .bx .num{width:87px;height:70px;text-align:center;line-height:70px;font-size:30px;font-weight:bold;color:#fff;background:#0741d3;outline: 1px dashed #fff;outline-offset: -6px;float:left;-webkit-transition:all .5s;transition:all .5s;}



.box_05 .center .ys .left .bx:hover .num{background:#f95504;-webkit-transition:all .5s;transition:all .5s;}



.box_05 .center .ys .left .bx .txt{width:480px;float:right;}



.box_05 .center .ys .left .bx .txt h4{font-size:24px;color:#0741d3;font-weight:bold;height:39px;line-height:24px;border-bottom:solid 1px #acbeea;margin-bottom:6px;-webkit-transition:all .5s;transition:all .5s;}



.box_05 .center .ys .left .bx:hover .txt h4{color:#f95504;-webkit-transition:all .5s;transition:all .5s;}



.box_05 .center .ys .left .bx .txt h4 span{font-size:12px;font-weight:normal;color:#bfbfbf;text-transform: Uppercase;}



.box_05 .center .ys .left .bx .txt p{font-size:14px;color:#808080;line-height:30px;}



.box_05 .center .ys .look_center{width:550px;height:590px;float:right;}



.box_05 .center .ys .look_center .bd{width:550px;height:590px;}



.box_05 .center .ys .look_center .bd .main{width:550px;height:590px;}



.box_05 .center .ys .look_center .bd .main img{width:550px;height:590px;vertical-align:top;}







/* 企业优势 */

.box_06{width:1200px;height:auto;margin:60px auto 0 auto;}



.box_06 ul{width:1200px;height:468px;margin-top:40px;}



.box_06 ul li{width:570px;height:204px;float:left;padding:10px;background:#fafafa;margin-bottom:20px;position:relative;z-index:0;}



.box_06 ul li:nth-of-type(2n){float:right;}



.box_06 ul li::before{content:'';width:0px;height:224px;background:#0741d3;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_06 ul li:hover::before{content:'';width:590px;height:224px;background:#0741d3;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_06 ul li .img{width:250px;height:204px;float:left;overflow:hidden;}



.box_06 ul li .img img{width:250px;height:204px;vertical-align:top;transition: all 1s;}



.box_06 ul li:hover .img img{transform: scale(1.1);}



.box_06 ul li .txt{width:285px;height:204px;float:right;overflow:hidden;margin-right:10px;}



.box_06 ul li .name{display:block;font-size:16px;font-weight:bold;color:#4c4c4c;line-height:16px;margin-top:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}



.box_06 ul li:hover .name{color:#fff;-webkit-transition:all .5s;transition:all .5s;}



.box_06 ul li p{font-size:14px;color:#808080;line-height:30px;max-height:60px;margin-top:22px;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;}



.box_06 ul li:hover p{color:#fff;-webkit-transition:all .5s;transition:all .5s;}



.box_06 ul li .more{display:block;width:108px;height:32px;text-align:center;line-height:32px;border:solid 1px #d9d9d9;font-size:14px;color:#808080;margin-top:25px;-webkit-transition:all .5s;transition:all .5s;position:relative;z-index:0;}



.box_06 ul li:hover .more{border:solid 1px #fff;color:#fff;-webkit-transition:all .5s;transition:all .5s;}



.box_06 ul li:hover .more::before{content:'';width:0px;height:32px;background:#f95504;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_06 ul li:hover .more:hover::before{content:'';width:108px;height:32px;background:#f95504;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}













/* 关于我们 */

.box_07{width:100%;height:490px;background:#fafafa;padding-top:60px;margin-top:60px;}



.box_07 .center{width:1200px;height:490px;margin:0 auto;position:relative;}



.box_07 .center .left{width:600px;height:420px;position:absolute;left:0;top:0;}



.box_07 .center .left img{width:600px;height:420px;vertical-align:top;}



.box_07 .center .right{width:520px;height:420px;padding:0 40px;position:absolute;bottom:0;right:0;background:#fff;z-index:5;}



.box_07 .center .right span{display:block;width:130px;height:48px;font-size:20px;color:#b2b2b2;line-height:48px;border-top:solid 1px #e6e6e6;border-bottom:solid 1px #e6e6e6;margin:70px 0 35px 0;text-align:center;text-transform: Uppercase;}



.box_07 .center .right h4{font-size:20px;line-height:20px;font-weight:bold;margin-bottom:30px;}



.box_07 .center .right h4 a{display:block;color:#0741d3;}



.box_07 .center .right p{font-size:14px;color:#808080;line-height:30px;max-height:150px;overflow:hidden;text-indent:2em;}













/* 实力展示 */

.box_08{width:100%;background:#fafafa;height:auto;margin:0 auto;position:relative;padding-bottom:60px;}



#factory{display:block;}



.box_08 .center{width:1200px;margin:-40px auto 0 auto;position:relative;}



.powerbox .powertabli{width:340px;height:40px;}



.powerbox .powertabli li{width:160px;height:40px;float: left;margin-right:20px;cursor:pointer;background:#0741d3;position:relative;z-index:0;}



.powerbox .powertabli li::after{content:'';width:0px;height:40px;background:#f95504;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.powerbox .powertabli li.active::after{content:'';width:160px;height:40px;background:#f95504;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.powerbox .powertabli li:nth-of-type(2){margin-right:0;}



.powerbox .powertabli li a{display:block;width:160px;line-height:40px;text-align:center;font-size:14px;color:#fff;}



.powerbox .powercontent {position: relative;width: 1200px;height:242px;margin:40px auto 0 auto;overflow:hidden;}



.powerbox .powercontent .powerscroll {display: none;position: absolute;left: 0;top: 0;width: 100%;height: 242px;}



.powerbox .powercontent .powerscroll .hd {position: absolute;bottom:5px;left: 0;width: 100%;height:11px;}



.powerbox .powercontent .powerscroll .hd ul {width: 100%;height: 12px;text-align: center;}



.powerbox .powercontent .powerscroll .hd ul li {position:relative;display: inline-block;width:11px;height:11px;margin:0 4px;text-indent: 100px;overflow: hidden;border-radius: 50%;

background:url(../images/dian01.png);cursor: pointer;}

  

.powerbox .powercontent .powerscroll .hd ul li.on{background:url(../images/dian02.png);}



.powerbox .powercontent .powerscroll .bd {width: 100%;height: 210px;overflow:hidden;}



.powerbox .powercontent .powerscroll .bd ul {width: 100%;height: 210px;}



.powerbox .powercontent .powerscroll .bd ul li {width: 280px;height: 210px;float: left;margin-right: 26px;position:relative;}



.powerbox .powercontent .powerscroll .bd ul li .imgbox{display: block;width: 280px;height: 210px;overflow:hidden;}



.powerbox .powercontent .powerscroll .bd ul li .imgbox img{width: 280px;height: 210px;transition: all 1s;}



.powerbox .powercontent .powerscroll .bd ul li:hover .imgbox img{transform:scale(1.2);}



.powerbox .powercontent .powerscroll .bd ul li .powername{width:240px;height:35px;line-height:35px;padding:0 20px;background:rgba(250,250,250,0.9);text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color: #666;font-size: 14px;position:absolute;left:0;bottom:0;z-index:0;-webkit-transition:all .5s;transition:all .5s;}



.powerbox .powercontent .powerscroll .bd ul li .powername::before{content:'';width:0;height:35px;background:rgba(7,65,211,0.9);position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.powerbox .powercontent .powerscroll .bd ul li:hover .powername::before{content:'';width:280px;height:35px;background:rgba(7,65,211,0.9);position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.powerbox .powercontent .powerscroll .bd ul li:hover .powername{background:rgba(0,0,0,0);color:#fff;-webkit-transition:all .5s;transition:all .5s;}











/* 横栏广告 */

.box_09{width:100%;height:260px;background:url(../images/ad_back_02.jpg) no-repeat center;}



.box_09 .center{width:1200px;height:260px;margin:0 auto;overflow:hidden;position:relative;color:#fff;}



.box_09 .center .txt{width:435px;height:auto;position:absolute;top:38px;right:0;}



.box_09 .center .txt p:nth-of-type(1){height:24px;line-height:24px;font-size:24px;font-weight:bold;margin-bottom:25px;}



.box_09 .center .txt p:nth-of-type(2){font-size:12px;height:29px;line-height:10px;margin-bottom:20px;text-transform: Uppercase;border-bottom:solid 1px #83a0e9;}



.box_09 .center .txt p:nth-of-type(3){height:28px;line-height:28px;font-size:16px;background:url(../images/tel03.png) 145px center no-repeat;margin-bottom:18px;text-align:right;}



.box_09 .center .txt p:nth-of-type(3) span{font-size:24px;line-height:28px;font-weight:bold;}



.box_09 .center .txt a{display:block;float:right;width:140px;height:40px;line-height:40px;text-align:center;font-size:14px;color:#0741d3;background:#fff;position:relative;z-index:0;-webkit-transition:all .5s;transition:all .5s;}



.box_09 .center .txt a:hover{color:#fff;-webkit-transition:all .5s;transition:all .5s;}



.box_09 .center .txt a::after{content:'';width:0px;height:40px;background:#f95504;position:absolute;top:0;left:70px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_09 .center .txt a:hover::after{content:'';width:70px;height:40px;background:#f95504;position:absolute;top:0;left:70px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_09 .center .txt a::before{content:'';width:0px;height:40px;background:#f95504;position:absolute;top:0;right:70px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_09 .center .txt a:hover::before{content:'';width:70px;height:40px;background:#f95504;position:absolute;top:0;right:70px;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}









/* 新闻资讯 */

.box_10{width:1200px;height:auto;margin:60px auto 0 auto;position:relative;}



.box_10 .center{width:1200px;margin:40px auto 0 auto;overflow:hidden;}



.box_10 .center .news_center{width:690px;height:465px;float:left;}



.box_10 .center .news_center .hd{width:690px;height:20px;line-height:20px;padding-bottom:8px;border-bottom:solid 6px #fafafa;position:relative;}



.box_10 .center .news_center .hd::after{content:'';width:2px;height:20px;background:#0741d3;position:absolute;left:0;top:0;}



.box_10 .center .news_center .hd ul{width:200px;height:20px;}



.box_10 .center .news_center .hd ul li{width:100px;height:20px;line-height:20px;text-align:center;float:left;font-size:16px;}



.box_10 .center .news_center .hd ul li:nth-of-type(2){float:right;}



.box_10 .center .news_center .hd ul li a{display:block;color:#4c4c4c;}



.box_10 .center .news_center .hd ul li.on a{display:block;color:#0741d3;}



.box_10 .center .news_center .bd{width:690px;height:auto;margin-top:30px;}



.box_10 .center .news_center .bd .main{height:auto;overflow:hidden;}



.box_10 .center .news_center .bd .main .top{width:690px;height:150px;overflow:hidden;}



.box_10 .center .news_center .bd .main .top .img{width:198px;height:148px;border:solid 1px #fafafa;float:left;}



.box_10 .center .news_center .bd .main .top .img img{width:198px;height:148px;vertical-align:top;}



.box_10 .center .news_center .bd .main .top .txt{width:420px;height:150px;padding:0 35px;background:#fafafa;position:relative;z-index:0;float:right;}



.box_10 .center .news_center .bd .main .top .txt::after{content:'';width:0;height:150px;background:#0741d3;position:absolute;left:0;bottom:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .top:hover .txt::after{content:'';width:490px;height:150px;background:#0741d3;position:absolute;left:0;bottom:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .top .txt .name{display:block;width:420px;height:14px;line-height:15px;font-size:15px;color:#4c4c4c;margin:30px 0 14px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .top:hover .txt .name{padding-left:10px;color:#fff;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .top .txt p{line-height:30px;max-height:60px;overflow:hidden;font-size:14px;color:#808080;text-indent:2em;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .top:hover .txt p{color:#fff;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .bottom{overflow:hidden;}



.box_10 .center .news_center .bd .main .bottom li{width:690px;height:50px;line-height:49px;font-size:14px;overflow:hidden;position:relative;}



.box_10 .center .news_center .bd .main .bottom li::before{content:'';width:690px;height:1px;background:#f5f5f5;position:absolute;left:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .bottom li::after{content:'';width:0;height:1px;background:#0741d3;position:absolute;left:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .bottom li:hover::after{content:'';width:690px;height:1px;background:#0741d3;position:absolute;left:0;bottom:0;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .bottom li a{display:block;line-height:49px;width:540px;padding-left:20px;background:url(../images/dian03.jpg) left center no-repeat;color:#4c4c4c;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .bottom li span{display:block;line-height:49px;color:#808080;font-size:12px;float:right;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .bottom li:hover a{background:url(../images/dian04.jpg) left center no-repeat;color:#0741d3;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .news_center .bd .main .bottom li:hover span{color:#0741d3;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .cjwt{width:440px;height:465px;float:right;}



.box_10 .center .cjwt .xbt{width:440px;height:20px;line-height:20px;padding-bottom:8px;border-bottom:solid 6px #fafafa;margin-bottom:30px;position:relative;}



.box_10 .center .cjwt .xbt::after{content:'';width:2px;height:20px;background:#0741d3;position:absolute;left:0;top:0;}



.box_10 .center .cjwt .xbt a{display:block;width:100px;height:20px;line-height:20px;text-align:center;font-size:16px;color:#0741d3;}



.box_10 .center .cjwt .quest{width:440px;height:184px;background:#fff;margin-bottom:30px;}



.box_10 .center .cjwt .quest:last-child{margin-bottom:0px;}



.box_10 .center .cjwt .quest a{display:block;width:320px;height:82px;line-height:82px;padding:0 40px 0 80px;font-size:14px;color:#4c4c4c;background:#fafafa;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;position:relative;z-index:0;}



.box_10 .center .cjwt .quest a::before{content:'';width:36px;height:36px;background:url(../images/q_01.png);position:absolute;left:20px;top:20px;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .cjwt .quest a:hover::before{content:'';width:36px;height:36px;background:url(../images/q_02.png);position:absolute;left:20px;top:20px;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .cjwt .quest a:hover{color:#fff;-moz-box-shadow:0px 0px 10px rgba(7,65,211,0.5);-webkit-box-shadow:0px 0px 10px rgba(7,65,211,0.5);box-shadow:0px 0px 10px rgba(7,65,211,0.5);-webkit-transition: all .5s;transition: all .5s;}



.box_10 .center .cjwt .quest a::after{content:'';width:0;height:82px;background:#0741d3;position:absolute;left:0;bottom:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .cjwt .quest a:hover::after{content:'';width:440px;height:82px;background:#0741d3;position:absolute;left:0;bottom:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}



.box_10 .center .cjwt .quest p{width:335px;height:50px;padding:16px 80px 16px 25px;background:url(../images/a.png) 378px center no-repeat #fafafa; }



.box_10 .center .cjwt .quest p span{display:block;width:335px;height:50px;font-size:14px;line-height:25px;max-height:50px;overflow:hidden;color:#4c4c4c;text-indent:2em;}







/* 友情链接 */

.links{width:1200px;height:36px;padding:15px 0;margin:45px auto;}



.links .link{width:1200px;height:36px;margin:0 auto;overflow:hidden;}



.links .link .ks{width:106px;height:36px;float:left;background:url(../images/links.png);margin-right:20px;position:relative;}



.links .link .ks p{font-size:16px;line-height:16px;color:#666;position:absolute;right:0;bottom:0;}



.links .link a{display:inline-block;width:auto;padding:0 20px;font-size:14px;height:14px;line-height:14px;margin-top:11px;color:#808080;border-right:solid 1px #808080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}



.links .link a:last-child{border-right:0;}



.links .link a:hover{text-decoration:underline;color:#0741d3;}















.hvr-float-shadow {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px rgba(0, 0, 0, 0);

  position: relative;

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-property: transform;

  transition-property: transform;

}

.hvr-float-shadow:before {

  pointer-events: none;

  position: absolute;

  z-index: -1;

  content: '';

  top: 100%;

  left: 5%;

  height: 10px;

  width: 90%;

  opacity: 0;

  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);

  /* W3C */

  -webkit-transition-duration: 0.3s;

  transition-duration: 0.3s;

  -webkit-transition-property: transform, opacity;

  transition-property: transform, opacity;

}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {

  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

  /* move the element up by 5px */

}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {

  opacity: 1;

  -webkit-transform: translateY(5px);

  transform: translateY(5px);

  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */

}









/* 提交按钮的线条边框特效 */

.bz-buttonAnimat {

    position: relative

}

/*

.bz-buttonAnimat .inner {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%

}

*/

.bz-buttonAnimat::before,

.bz-buttonAnimat::after,

.bz-buttonAnimat .inner::before,

.bz-buttonAnimat .inner::after {

    background-color: #0741d3;

}



.bz-buttonAnimat02::before,

.bz-buttonAnimat02::after,

.bz-buttonAnimat02 .inner::before,

.bz-buttonAnimat02 .inner::after {

    background-color: #fff;

}





.bz-buttonAnimat:before,

.bz-buttonAnimat:after,

.bz-buttonAnimat .inner:before,

.bz-buttonAnimat .inner:after {

    position: absolute;

    content: "";

    display: block;

    -webkit-transition: -webkit-transform .3s;

    transition: -webkit-transform .3s;

    transition: transform .3s;

    transition: transform .3s, -webkit-transform .3s

}



.bz-buttonAnimat.horizontal:before,

.bz-buttonAnimat.horizontal:after,

.bz-buttonAnimat.both:before,

.bz-buttonAnimat.both:after {

    left: 0;

    width: 100%;

    height: 1px;

    -webkit-transform: scaleX(0);

    transform: scaleX(0)

}



.bz-buttonAnimat.horizontal .inner:before,

.bz-buttonAnimat.horizontal .inner:after,

.bz-buttonAnimat.both .inner:before,

.bz-buttonAnimat.both .inner:after {

    top: 0;

    width: 1px;

    height: 100%;

    -webkit-transform: scaleY(0);

    transform: scaleY(0)

}



.bz-buttonAnimat.horizontal .inner:before,

.bz-buttonAnimat.both .inner:before {

    left: 0

}



.bz-buttonAnimat.horizontal .inner:after,

.bz-buttonAnimat.both .inner:after {

    right: 0

}



.bz-buttonAnimat.horizontal .inner:hover:before,

.bz-buttonAnimat.horizontal .inner:hover:after,

.bz-buttonAnimat.both .inner:hover:before,

.bz-buttonAnimat.both .inner:hover:after {

    -webkit-transform: scaleY(1);

    transform: scaleY(1)

}



.bz-buttonAnimat.horizontal:before,

.bz-buttonAnimat.both:before {

    top: 0

}



.bz-buttonAnimat.horizontal:after,

.bz-buttonAnimat.both:after {

    bottom: 0

}



.bz-buttonAnimat.horizontal:hover:before,

.bz-buttonAnimat.horizontal:hover:after,

.bz-buttonAnimat.both:hover:before,

.bz-buttonAnimat.both:hover:after {

    -webkit-transform: scaleX(1);

    transform: scaleX(1)

}



.bz-buttonAnimat.horizontal:hover .inner:before,

.bz-buttonAnimat.horizontal:hover .inner:after,

.bz-buttonAnimat.both:hover .inner:before,

.bz-buttonAnimat.both:hover .inner:after {

    -webkit-transform: scaleY(1);

    transform: scaleY(1)

}



.bz-buttonAnimat.horizontal.clockwise .inner:before,

.bz-buttonAnimat.both.clockwise .inner:before {

    -webkit-transform-origin: top center;

    transform-origin: top center

}



.bz-buttonAnimat.horizontal.clockwise .inner:after,

.bz-buttonAnimat.both.clockwise .inner:after {

    -webkit-transform-origin: bottom center;

    transform-origin: bottom center

}



.bz-buttonAnimat.horizontal.clockwise:before,

.bz-buttonAnimat.both.clockwise:before {

    -webkit-transform-origin: right center;

    transform-origin: right center

}



.bz-buttonAnimat.horizontal.clockwise:after,

.bz-buttonAnimat.both.clockwise:after {

    -webkit-transform-origin: left center;

    transform-origin: left center

}



.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,

.bz-buttonAnimat.both.clockwise:hover .inner:before {

    -webkit-transform-origin: bottom center;

    transform-origin: bottom center

}



.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,

.bz-buttonAnimat.both.clockwise:hover .inner:after {

    -webkit-transform-origin: top center;

    transform-origin: top center

}



.bz-buttonAnimat.horizontal.clockwise:hover:before,

.bz-buttonAnimat.both.clockwise:hover:before {

    -webkit-transform-origin: left center;

    transform-origin: left center

}

