/*reset css*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    line-height: 1;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

* {
    box-sizing: border-box;
}

body {
    font-family:  "Microsoft JhengHei", arial, sans-serif;
    font-size: 1em;
    color: #333333;
    background-color: #FFFFFF;
    line-height: 1.4;
}

.clearfix {
    display: inline-block;
    clear: both;
}
　
/* start commented backslash hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
    clear: both;
}

.clearfix:before,
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*end reset css*/


/* Begin footer */

.container{
    padding-right: 0;
    padding-left: 0;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*header*/

.common-header{
    height:70px;
    width:100%;
}
.container{
    width:1160px;
    line-height: 70px;
    position: relative;
}
.logo{
    width:130px;
    height:55px;
    display: inline-block;
    vertical-align: middle;
    margin-top:7px;
}
.common-header .service{
    position: absolute;
    top:20px;
    right:10px;
    display: inline-block;
    width:100px;
    height:30px;

    line-height: 30px;
    text-align: center;
    vertical-align: middle;
}
.service a{
    display: block;
    color:#fff;
    font-size: 14px;
    background: #0096DC;
    transition: all 0.3s;
}
.service a:hover{
    background: #003355;
}
.logo a{
    width:100%
}
header img{
    display: block;
    max-width: 100%;
    height: auto;
}

/*header end*/
/*媒体查询*/
@media (min-width: 320px) {
    .page {
        width: 96.5%;
    }
      .container {
        width: 96%;
    }
}
@media (min-width: 480px) {
    .page {
        width: 96.5%;
    }

    .container {
        width: 96%;
    }
}
@media (min-width: 768px) {
    .page {
        width: 96.5%;
    }

      .container {
        width: 96%;
    }
}
@media (min-width: 992px) {

     .container {
        width: 96.5%;
    }
}
@media (min-width: 1024px) {
     .container {
        width: 1000px;
    }
}
@media (min-width: 1100px) {
}
@media (min-width: 1220px) {

}
@media (min-width: 1280px) {
     .container {
        width: 1100px;
    }

    .footer .container {
        width: 1160px;
    }
}
@media (min-width: 1367px) {

     .container {
        width: 1100px;
    }

    .footer .container {
        width: 1160px;
    }
}
@media (min-width: 1440px) {

      .container {
        width: 1100px;
    }
}
@media (min-width: 1600px) {
     .container {
        width: 1100px;
    }
}
@media (min-width: 1920px) {
    .footer .container {
        width: 1160px;
    }
      .container {
        width: 1160px;
    }

}

.preload-captcha-container {
    height: 812px;
    width: 100%;
    background: #f8f8f8;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    color: #000;
    font-size: 16px;
}

.captcha-desc {
    padding-top: 75px;
}

.copyright {
    line-height: 1.8;
    color: #999;
    font-size: 10px;
    padding-bottom: 30px;
}

#captcha-box {
    padding-bottom: 150px;
}

.geetest_panel_ghost {
    display: none !important;
}

.geetest_wind.geetest_panel .geetest_panel_box {
    top: 35% !important;
}

.geetest_wind.geetest_panel {
    top: 307px !important;
    height: 220px !important;
}