/*

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;

*/


/* 定位语 */
.box_01{width:100%;height:100px;line-height:100px;background:url(../images/ss_back.jpg) center top no-repeat;overflow:hidden;}

.box_01 .center{width:1200px;height:100px;margin:0 auto;}

.box_01 .left{width:350px;color:#fff;float:left;margin-right:130px;}

.box_01 .left p:nth-of-type(1){font-size:18px;font-weight:bold;line-height:20px;margin-top:25px;}

.box_01 .left p:nth-of-type(2){font-size:18px;line-height:20px;margin-top:15px;}

.box_01 .mid{font-size:24px;color:#fff;line-height:100px;float:left;padding-left:40px;font-weight:bold;position:relative;}

.box_01 .mid::before{content:'';width:28px;height:28px;background:url(../images/tel01.png);position:absolute;top:36px;left:0;animation: msClock 1.2s linear infinite;}

.box_01 .mid span{font-size:14px;line-height:100px;float:left;font-weight:normal;}

.box_01 .right{width:300px;height:34px;border-bottom:solid 1px #bfbfbf;background:#fff;margin-top:65px;float:right;overflow:hidden;}

.box_01 .right .input{width:240px;height:34px;line-height:34px;color:#a9a9a9;display:block;background:rgba(0,0,0,0);float:left;font-size:14px;box-sizing:content-box;}

.box_01 .right .button{width:50px;height:34px;display:inline-block;background:url(../images/search.png) center center no-repeat #fff;cursor:pointer;border:none;float:right;}

@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}





/* 产品中心 */
.box_02{width:1200px;height:auto;background:#fff;margin:70px auto;overflow:hidden;}

.box_02 .h_title{width:390px;height:72px;margin:0 auto;text-align:center;background:url(../images/pro_bt.png) center bottom no-repeat;}

.box_02 .h_title h3{width:390px;font-size:34px;line-height:70px;color:#333;position:relative;}

.box_02 .h_title h3 a{display:block;color:#333;}

.box_02 .h_title h3::after{content:'';width:50px;height:2px;background:#1366bd;position:absolute;bottom:0;left:50%;margin-left:-25px;}

.box_02 .list{width:1200px;height:35px;margin:30px auto 0 auto;overflow:hidden;}

.box_02 .list li{width:224px;height:35px;float:left;margin-right:20px;}

.box_02 .list li:last-child{margin-right:0;}

.box_02 .list li a{display:block;width:124px;line-height:34px;font-size:15px;color:#888;padding-left:100px;background:url(../images/list_icon_01.png) 75px center no-repeat;-webkit-transition:all .5s;transition:all .5s;position:relative;}

.box_02 .list li:hover a{color:#1366bd;background:url(../images/list_icon_02.png) 75px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}

.box_02 .list li a::before{content:'';width:224px;height:1px;background:#ccc;position:absolute;bottom:1px;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_02 .list li a::after{content:'';width:0px;height:2px;background:#1366bd;position:absolute;bottom:1px;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_02 .list li:hover a::after{content:'';width:224px;height:2px;background:#1366bd;position:absolute;bottom:1px;left:0;-webkit-transition:all .5s;transition:all .5s;}

.pro-center{width:1200px;height:auto;margin:30px auto 0 auto;overflow:hidden;}

.pro-center .hd{width:380px;height:40px;overflow:hidden;margin:0 auto;}

.pro-center .hd ul{width:380px;height:40px;line-height:40px;overflow:hidden;}

.pro-center .hd ul li{width:190px;height:40px;float:left;line-height:40px;cursor:pointer;font-size:16px;color:#fff;text-align:center;position:relative;z-index:0;background:#333;}

.pro-center .hd ul li:last-child{float:right;}

.pro-center .hd ul li::before{content:'';width:190px;height:0px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.pro-center .hd ul li.on::before{content:'';width:190px;height:40px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.pro-center .bd{width:1200px;height:auto;}

.pro-center .bd .main{width:1200px;height:auto;overflow:hidden;}

.pro-center .bd .main li{width:380px;height:325px;float:left;margin:30px 30px 0 0;}

.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:380px;height:280px;overflow:hidden;position:relative;}

.pro-center .bd .main li .img .pic{width:380px;height:280px;overflow:hidden;}

.pro-center .bd .main li .img .pic img{width:380px;height:280px;vertical-align:top;transition: all 1s}

.pro-center .bd .main li:hover .img .pic img{transform: scale(1.1);}

.pro-center .bd .main li .img .hide{width:380px;height:280px;background:url(../images/yan.png) center center no-repeat rgba(0,0,0,0.4);position:absolute;top:0;left:50%;font-size:14px;color:#fff;text-align:center;line-height:200px;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 .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;}

.pro-center .bd .main li:hover .img  .hide{-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;}

.pro-center .bd .main li .txt{width:380px;height:45px;background:#f5f5f5;overflow:hidden;position:relative;z-index:0;}

.pro-center .bd .main li .txt::before{content:'';width:380px;height:0px;background:#1366bd;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:380px;height:45px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.pro-center .bd .main li .name{width:290px;height:45px;line-height:45px;padding:0 70px 0 20px;font-size:15px;color:#666;background:url(../images/pro_xian01.png) 345px center no-repeat;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;float:left;}

.pro-center .bd .main li:hover .name{color:#fff;background:url(../images/pro_xian02.png) 345px center no-repeat;-webkit-transition:all .5s;transition:all .5s;}






/* 企业优势 */
.box_03{width:100%;height:724px;padding-top:70px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .h_title{width:486px;height:72px;margin:0 auto;text-align:center;background:url(../images/ys_bt.png) center bottom no-repeat;}

.box_03 .h_title h3{width:486px;font-size:34px;line-height:70px;color:#fff;position:relative;}

.box_03 .h_title h3::after{content:'';width:50px;height:2px;background:#fff;position:absolute;bottom:0;left:50%;margin-left:-25px;}

.box_03 .box{width:1200px;height:605px;margin:47px auto 0px auto;position: relative;overflow: hidden;}

.box_03 .box .pos01{font-size:30px;color:#fff;font-weight:bold;line-height:32px;padding-left:55px;position:absolute;top:40px;left:0;z-index:9;}

.box_03 .box .pos01 span{color:#1366bd;}

.box_03 .box .pos01::before{content:'';width:35px;height:2px;background:#fff;position:absolute;top:15px;left:0;}

.box_03 .box .pos02{width:520px;height:70px;font-weight:bold;position:absolute;bottom:75px;left:0;text-align:right;z-index:9;}

.box_03 .box .pos02 p:nth-of-type(1){font-size:18px;line-height:20px;color:#1366bd;}

.box_03 .box .pos02 p:nth-of-type(2){font-size:18px;line-height:20px;color:#333;margin-top:15px;}

.box_03 .box .pos02::before{content:'';width:100px;height:1px;background:#1366bd;position:absolute;bottom:0;right:0;}

.box_03 .box .b1,.box_03 .box .b2,.box_03 .box .b3{position: absolute;overflow: hidden;z-index:2;}

.box_03 .box .b1 {width:557px;height:605px;top: 0;left: 0;}

.box_03 .box .b2{width:605px;height:215px;position:absolute;top:60px;right:0;overflow: hidden;}

.box_03 .box .b3{width:605px;height:215px;position:absolute;top:275px;right:0;overflow: hidden;}

.box_03 .box .lst {width:1000em;position: absolute;}

.box_03 .lst li{float: left;}

.box_03 .lst1{margin-top:102px;}

.box_03 .lst1 li{width:520px;height:330px;padding-right:37px;overflow: hidden;position: relative;}

.box_03 .lst1 li .img{width: 520px;height:330px;overflow: hidden;}

.box_03 .lst1 li .imgimg {width:520px;height:330px;}

.box_03 .lst2 li,
.box_03 .lst3 li{width:605px;height:215px;}
.box_03 .lst3 li{float: none;}

.box_03 .bx li h4{height:45px;padding-left:40px;color:#fff;font-size:20px;font-weight:bold;line-height:26px;position:relative;}

.box_03 .bx li h4::after{content:'';width:40px;height:2px;background:#fff;position:absolute;bottom:0;left:40px;}

.box_03 .bx li p{font-size:14px;color:#fff;line-height:26px;margin-top:25px;padding-left:40px;}

.box_03 .lst2 li h4.one{ background:url(../images/ys_icon_01.png) left top no-repeat !important;}

.box_03 .lst2 li h4.two{ background:url(../images/ys_icon_02.png) left top no-repeat !important;}

.box_03 .lst3 li h4.one{ background:url(../images/ys_icon_03.png) left top no-repeat !important;}

.box_03 .lst3 li h4.two{ background:url(../images/ys_icon_04.png) left top no-repeat !important;}

.box_03 .lef{display:block;width:40px;height:40px;background:url(../images/ys_jt_01.png) center center no-repeat #1366bd;cursor:pointer;position:absolute;bottom:0;z-index:9;left:516px;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .rig{display:block;width:40px;height:40px;background:url(../images/ys_jt_02.png) center center no-repeat #333;cursor:pointer;position:absolute;bottom:0;z-index:9;left:556px;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .lef:hover{border-radius:20px 0 20px 0;-webkit-transition:all .5s;transition:all .5s;}

.box_03 .rig:hover{border-radius:0 20px 0 20px;-webkit-transition:all .5s;transition:all .5s;}






/* 案例展示 */
.box_04{width:1200px;height:auto;background:#fff;margin:70px auto;}

.box_04 .h_title{width:199px;height:72px;margin:0 auto;text-align:center;background:url(../images/case_bt.png) center bottom no-repeat;}

.box_04 .h_title h3{width:199px;font-size:34px;line-height:70px;color:#333;position:relative;}

.box_04 .h_title h3::after{content:'';width:50px;height:2px;background:#1366bd;position:absolute;bottom:0;left:50%;margin-left:-25px;}

.box_04 .top{width:1200px;height:500px;margin-top:40px;overflow:hidden;}

.box_04 .top .left{width:790px;height:500px;float:left;position:relative;}

.box_04 .top .left .img{display:block;width:790px;height:500px;overflow:hidden;}

.box_04 .top .left .img img{width:790px;height:500px;vertical-align:top;transition: all 1s;}

.box_04 .top .left:hover .img img{transform: scale(1.05);}

.box_04 .top .left .txt{display:block;width:760px;height:60px;overflow:hidden;position:absolute;left:15px;bottom:15px;z-index:0;background:rgba(0,0,0,0.6);}

.box_04 .top .left .txt::before{content:'';width:760px;height:0px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .top .left:hover .txt::before{content:'';width:760px;height:60px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .top .left .txt .name{display:block;width:640px;height:60px;line-height:60px;padding:0 75px 0 45px;font-size:15px;color:#fff;background:url(../images/case_jt.png) 725px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;position:relative;}

.box_04 .top .left .txt .name::before{content:'';width:4px;height:20px;background:#1366bd;position:absolute;top:20px;left:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .top .left .txt .name::after{content:'';width:4px;height:0px;background:#fff;position:absolute;top:20px;left:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .top .left:hover .txt .name::after{content:'';width:4px;height:20px;background:#fff;position:absolute;top:20px;left:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .top .right{width:380px;height:500px;float:right;position:relative;}

.box_04 .top .right .img{display:block;width:380px;height:280px;overflow:hidden;}

.box_04 .top .right .img img{width:380px;height:280px;vertical-align:top;transition: all 1s;}

.box_04 .top .right:hover .img img{transform: scale(1.1);}

.box_04 .top .right .txt{display:block;width:320px;height:170px;padding:48px 29px 0 29px;border:solid 1px #dcdcdc;background:#f5f5f5;verflow:hidden;}

.box_04 .top .right .txt .name{display:block;font-size:15px;color:#333;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .top .right:hover .txt .name{color:#1366bd;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .top .right .txt p{font-size:14px;color:#888;line-height:25px;height:50px;overflow:hidden;margin-top:25px;}

.box_04 .top .right .txt .more{display:block;width:85px;text-align:center;font-size:14px;color:#888;line-height:16px;border-bottom:solid 2px #333;text-transform: Uppercase;margin-top:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .top .right:hover .txt .more{color:#1366bd;line-height:26px;border-bottom:solid 2px #1366bd;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom{width:1200px;height:500px;margin-top:30px;overflow:hidden;}

.box_04 .bottom .right{width:790px;height:500px;float:right;position:relative;}

.box_04 .bottom .right .img{display:block;width:790px;height:500px;overflow:hidden;}

.box_04 .bottom .right .img img{width:790px;height:500px;vertical-align:top;transition: all 1s;}

.box_04 .bottom .right:hover .img img{transform: scale(1.05);}

.box_04 .bottom .right .txt{display:block;width:760px;height:60px;overflow:hidden;position:absolute;left:15px;bottom:15px;z-index:0;background:rgba(0,0,0,0.6);}

.box_04 .bottom .right .txt::before{content:'';width:760px;height:0px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom .right:hover .txt::before{content:'';width:760px;height:60px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom .right .txt .name{display:block;width:640px;height:60px;line-height:60px;padding:0 75px 0 45px;font-size:15px;color:#fff;background:url(../images/case_jt.png) 725px center no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;position:relative;}

.box_04 .bottom .right .txt .name::before{content:'';width:4px;height:20px;background:#1366bd;position:absolute;top:20px;left:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom .right .txt .name::after{content:'';width:4px;height:0px;background:#fff;position:absolute;top:20px;left:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom .right:hover .txt .name::after{content:'';width:4px;height:20px;background:#fff;position:absolute;top:20px;left:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom .left{width:380px;height:500px;float:left;position:relative;}

.box_04 .bottom .left .img{display:block;width:380px;height:280px;overflow:hidden;}

.box_04 .bottom .left .img img{width:380px;height:280px;vertical-align:top;transition: all 1s;}

.box_04 .bottom .left:hover .img img{transform: scale(1.1);}

.box_04 .bottom .left .txt{display:block;width:320px;height:170px;padding:48px 29px 0 29px;border:solid 1px #dcdcdc;background:#f5f5f5;verflow:hidden;}

.box_04 .bottom .left .txt .name{display:block;font-size:15px;color:#333;line-height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom .left:hover .txt .name{color:#1366bd;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom .left .txt p{font-size:14px;color:#888;line-height:25px;height:50px;overflow:hidden;margin-top:25px;}

.box_04 .bottom .left .txt .more{display:block;width:85px;text-align:center;font-size:14px;color:#888;line-height:16px;border-bottom:solid 2px #333;text-transform: Uppercase;margin-top:20px;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .bottom .left:hover .txt .more{color:#1366bd;line-height:26px;border-bottom:solid 2px #1366bd;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .gd{width:148px;height:38px;line-height:38px;border:solid 1px #dcdcdc;text-align:center;margin:40px auto 0 auto;}

.box_04 .gd a{display:block;font-size:14px;color:#888;background:#f5f5f5;-webkit-transition:all .5s;transition:all .5s;}

.box_04 .gd:hover a{display:block;font-size:14px;color:#fff;background:#1366bd;-webkit-transition:all .5s;transition:all .5s;}






/* 横栏广告 */
.box_05{width:100%;height:300px;background:url(../images/ad_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .center{width:1200px;height:300px;margin:0 auto;color:#fff;position:relative;}

.box_05 .center .txt{width:445px;height:auto;position:absolute;top:55px;right:0;}

.box_05 .center .txt p:nth-of-type(1){font-size:26px;line-height:26px;text-align:right;}

.box_05 .center .txt p:nth-of-type(2){width:310px;height:34px;text-align:center;line-height:34px;background:#fff;font-size:22px;color:#1366bd;margin:20px 0 0 135px;}

.box_05 .center .txt p:nth-of-type(3){font-size:12px;line-height:10px;text-align:right;margin-top:20px;text-transform: Uppercase;}

.box_05 .center .tel{width:445px;height:40px;line-height:40px;margin-top:40px;}

.box_05 .center .tel span{display:block;width:auto;padding-left:40px;font-size:23px;font-weight:bold;color:#fff;float:left;position:relative;}

.box_05 .center .tel span i{font-size:14px;color:#fff;float:left;margin-right:10px;}

.box_05 .center .tel span::before{content:'';width:26px;height:26px;background:url(../images/tel02.png);position:absolute;top:7px;left:0;animation: msClock 1.2s linear infinite;}

.box_05 .center .tel a{display:block;width:150px;height:40px;line-height:40px;font-size:15px;color:#333;text-align:center;background:#fff;float:right;}





/* 关于我们 */
.box_06{width:100%;height:692px;background:url(../images/ab_back.jpg) center top no-repeat;padding-top:70px;overflow:hidden;}

.box_06 .h_title{width:283px;height:72px;margin:0 auto;text-align:center;background:url(../images/ab_bt.png) center bottom no-repeat;}

.box_06 .h_title h3{width:283px;font-size:34px;line-height:70px;color:#333;position:relative;}

.box_06 .h_title h3::after{content:'';width:50px;height:2px;background:#1366bd;position:absolute;bottom:0;left:50%;margin-left:-25px;}

.box_06 .center{width:1200px;height:500px;margin:50px auto 0 auto;}

.box_06 .center .left{width:540px;height:500px;float:left;position:relative;}

.box_06 .center .left .top{width:540px;height:auto;}

.box_06 .center .left .top span{display:block;font-size:24px;color:#1366bd;line-height:20px;text-transform: Uppercase;}

.box_06 .center .left .top h4{font-size:24px;color:#1366bd;line-height:26px;font-weight:bold;margin-top:15px;}

.box_06 .center .left .top p{width:480px;font-size:14px;color:#888;line-height:25px;height:125px;overflow:hidden;margin-top:35px;text-indent:2em;}

.box_06 .center .left .top .more{width:180px;height:40px;margin-top:35px;overflow:hidden;}

.box_06 .center .left .top .more a{display:block;width:150px;height:40px;line-height:40px;float:left;font-size:14px;color:#fff;text-transform: Uppercase;text-align:center;background:#1366bd;position:relative;z-index:0;}

.box_06 .center .left .top .more a::before{content:'';width:150px;height:0px;background:#333;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .top .more:hover a::before{content:'';width:150px;height:40px;background:#333;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .top .more i{display:block;width:30px;height:40px;float:left;background:url(../images/ab_jt.png) center center no-repeat #333;}

.box_06 .center .left .list{width:540px;height:130px;position:absolute;bottom:0;left:0;}

.box_06 .center .left .list a{display:block;width:164px;height:128px;border:solid 1px #dcdcdc;float:left;margin-right:21px;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .list a:hover{border:solid 1px #1366bd;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .list a:last-child{margin-right:0;}

.box_06 .center .left .list a i{display:block;width:39px;height:39px;margin:20px auto 15px auto;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .list a:hover i{margin:15px auto 25px auto;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .list a:nth-of-type(1) i{background:url(../images/ab_icon_01.png) center center no-repeat;}

.box_06 .center .left .list a:nth-of-type(2) i{background:url(../images/ab_icon_02.png) center center no-repeat;}

.box_06 .center .left .list a:nth-of-type(3) i{background:url(../images/ab_icon_03.png) center center no-repeat;}

.box_06 .center .left .list a span{display:block;font-size:16px;color:#333;text-align:center;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .left .list a:hover span{color:#1366bd;-webkit-transition:all .5s;transition:all .5s;}

.box_06 .center .right{width:600px;height:450px;float:right;margin-top:10px;}

.box_06 .center .right img{width:600px;height:450px;vertical-align:top;}













/* 新闻资讯 */
.box_07{width:100%;height:672px;background:url(../images/news_back.jpg) center top no-repeat;padding-top:70px;margin-bottom:60px;overflow:hidden;}


.box_07 .h_title{width:227px;height:72px;margin:0 auto;text-align:center;background:url(../images/news_bt.png) center bottom no-repeat;}

.box_07 .h_title h3{width:227px;font-size:34px;line-height:70px;color:#333;position:relative;}

.box_07 .h_title h3 a{display:block;color:#333;}

.box_07 .h_title h3::after{content:'';width:50px;height:2px;background:#1366bd;position:absolute;bottom:0;left:50%;margin-left:-25px;}

.box_07 .news_center{width:1200px;height:auto;margin:40px auto 0 auto;}

.box_07 .news_center .hd{width:490px;height:40px;overflow:hidden;margin:0 auto;}

.box_07 .news_center .hd ul{width:490px;height:40px;}

.box_07 .news_center .hd ul li{width:150px;height:40px;line-height:40px;cursor:pointer;font-size:16px;text-align:center;background:#fff;float:left;margin-right:20px;position:relative;z-index:0;overflow:hidden;}

.box_07 .news_center .hd ul li:last-child{margin-right:0;}

.box_07 .news_center .hd ul li::before{content:'';width:150px;height:0px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .hd ul li.on::before{content:'';width:150px;height:40px;background:#1366bd;position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .hd ul li a{display:block;color:#333;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .hd ul li.on a{display:block;color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd{width:1200px;height:auto;margin-top:30px;overflow:hidden;}

.box_07 .news_center .bd .main{width:1200px;height:420px;overflow:hidden;}

.box_07 .news_center .bd .main li:nth-of-type(4n-1){margin-right:0}

.box_07 .news_center .bd .main li:nth-of-type(1){width:550px;height:200px;padding:0 20px;background:#fff;margin:0 20px 20px 0;float:left;position:relative;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd .main li:nth-of-type(1) .name{display:block;font-size:16px;color:#333;line-height:16px;height:16px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd .main li:nth-of-type(1):hover .name{color:#1366bd;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd .main li:nth-of-type(1) p{font-size:14px;color:#666;line-height:25px;height:50px;overflow:hidden;margin-top:25px;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd .main li:nth-of-type(1) .more{display:block;width:48px;height:28px;line-height:28px;margin-top:25px;border:solid 1px #dcdcdc;font-size:14px;color:#888;text-align:center;-webkit-transition:all .5s;transition:all .5s;position:relative;z-index:0; background:none !important;}

.box_07 .news_center .bd .main li:nth-of-type(1):hover .more{border:solid 1px #1366bd;color:#fff;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd .main li:nth-of-type(1) .more::before{content:'';width:48px;height:0px;background:#1366bd;position:absolute;top:0;left:0;z-index:-1;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd .main li:nth-of-type(1):hover .more::before{content:'';width:48px;height:28px;background:#1366bd;position:absolute;top:0;left:0;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd .main li:nth-of-type(1) span{display:block;font-size:14px;color:#888;line-height:16px;position:absolute;bottom:25px;right:20px;}














.box_07 .news_center .bd .main li{width:245px;height:200px;padding:0 20px;background:#fff;margin:0 20px 20px 0;float:left;position:relative;-webkit-transition:all .5s;transition:all .5s;}


.box_07 .news_center .bd .main li .name{display:block;font-size:16px;color:#333;line-height:22px;height:44px;overflow:hidden;margin-top:27px;-webkit-transition:all .5s;transition:all .5s;}

.box_07 .news_center .bd .main li:hover .name{color:#1366bd;-webkit-transition:all .5s;transition:all .5s;}


.box_07 .news_center .bd .main li p{font-size:14px;color:#666;line-height:25px;height:50px;overflow:hidden;margin-top:12px;}







.box_07 .news_center .bd .main li .more{display:block;width:6px;height:15px;margin-top:25px;background:url(../images/dian01.png);-webkit-transition:all .5s;transition:all .5s;}




.box_07 .news_center .bd .main li span{display:block;font-size:14px;color:#888;line-height:16px;position:absolute;bottom:30px;right:20px;}

















































































































































































































































































































































/* 提交按钮的线条边框特效 */
.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: #1366bd;
}

.bz-buttonAnimat02::before,
.bz-buttonAnimat02::after,
.bz-buttonAnimat02 .inner::before,
.bz-buttonAnimat02 .inner::after {
    background-color: #1366bd;
}


.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: 2px;
    -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: 2px;
    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
}
