.xdh{background-color:#e2ecf2; height:45px; line-height:45px; margin-top:35px; color:#888888; font-size:14px; font-family:"微软雅黑";}
.xdh a{color:#888888; font-size:14px; font-family:"微软雅黑";}
.xdh span{margin-left: 30px;}
.xxnr{ font-family:"微软雅黑"; font-size:14px;}
.wztm{text-align:center; font-size:24px; font-weight:bolder; color:#024099; margin-top:35px;}
.fbsj{color:#888888; text-align:center; margin-top:22px;}
.jtxx{margin-top: 15px; border-top: 1px #ededed solid; padding-top: 72px; line-height:35px;margin-bottom: 100px;word-break: break-all; word-wrap: break-word;}







/* 响应式css */

 /*  1200-1920   */
@media screen and (min-width:1200px) and (max-width:1920px){


}


/*   900-1199   */
@media screen and (min-width:900px) and (max-width:1199px){

}


/*    737-899   */

@media screen and (min-width:737px) and (max-width:899px){


}


/*    480-736    */
@media screen and (min-width:480px) and (max-width:736px){

.xdh{display:none;}

}


/*    320-479    */
@media screen and (min-width:320px) and (max-width:479px){


.xdh{display:none;}

}

/*      320     */
@media screen and (max-width:320px){


.xdh{display:none;}

}