@charset "UTF-8";

@font-face {
  font-family: 'Siyuan';
  src:url(../font/Siyuan.otf) format('OpenType');
  /* src:url(../Public/font/Siyuan.otf) format('opentype'); */
}

html {
    font-family: 'Siyuan';
    /* src:url(../Public/font/Siyuan.otf) format('opentype'); */
  /* font-family: Poppins,"PingFang SC", "Microsoft Yahei", "微软雅黑", Microsoft Yahei, sans-serif; */
  scroll-behavior: smooth;
}


body {
  background: #f5f6f7;
}

/*!- w104-wrapper begin -*/
.w104-wrapper {
  max-width: 1660px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 1280px) {
  .w104-wrapper {
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w104-wrapper {
    padding: 0 16px;
  }
}

/*!- w104-wrapper end -*/
/*!- w104-section begin -*/
.w104-section {
  padding: 40px 0;
}
@media screen and (max-width: 1280px) {
  .w104-section {
    padding: 24px 0;
  }
}
@media screen and (max-width: 992px) {
  .w104-section {
    padding: 16px 0;
  }
}
.w104-section.mm {
  padding: 0;
}
.w104-section.mb {
  padding-bottom: 0;
}
.w104-section.mt {
  padding-top: 0;
}

/*!- w104-section end -*/
/*!- w104-scrollbar begin -*/
.w104-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.w104-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
}
.w104-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

/*!- w104-scrollbar end -*/
/*!- w104-header begin -*/
.w104-header {
  height: 72px;
}
.w104-header .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  height: 72px;
}
.w104-header .container {
  position: relative;
  z-index: 1;
}
.w104-header .content {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
}
.w104-header .content > .logo {
  flex: none;
  font-size: 0;
}
.w104-header .content > .logo a {
  display: inline-block;
  margin: 12px 0;
}
.w104-header .content > .logo h1 {
  text-indent: -9999px;
  height: 0;
}
.w104-header .content > .logo img {
  display: block;
  height: 48px;
  width: auto;
}
.w104-header .content > .navs {
  flex: auto;
}
.w104-header .content > .navs > ul {
  display: flex;
  justify-content: flex-end;
}
.w104-header .content > .navs > ul > li {
  position: relative;
}

.w104-header .content > .navs > ul > li > a {
  display: block;
  position: relative;
  padding: 0 20px;
  line-height: 72px;
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  transition: color .4s;
  white-space: nowrap;
}
@media screen and (max-width: 1600px) {

}
@media screen and (min-width: 1000px) and (max-width: 1600px){  
  .w104-header .content > .navs > ul > li > a {
     padding: 0 13px;
  }
  
  .w104-header .content {
     padding: 0 12px;  
  }
  .w104-header .content > .logo img {
    height: 38px;
    width: 160px;
   }
    
}
.w104-header .content > .navs > ul > li > a > i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transition: border-color .4s;
  transform: rotate(45deg);
}
.w104-header .content > .navs > ul > li > a:hover {
  color: #004785;
}
.w104-header .content > .navs > ul > li:hover > .dropdown {
  display: block;
}
.w104-header .content > .navs > ul > li.multi {
  position: static;
}
.w104-header .content > .navs > ul > li.multi .dropdown {
  transform: none;
  left: 0;
  width: 100%;
  -webkit-animation: header-dropdown-in2 0.4s both .1s;
  animation: header-dropdown-in2 0.4s both .1s;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}
.w104-header .content > .navs > ul > li.multi .dropdown .row .col {
  /* width: 25%; */
  width: 16%;
  white-space: normal;
  padding: 30px;
}

.w104-header .content .dropdown .row .col .dlheader { 
  margin-bottom: 0px !important;
  }

.w104-header .content > .navs > ul > li.multi .dropdown dl dt, .w104-header .content > .navs > ul > li.multi .dropdown dl dd {
  margin-bottom: 8px;
}
.w104-header .content > .navs > ul > li.multi .dropdown dl dt a, .w104-header .content > .navs > ul > li.multi .dropdown dl dd a {
  text-align: left;
  padding: 0;
}


.w104-header .content > .navs > ul > li.multi .dropdown dl dt a {
  font-size: 16px;
  min-height: 64px;
  background-color: #e6edf3;
}
.w104-header .content > .navs > ul > li.active > a {
  color: #004785;
}
.w104-header .content > .navs .dropdown {
  display: none;
  position: absolute;
  top: 72px;
  left: 50%;
  background-color: #fff;
  max-height: 50vh;
  overflow: visible auto;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  -webkit-animation: header-dropdown-in 0.4s both .1s;
  animation: header-dropdown-in 0.4s both .1s;
}
.w104-header .content > .navs .dropdown dl dt a, .w104-header .content > .navs .dropdown dl dd a {
  display: block;
  transition: color .4s;
  text-align: center;
  font-weight:500;
}
.w104-header .content > .navs .dropdown dl dt a {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 40px;
  padding: 0 24px;
  color: #333;
  transition: background-color .4s, color .4s;
}
.w104-header .content > .navs .dropdown dl dt a > img {
  display: block;
  width: 100%;
  max-height: 128px;
  object-fit: cover;
  object-position: center;
  transition: opacity .4s;
}
.w104-header .content > .navs .dropdown dl dt a > h4 {
  display: block;
  position: absolute;
  max-height: 100%;
  width: 100%;
  top: 50%;
  left: 0;
  padding: 0 2px;
  /* padding: 0 32px; */
  white-space: normal;
  word-break: break-word;
  transition: color .4s;
  transform: translateY(-50%);
}
.w104-header .content > .navs .dropdown dl dt a:hover {
  color: #004785;
  background-color: #e6edf3;
}
.w104-header .content > .navs .dropdown dl dt a:hover > img {
  opacity: .5;
}
.w104-header .content > .navs .dropdown dl dd a {
  font-size: 14px;
  line-height: 1.3;
  color: #666;
}
.w104-header .content > .navs .dropdown dl dd a:hover {
  color: #004785;
}
.w104-header .content > .navs .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1660px;
  margin: 0 auto;
}
.w104-header .content > .navs .row .col {
  white-space: nowrap;
}
.w104-header .content > .menu {
  flex: none;
}
.w104-header .content > .menu > ul {
  display: flex;
}
.w104-header .content > .menu > ul > li {
  display: block;
  position: relative;
}
.w104-header .content > .menu > ul > li:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #e6e6e6;
}
.w104-header .content > .menu > ul > li:first-child:after {
  display: none;
}
.w104-header .content > .menu > ul > li > a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 20px;
  line-height: 72px;
  font-size: 0;
  color: #333;
  transition: color .4s, background-color .4s;
}
.w104-header .content > .menu > ul > li > a > img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: auto;
}
.w104-header .content > .menu > ul > li > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
.w104-header .content > .menu > ul > li > a:hover {
  background-color: #f5f5f5;
  color: #004785;
}
.w104-header .content > .menu > ul > li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-animation: header-dropdown-in2 0.4s both .1s;
  animation: header-dropdown-in2 0.4s both .1s;
  right: 0;
  max-height: 50vh;
  overflow: visible auto;
}
.w104-header .content > .menu > ul > li ul li > a {
  display: block;
  padding: 0 24px;
  line-height: 40px;
  white-space: nowrap;
  word-break: keep-all;
  font-size: 0;
  color: #666;
  transition: color .4s, background-color .4s;
}
.w104-header .content > .menu > ul > li ul li > a > img {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: auto;
  margin-right: 8px;
}
.w104-header .content > .menu > ul > li ul li > a > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.w104-header .content > .menu > ul > li ul li:hover > a {
  background-color: #e6edf3;
  color: #004785;
}
.w104-header .content > .menu > ul > li:hover > ul {
  display: block;
}
.w104-header .content > .search {
  display: none;
  flex: none;
  padding: 16px;
}
.w104-header .content > .search .search-bar {
  display: flex;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
}
.w104-header .content > .search .search-bar > input {
  display: block;
  flex: 1;
  width: 100%;
  line-height: 40px;
  border: 0;
  background: none;
  padding: 0 16px;
  color: #333;
}
.w104-header .content > .search .search-bar > button {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  text-align: center;
  color: #333;
}
.w104-header .content > .search .search-bar > button > i {
  font-size: 16px;
}
.w104-header .content > .toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.w104-header .content > .toggle a {
  display: block;
  position: relative;
  width: 20px;
  height: 18px;
}
.w104-header .content > .toggle a > span {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #000;
  transition: top .4s, opacity .4s, transform .4s;
}
.w104-header .content > .toggle a > span:nth-child(1) {
  top: 0;
}
.w104-header .content > .toggle a > span:nth-child(2) {
  top: 17px;
}
.w104-header .content > .toggle a > span:nth-child(3) {
  top: 9px;
}
@media screen and (max-width: 1280px) {
  .w104-header {
    height: 64px;
  }
  .w104-header .header-wrap {
    height: 64px;
    background-color: #fff;
  }
  .w104-header .content {
    padding: 0 24px;
  }
  .w104-header .content > .logo a {
    margin: 11px 0;
  }
  .w104-header .content > .logo img {
    height: 36px;
  }
  .w104-header .content > .navs > ul > li > a {
    padding: 0 14px 0 0;
    line-height: 64px;
    font-size: 15px;
  }
  .w104-header .content > .navs .dropdown {
    top: 64px;
  }
  .w104-header .content > .navs .dropdown dl dt a {
    font-size: 14px;
  }
  .w104-header .content > .navs .dropdown dl dt a > h4 {
    padding: 0px;
  }
  .w104-header .content > .menu > ul > li > a {
    padding: 0 16px;
    line-height: 64px;
  }
  .w104-header .content > .menu > ul > li > a > img {
    height: 14px;
  }
  .w104-header .content > .menu > ul > li > a > i {
    font-size: 18px;
  }
  .w104-header .content > .menu > ul > li ul li > a {
    padding: 0 2px;
  }
  .w104-header .content > .menu > ul > li ul li > a > img {
    height: 14px;
  }
  .w104-header .content > .menu > ul > li ul li > a > span {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-header {
    height: 56px;
  }
  .w104-header .header-wrap {
    height: 56px;
    background-color: #fff;
    overflow: hidden;
    transition: height .4s;
  }
  .w104-header .backing {
    display: none;
  }
  .w104-header .content {
    flex-direction: column;
    padding: 0;
  }
  .w104-header .content > .logo {
    padding: 0 16px;
  }
  .w104-header .content > .logo a {
    margin: 8px 0;
  }
  .w104-header .content > .logo img {
    height: 40px;
  }
  .w104-header .content > .navs {
    order: 1;
    padding: 0 16px;
  }
  .w104-header .content > .navs > ul {
    flex-direction: column;
    justify-content: left;
  }
  .w104-header .content > .navs > ul > li {
    border-top: 1px solid #e6e6e6;
  }
  .w104-header .content > .navs > ul > li > a {
    padding: 0;
    line-height: 44px;
    font-size: 16px;
  }
  .w104-header .content > .navs > ul > li > a > i {
    display: none;
  }
  .w104-header .content > .navs > ul > li:hover > .dropdown {
    display: none;
  }
  .w104-header .content > .navs .dropdown {
    display: none;
  }
  .w104-header .content > .menu > ul {
    display: block;
  }
  .w104-header .content > .menu > ul > li:after {
    display: none;
  }
  .w104-header .content > .menu > ul > li.search {
    display: none;
  }
  .w104-header .content > .menu > ul > li.language > a {
    display: none;
  }
  .w104-header .content > .menu > ul > li:hover > ul {
    display: flex;
  }
  .w104-header .content > .menu > ul > li ul {
    display: flex;
    padding: 0 4px;
    position: static;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: none;
    box-shadow: none;
    right: auto;
    overflow-x: auto;
    transform: none;
    -webkit-animation: none;
    animation: none;
  }
  .w104-header .content > .menu > ul > li ul li > a {
    padding: 0 2px;
    color: #333;
  }
  .w104-header .content > .menu > ul > li ul li > a  {
    width: 104px;
  }
  .w104-header .content > .menu > ul > li ul li > a > img {
    height: 14px;
  }
  .w104-header .content > .menu > ul > li ul li > a > span {
    font-size: 14px;
  }
  .w104-header .content > .search {
    display: block;
  }
  .w104-header .content > .toggle {
    display: block;
    height: 56px;
    width: 56px;
    padding: 19px 18px;
  }
  .w104-header.opened .header-wrap {
    height: 100vh;
  }
  .w104-header.opened .content > .toggle a > span:nth-child(1) {
    transform: rotate(135deg);
    top: 9px;
  }
  .w104-header.opened .content > .toggle a > span:nth-child(2) {
    transform: rotate(225deg);
    top: 9px;
  }
  .w104-header.opened .content > .toggle a > span:nth-child(3) {
    opacity: 0;
  }
}

@-webkit-keyframes header-dropdown-in {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50%);
    transform: translateY(-50px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes header-dropdown-in {
  0% {
    -webkit-transform: translateY(-50px) translateX(-50%);
    transform: translateY(-50px) translateX(-50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
}
@-webkit-keyframes header-dropdown-in2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes header-dropdown-in2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*!- w104-header end -*/
/*!- w104-footer begin -*/
.w104-footer {
  background-color: #1A1A1A;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23303030' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.w104-footer .w104-footer-content {
  padding: 48px 0;
}
.w104-footer .w104-footer-list {
  display: flex;
  justify-content: space-between;
  margin: -32px 0 0 -32px;
}
.w104-footer .w104-footer-item {
  display: block;
  max-width: 25%;
  min-width: 15%;
  padding: 32px 0 0 32px;
}
.w104-footer .w104-footer-item dl {
  line-height: 1.576;
}
.w104-footer .w104-footer-item dl dt {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}
.w104-footer .w104-footer-item dl dt a {
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.w104-footer .w104-footer-item dl dt:hover a {
  color: #F49628;
}
.w104-footer .w104-footer-item dl dt.icon {
  font-size: 0;
}
.w104-footer .w104-footer-item dl dt.icon a {
  font-size: 0;
  margin-right: 8px;
}
.w104-footer .w104-footer-item dl dt.icon a:hover i {
  color: #ab691c;
}
.w104-footer .w104-footer-item dl dt.icon i {
  font-size: 32px;
  color: #F49628;
  transition: color .3s;
}
.w104-footer .w104-footer-item dl dd {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.65);
}
.w104-footer .w104-footer-item dl dd span, .w104-footer .w104-footer-item dl dd i {
  display: inline-block;
}
.w104-footer .w104-footer-item dl dd a {
  display: inline-block;
  font-weight: lighter;
  text-decoration: none;
  color: inherit;
  transition: color .3s;
}
.w104-footer .w104-footer-item dl dd:hover a {
  color: #F49628;
}
.w104-footer .w104-footer-external {
  display: block;
  text-align: center;
  line-height: 1.576;
  font-size: 14px;
  padding: 8px 16px 32px;
}
.w104-footer .w104-footer-external a {
  margin: 4px;
  color: rgba(255, 255, 255, 0.45);
}
.w104-footer .w104-footer-external a:hover {
  color: #F49628;
}
.w104-footer .w104-footer-copyright {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-size: 14px;
  line-height: 1.576;
  padding: 16px;
}
.w104-footer .w104-footer-copyright a {
  color: inherit;
}
@media screen and (max-width: 1280px) {
  .w104-footer .w104-footer-content {
    padding: 32px 0;
  }
  .w104-footer .w104-footer-list {
    margin: -24px 0 0 -24px;
  }
  .w104-footer .w104-footer-item {
    padding: 24px 0 0 24px;
  }
  .w104-footer .w104-footer-item dl dt {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .w104-footer .w104-footer-item dl dt.icon i {
    font-size: 32px;
  }
  .w104-footer .w104-footer-item dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-footer .w104-footer-content {
    padding: 16px 0;
  }
  .w104-footer .w104-footer-list {
    margin: -16px 0 0 -16px;
    justify-content: center;
  }
  .w104-footer .w104-footer-item {
    padding: 16px 0 0 16px;
    display: none;
    max-width: none;
    text-align: center;
  }
  .w104-footer .w104-footer-item.alive {
    display: block;
  }
  .w104-footer .w104-footer-copyright {
    font-size: 12px;
  }
}

/*!- w104-footer end -*/
/*!- w104-sidebar begin -*/
.w104-sidebar .w104-sidebar-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 998;
}
.w104-sidebar .w104-sidebar-item {
  position: relative;
  height: 48px;
}
.w104-sidebar .w104-sidebar-item .wrap {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  transform: translateX(-48px);
}
.w104-sidebar .w104-sidebar-item .trigger {
  display: flex;
  color: #fff;
  background-color: #337ab7;
}
.w104-sidebar .w104-sidebar-item .trigger .icon {
  display: block;
  flex: none;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.w104-sidebar .w104-sidebar-item .trigger .icon i {
  font-size: 24px;
}
.w104-sidebar .w104-sidebar-item .trigger .text {
  display: block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 16px 0 8px;
  white-space: nowrap;
  word-break: keep-all;
}
.w104-sidebar .w104-sidebar-item ._popover {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  padding: 0 12px 0 0;
}
.w104-sidebar .w104-sidebar-item ._popover ._popover-wrap {
  position: relative;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);
  padding: 2px 0;
}
.w104-sidebar .w104-sidebar-item ._popover ._popover-wrap:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  right: -8px;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}
.w104-sidebar .w104-sidebar-item ._popover img {
  display: block;
  max-width: 128px;
  height: auto;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 16px;
  min-width: 120px;
  white-space: nowrap;
  word-break: keep-all;
  color: #333;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a i {
  font-size: 20px;
  vertical-align: -.1em;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a i[class*='icon-whatsapp'] {
  color: #25D366;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a i[class*='icon-skype'] {
  color: #00AEF3;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a i[class*='icon-facebook'] {
  color: #235B9E;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a i[class*='icon-twitter'] {
  color: #00ACED;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a i[class*='icon-messenger'] {
  color: #008AFF;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a i[class*='icon-youtube'] {
  color: #FF0000;
}
.w104-sidebar .w104-sidebar-item ._popover ul li a:hover {
  background-color: #e6edf3;
  color: #004785;
}
.w104-sidebar .w104-sidebar-item.top {
  display: none;
}
.w104-sidebar .w104-sidebar-item:hover .wrap {
  transform: translateX(-100%);
}
.w104-sidebar .w104-sidebar-item:hover ._popover {
  display: block;
}
.w104-sidebar.scrolled .w104-sidebar-item.top {
  display: block;
}
@media screen and (max-width: 1280px) {
  .w104-sidebar .w104-sidebar-wrap {
    top: auto;
    bottom: 10%;
  }
}
@media screen and (max-width: 992px) {
  .w104-sidebar {
    height: 48px;
  }
  .w104-sidebar .w104-sidebar-wrap {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .w104-sidebar .w104-sidebar-list {
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d9d9d9;
  }
  .w104-sidebar .w104-sidebar-item {
    flex: 1;
    height: auto;
  }
  .w104-sidebar .w104-sidebar-item .wrap {
    position: relative;
    transform: translateX(0);
  }
  .w104-sidebar .w104-sidebar-item .trigger {
    justify-content: center;
    background-color: #fff;
    color: #333;
  }
  .w104-sidebar .w104-sidebar-item .trigger .icon {
    display: block;
    width: auto;
    height: 48px;
    line-height: 48px;
    text-align: center;
  }
  .w104-sidebar .w104-sidebar-item .trigger .text {
    display: none;
    font-size: 12px;
    padding-right: 0;
  }
  .w104-sidebar .w104-sidebar-item ._popover {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 100%;
    right: auto;
    padding: 0 0 12px;
    transform: translateX(-50%);
  }
  .w104-sidebar .w104-sidebar-item ._popover ._popover-wrap {
    box-shadow: 6px 0 20px 2px rgba(0, 0, 0, 0.18);
  }
  .w104-sidebar .w104-sidebar-item ._popover ._popover-wrap:after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -8px;
    margin-left: -8px;
    border-width: 8px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
  }
  .w104-sidebar .w104-sidebar-item.top {
    display: none;
  }
  .w104-sidebar .w104-sidebar-item.primary {
    flex: 2;
    order: 2;
  }
  .w104-sidebar .w104-sidebar-item.primary .trigger {
    background-color: #004785;
    color: #fff;
  }
  .w104-sidebar .w104-sidebar-item.primary .trigger .text {
    display: block;
  }
  .w104-sidebar .w104-sidebar-item:hover .wrap {
    transform: translateX(0);
  }
  .w104-sidebar .w104-sidebar-item:hover ._popover {
    display: block;
  }
  .w104-sidebar.scrolled .w104-sidebar-item.top {
    display: none;
  }
}

/*!- w104-sidebar end -*/
/*!- w104-search begin -*/
.w104-search {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.w104-search .w104-search-wrap {
  display: block;
  position: relative;
  width: 100%;
  min-height: 40%;
  background-color: #fff;
}
.w104-search .w104-search-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  transition: color .3s;
  text-align: center;
}
.w104-search .w104-search-close i {
  font-size: 24px;
}
.w104-search .w104-search-close:hover {
  color: #004785;
}
.w104-search .w104-search-content {
  display: block;
  max-width: 768px;
  margin: 0 auto;
  padding: 10vh 16px;
}
.w104-search .search-bar .bar {
  display: block;
  position: relative;
}
.w104-search .search-bar input {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  line-height: 46px;
  height: 48px;
  padding: 0 64px 0 16px;
  transition: all .3s;
  color: #333;
}
.w104-search .search-bar input:focus {
  border-color: #004785;
  box-shadow: 0 0 0 3px rgba(0, 71, 133, 0.2);
}
.w104-search .search-bar button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  cursor: pointer;
  border: 0;
  transition: color .3s;
  color: #333;
}
.w104-search .search-bar button i {
  font-size: 20px;
}
.w104-search .search-bar button:hover {
  color: #004785;
}
.w104-search .search-tip {
  display: block;
  font-size: 0;
  line-height: 1;
  margin-top: 16px;
}
.w104-search .search-tip a {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  padding: 0 16px;
  text-align: center;
  background-color: #F5F5F5;
  color: #333;
  max-width: 180px;
  margin: 12px 12px 0 0;
  border-radius: 16px;
  transition: color .3s, background-color .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w104-search .search-tip a:hover {
  background-color: #f2f6f9;
  color: #004785;
}
.w104-search.opened {
  display: block;
}
.w104-search.opening {
  -webkit-animation: search-wrapper-in .4s both;
  animation: search-wrapper-in .4s both;
}
.w104-search.opening .w104-search-wrap {
  -webkit-animation: search-content-in .4s both;
  animation: search-content-in .4s both;
}
.w104-search.closing {
  -webkit-animation: search-wrapper-out .4s both;
  animation: search-wrapper-out .4s both;
}
.w104-search.closing .w104-search-wrap {
  -webkit-animation: search-content-out .4s both;
  animation: search-content-out .4s both;
}

@-webkit-keyframes search-wrapper-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes search-wrapper-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes search-content-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes search-content-in {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes search-wrapper-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes search-wrapper-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes search-content-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes search-content-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
/*!- w104-search end -*/
/*!- w104-inner-backing begin -*/
.w104-inner-backing .w104-inner-backing-wrap {
  position: relative;
  width: 100%;
}
.w104-inner-backing .w104-inner-backing-wrap > img {
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 12.5%;
}
.w104-inner-backing .w104-inner-backing-wrap > img.loaded {
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-bottom: 0;
}

/*!- w104-inner-backing end -*/
/*!- w104-crumb begin -*/
.w104-crumb {
  background-color: #fff;
}
.w104-crumb .w104-crumb-list {
  font-size: 0;
}
.w104-crumb .w104-crumb-list .w104-crumb-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 40px;
  margin-right: 12px;
  color: #333;
  transition: color .5s;
}
.w104-crumb .w104-crumb-list .w104-crumb-item:hover {
  color: #004785;
}
.w104-crumb .w104-crumb-list .w104-crumb-item:nth-child(even), .w104-crumb .w104-crumb-list .w104-crumb-item.separator {
  color: #999;
  pointer-events: none;
}
.w104-crumb .w104-crumb-list .w104-crumb-item:last-child.separator {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w104-crumb .w104-crumb-list .w104-crumb-item {
    font-size: 14px;
    line-height: 36px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 992px) {
  .w104-crumb .w104-crumb-list .w104-crumb-item {
    font-size: 14px;
    line-height: 32px;
  }
}

/*!- w104-crumb end -*/
/*!- w104-inquiry begin -*/
.w104-inquiry .w104-inquiry-wrap {
  padding: 32px;
  background-color: #fff;
}
.w104-inquiry .w104-inquiry-alert {
  font-size: 16px;
  line-height: 1.576;
  border-left: 4px solid #004785;
  color: #004785;
  padding: 16px 20px;
  margin-bottom: 32px;
  font-weight: 700;
  background-color: #f2f6f9;
}
.w104-inquiry .w104-inquiry-form ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w104-inquiry .w104-inquiry-form ul li {
  display: block;
  width: 100%;
  padding: 32px 0 0 32px;
  position: relative;
}
.w104-inquiry .w104-inquiry-form ul li.col-1-2 {
  width: 50%;
}
.w104-inquiry .w104-inquiry-form ul li.col-1-3 {
  width: 33.3333%;
}
.w104-inquiry .w104-inquiry-form ul li.error input[type="text"] {
  border-color: #FE5050;
}
.w104-inquiry .w104-inquiry-form ul li.error input[type="text"]:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.w104-inquiry .w104-inquiry-form ul li.error textarea {
  border-color: #FE5050;
}
.w104-inquiry .w104-inquiry-form ul li.error textarea:focus {
  border-color: #FE5050;
  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);
}
.w104-inquiry .w104-inquiry-form ul li.error .tips {
  display: block;
}
.w104-inquiry .label {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 8px;
  color: #333;
}
.w104-inquiry .label > em {
  color: red;
  margin-right: 8px;
}
.w104-inquiry input[type="text"] {
  display: block;
  width: 100%;
  font-size: 16px;
  font-family: 'Siyuan';
  /* font-family: inherit; */
  height: 40px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  transition: border .5s, box-shadow .5s;
  color: #333;
}
.w104-inquiry input[type="text"]:hover {
  border-color: #004785;
}
.w104-inquiry input[type="text"]:focus {
  border-color: #004785;
  box-shadow: 0 0 0 3px rgba(0, 71, 133, 0.2);
}
.w104-inquiry textarea {
  display: block;
  outline: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.576;
  padding: 8px 12px;
  transition: border .5s, box-shadow .5s;
  font-family: 'Siyuan';
  /* font-family: inherit; */
  resize: none;
  border: 1px solid #d9d9d9;
  color: #333;
}
.w104-inquiry textarea:hover {
  border-color: #004785;
}
.w104-inquiry textarea:focus {
  border-color: #004785;
  box-shadow: 0 0 0 3px rgba(0, 71, 133, 0.2);
}
.w104-inquiry button {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-family: 'Siyuan';
  /* font-family: inherit; */
  outline: none;
  border: 0;
  background-color: #004785;
  color: #fff;
  height: 40px;
  padding: 0 24px;
  transition: background-color .5s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.w104-inquiry button:hover {
  background-color: #004078;
}
.w104-inquiry button:disabled, .w104-inquiry button.disabled {
  cursor: not-allowed;
  background-color: #80a3c2;
}
.w104-inquiry .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  margin-left: 8px;
}
.w104-inquiry .checkbox > span {
  display: block;
  position: relative;
  font-size: 14px;
  padding-left: 24px;
  line-height: 40px;
  cursor: pointer;
  color: #333;
}
.w104-inquiry .checkbox > span:before, .w104-inquiry .checkbox > span:after {
  display: block;
  position: absolute;
  content: '';
  transition: all .5s;
}
.w104-inquiry .checkbox > span:before {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  margin-top: -9px;
}
.w104-inquiry .checkbox > span:after {
  width: 9px;
  height: 6px;
  border-width: 0 0 2px 2px;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  transform: rotate(-45deg);
}
.w104-inquiry .checkbox > span a {
  color: #004785;
}
.w104-inquiry .checkbox > input[type="checkbox"] {
  display: block;
  position: relative;
  vertical-align: middle;
  margin-right: 24px;
  width: 0;
  height: 0;
  cursor: pointer;
}
.w104-inquiry .checkbox > input[type="checkbox"]:checked + span:before {
  border-color: #004785;
  background-color: #004785;
}
.w104-inquiry .checkbox > input[type="checkbox"]:checked + span:after {
  border-color: #fff;
}
.w104-inquiry .checkbox > input[type="checkbox"]:checked:disabled + span:after {
  border-color: #d9d9d9;
}
.w104-inquiry .checkbox > input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
.w104-inquiry .checkbox > input[type="checkbox"]:disabled + span {
  color: #999;
  cursor: not-allowed;
}
.w104-inquiry .checkbox > input[type="checkbox"]:disabled + span:before {
  border-color: #d9d9d9;
  background-color: #F5F5F5;
}
.w104-inquiry .tips {
  display: none;
  position: absolute;
  left: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #FE5050;
}
@media screen and (max-width: 1280px) {
  .w104-inquiry .w104-inquiry-wrap {
    padding: 24px;
  }
  .w104-inquiry .w104-inquiry-alert {
    padding: 12px 16px;
    margin-bottom: 24px;
  }
  .w104-inquiry .w104-inquiry-form {
    padding-bottom: 24px;
  }
  .w104-inquiry .w104-inquiry-form ul {
    margin: -24px 0 0 -24px;
  }
  .w104-inquiry .w104-inquiry-form ul li {
    padding: 24px 0 0 24px;
  }
  .w104-inquiry input[type="text"] {
    font-size: 16px;
    height: 36px;
    padding: 0 10px;
  }
  .w104-inquiry textarea {
    font-size: 16px;
    padding: 6px 12px;
  }
  .w104-inquiry button {
    height: 36px;
    padding: 0 16px;
  }
  .w104-inquiry .tips {
    left: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w104-inquiry .w104-inquiry-wrap {
    padding: 16px;
  }
  .w104-inquiry .w104-inquiry-alert {
    padding: 8px 12px;
    margin-bottom: 16px;
  }
  .w104-inquiry .w104-inquiry-form {
    padding-bottom: 16px;
  }
  .w104-inquiry .w104-inquiry-form ul {
    margin: -16px 0 0 -16px;
  }
  .w104-inquiry .w104-inquiry-form ul li {
    padding: 16px 0 0 16px;
  }
  .w104-inquiry .w104-inquiry-form ul li.col-1-2 {
    width: 100%;
  }
  .w104-inquiry .w104-inquiry-form ul li.col-1-3 {
    width: 100%;
  }
  .w104-inquiry input[type="text"] {
    font-size: 14px;
    height: 32px;
    padding: 0 8px;
  }
  .w104-inquiry textarea {
    font-size: 14px;
    padding: 4px 8px;
  }
  .w104-inquiry button {
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .w104-inquiry .tips {
    left: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

/*!- w104-inquiry end -*/
/*!- w104-pagination begin -*/
.w104-pagination .w104-pagination-links {
  margin: -16px 0 0 -16px;
  line-height: 1;
  font-size: 0;
}
.w104-pagination .w104-pagination-links a {
  display: inline-block;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  margin: 16px 0 0 16px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  transition: background-color .4s, color .4s;
}

.w104-pagination .w104-pagination-links span{
  display: inline-block;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  margin: 16px 0 0 16px;
  padding: 0 16px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  transition: background-color .4s, color .4s;
}
.w104-pagination .w104-pagination-links .current {
  background-color: #004785;
  color: #fff;
}

.w104-pagination .w104-pagination-links .pageinfo{ display:none;}
.w104-pagination .w104-pagination-links .pagefirst{ display:none;}
.w104-pagination .w104-pagination-links .pageend{ display:none;}


.w104-pagination .w104-pagination-links a:hover {
  background-color: #e6edf3;
  color: #004785;
}
.w104-pagination .w104-pagination-links a.current {
  background-color: #004785;
  color: #fff;
}
.w104-pagination .w104-pagination-links.center {
  text-align: center;
}
.w104-pagination .w104-pagination-links.right {
  text-align: right;
}
@media screen and (max-width: 1280px) {
  .w104-pagination .w104-pagination-links {
    margin: -12px 0 0 -12px;
  }
  .w104-pagination .w104-pagination-links a {
    line-height: 36px;
    min-width: 36px;
    margin: 12px 0 0 12px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 992px) {
  .w104-pagination .w104-pagination-links {
    margin: -8px 0 0 -8px;
  }
  .w104-pagination .w104-pagination-links a {
    line-height: 32px;
    min-width: 32px;
    font-size: 12px;
    margin: 8px 0 0 8px;
    padding: 0 8px;
  }
}

/*!- w104-pagination end -*/
/*!- w104-detail begin -*/
.w104-detail .w104-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.w104-detail .w104-detail-content {
  flex: auto;
  width: 100%;
  background-color: #fff;
}
.w104-detail .w104-detail-sidebar {
  flex: auto;
  width: 100%;
  max-width: 480px;
  margin: 0 0 0 32px;
}
.w104-detail .reader {
  padding: 32px;
}
.w104-detail .reader .hd {
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #e6e6e6;
}
.w104-detail .reader .hd h2 {
  font-size: 35px;
  color: #333;
}
.w104-detail .reader .hd p {
  font-size: 16px;
  color: #999;
}
.w104-detail .reader .ft {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #e6e6e6;
}
.w104-detail .reader .ft:before, .w104-detail .reader .ft:after {
  display: table;
  content: "";
  width: 100%;
}
.w104-detail .reader .ft:after {
  clear: both;
}
.w104-detail .reader .ft .pager {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #333;
  transition: color .5s;
}
.w104-detail .reader .ft .pager:hover {
  color: #004785;
}
.w104-detail .reader .ft .prev {
  float: left;
}
.w104-detail .reader .ft .next {
  float: right;
}
.w104-detail .wrapper .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w104-detail .wrapper .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w104-detail .wrapper .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w104-detail .wrapper .hd a:hover {
  color: #004785;
}
.w104-detail .wrapper .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w104-detail .wrapper .bd ul li {
  width: 100%;
  padding: 32px 0 0 32px;
}
.w104-detail .wrapper .bd ul li > a {
  display: flex;
}
.w104-detail .wrapper .bd ul li > a:hover .intro h3 {
  color: #004785;
}
.w104-detail .wrapper .bd ul li .cover {
  width: 100%;
  max-width: 160px;
  flex: none;
}
.w104-detail .wrapper .bd ul li .cover img {
  display: block;
  object-position: center;
  object-fit: contain;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w104-detail .wrapper .bd ul li .cover img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w104-detail .wrapper .bd ul li .intro {
  width: 0;
  flex: auto;
  padding: 16px;
}
.w104-detail .wrapper .bd ul li .intro h3 {
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #333;
  transition: color .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w104-detail .wrapper .bd ul li .intro p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 1280px) {
  .w104-detail .w104-detail-wrap {
    flex-wrap: wrap;
  }
  .w104-detail .w104-detail-sidebar {
    max-width: none;
    margin: 24px 0 0;
  }
  .w104-detail .reader {
    padding: 24px;
  }
  .w104-detail .reader .hd {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .w104-detail .reader .hd h2 {
    font-size: 20px;
  }
  .w104-detail .reader .hd p {
    font-size: 14px;
  }
  .w104-detail .reader .ft {
    padding-top: 24px;
    margin-top: 24px;
  }
  .w104-detail .wrapper .hd {
    margin-bottom: 24px;
  }
  .w104-detail .wrapper .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w104-detail .wrapper .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w104-detail .wrapper .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w104-detail .wrapper .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w104-detail .wrapper .bd ul li > a {
    flex-direction: column;
  }
  .w104-detail .wrapper .bd ul li .cover {
    flex: auto;
    max-width: none;
  }
  .w104-detail .wrapper .bd ul li .intro {
    width: auto;
    padding: 8px 0;
  }
  .w104-detail .wrapper .bd ul li .intro h3 {
    font-size: 16px;
    line-height: 32px;
  }
  .w104-detail .wrapper .bd ul li .intro p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
}
@media screen and (max-width: 992px) {
  .w104-detail .w104-detail-sidebar {
    margin: 16px 0 0;
  }
  .w104-detail .reader {
    padding: 16px;
  }
  .w104-detail .reader .hd {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .w104-detail .reader .hd h2 {
    font-size: 18px;
  }
  .w104-detail .reader .ft {
    padding-top: 16px;
    margin-top: 16px;
  }
  .w104-detail .wrapper .hd {
    margin: 16px 0;
  }
  .w104-detail .wrapper .hd h3 {
    font-size: 16px;
  }
  .w104-detail .wrapper .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w104-detail .wrapper .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w104-detail .wrapper .bd ul li .intro {
    padding: 8px 0;
  }
  .w104-detail .wrapper .bd ul li .intro h3 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .w104-detail .wrapper .bd ul li .intro p {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }
}

/*!- w104-detail end -*/
/*!- w104-banner begin -*/
.w104-banner .banner-wrap:nth-child(1) .banner-item, .w104-banner .banner-wrap.banner-pc .banner-item {
  height: 0;
  width: 100%;
  padding-bottom: 40%;
}
.w104-banner .banner-wrap:nth-child(2), .w104-banner .banner-wrap.banner-h5 {
  display: none;
}
.w104-banner .banner-wrap:nth-child(2) .banner-item, .w104-banner .banner-wrap.banner-h5 .banner-item {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
}
.w104-banner .banner-item {
  display: block;
  position: relative;
}
.w104-banner .banner-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w104-banner .swiper-button-prev, .w104-banner .swiper-container-rtl .swiper-button-next {
  left: 5%;
}
.w104-banner .swiper-button-next, .w104-banner .swiper-container-rtl .swiper-button-prev {
  right: 5%;
}
@media screen and (max-width: 992px) {
  .w104-banner.has-mobile .banner-wrap:nth-child(1), .w104-banner.has-mobile .banner-wrap.banner-pc {
    display: none;
  }
  .w104-banner.has-mobile .banner-wrap:nth-child(2), .w104-banner.has-mobile .banner-wrap.banner-h5 {
    display: block;
  }
}

/*!- w104-banner end -*/
/*!- w104-service begin -*/
.w104-service {
  margin-top: 32px;
}
.w104-service .service-wrap ul {
  background-color: #fff;
  display: flex;
}
.w104-service .service-wrap ul li {
  flex: auto;
  width: 25%;
  padding: 32px 0;
  transition: background-color .4s;
}
.w104-service .service-wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 16px;
  height: 100%;
}
.w104-service .service-wrap ul li a:before, .w104-service .service-wrap ul li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
}
.w104-service .service-wrap ul li a:before {
  display: none;
  width: 100%;
  height: 1px;
}
.w104-service .service-wrap ul li a:after {
  width: 1px;
  height: 100%;
}
.w104-service .service-wrap ul li .icon {
  margin: 0 16px 0 0;
  width: 72px;
  height: auto;
}
.w104-service .service-wrap ul li .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.w104-service .service-wrap ul li .text h4 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  text-transform: uppercase;
}
.w104-service .service-wrap ul li .text p {
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  color: #999;
}
.w104-service .service-wrap ul li:first-child a:after {
  display: none;
}
.w104-service .service-wrap ul li:hover {
  background-color: #e6edf3;
}
@media screen and (max-width: 1280px) {
  .w104-service {
    margin-top: 24px;
  }
  .w104-service .service-wrap ul li {
    padding: 24px 4px;
  }
  .w104-service .service-wrap ul li a {
    padding: 0 4px;
  }
  .w104-service .service-wrap ul li .icon {
    margin: 0 8px 0 0;
    width: 48px;
  }
  .w104-service .service-wrap ul li .text h4 {
    font-size: 16px;
  }
  .w104-service .service-wrap ul li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-service {
    margin-top: 16px;
  }
  .w104-service .service-wrap ul {
    flex-wrap: wrap;
    padding: 0 8px;
  }
  .w104-service .service-wrap ul li {
    width: 100%;
    padding: 0;
  }
  .w104-service .service-wrap ul li a {
    padding: 16px 8px;
    justify-content: left;
  }
  .w104-service .service-wrap ul li a:after {
    width: 100%;
    height: 1px;
  }
  .w104-service .service-wrap ul li .icon {
    margin: 0 16px 0 0;
    width: 40px;
  }
  .w104-service .service-wrap ul li .text h4 {
    font-size: 14px;
  }
  .w104-service .service-wrap ul li .text p {
    font-size: 12px;
  }
}

/*!- w104-service end -*/
/*!- w104-catalog begin -*/
.w104-catalog .catalog-wrap ul {
  display: flex;
  margin: -32px 0 0 -32px;
}
.w104-catalog .catalog-wrap ul li {
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w104-catalog .catalog-wrap ul li a {
  display: block;
  position: relative;
}
.w104-catalog .catalog-wrap ul li a:hover .cover img {
  opacity: 0.5;
}
.w104-catalog .catalog-wrap ul li .cover img {
  display: block;
  transition: opacity .4s;
  height: 0;
  width: 100%;
  padding-bottom: 40%;
}
.w104-catalog .catalog-wrap ul li .cover img.loaded {
  width: 100%;
  height: auto;
  padding-right: 0;
  padding-bottom: 0;
}
.w104-catalog .catalog-wrap ul li .intro {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.w104-catalog .catalog-wrap ul li .intro h4 {
  font-size: 20px;
  font-weight: normal;
  padding: 0 32px;
  width: 100%;
  white-space: normal;
  word-break: break-word;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .w104-catalog .catalog-wrap ul {
    margin: -24px 0 0 -24px;
  }
  .w104-catalog .catalog-wrap ul li {
    padding: 24px 0 0 24px;
  }
  .w104-catalog .catalog-wrap ul li .intro h4 {
    font-size: 18px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w104-catalog .catalog-wrap {
    overflow-x: auto;
  }
  .w104-catalog .catalog-wrap ul {
    margin: -16px 0 0 -16px;
  }
  .w104-catalog .catalog-wrap ul li {
    flex: none;
    padding: 16px 0 0 16px;
    width: 70%;
  }
  .w104-catalog .catalog-wrap ul li .intro h4 {
    font-size: 16px;
    padding: 0 16px;
  }
}

/*!- w104-catalog end -*/
/*!- w104-product begin -*/
.w104-product .product-title > h3 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Siyuan';
  /* font-family: 'Times New Roman',serif; */
  color: #004785;
  margin-bottom: 32px;
}
.w104-product .product-item {
  position: relative;
}
.w104-product .product-item .cover {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w104-product .product-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w104-product .product-item .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10%;
  opacity: 0;
  transition: opacity .4s;
}
.w104-product .product-item .intro h4 {
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.w104-product .product-item .intro a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 8px;
  color: #F49628;
  transition: transform .4s;
  text-transform: uppercase;
}
.w104-product .product-item .intro a:hover {
  transform: translateX(10px);
}
.w104-product .product-item .intro:before, .w104-product .product-item .intro:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #F49628;
  transition: transform .4s;
  pointer-events: none;
  opacity: .8;
}
.w104-product .product-item .intro:before {
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
}
.w104-product .product-item .intro:after {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}
.w104-product .product-item:hover .intro {
  opacity: 1;
}
.w104-product .product-item:hover .intro:before {
  transform: rotate(-10deg) scale(0.8);
}
.w104-product .product-item:hover .intro:after {
  transform: rotate(-22deg) scale(0.85);
}
@media screen and (max-width: 1280px) {
  .w104-product .product-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w104-product .product-item .intro h4 {
    font-size: 16px;
  }
  .w104-product .product-item .intro a {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .w104-product .product-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .w104-product .product-item .intro h4 {
    font-size: 14px;
  }
  .w104-product .product-item .intro a {
    font-size: 14px;
  }
}

/*!- w104-product end -*/
/*!- w104-meta begin -*/
.w104-meta .meta-wrap ul {
  display: flex;
}
.w104-meta .meta-wrap ul li {
  position: relative;
  width: 25%;
  height: 100%;
}
.w104-meta .meta-wrap ul li .wrap {
  display: block;
  text-align: center;
  padding: 16px;
}
.w104-meta .meta-wrap ul li .wrap img {
  display: block;
  height: 64px;
  max-width: 100%;
  margin: 0 auto;
}
.w104-meta .meta-wrap ul li .wrap h4 {
  font-size: 32px;
  font-weight: normal;
  margin: 16px 0 12px;
  line-height: 1;
  color: #333;
}
.w104-meta .meta-wrap ul li .wrap p {
  font-size: 16px;
  margin: 0;
  color: #666;
}
.w104-meta .meta-wrap ul li:after {
  display: block;
  content: '';
  position: absolute;
  background-color: #d9d9d9;
  width: 1px;
  height: 60%;
  top: 20%;
  left: 0;
}
.w104-meta .meta-wrap ul li:first-child:after {
  display: none;
}
@media screen and (max-width: 1280px) {
  .w104-meta .meta-wrap ul li .wrap {
    padding: 8px;
  }
  .w104-meta .meta-wrap ul li .wrap img {
    height: 48px;
  }
  .w104-meta .meta-wrap ul li .wrap h4 {
    font-size: 28px;
    margin: 12px 0 8px;
  }
  .w104-meta .meta-wrap ul li .wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-meta .meta-wrap ul {
    flex-wrap: wrap;
  }
  .w104-meta .meta-wrap ul li {
    width: 50%;
  }
  .w104-meta .meta-wrap ul li .wrap {
    padding: 16px 4px;
  }
  .w104-meta .meta-wrap ul li .wrap img {
    height: 32px;
  }
  .w104-meta .meta-wrap ul li .wrap h4 {
    font-size: 24px;
    margin: 8px 0 4px;
  }
  .w104-meta .meta-wrap ul li .wrap p {
    font-size: 12px;
  }
  .w104-meta .meta-wrap ul li:nth-child(2):after {
    height: 50%;
    transform: rotate(45deg);
    top: 75%;
  }
  .w104-meta .meta-wrap ul li:nth-child(4):after {
    height: 50%;
    top: -25%;
    transform: rotate(-45deg);
  }
  .w104-meta .meta-wrap ul li:nth-child(odd):after {
    display: none;
  }
}

/*!- w104-meta end -*/
/*!- w104-news begin -*/
.w104-news .news-wrap {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.w104-news .news-cover {
  width: 50%;
}
.w104-news .news-cover .cover-item {
  display: block;
  position: relative;
}
.w104-news .news-cover .cover-item .wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.w104-news .news-cover .cover-item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  padding: 16px;
  line-height: 1.2;
  text-align: center;
}
.w104-news .news-intro {
  width: 50%;
}
.w104-news .news-intro .wrap {
  max-width: 830px;
  margin-right: auto;
  padding: 32px;
}
.w104-news .news-intro .wrap > h3 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Siyuan';
  /* font-family: 'Times New Roman',serif; */
  color: #004785;
  margin-bottom: 32px;
}
.w104-news .news-intro .wrap > ul li {
  margin-bottom: 24px;
  padding-left: 32px;
}
.w104-news .news-intro .wrap > ul li h4 {
  font-size: 18px;
  font-weight: normal;
  color: #999;
  position: relative;
  transition: color .4s;
  font-family: 'Siyuan';
  /* font-family: "PingFang SC","Microsoft Yahei",Arial,sans-serif; */
}
.w104-news .news-intro .wrap > ul li h4 strong {
  font-size: 32px;
  font-weight: bold;
}
.w104-news .news-intro .wrap > ul li h4:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -8px;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #004785;
  transition: border .4s;
}
.w104-news .news-intro .wrap > ul li a {
  display: block;
  font-size: 20px;
  transition: color .4s;
  color: #333;
}
.w104-news .news-intro .wrap > ul li p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w104-news .news-intro .wrap > ul li:hover h4 {
  color: #F49628;
}
.w104-news .news-intro .wrap > ul li:hover h4:after {
  border-color: #F49628;
}
.w104-news .news-intro .wrap > ul li:hover a {
  color: #004785;
}
@media screen and (max-width: 1280px) {
  .w104-news .news-cover .cover-item .text {
    font-size: 18px;
    padding: 12px;
  }
  .w104-news .news-intro .wrap {
    padding: 24px;
  }
  .w104-news .news-intro .wrap > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w104-news .news-intro .wrap > ul li {
    margin-bottom: 16px;
    padding-left: 24px;
  }
  .w104-news .news-intro .wrap > ul li h4 {
    font-size: 16px;
  }
  .w104-news .news-intro .wrap > ul li h4 strong {
    font-size: 24px;
  }
  .w104-news .news-intro .wrap > ul li h4:after {
    left: -20px;
  }
  .w104-news .news-intro .wrap > ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  .w104-news .news-wrap {
    flex-direction: column;
  }
  .w104-news .news-cover {
    width: 100%;
  }
  .w104-news .news-cover .cover-item .text {
    font-size: 16px;
    padding: 8px;
  }
  .w104-news .news-intro {
    width: 100%;
  }
  .w104-news .news-intro .wrap {
    max-width: none;
    padding: 16px;
  }
  .w104-news .news-intro .wrap > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .w104-news .news-intro .wrap > ul li {
    margin-bottom: 16px;
    padding-left: 0;
  }
  .w104-news .news-intro .wrap > ul li h4 {
    font-size: 14px;
  }
  .w104-news .news-intro .wrap > ul li h4 strong {
    font-size: 18px;
  }
  .w104-news .news-intro .wrap > ul li h4:after {
    display: none;
  }
  .w104-news .news-intro .wrap > ul li a {
    font-size: 16px;
    line-height: 1.8;
  }
}

/*!- w104-news end -*/
/*!- w104-partner begin -*/
.w104-partner .partner-title > h3 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Siyuan';
  /* font-family: 'Times New Roman',serif; */
  color: #004785;
  margin-bottom: 32px;
}
.w104-partner .partner-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -32px 0 0 -32px;
}
.w104-partner .partner-wrap ul li {
  width: 16.66%;
  height: 100%;
  padding: 32px 0 0 32px;
}
.w104-partner .partner-wrap ul li .wrap {
  display: block;
  height: 100%;
  background-color: #ddd;
}
.w104-partner .partner-wrap ul li .wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .w104-partner .partner-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w104-partner .partner-wrap ul {
    margin: -24px 0 0 -24px;
  }
  .w104-partner .partner-wrap ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w104-partner .partner-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .w104-partner .partner-wrap ul {
    margin: -16px 0 0 -16px;
  }
  .w104-partner .partner-wrap ul li {
    width: 33.33%;
    padding: 16px 0 0 16px;
  }
}

/*!- w104-partner end -*/
/*!- w104-group begin -*/
/*!- 20230206修改样式 -*/
.w104-group .group-wrap {
  display: flex;
  /* align-items: center; */
  align-items: stretch;
  background-color: #fff;
}

.w104-group .group-intro {
  width: 50%;
}

.group-intro1 {
  width: 15%;
}

.group-cover1 {
  width: 70%;
}

.w104-group .group-intro > .wrap {
  max-width: 830px;
  margin-left: auto;
  padding: 32px;
}
.w104-group .group-cover {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .w104-group .group-wrap {
    flex-direction: column;
  }
  .w104-group .group-intro {
    width: 100%;
  }
  .w104-group .group-cover {
    width: 100%;
  }
}

/*!- w104-group end -*/
/*!- w104-corp begin -*/
.w104-corp > h3 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Siyuan';
  /* font-family: 'Times New Roman',serif; */
  color: #004785;
  /* margin-bottom: 32px; */
}
.w104-corp > p {
  font-size: 16px;
  color: #666;
  text-align: justify;
  line-height: 2;
}
.w104-corp > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
    text-align: justify;
    line-height: 1.5;
}
.w104-corp > a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  background-color: #F49628;
  color: #fff;
  text-align: center;
  padding: 0 40px 0 24px;
  margin-top: 32px;
  position: relative;
  border-radius: 20px;
  transition: background-color .4s;
}

.w104-corp > a:after {
  content: '→';
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  transition: transform .4s;
}
.w104-corp > a:hover {
  background-color: #2b54a5;
}
.w104-corp > a:hover:after {
  transform: translateX(8px);
}
@media screen and (max-width: 1280px) {
  .w104-corp > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w104-corp > p {
    font-size: 14px;
    line-height: 1.8;
  }
  .w104-corp > a {
    font-size: 14px;
    line-height: 32px;
    padding: 0 32px 0 20px;
    margin-top: 24px;
    border-radius: 16px;
  }
  .w104-corp > a:after {
    right: 12px;
  }
}
@media screen and (max-width: 992px) {
  .w104-corp {
    text-align: center;
  }
  .w104-corp > h3 {
    font-size: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .w104-corp > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    -webkit-line-clamp: 3;
    text-align: center;
    line-height: 1.5;
  }
  .w104-corp > a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 28px 0 16px;
    margin-top: 16px;
    border-radius: 14px;
  }
  .w104-corp > a:after {
    right: 8px;
  }
}

/*!- w104-corp end -*/
/*!- w104-video begin -*/
.w104-video {
  position: relative;
}
.w104-video .media img {
  display: block;
  width: 100%;
  height: auto;
}
.w104-video .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 32px;
  transition: color .4s;
}
.w104-video .intro .icon {
  font-size: 64px;
}
.w104-video .intro .icon i {
  font-size: inherit;
}
.w104-video .intro .text {
  font-size: 20px;
  font-weight: normal;
}
.w104-video .intro:hover {
  color: #F49628;
}
@media screen and (max-width: 1280px) {
  .w104-video .intro {
    padding: 24px;
  }
  .w104-video .intro .icon {
    font-size: 48px;
  }
  .w104-video .intro .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .w104-video .intro {
    padding: 16px;
  }
  .w104-video .intro .icon {
    font-size: 56px;
  }
  .w104-video .intro .text {
    font-size: 16px;
  }
}

/*!- w104-video end -*/
/*!- w104-about begin -*/
.w104-about .about-intro {
  margin-bottom: 32px;
}
.w104-about .about-intro p {
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.w104-about .about-cover .cover-item {
  display: block;
}
.w104-about .about-cover .cover-item .wrap img {
  display: block;
  width: 100%;
  height: auto;
}

/*!- w104-about end -*/
/*!- w104-cert begin -*/
.w104-cert .w104-cert-content {
  background-color: #fff;
  padding: 32px;
}
.w104-cert .w104-cert-item {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
}
.w104-cert .w104-cert-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 1280px) {
  .w104-cert .w104-cert-content {
    padding: 24px;
  }
}
@media screen and (max-width: 992px) {
  .w104-cert .w104-cert-content {
    padding: 16px;
  }
}

/*!- w104-cert end -*/
/*!- w104-comments begin -*/
.w104-comments .comments-title > h3 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Siyuan';
  /* font-family: 'Times New Roman',serif; */
  color: #004785;
  margin-bottom: 32px;
}
.w104-comments .comments-item {
  text-align: center;
}
.w104-comments .comments-item .avatar img {
  display: inline-block;
  width: 164px;
  height: 164px;
}
.w104-comments .comments-item .name {
  margin: 16px 0;
}
.w104-comments .comments-item .name h4 {
  font-size: 18px;
  color: #333;
}
.w104-comments .comments-item .content p {
  font-size: 16px;
  line-height: 2;
  white-space: normal;
  word-break: break-word;
  color: #666;
}
.w104-comments .w104-comments-swiper {
  padding: 32px 0 64px;
}
.w104-comments .swiper-pagination-bullet {
  background: #d9d9d9;
}
.w104-comments .swiper-pagination-bullet-active {
  background: #F49628;
}
@media screen and (max-width: 1280px) {
  .w104-comments .comments-title > h3 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .w104-comments .comments-item .avatar img {
    width: 56px;
    height: 56px;
  }
  .w104-comments .comments-item .name {
    margin: 12px 0;
  }
  .w104-comments .comments-item .name h4 {
    font-size: 16px;
  }
  .w104-comments .comments-item .content p {
    font-size: 14px;
  }
  .w104-comments .w104-comments-swiper {
    padding: 24px 0 48px;
  }
}
@media screen and (max-width: 992px) {
  .w104-comments .comments-title > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .w104-comments .comments-item .avatar img {
    width: 148px;
    height: 148px;
  }
  .w104-comments .comments-item .name {
    margin: 8px 0;
  }
  .w104-comments .comments-item .content p {
    line-height: 1.5;
  }
  .w104-comments .w104-comments-swiper {
    padding: 16px 0 32px;
  }
}

/*!- w104-comments end -*/
/*!- w104-case-grid begin -*/
.w104-case-grid .w104-case-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w104-case-grid .w104-case-grid-content ul li {
  display: block;
  width: 33.33%;
  padding: 32px 0 0 32px;
}
.w104-case-grid .w104-case-grid-content ul li a {
  display: flex;
  flex-direction: column;
}
.w104-case-grid .w104-case-grid-content ul li a:hover h3 {
  color: #004785;
}
.w104-case-grid .w104-case-grid-content ul li img {
  display: block;
  flex: auto;
  object-position: center;
  /*object-fit: contain;*/
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}


/*.w104-case-grid .w104-case-grid-content ul li img.loaded {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  padding-right: 0;*/
/*  padding-bottom: 0;*/
/*}*/

/*@media screen and (min-width: 900px) {*/
/*  .w104-case-grid .w104-case-grid-content ul li img.loaded {*/
/*    width: 400px;*/
/*    height: 300px;*/
/*    padding-right: 0;*/
/*    padding-bottom: 0;*/
/*  }*/
/*}*/

/*@media screen and (min-width: 1280px) {*/
/*  .w104-case-grid .w104-case-grid-content ul li img.loaded {*/
/*    width: 530px;*/
/*    height: 300px;*/
/*    padding-right: 0;*/
/*    padding-bottom: 0;*/
/*  }*/
/*}*/


  .w104-case-grid .w104-case-grid-content ul li img.loaded {
    width: 100%;
    height:56.25%;
    padding-right: 0;
    padding-bottom: 0;
  }


.w104-case-grid .w104-case-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1280px) {
  .w104-case-grid .w104-case-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w104-case-grid .w104-case-grid-content ul li {
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w104-case-grid .w104-case-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w104-case-grid .w104-case-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w104-case-grid .w104-case-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- w104-case-grid end -*/
/*!- w104-cert-grid begin -*/
.w104-cert-grid .w104-cert-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w104-cert-grid .w104-cert-grid-content ul li {
  display: block;
  width: 25%;
  padding: 32px 0 0 32px;
}
.w104-cert-grid .w104-cert-grid-content ul li a {
  display: flex;
  flex-direction: column;
}
.w104-cert-grid .w104-cert-grid-content ul li a:hover h3 {
  color: #004785;
}
.w104-cert-grid .w104-cert-grid-content ul li img {
  display: block;
  flex: auto;
  object-position: center;
  object-fit: contain;
  background-color: #fff;
  height: 0;
  width: 100%;
  padding-bottom: 66.6666666667%;
}
.w104-cert-grid .w104-cert-grid-content ul li img.loaded {
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
.w104-cert-grid .w104-cert-grid-content ul li h3 {
  flex: none;
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  height: 48px;
  font-weight: normal;
  color: #333;
  transition: color .4s;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1280px) {
  .w104-cert-grid .w104-cert-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w104-cert-grid .w104-cert-grid-content ul li {
    width: 33.33%;
    padding: 24px 0 0 24px;
  }
}
@media screen and (max-width: 992px) {
  .w104-cert-grid .w104-cert-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w104-cert-grid .w104-cert-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w104-cert-grid .w104-cert-grid-content ul li h3 {
    font-size: 14px;
  }
}

/*!- w104-cert-grid end -*/
/*!- w104-news-grid begin -*/
.w104-news-grid .news-grid-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w104-news-grid .news-grid-content ul li {
  padding: 32px 0 0 32px;
  width: 33.33%;
}
.w104-news-grid .news-grid-content ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.w104-news-grid .news-grid-content ul li a .meta {
  display: block;
  font-size: 16px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 8px 16px;
}
.w104-news-grid .news-grid-content ul li a .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w104-news-grid .news-grid-content ul li a .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.25%;
   /*height: 100%;*/
  /*object-fit: contain;*/
  object-position: center;
}
.w104-news-grid .news-grid-content ul li a .intro {
  position: absolute;
  z-index: 2;
  bottom: 148px;
  /*bottom: 0;*/
  left: 0;
  /*background-image: linear-gradient(15deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%);*/
  background-color: lightgrey;
  /*width: 90%;*/
  width: 100%;
  padding: 16px;
  transition: background .4s, transform .4s;
  color: #fff;
  transform: translateY(48px);
}
.w104-news-grid .news-grid-content ul li a .intro h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
.w104-news-grid .news-grid-content ul li a .intro h3:hover {
  color: #F49628;
}
.w104-news-grid .news-grid-content ul li a .intro span {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-left: auto;
  transition: background-color .4s;
  line-height: 32px;
  color: #F49628;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 16px;
}
.w104-news-grid .news-grid-content ul li a .intro span i {
  font-size: 24px;
}
.w104-news-grid .news-grid-content ul li a .intro span:hover {
  background-color: #f5f5f5;
}
.w104-news-grid .news-grid-content ul li a:hover .intro {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: translateY(0);
}
.w104-news-grid .news-grid-content ul li a:hover .intro h3 {
  white-space: normal;
}
@media screen and (max-width: 1280px) {
  .w104-news-grid .news-grid-content ul {
    margin: -24px 0 0 -24px;
  }
  .w104-news-grid .news-grid-content ul li {
    padding: 24px 0 0 24px;
  }
  .w104-news-grid .news-grid-content ul li a .meta {
    font-size: 14px;
    padding: 4px 12px;
  }
  .w104-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 12px;
    transform: translateY(36px);
  }
  .w104-news-grid .news-grid-content ul li a .intro h3 {
    font-size: 14px;
  }
  .w104-news-grid .news-grid-content ul li a .intro span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-top: 12px;
  }
  .w104-news-grid .news-grid-content ul li a .intro span i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .w104-news-grid .news-grid-content ul {
    margin: -16px 0 0 -16px;
  }
  .w104-news-grid .news-grid-content ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
  .w104-news-grid .news-grid-content ul li a .meta {
    font-size: 12px;
    padding: 0 8px;
  }
  .w104-news-grid .news-grid-content ul li a .intro {
    width: 100%;
    padding: 8px;
  }
}

/*!- w104-news-grid end -*/
/*!- w104-sitemap begin -*/
.w104-sitemap .w104-sitemap-content ul {
  padding-top: 1px;
}
.w104-sitemap .w104-sitemap-content ul li {
  display: block;
  margin-top: 32px;
  background-color: #fff;
}
.w104-sitemap .w104-sitemap-content ul li a {
  transition: color .5s;
}
.w104-sitemap .w104-sitemap-content ul li a:hover {
  color: #004785;
}
.w104-sitemap .w104-sitemap-content ul li > h3 {
  display: block;
  font-size: 20px;
  line-height: 1.576;
  padding: 16px 24px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.w104-sitemap .w104-sitemap-content ul li > dl {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.w104-sitemap .w104-sitemap-content ul li > dl > dt {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #666;
}
.w104-sitemap .w104-sitemap-content ul li > dl > dd {
  display: block;
  width: 20%;
  font-size: 16px;
  line-height: 1.576;
  padding: 4px 24px;
  color: #999;
}
@media screen and (max-width: 1280px) {
  .w104-sitemap .w104-sitemap-content ul li {
    margin-top: 24px;
  }
  .w104-sitemap .w104-sitemap-content ul li > h3 {
    font-size: 18px;
    padding: 12px 20px;
  }
  .w104-sitemap .w104-sitemap-content ul li > dl {
    padding: 12px 0;
  }
  .w104-sitemap .w104-sitemap-content ul li > dl > dt {
    font-size: 16px;
    padding: 2px 20px;
  }
  .w104-sitemap .w104-sitemap-content ul li > dl > dd {
    width: 25%;
    font-size: 14px;
    padding: 2px 20px;
  }
}
@media screen and (max-width: 992px) {
  .w104-sitemap .w104-sitemap-content ul li {
    margin-top: 16px;
  }
  .w104-sitemap .w104-sitemap-content ul li > h3 {
    padding: 8px 16px;
  }
  .w104-sitemap .w104-sitemap-content ul li > dl {
    padding: 8px 0;
  }
  .w104-sitemap .w104-sitemap-content ul li > dl > dt {
    padding: 0 16px;
  }
  .w104-sitemap .w104-sitemap-content ul li > dl > dd {
    width: 50%;
    padding: 0 16px;
  }
}

/*!- w104-sitemap end -*/
/*!- w104-faq-list begin -*/
.w104-faq-list .w104-faq-list-content {
  background-color: #fff;
}
.w104-faq-list .w104-faq-list-content ul li {
  position: relative;
  padding: 32px;
  border-bottom: 1px solid #e6e6e6;
}
.w104-faq-list .w104-faq-list-content ul li > span {
  display: block;
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  z-index: 0;
  color: #ccdae7;
}
.w104-faq-list .w104-faq-list-content ul li > h3 {
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1.576;
  color: #333;
  word-wrap: break-word;
}
.w104-faq-list .w104-faq-list-content ul li > p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  word-wrap: break-word;
}
.w104-faq-list .w104-faq-list-content ul li:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .w104-faq-list .w104-faq-list-content ul li {
    padding: 24px;
  }
  .w104-faq-list .w104-faq-list-content ul li > span {
    top: 12px;
    left: 16px;
    font-size: 28px;
  }
  .w104-faq-list .w104-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .w104-faq-list .w104-faq-list-content ul li > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-faq-list .w104-faq-list-content ul li {
    padding: 16px;
  }
  .w104-faq-list .w104-faq-list-content ul li > span {
    top: 8px;
    left: 8px;
    font-size: 24px;
  }
  .w104-faq-list .w104-faq-list-content ul li > h3 {
    font-size: 16px;
  }
  .w104-faq-list .w104-faq-list-content ul li > p {
    font-size: 14px;
  }
}

/*!- w104-faq-list end -*/
/*!- w104-contact begin -*/
.w104-contact .contact-wrap {
  display: flex;
  flex-wrap: wrap;
}
.w104-contact .contact-content {
  width: 66.66%;
}
.w104-contact .contact-content .company {
  background-color: #004785;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.w104-contact .contact-content .company .wrap {
  display: block;
  width: 100%;
  height: 100%;
  padding: 52px 32px;
  background-color: rgba(0, 71, 133, 0.9);
}
.w104-contact .contact-content .company-title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 48px;
  text-align: center;
  color: #fff;
}
.w104-contact .contact-content .company-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.w104-contact .contact-content .company-content ul li {
  width: 25%;
  flex: auto;
  text-align: center;
}
.w104-contact .contact-content .company-content ul li .icon {
  font-size: 40px;
  line-height: 1;
  color: #fff;
}
.w104-contact .contact-content .company-content ul li .icon i {
  font-size: inherit;
}
.w104-contact .contact-content .company-content ul li .label {
  font-size: 20px;
  line-height: 1.8;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.w104-contact .contact-content .company-content ul li .value {
  font-size: 14px;
  white-space: normal;
  word-break: break-word;
  color: #fff;
}
.w104-contact .contact-sidebar {
  width: 33.33%;
  padding-left: 32px;
}
.w104-contact .contact-sidebar .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: -32px 0 0 -32px;
}
.w104-contact .contact-sidebar .wrap ul li {
  width: 100%;
  padding: 32px 0 0 32px;
}
.w104-contact .contact-sidebar .wrap ul li dl {
  background-color: #fff;
  padding: 32px;
}
.w104-contact .contact-sidebar .wrap ul li dl dt {
  padding-left: 8px;
  border-left: 3px solid #004785;
  line-height: 1;
  font-size: 18px;
  color: #333;
  margin-bottom: 24px;
}
.w104-contact .contact-sidebar .wrap ul li dl dd {
  font-size: 16px;
  margin-bottom: 8px;
}
.w104-contact .contact-sidebar .wrap ul li dl dd label {
  display: inline-block;
  vertical-align: top;
  color: #999;
}
.w104-contact .contact-sidebar .wrap ul li dl dd span {
  display: inline-block;
  vertical-align: top;
  color: #666;
}
@media screen and (max-width: 1280px) {
  .w104-contact .contact-content .company {
    padding: 32px 24px;
  }
  .w104-contact .contact-content .company-title {
    font-size: 20px;
    margin-bottom: 32px;
  }
  .w104-contact .contact-content .company-content ul li .icon {
    font-size: 32px;
  }
  .w104-contact .contact-content .company-content ul li .label {
    font-size: 16px;
  }
  .w104-contact .contact-sidebar {
    padding-left: 24px;
  }
  .w104-contact .contact-sidebar .wrap ul {
    margin: -24px 0 0 -24px;
  }
  .w104-contact .contact-sidebar .wrap ul li {
    padding: 24px 0 0 24px;
  }
  .w104-contact .contact-sidebar .wrap ul li dl {
    padding: 24px;
  }
  .w104-contact .contact-sidebar .wrap ul li dl dt {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .w104-contact .contact-sidebar .wrap ul li dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-contact .contact-content {
    width: 100%;
  }
  .w104-contact .contact-content .company {
    padding: 24px 16px;
  }
  .w104-contact .contact-content .company-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .w104-contact .contact-content .company-content ul li {
    width: 50%;
    padding: 16px;
  }
  .w104-contact .contact-content .company-content ul li .icon {
    font-size: 30px;
  }
  .w104-contact .contact-sidebar {
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
  }
  .w104-contact .contact-sidebar .wrap ul {
    margin: -16px 0 0 -16px;
  }
  .w104-contact .contact-sidebar .wrap ul li {
    padding: 16px 0 0 16px;
  }
  .w104-contact .contact-sidebar .wrap ul li dl {
    padding: 16px;
  }
  .w104-contact .contact-sidebar .wrap ul li dl dt {
    margin-bottom: 8px;
  }
}

/*!- w104-contact end -*/
/*!- w104-product-detail begin -*/
.w104-product-detail .product-detail-wrap {
  display: flex;
  align-items: flex-start;
}
.w104-product-detail .content {
  flex: auto;
  width: 80%;
  background-color: #fff;
  padding: 32px;
}
.w104-product-detail .content .hd {
  display: flex;
  align-items: flex-start;
}
.w104-product-detail .content .hd .product-cover {
  display: block;
  flex: none;
  max-width: 480px;
  width: 100%;
}
.w104-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item {
  display: block;
  position: relative;
  border: 1px solid #d9d9d9;
}
.w104-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w104-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w104-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.w104-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  line-height: 42px;
  text-align: center;
  border: 3px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.w104-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play i {
  font-size: 24px;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper {
  margin-top: 16px;
  overflow: hidden;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item {
  display: block;
  position: relative;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  line-height: 28px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play i {
  font-size: 16px;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-slide-thumb-active .thumb-item {
  border-color: #F49628;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next {
  width: 16px;
  border-radius: 0;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev:after, .w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next:after {
  font-size: 12px;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next, .w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w104-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.w104-product-detail .content .hd .product-intro {
  display: block;
  flex: auto;
  padding-left: 32px;
  width: 100%;
}
.w104-product-detail .content .hd .product-intro .title {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e6e6e6;
}
.w104-product-detail .content .hd .product-intro .title h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.1;
  color: #004785;
}
.w104-product-detail .content .hd .product-intro .desc {
  margin-bottom: 32px;
}
.w104-product-detail .content .hd .product-intro .desc p {
  font-size: 16px;
  margin: 8px 0;
  color: #333;
}
.w104-product-detail .content .hd .product-intro .attrs {
  margin-bottom: 32px;
}
.w104-product-detail .content .hd .product-intro .attrs ul li {
  margin-bottom: 8px;
}
.w104-product-detail .content .hd .product-intro .attrs ul li label, .w104-product-detail .content .hd .product-intro .attrs ul li span, .w104-product-detail .content .hd .product-intro .attrs ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.w104-product-detail .content .hd .product-intro .attrs ul li label {
  color: #999;
}
.w104-product-detail .content .hd .product-intro .attrs ul li span {
  color: #333;
}
.w104-product-detail .content .hd .product-intro .attrs ul li a {
  color: #1890FF;
}
.w104-product-detail .content .hd .product-intro .attrs ul li a:hover {
  text-decoration: underline;
}
.w104-product-detail .content .hd .product-intro .action .button {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  padding: 0 24px;
  background-color: #fff;
  color: #333;
  border: 1px solid #d9d9d9;
  transition: background-color .4s, border-color .4s;
}
.w104-product-detail .content .hd .product-intro .action .button:hover {
  background-color: #f5f5f5;
}
.w104-product-detail .content .hd .product-intro .action .button.accents {
  background-color: #1890ff;
  color: #fff;
  border-color: #1890ff;
}
.w104-product-detail .content .hd .product-intro .action .button.accents:hover {
  border-color: #c37820;
  background-color: #c37820;
}
.w104-product-detail .content .bd {
  margin-top: 32px;
}
.w104-product-detail .content .bd .tips {
  padding: 16px 0;
}
.w104-product-detail .content .bd .tips h4 {
  border-left: 3px solid #004785;
  line-height: 1.5;
  padding: 4px 16px;
  font-size: 18px;
  font-weight: normal;
  color: #004785;
}
.w104-product-detail .content .bd .tags {
  display: block;
  line-height: 1;
  font-size: 0;
}
.w104-product-detail .content .bd .tags a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0 24px;
  background-color: #F5F5F5;
  color: #333;
  font-size: 14px;
  margin: 0 16px 16px 0;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: background-color .4s, color .4s;
}
.w104-product-detail .content .bd .tags a:hover {
  background-color: #f2f6f9;
  color: #004785;
}
.w104-product-detail .sidebar {
  width: 20%;
  margin-left: 32px;
}
.w104-product-detail .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w104-product-detail .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w104-product-detail .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w104-product-detail .sidebar .hd a:hover {
  color: #004785;
}
.w104-product-detail .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w104-product-detail .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w104-product-detail .sidebar .bd ul li a {
  display: block;
}
.w104-product-detail .sidebar .bd ul li a:hover .intro h4 {
  color: #004785;
}
.w104-product-detail .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w104-product-detail .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w104-product-detail .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .w104-product-detail .product-detail-wrap {
    flex-wrap: wrap;
  }
  .w104-product-detail .content {
    width: 100%;
    padding: 24px;
  }
  .w104-product-detail .content .hd .product-cover {
    max-width: 400px;
  }
  .w104-product-detail .content .hd .product-intro {
    padding-left: 24px;
  }
  .w104-product-detail .content .hd .product-intro .title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .w104-product-detail .content .hd .product-intro .title h2 {
    font-size: 20px;
  }
  .w104-product-detail .content .hd .product-intro .desc {
    margin-bottom: 24px;
  }
  .w104-product-detail .content .hd .product-intro .desc p {
    font-size: 14px;
  }
  .w104-product-detail .content .hd .product-intro .attrs {
    margin-bottom: 24px;
  }
  .w104-product-detail .content .hd .product-intro .attrs ul li label, .w104-product-detail .content .hd .product-intro .attrs ul li span, .w104-product-detail .content .hd .product-intro .attrs ul li a {
    font-size: 14px;
  }
  .w104-product-detail .content .hd .product-intro .action .button {
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px;
  }
  .w104-product-detail .content .bd {
    margin-top: 24px;
  }
  .w104-product-detail .content .bd .tips {
    padding: 8px 0;
  }
  .w104-product-detail .content .bd .tips h4 {
    padding: 4px 16px;
    font-size: 16px;
  }
  .w104-product-detail .content .bd .tags a {
    line-height: 32px;
    padding: 0 16px;
    margin: 0 12px 12px 0;
  }
  .w104-product-detail .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .w104-product-detail .sidebar .hd {
    margin-bottom: 24px;
  }
  .w104-product-detail .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w104-product-detail .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w104-product-detail .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w104-product-detail .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w104-product-detail .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-product-detail .content {
    padding: 16px;
  }
  .w104-product-detail .content .hd {
    flex-wrap: wrap;
  }
  .w104-product-detail .content .hd .product-cover {
    max-width: none;
  }
  .w104-product-detail .content .hd .product-intro {
    padding-left: 0;
    padding-top: 16px;
  }
  .w104-product-detail .content .hd .product-intro .title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .w104-product-detail .content .hd .product-intro .title h2 {
    font-size: 18px;
  }
  .w104-product-detail .content .hd .product-intro .desc {
    margin-bottom: 16px;
  }
  .w104-product-detail .content .hd .product-intro .attrs {
    margin-bottom: 16px;
  }
  .w104-product-detail .content .hd .product-intro .action .button {
    display: block;
    width: 100%;
    line-height: 40px;
  }
  .w104-product-detail .content .bd {
    margin-top: 16px;
  }
  .w104-product-detail .content .bd .tips {
    padding: 16px 0;
  }
  .w104-product-detail .content .bd .tips h4 {
    padding: 4px 8px;
    font-size: 14px;
  }
  .w104-product-detail .content .bd .tags a {
    line-height: 28px;
    margin: 0 8px 8px 0;
  }
  .w104-product-detail .sidebar {
    margin-top: 16px;
  }
  .w104-product-detail .sidebar .hd {
    margin-bottom: 16px;
  }
  .w104-product-detail .sidebar .hd h3 {
    font-size: 18px;
  }
  .w104-product-detail .sidebar .hd a {
    font-size: 12px;
  }
  .w104-product-detail .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w104-product-detail .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
}

/*!- w104-product-detail end -*/
/*!- w104-product-list begin -*/
.w104-product-list .filter {
  background-color: #fff;
  padding: 16px 32px;
}
.w104-product-list .filter .row .col {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.w104-product-list .filter .row .col .label {
  flex: none;
  min-width: 120px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
}
.w104-product-list .filter .row .col .value {
  flex: auto;
}
.w104-product-list .filter .row .col:last-child {
  border-bottom: 0;
}
.w104-product-list .filter .radio, .w104-product-list .filter .checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 24px;
  min-height: 16px;
  margin: 0 16px 0 0;
}
.w104-product-list .filter .radio span, .w104-product-list .filter .checkbox span {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  transition: color .4s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 200px;
}
.w104-product-list .filter .radio:before, .w104-product-list .filter .radio:after, .w104-product-list .filter .checkbox:before, .w104-product-list .filter .checkbox:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
}
.w104-product-list .filter .radio:before, .w104-product-list .filter .checkbox:before {
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  transition: border-color .4s;
}
.w104-product-list .filter .radio:after, .w104-product-list .filter .checkbox:after {
  left: 4px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
}
.w104-product-list .filter .radio:hover span, .w104-product-list .filter .checkbox:hover span {
  color: #004785;
}
.w104-product-list .filter .radio:hover:before, .w104-product-list .filter .checkbox:hover:before {
  border-color: #004785;
}
.w104-product-list .filter .radio.active span, .w104-product-list .filter .checkbox.active span {
  color: #004785;
}
.w104-product-list .filter .radio.active:before, .w104-product-list .filter .checkbox.active:before {
  border-color: #004785;
}
.w104-product-list .filter .radio.active:after, .w104-product-list .filter .checkbox.active:after {
  background-color: #004785;
}
.w104-product-list .filter .radio:before, .w104-product-list .filter .radio:after {
  border-radius: 50%;
}
.w104-product-list .wrapper {
  background-color: #fff;
  margin-top: 32px;
}
.w104-product-list .wrapper .tabs {
  font-size: 0;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
  white-space: nowrap;
  overflow-x: auto;
}
.w104-product-list .wrapper .tabs .tab-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 50px;
  padding: 0 16px;
  text-align: center;
  transition: color .4s, background-color .4s;
}
.w104-product-list .wrapper .tabs .tab-item:hover {
  color: #004785;
  background-color: #f5f5f5;
}
.w104-product-list .wrapper .tabs .tab-item.active {
  background-color: #004785;
  color: #fff;
}
.w104-product-list .wrapper .grid {
  padding: 16px;
}
.w104-product-list .wrapper .grid ul {
  margin: -16px 0 0 -16px;
  display: flex;
  flex-wrap: wrap;
}
.w104-product-list .wrapper .grid ul li {
  display: block;
  padding: 16px 0 0 16px;
  width: 25%;
}
.w104-product-list .wrapper .grid ul li .grid-item {
  display: block;
}
.w104-product-list .wrapper .grid ul li .grid-item .cover {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w104-product-list .wrapper .grid ul li .grid-item .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  transition: transform .4s;
}
.w104-product-list .wrapper .grid ul li .grid-item .intro {
  padding: 8px 0;
}
.w104-product-list .wrapper .grid ul li .grid-item .intro h4 {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  transition: color .4s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.w104-product-list .wrapper .grid ul li .grid-item:hover .cover img {
  transform: scale(1.1);
}
.w104-product-list .wrapper .grid ul li .grid-item:hover .intro h4 {
  color: #004785;
}
.w104-product-list .pager {
  padding-top: 32px;
}
.w104-product-list .header {
  margin-bottom: 32px;
}
.w104-product-list .header > h3 {
  font-size: 24px;
  line-height: 32px;
  color: #333;
  text-transform: uppercase;
}
.w104-product-list .product-list-wrap {
  display: flex;
  align-items: flex-start;
}
.w104-product-list .content {
  flex: auto;
  width: 80%;
}
.w104-product-list .sidebar {
  width: 20%;
  margin-left: 32px;
}
.w104-product-list .sidebar .hd {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.w104-product-list .sidebar .hd h3 {
  flex: auto;
  font-size: 24px;
  line-height: 32px;
  color: #333;
}
.w104-product-list .sidebar .hd a {
  line-height: 32px;
  font-size: 14px;
  color: #999;
  transition: color .5s;
}
.w104-product-list .sidebar .hd a:hover {
  color: #004785;
}
.w104-product-list .sidebar .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0 -16px;
}
.w104-product-list .sidebar .bd ul li {
  width: 100%;
  padding: 16px 0 0 16px;
}
.w104-product-list .sidebar .bd ul li a {
  display: block;
}
.w104-product-list .sidebar .bd ul li a:hover .intro h4 {
  color: #004785;
}
.w104-product-list .sidebar .bd ul li .cover {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.w104-product-list .sidebar .bd ul li .cover img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.w104-product-list .sidebar .bd ul li .intro h4 {
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: color .4s;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
}
@media screen and (max-width: 1280px) {
  .w104-product-list .filter {
    padding: 8px 24px;
  }
  .w104-product-list .filter .row .col {
    padding: 8px 0;
  }
  .w104-product-list .filter .row .col .label {
    min-width: 100px;
  }
  .w104-product-list .wrapper {
    margin-top: 24px;
  }
  .w104-product-list .wrapper .tabs .tab-item {
    line-height: 42px;
  }
  .w104-product-list .wrapper .grid ul li {
    width: 33.33%;
  }
  .w104-product-list .pager {
    padding-top: 24px;
  }
  .w104-product-list .header {
    margin-bottom: 24px;
  }
  .w104-product-list .header > h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w104-product-list .product-list-wrap {
    flex-wrap: wrap;
  }
  .w104-product-list .content {
    width: 100%;
  }
  .w104-product-list .sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
  .w104-product-list .sidebar .hd {
    margin-bottom: 24px;
  }
  .w104-product-list .sidebar .hd h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .w104-product-list .sidebar .hd a {
    line-height: 24px;
    font-size: 14px;
  }
  .w104-product-list .sidebar .bd ul {
    margin: -24px 0 0 -24px;
  }
  .w104-product-list .sidebar .bd ul li {
    width: 25%;
    padding: 24px 0 0 24px;
  }
  .w104-product-list .sidebar .bd ul li .intro h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .w104-product-list .filter {
    padding: 4px 16px;
  }
  .w104-product-list .filter .row .col .label {
    min-width: 72px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
  }
  .w104-product-list .filter .radio, .w104-product-list .filter .checkbox {
    padding-left: 20px;
    margin: 0 8px 0 0;
  }
  .w104-product-list .filter .radio span, .w104-product-list .filter .checkbox span {
    font-size: 12px;
    line-height: 24px;
  }
  .w104-product-list .wrapper {
    margin-top: 16px;
  }
  .w104-product-list .wrapper .tabs .tab-item {
    line-height: 36px;
  }
  .w104-product-list .wrapper .grid {
    padding: 8px;
  }
  .w104-product-list .wrapper .grid ul {
    margin: -8px 0 0 -8px;
  }
  .w104-product-list .wrapper .grid ul li {
    width: 50%;
    padding: 8px 0 0 8px;
  }
  .w104-product-list .pager {
    padding-top: 16px;
  }
  .w104-product-list .header {
    margin-bottom: 16px;
  }
  .w104-product-list .header > h3 {
    font-size: 18px;
  }
  .w104-product-list .sidebar {
    margin-top: 16px;
  }
  .w104-product-list .sidebar .hd {
    margin-bottom: 16px;
  }
  .w104-product-list .sidebar .hd h3 {
    font-size: 18px;
  }
  .w104-product-list .sidebar .hd a {
    font-size: 12px;
  }
  .w104-product-list .sidebar .bd ul {
    margin: -16px 0 0 -16px;
  }
  .w104-product-list .sidebar .bd ul li {
    width: 50%;
    padding: 16px 0 0 16px;
  }
}

/*!- w104-product-list end -*/



