@charset "utf-8";
/* CSS Document */
html {overflow-x:hidden;overflow-y:auto;}
html {overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,tr {padding:0;margin:0;border:0;list-style:none;font-weight:normal;font-size: 0.875rem;  color: #000;}
h1,h2,h3,h4,h5,h6 { color:#000;   font-weight: bold;}

body { font-size:1em;  color:#000; word-wrap:break-word; overflow:hidden;}
a {text-decoration:none; color:#000; transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;}
a:hover {text-decoration:none; color:#1952be; }
img { border:none;    max-width: 100%;vertical-align: middle;}
.clear {clear:both;height:0 auto; line-height:0px; zoom:1; font-size:1px;}
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
.wrap { max-width:1220px; padding:0 10px;height:auto; margin: 0 auto;   }
.fl { float:left;}
.fr { float:right;}
.mid {
    display: table;
    height: 100%;
    width: 100%;
}
.cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.block {
    display: block;
}





/*底部*/
.index04{width:100%;overflow:hidden;background:#1952be;}
.index04 .logo{margin-top:3%}
.index04 .foot{padding:1% 0;overflow:hidden}
.index04 .foot .left{width:50%;float:left;}
.index04 .foot .right{width:45%;float:right;}
.index04 .foot .right li{width:50%;float:left;color:#fff;overflow:hidden;margin-bottom:1%;}
.index04 .foot .right li:nth-of-type(2n) {text-align:right}
.index04 .foot .nava{color:#fff;}
.index04 .foot .nava a{color:#fff;margin: 0 3%;}
.index04 .foot .nava a:first-child{margin-left:0}
.index04 .link{margin:2% 0;}
.index04 .link span{color:#a0b0de;}
.index04 .link a{color:#a0b0de;margin:0 0.2%;}
.index04 .fot{padding:0.5% 0;border-top:1px solid #fff;overflow:hidden;}
.index04 .fot span , .index04 .fot span a{color:#fff;}
.index04 .fot span:first-child{float:left}
.index04 .fot span:last-child{float:right}

.lfooter{display:none;}
.up {
    background: url(../images/index22.png) no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 5em;
    right:0;
    width: 86px;
    height: 86px;
	z-index:333;
  background-size: 100%;
}
@media screen and (max-width:850px) {

.index04 .foot .left , .index04 .foot .right{width:100%}

.index04 .foot .right{margin-top:2%;}
.index04 .foot .right li:nth-of-type(2n) {text-align:left;}

}

@media screen and (max-width:680px) {
.index04 .fot span a{display:inline-block;}
.index04 .fot span{display:block;text-align:center;}
.index04 .fot span:first-child , .index04 .fot span:last-child{float:none;}
.up {  width: 55px; height: 55px;;}

}
@media screen and (max-width:460px) {
.index04{margin-bottom:40px;}
.index04 .logo{text-align:center;}
.index04 .fot {padding:2% 0;}
.index04 .foot .right li{width:100%}
.index04 .foot .nava a{    margin: 0 1%;}
.lfooter{display:block; max-width: 100%;position: fixed; height:40px;line-height:40px;bottom: 0px; left: 0;right: 0;margin: 0 auto;display: block; z-index: 99;background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );}
.lfooter ul li { width: 50%;height: 100%; float: left; text-align: center;border-left:1px solid #ccc;}
.lfooter ul li:first-child{border-left:none;}

}