@charset "UTF-8";
html,
body,
div,
span,
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,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
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,
nav,
output,
ruby,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Microsoft YaHei", Helvetica, sans-serif; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

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

dl,
dd {
  margin: auto; }

input {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

a,
a:visited {
  color: #007ECB; }

a:link,
a:visited {
  text-decoration: none;
  outline: none; }

a {
  cursor: pointer; }

/*所有超链接不要下划线 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/*任何标签、包括它前面、后面生成的内容都不要影响盒子的边框 */
.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.navbar-default {
  background-color: #FFFFFF;
  border-color: #CCCCCC; }

.navbar-default .navbar-brand {
  height: 70px; }

.navbar-brand .wolf-wz {
  font-size: 18px;
  font-weight: bold;
  color: #000000; }

.navbar-default .navbar-nav > li > a, a:visited {
  height: 70px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: justify;
  text-align-last: justify; }

.navbar-toggle {
  margin-top: 17px; }

.navbar-default .navbar-toggle:hover {
  border-color: #D42828; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #D42828; }

ul.navbar-nav li svg.wolf-icon {
  width: 20px;
  height: 20px;
  fill: #007ECB;
  margin-right: -1px; }

.collapse ul.navbar-nav li:hover {
  background-color: #D42828; }
  .collapse ul.navbar-nav li:hover a {
    color: #FFFFFF !important;
    background-color: #D42828 !important; }
  .collapse ul.navbar-nav li:hover .wolf-icon {
    fill: #FFFFFF; }

.collapse ul.navbar-nav li.active {
  background-color: #D42828; }
  .collapse ul.navbar-nav li.active a {
    color: #FFFFFF;
    background-color: #D42828; }
  .collapse ul.navbar-nav li.active .wolf-icon {
    fill: #FFFFFF; }

.navbar-nav {
  margin: 0 -15px; }

.navbar-brand > img {
  display: inline-block; }

.dropdown-menu {
  min-width: 110px;
  font-size: 16px;
  border-radius: 0;
  padding: 0; }

.dropdown-menu > li > a {
  text-align: justify;
  text-align-last: justify;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ccc; }

.navbar .dropdown-menu li.active {
  background-color: #007ECB; }
  .navbar .dropdown-menu li.active a {
    color: #FFFFFF;
    background-color: #007ECB; }

.dropdown-menu > li > a:hover {
  color: #FFFFFF;
  background-color: #007ECB; }

/*footer*/
#contact {
  background: #333; }

#contact h4 {
  font-weight: bold;
  color: #ccc;
  margin-top: 50px; }

#contact .footer_link li {
  float: left;
  margin: 30px 0;
  padding: 0 40px;
  border-right: 1px solid #ccc; }

#contact .footer_link li > a {
  font-size: 14px;
  color: #ccc; }

address.clear {
  margin-top: 30px; }

#contact p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 20px;
  color: #ccc; }

.footer {
  font-weight: 400;
  text-align: center;
  padding: 20px; }

.footer a {
  color: #ccc; }

#contact .wechat_code {
  padding-top: 50px; }
  #contact .wechat_code h5 {
    font-weight: bold;
    font-size: 1.6rem;
    color: #ccc;
    margin-bottom: 30px; }
  #contact .wechat_code img {
    width: 18%; }
  #contact .wechat_code p {
    margin-left: 14px; }

@media (max-width: 767px) {
  #contact .wechat_code img {
    display: block;
    margin: 0 auto;
    width: 60%; }
  #contact .wechat_code p {
    text-align: center; } }
.chevron_up {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 40px;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer; }

#toTop {
  display: none; }

@media (max-width: 767px) {
  .footer a {
    display: block; }

  .chevron_up {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 16px; } }
@media (max-width: 768px) {
  .navbar-brand .wolf-wz {
    font-size: 14px !important;
    display: inline-block;
    text-align: center; } }
@media (max-width: 320px) {
  #contact p {
    font-size: 12px; } }
@media (min-width: 768px) and (max-width: 1000px) {
  .navbar-brand .wolf-wz {
    display: none; } }
@media (max-width: 768px) {
  .navbar-default .navbar-nav > li > a, a:visited {
    text-align: left;
    text-align-last: left; } }

.mt-20 {
  margin-top: 20px;
}
.ft-18 {
  font-size: 18px;
}
.ft-16 {
  font-size: 16px;
}
.ft-12 {
  font-size: 12px;
}
.cx-text-99 {
  color: #999;
}

/*# sourceMappingURL=comm.css.map */
