* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  box-sizing: border-box;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
img {
  border: none;
}
.clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.orange {
  color: #f08200 !important;
}
.bold-orange {
  color: #f08200 !important;
  font-weight: bold !important;
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
}
.header .logo {
  float: left;
  margin-left: 50px;
  width: 185px;
  height: 90px;
  line-height: 90px;
}
.header .logo a img {
  border: none;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 980px) {
  .header .logo {
    margin-left: 20px;
  }
}
.header .mobile-top {
  display: none;
}
.header .top-right {
  float: right;
}
.header .top-right .net {
  float: left;
  margin-left: 50px;
  height: 90px;
  line-height: 90px;
}
.header .top-right .net a {
  display: inline-block;
  width: 24px;
  height: 90px;
  line-height: 90px;
  margin: 0 6px;
  vertical-align: middle;
}
.header .top-right .net a.bds_sqq {
  background: url("../img/icon1.png") no-repeat center center;
}
.header .top-right .net a.bds_weixin {
  background: url("../img/icon2.png") no-repeat center center;
}
.header .top-right .net a.bds_tsina {
  background: url("../img/icon3.png") no-repeat center center;
}
.header .top-right .net a.bds_more {
  background: url("../img/icon4.png") no-repeat center center;
}
@media (max-width: 1720px) {
  .header .top-right .net {
    display: none;
  }
}
.header .top-right .rigthmost {
  float: left;
  margin-left: 14px;
  margin-right: 30px;
}
.header .top-right .rigthmost li {
  float: left;
  line-height: 90px;
  font-size: 14px;
}
.header .top-right .rigthmost a {
  color: #999;
}
.header .top-right .rigthmost .on a {
  color: #f08200;
}
.header .top-right .rigthmost .tel {
  padding-left: 36px;
  color: #333;
  background: url("../img/icon5.png") no-repeat left center;
  margin-right: 22px;
}
@media (max-width: 1541px) {
  .header .top-right .rigthmost .tel {
    display: none;
  }
}
.header .top-right .rigthmost .cn {
  background: url("../img/earth.png") no-repeat left center;
}
.header .top-right .rigthmost .cn a {
  margin-left: 30px;
  padding-right: 10px;
}
.header .top-right .rigthmost .en a {
  padding-left: 10px;
  border-left: 1px solid #dbdbda;
}
.header .top-right .rigthmost .search {
  margin-left: 23px;
}
.header .top-right .rigthmost .search form {
  display: inline-block;
  float: left;
}
.header .top-right .rigthmost .search input {
  display: none;
  height: 32px;
  border: 1px solid #ddd;
  outline: none;
  text-indent: 1em;
}
.header .top-right .rigthmost .search a {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 32px;
  border-radius: 2px;
  background: url("../img/search.png") no-repeat center center;
  background-color: #f08200;
}
@media (max-width: 1390px) {
  .header .top-right .rigthmost {
    display: none;
  }
}
.header .nav {
  float: right;
}
.header .nav li {
  max-width: 204px;
  overflow: hidden;
  float: left;
}
.header .nav li.on>a {
  color: #f08200;
  border-bottom: 2px solid #e77927;
}
.header .nav li a {
  box-sizing: border-box;
  display: inline-block;
  color: #333;
  font-size: 16px;
  height: 90px;
  line-height: 90px;
  white-space: nowrap;
  margin: 0 45px;
}
.header .nav li a:hover {
  color: #f08200;
}
@media (max-width: 1817px) {
  .header .nav li a {
    margin: 0 30px;
  }
}
@media (max-width: 980px) {
  .header .nav li a {
    margin: 0 18px;
  }
}
@media (max-width: 840px) {
  .header .nav li a {
    margin: 0 12px;
  }
}
@media (max-width: 768px) {
  .header .nav {
    display: none;
  }
}
.header-on {
  position: fixed !important;
  z-index: 100 !important;
  top: 0;
}
@media (max-width: 768px) {
  .header {
    height: 45px;
    border-bottom: 1px solid #e8e5f0;
  }
  .header .logo {
    height: 45px;
    line-height: 45px;
    width: 80px;
    margin-left: 15px;
  }
  .header .logo img {
    width: 80px;
  }
  .header .mobile-top {
    position: relative;
    display: block;
    float: right;
    height: 45px;
  }
  .header .mobile-top .langtab {
    display: inline-block;
    width: 40px;
    height: 45px;
    background: url("../img/language.png") no-repeat 15px center;
  }
  .header .mobile-top .navtab {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url("../img/navtab.png") no-repeat center center;
  }
  .header .mobile-top ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 1px 4px #ddd;
    padding: 5px 25px;
    text-align: center;
    border-radius: 1px;
  }
  .header .mobile-top ul.language {
    top: 51px;
    left: -70px;
  }
  .header .mobile-top ul.language:after {
    position: absolute;
    top: -4px;
    right: 10px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 4px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .header .mobile-top ul.language li {
    padding: 0 9px;
  }
  .header .mobile-top ul.navmobile {
    top: 57px;
    left: -36px;
  }
  .header .mobile-top ul.navmobile:after {
    position: absolute;
    top: -10px;
    right: 9px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .header .mobile-top ul li:not(:last-child) {
    border-bottom: 1px dashed #e2e2e2;
  }
  .header .mobile-top ul li a {
    line-height: 30px;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
  }
  .header .mobile-top ul li a:hover {
    color: #f08200;
  }
  .header .mobile-top ul li.on a {
    color: #f08200;
  }
}
.menubox {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 90px;
  left: 0;
}
.menubox .menu {
  position: relative;
  max-width: 1200px;
}
.menubox .menu ul {
  float: left;
  position: relative;
  background: #f7f7f7;
  background: rgba(247,247,247,0.95);
}
.menubox .menu ul.menu-b,
.menubox .menu ul.menu-c {
  display: none;
}
.menubox .menu ul.menu-c {
  border-right: none;
}
.menubox .menu ul .to-menu-b:hover:after,
.menubox .menu ul .to-menu-c:hover:after {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  height: 40px;
}
.menubox .menu ul li {
  float: none;
  padding: 0 18px 0 14px;
  border-right: 1px solid #ddd;
  min-width: 120px;
  max-width: none;
}
.menubox .menu ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
}
.menubox .menu ul li.on a {
  color: #f08200;
}
.menubox .menu ul li.on:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 16px;
  display: block;
  height: 0;
  width: 0;
  border-left: 6px solid #f08200;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.menubox .menu ul li a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  color: #59585b;
  margin: 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.menubox .menu ul li a.on {
  color: #f08200;
}
.menubox .menu ul li a.on:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 16px;
  display: block;
  height: 0;
  width: 0;
  border-left: 6px solid #f08200;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.menubox .menu .menuimg {
  float: right;
  width: 300px;
  height: 190px;
  border: 1px solid #ddd;
  margin-right: 25px;
}
.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.container .titlenav {
  border-bottom: 1px solid #e7e7e7;
  height: 36px;
  line-height: 36px;
}
.container .titlenav a {
  color: #59585b;
  font-size: 12px;
}
@media (max-width: 768px) {
  .container .titlenav {
    display: none;
  }
}
.container .toptab {
  padding: 50px 0;
  margin: 0 auto;
  display: table;
}
.container .toptab .tablist {
  display: table-cell;
  text-align: center;
}
.container .toptab .tablist.normaltab>li:hover {
  background-color: #f08200;
  border-left: 1px solid #f08200;
  margin-left: -1px;
}
.container .toptab .tablist.normaltab>li:hover a {
  color: #fff;
}
@media (max-width: 768px) {
  .container .toptab .tablist.normaltab>li:hover a {
    color: #000;
  }
}
.container .toptab .tablist li {
  float: left;
  min-height: 37px;
  line-height: 37px;
}
.container .toptab .tablist li.on {
  background-color: #f08200;
}
.container .toptab .tablist li.on a {
  color: #fff;
}
.container .toptab .tablist li:not(:last-child) a {
  border-right: 1px solid #f08200;
}
.container .toptab .tablist li a {
  color: #000;
  font-size: 16px;
  padding: 0 28px;
}
.container .toptab .tablist>li.on {
  border-left: 1px solid #f08200;
  margin-left: -1px;
}
@media (max-width: 768px) {
  .container .toptab {
    padding: 0;
    display: block;
    position: relative;
    z-index: 10;
  }
  .container .toptab .tablist {
    width: 100%;
    display: block;
    border-top: 1px solid #e7e7e7;
  }
  .container .toptab .tablist li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    display: none;
  }
  .container .toptab .tablist li.on {
    display: block;
    background-color: #fff;
  }
  .container .toptab .tablist li.on a {
    display: block;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    color: #000;
  }
  .container .toptab .tablist li.on a span {
    position: relative;
  }
  .container .toptab .tablist li.on a span:after {
    position: absolute;
    right: -15px;
    top: 40%;
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
  }
  .container .toptab .tablist li a {
    display: block;
    font-size: 14px;
    height: 47px;
    line-height: 47px;
    border: none !important;
  }
  .container .toptab .tablist.normaltab>li:hover {
    background-color: #fff;
  }
}
.normal-title {
  border-bottom: 1px solid #e7e7e7;
}
.normal-title a {
  display: inline-block;
  padding: 0 1em;
  color: #333;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
}
.normal-title a.on {
  border-bottom: 2px solid #f08200;
  color: #f08200;
}
@media (max-width: 768px) {
  .normal-title a {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #d3d3d3;
  }
}
.tablediv {
  padding: 0 2.5%;
  margin-top: 2.5%;
}
.tablediv .table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}
.tablediv .table thead tr th {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  color: #333;
  background-color: #ffdeb7;
  text-align: center;
  white-space: nowrap;
  padding: 0 15px;
}
.tablediv .table thead tr th:not(:last-child) {
  border-right: 1px solid #edc697;
}
.tablediv .table thead tr th.aleft {
  text-align: left;
}
.tablediv .table tbody tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}
.tablediv .table tbody tr:nth-of-type(even) {
  background-color: #fff7ee;
}
.tablediv .table tbody tr td {
  color: #333;
  height: 50px;
  line-height: 25px;
  text-align: center;
  padding: 0 15px;
}
.tablediv .table tbody tr td:not(:last-child) {
  border-right: 1px solid #edc697;
}
.tablediv .table tbody tr td.aleft {
  text-align: left;
}
@media (max-width: 320px) {
  .tablediv .table tbody tr td.aleft a {
    width: 209px;
  }
}
.tablediv .table tbody tr td a:hover {
  color: #f08200;
}
.tablediv .table tbody tr td a {
  display: inline-block;
  color: #333;
  border: none;
}
.tablediv .table tbody tr td a.download {
  padding-left: 18px;
  white-space: nowrap;
  background: url("../img/download.png") no-repeat left center;
}
.tablediv .table tbody tr td a.download:hover {
  background: url("../img/downloadon.png") no-repeat left center;
  color: #f08200;
}
.tablediv .table tbody tr td a.yulan {
  padding-left: 18px;
  white-space: nowrap;
  background: url("../img/yulan.png") no-repeat left center;
}
.tablediv .table tbody tr td a.yulan:hover {
  background: url("../img/yulanon.png") no-repeat left center;
  color: #f08200;
}
@media (max-width: 768px) {
  .tablediv .btn {
    width: 26% !important;
  }
}
.page {
  margin-top: 50px;
  margin-bottom: 60px;
  text-align: center;
}
.page ul {
  display: inline-block;
}
.page ul li {
  float: left;
}
.page ul li span {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
}
.page ul li a {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  color: #bababa;
  font-size: 14px;
  border: 1px solid #ececec;
  padding: 0;
}
.page ul li a:not(:last-child) {
  border-right: none;
}
.page ul li.active a {
  color: #fff;
  background-color: #f08200;
}
.page ul li.active span {
  padding: 0;
}
@media (max-width: 768px) {
  .page {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.footer {
  width: 100%;
  background-color: #000;
  text-align: left;
  color: #fff;
}
.footer .bottom {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
}
.footer .links {
  display: inline-block;
  vertical-align: middle;
}
.footer .links a {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 3px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.footer .links .wblink {
  background: url("../img/wblink.png") no-repeat center center;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.footer .links .wxlink {
  background: url("../img/wxlink.png") no-repeat center center;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.footer .links .qzlink {
  background: url("../img/qq.png") no-repeat center center;
  -webkit-background-size: 18px;
  background-size: 18px;
}
.footer .copyright {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.footer .w {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 0;
}
.footer .you {
  overflow: hidden;
  padding-right: 100px;
}
.footer .mobile-cr {
  display: none;
  color: #fff;
  padding: 0;
  text-align: center;
  float: none;
}
.youLink dd {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.youLink dd:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64px;
  background-color: #fff;
  height: 1px;
}
.youLink dt {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}
.youLink dt em {
  font-weight: normal;
  font-style: normal;
}
.youLink dt a {
  color: #fff;
  font-size: 14px;
}
.codeAll {
  float: right;
}
.code {
  padding: 10px;
}
@media (max-width: 768px) {
  .footer {
    padding: 10px;
    padding-bottom: 0;
  }
  .footer .codeAll {
    float: none;
  }
  .footer .copyright {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .footer .links {
    float: none;
  }
  .footer .you {
    padding-right: 0;
  }
  .footer .copyright {
    padding-top: 0;
    height: auto !important;
  }
  .youLink dt.bottom {
    padding-top: 10px;
  }
}
@media (max-width: 768px) and (min-width: 600px) {
  .tablediv .table tbody tr td.aleft a {
    width: auto;
  }
  .tablediv .table tbody tr td a.download {
    padding-right: 25px;
  }
  .tablediv .table tbody tr td:last-child {
    padding-left: 25px;
  }
}
.bd_weixin_popup .bd_weixin_popup_foot {
  line-height: 17px !important;
}
.bd_weixin_popup {
  height: auto !important;
}
@media (max-width: 1200px) {
  .footer .w {
    width: auto;
    padding: 0;
  }
}
img {
  max-width: 100% !important;
}
