
/*导航*/
.nav{}
.nav ul{ height:2.6rem; display:flex;justify-content: space-around; background:#fff; padding-bottom:1rem;}
.nav li{width:7.3rem;  background:#f33531; display:flex;flex-direction:row;justify-content:center;align-items: center}
.nav li a{ color:#FFF; font-size:1.2rem;}

.formBg{ display:none; width:100%; max-width:640px;height:100%; background:rgba(0,0,0,.3); margin:auto; position:fixed; left:0;right:0; top:0; z-index:999;}
.form{width:100%; background:#fff; position:absolute; left:0; bottom:0; padding:1rem; box-sizing:border-box;}
.form h2{font-size:1.4rem; color:#333; font-weight:bold; padding-bottom:.5rem;}
.form .message{ font-size:1rem; color:#666; padding-bottom:.7rem}
.form .formClose{width: 1.5rem;height: 1.5rem;background-position: center center;background-size: 50%;position: absolute;background-image: url(../images/icon2.png); background-repeat:no-repeat;right: 1rem;top: 1.125rem}
.form ul li span{ display:flex; align-items: center; color:#333; position:relative; line-height:40px; font-size:1.2rem;}
.form ul li i{ float:left;border-left: 4px solid #333;border-bottom: 4px solid transparent;border-top: 4px solid transparent;display: block;width: 0;height: 0; margin-right:.8rem}
.form ul li input{display: block;width:100%;height:40px;line-height: 2rem;color: #333;font-size: 1.1rem; border: 1px solid #f1f1f1; outline:none; padding:0 .5rem; box-sizing:border-box}
.form ul li select{display: block;width:100%;height:40px;line-height: 2rem;color: #333;font-size: 1.1rem; border: 1px solid #f1f1f1; outline:none; padding:0 .5rem; box-sizing:border-box}
.form .sumBtn{width:100%; background:#f33531;height:40px;line-height:40px; font-size:1.4rem; color:#fff; text-align:center; margin:.8rem auto}

/* 底部footer */
.footer{width: 100%;background-color:#fff;position: fixed;z-index: 99;bottom:0;}
.footer img{width: 100%;}
.footer a{position:absolute; display:block}
.footer .btn1{width:88%;height:4rem; right:0; top:0;}
.footer .btn2{width:50%;height:3.4rem; left:0; bottom:0;}
.footer .btn3{width:12%;height:4rem; left:0; top:0;}

#showForm2{width:50%;height:3.4rem; right:0; bottom:0;}



.focus {width: 100%; margin: 0 auto;position: relative;overflow: hidden;}
.focus .hd {width: 100%;height:1.5%;position: absolute;z-index: 1;bottom:5%;text-align: center;}
.focus .hd ul {display: inline-block;padding: 0.4% 1%;background-color: rgba(255, 255, 255, 0.7);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-size: 0;vertical-align: top;}
.focus .hd ul li {display: inline-block;width: 5px;height: 5px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;background: #8C8C8C;margin: 0 0.125rem;vertical-align: top;overflow: hidden;}
.focus .hd ul .on {background: #FE6C9C;}
.focus .bd {position: relative;z-index: 0; height:28.5rem;}
.focus .bd li { vertical-align: middle;width:100%;}
.focus .bd li img {background: url(/images/loadinglit.gif) center center no-repeat;vertical-align: middle;width:100%;}
.focus .bd li a {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}









































