/* 头部 */
.head{
   width: 100%;
   height: 80px;
   position: fixed;
   top: 0;
   z-index: 9999;
}
/* 法律声明 */
.xt_legal{
   max-width: 100%;
   height: auto;
   overflow: hidden;
   margin-top: 80px;
}
.legal_banner{
   width: 100%;
}
.banner{
   background: url("../images/legal/banner.png") no-repeat center;
   height: 320px;
   overflow: hidden;
}
.legal_con{
   height: 993px;
   width: 1000px;
   margin: 105px auto ;
}
.legal_tab{
   float: left;
   width:154px;
}
.legal_tab div{
   width:154px;
   height:52px;
   font-size:22px;
   font-family:Source Han Sans CN;
   font-weight:600;
   color:#242526;
   line-height:52px;
   background: url(../images/legal/bg_tab01.png) no-repeat center;
   margin: 12px auto;
   cursor: pointer;
}
.legal_tab .cur{
   color: #fff;
   background: url(../images/legal/bg_tab02.png) no-repeat center;
}

.legal_xq{
   float: right;
   width: 728px;
   height: auto;
   padding-top: 4px;
}
.legal_xq p{
   font-size:20px;
   font-family:Source Han Sans CN;
   font-weight:400;
   color:#797979;
   line-height:35px;
   text-align: left;
   width: 689px;
   margin-bottom: 42px;
}
.legal_xq li p,img{
   float: left;
}
.legal_xq li img{
   margin-right: 11px;
   margin-top: 8px;
}
.legal_xq li p a{
   color: #0E64F3;
}
.legal_aq .tip{
   width: auto;
   color: #0E64F3;
}
.legal_aq p{
   margin-bottom: 28px;
}
.legal_aq p b{
   color: #242526;
}
.legal_aq li p{
   margin-bottom:18px ;
}




/* 底部 */
.foot{
   width: 100%;
   height: 345px;
}

body{
	min-width: 1200px;
}