.clear{clear:both;}
.h5{height:5px;}
.h10{height:10px;}
.h40{height:40px;}
.h30{height:30px;}
body{min-width: 1200px;}
.box{
	width:1200px;
	margin:0 auto;
}

.head_img{background-image:url(/uploads/image/pgimg/head.jpg);height:283px;text-align: center;
background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}
.body_img{background-image:url(/uploads/image/pgimg/body.jpg);background-size:100% 120%;
    background-repeat: no-repeat;
    background-position: center center;}
.section-title .one-level{margin-top: 50px;text-align: center;font-size:24px;color:#1d538f;}
.section-title .two-level{text-align: center;font-size:40px;color:#ccc;margin:0px 0px -68px 0px;}
.company{width:1000px;margin:0 auto;}
.page{height:120px;width:230px;text-align: center;margin:20px 10px;justify-content:space-around;
	box-shadow: -6px 27px 85px -23px rgb(0 0 0 / 80%);border-radius:8px;float:left;}
.page:hover{transform: scale(1.06);transition:all 1s;}
.logo_box{height:68px;width:180px;display: inline-block;margin-top:10px;padding:5px;}
.logo{background-repeat:no-repeat;background-size:contain;width:100%;height:100%;}
/*.rotate180:hover{transform:rotatey(360deg);transition: all 500ms;}*/
.page .name{font-size:16px;}

/*.foot{height:115px;background-color:#4e4e4e;margin-bottom:0px;}*/

.foot{background:url(/uploads/image/pgimg/footbg.png);color:#fff;text-align:center;line-height:24px;padding:20px;min-width:1100px;overflow:hidden;}

.foot .f_left{float:left;width:845px;}
.foot .f_left a{color:#fff;}
.foot .f_right{float:right;width:325px;}
.foot .f_right span{width:120px;height:80px;display:block;float:left;line-height:120px;}

/*动画*/
/*.ami1{ -webkit-animation:ani_line 1s linear both;}*/
.ami3{ -webkit-animation:ani_line2 1.2s both; }

@keyframes ani_line{
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@keyframes ani_line2{
    from {transform: rotatey(0deg);}
    to {transform: rotatey(360deg);}