@charset "UTF-8";
* {
  font-family: "微软雅黑"; }

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-size: 100%;
  vertical-align: baseline;
  font-style: normal; }

/* HTML5 display-role reset for older browsers */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0; }

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block; }

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a,
img {
  -webkit-touch-callout: none;
  margin: 0;
  padding: 0; }

html,
body {
  /*    -webkit-user-select: none;
    user-select: none;*/
  
  height: 100%;
  background-color: #1c913e }

html,
body,
fieldset,
img,
iframe,
abbr {
  border: none; }

body,
textarea,
input,
button,
select,
keygen,
legend {
  outline: 0; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
  vertical-align: middle;
  cursor: pointer; }

button,
input,
select,
textarea {
  text-decoration: none;
  outline: none;
  -moz-outline: none;
  font: inherit;
  word-break: normal;
  text-transform: none; }

input,
select,
label {
  vertical-align: middle;
  font-weight: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-top: -2px;
  margin-right: 4px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="text"],
input[type="password"],
textarea {
  outline: none;
  border: 0;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  padding: 0 10px; }

body {
  word-wrap: break-word;
  -webkit-touch-callout: none;
  cursor: default;
  -ms-content-zooming: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

body,
textarea,
input,
button,
select,
keygen,
legend {
  outline: 0; }

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

caption,
th {
  text-align: left;
  font-weight: normal; }

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0; }

address,
caption,
cite,
code,
dfn,
th,
em,
var {
  font-style: normal;
  font-weight: normal; }

[hidefocus],
summary {
  outline: 0; }

ul,
ol,
li,
dl {
  list-style: none; }

pre,
code,
kbd,
samp {
  font-family: inherit; }

q:before,
q:after {
  content: none; }

textarea {
  resize: none;
  overflow: auto;
  vertical-align: top; }

del {
  text-decoration: line-through; }

label,
summary {
  cursor: default; }

a,
button {
  cursor: pointer; }

del,
ins,
u,
s,
a,
a:hover,
a:link,
a:active,
a:visited {
  text-decoration: none; }

a,
a:hover {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

a:focus {
  outline: none;
  -moz-outline: none; }

i,
em {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

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

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

button {
  border: 0px; }

.clean:before,
.clean:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clear:after,
.clearfix:after {
  clear: both; }

.clean,
.clearfix {
  zoom: 1; }

.clear {
  clear: both; }

.hidden {
  display: none; }

/* 底部样式 */
footer {
  padding: 30px 0;
}

footer .foot-cnt{
  text-align:center;
  min-width: 980px;
  border-top: 1px solid #d5d5d5;
  padding-top:20px}
footer .foot-cnt p {
  line-height: 32px;
}

/* 头部样式 */
.header .hd-top{
  background-color: #007dc5;
}
.header .hd-top .hd-cnt{
  width: 980px;
  margin: 0 auto;
  height: 114px;
}
.header .hd-top .hd-cnt .hd-left{
  float: left;
  width:200px;
  height: 94px;
  background: url("../imgs/hd-left.png") no-repeat;
  background-size: contain;
  margin: 10px 0 10px 50px;
}
.header .hd-top .hd-cnt .hd-right{
  width:100px;
  float: right;
  height: 94px;
  background: url("../imgs/hd-right.jpg") no-repeat;
  background-size: contain;
  margin-right:50px;
  margin: 10px 50px 10px 0;
}
.header .nav {
  background: #472b2b;
  height: 42px;
}
.header .nav ul{
  width: 980px;
  margin: 0 auto;
}
.header .nav ul li{
  float: left;
  width: 33.3%;
  text-align: center
}
.header .nav ul li a{
  color : #FFFFFF;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  width:100%;
}
.header .nav ul li a:hover{
  color:#666666
}
/* 容器样式 */
.main-container{
  padding-top: 10px;
  background-color: #dd5816;
}
.main-container .main-cnt{
  width: 980px;
  margin: 0 auto;
}

/**************公共样式(常用)***************/
.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-22 {
  font-size: 22px; }

.fs-24 {
  font-size: 24px; }

.fs-26 {
  font-size: 26px; }

/*描述性文字用该class*/
.desc-fcolor,
.desc-fcolor:hover,
.desc-fcolor:visited,
.desc-fcolor:active {
  color: #666666; }

/*红色文字用该class*/
.red-fcolor,
.red-fcolor:hover,
.red-fcolor:visited,
.red-fcolor:active {
  color: #ff4e44; }

/*橙色数字用该class*/
.orange-fcolor,
.orange-fcolor:hover,
.orange-fcolor:visited,
.orange-fcolor:active {
  color: #ff6600; }

/*蓝色文字用该class*/
.blue-fcolor,
.blue-fcolor:hover,
.blue-fcolor:visited,
.blue-fcolor:active {
  color: #50b2e8; }

/*超链接用蓝色class*/
.blue-fcolor,
.blue-fcolor:hover,
.blue-fcolor:visited,
.blue-fcolor:active {
  color: #49b7f2; }



.loading-box {
  position: fixed;
  top: 40%;
  left: 46%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 20px;
  color: #f4f4f4; }

.loadings {
  width: 20px;
  height: 20px;
  display: inline-table;
  vertical-align: middle;
  background: url("data:image/gif;base64,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") no-repeat;
  background-size: 90%; }

.must-icon {
  color: #ff0000; }


@media (min-width:768px) {
    .container {
        width: 980px
    }
}

@media (min-width:992px) {
    .container {
        width: 980px
    }
}

@media (min-width:1024px) {
    .container {
        width: 1190px
    }
}

@media (min-width:1600px) {
    .container {
        width: 1440px
    }
}