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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('https://www.tonwel.com/font/Alibaba-PuHuiTi-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Bold';
  src: url('https://www.tonwel.com/font/Alibaba-PuHuiTi-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AlibabaPuHuiTi-Light';
  src: url('https://www.tonwel.com/font/Alibaba-PuHuiTi-Light.otf');
  font-weight: normal;
  font-style: normal;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.5 'AlibabaPuHuiTi', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  color: #666;
  outline: 0;
}
/*custom reset*/
html {
  height: 100%;
}
body {
  position: relative;
  min-height: 100%;
  background-color: #000;
}
@media (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
img {
  display: block;
  max-width: 100%;
}
* {
  box-sizing: border-box;
}
a,
a:hover,
a:visited {
  color: inherit;
}
a:hover {
  color: #0065c9;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  height: 117px;
  /*background: #000;*/
  width: 100%;
  z-index: 999;
  color: #fff;
  transition: all 0.5s;
  background: #000;
}
@media (max-width: 1146px) {
  header {
    display: none;
  }
}
header .logo {
  width: 295px;
  height: 75px;
  background: url('../image/logo.png') no-repeat;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
header.header-active {
  position: fixed;
  background-color: #000;
  color: #666;
}
header.header-active .nav a {
  /*color: #fff !important;*/
}
header.header-active .logo {
  background-image: url('../image/logo_black.png');
}
header .header-bd {
  padding: 0 54px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}
header .header-bd .left {
  display: flex;
  align-items: center;
  height: 117px;
}
header .header-bd .right {
  position: relative;
  display: flex;
  align-items: center;
  height: 117px;
}
header .header-bd .nav {
  display: flex;
  /* height: 117px; */
  margin-top: 35px;
  align-items: center;
  color: #f0cf36;
  font-size: 15px;
}
header .header-bd .nav .item > a:first-child {
  padding: 0 35px;
  display: block;
  /* height: 117px;
  line-height: 117px; */
  color: #666;
}
header .header-bd {
  position: relative;
}
header .header-bd .nav .item {
  margin-right: 1px;
}
header .header-bd .nav .item > a {
  position: relative;
  z-index: 2;
  color: #666;
}
/* header .header-bd .nav .item > a:first-child {
  color: #fff;
} */
header .header-bd .nav .item > a:first-child:hover {
  color: #fff;
}
header .header-bd .nav .item.active > a {
  color: #fff !important;
}
header .header-bd .nav .item-sub {
  position: relative;
  color: #666;
}
header .header-bd .nav .item-sub > a:first-child:hover {
  /* background: #383838; */
  color: #fff;
}
header .header-bd .nav .item-sub > a {
  /* background: #383838; */
  color: #666 !important;
}
header .header-bd .nav .item-sub > a:hover {
  /* background: #383838; */
  color: #fff !important;
}
header .header-bd .nav .item-list {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 5px;
  padding-left: 0 !important;
  /* width: 100vw; */
  /* background: #383838; */
  line-height: 60px;
  white-space: nowrap;
}
header .header-bd .nav .item-list ul {
  display: flex;
  justify-content: center;
  /* padding-left: 60px !important; */
}
header .header-bd .nav .item-list a {
  padding: 0 2px;
  margin: 0 5px;
  font-size: 10px;
  color: #666;
}
header .header-bd .nav .item-list a:hover,
header .header-bd .nav .item-list a.active {
  color: #fff !important;
  text-decoration: underline;
}
header .header-bd .top-sub {
  position: absolute;
  right: 18px;
  top: 20px;
  display: flex;
  align-items: center;
}
header .header-bd .search {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
/* header .header-bd .search.active .search-input {
  width: 164px;
} */
header .header-bd .search-input {
  width: 204px;
  background: #ffffff;
  padding: 0 10px 0;
  height: 28px;
  line-height: 28px;
  border: 1px solid #383838;
  background: #000;
  color: #666;
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
header .header-bd .btn-search {
  /* position: absolute;
  right: 7px;
  top: 6px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 28px;
  cursor: pointer;
  background: #383838;
  text-align: center;
  overflow: hidden;
}
header .header-bd .btn-search img {
  display: inline-block;
}
header .change-lg {
  display: block;
  margin-left: 30px;
  height: 28px;
  line-height: 28px;
  /* width: 28px; */
  /* background: #ffffff; */
  color: #383838;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
header .change-lg a:hover,
header .change-lg a.active {
  color: #fff;
}
header .change-lg span {
  padding: 0 2px;
}
body#nav0 #nav0,body#nav1 #nav1,body#nav2 #nav2,body#nav3 #nav3,body#nav4 #nav4,body#nav5 #nav5,body#nav6 #nav6,body#nav7 #nav7,body#nav8 #nav8,body#nav9 #nav9{color: #fff !important;}
.h5-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 21px 20px;
  width: 100vw;
  z-index: 9999;
  overflow-y: auto;
}
.h5-header.header-active {
  background-color: #000;
  color: #fff;
}
.h5-header.header-active .logo {
  background-image: url('../image/logo_black.png');
}
.h5-header.h5-header-active {
  bottom: 0;
  background: #000;
}
.h5-header.h5-header-active .h5-header-bd {
  display: block;
}
.h5-header.h5-header-active .btn-close {
  display: block;
}
.h5-header.h5-header-active .btn-menu {
  display: none;
}
.h5-header.h5-header-active .logo {
  background-image: url('../image/logo_black.png');
}

@media (max-width: 1140px) {
  .h5-header {
    display: block;
  }
}
.h5-header .header-top {
  height: 22px;
}
.h5-header .logo {
  width: 90.5px;
  height: 20px;
  background: url('../image/logo.png') no-repeat;
  background-size: 100%;
}
.h5-header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
.h5-header .btn-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 31.5px;
  height: 31.5px;
  line-height: 31.5px;
  text-align: center;
  background: #ffffff;
  color: #000;
  font-size: 24px;
}
.h5-header .btn-menu {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 31.5px;
  height: 31.5px;
  background: url('../image/menu.png') center center no-repeat;
  background-size: 100% 100%;
}
.h5-header .h5-header-bd {
  display: none;
}
.h5-header .search {
  position: relative;
  margin-top: 28.5px;
}
.h5-header .search .input-search {
  padding: 0 50px 0 10px;
  border: 0;
  width: 100%;
  height: 49px;
  background: #ffffff;
  color: #000;
  font-size: 18px;
}
.h5-header .search .btn-search {
  position: absolute;
  right: 20px;
  top: 13.5px;
  height: 23px;
  width: 23px;
  background: url('../image/btn_search_2.png') no-repeat;
  background-size: 100%;
}
.h5-header .h5-nav {
  margin-top: 45px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 45px;
}
.h5-header .h5-nav .item-sub > a,
.h5-header .h5-nav .item-sub span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.h5-header .h5-nav .item-sub > a:after,
.h5-header .h5-nav .item-sub span:after {
  content: '';
  display: inline-block;
  margin-right: -17px;
  margin-left: 4px;
  width: 13px;
  height: 7px;
  background: url('../image/arrow_down_2.png') no-repeat;
  background-size: 100%;
}
.h5-header .h5-nav .item-sub.active .item-sub-bd {
  display: block;
}
.h5-header .h5-nav a {
  color: #fff;
}
.h5-header .h5-nav .item-sub-bd {
  display: none;
  margin: 10px 0;
  padding: 14px 0;
  background: #fff;
}
.h5-header .h5-nav .item-sub-bd a {
  display: block;
  color: #666;
  font-size: 18px;
}
.h5-header .change-lg {
  margin-top: 59px;
  text-align: center;
}
.h5-header .change-lg a {
  display: inline-block;
  width: 35.5px;
  height: 35.5px;
  line-height: 35.5px;
  text-align: center;
  font-size: 18px;
  color: #000;
  background: #fff;
  font-family: 'Montserrat';
  font-weight: bold;
}

footer {
  margin-top: 40px;
  padding-top: 40px;
  /*width: 100%;*/
  background: #000000;
  color: #fff;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #666;
}
@media (max-width: 768px) {
  footer {
    padding-top: 40px;
    margin-top: 40px;
  }
}
footer .footer-bd {
  padding: 30px 0;
  margin: auto;
  max-width: 1456px;
}
@media (max-width: 768px) {
  footer .footer-bd {
    width: 100%;
  }
}
.footer-logo {
  padding-top: 40px;
}
.footer-logo .footer-logo-bd {
  margin: auto;
  max-width: 1456px;
  display: flex;
}
@media (max-width: 768px) {
  .footer-logo .footer-logo-bd {
    width: 100%;
  }
}
.footer-logo .item {
  margin-right: 60px;
}

.footer-logo .item a:hover {
  -webkit-filter: opacity(50%); /* Chrome, Safari, Opera */

  filter: opacity(50%);
}
@media (max-width: 768px) {
  .footer-logo .item {
    margin-right: 10px !important;
    padding: 0 5px !important;
  }
}
.footer-main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer-main {
    padding: 0 10px;
    display: block;
  }
}
@media (max-width: 768px) {
  .footer-main .footer-logo img {
    width: 90.5px;
    height: 20px;
  }
}
.footer-main .left .info {
  /*flex: 1;*/
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .footer-main .left .info:nth-child(3) {
    margin-top: 10px;
  }
}
.footer-main .left .info .strong {
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-main .left .info .strong {
    margin-bottom: 0;
  }
}
.footer-main .center {
  display: flex;
  align-items: top;
}
@media (max-width: 768px) {
  .footer-main .center {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.footer-main .item-list {
  margin-right: 110px;
  font-size: 14px;
}
.footer-main .item-list a:hover {
  color: #f0cf36;
}

@media (max-width: 768px) {
  .footer-main .item-list {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.footer-main .item-list:last-child {
  margin-right: 0;
}
.footer-main .item-list dt {
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-main .item-list dt {
    margin-bottom: 10px;
  }
}
.footer-main .item-list dd {
  line-height: 36px;
}
.footer-main .right img {
  margin-left: 10px;
  width: 25px;
  display: inline-block;
}
@media (max-width: 768px) {
  .footer-main .right {
    margin-top: 30px;
  }
}
footer .footer-copyright {
  padding: 30px 0;
  line-height: 24px;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .footer-copyright {
    padding: 30px 10px;
  }
}
footer .footer-copyright-bd {
  margin: auto;
  max-width: 1456px;
}
@media (max-width: 768px) {
  footer .footer-copyright-bd {
    width: 100%;
  }
}
.container-main .focus-box {
  position: relative;
  height: 749px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 115px;
}
@media (max-width: 768px) {
  .container-main .focus-box {
    height: 300px;
    background-size: auto 100%;
  }
}
.container-main .focus-box .focus-box-bg-pc,
.container-main .focus-box .focus-box-bg-h5 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.container-main .focus-box .focus-box-bg-h5 {
  display: none;
  background-size: auto 100%;
}

@media (max-width: 768px) {
  .container-main .focus-box .focus-box-bg-pc {
    display: none;
  }
  .container-main .focus-box .focus-box-bg-h5 {
    display: block;
  }
}

.container-main .focus-box .focus-text-box {
  margin: auto;
  max-width: 1456px;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .container-main .focus-box .focus-text-box {
    padding: 0 20px;
    width: 100%;
  }
}
.container-main .focus-box .focus-text-box .focus-text-box-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 749px;
  width: 574px;
}
@media (max-width: 768px) {
  .container-main .focus-box .focus-text-box .focus-text-box-inner {
    width: 100%;
    height: 374.5px;
  }
}
.container-main .focus-box .focus-text-box .sub-title {
  margin-bottom: 21px;
  font-family: 'Montserrat';
  font-size: 14px;
  display: none;
}
@media (max-width: 768px) {
  .container-main .focus-box .focus-text-box .sub-title {
    font-size: 12px;
    margin-bottom: 10px;
    display: none;
  }
}
.container-main .focus-box .focus-text-box .title {
  line-height: 1.2;
  font-size: 36px;
  padding: 20px;
  width: 600px;
  background-color: #000;
}
@media (max-width: 768px) {
  .container-main .focus-box .focus-text-box .title {
    font-size: 18px;
    width: auto;
  }
}
.container-main .focus-box-bd {
  position: absolute;
  width: 50%;
  max-width: 960px;
  left: 50%;
  bottom: 0;
  z-index: 9;
  display: none;
}
@media (max-width: 768px) {
  .container-main .focus-box-bd {
    width: calc(100% - 20px);
    left: 20px;
  }
}
.container-main .focus-box-bd .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 40px;
  height: 86px;
  line-height: 86px;

  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  .container-main .focus-box-bd .info {
    padding-left: 20px;
    height: auto;
    min-height: 46.5px;
    line-height: 1.2;
    font-size: 12px;
  }
}
.container-main .focus-box-bd .info a:hover {
  color: inherit;
}
.container-main .focus-box-bd .info .title {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #fff;
}
.module-normal {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .module-normal {
    margin-top: 70px;
  }
}
.module-normal .module-normal-inner {
  margin: auto;
  max-width: 1456px;
}
@media (max-width: 768px) {
  .module-normal .module-normal-inner {
    padding: 0 20px;
    width: 100%;
  }
}
.module-normal .module-normal-hd {
}
.module-normal .module-normal-hd .sub-title {
  margin-bottom: 7px;
  line-height: 1;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
.module-normal .module-normal-hd .title {
  line-height: 36px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 768px) {
  .module-normal .module-normal-hd .title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.module-normal .module-normal-hd .info {
  margin-top: 20px;
  line-height: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: lighter;
  font-family: 'AlibabaPuHuiTi-Light';
}

.module-normal .module-normal-hd .info p {
}
@media (max-width: 768px) {
  .module-normal .module-normal-hd .info {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
  }
}
.page {
  margin-bottom: 106px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .page {
    margin-bottom: 80;
  }
}
.page .btn-prev,
.page .btn-next {
  width: 61px;
  line-height: 61px;
  text-align: center;
  background-color: #f8f8f8;
  font-size: 18px;
  color: #3b3b3b;
}
@media (max-width: 768px) {
  .page .btn-prev,
  .page .btn-next {
    width: 42px;
    line-height: 42px;
  }
}
.page .page-inner {
  margin: 0 16px;
  padding: 0 34px;
  height: 61px;
  line-height: 61px;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .page .page-inner {
    height: 42px;
    line-height: 42px;
  }
}
.page .page-inner a {
  padding: 0 13px;
  color: #222222;
  font-weight: bold;
  font-size: 12px;
}
.pc-img {
  display: block;
}
.h5-img {
  display: none;
}
@media (max-width: 768px) {
  .pc-img {
    display: none;
  }
  .h5-img {
    display: block;
  }
}
.hover-show {
  position: relative;
}
.hover-show-bd {
  display: none;
  position: absolute;
  top: 40px;
  z-index: 99;
}
.hover-show:hover .hover-show-bd {
  display: block;
}
.hover-show-bd-img {
  display: flex;
}
.hover-show-bd-img img {
  width: 200px !important;
  max-width: 200px !important;
}
