/* 椤甸潰鍒濆鍖� */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    /*font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;*/
    /*font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";*/
    font-family: Arial,"\5b8b\4f53", sans-serif;
    line-height: 24px;
    /*overflow: hidden;*/
}

td, th, caption {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

address, caption, cite, code, dfn, em,  th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

fieldset, img {
    border: none;
}

ol, ul, li {
    list-style: none;
}

input, textarea, select, button {
    /*font: 14px Verdana, Helvetica, Arial, sans-serif;*/
    font-size: 14px;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
    outline: none;
}


/*绂佺敤浜嗘枃鏈殑鎷栨媺锛屽挨鍏跺湪璋锋瓕涓�*/
textarea {
    resize: none;
}

/*涓轰簡浣挎枃鏈钀藉乏鍙充袱杈瑰榻�*/
p {
    text-align: justify;
    text-justify: distribute;
}

.clearfloat:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visbility: hidden;
    font-size: 0;
    line-height:0;
}

.clearfloat {
    zoom: 1;
}

/*鍏叡澶撮儴*/
.main-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.comm-header {

}

.logo {
    width: 100%;
    height: 90px;
    background: url("../img/comm-header-bg.png");
    text-align: center;
}

.logo img {
    margin-top: 18px;
}

.header-nav {
    width: 100%;
    height: 42px;
    background: url("../img/header-nav-bg.png");
}

.header-nav ul {
    width: 1000px;
    margin: 0 auto;
}

.header-nav li {
    float: left;
    width: 200px;
    height: 42px;
}

.header-nav li a {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    width: 128px;
    padding: 0 16px;
    position: relative;
    top: 6px;
    behavior: url(../PIE.htc);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
}
.header-nav li a:hover{
    background-color: #1f68ff;
}
.header-nav li img {
    vertical-align: -3px;
    margin-right: 6px;
}

/*鍏叡搴曢儴*/
.comm-footer { 
    width: 100%;
    height: 95px;
    background-color: #1f5987;  
}

.copyright {
    width: 485px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.copyright img {
    float: left;
    position: relative;
}

.copyright-text {
    /* float: left; */
    position: relative;
    top: 5px;
    left: 20px;
    align-items: center;
}

.copyright-text p {
    color: #fefefe;
    font-size: 14px;
    text-align: center;
}


.right-login{
	width:285px;
	height:282px;
}
.login-menu {
    width: 120px;
    float: left;
    text-align: center;
    margin-bottom: 1px;
}
.login-menu img {
    display: block;
    margin: 0 auto;
}
.login-menu span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    color: #016bb9;
    font-size: 14px;
}

.wrapDiv {
	width: 1000px;
	margin: 5px auto;  
}
 


