@charset "utf-8";
/* CSS Document */

.dz_banner{height:501px;text-align:center;color:#fff;background:#070d5b url(images/banner.gif) center top no-repeat;}
.dz_ba1{margin:15px 0 15px;animation:a1 1s 0s ease both;}
@keyframes a1{
	0%{opacity:0;transform:scale(0.5,0.5);}
	100%{opacity:1;transform:scale(1,1);}
}

.dz_ba2{margin-bottom:40px;animation:a2 1s .5s ease both;}
@keyframes a2{
	0%{opacity:0;transform:translateY(50px);}
	100%{opacity:1;transform:translateY(0);}
}

.dz_ba3{margin-bottom:35px;font-size:18px;animation:a3 1s 1s ease both;}
@keyframes a3{
	0%{opacity:0;}
	100%{opacity:1;}
}
.dz_ba4{font-size:26px;animation:a4 1s 1.1s ease both;}
@keyframes a4{
	0%{opacity:0;}
	100%{opacity:1;}
}

.tit_box{height:84px;line-height:84px;margin-bottom:25px;position:relative;}
.tit_box h2{font-weight:bold;line-height:46px;font-size:40px;color:#333;position:absolute;left:0;bottom:5px;}
.tit_box span{display:block;height:84px;font-weight:bold;font-size:86px;color:#f7f7f7;}
.tit_box i{width:62px;height:8px;position:absolute;left:0;top:8px;background:#3860c5;}

.tit_box.white h2{color:#fff;}
.tit_box.white i{background:#fff;}
.tit_box.white span{opacity:.1;}

.conTable{width:100%;border-collapse:collapse;margin:70px 0;}

.conTable h3{line-height:42px;margin-bottom:25px;font-size:30px;color:#ff8000;}
.conTable p{line-height:30px;font-size:16px;}

.tit_box_blue{height:110px;line-height:110px;padding:0 35px;margin-bottom:40px;color:#fff;background:#3860c5;}
.tit_box_blue h2{float:left;margin-right:60px;font-weight:bold;font-size:40px;color:#fff;}
.tit_box_blue h3{float:left;font-size:30px;color:#fff;}

.spaceTxt{padding:30px 300px 70px 80px;font-size:16px;line-height:30px;}
.spaceTxt h4{font-weight:bold;font-size:24px;color:#ff8000;}

.specifications{height:638px;background:url(images/pic-11.jpg) center top no-repeat;}
.specifications_con{width:100%;overflow:hidden;}
.con_left{float:left;color:#fff;}
.con_left dl{width:600px;margin-bottom:50px;}
.con_left dl dt{margin-bottom:15px;font-weight:bold;font-size:22px;color:#ff8000;}
.con_left dl dd{font-size:14px;}

.con_right{float:right;}
.con_right img{display:block;}
.w1920{width:1920px;margin:0 auto;overflow:hidden;}