* {
    margin: 0px;
    padding: 0px;
    font-family: "微软雅黑";
    font-size: 16px;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
i,
ul,
ol,
dl,
li,
dt,
dd,
form,
input,
select,
option,
textarea,
strong,
hr,
br,
th,
td,
svg,
header,
footer,
iframe {
    margin: 0px;
    padding: 0px;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.c {
    clear: both;
}

.icon {
    /* 通过设置 font-size 来改变图标大小 */
    width: 1em;
    height: 1em;
    /* 图标和文字相邻时，垂直对齐 */
    vertical-align: -0.15em;
    /* 通过设置 color 来改变 SVG 的颜色/fill */
    fill: currentColor;
    /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
             normalize.css 中也包含这行 */
    overflow: hidden;
}

img {
    max-width: 100%;
}

input,
textarea {
    outline: none;
}

.clear {
    clear: both;
}

#wrap {
    width: 100%;
    min-width: 1200px;
}

header {
    position: relative;
    width: 100%;
    height: 232px;
    background: #3786e8 url(../img/top.png) no-repeat top center;
    background-size: 100% 180px;
}

header .top {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

header .top .left {
    float: left;
    width: 600px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 40px;
}

header .top .right {
    float: right;
    width: 600px;
    line-height: 40px;
    text-align: right;
}

header .top .right span {
    margin: 0 5px;
    font-size: 14px;
    color: #4c4c4c;
}

header .top .right a {
    font-size: 14px;
    color: #4c4c4c;
}

header .top .right a:hover {
    color: #3786e8;
}

header .search {
    position: relative;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

header .search .logo{
    display: block;
    width: 450px;
    height: 120px;
}

header .search form {
    position: absolute;
    right: 0;
    top: 50px;
    width: 320px;
    height: 40px;
}

header .search .input {
    float: left;
    width: 250px;
    height: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    text-indent: 10px;
}

header .search .submit {
    float: right;
    width: 60px;
    height: 40px;
    border: none;
    background: #3786e8;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

header .search .submit:active {
    background: #3771cd;
}

header .nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1200px;
    height: 48px;
    margin-left: -600px;
}

header .nav a {
    display: block;
    float: left;
    width: auto;
    height: 48px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
}

header .nav a:hover,
header.home .nav a.home,
header.tz .nav a.tz,
header.gx .nav a.gx,
header.jp .nav a.jp,
header.zb .nav a.zb,
header.download .nav a.download,
header.ph .nav a.ph {
    background: #3771cd;
    text-decoration: none;
}

footer {
    width: 100%;
    /*height: 195px;*/
    margin-top: 30px;
    padding-top: 40px;
    border-top: 2px solid #5b8bd7;
    box-sizing: border-box;
}

footer p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 1;
    text-align: center;
}
footer a{
    font-size: 14px;
    color: #4c4c4c;
}
/*footer p:nth-child(1) {*/
/*    margin-bottom: 32px;*/
/*    font-size: 18px;*/
/*    color: #333;*/
/*}*/

/*footer p:nth-child(2) {*/
/*    margin-bottom: 12px;*/
/*}*/

/*footer p:nth-child(2) {*/
/*    margin-bottom: 25px;*/
/*}*/

#bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#bg .bg {
    width: 100%;
    height: 100%;
}

#bg form {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1111;
    width: 720px;
    margin-left: -360px;
    padding: 0 170px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

#bg .login {
    height: 480px;
    margin-top: -240px;
}

#bg .register {
    height: 540px;
    margin-top: -270px;
}

#bg form h4 {
    font-size: 24px;
    color: #333;
    line-height: 96px;
    text-align: center;
}

#bg form input {
    width: 380px;
    height: 54px;
    margin-top: 22px;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 52px;
}

#bg form input:nth-child(2) {
    margin-top: 0;
}

#bg .login input[type='text'] {
    padding-left: 54px;
    background: url(../img/icon_03.png) no-repeat 10px center;
    background-size: 32px;
}

#bg .login input[type='password'] {
    padding-left: 54px;
    background: url(../img/icon_04.png) no-repeat 10px center;
    background-size: 32px;
}

#bg .register input[type='checkbox'] {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 5px;
}

#bg .register label {
    display: block;
    margin-top: 22px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
    overflow: hidden;
}

#bg .register label a {
    font-size: 14px;
    color: #3786E8;
}

#bg .register label a:hover {
    font-size: 14px;
    color: #93D1FF;
}

#bg form .forget {
    float: right;
    font-size: 16px;
    color: #333;
    line-height: 90px;
}

#bg form .forget:hover {
    color: #3786E8;
}

#bg form .btn {
    display: block;
    width: 160px;
    height: 54px;
    border: none;
    font-size: 16px;
    color: #fff;
    line-height: 54px;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
}

#bg form .btn1 {
    float: left;
    margin-top: 0;
    background: #3786e8;
}

#bg form .btn2 {
    float: right;
    margin-top: 0;
    background: #dfb936;
}

#bg form .btn3 {
    margin: 22px auto 0;
    background: #3786e8;
}