/*属性重置*/
html,body,h1,h2,h3,ul,ol,li,p,dl,dt,dd,input,form{margin: 0; padding: 0; font:100px Microsoft YaHei,arial; color:#333;font-weight: normal; font-size: 0.22rem;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none; }
header,nav,section,footer{max-width: 7.5rem; margin: 0 auto;}
input{border: none;}
li{list-style: none;}
img{display: block; border: none;}
a{text-decoration: none; color: #fff;}
.fl{float: left;}
.fr{float: right;}
.center{width: 6.9rem; margin: 0 auto;}
.clear::after{content: "";display: table; clear: both;}

/*动画*/
@keyframes mydh
{
from {transform: scale(1,1);}
to {transform: scale(1.2,1.2);}
}
@keyframes xuanzhuan{
	0%,75%{transform: rotateY(0deg);}
	90%{transform: rotateY(360deg);}
	100%{transform: rotateY(360deg);}
	
}
@keyframes f_t{
	0%{transform: scale(0.8,0.8);}
	50%{transform: scale(1.2,1.2);}
	100%{transform: scale(0.8,0.8);}
	
}

/*头部*/
header .top_phone{padding-bottom: 0.96rem;}
header .top_phone img{width: 7.5rem; position: fixed; top: 0; z-index: 999;}
header .logo_box{height: 1.3rem; background: #fff;}
header .logo_box .menu_icon{margin-top: 0.4rem; width: 0.4rem; cursor: pointer;}
header .logo_box .menu_icon::before{content: "";display: block; height: 0.04rem; background: #0bb1a5;}
header .logo_box .menu_icon::after{content: "";display: block; height: 0.04rem; background: #0bb1a5;}
header .logo_box .menu_icon i{display: block; height: 0.04rem; background: #0bb1a5; margin: 0.1rem 0;}
header .logo_box .top_logo{width:90%;margin: 0.14rem 0 0 0.22rem;}
header .logo_box .top_logo img{width: 100%;}
header .logo_box .top_zx{font-size: 0.6rem; color: #0bb1a5; margin-top: 0.22rem; cursor: pointer;animation:mydh 1s infinite;}

/*头部结束*/

/*间隔*/
.jiange{width: 7.5rem; height: 0.3rem; background: #f5f5f5;margin-top: 0.8rem;}
/*间隔结束*/

/*按钮*/
.btn{display: block; width: 6.9rem; height: 0.8rem; line-height: 0.8rem; font-size: 0.4rem; background: #0bb1a5; border-radius: 0.1rem;margin: 0.3rem auto 0; }
.btn i{font-size: 0.6rem; display:block;margin:0 0.2rem 0 1.47rem; float: left;}
.btn1{background: #ed6c02; margin-top: 0.2rem;}
.btn2 i{margin-left: 0.3rem;}
/*按钮结束*/


/*版权*/
.copy{ background: url("../images/footer_bg.jpg") no-repeat; background-size: cover; margin-top:0; padding-bottom: 1rem;}
.copy .footer_logo img{width: 4.67rem; margin: 0 auto; padding-top: 0.5rem;}
.copy .liansuo{margin-top: 0.3rem;}
.copy .liansuo h2{font-size: 0.36rem; color: #fff; text-align: center;}
.copy .liansuo h2::before,.copy .liansuo h2::after{content: ""; display: inline-block; width: 1.8rem; height: 0.02rem; background: #fff; margin-bottom: 0.1rem;}
.copy .liansuo h2::before{margin-right: 0.15rem;}
.copy .liansuo h2::after{margin-left: 0.15rem;}
.copy .liansuo p{text-align: center; margin-top: 0.1rem; color: #fff;}
.copy .p1{margin-top:0.2rem; text-align:center;font-size:0.30rem; color:#fff;}

/*版权结束*/

/*底部*/
body{position: relative;}
footer{width: 7.5rem; position: fixed; bottom: 0; left: 50%; margin-left: -3.75rem; z-index: 999; background: #ff6000; height: 1rem;}

footer  .img1 img{width: 5.1rem;}
footer  .img2 img{width: 1.5rem;}
footer .center{overflow: hidden; margin-top: 0.2rem;}
/*底部结束*/
