@font-face {
  font-family: FZLTXHJW;
  src: url(FZLTXHJW.TTF);
}
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;
  color: #000000;
  font-family: "FZLTXHJW";
}
/*header*/
.header_on {
  height: 49px;
  background-color: #000000;
  min-width: 980px;
}
.header {
  height: 49px;
  width: 1240px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .header {
    width: 980px;
  }
}
.miui_logo {
  position: absolute;
  width: 46px;
  height: 17px;
  text-indent: -9999px;
  background-image: url(../images/index_0.png);
  top: 16px;
  left: 0;
}
.miui_menu {
  position: absolute;
  top: 9px;
  right: 0;
  width: 500px;
  height: 30px;
  text-align: right;
  line-height: 30px;
}
.miui_menu a {
  color: #dddddd;
  margin-left: 30px;
  font-size: 14px;
}
.miui_menu a.current {
  color: #868686;
}
.miui_menu a:hover {
  color: #868686;
}

/*content*/
.content_on {
  background-color: #fafafa;
  padding-bottom: 100px;
}
.content_on * {
  font-family: "microsoft yahei";
}
.content {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .content {
    width: 980px;
  }
}
.bread_cumbs {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 20px;
  padding: 20px 0;
}
.bread_cumbs a {
  color: #a0a0a0;
}
.bread_cumbs em {
  padding: 0 6px;
}
.download_container {
  background: white url(../images/bl_apply_5.png) no-repeat 100px 80px;
  padding: 180px 70px 80px 550px;
  min-height: 700px;
}
.download h3 {
  font-size: 40px;
  line-height: 60px;
  color: #353535;
  margin-bottom: 10px;
}
.download h4 {
  font-size: 22px;
  line-height: 40px;
  color: #737373;
  margin-bottom: 10px;
}
.description_0 {
  font-size: 14px;
  line-height: 22px;
  color: #747474;
  margin-bottom: 40px;
}
.description_1 {
  font-size: 14px;
  line-height: 22px;
  color: #747474;
  margin-bottom: 60px;
}
.description_2 {
  font-size: 14px;
  line-height: 22px;
  color: #737373;
  margin-bottom: 40px;
}
.description_3 a {
  font-size: 14px;
  line-height: 22px;
  color: #ff6c13;
  margin-bottom: 20px;
}
.download_link {
  display: block;
  width: 280px;
  height: 72px;
  background-color: #3acca8;
  color: white;
  font-size: 22px;
  line-height: 72px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

/*footer*/
.footer_on {
  background-color: #f2f2f2;
  height: 160px;
}
.footer {
  width: 1240px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 1240px) {
  .footer {
    width: 980px;
  }
}
.footer_links {
  text-align: center;
  margin-bottom: 15px;
}
.footer_links li {
  display: inline-block;
  width: 110px;
  border-right: 1px solid #d9d9d9;
  line-height: 14px;
  height: 14px;
  *display: inline;
  zoom: 1;
}
.footer_links li.language_list {
  border-right: none;
  position: relative;
}
.footer_links a:hover {
  color: #f78200;
  text-decoration: underline;
}
.footer_links .language_list a:hover {
  text-decoration: none;
}
.language_list:after {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  position: absolute;
  right: 10px;
  bottom: 3px;
  z-index: 2;
  background: url(../images/index_3.png) no-repeat left bottom;
}
.footer_links li a {
  color: #858585;
  font-size: 14px;
}
.languages {
  position: absolute;
  z-index: 3;
  left: -1px;
  right: -15px;
  bottom: -13px;
  background: white url(../images/index_3.png) no-repeat 92px 138px;
  display: none;
}
.footer_links .language_list:hover .languages {
  display: block;
}
.languages a {
  display: inline-block;
  width: 110px;
  padding-right: 15px;
  padding-left: 1px;
  line-height: 40px;
  color: #8d8d8d;
  font-size: 14px;
}

.weixin {
  position: relative;
}
.weixin img {
  position: absolute;
  left: -20px;
  width: 150px;
  height: 150px;
  bottom: 20px;
  display: none;
}
.footer_links li.weixin:hover img {
  display: block;
}

.copyright {
  line-height: 20px;
  color: #c5c6c8;
  font-size: 11px;
  text-align: center;
}
