@charset "utf-8";
/* CSS Document */
body{ background:#fff;}

.pt_banner{height:501px;text-align:center;color:#fff;background:url(https://images.qizuu.com/bj/banner/index_ad_banner_6.jpg) center top no-repeat;}
.ba1{margin:90px 0 40px;animation:a1 1s 0s ease both;}
@keyframes a1{
	0%{opacity:0;transform:scale(0.5,0.5);}
	100%{opacity:1;transform:scale(1,1);}
}

.ba2{margin-bottom:60px;line-height:60px;font-size:40px;animation:a2 1s .5s ease both;}
@keyframes a2{
	0%{opacity:0;transform:translateY(50px);}
	100%{opacity:1;transform:translateY(0);}
}
.ba2 strong{font-weight:normal;}

.ba3{margin-bottom:35px;font-size:18px;animation:a3 1s 1s ease both;}
@keyframes a3{
	0%{opacity:0;}
	100%{opacity:1;}
}
.ba4{font-size:26px;animation:a4 1s 1.1s ease both;}
@keyframes a4{
	0%{opacity:0;}
	100%{opacity:1;}
}

.pt_content{padding:0 40px;font-size:16px;}
.pt_content h2{margin:60px 0;text-align:center;font-weight:bold;line-height:60px;font-size:40px;color:#333;}
.pt_content .des p{margin-bottom:25px;line-height:30px;}
.pt_content .des .subtitle2Orange {color: orange;font-weight: 800;font-size: 18px;}
.pt_content .des .subtitle1Orange {color: orange;font-size: 22px;font-weight: bold;}
.pt_content .des .subtitle1 {font-weight: bold;font-size: 18px;}

.item_box {margin-bottom:60px;}
.item_box  .tit{margin-bottom:40px;}
.item_box  .tit h3{line-height:70px;font-size:30px;color:#333;}
.item_box  .tit h3 i{width:70px;margin-right:25px;text-align:center;font-size:36px;color:#fff;background:#fbb30d;}
.item_box  .tit p{margin:0 0 10px 95px;}
.item_pic{margin:0 0 40px 95px;}

.table_box{width:931px;overflow:hidden;margin-left:95px;}
.table_box table{width:100%;border-collapse:collapse;}
.table_box table tr:hover{background:#f8f8f8;}
.table_box table th,.table_box table td{padding:10px 5px;font-weight:normal;text-align:center;}
.table_box table th{color:#fff;background:#fbb30d;}
.table_box table td{border-bottom:1px solid #f2f2f2;}
.ct_tel{margin-top:60px;text-align:center;font-size:26px;}

